Comment 9 for bug 685017

Revision history for this message
Andreas Hasenack (ahasenack) wrote : Re: Jockey should warn on insufficient disk space in LiveCD environment, else get error "package nvidia-current 260.19.21-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1"

Where exactly should there be sufficient disk space? The df output below shows the free space right after I got the error:
ubuntu@ubuntu:~$ df -h
Filesystem Size Used Avail Use% Mounted on
aufs 1006M 213M 794M 22% /
none 1000M 352K 1000M 1% /dev
/dev/sde1 3.8G 1.3G 2.6G 32% /cdrom
/dev/loop0 684M 684M 0 100% /rofs
none 1006M 104K 1006M 1% /dev/shm
tmpfs 1006M 28K 1006M 1% /tmp
none 1006M 88K 1006M 1% /var/run
none 1006M 4.0K 1006M 1% /var/lock
ubuntu@ubuntu:~$

I did create this USB boot pendrive using 512Mb of space for "documents and settings", FWIW.

Here is the mount output:
ubuntu@ubuntu:~$ mount
aufs on / type aufs (rw)
none on /proc type proc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
none on /dev type devtmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
/dev/sde1 on /cdrom type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/ubuntu/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=ubuntu)