Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-21 Thread Marc Gilliatt
: /var/lib/backuppc/backup_notification.sh 0 
autotmp.dsdb.int incr autotmp.dsdb.int autotmp.dsdb.int / rsync /usr/bin/ssh 
DumpPostUserCmd
/var/lib/backuppc/backup_notification.sh: line 61: tail: command not found
Got fatal error during xfer (rsync error: error in rsync protocol data stream 
(code 12) at io.c(1556) [generator=3.0.9.11])
Backup aborted (rsync error: error in rsync protocol data stream (code 12) at 
io.c(1556) [generator=3.0.9.11])
BackupFailCleanup: nFilesTotal = 10799, type = incr, BackupCase = 4, inPlace = 
0, lastBkupNum = 29
Removing prior partial backup #29
Xfer PIDs are now 22607
BackupPC_backupDelete: removing #29
BackupPC_backupDelete: Merge into backup 23
Xfer PIDs are now 22607,22608
BackupPC_refCountUpdate: autotmp.dsdb.int #30 inodeLast set to 203624 (was 
203622)
BackupPC_refCountUpdate: host autotmp.dsdb.int got 0 errors (took 294 secs)
Xfer PIDs are now 22607
Xfer PIDs are now
Finished BackupPC_backupDelete, status = 0 (running time: 296 sec)
Xfer PIDs are now
Running BackupPC_refCountUpdate -h autotmp.dsdb.int -f on autotmp.dsdb.int
Xfer PIDs are now 22613
BackupPC_refCountUpdate: autotmp.dsdb.int #30 inodeLast set to 203624 (was 
203622)
BackupPC_refCountUpdate: host autotmp.dsdb.int got 0 errors (took 303 secs)
Xfer PIDs are now
Finished BackupPC_refCountUpdate (running time: 305 sec)
Xfer PIDs are now



From: Craig Barratt via BackupPC-users <backuppc-users@lists.sourceforge.net>
Sent: 15 March 2018 14:36
To: General list for user discussion, questions and support
Cc: Craig Barratt
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

Marc,

What is in the XferLOG file for the failed backup?

Craig

On Tue, Mar 13, 2018 at 2:58 PM, Robert Trevellyan 
<robert.trevell...@gmail.com<mailto:robert.trevell...@gmail.com>> wrote:
That's actually a slightly different error (io.c(1556) instead of io.c(629)). 
It's possible that browsing the source code of io.c would offer a clue, but 
it's a pretty generic error, so it's probably time to enable verbose logging on 
both ends and do some proper debugging. I'd do that by running rsync at the 
command-line.

Robert Trevellyan

On Tue, Mar 13, 2018 at 11:13 AM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

I've set the timeout on my backuppc server to 604800 which is one week. One of 
my clients has just completed its first full backup. However, my other clients 
are still receiving the same rysnc error as before...


2018-03-13 15:11:29 Got fatal error during xfer (rsync error: error in rsync 
protocol data stream (code 12) at io.c(1556) [generator=3.0.9.11])
2018-03-13 15:11:34 Backup aborted (rsync error: error in rsync protocol data 
stream (code 12) at io.c(1556) [generator=3.0.9.11])



From: Robert Trevellyan 
<robert.trevell...@gmail.com<mailto:robert.trevell...@gmail.com>>
Sent: 13 March 2018 14:44:54
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

I'd say its worth a try.

Robert Trevellyan

On Tue, Mar 13, 2018 at 10:30 AM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

So I should set my ConnectTimeout on my backuppc server then?


From: Robert Trevellyan 
<robert.trevell...@gmail.com<mailto:robert.trevell...@gmail.com>>
Sent: 13 March 2018 14:25:30

To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

According to the man pages, the ConnectTimeout and ServerAlive settings only 
apply to ssh_config, i.e. the BPC end, whereas the other settings only apply to 
sshd_config, i.e. the host you are trying to backup.

Robert Trevellyan

On Tue, Mar 13, 2018 at 10:12 AM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

Thank you for the quick response.


Do I have to increase the SSH timeout on my backuppc server or my client or 
both?


I've checked the SSH timeout on my backuppc server, its commented out, should I 
uncomment it and set it?




From: Robert Trevellyan 
<robert.trevell...@gmail.com<mailto:robert.trevell...@gmail.com>>
Sent: 13 March 2018 14:00:17
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

Maybe the client has its own firewall?

The BPC timeout setting is ClientTimeout on the Backup Settings page. For SSH 
you would have to delve into /etc/ssh_config and /etc/sshd_config. Look for 
ConnectionTimeout, ClientAliveInterval, ClientAliveCountMax and 
ServerAliveInterval. More details via man ssh_config and man sshd_config.

Robert Trevellyan

On Tue, Mar 13, 2018 at 9:51 AM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live

Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-15 Thread Craig Barratt via BackupPC-users
Marc,

What is in the XferLOG file for the failed backup?

Craig

On Tue, Mar 13, 2018 at 2:58 PM, Robert Trevellyan <
robert.trevell...@gmail.com> wrote:

> That's actually a slightly different error (io.c(1556) instead of
> io.c(629)). It's possible that browsing the source code of io.c would offer
> a clue, but it's a pretty generic error, so it's probably time to enable
> verbose logging on both ends and do some proper debugging. I'd do that by
> running rsync at the command-line.
>
> Robert Trevellyan
>
> On Tue, Mar 13, 2018 at 11:13 AM, Marc Gilliatt <m.gilli...@live.co.uk>
> wrote:
>
>> I've set the timeout on my backuppc server to 604800 which is one week.
>> One of my clients has just completed its first full backup. However, my
>> other clients are still receiving the same rysnc error as before...
>>
>>
>> 2018-03-13 15:11:29 Got fatal error during xfer (rsync error: error in rsync 
>> protocol data stream (code 12) at io.c(1556) [generator=3.0.9.11])
>> 2018-03-13 15:11:34 Backup aborted (rsync error: error in rsync protocol 
>> data stream (code 12) at io.c(1556) [generator=3.0.9.11])
>>
>>
>> --
>> *From:* Robert Trevellyan <robert.trevell...@gmail.com>
>> *Sent:* 13 March 2018 14:44:54
>> *To:* General list for user discussion, questions and support
>> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
>> terminal?
>>
>> I'd say its worth a try.
>>
>> Robert Trevellyan
>>
>> On Tue, Mar 13, 2018 at 10:30 AM, Marc Gilliatt <m.gilli...@live.co.uk>
>> wrote:
>>
>> So I should set my ConnectTimeout on my backuppc server then?
>> ----------
>> *From:* Robert Trevellyan <robert.trevell...@gmail.com>
>> *Sent:* 13 March 2018 14:25:30
>>
>> *To:* General list for user discussion, questions and support
>> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
>> terminal?
>>
>> According to the man pages, the ConnectTimeout and ServerAlive settings
>> only apply to ssh_config, i.e. the BPC end, whereas the other settings only
>> apply to sshd_config, i.e. the host you are trying to backup.
>>
>> Robert Trevellyan
>>
>> On Tue, Mar 13, 2018 at 10:12 AM, Marc Gilliatt <m.gilli...@live.co.uk>
>> wrote:
>>
>> Thank you for the quick response.
>>
>>
>> Do I have to increase the SSH timeout on my backuppc server or my client
>> or both?
>>
>>
>> I've checked the SSH timeout on my backuppc server, its commented out,
>> should I uncomment it and set it?
>>
>>
>>
>> --
>> *From:* Robert Trevellyan <robert.trevell...@gmail.com>
>> *Sent:* 13 March 2018 14:00:17
>> *To:* General list for user discussion, questions and support
>> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
>> terminal?
>>
>> Maybe the client has its own firewall?
>>
>> The BPC timeout setting is ClientTimeout on the Backup Settings page. For
>> SSH you would have to delve into /etc/ssh_config and /etc/sshd_config.
>> Look for ConnectionTimeout, ClientAliveInterval, ClientAliveCountMax and
>> ServerAliveInterval. More details via man ssh_config and man sshd_config.
>>
>>
>> Robert Trevellyan
>>
>> On Tue, Mar 13, 2018 at 9:51 AM, Marc Gilliatt <m.gilli...@live.co.uk>
>> wrote:
>>
>> Our servers our on our internal LAN, so I don't think it's our firewall.
>> I used BackupPC v3 in the past, and I upgraded to BackupPC v4. I had issues
>> with the upgrade and I had to completely build my backuppc server again.
>> However, I had no issue with BackupPC v3, I never received that rsync error
>> before until now. When I go into each of my client's page in the GUI, it
>> says its been successfully pinged.
>>
>>
>> I'm not sure on how to find out about the timeout and setting it greater,
>> or the SSH connection time sorry?
>> --
>> *From:* Robert Trevellyan <robert.trevell...@gmail.com>
>> *Sent:* 12 March 2018 21:38:11
>> *To:* General list for user discussion, questions and support
>> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
>> terminal?
>>
>> Perhaps the client's firewall is blocking pings.
>>
>> And what do you have set for timeout - is it 600 seconds? Or perhaps the
>> SSH connection is timing out.
>>
>> Robert Trevellyan
>>
>> On Mon, Mar 12, 2018 at 12:46 PM, Marc Gilliatt <m.gilli...@live.co.uk>

Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-13 Thread Robert Trevellyan
That's actually a slightly different error (io.c(1556) instead of
io.c(629)). It's possible that browsing the source code of io.c would offer
a clue, but it's a pretty generic error, so it's probably time to enable
verbose logging on both ends and do some proper debugging. I'd do that by
running rsync at the command-line.

Robert Trevellyan

On Tue, Mar 13, 2018 at 11:13 AM, Marc Gilliatt <m.gilli...@live.co.uk>
wrote:

> I've set the timeout on my backuppc server to 604800 which is one week.
> One of my clients has just completed its first full backup. However, my
> other clients are still receiving the same rysnc error as before...
>
>
> 2018-03-13 15:11:29 Got fatal error during xfer (rsync error: error in rsync 
> protocol data stream (code 12) at io.c(1556) [generator=3.0.9.11])
> 2018-03-13 15:11:34 Backup aborted (rsync error: error in rsync protocol data 
> stream (code 12) at io.c(1556) [generator=3.0.9.11])
>
>
> --
> *From:* Robert Trevellyan <robert.trevell...@gmail.com>
> *Sent:* 13 March 2018 14:44:54
> *To:* General list for user discussion, questions and support
> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
> terminal?
>
> I'd say its worth a try.
>
> Robert Trevellyan
>
> On Tue, Mar 13, 2018 at 10:30 AM, Marc Gilliatt <m.gilli...@live.co.uk>
> wrote:
>
> So I should set my ConnectTimeout on my backuppc server then?
> --
> *From:* Robert Trevellyan <robert.trevell...@gmail.com>
> *Sent:* 13 March 2018 14:25:30
>
> *To:* General list for user discussion, questions and support
> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
> terminal?
>
> According to the man pages, the ConnectTimeout and ServerAlive settings
> only apply to ssh_config, i.e. the BPC end, whereas the other settings only
> apply to sshd_config, i.e. the host you are trying to backup.
>
> Robert Trevellyan
>
> On Tue, Mar 13, 2018 at 10:12 AM, Marc Gilliatt <m.gilli...@live.co.uk>
> wrote:
>
> Thank you for the quick response.
>
>
> Do I have to increase the SSH timeout on my backuppc server or my client
> or both?
>
>
> I've checked the SSH timeout on my backuppc server, its commented out,
> should I uncomment it and set it?
>
>
>
> ----------
> *From:* Robert Trevellyan <robert.trevell...@gmail.com>
> *Sent:* 13 March 2018 14:00:17
> *To:* General list for user discussion, questions and support
> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
> terminal?
>
> Maybe the client has its own firewall?
>
> The BPC timeout setting is ClientTimeout on the Backup Settings page. For
> SSH you would have to delve into /etc/ssh_config and /etc/sshd_config.
> Look for ConnectionTimeout, ClientAliveInterval, ClientAliveCountMax and
> ServerAliveInterval. More details via man ssh_config and man sshd_config.
>
> Robert Trevellyan
>
> On Tue, Mar 13, 2018 at 9:51 AM, Marc Gilliatt <m.gilli...@live.co.uk>
> wrote:
>
> Our servers our on our internal LAN, so I don't think it's our firewall. I
> used BackupPC v3 in the past, and I upgraded to BackupPC v4. I had issues
> with the upgrade and I had to completely build my backuppc server again.
> However, I had no issue with BackupPC v3, I never received that rsync error
> before until now. When I go into each of my client's page in the GUI, it
> says its been successfully pinged.
>
>
> I'm not sure on how to find out about the timeout and setting it greater,
> or the SSH connection time sorry?
> --
> *From:* Robert Trevellyan <robert.trevell...@gmail.com>
> *Sent:* 12 March 2018 21:38:11
> *To:* General list for user discussion, questions and support
> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
> terminal?
>
> Perhaps the client's firewall is blocking pings.
>
> And what do you have set for timeout - is it 600 seconds? Or perhaps the
> SSH connection is timing out.
>
> Robert Trevellyan
>
> On Mon, Mar 12, 2018 at 12:46 PM, Marc Gilliatt <m.gilli...@live.co.uk>
> wrote:
>
> I believe I solved my issue of the hostname, I had to use the IP address
> for some reason, I cant use the FQDN.
>
>
> Also, when I try to run a backup it fails after about 10 minutes, I'm
> receiving the following message...
>
>
> 2018-03-12 16:39:08 Got fatal error during xfer (rsync error: error in rsync 
> protocol data stream (code 12) at io.c(629) [generator=3.0.9.11])
> 2018-03-12 16:39:14 Backup aborted (rsync error: error in rsync protocol data 
> stream (code 12) at io.c(629) [generator=3.0.9.11])
>
>  I'm not sure on what that error mean

Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-13 Thread Marc Gilliatt
I've set the timeout on my backuppc server to 604800 which is one week. One of 
my clients has just completed its first full backup. However, my other clients 
are still receiving the same rysnc error as before...


2018-03-13 15:11:29 Got fatal error during xfer (rsync error: error in rsync 
protocol data stream (code 12) at io.c(1556) [generator=3.0.9.11])
2018-03-13 15:11:34 Backup aborted (rsync error: error in rsync protocol data 
stream (code 12) at io.c(1556) [generator=3.0.9.11])



From: Robert Trevellyan <robert.trevell...@gmail.com>
Sent: 13 March 2018 14:44:54
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

I'd say its worth a try.

Robert Trevellyan

On Tue, Mar 13, 2018 at 10:30 AM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

So I should set my ConnectTimeout on my backuppc server then?


From: Robert Trevellyan 
<robert.trevell...@gmail.com<mailto:robert.trevell...@gmail.com>>
Sent: 13 March 2018 14:25:30

To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

According to the man pages, the ConnectTimeout and ServerAlive settings only 
apply to ssh_config, i.e. the BPC end, whereas the other settings only apply to 
sshd_config, i.e. the host you are trying to backup.

Robert Trevellyan

On Tue, Mar 13, 2018 at 10:12 AM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

Thank you for the quick response.


Do I have to increase the SSH timeout on my backuppc server or my client or 
both?


I've checked the SSH timeout on my backuppc server, its commented out, should I 
uncomment it and set it?




From: Robert Trevellyan 
<robert.trevell...@gmail.com<mailto:robert.trevell...@gmail.com>>
Sent: 13 March 2018 14:00:17
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

Maybe the client has its own firewall?

The BPC timeout setting is ClientTimeout on the Backup Settings page. For SSH 
you would have to delve into /etc/ssh_config and /etc/sshd_config. Look for 
ConnectionTimeout, ClientAliveInterval, ClientAliveCountMax and 
ServerAliveInterval. More details via man ssh_config and man sshd_config.

Robert Trevellyan

On Tue, Mar 13, 2018 at 9:51 AM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

Our servers our on our internal LAN, so I don't think it's our firewall. I used 
BackupPC v3 in the past, and I upgraded to BackupPC v4. I had issues with the 
upgrade and I had to completely build my backuppc server again. However, I had 
no issue with BackupPC v3, I never received that rsync error before until now. 
When I go into each of my client's page in the GUI, it says its been 
successfully pinged.


I'm not sure on how to find out about the timeout and setting it greater, or 
the SSH connection time sorry?


From: Robert Trevellyan 
<robert.trevell...@gmail.com<mailto:robert.trevell...@gmail.com>>
Sent: 12 March 2018 21:38:11
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

Perhaps the client's firewall is blocking pings.

And what do you have set for timeout - is it 600 seconds? Or perhaps the SSH 
connection is timing out.

Robert Trevellyan

On Mon, Mar 12, 2018 at 12:46 PM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

I believe I solved my issue of the hostname, I had to use the IP address for 
some reason, I cant use the FQDN.


Also, when I try to run a backup it fails after about 10 minutes, I'm receiving 
the following message...


2018-03-12 16:39:08 Got fatal error during xfer (rsync error: error in rsync 
protocol data stream (code 12) at io.c(629) [generator=3.0.9.11])
2018-03-12 16:39:14 Backup aborted (rsync error: error in rsync protocol data 
stream (code 12) at io.c(629) [generator=3.0.9.11])

 I'm not sure on what that error means?


From: Stefan Peter <s_pe...@swissonline.ch<mailto:s_pe...@swissonline.ch>>
Sent: 12 March 2018 15:54:53
To: 
backuppc-users@lists.sourceforge.net<mailto:backuppc-users@lists.sourceforge.net>
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

On 12.03.2018 15:09, Marc Gilliatt wrote:
> I'm sorry, I'm not too sure on what you mean by working in /srv/backuppc?
>
>
> I copied and pasted the RSA key from my backuppc server to my host I
> would like backing up. I ran the following commands,
>
>
> On my backuppc server:
>
> /cat /root/.ssh/id_rsa.pub > id_rsa.pub_copy
> /
>

Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-13 Thread Robert Trevellyan
I'd say its worth a try.

Robert Trevellyan

On Tue, Mar 13, 2018 at 10:30 AM, Marc Gilliatt <m.gilli...@live.co.uk>
wrote:

