Page 2 of 3
Re: Server locked up
Posted: 13 Sep 2022 14:51
by exxos
stephen_usher wrote: 13 Sep 2022 14:36
At least your server booted after this. My one has GRUB deciding that it can't read XFS filesystems any more and hence can't load Stage 2. *sigh*
Painful :(
The main stuff here is backed up every hour. So if the server died, stuff could be rescued. Though it's why I am making a disk backup later. If the system drive died, it can be restored and then SQL database etc dumped on afterwards. I still need to find a way to backup the full disk backup yet though :lol:
Re: Server locked up
Posted: 13 Sep 2022 16:24
by stephen_usher
I rsync all my disks overnight, so again the data's not a problem. Just booting the system is!
Re: Server locked up
Posted: 13 Sep 2022 19:01
by exxos
As a reminder the forum will be going down about 8pm UK time .
The forum will be totally off-line for a hour at least. I suspect an hour and a half or thereabouts. This is while I just make a clone of the system disk.
Re: Server locked up
Posted: 13 Sep 2022 19:21
by PhilC
:fire1:
Re: Server locked up
Posted: 13 Sep 2022 20:37
by exxos
We done it seems now. Thought it took longer last time :shrug:
Re: Server locked up
Posted: 17 Apr 2023 12:06
by exxos
Having some problems with the server this morning :shrug:
All I did was export the SQL database, it got part way through Export, then MSQL totally locks up was churning out GB's of data in the error log. :WTF:
I had a right old time to reboot the server just. But it seems to be running again fine. I'm not sure why its acting up.
It's possible we could be up and down while I try and figure out what is going on.
Re: Server locked up
Posted: 17 Apr 2023 13:08
by exxos
I figured it out sort of. It seems older versions of phpmyadmin no longer work right :cry: I really hate the later ones but looks like I'm forced to use them now :roll:
:sigh:
Re: Server locked up
Posted: 18 Apr 2023 15:22
by exxos
Apologies for the unexpected downtime. It seems a kernel update had gone bad and the server could not even boot up any more :cry:
Thankfully Ramnode's support is as always outstanding, they did some sort of recovery on my disc and got it working again! it was down for the past hour because I was doing a full disk backup.
Thanks for playing Ubuntu servers :lol: :roll: :pullhair: :crazy:
The only odd thing is I get this on the server console..
Not sure if anyone has any ideas why that is happening ?
The backup stopped working yesterday morning which was why I rebooted the server in the first place. Backups are working now but that was some sort of connection problem as well :shrug:
Doing "sudo apt update" works, so no idea what that one thing seems to be broken still.
Re: Server locked up
Posted: 18 Apr 2023 15:42
by derkom
exxos wrote: 18 Apr 2023 15:22
This is just Ubuntu trying to fetch update info to stuff into the motd. There could be any number of reasons that the network wasn't up/reachable when it tried to do that on boot. As long as you do have a network connection later (which clearly you do), you can safely ignore this.
Re: Server locked up
Posted: 19 Apr 2023 00:52
by exxos
derkom wrote: 18 Apr 2023 15:42
This is just Ubuntu trying to fetch update info to stuff into the motd. There could be any number of reasons that the network wasn't up/reachable when it tried to do that on boot. As long as you do have a network connection later (which clearly you do), you can safely ignore this.
Cool thanks. There's 14 more updates to apply :hide: had enough drama for one week. I think even Ubuntu server is going downhill these days . Stuff just seems to be randomly breaking or not working right :roll:
All seems to stem from exporting the database in phpmyadmin, something's changed on the server and it locks up creating a GB every couple of seconds in SQL errors. Bonkers.
BTW does anyone know if there is something like FileZilla which can run on a server but control rsync easier ? It be far easier if there was some basic gui for rsync , kinda like how FileZilla works with local and remote folders easy selectable for backup or restore. Would have to be work from the commandline though..