gzip on mac ox s mountain lion hangs on NAS

2013-03-11 Thread Welsh, Robert
Hi, I'm using the gzip version that has come with mountain lion os x (10.8.2) and when trying to compress a file that is on a network drive (a READYNAS Pro 6 running 4.2.20 it hangs. While if I run on a local drive it runs fine. I've also tested on an AFP mounted drive and it runs fine. The gz

Re: gzip on mac ox s mountain lion hangs on NAS

2013-03-11 Thread Paul Eggert
On 03/11/13 07:12, Welsh, Robert wrote: > gzip version that has come with mountain lion os x (10.8.2) and when trying > to compress a file that is on a network drive (a READYNAS Pro 6 running > 4.2.20 it hangs What does "dtruss gzip" say? What system call is hanging, that is?

Re: gzip on mac ox s mountain lion hangs on NAS

2013-03-11 Thread Welsh, Robert
ruth:ALS2008 analysis$ /usr/bin/gzip -V gzip 1.3.12 Copyright (C) 2007 Free Software Foundation, Inc. Copyright (C) 1993 Jean-loup Gailly. This is free software. You may redistribute copies of it under the terms of the GNU General Public License . There is NO

Re: gzip on mac ox s mountain lion hangs on NAS

2013-03-11 Thread Paul Eggert
On 03/11/13 14:38, Welsh, Robert wrote: > open("dtruss-test.txt\0", 0x20104, 0x0) = 3 0 > ^Cfstat64(0x3, 0x10D157BE8, 0x0) = 0 0 > sigprocmask(0x1, 0x10D13C2B4, 0x7FFF52AD2224)= 0x0 0 > open("dtruss-test.txt.gz\0", 0xA01, 0x180) = 4 0 > sigprocmask

Re: gzip on mac ox s mountain lion hangs on NAS

2013-03-11 Thread Welsh, Robert
it just kept running on and on, but I'd suspect it's the open("dtruss-test.txt.gz\0", 0x801, 0x81ED) = -1 Err#17 that is failing, but gzip just keeps trying and unless I hit ctrl-c it just keeps spitting out that error above. when I do hit ctrl-c it finishes with: open("dtruss-tes