confluence is somewhat back

2010-04-14 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The Apache VCL site is partly back.  They have Confluence set up to export 
content to static HTML pages.  That is what you see at

http://cwiki.apache.org/VCL/

and it is not back yet.  I appears they got the wiki back up and are 
reexporting everything.  You can get to the wiki directly at

http://cwiki.apache.org/confluence/display/VCL/VCL+2.1

Once the first URL is working again, it is better to go back to using it 
because it causes less load on the ASF servers.

Josh
- -- 
- ---
Josh Thompson
Systems Programmer
Advanced Computing | VCL Developer
North Carolina State University

josh_thomp...@ncsu.edu
919-515-5323

my GPG/PGP key can be found at pgp.mit.edu
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)

iEYEARECAAYFAkvF2NkACgkQV/LQcNdtPQNdFgCfV9ok/cTw+GrbcNQl8K44o747
UJ4AnAlbTKBYgSAIvAaO8r6UsNxZvrfh
=9lYn
-END PGP SIGNATURE-


Re: Help with external DHCP issue

2010-04-14 Thread Kiran N
Thanks to all..
The good news is that finally the network is setup and it shows both the
private and public IP addresses in correct manner.The problem was with the
mac addresses.



On Tue, Apr 13, 2010 at 1:31 PM, Aaron Peeler  wrote:

> Is dhcpd running correctly on the private network, the vm guest is listed
> correct mac address, etc?
>
> If so, check the message log. Are there any dhcp entries, dhcpinform,
> dhcprequest, dhcpack, denial, etc related to the guest?
>
> -A
>
>
> On 4/13/10 11:42 AM, Kiran N wrote:
>
>> Thanks Vinay, Aaron for the help!
>> I tried changing it to 5 and now.. it does recognize the 2 networks( as
>> seen in VI client) in the correct manner. It shows the public IP address,
>> but no private IP address.
>> Also, in the vcld.log, it still shows the message:
>> 2010-04-13 10:23:35|15069|35:35|reload|
>> vmware.pm:load(856)|sshd is NOT active on vcl01 yet
>> When seen in console in VI client, there is limited or no network
>> connectivity status..
>>
>> [PS:attached is the new vcx file]
>>
>> thanks
>> Kiran
>>
>>
>


-- 
Thanks,
Kiran


Problem with ssh on the vmguest machine

2010-04-14 Thread Kiran N
Hello all,

I have my Windows 2003 image configured with cygwin.There is a root account
and a password has been set for that.
I even updated the vcld.conf file with the password.
When I make a reservation, the vguest(vcl01) machine starts but fails when
it tries to do an ssh on it..
I tried running  /usr/bin/ssh -i /etc/vcl/vcl.key  -l root -p 22 -x vcl01
'uname -s' 2>&1 from command line says Host key authentication failed.
When I start the cygwin on that vmguest machine, I saw that there is no root
account so I infer thats why the above ssh fails..
Do I need to add root account again on every vmguest machine?

Please help!!

A part of the log file is below.
2010-04-14 12:41:28|20587|34:34|reload|utils.pm:run_ssh_command(6167)|executing
SSH command on vcl01:
|20587|34:34|reload| /usr/bin/ssh -i /etc/vcl/vcl.key  -l root -p 22 -x
vcl01 'uname -s' 2>&1
2010-04-14 12:41:31|22231|vcld:main(165)|lastcheckin time updated for
management node 1: 2010-04-14 12:41:31
2010-04-14 12:41:36|22231|vcld:main(165)|lastcheckin time updated for
management node 1: 2010-04-14 12:41:36

|20587|34:34|reload|  WARNING 
|20587|34:34|reload| 2010-04-14
12:41:36|20587|34:34|reload|utils.pm:run_ssh_command(6239)|attempt
1/3: failed to execute SSH command on vcl01: uname -s, exit status: 255, SSH
exits with the exit status of the remote command or with 255 if an error
occurred, output:
|20587|34:34|reload| ssh output (uname -s): Permission denied, please try
again.
|20587|34:34|reload| ssh output (uname -s): Permission denied, please try
again.
|20587|34:34|reload| ssh output (uname -s): Received disconnect from
10.0.0.10: 2: Too many authentication failures for root
|20587|34:34|reload| ( 0) utils.pm, notify (line: 727)
|20587|34:34|reload| (-1) utils.pm, run_ssh_command (line: 6239)
|20587|34:34|reload| (-2) utils.pm, _sshd_status (line: 2745)
|20587|34:34|reload| (-3) vmware.pm, load (line: 847)
|20587|34:34|reload| (-4) new.pm, reload_image (line: 665)
|20587|34:34|reload| (-5) new.pm, process (line: 266)
|20587|34:34|reload| (-6) vcld, make_new_child (line: 594)

-- 
Thanks,
Kiran