http://www.redhat.com/docs/manuals/linux/
The Html Tarballs in .tgz format failed to open with "Ark" as well as "gtar" command. It says "not in gzip format" Are those files corrupted, or Am I doing something wrong?
On Sat, Jul 19, 2008 at 9:51 PM, Abhishek Amberkar [अभिषेक] abhishek.amberkar@gmail.com wrote:
http://www.redhat.com/docs/manuals/linux/
The Html Tarballs in .tgz format failed to open with "Ark" as well as "gtar" command. It says "not in gzip format" Are those files corrupted, or Am I doing something wrong?
file filename try that and see what it returns.
On Sun, Jul 20, 2008 at 11:26 AM, Mehul Ved mehul.n.ved@gmail.com wrote:
On Sat, Jul 19, 2008 at 9:51 PM, Abhishek Amberkar [अभिषेक] abhishek.amberkar@gmail.com wrote:
http://www.redhat.com/docs/manuals/linux/
The Html Tarballs in .tgz format failed to open with "Ark" as well as "gtar" command. It says "not in gzip format" Are those files corrupted, or Am I doing something wrong?
file filename try that and see what it returns.
I tried that but forgot to mention
file rhl-sap-en-80.tgz
rhl-sap-en-80.tgz: POSIX tar archive (GNU)
On Sunday 20 Jul 2008, =?UTF-8?Q?Abhishek_Ambe?= =?UTF-8?Q?rkar_[=E0=A4=85=E0=A4=AD=E0=A4=BF=E0=A4=B7=E0=A5=87=E0=A4=95]?= wrote:
I tried that but forgot to mention file rhl-sap-en-80.tgz rhl-sap-en-80.tgz: POSIX tar archive (GNU)
tar tvf rhl-sap-en-80.tgz should do it, or rename it to .tar and use Ark or your favourite GUI archiver to view/extract.
Regards,
-- Raju
On Sun, Jul 20, 2008 at 3:07 PM, Raj Mathur raju@linux-delhi.org wrote:
tar tvf rhl-sap-en-80.tgz should do it, or rename it to .tar and use Ark or your favourite GUI archiver to view/extract.
Thanks...this worked. since the extension is .tgz I used `tar -xzvf file.tgz', which didn't work.
2008/7/21 Abhishek Amberkar [अभिषेक] abhishek.amberkar@gmail.com:
On Sun, Jul 20, 2008 at 3:07 PM, Raj Mathur raju@linux-delhi.org wrote:
tar tvf rhl-sap-en-80.tgz should do it, or rename it to .tar and use Ark or your favourite GUI archiver to view/extract.
Thanks...this worked. since the extension is .tgz I used `tar -xzvf file.tgz', which didn't work.
yes. and since ``file file.tgz'' told you it was a POSIX tar arvhive, you had to skip the "z" option.
Anurag
On Mon, Jul 21, 2008 at 11:40 AM, Anurag anurag@gnuer.org wrote:
2008/7/21 Abhishek Amberkar [अभिषेक] abhishek.amberkar@gmail.com:
On Sun, Jul 20, 2008 at 3:07 PM, Raj Mathur raju@linux-delhi.org wrote:
tar tvf rhl-sap-en-80.tgz should do it, or rename it to .tar and use Ark or your favourite GUI archiver to view/extract.
Thanks...this worked. since the extension is .tgz I used `tar -xzvf file.tgz', which didn't work.
yes. and since ``file file.tgz'' told you it was a POSIX tar arvhive, you had to skip the "z" option.
Yeah, I realized that later, I always thought tgz == tar.gz
On Mon, Jul 21, 2008 at 5:56 PM, Abhishek Amberkar [अभिषेक] abhishek.amberkar@gmail.com wrote:
On Mon, Jul 21, 2008 at 11:40 AM, Anurag anurag@gnuer.org wrote:
2008/7/21 Abhishek Amberkar [अभिषेक] abhishek.amberkar@gmail.com:
On Sun, Jul 20, 2008 at 3:07 PM, Raj Mathur raju@linux-delhi.org wrote:
tar tvf rhl-sap-en-80.tgz should do it, or rename it to .tar and use Ark or your favourite GUI archiver to view/extract.
Thanks...this worked. since the extension is .tgz I used `tar -xzvf file.tgz', which didn't work.
yes. and since ``file file.tgz'' told you it was a POSIX tar arvhive, you had to skip the "z" option.
Yeah, I realized that later, I always thought tgz == tar.gz
Actually .tgz does stand for .tar.gz. There is something wrong with the redhat site. You should inform the webmaster about it. Or, probably your browser or something else on your side gunziping the file on download and not changing the extension.
Abhishek Amberkar [??????] wrote:
On Sun, Jul 20, 2008 at 3:07 PM, Raj Mathur raju@linux-delhi.org wrote:
tar tvf rhl-sap-en-80.tgz should do it, or rename it to .tar and use Ark or your favourite GUI archiver to view/extract.
Thanks...this worked. since the extension is .tgz I used `tar -xzvf file.tgz', which didn't work.
The t option lists contents. How did you extract the archive? The .tgz format is the same .tar.gz format. If the z option was not used, then Red Hat has messed up that file. Try out the security tgz file with tar xzvf.
http://www.brouhaha.com/~eric/tgz.html
On Tue, Jul 22, 2008 at 10:06 PM, Rony gnulinuxist@gmail.com wrote:
Abhishek Amberkar [??????] wrote:
On Sun, Jul 20, 2008 at 3:07 PM, Raj Mathur raju@linux-delhi.org wrote:
tar tvf rhl-sap-en-80.tgz should do it, or rename it to .tar and use Ark or your favourite GUI archiver to view/extract.
Thanks...this worked. since the extension is .tgz I used `tar -xzvf file.tgz', which didn't work.
The t option lists contents. How did you extract the archive? The .tgz format is the same .tar.gz format. If the z option was not used, then Red Hat has messed up that file. Try out the security tgz file with tar xzvf.
As I already told, I used "tar -xzvf file.tgz"
Abhishek Amberkar [??????] wrote:
On Tue, Jul 22, 2008 at 10:06 PM, Rony gnulinuxist@gmail.com wrote:
Abhishek Amberkar [??????] wrote:
On Sun, Jul 20, 2008 at 3:07 PM, Raj Mathur raju@linux-delhi.org wrote:
tar tvf rhl-sap-en-80.tgz should do it, or rename it to .tar and use Ark or your favourite GUI archiver to view/extract.
Thanks...this worked. since the extension is .tgz I used `tar -xzvf file.tgz', which didn't work.
The t option lists contents. How did you extract the archive? The .tgz format is the same .tar.gz format. If the z option was not used, then Red Hat has messed up that file. Try out the security tgz file with tar xzvf.
As I already told, I used "tar -xzvf file.tgz"
But you mentioned, it didn't work.
This happened to me today. Using FF 3.0, I downloaded a .tgz file *but* firefox gunzip'd it after the download but did not rename the file.
$ tar tzf <filename>.tgz gave errors $ tar tf <filename>.tgz listed the file in the tar archive!
Strange thing is I downloaded other files with .bz2 compression but FF left them as is i.e. in compressed format.
The OP must have gone through this strange experience as well.
Hi!
I am facing a strange problem for the last few days, I am not able to browse the Internet through Ubuntu or any other Linux distros. While when I log into my 'dismissed' Windows machine everything runs smooth. My Ubuntu is fully Updated while Fedora 9 is a fresh install. So, is there anything wrong with my machine or Sify is deliberately blocking Firefox etc.
Interestingly I get full download speed when I use and download manager on Linux also my chat clients are also working fine only problem is with browsing...can anyone please suggest?
Thanks in advance... Swapnil
From Chandigarh to Chennai - find friends all over India. Go to http://in.promos.yahoo.com/groups/citygroups/
Swapnil Bhartiya wrote:
Hi!
I am facing a strange problem for the last few days, I am not able to browse th e Internet through Ubuntu or any other Linux distros. While when I log into my 'dismissed' Windows machine everything runs smooth. My Ubuntu is fully Updated while Fedora 9 is a fresh install. So, is there anything wrong with my machine or Sify is deliberately blocking Firefox etc.
The problem is more likely to be in the local system than the ISP, is there any chance your local firewall is blocking port 80 (HTTP), the easier way to check it might be to try booting from a live CD/DVD (especially since your mail says you have ubuntu) and then try to browse,
Interestingly I get full download speed when I use and download manager on Linu x also my chat clients are also working fine only problem is with browsing...ca n anyone please suggest?
This again shows that the ISP is not blocking the internet access
Thanks in advance... Swapnil
Regards Surya
On Thu, Jul 24, 2008 at 9:56 AM, Surya Pratap pratap.surya@gmail.com wrote:
Swapnil Bhartiya wrote:
Hi!
I am facing a strange problem for the last few days, I am not able to browse th e Internet through Ubuntu or any other Linux distros. While when I log into my 'dismissed' Windows machine everything runs smooth. My Ubuntu is fully Updated while Fedora 9 is a fresh install. So, is there anything wrong with my machine or Sify is deliberately blocking Firefox etc.
I am also facing a similar problem with exatt.net for quite sometime (last six months or so). The ppp adapter is shown with ifconfig. However I think theres problem with DNS resolution. The things work fine with Windows. I have tried with different distros like debian and Suse..nothing works. The pppoe configuration utility goes fine.
Dev Ranjan
On Thu, Jul 24, 2008 at 10:08 AM, Devranjan Das devranjandas@gmail.com wrote:
On Thu, Jul 24, 2008 at 9:56 AM, Surya Pratap pratap.surya@gmail.com wrote:
Swapnil Bhartiya wrote:
Hi!
I am facing a strange problem for the last few days, I am not able to
browse th
e Internet through Ubuntu or any other Linux distros. While when I log
into my
'dismissed' Windows machine everything runs smooth. My Ubuntu is fully
Updated
while Fedora 9 is a fresh install. So, is there anything wrong with my
machine
or Sify is deliberately blocking Firefox etc.
I am also facing a similar problem with exatt.net for quite sometime (last six months or so). The ppp adapter is shown with ifconfig. However I think theres problem with DNS resolution. The things work fine with Windows. I have tried with different distros like debian and Suse..nothing works. The pppoe configuration utility goes fine.
Dev Ranjan
Try using different DNS servers then?
# opendns 208.67.222.222 208.67.220.220
# scrubit 67.138.54.100 207.225.209.66
# other public dns servers 4.2.2.1 4.2.2.2 ...
There are many more.
Please show us the output of
ping 4.2.2.1
and
dig @4.2.2.1 www.google.com
Yesudeep Mangalapilly wrote:
Please show us the output of
ping 4.2.2.1
and
dig @4.2.2.1 www.google.com
This the response I got:
root@swapnil-desktop:~# ping 4.2.2.1
PING 4.2.2.1 (4.2.2.1) 56(84) bytes of data.
From 124.7.230.97 icmp_seq=1 Packet filtered
From 124.7.230.97 icmp_seq=4 Packet filtered
From 124.7.230.97 icmp_seq=5 Packet filtered
From 124.7.230.97 icmp_seq=8 Packet filtered
--- 4.2.2.1 ping statistics ---
8 packets transmitted, 0 received, +4 errors, 100% packet loss, time 6998ms
root@swapnil-desktop:~# dig @4.2.2.1 www.google.com
; <<>> DiG 9.4.2 <<>> @4.2.2.1 www.google.com
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9925
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www.google.com. IN A
;; ANSWER SECTION:
www.google.com. 43047 IN CNAME www.l.google.com.
www.l.google.com. 66 IN A 74.125.47.99
www.l.google.com. 66 IN A 74.125.47.103
www.l.google.com. 66 IN A 74.125.47.104
www.l.google.com. 66 IN A 74.125.47.147
;; Query time: 321 msec
;; SERVER: 4.2.2.1#53(4.2.2.1)
;; WHEN: Thu Jul 24 19:11:42 2008
;; MSG SIZE rcvd: 116
-- Swapnil
Explore your hobbies and interests. Go to http://in.promos.yahoo.com/groups/
On Thu, Jul 24, 2008 at 9:40 AM, Swapnil Bhartiya arnieswap@yahoo.com wrote:
Interestingly I get full download speed when I use and download manager on Linux also my chat clients are also working fine only problem is with browsing...can anyone please suggest? http://mm.glug-bom.org/mailman/listinfo/linuxers
Try disabling IPv6. For Firefox you can do it from "about:config"
Regards Aseem
Aseem wrote: Try disabling IPv6.
For Firefox you can do it from "about:config"
Thanks Aseem, I have already done that, but of no use...sometimes it could browse the net but for the rest of the 80% times I cannot.
Swapnil
Explore your hobbies and interests. Go to http://in.promos.yahoo.com/groups/
On Saturday 19 Jul 2008, Abhishek Amberkar [अभिषेक] wrote:
The Html Tarballs in .tgz format failed to open with "Ark" as well as "gtar" command. It says "not in gzip format" Are those files corrupted, or Am I doing something wrong?
Most likely the file is corrupted, if "tar tzf <filename>.tgz" gives error.
Suggest re-download the file(s).
On Sun, Jul 20, 2008 at 12:43 PM, Arun Khan knura@yahoo.com wrote:
On Saturday 19 Jul 2008, Abhishek Amberkar [अभिषेक] wrote:
The Html Tarballs in .tgz format failed to open with "Ark" as well as "gtar" command. It says "not in gzip format" Are those files corrupted, or Am I doing something wrong?
Most likely the file is corrupted, if "tar tzf <filename>.tgz" gives error.
Suggest re-download the file(s).
That didn't help :(
Abhishek Amberkar [अभिषेक] wrote:
On Sun, Jul 20, 2008 at 12:43 PM, Arun Khan knura@yahoo.com wrote:
On Saturday 19 Jul 2008, Abhishek Amberkar [अà¤à¤¿à¤·à¥‡à¤•] wrote:
The Html Tarballs in .tgz format failed to open with "Ark" as well as "gtar" command. It says "not in gzip format" Are those files corrupted, or Am I doing something wrong?
Most likely the file is corrupted, if "tar tzf <filename>.tgz" gives error.
Suggest re-download the file(s).
That didn't help :(
I downloaded the security tgz and simply used 'tar xzvf file.tgz' and it unpacked everything properly with the verboze messages.
Abhishek Amberkar [अभिषेक] wrote:
On Sun, Jul 20, 2008 at 12:43 PM, Arun Khan knura@yahoo.com wrote:
Most likely the file is corrupted, if "tar tzf <filename>.tgz" gives error.
Suggest re-download the file(s).
That didn't help :(
BTW, do you have the tar package installed in your system?