GNU bug report logs -
#17910
Windows version gzip 1.3.12.1 bug report
Previous Next
Reported by: "Park, Jeyong" <jpark <at> acr.org>
Date: Thu, 3 Jul 2014 15:36:02 UTC
Severity: normal
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 10 Nov 2014 10:12:44 -0800
with message-id <5461001C.8030402 <at> cs.ucla.edu>
and subject line Re: Windows version gzip 1.3.12.1 bug report
has caused the debbugs.gnu.org bug report #17910,
regarding Windows version gzip 1.3.12.1 bug report
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
17910: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17910
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Hi, I want to let you know a bug what I found in my Windows 2008 environment.
I have a network share folder and put some backup files in this folder. Let say its name \\dmz-nas\backup<file:///\\dmz-nas\backup>
The following command works fine.
C:\>gzip -r \\gmz-nas\backup<file:///\\gmz-nas\backup>
C:\>gzip -d \\dmz-nas\backup<file:///\\dmz-nas\backup>
But those are not working.
C:\>gzip -r -fast \\dmz-nas\backup
gzip: invalid option - s <-- this is wrong. There is no -s option??
C:\>gzip -l \\dmz-nas\backup<file:///\\dmz-nas\backup>
gzip: \\dmz-nas\backup: Permission denied <-- This is wrong. Permission allowed..
Always thanks to you guys!
Regards,
Jeyong Park
jpark <at> acr.org
______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
______________________________________________________________________
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
> C:\>gzip -r -fast \\dmz-nas\backup
> gzip: invalid option - s <-- this is wrong. There is no -s option??
You need to spell it "--fast" (with two hyphens) rather than "-fast".
> C:\>gzip -l \\dmz-nas\backup<file:///\\dmz-nas\backup>
> gzip: \\dmz-nas\backup: Permission denied <-- This is wrong. Permission allowed..
It looks like the shell is parsing this as "please run the command gzip
with arguments '-l' and '\\dmz-nas\backup' and with standard input equal
to 'file:///\\dmz-nas\backup', which is not what you want. I'd quote
the file name.
This bug report was last modified 10 years and 197 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.