Re: why no Oracle on FreeBSD ?

2009-09-25 Thread Philippe Laquet
Dag-Erling Smørgrav a écrit : Saifi Khan writes: The response seems to suggest [...] ...nothing except that whoever wrote it has absolutely no idea what they're talking about. DES I know that the question was about "native" FreeBSD port but did someone tried / used Oracle on to

Re: High Availability FreeBSD www cluster

2008-08-08 Thread Philippe Laquet
CARP does the job perfectly! Is you have to LB/RP from a front end (the SPOF?) you can also take a quick look on LighttpD with the Proxy module (very simple & efficient) In a heavier (but also quite simple) environment : * Two (or more) LB/RP on the front with lighttpdproxy - HA with CARP * Two

Re: http://www.freebsd.org site unreachable

2007-09-14 Thread Philippe Laquet
Yup!... In France too :[ On 9/14/2007, "Harry Maugans" <[EMAIL PROTECTED]> wrote: >I've confirmed (through a friend) in England it's not accessible either. > >I'm surprised they wouldn't have redundancies to prevent this from >happening. Round robin DNS with collocation at least. > >I ran an nm

Re: rl0 discard oversize frame

2007-08-29 Thread Philippe Laquet
Amer H. Alhabsi a écrit : Philippe Laquet wrote: Hi Amer, Could you send an "ifconfig -a" ? It may occur if your MTU doesn't match Amer H. Alhabsi a écrit : Hi, The network card that came with the PC (Broadcom NetXtreme Gigabit Ethernet) was not recognized by sysinstall

Re: rl0 discard oversize frame

2007-08-28 Thread Philippe Laquet
Hi Amer, Could you send an "ifconfig -a" ? It may occur if your MTU doesn't match Amer H. Alhabsi a écrit : Hi, The network card that came with the PC (Broadcom NetXtreme Gigabit Ethernet) was not recognized by sysinstall. So I bought a real tek based card that works fine. But when I run dm

Re: Any FBSD Filesystem with Mandatory Locks?

2007-05-12 Thread Philippe Laquet
Michel Talon a écrit : Philippe Laquet wrote: OK - Thanks Tom, I will take a look on it, I think that HAVP was first developped on and for GNU/Linux, that may explain the need of a Mandatory (derived from SysV?) locks... I am currently looking on the source code of HAVP and check is a

Re: Any FBSD Filesystem with Mandatory Locks?

2007-05-12 Thread Philippe Laquet
Tom Judge a écrit : Philippe Laquet wrote: Dear All, I a trying to get HAVP (it works almost well, great software!) but I also need to use the streaming option and it needs a FS mounted with mandatory locks. I did not found any option with UFS(2) and also tried with ext2fs loaded but the

Re: Any FBSD Filesystem with Mandatory Locks?

2007-05-12 Thread Philippe Laquet
Kris Kennaway a écrit : On Sat, May 12, 2007 at 01:10:09AM +0200, Philippe Laquet wrote: Dear All, I a trying to get HAVP (it works almost well, great software!) but I also need to use the streaming option and it needs a FS mounted with mandatory locks. I did not found any option with

Any FBSD Filesystem with Mandatory Locks?

2007-05-11 Thread Philippe Laquet
Dear All, I a trying to get HAVP (it works almost well, great software!) but I also need to use the streaming option and it needs a FS mounted with mandatory locks. I did not found any option with UFS(2) and also tried with ext2fs loaded but the mount_ext2fs does not support "-o mand" ... An

Re: Does freebsd have the equivelent command to linux mii-tool or ethtool?

2007-03-27 Thread Philippe Laquet
Hi, If you only need to set duplex modes and so on, the "ifconfig" command under *BSD replaces all the *-tools that you talking about ;) (the manpage gives all the information you may need) Kind Regards Philippe Laquet essential li a écrit : > I saw there are mii.h and mii

Re: server issues

2007-02-21 Thread Philippe Laquet
Can you give us the "VirtualHost" directives included in your configuration file, listening ports and the tailed couple "access-log" / "error-log" ? ;) drewshen a écrit : I am having a problem with my apache in freebsd. i set up two virtual hosts, one is a default, the other goes to anothe

Re: MONOWALL Share DSL

2006-08-29 Thread Philippe LAQUET
How your m0n0wall is connected to the Internet? If it is behind a router that do NAT there shouldn't be any problem. If the m0n0wall is connected directly behind a modem this will be more problematic :P But as I understood your setup seems like : Router < 192.168.0.0/24 > m0n0wall < 192.168.

Fetching install.cfg from a remote machine

2006-07-30 Thread Philippe LAQUET
DHCP "specific" server to do only that task. Do the rebuild of the ISO image itself with the "install.cfg" on the CD is also an alternate option but we will have to rebuild the ISO, re-burn images every time we change an option - Use a new release and so on... Thanks in

Fetching install.cfg from a remote machine

2006-07-29 Thread Philippe LAQUET
Hi! I would like to know if someone has published some patch or found a solution to perform a automatic installation via sysinstall but with a remote (ftp/http/nfs) install.cfg file? I found some solutions using a PXE boot disk and mount via NFS but don't want to put NFS shares and DHCP "spe