From owner-freebsd-current Sat Jun 27 00:27:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA29270 for freebsd-current-outgoing; Sat, 27 Jun 1998 00:27:43 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from Mail.ZEDAT.FU-Berlin.DE (mail.zedat.fu-berlin.de [160.45.2.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA29260 for ; Sat, 27 Jun 1998 00:27:39 -0700 (PDT) (envelope-from agni@zedat.fu-berlin.de) Received: by Mail.ZEDAT.FU-Berlin.DE (Smail3.2.0.98) from dose (160.45.233.89) with smtp id ; Sat, 27 Jun 1998 09:27:37 +0200 (MEST) Message-Id: <3.0.5.32.19980627092501.007ea760@mail.zedat.fu-berlin.de> X-Sender: agni@mail.zedat.fu-berlin.de X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Sat, 27 Jun 1998 09:25:01 +0200 To: Joel Ray Holveck From: Gerd Truschinski Subject: Re: /dev/io Cc: freebsd-current@FreeBSD.ORG In-Reply-To: <199806270521.AAA01028@detlev.UUCP> References: <199806260329.FAA13506@freebsd.first.gmd.de> <199806260329.FAA13506@freebsd.first.gmd.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 00:21 27.06.98 -0500, Joel Ray Holveck wrote: >> Hi there, >> I am running current from around 11. May. >> I try to open /dev/io as user 'dose.wheel' with the following permissions: >> crw-rw---- 1 dose wheel 2, 14 Mar 24 13:14 /dev/io >> but get always 'Operation not permitted' errors. I must be root. >> Is the man page to old or did I miss something? > >Can you please tell us the exact operation you tried? A code snippet >would be nice. > dev_file = open("/dev/io", O_RDWR); if (dev_file == -1) { perror("open /dev/io "); exit (errno); } And I get: open /dev/io : Operation not permitted /gT/ -- Gerd Truschinski | Yes, this is the sort of scenario I Freie Universitaet Berlin | think up to amuse myself in the evenings. ZEDAT | -- with confirmation from Larisa -------- Taku Str. 9, Raum 020 Phone: +49 30 838 75 500 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message