nssbackup-team team mailing list archive
-
nssbackup-team team
-
Mailing list archive
-
Message #00997
[Bug 526544] Re: Bug "précisement à..."
In (poor) english :
See in Ubuntu server 8.04Lts and 9.10.
There's a bug that affect the scheduler of nssbackup in 'ConfigManager.py'. In the scheduler when you select 'Exactly at' and 'everyday', nssbackup will not launch at scheduled time.
To correct that, you must replace in 'ConfigManager.py':
execline = "if [ -x '/usr/local/share/nssbackup' ]; then /usr/local/share/nssbackup; fi;"
By:
execline = "if [ -x '/usr/local/share/nssbackup/nssbackup' ]; then /usr/local/share/nssbackup/nssbackup; fi;"
It will work fine.
Best regards
--
Bug "précisement à..."
https://bugs.launchpad.net/bugs/526544
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.
References