Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


unrecognized mount option "relatime" or missing value
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

unrecognized mount option "relatime" or missing value

Hello,

on an OpenVZ server in /var/log/messages is:

Jan 30 12:16:27 hostname kernel: [2471962.859206] VE2500: no allowed mount options found for device 0:161

Jan 30 12:16:27 hostname kernel: [2471962.862789] proc: unrecognized mount option "relatime" or missing value

And the VPS is running apparently OK, its connectable via SSH ONLY from its OpenVZ host server, not from outside. Please can anyone suggest commands to do to discover details/cause of above mentioned errors or why VPS is not connecting from internet?

The /etc/fstab on the host server:

/dev/mapper/vg-root / ext4 discard,noatime 1 1

UUID=2ab84f72-7ace-4849-b911-c04fcf526b54 /boot ext2 defaults 1 2

/dev/mapper/vg-tmp /tmp ext4 discard,noatime 1 2

/dev/mapper/vg-swap swap swap defaults 0 0

tmpfs /dev/shm tmpfs defaults 0 0

devpts /dev/pts devpts gid=5,mode=620 0 0

sysfs /sys sysfs defaults 0 0

proc /proc proc defaults 0 0

mount

/dev/mapper/vg-root on / type ext4 (rw,noatime,discard)

proc on /proc type proc (rw)

sysfs on /sys type sysfs (rw)

devpts on /dev/pts type devpts (rw,gid=5,mode=620)

tmpfs on /dev/shm type tmpfs (rw)

/dev/sda1 on /boot type ext2 (rw)

/dev/mapper/vg-tmp on /tmp type ext4 (rw,noatime,discard)

none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)

beancounter on /proc/vz/beancounter type cgroup (rw,name=beancounter)

container on /proc/vz/container type cgroup (rw,name=container)

fairsched on /proc/vz/fairsched type cgroup (rw,name=fairsched)

Thank you

Comments

  • HuellHuell Member
    edited January 2016

    check mount of container (run mount inside container not on host) and post output here

    i think relatime is maybe not supported by OpenVZ in container but not sure

    or maybe like here http://forum.openvz.org/index.php?&t=msg&goto=46442 you have to old tool installed but see the developer reply say to ignore the error

    do you have problems because of it? if no best is to ignore it

    for no internet in container check ifconfig inside container

    does it have venet0? did you try to reconfigure network on it?

  • Thx, i see noatime (no access time change) can be set for the openvz container, here are details.

    BUT i assume i dont care about this. Reason why i found these errors was that im unable to SSH into VPS from within internet, only from host node. But i can access VPS web control panel on that VPS from internet.

  • OpenVZ+SolusVM?

Sign In or Register to comment.