did you try using "slave.jar"? Hudson had replaced it with a zero-length file, so it may have appeared to work, but the device is still producing "out of space" errors. take another look:
bash-3.00$ cd /export/home/hudson/hudson-slave bash-3.00$ id uid=2394(hudson) gid=1(other) bash-3.00$ ls -la total 82 drwxr-xr-x 3 hudson other 512 Jul 21 12:39 . drwxr-xr-x 13 hudson other 512 Jul 7 00:26 .. -rw-r--r-- 1 hudson other 8723 Jul 20 19:04 maven-agent.jar -rw-r--r-- 1 hudson other 22321 Jul 20 19:04 maven-interceptor.jar -rw-r--r-- 1 hudson other 4587 Jul 20 19:05 maven2.1-interceptor.jar -rw-r--r-- 1 hudson other 0 Jul 21 12:39 slave.jar drwxr-xr-x 71 hudson other 2560 Jul 21 00:34 workspace bash-3.00$ cp maven-interceptor.jar tst cp: tst: write: No space left on device --j. On Wed, Jul 21, 2010 at 11:35, Norman Maurer <nor...@apache.org> wrote: > Hmm works for me, I can't see any problem atm. > > I will monitor it a bit, > Norman > > > 2010/7/21 Norman Maurer <nor...@apache.org>: >> let me have a look... >> >> Bye, >> Norman >> >> >> 2010/7/21 Justin Mason <j...@jmason.org>: >>> Hi folks -- there seems to be something odd going on with the hudson-solaris >>> zone, causing builds to fail: >>> >>> bash-3.00$ uname -a >>> SunOS hudson-solaris 5.10 Generic_137112-04 i86pc i386 i86pc >>> bash-3.00$ id >>> uid=2394(hudson) gid=1(other) >>> bash-3.00$ pwd >>> /export/home/hudson/hudson-slave >>> bash-3.00$ ls -la >>> total 226 >>> drwxr-xr-x 3 hudson other 512 Jul 21 10:20 . >>> drwxr-xr-x 13 hudson other 512 Jul 7 00:26 .. >>> -rw-r--r-- 1 hudson other 8723 Jul 20 19:04 maven-agent.jar >>> -rw-r--r-- 1 hudson other 22321 Jul 20 19:04 maven-interceptor.jar >>> -rw-r--r-- 1 hudson other 4587 Jul 20 19:05 >>> maven2.1-interceptor.jar >>> -rw-r--r-- 1 hudson other 73728 Jul 21 10:18 slave.jar >>> drwxr-xr-x 71 hudson other 2560 Jul 21 00:34 workspace >>> bash-3.00$ cp slave.jar tst >>> cp: tst: No space left on device >>> bash-3.00$ df -k . >>> Filesystem kbytes used avail capacity Mounted on >>> / 38209186 35132902 2694193 93% / >>> bash-3.00$ >>> >>> >>> >>> could someone investigate? Thanks! >>> >> > >