Re: [Samba] Problem with Samba 3.4.3 - previous 3.3.x worked fine

2009-11-14 Thread Karl Denninger
The explicit declaration of the passdb back end fixed the authentication
problem, but the printer connection issue remains.

I get NOTHING in the log files indicating a problem.  Here's what
testparm returns:

FS# ./testparm
Load smb config files from /usr/local/samba/lib/smb.conf
Processing section [homes]
Processing section [printers]
Processing section [faxserver]
Processing section [pics]
Processing section [Music]
Processing section [Archive]
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions

[global]
workgroup = DENNINGER
server string = Denninger FileServer
interfaces = 192.168.1.0/24
passdb backend = smbpasswd
log file = /var/log/log.%m
max log size = 50
deadtime = 15
logon path = \\%L\Profiles\%U
logon drive = Z:
logon home = \\%L\%U
os level = 35
preferred master = Yes
domain master = Yes
dns proxy = No
wins support = Yes
ldap ssl = no
remote announce = 192.168.1.255
invalid users = root
hosts allow = 192.168.1.0/255.255.255.0, 127.
printing = bsd
print command = lpr -r -P'%p' %s
lpq command = lpq -P'%p'
lprm command = lprm -P'%p' %j

[homes]
comment = Home Directories
read only = No
browseable = No
browsable = No

[printers]
comment = All Printers
path = /disk/spool/samba
printable = Yes
browseable = No
browsable = No

[faxserver]
comment = Fax Server Files
path = /disk/system
valid users = karl
read only = No
create mask = 0765

[pics]
comment = Picture files
path = /pics
valid users = karl
read only = No
create mask = 0765

[Music]
comment = Music
path = /archive/CD-Jukebox
write list = @music-write
read only = No

[Archive]
comment = Archive
path = /archive
valid users = karl
read only = No

I am running as a workgroup as the domain overhead doesn't appear to
be worthwhile in my application.

Unix printing works, and so does printing from Windows XP clients
(including adding the printers on the network to a windows machine as
a network printer.)  I have no VISTA clients, but the Windows 7 machines
cannot connect to printers - they connect to file shares just fine.


Dale Schroeder wrote:
 passdb backend default changed in 3.4 to tdbsam.  If you did not have
 it explicitly declared, you now have to say
passdb backend = smbpasswd

 I can't comment specifically to your printing issues.  3.4 did alter
 the printing subsystem, which may be the source
 of your problem.  I had several printers whose PCL5 drivers no longer
 worked.  I resolved by either upgrading to
 the latest driver or switching to PS drivers.  However, that does not
 explain your problem with Win 7.

 http://www.samba.org/samba/history/samba-3.4.0.html

 Dale


 Karl Denninger wrote:
 Hi folks;

 I have an odd one.

 I recently upgraded from 3.3.x to 3.4.3 and suddenly lost both the old
 smbpasswd file AND the ability to connect to printers from Windows 7
 clients.

 File server is fine, and everything else is working - I can connect to
 printers from XP machines, but not from Windows 7 any more.

 I get an 0xd error from Win7 when I try to connect no
 further info available that I can find on what that is.

 Ideas?

 -- Karl Denninger
   


 %SPAMBLOCK-SYS: Matched [samba.org], message ok
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

[Samba] Problem with Samba 3.4.3 - previous 3.3.x worked fine

2009-11-12 Thread Karl Denninger
Hi folks;

I have an odd one.

I recently upgraded from 3.3.x to 3.4.3 and suddenly lost both the old
smbpasswd file AND the ability to connect to printers from Windows 7
clients.

File server is fine, and everything else is working - I can connect to
printers from XP machines, but not from Windows 7 any more.

I get an 0xd error from Win7 when I try to connect no
further info available that I can find on what that is.

Ideas?

-- Karl Denninger
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

[Samba] Perhaps silly question - network browse problems...

2005-12-15 Thread Karl Denninger
Hi folks;

This may not even be Samba related, but I'm stumped, so I thought I'd toss
this one out here.

All the client machines are on 192.168.1.x, all netmasks are configured as
/24, etc.

I cannot browse the network. I CAN connect to a resource on the server just 
fine if I specify the full name, but an attempt to bring up the network 
browser shows the network name (DENNINGER) but nothing inside...

I am connecting as Workgroup clients (not a domain client) due to issues
I had a while back with domain logins.

Clients are all WinXP SP2.

I don't get it - this started after I came off the 2.x codebase, and I
can't find anything obvious that I'm doing wrong in the configuration -
obviously I'm missing something!

