Best of Technical Support
I'm running a small private LAN with Linux Red Hat 7.0. The following command was entered on system “lucy”, with the resultant message:
[root@lucy]# tar cvf testbed:/home/someuser file.txt Permission denied. tar: testbed\:/home/someuser: Cannot open: Input/output error tar: Error is not recoverable: exiting now
This output is from the /var/log/messages file on the system “testbed”:
Mar 30 08:14:57 testbed pam_rhosts_auth[853]: denied to root@lucy as root: access not allowed Mar 30 08:14:57 testbed in.rshd[853]: rsh denied to root@lucy as root: Permission denied. Mar 30 08:14:57 testbed in.rshd[853]: rsh command was '/etc/rmt'I have been reading about PAM but have not figured it out yet. Could someone give me assistance to make this command work? I don't mind if I temporally dummy up my security in /etc/pam.d, but my last attempt made it impossible to even log in. Ouch! —Les Hilliard, les.hilliard@home.com
On the machine where you want to put the tar file, create a .rhosts file in the home directory, with 0400 permissions. The .rhosts file should a single line, “X.X.X.X user”, where X.X.X.X is the IP address of the machine where the tar command is run and the user is the user id of the person running the command. Run the following command on the other machine:
tar -cvf root@mm:/root/aaa.tar work/
where mm is the remote machine name or IP address and work is the local directory. Beware that this will also allow rlogin without a prompt for password. —Usman S. Ansari, uansari@yahoo.com
I recently installed Netscape 4.7.6 on my Linux machine (the machine was recently rebuilt, so the kernel and libraries are very recent). When I was trying to run it, I got the following error message:
/usr/local/bin/netscape /usr/local/bin/netscape: error in loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
Checking my libraries confirmed that I didn't have that particular library installed, but a newer one:
# cd /usr/lib # ls libstdc++* libstdc++-3-libc6.1-2-2.10.0.a libstdc++.a.2.10.0 libstdc++-3-libc6.1-2-2.10.0.so libstdc++-libc6.1.so libstdc++-libc6.1-2.a.3 libstdc++-libc6.1-2.so.3I successfully resolved the problem by providing a symbolic link to the newer library:
# ln -s libstdc++-libc6.1-2.so.3 libstdc++-libc6.1-1.so.2This solved the problem, and Netscape is running smoothly. However, this incident left me with a number of questions:
What is the meaning of the .2 and .3 at the end of the filename?
Is this solution appropriate? I would have liked to create a shorter link, like libstdc++-libc6.1.so, but that didn't work. Would it have been more appropriate to actually find libc6.1-1 and install it next to the existing one?
My assumption is the Netscape binaries had the library version hardcoded (I believe this version of Netscape is not available as source code); is that correct? —Michael, micky@alum.mit.edu
The reason a library maintainer changes a revision is there is a significant change in the underlying code or interface. The maintainer usually feels it would not be wise for a program dynamically linked with an older version of the library to automatically work with the newer version. “Appropriate” is in the eyes of the beholder. It is possible that the dynamically linked program you are “tricking” could disastrously crash, destroying itself and other things. Most likely, though, it won't. But, it definitely would be safer to find the actual dynamically linked library. The Netscape 4.x binaries have some interfaces (to the dynamically linked library) and versions hard coded. —Christopher Wingert, cwingert@qualcomm.com
I am currently using Mandrake 7.2 as a server platform. I do not want to run X. I have tried all configuration options on the Mandrake install, and even manually deselected X components, but the install just goes ahead and installs X anyway. Is there a way of stopping X and X components from being installed?
Also, when in console mode, is there a way to stop the monitor from going into power save mode? I have disabled the apm dæmon and power management in the BIOS, but the monitor keeps shutting down. —Gerard Nicol, gerard.nicol@tapems.com.au
Use rpm -qa to uninstall packages you may not need. You should also keep a list of the packages you uninstall so you can install them again, if needed. To disable power saving in the console, do setterm -blank 0. —Usman S. Ansari, uansari@yahoo.com
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Sponsored by AMD
Built-in forensics, incident response, and security with Red Hat Enterprise Linux 6
Every security policy provides guidance and requirements for ensuring adequate protection of information and data, as well as high-level technical and administrative security requirements for a system in a given environment. Traditionally, providing security for a system focuses on the confidentiality of the information on it. However, protecting the data integrity and system and data availability is just as important. For example, when processing United States intelligence information, there are three attributes that require protection: confidentiality, integrity, and availability.
Learn more about catching the bad guy in this free white paper.
Sponsored by DLT Solutions
| Designing Electronics with Linux | May 22, 2013 |
| Dynamic DNS—an Object Lesson in Problem Solving | May 21, 2013 |
| Using Salt Stack and Vagrant for Drupal Development | May 20, 2013 |
| Making Linux and Android Get Along (It's Not as Hard as It Sounds) | May 16, 2013 |
| Drupal Is a Framework: Why Everyone Needs to Understand This | May 15, 2013 |
| Home, My Backup Data Center | May 13, 2013 |
- Linux Systems Administrator
- New Products
- Senior Perl Developer
- Technical Support Rep
- UX Designer
- Web & UI Developer (JavaScript & j Query)
- Designing Electronics with Linux
- Dynamic DNS—an Object Lesson in Problem Solving
- Using Salt Stack and Vagrant for Drupal Development
- Making Linux and Android Get Along (It's Not as Hard as It Sounds)
Enter to Win an Adafruit Pi Cobbler Breakout Kit for Raspberry Pi

It's Raspberry Pi month at Linux Journal. Each week in May, Adafruit will be giving away a Pi-related prize to a lucky, randomly drawn LJ reader. Winners will be announced weekly.
Fill out the fields below to enter to win this week's prize-- a Pi Cobbler Breakout Kit for Raspberry Pi.
Congratulations to our winners so far:
- 5-8-13, Pi Starter Pack: Jack Davis
- 5-15-13, Pi Model B 512MB RAM: Patrick Dunn
- 5-21-13, Prototyping Pi Plate Kit: Philip Kirby
- Next winner announced on 5-27-13!
Featured Jobs
| Linux Systems Administrator | Houston and Austin, Texas | Host Gator |
| Senior Perl Developer | Austin, Texas | Host Gator |
| Technical Support Rep | Houston and Austin, Texas | Host Gator |
| UX Designer | Austin, Texas | Host Gator |
| Web & UI Developer (JavaScript & j Query) | Austin, Texas | Host Gator |
Free Webinar: Hadoop
How to Build an Optimal Hadoop Cluster to Store and Maintain Unlimited Amounts of Data Using Microservers
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Some of key questions to be discussed are:
- What is the “typical” Hadoop cluster and what should be installed on the different machine types?
- Why should you consider the typical workload patterns when making your hardware decisions?
- Are all microservers created equal for Hadoop deployments?
- How do I plan for expansion if I require more compute, memory, storage or networking?




2 hours 44 min ago
7 hours 16 min ago
7 hours 16 min ago
9 hours 16 min ago
18 hours 2 min ago
18 hours 36 min ago
19 hours 34 min ago
20 hours 25 min ago
1 day 26 min ago
1 day 4 hours ago