Re: netmap support in default kernel

2012-02-21 Thread Matthew Seaman
On 20/02/2012 23:00, Tim Stewart wrote: I just heard about netmap http://queue.acm.org/detail.cfm?id=2103536today and it seems like it's not baked into the default FreeBSD kernel at the moment. Are there plans to integrate netmap into the default FreeBSD kernel? If so, what is an

Re: deleting an alias from interface cause the static route to be deleted

2012-02-21 Thread Damien Fleuriot
On 20 Feb 2012, at 21:06, Коньков Евгений kes-...@yandex.ru wrote: vlan74: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500 options=3RXCSUM,TXCSUM ether f4:6d:04:7c:7b:d3 inet6 fe80::f66d:4ff:fe7c:7bd3%vlan74 prefixlen 64 scopeid 0xd inet

Re: deleting an alias from interface cause the static route to be deleted

2012-02-21 Thread Matthew Seaman
On 21/02/2012 08:14, Damien Fleuriot wrote: I don't know if it's a bug or intended, but I do know you should use /32 aliases for additional IPs, not your original netmask. Actually, it's optional nowadays. Either way works. Cheers, Matthew -- Dr Matthew J Seaman MA,

Re: deleting an alias from interface cause the static route to be deleted

2012-02-21 Thread Damien Fleuriot
On 2/21/12 9:34 AM, Matthew Seaman wrote: On 21/02/2012 08:14, Damien Fleuriot wrote: I don't know if it's a bug or intended, but I do know you should use /32 aliases for additional IPs, not your original netmask. Actually, it's optional nowadays. Either way works. Well idk, seeing

Re: From analysis of a simple ifstated.conf to more compex example

2012-02-21 Thread peter knezel
Do ypu mean that only carp0 is defined on both servers and it has three different IPs? How is it possible to define them so they are set for ftp, tftp and scp separately for the defined IPs? Kind regards, Peter On 21/02/2012, Damien Fleuriot m...@my.gd wrote: To be honest, I'm not sure it's a

Re: From analysis of a simple ifstated.conf to more compex example

2012-02-21 Thread Damien Fleuriot
Yes, I do mean you can have several IPs on a single CARP interface, see the example below: carp17: flags=49UP,LOOPBACK,RUNNING metric 0 mtu 1500 inet 46.182.41.72 netmask 0x inet 46.182.41.76 netmask 0x inet 46.182.41.77 netmask 0x inet

Re: From analysis of a simple ifstated.conf to more compex example

2012-02-21 Thread peter knezel
Thanks Damien for the example. In this case when I have only one carp interface, it is much easier to define the states in ifstated, isn't? It is either up or not and no other states are needed to check. Regards, Peter On 21/02/2012, Damien Fleuriot m...@my.gd wrote: Yes, I do mean you can

Re: From analysis of a simple ifstated.conf to more compex example

2012-02-21 Thread Damien Fleuriot
Yes, that would enormously simplify your ifstated setup. I encourage you to try with a single interface and multiple IPs on it. Be careful to use /32 netmasks for your aliased IPs, people have run into trouble for using longer prefixes, like /24 for example. Also be careful when adding/removing

