Re: openjdk7 dtrace support

2013-10-09 Thread Mark Johnston
pot/make/bsd/makefiles/dtrace.make only does anything if it detects that it's running on Darwin; that'd probably be a good place to start for anyone interested in working on this. -Mark ___ freebsd-hackers@freebsd.org mailing list http://li

Re: Fuse on FreeBSD 9.2

2013-10-08 Thread Mark Felder
On Tue, Oct 8, 2013, at 7:08, Łukasz P wrote: > Thank you - I'll give it a try today. > Can you confirm that doing rsync with this fuse version is stable? > > Can you please tell us which fuse-based file system have you used? > My main use case these days is ntfs-3g, and I no longer get panics w

Re: Fuse on FreeBSD 9.2

2013-10-08 Thread Mark Felder
On Tue, Oct 8, 2013, at 6:34, Mark Felder wrote: > > I think the "fix" is the new from-scratch fuse module in FreeBSD 10, > which in my experience works flawlessly. Perhaps you should instead see > if someone is willing to backport that fuse module to 9.x? > Well actual

Re: Fuse on FreeBSD 9.2

2013-10-08 Thread Mark Felder
On Tue, Oct 8, 2013, at 5:21, Łukasz P wrote: > Hello, > > Please let me know if anyone is up to fix fuse on FreeBSD 9.x ? > > Particularly this bug: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=182739 > > > > I'm willing to pay for the f

Re: FreeBSD SNMP OID Question

2013-09-18 Thread Mark Saad
On Tue, Sep 17, 2013 at 2:11 PM, Dan Nelson wrote: > In the last episode (Sep 17), Mark Saad said: > > Can someone shed some light on a OID mystery I have. I am using cacti > > to trend some snmp data off a bunch of FreeBSD servers. > > > > I noticed someone add

FreeBSD SNMP OID Question

2013-09-17 Thread Mark Saad
/docs/mibs/ucdavis.html -- mark saad | nones...@longcount.org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: Discussing ideas or wish list

2013-08-08 Thread Mark Felder
On Thu, Aug 8, 2013, at 10:34, Mark Felder wrote: > After the EoL of FreeBSD 8 (estimated June 30, 2015) the old package > tools are scheduled to be removed from FreeBSD. This change will be > MFC'd back to 9-STABLE and the release at that time (perhaps > 9.4-RELEASE?) will not

Re: Discussing ideas or wish list

2013-08-08 Thread Mark Felder
On Thu, Aug 8, 2013, at 9:54, Patrick Dung wrote: > > 1) Perl version change within Major release > If I remembered correctly, FreeBSD 9.0 shipped with perl 5.12 packages in > the DVD. > But in FreeBSD 9.1, Perl 5.14 is shipped. > > I think Perl version should be consistent in the FreeBSD 9 series

Re: After the FreeBSD VM crash, file system in VM got rolled back to some old previous state causing data loss

2013-08-07 Thread Mark Felder
Virtualbox is very aggressive about caching writes. This is how it achieves its perceived speed. I wouldn't expect to see this happen on real hardware. I might have to try this out though and see if I can reproduce it reliably. ___ freebsd-hackers@freebsd

Re: panic: kmem_map too small at heavy packet traffic

2013-07-26 Thread Mark Felder
I've been under the impression that synproxy was broken for quite some time, but I know there has been a lot of work on pf in HEAD so I can't be sure where it might stand there. Can anyone confirm/deny this? And not to discourage you, but the pf documentation does say "Routine use of this option i

Re: bin/176713: [patch] nc(1) closes network socket too soon

2013-07-20 Thread Mark Delany
() and be done with it. A useful optimization when you're blatting out billions of spam. You don't see a big mention of this in search engines, so I don't know how prevalent they are now. Point being that such an option might be useful to avoid triggering any detectors that

Re: writing a rc.d script

2013-07-09 Thread Mark Felder
On Sun, 07 Jul 2013 06:45:46 -0500, Aryeh Friedman wrote: I have a program I am making a port for that also requires a /usr/local/etc/rc.d script is there anywhere I can find documentation on how write one and/or a template file to follow? Start with another similar port if possible. Make

Re: UNIVERSE_TARGET doesn't seem to work

2013-06-03 Thread Mark Johnston
> > (same result) > > It is the -j causing the problem. I tried with an empty /usr/obj too > but that didn't help either. Does anyone know of a way around this? > Building without -j is quite tedious. You can try passing 'JFLAG=-j12' to the make universe invoc

Re: GSOC: Qt front-ends

2013-04-23 Thread Mark Saad
useful as binary packages become more popular . Kports is a monster program , you should set a reasonable goal ,and target dates; which may be hard with a cleanup project . Also a update notifier for kde that handles FreeBSD update would be very useful . My 2cents . --- Mark saad | mark.s...@lon

Re: close(2) while accept(2) is blocked

2013-04-06 Thread John-Mark Gurney
Bakul Shah wrote this message on Sat, Mar 30, 2013 at 13:22 -0700: > On Sat, 30 Mar 2013 09:14:34 PDT John-Mark Gurney wrote: > > > > As someone else pointed out in this thread, if a userland program > > depends upon this behavior, it has a race condition in it

Re: close(2) while accept(2) is blocked

2013-03-30 Thread Mark
ss return to userland. This would need to be initiated in the close() syscall. Btw. Threads aren't the only scenario. A signal handler can also close the fd. Maybe not advised, but I have used this "technique" to force a return from a blocking accept() call since about FBSD4.x M

Re: close(2) while accept(2) is blocked

2013-03-30 Thread John-Mark Gurney
moving the race around, and letting people think that they have solved the problem when they haven't... I think I remeber another thread about this from a year or two ago, but I couldn't find it... If someone finds it, posting a link would be nice.. -- John-Mark Gurney

pkgng questions

2013-03-19 Thread Mark Saad
ay to do this. Any ideas ? -- mark saad | nones...@longcount.org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: gjournal +UFS - anyone actually use it?

2013-03-06 Thread Mark Saad
for the journal; and pull it out while running your test case. That to me seams evil enough to break this setup . Let me know what happens . Also when testing su+j I ran the following test case . Extract ports via portsnap extract , build world with -j4 . Let the box warm up the yank the po

Re: gjournal +UFS - anyone actually use it?

2013-03-05 Thread Mark Saad
o "freebsd-hackers-unsubscr...@freebsd.org" --- Mark saad | mark.s...@longcount.org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: looking for someone to fix humanize_number (test cases included)

2013-03-01 Thread John-Mark Gurney
hackers-requ...@freebsd.org wrote: > > > > From: John-Mark Gurney > > > > To: hack...@freebsd.org > > > > Subject: looking for someone to fix humanize_number (test cases > > > > included) > > > > > > > > I'm look

Re: SA-13:02/libc and FreeBSD 6

2013-02-21 Thread Mark Johnston
On Thu, Feb 21, 2013 at 01:53:44PM -0500, Mark Saad wrote: > All > So Xin's patch works so far I see no unexpected issues; can I get a MFC ? > Also on a unrelated MFC request would someone be willing to merge > stable/7/sys/netinet/tcp_input.cr246999 into 6-STABLE . This clea

Re: SA-13:02/libc and FreeBSD 6

2013-02-21 Thread Mark Johnston
On Thu, Feb 21, 2013 at 01:53:44PM -0500, Mark Saad wrote: > All > So Xin's patch works so far I see no unexpected issues; can I get a MFC ? > Also on a unrelated MFC request would someone be willing to merge > stable/7/sys/netinet/tcp_input.cr246999 into 6-STABLE . This clea

Re: SA-13:02/libc and FreeBSD 6

2013-02-21 Thread Mark Saad
Chadd wrote: > On 20 February 2013 12:01, Mark Saad wrote: > > Xin > > I am rebuilding now, I'll let you know how it works. > > As I've said before, if someone wants to take ownership of 6.x and > backport changes / push them into STABLE_6, be my guest. Yahoo wa

Question on timecounter hardware / What cpu flag is constant_tsc

2013-02-21 Thread Mark Saad
feature this is; is it listed in my a fore mentioned dmesg.boot feature lists ? TIA -- mark saad | nones...@longcount.org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: SA-13:02/libc and FreeBSD 6

2013-02-20 Thread Mark Saad
Xin I am rebuilding now, I'll let you know how it works. On Wed, Feb 20, 2013 at 1:32 PM, Xin Li wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 02/20/13 09:29, Mark Saad wrote: > > All I was wondering if anyone knows, off hand if SA-13:02/libc &

Re: SA-13:02/libc and FreeBSD 6

2013-02-20 Thread Mark Saad
> > On Feb 20, 2013, at 6:29 PM, Mark Saad wrote: > > > All > > I was wondering if anyone knows, off hand if SA-13:02/libc applies to > > FreeBSD 6-STABLE and if it would be committed to the 6-STABLE branch ? > > > > -- > > mark saad | nones...@longcount

SA-13:02/libc and FreeBSD 6

2013-02-20 Thread Mark Saad
All I was wondering if anyone knows, off hand if SA-13:02/libc applies to FreeBSD 6-STABLE and if it would be committed to the 6-STABLE branch ? -- mark saad | nones...@longcount.org ___ freebsd-hackers@freebsd.org mailing list http

Re: ZFS regimen: scrub, scrub, scrub and scrub again.

2013-01-23 Thread Mark Felder
On Wed, 23 Jan 2013 14:26:43 -0600, Chris Rees wrote: So we have to take your word for it? Provide a link if you're going to make assertions, or they're no more than your own opinion. I've heard this same thing -- every vdev == 1 drive in performance. I've never seen any proof/papers on

ipv6 equivalent to ipv4_addr_IF in network.subr?

2013-01-21 Thread Mark Felder
Hi all, At work we have several standalone webservers with lots of IPs... let's say x.x.x.100 - 200. That's a LOT of "ifconfig_IF_alias0, alias1, alias2..." to maintain, and it's also painful when we need to move an IP to a different server which happens occasionally. The right solution for

Re: IBM blade server abysmal disk write performances

2013-01-18 Thread Mark Felder
On Thu, 17 Jan 2013 16:12:17 -0600, Karim Fodil-Lemelin wrote: "SAS controllers may connect to SATA devices, either directly connected using native SATA protocol or through SAS expanders using SATA Tunneled Protocol (STP)." The systems is currently put in place using SATA instead of SAS

Re: Failsafe on kernel panic

2013-01-17 Thread Mark Johnston
t supported by any drivers), watchdogd will fail to start. -Mark > בתאריך 17 בינו 2013 15:35, מאת "Ian Lepore" : > > > On Thu, 2013-01-17 at 08:38 +0200, Sami Halabi wrote: > > > btw: i don't see any options in my kernel config for KBD / Unatteneded , > >

Re: IBM blade server abysmal disk write performances

2013-01-15 Thread Mark Felder
On Tue, 15 Jan 2013 08:12:14 -0600, Karim Fodil-Lemelin wrote: Hi, I'm struggling getting FreeBSD 9.1 properly work on an IBM blade server (HS22). Here is a dd output from Linux CentOS vs FreeBSD 9.1. GNU dd is heavily buffered unless you tell it not to be. There really is no reason why

Re: [PATCH] Add WITH_DEBUG_FILES knob to enable separate debug files

2012-12-23 Thread Mark Johnston
On Dec 23, 2012 10:18 PM, "Garrett Cooper" wrote: > > On Sat, Dec 22, 2012 at 8:13 PM, Alfred Perlstein wrote: > > On 12/22/12 6:14 PM, Jan Beich wrote: > >> > >> Ed Maste writes: > >> > >>> When this knob is set standalone debug files for shared objects are > >>> built and installed in /usr/lib

Re: [PATCH] Add WITH_DEBUG_FILES knob to enable separate debug files

2012-12-23 Thread Mark Johnston
On Dec 23, 2012 10:55 PM, "Alfred Perlstein" wrote: > > On 12/23/12 7:20 PM, Garrett Cooper wrote: >> >> On Sat, Dec 22, 2012 at 9:42 PM, Alfred Perlstein wrote: >> >> ... >> lfred/freebsd/tmp/usr/bin/ld: __vdso_gettimeofday.So: >> invalid SHT_GROUP entry >> /usr/obj/usr/home/alfred/freebsd/tmp/u

looking for someone to fix humanize_number (test cases included)

2012-12-23 Thread John-Mark Gurney
sys/types.h include I'll work to get the code into the tree once we get it in a good state. Please cc me as I'm not subscribed to -hackers. Thanks. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has

Re: Syslog-ng weirdness on 9.1-RELEASE

2012-12-12 Thread Mark Saad
looks like i jumped the gun its a bug in syslog-ng https://bugzilla.balabit.com/show_bug.cgi?id=193 On Wed, Dec 12, 2012 at 11:50 AM, Mark Saad wrote: > All > I am wondering if anyone has seen this. I pulled down the 9.1-RELEASE > install media and did a clean install . After i

Syslog-ng weirdness on 9.1-RELEASE

2012-12-12 Thread Mark Saad
-3.7.14.1 sudo-1.8.6.p3_1 syslog-ng-3.3.6_3 unzip-6.0_1 vim-lite-7.3.669 xbitmaps-1.1.1 xextproto-7.2.0 xproto-7.0.22 Anyone have any ideas ? -- mark saad | nones...@longcount.org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mail

Re: Using PC-Sysinstall for automated network installs of FreeBSD

2012-11-19 Thread Mark Saad
On Nov 17, 2012, at 12:19 AM, Warren Block wrote: > On Fri, 16 Nov 2012, Mark Saad wrote: > >> On Nov 16, 2012, at 8:44 PM, Warren Block wrote: >> >>> On Fri, 16 Nov 2012, Warren Block wrote: >>> >>>> Trying to start this from

Fwd: Using PC-Sysinstall for automated network installs of FreeBSD

2012-11-16 Thread Mark Saad
> > On Nov 16, 2012, at 8:35 PM, Warren Block wrote: > >> On Fri, 16 Nov 2012, Mark Saad wrote: >> >>> Useful paths on /export, /export/install/freebsd/9.1/{i386,amd64} >>> this is the contents of the install media rsync'd to a local filesystem &g

Re: Using PC-Sysinstall for automated network installs of FreeBSD

2012-11-16 Thread Mark Saad
er the NFS root mount. Strange , I will test it on virtualbox when I get some time next week . I did a lot of the testing initially on VMware esxi 4.0 and I did not have any issues related to VM stuff . What version of vbox did you use ? What network interface choice did you use in vbox ? -

Using PC-Sysinstall for automated network installs of FreeBSD

2012-11-16 Thread Mark Saad
.7.1_7.tbz #Clean up and reboot runExtCommand=umount ${FSMNT}/mnt runExtCommand=umount ${FSMNT}/dev runCommand=shutdown -r now Notes 1. The package install its some hoop jumping but it works. I hope that Kriss More with add a macro to handle this in the future. I would like it use to PKG_PATH to m

Re: Installing make as pmake when WITH_BMAKE specified (was Re: [CFT/RFC]: refactor bsd.prog.mk to understand multiple programs instead of a singular program)

2012-10-26 Thread Mark Linimon
On Fri, Oct 26, 2012 at 09:34:20AM -0700, David O'Brien wrote: > (there are no pre-build packages for 10-CURRENT). Please see the first two entries on: http://pkgbeta.freebsd.org/ mcl ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-10-01 Thread Mark Felder
On Mon, 01 Oct 2012 15:00:40 -0500, wrote: Sep 21 02:14:55 backups kernel: (da1:mpt0:0:1:0): WRITE(10). CDB: 2a 0 5 ee 60 16 0 1 0 0 Sep 21 02:14:55 backups kernel: (da1:mpt0:0:1:0): CAM status: SCSI Status Error Sep 21 02:14:55 backups kernel: (da1:mpt0:0:1:0): SCSI status: Busy Sep 21 0

MDB ("Memory-Mapped Database"), a read-optimized database library

2012-10-01 Thread Mark Blackman
Hi, I wonder if this is an interesting library for FreeBSD for some userland applications. Perhaps an embedded app running on very low end hardware might benefit. Interesting use of an old idea in any case. http://www.openldap.org/pub/hyc/mdm-slides.pdf - Mark

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-09-15 Thread Mark Saad
On Sep 15, 2012, at 11:36 AM, Mark Felder wrote: > On Fri, 14 Sep 2012 20:37:40 -0500, Mark Saad wrote: > >> How do you have suj on 8.3 ? Are you using a patch ? > > I don't have suj on 8.3 I misread the prior emails > >> Also can

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-09-15 Thread Mark Felder
On Fri, 14 Sep 2012 20:37:40 -0500, Mark Saad wrote: How do you have suj on 8.3 ? Are you using a patch ? I don't have suj on 8.3 Also can you retest 9 with the following sysctlkern.timecounter.hardware=Acpi-fast Yes, I'll attempt that as soon as possible. We're under a

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-09-14 Thread Mark Saad
On Sep 14, 2012, at 8:48 AM, Mark Felder wrote: > Hi Mark, > > Here's the output of our VMs running on ESXi 4.1u1 > > FreeBSD 7.4: > # sysctl kern.timecounter.choice > kern.timecounter.choice: TSC(800) ACPI-safe(850) i8254(0) dummy(-100) > # sys

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-09-14 Thread Mark Felder
Hi Mark, Here's the output of our VMs running on ESXi 4.1u1 FreeBSD 7.4: # sysctl kern.timecounter.choice kern.timecounter.choice: TSC(800) ACPI-safe(850) i8254(0) dummy(-100) # sysctl kern.timecounter.hardware kern.timecounter.hardware: ACPI-safe FreeBSD 8.3: # s

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-09-13 Thread Mark Saad
--- On Sep 13, 2012, at 7:45 PM, Mark Felder wrote: > Changing timer source has not been tested. It doesn't crash in 7.x, so did > something timer related change in 8.x? > Mark Yes the time counter choice priority changed , in 8 favoring higher precision hardware like

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-09-13 Thread Mark Felder
Changing timer source has not been tested. It doesn't crash in 7.x, so did something timer related change in 8.x? ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "fr

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-09-13 Thread Mark Saad
--- On Sep 13, 2012, at 5:13 PM, Andriy Gapon wrote: > on 13/09/2012 22:57 Mark Felder said the following: >> On Thu, 13 Sep 2012 11:28:15 -0500, Kurt Lidl wrote: >> >>> Isn't this what you want? >>> >>> http://stackframe.blogspo

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-09-13 Thread Mark Felder
On Thu, 13 Sep 2012 11:28:15 -0500, Kurt Lidl wrote: Isn't this what you want? http://stackframe.blogspot.com/2007/04/debugging-linux-kernels-with.html -Kurt Interesting -- it looks like that's an option on ESX as well. The only question is: what do I do with that? It's going to give me t

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-09-13 Thread Mark Felder
On Thu, 13 Sep 2012 10:11:28 -0500, Andriy Gapon wrote: Just curious - does VMWare provide a remote debugger support (gdb stub)? I'm not aware of one. What I have been able to successfully do is break into the debugger during the hang but the info I've posted so far has not been relevant

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-09-13 Thread Mark Felder
On Wed, 12 Sep 2012 14:20:26 -0500, John Baldwin wrote: Are you still seeing this, and if so can you get a crashdump? Also, I'm curious if you only see this with SUJ or if plain UFS+SU works fine? The crash on demand right now is producable on 8.x and 9.x, so SUJ isn't a requirement. Also,

Re: Replacing BIND with unbound

2012-08-20 Thread Mark Blackman
ion to the numerous reasons why > BIND in the base is no longer a good fit? Perhaps bunging together a quick wiki-page to point busier individuals at would be handy? - Mark ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailma

Re: How to diagnose system freezes?

2012-08-01 Thread Mark Saad
On Tue, Jul 31, 2012 at 11:14 PM, Yuri wrote: > On 07/31/2012 17:50, Mark Saad wrote: >> >> Yuri >>Install sysutils/mcelog and try running the example included . While >> not a complete definitative hardware test it can report other hardware >> issues that me

Re: How to diagnose system freezes?

2012-07-31 Thread Mark Saad
also mentioned by others... a serial console and DDB may also be useful in > some hangs. > > > Julian >> CPU: i7 CPU 920 @ 2.67GHz >> Memory: 24GB >> MB: P2T >> >> Yuri >> Yuri Install sysutils/mcelog and try running the example incl

Re: Resistance to documentation? (was Re: Pull in upstream before 9.1 code freeze?)

2012-07-17 Thread Mark Linimon
On Tue, Jul 17, 2012 at 01:56:33PM -0700, Dave Hayes wrote: > I've been using FreeBSD since the 90s. My perception (over many > years of observation) is that the FreeBSD people most able to > document what exists and how to use it seem to also have the > greatest resistance to writing any documenta

Using mcelog

2012-07-17 Thread Mark Saad
x27;t ? Are there any options to stay away from , Linux only options etc ? Also does anyone know what options there are for FreeBSD on sparc ? --- Mark saad | mark.s...@longcount.org ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/ma

Re: Replacing BIND with unbound

2012-07-10 Thread Mark Blackman
On 10 Jul 2012, at 08:12, Doug Barton wrote: > On 07/09/2012 14:47, Mark Blackman wrote: >> I never use '-t' with dig. drill *told* me I should use '-t' >> then completely failed to acknowledge I had done so. > > Have y

Re: Replacing BIND with unbound

2012-07-09 Thread Mark Blackman
On 9 Jul 2012, at 23:01, Dag-Erling Smørgrav wrote: > Mark Blackman writes: >> I never use '-t' with dig. drill *told* me I should use '-t' then >> completely failed to acknowledge I had done so. >> >> Marks-Macbook% drill -t www.google.co

Re: Replacing BIND with unbound

2012-07-09 Thread Mark Blackman
On 9 Jul 2012, at 22:37, Dag-Erling Smørgrav wrote: > Mark Blackman writes: >> my DNS resolution is broken, so my ports can't download any tarballs. >> In this case, I reach for dig to see which part of the DNS resolution >> chain is failing me. >> >> A

Re: Replacing BIND with unbound (Was: Re: Pull in upstream before 9.1 code freeze?)

2012-07-09 Thread Mark Blackman
On 9 Jul 2012, at 22:01, Doug Barton wrote: > On 07/09/2012 06:45, Mark Blackman wrote: > >> Indeed, 'dig' and 'host' must be present and working as expected >> in a minimally installed system. > > So if you don't like the versions that get i

Re: Replacing BIND with unbound (Was: Re: Pull in upstream before 9.1 code freeze?)

2012-07-09 Thread Mark Blackman
` and `host` a universally > standard tools for doing DNS lookups. Taking them away in base to > replace them with something else just seems like something that won't > really *help* users. Indeed, 'dig' and 'host' must be present and working as expected in a mi

Re: Pull in upstream before 9.1 code freeze?

2012-07-05 Thread Mark Felder
On Thu, 05 Jul 2012 13:51:25 -0500, Matthew Seaman wrote: AFAIK, no operating system has a stub resolver the capability to validate DNSSEC. Yeah, I was sort of hinting at that :-) ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.o

Re: Pull in upstream before 9.1 code freeze?

2012-07-05 Thread Mark Felder
On Thu, 05 Jul 2012 11:05:42 -0500, Damien Fleuriot wrote: Using a third-party's name servers is not an option And how can you trust that your port 53 TCP/UDP traffic isn't being redirected and you're talking to the real root servers? I think you're being a bit too paranoid... __

Re: Pull in upstream before 9.1 code freeze?

2012-07-03 Thread Mark Felder
On Tue, 03 Jul 2012 07:39:34 -0500, Dag-Erling Smørgrav wrote: I'm willing to import and maintain unbound (BSD-licensed validating, recursive, and caching DNS resolver) if you remove BIND. My only issue is that unbound is still a relatively young project (released 2007) and rapidly evolving

Re: Pull in upstream before 9.1 code freeze?

2012-07-03 Thread Mark Felder
On Tue, 03 Jul 2012 07:39:34 -0500, Dag-Erling Smørgrav wrote: I don't think there will be as much whinging as you expect. Times have changed. Agreed; if we need DNS in base (really, why?) then unbound+nsd are prime candidates, but they're healthily maintained in ports...soo... no real

Re: [CFC/CFT] large changes in the loader(8) code

2012-06-27 Thread Mark Felder
On Tue, 26 Jun 2012 12:37:11 -0500, John Baldwin wrote: I'm hesitant to encourage the use of this as I do think putting GPT inside of a gmirror violates the GPT spec. I personally think this use case is a bit ... odd, anyway. I have only request to those that manage GPT/GEOM/etc -- as I'm

Re: MAGIC with HP KVM - someone will help?

2012-06-25 Thread Mark Felder
On Mon, 25 Jun 2012 09:38:01 -0500, Atte Peltomäki wrote: If it's any consolation, I've used other brand KVM switches as well and the only one I've found quite reliable were Raritan and those cost an arm and a leg. raritan userstation $65.00 http://www.ebay.com/itm/Raritan-Paragon-II-P2-UST

Re: reason for "magic" crashes.

2012-06-24 Thread Mark Felder
Have you proven beyond reasonable doubt that there is no filesystem corruption or silent filesystem corruption due to bad hardware? ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, s

Re: MAGIC with HP KVM - someone will help?

2012-06-22 Thread Mark Felder
On Wed, 20 Jun 2012 01:14:09 -0500, Wojciech Puchar wrote: As this KVM have PS/2 connectors to keyboard and mouse i added USB to dual-PS/2 converter. http://geekhack.org/showwiki.php?title=PS2-to-USB+adapters You probably have a ps/2 converter that's known to be super buggy _

Re: Replacing rc(8) (Was: FreeBSD Boot Times)

2012-06-20 Thread Mark Linimon
On Wed, Jun 20, 2012 at 04:17:52PM +0300, Vitaly Magerya wrote: > The last time concurrent rc patches where proposed I measured boot time > on my laptop (running 8.2-RELEASE i386 IIRC): out of 45 seconds from > power on to login prompt, 20-25 where spent in rc, and parallel > execution of it shaved

Re: Replacing rc(8) (Was: FreeBSD Boot Times)

2012-06-20 Thread Mark Felder
On Wed, 20 Jun 2012 04:27:09 -0500, Fernando Apesteguía wrote: Also, in embedded systems, boot time is an important factor. If you're designing a very specific embedded product based on FreeBSD why aren't you writing your own startup system? Why would anyone expect a general purpose "ou

Re: Replacing rc(8) (Was: FreeBSD Boot Times)

2012-06-20 Thread Mark Linimon
On Tue, Jun 19, 2012 at 06:45:13PM -0400, Richard Yao wrote: > That is already done in Gentoo FreeBSD, or do you want me to do the > work for you to integrate OpenRC in the base system? We want you to do the work to prove that it is an improvement. Otherwise it's "just another claim." You seem t

Re: Upcoming release schedule - 8.4 ?

2012-06-15 Thread Mark Saad
So what , this fell on deaf ears or was it a horridly bad idea ? Anyone care to share ? On Thu, Jun 14, 2012 at 5:12 PM, Mark Saad wrote: > All >  I have an partial solution to this issue I was thinking about this on > my morning train ride, so its a bit bumpy. > > Here are my sol

Re: Upcoming release schedule - 8.4 ?

2012-06-15 Thread Mark Linimon
On Fri, Jun 15, 2012 at 10:16:30AM +0200, Damien Fleuriot wrote: > I'm thinking we might jump straight from 8.x to 10 when the time comes, > I'm really looking forward to Gleb's work on CARP and PF ;) I don't know why you might think one .0 release would be more mature than another .0 release. Ma

Re: Upcoming release schedule - 8.4 ?

2012-06-14 Thread Mark Saad
el updates to both release and stable as needed. Lastly updates released via this new method would be easily checked via uname -a or maybe " freebsd-update show version" Fire away. --- Mark Saad | mark.s...@longcount.org ___ freebsd-hackers

Re: Solving the great resource problem

2012-06-14 Thread Mark Felder
On Thu, 14 Jun 2012 15:23:11 -0500, Dieter BSD wrote: Replacing perfectly good components simply because they are GPL. The purpose of BSD is supposed to be creating a great OS, not providing software hoarders with a supply of free code to abuse. You realize that companies like Juniper have

Re: Upcoming release schedule - 8.4 ?

2012-06-14 Thread Mark Linimon
On Thu, Jun 14, 2012 at 10:29:22AM +0200, Damien Fleuriot wrote: > Whoever said STABLE is no good for production ? > > I used to make us stick to 8.2-RELEASE here at work, but some bugfixes > are just too important to skip (we're running firewalls and had a > problem with a CARP bug). In theory w

Re: Upcoming release schedule - 8.4 ?

2012-06-14 Thread Mark Felder
On Wed, 13 Jun 2012 16:49:18 -0500, Damien Fleuriot wrote: I for one, as a fbsd admin on corporate servers ( read not commiter), would dearly like less releases but a more aggressive MFC approach. Less releases such as less frequent MAJOR releases (7.0, 8.0, 9.0...) or less MINOR release

Re: Upcoming release schedule - 8.4 ?

2012-06-14 Thread Mark Linimon
On Thu, Jun 14, 2012 at 06:50:34AM +0200, Wojciech Puchar wrote: > does it matter. cvsup RELENG_8 and you see updates are done constantly. > just sometime somebody decide to change number :) The difference is the freeze-and-test work that goes between "random date" and "release time". This requir

Re: Upcoming release schedule - 8.4 ?

2012-06-13 Thread Mark Linimon
On Wed, Jun 13, 2012 at 08:50:24AM -0700, Garrett Cooper wrote: > The only way that this would really work is if there were dedicated > sustaining engineers working on actively backporting code, testing it, > committing it, etc. I'm going to agree with Garrett here. IMHO we've reached (or surpass

Re: Upcoming release schedule - 8.4 ?

2012-06-13 Thread Mark Saad
that 9.0 had tons of new features that were added and its not exactly a point release upgrade from 8.2 , however one can argue that if it were there would be less yelling about when version X is going to be EOL'd and when will version Y be released. -- mark saad | nones...@lon

Re: Upcoming release schedule - 8.4 ?

2012-06-12 Thread Mark Linimon
On Tue, Jun 12, 2012 at 07:08:08PM -0400, Jerry McAllister wrote: > You sound like the people who can't decide to get something because a > new version is going to come out sometime before they die. That may be how it seems to end-users, but as we have heard multiple times from people who use Free

Re: usertime stale at about 371k seconds

2012-06-12 Thread Mark Linimon
On Wed, Jun 13, 2012 at 12:30:08AM +0400, Andrey Zonov wrote: > No, I didn't. I want to fix the problem not just file a PR and wait > for years. I do understand your frustration, but we have some new people interested in picking up and handling src-related PRs, so I see the situation as improving

Re: Upcoming release schedule - 8.4 ?

2012-06-11 Thread Mark Linimon
On Mon, Jun 11, 2012 at 03:38:56PM -0700, John Kozubik wrote: > I am looking at the upcoming release schedule, and I only see 9.1 > listed - can anyone confirm or deny 8.4 ? Although I am not on re@, AFAIK the only schedule that is on the table is the one for 9.1. mcl

Re: FreeBSD Boot Times

2012-06-11 Thread Mark Saad
d out the box . Pc-bsd has something called fastboot ? I am am not sure how it works but it improves load time in their setups . See http://lists.pcbsd.org/pipermail/testing/2012-January/006358.html Other then that, there are some other things being developed check the FreeBSD wiki for a rc.

Re: FreeBSD Boot Times

2012-06-11 Thread Mark Felder
They have a lot of manpower and can spend a lot of time replacing the boot subsystems and all startup scripts every 2 releases. For FreeBSD it's not a big issue as most people don't reboot often. If it's an itch you want to scratch you're more than welcome to look into it; that seems to be th

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-06-06 Thread Mark Felder
Hi guys I'm excitedly posting this from my phone. Good news for you guys, bad news for us -- we were building HA storage on vmware for a client and can now replicate the crash on demand. I'll be posting details when I get home to my PC tonight, but this hopefully is enough to replicate the crash

Re: reverse USB driver - is it possible?

2012-06-05 Thread Mark Felder
On Mon, 04 Jun 2012 18:51:50 -0500, Daniel O'Connor wrote: ISTR someone on the lists was talking about a device by http://i-odd.com which does what you want. I found http://renosite.com/ which is a home brew version of the same basic idea. Zalman ZM-VE200 and ZM-VE300 are also what you w

Re: SuperPages utilization survey

2012-06-05 Thread Mark Felder
On Sat, 02 Jun 2012 06:49:18 -0500, Florian Smeets wrote: As far as i understand it does at least enable usage of pages up to 4MB, perhaps someone should teach mysql about the FreeBSD's limits? If you look at the output i sent, it certainly changes from using no superpage mappings at all to usi

Re: SuperPages utilization survey

2012-06-01 Thread Mark Felder
[/usr/home/feld]# python spsurvey.py last pid: 54743; load averages: 0.28, 0.26, 0.24 up 18+07:41:02 16:22:45 145 processes: 1 running, 144 sleeping Mem: 828M Active, 845M Inact, 8517M Wired, 174M Cache, 725M Buf, 265M Free Swap: 4096M Total, 88M Used, 4008M Free, 2% Inuse Total accoun

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-05-31 Thread Mark Felder
So when this hang happens, there never is a real panic. It just sits in a state which I describe as like being in a deadlock. How would I go about getting a crashdump if it never panics? Is it possible to do the dump over a network or something because I don't believe it can write through the

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-05-30 Thread Mark Felder
On Wed, 30 May 2012 12:17:07 -0500, John Baldwin wrote: Humm, can you test it with 2 CPUs? We primarily only run with 1 CPU. We have seen it crash on multiple CPU VMs. Also, Dane Foster appeared to have been using multiple CPUs in his video transcoding VMs. Unfortunately I can't give

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-05-30 Thread Mark Felder
On Wed, 30 May 2012 10:06:13 -0500, John Baldwin wrote: Do you only have one CPU in this VM? If not, do you know which threads the other CPUs were running (e.g. do you have ps7.png, etc.)? correct, only one CPU in the VM ___ freebsd-hackers@freebs

Re: nvidia-driver-295.49 is highly unstable

2012-05-28 Thread Mark Felder
On Sun, 27 May 2012 11:46:23 -0500, wrote: After the recent system upgrade that brought nvidia-driver-295.49 my system began to malfunction. Xorg randomly freezes and gets to 100% CPU (in kde4), switching back from the black terminal takes 30 seconds, some windows don't repaint while windo

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-05-24 Thread Mark Felder
On Wed, 23 May 2012 17:30:40 -0500, Adrian Chadd wrote: Hi, can you please, -please- file a PR? And place all of the above information in it so we don't lose it? I'd be glad to post a PR and assist in helping to get it permanently fixed. I certainly don't want this data to get lost and

Re: ARM + CACHE_LINE_SIZE + DMA

2012-05-21 Thread Mark Tinguely
ngs. It is easy to implement. Other allocations, such as page tables, can benefit from an attributed allocation too. I also like having a separate allocator for the sub-page bus_dmamem_alloc() requests that want uncached buffers. These entries can stick around for a long time. If we just malloced th

  1   2   3   4   5   6   7   8   9   10   >