Re: Unable to locate package dvswitch-server

Mike KB8JNM
You are right, mine was buster iso w/asl script
toggle quoted messageShow quoted text
On 2/14/2021 6:36 PM, Steve N4IRS
wrote:
The amd64 asl ISO is stretch, not buster.
On 2/14/21 6:28 PM, Mike KB8JNM
wrote:
For anyone else's benefit,
I was missing source repo list
/etc/apt/sources.list
This is what it should read:
deb http://deb.debian.org/debian
buster main contrib non-free
deb-src http://deb.debian.org/debian
buster main contrib non-free
deb http://security.debian.org/debian-security
buster/updates main contrib
deb-src http://security.debian.org/debian-security
buster/updates main contrib
Installed just fine after fix
I would note that my install came from amd64 asl iso.
On 2/14/2021 6:13 PM, Steve N4IRS
wrote:
<https://packages.debian.org/buster/net-tools>
On 2/14/21 6:04 PM, Mike KB8JNM
wrote:
So, on a new attempt,
After : ./buster
E: Package 'net-tools' has no installation candidate
On 2/14/2021 3:18 PM, Mike
KB8JNM wrote:
The following packages have been kept back:
openssh-client openssh-server openssh-sftp-server ssh
0 upgraded, 0 newly installed, 0 to remove and 4 not
upgraded.
On 2/14/2021 3:17 PM, Mike
KB8JNM wrote:
Originally, it left me with 9
I installed them manually, all but 3
ssh client and server and one other network package.
On 2/14/2021 3:16 PM, Steve
N4IRS wrote:
are you saying that apt upgrade does not install
updates?
On 2/14/21 3:14 PM, Mike
KB8JNM wrote:
That is where it takes system updates but can not
install them all.
I'm pretty sure that is what the other fella was
having a issue with but can't speak to that if it
was not buster
On 2/14/2021 3:12 PM,
Steve N4IRS wrote:
OK,
step one:
Make sure your existing system is up to date.
apt update
apt upgrade
What is wrong there?
On 2/14/21 3:10 PM,
Mike KB8JNM wrote:
No, back up a step, I talking system.
apt update
apt apgrade
On 2/14/2021 3:08
PM, Steve N4IRS wrote:
That script is the first step. It adds the
buster repo.
On 2/14/21 3:06
PM, Mike KB8JNM wrote:
The issue was not with the install
script.
Never got that far.
The issue was updated repository's that
are broken.
On 2/14/2021
3:05 PM, Steve N4IRS wrote:
This is the buster script:
#!/usr/bin/env bash
set -o errexit
# N4IRS 10/25/2020
#################################################
# #
# Add DVSwitch Repository and gpg
key #
# #
#################################################
if [[ $(/usr/bin/id -u) -ne 0 ]]; then
echo "Not running as root"
echo "either run as root or with
sudo"
exit
fi
distribution=buster
# INSTALL gnupg needed for gpg.key
[ ! -x "/usr/bin/gpg" ] &&
apt-get install gnupg -y
# Add the backport repository, if needed
to install monit
if [ $(apt-cache policy monit | grep -c
"Candidate: (none)") -eq 1 ] ; then
# add repository
printf "%s\n" "deb http://ftp.de.debian.org/debian
buster-backports main" | tee
/etc/apt/sources.list.d/buster-backports.list
fi
# INSTALL netstat needed by dvswitch.sh
[ ! -x "/bin/netstat" ] &&
apt-get install net-tools -y
# Check for rc.local and create if not
found.
FILE="/etc/rc.local"
if [ ! -f "$FILE" ] ; then
echo '#!/bin/sh -e' > $FILE
echo '' >> $FILE
echo 'exit 0' >> $FILE
chmod +x $FILE
fi
# Are the repos installed
# Should this test for buster too?
if [ -f
/etc/apt/sources.list.d/dvswitch.list ]
then
echo "The Repository file already
exists, exiting"
exit 0
fi
# Install the key and add the repo
wget -O - http://dvswitch.org/DVSwitch_Repository/dvswitch.gpg.key
| apt-key add -
echo "# Official DVSwitch repository"
>/etc/apt/sources.list.d/dvswitch.list
echo "deb http://dvswitch.org/DVSwitch_Repository
$distribution hamradio"
>>/etc/apt/sources.list.d/dvswitch.list
echo "#"
>>/etc/apt/sources.list.d/dvswitch.list
apt-get update
# print the installed repositories
echo "Installed repositories:"
apt-cache policy | grep http | awk
'{print $2 $3}' | sort -u
I don't see any way it would install a
pointer to http://dvswitch.org/ASL_Repository
stretch
On 2/14/21
3:00 PM, Mike KB8JNM wrote:
I have the same issue with Buster
I was able to manually update
packages until ssh-client/server and
one other related
Stopped till I have time to fool with
it again.
On
2/14/2021 2:48 PM, Steve N4IRS wrote:
I assume you mean this:
wget http://dvswitch.org/buster
sudo chmod +x buster
sudo ./buster
sudo apt-get update
sudo apt-get install dvswitch-server
The buster script would have either
added the buster repository or told
you that it was already installed.
Check
/etc/apt/sources.list.d/allstarlink.list
deb http://dvswitch.org/DVSwitch_Repository
buster hamradio
Then:
apt-get update
apt-get install dvswitch-server
Steve N4IRS
On
2/14/21 2:40 PM, David - W9DWH/4 via
groups.io wrote:
http://dvswitch.org/DVSwitch_install.pdf
|
|
Re: Unable to locate package dvswitch-server

Steve N4IRS
This is from a install using the ASL amd64 ISO:
Linux repeater 4.9.0-14-amd64 #1 SMP Debian 4.9.246-2
(2020-12-17) x86_64
The programs included with the Debian GNU/Linux system are free
software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sun Feb 14 18:51:04 2021
repeater@repeater:~$ uname -a
Linux repeater 4.9.0-14-amd64 #1 SMP Debian 4.9.246-2 (2020-12-17)
x86_64 GNU/Linux
repeater@repeater:~$ cat /etc/debian_version
9.13
repeater@repeater:~$ cat /etc/issue.net
Debian GNU/Linux 9
repeater@repeater:~$ cat /etc/apt/sources.list
#
# deb cdrom:[Debian GNU/Linux 9.3.0 _Stretch_ - Official
Multi-architecture amd64/i386 NETINST #1 20171209-13:49]/ stretch
contrib main non-free
#deb cdrom:[Debian GNU/Linux 9.3.0 _Stretch_ - Official
Multi-architecture amd64/i386 NETINST #1 20171209-13:49]/ stretch
contrib main non-free
deb http://http.us.debian.org/debian stretch main non-free contrib
deb-src http://http.us.debian.org/debian stretch main non-free
contrib
deb http://dvswitch.org/ASL_Repository stretch hamradio
deb http://security.debian.org/debian-security stretch/updates
main contrib non-free
deb-src http://security.debian.org/debian-security stretch/updates
main contrib non-free
# stretch-updates, previously known as 'volatile'
deb http://http.us.debian.org/debian stretch-updates main contrib
non-free
deb-src http://http.us.debian.org/debian stretch-updates main
contrib non-free
repeater@repeater:~$
toggle quoted messageShow quoted text
On 2/14/21 6:28 PM, Mike KB8JNM wrote:
For anyone else's benefit,
I was missing source repo list
/etc/apt/sources.list
This is what it should read:
deb http://deb.debian.org/debian
buster main contrib non-free
deb-src http://deb.debian.org/debian
buster main contrib non-free
deb http://security.debian.org/debian-security
buster/updates main contrib
deb-src http://security.debian.org/debian-security
buster/updates main contrib
Installed just fine after fix
I would note that my install came from amd64 asl iso.
On 2/14/2021 6:13 PM, Steve N4IRS
wrote:
<https://packages.debian.org/buster/net-tools>
On 2/14/21 6:04 PM, Mike KB8JNM
wrote:
So, on a new attempt,
After : ./buster
E: Package 'net-tools' has no installation candidate
On 2/14/2021 3:18 PM, Mike KB8JNM
wrote:
The following packages have been kept back:
openssh-client openssh-server openssh-sftp-server ssh
0 upgraded, 0 newly installed, 0 to remove and 4 not
upgraded.
On 2/14/2021 3:17 PM, Mike
KB8JNM wrote:
Originally, it left me with 9
I installed them manually, all but 3
ssh client and server and one other network package.
On 2/14/2021 3:16 PM, Steve
N4IRS wrote:
are you saying that apt upgrade does not install
updates?
On 2/14/21 3:14 PM, Mike
KB8JNM wrote:
That is where it takes system updates but can not
install them all.
I'm pretty sure that is what the other fella was
having a issue with but can't speak to that if it
was not buster
On 2/14/2021 3:12 PM,
Steve N4IRS wrote:
OK,
step one:
Make sure your existing system is up to date.
apt update
apt upgrade
What is wrong there?
On 2/14/21 3:10 PM,
Mike KB8JNM wrote:
No, back up a step, I talking system.
apt update
apt apgrade
On 2/14/2021 3:08 PM,
Steve N4IRS wrote:
That script is the first step. It adds the
buster repo.
On 2/14/21 3:06 PM,
Mike KB8JNM wrote:
The issue was not with the install script.
Never got that far.
The issue was updated repository's that are
broken.
On 2/14/2021 3:05
PM, Steve N4IRS wrote:
This is the buster script:
#!/usr/bin/env bash
set -o errexit
# N4IRS 10/25/2020
#################################################
# #
# Add DVSwitch Repository and gpg
key #
# #
#################################################
if [[ $(/usr/bin/id -u) -ne 0 ]]; then
echo "Not running as root"
echo "either run as root or with sudo"
exit
fi
distribution=buster
# INSTALL gnupg needed for gpg.key
[ ! -x "/usr/bin/gpg" ] && apt-get
install gnupg -y
# Add the backport repository, if needed
to install monit
if [ $(apt-cache policy monit | grep -c
"Candidate: (none)") -eq 1 ] ; then
# add repository
printf "%s\n" "deb http://ftp.de.debian.org/debian
buster-backports main" | tee
/etc/apt/sources.list.d/buster-backports.list
fi
# INSTALL netstat needed by dvswitch.sh
[ ! -x "/bin/netstat" ] && apt-get
install net-tools -y
# Check for rc.local and create if not
found.
FILE="/etc/rc.local"
if [ ! -f "$FILE" ] ; then
echo '#!/bin/sh -e' > $FILE
echo '' >> $FILE
echo 'exit 0' >> $FILE
chmod +x $FILE
fi
# Are the repos installed
# Should this test for buster too?
if [ -f
/etc/apt/sources.list.d/dvswitch.list ]
then
echo "The Repository file already
exists, exiting"
exit 0
fi
# Install the key and add the repo
wget -O - http://dvswitch.org/DVSwitch_Repository/dvswitch.gpg.key
| apt-key add -
echo "# Official DVSwitch repository"
>/etc/apt/sources.list.d/dvswitch.list
echo "deb http://dvswitch.org/DVSwitch_Repository
$distribution hamradio"
>>/etc/apt/sources.list.d/dvswitch.list
echo "#"
>>/etc/apt/sources.list.d/dvswitch.list
apt-get update
# print the installed repositories
echo "Installed repositories:"
apt-cache policy | grep http | awk '{print
$2 $3}' | sort -u
I don't see any way it would install a
pointer to http://dvswitch.org/ASL_Repository
stretch
On 2/14/21 3:00
PM, Mike KB8JNM wrote:
I have the same issue with Buster
I was able to manually update packages
until ssh-client/server and one other
related
Stopped till I have time to fool with
it again.
On 2/14/2021
2:48 PM, Steve N4IRS wrote:
I assume you mean this:
wget http://dvswitch.org/buster
sudo chmod +x buster
sudo ./buster
sudo apt-get update
sudo apt-get install dvswitch-server
The buster script would have either
added the buster repository or told you
that it was already installed.
Check
/etc/apt/sources.list.d/allstarlink.list
deb http://dvswitch.org/DVSwitch_Repository
buster hamradio
Then:
apt-get update
apt-get install dvswitch-server
Steve N4IRS
On 2/14/21
2:40 PM, David - W9DWH/4 via groups.io
wrote:
http://dvswitch.org/DVSwitch_install.pdf
|
|
Re: Unable to locate package dvswitch-server

Steve N4IRS
The amd64 asl ISO is stretch, not buster.
toggle quoted messageShow quoted text
On 2/14/21 6:28 PM, Mike KB8JNM wrote:
For anyone else's benefit,
I was missing source repo list
/etc/apt/sources.list
This is what it should read:
deb http://deb.debian.org/debian
buster main contrib non-free
deb-src http://deb.debian.org/debian
buster main contrib non-free
deb http://security.debian.org/debian-security
buster/updates main contrib
deb-src http://security.debian.org/debian-security
buster/updates main contrib
Installed just fine after fix
I would note that my install came from amd64 asl iso.
On 2/14/2021 6:13 PM, Steve N4IRS
wrote:
<https://packages.debian.org/buster/net-tools>
On 2/14/21 6:04 PM, Mike KB8JNM
wrote:
So, on a new attempt,
After : ./buster
E: Package 'net-tools' has no installation candidate
On 2/14/2021 3:18 PM, Mike KB8JNM
wrote:
The following packages have been kept back:
openssh-client openssh-server openssh-sftp-server ssh
0 upgraded, 0 newly installed, 0 to remove and 4 not
upgraded.
On 2/14/2021 3:17 PM, Mike
KB8JNM wrote:
Originally, it left me with 9
I installed them manually, all but 3
ssh client and server and one other network package.
On 2/14/2021 3:16 PM, Steve
N4IRS wrote:
are you saying that apt upgrade does not install
updates?
On 2/14/21 3:14 PM, Mike
KB8JNM wrote:
That is where it takes system updates but can not
install them all.
I'm pretty sure that is what the other fella was
having a issue with but can't speak to that if it
was not buster
On 2/14/2021 3:12 PM,
Steve N4IRS wrote:
OK,
step one:
Make sure your existing system is up to date.
apt update
apt upgrade
What is wrong there?
On 2/14/21 3:10 PM,
Mike KB8JNM wrote:
No, back up a step, I talking system.
apt update
apt apgrade
On 2/14/2021 3:08 PM,
Steve N4IRS wrote:
That script is the first step. It adds the
buster repo.
On 2/14/21 3:06 PM,
Mike KB8JNM wrote:
The issue was not with the install script.
Never got that far.
The issue was updated repository's that are
broken.
On 2/14/2021 3:05
PM, Steve N4IRS wrote:
This is the buster script:
#!/usr/bin/env bash
set -o errexit
# N4IRS 10/25/2020
#################################################
# #
# Add DVSwitch Repository and gpg
key #
# #
#################################################
if [[ $(/usr/bin/id -u) -ne 0 ]]; then
echo "Not running as root"
echo "either run as root or with sudo"
exit
fi
distribution=buster
# INSTALL gnupg needed for gpg.key
[ ! -x "/usr/bin/gpg" ] && apt-get
install gnupg -y
# Add the backport repository, if needed
to install monit
if [ $(apt-cache policy monit | grep -c
"Candidate: (none)") -eq 1 ] ; then
# add repository
printf "%s\n" "deb http://ftp.de.debian.org/debian
buster-backports main" | tee
/etc/apt/sources.list.d/buster-backports.list
fi
# INSTALL netstat needed by dvswitch.sh
[ ! -x "/bin/netstat" ] && apt-get
install net-tools -y
# Check for rc.local and create if not
found.
FILE="/etc/rc.local"
if [ ! -f "$FILE" ] ; then
echo '#!/bin/sh -e' > $FILE
echo '' >> $FILE
echo 'exit 0' >> $FILE
chmod +x $FILE
fi
# Are the repos installed
# Should this test for buster too?
if [ -f
/etc/apt/sources.list.d/dvswitch.list ]
then
echo "The Repository file already
exists, exiting"
exit 0
fi
# Install the key and add the repo
wget -O - http://dvswitch.org/DVSwitch_Repository/dvswitch.gpg.key
| apt-key add -
echo "# Official DVSwitch repository"
>/etc/apt/sources.list.d/dvswitch.list
echo "deb http://dvswitch.org/DVSwitch_Repository
$distribution hamradio"
>>/etc/apt/sources.list.d/dvswitch.list
echo "#"
>>/etc/apt/sources.list.d/dvswitch.list
apt-get update
# print the installed repositories
echo "Installed repositories:"
apt-cache policy | grep http | awk '{print
$2 $3}' | sort -u
I don't see any way it would install a
pointer to http://dvswitch.org/ASL_Repository
stretch
On 2/14/21 3:00
PM, Mike KB8JNM wrote:
I have the same issue with Buster
I was able to manually update packages
until ssh-client/server and one other
related
Stopped till I have time to fool with
it again.
On 2/14/2021
2:48 PM, Steve N4IRS wrote:
I assume you mean this:
wget http://dvswitch.org/buster
sudo chmod +x buster
sudo ./buster
sudo apt-get update
sudo apt-get install dvswitch-server
The buster script would have either
added the buster repository or told you
that it was already installed.
Check
/etc/apt/sources.list.d/allstarlink.list
deb http://dvswitch.org/DVSwitch_Repository
buster hamradio
Then:
apt-get update
apt-get install dvswitch-server
Steve N4IRS
On 2/14/21
2:40 PM, David - W9DWH/4 via groups.io
wrote:
http://dvswitch.org/DVSwitch_install.pdf
|
|
Re: Unable to locate package dvswitch-server

