I've installed a dual opteron using pure64, all works ok except autofs:
if i use nis table strace -p <autofspid> says:

        poll([{fd=4, events=POLLIN, revents=POLLIN}, {fd=6,
        events=POLLIN}], 2, -1) = 1 
        read(4,
        "\3\0\0\0\0\0\0\0\v\0\0\0\4\0\0\0html\0\0\0\0\0\0\0\0\0"...,
        280) = 272 
        read(4, 

and about 1 minute later: 

                0x7fbffffb80, 8)                = ? ERESTARTSYS (To be
                restarted) 
        --- SIGALRM (Alarm clock) @ 0 (0) ---
        Process 17458 detached

Thinking autofs for amd64 doesn't work via nis i copied the map in /etc,
modified /etc/auto.master and restart, but strace says:

        poll([{fd=4, events=POLLIN, revents=POLLIN}, {fd=6,
        events=POLLIN}], 2, -1) = 1 
        read(4,
        "\3\0\0\0\0\0\0\0\f\0\0\0\4\0\0\0html\0\0\0\0\0\0\0\0\0"...,
        280) = 272 
        read(4, 

and about 1 minute later:

                0x7fbffffb80, 8)                = ? ERESTARTSYS (To be
        restarted) v
        --- SIGALRM (Alarm clock) @ 0 (0) ---
        Process 17525 detached

that's the same.

I'm not able to solve the problem, anyone has an idea?

Thanks, Micky
-- 
Micky Del Favero  [EMAIL PROTECTED]  [EMAIL PROTECTED]
Linux Registered User #78384 http://counter.li.org


Reply via email to