HP DL380 - DAT device

2006-03-02 Thread jumbler chi
Hi All:
   My company  buy a HP - DL380 servers.  I installed 5.1R on it.
It has a built-in DAT device. I want to use it to backup some data.
The kernel got the ciss0 SCSI device.  but it didn't get any about DAT device.

Could anyone tell me how to use this DAT device ?
need to customize kernel or something else ?

BR.
--

Yuan-Po Chi The Future is Open .
E-mail : [EMAIL PROTECTED]
GCS/MU d- s+: a+ C++ UB P--- L- E- W++ w- e+++

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


Diskless on FreeBSD 5.4-stable

2005-08-12 Thread jumbler chi
hi :
   Anyone install and configure successfully on FreeBSD 5.x ?!
 I referenced the handbook of FreeBSD
:http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-diskless.html

then my  installation  step as:

1. clone whole system via  'clone_root' script. (
/usr/share/examples/diskless/clone_root )
2. install  isc-dhcp3-server port , and configure the dhcpd.conf 
3. setup TFTP service and NFS service both.
4. get etherboot Image file via following web site, and 'dd' this
image to floppy disk.
http://rom-o-matic.net/5.2.6/build.php?version=5.2.6F=arch=i386nic=via-rhine%3Adlink-530tx+--+%5B0x1106%2C0x3065%5Dofmt=Floppy+bootable+ROM+Image+%28.zdsk%29A=Configure

( since the remote machine's network card  isn't Intel , is VIA-Rhine
VT3043 . so it can't boot via PXE. )
5. Finally, I booted the remote machine via this floppy . then I saw
nothing in remote machine. why ?!
Did I miss something else ?!  if the network has another dhcp server ,
whether it will impact ?!
BTW, I re-configure the etherboot image with 
ALTERNATE_DHCP_PORTS_1067_1068 option,
it still can't work . 


Regards!

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


delete partition from MO

2005-07-27 Thread jumbler chi
Hi All:
   Recently , I got  one HP Optical 2600Fx MO driver and 2.6G MO. 
I used /stand/sysinstall to create new partition and file system.
I saw one original partition of NTFS. 
I deleted entire partition , and create new. 
when I pressed 'W' to wrtte new partition information , I got a segment fault. 
Therefore , I executed 'newfs' directly , and it worked. 

then , the MO capacity is 2.6G. But the real mounted capacity is 1.2G. 

$ df -h /dev/da1a
FilesystemSize   Used  Avail Capacity  Mounted on
/dev/da1a 1.2G   4.0K   1.1G 0%/u01

What's wrong about to delete original partition and the capacity ? 


ps. My box is FreeBSD 5.2.1 R 
my dmesg information as following
..
acd0: CDROM ATAPI-CD ROM-DRIVE-50MAX at ata0-slave PIO4
Waiting 15 seconds for SCSI devices to settle
GEOM: create disk da0 dp=0xc6343050
GEOM: create disk da1 dp=0xc6344850
da1 at ahc0 bus 0 target 5 lun 0
da1: HP C1113F 1.39 Removable Optical SCSI-2 device
da1: 5.000MB/s transfers (5.000MHz, offset 15), Tagged Queueing Enabled
da1: 1243MB (1273011 1024 byte sectors: 255H 63S/T 79C)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD on Bochs

2005-03-29 Thread jumbler chi
Hi All:
   I have a question about Freebsd on bochs.
I'm interesting to build owner  Freebsd scratch. 
Due the hardware limited , I want to run this scratch on Bochs. 
Therefore , I refered a article ,
http://sig9.com/articles/freebsd-on-bochs , to build a image  under
5.2R.
when I booted the image file under Bochs-2.0.2 .. it stoped on a
prompt  ,  mountroot  .

The bochs' console screenshot is following
   
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounter TSC frequency 500159 Hz quality 800
Timecounters tick every 10.000 msec
ad0: FAILURE - SETFEATURES ENABLE RCACHE status=41READY,ERROR error=4ABORTED

ad0: FAILURE - SETFEATURES ENABLE WCACHE status=41READY,ERROR error=4ABORTED

GEOM: create disk ad0 dp=0xc1a81e60
ad0: 511MB Generic 1234 [1040/16/63] at ata0-master PIO2

Manual root filesystem specification:
  fstype:device  Mount device using filesystem fstype
   eg. ufs:da0s1a
  ?  List valid disk boot devices
  empty line   Abort manual input

--
the bochs' log records 

00505152373i[HD   ] SET FEATURES subcommand 0xaa not supported by disk.
00505289771i[HD   ] SET FEATURES subcommand 0x02 not supported by disk.

What's happen?!  Did I miss something else ?! 


ps. my bochs configuration is as following 

--
megs: 64
romimage: file=$BXSHARE/BIOS-bochs-latest, address=0xf
vgaromimage: $BXSHARE/VGABIOS-lgpl-latest

floppya: 1_44=/dev/fd0, status=ejected

# hard disk
ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
ata0-master: type=disk, path=freebsd.img, mode=flat, cylinders=1040,
heads=16, spt=63

boot: disk
log: out.txt
mouse: enabled=0
keyboard_mapping: enabled=1, map=$BXSHARE/keymaps/sdl-pc-us.map


Regards

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


build freesbie iso

2005-03-28 Thread jumbler chi
hi all:
  my box is 5.2R. 
  I built a freesbie iso via 8 shell scripts on
/usr/local/share/freesbie  folder.
  then I put the iso as a bootable CD on bochs-2.2-pre2  emulator.
  it can bootable firstly , but next,  bochs stoped on mountroot prompt.
  What is my missed thing in building steps ?!
   
Thanks 

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


Cannot build picobsd under

2005-03-25 Thread jumbler chi
Hi :
My box is  FreeBSD 5.2-R
PICOBSD is interesting to me.

I cvsup all source code , and create a picobsd image via
picobsd command.
but when it run to  link kernel , it raised some error as following.
what's matter ?!
Does anyone can share the expeirence  ?!

regards!

Jumbler
--
sh /usr/src/sys/conf/newvers.sh PICOBSD
cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstric
t-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fforma
t-extensions -std=c99  -nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/contrib/
dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/dev/ath -I/usr
/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -include
 opt_global.h -fno-common -finline-limit=15000 -fno-strict-aliasing  -mno-align-
long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror  vers.c
linking kernel
init_main.o: In function `proc0_init':
init_main.o(.text+0x2b9): undefined reference to `kse0_sched'
init_main.o(.text+0x2c3): undefined reference to `ksegrp0_sched'
init_main.o(.text+0x2cd): undefined reference to `proc0_sched'
init_main.o(.text+0x2d7): undefined reference to `thread0_sched'
kern_clock.o: In function `statclock':
kern_clock.o(.text+0x714): undefined reference to `sched_clock'
kern_condvar.o: In function `cv_wait':
kern_condvar.o(.text+0x1ad): undefined reference to `sched_sleep'
kern_condvar.o: In function `cv_wait_sig':
kern_condvar.o(.text+0x457): undefined reference to `sched_sleep'
kern_condvar.o: In function `cv_timedwait':
kern_condvar.o(.text+0xadd): undefined reference to `sched_sleep'
kern_condvar.o: In function `cv_timedwait_sig':
kern_condvar.o(.text+0xe27): undefined reference to `sched_sleep'
kern_exit.o: In function `exit1':
kern_exit.o(.text+0x14ae): undefined reference to `sched_exit'
kern_fork.o: In function `fork1':
kern_fork.o(.text+0xd74): undefined reference to `sched_fork'
kern_idle.o: In function `idle_proc':
kern_idle.o(.text+0x1f1): undefined reference to `sched_runnable'
kern_thr.o: In function `thr_exit1':
kern_thr.o(.text+0xe8): undefined reference to `sched_exit_kse'
kern_thr.o(.text+0x17b): undefined reference to `sched_exit_thread'
kern_thr.o: In function `thr_create':
kern_thr.o(.text+0x461): undefined reference to `sched_fork_kse'
kern_thr.o(.text+0x473): undefined reference to `sched_fork_thread'
kern_proc.o: In function `procinit':
kern_proc.o(.text+0xf1): undefined reference to `sched_sizeof_proc'
kern_proc.o: In function `fill_kinfo_thread':
kern_proc.o(.text+0x16b0): undefined reference to `sched_pctcpu'
kern_resource.o: In function `donice':
kern_resource.o(.text+0x9a8): undefined reference to `sched_nice'
kern_resource.o: In function `rtp_to_pri':
kern_resource.o(.text+0xd75): undefined reference to `sched_class'
kern_resource.o(.text+0xda8): undefined reference to `sched_prio'
kern_subr.o: In function `uio_yield':
kern_subr.o(.text+0x623): undefined reference to `sched_prio'
kern_switch.o: In function `choosethread':
kern_switch.o(.text+0x11): undefined reference to `sched_choose'
kern_switch.o: In function `kse_reassign':
kern_switch.o(.text+0x101): undefined reference to `sched_add'
kern_switch.o: In function `adjustrunqueue':
kern_switch.o(.text+0x18f): undefined reference to `sched_rem'
kern_switch.o(.text+0x197): undefined reference to `sched_add'
kern_switch.o(.text+0x1d4): undefined reference to `sched_rem'
kern_switch.o: In function `setrunqueue':
kern_switch.o(.text+0x2b8): undefined reference to `sched_rem'
kern_switch.o(.text+0x390): undefined reference to `sched_add'
kern_synch.o: In function `msleep':
kern_synch.o(.text+0x55c): undefined reference to `sched_sleep'
kern_synch.o: In function `mi_switch':
kern_synch.o(.text+0xe57): undefined reference to `sched_switch'
kern_synch.o: In function `setrunnable':
kern_synch.o(.text+0xf26): undefined reference to `sched_wakeup'
kern_synch.o: In function `yield':
kern_synch.o(.text+0x1184): undefined reference to `sched_prio'
kern_thread.o: In function `kse_create':
kern_thread.o(.text+0x158d): undefined reference to `sched_fork_ksegrp'
kern_thread.o(.text+0x16ed): undefined reference to `sched_fork_kse'
kern_thread.o: In function `threadinit':
kern_thread.o(.text+0x1ad7): undefined reference to `sched_sizeof_thread'
kern_thread.o(.text+0x1b21): undefined reference to `sched_sizeof_ksegrp'
kern_thread.o(.text+0x1b6b): undefined reference to `sched_sizeof_kse'
kern_thread.o: In function `thread_exit':
kern_thread.o(.text+0x2ceb): undefined reference to `sched_exit_thread'
kern_thread.o(.text+0x2cfd): undefined reference to `sched_exit_kse'
kern_thread.o(.text+0x2d31): undefined reference to `sched_exit_ksegrp'
kern_thread.o: In function `thread_schedule_upcall':
kern_thread.o(.text+0x3223): undefined reference to `sched_fork_thread'
subr_trap.o: In function `userret':
subr_trap.o(.text+0x12): undefined reference to `sched_userret'

install FreeBSD 5.2R under Bochs-2.1.1

2005-03-10 Thread jumbler chi
Hi!
  I want to install FreeBSD 5.2R within Bochs.
  I inserted FreeBSD bootable CD , and created a new 500Mb image file
for virtual HD via bximage.exe tools.
  When I dedicated bochs boot from cd-rom , it seems un-bootable.
 Alternatively, I copied boot.flp to Bochs folder and booted from
virutal floppy , it's bootable. but when it want to install whole
system, I chose CD-ROM media , sysinstall said  cannot mount
/dev/acd0c , Input/Output error  .

what's happen ?! 
  Do you have any the successful experience or any suggestion ?! 

R.G.

ps. My bochs configuration is as following:

megs: 64

# filename of ROM images
romimage: file=$BXSHARE/BIOS-bochs-latest, address=0xf
vgaromimage: $BXSHARE/VGABIOS-elpin-2.40

# what disk images will be used 
floppya: 2_88=boot.flp, status=inserted

# hard disk
ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14

ata0-master: type=disk, path=c.img, cylinders=1015, heads=16, spt=63
ata0-slave: type=cdrom, path=/dev/acd0c, status=inserted

boot: floppy

log: b.txt

mouse: enabled=1

keyboard_mapping: enabled=1, map=$BXSHARE/keymaps/x11-pc-us.map



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