Hi,

  When starting resin wrapper.pl says Oops: Permission denied at
...wrapper.pl line 846.

  We start resin with a shell-script as user 'nobody'. The script is
started
  as user root. Within the wrapper.pl function 'normalize_path' the
first chdir:
    chdir $dir or return $file;
  works fine, changing back to the previous directory:
    chdir $pwd or die "Oops: $!";
  ends with Oops.... (because of missing permissions for the home-dir of
root)

  My current solution is to add
    use Cwd;
  at the begin of wrapper.pl

  Not shure about the correctness of my modification, till now it works
for us though :-)

  Any comments?

--
Regards, Martin
_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to