Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev branch does not want to work without config file #490

Closed
LongnoseRob opened this issue Oct 6, 2023 · 2 comments
Closed

dev branch does not want to work without config file #490

LongnoseRob opened this issue Oct 6, 2023 · 2 comments

Comments

@LongnoseRob
Copy link

I build DW on alpine yesterday from the dev-branch, while i had no issues with building it on arm(32bit), there seems to be an issue with the config:
I just wanted to quickly test DW from the shell without config file, I get the following messge:

$ direwolf -n 1 -r 48000 -b 16 udp:7355 
Dire Wolf version 1.7 (Oct  5 2023) BETA TEST 7
Includes optional support for:  dns-sd
ERROR - Could not open config file /home/xyz/direwolf.conf
Try using -c command line option for alternate location.
See online documentation:
    stable release:    https://github.com/wb2osz/direwolf/tree/master/doc
    development version:    https://github.com/wb2osz/direwolf/tree/dev/doc
    additional topics:    https://github.com/wb2osz/direwolf-doc

Adding a -B 1200 does not change anything.

Is this behaviour intended?

Same probnlem also on a slighrtly older build on my desktop:

$ direwolf -n 1 -r 48000 -b 16 udp:7355 
Dire Wolf DEVELOPMENT version 1.7 G (Jun 25 2023)
Includes optional support for:  hamlib cm108-ptt dns-sd
ERROR - Could not open config file /home/xyz/direwolf.conf
Try using -c command line option for alternate location.
See online documentation:
    stable release:    https://github.com/wb2osz/direwolf/tree/master/doc
    development version:    https://github.com/wb2osz/direwolf/tree/dev/doc
    additional topics:    https://github.com/wb2osz/direwolf-doc
@wb2osz
Copy link
Owner

wb2osz commented Oct 6, 2023

It really wants a configuration file. This is intentional.
Two workarounds would be:
(1) Create an empty file. "touch direwolf.conf" or
(2) Specify the null device. "direwolf -c /dev/null"

73,
John WB2OSZ

@LongnoseRob
Copy link
Author

Understood,
Thank you, 73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants