Arturs Korneevs wrote:

> ** Reply Requested by 9/6/2000 (Wednesday) **
>
> Hello,
> I have RH 6.2, named 8.2.2_P5-9 (original RH rpm)
>
> I chrooted named to /var/named, and it's works if
> I run it from command line (named -u named -g named -t /var/named).
>
> But if I run it from original /etc/rc.d/init.d/named, I get errors for each zone
> transfer:
>
> 04-Sep-2000 11:49:28.032 default: notice: named-xfer "168.192.in-addr.arpa" exited 
>with signal 13
> .....
>
> And downloaded zone's name is 192.168.data.I2WOec (???)
>
> Q: Could you tell me which strings must I edit in /etc/rc.d/init.d/named ?
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

I would replace the daemon named line in the start case like this
start)
        # Start daemons.
        echo -n "Starting named: "
        daemon named -u named -g named -t /var/named
        #daemon named   <old line >
       RETVAL=$?
        [ $RETVAL -eq 0 ] && touch /var/lock/subsys/named
        echo
        ;;




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to