|
From: Leif M. <le...@ta...> - 2010-03-22 04:55:27
|
Most likely this is a permissions problem on the wrapper file or one of its parent directories. The Wrapper does not do anything special to resolve the path of the wrapper file, it is making system call which is failing with the system error: "Permission Denied". What do you get when you run "ls -al" on the bin directory as the user you are attempting to run as? Cheers, Leif 2010/3/22 赵才文 <zh...@li...> > > > I download a brand-new aix wrapper community version,and chmod +x ./wrapper ,and then execute the wrapper like this: > > *dnserv1:/4A/wrapper-aix-ppc-64-3.4.0/bin>./wrapper* > * > FATAL | wrapper | Unable to get the path for './wrapper'-Permission denied > * > > > but if I changed to use "root" user, wrapper works ok, when I change back to a normal user, the fatal error occured. why ? > any help is appreciated! > > 2010-03-22 > ------------------------------ > cowrie > > |