yarrick / scsniff

Linux tool for sniffing smartcard communication between card and reader using season interface.
https://code.kryo.se/scsniff/
ISC License
30 stars 8 forks source link

scsniff stops logging after ~12 hours #4

Open Delitants opened 3 weeks ago

Delitants commented 3 weeks ago

scsniff stops logging after ~12 hours, just nothing appears in log anymore and reqires a restart and physical card re-plug to get it going again. Is this a known issue? No errors preceding it. Using command as: nohup scsniff /dev/ttyUSB0 10000 | tee log_post.txt &

yarrick commented 2 weeks ago

Any errors would be written to stderr, maybe they are lost when logging like that. Try with 2>&1 before the pipe or similar