How To Take Log From Chrooted DNS Server In RHEL

I need to take log from Chrooted DNS Server on RHEL.
I do not understand how I get the logs.
Please help me.


Similar Content



Make Python Highly Available In RHEL 6.4

I have configured RHEL cluster by installing ricci and luci server. I have successfully tested it for httpd service. Now my target is to achive the HA of python. Can anyone help me with it?

RHEL 7: No Output From Ip Commands

Hi,

Apologies if this is in the wrong forum, wasn't sure which was most appropriate...

I've built a Redhat 7 VM from an ISO and I've carried out various configuration on it and for some reason when I now run ip commands (for examnple 'ip addr show') I no longer get any output on screen.

Example...
[root@rhel-7-xx2 ~]# ip addr show
[root@rhel-7-xx2 ~]#

Version I'm using is:
Red Hat Enterprise Linux Server release 7.0 (Maipo)

I built another server and had the same problem and managed to fix it by yum updating all packages so it looks like a package needs to be updated but not sure which one.

If I pipe the output to a text file I can see the output okay in the file.

I have a ticket open with Redhat but it's taking a while to troubleshoot with them so thought I'd see if anyone else had seen this in the meantime...

Thanks
James

SSH Login To Server Always Fail Upon First Attempt

Noticed recently that my first SSH attempt (using putty) to a Red Hat server always fail. Must leave the failed session on, then the second SSH attempt will succeed. If I close the failed ssh session, the second attempt will also fail as well.

This issue only cropped up about two weeks ago and it also happens to other users for this RHEL server only. I am using putty(release 0.64) but other users are connecting to it via command line SSH in their Linux desktop. Not aware of any changes done to this RHEL server recently.

Any suggestions on where should I start looking into?

RHEL 6.5 Machine Keeps Auto Rebooting

Hello - I have an HP DL180 that I just upgraded to RHEL 6.5 (from RHEL 5.8). Since the upgrade, it is now rebooting automatically at various times during the day. I thought it was like something to do with the power mgr, but it is turned off... I am looking through /var/log files and such for clues but am getting nowhere.
Here is an example of what last shows:

reboot system boot 2.6.32-431.el6.x Tue Mar 31 17:22 - 19:45 (02:23)

What is going on? Evil computer?

Error While Installing Openshift With Redhat Subscrtiption Via Openshift.sh

Hi
I am getting the below error while trying to install openshift by script openshift.sh

subscription-manager repos --enable=rhel-6-server-ose-2.1-infra-rpms
Error: rhel-6-server-ose-2.1-infra-rpms is not a valid repo ID

RHEL Repo Sync To Local System

Hi Team,

I have RHEL satellite login credentials and I am able to update successfully my machine.Updating single worked for sometime.

My current requirement is to keep a separate VM locally in my environment and sync the RHEL repo to my machine.

How do I do it.

Thanks in advance

What Ftp Server Is Running

in my RHEL 4 server , I want to know what ftp server is running but can't find it.

I tried "ps -ef |grep ftp" but no output , chkconfig --list |grep ftp also no output related to ftp , /etc/rc.d/init.d can't find ftp service , ftp localhost is not allow .

when use FileZilla to connect it , it is ok , the ftp should be running , I tried to use "ps -ef |grep ftp" , it pops the following output , would advise what ftp server is running in server ? thanks

Code:
edp 11027 11026  0 12:39 ?        00:00:00 tcsh -c /usr/libexec/openssh/sftp-server
edp 11037 11027  0 12:39 ?        00:00:00 /usr/libexec/openssh/sftp-server
user   11050  7747  0 12:48 pts/2    00:00:00 grep ftp

Mail Server Help

Hi All,
Is there a way to mirror plesk mail server with another mail server like primary and secondary. The primary will be in our location with different IP address and the secondary will be with plesk with existing IP address but the domain name should be the same like how gmail has multiple IP addresses on different servers/locations. This is for high availability and to reduce the network bandwidth i.e if any of the server goes down we can still send/receive mails from another and when the server comes online which was offline then all mails should be replicated with each other i.e if primary was down then all new mails should be synced from secondary or if secondary was down then the sync should be from primary. Other thing is since primary will be with us, it will be much faster than secondary(plesk) in sending/receiving the mails. So expecting your kind help about the steps or url links to acheive the same as I don't have much experience on this. The present mail server using qmail on rhel 6.5 64 bit.

User Migration Issues

Hello, I'm sort of a novice Linux user and was running into an issue with user migration. I'm trying to migrate users and groups from a RHEL 5.11 install to a CentOS 6.6 install, both systems are 64 bit. Initially I tried to do an rsync of the passwd, shadow, group and gshadow files with no luck. When trying to login with an existing account on the new server I get access denied. I tried to change the password on the new server, but even then it doesn't seem to change the password and I still get access denied. I then tried to tar up the four above files and then extracted them on the new server, but the same issue existed. I also created a new account on the old server, copied all the necessary files over to the new server and still have the same issues. Any ideas what I may be doing wrong or what I can try next? This is getting frustrating!

Thanks!

Can't Set Repos In RHEL6.0, Unable To Install Packages

Hi all.
RHEL 6.0 in Virtual Box, network is ok, it can resolve all repos (f.e. dl.fedoraproject.org, nginx.org),
but when I'm trying
Code:
# rpm -Uvh http://nginx.org/packages/rhel/6/noarch/RPMS/nginx-release-rhel-6-0.el6.ngx.noarch.rpm

I get:
Code:
curl: (6) Couldn't resolve host

When I'm trying with ip instead name:
Code:
curl: (22) The requested URL returned error: 404

Only rpmforge repo enabled, but it can't find any packets for install/update.

What can I do?
Thanks.