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
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
, 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
" 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
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.
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"
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.
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
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
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 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
&
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
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
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
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
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
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
&
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
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
_
+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
'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
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
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
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
+
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
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.
--
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]
_
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]
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]"
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
> > >
> > >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
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
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
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
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
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
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]"
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
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.
--
-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]
_
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]"
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
#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
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
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]
__
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]"
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]"
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
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
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
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]
_
. 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]"
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]
_
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.
--
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]
___
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
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); *
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
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
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
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
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.
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]
___
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 :)
--
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
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
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]"
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]"
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
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]
___
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]"
netgroup, which calls
revnetgroup inbetween cat and awk):
ypservers: $(YPSERVERS)
@echo "Updating [EMAIL PROTECTED]"
- $(CAT) $(YPSERVERS) | \
- $(AWK) '{ if ($$1 != "" && $$1 !~ "^#.*") print $$0"\t"$$0 }' $^ \
+
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]
__
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
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
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
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]"
, 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
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]"
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/
= 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]"
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
;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
= 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
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
, 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]
-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
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
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]
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
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.
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
%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
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
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
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
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
- 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
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
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 - 100 of 239 matches
Mail list logo