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 bug report
#17910: Windows version gzip 1.3.12.1 bug report
which was filed against the gzip package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 17910 <at> debbugs.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)]
> 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.
[Message part 3 (message/rfc822, inline)]
[Message part 4 (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 5 (text/html, inline)]
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.