Brand new Debian load - fails to start

Brand new Trixie Debian load today - Asterisk will not start

This is in the messages /var/log file

[2026-05-03 14:48:15.580] ERROR[18234] loader.c: res_timing_dahdi declined to load.
[2026-05-03 14:48:15.580] ERROR[18234] loader.c: Failed to resolve dependencies for app_rpt
[2026-05-03 14:48:15.580] ERROR[18234] loader.c: Required module app_rpt declined to load.

I know the latest version gets rid of dahdi kernel modules.

I saw this article, but not my issue - Dahdi error after minor changes (node, ports, LAN IP)

Any ideas? This was pulled today.

Mike

You say this was a brand new Trixie Debian load ...

Q's?

  • Raspberry Pi Appliance? or PC?
  • If you are installing to a Pi, were you using the latest image per the ASL Manual / ASL3 Appliance Installation instructions? or were you starting from an older image?
  • Are you using the configuration files from the image? or had you loaded up older configuration files from another/prior install?
  • Beyond any setup performed by asl-menu / node-setup, have you made any other configuration file edits?
  • Have you installed any other non-ASL packages?

Sorry, good point - this is a Dell WYSE, so it is net installed Debian, not the pi image. I used the latest net installer I grabbed today which was debian-13.4.0 amd64

I pulled config files from my backup, I guess I could try and use brand new ones and just see if it will config.

No custom edits.

I did install allmon3.

[2026-05-03 16:50:11.181] Asterisk 22.8.2+asl3-3.8.3-1.deb13 built by builder @ allstarlink.org on a x86_64 running Linux on 2026-03-26 15:06:57 UTC

[2026-05-03 16:50:11.196] NOTICE[1837] loader.c: 72 modules will be loaded.

[2026-05-03 16:50:11.225] NOTICE[1837] cdr.c: CDR simple logging enabled.

[2026-05-03 16:50:11.225] NOTICE[1837] dnsmgr.c: Managed DNS entries will be refreshed every 300 seconds.

[2026-05-03 16:50:11.232] NOTICE[1837] indications.c: Default country for indication tones: us

[2026-05-03 16:50:11.232] NOTICE[1837] indications.c: Setting default indication country to 'us'

[2026-05-03 16:50:11.268] WARNING[1837] chan_dahdi.c: Only FXO signalled channels may belong to a call group

[2026-05-03 16:50:11.268] WARNING[1837] chan_dahdi.c: Only FXO signalled channels may belong to a pickup group

[2026-05-03 16:50:11.296] ERROR[1837] loader.c: res_timing_dahdi declined to load.

[2026-05-03 16:50:11.296] ERROR[1837] loader.c: Failed to resolve dependencies for app_rpt

[2026-05-03 16:50:11.296] ERROR[1837] loader.c: Required module app_rpt declined to load.

[2026-05-03 16:50:11.296] ERROR[1837] asterisk.c: Module initialization failed. ASTERISK EXITING!

I tried changing it to the local/pseudo instead of voter and still fails to start asterisk.

What likely happened is that you installed Debian, then the ASL3 packages, and then you pulled in your older configuration files. When upgrading from older ASL3 packages to the latest we run a [package] update script that takes care of updating the old configuration files. But, because you restored the older configuration after the ASL packages were installed your configs were not updated. There are 2 clear paths :

  1. start over with fresh configuration files (use the asl-menu / "Backup and Restore Menu" / "Restore ASL3 default configuration")
  2. re-install the asl3-asterisk packages ... which should also run the .postinst script (sudo apt reinstall asl3-asterisk)

I believe you are correct, so I just went ahead did a full reinstall and then hand edited all my node files and so far seems heading in right direction.

I had tried the reinstall asl3-asterisk, that didn't seem to resolve for me, so had to do the hand editing.

All good now, thanks!

Mike