BSD Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOperating SystemsBSD Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old March 28th, 2003, 08:18 PM
casteld1973's Avatar
casteld1973 casteld1973 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 26 casteld1973 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Unhappy Vmclient

I am playing around with running freebsd in as a vmware client. WIth 5.0 it seems to run out of steam and eventually stop repoding during the install. After searching around I found a few notes on enable i386. Ironically the release notes for free mention how well performance has been improved. Anyone have any suggestions.....ps I gave up on running freebsd as the host.

Reply With Quote
  #2  
Old March 29th, 2003, 08:45 PM
mttatkns mttatkns is offline
Got source?
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Mar 2003
Location: Laguna Niguel, California, USA
Posts: 2,332 mttatkns User rank is Private First Class (20 - 50 Reputation Level)mttatkns User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
What part of the install does it stop on?

Reply With Quote
  #3  
Old March 30th, 2003, 09:57 PM
casteld1973's Avatar
casteld1973 casteld1973 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 26 casteld1973 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I found the prob. Actually documented on 5.0 release notes.

Now I am wrestling with getting X to run with a user other than root.

Once I have this fgured out I will post my findings so no one else has to go through this.

Reply With Quote
  #4  
Old March 31st, 2003, 01:31 AM
Silverlokk's Avatar
Silverlokk Silverlokk is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Location: Manila, Philippines
Posts: 39 Silverlokk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 32 m 15 sec
Reputation Power: 6
Send a message via ICQ to Silverlokk
/usr/ports/x11/wrapper

Regards, hope this helps

Reply With Quote
  #5  
Old March 31st, 2003, 06:59 PM
casteld1973's Avatar
casteld1973 casteld1973 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 26 casteld1973 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
OK...now I am making some headway:

Disclaimer: I'm somewhat of a newbie...about 6 months into learning bsd/*nix. So I won;t be offended at all if others have better solutions....please post them!!!

Here is what I learned so far for installing FreeBSD in as a guest. Current host OS is XP (yes boo hiss hiss).

For freebsd 4.x skip step 1.


1. FreeBSD 5.0 does not work well in vmware. What I did was install 5.0 in expert mode. I installed only the absolute minimum so that I could recompile the kernel.

sysinstall-
chose minimum for packages
rest of options are up to you.

edit the kern file and add:

options CPU_DISABLE_CMPXCHG

rebuild and voila.....now it performs much better. re-enter sysinstall and load it up with whatever packages you want.


---at this point assuming bsd is installed

2. CVSUP the box
3. run portupgrade
4. CFG Xserver (if you want it) You neeed 4.1 or higher for the server. Choose unlisted cards from the card database (assuming using ncurses). In here you'll see vmware...choose it. Do the rest of the cfg as normal. Make sure all resolutions are deselected!!!!!.
5. Install whatever desktop you want (KDE/Gnome/.....).
6. startx

So the trick is.....

I did not install vmwaretools as document on the vmware site. This installs a 3.x x-server and I was unable to get X to start with a user other than root...and yes I tried xwrapper and softlinked it.

Who new there was a vmware driver included with the xserver!!!!!!!!

Once I fully test this out I am going to put together some kindof document. Also I'm still unsuccessful with having free bsd as the host OS and running vmware 2.x. However I was trying with 5.0. I think I'll load up 4.7 and retry. Again will post results.

I think it is very important we all take the time to document the things that take forever to figure out.....the easier it is for newbies the more popular the OS will become.

Reply With Quote
  #6  
Old March 31st, 2003, 07:21 PM
mttatkns mttatkns is offline
Got source?
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Mar 2003
Location: Laguna Niguel, California, USA
Posts: 2,332 mttatkns User rank is Private First Class (20 - 50 Reputation Level)mttatkns User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Quote:
I think it is very important we all take the time to document the things that take forever to figure out.....the easier it is for newbies the more popular the OS will become.
I agree, but usually you may have to do a lot of tweaking and when you finally get it to work, you don't really feel like repeating the process by writing a book about it

Reply With Quote
  #7  
Old March 31st, 2003, 08:04 PM
casteld1973's Avatar
casteld1973 casteld1973 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 26 casteld1973 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
OK...now I am making some headway:

Disclaimer: I'm somewhat of a newbie...about 6 months into learning bsd/*nix. So I won;t be offended at all if others have better solutions....please post them!!!

Here is what I learned so far for installing FreeBSD in as a guest. Current host OS is XP (yes boo hiss hiss).

For freebsd 4.x skip step 1.


1. FreeBSD 5.0 does not work well in vmware. What I did was install 5.0 in expert mode. I installed only the absolute minimum so that I could recompile the kernel.

sysinstall-
chose minimum for packages
rest of options are up to you.

edit the kern file and add:

options CPU_DISABLE_CMPXCHG

rebuild and voila.....now it performs much better. re-enter sysinstall and load it up with whatever packages you want.


---at this point assuming bsd is installed

2. CVSUP the box
3. run portupgrade
4. CFG Xserver (if you want it) You neeed 4.1 or higher for the server. Choose unlisted cards from the card database (assuming using ncurses). In here you'll see vmware...choose it. Do the rest of the cfg as normal. Make sure all resolutions are deselected!!!!!.
5. Install whatever desktop you want (KDE/Gnome/.....).
6. startx

So the trick is.....

I did not install vmwaretools as document on the vmware site. This installs a 3.x x-server and I was unable to get X to start with a user other than root...and yes I tried xwrapper and softlinked it.

Who new there was a vmware driver included with the xserver!!!!!!!!

Once I fully test this out I am going to put together some kindof document. Also I'm still unsuccessful with having free bsd as the host OS and running vmware 2.x. However I was trying with 5.0. I think I'll load up 4.7 and retry. Again will post results.

I think it is very important we all take the time to document the things that take forever to figure out.....the easier it is for newbies the more popular the OS will become.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsBSD Help > Vmclient


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway