http://bugs.winehq.org/show_bug.cgi?id=12629
Summary: Application are very slow on encrypted partitions Product: Wine Version: 0.9.59. Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: rdnspe@free.Fr
Hi,
Yesterday I encrypted my /home partition using cryptsetup and luks format. My system (Kubuntu 7.10 up to date) is running well but all Windows application are very slow.
I tried to unmount my encrypted /home and mount the unencrypted one (my backup) and the problem disappeared.
http://bugs.winehq.org/show_bug.cgi?id=12629
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |major
--- Comment #1 from Lei Zhang thestig@google.com 2008-04-17 12:33:07 --- Have you looked into why this is happening? Is there heavy CPU usage or lots of disk I/O? Is everything slow? Even notepad and winecfg?
http://bugs.winehq.org/show_bug.cgi?id=12629
--- Comment #2 from Spomky rdnspe@free.Fr 2008-04-17 14:44:52 ---
Have you looked into why this is happening?
I think it is a problem of read/write on the encrypted partition. But I do not understand why only applications executed with Wine are concerned.
Is there heavy CPU usage or lots of disk I/O?
My computer is a laptop. CPU freq is in Dynamic mode. When these applications are executed, CPU usage (system load, not user one) is heavy ; it grown up from 20% to approx. 100%. In process list, I see that wineserver CPU usage corresponds with that heavy usage.
About disk I/O: cat /proc/diskstats | grep 'sda5' before winecfg execution: 8 5 sda5 111817 4343154 1902797 15222352 cat /proc/diskstats | grep 'sda5' when winecfg is displayed: 8 5 sda5 111818 4343162 1906356 15250824
Is everything slow? Even notepad and winecfg?
Yes, Notepad and winecfg are slow too.
I saw that even if applications are closed, wineserver is still running. I need to execute "wineserver -k" to stop it.
http://bugs.winehq.org/show_bug.cgi?id=12629
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2008-04-18 03:38:32 --- You don't notice a slowdown with native Linux application because they are not installed and being ran from the encrypted home.
Feel free to reopen this bug once there is a proof that native applications do not slowdown when ran from an encrypted partition.
http://bugs.winehq.org/show_bug.cgi?id=12629
Spomky rdnspe@free.Fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Spomky rdnspe@free.Fr 2008-04-23 15:37:13 --- I solved my problem by creating a new .wine folder and coping all data from old "drive_c" folder to the new one.
Now all application run correctly.