Routing table for service

2009-01-02 Thread KES
Здравствуйте, Questions. Is there any options to set routing table for service? For example: rc.conf named_enable=YES named_fib=2 so it will be run as: setfib 2 /usr/sbin/named -t /var/named -u bind instead of /usr/sbin/named -t /var/named -u bind -- С уважением, KES

Apache 2 docs question

2009-01-02 Thread stan
I'm setting up a new web server on 7.1 using Apache 2. I am reusing an old top level index.html that's from an Apache 1 install. I created a sym link to the Apache docs at /usr/local/share/doc/apache22 to the old manuual name. Here's the snipet from the index.html file thta points at it: hr

Re: FreeBSD kernel Debugging tools for Virtual Memory Module

2009-01-02 Thread Bakul Shah
ddb and kgdb are two useful and often indispensable tools for kernel debugging on FBSD. ddb won't allow you source level debugging, kgdb will, but you'll need an extra machine. If the code you are debugging doesn't depend on specific hardware, one option is to run FreeBSD (with the kernel

Re: FreeBSD kernel Debugging tools for Virtual Memory Module

2009-01-02 Thread Eugene Grosbein
On Thu, Jan 01, 2009 at 06:27:44PM -0800, Kamlesh Patel wrote: I am working on Virtual Memory parts of FreeBSD OS. My Problem is, whenever i modify little code of vmpage.c file i need to build the whole kernel to check the modification and i even am not able to debug the kernel code.

Suddenly shutdown -p now produces a reboot

2009-01-02 Thread Leslie Jensen
I have a Server with Squid, 7.0-RELEASE-p4 FreeBSD, squid-3.0.11, that has been running fine for the last six months, at least. It is shutdown every night at 7 PM via cron. Now suddenly the machine is rebooting instead, and I've made no changes whatsoever. I'm wondering if this is a symptom

Re: An Apache2 configuration question

2009-01-02 Thread Jerry
On Fri, 2 Jan 2009 02:33:54 -0500 stan st...@panix.com wrote: I'm setting up a 7.1 machine thta will server as, among other things, a web serrver. I've installed Apache2. I have some directores in the Apache documnet directory that I wish to pasword protect. I have added the following clause to

Re: FreeBSD kernel Debugging tools for Virtual Memory Module

2009-01-02 Thread Michel Talon
Mehul Chadha wrote: But I am working on a virtual mode freebsd project similar to what UML does in linux. Do you mean like vkernel in DragonFlyBSD? http://leaf.dragonflybsd.org/cgi/web-man/?command=vkernelsection=ANY -- Michel TALON ___

Re: FreeBSD kernel Debugging tools for Virtual Memory Module

2009-01-02 Thread Mehul Chadha
Michel Talon Wrote: Do you mean like vkernel in DragonFlyBSD? Yes, UML and vkernel cater to same problem the implementation being the obvious difference between them. We have implemented some part of it and working on the design of the rest. We have been following the vkernel and UML and trying

Re: An Apache2 configuration question

2009-01-02 Thread stan
On Fri, Jan 02, 2009 at 07:14:40AM -0500, Jerry wrote: On Fri, 2 Jan 2009 02:33:54 -0500 stan st...@panix.com wrote: I'm setting up a 7.1 machine thta will server as, among other things, a web serrver. I've installed Apache2. I have some directores in the Apache documnet directory that I

Using HDD's for ZFS: 'desktop' vs 'raid / enterprise' -edition drives?

2009-01-02 Thread Frederique Rijsdijk
Hi freebsd-questions, For personal use (photo/video storage), I'm looking into creating a huge single ZFS (raidz) volume that will replace my current collection of drives used as storage. I'm thinking 4*1TB drives in RAID5(z). My question is regarding the flavour of drivers that one can choose

Re: Using HDD's for ZFS: 'desktop' vs 'raid / enterprise' -edition drives?

2009-01-02 Thread Wojciech Puchar
Hi freebsd-questions, For personal use (photo/video storage), I'm looking into creating a huge single ZFS (raidz) volume that will replace my current collection of drives used as storage. I'm thinking 4*1TB drives in RAID5(z). think twice before doing. My question is regarding the flavour

HowTo configure WPA[2] ath0 [wlan0] on up to date 8.0-CURRENT

2009-01-02 Thread eculp
I'm currently using wep at home and in the office configured from rc.conf. example: ifconfig_wlan0=DHCP ssid virus wepmode on wepkey 1:0x2373FE9515 weptxkey 1 I'm traveling and haven't been able to connect to hotspots that are using wpa[2]. The handbook isn't up to date and I have been

MySQL version upgrade

2009-01-02 Thread Jos Chrispijn
I currently have running: mysql-client-4.0.27 mysql-server-4.0.27, who I would like to upgrade to mysql-client-5.0.75 mysql-server-5.0.75 I can imagine that there is a database issue here as the 4.0 records might differ from the 5.0 ones. Is there a way of upgrading smoothly? I did

Memory Usage

2009-01-02 Thread Grant Peel
Hi all, Does anyone have scripts they may be willing to share the parses any FreeBSD utility (top, w, etc) suitable for using the output to use mrtg to show memory and disk usage? -Grant ___ freebsd-questions@freebsd.org mailing list

Re: Using HDD's for ZFS: 'desktop' vs 'raid / enterprise' -edition drives?

2009-01-02 Thread Eric Masson
Wojciech Puchar woj...@wojtek.tensor.gdynia.pl writes: Hi, think twice before doing. Could you elaborate please ? Regards Éric Masson -- [Linux] c'est une philosophie un art de vivre, un état intérieur, une sorte de fluide qui nous entoure et nous pénètre. Fais tourner stp ! -+-

Re: MySQL version upgrade

2009-01-02 Thread APseudoUtopia
On Fri, Jan 2, 2009 at 10:40 AM, Jos Chrispijn ker...@webrz.net wrote: I currently have running: mysql-client-4.0.27 mysql-server-4.0.27, who I would like to upgrade to mysql-client-5.0.75 mysql-server-5.0.75 I can imagine that there is a database issue here as the 4.0 records might

Re: Using HDD's for ZFS: 'desktop' vs 'raid / enterprise' -edition drives?

2009-01-02 Thread dick hoogendijk
On Fri, 02 Jan 2009 16:40:38 +0100 Eric Masson e...@free.fr wrote: Wojciech Puchar woj...@wojtek.tensor.gdynia.pl writes: think twice before doing. Could you elaborate please ? Not again this anti-zfs story please.. -- Dick Hoogendijk -- PGP/GnuPG key: 01D2433D + http://nagual.nl/ | SunOS

Re: Web server password management

2009-01-02 Thread John Almberg
On Jan 2, 2009, at 2:36 AM, stan wrote: I am setting up an Aoache2 webserver, and I want to require authenticon for some of it's contents. I am thinking of using htaccess. Is there a package that I can install that will allow users to request that various account management tasks be done.

Foiling MITM attacks on source and ports trees

2009-01-02 Thread cpghost
Hello, with MITM attacks [1] on the rise, I'm concerned about the integrity of local /usr/src, /usr/doc, and /usr/ports trees fetched through csup (and portsnap) from master or mirror servers. [1] http://en.wikipedia.org/wiki/Man-in-the-middle_attack There's already a small protection against

Re: Using HDD's for ZFS: 'desktop' vs 'raid / enterprise' -edition drives?

2009-01-02 Thread Wojciech Puchar
think twice before doing. Could you elaborate please ? ZFS still doesn't work as described ... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: Using HDD's for ZFS: 'desktop' vs 'raid / enterprise' -edition drives?

2009-01-02 Thread Wojciech Puchar
Wojciech Puchar woj...@wojtek.tensor.gdynia.pl writes: think twice before doing. Could you elaborate please ? Not again this anti-zfs story please.. already described it some time ago. it's not my data anyway ;) ___ freebsd-questions@freebsd.org

Re: MySQL version upgrade [SOLVED]

2009-01-02 Thread Jos Chrispijn
[APseudoUtopia] Uit een eerder bericht van 2-1-2009 17:04 :: I'd recommend that you read up on the MySQL documentation on the subject of upgrading. I don't mean to be mean, but it's not exactly a FreeBSD issue :-P I ofcourse was referring to the ports part of the whole story, sorry for not

Re: Foiling MITM attacks on source and ports trees

2009-01-02 Thread Vincent Hoffman
cpghost wrote: Hello, with MITM attacks [1] on the rise, I'm concerned about the integrity of local /usr/src, /usr/doc, and /usr/ports trees fetched through csup (and portsnap) from master or mirror servers. [1] http://en.wikipedia.org/wiki/Man-in-the-middle_attack There's already a

Re: Foiling MITM attacks on source and ports trees

2009-01-02 Thread Matt
On Fri, Jan 2, 2009 at 10:44 AM, cpghost cpgh...@cordula.ws wrote: Hello, with MITM attacks [1] on the rise, I'm concerned about the integrity of local /usr/src, /usr/doc, and /usr/ports trees fetched through csup (and portsnap) from master or mirror servers. [1]

Re: Foiling MITM attacks on source and ports trees

2009-01-02 Thread cpghost
On Fri, Jan 02, 2009 at 11:26:45AM -0600, Matt wrote: On Fri, Jan 2, 2009 at 10:44 AM, cpghost cpgh...@cordula.ws wrote: Hello, with MITM attacks [1] on the rise, I'm concerned about the integrity of local /usr/src, /usr/doc, and /usr/ports trees fetched through csup (and portsnap) from

Re: Foiling MITM attacks on source and ports trees

2009-01-02 Thread cpghost
On Fri, Jan 02, 2009 at 05:30:12PM +, Vincent Hoffman wrote: cpghost wrote: Hello, with MITM attacks [1] on the rise, I'm concerned about the integrity of local /usr/src, /usr/doc, and /usr/ports trees fetched through csup (and portsnap) from master or mirror servers. [1]

Re: Memory Usage

2009-01-02 Thread Matthew Seaman
Grant Peel wrote: Does anyone have scripts they may be willing to share the parses any FreeBSD utility (top, w, etc) suitable for using the output to use mrtg to show memory and disk usage? net-mgmt/net-snmpd ? Or even, perhaps the base system's bsnmpd (although I'm not sure if this has

X11 - radeon or radeonhd? (ATI Radeon HD 2400 XT)

