Re: ntpd struggling to keep up - how to fix?

2010-02-22 Thread Peter Jeremy
On 2010-Feb-22 01:02:54 -0800, per...@pluto.rain.com wrote: Peter Jeremy peterjer...@acm.org wrote: ... Once ntpd decides to continuously step, something is broken. Is there some reason why, as long as it is not yet synced, ntpd should not do this sort of calculation and rate correction itself

Re: ntpd struggling to keep up - how to fix?

2010-02-22 Thread Peter Jeremy
clock frequency used by the timecounter is 3577045Hz. In order to calculate the actual clock frequency, we need to subtract the clock error (1733ppm) from this frequency: 3577045Hz * (1 - 1733e-6) = 3570846Hz (I rounded the clock error differently previously and got 3570847Hz). -- Peter Jeremy

Re: ntpd struggling to keep up - how to fix?

2010-02-23 Thread Peter Jeremy
. Once it does so, it stores the calculated drift in ntp.drift and updates it every hour or so. This means that when ntpd is restarted, it can immediately set its PLL to a reasonably close value, rather than starting from scratch. -- Peter Jeremy pgpojg0gBGkf4.pgp Description: PGP signature

Re: sleep(3) sometimes too sleepy on FreeBSD 8.0?

2010-02-23 Thread Peter Jeremy
) was implemented in sys/kern/kern_time.c v1.23 on Thu May 8 14:16:25 1997 UTC - that's just before RELENG_2_2. -- Peter Jeremy pgpqviZLgiMfU.pgp Description: PGP signature

Re: Many processes stuck in zfs

2010-03-09 Thread Peter Jeremy
and dirties ~100MB and then exits and run it from cron. -- Peter Jeremy pgpj4AtT47MPd.pgp Description: PGP signature

Re: 8-STABLE/amd64: kernel panic after a minute of mounting xfs

2010-03-26 Thread Peter Jeremy
-dump to investigate the cause. See http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html -- Peter Jeremy pgpK8aaGkqFn1.pgp Description: PGP signature

Re: FreeBSD 8.0 SCSI Boot

2010-03-27 Thread Peter Jeremy
dedicated disk? Were any disk geometry errors reported? -- Peter Jeremy pgpYhBSyFZcjh.pgp Description: PGP signature

Re: Results of BIND RFC

2010-04-02 Thread Peter Jeremy
but don't work together - the port A maintainer says that the problem is port B and the port B maintainer says that port A is relying on an optional part of port B that they don't have the time/interest/expertise to maintain. -- Peter Jeremy pgpAipJBtdd3d.pgp Description: PGP signature

Re: Results of BIND RFC

2010-04-04 Thread Peter Jeremy
of the base system? I know it is on OpenBSD. :-) :-) -- Peter Jeremy pgpSkvuvsDEnm.pgp Description: PGP signature

Re: FreeBSD 7.3/i386 libalias related panic

2010-04-06 Thread Peter Jeremy
and see if you can get the problem to show up closer to its cause. -- Peter Jeremy pgpeAbDMaK4BN.pgp Description: PGP signature

Re: Strange Swapping Issues(?)

2010-04-15 Thread Peter Jeremy
-of-swap hander will kill the largest process so one of your problems is probably throwto003. I can't offer any suggestion as to why the swap_pager_getswapspace() errors continued afterwards. -- Peter Jeremy pgp0nNZofvEHu.pgp Description: PGP signature

Re: [Stable 7] CPIO breakage/

2010-06-17 Thread Peter Jeremy
to be far more dangerous than being able to create symlinks to absolute pathnames. -- Peter Jeremy pgpiAgVPvZVj0.pgp Description: PGP signature

Re: 8.x grudges

2010-07-08 Thread Peter Jeremy
is to work your way through all the USB ports you have available and see if they all behavee the same. -- Peter Jeremy pgpHkZwBBtkAL.pgp Description: PGP signature

Re: 8.x grudges

2010-07-09 Thread Peter Jeremy
On 2010-Jul-08 18:10:48 -0400, Mikhail T. mi+t...@aldan.algebra.com wrote: 08.07.2010 17:06, Peter Jeremy написав(ла): On 2010-Jul-07 14:22:22 -0400, Mikhail T.mi+t...@aldan.algebra.com wrote1. A picture, that one of the systems was displaying at boot (and then used as a screen

Re: Serious zfs slowdown when mixed with another file system (ufs/msdosfs/etc.).

2010-07-12 Thread Peter Jeremy
this patch doesn't add checks on inactive or cache, some quick checks suggest it also helps (though I need to do further checks). See http://people.freebsd.org/~mm/patches/zfs/head-12636.patch -- Peter Jeremy pgpqfU3ecAmS4.pgp Description: PGP signature

Re: Serious zfs slowdown when mixed with another file system (ufs/msdosfs/etc.).

2010-07-12 Thread Peter Jeremy
On 2010-Jul-12 19:38:18 +1000, Peter Jeremy pe...@server.vk2pj.dyndns.org wrote: I have been using the attached arc.patch1 based on a patch written by Artem Belevich fbsdl...@src.cx (see http://pastebin.com/ZCkzkWcs ) for about a month. I have had reasonable success with it (and junked my

Re: 8.x grudges

2010-07-30 Thread Peter Jeremy
On 2010-Jul-29 16:50:24 +0200, Oliver Fromme o...@lurza.secnetix.de wrote: Install ports/sysutils/dmidecode and type (as root): # dmidecode -t system -t baseboard It will tell you the vendor and product name, among other things. kenv(1) (in the base) should as well. -- Peter Jeremy

Re: zfs destroy snapshot doesn't free space

2010-08-16 Thread Peter Jeremy
the problem? -- Peter Jeremy pgpbzS5ldbnfc.pgp Description: PGP signature

Re: 8.1R ZFS almost locking up system

2010-08-23 Thread Peter Jeremy
kstat.zfs.misc.arcstats.memory_throttle_count suggests this is your problem. I have a more extensive patch in http://www.freebsd.org/cgi/query-pr.cgi?pr=146410 -- Peter Jeremy pgpVn6Q2Ml3YY.pgp Description: PGP signature

Re: Freebsd 8.1 + xorg + radeonhd hang

2010-09-19 Thread Peter Jeremy
acceleration is fairly mandatory: The default XAA acceleration is broken. -- Peter Jeremy pgpuqhaZGDnMJ.pgp Description: PGP signature

Re: SuperMicro i7 (UP) - very slow performance

2010-09-20 Thread Peter Jeremy
did you test them and what were the results? Do you know what revision your /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c is? (Or when/how did you last upgrade your source tree). -- Peter Jeremy pgpAFG55c53N0.pgp Description: PGP signature

Re: SuperMicro i7 (UP) - very slow performance

2010-09-22 Thread Peter Jeremy
On 2010-Sep-21 20:02:09 -0700, Bryce br...@bryce.net wrote: On Sep 20, 6:17 am, peterjer...@acm.org (Peter Jeremy) wrote: On 2010-Sep-18 08:32:32 -0500, Bryce Edwards br...@bryce.net wrote: I have a Supermicro with the C7X58 motherboard and an i7 930 cpu, and it is nowhere near the performance

Re: SuperMicro i7 (UP) - very slow performance

2010-09-22 Thread Peter Jeremy
On 2010-Sep-22 01:43:10 -0700, Jeremy Chadwick free...@jdc.parodius.com wrote: To the OP: ... 4) Check the CPU core temperature (via coretemp(4) or similar) and make sure the heatsink is correctly attached. -- Peter Jeremy pgp049hzGw1N5.pgp Description: PGP signature

Re: safe mode

2010-11-01 Thread Peter Jeremy
of FreeBSD. You could then choose whether to maintain the older software on the existing deployed base or validate the newer software on the older hardware and older units as required. -- Peter Jeremy pgpxRiAnUDqbI.pgp Description: PGP signature

Re: ZFS backups: retrieving a few files?

2010-11-23 Thread Peter Jeremy
at the current compression level - recompressing existing data. -- Peter Jeremy pgpJ45k6nVaUR.pgp Description: PGP signature

Re: ZFS backups: retrieving a few files?

2010-11-24 Thread Peter Jeremy
On 2010-Nov-24 11:07:23 +0100, Alexander Leidinger alexan...@leidinger.net wrote: Quoting Peter Jeremy peterjer...@acm.org (from Wed, 24 Nov 2010 06:32:07 +1100): BTW, the entire export is performed at the current compression level - recompressing existing data. Are you sure the compression

idprio processes slowing down system

2010-11-27 Thread Peter Jeremy
, src and obj are both on ZFS. -- Peter Jeremy pgpTYgNUsxZxp.pgp Description: PGP signature

Re: idprio processes slowing down system

2010-12-06 Thread Peter Jeremy
On 2010-Nov-28 02:24:21 -0600, Adam Vande More amvandem...@gmail.com wrote: On Sun, Nov 28, 2010 at 1:26 AM, Peter Jeremy peterjer...@acm.org wrote: Since all the boinc processes are running at i31, why are they impacting a buildkernel that runs with 0 nicety? With the setup you presented

Re: 8.1 livelock/hangup: possible actions

2010-12-13 Thread Peter Jeremy
but there are lots of other fixes if you upgrade. -- Peter Jeremy pgpMi5QjNUH8u.pgp Description: PGP signature

Re: root mount error

2010-12-29 Thread Peter Jeremy
that works? What is the SVN revision of a kernel that fails? Can you please post a verbose dmesg of a successful boot. Can you please post a dmesg of an unsuccessful boot (see above). -- Peter Jeremy pgpHUhVzb3Hvu.pgp Description: PGP signature

Re: slow ZFS on FreeBSD 8.1

2010-12-31 Thread Peter Jeremy
with ZFS. -- Peter Jeremy pgp9CvWOJe1I9.pgp Description: PGP signature

Re: slow ZFS on FreeBSD 8.1

2010-12-31 Thread Peter Jeremy
help - especially if you want gzip compression and/or sha256 checksumming. -- Peter Jeremy pgpRE0BXxVZbL.pgp Description: PGP signature

Re: slow ZFS on FreeBSD 8.1

2010-12-31 Thread Peter Jeremy
eventually track it down). -- Peter Jeremy pgpObQwMbJjKU.pgp Description: PGP signature

Specifying root mount options on diskless boot.

2011-01-01 Thread Peter Jeremy
anyone be interested in trying to make it actually work? -- Peter Jeremy pgpVVITD1dFyb.pgp Description: PGP signature

Re: ZFS - moving from a zraid1 to zraid2 pool with 1.5tb disks

2011-01-02 Thread Peter Jeremy
/doku.php/zfsraid Note that, even for a home system, backups are worthwhile. In my case, I backup onto a 2TB disk in an eSATA enclosure. That's currently (just) adequate but I'll soon need to identify data that I can leave off that backup. -- Peter Jeremy pgpOSt5NCO7Do.pgp Description: PGP

Re: classes and kernel_cookie was Re: Specifying root mount options on diskless boot.

2011-01-12 Thread Peter Jeremy
. -- Peter Jeremy pgp1ovrNzYvjf.pgp Description: PGP signature

Re: sed is broken under freebsd?

2011-01-12 Thread Peter Jeremy
--posix' and/or setting POSIXLY_CORRECT. This is part of the GNU/FSF lockin policy that encourages people to use their non-standard extensions to ensure that you don't have any choice other than to use their software. -- Peter Jeremy pgpd7zj0Dn2kG.pgp Description: PGP signature

Re: system crash during make installworld

2011-02-21 Thread Peter Jeremy
of the screen showing the issue). -- Peter Jeremy pgptX1VTtosbn.pgp Description: PGP signature

Linker set issues with ath(4) HALs

2011-03-05 Thread Peter Jeremy
? -- Peter Jeremy pgpL0aiDu3NMN.pgp Description: PGP signature

