Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Oct 2005 17:55:15 +0200
From:      Julien Lirochon <jlirochon@cyanide-studio.com>
To:        freebsd-questions@freebsd.org
Subject:   problem with /dev/ttypX and samba
Message-ID:  <434FD4E3.3070708@cyanide-studio.com>

next in thread | raw e-mail | index | archive | help
Hi,


I'm trying to configure unix passwd sync on samba. Unfortunately, when 
it tries to launch my script, samba complains that it can't open any ttyp.

Looking at the code implied, I see that samba lists all files matching 
"/dev/ttyp*" and tries to open them in a while loop.

The problem is that there is no persistant /dev/ttyp* on my server. When 
I connect via ssh, a /dev/ttyp0 appears, and it disappears when I 
disconnect. That's why samba fails to find an available ttyp... ( I 
already verified that ttyp's are not hidden in devfs rules )


How could I make my ttyp's available for samba ?

I'm running FreeBSD 5.4-STABLE


thx,
Julien



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?434FD4E3.3070708>