Re: Unusually high "Wired" memory

2017-09-13 Thread Dan Nelson via freebsd-stable
2017-09-12 1:27 GMT-05:00 Borja Marcos : > > > > On 11 Sep 2017, at 11:25, Borja Marcos wrote: > > > >> Since I’ve updated a machine to 11.1-STABLE I am seeing a rather unusual > >> growth of Wired memory. > >> > >> Any hints on what might have changed from

Re: recommended memory for zfs

2013-05-09 Thread Dan Nelson
kernel. ZFS does a lot of kernel malloc/free operations, and address space fragmentation on a 32-bit system will eventually cause a panic when ZFS can't malloc a contiguous 128k chunk. -- Dan Nelson dnel...@allantgroup.com ___ freebsd-stable

Re: tmpfs nfs exports?

2012-10-30 Thread Dan Nelson
errors on all clients when you reboot the server. Maybe giving the root inode a constant generation number is all that's needed, since I suppose most clients that have mounted the server don't actually have any open filehandles. -- Dan Nelson dnel...@allantgroup.com

Re: 9-stable from i386 to amd64

2012-02-10 Thread Dan Nelson
. -- Dan Nelson dnel...@allantgroup.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: swi4: clock taking 40% cpu?!?

2011-12-15 Thread Dan Nelson
gettimeofday(2) or clock_gettime(2). Really not sure. ntpd maybe (unlikely but possible)? Sort of grasping at straws here. -- Dan Nelson dnel...@allantgroup.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: kernel: negative sbsize for uid = 0

2011-12-14 Thread Dan Nelson
by the resource limiting code, though, so unless you're enforcing an sbsize rlimit, it should be harmless. -- Dan Nelson dnel...@allantgroup.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable

Re: Something missing in truss

2011-12-03 Thread Dan Nelson
) ? S_SCE:S_SCX; + info-curthread-in_syscall = (info-pr_why == S_SCE) ? 1:0; break; default: info-pr_why = S_SIG; -- Dan Nelson dnel...@allantgroup.com

Re: stable/8 nfsd: is it normal to have one worker regardless of -n setting?

2011-07-31 Thread Dan Nelson
(nfsd) 1374 ?? S 1:25.79 nfsd: server (nfsd) 1374 ?? S 1:26.65 nfsd: server (nfsd) 1374 ?? S 1:27.67 nfsd: server (nfsd) 1374 ?? S 1:27.04 nfsd: server (nfsd) -- Dan Nelson dnel...@allantgroup.com ___ freebsd

Re: ZFS I/O errors

2011-05-30 Thread Dan Nelson
scrub is also a bit worrying - 24k checksum errors definitely shouldn't occur during normal usage. -- Dan Nelson dnel...@allantgroup.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable

Re: Unstable ARP responses times

2011-05-13 Thread Dan Nelson
should be able to see the packet timestamps as the kernel sees them. -- Dan Nelson dnel...@allantgroup.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail

Re: Large number of SATA commits (MFCs) to RELENG_8

2011-04-21 Thread Dan Nelson
/stable/8 -- Dan Nelson dnel...@allantgroup.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: Network throughput: Never get more than 112MB/s über two NICs

2011-04-12 Thread Dan Nelson
); sometimes there will be rectangles enclosing groups of 6-8 ports, which means that they are controlled by a single chip internally. Moving each of your test machines to a separate group may improve your performance. -- Dan Nelson dnel...@allantgroup.com

Re: Network throughput: Never get more than 112MB/s über two NICs

2011-04-12 Thread Dan Nelson
In the last episode (Apr 12), Dan Nelson said: In the last episode (Apr 12), Denny Schierz said: Am Montag, den 11.04.2011, 21:52 +0200 schrieb Denny Schierz: Am 11.04.2011 um 20:06 schrieb Tim Daneliuk: Are you certain you are not somehow running active-passive instead of active

Re: 3TB disc and block alignment

2011-02-17 Thread Dan Nelson
/T 364801C) According to Hitachi, this is an 512b drive. Correct. This isn't a 4k drive. Datasheet: http://www.hgst.com/internal-drives/enterprise/ultrastar/ultrastar-7k3000 Sector size (variable, Bytes/sector)512 -- Dan Nelson dnel...@allantgroup.com

