Re: [libvirt] [PATCH 0/4] uid_t|gid_t fixes for 32 bit Linux

2013-02-25 Thread Eric Blake
On 02/22/2013 09:58 AM, Philipp Hahn wrote: > @Guido: for Debian only the 4th patch is relevant, which applies with some > re-indention. Unfortunately, the 4th patch is the one that needs rework. > > Additional issues: > - UID and GID 4294967295 happens to be the same as -1, so hopefully nobody

[libvirt] [PATCH 0/4] uid_t|gid_t fixes for 32 bit Linux

2013-02-22 Thread Philipp Hahn
Hello, on 2012-11-23 I already reported a problem with running libvirt on 32 Bit Linuxes (libvirt 0.9.12 on Debian Squeeze in my case) on this ML: [BUG] storage.xml: owner|group=-1 → 2^32-1 on 32 Bit Due to multiple castings the initial -1 gets casted to (unsigned int)4294967295, which failes