The tag has no wiki summary.

learn more… | top users | synonyms (1)

0
votes
1answer
66 views

puppet “Connection refused”

My puppet agent is getting Connection refused when it tries to connect to the master. However, other interactions work, and the first page of Google hits aren't helping. What am I missing? I can ...
0
votes
1answer
42 views

How do I configure yum to use additional repositories?

I am trying to install a package (e.g. python-mysqldb) and when I try to do a yum install, I get a message that "No package python-mysqldb avaialble". I assume this is because the yum repository set ...
1
vote
1answer
19 views

How do I configure sar to collect disk information (ala -d)?

When I run "sar -d" on my RHEL 5.7 box, I get the response: Requested activities not available in file How do I configure sar to collect disk information?
2
votes
0answers
83 views

Why can't I add a chat account in Thunderbird 17.0.4 ESR?

I can go through the whole process of adding a chat account without a problem (Edit -> Account Settings -> Account Actions -> Add Chat Account... &c., &c.); however, when I click "Finish" at ...
1
vote
1answer
87 views

RHEL 5.5 : how to install packages using yum

I have a RHEL 5.5 workstation where I'm trying to install chrome, mc, etc. However, I get the following error. [root@munsharm-lnx user_options_dir]# yum install mc Loaded plugins: katello, ...
0
votes
2answers
72 views

howto copy all text in a gnome-terminal in RHEL linux 5.3

I work on the gnome-terminal in RHEL 5.3. Since the terminal does not have features like searching for text, etc, I usually want to copy the entire text in the terminal and paste into an editor. In ...
0
votes
0answers
126 views

Issue in running cron jobs in RHEL5

When I try to run cron jobs from root, I am getting the following error. I am using RHEL5. Can anyone help me? [root@localhost]# crontab -e Permission denied You (root) are not allowed to ...
3
votes
1answer
73 views

Expanding my resolv.conf searches outside my subdomain?

This is more of a Best Practices question than a technical one. I know I can fix this problem from my end. The question is whether I should... I administer a private network/subdomain within the ...
1
vote
0answers
76 views

Right click not working in Redhat enterprise Linux

I have recently installed Red hat enterprise Linux on my Hp laptop. Earlier both the mouse clicks were not working, but I managed to get the left click working by tapping by some help from Google. But ...
0
votes
0answers
359 views

RHEL Unable to install any package using yum

I am pretty new to Linux and trying to install a package using yum in RHEL5 linux. Even the simplest of the simple packages I am not able to install and it looks like naming server issue. I tried ...
0
votes
2answers
206 views

DHCP not updating DNS

RHEL5.6, bind-9.3.6, and dhcp-3.0.5 So, after I fixed my problem with getting DHCP to parse the MAC addresses for these virtual machines, now I need to figure out how to get it to update DNS when one ...
1
vote
1answer
365 views

Why am I not getting text into /var/log/messages?

Today, I went to look at a backup RHEL5 server that doesn't usually need to get looked at very often. I found that /var/log/messages existed, but had a size of zero. Similarly, messages.1, messages.2, ...
0
votes
0answers
67 views

How to create Local Repositories in RHEL

I need to create a local repository in RHEl 5.5 i386. When I type some command in terminal it say that RHEL is not subscribed with RHN which is true because I took it from a friend. So can someone ...
0
votes
0answers
298 views

use i3 tiling window manager in RHEL 5

For some time I have been using the i3 tiling window manager in Ubuntu. However at my new company we use RHEL5. I would dearly love to port over all my configs but Im having some trouble... An ...
0
votes
0answers
57 views

How to attach an external disk to rhel 5, without changing its old device name

I have few Linux (RHEL 5.x / Centos 5.x) boxes running on KVMs, on which I used to attach and detach disks on the fly. With EL5 versions, when we add a disk, initially it will be marked as /dev/sdb. ...
0
votes
2answers
207 views

View old command output from a closed terminal

I ran hg pull hg up to check in my working copy to the Mercurial repository. I got some warning messages in the terminal. I closed the terminal and now I want to see those messages again. Are ...
2
votes
1answer
448 views

GDB debugging tool for linux

I'm executing a pro*c executable in linux and I've got segmentation fault error. But there is no core file dumped. Thus, I want to debug the program using GDB debugging tool. However, I see that it ...
0
votes
2answers
500 views

RHEL 5 Yum Repository from DVD

I have a Red Hat 5 system installed from a Official DVD. At times, I need to install packages from the DVD at a later stage. Whenever I need to do that, I have install RPMs one at a time through a ...
4
votes
3answers
357 views

DNS resolver improvements?

I have recently come across the following configuration of /etc/resolv.conf which is/was supposed to increase the speed of DNS resolution: nameserver 1.1.1.1 nameserver 2.2.2.2 nameserver 3.3.3.3 ...
0
votes
1answer
202 views

Writing udev rules

I have added the rule $ cat /etc/udev/rules.d/00-my.rules ACTION=="add", KERNEL=="sd[a-z]", SUBSYSTEM=="block", PROGRAM="/usr/sbin/mytool add %r/%k" on my RHEL 5.8 to check the disk's partition ...
0
votes
2answers
401 views

RHEL5 + Awesome WM - How do i fix mod4 inversion (acts like mod4 is always pressed)

I built and installed Awesome WM on RHEL5. I have problem with mod4 acting like its always pressed. ie every time i hit "Enter" it acts like Mod4+Enter was hit. I have to hold down mod4 key (I ...
0
votes
1answer
74 views

Installing RHEL 6 over RHEL 5

My server is currently running RHEL 5. I would like to install RHEL 6 over it. Do I simply install it and will the installation erase everything I have on the server now? Thank you. Regards, Rayne
1
vote
0answers
151 views

Not able to connect to my RHEL 5 box via Nomachine NX suddenly

I have installed NXServer, Client and Node (v3.x) on my RHEL box (using root). The nxserver is in running state. And I was able to connect from my Windows box. Now suddently, when I try to connect to ...
2
votes
2answers
740 views

Using multiple interfaces on a RHEL5.5 x64 machine

I am trying to use a statically-assigned address on one interface (eth1) of a server and have a dhcp-assigned address on another interface (eth2) on the same subnet (172.17.11.0/24). When I setup a ...
1
vote
1answer
50 views

Additional swap created on a new partition gets removed on reboot

I have created a new swap volume using logical volume management tool on RHEL. Suppose the volume is /dev/rootvg/swap2 I did mkswamp /dev/rootvg/swap2 and then swapon /dev/rootvg/swap2 when listing ...
0
votes
1answer
133 views

RedHat - How to stack folders?

Every time I open a folder and double-click on another folder inside, another folder opens up. If I am finding a file burried in a folder, many folders will open before I can reach the file and then ...
1
vote
2answers
653 views

Linux: Is there a non-root shell command to find if a user account is enabled or not?

Is there a non-root shell command that can tell me if a user's account is disabled or not? Please note that there is a fine distinction between LOCKING and DISABLED: LOCKING is where you prepend ! ...
1
vote
2answers
410 views

Sticky Note in Redhat 5

Does anyone know if there is a "sticky note" application for Rhel5? In Ubuntu, there is Xpad and Tomboy, but I couldn't see an rpm version for this. I tried to download the tarball for Tomboy but it ...
0
votes
3answers
2k views

how to fix yum errors on my RHEL 5.3 box

I am getting errors when I try to install any package on my RHEL 5.3 linux box. I've previously installed mc(midnight commander) using yum but recently it started failing. How can I fix it ? thank ...
0
votes
1answer
787 views

How to install Ruby on RHEL 5.3

I am trying to install the latest Ruby on RHEL 5.3 with the following: [root@anjanb logs]# yum install ruby-full Repository engineering-update is listed more than once in the configuration Repository ...
4
votes
1answer
277 views

How to lock a RHEL 5.3 workstation

I get option to SUSPEND/HIBERNATE or reboot/shutdown. Isn't there something similar to locking as in windows. I don't want to log out each time I want a break(think bathroom, drink). I would expect ...
1
vote
2answers
798 views

How do I find hard drive details in Red Had Linux?

Can anybody please tell me the command to find the hard disk details in Red Hat Enterprise Linux? I have a bad hard disk on the server and I want to replace it with new one of same kind.
1
vote
1answer
256 views

Setting up a proxy on RHEL5 to improve internet speed for a Windows 7 client?

Alright here's the problem, it seems like unless I download from anywhere accept my remote dedicated server, speeds are horrible like 50kbps. But if I download from my server it's like 2mbps. So I ...
0
votes
1answer
103 views

How do I find out a list of RPMs installed using “--force” option?

I'm just wondering if there is an easy way I can generate a list of RPM packages which have been forcefully installed on the system (got a couple of servers transitioned). All servers are RedHat-5 if ...
2
votes
2answers
496 views

SSH host authenticity issue

I'm receiving the wonderful "The authenticity of host xx can't be established." message when attempting to SSH into a box. I have two systems that recently swapped names. My system is a RHEL5.6 box. ...
4
votes
1answer
708 views

Mount a disk image root has no access to

I need to mount a disk image located on an NFS network share without copying it first. Only a non-root user (apache) on the RHEL 5 machine I'm on has permissions to access the files on that network ...
1
vote
1answer
784 views

What does “:pts/1:S.0” mean?

From the output of last on RHEL5 user3 pts/6 :pts/1:S.0 Sat Feb 26 04:04 - 05:40 (01:35) user2 pts/7 :0.0 Fri Feb 25 21:32 - 04:53 (07:21) user1 pts/6 ...
0
votes
1answer
282 views

Perl + failed to install Pogo module on RedHat 5.4

Please advice how to install the Person module "use Person;" on my linux machine The perl script use - obj oriented why I get the following: [root@linux /tmp/Pogo-0.10]# perl Makefile.PL Note ...
0
votes
1answer
609 views

NTFS-3G is only mounting external drives as read-only

I'm currently running RHEL 5.5, and I installed the ntfs-3g utility from here: http://www.tuxera.com/community/ntfs-3g-download/. I have also followed their instructions for auto-mounting NTFS USB ...
1
vote
1answer
991 views

How to enable fast user switching at the Lock Screen in Gnome in RHEL 5.5

On RHEL 5.5 in Gnome, how can one enable the Switch User button in the Lock Screen dialog box? Ubuntu has this feature. I followed a set of instructions for CentOS 5 which didn't work. Any ideas?
2
votes
1answer
267 views

Modern Python installation in home folder for scientific computing on RHEL

For various reasons, our system administrator finds Ubuntu to be too cutting-edge for our production workstation, and we have now installed Red Hat Enterprise Linux 5.5 (RHEL). I'm not terribly ...
1
vote
0answers
506 views

installing rhel/centos/fedora on a dell inspiron 17R laptop

Got a dell inspiron 17R laptop. Trying to figure out how to install RHEL/Centos 5.5/Fedora 13 on the box. When using the basic Centos 5.5 liveCD, continously got a repeating error of buffer I/O on ...
1
vote
1answer
4k views

passwd/shadow or group/gshadow mismatch?

I'm running RHEL 5. When using the GUI System>Administration>Users and Groups, I get the error: The user database cannot be read. This problem is most likely caused by a mismatch between ...
0
votes
2answers
337 views

Mouse settings on RHEL5

How to change the mouse settings to default on RHEL5 .i have a problem using mouse with vim.it acts like a single click select.Please advise..
0
votes
2answers
67 views

Languages in vim

How to insert Hindi or Swedish characters in VIM When I insert these words it appears as "......"
0
votes
1answer
63 views

what are the components you can install on RHEL?

I just got a question from a customer(actually from a customer to my manager then to me) and he is asking the following question: What are the components that were installed with RHEL? It may sound ...
2
votes
1answer
235 views

Installing VPN connection and WiFi drivers on RHEL5

In RHEL5, How to establish a VPN connection,The details I get to connect the VPN are ipaddreess ,username/password How to install WiFi drivers on RHEL5
1
vote
3answers
1k views

How to check what packages are installed on a RHEL5 system?

A command that can be run by an unprivileged user is preferred.
4
votes
3answers
3k views

Can I run 64-bit executables on a 32-bit Linux?

If yes, how? OS: 32-bit Red Hat Enterprise Linux Client release 5.4 (Tikanga)
0
votes
1answer
693 views

RPM to get X11 headers for RHEL

What is the best single rpm to install to get a complete set of X11 headers on Red Hat Enterprise Linux 5.x? My guess is Xaw3d-devel (assuming that the dependencies also get installed).

1 2