Re: [BackupPC-users] web GUI downloading BIN file Ubuntu 14.04

2014-11-06 Thread David Kuntadi
On Fri, Nov 7, 2014 at 1:31 AM, Tom Fallon wrote: > > The fact the url responds albeit by downloading the BIN file rather than > opening the management gui would suggest backuppc is running ok. Seems more > like a permissions thing or perhaps an apache config issue. > > I've seen other posts menti

Re: [BackupPC-users] web GUI downloading BIN file Ubuntu 14.04

2014-11-06 Thread Brad Alexander
I'm not sure what exactly is the problem, but I thought I would throw this out there. It's been a while, but I remember a while back having a problem where it was downloading files instead of executing them. As I recall, it was a cgi problem. So having said that, I have the following installed on

Re: [BackupPC-users] web GUI downloading BIN file Ubuntu 14.04

2014-11-06 Thread Carl Wilhelm Soderstrom
On 11/06 07:38 , Tom Fallon wrote: > This is on a brand new install of Ubuntu 14.04 I don't know if you're using SSL, but here's some package lists you may want to compare to your system. Also a list of the modules I have enabled. This is an ubuntu 14.04 system, but has been upgraded from an earli

Re: [BackupPC-users] web GUI downloading BIN file Ubuntu 14.04

2014-11-06 Thread Tom Fallon
Hi Carl This is on a brand new install of Ubuntu 14.04 Regards, Tom On 6 Nov 2014 19:26, "Carl Wilhelm Soderstrom" wrote: > On 11/06 06:31 , Tom Fallon wrote: > > The fact the url responds albeit by downloading the BIN file rather than > > opening the management gui would suggest backuppc is ru

Re: [BackupPC-users] Unable to read 4 bytes

2014-11-06 Thread Les Mikesell
On Thu, Nov 6, 2014 at 1:00 PM, tschmid4 wrote: > These entries are irrelevant for my issue though, correct? > I don't need to remove them? > You should have an entry with a host fingerprint for each host where you have already connected. I don't think extraneous stuff hurts - and if it does yo

Re: [BackupPC-users] Unable to read 4 bytes

2014-11-06 Thread tschmid4
Interesting. The command syntax worked, (Thanks Les) But it returned: Permanently added 'rsa.pub' (RSA) to the list of known hosts. Write failed: Broken pipe Terry -Original Message- From: Les Mikesell [mailto:lesmikes...@gmail.com] Sent: Thursday, November 06, 2014 1:54 PM To: General

Re: [BackupPC-users] web GUI downloading BIN file Ubuntu 14.04

2014-11-06 Thread Carl Wilhelm Soderstrom
On 11/06 06:31 , Tom Fallon wrote: > The fact the url responds albeit by downloading the BIN file rather than > opening the management gui would suggest backuppc is running ok. Seems more > like a permissions thing or perhaps an apache config issue. It's some kind of Apache config issue, tho I don

Re: [BackupPC-users] web GUI downloading BIN file Ubuntu 14.04

2014-11-06 Thread Les Mikesell
On Thu, Nov 6, 2014 at 12:31 PM, Tom Fallon wrote: > Hi David > > Apologies for not replying sooner. The backup service starts (and restarts) > fine. > > The fact the url responds albeit by downloading the BIN file rather than > opening the management gui would suggest backuppc is running ok. Seem

Re: [BackupPC-users] Unable to read 4 bytes

2014-11-06 Thread tschmid4
These entries are irrelevant for my issue though, correct? I don't need to remove them? Terry -Original Message- From: Les Mikesell [mailto:lesmikes...@gmail.com] Sent: Thursday, November 06, 2014 1:58 PM To: General list for user discussion, questions and support Subject: Re: [BackupP

Re: [BackupPC-users] Unable to read 4 bytes

2014-11-06 Thread Les Mikesell
On Thu, Nov 6, 2014 at 12:35 PM, tschmid4 wrote: > I did find this, > In the known_hosts file, there is a section labeled: > > Too many arguments. > Server-1 > Server-2 > Etc... > > That has the Linux servers unable to backup listed. > Would it be proper to delete these entries from the known_host

Re: [BackupPC-users] Unable to read 4 bytes

2014-11-06 Thread Les Mikesell
On Thu, Nov 6, 2014 at 12:45 PM, tschmid4 wrote: > Devils in the details. > Now it returns 'ssh: Could not resolve host name .ssh/id_rsa.pub: Name or > service not known > > I've altered the syntax as: > > Ssh-copy-id .ssh/id_rsa.pub root@server > > Have I missed the syntax somehow? > Yes the .s

Re: [BackupPC-users] Unable to read 4 bytes

2014-11-06 Thread tschmid4
Devils in the details. Now it returns 'ssh: Could not resolve host name .ssh/id_rsa.pub: Name or service not known I've altered the syntax as: Ssh-copy-id .ssh/id_rsa.pub root@server Have I missed the syntax somehow? Terry -Original Message- From: Les Mikesell [mailto:lesmikes...@gm

Re: [BackupPC-users] Unable to read 4 bytes

2014-11-06 Thread Les Mikesell
On Thu, Nov 6, 2014 at 12:26 PM, tschmid4 wrote: > It's rsa, instead of DSA. Is that the possible issue? > > ~/.ssh# has 3 files: > Id_rsa > id_rsa.pub > known_hosts > > So instead of > ssh-copy-id -i .ssh/id_dsa.pub r...@machine.tobe.backedup.com > > I would enter > > ssh-copy-id -i .ssh/id_rsa.

Re: [BackupPC-users] Unable to read 4 bytes

2014-11-06 Thread tschmid4
I did find this, In the known_hosts file, there is a section labeled: Too many arguments. Server-1 Server-2 Etc... That has the Linux servers unable to backup listed. Would it be proper to delete these entries from the known_hosts file? Terry -Original Message- From: Les Mikesell [ma

Re: [BackupPC-users] web GUI downloading BIN file Ubuntu 14.04

2014-11-06 Thread Tom Fallon
Hi David Apologies for not replying sooner. The backup service starts (and restarts) fine. The fact the url responds albeit by downloading the BIN file rather than opening the management gui would suggest backuppc is running ok. Seems more like a permissions thing or perhaps an apache config issu

Re: [BackupPC-users] Restore different Owner

2014-11-06 Thread Les Mikesell
On Thu, Nov 6, 2014 at 9:24 AM, juanhotmail wrote: > I have installed backuppc 3.2.1. Server Ubuntu 12.04. Xfermethod rsynd, in > clients I have configured deltacopy. When I do a restore directly in the > machine the owner change to backuppc, and files can't open. I have configured > RsyncArgs

Re: [BackupPC-users] Unable to read 4 bytes

2014-11-06 Thread tschmid4
It's rsa, instead of DSA. Is that the possible issue? ~/.ssh# has 3 files: Id_rsa id_rsa.pub known_hosts So instead of ssh-copy-id -i .ssh/id_dsa.pub r...@machine.tobe.backedup.com I would enter ssh-copy-id -i .ssh/id_rsa.pub r...@machine.tobe.backedup.

Re: [BackupPC-users] Unable to read 4 bytes

2014-11-06 Thread Les Mikesell
On Thu, Nov 6, 2014 at 11:56 AM, tschmid4 wrote: > After the last command, > > ssh-copy-id -i .ssh/id_dsa.pub r...@machine.tobe.backedup.com > > I receive - No identities found. > You may have created a different type of keypair with your ssh-keygen for the backuppc users. What do you see in ~ba

Re: [BackupPC-users] Unable to read 4 bytes

2014-11-06 Thread tschmid4
After the last command, ssh-copy-id -i .ssh/id_dsa.pub r...@machine.tobe.backedup.com I receive - No identities found. Thank you for your help. Terry -Original Message- From: Sorin Srbu [mailto:sorin.s...@orgfarm.uu.se] Sent: Tuesday, November 04, 2014 8:56 AM To: General list for us

Re: [BackupPC-users] Unable to read 4 bytes

2014-11-06 Thread tschmid4
OS - 4 systems RHEL 7, Ubuntu 12 thru 14 Transfer Method - RSYNC SSH works on certain systems without PW and others require PW. My skill level with Backuppc, beginner Thank you for your help and mostly, patience. The Windows systems running on BUPC are still backing up without issue. Only the

[BackupPC-users] Restore different Owner

2014-11-06 Thread juanhotmail
I have installed backuppc 3.2.1. Server Ubuntu 12.04. Xfermethod rsynd, in clients I have configured deltacopy. When I do a restore directly in the machine the owner change to backuppc, and files can't open. I have configured RsyncArgs --archive,--numeric-ids, --perms,--owner -group --links --h