I am having problem with net-tools_1.58-1, so I was wondering, if it is my problem, or package update problem. If I update to net-tools_1.58-1, then ifconfig doesn't work.
Here is what happens: --------------------------- debian:/win/files/unstable# apt-get upgrade -u Reading Package Lists... Done Building Dependency Tree... Done The following packages will be upgraded net-tools 1 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/224kB of archives. After unpacking 53.2kB will be freed. Do you want to continue? [Y/n] (Reading database ... 69673 files and directories currently installed.) Preparing to replace net-tools 1.57-1 (using .../net-tools_1.58-1_i386.deb) ... Unpacking replacement net-tools ... Setting up net-tools (1.58-1) ... debian:/win/files/unstable# ifdown -a lo: unknown interface: Bad file descriptor eth0: unknown interface: Bad file descriptor debian:/win/files/unstable# ifup -a SIOCSIFADDR: Bad file descriptor lo: unknown interface: Bad file descriptor lo: unknown interface: Bad file descriptor SIOCSIFADDR: Bad file descriptor eth0: unknown interface: Bad file descriptor SIOCSIFNETMASK: Bad file descriptor SIOCSIFBRDADDR: Bad file descriptor eth0: unknown interface: Bad file descriptor eth0: unknown interface: Bad file descriptor debian:/win/files/unstable# dpkg -i net-tools_1.57-1.deb dpkg - warning: downgrading net-tools from 1.58-1 to 1.57-1. (Reading database ... 69646 files and directories currently installed.) Preparing to replace net-tools 1.58-1 (using net-tools_1.57-1.deb) ... Unpacking replacement net-tools ... Setting up net-tools (1.57-1) ... debian:/win/files/unstable# ifdown -a SIOCDELRT: No such process debian:/win/files/unstable# ifup -a ----------------------------------------------------------- Thanks.