Re: pw is broken?

2013-03-09 Thread KT Sin
@freebsd.org Date: Saturday, March 9, 2013, 10:34 PM On Mar 8, 2013 9:44 PM, KT Sin kt...@acm.org wrote: pw is crashing with seg fault due to this change? http://svnweb.freebsd.org/base/head/lib/libutil/gr_util.c?r1=245390r2=247919 I think the correct fix is committed with: http

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. ohart...@zedat.fu-berlin.de wrote: But neither r248102 nor r248103 compile!

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 kt...@acm.org wrote: From: KT Sin kt...@acm.org Subject: Re: pw is broken? To: hiren panchasara hiren.panchas...@gmail.com, d...@freebsd.org Cc: freebsd

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=245390r2=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

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

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

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

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: 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.

Re: Solved: CURRENT and P-IV problems

2002-08-21 Thread KT Sin
Hi Please try to continue from where it broke by repeating make. Otherwise, please get a precompiled port package. kt On Wed, Aug 21, 2002 at 10:26:37PM +0200, Mark Santcroos wrote: On Wed, Aug 21, 2002 at 08:05:17PM +0200, Mark Santcroos wrote: On Wed, Aug 21, 2002 at 11:38:20PM +0800, KT

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

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

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

21 in /bin/sh

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

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

2001-12-18 Thread KT Sin
: 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 I have just compiled and installed -current from this morning 7AMPST, and have

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

2001-12-18 Thread KT Sin
? 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 K. White wrote: - Original Message - From: KT Sin [EMAIL PROTECTED] To: Jon Christopherson [EMAIL PROTECTED] Cc: [EMAIL

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 and