I'm running RH 7 and I set-up Samba for sharing it's printer... I networked the printer from my Windows Me machine but when I print to it I get... page 1: "Error: /undefined in" page 2: "Operand stack: Execurtion stack: %interp_exit .runexec2 --nostrigval--" any ideas what is going on? # Global parameters [global] workgroup = INTOX netbios name = VERONICA server string = Samba Server encrypt passwords = Yes update encrypted = Yes username map = /etc/samba/smbusers unix password sync = Yes log file = /var/log/samba/%m.log max log size = 0 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 dns proxy = No invalid users = admin, root, administrator admin users = twigs printing = lprng [homes] comment = Home Directories writeable = Yes [printers] comment = All Printers path = /var/spool/samba printable = Yes [tmp] comment = Temporary file space path = /tmp writeable = Yes guest ok = Yes [Veroinca_HP] path = /var/spool/samba writeable = Yes guest ok = Yes printable = Yes postscript = Yes printer = Veroinca_HP oplocks = No share modes = yes much appricated, josh
Hi, i used [printers] comment = All Printers path = /var/spool/samba browseable = yes printable = yes public=yes create mode = 0700 to share my printers to W2K Clients. For that i created a printer (printing is working locally) on my linux machine (RH9, Samba 2.2.7, Cups). If i try now to use this printer on my W2K machines i can create a Printer in the Control Panel browsing the Domain and installing the driver for Windows. The printer is there but i can't access him ("Access not allowed; no connection possible") Has anyone an idea whats going wrong? Timo
Without thinking about this, have you walked through DIAGNOSIS.txt, which comes in your samba sources? What comes to mind are things like firewalls and network problems. Also, Cups (which I do not use) may have some security issues. It is fun to make the guest user root in smb.conf (just for testing!) and see if the problem goes away. Joel On Wed, Nov 26, 2003 at 11:46:56AM +0100, Timo Haberkern wrote:> Hi, > > i used > > [printers] > comment = All Printers > path = /var/spool/samba > browseable = yes > printable = yes > public=yes > create mode = 0700 > > > to share my printers to W2K Clients. For that i created a printer > (printing is working locally) on my linux machine (RH9, Samba 2.2.7, > Cups). If i try now to use this printer on my W2K machines i can create > a Printer in the Control Panel browsing the Domain and installing the > driver for Windows. The printer is there but i can't access him ("Access > not allowed; no connection possible") > > Has anyone an idea whats going wrong? > > Timo > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >--
Try putting "use client driver = yes" in the [printers] section Hope this helps Nick "Timo Haberkern" <thaberkern@emedia-office.de> wrote in message news:3FC484A0.7070402@emedia-office.de...> Hi, > > i used > > [printers] > comment = All Printers > path = /var/spool/samba > browseable = yes > printable = yes > public=yes > create mode = 0700 > > > to share my printers to W2K Clients. For that i created a printer > (printing is working locally) on my linux machine (RH9, Samba 2.2.7, > Cups). If i try now to use this printer on my W2K machines i can create > a Printer in the Control Panel browsing the Domain and installing the > driver for Windows. The printer is there but i can't access him ("Access > not allowed; no connection possible") > > Has anyone an idea whats going wrong? > > Timo > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >