Re: [Samba] 2.2.6pre2 (and previous?) "tiny bug" with "log file" attribute

2002-09-25 Thread Pierre Belanger
Jelmer Vernooij wrote: > > On Wed, Sep 25, 2002 at 03:32:09PM -0400, Pierre Belanger wrote about '[Samba] >2.2.6pre2 (and previous?) "tiny bug" with "log file" attribute': > > I never thought I would need to change the default log > > file pa

[Samba] 2.2.6pre2 (and previous?) "tiny bug" with "log file" attribute

2002-09-25 Thread Pierre Belanger
Hi, I never thought I would need to change the default log file path, but I had and found a bug. When changing my default "log file" from /usr/local/samba/var/log.%m to /usr/local/samba/var/log/log.%m there are always files created in the "default compiled" log directory /usr/local/samba

[Samba] smbclient, bug?

2002-05-22 Thread Pierre Belanger
Hi, Is this a bug? By mistake, I was trying to connect to a samba server using smbclient... but the samba server did not allow my client to connect to the server, because of a "hosts allow" restriction. I can understand smbclient reporting the first error: session request to ALKONOST failed

Re: [Samba] "." at the end of files/folders name causing problem!

2002-05-13 Thread Pierre Belanger
Gerald Carter wrote: > > On Fri, 10 May 2002, Pierre Belanger wrote: > > > Access the "test." directory... welcome in the "test" > > directory, not the "test." with the "." at the end. If > > the "test" directory didn

[Samba] "." at the end of files/folders name causing problem!

2002-05-10 Thread Pierre Belanger
Hi, Is this very well known, is there a workaround? Log to your Unix Samba server. Create in one of your share the following folders: mkdir -p test mkdir -p test./A Get on your Windows and access the share... Access the "test." directory... welcome in the "test" directory, not the "tes

Re: [Samba] 2.2.4 : smbstatus reporting weird dates in locked files

2002-05-07 Thread Pierre Belanger
Gerald Carter wrote: > > On Mon, 6 May 2002, Pierre Belanger wrote: > > > Hi, > > > > smbstatus is reporting the following: > > > > Locked files: > > PidDenyMode R/WOplock Name > > --

[Samba] 2.2.4 : smbstatus reporting weird dates in locked files

2002-05-06 Thread Pierre Belanger
Hi, smbstatus is reporting the following: Locked files: PidDenyMode R/WOplock Name -- 0 DENY_NONE RDONLY BATCH Wed Dec 31 20:00:00 1969 0 DENY_NONE RDONLY BATCH Wed Dec 31 20:0

Re: [Samba] Can't get MSDFS to work, help!

2002-05-06 Thread Pierre Belanger
Hello all, I was able to made it work with a Windows 2000 client. So I guess I am missing something on my Windows NT4 client or there's something wrong on it. If any of you have a clue, let me know! Cheers, Pierre B. Pierre Belanger wrote: > > Hello Shirish, > > Glad to

Re: [Samba] Can't get MSDFS to work, help!

2002-05-06 Thread Pierre Belanger
Hello Shirish, Glad to hear it's working for you... so it must work for me! Yes the /export and /export/dfsroot is readable by everyone. Just can't figure out what's wrong, even after looking at the logs :( Here's some stuff I grabbed from the log file (log level = 10) and I've included my smb.c

[Samba] Can't get MSDFS to work, help!

2002-05-05 Thread Pierre Belanger
Hi, I've been trying since the past hours to configure MSDFS using 2.2.4, compiled with --with-msdfs under Solaris but I can't get it to work :( Here's what I've done, in the smb.conf file, I added the following: [global] ... host msdfs = yes ... [dfs] path = /export/dfsroot

Re: [Samba] Silence is golden

2002-04-29 Thread Pierre Belanger
"Marlow, Robin" wrote: > > Hello, > We now have our samba server up & running. But it's on an old > machine with an awfully loud harddrive. Pre-samba most of the time the box > was idle & the harddrive managed to go into standby - thus sparing us from > the din. When samba is running (eve

[Samba] Glitch in source/utils/status.c (2.2.3a & 2.2.4-pre)

2002-04-29 Thread Pierre Belanger
FYI, Non-initialized variable "fname" in file source/utils/status.c line 649 printf("Opened status file %s\n", fname); I changed the line to: printf("Opened status file %s\n", lock_path("connections.tdb")); But I don't think that's right cuz it outputs: Opened status file /connecti

[Samba] Windows Printers GUI = Failed to open, retrying

2002-04-27 Thread Pierre Belanger
Hi, Does anyone know how to fix this annoying Windows Printing GUI reporting "Failed to open, retrying"? It does this under NT and 2000. Haven't tried 95/98 and XP. I am running 2.2.4-pre . This is only happening when there is at least 1 job in the printer's queue... and the GUI is not even sho

[Samba] pam_smbpasswd+ldap versus smbd+ldap problem

2002-04-16 Thread Pierre Belanger
Hi, I downloaded a few minutes ago the latest 2.2.4-pre from the CVS. Note that I haven't tried any previous version with the current setup. Here's what I am doing. I compiled 2.2.4-pre with : ./configure --without-winbind --with-acl-support --with-utmp --with-syslog --with-pam --with-automount