ftpd is not listed in pam.conf

1999-11-22 Thread Clive Lin
). But I think ftpd should be listed in /etc/pam.conf. Any plan to fix it in /usr/src/etc/pam.conf ? -- CirX Clive Lin [EMAIL PROTECTED] FreeBSD - The Power to Serve To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cu

Re: sparc64 tinderbox failure

2002-11-17 Thread Clive Lin
On Sun, Nov 17, 2002 at 03:46:55PM -0500, Jake Burkholder wrote: Apparently, On Sun, Nov 17, 2002 at 12:23:20PM -0800, Julian Elischer said words to the effect of; On Sun, 17 Nov 2002, Mike Barcroft wrote: -- Kernel build

pcm remaining problem (possible ACPI too)

2002-12-06 Thread Clive Lin
Hi, Since rescent -CURRENT is stable enough, I have the chance to find out remaining pcm problem. My MP box no more has double fatal fault and turns into random sleep. The random sleep happens after pcm having its own problem. uname -av is FreeBSD cartier.home 5.0-CURRENT FreeBSD

Re: pcm remaining problem (possible ACPI too)

2002-12-06 Thread Clive Lin
On Sat, Dec 07, 2002 at 01:00:44AM +0800, Clive Lin wrote: Hi, Since rescent -CURRENT is stable enough, I have the chance to find out remaining pcm problem. My MP box no more has double fatal fault and turns into random sleep. The random sleep happens after pcm having its own problem

Re: Shared memory - Was: 2 Queries

2000-03-01 Thread Clive Lin
On Wed, Mar 01, 2000 at 07:58:34AM -0800, Alfred Perlstein wrote: It'd be nice if we had a utility that could clean out and reclaim the shared memory in 1 swoop. Then we'd be able to shut down XFree86 (and obviously any other apps using shared memory), and get on with life :) (anyone

Re: Wide-char support and libc

2000-05-20 Thread Clive Lin
Hi, On Sun, May 21, 2000 at 02:07:19AM +0200, Norbert Irmer wrote: The only way i found to link motif programs is by using http://www.cs.rpi.edu/~crossd/FreeBSD/wcs-19990606.tar.gz This seems the solution of wc* routines in FreeBSD. Could any one tell us, is this project dead ? Will

let badsect recog IFCHR in 5.0-C

2000-06-27 Thread Clive Lin
Hi, Here is the diff for badsect(8) to recognize character device (IFCHR) rather than block device (IFBLK), since there's no block device in current. I don't know if there's any difference bewteen block and character device. So, I surly don't know if this will screw up any disk. But,

Re: let badsect recog IFCHR in 5.0-C

2000-06-28 Thread Clive Lin
On Wed, Jun 28, 2000 at 11:31:55AM +1000, Bruce Evans wrote: 1) Don't "comment out" dead code. Remove it. 2) Use only #if 0 to "comment out code. Comments are unsuitable for "commenting out" code in general, because the code might contain comments, and they are harder to edit and

lots of exclusive sleep mutex

2003-10-03 Thread Clive Lin
Hi, I've seen lots of messages on rescent -CURRENT malloc() of 16 with the following non-sleepable locks held: exclusive sleep mutex g_xdown r = 0 (0xe044eca8) locked @ /usr/src/sys/geom/geom_io.c:351 malloc() of 16 with the following non-sleepable locks held: exclusive sleep mutex g_xdown

Re: lots of exclusive sleep mutex

2003-10-29 Thread Clive Lin
On Sat, Oct 04, 2003 at 02:00:33AM +0800, Clive Lin wrote: Hi, I've seen lots of messages on rescent -CURRENT malloc() of 16 with the following non-sleepable locks held: exclusive sleep mutex g_xdown r = 0 (0xe044eca8) locked @ /usr/src/sys/geom/geom_io.c:351 malloc() of 16

Re: Linux networking emulation broken?

2003-02-06 Thread Clive Lin
I have similar problem after upgrading to a up-to-date -CURRENT. uname -a FreeBSD cartier.home 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Feb 6 23:56:44 CST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERI i386 My kernel config is simply a SMP-enabled GENERIC. I keep seeing something

Re: Linux networking emulation broken?

2003-02-06 Thread Clive Lin
On Thu, Feb 06, 2003 at 10:28:26PM +, David Malone wrote: On Thu, Feb 06, 2003 at 11:00:21AM -0800, Kris Kennaway wrote: I'm also seeing this with Linux Phoenix, though I haven't tcpdumped the output. I'm guessing the short patch at:

Re: I18N Paper URL

2000-10-20 Thread Clive Lin
On Thu, Oct 19, 2000 at 02:26:39PM -0500, Michael C . Wu wrote: http://www.ece.utexas.edu/~mwu/{presentation.ps,i18n.*} This is our paper presented at BSDCon. Thanks ... Please don't send the wrong version next time. :-) Oh, could you put pictures about Taiwan Beer on web as well ? (I think

small error in linux_ioctl.c

2000-11-02 Thread Clive Lin
Hi, Cvsuped today from cvsup8, there might a small error in /usr/src/sys/compat/linux/linux_ioctl.c ... Building linux module is ok, but broken if I want a statically build in the kernel. (the options COMPAT_LINUX in kernel config file) By removing the line 60 (see the patch

Re: Weird errors during kernel build

2000-11-06 Thread Clive Lin
Hi, I'm just curious, did you use threaded perl on a quite rescent -current system ? If so, don't use threaded perl. I got the same situation several days ago, and on each trial it missed *different* header files :-( After re-buildworld without PERL_THREADED= true in /etc/make.conf,

Reproduceable current kernel panic.

2000-11-07 Thread Clive Lin
Hi, Sorry to bother/spam this mailing list again. In brief, rescent kernel may panic because of several IPFIREWALL options. The panic message I could tell is about trap 12, swi6: clock and page fault. And the machine hangs solidly right away, I have no idea how to provide a back trace :(

Re: Reproduceable current kernel panic.

2000-11-09 Thread Clive Lin
On Tue, Nov 07, 2000 at 02:29:40AM -0600, Michael C . Wu wrote: On Tue, Nov 07, 2000 at 04:13:37PM +0800, Clive Lin scribbled: | may panic because of several IPFIREWALL options. The panic message I could | tell is about trap 12, swi6: clock and page fault. And the machine hangs | solidly

Re: Kernel panic with ipfw pipes

2000-11-25 Thread Clive Lin
Hi, This works ! I was the dummynet victim due to dummynet, but now I'm saved :-) Hopes this to be committed soon. On Thu, Nov 23, 2000 at 11:40:19AM +0800, Bosko Milekic wrote: Please try this patch and report: http://people.freebsd.org/~bmilekic/ip_pipe.diff -- CirX - This site

Re: third party shared library and ldconfig

2001-03-31 Thread Clive Lin
: (5) Add another knob to rc.conf. A possible solution to the third party software problem introduces the extra_ldconfig_paths to /etc/rc.conf and apply this diff to /etc/rc -- pub 1024D/F8D2B472 2000-08-05 Clive Lin [EMAIL PROTECTED] Key fingerprint = 7F9D 57A8 55C7

Re: ISO image available?

2001-04-17 Thread Clive Lin
for make/burn the iso is around 10 minutes :-) -- pub 1024D/F8D2B472 2000-08-05 Clive Lin [EMAIL PROTECTED] Key fingerprint = 7F9D 57A8 55C7 AA18 49B5 3820 570B 27F6 F8D2 B472 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Panic during -CURRENT buildworld

2001-05-19 Thread Clive Lin
, copy many small files bewteen different slice/media/network (Okay, samba :D) for me. -- Clive Lin (Tong-I Lin)\n =P [EMAIL PROTECTED] # Family, friends, private affairs\n =F [EMAIL PROTECTED] # Chinese ports, documentation\n =O [EMAIL PROTECTED] # Others\n =J.* # What do you think about the 'J' ?\n

Re: What happened to netstat?

1999-12-12 Thread Clive Lin
Clive Lin [EMAIL PROTECTED] FreeBSD - The Power to Serve To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: netstat to show listen queues

1999-12-13 Thread Clive Lin
. Manual page diffs are in the working. -Guido -- CirX Clive Lin [EMAIL PROTECTED] FreeBSD - The Power to Serve To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Sound Blaster 128 PCI (ESS1371) support in current?

1999-12-15 Thread Clive Lin
ll of them ;-) -- CirX Clive Lin [EMAIL PROTECTED] FreeBSD - The Power to Serve To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

make world breakage

1999-12-15 Thread Clive Lin
op in /usr/src. # root@cartier /usr/src -- CirX Clive Lin [EMAIL PROTECTED] FreeBSD - The Power to Serve To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Problem with PAM-AUTH for XFree86?

1999-12-27 Thread Clive Lin
pam_unix.so try_first_pass other account requiredpam_unix.so try_first_pass X clive@cartier ~ -- CirX Clive Lin [EMAIL PROTECTED] FreeBSD - The Power to Serve To Unsubscribe: send mail to [EMAIL

ServeRAID semi show stopper (was Re: lots of exclusive sleep mutex)

2003-12-03 Thread Clive Lin
Hi, Here comes more helpful ServeRAID related warnings: Bad malloc flags: 0 Stack backtrace: malloc() of 16 with the following non-sleepable locks held: exclusive sleep mutex g_xdown r = 0 (0xe1f31cbc) locked @ /usr/src/sys/geom/geom_io.c:355 Bad uma_zalloc flags: 0 Stack backtrace:

Re: ServeRAID semi show stopper (was Re: lots of exclusive sleep mutex)

2003-12-03 Thread Clive Lin
On Wed, Dec 03, 2003 at 10:29:19AM -0700, Scott Long wrote: Clive Lin wrote: Hi, Here comes more helpful ServeRAID related warnings: Bad malloc flags: 0 Stack backtrace: malloc() of 16 with the following non-sleepable locks held: exclusive sleep mutex g_xdown r = 0 (0xe1f31cbc

sort and gperf

2002-04-12 Thread Clive Lin
Hi, sort and gperf was not installed after make world. I think sort is easy to deal with, but I have no idea about gperf. Does this intend to be ? (On regular i386 platform, of course) sort: --- gnu/usr.bin/Makefile.orig Sat Apr 13 02:16:45 2002 +++ gnu/usr.bin/MakefileSat Apr 13