Trying to use /bin/sh

2013-09-27 Thread Sean Bruno
I was attempting to simply set my EDITOR env variable for use on my system today and discovered that I do *not* understand how computers work. After realizing that I simply do not understand what's going on, I broke down and put an "echo test" into /etc/profile and ~/.profile. I can't see why, bu

Re: I am too dumb to understand geom(4)

2013-09-16 Thread Sean Bruno
On Mon, 2013-09-16 at 13:16 +0200, Ivan Voras wrote: > On 13/09/2013 23:29, Sean Bruno wrote: > > How does one make geom_concat(4) load at boot, assume two devices are to > > be used as a single concatenated device and then create > > the /dev/ device for it? > >

I am too dumb to understand geom(4)

2013-09-13 Thread Sean Bruno
How does one make geom_concat(4) load at boot, assume two devices are to be used as a single concatenated device and then create the /dev/ device for it? My MIPS kernconf has: # GEOM modules device geom_map# to get access to the SPI flash partitions device geom_uncompres

Re: CFR: FireWire: Don't allow a tlabel to reference an xfer after free

2013-04-04 Thread Sean Bruno
On Thu, 2013-03-28 at 11:25 -0600, Will Andrews wrote: > Diff: http://people.freebsd.org/~will/patches/fix-fwmem-use-after-free.diff > > >From the commit log: > > FireWire: Don't allow a tlabel to reference an xfer after free. > > sys/dev/firewire/firewire.c: > - fw_xfer_

extend printf(9) %b format to allow 0 bits set

2013-04-04 Thread Sean Bruno
A small patch from my wanderings today for your review. This patch to kvprintf() allows me to set a %b format string of: "\20\0unset\1ONESET\2TWOSET" In the case that the variable being compared has the value of 0, it will display "0x0" http://people.freebsd.org/~sbruno/subr_prf.txt Sean si

Re: sparc64 zfsroot/gmirror?

2013-02-19 Thread Sean Bruno
On Tue, 2013-02-19 at 22:59 -0500, Kurt Lidl wrote: > On Tue, Feb 19, 2013 at 04:03:09PM -0800, Sean Bruno wrote: > > I'm restoring some of the sparc64 machines for freebsd.org and had a > > question with regards to what to do about the / > > > > Since it wasn

sparc64 zfsroot/gmirror?

2013-02-19 Thread Sean Bruno
I'm restoring some of the sparc64 machines for freebsd.org and had a question with regards to what to do about the / Since it wasn't obvious how to setup zfs root things I setup something that looks like this: => 0 71087625 da0 VTOC8 (33G) 03855601 freebsd-ufs (188M)

Eliminating a warning in sys/boot

2013-02-09 Thread Sean Bruno
So, this is not a valid warning in our universe and I'd like to silence it when compiling sys/boot as printf(9) and sprintf(9) supports this format. How can we silence this warning for the FreeBSD universe? ===> efi/libefi (all) In file included from efinet.c:39: /home/sbruno/fbsd_head/sys/boot/e

Re: clang/llvm failure on a project branch [fixed]

2013-02-08 Thread Sean Bruno
On Fri, 2013-02-08 at 14:32 -0800, Sean Bruno wrote: > Not sure if I really need to have this code yet, but I found a bit of > code that works under gcc but fails under clang/llvm on my project > branch of pxe_http: > > http://svnweb.freebsd.org/base/user/sbruno/pxe_http_hea

clang/llvm failure on a project branch

2013-02-08 Thread Sean Bruno
Not sure if I really need to have this code yet, but I found a bit of code that works under gcc but fails under clang/llvm on my project branch of pxe_http: http://svnweb.freebsd.org/base/user/sbruno/pxe_http_head/sys/boot/i386/pxe_http/ ===> i386/pxe_http (all) pxe_isr.S:45:3: error: unexpected

ctfconvert failure on stable/9

2012-08-07 Thread Sean Bruno
Not sure what to make of this error: ERROR: ctfconvert: rc = 2 No entry found [dwarf_next_cu_header(57)] my kernel is compiling, but I seem to fail at understanding something? Sean ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/

pmc warnings on stable/9

2012-08-07 Thread Sean Bruno
I have no idea the significance, or danger. When compiling on stable/9 I have always seen the following WARNINGS. Can we silence/fix these? Or is it supposed to be that way? :-) WARNING: hwpmc_soft.c: enum pmc_event has too many values: 1531 > 1023 WARNING: kern_pmc.c: enum pmc_event has too ma

Re: dtraceall.ko with old nfsclient

2012-07-27 Thread Sean Bruno
On Thu, 2012-07-12 at 12:47 -0700, Andrew Boyer wrote: > On Jul 12, 2012, at 3:39 PM, Andriy Gapon wrote: > > > on 12/07/2012 22:36 Fabian Keil said the following: > >> Andriy Gapon wrote: > >> > >>> on 12/07/2012 21:17 Fabian Keil said the following: > Benjamin Kaduk wrote: > >

Re: dtraceall.ko with old nfsclient

2012-07-10 Thread Sean Bruno
On Tue, 2012-07-10 at 06:41 -0700, Fabian Keil wrote: > > > > --- //depot/yahoo/ybsd_9/src/sys/modules/dtrace/dtraceall/dtraceall.c > > > 2011-11-02 23:46:55.0 > > > > +++ /home/seanbru/dtrace_9/src/sys/modules/dtrace/dtraceall/dtraceall.c > > > 2011-11-02 23:46:55.0 > > >

dtraceall.ko with old nfsclient

2012-07-09 Thread Sean Bruno
Ran into some symbol errors with the dtraceall module when using the *old* nfs client. I think that this is more or less the right thing to do, but I'm not sure. --- //depot/yahoo/ybsd_9/src/sys/modules/dtrace/dtraceall/dtraceall.c 2011-11-02 23:46:55.0 +++ /home/seanbru/dtrace_9/src

Re: run_interrupt_driven_hooks: ... xpt_config" delay

2012-06-20 Thread Sean Bruno
On Wed, 2012-06-20 at 03:00 -0700, rank1see...@gmail.com wrote: > >From 3 machines with that type of cutom kernels, only 1 suffers from > this (and problem is gone, as soon as I revert to GENERIC) Please post your "custom kernel config" somewhere so we can see what is different. Sean ___

Re: tkcvs/tkdiff

2012-06-06 Thread Sean Bruno
On Wed, 2012-06-06 at 14:40 -0700, Sean Bruno wrote: > I keep getting > nothing but a "wish" window popping up when I install tkcvs. Correction: I get a "wish" window popping up when I run "tkdiff file1 file2" Sean ___

tkcvs/tkdiff

2012-06-06 Thread Sean Bruno
Does anyone have tkdiff working from ports right now? I keep getting nothing but a "wish" window popping up when I install tkcvs. I didn't see any obvious results with my internet search foo, so thought I'd ask here as well as in other places. Sean __

[jail] Allowing root privledged users to renice

2012-05-25 Thread Sean Bruno
I've been toying with the idea of letting jails renice processes ... how dangerous and/or stupid is this idea? //depot/yahoo/ybsd_9/src/sys/kern/kern_jail.c#5 - /home/seanbru/ybsd_9/src/sys/kern/kern_jail.c 270a271,275 + int jail_allow_renice = 0; + SYSCTL_INT(_security_jail, OID_AUTO,

Re: gnome start error?help me.

2012-05-18 Thread Sean Bruno
On Tue, 2012-05-15 at 18:13 -0700, cz li wrote: > FreeBSD9.0 support for the ATI HD2300 or ATI x2300 graphics card? according to man 4 radeon, the x2300 is supported. according to man 4 radeonhd, it supports both. Take a look at the man page. You might have to do a port upgrade of your xorg i

mfid, raid monitoring daemon

2012-03-08 Thread Sean Bruno
I'm trying to decide if I should cram "mfid" for mfi(4) controllers into the src tree or if we should package it up into a ports package. I suspect that either one is acceptible, but it seems to make more sense to put it into the src tree since mfiutil is also there. Comments? Sean ref: http:/

Dell R620 + H710p

2012-03-06 Thread Sean Bruno
Just a note from the "yahoo bsd" world. In order to get the R620/720 working here, we switched out the Broadcom ethernet device with an Intel (its a purchase option), and integrated the project/head_mfi branch to get things working in our universe. Sean http://people.freebsd.org/~sbruno/r620_dmi

[patch] Disable bios probe if acpi is enabled

