dOpensource / dsiprouter

UI Interface for implementing Kamailio to provide PBX Hosting and SIP Trunking Services
https://dsiprouter.org
Apache License 2.0
194 stars 103 forks source link

[BUG] rtpengine fails to install on Debian 11 Linode #536

Closed reqlez closed 8 months ago

reqlez commented 11 months ago

Describe the bug rtp engine fails to install on a fresh Debian 11 image provided by Linode team.

To Reproduce Attempt to install rtpengine on above version.

Screenshots Setting up debhelper (13.3.4) ... Processing triggers for libc-bin (2.31-13+deb11u7) ... Processing triggers for man-db (2.9.4-2) ... E: Unable to locate package linux-headers-grub-2.06-20-linode.img E: Couldn't find any package by glob 'linux-headers-grub-2.06-20-linode.img' E: Couldn't find any package by regex 'linux-headers-grub-2.06-20-linode.img' E: Unsupported file ./ given on commandline Problem with installing the required libraries for RTPEngine RTPEngine install failed

Server Info:

Additional context Using apt install -y linux-headers-$(uname -r) linux-image-$(uname -r) installs require headers just fine. I commented out that section to complete the install and it was successful.

Also, after re-starting the install post-fail, password is not present, however, can be easily reset... dSIPRouter GUI Password: (reset password if you forgot it)

devopsec commented 11 months ago

try the latest build of dsiprouter, the dependencies should be sorted out in v0.73
if it's still failing let us know what your /etc/apt/ directory looks like after the failure (the default install should use the official repos from debian instead of the cloud provider's repos)

devopsec commented 9 months ago

@reqlez is this still an issue?

devopsec commented 8 months ago

no response, closing as stale