Re: libc bug with nsswitch?

2006-02-28 Thread Uwe Laverenz
On Mon, Feb 27, 2006 at 01:34:49AM +0100, Per olof Ljungmark wrote: > Assertion failed: (cfg->ldc_uris[__session.ls_current_uri] != NULL), > function do > _init, file ldap-nss.c, line 1245. > kioslave: ### CRASH ## protocol = file pid = 72414 signal = 6 > > Identical to the above, everyt

filesystem snapshot timestamp not correct?

2006-02-28 Thread Niki Denev
Hello, I'm running a 6.1-PRE machine and have created the following scripts called from /etc/crontab : 0 0 * * * root/usr/local/sbin/make_snapshot.sh 15 0 * * * root /usr/local/sbin/purge_snapshot.sh make_snapshot.sh : #!/bin/sh

Installing FreeBSD 6.0 on IBM BladeCenter HS20

2006-02-28 Thread Riv Octovahriz
Is there anyway to install FreeBSD 6.0 on IBM BladeCenter HS20 ? hint.atkbd.0.disabled="1" allow me to bypass the atkbd check, but my keyboard just drop dead on sysinstall ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listi

Re: filesystem snapshot timestamp not correct?

2006-02-28 Thread Niki Denev
On Tuesday 28 February 2006 10:48, you wrote: > Hi > > On Tue, 28 Feb 2006 10:40:36 +0200, > > Niki Denev <[EMAIL PROTECTED]> wrote: > > Any ideas? Probably i'm doing something wrong, but can't see it yet... > > Tri it. > > DIR=/.snap > nice sh -c "cd $DIR ; rm -rf `date -v-7d +'snapshot-%d-%m-%y'

Re: filesystem snapshot timestamp not correct?

2006-02-28 Thread NAKAMURA Takeshi
Hi On Tue, 28 Feb 2006 10:40:36 +0200, Niki Denev <[EMAIL PROTECTED]> wrote: > Any ideas? Probably i'm doing something wrong, but can't see it yet... Tri it. DIR=/.snap nice sh -c "cd $DIR ; rm -rf `date -v-7d +'snapshot-%d-%m-%y'`" +1+2+3+4+5+6--

Re: Installing FreeBSD 6.0 on IBM BladeCenter HS20

2006-02-28 Thread Damian Gerow
Thus spake Riv Octovahriz ([EMAIL PROTECTED]) [28/02/06 03:58]: : Is there anyway to install FreeBSD 6.0 on IBM BladeCenter HS20 ? Not that I've been able to figure out. I asked the same question not too long ago:

Re: filesystem snapshot timestamp not correct?

2006-02-28 Thread Kris Kennaway
On Tue, Feb 28, 2006 at 10:40:36AM +0200, Niki Denev wrote: > Hello, > > I'm running a 6.1-PRE machine So why haven't you tested the quota patch I posted, since you posted a month ago about quota deadlocks? ;-) Kris pgpaqRBhQTMq7.pgp Description: PGP signature

Re: filesystem snapshot timestamp not correct?

2006-02-28 Thread Kris Kennaway
On Tue, Feb 28, 2006 at 10:55:34AM +0200, Niki Denev wrote: > On Tuesday 28 February 2006 10:48, you wrote: > > Hi > > > > On Tue, 28 Feb 2006 10:40:36 +0200, > > > > Niki Denev <[EMAIL PROTECTED]> wrote: > > > Any ideas? Probably i'm doing something wrong, but can't see it yet... > > > > Tri it.

Re: filesystem snapshot timestamp not correct?

2006-02-28 Thread Niki Denev
On Tuesday 28 February 2006 10:59, you wrote: > On Tue, Feb 28, 2006 at 10:40:36AM +0200, Niki Denev wrote: > > Hello, > > > > I'm running a 6.1-PRE machine > > So why haven't you tested the quota patch I posted, since you posted a > month ago about quota deadlocks? ;-) > > Kris Sorry for this :-/

Re: filesystem snapshot timestamp not correct?

2006-02-28 Thread Kris Kennaway
On Tue, Feb 28, 2006 at 11:10:01AM +0200, Niki Denev wrote: > On Tuesday 28 February 2006 10:59, you wrote: > > On Tue, Feb 28, 2006 at 10:40:36AM +0200, Niki Denev wrote: > > > Hello, > > > > > > I'm running a 6.1-PRE machine > > > > So why haven't you tested the quota patch I posted, since you po

Re: filesystem snapshot timestamp not correct?

2006-02-28 Thread Niki Denev
On Tuesday 28 February 2006 10:59, Kris Kennaway wrote: > On Tue, Feb 28, 2006 at 10:55:34AM +0200, Niki Denev wrote: > > On Tuesday 28 February 2006 10:48, you wrote: > > > Hi > > > > > > On Tue, 28 Feb 2006 10:40:36 +0200, > > > > > > Niki Denev <[EMAIL PROTECTED]> wrote: > > > > Any ideas? Prob

Re: Patch for quota deadlock

2006-02-28 Thread Niki Denev
On Tuesday 28 February 2006 09:51, Kris Kennaway wrote: > On Tue, Feb 28, 2006 at 08:40:37AM +0100, Oliver Brandmueller wrote: > > Anyway, I'll discuss with my colleagues and we'll see if we want to take > > the risk. > > Thanks, it would be a big help if you're willing to try. > > Kris I'm jumpin

Re: Patch for quota deadlock

2006-02-28 Thread Kris Kennaway
On Tue, Feb 28, 2006 at 11:58:02AM +0200, Niki Denev wrote: > On Tuesday 28 February 2006 09:51, Kris Kennaway wrote: > > On Tue, Feb 28, 2006 at 08:40:37AM +0100, Oliver Brandmueller wrote: > > > Anyway, I'll discuss with my colleagues and we'll see if we want to take > > > the risk. > > > > Thank

Re: Patch for quota deadlock

2006-02-28 Thread Kris Kennaway
On Tue, Feb 28, 2006 at 05:00:40AM -0500, Kris Kennaway wrote: > On Tue, Feb 28, 2006 at 11:58:02AM +0200, Niki Denev wrote: > > On Tuesday 28 February 2006 09:51, Kris Kennaway wrote: > > > On Tue, Feb 28, 2006 at 08:40:37AM +0100, Oliver Brandmueller wrote: > > > > Anyway, I'll discuss with my co

Re: Patch for quota deadlock

2006-02-28 Thread Niki Denev
On Tuesday 28 February 2006 12:03, Kris Kennaway wrote: [...] > > > > Thanks, I forgot about this. You'll need these patches too: > > > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/ufs/ufs/ufs_quota.c.diff?r1 > >=1.77&r2=1.78 > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/ufs/ufs/ufs_quota.c

Re: Installing FreeBSD 6.0 on IBM BladeCenter HS20

2006-02-28 Thread Axel S. Gruner
Hi, Am Dienstag, 28. Februar 2006 09:49 schrieb Riv Octovahriz: > Is there anyway to install FreeBSD 6.0 on IBM BladeCenter HS20 ? > hint.atkbd.0.disabled="1" allow me to bypass the atkbd check, but my > keyboard just drop dead on sysinstall go to boot loader prompt and type: unset acpi_load loa

NFS locking question

2006-02-28 Thread Patrick M. Hausen
Hi, all! In our local office network we have a rather old FreeBSD 5.2.1 server acting as an NFS server for several other systems, mostly running 6.0. >From time to time we experience processes on the NFS clients hanging in statd "D" with wchan "lockd" when accessing files over NFS. So, just to n

Re: NFS locking question

2006-02-28 Thread Kris Kennaway
On Tue, Feb 28, 2006 at 11:14:53AM +0100, Patrick M. Hausen wrote: > Hi, all! > > In our local office network we have a rather old FreeBSD 5.2.1 > server acting as an NFS server for several other systems, mostly > running 6.0. > > >From time to time we experience processes on the NFS clients > ha

loader_color="YES"

2006-02-28 Thread Nikolas Britton
What happen to 'loader_color="YES"' if FreeBSD 6.x? If you put this in loader.conf it would make a color daemon in the boot menu. -- BSD Podcasts @ http://bsdtalk.blogspot.com/ ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: loader_color="YES"

2006-02-28 Thread Dimitry Andric
Nikolas Britton wrote: > What happen to 'loader_color="YES"' if FreeBSD 6.x? > > If you put this in loader.conf it would make a color daemon in the boot menu. Read /etc/defaults/loader.conf: loader_logo="fbsdbw" # Desired logo: fbsdbw, beastiebw, beastie, none e.g. "beastie" means the

Re: NFS locking question

2006-02-28 Thread Patrick M. Hausen
Hi, Kris! On Tue, Feb 28, 2006 at 05:21:50AM -0500, Kris Kennaway wrote: > Try the attached patch on the 6.0 machines: Thanks. Will do. But: > Index: usr.sbin/rpc.lockd/lock_proc.c > ... So, rpc.lockd _is_ needed on the client? What about the statement in rc.conf(5) then, claiming it was only

Re: loader_color="YES"

2006-02-28 Thread Holger Kipp
On Tue, Feb 28, 2006 at 04:55:49AM -0600, Nikolas Britton wrote: > What happen to 'loader_color="YES"' if FreeBSD 6.x? > > If you put this in loader.conf it would make a color daemon in the boot menu. Please use loader_logo="beastie" loader_color="YES" Afaik the defaultness of the beastie-logo

Performance RAID5 + geli + newfs

2006-02-28 Thread Cedric Tabary
Hi, I have a RAID5 array with 64K stripe size. I am looking for the best settings to have best performance on this raid array, maybe by making stripe size, block size the same.. What is the best setup for sectorsize of geli init -s ? I did not find the unit for this setting ! is it bytes ? geli i

FreeBSD 6-stable hosts.allow and samba

2006-02-28 Thread Michael Vince
Hi Guys, I have been stuffing around for a silly amount of time trying to connect to a test samba install on a 6-stable box with from WinXP with no success. I checked the logs like hell on (enabled all.log) and saw nothing, no server rejections nothing. In log.nmbd I did see a bunch of nice m

Re: Patch for quota deadlock

2006-02-28 Thread Niki Denev
On Tuesday 28 February 2006 12:15, Niki Denev wrote: > On Tuesday 28 February 2006 12:03, Kris Kennaway wrote: > [...] > > > > Thanks, I forgot about this. You'll need these patches too: > > > > > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/ufs/ufs/ufs_quota.c.diff? > > >r1 =1.77&r2=1.78 > > >

Re: loader_color="YES"

2006-02-28 Thread Nikolas Britton
On 2/28/06, Holger Kipp <[EMAIL PROTECTED]> wrote: > On Tue, Feb 28, 2006 at 04:55:49AM -0600, Nikolas Britton wrote: > > What happen to 'loader_color="YES"' if FreeBSD 6.x? > > > > If you put this in loader.conf it would make a color daemon in the boot > > menu. > > Please use > > loader_logo="be

Re: Installing FreeBSD 6.0 on IBM BladeCenter HS20

2006-02-28 Thread Damian Gerow
Thus spake Axel S. Gruner ([EMAIL PROTECTED]) [28/02/06 05:22]: : go to boot loader prompt and type: : : unset acpi_load : load ispfw : load isp : set hint.atkbd.0.disabled="1" : boot : : With these options i am able to boot the installation cd, also the keyboard is : working and, surprise surp

shutdown/halt/reboot-issues... FreeBSD 6.x including PRERELEASE

2006-02-28 Thread Holger Kipp
Hello, shutdown, halt and reboot give me some trouble with 6.x-versions of FreeBSD, the shutdown-process stops after printing "All buffers synced" For one server, this seems to have started after putting a PCI-800H sio-card in a different slot so it didn't share irqs with the on-board adaptec sc

Re: NFS locking question

2006-02-28 Thread Miguel Lopes Santos Ramos
> So, rpc.lockd _is_ needed on the client? > What about the statement in rc.conf(5) then, claiming it was > only started on servers? Yes rpc.lockd and rpc.statd are needed on the client. I suspect it's the statements in rc.conf(5) that are wrong. Miguel ___

Re: FreeBSD 6-stable hosts.allow and samba

2006-02-28 Thread Hajimu UMEMOTO
Hi, > On Tue, 28 Feb 2006 22:07:52 +1100 > Michael Vince <[EMAIL PROTECTED]> said: mv> I checked the logs like hell on (enabled all.log) and saw nothing, no mv> server rejections nothing. In log.nmbd I did see a bunch of nice mv> messages like host resolution and master browser successf

Re: shutdown/halt/reboot-issues... FreeBSD 6.x including PRERELEASE

2006-02-28 Thread JoaoBR
On Tuesday 28 February 2006 09:00, Holger Kipp wrote: > Hello, > > shutdown, halt and reboot give me some trouble with > 6.x-versions of FreeBSD, the shutdown-process stops > after printing > > "All buffers synced" > I had similar problems and I guess they are hardware/acpi related In a certain c

Re: Installing FreeBSD 6.0 on IBM BladeCenter HS20

2006-02-28 Thread Michael Proto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Damian Gerow wrote: > > Do isp/ispfw do any funkiness with the keyboard? Even when booting with > hint.atkbd.0.disabled="1", my keyboard still doesn't work. > > - Damian Try this at the loader prompt: hint.atkbd.0.flags="0x1" - -Proto -BE

Re: NFS locking question

2006-02-28 Thread Kris Kennaway
On Tue, Feb 28, 2006 at 12:02:51PM +0100, Patrick M. Hausen wrote: > Hi, Kris! > > On Tue, Feb 28, 2006 at 05:21:50AM -0500, Kris Kennaway wrote: > > > Try the attached patch on the 6.0 machines: > > Thanks. Will do. > > But: > > > Index: usr.sbin/rpc.lockd/lock_proc.c > > ... > > So, rpc.loc

Re: NFS locking question

2006-02-28 Thread Michael Butler
Kris Kennaway wrote: I only see this (correct) statement in that manpage: rpc_lockd_enable (bool) If set to ``YES'' and also an NFS server or client, run rpc.lockd(8) at boot time. .. and it will fail to run (at all) on a box configured only as a server

Re: SSH login takes very long time...sometimes

2006-02-28 Thread Hajimu UMEMOTO
Hi, > On Mon, 27 Feb 2006 18:19:54 +0300 > Yar Tikhiy <[EMAIL PROTECTED]> said: yar> I finally spared some time to test your recent changes and found yar> that the resolver still would retry using the first, and only the yar> first, domain on the `search' list when the nameserver was down

Re: FreeBSD 6.1-BETA2/FreeBSD 5.5-BETA2 Available

2006-02-28 Thread Vivek Khera
On Feb 27, 2006, at 8:20 PM, NAKAJI Hiroyuki wrote: Disableing ACPI timer solved the problem. My Opteron box does not lock up. Thanks! Please add a note to http://www.freebsd.org/cgi/query-pr.cgi?pr=91910 with some details of your system, or file a new PR about it so that hopefully ACPI

Re: 6.1-prerelease: boot loader pause timer hangs

2006-02-28 Thread Vivek Khera
On Feb 27, 2006, at 9:32 PM, Rob wrote: When I remove the delay line in loader.conf, then the loader displays a pause timer of "10", but actually *immediately* continues as if the pause timer is zero (so no delay at all). i have not observed this, but I don't alter the boot delay time. ___

Re: panic: thread with borrowed priority returning to userland

2006-02-28 Thread John Baldwin
On Saturday 25 February 2006 09:17, Kris Kennaway wrote: > Panic on 6.1-PRERELEASE (package build machine): > > db> wh > Tracing pid 85657 tid 100133 td 0xc2612600 > kdb_enter(c06cabdd,c07250c0,c06cc327,cdca4cac,100) at kdb_enter+0x30 > panic(c06cc327,2,c06cc3bf,267,2814d4e8) at panic+0xd5 > sched

Re: Installing FreeBSD 6.0 on IBM BladeCenter HS20

2006-02-28 Thread Stacey Roberts
Hi Damian! Good to see you on the list., On Tue, 28 Feb 2006, Damian Gerow wrote: > Thus spake Axel S. Gruner ([EMAIL PROTECTED]) [28/02/06 05:22]: > : go to boot loader prompt and type: > : > : unset acpi_load > : load ispfw > : load isp > : set hint.atkbd.0.disabled="1" > : boot > :

Re: panic: thread with borrowed priority returning to userland

2006-02-28 Thread Kris Kennaway
On Tue, Feb 28, 2006 at 12:07:37PM -0500, John Baldwin wrote: > On Saturday 25 February 2006 09:17, Kris Kennaway wrote: > > Panic on 6.1-PRERELEASE (package build machine): > > > > db> wh > > Tracing pid 85657 tid 100133 td 0xc2612600 > > kdb_enter(c06cabdd,c07250c0,c06cc327,cdca4cac,100) at kdb_

Re: NFS locking question

2006-02-28 Thread Kris Kennaway
On Tue, Feb 28, 2006 at 09:46:30AM -0500, Michael Butler wrote: > Kris Kennaway wrote: > >I only see this (correct) statement in that manpage: > > > > rpc_lockd_enable > > (bool) If set to ``YES'' and also an NFS server or client, > > run rpc.lockd(8) at boot tim

wpa_supplicant with NDIS-wrapped wireless card and WPA-PSK reboots 6.1-pre

2006-02-28 Thread Carlos Amengual
My system is a 6.1-PRERELEASE as of yesterday afternoon, but the same happened with a RELENG_6 as of a month ago. I set up a D-Link AirPlus DWL-520+ wireless PCI adapter in an old server, and NDISwrapped it (got an AIRPLUS_SYS.ko). When running wpa_supplicant -dd -indis0 -Dndis -c/etc/wpa_su

Re: "sio12: 178 more interrupt-level buffer overflows" on 6.1-PRERELEASE

2006-02-28 Thread othermark
Holger Kipp wrote: > On Mon, Feb 27, 2006 at 09:36:25PM +0100, Holger Kipp wrote: >> Hello, >> >> This looks like PR 51982 > > Yes - I just recompiled my kernel with the suggested > change to sio.c, and the problem goes away... hmm. > > >> Feb 27 21:03:17 dialout kernel: sio12: 24 more interrup

Broadcom BCM5714 ethernet not recognized by 6.0-RELEASE

2006-02-28 Thread Vivek Khera
I have an IBM e326m Opteron system for evaluation. Everything seems to be working ok except the ethernet is not recognized. According to the system specs and product literature, it has two Broadcom BCM5714 controllers in it, which the 6.0-RELEASE kernel is not attaching. They identify vi

Re: Broadcom BCM5714 ethernet not recognized by 6.0-RELEASE

2006-02-28 Thread Michael Proto
Do you have ACPI disabled by any chance? I ran into a similar situation with a BCM5751 (I think) and 5.4 with ACPI disabled. I was able to resolve it by enabling ACPI, at which point the card was successfully recognized by the bge driver. -Proto Vivek Khera wrote: > I have an IBM e326m Opteron s

Re: loader_color="YES"

2006-02-28 Thread Pete Slagle
Holger Kipp wrote: Please use loader_logo="beastie" loader_color="YES" loader_logo does not appear in /boot/defaults/loader.conf, at least not in 6.0-RELEASE-p4. Is that an oversight? Pete ___ freebsd-stable@freebsd.org mailing list http://lists

Re: Patch for quota deadlock

2006-02-28 Thread Kris Kennaway
On Tue, Feb 28, 2006 at 01:21:59PM +0200, Niki Denev wrote: > On Tuesday 28 February 2006 12:15, Niki Denev wrote: > > On Tuesday 28 February 2006 12:03, Kris Kennaway wrote: > > [...] > > > > > > Thanks, I forgot about this. You'll need these patches too: > > > > > > > > http://www.freebsd.org/cg

Re: SSH login takes very long time...sometimes

2006-02-28 Thread Rostislav Krasny
On Wed, 01 Mar 2006 00:28:14 +0900 Hajimu UMEMOTO <[EMAIL PROTECTED]> wrote: > Hi, > > > On Mon, 27 Feb 2006 18:19:54 +0300 > > Yar Tikhiy <[EMAIL PROTECTED]> said: > > yar> I finally spared some time to test your recent changes and found > yar> that the resolver still would retry using

splash_bmp palette

2006-02-28 Thread [LoN]Kamikaze
When splash_bmp is invoked as a screen saver on my system (i.e. by pressing shift->pause) it displays the image correctly for approximately 10 to 15 seconds. Then something that looks like a palette reset appears. All colours turn wrong. signature.asc Description: OpenPGP digital signature

Re: loader_color="YES"

2006-02-28 Thread Nikolas Britton
On 2/28/06, Pete Slagle <[EMAIL PROTECTED]> wrote: > Holger Kipp wrote: > > > Please use > > > > loader_logo="beastie" > > loader_color="YES" > > loader_logo does not appear in /boot/defaults/loader.conf, at least not > in 6.0-RELEASE-p4. Is that an oversight? > Their are lots of undocumented feat

Re: dhclient in 6.0

2006-02-28 Thread David W. Hankins
On Thu, Feb 09, 2006 at 12:50:08PM -0500, Chuck Swiger wrote: > If you haven't read this: > >http://files.stuartcheshire.org/draft-cheshire-ipv4-acd.txt > > ...it's worth considering the way it standardizes (or proposes to standardize) > how ARP traffic from unconfigured IPs should be done to

sysctl: dev.cpu.0.freq: Device busy (cpufreq p4tcc / RELENG_6)

2006-02-28 Thread Marcus Alves Grando
I have problems in cpufreq in RELENG_6 (today). I try to set another frequency in my laptop and get this error: # sysctl dev.cpu.0.freq=250 dev.cpu.0.freq: 2000 sysctl: dev.cpu.0.freq: Device busy Some information below... # sysctl -a | grep freq ... debug.cpufreq.lowest: 0 debug.cpufreq.verbo

Re: FreeBSD 6.0 on ASUS A8N-SLI motherboard

2006-02-28 Thread Jim C. Nasby
On Tue, Feb 28, 2006 at 02:30:48PM +0800, Ganbold wrote: > Hi, > > Are there any issues running FreeBSD 6.0-STABLE (i386 or amd64 version) > on machine with ASUS A8N-SLI motherboard? It has NVIDIA RAID option in > BIOS and the system has 4x250GB SATA disks. I would like to use its RAID > featur

Re: sysctl: dev.cpu.0.freq: Device busy (cpufreq p4tcc / RELENG_6)

2006-02-28 Thread Nate Lawson
Marcus Alves Grando wrote: I have problems in cpufreq in RELENG_6 (today). I try to set another frequency in my laptop and get this error: # sysctl dev.cpu.0.freq=250 dev.cpu.0.freq: 2000 sysctl: dev.cpu.0.freq: Device busy Timecounter "TSC" frequency 1995011972 Hz quality 800 Timecounters tic

Re: sysctl: dev.cpu.0.freq: Device busy (cpufreq p4tcc / RELENG_6)

2006-02-28 Thread Marcus Alves Grando
Well, works. Thanks. It's possible to printf some message about this if kern.timecounter.hardware != ACPI-fast? Or add message in cpufreq(4)? Thanks Nate Lawson wrote: Marcus Alves Grando wrote: I have problems in cpufreq in RELENG_6 (today). I try to set another frequency in my laptop and g

Re: sysctl: dev.cpu.0.freq: Device busy (cpufreq p4tcc / RELENG_6)

2006-02-28 Thread Nate Lawson
I'll approve a commit if you send me a patch. Add something like this to the SYSCTL VARIABLES section: The frequency cannot be changed if TSC is in use as the timecounter. This is because the timecounter system needs to use a source that has a constant rate. The timecounter source can be cha

IBM x236 server with 5.4-RELEASE

2006-02-28 Thread Balgansuren Batsukh
Hello, I tried to use 6.0-RELEASE/6.0-STABLE and there was some message appear in /var/log/message. I just installed 5.4-RELEASE still some message there. = Feb 24 23:50:36 gateway kernel: Copyright (c) 1992-2005 The FreeBSD Project. Feb 24

IBM x236 with 5.4-RELEASE

2006-02-28 Thread Balgansuren Batsukh
Hello, I tried to use 6.0-RELEASE/6.0-STABLE and there was some message appear in /var/log/message. I just installed 5.4-RELEASE still some message there. = Feb 24 23:50:36 gateway kernel: Copyright (c) 1992-2005 The FreeBSD Project. Feb 24

Re: Installing FreeBSD 6.0 on IBM BladeCenter HS20

2006-02-28 Thread Damian Gerow
Thus spake Michael Proto ([EMAIL PROTECTED]) [28/02/06 08:17]: : > Do isp/ispfw do any funkiness with the keyboard? Even when booting with : > hint.atkbd.0.disabled="1", my keyboard still doesn't work. : > : > - Damian : : Try this at the loader prompt: : : hint.atkbd.0.flags="0x1" I've trie

Re: Installing FreeBSD 6.0 on IBM BladeCenter HS20

2006-02-28 Thread Damian Gerow
Thus spake Stacey Roberts ([EMAIL PROTECTED]) [28/02/06 14:00]: : > Thus spake Axel S. Gruner ([EMAIL PROTECTED]) [28/02/06 05:22]: : > : go to boot loader prompt and type: : > : : > : unset acpi_load : > : load ispfw : > : load isp : > : set hint.atkbd.0.disabled="1" : > : boot : > : : > : With

Re: Installing FreeBSD 6.0 on IBM BladeCenter HS20

2006-02-28 Thread Stacey Roberts
Hi Damian! On Wed, 01 Mar 2006, Damian Gerow wrote: > Thus spake Stacey Roberts ([EMAIL PROTECTED]) [28/02/06 14:00]: > : > Thus spake Axel S. Gruner ([EMAIL PROTECTED]) [28/02/06 05:22]: > : > : go to boot loader prompt and type: > : > : > : > : unset acpi_load > : > : load ispfw > : > : load i

Re: FreeBSD 6-stable hosts.allow and samba

2006-02-28 Thread Michael Vince
Hajimu UMEMOTO wrote: Hi, On Tue, 28 Feb 2006 22:07:52 +1100 Michael Vince <[EMAIL PROTECTED]> said: mv> I checked the logs like hell on (enabled all.log) and saw nothing, no mv> server rejections nothing. In log.nmbd I did see a bunch of nice mv> messages like host resolut

Re: Installing FreeBSD 6.0 on IBM BladeCenter HS20

2006-02-28 Thread Damian Gerow
Thus spake Stacey Roberts ([EMAIL PROTECTED]) [01/03/06 01:48]: : Sorry for asking the obvious here, but exactly what type (make / protocols) of keyboard are you using for the : installation? Generic PS/2 keyboard. But it's wired in to the blade via USB1.1. - Damian __

Re: loader_color="YES"

2006-02-28 Thread Björn König
Nikolas Britton schrieb: On 2/28/06, Pete Slagle <[EMAIL PROTECTED]> wrote: loader_logo does not appear in /boot/defaults/loader.conf, at least not in 6.0-RELEASE-p4. Is that an oversight? Their are lots of undocumented feature in FreeBSD. loader_color="YES" AFAIK It was never document in 5.x

Re: Installing FreeBSD 6.0 on IBM BladeCenter HS20

2006-02-28 Thread Stacey Roberts
Hi Damian! On Wed, 01 Mar 2006, Damian Gerow wrote: > Thus spake Stacey Roberts ([EMAIL PROTECTED]) [01/03/06 01:48]: > : Sorry for asking the obvious here, but exactly what type (make / protocols) > of keyboard are you using for the > : installation? > > Generic PS/2 keyboard. But it's wired

Re: Installing FreeBSD 6.0 on IBM BladeCenter HS20

2006-02-28 Thread Damian Gerow
Thus spake Stacey Roberts ([EMAIL PROTECTED]) [01/03/06 02:24]: : > Generic PS/2 keyboard. But it's wired in to the blade via USB1.1. : : I see. : : Is it possible to try a genuine USB keyboard to see if that makes a difference? You'll want to also include the : procedure for USB keyboard insta