gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-dev] Is master supposed to be clean?


From: Gary E. Miller
Subject: Re: [gpsd-dev] Is master supposed to be clean?
Date: Wed, 20 Apr 2016 15:54:00 -0700

Yo Eric!

On Wed, 20 Apr 2016 18:42:44 -0400
"Eric S. Raymond" <address@hidden> wrote:

> Here's what mine looks like:
> 
> eth0      Link encap:Ethernet  HWaddr b8:27:eb:05:b3:29  
>           inet addr:192.168.1.23  Bcast:192.168.1.255
> Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:80119 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:40992 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:1000 
>           RX bytes:118201905 (112.7 MiB)  TX bytes:3329761 (3.1 MiB)

Ouch, no IPv6 at all.

> lo        Link encap:Local Loopback  
>           inet addr:127.0.0.1  Mask:255.0.0.0

Well, your loopback is missing IPv6 too, and you did not touch your
loopback config?

Here is mine:

address@hidden:/usr/local/src/GPS/gpsd/gpsd# ip addr   
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever


Notice the ::1, that is IPv6 loopback.  That looks like you do not have
IPv6 on at all.


> I found a document that made me think adding "iface eth0 inet6 auto"
> would fix this.  It didn't.

More evidence you have no ipv6, as that should be the default.

> The only way I've messed with the networking (that I know of) is
> by removing network-manager and declaring static addresses in
> /etc/network/interfaces:

Here is mine, very simple:

address@hidden:/usr/local/src/GPS/gpsd/gpsd# cat /etc/network/interfaces 
auto lo

iface lo inet loopback
iface eth0 inet dhcp

allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp

Taking the simplest case, look at the lo.  Our lo is setups identical,
two lousy line, so I'm guessing aybe you are missing a module or kernel
option.

Here are my modules:

address@hidden:/usr/local/src/GPS/gpsd/gpsd# cat /proc/modules
pps_ldisc 1930 0 - Live 0x7f121000
ipv6 341380 30 [permanent], Live 0x7f0b2000
[...]

Notice the second one: ipv6.

> Could removing avahi-daemon have done it?

Nope, different layers.  Avahi is UDP and TCP.

RGDS
GARY
---------------------------------------------------------------------------
Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend, OR 97703
        address@hidden  Tel:+1 541 382 8588

Attachment: pgpws4blTz9vF.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]