I am doing a manual installation of the RPi touchscreen plugin, because I got an error message “cannot connect to x-server” after the installation.
The manual installation process is described in https://community.volumio.com/t/help-touch-screen-plugin-installaltion/11385/4
I have flashed volumio-2.917-2021-10-06-pi.img.zip on a 16G SD card an rebooted the system.
During the installation I get 50+ error messages, here are some examples:-
Blockquote
cannot copy extracted data for ‘./usr/lib/gcc/arm-linux-gnueabihf/4.9/cc1’ to ‘/usr/lib/gcc/arm-linux-gnueabihf/4.9/cc1.dpkg-new’: failed to write (No space left on device)
cannot copy extracted data for ‘./usr/bin/xprop’ to ‘/usr/bin/xprop.dpkg-new’: failed to write (No space left on device)
cannot copy extracted data for ‘./usr/bin/iceauth’ to ‘/usr/bin/iceauth.dpkg-new’: failed to write (No space left on device)
cannot copy extracted data for ‘./usr/share/man/man1/xauth.1.gz’ to ‘/usr/share/man/man1/xauth.1.gz.dpkg-new’: failed to write (No space left on device)
cannot copy extracted data for ‘./usr/include/X11/bitmaps/noletters’ to ‘/usr/include/X11/bitmaps/noletters.dpkg-new’: failed to write (No space left on device)
error creating directory./usr/share/fonts/X11': No space left on device unable to flush /var/lib/dpkg/updates/tmp.i after padding: No space left on device cannot copy extracted data for './usr/lib/arm-linux-gnueabihf/dri/nouveau_vieux_dri.so' to '/usr/lib/arm-linux-gnueabihf/dri/nouveau_vieux_dri.so.dpkg-new': failed to write (No space left on device) cannot copy extracted data for './usr/lib/gcc/arm-linux-gnueabihf/4.9/cc1' to '/usr/lib/gcc/arm-linux-gnueabihf/4.9/cc1.dpkg-new': failed to write (No space left on device) cannot copy extracted data for './usr/bin/xprop' to '/usr/bin/xprop.dpkg-new': failed to write (No space left on device) cannot copy extracted data for './usr/bin/iceauth' to '/usr/bin/iceauth.dpkg-new': failed to write (No space left on device) cannot copy extracted data for './usr/share/man/man1/xauth.1.gz' to '/usr/share/man/man1/xauth.1.gz.dpkg-new': failed to write (No space left on device) cannot copy extracted data for './usr/include/X11/bitmaps/noletters' to '/usr/include/X11/bitmaps/noletters.dpkg-new': failed to write (No space left on device) error creating directory
./usr/share/fonts/X11’: No space left on device
Blockquote
The procedure described in https://community.volumio.com/t/no-space-left-on-device/42175 did not help me.
The filesystem on the SD card looks like this:
Blockquote
volumio@volumio:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mmcblk0p2 2.2G 826M 1.3G 40% /imgpart
/dev/loop0 355M 355M 0 100% /static
overlay 262M 14M 229M 6% /
devtmpfs 471M 0 471M 0% /dev
tmpfs 485M 0 485M 0% /dev/shm
tmpfs 485M 8.7M 477M 2% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 485M 0 485M 0% /sys/fs/cgroup
tmpfs 485M 28K 485M 1% /tmp
tmpfs 20M 24K 20M 1% /var/log
tmpfs 485M 0 485M 0% /var/spool/cups
tmpfs 485M 0 485M 0% /var/spool/cups/tmp
/dev/mmcblk0p1 61M 57M 3.4M 95% /boot
tmpfs 97M 0 97M 0% /run/user/1000
Blockquote
I am using an RPi 3B with a HifiBerry DAC plugged on top.
Any suggestions would be appreciated.