-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 29/08/13 11:56, Miss Valeska wrote: > When running autogen, In Linux, As in Mac OSX (Linux as in Ubuntu, > Which is what I am on right now.) It returns this warning. > > Makefile.am:1091: compiling > `testsuites/addresses_tester_1/addresses.c' in subdir requires > `AM_PROG_CC_C_O' in `configure.ac' Makefile.am:1163: variable > `leak_test_tasklet_SOURCES' is defined but no program or > Makefile.am:1163: library has `leak_test_tasklet' as canonical > name (possible typo) Makefile.am:1178: variable > `leak_test_tasklet_LDADD' is defined but no program or > Makefile.am:1178: library has `leak_test_tasklet' as canonical > name (possible typo) > > I am not sure what this means, Can you explain this Luca? I am > very curious about it. On a side note, My laptop cannot ping > google.com, Even though it is connected to the internet, And I can > control it through teamviewer as it is connected through wifi. > > I'm not sure why, I think it is related to netsukuku's DNS stuff, > However, It does put google as the default name server. I'm not > certain what is going on here, Anyway! The exploration continues!
$sudo dhclient <network interface> where <network interface> is (probably) wlan0 $ping google.com still no reply? ping 8.8.8.8 if that works, edit /etc/resolv.conf to read : nameserver 8.8.8.8 $sudo route add default gw <the ip of your router> where <the ip of your router> is probably 192.168.1.1 just guessing... > _______________________________________________ Netsukuku mailing > list [email protected] > https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/netsukuku -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJSHz4aAAoJELGGH8ff/6zfNeUH/2yvfE8HcS4E3XVBGfMkpCwJ rppgswKyM3+Y1h8W7cEMivI3+NjRLUeqp2OEkllkETTXg4/HXjWoIqRGdJ6A1S6+ iYurOMoQKgTGsZ2w/gYwEYhQeaQ5oRMh/xpUHJkJybyuDkysuOYFPMV7y64XKzkk j5bDZPAYj+R+IhzcNLSiUHXmXjgguvHpyQxSWKmH+SHdxVqOcyukkt0VCb9B3lop xGRA0Nx1YLD8mrg3oBGg49H+jnYbYUiKRub5IyTD+aoAojRAvUxV4oG+wSYPQ6/2 0POuAxIMCuS8BJP/9lsbtv6jSD/dCEqonQG/nVacr5X1/lhfQloFph5/wSgNEdo= =JOFE -----END PGP SIGNATURE----- _______________________________________________ Netsukuku mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/netsukuku
