View Issue Details

IDProjectCategoryView StatusLast Update
0000143easycwmpHelppublic2016-07-14 15:47
Reportermar Assigned Touser13 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
OSLinuxOS VersionUbuntu 16.04 
Summary0000143: Can't call the ubus call tr069 notify
DescriptionI got this error :
"Command failed: Not found"

Furthermore ubus -s /tmp/.ubus.sock list doesn't display anything
TagsNo tags attached.
e-mail notification

Activities

mohamed.kallel

2016-07-11 10:26

administrator   ~0000490

in what mode ubisd is launched ?

ubusd should be launched in super user mode(root).

sudo ubusd.

an also the ubus command shoulb called in super user mode

mar

2016-07-11 11:33

reporter   ~0000492

I launched both in super user mode.
I can call the command 'ubus listen &' but 'call tr069 notify' is reported as unknown command

user13

2016-07-13 12:49

  ~0000496

try to launch ubusd with the following socket path:

#/usr/sbin/ubusd -s /var/run/ubus.sock

and then check it with netstat command :

#netstat -anp |grep -i ubus

mar

2016-07-13 14:47

reporter   ~0000497

Thks a lot, it's now working. I had to connect to the /var/run/ubus.sock socket instead of the /tmp/.ubus.sock socket.

mohamed.kallel

2016-07-13 15:00

administrator   ~0000498

@Anis Update the Readme with the last version of the install page

mohamed.kallel

2016-07-14 15:47

administrator   ~0000499

Readme updated in EasyCwmp-1.3.2 and Install web page updated too

Issue History

Date Modified Username Field Change
2016-07-05 16:34 mar New Issue
2016-07-11 10:26 mohamed.kallel Note Added: 0000490
2016-07-11 11:33 mar Note Added: 0000492
2016-07-13 12:49 user13 Note Added: 0000496
2016-07-13 13:19 user13 Assigned To => user13
2016-07-13 13:19 user13 Status new => feedback
2016-07-13 14:47 mar Note Added: 0000497
2016-07-13 14:47 mar Status feedback => assigned
2016-07-13 15:00 mohamed.kallel Note Added: 0000498
2016-07-14 15:47 mohamed.kallel Note Added: 0000499
2016-07-14 15:47 mohamed.kallel Status assigned => resolved
2016-07-14 15:47 mohamed.kallel Resolution open => fixed