I’ve upgraded from 13.1 to 13.2(x86-64, kde) - Online System Upgrade (zypper dup) and all was good. But after first reboot there is no internet. If I try to upgrade from DVD, then have I no interne at all.
It’s interesting that ethernet works.
systemctl status network.service
wicked.service - wicked managed network interfaces
Loaded: loaded (/usr/lib/systemd/system/wicked.service; enabled)
Active: active (exited) since Do 2014-12-18 16:22:35 CET; 1min 47s ago
Process: 952 ExecStart=/usr/sbin/wicked --systemd ifup all (code=exited, status=0/SUCCESS)
Main PID: 952 (code=exited, status=0/SUCCESS)
Dez 17 16:22:35 aleo wicked[952]: lo up
Dez 17 16:22:35 aleo wicked[952]: eth0 up
Dez 17 16:22:35 aleo wicked[952]: eth1 up
journalctl -b _PID=952
– Logs begin at Do 2014-12-18 17:50:17 CET, end at Do 2014-12-18 17:56:55 CET. –
Dez 18 17:50:27 ### wicked[952]: lo up
Dez 18 17:50:27 ### wicked[952]: eth0 up
Dez 18 17:50:27 ### wicked[952]: eth1 up
aleo:/home/al # strace -s 256 -f systemctl status wickedd
execve("/usr/bin/systemctl", “systemctl”, “status”, “wickedd”], /* 105 vars /]) = 0
brk(0) = 0x12eb000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f0cf5984000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=200566, …}) = 0
mmap(NULL, 200566, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f0cf5953000
close(3) = 0
write(1, " \342\224\224\342\224\200947 /usr/sbin/wickedd --systemd --foreground
“, 62 └─947 /usr/sbin/wickedd --systemd --foreground
) = 62
close(5) = 0
munmap(0x7f0cf5971000, 4096) = 0
close(4) = 0
open(”/proc/947/cgroup", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0444, st_size=0, …}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f0cf5971000
read(4, "10:hugetlb:/
9:perf_event:/
8:blkio:/
7:net_cls,net_prio:/
6:freezer:/
5:devices:/
4:memory:/
3:cpu,cpuacct:/
2:cpuset:/
1:name=systemd:/system.slice/wickedd.service
“, 1024) = 166
close(4) = 0
munmap(0x7f0cf5971000, 4096) = 0
write(1, "
“, 1
) = 1
getuid() = 0
gettid() = 28686
open(”/dev/urandom”, O_RDONLY|O_NOCTTY|O_CLOEXEC) = 4
read(4, “r\230\215\317\254\0%E\271\215Z\355\233\356\266\260”, 16) = 16
close(4) = 0
openat(AT_FDCWD, “/run/log/journal”, O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4
getdents(4, / 3 entries /, 32768) = 104
open("/etc/machine-id", O_RDONLY|O_NOCTTY|O_CLOEXEC) = 5
read(5, "41d175c58cfa4a1ea22842c83a3fb993
", 33) = 33
close(5) = 0
openat(AT_FDCWD, “/run/log/journal/41d175c58cfa4a1ea22842c83a3fb993”, O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 5
getdents(5, / 3 entries /, 32768) = 88
open("/run/log/journal/41d175c58cfa4a1ea22842c83a3fb993/system.journal", O_RDONLY|O_CLOEXEC) = 6
fstat(6, {st_mode=S_IFREG|0755, st_size=8388608, …}) = 0
mmap(NULL, 4096, PROT_READ, MAP_SHARED, 6, 0) = 0x7f0cf5971000
mmap(NULL, 8388608, PROT_READ, MAP_SHARED, 6, 0) = 0x7f0cf39eb000
fstatfs(6, {f_type=0x1021994, f_bsize=4096, f_blocks=765363, f_bfree=762967, f_bavail=762967, f_files=765363, f_ffree=764418, f_fsid={0, 0}, f_namelen=255, f_frsize=4096}) = 0
getdents(5, / 0 entries /, 32768) = 0
fstatfs(5, {f_type=0x1021994, f_bsize=4096, f_blocks=765363, f_bfree=762967, f_bavail=762967, f_files=765363, f_ffree=764418, f_fsid={0, 0}, f_namelen=255, f_frsize=4096}) = 0
close(5) = 0
getdents(4, / 0 entries */, 32768) = 0
fstatfs(4, {f_type=0x1021994, f_bsize=4096, f_blocks=765363, f_bfree=762967, f_bavail=762967, f_files=765363, f_ffree=764418, f_fsid={0, 0}, f_namelen=255, f_frsize=4096}) = 0
close(4) = 0
openat(AT_FDCWD, “/var/log/journal”, O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/proc/sys/kernel/random/boot_id", O_RDONLY|O_NOCTTY|O_CLOEXEC) = 4
read(4, “f6383e73-7bef-456c-8875-e7f9f86d9925”, 36) = 36
close(4) = 0
write(1, "Dez 18 17:50:22 ### wickedd[947]: \33[1;39mlo: address 127.0.0.1 covered by a static lease\33[0m
", 94Dez 18 17:50:22 ### wickedd[947]: lo: address 127.0.0.1 covered by a static lease
) = 94
write(1, "Dez 18 17:50:27 ### wickedd[947]: \33[1;39mSkipping hostname update, none available\33[0m
", 87Dez 18 17:50:27 aleo wickedd[947]: Skipping hostname update, none available
) = 87
munmap(0x7f0cf39eb000, 8388608) = 0
munmap(0x7f0cf5971000, 4096) = 0
close(6) = 0
close(3) = 0
exit_group(0) = ?
+++ exited with 0 +++