-pthread deprecated, but when?

2003-09-08 Thread leafy
IMO this deprecation deserves a place in UPDATING. And what are the plans to Do The Right Thing? QT currently does not compile on -current with the -pthread deprecated. Jiawei Ye -- Without the userland, the kernel is useless. --inspired by The Tao of Programming

buildworld failed in libcam

2003-09-03 Thread leafy
In file included from /usr/src/sys/cam/scsi/scsi_da.c:51: /usr/src/sys/sys/taskqueue.h:33:2: #error no user-servicable parts inside mkdep: compile failed The message was really funny :) JY -- Without the userland, the kernel is useless. --inspired by The Tao of Programming

Re: 2 ports broken after gcc import

2003-08-30 Thread leafy
On Fri, Aug 29, 2003 at 02:31:56PM -0400, Kenneth Culver wrote: Did the same thing, portupgrade -f nmap, and then ran it with the same flags, and I'm still getting the same problem. It's doing this on all 3 of my FreeBSD-CURRENT machines as well. Ken Are you running a packet filter of some

Re: CPUTYPE considered harmful? (was: Lot's of SIGILL, SIGSEGV)

2003-08-19 Thread leafy
On Tue, Aug 19, 2003 at 10:07:04AM +0200, Stefan Bethke wrote: Removing CPUTYPE eventually gave me back working systems (I did restore 5.1-R bits prior to make world). Unfortunatly, I don't have the resources to investigate this further, but for the time being, I will not use CPUTYPE until

Re: help! 5.1 doesn't do the rc thing?

2003-08-09 Thread leafy
On Thu, Aug 07, 2003 at 07:26:28PM -0700, Charlie Schluting wrote: Ok, I found that /etc/rc.d/netif was missing. I moved the one from /usr/src/etc/rc.d into place, and I'm thinking that will fix it. I don't remember telling it NOT to move this file in mergemaster... Thanks to everyone who

Re: python2.3 build with kse freezes CURRENT

2003-06-27 Thread leafy
On Fri, Jun 27, 2003 at 03:42:58PM +0900, Till Plewe wrote: I appended dmesg output, but right now I am just curious if there is anybody who has a working (threads enabled) python2.3 installation on CURRENT (SMP). - Till Does yours work on single processor? I compiled my python2.3b1 with

Re: Serious ppp failure on 5.1

2003-06-10 Thread leafy
On Tue, Jun 10, 2003 at 10:08:58AM +0200, P. U. Kruppa wrote: On Mon, 9 Jun 2003, Kris Kennaway wrote: On Tue, Jun 10, 2003 at 08:50:03AM +0200, P. U. Kruppa wrote: Hi, after a cvsup to 5.1-CURRENT my ppp over ethernet doesn't connect anymore. Using ppp manually I receive:

Re: our compiler can't convert longlong to float? 5.1-RC1

2003-06-06 Thread leafy
On Thu, Jun 05, 2003 at 07:41:11PM +, Jan Stocker wrote: Another thing with this code. #include stdio.h typedef long long longlong; main() { longlong ll=1; float f; FILE *file=fopen(conftestval, w); f = (float) ll; fprintf(file,%g\n,f);

Re: our compiler can't convert longlong to float? 5.1-RC1

2003-06-05 Thread leafy
On Tue, Jun 03, 2003 at 03:55:47PM -0700, Kris Kennaway wrote: Post the code it's trying to run. It's possible it's buggy. Kris #include stdio.h typedef long long longlong; main() { longlong ll=1; float f; FILE *file=fopen(conftestval, w); f = (float) ll; fprintf(file,%g\n,f);

our compiler can't convert longlong to float? 5.1-RC1

2003-06-04 Thread leafy
I got this strange message and a core dump after installing 5.1-RC1 cdrom iso checking if c++ supports bool types... yes checking if conversion of longlong to float works... Segmentation fault (core du mped) no configure: error: Your compiler cannot convert a longlong value to a float! If you

libthr vs ports/net/linuxigd

2003-05-30 Thread leafy
Using libthr for upnpd produces following backtrace when starting up #0 0x281f5b03 in _umtx_lock () from /usr/lib/libc.so.5 (gdb) backtrace #0 0x281f5b03 in _umtx_lock () from /usr/lib/libc.so.5 #1 0x280880e8 in _spinlock_pthread (pthread=0x4, lck=0x8054130) at umtx.h:62 #2 0x28088048 in

Re: libthr vs ports/net/linuxigd

2003-05-30 Thread leafy
On Fri, May 30, 2003 at 03:42:52AM -0400, Mike Makonnen wrote: On Fri, 30 May 2003 15:10:37 +0800 leafy [EMAIL PROTECTED] wrote: Using libthr for upnpd produces following backtrace when starting up Are you using latest sources from about 17:00 EST 3/5/29? Cheers. yes, here is CVS id

Re: libthr and 1:1 threading.

2003-04-02 Thread leafy
On Wed, Apr 02, 2003 at 07:38:14AM -0800, Terry Lambert wrote: Has anyone tried compiling X11 to use libthr? Someone reported success with KDE, so it should serve as a sign of working X11. Jiawei -- Without the userland, the kernel is useless. --inspired by

Re: Kernel panic - never had one before, what do I do?

2003-03-27 Thread leafy
On Fri, Mar 28, 2003 at 12:54:16AM -0500, taxman wrote: that gives an error that is similiar to: WARNING: syntax error on file /boot/loader.conf dumpdev=/dev/ad0s1b ^ Hi Tim, Please do 'dumpdev=/dev/ad0s1b. The doube quotes is a must . Jiawei -- Without the userland, the

Re: kernel panic in tcp_input.c:2252

2003-03-13 Thread leafy
On Thu, Mar 13, 2003 at 10:10:30AM -0800, Doug Barton wrote: Update your sources, and make sure that you have 1.202 of sys/netinet/tcp_input.c. I had a 100% reproducable panic very similar to yours, and hsu fixed it. Doug The distributedfolding panic is also corrected. Jiawei -- Without

Re: kernel panic in tcp_input.c:2324

2003-03-12 Thread leafy
On Wed, Mar 12, 2003 at 10:20:59AM -0300, Daniel C. Sobral wrote: Well, yes, but are you cvsupping from releng=. or releng=RELENG_5_0 or releng=RELENG_5_0_0_RELEASE (or similar stuff)? I did experience such problems for a while, but they did get fixed a week or two ago for me. -- Daniel C.

Re: kernel panic in tcp_input.c:2324

2003-03-12 Thread leafy
On Wed, Mar 12, 2003 at 10:40:56PM +0800, leafy wrote: I run -current. period :) Jiawei As a side note, I've used both userland PPPoE and kernel PPPoE (mpd +ipfilter, which is my current setup), both exhibit the same problem. I'll try again tonight. Jiawei -- Without the userland

Re: kernel panic in tcp_input.c:2324

2003-03-12 Thread leafy
On Wed, Mar 12, 2003 at 10:42:30PM +0800, leafy wrote: On Wed, Mar 12, 2003 at 10:40:56PM +0800, leafy wrote: I run -current. period :) Jiawei As a side note, I've used both userland PPPoE and kernel PPPoE (mpd +ipfilter, which is my current setup), both exhibit the same problem

kernel panic in tcp_input.c:2324

2003-03-11 Thread leafy
Fatal trap 12: page fault while in kernel mode fault virtual address = 0x20 fault code = supervisor read, page not present instruction pointer = 0x8:0xc01c5a96 stack pointer = 0x10:0xcd316a98 frame pointer = 0x10:0xcd316abc code segment= base 0x0,

Re: kernel panic in tcp_input.c:2324

2003-03-11 Thread leafy
On Tue, Mar 11, 2003 at 05:24:55PM -0800, Doug Barton wrote: You didn't say when your most recent upgrade was. If you're using 5.0-Release, you should upgrade to 5-current, where this problem should be fixed already. Doug I buildworld/installworld daily. So it's not fixed. Jiawei --

Re: KSE test code?

2003-03-10 Thread leafy
On Mon, Mar 10, 2003 at 11:53:40AM -0800, Julian Elischer wrote: cd /usr/lib/libpthreads make make install This installs a libkse which, when we are happy with it will become libpthreads, but until then it has this special name.. get some test threads programs and link with -lkse remember

