You are not logged in.

#1 2016-06-25 23:06:00

sultanoswing
Member
Registered: 2008-07-23
Posts: 314

[SOLVED] Crash due to 17GB log files (WINE > /var/log/message.log)

My PC crashed yesterday for no apparent reason. On further investigation, the disk was totally full thanks to several multi-gigabyte log files (/var/log/messages.log).

The cause of this appears to be multiple messages, generated every 5 seconds or so, from Apexdc and WINE.

Jun 26 09:22:51 my-hostname apexdc.desktop[1547]: fixme:taskschd:regtasks_get_Count 0x21f8f0,0x1eddc0c: stub

As a workaround while I sort the WINE error out, I'm running an hourly cron job to clear the log file (cat /dev/null > /var/log/messages.log).

Question: Is there a way to stop WINE from logging this error to the messages.log file in the first place?

Last edited by sultanoswing (2016-06-26 09:13:42)


6.5.3.arch1-1(x86_64) w/Gnome 44.4
Arch on: ASUS Pro-PRIME x470, AMD 5800X3D, AMD 6800XT, 32GB, | Intel NUC 7i5RYK | ASUS ux303ua | Surface Laptop

Offline

#2 2016-06-25 23:10:18

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,444
Website

Re: [SOLVED] Crash due to 17GB log files (WINE > /var/log/message.log)


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#3 2016-06-26 09:17:27

sultanoswing
Member
Registered: 2008-07-23
Posts: 314

Re: [SOLVED] Crash due to 17GB log files (WINE > /var/log/message.log)

Thanks for the link. I'd actually tried something similar and it didn't appear to be working - except I then realised was trying the WINEDEBUG commands in terminal as 'su', rather than the user where the wine session/program was running erroneously. Sigh.

I'm now launching apexdc using "WINDEDEBUG=-all "C:/Program Files/ApexDC++/ApexDC-x64.exe" in a shell script, called from a startup launcher in "/home/me/.config/autostart". All debugging output logging for Apex is now successfully prevented (after a reboot).

As a bonus side effect, Apex now launches and starts up much faster than when it was being directly loaded from the autostart folder.


6.5.3.arch1-1(x86_64) w/Gnome 44.4
Arch on: ASUS Pro-PRIME x470, AMD 5800X3D, AMD 6800XT, 32GB, | Intel NUC 7i5RYK | ASUS ux303ua | Surface Laptop

Offline

Board footer

Powered by FluxBB