Re: cron(8) improvement

2013-11-06 Thread Volodymyr Kostyrko
05.11.2013 20:21, Mark Felder wrote: On Tue, Nov 5, 2013, at 11:37, Nikolai Lifanov wrote: On 11/05/13 12:31, Allan Jude wrote: This came up in discussion on IRC and I thought I should throw it at the list so I don't forget. A user was asking how to do what linux cron does, where there is a

Re: [CFT] Kernel-Selection Enhancemnt to Boot Menu

2013-11-06 Thread Lars Engels
Am 05.11.2013 18:06, schrieb Kurt Lidl: Well, I'd probably be in support of this change - it sure beats having to interrupt the normal boot sequence and typing: unload load /boot/kernel.old/kernel load /boot/kernel.old/opensolaris.ko load /boot/kernel.old/zfs.ko boot To load

Add description for some cpuid bits

2013-11-06 Thread Dmitry Luhtionov
--- /usr/src/sys/amd64//amd64/identcpu.c.orig2013-11-01 14:43:15.0 +0200 +++ /usr/src/sys/amd64//amd64/identcpu.c2013-11-04 12:06:06.0 +0200 @@ -366,14 +366,14 @@ \017b14 \020LWP/* Lightweight Profiling */ \021FMA4

Add some non-standart usb device id's

2013-11-06 Thread Dmitry Luhtionov
--- /usr/src/sys/dev/usb/usbdevs.orig2013-11-01 14:44:43.0 +0200 +++ /usr/src/sys/dev/usb/usbdevs2013-11-04 13:56:17.0 +0200 @@ -2327,6 +2327,8 @@ product INTEL TESTBOARD0x989082930 test board product INTEL2 IRMH0x0020Integrated Rate Matching

Add support for Intel AMT technology on Intel Lynx Point chipset

