BIOCSSEESENT ioctl on 5.1 ...

2003-07-01 Thread Matthew Grooms
Question, Is there somthing magic about setting this flag? I wrote a small program ( built on 5.1 ) that uses the bpf to read broadcast packets off a local private network, forward them to a peer ( over IPSEC ) who in turn drops them onto its private network ( and visa-versa ). To prevent loo

Re: BIOCSSEESENT ioctl on 5.1 ...

2003-07-01 Thread Matthew Grooms
Woops, Please disregard the previous post ... amature programmer at play. Can an ioctl call return before processing the request? When I started using seperate variables for the int=1 and int=0 ioctl values, everything works fine. -Matthew >Question, > > Is there somthing magic about se

Resizing a zpool as a VMware ESXi guest ...

2014-10-10 Thread Matthew Grooms
All, I am a long time user and advocate of FreeBSD and manage a several deployments of FreeBSD in a few data centers. Now that these environments are almost always virtual, it would make sense that FreeBSD support for basic features such as dynamic disk resizing. It looks like most of the par

Re: HEADS UP: Merging projects/bhyve_svm to HEAD

2014-10-15 Thread Matthew Grooms
Fantastic news! Greatly appreciated. -Matthew On Oct 15, 2014 10:00 PM, Anish Gupta wrote: > > Hi all, > > The projects/bhyve_svm branch is ready to be merged to HEAD. > > This branch contains patches to bhyve to enable it to work on AMD > processors with SVM/AMD-V hardware extensions[1]. Pre

Re: Resizing a zpool as a VMware ESXi guest ...

2014-10-18 Thread Matthew Grooms
On 10/16/2014 3:17 AM, Garrett Cooper wrote: On Oct 16, 2014, at 1:10, Edward Tomasz Napierała wrote: "camcontrol rescan" does not force fetching the updated disk size. AFAIK there is no way to do that. However, this should happen automatically, if the "other side" properly sends proper Un

Compiling Xen on FreeBSD using clang ...

2014-10-19 Thread Matthew Grooms
All, As most of you are probably aware, Roger at Citrix R&D has been doing some incredible work to bring PVH domU/dom0 support to FreeBSD. There has also been an effort by other Xen developers to get the software to compile using clang. While most of these attempts appear to be on Linux platf

Re: Compiling Xen on FreeBSD using clang ...

2014-10-19 Thread Matthew Grooms
On 10/19/2014 2:27 PM, Dimitry Andric wrote: On 19 Oct 2014, at 18:34, Matthew Grooms wrote: As most of you are probably aware, Roger at Citrix R&D has been doing some incredible work to bring PVH domU/dom0 support to FreeBSD. There has also been an effort by other Xen developers to get

Re: Compiling Xen on FreeBSD using clang ...

