Vmware setup

2010-05-20 Thread Roger Herling
We are running the 2.1 code and have gotten bare metal installs working 
with xCat I would like to explore using vmware but there is no 
documentation on the setup that I can find can anyone help?


Roger Herling
Sr. Desktop Administrator
Marist College
PH: 845-575-3347

Re: Linux base image creation

2010-05-20 Thread Kiran N
Thanks Andy!
The changes you suggested actually worked for Ubuntu images. I could
configure the two ssh deamons to running state.



On Mon, May 17, 2010 at 2:09 PM, Andy Kurth andy_ku...@ncsu.edu wrote:

 Hello,
 I realize I worded the last message poorly.  I meant to run ps to list the
 sshd processes so you could see the command that was used to start them.
  This would tell you whether or not the -f options was being used when
 ext_ssh was started.  The problems you are seeing are mainly with the
 ext_ssh file.  The instructions were written for Redhat and need to be
 reworked for Ubuntu because its service startup scripts have a different
 structure.

 I took a look at an Ubuntu installation.  There is no OPTIONS variable in
 /etc/init.d/ssh so the OPTIONS= line you added has no effect.  Instead, it
 uses a SSHD_OPTS variable.  Find the init-functions line and add the
 following line after it:

 SSHD_OPTS=-f /etc/ssh/external_sshd_config

 Change all sshd.pid strings to ext_sshd.pid.  The following sed command
 should work:
 sed -i -r -e s/(ext_)?sshd\.pid/ext_sshd.pid/g /etc/init.d/ext_ssh

 I have attached a script I used to configure sshd on my Ubuntu test image.
  It's pretty raw but it works for me.  Please reply if you have any problems
 with it.  I'll update the documentation with this script if it's working
 properly.


 Hope this helps,
 Andy

 Kiran N wrote:

 Thanks Andy for the response!

 After stopping all the SSH services, I restarted the external ssh by the
 command
 /etc/init.d/ext_ssh start
 and as you said, ext_ssh is listening on the private IP address.
 I am attaching the ssh, ext_ssh and external_ssh_config files.
 Also the output for command used to start the external sshd process:
 ps -ef | grep sshd
 is not as you said.

 Hope this helps to figure out the problem!




-- 
Thanks,
Kiran


Fwd: AD/LDAP support in VCL

2010-05-20 Thread Clifton B Wood
Passing this along by request from Andy.

I am curious as to how robust the LDAP code is in VCL, as we 
might be required to make web front-end logins use that 
authentication method in the future.

Thanks!

- Cliff
---BeginMessage---
Andy,

I am trying to get LDAP logins working on our VCL pilot. First 
off, we are not using LDAPS, we are using basic logins with 
stunnel (ldap requests are sent to a port on the local 
machine, the request is then encrypted and sent to our Active 
Directory server) -- I've verified that this works using other 
LDAP tools, however when I try logging in using VCL, it 
doesn't work.

Does the LDAP code you are using for VCL support this kind of 
setup?

I've attached my conf.php file to this email.

Thanks!

- Cliff Wood
Morgan State University

attachment: conf.php
---End Message---