Hello,
I just have finished a fresh install of Quickbox on my server.
I encounter a problem, my server is not pinging after this install, even after reboot…
I already tried ssh on port 4747, and with command ssh username@serverip -p 4747.
I already check if the disk space availability, using chroot, with following commands, in rescue mode:
mount -t dev -o bind /dev /mnt/dev
/mnt/boot# mount -t proc -o bind /proc /mnt/proc
/mnt/boot# mount -t sys -o bind /sys /mnt/sys
/mnt/boot# chroot /mnt
I obtain the following results:
Sys. de fichiers Type Taille Utilisé Dispo Uti% Monté sur
/dev/sda3 ext4 916G 3,2G 866G 1% /
/dev/sda1 ext4 189M 107M 69M 61% /boot
udev devtmpfs 1,9G 0 1,9G 0% /dev
Remark : My server works well in rescue mode…
What can I do :(.
Thank you,
Pierre