View Issue Details

IDProjectCategoryView StatusLast Update
0000004easycwmpHelppublic2014-09-23 10:43
ReporterMIPS_LINUX Assigned Tomohamed.kallel  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
PlatformlinuxOSubuntu 
Summary0000004: how and where can i modified easycwmp so that it can works on my own acs
Descriptionencounted some questions when i runing easycwmp, I really spend plenty of time to learning the working mechanism,but havn't a clue,please give me a hand thanks!!!
Here is the situation:
I download source from http://www.easycwmp.org/index.php/2014-06-02-09-30-47 and uncompress it,Then work by README under easycwmp,after all of the step finishe,I runed ./easycwmpd under easycwmp/bin directory command,
 Then I saw the log as below(Complete information, please see the attachment) :
power88@power88-virtual-machine:/etc/init.d$ sudo easycwmpd start
[sudo] password for power88:
config_init_local(53):: easycwmp.@local[0].interface=eth0
config_init_local(63):: easycwmp.@local[0].port=7547
config_init_local(81):: easycwmp.@local[0].ubus_socket=/var/run/ubus.sock
config_init_local(69):: easycwmp.@local[0].username=FFFFFF-easycwmp-FFFFFF123456
config_init_local(75):: easycwmp.@local[0].password=416d5dd09f3df1841fcc25e58fa16cbe
config_init_acs(147):: easycwmp.@acs[0].scheme=http
config_init_acs(153):: easycwmp.@acs[0].username=firmware
config_init_acs(159):: easycwmp.@acs[0].password=aztech123
config_init_acs(165):: easycwmp.@acs[0].hostname=203.125.11.38
config_init_acs(175):: easycwmp.@acs[0].port=8081
config_init_acs(181):: easycwmp.@acs[0].path=/tr069/acs
config_init_acs(187):: easycwmp.@acs[0].periodic_enable=1
config_init_acs(193):: easycwmp.@acs[0].periodic_interval=100
main(279): ubus initialization failed
+++ HTTP SERVER CONFIGURATION +++
ip: '192.168.36.138'
port: '7547'
--- HTTP SERVER CONFIGURATION ---
power88@power88-virtual-machine:/etc/init.d$ +++ HTTP CLIENT CONFIGURATION +++
http_client_init(49):: url: http://firmware:aztech123@203.125.11.38:8081/tr069/acs
http_client_init(55):: ssl_verify: SSL certificate validation disabled.
--- HTTP CLIENT CONFIGURATION ---
* Hostname was NOT found in DNS cache
* Trying 203.125.11.38...
* connect to 203.125.11.38 port 8081 failed: Connection refused
* Failed to connect to 203.125.11.38 port 8081: Connection refused
* Closing connection 0
rpc_inform(214): sending Inform http message failed
+++ HTTP CLIENT CONFIGURATION +++
http_client_init(49):: url: http://firmware:aztech123@203.125.11.38:8081/tr069/acs
http_client_init(55):: ssl_verify: SSL certificate validation disabled.
--- HTTP CLIENT CONFIGURATION ---
* Hostname was NOT found in DNS cache
* Trying 203.125.11.38...
* Connected to 203.125.11.38 (203.125.11.38) port 8081 (#1)
> POST /tr069/acs HTTP/1.1
Host: 203.125.11.38:8081
Accept: */*
User-Agent: easycwmp
Content-Type: text/xml
Content-Length: 3089
Expect: 100-continue

* Done waiting for 100-continue
Steps To Reproducestep1:install dependencies as http://www.easycwmp.org/index.php/manual Mentioned
step2:uncompress easycwmp-openwrt.tar.gz source code
step3:modified config file under /easycwmp/ext/openwrt/config directory to my acs server address
step4:run /etc/init.d/easycwmpd start
Additional Informationas log showed ,encounted two issue:
first one main(279): ubus initialization failed
second is:* Hostname was NOT found in DNS cache
TagsNo tags attached.
e-mail notification

Activities

MIPS_LINUX

2014-07-31 12:57

reporter  

easycwmp_console_log (11,456 bytes)   
power88@power88-virtual-machine:/etc/init.d$ sudo easycwmpd start
[sudo] password for power88: 
config_init_local(53):: easycwmp.@local[0].interface=eth0
config_init_local(63):: easycwmp.@local[0].port=7547
config_init_local(81):: easycwmp.@local[0].ubus_socket=/var/run/ubus.sock
config_init_local(69):: easycwmp.@local[0].username=FFFFFF-easycwmp-FFFFFF123456
config_init_local(75):: easycwmp.@local[0].password=416d5dd09f3df1841fcc25e58fa16cbe
config_init_acs(147):: easycwmp.@acs[0].scheme=http
config_init_acs(153):: easycwmp.@acs[0].username=firmware
config_init_acs(159):: easycwmp.@acs[0].password=aztech123
config_init_acs(165):: easycwmp.@acs[0].hostname=203.125.11.38
config_init_acs(175):: easycwmp.@acs[0].port=8081
config_init_acs(181):: easycwmp.@acs[0].path=/tr069/acs
config_init_acs(187):: easycwmp.@acs[0].periodic_enable=1
config_init_acs(193):: easycwmp.@acs[0].periodic_interval=100
main(279): ubus initialization failed
+++ HTTP SERVER CONFIGURATION +++
ip: '192.168.36.138'
port: '7547'
--- HTTP SERVER CONFIGURATION ---
power88@power88-virtual-machine:/etc/init.d$ +++ HTTP CLIENT CONFIGURATION +++
http_client_init(49):: url: http://firmware:aztech123@203.125.11.38:8081/tr069/acs
http_client_init(55):: ssl_verify: SSL certificate validation disabled.
--- HTTP CLIENT CONFIGURATION ---
* Hostname was NOT found in DNS cache
*   Trying 203.125.11.38...
* connect to 203.125.11.38 port 8081 failed: Connection refused
* Failed to connect to 203.125.11.38 port 8081: Connection refused
* Closing connection 0
rpc_inform(214): sending Inform http message failed
+++ HTTP CLIENT CONFIGURATION +++
http_client_init(49):: url: http://firmware:aztech123@203.125.11.38:8081/tr069/acs
http_client_init(55):: ssl_verify: SSL certificate validation disabled.
--- HTTP CLIENT CONFIGURATION ---
* Hostname was NOT found in DNS cache
*   Trying 203.125.11.38...
* Connected to 203.125.11.38 (203.125.11.38) port 8081 (#1)
> POST /tr069/acs HTTP/1.1
Host: 203.125.11.38:8081
Accept: */*
User-Agent: easycwmp
Content-Type: text/xml
Content-Length: 3089
Expect: 100-continue

* Done waiting for 100-continue

power88@power88-virtual-machine:/etc/init.d$ +++ HTTP CLIENT CONFIGURATION +++
http_client_init(49):: url: http://firmware:aztech123@203.125.11.38:8081/tr069/acs
http_client_init(55):: ssl_verify: SSL certificate validation disabled.
--- HTTP CLIENT CONFIGURATION ---
< HTTP/1.1 100 Continue
< HTTP/1.1 401 Authorization Required
< Date: Thu, 31 Jul 2014 10:34:25 GMT
* Server Apache/2.2.6 (Fedora) is not blacklisted
< Server: Apache/2.2.6 (Fedora)
< WWW-Authenticate: Basic realm="AztechACS"
< Content-Length: 401
< Content-Type: text/html; charset=iso-8859-1
* HTTP error before end of send, stop sending
< 
* Closing connection 1
* Issue another request to this URL: 'http://firmware:aztech123@203.125.11.38:8081/tr069/acs'
* Hostname was found in DNS cache
*   Trying 203.125.11.38...
* Connected to 203.125.11.38 (203.125.11.38) port 8081 (#2)
* Server auth using Basic with user 'firmware'
> POST /tr069/acs HTTP/1.1
Authorization: Basic ZmlybXdhcmU6YXp0ZWNoMTIz
Host: 203.125.11.38:8081
Accept: */*
User-Agent: easycwmp
Content-Type: text/xml
Content-Length: 3089
Expect: 100-continue

* Hostname was NOT found in DNS cache
*   Trying 203.125.11.38...
* Done waiting for 100-continue
* Connected to 203.125.11.38 (203.125.11.38) port 8081 (#24)
> POST /tr069/acs HTTP/1.1
Host: 203.125.11.38:8081
Accept: */*
User-Agent: easycwmp
Content-Type: text/xml
Content-Length: 3089
Expect: 100-continue

* Done waiting for 100-continue
< HTTP/1.1 100 Continue
< HTTP/1.1 200 OK
< Date: Thu, 31 Jul 2014 10:34:46 GMT
* Server Apache/2.2.6 (Fedora) is not blacklisted
< Server: Apache/2.2.6 (Fedora)
* Added cookie sprtPeerIP="183.62.152.210" for domain 203.125.11.38, path /tr069/, expire 0
< Set-Cookie: sprtPeerIP=183.62.152.210
* Added cookie sprtHTTP204="true" for domain 203.125.11.38, path /tr069/, expire 0
< Set-Cookie: sprtHTTP204=true
* Added cookie JSESSIONID="183.62.152.210_58882" for domain 203.125.11.38, path /ACS-server, expire 0
< Set-Cookie: JSESSIONID=183.62.152.210_58882; Path=/ACS-server
* Added cookie CPEID="FFFFFF-easycwmp-FFFFFF123456" for domain 203.125.11.38, path /tr069/, expire 0
< Set-Cookie: CPEID=FFFFFF-easycwmp-FFFFFF123456
* Added cookie sprtDeviceEmptyPost="0" for domain 203.125.11.38, path /tr069/, expire 0
< Set-Cookie: sprtDeviceEmptyPost=0
* Added cookie sprtCpeGuid="cfd87e4b16e13de6aed9a9ac0c55e1ab" for domain 203.125.11.38, path /tr069/, expire 0
< Set-Cookie: sprtCpeGuid=cfd87e4b16e13de6aed9a9ac0c55e1ab
< Vary: Authorization
< Content-Length: 545
< Content-Type: text/xml; charset="UTF-8"
< 
+++ RECEIVED HTTP RESPONSE (PART) +++
<SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cwmp="urn:dslforum-org:cwmp-1-0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<SOAP-ENV:Header>
		<cwmp:ID SOAP-ENV:mustUnderstand="1"/>
		<cwmp:HoldRequests SOAP-ENV:mustUnderstand="1"/>
	</SOAP-ENV:Header>
	<SOAP-ENV:Body>
		<cwmp:InformResponse>
			<MaxEnvelopes>1</MaxEnvelopes>
		</cwmp:InformResponse>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>--- RECEIVED HTTP RESPONSE (PART) ---
* Connection #2 to host 203.125.11.38 left intact
+++ RECEIVED HTTP RESPONSE +++
<SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cwmp="urn:dslforum-org:cwmp-1-0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<SOAP-ENV:Header>
		<cwmp:ID SOAP-ENV:mustUnderstand="1"/>
		<cwmp:HoldRequests SOAP-ENV:mustUnderstand="1"/>
	</SOAP-ENV:Header>
	<SOAP-ENV:Body>
		<cwmp:InformResponse>
			<MaxEnvelopes>1</MaxEnvelopes>
		</cwmp:InformResponse>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>--- RECEIVED HTTP RESPONSE ---
* Found bundle for host 203.125.11.38: 0x8bcef98
* Re-using existing connection! (#2) with host 203.125.11.38
* Connected to 203.125.11.38 (203.125.11.38) port 8081 (#2)
* Server auth using Basic with user 'firmware'
> POST /tr069/acs HTTP/1.1
Authorization: Basic ZmlybXdhcmU6YXp0ZWNoMTIz
Host: 203.125.11.38:8081
Accept: */*
Cookie: CPEID=FFFFFF-easycwmp-FFFFFF123456; sprtCpeGuid=cfd87e4b16e13de6aed9a9ac0c55e1ab; sprtDeviceEmptyPost=0; sprtHTTP204=true; sprtPeerIP=183.62.152.210
User-Agent: easycwmp
Content-Type: text/xml
Content-Length: 0

< HTTP/1.1 204 No Content
< Date: Thu, 31 Jul 2014 10:34:47 GMT
* Server Apache/2.2.6 (Fedora) is not blacklisted
< Server: Apache/2.2.6 (Fedora)
< Vary: Authorization
< Content-Length: 0
< Content-Type: text/plain; charset=UTF-8
< 
* Connection #2 to host 203.125.11.38 left intact
+++ RECEIVED EMPTY HTTP RESPONSE +++
< HTTP/1.1 100 Continue
< HTTP/1.1 401 Authorization Required
< Date: Thu, 31 Jul 2014 10:34:51 GMT
* Server Apache/2.2.6 (Fedora) is not blacklisted
< Server: Apache/2.2.6 (Fedora)
< WWW-Authenticate: Basic realm="AztechACS"
< Content-Length: 401
< Content-Type: text/html; charset=iso-8859-1
* HTTP error before end of send, stop sending
< 
* Closing connection 24
* Issue another request to this URL: 'http://firmware:aztech123@203.125.11.38:8081/tr069/acs'
* Hostname was found in DNS cache
*   Trying 203.125.11.38...
* Connected to 203.125.11.38 (203.125.11.38) port 8081 (#25)
* Server auth using Basic with user 'firmware'
> POST /tr069/acs HTTP/1.1
Authorization: Basic ZmlybXdhcmU6YXp0ZWNoMTIz
Host: 203.125.11.38:8081
Accept: */*
User-Agent: easycwmp
Content-Type: text/xml
Content-Length: 3089
Expect: 100-continue

* Done waiting for 100-continue
< HTTP/1.1 100 Continue
< HTTP/1.1 200 OK
< Date: Thu, 31 Jul 2014 10:35:07 GMT
* Server Apache/2.2.6 (Fedora) is not blacklisted
< Server: Apache/2.2.6 (Fedora)
* Added cookie sprtPeerIP="183.62.152.210" for domain 203.125.11.38, path /tr069/, expire 0
< Set-Cookie: sprtPeerIP=183.62.152.210
* Added cookie sprtHTTP204="true" for domain 203.125.11.38, path /tr069/, expire 0
< Set-Cookie: sprtHTTP204=true
* Added cookie JSESSIONID="183.62.152.210_58912" for domain 203.125.11.38, path /ACS-server, expire 0
< Set-Cookie: JSESSIONID=183.62.152.210_58912; Path=/ACS-server
* Added cookie CPEID="FFFFFF-easycwmp-FFFFFF123456" for domain 203.125.11.38, path /tr069/, expire 0
< Set-Cookie: CPEID=FFFFFF-easycwmp-FFFFFF123456
* Added cookie sprtDeviceEmptyPost="0" for domain 203.125.11.38, path /tr069/, expire 0
< Set-Cookie: sprtDeviceEmptyPost=0
* Added cookie sprtCpeGuid="cfd87e4b16e13de6aed9a9ac0c55e1ab" for domain 203.125.11.38, path /tr069/, expire 0
< Set-Cookie: sprtCpeGuid=cfd87e4b16e13de6aed9a9ac0c55e1ab
< Vary: Authorization
< Content-Length: 545
< Content-Type: text/xml; charset="UTF-8"
< 
+++ RECEIVED HTTP RESPONSE (PART) +++
<SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cwmp="urn:dslforum-org:cwmp-1-0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<SOAP-ENV:Header>
		<cwmp:ID SOAP-ENV:mustUnderstand="1"/>
		<cwmp:HoldRequests SOAP-ENV:mustUnderstand="1"/>
	</SOAP-ENV:Header>
	<SOAP-ENV:Body>
		<cwmp:InformResponse>
			<MaxEnvelopes>1</MaxEnvelopes>
		</cwmp:InformResponse>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>--- RECEIVED HTTP RESPONSE (PART) ---
* Connection #25 to host 203.125.11.38 left intact
+++ RECEIVED HTTP RESPONSE +++
<SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cwmp="urn:dslforum-org:cwmp-1-0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<SOAP-ENV:Header>
		<cwmp:ID SOAP-ENV:mustUnderstand="1"/>
		<cwmp:HoldRequests SOAP-ENV:mustUnderstand="1"/>
	</SOAP-ENV:Header>
	<SOAP-ENV:Body>
		<cwmp:InformResponse>
			<MaxEnvelopes>1</MaxEnvelopes>
		</cwmp:InformResponse>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>--- RECEIVED HTTP RESPONSE ---
* Found bundle for host 203.125.11.38: 0x85397d0
* Re-using existing connection! (#25) with host 203.125.11.38
* Connected to 203.125.11.38 (203.125.11.38) port 8081 (#25)
* Server auth using Basic with user 'firmware'
> POST /tr069/acs HTTP/1.1
Authorization: Basic ZmlybXdhcmU6YXp0ZWNoMTIz
Host: 203.125.11.38:8081
Accept: */*
Cookie: CPEID=FFFFFF-easycwmp-FFFFFF123456; sprtCpeGuid=cfd87e4b16e13de6aed9a9ac0c55e1ab; sprtDeviceEmptyPost=0; sprtHTTP204=true; sprtPeerIP=183.62.152.210
User-Agent: easycwmp
Content-Type: text/xml
Content-Length: 0

< HTTP/1.1 204 No Content
< Date: Thu, 31 Jul 2014 10:35:08 GMT
* Server Apache/2.2.6 (Fedora) is not blacklisted
< Server: Apache/2.2.6 (Fedora)
< Vary: Authorization
< Content-Length: 0
< Content-Type: text/plain; charset=UTF-8
< 
* Connection #25 to host 203.125.11.38 left intact
+++ RECEIVED EMPTY HTTP RESPONSE +++
+++ HTTP CLIENT CONFIGURATION +++
http_client_init(49):: url: http://firmware:aztech123@203.125.11.38:8081/tr069/acs
http_client_init(55):: ssl_verify: SSL certificate validation disabled.
--- HTTP CLIENT CONFIGURATION ---
* Hostname was NOT found in DNS cache
*   Trying 203.125.11.38...
* Connected to 203.125.11.38 (203.125.11.38) port 8081 (#3)
> POST /tr069/acs HTTP/1.1
Host: 203.125.11.38:8081
Accept: */*
User-Agent: easycwmp
Content-Type: text/xml
Content-Length: 3089
Expect: 100-continue

* Done waiting for 100-continue


easycwmp_console_log (11,456 bytes)   

mohamed.kallel

2014-07-31 13:07

administrator   ~0000017

Do not modify your acs setting in the "/easycwmp/ext/openwrt/config" file.
You have to change it under "/etc/config/easycwmp"

mohamed.kallel

2014-07-31 13:21

administrator   ~0000018

I see your problems with the connection to the ACS in the easycwmp_console_log.
I will try to reporduce your porblems and get back to you with an answer as soon as possible

MIPS_LINUX

2014-08-01 03:51

reporter   ~0000019

i tried change under "/etc/config/easycwmp" to my acs address:
config acs
    option scheme 'http'
    option username 'firmware'
    option password 'aztech123'
    option hostname '203.125.11.38'
    option port '8081'
    option path '/tr069/acs'
    option periodic_enable '1'
    option periodic_interval '100'
    option parameter_key 'AcsInit'
but the appear same result as before

mohamed.kallel

2014-08-04 14:49

administrator   ~0000020

looks like a basic authentication problem (may be it's a bug on our cwmp client but I could not confirm that now). could you make your test with an openacs without authentication? and provide the log for that?

mohamed.kallel

2014-08-04 17:00

administrator   ~0000021

Last edited: 2014-08-04 17:56

According the error log message in your log file:

"* Failed to connect to 203.125.11.38 port 8081: Connection refused"

looks like you have problem with your ACS. Possible reasons:
1) the port of your ACS server is not 8081
2)you have a firewall configured in your server. The firwall is the cause of the reject of the easycwmp messages

MIPS_LINUX

2014-08-05 04:03

reporter   ~0000022

i change to another acs address ,and newest log as below:
power88@power88-virtual-machine:/etc$ sudo easycwmpd start
[sudo] password for power88:
config_init_local(53):: easycwmp.@local[0].interface=eth0
config_init_local(63):: easycwmp.@local[0].port=7547
config_init_local(81):: easycwmp.@local[0].ubus_socket=/var/run/ubus.sock
config_init_local(69):: easycwmp.@local[0].username=FFFFFF-easycwmp-FFFFFF123456
config_init_local(75):: easycwmp.@local[0].password=416d5dd09f3df1841fcc25e58fa16cbe
config_init_acs(147):: easycwmp.@acs[0].scheme=http
config_init_acs(153):: easycwmp.@acs[0].username=firmware
config_init_acs(159):: easycwmp.@acs[0].password=aztech123
config_init_acs(165):: easycwmp.@acs[0].hostname=128.199.156.106
config_init_acs(175):: easycwmp.@acs[0].port=8889
config_init_acs(181):: easycwmp.@acs[0].path=/acs/server
config_init_acs(187):: easycwmp.@acs[0].periodic_enable=1
config_init_acs(193):: easycwmp.@acs[0].periodic_interval=100
main(279): ubus initialization failed
+++ HTTP SERVER CONFIGURATION +++
ip: '192.168.36.136'
port: '7547'
--- HTTP SERVER CONFIGURATION ---
power88@power88-virtual-machine:/etc$ +++ HTTP CLIENT CONFIGURATION +++
http_client_init(49):: url: http://firmware:aztech123@128.199.156.106:8889/acs/server
http_client_init(55):: ssl_verify: SSL certificate validation disabled.
--- HTTP CLIENT CONFIGURATION ---
* Hostname was NOT found in DNS cache
* Trying 128.199.156.106...
* Connected to 128.199.156.106 (128.199.156.106) port 8889 (#0)
> POST /acs/server HTTP/1.1
Host: 128.199.156.106:8889
Accept: */*
User-Agent: easycwmp
Content-Type: text/xml
Content-Length: 3090
Expect: 100-continue

< HTTP/1.1 100 Continue
< HTTP/1.1 401 Unauthorized
< Content-Type: text/plain
< WWW-Authenticate: Digest realm="tr069", qop="auth", nonce="24155df2b5a4e67fc21b001945480a3d", algorithm="MD5", stale="false"
< Date: Tue, 05 Aug 2014 01:49:55 GMT
< Connection: keep-alive
< Transfer-Encoding: chunked
* HTTP error before end of send, stop sending
<
* Closing connection 0
* Issue another request to this URL: 'http://firmware:aztech123@128.199.156.106:8889/acs/server'
* Hostname was found in DNS cache
* Trying 128.199.156.106...
* Connected to 128.199.156.106 (128.199.156.106) port 8889 (#1)
* Server auth using Digest with user 'firmware'
> POST /acs/server HTTP/1.1
Authorization: Digest username="firmware", realm="tr069", nonce="24155df2b5a4e67fc21b001945480a3d", uri="/acs/server", cnonce="N2FiN2I3MTQ4YjY0OTMxNzAwMDA4YWZlMDAwYzIzMjY=", nc=00000001, qop=auth, response="53467e243557dc84f21d49aa5effe4b1", algorithm="MD5"
Host: 128.199.156.106:8889
Accept: */*
User-Agent: easycwmp
Content-Type: text/xml
Content-Length: 3090
Expect: 100-continue

< HTTP/1.1 100 Continue
< HTTP/1.1 200 OK
* Added cookie DeviceID="FFFFFF-easycwmp-FFFFFF123456" for domain 128.199.156.106, path /acs/, expire 0
< Set-Cookie: DeviceID=FFFFFF-easycwmp-FFFFFF123456
< Content-Type: text/xml
< Date: Tue, 05 Aug 2014 01:49:56 GMT
< Connection: keep-alive
< Transfer-Encoding: chunked
<
+++ RECEIVED HTTP RESPONSE (PART) +++
<?xml version="1.0" encoding="UTF-8"?>
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cwmp="urn:dslforum-org:cwmp-1-2">
  <soap-env:Header/>
  <soap-env:Body>
    <cwmp:InformResponse>
      <MaxEnvelopes>1</MaxEnvelopes>
    </cwmp:InformResponse>
  </soap-env:Body>
</soap-env:Envelope>
--- RECEIVED HTTP RESPONSE (PART) ---
* Connection #1 to host 128.199.156.106 left intact
+++ RECEIVED HTTP RESPONSE +++
<?xml version="1.0" encoding="UTF-8"?>
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cwmp="urn:dslforum-org:cwmp-1-2">
  <soap-env:Header/>
  <soap-env:Body>
    <cwmp:InformResponse>
      <MaxEnvelopes>1</MaxEnvelopes>
    </cwmp:InformResponse>
  </soap-env:Body>
</soap-env:Envelope>
--- RECEIVED HTTP RESPONSE ---
* Found bundle for host 128.199.156.106: 0x8c9fce0
* Re-using existing connection! (#1) with host 128.199.156.106
* Connected to 128.199.156.106 (128.199.156.106) port 8889 (#1)
* Server auth using Digest with user 'firmware'
> POST /acs/server HTTP/1.1
Authorization: Digest username="firmware", realm="tr069", nonce="24155df2b5a4e67fc21b001945480a3d", uri="/acs/server", cnonce="N2FiN2I3MTQ4YjY0OTMxNzAwMDA4YWZlMDAwYzIzMjY=", nc=00000002, qop=auth, response="9e3ecdf831f906460a3f2ac519f42385", algorithm="MD5"
Host: 128.199.156.106:8889
Accept: */*
Cookie: DeviceID=FFFFFF-easycwmp-FFFFFF123456
User-Agent: easycwmp
Content-Type: text/xml
Content-Length: 0

< HTTP/1.1 204 No Content
< Content-Length: 0
< Date: Tue, 05 Aug 2014 01:49:56 GMT
< Connection: keep-alive
<
* Connection #1 to host 128.199.156.106 left intact
+++ RECEIVED EMPTY HTTP RESPONSE +++
+++ HTTP CLIENT CONFIGURATION +++
http_client_init(49):: url: http://firmware:aztech123@128.199.156.106:8889/acs/server
http_client_init(55):: ssl_verify: SSL certificate validation disabled.
--- HTTP CLIENT CONFIGURATION ---
* Hostname was NOT found in DNS cache
* Trying 128.199.156.106...
* Connected to 128.199.156.106 (128.199.156.106) port 8889 (0000002)
> POST /acs/server HTTP/1.1
Host: 128.199.156.106:8889
Accept: */*
User-Agent: easycwmp
Content-Type: text/xml
Content-Length: 3089
Expect: 100-continue

< HTTP/1.1 100 Continue
< HTTP/1.1 401 Unauthorized
< Content-Type: text/plain
< WWW-Authenticate: Digest realm="tr069", qop="auth", nonce="b80b38e266ca49051cccda9e98d505cc", algorithm="MD5", stale="false"
< Date: Tue, 05 Aug 2014 01:51:35 GMT
< Connection: keep-alive
< Transfer-Encoding: chunked
* HTTP error before end of send, stop sending
<
* Closing connection 2
* Issue another request to this URL: 'http://firmware:aztech123@128.199.156.106:8889/acs/server'
* Hostname was found in DNS cache
* Trying 128.199.156.106...
* Connected to 128.199.156.106 (128.199.156.106) port 8889 (0000003)
* Server auth using Digest with user 'firmware'
> POST /acs/server HTTP/1.1
Authorization: Digest username="firmware", realm="tr069", nonce="b80b38e266ca49051cccda9e98d505cc", uri="/acs/server", cnonce="YmRkN2U2YmQxNmIzZDZiYzAwMDA4YjYyMDAwOTAxNTM=", nc=00000001, qop=auth, response="e7aea403746e9197b3c1efa500e0f180", algorithm="MD5"
Host: 128.199.156.106:8889
Accept: */*
User-Agent: easycwmp
Content-Type: text/xml
Content-Length: 3089
Expect: 100-continue

< HTTP/1.1 100 Continue
< HTTP/1.1 200 OK
* Added cookie DeviceID="FFFFFF-easycwmp-FFFFFF123456" for domain 128.199.156.106, path /acs/, expire 0
< Set-Cookie: DeviceID=FFFFFF-easycwmp-FFFFFF123456
< Content-Type: text/xml
< Date: Tue, 05 Aug 2014 01:51:35 GMT
< Connection: keep-alive
< Transfer-Encoding: chunked
<
+++ RECEIVED HTTP RESPONSE (PART) +++
<?xml version="1.0" encoding="UTF-8"?>
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cwmp="urn:dslforum-org:cwmp-1-2">
  <soap-env:Header/>
  <soap-env:Body>
    <cwmp:InformResponse>
      <MaxEnvelopes>1</MaxEnvelopes>
    </cwmp:InformResponse>
  </soap-env:Body>
</soap-env:Envelope>
--- RECEIVED HTTP RESPONSE (PART) ---
* Connection 0000003 to host 128.199.156.106 left intact
+++ RECEIVED HTTP RESPONSE +++
<?xml version="1.0" encoding="UTF-8"?>
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cwmp="urn:dslforum-org:cwmp-1-2">
  <soap-env:Header/>
  <soap-env:Body>
    <cwmp:InformResponse>
      <MaxEnvelopes>1</MaxEnvelopes>
    </cwmp:InformResponse>
  </soap-env:Body>
</soap-env:Envelope>
--- RECEIVED HTTP RESPONSE ---
* Found bundle for host 128.199.156.106: 0x8caed58
* Re-using existing connection! (0000003) with host 128.199.156.106
* Connected to 128.199.156.106 (128.199.156.106) port 8889 (0000003)
* Server auth using Digest with user 'firmware'
> POST /acs/server HTTP/1.1
Authorization: Digest username="firmware", realm="tr069", nonce="b80b38e266ca49051cccda9e98d505cc", uri="/acs/server", cnonce="YmRkN2U2YmQxNmIzZDZiYzAwMDA4YjYyMDAwOTAxNTM=", nc=00000002, qop=auth, response="1dcafa7c3c678f5e7ad66bd0d5109cda", algorithm="MD5"
Host: 128.199.156.106:8889
Accept: */*
Cookie: DeviceID=FFFFFF-easycwmp-FFFFFF123456
User-Agent: easycwmp
Content-Type: text/xml
Content-Length: 0

< HTTP/1.1 204 No Content
< Content-Length: 0
< Date: Tue, 05 Aug 2014 01:51:36 GMT
< Connection: keep-alive
<
* Connection 0000003 to host 128.199.156.106 left intact
+++ RECEIVED EMPTY HTTP RESPONSE +++
+++ HTTP CLIENT CONFIGURATION +++
http_client_init(49):: url: http://firmware:aztech123@128.199.156.106:8889/acs/server
http_client_init(55):: ssl_verify: SSL certificate validation disabled.
--- HTTP CLIENT CONFIGURATION ---
* Hostname was NOT found in DNS cache
* Trying 128.199.156.106...
* Connected to 128.199.156.106 (128.199.156.106) port 8889 (0000004)
> POST /acs/server HTTP/1.1
Host: 128.199.156.106:8889
Accept: */*
User-Agent: easycwmp
Content-Type: text/xml
Content-Length: 3089
Expect: 100-continue

< HTTP/1.1 100 Continue
< HTTP/1.1 401 Unauthorized
< Content-Type: text/plain
< WWW-Authenticate: Digest realm="tr069", qop="auth", nonce="c903dea3d2bc11f2fbd8fe5dd12139a0", algorithm="MD5", stale="false"
< Date: Tue, 05 Aug 2014 01:53:15 GMT
< Connection: keep-alive
< Transfer-Encoding: chunked
* HTTP error before end of send, stop sending
<
* Closing connection 4
* Issue another request to this URL: 'http://firmware:aztech123@128.199.156.106:8889/acs/server'
* Hostname was found in DNS cache
* Trying 128.199.156.106...
* Connected to 128.199.156.106 (128.199.156.106) port 8889 (0000005)
* Server auth using Digest with user 'firmware'
> POST /acs/server HTTP/1.1
Authorization: Digest username="firmware", realm="tr069", nonce="c903dea3d2bc11f2fbd8fe5dd12139a0", uri="/acs/server", cnonce="ZmUzOWVkZTkwYzE4ZGYwODAwMDA4YmM5MDAwOTc1MjE=", nc=00000001, qop=auth, response="d0b6b70930bee8f61e2470993f06f95e", algorithm="MD5"
Host: 128.199.156.106:8889
Accept: */*
User-Agent: easycwmp
Content-Type: text/xml
Content-Length: 3089
Expect: 100-continue

< HTTP/1.1 100 Continue
< HTTP/1.1 200 OK
* Added cookie DeviceID="FFFFFF-easycwmp-FFFFFF123456" for domain 128.199.156.106, path /acs/, expire 0
< Set-Cookie: DeviceID=FFFFFF-easycwmp-FFFFFF123456
< Content-Type: text/xml
< Date: Tue, 05 Aug 2014 01:53:19 GMT
< Connection: keep-alive
< Transfer-Encoding: chunked
<
+++ RECEIVED HTTP RESPONSE (PART) +++
<?xml version="1.0" encoding="UTF-8"?>
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cwmp="urn:dslforum-org:cwmp-1-2">
  <soap-env:Header/>
  <soap-env:Body>
    <cwmp:InformResponse>
      <MaxEnvelopes>1</MaxEnvelopes>
    </cwmp:InformResponse>
  </soap-env:Body>
</soap-env:Envelope>
--- RECEIVED HTTP RESPONSE (PART) ---
* Connection 0000005 to host 128.199.156.106 left intact
+++ RECEIVED HTTP RESPONSE +++
<?xml version="1.0" encoding="UTF-8"?>
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cwmp="urn:dslforum-org:cwmp-1-2">
  <soap-env:Header/>
  <soap-env:Body>
    <cwmp:InformResponse>
      <MaxEnvelopes>1</MaxEnvelopes>
    </cwmp:InformResponse>
  </soap-env:Body>
</soap-env:Envelope>
--- RECEIVED HTTP RESPONSE ---
* Found bundle for host 128.199.156.106: 0x8caf050
* Re-using existing connection! (0000005) with host 128.199.156.106
* Connected to 128.199.156.106 (128.199.156.106) port 8889 (0000005)
* Server auth using Digest with user 'firmware'
> POST /acs/server HTTP/1.1
Authorization: Digest username="firmware", realm="tr069", nonce="c903dea3d2bc11f2fbd8fe5dd12139a0", uri="/acs/server", cnonce="ZmUzOWVkZTkwYzE4ZGYwODAwMDA4YmM5MDAwOTc1MjE=", nc=00000002, qop=auth, response="c209f7c00bbb6e2297a99ca4fbb64a71", algorithm="MD5"
Host: 128.199.156.106:8889
Accept: */*
Cookie: DeviceID=FFFFFF-easycwmp-FFFFFF123456
User-Agent: easycwmp
Content-Type: text/xml
Content-Length: 0

< HTTP/1.1 204 No Content
< Content-Length: 0
< Date: Tue, 05 Aug 2014 01:53:19 GMT
< Connection: keep-alive
<
* Connection 0000005 to host 128.199.156.106 left intact
+++ RECEIVED EMPTY HTTP RESPONSE +++

MIPS_LINUX

2014-08-05 04:11

reporter   ~0000023

we can found two prompt as before :
one: ubus initialization faile
two: Hostname was NOT found in DNS cache
is it a normal phenomenon ???
i'm sure my acs address works all right,and i used another DSL can test successful

MIPS_LINUX

2014-08-05 04:23

reporter  

mohamed.kallel

2014-08-05 16:07

administrator   ~0000029

1)for the ubus initialization faile, Please check that ubusd is running in your system (check it with ps aux | grep ubusd). if it's not running then launch ubusd with the command ubusd

2) for the message "Hostname was NOT found in DNS cache", It's purely informational, and it's not an error neither a warning. So do not worry about this message.

mohamed.kallel

2014-08-05 16:10

administrator   ~0000030

Last edited: 2014-08-05 16:12

The problem you got in your log is not related to the 2 above problems (ubus initialization fails and "Hostname was NOT found in DNS cache").

I can not reproduce your problem with my acs (OpenACS). Could you give me a public acces to your acs inorder to make a test. it could be an interoprability problem

MIPS_LINUX

2014-08-08 09:39

reporter  

acount.txt (178 bytes)   
 ACS URL��
 http://203.125.11.38:8081/tr069/acs
 https://203.125.11.38:8082/tr069/acs
 User name: firmware
 Password: aztech123
Any ACS username and password is acceptable. 
acount.txt (178 bytes)   

MIPS_LINUX

2014-08-08 09:48

reporter   ~0000031

sorry for my late for feadback,public access please see the accessory;
besides,i wondering now is that how it can add to an embedded system,because easycwmp project includes 2 parts: one is core another part is scripts,how to ensure the scripts is compliant with the embedded system,thanks a lot !!!

mohamed.kallel

2014-08-12 18:26

administrator  

log_203_125_11_38_ACS.txt (7,676 bytes)   
root@OpenWrt:~# /etc/init.d/easycwmpd start
config_init_local(53):: easycwmp.@local[0].interface=eth0
config_init_local(63):: easycwmp.@local[0].port=7547
config_init_local(81):: easycwmp.@local[0].ubus_socket=/var/run/ubus.sock
config_init_local(69):: easycwmp.@local[0].username=FFFFFF-easycwmp-FFFFFF123456
config_init_local(75):: easycwmp.@local[0].password=3b7299454e1ad7fb5cfab1738ca172ad
config_init_acs(147):: easycwmp.@acs[0].scheme=http
config_init_acs(187):: easycwmp.@acs[0].periodic_enable=1
config_init_acs(193):: easycwmp.@acs[0].periodic_interval=100
config_init_acs(153):: easycwmp.@acs[0].username=firmware
config_init_acs(159):: easycwmp.@acs[0].password=aztech123
config_init_acs(175):: easycwmp.@acs[0].port=8081
config_init_acs(181):: easycwmp.@acs[0].path=/tr069/acs
config_init_acs(165):: easycwmp.@acs[0].hostname=203.125.11.38
+++ HTTP SERVER CONFIGURATION +++
NOT BOUND TO IP
port: '7547'
--- HTTP SERVER CONFIGURATION ---
root@OpenWrt:~# +++ HTTP CLIENT CONFIGURATION +++
http_client_init(49):: url: http://firmware:aztech123@203.125.11.38:8081/tr069/acs
http_client_init(55):: ssl_verify: SSL certificate validation disabled.
--- HTTP CLIENT CONFIGURATION ---
* Failed connect to 203.125.11.38:8081; Connection timed out
rpc_inform(214): sending Inform http message failed
+++ HTTP CLIENT CONFIGURATION +++
http_client_init(49):: url: http://firmware:aztech123@203.125.11.38:8081/tr069/acs
http_client_init(55):: ssl_verify: SSL certificate validation disabled.
--- HTTP CLIENT CONFIGURATION ---
> POST /tr069/acs HTTP/1.1
Host: 203.125.11.38:8081
Accept: */*
User-Agent: easycwmp
Content-Type: text/xml
Content-Length: 3062
Expect: 100-continue

* Recv failure: Connection reset by peer
rpc_inform(214): sending Inform http message failed
+++ HTTP CLIENT CONFIGURATION +++
http_client_init(49):: url: http://firmware:aztech123@203.125.11.38:8081/tr069/acs
http_client_init(55):: ssl_verify: SSL certificate validation disabled.
--- HTTP CLIENT CONFIGURATION ---
> POST /tr069/acs HTTP/1.1
Host: 203.125.11.38:8081
Accept: */*
User-Agent: easycwmp
Content-Type: text/xml
Content-Length: 3062
Expect: 100-continue

< HTTP/1.1 100 Continue
< HTTP/1.1 401 Authorization Required
< Date: Tue, 12 Aug 2014 08:22:08 GMT
< Server: Apache/2.2.6 (Fedora)
< WWW-Authenticate: Basic realm="AztechACS"
< Content-Length: 401
< Content-Type: text/html; charset=iso-8859-1
< 
> POST /tr069/acs HTTP/1.1
Authorization: Basic ZmlybXdhcmU6YXp0ZWNoMTIz
Host: 203.125.11.38:8081
Accept: */*
User-Agent: easycwmp
Content-Type: text/xml
Content-Length: 3062
Expect: 100-continue

< HTTP/1.1 100 Continue
< HTTP/1.1 200 OK
< Date: Tue, 12 Aug 2014 08:22:23 GMT
< Server: Apache/2.2.6 (Fedora)
< Set-Cookie: sprtPeerIP=41.224.250.29
< Set-Cookie: sprtHTTP204=true
< Set-Cookie: JSESSIONID=41.224.250.29_48569; Path=/ACS-server
< Set-Cookie: CPEID=FFFFFF-easycwmp-FFFFFF123456
< Set-Cookie: sprtDeviceEmptyPost=0
< Set-Cookie: sprtCpeGuid=cfd87e4b16e13de6aed9a9ac0c55e1ab
< Vary: Authorization
< Content-Length: 545
< Content-Type: text/xml; charset="UTF-8"
< 
+++ RECEIVED HTTP RESPONSE (PART) +++
<SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cwmp="urn:dslforum-org:cwmp-1-0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <SOAP-ENV:Header>
                <cwmp:ID SOAP-ENV:mustUnderstand="1"/>
                <cwmp:HoldRequests SOAP-ENV:mustUnderstand="1"/>
        </SOAP-ENV:Header>
        <SOAP-ENV:Body>
                <cwmp:InformResponse>
                        <MaxEnvelopes>1</MaxEnvelopes>
                </cwmp:InformResponse>
        </SOAP-ENV:Body>
</SOAP-ENV:Envelope>--- RECEIVED HTTP RESPONSE (PART) ---
+++ RECEIVED HTTP RESPONSE +++
<SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cwmp="urn:dslforum-org:cwmp-1-0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <SOAP-ENV:Header>
                <cwmp:ID SOAP-ENV:mustUnderstand="1"/>
                <cwmp:HoldRequests SOAP-ENV:mustUnderstand="1"/>
        </SOAP-ENV:Header>
        <SOAP-ENV:Body>
                <cwmp:InformResponse>
                        <MaxEnvelopes>1</MaxEnvelopes>
                </cwmp:InformResponse>
        </SOAP-ENV:Body>
</SOAP-ENV:Envelope>--- RECEIVED HTTP RESPONSE ---
> POST /tr069/acs HTTP/1.1
Authorization: Basic ZmlybXdhcmU6YXp0ZWNoMTIz
Host: 203.125.11.38:8081
Accept: */*
Cookie: sprtCpeGuid=cfd87e4b16e13de6aed9a9ac0c55e1ab; sprtDeviceEmptyPost=0; CPEID=FFFFFF-easycwmp-FFFFFF123456; sprtHTTP204=true; sprtPeerIP=41.224.250.29
User-Agent: easycwmp
Content-Type: text/xml
Content-Length: 501

< HTTP/1.1 200 OK
< Date: Tue, 12 Aug 2014 08:22:24 GMT
< Server: Apache/2.2.6 (Fedora)
< Vary: Authorization
< Content-Length: 694
< Content-Type: text/xml; charset="UTF-8"
< 
+++ RECEIVED HTTP RESPONSE (PART) +++
<SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cwmp="urn:dslforum-org:cwmp-1-0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <SOAP-ENV:Header>
                <cwmp:ID SOAP-ENV:mustUnderstand="1"/>
                <cwmp:HoldRequests SOAP-ENV:mustUnderstand="1"/>
        </SOAP-ENV:Header>
        <SOAP-ENV:Body>
                <cwmp:GetRPCMethodsResponse>
                        <MethodList SOAP-ENC:arrayType="xsd:string[3]">
                                <string>Inform</string>
                                <string>GetRPCMethods</string>
                                <string>TransferComplete</string>
                        </MethodList>
                </cwmp:GetRPCMethodsResponse>
        </SOAP-ENV:Body>
</SOAP-ENV:Envelope>--- RECEIVED HTTP RESPONSE (PART) ---
+++ RECEIVED HTTP RESPONSE +++
<SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cwmp="urn:dslforum-org:cwmp-1-0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <SOAP-ENV:Header>
                <cwmp:ID SOAP-ENV:mustUnderstand="1"/>
                <cwmp:HoldRequests SOAP-ENV:mustUnderstand="1"/>
        </SOAP-ENV:Header>
        <SOAP-ENV:Body>
                <cwmp:GetRPCMethodsResponse>
                        <MethodList SOAP-ENC:arrayType="xsd:string[3]">
                                <string>Inform</string>
                                <string>GetRPCMethods</string>
                                <string>TransferComplete</string>
                        </MethodList>
                </cwmp:GetRPCMethodsResponse>
        </SOAP-ENV:Body>
</SOAP-ENV:Envelope>--- RECEIVED HTTP RESPONSE ---
> POST /tr069/acs HTTP/1.1
Authorization: Basic ZmlybXdhcmU6YXp0ZWNoMTIz
Host: 203.125.11.38:8081
Accept: */*
Cookie: sprtCpeGuid=cfd87e4b16e13de6aed9a9ac0c55e1ab; sprtDeviceEmptyPost=0; CPEID=FFFFFF-easycwmp-FFFFFF123456; sprtHTTP204=true; sprtPeerIP=41.224.250.29
User-Agent: easycwmp
Content-Type: text/xml
Content-Length: 0

< HTTP/1.1 204 No Content
< Date: Tue, 12 Aug 2014 08:22:25 GMT
< Server: Apache/2.2.6 (Fedora)
< Vary: Authorization
< Content-Length: 0
< Content-Type: text/plain; charset=UTF-8
< 
+++ RECEIVED EMPTY HTTP RESPONSE +++
log_203_125_11_38_ACS.txt (7,676 bytes)   

mohamed.kallel

2014-08-12 18:30

administrator   ~0000032

I tried with your acs and I got connexion problem with the first session but it works in the second session retry. Please find attache our log (log_203_125_11_38_ACS)

may be you have the same behaviour of us. your easycwmp does not succed in the first session but it succeed in the last sessiosns. could you please send the traffic capture (wireshark) to confirm that

may be you have one of the following problems:
- connexion problems of your acs
- you have started easycwmpd twice

mohamed.kallel

2014-08-12 18:50

administrator   ~0000033

Last edited: 2014-08-12 18:52

Concerning your question "how to ensure the scripts is compliant with the embedded system?"

The existing parameters of easycwmp scripts are developed for OpenWRT systems. To adapt these parameters to your system, it's easy to do. In fact you have to read the scripts carefully and only adapt the set and get functions of paramterers to be compliant with your linux system.

As I said, we provide profissional services around the easycwmp scripts. we provide optimized scripts and we provide services of adapting scripts and implemnting of new parameters

mohamed.kallel

2014-09-23 10:43

administrator   ~0000045

The problem of starting easycwmp twice is fixed in easycwmp-1.0.2

Issue History

Date Modified Username Field Change
2014-07-31 12:57 MIPS_LINUX New Issue
2014-07-31 12:57 MIPS_LINUX File Added: easycwmp_console_log
2014-07-31 13:07 mohamed.kallel Note Added: 0000017
2014-07-31 13:21 mohamed.kallel Note Added: 0000018
2014-08-01 03:51 MIPS_LINUX Note Added: 0000019
2014-08-04 14:49 mohamed.kallel Note Added: 0000020
2014-08-04 17:00 mohamed.kallel Note Added: 0000021
2014-08-04 17:01 mohamed.kallel Note Edited: 0000021
2014-08-04 17:56 mohamed.kallel Note Edited: 0000021
2014-08-05 04:03 MIPS_LINUX Note Added: 0000022
2014-08-05 04:11 MIPS_LINUX Note Added: 0000023
2014-08-05 04:23 MIPS_LINUX File Added: config and test log.zip
2014-08-05 16:07 mohamed.kallel Note Added: 0000029
2014-08-05 16:10 mohamed.kallel Note Added: 0000030
2014-08-05 16:12 mohamed.kallel Note Edited: 0000030
2014-08-08 09:39 MIPS_LINUX File Added: acount.txt
2014-08-08 09:48 MIPS_LINUX Note Added: 0000031
2014-08-12 18:26 mohamed.kallel File Added: log_203_125_11_38_ACS.txt
2014-08-12 18:30 mohamed.kallel Note Added: 0000032
2014-08-12 18:50 mohamed.kallel Note Added: 0000033
2014-08-12 18:52 mohamed.kallel Note Edited: 0000033
2014-09-23 10:43 mohamed.kallel Note Added: 0000045
2014-09-23 10:43 mohamed.kallel Status new => resolved
2014-09-23 10:43 mohamed.kallel Resolution open => fixed
2014-09-23 10:43 mohamed.kallel Assigned To => mohamed.kallel