openLuup Install errors
-
Im trying to install openLuup on a Raspberry Pi 4 and using the openLuup User guide. When I run the command sudo apt-get install lua-filesystem it returns the error:
After this operation, 68.6 kB of additional disk space will be used. Err:1 http://mirror.sjc02.svwh.net/raspbian/raspbian buster/main armhf lua-filesystem armhf 1.6.3-1 Cannot initiate the connection to mirror.sjc02.svwh.net:80 (2606:c680:0:b:3830:34ff:fe66:6663). - connect (101: Network is unreachable) Could not connect to mirror.sjc02.svwh.net:80 (72.5.72.15), connection timed out E: Failed to fetch http://mirror.sjc02.svwh.net/raspbian/raspbian/pool/main/l/lua-filesystem/lua-filesystem_1.6.3-1_armhf.deb Cannot initiate the connection to mirror.sjc02.svwh.net:80 (2606:c680:0:b:3830:34ff:fe66:6663). - connect (101: Network is unreachable) Could not connect to mirror.sjc02.svwh.net:80 (72.5.72.15), connection timed out E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
If I rerun the command with the -fix-missing option it seems to install without errors.
Continuing with the install i get the following error after the command sudo lua5.1 openLuup_install.lua towards the end:Sun Jul 19 19:13:58 2020 device 3 'Alternate UI' requesting reload rm: cannot remove '/www/altui/altui*': No such file or directory
and have to control c to exit to the prompt.
Is there something I am doing wrong?
-
Perhaps the LuaFileSystem module install was because you hadn’t updated with apt-get before doing the install? Anyway, you have fixed this one.
The other messages are from the AltUI plugin, not openLuup itself, and are quite normal.
Indeed, a manually started process will not return to the shell command prompt unless explicitly detached, since openLuup, at this point, will be running and you should be able to access it through your browser.
So nothing wrong here at all, really.
-
If you mean the apt-get update then yes I did that first per the manual.
sudo apt-get update
sudo apt-get install lua-socket
sudo apt-get install lua-filesystem
sudo apt-get install lua-sec
Thanks -
Im trying to install openLuup on a Raspberry Pi 4 and using the openLuup User guide. When I run the command sudo apt-get install lua-filesystem it returns the error:
After this operation, 68.6 kB of additional disk space will be used. Err:1 http://mirror.sjc02.svwh.net/raspbian/raspbian buster/main armhf lua-filesystem armhf 1.6.3-1 Cannot initiate the connection to mirror.sjc02.svwh.net:80 (2606:c680:0:b:3830:34ff:fe66:6663). - connect (101: Network is unreachable) Could not connect to mirror.sjc02.svwh.net:80 (72.5.72.15), connection timed out E: Failed to fetch http://mirror.sjc02.svwh.net/raspbian/raspbian/pool/main/l/lua-filesystem/lua-filesystem_1.6.3-1_armhf.deb Cannot initiate the connection to mirror.sjc02.svwh.net:80 (2606:c680:0:b:3830:34ff:fe66:6663). - connect (101: Network is unreachable) Could not connect to mirror.sjc02.svwh.net:80 (72.5.72.15), connection timed out E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
If I rerun the command with the -fix-missing option it seems to install without errors.
Continuing with the install i get the following error after the command sudo lua5.1 openLuup_install.lua towards the end:Sun Jul 19 19:13:58 2020 device 3 'Alternate UI' requesting reload rm: cannot remove '/www/altui/altui*': No such file or directory
and have to control c to exit to the prompt.
Is there something I am doing wrong?
@SweetGenius said in openLuup Install errors:
- connect (101: Network is unreachable)
It probably would have worked without the fix-missing option as well. Looks like a transient networking issue to me
C
-
Just checking. Tried the procedure twice with a clean SD card image both times a day apart.
Thanks for the input. -
Just checking. Tried the procedure twice with a clean SD card image both times a day apart.
Thanks for the input.@SweetGenius Same error or not?
C
-
Same Error.