happy!!

2000-12-29 Thread kkhm
ƒƒŠ[ƒNƒŠƒXƒ}ƒXI ‚¢‚ë`‚ñ‚ÈŽí—ނ̃Gƒbƒ`‚ªƒWƒƒƒ“ƒ‹•ª‚¯‚³‚ê‚āA –³—¿‚ÅŒ©‚ê‚é‚æB http://216.101.214.74/omankoheaven/ ‚·‚²[‚¢”‚¾‚©‚ç‰É‚ÈŽž‚É‚Å‚àŒ©‚Ă݂ĂˁB ‚½‚Ü‚± To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

buildworld broken

2000-12-29 Thread German Tischler
Hi. Anyone else seeing this ? cc -fpic -DPIC -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D_ _DBINTERFACE_PRIVATE -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/ src/lib/libc/../libc/locale -DBROKEN_DES -DYP -DHESIOD -I/usr/obj/usr/src/i386/u sr/include -c

Re: buildworld broken

2000-12-29 Thread Will Andrews
On Fri, Dec 29, 2000 at 02:42:18PM +0100, German Tischler wrote: cc -fpic -DPIC -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D_ _DBINTERFACE_PRIVATE -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/ src/lib/libc/../libc/locale -DBROKEN_DES -DYP -DHESIOD

Re: buildworld broken

2000-12-29 Thread Sheldon Hearn
On Fri, 29 Dec 2000 14:42:18 +0100, German Tischler wrote: Anyone else seeing this ? Yet another avoidable break caused by inadequate pre-commit testing. Watch your cvs-all mail for commits to either the btree code or (more likely) queue.h . Ciao, Sheldon. To Unsubscribe: send mail to

Re: buildworld broken

2000-12-29 Thread Eric Dannewitz
I just did a make world from sources updated less than 12 hours ago, and I did not have ANY problems.. Sheldon Hearn wrote: On Fri, 29 Dec 2000 14:42:18 +0100, German Tischler wrote: Anyone else seeing this ? Yet another avoidable break caused by inadequate pre-commit testing.

turning off vga_pci

2000-12-29 Thread Andrew Kenneth Milton
Is there a nice way to stop vga_pci from attaching to my video card, or to allow another driver to attach to it after vga_pci has done its thing? At the moment I'm removing all traces of vga_pci from the Makefile in my kernel 'compile' directory (which works)... It is preventing the drm module

Current stalls...

2000-12-29 Thread Poul-Henning Kamp
I am totally unable to complete a cd /usr/src cvs -q update -P -d -A on any of my two -current systems. The systems stalls as described in my email yesterday. CCD is now out of the equation. - Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] |

Re: buildworld broken

2000-12-29 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Sheldon Hearn writes: On Fri, 29 Dec 2000 14:42:18 +0100, German Tischler wrote: Anyone else seeing this ? Yet another avoidable break caused by inadequate pre-commit testing. Watch your cvs-all mail for commits to either the btree code or (more likely) queue.h

Re: Current stalls...

2000-12-29 Thread Alexander Langer
Thus spake Poul-Henning Kamp ([EMAIL PROTECTED]): cd /usr/src cvs -q update -P -d -A on any of my two -current systems. The systems stalls as described in my email yesterday. Maybe this is related: I had two complete hangs today on my FreeBSD cichlids.cichlids.com 5.0-CURRENT

Re: Fixing a.out compatibility

2000-12-29 Thread Nate Williams
It seems feasable to generate a new binary on a recent or an old patched FreeBSD version. The question is which is better. I think the newer the better. Otherwise, who is going to build the 2.2.8-stable box to make this one binary? I've already built a binary on 4.2-release that works.

Re: PalmPilot emulators don't work on CURRENT

2000-12-29 Thread Wesley Morgan
On Fri, 29 Dec 2000, Juriy Goloveshkin wrote: Hello, Can anybody run any PalmPilot emulator on CURRENT? pose and xcopilot don't work. Nope. -- _ __ ___ ___ ___ ___ Wesley N Morgan _ __ ___ | _ ) __| \

RE: PalmPilot emulators don't work on CURRENT

2000-12-29 Thread Wesley Morgan
On Fri, 29 Dec 2000, Daniel O'Connor wrote: On 29-Dec-00 Juriy Goloveshkin wrote: Can anybody run any PalmPilot emulator on CURRENT? pose and xcopilot don't work. Perhaps if you submitted a bug report worthy of the name someone might be able to help. Does it core? panic the machine?

Re: Current stalls...(now also panic)

2000-12-29 Thread Szilveszter Adam
Hi! Maybe this is related, maybe not... I upgraded to the latest CURRENT available this morning and now I also see occasional (albeit short) hangs sometimes, although the machine seems to be responsive otherwise. But, not only that, I also got a cool panic while trying to do some stuff (like

Re: Current stalls...(now also panic)

2000-12-29 Thread Mark Hittinger
Maybe this is related, maybe not... I upgraded to the latest CURRENT available this morning and now I also see occasional (albeit short) hangs sometimes, although the machine seems to be responsive otherwise. I see this also. If you aren't using USB but have it compiled into your kernel

Re: Current stalls...(now also panic)

2000-12-29 Thread Thomas D. Dean
I have a -current stall or hang, also. I do NOT have USB support in my kernel. Running gdb on hello.c, the standard hello, world, will cause the stall or hang. Keyboard input is echoed, but, no action. tomdean To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current"

Re: termios.h patch for review

2000-12-29 Thread Assar Westerlund
I wrote: Right, but stealing these small snippets from NetBSD wasn't very hard, see patch below. Here's a better patch, including stty. If there are no objects, I'll commit this. /assar Index: bin/stty/modes.c === RCS file:

possible fix for gdb hanging the kernel

2000-12-29 Thread Alfred Perlstein
I'd appreciate it if those who are having issues with gdb were to try this patch and let me know if it fixes things. Index: sys_process.c === RCS file: /home/ncvs/src/sys/kern/sys_process.c,v retrieving revision 1.57 diff -u -u

Problem installing on T20

2000-12-29 Thread Wm Brian McCane
I have an IBM T20 laptop that I want to run FreeBSD on. I have run Partition Magic and shrunk the disk to 4GB (leaving 8GB for FreeBSD). I downloaded 4.2-RELEASE and installed it on the box. Everything looked good until I tried to reboot the machine. At that point, it would show the ThinkPad

RE: Current stalls...

2000-12-29 Thread John Baldwin
On 29-Dec-00 Poul-Henning Kamp wrote: I am totally unable to complete a cd /usr/src cvs -q update -P -d -A on any of my two -current systems. The systems stalls as described in my email yesterday. CCD is now out of the equation. I'm getting these hangs on my laptop as

USB ethernet locking a little b0rked..

2000-12-29 Thread John Baldwin
Currently the mutexes for the USB ethernet drivers don't play well with the USB code, and the kernel ends up sleeping with them held, which can deadlock the machine (it locked my machine up a couple of times when I would unplug my cue0 adapter.) I worked around it by just turning off the locking

RE: possible fix for gdb hanging the kernel

2000-12-29 Thread John Baldwin
On 30-Dec-00 Alfred Perlstein wrote: I'd appreciate it if those who are having issues with gdb were to try this patch and let me know if it fixes things. Index: sys_process.c === RCS file:

RE: Current stalls...

2000-12-29 Thread Matthew Jacob
I'm getting these on NFS for loopback. On 29-Dec-00 Poul-Henning Kamp wrote: I am totally unable to complete a cd /usr/src cvs -q update -P -d -A on any of my two -current systems. The systems stalls as described in my email yesterday. CCD is now out of the

Re: Problem installing on T20

2000-12-29 Thread Michael C . Wu
On Fri, Dec 29, 2000 at 06:44:28PM -0600, Wm Brian McCane scribbled: [Snip IBM T20 woe's] | Any ideas? see http://people.freebsd.org/~bmah/ThinkPad/ and -mobile archives within the last month for info. Basically, IBM messed up on their BIOS, it won't boot with a 165(FreeBSD) partition. I am

Re: RE: Current stalls...

2000-12-29 Thread Matt Dillon
: :I'm getting these on NFS for loopback. Can you verify that it's the same as Poul's by breaking into DDB and doing a trace ? I have very little time, but what I think may be going on is that current may be exposing a bug in the specfs fsync code related to flushing dirty

Re: RE: Current stalls...

2000-12-29 Thread Matthew Jacob
I'll try- lots on plate to do. There's a lot of iffy stuff with ithreads on alpha. But this theory of yours doesn't match the situation where I can then still log in and ping, but that the NFS loopback mount is still hosed. I went back to building across NFS and that worked mucho better.

Re: RE: Current stalls...

2000-12-29 Thread Matt Dillon
: : :I'll try- lots on plate to do. : :There's a lot of iffy stuff with ithreads on alpha. But this theory of yours :doesn't match the situation where I can then still log in and ping, but that :the NFS loopback mount is still hosed. : :I went back to building across NFS and that worked mucho

Re: HDD Problem

2000-12-29 Thread Helge Oldach
Folks, [EMAIL PROTECTED]: I have a KT7 with an athlon 1.1, no problems with ATA66, don't have a 100 drive though. Works fine, does make worlds in a little over an hour with 384mb of pc133, but I do have to downclock the pc133 to 100 because these via chips have some problem with agp and

cvs commit: src/sys/kern sys_process.c

2000-12-29 Thread Szilveszter Adam
Hello everybody! ps 2000/12/29 16:44:44 PST Modified files: sys/kern sys_process.c Log: Pass me the pointy hat. Do not hold sched_lock over psignal. Submitted by: alfred Revision ChangesPath 1.58 +2 -2 src/sys/kern/sys_process.c I

Re: Current stalls...(now also panic)

2000-12-29 Thread Szilveszter Adam
On Fri, Dec 29, 2000 at 04:02:08PM -0800, Thomas D. Dean wrote: I have a -current stall or hang, also. I do NOT have USB support in my kernel. Running gdb on hello.c, the standard hello, world, will cause the stall or hang. Keyboard input is echoed, but, no action. tomdean No, no USB

Re: RE: Current stalls...

2000-12-29 Thread Matthew Jacob
: : :I'll try- lots on plate to do. : :There's a lot of iffy stuff with ithreads on alpha. But this theory of yours :doesn't match the situation where I can then still log in and ping, but that :the NFS loopback mount is still hosed. : :I went back to building across NFS and that