Johan Ekh wrote:
> Well, it turns out I do not have the usb option after all.
> I still have problem to get the nfs optin to work at all.
> When I try to install backuppc I get the following:
> 
> "Failed to create or chown /mnt/backuppc"
> 
> I have mounted the disk with:
> 
> "mount -t nfs 192.168.1.5:/backuppc /mnt/backuppc/"
> 
> When I issue "ls -l /mnt/" I get
> 
> "drwxrwxrwx 2 root users 4096 Dec 10 17:48 backuppc"
> 
> I have created a user "backuppc" belonging to the group "www" and that
> user can read and write on "/mnt/backuppc".
> 
> Can anyone see what is wrong here? As you might have guessed by now
> I am not exactly an expert on this so a "simple" answer would help me a lot.

It is common for NFS servers to disallow root access from clients and 
you need root access for that chown to succeed (but not subsequently). 
On a linux server, you would export with the no_root_squash option. 
Other servers may have a different way to control this - or you may be 
able to set ownership some other way, but if the script is failing at 
this step getting root access at least during the install would be the 
simplest way.

-- 
   Les Mikesell
    [EMAIL PROTECTED]


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to