hülye Samba

Fórumok

Helló mindenkinek!

Akadt egy kis gondom Debian stable alatt a Samba+CUPS párossal. A CUPS gyönyörűen felismerte a nyomtatómat a _printconf_ paranccsal, utána beállítottam alapértelmezettnek(nem tudom, h ez szükséges-e, biztos ami biztos), minden szupi. Az smb.conf-ban szerepel a CUPS-ra vonatkozó összes szükséges bejegyzés. Megy minden rendesen.

Probléma: Újraindítás után nem elérhető a nyomtató, nem is látszik az smbclient -L hostname paranccsal se. VISZONT! /etc/init.d/samba restart után remekül működik.

Már próbáltam a /etc/rc.2/-ben módosítani a betöltési sorrendet, de semmi eredménye.

Na erre varrjunk már közösen gombot, mert nekem nem sikerült!

Köszönök minden építő ötletet!

Hozzászólások

Amíg konfigfájlokat nem látunk, senki nem tud segíteni.
--
Gentoo motto: It's worth spending eight hours trying to make something load 20ns faster.

Tényleg! Bocsesz. :S

CUPS

DefaultCharset notused
LogLevel info
Printcap /var/run/cups/printcap
Port 631

Order Deny,Allow
Deny From All
Allow From 127.0.0.1

AuthType Basic
AuthClass User

AuthType Basic
AuthClass System

Order Deny,Allow
Deny From All
Allow From 127.0.0.1

----------------------------
SAMBA

[global]
workgroup = workgroup
server string = Samba server
dns proxy = no
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
panic action = /usr/share/samba/panic-action %d
security = user
encrypt passwords = true
passdb backend = tdbsam guest
obey pam restrictions = yes
invalid users = root
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
load printers = yes
printing = cups
printcap name = cups
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

[Homes]
comment = Home Directories
browseable = no
writable = no
create mask = 0700
directory mask = 0700

[printers]
comment = All Printers
browseable = yes
path = /tmp
printable = yes
public = yes
writable = no
create mode = 0700

[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = no

[cdrom]
comment = CD-ROM
writable = no
locking = no
path = /cdrom
public = yes

[menteni]
comment = Menteni
writeable = yes
locking = no
path = /home/menteni
public = yes

A cupsnak elobb kell indulnia mint a sambanak.