Weird IP Behaviour

2006-05-03 Thread Steve Douville
I made changes in my rc.conf file, removing an IP address. I renumbered the 
aliases so that the others were still sequential from 0, since it was alias_0 
that I removed. For some reason, when the system restarts, the removed ip 
address magically appears at the end of the list when I do ifconfig. What could 
cause this?

5.4-Release

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


Re: new file format for log files in 5x tree ??

2006-05-02 Thread Steve Douville
bunzip2
- Original Message - 
From: Brent [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, May 02, 2006 9:56 AM
Subject: new file format for log files in 5x tree ??



Hello,

I just upgraded a server of mine to the 5.4 release  noticed that maillogs 

cron logs are now being zipped into bz2 compressed files. I know this is a
stupid question but what do use on the system to unpack these files ? so i 
cn
look at logs ...


thank you
--
Brent

___
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: Kernel Panic

2006-04-29 Thread Steve Douville
 a) You're not using the kernel.debug, and b) it's not a sensible 
 backtrace.  Perhaps it's a side-effect of a) (i.e. you're not running
 kgdb against the same kernel that panicked).


I compiled the kernel using config -g, then rebooted using that kernel. At 
some point, the system crashes, the dump file is written, and when it 
reboots, savecore saves the dump to the crash directory. The I use kgdb with 
this:

ns11# kgdb /sys/i386/compile/ADKernel/kernel.debug /var/kcrash/vmcore.5
[GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: 
Undefined symbol ps_pglobal_lookup]
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain 
conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i386-marcel-freebsd.
#0  0xc055c5e2 in doadump ()
(kgdb) where
#0  0xc055c5e2 in doadump ()
#1  0xc055cb82 in boot ()
#2  0xc055ce18 in panic ()
#3  0xc068502c in trap_fatal ()
#4  0xc06847d5 in trap ()
#5  0xc0674baa in calltrap ()
#6  0x0018 in ?? ()
#7  0xc2d90010 in ?? ()
#8  0xc2d90010 in ?? ()
#9  0x0002 in ?? ()
#10 0xc283b000 in ?? ()
#11 0xef1f09d0 in ?? ()
#12 0xef1f09b8 in ?? ()
#13 0xc28f55c0 in ?? ()
#14 0xc28f55c0 in ?? ()
#15 0x in ?? ()
#16 0xc283b020 in ?? ()
#17 0x000c in ?? ()
#18 0x in ?? ()
#19 0xc057a8f9 in turnstile_setowner ()
#20 0xc057abbb in turnstile_wait ()
#21 0xc0554565 in _mtx_lock_sleep ()
#22 0xc05543dc in _mtx_lock_flags ()
#23 0xc2699c68 in ?? ()
#24 0xc26a2a60 in ?? ()
#25 0x in ?? ()
#26 0xc26a0289 in ?? ()
#27 0x09ef in ?? ()
#28 0x0004 in ?? ()
#29 0xc26a2a60 in ?? ()
#30 0x in ?? ()
#31 0x4002 in ?? ()
#32 0xc23d5400 in ?? ()
#33 0x0644 in ?? ()
#34 0x in ?? ()
#35 0x017f in ?? ()
#36 0x in ?? ()
#37 0x in ?? ()
#38 0x in ?? ()
#39 0x017f in ?? ()
#40 0x in ?? ()
#41 0x in ?? ()
#42 0x in ?? ()
#43 0x in ?? ()
#44 0x0801 in ?? ()
#45 0x in ?? ()
#46 0x in ?? ()
#47 0xd22d0014 in ?? ()
#48 0x0001 in ?? ()
#49 0x in ?? ()
#50 0x00020014 in ?? ()
#51 0x in ?? ()
#52 0x in ?? ()
#53 0x in ?? ()
#54 0x in ?? ()
#55 0x in ?? ()
#56 0xc26a2a60 in ?? ()
#57 0xc25a8c54 in ?? ()
#58 0x001c in ?? ()
#59 0x0030 in ?? ()
#60 0x in ?? ()
#61 0x265f in ?? ()
#62 0x in ?? ()
#63 0x0033 in ?? ()
#64 0x in ?? ()
#65 0x in ?? ()
#66 0x in ?? ()
#67 0xc25a8c40 in ?? ()
#68 0xef1f0b3c in ?? ()
#69 0xc25a8c00 in ?? ()
#70 0xef1f0b80 in ?? ()
#71 0xc23d1200 in ?? ()
#72 0xc23c17a0 in ?? ()
#73 0xc0735a80 in ip_rsvpd ()
#74 0x0002 in ?? ()
#75 0xef1f0b1c in ?? ()
#76 0xc2696402 in ?? ()
#77 0xc25a8c40 in ?? ()
#78 0x0014 in ?? ()
#79 0xc23d5400 in ?? ()
#80 0x0001 in ?? ()
#81 0xef1f0b3c in ?? ()
#82 0xef1f0b4c in ?? ()
#83 0xc05ca963 in pfil_run_hooks ()

TIA,
Steve 


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


Help with backtrace

2006-04-29 Thread Steve Douville
Okay, I finally configured the kernel properly. Here is the backtrace from the 
dump. I could use some help deciphering and perhaps some help with things I can 
look for that caused this dump.

Thanks,
Steve

(kgdb) backtrace
#0  doadump () at pcpu.h:159
#1  0xc0451f5e in db_fncall (dummy1=0, dummy2=0, dummy3=-1066974357,
dummy4=0xef329824 P\2302ïØ%gÀ[EMAIL PROTECTED]) at 
../../../ddb/db_command.c:531
#2  0xc0451d6c in db_command (last_cmdp=0xc0722904, cmd_table=0x0, 
aux_cmd_tablep=0xc06e9a7c,
aux_cmd_tablep_end=0xc06e9a98) at ../../../ddb/db_command.c:349
#3  0xc0451e34 in db_command_loop () at ../../../ddb/db_command.c:455
#4  0xc04539c9 in db_trap (type=12, code=0) at ../../../ddb/db_main.c:221
#5  0xc057957e in kdb_trap (type=12, code=0, tf=0xef32998c) at 
../../../kern/subr_kdb.c:468
#6  0xc068cc89 in trap_fatal (frame=0xef32998c, eva=108) at 
../../../i386/i386/trap.c:812
#7  0xc068c429 in trap (frame=
  {tf_fs = 24, tf_es = -1036255216, tf_ds = -1036255216, tf_edi = 2, tf_esi 
= -1021628032, tf_ebp = -281896496, tf_isp = -281896520, tf_ebx = -1030367488, 
tf_edx = -1030367488, tf_ecx = 0, tf_eax = -1021628000, tf_trapno = 12, tf_err 
= 0, tf_eip = -1067973207, tf_cs = 8, tf_eflags = 65543, tf_esp = -1021628032, 
tf_ss = -281896464}) at ../../../i386/i386/trap.c:255
#8  0xc067ce2a in calltrap () at ../../../i386/i386/exception.s:140
#9  0x0018 in ?? ()
#10 0xc23c0010 in ?? ()
#11 0xc23c0010 in ?? ()
#12 0x0002 in ?? ()
#13 0xc31b3180 in ?? ()
#14 0xef3299d0 in ?? ()
#15 0xef3299b8 in ?? ()
#16 0xc295d700 in ?? ()
#17 0xc295d700 in ?? ()
#18 0x in ?? ()
#19 0xc31b31a0 in ?? ()
#20 0x000c in ?? ()
#21 0x in ?? ()
#22 0xc05805a9 in turnstile_setowner (ts=0xc295d700, owner=0x0)
at ../../../kern/subr_turnstile.c:367
#23 0xc058086b in turnstile_wait (ts=0xc295d700, lock=0xc26a2a60, owner=0x0)
at ../../../kern/subr_turnstile.c:504
#24 0xc0559f61 in _mtx_lock_sleep (m=0xc26a2a60, td=0xc31b3180, opts=0,
file=0xc26a0289 
/usr/src/sys/modules/ipfilter/../../contrib/ipfilter/netinet/fil.c,
line=2543) at ../../../kern/kern_mutex.c:552
#25 0xc0559dd8 in _mtx_lock_flags (m=0x0, opts=0,
file=0xc26a0289 
/usr/src/sys/modules/ipfilter/../../contrib/ipfilter/netinet/fil.c,
line=2543) at ../../../kern/kern_mutex.c:273
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Kernel Panic

2006-04-28 Thread Steve Douville
My server is rebooting frequently throughout the day. No apparent rhyme or 
reason, different applications can cause it. The following is what I get from 
one of the backtraces.


(kgdb) backtrace
#0  0xc055c5e2 in doadump ()
#1  0xc055cb82 in boot ()
#2  0xc055ce18 in panic ()
#3  0xc068502c in trap_fatal ()
#4  0xc06847d5 in trap ()
#5  0xc0674baa in calltrap ()
#6  0xc26d0018 in ?? ()
#7  0xef230010 in ?? ()
#8  0xef230010 in ?? ()
#9  0x0002 in ?? ()
#10 0xc2b7b300 in ?? ()
#11 0xef23c900 in ?? ()
#12 0xef23c8e8 in ?? ()
#13 0xc2837440 in ?? ()
#14 0xc2837440 in ?? ()
#15 0x in ?? ()
#16 0xc2b7b320 in ?? ()
#17 0x000c in ?? ()
#18 0x in ?? ()
#19 0xc057a8f9 in turnstile_setowner ()
#20 0xc057abbb in turnstile_wait ()
#21 0xc0554565 in _mtx_lock_sleep ()
#22 0xc05543dc in _mtx_lock_flags ()

It seems that pretty much every time I've traced the dump, it's always the 
turnstile_setowner that causes the panic. Or am I reading this wrong?

Any thoughts or further debugging tips would be appreciated. 

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


Server time doesn't want to stay set (help!)

2006-04-03 Thread Steve Douville
My server time is off by exactly 4 hours. (EDT) I've reset it at the BIOS 
level, only to have it changed somehow during the boot process. I've tried 
setting and resetting it through sysinstall, but nothing helps. Running 
ntpdate doesn't change anything either. I've looked in my rc.conf file for 
anything that might change the time and can't seem to find anything there.

Any other places I should look or troubleshoot?

Thanks,
Steve 


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


Re: Server time doesn't want to stay set (help!)

2006-04-03 Thread Steve Douville
web# date
Mon Apr  3 06:45:56 EDT 2006

- Original Message - 
From: Jean-Paul Natola [EMAIL PROTECTED]
To: Steve Douville [EMAIL PROTECTED]; freebsd-questions@freebsd.org
Sent: Monday, April 03, 2006 10:43 AM
Subject: RE: Server time doesn't want to stay set (help!)


Time zone?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve Douville
Sent: Monday, April 03, 2006 10:37 AM
To: freebsd-questions@freebsd.org
Subject: Server time doesn't want to stay set (help!)

My server time is off by exactly 4 hours. (EDT) I've reset it at the BIOS
level, only to have it changed somehow during the boot process. I've tried
setting and resetting it through sysinstall, but nothing helps. Running
ntpdate doesn't change anything either. I've looked in my rc.conf file for
anything that might change the time and can't seem to find anything there.

Any other places I should look or troubleshoot?

Thanks,
Steve


___
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]


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


Re: Server time doesn't want to stay set (help!)

2006-04-03 Thread Steve Douville
I've done tzsetup a couple of times to no avail. I cp'd the correct file 
from zoneinfo to localtime, again nothing changed. I've googled like crazy 
on this, but most all of the suggestions are the same.

web# md5 /etc/localtime
MD5 (/etc/localtime) = 2735b3768614a853154db25d18cc5d4b
web# ls -l /etc/localtime
-rw---  1 root  wheel  1252 Apr  3 07:13 /etc/localtime

md5 /etc/localtimeweb#
web# md5 /etc/localtime
MD5 (/etc/localtime) = 2735b3768614a853154db25d18cc5d4b

What options in rc.conf should I look for?

Thanks,
Steve
___
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: Server time doesn't want to stay set (help!)

2006-04-03 Thread Steve Douville
Geeze, this is very frustrating.  :-)

I rebooted and went into the BIOS. It was set to the correct time. During 
the boot process, a message comes up and says that the time has been 
adjusted. When it's finished, the system time is 4 hours behind. I 
immediately did tzsetup, told it that UTC was not set in the BIOS, then 
proceeded to select the appropriate timezone. I still get:

#web date
Mon Apr  3 08:46:13 EDT 2006  (Note, it's 12:46 pm when I ran this.)

web# ntpdate 0.north-america.pool.ntp.org
Looking for host 0.north-america.pool.ntp.org and service ntp
host found : rrcs-24-123-214-97.central.biz.rr.com
 3 Apr 08:54:32 ntpdate[1881]: step time server 24.123.214.97 offset 
14443.665454 sec

The offset even shows the 4 hours my machine is behind, but it doesn't set 
the time because the difference is too great. (I think)

More thoughts??  :-)

Thanks,
Steve 


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


Re: Server time doesn't want to stay set (Solved)

2006-04-03 Thread Steve Douville
Okay, I feel pretty stupid... the key is to google with more the pertinent 
query...

The missing piece of information was the message from the kernel...  Time 
adjustment clamped to +1 second

The time was trying to be set properly, but couldn't because the 
kernel.secure.level was set to 2. So, set it back to 0 and then ran the 
ntpdate again and everything is fine now.

Thanks for all of the help.

Steve 


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


Interface Weirdness

2006-03-29 Thread Steve Douville
I have two interfaces, em0 and em1. Whenever I try to put assign an IP address 
to em1, the kernel crashes. I've tried different ip's and subnets, all with the 
same result. How can I find the error that caused it to crash? It isn't in the 
messages log and I'm not sure where else to look.

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


Re: IP Routing Question

2006-02-15 Thread Steve Douville
Well, the solution ended up just setting up the rule for the subnet, not the 
host...
route add aaa.bbb.ccc.200/29 aaa.bbb.ccc.200 -interface

Had to move some IP addresses, but at least the traffic is going to the 
right ethernet controller now.

Thanks for the help!
- Original Message - 
From: Drew Tomlinson [EMAIL PROTECTED]
To: Steve Douville [EMAIL PROTECTED]
Cc: FreeBSD Questions freebsd-questions@freebsd.org
Sent: Tuesday, February 14, 2006 2:57 PM
Subject: Re: IP Routing Question


On 2/14/2006 11:43 AM Steve Douville wrote:
 By default, it sets the netif to em0


OK, then what about 'route add -host aaa.bbb.ccc.209 aaa.bbb.ccc.200'?
And if that doesn't work, can I please see 'netstat -rn'?  You can
obfuscate the IPs if you wish.

Cheers,

Drew

 - Original Message - 
 From: Drew Tomlinson [EMAIL PROTECTED]
 To: Steve Douville [EMAIL PROTECTED]
 Cc: FreeBSD Questions freebsd-questions@freebsd.org
 Sent: Tuesday, February 14, 2006 2:40 PM
 Subject: Re: IP Routing Question


 On 2/14/2006 11:17 AM Steve Douville wrote:

 Weird stuff...
 route add -host aaa.bbb.ccc.209 aaa.bbb.ccc.196 -ifp em1



 What happens if you leave off the -ifp em1?

 Cheers,

 Drew


 doesn't work even if i've already set
 aaa.bbb.ccc.196   link#2  em1

 The only way things work well is if the gateway is set to link#2. The 
 only
 way I can set it to link#2 is if the address was accessed, 
 unsuccessfully,
 creating a record with link#1 as the gateway and then issuing a route
 change
 command to move it to link#2.

 it'd be much easier if i could just type
 route add -host aaa.bbb.ccc.xxx link#2 -ifp em1
 but it doesn't recognize link#2 as a valid address, even though it uses 
 it
 in the table by default!!

 Haven't tried the ipfilter yet. Maybe i'll give that a whirl, too.
 - Original Message - 
 From: Drew Tomlinson [EMAIL PROTECTED]
 To: Steve Douville [EMAIL PROTECTED]
 Cc: freebsd-questions@freebsd.org
 Sent: Tuesday, February 14, 2006 1:45 PM
 Subject: Re: IP Routing Question



 What happens with a simple 'route add certain ip address
 aaa.bbb.ccc.196?  Or am I misinterpreting what you wish to achieve?

 HTH,

 Drew

___
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]


IP Routing Question

2006-02-14 Thread Steve Douville
I'm trying to set up the routing table to force requests to certain IP 
addresses to use a particular ethernet card. I've used the route command in a 
number of ways, but still can't come up with how to force to use em1 instead of 
em0, with the right gateway.

em0 is aaa.bbb.ccc.207
em1 is aaa.bbb.ccc.200
Both have netmask of 255.255.255.0
em0 goes to the main port, gateway aaa.bbb.ccc.195. em1 goes to a switch, which 
is aaa.bbb.ccc.196, the gateway to other ip's on the switch.

What I want to end up with is:
aaa.bbb.ccc.196link#2em1
aaa.bbb.ccc.209link#2em1

I've tried lots of combinations, using the -ifp flag to force em1, but the only 
way I can get the gateway to say link#2 is to ping the ip first, whereas it 
gets put in the table even though it's not found, and then doing a route 
change. I need some way to put this in rc.local so that it's set up when booted.

Any ideas? Let me know if more info is needed.

TIA,
Steve

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


Re: IP Routing Question

2006-02-14 Thread Steve Douville
By default, it sets the netif to em0
- Original Message - 
From: Drew Tomlinson [EMAIL PROTECTED]
To: Steve Douville [EMAIL PROTECTED]
Cc: FreeBSD Questions freebsd-questions@freebsd.org
Sent: Tuesday, February 14, 2006 2:40 PM
Subject: Re: IP Routing Question


On 2/14/2006 11:17 AM Steve Douville wrote:
 Weird stuff...
 route add -host aaa.bbb.ccc.209 aaa.bbb.ccc.196 -ifp em1


What happens if you leave off the -ifp em1?

Cheers,

Drew

 doesn't work even if i've already set
 aaa.bbb.ccc.196   link#2  em1

 The only way things work well is if the gateway is set to link#2. The only
 way I can set it to link#2 is if the address was accessed, unsuccessfully,
 creating a record with link#1 as the gateway and then issuing a route 
 change
 command to move it to link#2.

 it'd be much easier if i could just type
 route add -host aaa.bbb.ccc.xxx link#2 -ifp em1
 but it doesn't recognize link#2 as a valid address, even though it uses it
 in the table by default!!

 Haven't tried the ipfilter yet. Maybe i'll give that a whirl, too.
 - Original Message - 
 From: Drew Tomlinson [EMAIL PROTECTED]
 To: Steve Douville [EMAIL PROTECTED]
 Cc: freebsd-questions@freebsd.org
 Sent: Tuesday, February 14, 2006 1:45 PM
 Subject: Re: IP Routing Question



 What happens with a simple 'route add certain ip address
 aaa.bbb.ccc.196?  Or am I misinterpreting what you wish to achieve?

 HTH,

 Drew



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


Re: IP Routing Question

2006-02-14 Thread Steve Douville
196 is the switch... 209 is a port on the switch
- Original Message - 
From: John Webster [EMAIL PROTECTED]
To: Drew Tomlinson [EMAIL PROTECTED]
Cc: Steve Douville [EMAIL PROTECTED]; FreeBSD Questions 
freebsd-questions@freebsd.org
Sent: Tuesday, February 14, 2006 4:08 PM
Subject: Re: IP Routing Question



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


Connecting to serial port

2006-02-10 Thread Steve Douville
I'm trying to connect to the serial port of a Dell PowerConnect 3024.  I've 
connected a null modem cable between them. During boot, this is what is 
happening:

Feb 11 00:34:17 server2 kernel: sio0: configured irq 4 not in bitmap of probed 
irqs 0
Feb 11 00:34:17 server2 kernel: sio0: port may not be enabled
Feb 11 00:34:17 server2 kernel: sio0: 16550A-compatible COM port port 
0x3f8-0x3ff irq 4 flags 0x10 on acpi0
Feb 11 00:34:17 server2 kernel: sio0: type 8250 or not responding

Can anyone shed some light on what I might have done wrong or where to continue 
looking? 

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


Error While Tuning the Kernel

2006-02-07 Thread Steve Douville
I removed a number of devices that I know I don't have, basically all the scsi 
devices, printer devices, etc, careful not to remove anything I wasn't 
absolutely sure I didn't have. The config went fine, no errors. The make ran 
for a while then gave me these errors...

linking kernel
umass.o(.text+0x15af): In function `umass_cam_attach_sim':
: undefined reference to `cam_simq_alloc'
umass.o(.text+0x15e1): In function `umass_cam_attach_sim':
: undefined reference to `cam_sim_alloc'
umass.o(.text+0x15f1): In function `umass_cam_attach_sim':
: undefined reference to `cam_simq_free'
umass.o(.text+0x160a): In function `umass_cam_attach_sim':
: undefined reference to `xpt_bus_register'
umass.o(.text+0x162f): In function `umass_cam_rescan_callback':
: undefined reference to `xpt_free_path'
umass.o(.text+0x1677): In function `umass_cam_rescan':
: undefined reference to `xpt_periph'
umass.o(.text+0x1680): In function `umass_cam_rescan':
: undefined reference to `xpt_create_path'
umass.o(.text+0x1693): In function `umass_cam_rescan':
: undefined reference to `xpt_setup_ccb'
umass.o(.text+0x16ae): In function `umass_cam_rescan':
: undefined reference to `xpt_action'
umass.o(.text+0x1750): In function `umass_cam_detach_sim':
: undefined reference to `xpt_bus_deregister'
umass.o(.text+0x1766): In function `umass_cam_detach_sim':
: undefined reference to `cam_sim_free'
umass.o(.text+0x17a5): In function `umass_cam_action':
: undefined reference to `xpt_done'
umass.o(.text+0x1805): In function `umass_cam_action':
: undefined reference to `xpt_done'
umass.o(.text+0x1823): In function `umass_cam_action':
: undefined reference to `xpt_done'
umass.o(.text+0x18a8): In function `umass_cam_action':
: undefined reference to `xpt_done'
umass.o(.text+0x1967): In function `umass_cam_action':
: undefined reference to `xpt_done'
umass.o(.text+0x199d): more undefined references to `xpt_done' follow
umass.o(.text+0x1b46): In function `umass_cam_action':
: undefined reference to `cam_calc_geometry'
umass.o(.text+0x1b4c): In function `umass_cam_action':
: undefined reference to `xpt_done'
umass.o(.text+0x1b5e): In function `umass_cam_action':
: undefined reference to `xpt_done'
umass.o(.text+0x1b71): In function `umass_cam_action':
: undefined reference to `xpt_done'
umass.o(.text+0x1bab): In function `umass_cam_cb':
: undefined reference to `xpt_done'
umass.o(.text+0x1be7): In function `umass_cam_cb':
: undefined reference to `xpt_done'
umass.o(.text+0x1c99): more undefined references to `xpt_done' follow
*** Error code 1

Am I just missing a lib file or something?

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


Re: Error While Tuning the Kernel

2006-02-07 Thread Steve Douville

No, you removed too much from your kernel config (this is a FAQ;
google would have shown the answer).

Kris


Yep... didn't catch one of the dependancies... thanks!

- Original Message - 
From: Kris Kennaway [EMAIL PROTECTED]
To: Steve Douville [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Tuesday, February 07, 2006 9:20 PM
Subject: Re: Error While Tuning the Kernel



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


Building Identical Configurations

2006-02-04 Thread Steve Douville
I'd like to build and tune one server and then create an iso of the 
configuration so that I can easily build additional machines in the same 
configuration. I've tried googling but perhaps I just haven't used the right 
search parameters to find the info I'm looking for. I have figured out being 
able to create the iso using mkisofs and creating a bootable disk. I'm just not 
sure what part of the file system I need and then how to go about building the 
new machines once I have the disk ready.

Can anyone point me to some sites or if it's easier than that, just give me 
some idea?

Thanks!
Steve

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


Building Identical Configurations

2006-02-03 Thread Steve Douville
I'd like to build and tune one server and then create an iso of the 
configuration so that I can easily build additional machines in the same 
configuration. I've tried googling but perhaps I just haven't used the right 
search parameters to find the info I'm looking for. I have figured out being 
able to create the iso using mkisofs and creating a bootable disk. I'm just not 
sure what part of the file system I need and then how to go about building the 
new machines once I have the disk ready.

Can anyone point me to some sites or if it's easier than that, just give me 
some idea?

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