Hello Forum,
after spending three full days trying to solve my problem, the forum is my last hope.
I am trying to give any information that I assume to be relevant and I have highlighted some. Therefore, it’s a somewhat longer text.
Situation
On one of my servers at Hetzner (German hoster) running on OpenSuse 13.2 with KDE and various VirtualBox VMs the IP number had to be changed. The VMs are (were) accessed via RDT.
I set the new IP Number for the Ethernet Controller “eth0” in YaST Network Settings and rebooted. The new IP was then assigned as the major one by the Hetzner support and the old one removed.
Nothing else was changed.
After rebooting I could access my server via SSH using BitVise.
I could also establish a new OpnVPN connection to the server from my Win7 client after changing the local IP on the client accordignly. The VPN connection log information finishes with:
Preserving previous TUN/TAP instance: OpenVPN_S03 (S03 = server name)
Initialization Sequence Completed
MANAGEMENT: STATE:1539955698,CONNECTED,SUCCESS,10.13.1.10,148.xxx.xxx.xxx,1194,
(full IP only here obfuscated by xxx)
So it seems that the VPN is connected. That is also what the little VPN icon says.
**Problems
**
- There is no way to access the server with UltraVNC client as previously.
- Any attempt to open an RDT (remote desktop) connection to the VMs failed and this was previously working perfectly well.
- My impression (= not 100% sure) is that KDE and the connection to VNC are not working (or not properly).
Rescue attempt
I had the graphical rescue vKVM console connected. The OpenSuse graphical log-in screen appeared. I could log in as root and also as user. But thereafter a blank empty form was all I could achieve. No way to use KDE.
My current analysis I
I made a grep for the old and the new IP number as I did before the IP change. It seems that all occurences had been changed, no more old IP was found.
ps a
PID TTY STAT TIME COMMAND
756 tty1 Ss+ 0:00 /sbin/agetty --noclear tty1 linux
880 tty7 Ssl+ 0:04 /usr/bin/Xorg -br :0 vt7 -nolisten tcp -seat seat0 -auth /var/lib/kdm/Aut
4038 pts/2 Ss 0:00 -bash
4708 pts/2 R+ 0:00 ps a
startx
I tried to start KDE via startx but it seems that this failed. Here are the last lines of the protocol (I removed a few obviously irrelevant lines to shorten the text):
Kernel command line: BOOT_IMAGE=/vmlinuz-3.16.7-29-default root=UUID=3bc0fddd-ee51-4eac-a2ad-8b646d1c4215 nomodeset net.ifnames=0 quiet systemd.show_status=1
Current version of pixman: 0.32.6
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Type “ONE_LEVEL” has 1 levels, but <RALT> has 2 symbols
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
klauncher(2053) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
kdeinit4: Communication error with launcher. Exiting!
kdmgreet(2047)/kdecore (KTimeZone): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
kdmgreet(2047)/kdecore (KTimeZone): No time zone information obtained from ktimezoned
My current analysis II
I noticed one difference related to the OpenVPN:
Previously with the old IP I was using in the VNC the IP 10.13.1.1, which was and still is also used in YaST Nwtwork Settings as the “Statically Assigned IP Address” in the “Address” tab.
But when starting a new VPN connection I am told by the VPN on my client that IP 10.13.1.10 was assigned and that is also shown in the VPN log file (see above and below at ifconfig br0). All my attempts to use either 10.13.1.1 or 10.13.1.10 failed.
systemctl status network
wicked.service - wicked managed network interfaces
Loaded: loaded (/usr/lib/systemd/system/wicked.service; enabled)
Active: active (exited) since Fri 2018-10-19 13:48:22 CEST; 2h 1min ago
Process: 857 ExecStart=/usr/sbin/wicked --systemd ifup all (code=exited, status=0/SUCCESS)
Main PID: 857 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/wicked.service
Oct 19 13:48:22 S03 wicked[857]: lo up
Oct 19 13:48:22 S03 wicked[857]: eth0 up
Oct 19 13:48:22 S03 wicked[857]: br0 up
Oct 19 13:48:22 S03 wicked[857]: dummy0 enslaved
Oct 19 13:48:22 S03 wicked[857]: tap0 enslaved
ifconfig eth0
eth0 Link encap:Ethernet HWaddr xx.xx.xx.xx.xx.xx
inet addr:148.xxx.xxx.179 Bcast:148.xxx.xxx.191 Mask:255.255.255.224
inet6 addr: fe80::468a:5bff:fe5e:1728/64 Scope:Link
inet6 addr: 2a01:4f8:210:41b0::2/64 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:22379 errors:0 dropped:0 overruns:0 frame:0
TX packets:18658 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2852282 (2.7 Mb) TX bytes:3989592 (3.8 Mb)
ifconfig br0
br0 Link encap:Ethernet HWaddr xx.xx.xx.xx.xx.xx
inet addr:10.13.1.1 Bcast:10.13.1.255 Mask:255.255.255.0
inet6 addr: fe80::3078:c3ff:fedf:f4be/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:460 errors:0 dropped:0 overruns:0 frame:0
TX packets:31 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:57277 (55.9 Kb) TX bytes:7695 (7.5 Kb)
systemctl status - the only two obviously failed sections
Oct 19 12:39:40 S03 kdm[864]: plymouth should quit after server startup
Oct 19 12:39:40 S03 kdm[864]: Quitting Plymouth with transition
Oct 19 12:39:40 S03 kdm[864]: Is Plymouth still running? no
Oct 19 12:39:40 S03 kdm_greet[1929]:** Cannot load /usr/share/kde4/apps/kdm/faces/.default.face: No such file or directory**
Oct 19 12:40:02 S03 kdm[1928]: :0[1928]: pam_unix(xdm:session): session opened for user root by (uid=0)
Oct 19 12:40:33 S03 kdm[864]: plymouth should quit after server startup
Oct 19 12:40:34 S03 kdm[864]: Quitting Plymouth with transition
Oct 19 12:40:34 S03 kdm[864]: Is Plymouth still running? no
Oct 19 12:40:34 S03 kdm_greet[2047]:** Cannot load /usr/share/kde4/apps/kdm/faces/.default.face: No such file or directory**
Oct 19 12:40:48 S03 kdm[2046]: :0[2046]: pam_unix(xdm:session): session opened for user root by (uid=0)
…
…
Oct 19 12:40:48 S03 systemd[2073]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
vboxadd.service - LSB: VirtualBox Linux Additions kernel modules
Loaded: loaded (/etc/init.d/vboxadd)
Active: failed (Result: exit-code) since Fri 2018-10-19 12:34:28 CEST; 52min ago
Process: 770 ExecStart=/etc/init.d/vboxadd start (code=exited, status=1/FAILURE)
Oct 19 12:34:28 S03 systemd[1]: Failed to start LSB: VirtualBox Linux Additions kernel modules.
Oct 19 12:34:28 S03 vboxadd[770]: Starting the VirtualBox Guest Additions …failed
Oct 19 12:34:28 S03 vboxadd[770]: (Not running on a virtualbox guest)
My question
What is the cause of these problems and what can I do to fix this?
Many thanks in advance for any contribution.
Best regards
Frank