Hey Alan,

Just on the offchance, try "service bacula-dir stop" and then start it.
>

Nah, sorry. That didn't work. The bacula director definitely is not
running...

[root@ops:~] #lsof -i :9101
[root@ops:~] #

[root@ops:~] #netstat -tulpn | grep -i listen | grep bacula
tcp        0      0 0.0.0.0:9102                0.0.0.0:*
LISTEN      12915/bacula-fd
tcp        0      0 0.0.0.0:9103                0.0.0.0:*
LISTEN      26664/bacula-sd

[root@ops:~] #ps -ef | grep bacula | grep -v grep
root     12915     1  0 Mar26 ?        00:00:00 bacula-fd -c
/etc/bacula/bacula-fd.conf -u root -g root
bacula   26664     1  0 00:20 ?        00:00:00 bacula-sd -c
/etc/bacula/bacula-sd.conf -u bacula -g disk

So stopping it and starting it doesn't have any effect:

[root@ops:~] #service bacula-dir stop
[root@ops:~] #service bacula-dir start
Starting bacula-dir:                                       [  OK  ]
[root@ops:~] #service bacula-dir status
bacula-dir dead but subsys locked

I appreciate the input tho!

On Thu, Mar 26, 2015 at 9:00 PM, Alan Brown <a.br...@ucl.ac.uk> wrote:

>  On 26/03/15 20:07, Tim Dunphy wrote:
>
> Hey all,
> [root@ops:~] #service bacula-dir start
> Starting bacula-dir:                                       [  OK  ]
>
>  But when you check the status of it, you can see that it's not running.
>
>  [root@ops:~] #service bacula-dir status
> bacula-dir dead but subsys locked
>
>
> Just on the offchance, try "service bacula-dir stop" and then start it.
>
>
>


-- 
GPG me!!

gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to