Code: Select all
service distccd start
* Bringing up interface sit0
* ERROR: interface sit0 does not exist
* Ensure that you have loaded the correct kernel module for your hardware
* ERROR: net.sit0 failed to start
* ERROR: cannot start distccd as net.sit0 would not start
ni@localhost:~$ sudo leafpad /etc/conf.d/distccd
/usr/share/themes/MurrinaFancyCandy/gtk-2.0/gtkrc:46: Murrine configuration option "scrollbar_color" is no longer supported and will be ignored.
Code: Select all
cat /etc/sysctl.conf |grep ipv6
net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.wlp7s0.autoconf=0
net.ipv6.conf.wlp7s0.accept_ra=0
Code: Select all
ifconfig
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
loop txqueuelen 1 (Local Loopback)
RX packets 4032 bytes 869984 (849.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 4032 bytes 869984 (849.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlp7s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.39 netmask 255.255.255.0 broadcast 192.168.1.255
ether 94:39:e5:bc:33:bb txqueuelen 1000 (Ethernet)
RX packets 133641 bytes 136760641 (130.4 MiB)
RX errors 0 dropped 986 overruns 0 frame 0
TX packets 96549 bytes 18633952 (17.7 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

