[CentOS] corrupted /etc/mtab

2012-02-15 Thread Dvorkin, Asya
Hello everyone, It seems like we have a corrupted /etc/mtab file and I just wanted to check that my plan of action is correct. df -k returns: df: cannot read table of mounted file systems: No such file or directory ls -la mtab: ?- ? ?? ?? mtab messages

[CentOS] libz.so.1 = not found

2012-01-31 Thread Dvorkin, Asya
Hello, We have an older AFS server, which was running Centos 5.5. It hasn't been updated in a while because of the plans to move it to another server, but it never happened. Thus, we've decided to upgrade it to 5.7… I did yum clean all and yum update. Everything ran smoothly and no issues.

Re: [CentOS] libz.so.1 = not found

2012-01-31 Thread Dvorkin, Asya
Sorry, i meant to say /usr/lib64/libz.so.1 is missing… Thank you for all your help, Asya On Jan 31, 2012, at 7:29 AM, Dvorkin, Asya wrote: Hello, We have an older AFS server, which was running Centos 5.5. It hasn't been updated in a while because of the plans to move it to another

Re: [CentOS] libz.so.1 = not found

2012-01-31 Thread Dvorkin, Asya
On Jan 31, 2012, at 7:45 AM, Dennis Jacobfeuerborn wrote: This is what things look like on one of my systems: [root@centos57 ~]# cat /etc/redhat-release CentOS release 5.7 (Final) [root@centos57 ~]# ls -l /usr/lib64/libz.so* lrwxrwxrwx 1 root root 21 Jan 31 02:47 /usr/lib64/libz.so.1 -

Re: [CentOS] libz.so.1 = not found

2012-01-31 Thread Dvorkin, Asya
The problem is that the file itself is missing as well, so no way for me to recreate the link. Actually, libz.1.so.1.2.3 doesn't exist either. I could try copying the file from another CentOS server, but wanted to hear everyone's opinion on that… I'd say try that and as soon as you

Re: [CentOS] libz.so.1 = not found

2012-01-31 Thread Dvorkin, Asya
Thank you! I've copied the file using USB drive and now the server is up and running. I also did yum reinstall zlib. Now when I do yum update, it says: No Packages marked for Update If that's the case, how come /etc/redhat-release still shows CentOS release 5.5 (Final) ? Asya

[CentOS] Hyper V integration question

2011-12-27 Thread Dvorkin, Asya
Hello everyone, I have Hyper V integration working properly, but needed to do an update to 2.6.18-274.12.1.el5-x86_64. Since then, it no longer works. As discovered previously, one needs to rebuild Hyper V Integration tools due to the kernel panic.

Re: [CentOS] Hyper V integration question

2011-12-27 Thread Dvorkin, Asya
Sorry, this is CentOS 5.7 On Dec 27, 2011, at 11:53 AM, Dvorkin, Asya wrote: Hello everyone, I have Hyper V integration working properly, but needed to do an update to 2.6.18-274.12.1.el5-x86_64. Since then, it no longer works. As discovered previously, one needs to rebuild Hyper V

Re: [CentOS] Hyper V integration question

2011-12-27 Thread Dvorkin, Asya
On Dec 27, 2011, at 11:54 AM, Dvorkin, Asya wrote: Sorry, this is CentOS 5.7 On Dec 27, 2011, at 11:53 AM, Dvorkin, Asya wrote: Hello everyone, I have Hyper V integration working properly, but needed to do an update to 2.6.18-274.12.1.el5-x86_64. Since then, it no longer works

Re: [CentOS] Compiling PHP and MySQL

2011-06-14 Thread Dvorkin, Asya
On Jun 14, 2011, at 9:40 AM, John Doe wrote: From: Dvorkin, Asya dvork...@umdnj.edu Is there a way to find out what are the usual configure options that are used to compile binaries that are available through yum? php -i | grep configure or check from the srpm... Thank you, John

[CentOS] Compiling PHP and MySQL

2011-06-13 Thread Dvorkin, Asya
Hi everyone, I need to install an older version of PHP - 5.2.16, which is not currently available through an official CentOS repo (as far as I can tell). In order to fulfill our developer's requirements, I've decided to just compile PHP and MySql from the source. Is there a way to find out

Re: [CentOS] Compiling PHP and MySQL

2011-06-13 Thread Dvorkin, Asya
On Jun 13, 2011, at 1:09 PM, Eero Volotinen wrote: 2011/6/13 Dvorkin, Asya dvork...@umdnj.edumailto:dvork...@umdnj.edu: Hi everyone, I need to install an older version of PHP - 5.2.16, which is not currently available through an official CentOS repo (as far as I can tell). In order to fulfill

Re: [CentOS] Compiling PHP and MySQL

2011-06-13 Thread Dvorkin, Asya
On Jun 13, 2011, at 1:26 PM, Eero Volotinen wrote: 2011/6/13 Dvorkin, Asya dvork...@umdnj.edumailto:dvork...@umdnj.edu: On Jun 13, 2011, at 1:09 PM, Eero Volotinen wrote: 2011/6/13 Dvorkin, Asya dvork...@umdnj.edumailto:dvork...@umdnj.edu: Hi everyone, I need to install an older version

Re: [CentOS] Compiling PHP and MySQL

2011-06-13 Thread Dvorkin, Asya
On Jun 13, 2011, at 2:32 PM, John R. Dennison wrote: On Mon, Jun 13, 2011 at 01:47:31PM -0400, Dvorkin, Asya wrote: I am not sure if I want to use it in a production environment Please trim unnecessary material from your responses. Thank you. IUS is the community repo for RackSpace

Re: [CentOS] Changing from RHEL to CentOS

2011-06-07 Thread Dvorkin, Asya
On Jun 7, 2011, at 9:49 AM, Lamar Owen wrote: On Tuesday, June 07, 2011 09:43:24 AM Nicolas Ross wrote: I switch a RHEL machine in EL6 to scientific linux a while ago, and I suppose it's the exact same thing for Centos. [snip process] You do realize that you didn't replace the RHEL

Re: [CentOS] yum update - missing dependencies

2011-04-13 Thread Dvorkin, Asya
It looks like you are using OpenAFS packages built for a specific kernel - in this case the 5.5 kernel-2.6.18-194.26.1.el5. My guess would be that in updating to 5.6, yum has automatically removed that older kernel. You need to get kmod-openafs packages that match the version of your currently

[CentOS] yum update - missing dependencies

2011-04-12 Thread Dvorkin, Asya
Hi everyone, I just upgraded to 5.6 and keep on getting the following error message: [root@rwjafs1 ~]# yum update Loaded plugins: fastestmirror, priorities Loading mirror speeds from cached hostfile * base: centos.mirror.nac.net * extras: mirror.batblue.com * updates: mirror.atlanticmetro.net

Re: [CentOS] how is binary compatibility determined?

2011-04-08 Thread Dvorkin, Asya
Thanks Keith, good question, that should have been on my list of Questions to ask about CentOS building process, and thanks to Akemi for a quick answer :) Given that its answered in a FAQ one could argue that it was not a good question. You know, there is a famous saying.. If you have

Re: [CentOS] /etc/hosts not resolving hostnames

2011-04-08 Thread Dvorkin, Asya
Try flushing DNS cache: /etc/init.d/nscd restart On Apr 8, 2011, at 3:31 PM, Johan Martinez wrote: This is working fine on another CentOS system. This particular install where host command is failing is trimmed down install using kickstart file. It is working on a system where install is

Re: [CentOS] Replace NIS by Active Directory

2011-03-18 Thread Dvorkin, Asya
Hi, Check out Likewise open. I think this is what you are looking for. http://www.likewise.com/products/likewise_open/ Likewise Open is the open source foundation for Likewise Enterprise that joins Linux, UNIX, and Mac OS systems to Microsoft Active Directory to securely authenticate

Re: [CentOS] Apache/Active Directory authentication

2011-03-14 Thread Dvorkin, Asya
Thank you! I'm working on it right now and will give my progress report soon :) Asya On Mar 14, 2011, at 6:11 AM, John Hodrien wrote: On Fri, 11 Mar 2011, Dvorkin, Asya wrote: [root@myserver conf]# klist -k Keytab name: FILE:/etc/krb5.keytab KVNO Principal

Re: [CentOS] Apache/Active Directory authentication

2011-03-11 Thread Dvorkin, Asya
I can do? Am I missing something? Thank you! Asya On Mar 10, 2011, at 12:24 PM, John Hodrien wrote: On Thu, 10 Mar 2011, Dvorkin, Asya wrote: John, Thank you for all your pointers! You are right.. I was able to create a keytab file. Still having some issues with getting apache

Re: [CentOS] Apache/Active Directory authentication

2011-03-10 Thread Dvorkin, Asya
, John Hodrien wrote: On Wed, 9 Mar 2011, Dvorkin, Asya wrote: Thank you, John. I forgot to add that we cannot generate keytab from AD server for various reasons that I have no control over. And are you really sure this is the case? If you can join to a domain, you can get a keytab (you

[CentOS] Apache/Active Directory authentication

2011-03-09 Thread Dvorkin, Asya
Hi everyone, I'm trying to figure out the best way to accomplish below project and would appreciate your input. I need to setup a web page on CentOS with Active Directory authentication. So far I've accomplished the following: - Setup httpd.conf to successfully authenticate against AD by

Re: [CentOS] Apache/Active Directory authentication

2011-03-09 Thread Dvorkin, Asya
, 9 Mar 2011, Dvorkin, Asya wrote: I was wondering if there is a way to do http authentication without passing my username/password considering server is already binded to AD, thus authenticated. Would I be able to utilize PAM authentication for this purpose? mod_auth_kerb can use

[CentOS] Hyper-V template configuration

2011-02-10 Thread Dvorkin, Asya
Hi everyone, I've installed CentOS 5 on Hyper-V and finally got everything working. I would like to setup a template, but google is failing me. Everything I read does not seem very promising when it comes to templates support with MS Hyper-V. I was wondering if maybe someone here has

Re: [CentOS] Setting up persistent LUNs

2011-02-02 Thread Dvorkin, Asya
Thank you, Alexander! I am not sure why it said /b/sde1 because I copy/pasted it... Thank you again, Asya On Feb 1, 2011, at 5:39 PM, Alexander Dalloz wrote: Am 01.02.2011 18:38, schrieb Dvorkin, Asya: Hello everyone, I am trying to setup persistent LUNs and having problems. I've

[CentOS] Setting up persistent LUNs

2011-02-01 Thread Dvorkin, Asya
Hello everyone, I am trying to setup persistent LUNs and having problems. I've been following instructions I found on the web and they refer to editing /etc/scsi_id.config file and adding options=-g line there. After doing so, I should be able to run scsi_id -g -s /dev/sd* and get proper