Active Topics

 


Reply
Thread Tools
Posts: 47 | Thanked: 0 times | Joined on Jun 2010 @ India
#11
Originally Posted by Captwheeto View Post
sudo sed -i 's/bash/sh/g' /var/lib/dpkg/info/catblock.prerm
sudo sed -i 's/bash/sh/g' /var/lib/dpkg/info/catblock.postinst

That should do it. I hope
When I type in the command it asks for a password. So I don't quite know what to put in there.
 
Posts: 2 | Thanked: 0 times | Joined on May 2010
#12
Originally Posted by amit_majumder View Post
When I type in the command it asks for a password. So I don't quite know what to put in there.
How can I check now to see if catblock is actually gone after putting in the two lines of commands?
 
Posts: 2 | Thanked: 0 times | Joined on May 2010
#13
How do I know that catblock is actually gone after typing in these two lines of commands?
 
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#14
ahhhhhhh nice, BTW the app doesnt work either
 
Posts: 12 | Thanked: 0 times | Joined on Dec 2010
#15
finally i have got the folder.when i finished editing at the time of saving it said file is read only..any solution..help..THANKS
Originally Posted by nicolai View Post
The installation script assumes bash is installed :-)
You have to edit the installation script manually.

change the first line:
#!/bin/bash
to
#!/bin/sh
in both files
/var/lib/dpkg/info/catblock.prerm
and
/var/lib/dpkg/info/catblock.postinst


nicolai
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#16
You need to have root access for editing this file.

nicolai
 
Posts: 12 | Thanked: 0 times | Joined on Dec 2010
#17
Kindly can u tell me how can i get root access..thanks
Originally Posted by nicolai View Post
You need to have root access for editing this file.

nicolai
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#18
 
Posts: 12 | Thanked: 0 times | Joined on Dec 2010
#19
hi nicolai...i installed rootsh and openssh client and server its still saying file is read only please help me.thanks
Originally Posted by nicolai View Post
http://wiki.maemo.org/Root_access
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#20
Don't use filebox with the builtin notes application. You need another
editor which supports running as root.
Or try this commands in xterm

sudo sed -i 's/bash/sh/g' /var/lib/dpkg/info/catblock.prerm
and
sudo sed -i 's/bash/sh/g' /var/lib/dpkg/info/catblock.postinst

sed is a commandline program to search/replace text in files

Nicolai
 

The Following User Says Thank You to nicolai For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 04:57.