View Single Post
Posts: 856 | Thanked: 1,681 times | Joined on Apr 2010 @ Aleppo ,Syria
#110
I can exactly tell what did you do :

(After applieing MY PATCH ) you opened /home/user/.bashrc
and copied the lines

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

and pasted them in terminal
wich made the terminal pid appear in the cgroup user folder

So i can help you to explain what happened
First when pasted those lines in terminal you applied the patch (FOR TERMINAL ONLY) so any apps from launched from that terminal window
Ae launched with the patch applied
but MY PATCH wich applies those ine to the whole core stuff
so the boot up has the patch applied


SO : My Patch has nothing wrong
And here a pic of what explain ( i did what you did)

l


SOOOOO Please don't fill this thread with b*llsh*t about claims of your patch
and pointing that my patch is not working
 

The Following 2 Users Say Thank You to karam For This Useful Post: