Josip Rodin writes: > On Thu, Nov 23, 2000 at 06:27:13PM +0100, Wichert Akkerman wrote:
>> Ah, start-stop-daemon doesn't have sunos/solaris support >> properly. Can you check if solaris has /proc/<pid> and >> /proc/<pid>/exe ? > > $ ls /proc/$$ > as cred cwd lpsinfo lusage map pagedata rmap sigact usage xmap > auxv ctl fd lstatus lwp object psinfo root status watch > > Hope that helps. IIRC prior to Solaris 2.6, /proc/<pid> was a single file that you had to do ioctl() calls on to get any information out of. Depends what Solaris versions you're interested in supporting, I suppose. ttfn/rjk

