Re: Pan
Mirko Liss <[email protected]> Tue, 25 Feb 2003 11:08:47 +0100
| Newsgroups | gmane.network.noffle.user |
|---|---|
| Message-ID | <[email protected]> |
Tomislav Ivan Flis wrote: > I'm trying to use noffle but I ran into troubles. Im a newbie conserning Linux > > I can fetch froups and posts, but my newsreader don't see them. Why? How to > fix that? I'm not convinced that you are able to fetch groups from your /etc/ppp/ip-up file like that. > ip-up: > > #!/bin/bash > # This file should not be modified -- make local changes to > # /etc/ppp/ip-up.local instead > > PATH=/sbin:/usr/sbin:/bin:/usr/bin > export PATH > > LOGDEVICE=$6 > REALDEVICE=$1 > /usr/bin/noffle --fetch > /usr/bin/noffle --online You are starting noffle too early. Your computer still doesn't know about the names of other computers. It has yet to know how to use the domain name service (aka dns) to resolve names like 'news.example.org' to a numeric address like '127.0.0.1'. The necessary steps are already present in your ip-up file: [..snip..] > if [ -n "$PPP_TEMP_ENTRY" ]; then > [ -n "$DNS1" ] && \ > echo -e "nameserver $DNS1 $PPP_TEMP_ENTRY" >> /etc/resolv.conf > [ -n "$DNS2" ] && \ > echo -e "nameserver $DNS2 $PPP_TEMP_ENTRY" >> /etc/resolv.conf > fi Why don't you start 'noffle --fetch' from the file /etc/ppp/ip-up.local like your distribution suggests? Just make sure that /etc/ppp/ip-up.local has the same owner.group and the same rwx-permissions as /etc/ppp/ip-up. regards, Mirko ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf