Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while recovering SLES-11 SP3 --> cgroup_disable=memory #907

Closed
jottschi opened this issue Jul 11, 2016 · 5 comments
Closed

Error while recovering SLES-11 SP3 --> cgroup_disable=memory #907

jottschi opened this issue Jul 11, 2016 · 5 comments

Comments

@jottschi
Copy link

Using Rear 1.18 / Git
OS-Version SLES 11 SP3 (+ OES11 on TOP)
Kernel-Version: 3.0.101-0.47.71-default
OS_VENDOR=SUSE_LINUX
OS_VERSION=11
ReaR Config: /etc/rear/local.conf

OUTPUT=ISO
BACKUP=NETFS
BACKUP_URL=sshfs://sambasave@10.2.3.4/home/sambasave/Backup

MODULES_LOAD=( vmxnet vmxnet3 e1000e e1000 fuse hpsa )
USE_DHCLIENT=Yes
DHCLIENT_BIN=dhclient

END

Issue:
The Kernel stops booting while complainig about Memory C-Groups

Work-Around:
I added "cgroup_disable=memory" to the initrd kernel parameters as suggested by the error message
now it looks like this:
append initrd=initrd.cgz root=/dev/ram0 vga=normal rw selinux=0 cgroup_disable=memory console=tty0 auto_recover
Question: Is there a line in line for this in local.conf?

Thanks for reading!

@jsmeix
Copy link
Member

jsmeix commented Jul 11, 2016

I never used that particular configuration variable myself
but usr/share/rear/conf/default.conf
reads:

# append special kernel parameters on rescue media
KERNEL_CMDLINE=""

Please try in /etc/rear/local.conf

KERNEL_CMDLINE="cgroup_disable=memory"

and provide feedback if that makes it work for you.

@jsmeix
Copy link
Member

jsmeix commented Jul 11, 2016

FYI regarding

BACKUP_URL=sshfs://...
...
MODULES_LOAD=( ... fuse ... )

Currently the MODULES_LOAD functionality seems not to work,
see #905
and 0ec8716

@jsmeix
Copy link
Member

jsmeix commented Jul 15, 2016

No feedback.

With the fallback assumtion that "no news is good news"
I close it now.

@jsmeix jsmeix closed this as completed Jul 15, 2016
@jottschi
Copy link
Author

Yes. IT works.

Am 11.07.2016 13:33 schrieb "Johannes Meixner" notifications@github.com:

FYI regarding

BACKUP_URL=sshfs://...
...
MODULES_LOAD=( ... fuse ... )

Currently the MODULES_LOAD functionality seems not to work,
see #905 #905
and 0ec8716
0ec8716


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#907 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AG-zsuFLsUW5TICrCC01_urcFwUPhOl9ks5qUinugaJpZM4JJLro
.

@jsmeix
Copy link
Member

jsmeix commented Jul 18, 2016

@jottschi
many thanks for your confirmation feedback
that it actually works for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants