Re: AR8327 Etherswitch led control patch

2016-07-30 Thread Dan Nelson
The patch has also been filed as https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211462 . - Original Message - From: Dan Nelson To: "freebsd-current@freebsd.org" Sent: Saturday, July 30, 2016 1:11 AM Subject: AR8327 Etherswitch led control patch I got a TP-Link WDR430

AR8327 Etherswitch led control patch

2016-07-30 Thread Dan Nelson
o apply easily to other etherswitch chips. Comments and suggestions welcome. -- Dan Nelson dnelson_1...@yahoo.com Index: sbin/etherswitchcfg/etherswitchcfg.8 === --- sbin/etherswitchcfg/etherswitchcfg.8(revision 3

Re: ZFS command can block the whole ZFS subsystem!

2014-01-03 Thread Dan Nelson
, so you're probably going to have to do at least one disk seek (probably more, since you're writing to the DDT as well) per block in the file you're deleting. You should probably have 16GB or more RAM, and use an SSD as a L2ARC device as well. -- Dan Nelson

Re: Zpool surgery

2013-01-28 Thread Dan Nelson
" essentially adds your new disk as a mirror to the parent vdev, then deletes the original disk when the resilver is done. Since mirrors are block-identical copies of each other, the new disk will contain an exact copy of the original disk, followed by 1TB of freespace. -- Dan Nels

Re: Too many dynamic rules

2012-11-12 Thread Dan Nelson
count is near to dyn_max, you can simply raise dyn_max. It's a writeable sysctl. I set it to 65535 on my systems in /etc/sysctl.conf with no apparent ill effects. -- Dan Nelson dnel...@allantgroup.com ___ freebsd-current@freebsd.

Re: Data corruption over NFS in -current

2012-01-11 Thread Dan Nelson
kill the tcpdump when you discover the corruption, and work backwards through the logs until you find your file. -- Dan Nelson dnel...@allantgroup.com ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Uneven load on drives in ZFS RAIDZ1

2011-12-19 Thread Dan Nelson
In the last episode (Dec 19), Stefan Esser said: > Am 19.12.2011 17:22, schrieb Dan Nelson: > > In the last episode (Dec 19), Stefan Esser said: > >> for quite some time I have observed an uneven distribution of load > >> between drives in a 4 * 2TB RAIDZ1 pool.

Re: Uneven load on drives in ZFS RAIDZ1

2011-12-19 Thread Dan Nelson
t three disks (the checksum is applied across the stripe, not on each block, so a full stripe is always read) so I think your extra IOs are coming from somewhere else. What's on p1 on these disks? Could that be the cause of your extra I/Os? Does "zpool iostat -v 10" give you ev

Re: getting the cpuid for a userspace process ?

2011-10-25 Thread Dan Nelson
t; > How does JEmalloc do it ? Looking at the source, it just determines the number of CPUs, creates a number of arenas proportional to that, and assigns threads to an arena. If contention on a particular arena gets bad, the thread gets moved to another areana (see everything inside &qu

Re: truss crashing process

2011-07-27 Thread Dan Nelson
is problem. If you just want the syscall fix, search the diff for "50-50 chance" and manually patch that if(){} block in your source. -- Dan Nelson dnel...@allantgroup.com ___ freebsd-current@freebsd.org mailing list http:/

Re: [PATCH] Toggle display of the kernel idle process (per-CPU idle threads) in top

2011-05-27 Thread Dan Nelson
re a few times when I want to see > the idle processes, but mostly I don't want to see them and want all the > other settings (idle, system, threads, etc.) to be orthogonal. Top currently maps both "i" and "I" to "toggle idle processes". Maybe map &

Re: TTY task group scheduling

2010-11-19 Thread Dan Nelson
rence, but here's a mention of it from Luigi: http://lists.freebsd.org/pipermail/freebsd-hackers/2004-November/008891.html -- Dan Nelson dnel...@allantgroup.com ___ freebsd-current@freebsd.org mailing list http://lists.f

Re: CPU report in first line of "vmstat 1" is meaningless

2010-10-18 Thread Dan Nelson
In the last episode (Oct 18), Ed Maste said: > On Mon, Oct 18, 2010 at 01:11:42PM -0500, Dan Nelson wrote: > > Maybe only blank it out on 32-bit machines? It's a long, and a 64-bit > > cp_time value essentially won't roll over (at 1 billion increments per > > second

Re: CPU report in first line of "vmstat 1" is meaningless

2010-10-18 Thread Dan Nelson
rement 133 times per second, I think). If the value can be calculated accurately, it should be printed. -- Dan Nelson dnel...@allantgroup.com ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-cu

Re: Why is intr taking up so much cpu?

2010-07-20 Thread Dan Nelson
In the last episode (Jul 19), Doug Barton said: > On Sun, 18 Jul 2010, Dan Nelson wrote: > > You can also use dtrace to get a count of callouts and their time spent. > > Run this for a few seconds then hit ^C: > > Okey dokey, here you go: > > http://people.freebsd.o

Re: Why is intr taking up so much cpu?

2010-07-19 Thread Dan Nelson
7;s guaranteed to work on the commandline. http://wiki.freebsd.org/DTrace http://lists.freebsd.org/pipermail/freebsd-current/2010-April/016620.html -- Dan Nelson dnel...@allantgroup.com ___ freebsd-current@freebsd.org mailing list http://l

Re: Why is intr taking up so much cpu?

2010-07-18 Thread Dan Nelson
In the last episode (Jul 18), Dan Nelson said: > In the last episode (Jul 18), Doug Barton said: > > On 07/18/10 12:41, Kostik Belousov wrote: > > > When intr time starts accumulating again, try to do > > > "procstat -kk " and correlate the clock thread tid &

Re: Why is intr taking up so much cpu?

2010-07-18 Thread Dan Nelson
this->start,0,30,1); */ @counts[args[0]->c_func] = count(); } END { printa("%a %...@u\n",@times); printa("%a %...@u\n",@counts); } -- Dan Nelson dnel...@allantgroup.com ___ free

Re: can't checkout svn on cygwin

2010-07-15 Thread Dan Nelson
w how to > use svn. Until the offending files get fixed, you can try enabling NTFS case sensitivity on your Windows system: http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive -- Dan Nelson dnel...@allantgroup.com _

Re: [CFT] ZFS v15 patch (version 3)

2010-07-07 Thread Dan Nelson
+zfs/nn where nn is the zpool version you want info on. This only tells you about changes to the physical filesystem format, though. Other bugfixes to the zfs codebase won't be listed here. You'd have to walk through the commit history at http://cvs.opensolaris.org/source/xref/onn

Re: [CFT]: ClangBSD is selfhosting, we need testers now

2010-04-17 Thread Dan Nelson
's no smarter than clang and emits one for this file). 3) Both clang and gcc (when asked to) emit a warning when they have enough information to know it's safe. It's better to err on the side of caution, though, and the compiler would have to analyze the whole source

Re: When will we can use ZFS v24?

2010-04-09 Thread Dan Nelson
ySQL is GPLv2 today... who > knows what it might be tomorrow... BDB was never GPL'ed; it was and still is BSD-licensed. http://www.oracle.com/technology/software/products/berkeley-db/htdocs/oslicense.html -- Dan Nelson dnel...@allantgroup.com

Re: When will we can use ZFS v24?

2010-04-07 Thread Dan Nelson
is already in ARC it can be a dedupe candidate, but it won't look it up in the DDT if it isn't already in memory. That catches the simple "cp -R dir1 dir2" cases without blowing up the ARC on DDT blocks that 99.% of the time don't match. -- Dan Nelson dne

Re: /usr/ports/xll/XFree86-4

2003-12-03 Thread Dan Nelson
n it in July, and hopefully it will be in Xfree86 4.4.0. Installing the textproc/rman port may mask the bug until then, or you can drop this file into ports/devel/imake-4/files and rebuild imake. -- Dan Nelson [EMAIL PROTECTED] --- ../extras/rman/rman.c.orig Tue Jul 15 23:53:53 2003 +

Re: 40% slowdown with dynamic /bin/sh

2003-12-02 Thread Dan Nelson
ng hostnames. /bin/sh is the best argument for an external NSS lookup agent, since it should be fast but occasionally may want to do NSS calls. To list programs that pull in NIS: ident /bin/* /sbin/* | awk '/^[^ ]/ { cmd=$1 } /nsdispatch/ { print cmd }' -- Dan Nelson

Re: atapicam broken by ata_lowlevel.c rev.1.23

2003-11-26 Thread Dan Nelson
arrives; there seems to be no > timeout). If it's any consolation: "me too" :) Backing out 1.23 worked for me as well. The system that I saw the hang on isn't SMP. I also pre-emptively patched another SMP system before I had to drive in to fix it if it hung. --

Re: 40% slowdown with dynamic /bin/sh

2003-11-24 Thread Dan Nelson
4.x and DFBSD relate to FreeBSD 5-current, which is the > overall topic of this mailing list at the moment. I think he's pointing out that within a short time there will be a BSD-licensed nscd we can use. -- Dan Nelson [EMAIL PROTECTED] _

Re: 40% slowdown with dynamic /bin/sh

2003-11-24 Thread Dan Nelson
performance can be recovered. > > What _REAL WORLD_ task does this slow down? Try timing "cd /usr/ports/www/mozilla-devel ; make clean" with static and dynamic /bin. bsd.port.mk spawns many many many /bin/sh processes. -- Dan Nelson [EMAIL PROTECTED]

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread Dan Nelson
bin/mount /sbin/sh /sbin/soconfig /sbin/sync /sbin/umount /sbin/uname -- Dan Nelson [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Unfortunate dynamic linking for everything

2003-11-18 Thread Dan Nelson
ttp://lists.freebsd.org/pipermail/freebsd-current/2003-April/001106.html , where I had posted proc/pid/maps for a static and dynamic ls. -- Dan Nelson [EMAIL PROTECTED] all: compare REPS=50 STATICLOGS=static.total.log static.loop.log static.load.log DYNAMICLOGS=dynamic.total.log dyn

Re: Unable to dump on ccd partitions?

2003-11-16 Thread Dan Nelson
> > > > > >Why doesn't this work? > > > > Because it would require the entire GEOM I/O engine to participate > > in dumping. > > > > As far as I know you never could dump on CCD. > > Blah, so much for device transparency :( I guess it depends on

Re: dc still reporting collisions

2003-11-15 Thread Dan Nelson
8 team226044 -26636 - - > lo0 16384 73 0 73 0 0 > lo0 16384 your-net localhost 73 - 73 - - Are you sure your kernel, /usr/include/sys, and netstat are all up-to-dat

panic: mutex inp not owned at in_pcb.c:685

2003-11-12 Thread Dan Nelson
flags = 663, tf_esp = -1077943920, tf_ss = 47}) at ../../../i386/i386/trap.c:1010 #14 0xc06096fd in Xint0x80_syscall () at {standard input}:136 -- Dan Nelson [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mail

Re: page fault in propagate_priority

2003-10-29 Thread Dan Nelson
In the last episode (Oct 29), John Baldwin said: > On 28-Oct-2003 Dan Nelson wrote: > > In the last episode (Oct 28), John Baldwin said: > >> On 28-Oct-2003 Dan Nelson wrote: > >> > The fault address is 0x24 so it looks like a null pointer > >> > derefe

Re: page fault in propagate_priority

2003-10-28 Thread Dan Nelson
In the last episode (Oct 28), John Baldwin said: > On 28-Oct-2003 Dan Nelson wrote: > > I've gotten the following panic twice in the last few days. I'm > > pretty sure truss has something to do with it, since I just started > > trussing something when it panice

page fault in propagate_priority

2003-10-28 Thread Dan Nelson
oks like a null pointer dereference of some sort. I've added asserts to propagate_priority any place a pointer to a structure is dereferenced, so if it happens again I should have the line number at least. panic1 was on an Oct 15 kernel, panic2 was on an Oct 27 kernel. -- Dan Nelson

Re: i386_set_ldt warnings

2003-10-22 Thread Dan Nelson
most difficult :) -- Dan Nelson [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: i386_set_ldt warnings

2003-10-22 Thread Dan Nelson
printf("Warning: pid %d (%s) used static ldt allocation.\n", + td->td_proc->p_pid, td->td_proc->p_comm); printf("See the i386_set_ldt man page for more inf

Re: boot hang: "ata1: resetting devices .. done" (5.1-CURRENT, IBM T30)

2003-10-12 Thread Dan Nelson
ata1: resetting devices .. > done > > Backing out the most recent checkin to sys/dev/ata/ata-queue.c (i.e. > reverting to version 1.6) makes the problem go away. I upgraded from an Oct 1 -> Oct 12 kernel and saw the same hang. Backing out r1.6 fixed it for me too. --

Re: BTX Halted (AMD 5x86 133MHz)

2003-10-10 Thread Dan Nelson
-land. Could there be a typo or other error in one of /boot/loader's scripts? "Warning -- Unmatched control word: leave" would be generated by resolveAbsBranch() in sys/boot/ficl/words.c. -- Dan Nelson [EMAIL PROTECTED] _

Re: Can not remove directory

2003-10-08 Thread Dan Nelson
gle-user mode and run fsck -p on the filesystem. -- Dan Nelson [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: scsi-cd + GEOM

2003-10-02 Thread Dan Nelson
RECORDED CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (cd1:ata0:0:0:0): CAM Status: SCSI Status Error (cd1:ata0:0:0:0): SCSI Status: Check Condition (cd1:ata0:0:0:0): NOT READY asc:3a,0 (cd1:ata0:0:0:0): Medium not present I'm not sure whether there's another 30-sec delay between th

Re: 5.2-RELEASE TODO

2003-09-29 Thread Dan Nelson
#x27;s way down and should already be a tier 2 platform > > and sparc64 is still on its way up ... sort of. > > In my book sparc64 is also with one foot in the grave. As is Sun > itself. Fujitsu makes sparc-compatible CPUs, too, so it'll be harder to kill the entire architectur

Re: Fixing -pthreads (Re: ports and -current)

2003-09-24 Thread Dan Nelson
wins, so the other shlibs just won't get used at all. Libraries linked from the executable trump libraries linked from libraries, and LD_PRELOAD wins above all. If one threads library exports a symbol not in the others, I'd call that an API bug in the first library. This should

Re: cvsup sites are all at capacity?

2003-09-16 Thread Dan Nelson
f the hosts out there. > Is everyone and their brother doing a make world today, are the sites > down for maintenance, or is something sinister going on? cvsup4, 5, 9, 10, 11, 12, 13, 14, and 16 all work for me. -- Dan Nelson [EMAIL PROTECTED] __

Re: -pthread deprecated, but when?

2003-09-09 Thread Dan Nelson
eads on 5.0 since March 2001 (rev 1.363). http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.mk.diff?r1=1.362&r2=1.363&f=h -- Dan Nelson [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: weird text size

2003-09-09 Thread Dan Nelson
0x28138000) I don't really know why they did it that way, but there you go. -- Dan Nelson [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: rpc.ypxfrd(8)

2003-09-06 Thread Dan Nelson
In the last episode (Sep 06), Ruslan Ermilov said: > On Fri, Sep 05, 2003 at 04:49:17PM -0500, Dan Nelson wrote: > > In the last episode (Sep 05), Ruslan Ermilov said: > > > Is there anybody out there who successfully uses the rpc.ypxfrd(8) > > > server to speed up distr

Re: rpc.ypxfrd(8)

2003-09-05 Thread Dan Nelson
g back to a regular ypxfr for all I know. If I run rpc.ypxfrd on the server, then run chfn and change my name, lastcomm shows that rpc.ypxfrd forks a couple times, and the client's map is updated. -current server, 4.1 client. -- Dan Nelson [E

Re: Question about genassym, locore.s and 0-sized arrays (showstopper for an icc compiled kernel)

2003-09-04 Thread Dan Nelson
In the last episode (Sep 05), Alexander Leidinger said: > On Thu, 4 Sep 2003 11:28:58 -0500 > Dan Nelson <[EMAIL PROTECTED]> wrote: > > If you're talking FreeBSD 5, you should be able to simply subsitute > > a C99 "flexible array member" (basically replac

Re: /lib/foo.so.X -> /usr/lib/foo.so

2003-09-04 Thread Dan Nelson
bs from > /usr/lib to /lib. They use a different machanism: I haven't updated in a while, but my Debian unstable box has .. $ find /usr/lib/*.so -type l -ls | grep "> /lib" | wc -l 24 .. symlinks back to /lib. -- Dan Nelson [EMAIL PROTECTED] _

Re: Question about genassym, locore.s and 0-sized arrays (showstopper for an icc compiled kernel)

2003-09-04 Thread Dan Nelson
. Intel has added support for a lot of gcc extensions recently; they may be willing to add this to the list. -- Dan Nelson [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: threading problems

2003-09-01 Thread Dan Nelson
reads it just segfaults ;) Try updating to a -current kernel and libkse/libthr libraries; I have no problems running your test program with either of them, and neither did Norikatsu Shigemura, apparently. -- Dan Nelson [EMAIL PROTECTED] _

Re: threading problems

2003-09-01 Thread Dan Nelson
t. libc_r is a userland threading library, which means that all threads run as a single plain process. Linuxthreads forks a new process for each thread. Try linking with -lkse or -lthr; both of these threading libraries allow multiple threads to run simultaneously on multiple CPUs. --

Re: fwcontrol -r missing a close() call

2003-08-19 Thread Dan Nelson
he process. This is also the case > with 4.8-STABLE. > > Semantics? Nit-picking? Both? :) Why bother closing a fd when exit() will do it for you? You don't close stdout when you're done with it :) -- Dan Nelson [EMAIL PROTECTED] ___

Re: HEADSUP: pca driver being retired.

2003-08-14 Thread Dan Nelson
t; example in the tree of how to use the clock-speedup code in > i386/isa/clock.c. A very nice piece of functionality I use quite > often. It's also handy if you don't have external speakers hooked up to a machine, and want something better than bee

Re: vfprintf() has a 4096-byte memory leak?

2003-08-02 Thread Dan Nelson
called to free the buffers. Why bother when the memory will be deallocated in .0001 seconds when the process exits? :) If you want, you can swap the comment on the two lines in src/lib/libc/stdio/findfp.c to close all open files on exit: void _cleanup() { /* (void) _fwalk(fclose); *

Re: -current 'make release' status? [SOLVED]

2003-07-29 Thread Dan Nelson
hould work. That does work, but there are still things you can't turn off with -f. They're half-aliases. toplev.c::parse_options_and_default_flags does set -f flags based on the optimization level, but there is still a whole lot of gcc code that directly tests the value of optimize and

Re: Buildworld fails in 5.1

2003-07-16 Thread Dan Nelson
uild. I am using -j 6 for > the buildworld. Maybe that is the problems, I will try taking that out. If you are using -j6, the real error could be many many lines above what you pasted. It's most likely in usr.sbin somewhere, but probably not keyserv. You'll have to capture the entire l

Re: wierd dsl performance with -CURRENT

2003-07-09 Thread Dan Nelson
sumed at full speed. Dips 3 and 4 look the same. Dip 2 has an extra .2 second delay for some reason. It looks like fast restransmit kicked in on all three dips, but for some reason it didn't recover fast enough on #2. A TCP guru will have to tell you what to do next... -- Dan

Re: wierd dsl performance with -CURRENT

2003-07-09 Thread Dan Nelson
he arriving packets and figure out > > what caused it.. > > > Alright, I'll have to do this later this evening, don't have time > right now. Thanks for the help though. Tcptrace is great for this; the tsg output graph will mark out-of-order packets and duplicate acks

Re: whats going on with the scheduler?

2003-07-07 Thread Dan Nelson
In the last episode (Jul 08), Andy Farkas said: > On Mon, 7 Jul 2003, Dan Nelson wrote: > > > I bet those *Giants have something to do with it... > > > > Most likely. That means they're waiting for some other process to > > release the big Giant kernel lock.

Re: whats going on with the scheduler?

2003-07-07 Thread Dan Nelson
ernel lock. Paste in top's header so we can see how many processes are locked, and what the system cpu percentage is. A truss of one of the seti processes may be useful too. setiathome really shouldn't be doing many syscalls at all. -- Dan Nelson [EMAIL PROTECTED] ___

Re: /dev/shm

2003-07-07 Thread Dan Nelson
on a mostly-idle box with 400 processes. groupsys top is basically instantaneous. And don't think about accidentally hitting a cursor or function key which running procps top; it doesn't even use curses, so it beeps and waits 2 seconds for each character in the escape sequence :) --

Re: Storage Management/Auditing

2003-07-05 Thread Dan Nelson
et a list of changed files between any two days you have logs for. The username column will also let you do per-user tracking. Enabling quotas and running repquota gives you a per-user summary quicker, but doesn't get any more specific. -- Dan Nelson [EMAIL PROTECTED

Re: Support for XFS in FreeBSD?

2003-07-02 Thread Dan Nelson
contain code using different liscences? Sure. See /sys/gnu/ext2fs/ for an example, and see the COPYRIGHT.INFO file for an explanation of which files have what license. -- Dan Nelson [EMAIL PROTECTED] ___ [EMAIL PROTECTED] maili

Re: nss_ldap

2003-06-27 Thread Dan Nelson
f uidNumbers? Make sure ls is dynamically-linked. -- Dan Nelson [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: flock error

2003-06-24 Thread Dan Nelson
a user error? :) Do you have rpc.lockd and rpc.statd loaded on the RedHat box? Any messages in its logs? -- Dan Nelson [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: ACPI testing/debugging guide?

2003-06-17 Thread Dan Nelson
where > that is going wrong. I have no serial interface so I can't use a serial > console when the LCD doesn't come on. I can live without suspend/resume > functionality. You can't miss something you have never had. :-) My Dell laptop doesn't bring the disp

Re: Compiling under 5.x for 4.x releases?

2003-06-14 Thread Dan Nelson
ibly build a chrooted 4.x environment) to build older binaries. I believe until last month the Linux Mozilla binaries were built on a RedHat 6.2 system, to maximize the number of machines it would run on. -- Dan Nelson [EMAIL PROTECTED] ___

Re: rpc.yppasswdd failed in FreeBSD 5.1

2003-06-13 Thread Dan Nelson
s it work if you run from another NIS client machine? -- Dan Nelson [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Makefile.yp aka /var/yp/Makefile.dist

2003-06-12 Thread Dan Nelson
netgroup, which calls revnetgroup inbetween cat and awk): ypservers: $(YPSERVERS) @echo "Updating [EMAIL PROTECTED]" - $(CAT) $(YPSERVERS) | \ - $(AWK) '{ if ($$1 != "" && $$1 !~ "^#.*") print $$0"\t"$$0 }' $^ \ +

Re: ACPI Regression in -CURRENT?

2003-06-10 Thread Dan Nelson
k Santcroos developed a patch which worked on his C640 and my Inspiron > 4150, which you can find attached. Here are the steps to use it: This patch fixes a -current hang on bootup and misdetection of the serial ports on my Dell CP. thanks! -- Dan Nelson [EMAIL PROTECTED] __

Re: Serious ppp failure on 5.1

2003-06-10 Thread Dan Nelson
e repository then checkout your sources from that, then you can roll back to arbitrary versions without a net connection. It requires a bit more disk space, though. -- Dan Nelson [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://list

Re: ipfw's "me" keyword

2003-06-10 Thread Dan Nelson
t and therefore qualify for "me" matching? "me" was more designed for allow rules when you have a dynamic IP. It lets you set up rules that are guaranteed to work no matter what your current IP is. Does this do what you want: de

Re: whats an UDMA ICRC error ?

2003-06-04 Thread Dan Nelson
In the last episode (Jun 03), Andreas Klemm said: > On Tue, Jun 03, 2003 at 01:23:35AM -0500, Dan Nelson wrote: > > In the last episode (Jun 03), Andreas Klemm said: > > > ad2: UDMA ICRC error cmd=read fsbn 74689079 of 74689079-74689206 retrying > > > ad2: UDMA ICRC erro

Re: whats an UDMA ICRC error ?

2003-06-03 Thread Dan Nelson
ere are other error bits that indicate uncorrectable media errors. -- Dan Nelson [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: programs not running under strace

2003-05-31 Thread Dan Nelson
, I get: 75838 v5 S+ 0:00.01 strace ls 75839 v5 TL+0:00.00 strace ls It looks like strace forked a child, and it's hanging before it's able to run ls. If I kill -CONT 75839, the child exec's ls and strace traces it just fine. -- Dan Nelson [EMAI

Re: Libthr stable enough for testing

2003-05-30 Thread Dan Nelson
run lsof -p , and look at which shared library is being used. -- Dan Nelson [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Libthr stable enough for testing

2003-05-29 Thread Dan Nelson
not be able to hard lock the system. One of the threads people will probably have to get an SMP machine to be able to debug it. -- Dan Nelson [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/

Re: LOR on libthr exit (iirc)

2003-04-04 Thread Dan Nelson
= 0x28250e43, esp = 0xbfafee90, ebp = 0xbfafef2c --- -- Dan Nelson [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: [Re: NFS -current

2003-03-25 Thread Dan Nelson
s: 0.19, 0.12, 0.09 ip: 2089844841 total packets received (rolled over 4 times) 3965873984 fragments received 668066863 packets reassembled ok 25596 fragments dropped after timeout (hmm whatever happened to the 64-bit network counters idea) -- Dan Nelson [EMA

Re: libm problem

2003-03-22 Thread Dan Nelson
;ve never tested > what happens with pentium3. p3 is quite stable; I've been building current worls and ports with -march=pentium3 for months. -- Dan Nelson [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: NFS file unlocking problem

2003-03-14 Thread Dan Nelson
= 0 > Received signal #2, SIGINT, in fcntl() [default] > fcntl(3, F_SETLKW, 0xFFBEF790)Err#4 EINTR > *** process killed *** Ok, it definitely dies trying to lock the file. Check to make sure that rpc.lockd is still running on the Fre

Re: NFS file unlocking problem

2003-03-14 Thread Dan Nelson
In the last episode (Mar 14), Steve Sizemore said: > On Fri, Mar 14, 2003 at 09:58:56AM -0600, Dan Nelson wrote: > > In the last episode (Mar 13), Steve Sizemore said: > > > Running RELENG_5_0 as nfs server with a Solaris 2.5 client. > > > rpc.statd and rpc.lockd both ru

Re: NFS file unlocking problem

2003-03-14 Thread Dan Nelson
, the client session hangs. The program is typically > (but not always) uninterruptible, and I have to kill the login > session. See if you can get a dump of the packets sent when the client hangs. -- Dan Nelson [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED]

Re: Time drift.

2003-03-12 Thread Dan Nelson
-tutorial.pdf http://www.corningfrequency.com/library/vig/vig-tutorial.ppt -- Dan Nelson [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: #warning must be protected by #if __GNUC__ in headers?

2003-03-08 Thread Dan Nelson
pass them unchanged to the compiler. http://lists.tendra.org/tendra-dev/20021215/msg5.html If the #warning directive is wrapped with an appropriate #if SOMETHING conditional to hide it from compilers that do not understand it, it should be okay. -- Dan Nelson [EMAIL PRO

Re: buildkernel breaks with lots of sched_* undefined references

2003-03-06 Thread Dan Nelson
undefined > symbols: > > kern_proc.o(.text+0xe3): undefined reference to `sched_sizeof_proc' > kern_proc.o: In function `fill_kinfo_proc': Check out the 20030125 entry in /usr/src/UPDATING -- Dan Nelson [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED]

Re: sh: turning off NDELAY mode

2003-02-24 Thread Dan Nelson
In the last episode (Feb 24), Christoph P. Kukulies said: > On Mon, Feb 24, 2003 at 10:27:22AM -0600, Dan Nelson wrote: > > In the last episode (Feb 24), Christoph Kukulies said: > > > > > > sh: turning off NDELAY mode > > > > > > appear

Re: sh: turning off NDELAY mode

2003-02-24 Thread Dan Nelson
In the last episode (Feb 24), Christoph Kukulies said: > > sh: turning off NDELAY mode > > appears from time to time in an xterm n my notebook > running 5.0-current That means a program you were running exited without unsetting non-blocking mode, so /bin/sh fixed it for you.

Re: Compiling with high optimization?

2003-02-08 Thread Dan Nelson
llow-jumps, -fcse-skip-blocks, -frerun-cse-after-loop, -fexpensive-optimizations, and -fschedule-insns2 do absolutely nothing, since -O2 enables them anyway. -fforce-addr is the only non-redundant -f flag in that whole list. -- Dan Nelson [EMAIL PROTECTED] To Unsubscribe: send m

Re: Preview: GEOMs statistics code.

2003-02-04 Thread Dan Nelson
%w = percent time there are transactions waiting for service %b = percent of time the disk is busy wait and %w may zero on FreeBSD. Do we allow queuing more transactions than the physical device supports? -- Dan Nelson [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Hyperthreading and machdep.cpu_idle_hlt

2003-01-31 Thread Dan Nelson
bly allocated so threads belonging to the same process run on the same pair. -- Dan Nelson [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Does bg fsck have problems with large filesystems?

2003-01-30 Thread Dan Nelson
obably a good thing that I didn't > jump on it right away :-) -- Dan Nelson [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: PHP on 5.0RELEASE

2003-01-29 Thread Dan Nelson
so.5 > > > > What happens is you do the following: > > ln -s /usr/lib/libc.so.5 /usr/lib/libc.so.4 You really don't want to do that; install the compat4x port/package to get libc.so.4. -- Dan Nelson [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Options MAXMEM added to GENERIC kernel config causes kernel panicin -current

2003-01-26 Thread Dan Nelson
certain systems when MAXMEM is specified. Compaq systems as recent at 2000 required MAXMEM to detect memory above 64k, I believe. -- Dan Nelson [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Options MAXMEM added to GENERIC kernel config causes kernel panic in -current

2003-01-23 Thread Dan Nelson
- 0x0009efff, 647168 bytes (158 pages) > 0x00651000 - 0x1fff7fff, 530214912 bytes (129447 pages) > avail memory = 513802240 (501760K bytes) It looks like there is just 512M of available memory in the system anyhow. Setting MAXMEM to 768M isn't going to do you any good. -- Dan

Re: Performance problems with 5.0-RELEASE

2003-01-23 Thread Dan Nelson
N traffic by default. http://www.freebsd.org/cgi/man.cgi?query=random&sektion=4&manpath=FreeBSD+5.0-current -- Dan Nelson [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: malloc.conf (was Re: Performance problems with 5.0-RELEASE)

2003-01-23 Thread Dan Nelson
In the last episode (Jan 23), Rahul Siddharthan said: > Dan Nelson wrote: > > > # ls -l /etc/malloc.conf > > > lrwxr-xr-x 1 root wheel 4 Jan 23 11:52 /etc/malloc.conf -> HR< > > > > H and < should only make a difference if you are low on memory. >

  1   2   3   >