Re: NFS regression on recent STABLE

2010-11-23 Thread Jeremy Chadwick
provided: http://lists.freebsd.org/pipermail/freebsd-stable/2010-November/059853.html Relevant follow-up: http://lists.freebsd.org/pipermail/freebsd-stable/2010-November/059869.html -- | 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: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 free...@jdc.parodius.com (from Tue, 23 Nov

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

2010-11-23 Thread Jeremy Chadwick
takes some time. On Tue, Nov 23, 2010 at 2:48 PM, Andriy Gapon a...@freebsd.org wrote: on 23/11/2010 22:45 Jeremy Chadwick said the following: make buildkernel WITH_CTF=1 I believe the above to be necessary and sufficient part (for using DTrace on kernel). I don't have this problem

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

2010-11-23 Thread Jeremy Chadwick
recent): http://lists.freebsd.org/pipermail/freebsd-stable/2010-November/059985.html -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA

Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-11-22 Thread Jeremy Chadwick
, but I followed the procedure here: http://wiki.freebsd.org/DTrace Which worked fine. See this thread for verification that the above works correctly: http://lists.freebsd.org/pipermail/freebsd-fs/2010-October/009780.html -- | Jeremy Chadwick j...@parodius.com

Re: problems with network on em

2010-11-20 Thread Jeremy Chadwick
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 $ dmesg | grep em2 $ sysctl dev.em.2 $ uname -a $ netstat -ind -I em2 Thanks. -- | Jeremy Chadwick j

Re: problems with network on em

2010-11-20 Thread Jeremy Chadwick
. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB

Re: [releng_7 tinderbox] failure on amd64/amd64

2010-11-19 Thread Jeremy Chadwick
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/netcat/netcat.c.diff?r1=1.6.2.1;r2=1.6.2.2;f=h -- | Jeremy Chadwick

Re: TTY task group scheduling

2010-11-19 Thread Jeremy Chadwick
, especially with regards to libgeom). IMHO, the gsched stuff, as a layer, should probably be moved into the I/O framework by default, with the functionality *disabled* by default and tunables to adjust it. That's just how I feel about it. -- | Jeremy Chadwick j

Re: TTY task group scheduling

2010-11-18 Thread Jeremy Chadwick
my opinion of this scheduler change (though I admit something could be learned from it): http://linux.slashdot.org/comments.pl?sid=1870628cid=34241622 Specifically, the quote: process grouping is too difficult to be done based on such simplistic criteria. -- | Jeremy Chadwick

Re: High cpu usage when using ZFS cache device

2010-11-16 Thread Jeremy Chadwick
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/snapshots/201011/ -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking

Re: High cpu usage when using ZFS cache device

2010-11-16 Thread Jeremy Chadwick
. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB

Re: icmp packets on em larger than 1472

2010-11-10 Thread Jeremy Chadwick
on 8.1 stable are not affected Please provide uname -a output from the machine with the emX devices, as well as relevant emX information from dmesg (e.g. driver version). sysctl dev.em.X might also be helpful. Thanks. -- | Jeremy Chadwick j...@parodius.com

Re: 8-STABLE buildworld failure

2010-11-09 Thread Jeremy Chadwick
zlib.ko 1 error *** Error code 2 1 error *** Error code 2 -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard

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

2010-11-05 Thread Jeremy Chadwick
) 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 running. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http

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 download the file with firefox, but fetch

Re: Fatal trap 18

2010-11-03 Thread Jeremy Chadwick
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 know. -- | Jeremy Chadwick

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 is that we try to find a resolution, because I suppose

Re: Fatal trap 18

2010-11-02 Thread Jeremy Chadwick
/08/20/14 Can you please roll your source code back to a date prior to the above commit, rebuild, and re-try? You can accomplish this using the date option in your cvsup/csup file. See csup(1) for details. I would recommend also chopping off an additional hour just in case. -- | Jeremy Chadwick

Re: beastiality

2010-10-29 Thread Jeremy Chadwick
Randy, TLG called, they want AS2914 back. ;-) -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since

