NMBD Problem on Samba2.2.8+Multinet and OpenVMS 7.3-1

Luiz Guilherme Regis Emediato lgemedia at if.usp.br
Tue Jan 10 01:33:24 GMT 2006


I relized that when I shut down the system,
the file NMBD.PID is not automagically deleted, so that,
it crashes the NMBD process in the next bootup.
Has anyone experienced the same problem and have
the solution ?

Thanks
Luiz

On Mon, 9 Jan 2006, COLLOT Jean-Yves wrote:

> Just delete the file SAMBA_ROOT:[VAR.LOCKS]NMBD.PID
>
> JYC
>
> -----Message d'origine-----
> De : samba-vms-bounces+jean-yves.collot=cofiroute.fr at lists.samba.org
> [mailto:samba-vms-bounces+jean-yves.collot=cofiroute.fr at lists.samba.org] De
> la part de Luiz Guilherme Regis Emediato
> Envoyé : samedi 7 janvier 2006 07:13
> À : samba-vms at lists.samba.org
> Objet : Re: NMBD Problem on Samba2.2.8+Multinet and OpenVMS 7.3-1
>
>
> Okay, I figured that I had to remove the option WINS SERVER,
> but curiously I have the following error now:
>
> $ Set NoOn
> $ VERIFY = F$VERIFY(F$TRNLNM("SYLOGIN_VERIFY"))
> $ arch = f$getsyi("ARCH_NAME")
> $ nmbd :== $samba_root:[bin]nmbd
> $ opt = f$trnlnm("SAMBA_NMBD_OPTIONS")
> $!! nmbd "-d1" 'opt'
> $ nmbd "-d1" "-i"
> Netbios nameserver version 2.2.8 started.
> Copyright Andrew Tridgell and the Samba Team 1994-2002
> stm_open: open /samba_root/lib/smb.conf, flags 00000000, fd = 3
> stm_close: fd = 3
> stm_open: open /samba_root/lib/codepages/codepage.850, flags 00000000, fd
> = 3
> stm_close: fd = 3
> standard input is not a socket, assuming -D option
> stm_open: open /samba_root/var/locks, flags 00000000, fd = -1
> stm_open: open /samba_root/var/locks/nmbd.pid, flags 00008000, fd = 3
> stm_close: fd = 3
> ERROR: nmbd is already running. File /samba_root/var/locks/nmbd.pid exists
> and process id 530 is
> running.
>   SYSTEM       job terminated at JANUARY 7, 2006 03:05 AM
>
> What program has started NMBD ? Any ideas ?
>
> thanks
> Luiz
>
>
> On Sat, 7 Jan 2006, Luiz Guilherme Regis Emediato wrote:
>
> >
> > More about this problem:
> >
> > 1-) With "-d1" only option, NMBD stops with no error at all:
> >
> > $ Set NoOn
> > $ VERIFY = F$VERIFY(F$TRNLNM("SYLOGIN_VERIFY"))
> > $ arch = f$getsyi("ARCH_NAME")
> > $ nmbd :== $samba_root:[bin]nmbd
> > $ opt = f$trnlnm("SAMBA_NMBD_OPTIONS")
> > $ nmbd "-d1"
> >   SYSTEM       job terminated at JANUARY 7, 2006 02:16 AM
> >
> >   Accounting information:
> >   Buffered I/O count:                191      Peak working set size:
> > 5728
> >   Direct I/O count:                  234      Peak virtual size:
> > 175328
> >   Page faults:                       421      Mounted volumes:
> > 0
> >   Charged CPU time:        0 00:00:00.22      Elapsed time:       0
> > 00:00:03.00
> >
> > 2-) Including "-i" option to NMBD I got another error:
> >
> > ERROR: Failed when creating subnet lists. Exiting.
> >
> > $ Set NoOn
> > $ VERIFY = F$VERIFY(F$TRNLNM("SYLOGIN_VERIFY"))
> > $ arch = f$getsyi("ARCH_NAME")
> > $ nmbd :== $samba_root:[bin]nmbd
> > $ opt = f$trnlnm("SAMBA_NMBD_OPTIONS")
> > $!! nmbd "-d1" 'opt'
> > $ nmbd "-d1" "-i"
> > Netbios nameserver version 2.2.8 started.
> > Copyright Andrew Tridgell and the Samba Team 1994-2002
> > stm_open: open /samba_root/lib/smb.conf, flags 00000000, fd = 3
> > stm_close: fd = 3
> > stm_open: open /samba_root/lib/codepages/codepage.850, flags 00000000, fd
> > = 3
> > stm_close: fd = 3
> > standard input is not a socket, assuming -D option
> > stm_open: open /samba_root/var/locks, flags 00000000, fd = -1
> > stm_open: open /samba_root/var/locks/nmbd.pid, flags 00008000, fd = -1
> > stm_open: open /samba_root/var/locks/nmbd.pid, flags 00008a01, fd = 3
> > stm_close: fd = 3
> > stm_open: open /samba_root/var/locks, flags 00000000, fd = -1
> > No 'live' WINS servers found.  Check 'wins server' parameter.
> > ERROR: Failed when creating subnet lists. Exiting.
> >   SYSTEM       job terminated at JANUARY 7, 2006 02:23 AM
> >
> >   Accounting information:
> >   Buffered I/O count:                185      Peak working set size:
> > 5360
> >   Direct I/O count:                   83      Peak virtual size:
> > 175200
> >   Page faults:                       430      Mounted volumes:
> > 0
> >   Charged CPU time:        0 00:00:00.14      Elapsed time:       0
> > 00:00:01.58
> >
> > All comments are well appreciated.
> >
> >    Luiz
> >
> >
> > On Fri, 6 Jan 2006, Luiz Guilherme Regis Emediato wrote:
> >
> > >
> > > Hi all,
> > >
> > > I installed Samba 2.2.8 for OpenVMS on my Alpha
> > > running OVMS 7.3-1 and Multinet 5.1.
> > > SMBD runs fine over Multinet. The problem is that
> > > NMBD does not start at all. I have tried even
> > > entering the commands from NMBD_STARTUP.COM
> > > one by one but no luck to have NMBD running.
> > >
> > > SAMBA_STARTUP.COM shows:
> > >
> > > $ run/detached -
> > >         /input=samba_exe:nmbd_startup.com -
> > >         /output=samba_root:[var]nmbd_startup.log -
> > >         /uic=system -
> > >         /process_name=NMBD -
> > >         sys$system:loginout.exe
> > >
> > > I noticed that SOCKETSHR has not been definied
> > > from NMBD_STARTUP.COM as well, so it seems that
> > > NMBD_STARTUP.COM is not getting started.
> > > What is wrong with the command above ?
> > > I can not see any process NMBD running and the
> > > system has not been broadcast on the network.
> > > I appreciate any help on this matter.
> > >
> > > Thanks,
> > > Luiz Emediato
> > > PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:
> > >
> > > http://www.catb.org/~esr/faqs/smart-questions.html
> > >
> > PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:
> >
> > http://www.catb.org/~esr/faqs/smart-questions.html
> >
> PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:
>
> http://www.catb.org/~esr/faqs/smart-questions.html
>


More information about the samba-vms mailing list