hi amos: Amos Kong said, at 2011/9/1 16:48: >> ======================= >> [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', >> '/usr/tmp', '/'] > > Do you have '/tmp', '/var/tmp', '/usr/tmp' in the server? what's the > owner/group?
At first, i also guess it is about permission. So change /tmp ower to autotest. But problem is still there. [root@david ~]# ls -lh / | grep tmp drwxr-xr-x 4 autotest autotest 4.0K Sep 2 08:17 tmp [root@david ~]# ls -lh /var/ | grep tmp drwxr-xr-t 2 root root 4.0K Sep 2 03:28 tmp [root@david ~]# ls -lh /usr/ | grep tmp lrwxrwxrwx 1 root root 10 Aug 31 17:40 tmp -> ../var/tmp > Do you have enough space? Looks like a permission issue. [root@david_tn ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda5 19G 3.0G 15G 17% / tmpfs 16G 176K 16G 1% /dev/shm /dev/sda6 46G 4.4G 40G 11% /data _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
