Ssh X11 forwarding takes too long to start any app. remotely

Hi,
I have a bizzare problem with %subject% for some time already.
Affected are all my Arch linux installations (all with: systemd, openbox (without Display Manager), and latest updates):
1. home desktop (core 2 duo, 2.4GHz, 3GB RAM).
2. one testing desktop in virtualbox on the desktop from prev. point.
3. work laptop (Intel Core i5, 4GB RAM).
All of these are connected via cable to the same home network 100MB router (using openwrt on asus wl-500g).
Normal ssh transmissions, like entering commands, or transfer of data via scp (even large amount of data for testing purposes because of this) works quick like expected.
The problem is, that if I try to start app. remotely via ssh X forwarding from and to any of these (affected also bidirectional), it takes always aprox. 2 minutes to start the app.
Afterwards, it works fast and fine.
Doesn't change anything, whether the X server is running on the server's side or not.
Have been testing it with some lightweight apps too, but makes no difference if it's e.g. mousepad, gedit, thunderbird, always the same 2 min. delay at their start.
Also, some time ago, I had an older (more than 10 years) laptop, also with Arch installed, using LXDE, and connected via wifi to this same router, which worked perfectly without any delay. Also the same time ago, I was yet running Ubuntu on the home desktop, when I installed Arch to the virtualbox mentioned in point 2, and the problem was already present on the virtual pc, but not on the Ubuntu or the older laptop with Arch I had before.
Later, when I switched home desktop to Arch (or I got new laptop in the work), the issue appeared instantly on the new Arch installations.
The sshd configuration is the basic from the package, with X forwarding enabled of course, thus no strange changes of mine.
I monitored the ssh communications with tcpdump, not to read the encrypted data itself , but to see whether the data is flowing, and there are flow outages (absolute quiet except of below mentioned exceptions) in the mentioned 2 minutes duration till app. startup:
- after ssh authentication, there is about 1 minute silence, when after this 1st minute some few data is flowing
- next, there is another 1 minute silence, after which the app. finally starts
I've also gathered ssh debugging informations, from both, server (where I'm connecting and trying to start app. remotely) and client, with description when waiting has been detected.
server:
/usr/sbin/sshd -ddd
debug2: load_server_config: filename /etc/ssh/sshd_config
debug2: load_server_config: done config len = 501
debug2: parse_server_config: config /etc/ssh/sshd_config len 501
debug3: /etc/ssh/sshd_config:15 setting ListenAddress 0.0.0.0
debug3: /etc/ssh/sshd_config:16 setting ListenAddress ::
debug3: /etc/ssh/sshd_config:35 setting LogLevel INFO
debug3: /etc/ssh/sshd_config:42 setting PermitRootLogin no
debug3: /etc/ssh/sshd_config:52 setting AuthorizedKeysFile .ssh/authorized_keys
debug3: /etc/ssh/sshd_config:68 setting PermitEmptyPasswords no
debug3: /etc/ssh/sshd_config:71 setting ChallengeResponseAuthentication no
debug3: /etc/ssh/sshd_config:92 setting UsePAM yes
debug3: /etc/ssh/sshd_config:94 setting AllowAgentForwarding yes
debug3: /etc/ssh/sshd_config:95 setting AllowTcpForwarding yes
debug3: /etc/ssh/sshd_config:97 setting X11Forwarding yes
debug3: /etc/ssh/sshd_config:98 setting X11DisplayOffset 10
debug3: /etc/ssh/sshd_config:99 setting X11UseLocalhost yes
debug3: /etc/ssh/sshd_config:104 setting UsePrivilegeSeparation sandbox
debug3: /etc/ssh/sshd_config:106 setting Compression delayed
debug3: /etc/ssh/sshd_config:109 setting UseDNS no
debug3: /etc/ssh/sshd_config:120 setting Subsystem sftp /usr/lib/ssh/sftp-server
debug1: sshd version OpenSSH_6.1p1
debug3: Incorrect RSA1 identifier
debug1: read PEM private key done: type RSA
debug1: private host key: #0 type 1 RSA
debug3: Incorrect RSA1 identifier
debug1: read PEM private key done: type DSA
debug1: private host key: #1 type 2 DSA
debug3: Incorrect RSA1 identifier
debug1: read PEM private key done: type ECDSA
debug1: private host key: #2 type 3 ECDSA
debug1: rexec_argv[0]='/usr/sbin/sshd'
debug1: rexec_argv[1]='-ddd'
debug3: oom_adjust_setup
Set /proc/self/oom_score_adj from 0 to -1000
debug2: fd 3 setting O_NONBLOCK
debug3: sock_set_v6only: set socket 3 IPV6_V6ONLY
debug1: Bind to port 22 on ::.
Server listening on :: port 22.
debug2: fd 4 setting O_NONBLOCK
debug1: Bind to port 22 on 0.0.0.0.
Server listening on 0.0.0.0 port 22.
debug3: fd 5 is not O_NONBLOCK
debug1: Server will not fork when running in debugging mode.
debug3: send_rexec_state: entering fd = 8 config len 501
debug3: ssh_msg_send: type 0
debug3: send_rexec_state: done
debug1: rexec start in 5 out 5 newsock 5 pipe -1 sock 8
debug1: inetd sockets after dupping: 3, 3
Connection from CLIENT_IP port 43333
debug1: Client protocol version 2.0; client software version OpenSSH_6.1
debug1: match: OpenSSH_6.1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.1
debug2: fd 3 setting O_NONBLOCK
debug3: ssh_sandbox_init: preparing seccomp filter sandbox
debug2: Network child is on pid 6379
debug3: preauth child monitor started
debug3: privsep user:group 99:99 [preauth]
debug1: permanently_set_uid: 99/99 [preauth]
debug3: ssh_sandbox_child: setting PR_SET_NO_NEW_PRIVS [preauth]
debug3: ssh_sandbox_child: attaching seccomp filter program [preauth]
debug1: list_hostkey_types: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256 [preauth]
debug1: SSH2_MSG_KEXINIT sent [preauth]
debug1: SSH2_MSG_KEXINIT received [preauth]
debug2: kex_parse_kexinit: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 [preauth]
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256 [preauth]
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected] [preauth]
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected] [preauth]
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,[email protected],hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96 [preauth]
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,[email protected],hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96 [preauth]
debug2: kex_parse_kexinit: none,[email protected] [preauth]
debug2: kex_parse_kexinit: none,[email protected] [preauth]
debug2: kex_parse_kexinit: [preauth]
debug2: kex_parse_kexinit: [preauth]
debug2: kex_parse_kexinit: first_kex_follows 0 [preauth]
debug2: kex_parse_kexinit: reserved 0 [preauth]
debug2: kex_parse_kexinit: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 [preauth]
debug2: kex_parse_kexinit: [email protected],[email protected],[email protected],ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,[email protected],[email protected],[email protected],[email protected],ssh-rsa,ssh-dss [preauth]
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected] [preauth]
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected] [preauth]
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,[email protected],hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96 [preauth]
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,[email protected],hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96 [preauth]
debug2: kex_parse_kexinit: none,[email protected],zlib [preauth]
debug2: kex_parse_kexinit: none,[email protected],zlib [preauth]
debug2: kex_parse_kexinit: [preauth]
debug2: kex_parse_kexinit: [preauth]
debug2: kex_parse_kexinit: first_kex_follows 0 [preauth]
debug2: kex_parse_kexinit: reserved 0 [preauth]
debug2: mac_setup: found hmac-md5 [preauth]
debug1: kex: client->server aes128-ctr hmac-md5 none [preauth]
debug2: mac_setup: found hmac-md5 [preauth]
debug1: kex: server->client aes128-ctr hmac-md5 none [preauth]
debug1: expecting SSH2_MSG_KEX_ECDH_INIT [preauth]
debug3: mm_key_sign entering [preauth]
debug3: mm_request_send entering: type 4 [preauth]
debug3: mm_key_sign: waiting for MONITOR_ANS_SIGN [preauth]
debug3: mm_request_receive_expect entering: type 5 [preauth]
debug3: mm_request_receive entering [preauth]
debug3: mm_request_receive entering
debug3: monitor_read: checking request 4
debug3: mm_answer_sign
debug3: mm_answer_sign: signature 0x13e3f80(100)
debug3: mm_request_send entering: type 5
debug2: monitor_read: 4 used once, disabling now
debug2: kex_derive_keys [preauth]
debug2: set_newkeys: mode 1 [preauth]
debug1: SSH2_MSG_NEWKEYS sent [preauth]
debug1: expecting SSH2_MSG_NEWKEYS [preauth]
debug2: set_newkeys: mode 0 [preauth]
debug1: SSH2_MSG_NEWKEYS received [preauth]
debug1: KEX done [preauth]
debug1: userauth-request for user USERNAME service ssh-connection method none [preauth]
debug1: attempt 0 failures 0 [preauth]
debug3: mm_getpwnamallow entering [preauth]
debug3: mm_request_send entering: type 6 [preauth]
debug3: mm_request_receive entering
debug3: monitor_read: checking request 6
debug3: mm_answer_pwnamallow
debug2: parse_server_config: config reprocess config len 501
debug3: mm_answer_pwnamallow: sending MONITOR_ANS_PWNAM: 1
debug3: mm_request_send entering: type 7
debug2: monitor_read: 6 used once, disabling now
debug3: mm_getpwnamallow: waiting for MONITOR_ANS_PWNAM [preauth]
debug3: mm_request_receive_expect entering: type 7 [preauth]
debug3: mm_request_receive entering [preauth]
debug2: input_userauth_request: setting up authctxt for USERNAME [preauth]
debug3: mm_start_pam entering [preauth]
debug3: mm_request_send entering: type 45 [preauth]
debug3: mm_request_receive entering
debug3: monitor_read: checking request 45
debug1: PAM: initializing for "USERNAME"
debug1: PAM: setting PAM_RHOST to "CLIENT_IP"
debug1: PAM: setting PAM_TTY to "ssh"
debug2: monitor_read: 45 used once, disabling now
debug3: mm_inform_authserv entering [preauth]
debug3: mm_request_send entering: type 3 [preauth]
debug2: input_userauth_request: try method none [preauth]
debug3: mm_request_receive entering
debug3: monitor_read: checking request 3
debug3: mm_answer_authserv: service=ssh-connection, style=
debug2: monitor_read: 3 used once, disabling now
debug1: userauth-request for user USERNAME service ssh-connection method publickey [preauth]
debug1: attempt 1 failures 0 [preauth]
debug2: input_userauth_request: try method publickey [preauth]
debug1: test whether pkalg/pkblob are acceptable [preauth]
debug3: mm_key_allowed entering [preauth]
debug3: mm_request_send entering: type 20 [preauth]
debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth]
debug3: mm_request_receive_expect entering: type 21 [preauth]
debug3: mm_request_receive entering [preauth]
debug3: mm_request_receive entering
debug3: monitor_read: checking request 20
debug3: mm_answer_keyallowed entering
debug3: mm_answer_keyallowed: key_from_blob: 0x13e1e20
debug1: temporarily_use_uid: 1000/100 (e=0/0)
debug1: trying public key file /home/USERNAME/.ssh/authorized_keys
debug1: Could not open authorized keys '/home/USERNAME/.ssh/authorized_keys': No such file or directory
debug1: restore_uid: 0/0
Failed publickey for USERNAME from CLIENT_IP port 43333 ssh2
debug3: mm_answer_keyallowed: key 0x13e1e20 is not allowed
debug3: mm_request_send entering: type 21
debug2: userauth_pubkey: authenticated 0 pkalg ssh-dss [preauth]
debug1: userauth-request for user USERNAME service ssh-connection method password [preauth]
debug1: attempt 2 failures 1 [preauth]
debug2: input_userauth_request: try method password [preauth]
debug3: mm_auth_password entering [preauth]
debug3: mm_request_send entering: type 10 [preauth]
debug3: mm_auth_password: waiting for MONITOR_ANS_AUTHPASSWORD [preauth]
debug3: mm_request_receive_expect entering: type 11 [preauth]
debug3: mm_request_receive entering [preauth]
debug3: mm_request_receive entering
debug3: monitor_read: checking request 10
debug3: PAM: sshpam_passwd_conv called with 1 messages
debug1: PAM: password authentication accepted for USERNAME
debug3: mm_answer_authpassword: sending result 1
debug3: mm_request_send entering: type 11
debug3: mm_request_receive_expect entering: type 46
debug3: mm_request_receive entering
debug1: do_pam_account: called
debug3: PAM: do_pam_account pam_acct_mgmt = 0 (Success)
debug3: mm_request_send entering: type 47
Accepted password for USERNAME from CLIENT_IP port 43333 ssh2
debug3: mm_auth_password: user authenticated [preauth]
debug3: mm_do_pam_account entering [preauth]
debug3: mm_request_send entering: type 46 [preauth]
debug3: mm_request_receive_expect entering: type 47 [preauth]
debug3: mm_request_receive entering [preauth]
debug3: mm_do_pam_account returning 1 [preauth]
debug3: mm_send_keystate: Sending new keys: 0x13e1c40 0x13e34c0 [preauth]
debug3: mm_newkeys_to_blob: converting 0x13e1c40 [preauth]
debug3: mm_newkeys_to_blob: converting 0x13e34c0 [preauth]
debug3: mm_send_keystate: New keys have been sent [preauth]
debug3: mm_send_keystate: Sending compression state [preauth]
debug3: mm_request_send entering: type 24 [preauth]
debug3: mm_send_keystate: Finished sending state [preauth]
debug1: monitor_read_log: child log fd closed
debug1: monitor_child_preauth: USERNAME has been authenticated by privileged process
debug3: mm_get_keystate: Waiting for new keys
debug3: mm_request_receive_expect entering: type 24
debug3: mm_request_receive entering
debug3: mm_newkeys_from_blob: 0x13f3b20(122)
debug2: mac_setup: found hmac-md5
debug3: mm_get_keystate: Waiting for second key
debug3: mm_newkeys_from_blob: 0x13f3b20(122)
debug2: mac_setup: found hmac-md5
debug3: mm_get_keystate: Getting compression state
debug3: mm_get_keystate: Getting Network I/O buffers
debug3: mm_share_sync: Share sync
debug3: mm_share_sync: Share sync end
debug3: ssh_sandbox_parent_finish: finished
debug1: PAM: establishing credentials
debug3: PAM: opening session
User child is on pid 6387
debug1: PAM: establishing credentials
debug1: permanently_set_uid: 1000/100
debug2: set_newkeys: mode 0
debug2: set_newkeys: mode 1
debug1: Entering interactive session for SSH2.
debug2: fd 7 setting O_NONBLOCK
debug2: fd 9 setting O_NONBLOCK
debug1: server_init_dispatch_20
debug1: server_input_channel_open: ctype session rchan 0 win 2097152 max 32768
debug1: input_session_request
debug1: channel 0: new [server-session]
debug2: session_new: allocate (allocated 0 max 10)
debug3: session_unused: session id 0 unused
debug1: session_new: session 0
debug1: session_open: channel 0
debug1: session_open: session 0: link with channel 0
debug1: server_input_channel_open: confirm session
debug1: server_input_global_request: rtype [email protected] want_reply 0
debug1: server_input_channel_req: channel 0 request x11-req reply 1
debug1: session_by_channel: session 0 channel 0
debug1: session_input_channel_req: session 0 req x11-req
debug3: sock_set_v6only: set socket 10 IPV6_V6ONLY
debug2: fd 10 setting O_NONBLOCK
debug3: fd 10 is O_NONBLOCK
debug1: channel 1: new [X11 inet listener]
debug2: fd 11 setting O_NONBLOCK
debug3: fd 11 is O_NONBLOCK
debug1: channel 2: new [X11 inet listener]
debug1: server_input_channel_req: channel 0 request exec reply 1
debug1: session_by_channel: session 0 channel 0
debug1: session_input_channel_req: session 0 req exec
debug2: fd 3 setting TCP_NODELAY
debug3: packet_set_tos: set IP_TOS 0x10
debug2: fd 14 setting O_NONBLOCK
debug2: fd 13 setting O_NONBLOCK
debug2: fd 16 setting O_NONBLOCK
debug2: channel 0: read 210 from efd 16
debug2: channel 0: rwin 2097152 elen 210 euse 1
debug2: channel 0: sent ext data 210
debug2: channel 0: read 380 from efd 16
debug2: channel 0: rwin 2096942 elen 380 euse 1
debug2: channel 0: sent ext data 380
debug2: channel 0: read 121 from efd 16
debug2: channel 0: rwin 2096562 elen 121 euse 1
debug2: channel 0: sent ext data 121
### Here started the waiting on the server's side, and continued later till the start of app.:
debug1: X11 connection requested.
debug2: fd 12 setting TCP_NODELAY
debug2: fd 12 setting O_NONBLOCK
debug3: fd 12 is O_NONBLOCK
debug1: channel 3: new [X11 connection from 127.0.0.1 port 46968]
debug2: channel 3: open confirm rwindow 2097152 rmax 16384
debug2: channel 0: read 62 from efd 16
debug2: channel 0: rwin 2096441 elen 62 euse 1
debug2: channel 0: sent ext data 62
debug1: X11 connection requested.
debug2: fd 15 setting TCP_NODELAY
debug2: fd 15 setting O_NONBLOCK
debug3: fd 15 is O_NONBLOCK
debug1: channel 4: new [X11 connection from 127.0.0.1 port 46972]
debug2: channel 4: open confirm rwindow 2097152 rmax 16384
debug2: channel 3: rcvd adjust 51268
debug2: channel 3: rcvd adjust 65536
debug2: channel 3: rcvd adjust 65536
debug2: channel 3: rcvd adjust 65536
debug2: channel 3: rcvd adjust 65536
debug2: channel 3: rcvd adjust 32768
debug2: channel 3: rcvd adjust 147456
debug2: channel 3: rcvd adjust 55788
debug2: channel 3: window 32740 sent adjust 32796
client:
ssh -Xvvv USERNAME@SERVER_IP mousepad
OpenSSH_6.1p1, OpenSSL 1.0.1c 10 May 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to SERVER_IP [SERVER_IP] port 22.
debug1: Connection established.
debug1: identity file /home/USERNAME/.ssh/id_rsa type -1
debug1: identity file /home/USERNAME/.ssh/id_rsa-cert type -1
debug1: identity file /home/USERNAME/.ssh/id_dsa type 2
debug1: identity file /home/USERNAME/.ssh/id_dsa-cert type -1
debug1: identity file /home/USERNAME/.ssh/id_ecdsa type -1
debug1: identity file /home/USERNAME/.ssh/id_ecdsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.1
debug1: match: OpenSSH_6.1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.1
debug2: fd 3 setting O_NONBLOCK
debug3: load_hostkeys: loading entries for host "SERVER_IP" from file "/home/USERNAME/.ssh/known_hosts"
debug3: load_hostkeys: found key type ECDSA in file /home/USERNAME/.ssh/known_hosts:4
debug3: load_hostkeys: loaded 1 keys
debug3: order_hostkeyalgs: prefer hostkeyalgs: [email protected],[email protected],[email protected],ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: [email protected],[email protected],[email protected],ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,[email protected],[email protected],[email protected],[email protected],ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected]
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected]
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,[email protected],hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,[email protected],hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,[email protected],zlib
debug2: kex_parse_kexinit: none,[email protected],zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: kex_parse_kexinit: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected]
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected]
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,[email protected],hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,[email protected],hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,[email protected]
debug2: kex_parse_kexinit: none,[email protected]
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: mac_setup: found hmac-md5
debug1: kex: server->client aes128-ctr hmac-md5 none
debug2: mac_setup: found hmac-md5
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ECDSA ABC123...
debug3: load_hostkeys: loading entries for host "SERVER_IP" from file "/home/USERNAME/.ssh/known_hosts"
debug3: load_hostkeys: found key type ECDSA in file /home/USERNAME/.ssh/known_hosts:4
debug3: load_hostkeys: loaded 1 keys
debug1: Host 'SERVER_IP' is known and matches the ECDSA host key.
debug1: Found key in /home/USERNAME/.ssh/known_hosts:4
debug1: ssh_ecdsa_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /home/USERNAME/.ssh/id_rsa ((nil))
debug2: key: /home/USERNAME/.ssh/id_dsa (0x)
debug2: key: /home/USERNAME/.ssh/id_ecdsa ((nil))
debug1: Authentications that can continue: publickey,password
debug3: start over, passed a different list publickey,password
debug3: preferred publickey,keyboard-interactive,password
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Trying private key: /home/USERNAME/.ssh/id_rsa
debug3: no such identity: /home/USERNAME/.ssh/id_rsa
debug1: Offering DSA public key: /home/USERNAME/.ssh/id_dsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,password
debug1: Trying private key: /home/USERNAME/.ssh/id_ecdsa
debug3: no such identity: /home/USERNAME/.ssh/id_ecdsa
debug2: we did not send a packet, disable method
debug3: authmethod_lookup password
debug3: remaining preferred: ,password
debug3: authmethod_is_enabled password
debug1: Next authentication method: password
USERNAME@SERVER_IP's password:
debug3: packet_send2: adding 48 (len 68 padlen 12 extra_pad 64)
debug2: we sent a password packet, wait for reply
debug1: Authentication succeeded (password).
Authenticated to SERVER_IP ([SERVER_IP]:22).
debug1: channel 0: new [client-session]
debug3: ssh_session2_open: channel_new: 0
debug2: channel 0: send open
debug1: Requesting [email protected]
debug1: Entering interactive session.
debug2: callback start
debug2: x11_get_proto: /usr/bin/xauth -f /tmp/ssh-mHE6faU7YJF2/xauthfile generate :0 MIT-MAGIC-COOKIE-1 untrusted timeout 1200 2>/dev/null
debug2: x11_get_proto: /usr/bin/xauth -f /tmp/ssh-mHE6faU7YJF2/xauthfile list :0 2>/dev/null
debug1: Requesting X11 forwarding with authentication spoofing.
debug2: channel 0: request x11-req confirm 1
debug2: fd 3 setting TCP_NODELAY
debug3: packet_set_tos: set IP_TOS 0x10
debug2: client_session2_setup: id 0
debug1: Sending command: mousepad
debug2: channel 0: request exec confirm 1
debug2: callback done
debug2: channel 0: open confirm rwindow 0 rmax 32768
debug2: channel_input_status_confirm: type 99 id 0
debug2: X11 forwarding request accepted on channel 0
debug2: channel 0: rcvd adjust 2097152
debug2: channel_input_status_confirm: type 99 id 0
debug2: exec request accepted on channel 0
### After successful authentication, here above started the first waiting, where after first 1 min. continued with:
debug2: channel 0: rcvd ext data 210
debug2: channel 0: rcvd ext data 380
debug2: channel 0: rcvd ext data 121
debug3: Copy environment: XDG_SESSION_COOKIE=0d937ee20c7e42bdbf828421a30eaa2f-1357144247.348263-1841400888
debug3: Copy environment: XDG_SESSION_ID=5
debug3: Copy environment: XDG_RUNTIME_DIR=/run/user/1000
debug2: channel 0: written 711 to efd 6
### After another 1 min. continued with + started the app.
debug1: client_input_channel_open: ctype x11 rchan 3 win 65536 max 16384
debug1: client_request_x11: request from 127.0.0.1 46968
debug2: fd 7 setting O_NONBLOCK
debug3: fd 7 is O_NONBLOCK
debug1: channel 1: new [x11]
debug1: confirm x11
debug2: channel 0: rcvd ext data 62
Xlib: extension "RANDR" missing on display "localhost:10.0".
debug2: channel 0: written 62 to efd 6
debug1: client_input_channel_open: ctype x11 rchan 4 win 65536 max 16384
debug1: client_request_x11: request from 127.0.0.1 46972
debug2: fd 8 setting O_NONBLOCK
debug3: fd 8 is O_NONBLOCK
debug1: channel 2: new [x11]
debug1: confirm x11
debug2: channel 1: window 2045884 sent adjust 51268
debug2: channel 1: window 2031616 sent adjust 65536
debug2: channel 1: window 2031616 sent adjust 65536
debug2: channel 1: window 2031616 sent adjust 65536
debug2: channel 1: window 2031616 sent adjust 65536
debug2: channel 1: window 2031616 sent adjust 32768
debug2: channel 1: window 1949696 sent adjust 147456
debug2: channel 1: window 2041364 sent adjust 55788
debug2: channel 1: rcvd adjust 32796
debug1: client_input_channel_open: ctype x11 rchan 5 win 65536 max 16384
debug1: client_request_x11: request from 127.0.0.1 46974
debug2: fd 9 setting O_NONBLOCK
debug3: fd 9 is O_NONBLOCK
debug1: channel 3: new [x11]
debug1: confirm x11
debug2: channel 1: rcvd adjust 32800
It's quite strange, as I have no more ideas what to check next.
Any ideas pls?
thx in advance.

Have finally found a solution for this problem: http://serverfault.com/questions/490352 … w-to-start
Now the applications do start immediately via SSH X11 forwarding as expected.
The following three lines helped:
ip6tables -A INPUT -i lo -j ACCEPT
ip6tables -A OUTPUT -o lo -j ACCEPT
ip6tables -A FORWARD -i lo -o lo -j ACCEPT
While until now, all ip6 traffic has been forbidden (to drop all ip6 traffic) at the start of the system of course.
Nevertheless, I don't understand it, why the ip6 localhost has to be granted this way even if the /etc/ssh/sshd_config is configured for ip4 only "AddressFamily inet"?
I thought, that this way the sshd will be using ip4 protocol only (including for the X11 forwarding), then why does it still need the ip6?

Similar Messages

  • Playing a Music Video takes too long to start

    I have a 2 hour 45 minute music video on my Ipod. I can either watch the video or just hear the music from my song list (no video).
    The video will start playing in a few seconds, but playing as a "song" will start after a few minutes. This does not look as normal, Wonder if this happens to all?
    AMD 2.4 Ghz   Windows XP Pro   1 Gb Ram Ipod 5g Black 60 Gb

    I'm confused...
    When you go to videos-->music videos and play the video, does it or does it not work?
    Now when you play it under music, does it work?
    Which one does it take long to load in?
    btabz

  • Help! my macbook air (late 2008) takes too long to start up when i switch it on, what can i do to solve this problem?

    the start up takes over 10min but after it starts up it works ok until i fix a usb to it then it starts to freeze every 2min. what can i do? please help me out. Thanks

    Thanks for your response.
    I have tried creating a new account but it didn't fix the problelm.
    How do i safe boot?
    when you say "safe booting" do you mean restarting/shutdown and restart?  because i restarted my macbook air while holding down the shift key while it was starting up but there was not luck either, the problem was still there when i restarted it again.

  • Loading slide show takes too long - want play to start earlier

    I made a long slideshow with perhaps 80 smallish (700x500) images. It is just a simple timeline with fade ins with varying durations for displaying the images. Most images are shown for a second or more. It takes quite a while to load sometimes. One is left looking at the preload gif - which makes a bad impression.
    Is there any way I can code it such that it will start to play after say 10 images or fewer are loaded. There would be plenty of time I would think for the rest to load while the show is going on - even with a bad connection.
    If I had control I could tweak till I found what I think is the best compromise. It would be preferable in the worst case for there to be pauses in the playback down the line rather than at the start.
    I was thinking of splitting it into chunks and making a load url action once in a while for another gaggle of images. But that sounds a very poor solution at onset  - as if it would break up the action even if it was being viewed on a fast connection.
    I am prepared start all over if there are any better strategies suggested
    thanks

    Have finally found a solution for this problem: http://serverfault.com/questions/490352 … w-to-start
    Now the applications do start immediately via SSH X11 forwarding as expected.
    The following three lines helped:
    ip6tables -A INPUT -i lo -j ACCEPT
    ip6tables -A OUTPUT -o lo -j ACCEPT
    ip6tables -A FORWARD -i lo -o lo -j ACCEPT
    While until now, all ip6 traffic has been forbidden (to drop all ip6 traffic) at the start of the system of course.
    Nevertheless, I don't understand it, why the ip6 localhost has to be granted this way even if the /etc/ssh/sshd_config is configured for ip4 only "AddressFamily inet"?
    I thought, that this way the sshd will be using ip4 protocol only (including for the X11 forwarding), then why does it still need the ip6?

  • Oracle 11g takes way too long to start

    I find that Oracle 11g 11.1 takes much longer to start than Oracle 10g or 9g. I am on HP UNIX 11i server, Have others observed similar issue. Are they any init.ora parameters to speed up startup.
    Thanks.

    alter system set fast_start_mttr_target=300 scope=bothThis has nothing to do with the posters startup time - at least if he stops his database not with "shutdown abort" or "startup force".
    @user12021554: What exactly is "long"? Can you compare these numbers to 10g or even 9i?
    Can you further check the server is not swapping and database parameters are equal?
    Ronny Egner
    My Blog: http://blog.ronnyegner-consulting.de

  • Exporting report to PDF takes too long on Win 2k Advanced Server, Service Pack 4

    Post Author: zaverit
    CA Forum: .NET
    We have written VB.Net program which extracts required information from the database in the memory and then based on the configuration, exports the data to PDF using below command
    ExportToDisk(CrystalDecisions.[Shared].ExportFormatType.PortableDocFormat, outFile), where outFile is .pdf filename in same folder as the executable
    The program is packaged in an MSI. It includes msvcr71.dll. When installed, this generated below assemblies;
    CystalDecisions.CrystalReports.Engine
    CrystalDecisons.Reportsource
    CrystalDecisions.shared
    When the report is run on a Windows XP Professional, Service Pack 2, it completes in about 4 minutes. Please see below for the specs of this workstation (Search for "Workstation Specs")
    When the same report is installed on a Windows 2000 Advanced Server, Service Pack 4, it takes more than 2 hours. Please see below for the specs of this server (Search for "Server Specs")
    Could someone point us to the problem please. We have tried following options;
    checked out the dot net framework. The server and the w/s now have v2
    installed adobe on the server (to ensure that there are no missing libraries or links)
    Server Specs
    Date: Monday, 20 August 2007 3:42:42 PM
    COMPUTER & SYSTEM INFO:
    Operating System: Microsoft Windows 2000 Advanced Server, Service Pack 4Internet Explorer: Version  6.0.2800.1106Domain:   APPDEVSite:   UnavailableComputer Type:  Compaq - ProLiant DL580 G2Number of Processors: 8Processor Info:  Processor 1: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195), Processor 2: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195), Processor 3: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195), Processor 4: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195), Processor 5: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195), Processor 6: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195), Processor 7: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195), Processor 8: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195)Physical Memory: 7863624 KBytesDisk Space Available: Drive C: = 30325 MBytes, Drive D: = 37028 MBytesLast Bootup:   17/08/2007 11:20:22 AMNetDeploy Last Merge:  20/08/2007 12:08:09 PM
    APPLICATIONS INFO:
    ActivePerl -   Version: 05.80.0806.0101   Vendor: ActiveState   Date Installed: 03/08/2005   Installed By: NetDeploy   Vendor URL: http://www.activestate.com/   GUID: {6B067034-782C-4DC5-92B3-F30215CE425A}   Package Cache: C:\WINNT\Installer\188eb.msi   Comments:
    ATI Display Driver -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Package Cache: Not Provided   Comments:
    ControlMAgent -   Version: 06.00.0001.0202   Vendor: BMC   Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {F8A239AC-6CFC-11D4-84E0-009027900466}   Package Cache: C:\WINNT\Installer\1409e1b.msi
    DotNetFramework1.1SP1 -   Version: 01.01.4322.0101   Vendor: Microsoft   Date Installed: 29/11/2005   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1}   Package Cache: C:\WINNT\Installer\14329d58.msi   Comments:
    DotNetFramework2.0 -   Version: 02.00.0000.0101   Vendor: Microsoft   Date Installed: 17/08/2007   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {7131646D-CD3C-40F4-97B9-CD9E4E6262EF}   Package Cache: C:\WINNT\Installer\2e311.msi   Comments:
    ESM -   Version: 05.10.0009.0102   Vendor: Symantec   Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {9F6DC27E-A67D-4E28-A8A4-2EDDF81EA04D}   Package Cache: C:\WINNT\Installer\c676.msi   Comments
    HP Array Configuration Utility -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP Array Configurtion Utility CLI -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP Array Diagnostic Utility -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP Insight Diagnostics Online Edition for Windows -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: {3754251E-100C-47D4-AB86-DC34047EE3C4}   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP Insight Management Agents -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP ProLiant Integrated Management Log Viewer -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP ProLiant Legacy Port Configuration Component -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP ProLiant Remote Monitor Service -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP System Management Homepage -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP Version Control Agent 2.1 -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    IE5 Registration -   Version: 83886080   Vendor:    Date Installed:    Installed By: Native MSI   Vendor URL: Not Provided   GUID: {C1E26EED-CC8B-4371-9CC7-AD8A5814B4B2}   Installed From:    Package Cache:    Comments:
    IE60FolderViewFix -   Version: 01.00.0000.0102   Vendor:    Date Installed: 02/08/2005   Installed By: NetDeploy   Vendor URL:    GUID: {9B8697D6-0C3F-4F20-8424-FF1E32426E9E}   Package Cache: C:\WINNT\Installer\18ea2.msi   Comments
    IE60Q831167Update -   Version: 01.00.0000.0101   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy   Vendor URL:    GUID: {24CFEE38-7D12-42B8-AEB6-D90E54F7F6CF}   Package Cache: C:\WINNT\Installer\c663.msi   Comments:
    IE60Q889293Update -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy   GUID: {B6E19C47-6967-4BFA-9DE5-9C02418BBA75}   Package Cache: C:\WINNT\Installer\11ff4d73.msi
    InternetExplorer -   Version: 06.00.2800.0101   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {577E42B0-A135-46BB-936D-B881FE674475}   Package Cache: C:\WINNT\Installer\c667.msi
    LiveUpdate -   Version: 02.50.0056.0101   Vendor: Symantec   Date Installed: 20/02/2007   Installed By: NetDeploy   GUID: {BF457741-7A33-47CE-928B-AC1951EE09FF}   Package Cache: C:\WINNT\Installer\be32ffc6.msi
    LiveUpdate 2.5 (Symantec Corporation) -   Version: 2.5.56.0   Vendor: Symantec Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://www.symantec.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Microsoft .NET Framework 1.1 -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Microsoft .NET Framework 2.0 -   Version:    Vendor: Microsoft   Date Installed:    Installed By: Manual   Vendor URL: http://go.microsoft.com/fwlink/?LinkId=45396   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Microsoft Internet Explorer 6 SP1 -   Version:    Vendor:    Date Installed:    Installed By: System/Hidden   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Microsoft VGX Q833989 -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    MyInfo -   Version: 01.08.0000.0101
       Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {6A0FF415-CE15-490A-B1A8-3905698F1C10}   Package Cache: C:\WINNT\Installer\c672.msi
    netDeploy Global Enterprise Client -   Version: 5.62.7665   Vendor: Open Software Associates   Date Installed: 02/08/2005   Installed By: Native MSI   Vendor URL: http://www.osa.com   GUID: {70C63628-AD92-4F6D-8A30-D9E9ACD6515F}   Package Cache: C:\WINNT\Installer\c642.msi   Comments:
    NetDeployGlobalStartupCmd -   Version: 06.01.0000.0101   Vendor: OSA   Date Installed: 02/08/2005   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {B79DCE5C-9E76-427C-9E36-9CE57A915893}   Package Cache: C:\WINNT\Installer\e085.msi   Comments:
    NetDeployGlobalStartupGina -   Version: 06.00.0000.0101   Vendor: OSA   Date Installed: 02/08/2005   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {F8296AE0-032C-4C97-BB68-E0964790789E}   Package Cache: C:\WINNT\Installer\e080.msi   Comments:
    Razor Excess Reports -   Version: 1.0.0   Vendor: ITe   Date Installed: 17/08/2007   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {FFDBCD12-D259-406B-9E52-1CB8C9066688}   Installed From: D:\Apps\Razor\rzconversion\ExternalApplications\XsReport\   Package Cache: C:\WINNT\Installer\11b614e.msi   Comments:
    RazorPerlLibs -   Version: 01.00.0000.0101   Date Installed: 03/08/2005   Installed By: NetDeploy   GUID: {0F790CA2-D4C5-416E-8767-47D5F862E949}
    SAVParentAdoptionScript -   Version: 01.00.0000.0201   Date Installed: 11/04/2007   Installed By: NetDeploy
       GUID: {32273630-3E06-41C7-91DB-F3B6D9661ABB}   Package Cache: C:\WINNT\Installer\6565c930.msi
    SecurityUpdateKB824151 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy   GUID: {9F7C2A51-C4BD-4C19-8161-3E064127FD65}   Package Cache: C:\WINNT\Installer\11ff4d63.msi
    SecurityUpdateKB828741 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 01/08/2006   Installed By: NetDeploy   GUID: {C1D6AA1A-BF1C-4787-9285-768548AB9D92}
    SecurityUpdateKB833989 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 05/09/2005   Installed By: NetDeploy   GUID: {341D7DA4-7157-47A3-9BFD-E12D99B8A776}   Package Cache: C:\WINNT\Installer\1f5753d.msi
    SecurityUpdateKB835732 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {4424494A-AC42-4008-8B57-AA66CA7E72FB}   Package Cache: C:\WINNT\Installer\c65b.msi
    SecurityUpdateKB837001 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy
       GUID: {BA0A1747-BBC5-45BA-9700-A9015230C800}   Package Cache: C:\WINNT\Installer\c657.msi
    SecurityUpdateKB839645 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {2987E3F9-58AD-4266-BE26-A9A33A34F4EA}   Package Cache: C:\WINNT\Installer\c652.msi
    SecurityUpdateKB840315 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {5910D8FA-69E7-4B29-9B4E-F8DE85D59151}   Package Cache: C:\WINNT\Installer\c64e.msi
    SecurityUpdateKB840987 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy   GUID: {4C763392-F57F-4BEB-AC73-BDAAA9D5B148}   Package Cache: C:\WINNT\Installer\11ff4d67.msi
    SecurityUpdateKB841356 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy   GUID: {8DCF4BA9-E548-47F6-A042-AD60914092E0}   Package Cache: C:\WINNT\Installer\11ff4d6b.msi
    SecurityUpdateKB841533 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy   GUID: {ACC99A2F-6E66-4431-974A-B6380BF6B2A0}   Package Cache: C:\WINNT\Installer\11ff4d6f.msi
    SecurityUpdateKB841873 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {C5C2D41F-EA27-4F25-AD4E-3143FEA0411F}   Package Cache: C:\WINNT\Installer\c64a.msi
    SecurityUpdateKB885835 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 24/07/2007   Installed By: NetDeploy   GUID: {FCEC933D-E7ED-4CEC-8608-4EC2D734BBB7}
       Package Cache: C:\WINNT\Installer\269c0.msi
    SecurityUpdateKB891781 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy
       GUID: {68E54C8D-A744-48A6-9EFA-DC488DF85380}
       Package Cache: C:\WINNT\Installer\11ff4d5b.msi
    SecurityUpdateKB892944 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy
       GUID: {82A85ED7-E685-4F89-96AC-B079AEF5C8BC}
       Package Cache: C:\WINNT\Installer\11ff4d4f.msi
    SecurityUpdateKB893066 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy   GUID: {B65DCB9B-6ADC-48FC-9605-64F9768F4671}
       Package Cache: C:\WINNT\Installer\11ff4d57.msi
    SecurityUpdateKB893086 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy
       GUID: {AD6D758F-C82E-4C94-A5CB-17DB2D8C7803}
       Package Cache: C:\WINNT\Installer\11ff4d53.msi
    SecurityUpdateKB899588 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 17/08/2005   Installed By: NetDeploy
       GUID: {9C1DF8EE-6783-490E-883C-DFA081B86058}
       Package Cache: C:\WINNT\Installer\1728c4d.msi
    SymantecAntiVirus -   Version: 09.03.0000.0205   Vendor: Symantec   Date Installed: 20/02/2007   Installed By: NetDeploy   Vendor URL: http://www.symantec.com   GUID: {848AC794-8B81-440A-81AE-6474337DB527}
       Package Cache: C:\WINNT\Installer\be32ffcb.msi   Comments: Thank you for using Symantec security products.
    UnicenterAMOServerAgents -   Version: 03.20.0000.0106   Vendor: CA   Date Installed: 02/08/2005   Installed By: NetDeploy
       GUID: {E936AF17-4CC7-4298-8C08-EF0C846E25E7}
       Package Cache: C:\WINNT\Installer\c66e.msi
    WebFldrs -   Version: 9.50.7522   Vendor: Microsoft Corporation   Date Installed: 30/08/2004   Installed By: Native MSI   Vendor URL: http://www.microsoft.com/windows   GUID: {6F716D8C-398F-11D3-85E1-005004838609}   Installed From: C:\WINNT\system32\   Package Cache: C:\WINNT\Installer\9bac161.msi   Comments:
    Windows 2000 Hotfix - KB329115 -   Version: 20031024.155236   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB823182 -   Version: 20030618.121409   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB824151 -   Version: 20040816.154346   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB825119 -   Version: 20030827.151123   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB826232 -   Version: 20031007.160553   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB828035 -   Version: 20031002.141358   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB828741 -   Version: 20040311.130332   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB828749 -   Version: 20031023.124056   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB835732 -   Version: 20040323.171849   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB837001 -   Version:    Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB839645 -   Version: 20040519.160457   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB840315 -   Version: 20040622.153749   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB840987 -   Version: 20040825.01015   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB841356 -   Version: 20040730.185536   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB841533 -   Version: 20040824.233811   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB841873 -   Version: 20040610.95344   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB885835 -   Version: 20041101.10457   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB889293 -   Version: 20041111.235619   Vendor: Microsoft Corporation   Date Installed:    Installed By: Manual   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB891781 -   Version: 20050113.171736   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB892944 -   Version: 20050310.234736   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB893066 -   Version: 20050310.221934   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB893086 -   Version: 20050310.233610   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB899588 -   Version: 20050628.234036   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix (Pre-SP4) [See Q329115 for more information] -   Version:    Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows Installer 3.1 (KB893803) -   Version: 3.1   Vendor: Microsoft Corporation   Date Installed:    Installed By: Manual   Vendor URL: http://go.microsoft.com/fwlink/?LinkId=42467   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsInstaller -   Version: 3.1.4000   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsKB329115HotFix 01 [Common] (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsKB823182Hotfix 01 [Common] (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsKB825119Hotfix 01 [Common] (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsKB826232Hotfix 01 [Common] (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsKB828035Hotfix 01 [Common] (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsKB828749Hotfix 01 [Common] (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsQ329115HotFix -   Version: 01.00.0000.0101   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy
       GUID: {C603BA89-B2BE-419B-9538-8CCCB4C44356}
       Package Cache: C:\WINNT\Installer\c646.msi
    WinRAR archiver -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    NETDEPLOY APPS INSTALLED BUT NOT IN NETDEPLOY POLICY INFO:
    DotNetFramework1.1SP1* ESM* SecurityUpdateKB824151* WindowsInstaller* WindowsQ329115HotFix
    (Report Generated by: myInfo - Ver. 01.08)
    Workstation Specs
    Date: Monday, 13 August 2007 9:34:29 AM
    COMPUTER & SYSTEM INFO:
    Operating System: Microsoft Windows XP Professional, Service Pack 2Internet Explorer: Version  6.0.2900.2180Computer Type:  Dell Inc. - Latitude D610                   Number of Processors: 1Processor Info:  1595 MHz         Intel(R) Pentium(R) M processor 1.60GHz (x86 Family 6 Model 13 Stepping 8) - (Current Speed: 797, Max Speed: 1595)Physical Memory: 515444 KBytesDisk Space Available: 6158 MBytes - WARNING: low on disk space!!Connected Printers:  Microsoft Document Imaging Writer Port: (Microsoft Office Document Image Writer), IP_150.122.114.184 (
    prnau100qsm00\100QSM - 14Laser02) - Located at: (AU/VIC/Melbourne/100 Queen Street/14th Floor) (Default), IP_150.122.114.182 (
    prnau100qsm01\100QSM - 14Colour01) - Located at: (AU/VIC/Melbourne/100 Queen Street/14th Floor/ ), Last Bootup:   13/08/2007 9:01:24 AMNetDeploy Last Merge:  13/08/2007 9:26:54 AM
    APPLICATIONS INFO:
    Access -   Version: 11.00.0000.0102   Vendor: Microsoft   Date Installed: 12/08/2007   Installed By: NetDeploy   Vendor URL: http://www.microsoft.com/support   GUID: {90150409-6000-11D3-8CFE-0150048383C9}
       Package Cache: C:\WINNT\Installer\a6cd.msi   Comments:
    ActiveIssuesManagement -   Version: 04.01.0000.0101   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {FB8DA4B9-8A67-477E-8BB0-808A329C6573}   Installed From:    Package Cache: C:\WINNT\Installer\a737.msi   Comments:
    ActiveIssuesManagement 04 [Common] (via netDeploy) -   Version: 04.01.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    ActiveRiskTracker -   Version: 06.01.0000.0103   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {57BC9BEE-DB68-4F13-8DE8-6CDC6D04CC5B}   Installed From:    Package Cache: C:\WINNT\Installer\a733.msi   Comments:
    ActiveRiskTracker 06 [Common] (via netDeploy) -   Version: 06.01.0000.0103   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    AdobeReader -   Version: 07.05.0000.0106   Vendor: Adobe   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {AC76BA86-7AD7-1033-7B44-A70500000002}   Installed From:    Package Cache: C:\WINNT\Installer\a73c.msi   Comments:
    AdobeReader 07 [Common] (via netDeploy) -   Version: 07.05.0000.0106   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    GroupRiskTopCustomers -   Version: 1.0.0   Vendor: IT&e Ltd   Date Installed: 01/12/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {1A5606AC-D621-46A4-BCC2-26F9A4E73DE7}   Installed From:    Package Cache: C:\WINNT\Installer\3651bc.msi   Comments:
    BXAutoZip -   Version: 01.09.0001.0102   Vendor: BAxBEx   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {E5D1A66D-078D-450C-9E52-4B6D81A3CFE2}   Installed From:    Package Cache: C:\WINNT\Installer\a706.msi   Comments:
    BXAutoZip 01 [Common] (via netDeploy) -   Version: 01.09.0001.0102   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Chopper -   Version: 1.0.0   Vendor: ITE Pty Ltd   Date Installed: 19/01/2007   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {28D85F68-6739-4A76-A958-C4D24E3B5938}   Installed From:    Package Cache: C:\WINNT\Installer\75cfae.msi   Comments:
    ClarityOpenWorkbench -   Version: 01.10.0003.0104   Vendor: Niku   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {AED0B5AC-0771-4600-9777-9C4C910EBE09}   Installed From:    Package Cache: C:\WINNT\Installer\a64f.msi   Comments:
    ClarityOpenWorkbench 01 [Common] (via netDeploy) -   Version: 01.10.0003.0104   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    ClarityScheduleConnect -   Version: 07.50.0002.0104   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {49912AF4-DDEA-434B-B1BB-73A223513180}   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    ClarityScheduleConnect -   Version: 07.50.0002.0104   Vendor: Niku   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {49912AF4-DDEA-434B-B1BB-73A223513180}   Installed From:    Package Cache: C:\WINNT\Installer\a649.msi   Comments:
    Code39Font -   Version: 01.00.0000.0103
       Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {68A4571F-367C-4D3C-8BF6-6586A0CC6DB5}   Installed From:    Package Cache: C:\WINNT\Installer\a729.msi   Comments:
    Code39Font 01 [Common] (via netDeploy) -   Version: 01.00.0000.0103   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    CONTROL-M/Enterprise Manager 6.2.01 Fix Pack 1 -   Version:    Vendor:    Date Installed:    Installed By: Native MSI   Vendor URL: Not Provided   GUID: {58D40C23-AE89-4680-9F67-D508CCAD3740}   Installed From:    Package Cache:    Comments:
    ControlMEnterpriseMgr -   Version: 06.20.0001.0101   Vendor: BMC   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {74A7476B-B7A0-415F-B77F-5D713B4CE17F}   Installed From:    Package Cache: C:\WINNT\Installer\a700.msi   Comments:
    ControlMEnterpriseMgr 06 [Common] (via netDeploy) -   Version: 06.20.0001.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    DotNetFramework1.1 -   Version: 01.01.4322.0101   Vendor: Microsoft   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1}   Installed From:    Package Cache: C:\WINNT\Installer\a6c5.msi   Comments:
    DotNetFramework1.1 01 [Common] (via netDeploy) -   Version: 01.01.4322.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    EasyCDCreator -   Version: 07.10.0000.0201   Vendor: Roxio   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {36EF4012-D58B-436A-9C73-BAD48A5174F5}   Installed From:    Package Cache: C:\WINNT\Installer\a6ed.msi   Comments:
    EasyCDCreator 07 [Common] (via netDeploy) -   Version: 0000.Basic.0201   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    EndUserDesktop -   Version: 05.00.0001.0101   Vendor: Actuate   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {9DAAC6CD-9632-40B6-90AD-9F7D9BE7A9CD}   Installed From:    Package Cache: C:\WINNT\Installer\a745.msi   Comments:
    EndUserDesktop 05 [Common] (via netDeploy) -   Version: 05.00.0001.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    e-tax 2007 -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    EzGpoTool -   Version: 02.00.5038.0101
       Date Installed: 19/02/2007   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {70E62587-C09C-4145-A084-4144C2C08089}   Installed From:    Package Cache: C:\WINNT\Installer\23ff48.msi   Comments:
    EzGpoTool 02 [Common] (via netDeploy) -   Version: 02.00.5038.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Flash -   Version: 08.00.0022.0101   Vendor: Macromedia   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {F605268A-6FDA-4055-86CF-CF554BBD1DBA}   Installed From:    Package Cache: C:\WINNT\Installer\a6dc.msi   Comments:
    Flash 08 [Common] (via netDeploy) -   Version: 08.00.0022.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    GemplusSmartCardReaderDrivers -   Version: 02.01.0000.0101   Vendor: HW   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {9322AD29-176E-4FDD-B8FC-2A3F78EEAB1F}   Installed From:    Package Cache: C:\WINNT\Installer\a713.msi   Comments:
    GemplusSmartCardReaderDrivers... [Common] (via netDeploy) -   Version: 02.01.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HDKRuntime -   Version: 03.00.0000.0101   Vendor: VirtualMedia   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {F2AA17C9-1875-4B33-B8DB-43D921D084B3}   Installed From:    Package Cache: C:\WINNT\Installer\a63e.msi   Comments:
    HDKRuntime 03 [Common] (via netDeploy) -   Version: 03.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    IE60KB890923Update -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {4CE096D1-BB0C-4314-AF07-0B5E9206BDBD}   Installed From:    Package Cache: C:\WINNT\Installer\a6c0.msi   Comments:
    IE60KB890923Update 01 [Common] (via netDeploy) -   Version: 000.2000XP.0201   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    IPassConnect -   Version: 02.40.1481.0102   Vendor: IPass   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {29829E89-5BE7-49AA-B890-8FB9E3B1F73B}   Installed From:    Package Cache: C:\WINNT\Installer\a70f.msi   Comments:
    IPassConnect 02 [Common] (via netDeploy) -   Version: 02.40.1481.0102   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    ISScript -   Version: 08.10.0304.0101   Vendor: InstallShield   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {82E903BD-F4E2-4539-A4ED-D079EAA804D2}   Installed From:    Package Cache: C:\WINNT\Installer\a6e8.msi   Comments:
    ISScript 08 [Common] (via netDeploy) -   Version: 08.10.0304.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    iTunes -   Version: 7.1.1.5   Vendor: Apple Inc.   Date Installed: 06/05/2007   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {3592F5CB-B524-43AA-92F2-2377268199CC}   Installed From:    Package Cache: C:\WINNT\Installer\e6c80d.msi   Comments:
    J2RE142 -   Version: 01.04.0208.0102   Vendor: Sun   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {7148F0A8-6813-11D6-A77B-00B0D0142080}   Installed From:    Package Cache: C:\WINNT\Installer\a643.msi   Comments:
    J2RE142 01 [Common] (via netDeploy) -   Version: 01.04.0208.0102   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    JavaVirtualMachine -   Version: 05.00.3810.0102   Vendor: Microsoft   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {D5698D4D-5D6F-4312-9542-3F2555A58EF2}   Installed From:    Package Cache: C:\WINNT\Installer\a6bc.msi   Comments:
    JavaVirtualMachine 05 [Common] (via netDeploy) -   Version: 05.00.3810.0102   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    LicenceITUpdate -   Version: 01.00.0000.0104   Vendor: CA   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {E2FA4B8C-2170-4038-89F7-A9926ABAD8F6}   Installed From:    Package Cache: C:\WINNT\Installer\a630.msi   Comments:
    LicenceITUpdate 01 [Common] (via netDeploy) -   Version: 01.00.0000.0104   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Log Analyser -   Version: 1.0.0   Vendor: ITE Pty Ltd   Date Installed: 25/05/2007   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {CECCFC9A-BA72-4B85-9CF8-47A7F1730766}   Installed From: C:\RazorData\1.6.11\Log Analyser\   Package Cache: C:\WINNT\Installer\b26c9d1.msi   Comments: Razor Credit Risk Server Log Analyser
    MAXShortcut -   Version: 01.00.0000.0101
       Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {59A1BB47-6862-467B-9D72-EDBEB7D2F18C}   Installed From:    Package Cache: C:\WINNT\Installer\a725.msi   Comments:
    MAXShortcut 01 [Common] (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Microsoft .NET Framework 2.0 -   Version:    Vendor: Microsoft Corporation   Date Installed:    Installed By: Manual   Vendor URL: http://go.microsoft.com/fwlink/?LinkId=45396   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Microsoft .NET Framework 2.0 -   Version: 2.0.50727   Vendor: Microsoft Corporation   Date Installed: 25/05/2007   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {7131646D-CD3C-40F4-97B9-CD9E4E6262EF}   Installed From: C:\DOCUME1\zaverit\LOCALS1\Temp\IXP000.TMP\   Package Cache: C:\WINNT\Installer\b4e1e27.msi   Comments:
    Microsoft FrontPage Client - English -   Version: 7.00.9209   Vendor: Microsoft   Date Installed: 27/10/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {17B66E83-1BC9-11D5-A54A-0090278A1BB8}   Installed From:    Package Cache: C:\WINNT\Installer\570608.msi   Comments:
    Microsoft Visual J# .NET Redistributable Package 1.1 -   Version: 1.1.4322   Vendor: Microsoft   Date Installed: 27/10/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {1A655D51-1423-48A3-B748-8F5A0BE294C8}   Installed From:    Package Cache: C:\WINNT\Installer\570617.msi   Comments:
    MSDN Library for Visual Studio .NET 2003 -   Version: 7.38.3053   Vendor: Microsoft   Date Installed: 27/10/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {5757AE1A-1DB4-4898-9806-09F77FBD5E57}   Installed From:    Package Cache: C:\WINNT\Installer\a7f009.msi   Comments:
    MSHTMLHotfixKB926046 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 08/02/2007   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {AA6E98D3-F29A-47E9-ADDA-9522D7D101B9}   Installed From:    Package Cache: C:\WINNT\Installer\31e5cba.msi   Comments:
    MSHTMLHotfixKB926046 01 [Common] (via netDeploy) -   Version: 00.0000.XP.0201   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    MyInfo -   Version: 01.08.0000.0101
       Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {6A0FF415-CE15-490A-B1A8-3905698F1C10}   Installed From:    Package Cache: C:\WINNT\Installer\a721.msi   Comments:
    MyInfo 01 [Common] (via netDeploy) -   Version: 01.08.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    netDeploy Global Enterprise Client -   Version: 5.62.7665   Vendor: Open Software Associates   Date Installed: 20/10/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {70C63628-AD92-4F6D-8A30-D9E9ACD6515F}   Installed From:    Package Cache: C:\WINNT\Installer\a608.msi   Comments:
    NetDeployGlobalStartupCmd -   Version: 06.01.0000.0101   Vendor: OSA   Date Installed: 20/10/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {B79DCE5C-9E76-427C-9E36-9CE57A915893}   Installed From:    Package Cache: C:\WINNT\Installer\1a636.msi   Comments:
    NetDeployGlobalStartupGina -   Version: 06.01.0000.0101   Vendor: OSA   Date Installed: 20/10/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {D5ED5BC5-D5D3-466E-A99B-3EB30C4C5A21}   Installed From:    Package Cache: C:\WINNT\Installer\bceb.msi   Comments:
    Norton AntiVirus Corporate Edition -   Version: 7.6.0.0000   Vendor: Symantec Corporation   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {BD12EB47-DBDF-11D3-BEEA-00A0CC272509}   Installed From:    Package Cache: C:\WINNT\Installer\a635.msi   Comments:
    NortonAntivirus 07 [Common] (via netDeploy) -   Version: 07.60.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Office11PatchKB890169 01 [Common] (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Office11SP2Patch 01 [Common] (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    OfficeCommunicator -   Version: 01.00.0559.0102   Vendor: Microsoft   Date Installed: 12/04/2007   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {BE5AD430-9E0C-4243-AB3F-593835869855}   Installed From:    Package Cache: C:\WINNT\Installer\105a2f.msi   Comments:
    OfficeCommunicator 01 [Common] (via netDeploy) -   Version: 01.00.0559.0102   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    OfficeStandard -   Version: 11.00.6361.0206   Vendor: Microsoft   Date Installed: 12/08/2007   Installed By: NetDeploy   Vendor URL: http://www.microsoft.com/support   GUID: {90120409-6000-11D3-8CFE-0150048383C9}   Package Cache: C:\WINNT\Installer\a68d.msi   Comments:
    Oracle -   Version: 10.01.0020.0101   Vendor: Oracle   Date Installed: 23/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {DE711F10-EA42-451E-A754-AF53EDB3AE7F}   Installed From:    Package Cache: C:\WINNT\Installer\57e15.msi   Comments:
    Oracle 10 [Common] (via netDeploy) -   Version: 10.01.0020.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Picasa 2 -   Version: 2.0   Vendor: Google, Inc.   Date Installed:    Installed By: Manual   Vendor URL: http://www.picasa.com/support/   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    PowerCenter -   Version: 07.10.0004.0201   Vendor: Informatica   Date Installed: 23/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {849715C5-F76F-4F9C-A84A-A2CCB8AEEC00}   Installed From:    Package Cache: C:\WINNT\Installer\57e39.msi   Comments:
    PowerCenter 07 [Common] (via netDeploy) -   Version: 004.Client.0201   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    PVCS -   Version: 07.05.0005.0101   Vendor: Merant   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {96BEB47A-109B-4587-9197-D2432D4B403B}   Installed From:    Package Cache: C:\WINNT\Installer\a6d3.msi   Comments:
    PVCS 07 [Common] (via netDeploy) -   Version: 07.05.0005.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    QuickTime -   Version: 7.1.6.200   Vendor: Apple Computer, Inc.   Date Installed: 06/05/2007   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {08094E03-AFE4-4853-9D31-6D0743DF5328}   Installed From:    Package Cache: C:\WINNT\Installer\e6c808.msi   Comments:
    Razor Excess Reports -   Version: 1.0.0   Vendor: ITe   Date Installed: 09/08/2007   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {FFDBCD12-D259-406B-9E52-1CB8C9066688}   Installed From: C:\RazorData\Razor Utils\XsReport\   Package Cache: C:\WINNT\Installer\53d73e7.msi   Comments:
    Razor Utils -   Version: 1.0.0   Vendor: ITE   Date Installed: 31/10/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {CC8F7E3F-5BC8-4E2B-8511-B400BFD1526D}   Installed From:    Package Cache: C:\WINNT\Installer\1057f01.msi   Comments:
    RazorClient -   Version: 01.61.1375.0102   Vendor: ITe   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {2BFBE99A-5AAA-466F-B71B-6CB6D9EC781B}   Installed From:    Package Cache: C:\WINNT\Installer\a6e0.msi   Comments:
    RazorClient 01 [Common] (via netDeploy) -   Version: 01.61.1375.0102   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    RazorClientPortfolioRisk -   Version: 01.61.1375.0101   Vendor: ITe   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {3448D4E1-5D1B-4727-A2D2-A044428D9B7D}   Installed From:    Package Cache: C:\WINNT\Installer\a6e4.msi   Comments:
    RazorClientPortfolioRisk 01 [Common] (via netDeploy) -   Version: 01.61.1375.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    RCSIniFile -   Version: 01.00.0000.0102   Vendor: Dameware   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {00333BFA-6368-4C8F-B2E9-8C0668EDCC13}   Installed From:    Package Cache: C:\WINNT\Installer\a6f6.msi   Comments:
    RCSIniFile 01 [Common] (via netDeploy) -   Version: 01.00.0000.0102   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Roam -   Version: 02.42.0000.0101   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {33857E52-99B4-4D18-AB7B-734976C19457}   Installed From:    Package Cache: C:\WINNT\Installer\a70b.msi   Comments:
    Roam 02 [Common] (via netDeploy) -   Version: 02.42.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    RoamEnabler -   Version: 02.40.0002.0101   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {A8C67376-9AD9-4967-AC5A-60F4DF2DAF8F}   Installed From:    Package Cache: C:\WINNT\Installer\a71d.msi   Comments:
    RoamEnabler 02 [Common] (via netDeploy) -   Version: 02.40.0002.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    ScreenSaver -   Version: 02.90.0000.0101   Date Installed: 05/02/2007   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {BA2C1D1C-1E79-48DC-A435-3A1AAB3274D8}   Installed From:    Package Cache: C:\WINNT\Installer\1693bb.msi   Comments:
    ScreenSaver 02 &#91

    Have finally found a solution for this problem: http://serverfault.com/questions/490352 … w-to-start
    Now the applications do start immediately via SSH X11 forwarding as expected.
    The following three lines helped:
    ip6tables -A INPUT -i lo -j ACCEPT
    ip6tables -A OUTPUT -o lo -j ACCEPT
    ip6tables -A FORWARD -i lo -o lo -j ACCEPT
    While until now, all ip6 traffic has been forbidden (to drop all ip6 traffic) at the start of the system of course.
    Nevertheless, I don't understand it, why the ip6 localhost has to be granted this way even if the /etc/ssh/sshd_config is configured for ip4 only "AddressFamily inet"?
    I thought, that this way the sshd will be using ip4 protocol only (including for the X11 forwarding), then why does it still need the ip6?

  • Web application deployment takes too long?

    Hi All,
    We have a wls 10.3.5 clustering environment with one admin server and two managered servers separately. When we try to deploy a sizable web application, it takes about 1 hour to finish. It seems that it takes too long to finish the deployment. Here is the output from one of two managerd server system log. Could anyone tell me it is normal or not? If not, how can I improve this?
    Thanks in advance,
    John
    +####<Feb 29, 2012 12:11:03 PM EST> <Info> <Deployer> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330535463373> <BEA-149059> <Module copyrequest of application copyrequest [Version=COPYREQUEST0002bb] is transitioning from STATE_NEW to STATE_PREPARED on server Pinellas1tMS3.>+
    +####<Feb 29, 2012 12:11:05 PM EST> <Info> <Deployer> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <9baa7a67b5727417:26f76f6c:135ca05cff2:-8000-00000000000000b0> <1330535465664> <BEA-149060> <Module copyrequest of application copyrequest [Version=COPYREQUEST0002bb] successfully transitioned from STATE_NEW to STATE_PREPARED on server Pinellas1tMS3.>+
    +####<Feb 29, 2012 12:11:06 PM EST> <Info> <Deployer> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330535466493> <BEA-149059> <Module copyrequest of application copyrequest [Version=COPYREQUEST0002bb] is transitioning from STATE_PREPARED to STATE_ADMIN on server Pinellas1tMS3.>+
    +####<Feb 29, 2012 12:11:06 PM EST> <Info> <Deployer> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330535466493> <BEA-149060> <Module copyrequest of application copyrequest [Version=COPYREQUEST0002bb] successfully transitioned from STATE_PREPARED to STATE_ADMIN on server Pinellas1tMS3.>+
    +####<Feb 29, 2012 12:11:06 PM EST> <Info> <Deployer> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330535466809> <BEA-149059> <Module copyrequest of application copyrequest [Version=COPYREQUEST0002bb] is transitioning from STATE_ADMIN to STATE_ACTIVE on server Pinellas1tMS3.>+
    +####<Feb 29, 2012 12:11:06 PM EST> <Info> <Deployer> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330535466809> <BEA-149060> <Module copyrequest of application copyrequest [Version=COPYREQUEST0002bb] successfully transitioned from STATE_ADMIN to STATE_ACTIVE on server Pinellas1tMS3.>+
    +####<Feb 29, 2012 1:00:42 PM EST> <Info> <Diagnostics> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330538442300> <BEA-320143> <Scheduled 1 data retirement tasks as per configuration.>+
    +####<Feb 29, 2012 1:00:42 PM EST> <Info> <Diagnostics> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330538442301> <BEA-320144> <Size based data retirement operation started on archive HarvestedDataArchive>+
    +####<Feb 29, 2012 1:00:42 PM EST> <Info> <Diagnostics> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330538442301> <BEA-320145> <Size based data retirement operation completed on archive HarvestedDataArchive. Retired 0 records in 0 ms.>+
    +####<Feb 29, 2012 1:00:42 PM EST> <Info> <Diagnostics> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330538442301> <BEA-320144> <Size based data retirement operation started on archive EventsDataArchive>+
    +####<Feb 29, 2012 1:00:42 PM EST> <Info> <Diagnostics> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330538442301> <BEA-320145> <Size based data retirement operation completed on archive EventsDataArchive. Retired 0 records in 0 ms.>+
    +####<Feb 29, 2012 1:10:23 PM EST> <Info> <Cluster> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <weblogic.cluster.MessageReceiver> <<WLS Kernel>> <> <> <1330539023098> <BEA-003107> <Lost 2 unicast message(s).>+
    +####<Feb 29, 2012 1:10:36 PM EST> <Info> <Cluster> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330539036105> <BEA-000111> <Adding Pinellas1tMS2 with ID -9071779833610528123S:entwl2t-vm:[7005,7005,-1,-1,-1,-1,-1]:entwl2t-vm:7005,entwl3t-vm:7007:Pinellas1tDomain:Pinellas1tMS2 to cluster: Pinellas1tCluster1 view.>+
    +####<Feb 29, 2012 1:11:24 PM EST> <Info> <Cluster> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330539084375> <BEA-000128> <Updating -9071779833610528123S:entwl2t-vm:[7005,7005,-1,-1,-1,-1,-1]:entwl2t-vm:7005,entwl3t-vm:7007:Pinellas1tDomain:Pinellas1tMS2 in the cluster.>+
    +####<Feb 29, 2012 1:11:24 PM EST> <Info> <Cluster> <entwl3t-vm.co.pinellas.fl.us> <Pinellas1tMS3> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330539084507> <BEA-000128> <Updating -9071779833610528123S:entwl2t-vm:[7005,7005,-1,-1,-1,-1,-1]:entwl2t-vm:7005,entwl3t-vm:7007:Pinellas1tDomain:Pinellas1tMS2 in the cluster.>+
    Edited by: john wang on Feb 29, 2012 10:36 AM
    Edited by: john wang on Feb 29, 2012 10:37 AM
    Edited by: john wang on Feb 29, 2012 10:38 AM

    Hi John,
    There may be some circumstances like when there are many files in the WEB-INF folder and JPS don't use TLD.
    I don't think a 1hour deployment is normal, it should be much more faster.
    Since you are using 10.3.5, I suggesto you to install the corresponding patch:
    1. Download patch 10118941p10118941_1035_Generic.zip
    2. Uncompress the file p10118941_1035_Generic.zip
    3. Copy the required files (patch-catalog_XXXXX.xml, CIRF.jar ) to the Patch Download Directory (typically, this folder is <WEBLOGIC_HOME>/utils/bsu/cache_dir).
    4. Rename the file patch-catalog_XXXXX.xml into patch-catalog.xml .
    5. Start Smart Update from <WEBLOGIC_HOME>/utils/bsu/bsu.sh .
    6. Select "Work Offline" mode.
    7. Go to File->Preferences, and select "Patch Download Directory".
    8. Click "Manage Patches" on the right panel.
    9. You will see the patch in the panel below (Downloaded Patches)
    10. Click "Apply button" of the downloaded patch to apply it to the target installation and follow the instructions on the screen.
    11. Add "-Dweblogic.jsp.ignoreTLDsProcessingInWebApp=true" to the Java options to ignore additional findTLDs cost.
    12. Restart servers.
    Hope this helps.
    Thanks,
    Cris

  • Business Rules Project Takes Too Long to Open

    Does anyone know why it takes too long (~3-5 minutes) to open/edit a security project definded for assigning business rules to planning application forms? We are using Hyperion v11.1.1.3.0. Essbase is on Windows server, Shared Services on Solaris 10 Unix. Even before we migrated Essbase to Windows to gain better performance running calcs, opening projects using EAS has always been very slow to open. Please advice if there is a way to improve performance on this.

    Clear Cookies & Cache
    * https://support.mozilla.com/en-US/kb/Template:clearCookiesCache
    Clear the Network Cache
    * https://support.mozilla.com/en-US/kb/How%20to%20clear%20the%20cache#w_clear-the-cache
    Firefox takes a long time to start up
    * https://support.mozilla.com/en-US/kb/firefox-takes-long-time-start-up
    Check and tell if its working.

  • Drill Through reports takes too long

    Hi all,
    I need some suggestions/help with our drill through reports. We are using Hyperion 11.1.1.3 and the cube is ASO.
    We have drill through reports set up in Essbase studio for drilling down from Essbase to Oracle database. It takes too long (like 30 mins for fetching 1000 records) and the query is simple.
    What are the changes that we can do to bring down this time. Please advice.
    Thanks.

    Hi Glenn,
    We tried optimizing the drill through SQL query but actually when we run the directly in TOAD it takes *23 secs* but when we do drill through on the same intersection
    it took more than 25 mins. Following is our query structure :
    (SELECT *
    FROM "Table A" cp_594
    INNER JOIN "Table B" cp_595 ON (cp_594.key = cp_595.key)
    WHERE (Upper(cp_595.*"Dim1"*) in (select Upper(CHILD) from (SELECT * FROM DIM_TABLE_1 where CUBE = 'ALL') WHERE CONNECT_BY_ISLEAF = 1 START WITH PARENT = $$Dim1$$ CONNECT BY PRIOR CHILD = PARENT UNION ALL select Upper(CHILD) from DIM_TABLE_1 where CUBE = 'ALL' AND REPLACE('GL_'||CHILD, 'GL_IC_', 'IC_') = $$Dim1$$))
    And ----same for 5 more dimensions
    Can you suggest some improvement ? Please advice.
    Thanks

  • First startup after PC boot takes too long / too slow

    Hello there.
    I've been experiencing this problem for about a year now but never actually thought it was a problem until I saw how fast FF can really start up on another computer.
    Searching this issue on google mostly suggested to delete themes and plugins, emptying cache, etc but it didnt help in my case.
    What I noticed is that when starting firefox for the first time on a recently booted computer it takes far too long to start up - 30-60sec. However exiting firefox and then restarting it is actually as fast as it should be. It is always the first startup that takes really long.
    I am also sure that it does '''not ''' have to do with the fact that I am trying to start firefox while the whole OS is still loading with all its background processes.
    Leaving the OS to load completely and then starting firefox also leads to a slow startup.
    I hope someone can help me with this issue.
    Many thanks!
    Leo
    My OS is Win7 64bit, 4gb RAM, using FF 10.0

    If you opt in for sending data to Firefox, that includes information about start-up times. The developers use that feedback to analyse problems and improve firefox. As you say themes and other software extensions to Firefox may increase startup times. Another thing you may do to speed up the startup is take the option to load tabs later not immediately.
    * use '''Firefox Button -> Options -> | General | -> []Dont load tabs until selected'''
    ** see [[options window - general panel]]
    * for other advice and suggestions read [[Firefox takes a long time to start up]]
    * also see [[How can I help by submitting performance data?]]

  • Why finding replication stream matchpoint takes too long

    hi,
    I am using bdb je 5.0.58 HA(two nodes group,JVM 6G for each node).
    Sometimes, I found bdb node takes too long to restart(about 2 hours).
    When this occurs, I catch the process stack of bdb(jvm process) by jstack.
    After analyzing stack,I found "ReplicaFeederSyncup.findMatchpoint()" taking all the time.
    I want to know why this method takes so much time,and how can I avoid this bad case.
    Thanks.
    帖子经 liang_mic编辑过

    Liang,
    2 hours is indeed a huge amount of time for a node restart. It's hard be sure without doing more detailed analysis of your log as to what may be going wrong, but I do wonder if it is related to the problem you reported in outOfMemory error presents when cleaner occurs [#21786]. Perhaps the best approach is for me to describe in more detail what happens when a replicated node is connecting with a new master, which might give you more insight into what is happening in your case.
    The members of a BDB JE HA replication group share the same logical stream of replicated records, where each record is identified with a virtual log sequence number, or VLSN. In other words, the log record described by VLSN x on any node is the same data record, although it may be stored in a physically different place in the log of each node.
    When a replica in a group connects with a master, it must find a common point, the matchpoint, in that replication stream. There are different situations in which a replica may connect with a master. For example, it may have come up and just joined the group. Another case is when the replica is up already but a new master has been elected for the group. One way or another, the replica wants to find the most recent point in its log, which it has in common with the log of the master. Only certain kinds of log entries, tagged with timestamps, are eligible to be used for such a match, and usually, these are transaction commits and aborts.
    Now, in your previous forum posting, you reported an OOME because of a very large transaction, so this syncup issue at first seems like it might be related. Perhaps your replication nodes need to traverse a great many records, in an incomplete transaction, to find the match point. But the syncup code does not blindly traverse all records, it uses the vlsn index metadata to skip to the optimal locations. In this case, even if the last transaction was very long, and incomplete, it should know where the previous transaction end was, and find that location directly, without having to do a scan.
    As a possible related note, I did wonder if something was unusual about your vlsn index metadata. I did not explain this in outOfMemory error presents when cleaner occurs but I later calculated that the transaction which caused the OOME should only have contained 1500 records. I think that you said that you figured out that you were deleting about 15 million records, and you figured out that it was the vlsn index update transaction which was holding many locks. But because the vlsn index does not record every single record, it should only take about 1,500 metadata records in the vlsn index to cover 15 million application data records. It is still a bug in our code to update that many records in a single transaction, but the OOME was surprising, because 1,500 locks shouldn't be catastrophic.
    There are a number of ways to investigate this further.
    - You may want to try using a SyncupProgress listener described at http://docs.oracle.com/cd/E17277_02/html/java/com/sleepycat/je/rep/SyncupProgress.html to get more information on which part of the syncup process is taking a long time.
    - If that confirms that finding the matchpoint is the problem, we have an unadvertised utility, meant for debugging, to examine the vlsn index. The usage is as follows, and you would use the -dumpVLSN option, and run thsi on the replica node. But this would require our assistance to interpret the results. We would be looking for the records that mention where "sync" points are, and would correlate that to the replica's log, and that might give more information if this is indeed the problem, and why the vlsn index was not acting to optimize the search.
    $ java -jar build/lib/je.jar DbStreamVerify
    usage: java { com.sleepycat.je.rep.utilint.DbStreamVerify | -jar je-<version>.jar DbStreamVerify }
    -h <dir> # environment home directory
    -s <hex> # start file
    -e <hex> # end file
    -verifyStream # check that replication stream is ascending
    -dumpVLSN # scan log file for log entries that make up the VLSN index, don't run verify.
    -dumpRepGroup # scan log file for log entries that make up the rep group db, don't run verify.
    -i # show invisible. If true, print invisible entries when running verify mode.
    -v # verbose

  • Indexing and categorization takes too long - why?

    I have set up a news publishing system where journalists access a folder and publish their news there using an xml form. So far so good.
    Readers of the news access a page with a km-navigation iview that points to a taxonomy folder. The query based taxonomy is set up to categorize news based on property-values chosen by the journalist in the xml-form. This also works as supposed.
    Lifetime (time based publishing) is activated for the folder the journalists access to publish their news. Corresponding start and end dates/times for setting lifetime for an article is set by the journalists. This also works as supposed.
    BUT: after saving each article the system takes awfully long to actually categorize the news and thereby make the articles visible for others than the journalists. It might be as long as half an hour or so. This also repeats itself every time an article is edited.
    I also feel that basic indexing of all other documents in the portal takes too long. I want all new documents to be indexed as soon as they're saved.
    Any tips?
    Henning

    I have set up a news publishing system where journalists access a folder and publish their news there using an xml form. So far so good.
    Readers of the news access a page with a km-navigation iview that points to a taxonomy folder. The query based taxonomy is set up to categorize news based on property-values chosen by the journalist in the xml-form. This also works as supposed.
    Lifetime (time based publishing) is activated for the folder the journalists access to publish their news. Corresponding start and end dates/times for setting lifetime for an article is set by the journalists. This also works as supposed.
    BUT: after saving each article the system takes awfully long to actually categorize the news and thereby make the articles visible for others than the journalists. It might be as long as half an hour or so. This also repeats itself every time an article is edited.
    I also feel that basic indexing of all other documents in the portal takes too long. I want all new documents to be indexed as soon as they're saved.
    Any tips?
    Henning

  • Muse CC startup takes too long (up to 35 seconds)

    For some reason, Muse CC takes too long to launch: up to 35 seconds. The splash screen stays up for that long until the program actually starts.
    Photoshop CC, with several plug-ins and presets, takes only 3 seconds. My previous Muse versions launched a lot faster.
    I'm on Windows 7, 64 bit. Any recommendations on this? Anybody else experiencing this issue?

    Please try to clear Muse's preferences/cache as detailed in the following article and see if that helps.
    http://forums.adobe.com/message/5086018#5086018
    Thanks,
    Vinayak

  • Ipod takes too long to connect

    I just bought an 80 gb 5.5 gen ipod last week and everything was great, but now when i plug it into the PC it takes too long to detect it as a disc drive and once i open the itunes it takes too long to show the info i have stored, and sometimes only shows the music folder (no movies, tvshows, podcasts, etc) Is something wrong with my ipod?
    Maybe is because of the songs and videos i already have... but i have more than 60 gb free.
    It has also crashed twice while using the search feature, it just resets for itself.
      Windows XP Pro   1.5 Ghz, 512 mb RAM

    Alright so I found the answer to part of my question just now. Thinking when I first got my iPod Touch, I remembered that backups weren't as long. Then I thought to when things started getting worst, and I figured out that it started when I put too many apps on my iPod. So i removed all of them and my backup was the fastest I've seen in a while. Then I just but back the ones I really wanted and everything seems fine....for now.

  • 11gR2:crsctl, srvctl commands takes too long to respond

    Hi,
    I have successfully configured *11gR2 two node RAC on ASM on Win 2008 64bit.*
    Everything work very well like connecting to database, querying database. Node restart also takes acceptable time to go down & restart the clusterware & database.
    But when I execute crsctl status resource -t or srvctl status database -d db_name commands from any node takes 10-15min to give output.
    They give output & everything completes successfully but takes too long to respond.
    The questions are:
    - If everything works fine then why crsctl, srvctl takes too long to respond?
    - what could be blocking these command to gather clusterware and database status on all nodes?
    - what additional info would be helpful that I can provide?

    dag wrote:
    I dont have this issue either. are you auto starting mpd?
    that time is how long it is up in other words you opened it then closed it at that time
    I'm not sure if you are referring to me or not, but in my screenshot I am timing the lag in ncmpcpp by pressing 'q' in the terminal during the delay, so it quits ncmpcpp immediately after the lag. The lag is longer for ncmpc because the interface loads before the program connects to mpd, so I have to stop it manually immediatly after it connects.
    WonderWoofy wrote:I don't have this problem... if you are starting it as a systemd user service, maybe there is relevant information in the journal.
    The journal did not reveal anything relevant sadly. I have now tried launching mpd without systemd, and the lag remains. I have also noticed that a small mpd programming project I am writing also experiences the same lag when it tries to connect to mpd.

Maybe you are looking for

  • "Save As" page comes up when I try printing from Firefox

    When I use my Verizon DSL and Firefox (this doesn't happen if I use Int. Explorer) and I wish to print internet info, I do a Ctl. P to print. Instead of printing, I receive a "Save As" page that I cannot stop from appearing. The page includes: "Save

  • Text "disappears" when using text box tool

    We are running Adobe Acrobat Standard vers. 7.0.9 inside Thomson Corporation's GoFileRoom vers. 6.0. When using the text box tool to add comments to a pdf, the text within the text box "takes on" the color of the background of the box, making it seem

  • TBDL messages in IE

    Hi All, How to delete or cancel TBDL messages in Integration Engine (IE).I deleted all the workitem for the corresponding TBDL messages still I can see few messages in TBDL in Message monitoring . Please suggest what to do to delete at database level

  • Mapping superscript 2 and 3 to a key?

    How do I go about if I need to have quick access to superscript ² and ³ (the actual character for these, represented by ² and ³ in HTML entities)? Ideally, I would like to map these 2 characters to Alt+Numpad-2 and Alt+Numpad-3 respectively (for easy

  • Why are there Zeroes (0) in my Prompts?

    I haven't been able to find this info. I finally got the pages to work, but how can I remove the (0) string from my prompts.