This site can't be reach AND Can't backup server
I'm having a couple issues. After upgrading to 1.0.3 one of my servers won't restart correctly anymore.
I have to manually start repetier server using SSH each time I've had to reboot which has been twice since update. Annoying but something I was going to fix later on.
Today was the day I was going to reinstall repetier manually and use a backup to get everything back the way it was except the backup from repetier server monitor doesn't work. I let it sit for 20 minutes nothing. Let it sit for 40 minutes nothing. Latest attempt I tried letting it run for 3 hours while I was working on things. 0 files transferred and 0 data moved. I'm connected via ethernet and have no issue sending and receiving data from the server but the backup won't work.
Is there any way to force repetier server to boot correctly so I don't have to redo it OR is there a way to make the backup work since that's failing.
Much appreciated.
I have to manually start repetier server using SSH each time I've had to reboot which has been twice since update. Annoying but something I was going to fix later on.
Today was the day I was going to reinstall repetier manually and use a backup to get everything back the way it was except the backup from repetier server monitor doesn't work. I let it sit for 20 minutes nothing. Let it sit for 40 minutes nothing. Latest attempt I tried letting it run for 3 hours while I was working on things. 0 files transferred and 0 data moved. I'm connected via ethernet and have no issue sending and receiving data from the server but the backup won't work.
Is there any way to force repetier server to boot correctly so I don't have to redo it OR is there a way to make the backup work since that's failing.
Much appreciated.
Comments
Server is installed as service that starts on bootup. How do you start it manually? If you can start manually I would expect that the installed service would also be able to start up manually.
My startup goes like so:
Restart server
Server sits saying "This site can't be reached"
I ssh in and start repetier manually
It works until the next time I need to reboot
With backup I thought you wanted to restore. When you make a backup the monitor queries the files and then you see quite fine update progress when we download one file after the other. So something must go wrong there. Do you have any special names with non ascii chars or symbols that might cause problems. Windows is more picky on names than linux. When you start monitor with --dev as argument is opens developer tools so you can see errors in console or data being transmitted in network tab. Only problem is that much is also done in the node thread that is not part of the browser. To see these messages you need to start it com cmd.exe Actually first tab already knows the files so it can show sizes for backup. Do you get that tab or is it already there where you have problems?
2021-03-31 12:16:03: Reading printer configurations ...
As a solution delete the printer xml file and the backup file. Files should be in
/var/lib/Repetier-Server/configs/
Will check for next release if I can better protect such errors to better fail with default values instead stop.