From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2F7101381FB for ; Thu, 27 Dec 2012 15:02:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2FCB21C06B; Thu, 27 Dec 2012 15:02:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46397E0663 for ; Thu, 27 Dec 2012 15:00:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 83F1E33D99D for ; Thu, 27 Dec 2012 15:00:34 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: -0.189 X-Spam-Level: X-Spam-Status: No, score=-0.189 tagged_above=-999 required=5.5 tests=[AWL=-0.178, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=no Received: from smtp.gentoo.org ([IPv6:::ffff:127.0.0.1]) by localhost (smtp.gentoo.org [IPv6:::ffff:127.0.0.1]) (amavisd-new, port 10024) with ESMTP id L_ItgjKGyGga for ; Thu, 27 Dec 2012 15:00:28 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30F4A33D97F for ; Thu, 27 Dec 2012 15:00:27 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ToEwl-0003Rh-I8 for gentoo-user@gentoo.org; Thu, 27 Dec 2012 16:00:35 +0100 Received: from hsi-kbw-095-208-058-089.hsi5.kabel-badenwuerttemberg.de ([95.208.58.89]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Dec 2012 16:00:35 +0100 Received: from joerg.schaible by hsi-kbw-095-208-058-089.hsi5.kabel-badenwuerttemberg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Dec 2012 16:00:35 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: =?UTF-8?B?SsO2cmc=?= Schaible Subject: [gentoo-user] Re: problem starting "openvpn" after recenet upgrade Date: Thu, 27 Dec 2012 16:00:10 +0100 Message-ID: References: <20121227055217.GA3568@syscon7.inet> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: hsi-kbw-095-208-058-089.hsi5.kabel-badenwuerttemberg.de User-Agent: KNode/4.9.3 X-Archives-Salt: 12301ba0-77d3-40dd-8812-eaee0daedae0 X-Archives-Hash: f29073e04199f07f4a4ce50e3e2f8330 Joseph wrote: > I'm having problem starting openvpn after recent upgrade. > > When I try to start it I get a normal respond: > > openvpn.client_clinic_atom start > * Starting openvpn.client_clinic_atom ... [ ok ] > * WARNING: openvpn.client_clinic_atom has started, but is inactive > > but ifconfig is not showing this connection in addition it looks strange, > not as it used to: > > ifconfig > eth1: flags=4163 mtu 1500 > inet 10.0.0.100 netmask 255.255.255.0 broadcast 10.0.0.255 > inet6 fe80::21b:21ff:feb8:27b6 prefixlen 64 scopeid 0x20 > ether 00:1b:21:b8:27:b6 txqueuelen 1000 (Ethernet) > RX packets 16129 bytes 9087618 (8.6 MiB) > RX errors 0 dropped 0 overruns 0 frame 0 > TX packets 15573 bytes 2667489 (2.5 MiB) > TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 > device interrupt 16 memory 0xfddc0000-fdde0000 > > lo: flags=73 mtu 16436 > inet 127.0.0.1 netmask 255.0.0.0 > inet6 ::1 prefixlen 128 scopeid 0x10 > loop txqueuelen 0 (Local Loopback) > RX packets 1218 bytes 1433926 (1.3 MiB) > RX errors 0 dropped 0 overruns 0 frame 0 > TX packets 1218 bytes 1433926 (1.3 MiB) > TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 > Known problem. Rebuild openvpn and it works again. The build adds some hard coded paths for some net-tools utilities and the location of ifconfig has changed :-/ - Jörg