Sys V uugetty problem

Tony Walton olapw at olgb1.oliv.co.uk
Wed Feb 21 04:58:25 AEST 1990


In article <20286 at bcsaic.UUCP> carroll at bcsaic.UUCP (Jeff Carroll) writes:
>
>	I have a modem on a serial port on my System V/386 box which I
>	would like to use for dialout as well as dialin. getty works fine, [but]
>	uugetty doesn't seem to be able to open the tty line. Running   
>	cu -d -ltty00 the system tells me "CAN'T ACCESS DEVICE".

It might be the ownership on /dev/tty00 - cu runs setuid uucp, so tty00 should
be 622 mode *and owned by uucp*

On your cu -d output, do you get

blahblahblah...
mlock tty00 succeeded
generic open failed, errno = 13
more blahblahblah

If so, that's your problem (errno 13 is EACCES - ie "permission denied").
If that's the case, just chown uucp /dev/tty00 and it should be OK.

-- 
Tony Walton, OEM/VAR Division, British Olivetti Ltd., 154-160 Upper Richmond Rd,
LONDON, SW15 2FN.  Tel: (+44) 1 789 6699 Telefax: (+44) 1 785 6670 Telex:27258
Uucp : { ukc!uel | mcvax!olnl1 | ihnp4!cuuxb | iconet | olhqma } !olgb1!olapw
olapw at olgb1.oliv.co.uk



More information about the Comp.unix.questions mailing list