Mailing List Archive

Stupid newbie question for 8.0.9
I'm testing conserver 8.0.9 on a Sun system connected to a DEC system
via /dev/ttyb. My conserver.cf file is below. tip to this system works
fine. Whenever I try to connect with console, I get:
ttyb: permission denied

I'm connecting as root:
# console -M localhost ttyb

What am I doing wrong?

--
albert chin (china@thewrittenword.com)

-- snip snip
default full {
rw *;
}

default * {
master localhost;
}

console ttyb {
type device;
device /dev/ttyb; parity none; baud 9600;
timestamp "";
}

access * {
allowed 192.168.1.0/24;
trusted 192.168.1.0/24;
trusted 127.0.0.1;
}
Stupid newbie question for 8.0.9 [ In reply to ]
On Thu, Dec 18, 2003 at 04:25:27PM -0600, Albert Chin wrote:
> I'm testing conserver 8.0.9 on a Sun system connected to a DEC system
> via /dev/ttyb. My conserver.cf file is below. tip to this system works
> fine. Whenever I try to connect with console, I get:
> ttyb: permission denied
>
> I'm connecting as root:
> # console -M localhost ttyb
>
> What am I doing wrong?

Ok, indeeed, stupid user error. I forgot to include full in the
default entry.

--
albert chin (china@thewrittenword.com)