emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#17910: closed (Windows version gzip 1.3.12.1 bug r


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#17910: closed (Windows version gzip 1.3.12.1 bug report)
Date: Mon, 10 Nov 2014 18:13:02 +0000

Your message dated Mon, 10 Nov 2014 10:12:44 -0800
with message-id <address@hidden>
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
address@hidden)


-- 
17910: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17910
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Windows version gzip 1.3.12.1 bug report Date: Thu, 3 Jul 2014 14:27:06 +0000

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

The following command works fine.

C:\>gzip –r \\gmz-nas\backup                   

C:\>gzip –d \\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

gzip: \\dmz-nas\backup: Permission denied    ß This is wrong. Permission allowed..

 

 

Always thanks to you guys!

 

Regards,

Jeyong Park

address@hidden

 


______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
______________________________________________________________________

--- End Message ---
--- Begin Message --- Subject: Re: Windows version gzip 1.3.12.1 bug report Date: Mon, 10 Nov 2014 10:12:44 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0
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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]