9.0 install problems

2012-01-28 Thread Henry Olyer
When I boot the CD I get a different menu, ie., boot, shell, install.

Since the CD is in the CD-ROM drawer and I know how to use sysinstall (or
so I thought!,) I get a fresh shell and say sysinstall.

Okay?

Except I can't write the disk.  Notice, I have not explicitly mounted it or
done anything to reserve it.

I need a procedure to do this please.

It's just a small machine.  But having this up let's me do a backup and
once I've backed up the disks on my other computers, then I can do some
serious stuff with 9.0.

I'd like to use sysinstall, if possible.  I know it and I like it.  I do
have some other FBSD boxes nearby, each with TCP/IP running fine;  But I'm
not knowledgeable with PXE.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


+ Re: 9.0 install problems

2012-01-28 Thread Devin Teske

On Jan 28, 2012, at 1:30 PM, Henry Olyer henry.ol...@gmail.com wrote:

 When I boot the CD I get a different menu, ie., boot, shell, install.
 
 Since the CD is in the CD-ROM drawer and I know how to use sysinstall (or
 so I thought!,) I get a fresh shell and say sysinstall.
 
 Okay?
 
 Except I can't write the disk.  Notice, I have not explicitly mounted it or
 done anything to reserve it.
 
 I need a procedure to do this please.
 
 It's just a small machine.  But having this up let's me do a backup and
 once I've backed up the disks on my other computers, then I can do some
 serious stuff with 9.0.
 
 I'd like to use sysinstall, if possible.  I know it and I like it.

The answer is here (as-in arrived):

http://druidbsd.sf.net/

http://druidbsd.sf.net/freebsd_druid.shtml
-- 
Devin

_
The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


vlc install problems

2010-10-12 Thread Dánielisz László
Hi,

I'm trying to install vlc player on my FreeBSD 8.1 and I always got the 
following error:
gmake[3]: *** [gvloadimage_gd.lo] Error 1
gmake[3]: Leaving directory 
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/plugin/gd'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory 
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3/plugin'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/graphics/graphviz/work/graphviz-2.26.3'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/graphics/graphviz.
*** Error code 1

Do you have any suggestion what should I try?
I want to mention that the ports tree is up to date.

thank you!
Laci



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: vlc install problems

2010-10-12 Thread Lowell Gilbert
Dánielisz László laszlo_daniel...@yahoo.com writes:

 I'm trying to install vlc player on my FreeBSD 8.1 and I always got the 
 following error:
 gmake[3]: *** [gvloadimage_gd.lo] Error 1
 gmake[3]: Leaving directory 
 `/usr/ports/graphics/graphviz/work/graphviz-2.26.3/plugin/gd'
 gmake[2]: *** [all-recursive] Error 1
 gmake[2]: Leaving directory 
 `/usr/ports/graphics/graphviz/work/graphviz-2.26.3/plugin'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory 
 `/usr/ports/graphics/graphviz/work/graphviz-2.26.3'
 gmake: *** [all] Error 2
 *** Error code 1

 Stop in /usr/ports/graphics/graphviz.
 *** Error code 1

 Do you have any suggestion what should I try?
 I want to mention that the ports tree is up to date.

You don't go back far enough to show the actual error that kicks things
out to the makefile, so all I can tell you is: it works fine for me, so
make sure you make clean before trying to build graphviz.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: vlc install problems

2010-10-12 Thread Dánielisz László
It seems to be that is working, thank you!




From: Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org
To: Dánielisz László laszlo_daniel...@yahoo.com
Cc: freebsd-questions@freebsd.org; din...@freebsd.org
Sent: Tue, October 12, 2010 11:22:06 PM
Subject: Re: vlc install problems

Dánielisz László laszlo_daniel...@yahoo.com writes:

 I'm trying to install vlc player on my FreeBSD 8.1 and I always got the 
 following error:
 gmake[3]: *** [gvloadimage_gd.lo] Error 1
 gmake[3]: Leaving directory 
 `/usr/ports/graphics/graphviz/work/graphviz-2.26.3/plugin/gd'
 gmake[2]: *** [all-recursive] Error 1
 gmake[2]: Leaving directory 
 `/usr/ports/graphics/graphviz/work/graphviz-2.26.3/plugin'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory 
`/usr/ports/graphics/graphviz/work/graphviz-2.26.3'
 gmake: *** [all] Error 2
 *** Error code 1

 Stop in /usr/ports/graphics/graphviz.
 *** Error code 1

 Do you have any suggestion what should I try?
 I want to mention that the ports tree is up to date.

You don't go back far enough to show the actual error that kicks things
out to the makefile, so all I can tell you is: it works fine for me, so
make sure you make clean before trying to build graphviz.




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


acroread install problems

2009-04-24 Thread Pieter Donche
I want to install acroread. 
I have FreeBSD7/amd64.

Linux binary compatibility is installed:.
 linux_base-fc-4_13  Base set of packages needed in Linux mode (for i386/amd64)
/etc/rc.conf contains 
linux_enable=YES


# cd /usr/ports/print/acroread9
# make install clean
fetches and installs several 'linux' packages
then:
pango-1.10.2-1.gst.1.4.i386.rpm
===  Checking if x11-toolkits/linux-pango already installed
cd /usr/ports/x11-toolkits/linux-pango/work  /usr/bin/find * -type d -exec /bi
n/mkdir -p /compat/linux/{} \;
cd /usr/ports/x11-toolkits/linux-pango/work  /usr/bin/find * ! -type d | /usr/
bin/cpio -pm -R root:wheel /compat/linux
1437 blocks
/compat/linux/usr/bin/pango-querymodules-32: error while loading shared librarie
s: libgobject-2.0.so.0: cannot open shared object file: No such file or director
y
*** Error code 127

Stop in /usr/ports/x11-toolkits/linux-pango.

Did  make install clean  again
continues to install packages, but
libtiff-3.7.1-6.fc4.2.i386.rpm
===  Checking if x11-toolkits/linux-gtk2 already installed
cd /usr/ports/x11-toolkits/linux-gtk2/work  /usr/bin/find * -type d -exec /bin
/mkdir -p /compat/linux/{} \;
cd /usr/ports/x11-toolkits/linux-gtk2/work  /usr/bin/find * ! -type d | /usr/b
in/cpio -pm -R root:wheel /compat/linux
28726 blocks
/usr/bin/gtk-query-immodules-2.0-32: error while loading shared libraries: libgm
odule-2.0.so.0: cannot open shared object file: No such file or directory
*** Error code 127

Stop in /usr/ports/x11-toolkits/linux-gtk2.

Did  make install clean  again
continues to install packages, but
scim-libs-1.4.4-1.fc4.i386.rpm
===  Checking if textproc/linux-scim-gtk already installed
cd /usr/ports/textproc/linux-scim-gtk/work  /usr/bin/find * -type d -exec /bin
/mkdir -p /compat/linux/{} \;
cd /usr/ports/textproc/linux-scim-gtk/work  /usr/bin/find * ! -type d | /usr/b
in/cpio -pm -R root:wheel /compat/linux
281 blocks
/usr/bin/gtk-query-immodules-2.0-32: error while loading shared libraries: libgm
odule-2.0.so.0: cannot open shared object file: No such file or directory
*** Error code 127

Stop in /usr/ports/textproc/linux-scim-gtk.


Did  make install clean  again
continues to install ..
..
===   Registering installation for acroread9-9.1.0_2
...
===  Cleaning for acroreadwrapper-0.0.20090328
===  Cleaning for linux-atk-1.9.1_2
===  Cleaning for linux-cairo-1.0.2_1
===  Cleaning for linux-expat-1.95.8_1
===  Cleaning for linux-fontconfig-2.2.3_8
===  Cleaning for linux-gdk-pixbuf-0.22.0.18.fc4.2_1
===  Cleaning for linux-gtk2-2.6.10_2
===  Cleaning for linux-jpeg-6b.34_1
===  Cleaning for linux-libxml2-2.6.19_1
===  Cleaning for linux-pango-1.10.2_2
===  Cleaning for linux-png-1.2.8_3
===  Cleaning for linux-scim-gtk-fc4-1.4.4_1
===  Cleaning for linux-scim-libs-fc4-1.4.4_2
===  Cleaning for linux-tiff-3.7.1_1
===  Cleaning for linux-xorg-libs-6.8.2_6
===  Cleaning for linux-nvu-1.0_1
===  Cleaning for linux-hicolor-icon-theme-0.5_2
===  Cleaning for acroread9-9.1.0_2

I now have /usr/local/bin/acroread, but:
$ acroread
/usr/local/Adobe/Reader9/ENU/Adobe/Reader9/Reader/intellinux/bin/acroread: 
error while loading shared libraries: libgobject-2.0.so.0: cannot open shared 
object file: No such file or directory

what went wrong during the installation
and how to remedy?

Previously on another FreeBSD7 system, I could install acroread7 without
problem.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Install problems on Dell Vostro

2007-11-11 Thread Jerahmy Pocott


On 11/11/2007, at 1:55 AM, Olivier GARNIER wrote:


Hi,

I tried with FreeBSD and FreeSBIE when I received my vostro 1700 (on
septembre), and the network wasn't working well. Network, Some Xorg  
problems

and so on ...
So I installed Ubuntu 7.04 witch was the less worth (network/video  
worked
with some adaptations). Now I've got an Ubuntu 7.10 witch is  
working well.


If you make FreeBSD work on Vostro I'm interested.


I'm going to try putting a network card in and disabling the on-board  
one..


The probe shows a lot of 'unknown' in relation to the ACPI, which I  
think is the
root of all this evil. Unfortunately if I disable it the drives are  
no longer found..

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Install problems on Dell Vostro

2007-11-10 Thread Jerahmy Pocott


On 10/11/2007, at 1:57 PM, McCy Ron wrote:

I was able to get 6.2 to install on a Vostro with stock BIOS  
settings but couldn't get the system to recognize the network card.  
network.  Just for reference - Knoppix, Ubuntu, FreesBie live CDs,  
and a straight install of Ubuntu 7.04 didn't work either. There is  
something strange about this computer.Windows XP, ofcourse, works.


So solution is to stick another network card in it?

Has anyone had this onboard card work?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Install problems on Dell Vostro

2007-11-10 Thread Olivier GARNIER
Hi,

I tried with FreeBSD and FreeSBIE when I received my vostro 1700 (on
septembre), and the network wasn't working well. Network, Some Xorg problems
and so on ...
So I installed Ubuntu 7.04 witch was the less worth (network/video worked
with some adaptations). Now I've got an Ubuntu 7.10 witch is working well.

If you make FreeBSD work on Vostro I'm interested.

Olivier.


On 10/11/2007, at 1:57 PM, McCy Ron wrote:

 I was able to get 6.2 to install on a Vostro with stock BIOS  
 settings but couldn't get the system to recognize the network card.  
 network.  Just for reference - Knoppix, Ubuntu, FreesBie live CDs,  
 and a straight install of Ubuntu 7.04 didn't work either. There is  
 something strange about this computer.Windows XP, ofcourse, works.

So solution is to stick another network card in it?

Has anyone had this onboard card work?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Install problems on Dell Vostro

2007-11-09 Thread Jerahmy Pocott

Hello,

I'm having difficulties getting 6.2 installed on these new Dell  
'Vostro' systems.


The BIOS is a Phoenix - AwardBIOS and it reports the version as 1.0.3.

With the SATA controller set to IDE mode (default) in the BIOS  
booting FreeBSD
will hang just before entering sysinstall, booting with ACPI disabled  
stops this
but then no disk drives are found! I got around this by setting the  
SATA mode to
RAID in the BIOS (this seems to make the disk appear as SCSI), then  
it doesn't
crash with ACPI enabled (with ACPI disabled no disks are found still)  
and the

disk is found.

The system only has USB inputs (8 of them) and with the USB  
Controller set
to 'High Speed' in the BIOS, the keyboard stops working once  
sysinstall starts
(though it works in the boot menu), however setting it to 'Full/Low  
Speed' makes
it work in sysinstall. I probably don't care about using High Speed  
USB devices
any way, but it would be nice if they could work, but this isn't the  
major issue.


Now finally I can get into sysinstall and partition the disk, but the  
network interface
is not detected. It says it is an 'Intel 82562V-2' (on board), but I  
see no probes about
it on booting FreeBSD. Is this interface supported? Any ideas on  
getting it detected?


I feel the ACPI might be a problem? On booting it is reported as  
'ACPI: Dell FX 09'


Thanks!
J.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Install problems on Dell 'Vostro'

2007-11-09 Thread Jerahmy Pocott

Hello,

I'm having difficulties getting 6.2 installed on these new Dell  
'Vostro' systems.


The BIOS is a Phoenix - AwardBIOS and it reports the version as 1.0.3.

With the SATA controller set to IDE mode (default) in the BIOS  
booting FreeBSD
will hang just before entering sysinstall, booting with ACPI disabled  
stops this
but then no disk drives are found! I got around this by setting the  
SATA mode to
RAID in the BIOS (this seems to make the disk appear as SCSI), then  
it doesn't
crash with ACPI enabled (with ACPI disabled no disks are found still)  
and the

disk is found.

The system only has USB inputs (8 of them) and with the USB  
Controller set
to 'High Speed' in the BIOS, the keyboard stops working once  
sysinstall starts
(though it works in the boot menu), however setting it to 'Full/Low  
Speed' makes
it work in sysinstall. I probably don't care about using High Speed  
USB devices
any way, but it would be nice if they could work, but this isn't the  
major issue.


Now finally I can get into sysinstall and partition the disk, but the  
network interface
is not detected. It says it is an 'Intel 82562V-2' (on board), but I  
see no probes about
it on booting FreeBSD. Is this interface supported? Any ideas on  
getting it detected?


I feel the ACPI might be a problem? On booting it is reported as  
'ACPI: Dell FX 09'


Thanks!
J.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Install problems on Dell Vostro

2007-11-09 Thread McCy Ron



Jerahmy Pocott wrote:


Hello,

I'm having difficulties getting 6.2 installed on these new Dell  
'Vostro' systems.


The BIOS is a Phoenix - AwardBIOS and it reports the version as 1.0.3.

With the SATA controller set to IDE mode (default) in the BIOS  
booting FreeBSD
will hang just before entering sysinstall, booting with ACPI disabled  
stops this
but then no disk drives are found! I got around this by setting the  
SATA mode to
RAID in the BIOS (this seems to make the disk appear as SCSI), then  
it doesn't
crash with ACPI enabled (with ACPI disabled no disks are found still)  
and the

disk is found.

The system only has USB inputs (8 of them) and with the USB  
Controller set
to 'High Speed' in the BIOS, the keyboard stops working once  
sysinstall starts
(though it works in the boot menu), however setting it to 'Full/Low  
Speed' makes
it work in sysinstall. I probably don't care about using High Speed  
USB devices
any way, but it would be nice if they could work, but this isn't the  
major issue.


Now finally I can get into sysinstall and partition the disk, but the  
network interface
is not detected. It says it is an 'Intel 82562V-2' (on board), but I  
see no probes about
it on booting FreeBSD. Is this interface supported? Any ideas on  
getting it detected?


I feel the ACPI might be a problem? On booting it is reported as  
'ACPI: Dell FX 09'


Thanks!
J.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]




I was able to get 6.2 to install on a Vostro with stock BIOS settings 
but couldn't get the system to recognize the network card. network.  
Just for reference - Knoppix, Ubuntu, FreesBie live CDs, and a straight 
install of Ubuntu 7.04 didn't work either. There is something strange 
about this computer.Windows XP, ofcourse, works.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libXfont install problems from ports

2007-10-26 Thread james


 I'm having issues with six or seven ports installing. I've traced it
 back to two ports that are having issues, one of which is libXfont.

 The version I've got installed is:

 evolution# pkg_info -Ix libXfont
 libXfontcache-1.0.4 The Xfontcache library

 The version in ports is 1.3.1


 Here's my log:


 ===  Building for libXfont-1.3.1,1
 make  all-recursive
 Making all in src
 Making all in fontfile
 /bin/sh ../../libtool --tag=CC--mode=compile cc -DHAVE_CONFIG_H
 -I. -I../.. -I../../include/X11/fonts -I../../include
  -DFONT_ENCODINGS_DIRECTORY=\/usr/local/lib/X11/fonts
 /encodings/encodings.dir\ -Wall -Wpointer-arith
 -Wstrict-prototypes-Wmissing-prototypes -Wmissing-declarations
 -Wnested-externs -fno-strict-aliasing -O2 -fno-strict-aliasing -pipe
  -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/local/include
 -MT fontencc.lo -MD -MP -MF .deps/fontencc.Tpo -c -o fontencc.lo
 fontencc.c
  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include/X11/fonts
 -I../../include -DFONT_ENCODINGS_DIRECTORY=
 \/usr/local/lib/X11/fonts/encodings/encodings.dir\ -Wall
 -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes
 -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2
 -fno-strict-aliasing -pipe -D_BSD_SOURCE -DHAS_FCHOWN
 -DHAS_STICKY_DIR_BIT -I/usr/local/include -MT fontencc.lo -MD -MP
 -MF .deps/fontencc.Tpo -c fontencc.c  -fPIC -DPIC -o .libs/fontencc.o
 fontencc.c:34:31: X11/fonts/fontenc.h: No such file or directory
 In file included from fontencc.c:35:
 ../../include/X11/fonts/fontencc.h:32: error: syntax error before
 FontEncPtr
 ../../include/X11/fonts/fontencc.h:32: warning: function declaration
 isn't a prototype
 ../../include/X11/fonts/fontencc.h:33: error: syntax error before
 font_encoding_find
 ../../include/X11/fonts/fontencc.h:33: warning: type defaults to `int'
 in declaration of `font_encoding_find'
 ../../include/X11/fonts/fontencc.h:33: warning: data definition has no
 type or storage class
 ../../include/X11/fonts/fontencc.h:34: error: syntax error before
 FontEncPtr
 ../../include/X11/fonts/fontencc.h:34: warning: function declaration
 isn't a prototype
 fontencc.c: In function `font_encoding_from_xlfd':
 fontencc.c:42: warning: implicit declaration of function
 `FontEncFromXLFD'
 fontencc.c:42: warning: nested extern declaration of `FontEncFromXLFD'
 fontencc.c:42: warning: return makes pointer from integer without a
 cast
 fontencc.c: At top level:
 fontencc.c:46: error: syntax error before font_encoding_find
 fontencc.c:47: warning: return type defaults to `int'
 fontencc.c: In function `font_encoding_find':
 fontencc.c:48: warning: implicit declaration of function `FontEncFind'
 fontencc.c:48: warning: nested extern declaration of `FontEncFind'
 fontencc.c: At top level:
 fontencc.c:53: error: syntax error before FontEncPtr
 fontencc.c:54: warning: function declaration isn't a prototype
 fontencc.c: In function `font_encoding_recode':
 fontencc.c:55: error: `encoding' undeclared (first use in this
 function)
 fontencc.c:55: error: (Each undeclared identifier is reported only
 once
 fontencc.c:55: error: for each function it appears in.)
 fontencc.c:55: error: `mapping' undeclared (first use in this
 function)
 fontencc.c :59: warning: implicit declaration of function
 `FontEncRecode'
 fontencc.c:59: warning: nested extern declaration of `FontEncRecode'
 fontencc.c:59: error: `code' undeclared (first use in this function)
 fontencc.c: At top level:
 fontencc.c:64: error: syntax error before FontEncPtr
 fontencc.c:65: warning: function declaration isn't a prototype
 fontencc.c: In function `font_encoding_name':
 fontencc.c :66: error: `encoding' undeclared (first use in this
 function)
 fontencc.c:66: error: `mapping' undeclared (first use in this
 function)
 fontencc.c:70: warning: implicit declaration of function
 `FontEncName'
 fontencc.c:70: warning: nested extern declaration of `FontEncName'
 fontencc.c:70: error: `code' undeclared (first use in this function)
 fontencc.c:70: warning: return makes pointer from integer without a
 cast
 fontencc.c: In function `identifyEncodingFile':
 fontencc.c:76: warning: implicit declaration of function
 `FontEncIdentify'
 fontencc.c:76: warning: nested extern declaration of `FontEncIdentify'
 fontencc.c :76: warning: return makes pointer from integer without a
 cast
 *** Error code 1

 Stop
 in /usr/ports/x11-fonts/libXfont/work/libXfont-1.3.1/src/fontfile.
 *** Error code 1

 Stop in /usr/ports/x11-fonts/libXfont/work/libXfont- 1.3.1/src.
 *** Error code 1

 Stop in /usr/ports/x11-fonts/libXfont/work/libXfont-1.3.1.
 *** Error code 1

 Stop in /usr/ports/x11-fonts/libXfont/work/libXfont-1.3.1.
 *** Error code 1

 Stop in /usr/ports/x11-fonts/libXfont.



 Can anyone see what's going on?

 Thanks!

 James


I've just tried to install xorg-libraries, and received the same error,
but with a little more information at the end:



Stop in /usr/ports/x11-fonts/libXfont/work/libXfont-1.3.1/src/fontfile.
*** Error 

libXfont install problems from ports

2007-10-24 Thread James
I'm having issues with six or seven ports installing. I've traced it back to
two ports that are having issues, one of which is libXfont.

The version I've got installed is:

evolution# pkg_info -Ix libXfont
libXfontcache-1.0.4 The Xfontcache library

The version in ports is 1.3.1


Here's my log:


===  Building for libXfont-1.3.1,1
make  all-recursive
Making all in src
Making all in fontfile
/bin/sh ../../libtool --tag=CC--mode=compile cc -DHAVE_CONFIG_H -I.
-I../.. -I../../include/X11/fonts -I../../include
 -DFONT_ENCODINGS_DIRECTORY=\/usr/local/lib/X11/fonts/encodings/encodings.dir\
-Wall -Wpointer-arith -Wstrict-prototypes-Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2
-fno-strict-aliasing -pipe  -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT
-I/usr/local/include -MT fontencc.lo -MD -MP -MF .deps/fontencc.Tpo -c -o
fontencc.lo fontencc.c
 cc -DHAVE_CONFIG_H -I. -I../.. -I../../include/X11/fonts -I../../include
-DFONT_ENCODINGS_DIRECTORY=\/usr/local/lib/X11/fonts/encodings/encodings.dir\
-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2
-fno-strict-aliasing -pipe -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT
-I/usr/local/include -MT fontencc.lo -MD -MP -MF .deps/fontencc.Tpo -c
fontencc.c  -fPIC -DPIC -o .libs/fontencc.o
fontencc.c:34:31: X11/fonts/fontenc.h: No such file or directory
In file included from fontencc.c:35:
../../include/X11/fonts/fontencc.h:32: error: syntax error before
FontEncPtr
../../include/X11/fonts/fontencc.h:32: warning: function declaration isn't a
prototype
../../include/X11/fonts/fontencc.h:33: error: syntax error before
font_encoding_find
../../include/X11/fonts/fontencc.h:33: warning: type defaults to `int' in
declaration of `font_encoding_find'
../../include/X11/fonts/fontencc.h:33: warning: data definition has no type
or storage class
../../include/X11/fonts/fontencc.h:34: error: syntax error before
FontEncPtr
../../include/X11/fonts/fontencc.h:34: warning: function declaration isn't a
prototype
fontencc.c: In function `font_encoding_from_xlfd':
fontencc.c:42: warning: implicit declaration of function `FontEncFromXLFD'
fontencc.c:42: warning: nested extern declaration of `FontEncFromXLFD'
fontencc.c:42: warning: return makes pointer from integer without a cast
fontencc.c: At top level:
fontencc.c:46: error: syntax error before font_encoding_find
fontencc.c:47: warning: return type defaults to `int'
fontencc.c: In function `font_encoding_find':
fontencc.c:48: warning: implicit declaration of function `FontEncFind'
fontencc.c:48: warning: nested extern declaration of `FontEncFind'
fontencc.c: At top level:
fontencc.c:53: error: syntax error before FontEncPtr
fontencc.c:54: warning: function declaration isn't a prototype
fontencc.c: In function `font_encoding_recode':
fontencc.c:55: error: `encoding' undeclared (first use in this function)
fontencc.c:55: error: (Each undeclared identifier is reported only once
fontencc.c:55: error: for each function it appears in.)
fontencc.c:55: error: `mapping' undeclared (first use in this function)
fontencc.c:59: warning: implicit declaration of function `FontEncRecode'
fontencc.c:59: warning: nested extern declaration of `FontEncRecode'
fontencc.c:59: error: `code' undeclared (first use in this function)
fontencc.c: At top level:
fontencc.c:64: error: syntax error before FontEncPtr
fontencc.c:65: warning: function declaration isn't a prototype
fontencc.c: In function `font_encoding_name':
fontencc.c:66: error: `encoding' undeclared (first use in this function)
fontencc.c:66: error: `mapping' undeclared (first use in this function)
fontencc.c:70: warning: implicit declaration of function `FontEncName'
fontencc.c:70: warning: nested extern declaration of `FontEncName'
fontencc.c:70: error: `code' undeclared (first use in this function)
fontencc.c:70: warning: return makes pointer from integer without a cast
fontencc.c: In function `identifyEncodingFile':
fontencc.c:76: warning: implicit declaration of function `FontEncIdentify'
fontencc.c:76: warning: nested extern declaration of `FontEncIdentify'
fontencc.c:76: warning: return makes pointer from integer without a cast
*** Error code 1

Stop in /usr/ports/x11-fonts/libXfont/work/libXfont-1.3.1/src/fontfile.
*** Error code 1

Stop in /usr/ports/x11-fonts/libXfont/work/libXfont-1.3.1/src.
*** Error code 1

Stop in /usr/ports/x11-fonts/libXfont/work/libXfont-1.3.1.
*** Error code 1

Stop in /usr/ports/x11-fonts/libXfont/work/libXfont-1.3.1.
*** Error code 1

Stop in /usr/ports/x11-fonts/libXfont.



Can anyone see what's going on?

Thanks!

James
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Install problems with CD

2007-09-29 Thread Fernando Apesteguía
On 9/29/07, Aryeh Friedman [EMAIL PROTECTED] wrote:
 Depends on the distro (some have broken drivers in the install some
 don't... no matter what you will probally want to look at doing a
 cvsup upgrade to a newer version once you have installed it [see the
 handbook for details]).

OK,

Many thanks


 --Aryeh

 On 9/28/07, Fernando Apesteguía [EMAIL PROTECTED] wrote:
  On 9/29/07, Aryeh Friedman [EMAIL PROTECTED] wrote:
   If I remember right this is a known issue with some older distro CD's
   (the boot code doesn't need any kind of software driver for the CD but
   the install code does)... I suggest either using a newer version like
   6.2 or using the install from network option for install medium.
 
  OK,
 
  But after the installation, will FreeBSD detect my DVD drive?
 
  Cheers
 
  
   --Aryeh
  
   On 9/28/07, Fernando Apesteguía [EMAIL PROTECTED] wrote:
Hi all,
   
This is my very first post in this list, so I beg for your patience :)
   
I'm trying to install FreeBSD 6.1 on an IBM Netfinity 5000. I have the
two CD's set.
The machine uses a IDE DVD drive, and 5 SCSI disks.
   
I boot the machine and the CD starts to boot. I select the FreeBSD
normal booting. Everything seems to be fine. I can see the messages
about the detected devices (BIOS CDROM is cd0 and so on...)
   
I start the installation, The disks are detected, I set up my
partitions and then I select the CD/DVD media installation... and then
I get a No CD/DVD drive is present.
   
The drive is working in terms of hardware (I can run several live CD
linux distros for example) and then access the CD as usual. How is it
possible that after booting with FreeBSD the sysinstall (?) program
doesn't detect the cd?
   
Thanks in advance
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
   
  
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Install problems with CD

2007-09-28 Thread Fernando Apesteguía
Hi all,

This is my very first post in this list, so I beg for your patience :)

I'm trying to install FreeBSD 6.1 on an IBM Netfinity 5000. I have the
two CD's set.
The machine uses a IDE DVD drive, and 5 SCSI disks.

I boot the machine and the CD starts to boot. I select the FreeBSD
normal booting. Everything seems to be fine. I can see the messages
about the detected devices (BIOS CDROM is cd0 and so on...)

I start the installation, The disks are detected, I set up my
partitions and then I select the CD/DVD media installation... and then
I get a No CD/DVD drive is present.

The drive is working in terms of hardware (I can run several live CD
linux distros for example) and then access the CD as usual. How is it
possible that after booting with FreeBSD the sysinstall (?) program
doesn't detect the cd?

Thanks in advance
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Install problems with CD

2007-09-28 Thread Aryeh Friedman
If I remember right this is a known issue with some older distro CD's
(the boot code doesn't need any kind of software driver for the CD but
the install code does)... I suggest either using a newer version like
6.2 or using the install from network option for install medium.

--Aryeh

On 9/28/07, Fernando Apesteguía [EMAIL PROTECTED] wrote:
 Hi all,

 This is my very first post in this list, so I beg for your patience :)

 I'm trying to install FreeBSD 6.1 on an IBM Netfinity 5000. I have the
 two CD's set.
 The machine uses a IDE DVD drive, and 5 SCSI disks.

 I boot the machine and the CD starts to boot. I select the FreeBSD
 normal booting. Everything seems to be fine. I can see the messages
 about the detected devices (BIOS CDROM is cd0 and so on...)

 I start the installation, The disks are detected, I set up my
 partitions and then I select the CD/DVD media installation... and then
 I get a No CD/DVD drive is present.

 The drive is working in terms of hardware (I can run several live CD
 linux distros for example) and then access the CD as usual. How is it
 possible that after booting with FreeBSD the sysinstall (?) program
 doesn't detect the cd?

 Thanks in advance
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Install problems with CD

2007-09-28 Thread Fernando Apesteguía
On 9/29/07, Aryeh Friedman [EMAIL PROTECTED] wrote:
 If I remember right this is a known issue with some older distro CD's
 (the boot code doesn't need any kind of software driver for the CD but
 the install code does)... I suggest either using a newer version like
 6.2 or using the install from network option for install medium.

OK,

But after the installation, will FreeBSD detect my DVD drive?

Cheers


 --Aryeh

 On 9/28/07, Fernando Apesteguía [EMAIL PROTECTED] wrote:
  Hi all,
 
  This is my very first post in this list, so I beg for your patience :)
 
  I'm trying to install FreeBSD 6.1 on an IBM Netfinity 5000. I have the
  two CD's set.
  The machine uses a IDE DVD drive, and 5 SCSI disks.
 
  I boot the machine and the CD starts to boot. I select the FreeBSD
  normal booting. Everything seems to be fine. I can see the messages
  about the detected devices (BIOS CDROM is cd0 and so on...)
 
  I start the installation, The disks are detected, I set up my
  partitions and then I select the CD/DVD media installation... and then
  I get a No CD/DVD drive is present.
 
  The drive is working in terms of hardware (I can run several live CD
  linux distros for example) and then access the CD as usual. How is it
  possible that after booting with FreeBSD the sysinstall (?) program
  doesn't detect the cd?
 
  Thanks in advance
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Install problems with CD

2007-09-28 Thread Aryeh Friedman
Depends on the distro (some have broken drivers in the install some
don't... no matter what you will probally want to look at doing a
cvsup upgrade to a newer version once you have installed it [see the
handbook for details]).

--Aryeh

On 9/28/07, Fernando Apesteguía [EMAIL PROTECTED] wrote:
 On 9/29/07, Aryeh Friedman [EMAIL PROTECTED] wrote:
  If I remember right this is a known issue with some older distro CD's
  (the boot code doesn't need any kind of software driver for the CD but
  the install code does)... I suggest either using a newer version like
  6.2 or using the install from network option for install medium.

 OK,

 But after the installation, will FreeBSD detect my DVD drive?

 Cheers

 
  --Aryeh
 
  On 9/28/07, Fernando Apesteguía [EMAIL PROTECTED] wrote:
   Hi all,
  
   This is my very first post in this list, so I beg for your patience :)
  
   I'm trying to install FreeBSD 6.1 on an IBM Netfinity 5000. I have the
   two CD's set.
   The machine uses a IDE DVD drive, and 5 SCSI disks.
  
   I boot the machine and the CD starts to boot. I select the FreeBSD
   normal booting. Everything seems to be fine. I can see the messages
   about the detected devices (BIOS CDROM is cd0 and so on...)
  
   I start the installation, The disks are detected, I set up my
   partitions and then I select the CD/DVD media installation... and then
   I get a No CD/DVD drive is present.
  
   The drive is working in terms of hardware (I can run several live CD
   linux distros for example) and then access the CD as usual. How is it
   possible that after booting with FreeBSD the sysinstall (?) program
   doesn't detect the cd?
  
   Thanks in advance
   ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to [EMAIL PROTECTED]
  
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PowerApp 120/1550 Install problems

2007-03-18 Thread Brian A. Seklecki
sysinstall will frequently silently fail on the physical partitioning
stage for any variety of reasons which will fail to create the
appropriate slice entries

Show us your partition and slice tables?

Send logs from the emergency VTY?

~BAS

On Sat, 2007-03-17 at 21:02 -0400, Don Munyak wrote:
 On 3/17/07, Minnesota Slinky [EMAIL PROTECTED] wrote:
  Hey list,
 
  I'm trying to install FreeBSD 6.2-RELEASE on a Dell PowerApp 120
  (1550) I just purchased.  The system claims to have an AIC 7899 SCSI
  host adapter.  I've currently got a known-good 9GB Fujitsu hard disk
  in the system, as ID 0.  During installation, the disk comes up as
  da0.  After going through all the options for install, etc, I get an
  error when it tries to write the file systems:
 
  Unable to find device node for /dev/da0s1b in /dev! and mentions
  that installation is aborting.  At first I thought it was a problem
  with the SCSI backplane, but RHEL and Window 2000 Server both install
  and operate without problems.
 
  Thanks for your advice!
 
  Eric Crist
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 Don't know the answer, but have a suggestion.
 
 How about getting a live cd to boot from and then query /var/log for
 hardware spec's
 
 Don
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PowerApp 120/1550 Install problems

2007-03-18 Thread Minnesota Slinky

On Mar 17, 2007, at 8:02 PM, Don Munyak wrote:


On 3/17/07, Minnesota Slinky [EMAIL PROTECTED] wrote:

Hey list,

I'm trying to install FreeBSD 6.2-RELEASE on a Dell PowerApp 120
(1550) I just purchased.  The system claims to have an AIC 7899 SCSI
host adapter.  I've currently got a known-good 9GB Fujitsu hard disk
in the system, as ID 0.  During installation, the disk comes up as
da0.  After going through all the options for install, etc, I get an
error when it tries to write the file systems:

Unable to find device node for /dev/da0s1b in /dev! and mentions
that installation is aborting.  At first I thought it was a problem
with the SCSI backplane, but RHEL and Window 2000 Server both install
and operate without problems.

Thanks for your advice!

Eric Crist


Don't know the answer, but have a suggestion.

How about getting a live cd to boot from and then query /var/log for
hardware spec's

Don


Thanks for the answer Don, but I finally figured it out.  Apparently  
the drive I had wasn't negotiating the right speed with the  
backplane.  When I manually clocked it down, everything works great.


-
Eric F Crist
Secure Computing Networks


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


PowerApp 120/1550 Install problems

2007-03-17 Thread Minnesota Slinky

Hey list,

I'm trying to install FreeBSD 6.2-RELEASE on a Dell PowerApp 120  
(1550) I just purchased.  The system claims to have an AIC 7899 SCSI  
host adapter.  I've currently got a known-good 9GB Fujitsu hard disk  
in the system, as ID 0.  During installation, the disk comes up as  
da0.  After going through all the options for install, etc, I get an  
error when it tries to write the file systems:


Unable to find device node for /dev/da0s1b in /dev! and mentions  
that installation is aborting.  At first I thought it was a problem  
with the SCSI backplane, but RHEL and Window 2000 Server both install  
and operate without problems.


Thanks for your advice!

Eric Crist
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PowerApp 120/1550 Install problems

2007-03-17 Thread Don Munyak

On 3/17/07, Minnesota Slinky [EMAIL PROTECTED] wrote:

Hey list,

I'm trying to install FreeBSD 6.2-RELEASE on a Dell PowerApp 120
(1550) I just purchased.  The system claims to have an AIC 7899 SCSI
host adapter.  I've currently got a known-good 9GB Fujitsu hard disk
in the system, as ID 0.  During installation, the disk comes up as
da0.  After going through all the options for install, etc, I get an
error when it tries to write the file systems:

Unable to find device node for /dev/da0s1b in /dev! and mentions
that installation is aborting.  At first I thought it was a problem
with the SCSI backplane, but RHEL and Window 2000 Server both install
and operate without problems.

Thanks for your advice!

Eric Crist
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



Don't know the answer, but have a suggestion.

How about getting a live cd to boot from and then query /var/log for
hardware spec's

Don
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Install problems

2006-11-26 Thread Amit Joshi
On Sunday 26 November 2006 05:34, Jose wrote:
 Hi,



 Let me start by saying I am new to FreeBSD. I downloaded the iso, burned it
 to disk and installed the software. However when I restart the pc after the
 install I get an error message that it cannot find the kernel. I have gone
 through the install several times already with the same results. Any idea
 on what I could be doing wrong.



 Thank you for your help.



 Jose

 New to FreeBSD


Hi, 
I see that you are getting the Kernel not found message. In FreeBSD, I guess 
you have to explicitly install the Kernel. It can be found under 
DISTRIBUTION, Kernel - Generic / SMP. Select the one you want to. and let it 
install the kernel. 
Then follow the other installation steps, and then it should run properly. 

I also am new to FreeBSD. Doing what is mentioned above solved the problem for 
me. :)
Just wondering why the FreeBSD installer doesn't include the Kernel by 
default! 
-- 
Regards, 
Amit. 

Remember fellas, what we do in life echoes in eternity! 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Install problems

2006-11-26 Thread Joe Holden

Amit Joshi wrote:

On Sunday 26 November 2006 05:34, Jose wrote:

Hi,



Let me start by saying I am new to FreeBSD. I downloaded the iso, burned it
to disk and installed the software. However when I restart the pc after the
install I get an error message that it cannot find the kernel. I have gone
through the install several times already with the same results. Any idea
on what I could be doing wrong.


This happens when you don't select a distribution set, select the one 
that is applicable to your needs, if you don't know what to choose, 
select Minimal.


Thanks,
Joe
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Install problems

2006-11-25 Thread Jose
Hi,

 

Let me start by saying I am new to FreeBSD. I downloaded the iso, burned it
to disk and installed the software. However when I restart the pc after the
install I get an error message that it cannot find the kernel. I have gone
through the install several times already with the same results. Any idea on
what I could be doing wrong.

 

Thank you for your help.

 

Jose

New to FreeBSD


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.409 / Virus Database: 268.14.16/551 - Release Date: 11/25/2006
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Install problems

2006-11-25 Thread Mike Jeays
On Sat, 2006-11-25 at 19:04 -0500, Jose wrote:
 Hi,
 
  
 
 Let me start by saying I am new to FreeBSD. I downloaded the iso, burned it
 to disk and installed the software. However when I restart the pc after the
 install I get an error message that it cannot find the kernel. I have gone
 through the install several times already with the same results. Any idea on
 what I could be doing wrong.
 
  
 
 Thank you for your help.
 
  
 
 Jose
 
 New to FreeBSD
 
 

Did you burn it as an ISO, to make a bootable disk?  This is one of the
options in many Windows CD packages such as Nero, and it is essential
that you do this.

More info at:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-diff-media.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Install problems

2006-11-25 Thread Mark Jose
Do you, by any chance, modify the bios settings for disks/cdrom during/after
installation?
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jose
Sent: Sunday, 26 November 2006 11:04 AM
To: freebsd-questions@freebsd.org
Subject: Install problems

Hi,

 

Let me start by saying I am new to FreeBSD. I downloaded the iso, burned it
to disk and installed the software. However when I restart the pc after the
install I get an error message that it cannot find the kernel. I have gone
through the install several times already with the same results. Any idea on
what I could be doing wrong.

 

Thank you for your help.

 

Jose

New to FreeBSD


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.409 / Virus Database: 268.14.16/551 - Release Date: 11/25/2006
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 6.1 install problems with creating partitions

2006-05-06 Thread Eric Dan
I actually followed both the handbook and The Complete FreeBSD book's
installtion carefully, and yet i still get the same error, the installer
can't create the file system and install aborts.
I've tried using the auto option for both fdisk and disklable, i've
tried shared os, i've tried sacrificing the entire disk.
Is this really me making a mistake or is it possible that the iso has
some problems.
here are the errors:
http://www.rafb.net/paste/results/DD2B7N18.html




* Greg Barniskis ([EMAIL PROTECTED]) wrote:
 Eric Dan wrote:
 update:
 I actually backed up the ext3 to another hard drive and got 
 rid of all
 partitions and slices on that drive.
 installer still can't do it.
 the exact error says:
 unable to make new root file system on ad3sa1
 then i hit return and it says:
 couldn't make file system properly
 
 any ideas?
 
 
 
 * Eric Dan ([EMAIL PROTECTED]) wrote:
 trying to install 6.1 on my secondary master partition or 
 slice 2.
 I come from linux so please be forgiving with the naming or 
 slices and
 partitions.
 i created a 40G slice on ad3 with fdisk, then with disklabel 
 i created a
 4g /a 512M swap and the rest for /home
 i used the S option on the / partition.
 
 You may need to drop some more assumptions that you are 
 bringing from the Linux world -- you seem to be trying to 
 manually impose the Linux way of dividing up the space, but 
 that is really not what a typical FreeBSD partition/slice 
 scheme looks like.
 
 As long as you have essentially wiped the drive already, you 
 can use the FreeBSD installer's Auto Defaults option to get 
 a look at what the installer is expecting you to do, and then 
 tune that as desired. On the FDISK screen, press A to use the 
 whole disk, then on the Disklabel screen press A again for 
 Auto Defaults.
 
 Or, have a closer look at the handbook for more details,
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-steps.html
 (esp. figure 2-22)
 
 
 -- 
 Greg Barniskis, Computer Systems Integrator
 South Central Library System (SCLS)
 Library Interchange Network (LINK)
 gregb at scls.lib.wi.us, (608) 266-6348
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

-- 
Eric Dan [EMAIL PROTECTED]
UCLA ID#103297286
http://www.vladuz976.com/
GPG key: FD13E94D ( B9D1 7D8D 34E0 D0B7 D3C9  4571 0BAC 1DC7 FD13 E94D)


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


6.1 install problems with creating partitions

2006-05-05 Thread Eric Dan
trying to install 6.1 on my secondary master partition or slice 2.
I come from linux so please be forgiving with the naming or slices and
partitions.
i created a 40G slice on ad3 with fdisk, then with disklabel i created a
4g /a 512M swap and the rest for /home
i used the S option on the / partition.
the installer gives me and error saying that it wasn't able to create
the partions on the slice and the install aborts.
what can i do?
i don't wanna give up that ext3 part on this drive.

thanks
-- 
Eric Dan [EMAIL PROTECTED]
UCLA ID#103297286
http://www.vladuz976.com/
GPG key: FD13E94D ( B9D1 7D8D 34E0 D0B7 D3C9  4571 0BAC 1DC7 FD13 E94D)


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 6.1 install problems with creating partitions

2006-05-05 Thread Eric Dan
update:
I actually backed up the ext3 to another hard drive and got rid of all
partitions and slices on that drive.
installer still can't do it.
the exact error says:
unable to make new root file system on ad3sa1
then i hit return and it says:
couldn't make file system properly

any ideas?



* Eric Dan ([EMAIL PROTECTED]) wrote:
 trying to install 6.1 on my secondary master partition or slice 2.
 I come from linux so please be forgiving with the naming or slices and
 partitions.
 i created a 40G slice on ad3 with fdisk, then with disklabel i created a
 4g /  a 512M swap and the rest for /home
 i used the S option on the / partition.
 the installer gives me and error saying that it wasn't able to create
 the partions on the slice and the install aborts.
 what can i do?
 i don't wanna give up that ext3 part on this drive.
 
 thanks
 -- 
 Eric Dan [EMAIL PROTECTED]
 UCLA ID#103297286
 http://www.vladuz976.com/
 GPG key: FD13E94D ( B9D1 7D8D 34E0 D0B7 D3C9  4571 0BAC 1DC7 FD13 E94D)
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
Eric Dan [EMAIL PROTECTED]
UCLA ID#103297286
http://www.vladuz976.com/
GPG key: FD13E94D ( B9D1 7D8D 34E0 D0B7 D3C9  4571 0BAC 1DC7 FD13 E94D)


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 6.1 install problems with creating partitions

2006-05-05 Thread Greg Barniskis

Eric Dan wrote:

update:
I actually backed up the ext3 to another hard drive and got rid of all
partitions and slices on that drive.
installer still can't do it.
the exact error says:
unable to make new root file system on ad3sa1
then i hit return and it says:
couldn't make file system properly

any ideas?



* Eric Dan ([EMAIL PROTECTED]) wrote:

trying to install 6.1 on my secondary master partition or slice 2.
I come from linux so please be forgiving with the naming or slices and
partitions.
i created a 40G slice on ad3 with fdisk, then with disklabel i created a
4g /a 512M swap and the rest for /home
i used the S option on the / partition.


You may need to drop some more assumptions that you are bringing 
from the Linux world -- you seem to be trying to manually impose 
the Linux way of dividing up the space, but that is really not 
what a typical FreeBSD partition/slice scheme looks like.


As long as you have essentially wiped the drive already, you can use 
the FreeBSD installer's Auto Defaults option to get a look at what 
the installer is expecting you to do, and then tune that as desired. 
On the FDISK screen, press A to use the whole disk, then on the 
Disklabel screen press A again for Auto Defaults.


Or, have a closer look at the handbook for more details,
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-steps.html
(esp. figure 2-22)


--
Greg Barniskis, Computer Systems Integrator
South Central Library System (SCLS)
Library Interchange Network (LINK)
gregb at scls.lib.wi.us, (608) 266-6348
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


make install problems

2006-04-13 Thread hellbinder
I've encontered a problem when I tried to make install xfce4 from
ports collection. When pango was installing the error occured
libexpat.so.5 needed by /usr/X11R6/lib/libfontconfig.so not found.
Error code 1 
I've tried to locate and give the path through -rpath parameter but
it's nowhere on the disk. I've also tried to:
pkg_add -r pango
but it gave the same result.
make install OPTIONS=FORCE_PKG_REGISTER
is not helping in this case
How to solve this problem??

thanks
hellbinder

PS. Can absence of libexpat.so.5 be caused by the way I've build my
kernel?? If so what to add in config file??


-- 
Nie przychodz! Nie przyjezdzaj! Nie dzwon! Zamow ogloszenie drobne do Gazety 
Wyborczej przez internet wchodzac na http://www.aaaby.pl/wyborcza i wygraj 
nawet 10.000 zl!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make install problems

2006-04-13 Thread John Cruz
I think it's installed with expat. Should be in ports under 
/usr/ports/textproc. Hunt for it there, and you should be all set.


[EMAIL PROTECTED] wrote:

I've encontered a problem when I tried to make install xfce4 from
ports collection. When pango was installing the error occured
libexpat.so.5 needed by /usr/X11R6/lib/libfontconfig.so not found.
Error code 1 
I've tried to locate and give the path through -rpath parameter but

it's nowhere on the disk. I've also tried to:
pkg_add -r pango
but it gave the same result.
make install OPTIONS=FORCE_PKG_REGISTER
is not helping in this case
How to solve this problem??

thanks
hellbinder

PS. Can absence of libexpat.so.5 be caused by the way I've build my
kernel?? If so what to add in config file??


  


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make install problems

2006-04-13 Thread Fabian Keil
[EMAIL PROTECTED] wrote:

 I've encontered a problem when I tried to make install xfce4 from
 ports collection. When pango was installing the error occured
 libexpat.so.5 needed by /usr/X11R6/lib/libfontconfig.so not found.
 Error code 1 
 I've tried to locate and give the path through -rpath parameter but
 it's nowhere on the disk. I've also tried to:
 pkg_add -r pango
 but it gave the same result.
 make install OPTIONS=FORCE_PKG_REGISTER
 is not helping in this case
 How to solve this problem??

Update x11-fonts/fontconfig.

 PS. Can absence of libexpat.so.5 be caused by the way I've build my
 kernel??

More likely by the way you update your ports.

Fabian
-- 
http://www.fabiankeil.de/


signature.asc
Description: PGP signature


Re: mysql install problems.

2006-03-06 Thread Derrick MacPherson

Derrick MacPherson wrote:

Trying to upgrade mysql from 40 to 50 on a 5.4 system. The client will 
update, but when I go to update the server, I get the following error. 
I was able to use pkg_add get 5.0.2 installed so at least it's 
functioning. I've tried to reinstall 40, and then deinstall, but it 
doesn't seem to help. What can I do?


===  mysql-server-5.0.18_1 cannot install: the port wants 
mysql50-client and you try to install mysql40-client..

*** Error code 1

Stop in /usr/ports/databases/mysql50-server.

pkg_info |grep sql
bsdpan-DBD-mysql-2.9008 DBD::mysql - MySQL driver for the Perl5 
Database Interface
courier-authlib-mysql-0.57 MySQL support for the Courier 
authentication library

exim-mysql-4.60 High performance MTA for Unix systems on the Internet
mysql-client-5.0.18_1 Multithreaded SQL database (client)
mysql-server-5.0.2  Multithreaded SQL database (server)
php4-mysql-4.4.1_3  The mysql shared extension for php
proftpd-mysql-1.2.10_1 Highly configurable ftp daemon with MySQL support


I have done more digging and haven't gotten too far ahead. I did see 
someone had a similar problem a few weeks ago, but there was no posted 
solution. Anyone got some insight?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mysql install problems.

2006-03-05 Thread Derrick MacPherson
Trying to upgrade mysql from 40 to 50 on a 5.4 system. The client will 
update, but when I go to update the server, I get the following error. I 
was able to use pkg_add get 5.0.2 installed so at least it's 
functioning. I've tried to reinstall 40, and then deinstall, but it 
doesn't seem to help. What can I do?


===  mysql-server-5.0.18_1 cannot install: the port wants 
mysql50-client and you try to install mysql40-client..

*** Error code 1

Stop in /usr/ports/databases/mysql50-server.

pkg_info |grep sql
bsdpan-DBD-mysql-2.9008 DBD::mysql - MySQL driver for the Perl5 Database 
Interface
courier-authlib-mysql-0.57 MySQL support for the Courier authentication 
library

exim-mysql-4.60 High performance MTA for Unix systems on the Internet
mysql-client-5.0.18_1 Multithreaded SQL database (client)
mysql-server-5.0.2  Multithreaded SQL database (server)
php4-mysql-4.4.1_3  The mysql shared extension for php
proftpd-mysql-1.2.10_1 Highly configurable ftp daemon with MySQL support

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


6.0 install problems in HP DL380 Array 5i

2005-11-09 Thread Miguel
Hi, im having some problems when installing freebsd 6.0 in a DL380 with 
smart array 5i controller, i have a RAID 1 using two 36G disks,
i can create the slide and partition without problems, when sysinstall 
is installing the doc part, this messages suddently appear in screen:


Write failure on transfer ! (Wrote -1 bytes of 1425408 bytes), after 
pressing the ok button, this appears:


Unable to transfer the doc distribution from acd0

acd0 is the cdrom, according to dmesg:

acd0: CDROM COMPAQ CD-ROM at at0-master PIO4

i did check the media and it is ok:

shiva1 var # md5sum -c CHECKSUM.MD5
6.0-RELEASE-i386-disc1.iso: OK
6.0-RELEASE-i386-disc2.iso: OK

I dont know if this is related to my other post about the hang on boot,  
you can read it here:


http://marc.theaimsgroup.com/?l=freebsd-questionsm=113147447325120w=2

I decided to try a ftp install, sysinstall finished without any problem.
Now when im rebooting  the server, it hangs for about 2 minutes, exactly 
at this line:


[...dmesg output...]
Timecounters tick every 1.000 msec
acd0: CDROM COMPAQ CD-ROM SN-124/N104 at ata0-master PIO4
da0 at ciss0 bus 0 target 0 lun 0
da0: COMPAQ RAID 1  VOLUME OK Fixed Direct Access SCSI-0 device
da0: 135.168MB/s transfers
da0: 34727MB (71122560 512 byte sectors: 255H 32S/T 8716C)

After the 2 minutes hang,  the server booted in the normal way, i dont 
see any error messages.This also happened when i was trying to install 
with the cd, sysinstall started after the 2 minutes delay but i got the 
error described above. This make nervous about some conflict or 
potential problem with the hardisk or cdrom or even the array 
controllers somewhere, i dont have any clue about what could be my 
problem, and i have to have running in production this server by the 
weekend, any hints?


---
Miguel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


SV: 6.0 install problems in HP DL380 Array 5i

2005-11-09 Thread Henrik Lidström
 -Ursprungligt meddelande-
 Från: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] För Miguel
 Skickat: den 9 november 2005 22:18
 Till: freebsd-questions@freebsd.org
 Ämne: 6.0 install problems in HP DL380 Array 5i
 
 Hi, im having some problems when installing freebsd 6.0 in a 
 DL380 with smart array 5i controller, i have a RAID 1 using 
 two 36G disks, i can create the slide and partition without 
 problems, when sysinstall is installing the doc part, this 
 messages suddently appear in screen:
 
 Write failure on transfer ! (Wrote -1 bytes of 1425408 
 bytes), after pressing the ok button, this appears:
 
 Unable to transfer the doc distribution from acd0
 
 acd0 is the cdrom, according to dmesg:
 
 acd0: CDROM COMPAQ CD-ROM at at0-master PIO4
 
 i did check the media and it is ok:
 
 shiva1 var # md5sum -c CHECKSUM.MD5
 6.0-RELEASE-i386-disc1.iso: OK
 6.0-RELEASE-i386-disc2.iso: OK
 
 I dont know if this is related to my other post about the 
 hang on boot, you can read it here:
 
 http://marc.theaimsgroup.com/?l=freebsd-questionsm=1131474473
 25120w=2
 
 I decided to try a ftp install, sysinstall finished without 
 any problem.
 Now when im rebooting  the server, it hangs for about 2 
 minutes, exactly at this line:
 
 [...dmesg output...]
 Timecounters tick every 1.000 msec
 acd0: CDROM COMPAQ CD-ROM SN-124/N104 at ata0-master PIO4 
 da0 at ciss0 bus 0 target 0 lun 0
 da0: COMPAQ RAID 1  VOLUME OK Fixed Direct Access SCSI-0 device
 da0: 135.168MB/s transfers
 da0: 34727MB (71122560 512 byte sectors: 255H 32S/T 8716C)
 
 After the 2 minutes hang,  the server booted in the normal 
 way, i dont see any error messages.This also happened when i 
 was trying to install with the cd, sysinstall started after 
 the 2 minutes delay but i got the error described above. This 
 make nervous about some conflict or potential problem with 
 the hardisk or cdrom or even the array controllers somewhere, 
 i dont have any clue about what could be my problem, and i 
 have to have running in production this server by the 
 weekend, any hints?
 
 ---
 Miguel
 ___
 freebsd-questions@freebsd.org mailing list 
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 

Yes, I recently upgraded an ML350 with a SA-641 card to 6.0-RC1. 
That one too stalls at boot at the same place. 
Not 2 minutes, but like 45 seconds.
No problem installing via cd though.

/Henrik

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: floppy install problems with strange message

2005-10-31 Thread Rino Mardo
yes this are made fresh from the fbsd ftp server. i've also checked
the distribution set in options and it is set correct (5.4-RELEASE).
the handbook only mentioned setting the Release name as far as cvsup
is concerned.

i found warning messages from tty2 though:

DEBUG: Generating /etc/fstab file
DEBUG: Warning: Zero length name or value passed to variable_set2(httpFtpMode)


the last one appeared six times in a row.

On 10/30/05, Derrick MacPherson [EMAIL PROTECTED] wrote:
 are those recent floppies?
 i've never had that problem, and have done hundreds of installs. try
 checking which distrobution is set in the options, and check the
 handbook on setting the Release Name

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

floppy install problems with strange message

2005-10-30 Thread Rino Mardo
hello, i'm trying a floppy install of the 5.4-RELEASE and whatever ftp
site i choose i would get the following message:

No such directory: ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/i386/5.4-RELEASE
please check the URL and try again.


i know the snapshot directory doesn't exist (if i ftp directly to the
server) so how come this would come for the floppy install?


--

Take back the web! getfirefox.com

Subtle and insubstantial, the expert leaves no trace; divinely
mysterious, he is inaudible. Thus he is the master of his enemy's
fate.
 —Sun Tzu

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: nmap install problems

2005-06-03 Thread Nils Vogels
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
kalin mintchev wrote:

hi all...

i'm trying to install nmap on a 4.10 machine...

tried from ports. error applying patches. updated ports - same thing.
downloaded sources for 3.78 and 3.81 and i get:

/usr/local/src/nmap-3.78/service_scan.cc:1139: undefined reference to
`SSL_SESSION_free'
service_scan.o: In function `servicescan_connect_handler(void *, void *,
void *)':

Be sure to start out with a clean port, so run the following before
trying again:

cd /usr/ports/security/nmap  make clean

HTH  HAND
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
iD8DBQFCoKGNMzNX/a06Wq0RAujLAKCJ1QHKqvf0PWnrWlTw/GAPIMAS5gCbBfpj
gldanFYtZ8QJaXoX9Fgs2rI=
=9N3I
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


nmap install problems

2005-06-02 Thread kalin mintchev

hi all...

i'm trying to install nmap on a 4.10 machine...

tried from ports. error applying patches. updated ports - same thing.
downloaded sources for 3.78 and 3.81 and i get:

/usr/local/src/nmap-3.78/service_scan.cc:1139: undefined reference to
`SSL_SESSION_free'
service_scan.o: In function `servicescan_connect_handler(void *, void *,
void *)':
.
.
 etc


FreeBSD 4.10-RELEASE


any help will be appreciated.  thanks.



-- 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


5.3 Install Problems

2005-05-02 Thread Itln.Stln
I'm trying to install FreeBSD 5.3 on a ASUS P4P800S with the Intel 848P 
chipset and the farthest I get to is sysinstall and then my usb keyboard 
 no longer functions. Is something in my hardware not supported or is 
there a work around for this.  It seems like it's having problems with 
my usb.  Here is my system setup:

Pentium 4 2.8Ghz
256 MB Ram Kingston
ASUS P4P800S Intel 848P chipset
GeForce2 GTS
On-board sound and lan
160GB Maxtor
Logitech MX310 usb mouse
Cooler Master Q Alloy Keyboard (EAK-US1) usb
Thanks for your help and concern.
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.0 - Release Date: 4/29/2005
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.3 Install Problems

2005-05-02 Thread Wayne
Itln.Stln wrote:
I'm trying to install FreeBSD 5.3 on a ASUS P4P800S with the Intel 
848P chipset and the farthest I get to is sysinstall and then my usb 
keyboard  no longer functions. Is something in my hardware not 
supported or is there a work around for this.  It seems like it's 
having problems with my usb.  Here is my system setup:

Pentium 4 2.8Ghz
256 MB Ram Kingston
ASUS P4P800S Intel 848P chipset
GeForce2 GTS
On-board sound and lan
160GB Maxtor
Logitech MX310 usb mouse
Cooler Master Q Alloy Keyboard (EAK-US1) usb
Thanks for your help and concern.

press 6 when you get to the boot prompt (with an ascii pic) and type in 
set hint.atkbd0.flags=0x1 press enter
boot press enter
that should get it working

HTH
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Install Problems

2004-12-16 Thread Bryan
During the install for
5.2.1 or 5.3 Release, immediately after I select my installation means,
I'm
given the error Error mounting /dev/acd0 on /dist: Input/output error
(5)
after which I'm told unable to initialize selected media. Would you
like to
adjust your media configuration and try again?.

I copied the above from a post I found searching google.  This is the
exact problem I have.  I have tried a different cdrom and another hard
drive with no differences.  I previously had 5.2.1 installed on this
same computer.  Now I can't even get that version to install.  I've
tried new ribbon cables, swapping from primary master to secondary. I've
checked the bios a dozen times. Everything looks normal.  What am I
missing?

Thanks for the time
Bryan



-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.5.4 - Release Date: 12/15/2004

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


5.3RC2 and usb keyboards install problems

2004-11-07 Thread eodyna
Hi there,
 
Work recently purchased a Dell gx280. I orignally installed 5.2.1 and had 
problems with drivers. It was kindly mentioned that i should install 5.3 to 
help with these problems. I was also informed about problems with usb keyboards 
on boot/startup.
 
Ive tried to have a look on google and couldn't come up with any solutions. I 
have tried to install 5.3 (from cd) however, sysinstall doesn't respond at all, 
on any of the options i choose to boot from. The BIOS doesn't have an option 
for keyboard for me to make changes. dmesg output before the sysinstall screen 
says atkdb0 [GIANT-LOCKED].
 
I dont know how to set  set hint.atkbd.0.flags=0x1 if i cant access the 
keyboard, and the OS isn't installed for me to make any changes.
 
apologies for my ignorance and confusion.
 
if someone can point me in the right direction and or help me, id be very 
grateful.
 
thank-you in advance.
 
ams



-
Find local movie times and trailers on Yahoo! Movies.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: 5.3RC2 and usb keyboards install problems

2004-11-07 Thread Ara
I have identical problem and haven't found a solution yet. Take a look here
http://www.freebsd.org/cgi/query-pr.cgi?pr=71443
Looks like so many people have problem with USB keyboard. My ps2 is broken
and that is the only option I have

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of eodyna
Sent: November 7, 2004 8:18 PM
To: [EMAIL PROTECTED]
Subject: 5.3RC2 and usb keyboards install problems

Hi there,
 
Work recently purchased a Dell gx280. I orignally installed 5.2.1 and had
problems with drivers. It was kindly mentioned that i should install 5.3 to
help with these problems. I was also informed about problems with usb
keyboards on boot/startup.
 
Ive tried to have a look on google and couldn't come up with any solutions.
I have tried to install 5.3 (from cd) however, sysinstall doesn't respond at
all, on any of the options i choose to boot from. The BIOS doesn't have an
option for keyboard for me to make changes. dmesg output before the
sysinstall screen says atkdb0 [GIANT-LOCKED].
 
I dont know how to set  set hint.atkbd.0.flags=0x1 if i cant access the
keyboard, and the OS isn't installed for me to make any changes.
 
apologies for my ignorance and confusion.
 
if someone can point me in the right direction and or help me, id be very
grateful.
 
thank-you in advance.
 
ams



-
Find local movie times and trailers on Yahoo! Movies.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Fwd: 5.3RC2 and usb keyboards install problems

2004-11-07 Thread eodyna
thank-you all
 
but i figured it out.
 
sorry to disturb you.
 
thanks

Note: forwarded message attached.



-
Find local movie times and trailers on Yahoo! Movies.
---BeginMessage---

   Hi there,



   Work recently purchased a Dell gx280. I orignally installed 5.2.1 and
   had problems with drivers. It was kindly mentioned that i should
   install 5.3 to help with these problems. I was also informed about
   problems with usb keyboards on boot/startup.



   Ive tried to have a look on google and couldn't come up with any
   solutions. I have tried to install 5.3 (from cd) however, sysinstall
   doesn't respond at all, on any of the options i choose to boot from.
   The BIOS doesn't have an option for keyboard for me to make changes.
   dmesg output before the sysinstall screen says atkdb0
   [GIANT-LOCKED].



   I dont know how to set  set hint.atkbd.0.flags=0x1 if i cant
   access the keyboard, and the OS isn't installed for me to make any
   changes.



   apologies for my ignorance and confusion.



   if someone can point me in the right direction and or help me, id be
   very grateful.



   thank-you in advance.



   ams
 _

   Find local movie times and trailers on [1]Yahoo! Movies.

References

   1. http://au.rd.yahoo.com/mail/tagline/*http://au.movies.yahoo.com
---End Message---
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.3RC2 and usb keyboards install problems

2004-11-07 Thread Dev Tugnait
Hey when the machine boots and you see the demon logo hit 6 and enter 'set 
hint.atkbd.0.flags=0x1' 

* eodyna ([EMAIL PROTECTED]) wrote:
 Hi there,
  
 Work recently purchased a Dell gx280. I orignally installed 5.2.1 and had 
 problems with drivers. It was kindly mentioned that i should install 5.3 to 
 help with these problems. I was also informed about problems with usb 
 keyboards on boot/startup.
  
 Ive tried to have a look on google and couldn't come up with any solutions. I 
 have tried to install 5.3 (from cd) however, sysinstall doesn't respond at 
 all, on any of the options i choose to boot from. The BIOS doesn't have an 
 option for keyboard for me to make changes. dmesg output before the 
 sysinstall screen says atkdb0 [GIANT-LOCKED].
  
 I dont know how to set  set hint.atkbd.0.flags=0x1 if i cant access the 
 keyboard, and the OS isn't installed for me to make any changes.
  
 apologies for my ignorance and confusion.
  
 if someone can point me in the right direction and or help me, id be very 
 grateful.
  
 thank-you in advance.
  
 ams
 
 
 
 -
 Find local movie times and trailers on Yahoo! Movies.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
+--==/\/\==--+   (__)  FreeBSD  
  
|   [EMAIL PROTECTED] |\\\'',)  The   
 
|Kernel  ESCAFLOWNE  |  \/  \ ^Power
  
| Web http://unixdaemon.org  |  .\._/_)To   
  
+--==\/\/==--+ Serve 

[ We've switched the bath sponge with a tribble. ] 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: 5.3RC2 and usb keyboards install problems

2004-11-07 Thread Ara
How did you get it work?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of eodyna
Sent: November 7, 2004 8:33 PM
To: [EMAIL PROTECTED]
Subject: Fwd: 5.3RC2 and usb keyboards install problems

thank-you all
 
but i figured it out.
 
sorry to disturb you.
 
thanks

Note: forwarded message attached.



-
Find local movie times and trailers on Yahoo! Movies.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: 5.3RC2 and USB keyboards install problems

2004-11-07 Thread Ara
Hello
I owe you a big hug. I was almost going to drop 5.3 because since first beta
I had this problem and no answer. I just rebooted and worked perfectly
I appreciate the tip

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dev Tugnait
Sent: November 7, 2004 8:36 PM
To: eodyna
Cc: [EMAIL PROTECTED]
Subject: Re: 5.3RC2 and usb keyboards install problems

Hey when the machine boots and you see the demon logo hit 6 and enter 'set
hint.atkbd.0.flags=0x1' 

* eodyna ([EMAIL PROTECTED]) wrote:
 Hi there,
  
 Work recently purchased a Dell gx280. I orignally installed 5.2.1 and had
problems with drivers. It was kindly mentioned that i should install 5.3 to
help with these problems. I was also informed about problems with usb
keyboards on boot/startup.
  
 Ive tried to have a look on google and couldn't come up with any
solutions. I have tried to install 5.3 (from cd) however, sysinstall doesn't
respond at all, on any of the options i choose to boot from. The BIOS
doesn't have an option for keyboard for me to make changes. dmesg output
before the sysinstall screen says atkdb0 [GIANT-LOCKED].
  
 I dont know how to set  set hint.atkbd.0.flags=0x1 if i cant access
the keyboard, and the OS isn't installed for me to make any changes.
  
 apologies for my ignorance and confusion.
  
 if someone can point me in the right direction and or help me, id be very
grateful.
  
 thank-you in advance.
  
 ams
 
 
 
 -
 Find local movie times and trailers on Yahoo! Movies.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]
+--==/\/\==--+   (__)  FreeBSD

|   [EMAIL PROTECTED] |\\\'',)  The

|Kernel  ESCAFLOWNE  |  \/  \ ^Power

| Web http://unixdaemon.org  |  .\._/_)To

+--==\/\/==--+ Serve 

[ We've switched the bath sponge with a tribble. ] 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.3 rc2 kernel install problems (UPDATE)

2004-11-02 Thread Lowell Gilbert
Aaron P. Martinez [EMAIL PROTECTED] writes:

 Just a note.after i wiped /usr/src and /usr/obj clean the
 buildkernel works now.  I haven't yet rebooted..but i suspect everything
 went smoothly as i saw no errors.

At a guess, I'd say you forgot to adopt the sources that you
installed originally...

http://www.cvsup.org/faq.html#caniadopt
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


5.3 rc2 kernel install problems

2004-11-01 Thread Aaron P. Martinez
I just got the new 5.3 rc2 cvsuped the sources (not much was updated
that i could see) and proceeded to do a make buildworld and make
buildkernel.  

When i tried to make installkernel  it got the following error. 

--
 Installing kernel
--
cd /usr/obj/usr/src/sys/GENERIC;  MAKEOBJDIRPREFIX=/usr/obj 
MACHINE_ARCH=i386  MACHINE=i386  CPUTYPE= 
GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin 
GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font 
GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac
PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
  make KERNEL=kernel install
cd: can't cd to /usr/obj/usr/src/sys/GENERIC
*** Error code 2
 
Stop in /usr/src.
*** Error code 1
 
Stop in /usr/src.


I just created an empty GENERIC directory in /usr/obj/usr/src/sys/ but
then i get the following error:

--
 Installing kernel
--
cd /usr/obj/usr/src/sys/GENERIC;  MAKEOBJDIRPREFIX=/usr/obj 
MACHINE_ARCH=i386  MACHINE=i386  CPUTYPE= 
GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin 
GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font 
GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac
PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
  make KERNEL=kernel install
make: don't know how to make bsd.README. Stop
*** Error code 2
 
Stop in /usr/src.
*** Error code 1
 
Stop in /usr/src.


 I saw this error on google from back in june.

kern/68452: Current GENERIC kerne build failure
Maxim Konovalov  

but it has of course been resolved.
Synopsis: Current GENERIC kerne build failure

State-Changed-From-To: open-closed
State-Changed-By: maxim
State-Changed-When: Mon Jun 28 18:14:14 GMT 2004
State-Changed-Why: 
Already fixed. Please report -CURRENT kernel build failures to
freebsd-current mailing list.

http://www.freebsd.org/cgi/query-pr.cgi?pr=68452




Any help greatly appreciated..

Thanks,

Aaron


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.3 rc2 kernel install problems

2004-11-01 Thread Nagilum
Did you do a make buildkernel before?
Aaron P. Martinez wrote:
I just got the new 5.3 rc2 cvsuped the sources (not much was updated
that i could see) and proceeded to do a make buildworld and make
buildkernel.  

When i tried to make installkernel  it got the following error. 

--
 

Installing kernel
   

--
cd /usr/obj/usr/src/sys/GENERIC;  MAKEOBJDIRPREFIX=/usr/obj 
MACHINE_ARCH=i386  MACHINE=i386  CPUTYPE= 
GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin 
GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font 
GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac
PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin  make KERNEL=kernel install
cd: can't cd to /usr/obj/usr/src/sys/GENERIC
*** Error code 2

Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
I just created an empty GENERIC directory in /usr/obj/usr/src/sys/ but
then i get the following error:
--
 

Installing kernel
   

--
cd /usr/obj/usr/src/sys/GENERIC;  MAKEOBJDIRPREFIX=/usr/obj 
MACHINE_ARCH=i386  MACHINE=i386  CPUTYPE= 
GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin 
GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font 
GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac
PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin  make KERNEL=kernel install
make: don't know how to make bsd.README. Stop
*** Error code 2

Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
I saw this error on google from back in june.
kern/68452: Current GENERIC kerne build failure
Maxim Konovalov  

but it has of course been resolved.
Synopsis: Current GENERIC kerne build failure
State-Changed-From-To: open-closed
State-Changed-By: maxim
State-Changed-When: Mon Jun 28 18:14:14 GMT 2004
State-Changed-Why: 
Already fixed. Please report -CURRENT kernel build failures to
freebsd-current mailing list.

http://www.freebsd.org/cgi/query-pr.cgi?pr=68452

Any help greatly appreciated..
Thanks,
Aaron
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.3 rc2 kernel install problems

2004-11-01 Thread Aaron P. Martinez
On Mon, 2004-11-01 at 15:45, Nagilum wrote:
 Did you do a make buildkernel before?
 
 Aaron P. Martinez wrote:
 
 I just got the new 5.3 rc2 cvsuped the sources (not much was updated
 that i could see) and proceeded to do a make buildworld and make
 buildkernel.  
 
 When i tried to make installkernel  it got the following error. 
 
 --
   
 
 Installing kernel
 
 
 --
 cd /usr/obj/usr/src/sys/GENERIC;  MAKEOBJDIRPREFIX=/usr/obj 
 MACHINE_ARCH=i386  MACHINE=i386  CPUTYPE= 
 GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin 
 GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font 
 GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac
 PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
   make KERNEL=kernel install
 cd: can't cd to /usr/obj/usr/src/sys/GENERIC
 *** Error code 2
  
 Stop in /usr/src.
 *** Error code 1
  
 Stop in /usr/src.
 
 
 I just created an empty GENERIC directory in /usr/obj/usr/src/sys/ but
 then i get the following error:
 
 --
   
 
 Installing kernel
 
 
 --
 cd /usr/obj/usr/src/sys/GENERIC;  MAKEOBJDIRPREFIX=/usr/obj 
 MACHINE_ARCH=i386  MACHINE=i386  CPUTYPE= 
 GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin 
 GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font 
 GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac
 PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
   make KERNEL=kernel install
 make: don't know how to make bsd.README. Stop
 *** Error code 2
  
 Stop in /usr/src.
 *** Error code 1
  
 Stop in /usr/src.
 
 
  I saw this error on google from back in june.
 
 kern/68452: Current GENERIC kerne build failure
 Maxim Konovalov  
 
 but it has of course been resolved.
 Synopsis: Current GENERIC kerne build failure
 
 State-Changed-From-To: open-closed
 State-Changed-By: maxim
 State-Changed-When: Mon Jun 28 18:14:14 GMT 2004
 State-Changed-Why: 
 Already fixed. Please report -CURRENT kernel build failures to
 freebsd-current mailing list.
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=68452
 
 
 
 
 Any help greatly appreciated..
 
 Thanks,
 
 Aaron
 
Yes..i did a make buildkernel first...  Since i got no response (i know
it' hasn't even been a day) and i was overly anxious...i saved the
custom kernel i had configured  (but NOT built from as i wanted to test
a GENERIC first) and then blew away the /usr/src and /usr/obj
directories  i cvsuped again all of the src and have run a make
buildworld and am currently running make buildkernelhopefully i had
just botched something.

One thing i started wondering about  I kept my /var/db/sup direcory
in tact..so it should have all of the stuff i have checked out or
whatever the terminology is.  So when i ran cvsup it downloaded
everything, why did it not think that i just had the differences between
my checkout files and the cvsup repository?

Thanks,

Aaron

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.3 rc2 kernel install problems (UPDATE)

2004-11-01 Thread Aaron P. Martinez
On Mon, 2004-11-01 at 16:58, Aaron P. Martinez wrote:
 On Mon, 2004-11-01 at 15:45, Nagilum wrote:
  Did you do a make buildkernel before?
  
  Aaron P. Martinez wrote:
  
  I just got the new 5.3 rc2 cvsuped the sources (not much was updated
  that i could see) and proceeded to do a make buildworld and make
  buildkernel.  
  
  When i tried to make installkernel  it got the following error. 
  
  --

  
  Installing kernel
  
  
  --
  cd /usr/obj/usr/src/sys/GENERIC;  MAKEOBJDIRPREFIX=/usr/obj 
  MACHINE_ARCH=i386  MACHINE=i386  CPUTYPE= 
  GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin 
  GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font 
  GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac
  PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
make KERNEL=kernel install
  cd: can't cd to /usr/obj/usr/src/sys/GENERIC
  *** Error code 2
   
  Stop in /usr/src.
  *** Error code 1
   
  Stop in /usr/src.
  
  
  I just created an empty GENERIC directory in /usr/obj/usr/src/sys/ but
  then i get the following error:
  
  --

  
  Installing kernel
  
  
  --
  cd /usr/obj/usr/src/sys/GENERIC;  MAKEOBJDIRPREFIX=/usr/obj 
  MACHINE_ARCH=i386  MACHINE=i386  CPUTYPE= 
  GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin 
  GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font 
  GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac
  PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
make KERNEL=kernel install
  make: don't know how to make bsd.README. Stop
  *** Error code 2
   
  Stop in /usr/src.
  *** Error code 1
   
  Stop in /usr/src.
  
  
   I saw this error on google from back in june.
  
  kern/68452: Current GENERIC kerne build failure
  Maxim Konovalov  
  
  but it has of course been resolved.
  Synopsis: Current GENERIC kerne build failure
  
  State-Changed-From-To: open-closed
  State-Changed-By: maxim
  State-Changed-When: Mon Jun 28 18:14:14 GMT 2004
  State-Changed-Why: 
  Already fixed. Please report -CURRENT kernel build failures to
  freebsd-current mailing list.
  
  http://www.freebsd.org/cgi/query-pr.cgi?pr=68452
  
  
  
  
  Any help greatly appreciated..
  
  Thanks,
  
  Aaron
  
 Yes..i did a make buildkernel first...  Since i got no response (i know
 it' hasn't even been a day) and i was overly anxious...i saved the
 custom kernel i had configured  (but NOT built from as i wanted to test
 a GENERIC first) and then blew away the /usr/src and /usr/obj
 directories  i cvsuped again all of the src and have run a make
 buildworld and am currently running make buildkernelhopefully i had
 just botched something.
 
 One thing i started wondering about  I kept my /var/db/sup direcory
 in tact..so it should have all of the stuff i have checked out or
 whatever the terminology is.  So when i ran cvsup it downloaded
 everything, why did it not think that i just had the differences between
 my checkout files and the cvsup repository?
 
 Thanks,
 
 Aaron

Just a note.after i wiped /usr/src and /usr/obj clean the
buildkernel works now.  I haven't yet rebooted..but i suspect everything
went smoothly as i saw no errors.

Thanks again,

Aaron
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


5.2.1 Install Problems

2004-06-25 Thread Tom Moyer
I am trying to install FreeBSD 5.2.1 on a new computer.  The motherboard is an Asus 
P4P800-E with a P4 2.4 GHz.  If i boot with ACPI it gets to the point where it says 
Writing partition information to drive ... and just hangs no messages or anything.  
If I disable ACPI it panics during hardware probing.  Anybody use this MB and have any 
clue what might be wrong?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Fwd: Install problems, Netfinity 5k w/Adaptec RAID

2004-05-09 Thread Blake Meike
Hi,
  I asked this question last week.  I got a very prompt and somewhat 
useful answer: this is a known bug in 5.2.1: use 4.9.

  Thanks very much.  Would anyone be willing to tell me which known bug 
this is, so that I can track its progress, and thus know when it is 
safe for me to move to 5.x?  I'm also more than a little interested in 
knowing what's going wrong...

Many thanks,
  Blake Meike
Begin forwarded message:

From: Blake Meike [EMAIL PROTECTED]
Date: May 3, 2004 7:35:08 AM EDT
To: [EMAIL PROTECTED]
Subject: Install problems, Netfinity 5k w/Adaptec RAID
Hi,
  I'm hoping this will be easy to solve -- or at least easy to 
diagnose.  I'm new to FreeBSD, so I just don't know where to look yet.

I have a Netfinity 5k, .6Gh SMP with an Adaptec RAID.  It runs all 
manner of Linuxes just fine.  I'd like to start running BSD instead.

Install from CD fails.  If I leave APIC on, the boot into the 
installer gets as far as a message that says:

Timecounters tick every 10.000 msec

Actually, if I wait a very long time, I get one more message:

md0: Preloaded image /boot/mfsroot  ...

If, on the other hand, I turn off APIC, I get into the installer just 
fine.  When I try to set the media to CD, however, installer tells me 
that I have no CD drives (despite the fact that is is running from 
one!)

I'd appreciate any suggestions that would help me:
1) identify the hardware that is causing the stall, so I can pull it 
out
2) explain to the installer where my CD drive is, with APIC off

Many thanks,
  Blake Meike
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Install problems, Netfinity 5k w/Adaptec RAID

2004-05-03 Thread Blake Meike
Hi,
  I'm hoping this will be easy to solve -- or at least easy to 
diagnose.  I'm new to FreeBSD, so I just don't know where to look yet.

I have a Netfinity 5k, .6Gh SMP with an Adaptec RAID.  It runs all 
manner of Linuxes just fine.  I'd like to start running BSD instead.

Install from CD fails.  If I leave APIC on, the boot into the installer 
gets as far as a message that says:

Timecounters tick every 10.000 msec

Actually, if I wait a very long time, I get one more message:

md0: Preloaded image /boot/mfsroot  ...

If, on the other hand, I turn off APIC, I get into the installer just 
fine.  When I try to set the media to CD, however, installer tells me 
that I have no CD drives (despite the fact that is is running from 
one!)

I'd appreciate any suggestions that would help me:
1) identify the hardware that is causing the stall, so I can pull it out
2) explain to the installer where my CD drive is, with APIC off
Many thanks,
  Blake Meike
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Install problems RE: bootloader

2004-04-16 Thread Lance Earl
I have made the decision to move from Linux to FreeBSD as the OS for our
web server and desktops because I am more comfortable with the FreeBSD
philosopy.

I have a small network in my office that consisted of several Linux boxes
and one computer with Windows on hd0 and Linux on hd1.

The install on the straight Linux boxes has gone without a hitch. The
Windows/Linux Box is another story. During the install, it tells me that
since I am installion FreeBSD on hd1, that I will have a chance to install
the bootloader to hd0 at a later time. I have installed the OS twice and
on both occasions I am never given an opportunity to install the boot
loader.

The OS will install without a problem, but when I reboot the machine, it
hangs with GRUB being the last thing displayed on the moniter. What have I
missed?


Lance Earl
DallyPost, Inc.
208-548-2721
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Install problems

2004-03-18 Thread Darryl Hoar
I have a computer that I have had Freebsd on previously.  I recently
re-installed 5.1-release on it as I was going to make it a firewall.
Well, I pulled one of the nic out, and have been trying to do a 
full install from ftp.

So,
I boot using the (2) floppies.  Go through the standard install
(blow away partition, create, etc).  When I get to the media
source and choose FTP, then selected the default ftp.freebsd.org.

I tries, and comes back to the media selection screen.  I have 
tried (last night) all the USA ftp servers with the same result.
Tried a different NIC.  Same result.  Tried a different port on
my switch.  Same result.  I can see it talking as the activity lights
are blinking.  I am configuring the NIC with a static internal
IP of 192.168.1.77 (my internal LAN uses 192.168.1.X).  I set
the gateway IP to my gateway (192.168.1.75).

All my machines can see the internet and each other (except
this box I'm working on).

Any ideas on the culprit ?

thanks,
Darryl
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Install problems

2004-03-18 Thread Peter Risdon
Darryl Hoar wrote:

I have a computer that I have had Freebsd on previously.  I recently
re-installed 5.1-release on it as I was going to make it a firewall.
Well, I pulled one of the nic out, and have been trying to do a 
full install from ftp.

So,
I boot using the (2) floppies.  Go through the standard install
(blow away partition, create, etc).  When I get to the media
source and choose FTP, then selected the default ftp.freebsd.org.
 

Have you tried passive ftp?

PWR.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Install problems

2004-03-18 Thread Matthew Seaman
On Thu, Mar 18, 2004 at 11:37:12AM -0600, Darryl Hoar wrote:
 I have a computer that I have had Freebsd on previously.  I recently
 re-installed 5.1-release on it as I was going to make it a firewall.
 Well, I pulled one of the nic out, and have been trying to do a 
 full install from ftp.

Try Alt-F2 to bring up the screen with more diagnostic information.
Getting a tcpdump(1) of the machines' attempt to open an FTP
connection should help give you clues about what's going wrong, if
you've got a handy box you can intercept the traffic from.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: Install problems

2004-03-18 Thread Peter Risdon
Darryl Hoar wrote:

I set
the gateway IP to my gateway (192.168.1.75).
 

Darryl mailed me off-list - passive mode worked.

PWR.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Install problems

2004-01-19 Thread Gafgo
Hello there! I am a newbie to FreeBSD but have read a lot of handbooks. 
I have also installed different versions on my old computer just to 
practice (incl 4.8, 4.9, 5.0, 5.1). Now I have bought a new computer and 
wanted to install 4.9 for real. But during boot up this happened:
ad0: REAL command timeout tag=0 serv=0 - resetting
ata0: resetting devices...
and there it hangs. When I tried 5.1 I had no problem. Could it be a 
hardware problem??
I hope that somebody can help me with this.
Many thanks Nicolas

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


5.2-RC2 Install Problems

2004-01-07 Thread T. Green
I am trying to install FreeBSD verison. 5.2-RC2 on  a computer from
floppy 1  2 disks with the following hardware:

motherboard-Intel  D875PBZ
chipset---Intel 875P  Canterwood
processorIntel  Pentium 4 /with FSB @ 800mhz /
Hyper-Treading/  @ 3.30 ghz
BOIS-Release Number 18
SATA---Seagate serial harddrive @ 80GB


I get the following error:
disk # 1 load ok
disk # 2 load's but stop with error  contoller ICH5   SATA 150 and
reboot itself


please help anyone
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: install problems on old Compaq Armada 4110

2003-12-29 Thread Rutledge, Lincoln
Hello,

Ok, I have manually tweaked all of the drivers by using the set
hint.driver options to match my hardware and the OpenBSD boot disk
dmesg, and I am still having the same problem.  This is on 5.2-RC1.

The 4.9 install stops at the same place as well.  I have tried this with
the PCMCIA NIC ejected.  It would be possible for me to connect to the
machine through a serial cable to get a dmesg and show where the install
hangs if it would help.

If this is a dumb question that is documented and I just need to RTFM,
let me know...

Thanks for any pointers,

Lincoln Rutledge
System Administrator
Luper, Neidenthal, and Logan
lnlattorneys.com 

-Original Message-
From: Rutledge, Lincoln 
Sent: Wednesday, December 24, 2003 10:01 AM
To: '[EMAIL PROTECTED]'
Subject: install problems on old Compaq Armada 4110



Howdy,

I am experiencing lockups when trying to install FreeBSD on a Compaq
Armada 4110 laptop.  I have tried disabling ACPI support in the boot
sequence per the install doc.  When the first color installer screen
comes up requesting modules from a driver floppy, I am unable to respond
because the keyboard does not respond.

I tried an OpenBSD boot disk, which worked, so I mounted a floppy and
redirected the OpenBSD dmesg to a file:
snipped
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: install problems on old Compaq Armada 4110

2003-12-29 Thread fbsd_user
Check the laptop system bio's and disable plug-n-play option and
disable boot virus check option, and remove all plug-in devices from
your laptop before doing the install. Stay with FBSD 4.9 as it's the
stable production version. There is an mailing list called
FreeBSD-mobile which is just for laptop questions, you may have
better luck asking your question there.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Rutledge,
Lincoln
Sent: Monday, December 29, 2003 10:35 AM
To: [EMAIL PROTECTED]
Subject: RE: install problems on old Compaq Armada 4110

Hello,

Ok, I have manually tweaked all of the drivers by using the set
hint.driver options to match my hardware and the OpenBSD boot disk
dmesg, and I am still having the same problem.  This is on 5.2-RC1.

The 4.9 install stops at the same place as well.  I have tried this
with
the PCMCIA NIC ejected.  It would be possible for me to connect to
the
machine through a serial cable to get a dmesg and show where the
install
hangs if it would help.

If this is a dumb question that is documented and I just need to
RTFM,
let me know...

Thanks for any pointers,

Lincoln Rutledge
System Administrator
Luper, Neidenthal, and Logan
lnlattorneys.com

-Original Message-
From: Rutledge, Lincoln
Sent: Wednesday, December 24, 2003 10:01 AM
To: '[EMAIL PROTECTED]'
Subject: install problems on old Compaq Armada 4110



Howdy,

I am experiencing lockups when trying to install FreeBSD on a Compaq
Armada 4110 laptop.  I have tried disabling ACPI support in the boot
sequence per the install doc.  When the first color installer screen
comes up requesting modules from a driver floppy, I am unable to
respond
because the keyboard does not respond.

I tried an OpenBSD boot disk, which worked, so I mounted a floppy
and
redirected the OpenBSD dmesg to a file:
snipped
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: install problems on old Compaq Armada 4110

2003-12-29 Thread Rutledge, Lincoln
Hi,

Okay, the BIOS settings you describe don't exist on this old thing, and
I did eject the NIC.  I have played some more with the device settings,
and I noticed something that may help get this working:

In the OpenBSD dmesg, the keyboard controller is at isa port 0x60, while
the setting in the hint line was 0x060.  I tried 0x60 with the same
result :(  I guess PCs probably all see the keyboard at the same place,
hard coded into the specification, and I don't know how those settings
are read by the kernel.

However, through very slow reboots from the floppy set, I have noticed
while the kernel is booting this message:

atkbd0 attach returned 6

I am not a programmer, but that sounds bad.

The onboard keyboard is dead, so I am using an external PS/2 keyboard
through the PS/2 Keyboard/Mouse port.

Does this help?

Thanks,

Lincoln Rutledge
System Administrator
Luper, Neidenthal, and Logan
lnlattorneys.com 

-Original Message-
From: fbsd_user [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 29, 2003 10:52 AM
To: Rutledge, Lincoln; [EMAIL PROTECTED]
Subject: RE: install problems on old Compaq Armada 4110


Check the laptop system bio's and disable plug-n-play option and disable
boot virus check option, and remove all plug-in devices from your laptop
before doing the install. Stay with FBSD 4.9 as it's the stable
production version. There is an mailing list called FreeBSD-mobile which
is just for laptop questions, you may have better luck asking your
question there.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Rutledge,
Lincoln
Sent: Monday, December 29, 2003 10:35 AM
To: [EMAIL PROTECTED]
Subject: RE: install problems on old Compaq Armada 4110

Hello,

Ok, I have manually tweaked all of the drivers by using the set
hint.driver options to match my hardware and the OpenBSD boot disk
dmesg, and I am still having the same problem.  This is on 5.2-RC1.

The 4.9 install stops at the same place as well.  I have tried this with
the PCMCIA NIC ejected.  It would be possible for me to connect to the
machine through a serial cable to get a dmesg and show where the install
hangs if it would help.

If this is a dumb question that is documented and I just need to RTFM,
let me know...

Thanks for any pointers,

Lincoln Rutledge
System Administrator
Luper, Neidenthal, and Logan
lnlattorneys.com

-Original Message-
From: Rutledge, Lincoln
Sent: Wednesday, December 24, 2003 10:01 AM
To: '[EMAIL PROTECTED]'
Subject: install problems on old Compaq Armada 4110



Howdy,

I am experiencing lockups when trying to install FreeBSD on a Compaq
Armada 4110 laptop.  I have tried disabling ACPI support in the boot
sequence per the install doc.  When the first color installer screen
comes up requesting modules from a driver floppy, I am unable to respond
because the keyboard does not respond.

I tried an OpenBSD boot disk, which worked, so I mounted a floppy and
redirected the OpenBSD dmesg to a file: snipped
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


install problems on old Compaq Armada 4110

2003-12-24 Thread Rutledge, Lincoln
Howdy,

I am experiencing lockups when trying to install FreeBSD on a Compaq
Armada 4110 laptop.  I have tried disabling ACPI support in the boot
sequence per the install doc.  When the first color installer screen
comes up requesting modules from a driver floppy, I am unable to respond
because the keyboard does not respond.

I tried an OpenBSD boot disk, which worked, so I mounted a floppy and
redirected the OpenBSD dmesg to a file:

OpenBSD 3.4 (RAMDISK) #134: Wed Sep 17 04:01:12 MDT 2003
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/RAMDISK
cpu0: F00F bug workaround installed
cpu0: Intel Pentium (P54C) (GenuineIntel 586-class) 100 MHz
cpu0: FPU,V86,DE,PSE,TSC,MSR,MCE,CX8
real mem  = 16363520 (15980K)
avail mem = 11575296 (11304K)
using 225 buffers containing 921600 bytes (900K) of memory
mainbus0 (root)
bios0 at mainbus0: AT/286+(ff) BIOS, date 07/25/96, BIOS32 rev. 0 @
0xf7000
apm0 at bios0: Power Management spec V1.1
pcibios0 at bios0: rev. 2.1 @ 0xf7000/0x1000
pcibios0: PCI BIOS has 4 Interrupt Routing table entries
pcibios0: PCI Interrupt Router at 000:01:0 (Opti 82C558 PCI-ISA rev
0x00)
pcibios0: PCI bus #0 is the last bus
bios0: ROM list: 0xc/0xc000
pci0 at mainbus0 bus 0: configuration mode 1 (bios)
pchb0 at pci0 dev 0 function 0 Opti 82C557 Host rev 0x14
pcib0 at pci0 dev 1 function 0 Opti 82C558 PCI-ISA rev 0x02
vga1 at pci0 dev 2 function 0 Cirrus Logic CL-GD7548 rev 0x00
wsdisplay0 at vga1: console (80x25, vt100 emulation)
pciide0 at pci0 dev 20 function 0 Opti 82C621 IDE rev 0x12: DMA
(unsupported), channel 0 wired to compatibility, channel 1 wired to
compatibility
wd0 at pciide0 channel 0 drive 0: TOSHIBA MK1401MAV
wd0: 16-sector PIO, LBA, 1376MB, 2796 cyl, 16 head, 63 sec, 2818368
sectors
pciide0: channel 1 ignored (not responding; disabled or no drives?)
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
npx0 at isa0 port 0xf0/16: using exception 16
pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec
pcic0 at isa0 port 0x3e0/2 iomem 0xd/16384
pcic0 controller 0: Cirrus PD672X has sockets A and B
pcmcia0 at pcic0 controller 0 socket 0
ne3 at pcmcia0 function 0 D-Link, DE-660, 118B6603 port 0x340/32: irq
3
ne3: address 00:80:c8:8b:c8:67
pcmcia1 at pcic0 controller 0 socket 1
pcic0: irq 9, polling enabled
biomask 4040 netmask 4048 ttymask 424a
rd0: fixed, 3560 blocks
root on rd0a
rootdev=0x1100 rrootdev=0x2f00 rawdev=0x2f02

I am going to try to set the device.hints settings to match these and
see if I can get it to boot, but I was wondering if anyone had a pointer
for me?

I am not subscribed right now, please CC me with any info.

Thanks,

Lincoln Rutledge
System Administrator
Luper, Neidenthal, and Logan
lnlattorneys.com 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


install problems on old Compaq Armada 4110

2003-12-24 Thread Rutledge, Lincoln

Howdy,

I am experiencing lockups when trying to install FreeBSD on a Compaq
Armada 4110 laptop.  I have tried disabling ACPI support in the boot
sequence per the install doc.  When the first color installer screen
comes up requesting modules from a driver floppy, I am unable to respond
because the keyboard does not respond.

I tried an OpenBSD boot disk, which worked, so I mounted a floppy and
redirected the OpenBSD dmesg to a file:

OpenBSD 3.4 (RAMDISK) #134: Wed Sep 17 04:01:12 MDT 2003
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/RAMDISK
cpu0: F00F bug workaround installed
cpu0: Intel Pentium (P54C) (GenuineIntel 586-class) 100 MHz
cpu0: FPU,V86,DE,PSE,TSC,MSR,MCE,CX8
real mem  = 16363520 (15980K)
avail mem = 11575296 (11304K)
using 225 buffers containing 921600 bytes (900K) of memory mainbus0
(root) bios0 at mainbus0: AT/286+(ff) BIOS, date 07/25/96, BIOS32 rev. 0
@ 0xf7000 apm0 at bios0: Power Management spec V1.1 pcibios0 at bios0:
rev. 2.1 @ 0xf7000/0x1000
pcibios0: PCI BIOS has 4 Interrupt Routing table entries
pcibios0: PCI Interrupt Router at 000:01:0 (Opti 82C558 PCI-ISA rev
0x00)
pcibios0: PCI bus #0 is the last bus
bios0: ROM list: 0xc/0xc000
pci0 at mainbus0 bus 0: configuration mode 1 (bios)
pchb0 at pci0 dev 0 function 0 Opti 82C557 Host rev 0x14 pcib0 at pci0
dev 1 function 0 Opti 82C558 PCI-ISA rev 0x02 vga1 at pci0 dev 2
function 0 Cirrus Logic CL-GD7548 rev 0x00 wsdisplay0 at vga1: console
(80x25, vt100 emulation) pciide0 at pci0 dev 20 function 0 Opti 82C621
IDE rev 0x12: DMA (unsupported), channel 0 wired to compatibility,
channel 1 wired to compatibility wd0 at pciide0 channel 0 drive 0:
TOSHIBA MK1401MAV
wd0: 16-sector PIO, LBA, 1376MB, 2796 cyl, 16 head, 63 sec, 2818368
sectors
pciide0: channel 1 ignored (not responding; disabled or no drives?) isa0
at pcib0 isadma0 at isa0 pckbc0 at isa0 port 0x60/5 pckbd0 at pckbc0
(kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
npx0 at isa0 port 0xf0/16: using exception 16
pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec
pcic0 at isa0 port 0x3e0/2 iomem 0xd/16384
pcic0 controller 0: Cirrus PD672X has sockets A and B
pcmcia0 at pcic0 controller 0 socket 0
ne3 at pcmcia0 function 0 D-Link, DE-660, 118B6603 port 0x340/32: irq
3
ne3: address 00:80:c8:8b:c8:67
pcmcia1 at pcic0 controller 0 socket 1
pcic0: irq 9, polling enabled
biomask 4040 netmask 4048 ttymask 424a
rd0: fixed, 3560 blocks
root on rd0a
rootdev=0x1100 rrootdev=0x2f00 rawdev=0x2f02

I am going to try to set the device.hints settings to match these and
see if I can get it to boot, but I was wondering if anyone had a pointer
for me?

I am not subscribed right now, please CC me with any info.

Thanks,

Lincoln Rutledge
System Administrator
Luper, Neidenthal, and Logan
lnlattorneys.com 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: install problems

2003-10-18 Thread Lowell Gilbert
chuck miller [EMAIL PROTECTED] writes:

 Hi, I'm having problems trying to install freebsd 4.8 on my sony
 vaio pcv-rx850.Everything is factory except I added a
 2gig hard drive..The problem I have is my computer locks up trying
 to install and never gets to the menu. However if the hard drives
 are disconnected I can get to the menu but can get no further.  Can
 you help or at least guide me in the right direction

What is the last message before it locks up?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: install problems

2003-10-18 Thread chuck miller
probing for pnp devices on ppbus0
ppbus0: hewlett-packard deskjet 820c scp,vlink
plip0: plip network interface on ppbus0
ad0: dma limited to udma33,non-ata66 cable or device
ad0: read command timeout tag=0 serv=0 -resetting
ata0: resetting devices..

this is where it locks up!
  - Original Message - 
  From: Lowell Gilbert 
  To: chuck miller 
  Cc: [EMAIL PROTECTED] 
  Sent: Saturday, October 18, 2003 12:24 PM
  Subject: Re: install problems


  chuck miller [EMAIL PROTECTED] writes:

   Hi, I'm having problems trying to install freebsd 4.8 on my sony
   vaio pcv-rx850.Everything is factory except I added a
   2gig hard drive..The problem I have is my computer locks up trying
   to install and never gets to the menu. However if the hard drives
   are disconnected I can get to the menu but can get no further.  Can
   you help or at least guide me in the right direction

  What is the last message before it locks up?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


install problems

2003-10-17 Thread chuck miller
Hi, I'm having problems trying to install freebsd 4.8 on my sony vaio 
pcv-rx850.Everything is factory except I added a 2gig hard drive..The 
problem I have is my computer locks up trying to install and never gets to the menu. 
However if the hard drives are disconnected I can get to the menu but can get no 
further.   Can you help or at least guide me in the right direction
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Install Problems

2003-09-18 Thread radu
My actual computer, an AMD Duron is actually split on three OS:
Windows XP, Mandrake Linux, Slackware Linux
I want to check the FREE BSD 5.1 on it but, before, I tested it on my old PC
-
That is a Pentium based P133, 16 Mo memory, 3 G dd, Windows 95
I firstly gave all the disk to BSD and starting the install.
You mention that you need at least 5 Mo for install and 4 Mo to work.
It could be in theory. With my 16 Mo after some 17 hours I gave up.
The font75DPI package is one that never lasts.
So I decided to make a compatibilty test with Windows 95.
I made a new partitioning, some 800 Mo for Win95, the rest for BSD.I 
installed Win95
I choosed a minimum install, I was trapped choosing Linux 
applications, quite long, ending with an error.
I re-started, avoiding Linux appli. Install operated in a reasonable 
short time.
--
But, my actual problem is:

After install and rebooting I could'nt access BSD neither Windows.
I tried, after reinstalling Win, all the modes of booting.
MBR, does'nt work in neither OS
No change of boot area: freeze all systems, a message displayed : error 
in intializing OS.
The best results: SBR. It displays on booting F1 Dos, F2 BSD
But function keys F1 and F2 are simply screaming and do'nt have any 
effect. Frozen.
I'm working with an AZERTY keyboard.
That's my real problem, the long install pb is obviously due to memory size.
And second question: Why Install does'nt make an emergency diskette boot 
facility ?
You have BSD installed, no way to make it work because a BSD problem.
Thanks for your attention and eventual solution ( I am a beginner in BSD 
pbs )

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Continuing 4.8 install problems

2003-08-23 Thread Clay Jones
I discovered I had 1) A bad media burn to CD, and 2) An unsupported 
network card.  I burned disk 1 of the ISO again and purchased a new 
network card from the hardware compatibility list (My realtek is 
version 82xx not 81xx).

So after re-installing, the DLink I purchased was recognized as a 
RealTek 81xx as expected.  I assigned an IP and did other network 
configuration, and then rebooted.

Everything seemed fine, but when I shut the box down, moved it to my 
server room, and booted it back up, the network interface is now not 
discovered on boot, and does not exist.  I've rebooted several times to 
no avail, the network interface may as well not exist.

Any ideas?

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Continuing 4.8 install problems

2003-08-23 Thread Clay Jones
Turned out to be a bad cable!  Wow, it was a pretty new one too...It's 
pretty weird that it causes the network card to not even be recognized.

Thanks!

On Saturday, August 23, 2003, at 05:29 PM, Clay Jones wrote:

I discovered I had 1) A bad media burn to CD, and 2) An unsupported 
network card.  I burned disk 1 of the ISO again and purchased a new 
network card from the hardware compatibility list (My realtek is 
version 82xx not 81xx).

So after re-installing, the DLink I purchased was recognized as a 
RealTek 81xx as expected.  I assigned an IP and did other network 
configuration, and then rebooted.

Everything seemed fine, but when I shut the box down, moved it to my 
server room, and booted it back up, the network interface is now not 
discovered on boot, and does not exist.  I've rebooted several times 
to no avail, the network interface may as well not exist.

Any ideas?

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HP Vectra VL install problems

2003-08-14 Thread Grzegorz Czaplinski
On Tue, Aug 12, 2003 at 01:41:42PM +0100, Steven Haywood wrote:
 Hi folks
 
 I'm trying to install 4.8 on a HP Vectra machine. I don't know the
 precise model number, it's a PII-400 with both PCI and ISA slots. I
 think it's a 5xxx series.
 I've tried both boot floppies and CDrom, with the same results:
 The system boots off the selected media, presents me with the kernel
 loading messages, allows me to config the kernel, then pops up the
 sysinstall screen. Then hangs solid. Not even numlock/caps lock key
 lights are operative.
 I have removed the network card, the Adaptec raid controller, and
 swapped out the RAM. There are currently NO PCI or IDE cards in the
 machine and I still get the same problem
 Unfortunately the boot messages scroll past too quickly for me to note
 them.
 
 Does anyone have any ideas? (or let me know if I can give you any more
 information?)
 

What exactly model is it?
On my list at:
http://prioris.mini.pw.edu.pl/~gregory/FreeBSD/
there is HP Vectra VL 400 DT and the user says it works grat for him.

Cheers,
gregory
--
Grzegorz Czaplinski gregory at prioris.mini.pw.edu.pl
The Power to Serve, Right for the Power Users! - http://www.FreeBSD.org/
 Fingerprint: EB77 E19D CFA2 5736 810F  847C A70F A275 2489 469F


pgp0.pgp
Description: PGP signature


HP Vectra VL install problems

2003-08-14 Thread Steven Haywood
Hi folks

I'm trying to install 4.8 on a HP Vectra machine. I don't know the
precise model number, it's a PII-400 with both PCI and ISA slots. I
think it's a 5xxx series.
I've tried both boot floppies and CDrom, with the same results:
The system boots off the selected media, presents me with the kernel
loading messages, allows me to config the kernel, then pops up the
sysinstall screen. Then hangs solid. Not even numlock/caps lock key
lights are operative.
I have removed the network card, the Adaptec raid controller, and
swapped out the RAM. There are currently NO PCI or IDE cards in the
machine and I still get the same problem
Unfortunately the boot messages scroll past too quickly for me to note
them.

Does anyone have any ideas? (or let me know if I can give you any more
information?)

Thanks!
Steven

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cd Install Problems

2003-06-26 Thread Lowell Gilbert
Peter Wong [EMAIL PROTECTED] writes:

 When I pop in my installation cd and turn the comp, it
 spits out this:
 
 CD Loader 1.01
 
 Building the boot loader arguments
 Read Error: 0x01
 Could not find Primary Volume Descriptor
 
 I'm trying to install the 5.1 release on a:
 Pentium 166
 32mb Ram
 STB_Virge (video)
 2.5gb EIDE
 Mitsumi 12x IDE

Try booting from floppies.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Cd Install Problems

2003-06-24 Thread Peter Wong
When I pop in my installation cd and turn the comp, it
spits out this:

CD Loader 1.01

Building the boot loader arguments
Read Error: 0x01
Could not find Primary Volume Descriptor

I'm trying to install the 5.1 release on a:
Pentium 166
32mb Ram
STB_Virge (video)
2.5gb EIDE
Mitsumi 12x IDE


=



   ~  P  e  t  e  r  W  o  n  g  
   Wang + Pixel Pete +  Mr. Partially Collapsed Lung
   www.ordinaryninja.ipfox.com
   [EMAIL PROTECTED]




__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Totally newbie - install problems

2003-06-19 Thread Nagy Lszl Zsolt
   Hi All!

I'm totally new to FreeBSD. I used Linux before but I decided to try 
FreeBSD. I just downloaded FreeBSD 4.8 from a public ftp site and 
installed a brand new system with X and full development tools. I have 
some questions. 

I read about the differences between Linux and FreeBSD. I like the idea 
that there is only one official FreeBSD. I'm going to develop cross platform, 
multi tiered applications using Python and it is nice to have a free  and 
compact system  which I can offer to my clients. But I need other packages 
like wxPython, PyCrypto and others for my work. I know I can download 
the source code and compile them. I could also find binaries but the dependency
tree is endless (and I had version problems too). I read the comparison where 
someone said FreeBSD is even better than Debian in this matter. This was one 
reason why I decided to use FreeBSD. I know the solution is out there but I don't
know where it is.  I'm looking for the FreeBSD equivalent of apt-get in Debian. 
Probably I will need to setup several client computers in the end, so an 
automated installation would be the best (download and install required 
packages/ports for the selected package/port automatically). 
Can you help me?

Sorry for the long e-mail.
Thanks in advance.
 Laci 1.0

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Totally newbie - install problems

2003-06-19 Thread Kevin Stevens
But I need other
 packages
  like wxPython, PyCrypto and others for my work. I know I can download
  the source code and compile them. I could also find binaries but the
 dependency tree is endless (and I had version problems too). I read the
 comparison where someone said FreeBSD is even better than Debian in
 this matter. This was one reason why I decided to use FreeBSD. I know
 the solution is out there but I don't know where it is.

You want the ports collection; located by default in /usr/ports.  If you
didn't install it initially, you can do so with sysinstall.  Ports are
source code bundles along with FreeBSD tweaks and installation defaults. 
You want to use cvsup to update the port information database regularly,
and it's recommended that you use the portupgrade utility to handle port
interdependencies.  See the FreeBSD handbook for details on the above.

Having done so, my routine for updating all 100+ applications on my
machine is reduced to:
cvsup-ports  ; Make sure my ports database is up-to-date
pkgdb -F ; Make sure my installed packages database is consistent
portupgrade -ra  ; Download, compile, and install all updated applications

BTW, both the apps you specified are indeed in the ports collection
presently.

KeS
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Totally newbie - install problems

2003-06-19 Thread Simon Barner
Hi,

 But I need other 
 packages like wxPython, PyCrypto and others for my work. I know I can 
 download the source code and compile them. I could also find binaries but 
 the dependency
 tree is endless (and I had version problems too). I read the comparison 
 where someone said FreeBSD is even better than Debian in this matter. This 
 was one reason why I decided to use FreeBSD. I know the solution is out 
 there but I don't
 know where it is.

This is where the ports collection comes into play:

First you can search it for the desired port:

% cd /usr/ports
% make search name=wxPython

Port:   py22-wxPython-2.4.0.7
Path:   /usr/ports/x11-toolkits/py-wxPython

% cd x11-toolkits/py-wxPython
% make install clean

(PyCrypto is also avialable in that collection).

For more information regarding the ports collection you should consult
the handbook http://www.freebsd.org/handbook/ports.html and/or ports(7).

  I'm looking for the FreeBSD equivalent of apt-get in 
 Debian. Probably I will need to setup several client computers in the end, 
 so an automated installation would be the best (download and install 
 required packages/ports for the selected package/port automatically). 

You can build your own packages with the ports collection (just use make
package instead of make install).

But if the machines will have exactly the same disk layout, setting up a
master and cloning it with dd(1) might be more efficient.

Regards,
 Simon
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Totally newbie - install problems

2003-06-19 Thread jle

Probably I will need to setup several client computers in the end, so an
automated installation would be the best (download and install required
packages/ports for the selected package/port automatically).
Can you help me?

When you install your ports, use the 'depend all' switches

cd /usr/ports/pick a port
make depend all install clean

That will install the port, it's dependencies and clean it up after.

HTH
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Totally newbie - install problems

2003-06-19 Thread Warren Block
On Thu, 19 Jun 2003, jle wrote:

 Probably I will need to setup several client computers in the end, so an
 automated installation would be the best (download and install required
 packages/ports for the selected package/port automatically).
 Can you help me?

 When you install your ports, use the 'depend all' switches

 cd /usr/ports/pick a port
 make depend all install clean

 That will install the port, it's dependencies and clean it up after.

The target is actually depends with the s.

But how is that different from 'make install clean'?

-Warren Block * Rapid City, South Dakota USA
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Totally newbie - install problems

2003-06-19 Thread jle

 The target is actually depends with the s.

 But how is that different from 'make install clean'?

*shrug*
make depend (without the 's') all install clean has always worked for me.
I've used that since FreeBSD 2.1 at least.

I would think if it was depends that it would say something like:

make: don't know how to make depend. Stop

So I assume that depend makes dependencies and all makes all options. I've
never really cared what the targets do individually but that's what I use
to build ports, it always builds the dependencies and I've never had
any problems using it. Maybe it's redundant or superfluous but it works
for me.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Totally newbie - install problems

2003-06-19 Thread Jud
On Thu, 19 Jun 2003 17:52:09 -0700 (PDT), jle [EMAIL PROTECTED] wrote:


The target is actually depends with the s.

But how is that different from 'make install clean'?
*shrug*
make depend (without the 's') all install clean has always worked for me.
I've used that since FreeBSD 2.1 at least.
I would think if it was depends that it would say something like:

make: don't know how to make depend. Stop

So I assume that depend makes dependencies and all makes all options. 
I've
never really cared what the targets do individually but that's what I use
to build ports, it always builds the dependencies and I've never had
any problems using it. Maybe it's redundant or superfluous but it works
for me.
It's probably automatic by now, but yeah, you can save yourself a bit of 
typing by just using

# make install clean

- it builds all dependencies as well as the main port.  Portupgrade by 
itself won't upgrade all the dependencies.  You'll want to use the -R 
option for that.

Jud

Jud
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Totally newbie - install problems

2003-06-19 Thread Warren Block
On Thu, 19 Jun 2003, jle wrote:

  The target is actually depends with the s.
 
  But how is that different from 'make install clean'?

 *shrug*
 make depend (without the 's') all install clean has always worked for me.

Okay.  The man page lists it with the extra s.

 So I assume that depend makes dependencies and all makes all options. I've
 never really cared what the targets do individually but that's what I use
 to build ports, it always builds the dependencies and I've never had
 any problems using it. Maybe it's redundant or superfluous but it works
 for me.

I just thought maybe there was some different functionality versus just
the install target.  Actually, I often split up the make, install, and
clean steps in case it turns out I needed to use different build
options.

-Warren Block * Rapid City, South Dakota USA
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FTP install problems

2003-03-18 Thread andy
I have been having a hard time installing 4.7 release via ftp for almost 2
days.  I have been getting really slow download speeds of about .7-1.5 K.
I have an ADSL connection which is working fine otherwise, so I don't
think the problem is in my network.


Also, when I am able to connect to an ftp site often the download will
stop and I will be presented with the FTP site selection screen.  Anyone
know what is causing this, any help will be appreciated.  Is there
something wrong with the FTP network?  Please respond to this email
address.

Thanks in advance,

Andy

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


FreeBSD 5 install problems

2003-03-10 Thread Scott Graham
Trying to install FreeBSD 5.0 on an inspiron 2500.  I have 2.5GB of 
uninitialized space.  When I boot of the cdrom it begins to load everything 
for the installation and gets stuck at pci2:  PCI bus on pcib2 ...  I 
have looked at the instructions for installing this and cant figure out what 
I am doing wrong.  Has anyone installed FreeBSD before and run into a 
problem like this???  can they give me some guidance as to what is going 
wrong here???  Is there something wrong with the way I am attempting the 
installation???

Thanks
-Scott




_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.  
http://join.msn.com/?page=features/virus

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Compaq Evo install problems

2003-02-20 Thread Sue Blake
Nobody's answered yet so I'll have a go.

 --- Sue Blake [EMAIL PROTECTED] wrote: 
 I'm half way through working around the problems trying to
 install FreeBSD on a new Compaq Evo desktop.
 The only install CD I have is 4.6-RELEASE, but these problems
 don't seem to be version-specific.
 
 Here is where I'm up to, and hopefully someone can point me closer
 to completion. Please excuse only partial information. I have very
 limited access through the firewall, no GUI. Output from the new
 machine can only be transferred to this email via the pencil device
 if necessary.
 
 At first, the install CD wouldn't boot at all, saying BTX halted.
 A search of the archives told me to disable DMA in the BIOS, or
 downgrade to an earlier BIOS. I did the former and completed the
 basic installation and reboot without drama.
 
 Now I have to do something about the two devices that come up
 as unknown in dmesg: audio and ethernet.
 pci0: unknown card(vendor=0x8086, dev=0x24c5) at 31.5 irq 5
 pci5: unknown card(vendor=0x8086, dev=0x103b) at 8.0 irq 5
 The important one is pci5.
 
 Again a mail archive search showed someone had a similar problem,
 used pciconf -l and looked up /usr/share/misc/pci_vendors to
 investigate, then suggested Is it enough to add 0x103b to the
 ident table?. He did, and apparently it worked fine.
 
 That seems to be what I need to do, and the same 0x103b turns out
 appropriate for my device. I have two questions:
 
   What/where is the ident table, and unless it's obvious, how do I
   put the number in?

After grepping my fingers to the bone, I found a file that not
only talked about an ident table, but also looked relevant, at
 /usr/src/sys/dev/fxp/if_fxp.c
Now don't ask me what that file is about or what I did, because
I'm not sure and I don't claim it's right. I just found some
lines that related to other models and added similar info
substituting the words and numbers that I'd picked up from
things like 'dmesg | grep unknown' and 'pciconf -lv'. It was
a bit like solving one of those find-the-pattern puzzles.
Rebuilt the kernel. Reboot. Hey, I'm networked!

Now I can upgrade from 4.6-RELEASE to something more recent,
maybe even find a version of X that understands the video.

   If the nic effort is successful, can I follow similar steps
   to try to get sound going?

Well, not in that same file I don't think, it looks like it's
only about the ethernet interface. I did find a file in another
directory  that looked like it too was simply lacking info about
my hardware related to sound support, but at this point it's all
getting way too guessy to proceed.

Of course if anyone who reads this has suggestions re explaining
the hardware to X and sound, I'd love to hear from you! :-)

But if like me you can't get started with your Compaq Evo, perhaps
what I've related above will help some.




http://mobile.yahoo.com.au - Yahoo! Mobile
- Exchange IMs with Messenger friends on your Telstra or Vodafone mobile phone.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Compaq Evo install problems

2003-02-19 Thread Sue Blake
I'm half way through working around the problems trying to
install FreeBSD on a new Compaq Evo desktop.
The only install CD I have is 4.6-RELEASE, but these problems
don't seem to be version-specific.

Here is where I'm up to, and hopefully someone can point me closer
to completion. Please excuse only partial information. I have very
limited access through the firewall, no GUI. Output from the new
machine can only be transferred to this email via the pencil device
if necessary.

At first, the install CD wouldn't boot at all, saying BTX halted.
A search of the archives told me to disable DMA in the BIOS, or
downgrade to an earlier BIOS. I did the former and completed the
basic installation and reboot without drama.

Now I have to do something about the two devices that come up
as unknown in dmesg: audio and ethernet.
pci0: unknown card(vendor=0x8086, dev=0x24c5) at 31.5 irq 5
pci5: unknown card(vendor=0x8086, dev=0x103b) at 8.0 irq 5
The important one is pci5.

Again a mail archive search showed someone had a similar problem,
used pciconf -l and looked up /usr/share/misc/pci_vendors to
investigate, then suggested Is it enough to add 0x103b to the
ident table?. He did, and apparently it worked fine.

That seems to be what I need to do, and the same 0x103b turns out
appropriate for my device. I have two questions:

  What/where is the ident table, and unless it's obvious, how do I
  put the number in?

  If the nic effort is successful, can I follow similar steps
  to try to get sound going?

http://mobile.yahoo.com.au - Yahoo! Mobile
- Exchange IMs with Messenger friends on your Telstra or Vodafone mobile phone.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



alpha 5.0 install problems: aic7 and fd

2003-02-08 Thread Tom Vier
i'm trying to install 5.0 on my up2000+ using floppies. when it boots, it
only sees my sym53c875, not the onboard aic7890 and not the aic7892 (u160)
card. also, when it prompts for the driver disk, it fails (i forgot to write
down the message). the drive is fine under srm, linux, and netbsd. are these
known problems? i tried searching the bug reports, but found nothing.

-- 
Tom Vier [EMAIL PROTECTED]
DSA Key ID 0xE6CB97DA

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: PHP4 install problems

2002-11-06 Thread dslb
YES! Adding -DWITH_APACHE2 worked, thanks :-D

br
socketd


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



apache install problems w/expat

2002-10-18 Thread Bsd Neophyte

i have problems installing apache.

i'm getting the following errors eventhough i have expat-1.95.4 installed.

--
===  Installing for expat-1.95.4
===  expat-1.95.4 is already installed - perhaps an older version?
  If so, you may wish to ``make deinstall'' and install
  this port again by ``make reinstall'' to upgrade it properly.
  If you really wish to overwrite the old port of expat-1.95.4
  without deleting it first, set the variable FORCE_PKG_REGISTER
  in your environment or the make install command line.
*** Error code 1

Stop in /usr/ports/textproc/expat2.
*** Error code 1
--

when i tried doing it again i get the following error:

Error: shared library expat.4 does not exist
*** Error code 1

Stop in /usr/ports/www/apache2.


i've tried to uninstall expat and then reinstall it... i've also tried
running portupgrade on expat... but i'm still stuck.

as always, any and all help will be appreciated

__
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos  More
http://faith.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: apache install problems w/expat

2002-10-18 Thread Nathan Kinkade
On Thu, Oct 17, 2002 at 11:01:09PM -0700, Bsd Neophyte wrote:
 
 i have problems installing apache.
 
 i'm getting the following errors eventhough i have expat-1.95.4 installed.
 
 --
 ===  Installing for expat-1.95.4
 ===  expat-1.95.4 is already installed - perhaps an older version?
   If so, you may wish to ``make deinstall'' and install
   this port again by ``make reinstall'' to upgrade it properly.
   If you really wish to overwrite the old port of expat-1.95.4
   without deleting it first, set the variable FORCE_PKG_REGISTER
   in your environment or the make install command line.
 *** Error code 1
 
 Stop in /usr/ports/textproc/expat2.
 *** Error code 1
 --
 
 when i tried doing it again i get the following error:
 
 Error: shared library expat.4 does not exist
 *** Error code 1
 
 Stop in /usr/ports/www/apache2.
 
 
 i've tried to uninstall expat and then reinstall it... i've also tried
 running portupgrade on expat... but i'm still stuck.
 
 as always, any and all help will be appreciated

Try deinstalling the expat2 package/port with `pkg_deinstall' or
`pkg_delete'.  The run  `pkgdb -F' and fix any problems that may 
arise.  The go back to your apache build and try
again, letting the apache port install expat2 itself.  This may not
solve the underlying problem you are having with the apache port, but it
might get past the problem?

Nathan

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: apache install problems w/expat

2002-10-18 Thread Bsd Neophyte

--- Nathan Kinkade [EMAIL PROTECTED] wrote:
 On Thu, Oct 17, 2002 at 11:01:09PM -0700, Bsd Neophyte wrote:
  
  i have problems installing apache.
  
  i'm getting the following errors eventhough i have expat-1.95.4
 installed.
  
  --
  ===  Installing for expat-1.95.4
  ===  expat-1.95.4 is already installed - perhaps an older version?
If so, you may wish to ``make deinstall'' and install
this port again by ``make reinstall'' to upgrade it properly.
If you really wish to overwrite the old port of expat-1.95.4
without deleting it first, set the variable FORCE_PKG_REGISTER
in your environment or the make install command line.
  *** Error code 1
  
  Stop in /usr/ports/textproc/expat2.
  *** Error code 1
  --
  
  when i tried doing it again i get the following error:
  
  Error: shared library expat.4 does not exist
  *** Error code 1
  
  Stop in /usr/ports/www/apache2.
  
  
  i've tried to uninstall expat and then reinstall it... i've also tried
  running portupgrade on expat... but i'm still stuck.
  
  as always, any and all help will be appreciated
 
 Try deinstalling the expat2 package/port with `pkg_deinstall' or
 `pkg_delete'.  The run  `pkgdb -F' and fix any problems that may 
 arise.  The go back to your apache build and try
 again, letting the apache port install expat2 itself.  This may not
 solve the underlying problem you are having with the apache port, but it
 might get past the problem?
 
 Nathan

i tried the pkg_delete as well as rebuilding the packages from the ports
and then doing a make deinstall (i don't know if they're the same thing or
different).  i never knew about the pkgdb, which seems to be a pretty
interesting feature.

however, i regret to report, i am getting the exact same problem. :/

-
===   apache-2.0.43 depends on shared library: expat.4 - not found
===Verifying install for expat.4 in /usr/ports/textproc/expat2
===   Returning to build of apache-2.0.43
Error: shared library expat.4 does not exist
*** Error code 1
-

any other suggestions?



__
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: apache install problems w/expat

2002-10-18 Thread Nathan Kinkade
On Fri, Oct 18, 2002 at 09:22:15AM -0700, Bsd Neophyte wrote:
 
 --- Nathan Kinkade [EMAIL PROTECTED] wrote:
  On Thu, Oct 17, 2002 at 11:01:09PM -0700, Bsd Neophyte wrote:
   
   i have problems installing apache.
   
   i'm getting the following errors eventhough i have expat-1.95.4
  installed.
   
   --
   ===  Installing for expat-1.95.4
   ===  expat-1.95.4 is already installed - perhaps an older version?
 If so, you may wish to ``make deinstall'' and install
 this port again by ``make reinstall'' to upgrade it properly.
 If you really wish to overwrite the old port of expat-1.95.4
 without deleting it first, set the variable FORCE_PKG_REGISTER
 in your environment or the make install command line.
   *** Error code 1
   
   Stop in /usr/ports/textproc/expat2.
   *** Error code 1
   --
   
   when i tried doing it again i get the following error:
   
   Error: shared library expat.4 does not exist
   *** Error code 1
   
   Stop in /usr/ports/www/apache2.
   
   
   i've tried to uninstall expat and then reinstall it... i've also tried
   running portupgrade on expat... but i'm still stuck.
   
   as always, any and all help will be appreciated
  
  Try deinstalling the expat2 package/port with `pkg_deinstall' or
  `pkg_delete'.  The run  `pkgdb -F' and fix any problems that may 
  arise.  The go back to your apache build and try
  again, letting the apache port install expat2 itself.  This may not
  solve the underlying problem you are having with the apache port, but it
  might get past the problem?
  
  Nathan
 
 i tried the pkg_delete as well as rebuilding the packages from the ports
 and then doing a make deinstall (i don't know if they're the same thing or
 different).  i never knew about the pkgdb, which seems to be a pretty
 interesting feature.
 
 however, i regret to report, i am getting the exact same problem. :/
 
 -
 ===   apache-2.0.43 depends on shared library: expat.4 - not found
 ===Verifying install for expat.4 in /usr/ports/textproc/expat2
 ===   Returning to build of apache-2.0.43
 Error: shared library expat.4 does not exist
 *** Error code 1
 -
 
 any other suggestions?

Well, does library expat.4 actually exist?  If not, then what version
is the expat2 port installing?  Assuming that expat2 installs a newer
version of the library, you might be able to simply create a link named 
expat.4 and point it to the one expat installs.  Then requests for
expat.4 will simply point to the newer version, but this may only work
reliably if you are sure that the newer version of the library is 
backward compatible with the older one.

Nathan

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



  1   2   >