View Single Post
Posts: 245 | Thanked: 233 times | Joined on May 2010 @ Ljubljana, Slovenia
#2199
Hi!

I just did first time install of both patches from repos and ran terminal after reboot and first thing is same error GuiTARisT_90 posted above.

As I can see .bashrc now contains few lines:

BusyBox v1.19.0 (Debian 1.19.0power3) built-in shell (ash)
Enter 'help' for a list of built-in commands.

-sh: /home/user/.bashrc: line 5: can't create /dev/cgroup/cpu/user/2585/tasks: nonexistent directory
-sh: /home/user/.bashrc: line 5: can't create /dev/cgroup/cpu/user/2585/notify_on_release: nonexistent directory


~ $ cat .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
~ $


Manually creating /dev/cgroup/cpu/user dir and assigning write permissions work, but when I close terminal folders remain there -- each time new terminal windows is opened, new directory is created and files are not deleted after close.

Any suggestion?

Thanks,
b.