nwdigitalradio / n7nix

Config scripts, systemd files & other miscellaneous files
36 stars 13 forks source link

Uronode sources removed from sourceforge #10

Open f6bvp opened 2 years ago

f6bvp commented 2 years ago

Hi, n7nix Uronode install script fails :
URONODE_VER="2.10" cd /usr/local/src wget http://downloads.sourceforge.net/project/uronode/uronode-$URONODE_VER.tar.gz

Fortunately I found https://packet-radio.net submenu https://packet-radio.net/category/uronode/

https://ham.packet-radio.net/packet/uronode/uronode-2.11.tar.gz

73 de Bernard, f6bvp

f6bvp commented 2 years ago

There is a 2.13 version in https://packages.debian.org/bullseye/uronode http://deb.debian.org/debian/pool/main/u/uronode/uronode_2.13-2.debian.tar.xz

Bernard

n7nix commented 2 years ago

Thanks Bernard.

I cleaned up the uro_install.sh script a little and now get the uronode source from here (using version 2.13):

http://ftp.debian.org/debian/pool/main/u/uronode/uronode_$URONODE_VER.orig.tar.gz

Tested script and it now gets source and builds fine.

f6bvp commented 2 years ago

Hi Basil, N1URO uronode built, thanks for updating sources. I have however an error while running uro_install.sh After : Check required packages: telnet openbsd-inetd uro_install.sh: Will Install openbsd-inetd package

E: Sub-process /usr/bin/dpkg returned an error code (1) uro_install.sh: package install failed. Please try this command manually: apt-get -y telnet openbsd-inetd

Don't you think command should be : apt install -y telnet openbsd-inetd ?

Bernard

n7nix commented 2 years ago

Don't you think command should be : apt install -y telnet openbsd-inetd ?

Yes the message was incorrect & has been fixed. But why is the apt-get install failing? Could you please send me all the output of:

To display OS you are using

uname -a

To display error code from apt-get install

apt-get install -y telnet openbsd-inetd ; echo $?

Thanks.