2012-03-02 Thread Sean Bruno
I'm noting that newer machines are completely hosed if we attempt to probe for bios values. I'm proposing this change. -bash-4.2$ p4 diff -du //depot/yahoo/ybsd_7/src/sys/i386/i386/bios.c --- //depot/yahoo/ybsd_7/src/sys/i386/i386/bios.c 2011-09-16 22:47:30.0 +++ /home/seanbru/

[sudo] configure --host=i386

2012-02-28 Thread Sean Bruno
I was trying to cross compile sudo for i386 on an amd64 host and was befuddled by the following ./configure error output. checking for library containing crypt... -lcrypt checking for library containing getspnam... no checking for library containing getprpwnam... no configure: error: "dlopen prese

Re: Recurring "rescan already queued" message

2012-02-28 Thread Sean Bruno
On Tue, 2012-02-28 at 07:33 -0800, Dmitry S. Kasterin wrote: > Hello! > > I am trying to install 9.0-RELEASE from standard amd64 memstick image. > During the install huge amount of "rescan already queued" messages > breaks installer interface. > > (noperiph:ata1:0:-1:-1): rescan already queued >

Re: SuperMicro IPMI keyboard - fails for 'mountroot>' prompt under FreeBSD 9-R...

2012-02-28 Thread Sean Bruno
On Mon, 2012-02-27 at 04:09 -0800, Karl Pielorz wrote: > > --On 27 February 2012 12:04 + Karl Pielorz > wrote: > > > Once the kernel is loading you see: > > Sorry - that should be, once the O/S is booting, not kernel loading - you > see: ... > > > " > > ugen1.2: at usbus1 > > ums0: > 1

Re: Subversion upgrades of existing dirs

2011-12-22 Thread Sean Bruno
On Thu, 2011-12-22 at 09:33 -0800, Sean Bruno wrote: > How do I upgrade an existing svn tree with the current svn client. I > don't really get what the client is trying to tell me here. > > [sbruno@ref9-xen32 /dumpster/scratch/sbruno-scratch/9]$ svn up > svn: E155036: Please

Re: Subversion upgrades of existing dirs

2011-12-22 Thread Sean Bruno
On Thu, 2011-12-22 at 09:56 -0800, Jason Hellenthal wrote: > > On Thu, Dec 22, 2011 at 09:33:45AM -0800, Sean Bruno wrote: > > How do I upgrade an existing svn tree with the current svn client. I > > don't really get what the client is trying to tell me here. >

Re: Subversion upgrades of existing dirs

2011-12-22 Thread Sean Bruno
On Thu, 2011-12-22 at 09:51 -0800, Dimitry Andric wrote: > On 2011-12-22 18:33, Sean Bruno wrote: > > How do I upgrade an existing svn tree with the current svn client. I > > don't really get what the client is trying to tell me here. > > > > [sbruno@ref9-xen32 /d

Subversion upgrades of existing dirs

2011-12-22 Thread Sean Bruno
How do I upgrade an existing svn tree with the current svn client. I don't really get what the client is trying to tell me here. [sbruno@ref9-xen32 /dumpster/scratch/sbruno-scratch/9]$ svn up svn: E155036: Please see the 'svn upgrade' command svn: E155036: Working copy '/dumpster/scratch/sbruno-s

Re: Large machine test ideas

2011-08-31 Thread Sean Bruno
On Tue, 2011-08-30 at 17:11 -0700, Ivan Voras wrote: > On 29.8.2011. 20:15, John Baldwin wrote: > > > However, the SRAT code just ignores the table when it encounters an issue > > like > > this, it doesn't hang. Something else later in the boot must have hung. > > Anyway... that machine can in

Re: building my own release images from -CURRENT

2011-08-18 Thread Sean Bruno
On Tue, 2011-08-16 at 15:15 -0700, Test Rat wrote: > Have you tried the patch in misc/159666 ? Committed to -current svn R 224978. thanks for the patch! Sean ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

Re: building my own release images from -CURRENT

2011-08-17 Thread Sean Bruno
On Tue, 2011-08-16 at 15:15 -0700, Test Rat wrote: > Sean Bruno writes: > > > Just trying some hackery with building my own release images from > > -CURRENT today. > > > > I've built world and my kernel, when I enter release and "make memstick" >

building my own release images from -CURRENT

2011-08-16 Thread Sean Bruno
Just trying some hackery with building my own release images from -CURRENT today. I've built world and my kernel, when I enter release and "make memstick" I get the following: ** Creating the temporary root environment in /var/tmp/temproot *** /var/tmp/temproot ready for use *** Creating and po

NFS mount inside jail fails

2011-05-17 Thread Sean Bruno
Silly thing I ran into today. User wanted to NFS mount a dir inside a jail. After I groaned about the security implication of this, I noted that there is a sysctl that looks like it should allow this. Namely, security.jail.mount_allowed. I noted that setting this follows a path that *should* ha

Re: Freebsd And the sun x4440

2011-05-16 Thread Sean Bruno
On Wed, 2012-05-16 at 17:42 -0700, Mark Saad wrote: > Once in the initial loading of the kernel at the "|" for 1-2 mins . > Then again shortly after printing the kernel banner "freebsd > 7.3-release etc etc etc" . This delay is about 1-2 mins as well. This looked like the "memory check" in my tes

(free)(open)IPMI tools in base

2011-03-30 Thread Sean Bruno
I'm not particular at the moment, but with the proliferation of IPMI in the server environment, is there any consideration to putting one of the appropriately licensed tools into the base? Sean ___ freebsd-hackers@freebsd.org mailing list http://lists.f

Re: Building my own release ISOs

2010-11-24 Thread Sean Bruno
On Mon, 2010-11-22 at 06:26 -0800, John Baldwin wrote: > On Sunday, November 21, 2010 8:31:22 pm Sean Bruno wrote: > > Does this look about right to build from a test branch? > > > > sudo make release SVNROOT=ssh+svn://svn.freebsd.org/base > > SVNBRANCH=projects/sbruno_

Building my own release ISOs

2010-11-21 Thread Sean Bruno
Does this look about right to build from a test branch? sudo make release SVNROOT=ssh+svn://svn.freebsd.org/base SVNBRANCH=projects/sbruno_64cpus MAKE_ISOS=y MAKE_DVD=y NO_FLOPPIES=y NODOC=y NOPORTSATALL=y WORLD_FLAGS=-j32 KERNEL_FLAGS=-j32 BUILDNAME=sbruno CHROOTDIR=/new_release Sean __

Re: /etc/rc.d/mountcritremote

2010-08-31 Thread Sean Bruno
On Tue, 2010-08-31 at 12:27 -0700, Garrett Cooper wrote: > On Tue, Aug 31, 2010 at 11:32 AM, Sean Bruno wrote: > > On Tue, 2010-08-31 at 09:29 -0700, N.J. Mann wrote: > >> In message <1283271393.3665.13.ca...@home-yahoo>, > >> Sean Bruno (sean...@yahoo-i

Re: /etc/rc.d/mountcritremote

2010-08-31 Thread Sean Bruno
On Tue, 2010-08-31 at 09:29 -0700, N.J. Mann wrote: > In message <1283271393.3665.13.ca...@home-yahoo>, > Sean Bruno (sean...@yahoo-inc.com) wrote: > > An issue in testing came up where we were trying to mount NFS > > directories from the same server, i.e. a machin

Re: /etc/rc.d/mountcritremote

2010-08-31 Thread Sean Bruno
On Tue, 2010-08-31 at 10:45 -0700, Dirk-WIllem van Gulik wrote: > On 31 Aug 2010, at 17:16, Sean Bruno wrote: > > > An issue in testing came up where we were trying to mount NFS > > directories from the same server, i.e. a machine trying to mount an NFS > > dir on

/etc/rc.d/mountcritremote

2010-08-31 Thread Sean Bruno
An issue in testing came up where we were trying to mount NFS directories from the same server, i.e. a machine trying to mount an NFS dir on itself. Because mountcritremote runs before the NFS server is up, we modified the REQUIRES section and appended nfsd. I *think* that this is a silly imple

Re: svn commit: r210561 - projects/sv/sys/net

2010-08-01 Thread Sean Bruno
On Thu, 2010-07-29 at 14:06 -0700, Ed Maste wrote: > On Wed, Jul 28, 2010 at 03:10:31PM +, Attilio Rao wrote: > > > Log: > > Initial import of the netdump files. > > They still need a lot of polishing and cleanup so they might not be > > considered definitive at all. > > This code is a

Re: [Patch] Kgmon/Gprof On/Off Switch

2010-07-07 Thread Sean Bruno
On Tue, 2010-07-06 at 17:40 -0700, Bruce Evans wrote: > On Tue, 6 Jul 2010, Sean Bruno wrote: > > > On Thu, 2010-07-01 at 16:46 -0700, Sean Bruno wrote: > >> Found this lying around the Yahoo tree this week. Basically it allows > >> you to activate, reset and dea

Re: [Patch] Kgmon/Gprof On/Off Switch

2010-07-06 Thread Sean Bruno
On Thu, 2010-07-01 at 16:46 -0700, Sean Bruno wrote: > Found this lying around the Yahoo tree this week. Basically it allows > you to activate, reset and deactivate profiling with the '-f" flag. > > Kind of nice to have if you want the ability to turn on profiling for &g

[Patch] Kgmon/Gprof On/Off Switch

2010-07-01 Thread Sean Bruno
Found this lying around the Yahoo tree this week. Basically it allows you to activate, reset and deactivate profiling with the '-f" flag. Kind of nice to have if you want the ability to turn on profiling for debugging live systems. Applies cleanly to head at the moment. Sean Index: usr.sbin/kgm

Re: Set default pxeboot vfs.root.mountfrom to nfs?

2010-07-01 Thread Sean Bruno
On Tue, 2010-06-29 at 15:07 -0700, Garrett Cooper wrote: > Hi Hackers, > I realize this is a trivial patch, but it's a minor item that I > found kind of fascinating (and not thoroughly documented elsewhere > because many examples are booting mfsroots instead of directly booting > off nfs roots)

Re: What is the exected behavior with the NMI button?

2010-06-25 Thread Sean Bruno
On Fri, 2010-06-25 at 07:17 -0700, Sean Bruno wrote: > While trying to get a deadlock sorted out in the GPROF code, I attempted > to use this fancy shmancy NMI button on my Dell server. > > I noted that, not unlike the goggles, it did nothing once the system was > deadlocked. I

What is the exected behavior with the NMI button?

2010-06-25 Thread Sean Bruno
While trying to get a deadlock sorted out in the GPROF code, I attempted to use this fancy shmancy NMI button on my Dell server. I noted that, not unlike the goggles, it did nothing once the system was deadlocked. I noted that when the system was running normally, an NMI log message would be spew

RFT Exposing Zone Sleeps

2010-06-14 Thread Sean Bruno
So, after some modifications and guidance from rwatson, alc and others, I've modified this patch a bit. The end result is that a sleep on slab alloc counter is displayed with a "vmstat -z". This can be used for diagnostics of low memory situations and has been VERY handy at Yahoo. I've removed t

Re: Exposing Zone Sleeps

2010-05-26 Thread Sean Bruno
On Wed, 2010-05-26 at 11:52 -0700, Garrett Cooper wrote: > >> > >> This patch instead pardon the early.post but there was a problem with > >> the last patch that I attached for stable/8 r208530 with arguments 10 & > >> 11 to function sysctl_vm_zone where it wanted a long unsigned integer > >> rat

Re: Exposing Zone Sleeps

2010-05-26 Thread Sean Bruno
On Tue, 2010-05-25 at 07:47 -0700, Sean Bruno wrote: > > Hi Sean, > > > > Nice work on this. I applied this to stable/8 r208530 and I am in the > > process of compiling the kernel right now. Everything else has built & > > runs as expected "i386".

Re: Exposing Zone Sleeps

2010-05-25 Thread Sean Bruno
> Hi Sean, > > Nice work on this. I applied this to stable/8 r208530 and I am in the > process of compiling the kernel right now. Everything else has built & > runs as expected "i386". Attached is the adjusted patch which was one > modification to the line number for uz_sleeps in sys/vm/uma_int.h.

Exposing Zone Sleeps

2010-05-24 Thread Sean Bruno
Find attached a patch against -CURRENT. This update exposes a counter that indicates the number of times that we sleep when attempting to allocate a slab from the keg. In other words, the number of times we BLOCK and wait, which is bad. This allows differentiation between times when we failed to

C6 sleep state

2010-04-09 Thread Sean Bruno
Has anyone worked on code for the C6 power state for the Intel Nehalem processors yet? http://download.intel.com/design/processor/applnots/320354.pdf Sean ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-h

8 week projects

2009-06-24 Thread Sean Bruno
My open source class this summer has a lot of people in it looking for 8 week projects. If you have a decently spec'd out project that a Junior/Senior CS student can accomplish, send me a link or pointer to it and I'll see if I can get the project some attention. Sean ___

Re: smart self-test vs 7200.12/ich9r/ahci

2009-04-13 Thread Sean Bruno
On Mon, 2009-04-13 at 10:06 +0300, Andriy Gapon wrote: > Smart self test never completing. The "self-test" never goes beyond "90%" complete? Sean ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To

Re: smart self-test vs 7200.12/ich9r/ahci

2009-04-12 Thread Sean Bruno
On Thu, 2009-04-09 at 16:24 +0300, Andriy Gapon wrote: > I wonder if anybody has an issue like I do: > http://thread.gmane.org/gmane.linux.utilities.smartmontools/6354 > > Does anybody has guesses/clues about what might be happening? > I couldn't see anything specifically wrong with the output.

BSDCan Firewire Plugfest

2009-03-23 Thread Sean Bruno
Dan has accepted my proposal to have a plugfest at BSDCan on Friday night: http://www.bsdcan.org/2009/schedule/events/144.en.html I'm hoping that folks can bring their various devices and laptops to the occasion. Even if you don't have a Firewire device, swing by with your laptop and see if ther

Module Dependencies

2009-02-18 Thread Sean Bruno
I'm messing around with dev/firewire/sbp_targ at home this week and wanted to know if there was a way to warn or notify when trying to run config against a kernel configuration file that has "device sbp_targ" but doesn't have "device targbh". Is there such a mechanism? Sean _

Re: Error from systinstall while trying to install man page packages

2008-06-27 Thread Sean Bruno
Garrett Cooper wrote: On Fri, Jun 27, 2008 at 1:45 PM, Sean Bruno <[EMAIL PROTECTED]> wrote: Sebastian Tymków wrote: Hi, You can set information in sysinstall using "Options" and setting "Release name" Best regards, Sebastian Tymkow Thanks. Wha

Re: Error from systinstall while trying to install man page packages

2008-06-27 Thread Sean Bruno
Sebastian Tymków wrote: Hi, You can set information in sysinstall using "Options" and setting "Release name" Best regards, Sebastian Tymkow Thanks. What should I set the Release name to? -- Sean Bruno MiraLink Corporation 6015 NE 80th Ave, Ste 100 Portland, OR 9721

Error from systinstall while trying to install man page packages

2008-06-27 Thread Sean Bruno
BSD_RELENG_7_15APR08/src/sys/i386/compile/GENERIC i386 -- Sean Bruno MiraLink Corporation 6015 NE 80th Ave, Ste 100 Portland, OR 97218 Phone 503-621-5143 Fax 503-621-5199 ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mail

ATA patch for RELENG_6

2008-05-22 Thread Sean Bruno
ev->mode = ATA_SA150; } else { - mode = ata_limit_mode(dev, mode, ATA_UDMA5); + /*mode = ata_limit_mode(dev, mode, ATA_UDMA5);*/ + mode = ata_check_80pin(dev, ATA_UDMA5); if (!ata_controlcmd(dev, ATA_SETFEATURES, ATA_SF_SETXFER, 0, mode)) atadev->mode =

USB Install Method

2008-05-14 Thread Sean Bruno
Does anyone have a pointer to a FreeBSD 7 install method for those of us without CD/DVD Rom drives? The easiest way for me would be to boot off of a USB stick and then install across the network, but I'm open to suggestions. Sean ___ freebsd-hackers

Re: Question about http://torrents.freebsd.org:8080/index.html

2008-02-08 Thread Sean Bruno
Lowell Gilbert wrote: Sean Bruno <[EMAIL PROTECTED]> writes: <2cents> I just found it odd that that users couldn't just specify the file to download from the release torrent. It also makes it slightly(read almost negligible) harder to seed effectively as I would need to d

Re: Question about http://torrents.freebsd.org:8080/index.html

2008-02-08 Thread Sean Bruno
Kris Kennaway wrote: Sean Bruno wrote: Does it seem correct to all concerned that each release actually lists all files twice? There is a torrent for the entire release CD ISO set, and then there is a completely separate torrent for each CD ISO file. At least that is what it looks like to

Question about http://torrents.freebsd.org:8080/index.html

2008-02-07 Thread Sean Bruno
Does it seem correct to all concerned that each release actually lists all files twice? There is a torrent for the entire release CD ISO set, and then there is a completely separate torrent for each CD ISO file. At least that is what it looks like to me. Is this correct? Sean

Re: How long is a hz?

2008-01-28 Thread Sean Bruno
Sam Leffler wrote: Sean Bruno wrote: Jason Slagle wrote: On Mon, 28 Jan 2008, Sean Bruno wrote: I couldn't quite find the definition for "hz" in sys/ this morning. What is it's value and where is it defined? http://fxr.watson.org/fxr/ident?i=hz Thank you Sam. You

Re: How long is a hz?

2008-01-28 Thread Sean Bruno
Jason Slagle wrote: On Mon, 28 Jan 2008, Sean Bruno wrote: I couldn't quite find the definition for "hz" in sys/ this morning. What is it's value and where is it defined? From http://en.wikipedia.org/wiki/Hertz The hertz (symbol: Hz) is the International Syste

How long is a hz?

2008-01-28 Thread Sean Bruno
I couldn't quite find the definition for "hz" in sys/ this morning. What is it's value and where is it defined? Sean ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail t

Modules stopped compiling?

2007-11-21 Thread Sean Bruno
I'm not sure what I did, but my kernel config isn't compiling modules any longer. Is there something that I failed to do here? http://consultcsg.com/MYKERNEL Sean ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/

Re: iSCSI initiator driver beta version, testers wanted

2007-11-05 Thread Sean Bruno
Amir Tahmasebi wrote: Hello Danny, Do you know if there is any problem with ISCSI initiator when using FreeBSD version 6.x? Thanks I was able to backport the driver from 7 fairly easily. If there is some interest, here is a small diff. Simply copying the iscontrol from RELENG_7 i

Re: Serial speed for boot device selection prompt

2007-10-25 Thread Sean Bruno
If you want serial capability in boot0, you should set BOOT_COMCONSOLE_SPEED=115200 in your make.conf. After you do that, you'll need to rebuild the boot blocks. The procedure for doing that is step 4 of Section 24.6.5.2 in the Handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbo

FreeBSD.org website problems was: Serial speed for boot device selection prompt

2007-10-25 Thread Sean Bruno
Jeremy Chadwick wrote: On Thu, Oct 25, 2007 at 10:36:28AM -0700, Sean Bruno wrote: Thanks for the pointers. I am currently unable to access www.freebsd.org for some reason. It appears that I get a timeout trying to retrieve anything from the web site. Other folks in my office seem to

Re: Serial speed for boot device selection prompt

2007-10-25 Thread Sean Bruno
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setup.html Thanks for the pointers. I am currently unable to access www.freebsd.org for some reason. It appears that I get a timeout trying to retrieve anything from the web site. Other folks in my office seem to h

Serial speed for boot device selection prompt

2007-10-24 Thread Sean Bruno
I have a drive that contains two seperate bootable partitions(ad0s1a and ad0s2a). The boot device selection menu(boot0?) appears to only be able to support 9600 8N1. I wanted to run the serial console at 115200, but I currently have to switch to 9600 if I need to change the boot device. Is t

Re: rc functions don't allow processes to shutdown

2007-08-31 Thread Sean Bruno
Doug Barton wrote: On Fri, 31 Aug 2007, Sean Bruno wrote: I noticed that if rc.conf has ntpd_enable="NO", an invocation of /etc/rc.d/ntpd stop won't actually shut down ntpd. I checked a couple of other processes(like net-snmp) and noted the same behavior. FYI, ther

Re: rc functions don't allow processes to shutdown

2007-08-31 Thread Sean Bruno
Tobias Roth wrote: Sean Bruno wrote: I noticed that if rc.conf has ntpd_enable="NO", an invocation of /etc/rc.d/ntpd stop won't actually shut down ntpd. I checked a couple of other processes(like net-snmp) and noted the same behavior. I would have expected that rc would be

rc functions don't allow processes to shutdown

2007-08-31 Thread Sean Bruno
I noticed that if rc.conf has ntpd_enable="NO", an invocation of /etc/rc.d/ntpd stop won't actually shut down ntpd. I checked a couple of other processes(like net-snmp) and noted the same behavior. I would have expected that rc would be able to invoke the stop routines if a utility is disable

Relocatable intel 'em' driver patch(intel v6.4.1)

2007-08-22 Thread Sean Bruno
I did a small amount of search and replace against the intel em ethernet driver to allow it to be relocatable today. If anyone is interested, here is the diff against my tree. So, one should be able to copy v6.4.1 of the intel driver into the kernel src tree, overwriting RELENG_6's version an