BackupPC-users

Re: [BackupPC-users] configure.pl fails

2009-01-07 01:38:06
Subject: Re: [BackupPC-users] configure.pl fails
From: Craig Barratt <cbarratt AT users.sourceforge DOT net>
To: Kiran Agrahara <kagrahar AT gmail DOT com>
Date: Tue, 6 Jan 2009 22:36:39 -0800
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 AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>