Any help or places to look appreciated testparm attached

--
-- 
Karl Denninger ([EMAIL PROTECTED]) Internet Consultant  Kids Rights Activist
http://www.denninger.netMy home on the net - links to everything I do!
http://scubaforum.org   Your UNCENSORED place to talk about DIVING!
http://genesis3.blogspot.comMusings Of A Sentient Mind


Running 3.0.20b; here's the output of Testparm

Load smb config files from /usr/local/etc/smb.conf
Processing section [homes]
Processing section [printers]
Processing section [faxserver]
Processing section [pics]
Processing section [Music]
Loaded services file OK.
Server role: ROLE_DOMAIN_PDC
Press enter to see a dump of your service definitions
[global]
workgroup = DENNINGER
server string = Home Office FileServer
interfaces = 192.168.1.0/24
max log size = 50
deadtime = 15
domain logons = Yes
preferred master = Yes
domain master = Yes
dns proxy = No
wins support = Yes
remote announce = 192.168.1.255
invalid users = root
hosts allow = 192.168.1.0/255.255.255.0, 127.
printing = bsd
print command = lpr -r -P'%p' %s
lpq command = lpq -P'%p'
lprm command = lprm -P'%p' %j

[homes]
comment = Home Directories
read only = No
browseable = No

[printers]
comment = All Printers
path = /disk/spool/samba
printable = Yes
browseable = No

[faxserver]
comment = Fax Server Files
path = /disk/system
valid users = system, karl
read only = No
create mask = 0765

[pics]
comment = Picture files
path = /pics
valid users = system, karl
read only = No
create mask = 0765

[Music]
comment = Music
path = /archive/CD-Jukebox


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Question regarding printers - problem with current rleease

2005-07-12 Thread Karl Denninger
Hi folks;

Not sure what's going on here

Running 3.0.14a here, with a fairly default config.  

Base OS is FreeBSD 5.4-STABLE.

FreeBSD 5.4-STABLE #11: Fri Apr  8 09:48:24 CDT 2005 [EMAIL 
PROTECTED]:/usr/obj/usr/src/sys/KSD-SMP 

Here's the output from testparm


Load smb config files from /usr/local/etc/smb.conf
Processing section [homes]
Processing section [printers]
Processing section [faxserver]
Processing section [pics]
Loaded services file OK.
Server role: ROLE_DOMAIN_PDC
Press enter to see a dump of your service definitions
# Global parameters
[global]
workgroup = DENNINGER
server string = Home Office FileServer
interfaces = 192.168.1.0/24
max log size = 50
deadtime = 15
domain logons = Yes
preferred master = Yes
domain master = Yes
dns proxy = No
wins support = Yes
remote announce = 192.168.1.255
invalid users = root
hosts allow = 192.168.1.0/255.255.255.0, 127.
printing = bsd
print command = lpr -r -P'%p' %s
lpq command = lpq -P'%p'
lprm command = lprm -P'%p' %j

[homes]
comment = Home Directories
read only = No
browseable = No

[printers]
comment = All Printers
path = /disk/spool/samba
printer admin = @wheel
printable = Yes
browseable = No

[faxserver]
comment = Fax Server Files
path = /disk/system
valid users = system, karl
read only = No
create mask = 0765

[pics]
comment = Picture files
path = /pics
valid users = system, karl
read only = No
create mask = 0765


Ok, now the problem...

Everything works correctly EXCEPT that I cannot see the contents of a print
queue.  I can browse printers (as I specified that was ok), I can connect to
them, AND I CAN PRINT.

However, the status comes up as access denied, unable to connect when I
look at it from an XP workstation that is signed on and connected to the
printer.  I am completely unable to view the print queue.  Obviously I can't
remove a print job either, since I can't see them.

Local viewing of the queue from Unix works (e.g. lpq -PLaser does the
expected thing, and produces the expected output)

Any ideas what I've done wrong?  Read the FAQ and install instructions, I
can't see anything obviously screwed up - and everything else - including
printing itself - works 

Thanks!

--
-- 
Karl Denninger ([EMAIL PROTECTED]) Internet Consultant  Kids Rights Activist
http://www.denninger.netMy home on the net - links to everything I do!
http://scubaforum.org   Your UNCENSORED place to talk about DIVING!
http://homecuda.com Emerald Coast: Buy / sell homes, cars, boats!
http://genesis3.blogspot.comMusings Of A Sentient Mind


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba