Re: Fatal trap 18

2010-11-03 Thread Jeremy Chadwick
patch I proposed? Andriy, I can try your patch out on a Core 2 Duo (E8400) which helped test the latest Intel CPU topology change when you were looking for testers (and had no problem), and can also try it out on a Core 2 Quad Q8400 if need be. Both run amd64. Let me kn

Re: Fatal trap 18

2010-11-03 Thread Jeremy Chadwick
On Wed, Nov 03, 2010 at 10:59:00PM +0200, Andriy Gapon wrote: > on 03/11/2010 22:11 Jeremy Chadwick said the following: > > On Wed, Nov 03, 2010 at 10:01:22PM +0200, Andriy Gapon wrote: > >> [snipping since I wanna keep it terse] > >> > >> What I propose

Re: fetch hangs when trying to http-download from http://ftp5.de.FreeBSD.org/

2010-11-05 Thread Jeremy Chadwick
(including NAT). Finally, it would help if you could narrow down the problem to that single mirror server (ftp5.de.FreeBSD.org) or if it happens to you when using other servers as well. Oh, and uname -a output would help too, since you didn't disclose what FreeBSD build/release you

Re: fetch hangs when trying to http-download from http://ftp5.de.FreeBSD.org/

2010-11-05 Thread Jeremy Chadwick
On Fri, Nov 05, 2010 at 09:12:32PM +0100, Dominic Fandrey wrote: > On 05/11/2010 20:59, Jeremy Chadwick wrote: > > On Fri, Nov 05, 2010 at 08:50:48PM +0100, Dominic Fandrey wrote: > >> On 05/11/2010 19:17, Dominic Fandrey wrote: > >>> This is an example, I can

Re: 8-STABLE buildworld failure

2010-11-09 Thread Jeremy Chadwick
zlib.ko.debug zlib.ko.symbols > objcopy --strip-debug --add-gnu-debuglink=zlib.ko.symbols zlib.ko.debug > zlib.ko > 1 error > *** Error code 2 > 1 error > *** Error code 2 -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking

Re: icmp packets on em larger than 1472

2010-11-10 Thread Jeremy Chadwick
3, seq 0, > length 1480 > 15:11:15.191534 IP 192.168.66.65 > *: icmp > 15:11:16.192119 IP 192.168.66.65 > *: ICMP echo request, id 33593, seq 1, > length 1480 > 15:11:16.192156 IP 192.168.66.65 > **: icmp > > igb cards on 8.1 stable are not affected Please p

Re: "High" cpu usage when using ZFS cache device

2010-11-16 Thread Jeremy Chadwick
ad a livefs snapshot or equivalent and test via that (preferably one which has ZFS v15 support; you'll need to make a new pool rather than upgrade your existing pool, unless you plan on moving to RELENG_8 permanently). Here's such a snapshot: ftp://ftp4.freebsd.org/pub/FreeBSD/snap

Re: "High" cpu usage when using ZFS cache device

2010-11-16 Thread Jeremy Chadwick
provide the output from: sysctl -a | grep vfs.zfs.arc sysctl -a | grep vm.kmem sysctl kstat.zfs.misc.arcstats Thank you. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator

Re: TTY task group scheduling

2010-11-18 Thread Jeremy Chadwick
mit something could be learned from it): http://linux.slashdot.org/comments.pl?sid=1870628&cid=34241622 Specifically, the quote: "process grouping is too difficult to be done based on such simplistic criteria". -- | Jeremy Chadwick j...@parodius.co

Re: [releng_7 tinderbox] failure on amd64/amd64

2010-11-19 Thread Jeremy Chadwick
er and/or author needs to #ifdef IP_BINDANY the relevant setsockopt() call for the RELENG_7 branch, or even both RELENG_7 and RELENG_8 if they want. This original methodology was in the code (for SO_BINDANY), but was for some reason removed. http://www.freebsd.org/cgi/cvsweb.cgi/src/contrib/netc

Re: TTY task group scheduling

2010-11-19 Thread Jeremy Chadwick
chnical innards/workings of GEOM since the documentation is so poor (and reading the code doesn't help, especially with regards to libgeom). IMHO, the gsched "stuff", as a "layer", should probably be moved into the I/O framework by default, with t

Re: problems with network on em

2010-11-20 Thread Jeremy Chadwick
ed to provide output from the following, run as root. For the pciconf command, please only include the entry that's relevant to the device in question (em2). You can also XXX-out the MAC address and/or IP addresses if you're worried about security. $ pciconf -lvc $

Re: problems with network on em

2010-11-20 Thread Jeremy Chadwick
.@gmail.com wrote: > > > On 2010.11.20, at 17:54, Jeremy Chadwick wrote: > > > >> On Sat, Nov 20, 2010 at 05:09:28PM +0200, rol...@gmail.com wrote: > >>> I'm experiencing network interface stalls on em in FreeBSD 8.1-RELEASE > >>> (-p1). > >

Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-11-22 Thread Jeremy Chadwick
" > > The error message looks like what you got when WITH_CTF=1 is not presented. > Any idea? I don't know if this will help, but I followed the procedure here: http://wiki.freebsd.org/DTrace Which worked fine. See this thread for verification that the above

Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-11-23 Thread Jeremy Chadwick
Forwarding back to the mailing list since the OP didn't CC it on his reply to me. - Forwarded message from Zhihao Yuan - > From: Zhihao Yuan > To: Jeremy Chadwick > Date: Tue, 23 Nov 2010 01:18:57 -0600 > Subject: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE &g

Re: [releng_8 tinderbox] failure on powerpc/powerpc

2010-11-23 Thread Jeremy Chadwick
Commit: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/powerpc/powermac/smu.c#rev1.1.2.6 Diff: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/powerpc/powermac/smu.c.diff?r1=1.1.2.5;r2=1.1.2.6;f=h -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking

Re: Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-11-23 Thread Jeremy Chadwick
On Tue, Nov 23, 2010 at 02:39:47PM +0200, Andriy Gapon wrote: > on 23/11/2010 10:20 Zhihao Yuan said the following: > > Attach my kernel configuration here, just in case. > > > > On 00:12 Tue 23 Nov, Jeremy Chadwick wrote: > >> Forwarding back to the mailing list si

Re: Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-11-23 Thread Jeremy Chadwick
On Tue, Nov 23, 2010 at 05:13:53AM -0800, Jeremy Chadwick wrote: > On Tue, Nov 23, 2010 at 02:39:47PM +0200, Andriy Gapon wrote: > > on 23/11/2010 10:20 Zhihao Yuan said the following: > > > Attach my kernel configuration here, just in case. > > > > > > On 00:

Re: NFS regression on recent STABLE

2010-11-23 Thread Jeremy Chadwick
issues > > All of this is with the standard NFS server, I haven't yet tested with the > experimental server. Sounds relevant, try the patch provided: http://lists.freebsd.org/pipermail/freebsd-stable/2010-November/059853.html Relevant follow-up: http://lists.freebsd.org/p

Re: Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-11-23 Thread Jeremy Chadwick
On Tue, Nov 23, 2010 at 02:40:56PM -0600, Zhihao Yuan wrote: > Does the WITH_CTF=1 works for the buildworld? And, what should I do now? > > On Tue, Nov 23, 2010 at 7:51 AM, Alexander Leidinger < > alexan...@leidinger.net> wrote: > > > Quoting Jeremy Chadwick (from Tu

Re: Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-11-23 Thread Jeremy Chadwick
; > > >> That's what I have done. I did not used WITH_CTF=1 on buildworld. Anyway, > >> I;m using it to rebuild the world, which takes some time. > >> > >> On Tue, Nov 23, 2010 at 2:48 PM, Andriy Gapon wrote: > >> > >>> on 23/11/20

Re: Support for Areca ARC-1300-4X on 8-STABLE?

2010-11-23 Thread Jeremy Chadwick
han the FreeBSD Project. :-) Also, please see this thread (which is very recent): http://lists.freebsd.org/pipermail/freebsd-stable/2010-November/059985.html -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.co

Re: www/chromium ignores proxy settings [SEC=UNCLASSIFIED]

2010-11-24 Thread Jeremy Chadwick
;s LWP::UserAgent (and friends), and curl. I imagine lynx and some other software honours them as well, but again, assuming software honours them (or properly parses them for that matter) isn't reasonable. Is there any confirmed documentation that Google Chrome honours and makes use of *_proxy

Re: upd: 7.2->8.1 & many networks trouble & flowtable

2010-11-24 Thread Jeremy Chadwick
better: are you complaining about the general > > L2/L3 separation work, or you are angry about the flow-table enhancement in > > particular? > > > > cheers, > > > > -- Qing > > > > > > > I understand the importance and neces

Re: top io mode

2010-11-25 Thread Jeremy Chadwick
h gstat does seem to roughly match the blinks. I can't tell what > your patch does, would it enable me to see what's touching the disk? Please try using gstat(8) instead. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking

Re: top io mode

2010-11-25 Thread Jeremy Chadwick
On Thu, Nov 25, 2010 at 02:28:35PM -0600, Adam Vande More wrote: > On Thu, Nov 25, 2010 at 2:08 PM, Jeremy Chadwick > wrote: > > > > Well the top bug didn't seem to resolve my actual issue and yes it it a > > > complete ZFS system. Problem is that th

Re: top io mode

2010-11-25 Thread Jeremy Chadwick
On Thu, Nov 25, 2010 at 12:57:33PM -0800, Jeremy Chadwick wrote: > On Thu, Nov 25, 2010 at 02:28:35PM -0600, Adam Vande More wrote: > > On Thu, Nov 25, 2010 at 2:08 PM, Jeremy Chadwick > > wrote: > > > > > > Well the top bug didn't seem to resolve my actual

Re: memory leak and swapfile

2010-11-27 Thread Jeremy Chadwick
hat's an easy > one. You can, of course, pipe the output to sort and use the -k 5 -n > options. I believe he should be looking for a process that has a large value in RSS ("RES" in top), not VSZ ("SIZE" in top). -- | Jeremy Chadwick

Re: memory leak and swapfile

2010-11-27 Thread Jeremy Chadwick
On Sun, Nov 28, 2010 at 01:13:37AM +1100, Ian Smith wrote: > On Sat, 27 Nov 2010, Jeremy Chadwick wrote: > > On Fri, Nov 26, 2010 at 07:12:59PM -0800, Kevin Oberman wrote: > > > > From: "Jack Raats" > > > > Date: Fri, 26 Nov 2010 19:17:05 +0100 >

Re: ZFS raidz recovery

2010-11-27 Thread Jeremy Chadwick
from a backup source. >see: http://www.sun.com/msg/ZFS-8000-72 > scrub: none requested > config: > > NAMESTATE READ WRITE CKSUM > raidFAULTED 0 0 1 corrupted data > raidz1DEGRADED 0 0 6 >

Re: [releng_7 tinderbox] failure on amd64/amd64

2010-11-27 Thread Jeremy Chadwick
rc/sys/dev/e1000/if_em.c:1275: error: conflicting types for 'em_poll' > /src/sys/dev/e1000/if_em.c:286: error: previous declaration of 'em_poll' was > here > *** Error code 1 Just a FYI: I've sent off-list mail to Jack Vogel about this. -- | Jeremy Chadwick

Re: Old system keeps coming back

2010-11-28 Thread Jeremy Chadwick
bined by using the "kernel" target] # 5. `reboot'(in single user mode: boot -s from the loader prompt). # 6. `mergemaster -p' # 7. `make installworld' # 8. `make delete-old' # 9. `mergemaster' (you may wi

Re: Stale NFS file handles on 8.x amd64

2010-11-29 Thread Jeremy Chadwick
9:04:54 server2 dovecot: IMAP(user8): > o_stream_send(/home/user8/Maildir/dovecot/private/control/.INBOX/dovecot-uidlist) > failed: Stale NFS file handle > > Nov 29 06:32:11 server3 dovecot: IMAP(user9): > open(/egr/mail/shared/cmsc/dovecot-acl-list) failed: Stale NFS file > h

Re: Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-12-01 Thread Jeremy Chadwick
s/commands on the wiki? If so, please post your kernel configurations > > here, thanks. > > I have an i386 system working: > [snip] Can you please try the command the OP originally provided? See command here: http://lists.freebsd.org/pipermail/freebsd-stable/2010-No

Re: Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-12-01 Thread Jeremy Chadwick
fferent module. Am I right? Correct; KDB/DDB shouldn't have anything to do with this. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain Vie

Re: FreeBSD 7 installs where FreeBSD 8 wont due to CD

2010-12-06 Thread Jeremy Chadwick
memstick image instead? If all you have is a Windows machine available, I've blogged about how to accomplish this on Windows (in Vista/7 be sure to run cmd.exe as Administrator): http://koitsu.wordpress.com/2009/11/03/writing-freebsd-memstick-img-to-a-usb-drive-in-windows/ The USB instal

Re: FreeBSD 7 installs where FreeBSD 8 wont due to CD

2010-12-06 Thread Jeremy Chadwick
k as ataX-master and the CD-ROM drive as ataX-slave, then your best choice would be to disable the Slave portion in your system BIOS and see if that improves things. (I do not know if you can do something like hint.acd.0.disabled="1"; so I'm assuming you can't). I know you

Re: FreeBSD 7 installs where FreeBSD 8 wont due to CD

2010-12-08 Thread Jeremy Chadwick
ities that make up the base system. And let's not forget those of us who PXEboot in emergencies -- we're mostly screwed. :-) A "one-stop shop" makes the most sense, IMHO. It's for this reason that I regularly advocate use of USB flash drives and the memstick image if physically a

Re: umass: AutoSense failed

2010-12-09 Thread Jeremy Chadwick
cribe the product. The reason I ask: umass is for storage devices; a webcam shouldn't be appearing as a storage device, while a SD/CF/etc. card in a digital camera should. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking

Re: 8.2-PRERELEASE freezing on reboot (-current OK)

2010-12-10 Thread Jeremy Chadwick
ysctls on the 8.2-PRERELEASE box. Be sure to check what the defaults are before toggling them, and only mess with one at a time. hw.acpi.handle_reboot hw.acpi.disable_on_reboot -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking

Re: 8.2-BETA1 sysinstall: No USB devices found

2010-12-12 Thread Jeremy Chadwick
non-linear sectors/blocks of the USB drive). What I'm trying to say is that basically accomplishing things how I described above is impossible given the limitations of the PC BIOS (I have to assume INT 0x13), and that's really too bad given the need for such a thing in this day and age. Wh

Re: 8.2-PRERELEASE freezing on reboot (-current OK)

2010-12-13 Thread Jeremy Chadwick
On Mon, Dec 13, 2010 at 11:46:31PM -, Steven Hartland wrote: > - Original Message - From: "Arno J. Klaassen" > > > >Jeremy Chadwick writes: > > > >>On Fri, Dec 10, 2010 at 10:37:32AM +0100, Arno J. Klaassen wrote: > >>>just FYI tha

Re: 8.2-PRERELEASE freezing on reboot (-current OK)

2010-12-14 Thread Jeremy Chadwick
On Tue, Dec 14, 2010 at 11:24:52PM +0100, Arno J. Klaassen wrote: > Andriy Gapon writes: > > > on 14/12/2010 02:38 Jeremy Chadwick said the following: > >> 1) > > [snip] > >> Also try dropping to the > >> debugger via serial console (serial break)

Re: ntpd fails on boot

2010-12-14 Thread Jeremy Chadwick
s" netwait_ip="4.2.2.1 4.2.2.2" netwait_if="em0" For what these variables mean, please see the script itself. They are thoroughly documented. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://ww

Re: ntpd fails on boot

2010-12-14 Thread Jeremy Chadwick
t gives up. > > Change the REQUIRE line in /etc/rc.d/ntpd to indicate whatever dependency you > need to have so that your network connection is up before ntpd tries to run. > "man rcorder" is informative.... It's not that simple. -- | Jeremy Chadwick

Re: ntpd fails on boot

2010-12-14 Thread Jeremy Chadwick
7;t need > 'netwait'), or check ifconfig, something like that. > > On Tue, Dec 14, 2010 at 6:47 PM, Jeremy Chadwick > wrote: > > > On Tue, Dec 14, 2010 at 05:38:49PM -0700, Dan Allen wrote: > > > Recently my network connection now is setup AFTER ntpd is launc

Re: ntpd fails on boot

2010-12-14 Thread Jeremy Chadwick
; conditions, it can be 1min. So I don't want to use the fallback 'ping' > method. Most laptops today have both LAN and WLAN internet faces, some of > them have even more. So please give my 'utter nonsense' an answer. > On Tue, Dec 14, 2010 at 7:12 PM, Jeremy Chadw

Re: Panic in ZFS layer on 8.1-STABLE

2010-12-15 Thread Jeremy Chadwick
ables I mentioned to effectively ensure you don't encounter this problem. If after tuning you DO encounter this *exact same problem* (kmem_map too small), please report back, as there may be another bug with ARC limiting that needs to be looked at. (Every situation is uniqu

Re: ntpd fails on boot

2010-12-18 Thread Jeremy Chadwick
On Sat, Dec 18, 2010 at 11:37:21AM -0700, Dan Allen wrote: > > On 14 Dec 2010, at 5:47 PM, Jeremy Chadwick wrote: > > > Anyway, many people are using the below with success. > > Sorry to say that netwait did NOT in the end fix the problem. > > I howev

Re: The FreeBSD 7.4-BETA1 CD wont boot properly on this machine

2010-12-19 Thread Jeremy Chadwick
079.html However, that motherboard doesn't seem to support firewire (but Asus has been known to forget mentioning features on their site before). My advice would be to start disabling certain features in the BIOS anyway, and see if you can track down which one is responsible. Otherwise, run

Re: get ram usage using getrusage()

2010-12-19 Thread Jeremy Chadwick
->p_vmspace; > rss = pgtok(vmspace_resident_count(vm)); > > Curthread is not defined, I searched google but can't find any references. > > But is this the proper way to get an apps memory usage? This question might be better suited for the freebsd-hackers mailing list. -- | Jerem

Re: recent 8.2-STABLE commits break nullfs for tinderbox?

2010-12-22 Thread Jeremy Chadwick
S, this appears to work now. FWIW, i can't find this error message ("resource conflict avoided") anywhere in /usr/src, /usr/include, nor /usr/ports on RELENG_8 source dated from 2 hours ago. grep -ri "resource conflict" /usr/src does return some results, but nothing th

Re: 8.2-PRERELEASE: bsdtar does not recognise xz -z9 compression

2010-12-23 Thread Jeremy Chadwick
ression level 9 junk.tar.xz: POSIX tar archive (XZ compressed data) tar: Unrecognized archive format tar: Error exit delayed from previous errors. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.c

Re: MCA messages after upgrade to 8.2-BEAT1

2010-12-24 Thread Jeremy Chadwick
SE. > > Is there some reason that it is only available for i386 and not for > amd64? Linux has something called mcelog, for machine check errors, > which sounds similar and is available for amd64. You mean like what John used in his earlier post on this thread? :-) http://lists.free

Re: slow ZFS on FreeBSD 8.1

2010-12-28 Thread Jeremy Chadwick
e=1073741824 Note that the last entry in sysctl.conf may need to be adjusted, or commented out entirely. It's up to you. You can mess with this in real-time using sysctl. Google for vfs.zfs.txg.write_limit_override to get an idea of how to adjust it, if you want to. -- | Jeremy Chadwick

Re: bge driver regression in 7.4-PRERELEASE, Tyan S4881

2010-12-30 Thread Jeremy Chadwick
hanged to DOWN > bge1: link state changed to UP > bge1: watchdog timeout -- resetting > bge1: link state changed to DOWN > bge1: link state changed to UP > bge1: watchdog timeout -- resetting > bge1: link state changed to DOWN > bge1: link state changed to UP Please p

Re: installworld: check your date/time - Installworld NOT possible...

2010-12-30 Thread Jeremy Chadwick
lem turns out to be a faulty timecounter, the easiest way to solve the problem is to replace the motherboard. If you're not using ntpd, you should be, and will need to wait ~48 hours (this is not an exaggeration) for the clock skew calculation to determine a median value. If you're using

Re: happy hacker lite 2 keyboard

2010-12-30 Thread Jeremy Chadwick
ngs to factory defaults and see if you find any improvement. If not, continue communicating with your system manufacturer. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator

Re: slow ZFS on FreeBSD 8.1

2010-12-31 Thread Jeremy Chadwick
ompounded by the complexities mentioned above. The mmap(2) and sendfile(2) complexities will bite an junior or mid-level SA in the butt too -- they won't know why software starts failing or behaving oddly (FreeBSD ftpd is a good example). It just so happens that Apache, out-of-the-b

Re: ZFS v28 and zil_disable

2010-12-31 Thread Jeremy Chadwick
quot; devices, there is one case[3] of someone experiencing high CPU when either a USB flash drive or an SSD drive[4], where rebooting the system apparently solved the problem (we do not know if this was the case permanently or temporarily). [1]: http://www.solarisinternals.com/wiki/index.p

Re: usb errors with 8 stable

2011-01-04 Thread Jeremy Chadwick
hardware failure... won't get much done, but ... > Android has games... doesn't it? ;-)) > > Thanks for any help, > Beach Geek > > PS. Android does not detect the laptop being connected, except for getting > power. I would start by reviewing t

Re: Regression 7.0R -> 7-stable?

2008-08-07 Thread Jeremy Chadwick
ee if I can find the past reports; I'm going off of memory, but they were in recent days. Also (for you Edwin), be aware of the security issues when enabling HTT, as well as the possible decrease in system performance (while increase in power draw) it can cause: http://en.wikipedia.o

Re: ICRC's

2008-08-10 Thread Jeremy Chadwick
* If similar errors appear using that disk, the problem is either item 1, 2, or 3. * If no errors appear, it's item 4, in which case send the disk to Seagate for RMA; their SeaTools utility, on a full scan, should definitely return an error code which you can give to Support when fil

Re: ICRC's

2008-08-11 Thread Jeremy Chadwick
etect corruption between X and Y. CRCs are not the same thing as error correction or retransmittal; they only result in reporting data corruption, and cannot repair it. http://en.wikipedia.org/wiki/Cyclic_redundancy_check -- | Jeremy Chadwickjdc at parodius.co

Re: em(4) on FreeBSD is sometimes annoying

2008-08-11 Thread Jeremy Chadwick
light go off), re-insert the cable, and within a moment or so dhclient again gets an IP. I'm left wondering if maybe there's an EEPROM setting that's doing this (purely speculative on my part), or possibly some odd BIOS quirk. My T60p (widescreen) is running BIOS 1.14. It's

Re: Hardware monitoring for Intel Atom D945GCLF.

2008-08-11 Thread Jeremy Chadwick
ermal statistics by looking at sysctl, but I know absolutely nothing about the Atom CPU (if it behaves like a Core2Duo, then the coretemp(4) driver might work with it, or might need to be modified to work with it). -- | Jeremy Chadwickjdc at parodius.com | | Parodius

Re: Hardware monitoring for Intel Atom D945GCLF.

2008-08-11 Thread Jeremy Chadwick
On Mon, Aug 11, 2008 at 04:45:47PM -0700, Jeremy Chadwick wrote: > I don't need an API, but this kind of statement makes Intel sound like > they're not willing to disclose the SMBus offsets for monitoring. I > might have to look at lm-sensors from Linux, but that code is

Re: neighbor discovery problem

2008-08-12 Thread Jeremy Chadwick
might cause a stateful firewall to begin allowing said traffic to/from the machine which previously wasn't working. If you use a firewall on these machines (ipfw, pf, etc.), I'd recommend posting your problem to the freebsd-pf list instead. -- | Jeremy Chadwick

Re: umtxn and Apache 2.2

2008-08-12 Thread Jeremy Chadwick
silly false alarm :) Please be sure to report back with the outcome (in a few days, or whenever suits you) -- I've seen a report of similar oddities (threads locking up) on the suPHP mailing list, when using Apache with the worker MPM. No one stated what state the process is in (re: u

Re: neighbor discovery problem

2008-08-12 Thread Jeremy Chadwick
On Tue, Aug 12, 2008 at 01:17:27PM +0200, Mathieu Arnold wrote: > +-le 12.08.2008 01:34:03 -0700, Jeremy Chadwick a dit : > | Important note: I know absolutely nothing about IPv6. > | > | Do you have ACLs on any of these machines? !A in traceroute commonly > | means there's

Re: neighbor discovery problem

2008-08-12 Thread Jeremy Chadwick
On Tue, Aug 12, 2008 at 01:34:35PM +0200, Mathieu Arnold wrote: > > > +-le 12.08.2008 13:17:27 +0200, Mathieu Arnold a dit : > | +-le 12.08.2008 01:34:03 -0700, Jeremy Chadwick a dit : > || Important note: I know absolutely nothing about IPv6. > || > || Do you have ACLs on

Re: neighbor discovery problem

2008-08-12 Thread Jeremy Chadwick
On Tue, Aug 12, 2008 at 02:01:45PM +0200, Mathieu Arnold wrote: > +-le 12.08.2008 04:36:57 -0700, Jeremy Chadwick a dit : > | A pass on RELENG_7 will still cause state to be kept (keep state is > | implicit on RELENG_7). > > I've just tried doing pfctl -d, and not help, I *r

Re: Hardware monitoring for Intel Atom D945GCLF.

2008-08-12 Thread Jeremy Chadwick
On Tue, Aug 12, 2008 at 10:38:11PM +0200, Eugene Butusov wrote: > Jeremy Chadwick pisze: >> On Mon, Aug 11, 2008 at 04:45:47PM -0700, Jeremy Chadwick wrote: >>> I don't need an API, but this kind of statement makes Intel sound like >>> they're not will

Fwd: Re: command not found: problem with dash in filenames

2008-08-12 Thread Jeremy Chadwick
- Forwarded message from KES <[EMAIL PROTECTED]> - > From: KES <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Date: Tue, 12 Aug 2008 23:40:08 +0400 > Subject: Re: command not found: problem with dash in filenames > > > > 12.08.08, 22:25,

Re: em(4) on FreeBSD is sometimes annoying

2008-08-13 Thread Jeremy Chadwick
4. connect the cable > 5. no link This wasn't the procedure I was following when I did testing on my T60p widescreen -- I was booting with the cable connected. I'll have to try the above procedure tonight, although it may be wasted effort as Jack was able to repro it on an X