> So I should set my ConnectTimeout on my backuppc server then?
> --
> *From:* Robert Trevellyan <robert.trevell...@gmail.com>
> *Sent:* 13 March 2018 14:25:30
>
> *To:* General list for user discussion, questions and support
> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
> terminal?
>
> According to the man pages, the ConnectTimeout and ServerAlive settings
> only apply to ssh_config, i.e. the BPC end, whereas the other settings only
> apply to sshd_config, i.e. the host you are trying to backup.
>
> Robert Trevellyan
>
> On Tue, Mar 13, 2018 at 10:12 AM, Marc Gilliatt <m.gilli...@live.co.uk>
> wrote:
>
> Thank you for the quick response.
>
>
> Do I have to increase the SSH timeout on my backuppc server or my client
> or both?
>
>
> I've checked the SSH timeout on my backuppc server, its commented out,
> should I uncomment it and set it?
>
>
>
> --
> *From:* Robert Trevellyan <robert.trevell...@gmail.com>
> *Sent:* 13 March 2018 14:00:17
> *To:* General list for user discussion, questions and support
> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
> terminal?
>
> Maybe the client has its own firewall?
>
> The BPC timeout setting is ClientTimeout on the Backup Settings page. For
> SSH you would have to delve into /etc/ssh_config and /etc/sshd_config.
> Look for ConnectionTimeout, ClientAliveInterval, ClientAliveCountMax and
> ServerAliveInterval. More details via man ssh_config and man sshd_config.
>
> Robert Trevellyan
>
> On Tue, Mar 13, 2018 at 9:51 AM, Marc Gilliatt <m.gilli...@live.co.uk>
> wrote:
>
> Our servers our on our internal LAN, so I don't think it's our firewall. I
> used BackupPC v3 in the past, and I upgraded to BackupPC v4. I had issues
> with the upgrade and I had to completely build my backuppc server again.
> However, I had no issue with BackupPC v3, I never received that rsync error
> before until now. When I go into each of my client's page in the GUI, it
> says its been successfully pinged.
>
>
> I'm not sure on how to find out about the timeout and setting it greater,
> or the SSH connection time sorry?
> --------------
> *From:* Robert Trevellyan <robert.trevell...@gmail.com>
> *Sent:* 12 March 2018 21:38:11
> *To:* General list for user discussion, questions and support
> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
> terminal?
>
> Perhaps the client's firewall is blocking pings.
>
> And what do you have set for timeout - is it 600 seconds? Or perhaps the
> SSH connection is timing out.
>
> Robert Trevellyan
>
> On Mon, Mar 12, 2018 at 12:46 PM, Marc Gilliatt <m.gilli...@live.co.uk>
> wrote:
>
> I believe I solved my issue of the hostname, I had to use the IP address
> for some reason, I cant use the FQDN.
>
>
> Also, when I try to run a backup it fails after about 10 minutes, I'm
> receiving the following message...
>
>
> 2018-03-12 16:39:08 Got fatal error during xfer (rsync error: error in rsync 
> protocol data stream (code 12) at io.c(629) [generator=3.0.9.11])
> 2018-03-12 16:39:14 Backup aborted (rsync error: error in rsync protocol data 
> stream (code 12) at io.c(629) [generator=3.0.9.11])
>
>  I'm not sure on what that error means?
>
> --
> *From:* Stefan Peter <s_pe...@swissonline.ch>
> *Sent:* 12 March 2018 15:54:53
> *To:* backuppc-users@lists.sourceforge.net
> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
> terminal?
>
> On 12.03.2018 15:09, Marc Gilliatt wrote:
> > I'm sorry, I'm not too sure on what you mean by working in /srv/backuppc?
> >
> >
> > I copied and pasted the RSA key from my backuppc server to my host I
> > would like backing up. I ran the following commands,
> >
> >
> > On my backuppc server:
> >
> > /cat /root/.ssh/id_rsa.pub > id_rsa.pub_copy
> > /
> >
> >
> > On my host server:
> >
> > ///cat id_rsa.pub_copy >> /root/.ssh/authorized_keys/
> >
> > /
> > /
>
> I don't see any copy command from the backuppc server to the client here?
>
> Why dont you use
>
> ssh-copy-id -i /var/lib/backuppc/.ssh/id_rsa.pub root@backuppc-client
>
> (execute this as root user on the backuppc server!)
>
>
> With kind regards
>
> Stefan Peter
>
>
> --
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such 

Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-13 Thread Marc Gilliatt
So I should set my ConnectTimeout on my backuppc server then?


From: Robert Trevellyan <robert.trevell...@gmail.com>
Sent: 13 March 2018 14:25:30
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

According to the man pages, the ConnectTimeout and ServerAlive settings only 
apply to ssh_config, i.e. the BPC end, whereas the other settings only apply to 
sshd_config, i.e. the host you are trying to backup.

Robert Trevellyan

On Tue, Mar 13, 2018 at 10:12 AM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

Thank you for the quick response.


Do I have to increase the SSH timeout on my backuppc server or my client or 
both?


I've checked the SSH timeout on my backuppc server, its commented out, should I 
uncomment it and set it?




From: Robert Trevellyan 
<robert.trevell...@gmail.com<mailto:robert.trevell...@gmail.com>>
Sent: 13 March 2018 14:00:17
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

Maybe the client has its own firewall?

The BPC timeout setting is ClientTimeout on the Backup Settings page. For SSH 
you would have to delve into /etc/ssh_config and /etc/sshd_config. Look for 
ConnectionTimeout, ClientAliveInterval, ClientAliveCountMax and 
ServerAliveInterval. More details via man ssh_config and man sshd_config.

Robert Trevellyan

On Tue, Mar 13, 2018 at 9:51 AM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

Our servers our on our internal LAN, so I don't think it's our firewall. I used 
BackupPC v3 in the past, and I upgraded to BackupPC v4. I had issues with the 
upgrade and I had to completely build my backuppc server again. However, I had 
no issue with BackupPC v3, I never received that rsync error before until now. 
When I go into each of my client's page in the GUI, it says its been 
successfully pinged.


I'm not sure on how to find out about the timeout and setting it greater, or 
the SSH connection time sorry?


From: Robert Trevellyan 
<robert.trevell...@gmail.com<mailto:robert.trevell...@gmail.com>>
Sent: 12 March 2018 21:38:11
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

Perhaps the client's firewall is blocking pings.

And what do you have set for timeout - is it 600 seconds? Or perhaps the SSH 
connection is timing out.

Robert Trevellyan

On Mon, Mar 12, 2018 at 12:46 PM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

I believe I solved my issue of the hostname, I had to use the IP address for 
some reason, I cant use the FQDN.


Also, when I try to run a backup it fails after about 10 minutes, I'm receiving 
the following message...


2018-03-12 16:39:08 Got fatal error during xfer (rsync error: error in rsync 
protocol data stream (code 12) at io.c(629) [generator=3.0.9.11])
2018-03-12 16:39:14 Backup aborted (rsync error: error in rsync protocol data 
stream (code 12) at io.c(629) [generator=3.0.9.11])

 I'm not sure on what that error means?


From: Stefan Peter <s_pe...@swissonline.ch<mailto:s_pe...@swissonline.ch>>
Sent: 12 March 2018 15:54:53
To: 
backuppc-users@lists.sourceforge.net<mailto:backuppc-users@lists.sourceforge.net>
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

On 12.03.2018 15:09, Marc Gilliatt wrote:
> I'm sorry, I'm not too sure on what you mean by working in /srv/backuppc?
>
>
> I copied and pasted the RSA key from my backuppc server to my host I
> would like backing up. I ran the following commands,
>
>
> On my backuppc server:
>
> /cat /root/.ssh/id_rsa.pub > id_rsa.pub_copy
> /
>
>
> On my host server:
>
> ///cat id_rsa.pub_copy >> /root/.ssh/authorized_keys/
>
> /
> /

I don't see any copy command from the backuppc server to the client here?

Why dont you use

ssh-copy-id -i /var/lib/backuppc/.ssh/id_rsa.pub root@backuppc-client

(execute this as root user on the backuppc server!)


With kind regards

Stefan Peter


