Chuck wrote:
On Friday 16 September 2005 12:59 pm, Herbert Poetzl wrote:

Thanks for the comments. will make the changes..

on a further note since I see there is a meeting starting, after doing things the way Aiken does them, using the following:


<Aiken> cp -al master/* avon
<Aiken> find avon -type f -exec setattr --iunlink {} ';'

i then went into the new guest and into the etc/conf.d directory to edit the hostname file. when I tried to save it I got
Error saving file: Too many links


I can not remember what I did when I was getting the 'Too many links' error. I am playing with cow stuff on ext3.

A simple test to make sure the cow is working

mkdir a
echo hello > a/test
ln a/test
setattr --iunlink test
echo bye > test
cat a/test test

([EMAIL PROTECTED]) cat a/test test
hello
bye


--
   James
_______________________________________________
Vserver mailing list
[email protected]
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to