Help plese node 538451

Switching to IAX registration is not necessary. Typically this warning message happens infrequently and has no impact on node registration.

Developers are aware of the problem and fixes are in the works.

Sorry how do I do it I’m not very familiar with Linux is there a guide I wanted to try the new version and it gives me more problems I was just lucky with the old version of allatarlink it all worked straight away with debian 12 I’m afraid to intervene if I don’t know where

root@vmi1976167:~# time curl --header “Content-Type: application/json”
–request POST
–data “{}”
https://repo.allstarlink.org/usage/usage

real 0m0.419s
user 0m0.051s
sys 0m0.003s
root@vmi1976167:~# dig +short register.allstarlink.org
162.248.92.131
34.105.111.212
root@vmi1976167:~#

Sorry, we’re down the wrong track. It looks like you’re still not really using a stock Debian 12 install. From your picture it says you’re using ‘6.1.0-22-cloud-amd64’. That is not a standard Debian 12 kernel and I don’t know that it’s compatible. Please copy and paste (not pictures) the output of the following commands individually:

uname -a
lsmod | grep dah

Then please try to run this command:

sudo apt install --reinstall dahdi-dkms

Please provide the output at the end of either success or failure.

root@vmi1976167:~# uname -a
Linux vmi1976167.contaboserver.net 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64 GNU/Linux
root@vmi1976167:~# dpkg -l ‘linux-headers*’
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
++±=============================-============-============-=========================================================
un linux-headers (no description available)
ii linux-headers-6.1.0-23-amd64 6.1.99-1 amd64 Header files for Linux 6.1.0-23-amd64
ii linux-headers-6.1.0-23-common 6.1.99-1 all Common header files for Linux 6.1.0-23
un linux-headers-686-pae (no description available)
ii linux-headers-amd64 6.1.99-1 amd64 Header files for Linux amd64 configuration (meta-package)
un linux-headers-generic (no description available)
root@vmi1976167:~# uname -a
Linux vmi1976167.contaboserver.net 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64 GNU/Linux
root@vmi1976167:~# lsmod | grep dah
root@vmi1976167:~# uname -a
lsmod | grep dah
Linux vmi1976167.contaboserver.net 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64 GNU/Linux
root@vmi1976167:~# sudo apt install --reinstall dahdi-dkms
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 1,190 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 Index of /public bookworm/main amd64 dahdi-dkms all 1:3.3.0-5+asl [1,190 kB]
Fetched 1,190 kB in 2s (771 kB/s)
(Reading database … 62130 files and directories currently installed.)
Preparing to unpack …/dahdi-dkms_1%3a3.3.0-5+asl_all.deb …
Module dahdi-3.3.0 for kernel 6.1.0-23-amd64 (x86_64).
Before uninstall, this module version was ACTIVE on this kernel.

dahdi_dummy.ko:

  • Uninstallation
    • Deleting from: /lib/modules/6.1.0-23-amd64/updates/dkms/
  • Original module
    • No original module was found for this module on this kernel.
    • Use the dkms install command to reinstall any previous module version.

dahdi.ko:

  • Uninstallation
    • Deleting from: /lib/modules/6.1.0-23-amd64/updates/dkms/
  • Original module
    • No original module was found for this module on this kernel.
    • Use the dkms install command to reinstall any previous module version.

dahdi_transcode.ko:

  • Uninstallation
    • Deleting from: /lib/modules/6.1.0-23-amd64/updates/dkms/
  • Original module
    • No original module was found for this module on this kernel.
    • Use the dkms install command to reinstall any previous module version.
      depmod…
      Deleting module dahdi-3.3.0 completely from the DKMS tree.
      Unpacking dahdi-dkms (1:3.3.0-5+asl) over (1:3.3.0-5+asl) …
      Setting up dahdi-dkms (1:3.3.0-5+asl) …
      Loading new dahdi-3.3.0 DKMS files…
      Building for 6.1.0-10-amd64 6.1.0-23-amd64
      Module build for kernel 6.1.0-10-amd64 was skipped since the
      kernel headers for this kernel do not seem to be installed.
      Building initial module for 6.1.0-23-amd64
      Done.

dahdi_dummy.ko:
Running module version sanity check.

  • Original module
    • No original module exists within this kernel
  • Installation
    • Installing to /lib/modules/6.1.0-23-amd64/updates/dkms/

dahdi.ko:
Running module version sanity check.

  • Original module
    • No original module exists within this kernel
  • Installation
    • Installing to /lib/modules/6.1.0-23-amd64/updates/dkms/

dahdi_transcode.ko:
Running module version sanity check.

  • Original module
    • No original module exists within this kernel
  • Installation
    • Installing to /lib/modules/6.1.0-23-amd64/updates/dkms/
      depmod…
      root@vmi1976167:~#

Thanks everyone problem solved now it seems to connect I went to etc/asterisk I edited the rpt.conf file above nodemain Between 1000 and below I removed the space as below example before and after I restarted the server and it worked
(Before editing)
; Sample private node on the internet.
;1000 = radio@8.8.8.8:4569/1000,NONE

538450 = radio@127.0.0.1/538450,NONE
node-main

(After modification)
; Sample private node on the internet.
;1000 = radio@8.8.8.8:4569/1000,NONE
538450 = radio@127.0.0.1/538450,NONE
node-main Also removed the space in the
(Before editing)
rpt_http_registrations in the [registrations] line
register => node-number:pass

(After editing )
register =>numbernode:pass
Removed the space after =>
seems solved now it connects thank you all for the help
73 by HB9TVW Gabriele

That is very unlikely to be the actual fix. If the Asterisk parser failed because of a space there would be many wrong lines it wouldn’t even startup. Could there have been some other character(s) in there?

I’m not that experienced Before this change you give me that error now it works maybe that’s not the problem but important that it works