Re: ACPI on Tyan Motherboard

2003-08-19 Thread Alex Zepeda
On Tue, Aug 19, 2003 at 09:54:21AM -0700, David O'Brien wrote: Sorry but telling experiences with non-Tyan boards don't help one bit. (too bad I don't have Bill Paul's finesse in getting this point across) Actually, yes it does... well it's relevant in this case. ATX systems respond to

Re: Anyone use WINE at all anywhere?

2003-08-02 Thread Alex Zepeda
On Fri, Aug 01, 2003 at 05:38:33PM -0700, Julian Elischer wrote: Is the re ANYONE that uses wine on -current...? Sure, I use wine on current. However, the problems I seem to be getting are wine related and not due to problems with fbsd.. as far as I can tell. - alex

Re: gcc related -current upgrade problems

2003-07-26 Thread Alex Zepeda
On Fri, Jul 25, 2003 at 05:45:10PM -0700, Scott M. Likens wrote: These issues have been addressed in KDE 3.1.3 if you're patient enough for Will to work out the kinks the ports will be updated in a week or less. The issue is not KDE related one, rather the base c++ headers trigger all sorts

Re: Fixing gcc 3.3 compile failures

2003-07-19 Thread Alex Zepeda
On Thu, Jul 17, 2003 at 07:52:00PM -0700, Kris Kennaway wrote: OK, now that the latest 5.x package build is well underway, we can start work on fixing the compile failures seen with gcc 3.3. What about stuff that breaks because the libstdc++ headers trip up gcc? - alex

What's up with www.freebsd.org?

2002-11-10 Thread Alex Zepeda
http://www.freebsd.org/send-pr.html returns a 403. Oops. - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: WIne freezes -current for half a year

2002-11-03 Thread Alex Zepeda
On Sun, Nov 03, 2002 at 02:36:41PM -0800, Terry Lambert wrote: My understanding of his post was that, 6 months later, the machine unfreezes, and everything works normally... 8-) 8-). Actually, I think he's complaining that WINE isn't working in -current. Yup. That's about right. Last

Re: 5.0-RUSH: -current install testers wanted!

2002-10-25 Thread Alex Zepeda
On Tue, Oct 22, 2002 at 07:53:38PM -0700, Juli Mallett wrote: peter@ has been working busily in a Perforce branch to fix a lot of crap and it's by no means a small amount of work that he's done so far, especially taking into account the amount of testing and debugging he seems to be doing.

Re: 5.0-RUSH: -current install testers wanted!

2002-10-22 Thread Alex Zepeda
On Tue, Oct 22, 2002 at 08:33:53AM +0200, Poul-Henning Kamp wrote: And I want them to do it RSN: 5.0-R is only 9 days away. If the release is only 9 days away, what will be done about the signal/FPU register stuff? As it stands, [x]emacs still hangs often enough, and KDE managed to destabilize

Re: emacs problems?

2002-10-18 Thread Alex Zepeda
On Fri, Oct 18, 2002 at 08:00:19AM -0700, walt wrote: Anyone else seeing this problem? The only issue I have with emacs (I'm using xemacs 21.1.14) is that it hangs quite often. Usually when I do a lot of mouse scrolling. This seems to be a recent thing. - alex To Unsubscribe: send mail to

Re: Perl 5.8 broken in current

2002-10-16 Thread Alex Zepeda
On Mon, Oct 14, 2002 at 05:00:45PM -0700, David O'Brien wrote: gcc's code optimizations are broken, and should be avoided. Not any more with GCC 3.2, unless you have a test case to prove it broken. Well you still can't buildworld with -O3 -march=pentiumpro -fno-strength-reduce. Looks like

Re: Perl 5.8 broken in current

2002-10-14 Thread Alex Zepeda
On Mon, Oct 14, 2002 at 10:37:53PM +0200, Daniel Rock wrote: If I compile it with optimization enabled make test fails at t/op/pat, test 640. Only with no optimization at all this test succeeded. I tried the following options So turn off the optimizations? gcc's code optimizations are

Re: Perl 5.8 broken in current

2002-10-14 Thread Alex Zepeda
On Tue, Oct 15, 2002 at 12:03:54AM +0200, Daniel Rock wrote: But why don't show the same optimization levels on another intel platform (Solaris x86, gcc-3.2 release) no problem? Because it's not the same compiler. -current is not using 3.2. $gcc -v Using built-in specs. Configured with:

panic: Duplicate free of item 0xc2356000 from zone 0xc083a280(UMA Buckets)

2002-10-09 Thread Alex Zepeda
(kgdb) bt ... #9 0xc035c1a8 in calltrap () at /var/tmp//ccqYOobH.s:98 #10 0xc02302fb in panic (fmt=0x0) at ../../../kern/kern_shutdown.c:494 #11 0xc033603a in uma_dbg_free (zone=0xc083a280, slab=0xc2356fe0, item=0xc2356000) at ../../../vm/uma_dbg.c:273 #12 0xc03355a8 in uma_zfree_internal

Re: KDE 3.0 broken in current??

2002-10-09 Thread Alex Zepeda
On Wed, Oct 09, 2002 at 04:13:45PM -0700, Terry Lambert wrote: Probably, this should be handled by sending a patch back to the KDE folks, whose servers were dead and being repaired yesterday. You could also make a port path that patched netdev.c, as an interim fix (include the header before

Re: KDE 3.0 broken in current??

2002-10-09 Thread Alex Zepeda
On Wed, Oct 09, 2002 at 10:17:01PM -0700, Terry Lambert wrote: FWIW: Thanks. It sometimes feels like people intentionally go out of their way to put Linux-isms (or whatever-isms) into code to make it not run on BSD platforms. I'm quite suprised how this managed to avoid detection for so

Can't make depend or buildkernel for a custom kernel

2002-10-07 Thread Alex Zepeda
Attached is my config file, here's the error I'm getting: make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES -V GEN_M_CFILES | MKDEP_CPP=cc - E CC=cc xargs mkdep -a -f .newdep -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual

Re: Can't make depend or buildkernel for a custom kernel

2002-10-07 Thread Alex Zepeda
On Mon, Oct 07, 2002 at 09:24:44PM -0600, M. Warner Losh wrote: : cc: Internal error: Segmentation fault (program cpp0) http://people.freebsd.org/~kan/gcc-cpp.diff Cool. make depend works now, let's see if the resulting kernel does. :) - alex To Unsubscribe: send mail to [EMAIL

Re: Can't make depend or buildkernel for a custom kernel

2002-10-07 Thread Alex Zepeda
On Mon, Oct 07, 2002 at 10:29:34PM -0600, M. Warner Losh wrote: I hit this same problem. Robert pointed me at this patch and I've booted 10 kernels built since then. Burried in my original post: I'm also having problems with networking, seems like I can communicate with stuff listening on

Re: Can't make depend or buildkernel for a custom kernel

2002-10-07 Thread Alex Zepeda
On Mon, Oct 07, 2002 at 09:57:49PM -0700, Terry Lambert wrote: I've noticed netmask problems in -current. If you set it to an larger boundary, it appears to be OK (e.g. I has to set 0x for 192.168.0.X to work). D'oh. That fixed it alright. Thanks. - alex To Unsubscribe: send

Recent lock order reversal:

2002-10-03 Thread Alex Zepeda
With a kernel from late 2 Oct 2002: lock order reversal 1st 0xc048db40 spechash (spechash) @ ../../../kern/vfs_subr.c:2743 2nd 0xc1efede0 vnode interlock (vnode interlock) @ ../../../kern/vfs_subr.c:2746 - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: CURRENT's termcap broken

2002-09-02 Thread Alex Zepeda
On Thu, Aug 29, 2002 at 01:46:05PM -0700, David O'Brien wrote: This is *totally* UNTRUE: /usr/local/bin//mutt: libslang.so = /usr/local/lib/libslang.so (0x280e5000) libm.so.2 = /usr/lib/libm.so.2 (0x28148000) libssl.so.2 = /usr/lib/libssl.so.2 (0x28167000)

Re: compiling kdelibs3 fails with -current's gcc 3.2

2002-09-02 Thread Alex Zepeda
On Tue, Sep 03, 2002 at 12:29:23AM +0200, Michael Reifenberger wrote: I tried CFLAGS with -O[1|2] and with or without -march=-pentium3. Always the same error. Anyone else? I'm seeing the exact same thing. I can't install linux_base either, nor can I build rpm. - alex To Unsubscribe:

Re: compiling kdelibs3 fails with -current's gcc 3.2

2002-09-02 Thread Alex Zepeda
On Mon, Sep 02, 2002 at 08:10:42PM -0400, Alexander Kabaev wrote: Have no idea what is your problem with linux_base, but rpm build fine here after one gets past __size_t and machine/types.h. And how does one do that? - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

sleeping with mntvnode locked...

2002-08-19 Thread Alex Zepeda
So I'm trying to get the kernel to drop into ddb when it spews witness stuff.. stuff like: Aug 18 23:22:28 blarf kernel: ../../../vm/uma_core.c:1332: could sleep with process lock locked from ../../../kern/kern_exec.c:360 Aug 18 23:22:28 blarf last message repeated 2 times Aug 18 23:28:12

Re: sleeping with mntvnode locked...

2002-08-19 Thread Alex Zepeda
On Mon, Aug 19, 2002 at 01:56:38AM -0700, Don Lewis wrote: This is getting triggered by the kern.vnode sysctl. SMP or UP? SMP kernel, 1 processor until I find a lower profile heatsink. Offhand I have a hard time seeing how the sequence vref(vp) do cpu bound stuff

Re: lock order reversal / could sleep with process lock:

2002-08-19 Thread Alex Zepeda
On Sun, Aug 18, 2002 at 05:27:13PM -0700, Alex Zepeda wrote: Should I set debug.witness_ddb to 1 and get a trace from it? Or has this one already been seen? It already fell over in exec, here's what it said: GNU gdb 5.2.0 (FreeBSD) 20020627 Copyright 2002 Free Software Foundation, Inc. GDB

Re: new.

2002-08-19 Thread Alex Zepeda
On Mon, Aug 19, 2002 at 08:19:53PM -0500, [EMAIL PROTECTED] wrote: Looking forward to working with you all... What? Darwin wasn't good enough for you? Yuk, yuk, yuk. Good luck getting it running :) - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in

panic: Most recently used by BIO buffer

2002-08-18 Thread Alex Zepeda
This seems like a new one (previous kernels kept crashing with most recently used by none). FreeBSD blarf.homeip.net 5.0-CURRENT FreeBSD 5.0-CURRENT #6: Fri Aug 16 12:47:10 PDT 2002 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/ZIPPY_SMP_WITNESS i386 GNU gdb 5.2.0 (FreeBSD) 20020627

lock order reversal / could sleep with process lock:

2002-08-18 Thread Alex Zepeda
../../../vm/uma_core.c:1332: could sleep with process lock locked from ../../../kern/kern_exec.c:360 lock order reversal 1st 0xc25bb160 process lock (process lock) @ ../../../kern/kern_exec.c:360 2nd 0xc03eee00 filelist lock (filelist lock) @ ../../../kern/kern_descrip.c:1113

Re: CFLAGS=-O and WARN=5

2002-08-15 Thread Alex Zepeda
On Thu, Aug 15, 2002 at 08:07:29AM +0900, Jun Kuriyama wrote: What I want to know is, our buildworld does not been supported without -O or not. AFAIK it world should compile with -O (I seem to remember parts breaking with -O0 for instance). - alex To Unsubscribe: send mail to [EMAIL

oops: panic: bremfree: bp 0xc4206410 not locked

2002-08-14 Thread Alex Zepeda
I got this while the system was swapping quite a bit (silly Gtk+ newsreader + supernews's huge retention == lots of memory used). FreeBSD blarf.homeip.net 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Wed Aug 14 00:39:15 PDT 2002 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/ZIPPY_SMP_WITNESS i386

Re: oops: panic: bremfree: bp 0xc4206410 not locked

2002-08-14 Thread Alex Zepeda
On Wed, Aug 14, 2002 at 05:35:32PM -0400, Jim Bloom wrote: I believe the more interesting panic to debug is the first one here in mtrash_ctor and not the problem with syncing the disk after a panic. I have seen a few other panics in this routine posted to current over the last few weeks.

I think X is making this whole thing unstable..

2002-07-25 Thread Alex Zepeda
I can buildworld no problem, play mp3s, read mail. But as soon as I play around in X... boom the system falls over. GNU gdb 5.2.0 (FreeBSD) 20020627 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it

Here's my most recent crash..

2002-07-24 Thread Alex Zepeda
My system is down to one cpu (the first slot is appears to have eaten itself and using it results in interesting smells from the power supply), but I'm still running a SMP kernel. Anything else I should probe with gdb? FreeBSD blarf.homeip.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Jul 24

Re: What to do with witness verbiage (is this new?)?

2002-07-12 Thread Alex Zepeda
On Wed, Jul 10, 2002 at 01:36:46PM -0700, Don Lewis wrote: It'll drop into ddb every time you get a witness error and you'll have to tell ddb to continue. This could be a might annoying if you are getting errors ever ten seconds ... I'm seeing this: ../../../vm/uma_core.c:1332: could sleep

Here's a new(er) one

2002-07-12 Thread Alex Zepeda
* $FreeBSD: src/sys/kern/vfs_bio.c,v 1.319 2002/07/10 17:02:28 dillon Exp $ * $FreeBSD: src/sys/kern/vfs_syscalls.c,v 1.267 2002/07/02 17:09:22 mux Exp $ GNU gdb 5.2 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you

Re: Crash dumps on current

2002-07-10 Thread Alex Zepeda
On Tue, Jul 09, 2002 at 10:37:20AM -0700, Matthew Dillon wrote: Welcome to -current. I haven't been able to get crash dumps to work for a while :-( I usually set up a serial console between two machines and run gdb live to debug the kernel. Crash dumps have been working

What to do with witness verbiage (is this new?)?

2002-07-10 Thread Alex Zepeda
After the rude awakening that I was after all running current, I've finally turned on the WITNESS related options for my kernel (and boy is it wickedly unstable as of now). Anyways.. is there any sort of list of known warnings? I'm seeing a few consistantly relating to pcm0:play:0, pcm0, inp,

Here's another panic:

2002-07-10 Thread Alex Zepeda
GNU gdb 5.2 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type show copying to see the conditions. There is absolutely no warranty

Re: What to do with witness verbiage (is this new?)?

2002-07-10 Thread Alex Zepeda
On Wed, Jul 10, 2002 at 02:43:54AM -0700, Don Lewis wrote: I haven't had any instability problems in a while on my UP box. Seems like the UP kernels are more unstable for me. Go figure. ../../../vm/uma_core.c:1332: could sleep with process lock locked from ../../../kern/kern_exec.c:332

Re: What to do with witness verbiage (is this new?)?

2002-07-10 Thread Alex Zepeda
On Wed, Jul 10, 2002 at 01:34:50PM -0700, Don Lewis wrote: ../../../vm/uma_core.c:1332: could sleep with inp locked from ../../../netinet/tcp_subr.c:935 ../../../vm/uma_core.c:1332: could sleep with tcp locked from ../../../netinet/tcp_subr.c:928 I've never seen that one. I'll take a

Re: ACPI woes again..

2002-07-05 Thread Alex Zepeda
On Fri, Jul 05, 2002 at 06:46:05PM +0900, Takanori Watanabe wrote: Would you review this description? How about: --- acpi.4.orig Thu Jun 13 02:50:06 2002 +++ acpi.4 Fri Jul 5 21:16:59 2002 @@ -258,10 +258,35 @@ bus/children scan of the namespace. The ACPI CA code will still know

Re: Broken world in rtld-elf...

2002-06-14 Thread Alex Zepeda
On Fri, Jun 14, 2002 at 07:09:06PM +1000, Bruce Evans wrote: Not really. It is a transient bug that is almost as easy to fix as warn about. So when can I expect the fix to be committed? :-D - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: Broken world in rtld-elf...

2002-06-13 Thread Alex Zepeda
On Thu, Jun 13, 2002 at 12:26:05PM +1000, Bruce Evans wrote: rtld still uses asms with the old, broken/fragile 0 constraint. This constraint is especially broken/fragile if things are pessimized by compiling without optimizations. D'oh! Is there any chance of sticking a warning in the

Broken world in rtld-elf...

2002-06-12 Thread Alex Zepeda
So what's up with -current? I had to install gawk to get the kernel to build (and world too for that matter).. I haven't had the balls to put the one true awk back in place. But now whether in world mode or not I get: blarf:/usr/src/libexec/rtld-elf#make cc -O0 -Wall -DFREEBSD_ELF

Cannot boot with ACPI enabled..

2002-06-11 Thread Alex Zepeda
Attached are the dmesg from a kernel that worked (I was away from my 'puter for a few months so I wasn't able to try -current between mid Feb and now) and my kernel config. However, now it'll hang after detecting: acpi_tz0: thermal zone on acpi0 unless I disable the acpi thermal stuff with the

Re: 5.x packages and request for help.

2002-03-14 Thread Alex Zepeda
On Thu, Mar 14, 2002 at 04:31:44PM -0800, Kris Kennaway wrote: I'm just uploading a new 5.x package set. This run was better than the previous (5364 packages vs. 5123 for the last run, but far fewer than the 5973 packages which are building in 4.x), but there were still a number of

Re: 5.x packages and request for help.

2002-03-14 Thread Alex Zepeda
On Thu, Mar 14, 2002 at 06:40:37PM -0800, Kris Kennaway wrote: The compile problems seem to be related to recent compiler toolchain changes, which you might not see unless you recompiled everything qt23 depends on from scratch (which the package cluster does). Right, when I tried to compile

Re: 5.x packages and request for help.

2002-03-14 Thread Alex Zepeda
On Thu, Mar 14, 2002 at 09:01:47PM -0800, Terry Lambert wrote: I think it's idiotic to put spackle over the broken window, paint the wall, and then call it fixed. I know what objprelink is, and as far as I'm concerned it's there to work around the substandard support that C++ gets from the

Re: can't build kernel: config doesn't work

2001-07-01 Thread Alex Zepeda
On Sun, Jul 01, 2001 at 08:09:14AM -0700, Mark Peek wrote: Right, there is a new compile directory. Perhaps this needs to be added to UPDATING. Anyway, did you run cvs update -dP on your cvs tree? Or just do mkdir on the new path mentioned above. It *IS* in UPDATING: Updating Information

Now that crash dumps are working, here's a trace

2001-06-03 Thread Alex Zepeda
The system just hung, and eventually rebooted. I was in X at the time.. anyways's here's the trace: #0 dumpsys () at ../../kern/kern_shutdown.c:478 #1 0xc01dbdf3 in boot (howto=260) at ../../kern/kern_shutdown.c:321 #2 0xc01dc265 in panic (fmt=0xc03b6d05 softdep_lock: lock held by %d)

Re: Now that crash dumps are working, here's a trace

2001-06-03 Thread Alex Zepeda
On Sun, Jun 03, 2001 at 01:44:52PM -0700, Alex Zepeda wrote: The system just hung, and eventually rebooted. I was in X at the time.. anyways's here's the trace: And of course the system info (wc is enabled): Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986

Re: panic: workitem_free: still on list

2001-05-19 Thread Alex Zepeda
On Sat, May 19, 2001 at 02:53:57PM +0100, Bob Bishop wrote: On reboot, I got the manual fsck jive with the bad superblock: values disagree ,,with,, first alternate, and had to re-enable softupdates on / This hasn't bit me ever. Abridged backtrace: panic() workitem_free()

Re: /ports/x11-toolkits/qt23 doesn't build

2001-04-16 Thread Alex Zepeda
On Mon, Apr 16, 2001 at 06:09:08PM -0400, [EMAIL PROTECTED] wrote: The port qt23 as cvsup'd from current doesn't build, affects many related packets. Any clues ? Depending on what you need Qt for, you can always build Qt oob, and it should work pretty well. - alex To Unsubscribe: send

Re: FW: Filesystem gets a huge performance boost

2001-04-10 Thread Alex Zepeda
Yup, Kirk committed it. I really like the changes -- in the old days disk caches were tiny and directories were not well cached on top of that. It made sense to try to keep directories close to their files. So I'm all excited now at the progress that ufs/ffs are making recently.

Re: top output broked?

2001-03-27 Thread Alex Zepeda
On Tue, Mar 27, 2001 at 03:18:10AM -0800, Alfred Perlstein wrote: PID USERNAME PRI NICE SIZERES STATE C TIME WCPUCPU COMMAND 824 root -80 1048K 596K biord 0 0:38 0.00% 0.00% find 385 root 40 32740K 31944K select 1 0:32 0.00% 0.00% XFree86

Re: very strange problem with ps

2001-03-16 Thread Alex Zepeda
On Fri, Mar 16, 2001 at 06:12:29PM -0800, Brooks Davis wrote: I'm seeing a very strange problem with ps. I was calling "ps -U From what I can tell (I've seen this for a while), calling ps -U username where username has no running processes (or none shown), will return such an error. ps -U

Re: random reboots...

2001-03-15 Thread Alex Zepeda
On Wed, Mar 14, 2001 at 03:48:03PM +0600, Boris Popov wrote: You need options LIBMCHAIN as well. We don't have mechanism for specifying dependancies between options as of yet. (sorry, should put a note in the NOTES). OOps, okay. Thanks :) OTOH, it seems that suspending a program

Re: midi causes panic on boot? + entropy gatherer works fine

2001-03-14 Thread Alex Zepeda
On Mon, Mar 12, 2001 at 04:38:50PM +0100, Szilveszter Adam wrote: I wonder if this is known? If not, I can certainly provide more information. The offending sound hw is a Creative SB 64 AWE ISAPnP card. It works fine otherwise. (as it always has) Yup I'm seeing this too. SMP kernel, AWE64

random reboots...

2001-03-14 Thread Alex Zepeda
I haven't been able to track this down since the kernel won't panic.. but with more recent kernels I've noticed: * options NCP prevents the kernel from linking * midi panics the system right after bootup But the biggest problem seems to be the spontaneous rebooting. At first I thought it

Re: random reboots...

2001-03-14 Thread Alex Zepeda
On Wed, Mar 14, 2001 at 12:49:01AM -0800, Alex Zepeda wrote: The kernel that seems to work was built on Feb 18th, and the ones that aren't are from as recently as March 13th. D'oh. Forgot the kernel config file and dmesg output. The config file hasn't changed, but the dmesg output

Re: Panic and filesystem corruption

2001-03-14 Thread Alex Zepeda
On Wed, Mar 14, 2001 at 04:39:53PM -0800, Matt Dillon wrote: fsck all of your filesystems from single-user to remove the possibility of 'old' corruption (as in 'fsck', not 'fsck -p'). So if an fsck -f doesn't bomb out, the filesystem should be in an okay state? - alex To

Re: More on system hangs ... IRQ related?

2001-03-04 Thread Alex Zepeda
On Sun, Mar 04, 2001 at 03:18:39PM -0400, The Hermit Hacker wrote: My sound card overlaps with fxp0, and fxp1 overlaps with the HighPoint controller ... Grasping at straws here ... Ditch the HPT366, it's crap and will cause system instabilities with "fast" hard drives. I'm not

Re: More on system hangs ... IRQ related?

2001-03-04 Thread Alex Zepeda
On Sun, Mar 04, 2001 at 06:47:09PM -0400, The Hermit Hacker wrote: Its alot harder to hang on a buildworld ... and not consistent, nor near as fast. startx will kill it each and every time based on a 'normal boot' ... the reason I was curious about the IRQs is that if I 'disabled'

Re: How is -CURRENT?

2001-02-23 Thread Alex Zepeda
On Fri, Feb 23, 2001 at 02:03:24PM +0700, John Indra wrote: Is it safe to make world right now? Do KDE2 apps work flawlessly on newest -CURRENT? If there are people that can say yes to that answer, than I am ready to blow away all my /usr/X11R6 and /usr/local and build everything from

Re: startx/startkde hangs -CURRENT ...

2001-02-17 Thread Alex Zepeda
Now, if I start X, the whole machine hangs solid ... Where? By all means, set KDE_DEBUG, and capture the startx output, and do something with the coredumps so that you encode the pid into the file name, since many kde crashes will be in kdeinit (since it's used to launch programs via shlibs)..

Re: got stuck in the current __sF foo...

2001-02-17 Thread Alex Zepeda
On Sat, Feb 17, 2001 at 10:49:06PM -0400, The Hermit Hacker wrote: the thing that is confusing me is that I'm getting through most of the qt-copy compile before I get hit with it ... I'm doing a fresh 'make world' on the machine, just in case ... then I'm going to try David's idea, if that

Re: got stuck in the current __sF foo...

2001-02-17 Thread Alex Zepeda
On Sat, Feb 17, 2001 at 11:00:05PM -0400, The Hermit Hacker wrote: I removed everything from /var/db/pkg (pkg_delete -f ) before I started this, and then did an rm -rf /usr/local ... basically, brought it to bare system, including an rm -rf /usr/X11R6 ... anything left should be system

Re: got stuck in the current __sF foo...

2001-02-17 Thread Alex Zepeda
On Sat, Feb 17, 2001 at 11:03:09PM -0400, The Hermit Hacker wrote: ls -lt libc.* -r--r--r-- 1 root wheel 599916 Feb 17 17:00 libc.so.5 lrwxr-xr-x 1 root wheel9 Feb 17 17:00 libc.so - libc.so.5 -r--r--r-- 1 root wheel 1240424 Feb 17 17:00 libc.a -r--r--r-- 1 root wheel

Re: -CURRENT is bad for me...

2001-02-12 Thread Alex Zepeda
On Mon, Feb 12, 2001 at 02:19:36PM -0700, Warner Losh wrote: Changes of this magnitude require a bump of the major number, even though we've already done that in -current. It breaks nearly everything, including the upgrade path. Alternatively, the locking changes need to be backed out.

Re: -CURRENT is bad for me...

2001-02-12 Thread Alex Zepeda
On Mon, Feb 12, 2001 at 02:20:30PM -0800, Mike Smith wrote: You can do better than this. Put the lock in FILE, and define a new structure FILE_old, which has the same size/layout as the old FILE structure. How is this more acceptable than bumping the major number? Are they really so

Re: Patch for FILE problems (was Re: -CURRENT is bad for me...)

2001-02-12 Thread Alex Zepeda
On Mon, Feb 12, 2001 at 07:28:30PM -0500, Daniel Eischen wrote: Attached is a patch that attempts to work around recent stdio breakage in -current. I've verified it compiles, but won't be able to test it until at least tomorrow. If someone wants to review it and verify it works, I'll commit

Re: Fixed: LyX 1.1.5.2 dumping core

2001-01-28 Thread Alex Zepeda
On Sun, Jan 28, 2001 at 01:28:03PM -0600, Patrick Hartling wrote: ldd was telling me that it had both libc.so.3 and libc.so.5 which seemed very bad to me. When I recomipled LyX to see if that would fix things, I noticed that ld was giving a warning about libc.so.3 and libc.so.5 potentially

Re: HEADS UP: Strange booting lockups

2001-01-21 Thread Alex Zepeda
On Sun, Jan 21, 2001 at 02:32:38AM -0800, Jason Evans wrote: Several of us have started experiencing problems with kernels that won't boot. The symptom is hard to miss: the machine locks up at the spinner just before printing the copyright message at the beginning of the boot sequence.

Re: -current scheduler strangeness

2000-11-24 Thread Alex Zepeda
On Mon, Nov 20, 2000 at 03:43:27PM +0100, Szilveszter Adam wrote: The messages did not start with SMPNG but got a *lot* more frequent in the last couple of weeks, making listening to mp3-s a real annoyance during any more serious system activity. (Earlier, ie in the early fall and in the

Re: -CURRENT crashes under heavy disk activity

2000-09-27 Thread Alex Zepeda
On Mon, Sep 25, 2000 at 09:36:13PM +0200, Soren Schmidt wrote: There is a known problem with fast disks (so far only the IBM DTLA series) and some old controllers fx the HPT366... Hrm... since when? - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in

Re: Tagged queuing for ATA drives, patches up for testing

2000-08-31 Thread Alex Zepeda
On Thu, Aug 31, 2000 at 01:58:46PM +0200, Soren Schmidt wrote: Support for master/slave combinations, and ATA/ATAPI ditto is being worked on, but this requires a controller with support for the "auto nop" functionality. Which of the many different controllers supports this is unknown

Re: panic: pmap_release

2000-08-31 Thread Alex Zepeda
On Thu, Aug 31, 2000 at 06:50:22PM -0400, Evan Tsoukalas wrote: The following morning, I came in to find the panic I described in my previous post. I was hoping that, to some far more knowledgeable than I, that panic and trace would point the finger at a specific piece of hardware. FWIW,

Re: SMP and softupdates?

2000-08-28 Thread Alex Zepeda
On Mon, Aug 28, 2000 at 03:46:20PM +0200, Brad Knowles wrote: Personally, I'm astonished that an SMP kernel will actually boot and run on a uniprocessor machine. Grr, still getting used to mutt, and I didn't reply to the list. Yes, I'm using an SMP board, and waiting on the arrival of

SMP and softupdates?

2000-08-27 Thread Alex Zepeda
In upgrading my system I've bought a shiny new SMP mobo to go with my new 30gb Deskstar... The nice thing about this new board is my HighPoint HPT366 based IDE controller works now (Buggy Phoenix BIOSes prevented it from working before). Perhaps in a rush to get started, I've compiled and been

Re: strange freeze while starting kde2 :(

2000-08-15 Thread Alex Zepeda
What version of XFree86 are you using? Make sure it's != 4.0.0. - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: phkmalloc pam_ssh xdm

2000-07-30 Thread Alex Zepeda
On Sun, 30 Jul 2000, Alexander Leidinger wrote: Hi, pam_ssh isn't able to start ssh-agent if you use ---snip--- xdm session sufficient pam_ssh.so ---snip--- in /etc/pam.conf. With "malloc.conf - aj" it seems to work. I've seen problems like this (try using Konqueror with malloc.conf set

Re: missing idea.h ... ?

2000-07-22 Thread Alex Zepeda
On Fri, 21 Jul 2000, The Hermit Hacker wrote: If it helps any, I setup an anoncvs mirror for most of the stuff ... not sure if it helps any, since you are working off of snapshots, but its updated every 4hrs from the central repository, and the CVSROOT for it was announced on kde-devel ...

Re: cer/b7b/pfc - pem

2000-07-19 Thread Alex Zepeda
On Tue, 18 Jul 2000, Leif Neland wrote: This works nicely in Windows (Outlook Express), but I'd like to try using the same key with openssl to generate crypted (to myself) or signed messages. I can export the key as a .cer, .p7b or .pfx, but openssl seems to want it in .pem format. You

Re: 4.0-RELEASE boot.flp fails to boot on K6/2

2000-03-21 Thread Alex Zepeda
On Tue, 21 Mar 2000, Jordan K. Hubbard wrote: Good idea, terrible name. Can't you guys some up with something better? :) reallybigbootthing.flp? - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Linksys Revisted..

2000-03-14 Thread Alex Zepeda
On Mon, 13 Mar 2000, Jay Oliver wrote: dc0: LC82C115 PNIC II 10/100BaseTX port 0xde00-0xdeff mem 0xdfffbf00-0xdfffbff dc0: Ethernet address: 00:a0:cc:32:a6:31 Different "revisions" of the Linksys NICs use different chips, so problems that afflict one "revision" quite possibly have nothing to

Re: Kde2pre: is it FreeBSD or Kde fault?

2000-03-10 Thread Alex Zepeda
On Thu, 2 Mar 2000, Theo van Klaveren wrote: stereofftscope.cpp:~80: sorry, not implemented. (something about symbol to big for symbol table). Recompile all your sources with -fhuge-objects. I finished the build with make -k, but I have no arts :( I suspect this to be a FreeBSD problem, as

Re: kdelibs port broken?

2000-02-26 Thread Alex Zepeda
On Fri, 25 Feb 2000, Will Andrews wrote: If you're gonna use a port, use ports for its dependencies too. You'd be stupid not to use the ports whenever you can. No one has ever provided me a convincing reason why this is not true. Well when you want to keep multiple versions of kde or qt

Re: gcc, eh_rtime_match

2000-02-16 Thread Alex Zepeda
On Tue, 15 Feb 2000, Ilmar S. Habibulin wrote: Who is porting gcc to freebsd? I have some problems with development vertion of kdes' new filemanager/browser. It can't find function eh_rtime_match, which i found in libgcc.a. What for is this function, should libgcc.a be linked with -lgcc

Re: PAIN

2000-01-30 Thread Alex Zepeda
On Mon, 31 Jan 2000, Gary Palmer wrote: /me looks at the stack of 386sx chips he has and wonders why no-one did 8 way SMP with these! You never heard of the Sequent boxes, did you? :) In fact I haven't. But I also don't have DXs either. :) - alex To Unsubscribe: send mail to [EMAIL

Re: INET6 and fxp

2000-01-29 Thread Alex Zepeda
On Sat, 29 Jan 2000, Mattias Pantzare wrote: If I put INET6 in my kernelconfig my network stops working. Even IPv4. I have a Intel EtherExpress Pro 10/100B Ethernet (fxp) card. I found a fix for FreeBSD on an OpenBSD mailinglist :-)

Re: PAIN

2000-01-29 Thread Alex Zepeda
On Sun, 30 Jan 2000, kibbet wrote: /me looks at the bunch of 386 mobo's... lets not go there.. :) /me looks at the stack of 386sx chips he has and wonders why no-one did 8 way SMP with these! - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the

Re: INET6 and fxp

2000-01-29 Thread Alex Zepeda
On Sun, 30 Jan 2000 [EMAIL PROTECTED] wrote: FWIW this doesn't happen with my card: fxp0: Intel InBusiness 10/100 Ethernet port 0x1000-0x103f mem 0xf400-0xf40 f,0xf410-0xf4100fff irq 10 at device 15.0 on pci0 fxp0: Ethernet address 00:90:27:d1:83:6a fxp0: supplying EUI64:

Re: Loader.rc: unknown command

2000-01-29 Thread Alex Zepeda
On Sun, 30 Jan 2000, Daniel C. Sobral wrote: Then, please send me the same information: how did you upgrade? what did you have before? what's the date of your present world? Make installworld, dunno but it was at least a few weeks old, and the present world was built last night. Anyway...

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Alex Zepeda
On Thu, 27 Jan 2000, Bill Fenner wrote: Right. I've seen this when I hit Enter rapidly twice at the first loader prompt. Doesn't ever happen if I wait for the second prompt. That's my impression too -- I've seen it on my laptop when I do that (sometimes), and I may have hit enter

Re: Speaking of ATAisms...

2000-01-27 Thread Alex Zepeda
On Wed, 26 Jan 2000, Soren Schmidt wrote: zippy:~#dd if=/dev/afd0c bs=1k count=16 of=afd0c.output dd: /dev/afd0c: Input/output error zippy:~#Jan 26 00:38:32 zippy /kernel: afd0: error reading primary partition table reading fsbn 0 Hmm. I know this disk works with Windows 98SE.

Speaking of ATAisms...

2000-01-25 Thread Alex Zepeda
I haven't been able to mount an msdos (FAT16) formattted zip disk (well any FAT16 formatted zip disk) for quite a while. Currently I'm trying to mount afd0s4, but no such luck (I think the latest error is something about reading the partition table). The wd driver used to grok the same disks.

Re: Speaking of ATAisms...

2000-01-25 Thread Alex Zepeda
On Wed, 26 Jan 2000, Soren Schmidt wrote: I still have that on my list, but I've not gotten down to it yet, sorry... Well as long as I've got the wd driver, I'm fine. Anything in perticular where I might be able to help in fixing this? P.S. Soren, thanks for the burncd program. So far

Re: bzip2 in src tree

2000-01-24 Thread Alex Zepeda
On Mon, 24 Jan 2000, Ben Rosengart wrote: And the time and disk space required to make world. No thank you. Remember that the only win here is if bzip is used in an infrastructural capacity (e.g. for packages and other install stuff), and it has been pointed out that the savings on disk

Re: bzip2 in src tree (Was Re: ports/16252: bsd.port.mk: Add bzip2support for distribution patches)

2000-01-23 Thread Alex Zepeda
On Sun, 23 Jan 2000, Chuck Robey wrote: Ask me again in 18 months, maybe bzip2 will use less memory and be faster, and it's quite likely that it will be far more popular at ftp sites. Have you looked at the memory usage when you use the -s flag? - alex To Unsubscribe: send mail to [EMAIL

  1   2   >