ERROR with *.dmz kernel when login... [solved]
Poincare_
Status: New User - Welcome
Joined: 13 May 2011
Posts: 3
Reply Quote
Hello,

I have installed 2.6.38-6.dmz.1-liquorix-amd64 from the repository. However, every time I login I get these error messages:

:: Code ::

bash: /dev/cgroup/cpu/user/12418/tasks: No such file or directory
bash: /dev/cgroup/cpu/user/12418/notify_on_release: No such file or directory
mike@mike ~ $


I have searched the forum and not found any answer about what these files or directories are AND/OR how I can get them, put them in place, or fix these error messages.

Anyone have any info please?
Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4127
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
I could have sworn I posted this fix here, but I didn't.

This is a mint configuration error,
forums.linuxmint.com/viewtopic.php?f=47&t=70537

:: Quote ::
I had the same issue after a recent liquorix kernel upgrade. To fix it remove or comment out these lines in /etc/bash.bashrc:

if [ "$PS1" ] ; then
mkdir -p -m 0700 /dev/cgroup/cpu/user/$$ > /dev/null 2>&1
echo $$ > /dev/cgroup/cpu/user/$$/tasks
echo "1" > /dev/cgroup/cpu/user/$$/notify_on_release
fi

These lines were from user space version of the 'famous 200 line patch', which has integrated into the latest liquorix kernel, making these lines unnecessary anyway.

Back to top
[SOLVED ERROR with *.dmz kernel when login...
Poincare_
Status: New User - Welcome
Joined: 13 May 2011
Posts: 3
Reply Quote
I see. Thanks for the reply. That seems to have solved my problem!

Cheers.

I tried to change the title to {SOLVED]... but that didn't seem to work; just on my particular reply.
Back to top
Re: [SOLVED ERROR with *.dmz kernel when login...
DeepDayze
Status: Contributor
Joined: 21 May 2009
Posts: 128
Reply Quote
:: Poincare_ wrote ::
I see. Thanks for the reply. That seems to have solved my problem!

Cheers.

I tried to change the title to {SOLVED]... but that didn't seem to work; just on my particular reply.


Don't think you can edit the original post title. Ask the admin and he'll correct it for you
Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4127
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
yeah, sorry, I did something or other that makes regular users unable to edit their posts, or is that default, after someone responds? Maybe I'll see if I can fix that, but it's also useful for spam control etc.
Back to top
Display posts from previous:   

All times are GMT - 8 Hours