Re: Problem with sem_get() in utils.php

2012-02-28 Thread Aaron Peeler
Does the testsetup.php report any missing modules? https://your.server.org/vcl/testsetup.php Aaron On Mon, Feb 27, 2012 at 5:20 PM, Gary Trail tra...@rpi.edu wrote: All: Using RHEL 6.2,  we are working through the cookbook install on:

RE: failed mysql connection

2012-02-28 Thread Clark Cooper
Yes, I'm able to make a connection from command line (using the password in the secrets file): [root@rhel61 ~]# mysql -u vcluser -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 3 Server version: 5.1.61 Source distribution I still get

Re: failed mysql connection

2012-02-28 Thread Scott M. Sorrentino
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Feb 27, 2012 at 09:36:51PM +, Clark Cooper wrote: Still trying to get VCL setup/configured and moving past the php-mcrypt issue, I also receive the following message within my testsetup.php output: Testing mysql connection ...

Re: failed mysql connection

2012-02-28 Thread Dmitri Chebotarov
Clark Could you also check that selinux is disabled? On Feb 28, 2012, at 8:51 , Clark Cooper wrote: Yes, I'm able to make a connection from command line (using the password in the secrets file): [root@rhel61 ~]# mysql -u vcluser -p Enter password: Welcome to the MySQL monitor.

RE: failed mysql connection

2012-02-28 Thread Clark Cooper
That was it... SeLinux was enabled, but apparently not configured to allow as mentioned in the installation steps: /usr/sbin/setsebool -P httpd_can_network_connect=1 Thank you, Clark -Original Message- From: dcheb...@gmu.edu [mailto:dcheb...@gmu.edu] Sent: Tuesday, February 28,

Re: VCL and xCat

2012-02-28 Thread Dmitri Chebotarov
Hi There seems to be a disconnect between xCAT2.pm and /install/postscripts/partimageng script. The partimageng script starts listener.py in background which suppose to report to nodestat in xCAT2.pm module. xCAT2.pm is using 'nodestat nodename stat' to check on status, but nodestat command

Re: Linux servers with VLAN ID

2012-02-28 Thread Dmitri Chebotarov
Hi All Please ignore this question. I fixed it with adding a boot script to Linux bare-metal image (in /etc/init.d) to replace eth1 with eth1. in /etc/rc.local file using sed. Thanks. On Feb 27, 2012, at 15:16 , Dmitri Chebotarov wrote: Hi All, In case if I need to use VLANs on

Re: Creating a base image

2012-02-28 Thread Alexander Patterson
Hello Aaron Can you log in into your Vsphere Client ESXI 4.1 Server the one hosting the images Go to Configurations Under Software Click on Security Profile Click on Properties Under Remote Access make sure you have Remote Teach Support SSH is Running and Automatically Turned on You should check

Re: Uninitialized string offset message VCL web front-end login page

2012-02-28 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gary, It is safe to ignore. You can keep it from being displayed by setting display_errors to Off in /etc/php.ini. Josh On Tuesday, February 28, 2012 2:58:51 PM Gary Trail wrote: To All: We are seeing ta message Notice: Uninitialized string

Re: Creating a base image

2012-02-28 Thread Aaron Bryant
I have previously added each of the servers and clients into each others Know hosts to eliminate any problems there. I have discovered that I am able to use SSH key authentication between the Management node and the client, but not from the client back to the Management node. Password

Re: VCL and xCat

2012-02-28 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dmitri, At some point, this did work. I'm not sure when it broke, but I never dug back in to it to make it work again. We've not noticed it causing failures; so, I just let it go. I can have a look at it again when I get a chance. Can you send

Re: Creating a base image

2012-02-28 Thread Aaron Coburn
It sounds like the issue is related to the communication between the management node and the VMware host. That, at least, is what the attached logs reflect. It is also unclear whether you are trying to access the VM Host via the vSphere API or via SSH. If it is the former, make sure that the

Re: VCL and xCat

2012-02-28 Thread Dmitri Chebotarov
Josh I didn't think that making any major changes to xCAT2.pm would be a good idea. In fact the solution provided at https://cwiki.apache.org/VCL/adding-support-for-partimage-and-partimage-ng-to-xcat-2x-unofficial.html is good and tested. I assume that in newer xCAT nodestat behaves

Re: Creating a base image

2012-02-28 Thread Dmitri Chebotarov
Aaron The problem seems to be with your /etc/hosts file. 'cat /etc/hosts' failed with exit status 255, when exit status 0 is expected. B/c of this, vcl couldn't get private ip address and didn't attempt to connect to the host. I cannot think of any valid reasons why 'cat /etc/hosts' would

Re: VCL and xCat

2012-02-28 Thread Dmitri Chebotarov
Aaron You mentioned using xCAT to provision end-use desktops at ncsu. How do you handle xCAT r* commands? Did you have to add a remote management card to each desktop to support rpower, etc? Thanks. On Feb 10, 2012, at 9:30 , Aaron Peeler wrote: Dmitri, Just to add to Amit, comments.