Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2009 01:10:03 GMT
From:      Alexander Best <alexbestms@math.uni-muenster.de>
To:        freebsd-emulation@FreeBSD.org
Subject:   Re: kern/29698: [linux] [patch] linux ipcs doesn'work
Message-ID:  <200909160110.n8G1A32T011855@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/29698; it has been noted by GNATS.

From: Alexander Best <alexbestms@math.uni-muenster.de>
To: <bug-followup@FreeBSD.org>
Cc:  
Subject: Re: kern/29698: [linux] [patch] linux ipcs doesn'work
Date: Wed, 16 Sep 2009 03:02:25 +0200 (CEST)

 emulators/linux_dist-gentoo-stage3 comes with `ipcs` and `ipcrm`. running ipcs
 [-s|-a] works without any problems.
 
 `/usr/local/gentoo-stage3/usr/bin/ipcs -a`:
 
 ------ Shared Memory Segments --------
 key        shmid      owner      perms      bytes      nattch     status
 
 ------ Semaphore Arrays --------
 key        semid      owner      perms      nsems
 0x74738b52 65536      arundel   600        1
 
 ------ Message Queues --------
 key        msqid      owner      perms      used-bytes   messages
 
 `/usr/local/gentoo-stage3/usr/bin/ipcs -s`:
 
 ------ Semaphore Arrays --------
 key        semid      owner      perms      nsems
 0x74738b52 65536      arundel   600        1
 
 ` /usr/local/gentoo-stage3/usr/bin/ipcrm -s 65536`
 
 `/usr/local/gentoo-stage3/usr/bin/ipcs -s`:
 
 ------ Semaphore Arrays --------
 key        semid      owner      perms      nsems
 
 question is if `ipcs`/`ipcrm` is needed in emulators/linux_base-f*.
 
 cheers.
 alex
 
 p.s.: i'm running - FreeBSD otaku 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r197234:
 Wed Sep 16 01:10:00 CEST 2009     root@otaku:/usr/obj/usr/src/sys/ARUNDEL
 i386



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909160110.n8G1A32T011855>