I have been trying to download and use the plugin~ object but i keep getting errors when I try to unzip it? I have tried downloading both in linux and windows but I keep getting errors? Can anyone help?
regards, ROry
Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com
Rory Walsh wrote:
I have been trying to download and use the plugin~ object but i keep getting errors when I try to unzip it? I have tried downloading both in linux and windows but I keep getting errors? Can anyone help?
regards, ROry
from where have you tried do get it ? the tarballs at ftp://iem.kug.ac.at/pd/Externals/PLUGIN (v0.1 and v0.2, are there any newer versions ?) both extract fine.
mfg.csd.asdr IOhannes
Rory Walsh hat gesagt: // Rory Walsh wrote:
I have been trying to download and use the plugin~ object but i keep getting errors when I try to unzip it? I have tried downloading both in linux and windows but I keep getting errors? Can anyone help?
Some browsers do an on-the-fly decompression of *.gz files. Check if that has happend with the "file" command under linux:
--- shell commands --- $ file plugin~-0.2.tar.gz plugin~-0.2.tar.gz: gzip compressed data, deflated, last modified: Thu Apr 5 07:59:27 2001, max compression, os: Unix
$ gunzip plugin~-0.2.tar.gz
$ file plugin~-0.2.tar
plugin~-0.2.tar: tar archive
--- shell commands end ---
If you have a tar archive called plugin~-0.2.tar.gz, that in fact isn't compressed, you will get this error if you try to unpack it with tar's z-option:
--- shell commands --- $ mv plugin~-0.2.tar plugin~-0.2.tar.gz $ tar tzvf plugin~-0.2.tar.gz
gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error exit delayed from previous errors --- shell commands end ---
But tar without "z" should work then:
--- shell commands --- $ tar tvf plugin~-0.2.tar.gz -rw-r--r-- 10552/10552 14274 2001-04-05 07:59:24 plugin~-0.2/Makefile.in -rw-r--r-- 10552/10552 6409 2001-04-05 07:56:18 plugin~-0.2/README -rw-r--r-- 10552/10552 32 2001-03-05 22:12:36 plugin~-0.2/AUTHORS [...] --- shell commands end ---
__ __
Frank Barknecht ____ ______ ____ __ trip\ \ / /wire ______
/ __// __ /__/ __// // __ \ / / __ \ ___\
/ / / ____/ / / / // ____// /\ \ ___\____ \
/_/ /_____/ /_/ /_//_____// / \ \_____\_____
/_/ _\
Ok, whenever I try to gunzip the file it says error 'unexpected end of file'? I ran the file "----" command and it says its a standard gzip file?, any more ideas? I have tried with both of the files available formt the ftp page. thanks again,
ROry.
Some browsers do an on-the-fly decompression of *.gz files. Check if that has happend with the "file" command under linux:
--- shell commands --- $ file plugin~-0.2.tar.gz plugin~-0.2.tar.gz: gzip compressed data, deflated, last modified: Thu Apr 5 07:59:27 2001, max compression, os: Unix
$ gunzip plugin~-0.2.tar.gz
$ file plugin~-0.2.tar
plugin~-0.2.tar: tar archive
--- shell commands end ---
If you have a tar archive called plugin~-0.2.tar.gz, that in fact isn't compressed, you will get this error if you try to unpack it with tar's z-option:
--- shell commands --- $ mv plugin~-0.2.tar plugin~-0.2.tar.gz $ tar tzvf plugin~-0.2.tar.gz
gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error exit delayed from previous errors --- shell commands end ---
But tar without "z" should work then:
--- shell commands --- $ tar tvf plugin~-0.2.tar.gz -rw-r--r-- 10552/10552 14274 2001-04-05 07:59:24 plugin~-0.2/Makefile.in -rw-r--r-- 10552/10552 6409 2001-04-05 07:56:18 plugin~-0.2/README -rw-r--r-- 10552/10552 32 2001-03-05 22:12:36 plugin~-0.2/AUTHORS [...] --- shell commands end ---
__
__ Frank Barknecht ____ ______ ____
Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com
On 11/23/01 5:38 AM, Rory Walsh @ rorytheroar@yahoo.com wrote:
Ok, whenever I try to gunzip the file it says error 'unexpected end of file'? I ran the file "----" command and it says its a standard gzip file?, any more ideas? I have tried with both of the files available formt the ftp page. thanks again,
I've had a similar problems when downloading files with netscape under linux. Try a different browser or, better yet, an ftp client.
HTH
./MiS
hello,
i just succeeded to download from iem with linux mozilla 0.9.5
anyway, as i see from the logs, all november downloads of plugin~0.1 (72369 Bytes) and 0.2 (117243 Bytes) were complete. please check the sizes against that of your downloaded files.
norbert ...
On Fri, 23 Nov 2001, Michal Seta wrote:
On 11/23/01 5:38 AM, Rory Walsh @ rorytheroar@yahoo.com wrote:
Ok, whenever I try to gunzip the file it says error 'unexpected end of file'? I ran the file "----" command and it says its a standard gzip file?, any more ideas? I have tried with both of the files available formt the ftp page. thanks again,
I've had a similar problems when downloading files with netscape under linux. Try a different browser or, better yet, an ftp client.
HTH
./MiS
By the way, whenever i use IE to download a zipped file form the PD Database download area my browser crashes? Thanks again for your patience with this one!
Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com