[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]
Albert Chin conserver-users@mlists.thewrittenword.com
Thu, 18 Dec 2003 14:25:28 -0800 (PST)
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; }