- Joined
- Jun 13, 2021
- Messages
- 3
- Reaction score
- 1
I hit the 10k character limit, so I've moved all the outputs of the various troubleshooting/commands to some paste.bin links. Sorry for the inconvenience.
---
This is an instance of 3CX that I've been running on a dedicated RasPi 4 for a little over a year.
* Raspbian GNU/Linux 10 (buster)
* Raspberry Pi 4 Model B rev 1.1
* Linux kernel: 5.10.60-v7l+
Used the
command provided on 3CX's official documentation for installing this on a Raspberry Pi/Linux, and it's been pretty reliable for quite a while. However, I use voip.ms for trunking, and I'm sure most of you are aware of what's been going on with them and the DDoS attack they've been weathering. As such, I haven't messed with my phone much in like a week, just forwarding all inbound calls to my cell phone. My coworker also uses voip.ms for his "home phone" and he and I have been chatting off and on throughout this mess. He informed me today that it's working again, for him, so I figured I'd start working to get my stuff all fixed. Went to log in to the management console, and I get the stupid "server error" message and it won't sign me in. Great. So, here's what I know so far:
https://pastebin.com/BWC2mGzk
Alright, so 3CXCfgServ01.service is failing to start, with the result 'protocol'. A quick google of that brings up... almost nothing. Awesome. There's one thread here, where the user is able to get their instance working after running a Linux update. Granted, their error wasn't exactly the same as mine, but it's still a 3CX service that's failing to start, even when being told to manually. Worth a shot!
Alas, no dice. sudo apt-get update and sudo apt-get upgrade did find plenty of stuff to update, because I've not touched this thing in months, but no dice on a reboot after updating. Still failing to load the 3CXSfgServ01.service, and since that's the only error I'm getting, I'm assuming that that's the issue.
I have re-run the wget script from 3cx.com, again, no change.
Here's the output of
, for what it's worth:
https://pastebin.com/b4hvUq6s
And here's the output/results of sudo 3CXStartServices (after a successful 3CXStopServices, of course)
https://pastebin.com/yAbDZUUw
So, any thoughts? I'd like to be able to get this working without having to redo the whole thing, if possible, but everything I'm looking up just keeps taking me in circles, and honestly, I'm getting exasperated. So thanks in advance for any help/advice y'all have, and please let me know if you need any more information, I'm happy to send along whatever you need.
---
This is an instance of 3CX that I've been running on a dedicated RasPi 4 for a little over a year.
* Raspbian GNU/Linux 10 (buster)
* Raspberry Pi 4 Model B rev 1.1
* Linux kernel: 5.10.60-v7l+
Used the
Code:
wget https://downloads-global.3cx.com/downloads/misc/d10pi.zip; sudo bash d10pi.zip
https://pastebin.com/BWC2mGzk
Alright, so 3CXCfgServ01.service is failing to start, with the result 'protocol'. A quick google of that brings up... almost nothing. Awesome. There's one thread here, where the user is able to get their instance working after running a Linux update. Granted, their error wasn't exactly the same as mine, but it's still a 3CX service that's failing to start, even when being told to manually. Worth a shot!
Alas, no dice. sudo apt-get update and sudo apt-get upgrade did find plenty of stuff to update, because I've not touched this thing in months, but no dice on a reboot after updating. Still failing to load the 3CXSfgServ01.service, and since that's the only error I'm getting, I'm assuming that that's the issue.
I have re-run the wget script from 3cx.com, again, no change.
Here's the output of
Code:
journalctl -xe
https://pastebin.com/b4hvUq6s
And here's the output/results of sudo 3CXStartServices (after a successful 3CXStopServices, of course)
https://pastebin.com/yAbDZUUw
So, any thoughts? I'd like to be able to get this working without having to redo the whole thing, if possible, but everything I'm looking up just keeps taking me in circles, and honestly, I'm getting exasperated. So thanks in advance for any help/advice y'all have, and please let me know if you need any more information, I'm happy to send along whatever you need.