See using apt-get for deb based distribution (like Debian or Ubuntu). For rpm based distribution, you will have to use the dedicated tool from the distribution : yum for Fedora, CentOS, urpmi for Mandriva, …
ssh-keygen -R your_ip_address
here : Updating kernel modules.
here : How to fix error when updating packages.
The gandi-hosting-vm package is installed by default on all OS image prepared by our technical team. It install files in their correct path and you can modify its behavior at boot time with this config file : /etc/sysconfig/gandi. More information in : http://lacuisinedegandi.net/post/2010/10/28/Modification-des-OS-standards-par-Gandi
Update the gandi-hosting-vm package using Gandi APT sources
Stop / start your VPS in two times on the control panel
Do the procedure described on our wiki again
When detaching a disk and if no incident on our hosting plaform has been published, the main cause is a running application still using files on the currently detaching disk. When the kernel cannot release the disk to the Xen subsystem, it print a message in the 'dmesg' output.
By using either 'lsof' of 'fuser' command, you can try to identify which process in memory is using the disk and blocking the detach operation.
CentOS is installing by default iscsi and iscsid, you can remove those packages, or just stop it, that will have no impact on the VPS, we use it for the backend but not on the VPS, this will avoid the logs errors.
It is necessary to follow this process :
- install & activate the EPEL repository - install the python-ctypes package
And Gsync works ! (Thank to Christophe Gimenez for the report).
The new kernels are not supporting XFS anymore, you have to create a new disk on our platform which will be formatted as Ext4, then transfer your files.
A recent update to systemd broke udev mounting on older CentOS 7 images. To correct this, create the following directory and file as root :
# mkdir /etc/systemd/system/systemd-udevd.service.d/ # touch /etc/systemd/system/systemd-udevd.service.d/local.conf
And add the following lines to the file :
[Service] MountFlags=shared