How does a module decide what to support?

2003-03-09 Thread leafy
From my observations (yes, please correct me if I am wrong), that modules define what to support in their respective makefiles in the form of SRC= aaa.c bbb.c opt_*.h Where opt_*.h are automagically generated if they are not in machine@ (and the generated files are just empty files that

ng_iface commit broken

2003-03-08 Thread leafy
mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev -I@/. ./include -I/usr/obj/usr/src/i386/usr/include /usr/src/sys/modules/netgraph/ifa ce/../../../netgraph/ng_iface.c /usr/src/sys/netgraph/ng_iface.c:53:23: opt_atalk.h: No such file or directory

[patch]Asus WL100 patch for -current

2003-03-07 Thread leafy
I am posting on behalf of [EMAIL PROTECTED] Attached is his patch for Asus WL100 wireless lan card. Jiawei -- Without the userland, the kernel is useless. --inspired by The Tao of Programming ASUS_WL100_diff_FreeBSD5.tar.gz Description: application/tar-gz

Re: can't sshd into box

2003-03-06 Thread leafy
On Thu, Mar 06, 2003 at 09:54:56AM -0300, Daniel C. Sobral wrote: IIRC, 5.0-R has reverse name resolution for sshd (which is _always_ done, because of PAM, I think, no matter what the configuration file say) run chrooted in /var/empty. Well, the problem with that is that, by default (ie, in

Re: IPFILTER broken as of world/kernel a few hours old

2003-03-06 Thread leafy
On Thu, Mar 06, 2003 at 11:28:45AM -0300, Daniel C. Sobral wrote: Are you sure _all_ socket calls are slow? 5.0-R had reverse resolution for sshd (which happened no matter what the configuration said) run All, including ssh. Only ICMP responds in time. connection arrives). If blackhole or

Re: IPFILTER broken as of world/kernel a few hours old

2003-03-06 Thread leafy
On Thu, Mar 06, 2003 at 11:22:29PM +0800, leafy wrote: On Thu, Mar 06, 2003 at 11:28:45AM -0300, Daniel C. Sobral wrote: Are you sure _all_ socket calls are slow? 5.0-R had reverse resolution for sshd (which happened no matter what the configuration said) run All, including ssh. Only ICMP

Re: IPFILTER broken as of world/kernel a few hours old

2003-03-06 Thread leafy
On Thu, Mar 06, 2003 at 09:00:22AM -0800, Terry Lambert wrote: I noticed that port 53 UDP (yes, UDP) gets through fine, though. Try disabling delayed ACK in the TCP stack; it's a sysctl. -- Terry Been there, done that. No difference though. Jiawei -- Without the userland, the kernel

IPFILTER broken as of world/kernel a few hours old

2003-03-04 Thread leafy
With IPFILTER enabled in the kernel, all socket(2) calls inbound/outbound are very slow. A normal SSH connection within the same subnet takes 5 minutes to connect. Anything I can provide to pin down the problem? Jiawei -- Without the userland, the kernel is useless.

Re: -CURRENT + cvs = panic

2003-03-03 Thread leafy
On Mon, Mar 03, 2003 at 11:01:22AM +0100, Philipp Mergenthaler wrote: In that gdb trace, I think the panic was only an aftereffect and the trouble started here: #15 0xc02bc1c8 in calltrap () at {standard input}:96 #16 0xc021fd79 in tcp_input (m=0xc0d49c30, off0=20) at

Re: Problems compiling KDE after mega-commit

2003-03-03 Thread leafy
On Tue, Mar 04, 2003 at 02:19:39AM -0300, Rossam Souza Silva wrote: Please cvsup with the latest ports, it's already fixed. Jiawei -- Without the userland, the kernel is useless. --inspired by The Tao of Programming To Unsubscribe: send mail to [EMAIL

Re: distributed folding client panics -current

2003-03-02 Thread leafy
On Sun, Mar 02, 2003 at 04:09:34AM -0800, Kris Kennaway wrote: This may already be fixed..can you try updating and see if the problem persists? Kris I got it again right after the client checks for new version. The world is about 1.5hrs old. Attached the kernel dump Jiawei Ye -- Without

distributed folding client panics -current

2003-03-01 Thread leafy
panic: bwrite: buffer is not busy??? panic messages: --- Fatal trap 12: page fault while in kernel mode fault virtual address = 0x20 fault code = supervisor read, page not present instruction pointer = 0x8:0xc01b2036 stack pointer = 0x10:0xcd32da90 frame pointer

Re: Any ideas why we can't even boot a i386 ?

2003-02-27 Thread leafy
On Thu, Feb 27, 2003 at 04:27:06AM -0600, Juli Mallett wrote: Was this normal release? I thought I recalled a convo resulting in the decision that 386 would require special release bits? -- Juli Mallett [EMAIL PROTECTED] - AIM: BSDFlata -- IRC: juli on EFnetThe 386 CPU is already gone from

Re: buildworld dies with Signal 4

2003-02-25 Thread leafy
On Tue, Feb 25, 2003 at 05:12:52PM +0200, Paulius Bulotas wrote: Any idea why this could be happening? Maybe I should try make with NOCLEAN=yes? TIA Paulius No, that's the last thing you would want to try. Could you try removing /usr/obj first and then rebuild world? Jiawei -- Without

Re: cc: Internal error: Illegal instruction (program as)

2003-02-24 Thread leafy
On Mon, Feb 24, 2003 at 12:10:46PM +0100, Soeren Schmidt wrote: inverse provided in the kernel configuration file (ENABLE_PSE ENABLE_PG_G). Just for the record but my [EMAIL PROTECTED]/533 512MB/DDR does *not* show this problem no matter how hard I beat it. -Søren Try this: DON'T

Re: cc: Internal error: Illegal instruction (program as)

2003-02-24 Thread leafy
On Mon, Feb 24, 2003 at 01:21:46PM +0100, Soeren Schmidt wrote: Doesn't make any difference, the only way I (so far) has been able to reproduce this is by severely overclocking the CPU and RAM... -Søren I didn't believe it either at first. But I had kernel #54 before I first got this weird

Re: cc: Internal error: Illegal instruction (program as)

2003-02-24 Thread leafy
On Mon, Feb 24, 2003 at 05:15:07PM +0100, Soeren Schmidt wrote: Well the box has been doing about 50 buildworlds aday in a loop for the last 4-5 days, I guess that should do it no ? :) -Søren It should :) But I still fail to see why it does or doesn't behave this way. :( Jiawei -- Without

telnet(1) strange behaviour

2003-02-21 Thread leafy
telnet(1) is behaving rather strangely when dealing with escape sequences. Please try 'telnet bbs.cis.nctu.edu.tw' and type guest, it will appear as uest only. telnet(1) on -stable does not exhibit such behaviour. ssh(1) is also immune. The problem could be in libtelnet since zh-telnet port is

kernel panic

2003-02-21 Thread leafy
(kgdb) where #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:239 #1 0xc01bcab9 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:371 #2 0xc01bcd23 in panic () at /usr/src/sys/kern/kern_shutdown.c:542 #3 0xc0200cc2 in bwrite (bp=0xc785a060) at /usr/src/sys/kern/vfs_bio.c:842 #4

Re: kernel panic

2003-02-21 Thread leafy
On Fri, Feb 21, 2003 at 10:38:46PM -0500, John Baldwin wrote: Panic message? A panic w/o the actual panic message is like taking your car to the shop and saying it doesn't drive right. I am sorry, here it is: panic: bwrite: buffer is not busy??? panic messages: --- Fatal trap 12: page fault

Re: gcc3.2.2 import might have trashed ld-elf.so.1

2003-02-17 Thread leafy
On Mon, Feb 17, 2003 at 04:03:13PM -0500, Alexander Kabaev wrote: Just committed /usr/src/libexec/rtld-elf/rtld.c v1.76 should fix that. -- Alexander Kabaev Thank you Alexander, this solved the uic problem. Regards, Jiawei Ye -- Without the userland, the kernel is useless.

Re: gcc3.2.2 import might have trashed ld-elf.so.1

2003-02-16 Thread leafy
On Sun, Feb 16, 2003 at 05:26:56PM +1100, Peter Kostouros wrote: #0 0x in ?? () #1 0x28f8204c in __static_initialization_and_destruction_0(int, int) () from /opt/kde-3.1/lib/libkio.so.5 #2 0x28f8209a in _GLOBAL__D__ZNK13KOpenSSLProxy9hasLibSSLEv () from

Re: gcc3.2.2 import might have trashed ld-elf.so.1

2003-02-16 Thread leafy
On Sun, Feb 16, 2003 at 02:28:52PM +0800, leafy wrote: /usr/X11R6/bin/uic -i htmlpageinfo.h ./htmlpageinfo.ui In my attemp to 'truss' the above line, I get a truss.core instead. backtrace as follows: Core was generated by `truss'. Program terminated with signal 11, Segmentation fault. Reading

Re: gcc3.2.2 import might have trashed ld-elf.so.1

2003-02-16 Thread leafy
On Sun, Feb 16, 2003 at 10:28:25AM -0800, Steve Kargl wrote: these apply to both world and ports. and the strange ld-elf.so.1 error still ocurs. I just built mozilla with gcc 3.2.2 without a problem. -- Steve Mine does without any problem too. It's only uic which causes the error.

gcc3.2.2 import might have trashed ld-elf.so.1

2003-02-15 Thread leafy
htmlpageinfo.cc ; exit $ret ; fi Error is: /usr/libexec/ld-elf.so.1: /usr/X11R6/plugins/designer/libwizards.so: Undefined symbol _Z22qCleanupImages_wizardsv Grepping the corresponding library: leafy@leafy:/usr/X11R6/plugins/designer$ nm libwizards.so |grep Z22 000256f0 T _Z22qCleanupImages_wizardsv So ld

Re: gcc3.2.2 import might have trashed ld-elf.so.1

2003-02-15 Thread leafy
On Sun, Feb 16, 2003 at 02:09:24AM +0800, leafy wrote: Grepping the corresponding library: leafy@leafy:/usr/X11R6/plugins/designer$ nm libwizards.so |grep Z22 000256f0 T _Z22qCleanupImages_wizardsv So ld is not finding a symbol which is in the correct library. Jiawei Ye 1. no CPU

Re: gcc3.2.2 import might have trashed ld-elf.so.1-DAY3

2003-02-15 Thread leafy
Built world on Sun Feb 16 04:56:37 GMT, It still fails with the same message /usr/libexec/ld-elf.so.1: /usr/X11R6/plugins/designer/libwizards.so: Undefined symbol _Z22qCleanupImages_wizardsv -- Without the userland, the kernel is useless. --inspired by The

Re: gcc3.2.2 import might have trashed ld-elf.so.1

2003-02-15 Thread leafy
On Sun, Feb 16, 2003 at 12:20:18AM -0500, Alexander Kabaev wrote: QT's uic binary does not use libwizards.so. Please take time to dig a little deeper and figure what binary exactly is failing. It is doubtful someone will be able to help you otherwise. -- Alexander Kabaev yes, ldd'ing uic

ld-elf.so.1 weird behaviour

2003-02-13 Thread leafy
/kdelibs3/work/kdelibs-3.1/khtml' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.1' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11/kdelibs3. *** Error code 1 But the symbol actually exists: leafy@leafy:~$ nm /usr/X11R6/plugins

Re: GCC 3.2.2 import -- questions

2003-02-11 Thread leafy
On Tue, Feb 11, 2003 at 11:11:39PM +0100, Anders Andersson wrote: Testing curves join ...failed! *** Error code 1 Stop in /usr/ports/graphics/lcms/work/lcms-1.09/testbed. *** Error code 1 So, the lcms port still fails with CPUTYPE=p4 and there seems to be other issues still with

Re: GCC 3.2.2 import -- questions

2003-02-11 Thread leafy
On Tue, Feb 11, 2003 at 09:03:28PM -0500, Wesley Morgan wrote: The funny thing is that. If you use a non-P4 optmized GCC to compile lcms with P4 opt, then it passes the test. But with a P4 opted GCC, it borks. Looks like P4 opted GCC itself is bogus. That's odd. Does the FreeBSD build skill

Re: Problems with Current XFree86

2003-02-10 Thread leafy
On Mon, Feb 10, 2003 at 11:20:24AM +0100, Gunnar Flygt wrote: Since it works with 4.7-STABLE it must(?) be a current problem more than a XFree86 problem. Or? Any suggestions? -- Gunnar Flygt, SR Could you paste your /var/log/XFree86*.log with the error parts? Maybe some will be able to

Re: GCC 3.2.2 import -- questions

2003-02-10 Thread leafy
On Mon, Feb 10, 2003 at 08:44:33PM -0500, Wesley Morgan wrote: The import of gcc 3.2.2 brings a question to mind... Many people have mentioned problems with SSE / SSE2 instructions, optimizer problems etc that are supposedly fixed with 3.2.2... My question is, should I consider rebuilding my

Re: GCC 3.2.2 import -- questions

2003-02-10 Thread leafy
On Mon, Feb 10, 2003 at 09:50:06PM -0500, Scott Dodson wrote: Excellent, Which optimization strings are you using in make.conf if you don't mind? -- Scott Plain cflags and cxxflags taken from /usr/share/examples/etc/make.conf just modify the CPUTYPE as p4 Cheers, Jiawei Ye -- Without

Re: RE : IPFilter

2003-02-09 Thread leafy
On Sun, Feb 09, 2003 at 10:21:50PM -0800, Doug Barton wrote: We don't have a whole lot of ipfilter documentation in freebsd because ipfilter works the same way here as it does on other os'. See for example, http://www.obfuscation.org/ipf/ Hope this helps, Doug As a side note, is there

Re: Hyperthreading and machdep.cpu_idle_hlt

2003-01-31 Thread leafy
On Fri, Jan 31, 2003 at 01:45:56PM -0500, Trish Lynch wrote: I have the .dat's for you, unfortunately, the output is different, so you'll have to modify the .cfg for gnuplot :) -Trish I have HTT for my CPU, is there any hack to the BIOS to enable HyperThreading? Jiawei Ye -- Without the

Re: make buildworld failure

2003-01-29 Thread leafy
On Wed, Jan 29, 2003 at 06:16:04AM -0500, Jeff Utter wrote: Yeah, that fixed the above mentioned problem.. however i'm running into a build problem about an hour later, related to telnet.. maybe it was fixed overnight in cvs, i'll see if it will build now. I don't think so, I cvsupped about 30

Re: Force 1 CPU on SMP kernel?

2003-01-28 Thread leafy
On Tue, Jan 28, 2003 at 12:53:49PM +0300, Odhiambo Washington wrote: that the overhead assoicated with SMP will skew the statistics. So my question is what would be the 'best' way to make an SMP kernel only start/use CPU0? Yank the others ? What about building two kernels, one

Re: add ext2fs to the module list in modules/Makefile

2003-01-28 Thread leafy
On Tue, Jan 28, 2003 at 09:54:30PM -0800, David O'Brien wrote: It is already there. :-) Just wrapped by WANT_EXT2FS_MODULE. So you need to add that to your /etc/make.conf. It's not the make.conf man page, where can we find these options? Jiawei Ye -- Without the userland, the kernel is

make buildworld stopped at libexec/getty/main.c

2003-01-19 Thread leafy
root@leafy:/usr/src/libexec/getty# make cc -O -pipe -march=pentium3-c /usr/src/libexec/getty/main.c /usr/src/libexec/getty/main.c: In function `main': /usr/src/libexec/getty/main.c:335: syntax error before '!' token *** Error code 1 Stop in /usr/src/libexec/getty. -- Without the userland

Re: Troubles installing 5.0-RC2 on a Thinkpad560

2003-01-10 Thread leafy
stage. leafy -- Without the userland, the kernel is useless. --inspired by The Tao of Programming To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: RC-2 : Compilation of SAMBA 2.2.7a with WINBIND crashes !!!

2003-01-10 Thread leafy
other databases use HS class (Hesiod) entries. nis NIS (formerly YP) compat support +/-' in the `passwd'' and `group'' databases. If this is present, it must be the only source for that entry. Perhaps you would want to help extend it? leafy -- Without the userland

Re: Cordless Keyboard + Mouse

2003-01-06 Thread leafy
On Tue, Jan 07, 2003 at 12:40:46PM +1030, Daniel O'Connor wrote: keyboard using 'kbdcontrol -k devname' I believe (I have never used a USB keyboard) -- Daniel O'Connor software and network engineer My past experience with the USB keyboard isn't rather pleasant. When typing too fast, it

lock order reversal

2003-01-04 Thread leafy
lock order reversal Jan 5 00:19:15 leafy kernel: 1st 0xc26b05c0 process lock (process lock) @ /usr\ /src/sys/kern/kern_descrip.c:2099 Jan 5 00:19:15 leafy kernel: 2nd 0xc2667e34 filedesc structure (filedesc struc\ ture) @ /usr/src/sys/kern/kern_descrip.c:2106 The kernel is only about 40 mins

make(1) core dumps on buildworld

2002-12-21 Thread leafy
cvsupped 2 hrs ago with cvsup2.freebsd.org. When trying to to buildworld, make(1) core dumped with error 139.Here is the backtrace: (gdb) backtrace #0 0x08073395 in __smakebuf () #1 0x0805a7f6 in Var_Parse (str=0x80a7540 X\n\b0Z\n\b, ctxt=0x80a5860, err=134519156, lengthPtr=0x80a4780,

Confused by mpd and ipnat

2002-12-09 Thread leafy
I run -current and decided to try kernel PPPoE. I installed mpd from ports which ran fine. After installing ipnat, I setup the following rule in ipnat.rules: map ng0 192.168.0.0/24 - 0/32 When I reboot, this line (along with ipnat stuff) got executed before mpd fiinishes PPPoE negotiation, and

Re: Confused by mpd and ipnat

2002-12-09 Thread leafy
On Mon, Dec 09, 2002 at 06:17:27PM -0800, Mike Makonnen wrote: Does mpd install a startup script in /usr/local/etc/rc.d ? Does it get started in the background? If it's script is in /usr/local/etc/rc.d then it gets run by the /etc/rc.d/local script which runs after /etc/rc.d/ipnat. In this

What is the highest 'safe' CPUTYPE for intel?

2002-12-06 Thread leafy
Hi, CPUTYPE=pentium4 is know to be broken. What is the known working highest CPUTYPE then? pentium3 or pentium2? JY To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: cvsup weird problem

2002-12-05 Thread leafy
On Thu, Dec 05, 2002 at 11:25:14AM +0800, JY wrote: I did as you suggested and it's still complaining :( JY I was cvsupping from cvsup2.freebsd.org. At first it complains about gcc/INSTALL not being empty, so I manually deleted everything under it, but not the dir itself. Then I cvsupped:

Re: cvsup weird problem

2002-12-05 Thread leafy
On Thu, Dec 05, 2002 at 04:32:01PM +0300, Sergey A. Osokin wrote: Delete src/contrib/gcc/INSTALL Cannot delete /usr/src/contrib/gcc/INSTALL: Directory not empty It's weird... Looks like a strange, yesterday i'm successfuly cvsuped my 5.0 box (in vmware under 4.7-S). -rw-r--r-- 1

Re: cvsup weird problem

2002-12-05 Thread leafy
On Thu, Dec 05, 2002 at 06:20:05PM +0300, Sergey A. Osokin wrote: Updating collection src-all/cvs Edit src/bin/sh/bltin/echo.1 Add delta 1.11 2002.12.05.08.49.59 ru Delete src/contrib/gcc/INSTALL Cannot delete /usr/src/contrib/gcc/INSTALL: Directory not empty Edit

Re: cvsup weird problem

2002-12-05 Thread leafy
On Thu, Dec 05, 2002 at 05:22:50PM +0200, Giorgos Keramidas wrote: Remove your src/contrib/gcc/INSTALL directory and try cvsup'ing again. The files in that directory were imported yesterday, and I think that David O'Brien didn't mean to import them at all: Giorgos. Been there, done that

Re: cvsup weird problem

2002-12-05 Thread leafy
On Thu, Dec 05, 2002 at 07:13:23PM +0200, Giorgos Keramidas wrote: Been there, done that - several times :) Hmmm, try a different cvsup server then. I just updated from cvsup.gr.freebsd.org and all seems fine. The files are still there, but nothing breaks... Connected to