Re: bugs with disk space

2004-06-09 Thread Jason Andresen
k. If you deleted a large temp file or log file to free up space, try restarting the process that created the temp/log file. -- \ |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED] |\/ | ||/ _| Network and Distributed Systems Engineer _| _|___| _| _|_\___| Office: 70

Re: running wine automatically as a shell for w32 binaries

2003-12-08 Thread Jason Andresen
dn't be so bad. Besides, it's hard enough to get real programs to run under Wine, I can't imagine getting something that hacks multiple parts of the OS and uses undocumented backdoors to hide itself to work in wine is going to be easy. -- \ |_ _|__ __|_ \ __

Re: Some mmap observations compared to Linux 2.6/OpenBSD

2003-10-24 Thread Jason Andresen
stant time algorithm. -- \ |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED] |\/ | ||/ _| Network and Distributed Systems Engineer _| _|___| _| _|_\___| Office: 703-883-7755 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinf

Re: C coding editor

2003-02-26 Thread Jason Andresen
in helping people understand your code (or understanding other people's code). That's why people have settled on a format they can reproduce in almost all instances. Very few compilers accept code with formatting markup beyond ^Ls and TABs. You can't compile a Word documen

Re: C coding editor

2003-02-24 Thread Jason Andresen
their life. -- \ |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED] |\/ | ||/ _| Network and Distributed Systems Engineer _| _|___| _| _|_\___| Office: 703-883-7755 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: I'm leaving the project

2002-12-18 Thread Jason Andresen
ociety and be accepted for what he is...assuming they don't shrivel up and die in the light. I don't know about you, but that's a risk I'm more than willing to take. -- \ |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED] |\/ | ||/ _| Network an

Re: soft updates

2002-12-11 Thread Jason Andresen
filesystem for some time now. Although some hardware failures gave vinum fits, softupdates has never caused me a problem: /dev/vinum/media361G 288G45G87%/media -- \ |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED] |\/ | ||/ _| Network and Distribu

Re: I Volunteer

2002-06-21 Thread Jason Andresen
e uw solution. UW might not be the best technically, but I wasn't going to have to spend 6 weeks learning the intricacies of the permissions system on my IMAP server to get it working. -- \ |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED] |\/ | ||/ _| Network and Distr

Re: WakeOnLan on 3C905C-TX not working?

2002-05-01 Thread Jason Andresen
ttempt, and I'm stumped. Suggestions? 1. Is your bios configured to ignore the WoL signal? 2. Did you remember to attach that little cable from your card to the motherboard? a. Is it plugged into the right spot (this is pretty hard to get wrong actually). -- \ |_

Re: PC speaker tunes for everybody

2002-03-29 Thread Jason Andresen
nsiderably more effort. Or is in in the nature of these > wonderful antique musical instruments that any solution > has to be OS-dependent? > > (An email cc would be appreciated, since IANAH.) > -- \ |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED] |\/ | ||

Re: VCD file system?

2002-02-06 Thread Jason Andresen
CD it would get slightly corrupted. You have to use a special tool to get the regular data off of the CD. -- \ |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED] |\/ | ||/ _| Network and Distributed Systems Engineer _| _|___| _| _|_\___| Office: 703-883-7755 To Unsubscr

Re: shell scripts that hang around forever

2002-01-28 Thread Jason Andresen
OCKFILE > RESULT=$? > #echo result='$RESULT' > if [ $RESULT = 0 ] > then > cd ${MSGSDIR} > while . > do > FILECOUNT=`ls | wc -l` > > if [ $FILECOUNT -ne 0 ] > then > ls | xargs -n 1 $HOME/scripts/t

vinum write spanning

2002-01-28 Thread Jason Andresen
all of the drive simultaniously? If vinum already does that I'm probably just saturating the PCI bus and there's nothing more I can do, but it seems like I should have a tougher time saturating the bus with 5400RPM drives... -- \ |_ _|__ __|_ \ __| Jason Andresen

Re: FreeBSD 5.x

2002-01-24 Thread Jason Andresen
Terry Lambert wrote: > > Jason Andresen wrote: > > Odd, I can't reproduce that under RedHat: > > I guess you are saying there is a conspiracy to make GCC work > only on RedHat? > > I could believe that... 8-) 8-) 8-). > > Actually, that was against 3.

Re: FreeBSD 5.x

2002-01-22 Thread Jason Andresen
c: In function `main': gcctest.c:5: warning: implicit declaration of function `foo' gcctest.c:9: warning: implicit declaration of function `printf' gcctest.c:12: warning: control reaches end of non-void function RedHat (8 ~): ./gcctest hello, stupid compiler!

Re: tar and nodump flag

2001-12-03 Thread Jason Andresen
GNU tar has an option --incremental (or --listed-incremental) that is unaffected by the use of gzip AFAIK. -- \ |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED] |\/ | ||/ _| Network and Distributed Systems Engineer _| _|___| _| _|_\___| Office: 703-883-7755 To Un

Re: SIS 900 Onboard NIC /w SIS 735 Chipset Motherboard.

2001-11-09 Thread Jason Andresen
lugging them in, and then setting them all to the same MAC address. Fortunatly I think this never took off. -- \ |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED] |\/ | ||/ _| Network and Distributed Systems Engineer _| _|___| _| _|_\___| Office: 703-883-7755 To Unsubsc

Re: Memory allocation question

2001-10-02 Thread Jason Andresen
ory so that the VM system won't swap it out? It's not a 100% guarentee IIRC, but I think madvise(2) can tell FreeBSD to try it's best to not swap out parts of memory. -- \ |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED] |\/ | ||/ _| Network and Distributed S

Re: No tools on 4.4-RELEASE ISO?

2001-09-21 Thread Jason Andresen
with the new ISO explaning what it is and why you should get it. Heck, a lot of the mirrors don't even have the original ISO yet, you can probably fix this before they mirror the first ISO. -- \ |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED] |\/ | ||/ _| Network and

Re: No tools on 4.4-RELEASE ISO?

2001-09-21 Thread Jason Andresen
rabbed fdimage from and went on, but it did seem like a rather noticable oversight. What about the boot managers in that directory? Certainly people will want to dual boot their new FreeBSD installs? -- \ |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED] |\/ | ||/ _| Net

No tools on 4.4-RELEASE ISO?

2001-09-20 Thread Jason Andresen
the existance of your CD-ROM. Strangely the documentation on the CD still references fdimage and the floppies are still on there, I guess you are supposed to have a net connection and get anything you need from the FTP site? -- \ |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED

Re: 802.11 with best Apple compatibility?

2001-09-17 Thread Jason Andresen
ork for a PCMCIA modem card. I don't have a > FreeBSD-supported wlan card to test with. I think they're going to be unsupported until the CardBus stuff MFCs (or until 5.x is -STABLE). -- \ |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED] |\/ | ||/ _| Netw

Re: Recent changes to libdialog are weird

2001-09-17 Thread Jason Andresen
le right click on checkboxes to select them and immediatly jumping to some other dialog if they left click on the checkbox. -- \ |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED] |\/ | ||/ _| Network and Distributed Systems Engineer _| _|___| _| _|_\___| Office: 703-883

Re: 802.11 with best Apple compatibility?

2001-09-14 Thread Jason Andresen
sland there's a program called FreeBase, and of course the Airport comes with Mac tools bundled. -- \ |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED] |\/ | ||/ _| Network and Distributed Systems Engineer _| _|___| _| _|_\___| Office: 703-883-7755 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: [xine-user] xine on freebsd?

2001-09-12 Thread Jason Andresen
the linux DVD programs are written (read, decode, display, continue) they tend to IO starve themselves under FreeBSD. -- \ |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED] |\/ | ||/ _| Network and Distributed Systems Engineer _| _|___| _| _|_\___| Office: 703-883-7755 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Tagged Command Queuing support for IC-35L0?0 ?

2001-09-04 Thread Jason Andresen
LA", "IC35L060AVER07-0", NULL}; ... This was a month or so though, so someone might have done the right thing and figured out how to parse those new IBM product strings to determine if the drive supports CTQ or not. -- \ |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECT

Re: FreeBSD and Athlon Processors

2001-09-04 Thread Jason Andresen
l has the workaround for the CMD640, it's just not a kernel option anymore because FreeBSD automagically detects and installs the workaround now if you have one. -- \ |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED] |\/ | ||/ _| Network and Distributed Systems Enginee

Re: Firewire driver available

2001-08-23 Thread Jason Andresen
hen reboot. * When a "sleep time out occured, now trying to restart DMA" occurs, you need to shut down the power of the PC once, and then reboot. ... * The "PHY Error" is likely to occur when IEEE1394 BUS RESET occurs while booting. Ouch. -- \ |_ _|__ _

freebsd-hackers@freebsd.org

