If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.
Property:pumaupdatetrace (avmcmd)
BoxMatrix >> Shell-Commands >> pumaupdatetrace (avmcmd) | @ BoxMatrix - IRC-Chat - Translate: de es fr it nl pl |
News | Selectors | Models | Accessories | Components | Environment | Config | Commands | System | Webif | Software | Develop | Lexicon | Community | Project | Media |
Startup-Scr | Hotplug-Scr | BusyBox-Cmds | Bash-Cmds | AVM-Cmds | Chipset-Cmds | Linux-Cmds | Shared-Libs | Kernel-Mods | Research |
Name-Collision - multiple objects in this wiki use the name pumaupdatetrace!
|
AVM-Command
Command: | pumaupdatetrace (avmcmd) - type Exec | Wiki | Freetz | IPPF | whmf | AVM | Web |
Location: | Shell-Commands >> AVM-Commands - Origin: AVM | ||||||
Path: | Release: /sbin Lab+Rel: /sbin | ||||||
Properties: | Size: 11.8k - 26.3k - Firmware: 6.110 - 8.00 | ||||||
Function: | Daemon receiving update status infor on Puma6 / Puma7 models (ATOM). |
Goto: Events - Config - Source - Dependencies - Model-Matrix - Symbols - SMW-Browser
Details
pumaupdatetrace is an Inter-CPU helper daemon which receives update status information from the DOCSIS modem CPU.
It is used on the ATOM CPU of Puma6 and Puma7 cable models to receive notifications from the ARM CPU.
The status is sent by puma_update_notify using the puma_update_status avmipc event.
See the puma_update_status article for possible status messages.
The received event is formatted human readable and sent to the system Event-Log, and if enabled also by Push-Mail.
fw 7.29 help:
root@fritz2:/var/mod/root# pumaupdatetrace -? usage: pumaupdatetrace pumaupdatetrace [options] options: -? - print this help -f - run in foreground. (NOTSET) -s - stop daemon. (NOTSET) start daemon: pumaupdatetrace stop daemon : pumaupdatetrace -s
The strings show some error messages:
DOCSIS update failed received incompatible DOCSIS update file DOCSIS update file corrupted Error reading DOCSIS certificates DOCSIS CVC update file improperly signed (Manufacturer key mismatch) DOCSIS CVC update file improperly signed (Co-signer key mismatch) DOCSIS CVS update file improperly signed (Manufacturer key mismatch) error while performing DOCSIS update DOCSIS upgrade not needed Downgrade via DOCSIS cable modem config file not allowed Upgrade via SNMP or DOCSIS cable modem config file not allowed on FRITZ!Box Edition RETAIL
A CVC is a Code Verification Certificate, a signed envelope for DOCSIS firmware[1].
Events
Daily updated index of AVM-Events and AVMIPC-Datastore nodes affecting this command. Last update: 2023-12-10 05:13 GMT.
The owners of Event-Sinks and Event-Sources are manual research, which may be incomplete or even wrong.
A *
in the Mod
column marks info from Supportdata-Probes, which will always stay incomplete.
A **
in the Mod
column marks info from Supportdata2 probes, which by their nature will stay way more incomplete.
A -
in the Mod
column marks manual research, the Firmware
then shows where the item occurs, not the Relation
.
Relation | Typ | Object | Mod | Firmware | Info | Origin |
---|---|---|---|---|---|---|
Endpoint | sock | me_pumaupdatetrace.ctl | 6* | 7.00 - 7.50 | avmipc endpoint of pumaupdatetrace | AVM |
Listens to | avmipc | puma_update_status | 3** | 7.29 - 7.39 | Status event covering update status info on Puma6 / Puma7 models. | AVM |
2 event relations for this command |
Config
Daily updated index of Configuration files accessed by this command. Last update: 2024-12-21 07:02 GMT.
A -
in the Mod
column marks manual research, the Firmware
then shows where the item occurs, not the Relation
.
Relation | Typ | Object | Mod | Firmware | Info | Origin |
---|---|---|---|---|---|---|
Config from | tffs | ar7.cfg (tffs) | - | 4.07 - 8.00 | TODO | AVM |
1 config relation for this command |
Source
The names of source files compiled into an executable often help to understand function blocks (and show gaps in the docs).
fw 7.29 source files:
$ strings /sbin/pumaupdatetrace | grep -e '\.c$' -e '\.cpp$' pumaupdatetrace.c pumaupdatetrace_status.c
Dependencies
Daily updated index of all dependencies of this command. Last update: 2024-12-21 07:44 GMT.
A *
in the Mod
column marks info from Supportdata-Probes, which will always stay incomplete.
Relation | Typ | Object | Mod | Firmware | Info | Origin |
---|---|---|---|---|---|---|
Started by | serv | pumaupdatetrace.service | 6 | 7.39 - 8.00 | supervisor service for pumaupdatetrace. | AVM |
Runs as | proc | pumaupdatetrace (process) | 7* | 7.00 - 7.61 | Process running pumaupdatetrace | AVM |
Serving | sock | me_pumaupdatetrace.ctl | 7* | 7.00 - 7.61 | avmipc endpoint of pumaupdatetrace | AVM |
Depends on | lib | libar7cfg.so | 7 | 6.110 - 8.00 | TFFS-Configuration API to ar7.cfg and many more. | AVM |
Depends on | lib | libavmauth.so | 7 | 6.110 - 8.00 | Fritzbox authentification helpers | AVM |
Depends on | lib | libavmcipher.so | 7 | 6.110 - 8.00 | AES / DES / Rijndael encryption / decryption. | AVM |
Depends on | lib | libavmcsock.so | 7 | 6.110 - 8.00 | Networking, I/O and helper functions | AVM |
Depends on | lib | libavmfbconf.so | 5 | 7.39 - 7.57 | API to hardcoded fbconf.cfg | AVM |
Depends on | lib | libavmfbstate.so | 6 | 7.39 - 8.00 | IPC fritzbox state notification | AVM |
Depends on | lib | libavmhmac.so | 7 | 6.110 - 8.00 | HMAC / SHA / MD5 hashing. | AVM |
Depends on | lib | libavmwdt.so | 4 | 7.61 - 8.00 | AVM-Watchdogs management API | AVM |
Depends on | lib | libboxenv.so | 4 | 7.90 - 8.00 | API to the rc.conf enhanced Config-Environment | AVM |
Depends on | lib | libboxlib.so | 7 | 6.110 - 8.00 | Box status, logging and statistics functions | AVM |
Depends on | lib | libc.so | 7 | 6.110 - 8.00 | Standard C library | Linux |
Depends on | lib | libcm.so | 7 | 6.110 - 8.00 | ctlmgr / cm_logic messaging API | AVM |
Depends on | lib | libcore.so | 4 | 7.61 - 8.00 | Gathers the MAC addresses of the device and maintains its device mode. | AVM |
Depends on | lib | libcrypto.so | 7 | 6.110 - 8.00 | OpenSSL general crypto and X.509 library | Linux |
Depends on | lib | libdl.so | 7 | 6.110 - 8.00 | Dynamic linking library | Linux |
Depends on | lib | libdputil.so | 7 | 6.110 - 8.00 | DataPipe / packet utilities | AVM |
Depends on | lib | libewnwjson.so | 6 | 7.39 - 8.00 | JSON helper functions | AVM |
Depends on | lib | libewnwlinux.so | 7 | 6.110 - 8.00 | Linux networking functions | AVM |
Depends on | lib | libewnwnet.so | 7 | 6.110 - 8.00 | Internet helper functions | AVM |
Depends on | lib | libfbconf.so | 4 | 7.61 - 8.00 | API to hardcoded fbconf.cfg | AVM |
Depends on | lib | libfwupdate.so | 4 | 7.90 - 8.00 | TODO | Linux |
Depends on | lib | libfwupdatetrace.so | 7 | 6.110 - 8.00 | TFFS-Configuration API to fwupdatetrace.cfg | AVM |
Depends on | lib | libgcc_s.so | 4 | 7.90 - 8.00 | GCC low-level runtime library | Linux |
Depends on | lib | libjuisclient.so | 7 | 6.110 - 8.00 | Update-Search - second generation - JUIS | AVM |
Depends on | lib | liblocalize.so | 4 | 7.90 - 8.00 | Charset conversion helper functions | AVM |
Depends on | lib | libm.so | 7 | 6.110 - 8.00 | C math library | Linux |
Depends on | lib | liboauth2.so | 6 | 7.39 - 8.00 | OAuth v2.0 authentificator | Linux |
Depends on | lib | libpthread.so | 7 | 6.110 - 8.00 | POSIX threading library | Linux |
Depends on | lib | librt.so | 7 | 6.110 - 8.00 | POSIX realtime extensions library | Linux |
Depends on | lib | libslab_c++.so | 4 | 7.90 - 8.00 | C++ slab allocator | AVM |
Depends on | lib | libstdc++.so | 4 | 7.90 - 8.00 | GNU C++ library | Linux |
Depends on | lib | libsvctl.so | 7 | 7.19 - 8.00 | supervisor notification library | AVM |
Depends on | lib | libtiinterpreter.so | 6 | 7.39 - 8.00 | Preprocessor for SSI-Files by TI. | AVM |
Depends on | lib | libwdt.so | 6 | 6.110 - 7.57 | AVM-Watchdogs management API | AVM |
Depends on | lib | libwebkpiclient.so | 6 | 7.39 - 8.00 | KPI sensor for system parts which use HTTP / HTTPS | AVM |
Depends on | lib | libwebsrv.so | 7 | 6.110 - 8.00 | HTTP / HTTPS webserver and tools. | AVM |
Depends on | lib | libyajl.so | 7 | 6.110 - 8.00 | Event-driven JSON parser | Linux |
Depends on | lib | libz.so | 7 | 6.110 - 8.00 | Zlib compressor / decompressor | Linux |
41 dependencies for this command |
Model-Matrix
Daily updated index of the presence, path and size of this command for each model. Last update: 2024-12-21 05:44 GMT.
Showing all models using this command. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom/rtl)
label in the Model
column shows which CPU is meant for Multi-Linux models.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.
Model | Firmware | Path | Size |
---|---|---|---|
FRITZ!Box 6430 Cable (atom) | 7.01 - 7.29 | /sbin | 11.9k - 18.2k |
FRITZ!Box 6490 Cable (atom) | 7.00 - 7.51 | /sbin | 11.8k - 18.2k |
FRITZ!Box 6590 Cable (atom) | 6.110 - 7.51 | /sbin | 11.8k - 18.2k |
FRITZ!Box 6591 Cable (arm) | 7.04 - 7.08 | /sbin | 12.6k - 18.3k |
FRITZ!Box 6591 Cable (atom) | 7.04 - 8.00 | /sbin | 12.6k - 26.3k |
FRITZ!Box 6660 Cable (atom) | 7.14 - 8.00 | /sbin | 14.5k - 26.3k |
FRITZ!Box 6670 Cable (atom) | 7.61 - 7.90 | /sbin | 18.5k - 22.4k |
FRITZ!Box 6690 Cable (atom) | 7.28 - 7.90 | /sbin | 18.3k - 26.3k |
8 models use this command |
Symbols
Daily updated index of all symbols of this command. Last update: 2024-12-21 07:44 GMT.
Firmware | Symbol |
---|---|
7.08 - 7.51 | main |
1 symbol for this command |