BackupPC Problem in Ubuntu - Feisty

Discussion in 'Installation/Configuration' started by handband2, May 9, 2007.

  1. handband2

    handband2 New Member

    I'm doing backuppc from here.

    The problem I'm having is from page 4.

    When I try to run the command as user backuppc:
    Code:
    cat ~/.ssh/client_id_rsa.pub >> ~/.ssh/known_hosts
    I get the following error:
    Code:
    cat: /var/lib/backuppc/.ssh/client_id_rsa.pub: Permission denied
    Is there something different with Ubuntu - Feisty. It seemed to work fine with Edgy.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    There seems to be something wrong with the permissions. What's the output of
    Code:
    ls -la /var/lib/backuppc/.ssh
    ?
     

Share This Page