LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 07-30-2003, 04:27 PM   #1
DazeiHead
Member
 
Registered: May 2003
Posts: 56

Rep: Reputation: 15
freeBSD installation


i got freeBSD 5.1 on cds. Booting with my floppies than after a few screens it gives me a warning message saying WARNING: A geometry of 79656/16/63 for ad0 is incorrect. Using a more likely geometry etc Remember you need to enter whatever your BIOS thinks the geometry is! For IDE its what you were told in the BIOS setup etc. Do NOT use a physical geometry. So i just ignored it continuing with the steps. After the final step to install it says unable to find device node for /dev/ad0s2b in /dev! The creation of filesystems will be aborted. I have windows ME on my primary partition im not sure how to fix this problem i really want to learn freeBSD.

help appreciated
 
Old 07-31-2003, 02:07 PM   #2
DazeiHead
Member
 
Registered: May 2003
Posts: 56

Original Poster
Rep: Reputation: 15
a few people are having the same problem as me but they say when they installed 4.8 it worked fine didnt have that warning message. im thinking i should just install 4.8. is there a big difference from 4.8 to 5.1?
cant i later just install 5.1 over 4.8 later?
 
Old 07-31-2003, 02:26 PM   #3
jvds
Member
 
Registered: Jul 2003
Posts: 88

Rep: Reputation: 15
5.1 one is unstable, as its the testing branch. Try going for 4.8

Rgds

Rus
 
Old 07-31-2003, 05:28 PM   #4
jd121
Member
 
Registered: Jul 2003
Distribution: FreeBSD 5.1, Debian 3.0, Damn Small 0.4.2
Posts: 46

Rep: Reputation: 15
Quote:
Originally posted by jvds
5.1 one is unstable, as its the testing branch. Try going for 4.8

Rgds

Rus
I really think "unstable" is a misleading term. My 5.1 box is extremely stable. Sure, I've already run into a few bugs, but it is nothing to worry about. There is always a work around. I say you try to stick with 5.1. It really is a great distro.

From the sound of that error, it sounds like the actual size of the drive, and the size indicated by your machines bios are not one in the same. Try going into your bios setup and make sure the drive in question is set to autodetect. If that is not an available option, double check the settings and make sure they are correct.
 
Old 07-31-2003, 09:21 PM   #5
DazeiHead
Member
 
Registered: May 2003
Posts: 56

Original Poster
Rep: Reputation: 15
ok i got 4.8 working the only problem is its in command mode i want to see the whole desktop how can i get that to work to see the desktop. i tried xf86 in graphical mode but theres no terminal or nothing then i tried to install it again using xf86config shellscript based and it gave me command mode. did i do something wrong?
when choosing the video card monitor etc setup part i didnt know everything so i just used default for some parts was this a bad thing?
i want to get a terminal and see my desktop. sorry new to this stuff
 
Old 07-31-2003, 11:39 PM   #6
DazeiHead
Member
 
Registered: May 2003
Posts: 56

Original Poster
Rep: Reputation: 15
i did everything right i believe and when i run startx it gives me

Fatal server error:
xf86EnableIO:Failed to open /dev/io for extended I/O

x connection to :0.0 broken (explicit kill or server shutdown) xauth : 1: bad display name "(isp name in here) :0" in "remove" command

i also installed KDE
 
Old 08-01-2003, 12:28 AM   #7
Marble
Member
 
Registered: Feb 2003
Distribution: FreeBSD 5.2
Posts: 113

Rep: Reputation: 15
Check out the online manual at FreeBSD.org....

http://www.freebsd.org/doc/en_US.ISO.../x-config.html

You need to first configure # XFree86 -configure

Then:

http://www.freebsd.org/doc/en_US.ISO...ok/x11-wm.html

edit your /etc/ttys file so that you are using kdm, rather than xdm.

create an .xsession file (rather than using the .xinitrc, but with the same start command.)

That will tell startx what to run.

You might have to create a few more entries in the XF86Config file --> /usr/X11R6/lib/X11
which should be here once you copy the default one to this directory.

I may have forgotten something, but it is pretty well explained on these pages.
 
Old 08-01-2003, 05:17 PM   #8
DazeiHead
Member
 
Registered: May 2003
Posts: 56

Original Poster
Rep: Reputation: 15
ok ive done everything right i think so far. i have the xfreeconfig file in etc/X11/ which is where im supposed to have according to the manual than i type startx that wont work so i try startkde which i installed before and says

starting KDE and says some other stuff than
unable to open display
cannot connect to X server
cannot connect to X server
cannot connect to X server
cannot connect to X server
etc...

not sure where i went wrong or what i did wrong or what i didnt do.
 
Old 08-01-2003, 05:59 PM   #9
Marble
Member
 
Registered: Feb 2003
Distribution: FreeBSD 5.2
Posts: 113

Rep: Reputation: 15
Was your XF86Config.new file in that directory? I have it located at /usr/X11R6/etc/X11/XF86Config.new, which is where my XF86Config file is.
....and the file is named XF86Config (and not xfreeconfig).

So you see a .xinitrc and/or a .xsession file in your
/usr/home/*name* - the user you are logged in as?


Last edited by Marble; 08-01-2003 at 06:12 PM.
 
Old 08-01-2003, 06:20 PM   #10
DazeiHead
Member
 
Registered: May 2003
Posts: 56

Original Poster
Rep: Reputation: 15
yes i do have .xinitrc and .xsession there
 
Old 08-01-2003, 06:22 PM   #11
DazeiHead
Member
 
Registered: May 2003
Posts: 56

Original Poster
Rep: Reputation: 15
i dont have XF86Config.new but i do have XF86Configand i used XF86Config to setup my video card monitor and my mouse works and it looks all right

Last edited by DazeiHead; 08-01-2003 at 06:24 PM.
 
Old 08-01-2003, 06:37 PM   #12
Marble
Member
 
Registered: Feb 2003
Distribution: FreeBSD 5.2
Posts: 113

Rep: Reputation: 15
What is in those .xsession and .xinitrc files?
 
Old 08-03-2003, 02:25 PM   #13
DazeiHead
Member
 
Registered: May 2003
Posts: 56

Original Poster
Rep: Reputation: 15
i decided to switch over to redhat for now until i get learn enough to go into BSD thanks anyway. i would still prefer to go to BSD tho
 
Old 08-09-2003, 04:15 PM   #14
h1tman
Member
 
Registered: Jul 2003
Distribution: Slackware 11
Posts: 439

Rep: Reputation: 30
lol same thing happened to me, try Slackware, then you will get used to config files and go back to FreeBsd
 
Old 08-11-2003, 02:43 PM   #15
DazeiHead
Member
 
Registered: May 2003
Posts: 56

Original Poster
Rep: Reputation: 15
ok I got freeBSD to install properly the only problem now is I use ppp0e for internet. Ive tried http://www.freebsd.org/doc/en_US.ISO...-and-slip.html but did not help me very much does anyone have an example of a working ppp0e the ppp.conf and rc.conf file.
 
  


Reply



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
FreeBSD installation help ... MikeFoo1 *BSD 5 07-07-2005 05:38 PM
FreeBSD 5.2.1 installation problem kpachopoulos *BSD 2 07-04-2004 02:09 PM
FreeBSD Installation misophist *BSD 2 10-27-2003 07:43 PM
freebsd installation help wakerageup *BSD 4 10-20-2003 06:26 AM
FreeBSD 4.5 Installation martinpanda *BSD 0 09-28-2002 03:41 PM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 07:56 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