Kannel "0: Accepted for delivery" but not sent - kannel

I've always used smslib to connect to my SMS provider.
My SMS provider has a SMSC, and I connect in transmitter mode (not transceiver).
I'm trying to connect via Kannel, with this configuration:
group = core
admin-port = 13000
smsbox-port = 13001
wapbox-port = 13002
admin-password = dad
admin-deny-ip = ""
admin-allow-ip = "*.*.*.*"
wapbox-port = 13002
wdp-interface-name = "*"
log-file = "/var/log/kannel/kannel.log"
log-level = 0
box-deny-ip = ""
box-allow-ip = "*.*.*.*"
# NOT USED
group = wapbox
bearerbox-host = localhost
log-file = "/var/log/wapbox.log"
log-level = 0
syslog-level = none
group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
global-sender = 56951000000
log-file = "/var/log/kannel/smsbox.log"
log-level = 0
smsbox-id = smsbox
group = smsc
smsc = smpp
smsc-id = dadn_1
host = hidden on purpose for this post
port = 54002
smsc-username = dadn_1
smsc-password = pwd_1
system-type = smpp_1
transceiver-mode = 0
interface-version = 34
allowed-smsc-id = dadn_1
my-number = hidden on purpose for this post
source-addr-ton = 0
source-addr-npi = 1
dest-addr-ton = 0
dest-addr-npi = 1
bind-addr-ton = 0
bind-addr-npi = 1
source-addr-autodetect = 1
group = sendsms-user
username = dad
password = dad
concatenation = true
max-messages = 10
group = sms-service
keyword = wwwservice
get-url = "http://......./send_dummy_mail.asp"
concatenation = true
catch-all = yes
When I call the send SMS URL, ie:
http://.....:13013/cgi-bin/sendsms?username=dad&password=dad&to=....&text=test&smsc=dadn_1
I get this:
0: Accepted for delivery
And when I go to the status page, ie:
http://.....:13000status.html?password=dad
I get this:
Status: running, uptime 0d 0h 0m 45s
WDP: received 0 (0 queued), sent 0 (0 queued)
SMS: received 0 (0 queued), sent 1 (0 queued), store size -1
SMS: inbound (0.00,0.00,0.00) msg/sec, outbound (0.02,0.02,0.02) msg/sec
DLR: 0 queued, using internal storage
Box connections:
smsbox:smsbox, IP 127.0.0.1 (0 queued), (on-line 0d 0h 0m 41s)
SMSC connections:
dadn_1 SMPP:.......:54002/54002:dadn_1:smpp_1 (online 45s, rcvd 0, sent 1, failed 0, queued 0 msgs)
As you can see, it says "sent 1".
In the log, just after entering the URL, I get this:
2014-06-12 13:31:36 [28766] [6] DEBUG: SMPP[dadn_1]: Sending PDU:
2014-06-12 13:31:36 [28766] [6] DEBUG: SMPP PDU 0x7fb55c0016a0 dump:
2014-06-12 13:31:36 [28766] [6] DEBUG: type_name: submit_sm
2014-06-12 13:31:36 [28766] [6] DEBUG: command_id: 4 = 0x00000004
2014-06-12 13:31:36 [28766] [6] DEBUG: command_status: 0 = 0x00000000
2014-06-12 13:31:36 [28766] [6] DEBUG: sequence_number: 9 = 0x00000009
2014-06-12 13:31:36 [28766] [6] DEBUG: service_type: NULL
2014-06-12 13:31:36 [28766] [6] DEBUG: source_addr_ton: 0 = 0x00000000
2014-06-12 13:31:36 [28766] [6] DEBUG: source_addr_npi: 1 = 0x00000001
2014-06-12 13:31:36 [28766] [6] DEBUG: source_addr: "56951000000"
2014-06-12 13:31:36 [28766] [6] DEBUG: dest_addr_ton: 0 = 0x00000000
2014-06-12 13:31:36 [28766] [6] DEBUG: dest_addr_npi: 1 = 0x00000001
2014-06-12 13:31:36 [28766] [6] DEBUG: destination_addr: "..." -- CENSORED ON PURPOSE
2014-06-12 13:31:36 [28766] [6] DEBUG: esm_class: 3 = 0x00000003
2014-06-12 13:31:36 [28766] [6] DEBUG: protocol_id: 0 = 0x00000000
2014-06-12 13:31:36 [28766] [6] DEBUG: priority_flag: 0 = 0x00000000
2014-06-12 13:31:36 [28766] [6] DEBUG: schedule_delivery_time: NULL
2014-06-12 13:31:36 [28766] [6] DEBUG: validity_period: NULL
2014-06-12 13:31:36 [28766] [6] DEBUG: registered_delivery: 0 = 0x00000000
2014-06-12 13:31:36 [28766] [6] DEBUG: replace_if_present_flag: 0 = 0x00000000
2014-06-12 13:31:36 [28766] [6] DEBUG: data_coding: 0 = 0x00000000
2014-06-12 13:31:36 [28766] [6] DEBUG: sm_default_msg_id: 0 = 0x00000000
2014-06-12 13:31:36 [28766] [6] DEBUG: sm_length: 6 = 0x00000006
2014-06-12 13:31:36 [28766] [6] DEBUG: short_message: "testtt"
2014-06-12 13:31:36 [28766] [6] DEBUG: SMPP PDU dump ends.
2014-06-12 13:31:37 [28766] [6] DEBUG: SMPP[dadn_1]: Got PDU:
2014-06-12 13:31:37 [28766] [6] DEBUG: SMPP PDU 0x7fb55c0016a0 dump:
2014-06-12 13:31:37 [28766] [6] DEBUG: type_name: submit_sm_resp
2014-06-12 13:31:37 [28766] [6] DEBUG: command_id: 2147483652 = 0x80000004
2014-06-12 13:31:37 [28766] [6] DEBUG: command_status: 0 = 0x00000000
2014-06-12 13:31:37 [28766] [6] DEBUG: sequence_number: 9 = 0x00000009
2014-06-12 13:31:37 [28766] [6] DEBUG: message_id: "122892043"
2014-06-12 13:31:37 [28766] [6] DEBUG: SMPP PDU dump ends.
As you can see, a "message_id" was assigned, etc.
However, the SMS isn't arriving to my mobile device.
If I use SMSLIB with exactly the same configuration, the SMS does arrive.. so my provider is working fine.
Questions are:
Is there something wrong in my Kannel configuration?
If I'm getting 0: Accepted for delivery, is my provider's fault? the SMS is "there" already?

Two things to note.
You definitely need a transmitter and receiver mode to send and receive SMS.
If you are using "get-url" in your sms-service, then the output of that URL invocation should be text sent to STDOUT. The name says ".../send_dummy_mail.asp". I believe that this URL returns something in STDOUT apart from sending mail. If the URL is not throwing any STDOUT then you will not get any SMS sent as response.

Related

Crypt_GPG getting error while doing concurrent request to encrypt & sign data

I'm using this script to encrypt and sign data.
`$gpg = new Crypt_GPG(['digest-algo' => "SHA256", 'cipher-algo' => "AES256", 'compress-algo' => "zip", "homedir" => "/home/ubuntu/.gnupg", "debug" => true]);
$gpg->addSignKey($clientKey, $passphase);
$gpg->addEncryptKey($serverKey);
$signedMessage = $gpg->encryptAndSign(json_encode($messageBody));`
I found below error in debug log:
Crypt_GPG DEBUG: GPG error stream ready for reading
Crypt_GPG DEBUG: => about to read 65536 bytes from GPG error
Crypt_GPG DEBUG: => read 80 bytes
Crypt_GPG DEBUG: ERROR: gpg: signing failed: End of file
Crypt_GPG DEBUG: ERROR: gpg: [stdin]: sign+encrypt failed: End of file
Crypt_GPG DEBUG: GPG status stream ready for reading
Crypt_GPG DEBUG: => about to read 65536 bytes from GPG status
Crypt_GPG DEBUG: => read 69 bytes
Crypt_GPG DEBUG: STATUS: BEGIN_ENCRYPTION 2 9
Crypt_GPG DEBUG: STATUS: FAILURE sign-encrypt 33570815
Crypt_GPG DEBUG: => subprocess returned an unexpected exit code: 2
Getting above error while doing concurrent request while encrypting and sign data. e.g. 10 request per second
I'm expecting it should work for atleast 5-10 concurrent request.

how to compare variables on different files ansible

Hi I'm a network newbie and excuse my english it's not my native language.
Ansible version is 2.10 I wrote a playbook on show ip ospf neighbor and show ip ospf interface brief.
What I'm trying to achieve is to take out the information only about the interface from ospf neighbor and ospf interface brief(if that's possible) and compare each interface to see if they're both the same.
I'm currently using 2 switches for this playbook but this is only a prototype of a bigger network so writing the names of the interface by hand is not possible.
↓my playbook(shortened ver.)
tasks:
-------
name: sh ip ospf nei
ios_command:
commands:
- show ip ospf neighbor
register: result_ospf_neighbor
- name: sh ip ospf int br
ios_command:
commands:
- show ip ospf interface brief
register: result_ospf_interface_brief
↓result of the parse
TASK [debug result_ospf_neighbor]**********************************************
ok: [10.31.0.93] =>
msg:
- ADDRESS: 10.1.4.2
DEAD_TIME: 00:00:33
INTERFACE: FastEthernet1/0/7
NEIGHBOR_ID: 3.3.3.3
PRIORITY: '1'
STATE: FULL/BDR
- ADDRESS: 10.1.2.1
DEAD_TIME: 00:00:31
INTERFACE: FastEthernet1/0/1
NEIGHBOR_ID: 1.1.1.1
PRIORITY: '255'
STATE: FULL/DR
ok: [10.31.0.90] =>
msg:
- ADDRESS: 10.1.3.2
DEAD_TIME: 00:00:35
INTERFACE: FastEthernet1/0/5
NEIGHBOR_ID: 3.3.3.3
PRIORITY: '0'
STATE: FULL/ -
- ADDRESS: 10.1.2.2
DEAD_TIME: 00:00:36
INTERFACE: FastEthernet1/0/1
NEIGHBOR_ID: 2.2.2.2
PRIORITY: '1'
STATE: FULL/BDR
TASK [debug result_interface_brief]********************************************
ok: [10.31.0.90] =>
msg:
- AREA: '0'
COST: '1'
INTERFACE: Lo0
IP_ADDRESS_MASK: 1.1.1.1/32
NEIGHBORS_FC: 0/0
STATE: LOOP
- AREA: '0'
COST: '1'
INTERFACE: Fa1/0/5
IP_ADDRESS_MASK: 10.1.3.1/24
NEIGHBORS_FC: 1/1
STATE: P2P
- AREA: '0'
COST: '1'
INTERFACE: Fa1/0/1
IP_ADDRESS_MASK: 10.1.2.1/24
NEIGHBORS_FC: 1/1
STATE: DR
ok: [10.31.0.93] =>
msg:
- AREA: '0'
COST: '1'
INTERFACE: Lo0
IP_ADDRESS_MASK: 2.2.2.2/32
NEIGHBORS_FC: 0/0
STATE: LOOP
- AREA: '0'
COST: '1'
INTERFACE: Fa1/0/7
IP_ADDRESS_MASK: 10.1.4.1/24
NEIGHBORS_FC: 1/1
STATE: DR
- AREA: '0'
COST: '1'
INTERFACE: Fa1/0/1
IP_ADDRESS_MASK: 10.1.2.2/24
NEIGHBORS_FC: 1/1
STATE: BDR

Spring cloud AWS SQS Listener constant sending request

I have Implement annotation-driven-queue-listener using spring cloud AWS API.
<aws-messaging:annotation-driven-queue-listener max-number-of-messages="10" task-executor="messagingTaskExecutor" wait-time-out="20"
visibility-timeout="100" amazon-sqs="sqsClient" region="us-west-1" />
In a Below log file I can see request constantly send to us-east-1 region Though I have provided region us-west-1. Request send Interval is 3 request per second which is too much
amz-sdk-invocation-id:4865f324-322f-53f2-9f4d-f989e106e96c
amz-sdk-retry:0/0/500
**host:sqs.us-east-1.amazonaws.com**
user-agent:aws-sdk-java/1.11.18 Mac_OS_X/10.11.6 Java_HotSpot(TM)_64-Bit_Server_VM/25.111-b14/1.8.0_111 AmazonSQSBufferedAsyncClient/1.11.18
x-amz-date:20170210T030639Z
amz-sdk-invocation-id;amz-sdk-retry;host;user-agent;x-amz-date
937d63370e14d7439a711514a14d0d371c3f6fc73208e1a9d54bd99f194e42a7"
2017-02-10 08:36:39 DEBUG AWS4Signer:33 - AWS4 String to Sign: '"AWS4-HMAC-SHA256
20170210T030639Z
20170210/us-east-1/sqs/aws4_request
07187f106ed69b4b3ad36be48ba53811adc903a39388c5b0a1677ad2af93f38b"
2017-02-10 08:36:39 DEBUG RequestAddCookies:122 - CookieSpec selected: default
2017-02-10 08:36:39 DEBUG RequestAuthCache:76 - Auth cache not set in the context
2017-02-10 08:36:39 DEBUG PoolingHttpClientConnectionManager:249 - Connection request: [route: {s}->https://sqs.us-east-1.amazonaws.com:443][total kept alive: 1; route allocated: 1 of 50; total allocated: 1 of 50]
2017-02-10 08:36:39 DEBUG PoolingHttpClientConnectionManager:282 - Connection leased: [id: 23][route: {s}->https://sqs.us-east-1.amazonaws.com:443][total kept alive: 0; route allocated: 1 of 50; total allocated: 1 of 50]
2017-02-10 08:36:39 DEBUG MainClientExec:207 - Stale connection check
2017-02-10 08:36:39 DEBUG wire:86 - http-outgoing-23 << "[read] I/O error: Read timed out"
2017-02-10 08:36:39 DEBUG DefaultManagedHttpClientConnection:90 - http-outgoing-23: set socket timeout to 50000
2017-02-10 08:36:39 DEBUG MainClientExec:255 - Executing request POST /189178718836/CMR HTTP/1.1
2017-02-10 08:36:39 DEBUG MainClientExec:266 - Proxy auth state: UNCHALLENGED
2017-02-10 08:36:39 DEBUG headers:135 - http-outgoing-23 >> POST /189178718836/CMR HTTP/1.1
2017-02-10 08:36:39 DEBUG headers:138 - http-outgoing-23 >> Host: sqs.us-east-1.amazonaws.com
2017-02-10 08:36:39 DEBUG headers:138 - http-outgoing-23 >> Authorization: AWS4-HMAC-SHA256 Credential=something/20170210/us-east-1/sqs/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-retry;host;user-agent;x-amz-date, Signature=0d110d904500fd10a5262c5beea63df72eff28627801d0c00f74d499d4750092
2017-02-10 08:36:39 DEBUG headers:138 - http-outgoing-23 >> X-Amz-Date: 20170210T030639Z
2017-02-10 08:36:39 DEBUG headers:138 - http-outgoing-23 >> User-Agent: aws-sdk-java/1.11.18 Mac_OS_X/10.11.6 Java_HotSpot(TM)_64-Bit_Server_VM/25.111-b14/1.8.0_111 AmazonSQSBufferedAsyncClient/1.11.18
2017-02-10 08:36:39 DEBUG headers:138 - http-outgoing-23 >> amz-sdk-invocation-id: 4865f324-322f-53f2-9f4d-f989e106e96c
2017-02-10 08:36:39 DEBUG headers:138 - http-outgoing-23 >> amz-sdk-retry: 0/0/500
2017-02-10 08:36:39 DEBUG headers:138 - http-outgoing-23 >> Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-02-10 08:36:39 DEBUG headers:138 - http-outgoing-23 >> Content-Length: 110
2017-02-10 08:36:39 DEBUG headers:138 - http-outgoing-23 >> Connection: Keep-Alive
2017-02-10 08:36:39 DEBUG wire:72 - http-outgoing-23 >> "POST /189178718836/CMR HTTP/1.1[\r][\n]"
2017-02-10 08:36:39 DEBUG wire:72 - http-outgoing-23 >> "Host: sqs.us-east-1.amazonaws.com[\r][\n]"
2017-02-10 08:36:39 DEBUG wire:72 - http-outgoing-23 >> "Authorization: AWS4-HMAC-SHA256 Credential=AKIAJRLXVVM5WJ5X7CFA/20170210/us-east-1/sqs/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-retry;host;user-agent;x-amz-date, Signature=0d110d904500fd10a5262c5beea63df72eff28627801d0c00f74d499d4750092[\r][\n]"
2017-02-10 08:36:39 DEBUG wire:72 - http-outgoing-23 >> "X-Amz-Date: 20170210T030639Z[\r][\n]"
2017-02-10 08:36:39 DEBUG wire:72 - http-outgoing-23 >> "User-Agent: aws-sdk-java/1.11.18 Mac_OS_X/10.11.6 Java_HotSpot(TM)_64-Bit_Server_VM/25.111-b14/1.8.0_111 AmazonSQSBufferedAsyncClient/1.11.18[\r][\n]"
2017-02-10 08:36:39 DEBUG wire:72 - http-outgoing-23 >> "amz-sdk-invocation-id: 4865f324-322f-53f2-9f4d-f989e106e96c[\r][\n]"
2017-02-10 08:36:39 DEBUG wire:72 - http-outgoing-23 >> "amz-sdk-retry: 0/0/500[\r][\n]"
2017-02-10 08:36:39 DEBUG wire:72 - http-outgoing-23 >> "Content-Type: application/x-www-form-urlencoded; charset=utf-8[\r][\n]"
2017-02-10 08:36:39 DEBUG wire:72 - http-outgoing-23 >> "Content-Length: 110[\r][\n]"
2017-02-10 08:36:39 DEBUG wire:72 - http-outgoing-23 >> "Connection: Keep-Alive[\r][\n]"
2017-02-10 08:36:39 DEBUG wire:72 - http-outgoing-23 >> "[\r][\n]"
2017-02-10 08:36:39 DEBUG wire:86 - http-outgoing-23 >> "Action=ReceiveMessage&Version=2012-11-05&AttributeName.1=All&MessageAttributeName.1=All&MaxNumberOfMessages=10"
can anybody tell me why spring cloud aws api itself constantly sending this request to us-east-1 region?

knife cookbook upload (ERROR: internal server error)

Been trying for hours to setup my own chef server on ec2. I launched an ubuntu 12.04 instance and installed open source chef server using the deb package. Then I associated an elastic ip, setup a host in route 53, updated the hostname. Also updated the ssl cert and key in .../ngnix/ca., restarted the chef server and ran chef-server-ctl reconfigure followed by chef-server-ctl test. All tests passed.
Then I followed this tutorial: http://blog.afistfulofservers.net/post/2011/03/16/a-brief-chef-tutorial-from-concentrate/
Just trying to upload a simple ntp cookbook.
knife cookbook upload ntp -VV
and this get this output.
please help!
` ubuntu#chef:~/workspace/chef-repo$ knife cookbook upload ntp -VV
DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::JSONToModelOutput#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_request
DEBUG: Signing the request as rayhwang
DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_request
DEBUG: Initiating GET to https://chef.originalfunction.com/cookbooks?num_versions=all
DEBUG: ---- HTTP Request Header Data: ----
DEBUG: Accept: application/json
DEBUG: Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3
DEBUG: X-OPS-SIGN: algorithm=sha1;version=1.0;
DEBUG: X-OPS-USERID: rayhwang
DEBUG: X-OPS-TIMESTAMP: 2014-06-19T17:12:14Z
DEBUG: X-OPS-CONTENT-HASH: 2jmj7l5rSw0yVb/vlWAYkK/YBwk=
DEBUG: X-OPS-AUTHORIZATION-1: O3rGoHt5f9pv8VMIPQF71lKugcFCuLW0bAU05Tlus+vIWhk0yd/JIvYPU9l0
DEBUG: X-OPS-AUTHORIZATION-2: pkkNVlPHEu5eCHvi2W8kJWVqaSBb6PwtUv5nPM/oeuI8lWpr9uUlUKh6vcr8
DEBUG: X-OPS-AUTHORIZATION-3: n5Q0jA2NqjBisRSRn6ROriJis0x4xuReXj1y12234wOjDAa7xcT/ssEXzjNw
DEBUG: X-OPS-AUTHORIZATION-4: ZFwmr95cDEA7FuOgtAGt0RWib8ZkdWYerGbW2n1lv4pKMAl9c6fDgOuN1z9A
DEBUG: X-OPS-AUTHORIZATION-5: 1hhvo0l0hH/q/DcRhePG8rBR67iN4KcsashiyMOVbM9qyDSHUfk99OrjHYys
DEBUG: X-OPS-AUTHORIZATION-6: UCWvq3569li6bBRqCx1a20Ze2kuHKvMxhasjSwcaig==
DEBUG: HOST: chef.originalfunction.com:443
DEBUG: X-REMOTE-REQUEST-ID: 1d230738-c4b4-4d69-b71c-12d4203cf5f8
DEBUG: ---- End HTTP Request Header Data ----
DEBUG: ---- HTTP Status and Header Data: ----
DEBUG: HTTP 1.1 200 OK
DEBUG: server: nginx/1.4.4
DEBUG: date: Thu, 19 Jun 2014 17:12:14 GMT
DEBUG: content-type: application/json
DEBUG: content-length: 2
DEBUG: connection: close
DEBUG: x-ops-api-info: flavor=osc;version=11.0.2;erchef=1.4.0
DEBUG: ---- End HTTP Status/Header Data ----
DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_response
DEBUG: Content-Length validated correctly.
DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::JSONToModelOutput#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_response
Uploading ntp [0.1.0]
DEBUG: No chefignore file found at /home/ubuntu/workspace/chef-repo/.chef/../cookbooks/chefignore no files will be ignored
INFO: Validating ruby files
DEBUG: Ruby file /home/ubuntu/workspace/chef-repo/.chef/../cookbooks/ntp/recipes/default.rb is unchanged, skipping syntax check
DEBUG: Ruby file /home/ubuntu/workspace/chef-repo/.chef/../cookbooks/ntp/metadata.rb is unchanged, skipping syntax check
INFO: Validating templates
DEBUG: Template /home/ubuntu/workspace/chef-repo/.chef/../cookbooks/ntp/templates/default/ntp.conf.erb is unchanged, skipping syntax check
INFO: Syntax OK
INFO: Saving ntp
DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::JSONToModelOutput#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_request
DEBUG: Signing the request as rayhwang
DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_request
DEBUG: Initiating POST to https://chef.originalfunction.com/sandboxes
DEBUG: ---- HTTP Request Header Data: ----
DEBUG: Content-Type: application/json
DEBUG: Accept: application/json
DEBUG: Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3
DEBUG: X-OPS-SIGN: algorithm=sha1;version=1.0;
DEBUG: X-OPS-USERID: rayhwang
DEBUG: X-OPS-TIMESTAMP: 2014-06-19T17:12:15Z
DEBUG: X-OPS-CONTENT-HASH: trgzi7/cKkm3nQVgxJylZYUyXQo=
DEBUG: X-OPS-AUTHORIZATION-1: fJSAIpj1nQMBCRiDxjMfjiZb4+0JO4G4H8EKIvdNOxtpZfY0hyQm0CTRhXnd
DEBUG: X-OPS-AUTHORIZATION-2: dwmcgy2aiPYSQjxoav1UPx4S+kVNEhJDgWOR5g0tFlucNZwL7iHik/qPCrXm
DEBUG: X-OPS-AUTHORIZATION-3: pUoJ+TUiCWpBy4W9NGPsfqE4WHcNm6x+d/V/EV36hdPzdkAO9YmB1QRxIQrd
DEBUG: X-OPS-AUTHORIZATION-4: Jy6VukLzLGdPzcpSDDmA2u27AtPhI2qvJlH5xHT6Nb3fiT8pQCcdH7YWNbC/
DEBUG: X-OPS-AUTHORIZATION-5: MUm2wMZuSrNGVEgBCt/3ZSU16SMEp0BlXGdEoxwjoq4iiWNhm8CQgg57XjMz
DEBUG: X-OPS-AUTHORIZATION-6: pcpNk6WDgBIChp8gshclhkLtn619CJePcKnIU5C47g==
DEBUG: HOST: chef.originalfunction.com:443
DEBUG: X-REMOTE-REQUEST-ID: 1d230738-c4b4-4d69-b71c-12d4203cf5f8
DEBUG: Content-Length: 215
DEBUG: ---- End HTTP Request Header Data ----
DEBUG: ---- HTTP Status and Header Data: ----
DEBUG: HTTP 1.1 201 Created
DEBUG: server: nginx/1.4.4
DEBUG: date: Thu, 19 Jun 2014 17:12:15 GMT
DEBUG: content-type: application/json
DEBUG: content-length: 1772
DEBUG: connection: close
DEBUG: x-ops-api-info: flavor=osc;version=11.0.2;erchef=1.4.0
DEBUG: location: http://chef.originalfunction.com:443/sandboxes/00000000000002353a650204d5f4d7eb
DEBUG: ---- End HTTP Status/Header Data ----
DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_response
DEBUG: Content-Length validated correctly.
DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::JSONToModelOutput#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_response
INFO: Uploading files
INFO: Uploading /home/ubuntu/workspace/chef-repo/cookbooks/ntp/recipes/default.rb (checksum hex = bbefe633613e76a79797713ac99604ff) to https://chef.originalfunction.com:443/bookshelf/organization-00000000000000000000000000000000/checksum-bbefe633613e76a79797713ac99604ff?AWSAccessKeyId=ee81637c54a846e63c3690be759203a8fca05c93&Expires=1403198835&Signature=puzm8RkYYnH%2BdOlsa1k1pl3zT1k%3D
INFO: Uploading /home/ubuntu/workspace/chef-repo/cookbooks/ntp/templates/default/ntp.conf.erb (checksum hex = 1a2e519cdc43799100bf074f4b96a50b) to https://chef.originalfunction.com:443/bookshelf/organization-00000000000000000000000000000000/checksum-1a2e519cdc43799100bf074f4b96a50b?AWSAccessKeyId=ee81637c54a846e63c3690be759203a8fca05c93&Expires=1403198835&Signature=w6RU9GAtWATjeEAYtB05JxrGbA0%3D
INFO: Uploading /home/ubuntu/workspace/chef-repo/cookbooks/ntp/README.md (checksum hex = d3e0411a88dfd6905fe57e5e6975e630) to https://chef.originalfunction.com:443/bookshelf/organization-00000000000000000000000000000000/checksum-d3e0411a88dfd6905fe57e5e6975e630?AWSAccessKeyId=ee81637c54a846e63c3690be759203a8fca05c93&Expires=1403198835&Signature=C7vKsEE1F%2B1j76DtI5385ZULMEs%3D
INFO: Uploading /home/ubuntu/workspace/chef-repo/cookbooks/ntp/CHANGELOG.md (checksum hex = 43e746152c1a63002b6a306a94666368) to https://chef.originalfunction.com:443/bookshelf/organization-00000000000000000000000000000000/checksum-43e746152c1a63002b6a306a94666368?AWSAccessKeyId=ee81637c54a846e63c3690be759203a8fca05c93&Expires=1403198835&Signature=vm2cI5AVzNIipkRZGnRH%2BRK874g%3D
INFO: Uploading /home/ubuntu/workspace/chef-repo/cookbooks/ntp/metadata.rb (checksum hex = 8af72e56cfd5f3aedb1d5a5c77ba8ab7) to https://chef.originalfunction.com:443/bookshelf/organization-00000000000000000000000000000000/checksum-8af72e56cfd5f3aedb1d5a5c77ba8ab7?AWSAccessKeyId=ee81637c54a846e63c3690be759203a8fca05c93&Expires=1403198835&Signature=DnoM16WYVq4VhbjsiSvTZWaFabQ%3D
DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_request
DEBUG: Initiating PUT to https://chef.originalfunction.com/bookshelf/organization-00000000000000000000000000000000/checksum-1a2e519cdc43799100bf074f4b96a50b?AWSAccessKeyId=ee81637c54a846e63c3690be759203a8fca05c93&Expires=1403198835&Signature=w6RU9GAtWATjeEAYtB05JxrGbA0%3D
DEBUG: ---- HTTP Request Header Data: ----
DEBUG: content-type: application/x-binary
DEBUG: content-md5: Gi5RnNxDeZEAvwdPS5alCw==
DEBUG: accept: application/json
DEBUG: X-Ops-Sign: algorithm=sha1;version=1.0;
DEBUG: X-Ops-Userid: rayhwang
DEBUG: X-Ops-Timestamp: 2014-06-19T17:12:15Z
DEBUG: X-Ops-Content-Hash: B7IhBLQbRkoCUtlseIpTx5ODlNM=
DEBUG: X-Ops-Authorization-1: UEOLzo2dr12JKXgOXZyxxBu4qzMebcTD15tS5dLWIRhhKkhfs7JWToDBMEqM
DEBUG: X-Ops-Authorization-2: UdPTKjJI+/hUo9CIdngFcshXejMuVQQ808hoNA35VSr5tKA7rKXpEKu3p1X6
DEBUG: X-Ops-Authorization-3: g6NC1R/SKWPAGhYA4m6rwyMsrsZ1ETh8WR27GrKAJ1Jgqg89GyR6Oessub+V
DEBUG: X-Ops-Authorization-4: rOFy3kNpM19NbESqYaL3nMzZWep/TbUu0j8KaUkZM5YFvcsc3TBGk5lZYEFd
DEBUG: X-Ops-Authorization-5: iwwNXmDMIN4r5e1lZv7BtEws4qJCEgLBjaS1oReQO4qqffwZxcsj1ygHPer1
DEBUG: X-Ops-Authorization-6: JReBLIqLlj4t7NMU22EkBZL1bfMarDdOsO9Ix+soBg==
DEBUG: Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3
DEBUG: Content-Length: 275
DEBUG: ---- End HTTP Request Header Data ----
DEBUG: Initiating PUT to https://chef.originalfunction.com/bookshelf/organization-00000000000000000000000000000000/checksum-d3e0411a88dfd6905fe57e5e6975e630?AWSAccessKeyId=ee81637c54a846e63c3690be759203a8fca05c93&Expires=1403198835&Signature=C7vKsEE1F%2B1j76DtI5385ZULMEs%3D
DEBUG: ---- HTTP Request Header Data: ----
DEBUG: content-type: application/x-binary
DEBUG: content-md5: 0+BBGojf1pBf5X5eaXXmMA==
DEBUG: accept: application/json
DEBUG: X-Ops-Sign: algorithm=sha1;version=1.0;
DEBUG: X-Ops-Userid: rayhwang
DEBUG: X-Ops-Timestamp: 2014-06-19T17:12:15Z
DEBUG: X-Ops-Content-Hash: DE1oiQN0K9neW6A+7u/2NzQ/W4o=
DEBUG: X-Ops-Authorization-1: fiCtNCKht0VPOvXMBPFmUz7+uQ2qSRk6U1B8uoqxzvvvTXR/KduDweyHI51y
DEBUG: X-Ops-Authorization-2: GN6dpyxisDTfebYsQLnCzmtDlhlj5lEtQ9GUFxpPjEDSInQO3ZVohd3MsDGC
DEBUG: X-Ops-Authorization-3: R2d/xvONhA7RJgnP3uPLR2VcXsafjSCycGOf4Ul5A366Ys3NTW/wS0gTH0t4
DEBUG: X-Ops-Authorization-4: lGactDkxHh0EnQq41K8j82waTnYsaGBci9NRTYxUgHPHLT8llX/2gke4KMy0
DEBUG: X-Ops-Authorization-5: S2oEBWhZnOSn1A3Js8ofUmCJ6UvQBIomZDjisDvKARZVKMbE/4jHPw8IsDqf
DEBUG: X-Ops-Authorization-6: mVps4JZJ5AnBg/MGTBSb0kwE1wJV35m7Bl8pMncErw==
DEBUG: Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3
DEBUG: Content-Length: 1424
DEBUG: ---- End HTTP Request Header Data ----
DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_request
DEBUG: Initiating PUT to https://chef.originalfunction.com/bookshelf/organization-00000000000000000000000000000000/checksum-43e746152c1a63002b6a306a94666368?AWSAccessKeyId=ee81637c54a846e63c3690be759203a8fca05c93&Expires=1403198835&Signature=vm2cI5AVzNIipkRZGnRH%2BRK874g%3D
DEBUG: ---- HTTP Request Header Data: ----
DEBUG: content-type: application/x-binary
DEBUG: content-md5: Q+dGFSwaYwArajBqlGZjaA==
DEBUG: accept: application/json
DEBUG: X-Ops-Sign: algorithm=sha1;version=1.0;
DEBUG: X-Ops-Userid: rayhwang
DEBUG: X-Ops-Timestamp: 2014-06-19T17:12:15Z
DEBUG: X-Ops-Content-Hash: xrD6SmanZIPZariIevDsxEdIYwc=
DEBUG: X-Ops-Authorization-1: FBv6fegrNfG6hzo9JHfXAUWYgNE8jYExuLEpKCPL9R3j65k64/gTvMHAvzDt
DEBUG: X-Ops-Authorization-2: vZSmZOl2y/AekvxZgcpQcfnODn+0ol2cXcoQUjuK9fTy0BDskUHEp+ZT0FUE
DEBUG: X-Ops-Authorization-3: 2VylMn8O2rmDC3yuvGk50+DUXoRmEcIG+R0kZ1HAtO17wv713GYZ7knOML9u
DEBUG: X-Ops-Authorization-4: bIz9HiuMKKhfhTHjO18cDPlDkZIimjkowlhNQl3rTBqEqCaQ4zdWOUqWrHeY
DEBUG: X-Ops-Authorization-5: 429PuSxb0aghzEjcAxAMvgyXb/7pijPRFgyMjXbiTPO1qIz6I/hAFxyoHWY5
DEBUG: X-Ops-Authorization-6: NwbuwIYlFQyV4RYj5BwYBhmuKZnUmqmPlj0NsUHYZA==
DEBUG: Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3
DEBUG: Content-Length: 439
DEBUG: ---- End HTTP Request Header Data ----
DEBUG: Initiating PUT to https://chef.originalfunction.com/bookshelf/organization-00000000000000000000000000000000/checksum-8af72e56cfd5f3aedb1d5a5c77ba8ab7?AWSAccessKeyId=ee81637c54a846e63c3690be759203a8fca05c93&Expires=1403198835&Signature=DnoM16WYVq4VhbjsiSvTZWaFabQ%3D
DEBUG: ---- HTTP Request Header Data: ----
DEBUG: content-type: application/x-binary
DEBUG: content-md5: ivcuVs/V867bHVpcd7qKtw==
DEBUG: accept: application/json
DEBUG: X-Ops-Sign: algorithm=sha1;version=1.0;
DEBUG: X-Ops-Userid: rayhwang
DEBUG: X-Ops-Timestamp: 2014-06-19T17:12:15Z
DEBUG: X-Ops-Content-Hash: XoOuSZFMGBbUEtZkO+3JXkPjraY=
DEBUG: X-Ops-Authorization-1: RJmE+qqBpN6AFc0a4tJ1HQtq9zu72tgPS1xwTcxUvC8nJhdNXJdolWBsTV1y
DEBUG: X-Ops-Authorization-2: Wl6OuqMbcThaXFnhYguj+mq7M1GGgwHf6onzScer0z43JoFPAGLgNRwvsBUM
DEBUG: X-Ops-Authorization-3: eA9XGsi5nX6rqbTeCClRujF2zBBKxfjzgQKlKZaQT5i+Tkmxi+JW6eGcdnCR
DEBUG: X-Ops-Authorization-4: mwk11NM95dIIRh/pI72Tr0K17i6kKzHLnJjSlP15dyoUxnLu4PsydIXMCtqH
DEBUG: X-Ops-Authorization-5: maVl8Z6qjPPB1EehqaUfOwRA5henKn55lrsBzgf9IQz3Hoi8MNht9xY4mDaB
DEBUG: X-Ops-Authorization-6: QOQdighUY5/3Z5BAj7JvYcSbPIthuKdM86ZPtd3SBw==
DEBUG: Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3
DEBUG: Content-Length: 290
DEBUG: ---- End HTTP Request Header Data ----
DEBUG: Initiating PUT to https://chef.originalfunction.com/bookshelf/organization-00000000000000000000000000000000/checksum-bbefe633613e76a79797713ac99604ff?AWSAccessKeyId=ee81637c54a846e63c3690be759203a8fca05c93&Expires=1403198835&Signature=puzm8RkYYnH%2BdOlsa1k1pl3zT1k%3D
DEBUG: ---- HTTP Request Header Data: ----
DEBUG: content-type: application/x-binary
DEBUG: content-md5: u+/mM2E+dqeXl3E6yZYE/w==
DEBUG: accept: application/json
DEBUG: X-Ops-Sign: algorithm=sha1;version=1.0;
DEBUG: X-Ops-Userid: rayhwang
DEBUG: X-Ops-Timestamp: 2014-06-19T17:12:15Z
DEBUG: X-Ops-Content-Hash: As+jO7AROTDuK2wG6/heed0nbjE=
DEBUG: X-Ops-Authorization-1: lfF8Jy5Ayz5vKcqV/hACwJzALiXkoqAbqkEmhtJsICX/3v2srJ71JaZoUczk
DEBUG: X-Ops-Authorization-2: yxnESOarrgjeQClX9WMOgb4or/J5YiWDiEOEr5+fDfhv+I6ZxLYr9DvsDMnm
DEBUG: X-Ops-Authorization-3: oXbgqyPrw35+jwmXnk7YQ4/GRadENWfBTkeUEvbTJ1X5QxBsgRGKKHO4zL9t
DEBUG: X-Ops-Authorization-4: qWlJMdIXesKLWl1+hGuXZ9pUA33U0QqGPBCp+b5MxGUPHhqoYda9yB9CL8SG
DEBUG: X-Ops-Authorization-5: PJ19tFBB6Gblll1+4ObEaYkenrPxutOj8EXfE7GPiWcPfzsY9ZWL/m0adyW6
DEBUG: X-Ops-Authorization-6: qYCKOfaqFRM2eFARQD+MFwcNv90Wbbl2oIxXsl3c4A==
DEBUG: Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3
DEBUG: Content-Length: 322
DEBUG: ---- End HTTP Request Header Data ----
DEBUG: ---- HTTP Status and Header Data: ----
DEBUG: HTTP 1.1 204 No Content
DEBUG: server: nginx/1.4.4
DEBUG: date: Thu, 19 Jun 2014 17:12:15 GMT
DEBUG: content-type: application/json
DEBUG: content-length: 0
DEBUG: connection: close
DEBUG: x-amz-request-id: g2gCZAATYm9va3NoZWxmQDEyNy4wLjAuMWgDYgAABXtiAAMFL2IABVJQ
DEBUG: etag: 0+BBGojf1pBf5X5eaXXmMA==
DEBUG: ---- End HTTP Status/Header Data ----
DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_response
DEBUG: ---- HTTP Status and Header Data: ----
DEBUG: HTTP 1.1 204 No Content
DEBUG: server: nginx/1.4.4
DEBUG: date: Thu, 19 Jun 2014 17:12:15 GMT
DEBUG: content-type: application/json
DEBUG: content-length: 0
DEBUG: connection: close
DEBUG: x-amz-request-id: g2gCZAATYm9va3NoZWxmQDEyNy4wLjAuMWgDYgAABXtiAAMFL2IABVqE
DEBUG: etag: Gi5RnNxDeZEAvwdPS5alCw==
DEBUG: ---- End HTTP Status/Header Data ----
DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_response
DEBUG: ---- HTTP Status and Header Data: ----
DEBUG: HTTP 1.1 204 No Content
DEBUG: server: nginx/1.4.4
DEBUG: date: Thu, 19 Jun 2014 17:12:15 GMT
DEBUG: content-type: application/json
DEBUG: content-length: 0
DEBUG: connection: close
DEBUG: x-amz-request-id: g2gCZAATYm9va3NoZWxmQDEyNy4wLjAuMWgDYgAABXtiAAMFL2IABZs7
DEBUG: etag: Q+dGFSwaYwArajBqlGZjaA==
DEBUG: ---- End HTTP Status/Header Data ----
DEBUG: ---- HTTP Status and Header Data: ----
DEBUG: HTTP 1.1 204 No Content
DEBUG: server: nginx/1.4.4
DEBUG: date: Thu, 19 Jun 2014 17:12:15 GMT
DEBUG: content-type: application/json
DEBUG: content-length: 0
DEBUG: connection: close
DEBUG: x-amz-request-id: g2gCZAATYm9va3NoZWxmQDEyNy4wLjAuMWgDYgAABXtiAAMFL2IABbo2
DEBUG: etag: ivcuVs/V867bHVpcd7qKtw==
DEBUG: ---- End HTTP Status/Header Data ----
DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_response
DEBUG: ---- HTTP Status and Header Data: ----
DEBUG: HTTP 1.1 204 No Content
DEBUG: server: nginx/1.4.4
DEBUG: date: Thu, 19 Jun 2014 17:12:15 GMT
DEBUG: content-type: application/json
DEBUG: content-length: 0
DEBUG: connection: close
DEBUG: x-amz-request-id: g2gCZAATYm9va3NoZWxmQDEyNy4wLjAuMWgDYgAABXtiAAMFL2IABzNL
DEBUG: etag: u+/mM2E+dqeXl3E6yZYE/w==
DEBUG: ---- End HTTP Status/Header Data ----
DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_response
DEBUG: Committing sandbox
DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::JSONToModelOutput#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_request
DEBUG: Signing the request as rayhwang
DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_request
DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_request
DEBUG: Initiating PUT to https://chef.originalfunction.com/sandboxes/0000000000008170b3f221f9b2144a84
DEBUG: ---- HTTP Request Header Data: ----
DEBUG: Content-Type: application/json
DEBUG: Accept: application/json
DEBUG: Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3
DEBUG: X-OPS-SIGN: algorithm=sha1;version=1.0;
DEBUG: X-OPS-USERID: rayhwang
DEBUG: X-OPS-TIMESTAMP: 2014-06-19T17:12:15Z
DEBUG: X-OPS-CONTENT-HASH: oMRtV6loUDnbKJuGcW6nqBbF8ww=
DEBUG: X-OPS-AUTHORIZATION-1: DoblHxKdB3zjRPyuNULSlTXmusmy+TL+gQ/3+TWv1yPejJvaNt46DutW5//n
DEBUG: X-OPS-AUTHORIZATION-2: jfBh+Oot1l5mWfIwall2MH7BraHveavQCE1Thr4p2JoJff3cPsX1yiWhP5jd
DEBUG: X-OPS-AUTHORIZATION-3: cnmO1VNdwXFvgyrT7/2NOcicp+KDgv1tZ/JongFvVPvc0WYnR4mhk8+GGgmP
DEBUG: X-OPS-AUTHORIZATION-4: pVICKVUN1PM7fqhiEW17jN4yNrIQhGfW8jQLDnfYTT0GXbC4Mhoc2paJcGUj
DEBUG: X-OPS-AUTHORIZATION-5: /BZiqfFgF1Ymlh1vFR7yU+mfE3b2pA1aKyajWdNSekBcGQHkdknVuZxMDIp4
DEBUG: X-OPS-AUTHORIZATION-6: fv+NYIfIR6QKT2Opj+BsCjnctUEL+UxQyjfbieTwqQ==
DEBUG: HOST: chef.originalfunction.com:443
DEBUG: X-REMOTE-REQUEST-ID: 1d230738-c4b4-4d69-b71c-12d4203cf5f8
DEBUG: Content-Length: 21
DEBUG: ---- End HTTP Request Header Data ----
DEBUG: ---- HTTP Status and Header Data: ----
DEBUG: HTTP 1.1 500 Internal Server Error
DEBUG: server: nginx/1.4.4
DEBUG: date: Thu, 19 Jun 2014 17:12:15 GMT
DEBUG: content-type: application/json
DEBUG: content-length: 36
DEBUG: connection: close
DEBUG: x-ops-api-info: flavor=osc;version=11.0.2;erchef=1.4.0
DEBUG: ---- End HTTP Status/Header Data ----
DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_response
DEBUG: Content-Length validated correctly.
DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::JSONToModelOutput#handle_response
DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_response
INFO: HTTP Request Returned 500 Internal Server Error: internal service error
/opt/chefdk/embedded/lib/ruby/2.1.0/net/http/response.rb:119:in `error!': 500 "Internal Server Error" (Net::HTTPFatalError)
from /opt/chefdk/embedded/apps/chef/lib/chef/http.rb:143:in `request'
from /opt/chefdk/embedded/apps/chef/lib/chef/http.rb:116:in `put'
from /opt/chefdk/embedded/apps/chef/lib/chef/cookbook_uploader.rb:105:in `upload_cookbooks'
from /opt/chefdk/embedded/apps/chef/lib/chef/knife/cookbook_upload.rb:243:in `upload'
from /opt/chefdk/embedded/apps/chef/lib/chef/knife/cookbook_upload.rb:129:in `block in run'
from /opt/chefdk/embedded/apps/chef/lib/chef/knife/cookbook_upload.rb:126:in `each'
from /opt/chefdk/embedded/apps/chef/lib/chef/knife/cookbook_upload.rb:126:in `run'
from /opt/chefdk/embedded/apps/chef/lib/chef/knife.rb:492:in `run_with_pretty_exceptions'
from /opt/chefdk/embedded/apps/chef/lib/chef/knife.rb:174:in `run'
from /opt/chefdk/embedded/apps/chef/lib/chef/application/knife.rb:135:in `run'
from /opt/chefdk/embedded/apps/chef/bin/knife:25:in `<top (required)>'
from /usr/bin/knife:30:in `load'
from /usr/bin/knife:30:in `<main>'`

What these numbers mean in Kannel SMSC logs?

What does these numbers represent ? What does their mean ?
2013-06-27 10:39:42 [9446] [6] DEBUG: SMPP PDU 0x7f8364000a50 dump:
2013-06-27 10:39:42 [9446] [6] DEBUG: type_name: enquire_link
2013-06-27 10:39:42 [9446] [6] DEBUG: command_id: 21 = 0x00000015
2013-06-27 10:39:42 [9446] [6] DEBUG: command_id: 21 = 0x00000015
2013-06-27 10:39:42 [9446] [6] DEBUG: command_status: 0 = 0x00000000
2013-06-27 10:39:42 [9446] [7] DEBUG: SMPP[mvoip]: Got PDU:
2013-06-27 10:39:42 [9446] [6] DEBUG: sequence_number: 519338176 = 0x1ef478c0
2013-06-27 10:39:42 [9446] [6] DEBUG: SMPP PDU dump ends.
They are process (9446) and thread (6,7) identifiers.
For example the bearerbox process starts multiple threads, one for routing, one for communication with the smsbox etc. Normally each smsc will also start at least one thread, some like the http-based drivers starts multiple threads as well.

Resources