Installed Caine 3.0 Mounter Utility doesnt work
2 posters
Page 1 of 1
Installed Caine 3.0 Mounter Utility doesnt work
I have Installed CAINE 3.0 Mounter Utility doesn't work. Any suggestions workaround will be highly appreciated.
aarat- Number of posts : 3
Registration date : 2012-10-05
Re: Installed Caine 3.0 Mounter Utility doesnt work
I installed Caine with ubiquity:
If you want mounter and all other administrative commands to start without requiring a password as it does in Caine-live, edit your sudoers file:
NOTE: Your user will be able to run any command without requiring a password. This is a security risk and may lead to substantial harm to your system. However, this is most like the Caine-live experience
If you want to mounter to start without requiring a password but require a password for other administrative commands (like normal desktop Linux), edit your sudoers file:
NOTE: This still posses a small security risk in that the mounter script could be changed to run other administrative commands. In a running Linux system, this would require the attacker to know the root password to change mounter, however, and if that was the case, such an attack would not be necessary.
Finally, you can allow any member of the 'admin' group to launch mounter without a password but retain normal permissions for other processes:
NOTE: The only other %admin group entry in the sudoers file should be '%admin ALL = (ALL) ALL' which allows members of the admin group to run any command on any attached host. Delete any other lines to avoid conflicts. I had to delete other admin group entries in Caine 3.0 before mounter would launch without a password for my administrative user in installed Caine.
- Code:
$ sudo ubquity &
If you want mounter and all other administrative commands to start without requiring a password as it does in Caine-live, edit your sudoers file:
- Code:
$ sudo visudo
- Code:
<user> ALL = NOPASSWD: ALL
NOTE: Your user will be able to run any command without requiring a password. This is a security risk and may lead to substantial harm to your system. However, this is most like the Caine-live experience
If you want to mounter to start without requiring a password but require a password for other administrative commands (like normal desktop Linux), edit your sudoers file:
- Code:
$ sudo visudo
- Code:
<user> ALL = NOPASSWD: /usr/local/bin/mounter
NOTE: This still posses a small security risk in that the mounter script could be changed to run other administrative commands. In a running Linux system, this would require the attacker to know the root password to change mounter, however, and if that was the case, such an attack would not be necessary.
Finally, you can allow any member of the 'admin' group to launch mounter without a password but retain normal permissions for other processes:
- Code:
$ sudo visudo
- Code:
%admin ALL = NOPASSWD: /usr/local/bin/mounter
NOTE: The only other %admin group entry in the sudoers file should be '%admin ALL = (ALL) ALL' which allows members of the admin group to run any command on any attached host. Delete any other lines to avoid conflicts. I had to delete other admin group entries in Caine 3.0 before mounter would launch without a password for my administrative user in installed Caine.
Last edited by slo.sleuth on Thu Oct 18, 2012 12:57 am; edited 2 times in total (Reason for editing : Added group permissions example)
Re: Installed Caine 3.0 Mounter Utility doesnt work
I got the issue why its not starting up. I was having multiple users logged in from vnc and console and when utility is running from console it doesnt start from vnc session.
aarat- Number of posts : 3
Registration date : 2012-10-05
Similar topics
» Caine 2.5 Pre-Installed in VirtualBox
» CAINE 1.5 Installed to capture image file from CAINE 1.5 Live CD
» CAINE 1.5 Installed... Installing WINE
» CAINE 1.5 Installed... WINE and RegRipper
» Installed Caine with Caine From Deb. How should I set /etc/fstab?
» CAINE 1.5 Installed to capture image file from CAINE 1.5 Live CD
» CAINE 1.5 Installed... Installing WINE
» CAINE 1.5 Installed... WINE and RegRipper
» Installed Caine with Caine From Deb. How should I set /etc/fstab?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum