On 16/07/09 23:05, Paolo Galtieri wrote:
Try running

strace hp-setup

This should tell you where it is hanging.  I tried hp-setup on my F11
system and it works fine.  Note you may have to install the strace
package.  strace will tell you what system calls are being executed by
the program being traced.  There is also ltrace which traces library calls.


Those are the last lines of strace.
You can find the full output here 
https://bugzilla.redhat.com/show_bug.cgi?id=512477

stat64("/root/.kde/share/config/oxygenrc", 0xbffbadd4) = -1 ENOENT (No such file or directory) stat64("/etc/kde/oxygenrc", 0xbffbadd4) = -1 ENOENT (No such file or directory) stat64("/usr/share/kde-settings/kde-profile/default/share/config/oxygenrc", 0xbffbadd4) = -1 ENOENT (No such file or directory) stat64("/usr/share/config/oxygenrc", 0xbffbadd4) = -1 ENOENT (No such file or directory) socket(PF_FILE, SOCK_STREAM, 0) = 8 connect(8, {sa_family=AF_FILE, path=@"/tmp/dbus-YMPFCiHxV1"...}, 23) = 0 fcntl64(8, F_GETFL) = 0x2 (flags O_RDWR) fcntl64(8, F_SETFL, O_RDWR|O_NONBLOCK) = 0 fcntl64(8, F_GETFD) = 0 fcntl64(8, F_SETFD, FD_CLOEXEC) = 0 geteuid32() = 0 rt_sigaction(SIGPIPE, {0x1, [PIPE], SA_RESTART}, {0x1, [], 0}, 8) = 0 poll([{fd=8, events=POLLOUT}], 1, 0) = 1 ([{fd=8, revents=POLLOUT}]) write(8, "\0"..., 1) = 1 write(8, "AUTH EXTERNAL 30\r\n"..., 18) = 18 poll([{fd=8, events=POLLIN}], 1, -1) = 1 ([{fd=8, revents=POLLIN}]) read(8, "OK a16eba9acfc3638eec7139ec4a60df"..., 2048) = 37 poll([{fd=8, events=POLLOUT}], 1, -1) = 1 ([{fd=8, revents=POLLOUT}])
write(8, "BEGIN\r\n"..., 7)             = 7
poll([{fd=8, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=8, 
revents=POLLIN|POLLOUT|POLLHUP}])
read(8, ""..., 2048)                    = 0
close(8)                                = 0
futex(0xa2c8114, FUTEX_WAIT_PRIVATE, 1, NULL^C <unfinished ...>

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to