Best of Technical Support

Our experts answer your technical questions.
Another Possible Solution

It sounds like your root file system isn't getting remounted read-write when the system boots up. Try logging in as root and running mount -w -n -o remount / by hand and see if there is a useful error message, or if you can then change the password.

Steven Pritchard, Southern Illinois Linux Users Group steve@silug.org

Can I Use a ZIP Drive?

Is the IOMEGA ZIP Drive a supported device?

—David Jones

Linux Supports ZIP and JAZ Drives

Yes, both the SCSI and parallel port drives are supported under the 2.0.x kernels. You will need either the parallel support compiled in, or support for your SCSI controller. You can alternatively use modules to get the support you need. There are documents covering topics such as these in the Documentation directory at the top level of the kernel sources.

You should also get the latest eject package from sunsite.unc.edu or contrib on ftp.redhat.com. It can handle software ejecting of ZIP and JAZ drives under Linux.

Donnie Barnes, Red Hat Software redhat@redhat.com

ZIP Drive HOWTO

You may want to read the Linux ZIP Drive mini-HOWTO. It is available from any Linux Documentation Project mirror, including www.silug.org/LDP/HOWTO/mini/ZIP-Drive.

Steven Pritchard, Southern Illinois Linux Users Group steve@silug.org

Cannot Execute Binary File

I've been having this problem with some binary files I downloaded recently. When I try to execute the binary file, I get the following error:

If the shell is bash : cannot execute binary file
If the shell is tcsh : Exec format error. Wrong Architecture.

Along with this, there will be a message in /var/adm/messages saying:

"N_TXTOFF < BLOCK_SIZE. Please convert binary."

I've installed Slackware 96 with the Linux kernel upgraded to 2.0.24.

Tushar

Support Needed in Kernel

My first guess is that you are trying to run a.out programs without a.out support in the kernel. Make sure that when you run make config, make menuconfig, or make xconfig in your kernel source directory you answer yes to the following question:

Kernel support for a.out binaries (CONFIG_BINFMT_AOUT)
[Y/m/n/?]

and, for that matter, to this one as well:

Kernel support for ELF binaries (CONFIG_BINFMT_ELF)
[Y/m/n/?]

While the majority of Linux software is now based on the ELF binary format, there is still a lot of software based on the older a.out format.

Steven Pritchard, Southern Illinois Linux Users Group steve@silug.org

______________________

Webcast
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.

Learn More

Sponsored by AMD

White Paper
Red Hat White Paper: Using an Open Source Framework to Catch the Bad Guy

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.

Learn More

Sponsored by DLT Solutions