2013-11-06 Thread Dmitry Luhtionov
--- /usr/src/sys/dev/uart/uart_bus_pci.c.orig2013-11-01 14:45:23.0 +0200 +++ /usr/src/sys/dev/uart/uart_bus_pci.c2013-11-04 11:15:54.0 +0200 @@ -122,6 +122,7 @@ { 0x8086, 0x8812, 0x, 0, Intel EG20T Serial Port 1, 0x10 }, { 0x8086, 0x8813, 0x, 0, Intel EG20T Serial

Re: cron(8) improvement

2013-11-06 Thread Mark Felder
On Wed, Nov 6, 2013, at 2:57, Volodymyr Kostyrko wrote: 05.11.2013 20:21, Mark Felder wrote: On Tue, Nov 5, 2013, at 11:37, Nikolai Lifanov wrote: On 11/05/13 12:31, Allan Jude wrote: This came up in discussion on IRC and I thought I should throw it at the list so I don't forget.

Re: FreeBSD 10 Beta2 /etc/rc.d/named script and /etc/defaults/rc.conf

2013-11-06 Thread George Kontostanos
On Mon, Nov 4, 2013 at 6:34 PM, Gleb Smirnoff gleb...@freebsd.org wrote: On Mon, Nov 04, 2013 at 12:11:02PM +0100, Erwin Lansing wrote: E On Mon, Nov 04, 2013 at 01:41:01AM +0200, George Kontostanos wrote: E G Am 03.11.2013 um 23:06 schrieb Gleb Smirnoff gleb...@freebsd.org : E G E G

Re: FreeBSD 10 Beta2 /etc/rc.d/named script and /etc/defaults/rc.conf

2013-11-06 Thread Gleb Smirnoff
On Wed, Nov 06, 2013 at 03:22:03PM +0200, George Kontostanos wrote: G IMO, we should proceed with removal of remnants of bind in src. In the G worst case, G if you can't handle it this week, the situation will be the following: G G 1) 8.x, 9.x users are okay G 2) 10+.x users w/o bind are

Re: [CFT] Kernel-Selection Enhancemnt to Boot Menu

2013-11-06 Thread Teske, Devin
On Nov 6, 2013, at 1:18 AM, Lars Engels wrote: Am 05.11.2013 18:06, schrieb Kurt Lidl: Well, I'd probably be in support of this change - it sure beats having to interrupt the normal boot sequence and typing: unload load /boot/kernel.old/kernel load /boot/kernel.old/opensolaris.ko

Re: FreeBSD 10 Beta2 /etc/rc.d/named script and /etc/defaults/rc.conf

2013-11-06 Thread Stefan Bethke
Am 06.11.2013 um 14:59 schrieb Erwin Lansing: Suggestion. An option to install the rc script would solve that problem. If only it was that simple, it would have been done a long time ago. As Gleb points out, the ports are broken by design. The rc script needs a complete rewrite, and

in-kernel zfs and cryptodev

2013-11-06 Thread Bruno Lauzé
I am compiling zfs in-kernel and it's working pretty well. However to succeed building a kernel with : options zfs device  crypto device  cryptodev a patch is needed to rename sys/opencrypto/deflate.c which enter in conflict with deflate.c from zfs After renaming sys/opencrypto/deflate.c to

Re: Add description for some cpuid bits

2013-11-06 Thread Konstantin Belousov
On Wed, Nov 06, 2013 at 11:12:24AM +0200, Dmitry Luhtionov wrote: --- /usr/src/sys/amd64//amd64/identcpu.c.orig2013-11-01 14:43:15.0 +0200 +++ /usr/src/sys/amd64//amd64/identcpu.c2013-11-04 12:06:06.0 +0200 @@ -366,14 +366,14 @@ \017b14

Re: FreeBSD 10 Beta2 /etc/rc.d/named script and /etc/defaults/rc.conf

2013-11-06 Thread George Kontostanos
On Wed, Nov 6, 2013 at 3:59 PM, Erwin Lansing er...@lansing.dk wrote: On 06/11/2013, at 14.22, George Kontostanos gkontos.m...@gmail.com wrote: On Mon, Nov 4, 2013 at 6:34 PM, Gleb Smirnoff gleb...@freebsd.org wrote: On Mon, Nov 04, 2013 at 12:11:02PM +0100, Erwin Lansing wrote: E On

11.0-CURRENT: 708.295633 netmap_reset [3011] interface not in netmap mode

2013-11-06 Thread O. Hartmann
Since a couple of days now in 11.0-CURRENT, I see this message 708.295633 netmap_reset [3011] interface not in netmap mode several times in the console logs. What does that mean? oh signature.asc Description: PGP signature

[Review] bsdconfig pkgng integration

2013-11-06 Thread Teske, Devin
Subject says it all. I need a review on the attached patch. Come on, you know you want to... -- Devin _ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not

Re: [CFT] Kernel-Selection Enhancemnt to Boot Menu

2013-11-06 Thread John Baldwin
On Wednesday, November 06, 2013 10:22:44 am Teske, Devin wrote: On Nov 6, 2013, at 1:18 AM, Lars Engels wrote: Am 05.11.2013 18:06, schrieb Kurt Lidl: Well, I'd probably be in support of this change - it sure beats having to interrupt the normal boot sequence and typing: unload

Re: Add description for some cpuid bits

2013-11-06 Thread John Baldwin
On Wednesday, November 06, 2013 4:12:24 am Dmitry Luhtionov wrote: --- /usr/src/sys/amd64//amd64/identcpu.c.orig2013-11-01 14:43:15.0 +0200 +++ /usr/src/sys/amd64//amd64/identcpu.c2013-11-04 12:06:06.0 +0200 @@ -366,14 +366,14 @@ \017b14

Re: [10-STABLE, 11-CURRENT] something wrong between cam and eventtimer or geom and eventtimer

2013-11-06 Thread John Baldwin
On Tuesday, November 05, 2013 3:14:22 pm Oliver Pinter wrote: hmm, and seems like, the bottleneck are not in geom or cam, but in em driver or in networking stack the scenario is: A machine: dd if=/dev/ada1 bs=1M | nc -l B machine: nc IP | dd of=/dev/null bs=1M hmm, when

Re: FreeBSD 10.0-BETA3 now available

2013-11-06 Thread Glen Barber
On Tue, Nov 05, 2013 at 12:05:13PM -0500, Glen Barber wrote: The third BETA build of the 10.0-RELEASE release cycle is now available on the FTP servers for the amd64, i386, ia64, powerpc, powerpc64 and sparc64 architectures. [...] Important note to freebsd-update(8) users: Please be sure

Re: [10-STABLE, 11-CURRENT] something wrong between cam and eventtimer or geom and eventtimer

2013-11-06 Thread Adrian Chadd
.. the main reason to use machdep.idle=hlt is that it is a different code path. But to ensure you're always going via the hlt codepath, you _first_ have to disable mwait. The idle code first decides whether to run mwait or idle, then if it doesn't choose mwait, it chooses machdep.idle. That's

Re: 11.0-CURRENT: 708.295633 netmap_reset [3011] interface not in netmap mode

2013-11-06 Thread Luigi Rizzo
On Wed, Nov 6, 2013 at 9:12 AM, O. Hartmann ohart...@web.de wrote: Since a couple of days now in 11.0-CURRENT, I see this message 708.295633 netmap_reset [3011] interface not in netmap mode several times in the console logs. What does that mean? it is a leftover debugging message. i

Re: [Review] bsdconfig pkgng integration

2013-11-06 Thread Allan Jude
On 2013-11-06 13:32, Teske, Devin wrote: Subject says it all. I need a review on the attached patch. Come on, you know you want to... I think you missed something, you attached a 1 line diff -- Allan Jude signature.asc Description: OpenPGP digital signature

Re: [Review] bsdconfig pkgng integration

2013-11-06 Thread Teske, Devin
On Nov 6, 2013, at 3:02 PM, Allan Jude wrote: On 2013-11-06 13:32, Teske, Devin wrote: Subject says it all. I need a review on the attached patch. Come on, you know you want to... I think you missed something, you attached a 1 line diff Oh I see... too much to review. Hey, don't

Re: [CFT] bsdinstall and zfsboot enhancements

2013-11-06 Thread Teske, Devin
On Nov 5, 2013, at 7:54 PM, Craig Rodrigues wrote: On Sat, Nov 2, 2013 at 10:59 AM, Teske, Devin devin.te...@fisglobal.com wrote: + Update bsdinstall's config script to adjust ttyu* entries in /etc/ttys when it is determined that we are in-fact doing an install over serial (e.g.

Re: [Review] bsdconfig pkgng integration

2013-11-06 Thread Allan Jude
On 2013-11-06 18:15, Teske, Devin wrote: On Nov 6, 2013, at 3:02 PM, Allan Jude wrote: On 2013-11-06 13:32, Teske, Devin wrote: Subject says it all. I need a review on the attached patch. Come on, you know you want to... I think you missed something, you attached a 1 line diff Oh I

Re: [Review] bsdconfig pkgng integration

2013-11-06 Thread Teske, Devin
On Nov 6, 2013, at 3:19 PM, Allan Jude wrote: On 2013-11-06 18:15, Teske, Devin wrote: On Nov 6, 2013, at 3:02 PM, Allan Jude wrote: On 2013-11-06 13:32, Teske, Devin wrote: Subject says it all. I need a review on the attached patch. Come on, you know you want to... I think you

Re: [Review] bsdconfig pkgng integration

2013-11-06 Thread Glen Barber
On Wed, Nov 06, 2013 at 11:28:25PM +, Teske, Devin wrote: We do not ever want to display the contents of the SVR record in the list. There are multiple pkg*.freebsd.org SVR zones. You do not need to show any servers except pkg.FreeBSD.org. In fact, you can use that by default, and not

Re: [Review] bsdconfig pkgng integration

2013-11-06 Thread Teske, Devin
On Nov 6, 2013, at 3:32 PM, Glen Barber wrote: On Wed, Nov 06, 2013 at 11:28:25PM +, Teske, Devin wrote: We do not ever want to display the contents of the SVR record in the list. There are multiple pkg*.freebsd.org SVR zones. You do not need to show any servers except

Re: [Review] bsdconfig pkgng integration

2013-11-06 Thread Glen Barber
On Wed, Nov 06, 2013 at 11:37:43PM +, Teske, Devin wrote: You do not need to show any servers except pkg.FreeBSD.org. Bapt *just* got finished telling me in IRC that we should also list: pkg.eu pkg.us-* Why? Which I assume to be the same make/model of pkg.f.o (does not return an

Re: [Review] bsdconfig pkgng integration

2013-11-06 Thread Teske, Devin
On Nov 6, 2013, at 3:44 PM, Glen Barber wrote: On Wed, Nov 06, 2013 at 11:37:43PM +, Teske, Devin wrote: You do not need to show any servers except pkg.FreeBSD.org. Bapt *just* got finished telling me in IRC that we should also list: pkg.eu pkg.us-* Why? Which I assume to be

Re: hwpstate0: set freq failed patch

2013-11-06 Thread hiren panchasara
On Tue, Oct 29, 2013 at 2:13 PM, hiren panchasara hi...@freebsd.org wrote: On Tue, Oct 29, 2013 at 8:00 AM, Mark Felder f...@freebsd.org wrote: skip PR in question: http://www.freebsd.org/cgi/query-pr.cgi?pr=167018 CCing hiren@ and avg@ I will try to get back on this soon. sbruno@

Re: [Review] bsdconfig pkgng integration

2013-11-06 Thread Glen Barber
On Wed, Nov 06, 2013 at 11:53:28PM +, Teske, Devin wrote: And if we need to change something with the infrastructure, we now have to tell people that this was done. You are putting hard-coded limitations on us. Don't. I disagree. You're making the argument for what if a CDN

Re: [Review] bsdconfig pkgng integration

2013-11-06 Thread Teske, Devin
On Nov 6, 2013, at 3:53 PM, Teske, Devin wrote: On Nov 6, 2013, at 3:44 PM, Glen Barber wrote: On Wed, Nov 06, 2013 at 11:37:43PM +, Teske, Devin wrote: You do not need to show any servers except pkg.FreeBSD.org. Bapt *just* got finished telling me in IRC that we should also list:

Re: [Review] bsdconfig pkgng integration

2013-11-06 Thread Teske, Devin
On Nov 6, 2013, at 4:01 PM, Glen Barber wrote: On Wed, Nov 06, 2013 at 11:53:28PM +, Teske, Devin wrote: And if we need to change something with the infrastructure, we now have to tell people that this was done. You are putting hard-coded limitations on us. Don't. I disagree.

Re: cron(8) improvement

2013-11-06 Thread Tim Kientzle
On Nov 5, 2013, at 9:31 AM, Allan Jude free...@allanjude.com wrote: This came up in discussion on IRC and I thought I should throw it at the list so I don't forget. A user was asking how to do what linux cron does, where there is a directory /etc/cron.d/ that packages and add files to to

Re: [Review] bsdconfig pkgng integration

2013-11-06 Thread Glen Barber
On Thu, Nov 07, 2013 at 12:13:49AM +, Teske, Devin wrote: So what hard-coding are you talking about? You are trying to hard-code hostnames for a service in the FreeBSD src/ tree, when it is *absolutely* unnecessary. You talk about how if a node goes down we take it out of DNS but that

Re: [Review] bsdconfig pkgng integration

2013-11-06 Thread Teske, Devin
On Nov 6, 2013, at 4:22 PM, Glen Barber wrote: On Thu, Nov 07, 2013 at 12:13:49AM +, Teske, Devin wrote: So what hard-coding are you talking about? You are trying to hard-code hostnames for a service in the FreeBSD src/ tree, when it is *absolutely* unnecessary. Not all hostnames

Re: [Review] bsdconfig pkgng integration

2013-11-06 Thread Glen Barber
On Thu, Nov 07, 2013 at 12:48:02AM +, Teske, Devin wrote: I think that you're thinking that: pkg.eu.freebsd.org pkg.us-east.freebsd.org pkg.us-west.freebsd.org Will somehow change? I think you're thinking they *won't* change. Don't assume. Glen pgpYvjMEXknes.pgp Description: PGP

Re: [Review] bsdconfig pkgng integration

2013-11-06 Thread Teske, Devin
On Nov 6, 2013, at 5:02 PM, Glen Barber wrote: On Thu, Nov 07, 2013 at 12:48:02AM +, Teske, Devin wrote: I think that you're thinking that: pkg.eu.freebsd.org pkg.us-east.freebsd.org pkg.us-west.freebsd.org Will somehow change? I think you're thinking they *won't* change. Don't

Re: cron(8) improvement

2013-11-06 Thread Lyndon Nerenberg
Support for a cron.d directory is a tool that can be used in many ways. I have used cron.d on other UNIXen, and for package-installed cron jobs I find it significantly friendlier, in that it makes these jobs easily identifiable to the sysadmin. As we do it now, the per-user crontabs are

Re: cron(8) improvement

2013-11-06 Thread Mark Felder
On Wed, Nov 6, 2013, at 18:21, Tim Kientzle wrote: On Nov 5, 2013, at 9:31 AM, Allan Jude free...@allanjude.com wrote: This came up in discussion on IRC and I thought I should throw it at the list so I don't forget. A user was asking how to do what linux cron does, where there is a

[head tinderbox] failure on mips/mips

2013-11-06 Thread FreeBSD Tinderbox
TB --- 2013-11-07 00:17:49 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2013-11-07 00:17:49 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

Re: dhclient failure with Realtek 8111E Ethernet on new MSI motherboard

2013-11-06 Thread Thomas Mueller
I tried the patch on 9.2-STABLE, rebuilt the kernel and modules, installed to the correct place on USB stick, /media/zip0/boot/kernelre USB stick was mounted on /media/zip0 when I did this. Then I umounted, took the USB stick to new computer with MSI Z77 MPOWER motherboard. I booted that USB

Re: cron(8) improvement

2013-11-06 Thread Allan Jude
On 2013-11-06 20:49, Mark Felder wrote: On Wed, Nov 6, 2013, at 18:21, Tim Kientzle wrote: On Nov 5, 2013, at 9:31 AM, Allan Jude free...@allanjude.com wrote: This came up in discussion on IRC and I thought I should throw it at the list so I don't forget. A user was asking how to do what

Re: [Review] bsdconfig pkgng integration

2013-11-06 Thread Teske, Devin
On Nov 6, 2013, at 5:13 PM, Teske, Devin wrote: On Nov 6, 2013, at 5:02 PM, Glen Barber wrote: On Thu, Nov 07, 2013 at 12:48:02AM +, Teske, Devin wrote: I think that you're thinking that: pkg.eu.freebsd.org pkg.us-east.freebsd.org pkg.us-west.freebsd.org Will somehow change?

Re: cron(8) improvement

2013-11-06 Thread Kimmo Paasiala
On Thu, Nov 7, 2013 at 4:27 AM, Allan Jude free...@allanjude.com wrote: On 2013-11-06 20:49, Mark Felder wrote: On Wed, Nov 6, 2013, at 18:21, Tim Kientzle wrote: On Nov 5, 2013, at 9:31 AM, Allan Jude free...@allanjude.com wrote: This came up in discussion on IRC and I thought I should

Re: cron(8) improvement

2013-11-06 Thread Allan Jude
On 2013-11-06 22:49, Kimmo Paasiala wrote: On Thu, Nov 7, 2013 at 4:27 AM, Allan Jude free...@allanjude.com wrote: On 2013-11-06 20:49, Mark Felder wrote: On Wed, Nov 6, 2013, at 18:21, Tim Kientzle wrote: On Nov 5, 2013, at 9:31 AM, Allan Jude free...@allanjude.com wrote: This came up in

Re: cron(8) improvement

2013-11-06 Thread Lyndon Nerenberg
On Nov 6, 2013, at 7:49 PM, Kimmo Paasiala kpaas...@gmail.com wrote: What's wrong with using the existing tools for achieving the same effect? Periodic can be adapted to do exactly what you're describing as noted above by adding an hourly (even minutely? :D ) periodic run. Periodic is geared

[head tinderbox] failure on arm/arm

2013-11-06 Thread FreeBSD Tinderbox
TB --- 2013-11-07 05:30:18 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2013-11-07 05:30:18 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

[head tinderbox] failure on armv6/arm

2013-11-06 Thread FreeBSD Tinderbox
TB --- 2013-11-07 05:30:18 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2013-11-07 05:30:18 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---