Problems with upgrade to beta2

vzfanatic

Active Member
Jul 22, 2008
67
0
26
I upgraded, and got an error that the program was still running (don't have the exact error, sorry, system was rebooted)..

Is there a manual way to force the apt-get again?
 
You can ignore the note that the vz daemon is already running (thats just a hint, not an error).

Or is soemthing not working correctly?

- Dietmar
 
The only error I have is in regards to the slave cluster:

vzm:~# pveca -a -h xx.xx.xx.xx
buffer_get_ret: trying to get more bytes 4 than in buffer 0
buffer_get_int: buffer error
unable to add node: command failed - ssh XX.XX.XX.XX /usr/bin/pveca -a 'IP:xx.xx.xx.xx' 'NAME:[removed]' 'HOSTRSAPUBKEY:

I followed the instructions posted on the upgrade page, and other places, in this forum.

The master seems to be working ok, i was merely concerned that there was some error..

Now, if I could just get my cluster slave back....
 
Last edited by a moderator:
does ssh to the master works? TRy with

ssh XXX.XXX.XXX.XXX

or is there a network problem?

- Dietmar
 
Last edited:
did you remove the known_hosts file (on the node)?

Code:
[FONT=Courier][COLOR=#009900][COLOR=black]rm /root/.ssh/known_hosts[/COLOR] [/COLOR][/FONT]
 
seems i had to clear out /root/.ssh/known_hosts

could you please privatize the ips, or allow us to edit our own posts?
 
I spoke too early:

vzm:~# ssh xx.xx.xx.xx
buffer_get_ret: trying to get more bytes 4 than in buffer 0
buffer_get_int: buffer error
 
Maybe you need to remove the whole /root/.ssh directory, on the master and on all nodes. Then recreate the cluster. Does that work?

- Dietmar
 
rm /root/.ssh/known_hosts on all machines and then re-creating the master and added slaves worked like a charm.

Thanks for your help!