re: advanced programming unix environment (pracct.c:31: error: storage size of 'acdata' isn't known)

2012-02-21 Thread Danilo Almeida
I think I found the reason for the reported error. In the file 'pracct.c' variable 'acdata' is declared as 'struct acct'. This structure must be in header 'acct.h', in sub-directory '/usr/include/sys'. But it is not. In that header there are two similar structures instead: 'struct acctv2' and

Re: deleting an alias from interface cause the static route to be deleted

2012-02-21 Thread Matthew Seaman
On 20/02/2012 20:06, Коньков Евгений wrote: vlan74: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500 options=3RXCSUM,TXCSUM ether f4:6d:04:7c:7b:d3 inet6 fe80::f66d:4ff:fe7c:7bd3%vlan74 prefixlen 64 scopeid 0xd inet 10.1.26.1 netmask

Re: /usr/home vs /home

2012-02-21 Thread Erich Dollansky
Hi, On Tuesday 21 February 2012 12:26:03 Chip Camden wrote: Quoth Erich Dollansky on Tuesday, 21 February 2012: Hi, On Monday 20 February 2012 21:44:43 Da Rock wrote: On 02/18/12 17:47, Erich Dollansky wrote: There may have been a historic reason, but now it is philosophical -

Re: /usr/home vs /home

2012-02-21 Thread Erich Dollansky
Hi, On Tuesday 21 February 2012 13:06:57 Robert Bonomi wrote: Erich Dollansky er...@alogreentechnologies.com wrote: On Monday 20 February 2012 21:44:43 Da Rock wrote: On 02/18/12 17:47, Erich Dollansky wrote: when I got my hands for the first time on a BSD system, the machine has

Re: /usr/home vs /home

2012-02-21 Thread Robert Bonomi
Erich Dollansky er...@alogreentechnologies.com wrote: On Tuesday 21 February 2012 13:06:57 Robert Bonomi wrote: Erich Dollansky er...@alogreentechnologies.com wrote: On Monday 20 February 2012 21:44:43 Da Rock wrote: On 02/18/12 17:47, Erich Dollansky wrote: when I got my hands

New iso format on 9.0

2012-02-21 Thread egoitz
Good morning, Previously I was doing a : 'tar -C /expert/netboot/freebsd8 -pxvf 8.0-RELEASE-amd64-disc1.iso' for extracting iso files. Now due to a different way of creating iso files in this new release... have read this is not recommended and in fact it does not work pretty good. The

Re: New iso format on 9.0

2012-02-21 Thread Matthew Seaman
On 21/02/2012 12:46, ego...@ramattack.net wrote: Previously I was doing a : 'tar -C /expert/netboot/freebsd8 -pxvf 8.0-RELEASE-amd64-disc1.iso' for extracting iso files. Now due to a different way of creating iso files in this new release... have read this is not recommended and in fact it

JAIL - building perl 5.1? fails on 8.2-STABLE

2012-02-21 Thread Damien Fleuriot
Hello list, I'm trying to build perl5.12 in a jail running on 8.2-STABLE, to ultimately build php5. I'm getting the following error: Running Mkbootstrap for threads::shared () chmod 644 shared.bs rm -f ../../lib/auto/threads/shared/shared.so cc -shared -L/usr/local/lib -fstack-protector

Re: New iso format on 9.0

2012-02-21 Thread egoitz
On Tue, 21 Feb 2012 13:33:56 +, Matthew Seaman wrote: On 21/02/2012 12:46, ego...@ramattack.net wrote: Previously I was doing a : 'tar -C /expert/netboot/freebsd8 -pxvf 8.0-RELEASE-amd64-disc1.iso' for extracting iso files. Now due to a different way of creating iso files in this new

Re: /usr/home vs /home

2012-02-21 Thread Polytropon
On Mon, 20 Feb 2012 22:53:10 -0800, Doug Hardie wrote: The RK05 had one removable platter in a plastic housing. Please compare the images of the drive and the media. Does it look similar? Removable platters types EC 5269 in plastic cartridge:

Re: Hardware compatibility

2012-02-21 Thread Polytropon
On Tue, 21 Feb 2012 10:45:05 +1000, Da Rock wrote: To the OP, check the pages Polytropon has linked here, but the chances of getting exactly that are nil to impossible. I've run about 6 or more laptops now without too much trouble. The biggest problems were wireless, but that was the bad

Re: /usr/home vs /home

2012-02-21 Thread Jerry McAllister
On Tue, Feb 21, 2012 at 06:39:00AM -0600, Robert Bonomi wrote: AHA. probably an 'RL-05', cousin to the better known RK-05 I had a memory fault -- the RLs were the RL-01 and RL-02. 14 media, in a 'cartridge'. I -think- it was an 'SMD' interface 14 could be true as it

Re: deleting an alias from interface cause the static route to be deleted

2012-02-21 Thread Adam Vande More
2012/2/20 Коньков Евгений kes-...@yandex.ru vlan74: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500 options=3RXCSUM,TXCSUM ether f4:6d:04:7c:7b:d3 inet6 fe80::f66d:4ff:fe7c:7bd3%vlan74 prefixlen 64 scopeid 0xd inet 10.1.26.1 netmask 0xfe00

Re: New iso format on 9.0

2012-02-21 Thread jb
egoitz at ramattack.net writes: Good morning, Previously I was doing a : 'tar -C /expert/netboot/freebsd8 -pxvf 8.0-RELEASE-amd64-disc1.iso' for extracting iso files. ... There is a simple way to access contents of an iso file: # mount -o loop some.iso /mnt jb

RE: New iso format on 9.0

2012-02-21 Thread Devin Teske
-Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- questi...@freebsd.org] On Behalf Of jb Sent: Tuesday, February 21, 2012 9:53 AM To: freebsd-questions@freebsd.org Subject: Re: New iso format on 9.0 egoitz at ramattack.net writes: Good

