https://bugzilla.novell.com/show_bug.cgi?id=871817 https://bugzilla.novell.com/show_bug.cgi?id=871817#c9 --- Comment #9 from Robert Milasan <rmilasan@suse.com> 2014-04-16 08:46:39 UTC --- Look at this: robert@viper:~> strace -T lspci execve("/sbin/lspci", ["lspci"], [/* 95 vars */]) = 0 <1.713959> brk(0) = 0xa6d000 <0.000019> mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb1bcc1b000 <0.000014> access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) <0.000017> open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 <0.000019> fstat(3, {st_mode=S_IFREG|0644, st_size=109626, ...}) = 0 <0.000013> mmap(NULL, 109626, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fb1bcc00000 <0.000015> You see the time for execve? seem a bit too much, don't you think? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.