Re: [pfSense] Virtualized pfsense virtio net limiter issue

2015-11-10 Thread WebDawg
On Mon, Nov 9, 2015 at 1:29 PM, Luis G. Coralle  wrote:
> Hello all.
>
> I have a kvm virtualized pfsense 2.2.4 amd64 on Proxmox 3.3-1 with virtio
> bus disk and virtio network devices.
> In pfsense settings, I have two limiters 1 MB each, to limit up and down
> LAN respectively.
> My speed tests not work properly. After changing network devices viritio to
> Intel e1000, the limiters are working properly.
> Someone had this problem?
>
> Thank you
>
> --
> Luis G. Coralle
> ___

The last thing I got back from this list about this:

Chris Buechler | 23 Oct 06:16 2015

Re: Has anybody experiance with installing on Openstack?

Chris Buechler 
2015-10-23 04:16:19 GMT

On Thu, Oct 22, 2015 at 4:19 PM, WebDawg  wrote:
> On Wed, Oct 21, 2015 at 9:52 PM, Frank Lowe 
> wrote:
>
>> I am trying to do this now. I have Pfsense working in proxmox. I now have
>> an Openstack cloud controller running comput and neutron(single host) I am
>> now trying to figure out how to
>> have pfsense on the tenant network with an external (openstack floating
>> network) this would be the inside interface. All of this is easy, just need
>> to figureout how to link in the WAN interface. Needs to be direct to the
>> Internet.
>>
> I was going to virtualize my instance but there was all this nonsense about
> limiters not working with the xen network cards.

Limiters have no NIC restrictions. ALTQ/traffic shaper isn't supported
with xn. Every other hypervisor's NIC types support ALTQ.
___
pfSense mailing list
https://lists.pfsense.org/mailman/listinfo/list
Support the project with Gold! https://pfsense.org/gold


[pfSense] 2.2.5 problem with FreeBSD packages

2015-11-10 Thread Robert Fuller
Ran into a problem with my upgrade from 2.2.4 to 2.2.5.  I am running the 
NanoBSD version.  I use a couple of FreeBSD packages.  Ran pkg to bootstrap the 
FreeBSD package system on 2.2.5.  There are no FreeBSD packages available for 
install.  Did a "pkg search" for various common things that should be there.  
They are not available.  Tried "pkg update" as well.  Finally, simply reverted 
to 2.2.4 for the time being.  Thoughts?

Thank you for a great product.  I always marvel at its flexibility.  This is 
just a minor bump in the road.

Rob
___
pfSense mailing list
https://lists.pfsense.org/mailman/listinfo/list
Support the project with Gold! https://pfsense.org/gold


[pfSense] rsync shell glob problem

2015-11-10 Thread Volker Kuhlmann
There is an unexpected problem with rsync on pfsense 2.2.4:

  rsync -auvAHRi pfsense:'{/root,/etc}' dir -n
rsync: link_stat "/root/{/root,/etc}" failed: No such file or directory (2)

  rsync -auvAHRi pfsense:'/{root,etc}' dir -n
rsync: link_stat "/{root,etc}" failed: No such file or directory (2)

Logging in as user root on pfsense.

It occurs with both 
  rsync  version 3.1.1  protocol version 31
  rsync  version 3.1.0  protocol version 31
on the client side.

I can't find anything in the rsync docs that says this should not work.
On pfsense in root's tcsh this works:

  ls -d /{root,etc}
  /etc/root

There is a workaround with newer rsyncs, but what is the cause of this
not owrking on pfsense (works on Linux)?

Thanks,

Volker

-- 
Volker Kuhlmann is list0570 with the domain in header.
http://volker.top.geek.nz/  Please do not CC list postings to me.
___
pfSense mailing list
https://lists.pfsense.org/mailman/listinfo/list
Support the project with Gold! https://pfsense.org/gold