--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
(See https://en.wikipedia.org/wiki/Posting_style for details)

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net<mailto:BackupPC-user

Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-13 Thread Robert Trevellyan
According to the man pages, the ConnectTimeout and ServerAlive settings
only apply to ssh_config, i.e. the BPC end, whereas the other settings only
apply to sshd_config, i.e. the host you are trying to backup.

Robert Trevellyan

On Tue, Mar 13, 2018 at 10:12 AM, Marc Gilliatt <m.gilli...@live.co.uk>
wrote:

> Thank you for the quick response.
>
>
> Do I have to increase the SSH timeout on my backuppc server or my client
> or both?
>
>
> I've checked the SSH timeout on my backuppc server, its commented out,
> should I uncomment it and set it?
>
>
>
> --
> *From:* Robert Trevellyan <robert.trevell...@gmail.com>
> *Sent:* 13 March 2018 14:00:17
> *To:* General list for user discussion, questions and support
> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
> terminal?
>
> Maybe the client has its own firewall?
>
> The BPC timeout setting is ClientTimeout on the Backup Settings page. For
> SSH you would have to delve into /etc/ssh_config and /etc/sshd_config.
> Look for ConnectionTimeout, ClientAliveInterval, ClientAliveCountMax and
> ServerAliveInterval. More details via man ssh_config and man sshd_config.
>
> Robert Trevellyan
>
> On Tue, Mar 13, 2018 at 9:51 AM, Marc Gilliatt <m.gilli...@live.co.uk>
> wrote:
>
> Our servers our on our internal LAN, so I don't think it's our firewall. I
> used BackupPC v3 in the past, and I upgraded to BackupPC v4. I had issues
> with the upgrade and I had to completely build my backuppc server again.
> However, I had no issue with BackupPC v3, I never received that rsync error
> before until now. When I go into each of my client's page in the GUI, it
> says its been successfully pinged.
>
>
> I'm not sure on how to find out about the timeout and setting it greater,
> or the SSH connection time sorry?
> --
> *From:* Robert Trevellyan <robert.trevell...@gmail.com>
> *Sent:* 12 March 2018 21:38:11
> *To:* General list for user discussion, questions and support
> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
> terminal?
>
> Perhaps the client's firewall is blocking pings.
>
> And what do you have set for timeout - is it 600 seconds? Or perhaps the
> SSH connection is timing out.
>
> Robert Trevellyan
>
> On Mon, Mar 12, 2018 at 12:46 PM, Marc Gilliatt <m.gilli...@live.co.uk>
> wrote:
>
> I believe I solved my issue of the hostname, I had to use the IP address
> for some reason, I cant use the FQDN.
>
>
> Also, when I try to run a backup it fails after about 10 minutes, I'm
> receiving the following message...
>
>
> 2018-03-12 16:39:08 Got fatal error during xfer (rsync error: error in rsync 
> protocol data stream (code 12) at io.c(629) [generator=3.0.9.11])
> 2018-03-12 16:39:14 Backup aborted (rsync error: error in rsync protocol data 
> stream (code 12) at io.c(629) [generator=3.0.9.11])
>
>  I'm not sure on what that error means?
>
> --
> *From:* Stefan Peter <s_pe...@swissonline.ch>
> *Sent:* 12 March 2018 15:54:53
> *To:* backuppc-users@lists.sourceforge.net
> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
> terminal?
>
> On 12.03.2018 15:09, Marc Gilliatt wrote:
> > I'm sorry, I'm not too sure on what you mean by working in /srv/backuppc?
> >
> >
> > I copied and pasted the RSA key from my backuppc server to my host I
> > would like backing up. I ran the following commands,
> >
> >
> > On my backuppc server:
> >
> > /cat /root/.ssh/id_rsa.pub > id_rsa.pub_copy
> > /
> >
> >
> > On my host server:
> >
> > ///cat id_rsa.pub_copy >> /root/.ssh/authorized_keys/
> >
> > /
> > /
>
> I don't see any copy command from the backuppc server to the client here?
>
> Why dont you use
>
> ssh-copy-id -i /var/lib/backuppc/.ssh/id_rsa.pub root@backuppc-client
>
> (execute this as root user on the backuppc server!)
>
>
> With kind regards
>
> Stefan Peter
>
>
> --
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
> A: Top-posting.
> Q: What is the most annoying thing in e-mail?
> (See https://en.wikipedia.org/wiki/Posting_style for details)
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:https://l

Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-13 Thread Marc Gilliatt
Thank you for the quick response.


Do I have to increase the SSH timeout on my backuppc server or my client or 
both?


I've checked the SSH timeout on my backuppc server, its commented out, should I 
uncomment it and set it?




From: Robert Trevellyan <robert.trevell...@gmail.com>
Sent: 13 March 2018 14:00:17
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

Maybe the client has its own firewall?

The BPC timeout setting is ClientTimeout on the Backup Settings page. For SSH 
you would have to delve into /etc/ssh_config and /etc/sshd_config. Look for 
ConnectionTimeout, ClientAliveInterval, ClientAliveCountMax and 
ServerAliveInterval. More details via man ssh_config and man sshd_config.

Robert Trevellyan

On Tue, Mar 13, 2018 at 9:51 AM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

Our servers our on our internal LAN, so I don't think it's our firewall. I used 
BackupPC v3 in the past, and I upgraded to BackupPC v4. I had issues with the 
upgrade and I had to completely build my backuppc server again. However, I had 
no issue with BackupPC v3, I never received that rsync error before until now. 
When I go into each of my client's page in the GUI, it says its been 
successfully pinged.


I'm not sure on how to find out about the timeout and setting it greater, or 
the SSH connection time sorry?


From: Robert Trevellyan 
<robert.trevell...@gmail.com<mailto:robert.trevell...@gmail.com>>
Sent: 12 March 2018 21:38:11
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

Perhaps the client's firewall is blocking pings.

And what do you have set for timeout - is it 600 seconds? Or perhaps the SSH 
connection is timing out.

Robert Trevellyan

On Mon, Mar 12, 2018 at 12:46 PM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

I believe I solved my issue of the hostname, I had to use the IP address for 
some reason, I cant use the FQDN.


Also, when I try to run a backup it fails after about 10 minutes, I'm receiving 
the following message...


2018-03-12 16:39:08 Got fatal error during xfer (rsync error: error in rsync 
protocol data stream (code 12) at io.c(629) [generator=3.0.9.11])
2018-03-12 16:39:14 Backup aborted (rsync error: error in rsync protocol data 
stream (code 12) at io.c(629) [generator=3.0.9.11])

 I'm not sure on what that error means?


From: Stefan Peter <s_pe...@swissonline.ch<mailto:s_pe...@swissonline.ch>>
Sent: 12 March 2018 15:54:53
To: 
backuppc-users@lists.sourceforge.net<mailto:backuppc-users@lists.sourceforge.net>
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

On 12.03.2018 15:09, Marc Gilliatt wrote:
> I'm sorry, I'm not too sure on what you mean by working in /srv/backuppc?
>
>
> I copied and pasted the RSA key from my backuppc server to my host I
> would like backing up. I ran the following commands,
>
>
> On my backuppc server:
>
> /cat /root/.ssh/id_rsa.pub > id_rsa.pub_copy
> /
>
>
> On my host server:
>
> ///cat id_rsa.pub_copy >> /root/.ssh/authorized_keys/
>
> /
> /

I don't see any copy command from the backuppc server to the client here?

Why dont you use

ssh-copy-id -i /var/lib/backuppc/.ssh/id_rsa.pub root@backuppc-client

(execute this as root user on the backuppc server!)


With kind regards

Stefan Peter


--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
(See https://en.wikipedia.org/wiki/Posting_style for details)

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net<mailto:BackupPC-users@lists.sourceforge.net>
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net<mailto:BackupPC-users@lists.sourceforge.net>
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/




Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-13 Thread Robert Trevellyan
Maybe the client has its own firewall?

The BPC timeout setting is ClientTimeout on the Backup Settings page. For
SSH you would have to delve into /etc/ssh_config and /etc/sshd_config. Look
for ConnectionTimeout, ClientAliveInterval, ClientAliveCountMax and
ServerAliveInterval. More details via man ssh_config and man sshd_config.

Robert Trevellyan

On Tue, Mar 13, 2018 at 9:51 AM, Marc Gilliatt <m.gilli...@live.co.uk>
wrote:

> Our servers our on our internal LAN, so I don't think it's our firewall. I
> used BackupPC v3 in the past, and I upgraded to BackupPC v4. I had issues
> with the upgrade and I had to completely build my backuppc server again.
> However, I had no issue with BackupPC v3, I never received that rsync error
> before until now. When I go into each of my client's page in the GUI, it
> says its been successfully pinged.
>
>
> I'm not sure on how to find out about the timeout and setting it greater,
> or the SSH connection time sorry?
> --
> *From:* Robert Trevellyan <robert.trevell...@gmail.com>
> *Sent:* 12 March 2018 21:38:11
> *To:* General list for user discussion, questions and support
> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
> terminal?
>
> Perhaps the client's firewall is blocking pings.
>
> And what do you have set for timeout - is it 600 seconds? Or perhaps the
> SSH connection is timing out.
>
> Robert Trevellyan
>
> On Mon, Mar 12, 2018 at 12:46 PM, Marc Gilliatt <m.gilli...@live.co.uk>
> wrote:
>
> I believe I solved my issue of the hostname, I had to use the IP address
> for some reason, I cant use the FQDN.
>
>
> Also, when I try to run a backup it fails after about 10 minutes, I'm
> receiving the following message...
>
>
> 2018-03-12 16:39:08 Got fatal error during xfer (rsync error: error in rsync 
> protocol data stream (code 12) at io.c(629) [generator=3.0.9.11])
> 2018-03-12 16:39:14 Backup aborted (rsync error: error in rsync protocol data 
> stream (code 12) at io.c(629) [generator=3.0.9.11])
>
>  I'm not sure on what that error means?
>
> --
> *From:* Stefan Peter <s_pe...@swissonline.ch>
> *Sent:* 12 March 2018 15:54:53
> *To:* backuppc-users@lists.sourceforge.net
> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
> terminal?
>
> On 12.03.2018 15:09, Marc Gilliatt wrote:
> > I'm sorry, I'm not too sure on what you mean by working in /srv/backuppc?
> >
> >
> > I copied and pasted the RSA key from my backuppc server to my host I
> > would like backing up. I ran the following commands,
> >
> >
> > On my backuppc server:
> >
> > /cat /root/.ssh/id_rsa.pub > id_rsa.pub_copy
> > /
> >
> >
> > On my host server:
> >
> > ///cat id_rsa.pub_copy >> /root/.ssh/authorized_keys/
> >
> > /
> > /
>
> I don't see any copy command from the backuppc server to the client here?
>
> Why dont you use
>
> ssh-copy-id -i /var/lib/backuppc/.ssh/id_rsa.pub root@backuppc-client
>
> (execute this as root user on the backuppc server!)
>
>
> With kind regards
>
> Stefan Peter
>
>
> --
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
> A: Top-posting.
> Q: What is the most annoying thing in e-mail?
> (See https://en.wikipedia.org/wiki/Posting_style for details)
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>
>
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___

Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-13 Thread Marc Gilliatt
Our servers our on our internal LAN, so I don't think it's our firewall. I used 
BackupPC v3 in the past, and I upgraded to BackupPC v4. I had issues with the 
upgrade and I had to completely build my backuppc server again. However, I had 
no issue with BackupPC v3, I never received that rsync error before until now. 
When I go into each of my client's page in the GUI, it says its been 
successfully pinged.


I'm not sure on how to find out about the timeout and setting it greater, or 
the SSH connection time sorry?


From: Robert Trevellyan <robert.trevell...@gmail.com>
Sent: 12 March 2018 21:38:11
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

Perhaps the client's firewall is blocking pings.

And what do you have set for timeout - is it 600 seconds? Or perhaps the SSH 
connection is timing out.

Robert Trevellyan

On Mon, Mar 12, 2018 at 12:46 PM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

I believe I solved my issue of the hostname, I had to use the IP address for 
some reason, I cant use the FQDN.


Also, when I try to run a backup it fails after about 10 minutes, I'm receiving 
the following message...


2018-03-12 16:39:08 Got fatal error during xfer (rsync error: error in rsync 
protocol data stream (code 12) at io.c(629) [generator=3.0.9.11])
2018-03-12 16:39:14 Backup aborted (rsync error: error in rsync protocol data 
stream (code 12) at io.c(629) [generator=3.0.9.11])

 I'm not sure on what that error means?


From: Stefan Peter <s_pe...@swissonline.ch<mailto:s_pe...@swissonline.ch>>
Sent: 12 March 2018 15:54:53
To: 
backuppc-users@lists.sourceforge.net<mailto:backuppc-users@lists.sourceforge.net>
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

On 12.03.2018 15:09, Marc Gilliatt wrote:
> I'm sorry, I'm not too sure on what you mean by working in /srv/backuppc?
>
>
> I copied and pasted the RSA key from my backuppc server to my host I
> would like backing up. I ran the following commands,
>
>
> On my backuppc server:
>
> /cat /root/.ssh/id_rsa.pub > id_rsa.pub_copy
> /
>
>
> On my host server:
>
> ///cat id_rsa.pub_copy >> /root/.ssh/authorized_keys/
>
> /
> /

I don't see any copy command from the backuppc server to the client here?

Why dont you use

ssh-copy-id -i /var/lib/backuppc/.ssh/id_rsa.pub root@backuppc-client

(execute this as root user on the backuppc server!)


With kind regards

Stefan Peter


--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
(See https://en.wikipedia.org/wiki/Posting_style for details)

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net<mailto:BackupPC-users@lists.sourceforge.net>
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net<mailto:BackupPC-users@lists.sourceforge.net>
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-12 Thread Robert Trevellyan
Perhaps the client's firewall is blocking pings.

And what do you have set for timeout - is it 600 seconds? Or perhaps the
SSH connection is timing out.

Robert Trevellyan

On Mon, Mar 12, 2018 at 12:46 PM, Marc Gilliatt <m.gilli...@live.co.uk>
wrote:

> I believe I solved my issue of the hostname, I had to use the IP address
> for some reason, I cant use the FQDN.
>
>
> Also, when I try to run a backup it fails after about 10 minutes, I'm
> receiving the following message...
>
>
> 2018-03-12 16:39:08 Got fatal error during xfer (rsync error: error in rsync 
> protocol data stream (code 12) at io.c(629) [generator=3.0.9.11])
> 2018-03-12 16:39:14 Backup aborted (rsync error: error in rsync protocol data 
> stream (code 12) at io.c(629) [generator=3.0.9.11])
>
>  I'm not sure on what that error means?
>
> --
> *From:* Stefan Peter <s_pe...@swissonline.ch>
> *Sent:* 12 March 2018 15:54:53
> *To:* backuppc-users@lists.sourceforge.net
> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
> terminal?
>
> On 12.03.2018 15:09, Marc Gilliatt wrote:
> > I'm sorry, I'm not too sure on what you mean by working in /srv/backuppc?
> >
> >
> > I copied and pasted the RSA key from my backuppc server to my host I
> > would like backing up. I ran the following commands,
> >
> >
> > On my backuppc server:
> >
> > /cat /root/.ssh/id_rsa.pub > id_rsa.pub_copy
> > /
> >
> >
> > On my host server:
> >
> > ///cat id_rsa.pub_copy >> /root/.ssh/authorized_keys/
> >
> > /
> > /
>
> I don't see any copy command from the backuppc server to the client here?
>
> Why dont you use
>
> ssh-copy-id -i /var/lib/backuppc/.ssh/id_rsa.pub root@backuppc-client
>
> (execute this as root user on the backuppc server!)
>
>
> With kind regards
>
> Stefan Peter
>
>
> --
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
> A: Top-posting.
> Q: What is the most annoying thing in e-mail?
> (See https://en.wikipedia.org/wiki/Posting_style for details)
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-12 Thread Marc Gilliatt
I believe I solved my issue of the hostname, I had to use the IP address for 
some reason, I cant use the FQDN.


Also, when I try to run a backup it fails after about 10 minutes, I'm receiving 
the following message...


2018-03-12 16:39:08 Got fatal error during xfer (rsync error: error in rsync 
protocol data stream (code 12) at io.c(629) [generator=3.0.9.11])
2018-03-12 16:39:14 Backup aborted (rsync error: error in rsync protocol data 
stream (code 12) at io.c(629) [generator=3.0.9.11])

 I'm not sure on what that error means?


From: Stefan Peter <s_pe...@swissonline.ch>
Sent: 12 March 2018 15:54:53
To: backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

On 12.03.2018 15:09, Marc Gilliatt wrote:
> I'm sorry, I'm not too sure on what you mean by working in /srv/backuppc?
>
>
> I copied and pasted the RSA key from my backuppc server to my host I
> would like backing up. I ran the following commands,
>
>
> On my backuppc server:
>
> /cat /root/.ssh/id_rsa.pub > id_rsa.pub_copy
> /
>
>
> On my host server:
>
> ///cat id_rsa.pub_copy >> /root/.ssh/authorized_keys/
>
> /
> /

I don't see any copy command from the backuppc server to the client here?

Why dont you use

ssh-copy-id -i /var/lib/backuppc/.ssh/id_rsa.pub root@backuppc-client

(execute this as root user on the backuppc server!)


With kind regards

Stefan Peter


--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
(See https://en.wikipedia.org/wiki/Posting_style for details)

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-12 Thread Stefan Peter
On 12.03.2018 15:09, Marc Gilliatt wrote:
> I'm sorry, I'm not too sure on what you mean by working in /srv/backuppc?
> 
> 
> I copied and pasted the RSA key from my backuppc server to my host I
> would like backing up. I ran the following commands, 
> 
> 
> On my backuppc server:
> 
> /cat /root/.ssh/id_rsa.pub > id_rsa.pub_copy 
> /
> 
> 
> On my host server:
> 
> ///cat id_rsa.pub_copy >> /root/.ssh/authorized_keys/
> 
> /
> /

I don't see any copy command from the backuppc server to the client here?

Why dont you use

ssh-copy-id -i /var/lib/backuppc/.ssh/id_rsa.pub root@backuppc-client

(execute this as root user on the backuppc server!)


With kind regards

Stefan Peter


-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
(See https://en.wikipedia.org/wiki/Posting_style for details)

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-12 Thread Marc Gilliatt
I copied it to the authorized keys file, and I can successfully ssh to my 
client as the backuppc user.

However, when I went to run my first full backup of my client, I am getting the 
following error...


2018-03-12 15:43:48 Created directory 
/var/lib/backuppc/pc/ukgitlab2<http://10.16.0.163/BackupPC_Admin?host=ukgitlab2>/refCnt
2018-03-12 15:43:49 Can't find host 
ukgitlab2<http://10.16.0.163/BackupPC_Admin?host=ukgitlab2> via NS and netbios
2018-03-12 15:43:49 can't ping  (client = 
ukgitlab2<http://10.16.0.163/BackupPC_Admin?host=ukgitlab2>); exiting
2018-03-12 15:45:14 Can't find host 
ukgitlab2<http://10.16.0.163/BackupPC_Admin?host=ukgitlab2> via NS and netbios
2018-03-12 15:45:14 can't ping  (client = 
ukgitlab2<http://10.16.0.163/BackupPC_Admin?host=ukgitlab2>); exiting

I can now ssh to my client successfully though?

From: Robert Trevellyan <robert.trevell...@gmail.com>
Sent: 12 March 2018 15:39:09
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

It should go in the authorized_keys file, not the known_hosts file.

Robert Trevellyan

On Mon, Mar 12, 2018 at 11:35 AM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

Sorry my mistake, I have now corrected myself, and I have copied the RSA key 
from the bakcuppc user and pasted it in the known hosts file for my client I 
would like backing up, however, I am still getting the Permission denied 
(publickey,password) error when I try to ssh into my client?


From: Robert Trevellyan 
<robert.trevell...@gmail.com<mailto:robert.trevell...@gmail.com>>
Sent: 12 March 2018 15:04:37
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

The public key you need to copy is the one for the backuppc user, not the root 
user, because it's the backuppc user that's going to be making the connection 
(yes, you will add it to the root user's authorized_keys on the client, because 
bacuppc will sign into the client as root).

Your initial error report shows this:
/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: 
"/var/lib/backuppc/.ssh/id_rsa.pub"

This shows that it's trying to copy the key from the correct place. On my BPC4 
install, /var/lib/backuppc is symlinked to /srv/backuppc, which is why I asked 
if you were working in that folder, i.e. did you 'cd /srv/backuppc' (or 'cd 
/var/lib/backuppc')?


On Mon, Mar 12, 2018 at 10:09 AM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

I'm sorry, I'm not too sure on what you mean by working in /srv/backuppc?


I copied and pasted the RSA key from my backuppc server to my host I would like 
backing up. I ran the following commands,


On my backuppc server:

cat /root/.ssh/id_rsa.pub > id_rsa.pub_copy


On my host server:

cat id_rsa.pub_copy >> /root/.ssh/authorized_keys


I then switched users to backuppc, and tried to ssh to my host, however, I was 
still getting Permission denied (publickey,password).


From: Robert Trevellyan 
<robert.trevell...@gmail.com<mailto:robert.trevell...@gmail.com>>
Sent: 12 March 2018 13:56:57

To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

Are you working in /srv/backuppc?

What is the error message?

If necessary, copy the public key to a regular text file, send that to the 
host, then log into the host and append it to the authorized_keys file.

Robert Trevellyan

On Mon, Mar 12, 2018 at 5:33 AM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

Hi Robert,


I tried what you had mentioned, but sadly that didn't work. I'm still getting 
permission denied when I try to copy the RSA key to my host.


From: Robert Trevellyan 
<robert.trevell...@gmail.com<mailto:robert.trevell...@gmail.com>>
Sent: 08 March 2018 13:14:45
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

You can work around this using something like this:

rsync .ssh/id_rsa.pub root@10.16.0.16:/root
ssh root@10.16.0.16<mailto:root@10.16.0.16>
cat id_rsa.pub >> .ssh/authorized_keys
rm id_rsa.pub
exit

Robert Trevellyan

On Thu, Mar 8, 2018 at 6:05 AM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

So I've tried to copy my RSA key to one of my hosts whilst I was root, and that 
worked fine, I could successfully ssh into that host. However, when I switch 
users to backuppc, and try to copy the RS key to that same host, I still get 
the same error as stated in my previous email.


/usr/bin/ssh-co

Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-12 Thread Robert Trevellyan
It should go in the authorized_keys file, not the known_hosts file.

Robert Trevellyan

On Mon, Mar 12, 2018 at 11:35 AM, Marc Gilliatt <m.gilli...@live.co.uk>
wrote:

> Sorry my mistake, I have now corrected myself, and I have copied the RSA
> key from the bakcuppc user and pasted it in the known hosts file for my
> client I would like backing up, however, I am still getting the Permission
> denied (publickey,password) error when I try to ssh into my client?
> --
> *From:* Robert Trevellyan <robert.trevell...@gmail.com>
> *Sent:* 12 March 2018 15:04:37
> *To:* General list for user discussion, questions and support
> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
> terminal?
>
> The public key you need to copy is the one for the backuppc user, not the
> root user, because it's the backuppc user that's going to be making the
> connection (yes, you will add it to the root user's authorized_keys on the
> client, because bacuppc will sign into the client as root).
>
> Your initial error report shows this:
> */usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed:
> "/var/lib/backuppc/.ssh/id_rsa.pub"*
>
> This shows that it's trying to copy the key from the correct place. On my
> BPC4 install, /var/lib/backuppc is symlinked to /srv/backuppc, which is why
> I asked if you were working in that folder, i.e. did you 'cd /srv/backuppc'
> (or 'cd /var/lib/backuppc')?
>
>
> On Mon, Mar 12, 2018 at 10:09 AM, Marc Gilliatt <m.gilli...@live.co.uk>
> wrote:
>
> I'm sorry, I'm not too sure on what you mean by working in /srv/backuppc?
>
>
> I copied and pasted the RSA key from my backuppc server to my host I would
> like backing up. I ran the following commands,
>
>
> On my backuppc server:
>
>
> *cat /root/.ssh/id_rsa.pub > id_rsa.pub_copy  *
>
>
> On my host server:
>
> *cat id_rsa.pub_copy >> /root/.ssh/authorized_keys*
>
>
> I then switched users to backuppc, and tried to ssh to my host, however, I
> was still getting *Permission denied (publickey,password).*
> ------
> *From:* Robert Trevellyan <robert.trevell...@gmail.com>
> *Sent:* 12 March 2018 13:56:57
>
> *To:* General list for user discussion, questions and support
> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
> terminal?
>
> Are you working in /srv/backuppc?
>
> What is the error message?
>
> If necessary, copy the public key to a regular text file, send that to the
> host, then log into the host and append it to the authorized_keys file.
>
> Robert Trevellyan
>
> On Mon, Mar 12, 2018 at 5:33 AM, Marc Gilliatt <m.gilli...@live.co.uk>
> wrote:
>
> Hi Robert,
>
>
> I tried what you had mentioned, but sadly that didn't work. I'm still
> getting permission denied when I try to copy the RSA key to my host.
> --
> *From:* Robert Trevellyan <robert.trevell...@gmail.com>
> *Sent:* 08 March 2018 13:14:45
> *To:* General list for user discussion, questions and support
> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
> terminal?
>
> You can work around this using something like this:
>
> rsync .ssh/id_rsa.pub root@10.16.0.16:/root
> ssh root@10.16.0.16
> cat id_rsa.pub >> .ssh/authorized_keys
> rm id_rsa.pub
> exit
>
> Robert Trevellyan
>
> On Thu, Mar 8, 2018 at 6:05 AM, Marc Gilliatt <m.gilli...@live.co.uk>
> wrote:
>
> So I've tried to copy my RSA key to one of my hosts whilst I was root, and
> that worked fine, I could successfully ssh into that host. However, when I
> switch users to backuppc, and try to copy the RS key to that same host, I
> still get the same error as stated in my previous email.
>
>
> /usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed:
> "/var/lib/backuppc/.ssh/id_rsa.pub"
> /usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to
> filter out any that are already installed
> /usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are
> prompted now it is to install the new keys
> Permission denied (publickey,password).
> $ ssh root@10.16.0.16
>
> I don't know why I cant copy my RSA key to my host whilst I am the
> backuppc user?
>
> --
> *From:* Marc Gilliatt <m.gilli...@live.co.uk>
> *Sent:* 05 March 2018 10:54:23
> *To:* backuppc-users@lists.sourceforge.net
> *Subject:* Re: Can't switch users to BackupPC in terminal?
>
>
> I tried using *su - backuppc -s /bin/sh *instead and that worked, it
> allowed me to switch users to backuppc, however, when I try to copy the RSA
> key to my hosts I'm ge

Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-12 Thread Marc Gilliatt
Sorry my mistake, I have now corrected myself, and I have copied the RSA key 
from the bakcuppc user and pasted it in the known hosts file for my client I 
would like backing up, however, I am still getting the Permission denied 
(publickey,password) error when I try to ssh into my client?


From: Robert Trevellyan <robert.trevell...@gmail.com>
Sent: 12 March 2018 15:04:37
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

The public key you need to copy is the one for the backuppc user, not the root 
user, because it's the backuppc user that's going to be making the connection 
(yes, you will add it to the root user's authorized_keys on the client, because 
bacuppc will sign into the client as root).

Your initial error report shows this:
/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: 
"/var/lib/backuppc/.ssh/id_rsa.pub"

This shows that it's trying to copy the key from the correct place. On my BPC4 
install, /var/lib/backuppc is symlinked to /srv/backuppc, which is why I asked 
if you were working in that folder, i.e. did you 'cd /srv/backuppc' (or 'cd 
/var/lib/backuppc')?


On Mon, Mar 12, 2018 at 10:09 AM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

I'm sorry, I'm not too sure on what you mean by working in /srv/backuppc?


I copied and pasted the RSA key from my backuppc server to my host I would like 
backing up. I ran the following commands,


On my backuppc server:

cat /root/.ssh/id_rsa.pub > id_rsa.pub_copy


On my host server:

cat id_rsa.pub_copy >> /root/.ssh/authorized_keys


I then switched users to backuppc, and tried to ssh to my host, however, I was 
still getting Permission denied (publickey,password).


From: Robert Trevellyan 
<robert.trevell...@gmail.com<mailto:robert.trevell...@gmail.com>>
Sent: 12 March 2018 13:56:57

To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

Are you working in /srv/backuppc?

What is the error message?

If necessary, copy the public key to a regular text file, send that to the 
host, then log into the host and append it to the authorized_keys file.

Robert Trevellyan

On Mon, Mar 12, 2018 at 5:33 AM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

Hi Robert,


I tried what you had mentioned, but sadly that didn't work. I'm still getting 
permission denied when I try to copy the RSA key to my host.


From: Robert Trevellyan 
<robert.trevell...@gmail.com<mailto:robert.trevell...@gmail.com>>
Sent: 08 March 2018 13:14:45
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

You can work around this using something like this:

rsync .ssh/id_rsa.pub root@10.16.0.16:/root
ssh root@10.16.0.16<mailto:root@10.16.0.16>
cat id_rsa.pub >> .ssh/authorized_keys
rm id_rsa.pub
exit

Robert Trevellyan

On Thu, Mar 8, 2018 at 6:05 AM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

So I've tried to copy my RSA key to one of my hosts whilst I was root, and that 
worked fine, I could successfully ssh into that host. However, when I switch 
users to backuppc, and try to copy the RS key to that same host, I still get 
the same error as stated in my previous email.


/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: 
"/var/lib/backuppc/.ssh/id_rsa.pub"
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter 
out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are 
prompted now it is to install the new keys
Permission denied (publickey,password).
$ ssh root@10.16.0.16<mailto:root@10.16.0.16>

I don't know why I cant copy my RSA key to my host whilst I am the backuppc 
user?



From: Marc Gilliatt <m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>>
Sent: 05 March 2018 10:54:23
To: 
backuppc-users@lists.sourceforge.net<mailto:backuppc-users@lists.sourceforge.net>
Subject: Re: Can't switch users to BackupPC in terminal?


I tried using su - backuppc -s /bin/sh instead and that worked, it allowed me 
to switch users to backuppc, however, when I try to copy the RSA key to my 
hosts I'm getting...


/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: 
"/var/lib/backuppc/.ssh/id_rsa.pub"
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter 
out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are 
prompted now it is to install the new keys
Permission denied (publickey,password).



__

Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-12 Thread Robert Trevellyan
The public key you need to copy is the one for the backuppc user, not the
root user, because it's the backuppc user that's going to be making the
connection (yes, you will add it to the root user's authorized_keys on the
client, because bacuppc will sign into the client as root).

Your initial error report shows this:
*/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed:
"/var/lib/backuppc/.ssh/id_rsa.pub"*

This shows that it's trying to copy the key from the correct place. On my
BPC4 install, /var/lib/backuppc is symlinked to /srv/backuppc, which is why
I asked if you were working in that folder, i.e. did you 'cd /srv/backuppc'
(or 'cd /var/lib/backuppc')?


On Mon, Mar 12, 2018 at 10:09 AM, Marc Gilliatt <m.gilli...@live.co.uk>
wrote:

> I'm sorry, I'm not too sure on what you mean by working in /srv/backuppc?
>
>
> I copied and pasted the RSA key from my backuppc server to my host I would
> like backing up. I ran the following commands,
>
>
> On my backuppc server:
>
>
> *cat /root/.ssh/id_rsa.pub > id_rsa.pub_copy  *
>
>
> On my host server:
>
> *cat id_rsa.pub_copy >> /root/.ssh/authorized_keys*
>
>
> I then switched users to backuppc, and tried to ssh to my host, however, I
> was still getting *Permission denied (publickey,password).*
> --
> *From:* Robert Trevellyan <robert.trevell...@gmail.com>
> *Sent:* 12 March 2018 13:56:57
>
> *To:* General list for user discussion, questions and support
> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
> terminal?
>
> Are you working in /srv/backuppc?
>
> What is the error message?
>
> If necessary, copy the public key to a regular text file, send that to the
> host, then log into the host and append it to the authorized_keys file.
>
> Robert Trevellyan
>
> On Mon, Mar 12, 2018 at 5:33 AM, Marc Gilliatt <m.gilli...@live.co.uk>
> wrote:
>
> Hi Robert,
>
>
> I tried what you had mentioned, but sadly that didn't work. I'm still
> getting permission denied when I try to copy the RSA key to my host.
> --
> *From:* Robert Trevellyan <robert.trevell...@gmail.com>
> *Sent:* 08 March 2018 13:14:45
> *To:* General list for user discussion, questions and support
> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
> terminal?
>
> You can work around this using something like this:
>
> rsync .ssh/id_rsa.pub root@10.16.0.16:/root
> ssh root@10.16.0.16
> cat id_rsa.pub >> .ssh/authorized_keys
> rm id_rsa.pub
> exit
>
> Robert Trevellyan
>
> On Thu, Mar 8, 2018 at 6:05 AM, Marc Gilliatt <m.gilli...@live.co.uk>
> wrote:
>
> So I've tried to copy my RSA key to one of my hosts whilst I was root, and
> that worked fine, I could successfully ssh into that host. However, when I
> switch users to backuppc, and try to copy the RS key to that same host, I
> still get the same error as stated in my previous email.
>
>
> /usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed:
> "/var/lib/backuppc/.ssh/id_rsa.pub"
> /usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to
> filter out any that are already installed
> /usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are
> prompted now it is to install the new keys
> Permission denied (publickey,password).
> $ ssh root@10.16.0.16
>
> I don't know why I cant copy my RSA key to my host whilst I am the
> backuppc user?
>
> --
> *From:* Marc Gilliatt <m.gilli...@live.co.uk>
> *Sent:* 05 March 2018 10:54:23
> *To:* backuppc-users@lists.sourceforge.net
> *Subject:* Re: Can't switch users to BackupPC in terminal?
>
>
> I tried using *su - backuppc -s /bin/sh *instead and that worked, it
> allowed me to switch users to backuppc, however, when I try to copy the RSA
> key to my hosts I'm getting...
>
>
> */usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed:
> "/var/lib/backuppc/.ssh/id_rsa.pub"*
> */usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to
> filter out any that are already installed*
> */usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are
> prompted now it is to install the new keys*
> *Permission denied (publickey,password).*
>
>
> --
> *From:* Marc Gilliatt <m.gilli...@live.co.uk>
> *Sent:* 05 March 2018 09:00:52
> *To:* backuppc-users@lists.sourceforge.net
> *Subject:* [BackupPC-users] Can't switch users to BackupPC in terminal?
>
>
> I've installed BackupPC 4 and I cant switch users to backuppc to add hosts?
>
>
> I've tried...
>
>
> su - backuppc
>

Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-12 Thread Marc Gilliatt
I'm sorry, I'm not too sure on what you mean by working in /srv/backuppc?


I copied and pasted the RSA key from my backuppc server to my host I would like 
backing up. I ran the following commands,


On my backuppc server:

cat /root/.ssh/id_rsa.pub > id_rsa.pub_copy


On my host server:

cat id_rsa.pub_copy >> /root/.ssh/authorized_keys


I then switched users to backuppc, and tried to ssh to my host, however, I was 
still getting Permission denied (publickey,password).


From: Robert Trevellyan <robert.trevell...@gmail.com>
Sent: 12 March 2018 13:56:57
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

Are you working in /srv/backuppc?

What is the error message?

If necessary, copy the public key to a regular text file, send that to the 
host, then log into the host and append it to the authorized_keys file.

Robert Trevellyan

On Mon, Mar 12, 2018 at 5:33 AM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

Hi Robert,


I tried what you had mentioned, but sadly that didn't work. I'm still getting 
permission denied when I try to copy the RSA key to my host.


From: Robert Trevellyan 
<robert.trevell...@gmail.com<mailto:robert.trevell...@gmail.com>>
Sent: 08 March 2018 13:14:45
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

You can work around this using something like this:

rsync .ssh/id_rsa.pub root@10.16.0.16:/root
ssh root@10.16.0.16<mailto:root@10.16.0.16>
cat id_rsa.pub >> .ssh/authorized_keys
rm id_rsa.pub
exit

Robert Trevellyan

On Thu, Mar 8, 2018 at 6:05 AM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

So I've tried to copy my RSA key to one of my hosts whilst I was root, and that 
worked fine, I could successfully ssh into that host. However, when I switch 
users to backuppc, and try to copy the RS key to that same host, I still get 
the same error as stated in my previous email.


/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: 
"/var/lib/backuppc/.ssh/id_rsa.pub"
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter 
out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are 
prompted now it is to install the new keys
Permission denied (publickey,password).
$ ssh root@10.16.0.16<mailto:root@10.16.0.16>

I don't know why I cant copy my RSA key to my host whilst I am the backuppc 
user?



From: Marc Gilliatt <m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>>
Sent: 05 March 2018 10:54:23
To: 
backuppc-users@lists.sourceforge.net<mailto:backuppc-users@lists.sourceforge.net>
Subject: Re: Can't switch users to BackupPC in terminal?


I tried using su - backuppc -s /bin/sh instead and that worked, it allowed me 
to switch users to backuppc, however, when I try to copy the RSA key to my 
hosts I'm getting...


/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: 
"/var/lib/backuppc/.ssh/id_rsa.pub"
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter 
out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are 
prompted now it is to install the new keys
Permission denied (publickey,password).




From: Marc Gilliatt <m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>>
Sent: 05 March 2018 09:00:52
To: 
backuppc-users@lists.sourceforge.net<mailto:backuppc-users@lists.sourceforge.net>
Subject: [BackupPC-users] Can't switch users to BackupPC in terminal?


I've installed BackupPC 4 and I cant switch users to backuppc to add hosts?


I've tried...


su - backuppc


but it just keeps going back to the terminal, it never switches users.


I've tried adding hosts via the GUI, and for some reason, the backups are 
failing giving the same error message...

2018-03-05 09:00:01 Can't find host 
ukat2<http://10.16.0.163/BackupPC_Admin?host=ukat2> via NS and netbios
2018-03-05 09:00:01 can't ping  (client = 
ukat2<http://10.16.0.163/BackupPC_Admin?host=ukat2>); exiting

Not sure what I'm doing wrong?

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net<mailto:BackupPC-users@lists.sourceforge.net>
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/



---

Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-12 Thread Robert Trevellyan
Are you working in /srv/backuppc?

What is the error message?

If necessary, copy the public key to a regular text file, send that to the
host, then log into the host and append it to the authorized_keys file.

Robert Trevellyan

On Mon, Mar 12, 2018 at 5:33 AM, Marc Gilliatt <m.gilli...@live.co.uk>
wrote:

> Hi Robert,
>
>
> I tried what you had mentioned, but sadly that didn't work. I'm still
> getting permission denied when I try to copy the RSA key to my host.
> --
> *From:* Robert Trevellyan <robert.trevell...@gmail.com>
> *Sent:* 08 March 2018 13:14:45
> *To:* General list for user discussion, questions and support
> *Subject:* Re: [BackupPC-users] Can't switch users to BackupPC in
> terminal?
>
> You can work around this using something like this:
>
> rsync .ssh/id_rsa.pub root@10.16.0.16:/root
> ssh root@10.16.0.16
> cat id_rsa.pub >> .ssh/authorized_keys
> rm id_rsa.pub
> exit
>
> Robert Trevellyan
>
> On Thu, Mar 8, 2018 at 6:05 AM, Marc Gilliatt <m.gilli...@live.co.uk>
> wrote:
>
> So I've tried to copy my RSA key to one of my hosts whilst I was root, and
> that worked fine, I could successfully ssh into that host. However, when I
> switch users to backuppc, and try to copy the RS key to that same host, I
> still get the same error as stated in my previous email.
>
>
> /usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed:
> "/var/lib/backuppc/.ssh/id_rsa.pub"
> /usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to
> filter out any that are already installed
> /usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are
> prompted now it is to install the new keys
> Permission denied (publickey,password).
> $ ssh root@10.16.0.16
>
> I don't know why I cant copy my RSA key to my host whilst I am the
> backuppc user?
>
> ------
> *From:* Marc Gilliatt <m.gilli...@live.co.uk>
> *Sent:* 05 March 2018 10:54:23
> *To:* backuppc-users@lists.sourceforge.net
> *Subject:* Re: Can't switch users to BackupPC in terminal?
>
>
> I tried using *su - backuppc -s /bin/sh *instead and that worked, it
> allowed me to switch users to backuppc, however, when I try to copy the RSA
> key to my hosts I'm getting...
>
>
> */usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed:
> "/var/lib/backuppc/.ssh/id_rsa.pub"*
> */usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to
> filter out any that are already installed*
> */usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are
> prompted now it is to install the new keys*
> *Permission denied (publickey,password).*
>
>
> --
> *From:* Marc Gilliatt <m.gilli...@live.co.uk>
> *Sent:* 05 March 2018 09:00:52
> *To:* backuppc-users@lists.sourceforge.net
> *Subject:* [BackupPC-users] Can't switch users to BackupPC in terminal?
>
>
> I've installed BackupPC 4 and I cant switch users to backuppc to add hosts?
>
>
> I've tried...
>
>
> su - backuppc
>
>
> but it just keeps going back to the terminal, it never switches users.
>
>
> I've tried adding hosts via the GUI, and for some reason, the backups are
> failing giving the same error message...
>
> 2018-03-05 09:00:01 Can't find host ukat2 
> <http://10.16.0.163/BackupPC_Admin?host=ukat2> via NS and netbios
> 2018-03-05 09:00:01 can't ping  (client = ukat2 
> <http://10.16.0.163/BackupPC_Admin?host=ukat2>); exiting
>
> Not sure what I'm doing wrong?
>
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>
>
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-12 Thread Marc Gilliatt
Hi Robert,


I tried what you had mentioned, but sadly that didn't work. I'm still getting 
permission denied when I try to copy the RSA key to my host.


From: Robert Trevellyan <robert.trevell...@gmail.com>
Sent: 08 March 2018 13:14:45
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

You can work around this using something like this:

rsync .ssh/id_rsa.pub root@10.16.0.16:/root
ssh root@10.16.0.16<mailto:root@10.16.0.16>
cat id_rsa.pub >> .ssh/authorized_keys
rm id_rsa.pub
exit

Robert Trevellyan

On Thu, Mar 8, 2018 at 6:05 AM, Marc Gilliatt 
<m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>> wrote:

So I've tried to copy my RSA key to one of my hosts whilst I was root, and that 
worked fine, I could successfully ssh into that host. However, when I switch 
users to backuppc, and try to copy the RS key to that same host, I still get 
the same error as stated in my previous email.


/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: 
"/var/lib/backuppc/.ssh/id_rsa.pub"
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter 
out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are 
prompted now it is to install the new keys
Permission denied (publickey,password).
$ ssh root@10.16.0.16<mailto:root@10.16.0.16>

I don't know why I cant copy my RSA key to my host whilst I am the backuppc 
user?



From: Marc Gilliatt <m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>>
Sent: 05 March 2018 10:54:23
To: 
backuppc-users@lists.sourceforge.net<mailto:backuppc-users@lists.sourceforge.net>
Subject: Re: Can't switch users to BackupPC in terminal?


I tried using su - backuppc -s /bin/sh instead and that worked, it allowed me 
to switch users to backuppc, however, when I try to copy the RSA key to my 
hosts I'm getting...


/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: 
"/var/lib/backuppc/.ssh/id_rsa.pub"
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter 
out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are 
prompted now it is to install the new keys
Permission denied (publickey,password).




From: Marc Gilliatt <m.gilli...@live.co.uk<mailto:m.gilli...@live.co.uk>>
Sent: 05 March 2018 09:00:52
To: 
backuppc-users@lists.sourceforge.net<mailto:backuppc-users@lists.sourceforge.net>
Subject: [BackupPC-users] Can't switch users to BackupPC in terminal?


I've installed BackupPC 4 and I cant switch users to backuppc to add hosts?


I've tried...


su - backuppc


but it just keeps going back to the terminal, it never switches users.


I've tried adding hosts via the GUI, and for some reason, the backups are 
failing giving the same error message...

2018-03-05 09:00:01 Can't find host 
ukat2<http://10.16.0.163/BackupPC_Admin?host=ukat2> via NS and netbios
2018-03-05 09:00:01 can't ping  (client = 
ukat2<http://10.16.0.163/BackupPC_Admin?host=ukat2>); exiting

Not sure what I'm doing wrong?

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net<mailto:BackupPC-users@lists.sourceforge.net>
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-08 Thread Robert Trevellyan
You can work around this using something like this:

rsync .ssh/id_rsa.pub root@10.16.0.16:/root
ssh root@10.16.0.16
cat id_rsa.pub >> .ssh/authorized_keys
rm id_rsa.pub
exit

Robert Trevellyan

On Thu, Mar 8, 2018 at 6:05 AM, Marc Gilliatt <m.gilli...@live.co.uk> wrote:

> So I've tried to copy my RSA key to one of my hosts whilst I was root, and
> that worked fine, I could successfully ssh into that host. However, when I
> switch users to backuppc, and try to copy the RS key to that same host, I
> still get the same error as stated in my previous email.
>
>
> /usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed:
> "/var/lib/backuppc/.ssh/id_rsa.pub"
> /usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to
> filter out any that are already installed
> /usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are
> prompted now it is to install the new keys
> Permission denied (publickey,password).
> $ ssh root@10.16.0.16
>
> I don't know why I cant copy my RSA key to my host whilst I am the
> backuppc user?
>
> --
> *From:* Marc Gilliatt <m.gilli...@live.co.uk>
> *Sent:* 05 March 2018 10:54:23
> *To:* backuppc-users@lists.sourceforge.net
> *Subject:* Re: Can't switch users to BackupPC in terminal?
>
>
> I tried using *su - backuppc -s /bin/sh *instead and that worked, it
> allowed me to switch users to backuppc, however, when I try to copy the RSA
> key to my hosts I'm getting...
>
>
> */usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed:
> "/var/lib/backuppc/.ssh/id_rsa.pub"*
> */usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to
> filter out any that are already installed*
> */usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are
> prompted now it is to install the new keys*
> *Permission denied (publickey,password).*
>
>
> ------
> *From:* Marc Gilliatt <m.gilli...@live.co.uk>
> *Sent:* 05 March 2018 09:00:52
> *To:* backuppc-users@lists.sourceforge.net
> *Subject:* [BackupPC-users] Can't switch users to BackupPC in terminal?
>
>
> I've installed BackupPC 4 and I cant switch users to backuppc to add hosts?
>
>
> I've tried...
>
>
> su - backuppc
>
>
> but it just keeps going back to the terminal, it never switches users.
>
>
> I've tried adding hosts via the GUI, and for some reason, the backups are
> failing giving the same error message...
>
> 2018-03-05 09:00:01 Can't find host ukat2 
> <http://10.16.0.163/BackupPC_Admin?host=ukat2> via NS and netbios
> 2018-03-05 09:00:01 can't ping  (client = ukat2 
> <http://10.16.0.163/BackupPC_Admin?host=ukat2>); exiting
>
> Not sure what I'm doing wrong?
>
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-08 Thread Marc Gilliatt
So I've tried to copy my RSA key to one of my hosts whilst I was root, and that 
worked fine, I could successfully ssh into that host. However, when I switch 
users to backuppc, and try to copy the RS key to that same host, I still get 
the same error as stated in my previous email.


/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: 
"/var/lib/backuppc/.ssh/id_rsa.pub"
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter 
out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are 
prompted now it is to install the new keys
Permission denied (publickey,password).
$ ssh root@10.16.0.16

I don't know why I cant copy my RSA key to my host whilst I am the backuppc 
user?



From: Marc Gilliatt <m.gilli...@live.co.uk>
Sent: 05 March 2018 10:54:23
To: backuppc-users@lists.sourceforge.net
Subject: Re: Can't switch users to BackupPC in terminal?


I tried using su - backuppc -s /bin/sh instead and that worked, it allowed me 
to switch users to backuppc, however, when I try to copy the RSA key to my 
hosts I'm getting...


/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: 
"/var/lib/backuppc/.ssh/id_rsa.pub"
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter 
out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are 
prompted now it is to install the new keys
Permission denied (publickey,password).




From: Marc Gilliatt <m.gilli...@live.co.uk>
Sent: 05 March 2018 09:00:52
To: backuppc-users@lists.sourceforge.net
Subject: [BackupPC-users] Can't switch users to BackupPC in terminal?


I've installed BackupPC 4 and I cant switch users to backuppc to add hosts?


I've tried...


su - backuppc


but it just keeps going back to the terminal, it never switches users.


I've tried adding hosts via the GUI, and for some reason, the backups are 
failing giving the same error message...

2018-03-05 09:00:01 Can't find host 
ukat2<http://10.16.0.163/BackupPC_Admin?host=ukat2> via NS and netbios
2018-03-05 09:00:01 can't ping  (client = 
ukat2<http://10.16.0.163/BackupPC_Admin?host=ukat2>); exiting

Not sure what I'm doing wrong?
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-05 Thread Marc Gilliatt
I tried using su - backuppc -s /bin/sh instead and that worked, it allowed me 
to switch users to backuppc, however, when I try to copy the RSA key to my 
hosts I'm getting...


/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: 
"/var/lib/backuppc/.ssh/id_rsa.pub"
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter 
out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are 
prompted now it is to install the new keys
Permission denied (publickey,password).




From: Marc Gilliatt <m.gilli...@live.co.uk>
Sent: 05 March 2018 09:00:52
To: backuppc-users@lists.sourceforge.net
Subject: [BackupPC-users] Can't switch users to BackupPC in terminal?


I've installed BackupPC 4 and I cant switch users to backuppc to add hosts?


I've tried...


su - backuppc


but it just keeps going back to the terminal, it never switches users.


I've tried adding hosts via the GUI, and for some reason, the backups are 
failing giving the same error message...

2018-03-05 09:00:01 Can't find host 
ukat2<http://10.16.0.163/BackupPC_Admin?host=ukat2> via NS and netbios
2018-03-05 09:00:01 can't ping  (client = 
ukat2<http://10.16.0.163/BackupPC_Admin?host=ukat2>); exiting

Not sure what I'm doing wrong?
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] Can't switch users to BackupPC in terminal?

2018-03-05 Thread Marc Gilliatt
I've installed BackupPC 4 and I cant switch users to backuppc to add hosts?


I've tried...


su - backuppc


but it just keeps going back to the terminal, it never switches users.


I've tried adding hosts via the GUI, and for some reason, the backups are 
failing giving the same error message...

2018-03-05 09:00:01 Can't find host 
ukat2 via NS and netbios
2018-03-05 09:00:01 can't ping  (client = 
ukat2); exiting

Not sure what I'm doing wrong?
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/