helloooo -<br><br>i have a question regarding adding desktop shortcuts.<a href="http://n770.herraiz.org/archives/16" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"></a><br><br>try
as i might, i'm having issues with the permissions or something. my goal right now is to just have a shortcut to run a
python script.
<br><br>here's the dropbear example from <a href="http://n770.herraiz.org/archives/16">http://n770.herraiz.org/archives/16</a> which i'm having issues with.<br><br>i set up the files. <br><br>/root/sshd_user is:<br>sudo /root/sshd
<br><br>
/root/sshd is:<br>#!/bin/sh<br>/var/lib/install/etc/init.d<div>/dropbear-server start<br><br>i have:<br>user ALL = NOPASSWD: /root/sshd<br>in my /etc/sudoers file.<br><br>now, if i run straight from the prompt:<br>MAEMAE:~# /root/sshd_user
<br>-sh: /root/sshd_user: Permission denied<br>MAEMAE:~# /root/sshd<br>-sh: /root/sshd: Permission denied<br>MAEMAE:~# whoami<br>root<br><br>if i do this:<br>MAEMAE:~# sudo /root/sshd<br>sudo: unable to lookup MAEMAE via gethostbyname()
<br>root is not in the sudoers file. This incident will be reported.<br><br>strange? i really appreciate your help or suggestions!<br><br>thanks so much, christine</div>