out of space errors on hudson-solaris

2010-07-21 Thread Justin Mason
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   other512 Jul 21 10:20 .
drwxr-xr-x  13 hudson   other512 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 .
Filesystemkbytesused   avail capacity  Mounted on
/38209186 35132902 269419393%/
bash-3.00$



could someone investigate?  Thanks!


Re: out of space errors on hudson-solaris

2010-07-21 Thread Norman Maurer
let me have a look...

Bye,
Norman


2010/7/21 Justin Mason :
> 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!
>


Re: out of space errors on hudson-solaris

2010-07-21 Thread Norman Maurer
Hmm works for me, I can't see any problem atm.

I will monitor it a bit,
Norman


2010/7/21 Norman Maurer :
> let me have a look...
>
> Bye,
> Norman
>
>
> 2010/7/21 Justin Mason :
>> 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!
>>
>


Re: out of space errors on hudson-solaris

2010-07-21 Thread Justin Mason
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   other512 Jul 21 12:39 .
drwxr-xr-x  13 hudson   other512 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  wrote:
> Hmm works for me, I can't see any problem atm.
>
> I will monitor it a bit,
> Norman
>
>
> 2010/7/21 Norman Maurer :
>> let me have a look...
>>
>> Bye,
>> Norman
>>
>>
>> 2010/7/21 Justin Mason :
>>> 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!
>>>
>>
>
>


Re: out of space errors on hudson-solaris

2010-07-21 Thread Norman Maurer
Hi Justin,

you are talkin about hudson.zones.apache.org ? Or some other server ?
I sak because hudson.zones.apache.org don't has the hudson-slave
directory..

Bye,
Norman

2010/7/21 Justin Mason :
> 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  wrote:
>> Hmm works for me, I can't see any problem atm.
>>
>> I will monitor it a bit,
>> Norman
>>
>>
>> 2010/7/21 Norman Maurer :
>>> let me have a look...
>>>
>>> Bye,
>>> Norman
>>>
>>>
>>> 2010/7/21 Justin Mason :
 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!

>>>
>>
>>
>


Re: out of space errors on hudson-solaris

2010-07-21 Thread Niklas Gustavsson
On Wed, Jul 21, 2010 at 7:16 PM, Norman Maurer  wrote:
> you are talkin about hudson.zones.apache.org ? Or some other server ?
> I sak because hudson.zones.apache.org don't has the hudson-slave
> directory..

This is on hudson-solaris.zones.apache.org (I don't have shell there
myself so I can't check the details).

/niklas


Re: out of space errors on hudson-solaris

2010-07-21 Thread Norman Maurer
ah ok.. Now I see  ;)

Let me fix it, I will need to shutdown the zone for this...

Bye,
Norman


