Hi Sean, Am Montag, 4. Juli 2005 06:53 schrieb sean finney: > On Sun, Jul 03, 2005 at 10:46:30PM +0200, Daniel Fischer wrote: > > > tempfile > > > > server:~# tempfile > > server:~# > > that's very strange. tempfile should always output the name of a newly > created temporary file, unless there's some kind of problem. > > > > ls -ld $TMPDIR > > > > server:~# ls -ld $TMPDIR > > drwxr-xr-x 32 root root 4096 2005-07-03 01:09 . > > > > (As you can see from env, TMPDIR is unset.) > > okay, how about /tmp then? do you have write permission and > sufficient space there too? is /tmp mounted any special way?
server:~# ls -la / | grep tmp drwxrwxrwx 3 root root 4096 2005-07-04 06:25 tmp server:~# df -ha | grep "/tmp" 9,2G 20K 9,0G 1% /tmp server:~# mount | grep "/tmp" /dev/mapper/volg1-logv1 on /tmp type ext2 (rw) server:~# dpkg -S `which tempfile` debianutils: /bin/tempfile server:~# dpkg -l debianutils Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Säubern/Halten | Status=Nicht/Installiert/Config/U=Entpackt/Fehlgeschl. Konf./Halb install. |/ Fehler?=(keiner)/Halten/R=Neuinst. notw/X=beides (Status, Fehler: GROß=schlecht) ||/ Name Version Beschreibung +++-==============-==============-============================================ ii debianutils 2.8.4 Miscellaneous utilities specific to Debian Regards Daniel