Bug#358361: ucf error on moving file

Justin Pryzby justinpryzby at users.sourceforge.net
Mon Mar 27 17:20:14 UTC 2006


On Mon, Mar 27, 2006 at 04:19:31PM +0200, Max wrote:
> Justin Pryzby wrote:
> 
> > Can you send the result of stracing that ucf command?  Something like:
> > strace -vff -o /tmp/ucf-strace -s ucf ...
> 
> ok.. i will post all the output files of strace at the end of this mail.
> 
> 
> > Between what ucf versions?  /var/log/dpkg.log may be useful here..
> 
> after this upgrade:
> 
> 2006-03-06 13:44:06 upgrade ucf 2.005 2.006
Unfortunately, that doesn't explain it .. the only remotely relevant
change is:
+find /var/lib/ucf/cache -type f -print0 | xargs -0r /bin/rm -f
which, of course, would not cause a mv error message.

> ----------------------------------------------------
> Output of
> strace -vff -o /tmp/ucf-strace ucf /usr/share/gconf/default.path
> /etc/gconf/2/path
> 
> file ucf-strace:
> 
> execve("/usr/local/bin/ucf", ["ucf", "/usr/share/gconf/default.path",
What is /usr/local/bin/ucf?  /usr/local/ isn't (well, shouldn't be)
touched by debiann packages, and my ucf is in /usr/bin/.

I see that it is calling tr '[:lower:]' '[:upper:]', which explains
where the uppercasing us happening.

> Max





More information about the Pkg-gnome-maintainers mailing list