Re: current doesnt see ps2 port with acpi enabled on intel vc820

2001-12-15 Thread KT Sin
Hi I'm seeing the same problem on my MSI bookpc. For some reasons, the psm device will fail to get an IRQ when ACPI is enabled. Can you try the attached patch and see if it helps? kt On Sat, Dec 15, 2001 at 09:16:07AM -0800, Jon Christopherson wrote: > Hello, > > I have just compiled a

Re: current doesnt see ps2 port with acpi enabled on intel vc820

2001-12-18 Thread KT Sin
nal Message - > From: "KT Sin" <[EMAIL PROTECTED]> > To: "Jon Christopherson" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Saturday, December 15, 2001 10:24 PM > Subject: Re: current doesnt see ps2 port with acpi enabled on intel vc820 >

Re: current doesnt see ps2 port with acpi enabled on intel vc820

2001-12-18 Thread KT Sin
I tables and try to see where the driver should be > intuiting the IRQ from? In particular, have a look at the atkbdc device > and see if it isn't being given two interrupts... > > > > > > kt > > > > On Sun, Dec 16, 2001 at 10:25:52AM -0500, Brian

2>&1 in /bin/sh

2001-12-23 Thread KT Sin
Just ran make world this morning and 2>&1 fd redirection stopped working for /bin/sh. $ ls /bad/file > /dev/null 2>&1 ls: /bad/file: No such file or directory 2>&1 is used extensively in the /etc/rc* bootup scripts. Now, the bootup screen is cluttered with unwanted messages. Any idea? kt To U

memory backed filesystem corruption

2001-12-28 Thread KT Sin
Hi My userland and kernel were rebuilt after running cvsup on Christmas day. Right after that, files created on /tmp which is swap-backed get corrupted easily. I was trying to build mozilla and everytime I untarred the source into /tmp, I would get about 10 random files corrupted. Each of these

Re: Thinkpad A30p and -current. status and issues

2002-01-04 Thread KT Sin
Try the winmodem driver from the ports collection e.g. comms/ltmdm and see if it works. kt On Fri, Jan 04, 2002 at 01:19:33PM +0100, Michael Reifenberger wrote: > Hi, > because I behaved well last year christmas brought a new A30p > in replacement for my former Toshiba Tecra 8000 :-) > First imp

Re: /dev/ugen?

2002-02-03 Thread KT Sin
If you have usbd running, just hot attach the USB device (serial, etc). You are probably using devfs on your -CURRENT. The correct /dev/* entries will be created automagically once the hardware device is probed and attached successfully. kt On Mon, Feb 04, 2002 at 02:47:41AM +0900, CHOI Junho

Re: kernel panic in tcp_input.c:2324

2003-03-11 Thread KT Sin
Another panic in tcp_input while exiting gtk-gnutella. Script started on Wed Mar 12 00:38:24 2003 melati# gdb -k kernel.debug /var/crash/vmcore.1 GNU gdb 5.2.1 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welco

Re: mysql-server broken

2002-06-27 Thread KT Sin
Sigh... I was building mysql on Solaris using Forte compiler and got the same error. IMHO, the tcpd.h header is not very c++ friendly. One dirty workaround is to temporarily define the arguments for hosts_access, eval_client and sock_host. Or there could be a flag that could disable strict proto

Re: Solved: CURRENT and P-IV problems

2002-08-21 Thread KT Sin
Hi I believe this is caused by the pre-released version of gcc in the system. I started seeing this problem one week after I upgraded my hardware to Pentium 4 in May. Two weeks ago, I built the final release version of gcc 3.1.1 in the ports and used that to compile the kernel and userlands. A

Re: Solved: CURRENT and P-IV problems

2002-08-21 Thread KT Sin
0PM +0800, KT Sin wrote: > > > Hi > > > > > > I believe this is caused by the pre-released version of gcc in the system. > > > > > > I started seeing this problem one week after I upgraded my hardware to > > > Pentium 4 in May. Two weeks a

Re: Memory corruption in CURRENT

2002-08-22 Thread KT Sin
Hi This is what I did the to system's cc/gcc. I built gcc3.1.1 released version from the ports (with much pain of coz). passion:/usr/bin[514]# ls -l cc* gcc* lrwxr-xr-x 1 root wheel 20 Aug 12 21:54 cc -> /usr/local/bin/gcc31 -r-xr-xr-x 2 root wheel 135616 Aug 12 21:52 cc.sav lrwxr-xr-x

Re: cbb attach failed

2002-12-14 Thread KT Sin
Hi If your CURRENT is pretty recent, please add into your /boot/loader.conf hw.pci.allow_unsupported_io_range="1" and then reboot. kt On Sun, Dec 15, 2002 at 07:34:39AM +0900, FUJITA Kazutoshi wrote: > hi, > > i've just 'make buildworld' & 'make buildkernel' on my thinkpad x23, > but

pw is broken?

2013-03-08 Thread KT Sin
pw is crashing with seg fault due to this change? http://svnweb.freebsd.org/base/head/lib/libutil/gr_util.c?r1=245390&r2=247919 # gdb ./pw GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to

Re: pw is broken?

2013-03-09 Thread KT Sin
2013 9:44 PM, "KT Sin" wrote: > > pw is crashing with seg fault due to this change? > > http://svnweb.freebsd.org/base/head/lib/libutil/gr_util.c?r1=245390&r2=247919 I think the correct fix is committed with: http://svnweb.freebsd.org/changeset/base/248102 Hiren >

Re: pw is broken?

2013-03-09 Thread KT Sin
ah, this is a different problem. one quick workaround is to comment out the unused variable ic :P, or you could include INVARIANTS in your kernel config, or you could ping adrian :) --- On Sat, 3/9/13, Hartmann, O. wrote: > > But neither r248102 nor r248103 compile! > > /usr/src/sys/net80211

Re: pw is broken?

2013-03-09 Thread KT Sin
ah. my apologies. rebuilt the new libutil again and it seems that r248012 does indeed resolve the problem. :) --- On Sat, 3/9/13, KT Sin wrote: From: KT Sin Subject: Re: pw is broken? To: "hiren panchasara" , d...@freebsd.org Cc: "freebsd-current" Date: Saturday, March 9,

buildkernel failure at posix semaphores

2011-08-16 Thread KT Sin
buildkernel is failing at uipc_sem.c and uipc_shm.c when mac is not enabled. ===> sem (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/usr/src/sys/PASSION/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --