Gentoo Archives: gentoo-user

From: Michael Mol <mikemol@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] virtualbox - serial port
Date: Tue, 18 Sep 2012 15:03:34
Message-Id: CA+czFiBCprFZ5kGJ9=1=sZ-J3mRu-ANY0xOd2KrWRjQMJb98gg@mail.gmail.com
In Reply to: Re: [gentoo-user] virtualbox - serial port by Joseph
1 On Tue, Sep 18, 2012 at 10:49 AM, Joseph <syscon780@×××××.com> wrote:
2 > On 09/18/12 07:07, J. Roeleveld wrote:
3 >>
4 >> Joseph <syscon780@×××××.com> wrote:
5 >>
6 >>> I'm trying to configure virutalbox serial port, but I'm getting an
7 >>> error:
8 >>>
9 >>> NamedPipe#0 failed to connect to local socket /dev/ttyS0
10 >>> (VERR_ACCESS_DENIED).
11 >>>
12 >>> in "inittab" I have:
13 >>> c7:2345:respawn:/usr/sbin/faxgetty ttyS0
14 >>>
15 >>> is the above correct?
16 >>>
17 >>> In virtualbox - serial port
18 >>> Port Number: COM1
19 >>> Port Mode: Host Device
20 >>> Port/File Path: /dev/ttyS0
21 >>>
22 >>> What am I missing?
23 >>
24 >>
25 >> Joseph.
26 >>
27 >> Do you have permissions set correctly to access the serial port normally
28 >> (without virtualbox)?
29 >>
30 >> --
31 >> Joost
32 >
33 >
34 > How do I check if some other application are not using serial port?
35
36 lsof -n |grep /dev/tty
37
38 --
39 :wq

Replies

Subject Author
Re: [gentoo-user] virtualbox - serial port Joseph <syscon780@×××××.com>