Kiran writes:

> I am trying to install BackupPC on ubuntu server edition. I am running the 
> confiure command as
> sudo perl configure.pl
> 
> it fails with the error message
> 
> Making init.d scripts
> can't chown 1000, 1000 init.d/gentoo-backuppc.conf at configure.pl line 1011.
> 
> Not sure where the permissions have to be changed. Can somebody help me fix 
> this?

It is trying to change the ownership from root (who is running configure.pl)
to the BackupPC user.  The strange thing is that many chown() calls prior
to this were successful.

Does init.d/gentoo-backuppc.conf exist?  (The path is relative to the
unpacked release - ie: the place you ran configure.pl from.)  What
happens when you manually try to chown it, eg:

    sudo chown 1000:1000 init.d/gentoo-backuppc.conf

Craig

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
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/

Reply via email to