scripting zfs send & receive, but the script never exits cleanly

2013-04-18 Thread Brian Gold
receives, that would be great too. Thanks, Brian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: Crontabbing a Ruby script inside a screen

2013-01-24 Thread Brian Seklecki (Mobile)
screen(1) is just going to fill a massive buffer, then eventually core. You can capture stdout/stderr to a file using script(1) instead. Its basically the same as: % nohup ./command 2>&1 | tee -a ~/command.log & ~BAS On Thu, 24 Jan 2013, Dwayne Henderson wrote: Hi, I run this Ruby + Seq

Brian

2012-12-10 Thread Brian Blencoe
What security features, set freebsd above other operating systems? What are some high lights that you have for IPv4 and IPv6 routing? Why does freebsd handle the networking protocols differently than others, that makes it better? ___ freebsd-questions@f

Brian Blencoe

2012-12-07 Thread Brian Blencoe
Hello I am a student, doing a presentation project on FreeBSD. I have been surfing your web site, getting some reading done. If you have any good ideas that I could include into my presentation, please email me. Thank You Brian Blencoe 910-470-7001 blenc...@gmail.com

RE: odd phantom directory

2012-11-16 Thread Brian Gold
ctly, except for those phantom files. I then reran my rsync script, which DIDN'T error this time, shipped all the files over, and I can now read those phantom files/folders just fine. -Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@free

RE: odd phantom directory

2012-11-16 Thread Brian Gold
Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Brian Gold Sent: Friday, November 16, 2012 9:37 AM To: freebsd-questions@freebsd.org Subject: odd phantom directory Hi all, I ran into a rather odd issue this morning with my FreeB

odd phantom directory

2012-11-16 Thread Brian Gold
Hi all, I ran into a rather odd issue this morning with my FreeBSD 9.0-Release system running ZFS v28. This system serves as an RSYNC host which all of our other systems back up to each night. Last night, I started getting the following error: file has vanished: "/backup/ldap1/etc/pki" Now

Re: bad root shell in /etc/passwd

2012-09-26 Thread Brian Seklecki
guidance? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" -- Brian A. Seklecki CE-Pro Bikes, LLC 412-378-3823 (m) PGP Key Ava

Re: have desktop on freebsd

2012-09-20 Thread Brian W.
Pcbsd is always an option. On Sep 20, 2012 2:50 AM, "saeedeh motlagh" wrote: > thank you every body for your answers. i understand that my garphic > card is NVIDIA not intel therefore i installed nvidia driver from > port. now it seems that everything is ok. there is no error in > Xorg.log file a

FreeBsd modules

2012-09-04 Thread Brian Stivala
cannot find where the modules are located in freebsd. Can I have some assistance. Regards, Brian Stivala ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: Building a FreeBSD desktop.

2012-08-20 Thread Brian W.
The pcbsd project which uses FreeBSD is another option. On Aug 20, 2012 11:31 PM, wrote: > > > On Mon, 20 Aug 2012, James D. Parra wrote: > > I was looking to build a desktop to learn FreeBSD and was wondering if >> there >> is a list of parts to build one or to just look at the hardware >> comp

Re: how to speed up port make??

2012-07-25 Thread Brian W.
You could use pkg_add -r xorg to get it and all of its dependencies installed. I usually use that, in combination with ccache to speed up compiles called by portupgrade. Brian On Jul 25, 2012 8:38 AM, "Mr U" wrote: > > hi > > is it possible to speed up port make ?? >

Re: Sendmail and Postfix

2012-06-22 Thread Brian W.
During subsequent system upgrades, of you build from source, you should watch out for thus during the mergemaster piece. Brian On Jun 22, 2012 11:44 AM, "Matthew Seaman" wrote: > On 22/06/2012 19:19, Walter Hurry wrote: > > It seems that Sendmail is embedded somehow in the b

Re: (Free 7.2) "su -l" didnt prompt password.Is it possbile?

2012-06-18 Thread Brian W.
I have only seen thuis after a source upgrade where mergemaster wants to remove the passwd. Has a source upgrade been done recently? Brian On Jun 18, 2012 7:26 AM, "Budnev Vladimir" wrote: > 18.06.2012 18:02, Mike Tancsa написал: > >> On 6/18/2012 9:31 AM, Budnev Vladimi

Re: P5-FuzzyOcr port

2012-06-13 Thread Brian W.
I was migrating from v7 to v8 when I saw this a few nights ago. The upgrade was going speedily well till I hit that. Like I said I was able to get through it by building the port. On Jun 13, 2012 12:25 AM, "Matthew Seaman" wrote: > On 13/06/2012 07:17, Brian W. wrote: > > Pkg_

P5-FuzzyOcr port

2012-06-12 Thread Brian W.
Pkg_add -r can't find a package for this; I presume this is deliberate because of the unmaintained status of fuzzyocr? Brian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Booting from ZFS with serial console

2012-06-11 Thread Brian McCann
on every boot now. Can someone please shed some light on why it's crashing like this? I'm fairly confident this behavior is a bug and not "by design"...but I can't believe that this bug would not be noticed up until now. Thanks! --Brian -- _-=-_-=-_-=-_-=-_-=-_-=-_-=

Re: Version Selection

2012-06-11 Thread Brian W.
There are two advantages that come to mind quickly. With amd64 you could install more than 4 gigs of ram and have it recognized. With i386 if you need to do this pae would need to be installed, which FreeBSD doc pages say is if beta quality. I bet that amd64 will get more dev attention. On Jun 1

Re: how to allow by MAC

2012-06-10 Thread Brian W.
I would ask what problem do you want to solve here; is it preventing a userjust from getting out unless they are using their assigned address, or something else? On Jun 10, 2012 8:16 PM, "Bill Yuan" wrote: > Hi Lan, > > Thanks for your reply, I am reading some old emails which you sent in 2008 >

Re: Why Clang

2012-06-06 Thread Brian W.
questions-unsubscr...@freebsd.org" > > i believe it at least partially has to do with license. FreeBSD does not > "ship" (maybe correct word?) with any GPLv3 licensed software. > > Waitman Gobble > San Jose California USA > __

upgrade from 7-stable to 8-stable

2012-06-06 Thread Brian W.
. Brian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: kde4 on 8.3 and laptop

2012-05-29 Thread Brian W.
On May 29, 2012 10:28 PM, "Gary Aitken" wrote: > > On 05/29/12 22:15, Jim Pazarena wrote: > > I had kde3 running just fine on 8.2 on my laptop. > > > > I have now installed 8.3 -and- kde4 on my laptop, and the kde system > > will not work as expected. > > > > when I type kdm (which is at /usr/loca

Re: User can't login but /etc/(master.)passwd OK

2012-05-09 Thread Brian
On 5/9/2012 8:08 AM, Michael Sierchio wrote: On Wed, May 9, 2012 at 8:03 AM, Robert Bonomi wrote: "Details are *IMPORTANT*" What's the user's shell in the password file, and does that shell: exist? executable? In the /etc/shells file? ___ freebsd-

cvsup10.freebsd.org seems broken

2012-02-05 Thread Brian Behlendorf
check this out. Brian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

freebsd 8.2 lockups on Dell T610 w/ Perc 6/i

2012-01-02 Thread Brian Gold
to date. We are still experiencing the issue however. Fortunately, iDrac continues to work during the lockup, so we have been able to power-cycle the server remotely, but it is still a big pain. If anyone has any suggestions, I would be very appreciative. Brian Gold System Administrator Bard College

Re: Static IP on a Bridge

2011-12-29 Thread Brian Seklecki (Mobile)
Also, what MAC address does the DHCPREQUEST packet appear to be sourced from (from the view of your DHCP server, or on the wire somewhere between the two (SPAN PORT)) ~BAS This sounds familar. ___ freebsd-questions@freebsd.org mailing list h

Re: KVM - FreeBSD Network Problem

2011-10-07 Thread Brian Seklecki (Mobile)
What can be the problem? Any suggestion? Show us: ifconfig -a arp -an netstat -rn netstat -i netstat -s Are other KVM guests on this hypervisor working? Are you briding or routing/NAT from your hypervisor? ~BAS ___ freebsd-questions@freebs

Re: ICMP redirects and FreeBSD

2011-09-17 Thread Brian Seklecki (Mobile)
On Sat, 17 Sep 2011, Brett Glass wrote: Here's a networking question: Does FreeBSD generate and accept ICMP redirects? Is it controllable via tuneables? How long do routing tables $ sysctl -d net.inet.ip.redirect net.inet.ip.redirect: Enable sending IP redirects Accepting them sounds like th

Re: CARP on 9.0 (was no subject)

2011-08-26 Thread Brian Seklecki (Mobile)
How about: %sudo netstat -s carp ...on both machines. A few years ago I submitted (or maybe it was Steve Polyack) a patch to add debugging to CARP, not sure if it ever got commited. Need-more-Cisco'sih-Debugging. ~BAS On Fri, 26 Aug 2011, Patrick Lamaiziere wrote: Le Fri, 26 Aug 2011

Re: FreeBSD reports incorrect amount of memory

2011-06-21 Thread Brian Seklecki (Mobile)
trying to use memory that isn't there? How do I debug/fix this? Just curious, what was memtest86+ report? Can you install dmidecode(8) from /usr/ports/sysutils/dmidecode I'd be very suprised if GCC started misbehaving during compile ~BAS Didn't find anything with google. ___

Re: Dell R210 "no disks found"

2011-05-30 Thread Brian Seklecki
a BIOS setting that I need to check or something? I've spent about a week on this and will need to return both R210s soon if I can't get them working. Thanks, Jaime Kikpole -- Brian A. Seklecki CE-Pro Bikes, LLC 412-378-3823 (m) PGP Key Available Upon Request ___

Re: Link and network level in the tcp/ip stack

2011-05-07 Thread Brian Seklecki
. -- Brian A. Seklecki CE-Pro Bikes, LLC 412-378-3823 (m) PGP Key Available Upon Request ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-ques

Re: Quick question about sound drivers (esp. snd_hda)

2011-03-11 Thread Brian Waters
Fri, Mar 11, 2011 at 6:31 PM, Frank Shute wrote: > On Fri, Mar 11, 2011 at 03:29:44PM -0500, Brian Waters wrote: >> >> It seems to me that under /dev, you can have the following >> sound-related device files: >> >> dspX >> dspX.Y >> (among others) >

Quick question about sound drivers (esp. snd_hda)

2011-03-11 Thread Brian Waters
numbers" in the snd_hda driver, but I could be wrong. Please correct me! Thanks, Brian Waters ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: Best Laptop to buy for Freebsd Without OS?

2011-02-20 Thread Brian Callahan
the exception of someone who wants to buy a nascent, possibly (hopefully) emerging architecture, to play with or to port software. Or someone who cares that much about free software and doesn't care about the limitations of the architecture. This isn't what the OP wants. ~Brian __

Re: BSD Magazine PDFs

2011-02-17 Thread Brian Callahan
That looks right. BSDMag was a quarterly prior to 2010 and started in the middle of 2008, from what I remember. And they missed a month in 2010. ~Brian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Best Laptop to buy for Freebsd Without OS?

2011-02-17 Thread Brian Callahan
rices aren't the cheapest. I personally buy my laptops by going to Staples, Circuit City, Best Buy, etc. with the latest OpenBSD-current to check its dmesg (and I highly recommend this) and blasting Windows off the HD as soon as I get home, but the OP asked for no-OS laptops. ~Brian __

Re: Best Laptop to buy for Freebsd Without OS?

2011-02-17 Thread Brian Callahan
no-OS laptops, try Puget Systems www.pugetsystems.com or PCs for Everyone www.pcsforeveryone.com HTH ~Brian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: Problem with freebsd-update on 7.3-RELEASE

2011-01-27 Thread Brian DeFreitas
Konstantin Vasilyev wrote: > I know about how freedsd-update work. > I use for a long time. > But I don't understand why is freebsd-update going to update > > FreeBSD ota2.cellnetrix.com 7.3-RELEASE-p4 FreeBSD 7.3-RELEASE-p4 > to > > The following files will be updated as part of updating to > > 7

Re: Problem with freebsd-update on 7.3-RELEASE

2011-01-27 Thread Brian DeFreitas
Konstantin Vasilyev wrote: > Hi all! > > I have installed > %uname -a > FreeBSD ota2.cellnetrix.com 7.3-RELEASE-p4 FreeBSD 7.3-RELEASE-p4 #3: > Tue Jan 25 19:19:34 MSK 2011 > kvasi...@ota2.cellnetrix.com:/usr/obj/usr/src/sys/GENERIC i386 > > I have > @dailyfreebsd-update cron > i

USB Stack/# of bytes to read?

2010-12-07 Thread Brian J. McGovern
All, I have a couple of quick questions about the USB stack in 8.x that I'm hoping someone with a bit more experience than I can answer. I am currently working on a device driver for a Velleman K8055 board. Basically, it does digital and analog I/O under the control of a PC via USB. I've go

Re: /etc/rc.d/netif & em interfaces

2010-12-03 Thread Brian McCann
On Wed, Dec 1, 2010 at 11:15 AM, Brian McCann wrote: > On Wed, Dec 1, 2010 at 10:51 AM, Brian McCann wrote: > >> >> This isn't a Dell PoweEdge, but at least this is two platforms it's >> happening on now.  Strangely, my VMWare virtual machines that use the >

Re: /etc/rc.d/netif & em interfaces

2010-12-01 Thread Brian McCann
On Wed, Dec 1, 2010 at 10:51 AM, Brian McCann wrote: > > This isn't a Dell PoweEdge, but at least this is two platforms it's > happening on now.  Strangely, my VMWare virtual machines that use the > em driver do not have this problem. > > TSO is disabled. > &g

Re: /etc/rc.d/netif & em interfaces

2010-12-01 Thread Brian McCann
On Wed, Dec 1, 2010 at 9:29 AM, Brian A. Seklecki (CFI NOC) wrote: > >> To make this problem even stranger, I can make a connection from the >> server to a workstation without issue.  It appears to only be incoming > >  We've seen something very similar to this; w

Re: /etc/rc.d/netif & em interfaces

2010-12-01 Thread Brian A. Seklecki (CFI NOC)
abled? (-tso or tso flag in $ifconfig_emX) Does appending "up" to the end of if $ifconfig_emX solve the problem? ~BAS connections. Thanks again, --Brian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/l

Re: /etc/rc.d/netif & em interfaces

2010-12-01 Thread Brian McCann
On Wed, Dec 1, 2010 at 8:42 AM, Brian McCann wrote: > I'm having an interesting problem on a fresh 8.1-RELEASE1 install. > I'll start by saying this didn't happen on 7.1 on the same exact > machine.  I've been fighting with this for 2 days now and have come up > w

/etc/rc.d/netif & em interfaces

2010-12-01 Thread Brian McCann
ndor=0x8086 subdevice=0x348d class=0x02 FWIW, this is on an Intel 1530 series server. Thanks in advance, --Brian -- _-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_ Brian McCann "I don't have to take this abuse from you -- I've got hundreds of people waiting to abuse me."        

Restarting network & vlan interface = kernel memory corruption (if_vlan / conf/63700 redux)

2010-11-19 Thread Brian A. Seklecki
ermail/freebsd-hackers/2008-February/023440.html http://www.freebsd.org/cgi/query-pr.cgi?pr=63700&cat= (Circa 2004) http://lists.freebsd.org/pipermail/freebsd-net/2007-September/015447.html http://lists.freebsd.org/pipermail/freebsd-net/2010-June/025514.html -- Brian A. Seklecki Collaborative Fusion, Inc. signature.asc Description: This is a digitally signed message part

Re: Mother board compatibility and CF card usage as main storage device for small DNS server

2010-09-30 Thread Brian A. Seklecki (CFI NOC)
On 9/30/2010 4:11 AM, Kaya Saman wrote: I mean for a DNS server (all be it a small one) is it wise to use compact flash as storage?? For our GSLB DNS Slaves, we boot embedded/low power (or even VMs these days) systems with CF images off of flash, keep a shadow copy of /etc around, and progra

Anyone client-bridge'ing with ath(4) ?

2010-08-12 Thread Brian A. Seklecki (CFI NOC)
All: It's a bit hard to track where we stand with this issue. Is anyone having success running client-bridge (wifi0 in client mode, briding to wired interfaces)? From assorted posts, I understand ath(4) can't transmit from arbitrary source MACs or there's some limitation to the the

Re: FreeBSD vs YouTube

2010-07-14 Thread Brian Callahan
Depends on how you want to do it. You can use www/youtube_dl to get the movies, then watch on your player of choice. Or if you really want to watch in a browser can go to youtube.com/html5 and sign up for the HTML5 beta. Then on a (very) modern browser, any videos with HTML5 will work. Unfortunatel

Re: CVSUP

2010-06-10 Thread Brian Seklecki (Mobile)
RELENG_8_0 Yes. This will give you the latest 8.0 release + desired patch level (critical security patches). This is almost certain what you want to be running before going to production status. I mean, you could use RELENG_8_0_RELEASE I suppose, but then the cvsup would be without merit.

Re: where can i dl freebsd?

2010-05-06 Thread Brian Callahan
Check the FreeBSD website? There have been DVD releases since 7.1-RELEASE, if my memory serves. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-

Re: Addition to BSDstats

2010-05-04 Thread Brian Callahan
On Tue, May 4, 2010 at 11:40 PM, Fbsd1 wrote: > Marc G. Fournier wrote: > >> On Tue, 4 May 2010, Marc G. Fournier wrote: >> >> Don't worry about it, found and fixed that bug ... it had to do with >> trying to masquarade behind haproxy, so it looked like all systems were >> coming in from Panama i

Re: Bacula 5.0 compiler error (crypto.c)

2010-04-29 Thread Brian A. Seklecki (NOC)
On Mon, 2010-04-26 at 09:48 -0400, Brian A. Seklecki (CFI NOC) wrote: > On 4/26/2010 9:05 AM, Efren Bravo wrote: > > I've OpenSSL 1.0.0 installed and ports up2date. > > > > My server is on production, so, What do you think I should do in my case? > > > > Okay

8.0-R failing to parse DHCP root-path or loader.conf/rc vars (Diskless NFS/PXE)

2010-04-27 Thread Brian A. Seklecki (CFI NOC)
All: DHCP: option root-path "192.168.224.67:/export/tftpboot/root-db"; loader.rc: set vfs.root.mountfrom="nfs" set vfs.root.mountfrom.options="rw" set boot.nfsroot.path="/export/tftpboot/root-web" set boot.nfsroot.server="192.168.224.67" loader.conf: mfsroot_load="NO" nfsclient_load="

Re: Bacula 5.0 compiler error (crypto.c)

2010-04-26 Thread Brian A. Seklecki (CFI NOC)
On 4/26/2010 9:05 AM, Efren Bravo wrote: I've OpenSSL 1.0.0 installed and ports up2date. My server is on production, so, What do you think I should do in my case? Okay yea you'll need 5.0.1 and a copy of K&R or Stevens` APUE to help hold you down. [1] ~BAS 1. Down under water, until the t

Re: Bacula 5.0 compiler error (crypto.c)

2010-04-24 Thread Brian A. Seklecki (NOC)
> crypto.c: In function 'ASN1_OCTET_STRING* openssl_cert_keyid(X509*)': > crypto.c:333: error: invalid conversion from 'const X509V3_EXT_METHOD*' to > 'X509V3_EXT_METHOD*' > crypto.c: In function 'CRYPTO_SESSION* crypto_session_new(crypto_cipher_t, > alist*)': What's your "uname -a" look like?

PXE + sysinstall(8) install.cfg: DHCP Attribute to map install config/policy to system MAC?

2010-04-21 Thread Brian A. Seklecki (CFI NOC)
All: The install.cfg mechanism is pretty wicked. Unfortunately, there doesn't seem to be a really efficient way to provide new clients (or class of clients) an install.cfg without rebuilding an MFSROOT image. At least with pxeboot(8), in TFTP-only-mode, using dhcpd.conf(5) client{}

Debugging RLIMITs signals: SIGXFSZ and SIGXCPU

2010-04-12 Thread Brian A. Seklecki (CFI NOC)
All: I've got a process that is mysteriously receiving a SIGTERM (or other signal. It's a RADIUS daemon; runs a non-Root (not privsep, unfortunately). Identical hardware, identical code, identical config on 6.3-PL is fine. On 8, the daemon is logging receipt of a non-HUP signal and

FreeBSD 8, serial console problem

2010-03-22 Thread Brian Wolman
FreeBSD 8 uses the uart system to handle serial consoles, I changed mine over and I've been running into problems since. I have serial console access during the loader and boot process, but it freezes right after boot and posting of the date: Mon Mar 22 22:18:08 EDT 2010 Well, the kernel still o

natd opening partition

2010-03-18 Thread Brian Wolman
er I would still like to know what I could have done to cause that, or if maybe it's some kind of bug. -Brian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any m

Re: IPv6: rtsol must be run a second time after boot to pick up default route

2010-02-03 Thread Brian Conway
On Wed, 3 Feb 2010, Brian Conway wrote: I recently set up an HE.net tunnel using the following guides: http://www.freebsd.org/doc/handbook/network-ipv6.html http://www.freebsddiary.org/ipv6.php FreeBSD 7.2-p5 is used for the router and the host, and it works beautifully, except that the

IPv6: rtsol must be run a second time after boot to pick up default route

2010-02-03 Thread Brian Conway
ut I suppose it could go either way. I'd much prefer not to add in extra calls of rtsol in /etc/rc.local. Thanks. Brian Conway ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscr

Re: ipv6 static route.

2010-01-25 Thread Brian A. Seklecki (CFI NOC)
On 1/25/2010 12:15 PM, Peter Ankerstål wrote: How do I set a static ipv6 route in rc.conf? This command works: route add -inet6 -net 2003:16c8:dc1e:2:: -prefixlen 64 2003:16c8:dc1e::2 and I use this in rc.conf: ipv6_static_routes="2003:16c8:dc1e:2:: -prefixlen 64 2003:16c8:dc1e::2" Do it li

Re: Yahoo! moving to Linux???

2009-12-19 Thread Brian A. Seklecki (CFI NOC)
http://m.de.yahoo.com was running YTS on Linux when last queried at 19-Dec-2009 19:12:25 GMT - refresh now Site Report Hard to stand, I'd expect FreeBSD get replaced by Windows because of MS/Yahoo! agreement, but Linux?? Its possible the frontend loadbalancer/L4 switch is an A10 at Yahoo!, and

Re: Apache 2.2 mod_ldap refusing to work over SSL/TLS

2009-11-25 Thread Brian A. Seklecki (CFI NOC)
As far as I can tell, it doesn't even get to the certificate verification phase even though the STARTTLS command is successful. Is there any level of debugging that can be increased on the Apache side ? Possibly a build/compile-time option for the module? Debugging apache code can always b

Re: Specific interface to default route

2009-11-25 Thread Brian A. Seklecki (CFI NOC)
Anthony M. Rasat wrote: Dear all, I have two (ethernet) network interface with IP address within the same subnet, call it msk0 and nfe0. Interface msk0 have IP address 192.168.0.2 and nfe0 192.168.0.3 and default router IP address is 192.168.0.1. route(8) takes a 'dev' argument, but the co

pf nuttyness

2009-11-24 Thread Brian McCann
D for pf use...which would be a shame since I use FreeBSD for all my other servers, and having 2 OpenBSD boxes would just be... weird... --Brian -- _-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_ Brian McCann "I don't have to take this abuse from you -- I've got hundreds of

Re: jail - beginner questions

2009-11-18 Thread Brian A. Seklecki (CFI NOC)
I really think that it should be corrected to: cd /usr/src make distribution DESTDIR=$D That's almost certainly correct, but it notes: "Notes [1] This step is not required on FreeBSD 6.0 and later." But then I get this error in syslog: bind: Can't assign requested address That's a

atom based servers

2009-11-11 Thread Brian Whalen
I see supermicro and potentially others have atom servers available, anyone tried these on freebsd with success? Brian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: mfi(4) lockups and the adapter event log

2009-11-09 Thread Brian A. Seklecki
> with linux-megacli showed TONS of messages. Trying to clear them using > linux-megacli seemed to cause a similar lockup, filled with command > timeouts, but no fatal firmware error. Also, does anyone know if the mfiutil(8) util in RELENG_8 has the ability to purge the event log? Man page

Re: Broadcom bce interface problems

2009-10-14 Thread Brian McCann
2 nics, and how many does > the blade have? > > On Wed, Oct 14, 2009 at 10:49 AM, Brian McCann wrote: >> >> On Wed, Oct 14, 2009 at 8:18 AM, H.Fazaeli wrote: >> > what type of blade switch you are using? >> > Are you using HS21 onboard ports or an expansio

Re: Broadcom bce interface problems

2009-10-14 Thread Brian McCann
On Wed, Oct 14, 2009 at 8:18 AM, H.Fazaeli wrote: > what type of blade switch you are using? > Are you using HS21 onboard ports or an expansion card? > > Make sure the corresponding internal ports of > the blade switch are at 'no shutdown' state. > > > Br

Re: Broadcom bce interface problems

2009-10-13 Thread Brian McCann
On Tue, Oct 13, 2009 at 8:41 AM, Steve Bertrand wrote: > Brian McCann wrote: >> I'm having problems with the bce interface on a FreeBSD 7.2 install, using >> an IBM BladeCenter HS21 machine.  The machine uses the NetXtreme II card. >>  The really strange thing here i

Broadcom bce interface problems

2009-10-13 Thread Brian McCann
t one point when I reset the switch (at least, I think that's what I did), and it detected 1000BaseSX as the media and showed a status of active, but promptly went away. If I try setting the media type manually, that doesn't appear to work. Has anyone seen this or have any ideas?

Re: FreeBSD 6.3 installation hacked

2009-09-22 Thread Brian Seklecki
On Tue, 2009-09-22 at 05:01 -0700, Aflatoon Aflatooni wrote: > My server installation of FreeBSD 6.3 is hacked and I am trying to find out > how they managed to get into my Apache 2.0.61. > > This is what I see in my http error log: > > [Mon Sep 21 02:00:01 2009] [notice] caught SIGTERM, shutti

Re: Trying to make a mirror for a disconnected lab

2009-08-28 Thread Brian A. Seklecki
On Tue, 2009-08-25 at 22:20 -0400, Duncan Hutty wrote: > > Q. ports/distfiles contains tarballs of multiple versions of each > software; I assume that I only need one version of each tarball. And > since this mirror as described comes to ~100GiB, how can I modify my For this you want portsclea

Re: bwi driver

2009-08-14 Thread Brian A. Seklecki
On Fri, 2009-08-14 at 12:41 +, Eitan Adler wrote: > I have a Lenovo G530 laptop with a broadcom wireless card. > I downloaded the drivers referenced here: If the driver didn't attach because IBM chose some exotic OEM PCI ID, then the grep wont find it. You really should post the full pciconf(

Re: ZFS Boot Support from Installer

2009-08-14 Thread Brian A. Seklecki
On Fri, 2009-08-14 at 08:58 -0700, Tim Gustafson wrote: > then there's no reason that the functionality couldn't or shouldn't be > built into the installer. With a few machines, yes. Once you get to 5 or 6, start building your own custom internal ISOs, and maintain your configuration templates in

Re: ZFS Boot Support from Installer

2009-08-14 Thread Brian A. Seklecki
On Mon, 2009-08-03 at 09:48 -0700, Tim Gustafson wrote: > Hi, > > I was wondering if there was a plan or time line in place to support > ZFS boot partitions in the installer. No one has gone near that stuff in years. We don't even have gmirror(8) creation support in there. Best not to use sysi

Writing to a uhid device?

2009-08-05 Thread Brian McGovern
I picked up a Velleman K8055 digital I/O controller that connects to a PC via a USB port. FreeBSD picks up this device as a uhid, and I can see the following elements: bmcgover-pc# usbhidctl -f /dev/uhid2 -r Report descriptor: Collection page=Microsoft usage=0x0001 Input size=8 count=1 page=Micr

FIONREAD behavior possible on uhid?

2009-08-03 Thread Brian J. McGovern
All, I recently picked up a Velleman K8055, which is basically a Digital and analog I/O board that connects to a PC via a USB connection. So far, its worked fine w/FreeBSD, the uhid driver picks it up, and a simple cat < /dev/uhid0 will start pulling the 8 bytes that represent the inputs an

Re: Webcam problem - pwc

2009-07-25 Thread Brian Seklecki
On Sat, 2009-07-04 at 22:12 +, Antonio Rieser wrote: > ugen0: 3> on uhub1 The driver didn't attach to the device. Look in the driver source code for product ID 0x08dd. Change/Add, then recompile the kernel and try again -- no promises. ~BAS ___ f

Re: Additional sa devices?

2009-07-25 Thread Brian Seklecki
On Fri, 2009-07-10 at 11:52 +0700, Olivier Nicole wrote: > Hi, > > > My question is what the difference is between 'sa0.0' and 'sa0.[1-3]'. > > I can't seem to find it documented anywhere. > Maybe submit a PR+Patch to the man page file? ~BAS > >From the top of my head, I think I remember de

Journal overflow panic

2009-07-22 Thread Brian McCann
=12964584978944 inactive=12964580737536) . I'm on FreeBSD 7.0. I've done some digging, and really can't come up with anything. I've checked the drives on the controller, and none of them are reporting any errors (3ware SATA RAID controller). Does anyone have any

Stability issues after upgrading to 7.1 - NFS related?

2009-07-18 Thread Brian DeFreitas
7;s happening, or help us get more debugging information, it would be very helpful. [1] http://lists.freebsd.org/pipermail/freebsd-current/2009-May/006434.html -- Brian DeFreitas Lead Unix Systems Administrator Network Infrastructure, RSSP-IT UC Berkeley pgpW3JBwvnLhZ.pgp Description: PGP signature

Re: SSO solution in ports?

2009-07-17 Thread Brian A. Seklecki
On Thu, 2009-07-16 at 10:52 -0400, John Almberg wrote: > I am trying to build a set of web applications that are accessed > through a web portal that uses a Single Sign On (SSO) solution. Combine your SSO (LDAP mostly, Kerberos is a waking nightmare) with a 2FA/TFA (Second Factor Authenticatio

Re: Attempting ZFS Only Install of 7.2

2009-07-16 Thread Brian Seklecki
On Thu, 2009-07-16 at 17:01 -0500, Jason Garrett wrote: > "LOADER_ZFS_SUPPORT=YES", as It wouldn't even boot the kernel before I > did JG: Why don't we setup a public autobuild farm (amd64 only) and build with that flag set? The other option is to modify a LiveCD framework with it. ~BAS Thi

Re: fsck

2009-06-16 Thread Brian A. Seklecki
you an set your ACPI settings to default to power on state when power is restored. You can get a APC Backups 350 for ~ $50 retail. -- Brian A. Seklecki Collaborative Fusion, Inc. signature.asc Description: This is a digitally signed message part

Re: Legato Client for freeBSD 7

2009-06-11 Thread Brian A. Seklecki
On Thu, 2009-06-11 at 10:29 +0200, Gian Paolo Buono wrote: > Hi, > I have a server running freeBSD7 that needs the legato backup client Legato is no more. Legato and RSA are now EMC. Time to upgrade to Bacula! ~BAS ___ freebsd-questions@freebsd.

Re: FreeBSD 7.1 opencrypto --> kern.cryptodevallowsoft

2009-05-18 Thread Brian Seklecki
t 11:21 +0100, Brendan Kennedy wrote: > Hi Brian, Patrick, > > Thanks for your responses. I agree that it looks like a bug! I'm a bit > of a newb to FreeBSD. Where should I go to log this? > > I ran (as root ;) ) > > > openssl engine > (padlock) VIA PadLock (no-RNG, no

Re: FreeBSD 7.1 opencrypto --> kern.cryptodevallowsoft

2009-05-15 Thread Brian A. Seklecki
On Tue, 2009-05-12 at 19:14 +0100, Brendan Kennedy wrote: > Hi All, > > I'm trying to test a hardware crypto driver, but want to run my tests > through the software driver first (and possibly use the software > driver to validate results). > I have set the following in my GENERIC conf file: > Wh

Re: Sun E250

2009-05-15 Thread Brian A. Seklecki
On Mon, 2009-05-11 at 16:19 +0100, RAUL H C LOPES wrote: > Hi, > > No. the A1000 does not require any special RAID controller. > > Freebsd 7.2 is freezing after message: > Jumping to kernel entry at 0xc0078000 Okay, this erroneous behavior is happening much earlier than before the RAID controll

freebsd-update: cannot open files/.gz: No such file or directory

2009-05-15 Thread Brian Hoort
I've been trying every few days to update from 7.1-P5 to 7.2 using freebsd-update.  It always goes as follows: statler # freebsd-update upgrade -r 7.2-RELEASE Looking up update.FreeBSD.org mirrors... 6 mirrors found. Fetching metadata signature for 7.1-RELEASE from update5.FreeBSD.org... done. Fet

freebsd-update: cannot open files/.gz: No such file or directory

2009-05-14 Thread Brian Hoort
t be merged automatically: /etc/mail/mailer.conf Press Enter to edit this file in vi and resolve the conflicts manually... ^C Any thoughts? Thanks for your time! -- Brian Hoort ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: Sun E250

2009-05-11 Thread Brian A. Seklecki
On Mon, 2009-05-11 at 10:27 +0100, RAUL H C LOPES wrote: > Hello, > > We've got a Sun server E250 with a disk array Storedge A1000. We'd like > to Try a LiveCD on it? Also, does the Storedge A1000 require a special RAID controller or does it appear on the onboard HBA as a logical volume? In my

Re: FreeBSD on VMware ESXi

2009-05-08 Thread Brian A. Seklecki
On Wed, 2009-05-06 at 13:44 +0300, Daniels Vanags wrote: > We moved Hard Disk Drives from HP ProLiant DL 385 G2 with 4GB RAM, AMD > Opteron processor to HP ProLiant DL 380 G5, 4GB RAM, Intel Xeon > processor. > > Disks contain FreeBSD Virtual Machines running in VMware ESXi Server. > When trying t

Re: HyperThreading

2009-05-08 Thread Brian A. Seklecki
On Wed, 2009-05-06 at 02:20 -0400, APseudoUtopia wrote: > Am I correct to assume that the above means that HTT is enabled? > There is nothing in my loader.conf, sysctl.conf, or kernel config file > related to hyperthreading. Yes, you are correct. Try: % sudo ps gauxww Or % sudo top You can

Re: filesystem: 12h to delete 32GB of data

2009-05-08 Thread Brian A. Seklecki
On Wed, 2009-05-06 at 13:54 +0200, Olivier Mueller wrote: > -> it took about 12 hours to delete these 30GB of files and > sub-directories (smarty cache files: many small files in many dirs). Haven't you ever had the pleasure of running Sendmail on Solaris? :) Move this data store to a separate pa

  1   2   3   4   5   6   7   8   9   10   >