Re: Linker set issues with ath(4) HALs

2011-03-05 Thread Peter Jeremy
On 2011-Mar-05 11:48:54 +0200, Kostik Belousov kostik...@gmail.com wrote: On Sat, Mar 05, 2011 at 07:50:05PM +1100, Peter Jeremy wrote: I have a Atheros AR5424 and so, based on the 8.2-STABLE i386 NOTES and some rummaging in the sources, I tried to build a kernel with: device

Re: Automatic reboot doesn't reboot

2011-05-03 Thread Peter Jeremy
/pipermail/freebsd-fs/2011-March/010862.html (note that mailman has split it into at least 3 threads). -- Peter Jeremy pgpQGveibDZlq.pgp Description: PGP signature

Re: current status of digi driver

2011-06-24 Thread Peter Jeremy
the KBI. We have about 55 modem ports over ten 8-port Xr cards (PCI) that connect remote sites via dial-up. I've only got access to PCI Xem cards that are used for serial console concentration so it would be useful for you to test both the Xr cards and dial-in support. -- Peter Jeremy

Re: Status of support for 4KB disk sectors

2011-07-19 Thread Peter Jeremy
(this was a Motorola SVR2). -- Peter Jeremy pgp9GiYFCh7fP.pgp Description: PGP signature

Re: SATA 6g 4-port non-RAID controller ?

2011-07-28 Thread Peter Jeremy
issues with the 915 chipset. I agree a check, don't assume warning is reasonable. I have also run into problems (wouldn't POST from memory) trying to use a NIC in the x16 slot of Dell GX620 boxes, which use an i945 chipset. -- Peter Jeremy pgpxVKRjcgfQY.pgp Description: PGP signature

Re: ZFS directory with a large number of files

2011-08-03 Thread Peter Jeremy
will release unused space at the end of a directory and have smarts to more efficiently skip unused entries at the start of a directory. -- Peter Jeremy pgpmdeH6w8Ny5.pgp Description: PGP signature

Re: bad sector in gmirror HDD

2011-08-22 Thread Peter Jeremy
UFS still reserves space for this, though I don't know if it still works) but the code was removed from FreeBSD long ago. AFAIR, wd(4) supported bad sectors but it was removed long ago. -- Peter Jeremy pgpzqxeB9mDZP.pgp Description: PGP signature

Re: 32GB limit per swap device?

2011-08-22 Thread Peter Jeremy
pattern and then verify). -- Peter Jeremy pgpo8PkzVBfqo.pgp Description: PGP signature

Re: fsck_ufs out of swapspace

2011-12-19 Thread Peter Jeremy
has been submitted. sparc64/163460 for the record. Thank you for tracking that down. -- Peter Jeremy pgp7m3HL1diGx.pgp Description: PGP signature

Re: FLAME - security advisories on the 23rd ? uncool idea is uncool

2011-12-23 Thread Peter Jeremy
the SO made the right call. Hopefully, this was all that was holding up 9.0-RELEASE and RE will be giving us a more welcome Xmas present. -- Peter Jeremy pgpJ5YZU425S5.pgp Description: PGP signature

Re: FLAME - security advisories on the 23rd ? uncool idea is uncool

2011-12-23 Thread Peter Jeremy
. As Colin posted, the SO had to decide between two unpalatable options and, IMHO, he made the correct decision. The details and fixes are now available - it's up to you to weigh up the risks of patching vs the risks of not patching. -- Peter Jeremy pgpwPaYsswqdf.pgp Description: PGP signature

Re: Booting problem for FreeBSD SPARC64

2012-01-20 Thread Peter Jeremy
are not listed in http://www.freebsd.org/platforms/sparc.html and it's likely that they aren't supported. Is there any work around/solution for this issue ? If you wanted to assist with support for the M3000, I suggest you start a thread on freebsd-sparc64. -- Peter Jeremy pgpsIPp38DaXh.pgp Description

Re: Can't boot 9.0-RELEASE on sparc64

2012-01-21 Thread Peter Jeremy
or 4GB RAM. The OP has created sparc64/164227 -- Peter Jeremy pgpg7mKRrjkxp.pgp Description: PGP signature

Re: disk devices speed is ugly

2012-02-14 Thread Peter Jeremy
does its own caching in that the caches are all separate and need careful integration into the VM subsystem to prevent starvation (eg past problems with UFS starving ZFS L2ARC). -- Peter Jeremy pgpa3o0LQ2kfG.pgp Description: PGP signature

Re: Another ZFS ARC memory question

2012-02-27 Thread Peter Jeremy
vfs.zfs.arc_max default may be a bit high for some workloads but at this point in time, you will need to tune it manually. -- Peter Jeremy pgpb0kzq1SDsY.pgp Description: PGP signature

Re: zfs, 1 gig of RAM and periodic weekly

2012-02-28 Thread Peter Jeremy
strongly recommend against running ZFS on i386 as anything other than an experiment. -- Peter Jeremy pgpsJbLUQk3mc.pgp Description: PGP signature

Re: Seeking 6.4 make source for ports

2012-06-21 Thread Peter Jeremy
other build infrastructure it needs) for RELENG_6_4 or later and run make in that directory. You could even grab the files from the 6.4-RELEASE src install bundle on an FTP site. -- Peter Jeremy pgpF0FRK4GTke.pgp Description: PGP signature

Re: Xorg in swwrt

2012-06-23 Thread Peter Jeremy
logging out of X. This is with X.Org X Server 1.10.6 and a ATI Radeon HD 2400 Pro on 8-STABLE r235229. The problem seems to go away after a couple of hours. -- Peter Jeremy pgpiZRKfLAQrH.pgp Description: PGP signature

sh(1) exiting on SIGWINCH

2012-07-04 Thread Peter Jeremy
sh CALL exit(0) Does this ring any bells with anyone? -- Peter Jeremy pgp5N9G6c8SWr.pgp Description: PGP signature

Re: sh(1) exiting on SIGWINCH

2012-07-04 Thread Peter Jeremy
On 2012-Jul-04 20:03:32 +1000, Peter Jeremy pe...@server.rulingia.com wrote: I've recently updated a box from 8-stable to 9-stable/amd64 (r237995), compiled with gcc, and now sh(1) exits if I change the window size (ssh'ing to the target system within an xterm). I don't recall ever seeing

Re: sh(1) exiting on SIGWINCH

2012-07-05 Thread Peter Jeremy
that sh(1) is relying on bugs in the old libedit. At this stage, it seems likely that the libedit update (r237738) will be reverted for 9.1-RELEASE. -- Peter Jeremy pgpUCwQdtnSJm.pgp Description: PGP signature

Re: Removing CVS from base

2012-08-23 Thread Peter Jeremy
also go. -- Peter Jeremy pgpNb5AENPidH.pgp Description: PGP signature

Re: Problem adding more than 8 network adapters

2012-08-29 Thread Peter Jeremy
[Moving to -stable and adding jhb@ for his input] On 2012-Aug-29 11:32:44 +0200, Gustau Pérez i Querol gpe...@entel.upc.edu wrote: Al 29/08/2012 11:02, En/na Peter Jeremy ha escrit: On 2012-Aug-28 11:44:44 +0200, Gustau Pérez i Querol gpe...@entel.upc.edu wrote: I'm running FreeBSD 9.1

Re: time keeps on slipping... slipping...

2012-10-11 Thread Peter Jeremy
happened at all in the last 3 days.. That suggests that there's something peculiar about your TSC. There are a variety of possibilities... Does your CPU support multiple Cx states and are you using them (sysctl dev.cpu | grep cx_)? -- Peter Jeremy pgpeGw8Kk7Rhc.pgp Description: PGP signature

Re: ZFS corruption due to lack of space?

2012-10-31 Thread Peter Jeremy
files, etc) even when it is full but I have seen reports of this not working correctly in the past. A truncate-in-place may work. You could also try asking on zfs-disc...@opensolaris.org -- Peter Jeremy pgptbOF1VVAh4.pgp Description: PGP signature

Re: ZFS corruption due to lack of space?

2012-11-01 Thread Peter Jeremy
/069205.html -- Peter Jeremy pgp0iCOscX7cA.pgp Description: PGP signature

Re: ZFS corruption due to lack of space?

2012-11-11 Thread Peter Jeremy
On 2012-Nov-02 09:30:04 -, Steven Hartland kill...@multiplay.co.uk wrote: From: Peter Jeremy pe...@rulingia.com Many years ago, I wrote a simple utility that fills a raw disk with a pseudo-random sequence and then verifies it. This sort of tool Sounds useful, got a link? Sorry, no. I

Re: Node conflicts in SVN

2012-11-19 Thread Peter Jeremy
the directory. I moved /usr/ports out of the way and ran 'svn co'. Can you give the exact steps (including commands) you performed? -- Peter Jeremy pgpkZK9jxVe7D.pgp Description: PGP signature

Re: Increasing the DMESG buffer....

2012-11-21 Thread Peter Jeremy
buffer. Should be N * pagesize. options MSGBUF_SIZE=40960 -- Peter Jeremy pgpwUscTboaAO.pgp Description: PGP signature

Re: Does / Is anyone maintaining CVS for FreeBSD?

2013-01-01 Thread Peter Jeremy
branches in any case). CVS is (and will remain) available in ports (devel/cvs). -- Peter Jeremy pgp0orRYshWTs.pgp Description: PGP signature

Re: svn - but smaller?

2013-01-24 Thread Peter Jeremy
people who currently use c[v]sup could readily migrate to using ctm. See http://www.freebsd.org/doc/handbook/ctm.html for details. Note that mirroring the actual SVN repo via ctm requires some patches. There is a README and patches in ftp://ftp.freebsd.org/pub/FreeBSD/CTM/svn-cur/ -- Peter Jeremy

Re: Svnsup architecture [was: Re: svn - but smaller?]

2013-01-25 Thread Peter Jeremy
. New trees are bootstrapped from other sources, e.g. weekly tarballs (still to be developed). I think you've just re-invented CTM. Before spending too much more time on svnsup, I suggest you read ctm(1). -- Peter Jeremy pgpfk7Isksqu6.pgp Description: PGP signature

Re: svn - but smaller?

2013-01-27 Thread Peter Jeremy
is to not apply deltas (ZFS snapshots are the best work-around here). -- Peter Jeremy pgpbZzqAVCO6F.pgp Description: PGP signature

Re: Why can't gcc-4.2.1 build usable libreoffice?

2013-02-20 Thread Peter Jeremy
don't affect the base system, they are unlikely -- Peter Jeremy pgpzlf8YtE7jb.pgp Description: PGP signature

Re: Musings on ZFS Backup strategies

2013-03-02 Thread Peter Jeremy
recommended. -- Peter Jeremy pgp61ijyBCuu8.pgp Description: PGP signature

Re: ZFS stalls -- and maybe we should be talking about defaults?

2013-03-06 Thread Peter Jeremy
or controller issues, is (again, my opinion) a lot more risk-free than ZFS-on-root. AFAIK, you can't boot from anything other than a single disk (ie no graid). -- Peter Jeremy pgp7H3m449swl.pgp Description: PGP signature

Re: dev.cpu.0.freq disapeared

2015-03-21 Thread Peter Jeremy
) the dmesg from a verbose boot. -- Peter Jeremy pgp18RHROUkCO.pgp Description: PGP signature

Re: Swap Usage

2015-07-30 Thread Peter Jeremy
done. procstat -v will show the number of resident pages within each swap-backed region, any pages in that region that have been touched but are not resident are on the swap device but any pages that have never been touched aren't counted at all. -- Peter Jeremy pgp_HZj6rM0Rp.pgp Description

Re: Will 10.2 also ship with a very stale NTP?

2015-07-11 Thread Peter Jeremy
install $bar from ports. That's a non-answer. It just changes the question to why bother to include $bar in base when I need to install the port anyway. -- Peter Jeremy pgpKqgl4dmmHG.pgp Description: PGP signature

Re: Will 10.2 also ship with a very stale NTP?

2015-07-12 Thread Peter Jeremy
to find anything. -- Peter Jeremy pgpN60GLK7zew.pgp Description: PGP signature

Re: Will 10.2 also ship with a very stale NTP?

2015-07-12 Thread Peter Jeremy
On 2015-Jul-13 04:31:40 +1000, Peter Jeremy pe...@rulingia.com wrote: The import of 4.2.8p2 several months ago resulted in complete failure of timekeeping on all my arm systems. Just last week I tracked it down to a kernel bug (which I haven't committed the fix for yet). While the bug has been

Re: dev/random warning on 10-STABLE after r292122 up till r292855

2016-01-05 Thread Peter Jeremy
think it could be done better. IMHO, this sort of alamist message should only be output if there is no decent entropy source available when the random device is unblocked. -- Peter Jeremy signature.asc Description: PGP signature

Re: HAST, zfs and local mirroring

2016-06-02 Thread Peter Jeremy
e, right ? Because using RAID of any sort under ZFS defeats a lot of the smarts in ZFS. In particular, you can no longer rely on scrub verifying that all your media content is valid. I've also had bad experiences with gmirror volumes silently getting out of sync on a crash. -- Peter Jeremy

Re: HAST, zfs and local mirroring

2016-06-03 Thread Peter Jeremy
On 2016-Jun-03 22:12:55 +0700, Eugene Grosbein <eu...@grosbein.net> wrote: >> all your media content is valid. I've also had bad experiences with >> gmirror volumes silently getting out of sync on a crash. > > >gmirror or (gmirror+gjournal) ones? Plain gmirror. -- P

Re: 10-STABLE hangups frequently

2016-02-04 Thread Peter Jeremy
You might like to run "vmstat -mz" when the system is running normally and as the non-ARC wired memory increases to identify where the RAM is going. -- Peter Jeremy signature.asc Description: PGP signature

Re: 10-STABLE hangups frequently

2016-02-04 Thread Peter Jeremy
t; Unfortunately, I don't have write access to the console so I can't do anything other than reboot at this point. (This is 10-stable/amd64 r295088). If I have some spare time, I'll try reproducing this in a local VBox over the next few days. -- Peter Jeremy signature.asc Description: PGP signature

Re: 10-STABLE hangups frequently

2016-02-02 Thread Peter Jeremy
ZFS, though I haven't identified any smoking gun. Unfortunately, GCE only offers read access to the console, so I can't use DDB to poke around after it wedges. -- Peter Jeremy signature.asc Description: PGP signature

Re: 10-STABLE hangups frequently

2016-02-03 Thread Peter Jeremy
our workload, it sounds like you may need to explicitly reduce vfs.zfs.arc_max (note that this is a soft limit). You might like to install sysutils/zfs-stats and do some ZFS tunung. -- Peter Jeremy signature.asc Description: PGP signature

FreeBSD 11.0-BETA2 won't boot on an Acer Aspire 5560

2016-07-27 Thread Peter Jeremy
to date) without problem. -- Peter Jeremy signature.asc Description: PGP signature

Re: removing SVR4 binary compatibilty layer

2017-02-15 Thread Peter Jeremy
be shipped without it. There is no intention of merge of the removal. >The stable@ mailing list added for wider audience. Can I suggest that we put some warnings into the SVr4 image activation code and MFC that to at least 11 to try and smoke out anyone who might actually be using it. -- Peter J

Re: Reproducible panic - Going nowhere without my init!

2016-10-06 Thread Peter Jeremy
ing nowhere without my init! Uptime: 55s Changing serial settings was 0/0 now 3/0 Start bios (version 1.7.2-20150226_170051-google) gce1$ uname -a FreeBSD gce1.rulingia.com 11.0-PRERELEASE FreeBSD 11.0-PRERELEASE #83 r306704M: Thu Oct 6 13:22:27 AEDT 2016 r...@gce1.rulingia.com:/usr/obj/usr/s

Re: zfs, a directory that used to hold lot of files and listing pause

2016-10-20 Thread Peter Jeremy
Have you done any ZFS tuning? Could you try installing ports/sysutils/zfs-stats and posting the output from "zfs-stats -a". That might point to a bottleneck or poor cache tuning. -- Peter Jeremy signature.asc Description: PGP signature

Re: Help! two machines ran out of swap and corrupted their zpools!

2016-11-22 Thread Peter Jeremy
On 2016-Nov-22 10:07:49 +, Pete French <petefre...@ingresso.co.uk> wrote: >to another machine and trying to import the pools causes an instant panic. Can you provide details of the panic, please. -- Peter Jeremy signature.asc Description: PGP signature

Re: Unable to boot 11.0-release on Unisurf Notebook

2017-03-26 Thread Peter Jeremy
icy was one of the things that swayed me to try it. It was AUD249 but I've found something by "Pendo" for AUD229 that looks like it came off the same production line. I hadn't realised just how weird the insides of some "PC compatible" computers had become. -- Peter Jeremy signature.asc Description: PGP signature

Re: Unable to boot 11.0-release on Unisurf Notebook

2017-03-26 Thread Peter Jeremy
On 2017-Mar-25 10:19:57 +1100, Peter Jeremy <pe...@rulingia.com> wrote: >I've just bought a Unisurf Notebook[1] and am trying to boot it from a >FreeBSD-11.0-RELEASE-amd64-memstick.img. The boot starts OK but hangs >whilst probing devices. With safe and verbose enabled,

Unable to boot 11.0-release on Unisurf Notebook

2017-03-24 Thread Peter Jeremy
neither Ctrl-Alt-Del nor Ctrl-Alt-Esc have any effect and the only option is to hold the power button down until it powers off. Does anyone have any suggestions on troubleshooting? [1] http://unisurf.com.au/unisurf-14-Notebook.html -- Peter Jeremy signature.asc Description: PGP signature

Unkillable process in "vm map (user)"

2017-12-10 Thread Peter Jeremy
right = leftmost; for (i = 0; i < n; i++) { left = right; right = chmake(int, 0); go(f(left, right)); } chs(right, int, 0); i = chr(leftmost, int); printf("result = %d\n", i); return 0; } server% -- Peter Jeremy signature.asc Description: PGP signature

ZFS+find(1) wiring all RAM

2018-06-07 Thread Peter Jeremy
y are in use but I can't find anything in "vmstat -mz" that would explain where it's going. Does anyone have any suggestions for digging into this? [1] I get the same behaviour using a VBox instance with similar dimensioning and the same tuning) -- Peter Jeremy signature.asc Description: PGP signature

Re: Problems building 11-stable/i386 with readonly /usr/src

2018-02-19 Thread Peter Jeremy
On 2018-Feb-18 09:06:38 -0600, Kyle Evans <kev...@freebsd.org> wrote: >On Sun, Feb 18, 2018 at 3:12 AM, Peter Jeremy <pe...@rulingia.com> wrote: >> Sometime between r329122 and r329157, my 11-stable i386 box stopped >> being able to buildworld with a readonly /

Problems building 11-stable/i386 with readonly /usr/src

2018-02-18 Thread Peter Jeremy
fs.mk /usr/src/share/mk/src.opts.mk /usr/src/share/mk/bsd.own.mk /usr/src/share/mk/bsd.compiler.mk /usr/src/share/mk/bsd.compiler.mk /usr/src/share/mk/bsd.subdir.mk' .PATH='. /usr/src/stand/efi' *** Error code 1 -- Peter Jeremy signature.asc Description: PGP signature

Re: dmesg submission service -- please submit today

2018-10-07 Thread Peter Jeremy
tabase, and could also include hardware information. There's ports/sysutils/bsdstats but I'm not sure how popular that is. -- Peter Jeremy signature.asc Description: PGP signature

<    1   2   3   4   5   6   7   >