Cloudron crashing every ~30 minutes on new install
-
@ianhyzy Dedicated server is always hosted on DO, or other provider? I'm asking this because I'm having similar problem on a bare metal server. Cannot reproduce exactly the issue but sometimes the server got stuck, cannot reach Ssh, cannot ping, nothing, like frozen... Eg. today I had to hard reset four times.
-
@p44 I switched from using DO, which did not have this issue, to a dedicated server which does.
-
I think this might be related to the gnome/hibernation issue - https://forum.cloudron.io/topic/4119/gnome-shell-installed-in-cloudron-6 . I have fixed this in 6.1 which is due later today. So, hopefully after an update, we can rule out that this is something sleep/hibernation related.
-
I think this might be related to the gnome/hibernation issue - https://forum.cloudron.io/topic/4119/gnome-shell-installed-in-cloudron-6 . I have fixed this in 6.1 which is due later today. So, hopefully after an update, we can rule out that this is something sleep/hibernation related.
-
@ianhyzy said in Cloudron crashing every ~30 minutes on new install:
@p44 If you're in a hurry, the trick in the linked forum post worked beautifully for me.
Thank's @ianhyzy , do you refer to this step?
On existing installs, you can simply run apt remove -y gnome-shell && apt -y autoremove to remove all the xorg and gnome shell stuff. You also have to reboot the server so that services like Xorg are stopped (alternately, you have to stop those manually).
-
@ianhyzy said in Cloudron crashing every ~30 minutes on new install:
@p44 If you're in a hurry, the trick in the linked forum post worked beautifully for me.
Thank's @ianhyzy , do you refer to this step?
On existing installs, you can simply run apt remove -y gnome-shell && apt -y autoremove to remove all the xorg and gnome shell stuff. You also have to reboot the server so that services like Xorg are stopped (alternately, you have to stop those manually).
-
I think this might be related to the gnome/hibernation issue - https://forum.cloudron.io/topic/4119/gnome-shell-installed-in-cloudron-6 . I have fixed this in 6.1 which is due later today. So, hopefully after an update, we can rule out that this is something sleep/hibernation related.
@girish said in Cloudron crashing every ~30 minutes on new install:
I think this might be related to the gnome/hibernation issue - https://forum.cloudron.io/topic/4119/gnome-shell-installed-in-cloudron-6 . I have fixed this in 6.1 which is due later today. So, hopefully after an update, we can rule out that this is something sleep/hibernation related.
This fix will be applied after update? Reboot needed?
-
@girish said in Cloudron crashing every ~30 minutes on new install:
I think this might be related to the gnome/hibernation issue - https://forum.cloudron.io/topic/4119/gnome-shell-installed-in-cloudron-6 . I have fixed this in 6.1 which is due later today. So, hopefully after an update, we can rule out that this is something sleep/hibernation related.
This fix will be applied after update? Reboot needed?
-
@p44 said in Cloudron crashing every ~30 minutes on new install:
This fix will be applied after update? Reboot needed?
Yes, reboot the server after applying the update since it will stop all X server etc (if it was running previously).