- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: tar xvfz hangs the machine
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2004 07:55 PM
тАО04-14-2004 07:55 PM
I have installed Redhat 8 on pentium 4 DELL machine, when i try to untar a BIG file machine hangs,
i have observed that, when the tar command is running, kjournald takes more CPU and after few seconds get a kernel panic message,
can anyone explain me what is this kjournald, why this is used?
and how to take care of this kernel panic problem
thanks
chakri
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2004 08:01 PM
тАО04-14-2004 08:01 PM
Re: tar xvfz hangs the machine
Check out this article for changing ext3 journalling modes.
http://www.linuxplanet.com/linuxplanet/reports/4136/5/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2004 08:14 PM
тАО04-14-2004 08:14 PM
Re: tar xvfz hangs the machine
i have the followin error message
Kernel: mtrr: no more MTRRs available
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2004 08:52 PM
тАО04-14-2004 08:52 PM
Re: tar xvfz hangs the machine
There is a document in the kernel sources if you have them.
http://www.iglu.org.il/lxr/source/Documentation/mtrr.txt
I don't think this is going to be the reason for your problem though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2004 08:53 PM
тАО04-14-2004 08:53 PM
Re: tar xvfz hangs the machine
http://www.uwsg.iu.edu/hypermail/linux/kernel/0301.3/1029.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2004 02:18 AM
тАО04-15-2004 02:18 AM
Re: tar xvfz hangs the machine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2004 02:20 AM
тАО04-15-2004 02:20 AM
Re: tar xvfz hangs the machine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2004 03:39 AM
тАО04-15-2004 03:39 AM
Re: tar xvfz hangs the machine
i'm using redhat 8 with 2.4.18-14 kernel
thanks
chakri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2004 03:58 AM
тАО04-15-2004 03:58 AM
Re: tar xvfz hangs the machine
When you use an ext2, you can't have the same symptoms (kjounald not used by ext2). What's happening exactly when running on ext2 ?
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2004 07:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2004 12:52 PM
тАО04-15-2004 12:52 PM
Re: tar xvfz hangs the machine
Try the following commands, in order to carve where a problem is.
(file read, write, gzip, tar...)
1) cat BIGfile > /dev/null
2) gzip -dc BIGfile > /dev/null
3) cp BIGfile BIGfile.new
4) gzip -d BIGfile
5) (after 4.) tar tvf BIGfile.tar(?)
6) (after 4.) tar xvf BIGfile.tar(?)
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2004 01:02 PM
тАО04-15-2004 01:02 PM
Re: tar xvfz hangs the machine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2004 04:26 PM
тАО04-15-2004 04:26 PM
Re: tar xvfz hangs the machine
Ensure that you have GNU tar 1.13 and not less than that.
#rpm -qa | grep tar
Ensure that you have gzip version 1.3.3 or above.
#gzip -V
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2004 06:09 PM
тАО04-15-2004 06:09 PM
Re: tar xvfz hangs the machine
be sure to get the latest patches for rh8 (latest kernel release etc).
it could still be a hardware problem, can you post the panic messages here?
try running a memory checker/stress program like mem86: http://www.memtest86.com/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2004 08:59 PM
тАО04-15-2004 08:59 PM
Re: tar xvfz hangs the machine
> kjournald and gdmgreeter takes more cpu
> and hangs the machine when ever there is
> more disk activity
A while ago, I made tests on different journalized FS for Linux. EXT3 and Reiserfs seems to generate a high CPU activity, even in normal use. Maybe you have file size, or file count that make this default evident.
I would suggest you to take a look at XFS. It's a really good journalized FS (ported from Irix by SGI themselves). I never had any problem with it (made crash-tests and performance tests). I use it in combination with LVM.
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2004 02:02 AM
тАО04-16-2004 02:02 AM
Re: tar xvfz hangs the machine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2004 02:13 AM
тАО04-16-2004 02:13 AM
Re: tar xvfz hangs the machine
If you could post the kernel panic it might help diagnose the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2004 01:53 PM
тАО04-16-2004 01:53 PM
Re: tar xvfz hangs the machine
Thank you, the 600 MB is an important information as it allows to execlude problems with tools hitting the 2 GB limit (as I and obviously some other posters had suspected).
After some research I also do not expect that the mtrrs are really the problem here, although I certainly would not hurt if you could post the output of a cat /proc/mtrr here.
Else how about space in the file systems, i.e. not only the target filesystem, but also things like /tmp or /var.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2004 07:38 PM
тАО04-20-2004 07:38 PM
Re: tar xvfz hangs the machine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2004 11:29 AM
тАО04-21-2004 11:29 AM
Re: tar xvfz hangs the machine
Best guess would be a controller-driver issue. As you are using DELL machines, I don't know really where to begin to tell you to look, as I've never used one for Linux.
The Perc series of RAID controllers will be using either the 'aacraid' or the 'megaraid' drivers. Both of these have had significant updates since the RH8, and it might be worth seeing if you can update your appropriate driver.