Re: [BackupPC-users] Modify debian-init to add insserv

2013-06-01 Thread Craig Barratt
Eduardo, Can you send me a complete debian-init file please? Craig -- Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free troubleshooting tool designed for production Get down to code-level detail fo

Re: [BackupPC-users] Modify debian-init to add insserv

2013-06-01 Thread Eduardo Díaz Rodríguez
Yes sorry lsb A) this is not random is the backuppc list users isn't?? B) ??? This LSB is from Debian package admin.. D) yes thanks I know how to do myself, I don't need the help of any body to do this... That I like to said is.. Any developer can include this in the main stream for the debia

Re: [BackupPC-users] Email configuration

2013-06-01 Thread Steve Blackwell
On Sat, 1 Jun 2013 16:32:15 -0500 "Michael Stowe" wrote: > > > It also seems to imply that the username you're using is "backuppc" > > rather than "zephod." This will be set under "hosts". > > Errr, you can safely ignore that, I was thinking of something else > entirely, but it does appear you

Re: [BackupPC-users] Email configuration

2013-06-01 Thread Michael Stowe
> It also seems to imply that the username you're using is "backuppc" rather > than "zephod." This will be set under "hosts". Errr, you can safely ignore that, I was thinking of something else entirely, but it does appear your configuration isn't being read or used. I recommend trying out the -

Re: [BackupPC-users] Modify debian-init to add insserv

2013-06-01 Thread Michael Stowe
> Hi I am installing the last version of Backuppc 3.3.0 and see that > debian-init script don't has the LBS tags. > > can anybody add to the file? for the next release? > > ### BEGIN INIT INFO > # Provides: backuppc > # Required-Start: $syslog $network $remote_fs > # Required-Stop: $syslog $networ

Re: [BackupPC-users] Email configuration

2013-06-01 Thread Michael Stowe
> I can't get e-mail notification to work. > > I modified the main config.pl file with these settings: > > $Conf{SendmailPath} = '/usr/sbin/sendmail'; > $Conf{EMailFromUserName} = 'backuppc'; > $Conf{EMailAdminUserName} = 'zephod'; > $Conf{EMailUserDestDomain} = '@cfl.rr.com'; > > When I issue thi

[BackupPC-users] Email configuration

2013-06-01 Thread Steve Blackwell
I can't get e-mail notification to work. I modified the main config.pl file with these settings: $Conf{SendmailPath} = '/usr/sbin/sendmail'; $Conf{EMailFromUserName} = 'backuppc'; $Conf{EMailAdminUserName} = 'zephod'; $Conf{EMailUserDestDomain} = '@cfl.rr.com'; When I issue this command: # sudo

[BackupPC-users] Modify debian-init to add insserv

2013-06-01 Thread Eduardo Díaz Rodríguez
Hi I am installing the last version of Backuppc 3.3.0 and see that debian-init script don't has the LBS tags. can anybody add to the file? for the next release? ### BEGIN INIT INFO # Provides: backuppc # Required-Start: $syslog $network $remote_fs # Required-Stop: $syslog $network $remote_fs