Displaying 20 results from an estimated 345 matches for "relatim".
Did you mean:
relatime
2013 Jun 10
1
Re: libvirt_lxc and sysfs
...Thanks!
>>>
> Thanks for the quick reply.
> I was surprised too. I didn't post /proc/mounts to container.
I mean show the /proc/mounts of container and host
in container:
cat /proc/mounts
[root@Donkey /]# cat /proc/mounts
rootfs / rootfs rw 0 0
devpts /dev/pts devpts rw,nosuid,relatime,gid=5,mode=620,ptmxmode=666 0 0
devfs /dev tmpfs rw,nosuid,relatime,size=64k,mode=755 0 0
/dev/sdb2 / ext4 rw,relatime,data=ordered 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
proc /proc/sys proc ro,relatime 0 0
sysfs /sys sysfs ro,relatime 0 0
libvirt /proc/meminfo fuse rw,nosuid,node...
2019 Sep 12
2
Fw: Btrfs Samba and Quotas
Hello Hendrik
Can you help input 2 commands 'mount' and 'df -TPh' on OMV,
and post the output to us, thank you.
--
Regards,
Jones Syue | ???
QNAP Systems, Inc.
2017 Feb 26
1
error : Failed to switch root mount into slave mode: Permission denied
...gle about this error message. Any way to get around it?
[root@arch ~]# uname -a
Linux arch 4.8.0-39-generic #42~16.04.1-Ubuntu SMP Mon Feb 20 15:06:07 UTC 2017 x86_64 GNU/Linux
[root@arch ~]# cat /proc/mounts
storage/lxd_root/containers/arch / zfs rw,noatime,xattr,posixacl 0 0
none /dev tmpfs rw,relatime,size=492k,mode=755 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
proc /proc/sys/net proc rw,nosuid,nodev,noexec,relatime 0 0
proc /proc/sys proc ro,nosuid,nodev,noexec,relatime 0 0
proc /proc/sysrq-trigger proc ro,nosuid,nodev,noexec,relatime 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,r...
2019 Sep 12
0
Fw: Btrfs Samba and Quotas
...tmpfs 64M 0 64M 0%
/sharedfolders/docker_dir/containers/6ba835083cc278f2efc9ca822f30c802d67a064c8646c836b0bcb28be6de17b0/mounts/shm
r
mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs
(rw,nosuid,relatime,size=6084724k,nr_inodes=1521181,mode=755)
devpts on /dev/pts type devpts
(rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs
(rw,nosuid,noexec,relatime,size=122...
2013 Sep 03
2
No valid cgroup for machine...
...s error?
offlinehacker:~/ $ virsh --debug 0 -c lxc:/// create o1.xml
create: file(optdata): o1.xml
error: Failed to create domain from o1.xml
error: internal error: No valid cgroup for machine c1
My cgroups seem to be mounted:
cgroup on /sys/fs/cgroup/systemd type cgroup
(rw,nosuid,nodev,noexec,relatime,release_agent=/run/current-system/systemd/lib/systemd/systemd-cgroups-agent,name=systemd)
cgroup on /sys/fs/cgroup/cpuset type cgroup
(rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup
(rw,nosuid,nodev,noexec,relatime,cpuacct,cpu)
cgroup on /sys/fs/cgroup/mem...
2020 Sep 25
2
Debian client/workstation pam_mount
...ep 25 13:45:46 ubuntucliente lightdm[702]: (mount.c:76): In some
cases useful info is found in syslog - try
Sep 25 13:45:46 ubuntucliente lightdm[702]: (mount.c:76): dmesg |
tail or so.
Sep 25 13:45:46 ubuntucliente lightdm[702]: (mount.c:558): 22 27 0:21 /
/sys rw,nosuid,nodev,noexec,relatime shared:7 - sysfs sysfs rw
Sep 25 13:45:46 ubuntucliente lightdm[702]: (mount.c:558): 23 27 0:4 /
/proc rw,nosuid,nodev,noexec,relatime shared:12 - proc proc rw
Sep 25 13:45:46 ubuntucliente lightdm[702]: (mount.c:558): 24 27 0:6 / /dev
rw,nosuid,relatime shared:2 - devtmpfs udev
rw,size=990848k,nr...
2012 Nov 08
1
OpenStack+libvirt+lxc: lxcContainerGetSubtree:1199 : Failed to read /proc/mounts
...lt;/interface>
<console type='pty'>
<target type='lxc' port='0'/>
</console>
</devices>
</domain>
cat /proc/mounts
--
[root at localhost libvirt]# cat /proc/mounts
rootfs / rootfs rw 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
devtmpfs /dev devtmpfs
rw,nosuid,relatime,size=32967000k,nr_inodes=8241750,mode=755 0 0
devpts /dev/pts devpts rw,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev,relatime 0 0
/dev/sda2 / ext4 rw,relatime,barrier...
2013 Jun 10
2
Re: libvirt_lxc and sysfs
On Mon, Jun 10, 2013 at 09:07:08AM +0800, Gao feng wrote:
> On 06/09/2013 08:14 PM, pr.G wrote:
> > Hello.
> >
> > Is it possible to start container via libvirt_lxc without mounting /sys
> > inside container?
> >
> > When I start container via lxc-start and do not add mount point to config,
> > then /sys inside container is empty.
> >
>
2017 Oct 18
2
Can we disable write to /sys/fs/cgroup tree inside container ?
Hi all
Each lxc container on node have mounted tmpfs for cgroups tree:
[root-inside-lxc@tst1 ~]# mount | grep cgroups
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup
(rw,nosuid,nodev,noexec,relatime,cpuacct,cpu)
cgroup on /sys/fs/cgroup/cpuset type cgroup
(rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/memory type cgroup
(rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/devices type cgroup
(rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/fre...
2020 Sep 25
3
Debian client/workstation pam_mount
Error on domain option !!
Sep 25 12:04:33 ubuntucliente lightdm[702]: (mount.c:664): Password will be
sent to helper as-is.
Sep 25 12:04:33 ubuntucliente lightdm[702]: command: 'mount' '-t' 'cifs'
'//domain-server2/FS_PRUEBA_3' '/home/prueba3/compartido' '-o'
'username=prueba3,uid=50006,gid=50027,username=prueba3,uid=50006,gid=50027,domain'
2011 Feb 08
10
mkfs.btrfs - error checking /dev/sda5 mount status
Hi,
I''m hitting this issue - sda5 is a normal device, nothing to do with
loop, encryption etc.
# mkfs.btrfs /dev/sda5
WARNING! - Btrfs v0.19-35-g1b444cd-dirty IS EXPERIMENTAL
WARNING! - see http://btrfs.wiki.kernel.org before using
error checking /dev/sda5 mount status
Is there something I can do to resolve this?
Thank you
Lubos
--
To unsubscribe from this list: send the line
2013 Jun 07
2
Re: cgroup error starting domains
On Thu, Jun 06, 2013 at 06:26:23PM +0200, Matteo Bernardini wrote:
> On 05/22/2013 11:01 AM, Matteo Bernardini wrote:
> > Hi,
> >
> > I've got a small problem using libvirt-1.0.5.1 (with the latest patch in
> > the v1.0.5-maint branch on git added).
> > I'm using slackware64-14.0 but the situation is exactly the same described
> > on a debian bug
2020 Sep 25
2
Debian client/workstation pam_mount
...ep 25 10:00:15 ubuntucliente lightdm[702]: (mount.c:76): In some
cases useful info is found in syslog - try
Sep 25 10:00:15 ubuntucliente lightdm[702]: (mount.c:76): dmesg |
tail or so.
Sep 25 10:00:15 ubuntucliente lightdm[702]: (mount.c:558): 22 27 0:21 /
/sys rw,nosuid,nodev,noexec,relatime shared:7 - sysfs sysfs rw
Sep 25 10:00:15 ubuntucliente lightdm[702]: (mount.c:558): 23 27 0:4 /
/proc rw,nosuid,nodev,noexec,relatime shared:12 - proc proc rw
Sep 25 10:00:15 ubuntucliente lightdm[702]: (mount.c:558): 24 27 0:6 / /dev
rw,nosuid,relatime shared:2 - devtmpfs udev
rw,size=990848k,nr...
2020 Sep 25
2
Debian client/workstation pam_mount
On 25/09/2020 12:55, Robert Wooden wrote:
> Thanks Dr, Naumer and Rowland.
>
> Although still not quite correct, my pam_mount.conf.xml looks like:
> root at lws4:~# cat /etc/security/pam_mount.conf.xml
> <debug enable="1" />
> <volume fstype="fuse"
> server="mbr04.subdom.example.com <http://mbr04.subdom.example.com>"
>
2014 Aug 28
0
OT: problems with pam_mount
...erlying mount program:
(mount.c:76): mount error(126): Required key not available
(mount.c:76): Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
(mount.c:722): could not remove /home/MVZ/gburck again: Das Verzeichnis ist nicht leer
(mount.c:556): 14 20 0:13 / /sys rw,nosuid,nodev,noexec,relatime - sysfs sysfs rw
(mount.c:556): 15 20 0:3 / /proc rw,nosuid,nodev,noexec,relatime - proc proc rw
(mount.c:556): 16 20 0:5 / /dev rw,relatime - devtmpfs udev
rw,size=10240k,nr_inodes=256052,mode=755
(mount.c:556): 17 16 0:10 / /dev/pts rw,nosuid,noexec,relatime - devpts devpts
rw,gid=5,mode=620,p...
2018 Jun 20
0
Ubuntu 18:04 not getting 'home' directory from DC
...10 lightdm[823]: command: 'mount' '-t' 'cifs'
'//cy-vault/home/rachelj' '/mnt/home/rachelj' '-o'
'username=rachelj,uid=10161,gid=10001,vers=2.1'
Jun 20 10:29:35 CY-MKT-10 lightdm[823]: (mount.c:558): 18 24 0:17 / /sys
rw,nosuid,nodev,noexec,relatime shared:7 - sysfs sysfs rw
Jun 20 10:29:35 CY-MKT-10 lightdm[823]: (mount.c:558): 19 24 0:4 / /proc
rw,nosuid,nodev,noexec,relatime shared:12 - proc proc rw
Jun 20 10:29:35 CY-MKT-10 lightdm[823]: (mount.c:558): 20 24 0:6 / /dev
rw,nosuid,relatime shared:2 - devtmpfs udev
rw,size=1965792k,nr_ino...
2013 Jun 07
0
Re: cgroup error starting domains
Thanks Daniel for helping with this :)
# cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / ext4 rw,noatime,data=ordered 0 0
devtmpfs /dev devtmpfs rw,relatime,size=1970508k,nr_inodes=492627,mode=755
0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
tmpfs /run tmpfs rw,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,gid=5,mode=620,ptmxmode=000 0 0
fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0
/dev/sda1 /media/oldsla...
2018 Feb 26
1
I: Missing 'security' tab
Of course is not; /opt/shares/geoportale-lizmap belongs to /
> /dev/mapper/ubuntugis01--vg-root on / type ext4
(rw,relatime,errors=remount-ro,data=ordered)
It should read like this:
/dev/mapper/ubuntugis01--vg-root on / type ext4
(rw,relatime,errors=remount-ro,data=ordered,acl,user_xattr)
Edit /etc/fstab, add those 2 options then reboot (or remount).
Il 26/02/2018 13:44, Andrea Rossetti ha scritto:
>
> Is no...
2020 Sep 24
1
helping whith pam_mount
...ubuntucliente kernel: [ 1975.010067] CIFS VFS: cifs_mount
failed w/return code = -13
Sep 24 10:22:21 ubuntucliente lightdm[708]: (mount.c:76): mount: cannot
mount //10.11.37.155/FS_PRUEBA_3 read-only
Sep 24 10:22:21 ubuntucliente lightdm[708]: (mount.c:558): 22 27 0:21 /
/sys rw,nosuid,nodev,noexec,relatime shared:7 - sysfs sysfs rw
Sep 24 10:22:21 ubuntucliente lightdm[708]: (mount.c:558): 23 27 0:4 /
/proc rw,nosuid,nodev,noexec,relatime shared:12 - proc proc rw
Sep 24 10:22:21 ubuntucliente lightdm[708]: (mount.c:558): 24 27 0:6 / /dev
rw,nosuid,relatime shared:2 - devtmpfs udev
rw,size=990848k,nr...
2018 Jun 20
4
Ubuntu 18:04 not getting 'home' directory from DC
...mand: 'mount' '-t' 'cifs'
> '//cy-vault/home/rachelj' '/mnt/home/rachelj' '-o'
> 'username=rachelj,uid=10161,gid=10001,vers=2.1'
> Jun 20 10:29:35 CY-MKT-10 lightdm[823]: (mount.c:558): 18 24 0:17 /
> /sys rw,nosuid,nodev,noexec,relatime shared:7 - sysfs sysfs rw
> Jun 20 10:29:35 CY-MKT-10 lightdm[823]: (mount.c:558): 19 24 0:4 /
> /proc rw,nosuid,nodev,noexec,relatime shared:12 - proc proc rw
> Jun 20 10:29:35 CY-MKT-10 lightdm[823]: (mount.c:558): 20 24 0:6 /
> /dev rw,nosuid,relatime shared:2 - devtmpfs udev
>...