Unable to install freebsd on HP Proliant ML30 server

2008-06-11 Thread Damon Blom

CPU: Intel (R) Xeon (TM) cpu 2.40 gz (2399.93 mhz, 686-class cpu)
 Features =
   Logical CPU's per core:2
   real memory 2047mb
  avail memory 1992mb
MPTable : COMPAQ PROLIANT
FreeBSD/SMP: Multiprocessor System
   detected: 2 cpu's
 cpu0 (BSP):APIC ID:0
 cpu1(AP):APICID:6
acd0:CDROMCOMPAQ SC-140c/cq04 at ata0-master UDMA33
da1:COMPAQ BD03664553 3B08 fixed direct access SCSI-2 device

da1s1  34726 mb
fsck on exsiting file system
2 files 2 used
copying boot floppy to /stand on root filesystem
  /mnt/stand
   /etc
   ...
cpio /mnt/stand/boot-crunch linked to /mnt/stand/hostname
4862 blocks
DEBUG generating /etc/fstab file
g-vfs-done():acd0[READ (offset=32768,length=2048)] error=5
error mounting /dev/acd0 on /dist
  input-output error (5)
unable to initialize selected media

I have tried various i386 releases :5.3,6.1,6.2.7.0. 8.0 current iso 
disk1 install disks
Installation proceeds normally, newfs done and then just stops when 
files are to be created

I have tried google but unable to find problem.
thank you for your time.
Damon

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


Re: Unable to install freebsd on HP Proliant ML30 server

2008-06-11 Thread Damon Blom

pete wright wrote:

On Wed, Jun 11, 2008 at 1:50 PM, Damon Blom [EMAIL PROTECTED] wrote:

  

DEBUG generating /etc/fstab file
g-vfs-done():acd0[READ (offset=32768,length=2048)] error=5
error mounting /dev/acd0 on /dist
 input-output error (5)
unable to initialize selected media



looks like you may be running into a problem with your cd-rom.  have
you tried to install via NFS, HTTP or FTP?  You should be able to
select this via sysinstall.

-pete

  

Hi
 Thank's. I thought so too but had same results when I used usb cdrom. 
I had no problem installing kubuntu,

I'll try another installation media.
  Thank's
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


astronomy

2007-09-06 Thread Damon Blom

Hi
 s2plot from astronomy.swin.edu.au/s2plot seems like quite an 
interesting program and has
linux, darwin and cygwin downloads. Would anyone from freebsd be 
interested in adding it to

ports?
   Thank's
Damon


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


Re: Copying kernel and OS

2005-12-11 Thread Damon Blom
On Saturday 10 December 2005 12:05 pm, you wrote:
 On 12/10/05, Damon Blom [EMAIL PROTECTED] wrote:
 Thank's. Is there an easy way to install ports on slow machine using
  nfs after portupgrade on fast machine? For one port I guess you could do
  a nfs mount of faster machine ports after doing make on ithe port and
  just do install on slower machine?

 Check out pkg_create. You could use that to create packacges from
 installed ports on the fast maschine, and then installing those
 packages on the slower machine(s).

 Using some creative scripting, this could be done pretty transparently.
Hi
   Thank's for reply! pkg_create makes almost instant package which I
can then just do pkg_add -r to retrieve on slower machine. Can also
make package-recursive (from chris) which puts packages 
in /usr/ports/packages. Maybe when I do portupgrade -a on fast
machine I should do portupgrade -ap instead to also build a package.
   Thank's for idea.
Damon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Copying kernel and OS

2005-12-10 Thread Damon Blom
Hi
   Thank's. Is there an easy way to install ports on slow machine using nfs 
after portupgrade on fast machine? For one port I guess you could do a nfs
mount of faster machine ports after doing make on ithe port and just do 
install on slower machine?
   Thank's
Damon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to copy MBR???

2005-12-04 Thread Damon Blom
javier
   Take a look at freebsd cheat sheets - moving to a larger hard drive.
  Damon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: unable to do su from user to become super user

2005-10-12 Thread Damon Blom
On Monday 10 October 2005 03:21 pm, you wrote:
 Damon Blom wrote:
 Hi
 FreeBSD presario.com 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Oct  9
  22:44:53 PDT 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL 
  amd64 I cannot go from user to super user.
   su: error while loading shared libraries: libpam.so.0: cannot open
  shared object file: No such file or directory

 In contrast to what others have just posted, I don't think
 adding yourself to the wheel group will help much with this.

  system boots fine multiuser and I can login as root no problem. I just
  can't login as user and become root with su
 still a newbie.
   Thank's so much
Damon

 If that last is true (still a newbie), then why on God's Green
 Earth are you running 7.0-CURRENT?

 When you run -CURRENT, you're generally expected to be
 able to deal with most issues like this yourself, at least in
 some limited way

 Did you read /src/UPDATING, for starters?

 Please note:  I'm not trying to flame you.  But I wonder
 if you're in over your head.  I don't run -CURRENT, myself,
 but this is the sort of thing that sounds like you did something
 without meaning to

 Kevin Kinsey
 Hi
My error! Error in path:
set path = 
(/sbin /bin /usr/sbin  /usr/games /usr/local/sbin /usr/local/bin /usr/bin 
/usr/X11R6/bin 
$HOME/bin)
 
   I've been with -CURRENT for years at home and have had no real problems.
  Unix has always been a part of me since I took Ken Thompson's OS class
at Berkeley in 1976.
  Thank's for the reply.
Damon
  Sorry to have wasted your time.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: unable to do su from user to become super user

2005-10-11 Thread Damon Blom
On Monday 10 October 2005 01:01 pm, you wrote:
 On Monday 10 October 2005 11:39 am, Damon Blom wrote:
  Hi
  FreeBSD presario.com 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Oct  9
  22:44:53 PDT 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL
  amd64 I cannot go from user to super user.
su: error while loading shared libraries: libpam.so.0: cannot open
  shared object file: No such file or directory
In /usr/lib I added pointer from libpam.so.0 to libpam.so.3
 snip ***
  -r--r--r--  1 root  wheel  2841092 Oct 10 07:28 libc.a
  lrwxr-xr-x  1 root  wheel   14 Oct 10 07:28 libc.so - /lib/libc.so.6
  -r--r--r--  1 root  wheel  2967924 Oct 10 07:28 libc_p.a
  -r--r--r--  1 root  wheel  3342666 Oct 10 07:28 libc_pic.a
  -r--r--r--  1 root  wheel   388758 Oct 10 07:28 libc_r.a
  lrwxr-xr-x  1 root  wheel   11 Oct 10 07:28 libc_r.so - libc_r.so.6
  -r--r--r--  1 root  wheel   129704 Aug 16 09:45 libc_r.so.5
  -r--r--r--  1 root  wheel   130440 Oct 10 07:28 libc_r.so.6
  -r--r--r--  1 root  wheel   404936 Oct 10 07:28 libc_r_p.a
 *** snip ***
  -r--r--r--  1 root  wheel   233062 Oct 10 07:28 libpam.a
  lrwxr-xr-x  1 root  wheel   11 Oct 10 07:28 libpam.so - libpam.so.3
  lrwxr-xr-x  1 root  wheel   11 Oct 10 10:50 libpam.so.0 -
  libpam.so.3 -r--r--r--  1 root  wheel35544 Aug 16 09:45 libpam.so.2
  -r--r--r--  1 root  wheel35584 Oct 10 07:28 libpam.so.3
 *** snip ***
rebuilt system (make buildworld buildkernel installkernel installworld)
   no  help.
   I had just finished doing portupgrade -a
did pkgdb -F
   I usually just do xdm and use kde as user.
   system boots fine multiuser and I can login as root no problem. I just
  can't login as user and become root with su
  still a newbie.
Thank's so much
 Damon

 Did you add the user to /etc/group?

 wheel:*:0:root,username,username

 Beech
 ---
 Beech Rintoul - System Administrator - [EMAIL PROTECTED]
 /\   ASCII Ribbon Campaign  | NorthWind Communications
 \ / - NO HTML/RTF in e-mail  | 201 East 9th Avenue Ste.310
  X  - NO Word docs in e-mail | Anchorage, AK 99501
 / \
 ---

Hi
  Thank's for reply! user damon is member of group wheel
# $FreeBSD: src/etc/master.passwd,v 1.40 2005/06/06 20:19:56 brooks Exp $
#
root::0:0::0:0:Charlie :/root:/bin/csh
toor:*:0:0::0:0:Bourne-again Superuser:/root:
daemon:*:1:1::0:0:Owner of many system processes:/root:/usr/sbin/nologin
operator:*:2:5::0:0:System :/:/usr/sbin/nologin
bin:*:3:7::0:0:Binaries Commands and Source:/:/usr/sbin/nologin
tty:*:4:65533::0:0:Tty Sandbox:/:/usr/sbin/nologin
kmem:*:5:65533::0:0:KMem Sandbox:/:/usr/sbin/nologin
games:*:7:13::0:0:Games pseudo-user:/usr/games:/usr/sbin/nologin
news:*:8:8::0:0:News Subsystem:/:/usr/sbin/nologin
man:*:9:9::0:0:Mister Man Pages:/usr/share/man:/usr/sbin/nologin
sshd:*:22:22::0:0:Secure Shell Daemon:/var/empty:/usr/sbin/nologin
smmsp:*:25:25::0:0:Sendmail Submission 
User:/var/spool/clientmqueue:/usr/sbin/nologin
mailnull:*:26:26::0:0:Sendmail Default 
User:/var/spool/mqueue:/usr/sbin/nologin
bind:*:53:53::0:0:Bind Sandbox:/:/usr/sbin/nologin
proxy:*:62:62::0:0:Packet Filter pseudo-user:/nonexistent:/usr/sbin/nologin
_pflogd:*:64:64::0:0:pflogd privsep user:/var/empty:/usr/sbin/nologin
_dhcp:*:65:65::0:0:dhcp programs:/var/empty:/usr/sbin/nologin
uucp:*:66:66::0:0:UUCP 
pseudo-user:/var/spool/uucppublic:/usr/local/libexec/uucp/uucico
pop:*:68:6::0:0:Post Office Owner:/nonexistent:/usr/sbin/nologin
www:*:80:80::0:0:World Wide Web Owner:/nonexistent:/usr/sbin/nologin
nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin
damon:$1$xmyLTZ71$QbxtyJwlbt2ezcDAV89fF.:1001:0::0:0:Damon 
Blom:/home/damon:/bin/tcsh
pop3vscan:*:1002:6::0:0:POP3VScan Daemon:/var/spool/pop3vscan:/nonexistent
clamav:*:106:106::0:0:Clam Antivirus:/nonexistent:/sbin/nologin
cvsup:*:1003:1001::0:0:CVSup Daemon:/nonexistent:/nonexistent
cvsupin:*:1004:1002::0:0:CVSup Client:/home/cvsupin:/nonexistent
rpm:$1$PxiueKLd$kJ715xa.JLeIDXZeSNe2D/:1005:1005::0:0:rpm:/home/rpm:/bin/csh
 m /etc/group
# $FreeBSD: src/etc/group,v 1.32 2005/06/06 20:19:56 brooks Exp $
#
wheel:*:0:root
daemon:*:1:
kmem:*:2:
sys:*:3:
tty:*:4:
operator:*:5:root
mail:*:6:clamav
 clipped ***
 this is output from uname -a 
Linux presario.com 2.4.2 FreeBSD 7.0-CURRENT #7: Sun Oct  9 22:44:53 PDT 2005 
i686 i686 i386 GNU/Linux
 I don't know how Linux got into uname.
 I'll just use sudo from user damon.
Thank's
 Damon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


unable to do su from user to become super user

2005-10-10 Thread Damon Blom
Hi
FreeBSD presario.com 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Oct  9 22:44:53 
PDT 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL  amd64
   I cannot go from user to super user.
  su: error while loading shared libraries: libpam.so.0: cannot open shared 
object file: No such file or directory
  In /usr/lib I added pointer from libpam.so.0 to libpam.so.3
   snip ***
-r--r--r--  1 root  wheel  2841092 Oct 10 07:28 libc.a
lrwxr-xr-x  1 root  wheel   14 Oct 10 07:28 libc.so - /lib/libc.so.6
-r--r--r--  1 root  wheel  2967924 Oct 10 07:28 libc_p.a
-r--r--r--  1 root  wheel  3342666 Oct 10 07:28 libc_pic.a
-r--r--r--  1 root  wheel   388758 Oct 10 07:28 libc_r.a
lrwxr-xr-x  1 root  wheel   11 Oct 10 07:28 libc_r.so - libc_r.so.6
-r--r--r--  1 root  wheel   129704 Aug 16 09:45 libc_r.so.5
-r--r--r--  1 root  wheel   130440 Oct 10 07:28 libc_r.so.6
-r--r--r--  1 root  wheel   404936 Oct 10 07:28 libc_r_p.a
   *** snip ***
-r--r--r--  1 root  wheel   233062 Oct 10 07:28 libpam.a
lrwxr-xr-x  1 root  wheel   11 Oct 10 07:28 libpam.so - libpam.so.3
lrwxr-xr-x  1 root  wheel   11 Oct 10 10:50 libpam.so.0 - libpam.so.3
-r--r--r--  1 root  wheel35544 Aug 16 09:45 libpam.so.2
-r--r--r--  1 root  wheel35584 Oct 10 07:28 libpam.so.3
   *** snip ***
  rebuilt system (make buildworld buildkernel installkernel installworld) 
 no  help. 
 I had just finished doing portupgrade -a
  did pkgdb -F
 I usually just do xdm and use kde as user.
 system boots fine multiuser and I can login as root no problem. I just can't
login as user and become root with su
still a newbie.
  Thank's so much
   Damon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libchk - method to fix libraries

2005-10-01 Thread Damon Blom
On Saturday 01 October 2005 05:42 am, Lowell Gilbert wrote:
 Damon Blom [EMAIL PROTECTED] writes:
 libchk found problems with my libraries. Is there any program like
  pkgdb -F that I can run to fix my port libraries?

 With this little information, the only thing I can think of is to
 reinstall the libraries.  You could try something like
 portupgrade -f `pkg_which /path/to/library`
Hi
  Thank's for the reply
FreeBSD presario.com 7.0-CURRENT FreeBSD 7.0-CURRENT #6: Mon Sep 26 08:55:26 
PDT 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL  amd64
 output from libchk:

Will look into:
/bin
/lib
/root/bin
/sbin
/usr/X11R6/bin
/usr/X11R6/lib
/usr/X11R6/libexec
/usr/bin
/usr/games
/usr/lib
/usr/libexec
/usr/local/bin
/usr/local/lib
/usr/local/libexec
/usr/local/sbin
/usr/sbin
Unresolvable link(s) found 
in: /usr/local/lib/thunderbird/plugins/libnullplugin.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/thunderbird/components/libmailcomps.so
libxpcom_compat.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/thunderbird/components/libmail.so
libxpcom_compat.so
libmozjs.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/thunderbird/components/libmsgsmime.so
libxpcom_compat.so
libmozjs.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/thunderbird/components/libimport.so
libxpcom_compat.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/thunderbird/components/libwebsrvcs.so
libmozjs.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/thunderbird/components/libxmlextras.so
libmozjs.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/thunderbird/components/libmyspell.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/thunderbird/components/libspellchecker.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/thunderbird/components/libwalletviewers.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/thunderbird/components/libwallet.so
libxpcom_compat.so
libxpcom.so
Unresolvable link(s) found in: /usr/local/lib/thunderbird/components/libjsd.so
libmozjs.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/thunderbird/components/libxpinstall.so
libxpcom_compat.so
libmozjs.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/thunderbird/components/libappcomps.so
libmozjs.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/thunderbird/components/libxremoteservice.so
libxpcom.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/thunderbird/components/libmork.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/thunderbird/components/libgklayout.so
libmozjs.so
libgkgfx.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/thunderbird/components/libxremote_client.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/thunderbird/components/libwidget_gtk2.so
libgtkxtbin.so
libgkgfx.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/thunderbird/components/libgkplugin.so
libgtkxtbin.so
libmozjs.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/thunderbird/components/libimglib2.so
libgkgfx.so
libxpcom.so
libxpcom.so
Unresolvable link(s) found in: /usr/local/lib/firefox/components/libnecko.so
libxpcom.so
Unresolvable link(s) found in: /usr/local/lib/firefox/components/liboji.so
libmozjs.so
libjsj.so
libxpcom.so
Unresolvable link(s) found in: /usr/local/lib/firefox/components/libjar50.so
libxpcom.so
Unresolvable link(s) found in: /usr/local/lib/firefox/components/libi18n.so
libxpcom.so
Unresolvable link(s) found in: /usr/local/lib/firefox/components/libucvmath.so
libxpcom.so
Unresolvable link(s) found in: /usr/local/lib/firefox/components/libuconv.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/firefox/components/libxpconnect.so
libmozjs.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/firefox/components/libxpcom_compat_c.so
libxpcom_compat.so
libxpcom.so
Unresolvable link(s) found in: /usr/local/lib/mozilla/plugins/libnullplugin.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/mozilla/components/libmsgsmime.so
libmsgbaseutil.so
libxpcom_compat.so
libmozjs.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/mozilla/components/libbayesflt.so
libmsgbaseutil.so
libxpcom_compat.so
libmozjs.so
libxpcom.so
Unresolvable link(s) found 
in: /usr/local/lib/mozilla

libchk - method to fix libraries

2005-09-30 Thread Damon Blom
Hi
   libchk found problems with my libraries. Is there any program like pkgdb -F
that I can run to fix my port libraries?
  Thank you.
  Damon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


hdd full

2005-09-16 Thread Damon Blom
Hi
   freebsd cheat sheets. 
Damon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


usb memory chip works fine

2005-09-13 Thread Damon Blom


--  Forwarded Message  --

Subject: Re: freebsd on memory card
Date: Thursday 08 September 2005 10:14 pm
From: Damon Blom [EMAIL PROTECTED]
To: Jerahmy Pocott [EMAIL PROTECTED], [EMAIL PROTECTED]

On Thursday 08 September 2005 06:23 am, you wrote:
 On 08/09/2005, at 6:36 AM, Damon Blom wrote:
  Hi
 Still no go.
will boot (very slowly) from external usb hard drive.
da0  maxtor scsi -0 device  194481 mb
will not boot
da1  hp digital drive 976 mb (whole disk)
   da1s1a  /
  da1s1d  /usr
I disabled hitachi drive and external maxtor drive
get
 F1 Freebsd
 F5 drive1
will not let me press enter
Phoenix Bios version F.35
 Thank's (I can still mount it and r/w from it)
 Damon

 I would say, and this is just a guess, that the bios doesn't recognise
 it as a bootable device or it is unable to find/use the boot block?

HiThank's for the reply. In fdisk I just said A and then S to set
bootable before W to write it out. I did change /etc/fstab to da1s1a
and da1s1d. When I do fdisk after mounting it it says
device /mnt/boot/mbr is not character special. Info from dos bootblock;
   data for partition 1,2,3,4 is unused.
  I'll try putting small dos partition first.
   Thank's
   Damon
Hi
   All work's fine. Used
  boot0cfg -v -b /mnt/boot/boot0 da1
   Now boots up fine (But loads very slowly). 
Damon
H---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freebsd on memory card

2005-09-08 Thread Damon Blom
On Thursday 08 September 2005 06:23 am, you wrote:
 On 08/09/2005, at 6:36 AM, Damon Blom wrote:
  Hi
 Still no go.
will boot (very slowly) from external usb hard drive.
da0  maxtor scsi -0 device  194481 mb
will not boot
da1  hp digital drive 976 mb (whole disk)
   da1s1a  /
  da1s1d  /usr
I disabled hitachi drive and external maxtor drive
get
 F1 Freebsd
 F5 drive1
will not let me press enter
Phoenix Bios version F.35
 Thank's (I can still mount it and r/w from it)
 Damon

 I would say, and this is just a guess, that the bios doesn't recognise
 it as a bootable device or it is unable to find/use the boot block?
HiThank's for the reply. In fdisk I just said A and then S to set
bootable before W to write it out. I did change /etc/fstab to da1s1a
and da1s1d. When I do fdisk after mounting it it says 
device /mnt/boot/mbr is not character special. Info from dos bootblock;
   data for partition 1,2,3,4 is unused.
  I'll try putting small dos partition first.
   Thank's
   Damon
   
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Fwd: freebsd on memory card

2005-09-07 Thread Damon Blom

Hi
   Still no go.
  will boot (very slowly) from external usb hard drive.
  da0  maxtor scsi -0 device  194481 mb
  will not boot
  da1  hp digital drive 976 mb (whole disk)
 da1s1a  /
da1s1d  /usr
  I disabled hitachi drive and external maxtor drive
  get
   F1 Freebsd
   F5 drive1
  will not let me press enter
  Phoenix Bios version F.35
   Thank's (I can still mount it and r/w from it)
   Damon

--  Forwarded Message  --

Subject: freebsd on memory card
Date: Monday 05 September 2005 09:45 pm
From: Damon Blom [EMAIL PROTECTED]
To: [EMAIL PROTECTED]

Hi
   presario r3000 amd64 freebsd-current 7.0
   ad0: 76319MB Hitachi DK23FA-80
   da0 HP Digital drive 1.00  Removable direct access SCSI -0 Device
   dual XP/FreeBSD with easy boot
   used sysinstall to configure da0 as entire freebsd
  da0s1a  /tmp  390MB
  da0s1d  /tmp/usr 600MB
   used gtar to transfer / to /mnt
transfer /usr to /mnt/usr  (Cheat Sheet)
   usb bootable (bios) shows
F1 ?  (win)
F2 Freebsd
F5 Drive 1
  But will not boot . I did same thing on desktop with a second hard drive
and it booted fine. Is it because memory card is not really a hard drive?
Any way to do it ?
   Thank's
  Damon
  and thank's so much for freebsd (my whole life)

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


Re: freebsd-questions Digest, Vol 110, Issue 24

2005-09-06 Thread Damon Blom
Hi
   Thank's for the response. It will not even start boot. comes back
 F2  Freebsd
 F5  drive 1
  If I hit it again returns original
 F1 ?
 F2 Freebsd
 F5 drive 1
  I tried using fdisk to write member again
   fdisk -B -b /boot/boot0 /dev/da0
   but it wouldn't do anything - said no geom. Believe this was because I used 
whole disk. But in slot 1 is the freebsd type 165.
  I think it is a bios problem.
   (I did change /mnt/etc to give mounts of new disk  daos1a, da0s1d)
Just got an external 200 G usb drive that I will try the same thing. I now
have da0 maxtor 194481 MB
da1 hp digital drive 976 MB
   Thank's
   Damon
 
On Tuesday 06 September 2005 07:48 am, you wrote:
 I've installed FreeBSD to a 1gb usb drive, but getting it to boot is really
 the hard part.  The new dells at my work boot off the USB drive just fine,
 but the Gateways at my school (that did have a boot from usb option) seem
 to have a problem with it.  The Gateway BIOS must not have drivers, or
 something, Im not sure, but the Gateways would boot off my USB harddrive
 that had freebsd on it.  If your getting to the boot loader though, it
 should work.  Are you booting from usb, or your hd?  And what kind of
 errors is it giving you?  I had some problems with it changing the device
 name, but that was when i was going from one computer to another.  Some
 computers have different usb devices/drivers and so it changes the device
 name, I don't know the exact details.  It's been a while since I did this. 
 When the boot loader trys to load the kernel, and then it trys to mount the
 filesystem (or the umm, something) it trys to look in da0s1, but it might
 change to something else.  When you copied / and /usr over to your usb
 drive, it also copied settings and stuff (not realy sure).  It might be
 trying to load the filesystem from da0s1 (mian hd) instead of da1s2 or
 something wierd like that.  Id try and actually install FreeBSD to your USB
 drive using a bootable FreeBSD cd.  I was surprised when it detected the
 USB drive.  You of course don't get the most updated version, but it will
 probably work a lot better.  Interestingly, Windows 2k will see a usb drive
 also, but of course it fails like it always does.  Hope this helps, or at
 least points you in the right direction.  For a better explanation of the
 booting process read
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot.html I'm
 sure that I messed it all up in the way I explained it.

 Eric Stringer

  Message: 4
  Date: Mon, 5 Sep 2005 21:45:24 -0700
  From: Damon Blom [EMAIL PROTECTED]
  Subject: freebsd on memory card
  To: [EMAIL PROTECTED]
  Message-ID: [EMAIL PROTECTED]
  Content-Type: text/plain;  charset=us-ascii
 
  Hi
 presario r3000 amd64 freebsd-current 7.0
 ad0: 76319MB Hitachi DK23FA-80
 da0 HP Digital drive 1.00  Removable direct access SCSI -0 Device
 dual XP/FreeBSD with easy boot
 used sysinstall to configure da0 as entire freebsd
da0s1a  /tmp  390MB
da0s1d  /tmp/usr 600MB
 used gtar to transfer / to /mnt
  transfer /usr to /mnt/usr  (Cheat Sheet)
 usb bootable (bios) shows
  F1 ?  (win)
  F2 Freebsd
  F5 Drive 1
But will not boot . I did same thing on desktop with a second hard
  drive and it booted fine. Is it because memory card is not really a hard
  drive? Any way to do it ?
 Thank's
Damon
and thank's so much for freebsd (my whole life)
 
 
  --
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freebsd-questions Digest, Vol 110, Issue 24

2005-09-06 Thread Damon Blom
Hi 
  So sorry! so dumb. I didn't put usb ports ahead of hard drive in boot order.
Both usb direct drive and usb external hard drive work.
But boot loading is VERY slow for both.
  Thank's so much!
   Damon
On Tuesday 06 September 2005 07:48 am, you wrote:
 I've installed FreeBSD to a 1gb usb drive, but getting it to boot is really
 the hard part.  The new dells at my work boot off the USB drive just fine,
 but the Gateways at my school (that did have a boot from usb option) seem
 to have a problem with it.  The Gateway BIOS must not have drivers, or
 something, Im not sure, but the Gateways would boot off my USB harddrive
 that had freebsd on it.  If your getting to the boot loader though, it
 should work.  Are you booting from usb, or your hd?  And what kind of
 errors is it giving you?  I had some problems with it changing the device
 name, but that was when i was going from one computer to another.  Some
 computers have different usb devices/drivers and so it changes the device
 name, I don't know the exact details.  It's been a while since I did this. 
 When the boot loader trys to load the kernel, and then it trys to mount the
 filesystem (or the umm, something) it trys to look in da0s1, but it might
 change to something else.  When you copied / and /usr over to your usb
 drive, it also copied settings and stuff (not realy sure).  It might be
 trying to load the filesystem from da0s1 (mian hd) instead of da1s2 or
 something wierd like that.  Id try and actually install FreeBSD to your USB
 drive using a bootable FreeBSD cd.  I was surprised when it detected the
 USB drive.  You of course don't get the most updated version, but it will
 probably work a lot better.  Interestingly, Windows 2k will see a usb drive
 also, but of course it fails like it always does.  Hope this helps, or at
 least points you in the right direction.  For a better explanation of the
 booting process read
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot.html I'm
 sure that I messed it all up in the way I explained it.

 Eric Stringer

  Message: 4
  Date: Mon, 5 Sep 2005 21:45:24 -0700
  From: Damon Blom [EMAIL PROTECTED]
  Subject: freebsd on memory card
  To: [EMAIL PROTECTED]
  Message-ID: [EMAIL PROTECTED]
  Content-Type: text/plain;  charset=us-ascii
 
  Hi
 presario r3000 amd64 freebsd-current 7.0
 ad0: 76319MB Hitachi DK23FA-80
 da0 HP Digital drive 1.00  Removable direct access SCSI -0 Device
 dual XP/FreeBSD with easy boot
 used sysinstall to configure da0 as entire freebsd
da0s1a  /tmp  390MB
da0s1d  /tmp/usr 600MB
 used gtar to transfer / to /mnt
  transfer /usr to /mnt/usr  (Cheat Sheet)
 usb bootable (bios) shows
  F1 ?  (win)
  F2 Freebsd
  F5 Drive 1
But will not boot . I did same thing on desktop with a second hard
  drive and it booted fine. Is it because memory card is not really a hard
  drive? Any way to do it ?
 Thank's
Damon
and thank's so much for freebsd (my whole life)
 
 
  --
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


freebsd on memory card

2005-09-05 Thread Damon Blom
Hi
   presario r3000 amd64 freebsd-current 7.0
   ad0: 76319MB Hitachi DK23FA-80
   da0 HP Digital drive 1.00  Removable direct access SCSI -0 Device
   dual XP/FreeBSD with easy boot
   used sysinstall to configure da0 as entire freebsd
  da0s1a  /tmp  390MB
  da0s1d  /tmp/usr 600MB
   used gtar to transfer / to /mnt
transfer /usr to /mnt/usr  (Cheat Sheet)
   usb bootable (bios) shows 
F1 ?  (win)
F2 Freebsd
F5 Drive 1
  But will not boot . I did same thing on desktop with a second hard drive
and it booted fine. Is it because memory card is not really a hard drive?
Any way to do it ? 
   Thank's
  Damon
  and thank's so much for freebsd (my whole life)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make own freebsd distro

2005-08-26 Thread Damon Blom
On Friday 26 August 2005 03:58 am, you wrote:
 On Thu, Aug 25, 2005 at 07:49:14AM -0700, Damon Blom wrote:
  Hi
 I have a current-freebsd 7.0 amd64 system on my Presario 3000. Is
  there any way I can make a freebsd distro cd (disk 1 and disk2 ) of my
  system so I can easily put it on other presarios or easily reinstall it
  back on my notebook after disk crash?

 Have a look at cfengine.  Its in ports.

 [EMAIL PROTECTED]:/usr/ports/sysutils/cfengine2$ cat pkg-descr
 Cfengine, or the configuration engine is an agent/software robot and a
 very high level language for building expert systems to administrate
 and configure large computer networks. Cfengine uses the idea of
 classes and a primitive form of intelligence to define and automate
 the configuration and maintenance of system state, for small to huge
 configurations. Cfengine is designed to be a part of a computer immune
 system.

 WWW: http://www.cfengine.org/
Hi
   Thank's. I'm just a newbie.
Did a buildworld and then tried to make release
cd /usr/src
make buildworld
cd release
make release BUILDNAME=mybsd CHROOTDIR=/usr/mybsd 
CVSROOT=pserver:[EMAIL PROTECTED]:/home/ncvs
  It built system at /usr/mybsd but connection refused by anoncvs
  much appreciate so much help
 Damon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


make own freebsd distro

2005-08-25 Thread Damon Blom
Hi
   I have a current-freebsd 7.0 amd64 system on my Presario 3000. Is there any
way I can make a freebsd distro cd (disk 1 and disk2 ) of my system so I can 
easily put it on other presarios or easily reinstall it back on my notebook 
after disk crash?
   Thank's 
  Damon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Fwd: presario amd64 boot fails

2005-08-21 Thread Damon Blom


--  Forwarded Message  --

Subject: presario amd64 boot fails
Date: Sunday 14 August 2005 03:14 pm
From: Damon Blom [EMAIL PROTECTED]
To: [EMAIL PROTECTED]

Hi
5_3_30Dec2004 Freebsd
   hp Presario r3000
   cannot update. ran cvsup current for current source.
  build world, build kernel, installkernel
  device.hints:
 hint.acpi.o.disabled=1
 hint.apic.0.disabled=1
 hw.acpi.skip_timer_override=1
 hint.atkbd.0.flags=0x9
 boot kernel   loader prompt
 freezes after writing loading ich.ko
 loading sound.ko
 Thank's so much for any help
  Damon.

---
Hi
   Boots fine freebsd-current. 7.0. I put o instead of 0
in hint.atkbd.0.flags=0x9.
   Thank's
Damon
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


presario amd64 boot fails

2005-08-14 Thread Damon Blom
Hi
5_3_30Dec2004 Freebsd
   hp Presario r3000
   cannot update. ran cvsup current for current source. 
  build world, build kernel, installkernel
  device.hints:
 hint.acpi.o.disabled=1
 hint.apic.0.disabled=1
 hw.acpi.skip_timer_override=1
 hint.atkbd.0.flags=0x9
 boot kernel   loader prompt
 freezes after writing loading ich.ko
 loading sound.ko
 Thank's so much for any help
  Damon.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]