Your message dated Tue, 28 Apr 2009 09:50:15 +0200
with message-id <[email protected]>
and subject line Problem seems to have been solved long ago
has caused the Debian Bug report #419788,
regarding fcopy: is preserving files an error?
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
419788: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419788
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: fai-client
Version: 2.9.1
Severity: minor

In case a file is preserved by fcopy, it is so kind to inform us about that fact
using ewarn, which sets $error = 1 -- but is preserving a file really an error?
As a result I'm always using "fcopy -i", but that makes "real" errors go
undetected as well.

I'm unsure whether this should yield a different error code or just no error.

Regards,
Michael

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 3.2.14

I'm aware that I also had such issues, but it seems to have been solved long
ago (tagging this 3.2.14 because that is the version I actually tested it on):

mole:~# dpkg -l | grep fai
ii  fai-client                     3.2.14                                Fully 
Automatic Installation client package
ii  fai-server                     3.2.14                                Fully 
Automatic Installation server package
mole:~# debug=1 fcopy -v -cDEFAULT -s/root/src -t/root/target -r /
Classes: DEFAULT 
List of all files found by File::Find::find: /bla/blub at /usr/sbin/fcopy line 
477.
copy_one: source: bla/blub: ps: /root/src/bla/blub tpath: /root/target/bla
using class: DEFAULT
mkdir /root/target/bla
fcopy: copied /root/src/bla/blub/DEFAULT to /root/target/bla/blub
name2num 0 = 0 ; 0 = 0
chown/chmod u:0 g:0 m:33188 /root/target/bla/blub
mole:~# echo $?
0
mole:~# debug=1 fcopy -v -cDEFAULT -s/root/src -t/root/target -r /
Classes: DEFAULT 
List of all files found by File::Find::find: /bla/blub at /usr/sbin/fcopy line 
477.
copy_one: source: bla/blub: ps: /root/src/bla/blub tpath: /root/target/bla
using class: DEFAULT
preserving bla/blub 
name2num 0 = 0 ; 0 = 0
chown/chmod u:0 g:0 m:33188 /root/target/bla/blub
mole:~# echo $?
0

Best,
Michael

Attachment: pgpzuUDdWQOzT.pgp
Description: PGP signature


--- End Message ---

Reply via email to