Bacula-users

[Bacula-users] Please add info to bacula Troubleshooting

2013-11-18 23:45:43
Subject: [Bacula-users] Please add info to bacula Troubleshooting
From: Vladimir Skubriev <vladimir AT skubriev DOT ru>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 19 Nov 2013 08:42:06 +0400
Troubleshooting: Bacula daemons not starting.
------------

On debian/ubuntu systems bacula startup with init.d sysv init script 
/etc/init.d/bacula.
For check why it not starting use init.d script modifications (for example):


     ARGS="-d20 -dt -c /etc/bacula/bacula-fd.conf"

     do_start()
     {
             start-stop-daemon --start --quiet --pidfile $PIDFILE \
             --exec $DAEMON -- $ARGS >> /var/log/bacula-fd-initd.log 2>&1
     }

We added `-d20 -dt` and `>> /var/log/bacula-fd-initd.log 2>&1`

-- 
С Уважением,
специалист по техническому и программному обеспечению,
системный администратор

Скубриев Владимир
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Россия, Ростовская область, г. Таганрог

тел. моб: +7 (918) 504 38 20
skype: v.skubriev
icq: 214-800-502
www: skubriev.ru


------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] Please add info to bacula Troubleshooting, Vladimir Skubriev <=