|
From: Ashish G. <as...@se...> - 2003-03-22 07:03:57
|
Leif Mortenson wrote: > Stefan, > HP-UX support was graciously donated by one of our users. I have > never actually touched one of these machines, so hopefully any other > HP-UX out there will post if they have any ideas on this :-) > > There should be no reason why the script requires root access as it > is failing. The wrapper will try to write a pid file to /var/run. > But I don't > think you would get the error you are seeing if you don't have access to > write to that directory. > > Here are a couple things that you could check: > > 1) It sounds obvious, but has happened before. :-) Are you sure you > are using the HP-UX version of the Wrapper. Releases are platform > dependent. > > 2) What happens if you go into the WRapper bin directory and manually > execute: > ./wrapper > If it is working, you should get a usage message. How about: > ./realpath > Once again, you should get a usage message. > > 3) You might want to try downloading the source release and running the > build.sh script for you particular machine. Not being familiar with > HP-UX, > I'm not sure if this is an issue, but the release we provide may not be > compatible with your particular hardware?? If this true, I would want to > know about it. But doing a build on your machine would fix that problem. > > Obviously, I am shooting in the dark, but let me know about the above. > I'll give it some more thought as well. > > Cheers, > Leif > > Stefan Gatz wrote: > >> Hi there, >> >> im trying to run the wrapper 3.0.0 on HP-UX 11. When i run the shell >> script >> i get an error "./wrapper: Execution permission denied". >> >> I have set the execute-flag on the "wrapper" file. All needed files >> including lib....so, realpath etc. are in the same >> directory >> and have also the execution flag set. >> >> I have no root rights on the machine. Do i need root rights to use >> wrapper >> on HP-UX ? >> >> Thanks in advance. >> >> STefan >> >> > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Tablet PC. Does your code think in > ink? You could win a Tablet PC. Get a free Tablet PC hat just for > playing. What are you waiting for? > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user The binaries were built on HP-UX B.11.11. Did you use these binaries or built from the wrapper source? When I try to execute I get the following message: Usage: ./wrapper <file> [config properties] [...] <file> is the application config file. [config properties] are configuration name-value pairs which override values in wrapper.conf. For example: wrapper.debug=true Options: --help Dont know why it doesnt work for you. Hope this helps. Ashish Gawarikar |