Error with Kannel 1.5.0
Rocio Santiago Sanchez <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <CAH2cP6WTKsP0J9p8Bf19G5s1ABdD664S4wku74LSR+JCtdtfmA@mail.gmail.com> |
Hi all, I'm using Development Kannel release 1.5.0 compiled with openssl-1.0.1e on linux RH ES 6.0 compiled with gcc (GCC) 4.4.6 20110731 (Red Hat 4.4.6-3). Then I'm trying to establish a secure WTLS connection with OpenWave Browser version 4.1 and version 7.0. 1. When I use the Openwave 7.0, the connection works fine (Attachment wapbox-Openwave-7.0.log and bearerbox-Openwave-7.0.log): DEBUG: Octet string dump ends. DEBUG: wtls_choose_ciphersuite ~> Accepted cipher: RC5_CBC, mac: SHA_NOLIMIT (#1/12) DEBUG: wtls_choose_clientkeyid ~> Accepted key algorithm: rsa_anon (#2/4) DEBUG: Key Exchange Id: 0x0x7fd97c000f00 DEBUG: Key Exch Suite: 5 DEBUG: ParameterSpecifier: DEBUG: Parameter Index: 0 DEBUG: Identifier: 0x0x7fd97c005970 DEBUG: Ident type: 2 DEBUG: Identifier: 0x0x7fd97c0059a0 DEBUG: Octet string at 0x7fd97c0059a0: DEBUG: len: 11 DEBUG: size: 12 2. But when I use the Openwave 4.1, I get the following error (Attachment wapbox-Openwave-4.1.log and bearerbox-Openwave-4.1.log): DEBUG: Offset is now : 0 DEBUG: Finished, found 1 PDUs INFO: Datagram unpacked! DEBUG: event->type = 0 DEBUG: WTLS: Created WTLSMachine 41 (0x0x7fd97c0008c0) DEBUG: WTLS: wtls_machine 41, state NULL_STATE, event T-Unitdata.ind. DEBUG: wtls_choose_ciphersuite ~> Accepted cipher: RC5_CBC, mac: SHA_NOLIMIT (#1/12) ERROR: Couldn't agree on key exchange protocol. Aborting INFO: Mutex gwlib/list.c:136: 10 locks, 0 collisions. INFO: Mutex gwlib/list.c:136: 1 locks, 0 collisions. INFO: Mutex gwlib/list.c:136: 39 locks, 0 collisions. In unit testing (Motorola I415, technology IDEN) appears: Unrecoverable security error and in Verify Key: No key. Why this error is happening with Openwave 4.1? 1. Am I creating bad certificates?. I used to generate certificates: openssl genrsa -des3 -out server.key 1024 openssl req -new -key server.key -out server.csr cp server.key server.key.org openssl rsa -in server.key.org -out server.key rm server.key.org openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt 2. Or is something wrong with the configuration parameters of Kannel. (Attachment compile_line_program.txt and enviroment_SO_kannel.txt). In Kannel.conf file, I put: group = wtls certificate-file = /opt/fuenteskannel/1.5.0/server.crt privatekey-file = /opt/fuenteskannel/1.5.0/server.key #privatekey-password = "libertad1" I really appreciate your help. Regards, -- *Rocio Santiago Sanchez* Ingeniero Desarrollador de Software AVANTEL S.A.S Comunicación Inmediata: 9863 Conexión Telefónica: 350 5580948 Bogotá, Colombia <a href="http://www.avantel.co"> <img name="firmaclubavantel" src="https://3849987313389227310-a-avantel-com-co-s-sites.googlegroups.com/a/avantel.com.co/capacitaciones-google-apps/firma-digital.gif" border="0" id="firmaclubavantel" alt="" /></a>
compile_line_program.txt
(text/plain, 596 B)
1. Openssl compile with: ./config enable-ssl2 enable-ssl3 enable-tls1 enable-threads enable-shared enable-zlib enable-seed enable-rc5 enable-rc4 enable-rsa enable-mdc2 enable-md2 --prefix=/opt/openssl --openssldir=/opt/openssl shared zlib-dynamic 2. Kannel compile with: ./configure --enable-ssl --enable-start-stop-daemon --with-ssl=/opt/openssl/ --with-wtls=openssl --enable-pam --enable-mutex-stats --enable-debug --enable-warnings --enable-keepalive --enable-cookies --with-libs=/opt/openssl/lib/ export PATH=/opt/openssl/bin/:$PATH export LD_LIBRARY_PATH=/opt/openssl/lib/
wapbox-Openwave-4.1.log
(application/octet-stream, 13.1 KB)
2013-03-06 18:43:19 [8413] [0] DEBUG: Msg object at 0xa3f110: 2013-03-06 18:43:19 [8413] [0] DEBUG: type: wdp_datagram 2013-03-06 18:43:19 [8413] [0] DEBUG: wdp_datagram.source_address: 2013-03-06 18:43:19 [8413] [0] DEBUG: Octet string at 0xa3eb10: 2013-03-06 18:43:19 [8413] [0] DEBUG: len: 10 2013-03-06 18:43:19 [8413] [0] DEBUG: size: 11 2013-03-06 18:43:19 [8413] [0] DEBUG: immutable: 0 2013-03-06 18:43:19 [8413] [0] DEBUG: data: 31 30 2e 35 30 2e 31 2e 38 30 10.50.1.80 2013-03-06 18:43:19 [8413] [0] DEBUG: Octet string dump ends. 2013-03-06 18:43:19 [8413] [0] DEBUG: wdp_datagram.source_port: 8502 2013-03-06 18:43:19 [8413] [0] DEBUG: wdp_datagram.destination_address: 2013-03-06 18:43:19 [8413] [0] DEBUG: Octet string at 0xa3ea30: 2013-03-06 18:43:19 [8413] [0] DEBUG: len: 7 2013-03-06 18:43:19 [8413] [0] DEBUG: size: 8 2013-03-06 18:43:19 [8413] [0] DEBUG: immutable: 0 2013-03-06 18:43:19 [8413] [0] DEBUG: data: 30 2e 30 2e 30 2e 30 0.0.0.0 2013-03-06 18:43:19 [8413] [0] DEBUG: Octet string dump ends. 2013-03-06 18:43:19 [8413] [0] DEBUG: wdp_datagram.destination_port: 9203 2013-03-06 18:43:19 [8413] [0] DEBUG: wdp_datagram.user_data: 2013-03-06 18:43:19 [8413] [0] DEBUG: Octet string at 0xa3d750: 2013-03-06 18:43:19 [8413] [0] DEBUG: len: 91 2013-03-06 18:43:19 [8413] [0] DEBUG: size: 92 2013-03-06 18:43:19 [8413] [0] DEBUG: immutable: 0 2013-03-06 18:43:19 [8413] [0] DEBUG: data: c3 00 00 00 56 01 00 53 01 00 00 00 4e a8 a6 ce ....V..S....N... 2013-03-06 18:43:19 [8413] [0] DEBUG: data: bd 2b 4d c0 c9 8d 8e d3 a9 02 31 30 00 1e 03 01 .+M.......10.... 2013-03-06 18:43:19 [8413] [0] DEBUG: data: 02 0b 00 00 00 01 04 0a 32 01 50 00 00 04 02 02 ........2.P..... 2013-03-06 18:43:19 [8413] [0] DEBUG: data: 0b 00 00 00 01 04 0a 32 01 50 00 00 00 00 18 03 .......2.P...... 2013-03-06 18:43:19 [8413] [0] DEBUG: data: 03 03 02 03 01 02 03 02 02 02 01 01 03 01 02 01 ................ 2013-03-06 18:43:19 [8413] [0] DEBUG: data: 01 00 03 00 02 00 01 01 00 02 10 ........... 2013-03-06 18:43:19 [8413] [0] DEBUG: Octet string dump ends. 2013-03-06 18:43:19 [8413] [0] DEBUG: Msg object ends. 2013-03-06 18:43:19 [8413] [0] INFO: Event created 2013-03-06 18:43:19 [8413] [0] INFO: Set address and stuff 2013-03-06 18:43:19 [8413] [0] DEBUG: Offset is now : 0 2013-03-06 18:43:19 [8413] [0] DEBUG: Finished, found 1 PDUs 2013-03-06 18:43:19 [8413] [0] INFO: Datagram unpacked! 2013-03-06 18:43:19 [8413] [9] DEBUG: event->type = 0 2013-03-06 18:43:19 [8413] [9] DEBUG: WTLS: Created WTLSMachine 41 (0x0x7fd97c0008c0) 2013-03-06 18:43:19 [8413] [9] DEBUG: WTLS: wtls_machine 41, state NULL_STATE, event T-Unitdata.ind. 2013-03-06 18:43:19 [8413] [9] DEBUG: wtls_choose_ciphersuite ~> Accepted cipher: RC5_CBC, mac: SHA_NOLIMIT (#1/12) 2013-03-06 18:43:19 [8413] [9] ERROR: Couldn't agree on key exchange protocol. Aborting 2013-03-06 18:43:19 [8413] [9] INFO: Mutex gwlib/list.c:136: 10 locks, 0 collisions. 2013-03-06 18:43:19 [8413] [9] INFO: Mutex gwlib/list.c:136: 1 locks, 0 collisions. 2013-03-06 18:43:19 [8413] [9] INFO: Mutex gwlib/list.c:136: 39 locks, 0 collisions. 2013-03-06 18:43:19 [8413] [9] DEBUG: WTLS 41: New state CREATING 2013-03-06 18:43:19 [8413] [9] INFO: Mutex gwlib/list.c:136: 8 locks, 0 collisions. 2013-03-06 18:43:19 [8413] [9] DEBUG: event->type = 3 2013-03-06 18:43:19 [8413] [9] DEBUG: WTLS: wtls_machine 41, state CREATING, event SEC-Terminate.req. 2013-03-06 18:43:19 [8413] [9] DEBUG: Packed PDU Length: 6 2013-03-06 18:43:19 [8413] [9] DEBUG: adding address 2013-03-06 18:43:19 [8413] [9] DEBUG: WTLS 41: New state NULL_STATE 2013-03-06 18:43:19 [8413] [9] DEBUG: WTLS: Destroying WTLSMachine 41 (0x0x7fd97c0008c0) 2013-03-06 18:43:20 [8413] [0] DEBUG: Msg object at 0xa3f110: 2013-03-06 18:43:20 [8413] [0] DEBUG: type: wdp_datagram 2013-03-06 18:43:20 [8413] [0] DEBUG: wdp_datagram.source_address: 2013-03-06 18:43:20 [8413] [0] DEBUG: Octet string at 0xa3ed60: 2013-03-06 18:43:20 [8413] [0] DEBUG: len: 10 2013-03-06 18:43:20 [8413] [0] DEBUG: size: 11 2013-03-06 18:43:20 [8413] [0] DEBUG: immutable: 0 2013-03-06 18:43:20 [8413] [0] DEBUG: data: 31 30 2e 35 30 2e 31 2e 38 30 10.50.1.80 2013-03-06 18:43:20 [8413] [0] DEBUG: Octet string dump ends. 2013-03-06 18:43:20 [8413] [0] DEBUG: wdp_datagram.source_port: 8502 2013-03-06 18:43:20 [8413] [0] DEBUG: wdp_datagram.destination_address: 2013-03-06 18:43:20 [8413] [0] DEBUG: Octet string at 0xa3eb60: 2013-03-06 18:43:20 [8413] [0] DEBUG: len: 7 2013-03-06 18:43:20 [8413] [0] DEBUG: size: 8 2013-03-06 18:43:20 [8413] [0] DEBUG: immutable: 0 2013-03-06 18:43:20 [8413] [0] DEBUG: data: 30 2e 30 2e 30 2e 30 0.0.0.0 2013-03-06 18:43:20 [8413] [0] DEBUG: Octet string dump ends. 2013-03-06 18:43:20 [8413] [0] DEBUG: wdp_datagram.destination_port: 9203 2013-03-06 18:43:20 [8413] [0] DEBUG: wdp_datagram.user_data: 2013-03-06 18:43:20 [8413] [0] DEBUG: Octet string at 0xa3e960: 2013-03-06 18:43:20 [8413] [0] DEBUG: len: 11 2013-03-06 18:43:20 [8413] [0] DEBUG: size: 12 2013-03-06 18:43:20 [8413] [0] DEBUG: immutable: 0 2013-03-06 18:43:20 [8413] [0] DEBUG: data: c2 00 01 00 06 02 00 86 30 36 33 ........063 2013-03-06 18:43:20 [8413] [0] DEBUG: Octet string dump ends. 2013-03-06 18:43:20 [8413] [0] DEBUG: Msg object ends. 2013-03-06 18:43:20 [8413] [0] INFO: Event created 2013-03-06 18:43:20 [8413] [0] INFO: Set address and stuff 2013-03-06 18:43:20 [8413] [0] DEBUG: Offset is now : 0 2013-03-06 18:43:20 [8413] [0] DEBUG: Finished, found 1 PDUs 2013-03-06 18:43:20 [8413] [0] INFO: Datagram unpacked! 2013-03-06 18:43:20 [8413] [9] DEBUG: event->type = 0 2013-03-06 18:43:20 [8413] [9] DEBUG: WTLS: Created WTLSMachine 42 (0x0x7fd97c0008c0) 2013-03-06 18:43:20 [8413] [9] DEBUG: WTLS: wtls_machine 42, state NULL_STATE, event T-Unitdata.ind. 2013-03-06 18:43:20 [8413] [9] ERROR: send_alert ~> Critical alert (unexpected_message), while waiting for client hello. 2013-03-06 18:43:20 [8413] [9] DEBUG: WTLS 42: New state CREATING 2013-03-06 18:43:20 [8413] [9] INFO: Mutex gwlib/list.c:136: 7 locks, 0 collisions. 2013-03-06 18:43:20 [8413] [9] DEBUG: event->type = 3 2013-03-06 18:43:20 [8413] [9] DEBUG: WTLS: wtls_machine 42, state CREATING, event SEC-Terminate.req. 2013-03-06 18:43:20 [8413] [9] DEBUG: Packed PDU Length: 6 2013-03-06 18:43:20 [8413] [9] DEBUG: adding address 2013-03-06 18:43:20 [8413] [9] DEBUG: WTLS 42: New state NULL_STATE 2013-03-06 18:43:20 [8413] [9] DEBUG: WTLS: Destroying WTLSMachine 42 (0x0x7fd97c0008c0) 2013-03-06 18:44:07 [8413] [0] DEBUG: Msg object at 0xa3f110: 2013-03-06 18:44:07 [8413] [0] DEBUG: type: wdp_datagram 2013-03-06 18:44:07 [8413] [0] DEBUG: wdp_datagram.source_address: 2013-03-06 18:44:07 [8413] [0] DEBUG: Octet string at 0xa3ebf0: 2013-03-06 18:44:07 [8413] [0] DEBUG: len: 10 2013-03-06 18:44:07 [8413] [0] DEBUG: size: 11 2013-03-06 18:44:07 [8413] [0] DEBUG: immutable: 0 2013-03-06 18:44:07 [8413] [0] DEBUG: data: 31 30 2e 35 30 2e 31 2e 38 30 10.50.1.80 2013-03-06 18:44:07 [8413] [0] DEBUG: Octet string dump ends. 2013-03-06 18:44:07 [8413] [0] DEBUG: wdp_datagram.source_port: 8502 2013-03-06 18:44:07 [8413] [0] DEBUG: wdp_datagram.destination_address: 2013-03-06 18:44:07 [8413] [0] DEBUG: Octet string at 0xa3d750: 2013-03-06 18:44:07 [8413] [0] DEBUG: len: 7 2013-03-06 18:44:07 [8413] [0] DEBUG: size: 8 2013-03-06 18:44:07 [8413] [0] DEBUG: immutable: 0 2013-03-06 18:44:07 [8413] [0] DEBUG: data: 30 2e 30 2e 30 2e 30 0.0.0.0 2013-03-06 18:44:07 [8413] [0] DEBUG: Octet string dump ends. 2013-03-06 18:44:07 [8413] [0] DEBUG: wdp_datagram.destination_port: 9203 2013-03-06 18:44:07 [8413] [0] DEBUG: wdp_datagram.user_data: 2013-03-06 18:44:07 [8413] [0] DEBUG: Octet string at 0xa3edb0: 2013-03-06 18:44:07 [8413] [0] DEBUG: len: 91 2013-03-06 18:44:07 [8413] [0] DEBUG: size: 92 2013-03-06 18:44:07 [8413] [0] DEBUG: immutable: 0 2013-03-06 18:44:07 [8413] [0] DEBUG: data: c3 00 00 00 56 01 00 53 01 00 00 b7 6c 97 1a cd ....V..S....l... 2013-03-06 18:44:07 [8413] [0] DEBUG: data: 01 c9 c7 ad ea cc 83 25 79 02 31 30 00 1e 03 01 .......%y.10.... 2013-03-06 18:44:07 [8413] [0] DEBUG: data: 02 0b 00 00 00 01 04 0a 32 01 50 00 00 04 02 02 ........2.P..... 2013-03-06 18:44:07 [8413] [0] DEBUG: data: 0b 00 00 00 01 04 0a 32 01 50 00 00 00 00 18 03 .......2.P...... 2013-03-06 18:44:07 [8413] [0] DEBUG: data: 03 03 02 03 01 02 03 02 02 02 01 01 03 01 02 01 ................ 2013-03-06 18:44:07 [8413] [0] DEBUG: data: 01 00 03 00 02 00 01 01 00 02 10 ........... 2013-03-06 18:44:07 [8413] [0] DEBUG: Octet string dump ends. 2013-03-06 18:44:07 [8413] [0] DEBUG: Msg object ends. 2013-03-06 18:44:07 [8413] [0] INFO: Event created 2013-03-06 18:44:07 [8413] [0] INFO: Set address and stuff 2013-03-06 18:44:07 [8413] [0] DEBUG: Offset is now : 0 2013-03-06 18:44:07 [8413] [0] DEBUG: Finished, found 1 PDUs 2013-03-06 18:44:07 [8413] [0] INFO: Datagram unpacked! 2013-03-06 18:44:07 [8413] [9] DEBUG: event->type = 0 2013-03-06 18:44:07 [8413] [9] DEBUG: WTLS: Created WTLSMachine 43 (0x0x7fd97c0008c0) 2013-03-06 18:44:07 [8413] [9] DEBUG: WTLS: wtls_machine 43, state NULL_STATE, event T-Unitdata.ind. 2013-03-06 18:44:07 [8413] [9] DEBUG: wtls_choose_ciphersuite ~> Accepted cipher: RC5_CBC, mac: SHA_NOLIMIT (#1/12) 2013-03-06 18:44:07 [8413] [9] ERROR: Couldn't agree on key exchange protocol. Aborting 2013-03-06 18:44:07 [8413] [9] INFO: Mutex gwlib/list.c:136: 10 locks, 0 collisions. 2013-03-06 18:44:07 [8413] [9] INFO: Mutex gwlib/list.c:136: 1 locks, 0 collisions. 2013-03-06 18:44:07 [8413] [9] INFO: Mutex gwlib/list.c:136: 39 locks, 0 collisions. 2013-03-06 18:44:07 [8413] [9] DEBUG: WTLS 43: New state CREATING 2013-03-06 18:44:07 [8413] [9] INFO: Mutex gwlib/list.c:136: 8 locks, 0 collisions. 2013-03-06 18:44:07 [8413] [9] DEBUG: event->type = 3 2013-03-06 18:44:07 [8413] [9] DEBUG: WTLS: wtls_machine 43, state CREATING, event SEC-Terminate.req. 2013-03-06 18:44:07 [8413] [9] DEBUG: Packed PDU Length: 6 2013-03-06 18:44:07 [8413] [9] DEBUG: adding address 2013-03-06 18:44:07 [8413] [9] DEBUG: WTLS 43: New state NULL_STATE 2013-03-06 18:44:07 [8413] [9] DEBUG: WTLS: Destroying WTLSMachine 43 (0x0x7fd97c0008c0) 2013-03-06 18:44:08 [8413] [0] DEBUG: Msg object at 0xa3eea0: 2013-03-06 18:44:08 [8413] [0] DEBUG: type: wdp_datagram 2013-03-06 18:44:08 [8413] [0] DEBUG: wdp_datagram.source_address: 2013-03-06 18:44:08 [8413] [0] DEBUG: Octet string at 0xa3ea10: 2013-03-06 18:44:08 [8413] [0] DEBUG: len: 10 2013-03-06 18:44:08 [8413] [0] DEBUG: size: 11 2013-03-06 18:44:08 [8413] [0] DEBUG: immutable: 0 2013-03-06 18:44:08 [8413] [0] DEBUG: data: 31 30 2e 35 30 2e 31 2e 38 30 10.50.1.80 2013-03-06 18:44:08 [8413] [0] DEBUG: Octet string dump ends. 2013-03-06 18:44:08 [8413] [0] DEBUG: wdp_datagram.source_port: 8502 2013-03-06 18:44:08 [8413] [0] DEBUG: wdp_datagram.destination_address: 2013-03-06 18:44:08 [8413] [0] DEBUG: Octet string at 0xa3eb40: 2013-03-06 18:44:08 [8413] [0] DEBUG: len: 7 2013-03-06 18:44:08 [8413] [0] DEBUG: size: 8 2013-03-06 18:44:08 [8413] [0] DEBUG: immutable: 0 2013-03-06 18:44:08 [8413] [0] DEBUG: data: 30 2e 30 2e 30 2e 30 0.0.0.0 2013-03-06 18:44:08 [8413] [0] DEBUG: Octet string dump ends. 2013-03-06 18:44:08 [8413] [0] DEBUG: wdp_datagram.destination_port: 9203 2013-03-06 18:44:08 [8413] [0] DEBUG: wdp_datagram.user_data: 2013-03-06 18:44:08 [8413] [0] DEBUG: Octet string at 0xa3ec20: 2013-03-06 18:44:08 [8413] [0] DEBUG: len: 11 2013-03-06 18:44:08 [8413] [0] DEBUG: size: 12 2013-03-06 18:44:08 [8413] [0] DEBUG: immutable: 0 2013-03-06 18:44:08 [8413] [0] DEBUG: data: c2 00 01 00 06 02 00 86 30 36 33 ........063 2013-03-06 18:44:08 [8413] [0] DEBUG: Octet string dump ends. 2013-03-06 18:44:08 [8413] [0] DEBUG: Msg object ends. 2013-03-06 18:44:08 [8413] [0] INFO: Event created 2013-03-06 18:44:08 [8413] [0] INFO: Set address and stuff 2013-03-06 18:44:08 [8413] [0] DEBUG: Offset is now : 0 2013-03-06 18:44:08 [8413] [0] DEBUG: Finished, found 1 PDUs 2013-03-06 18:44:08 [8413] [0] INFO: Datagram unpacked! 2013-03-06 18:44:08 [8413] [9] DEBUG: event->type = 0 2013-03-06 18:44:08 [8413] [9] DEBUG: WTLS: Created WTLSMachine 44 (0x0x7fd97c0008c0) 2013-03-06 18:44:08 [8413] [9] DEBUG: WTLS: wtls_machine 44, state NULL_STATE, event T-Unitdata.ind. 2013-03-06 18:44:08 [8413] [9] ERROR: send_alert ~> Critical alert (unexpected_message), while waiting for client hello. 2013-03-06 18:44:08 [8413] [9] DEBUG: WTLS 44: New state CREATING 2013-03-06 18:44:08 [8413] [9] INFO: Mutex gwlib/list.c:136: 7 locks, 0 collisions. 2013-03-06 18:44:08 [8413] [9] DEBUG: event->type = 3 2013-03-06 18:44:08 [8413] [9] DEBUG: WTLS: wtls_machine 44, state CREATING, event SEC-Terminate.req. 2013-03-06 18:44:08 [8413] [9] DEBUG: Packed PDU Length: 6 2013-03-06 18:44:08 [8413] [9] DEBUG: adding address 2013-03-06 18:44:08 [8413] [9] DEBUG: WTLS 44: New state NULL_STATE 2013-03-06 18:44:08 [8413] [9] DEBUG: WTLS: Destroying WTLSMachine 44 (0x0x7fd97c0008c0)
wapbox-Openwave-7.0.log
(application/octet-stream, 9.9 KB)
2013-03-06 16:13:50 [8413] [0] DEBUG: Msg object at 0xa3e980: 2013-03-06 16:13:50 [8413] [0] DEBUG: type: wdp_datagram 2013-03-06 16:13:50 [8413] [0] DEBUG: wdp_datagram.source_address: 2013-03-06 16:13:50 [8413] [0] DEBUG: Octet string at 0xa3f130: 2013-03-06 16:13:50 [8413] [0] DEBUG: len: 10 2013-03-06 16:13:50 [8413] [0] DEBUG: size: 11 2013-03-06 16:13:50 [8413] [0] DEBUG: immutable: 0 2013-03-06 16:13:50 [8413] [0] DEBUG: data: 31 30 2e 35 30 2e 31 2e 38 30 10.50.1.80 2013-03-06 16:13:50 [8413] [0] DEBUG: Octet string dump ends. 2013-03-06 16:13:50 [8413] [0] DEBUG: wdp_datagram.source_port: 8502 2013-03-06 16:13:50 [8413] [0] DEBUG: wdp_datagram.destination_address: 2013-03-06 16:13:50 [8413] [0] DEBUG: Octet string at 0xa3e8b0: 2013-03-06 16:13:50 [8413] [0] DEBUG: len: 7 2013-03-06 16:13:50 [8413] [0] DEBUG: size: 8 2013-03-06 16:13:50 [8413] [0] DEBUG: immutable: 0 2013-03-06 16:13:50 [8413] [0] DEBUG: data: 30 2e 30 2e 30 2e 30 0.0.0.0 2013-03-06 16:13:50 [8413] [0] DEBUG: Octet string dump ends. 2013-03-06 16:13:50 [8413] [0] DEBUG: wdp_datagram.destination_port: 9203 2013-03-06 16:13:50 [8413] [0] DEBUG: wdp_datagram.user_data: 2013-03-06 16:13:50 [8413] [0] DEBUG: Octet string at 0xa3e950: 2013-03-06 16:13:50 [8413] [0] DEBUG: len: 258 2013-03-06 16:13:50 [8413] [0] DEBUG: size: 259 2013-03-06 16:13:50 [8413] [0] DEBUG: immutable: 0 2013-03-06 16:13:50 [8413] [0] DEBUG: data: c3 00 00 00 fd 01 00 fa 01 00 00 36 0b 62 52 e5 ...........6.bR. 2013-03-06 16:13:50 [8413] [0] DEBUG: data: 03 9f 2e c6 86 57 fe 6c 2d 01 37 00 3c 08 00 02 .....W.l-.7.<... 2013-03-06 16:13:50 [8413] [0] DEBUG: data: 0b 00 00 00 00 04 0a 32 01 50 00 00 05 00 02 0b .......2.P...... 2013-03-06 16:13:50 [8413] [0] DEBUG: data: 00 00 00 00 04 0a 32 01 50 00 00 07 00 02 0b 00 ......2.P....... 2013-03-06 16:13:50 [8413] [0] DEBUG: data: 00 00 00 04 0a 32 01 50 00 00 06 00 02 0b 00 00 .....2.P........ 2013-03-06 16:13:50 [8413] [0] DEBUG: data: 00 00 04 0a 32 01 50 00 00 00 8a 08 00 fe 7d fb ....2.P.......}. 2013-03-06 16:13:50 [8413] [0] DEBUG: data: 7f c3 4f 6e b9 6b 04 7e 77 5d 97 b2 27 88 ed 34 ..On.k.~w]..'..4 2013-03-06 16:13:50 [8413] [0] DEBUG: data: c3 dc 08 00 fe 7a 48 cd 96 45 57 6a 0b 49 55 89 .....zH..EWj.IU. 2013-03-06 16:13:50 [8413] [0] DEBUG: data: 7e 45 f5 ee b7 92 48 37 7f 08 00 fe 27 28 80 d8 ~E....H7....'(.. 2013-03-06 16:13:50 [8413] [0] DEBUG: data: ff 97 9c dc 60 33 6f b8 f0 a4 7d d7 b0 de 72 9c ....`3o...}...r. 2013-03-06 16:13:50 [8413] [0] DEBUG: data: 08 00 fe c6 eb ff 5b 34 25 fe 67 44 81 d1 aa 3b ......[4%.gD...; 2013-03-06 16:13:50 [8413] [0] DEBUG: data: 10 d8 71 b9 be 58 60 08 00 fe b1 b0 a7 82 7e f7 ..q..X`.......~. 2013-03-06 16:13:50 [8413] [0] DEBUG: data: 18 c4 75 12 b7 37 29 06 2b 62 e4 57 64 09 08 00 ..u..7).+b.Wd... 2013-03-06 16:13:50 [8413] [0] DEBUG: data: fe 7c 67 ee 07 82 8c 0a 9f 5a 06 3f ee 9b bc f8 .|g......Z.?.... 2013-03-06 16:13:50 [8413] [0] DEBUG: data: 9d 1a 62 63 f6 18 03 03 03 02 03 01 02 03 02 02 ..bc............ 2013-03-06 16:13:50 [8413] [0] DEBUG: data: 02 01 01 03 01 02 01 01 00 03 00 02 00 01 01 00 ................ 2013-03-06 16:13:50 [8413] [0] DEBUG: data: 02 10 .. 2013-03-06 16:13:50 [8413] [0] DEBUG: Octet string dump ends. 2013-03-06 16:13:50 [8413] [0] DEBUG: Msg object ends. 2013-03-06 16:13:50 [8413] [0] INFO: Event created 2013-03-06 16:13:50 [8413] [0] INFO: Set address and stuff 2013-03-06 16:13:50 [8413] [0] DEBUG: Offset is now : 0 2013-03-06 16:13:50 [8413] [0] DEBUG: Finished, found 1 PDUs 2013-03-06 16:13:50 [8413] [0] INFO: Datagram unpacked! 2013-03-06 16:13:50 [8413] [9] DEBUG: event->type = 0 2013-03-06 16:13:50 [8413] [9] DEBUG: WTLS: wtls_machine 7, state OPEN, event T-Unitdata.ind. 2013-03-06 16:13:50 [8413] [9] DEBUG: PDU 0 is not encrypted. 2013-03-06 16:13:50 [8413] [9] DEBUG: Received Incoming Payload: 2013-03-06 16:13:50 [8413] [9] DEBUG: Payload type: Handshake 2013-03-06 16:13:50 [8413] [9] DEBUG: Handshake type: Client Hello 2013-03-06 16:13:50 [8413] [9] DEBUG: Reserved bit: 0 2013-03-06 16:13:50 [8413] [9] DEBUG: Cipher in use: 0 2013-03-06 16:13:50 [8413] [9] DEBUG: Sequence number in use: 0 2013-03-06 16:13:50 [8413] [9] DEBUG: Record field length present: 1 2013-03-06 16:13:50 [8413] [9] DEBUG: Octet string at 0xa3eb00: 2013-03-06 16:13:50 [8413] [9] DEBUG: len: 253 2013-03-06 16:13:50 [8413] [9] DEBUG: size: 259 2013-03-06 16:13:50 [8413] [9] DEBUG: immutable: 0 2013-03-06 16:13:50 [8413] [9] DEBUG: data: 01 00 fa 01 00 00 36 0b 62 52 e5 03 9f 2e c6 86 ......6.bR...... 2013-03-06 16:13:50 [8413] [9] DEBUG: data: 57 fe 6c 2d 01 37 00 3c 08 00 02 0b 00 00 00 00 W.l-.7.<........ 2013-03-06 16:13:50 [8413] [9] DEBUG: data: 04 0a 32 01 50 00 00 05 00 02 0b 00 00 00 00 04 ..2.P........... 2013-03-06 16:13:50 [8413] [9] DEBUG: data: 0a 32 01 50 00 00 07 00 02 0b 00 00 00 00 04 0a .2.P............ 2013-03-06 16:13:50 [8413] [9] DEBUG: data: 32 01 50 00 00 06 00 02 0b 00 00 00 00 04 0a 32 2.P............2 2013-03-06 16:13:50 [8413] [9] DEBUG: data: 01 50 00 00 00 8a 08 00 fe 7d fb 7f c3 4f 6e b9 .P.......}...On. 2013-03-06 16:13:50 [8413] [9] DEBUG: data: 6b 04 7e 77 5d 97 b2 27 88 ed 34 c3 dc 08 00 fe k.~w]..'..4..... 2013-03-06 16:13:50 [8413] [9] DEBUG: data: 7a 48 cd 96 45 57 6a 0b 49 55 89 7e 45 f5 ee b7 zH..EWj.IU.~E... 2013-03-06 16:13:50 [8413] [9] DEBUG: data: 92 48 37 7f 08 00 fe 27 28 80 d8 ff 97 9c dc 60 .H7....'(......` 2013-03-06 16:13:50 [8413] [9] DEBUG: data: 33 6f b8 f0 a4 7d d7 b0 de 72 9c 08 00 fe c6 eb 3o...}...r...... 2013-03-06 16:13:50 [8413] [9] DEBUG: data: ff 5b 34 25 fe 67 44 81 d1 aa 3b 10 d8 71 b9 be .[4%.gD...;..q.. 2013-03-06 16:13:50 [8413] [9] DEBUG: data: 58 60 08 00 fe b1 b0 a7 82 7e f7 18 c4 75 12 b7 X`.......~...u.. 2013-03-06 16:13:50 [8413] [9] DEBUG: data: 37 29 06 2b 62 e4 57 64 09 08 00 fe 7c 67 ee 07 7).+b.Wd....|g.. 2013-03-06 16:13:50 [8413] [9] DEBUG: data: 82 8c 0a 9f 5a 06 3f ee 9b bc f8 9d 1a 62 63 f6 ....Z.?......bc. 2013-03-06 16:13:50 [8413] [9] DEBUG: data: 18 03 03 03 02 03 01 02 03 02 02 02 01 01 03 01 ................ 2013-03-06 16:13:50 [8413] [9] DEBUG: data: 02 01 01 00 03 00 02 00 01 01 00 02 10 ............. 2013-03-06 16:13:50 [8413] [9] DEBUG: Octet string dump ends. 2013-03-06 16:13:50 [8413] [9] DEBUG: wtls_choose_ciphersuite ~> Accepted cipher: RC5_CBC, mac: SHA_NOLIMIT (#1/12) 2013-03-06 16:13:50 [8413] [9] DEBUG: wtls_choose_clientkeyid ~> Accepted key algorithm: rsa_anon (#2/4) 2013-03-06 16:13:50 [8413] [9] DEBUG: Key Exchange Id: 0x0x7fd97c000f00 2013-03-06 16:13:50 [8413] [9] DEBUG: Key Exch Suite: 5 2013-03-06 16:13:50 [8413] [9] DEBUG: ParameterSpecifier: 2013-03-06 16:13:50 [8413] [9] DEBUG: Parameter Index: 0 2013-03-06 16:13:50 [8413] [9] DEBUG: Identifier: 0x0x7fd97c005970 2013-03-06 16:13:50 [8413] [9] DEBUG: Ident type: 2 2013-03-06 16:13:50 [8413] [9] DEBUG: Identifier: 0x0x7fd97c0059a0 2013-03-06 16:13:50 [8413] [9] DEBUG: Octet string at 0x7fd97c0059a0: 2013-03-06 16:13:50 [8413] [9] DEBUG: len: 11 2013-03-06 16:13:50 [8413] [9] DEBUG: size: 12 2013-03-06 16:13:50 [8413] [9] DEBUG: immutable: 0 2013-03-06 16:13:50 [8413] [9] DEBUG: data: 00 00 00 00 04 0a 32 01 50 00 00 ......2.P.. 2013-03-06 16:13:50 [8413] [9] DEBUG: Octet string dump ends. 2013-03-06 16:13:50 [8413] [9] DEBUG: clientHello ~> Accepted refresh = 2, refresh_rate = 4 2013-03-06 16:13:50 [8413] [9] DEBUG: clientHello ~> Dispatching SEC_Create_Res event 2013-03-06 16:13:50 [8413] [9] INFO: Mutex gwlib/list.c:136: 16 locks, 0 collisions. 2013-03-06 16:13:50 [8413] [9] INFO: Mutex gwlib/list.c:136: 13 locks, 0 collisions. 2013-03-06 16:13:50 [8413] [9] INFO: Mutex gwlib/list.c:136: 39 locks, 0 collisions. 2013-03-06 16:13:50 [8413] [9] DEBUG: WTLS 7: New state CREATING 2013-03-06 16:13:50 [8413] [9] INFO: Mutex gwlib/list.c:136: 10 locks, 0 collisions. 2013-03-06 16:13:50 [8413] [9] DEBUG: event->type = 5 2013-03-06 16:13:50 [8413] [9] DEBUG: WTLS: wtls_machine 7, state CREATING, event SEC-Create.res. 2013-03-06 16:13:50 [8413] [9] DEBUG: Setting msg size to : 25 2013-03-06 16:13:50 [8413] [9] DEBUG: Packed PDU Length: 28 2013-03-06 16:13:50 [8413] [9] DEBUG: serverHello ~> Dispatching SEC_Exchange_Req event 2013-03-06 16:13:50 [8413] [9] DEBUG: WTLS 7: New state CREATED 2013-03-06 16:13:50 [8413] [9] DEBUG: event->type = 6 2013-03-06 16:13:50 [8413] [9] DEBUG: WTLS: wtls_machine 7, state CREATED, event SEC-Exchange.req. 2013-03-06 16:13:50 [8413] [9] DEBUG: Going to get the RSA public key... 2013-03-06 16:13:50 [8413] [9] DEBUG: ...got it. 2013-03-06 16:13:50 [8413] [9] DEBUG: Packing ServerKeyExchange 2013-03-06 16:13:50 [8413] [9] DEBUG: Setting msg size to : 136 2013-03-06 16:13:50 [8413] [9] DEBUG: Packed PDU Length: 139 2013-03-06 16:13:50 [8413] [9] DEBUG: in CREATED - just added pdu... 2013-03-06 16:13:50 [8413] [9] DEBUG: Setting msg size to : 0 2013-03-06 16:13:50 [8413] [9] DEBUG: Packed PDU Length: 3 2013-03-06 16:13:50 [8413] [9] DEBUG: adding address 2013-03-06 16:13:50 [8413] [9] DEBUG: WTLS 7: New state EXCHANGE 2013-03-06 16:13:56 [8413] [0] DEBUG: Msg object at 0xa3e980: 2013-03-06 16:13:56 [8413] [0] DEBUG: type: wdp_datagram 2013-03-06 16:13:56 [8413] [0] DEBUG: wdp_datagram.source_address: 2013-03-06 16:13:56 [8413] [0] DEBUG: Octet string at 0xa3eb00: 2013-03-06 16:13:56 [8413] [0] DEBUG: len: 10 2013-03-06 16:13:56 [8413] [0] DEBUG: size: 11 2013-03-06 16:13:56 [8413] [0] DEBUG: immutable: 0 2013-03-06 16:13:56 [8413] [0] DEBUG: data: 31 30 2e 35 30 2e 31 2e 38 30 10.50.1.80 2013-03-06 16:13:56 [8413] [0] DEBUG: Octet string dump ends. 2013-03-06 16:13:56 [8413] [0] DEBUG: wdp_datagram.source_port: 8502 2013-03-06 16:13:56 [8413] [0] DEBUG: wdp_datagram.destination_address: 2
bearerbox-Openwave-4.1.log
(application/octet-stream, 1.4 KB)
2013-03-06 18:43:19 [8341] [10] DEBUG: datagram received 2013-03-06 18:43:19 [8341] [16] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2013-03-06 18:43:19 [8341] [16] DEBUG: boxc_sender: sent message to <127.0.0.1> 2013-03-06 18:43:19 [8341] [15] DEBUG: boxc_receiver: got wdp from wapbox 2013-03-06 18:43:19 [8341] [11] DEBUG: udp: sending message 2013-03-06 18:43:20 [8341] [10] DEBUG: datagram received 2013-03-06 18:43:20 [8341] [16] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2013-03-06 18:43:20 [8341] [16] DEBUG: boxc_sender: sent message to <127.0.0.1> 2013-03-06 18:43:20 [8341] [15] DEBUG: boxc_receiver: got wdp from wapbox 2013-03-06 18:43:20 [8341] [11] DEBUG: udp: sending message 2013-03-06 18:44:07 [8341] [10] DEBUG: datagram received 2013-03-06 18:44:07 [8341] [16] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2013-03-06 18:44:07 [8341] [16] DEBUG: boxc_sender: sent message to <127.0.0.1> 2013-03-06 18:44:07 [8341] [15] DEBUG: boxc_receiver: got wdp from wapbox 2013-03-06 18:44:07 [8341] [11] DEBUG: udp: sending message 2013-03-06 18:44:08 [8341] [10] DEBUG: datagram received 2013-03-06 18:44:08 [8341] [16] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2013-03-06 18:44:08 [8341] [16] DEBUG: boxc_sender: sent message to <127.0.0.1> 2013-03-06 18:44:08 [8341] [15] DEBUG: boxc_receiver: got wdp from wapbox 2013-03-06 18:44:08 [8341] [11] DEBUG: udp: sending message
bearerbox-Openwave-7.0.log
(application/octet-stream, 3.5 KB)
2013-03-06 16:13:49 [8341] [10] DEBUG: datagram received 2013-03-06 16:13:50 [8341] [16] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2013-03-06 16:13:50 [8341] [16] DEBUG: boxc_sender: sent message to <127.0.0.1> 2013-03-06 16:13:50 [8341] [15] DEBUG: boxc_receiver: got wdp from wapbox 2013-03-06 16:13:50 [8341] [11] DEBUG: udp: sending message 2013-03-06 16:13:56 [8341] [10] DEBUG: datagram received 2013-03-06 16:13:56 [8341] [16] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2013-03-06 16:13:56 [8341] [16] DEBUG: boxc_sender: sent message to <127.0.0.1> 2013-03-06 16:13:56 [8341] [15] DEBUG: boxc_receiver: got wdp from wapbox 2013-03-06 16:13:56 [8341] [11] DEBUG: udp: sending message 2013-03-06 16:13:56 [8341] [10] DEBUG: datagram received 2013-03-06 16:13:56 [8341] [16] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2013-03-06 16:13:56 [8341] [16] DEBUG: boxc_sender: sent message to <127.0.0.1> 2013-03-06 16:13:56 [8341] [15] DEBUG: boxc_receiver: got wdp from wapbox 2013-03-06 16:13:56 [8341] [11] DEBUG: udp: sending message 2013-03-06 16:13:57 [8341] [10] DEBUG: datagram received 2013-03-06 16:13:57 [8341] [16] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2013-03-06 16:13:57 [8341] [16] DEBUG: boxc_sender: sent message to <127.0.0.1> 2013-03-06 16:13:57 [8341] [15] DEBUG: boxc_receiver: got wdp from wapbox 2013-03-06 16:13:57 [8341] [11] DEBUG: udp: sending message 2013-03-06 16:14:36 [8341] [10] DEBUG: datagram received 2013-03-06 16:14:36 [8341] [16] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2013-03-06 16:14:36 [8341] [16] DEBUG: boxc_sender: sent message to <127.0.0.1> 2013-03-06 16:14:36 [8341] [15] DEBUG: boxc_receiver: got wdp from wapbox 2013-03-06 16:14:36 [8341] [11] DEBUG: udp: sending message 2013-03-06 16:14:38 [8341] [10] DEBUG: datagram received 2013-03-06 16:14:38 [8341] [16] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2013-03-06 16:14:38 [8341] [16] DEBUG: boxc_sender: sent message to <127.0.0.1> 2013-03-06 16:14:38 [8341] [15] DEBUG: boxc_receiver: got wdp from wapbox 2013-03-06 16:14:38 [8341] [11] DEBUG: udp: sending message 2013-03-06 16:14:39 [8341] [10] DEBUG: datagram received 2013-03-06 16:14:39 [8341] [16] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2013-03-06 16:14:39 [8341] [16] DEBUG: boxc_sender: sent message to <127.0.0.1> 2013-03-06 16:14:39 [8341] [15] DEBUG: boxc_receiver: got wdp from wapbox 2013-03-06 16:14:39 [8341] [11] DEBUG: udp: sending message 2013-03-06 16:14:39 [8341] [10] DEBUG: datagram received 2013-03-06 16:14:39 [8341] [16] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2013-03-06 16:14:39 [8341] [16] DEBUG: boxc_sender: sent message to <127.0.0.1> 2013-03-06 16:14:39 [8341] [15] DEBUG: boxc_receiver: got wdp from wapbox 2013-03-06 16:14:39 [8341] [11] DEBUG: udp: sending message 2013-03-06 16:14:41 [8341] [10] DEBUG: datagram received 2013-03-06 16:14:41 [8341] [16] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2013-03-06 16:14:41 [8341] [16] DEBUG: boxc_sender: sent message to <127.0.0.1> 2013-03-06 16:14:55 [8341] [10] DEBUG: datagram received 2013-03-06 16:14:55 [8341] [16] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2013-03-06 16:14:55 [8341] [16] DEBUG: boxc_sender: sent message to <127.0.0.1> 2013-03-06 16:14:55 [8341] [15] DEBUG: boxc_receiver: got wdp from wapbox 2013-03-06 16:14:55 [8341] [11] DEBUG: udp: sending message 2013-03-06 16:14:56 [8341] [10] DEBUG: datagram received 2013-03-06 16:14:56 [8341] [16] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2013-03-06 16:14:56 [8341] [16] DEBUG: boxc_sender: sent message to <127.0.0.1>
enviroment_SO_kannel.txt
(text/plain, 1.8 KB)
[root@dbrondas ~]# env HOSTNAME=dbrondas.avantel.com.co SELINUX_ROLE_REQUESTED= TERM=xterm SHELL=/bin/bash HISTSIZE=1000 SSH_CLIENT=10.100.13.244 58699 6111 SELINUX_USE_CURRENT_RANGE= SSH_TTY=/dev/pts/4 USER=root LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.tbz=01;31:*.tbz2=01;31:*.bz=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01;36:*.flac=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=01;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.axa=01;36:*.oga=01;36:*.spx=01;36:*.xspf=01;36: MAIL=/var/spool/mail/root PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/opt/mysql/meb-3.8/bin/ PWD=/root LANG=es_ES.UTF-8 SELINUX_LEVEL_REQUESTED= HISTCONTROL=ignoredups SHLVL=1 HOME=/root LOGNAME=root CVS_RSH=ssh SSH_CONNECTION=10.100.13.244 58699 192.168.32.25 6111 LESSOPEN=|/usr/bin/lesspipe.sh %s G_BROKEN_FILENAMES=1 _=/bin/env