Hi expert,
I use dietpi-software to install LEAP with error:100 in MariaDB only.
have anyone know what happen?is source.list problem?
V125 | RPi 3 Model B (armv7l)
Your reference code: 15c0cc7a-cffb-4455-8736-ce80ff5e7455-0
thanks.
LEAP Installation with error:100 in MariaDB
-
- Posts: 6
- Joined: Mon Jul 25, 2016 10:22 am
Re: LEAP Installation with error:100 in MariaDB
Hi,chinicetsai wrote:I use dietpi-software to install LEAP with error:100 in MariaDB only.
have anyone know what happen?is source.list problem?
V125 | RPi 3 Model B (armv7l)
Your reference code: 15c0cc7a-cffb-4455-8736-ce80ff5e7455-0
thanks.
Thanks for the report. I've created a Git ticket and I will look into this issue: https://github.com/Fourdee/DietPi/issues/444
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
-
- Posts: 6
- Joined: Mon Jul 25, 2016 10:22 am
Re: LEAP Installation with error:100 in MariaDB
Hi admin,
My source.list setting as below:
deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
deb-src http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi
error message as below:
Apt-get has failed:
│ - Apt string = mariadb-server mariadb-client
│ - Error code = 100
│ - Software Title = LEAP: Nginx / (MariaDB) / PHP
│
When I uninstalled LEAP, then change to install LEMP, it also had same error:100 in MySQL.
And I also try add other sites to source.list with same error.
deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
# deb-src http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi
deb http://ftp.yzu.edu.tw/Linux/raspbian/raspbian/ jessie main contrib non-free rpi
deb http://free.nchc.org.tw/raspbian/raspbian/ jessie main contrib non-free rpi
My source.list setting as below:
deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
deb-src http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi
error message as below:
Apt-get has failed:
│ - Apt string = mariadb-server mariadb-client
│ - Error code = 100
│ - Software Title = LEAP: Nginx / (MariaDB) / PHP
│
When I uninstalled LEAP, then change to install LEMP, it also had same error:100 in MySQL.
And I also try add other sites to source.list with same error.
deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
# deb-src http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi
deb http://ftp.yzu.edu.tw/Linux/raspbian/raspbian/ jessie main contrib non-free rpi
deb http://free.nchc.org.tw/raspbian/raspbian/ jessie main contrib non-free rpi
-
- Posts: 6
- Joined: Mon Jul 25, 2016 10:22 am
Re: LEAP Installation with error:100 in MariaDB
Maybe mirror sites have fix some problem, and maybe is I changed the order in source.list.
Now is OK to finish LEAP installation.
update my source.list , FYI.
#deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
# deb-src http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi
deb ftp://ftp.yzu.edu.tw/Linux/raspbian/raspbian/ jessie main contrib non-free rpi
deb ftp://free.nchc.org.tw/raspbian/raspbian/ jessie main contrib non-free rpi
deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi
Now is OK to finish LEAP installation.
update my source.list , FYI.
#deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
# deb-src http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi
deb ftp://ftp.yzu.edu.tw/Linux/raspbian/raspbian/ jessie main contrib non-free rpi
deb ftp://free.nchc.org.tw/raspbian/raspbian/ jessie main contrib non-free rpi
deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi
Re: LEAP Installation with error:100 in MariaDB
Hi,chinicetsai wrote:Maybe mirror sites have fix some problem, and maybe is I changed the order in source.list.
Now is OK to finish LEAP installation.
Thanks for the update.
I did a fresh installation of LEAP on my RPi 3 just to make sure, and all seems ok. So it must of been a issue temp issue with the Raspbian mirror and/or repo.
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.