Re: kpanic on install 32GB of RAM

2010-10-16 Thread Sean Bruno
On Sat, 2010-10-16 at 13:16 -0700, Jeremy Chadwick wrote: 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

kpanic on install 32GB of RAM

2010-10-15 Thread Sean Bruno
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 is having issues with 32GB of RAM in this box. Are we using the i386 kernel on amd64 installs? Sean

Re: kpanic on install 32GB of RAM

2010-10-15 Thread Sean Bruno
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 to get a massively overpowered HP box up with 7.3 amd64 version up and running. I can't tell at the moment

No disks found on FreeBSD 8.1-STABLE on Sun X4500

2010-10-12 Thread Sean Caron
with a different SATA controller chip? I'm really interested in working in concert with someone in the know to do whatever it takes to hopefully get this resolved; if anyone can lend a hand please drop me a line. Thanks, -Sean ___ freebsd-stable

Re: zfs send/receive: is this slow?

2010-10-01 Thread Sean
On 02/10/2010, at 11:43 AM, Artem Belevich wrote: As soon as I opened this email I knew what it would say. # time zfs send storage/bac...@transfer | mbuffer | zfs receive storage/compressed/bacula-mbuffer in @ 197 MB/s, out @ 205 MB/s, 1749 MB total, buffer 0% full .. Big

Re: Unable to install 8.x on a PowerEdge R810

2010-07-29 Thread Sean Bruno
this on my local machines, but I don't have 64 CPU machines to test upon. Sean Here is a patch version that applies to stable-8 at the moment. I changed 2 more cases where the data types were wrong, one in a printf and a case where a negative truth value was being used. Sea Index: sys/kern

Re: Unable to install 8.x on a PowerEdge R810

2010-07-29 Thread Sean Bruno
this on my local machines, but I don't have 64 CPU machines to test upon. Sean Here is a patch version that applies to stable-8 at the moment. I changed 2 more cases where the data types were wrong, one in a printf and a case where a negative truth value was being used. Sea Index: sys/kern

Re: Unable to install 8.x on a PowerEdge R810

2010-07-23 Thread Sean Bruno
SMP CPU code to handle up to 64 CPUS, I think I'll take a look at it and try to get it committed to HEAD today. Sean ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail

Re: Unable to install 8.x on a PowerEdge R810

2010-07-23 Thread Sean Bruno
SMP CPU code to handle up to 64 CPUS, I think I'll take a look at it and try to get it committed to HEAD today. Sean ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail

Re: Unable to install 8.x on a PowerEdge R810

2010-07-23 Thread Sean Bruno
machines to test upon. Sean Index: sys/kern/subr_smp.c === --- sys/kern/subr_smp.c (revision 210421) +++ sys/kern/subr_smp.c (working copy) @@ -181,7 +181,7 @@ id = td-td_oncpu; if (id == NOCPU) return; - ipi_selected(1 id, IPI_AST

Re: Unable to install 8.x on a PowerEdge R810

2010-07-22 Thread Sean Bruno
=comconsole Sean ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: SIGEPIPE after update to 8.1-RC2

2010-07-20 Thread Sean
On 20/07/2010, at 5:19 PM, Ruben van Staveren wrote: Hi, This happens during a sudo portupgrade -va --batch my shell is /bin/tcsh too. When I run exec bash after sudo -s and then do the portupgrade the problem doesn't show up. To me, this is a clear breakage and should be considered a

Reporting Functional Server Models

2010-07-18 Thread Sean Bruno
I spent some time last week validating the 7, 8 and -CURRENT on different vendor hardware over here in my lab. Is there a current h/w compatibility list that folks are maintaining that I can update with my findings? Sean ___ freebsd-stable

Re: SIGEPIPE after update to 8.1-RC2

2010-07-17 Thread Sean
On 18/07/2010 1:24 AM, Alex Kozlov wrote: Hi, stable After updating my buildbox from 26 April 8-STABLE to 8.1-RC2 I constantly getting SIGEPIPE [snip] I'm getting the same thing; what shell are you using? I changed my shell on one machine from /bin/tcsh to /usr/local/bin/bash and problem

Re: 8.x grudges

2010-07-07 Thread Sean Bruno
this as a bug. Sean Also, I suck at reply-to. sean ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: 8.x grudges

2010-07-07 Thread Sean Bruno
this as a bug. Sean ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: [stable 7] bge() related panic on an HP dl380g3 (32 bit)

2010-07-06 Thread Sean Bruno
On Fri, 2010-07-02 at 12:33 -0700, Pyun YongHyeon wrote: On Fri, Jul 02, 2010 at 12:24:23PM -0700, Sean Bruno wrote: On Fri, 2010-07-02 at 12:11 -0700, Pyun YongHyeon wrote: On Fri, Jul 02, 2010 at 09:54:50AM -0700, Sean Bruno wrote: Started seeing this panic today from our BSD7 variant

[stable 7] bge() related panic on an HP dl380g3 (32 bit)

2010-07-02 Thread Sean Bruno
Started seeing this panic today from our BSD7 variant here at Yahoo. Our BGE driver is identical to 7stable at this time. Looks like all of these boxes are HP DL380G3 models. I have included the panic and pciconf -lv information. I assume that these machines have a variant of BGE that needs

Re: [stable 7] bge() related panic on an HP dl380g3 (32 bit)

2010-07-02 Thread Sean Bruno
On Fri, 2010-07-02 at 12:11 -0700, Pyun YongHyeon wrote: On Fri, Jul 02, 2010 at 09:54:50AM -0700, Sean Bruno wrote: Started seeing this panic today from our BSD7 variant here at Yahoo. Our BGE driver is identical to 7stable at this time. Looks like all of these boxes are HP DL380G3 models

[stable 7]config -g -ppp + kgmon causes deadlock

2010-06-22 Thread Sean Bruno
Not sure where to start poking about, but I'm seeing a dead lock on my boxes when the kernel is configured with -g -ppp. The dead lock occurs when I start profiling via kgmon -p. Any one else seeing this on 7? Sean ___ freebsd-stable@freebsd.org

Re: [Stable 7] CPIO breakage/

2010-06-18 Thread Sean Bruno
On Thu, 2010-06-17 at 15:13 -0700, Xin LI wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2010/06/17 13:53, Peter Jeremy wrote: On 2010-Jun-15 17:22:50 -0700, Xin LI delp...@delphij.net wrote: On 2010/06/15 17:05, Sean Bruno wrote: A little more background. It looks like

Re: kernel panic on 8.1-rc1 amd64

2010-06-18 Thread Sean C. Farley
traffic between my host and (console-only) guest both running FreeBSD 8 amd64. Unfortunately, I do not know which module is at fault, and I have been too busy to try harder to find the culprit. Sean -- s...@freebsd.org ___ freebsd-stable@freebsd.org

Re: [Stable 7] CPIO breakage/

2010-06-17 Thread Sean
On 18/06/2010 6:53 AM, Peter Jeremy wrote: On 2010-Jun-15 17:22:50 -0700, Xin LI delp...@delphij.net wrote: On 2010/06/15 17:05, Sean Bruno wrote: A little more background. It looks like symlinks are getting stripped of their '/' which sucks. Ideas? ... e.g. /home/foo/bar - /opt/baz/blob

Re: [Stable 7] CPIO breakage/

2010-06-17 Thread Sean
On 18/06/2010, at 8:02 AM, Leif Walsh wrote: On Thu, Jun 17, 2010 at 2:54 PM, Sean s...@gothic.net.au wrote: Easy. Create a symlink etc, to /etc Create a file etc/passwd containing whatever you want. This could be an artifact of coming from the Linux world and knowing little about

Re: [Stable 7] CPIO breakage/

2010-06-16 Thread Sean Bruno
On Tue, 2010-06-15 at 16:30 -0700, Xin LI wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, Sean, On 2010/06/15 15:10, Sean Bruno wrote: http://svn.freebsd.org/viewvc/base?limit_changes=0view=revisionrevision=208361 I'm not sure what's up with this update, but it hosed up

Re: [Stable 7] CPIO breakage/

2010-06-16 Thread Sean Bruno
On Tue, 2010-06-15 at 16:30 -0700, Xin LI wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, Sean, On 2010/06/15 15:10, Sean Bruno wrote: http://svn.freebsd.org/viewvc/base?limit_changes=0view=revisionrevision=208361 I'm not sure what's up with this update, but it hosed up

[Stable 7] CPIO breakage/

2010-06-15 Thread Sean Bruno
, suggestions? Sean ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: [Stable 7] CPIO breakage/

2010-06-15 Thread Sean Bruno
On Tue, 2010-06-15 at 17:10 -0500, Sean Bruno wrote: http://svn.freebsd.org/viewvc/base?limit_changes=0view=revisionrevision=208361 I'm not sure what's up with this update, but it hosed up the default behavior of cpio. It appears now that -o won't do the same things that it used

Re: PF + BRIDGE still causes system freezing

2010-05-31 Thread Sean
of folks connect their FreeBSD machines to a switch, and those switches can handle STP. if_bridge supports RSTP if bridgestp is loaded. man 4 if_bridge -- Sean Winn s...@gothic.net.au ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org

Hello and a small problem with 8.0-RELEASE (amd64)

2010-02-11 Thread Sean McCullough
in a bootloader prompt and an error message stating that no bootable kernel can be found. Any ideas? Thank You! Garrett Cooper of the freebsd-bugs list recommended I ask the above questions here: Hi Sean, Could you try the stable@ mailing list please? Thanks! -Garrett Any ideas

Re: Hello and a small problem with 8.0-RELEASE (amd64)

2010-02-11 Thread Sean McCullough
Hello, nicholasbug! On 2/11/2010 4:34 PM, nickolas...@gmail.com wrote: 2010/2/11 Sean McCullough wo...@frii.com: Any ideas as to how to get the 8.0-RELEASE running on my amd64 machine would be appreciated greatly. If I need to ask elsewhere, please recommend accordingly. Try

Re: Strange problem with 8-stable, VMWare vSphere 4 AMD CPUs (unexpected shutdowns)

2010-02-10 Thread Sean C. Farley
have more testing to see if I can work through it. I also do not want to take over this thread. Sean -- s...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail

mkvmerge requires rebuild after recent update

2010-01-05 Thread Sean C. Farley
--768GB and close to 4GB for resident. When I updated to r201400 from an even earlier revision, mkvmerge did not exhibit this. Currently, I do not see any other program showing any problems. Sean -- s...@freebsd.org ___ freebsd-stable@freebsd.org mailing

Re: UTF-8 problem in 8.0

2010-01-04 Thread Sean C. Farley
On Sun, 3 Jan 2010, Derek Kulinski wrote: Hello Sean, Sunday, January 3, 2010, 9:03:01 AM, you wrote: The last commit that I recall (r192561) fixed dashes in front of options (.Fl macro) but not dashes present within a man page. Personally, I just create an alias for man to call 'LANG=C man

Re: UTF-8 problem in 8.0

2010-01-03 Thread Sean C. Farley
'LANG=C man' to protect against examples with non-ASCII (U+002D) dashes. Read the commit message[1] for a better explanation of unresolved issues. Sean 1. http://svn.freebsd.org/viewvc/base?view=revisionrevision=192561 -- s...@freebsd.org___ freebsd

RE: Hacked - FreeBSD 7.1-Release

2009-12-22 Thread Sean Hulbert
on it or all is for not. Thank You Sean Hulbert Miraculum Laborat Network Systems Specialist www.toolwire.com   CONFIDENTIALITY NOTICE: This communication with its contents may contain confidential and/or legally privileged information. It is solely for the use of the intended recipient(s

RE: Why does FreeBSD 8.-0 think that my Dell SX260 have non-unform processors?

2009-12-22 Thread Sean Hulbert
it with this command: sysctl debug.cpufreq.lowest=600 Now you can set it to 1200 but I would recommend 100 at a time for testing. Thank You Sean Hulbert Miraculum Laborat Network Systems Specialist www.toolwire.com   CONFIDENTIALITY NOTICE: This communication with its contents may contain

Re: SSL appears to be broken in 8-STABLE/RELEASE

2009-12-19 Thread Sean
On 19/12/2009, at 11:29 PM, Maxim Dounin wrote: No, my previous suggestion is unrelated. Additionally, to re-enable renegotiation in openssl 0.9.8l you need an application which is able to set SSL3_FLAGS_ALLOW_UNSAFE_LEGACY_RENEGOTIATION in s-s3-flags. I haven't seen any yet, and

Re: 57 ZFS patches not merged to RELENG_7

2009-12-17 Thread Sean
On 17/12/2009 7:03 PM, Alexander Leidinger wrote: Hi, I identified at least 57 patches which are in 8-stable, but not in 7-stable. [snip lots of updates] one more... http://www.freebsd.org/cgi/query-pr.cgi?pr=139076 ___

Re: ataraid's revenge! (Was: Re: A nasty ataraid experience.)

2009-07-23 Thread Sean C. Farley
considering using gvinum with 8.0, but I need to find out more. Anyone know if I can boot off of a gvinum partition and/or how it works (or does not) with various label schemes? Sean 1. http://wiki.freebsd.org/JeremyChadwick/ATA_issues_and_troubleshooting -- s...@freebsd.org

Re: support quality (Re: dump | restore fails: unknown tape header type 1853384566)

2009-03-25 Thread Sean
On 25/03/2009, at 7:55 PM, Daniel O'Connor wrote: On Wednesday 25 March 2009 18:37:17 Bartosz Stec wrote: Yes, dump is broken for you, deal with it. It is quite possible your FS is corrupt, and/or your disk is damaged. ..and/or it is some other hardware problem, maybe you also should

Re: Panic in radeon_get_vblank_counter()

2009-03-16 Thread Sean C. Farley
On Sun, 15 Mar 2009, Robert Noland wrote: On Sun, 2009-03-15 at 14:27 +0100, Fabian Keil wrote: Robert Noland rnol...@freebsd.org wrote: On Fri, 2009-03-13 at 23:33 -0500, Sean C. Farley wrote: On Fri, 13 Mar 2009, Robert Noland wrote: If I start rebooting before it is printed, the system

Panic in radeon_get_vblank_counter()

2009-03-13 Thread Sean C. Farley
: [ITHREAD] Panic attached. Sean -- s...@freebsd.orgFatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x10 fault code = supervisor read, page not present instruction pointer = 0x20:0xc341eb48 stack pointer = 0x28:0xc2b2bc3c

Re: Panic in radeon_get_vblank_counter()

2009-03-13 Thread Sean C. Farley
On Fri, 13 Mar 2009, Robert Noland wrote: On Fri, 2009-03-13 at 15:49 -0500, Sean C. Farley wrote: After upgrading my laptop (Dell 600m) yesterday, I have begun to experience panics on it probably related to the DRM update. Killing the X server by Ctrl-Alt-Backspace is a good way to lock

Re: CFT: ath hal src switchover

2009-01-08 Thread Sean C. Farley
. This is not related to the MFC of the code. iPhones and MacOSX 10.4 (but not 10.5) are also having problems. Windows works. Sean -- s...@freebsd.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable

Re: [Fwd: Re: kern/123552: [ath] [panic] kernel panic during network activity on ath0]

2008-11-21 Thread Sean C. Farley
On Fri, 21 Nov 2008, Sam Leffler wrote: Folks having problems with ath on releng7 should try the attached patch. It fixed the panic when SuperG was activated on the wireless router for me. Thank you! Sean -- [EMAIL PROTECTED] ___ freebsd-stable

Re: LORs in RELENG_7

2008-11-20 Thread Sean Bruno
by powering off your Firewire Hard Drive? What about pulling the cable out? -- Sean Bruno MiraLink Corporation 6015 NE 80th Ave, Ste 100 Portland, OR 97218 Cell 503-358-6832 Phone 503-621-5143 Fax 503-621-5199 MSN: [EMAIL PROTECTED] Google: [EMAIL PROTECTED

Re: Status of Flash 9 on stable

2008-10-17 Thread Sean C. Farley
On Fri, 17 Oct 2008, Chagin Dmitry wrote: On Thu, Oct 16, 2008 at 06:48:52PM -0500, Sean C. Farley wrote: On Thu, 16 Oct 2008, Kostik Belousov wrote: Hmm, finaly I noted this thread. There is one more patch in the pipeline for 7 that is needed, as I was told. Testing of that patch seems

Re: Status of Flash 9 on stable

2008-10-16 Thread Sean C. Farley
be your problem at least with nspluginwrapper. Sean -- [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Status of Flash 9 on stable

2008-10-16 Thread Sean C. Farley
back and remove the npviewer.bin.core file from my home directory. This is reproducible every time at least for me. Of course, this could be an nspluginwrapper or even Linux flash issue. Sean -- [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing

Re: cvsup 7.0 STABLE checkout failure

2008-10-11 Thread Sean
On 12/10/2008, at 5:03 AM, Shakul M Hameed wrote: Forwarding original msg to freebsd-questions mailing list. On Sat, Oct 11, 2008 at 11:06:13PM +0530, Shakul M Hameed wrote: I am trying to download 7.0 stable release through cvsup, but it fails. I tried changing the server, but still get

Re: Missing fstab

2008-09-29 Thread Sean Bruno
system to be readwrite long enough for me to replace my /etc/fstab file? Dan A mount -o rw /dev/ad0s1a / doesn't just work for you? Sean ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe

[RELENG_6] Works Fine For Me!

2008-09-26 Thread Sean Bruno
/sbruno/bsd/6/sys/GENERIC i386 -- Sean Bruno MiraLink Corporation 6015 NE 80th Ave, Ste 100 Portland, OR 97218 Phone 503-621-5143 Fax 503-621-5199 MSN: [EMAIL PROTECTED] Google: [EMAIL PROTECTED] Yahoo: [EMAIL PROTECTED] ___ freebsd-stable

Re: regarding 1 Gig Chelsio SFP support

2008-09-25 Thread Sean Bruno
of lspci -v here so we can see if it's a card that should work, but doesn't. -- Sean Bruno MiraLink Corporation 6015 NE 80th Ave, Ste 100 Portland, OR 97218 Cell 503-358-6832 Phone 503-621-5143 Fax 503-621-5199 MSN: [EMAIL PROTECTED] Google: [EMAIL PROTECTED

stable/6 make and build errors

2008-08-29 Thread Sean Bruno
_mkdep18423: Permission denied mkdep: compile failed *** Error code 1 Stop in /home/sbruno/bsd/6/lib/csu/i386-elf. *** Error code 1 Stop in /home/sbruno/bsd/6/lib. *** Error code 1 Stop in /home/sbruno/bsd/6. *** Error code 1 -- Sean Bruno MiraLink Corporation 6015 NE 80th Ave, Ste 100

Re: stable/6 make and build errors

2008-08-29 Thread Sean Bruno
Sean Bruno wrote: mkdep -f .depend -a-I/home/sbruno/bsd/6/lib/csu/i386-elf/../common -I/home/sbruno/bsd/6/lib/csu/i386-elf/../../libc/include /home/sbruno/bsd/6/lib/csu/i386-elf/crt1.c /home/sbruno/bsd/6/lib/csu/i386-elf/crti.S /home/sbruno/bsd/6/lib/csu/i386-elf/crtn.S /usr/bin/mkdep

Re: stable/6 make and build errors

2008-08-29 Thread Sean Bruno
It's known that 'make clean' will occasionally not nuke all the necessary objects in /usr/obj/*. rm -fr /usr/obj/* is a better bet. Do not rely on 'make clean'. Oh? Should I look into why the make system isn't removing /usr/obj/ on a make clean and submit a patch? -- Sean Bruno

Re: Stuck in geli

2008-08-06 Thread Sean C. Farley
On Tue, 5 Aug 2008, Jeremy Chadwick wrote: On Tue, Aug 05, 2008 at 10:45:16AM -0500, Sean C. Farley wrote: Rarely, a geli partition I have freezes a process in bufwait state. It occurs after an ATA timeout message: Aug 5 03:47:13 thor kernel: ad10: TIMEOUT - WRITE_DMA retrying (1 retry left

Stuck in geli

2008-08-05 Thread Sean C. Farley
: ST3160827AS Sean P.S. I could not help myself with the subject line. :) -- [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: apachectl gracefult causes Signal 11 crash after 6.3 to 7.0 upgrade [SOLVED]

2008-06-12 Thread Sean C. Farley
, please try rebuilding PHP5 that has this fix[1] (in ports tree after June 9th). It may or may not help your issue. Sean 1. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/123911 -- [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http

Re: Environment clearing broken in 7.0

2008-06-10 Thread Sean C. Farley
On Tue, 10 Jun 2008, Timo Sirainen wrote: On Mon, 2008-06-09 at 22:27 -0500, Sean C. Farley wrote: On Mon, 9 Jun 2008, Timo Sirainen wrote: I think clearing environment using: environ[0] = NULL; has been kind of a semi-standard for a while now. At least Dovecot and Postfix clears

Re: DVD-RW doesn't write

2008-06-10 Thread Sean C. Farley
tried atapicam and cdrecord, it gave me problems. I believe it was using burncd prior to atapicam that caused it because it works now if I do not use burncd first. You could try a reboot and use atapicam first; the DVD drive may be in a funny state. Just a guess. Sean -- [EMAIL PROTECTED

Re: Environment clearing broken in 7.0

2008-06-09 Thread Sean C. Farley
through environ and unsetenv()ing everything would work too, but it feels annoyingly slow for such a simple operation. OpenSolaris does something similar with environ[2]. It also detects in initenv() a replacement of environ but not changes to individual entries. Sean 1. http

Re: Packet-corruption with re(4)

2008-04-29 Thread Sean C. Farley
to replace an on-board NIC (Marvell Yukon 88E8056) with auto-negotiation problems and an inability to take advantage of jumbo frames at the same time as checksum offloading. Sean 1. http://www.newegg.com/Product/Product.aspx?Item=N82E16833106121 -- [EMAIL PROTECTED

makeworld broken on 7 stable?

2008-03-17 Thread Sean Noonan
/install.sh -C -o root -g wheel -m 444 libssp_nonshared.a /usr/obj/usr/src/tmp/usr/lib 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error nothing# Does anyone have any suggestions on how to get past this? TIA, --Sean Noonan

SchedULE vs BSD scheduler - Was: HP ProLiant DL360 G5 success stories?

2008-03-14 Thread Christopher Sean Hilton
On Mar 12, 2008, at 12:05 PM, Oliver Fromme wrote: Those machines work very well with both FreeBSD 6 and 7. If you install FreeBSD 7, remember to enable ULE instead of the default BSD scheduler. What's the advantage of ULE / disadvantage of the default? Is it specific to this hardware?

Re: 7.0 - slow/unstable Internet access via Linux router

2008-02-29 Thread Sean C. Farley
on msk0 e1000phy0: Marvell 88E Gigabit PHY PHY 0 on miibus0 e1000phy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX-FDX, auto mskc0: [FILTER] *snip* Any ideas ? I saw this commit[1] to HEAD this morning concerning msk(4) and 88E8053. It may not be related. Sean 1. http

Re: AMD64 vs i386, ifstat and bsnmp

2008-02-13 Thread Sean C. Farley
argument to sysctl is wrong (int) and should be size_t. Sean -- [EMAIL PROTECTED]--- drivers.c.orig 2003-11-21 19:27:51.0 -0600 +++ drivers.c 2008-02-13 12:25:14.0 -0600 @@ -593,7 +593,8 @@ int ifcount[] = { CTL_NET, PF_LINK, NETLINK_GENERIC, IFMIB_SYSTEM, IFMIB_IFCOUNT

Re: AMD64 vs i386, ifstat and bsnmp

2008-02-13 Thread Sean C. Farley
On Wed, 13 Feb 2008, Mike Tancsa wrote: At 01:40 PM 2/13/2008, Sean C. Farley wrote: On Wed, 13 Feb 2008, Hugo Silva wrote: Mike Tancsa wrote: Couple of little things I noticed with a new RELENG_7 AMD64 box (as of yesterday) ifstat from the ports cannot seem to find interfaces for some

Re: FreeBSD tar errors on valid empty tar.gz

2008-01-10 Thread Sean Winn
PROTECTED] [~] uname -msr FreeBSD 6.3-RC2 i386 13:19 Fri 11-Jan [EMAIL PROTECTED] [~] ls -l test.tgz -rw-r--r--1 sean sean 45 Jan 11 13:19 test.tgz Regards, -- -Chuck ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org

Re: Bug in less version 406.

2007-08-04 Thread Sean C. Farley
On Sat, 4 Aug 2007, Pieter de Goeje wrote: On Saturday 04 August 2007, Sean C. Farley wrote: On Sat, 4 Aug 2007, Pieter de Goeje wrote: *snip* There's also another regression in less: it doesn't automatically repaint the screen anymore when you resize the terminal. I have already reported

Re: Bug in less version 406.

2007-08-03 Thread Sean C. Farley
was introduced when fixing another bug. Sean -- [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: ntpd just sits there and does nothing

2007-07-23 Thread Sean C. Farley
AAA.BBB.CCC.DDD 2 1024 377 0.11273 -0.004489 0.01482 Sean -- [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: buildworld RELENG_6 - Stop in /usr/src/usr.bin/kdump

2007-06-26 Thread Sean C. Farley
ioctl.c that generated the warnings look like? Did you clean out /usr/obj before starting the build? Sean -- [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail

Regression in /etc/rc.conf.d support

2007-06-14 Thread Sean McNeil
directly from the script, then any exit statements in it will also terminate the rc.d script prematurely. I think this should be reverted and anyone using exit statements in their firewall_script should be told to remove them. It certainly should not have been MFCd. Cheers, Sean

Re: FreeBSD vs Region Code DVDs

2007-05-03 Thread Sean C. Farley
:))). I wanted to just use dd to do it, but dd would fail after a small amount of data was read. If I first played a little of the DVD with mplayer, then dd would work afterwards. It probably had something to do with mplayer whispering sweet nothings to the DVD player. Sean -- [EMAIL PROTECTED

Re: Just a test

2007-03-27 Thread Sean Bryant
Sam Stein wrote: I'm trying to get my mail stuff all working correctly... this is just a test. Please use the freebsd-test mailing list for further test as it was designed just for the purpose of testing. Thanks. ___ freebsd-stable@freebsd.org

Re: Don't buy AMD products (was Re: Xorg and ATI card query.)

2007-03-14 Thread Sean Bryant
Andrew Reilly wrote: On Tue, 13 Mar 2007 14:17:00 -0800 (PST) Doug Ambrisko [EMAIL PROTECTED] wrote: One thing that is a plus with nv is that X has some support for it, whereas, the newer ati cards have no support :-( I was a fan of ati since it was easier to get support. Now I'm starting

Re: portsnap and cvsup for rebuilding world - Which one?

2007-03-04 Thread Sean Bryant
frzburn wrote: Well, again, thanks for all your replies! =) After all you told me, I guess this guides describes the right tools to use and the right way for rebuilding world. http://www.bsdguides.org/guides/freebsd/beginners/update_freebsd.php Thanks! frzburn On 3/4/07, Ronald Klop [EMAIL

Re: pppd crashes, was: kde-freebsd

2007-02-11 Thread Christopher Sean Hilton
On Sat, 2007-02-10 at 03:06 +0100, Michael Nottebrock wrote: [ snip ] All that your bug report accomplishes is broadcasting your bad and uninformed attitude to an even bigger audience. It is in your own and the FreeBSD community's best interest to backtrack before anyone gets to form a

Re: dd as an imaging solution.

2007-02-05 Thread Sean Bryant
Dominic Marks wrote: On Sat, 03 Feb 2007 19:43:42 -0500 Sean Bryant [EMAIL PROTECTED] wrote: Several months ago I was using Freesbie 1.x to dd a harddrive across the network as a drive duplication effort. This worked 7 computers got the image. I'm trying to do this again so I got the new

dd as an imaging solution.

2007-02-03 Thread Sean Bryant
Several months ago I was using Freesbie 1.x to dd a harddrive across the network as a drive duplication effort. This worked 7 computers got the image. I'm trying to do this again so I got the new Freesbie release 2.0 and fired it up across the computers and tried something simple such as: dd

Re: gif problems in -STABLE

2006-12-30 Thread Sean C. Farley
:::::1C prefixlen 128 I needed to add the following to restore the old (working) behavior: ipv6_static_routes=defroute ipv6_route_defroute=:::::1C -interface gif0 Sean -- [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing

grep: memory exhauted

2006-11-29 Thread van Osnabrugge, Sean
) 11095 pipe size (512 bytes, -p) 1 stack size(kbytes, -s) 65536 cpu time (seconds, -t) unlimited max user processes(-u) 5547 virtual memory(kbytes, -v) unlimited Any help? Thanks, Sean van Osnabrugge Email/Exchange Administrator

grep: memory exhausted

2006-11-29 Thread van Osnabrugge, Sean
pipe size (512 bytes, -p) 1 stack size(kbytes, -s) 65536 cpu time (seconds, -t) unlimited max user processes(-u) 5547 virtual memory(kbytes, -v) unlimited Any help? Thanks, Sean

Amd and UFS mounts

2006-11-28 Thread Christopher Sean Hilton
It's dim but I seem to remember that amd had no problems mounting a UFS volume but it would never time it out. This may be the bug that Oliver is referring to. This caused problems when using UFS on a USB stick since the drive would never be dismounted so it was never safe to remove from the USB

Re: Problems unmounting/fssyncking extern UFS filesystem

2006-11-28 Thread Christopher Sean Hilton
On Tue, 2006-11-28 at 11:51 -0800, Kevin Oberman wrote: [ ... ] The magic phrase is buffer cache has been flushed. In the real world of discs with cache there is no way to be certain when the data is REALLY on the disc. That is why things get clobbered if the power is cycled to the disc too

Re: Ensuring inetd is started before any RPC services

2006-10-25 Thread Christopher Sean Hilton
On Tue, 2006-10-17 at 10:19 -0500, Brooks Davis wrote: On Tue, Oct 17, 2006 at 05:14:22PM +0200, Trond Endrest?l wrote: On Tue, 17 Oct 2006 09:39-0500, Brooks Davis wrote: On Tue, Oct 17, 2006 at 08:46:49AM +0200, Trond Endrest?l wrote: I have on many occasions run into the situation

Re: Dell 1950 does not properly respond to reboot and shutdown -p

2006-10-04 Thread Sean C. Farley
or not. reboots always worked. Sean -- [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Automounter flags for pcfs?

2006-09-29 Thread Christopher Sean Hilton
On Mon, 2006-09-25 at 11:25 +0200, Ivan Voras wrote: The goal is to have a USB flash drive mounted via automounter in a way that it auto-umounts after a while so I don't crash the system by pluggin it out wile mounted. My amd.map looks like this: /defaults

Re: NFS: freeze during copy

2006-09-29 Thread Christopher Sean Hilton
On Wed, 2006-09-27 at 16:37 -0400, Kris Kennaway wrote: and my luck has it such that i've not had a lockup since i added that extra debugging code into the kernel :-) or :-( depending on your view... Heisenbugs are great! :) Before I classified this as a Heisenbug I'd switch from

Re: Is there any good reason for get*by*_r()?

2006-09-27 Thread Sean C. Farley
. Of course, these projects should replace these calls with getaddrinfo(). Sean -- [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Building a kernel with config ?

2006-09-26 Thread Sean Bryant
Gouverneur, Thomas wrote: Make buildkernel KERNCONF=CONFIG Make installkernel KERNCONF=CONFIG This is enough for only compiling kernel and not world and this is the Smartest way according to FreeBSD handbook. -- Thomas Gouverneur Junior UNIX Administrator TI Automotive -Original

Re: Strange spaces in ls -kls output, and dd(1) trouble

2006-09-25 Thread Sean C. Farley
) $ ls -kls test 528 -rw-r--r-- 1 root nfswheel 512000 Sep 21 19:58 test It is a feature of dd that does not create sparse files if given a block size. Sean -- [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org

Re: malloc(): warning: recursive call

2006-09-04 Thread Sean Winn
On 04/09/2006, at 10:51 AM, Ivan Voras wrote: Stefan Bethke wrote: mail in malloc(): warning: recursive call Cosmic rays? Anything I could try to find the cause? I know what it is, but you won't going to like it. As far as I understand this happens when a process gets a signal in the

Re: /etc/rc.d/moused ignores moused_enable=NO

2006-07-28 Thread Sean C. Farley
On Fri, 28 Jul 2006, [LoN]Kamikaze wrote: Just out of curiosity I'd like to know why and how the moused rc script ignores the moused_enable=NO setting. Do you also have moused_nondefault_enable set to NO? This is assuming you have a USB mouse. Sean -- [EMAIL PROTECTED

Re: burncd blank and format problems

2006-07-15 Thread Sean C. Farley
cdrecord) is that they use the SCSI emulator atapicam(4) as opposed to the ATAPI driver itself. Another burncd bug I have is kern/96171[2]. That is in case anyone wants to fix that too. :) Sean 1. http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/83702 2. http://www.freebsd.org/cgi/query

build fails on amd64 machine

2006-06-15 Thread Sean McNeil
I get the following: === ipmi (depend) make: don't know how to make ipmi.c. Stop *** Error code 2 ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: kernel panic(?) trying to copy data off failed drive with dd

2006-06-14 Thread Christopher Sean Hilton
On Mon, Jun 12, 2006 at 09:37:25PM +1000, Greg Lane wrote: On Mon, Jun 12, 2006 at 11:16:28AM +0200, Miroslav Lachman [EMAIL PROTECTED] wrote: Advice please?!? Maybe you can try /usr/ports/sysutils/cpdup which can skip read errors. I used cpdup few years ago on HDD with bad sectors

Re: unmounting a filesystem safely that doesn't exist anymore

2006-06-14 Thread Christopher Sean Hilton
On Mon, Jun 12, 2006 at 04:44:48PM -0400, Zaphod Beeblebrox wrote: On 6/12/06, Ulrich Spoerlein [EMAIL PROTECTED] wrote: Björn König wrote: I did a mistake: I unplugged my digital camera accidentally before I unmounted the filesystem. *doh* This happens very often, because I'm very

<    1   2   3   >