in reply to Re: Re: chroot fails for no obvious reason
in thread chroot fails for no obvious reason

That's a brilliant observation, but off-target. I took the "home" key-value pair out of the hash, so there was only one chroot call, and it still failed the same way.
  • Comment on Re: Re: Re: chroot fails for no obvious reason

Replies are listed 'Best First'.
Re: Re: Re: Re: chroot fails for no obvious reason
by merlyn (Sage) on May 09, 2001 at 22:36 UTC
    Then look at what chroot(2) says for "not owner" on your system. Since you don't give the architecture, we can't guess. And I don't find "not owner" as an errno string on Linux. Perhaps you're using BSD?

    -- Randal L. Schwartz, Perl hacker