LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-29-2009, 05:01 PM   #1
catojasco
LQ Newbie
 
Registered: Nov 2009
Posts: 15

Rep: Reputation: 0
Angry I am having problems installing WINE


I am installing wine
When I get to the instruction to type " wincfg:
I get the following:
err: service:validate_service_config Service L "PnSson" has unknown service type
err: service:scmdatabase_load_services Invalid config of service L "PnSson" - skipping
Then the following appears:
mmap()failed: cannot allocate memory
This line is repeated 10 times
Any advice would be very much appreciated!!
 
Old 11-29-2009, 05:06 PM   #2
alunduil
Member
 
Registered: Feb 2005
Location: San Antonio, TX
Distribution: Gentoo
Posts: 684

Rep: Reputation: 62
Which distribution are you working with? Did you use your package manager to install wine or did you install wine from source? The error message suggests you are unable to allocate memory but doesn't say if that's due to a mismatch in libraries or because of a lack of memory. What is the output of:

Code:
cat /proc/meminfo
Regards,

Alunduil
 
Old 11-29-2009, 05:34 PM   #3
jiobo
Member
 
Registered: Nov 2008
Posts: 180

Rep: Reputation: 36
Have not used Wine as others have experienced problems running software that I would have tried with it. You should check that you have any required dependencies installed. If you are using a Linux distribution, then try installing wine from their repository as it will include the dependencies and it is pre-compiled.

http://appdb.winehq.org has software lists for wine.
 
1 members found this post helpful.
Old 11-29-2009, 09:19 PM   #4
catojasco
LQ Newbie
 
Registered: Nov 2009
Posts: 15

Original Poster
Rep: Reputation: 0
Hi Alundil

Message shows:
Dirty 136kb
Write back okb
Anon Pages 10648kb
Mapped 45794kb
S reclaimable 7196kb
S Unreclaim 8404kb
Page tables 4388
Uppercase unstable 0kb
Bounce 0kb
Writeback tmp okb
Commit Limit 3091008kb
Committed AS 449400kb
Vmalloctotal 122880kb
Vmalloc used 3148kb
Vamlloc Chunk 118500kb
Huge pages total 0kb
Huge pages free 0kb
Huge pages resvd 0kb
huge pages surp 0kb
Huge pages size 4096kb
Direct map 4k 12280kb
Direct map 4m 897024kb
 
Old 11-29-2009, 09:39 PM   #5
alunduil
Member
 
Registered: Feb 2005
Location: San Antonio, TX
Distribution: Gentoo
Posts: 684

Rep: Reputation: 62
Looks like that output scrolled off the top of the window. Let's just get the output of:
Code:
head /proc/meminfo
. That should show us if you're out of memory or if it's a dependency mismatch (which is my guess). You also never mentioned your distro or if you built wine from source. How did you get wine installed?

Regards,

Alunduil
 
Old 11-29-2009, 10:15 PM   #6
catojasco
LQ Newbie
 
Registered: Nov 2009
Posts: 15

Original Poster
Rep: Reputation: 0
MemTotal: 896712
MemFree : 551972
Buffers : 14112
Cached : 182592
Swap Cached: 0
Active : 178688
Inactive: 133584
Active(anon): 118744
Inactive: 12
Active File: 59944

I am using Ubuntu and downloaded instructions to install WINE from : Install and configure Wine on Ubuntu - Highub-IT Web Tips
 
Old 11-29-2009, 10:25 PM   #7
alunduil
Member
 
Registered: Feb 2005
Location: San Antonio, TX
Distribution: Gentoo
Posts: 684

Rep: Reputation: 62
That last part is not a link. Could you possibly link the page for easier reference? It looks like you have plenty of memory so we'll have to go with mismatched binaries for your distribution. Which version of Ubuntu are you using, and did you use synaptic or apt to install wine?

Regards,

Alunduil
 
Old 11-30-2009, 01:54 AM   #8
catojasco
LQ Newbie
 
Registered: Nov 2009
Posts: 15

Original Poster
Rep: Reputation: 0
Hi I am at work now so will contact you when I am at home. Can you please advise how I can link the page? I presume this is the page of instructions. Also I am not sure about synaptic or apt. Sorry if I sound stupid but I am new to all this but am really keen to learn.
I am using Ubuntu 9.10 Karmic Koala Thanks Cato

Last edited by catojasco; 11-30-2009 at 12:42 PM.
 
Old 11-30-2009, 02:17 PM   #9
alunduil
Member
 
Registered: Feb 2005
Location: San Antonio, TX
Distribution: Gentoo
Posts: 684

Rep: Reputation: 62
Don't worry about it. To link a page simply throw the URL in the editing box. The forum will take care of the rest. I just want to look through the instructions and see what you did before I start making guesses as to what could be wrong. That's the handy thing about following guides.

Regards,

Alunduil
 
Old 11-30-2009, 08:01 PM   #10
catojasco
LQ Newbie
 
Registered: Nov 2009
Posts: 15

Original Poster
Rep: Reputation: 0
Hi Thanks for your help again
The URL is:

http://www.blog.highub.com/linux/ins...ine-on-ubuntu/

Hope this is what you need.Cheers Cato
 
Old 12-02-2009, 02:09 PM   #11
alunduil
Member
 
Registered: Feb 2005
Location: San Antonio, TX
Distribution: Gentoo
Posts: 684

Rep: Reputation: 62
So by installing the wine repository version of wine, the dependencies got a little messed up. Let's remove the line you added to /etc/apt/sources and then reinstall wine and see if that fixed the problems you're seeing.

Regards,

Alunduil
 
Old 12-02-2009, 09:01 PM   #12
catojasco
LQ Newbie
 
Registered: Nov 2009
Posts: 15

Original Poster
Rep: Reputation: 0
which line do you mean?
Thanks Cato
 
Old 12-02-2009, 09:18 PM   #13
alunduil
Member
 
Registered: Feb 2005
Location: San Antonio, TX
Distribution: Gentoo
Posts: 684

Rep: Reputation: 62
This line here: deb http://wine.sourceforge.net/apt binary/. After removing that try reinstalling wine and see what happens.

Regards,

Alunduil
 
Old 12-02-2009, 10:01 PM   #14
catojasco
LQ Newbie
 
Registered: Nov 2009
Posts: 15

Original Poster
Rep: Reputation: 0
I have now received a message showing:
failed to fetch http//wine.sourceforge.net/apt binary/en_NZ.bz2 Could not resolve wine.sourceforge.net
 
Old 12-02-2009, 10:06 PM   #15
alunduil
Member
 
Registered: Feb 2005
Location: San Antonio, TX
Distribution: Gentoo
Posts: 684

Rep: Reputation: 62
What commands did you type in to reach that state? Did you do an
Code:
apt-get update
before trying the re-install? I don't use Ubuntu that often and sometimes forget things on that distro.

Regards,

Alunduil
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems installing WINE on Fedora Core 6 using $yum install wine rubiks_nerd_90 Linux - Software 4 03-06-2008 08:36 AM
Problems installing under WINE dauphinfay Linux - Software 0 02-24-2006 06:20 PM
Installing Wine problems pokermagic Linux - Software 2 08-24-2005 08:06 PM
Problems installing wine GVG Linux - Software 5 08-04-2004 01:30 PM
problems installing wine second_exodous Linux - Software 1 05-14-2003 03:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration