bug#15173: [cp] --link overrides dereference settings

2013-11-01 Thread Pádraig Brady
On 10/31/2013 09:28 PM, Gian Piero Carrubba wrote: > * [Thu, Oct 31, 2013 at 02:54:59PM +0100] Gian Piero Carrubba: >> Oh... I was tweaking a bit the last patch posted by Bernhard in order to let >> it be POSIX compliant (but now I have to add: "for my interpretation of >> POSIX"), but didn't had

bug#15785: Problem with incrementing date when clock goes back

2013-11-01 Thread Samuel Penn
Eric Blake wrote: > On 11/01/2013 09:21 AM, Samuel Penn wrote: > > > > The "date" command seems to have a problem when the clock goes > > back. > > Last Sunday (27th October 2013), the time changed from BST to GMT, > > so we had a day with 25 hours in it. > > Yep. And it is a FAQ that 25-hour

bug#15785: Problem with incrementing date when clock goes back

2013-11-01 Thread Eric Blake
On 11/01/2013 09:21 AM, Samuel Penn wrote: > > The "date" command seems to have a problem when the clock goes back. > Last Sunday (27th October 2013), the time changed from BST to GMT, > so we had a day with 25 hours in it. Yep. And it is a FAQ that 25-hour days mess with relative date calcula

bug#15785: Problem with incrementing date when clock goes back

2013-11-01 Thread Samuel Penn
The "date" command seems to have a problem when the clock goes back. Last Sunday (27th October 2013), the time changed from BST to GMT, so we had a day with 25 hours in it. Running the following gives unexpected results: # date -s "2013/10/27 00:00:00" Sun Oct 27 00:00:00 BST 2013 # date --dat

bug#15781: timeout: Child gets SIGTTOU when run from a shell script

2013-11-01 Thread Pádraig Brady
On 11/01/2013 08:10 AM, Richard W.M. Jones wrote: > Grab the tiny 'run' and 'test.c' attachments from here: > > https://bugzilla.redhat.com/show_bug.cgi?id=1025269#c5 > > $ cd /tmp > $ gcc -Wall test.c -o test > $ ./test # this is ok > $ timeout 4h ./test

bug#15779: timeout: Child gets SIGTTOU when run from a shell script

2013-11-01 Thread Pádraig Brady
On 11/01/2013 12:17 PM, Richard W.M. Jones wrote: > On Fri, Nov 01, 2013 at 11:53:44AM +, Pádraig Brady wrote: >> Probably something to do with job control >> If you `set -m` first in the script, >> then the test binary doesn't hang. > > Unfortunately set -m isn't quite right for the script >

bug#15757: new uname.c for uname -p fix related

2013-11-01 Thread Michael Stone
On Fri, Nov 01, 2013 at 01:46:33AM +0530, Jeffrin Jose wrote: i have patched debian source from sid for file uname.c for debian coreutils. For what it's worth, I stand by what I wrote in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=193170 in 2007 and still don't see any reason for -i and

bug#15779: timeout: Child gets SIGTTOU when run from a shell script

2013-11-01 Thread Richard W.M. Jones
On Fri, Nov 01, 2013 at 11:53:44AM +, Pádraig Brady wrote: > Probably something to do with job control > If you `set -m` first in the script, > then the test binary doesn't hang. Unfortunately set -m isn't quite right for the script we are interested in fixing: https://github.com/libguestfs/l