|
Bugzilla – Full Text Bug Listing |
| Summary: | update with Yast stops at rpm package aaa_base | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | Stefan Quandt <squan> |
| Component: | Installation | Assignee: | E-mail List <bnc-team-screening> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Stefan Quandt
2009-07-11 14:10:25 UTC
> Could it be that the rpm process hangs in some post install?
ps shows me that in fact rpm forked a shell script which obviously hangs in ececuting 'usermod':
stefan 20258 0.0 0.1 22932 2060 ? Sl 14:29 0:02 \_ kdesud
root 20261 0.0 0.0 3368 992 pts/9 Ss+ 14:29 0:00 \_ su
root 20267 0.0 0.0 1992 460 pts/9 S+ 14:29 0:00 \_ kdesu_stub
root 20270 0.0 0.0 4140 808 ? Ss 14:29 0:00 \_ yast2
root 20300 1.8 6.7 143856 77568 ? Sl 14:29 1:50 \_ y2base
root 26741 0.0 0.3 8364 4356 ? S 14:55 0:00 \_ rpm
root 26794 0.0 0.1 2868 1248 ? S 14:55 0:00 \_ sh
root 26924 0.0 0.1 4860 1500 ? S 14:55 0:00 \_ usermod
cat /proc/26924/cmdline contains
/usr/sbin/usermod-gnobodynobody
Trying to tar the proc directory of the usermod process reveals that is doing network activity:
tar cjvf usermod1.proc /proc/26924 |grep beim
tar: Entferne führende „/“ von Elementnamen
tar: /proc/26924/net/anycast6: Datei hat sich beim Lesen geändert.
tar: /proc/26924/net/pnp: Datei hat sich beim Lesen geändert.
galapagos:~/traces # tar cjvf usermod1.proc /proc/26924 |grep beim
tar: Entferne führende „/“ von Elementnamen
tar: /proc/26924/net/rpc/auth.unix.gid: Datei hat sich beim Lesen geändert.
tar: /proc/26924/net/rpc: Datei hat sich beim Lesen geändert.
tar: /proc/26924/net/dev_snmp6/pan0: Datei hat sich beim Lesen geändert.
tar: /proc/26924/net/dev_snmp6: Datei hat sich beim Lesen geändert.
tar: /proc/26924/net/irda/discovery: Datei hat sich beim Lesen geändert.
tar: /proc/26924/net/irda: Datei hat sich beim Lesen geändert.
tar: /proc/26924/net/stat/nf_conntrack: Datei hat sich beim Lesen geändert.
tar: /proc/26924/net/stat: Datei hat sich beim Lesen geändert.
galapagos:~/traces # cat /proc/26924/cmdline
So blaming yast seems no longer adequate. Feel free to give this bug a new summary.
Workaround (command line required :)): Killing the usermod process (with -9) made my install proceed. Hooray! Known issue *** This bug has been marked as a duplicate of bug 510788 *** |