User Tools

Site Tools


linuxmce_macmini_2010_4_1:linuxmce_network_issue

HIT UPDATE LMCE ADMIN

apache error_log

[Fri Jun 28 19:23:52 2013] [error] [client 192.168.1.146] File does not exist: /var/www/favicon.ico
/usr/pluto/bin/Network_Parameters.sh: line 41: typeset: 0 eth0: syntax error in expression (error token is "eth0")
/usr/pluto/bin/Network_Parameters.sh: line 41: typeset: 0 eth0: syntax error in expression (error token is "eth0")
stop: Unknown instance: 
Error: either "local" is duplicate, or "eth0" is a garbage.
/usr/pluto/bin/Network_Parameters.sh: line 41: typeset: 0 eth0: syntax error in expression (error token is "eth0")
/usr/pluto/bin/Network_Parameters.sh: line 41: typeset: 0 eth0: syntax error in expression (error token is "eth0")
grep: DCERouter: No such file or directory
grep: DCERouter: No such file or directory
grep: DCERouter: No such file or directory
samba: unrecognized service
Traceback (most recent call last):
  File "/usr/pluto/bin/airprint-generate.py", line 274, in <module>
    apg.generate()
  File "/usr/pluto/bin/airprint-generate.py", line 116, in generate
    conn = cups.Connection()
RuntimeError: failed to connect to server
/usr/pluto/bin/Network_Parameters.sh: line 41: typeset: 0 eth0: syntax error in expression (error token is "eth0")
sed: can't read /etc/init.d/nis: No such file or directory
nis: unrecognized service
/usr/pluto/bin/Network_Parameters.sh: line 41: typeset: 0 eth0: syntax error in expression (error token is "eth0")

INTERFACES

looks like this after update network

jochen@dcerouter:~$ cat /etc/network/interfaces
#####
# Loopback interface
#####
iface lo inet loopback

#####
# IPv4 network interfaces
#####

# --- External NIC ---
iface eth0 inet dhcp
	pre-up sysctl -q -e -w  net.ipv6.conf.eth0.disable_ipv6=0

# --- Internal NIC ---
iface eth1 inet static
	address 192.168.80.1
	netmask 255.255.255.0 eth0
	pre-up sysctl -q -e -w  net.ipv6.conf.eth1.disable_ipv6=0

#####
# Activating interfaces
#####
auto eth0 eth1 lo

dhcp.conf

/etc/dhcp/dhcpd.conf moved to dhcpd.conf.pbackup

no new dhcp.conf created

NETWORK RESTART

jochen@dcerouter:~$ sudo /etc/init.d/networking restart
 * Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces
 * Reconfiguring network interfaces...                                                                                Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service smbd reload

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the reload(8) utility, e.g. reload smbd
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service smbd reload

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the reload(8) utility, e.g. reload smbd
ssh stop/waiting
ssh start/running, process 10408
RTNETLINK answers: File exists
Failed to bring up eth1.

SYSLOG ETHERNET CONNECTED

Jun 28 19:53:34 dcerouter kernel: [  449.762864] eth1: ax88772a - Link status is: 1
Jun 28 19:53:38 dcerouter ypserv[1688]: refused connect from 192.168.1.247:619 to procedure ypproc_domain (pluto,;0)
Jun 28 19:53:58 dcerouter ypserv[1688]: refused connect from 192.168.1.247:619 to procedure ypproc_domain (pluto,;0)
Jun 28 19:53:59 dcerouter kernel: [  474.466449] eth1: ax88772a - Link status is: 0
Jun 28 19:54:01 dcerouter CRON[16017]: (root) CMD (bash -c '/usr/pluto/bin/DiskSpaceMonitor.sh &>/dev/null')
Jun 28 19:54:18 dcerouter ypserv[1688]: refused connect from 192.168.1.247:619 to procedure ypproc_domain (pluto,;
linuxmce_macmini_2010_4_1/linuxmce_network_issue.txt · Last modified: 2013/06/28 20:14 by 127.0.0.1