tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: dumps & shutdown order (was Re: CVS commit: src/sys/arch)



On Mon, 29 Jun 2009, Thor Lancelot Simon wrote:

Those who don't want dumps should...disable them.  And the sparse dump
code makes dumping even many large-memory systems very fast.

The other day someone hinted that sparse-dump was sysctl'd, but I don't seem to have it:

        quicky:paul {399} uname -rsm
        NetBSD 5.99.14 amd64
        quicky:paul {400} sysctl -a | grep -e dump -e sparse
        kern.dump_on_panic = 1
        kern.coredump.setid.dump = 0
        kern.coredump.setid.path = /var/crash/%n.core
        kern.coredump.setid.owner = 0
        kern.coredump.setid.group = 0
        kern.coredump.setid.mode = 0600 (rw------- )
        proc.curproc.rlimit.coredumpsize.soft = unlimited
        proc.curproc.rlimit.coredumpsize.hard = unlimited
        quicky:paul {401}

How do I get sparse-dump?  :)


-------------------------------------------------------------------------
|   Paul Goyette   | PGP DSS Key fingerprint: |  E-mail addresses:      |
| Customer Service | FA29 0E3B 35AF E8AE 6651 |  paul at whooppee.com   |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer |                          | pgoyette at netbsd.org  |
-------------------------------------------------------------------------


Home | Main Index | Thread Index | Old Index