Re: backspace shows ^? in serial communications

2013-02-06 Thread s m
thanks for your answer. you know, i have a freebsd box (something like router) which i connect to it by putty or other terminal programs (cu,...). this router has a serial card and i have a c program to open and manage serial ports. now when i run this c program and connect to the third freebsd box

Re: backspace shows ^? in serial communications

2013-02-06 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Wed Feb 6 00:19:04 2013 > Date: Wed, 6 Feb 2013 09:44:37 +0330 > Subject: backspace shows ^? in serial communications > From: s m > To: freebsd-questions > > hi all > > i have a problem with backspace in serial communications. i have a > freebsd8.2 box

Re: why is bacula-client looking for libz.so.5 on 9-STABLE

2013-02-06 Thread Herbert J. Skuhra
Den 06.02.2013 00:03, skrev Per olof Ljungmark: Hi, Upgraded a system from 8.3 to 9-STABLE and did make delete-old-libs afterwards. System has around thirty ports installed and all except bacula-client upgraded gracefully. Why does it want libz.so.5 when libz.so.6 is present? I'm pretty sure I'

VirtualBox 4.1.22 and Bridged Network problems

2013-02-06 Thread CeDeROM
Hello :-) I cannot get Bridged Network setup in VBox 4.1.22 on my 9.1RC3 AMD64 - I get no traffic to the host interface at all. Did anyone noticed this or related problems? I have tried to watch the host interface with WireShark. I have disabled local firewall. I have set net.inet.ip.forwarding=1

Re: VirtualBox 4.1.22 and Bridged Network problems

2013-02-06 Thread Fleuriot Damien
This was brought up a few weeks/months ago and I seem to recall that setting the interface in *promiscuous* mode (monitoring) in the Host configuration (read, in your hypervisor) was mandatory. See if that helps. On Feb 6, 2013, at 3:03 PM, CeDeROM wrote: > Hello :-) > > I cannot get Bridge

about pfctl

2013-02-06 Thread Yavuz Maşlak
I have a freebsd box and pf Works on it. I wish to see use of data for each ip address. When i execute "pfctl -t tablename -vT show"I can see usages of these ips. Pfctl lists all of ips. But how can i filter it for each ip address ? because i want to insert these data for each ip i

Re: VirtualBox 4.1.22 and Bridged Network problems

2013-02-06 Thread Patrick Lamaiziere
Le Wed, 6 Feb 2013 15:03:36 +0100, CeDeROM a écrit : Hello, > I cannot get Bridged Network setup in VBox 4.1.22 on my 9.1RC3 AMD64 - > I get no traffic to the host interface at all. Did anyone noticed this > or related problems? Works fine here (9.1-STABLE/amd64, virtual box 4.2.6). Be sure th

sysctl security.jail.* descriptions

2013-02-06 Thread Fbsd8
Where do I find the descriptions of what these jail MIBs do? security.jail.param.allow.mount.zfs: 0 security.jail.param.allow.mount.procfs: 0 security.jail.param.allow.mount.nullfs: 0 security.jail.param.allow.mount.devfs: 0 security.jail.param.allow.mount.: 0 security.jail.param.allow.socket_af

Re: sysctl security.jail.* descriptions

2013-02-06 Thread Fleuriot Damien
# sysctl -d security.jail.socket_unixiproute_only security.jail.socket_unixiproute_only: Processes in jail are limited to creating UNIX/IP/route sockets only On Feb 6, 2013, at 4:02 PM, Fbsd8 wrote: > Where do I find the descriptions of what these jail MIBs do? > > > security.jail.param.all

Re: sysctl security.jail.* descriptions

2013-02-06 Thread Waitman Gobble
On Feb 6, 2013 7:02 AM, "Fbsd8" wrote: > > Where do I find the descriptions of what these jail MIBs do? > > > security.jail.param.allow.mount.zfs: 0 > security.jail.param.allow.mount.procfs: 0 > security.jail.param.allow.mount.nullfs: 0 > security.jail.param.allow.mount.devfs: 0 > security.jail.pa

Re: sysctl security.jail.* descriptions

2013-02-06 Thread Fbsd8
Waitman Gobble wrote: On Feb 6, 2013 7:02 AM, "Fbsd8" wrote: Where do I find the descriptions of what these jail MIBs do? security.jail.param.allow.mount.zfs: 0 security.jail.param.allow.mount.procfs: 0 security.jail.param.allow.mount.nullfs: 0 security.jail.param.allow.mount.devfs: 0 securit

Re: sysctl security.jail.* descriptions

2013-02-06 Thread Waitman Gobble
On Feb 6, 2013 7:17 AM, "Fbsd8" wrote: > > Waitman Gobble wrote: >> >> On Feb 6, 2013 7:02 AM, "Fbsd8" wrote: >>> >>> Where do I find the descriptions of what these jail MIBs do? >>> >>> >>> security.jail.param.allow.mount.zfs: 0 >>> security.jail.param.allow.mount.procfs: 0 >>> security.jail.par

Re: sysctl security.jail.* descriptions

2013-02-06 Thread Fbsd8
Waitman Gobble wrote: On Feb 6, 2013 7:17 AM, "Fbsd8" wrote: Waitman Gobble wrote: On Feb 6, 2013 7:02 AM, "Fbsd8" wrote: Where do I find the descriptions of what these jail MIBs do? security.jail.param.allow.mount.zfs: 0 security.jail.param.allow.mount.procfs: 0 security.jail.param.allow.

setting MIBs on a per jail bases

2013-02-06 Thread Fbsd8
Is there a way to set these MIBs on a per jail bases? allow.mount.nullfs allow.raw_sockets cpuset.id securelevel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: setting MIBs on a per jail bases

2013-02-06 Thread Fleuriot Damien
Running 8.3 here and the answer is no. On Feb 6, 2013, at 5:39 PM, Fbsd8 wrote: > Is there a way to set these MIBs > on a per jail bases? > > allow.mount.nullfs > allow.raw_sockets > cpuset.id > securelevel > ___ > freebsd-questions@freebsd.org maili

Re: setting MIBs on a per jail bases

2013-02-06 Thread Fbsd8
Fleuriot Damien wrote: Running 8.3 here and the answer is no. On Feb 6, 2013, at 5:39 PM, Fbsd8 wrote: Is there a way to set these MIBs on a per jail bases? allow.mount.nullfs allow.raw_sockets cpuset.id securelevel Rereading the "man jail" for 9.1 talks about securelevel as a jail

Re: sysctl security.jail.* descriptions

2013-02-06 Thread Fbsd8
Fbsd8 wrote: Waitman Gobble wrote: On Feb 6, 2013 7:17 AM, "Fbsd8" wrote: Waitman Gobble wrote: On Feb 6, 2013 7:02 AM, "Fbsd8" wrote: Where do I find the descriptions of what these jail MIBs do? security.jail.param.allow.mount.zfs: 0 security.jail.param.allow.mount.procfs: 0 security.jai

Re: setting MIBs on a per jail bases

2013-02-06 Thread Fleuriot Damien
On Feb 6, 2013, at 5:57 PM, Fbsd8 wrote: > Fleuriot Damien wrote: >> Running 8.3 here and the answer is no. >> On Feb 6, 2013, at 5:39 PM, Fbsd8 wrote: >>> Is there a way to set these MIBs >>> on a per jail bases? >>> >>> allow.mount.nullfs >>> allow.raw_sockets >>> cpuset.id >>> securelevel >

Re: VirtualBox 4.1.22 and Bridged Network problems

2013-02-06 Thread CeDeROM
I have built 4.2.6 and its working again! Thank you! :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd

Restricting Periodic Scripts

2013-02-06 Thread Tim Gustafson
I have a FreeBSD ZFS file server with tens of millions of files stored on it. But, the daily periodic scripts like /etc/periodic/security/110.neggrpperm and /etc/periodic/weekly/310.locate take hours iterating through those folders, and I just don't need them to be scanned. I see that I can edit

How to add unused space to an existing install

2013-02-06 Thread Paul Schmehl
I have a FreeBSD 8.3 RELEASE box that we recently discovered only has part of the "disk" being used. This box has four 1TB drives in RAID 5, and df only shows 500MB of disk available. fdisk shows this: # fdisk -p # /dev/mfid0 g c364602 h255 s63 p 1 0xa5 63 1562363771 a 1 When I run the fdisk

Re: Restricting Periodic Scripts

2013-02-06 Thread Polytropon
On Wed, 6 Feb 2013 09:26:17 -0800, Tim Gustafson wrote: > I have a FreeBSD ZFS file server with tens of millions of files stored on it. > > But, the daily periodic scripts like > /etc/periodic/security/110.neggrpperm and > /etc/periodic/weekly/310.locate take hours iterating through those > folder

Re: Restricting Periodic Scripts

2013-02-06 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2/6/13 12:26 PM, Tim Gustafson wrote: > I have a FreeBSD ZFS file server with tens of millions of files > stored on it. > > But, the daily periodic scripts like > /etc/periodic/security/110.neggrpperm and > /etc/periodic/weekly/310.locate take ho

Re: How to add unused space to an existing install

2013-02-06 Thread Polytropon
On Wed, 06 Feb 2013 11:58:56 -0600, Paul Schmehl wrote: > When I try to create a new slice using fdisk, it doesn't seem to work. If > I move to the label editor, I get this: > > FreeBSD Disklabel Editor > > Disk: mfid0 Partition name: mfid0s1 Free: 0 blocks (0MB) > > Part Mount

RE: about pfctl

2013-02-06 Thread Yavuz Maşlak
> I have a freebsd box and pf Works on it. > I wish to see use of data for each ip address. > > When i execute "pfctl -t tablename -vT show"I can see usages of these > ips. Pfctl lists all of ips. > > But how can i filter it for each ip address ? because i want to > insert these da

Re: How to add unused space to an existing install

2013-02-06 Thread Warren Block
On Wed, 6 Feb 2013, Polytropon wrote: On Wed, 06 Feb 2013 11:58:56 -0600, Paul Schmehl wrote: When I try to create a new slice using fdisk, it doesn't seem to work. If I move to the label editor, I get this: FreeBSD Disklabel Editor Disk: mfid0 Partition name: mfid0s1 Free: 0 blocks (0MB

RE: How to add unused space to an existing install

2013-02-06 Thread dteske
> -Original Message- > From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- > questi...@freebsd.org] On Behalf Of Paul Schmehl > Sent: Wednesday, February 06, 2013 9:59 AM > To: FreeBSD Questions List > Subject: How to add unused space to an existing install > > I have a Free

Re: Restricting Periodic Scripts

2013-02-06 Thread Tim Gustafson
> I have a FreeBSD ZFS file server with tens of millions of files > stored on it. > > But, the daily periodic scripts like > /etc/periodic/security/110.neggrpperm and > /etc/periodic/weekly/310.locate take hours iterating through those > folders, and I just don't need them to be scanned. > > I see

Re: sysctl security.jail.* descriptions

2013-02-06 Thread Jamie Gritton
On 02/06/13 09:59, Fbsd8 wrote: > Fbsd8 wrote: >> Waitman Gobble wrote: >>> On Feb 6, 2013 7:17 AM, "Fbsd8" wrote: Waitman Gobble wrote: > On Feb 6, 2013 7:02 AM, "Fbsd8" wrote: >> Where do I find the descriptions of what these jail MIBs do? ... >> security.jail.param.secureleve