2009-01-02 Thread Ewald Jenisch
Hi, I've got a PC (Dell) that came with a Radeon HD 2400 XT (RV610 chipset). Afaik there isn't 3D support yet with this card, so my primary goal is to get it working as far as 2D and speed is concerned (I don't want to go for vesa if at all possible) Which driver should I use for this card -

Re: X11 - radeon or radeonhd? (ATI Radeon HD 2400 XT)

2009-01-02 Thread Adam K Kirchhoff
On Friday 02 January 2009 13:32:57 Ewald Jenisch wrote: Hi, I've got a PC (Dell) that came with a Radeon HD 2400 XT (RV610 chipset). Afaik there isn't 3D support yet with this card, so my primary goal is to get it working as far as 2D and speed is concerned (I don't want to go for vesa if

Re: Foiling MITM attacks on source and ports trees

2009-01-02 Thread Wojciech Puchar
It's a beginning for sure. I assume (403 error) Max generates and saves digests on his snapshots and the verification script does the same locally and simply compares both lists. it's plain paranoia. Yes such attacks are possible but usually there 100 other ways to compromise Your systems. if

Re: Foiling MITM attacks on source and ports trees

2009-01-02 Thread cpghost
On Fri, Jan 02, 2009 at 08:04:10PM +0100, Wojciech Puchar wrote: It's a beginning for sure. I assume (403 error) Max generates and saves digests on his snapshots and the verification script does the same locally and simply compares both lists. it's plain paranoia. Yes such attacks are

Re: X11 - radeon or radeonhd? (ATI Radeon HD 2400 XT)

2009-01-02 Thread cpghost
On Fri, Jan 02, 2009 at 01:42:38PM -0500, Adam K Kirchhoff wrote: On Friday 02 January 2009 13:32:57 Ewald Jenisch wrote: Hi, I've got a PC (Dell) that came with a Radeon HD 2400 XT (RV610 chipset). Afaik there isn't 3D support yet with this card, so my primary goal is to get it

No disks found on ASUS P5N-D, nForce 750i.

2009-01-02 Thread Michael Craft
I have an ASUS P5N-D motherboard with an Nvidia nForce 750i chipset, and a Seagate 500GB SATA 3.0Gb/s hard drive. When I try to install FreeBSD 7.0 i386 from the bootonly CD, I get a No disks found! error when it gets to the partitioning section. Also strangely but probably just a coincidence,

No disks found on ASUS P5N-D, nForce 750i.

2009-01-02 Thread Michael Craft
I have an ASUS P5N-D motherboard with an Nvidia nForce 750i chipset, and a Seagate 500GB SATA 3.0Gb/s hard drive. When I try to install FreeBSD 7.0 i386 from the bootonly CD, I get a No disks found! error when it gets to the partitioning section. Also strangely but probably just a coincidence,

Re: Using HDD's for ZFS: 'desktop' vs 'raid / enterprise' -edition drives?

2009-01-02 Thread stan
On Fri, Jan 02, 2009 at 05:48:27PM +0100, Wojciech Puchar wrote: think twice before doing. Could you elaborate please ? ZFS still doesn't work as described ... Is that comment FreeBSD specifc, or aimed at ZFS in general? -- One of the main causes of the fall of the roman empire was

Re: X11 - radeon or radeonhd? (ATI Radeon HD 2400 XT)

2009-01-02 Thread Roland Smith
On Fri, Jan 02, 2009 at 01:42:38PM -0500, Adam K Kirchhoff wrote: On Friday 02 January 2009 13:32:57 Ewald Jenisch wrote: Hi, I've got a PC (Dell) that came with a Radeon HD 2400 XT (RV610 chipset). Afaik there isn't 3D support yet with this card, so my primary goal is to get it

Re: X11 - radeon or radeonhd? (ATI Radeon HD 2400 XT)

2009-01-02 Thread Warren Block
On Fri, 2 Jan 2009, Ewald Jenisch wrote: I've got a PC (Dell) that came with a Radeon HD 2400 XT (RV610 chipset). Afaik there isn't 3D support yet with this card, so my primary goal is to get it working as far as 2D and speed is concerned (I don't want to go for vesa if at all possible)

Re: X11 - radeon or radeonhd? (ATI Radeon HD 2400 XT)

2009-01-02 Thread Adam K Kirchhoff
On Fri, 2009-01-02 at 20:38 +0100, cpghost wrote: On Fri, Jan 02, 2009 at 01:42:38PM -0500, Adam K Kirchhoff wrote: On Friday 02 January 2009 13:32:57 Ewald Jenisch wrote: Hi, I've got a PC (Dell) that came with a Radeon HD 2400 XT (RV610 chipset). Afaik there isn't 3D support

Re: X11 - radeon or radeonhd? (ATI Radeon HD 2400 XT)

2009-01-02 Thread Adam K Kirchhoff
On Fri, 2 Jan 2009 21:23:50 +0100 Roland Smith rsm...@xs4all.nl wrote: On Fri, Jan 02, 2009 at 01:42:38PM -0500, Adam K Kirchhoff wrote: On Friday 02 January 2009 13:32:57 Ewald Jenisch wrote: Hi, I've got a PC (Dell) that came with a Radeon HD 2400 XT (RV610 chipset). Afaik

Re: Using HDD's for ZFS: 'desktop' vs 'raid / enterprise' -edition drives?

2009-01-02 Thread David N
2009/1/3 Frederique Rijsdijk frederi...@isafeelin.org: Hi freebsd-questions, For personal use (photo/video storage), I'm looking into creating a huge single ZFS (raidz) volume that will replace my current collection of drives used as storage. I'm thinking 4*1TB drives in RAID5(z). My

Re: Using HDD's for ZFS: 'desktop' vs 'raid / enterprise' -edition drives?

2009-01-02 Thread dick hoogendijk
On Fri, 2 Jan 2009 15:17:30 -0500 stan st...@panix.com wrote: On Fri, Jan 02, 2009 at 05:48:27PM +0100, Wojciech Puchar wrote: think twice before doing. Could you elaborate please ? ZFS still doesn't work as described ... Is that comment FreeBSD specifc, or aimed at ZFS in

Re: kernel panic

2009-01-02 Thread Toni Schmidbauer
At Thu, 1 Jan 2009 12:05:25 -0800 (PST), Mark Busby wrote: Jan 1 08:56:39 mars savecore: reboot after panic: kmem_malloc(12288): kmem_map too small: 128778240 total allocated as you probably already know this means you ran out of kernel memory. 80211node 8081 21705K - 8081

Re: Using HDD's for ZFS: 'desktop' vs 'raid / enterprise' -edition drives?

2009-01-02 Thread Charles Richards
think twice before doing. Why? I've had better luck with ZFS than I've had with VINUM and GEOM in the past, and I've put my ZFS array through alot of stress. If his data (photo / video storage) is that important, then perhaps he wants to do soemthing else ... but for a cheap way to get

Re: Foiling MITM attacks on source and ports trees

2009-01-02 Thread Wojciech Puchar
other ways to compromise Your systems. if one really care then make your VPN for all your computers, use one that is unknown for others to download portsnap etc. and then use rsync to populate it to other machines. I'm already getting the files from one location and disseminate them via

Re: Using HDD's for ZFS: 'desktop' vs 'raid / enterprise' -edition drives?

2009-01-02 Thread Wojciech Puchar
ZFS still doesn't work as described ... Is that comment FreeBSD specifc, or aimed at ZFS in general? general. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Suddenly shutdown -p now produces a reboot

2009-01-02 Thread Tim
Leslie Jensen wrote: I have a Server with Squid, 7.0-RELEASE-p4 FreeBSD, squid-3.0.11, that has been running fine for the last six months, at least. It is shutdown every night at 7 PM via cron. Now suddenly the machine is rebooting instead, and I've made no changes whatsoever. I'm wondering

Urgent help needed please: Gvinum problem

2009-01-02 Thread Ian Lord
Hi, We had a power lost even though we have ups and generators (still investigating it) and when the machine rebooted one of the disk seems to be failed : The system complains about fsck repaired failed and that I must run it manually. It then boots in single user mode. I entered

Urgent help needed please: Gvinum problem

2009-01-02 Thread Ian Lord
Hi, We had a power lost even though we have ups and generators (still investigating it) and when the machine rebooted one of the disk seems to be failed : The system complains about fsck repaired failed and that I must run it manually. It then boots in single user mode. I entered gvinum and

Re: HowTo configure WPA[2] ath0 [wlan0] on up to date 8.0-CURRENT

2009-01-02 Thread maddae...@gmail.com
On Fri, Jan 2, 2009 at 10:36 AM, ec...@casasponti.net wrote: I'm currently using wep at home and in the office configured from rc.conf. example: ifconfig_wlan0=DHCP ssid virus wepmode on wepkey 1:0x2373FE9515 weptxkey 1 I'm traveling and haven't been able to connect to hotspots that are

Re: Urgent help needed please: Gvinum problem

2009-01-02 Thread Steve Bertrand
Ian Lord wrote: Hi, We had a power lost even though we have ups and generators (still investigating it) and when the machine rebooted one of the disk seems to be failed : The system complains about fsck repaired failed and that I must run it manually. It then boots in single user mode.

RE: Urgent help needed please: Gvinum problem

2009-01-02 Thread Ian Lord
Hi, We had a power lost even though we have ups and generators (still investigating it) and when the machine rebooted one of the disk seems to be failed : The system complains about fsck repaired failed and that I must run it manually. It then boots in single user mode. I entered

Re: Foiling MITM attacks on source and ports trees

2009-01-02 Thread cpghost
On Fri, Jan 02, 2009 at 10:53:29PM +0100, Wojciech Puchar wrote: other ways to compromise Your systems. if one really care then make your VPN for all your computers, use one that is unknown for others to download portsnap etc. and then use rsync to populate it to other machines. I'm

Re: Nice web interface or music?

2009-01-02 Thread maddae...@gmail.com
On Fri, Jan 2, 2009 at 2:04 AM, stan st...@panix.com wrote: On Thu, Jan 01, 2009 at 06:15:15PM -0800, George Hartzell wrote: In addition to the java clients, you can also go lower tech. and try this: http://www.ex-parrot.com/~pdw/slimp3slave/ or even the lower tech comment from that web

high interrupt level

2009-01-02 Thread Jeroen Hofstee
Hello, A Dell Poweregde 1850 constantly spents about one third of its time in interrupt 16. This box has run for a year without this issue. It has an almost generic kernel, only quotas are compiled in. Rebooting (without ipmi) does not help nor updating; the issue was already present before

Re: Using HDD's for ZFS: 'desktop' vs 'raid / enterprise' -edition drives?

2009-01-02 Thread Steve Bertrand
dick hoogendijk wrote: On Fri, 2 Jan 2009 15:17:30 -0500 stan st...@panix.com wrote: On Fri, Jan 02, 2009 at 05:48:27PM +0100, Wojciech Puchar wrote: think twice before doing. Could you elaborate please ? ZFS still doesn't work as described ... Is that comment FreeBSD specifc, or aimed at

high interrupt level

2009-01-02 Thread Jeroen Hofstee
Hello, A Dell Poweregde 1850 constantly spents about one third of its time in interrupt 16. This box has run for a year without this issue. It has an almost generic kernel, only quotas are compiled in. Rebooting (without ipmi) does not help nor updating; the issue was already present before

Re: Using HDD's for ZFS: 'desktop' vs 'raid / enterprise' -edition drives?

2009-01-02 Thread Steve Bertrand
Steve Bertrand wrote: dick hoogendijk wrote: On Fri, 2 Jan 2009 15:17:30 -0500 stan st...@panix.com wrote: On Fri, Jan 02, 2009 at 05:48:27PM +0100, Wojciech Puchar wrote: think twice before doing. Could you elaborate please ? ZFS still doesn't work as described ... Is that comment

two ethernet cards

2009-01-02 Thread Stefan Miklosovic
hi i have two ethernet cards on my box uname -a FreeBSD dexter 7.0-RELEASE Freebsd 7.0-RELEASE #5: Fri Jan 2 21:25:21 CET 2009 r...@dexter:/usr/obj/usr/src/sys/DEXTER i386 ifconfig rl0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500 options=8VLAN_MTU ether

Re: two ethernet cards

2009-01-02 Thread Michael Powell
Stefan Miklosovic wrote: hi i have two ethernet cards on my box uname -a FreeBSD dexter 7.0-RELEASE Freebsd 7.0-RELEASE #5: Fri Jan 2 21:25:21 CET 2009 r...@dexter:/usr/obj/usr/src/sys/DEXTER i386 ifconfig rl0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500

Re: Foiling MITM attacks on source and ports trees

2009-01-02 Thread RW
On Fri, 02 Jan 2009 17:30:12 + Vincent Hoffman vi...@unsane.co.uk wrote: Admittedly this doesn't give a file by file checksum That's not really a problem, it's no easier to create a collision in a .gz file than a patch file. The more substantial weakness is that the key is verified against

Tool for traffic measure?

2009-01-02 Thread Sdävtaker
Hello, I got a subnet with 5 machines and a cablemodem who provides 5 public ips All is conected to a switch. One of the machines is not ours and we want to check it is not abuseing our internet link, so we want to know if there is any way to monitor bandwich usage from one of the other machines

ktorrent-3.1.5 pkg file

2009-01-02 Thread Warren Liddell
Does anyone have the pkg file for ktorrent-3.1.5 for a AMD64 bit system as im having a lot of troubles wqith my QT4 version so can only upgrade via the pkg add an using the -r dosent fetch 3.1.5 version. ___ freebsd-questions@freebsd.org mailing list

Re: Tool for traffic measure?

2009-01-02 Thread Kurt Buff
On Fri, Jan 2, 2009 at 9:21 PM, Sdävtaker sdavta...@gmail.com wrote: Hello, I got a subnet with 5 machines and a cablemodem who provides 5 public ips All is conected to a switch. One of the machines is not ours and we want to check it is not abuseing our internet link, so we want to know if

Re: Tool for traffic measure?

2009-01-02 Thread David Kelly
On Jan 2, 2009, at 11:21 PM, Sdävtaker wrote: Hello, I got a subnet with 5 machines and a cablemodem who provides 5 public ips All is conected to a switch. One of the machines is not ours and we want to check it is not abuseing our internet link, so we want to know if there is any way to