Advertisement
Guest User

BackupPC failed install on ReadyNAS NV+

a guest
Apr 28th, 2010
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. proton01:/usr/lib/apache2/modules# apt-get install backuppc
  2. Reading Package Lists... Done
  3. Building Dependency Tree... Done
  4. The following extra packages will be installed:
  5. libarchive-zip-perl libcompress-zlib-perl perl-suid wwwconfig-common
  6. Suggested packages:
  7. libfile-rsyncp-perl ssh exim4 sendmail postfix mail-transport-agent w3m www-browser par2 bzip2 postgresql-client apache apache-ssl
  8. The following NEW packages will be installed:
  9. backuppc libarchive-zip-perl libcompress-zlib-perl perl-suid wwwconfig-common
  10. 0 upgraded, 5 newly installed, 0 to remove and 14 not upgraded.
  11. Need to get 733kB of archives.
  12. After unpacking 2871kB of additional disk space will be used.
  13. Do you want to continue? [Y/n] Y
  14. Get:1 http://archive.debian.org sarge/main libcompress-zlib-perl 1.34-1 [50.2kB]
  15. Get:2 http://www.readynas.com readynas/ perl-suid 5.8.8-7.infrant2 [163kB]
  16. Get:3 http://archive.debian.org sarge/main libarchive-zip-perl 1.14-1 [85.1kB]
  17. Get:4 http://archive.debian.org sarge/main wwwconfig-common 0.0.43 [20.6kB]
  18. Get:5 http://archive.debian.org sarge/main backuppc 2.1.1-2sarge2 [414kB]
  19. Fetched 733kB in 1s (646kB/s)
  20. Selecting previously deselected package libcompress-zlib-perl.
  21. (Reading database ... 12830 files and directories currently installed.)
  22. Unpacking libcompress-zlib-perl (from .../libcompress-zlib-perl_1.34-1_sparc.deb) ...
  23. Selecting previously deselected package libarchive-zip-perl.
  24. Unpacking libarchive-zip-perl (from .../libarchive-zip-perl_1.14-1_all.deb) ...
  25. Selecting previously deselected package wwwconfig-common.
  26. Unpacking wwwconfig-common (from .../wwwconfig-common_0.0.43_all.deb) ...
  27. Selecting previously deselected package perl-suid.
  28. Unpacking perl-suid (from .../perl-suid_5.8.8-7.infrant2_sparc.deb) ...
  29. Selecting previously deselected package backuppc.
  30. Unpacking backuppc (from .../backuppc_2.1.1-2sarge2_all.deb) ...
  31. Setting up libcompress-zlib-perl (1.34-1) ...
  32. Setting up libarchive-zip-perl (1.14-1) ...
  33. Setting up wwwconfig-common (0.0.43) ...
  34. Setting up perl-suid (5.8.8-7.infrant2) ...
  35. Setting up backuppc (2.1.1-2sarge2) ...
  36. Configuring backuppc
  37. --------------------
  38.  
  39. In order to have the Backuppc web administration interface working, I need to add an include line in your apache configuration, which will set-up a few aliases.
  40.  
  41. If you do not trust automatically modified configurations, you can add the /etc/backuppc/apache.conf include file later yourself.
  42.  
  43. Add aliases for /backuppc/ to your apache config files ? y
  44.  
  45. Web administration default user created
  46.  
  47. BackupPC can be managed through its web interface:
  48. http://proton01.chem.psu.edu/backuppc/
  49.  
  50.  
  51. For that purpose, a web user named 'backuppc' with 'J7uGngvu' as password has been created. You can change this password by running 'htpasswd /etc/backuppc/htpasswd backuppc'.
  52.  
  53. Can't exec "/usr/bin/chfn": No such file or directory at /usr/sbin/adduser line 892.
  54. chown: `backuppc:backuppc': invalid user
  55. /usr/sbin/dpkg-statoverride: non-existing user backuppc
  56.  
  57. Usage: dpkg-statoverride [<option> ...] <command>
  58.  
  59. Commands:
  60. --add <owner> <group> <mode> <file>
  61. add a new entry into the database.
  62. --remove <file> remove file from the database.
  63. --list [<glob-pattern>] list current overrides in the database.
  64.  
  65. Options:
  66. --admindir <directory> set the directory with the statoverride file.
  67. --update immediately update file permissions.
  68. --force force an action even if a sanity check fails.
  69. --quiet quiet operation, minimal output.
  70. --help show this help message.
  71. --version show the version.
  72. /var/lib/dpkg/info/backuppc.postinst: line 83: htpasswd2: command not found
  73. Starting backuppc: start-stop-daemon: user `backuppc' not found
  74. (Success)
  75. invoke-rc.d: initscript backuppc, action "start" failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement