I'm trying to find an already-made XY abstraction, and it seems that this could be the one:
Although I cannot use it, what file type is this?
Best, Pedro
p.s.: I did some digging into file type and I got: pedro@io:~/Downloads$ file file file: gzip compressed data, was "xy-controller.tar", from FAT filesystem (MS-DOS, OS/2, NT), last modified: Mon Jun 2 23:29:18 2003
But even so, it doesn't uncompress here in my Linux.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-05-19 16:20, Pedro Lopes wrote:
I'm trying to find an already-made XY abstraction, and it seems that this could be the one:
Although I cannot use it, what file type is this?
p.s.: I did some digging into file type and I got: pedro@io:~/Downloads$ file file file: gzip compressed data, was "xy-controller.tar", from FAT
so the file type is gz and was made from xy-controller.tar
filesystem (MS-DOS, OS/2, NT), last modified: Mon Jun 2 23:29:18 2003
But even so, it doesn't uncompress here in my Linux.
tools are getting too intelligent nowadays, as they refuse to gunzip files not endig with gz. so this should work: $ cat file | gunzip -c | tar xv
or this: $ mv file xy-controller.tar.gz $ tar xvzf xy-controller.tar.gz
fgmasdr IOhannes
The issue is I get an: gzip: stdin: invalid compressed data--crc error
It sees the files so I can get them, I'll try to extract them anyway (forcing it).
Best regards, Pedro
On Thu, May 19, 2011 at 4:25 PM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-05-19 16:20, Pedro Lopes wrote:
I'm trying to find an already-made XY abstraction, and it seems that this could be the one:
Although I cannot use it, what file type is this?
p.s.: I did some digging into file type and I got: pedro@io:~/Downloads$ file file file: gzip compressed data, was "xy-controller.tar", from FAT
so the file type is gz and was made from xy-controller.tar
filesystem (MS-DOS, OS/2, NT), last modified: Mon Jun 2 23:29:18 2003
But even so, it doesn't uncompress here in my Linux.
tools are getting too intelligent nowadays, as they refuse to gunzip files not endig with gz. so this should work: $ cat file | gunzip -c | tar xv
or this: $ mv file xy-controller.tar.gz $ tar xvzf xy-controller.tar.gz
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk3VNlsACgkQkX2Xpv6ydvRuMgCglDS+44GVgPUl3YZSpLzJuruL uesAn0TmJKTYeZhNyKPhsv6/9+fXwkUH =S+WL -----END PGP SIGNATURE-----
Yes, I have it running now. It gives the extract error, by it gets the files.
On Thu, May 19, 2011 at 5:55 PM, Pedro Lopes pedro.lopes@ist.utl.pt wrote:
The issue is I get an: gzip: stdin: invalid compressed data--crc error
It sees the files so I can get them, I'll try to extract them anyway (forcing it).
Best regards, Pedro
On Thu, May 19, 2011 at 4:25 PM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-05-19 16:20, Pedro Lopes wrote:
I'm trying to find an already-made XY abstraction, and it seems that this could be the one:
Although I cannot use it, what file type is this?
p.s.: I did some digging into file type and I got: pedro@io:~/Downloads$ file file file: gzip compressed data, was "xy-controller.tar", from FAT
so the file type is gz and was made from xy-controller.tar
filesystem (MS-DOS, OS/2, NT), last modified: Mon Jun 2 23:29:18 2003
But even so, it doesn't uncompress here in my Linux.
tools are getting too intelligent nowadays, as they refuse to gunzip files not endig with gz. so this should work: $ cat file | gunzip -c | tar xv
or this: $ mv file xy-controller.tar.gz $ tar xvzf xy-controller.tar.gz
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk3VNlsACgkQkX2Xpv6ydvRuMgCglDS+44GVgPUl3YZSpLzJuruL uesAn0TmJKTYeZhNyKPhsv6/9+fXwkUH =S+WL -----END PGP SIGNATURE-----
-- Pedro Lopes (HCI Researcher / MSc) contact: pedro.lopes@ist.utl.pt website: http://web.ist.utl.pt/Pedro.Lopes%C2%A0/ http://pedrolopesresearch.wordpress.com/%C2%A0%7C http://twitter.com/plopesresearch
I forgot this existed.
I also get the CRC error, but the files seem to work fine.
B.
On 11-05-19 10:00 AM, Pedro Lopes wrote:
Yes, I have it running now. It gives the extract error, by it gets the files.
On Thu, May 19, 2011 at 5:55 PM, Pedro Lopes pedro.lopes@ist.utl.pt wrote:
The issue is I get an: gzip: stdin: invalid compressed data--crc error
It sees the files so I can get them, I'll try to extract them anyway (forcing it).
Best regards, Pedro
On Thu, May 19, 2011 at 4:25 PM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
On 2011-05-19 16:20, Pedro Lopes wrote:
I'm trying to find an already-made XY abstraction, and it seems that this could be the one:
Although I cannot use it, what file type is this?
p.s.: I did some digging into file type and I got: pedro@io:~/Downloads$ file file file: gzip compressed data, was "xy-controller.tar", from FAT
so the file type is gz and was made from xy-controller.tar
filesystem (MS-DOS, OS/2, NT), last modified: Mon Jun 2 23:29:18 2003
But even so, it doesn't uncompress here in my Linux.
tools are getting too intelligent nowadays, as they refuse to gunzip files not endig with gz. so this should work: $ cat file | gunzip -c | tar xv
or this: $ mv file xy-controller.tar.gz $ tar xvzf xy-controller.tar.gz
fgmasdr IOhannes
-- Pedro Lopes (HCI Researcher / MSc) contact: pedro.lopes@ist.utl.pt website: http://web.ist.utl.pt/Pedro.Lopes / http://pedrolopesresearch.wordpress.com/ | http://twitter.com/plopesresearch