From: Earl L. <ecl...@ya...> - 2010-12-29 01:54:43
|
sbbsctrl.exe is the windows executable for the program. Everything works great with the command line you gave me. Now I need to figure out how to have it drop into su when I double click on the icon. Everything else will fall into place. When I run the command line under a non root account I get privbind: setgroups: Operation not permitted Thanks!! Earl Larsen, A+ Certified ________________________________ From: Shachar Shemesh <sh...@sh...> To: Earl Larsen <ecl...@ya...> Cc: Privbind Discussion <pri...@li...> Sent: Tue, December 28, 2010 8:18:10 AM Subject: Re: error running On 24/12/10 00:53, Earl Larsen wrote: Hear is the rapidshare.com download link > >http://rapidshare.com/files/438956996/trace > > > The command line you seem to be running is: env WINEPREFIX=/home/phoenixii/.wine wine 'C:\sbbs\exec\sbbsctrl.exe' 'c:\sbbs\ctrl\' privbind -u phoenixii '[-n10]' (oops, you actually wrote this before, but I didn't know what sbbsctrl is). This seems entirely wrong. I don't know what sbbsctrl.exe is meant to do, but I doubt it actually runs privbind at any point. In fact, the trace clearly shows that privbind never gets run. The problem you are seeing has nothing to do with privbind. If you wish to run wine through privbind, you will need to have privbind execute wine: env WINEPREFIX=/home/phoenixii/.wine privbind -u phoenixii wine 'C:\sbbs\exec\sbbsctrl.exe' 'c:\sbbs\ctrl\' Shachar -- Shachar Shemesh Lingnu Open Source Consulting Ltd. http://www.lingnu.com |