wicked does not pass the IFF_NO_PI flag in
src/kernel.c:__ni_tuntap_create()
because of typo in assignment ("ifr.ifrflags =" instead of needed "ifr.ifrflags |=")
--
To unsubscribe, e-mail: wicked-devel+unsubscribe(a)opensuse.org
To contact the owner, e-mail: wicked-devel+owner(a)opensuse.org
Hello,
Is it possible to execute a bash script on link up/down event using
ONLY wicked tools?
Interface schema file have signals "linkUp/linkDown" but how to catch
it without writing a shell script with dbus-monitor inside?
Regards,
Aleksei
--
To unsubscribe, e-mail: wicked-devel+unsubscribe(a)opensuse.org
To contact the owner, e-mail: wicked-devel+owner(a)opensuse.org
HI all,
I am currently trying to get our old autoinstallation to work with
OpenSuse 13.2 and have severe problems with wicked.
Where can I find documentation how to write configuration files for wicked?
I want to set a second IP to an interface which was realized by the
following /etc/sysconfig/network/ifcfg-eth0 file in our old setting
(matching the filename to the new interface name enp3s0):
BOOTPROTO='static'
STARTMODE='auto'
IPADDR='192.168.216.236/24'
IPADDR_ext='10.216.100.236/24'
LABEL_ext='ext'
I am not sure if writing this file is the cause, but when I try to
enable the new configuration I get a segfault of wicked:
dummyecps:~ # service network restart
Job for wicked.service failed. See "systemctl status wicked.service" and
"journalctl -xn" for details.
dummyecps:~ # systemctl status wicked.service
wicked.service - wicked managed network interfaces
Loaded: loaded (/usr/lib/systemd/system/wicked.service; enabled)
Active: failed (Result: core-dump) since Thu 2014-12-04 16:05:06 CET;
7min ago
Process: 9952 ExecStop=/usr/sbin/wicked --systemd ifdown all
(code=exited, status=0/SUCCESS)
Process: 12027 ExecStart=/usr/sbin/wicked --systemd ifup all
(code=dumped, signal=SEGV)
Main PID: 12027 (code=dumped, signal=SEGV)
dummyecps:~ # journalctl -xn
-- Logs begin at Tue 2014-12-02 14:50:29 CET, end at Thu 2014-12-04
16:05:06 CET. --
Dec 04 16:00:01 dummyecps CRON[11993]: pam_unix(crond:session): session
closed for user root
Dec 04 16:05:05 dummyecps wickedd[6389]: lo: address 127.0.0.1 covered
by a static lease
Dec 04 16:05:05 dummyecps wickedd[6389]: lo: address ::1 covered by a
static lease
Dec 04 16:05:05 dummyecps wickedd[6389]: enp3s0: address 192.168.216.236
covered by a static lease
Dec 04 16:05:05 dummyecps wickedd[6389]: enp3s0: address 10.216.100.236
covered by a static lease
Dec 04 16:05:06 dummyecps wickedd[6389]: enp3s0: No duplicates for IP
address 192.168.216.236 detected
Dec 04 16:05:06 dummyecps wickedd[6389]: enp3s0: Notified neighbours
about IP address 192.168.216.236
Dec 04 16:05:06 dummyecps wickedd[6389]: enp3s0: No duplicates for IP
address 10.216.100.236 detected
Dec 04 16:05:06 dummyecps wickedd[6389]: enp3s0: Notified neighbours
about IP address 10.216.100.236
Dec 04 16:05:06 dummyecps kernel: wicked[12027]: segfault at 24 ip
00000000004133dc sp 00007fff06422bb0 error 4 in wicked[400000+29000]
Any help is appreciated!
Thanks
Hecke
--
To unsubscribe, e-mail: wicked-devel+unsubscribe(a)opensuse.org
To contact the owner, e-mail: wicked-devel+owner(a)opensuse.org
currently, wicked on our 13.2 installs is nonfunctional with regards to tun* interface setup/use.
as a result, we've either downgraded (to 13.1), or migrated to other OS, dozens of production machines that, admittedly, we should never have upgraded to 13.2 in this condition.
I've filed a bug 3 weeks ago here
Bug 904903 - 13.2/wicked tun interface setup FAILs -- tunnel is unusable (edit)
https://bugzilla.suse.com/show_bug.cgi?id=904903
It'd be helpful to get some further attention on it from relevant devs here.
thanks.
--
To unsubscribe, e-mail: wicked-devel+unsubscribe(a)opensuse.org
To contact the owner, e-mail: wicked-devel+owner(a)opensuse.org