Skip to content

Fix kissattach 'Device or resource busy' #24

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

Merged
merged 2 commits into from
Mar 26, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove kissattach 'known problem' print
  • Loading branch information
martinhpedersen committed Mar 17, 2016
commit 5920ecda5152b892237a07cf1e14aa0b91e91b69
8 changes: 0 additions & 8 deletions kiss.c
Original file line number Diff line number Diff line change
Expand Up @@ -906,14 +906,6 @@ static int kiss_get (/* MYFDTYPE fd*/ void )
dw_printf ("\nError receiving kiss message from client application. Closing %s.\n\n", pt_slave_name);
perror ("");

/* Message added between 1.1 beta test and final version 1.1 */

/* TODO: Determine root cause and find proper solution. */

dw_printf ("This is a known problem that sometimes shows up when using with kissattach.\n");
dw_printf ("There are a couple work-arounds described in the Dire Wolf User Guide\n");
dw_printf ("and the Raspberry Pi APRS documents.\n");

close (pt_master_fd);

pt_master_fd = MYFDERROR;
Expand Down