Hello,
I ran pkg install with truss, in the hope of discovering why it takes so long 
to complete, especially AFTER it has reported that every thing is installed.
I ran into this (for me) mysterious result :

# truss -o pkg.log -D pkg install diagnostic/wireshark
                                               

DOWNLOAD                                  PKGS       FILES    XFER (MB)
Completed                                  2/2     209/209    14.4/14.4 

PHASE                                        ACTIONS
Install Phase                                292/292
# tail pkg.log 
 1.7255 schedctl()                                      = 0xFEC69000
 0.0002 sigaction(SIGINT, 0x08047650, 0x080476D0)       = 0
421.4744        open("/usr/lib/locale/en_US.UTF-8/LC_MESSAGES/messages.mo", 
O_RDONLY) Err#2 ENOENT
 0.8455 open64("/dev/dtrace/helper", O_RDWR)            = 3
 0.0303 ioctl(3, DTRACEHIOC_REMOVE, 0x00000000)         = 0
 0.0330 close(3)                                        = 0
 0.0002 open64("/dev/dtrace/helper", O_RDWR)            = 3
 0.0001 ioctl(3, DTRACEHIOC_REMOVE, 0x00000001)         = 0
 0.0001 close(3)                                        = 0
 0.0001 _exit(0)

Any idea of what it means ?

Bruno
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to