Excerpts from Russ Allbery's message of Wed Mar 30 20:15:13 +0200 2011: > Michal Suchanek <michal.sucha...@ruk.cuni.cz> writes: > > Excerpts from Russ Allbery's message of Tue Mar 29 19:18:09 +0200 2011: > >> Michal Suchanek <michal.sucha...@ruk.cuni.cz> writes: > > >>> When overflow tmp is mounted the package locks up during configure. > > >> I'm not familiar with "overflow tmp", but it looks rather like > >> configure locked up because your root partition ran out of space. > > > No, it did not. > > > There is 300M space. > > Well, the error message you got says pretty clearly that it ran out of > space: > > /usr/sbin/dkms: line 28: echo: write error: No space left on device > > I don't know why your df has a difference between the size and used column > of 300MB, but the available space is 0, which means that nothing is going > to be able to write to the file system. > > /dev/sda3 9.7G 9.4G 0 100% / > > This definitely isn't something that can be addressed in > openafs-modules-dkms, which just asks dkms to build the module. dkms > itself failed when trying to write a file (probably into /var). And it > doesn't really do any good to transfer the bug to dkms either, since the > dkms maintainer is just going to point out that dkms got an out of space > error from the file system. > > I can reassign your bug to the Linux kernel package if you really want > someone to look at the reported df discrepency, but I'm not sure they're > going to be able to do anything for you either. Your file system is > showing every sign of being completely out of space and refusing to write > files, despite the odd 300MB discrepency. >
It is not a discrepancy. It means that only processes running as root can use the remaining space. What is a problem that in this case /tmp is mounted as tmpfs with 1M space by the initscripts and openafs apparently needs more than 1M space to build. The workaround would be to use the -pipe gcc option I guess. Another solution would be to mount reasonable amount of space as overflow tmp in the initscripts. Thanks Michal -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org