WE use samba a lot here Supporting the IT at Avaya and have run into a problem we seem to be stuck on. We went to your Web site and followed the DIAGNOSIS.txt on trouble shooting Samba and came up with no error. But when trying to map a drive we can not with this message in the log files; [2001/11/02 14:26:17, 0] smbd/service.c:make_connection(208) co9510kkoller (135.122.34.116) couldn't find service sdscpb6 We have no problems an mapping /tmp nor /home drives I will include the sample of how our smb.conf looks but we get no errors when we do your testparm script Any suggestions.... ! Thanks Kenny guest account = nobody lock directory = /usr/local/samba/var/locks share modes = yes encrypt passwords = yes security = server server string = Samba Server socket options = TCP_NODELAY password level = 0 username map = /usr/local/samba/username.map ; wins server = 135.9.140.120 wins server = 135.60.129.108 ; wins support = yes [homes] comment = Home Directories browseable = yes writable = yes ; A publicly accessible directory, but read only, except for people ; in the ntmcts group [sdscpb6] comment = PowerBuilder Project Files path = /usr/hqdev/pb6 public = yes writable = yes printable = no write list = @ntmcts create mask = 0775 [tmp] comment = Temporary file space path = /tmp read only = no public = yes
Hi everybody, I'm running RedHat kernel 2.2.12 and Samba 2.2.0. ---------- snip -------------------- I have two printer configure: ##PRINTTOOL3## LOCAL DJ6xxP 300x300 letter {} HPDeskJet6xxP Default 1 lp:\ :sd=/var/spool/lpd/lp:\ :mx#0:\ :sh:\ :lp=/dev/usb/lp0:\ :if=/usr/lib/rhs/rhs-printfilters/master-filter: ##PRINTTOOL3## LOCAL raw:\ :sd=/var/spool/lpd/raw:\ :mx#0:\ :sh:\ :lp=/dev/usb/lp0: ---------- snip -------------------- The printer "lp:" works (with minor issues, but it works) but the I cant address the "raw" printer. I have a HPDJ640C and configure Windows to use the HP driver. As soon as I select the "raw:" driver the application crashes. I can't find any appropriate error messages neither on the Win nor on the Linux side. Any suggestions? Thanks! -- Bernd
I an not clear at which point you experience the crash. When installing the driver or trying to print. What do you have in smb.conf? Does the driver expect two way communication with the printer? Joel
Sorry, forgot the sm.conf entries: ------- snip ------------ [lp] comment = HP DJ640C with GhostScript driver printer driver = Apple Color LW 12/660 PS path = /var/spool/samba browseable = yes guest ok = yes writable = no printable = yes [raw] comment = HP DJ640C raw printer driver = HP DeskJet 640C Series path = /var/spool/samba guest ok = yes writable = no printable = yes # This one is useful for people to share files [public] comment = Public Stuff path = /home/public read only = No create mask = 0644 directory mask = 0777 guest ok = Yes ------- snip ------------ -- Bernd