Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Samba Loses i860 Printer - SOLVED

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
Casey
Posts: 26
Joined: 2005-08-04 18:50

Samba Loses i860 Printer - SOLVED

#1 Post by Casey »

Mepis 3.3.1.1 (Debian Sarge)

My printer does not show up in the Samba "Share Browser" automatically. Each time I boot Mepis, I must open "Control Center>Internet and Network>Samba Configuration" then login as root and go through the config to the point of opening and ok'ing printer edit. It always shows my printer and "All printers shared" After saying ok to that without changing anything, that window closes and "Apply" now appears instead of being grayed out. click Apply and go back to "Share Browser" and now my printer is under Mepisgrp>Mepis.

But I have to go through that every time I start Mepis. There must be a way to save that setting so it stays active through a reboot.

Any help?
Last edited by Casey on 2005-08-16 13:41, edited 1 time in total.

sprucio
Posts: 143
Joined: 2005-03-29 03:30

#2 Post by sprucio »

If you are using CUPS, then you could always use IPP.

What does your smb.conf file look like?

Casey
Posts: 26
Joined: 2005-08-04 18:50

#3 Post by Casey »

;*******************section global*****************
[global]

# Do something sensible when Samba crashes: mail the admin a backtrace
panic action = /usr/share/samba/panic-action %d
printing = cups
workgroup = mepisgrp
server string = %h server (Samba %v)
hosts allow = 192.168.0. 192.168.1. 192.168.2. 127.
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=4096 SO_RCVBUF=4096
passdb backend = tdbsam guest
dns proxy = no
max log size = 1000
security = share
restrict anonymous = no
domain master = no
preferred master = no
max protocol = NT
ldap ssl = No
server signing = Auto
;*******************section ...*****************
[...]
comment = /home/...
path = /home/...
guest ok = yes
read only = no
;*******************section homes*****************
[homes]
comment = Home Directories
browseable = no
read only = no
;*******************section printers*****************
[printers]
comment = All Printers
path = /tmp
printable = yes
guest ok = yes
create mask = 0700
print command = lpr -P %p -o raw %s -r

Casey
Posts: 26
Joined: 2005-08-04 18:50

#4 Post by Casey »

sprucio wrote:If you are using CUPS, then you could always use IPP.

What does your smb.conf file look like?
The problem was solved by adding network printer w/ipp (ipp/http) in Mepis, then setting it up in XP. I had to change the url from ipp to http in XP before it found the printer. It is working fine now.

Thanks

Post Reply