Re: [wsjt-devel] Some comments for WSJT-X 2.6.0-RC4

2022-11-11 Thread leo bistmans via wsjt-devel
1) Does pavucontrol show a difference at fail time? Does dmesg -w show some lines at fail time? I had something like this when hdmi screen came out of power save modem the Linux thought there was a new audio default: the non existing speakers in the screen via the hdmi out ... 2) I just do Dark on

Re: [wsjt-devel] "Failed to access lock file" in wsjt-x 2.6.0 rc4

2022-11-05 Thread leo bistmans via wsjt-devel
Adrian wrote: > I see this from time to time, rectified with 'sudo pkill wsjtx' and > > then no problem to start a new session.. If linux > wsjtx ran a startup > script killing first, > > then there would never be an issue. > > > 73 > > > Adrian Fewster

[wsjt-devel] "Failed to access lock file" in wsjt-x 2.6.0 rc4

2022-11-05 Thread leo bistmans via wsjt-devel
Via strace I saw the lock file that is not there is /tmp/WSJT-X ... .lock openat(AT_FDCWD, "/tmp/WSJT-X - ft-891.lock", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0666) = 13 flock(13, LOCK_EX|LOCK_NB) = 0 If I create it myself with touch, the switch code below is used instead of throwing the