Re: 8.1-STABLE: zfs and sendfile: problem still exists

2010-10-29 Thread Jeremy Chadwick
Fri Oct 29 07:47:30 PDT 2010 /dev/null 100% of 500 MB 164 MBps What ZFS tunings have you applied to your system? Can you provide output from sysctl -a kstat.zfs.misc.arcstats before and after a transfer which exhibits the initial slowdown? -- | Jeremy

Re: safe mode

2010-10-29 Thread Jeremy Chadwick
since you say: Additional info: 6.4 exhibits the same behavior. 7.2 boots okay in normal mode. You should probably read this, specifically the fact that the RELENG_6 branch is being EOL'd in about 30 days. http://www.freebsd.org/security/ -- | Jeremy Chadwick j

Re: safe mode

2010-10-29 Thread Jeremy Chadwick
On Fri, Oct 29, 2010 at 01:12:29PM -0400, Stephen Clark wrote: On 10/29/2010 12:54 PM, Jeremy Chadwick wrote: On Fri, Oct 29, 2010 at 11:17:50AM -0400, Stephen Clark wrote: I am having a problem getting 6.3 to boot on an intel atom mb. When it gets to where it should identify the drive

Can't build boot blocks after new GPT attributes added

2010-10-27 Thread Jeremy Chadwick
. Please advise. If there is a new/correct method, then I'd like to know what it is, in addition to the Handbook needing to be updated. [1]: http://www.freebsd.org/doc/handbook/serialconsole-setup.html (See Section 26.6.5.2) -- | Jeremy Chadwick j

Re: Can't build boot blocks after new GPT attributes added

2010-10-27 Thread Jeremy Chadwick
On Wed, Oct 27, 2010 at 10:08:17AM +0200, Pawel Jakub Dawidek wrote: On Wed, Oct 27, 2010 at 12:44:02AM -0700, Jeremy Chadwick wrote: The below commit has broken the ability to build system boot blocks (including pxeldr) the historic way[1]: http://freshbsd.org/2010/10/17/20/10/00

Re: Can't build boot blocks after new GPT attributes added

2010-10-27 Thread Jeremy Chadwick
On Wed, Oct 27, 2010 at 09:27:03AM -0400, John Baldwin wrote: On Wednesday, October 27, 2010 3:44:02 am Jeremy Chadwick wrote: The below commit has broken the ability to build system boot blocks (including pxeldr) the historic way[1]: http://freshbsd.org/2010/10/17/20/10/00

Re: beastiality

2010-10-27 Thread Jeremy Chadwick
it off and see if things improve. Be aware that you will lose the ability to access things like Option ROMs (SCSI BIOSes, Intel NIC PXE boot information, etc.). If your system doesn't offer that BIOS option, then possibly just leaving console as its default will suffice. -- | Jeremy Chadwick

Re: ATA error messages

2010-10-26 Thread Jeremy Chadwick
disks would be renamed from things like ad4 to ada0 and ad6 to ada1, however. Just FYI. This is unrelated to your problem though. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems

Re: rpcbind, rpc.statd memory footprint

2010-10-26 Thread Jeremy Chadwick
/rpc.statd /usr/sbin/rpc.statd: librpcsvc.so.5 = /usr/lib/librpcsvc.so.5 (0x60648000) libc.so.7 = /lib/libc.so.7 (0x6075) Bottom line: don't worry too much about VSZ when it comes to memory usage. Bloated RSS is reason to worry. -- | Jeremy Chadwick j

Re: [releng_8 tinderbox] failure on amd64/amd64

2010-10-26 Thread Jeremy Chadwick
On Tue, Oct 26, 2010 at 05:17:55PM +0200, Attilio Rao wrote: This issue should be resolved by r214370 already; someone else can validate this? I'll start a clean buildworld on my box. Should be done in about 10-15 minutes. -- | Jeremy Chadwick j

Re: [releng_8 tinderbox] failure on amd64/amd64

