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:glued

From BoxMatrix
(Redirected from glued)


BoxMatrix >> Shell-Commands >> glued @ 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

AVM-Command

Goto:   Examples  -  Endpoints  -  Source  -  Dependencies   -   Model-Matrix   -   Symbols   -   SMW-Browser

Details

glued is the Inter-CPU connector for the RTL96 side of the 5690pro.
It is the adaption of the Cable modem pumaglued for Fiber modem needs and serves these purposes:

fw 7.59 help:

# glued -?

usage: glued glued [options]

options:
  -?                 - print this help
  -f                 - run in forground. (NOTSET)
  -s                 - stop daemon. (NOTSET)
  -v                 - verbose. (NOTSET)
  -p STRING          - Pidfile. ("/var/run/glued.pid")
  -o INTEGER         - output buffer size. (32768)
  -i INTEGER         - input buffer size. (8192)
  -D STRING          - switch debug logs on. (FUNC)

start server:   glued
stop server :   glued -s

Examples

aicmd remote listener:

See Endpoints below.

remote shell:

For pumaglued on Cable modems AVM added the armconsole script to get a remote shell.
There's no equivalent for Fiber modems but the principle is the same:

aicmd glued shell start

This runs an interative shell with remote standard filehandles.

remote supportdata:

glued can peer remote supportdata via aicmd:

# aicmd glued | grep support

support QUERY                  - show available supportdata
support GET                    - get supportdata

# aicmd glued support QUERY

normal: complete supportdata   # supportdata
fiberlog: fiber log file       # libavmfiber.log
msoc: companion mgmt log file  # comp-mgmtd.log

Endpoints

aicmd endpoint(s) provided by glued, with these functions: (fw 7.59)

root@fritz2:/var/mod/root# aicmd glued

# provided by glued: - fw 7.59+

HELP                                     - show help
SLABDUMP                                 - show slab allocation
SLABSHOW                                 - show slab information
QUIT                                     - disconnect
 
support QUERY                            - show available supportdata
support GET                              - get supportdata

shell status                             - show open shells
shell start                              - start shell
shell diag                               - start diag

# provided by libewnwlinux.so: - fw 7.01+

ewnwlinux show csockshell                - show shells running
ewnwlinux show genetlink                 - show gerneric netlink families

# provided by libewnwlinux.so: - fw 7.90+

ewnwlinux netlink show                   - show internal information
ewnwlinux netlink getroute [address]     - get route for inet address
ewnwlinux netlink interfaces             - show interfaces
ewnwlinux netlink routes [ 4 | 6 ]       - show routes

# provided by libavmcsock.so: - fw 7.01+

avmcsock show csock                      - show all csock
avmcsock show dnsconfig                  - show all dns context
avmcsock show timercb                    - show all timer
avmcsock show debughandles               - show all debughandles
avmcsock show cprocess                   - show all processes
avmcsock set debug                       - set debug flags

# provided by libavmcsock.so: - fw 7.29+

avmcsock show cbcontext                  - show all cbdata
avmcsock show daemon                     - show daemon status
avmcsock show cbuf                       - show cbuf status

# provided by libavmcsock.so: - fw 7.39+

avmcsock getsymbol <address>             - get symbol for address
avmcsock show dnsglobal                  - show all dns global values
avmcsock show dnscache                   - show cache
avmcsock show dnsqueries                 - show all pending queries
avmcsock show avmipc [endpoint shmatch]  - show avmipc events and states
avmcsock ctimer show                     - show all timer
avmcsock ctimer overview                 - show ctimer overview
avmcsock iotrace format unctrl|hexdump   - set format for csock iotrace
avmcsock iotrace file                    - enable iotrace to file
avmcsock iotrace enable                  - enable iotrace via debugmsg
avmcsock iotrace disable                 - disable iotrace
avmcsock iotrace match help|<match>      - show allowed matches or set match
avmcsock iotrace reset                   - remove all matches
avmcsock iotrace show                    - show configuration

# provided by libavmcsock.so: - fw 7.90+

avmcsock show signals                    - show signal handler
avmcsock show connector [cache|stats]    - show connector information
avmcsock show clogger                    - show clogger information
avmcsock set clogmod [ <module> [ '.' <submodule ] ... ] [ '=' <level> ]
                                         - set clogmod log level
avmcsock slab check                      - red zone/free check
avmcsock slab reap [heavy]               - call slab_reap/slab_reap_heavy
avmcsock slab dump [long]                - show slab allocation
avmcsock slab show                       - show slab information
avmcsock slab ewma [show|activate|deactivate|reset]
                                         - show average allocates/freed per second
avmcsock avmipc notifier [endpoint shmatch]
                                         - show registered notifier
avmcsock avmipc set [endpoint shmatch]   - show states/events sent
avmcsock avmipc csv [endpoint shmatch]   - show states/events sent and listing as csv

Source

The names of source files compiled into an executable often help to understand function blocks (and show gaps in the docs).
fw 7.59 source files:

$ strings /sbin/glued | grep -e '\.c$' -e '\.cpp$'

<empty>  

Dependencies

Daily updated index of all dependencies of this command. Last update: 2024-04-30 07:18 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 glued.service 2 7.59 - 7.60 supervisor service for glued. AVM
Depends on lib libavmcsock.so 2 7.59 - 7.60 Networking, I/O and helper functions AVM
Depends on lib libavmwdt.so 2 7.59 - 7.60 AVM-Watchdogs management API AVM
Depends on lib libc.so 2 7.59 - 7.60 Standard C library Linux
Depends on lib libewnwlinux.so 2 7.59 - 7.60 Linux networking functions AVM
Depends on lib libsvctl.so 2 7.59 - 7.60 supervisor notification library AVM
Depends on lib libz.so 2 7.59 - 7.60 Zlib compressor / decompressor Linux
7 dependencies for this command

Model-Matrix

Daily updated index of the presence, path and size of this command for each model. Last update: 2024-04-30 05:04 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 5690 Pro (rtl) 7.59 - 7.60 /sbin 15.1k
1 model uses this command

Symbols

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

Firmware Symbol
7.59 - 7.60 glued_infomsg
7.59 - 7.60 main
2 symbols for this command

SMW-Browser

Information is currently being retrieved from the backend.
 

Synonyms

Showing 1 related property.

g