2010/7/21 Niklas Gustavsson :
> On Wed, Jul 21, 2010 at 7:16 PM, Norman Maurer  wrote:
>> you are talkin about hudson.zones.apache.org ? Or some other server ?
>> I sak because hudson.zones.apache.org don't has the hudson-slave
>> directory..
>
> This is on hudson-solaris.zones.apache.org (I don't have shell there
> myself so I can't check the details).
>
> /niklas
>


Re: out of space errors on hudson-solaris

2010-07-21 Thread Andreas Veithen
I've seen a couple of build failures related to this. See e.g.:

http://hudson.zones.apache.org/hudson/job/Abdera-trunk/81/console

Andreas

On Wed, Jul 21, 2010 at 19:25, Niklas Gustavsson  wrote:
> On Wed, Jul 21, 2010 at 7:16 PM, Norman Maurer  wrote:
>> you are talkin about hudson.zones.apache.org ? Or some other server ?
>> I sak because hudson.zones.apache.org don't has the hudson-slave
>> directory..
>
> This is on hudson-solaris.zones.apache.org (I don't have shell there
> myself so I can't check the details).
>
> /niklas
>


Re: out of space errors on hudson-solaris

2010-07-21 Thread Norman Maurer
Just to keep ya in-line...

I'm currently working on getting this fixed, but it will take some
time because I need to shuffle some data around.

Bye,
Norman

2010/7/21 Andreas Veithen :
> I've seen a couple of build failures related to this. See e.g.:
>
> http://hudson.zones.apache.org/hudson/job/Abdera-trunk/81/console
>
> Andreas
>
> On Wed, Jul 21, 2010 at 19:25, Niklas Gustavsson  wrote:
>> On Wed, Jul 21, 2010 at 7:16 PM, Norman Maurer  wrote:
>>> you are talkin about hudson.zones.apache.org ? Or some other server ?
>>> I sak because hudson.zones.apache.org don't has the hudson-slave
>>> directory..
>>
>> This is on hudson-solaris.zones.apache.org (I don't have shell there
>> myself so I can't check the details).
>>
>> /niklas
>>
>


Re: out of space errors on hudson-solaris

2010-07-21 Thread Norman Maurer
Ok this should be fixed now and not happen again in the future. The
home directory was not located on the zfs fs by mistake. I moved it
the zfs and now everything should be ok.

Bye,
Norman


2010/7/21 Norman Maurer :
> Just to keep ya in-line...
>
> I'm currently working on getting this fixed, but it will take some
> time because I need to shuffle some data around.
>
> Bye,
> Norman
>
> 2010/7/21 Andreas Veithen :
>> I've seen a couple of build failures related to this. See e.g.:
>>
>> http://hudson.zones.apache.org/hudson/job/Abdera-trunk/81/console
>>
>> Andreas
>>
>> On Wed, Jul 21, 2010 at 19:25, Niklas Gustavsson  
>> wrote:
>>> On Wed, Jul 21, 2010 at 7:16 PM, Norman Maurer  wrote:
 you are talkin about hudson.zones.apache.org ? Or some other server ?
 I sak because hudson.zones.apache.org don't has the hudson-slave
 directory..
>>>
>>> This is on hudson-solaris.zones.apache.org (I don't have shell there
>>> myself so I can't check the details).
>>>
>>> /niklas
>>>
>>
>


Re: out of space errors on hudson-solaris

2010-07-21 Thread Justin Mason
great, thanks Norman!

On Wed, Jul 21, 2010 at 20:19, Norman Maurer  wrote:
> Ok this should be fixed now and not happen again in the future. The
> home directory was not located on the zfs fs by mistake. I moved it
> the zfs and now everything should be ok.
>
> Bye,
> Norman
>
>
> 2010/7/21 Norman Maurer :
>> Just to keep ya in-line...
>>
>> I'm currently working on getting this fixed, but it will take some
>> time because I need to shuffle some data around.
>>
>> Bye,
>> Norman
>>
>> 2010/7/21 Andreas Veithen :
>>> I've seen a couple of build failures related to this. See e.g.:
>>>
>>> http://hudson.zones.apache.org/hudson/job/Abdera-trunk/81/console
>>>
>>> Andreas
>>>
>>> On Wed, Jul 21, 2010 at 19:25, Niklas Gustavsson  
>>> wrote:
 On Wed, Jul 21, 2010 at 7:16 PM, Norman Maurer  wrote:
> you are talkin about hudson.zones.apache.org ? Or some other server ?
> I sak because hudson.zones.apache.org don't has the hudson-slave
> directory..

 This is on hudson-solaris.zones.apache.org (I don't have shell there
 myself so I can't check the details).

 /niklas

>>>
>>
>
>


IRC plugin for Hudson

2010-07-21 Thread Antoine Toulme
Hi guys,

I logged a wish on Jira a month ago to install an IRC plugin on Hudson:
https://issues.apache.org/jira/browse/INFRA-2792

Is this a bad idea ? I would be happy to help installing it, it's been a
very safe installation for my company so I can help if there are questions.

Thanks,

Antoine


Re: out of space errors on hudson-solaris

2010-07-21 Thread Niklas Gustavsson
On Wed, Jul 21, 2010 at 9:19 PM, Norman Maurer  wrote:
> Ok this should be fixed now and not happen again in the future. The
> home directory was not located on the zfs fs by mistake. I moved it
> the zfs and now everything should be ok.

Thanks!

/niklas


Re: IRC plugin for Hudson

2010-07-21 Thread Niklas Gustavsson
On Wed, Jul 21, 2010 at 10:20 PM, Antoine Toulme
 wrote:
> I logged a wish on Jira a month ago to install an IRC plugin on Hudson:
> https://issues.apache.org/jira/browse/INFRA-2792
>
> Is this a bad idea ? I would be happy to help installing it, it's been a
> very safe installation for my company so I can help if there are questions.

I don't find it a bad idea. The only reason for me not getting around
to it is that I'm occupied on getting the new Hudson master up and
running.

Now installed, will be active after the next Hudson restart. Lots of
builds right now, so I'll hold restarting.

/niklas


Re: IRC plugin for Hudson

2010-07-21 Thread Antoine Toulme
Thank you Niklas, this is very helpful.

Antoine

On Wed, Jul 21, 2010 at 14:14, Niklas Gustavsson wrote:

> On Wed, Jul 21, 2010 at 10:20 PM, Antoine Toulme
>  wrote:
> > I logged a wish on Jira a month ago to install an IRC plugin on Hudson:
> > https://issues.apache.org/jira/browse/INFRA-2792
> >
> > Is this a bad idea ? I would be happy to help installing it, it's been a
> > very safe installation for my company so I can help if there are
> questions.
>
> I don't find it a bad idea. The only reason for me not getting around
> to it is that I'm occupied on getting the new Hudson master up and
> running.
>
> Now installed, will be active after the next Hudson restart. Lots of
> builds right now, so I'll hold restarting.
>
> /niklas
>


Re: IRC plugin for Hudson

2010-07-21 Thread Antoine Toulme
It looks like the load is much lighter now - can we try restarting now ?
Otherwise this weekend I guess.

On Wed, Jul 21, 2010 at 14:14, Niklas Gustavsson wrote:

> On Wed, Jul 21, 2010 at 10:20 PM, Antoine Toulme
>  wrote:
> > I logged a wish on Jira a month ago to install an IRC plugin on Hudson:
> > https://issues.apache.org/jira/browse/INFRA-2792
> >
> > Is this a bad idea ? I would be happy to help installing it, it's been a
> > very safe installation for my company so I can help if there are
> questions.
>
> I don't find it a bad idea. The only reason for me not getting around
> to it is that I'm occupied on getting the new Hudson master up and
> running.
>
> Now installed, will be active after the next Hudson restart. Lots of
> builds right now, so I'll hold restarting.
>
> /niklas
>