Re: Known MMAP() race conditions ... ?

1999-07-08 Thread The Hermit Hacker
g 3.2-STABLE to test on... On Thu, 8 Jul 1999, Doug wrote: On Thu, 8 Jul 1999, The Hermit Hacker wrote: right now, at work, I'm enjoying a 4 way battle. Me, fighting to bring in FreeBSD to replace some of our Solaris boxes. A friend of mine, fighting to bring in Linux to replace some of our Sol

Re: Mucho Bandwith

1999-08-29 Thread The Hermit Hacker
On Sat, 28 Aug 1999, Josh Tiefenbach wrote: http://abcnews.go.com/sections/tech/CuttingEdge/canadanet990827.html Hmmm... I wonder what would happen if ftp.freebsd.org was moved to CA*Net3 8) Significantly less than what its doing now. What the article fails to mention, is that (last

gcc optimizer in -current system ...

1999-09-23 Thread The Hermit Hacker
just curious, but what is the max setting that can be used to compile the kernel? looking through the man page, I can do something like: -O3 -march=pentium and, if I'm reading the man page right: -mcpu=cpu type Assume the defaults for the machine type CPU TYPE

Re: gcc optimizer in -current system ...

1999-09-23 Thread The Hermit Hacker
On Thu, 23 Sep 1999, Sheldon Hearn wrote: On Thu, 23 Sep 1999 08:00:50 -0300, The Hermit Hacker wrote: just curious, but what is the max setting that can be used to compile the kernel? -O well, I just did -O3 -mpentium, and it both compiled cleanly, and appears to be running okay

Re: gcc optimizer in -current system ...

1999-09-23 Thread The Hermit Hacker
On Thu, 23 Sep 1999, Sheldon Hearn wrote: On Thu, 23 Sep 1999 08:23:09 -0300, The Hermit Hacker wrote: well, I just did -O3 -mpentium, and it both compiled cleanly, and appears to be running okay, so is -O the max that makes a difference, or...? Or... Try build world

modules: how to use?

1999-10-06 Thread The Hermit Hacker
Figuring one of the things a friend of mine raves about Linux for is their kld's, I'd start playing with ours... Looking in /modules, I saw 'procfs', so, cool, a place to start...remove "options PROCFS" from kernel config, rebuild, install and reboot ... crashes... so, I figure that I somehow

Re: [Patches avail?] Re: MMAP() in STABLE/CURRENT ...

1999-10-04 Thread The Hermit Hacker
On Mon, 4 Oct 1999, Adrian Penisoara wrote: Excuse my intrusion, but could you be so kind to tell me whether you had the time to build patches for these MMAP-related freezes ? If not could you recommend me some workarounds ? doubling the ram from 384 - 768 meg appears to have fixed it for

Re: modules: how to use?

1999-10-07 Thread The Hermit Hacker
On Thu, 7 Oct 1999, Daniel C. Sobral wrote: The Hermit Hacker wrote: Figuring one of the things a friend of mine raves about Linux for is their kld's, I'd start playing with ours... Looking in /modules, I saw 'procfs', so, cool, a place to start...remove "options PROCFS&

Re: modules: how to use?

1999-10-07 Thread The Hermit Hacker
On Thu, 7 Oct 1999, Daniel O'Connor wrote: On 07-Oct-99 Greg Lehey wrote: Well, the standard way to load a kld is with kldload(1) or kldload(2). I don't know if procfs works properly like this, though. Well I would assume (aha) that when mount cannot find procfs in the list of FS's

Re: People getting automatically unsub'ed from -arch

1999-10-11 Thread The Hermit Hacker
On Mon, 11 Oct 1999, Jonathan M. Bresler wrote: when the MTA gives up trying to deliver the mail, i call it bounced. so a 500 series error from the other MTA means the email has bounced. Have you considered using bouncefilter for this? I'm using it for the PostgreSQL mailnig

Re: Perl 5.6.0?

2000-04-06 Thread The Hermit Hacker
On Thu, 6 Apr 2000, Doug Barton wrote: Christopher Masto wrote: On Mon, Apr 03, 2000 at 10:52:13AM +0100, Nick Hibma wrote: Are there actually any good reasons why we _should_ upgrade in the first place? Of course. We now have an obsolete version of Perl. That should be

kernel compile fails in: ../../dev/vx/if_vx_pci.c

2000-05-25 Thread The Hermit Hacker
Just decided to brave going from 4.0-5.0 ... upgraded all my sources, checked over the UPGRADING file, GENERIC and LINT, to see if anyting pop'd out as far as changing my config is concerned ... make depend went through no probs, but a make fails at: cc -c -O3 -mpentium -pipe -Wall

Re: kernel compile fails in: ../../dev/vx/if_vx_pci.c

2000-05-27 Thread The Hermit Hacker
On Fri, 26 May 2000, Warner Losh wrote: In message [EMAIL PROTECTED] The Hermit Hacker writes: : make depend went through no probs, but a make fails at: You may have overlooked this entry in UPDATING: 2319: The ISA and PCI compatability shims have been connected

Re: xmms broken by either libc_r or sound

2000-06-14 Thread The Hermit Hacker
oh good, I thought it was somehow something I did on my last upgrade and was just about to hit the list archives to make sure I hadn't missed something :) On Wed, 14 Jun 2000, Alfred Perlstein wrote: xmms is a really good test for libc_r and the sound system. xmms no longer plays back

Re: -current kernel broken?

2000-06-15 Thread The Hermit Hacker
On Thu, 15 Jun 2000, Wes Morgan wrote: As of about 7pm EDT I can't boot a -current kernel. I _can_ boot a kernel from the 13th I snagged from a snapshot kernel disk, and I can boot the snapshot from the 15th (but since userconfig does not work the lnc device spams so many error messages the

Re: -current kernel broken?

2000-06-16 Thread The Hermit Hacker
oops, sorry ... I wasn't even getting a page fault, it was just hanging. Hrmmm, maybe I'll try a newer kernel and see if it still exhibits the same problem ... my luck, I got my sources part way through someone's update :) On Fri, 16 Jun 2000, Donn Miller wrote: The Hermit Hacker wrote

Re: FOLLOWING config changes? : Kernel profiling support

