ahcich Timeouts SATA SSD

2012-10-12 Thread Keegan,Nate
eBSD before) * Ditch FreeBSD for Solaris so I can keep ZFS lovin for the intended purpose of this system I'm open to suggestions, direction, etc to see if I can nail down what is going on and put this issue to bed for not only myself but for anyon

Re: Why does adding /usr/lib32 to LD_LIBRARY_PATH break 64-bit binaries?

2008-10-23 Thread Nate Eldredge
, so having libutil.so there makes sense in my mind. I think your best bet is to dig into whatever is setting LD_LIBRARY_PATH and get it set correctly. Remove /usr/lib32 or at least ensure that /lib is searched first. Trying to change rtld's behavior is not the right approach, IMHO. -- N

Re: rc.resume and rc.suspend not executed on 6.2-RELEASE with acpi

2007-12-30 Thread Nate Lawson
he button is handled by a kernel driver. If you try 7.0 or -current, you should find this works for you. -- Nate ___ 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 suspend/wake-up a FreeBSD machine?

2007-12-29 Thread Nate Lawson
dure? I tried the power-button (no effect) and > hitting random keyboard keys (no effect). How is it supposed to work? > > Thanks! The power button or lid is the most common way to wake. Since suspend/resume support needs debugging on many machines, it may not work for you. -- Nate

Machine freezes on modem ring

2007-05-10 Thread Nate Eldredge
r a serial console setup appears irrelevant, since the problem arises on sio1 as well. Just curious if anyone knows what this could be. If not, I'll investigate further. Thanks in advance for any ideas. A personal CC is appreciated on replies, though I read the list as well

Re: BIND9 Syntax?

2007-01-15 Thread Nate Peck
Thanks Derek and Reko! BIND works, and is resolving. Nate Peck On 1/14/07, Derek Ragona <[EMAIL PROTECTED]> wrote: Once you get the syntax corrected, make sure you are picking up the correct named.conf file by doing: ps -ax| grep name If you don't have /etc/rc.conf setup cor

BIND9 Syntax?

2007-01-14 Thread Nate Peck
ype master; file "pri/localhost.zone"; allow-update { none; }; notify no; }; zone "home.lan" IN { type master; file "db.home.lan"; }; zone "10.10.10.in-addr.arpa" in { type m

Re: Atheros Wireless Chipsets?

2006-11-18 Thread Nate Peck
That's good. Thanks for the help! But I forgot to ask: Is WPA managed through some other layer(like wpa_supplicant), or is it integrated into iwconfig? From, Nate Peck On 11/16/06, Christian Walther <[EMAIL PROTECTED]> wrote: Hi, it's not about the ath-chipset in this case

Atheros Wireless Chipsets?

2006-11-16 Thread Nate Peck
Dear All, How is the FreeBSD support for Atheros Chipsets? Is there 54 megabit speed? And also, how is WEP and/or WPA support? Nate Peck ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: Acer Aspire 5601 AWLMi corrupted acpi bytecode

2006-11-02 Thread Nate Lawson
Alexandre Vieira wrote: You can find the asl and iasl output attached. Nope, we couldn't. Try posting a URL to it. -- Nate ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubs

Re: Missing cd0 device node

2006-09-26 Thread Nate Eldredge
I forgot to mention, this is on 6.1-RELEASE-p4/amd64. Also, the /dev/acd0 node remains in existence and seems to work fine. On Tue, 26 Sep 2006, Nate Eldredge wrote: Hi all, In the course of various screwing around with my ATAPI CDROM device (including some dvd ripping and playing that got

Missing cd0 device node

2006-09-26 Thread Nate Eldredge
nal CC on any replies, if convenient, so I don't miss them in my digest. -- Nate Eldredge [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Right-to-Left Language Support

2006-08-26 Thread Nate Peck
In FreeBSD, is there good support for right to left languages such as Hebrew and Arabic? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Problem with Cisco (Atheros) Wireless PCI card on IBM Thinkcentre MT-M-8183-T1S

2006-01-17 Thread Nate Lawson
makes no difference so I don't see how this is an ACPI issue. -- Nate ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cpufreq and changing driver

2005-12-02 Thread Nate Lawson
em will almost never be idle and so we can't save power via Cx. We don't need high speed sampling right now, we need a predictive algorithm. So until someone implements this, it's moot. -- Nate ___ freebsd-questions@freebsd.org mailing lis

Re: cpufreq and changing driver

2005-12-02 Thread Nate Lawson
tp://66.102.7.104/search?q=cache:IEXV5nW17ZMJ:wikitest.freebsd.org/moin.cgi/powerd+site:wikitest.freebsd.org+powerd+&hl=en&lr=&strip=1 -- Nate ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cpufreq and changing driver

2005-11-30 Thread Nate Lawson
est anyway. You can test this with: hint.acpi_perf.0.disabled="1" This will cause acpi_perf to let est attach. But I suspect est won't. -- Nate ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fr

Re: cpufreq and changing driver

2005-11-30 Thread Nate Lawson
Bruno Ducrot wrote: On Wed, Nov 30, 2005 at 10:05:04AM -0800, Nate Lawson wrote: Marco Calviani wrote: Hi, 2005/11/30, Bruno Ducrot <[EMAIL PROTECTED]>: You have to load the cpufreq.ko module at boot. Adding that line: cpufreq_load = "YES" to /boot/loader.conf should

Re: cpufreq and changing driver

2005-11-30 Thread Nate Lawson
". The only automated control of cpu speed is either by the BIOS (which we can't control) or the TM/TM2 (and that one is heat-based, not load-based). -- Nate ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Forcing a packet through an interface (OT?)

2005-07-12 Thread Nate Nielsen
. Ping an IP online using the '-S' argument to specify the source as one of the IP aliases. Cheers, Nate ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send a

Re: Machine refuses to boot with ACPI enabled by default

2005-02-13 Thread Nate Lawson
2) Why does this box come up without ACPI by default after all? I checked the quirks table and found nothing that should match your machine. Can you send a full dmesg of booting when acpi is automatically disabled? There's usually a quirk message printed if this is the case. -- Nate _

Re: Armada 17xx, ACPI thermal management broken.

2004-12-26 Thread Nate Lawson
Nate Lawson wrote: Nikolas Britton wrote: I can't find his name or email address anywhere BUT I think I can do one better then that. Here are two ASL's that where uploaded to the ACPI4Linux project: http://acpi.sourceforge.net/dsdt/tables/Compaq/Armada_1750/Compaq-Armada_1750-686EM

Re: Armada 17xx, ACPI thermal management broken.

2004-12-26 Thread Nate Lawson
"man acpi" for steps, but the short of it is: iasl Compaq-Armada_1700_1750_3500-686EM_99.1130_A-custom.asl cp DSDT.aml /boot And add to /boot/loader.conf: acpi_dsdt_load="YES" acpi_dsdt_name="/boot/DSDT.aml" This will load your custom AML at boot time. -- Nate

Re: Armada 17xx, ACPI thermal management broken.

2004-12-26 Thread Nate Lawson
sdt.asl" - Thu Mar 11 13:09:58 2004 + * + * C source code output + * + */ Can you get the author of this patch to send you the raw "dsdt.asl", instead of the compiled version? If so, send it to me so I can diff against the one I asked you to dump and post. -- Nate ___

Re: Armada 17xx, ACPI thermal management broken.

2004-12-26 Thread Nate Lawson
sy ACPI support due to the tools and testing just getting up to speed back then. Until recently, Linux declined to support ACPI on systems older than 2001. The chipset may support ACPI but the AML supplied by the OEM is what is the issue here. Post a URL where I can download the AML: acpidump

Re: waking up from zzz(8)

2004-05-05 Thread Nate Lawson
. Some people put a lot of effort into documenting things and it seems that no one has read it. -Nate ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: waking up from zzz(8)

2004-05-04 Thread Nate Lawson
On Tue, 4 May 2004, Mikhail Teterin wrote: > On Sunday 02 May 2004 01:23 pm, Nate Lawson wrote: > = On Sun, 2 May 2004, Mikhail Teterin wrote: > = > My Vaio laptop (5.2-current from April 7) duly goes to a quiet sleep > = > when I type `zzz'. > = > > = > Troub

Re: growfs problem [was Re: Adding a drive in vinum]

2004-01-06 Thread Nate Lawson
ably still uses old disklabel(8) ioctls. This is almost certainly a growfs bug. You should compile it with -g and do a breakpoint to find what operation produces that error message. -Nate ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/

Re: Which architecture?

2004-01-02 Thread Nate Lawson
On Fri, 2 Jan 2004, David O'Brien wrote: > On Tue, Dec 30, 2003 at 12:06:06PM -0800, Nate Lawson wrote: > > AMD, Cyrix. The amd64 arch is for the new 64 bit Opterons (i.e. FX64). > > What is "FX64"??? > > "Opteron" is the server 64-bit CPU > "

Re: Which architecture?

2003-12-30 Thread Nate Lawson
rectory in > the ftp instead? Or is that for AMD's more advanced > server processors? Install the i386 version of FreeBSD for all ia32 boxes, including Intel, AMD, Cyrix. The amd64 arch is for the new 64 bit Opterons (i.e. FX64). -Nate ___ [EMAI

bsd.port.mk error

2003-12-13 Thread Nate Grey
Hello, after updating from 5.1-RELEASE-p11 to 5.2-RC (this morning) I get these errors when I try to install software from ports: [/usr/ports/archivers/zip] [EMAIL PROTECTED] # > make clean Redirezione in uscita ambigua. "/usr/ports/Mk/bsd.port.mk", line 1918: warning: "/usr/sbin/pkg_info -P 2>/

Re: fsck not recognizing vinum filesystem type

2003-12-09 Thread Nate Lawson
p://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/vinum-vinum.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html -Nate ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: kernel panic question

2003-02-28 Thread nate
Greg groggy Lehey said: > Logging the panic message isn't enough. We already had that at the start. oh, I didn't read the first messages :) nate To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: kernel panic question

2003-02-28 Thread nate
on the flip side the kernel panics i've had on solaris managed to get logged to the syslog server :) nate To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: mirror remote web server, no ftp, how?

2003-02-27 Thread nate
accounts for ftp synch and www synch. nate To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: FreeBSD 5.0-RELEASE in VMware

2003-01-25 Thread nate
at 100% cpu, even if the guest OS was at 0% cpu usage. if you do have power management turned on(I've never used freebsd 5) then it may be a bug in vmware. I tend to lean towards the guest OS though. nate To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: how to make bind listen only to 127.0.0.1

2003-01-06 Thread nate
ort 53; in named.conf: listen-on { 127.0.0.1; }; I've been using this configuration(I also have it bind to another IP) for a couple years with success. I have another copy of BIND listening on yet another IP as well.. nate To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsu

Re: FTP incoming directory. Damned Hooligans.

2003-01-06 Thread nate
welcome.msg User ftp Group ftp UserAlias anonymous ftp MaxClients10 DisplayLogin welcome.msg DisplayFirstChdir .message DenyAll DenyAll AllowAll D

Re: Working around problems when an NFS server dies / is unavailable.

2003-01-04 Thread nate
ther quickly if the NFS server is not available, and the system should resume normal operations. Most systems default to hard NFS mounts. some people reccomend against soft, but I've never had a problem with it. nate To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freeb

Re: UPS Hardware / Software

2003-01-03 Thread nate
FreeBSD, I get that > blank look that we've all come to know and love. I reccomend NUT(Network UPS tools), www.exploits.org/nut/ is the URL I think, sample: http://portal.aphroland.org/cgi-bin/nut/multimon.cgi or, embedded in a webpage: http://portal.aphroland.org nate To Unsubsc

Re: Followup to 'fallback to PIO mode' on dual processor AMD systems

2003-01-02 Thread nate
my servers that run IDE have DMA/33 controllers, the few that have faster ones all use Promise ATA/100 cards or 3ware 6800 series raid cards. I haven't trusted recent AMD/VIA/Intel IDE chips for a while. nate To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: DTP under FreeBSD/UNIX.

2002-12-22 Thread nate
n these would be good. never used it before but it's been out for a while: http://linux.corel.com/products/draw/index.htm also never tried but .. http://xibios.free.fr/english/xclamation.html http://www.atlantictechsolutions.com/scribusdocs/projects.html http://www.mediascape.com/artstream-li

Re: IPFW & Snort

2002-12-05 Thread nate
n the "external" one. then behind that machine I have another machine doing the NAT. works great. nate To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: maxusers and random system freezes

2002-12-05 Thread Nate Lawson
^^^ I appreciate some of the info you give. But every time you reference a proper noun (person, journal, etc.), Google only gives results of you talking about it in FreeBSD list archives! See also "freebsd mitre netbeui" What kind of conclusion is one to draw from that? -Nate

Re: offtopic-maybe

2002-10-29 Thread nate
urls, then there is mesgsnarf to grab email(though I never got this one working). all part of the dsniff package(not sure if freebsd has it in a single package or different ones). I usually use these on a bridged freebsd system inbetween the router and the switch. nate To Unsubscribe: send mail

syslog-ng dies, whats a good way to monitor it?

2002-10-29 Thread nate
letely crashing, not just hanging. it's most annoying because sometimes I don't notice it down for a couple days, and all those log entries for that time are gone forever:( thanks nate To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Weird error when installing FreeBSD 4.6

2002-09-19 Thread nate
24" or even 32" IDE cables, which work on some systems but I prefer to stick to 18" wherever possible since that is the IDE spec(and I have had some problems with 24" cables hooked to promise IDE controllers - got some CRC errors on transfers, not fatal but I don't lik

how to restart system services in freebsd

2002-07-12 Thread nate
mean anything negative towards freebsd's init system, whats the advantage of using it over the more common system V ? or is it there just because it's always been that way ? I am mostly a debian person, so i am used to the debian-way, but i am tryin hard to learn freebsd in-depth too. than