![]() |
Rootsh and permission problems with dpkg,apt-get+QBW
Hi guys:)
is a bit that I'm playing with QBW to create buttons on the desktop that will allow me to make some tedious procedures about packages .. In particular I would like one to remove old dependencies .. one to upgrade the app ... and finally one to purge the old packages 1) To remove old dependencies I added a simple sudo apt-get -y clean && apt-get -y autoclean && apt-get -y autoremove Result: The first time asking for the password (and even this is not good because if I enter the command in QBW there is no way to enter the password) ... I enter "root" ... and he replies: Code:
Sorry, user user is not allowed to execute '/usr/bin/apt-get -y clean' as root on Nokia-N900 2) To upgrade the app a : sudo apt-get update && apt-get -y upgrade Result .. : Code:
Sorry, user user is not allowed to execute '/usr/bin/apt-get update' as root on Nokia-N900 sudo dpkg --list |grep "^rc" | cut -d " " -f 3 | xargs dpkg --purge Result Code:
Sorry, user user is not allowed to execute '/ usr / bin / dpkg --list' as root on Nokia-N900. dpkg --list |grep "^rc" | cut -d " " -f 3 | xargs dpkg --purge | sudo gainroot to first run the command sudo gainroot.. response .. Code:
~ $ dpkg --list |grep "^rc" | cut -d " " -f 3 | xargs dpkg --purge | sudo gainroot But for QBW i need the commands to work with only 1 input... Why all these problems with sudo? T_T I even tried uninstalling and reinstalling rootsh .. but nothing .. Solutions? :( EDIT: and there's something even more strange... the sudo command for the "sudo kernel-config ecc ecc" works.. I can change frequences and kernel options without any problem .. o.o ... |
Re: Rootsh and permission problems with dpkg,apt-get+QBW
Sudo isn't quite set up right on the devices.
If you've got the rootsh from extras (not devel) you should be able to replace sudo with rootsh in all of the above commands for it to work. The one from extras-devel has a couple of differences in the usage of rootsh is deprecated, but there may be another workaround there. |
Re: Rootsh and permission problems with dpkg,apt-get+QBW
Edit: Apologies, just saw codeMonkey's better suggestion and it works. Please don't edit your sudoers file (unless you really want to use sudo instead!).
- Original post - It sounds like you need to edit your sudoers file. You need to be careful when you do this. If you mess it up you may not be able to perform any commands as a superuser (including fixing the sudoers file!). Make sure you always use the visudo command as root rather than directly editing the file and it will warn you of syntax errors. The easiest way to get the behaviour you seem to want you need to add this line (using visudo): user ALL = NOPASSWD: ALL You could restrict sudo to only work for the specific commands you want - google is your friend in this case. You might want to search and familiarise yourself with the sudoers file anyway before proceeding. Cheers, Jan |
Re: Rootsh and permission problems with dpkg,apt-get+QBW
Try:
Code:
echo "apt-get -y clean && apt-get -y autoclean && apt-get -y autoremove" | sudo gainroot |
Re: Rootsh and permission problems with dpkg,apt-get+QBW
if you have installed rootsh 1.8 from extras devel uninstall it and install rootsh 1.5 from extras.
in your qbw widget replace all "sudo" with "rootsh" et voilą ! all your commands works !! |
Re: Rootsh and permission problems with dpkg,apt-get+QBW
Quote:
I really hate 1.8 as it has ruined any ability to distribute scripts. While I'm quite comfortable editing my sudoers file... the noob around the corner that is using my script isn't. Unfortunately it's also a pain in the neck to get them to install 1.5. |
Re: Rootsh and permission problems with dpkg,apt-get+QBW
Quote:
|
Re: Rootsh and permission problems with dpkg,apt-get+QBW
Quote:
|
Re: Rootsh and permission problems with dpkg,apt-get+QBW
Quote:
Quote:
|
Re: Rootsh and permission problems with dpkg,apt-get+QBW
Quote:
I do not know how to thank you ;) But i got a question .. Why the sudo commnand works with the kernel? :confused: Only the packages processes aren't set to work with sudo? ie under what circumstances I am forced to use the form that you just cited and in which a sudo? And the pipe shouldn't make the sudo gainroot process first? o.O like here: Code:
~ $ dpkg --list |grep "^rc" | cut -d " " -f 3 | xargs dpkg --purge | sudo gainroot Or why don't work a "dpkg --list | sudo gainroot" ? EDIT... the command for purge automatically all packages don't work... -.-''' Code:
~ $ echo "dpkg --list |grep "^rc" | cut -d ' ' -f 3 | xargs dpkg --purge" | sudo gainroot |
All times are GMT. The time now is 07:10. |
vBulletin® Version 3.8.8