2010-10-26 Thread Jeremy Chadwick
On Tue, Oct 26, 2010 at 09:02:09AM -0700, Jeremy Chadwick wrote: On Tue, Oct 26, 2010 at 05:17:55PM +0200, Attilio Rao wrote: This issue should be resolved by r214370 already; someone else can validate this? I'll start a clean buildworld on my box. Should be done in about 10-15 minutes

Re: stable GENERIC kernel build fails?

2010-10-25 Thread Jeremy Chadwick
://freshbsd.org/2010/10/25/13/34/55 -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977

Re: ZFS wrong size stats with amavis

2010-10-22 Thread Jeremy Chadwick
) using compression? -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP

Re: repeating crashes with 8.1

2010-10-21 Thread Jeremy Chadwick
portions of the em(4) driver. I think taskq issue might be the thing he's fixing and thus might have a workaround for you. But we're going to need to know exactly what em(4) model you have. Please provide dmesg output relevant to em0, and also pciconf -lvc output for the em0@xxx device. -- | Jeremy

Re: repeating crashes with 8.1

2010-10-21 Thread Jeremy Chadwick
On Thu, Oct 21, 2010 at 03:28:41PM -0700, Randy Bush wrote: em0: Intel(R) PRO/1000 Network Connection 7.0.5 port 0x2000-0x201f mem 0xe800-0xe801 irq 16 at device 0.0 on pci13 randy Jeremy Chadwick wrote: On Thu, Oct 21, 2010 at 12:08:23PM -0700, Randy Bush wrote: FreeBSD

Re: Spurious reboot in 8.1-RELEASE when reading from ZFS pool with 9 disks

2010-10-20 Thread Jeremy Chadwick
things. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB

Re: kpanic on install 32GB of RAM

2010-10-18 Thread Jeremy Chadwick
this, though I know John Baldwin already has one which should work. For John -- this is for an Intel Xeon X6550, assuming Sean is using the ProLiant DL980 G7 model AM444A and not model AM445A: http://h10010.www1.hp.com/wwpc/us/en/sm/WF25a/15351-15351-3328412-241644-4222584-4231377.html -- | Jeremy

Re: kpanic on install 32GB of RAM

2010-10-16 Thread Jeremy Chadwick
On Sat, Oct 16, 2010 at 12:52:00PM -0700, Sean Bruno wrote: On Fri, 2010-10-15 at 09:38 -0700, Sean Bruno wrote: On Fri, 2010-10-15 at 09:30 -0700, Boris Kochergin wrote: On 10/15/10 12:27, Jeremy Chadwick wrote: On Fri, Oct 15, 2010 at 09:04:53AM -0700, Sean Bruno wrote: So, trying

Re: kpanic on install 32GB of RAM

2010-10-15 Thread Jeremy Chadwick
people who experience issues/problems when using very large amounts of RAM. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA

Re: kpanic on install 32GB of RAM

2010-10-15 Thread Jeremy Chadwick
On Fri, Oct 15, 2010 at 09:27:14AM -0700, Jeremy Chadwick wrote: On Fri, Oct 15, 2010 at 09:04:53AM -0700, Sean Bruno wrote: So, trying to get a massively overpowered HP box up with 7.3 amd64 version up and running. I can't tell at the moment, but it looks like the installer kernel

Re: Problem with security log

2010-10-14 Thread Jeremy Chadwick
On Thu, Oct 14, 2010 at 01:46:38PM +0200, Torfinn Ingolfsen wrote: On Wed, 13 Oct 2010 01:17:58 -0700 Jeremy Chadwick free...@jdc.parodius.com wrote: There isn't a 100% reliable way to get rid of this problem. I've been harping about this for years (sorry to sound like a jerk

Re: Label question...why does ufs label vanish on mount?

2010-10-13 Thread Jeremy Chadwick
way around.) Pulling in pjd@ who can probably shed some light on this. Pawel, you might be interested in this part of the thread specifically: http://lists.freebsd.org/pipermail/freebsd-stable/2010-October/059483.html -- | Jeremy Chadwick j...@parodius.com

Re: Problem with security log

2010-10-13 Thread Jeremy Chadwick
://www.mjmwired.net/kernel/Documentation/trace/ring-buffer-design.txt -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard

Re: Problem with security log

2010-10-13 Thread Jeremy Chadwick
On Wed, Oct 13, 2010 at 11:24:48AM +0300, Andriy Gapon wrote: on 13/10/2010 11:17 Jeremy Chadwick said the following: The workaround -- which again, does not solve the problem, only decreases the regularity of it happening (and when it does happen, can sometimes decrease how much

Re: Problem with security log

2010-10-13 Thread Jeremy Chadwick
On Wed, Oct 13, 2010 at 11:03:36AM +0200, Marcin wrote: 2010/10/13 Jeremy Chadwick free...@jdc.parodius.com: On Tue, Oct 12, 2010 at 10:50:28PM +0200, Marcin wrote: Hi folks, For some time in the file / var / log / security appear illegible entries: kernel: ipfw: 200 Deny UDiPp f1w9:2

Re: ZFS and Storage Systems

2010-10-12 Thread Jeremy Chadwick
in the title of their site, so that's definitely what they're using, even down to the controller card offerings (some of which (Marvell) are known to behave oddly on FreeBSD (yes there are success stories, but there are also follow-up horror stories) -- consider yourself warned). -- | Jeremy Chadwick

Re: Label question...why does ufs label vanish on mount?

2010-10-12 Thread Jeremy Chadwick
on that association, if any at all. HTH, FWIW... -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since

Re: No disks found on FreeBSD 8.1-STABLE on Sun X4500

2010-10-12 Thread Jeremy Chadwick
mav@ who works on the mvs(4) driver. [1]: Snag an appropriate 8.1-STABLE-201009 snapshot if you could, from whatever mirror suits you best, e.g.: ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/201009/ -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking

Re: mouse problems....

2010-10-12 Thread Jeremy Chadwick
devd(8) which auto-launches moused, not the USB subsystem. See /etc/devd.conf and look for the 'ums[0-9]+' entries. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator

Re: out of HDD space - zfs degraded

2010-10-08 Thread Jeremy Chadwick
with SMTP id 2so118133ywh.13for freebsd-stable@freebsd.org; Fri, 08 Oct 2010 13:35:41 -0700 (PDT) Please do something about this, as it's highly irritating. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking

Re: zfs hang in zio-io_cv) with dd read

2010-10-07 Thread Jeremy Chadwick
bytes/sec) 16+0 records in 16+0 records out 1048576 bytes transferred in 1077.266770 secs (9733671 bytes/sec) Isn't slow I/O one of the results of ARC starvation? Please also provide vmstat -i output. Also adding Andriy Gapon to the CC list. -- | Jeremy Chadwick

Re: FreeBSD 8.1-RELEASE Announcement - Typo

2010-10-07 Thread Jeremy Chadwick
. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB

Re: zfs send/receive: is this slow?

2010-10-05 Thread Jeremy Chadwick
On Mon, Oct 04, 2010 at 07:39:16PM -0400, Dan Langille wrote: On 10/4/2010 2:10 PM, Jeremy Chadwick wrote: On Mon, Oct 04, 2010 at 01:31:07PM -0400, Dan Langille wrote: On Mon, October 4, 2010 3:27 am, Martin Matuska wrote: Try using zfs receive with the -v flag (gives you some stats

Re: Has anyone usd hast in production yet - opinions ?

2010-10-04 Thread Jeremy Chadwick
are often provided). http://lists.freebsd.org/pipermail/freebsd-fs/ -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard

Re: out of HDD space - zfs degraded

2010-10-04 Thread Jeremy Chadwick
enable TLER on WDC Black disks that I have. Someone would need to quite honestly test the behaviour of TLER with FreeBSD (testing both disk catatonic state as well as transient error + recovery) to see how things behave. -- | Jeremy Chadwick j...@parodius.com

Re: zfs send/receive: is this slow?

2010-10-04 Thread Jeremy Chadwick
on *both* systems (the sender and the recipient)? Footnote: Please use -f '^ada[0-9]+$' in the future on your gstat, to include only the adaXX devices. The xxxp1 and gpt entries aren't of interest. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking

Re: device names changes for adX.

2010-10-02 Thread Jeremy Chadwick
the devices will change? Please see this thread: http://www.mail-archive.com/freebsd-stable@freebsd.org/msg112349.html -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator

Re: Broken SASL/Kerberos authentication: openldap client GSSAPI authentication segfaults on FreeBSD 8.1 Release too

2010-10-02 Thread Jeremy Chadwick
buildworld)? If so, please remove them and restart the build. Then you will see where the actual compile/make error happens. From the above output, it doesn't look like it's related to the Kerberos or libgssapi stuff. -- | Jeremy Chadwick j...@parodius.com

Re: out of HDD space - zfs degraded

2010-10-02 Thread Jeremy Chadwick
, otherwise I have to do a bunch of manual work with regarsd to line wrapping/etc... I'll provide an analysis of SMART stats for you, to see if anything crazy happened to the disk itself. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking

Re: MySQL performance concern

2010-10-02 Thread Jeremy Chadwick
. Here's the pool configuration: If you move things to UFS2, does the problem disappear? You might not be seeing any disk I/O on the filesystem with gstat because ZFS ARC could have all of the data in it. -- | Jeremy Chadwick j...@parodius.com | | Parodius

Re: out of HDD space - zfs degraded

2010-10-02 Thread Jeremy Chadwick
On Sat, Oct 02, 2010 at 06:09:25PM -0400, Dan Langille wrote: On 10/2/2010 10:19 AM, Jeremy Chadwick wrote: On Sat, Oct 02, 2010 at 09:43:30AM -0400, Dan Langille wrote: Overnight I was running a zfs send | zfs receive (both within the same system / zpool). The system ran out of space

Re: out of HDD space - zfs degraded

2010-10-02 Thread Jeremy Chadwick
On Sat, Oct 02, 2010 at 07:23:16PM -0400, Dan Langille wrote: On 10/2/2010 6:36 PM, Jeremy Chadwick wrote: On Sat, Oct 02, 2010 at 06:09:25PM -0400, Dan Langille wrote: On 10/2/2010 10:19 AM, Jeremy Chadwick wrote: On Sat, Oct 02, 2010 at 09:43:30AM -0400, Dan Langille wrote: Overnight I

Re: boot0cfg problems

2010-10-01 Thread Jeremy Chadwick
) Can you try doing sysctl kern.geom.debugflags=16 first? -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard

Re: boot0cfg problems

2010-10-01 Thread Jeremy Chadwick
-shooting? I mean, even the NOTE section of the boot0cfg(8) man page documents what I'm trying to say. Anyway, if the MBR did get updated without kern.geom.debugflags having bit 4 set, then wouldn't this indicate there's a bug in GEOM's sector 0 protection? -- | Jeremy Chadwick

Re: zfs send/receive: is this slow?

2010-10-01 Thread Jeremy Chadwick
has (vs. one patched with the high-performance patches) either; the point is that mbuffer did absolutely nothing or made things worse. This[2] didn't impress me either. [1]: http://www.edwinh.org/flexbackup/ [2]: http://www.edwinh.org/flexbackup/faq.html#Common%20problems4 -- | Jeremy Chadwick

mysqld_safe holding open a pty/tty on FreeBSD (7.x and 8.x)

2010-09-30 Thread Jeremy Chadwick
CMD PID FD MOUNT INUM MODE SZ|DV R/W NAME icarus# fstat | grep pts/1 icarus# Ideas? -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator

Re: mysqld_safe holding open a pty/tty on FreeBSD (7.x and 8.x)

2010-09-30 Thread Jeremy Chadwick
On Thu, Sep 30, 2010 at 09:03:33AM +0200, Ed Schouten wrote: Hi Jeremy, * Jeremy Chadwick free...@jdc.parodius.com wrote: 1) mysqld_safe /dev/null 21 never released the tty 2) nohup mysqld_safe /dev/null 21 did release the tty What happens if you run the following command

Re: mysqld_safe holding open a pty/tty on FreeBSD (7.x and 8.x)

2010-09-30 Thread Jeremy Chadwick
On Thu, Sep 30, 2010 at 09:30:25AM +0200, Alex Dupre wrote: Jeremy Chadwick ha scritto: Until rc(8) can be updated to support daemon(8) natively, This would be the Right Thing IMHO. the ~76 ports which Do The Wrong Thing(tm) should get updated to do it this way. Ones like mysqlXX

Re: mysqld_safe holding open a pty/tty on FreeBSD (7.x and 8.x)

2010-09-30 Thread Jeremy Chadwick
On Thu, Sep 30, 2010 at 08:53:07AM -0400, Paul Mather wrote: On Sep 30, 2010, at 3:56 AM, Jeremy Chadwick wrote: The diff is pretty obvious/simple (2 line change), so the other databases/mysqlXX-server ports can be upgraded in the same manner. --- files/mysql-server.sh.in.orig 2010

Re: Problem running 8.1R on KVM with AMD hosts

2010-09-30 Thread Jeremy Chadwick
to the configured swap device (I have set dump* in /etc/rc.conf) so that I could get you the kgdb output, but it just looped back into the debugger. Try call doadump instead. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http

Re: CPU time accounting broken on 8-STABLE machine after a few hours of uptime

2010-09-29 Thread Jeremy Chadwick
-level board (I see an nfe(4) controller, for example). -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard

Re: fetch: Non-recoverable resolver failure

2010-09-29 Thread Jeremy Chadwick
On Tue, Sep 28, 2010 at 10:59:04PM +0200, Miroslav Lachman wrote: Jeremy Chadwick wrote: On Tue, Sep 28, 2010 at 08:12:00PM +0200, Miroslav Lachman wrote: Hi, we are using fetch command from cron to run PHP scripts periodically and sometimes cron sends error e-mails like this: fetch

Re: cpu timer issues

2010-09-29 Thread Jeremy Chadwick
On Wed, Sep 29, 2010 at 01:49:39PM +1000, Jurgen Weber wrote: Andriy You can find everything you are after here: http://pastebin.com/WH4V2W0F The information provided here shows ACPI is disabled in addition to the boot not being verbose. -- | Jeremy Chadwick

Re: CPU time accounting broken on 8-STABLE machine after a few hours of uptime

2010-09-29 Thread Jeremy Chadwick
On Wed, Sep 29, 2010 at 12:39:49AM -0700, Don Lewis wrote: On 29 Sep, Jeremy Chadwick wrote: Given all the information here, in addition to the other portion of the thread (indicating ntpd reports extreme offset between the system clock and its stratum 1 source), I would say

Re: resume slow on Thinkpad T42 FreeBSD 8-STABLE

2010-09-29 Thread Jeremy Chadwick
be freaking out doing literally anything (booting the kernel for example); I'm under the impression Pentium M CPUs do not have ECC L1 cache. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems

Re: resume slow on Thinkpad T42 FreeBSD 8-STABLE

2010-09-29 Thread Jeremy Chadwick
On Wed, Sep 29, 2010 at 10:16:13AM -0700, Chuck Swiger wrote: On Sep 29, 2010, at 10:07 AM, Jeremy Chadwick wrote: On Wed, Sep 29, 2010 at 09:57:53AM -0700, Chuck Swiger wrote: I doubt repeated coincidences. :-) Is prime95 testing running stable after waking from sleep? He's

Re: resume slow on Thinkpad T42 FreeBSD 8-STABLE

2010-09-29 Thread Jeremy Chadwick
On Wed, Sep 29, 2010 at 08:24:21PM +0300, Vitaly Magerya wrote: Jeremy Chadwick wrote: On Wed, Sep 29, 2010 at 09:57:53AM -0700, Chuck Swiger wrote: Is prime95 testing running stable after waking from sleep? Yes, 0 errors, 0 warnings. The Thinkpad hardware he's on is old (note

Re: cpu timer issues

2010-09-29 Thread Jeremy Chadwick
for you. On 29/09/10 5:29 PM, Jeremy Chadwick wrote: On Wed, Sep 29, 2010 at 01:49:39PM +1000, Jurgen Weber wrote: Andriy You can find everything you are after here: http://pastebin.com/WH4V2W0F The information provided here shows ACPI is disabled in addition to the boot not being

Re: cpu timer issues

2010-09-28 Thread Jeremy Chadwick
of bad crystals into the market. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977

Re: Still getting kmem exhausted panic

2010-09-28 Thread Jeremy Chadwick
ZFS-related parameters as well (disabling prefetch, adjusting txg.timeout, etc.), but those shouldn't be necessary to gain stability at this point in time. I can't provide tuning advice for i386. [1]: http://lists.freebsd.org/pipermail/freebsd-stable/2010-September/059109.html -- | Jeremy

Re: Still getting kmem exhausted panic

2010-09-28 Thread Jeremy Chadwick
On Tue, Sep 28, 2010 at 03:22:01PM +0300, Andriy Gapon wrote: on 28/09/2010 14:50 Jeremy Chadwick said the following: I believe the trick -- Andriy, please correct me if I'm wrong -- is the Wouldn't hurt to CC me, so that I could do it :-) tuning of vfs.zfs.arc_max, which is now a hard

Re: CPU time accounting broken on 8-STABLE machine after a few hours of uptime

2010-09-28 Thread Jeremy Chadwick
not convinced ntpd has anything to do with your problem. EIST or EIST-like capabilities (such as Cool'n'Quiet) are often the source of the problem. device cpufreq might solve your issue entirely, hard to say. -- | Jeremy Chadwick j...@parodius.com | | Parodius

Re: fetch: Non-recoverable resolver failure

2010-09-28 Thread Jeremy Chadwick
contents of your /etc/resolv.conf, as well as details about your network configuration on the machine (specifically if any firewall stacks (pf or ipfw) are in place) would help too. Some folks might want netstat -m output as well. -- | Jeremy Chadwick j

Re: CPU time accounting broken on 8-STABLE machine after a few hours of uptime

2010-09-27 Thread Jeremy Chadwick
adjusts clock frequencies. http://lists.freebsd.org/pipermail/freebsd-questions/2006-October/133253.html http://www.mail-archive.com/freebsd-stable@freebsd.org/msg95530.html -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http

Re: Failure to burn with ahci mode.

2010-09-26 Thread Jeremy Chadwick
configuration file? Thanks. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP

Re: Failure to burn with ahci mode.

2010-09-26 Thread Jeremy Chadwick
On Sun, Sep 26, 2010 at 07:37:15PM +0200, David DEMELIER wrote: 2010/9/26 Jeremy Chadwick free...@jdc.parodius.com: On Sun, Sep 26, 2010 at 07:12:17PM +0200, David DEMELIER wrote: 2010/9/26 Erik Trulsson ertr1...@student.uu.se: On Sun, Sep 26, 2010 at 11:53:01AM +0200, David DEMELIER wrote

Re: 8.1-RELEASE: [zfs] [kmem] zfs destroy snapshot results in panic: kmem_map too small

2010-09-24 Thread Jeremy Chadwick
, no there aren't really reliable guidelines and I've been asking for such since ZFS came out for FreeBSD, but your values look fine. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems

Re: 8.1-RELEASE: [zfs] [kmem] zfs destroy snapshot results in panic: kmem_map too small

2010-09-24 Thread Jeremy Chadwick
On Fri, Sep 24, 2010 at 03:46:49PM +0300, Andriy Gapon wrote: on 24/09/2010 15:33 Jeremy Chadwick said the following: On Fri, Sep 24, 2010 at 01:24:46PM +0200, Leroy van Logchem wrote: - Problem : Kernel

Re: SuperMicro i7 (UP) - very slow performance

2010-09-22 Thread Jeremy Chadwick
if you'd like. It does include a patch. 3) Reset the BIOS settings to Factory Defaults (Load Setup Defaults or the like), and then write down whatever you change, then post the changes here. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking

Re: SuperMicro i7 (UP) - very slow performance

2010-09-22 Thread Jeremy Chadwick
On Wed, Sep 22, 2010 at 05:54:46PM -0700, Bryce wrote: On Sep 22, 3:43 am, free...@jdc.parodius.com (Jeremy Chadwick) wrote: On Wed, Sep 22, 2010 at 03:30:33AM -0500, Adam Vande More wrote: On Wed, Sep 22, 2010 at 3:12 AM, Peter Jeremy peterjer...@acm.org wrote: I think something

Re: HEADS UP: FreeBSD 6.4 and 8.0 EoLs coming soon

2010-09-21 Thread Jeremy Chadwick
quoting someone words (the first paragraph shown above). Strangely I can't find the mail on the official FreeBSD pipermail lists either. I'm staying out of the main discussion, but I'm just wanting to point out that Andriy did not write the above quote. -- | Jeremy Chadwick

Re: Serial console problems with stable/8

2010-09-19 Thread Jeremy Chadwick
On Mon, Sep 13, 2010 at 09:19:54PM -0700, Jeremy Chadwick wrote: On Mon, Sep 13, 2010 at 08:44:02PM +0200, Ed Schouten wrote: Maybe we should just implement /dev/console in such a way that it can never get stuck on dcd. I've seen this break too many times. Below is an untested patch

Re: MFC of ZFSv15

2010-09-18 Thread Jeremy Chadwick
/cvsweb.cgi/src/sys/kern/sched_ule.c -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977

Re: After 7.3-8.1, moused on serial mouse draws 100% CPU

2010-09-16 Thread Jeremy Chadwick
be sufficient, in addition the device its attached to (e.g. acpi0, etc.). Thanks. (Footnote: I wasn't even aware people still had/used serial mice any more, given the popularity of PS/2, and now USB...) -- | Jeremy Chadwick j...@parodius.com | | Parodius

Re: How to predict drive number change for 7.3-8.1 upgrade?

2010-09-16 Thread Jeremy Chadwick
reboot, that's a separate problem and should be dealt with separately. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making

Re: How to predict drive number change for 7.3-8.1 upgrade?

2010-09-16 Thread Jeremy Chadwick
to storage device driver problems), not to mention the support contract costs... -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA

Re: FreeBSD 8.1 Stable Unreasanoble Rebooting

2010-09-16 Thread Jeremy Chadwick
, especially if there's any service on it which is public-facing, regardless of authentication mechanisms you've deployed in front of it. /paranoid -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX

Re: ipfw: Too many dynamic rules

2010-09-14 Thread Jeremy Chadwick
like 15000 (15 seconds) instead of the default (6). Ok that seems to be doing something. Will report back later. Nope it's not helping. That and/or dropping net.inet.ip.fw.dyn_ack_lifetime. You're absolutely certain these are all in FIN_WAIT_2 state and not TIME_WAIT? -- | Jeremy

Re: ipfw: Too many dynamic rules

2010-09-14 Thread Jeremy Chadwick
On Tue, Sep 14, 2010 at 01:12:00PM +0200, Gareth de Vaux wrote: On Tue 2010-09-14 (04:03), Jeremy Chadwick wrote: You're absolutely certain these are all in FIN_WAIT_2 state and not TIME_WAIT? Yup, $ netstat -an | grep FIN_WAIT_1 | wc -l 57 $ netstat -an | grep FIN_WAIT_2 | wc

Re: Serial console problems with stable/8

2010-09-13 Thread Jeremy Chadwick
the behaviour, please replace -P and with -D -h and see if there's any improvement. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA

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