2014-10-19 Thread Matthew Grooms
On 10/19/2014 3:03 PM, Marcin Cieslak wrote: On Sun, 19 Oct 2014, Matthew Grooms wrote: [...] I have recently managed to compile Xen (4.5 unstable from git master) using few patches in the source code (I posted them to xen-devel@, most of them are almost the same as some earlier work by

Re: HEADS UP: Merging projects/bhyve_svm to HEAD

2014-12-09 Thread Matthew Grooms
On 12/9/2014 11:03 AM, John Nielsen wrote: On Oct 26, 2014, at 4:40 PM, Zaphod Beeblebrox wrote: On Sat, Oct 25, 2014 at 8:20 PM, Neel Natu wrote: On Sat, Oct 25, 2014 at 3:50 PM, Zaphod Beeblebrox wrote: I tried to integrate this patch into 10.1_RC3 and I failed. Is there a timeframe to

Re: Resizing a zpool as a VMware ESXi guest ...

2015-11-26 Thread Matthew Grooms
On 10/16/2014 3:10 AM, Edward Tomasz Napierała wrote: On 1010T1529, Matthew Grooms wrote: All, I am a long time user and advocate of FreeBSD and manage a several deployments of FreeBSD in a few data centers. Now that these environments are almost always virtual, it would make sense that

Re: Resizing a zpool as a VMware ESXi guest ...

2015-11-27 Thread Matthew Grooms
On 11/27/2015 3:16 AM, Willem Jan Withagen wrote: On 27-11-2015 06:59, Matthew Grooms wrote: On 10/16/2014 3:10 AM, Edward Tomasz Napierała wrote: On 1010T1529, Matthew Grooms wrote: All, I am a long time user and advocate of FreeBSD and manage a several deployments of FreeBSD in a few data

Re: Resizing a zpool as a VMware ESXi guest ...

2015-11-27 Thread Matthew Grooms
On 11/27/2015 12:08 PM, Matthew Grooms wrote: On 11/27/2015 3:16 AM, Willem Jan Withagen wrote: On 27-11-2015 06:59, Matthew Grooms wrote: All, I know this is a very late follow up, but spent some more time looking at this today and found some additional information that I found quite

Re: Resizing a zpool as a VMware ESXi guest ...

2015-11-27 Thread Matthew Grooms
On 11/27/2015 12:56 PM, Matthew Grooms wrote: I thought it would be useful to get more output from the geom layer, similar to the camcontrol debug output ... [root@iscsi-i /home/mgrooms]# sysctl kern.geom.debugflags=0x81 When I resize the iSCSI LUN and run the 'camcontrol readcap da2 -

Re: Resizing a zpool as a VMware ESXi guest ...

2015-11-28 Thread Matthew Grooms
On 11/27/2015 7:44 PM, Matthew Grooms wrote: I spent the day looking over the FreeBSD cam and scsi_da source code. After sprinkling a bunch of printf's around to see what code paths were being called, It's obvious that Edward was correct in assuming that ESXi doesn't return any

Re: Resizing a zpool as a VMware ESXi guest ...

2015-11-28 Thread Matthew Grooms
On 11/28/2015 6:10 PM, Matthew Grooms wrote: On 11/27/2015 7:44 PM, Matthew Grooms wrote: I spent the day looking over the FreeBSD cam and scsi_da source code. After sprinkling a bunch of printf's around to see what code paths were being called, It's obvious that Edward was correct i

Requesting MFC's

2016-02-03 Thread Matthew Grooms
All, What is the correct way to request that patches be committed to STABLE? In particular, I'd really like to see these in 10.3-RELEASE as they have been required to build a working firewall in some cases. All are related to problems that were fixed in HEAD, but never MFC'd ... https://svnw

Re: [CFT] packaging the base system with pkg(8)

2016-04-19 Thread Matthew Grooms
On 4/19/2016 3:09 PM, Poul-Henning Kamp wrote: As far as I know, nobody is taking the source code or the Makefiles away, so if somebody doesn't like the system being distributed with pkg, they can very well roll their own. It's nice to see the level of enthusiasm the FreeBSD project can muster,

Re: Resizing a zpool as a VMware ESXi guest ...

2016-05-10 Thread Matthew Grooms
On 11/28/2015 10:03 PM, Matthew Grooms wrote: On 11/28/2015 6:10 PM, Matthew Grooms wrote: On 11/27/2015 7:44 PM, Matthew Grooms wrote: I spent the day looking over the FreeBSD cam and scsi_da source code. After sprinkling a bunch of printf's around to see what code paths were being c

Re: Resizing a zpool as a VMware ESXi guest ...

2016-05-11 Thread Matthew Grooms
On 5/11/2016 2:12 AM, Edward Tomasz Napierała wrote: On 0510T1522, Matthew Grooms wrote: The PR 204901 filed for this can be closed now that the author (ahem) has committed support for the camcontrol reprobe command ... https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204901 https

Re: CURRENT: [USB] : GEOM_PART: da4 was automatically resized.

2016-08-01 Thread Matthew Grooms
On 8/1/2016 12:40 PM, Randy Westlund wrote: On Mon, Aug 01, 2016 at 11:05:54AM +0200, O. Hartmann wrote: On every(!) USB drive which worked well with 11-CURRENT up to 11-BETA, I fail to access with 12-CURRENT (12.0-CURRENT FreeBSD 12.0-CURRENT #14 r303475: Fri Jul 29 11:59:11 CEST 2016) with the

Re: failing to install 11.1R on VMWare

2018-04-06 Thread Matthew Grooms
On 4/6/2018 12:40 PM, Ion-Mihai Tetcu wrote: On Fri, 6 Apr 2018 08:39:27 -0700 (PDT) "Rodney W. Grimes" wrote: On Thu, 5 Apr 2018 22:38:51 -0700 (PDT) "Rodney W. Grimes" wrote: Hi, I'm trying to install FreeBSD on : VMWare ESXi, 6.0.0, 5050593 Guest OS: FreeBSD (64-bit) Compatibility: