Displaying 5 results from an estimated 5 matches for "cgroup_root".
Did you mean:
c_group_root
2013 Jun 07
0
Re: cgroup error starting domains
...2013-06-07 19:56:06.176366278 +0200
@@ -51,7 +51,14 @@
# Mount Control Groups filesystem interface:
if grep -wq cgroup /proc/filesystems ; then
if [ -d /sys/fs/cgroup ]; then
- mount -t cgroup cgroup /sys/fs/cgroup
+ # Mount a tmpfs as the cgroup filesystem root
+ /sbin/mount -t tmpfs cgroup_root /sys/fs/cgroup
+ # Mount individual cgroup controllers:
+ controllers="$(/usr/bin/lssubsys -a 2>/dev/null | tr '\n' ' ' |
/usr/bin/sed s/.$//)"
+ for i in $controllers; do
+ /usr/bin/mkdir /sys/fs/cgroup/$i
+ /sbin/mount -t cgroup -o $i $i /sys/fs/cgr...
2015 Apr 30
1
Rsync Failed & /proc/kcore 128 TiB & NTFS HDD Makes Scary sounds even when not mounted
...ound"} /*
"/run/media/narin/My Book/Gentoo Rsync Backup"/
$df
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 50G 49G 0 100% /
devtmpfs 10M 0 10M 0% /dev
tmpfs 1.2G 1012K 1.2G 1% /run
shm 5.7G 0 5.7G 0% /dev/shm
cgroup_root 10M 0 10M 0% /sys/fs/cgroup
/dev/sda5 20G 1.7G 17G 9% /var
/dev/sda6 382G 28G 334G 8% /home
rsync-3.1.1
>
>
> On Thu, 30 Apr 2015 07:11:46 +0200
> Jonathan Aquilina <eagles051387 at gmail.com> wrote:
> If your hard disk is making scary no...
2015 Apr 30
3
Rsync Failed & /proc/kcore 128 TiB & NTFS HDD Makes Scary sounds even when not mounted
Hi,
I tried to backup my gentoobox using rsync into a NTFS External Drive
Rsync Failed And now there is no space lesft on my root directory "/"
and kcore file size is 128 TiB and my External NTFS HDD makes scary
sounds (Like it is working hardly) even when its not mounted rsync
created some files/directories that i cant remove them on my External
HDD using "rm -rf" , Please
2013 Jun 07
2
Re: cgroup error starting domains
On Fri, Jun 07, 2013 at 01:07:01PM +0200, Matteo Bernardini wrote:
> Thanks Daniel for helping with this :)
>
> # cat /proc/mounts
[snip]
> cgroup /sys/fs/cgroup cgroup rw,relatime,bfqio,hugetlb,perf_event,blkio,net_cls,freezer,devices,memory,cpuacct,cpu,cpuset,clone_children
Ok so here you've mounted all the cgroups controllers at the same
place. This is really strongly
2013 Feb 08
1
libvirt v1.0.2 fails to boot LXC container, but v1.0.0 works
...,nodev,noexec,relatime)
/dev/md3 on / type ext3 (rw,noatime,errors=continue,barrier=1,data=writeback)
tmpfs on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
shm on /dev/shm type tmpfs (rw,nosuid,nodev,noexec,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
cgroup_root on /sys/fs/cgroup type tmpfs
(rw,nosuid,nodev,noexec,relatime,size=10240k,mode=755)
openrc on /sys/fs/cgroup/openrc type cgroup
(rw,nosuid,nodev,noexec,relatime,release_agent=/lib64/rc/sh/cgroup-release-agent.sh,name=openrc)
cpuset on /sys/fs/cgroup/cpuset type cgroup
(rw,nosuid,nodev,noexec,relati...