10.03.2016 22:04, Per Jessen пишет:
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?
This is likely red herring. systemctl always spawns tty password agent when called in terminal to handle possible password request. It should not cause any issue. Most likely service restart hangs and systemctl waits for it (by default call is synchronous). What happens if you call the same command (systemctl reload-or-try-restart network.service) manually? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org