kern/29698: [linux] [patch] linux ipcs doesn'work

Alexander Best alexbestms at math.uni-muenster.de
Wed Sep 16 01:10:04 UTC 2009


The following reply was made to PR kern/29698; it has been noted by GNATS.

From: Alexander Best <alexbestms at math.uni-muenster.de>
To: <bug-followup at 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 at otaku:/usr/obj/usr/src/sys/ARUNDEL
 i386


More information about the freebsd-emulation mailing list