Le 20/07/2011 15:01, Richard Shaw a écrit : > On Wed, Jul 20, 2011 at 4:27 AM, jiahwei > <backuppc-fo...@backupcentral.com> wrote: >> Hi Richard, >> >> I tried to start backup pc by using the command : ./backuppc start >> and i got this following error >> >> Starting BackupPC: No language setting >> BackupPC::Lib->new failed >> [FAILED] > Under Ubuntu you need to use the sudo command as you need to be "root" > to start system services, i.e.: > > $ sudo /etc/init.d/backuppc start >
Jiahwei said previously that he was under RHEL 6. So there, it is better to use : # service backuppc start You have also to start apache, that is httpd : # service httpd start (and in order they start at boot : chkconfig backuppc on; chkconfig httpd on). But before doing that, you have to configure BackupPC and Apache. See the link I already gave : http://wiki.centos.org/HowTos/BackupPC The address of the server is : server.domain.com/BackupPC (adapt to your hostname and domain) Alain -- ========================================================== Alain Péan - LPP/CNRS Administrateur Système/Réseau Laboratoire de Physique des Plasmas - UMR 7648 Observatoire de Saint-Maur 4, av de Neptune, Bat. A 94100 Saint-Maur des Fossés Tel : 01-45-11-42-39 - Fax : 01-48-89-44-33 ========================================================== ------------------------------------------------------------------------------ 10 Tips for Better Web Security Learn 10 ways to better secure your business today. Topics covered include: Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, security Microsoft Exchange, secure Instant Messaging, and much more. http://www.accelacomm.com/jaw/sfnl/114/51426210/ _______________________________________________ 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/