Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5375

Raspberry Pi Desktop for PC and Mac • Re: PiServer and Raspberry Pi OS Bookworm

$
0
0
I tried manually adding a Bookworm image to the PiServer but the conversion script fails. I am going to try and run the conversion script on the cli to try and get an idea of where it's falling over...
If you are trying to convert a 64-bit image you may need to replace qemu-arm-static in the conversion script with qemu-aarch64-static.
Other adjustments to the chroot_commands may be necessary to get Bookworm to work, but I do would expect the conversion script to happily complete regardless if the end-result is working.


Can also run it from any random Linux distribution.
As you can see the script returns exit code 0 (success), regardless if it was able to run all the commands in chroot_commands successfully:

Code:

$ wget https://downloads.raspberrypi.com/raspios_armhf/images/raspios_armhf-2024-03-15/2024-03-15-raspios-bookworm-armhf.img.xz--2024-04-12 22:04:34--  https://downloads.raspberrypi.com/raspios_armhf/images/raspios_armhf-2024-03-15/2024-03-15-raspios-bookworm-armhf.img.xzResolving downloads.raspberrypi.com (downloads.raspberrypi.com)... 93.93.130.212, 93.93.135.117, 46.235.227.39, ...Connecting to downloads.raspberrypi.com (downloads.raspberrypi.com)|93.93.130.212|:443... connected.HTTP request sent, awaiting response... 200 OKLength: 1213854672 (1.1G) [application/x-xz]Saving to: '2024-03-15-raspios-bookworm-armhf.img.xz'2024-03-15-raspios-bookworm-armhf.img.xz                          100%[==========================================================================================================================================================>]   1.13G   110MB/s    in 11s     2024-04-12 22:04:45 (110 MB/s) - '2024-03-15-raspios-bookworm-armhf.img.xz' saved [1213854672/1213854672]$ xz -d 2024-03-15-raspios-bookworm-armhf.img.xz $ sudo kpartx -av 2024-03-15-raspios-bookworm-armhf.img [sudo] password for max: add map loop37p1 (253:5): 0 1048576 linear 7:37 8192add map loop37p2 (253:6): 0 9543680 linear 7:37 1056768$ sudo mount /dev/mapper/loop37p2 /mnt2$ wget https://raw.githubusercontent.com/raspberrypi/piserver/master/scripts/convert_chrooted_cmds--2024-04-12 22:06:41--  https://raw.githubusercontent.com/raspberrypi/piserver/master/scripts/convert_chrooted_cmdsResolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ...Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected.HTTP request sent, awaiting response... 200 OKLength: 8403 (8.2K) [text/plain]Saving to: 'convert_chrooted_cmds'convert_chrooted_cmds                                             100%[==========================================================================================================================================================>]   8.21K  --.-KB/s    in 0s      2024-04-12 22:06:41 (24.6 MB/s) - 'convert_chrooted_cmds' saved [8403/8403]$ wget https://raw.githubusercontent.com/raspberrypi/piserver/master/scripts/convert_folder.sh--2024-04-12 22:07:05--  https://raw.githubusercontent.com/raspberrypi/piserver/master/scripts/convert_folder.shResolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.111.133, 185.199.109.133, ...Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected.HTTP request sent, awaiting response... 200 OKLength: 1273 (1.2K) [text/plain]Saving to: 'convert_folder.sh'convert_folder.sh                                                 100%[==========================================================================================================================================================>]   1.24K  --.-KB/s    in 0s      2024-04-12 22:07:05 (39.6 MB/s) - 'convert_folder.sh' saved [1273/1273]$ chmod +x convert_folder.sh $ sudo bash ./convert_folder.sh /mnt2Installing extra softwareperl: warning: Setting locale failed.perl: warning: Please check that your locale settings:        LANGUAGE = "",        LC_ALL = (unset),        LC_TIME = "nl_NL.UTF-8",        LANG = "en_US.UTF-8"    are supported and installed on your system.perl: warning: Falling back to the standard locale ("C").locale: Cannot set LC_CTYPE to default locale: No such file or directorylocale: Cannot set LC_MESSAGES to default locale: No such file or directorylocale: Cannot set LC_ALL to default locale: No such file or directoryHit:1 http://archive.raspberrypi.com/debian bookworm InReleaseHit:2 http://raspbian.raspberrypi.com/raspbian bookworm InReleaseReading package lists... DoneW: http://raspbian.raspberrypi.com/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.Reading package lists...Building dependency tree...Reading state information...The following additional packages will be installed:  bind9-host bind9-libs ldap-utils libfstrm0 libhx32 libjemalloc2 liblmdb0 libmaxminddb0 libpam-mount-bin libprotobuf-c1 libuv1 nscd nslcd nslcd-utilsSuggested packages:  libsasl2-modules libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal mmdb-bin davfs2 xfsprogs hxtools kstartThe following NEW packages will be installed:  bind9-host bind9-libs ldap-utils libfstrm0 libhx32 libjemalloc2 liblmdb0 libmaxminddb0 libnss-ldapd libpam-ldapd libpam-mount libpam-mount-bin libprotobuf-c1 libuv1 nscd nslcd nslcd-utils sshfs0 upgraded, 18 newly installed, 0 to remove and 27 not upgraded.Need to get 2694 kB of archives.After this operation, 7174 kB of additional disk space will be used.Get:2 http://archive.raspberrypi.com/debian bookworm/main armhf nscd armhf 2.36-9+rpt2+deb12u4 [94.2 kB]Get:1 http://mirror.transip.net/raspbian/raspbian bookworm/main armhf nslcd armhf 0.9.12-4 [157 kB]Get:3 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libuv1 armhf 1.44.2-1+rpi1 [125 kB]Get:4 http://mirror.serverius.net/raspbian/raspbian bookworm/main armhf libfstrm0 armhf 0.6.1-1 [18.2 kB]Get:5 http://mirror.nl.leaseweb.net/raspbian/raspbian bookworm/main armhf libjemalloc2 armhf 5.3.0-1 [213 kB]Get:6 http://mirror.serverius.net/raspbian/raspbian bookworm/main armhf liblmdb0 armhf 0.9.24-1 [38.7 kB]Get:7 http://mirror.serverius.net/raspbian/raspbian bookworm/main armhf libmaxminddb0 armhf 1.7.1-1 [28.5 kB]Get:9 http://mirror.transip.net/raspbian/raspbian bookworm/main armhf bind9-libs armhf 1:9.18.24-1 [1260 kB]Get:8 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libprotobuf-c1 armhf 1.4.1-1+b1 [24.7 kB]Get:10 http://mirror.transip.net/raspbian/raspbian bookworm/main armhf bind9-host armhf 1:9.18.24-1 [302 kB]Get:11 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf ldap-utils armhf 2.5.13+dfsg-5+rpi1 [120 kB]Get:12 http://mirror.nl.leaseweb.net/raspbian/raspbian bookworm/main armhf libhx32 armhf 4.10-1 [34.1 kB]Get:13 http://mirror.transip.net/raspbian/raspbian bookworm/main armhf libnss-ldapd armhf 0.9.12-4 [45.0 kB]Get:14 http://mirror.transip.net/raspbian/raspbian bookworm/main armhf libpam-ldapd armhf 0.9.12-4 [35.0 kB]Get:15 http://mirror.serverius.net/raspbian/raspbian bookworm/main armhf libpam-mount armhf 2.19-1 [74.5 kB]Get:17 http://mirror.transip.net/raspbian/raspbian bookworm/main armhf nslcd-utils all 0.9.12-4 [32.7 kB]Get:16 http://mirror.serverius.net/raspbian/raspbian bookworm/main armhf libpam-mount-bin armhf 2.19-1 [50.8 kB]Get:18 http://mirror.nl.leaseweb.net/raspbian/raspbian bookworm/main armhf sshfs armhf 3.7.3-1.1 [40.3 kB]Fetched 2694 kB in 3s (1020 kB/s)apt-listchanges: Can't set locale; make sure $LC_* and $LANG are correct!perl: warning: Setting locale failed.perl: warning: Please check that your locale settings:        LANGUAGE = "",        LC_ALL = (unset),        LC_TIME = "nl_NL.UTF-8",        LANG = "en_US.UTF-8"    are supported and installed on your system.perl: warning: Falling back to the standard locale ("C").locale: Cannot set LC_CTYPE to default locale: No such file or directorylocale: Cannot set LC_MESSAGES to default locale: No such file or directorylocale: Cannot set LC_ALL to default locale: No such file or directoryPreconfiguring packages ...hostname: Name or service not knownhostname: Name or service not knownE: Can not write log (Is /dev/pts mounted?) - posix_openpt (2: No such file or directory)Selecting previously unselected package nscd.(Reading database ... 134721 files and directories currently installed.)Preparing to unpack .../00-nscd_2.36-9+rpt2+deb12u4_armhf.deb ...Unpacking nscd (2.36-9+rpt2+deb12u4) ...Selecting previously unselected package nslcd.Preparing to unpack .../01-nslcd_0.9.12-4_armhf.deb ...Unpacking nslcd (0.9.12-4) ...Selecting previously unselected package libuv1:armhf.Preparing to unpack .../02-libuv1_1.44.2-1+rpi1_armhf.deb ...Unpacking libuv1:armhf (1.44.2-1+rpi1) ...Selecting previously unselected package libfstrm0:armhf.Preparing to unpack .../03-libfstrm0_0.6.1-1_armhf.deb ...Unpacking libfstrm0:armhf (0.6.1-1) ...Selecting previously unselected package libjemalloc2:armhf.Preparing to unpack .../04-libjemalloc2_5.3.0-1_armhf.deb ...Unpacking libjemalloc2:armhf (5.3.0-1) ...Selecting previously unselected package liblmdb0:armhf.Preparing to unpack .../05-liblmdb0_0.9.24-1_armhf.deb ...Unpacking liblmdb0:armhf (0.9.24-1) ...Selecting previously unselected package libmaxminddb0:armhf.Preparing to unpack .../06-libmaxminddb0_1.7.1-1_armhf.deb ...Unpacking libmaxminddb0:armhf (1.7.1-1) ...Selecting previously unselected package libprotobuf-c1:armhf.Preparing to unpack .../07-libprotobuf-c1_1.4.1-1+b1_armhf.deb ...Unpacking libprotobuf-c1:armhf (1.4.1-1+b1) ...Selecting previously unselected package bind9-libs:armhf.Preparing to unpack .../08-bind9-libs_1%3a9.18.24-1_armhf.deb ...Unpacking bind9-libs:armhf (1:9.18.24-1) ...Selecting previously unselected package bind9-host.Preparing to unpack .../09-bind9-host_1%3a9.18.24-1_armhf.deb ...Unpacking bind9-host (1:9.18.24-1) ...Selecting previously unselected package ldap-utils.Preparing to unpack .../10-ldap-utils_2.5.13+dfsg-5+rpi1_armhf.deb ...Unpacking ldap-utils (2.5.13+dfsg-5+rpi1) ...Selecting previously unselected package libhx32:armhf.Preparing to unpack .../11-libhx32_4.10-1_armhf.deb ...Unpacking libhx32:armhf (4.10-1) ...Selecting previously unselected package libnss-ldapd:armhf.Preparing to unpack .../12-libnss-ldapd_0.9.12-4_armhf.deb ...Unpacking libnss-ldapd:armhf (0.9.12-4) ...Selecting previously unselected package libpam-ldapd:armhf.Preparing to unpack .../13-libpam-ldapd_0.9.12-4_armhf.deb ...Unpacking libpam-ldapd:armhf (0.9.12-4) ...Selecting previously unselected package libpam-mount:armhf.Preparing to unpack .../14-libpam-mount_2.19-1_armhf.deb ...Unpacking libpam-mount:armhf (2.19-1) ...Selecting previously unselected package libpam-mount-bin.Preparing to unpack .../15-libpam-mount-bin_2.19-1_armhf.deb ...Unpacking libpam-mount-bin (2.19-1) ...Selecting previously unselected package nslcd-utils.Preparing to unpack .../16-nslcd-utils_0.9.12-4_all.deb ...Unpacking nslcd-utils (0.9.12-4) ...Selecting previously unselected package sshfs.Preparing to unpack .../17-sshfs_3.7.3-1.1_armhf.deb ...Unpacking sshfs (3.7.3-1.1) ...Setting up liblmdb0:armhf (0.9.24-1) ...Setting up libhx32:armhf (4.10-1) ...Setting up libmaxminddb0:armhf (1.7.1-1) ...Setting up libfstrm0:armhf (0.6.1-1) ...Setting up sshfs (3.7.3-1.1) ...Setting up libjemalloc2:armhf (5.3.0-1) ...Setting up ldap-utils (2.5.13+dfsg-5+rpi1) ...Setting up libprotobuf-c1:armhf (1.4.1-1+b1) ...Setting up libuv1:armhf (1.44.2-1+rpi1) ...Setting up nscd (2.36-9+rpt2+deb12u4) ...Running in chroot, ignoring request.Created symlink /etc/systemd/system/multi-user.target.wants/nscd.service → /lib/systemd/system/nscd.service.Setting up nslcd (0.9.12-4) ...locale: Cannot set LC_CTYPE to default locale: No such file or directorylocale: Cannot set LC_MESSAGES to default locale: No such file or directorylocale: Cannot set LC_ALL to default locale: No such file or directoryhostname: Name or service not knownhostname: Name or service not knownadduser: Warning: The home dir /run/nslcd you specified can't be accessed: No such file or directoryAdding system user `nslcd' (UID 113) ...Adding new group `nslcd' (GID 122) ...Adding new user `nslcd' (UID 113) with group `nslcd' ...Not creating home directory `/run/nslcd'.Running in chroot, ignoring request.Setting up libpam-mount:armhf (2.19-1) ...locale: Cannot set LC_CTYPE to default locale: No such file or directorylocale: Cannot set LC_MESSAGES to default locale: No such file or directorylocale: Cannot set LC_ALL to default locale: No such file or directorySetting up bind9-libs:armhf (1:9.18.24-1) ...Setting up libpam-ldapd:armhf (0.9.12-4) ...locale: Cannot set LC_CTYPE to default locale: No such file or directorylocale: Cannot set LC_MESSAGES to default locale: No such file or directorylocale: Cannot set LC_ALL to default locale: No such file or directorySetting up nslcd-utils (0.9.12-4) ...Setting up libnss-ldapd:armhf (0.9.12-4) ...locale: Cannot set LC_CTYPE to default locale: No such file or directorylocale: Cannot set LC_MESSAGES to default locale: No such file or directorylocale: Cannot set LC_ALL to default locale: No such file or directory/etc/nsswitch.conf: enable LDAP lookups for group/etc/nsswitch.conf: enable LDAP lookups for passwd/etc/nsswitch.conf: enable LDAP lookups for shadowSetting up bind9-host (1:9.18.24-1) ...Processing triggers for man-db (2.11.2-2) ...Processing triggers for sgml-base (1.31) ...Processing triggers for libc-bin (2.36-9+rpt2+deb12u4) ...Setting up libpam-mount-bin (2.19-1) ...Reading package lists...Building dependency tree...Reading state information...The following packages were automatically installed and are no longer required:  avahi-utils bc cups-client cups-filters cups-filters-core-drivers cups-ipp-utils cups-pk-helper cups-server-common gir1.2-handy-1 gir1.2-notify-0.7 gir1.2-packagekitglib-1.0 gir1.2-polkit-1.0 gir1.2-secret-1 hplip-data libfontembed1 libhpmud0 liblouis-data  liblouis20 liblouisutdml-bin liblouisutdml-data liblouisutdml9 libpoppler-cpp0v5 libqpdf29 libsane-hpaio printer-driver-postscript-hp python3-cups python3-cupshelpers python3-dbus python3-pexpect python3-ptyprocess python3-renderpm python3-reportlab  python3-reportlab-accel python3-smbc ssl-cert system-config-printer-udevUse 'sudo apt autoremove' to remove them.The following packages will be REMOVED:  cups cups-browsed cups-core-drivers cups-daemon hplip printer-driver-hpcups system-config-printer system-config-printer-common0 upgraded, 0 newly installed, 8 to remove and 27 not upgraded.After this operation, 11.3 MB disk space will be freed.apt-listchanges: Can't set locale; make sure $LC_* and $LANG are correct!perl: warning: Setting locale failed.perl: warning: Please check that your locale settings:        LANGUAGE = "",        LC_ALL = (unset),        LC_TIME = "nl_NL.UTF-8",        LANG = "en_US.UTF-8"    are supported and installed on your system.perl: warning: Falling back to the standard locale ("C").locale: Cannot set LC_CTYPE to default locale: No such file or directorylocale: Cannot set LC_MESSAGES to default locale: No such file or directorylocale: Cannot set LC_ALL to default locale: No such file or directoryE: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)(Reading database ... 134940 files and directories currently installed.)Removing hplip (3.22.10+dfsg0-2) ...Removing printer-driver-hpcups (3.22.10+dfsg0-2) ...Removing cups (2.4.2-3+deb12u5) ...Removing cups-browsed (1.28.17-3) ...Running in chroot, ignoring request.Stopping CUPS Bonjour daemon: cups-browsed.Removing cups-core-drivers (2.4.2-3+deb12u5) ...Removing cups-daemon (2.4.2-3+deb12u5) ...Running in chroot, ignoring request.Stopping Common Unix Printing System: cupsd.Removing system-config-printer (1.5.18-1) ...Removing system-config-printer-common (1.5.18-1) ...Processing triggers for gnome-menus (3.36.0-1.1) ...Processing triggers for man-db (2.11.2-2) ...Processing triggers for dbus (1.14.10-1~deb12u1) ...Processing triggers for mailcap (3.70+nmu1) ...Processing triggers for desktop-file-utils (0.26-1) ...Reading package lists...Building dependency tree...Reading state information...cups-client is already the newest version (2.4.2-3+deb12u5).cups-client set to manually installed.The following packages were automatically installed and are no longer required:  avahi-utils bc cups-filters cups-filters-core-drivers cups-ipp-utils cups-pk-helper cups-server-common gir1.2-handy-1 gir1.2-notify-0.7 gir1.2-packagekitglib-1.0 gir1.2-polkit-1.0 gir1.2-secret-1 hplip-data libfontembed1 libhpmud0 liblouis-data liblouis20  liblouisutdml-bin liblouisutdml-data liblouisutdml9 libpoppler-cpp0v5 libqpdf29 libsane-hpaio printer-driver-postscript-hp python3-cups python3-cupshelpers python3-dbus python3-pexpect python3-ptyprocess python3-renderpm python3-reportlab  python3-reportlab-accel python3-smbc ssl-cert system-config-printer-udevUse 'sudo apt autoremove' to remove them.0 upgraded, 0 newly installed, 0 to remove and 27 not upgraded.Reading package lists...Building dependency tree...Reading state information...The following packages will be REMOVED:  avahi-utils bc cups-filters cups-filters-core-drivers cups-ipp-utils cups-pk-helper cups-server-common gir1.2-handy-1 gir1.2-notify-0.7 gir1.2-packagekitglib-1.0 gir1.2-polkit-1.0 gir1.2-secret-1 hplip-data libfontembed1 libhpmud0 liblouis-data liblouis20  liblouisutdml-bin liblouisutdml-data liblouisutdml9 libpoppler-cpp0v5 libqpdf29 libsane-hpaio printer-driver-postscript-hp python3-cups python3-cupshelpers python3-dbus python3-pexpect python3-ptyprocess python3-renderpm python3-reportlab  python3-reportlab-accel python3-smbc ssl-cert system-config-printer-udev0 upgraded, 0 newly installed, 35 to remove and 27 not upgraded.After this operation, 42.2 MB disk space will be freed.apt-listchanges: Can't set locale; make sure $LC_* and $LANG are correct!perl: warning: Setting locale failed.perl: warning: Please check that your locale settings:        LANGUAGE = "",        LC_ALL = (unset),        LC_TIME = "nl_NL.UTF-8",        LANG = "en_US.UTF-8"    are supported and installed on your system.perl: warning: Falling back to the standard locale ("C").locale: Cannot set LC_CTYPE to default locale: No such file or directorylocale: Cannot set LC_MESSAGES to default locale: No such file or directorylocale: Cannot set LC_ALL to default locale: No such file or directoryE: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)(Reading database ... 134509 files and directories currently installed.)Removing avahi-utils (0.8-10) ...Removing cups-filters (1.28.17-3) ...Removing cups-filters-core-drivers (1.28.17-3) ...Removing bc (1.07.1-3) ...Removing cups-ipp-utils (2.4.2-3+deb12u5) ...Removing cups-pk-helper (0.2.6-1+rpt1) ...Removing cups-server-common (2.4.2-3+deb12u5) ...Removing gir1.2-handy-1:armhf (1.8.1-1+rpt3) ...Removing gir1.2-notify-0.7:armhf (0.8.1-1) ...Removing gir1.2-packagekitglib-1.0 (1.2.6-5) ...Removing gir1.2-polkit-1.0 (122-3) ...Removing gir1.2-secret-1:armhf (0.20.5-3+rpi1) ...Removing hplip-data (3.22.10+dfsg0-2) ...dpkg: warning: while removing hplip-data, directory '/usr/share/hplip/ui5' not empty so not removeddpkg: warning: while removing hplip-data, directory '/usr/share/hplip/scan' not empty so not removeddpkg: warning: while removing hplip-data, directory '/usr/share/hplip/prnt' not empty so not removeddpkg: warning: while removing hplip-data, directory '/usr/share/hplip/pcard' not empty so not removeddpkg: warning: while removing hplip-data, directory '/usr/share/hplip/installer' not empty so not removeddpkg: warning: while removing hplip-data, directory '/usr/share/hplip/fax' not empty so not removeddpkg: warning: while removing hplip-data, directory '/usr/share/hplip/copier' not empty so not removeddpkg: warning: while removing hplip-data, directory '/usr/share/hplip/base/pexpect' not empty so not removedRemoving libfontembed1:armhf (1.28.17-3) ...Removing libsane-hpaio:armhf (3.22.10+dfsg0-2) ...Removing libhpmud0:armhf (3.22.10+dfsg0-2) ...Removing liblouisutdml-bin (2.11.0-2) ...Removing liblouisutdml9:armhf (2.11.0-2) ...Removing liblouis20:armhf (3.24.0-1) ...Removing liblouis-data (3.24.0-1) ...Removing liblouisutdml-data (2.11.0-2) ...Removing libpoppler-cpp0v5:armhf (22.12.0-2) ...Removing libqpdf29:armhf (11.3.0-1+deb12u1) ...Removing printer-driver-postscript-hp (3.22.10+dfsg0-2) ...Removing system-config-printer-udev (1.5.18-1+b1) ...Removing python3-cupshelpers (1.5.18-1) ...Removing python3-cups:armhf (2.0.1-5+b2) ...Removing python3-dbus (1.3.2-4+b1) ...Removing python3-pexpect (4.8.0-4) ...Removing python3-ptyprocess (0.7.0-5) ...Removing python3-renderpm:armhf (3.6.12-1) ...Removing python3-reportlab (3.6.12-1) ...Removing python3-reportlab-accel:armhf (3.6.12-1) ...Removing python3-smbc (1.0.23-2+b2) ...Removing ssl-cert (1.1.2) ...Processing triggers for man-db (2.11.2-2) ...Processing triggers for dbus (1.14.10-1~deb12u1) ...Processing triggers for install-info (6.8-6+b1) ...Processing triggers for libc-bin (2.36-9+rpt2+deb12u4) ...Running in chroot, ignoring command 'daemon-reload'Running in chroot, ignoring command 'is-active'Running in chroot, ignoring command 'reload'Running in chroot, ignoring command 'start'userdel: rpi-first-boot-wizard mail spool (/var/mail/rpi-first-boot-wizard) not foundReading package lists...Building dependency tree...Reading state information...The following package was automatically installed and is no longer required:  dcUse 'sudo apt autoremove' to remove it.The following packages will be REMOVED:  dphys-swapfile* logrotate*0 upgraded, 0 newly installed, 2 to remove and 27 not upgraded.After this operation, 267 kB disk space will be freed.apt-listchanges: Can't set locale; make sure $LC_* and $LANG are correct!perl: warning: Setting locale failed.perl: warning: Please check that your locale settings:        LANGUAGE = "",        LC_ALL = (unset),        LC_TIME = "nl_NL.UTF-8",        LANG = "en_US.UTF-8"    are supported and installed on your system.perl: warning: Falling back to the standard locale ("C").locale: Cannot set LC_CTYPE to default locale: No such file or directorylocale: Cannot set LC_MESSAGES to default locale: No such file or directorylocale: Cannot set LC_ALL to default locale: No such file or directoryE: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)(Reading database ... 132119 files and directories currently installed.)Removing dphys-swapfile (20100506-7.1+rpt3) ...Running in chroot, ignoring request.Stopping dphys-swapfile swapfile setup ..., done.Removing logrotate (3.21.0-1) ...Processing triggers for man-db (2.11.2-2) ...(Reading database ... 132091 files and directories currently installed.)Purging configuration files for logrotate (3.21.0-1) ...Purging configuration files for dphys-swapfile (20100506-7.1+rpt3) ...Making Pi user start menu modifications globalcp: cannot stat '/home/pi/.local/share/applications/*.desktop': No such file or directoryMaking Pi user start menu folder modifications globalcp: cannot stat '/home/pi/.local/share/desktop-directories/*.directory': No such file or directoryperl: warning: Setting locale failed.perl: warning: Please check that your locale settings:        LANGUAGE = "",        LC_ALL = (unset),        LC_TIME = "nl_NL.UTF-8",        LANG = "en_US.UTF-8"    are supported and installed on your system.perl: warning: Falling back to the standard locale ("C").Looking for files to backup/remove ...Removing files ...Removing crontab ...Removing user `pi' ...Done.perl: warning: Setting locale failed.perl: warning: Please check that your locale settings:        LANGUAGE = "",        LC_ALL = (unset),        LC_TIME = "nl_NL.UTF-8",        LANG = "en_US.UTF-8"    are supported and installed on your system.perl: warning: Falling back to the standard locale ("C").delgroup: The group `pi' does not exist.$ echo $?0
tar the altered OS (/mnt2 in my example), and you can feed the result to Piserver, to see if it does anything.
Haven't tried.

The only avenues for information have been these forums and the GitHub issues page... Unfortunately there doesn't appear to be any active developers for PiServer answering questions in either places 😔
*mumbles something about it being open source*

Statistics: Posted by incognitum — Fri Apr 12, 2024 8:39 pm



Viewing all articles
Browse latest Browse all 5375

Trending Articles