![]() |
2011-09-07
, 23:50
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#4532
|
Include transitions.ini in deb configfile to retain user settings
The Following 2 Users Say Thank You to Saturn For This Useful Post: | ||
![]() |
2011-09-07
, 23:55
|
Posts: 509 |
Thanked: 522 times |
Joined on Aug 2010
@ indonesia
|
#4533
|
I keep getting errors about .bashrc everytime I open xterm:
The directory with the numbers after "user" is changing every time whenever I start xterm.Code:BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash) Enter 'help' for a list of built-in commands. -sh: /home/user/.bashrc: line 5: cannot create /dev/cgroup/cpu/user/3870/tasks: nonexistent directory -sh: /home/user/.bashrc: line 5: cannot create /dev/cgroup/cpu/user/3870/notify_on_release: nonexistent directory
So there is some error with a file called .bashrc, this is the content of the file:
How can I solve this?Code:~ $ 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
is it save to remove the .bashrc file?
What is the command trying to do anyway?
The Following 2 Users Say Thank You to cloud596 For This Useful Post: | ||
![]() |
2011-09-08
, 00:07
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#4534
|
I keep getting errors about .bashrc everytime I open xterm:
The directory with the numbers after "user" is changing every time whenever I start xterm.Code:BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash) Enter 'help' for a list of built-in commands. -sh: /home/user/.bashrc: line 5: cannot create /dev/cgroup/cpu/user/3870/tasks: nonexistent directory -sh: /home/user/.bashrc: line 5: cannot create /dev/cgroup/cpu/user/3870/notify_on_release: nonexistent directory
So there is some error with a file called .bashrc, this is the content of the file:
How can I solve this?Code:~ $ 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
is it save to remove the .bashrc file?
What is the command trying to do anyway?
The Following User Says Thank You to droll For This Useful Post: | ||
![]() |
2011-09-08
, 00:09
|
|
Posts: 323 |
Thanked: 189 times |
Joined on Oct 2010
@ Brazil
|
#4535
|
The Following 2 Users Say Thank You to Temporal For This Useful Post: | ||
![]() |
2011-09-08
, 00:10
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#4536
|
The Following User Says Thank You to droll For This Useful Post: | ||
![]() |
2011-09-08
, 00:12
|
Posts: 270 |
Thanked: 45 times |
Joined on May 2010
@ UK
|
#4537
|
![]() |
2011-09-08
, 00:13
|
|
Posts: 323 |
Thanked: 189 times |
Joined on Oct 2010
@ Brazil
|
#4538
|
*) in fastsms virtual keybaord when i try to press options key to put numbers or insert symbol or enter new work the vkb minimizes itself and on opening vkb again i lose all i wrote in so i have write again!
The Following User Says Thank You to Temporal For This Useful Post: | ||
![]() |
2011-09-08
, 00:18
|
Posts: 235 |
Thanked: 163 times |
Joined on Dec 2008
@ Costa Rica
|
#4539
|
/usr/share/hildon-desktop/transitions.iniit uses instead
/usr/share/theme/transitions.iniWhat I did is to make a link between both files.
ln -s /usr/share/hildon-desktop/transitions.ini transitions.ini
![]() |
2011-09-08
, 00:53
|
|
Posts: 163 |
Thanked: 38 times |
Joined on Apr 2010
|
#4540
|
![]() |
Tags |
community ssu, f**k nokia, fremantle, maemo 5, nokia-who?, portrait mode, rotate, task-switcher, update, upgrade |
|
So there is some error with a file called .bashrc, this is the content of the file:
is it save to remove the .bashrc file?
What is the command trying to do anyway?
www.HtheB.com
Please donate if you think I'm doing a good job.
Last edited by HtheB; 2011-09-07 at 23:44.