Re: HEADS UP: inpcb/inpcbinfo rwlocking: coming to a 7-STABLE branch near you

2008-08-13 Thread Jeremy Chadwick
mplete) on em0 [ethernet] > ? (199.212.134.1) at (incomplete) on em0 [ethernet] > ? (199.212.134.1) at (incomplete) on em0 [ethernet] > > I will try a kernel before the em changes, as thats the only other thing > I can think of off the top of my head. That almost looks like some kind

Re: HEADS UP: inpcb/inpcbinfo rwlocking: coming to a 7-STABLE branch near you

2008-08-13 Thread Jeremy Chadwick
On Wed, Aug 13, 2008 at 05:35:21PM -0400, Mike Tancsa wrote: > At 05:25 PM 8/13/2008, Jeremy Chadwick wrote: >> > >> > I will try a kernel before the em changes, as thats the only other thing >> > I can think of off the top of my head. > > I commented ou

Re: Process size.

2008-08-14 Thread Jeremy Chadwick
ding page sizes and other VM-related things, while limits datasize and stacksize may only be specific to those allocated amounts. If this machine was running RELENG_7 (STABLE), it would have procstat, which could help discern where the "extra" memory is. Also: is this i386 or amd64? --

Re: Removing /usr/lib32 on AMD64

2008-08-14 Thread Jeremy Chadwick
ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/mysql 32-bit compatibility ldconfig path: -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrato

Re: Removing /usr/lib32 on AMD64

2008-08-14 Thread Jeremy Chadwick
2.so.1 pointing to it. > Should I leave them or remove them? They were not mentioned in the diff > in the bugreport. You should safely be able to remove those as well, assuming you have rebuilt/reinstalled world, and rebuilt all of your ports. Otherwise upon removal, programs utilisin

Re: Removing /usr/lib32 on AMD64

2008-08-14 Thread Jeremy Chadwick
On Thu, Aug 14, 2008 at 11:09:23AM +0200, Morgan Wesström wrote: > Jeremy Chadwick wrote: >> I don't remember if 7.0-RELEASE sysinstall lists it, but I know >> 7.0-STABLE does. > > Oh, that explains it. I installed RELEASE and am still on RELEASE tbh. > Sorr

Re: CPUTYPE weirdness

2008-08-14 Thread Jeremy Chadwick
1) Remove the space after the word "CPUTYPE", e.g.: CPUTYPE?=core2 You can put a tab after the "=" if you want, e.g.: CPUTYPE?= core2 2) According to some very old mail I have (will dig it up if you want), Core2Duo users should be using CPUTYPE?=nocona. -- | Jeremy Cha

Re: CPUTYPE weirdness

2008-08-14 Thread Jeremy Chadwick
an /etc/make.conf that contains a > single "CPUTYPE ?= core2". Another mistake: You do not declare CPUTYPE in src.conf; you put it in make.conf. Please read the src.conf(5) and make.conf(5) manpages to distinguish the difference in functionality. -- | Jeremy Chadwick

Re: broken routing / arp (was HEADS UP: inpcb/inpcbinfo rwlocking: coming to a 7-STABLE branch near you)

2008-08-14 Thread Jeremy Chadwick
running with Intel > nics. It seems to be in the commits below between > date=2008.07.30.18.00.00 > and > date=2008.07.31.00.00.00 You can ignore the src/sys/dev/e1000 commits, since those are specific to Intel NICs -- specifically splitting up em(4) and igb(4). -- | Jeremy C

Re: CPUTYPE weirdness

2008-08-14 Thread Jeremy Chadwick
On Thu, Aug 14, 2008 at 04:13:51PM +0200, Johan Hendriks wrote: > >Jeremy Chadwick wrote: > >> On Thu, Aug 14, 2008 at 02:35:46PM +0200, Pascal Hofstee wrote: > >> > >>> I just installed a fresh FreeBSD/amd64 7.0-RELEASE and trying to update > >>

Re: CPUTYPE weirdness

2008-08-14 Thread Jeremy Chadwick
On Thu, Aug 14, 2008 at 07:36:48AM -0700, Jeremy Chadwick wrote: > 2) You can use nocona on both i386 and amd64 -- I speak from > experience. I'm referring to RELENG_7 by the way; I don't think > nocona is recognised by the base system gcc on RELENG_6. I stand corrected -

Re: ICH9 Controller on Asus P5K-E showing up as "Intel AHCI controller"

2008-08-18 Thread Jeremy Chadwick
ork with most all AHCI implementations. I would say what you're seeing is good. AHCI == good. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain

Re: Stable SATA pci card for FreeBSD 6.x/7.0

2008-08-21 Thread Jeremy Chadwick
x27;t available back then. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977.

Re: machine hangs on occasion - correlated with ssh break-in attempts

2008-08-21 Thread Jeremy Chadwick
the number of brute-force attempts you see above; I've never seen any of those brute-force attacking programs portscan, then attack against a port which returns a OpenSSH string. Finally, consider moving to pf instead, if you really feel ipfw is what's causing your machine to crash. You might

Re: Memory Usage Stats

2008-08-21 Thread Jeremy Chadwick
's not exactly what I'm looking for. You could start by: 1) Stating if you're on i386 or amd64 -- it matters, 2) Providing top output (sorted by "res") before and after said rebuild, 3) Providing top output (sorted by "res") before and after you terminate a proc

Re: Memory Usage Stats

2008-08-21 Thread Jeremy Chadwick
- Forwarded message from Sabeeh Baig <[EMAIL PROTECTED]> - > From: Sabeeh Baig <[EMAIL PROTECTED]> > To: Jeremy Chadwick <[EMAIL PROTECTED]> > Date: Thu, 21 Aug 2008 16:51:13 -0400 > Subject: Re: Memory Usage Stats > > 1) I didn't know that ab

Re: Regression 7.0R -> 7-stable?

2008-08-25 Thread Jeremy Chadwick
eces together. Also acts as an interface to power-related features often used on laptops (not to be confused with S1/S3 suspend states) HTH... -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/

Re: 7.0 release to stable

2008-08-25 Thread Jeremy Chadwick
Assembler messages: > {standard input}:27: Error: suffix or operands invalid for `mov' > *** Error code 1 > > Stop in /usr/src/lib/csu/i386-elf. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 Please provide your /etc/make.conf if possible. -- | Jeremy C

Re: 6.3 stable install world failing

2008-08-26 Thread Jeremy Chadwick
ced this situation too. Looks like mtree file for usr > filesystem is outdated. To successfully proceed with installation I removed > those symlinks and made directories with the same names. des@ recently admitted to botching this -- said change was intended for RELENG_7 and HEAD, and does

Re: Finding which GEOM provider is generating errors in a graid3

2008-08-27 Thread Jeremy Chadwick
READ(offset=160320159744, >> length=16384)]error = 5 Aug 27 17:53:48 backup last message repeated >> 7 times Aug 27 17:53:48 backup kernel: >> g_vfs_done():raid3/data1[READ(offset=160320176128, >> length=16384)]error = 5 Aug 27 17:53:48 backup last message repeated >> 22

Re: IPMI and Dell ERA/O

2008-08-29 Thread Jeremy Chadwick
em(4) does (I could be wrong here). bge(4) has a loader.conf tunable that tells the driver to understand ASF or not. In general, it's horrible, and I feel sorry for driver authors having to deal with it. -- | Jeremy Chadwickjdc at parodius.com | | Parodius

Re: stable/6 make and build errors

2008-08-29 Thread Jeremy Chadwick
discovered an old build dir in /usr/obj/ > that matched the path that my tree was currently a part of. > > So, a "make clean" or a "make cleanworld" doesn't delete /usr/obj/(DIR) > for some reason? Bug? It's known that 'make clean' will

Re: Possible ZFS patch, please test!

2008-08-30 Thread Jeremy Chadwick
" performance when prefetch is enabled (the default), while the system is generally more responsive when prefetch is disabled. This may have nothing to do with the problem you've stated, but I thought I'd throw it out there. -- | Jeremy Chadwickjd

Re: ZFS performance issues (solved?!)

2008-09-01 Thread Jeremy Chadwick
ven requiring a live cd. A headsup or > warning would probably be appreciated by other zfs'ers. I second this motion. Upon rebuilding my system this morning, I was surprised to see the kernel printf()s about OpenSolaris and CDDL, and could find no mention of what purpose the module serve

Re: bin/121684: : dump(8) frequently hangs

2008-09-01 Thread Jeremy Chadwick
oblem when it comes to programs which use atime to discern things, such as classic UNIX mailboxes/mbox. "Um, why does mutt say I don't have any new mail when I do??" In our case, the only person using classic UNIX mboxes with a mail client local to the machine was me, so I ended up

<    3   4   5   6   7   8   9   10   11   12   >