[BlueOnyx:19122] Re: Aventurine 5209 VPS lost network

Michael Stauber mstauber at blueonyx.it
Fri Feb 12 14:19:49 -05 2016


Hi Colin,

> I have a 5209 VPS which has dropped off the network for some reason.
> If I enter via Aventurine CLI,  ifconfig only gives localhost. 
> A bit odd - fortunately this is a test server. I haven't yet gone live on any 5209 servers yet. ;)
> 
> Anybody any idea why - and what to do about fixing it? All looks fine but not much running:
> 
> [root at mercury network-scripts]# ps aux
> USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
> root         1  0.0  0.0  40736  2828 ?        Ss   17:21   0:00 init -z
> root         2  0.0  0.0      0     0 ?        S    17:21   0:00 [kthreadd/126]
> root         3  0.0  0.0      0     0 ?        S    17:21   0:00 [khelper/126]
> root        90  0.0  0.0  27564   564 ?        Ss   17:33   0:00 vzctl: pts/0
> root        91  0.0  0.0 117392  2000 pts/0    Ss   17:33   0:00 -bash
> root       114  0.0  0.0 139420  1548 pts/0    R+   17:36   0:00 ps aux
> 
> If I try and start anything I get this:
> 
> Failed to get D-Bus connection: Connection refused
> 
> Is this the problem?

I encountered this twice so far and I have no idea what causes it. But
it seems to be a known Systemd issue:

https://bbs.archlinux.org/viewtopic.php?id=152830

The directory /var/run has to be a symlink which needs to point to /run.

Do a "vzctel enter <vpsid>" and then run these commands:

mv /var/run /var/run.bak
ln -s /run /var/run
ln -s /run/lock /var/lock

Then restart the VPS and it should be good again.



-- 
With best regards

Michael Stauber



More information about the Blueonyx mailing list