Just recently installed 2.0.6 on a RedHat 6.0 system. Everything seems fine except for an old nasty DOS accounting application. It only allows one person into the system at a time. It says the files are in use/locked. Looking for your suggestions/comments. The dos app has worked fine off windows 95 shares, and netware. Thanks, John jderung@info-link.net
Start by viewing the connection with smbstatus. Maybe this will give you valuable info on your locking. Steve Litt At 06:57 AM 01/18/2000 +1100, John DeRung wrote:> Just recently installed 2.0.6 on a RedHat 6.0 system. Everything seems fine >except for an old nasty DOS accounting application. It only allows oneperson>into the system at a time. It says the files are in use/locked. Looking for >your suggestions/comments. The dos app has worked fine off windows 95shares,>and netware. > >Thanks, > >John > >jderung@info-link.net >
Hi, I have 2 problems with samba V2.0.6 on IRIX 6.5.6 (Origin2000 HW): 1. making it with the IRIX C compiler, all is made fine and runs fine. But if I use gcc for making, then after installation, only nmbd runs, but smbd dies without any error msg. My gcc version is 2.95.2. Known? 2. Logging of smbd: In my smb.conf if have an entry as log file = /usr/local/samba/var/log.smb-origin Then, after samba is started, this log file is created. So far so good. But an additional log file is created called "log.smb" whose name cannot be controlled in the smb.conf file. Any workaround? Regards Joachim Backes -- Joachim Backes <backes@rhrk.uni-kl.de> | Univ. of Kaiserslautern Computer Center, Supercomputing Division | Phone: +49-631-205-2438 D-67653 Kaiserslautern, PO Box 3049, Germany | Fax: +49-631-205-3056 ---------------------------------------------+------------------------ WWW: http://sgi400.rhrk.uni-kl.de/home/staff/backes.html
Joachim Backes wrote:> > Hi, > > I have 2 problems with samba V2.0.6 on IRIX 6.5.6 (Origin2000 HW): > > 1. making it with the IRIX C compiler, all is made fine and runs fine. > But if I use gcc for making, then after installation, only nmbd > runs, but smbd dies without any error msg. > > My gcc version is 2.95.2. > Known?These problems are fixed in the pre-2.0.7 release.> > 2. Logging of smbd: In my smb.conf if have an entry as > > log file = /usr/local/samba/var/log.smb-origin > > Then, after samba is started, this log file is created. > So far so good. But an additional log file is created > called "log.smb" whose name cannot be controlled in > the smb.conf file. > > Any workaround? >This is because samba makes some log entries before smb.conf is read. These entries go to log.smb -- =====================================================================Herb Lewis Silicon Graphics Networking Engineer 2011 N Shoreline Blvd Strategic Software Organization Mountain View, CA 94043 herb@sgi.com Tel: 650-933-2177 http://www.sgi.com Fax: 650-932-2177 ======================================================================
Joachim Backes wrote:> I have 2 problems with samba V2.0.6 on IRIX 6.5.6 (Origin2000 HW): > > 1. making it with the IRIX C compiler, all is made fine and runs fine. > But if I use gcc for making, then after installation, only nmbd > runs, but smbd dies without any error msg.Known issue when compiling with gcc on IRIX (system call structure passing problem). This should be fixed in 2.0.7. Regards, Jeremy Allison, Samba Team. -- -------------------------------------------------------- Buying an operating system without source is like buying a self-assembly Space Shuttle with no instructions. --------------------------------------------------------
On 16-Mar-00 Herb Lewis wrote:> Joachim Backes wrote: > > > > Hi, > > > > > > > 2. Logging of smbd: In my smb.conf if have an entry as > > > > log file = /usr/local/samba/var/log.smb-origin > > > > Then, after samba is started, this log file is created. > > So far so good. But an additional log file is created > > called "log.smb" whose name cannot be controlled in > > the smb.conf file. > > > > Any workaround? > > > > This is because samba makes some log entries before smb.conf is read. > These entries go to log.smbHi, Herb, here I see a little problem: I have attched 2 Origin2000 Servers which share the same /usr/local (over NFS) directory, this means, that there is only one /usr/local/samba, and therefore only o n e log.smb file, a fact which produces racing effects. (for the "log file" entries [see above], I took different names, which run fine). Therefore, I mean that a l l such files should be configurable. Regards Joachim Backes -- Joachim Backes <backes@rhrk.uni-kl.de> | Univ. of Kaiserslautern Computer Center, Supercomputing Division | Phone: +49-631-205-2438 D-67653 Kaiserslautern, PO Box 3049, Germany | Fax: +49-631-205-3056 ---------------------------------------------+------------------------ WWW: http://sgi400.rhrk.uni-kl.de/home/staff/backes.html