Re: link aggregation - bundling 2 lagg interfaces together

2011-02-04 Thread Dan Nelson
. -- Dan Nelson dnel...@allantgroup.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: Panic in ZFS layer on 8.1-STABLE

2010-12-15 Thread Dan Nelson
size); extern void *zio_data_buf_alloc(size_t size); extern void zio_data_buf_free(void *buf, size_t size); -- Dan Nelson dnel...@allantgroup.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: TTY task group scheduling

2010-11-19 Thread Dan Nelson
-November/008891.html -- Dan Nelson dnel...@allantgroup.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: 8.1R ZFS almost locking up system

2010-09-02 Thread Dan Nelson
In the last episode (Sep 01), Tim Bishop said: On Tue, Aug 31, 2010 at 10:58:29AM -0500, Dan Nelson wrote: In the last episode (Aug 31), Tim Bishop said: It happened again this Saturday (clearly something in the weekly periodic run is triggering the issue). procstat -kk shows

Re: 8.1R ZFS almost locking up system

2010-08-31 Thread Dan Nelson
In the last episode (Aug 31), Tim Bishop said: On Sat, Aug 21, 2010 at 05:24:29PM -0500, Dan Nelson wrote: In the last episode (Aug 21), Tim Bishop said: A few items from top, including zfskern: PID USERNAME THR PRI NICE SIZERES STATE C TIME WCPU COMMAND 5 root

Re: 8.1R ZFS almost locking up system

2010-08-21 Thread Dan Nelson
help to pinpoint what part of the zfs code they're all waiting in. -- Dan Nelson dnel...@allantgroup.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail

Re: Why is NFSv4 so slow? (root/toor)

2010-06-29 Thread Dan Nelson
. They always seem to return the first entry in the passwd file. -- Dan Nelson dnel...@allantgroup.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail

Re: Make ZFS auto-destroy snapshots when the out of space?

2010-05-29 Thread Dan Nelson
(by setting the destroy trigger slightly higher for the ones you want to expire first). -- Dan Nelson dnel...@allantgroup.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe

Re: ugen kernel module?

2010-03-09 Thread Dan Nelson
devices (including USB hubs and devices controlled by other drivers) now have a ugen device. Try running usbconfig list to show them. I bet your UPS has just moved to a different ugen number. -- Dan Nelson dnel...@allantgroup.com ___ freebsd

Re: numeric sort(1) is broken on -STABLE

2010-02-10 Thread Dan Nelson
the hell is a numeric gnusort locale dependant? Why is -g working anyway? Try adding a 'b' to your sort flags. I bet the leading spaces in front of your numbers are being treated as part of the sort key. Maybe de_DE.UTF-8 and C have different ideas of what is whitespace? -- Dan Nelson

Re: do I want ch0 or pass1?

2010-01-22 Thread Dan Nelson
should use cam_open_spec_device() which, when given a device name, will automatically open the matching pass device. -- Dan Nelson dnel...@allantgroup.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: how to get the UFSID of a mounted filesystem ?

2009-11-29 Thread Dan Nelson
that matches what glabel expects: /dev/ufsid/49b21fba667e8575 on /tmp/z (ufs, local, soft-updates, fsid ba1fb24975857e66) -- Dan Nelson dnel...@allantgroup.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: 8.0-RC USB/FS problem

2009-11-24 Thread Dan Nelson
a parser bug. Note the text portion between the URI and URL is colon-slash not colon-slash-slash like it should be. That's a typo in the URL, not a bug in fetch :) -- Dan Nelson dnel...@allantgroup.com ___ freebsd-stable@freebsd.org

Re: (MORE INFO) Ext firewire drive not mounted after update

2009-11-15 Thread Dan Nelson
In the last episode (Nov 13), Robert said: On Fri, 13 Nov 2009 17:15:39 -0600 Dan Nelson dnel...@allantgroup.com wrote: In the last episode (Nov 13), Robert said: On Fri, 13 Nov 2009 13:01:47 -0800 Robert travelin...@cox.net wrote: It appears that some thing is amiss with the latest

Re: (MORE INFO) Ext firewire drive not mounted after update

2009-11-13 Thread Dan Nelson
, marius) -- Dan Nelson dnel...@allantgroup.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: Signing Request

2009-09-23 Thread Dan Nelson
for people that sign messages on these lists. -- Dan Nelson dnel...@allantgroup.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable

Re: Fatal Trap 12 in various processes always at address 0x3030313a

2009-08-30 Thread Dan Nelson
will want to get a kernel dump and post its stack trace. 0x3030313a in ASCII is 001:, so some string probably overflowed a buffer. http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug.html http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-gdb.html -- Dan

Re: nsswitch.conf bad configuration?

2009-08-07 Thread Dan Nelson
which will cache negative responses for 60 seconds (see the nscd and nscd.conf manpages). -- Dan Nelson dnel...@allantgroup.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable

Re: process stuck in umtxn

2009-07-09 Thread Dan Nelson
to the following bug, fixed after 7.2 was released. Appliying the patch and rebuilding libc should be all you need to fix it: http://security.freebsd.org/advisories/FreeBSD-EN-09:04.fork.asc -- Dan Nelson dnel...@allantgroup.com

Re: ZFS performance on 7.2-release/amd64 low compared to UFS2 + SoftUpdates

2009-06-17 Thread Dan Nelson
--- MachineMB K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU /sec %CPU 1024 22591 53.7 45602 35.1 14770 13.2 45007 83.8 94595 28.0 102.2 1.2 -- Dan Nelson dnel...@allantgroup.com ___ freebsd-stable@freebsd.org mailing

Re: jdk15/jdk16 build problems on amd64, 7.2-RELEASE

2009-05-26 Thread Dan Nelson
for details. gmake[4]: *** [../generated/MakeDeps.class] Killed: 9 Something sent a KILL signal to your process. Maybe you ran out of memory and the kernel killed the largest process it saw? -- Dan Nelson dnel...@allantgroup.com

Re: run_interrupt_driven_hooks: still waiting after 300 seconds for xpt_config

2009-05-11 Thread Dan Nelson
but apparently it is not. :-( Is there a way to work around this issue and successfully boot and install FreeBSD, please ? Do you have a connected firewire device? Try unplugging it during bootup, or kldload the sbp module after bootup instead of via loader.conf. -- Dan Nelson

Re: bdes: fwrite error at 8

2009-04-08 Thread Dan Nelson
/kernel/kernel | dd of=/dev/null count=1 -- Dan Nelson dnel...@allantgroup.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr

Re: incorrect port value in tcpdump output

2009-03-31 Thread Dan Nelson
look in tcp header then 2355868444 value should be 918 actually (as htons(918) returns expected 9603 in hex (0396 in net order)). That's not the port number; that's the NFS transaction id. See the tcpdump manpage, under the section NFS Requests and Replies. -- Dan Nelson dnel

Re: vm_thread_new: kstack allocation failed with vm.kmem_size=1536M

2009-02-28 Thread Dan Nelson
on my 6 GB amd64 system, and I get: $ sysctl vm.kmem_size vm.kmem_size_max vm.kmem_size: 2061496320 vm.kmem_size_max: 3865468109 I assume your 16GB system would default to even larger numbers. What values do you get without forcing anything in loader.conf? -- Dan Nelson dnel

Re: vm_thread_new: kstack allocation failed with vm.kmem_size=1536M

2009-02-28 Thread Dan Nelson
maximum for kmem in versions of FreeBSD before 8-CURRENT. I'm running 7-STABLE as of Feb 26 or so. Commit r187466 on Jan 20 bumped up kmem_size_max on amd64 to 3.6GB: http://svn.freebsd.org/viewvc/base?view=revisionrevision=187466 -- Dan Nelson dnel...@allantgroup.com

Re: ZFS root File System

2009-02-27 Thread Dan Nelson
disks, you can gmirror /.boot too. Works great for ZFS; should work for HAMMER. -- Dan Nelson dnel...@allantgroup.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send

Re: Weird truss output

2008-12-03 Thread Dan Nelson
to a process waiting in a syscall, which means + our first trap is an exit instead of an entry and we're out + of synch. Reset our flag */ + trussinfo-curthread-in_syscall = 0; +} } if (fsc.name (trussinfo-flags FOLLOWFORKS) -- Dan Nelson [EMAIL

Re: Weird truss output

2008-12-03 Thread Dan Nelson
In the last episode (Dec 03), Vlad GALU said: On Wed, Dec 3, 2008 at 5:23 PM, Dan Nelson [EMAIL PROTECTED] wrote: In the last episode (Dec 03), Vlad GALU said: I'm running a statically linked binary, which I've built inside a jail. The jail's libc co are in sync with the host's. Truss

Re: Weird truss output

2008-12-03 Thread Dan Nelson
In the last episode (Dec 03), Dan Nelson said: It looks like there's some other problem where truss either drops a syscall event, or puts some status fields into the wrong thread's structure. It seems to happen when two threads call blocking syscalls, and when they return, truss gets confused

Re: Weird truss output

2008-12-03 Thread Dan Nelson
In the last episode (Dec 03), Vlad GALU said: On Wed, Dec 3, 2008 at 8:56 PM, Dan Nelson [EMAIL PROTECTED] wrote: [...] Am I doing something wrong? I've applied the full diff, rebuilt truss, now I get this: -- cut here -- [EMAIL PROTECTED] / # truss -p 52731 SIGNAL 17 (SIGSTOP

Re: UNEXPECTED SOFT UPDATE INCONSISTENCY; RUN fsck MANUALLY

2008-09-29 Thread Dan Nelson
kstat.zfs.misc.arcstats.c_max: 268435456 kstat.zfs.misc.arcstats.size: 263926784 -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any

Re: Problem with dtrace

2008-09-20 Thread Dan Nelson
fine for me; it seems to be just fbt probes that cause problems. Enabling any one will cause a trap 12 a few instructions inside the probed function when it gets called. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org

Re: snapshots and disk usage

2008-09-07 Thread Dan Nelson
statfs amount, then it slowly drops to the correct value as the deletions actually sync to disk. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable

Re: Temperature monitoring on old desktop - Dell OptiPlex SX270?

2008-08-03 Thread Dan Nelson
. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Pseudoterminals increase: compilation error

2008-07-19 Thread Dan Nelson
. If there are no obvious errors, post a part of the log. Also, what version of expect are you running? Versions between 5.38.0_1 and 5.43.0_2 had a bug in the port Makefile that limited the number of ptys expect could see. See http://www.freebsd.org/cgi/query-pr.cgi?pr=108311 . -- Dan Nelson

Re: auto_nlist failed on cp_time at location 1

2008-04-24 Thread Dan Nelson
it straight out of my net-snmp/files/ directory. -- Dan Nelson [EMAIL PROTECTED] --- agent/mibgroup/ucd-snmp/vmstat_freebsd2.c 2008-04-24 10:25:59.834152091 -0500 +++ agent/mibgroup/ucd-snmp/vmstat_freebsd2.c 2008-04-24 10:25:59.834152091 -0500 @@ -189,13 +189,15

Re: zeroed fields in ps output

2008-04-23 Thread Dan Nelson
a - there (like it does for STARTED) instead of an obviously wrong value. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL

Re: auto_nlist failed on cp_time at location 1

2008-04-23 Thread Dan Nelson
/ports/net-mgmt/net-snmp/files and rebuild net-snmp). I've sent it to the net-snmp port maintainer so hopefully it will be committed soon. -- Dan Nelson [EMAIL PROTECTED] --- agent/mibgroup/hardware/cpu/cpu_nlist.c 2007-01-19 10:53:44.0 -0600 +++ agent/mibgroup/hardware

Re: NFS and /etc/exports

2008-04-14 Thread Dan Nelson
= NFS_WSIZE; nmp-nm_rsize = NFS_RSIZE; } $ grep nfs_maxdata /sys/nfs/* /sys/nfs/nfsproto.h:#define NFS_MAXDATA 32768 But it looks like /sbin/mount_nfs always overrides them to NFS_WSIZE and NFS_RSIZE (both 8K) in its nfsdefargs struct. -- Dan Nelson [EMAIL PROTECTED

Re: Question about file system checks

2008-03-28 Thread Dan Nelson
in uts/common/fs/zfs/txg.c); how many more files/second did it create vs the others to be able to lose the most files in that window? :) 6. ZFS crashed the kernel at least once. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org

Re: Analysis of disk file block with ZFS checksum error

2008-02-08 Thread Dan Nelson
database from the Mozilla project: http://developer.mozilla.org/en/docs/Mork_Structure#Rows -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe

Re: mount -p and NFS options

2008-02-05 Thread Dan Nelson
to call mount(2) with :( The fix would be to make nfs_vfsops.c and mount_nfs.c use the options array instead of a custom struct, but nfs_vfsops.c:nfs_decode_args scares me off every time I look at it. -- Dan Nelson [EMAIL PROTECTED] Index: sys/kern/vfs_mount.c

Re: questionable feature- rcvar woes

2007-11-28 Thread Dan Nelson
information about what's going on in reality. Try /etc/rc.d/powerd forcestop. What happens during startup and shutdown is that all rc.d scripts are run with start or stop arguments, and only the ones that have been enabled do anything. -- Dan Nelson [EMAIL PROTECTED

Re: Question about 'top' values on memory usage

2007-10-14 Thread Dan Nelson
to one (a copy is then made so the other processes still see the right data). Chances are that those three httpd processes are sharing 99% of their pages. I don't know of any easy way of determing exactly how much non-shared memory a particular process has. -- Dan Nelson [EMAIL

Re: rm(1) bug, possibly serious

2007-09-26 Thread Dan Nelson
you do rm -rf *. The expansion of * does not include . or ... Under /bin/sh, .* does match . and .., so be careful :) -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: moused(8) consuming cpu for nothing

2007-08-08 Thread Dan Nelson
(1024,{3},0x0,0x0,{0.02}) = 0 (0x0) gettimeofday({1186587244.457868},0x0)= 0 (0x0) -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: rwhod / ntpdate don't work ... amd64/-STABLE ...

2007-07-16 Thread Dan Nelson
... For the archives: truss -f will follow forks. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: RTC clock doesn't generate interrupts

2007-05-20 Thread Dan Nelson
died. Attempting to reset. echo /etc/rc.d/ntpd stop echo /usr/sbin/ntpdate -b pool.ntp.org echo /etc/rc.d/ntpd start echo echo RTC interrupt rate is now $(getticks) fi -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable

Re: ntpd(8) exits quietly after fork()

2007-03-13 Thread Dan Nelson
continues. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Problems installing JDK 1.5

2007-02-27 Thread Dan Nelson
. I assumed the port installed it as a dependency, but I didn't really look close. Thanks for the hint! I'll report back later. You could also install the native diablo-jdk15 port instead of a Linux one. -- Dan Nelson [EMAIL PROTECTED

Re: 6.2 buildworld fails with NO_SHARED

2007-01-26 Thread Dan Nelson
= ${LIBGEOM} ${LIBDEVSTAT} ${LIBBSDXML} ${LIBEDIT} ${LIBCURSES} +LDADD= -lgeom -ldevstat -lbsdxml -ledit -lcurses -lkvm -lsbuf .include bsd.prog.mk -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http

Re: 2.4TB disk - MBR and GPT coexist?

2007-01-11 Thread Dan Nelson
cabinets. No to 6-8 drive raid controllers. I've got ancient AMI Megaraid controllers (Dell PERC 2/Si cards) that can put multiple logical drives on one RAID set, so I'm surprised that a modern controller can't. -- Dan Nelson [EMAIL PROTECTED

Re: Is syslog() reentrant? Was: OpenBSD's spamd.

2006-12-19 Thread Dan Nelson
errno were non-reentrant. http://www.freebsd.org/cgi/query-pr.cgi?pr=72394 -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail

Re: malloc(0) returns 0x800 on FreeBSD 6.2 ?

2006-12-11 Thread Dan Nelson
. Ideally malloc would return unique pointers to blocks of memory set to MPROT_NONE via mprotect() (you could fit 8192 of these pointers in an 8k page), to prevent applications from using that byte of memory. -- Dan Nelson [EMAIL PROTECTED

Re: malloc(0) returns 0x800 on FreeBSD 6.2 ?

2006-12-11 Thread Dan Nelson
In the last episode (Dec 11), Dan Nelson said: In the last episode (Dec 11), Luigi Rizzo said: i was debugging a program on FreeBSD 6, and much to my surprise, i noticed that malloc(0) returns 0x800, as shown by this program: more a.c #include stdio.h int main(int argc

Re: adaptec utilities on amd64?

2006-11-17 Thread Dan Nelson
OUT_AAC=$OUT_AAC$($AACCLI open /readonly $c : $CMD_AAC) done It then processes the contents of $OUT_AAC to determine if the array's happy or not. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http

Re: Pleading for commit

2006-10-24 Thread Dan Nelson
. :) Or cvsup the CVS repository (instead of using checkout mode), check out your working tree from there, and run cvs update to update your sources, which will preserve local changes. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable

Re: Is jemalloc going to make its way into RELENG_6?

2006-10-05 Thread Dan Nelson
: 4096, space used: 1048576 I've tried this with seamonkey and mysqld, so this method seems to work fine on complex apps. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: problem with old /usr/src/contrib/amd

2006-10-03 Thread Dan Nelson
, not stable. Until a newer version is imported, you can use the sysutils/am-utils port. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send

Re: Poor write performance with LSI 320-2 on 6.1-STABLE

2006-09-29 Thread Dan Nelson
. With a larger filesize you might see a difference in the sequential input test; judging by your insane sequential read and random seek values, your 300M test file looks like it's completely cached in RAM. A size 2x your RAM capacity is recommended. -- Dan Nelson [EMAIL PROTECTED

Re: Recovering Swap Partition

2006-09-03 Thread Dan Nelson
has to exist if enabled. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: TOP shows above 100% WCPU usage

2006-08-17 Thread Dan Nelson
In the last episode (Aug 17), Bill LeFebvre said: Mike Jakubik wrote: Dan Nelson wrote: How can mysql use 160%? Is this a reporting bug in top because mysql is threaded? You have multiple CPUs, so a threaded process can theoretically reach 100*ncpus cpu usage. Ahh, thats makes sense

Re: TOP shows above 100% WCPU usage

2006-08-17 Thread Dan Nelson
a machine (the Solaris view is most useful). Is this similar to FreeBSD top's 'H' option? -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe

Re: FreeBSD boots too fast on Dell PE850

2006-08-17 Thread Dan Nelson
chipset the broadcom chips are based on) had that problem. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL

Re: TOP shows above 100% WCPU usage

2006-08-15 Thread Dan Nelson
a threaded process can theoretically reach 100*ncpus cpu usage. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL

Re: gmake: virtual memory exhausted

2006-07-08 Thread Dan Nelson
around this is greatly appreciated. Does the port compile? -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL

Re: FreeBSD 6.1 Tor issues (Once More, with Feeling)

2006-07-02 Thread Dan Nelson
ALT_BREAK_TO_DEBUGGER ... and if you're sshing to your terminal server, remember that ssh will eat that tilde (because you sent cr~ ), so you need to send cr~~^B to pass the right characters to FreeBSD. Or change ssh's escape character with the -e flag. -- Dan Nelson

Re: em device hangs on ifconfig alias ...

2006-06-28 Thread Dan Nelson
fancy features on that port, it may very well take 45 seconds for it to come up. See: http://www.cisco.com/warp/public/473/12.html Using PortFast and Other Commands to Fix Workstation Startup Connectivity Delays -- Dan Nelson [EMAIL PROTECTED

Re: maxproc limit exceeded by uid 0

2006-06-22 Thread Dan Nelson
, then continue with c. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Poor swapping performance -- lot's of unused free memory.

2006-06-22 Thread Dan Nelson
disk from the rest of the OS should help. It's probably jumping between the swap partition and your filesystem, alternately paging in private data from swap and shared library/executable code from /usr. -- Dan Nelson [EMAIL PROTECTED

Re: FreeBSD 6-STABLE freezing up ...

2006-06-22 Thread Dan Nelson
the drives ;( Hit m in top to switch to I/O mode, and enter ototal to sort by I/O instead of CPU. As long as whatever's doing the I/O lasts longer than top's refresh interval it should show up. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable

Re: 6.1: kern.ipc.maxpipekva

2006-06-17 Thread Dan Nelson
not sure what it affects, so will wait on responses ... Try also running sysctl kern.ipc | grep pipe, which will also tell you how many pipes are in use, plus some other counters. The comment at the top of sys/kern/sys_pipe.c explains how pipes are given memory. -- Dan Nelson [EMAIL

Re: 6.1: kern.ipc.maxpipekva

2006-06-17 Thread Dan Nelson
In the last episode (Jun 17), Marc G. Fournier said: On Sat, 17 Jun 2006, Dan Nelson wrote: In the last episode (Jun 17), Marc G. Fournier said: On Sat, 17 Jun 2006, Marc G. Fournier wrote: Jun 17 16:00:03 pluto kernel: kern.ipc.maxpipekva exceeded; see tuning(7) Jun 17 16:00:04 pluto kernel

Re: How can I know which files a proccess is accessing?

2006-06-10 Thread Dan Nelson
in RELENG_6 right now. Every medium sized app will result in an out of ktrace objects error. I remember that some improvements to ktrace(1) went into -CURRENT. Time for an MFC? Just raise the kern.ktrace.request_pool sysctl; 4096 works for me. -- Dan Nelson [EMAIL PROTECTED

Re: builtin openssl and debugging?

2006-05-12 Thread Dan Nelson
world? /usr/src/crypto is like /usr/src/contrib ; just a repository for 3rd-party sources. You'll want to go to /usr/src/secure to build the openssl libs and binaries. Using the port isn't an option since I need to test against the version in the src tree. -- Dan Nelson

Re: Switching virtual consoles from within X

2006-05-11 Thread Dan Nelson
you'll either need to specify a vty you are logged in on, or wrap it in a sudo call. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any

Re: truss problems

2006-04-11 Thread Dan Nelson
versions). -- Dan Nelson [EMAIL PROTECTED] Index: setup.c === RCS file: /home/ncvs/src/usr.bin/truss/setup.c,v retrieving revision 1.19.2.1 diff -u -r1.19.2.1 setup.c --- setup.c 26 May 2005 21:26:00 -

Re: high interrupt load under 6.0?

2006-02-18 Thread Dan Nelson
for a 486 class cpu. You should add options HZ=100 to your kernel config to get back to the 100 Hz that where default before 6.0 Or add kern.hz=100 to your /boot/loader.conf if you don't want to rebuild your kernel. -- Dan Nelson [EMAIL PROTECTED

Re: Strange process

2006-02-15 Thread Dan Nelson
grotty findfile 38410 0,0 0,0 0 0 p6 REJ 19:57 0:00,25 [grotty] E in the STAT column means the process is trying to exit, but can't. What does ps lp 38410 print? The MWCHAN column should say where in the kernel the process is stuck. -- Dan Nelson [EMAIL PROTECTED

Re: Strange process

2006-02-15 Thread Dan Nelson
In the last episode (Feb 15), Kris Kennaway said: On Wed, Feb 15, 2006 at 01:42:04PM -0600, Dan Nelson wrote: In the last episode (Feb 15), Ivan Kolosovskiy said: top: PID USERNAME THR PRI NICE SIZERES STATE C TIME WCPU COMMAND 38410 findfile1 960 0K 0K

Re: Strange process

2006-02-15 Thread Dan Nelson
In the last episode (Feb 15), Kris Kennaway said: On Wed, Feb 15, 2006 at 04:34:32PM -0600, Dan Nelson wrote: In the last episode (Feb 15), Kris Kennaway said: I often see this too. For example: PID USERNAMETHR PRI NICE SIZERES STATETIME WCPU COMMAND 5357 kkenn

Re: tr(1) buggy with de_DE.ISO8859-1(5) locale?

2006-02-03 Thread Dan Nelson
and COMPATIBILITY sections. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: tr(1) buggy with de_DE.ISO8859-1(5) locale?

2006-02-03 Thread Dan Nelson
In the last episode (Feb 03), Martin said: Dan Nelson wrote: See the tr manpage, especially the EXAMPLES and COMPATIBILITY sections. From tr(1) COMPATIBILITY: Since tr now obeys the locale's collation order, this idiom may not produce correct results when there is not a 1:1 mapping

Re: Using [Open]LDAP for authentication

2006-01-20 Thread Dan Nelson
. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Using [Open]LDAP for authentication

2006-01-20 Thread Dan Nelson
after a failed connect, but just to fail. To avoid any failures at all, you should set up multiple replicated ldap servers there's always a server to connect to. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-stable@freebsd.org mailing

  1   2   >