2001-08-03 Thread Jason Andresen
ull speed (due to the lack of input buffer). Your only other option under FreeBSD is to try xine+captain_css (google is your friend), but I've never actually managed to get that configuration working. I almost played the first frame of a DVD once though. -- \ |_ _|__ __|_ \ __| Jason A

Re: Serial port control

2001-06-29 Thread Jason Andresen
your original message. I thought you were saying the ioctls were returning cleanly but not changing the state of the ports. Nevermind then. -- \ |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED] |\/ | ||/ _| Network and Distributed Systems Engineer _| _|___| _| _|_\___

Re: Serial port control

2001-06-29 Thread Jason Andresen
s: Ring DSR (79 ~): uname -a FreeBSD Nausicaa.mitre.org 4.3-RC FreeBSD 4.3-RC #2: Tue Apr 10 10:50:19 EDT 2001 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/NAUSICAA i386 Seems to work for me. -- \ |_ _|__ __|_ \ __| Jason Andresen[EMAIL PROTECTED] |\/ | ||/ _| Network and

Re: cvsup.freebsd.org I/O error

2001-05-30 Thread Jason Andresen
Munish Chopra wrote: > > On Wed, May 30, 2001 at 02:45:16PM -0400, Jason Andresen wrote: > > One interesting theory on there was that the drives were overheating and > > somehow damanging themselves. Although this doesn't seem too likely, > > I wonder if it isn

Re: cvsup.freebsd.org I/O error

2001-05-30 Thread Jason Andresen
Munish Chopra wrote: > I just finished reading this: > > http://www.storagereview.com/jive/sr/thread.jsp?forum=1&thread=13134 > > ...it's a message board at a pretty decent storage site. There aren't > too many great posts, but what seems to be pretty consistent is that the > problems arise (in

Re: technical comparison

2001-05-24 Thread Jason Andresen
Greg Black wrote: > > "Andresen,Jason R." wrote: > | This still doesn't make sense to me. It's not like the program is going > | to want to do a "find" on the directory every time it has some data it > | wants to put somewhere. I think for the majority of the cases (I'm sure > | there are excep

Re: technical comparison

2001-05-22 Thread Jason Andresen
"Albert D. Cahalan" wrote: > > Jason Andresen writes: > > Er, I don't think ReiserFS is in the Linux kernel yet, although it is > > the default filesystem on some distros apparently. I think Linus has > > some reservations about the stability of the f

Re: technical comparison

2001-05-22 Thread Jason Andresen
Jason Andresen wrote: > > Jason Andresen wrote: > > Oops, I fubbed up the linux at 6 files test, I'm rerunning it now, > but it will take a while to finish. > > > Results: > > ufs+softupdates is a little slower than ext2fs+wc for low numbers of > >

Re: technical comparison

2001-05-22 Thread Jason Andresen
Jason Andresen wrote: Oops, I fubbed up the linux at 6 files test, I'm rerunning it now, but it will take a while to finish. > Results: > ufs+softupdates is a little slower than ext2fs+wc for low numbers of > files, but scales better. I wish I had a Reiserfs partition to >

Re: technical comparison

2001-05-22 Thread Jason Andresen
"Albert D. Cahalan" wrote: > > Gordon Tetlow writes: > > On Mon, 21 May 2001, Jordan Hubbard wrote: > >> [Charles C. Figueire] > > >>> c) A filesystem that will be fast in light of tens of thousands of > >>>files in a single directory (maybe even hundreds of thousands) > >> > >> I think we c

Re: technical comparison

2001-05-22 Thread Jason Andresen
"Albert D. Cahalan" wrote: > It should be immediately obvious that ext2 is NOT the filesystem > being proposed, async or not. For large directories, ext2 sucks > as bad as UFS does. This is because ext2 is a UFS clone. > > The proposed filesystem is most likely Reiserfs. This is a true > journal

Re: gcc -O bug

2001-04-26 Thread Jason Andresen
Dennis wrote: > > At 09:11 AM 04/26/2001, you wrote: > >On Thu, Apr 26, 2001 at 11:00:15PM +1000, Greg Black wrote: > >Nope. The real nonsense is what you say. Perl core is written in a > >highly optimized C using very polished algorithms. As long as the Perl > >script is written in such a way

Re: gcc -O bug

2001-04-26 Thread Jason Andresen
Dag-Erling Smorgrav wrote: > > I ran into this bug while analyzing a customer's logs to determine the > best time of day for an upgrade. The original script was in Perl, but > I rewrote it in C because it was too slow. The C version produces > incorrect results when compiled with -O. Note that