Trying to use /bin/sh

2013-09-27 Thread Sean Bruno
the needed things into a .bashrc and switched my loging shell to bash, which is not really what I wanted to do. Sean signature.asc Description: This is a digitally signed message part

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/whatever device for it? My MIPS kernconf has

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/whatever device for it? My MIPS kernconf has: # GEOM modules device geom_map# to get access to the SPI flash partitions device

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 0x0unset http://people.freebsd.org/~sbruno/subr_prf.txt Sean

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

2013-04-04 Thread Sean Bruno
isn't mis-identified as belonging to a tlabel. Thanks, --Will. ___ Ack. Looks like a valid commit. sean signature.asc Description: This is a digitally signed message part

sparc64 zfsroot/gmirror?

2013-02-19 Thread Sean Bruno
for suggestions. Sean ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

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't obvious how to setup zfs root things I

Eliminating a warning in sys/boot

2013-02-09 Thread Sean Bruno
/efi/libefi/../../common/dev_net.c:328:19: warning: invalid conversion specifier 'D' [-Wformat-invalid-specifier] sprintf(temp, %6D, d-myea, :); SEan signature.asc Description: This is a digitally signed message part

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

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_head/sys/boot/i386/pxe_http

RE: Providing a default graphical environment on FreeBSD

2012-09-17 Thread Sean Cavanaugh
-Original Message- From: owner-freebsd-hack...@freebsd.org [mailto:owner-freebsd-hack...@freebsd.org] On Behalf Of Zhihao Yuan Sent: Monday, September 17, 2012 1:54 PM To: Mike Meyer Cc: freebsd-hackers@freebsd.org Subject: Re: Providing a default graphical environment on FreeBSD

RE: Providing a default graphical environment on FreeBSD

2012-09-17 Thread Sean Cavanaugh
-Original Message- From: owner-freebsd-hack...@freebsd.org [mailto:owner-freebsd-hack...@freebsd.org] On Behalf Of Steffen Daode Nurpmeso Sent: Monday, September 17, 2012 3:51 PM To: freebsd-hackers@freebsd.org Subject: Re: Providing a default graphical environment on FreeBSD | Hi, |

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

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

Re: dtraceall.ko with old nfsclient

2012-07-27 Thread Sean Bruno
a kldload failure. I'm not real clear how to unwind this situation. Sean ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

Re: dtraceall.ko with old nfsclient

2012-07-10 Thread Sean Bruno
this to #elif defined (NFSCLIENT) ? No objections here. I suspect that this is the more correct thing regardless. I mean, it keeps the nfs dtrace objects loading in the event someone is running a non-nfs kernel... right? Sean ___ freebsd-hackers@freebsd.org

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 +++

Re: Gentoo Solution to Nanny Terminal Problem

2012-07-05 Thread Sean
an equivalent to this command, this command, then I imagine that calls for Ubuntu/Fedora features should cease. Gentoo users seem to be happy with e-file. 0:55 Fri 06-Jul sean@queen [~] pkg_info -W bash /usr/local/bin/bash was installed by package bash-4.2.28 0:57 Fri 06-Jul sean@queen

Re: Gentoo Solution to Nanny Terminal Problem

2012-07-05 Thread Sean
On 06/07/2012, at 1:21 AM, Richard Yao wrote: On 07/05/2012 10:58 AM, Sean wrote: On 05/07/2012, at 10:02 PM, Richard Yao wrote: The second is the e-file command, which will query that database for whatever follows it. For example, if I want to find out which package installs repoman, I

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

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

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 ___ freebsd-hackers@freebsd.org mailing

[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,

Re: gnome start error?help me.

2012-05-18 Thread Sean Bruno
installation. Or, PC-BSD 9 for your desktop might be an alternative. Sean ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

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

[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 +++

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

2012-02-28 Thread Sean Bruno
_ Can you dump the full dmesg on boot? I've noted that shared ethernet devices and IPMI seem to conflict. Expecially if the kernel is explicity turning off the ethernet device becuase its not configured. Sean ___ freebsd-hackers

Re: Recurring rescan already queued message

2012-02-28 Thread Sean Bruno
on my laptop with an eSATA port. I disabled the eSATA port and that made the messages go away. According to mav@ these were harmless, but annoying. Sean ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

[sudo] configure --host=i386

2012-02-28 Thread Sean Bruno
present but libtool doesn't appear to support your platform. I've tried this on 7,8,9 and head with the same result. Thoughts? Sean ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send

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

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 /dumpster/scratch/sbruno-scratch/9]$ svn up

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. [sbruno@ref9-xen32 /dumpster/scratch

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 see the 'svn upgrade

Re: Does anyone use nscd?

2011-10-04 Thread Sean M. Collins
I've never heard of the utility until you mentioned it. I'd nuke it, since really there are more popular alternatives like Redis and Memcached in the ports tree that most people will reach for first. -- Sean M. Collins ___ freebsd-hackers@freebsd.org

Re: Does anyone use nscd?

2011-10-04 Thread Sean M. Collins
is the common practice. -- Sean M. Collins ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

Re: Does anyone use nscd?

2011-10-04 Thread Sean M. Collins
machine-wide instead of per user, yes? I guess I'm just playing devil's advocate - none the less you have my respect. -- Sean M. Collins ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe

Recommended amount of swap

2011-09-05 Thread Sean Hamilton
What is the state of the art for the recommended amount of swap in FreeBSD? Both normal systems with 512 MB - 8 GB of RAM, and large database systems with around 128 - 256 GB. Thanks in advance, -- Sean Hamilton seanhamil...@gmail.com ___ freebsd

Re: Large machine test ideas

2011-08-31 Thread Sean Bruno
for MAXCPU is kind of a caveat emptor area of FreeBSD. Sean P.S. I say 64 as yahoo has been running 64 cpus with local patches for a while, so I know that this works fairly well. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org

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

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 sean...@yahoo-inc.com 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 I get the following: ** Creating

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

Re: glabel on 9-BETA1

2011-08-16 Thread Sean
On Wed, 17 Aug 2011, Andrey V. Elsukov wrote: On 17.08.2011 0:10, Mark Saad wrote: root@blindness:~# glabel label rootfs ada0p4 glabel: Can't store metadata on ada0p4: Operation not permitted. In 7.2 and prior there was a sysctl that could be tweaked to allow for this to work ,

Re: Fwd: [GSoC]I want to remove everything perl/tcl/gtags in the new nvi

2011-07-14 Thread Sean M. Collins
a logical progression in features like so: nvi vim-lite vim Happy hacking Zhihao! -- Sean Collins Core IT Pro, LLC www.coreitpro.com ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send

Re: int64_t and printf

2011-06-05 Thread Sean C. Farley
. Sean -- s...@freebsd.org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

Re: who is in swap?

2011-05-20 Thread Sean C. Farley
On Fri, 20 May 2011, Julian Elischer wrote: On 5/20/11 5:32 AM, Bill Moran wrote: In response to Daniel Branissda...@cs.huji.ac.il: no, Who's on 3rd No. I Don't Know is on 3rd. Who's on 1st. Sean -- s...@freebsd.org ___ freebsd-hackers

NFS mount inside jail fails

2011-05-17 Thread Sean Bruno
security.jail.mount_allowed=1 I *think* this is the correct behavior, if a bit silly when taking into account the purpose of a jail. Thoughts? Sean ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers

Re: Freebsd And the sun x4440

2011-05-16 Thread Sean Bruno
page is a continuation of the * previous set of good pages, then just increase Sean ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd

(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

Re: getting a list of open files versus PID nos.?

2010-12-09 Thread Sean C. Farley
/power monitor if running on a system without a battery. Sean -- s...@freebsd.org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd-hackers-unsubscr

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_64cpus MAKE_ISOS=y MAKE_DVD=y

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

/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

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 itself. Because mountcritremote

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 machine trying to mount an NFS dir

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 sean...@yahoo-inc.com 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-inc.com) wrote: An issue

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

2010-08-01 Thread Sean Bruno
___ Excellent. I'll start tracking this over here at Yahoo. Sean ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

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 deactivate profiling with the '-f flag. I

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 debugging live systems

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

2010-07-01 Thread Sean Bruno
), but I'm proposing that pxeboot default to vfs.root.mountfrom=nfs to reduce the need for special case loader.conf files just for pxe booting (and thus, enable out-of-the-box netbooting ^o^!!!). Thoughts? Thanks! -Garrett I'll just give this a +1 and move on. sean

[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

What is the exected behavior with the NMI button?

2010-06-25 Thread Sean Bruno
be spewed to the console. What is supposed to happen in these two cases when we toggle the NMI button? Sean ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd-hackers

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 noted that when

RFT Exposing Zone Sleeps

2010-06-14 Thread Sean Bruno
the sysctl to eliminate some heartache, moved the sleep count into a proper place in the data structure, properly instrumented the debugger function and returned the #ifdef. Patch provided against -current. Tested on amd64 and x86 Sean Index: usr.bin/vmstat/vmstat.c

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. Attached is the adjusted patch which was one modification

Re: Exposing Zone Sleeps

2010-05-26 Thread Sean Bruno
patch. Sean ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

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. 8

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

Re: bad RAM? prove it with a crash dump?

2010-05-06 Thread Sean C. Farley
investigated whether or not the laptop is overheating? Sean -- s...@freebsd.org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

Re: bad RAM? prove it with a crash dump?

2010-05-06 Thread Sean
On 7/05/2010 2:50 AM, Sean C. Farley wrote: On Thu, 6 May 2010, Atom Smasher wrote: i suspect i've got bad RAM but memtest has run through several dozen iterations without a problem. my (3 year old) laptop will run for a few days or weeks and then crash/freeze/hang. i've enabled crash dumps

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

Re: Automated kernel crash reporting system

2010-03-04 Thread sean connolly
Hi Dan, Automatic reporting would end up being a mess given that panics can be caused by hardware problems. Having an autoreport check if memtest was run before it reports, or having it only run with -CURRENTmight be useful. Sean From: jhell jh

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-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail

Re: NUMA support; tweaking TCP for GPRS

2010-01-01 Thread Sean Hamilton
On Fri, Dec 18, 2009 at 12:47:11PM +1100, Lawrence Stewart wrote: Sean Hamilton wrote: [...] Second, I am using a FreeBSD server to talk to equipment which has a GPRS internet connection. This is fairly high latency (approximately one second RTT) and is prone to bursts of packet

NUMA support; tweaking TCP for GPRS

2009-11-12 Thread Sean Hamilton
, but it's not clear to me exactly how they might be adjusted for this purpose. Thanks in advance, -- Sean Hamilton s...@bel.bc.ca ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any

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

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

2009-04-12 Thread Sean Bruno
. Is there something wrong with the drive? Sean ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

BSDCan Firewire Plugfest

2009-03-23 Thread Sean Bruno
if there's any new information to be gained from your machines. Sean ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

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: How to troubleshoot why ath0 can't connect to a passwordless wireless network?

2009-02-10 Thread Sean C. Farley
associate, yet DHCP would not work. Sam Leffler (sam@) has since committed it to CURRENT. I still have the original patch to RELENG_7[1] that the CURRENT patch was based upon. It is a bit old, yet I think it may still apply at least for the most part. Sean 1. http://people.freebsd.org/~scf

Re: Small change to 'ps'

2009-01-07 Thread Sean C. Farley
relentlessly searching the man page) but here is a small patch that sets the flag 'n' to disable header output. You've missed it, probably because it is non-obvious: % ps -p 1 -o pid,cpu PID CPU 1 0 % ps -p 1 -o pid= -o cpu= 1 0 % Another way: ps | tail +2 Sean -- s...@freebsd.org

Re: How to quickly determine if UFS2 FS is clean from command line?

2008-12-26 Thread Sean
Carlos A. M. dos Santos wrote: On Fri, Dec 26, 2008 at 4:39 AM, David Wolfskill da...@catwhisker.org wrote: On Fri, Dec 26, 2008 at 09:35:42AM +0300, Sergey Zaharchenko wrote: ... Some of the stuff you want can be found here: r...@shark:~# file -s /dev/ufs/home /dev/ufs/home: Unix Fast File

Re: lzma compression/decompression in bsdtar/libarchive?

2008-11-25 Thread Sean C. Farley
problems in shoehorning releases onto as few cds as possible, etc. *snip* Sean -- [EMAIL PROTECTED] ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: strftime's %c warning?

2008-10-08 Thread Sean C. Farley
the Makefile? The same warning/error is generated by %x and %X, and %+ described in the strftime man page isn't recognized. You are hitting a gcc builtin. Have you tried adding -fno-builtin-strftime? Sean -- [EMAIL PROTECTED] ___ freebsd-hackers

Re: strange issue reading /dev/null

2008-08-07 Thread Sean C. Farley
if you set c then do the test: + c = fgetc(f); if (c != EOF) - printf(%c\n, fgetc(f)); + printf(%c\n, c); Sean -- [EMAIL PROTECTED]___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: strange issue reading /dev/null

2008-08-07 Thread Sean C. Farley
On Thu, 7 Aug 2008, Gabor Kovesdan wrote: Sean C. Farley ha scritto: You are testing c which has not been set. It works OK if you set c then do the test: + c = fgetc(f); if (c != EOF) - printf(%c\n, fgetc(f)); + printf(%c\n, c); Yes, you are right

Re: strange issue reading /dev/null

2008-08-07 Thread Sean C. Farley
On Thu, 7 Aug 2008, Jeremy Chadwick wrote: On Thu, Aug 07, 2008 at 11:54:10AM -0500, Sean C. Farley wrote: On Thu, 7 Aug 2008, Gabor Kovesdan wrote: Sean C. Farley ha scritto: You are testing c which has not been set. It works OK if you set c then do the test: + c = fgetc(f

Re: Pls sanity check my semtimedop(2) implementation

2008-07-18 Thread Sean C. Farley
it at the moment. It would be nice to have someday. Sean -- [EMAIL PROTECTED] ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

RE: Sysinstall is still inadequate after all of these years

2008-07-02 Thread Sean Cavanaugh
together. Im sure someone on the list could provide you the link for it or google for it. -Sean ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Sysinstall is still inadequate after all of these years / thanks for responding

2008-07-02 Thread Sean Cavanaugh
From: Rob Lytle Sent: Wednesday, July 02, 2008 7:59 PM To: Sean Cavanaugh ; freebsd-hackers@freebsd.org ; [EMAIL PROTECTED] Subject: Re: Sysinstall is still inadequate after all of these years / thanks for responding Thanks Sean, This is the first time I ever actually downloaded all 3 CD's

Error from systinstall while trying to install man page packages

2008-06-27 Thread Sean Bruno
/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/mailman/listinfo/freebsd-hackers

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 97218 Phone 503-621-5143 Fax

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. What should I set the Release name

RE: 3D for AMD64 (was Re: Lack of Flash support is no longer acceptable. Bounty established...)

2008-06-26 Thread Sean Cavanaugh
fglrx is the only way that anyone's going to get true 3D OpenGL support, and the last time I checked that wasn't available except for ancient cards on FreeBSD. AMD was supposed to be helping ATI, but it appears that after the merger all that's happened is a website change and ATI's drivers

Re: command-line bittorrent utility

2008-06-26 Thread Sean C. Farley
. More choices: 1. /usr/ports/net-p2p/transmission 2. /usr/ports/net-p2p/transmission-daemon Sean -- [EMAIL PROTECTED] ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail

Re: CFT: BSD-licensed grep [Fwd: cvs commit: ports/textproc/bsdgrep Makefile distinfo]

2008-06-18 Thread Sean C. Farley
://www.geocities.jp/kosako3/oniguruma/) (from Ruby) 3. Lrexlib (http://lrexlib.luaforge.net/) (no apparent POSIX interface) Sean -- [EMAIL PROTECTED]___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers

ATA patch for RELENG_6

2008-05-22 Thread Sean Bruno
; } 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 = mode; } -- Sean Bruno

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

Re: Transferring ports

2008-03-13 Thread Sean C. Farley
/local/etc/rc.d /usr/local/info /usr/local/lib /usr/local/libdata /usr/local/libexec /usr/local/man /usr/local/sbin /usr/local/share /usr/sbin /usr/share /var/db/pkg A basic jail runs about 9MB (mainly /etc and /usr/local/etc). Does this help? Sean -- [EMAIL PROTECTED

  1   2   3   >