mschlenstedt / Loxberry

Current stable Branch is: *** Please see Releases *** Current developer Branch is: *** master ***
Apache License 2.0
77 stars 27 forks source link

Update auf 3.0.0 hängt bei "Setting up watchdog (5.16-1)" #1394

Closed neminor closed 1 year ago

neminor commented 1 year ago

Das Update von 2.2.2 auf 3.0.0 RC hängt bei folgenden Schritt. Ich habe es 2mal mehrere Stunden laufen lassen und es gab keinen Fortschritt.

================================================================================
<LOGSTART> 02.01.2023 08:12:04 TASK STARTED
<LOGSTART> Update Reboot script /opt/loxberry/sbin/loxberryupdate/updatereboot_v3.0.0.pl started.
<INFO> LoxBerry Version 3.0.0 ( is_raspberry.cfg )
<INFO> Loglevel: 7
<INFO> Message : Doing system upgrade (envoked from upgrade to V3.0.0)
<INFO> This script already started 4 times.
<INFO> Try to reach loxberry.de
<OK> loxberry.de is reachable, so network seems to be up.
<INFO> Stopping Apache2...
<INFO> Stopping unattended-upgrades...
<INFO> Stopping rpimonitor...
<INFO> Starting simple update webserver...
<OK> Started simple webserver successfully.
<INFO> Change owner of /var/log to root:root...
<INFO> Change permissions of /tmp to 1777...
<INFO> (Re-)Set current date/time to make sure communication with apt-servers will be ok - seems to be a problem on VMs sometimes...
<INFO> Checking Boot Partition...
<INFO> Executing command 'findmnt /boot -b -J'...
<OK> Command executed successfully. - Exitcode 0
{
   "filesystems": [
      {"target":"/boot", "source":"/dev/mmcblk0p1", "fstype":"vfat", "options":"rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro"}
   ]
}
<INFO> Preparing Guru Meditation...
<INFO> This will take some time now. We suggest getting a coffee or a beer.
<INFO> We are now moving the Debian Distribution from Buster to Bullseye.
<INFO> Cleaning up and updating apt databases...
<INFO> No process is locking apt or dpkg. Fine.
<INFO> Starting dpkg --configure...
Setting up gsettings-desktop-schemas (3.38.0-2) ...
Setting up watchdog (5.16-1) ...
/run/udev or .udevdb or .udev presence implies active udev.  Aborting MAKEDEV invocation.
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
mschlenstedt commented 1 year ago

Ja, ist bereits bekannt. Danke.

Du musst vor dem Update den Watchdog unter Loxberry Dienste deaktivieren, dann rebooten und dann das Update ausführen.

neminor commented 1 year ago

ok, danke.