Re: No SMP on Compaq ML350 with FBSD 5.3-RE

2005-06-29 Thread Kurt Lidl
Justin Hopper wrote: I just picked up a Compaq ML350 for free from a liquidator, runs fine it seems, and has dual P-II 600MHz CPUs. The BIOS post shows the two CPUs, as does the BIOS System Info function. However, a fresh install of FreeBSD 5.3-RE shows only a single CPU, and utilities like

Re: BDB corrupt

2008-05-12 Thread Kurt Lidl
Garrett Cooper wrote: On May 12, 2008, at 1:38 AM, Anthony Pankov wrote: Please, can anybody explain what is the problem with BDB (1.86). Is there known caveats of using BDB? Is there some rules which guarantee from curruption or it is fully undesirable to use BDB under high load? It is

Re: thoughts on sorting files into sub-folders by access date?

2010-07-01 Thread Kurt Lidl
Steve Franks wrote: I can't find anything close googling, so I d/l a bunch of perl examples. Before I figure this out in python (I'm a hardware developer by trade, so that seems most sensible [libc doesn't seem to have any os-agnostic way of playing with file times, no?])... man utimes

Re: UFS Snapshots and iowait

2010-11-23 Thread Kurt Lidl
On Tue, Nov 23, 2010 at 10:38:31AM -0800, Chris St Denis wrote: Is this just due to the very high io bandwidth usage associated with making a snapshot, or does the creation of this snapshot completely block IO writes for around 5 minutes? It blocks updates to the filesystem while during part

Re: [GSoC] About the idea: Unicode support in vi

2011-03-23 Thread Kurt Lidl
On Wed, Mar 23, 2011 at 08:20:07PM -0500, Zhihao Yuan wrote: On Wed, Mar 23, 2011 at 7:26 PM, Arnaud Lacombe lacom...@gmail.com wrote: Hi, On Wed, Mar 23, 2011 at 7:32 PM, Zhihao Yuan lich...@gmail.com wrote: Among *all* the GNU/Linux distributions I used, they include a vim compiled in

Re: [GSoC] About the idea: Unicode support in vi

2011-03-25 Thread Kurt Lidl
On Fri, Mar 25, 2011 at 10:40:44AM +0100, Johan van Selst wrote: Zhihao Yuan wrote: Could you please eleborate on the nvi-devel problems? I'm the current maintainer of this port, and as far as I know it's fully functional. 1. It does not support non-Unicode encodings. Actually, these

Re: Jails: Setting different times in jails

2011-07-10 Thread Kurt Lidl
On Sat, Jul 09, 2011 at 11:19:23PM -0600, Warner Losh wrote: Why on earth would you want this? Oh, it's not hard to imagine why you want to do this. Say you're testing a particular date rollover event, and want to make sure your software is up to snuff. Doing it in a jail would make it easy to

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

2011-07-14 Thread Kurt Lidl
On Thu, Jul 14, 2011 at 01:22:49AM -0500, Zhihao Yuan wrote: Second, the perl/tcl interpreter support; you can apply a perl/tcl command to the file whiling you are editing. I beg no one here used this feature before. Bzzt. I've used the perl interpreter before on a project. In that case, we

Re: BeagleBone?

2012-01-15 Thread Kurt Lidl
On Sun, Jan 15, 2012 at 05:44:31PM -0700, Ian Lepore wrote: On Sun, 2012-01-15 at 16:05 -0800, Tim Kientzle wrote: Just got a BeagleBone in the mail and so far, it seems like fun: * Under $100 * Relatively modern Cortex-A8 ARM CPU (TI AM3358) * Built-in Ethernet, USB console, etc.

Re: Graphical Terminal Environment

2012-03-06 Thread Kurt Lidl
On Tue, Mar 06, 2012 at 08:05:40AM -0800, per...@pluto.rain.com wrote: Brandon Falk bfalk_...@brandonfa.lk wrote: I havent tried tmux yet, but on my system im only able to get 80x40 with vidcontrol on one monitor. But with xterm in xorg i can get 319x89 per monitor ... To get higher

criteria for patch inclusion in patch release?

2012-04-24 Thread Kurt Lidl
What determines the patch worthiness of particular fixes that have gone into a the source tree for inclusion into the next patch release of a given -RELEASE branch? As an example, there are two patches that improve life for those of us who use fxp ethernet adaptors (r233158, r233585). Both of

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-09-13 Thread Kurt Lidl
On Thu, Sep 13, 2012 at 11:14:49AM -0500, Mark Felder wrote: On Thu, 13 Sep 2012 10:11:28 -0500, Andriy Gapon a...@freebsd.org wrote: Just curious - does VMWare provide a remote debugger support (gdb stub)? I'm not aware of one. What I have been able to successfully do is break into the

Re: SMP Version of tar

2012-10-10 Thread Kurt Lidl
On Tue, Oct 09, 2012 at 09:54:03PM -0700, Tim Kientzle wrote: On Oct 8, 2012, at 3:21 AM, Wojciech Puchar wrote: Not necessarily. If I understand correctly what Tim means, he's talking about an in-memory compression of several blocks by several separate threads, and then - after all

Re: [CFT/RFC] Make crunched compatible with external linkers

2012-12-04 Thread Kurt Lidl
On Tue, Dec 04, 2012 at 11:06:56AM +0100, Erik Cederstrand wrote: Hello hackers, The following PR patches crunchide(1) to accept object files produced by the gold and mclinker linkers: http://www.freebsd.org/cgi/query-pr.cgi?pr=bin%2F174011 On behalf of the submitter, I'd like to

Re: [CFT/RFC] Make crunched compatible with external linkers

2012-12-07 Thread Kurt Lidl
On Thu, Dec 06, 2012 at 10:39:27AM +0800, pete wrote: On Wed, Dec 5, 2012 at 3:11 AM, Kurt Lidl l...@pix.net wrote: On Tue, Dec 04, 2012 at 11:06:56AM +0100, Erik Cederstrand wrote: Hello hackers, The following PR patches crunchide(1) to accept object files produced by the gold

building select ports for packaging on install media

2013-02-11 Thread Kurt Lidl
Greetings. I'm looking for a little guidance in building a small (one to two dozen) packages for inclusion on a locally generated install CDROM. (I'm doing this on for sparc64 machines, but I don't think that matters tremendously.) I have successfully generated bootable cd-rom media by doing:

Re: building select ports for packaging on install media

2013-02-12 Thread Kurt Lidl
On Tue, Feb 12, 2013 at 04:29:45PM +0100, Wojciech Puchar wrote: cdrom. What I'd like to do is augement that CD-ROM image with several binary packages, so I can just install them via 'sysinstall', rather than having to maintain a /usr/ports tree on every host and compile the same

Re: sparc64 zfsroot/gmirror?

2013-02-19 Thread Kurt Lidl
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 setup something that looks like this: = 0 71087625

find -delete broken, or just used improperly?

2013-05-20 Thread Kurt Lidl
OK, maybe I'm missing something obvious, but... find(1) says: -delete Delete found files and/or directories. Always returns true. This executes from the current working directory as find recurses down the tree. It will not attempt to delete a

Re: find -delete broken, or just used improperly?

2013-05-21 Thread Kurt Lidl
On 5/21/13 11:06 AM, John Baldwin wrote: On Monday, May 20, 2013 5:47:31 pm Jilles Tjoelker wrote: On Mon, May 20, 2013 at 03:23:16PM -0400, Kurt Lidl wrote: OK, maybe I'm missing something obvious, but... find(1) says: -delete Delete found files and/or directories

complicated dependency file generation and make depend

2013-09-19 Thread Kurt Lidl
Greetings all - I've come across a problem that I do not know how to solve. (one of many, I'm sure) In a project that I am working on, there is a tool used to generate a few header files that are used when compiling parts of the entire project. This tool, itself, relies on some of the

Re: best way to make dvd appear to me a .iso file to the FS

2013-09-30 Thread Kurt Lidl
On 9/30/13 9:46 PM, Aryeh Friedman wrote: bhyveload(8) only let's you use .ISO's for install media and I want to make it so I can just insert a DVD (/dev/cd0) and bhyve can read it as if it was a just a normal file and not a device... short of copying it to the hard drive is there any other