On (27/06/06 08:37), Junichi Uekawa wrote:
> Hi,
> 
> > I am still managing to work around by chrooting in to base.cow and using 
> > icprm to clear all the left over queues.
> 
> ipc should be system-wide, which means that you don't need to chroot
> to base.cow...
> 

Hi,

I have just encountered this bug again, I was making the mistake as
running ipcs as an unpriveledged user outside the chroot, so it couldn't
see the appropriate queues. My apologies for this mistake.

Since I rebooted I have build several packages, I had maybe one failure
in that time, and the build just previous to the one that triggered the
problem did not fail.

I have attached the output of ipcs. There is one msq removed from what
there was when it failed. 1234 is the uid in ~/.pbuilderrc.

Have you any more suggestions for debugging?

James

-- 
  James Westby
  [EMAIL PROTECTED]
  http://jameswestby.net/
Script started on Thu 29 Jun 2006 13:06:39 BST
[EMAIL PROTECTED]:~/Install/temp/apt-listbugs]$ sudo ipcs

------ Shared Memory Segments --------
key        shmid      owner      perms      bytes      nattch     status      
0x00000000 0          root      777        94208      1                       
0x00000000 65537      jw2328    600        393216     2          dest         
0x00000000 98306      jw2328    600        393216     2          dest         
0x00000000 131075     jw2328    600        393216     2          dest         
0x00000000 163844     jw2328    600        393216     2          dest         
0x00000000 196613     jw2328    600        393216     2          dest         
0x00000000 3440646    jw2328    600        393216     2          dest         
0x00000000 2097159    jw2328    600        393216     2          dest         
0x00000000 3473416    jw2328    600        393216     2          dest         
0x00000000 4325385    jw2328    600        393216     2          dest         
0x00000000 4259850    jw2328    600        393216     2          dest         
0x00000000 4358155    jw2328    600        393216     2          dest         
0x00000000 4456460    jw2328    600        393216     2          dest         
0x00000000 8421389    jw2328    600        393216     2          dest         
0x00000000 4751374    jw2328    600        393216     2          dest         
0x00000000 4947983    jw2328    600        393216     2          dest         
0x00000000 4980752    jw2328    600        393216     2          dest         
0x00000000 8454161    jw2328    600        393216     2          dest         
0x00000000 6094868    jw2328    600        12288      2          dest         
0x00000000 6127637    jw2328    600        393216     2          dest         
0x00000000 6160406    jw2328    600        12288      2          dest         
0x00000000 6193175    jw2328    600        393216     2          dest         
0x00000000 6225944    jw2328    600        12288      2          dest         
0x00000000 6258713    jw2328    600        393216     2          dest         
0x00000000 6291482    jw2328    600        12288      2          dest         
0x00000000 6324251    jw2328    600        393216     2          dest         
0x00000000 6357020    jw2328    600        12288      2          dest         

------ Semaphore Arrays --------
key        semid      owner      perms      nsems     
0x00000000 65536      www-data  600        1         
0x00000000 98305      www-data  600        1         
0x00000000 131074     www-data  600        1         
0x4b8162f3 163843     1234     600        1         
0x78918ea2 196612     1234     600        1         
0x2efc073a 229381     1234     600        1         
0x7824d3a0 262150     1234     600        1         
0x0f46229f 294919     1234     600        1         
0x438e1af0 327688     1234     600        1         
0x4e973f1b 360457     1234     600        1         
0x62933ecd 393226     1234     600        1         

------ Message Queues --------
key        msqid      owner      perms      used-bytes   messages    
0x4b8162f1 0          1234       600        0            0           
0x4b8162f2 32769      1234       600        0            0           
0x78918ea0 65538      1234       600        0            0           
0x78918ea1 98307      1234       600        0            0           
0x2efc0738 131076     1234       600        0            0           
0x2efc0739 163845     1234       600        0            0           
0x7824d39e 196614     1234       600        0            0           
0x7824d39f 229383     1234       600        0            0           
0x0f46229d 262152     1234       600        0            0           
0x0f46229e 294921     1234       600        0            0           
0x438e1aee 327690     1234       600        0            0           
0x438e1aef 360459     1234       600        0            0           
0x4e973f19 393228     1234       600        0            0           
0x4e973f1a 425997     1234       600        0            0           
0x62933ecb 458766     1234       600        0            0           

[EMAIL PROTECTED]:~/Install/temp/apt-listbugs]$ exit

Script done on Thu 29 Jun 2006 13:06:45 BST

Reply via email to