View Single Post
HtheB's Avatar
Moderator | Posts: 3,718 | Thanked: 7,420 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#28
Originally Posted by qwazix View Post
No there is no other sudo for harmattan around. The link is http://talk.maemo.org/attachment.php...9&d=1332087322

and after installation it never asked for password

My /etc/sudoers file looks like this
Code:
### Automatically added by update-sudoers start ###
Defaults env_check+="HOME DISPLAY"
Defaults env_keep+="HOME DISPLAY"
Defaults env_reset
user ALL = (ALL) NOPASSWD: ALL
developer ALL = (ALL) ALL
### Automatically added by update-sudoers end ###
Hmmm, that's strange, mine looks like this:

Code:
### Automatically added by update-sudoers start ###
Defaults env_check+="HOME DISPLAY"
Defaults env_keep+="HOME DISPLAY"
Defaults env_reset
user ALL = (ALL) ALL
developer ALL = (ALL) ALL
### Automatically added by update-sudoers end ###
Let me try editing that file

Edit:
yes, editing that file did the job!
Although now I've got the same problem like before:
Code:
~ $ sudo qchroot MyDocs/rootfs.img /.debian
Mounting...
using image file: MyDocs/rootfs.img
fs type is img
Don't know img: Using ext2 file system
Using ext2 file system
FATAL: Error inserting ext2 (/lib/modules/2.6.32.48-dfl61-20115101/ext2.ko): Device or resource busy
mounting MyDocs/rootfs.img on loop
Mount failure! MyDocs/rootfs.img failed to mount on loop0 mount: mounting /dev/loop1on /.debian failed: No such file or directory
Cancelling chroot...
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.

Last edited by HtheB; 2012-06-20 at 22:44.
 

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