Re: why no Oracle on FreeBSD ?
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 top of Linux binary Emulation? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu-oracle.html I was just wondering about limitations and performance issues using that way... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: High Availability FreeBSD www cluster
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 (or more) Load Balanced Web "Back End" servers ;) On jeu, 2008-08-07 at 16:44 +1000, Michael Christie wrote: > Thank you all for your input. Carp looks like it needs some investigation > > Thanks > > Michael > > Peter Ross wrote: > > Hi, > > > > Michael Christie wrote: > > > > > >> I want to cluster some freeBSD servers, The purpose of this is to learn. > >> I would like to run some basic services like www and mail on a test > >> network. I would like to set up the servers so if one server falls over > >> the other will take over the services automatically, load balanceing would > >> be good as well. I have googled, I could be looking in the wrong place , > >> there seems not to be much in regard to seting up freebsd in a cluster, > >> lots on linux. I have looked at the High Availability Linux project , I > >> see on the front page that it will run on freebsd. > >> > >> So I am a bit lost and i am wanting to learn how to cluster freebsd web > >> and mail servers, I have looked at Beowulf clusters, which seem to give > >> computers more grunt, Can some on on the list please advise me on what > >> clustering softwhere i need to get started and if the High Availability > >> Linux project softwhere will do the job. > >> > > > > pound (/usr/ports/www/pound) can be used on HTTP(S) level. > > > > >From pkg-descr: > > > > The Pound program is a reverse proxy, load balancer and HTTPS front-end > > for Web server(s). Pound was developed to enable distributing load among > > several Web-servers, and to allow for a convenient SSL wrapper for those > > Web servers that do not offer it natively. Pound is distributed under the > > GPL - no warranty, it's free to use, copy and give away. > > > > WWW: http://www.apsis.ch/pound/ > > > > - Anders Nordby <[EMAIL PROTECTED]> > > > > Regards > > Peter > > ___ > > [EMAIL PROTECTED] mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-cluster > > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > > > > > > > ___ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-cluster > To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: http://www.freebsd.org site unreachable
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 nmap scan and it appears port 80 is open, but when netcat'ing to it >and manually passing a request, I get no response. > >So the servers are up, but something internal broke. > >-- >-Harry Maugans >http://www.desktopnexus.com >Join the wallpaper revolution! > > >On 9/14/07, Eric <[EMAIL PROTECTED]> wrote: >> >> Pablo Mora wrote: >> > On 9/14/07, Caio Figueiredo Abecia <[EMAIL PROTECTED]> wrote: >> >> The website isn't working here too. (Brazil) >> >> >> > >> > In Chile neither >> > >> >> confirmed in chicago as well. cannot reach it >> ___ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to " >> [EMAIL PROTECTED]" >> >___ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: rl0 discard oversize frame
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. So I bought a real tek based card that works fine. But when I run dmesg, I get lots of these lines (almost 900): rl0: discard oversize frame (ether type 0 flags 3 len 1532 > max 1514) Can someone please advise what can be done to stop that. I'm using FreeBSD 6.2 release. Thanks, ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" Thanks for the reply. Here is the output of "ifconfig -a" rl0: flags=8843 mtu 1500 options=8 inet 172.22.15.39 netmask 0x broadcast 172.22.255.255 ether 00:e0:4c:ef:04:87 media: Ethernet autoselect (100baseTX ) status: active lo0: flags=8049 mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff00 OK, You may try to increase your MTU by using "ifconfig rl0 mtu 1580" (for example) - Do not forget to add this option in /etc/rc.conf (for boot settings) If it does not solve the problem, the problem could be due to your network interface and the "RL" driver itself. In that case, you have to shut down the interface and remount it, I agree that it is not a proper solution but I saw it on a newsgroup. Hope this help! Kind Regards. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: rl0 discard oversize frame
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 dmesg, I get lots of these lines (almost 900): rl0: discard oversize frame (ether type 0 flags 3 len 1532 > max 1514) Can someone please advise what can be done to stop that. I'm using FreeBSD 6.2 release. Thanks, ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Any FBSD Filesystem with Mandatory Locks?
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 FreeBSD Patch could be done. I have looked at HAVP CVS, apparently they have added an option to compile without mandatory locks (NOMAND). Salut Michel ;) That's what I was looking for (Mandatory option in order to perform STREAM). Without Mandatory HAVP works fine but for client "performance" or latency while displaying web pages - I was begging if anyone has found a solution for activating Mandatory locking (+STREAM) for AVP. I am not sure that Mandatory itself is required, HAVP only creates a temporary file but check if the dedicated mount point IS mounted with MAND... (I am afraid I am not really clear... lol) A++ ;) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Any FBSD Filesystem with Mandatory Locks?
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 mount_ext2fs does not support "-o mand" ... Any idea?... My config : FBSD 6-STABLE GENERIC Kernel HAVP 0.85 (tuned makefile to compile the with STREAM function) Tried with : mdconfig -a -t malloc -s32m mount_ext2fs -o mand /dev/md0 /tmp/havp (the "mand" option is not recognized) I don't think that FreeBSD has mandatory file locks, I believe that all locks are advisory. I may be wrong but this is what the section on file/descriptor locking in "The Design And Implementation of the FreeBSD Operating System" seemed to suggest, this may have changed since 5.2 tho. Tom 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 FreeBSD Patch could be done. Kind Regards, ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Any FBSD Filesystem with Mandatory Locks?
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 UFS(2) and also tried with ext2fs loaded but the mount_ext2fs does not support "-o mand" ... Any idea?... Why does it need mandatory locks? Kris I don't even know - it uses a STREAMING for downlodaded objects to be scanned onto a dedicated mount point - it could be an internal feature of HAVP that needs mandatory locks. I am not sure. I just would like to know if any is available under FreeBSD - Instead, I am afraid I will have to ask the HAVP developpers directly (and the "why does it needs MAND" could have an answer ;)) Thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Any FBSD Filesystem with Mandatory Locks?
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" ... Any idea?... My config : FBSD 6-STABLE GENERIC Kernel HAVP 0.85 (tuned makefile to compile the with STREAM function) Tried with : mdconfig -a -t malloc -s32m mount_ext2fs -o mand /dev/md0 /tmp/havp (the "mand" option is not recognized) ... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Does freebsd have the equivelent command to linux mii-tool or ethtool?
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.c in freebsd source code but do not have > "mii-tool" command. Does freebsd have the equivelent command to linux > "mii-tool" or "ethtool" ? or the functions of these two command are included > in "ifconfig" ? > Thank you. > > > - > 雅虎免费邮箱-3.5G容量,20M附件 > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: server issues
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 another domain. i set up the directives: AllowOverride None Order deny,allow Deny from all AllowOverride All Order allow,deny Allow from all AllowOverride All Order allow,deny Allow from all when i try to start apache it says httpd not running, trying to start . . . and on the broswer i get an internal server error. does anyone know how i could fix this? thanks alot! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: MONOWALL Share DSL
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.1.0/24 > LAN (Clients) There is no problem to set your box act like this you just have to put a static route on the DSL router itself or perform outgoing NAT for your clients. Laurie Zimmerman a écrit : Hi, I have a client who would like to share a DSL connection with a neighboring office. I would like to put my clients network (they only need to share Internet) on a separate IP (192.168.1.x) network behind a monowall. My question is, will monowall allow a private address (the LAN IP of DSL router, 192.168.0.x) to be its WAN address? Do you see any routing issues with this? Thanks Laurie ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" p5.vert.ukl.yahoo.com uncompressed Tue Aug 29 21:27:01 GMT 2006 ___ Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. http://fr.answers.yahoo.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Fetching install.cfg from a remote machine
EHLO 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 "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 advance Philippe LAQUET ___ Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. http://fr.answers.yahoo.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Fetching install.cfg from a remote machine
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 "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 for your help :P ___ Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. http://fr.answers.yahoo.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"