[opensuse-factory] 10.2RC1 and CrossoverOffice
Since upgrading to the latest kernel, 2.6.18.2-33 I can no longer run my CXO programs I.E. Quicken. I get the following error when launching the program: wine: failed to initialize: /opt/cxoffice/lib/wine/ntdll.dll.so: failed to map segment from shared object: Cannot allocate memory Is this something being caused by the latest kernel update? Ken --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Fri, Dec 01, 2006 at 01:38:55PM -0500, Kenneth Schneider wrote:
Since upgrading to the latest kernel, 2.6.18.2-33 I can no longer run my CXO programs I.E. Quicken. I get the following error when launching the program:
What distro?
wine: failed to initialize: /opt/cxoffice/lib/wine/ntdll.dll.so: failed to map segment from shared object: Cannot allocate memory
Is this something being caused by the latest kernel update?
It might be because of default ulimits we have. Ciao, Marcus --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Fri, 2006-12-01 at 20:32 +0100, Marcus Meissner wrote:
On Fri, Dec 01, 2006 at 01:38:55PM -0500, Kenneth Schneider wrote:
Since upgrading to the latest kernel, 2.6.18.2-33 I can no longer run my CXO programs I.E. Quicken. I get the following error when launching the program:
What distro?
In the subject line.
wine: failed to initialize: /opt/cxoffice/lib/wine/ntdll.dll.so: failed to map segment from shared object: Cannot allocate memory
Is this something being caused by the latest kernel update?
It might be because of default ulimits we have.
And I can change these where? I reloaded the install kernel with the same results. I don't know about others but this is a show stopper for me. I still need to run a couple of MS apts and do not have the option of dual boot or VMware available. So much for upgrading my desktop. I will still experiment with the laptop for now ( this is how I found the problem ). Ken --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Kenneth Schneider schrieb:
On Fri, 2006-12-01 at 20:32 +0100, Marcus Meissner wrote:
On Fri, Dec 01, 2006 at 01:38:55PM -0500, Kenneth Schneider wrote:
Since upgrading to the latest kernel, 2.6.18.2-33 I can no longer run my CXO programs I.E. Quicken. I get the following error when launching the program:
What distro?
In the subject line.
wine: failed to initialize: /opt/cxoffice/lib/wine/ntdll.dll.so: failed to map segment from shared object: Cannot allocate memory
Is this something being caused by the latest kernel update?
It might be because of default ulimits we have.
And I can change these where?
I reloaded the install kernel with the same results.
I don't know about others but this is a show stopper for me. I still need to run a couple of MS apts and do not have the option of dual boot or VMware available. So much for upgrading my desktop. I will still experiment with the laptop for now ( this is how I found the problem ).
Ken
What do you mean by "have not VMware available": http://www.vmware.com/products/server ? FMF --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Sat, 2006-12-02 at 08:14 +0100, Frank-Michael Fischer wrote:
Kenneth Schneider schrieb:
On Fri, 2006-12-01 at 20:32 +0100, Marcus Meissner wrote:
On Fri, Dec 01, 2006 at 01:38:55PM -0500, Kenneth Schneider wrote:
Since upgrading to the latest kernel, 2.6.18.2-33 I can no longer run my CXO programs I.E. Quicken. I get the following error when launching the program:
What distro?
In the subject line.
wine: failed to initialize: /opt/cxoffice/lib/wine/ntdll.dll.so: failed to map segment from shared object: Cannot allocate memory
Is this something being caused by the latest kernel update?
It might be because of default ulimits we have.
And I can change these where?
I reloaded the install kernel with the same results.
I don't know about others but this is a show stopper for me. I still need to run a couple of MS apts and do not have the option of dual boot or VMware available. So much for upgrading my desktop. I will still experiment with the laptop for now ( this is how I found the problem ).
Ken
What do you mean by "have not VMware available":
It means I do not have it installed and don't have space to install and run it. Well technically I can install it but I don't have space on the laptop HDD for a virtual machine. This is an older machine with a 20G HDD. And why add something like VMware which requires a lot of horsepower when I can use CXO in it's place? -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998 --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Fri, Dec 01, 2006 at 11:26:54PM -0500, Kenneth Schneider wrote:
On Fri, 2006-12-01 at 20:32 +0100, Marcus Meissner wrote:
On Fri, Dec 01, 2006 at 01:38:55PM -0500, Kenneth Schneider wrote:
Since upgrading to the latest kernel, 2.6.18.2-33 I can no longer run my CXO programs I.E. Quicken. I get the following error when launching the program:
What distro?
In the subject line.
wine: failed to initialize: /opt/cxoffice/lib/wine/ntdll.dll.so: failed to map segment from shared object: Cannot allocate memory
Is this something being caused by the latest kernel update?
It might be because of default ulimits we have.
And I can change these where?
I reloaded the install kernel with the same results.
There is a package called "ulimit". You can either: - deinstall it (rpm -e ulimit) - or set in /etc/syconfig/ulimit: SOFTVIRTUALLIMIT=80 to SOFTVIRTUALLIMIT=0 After this change a reboot is required (to clear the previous ulimits). I hope this helps, if not, please mail again. Ciao, Marcus --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Sat, 2006-12-02 at 11:39 +0100, Marcus Meissner wrote:
On Fri, Dec 01, 2006 at 11:26:54PM -0500, Kenneth Schneider wrote:
On Fri, 2006-12-01 at 20:32 +0100, Marcus Meissner wrote:
On Fri, Dec 01, 2006 at 01:38:55PM -0500, Kenneth Schneider wrote:
Since upgrading to the latest kernel, 2.6.18.2-33 I can no longer run my CXO programs I.E. Quicken. I get the following error when launching the program:
What distro?
In the subject line.
wine: failed to initialize: /opt/cxoffice/lib/wine/ntdll.dll.so: failed to map segment from shared object: Cannot allocate memory
Is this something being caused by the latest kernel update?
It might be because of default ulimits we have.
And I can change these where?
I reloaded the install kernel with the same results.
There is a package called "ulimit". You can either: - deinstall it (rpm -e ulimit) - or set in /etc/syconfig/ulimit:
SOFTVIRTUALLIMIT=80 to SOFTVIRTUALLIMIT=0
After this change a reboot is required (to clear the previous ulimits).
I hope this helps, if not, please mail again.
This did fix the problem and perhaps would solve a problem with others using either CXO or wine to run their programs. Thanks, -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998 --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Sunday 03 December 2006 12:36 am, Kenneth Schneider wrote:
On Sat, 2006-12-02 at 11:39 +0100, Marcus Meissner wrote:
On Fri, Dec 01, 2006 at 11:26:54PM -0500, Kenneth Schneider wrote:
On Fri, 2006-12-01 at 20:32 +0100, Marcus Meissner wrote:
On Fri, Dec 01, 2006 at 01:38:55PM -0500, Kenneth Schneider wrote:
Since upgrading to the latest kernel, 2.6.18.2-33 I can no longer run my CXO programs I.E. Quicken. I get the following error when launching the program:
What distro?
In the subject line.
wine: failed to initialize: /opt/cxoffice/lib/wine/ntdll.dll.so: failed to map segment from shared object: Cannot allocate memory
Is this something being caused by the latest kernel update?
It might be because of default ulimits we have.
And I can change these where?
I reloaded the install kernel with the same results.
There is a package called "ulimit". You can either: - deinstall it (rpm -e ulimit) - or set in /etc/syconfig/ulimit:
SOFTVIRTUALLIMIT=80 to SOFTVIRTUALLIMIT=0
After this change a reboot is required (to clear the previous ulimits).
I hope this helps, if not, please mail again.
This did fix the problem and perhaps would solve a problem with others using either CXO or wine to run their programs.
Thanks,
I removed the ulimit package and restarted my computer and still wine will not run picasa, nor will the rpm of the linux version of picasa run (that uses it's own bundled wine).
participants (4)
-
Elliott Martin
-
Frank-Michael Fischer
-
Kenneth Schneider
-
Marcus Meissner