Hi I recently upgraded from intrepid to jaunty and after getting through pain of making my dmraid setup work (well, kind of) now my network is not working.
I installed jaunty multiple times on different PCs and never had a problem with network so far. Now after the upgrade it fails to acquire a configuration from DHCP server.
After running dhclient manually as root it reports:
So the DHCP server is responding but kubuntu fails to configure network interface.
When I try to run dhclient-script its output is:
I really don't know what's that supposed to mean. Right now my only solution is to configure network manually - that works.
I installed jaunty multiple times on different PCs and never had a problem with network so far. Now after the upgrade it fails to acquire a configuration from DHCP server.
After running dhclient manually as root it reports:
Code:
root@kubuntu:~# dhclient Internet Systems Consortium DHCP Client V3.1.1 Copyright 2004-2008 Internet Systems Consortium. All rights reserved. For info, please visit [url]http://www.isc.org/sw/dhcp/[/url] execve (/sbin/dhclient-script, ...): Permission denied execve (/sbin/dhclient-script, ...): Permission denied Listening on LPF/pan0/82:fb:f2:05:dd:df Sending on LPF/pan0/82:fb:f2:05:dd:df Listening on LPF/eth0/00:13:d3:9f:b5:38 Sending on LPF/eth0/00:13:d3:9f:b5:38 Sending on Socket/fallback DHCPDISCOVER on pan0 to 255.255.255.255 port 67 interval 6 send_packet: Network is down receive_packet failed on pan0: Network is down DHCPREQUEST of 192.168.123.11 on eth0 to 255.255.255.255 port 67 DHCPACK of 192.168.123.11 from 192.168.123.2 execve (/sbin/dhclient-script, ...): Permission denied bound to 192.168.123.11 -- renewal in 128798 seconds.
When I try to run dhclient-script its output is:
Code:
root@kubuntu:~# dhclient-script -su: /sbin/dhclient-script: /bin/bash: bad interpreter: Permission denied
Comment