I found a bit more information here: viewtopic.php?f=5&t=3096
and here: viewtopic.php?f=5&t=3261
Search found 8 matches
- Fri Feb 19, 2021 11:20 pm
- Forum: Pi-Star General Support
- Topic: Talkgroups over 5 digits display Repeater ID Callsign
- Replies: 1
- Views: 1040
- Fri Feb 19, 2021 9:57 pm
- Forum: Pi-Star General Support
- Topic: Talkgroups over 5 digits display Repeater ID Callsign
- Replies: 1
- Views: 1040
Talkgroups over 5 digits display Repeater ID Callsign
It seems that a fairly recent change now shows a callsign instead of the Talkgroup number when the TG has more than 5 digits.
Here's an image of my TX to Parrot 310997
https://i.imgur.com/NAiMoWT.png
I'm guessing this is also pretty low level because it seems the php that displays this chart ...
Here's an image of my TX to Parrot 310997
https://i.imgur.com/NAiMoWT.png
I'm guessing this is also pretty low level because it seems the php that displays this chart ...
- Thu Oct 08, 2020 11:04 pm
- Forum: Pi-Star General Support
- Topic: Any way to recover username and password?
- Replies: 6
- Views: 6928
Re: Any way to recover username and password?
That patch still hasn't been pulled in BTW... so just so you know, using special characters in the password there will break things.
https://github.com/AndyTaylorTweet/Pi-S ... h/pull/112
https://github.com/AndyTaylorTweet/Pi-S ... h/pull/112
- Wed Aug 05, 2020 12:36 am
- Forum: Pi-Star General Support
- Topic: Expert Mode ssh access ?
- Replies: 3
- Views: 2764
Re: Expert Mode ssh access ?
Does your password have symbols in it? It's an outstanding bug...
https://github.com/AndyTaylorTweet/Pi-S ... h/pull/112
https://github.com/AndyTaylorTweet/Pi-S ... h/pull/112
- Tue Aug 04, 2020 10:43 pm
- Forum: Pi-Star General Support
- Topic: Unable to read source configuration files
- Replies: 8
- Views: 9643
Re: Unable to read source configuration files
Glad I could help... Hopefully my other patch will get added in shortly. I think the bugs have existed for something like 2 years, but it's dependent on whether or not you use certain characters in your password. Many people would never trigger it, but when you do trigger it, it's pretty ...
- Fri Jul 31, 2020 12:26 am
- Forum: Pi-Star General Support
- Topic: Unable to read source configuration files
- Replies: 8
- Views: 9643
Re: Unable to read source configuration files
There was a bug that would cause this very problem that I fixed and Andy pushed into pistar Jun 23rd. It has to do with how the password for the Brandmeister API is handled or rather not handled well. You should be able to install a fresh 4.1.2 and then just do sudo pistar-update. I don't think the ...
- Tue Jun 23, 2020 5:25 pm
- Forum: Pi-Star General Support
- Topic: BUG: Expert MMDVMHost menu Pi-Star:4.1.2 / Dashboard:20200528
- Replies: 2
- Views: 2795
Re: BUG: Expert MMDVMHost menu Pi-Star:4.1.2 / Dashboard:20200528
There's a section of edit_mmdvmhost.php that never evaluates as far as I can see.
If line 64 is changed from:
if ($section == "DMR Network" && $key == "Options" && $value) {
to
if ($section == "DMR Network" && $key == "Password" && $value) {
then you can use passwords with special ...
If line 64 is changed from:
if ($section == "DMR Network" && $key == "Options" && $value) {
to
if ($section == "DMR Network" && $key == "Password" && $value) {
then you can use passwords with special ...
- Tue Jun 23, 2020 5:50 am
- Forum: Pi-Star General Support
- Topic: BUG: Expert MMDVMHost menu Pi-Star:4.1.2 / Dashboard:20200528
- Replies: 2
- Views: 2795
BUG: Expert MMDVMHost menu Pi-Star:4.1.2 / Dashboard:20200528
If I save from the Expert/MMDVMHost menu it removes the quotes from around my password under [DMR Network] which then completely breaks editing the configuration. It's likely due to the fact that my Brandmeister Hotspot Security password contains a * and/or a ^. It manifests after saving under the ...