2000-06-18 Thread The Hermit Hacker
Ya know, I never thought about checkign /var/log/messages on mine to see if it was, in fact, booting (I thought it was, it sounded like it was, but I couldn't think of a way to check) ... Using kernel sources up-to-date as of a few hours ago, I've tried to pare my optimzatins down to a simple

Re: FOLLOWING config changes? : Kernel profiling support

2000-06-18 Thread The Hermit Hacker
, The Hermit Hacker wrote: Ya know, I never thought about checkign /var/log/messages on mine to see if it was, in fact, booting (I thought it was, it sounded like it was, but I couldn't think of a way to check) ... Using kernel sources up-to-date as of a few hours ago, I've tried

RSA problem with SSH ...

2000-07-21 Thread The Hermit Hacker
Just upgraded to the newest -current, and now can't use SSH: ssh: no RSA support in libssl and libcrypto. See ssl(8). Tried to read the 'ssl(8)' man page, but it comes back as: man 8 ssl No entry for ssl in section 8 of the manual man ssl No manual entry for ssl Did mergemaster and saw

Re: RSA problem with SSH ...

2000-07-21 Thread The Hermit Hacker
Great ... I added RANDOMDEV to the wrong kernel config file :( Thanks, fixed now ... On Fri, 21 Jul 2000, Alexander Langer wrote: Thus spake The Hermit Hacker ([EMAIL PROTECTED]): Just upgraded to the newest -current, and now can't use SSH: ssh: no RSA support in libssl

missing idea.h ... ?

2000-07-21 Thread The Hermit Hacker
Just tried to compile kde2 after upgrading to the latest 5.0-CURRENT and its reporting: In file included from /usr/include/openssl/pem.h:66, from /usr/include/openssl/ssl.h:147, from https.cc:42: /usr/include/openssl/evp.h:99: openssl/idea.h: No such file or

Re: missing idea.h ... ?

2000-07-21 Thread The Hermit Hacker
On Fri, 21 Jul 2000, Will Andrews wrote: On Fri, Jul 21, 2000 at 09:14:57PM -0300, The Hermit Hacker wrote: Just tried to compile kde2 after upgrading to the latest 5.0-CURRENT and its reporting: In file included from /usr/include/openssl/pem.h:66, from /usr/include

KDE2 hangs in 5.0-CURRENT but not in 4.1RC ...

2000-07-22 Thread The Hermit Hacker
I've been spending the past few days trying to get KDE2 from anoncvs to work on my 5.0-CURRENT machine, totally unsuccessfully. I can get it to compile and then run 'startx', but it appears to hang on the ksmserver process ... Will Andrews, who is working on the KDE2 ports, has the same thing

Re: Mouse frozen in X when returning from text console

2000-07-26 Thread The Hermit Hacker
On Thu, 27 Jul 2000, Benedikt Schmidt wrote: On Wed, Jul 26, 2000 at 03:53:15PM -0700, Jos Backus wrote: [This is with yesterdays' -current and today's kernel, and Xfree86 4.0.1 using the ati driver module.] Something I noticed today: switch to text console from X using C-A-F1; upon

Re: Mouse frozen in X when returning from text console

2000-07-27 Thread The Hermit Hacker
On Thu, 27 Jul 2000, David Scheidt wrote: On Wed, 26 Jul 2000, Jos Backus wrote: :[This is with yesterdays' -current and today's kernel, and Xfree86 4.0.1 using :the ati driver module.] : :Something I noticed today: switch to text console from X using C-A-F1; upon :return, the mouse

Re: Mouse frozen in X when returning from text console

2000-07-27 Thread The Hermit Hacker
On Thu, 27 Jul 2000, Jose M. Alcaide wrote: Benedikt Schmidt wrote: Same problem here on current (make world + kernel last week) with Xfree86 4.0.1 using a V3000 and and ps2 mouse. I tried using "Device" "/dev/mouse" with moused and "Device" "/dev/psm0" without moused. With both settings

Re: hotmail now running win2000

2000-08-08 Thread The Hermit Hacker
On Wed, 9 Aug 2000, Brian Hechinger wrote: Irwan Hadi drunkenly mumbled... But I guess soon they will change all their freeBSD servers ;( and I wonder, how many people should be employed by Microsoft, just to press the restart button at their 2000 servers for Hotmail, in case they

Re: hotmail now running win2000

2000-08-08 Thread The Hermit Hacker
On Tue, 8 Aug 2000, Irwan Hadi wrote: At 12:44 AM 8/9/00 -0400, Brian Hechinger wrote: Irwan Hadi drunkenly mumbled... But I guess soon they will change all their freeBSD servers ;( and I wonder, how many people should be employed by Microsoft, just to press the restart button at

Installed SMP patch and now mouse doesn't work?

2000-09-06 Thread The Hermit Hacker
Have nothing else to go on yet ... I updated both the current source code and installed the SMP patch from Sept 5th. Everything installed great, rebooted and I can work in character mode ... go to X, and the mouse gives me no activity, where it did just before the upgrade ... Am still

'interrupt-level buffer overflows' for sio device?

2000-09-06 Thread The Hermit Hacker
this corresponds to the device I have the mouse on ... the machine has only been up 18hrs ... not sure where else to look ... I'm referencing /dev/ttyd1, like I've always done for my mouse, and just checked /dev (ran MAKEDEV ttyd1) to make sure nothing has changed there ... Help? sio0 at port

Re: Installed SMP patch and now mouse doesn't work?

2000-09-06 Thread The Hermit Hacker
On Wed, 6 Sep 2000, John Baldwin wrote: The Hermit Hacker wrote: Have nothing else to go on yet ... I updated both the current source code and installed the SMP patch from Sept 5th. Everything installed great, rebooted and I can work in character mode ... go to X, and the mouse gives

SMP changes committed ... ?

2000-09-07 Thread The Hermit Hacker
I thought one of the SMP developers announced that it was now committed, yet I haven't seen any commit messages for it ... I'm running the newest patch, so am waiting for the commit messages before I actually do my next upgrade ... Did I mis-read a message from earlier today? thanks .. Marc

Re: SMP changes committed ... ?

2000-09-07 Thread The Hermit Hacker
On Fri, 8 Sep 2000, Greg Lehey wrote: On Thursday, 7 September 2000 at 3:11:27 -0300, The Hermit Hacker wrote: I thought one of the SMP developers announced that it was now committed, yet I haven't seen any commit messages for it ... I'm running the newest patch, so am waiting

Re: 'interrupt-level buffer overflows' for sio device?

2000-09-07 Thread The Hermit Hacker
On Thu, 7 Sep 2000, Warner Losh wrote: Also, this is interrupt level overflows. We can run the fast interrupts fast enough to harvest characters from the hardware. What's not happening is that sio's bottom half isn't being run fast enough so the interrupt level buffers overflow. Okay, I'm

Re: 'interrupt-level buffer overflows' for sio device?

2000-09-07 Thread The Hermit Hacker
On Thu, 7 Sep 2000, Warner Losh wrote: In message [EMAIL PROTECTED] The Hermit Hacker writes: : Okay, I'm a little confused here ... from what I'm reading/following, this : isn't a new problem ... or is it? If not, why has it suddenly manifested : itself with the new SMP code? It seems

docs on how to upgraded boot loader ...

2000-09-07 Thread The Hermit Hacker
How do I upgrade it 'with the new kernel', as the UPDATING file suggests? I've looked at the man pages for loader, and it doesn't suggest anything ... help? Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: [EMAIL

Re: docs on how to upgraded boot loader ...

2000-09-08 Thread The Hermit Hacker
wrote: In message [EMAIL PROTECTED] The Hermit Hacker writes: : How do I upgrade it 'with the new kernel', as the UPDATING file : suggests? I've looked at the man pages for loader, and it doesn't suggest : anything ... help? cd /usr/src make buildworld make buildkernel make installkernel

mouse works!!

2000-09-08 Thread The Hermit Hacker
serial mouse works with currrent sources ... thanks guys Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: [EMAIL PROTECTED] secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to [EMAIL

Re: aic7xxx changes break kernel builds

2000-09-17 Thread The Hermit Hacker
On Sun, 17 Sep 2000, Steve Kargl wrote: hotrats:root[211] setenv KERNEL HOTRATS hotrats:root[212] make buildkernel -- Rebuilding kernel(s) -- === HOTRATS mkdir -p

Re: someone MFC something to -stable recently that would explain...

2000-09-13 Thread The Hermit Hacker
have done that and it appears to have fixed the problem ... wish I could remember where I rad that 'buildkernel' was supposed to build anytying the kernel requird :( On Wed, 13 Sep 2000, Paul Herman wrote: On Tue, 12 Sep 2000, The Hermit Hacker wrote: I'm going from a fresh install

make -j16 world causes ffs_valloc() failure ...

2000-10-06 Thread The Hermit Hacker
newest source code, cvsup an hour ago or so ... if I do a build of the kernel (to enable DDB), it compiles fine. If I do a 'make -j16 world', it panic's with the following: mode = 0100600, inum = 729, fs = /tmp panic: ffs_valloc: dup alloc cpuid = 0; lapic.id = and a DDB trace that

ahc panic on 24hr kernel ...

2000-10-07 Thread The Hermit Hacker
source code CVSup as of early this morning, system is a dual celeron, with the following scsi controller: ahc0: Adaptec 2940 Ultra SCSI adapter port 0xc800-0xc8ff mem 0xef00-0xef000fff irq 17 at device 13.0 on pci0 after little time after rebooting, and sped up by doing a make world, I

Re: ahc-related panics

2000-10-08 Thread The Hermit Hacker
try the newest cvsup sources ... justin just committed a change that allowed me to get through a 'make buildworld' over here, where I was getting the error listed before previous to it ... On Sun, 8 Oct 2000, Bob Bishop wrote: Hi, I'm getting repeatable panics with -current, related to

Re: can't get into single user mode - panic: ffs_valloc: dup alloc

2000-10-10 Thread The Hermit Hacker
On Tue, 10 Oct 2000, Michael Lucas wrote: It's not just you. I just assumed I had done something wrong. Hitting ^C during bootup fsck gets me a single-user prompt. ah, good, that got me back up and running, thanks :) On Mon, Oct 09, 2000 at 10:01:11PM -0400, Marc G. Fournier wrote:

Re: can't get into single user mode - panic: ffs_valloc: dup alloc

2000-10-10 Thread The Hermit Hacker
On Tue, 10 Oct 2000, Szilveszter Adam wrote: On Tue, Oct 10, 2000 at 02:06:24PM -0300, The Hermit Hacker wrote: On Tue, 10 Oct 2000, Michael Lucas wrote: It's not just you. I just assumed I had done something wrong. Hitting ^C during bootup fsck gets me a single-user prompt

Re: Hangs on 'heavy' diskaccess

2000-10-13 Thread The Hermit Hacker
On Fri, 13 Oct 2000, Mark Huizer wrote: A few of my machines are getting hangs, running -current. At the moment of the hang, everything freezes, no more keyboard response, so I can't do any debugging. What I know about the machine at the moment is this: It's doing disk intensitive stuff

kernel trap 12 with interrupts disabled?

2000-10-23 Thread The Hermit Hacker
kernel of today, during a make world, generates: Oct 23 18:32:18 thelab /boot/kernel/kernel: kernel trap 12 with interrupts disabled Oct 23 18:32:32 thelab /boot/kernel/kernel: kernel trap 12 with interrupts disabled Oct 23 18:32:39 thelab /boot/kernel/kernel: kernel trap 12 with interrupts

Re: device_tagenb in sys/cam/cam_xpt.c

2000-10-31 Thread The Hermit Hacker
damn, and I thought it was cause I didn't do a buildworld before my buildkernel ... ;( On Tue, 31 Oct 2000, Valentin Chopov wrote: After last changes , device_tagenb is not defined in sys/cam/cam_xpt.c Thanks, Val To Unsubscribe: send mail to [EMAIL PROTECTED] with

make buildworld broken ... CVS from today ...

2000-11-26 Thread The Hermit Hacker
Just tried to do a buildworld, got as far as netstat before it barf'd with: === usr.bin/netstat cc -O -pipe -Wall -DIPSEC -DINET6 -DIPSEC -I/usr/obj/usr/local/base/src/i386/usr/include -c /usr/local/base/src/usr.bin/netstat/if.c In file included from

Re: make buildworld broken ... CVS from today ...

2000-11-26 Thread The Hermit Hacker
On Sun, 26 Nov 2000, Jonathan Lemon wrote: In article local.mail.freebsd-current/[EMAIL PROTECTED] you write: Just tried to do a buildworld, got as far as netstat before it barf'd with: === usr.bin/netstat cc -O -pipe -Wall -DIPSEC -DINET6 -DIPSEC

system hangs ... not sure how to debug ...

2000-11-27 Thread The Hermit Hacker
Morning all ... Every since the SMPng code went into -current way back when, I've been experiencing hangs ... and am not quite sure how to debug this. I'm in X all the time, so breaking to the debugger to see where its hanging isn't possible ... Some kernels its relatively

-current kernel hangs machine solid ...

2000-11-27 Thread The Hermit Hacker
Just tried to build a kernel based on sources from today, to enable BREAK_TO_DEBUGGER so that I can try and get in and see where its hanging ... the compile hung the machine solid. Even hitting the 'numlock'/'capslock' on my keyboard generated no results ... going to try and get a clean

Re: Any plans to fix -current anytime soon?

2000-11-27 Thread The Hermit Hacker
was fixed yesterday, or, at least, I've done a buildworld since experiencing this problem ... On Mon, 27 Nov 2000, Jordan Hubbard wrote: I know this: === usr.bin/netstat cc -O -pipe -Wall -DIPSEC -DINET6 -DIPSEC -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/netstat/if.c In

Re: system hangs ... not sure how to debug ...

2000-11-28 Thread The Hermit Hacker
On Mon, 27 Nov 2000, Alfred Perlstein wrote: * The Hermit Hacker [EMAIL PROTECTED] [001127 18:12] wrote: Morning all ... Every since the SMPng code went into -current way back when, I've been experiencing hangs ... and am not quite sure how to debug this. I'm in X all

Re: system hangs ... not sure how to debug ...

2000-11-28 Thread The Hermit Hacker
On Mon, 27 Nov 2000, Alfred Perlstein wrote: * Alfred Perlstein [EMAIL PROTECTED] [001127 21:56] wrote: * The Hermit Hacker [EMAIL PROTECTED] [001127 18:12] wrote: Morning all ... Every since the SMPng code went into -current way back when, I've been experiencing hangs

RE: -current kernel hangs machine solid ...

2000-11-28 Thread The Hermit Hacker
gah ... okay, first "problem" is coming up with a serial console, as I only have the one machine ... but, am going to search one out and save this email ... will come back to it once I get it setup that far ... thanks ... On Tue, 28 Nov 2000, John Baldwin wrote: On 28-Nov-00

Re: system hangs ... not sure how to debug ...

2000-11-28 Thread The Hermit Hacker
), The Hermit Hacker [EMAIL PROTECTED] said: this kernel seems to do it faster then the previous one ... That's been my observation over the past 24 hours too. -- Michael D. Harnois, Redeemer Lutheran Church, Washburn, IA [EMAIL PROTECTED] [EMAIL PROTECTED] Where

Re: system hangs ... not sure how to debug ...

2000-11-28 Thread The Hermit Hacker
), The Hermit Hacker [EMAIL PROTECTED] said: well, John just gave a good break down on what needs to be done to debug it ... do you have easy access to a serial console? I'm trying to scrounge up hardware at this end to do it with, but its difficult :) no, i don't

RE: Current kernel build failure -- cam_periph.c

2000-12-06 Thread The Hermit Hacker
On Wed, 6 Dec 2000, John Baldwin wrote: On 07-Dec-00 Manfred Antar wrote: I've been trying to build a current kernel from current sources for a day now and I keep getting this: I'm looking at this. My initial guess is maybe a gcc bug, as mtx_exit() compiles in dozens of other

Re: growfs(8) for FreeBSD

2000-12-07 Thread The Hermit Hacker
Erk, I fear you mis-understand ... FreeBSD has a feature called 'VINUM', which is a volume manager ... basically, it allows you to create RAID or Stripe'd file systems (or concat ones) ... what growfs allows is someone to add an n+1 drive to their RAID/Stripe and increase the size of the file

Current CVS kernel panic ...

2000-12-07 Thread The Hermit Hacker
Just upgraded the kernel, rebooted and it hung/panic'd with: panic: spin lock sched lock held by 0x0xc02a73el for 5 seconds cpuid = 1; lapic.id = 0100 Debugger("panic") I have DDB enabled, and ctl-alt-esc doesn't break to the debugger, so its totally hung here ... dual-cpu celeron, smp

Re: growfs(8) for FreeBSD

2000-12-08 Thread The Hermit Hacker
On Fri, 8 Dec 2000, Alexander Langer wrote: Thus spake The Hermit Hacker ([EMAIL PROTECTED]): Stripe'd file systems (or concat ones) ... what growfs allows is someone to add an n+1 drive to their RAID/Stripe and increase the size of the file No, vinum can do this alone. But you

System hangs with -current ...

2001-01-02 Thread The Hermit Hacker
Over the past several months, as others have reported, I've been getting system hangs using 5.0-CURRENT w/ SMP ... I've got DDB enabled, but ctl-alt-esc doesn't break me to the debugger ... I'm not complaining about the hangs, if I was overly concerned, I'd run -STABLE, but I'm wondering how

Re: Core dumps on Current Make World this morning

2001-01-02 Thread The Hermit Hacker
do a 'make -k world' ... I had the same problem with vi, and the same SegFault ... by using -k, it bypasses the error, which allows it to get to the point that the newer vi is installed, which doesn't SegFault ... On Tue, 2 Jan 2001, Charlie Root wrote: All the machines that I have running

Re: Soundblaster 64 PCI

2001-01-14 Thread The Hermit Hacker
On Sun, 14 Jan 2001, Michael Wells wrote: Hi all, I just got round to popping the lid on my machine and installing a Soundblaster 64 PCI card. I already had pcm in my kernel. It's working, but there are some Strange Things Happening. Firstly, here's /dev/sndstat: FreeBSD Audio Driver

Re: Soundblaster 64 PCI

2001-01-14 Thread The Hermit Hacker
yup, just confirmed ... it does it with splay as well ... On Sun, 14 Jan 2001, The Hermit Hacker wrote: On Sun, 14 Jan 2001, Cameron Grant wrote: If this is a known problem, I'll stop for now and watch out for fixes. If it's not the expected behaviour from the PCM driver though, can

Re: Darn Soundblaster Live :(

2001-01-15 Thread The Hermit Hacker
try enabling both and seeing if that fixes it? On Mon, 15 Jan 2001, Adriaan Erasmus wrote: I still have problems compiling my kernel. All I want to do is add a pcm device I have a Soundblaster Live and I must add a pcm device in my new kernel config file. Every time I make the thing

Re: current hangs...

2001-01-20 Thread The Hermit Hacker
On Sat, 20 Jan 2001, Mark Murray wrote: on a 2xPII/350, 256M, two scsi disks on ahc, and ccd I have three times now hung the machine so that only reset got any attention simply by make -j 128 world Do you have an easy way to narrow it down to CCD by doing the same thing but

Re: current hangs...

2001-01-20 Thread The Hermit Hacker
On Sat, 20 Jan 2001, John Baldwin wrote: On 20-Jan-01 The Hermit Hacker wrote: On Sat, 20 Jan 2001, Mark Murray wrote: on a 2xPII/350, 256M, two scsi disks on ahc, and ccd I have three times now hung the machine so that only reset got any attention simply by make -j 128

lastest kernel from cvs ( sh exists with signal 8 )

2001-01-21 Thread The Hermit Hacker
just tried to reboot with a latest build (from this afternoon), and upon reboot, it gives: pid 6 (sh), uid 0: exited with signal 8 when /etc/rc tries to run, and, of course, won't let me get to single user mode for same reason ... checked /usr/src/UPDATING, and nothing in there seems to apply

Re: lastest kernel from cvs ( sh exists with signal 8 )

2001-01-21 Thread The Hermit Hacker
d'oh, did it backwards again ... buildkernel then buildworld ... let me go back and rebuild kernel and see if that is all it was in my case ... On Sun, 21 Jan 2001, Peter Wemm wrote: The Hermit Hacker wrote: just tried to reboot with a latest build (from this afternoon), and upon

Re: lastest kernel from cvs ( sh exists with signal 8 )

2001-01-21 Thread The Hermit Hacker
On Sun, 21 Jan 2001, Peter Wemm wrote: The Hermit Hacker wrote: d'oh, did it backwards again ... buildkernel then buildworld ... let me go back and rebuild kernel and see if that is all it was in my case ... Argh! I wish people would stop using buildkernel! :-( It calls config(8

startx/startkde hangs -CURRENT ...

2001-02-16 Thread The Hermit Hacker
Just wipe'd out /var/db/pkg/* and rebuilt everything since the recent problems with FILE ... figured safer to start clean then worry about each one as they come up ... Now, if I start X, the whole machine hangs solid ... kernel is as of Feb 15th ... am going to re-upgrade now, just in case

Re: startx/startkde hangs -CURRENT ...

2001-02-17 Thread The Hermit Hacker
On Sat, 17 Feb 2001, Alex Zepeda wrote: 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

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

2001-02-17 Thread The Hermit Hacker
I just got hurt by this, in a sense ... buildworld and installworld all worked great, but as soon as I tried to a 'startx', it told me that libm.so.2 had an unresolved symbol __sF ... I just rebuilt my X, figure just the result of the bump in libm.so.n major ... On Sat, 17 Feb 2001, Manfred

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

2001-02-17 Thread The Hermit Hacker
On Sat, 17 Feb 2001, Manfred Antar wrote: At 08:17 PM 2/17/2001 -0400, The Hermit Hacker wrote: I just got hurt by this, in a sense ... buildworld and installworld all worked great, but as soon as I tried to a 'startx', it told me that libm.so.2 had an unresolved symbol __sF ... I just

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

2001-02-17 Thread The Hermit Hacker
Samehere: static const char rcsid[] = "$FreeBSD: src/lib/libc/stdio/findfp.c,v 1.15 2001/02/16 21:09:49 imp Exp $"; On Sat, 17 Feb 2001, Warner Losh wrote: What version of src/lib/libc/stdio/findfp.c do you have? I'm using 1.15 here w/o any problems: static const char rcsid[] =

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

2001-02-17 Thread The Hermit Hacker
On Sat, 17 Feb 2001, Warner Losh wrote: In message [EMAIL PROTECTED] The Hermit Hacker writes: : static const char rcsid[] = : "$FreeBSD: src/lib/libc/stdio/findfp.c,v 1.15 2001/02/16 21:09:49 imp : Exp $"; Then I don't understand the error at all. __sF should be defined in

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

2001-02-17 Thread The Hermit Hacker
[EMAIL PROTECTED] The Hermit Hacker writes: : /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol "__sF" : Recompiling X from ports fixed my libm.so.* problem with __sF ... and : every binary I have in /usr/local right now has been rebuilt since 17:01's : in

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

2001-02-17 Thread The Hermit Hacker
On Sat, 17 Feb 2001, Warner Losh wrote: In message [EMAIL PROTECTED] The Hermit Hacker writes: : On Sat, 17 Feb 2001, Warner Losh wrote: : : In message [EMAIL PROTECTED] The Hermit Hacker writes: : : static const char rcsid[] = : : "$FreeBSD: src/lib/libc/stdio/findfp.c,v 1.15

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

2001-02-17 Thread The Hermit Hacker
On Sat, 17 Feb 2001, Warner Losh wrote: In message [EMAIL PROTECTED] The Hermit Hacker writes: : 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

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

2001-02-17 Thread The Hermit Hacker
On Sat, 17 Feb 2001, The Hermit Hacker wrote: On Sat, 17 Feb 2001, Warner Losh wrote: In message [EMAIL PROTECTED] The Hermit Hacker writes: : 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

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

2001-02-17 Thread The Hermit Hacker
On Sat, 17 Feb 2001, Warner Losh wrote: In message [EMAIL PROTECTED] The Hermit Hacker writes: : Thanks for all your patience on this ... No worries. I just want to make sure that we have things working. Well, I'm still getting my occasional hangs on heavy load ... just tried a 'gmake -j6

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

2001-02-17 Thread The Hermit Hacker
On Sat, 17 Feb 2001, Warner Losh wrote: In message [EMAIL PROTECTED] The Hermit Hacker writes: : On Sat, 17 Feb 2001, Warner Losh wrote: : : In message [EMAIL PROTECTED] The Hermit Hacker writes: : : Thanks for all your patience on this ... : : No worries. I just want to make sure

proper kernel config procedure ...

2001-02-19 Thread The Hermit Hacker
it u sed to be that one would do 'config -r file' to config a kernel, so that it removed the old /sys/compile/file directory ... -r was removed, so is it no longer required to remove the old directory before building the new kernel, or ... ? Marc G. Fournier ICQ#7615664

RE: System hangs with -current ...

2001-02-22 Thread The Hermit Hacker
Okay, I have to pick up a NULL modem cable tomorrow and dive into this ... finally ... The various KTR_ that you mention below, these are kernel settings that I compile into the kernel? On Tue, 2 Jan 2001, John Baldwin wrote: On 02-Jan-01 The Hermit Hacker wrote: Over the past several

RE: System hangs with -current ...

2001-02-22 Thread The Hermit Hacker
On Thu, 22 Feb 2001, John Baldwin wrote: On 22-Feb-01 The Hermit Hacker wrote: Okay, I have to pick up a NULL modem cable tomorrow and dive into this ... finally ... The various KTR_ that you mention below, these are kernel settings that I compile into the kernel? Yes. You want

RE: System hangs with -current ...

2001-02-27 Thread The Hermit Hacker
still login remotely and whatnot, type commands, just nothing was happening on the console, couldn't change vty's, nothing ... is it supposed to do that? *raised eyebrow* On Thu, 22 Feb 2001, John Baldwin wrote: On 23-Feb-01 The Hermit Hacker wrote: On Thu, 22 Feb 2001, John Baldwin wrote

RE: System hangs with -current ...

2001-02-27 Thread The Hermit Hacker
lock [0xc0320f20] r=0 at ../../i386/i386/trap.c:181 cpcsocp/../i386/i386/trap.c.217 REL (spin) sched l on my screen ... type'd exactly as seen ... and that's it ... console is now locked again ... On Tue, 27 Feb 2001, The Hermit Hacker wrote: Okay, can't seem to find a 9pin-9pin NULL modem cable

RE: System hangs with -current ...

2001-03-01 Thread The Hermit Hacker
any comments on this? any way of doing this without a serial console? thanks ... On Wed, 28 Feb 2001, The Hermit Hacker wrote: Yup, definitely doesn't like me using the console ... just tried it again, and its as if it can't scroll up the screen to send more data or something? I just

RE: System hangs with -current ...

2001-03-02 Thread The Hermit Hacker
On Thu, 1 Mar 2001, John Baldwin wrote: On 01-Mar-01 The Hermit Hacker wrote: any comments on this? any way of doing this without a serial console? thanks ... The data is too much to make a normal console feasible, although you could try cranking up the console to hte highest res

Problem with sio in -current ... possible cause of hangs?

2001-03-03 Thread The Hermit Hacker
Morning all ... I'm trying to get my serial console to work on my desktop, and appear to be failing miserably at even just getting it to accept a 'getty' serial connection, let alone serial console ... First, my X/mouse runs on /dev/ttyd1 ... if I startx, my mouse does work,

RE: Problem with sio in -current ... possible cause of hangs?

2001-03-03 Thread The Hermit Hacker
wrote: On 03-Mar-01 The Hermit Hacker wrote: Morning all ... I'm trying to get my serial console to work on my desktop, and appear to be failing miserably at even just getting it to accept a 'getty' serial connection, let alone serial console ... First, my X/mouse runs

Using serial console to debug system hangs ...

2001-03-03 Thread The Hermit Hacker
Well, after some hurdles with getting the serial console to work, I've now go it to work ... I put the two sysctl commands into a file so that I could run it as a script: #!/bin/sh sysctl -w debug.ktr.mask=0x1208 sysctl -w debug.ktr.verbose=2 When I 'try' to run it, I get all the 'KTR'(?)

RE: Using serial console to debug system hangs ...

2001-03-03 Thread The Hermit Hacker
tonight, hopefully its running (and hung) by the time I get up in the morning ;) On Sat, 3 Mar 2001, John Baldwin wrote: On 04-Mar-01 The Hermit Hacker wrote: Well, after some hurdles with getting the serial console to work, I've now go it to work ... I put the two sysctl commands into

RE: Using serial console to debug system hangs ...

2001-03-04 Thread The Hermit Hacker
On Sun, 4 Mar 2001, John Baldwin wrote: On 04-Mar-01 The Hermit Hacker wrote: On Sat, 3 Mar 2001, John Baldwin wrote: On 04-Mar-01 The Hermit Hacker wrote: Wow, that was painful ... after 2 hrs, I got as far as: Yeah, it spews out a lot of crap. :-/ You prolly want to use

More on system hangs ... IRQ related?

2001-03-04 Thread The Hermit Hacker
Morning ... I'm having a bugger of a time getting anywhere with the KTR stuff, for, as soon as I enable it, the system slows down so badly that I can't get into X to hang it ... Figure that I'd try killing off *everything* not required (named, ethernet interfaces, etc), so that

RE: Using serial console to debug system hangs ...

2001-03-04 Thread The Hermit Hacker
On Sun, 4 Mar 2001, Manfred Antar wrote: You have to recompile the boot stuff also, after changing the line in make.conf: # The default serial console speed is 9600. Set the speed to a larger value # for better interactive response. # BOOT_COMCONSOLE_SPEED= 57600 Then cd /sys/boot ;

RE: Using serial console to debug system hangs ...

2001-03-04 Thread The Hermit Hacker
On Sat, 3 Mar 2001, John Baldwin wrote: On 04-Mar-01 The Hermit Hacker wrote: Wow, that was painful ... after 2 hrs, I got as far as: Yeah, it spews out a lot of crap. :-/ You prolly want to use a 115200 serial console if at all possible. Should've mentioned that earlier.. Okay, I'm

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

2001-03-04 Thread The Hermit Hacker
On Sun, 4 Mar 2001, John Baldwin wrote: On 04-Mar-01 The Hermit Hacker wrote: On Sun, 4 Mar 2001, Alex Zepeda wrote: 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

  1   2   >