Hello SHIMAMURA-san, Mitsuru SHIMAMURA: > # dmesg |tail -1 > aufs au_sysrq_init:250:modprobe[993]: err -1, sysrq=a > > What's wrong about it?
It means aufs tired registering 'Magic SysRq-A' but failed. - if your distribution already registered 'A' key, you need to specify the module parameter sysrq=X (X is other than A, case-insensitive). - if your configuration disables CONFIG_MAGIC_SYSRQ, then CONFIG_AUFS_MAGIC_SYSRQ should be disabled too. If you enabled it manually, you got wrong configuration. Junjiro R. Okajima ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