Re: /usr/home vs /home

2012-02-21 Thread perryh
Polytropon free...@edvax.de wrote: On Mon, 20 Feb 2012 22:53:10 -0800, Doug Hardie wrote: The RK05 had one removable platter in a plastic housing. Please compare the images of the drive and the media. Does it look similar? Removable platters types EC 5269 in plastic cartridge:

RE: New iso format on 9.0

2012-02-21 Thread egoitz
umount /mnt vnconfig -u vn99c Or, you can just download this script which works on both Linux and FreeBSD: http://druidbsd.cvs.sourceforge.net/viewvc/druidbsd/druidbsd/druid/src/tools/umo unt_iso.sh?view=log Usage: ./umount_iso.sh /mnt Hello all, And thanks a lot

Re: New iso format on 9.0

2012-02-21 Thread jb
Devin Teske devin.teske at fisglobal.com writes: -Original Message- From: owner-freebsd-questions at freebsd.org [mailto:owner-freebsd- questions at freebsd.org] On Behalf Of jb Sent: Tuesday, February 21, 2012 9:53 AM To: freebsd-questions at freebsd.org Subject: Re: New

RE: New iso format on 9.0

2012-02-21 Thread Devin Teske
-Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- questi...@freebsd.org] On Behalf Of ego...@ramattack.net Sent: Tuesday, February 21, 2012 10:14 AM To: freebsd-questions@freebsd.org Subject: RE: New iso format on 9.0 umount /mnt

Re: CUPS 1.5.2 not working, like to test 1.4.x, how?

2012-02-21 Thread Christopher J. Ruwe
On Tue, 21 Feb 2012 00:23:19 +0100 Polytropon free...@edvax.de wrote: On Mon, 20 Feb 2012 23:46:52 +0100, Christopher J. Ruwe wrote: Is there any documentation available on how to retrieve old ports from the cvs-attic? I just don't know how, so that I could test my assumption that CUPS

Re: New iso format on 9.0

2012-02-21 Thread Robison, Dave
On 02/21/2012 10:28, Devin Teske wrote: Why can't you mount the disc on /mnt and then use tar after mounting the disk to copy the files from /mnt to /destdir ... tar cpf - -C /mnt . | tar xvpf - -C /destdir That will preserve hard links, symlinks, permissions, and times (and doesn't

Re: One or Four?

2012-02-21 Thread David Brodbeck
On Sat, Feb 18, 2012 at 9:26 PM, Erich Dollansky erichfreebsdl...@ovitrap.com wrote: it will not even boot if there is only a single slice with root and the rest on it if the background fsck cannot be run. I have to go to real remote locations once in a while where an USP is not of real

Re[2]: deleting an alias from interface cause the static route to be deleted

2012-02-21 Thread Коньков Евгений
Здравствуйте, Matthew. Вы писали 21 февраля 2012 г., 14:10:37: MS On 20/02/2012 20:06, Коньков Евгений wrote: vlan74: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500 options=3RXCSUM,TXCSUM ether f4:6d:04:7c:7b:d3 inet6

Current way of downloading sources

2012-02-21 Thread Fernando Apesteguía
Hi all, Before 9.0 I used to use sysinstall to download sources for several distributions including kernel and libraries. However, this doesn't seem to work anymore. Whatever source distribution I try to download I get the error that it doesn't exist in the server. The handbook[1] still says

Re[2]: deleting an alias from interface cause the static route to be deleted

2012-02-21 Thread Коньков Евгений
Здравствуйте, Ivan. Вы писали 21 февраля 2012 г., 0:45:33: II 2012/2/20 Коньков Евгений kes-...@yandex.ru: vlan74: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500        options=3RXCSUM,TXCSUM        ether f4:6d:04:7c:7b:d3        inet6 fe80::f66d:4ff:fe7c:7bd3%vlan74

why 'freebsd-net' does not exists?

2012-02-21 Thread Коньков Евгений
this is a mail I got while sending to 'freebsd-...@freebsd.org' Dear Sir or Madam, you have sent an email to a non-existent address. To: freebsd-...@freebsd.org Subject: freebsd sends arp queries for IP's in not it subnet Please check the spelling. Best regards SCA Postmaster

Re: Info and questions about Brother[tm] multifunction machine

2012-02-21 Thread Da Rock
On 02/22/12 08:33, Ronald F. Guilmette wrote: So, um, I just came into possession of a brand spankin' new Brother MFC-7860DW all-in-one multifunction machine, and 'me having some fun exploring it. Unlike the multifunction machine this is replacing (which had only an old centronics/parallel port

Re: apache22 + php5 (package not ports) ~ spawn-fcgi ?

2012-02-21 Thread Chuck Swiger
On Feb 21, 2012, at 5:14 PM, alexus wrote: is there a way to make apache22 w/ php5 without using /usr/ports? Yes, you could download and build the sources yourself without using ports. It wouldn't be any faster or easier, though. just using pkg_add -r apache22 pkg_add -r php5 No. The

Re: apache22 + php5 (package not ports) ~ spawn-fcgi ?

2012-02-21 Thread alexus
I dont think you really grasping what I was asking.. I am aware that I can build from source, yet I'm trying to stay away from that route due to a lot of overhead going forward... I'm also aware that php5 or actually apache22 doesn't come with mod_php as well, and as alternative I'm willing to go

Re: Info and questions about Brother[tm] multifunction machine

2012-02-21 Thread Ronald F. Guilmette
In message 20120222005734.1353.qm...@joyce.lan, John Levine wrote: Regarding port 9100, my local /etc/services file says: jetdirect 9100/tcp #HP JetDirect card That's typically known as socket. Works great with CUPS. As Robert Bonomi was kind enough to relate to me, this is the

Re: freebsd package update / upgrade

2012-02-21 Thread alexus
f9# portupgrade --use-packages-only -av --- Session started at: Tue, 21 Feb 2012 22:44:07 -0500 [Updating the portsdb format:bdb_btree in /usr/ports ... - 23025 port entries found

Re: apache22 + php5 (package not ports) ~ spawn-fcgi ?

2012-02-21 Thread Michael Powell
alexus wrote: I dont think you really grasping what I was asking.. I am aware that I can build from source, yet I'm trying to stay away from that route due to a lot of overhead going forward... I'm also aware that php5 or actually apache22 doesn't come with mod_php as well, and as

Re: apache22 + php5 (package not ports) ~ spawn-fcgi ?

2012-02-21 Thread alexus
thank you for your respond - that's my plan b i'd like to know if i can exercise my plan a first: i already have installed apache22, php5 as package (pkg_add) without having them build through /usr/ports (i know how everyone likes ports around here). i want to see if it's possible to have a link

Re: freebsd package update / upgrade

2012-02-21 Thread Bernt Hansson
2012-02-22 04:56, alexus skrev: all I want is to update these f9# portaudit -a Affected package: python27-2.7.2_3 Type of problem: Python -- DoS via malformed XML-RPC / HTTP POST request. Reference: http://portaudit.FreeBSD.org/b4f8be9e-56b2-11e1-9fb7-003067b2972c.html portupgrade -iR (use

Re: apache22 + php5 (package not ports) ~ spawn-fcgi ?

2012-02-21 Thread Chuck Swiger
On Feb 21, 2012, at 5:31 PM, alexus wrote: I dont think you really grasping what I was asking.. With respect, of course I understand what you were asking. I am aware that I can build from source, yet I'm trying to stay away from that route due to a lot of overhead going forward... OK. You

Re: New iso format on 9.0

2012-02-21 Thread egoitz
On Tue, 21 Feb 2012 11:31:23 -0800, Robison, Dave wrote: On 02/21/2012 10:28, Devin Teske wrote: Why can't you mount the disc on /mnt and then use tar after mounting the disk to copy the files from /mnt to /destdir ... tar cpf - -C /mnt . | tar xvpf - -C /destdir That will preserve hard