Re: Posix and SysV message queues

2006-05-10 Thread John L Fjellstad
Magnus Therning <[EMAIL PROTECTED]> writes: > Are you using Sarge? Actually, I'm on Kubuntu Dapper. I just checked my Sarge installation, and the manpage is not there either, so I'm guessing it's a recent addition. > I'm on Sid, and the manpage lives in the package manpages (which > manpages-pos

Re: Posix and SysV message queues

2006-05-10 Thread Magnus Therning
On Tue, May 09, 2006 at 09:12:59AM -0700, John L Fjellstad wrote: >Magnus Therning <[EMAIL PROTECTED]> writes: > >> Have you read the relevant manpage (mq_overview)? >> You can't get the information you're interested in from the virtual >> filesystem, /dev/mqueue? > >Doing a man on mq_overview tell

Re: Posix and SysV message queues

2006-05-09 Thread John L Fjellstad
Magnus Therning <[EMAIL PROTECTED]> writes: > Have you read the relevant manpage (mq_overview)? > You can't get the information you're interested in from the virtual > filesystem, /dev/mqueue? Doing a man on mq_overview tells me there is no such man page. man on mqueue.h and mq_open doesn't ment

Re: Posix and SysV message queues

2006-05-09 Thread Magnus Therning
On Tue, May 09, 2006 at 12:13:19AM -0700, John L Fjellstad wrote: >I'm trying to write a program using posix and sysV message queues. For >sysV, there is a utility, ipcs and icprm that lets me inspect and >remove messages from the queue. Anyone know if there is a similar >util

Posix and SysV message queues

2006-05-09 Thread John L Fjellstad
I'm trying to write a program using posix and sysV message queues. For sysV, there is a utility, ipcs and icprm that lets me inspect and remove messages from the queue. Anyone know if there is a similar utility for posix msg queues? -- John L. Fjellstad web: http://www.fjellsta