Gabor

Results 61 issues of Gabor

``` python manage.py createsuperuser Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File "/usr/lib/python2.6/site-packages/django/core/management/__init__.py", line 443, in execute_from_command_line utility.execute() File "/usr/lib/python2.6/site-packages/django/core/management/__init__.py", line 382, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File...

Hello Is it possible to send more user-friendly error in case of missing or wrong keystore password? java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext) OR javax.net.ssl.SSLException:...

help wanted
research needed

Hello, For test I changed the FM LED PIN to 73 and I didn't see any activity, FM LED's state doesn't change. DMR LED is ok. //USE_ALTERNATE_FM_LEDS #define MODE_LEDS #elif...

Can you please explain what is this error message? Thank you MMDVM DAC levels have overflowed MMDVM protocol version: 1, description: MMDVM 20180327 (D-Star/DMR/System Fusion/P25/NXDN) 12.0000MHz (Build: 22:02:18 Jun 25...

Hi Jonathan, I assume the bits and bytes from trellis decoder are in reverse order which may wrong... This is true for data from both the MMDVM and the network....

Hello, The communication stops sometimes when ID file reloaded. no timeout for opening the MMDVM and in case of error it waits forever. I: 2021-06-27 16:19:37.452 Loaded 194239 IDs to...

``` M: 2022-01-15 20:15:58.946 Valid remote command of "reload" received I: 2022-01-15 20:16:04.775 Loaded 210006 IDs to lookup table - /usr/local/etc/DMRIds.dat E: 2022-01-15 20:16:04.776 No reply from the modem for...

in daemon mode it will run as mmdvm user https://github.com/g4klx/MMDVMHost/blob/739550885bc1aad093adc2d37ec228422ab5cede/PseudoTTYController.cpp#L64

MMDVMHost cannot open ttyACM0 device in _daemon_ mode if mmdvm user's _primary_ group is not dialout workaround: usermod -g dialout mmdvm

you can see the following errors if you start mmdvmhost by strace > write(1, "I: 2020-06-10 00:13:20.000 This "..., 84) = -1 EBADF (Bad file descriptor) > write(3, "I: 2020-06-10...