Mike KB8JNM
toggle quoted messageShow quoted text
On 2/14/2021 6:13 PM, Steve N4IRS
wrote:
<https://packages.debian.org/buster/net-tools>
On 2/14/21 6:04 PM, Mike KB8JNM
wrote:
So, on a new attempt,
After : ./buster
E: Package 'net-tools' has no installation candidate
On 2/14/2021 3:18 PM, Mike KB8JNM
wrote:
The following packages have been kept back:
openssh-client openssh-server openssh-sftp-server ssh
0 upgraded, 0 newly installed, 0 to remove and 4 not
upgraded.
On 2/14/2021 3:17 PM, Mike KB8JNM
wrote:
Originally, it left me with 9
I installed them manually, all but 3
ssh client and server and one other network package.
On 2/14/2021 3:16 PM, Steve
N4IRS wrote:
are you saying that apt upgrade does not install updates?
On 2/14/21 3:14 PM, Mike
KB8JNM wrote:
That is where it takes system updates but can not
install them all.
I'm pretty sure that is what the other fella was
having a issue with but can't speak to that if it was
not buster
On 2/14/2021 3:12 PM, Steve
N4IRS wrote:
OK,
step one:
Make sure your existing system is up to date.
apt update
apt upgrade
What is wrong there?
On 2/14/21 3:10 PM, Mike
KB8JNM wrote:
No, back up a step, I talking system.
apt update
apt apgrade
On 2/14/2021 3:08 PM,
Steve N4IRS wrote:
That script is the first step. It adds the buster
repo.
On 2/14/21 3:06 PM,
Mike KB8JNM wrote:
The issue was not with the install script.
Never got that far.
The issue was updated repository's that are
broken.
On 2/14/2021 3:05
PM, Steve N4IRS wrote:
This is the buster script:
#!/usr/bin/env bash
set -o errexit
# N4IRS 10/25/2020
#################################################
# #
# Add DVSwitch Repository and gpg
key #
# #
#################################################
if [[ $(/usr/bin/id -u) -ne 0 ]]; then
echo "Not running as root"
echo "either run as root or with sudo"
exit
fi
distribution=buster
# INSTALL gnupg needed for gpg.key
[ ! -x "/usr/bin/gpg" ] && apt-get
install gnupg -y
# Add the backport repository, if needed to
install monit
if [ $(apt-cache policy monit | grep -c
"Candidate: (none)") -eq 1 ] ; then
# add repository
printf "%s\n" "deb http://ftp.de.debian.org/debian
buster-backports main" | tee
/etc/apt/sources.list.d/buster-backports.list
fi
# INSTALL netstat needed by dvswitch.sh
[ ! -x "/bin/netstat" ] && apt-get
install net-tools -y
# Check for rc.local and create if not
found.
FILE="/etc/rc.local"
if [ ! -f "$FILE" ] ; then
echo '#!/bin/sh -e' > $FILE
echo '' >> $FILE
echo 'exit 0' >> $FILE
chmod +x $FILE
fi
# Are the repos installed
# Should this test for buster too?
if [ -f
/etc/apt/sources.list.d/dvswitch.list ]
then
echo "The Repository file already
exists, exiting"
exit 0
fi
# Install the key and add the repo
wget -O - http://dvswitch.org/DVSwitch_Repository/dvswitch.gpg.key
| apt-key add -
echo "# Official DVSwitch repository"
>/etc/apt/sources.list.d/dvswitch.list
echo "deb http://dvswitch.org/DVSwitch_Repository
$distribution hamradio"
>>/etc/apt/sources.list.d/dvswitch.list
echo "#"
>>/etc/apt/sources.list.d/dvswitch.list
apt-get update
# print the installed repositories
echo "Installed repositories:"
apt-cache policy | grep http | awk '{print
$2 $3}' | sort -u
I don't see any way it would install a pointer
to http://dvswitch.org/ASL_Repository
stretch
On 2/14/21 3:00
PM, Mike KB8JNM wrote:
I have the same issue with Buster
I was able to manually update packages
until ssh-client/server and one other
related
Stopped till I have time to fool with it
again.
On 2/14/2021
2:48 PM, Steve N4IRS wrote:
I assume you mean this:
wget http://dvswitch.org/buster
sudo chmod +x buster
sudo ./buster
sudo apt-get update
sudo apt-get install dvswitch-server
The buster script would have either added
the buster repository or told you that it
was already installed.
Check
/etc/apt/sources.list.d/allstarlink.list
deb http://dvswitch.org/DVSwitch_Repository
buster hamradio
Then:
apt-get update
apt-get install dvswitch-server
Steve N4IRS
On 2/14/21
2:40 PM, David - W9DWH/4 via groups.io
wrote:
http://dvswitch.org/DVSwitch_install.pdf
|
|
Re: Unable to locate package dvswitch-server

