Osmscom OP25 setup error

Status
Not open for further replies.

KD7TLH

Newbie
Premium Subscriber
Joined
Dec 30, 2018
Messages
4
Reaction score
0
Location
Highland Village. Texas
trying to set up Osmscom OP25 and while following install guide get this error.

~$ git clone op25
Cloning into 'op25'...
fatal: unable to access 'op25': server certificate verification failed. CAfile: none CRLfile: none

my boatbod setup ran okay but having an issue with osmocom
I'm following the OP25 Windows 10 virtual machine guide
 

foxtail

Member
Premium Subscriber
Joined
Dec 19, 2002
Messages
337
Reaction score
29
Location
Niagara Region Canada
I tried the Osmocom install as well that didn't pan out. Boatbod ver. worked. Are you putting in osmocom, as from the title here you write osmscom...just wondering.
 

KD7TLH

Newbie
Premium Subscriber
Joined
Dec 30, 2018
Messages
4
Reaction score
0
Location
Highland Village. Texas
I tried the Osmocom install as well that didn't pan out. Boatbod ver. worked. Are you putting in osmocom, as from the title here you write osmscom...just wondering.
It is correct just far fingered it here. Are you using the boatbod for p25 phase 2 by chance?
 

belvdr

Active Member
Joined
Aug 2, 2013
Messages
2,582
Reaction score
1,665
trying to set up Osmscom OP25 and while following install guide get this error.

~$ git clone op25
Cloning into 'op25'...
fatal: unable to access 'op25': server certificate verification failed. CAfile: none CRLfile: none

my boatbod setup ran okay but having an issue with osmocom
I'm following the OP25 Windows 10 virtual machine guide
Your git command is invalid. In general, it looks like this:
Code:
git clone <url to repository>
For osmocom it should be:
Code:
git clone https://gitea.osmocom.org/op25/op25.git
 

belvdr

Active Member
Joined
Aug 2, 2013
Messages
2,582
Reaction score
1,665
View attachment 138701
tried it and this was the outcome.
am i missing something else working in the VM is all new to me
VMs act just like physical machines. I've seen this error before and couldn't get around it. Unfortunately, I don't use Ubuntu, so don't have the ability to test.

How did you install git?
 

KD7TLH

Newbie
Premium Subscriber
Joined
Dec 30, 2018
Messages
4
Reaction score
0
Location
Highland Village. Texas
VMs act just like physical machines. I've seen this error before and couldn't get around it. Unfortunately, I don't use Ubuntu, so don't have the ability to test.

How did you install git?
I am following the instructions in the OP25 windows 10 setup guide that I downloaded and printed.
started with opening a terminal window and first command was sudo apt-get install git next command after that was sudo apt install build-essential third line was git clone op25 this is the one that you said may be in correct so I tried the suggested one and same outcome.. I really do appreciate the help I know you cant make an omelet without cracking some eggs (unless you are vegan) but I am starting to feel I dropped a dozen on the floor
 

lwvmobile

DSD-FME
Joined
Apr 26, 2020
Messages
1,516
Reaction score
1,054
You may check to see if the time and date are set correctly on your Ubuntu VM, and also make sure its updated with the latest patches. Either could be a actual certificate error, as in, the install has an outdated one, or the time isn't set correctly on the VM, which would make it believe the certificate is bad. Which version of Ubuntu are you using? It isn't a version that is EOL, is it?

Code:
timedatectl status

Code:
sudo apt update
sudo apt upgrade
 

CanesFan95

Was Homeboys-Scanna
Banned
Joined
Feb 14, 2008
Messages
3,377
Reaction score
598
Location
FL
If nothing works, you might just cut your losses and re-install Ubuntu and try again.
 
Status
Not open for further replies.
Top