You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #1319 but it's because you're building with likely -march=native and your CPU supports AVX, can build with -mno-avx and keep -march=native just fine.
swizzin install on ubuntu 22.04 which has been stable for a few years, now wants to crash at least daily and more recently wont start at all
i tried adding to rtorrent.rc, but logs are verbose and i dont see anything critical near the end of them
any ideas what to look for?
log.open_file = "rtorrent", /home/user/rtorrent.log
log.open_file = "tracker", /home/user/log/tracker.log
log.open_file = "storage", /home/user/log/storage.log
log.add_output = "info", "rtorrent"
log.add_output = "critical", "rtorrent"
log.add_output = "error", "rtorrent"
log.add_output = "warn", "rtorrent"
log.add_output = "notice", "rtorrent"
log.add_output = "debug", "rtorrent"
log.add_output = "dht_debug", "tracker"
log.add_output = "tracker_debug", "tracker"
log.add_output = "storage_debug", "storage"
The text was updated successfully, but these errors were encountered: