[Box Backup] Multiple bbstored processes?

E.W. Peter Jalajas boxbackup@fluffy.co.uk
Thu, 2 Mar 2006 11:55:38 -0800 (PST)


Thanks, Todd.  I see what you mean.  It doesn't look like my flailing
on the server started it, but maybe my stopping and starting the
windows client service left something hanging.  The following screen
scrapes show that nothings going on in the box log for the past 6
minutes (or does it?), so I think I can and maybe should just kill
9614.  What do you think?

Thanks again,
Pete

petjal@ns1b:~$ date
Thu Mar  2 14:56:58 EST 2006
petjal@ns1b:~$ ps -ef | grep bb
1003      9613     1  0 Mar01 ?        00:00:00 /etc/init.d/bbstored
1003      9614  9613  1 Mar01 ?        00:25:44 /etc/init.d/bbstored
petjal   26245 24890  0 14:56 pts/1    00:00:00 grep bb
petjal@ns1b:~$ tail  /var/log/box
Mar  2 14:50:06 localhost bbstored[25691]: Send Success(0x42a5)
Mar  2 14:50:06 localhost bbstored[25691]: Receive
SetClientStoreMarker(0x40e084f7d94c0)
Mar  2 14:50:06 localhost bbstored[25691]: Receive
SetClientStoreMarker(0x40e084f7d94c0)
Mar  2 14:50:06 localhost bbstored[25691]: Send
Success(0x40e084f7d94c0)
Mar  2 14:50:06 localhost bbstored[25691]: Send
Success(0x40e084f7d94c0)
Mar  2 14:50:06 localhost bbstored[25691]: Receive Finished()
Mar  2 14:50:06 localhost bbstored[25691]: Receive Finished()
Mar  2 14:50:06 localhost bbstored[25691]: Session finished
Mar  2 14:50:06 localhost bbstored[25691]: Send Finished()
Mar  2 14:50:06 localhost bbstored[25691]: Send Finished()


--- "Todd D. Esposito" <Todd@ToddEsposito.com> wrote:

> I think you're probably seeing a two-thread system, here, and NOT two
> separate processes.  The thing to note is the third column, wihch is
> (usually) the parent process id.  In process 9613, it's parent is 1,
> or
> /sbin/init, which is what you would expect if you start bbstored on
> startup.  The second process is parented by the first, so it's either
> a
> forked of the first, which seems unlikely, or maybe the housekeeping
> thread?
> 
> Hope this helps.
> 
> Todd
> On Thu, March 2, 2006 13:23, E.W. Peter Jalajas said:
> > Hi all,
> >
> > After my little mess yesterday with the system hanging on the large
> > file, and all my flailing around trying to investigate and fix it,
> I
> > seem to have left myself with 2 instances of bbstored running.  I
> > presume that it should only be 1 instance.
> >
> > 1003      9613     1  0 Mar01 ?        00:00:00
> /etc/init.d/bbstored
> > 1003      9614  9613  2 Mar01 ?        00:25:37
> /etc/init.d/bbstored
> >
> > Can I safely just kill 9614?
> >
> > Thanks,
> > Pete
> >
> > _______________________________________________
> > boxbackup mailing list
> > boxbackup@fluffy.co.uk
> > http://lists.warhead.org.uk/mailman/listinfo/boxbackup
> >
> 
> _______________________________________________
> boxbackup mailing list
> boxbackup@fluffy.co.uk
> http://lists.warhead.org.uk/mailman/listinfo/boxbackup
>