Steve N4IRS
toggle quoted messageShow quoted text
On 2/14/21 6:04 PM, Mike KB8JNM wrote:
So, on a new attempt,
After : ./buster
E: Package 'net-tools' has no installation candidate
On 2/14/2021 3:18 PM, Mike KB8JNM
wrote:
The following packages have been kept back:
openssh-client openssh-server openssh-sftp-server ssh
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
On 2/14/2021 3:17 PM, Mike KB8JNM
wrote:
Originally, it left me with 9
I installed them manually, all but 3
ssh client and server and one other network package.
On 2/14/2021 3:16 PM, Steve N4IRS
wrote:
are you saying that apt upgrade does not install updates?
On 2/14/21 3:14 PM, Mike KB8JNM
wrote:
That is where it takes system updates but can not
install them all.
I'm pretty sure that is what the other fella was having
a issue with but can't speak to that if it was not
buster
On 2/14/2021 3:12 PM, Steve
N4IRS wrote:
OK,
step one:
Make sure your existing system is up to date.
apt update
apt upgrade
What is wrong there?
On 2/14/21 3:10 PM, Mike
KB8JNM wrote:
No, back up a step, I talking system.
apt update
apt apgrade
On 2/14/2021 3:08 PM,
Steve N4IRS wrote:
That script is the first step. It adds the buster
repo.
On 2/14/21 3:06 PM,
Mike KB8JNM wrote:
The issue was not with the install script.
Never got that far.
The issue was updated repository's that are
broken.
On 2/14/2021 3:05 PM,
Steve N4IRS wrote:
This is the buster script:
#!/usr/bin/env bash
set -o errexit
# N4IRS 10/25/2020
#################################################
# #
# Add DVSwitch Repository and gpg
key #
# #
#################################################
if [[ $(/usr/bin/id -u) -ne 0 ]]; then
echo "Not running as root"
echo "either run as root or with sudo"
exit
fi
distribution=buster
# INSTALL gnupg needed for gpg.key
[ ! -x "/usr/bin/gpg" ] && apt-get
install gnupg -y
# Add the backport repository, if needed to
install monit
if [ $(apt-cache policy monit | grep -c
"Candidate: (none)") -eq 1 ] ; then
# add repository
printf "%s\n" "deb http://ftp.de.debian.org/debian
buster-backports main" | tee
/etc/apt/sources.list.d/buster-backports.list
fi
# INSTALL netstat needed by dvswitch.sh
[ ! -x "/bin/netstat" ] && apt-get
install net-tools -y
# Check for rc.local and create if not found.
FILE="/etc/rc.local"
if [ ! -f "$FILE" ] ; then
echo '#!/bin/sh -e' > $FILE
echo '' >> $FILE
echo 'exit 0' >> $FILE
chmod +x $FILE
fi
# Are the repos installed
# Should this test for buster too?
if [ -f /etc/apt/sources.list.d/dvswitch.list
]
then
echo "The Repository file already exists,
exiting"
exit 0
fi
# Install the key and add the repo
wget -O - http://dvswitch.org/DVSwitch_Repository/dvswitch.gpg.key
| apt-key add -
echo "# Official DVSwitch repository"
>/etc/apt/sources.list.d/dvswitch.list
echo "deb http://dvswitch.org/DVSwitch_Repository
$distribution hamradio"
>>/etc/apt/sources.list.d/dvswitch.list
echo "#"
>>/etc/apt/sources.list.d/dvswitch.list
apt-get update
# print the installed repositories
echo "Installed repositories:"
apt-cache policy | grep http | awk '{print $2
$3}' | sort -u
I don't see any way it would install a pointer
to http://dvswitch.org/ASL_Repository
stretch
On 2/14/21 3:00 PM,
Mike KB8JNM wrote:
I have the same issue with Buster
I was able to manually update packages
until ssh-client/server and one other
related
Stopped till I have time to fool with it
again.
On 2/14/2021 2:48
PM, Steve N4IRS wrote:
I assume you mean this:
wget http://dvswitch.org/buster
sudo chmod +x buster
sudo ./buster
sudo apt-get update
sudo apt-get install dvswitch-server
The buster script would have either added
the buster repository or told you that it
was already installed.
Check
/etc/apt/sources.list.d/allstarlink.list
deb http://dvswitch.org/DVSwitch_Repository
buster hamradio
Then:
apt-get update
apt-get install dvswitch-server
Steve N4IRS
On 2/14/21 2:40
PM, David - W9DWH/4 via groups.io wrote:
http://dvswitch.org/DVSwitch_install.pdf
|
|
Re: Unable to locate package dvswitch-server

Mike KB8JNM
So, on a new attempt,
After : ./buster
E: Package 'net-tools' has no installation candidate
toggle quoted messageShow quoted text
On 2/14/2021 3:18 PM, Mike KB8JNM
wrote:
The following packages have been kept back:
openssh-client openssh-server openssh-sftp-server ssh
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
On 2/14/2021 3:17 PM, Mike KB8JNM
wrote:
Originally, it left me with 9
I installed them manually, all but 3
ssh client and server and one other network package.
On 2/14/2021 3:16 PM, Steve N4IRS
wrote:
are you saying that apt upgrade does not install updates?
On 2/14/21 3:14 PM, Mike KB8JNM
wrote:
That is where it takes system updates but can not install
them all.
I'm pretty sure that is what the other fella was having a
issue with but can't speak to that if it was not buster
On 2/14/2021 3:12 PM, Steve
N4IRS wrote:
OK,
step one:
Make sure your existing system is up to date.
apt update
apt upgrade
What is wrong there?
On 2/14/21 3:10 PM, Mike
KB8JNM wrote:
No, back up a step, I talking system.
apt update
apt apgrade
On 2/14/2021 3:08 PM, Steve
N4IRS wrote:
That script is the first step. It adds the buster
repo.
On 2/14/21 3:06 PM, Mike
KB8JNM wrote:
The issue was not with the install script.
Never got that far.
The issue was updated repository's that are
broken.
On 2/14/2021 3:05 PM,
Steve N4IRS wrote:
This is the buster script:
#!/usr/bin/env bash
set -o errexit
# N4IRS 10/25/2020
#################################################
#
#
# Add DVSwitch Repository and gpg key
#
#
#
#################################################
if [[ $(/usr/bin/id -u) -ne 0 ]]; then
echo "Not running as root"
echo "either run as root or with sudo"
exit
fi
distribution=buster
# INSTALL gnupg needed for gpg.key
[ ! -x "/usr/bin/gpg" ] && apt-get
install gnupg -y
# Add the backport repository, if needed to
install monit
if [ $(apt-cache policy monit | grep -c
"Candidate: (none)") -eq 1 ] ; then
# add repository
printf "%s\n" "deb http://ftp.de.debian.org/debian
buster-backports main" | tee
/etc/apt/sources.list.d/buster-backports.list
fi
# INSTALL netstat needed by dvswitch.sh
[ ! -x "/bin/netstat" ] && apt-get
install net-tools -y
# Check for rc.local and create if not found.
FILE="/etc/rc.local"
if [ ! -f "$FILE" ] ; then
echo '#!/bin/sh -e' > $FILE
echo '' >> $FILE
echo 'exit 0' >> $FILE
chmod +x $FILE
fi
# Are the repos installed
# Should this test for buster too?
if [ -f /etc/apt/sources.list.d/dvswitch.list ]
then
echo "The Repository file already exists,
exiting"
exit 0
fi
# Install the key and add the repo
wget -O - http://dvswitch.org/DVSwitch_Repository/dvswitch.gpg.key
| apt-key add -
echo "# Official DVSwitch repository"
>/etc/apt/sources.list.d/dvswitch.list
echo "deb http://dvswitch.org/DVSwitch_Repository
$distribution hamradio"
>>/etc/apt/sources.list.d/dvswitch.list
echo "#"
>>/etc/apt/sources.list.d/dvswitch.list
apt-get update
# print the installed repositories
echo "Installed repositories:"
apt-cache policy | grep http | awk '{print $2
$3}' | sort -u
I don't see any way it would install a pointer to
http://dvswitch.org/ASL_Repository
stretch
On 2/14/21 3:00 PM,
Mike KB8JNM wrote:
I have the same issue with Buster
I was able to manually update packages until
ssh-client/server and one other related
Stopped till I have time to fool with it
again.
On 2/14/2021 2:48
PM, Steve N4IRS wrote:
I assume you mean this:
wget http://dvswitch.org/buster
sudo chmod +x buster
sudo ./buster
sudo apt-get update
sudo apt-get install dvswitch-server
The buster script would have either added the
buster repository or told you that it was
already installed.
Check /etc/apt/sources.list.d/allstarlink.list
deb http://dvswitch.org/DVSwitch_Repository
buster hamradio
Then:
apt-get update
apt-get install dvswitch-server
Steve N4IRS
On 2/14/21 2:40
PM, David - W9DWH/4 via groups.io wrote:
http://dvswitch.org/DVSwitch_install.pdf
|
|
Re: Unable to locate package dvswitch-server
Interesting, yes. I tried pinging 104.128.206.50 and it times out! strange.
Don WB5EKU
toggle quoted messageShow quoted text
On Sun, Feb 14, 2021 at 12:50 PM Steve N4IRS < szingman@...> wrote:
Interesting
root@allstar:/tmp# traceroute 44.103.34.4
traceroute to 44.103.34.4 (44.103.34.4), 30 hops max, 60 byte
packets
1 104-168-46-1-host.colocrossing.com (104.168.46.1) 0.952 ms
1.000 ms 0.980 ms
2 10.8.24.245 (10.8.24.245) 0.749 ms 0.794 ms 0.778 ms
3 * 10.8.12.33 (10.8.12.33) 1.475 ms 10.8.12.21 (10.8.12.21)
1.439 ms
4 10.8.27.29 (10.8.27.29) 2.211 ms 10.8.40.221 (10.8.40.221)
0.378 ms 10.8.13.33 (10.8.13.33) 0.423 ms
5 buf-b1-link.telia.net (62.115.59.85) 0.631 ms
buf-b1-link.telia.net (62.115.59.89) 0.593 ms
buf-b1-link.telia.net (62.115.59.97) 0.541 ms
6 nyk-bb3-link.ip.twelve99.net (80.91.246.37) 16.005 ms 16.180
ms nyk-bb2-link.ip.twelve99.net (62.115.141.181) 11.095 ms
7 ash-bb2-link.ip.twelve99.net (62.115.136.201) 15.455 ms
rest-bb1-link.ip.twelve99.net (62.115.141.244) 16.331 ms 16.139
ms
8 ash-b2-link.ip.twelve99.net (62.115.123.123) 16.423 ms
16.144 ms 16.431 ms
9 chartercommunications-svc064253-ic345845.c.telia.net
(62.115.177.175) 15.583 ms 15.651 ms 15.722 ms
10 bbr01ashbva-bue-3.ashb.va.charter.com (96.34.3.50) 29.794 ms
28.684 ms 34.080 ms
11 bbr01sgnwmi-bue-4.sgnw.mi.charter.com (96.34.0.243) 30.983
ms 27.890 ms 30.945 ms
12 crr01sgnwmi-bue-1.sgnw.mi.charter.com (96.34.2.57) 27.644 ms
28.450 ms 27.608 ms
13 crr01aldlmi-bue-5.aldl.mi.charter.com (96.34.34.242) 27.524
ms 28.182 ms 27.540 ms
14 crr02aldlmi-bue-21.aldl.mi.charter.com (96.34.32.35) 27.901
ms 27.878 ms 28.484 ms
15 dtr02mdvlmi-bue-19.mdvl.mi.charter.com (96.34.40.31) 27.402
ms 27.417 ms 27.349 ms
16 150.181.5.183 (150.181.5.183) 26.943 ms 26.922 ms 26.854 ms
17 096-036-053-022.biz.spectrum.com (96.36.53.22) 28.109 ms
27.269 ms 27.982 ms
18 104.128.206.50 (104.128.206.50) 28.126 ms 27.193 ms 28.079
ms
19 44.103.34.4 (44.103.34.4) 28.013 ms 27.995 ms 27.392 ms
On 2/14/21 3:46 PM, Don WB5EKU wrote:
On Sun, Feb 14, 2021 at 12:25
PM Steve N4IRS < szingman@...> wrote:
can you ping 44.103.34.4
What does traceroute 44.103.34.4 produce?
On 2/14/21 3:20 PM, Don WB5EKU wrote:
Unfortunately I have been having issues
with either downloading or updating from
I have spent quite a bit of time talking with
Spectrum Customer Service (!) and they
claim that they can reach the 44 block.
Yes, I have checked my router over and over.
Stumped.
Don
WB5EKU
On Sun, Feb 14, 2021
at 12:15 PM Steve N4IRS < szingman@...>
wrote:
I just did it this morning and have done it
quite a few times over the last few days.
On 2/14/21 3:12 PM, Mike KB8JNM wrote:
It did work a week or more ago, then something
changed with the packages for system.
On 2/14/2021 3:10 PM, Mike KB8JNM wrote:
No, back up a step, I talking system.
apt update
apt apgrade
On 2/14/2021 3:08 PM, Steve N4IRS wrote:
That script is the
first step. It adds the buster repo.
On 2/14/21 3:06 PM, Mike KB8JNM wrote:
The issue was not with the install
script.
Never got that far.
The issue was updated repository's that
are broken.
On 2/14/2021 3:05 PM, Steve N4IRS
wrote:
This is the buster
script:
#!/usr/bin/env bash
set -o errexit
# N4IRS 10/25/2020
#################################################
# #
# Add DVSwitch Repository and gpg
key #
# #
#################################################
if [[ $(/usr/bin/id -u) -ne 0 ]]; then
echo "Not running as root"
echo "either run as root or with
sudo"
exit
fi
distribution=buster
# INSTALL gnupg needed for gpg.key
[ ! -x "/usr/bin/gpg" ] &&
apt-get install gnupg -y
# Add the backport repository, if needed
to install monit
if [ $(apt-cache policy monit | grep -c
"Candidate: (none)") -eq 1 ] ; then
# add repository
printf "%s\n" "deb http://ftp.de.debian.org/debian
buster-backports main" | tee
/etc/apt/sources.list.d/buster-backports.list
fi
# INSTALL netstat needed by dvswitch.sh
[ ! -x "/bin/netstat" ] &&
apt-get install net-tools -y
# Check for rc.local and create if not
found.
FILE="/etc/rc.local"
if [ ! -f "$FILE" ] ; then
echo '#!/bin/sh -e' > $FILE
echo '' >> $FILE
echo 'exit 0' >> $FILE
chmod +x $FILE
fi
# Are the repos installed
# Should this test for buster too?
if [ -f
/etc/apt/sources.list.d/dvswitch.list ]
then
echo "The Repository file already
exists, exiting"
exit 0
fi
# Install the key and add the repo
wget -O - http://dvswitch.org/DVSwitch_Repository/dvswitch.gpg.key
| apt-key add -
echo "# Official DVSwitch repository"
>/etc/apt/sources.list.d/dvswitch.list
echo "deb http://dvswitch.org/DVSwitch_Repository
$distribution hamradio"
>>/etc/apt/sources.list.d/dvswitch.list
echo "#"
>>/etc/apt/sources.list.d/dvswitch.list
apt-get update
# print the installed repositories
echo "Installed repositories:"
apt-cache policy | grep http | awk
'{print $2 $3}' | sort -u
I don't see any way it would install a
pointer to http://dvswitch.org/ASL_Repository
stretch
On 2/14/21 3:00 PM, Mike KB8JNM
wrote:
I have the same issue with Buster
I was able to manually update
packages until ssh-client/server and
one other related
Stopped till I have time to fool with
it again.
On 2/14/2021 2:48 PM, Steve N4IRS
wrote:
I assume you
mean this:
wget http://dvswitch.org/buster
sudo chmod +x buster
sudo ./buster
sudo apt-get update
sudo apt-get install dvswitch-server
The buster script would have either
added the buster repository or told
you that it was already installed.
Check
/etc/apt/sources.list.d/allstarlink.list
deb http://dvswitch.org/DVSwitch_Repository
buster hamradio
Then:
apt-get update
apt-get install dvswitch-server
Steve N4IRS
On 2/14/21 2:40 PM, David -
W9DWH/4 via groups.io
wrote:
http://dvswitch.org/DVSwitch_install.pdf
|
|
Re: Unable to locate package dvswitch-server

Steve N4IRS
Interesting
root@allstar:/tmp# traceroute 44.103.34.4
traceroute to 44.103.34.4 (44.103.34.4), 30 hops max, 60 byte
packets
1 104-168-46-1-host.colocrossing.com (104.168.46.1) 0.952 ms
1.000 ms 0.980 ms
2 10.8.24.245 (10.8.24.245) 0.749 ms 0.794 ms 0.778 ms
3 * 10.8.12.33 (10.8.12.33) 1.475 ms 10.8.12.21 (10.8.12.21)
1.439 ms
4 10.8.27.29 (10.8.27.29) 2.211 ms 10.8.40.221 (10.8.40.221)
0.378 ms 10.8.13.33 (10.8.13.33) 0.423 ms
5 buf-b1-link.telia.net (62.115.59.85) 0.631 ms
buf-b1-link.telia.net (62.115.59.89) 0.593 ms
buf-b1-link.telia.net (62.115.59.97) 0.541 ms
6 nyk-bb3-link.ip.twelve99.net (80.91.246.37) 16.005 ms 16.180
ms nyk-bb2-link.ip.twelve99.net (62.115.141.181) 11.095 ms
7 ash-bb2-link.ip.twelve99.net (62.115.136.201) 15.455 ms
rest-bb1-link.ip.twelve99.net (62.115.141.244) 16.331 ms 16.139
ms
8 ash-b2-link.ip.twelve99.net (62.115.123.123) 16.423 ms
16.144 ms 16.431 ms
9 chartercommunications-svc064253-ic345845.c.telia.net
(62.115.177.175) 15.583 ms 15.651 ms 15.722 ms
10 bbr01ashbva-bue-3.ashb.va.charter.com (96.34.3.50) 29.794 ms
28.684 ms 34.080 ms
11 bbr01sgnwmi-bue-4.sgnw.mi.charter.com (96.34.0.243) 30.983
ms 27.890 ms 30.945 ms
12 crr01sgnwmi-bue-1.sgnw.mi.charter.com (96.34.2.57) 27.644 ms
28.450 ms 27.608 ms
13 crr01aldlmi-bue-5.aldl.mi.charter.com (96.34.34.242) 27.524
ms 28.182 ms 27.540 ms
14 crr02aldlmi-bue-21.aldl.mi.charter.com (96.34.32.35) 27.901
ms 27.878 ms 28.484 ms
15 dtr02mdvlmi-bue-19.mdvl.mi.charter.com (96.34.40.31) 27.402
ms 27.417 ms 27.349 ms
16 150.181.5.183 (150.181.5.183) 26.943 ms 26.922 ms 26.854 ms
17 096-036-053-022.biz.spectrum.com (96.36.53.22) 28.109 ms
27.269 ms 27.982 ms
18 104.128.206.50 (104.128.206.50) 28.126 ms 27.193 ms 28.079
ms
19 44.103.34.4 (44.103.34.4) 28.013 ms 27.995 ms 27.392 ms
toggle quoted messageShow quoted text
On 2/14/21 3:46 PM, Don WB5EKU wrote:
On Sun, Feb 14, 2021 at 12:25
PM Steve N4IRS < szingman@...> wrote:
can you ping 44.103.34.4
What does traceroute 44.103.34.4 produce?
On 2/14/21 3:20 PM, Don WB5EKU wrote:
Unfortunately I have been having issues
with either downloading or updating from
I have spent quite a bit of time talking with
Spectrum Customer Service (!) and they
claim that they can reach the 44 block.
Yes, I have checked my router over and over.
Stumped.
Don
WB5EKU
On Sun, Feb 14, 2021
at 12:15 PM Steve N4IRS < szingman@...>
wrote:
I just did it this morning and have done it
quite a few times over the last few days.
On 2/14/21 3:12 PM, Mike KB8JNM wrote:
It did work a week or more ago, then something
changed with the packages for system.
On 2/14/2021 3:10 PM, Mike KB8JNM wrote:
No, back up a step, I talking system.
apt update
apt apgrade
On 2/14/2021 3:08 PM, Steve N4IRS wrote:
That script is the
first step. It adds the buster repo.
On 2/14/21 3:06 PM, Mike KB8JNM wrote:
The issue was not with the install
script.
Never got that far.
The issue was updated repository's that
are broken.
On 2/14/2021 3:05 PM, Steve N4IRS
wrote:
This is the buster
script:
#!/usr/bin/env bash
set -o errexit
# N4IRS 10/25/2020
#################################################
# #
# Add DVSwitch Repository and gpg
key #
# #
#################################################
if [[ $(/usr/bin/id -u) -ne 0 ]]; then
echo "Not running as root"
echo "either run as root or with
sudo"
exit
fi
distribution=buster
# INSTALL gnupg needed for gpg.key
[ ! -x "/usr/bin/gpg" ] &&
apt-get install gnupg -y
# Add the backport repository, if needed
to install monit
if [ $(apt-cache policy monit | grep -c
"Candidate: (none)") -eq 1 ] ; then
# add repository
printf "%s\n" "deb http://ftp.de.debian.org/debian
buster-backports main" | tee
/etc/apt/sources.list.d/buster-backports.list
fi
# INSTALL netstat needed by dvswitch.sh
[ ! -x "/bin/netstat" ] &&
apt-get install net-tools -y
# Check for rc.local and create if not
found.
FILE="/etc/rc.local"
if [ ! -f "$FILE" ] ; then
echo '#!/bin/sh -e' > $FILE
echo '' >> $FILE
echo 'exit 0' >> $FILE
chmod +x $FILE
fi
# Are the repos installed
# Should this test for buster too?
if [ -f
/etc/apt/sources.list.d/dvswitch.list ]
then
echo "The Repository file already
exists, exiting"
exit 0
fi
# Install the key and add the repo
wget -O - http://dvswitch.org/DVSwitch_Repository/dvswitch.gpg.key
| apt-key add -
echo "# Official DVSwitch repository"
>/etc/apt/sources.list.d/dvswitch.list
echo "deb http://dvswitch.org/DVSwitch_Repository
$distribution hamradio"
>>/etc/apt/sources.list.d/dvswitch.list
echo "#"
>>/etc/apt/sources.list.d/dvswitch.list
apt-get update
# print the installed repositories
echo "Installed repositories:"
apt-cache policy | grep http | awk
'{print $2 $3}' | sort -u
I don't see any way it would install a
pointer to http://dvswitch.org/ASL_Repository
stretch
On 2/14/21 3:00 PM, Mike KB8JNM
wrote:
I have the same issue with Buster
I was able to manually update
packages until ssh-client/server and
one other related
Stopped till I have time to fool with
it again.
On 2/14/2021 2:48 PM, Steve N4IRS
wrote:
I assume you
mean this:
wget http://dvswitch.org/buster
sudo chmod +x buster
sudo ./buster
sudo apt-get update
sudo apt-get install dvswitch-server
The buster script would have either
added the buster repository or told
you that it was already installed.
Check
/etc/apt/sources.list.d/allstarlink.list
deb http://dvswitch.org/DVSwitch_Repository
buster hamradio
Then:
apt-get update
apt-get install dvswitch-server
Steve N4IRS
On 2/14/21 2:40 PM, David -
W9DWH/4 via groups.io
wrote:
http://dvswitch.org/DVSwitch_install.pdf
|
|
Re: Unable to locate package dvswitch-server
That was a typeo. used 44.103.34.4 with same resulets
toggle quoted messageShow quoted text
Unfortunately I have been having issues with either downloading or updating from
Uh, could that be a typo? dvswitch.org seems to resolve just fine and downloading/updating from it works fine
"dvsiwtch.org" of course does not.
|
|
Re: Unable to locate package dvswitch-server
toggle quoted messageShow quoted text
On Sun, Feb 14, 2021 at 12:25 PM Steve N4IRS < szingman@...> wrote:
can you ping 44.103.34.4
What does traceroute 44.103.34.4 produce?
On 2/14/21 3:20 PM, Don WB5EKU wrote:
Unfortunately I have been having issues with either
downloading or updating from
I have spent quite a bit of time talking with Spectrum
Customer Service (!) and they
claim that they can reach the 44 block.
Yes, I have checked my router over and over.
Stumped.
Don
WB5EKU
On Sun, Feb 14, 2021 at 12:15
PM Steve N4IRS < szingman@...> wrote:
I just did it this morning and have done it quite a few
times over the last few days.
On 2/14/21 3:12 PM, Mike KB8JNM wrote:
It did work a week or more ago, then something changed
with the packages for system.
On 2/14/2021 3:10 PM, Mike KB8JNM wrote:
No, back up a step, I talking system.
apt update
apt apgrade
On 2/14/2021 3:08 PM, Steve N4IRS wrote:
That script is the first step.
It adds the buster repo.
On 2/14/21 3:06 PM, Mike KB8JNM wrote:
The issue was not with the install script.
Never got that far.
The issue was updated repository's that are
broken.
On 2/14/2021 3:05 PM, Steve N4IRS wrote:
This is the buster script:
#!/usr/bin/env bash
set -o errexit
# N4IRS 10/25/2020
#################################################
#
#
# Add DVSwitch Repository and gpg key
#
#
#
#################################################
if [[ $(/usr/bin/id -u) -ne 0 ]]; then
echo "Not running as root"
echo "either run as root or with sudo"
exit
fi
distribution=buster
# INSTALL gnupg needed for gpg.key
[ ! -x "/usr/bin/gpg" ] && apt-get
install gnupg -y
# Add the backport repository, if needed to
install monit
if [ $(apt-cache policy monit | grep -c
"Candidate: (none)") -eq 1 ] ; then
# add repository
printf "%s\n" "deb http://ftp.de.debian.org/debian
buster-backports main" | tee
/etc/apt/sources.list.d/buster-backports.list
fi
# INSTALL netstat needed by dvswitch.sh
[ ! -x "/bin/netstat" ] && apt-get
install net-tools -y
# Check for rc.local and create if not found.
FILE="/etc/rc.local"
if [ ! -f "$FILE" ] ; then
echo '#!/bin/sh -e' > $FILE
echo '' >> $FILE
echo 'exit 0' >> $FILE
chmod +x $FILE
fi
# Are the repos installed
# Should this test for buster too?
if [ -f /etc/apt/sources.list.d/dvswitch.list ]
then
echo "The Repository file already exists,
exiting"
exit 0
fi
# Install the key and add the repo
wget -O - http://dvswitch.org/DVSwitch_Repository/dvswitch.gpg.key
| apt-key add -
echo "# Official DVSwitch repository"
>/etc/apt/sources.list.d/dvswitch.list
echo "deb http://dvswitch.org/DVSwitch_Repository
$distribution hamradio"
>>/etc/apt/sources.list.d/dvswitch.list
echo "#"
>>/etc/apt/sources.list.d/dvswitch.list
apt-get update
# print the installed repositories
echo "Installed repositories:"
apt-cache policy | grep http | awk '{print $2
$3}' | sort -u
I don't see any way it would install a pointer to
http://dvswitch.org/ASL_Repository
stretch
On 2/14/21 3:00 PM, Mike KB8JNM wrote:
I have the same issue with Buster
I was able to manually update packages until
ssh-client/server and one other related
Stopped till I have time to fool with it
again.
On 2/14/2021 2:48 PM, Steve N4IRS wrote:
I assume you mean this:
wget http://dvswitch.org/buster
sudo chmod +x buster
sudo ./buster
sudo apt-get update
sudo apt-get install dvswitch-server
The buster script would have either added the
buster repository or told you that it was
already installed.
Check /etc/apt/sources.list.d/allstarlink.list
deb http://dvswitch.org/DVSwitch_Repository
buster hamradio
Then:
apt-get update
apt-get install dvswitch-server
Steve N4IRS
On 2/14/21 2:40 PM, David - W9DWH/4 via groups.io
wrote:
http://dvswitch.org/DVSwitch_install.pdf
|
|
Re: Unable to locate package dvswitch-server

Steve N4IRS
Choose Debian 10 64 bit.
toggle quoted messageShow quoted text
On 2/14/21 3:38 PM, David - W9DWH/4 via
groups.io wrote:
Buster isn't an option available to me. I can choose between
Ubuntu, CentOS, Debian, Fedora and OpenSUSE.
|
|
Re: Unable to locate package dvswitch-server

Steve N4IRS
Buster is the code name for Debian 10
toggle quoted messageShow quoted text
On 2/14/21 3:38 PM, David - W9DWH/4 via
groups.io wrote:
Buster isn't an option available to me. I can choose between
Ubuntu, CentOS, Debian, Fedora and OpenSUSE.
|
|
Re: Unable to locate package dvswitch-server
Buster isn't an option available to me. I can choose between Ubuntu, CentOS, Debian, Fedora and OpenSUSE.
|
|
Re: Unable to locate package dvswitch-server
Unfortunately I have been having issues with either downloading or updating from
Uh, could that be a typo? dvswitch.org seems to resolve just fine and downloading/updating from it works fine "dvsiwtch.org" of course does not.
|
|
Re: Unable to locate package dvswitch-server

Steve N4IRS
I would reinstall the OS. I recommend Buster.
toggle quoted messageShow quoted text
On 2/14/21 3:27 PM, David - W9DWH/4 via
groups.io wrote:
Reinstall the OS or delete the DVswitch folder and start over?
|
|
Re: DVSwitch dashboard not populating

Steve N4IRS
David,
You can try this:
apt download dvswitch-dashboard
I use mc (midnight commander) to open the .deb
In the CONTENTS directory, you will find all the files and where
they go.
ps: you can install Midnight Commander with apt install mc
toggle quoted messageShow quoted text
On 2/14/21 3:21 PM, David Young wrote:
Went through the process to install Allstar node on Debian10 amd64
cloud server which was already running multiple bridges (FCS /
DMR, NXDN reflector and bridge NXDN / DMR and P25 Reflector and
bridge P25 / DMR using analog_bridge modules. Eventually got
Allstar node installed and working including bridging it to DMR by
adding a third analog_bridge module (had to change the private
node ports from 32001 and 34001 to 32051 and 34051 to work
alongside the analog_bridge modules already configured for P25).
Tried to install DVSwitch-Server following Steve's posted
instructions and it generated an error during installation even
though I did the install test prior to the actual install which
did not generate any error. All the bridges are working correctly
including the Allstar node and bridge to DMR. The dashboard
however, I guess did not install fully. The web browser shows the
dashboard display but nothing populates the dashboard except the
bottom hardware information which is valid. I looked at the files
in path: >/var/www/html/include< and instead of seeing the
config.php file I expected, there is a file named
'config.php.dpkg-new' which seems to be part of the installation
which did not complete.
Is there a way to just reinstall the dashboard without removing
and reinstall DVSwitch-Server to reintall or repair the dashboard
installation?
Thanks for help,
--
Dave WB6DTB
|
|
Re: Unable to locate package dvswitch-server
Reinstall the OS or delete the DVswitch folder and start over?
|
|
Re: Unable to locate package dvswitch-server

Steve N4IRS
can you ping 44.103.34.4
What does traceroute 44.103.34.4 produce?
toggle quoted messageShow quoted text
On 2/14/21 3:20 PM, Don WB5EKU wrote:
Unfortunately I have been having issues with either
downloading or updating from
I have spent quite a bit of time talking with Spectrum
Customer Service (!) and they
claim that they can reach the 44 block.
Yes, I have checked my router over and over.
Stumped.
Don
WB5EKU
On Sun, Feb 14, 2021 at 12:15
PM Steve N4IRS < szingman@...> wrote:
I just did it this morning and have done it quite a few
times over the last few days.
On 2/14/21 3:12 PM, Mike KB8JNM wrote:
It did work a week or more ago, then something changed
with the packages for system.
On 2/14/2021 3:10 PM, Mike KB8JNM wrote:
No, back up a step, I talking system.
apt update
apt apgrade
On 2/14/2021 3:08 PM, Steve N4IRS wrote:
That script is the first step.
It adds the buster repo.
On 2/14/21 3:06 PM, Mike KB8JNM wrote:
The issue was not with the install script.
Never got that far.
The issue was updated repository's that are
broken.
On 2/14/2021 3:05 PM, Steve N4IRS wrote:
This is the buster script:
#!/usr/bin/env bash
set -o errexit
# N4IRS 10/25/2020
#################################################
#
#
# Add DVSwitch Repository and gpg key
#
#
#
#################################################
if [[ $(/usr/bin/id -u) -ne 0 ]]; then
echo "Not running as root"
echo "either run as root or with sudo"
exit
fi
distribution=buster
# INSTALL gnupg needed for gpg.key
[ ! -x "/usr/bin/gpg" ] && apt-get
install gnupg -y
# Add the backport repository, if needed to
install monit
if [ $(apt-cache policy monit | grep -c
"Candidate: (none)") -eq 1 ] ; then
# add repository
printf "%s\n" "deb http://ftp.de.debian.org/debian
buster-backports main" | tee
/etc/apt/sources.list.d/buster-backports.list
fi
# INSTALL netstat needed by dvswitch.sh
[ ! -x "/bin/netstat" ] && apt-get
install net-tools -y
# Check for rc.local and create if not found.
FILE="/etc/rc.local"
if [ ! -f "$FILE" ] ; then
echo '#!/bin/sh -e' > $FILE
echo '' >> $FILE
echo 'exit 0' >> $FILE
chmod +x $FILE
fi
# Are the repos installed
# Should this test for buster too?
if [ -f /etc/apt/sources.list.d/dvswitch.list ]
then
echo "The Repository file already exists,
exiting"
exit 0
fi
# Install the key and add the repo
wget -O - http://dvswitch.org/DVSwitch_Repository/dvswitch.gpg.key
| apt-key add -
echo "# Official DVSwitch repository"
>/etc/apt/sources.list.d/dvswitch.list
echo "deb http://dvswitch.org/DVSwitch_Repository
$distribution hamradio"
>>/etc/apt/sources.list.d/dvswitch.list
echo "#"
>>/etc/apt/sources.list.d/dvswitch.list
apt-get update
# print the installed repositories
echo "Installed repositories:"
apt-cache policy | grep http | awk '{print $2
$3}' | sort -u
I don't see any way it would install a pointer to
http://dvswitch.org/ASL_Repository
stretch
On 2/14/21 3:00 PM, Mike KB8JNM wrote:
I have the same issue with Buster
I was able to manually update packages until
ssh-client/server and one other related
Stopped till I have time to fool with it
again.
On 2/14/2021 2:48 PM, Steve N4IRS wrote:
I assume you mean this:
wget http://dvswitch.org/buster
sudo chmod +x buster
sudo ./buster
sudo apt-get update
sudo apt-get install dvswitch-server
The buster script would have either added the
buster repository or told you that it was
already installed.
Check /etc/apt/sources.list.d/allstarlink.list
deb http://dvswitch.org/DVSwitch_Repository
buster hamradio
Then:
apt-get update
apt-get install dvswitch-server
Steve N4IRS
On 2/14/21 2:40 PM, David - W9DWH/4 via groups.io
wrote:
http://dvswitch.org/DVSwitch_install.pdf
|
|
Re: DVSwitch dashboard not populating
I’ve noticed that some versions of Allstar also install apache2 as a webserver. DVswitch-server installs lighttpd as a webserver as well so there might be some conflicts. Others better than me can answer beyond this. Steve K4KSA
toggle quoted messageShow quoted text
From: main@DVSwitch.groups.io [mailto:main@DVSwitch.groups.io] On Behalf Of David Young Sent: Sunday, February 14, 2021 3:22 PM To: main@DVSwitch.groups.io Subject: [DVSwitch] DVSwitch dashboard not populating Went through the process to install Allstar node on Debian10 amd64 cloud server which was already running multiple bridges (FCS / DMR, NXDN reflector and bridge NXDN / DMR and P25 Reflector and bridge P25 / DMR using analog_bridge modules. Eventually got Allstar node installed and working including bridging it to DMR by adding a third analog_bridge module (had to change the private node ports from 32001 and 34001 to 32051 and 34051 to work alongside the analog_bridge modules already configured for P25). Tried to install DVSwitch-Server following Steve's posted instructions and it generated an error during installation even though I did the install test prior to the actual install which did not generate any error. All the bridges are working correctly including the Allstar node and bridge to DMR. The dashboard however, I guess did not install fully. The web browser shows the dashboard display but nothing populates the dashboard except the bottom hardware information which is valid. I looked at the files in path: >/var/www/html/include< and instead of seeing the config.php file I expected, there is a file named 'config.php.dpkg-new' which seems to be part of the installation which did not complete.
Is there a way to just reinstall the dashboard without removing and reinstall DVSwitch-Server to reintall or repair the dashboard installation?
Thanks for help, -- Dave WB6DTB
|
|
Re: Unable to locate package dvswitch-server

Steve N4IRS
David,
You have a mixed install. If possible you best bet is to start over.
The install attempt has left packages from stretch.
toggle quoted messageShow quoted text
On 2/14/21 3:20 PM, David - W9DWH/4 via
groups.io wrote:
I now have the DVswitch server installed but it is showing some
errors.
root@dvswitch:~# apt-get install dvswitch-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
dvswitch-server is already the newest version
(1.6.0-20201029-7).
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
dvswitch-server : Depends: dvswitch-menu but it is not going
to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no
packages (or specify a solution).
root@dvswitch:~#
When I type apt-get -f install I get this:
root@dvswitch:~# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
dvswitch-menu
The following NEW packages will be installed:
dvswitch-menu
0 upgraded, 1 newly installed, 0 to remove and 5 not
upgraded.
28 not fully installed or removed.
Need to get 0 B/76.3 kB of archives.
After this operation, 0 B of additional disk space will be
used.
Do you want to continue? [Y/n] Y
(Reading database ... 91894 files and directories currently
installed.)
Preparing to unpack
.../dvswitch-menu_1.6.1-20201220-113_all.deb ...
Unpacking dvswitch-menu (1.6.1-20201220-113) ...
dpkg: error processing archive
/var/cache/apt/archives/dvswitch-menu_1.6.1-20201220-113_all.deb
(--unpack):
trying to overwrite '/usr/local/dvs/init_config.sh', which
is also in package dvswitch-base 1.5-20200427-21
Errors were encountered while processing:
/var/cache/apt/archives/dvswitch-menu_1.6.1-20201220-113_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
When I type DVS to start it I get command not found.
|
|