-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install new debian 12 virtual machine minimal install #562
Comments
this should be fixed in 8bd9611 |
it does not work . same issue installing on clean debian |
There are still issues with debian 12 using netinstaller. Before install: install systemd-resolved and dnsmasq (testing) first. ./dsiprouter install Goes through checks and gets hung here: Attempting to install DNSmasq...
|
the issue persist but as observation the install stop after changing ip address of machine to dhcp . The machine have static ip but somehow the dnsmasq requests dhcp to router and change ip adress and after that ssh disconects and thats it make[1]: Leaving directory '/usr/local/src/sipsak' |
Fixed in 9e9daed on v0.75 branch Just tested this with Debian12 NetIso on virtualbox.
|
for me ends here
patching file kamdbctl.base
patching file kamdbctl.mysql
-e \E[37;33mINFO: creating database kamailio ...
-e \E[37;33mINFO: granting privileges to database kamailio ...
-e \E[37;33mINFO: creating standard tables into kamailio ...
-e \E[37;33mINFO: Core Kamailio tables successfully created.
-e \E[37;33mINFO: creating presence tables into kamailio ...
-e \E[37;33mINFO: Presence tables successfully created.
-e \E[37;33mINFO: creating extra tables into kamailio ...
-e \E[37;33mINFO: Extra tables successfully created.
-e \E[37;33mINFO: creating uid tables into kamailio ...
-e \E[37;33mINFO: UID tables successfully created.
success
success
success
success
success
success
Synchronizing state of kamailio.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable kamailio
Cloning into '/usr/local/src/libjwt'...
fatal: unable to access 'https://github.com/benmcollins/libjwt.git/': Failed to connect to github.com port 443 after 33 ms: Couldn't connect to server
/opt/dsiprouter/kamailio/debian/12.sh: line 168: cd: /usr/local/src/libjwt: No such file or directory
Failed to compile and install libjwt
kamailio install failed
***@***.***:~#
… On 22 Apr 2024, at 23:02, Tyler Moore ***@***.***> wrote:
Fixed in 9e9daed <9e9daed> on v0.75 branch
Just tested this with Debian12 NetIso on virtualbox.
su -
apt install -y git
git clone -b v0.75 https://github.com/dOpensource/dsiprouter.git /opt/dsiprouter
/opt/dsiprouter/dsiprouter.sh install -all
—
Reply to this email directly, view it on GitHub <#562 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/A3ENNK6FZ6QRUWCDUD2VIZ3Y6VUFXAVCNFSM6AAAAABEUGETDKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZQHA2TIOBXGA>.
You are receiving this because you authored the thread.
|
@arsenieciprian That looks like a separate issue. Looks like your network connection caused git to fail cloning a dependency repo. Since we do have extensive git dependencies in the install scripts that may be something to look into (try / timeouts for git commands in the install scripts).
Not sure if any other users are running into issues with install scripts due to network stability issues though.. |
You have to define the static ip using systemd-networkd in /etc/systemd/network starting with a number below 99 (for instance: 11-wan.network ) - then the installation works. |
@NNYGitHub has a good point here, we can not support every legacy network configuration on the newer network stack, otherwise we would have too many use cases and the complexity would be too high.. I hope that explanation helps. Do note that when GNOME is installed in the calamares installer or via package manager network-manager is also installed. Cheers |
root@sbc-b1:/opt/dsiprouter# ./dsiprouter.sh install -all
dsip-init service already exists
dSIPRouter CLI is already installed
SipSak is already installed
cron is already installed
Attempting to install DNSmasq...
Created symlink /etc/systemd/system/dnsmasq.service → /dev/null.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
dnsmasq is already the newest version (2.89-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Removed "/etc/systemd/system/dnsmasq.service".
Synchronizing state of dnsmasq.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable dnsmasq
Failed to restart systemd-resolved.service: Unit systemd-resolved.service not found.
failed loading new systemd network configurations..
reverting network changes and aborting dnsmasq install
Failed to restart systemd-resolved.service: Unit systemd-resolved.service not found.
DNSmasq install failed - OS install script failure
root@sbc-b1:/opt/dsiprouter# uname -a
Linux sbc-b1 6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) x86_64 GNU/Linux
root@sbc-b1:/opt/dsiprouter#
The text was updated successfully, but these errors were encountered: