LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   pyneighborhood error (https://www.linuxquestions.org/questions/linux-newbie-8/pyneighborhood-error-936255/)

ceh383 03-24-2012 06:31 PM

pyneighborhood error
 
As is common with me, I hosed my system again. Not a big deal as I expect this happen as I learn.
I reinstalled the OS (Slackware 13.37_64) installed gksu and all it's deps, then installed pyneighborhood.
As root everything works as it should, as a user I get an error when I try to mount a share.

Code:

Failed to run /sbin/mount.cifs '//192.168.83.240/Music' '/home/chuck/CHCOMP/CLOUD/Music' '-o' 'credentials=/home/chuck/.pyNeighborhood/smbcredsY06Xoe' as user root.

The gksu-run-helper command was not found or is not executable.

This didn't happen the prior installation. I'm not sure where to look to fix this.

ceh383 03-24-2012 09:29 PM

After some searching I found this in another thread...
Quote:

Originally Posted by SqdnGuns (Post 4462474)
Yes, I realize that this post is almost 2 years old but this is still an issue with with the latest libgksu Slackware64 13.37, here is a work around.

Code:

mkdir /usr/lib/libgksu
ln -s /usr/lib64/libgksu/gksu-run-helper /usr/lib/libgksu/gksu-run-helper

Works like a charm.

And it did work like a charm...


All times are GMT -5. The time now is 05:23 PM.