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.

0
U

Property:upx-prx-time-recv

From BoxMatrix
(Redirected from upx-prx-time-recv)


BoxMatrix >> Shell-Commands >> upx-prx-time-recv @ 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

Chipset-Command

Goto:   Dependencies   -   Model-Matrix   -   Symbols   -   SMW-Browser

Details

upx-prx-time-recv is an Inter-CPU date / time synchronizer client called on the Falcon of a 5590.
It fetches the time served by upx-hwk-time-sendd on Hawkeye and terminates if it is valid.
If Hawkeye does not have the correct time yet it repeats the request once per minute until it succeeds, and terminates then.

Simplified from fw 7.29 - expects one argument, the port ${1} which is 4350:

while : ; do

        utime=$(netcat [fe80::1%ppp0] ${1} -w 1)

       # assume year 2000 or later is a valid time
       [ ${utime} -ge 946681200 ] && break

        sleep 1m

done

date -s @${utime}  

Dependencies

Daily updated index of all dependencies of this command. Last update: 2024-04-19 07:32 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 upx-prx-time-recv.service 2 7.27 - 7.30 supervisor service for upx-prx-time-recv. AVM
1 dependency for this command

Model-Matrix

Daily updated index of the presence, path and size of this command for each model. Last update: 2024-04-19 05:14 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) label in the Model column shows which CPU is meant for models with multiple Linux instances.
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 5590 Fiber (arm) 7.27 - 7.30 /bin 249
FRITZ!Box 5590 Fiber (prx) 7.27 - 7.30 /bin 249
2 models use this command

Symbols

Daily updated index of all symbols of this command. Last update: 2024-04-19 07:32 GMT.

Firmware Symbol
0 symbols for this command

SMW-Browser

Information is currently being retrieved from the backend.
 

Synonyms

Showing 1 related property.

u