[Bug 22230] CATIAV5R20: Hang up on start-up

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Apr 4 11:01:39 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=22230


Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dank at kegel.com




--- Comment #14 from Dan Kegel <dank at kegel.com>  2010-04-04 11:01:37 ---
Perhaps raising the file handle limit would help?
You can do this once with

  su - root
  ulimit -n 16384 # if root uses sh
  su - your_user_name

That only affects the current window (shell).

Or you can raise it more permanently by adding the line

*                -    nofile             3000

to /etc/security/limits.conf, logging out, and logging in again.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list