Anton Aylward wrote:
On 03/10/2016 02:04 PM, Per Jessen wrote:
The system is a xen domu, running 13.2 upgraded from 13.1. When I tried to add a new default route, it ended up hanging:
2150 ? Ss 0:00 /usr/sbin/sshd -D 2305 ? Ss 0:00 \_ sshd: root@pts/0 2315 pts/0 Ss 0:00 | \_ -bash 2521 pts/0 S+ 0:00 | \_ /bin/bash /sbin/yast 2536 pts/0 Sl+ 0:07 | \_ /usr/lib/YaST2/bin/y2base menu ncurses 2546 pts/0 S+ 0:00 | \_ sh -c /sbin/yast lan >&2 2547 pts/0 S+ 0:00 | \_ /bin/bash /sbin/yast lan 2567 pts/0 Sl+ 0:10 | \_ /usr/lib/YaST2/bin/y2base lan ncurses 2624 pts/0 Sl+ 0:00 | \_ /usr/bin/perl -w /usr/lib/YaST2/servers_non_y2/ag_udev_persistent 2672 pts/0 S+ 0:00 | \_ /usr/lib/YaST2/bin/y2base lan ncurses 2673 pts/0 S+ 0:00 | \_ /usr/lib/YaST2/bin/y2base lan ncurses 2674 pts/0 S+ 0:00 | \_ /bin/systemctl reload-or-try-restart network.service 2675 pts/0 S+ 0:00 | \_ /usr/bin/systemd-tty-ask-password-agent --watch
I can still login via ssh, but the above just hangs and hangs. What's the story?
Try a 'systemctl status' on that last service entry.
# systemctl status network.service wicked.service - wicked managed network interfaces Loaded: loaded (/usr/lib/systemd/system/wicked.service; enabled) Active: active (exited) since Thu 2016-03-10 20:35:28 CET; 56min ago Process: 1445 ExecStart=/usr/sbin/wicked --systemd ifup all (code=exited, status=0/SUCCESS) Main PID: 1445 (code=exited, status=0/SUCCESS) CGroup: /system.slice/wicked.service Mar 10 20:35:28 guest54 wicked[1445]: lo up Mar 10 20:35:28 guest54 wicked[1445]: eth0 up Mar 10 20:35:28 guest54 wicked[1445]: eth1 up Mar 10 20:35:28 guest54 systemd[1]: Started wicked managed network interfaces.
Try '/usr/bin/systemd-tty-ask-password-agent --list'
returns nothing.
Try '/usr/bin/systemd-tty-ask-password-agent --query'
Ditto. I dont' get it, I've got another domU with 13.2 just like it, works fine. /Per -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org