From owner-freebsd-isp Sun Jul 26 04:43:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA15648 for freebsd-isp-outgoing; Sun, 26 Jul 1998 04:43:57 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from ppc1.cybertime.ch (ppc1.cybertime.ch [194.191.120.136]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id EAA15641 for ; Sun, 26 Jul 1998 04:43:51 -0700 (PDT) (envelope-from pajarola@cybertime.ch) Received: from tyr.cybertime.ch by ppc1.cybertime.ch (AIX 4.1/UCB 5.64/4.03) id AA15848; Sun, 26 Jul 1998 13:43:21 +0200 Message-Id: <3.0.32.19980726134059.006c7ff4@www.dlc.cybertime.ch> X-Sender: pajarola@www.dlc.cybertime.ch X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Sun, 26 Jul 1998 13:44:46 +0200 To: freebsd-isp@FreeBSD.ORG From: Rico Pajarola Subject: Re: MX CNAME Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 11:35 24.07.98 +0100, you wrote: >I am a little confused now... so was I when I first encountered this problem ;) >Imagine we have a DNS server, which runs on a machine called >'skyhawk.domain.com', we think we're being clever by setting up a CNAME which is >'dns0.domain.com' which in turn points to 'skyhawk.domain.com'. > >Why do this? - So that when/if we move our DNS server all our Internic records >which point to 'dns0.domain.com' can be moved easily (by changing the CNAME). I did this some time ago, and it didn't work very well, ie, nothing complained, but it dind't work for some clients, and murphy's law says that it's your paying (and not very patient) customer who finds out first :) The difference between a NS reference to a CNAME and two A records pointing to the same IP address is that the error with the 2 A records only shows up if you're doing additional database consistency checks (which aren't necessary for looking up the data), while an NS -> CNAME is plain wrong, and some broken clients (eg some M$ products) just can't resolve them. >I don't mind using 'IN A' records for this - but isn't this going to muck up? >e.g. > >$ORIGIN = "domain.com" >skyhawk IN A 192.168.100.1 >dns0 IN A 192.168.100.1 > >Isn't this going to muckup people who do reverse DNS queries? If they resolve >'dns0.domain.com' they will get '192.168.100.1' which reverse to >'skyhawk.domain.com' - which isn't going to please too many paranoid >wrappers?/people? > >The only other choice is to put 'skyhawk.domain.com' in the Internic records, >and hope that machine's role never changes? I don't think that a lot of people will do reverse lookups on your DNS server (at least not when doing queries), but the best way to go (if you have an ip address to waste) would be to make an alias ip (using ifconfig alias) and using this for your dns server, and if you're using bind 8.x, you can limit your dns to use this address exclusively. If the machine's role ever changes, you don't even have to change any DNS database files, you just take down the alias (ifconfig delete), set up the same alias on the new machine, fire up the dns server (or send it a HUP signal to recognize the new address), and there you are, you moved your nameserver to another machine, and don't even have DNS cache problems (which can be very nasty, as bad old DNS data can stay in caches for weeks, if you didn't change the ttl values early enough) Another method would be to make dns0 the A record, and skyhawk the CNAME (not very beautiful though) >Maybe I'm just getting confused? (Hence the mail, you seem to know what your >talking about... ) I learnt it by doing it wrong first 8-> Everything clear now? Rico Pajarola To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Jul 26 11:19:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19070 for freebsd-isp-outgoing; Sun, 26 Jul 1998 11:19:05 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from darla.swimsuit.internet.dk (mail.swimsuit.internet.dk [194.255.12.232]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA19060 for ; Sun, 26 Jul 1998 11:19:03 -0700 (PDT) (envelope-from leifn@internet.dk) Received: from darla.swimsuit.internet.dk (darla.swimsuit.internet.dk [192.168.0.10]) by darla.swimsuit.internet.dk (8.9.1/8.9.1) with SMTP id UAA02011 for ; Sun, 26 Jul 1998 20:18:34 +0200 (CEST) Date: Sun, 26 Jul 1998 20:18:34 +0200 (CEST) From: Leif Neland Reply-To: leifn@internet.dk To: isp@FreeBSD.ORG Subject: tkined Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org tkined1.4.9 dumps core I have compiled and installed tkined, tcl 8.1 and tk 8.1 If I invoke thined1.4.9 without parameters, it displays the gui (with a monitor, a cloud, a hand etc) then dumps core. (actually, wish dumps core) If I invoke tkined1.4.9 -h, i get this: Application initialization failed: Command-specific options: -colormap: Colormap for main window -display: Display to use -geometry: Initial geometry for window -name: Name to use for application -sync: Use synchronous mode for display server -visual: Visual for main window -use: Id of window in which to embed application --: Pass all remaining arguments through to script Error in startup script: can't find package Tk 8.1 while executing "package require Tk 8.1" (file "/usr/local/bin/tkined1.4.9" line 10) Any clues, anybody? Leif Neland leifn@internet.dk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Jul 27 08:49:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08648 for freebsd-isp-outgoing; Mon, 27 Jul 1998 08:49:48 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mail.intercom.com ([207.51.55.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA08617 for ; Mon, 27 Jul 1998 08:49:31 -0700 (PDT) (envelope-from jason@intercom.com) Received: from intercom.com (shagalicious.com [206.98.165.250]) by mail.intercom.com (8.9.0/8.9.0) with ESMTP id LAA18147 for ; Mon, 27 Jul 1998 11:48:59 -0400 (EDT) Message-ID: <35BCA196.ADFCA2B7@intercom.com> Date: Mon, 27 Jul 1998 11:49:42 -0400 From: "Jason J. Horton" X-Sender: "Jason J. Horton" X-Mailer: Mozilla 4.5b1 [en]C-NECCK (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isp@FreeBSD.ORG Subject: FreeBSD 2.2.6 and Apache problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I keep getting this message in my error logs: [error] Resource temporarily unavailable: couldn't spawn child process: /location/of/perl/script/here.cgi I have gotten this error with Apache 1.2.5 - 1.3.1, only with perl cgi's. I have compiled new kernels, bumping maxusers to 512, setting OPEN_MAX and CHILD_MAX to large levels, etc and I still get the error. Is this a problem with perl? or apache? or freebsd? Would using mod_perl solve this? This is driving me insane, can anyone help? -J To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Jul 27 10:49:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29613 for freebsd-isp-outgoing; Mon, 27 Jul 1998 10:49:47 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from Radford.i-Plus.net (root@Radford.i-Plus.net [208.24.67.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29600 for ; Mon, 27 Jul 1998 10:49:43 -0700 (PDT) (envelope-from rewt@i-Plus.net) Received: from Radford.i-Plus.net (rewt@Radford.i-Plus.net [208.24.67.15]) by Radford.i-Plus.net (8.8.8/8.8.5) with SMTP id NAA26370 for ; Mon, 27 Jul 1998 13:49:11 -0400 (EDT) Date: Mon, 27 Jul 1998 13:49:11 -0400 (EDT) From: Troy Settle To: "(ML) FreeBSD ISP" Subject: no HELO from MUA? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hey all, I'm hoping someone can help me with a small problem. We have a customer using Eudora Light (have also tried Internet Mail and Outlook Express), and is unable to send mail, except to local users. Here's the error messages we're getting in the maillog: > Jul 24 14:10:38 Radford sendmail[10621]: NOQUEUE: > Authentication-Warning: Radford.i-Plus.net: POP-980-01-156.i-Plus.net > [208.24.87.156] didn't use HELO protocol When sending mail to a local user, it goes through anyways, but when he sends mail to someone outside our domain, we also see the following in the maillog: > Jul 24 14:10:48 Radford sendmail[10621]: OAA10621: lost input channel > from POP-980-01-156.i-Plus.net [208.24.87.156] Can anyone shed some light on why this is happening, and how to fix the problem? -- Troy Settle Network Administrator, iPlus Internet Services http://www.i-Plus.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Jul 27 14:01:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA07632 for freebsd-isp-outgoing; Mon, 27 Jul 1998 14:01:55 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from unix.kawartha.com (unix.kawartha.com [204.101.15.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA07591 for ; Mon, 27 Jul 1998 14:01:22 -0700 (PDT) (envelope-from paul@kawartha.com) Received: from shell.kawartha.com (shell.kawartha.com [204.101.15.43]) by unix.kawartha.com (8.8.8/8.8.7) with SMTP id RAA13380 for ; Mon, 27 Jul 1998 17:04:03 -0400 (EDT) Date: Mon, 27 Jul 1998 17:22:21 -0400 (EDT) From: Paul Stewart To: freebsd-isp@FreeBSD.ORG Subject: routing/class c problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi there... I posted a message the other day and thanks everyone for the suggestions.. I'm still stumped.. either I'm really being dumb or something.. I don't know..:) Here's the scoop... server located at 204.101.15.92 (full working class C), with our router located at 204.101.15.1 One ethernet interface ed1 We have another class C which is also pointed to 204.101.15.92. The class C is 209.226.30.0 All I need is to be able to host 255 domains on that box. The whole 209 class C that I've mentioned above is set aside currently for hosting domains on this particular server. Inside of our network I can traceroute and ping any 209 address that I have setup but from the outside world, it stops dead at our router. I've contacted BGS (our upstream provider who also manages our router) and they have reassured me everything is pointed like it should. So, here is my rc.conf file and rc.local file... the only two things I've changed... #!/bin/sh # # This is rc.conf - a file full of useful variables that you can set # to change the default startup behavior of your system. # # All arguments must be in double or single quotes. # # $Id: rc.conf,v 1.1.2.40 1998/03/15 16:39:41 jkh Exp $ ############################################################## ### Important initial Boot-time options ##################### ############################################################## swapfile="NO" # Set to name of swapfile if aux swapfile desired. apm_enable="NO" # Set to YES if you want APM enabled. pccard_enable="NO" # Set to YES if you want to configure PCCARD devices. pccard_mem="DEFAULT" # If pccard_enable=YES, this is card memory address. pccard_ifconfig="NO" # Specialized pccard ethernet configuration (or NO). local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs. ############################################################## ### Network configuration sub-section ###################### ############################################################## ### Basic network options: ### hostname="hosting.kawartha.com" # Set this! nisdomainname="NO" # Set to NIS domain if using NIS (or NO). firewall_enable="NO" # Set to YES to enable firewall functionality firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall) firewall_quiet="NO" # Set to YES to suppress rule display tcp_extensions="YES" # Allow RFC1323 & RFC1644 extensions (or NO). network_interfaces="ed1 lo0" # List of network interfaces (lo0 is loopback). ifconfig_ed1="inet 204.101.15.92 netmask 255.255.255.0" ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. ifconfig_lo0_alias0="inet 209.226.30.1 netmask 0xffffffff" ifconfig_lo0_alias1="inet 209.226.30.2 netmask 0xffffffff" ### Network daemon (miscellaneous) & NFS options: ### syslogd_enable="YES" # Run syslog daemon (or NO). syslogd_flags="" # Flags to syslogd (if enabled). inetd_enable="YES" # Run the network daemon dispatcher (or NO). inetd_flags="" # Optional flags to inetd. named_enable="NO" # Run named, the DNS server (or NO). named_program="/usr/sbin/named" # named program, in case we want bind8 instead. named_flags="-b /etc/namedb/named.boot" # Flags to named (if enabled). kerberos_server_enable="NO" # Run a kerberos master server (or NO). kadmind_server_enable="NO" # Run kadmind (or NO) -- do not run on # a slave kerberos server kerberos_stash="" # Is the kerberos master key stashed? rwhod_enable="NO" # Run the rwho daemon (or NO). amd_enable="NO" # Run amd service with $amd_flags (or NO). amd_flags="-a /net -c 1800 -k i386 -d my.domain -l syslog /host /etc/amd.map" nfs_client_enable="NO" # This host is an NFS client (or NO). nfs_client_flags="-n 4" # Flags to nfsiod (if enabled). nfs_server_enable="NO" # This host is an NFS server (or NO). nfs_server_flags="-u -t 4" # Flags to nfsd (if enabled). mountd_flags="-r" # Flags to mountd (if NFS server enabled). nfs_reserved_port_only="NO" # Provide NFS only on secure port (or NO). rpc_lockd_enable="NO" # Run NFS rpc.lockd (*broken!*) if nfs_server. rpc_statd_enable="YES" # Run NFS rpc.statd if nfs_server (or NO). portmap_enable="YES" # Run the portmapper service (or NO). portmap_flags="" # Flags to portmap (if enabled). rarpd_enable="NO" # Run rarpd (or NO). rarpd_flags="" # Flags to rarpd. xtend_enable="NO" # Run the X-10 power controller daemon. xtend_flags="" # Flags to xtend (if enabled). ### Network Time Services options: ### timed_enable="NO" # Run the time daemon (or NO). timed_flags="" # Flags to timed (if enabled). ntpdate_enable="NO" # Run the ntpdate to sync time (or NO). ntpdate_flags="" # Flags to ntpdate (if enabled). xntpd_enable="NO" # Run xntpd Network Time Protocol (or NO). xntpd_flags="" # Flags to xntpd (if enabled). tickadj_enable="NO" # Run tickadj (or NO). tickadj_flags="-Aq" # Flags to tickadj (if enabled). # Network Information Services (NIS) options: ### nis_client_enable="NO" # We're an NIS client (or NO). nis_client_flags="" # Flags to ypbind (if enabled). nis_ypset_enable="NO" # Run ypset at boot time (or NO). nis_ypset_flags="" # Flags to ypset (if enabled). nis_server_enable="NO" # We're an NIS server (or NO). nis_server_flags="" # Flags to ypserv (if enabled). nis_ypxfrd_enable="NO" # Run rpc.ypxfrd at boot time (or NO). nis_ypxfrd_flags="" # Flags to rpc.ypxfrd (if enabled). nis_yppasswdd_enable="NO" # Run rpc.yppasswdd at boot time (or NO). nis_yppasswdd_flags="" # Flags to rpc.yppasswdd (if enabled). ### Network routing options: ### defaultrouter="204.101.15.1" # Set to default gateway (or NO). static_routes="" # Set to static route list (or leave empty). gateway_enable="YES" # Set to YES if this host will be a router_enable="NO" # Set to YES to enable a routing daemon. router="routed" # Name of routing daemon to use if enabled. router_flags="-q" # Flags for routing daemon. mrouted_enable="NO" # Do multicast routing (see /etc/mrouted.conf). mrouted_flags="" # Flags for multicast routing daemon. ipxgateway_enable="NO" # Set to YES to enable IPX routing. ipxrouted_enable="NO" # Set to YES to run the IPX routing daemon. ipxrouted_flags="" # Flags for IPX routing daemon. arpproxy_all="" # replaces obsolete kernel option ARP_PROXYALL. forward_sourceroute="NO" # do source routing (only if accept_sourceroute="NO" # accept source routed packets to ############################################################## ### System console options ################################# ############################################################## keymap="NO" # keymap in /usr/share/syscons/keymaps/* (or NO). keyrate="NO" # keyboard rate to: slow, normal, fast (or NO). keybell="NO" # bell to duration.pitch or normal or visual (or NO). keychange="NO" # function keys default values (or NO). cursor="NO" # cursor type {normal|blink|destructive} (or NO). scrnmap="NO" # screen map in /usr/share/syscons/scrnmaps/* (or NO). font8x16="NO" # font 8x16 from /usr/share/syscons/fonts/* (or NO). font8x14="NO" # font 8x14 from /usr/share/syscons/fonts/* (or NO). font8x8="NO" # font 8x8 from /usr/share/syscons/fonts/* (or NO). blanktime="NO" # blank time (in seconds) or "NO" to turn it off. saver="NO" # screen saver: blank/daemon/green/snake/star/NO. moused_enable="NO" # Run the mouse daemon. moused_type="auto" # See man page for rc.conf(5) for available settings. moused_port="/dev/cuaa0" # Set to your mouse port. moused_flags="" # Any additional flags to moused. ############################################################## ### Miscellaneous administrative options ################### ############################################################## cron_enable="YES" # Run the periodic job daemon. lpd_enable="NO" # Run the line printer daemon. lpd_flags="" # Flags to lpd (if enabled). sendmail_enable="YES" # Run the sendmail daemon (or NO). sendmail_flags="-bd -q30m" # -bd is pretty mandatory. dumpdev="NO" # Device name to crashdump to (if enabled). check_quotas="NO" # Check quotas (or NO). accounting_enable="NO" # Turn on process accounting (or NO). ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO). linux_enable="NO" # Linux emulation loaded at startup (or NO). rand_irqs="NO" # Stir the entropy pool (like "5 11" or NO). clear_tmp_enable="NO" # Clear /tmp at startup. ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib" # shared library search paths ############################################################## ### Allow local configuration override at the very end here ## ############################################################## if [ -f /etc/rc.conf.local ]; then . /etc/rc.conf.local fi # # site-specific startup actions, daemons # # $Id: rc.local,v 1.21.2.2 1998/02/15 14:24:49 jkh Exp $ # # If there is a global system configuration file, suck it in. #if [ -f /etc/rc.conf ]; then # . /etc/rc.conf #fi T=/tmp/_motd rm -f $T uname -v | sed -e 's,^\([^#]*\) #\(.* [1-2][0-9][0-9][0-9]\).*/\([^\]*\) $,\1 (\3) #\2,' > $T awk '{if (NR == 1) {if ($1 == "FreeBSD") {next} else {print "\n"$0}} else {print}}' < /etc/motd >> $T cp $T /etc/motd chmod 644 /etc/motd rm -f $T echo -n 'starting local daemons:' # put your local stuff here echo '.' #ifconfig ed1 inet 209.226.30.1 netmask 255.255.255.255 alias #ifconfig ed1 inet 209.226.30.2 netmask 255.255.255.255 alias route add -net 209.226.30.0 204.101.15.92 can someone please point out where I"m going wrong..? :) Thanks very much, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Jul 27 14:22:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA11923 for freebsd-isp-outgoing; Mon, 27 Jul 1998 14:22:22 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from bmccane.maxbaud.net (baud225.maxbaud.net [12.13.66.225]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA11814 for ; Mon, 27 Jul 1998 14:21:49 -0700 (PDT) (envelope-from root@bmccane.maxbaud.net) Received: from localhost (root@localhost) by bmccane.maxbaud.net (8.8.8/8.8.8) with SMTP id QAA07614 for ; Mon, 27 Jul 1998 16:21:11 -0500 (CDT) (envelope-from root@bmccane.maxbaud.net) Date: Mon, 27 Jul 1998 16:21:08 -0500 (CDT) From: Wm Brian McCane To: isp@FreeBSD.ORG Subject: INN 2.0 strangeness Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Greetings, I am currently running the July 15 snapshot of INN 2.0. It seemed to be working very nicely until yesterday. I had to reboot my News Server yesterday, and when it came back up, it was no longer putting any entries into the news.notice file. I use this to monitor usage of my news system for several of my customers. Any ideas where it went? I have already watched for growing file systems, but have not found anything that wasn't being caused by some other program. brian +-----------------------------------+------------------------------------------+ He rides a cycle of mighty days, and \ Wm Brian and Lori McCane represents the last great schizm among\ McCane Consulting the gods. Evil though he obviously is, \ root@bmccane.cavtech.com he is a mighty figure, this father of \ http://bmccane.cavtech.com/ my spirit, and I respect him as the sons \ http://bmccane.cavtech.com/~pictures/ of old did the fathers of their bodies. \ http://bmccane.cavtech.com/~bmccane/ Roger Zelazny - "Lord of Light" \ +-------------------------------------------+----------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Jul 27 14:26:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12710 for freebsd-isp-outgoing; Mon, 27 Jul 1998 14:26:39 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from homer.supersex.com (homer.supersex.com [209.5.1.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA12566 for ; Mon, 27 Jul 1998 14:25:57 -0700 (PDT) (envelope-from leo@homer.supersex.com) Received: (from leo@localhost) by homer.supersex.com (8.8.8/8.8.5) id RAA15607; Mon, 27 Jul 1998 17:26:45 -0400 (EDT) Message-ID: <19980727172645.24910@supersex.com> Date: Mon, 27 Jul 1998 17:26:45 -0400 From: Leo Papandreou To: freebsd-isp@FreeBSD.ORG Subject: Re: FreeBSD 2.2.6 and Apache problems References: <35BCA196.ADFCA2B7@intercom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <35BCA196.ADFCA2B7@intercom.com>; from Jason J. Horton on Mon, Jul 27, 1998 at 11:49:42AM -0400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jul 27, 1998 at 11:49:42AM -0400, Jason J. Horton wrote: > I keep getting this message in my error logs: > [error] Resource temporarily unavailable: couldn't spawn child process: > /location/of/perl/script/here.cgi > > I have gotten this error with Apache 1.2.5 - 1.3.1, only with perl > cgi's. I have compiled new kernels, bumping maxusers to 512, setting > OPEN_MAX and CHILD_MAX to large levels, etc and I still get the > error. Is this a problem with perl? or apache? or freebsd? > Would using mod_perl solve this? This is driving me insane, > can anyone help? I believe you have to bump up the limits in login.conf for whatever httpd runs under. man login.conf man cap_mkdb > > -J > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Jul 27 15:22:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23947 for freebsd-isp-outgoing; Mon, 27 Jul 1998 15:22:53 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from itesocci.gdl.iteso.mx (itesocci.gdl.iteso.mx [148.201.1.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA23900 for ; Mon, 27 Jul 1998 15:22:32 -0700 (PDT) (envelope-from cacho@iteso.mx) Received: from localhost (cacho@localhost) by itesocci.gdl.iteso.mx (8.9.0/8.9.0) with SMTP id RAA19156 for ; Mon, 27 Jul 1998 17:21:49 -0500 (CDT) Date: Mon, 27 Jul 1998 17:21:49 -0500 (CDT) From: Hector Gonzalez Jaime X-Sender: cacho@itesocci.gdl.iteso.mx To: freebsd-isp@FreeBSD.ORG Subject: control of spammer customers? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, we've recently had trouble with a local user, and I remembered that somebody in the list mentioned a long time ago that he was working on some kind of filter based on the To: and Cc: lines of a message, by using two spool directories for sendmail, and also checking if the same message was repeated lots of times. I'm really interested in that kind of filter for our campus, but AFAIR the programs or results were not published on the list. Does somebody know if this work was completed? If not, I'd appreciate any pointers for this kind of site-wide limits for sendmail or other program. Hector Gonzalez ITESO university. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Jul 27 17:11:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA17002 for freebsd-isp-outgoing; Mon, 27 Jul 1998 17:11:49 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mail.westbend.net (ns1.westbend.net [207.217.224.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA16874 for ; Mon, 27 Jul 1998 17:11:07 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [207.217.224.195]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id TAA15022; Mon, 27 Jul 1998 19:10:13 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <000b01bdb9bc$17a93fc0$c3e0d9cf@westbend.net> From: "Scot W. Hetzel" To: "Paul Stewart" Cc: "FreeBSD-ISP" Subject: Re: routing/class c problem Date: Mon, 27 Jul 1998 19:10:13 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0518.4 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0518.4 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Paul Stewart >### Network routing options: ### >defaultrouter="204.101.15.1" # Set to default gateway (or NO). >static_routes="" # Set to static route list (or leave empty). >gateway_enable="YES" # Set to YES if this host will be a >router_enable="NO" # Set to YES to enable a routing daemon. >router="routed" # Name of routing daemon to use if enabled. >router_flags="-q" # Flags for routing daemon. Try setting router_enable="YES" and gateway_enable="NO". You want this server to advertise to your router, that it is handling the class C address. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Jul 28 01:42:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA01366 for freebsd-isp-outgoing; Tue, 28 Jul 1998 01:42:19 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from luke.cpl.net (luke.cpl.net [209.150.92.68]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA01351 for ; Tue, 28 Jul 1998 01:42:13 -0700 (PDT) (envelope-from shawn@luke.cpl.net) Received: (from shawn@localhost) by luke.cpl.net (8.8.8/8.8.8) id BAA18367; Tue, 28 Jul 1998 01:45:58 -0700 (PDT) Message-ID: <19980728014558.52101@cpl.net> Date: Tue, 28 Jul 1998 01:45:58 -0700 From: Shawn Ramsey To: isp@FreeBSD.ORG Subject: Perlshop and Cybercash Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Im probably writing this in vain... but has anyone modified Arpanet's Perlshop shopping cart to interact with Cybercash CashRegister 2.x? That you would be willing to share? :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Jul 28 08:15:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA26962 for freebsd-isp-outgoing; Tue, 28 Jul 1998 08:15:51 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from unix.kawartha.com (unix.kawartha.com [204.101.15.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA26952 for ; Tue, 28 Jul 1998 08:15:49 -0700 (PDT) (envelope-from paul@kawartha.com) Received: from shell.kawartha.com (shell.kawartha.com [204.101.15.43]) by unix.kawartha.com (8.8.8/8.8.7) with SMTP id LAA17893 for ; Tue, 28 Jul 1998 11:18:34 -0400 (EDT) Date: Tue, 28 Jul 1998 11:36:58 -0400 (EDT) From: Paul Stewart To: freebsd-isp@FreeBSD.ORG Subject: routing/class c problem FIXED - Thank you! Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just a quick thank you to everyone on the list... as usual lots of very helpful people pointed me to the right answer... The people who maintain our router messed up somewhere and after they rebuilt our Cisco 2501's configuration everything works fine now.. Thanks again! Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Jul 28 08:31:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA00153 for freebsd-isp-outgoing; Tue, 28 Jul 1998 08:31:13 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from firestorm.exit109.com (chris@firestorm.exit109.com [208.225.64.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA00124 for ; Tue, 28 Jul 1998 08:31:06 -0700 (PDT) (envelope-from chris@exit109.com) Received: from localhost (chris@localhost) by firestorm.exit109.com (8.8.8/8.8.8) with SMTP id LAA27477 for ; Tue, 28 Jul 1998 11:30:29 -0400 (EDT) Date: Tue, 28 Jul 1998 11:30:29 -0400 (EDT) From: Chris To: freebsd-isp@FreeBSD.ORG Subject: installing over a network, problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org To all: I'm trying to install FreeBSD 2.2.6 on a machine i just put together, it saw the 3com509b network card fine, i did the partitions and all that, then it asked me to select how to install, i chose ftp, then picked the 3com ethernet card as the device, i put in the right hostname and ip, the gateway, all that... it added the default route, then when it got to "Logging in to ftp@ftp3.freebsd.org" it just hangs there. I can see on the hub that the machine is connected to, that there is a link status, just nothing is happeneing... any ideas? -Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Jul 28 10:04:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22184 for freebsd-isp-outgoing; Tue, 28 Jul 1998 10:04:19 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from socrates.i-pi.com (socrates.i-pi.com [198.49.217.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA22126 for ; Tue, 28 Jul 1998 10:04:14 -0700 (PDT) (envelope-from ingham@i-pi.com) Received: (from ingham@localhost) by socrates.i-pi.com (8.8.8/8.8.7) id LAA05316; Tue, 28 Jul 1998 11:01:09 -0600 (MDT) (envelope-from ingham) Message-ID: <19980728110108.23173@i-pi.com> Date: Tue, 28 Jul 1998 11:01:08 -0600 From: Kenneth Ingham To: isp@FreeBSD.ORG Subject: pppd and incomplete arp entries Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On a 2.2.5 machine (installed from the CD), we have two dialup lines which are used for ppp and provide access to the corp. network (and the Internet). I'm running pppd on these lines from /etc/ttys with a command line of: /usr/sbin/pppd -detach +chap 38.245.99.3:38.245.99.254 ttyd0 115200 Most of the time it works fine, but at times the proxy arp fails and I end up with an arp table entry like: ppp-in-1.swd.ara.com (38.245.99.254) at (incomplete) Now, anyone dialing into this line gets stuck, as it appears that pppd cannot replace this with a correct entry. I've kludged it with a cron job running every 10 minutes to clean this up, but I'd rather it not happen in the first place. Checking the mailing list archives, it seems like this problem should have been solved in a much earlier FreeBSD release. Why an I seeing it? Kenneth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Jul 28 11:02:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04846 for freebsd-isp-outgoing; Tue, 28 Jul 1998 11:02:47 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from hp9000 (billf@hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04713 for ; Tue, 28 Jul 1998 11:02:12 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000 with SMTP (1.39.111.2/16.2) id AA059238876; Tue, 28 Jul 1998 14:01:16 -0400 Date: Tue, 28 Jul 1998 14:01:16 -0400 (EDT) From: Bill Fumerola To: Chris Cc: freebsd-isp@FreeBSD.ORG Subject: Re: installing over a network, problems In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 3Com509b cards are a BadThing(tm) On Tue, 28 Jul 1998, Chris wrote: > I'm trying to install FreeBSD 2.2.6 on a machine i just put together, it > saw the 3com509b network card fine, i did the partitions and all that, > then it asked me to select how to install, i chose ftp, then picked the > 3com ethernet card as the device, i put in the right hostname and ip, the > gateway, all that... bill fumerola [root/billf]@chc-chimes.com computer horizons corp - www.computerhorizons.com ph:(800)252.2421 x128 / bill_fumerola@computerhorizons.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Jul 28 11:26:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09205 for freebsd-isp-outgoing; Tue, 28 Jul 1998 11:26:34 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from firestorm.exit109.com (chris@firestorm.exit109.com [208.225.64.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09066 for ; Tue, 28 Jul 1998 11:25:50 -0700 (PDT) (envelope-from chris@exit109.com) Received: from localhost (chris@localhost) by firestorm.exit109.com (8.8.8/8.8.8) with SMTP id OAA04421; Tue, 28 Jul 1998 14:24:59 -0400 (EDT) Date: Tue, 28 Jul 1998 14:24:58 -0400 (EDT) From: Chris To: Bill Fumerola cc: freebsd-isp@FreeBSD.ORG Subject: Re: installing over a network, problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org i never had a problem with my other box running 2.2.5 with a 3com509b, can you think of anything that might be wrong? -Chris On Tue, 28 Jul 1998, Bill Fumerola wrote: > > 3Com509b cards are a BadThing(tm) > > On Tue, 28 Jul 1998, Chris wrote: > > > I'm trying to install FreeBSD 2.2.6 on a machine i just put together, it > > saw the 3com509b network card fine, i did the partitions and all that, > > then it asked me to select how to install, i chose ftp, then picked the > > 3com ethernet card as the device, i put in the right hostname and ip, the > > gateway, all that... > > > bill fumerola [root/billf]@chc-chimes.com > computer horizons corp - www.computerhorizons.com > ph:(800)252.2421 x128 / bill_fumerola@computerhorizons.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Jul 28 11:38:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12196 for freebsd-isp-outgoing; Tue, 28 Jul 1998 11:38:28 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from firestorm.exit109.com (chris@firestorm.exit109.com [208.225.64.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA12047 for ; Tue, 28 Jul 1998 11:37:50 -0700 (PDT) (envelope-from chris@exit109.com) Received: from localhost (chris@localhost) by firestorm.exit109.com (8.8.8/8.8.8) with SMTP id OAA04901; Tue, 28 Jul 1998 14:37:03 -0400 (EDT) Date: Tue, 28 Jul 1998 14:37:03 -0400 (EDT) From: Chris To: Bill Fumerola cc: freebsd-isp@FreeBSD.ORG Subject: Re: installing over a network, problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Nevermind, i put in an older 509B, a non-plug and pray, and it works perfectly, doing an ftp install right now. Thanks for the feedback though :) -Chris On Tue, 28 Jul 1998, Bill Fumerola wrote: > > 3Com509b cards are a BadThing(tm) > > On Tue, 28 Jul 1998, Chris wrote: > > > I'm trying to install FreeBSD 2.2.6 on a machine i just put together, it > > saw the 3com509b network card fine, i did the partitions and all that, > > then it asked me to select how to install, i chose ftp, then picked the > > 3com ethernet card as the device, i put in the right hostname and ip, the > > gateway, all that... > > > bill fumerola [root/billf]@chc-chimes.com > computer horizons corp - www.computerhorizons.com > ph:(800)252.2421 x128 / bill_fumerola@computerhorizons.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Jul 28 18:10:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA02913 for freebsd-isp-outgoing; Tue, 28 Jul 1998 18:10:30 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from trantor.galaxia.com (terminus.galaxia.com [204.255.210.97]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA02804 for ; Tue, 28 Jul 1998 18:09:54 -0700 (PDT) (envelope-from dave@galaxia.com) Received: from localhost (dave@localhost) by trantor.galaxia.com (8.8.8/8.8.7) with SMTP id VAA00207; Tue, 28 Jul 1998 21:09:01 -0400 (EDT) (envelope-from dave@galaxia.com) Date: Tue, 28 Jul 1998 21:09:01 -0400 (EDT) From: "David H. Brierley" To: Chris cc: freebsd-isp@FreeBSD.ORG Subject: Re: installing over a network, problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 28 Jul 1998, Chris wrote: > I'm trying to install FreeBSD 2.2.6 on a machine i just put together, it > saw the 3com509b network card fine, i did the partitions and all that, The last time I tried to do a network install with a 3C509 card I got pretty much the same results. I ended up moving a CD onto the machine and using that to do the install. When I finally got the machine up I noticed that the network seemed awfully slow. I did some performance tests and determined that in one direction I was getting about 250 KB per second but in the other direction I was only getting about 7 KB per second! (yes, I really mean seven with no zeroes after it!) I pulled the 3C509 card out and replaced it with a cheap NE2000 clone and performance in both directions jumped to over 300KB. I have since since similar performance on 3 other FreeBSD machines with 3C509 cards. The moral of the story: do not use a 3C509 card on a FreeBSD machine. P.S. to be fair, I also have 3 other FreeBSD boxes with 3C509 cards in them that seem just fine. However, a success rate of 50% is not what I would consider something to brag about. -- David H. Brierley dave@galaxia.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Jul 28 22:05:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA10136 for freebsd-isp-outgoing; Tue, 28 Jul 1998 22:05:15 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from hub.dimpex.com.au (gway.dimpex.com.au [203.36.169.129]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA10120 for ; Tue, 28 Jul 1998 22:05:07 -0700 (PDT) (envelope-from apk@dimpex.com.au) Received: by HUB with Internet Mail Service (5.0.1460.8) id ; Wed, 29 Jul 1998 15:14:07 +1000 Message-ID: From: Andrew Kaszubski Jnr To: "'freebsd-isp@freebsd.org'" Subject: re ipfw and divert Date: Wed, 29 Jul 1998 15:14:05 +1000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I would like to be able to divert all packets desined for port 80 to go via our proxy server on port 8080. Is this possible with ipfw? I have all my packet filtering rules in place and when I started to look into it, it appeared that this kind of transparent proxying was possible. It would allow me to make clients use the proxy server without having to configure all the individual web browsers. Regards Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 00:39:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA03887 for freebsd-isp-outgoing; Wed, 29 Jul 1998 00:39:06 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from grover.ecom.unimelb.edu.au (grover.ecom.unimelb.EDU.AU [128.250.130.46]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA03875 for ; Wed, 29 Jul 1998 00:38:57 -0700 (PDT) (envelope-from p.crumpler@ecomfac.unimelb.edu.au) From: p.crumpler@ecomfac.unimelb.edu.au Received: from tron (tron.ecom.unimelb.EDU.AU [128.250.130.186]) by grover.ecom.unimelb.edu.au (8.8.8/8.8.8) with SMTP id RAA22305 for ; Wed, 29 Jul 1998 17:37:56 +1000 (EST) (envelope-from p.crumpler@ecomfac.unimelb.edu.au) To: Subject: RE: installing over a network, problems Date: Wed, 29 Jul 1998 17:39:40 +1000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 In-reply-to: Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I doubt this is at all relevant, but just in case it might help... While trying to find an answer to a Windows NT problem today (don't laugh) I came accross this; ---------------------------------------------------------------------------- ---- Mac services slow with dual CPU server ---------------------------------------------------------------------------- ---- Problem: Mac file transfers to or from the server are very slow. Problem can be caused by a dual CPU server and a 3c509 NIC. Use the dos 3c5x9cfg.exe program that came with the card and change the configuration from "Server" to "Windows or OS/2 client" I don't know why, but this seems to cure the problem. ---------------------------------------------------------------------------- ---- -----Original Message----- From: owner-freebsd-isp@FreeBSD.ORG [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of David H. Brierley Sent: Wednesday, 29 July 1998 11:09 To: Chris Cc: freebsd-isp@FreeBSD.ORG Subject: Re: installing over a network, problems On Tue, 28 Jul 1998, Chris wrote: > I'm trying to install FreeBSD 2.2.6 on a machine i just put together, it > saw the 3com509b network card fine, i did the partitions and all that, The last time I tried to do a network install with a 3C509 card I got pretty much the same results. I ended up moving a CD onto the machine and using that to do the install. When I finally got the machine up I noticed that the network seemed awfully slow. I did some performance tests and determined that in one direction I was getting about 250 KB per second but in the other direction I was only getting about 7 KB per second! (yes, I really mean seven with no zeroes after it!) I pulled the 3C509 card out and replaced it with a cheap NE2000 clone and performance in both directions jumped to over 300KB. I have since since similar performance on 3 other FreeBSD machines with 3C509 cards. The moral of the story: do not use a 3C509 card on a FreeBSD machine. P.S. to be fair, I also have 3 other FreeBSD boxes with 3C509 cards in them that seem just fine. However, a success rate of 50% is not what I would consider something to brag about. -- David H. Brierley dave@galaxia.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 01:50:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA14375 for freebsd-isp-outgoing; Wed, 29 Jul 1998 01:50:41 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from casimir.easynet.fr (casimir.easynet.fr [195.114.64.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA14342; Wed, 29 Jul 1998 01:50:26 -0700 (PDT) (envelope-from rama@casimir.easynet.fr) Received: (from rama@localhost) by casimir.easynet.fr (8.8.8/8.8.8) id KAA08411; Wed, 29 Jul 1998 10:49:53 +0200 (CEST) (envelope-from rama) Message-ID: <19980729104953.A8407@easynet.fr> Date: Wed, 29 Jul 1998 10:49:53 +0200 From: David Ramahefason To: freebsd-isp@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG Subject: Any equivalent to the BSDi pif interface ?? Reply-To: David Ramahefason Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.92.8 Organization: Systems Team Easynet France SA X-Operating-System: FreeBSD Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I saw that there was the pif interface under Bsdi which allows to aggregate two servial link to one. Is there any equivalent interface under FreeBSD ? Thank -- /David Ramahefason Administrateur Systeme/Reseau/ /rama@easynet.fr Easynet France SA / /0144547031 ICQ: 14292822 / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 03:33:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA26991 for freebsd-isp-outgoing; Wed, 29 Jul 1998 03:33:47 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from shell.futuresouth.com (tim@shell.futuresouth.com [198.78.58.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA26983 for ; Wed, 29 Jul 1998 03:33:43 -0700 (PDT) (envelope-from tim@futuresouth.com) Received: (from tim@localhost) by shell.futuresouth.com (8.8.8/8.8.8) id FAA01659; Wed, 29 Jul 1998 05:33:07 -0500 (CDT) Message-ID: <19980729053307.20301@futuresouth.com> Date: Wed, 29 Jul 1998 05:33:07 -0500 From: Tim Tsai To: isp@FreeBSD.ORG Subject: MySql Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is anybody running MySql in a production environment? What are your opinions regarding performance and stability? Since MySql is based on kernel threads and there seems to be known problems with that on FreeBSD I am concerned about its stability. FreeBSD really needs a decent commercial DBMS. Thanks, Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 03:47:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA28672 for freebsd-isp-outgoing; Wed, 29 Jul 1998 03:47:02 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from shell.futuresouth.com (tim@shell.futuresouth.com [198.78.58.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA28657 for ; Wed, 29 Jul 1998 03:46:56 -0700 (PDT) (envelope-from tim@futuresouth.com) Received: (from tim@localhost) by shell.futuresouth.com (8.8.8/8.8.8) id FAA11512; Wed, 29 Jul 1998 05:46:17 -0500 (CDT) Message-ID: <19980729054617.55151@futuresouth.com> Date: Wed, 29 Jul 1998 05:46:17 -0500 From: Tim Tsai To: isp@FreeBSD.ORG Subject: Re: MySql References: <19980729053307.20301@futuresouth.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <19980729053307.20301@futuresouth.com>; from Tim Tsai on Wed, Jul 29, 1998 at 05:33:07AM -0500 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I was wrong - it looks like MySql uses mit-pthreads. Oops. Tim On Wed, Jul 29, 1998 at 05:33:07AM -0500, Tim Tsai wrote: > Is anybody running MySql in a production environment? What are your > opinions regarding performance and stability? Since MySql is based on > kernel threads and there seems to be known problems with that on FreeBSD > I am concerned about its stability. > > FreeBSD really needs a decent commercial DBMS. > > Thanks, > > Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 05:42:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA15716 for freebsd-isp-outgoing; Wed, 29 Jul 1998 05:42:01 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from hp9000 (billf@hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA15707 for ; Wed, 29 Jul 1998 05:41:56 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000 with SMTP (1.39.111.2/16.2) id AA183666062; Wed, 29 Jul 1998 08:41:02 -0400 Date: Wed, 29 Jul 1998 08:41:02 -0400 (EDT) From: Bill Fumerola To: Andrew Kaszubski Jnr Cc: "'freebsd-isp@freebsd.org'" Subject: Re: re ipfw and divert In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You really want to start a large conversation, don't you. :> Look in the mailing archives on www.freebsd.org for 'transparent proxy' and read up. I'll give you the answer you're looking for though. You need -CURRENT, squid, and transproxy to do this. On Wed, 29 Jul 1998, Andrew Kaszubski Jnr wrote: > I would like to be able to divert all packets desined for port 80 to go via > our proxy server on port 8080. Is this possible with ipfw? > I have all my packet filtering rules in place and when I started to look > into it, it appeared that this kind of transparent proxying was possible. It > would allow me to make clients use the proxy server without having to > configure all the individual web browsers. bill fumerola [root/billf]@chc-chimes.com computer horizons corp - www.computerhorizons.com ph:(800)252.2421 x128 / bill_fumerola@computerhorizons.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 06:56:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA27833 for freebsd-isp-outgoing; Wed, 29 Jul 1998 06:56:32 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from ppc1.cybertime.ch (ppc1.cybertime.ch [194.191.120.136]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA27791 for ; Wed, 29 Jul 1998 06:56:27 -0700 (PDT) (envelope-from pajarola@cybertime.ch) Received: from tyr.cybertime.ch by ppc1.cybertime.ch (AIX 4.1/UCB 5.64/4.03) id AA03802; Wed, 29 Jul 1998 15:55:26 +0200 Message-Id: <3.0.32.19980729155551.006f99d0@www.dlc.cybertime.ch> X-Sender: pajarola@www.dlc.cybertime.ch X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 29 Jul 1998 15:56:03 +0200 To: Tim Tsai , freebsd-isp@FreeBSD.ORG From: Rico Pajarola Subject: Re: MySql Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 05:33 29.07.98 -0500, you wrote: >Is anybody running MySql in a production environment? What are your >opinions regarding performance and stability? Since MySql is based on >kernel threads and there seems to be known problems with that on FreeBSD >I am concerned about its stability. MySQL seems fast and stable, but there is a problem with file descriptor limits under FreeBSD. This should'nt be a problem if you dedicate a machine to it. But don't try to run anything like Squid or INN on the same server... It uses MIT-Pthreads on -stable, but in current you can (and should) use kernel threads. I didn't notice any difference in stability though (no crashes ever safe this nasty 'too many open files'). btw: It was running with a limit of infinity (which means something like 640 to FreeBSD). >FreeBSD really needs a decent commercial DBMS. Right Rico Pajarola To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 06:56:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA27855 for freebsd-isp-outgoing; Wed, 29 Jul 1998 06:56:34 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from ppc1.cybertime.ch (ppc1.cybertime.ch [194.191.120.136]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA27747 for ; Wed, 29 Jul 1998 06:56:23 -0700 (PDT) (envelope-from pajarola@cybertime.ch) Received: from tyr.cybertime.ch by ppc1.cybertime.ch (AIX 4.1/UCB 5.64/4.03) id AA13776; Wed, 29 Jul 1998 15:55:20 +0200 Message-Id: <3.0.32.19980729154530.006b710c@www.dlc.cybertime.ch> X-Sender: pajarola@www.dlc.cybertime.ch X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 29 Jul 1998 15:55:58 +0200 To: "David H. Brierley" , freebsd-isp@FreeBSD.ORG From: Rico Pajarola Subject: Re: installing over a network, problems Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 21:09 28.07.98 -0400, you wrote: >On Tue, 28 Jul 1998, Chris wrote: > >> I'm trying to install FreeBSD 2.2.6 on a machine i just put together, it >> saw the 3com509b network card fine, i did the partitions and all that, > >The last time I tried to do a network install with a 3C509 card I >got pretty much the same results. I ended up moving a CD onto the >machine and using that to do the install. When I finally got the >machine up I noticed that the network seemed awfully slow. I did >some performance tests and determined that in one direction I was >getting about 250 KB per second but in the other direction I was >only getting about 7 KB per second! (yes, I really mean seven with >no zeroes after it!) I pulled the 3C509 card out and replaced it >with a cheap NE2000 clone and performance in both directions jumped >to over 300KB. I have since since similar performance on 3 other >FreeBSD machines with 3C509 cards. The moral of the story: do not >use a 3C509 card on a FreeBSD machine. I have several Machines with 3C509 cards in them, and I always installed them over the net with no problems ever (they all have no cdroms), and I am getting 650k in both directions on a lucky day (550k otherwise). >P.S. to be fair, I also have 3 other FreeBSD boxes with 3C509 cards >in them that seem just fine. However, a success rate of 50% is >not what I would consider something to brag about. one out of four = 50% ? Rico Pajarola To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 07:24:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04216 for freebsd-isp-outgoing; Wed, 29 Jul 1998 07:24:06 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from agora.rdrop.com (0@agora.rdrop.com [199.2.210.241]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04211 for ; Wed, 29 Jul 1998 07:24:04 -0700 (PDT) (envelope-from batie@agora.rdrop.com) Received: (from batie@localhost) by agora.rdrop.com (8.8.5/8.8.5) id HAA12262; Wed, 29 Jul 1998 07:23:27 -0700 (PDT) Message-ID: <19980729072327.26006@rdrop.com> Date: Wed, 29 Jul 1998 07:23:27 -0700 From: Alan Batie To: Tim Tsai Cc: isp@FreeBSD.ORG Subject: Re: MySql References: <19980729053307.20301@futuresouth.com> Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-md5; boundary=VS++wcV0S1rZb1Fb X-Mailer: Mutt 0.88 In-Reply-To: <19980729053307.20301@futuresouth.com>; from Tim Tsai on Wed, Jul 29, 1998 at 05:33:07AM -0500 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --VS++wcV0S1rZb1Fb Content-Type: text/plain; charset=us-ascii On Wed, Jul 29, 1998 at 05:33:07AM -0500, Tim Tsai wrote: > FreeBSD really needs a decent commercial DBMS. Informix and Oracle both have or will have Linux versions. Informix's is free (though downrev and lite). -- Alan Batie ______ www.rdrop.com/users/batie Me batie@agora.rdrop.com \ / www.qrd.org The Triangle PGPFP DE 3C 29 17 C0 49 7A \ / www.pgpi.com The Weird Numbers 27 40 A5 3C 37 4A DA 52 B9 \/ www.anti-spam.net NO SPAM! --VS++wcV0S1rZb1Fb Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNb8wXov4wNua7QglAQEzeAQAijKBnv71+YkSLu1y4uF6wHVS6Td9YXJg qDgzHYvDaIJzSdLlTnDpQp/qpkcffXPv0TFdUKf1bapDjR/mMhrm9zi7pvjKTgNE Bi6yoU6ZBsl91TeoK8ugI0JZkt4WLdiO14DUf6aQl+JsPylg5uyJnuJJp9TwppOk +77aAysyYBc= =I7Vp -----END PGP SIGNATURE----- --VS++wcV0S1rZb1Fb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 09:39:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29710 for freebsd-isp-outgoing; Wed, 29 Jul 1998 09:39:59 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mail.intercom.com ([207.51.55.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA29700 for ; Wed, 29 Jul 1998 09:39:56 -0700 (PDT) (envelope-from jason@intercom.com) Received: from intercom.com (shagalicious.com [206.98.165.250]) by mail.intercom.com (8.9.0/8.9.0) with ESMTP id MAA02581; Wed, 29 Jul 1998 12:39:19 -0400 (EDT) Message-ID: <35BF5043.2A83FE51@intercom.com> Date: Wed, 29 Jul 1998 12:39:31 -0400 From: "Jason J. Horton" X-Sender: "Jason J. Horton" X-Mailer: Mozilla 4.5b1 [en]C-NECCK (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: Alan Batie CC: freebsd-isp@FreeBSD.ORG Subject: Re: MySql References: <19980729053307.20301@futuresouth.com> <19980729072327.26006@rdrop.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Isn't Informix based on Postgres? Does anyone know if Informix/Linux and/or Oracle/Linux will run under linux emu? -J Alan Batie wrote: > > On Wed, Jul 29, 1998 at 05:33:07AM -0500, Tim Tsai wrote: > > FreeBSD really needs a decent commercial DBMS. > > Informix and Oracle both have or will have Linux versions. Informix's is > free (though downrev and lite). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 10:50:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA12883 for freebsd-isp-outgoing; Wed, 29 Jul 1998 10:50:09 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from artorius.sunflower.com (artorius.sunflower.com [24.124.0.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA12803 for ; Wed, 29 Jul 1998 10:50:04 -0700 (PDT) (envelope-from bsd-isp@artorius.sunflower.com) Received: from artorius.sunflower.com (artorius.sunflower.com [24.124.0.6]) by artorius.sunflower.com (8.8.8/8.8.7) with SMTP id MAA22570 for ; Wed, 29 Jul 1998 12:49:31 -0500 (CDT) (envelope-from bsd-isp@artorius.sunflower.com) Date: Wed, 29 Jul 1998 12:49:30 -0500 (CDT) From: "Stephen D. Spencer" To: isp@FreeBSD.ORG Subject: Re: inn-2.0 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 27 Jun 1998, Steve Hovey wrote: > > > I noticed less cpu hit using CNFS - but I noted that the config defaults > active to MMAP, and CNFS is all MMAP, and the whole things just sucked to > impliment - I had to manually change config.data to not use MMAP, and had > to go back to the trad file structure to get it to work. > [...] Curious. After a short time of outsourcing usenet we are preparing to bring our local newsfeed back online using FreeBSD 2.2.6 and INND 2.1. (good-bye and good ridence to IRIX) First, I'm curious about the above comment. Perhaps I'm missing the point of this statement, but isn't it logical that a system designed to efficiently handle 750,000+ articles a day plus news readers going to cause some sort of load? Perhaps if you describe the hardware you're using it would make more sense. The real point of this message is concerning disk allocation for meta/cycbuffs. Understandably, using the traditional storage methods, concatenating hard drive space made sense. I'm curious as to what layout designs other news administrators are choosing when using CNFS. My first thought was, of course, was to configure a ccd consisting of 5-6 9 gigabyte drives on three different SCSI channels to create a gargantuan cycbuff on which to store the spool. I have an additional three 4 gigabyte drives (all baracuda's but different models) that I was thinking of using for system, history and over.view. The expiration model for storage.api methods is based on the metacybuff identifier so that would be a good indication that a single metacycbuff (or, for that matter, small numbers of large cycbuffs) would actually give less flexibility in managing which groups stay longer or shorter. I understand that if a cycbuff fills up that it will return to the top of the file and keep writing thereby, in certain aspects, superseding the expiration process. We have also been given the ability, however, to configure more than one cycbuff per metacycbuf which will then be written to in a round-robin fashion. Would it be better to keep smaller (well... 9 gig) cycbuffs tied to single drive units and simply allow INN to do its pseudo-striping rather than using ccd? It would seem that it would allow for future reallocation of space by, for example, removing a cycbuff from a metacycbuff for (everything minus alt) to the alt hierarchy without having to remake the file systems. It would also give more flexibility to the expiration process such as it is for this sort of storage method. I anxiously await your comments. Regards, Stephen --------------------------------------------------------------------- - Stephen Spencer finger gladiatr@artorius.sunflower.com for - - administrator PGP key. - - Sunflower Datavision http://www.sunflower.com - --------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 11:08:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA17839 for freebsd-isp-outgoing; Wed, 29 Jul 1998 11:08:56 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from www.stv.ee (www.stv.ee [195.50.193.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA17760 for ; Wed, 29 Jul 1998 11:08:31 -0700 (PDT) (envelope-from hostmaster@stv.ee) Received: from stv.ee (dima [192.168.196.132]) by www.stv.ee (8.8.8/8.8.8) with ESMTP id VAA07581; Wed, 29 Jul 1998 21:06:29 GMT (envelope-from hostmaster@stv.ee) Message-ID: <35BF667B.1A916F8@stv.ee> Date: Wed, 29 Jul 1998 21:14:20 +0300 From: STV Hostmaster X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: Chris CC: freebsd-isp@FreeBSD.ORG Subject: Re: installing over a network, problems References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi ! Are you ABSOLUTELY sure you put your card into JUMPERLESS (not-pnp) mode ? If not you can expect trobles in IRQ allocating while system reports "All is Ok" IMHO check again card settings using dos utils and retry the installation. D. Chris wrote: > To all: > > I'm trying to install FreeBSD 2.2.6 on a machine i just put together, it > saw the 3com509b network card fine, i did the partitions and all that, > then it asked me to select how to install, i chose ftp, then picked the > 3com ethernet card as the device, i put in the right hostname and ip, the > gateway, all that... > > it added the default route, then when it got to "Logging in to > ftp@ftp3.freebsd.org" it just hangs there. > > I can see on the hub that the machine is connected to, that there is a > link status, just nothing is happeneing... any ideas? > > -Chris > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message -- ------------------------------------------------------------- Dmitry Baranov Phone: +(372) 6 352 002 STV Internet Fax: +(372) 6 380 355 Koorti 18 Mobile: +(372) 5 012 825 Tallinn, Estonia ----------snake looks like rope till you get her tied-------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 13:19:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18466 for freebsd-isp-outgoing; Wed, 29 Jul 1998 13:19:22 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from wicked.eaznet.com (wicked.eaznet.com [209.75.156.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA18394 for ; Wed, 29 Jul 1998 13:19:10 -0700 (PDT) (envelope-from eddie@eaznet.com) Received: from eaznet.com (admin.eaznet.com [209.75.156.16]) by wicked.eaznet.com (8.8.7/8.8.5) with ESMTP id NAA05898 for ; Wed, 29 Jul 1998 13:21:11 -0700 (MST) Message-ID: <35BF844E.37F5AF3A@eaznet.com> Date: Wed, 29 Jul 1998 13:21:34 -0700 From: Eddie Fry X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-isp@FreeBSD.ORG Subject: Network Cards Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This hasn't been discussed in awhile, and I was wondering. What is the best NIC for FreeBSD? Is it still the DEC chip based cards or something else? If it's still the DEC's, can you give me soe brand names? Thanks! -- Eddie Fry EAZNet Internet Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 14:21:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03046 for freebsd-isp-outgoing; Wed, 29 Jul 1998 14:21:06 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from home.dragondata.com (toasty@home.dragondata.com [204.137.237.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03036 for ; Wed, 29 Jul 1998 14:20:59 -0700 (PDT) (envelope-from toasty@home.dragondata.com) Received: (from toasty@localhost) by home.dragondata.com (8.8.8/8.8.5) id QAA06493; Wed, 29 Jul 1998 16:20:23 -0500 (CDT) From: Kevin Day Message-Id: <199807292120.QAA06493@home.dragondata.com> Subject: Re: Network Cards In-Reply-To: <35BF844E.37F5AF3A@eaznet.com> from Eddie Fry at "Jul 29, 98 01:21:34 pm" To: eddie@eaznet.com (Eddie Fry) Date: Wed, 29 Jul 1998 16:20:22 -0500 (CDT) Cc: freebsd-isp@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > This hasn't been discussed in awhile, and I was wondering. What is the > best NIC for FreeBSD? Is it still the DEC chip based cards or something > else? If it's still the DEC's, can you give me soe brand names? > > Thanks! > > -- > Eddie Fry > EAZNet Internet Services > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > I rely Heavily on NetGear FE210TX cards... I can buy them at my local MicroCenter for $29.95, and they do Full Duplex 100MB with no problems... (they're de0 compatible) Kevin DragonData To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 14:35:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05962 for freebsd-isp-outgoing; Wed, 29 Jul 1998 14:35:36 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from niagara.int.sesol.dataphone.net ([212.37.6.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA05954 for ; Wed, 29 Jul 1998 14:35:31 -0700 (PDT) (envelope-from mikael.hugo@dataphone.net) Received: by niagara.int.se.dataphone.net with Internet Mail Service (5.5.1960.3) id <3SYDWN4K>; Wed, 29 Jul 1998 23:41:27 +0200 Message-ID: From: Mikael Hugo To: "'freebsd-isp@FreeBSD.ORG'" Subject: Network Cards Date: Wed, 29 Jul 1998 23:41:26 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We have very good experience from the SMC9232TX (Etherpower II 10/100). Better than DEC based actually. Mikael Hugo dataphone communication networks http://www.dataphone.net tel 08 - 566 106 00 / 031 - 758 06 00 / 040 - 698 06 00 fax 08 - 566 106 01 / 031 - 758 06 01 / 040 - 698 06 01 -----Original Message----- From: Eddie Fry [mailto:eddie@eaznet.com] Sent: den 29 juli 1998 22:22 To: freebsd-isp@FreeBSD.ORG Subject: Network Cards This hasn't been discussed in awhile, and I was wondering. What is the best NIC for FreeBSD? Is it still the DEC chip based cards or something else? If it's still the DEC's, can you give me soe brand names? Thanks! -- Eddie Fry EAZNet Internet Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 15:06:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10800 for freebsd-isp-outgoing; Wed, 29 Jul 1998 15:06:09 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from home.dragondata.com (toasty@home.dragondata.com [204.137.237.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA10772 for ; Wed, 29 Jul 1998 15:06:04 -0700 (PDT) (envelope-from toasty@home.dragondata.com) Received: (from toasty@localhost) by home.dragondata.com (8.8.8/8.8.5) id RAA09732 for isp@freebsd.org; Wed, 29 Jul 1998 17:05:32 -0500 (CDT) From: Kevin Day Message-Id: <199807292205.RAA09732@home.dragondata.com> Subject: ypserv To: isp@FreeBSD.ORG Date: Wed, 29 Jul 1998 17:05:31 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Has anyone else seen this: PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 200 root 73 0 964K 1044K RUN 471:15 59.78% 59.78% ypserv 216 root -6 0 228K 12K biowai 284:27 3.05% 3.05% nfsd 9362 root 31 0 864K 988K RUN 0:00 3.40% 2.02% top ypserv seems to randomly start using tons and tons of CPU, then it goes away quietly for a while, then comes back again... Would making the yp clients into slave servers help? If so, has anyone else gotten this to work? All I get is the clients complaining that the servre is 'pulling their leg'... ( i like cute error messages, but only when they actually tell you what to fix. :) ) Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 15:08:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11193 for freebsd-isp-outgoing; Wed, 29 Jul 1998 15:08:23 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from priscilla.mu.org (paul@priscilla.mu.org [206.156.231.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA11181 for ; Wed, 29 Jul 1998 15:08:20 -0700 (PDT) (envelope-from paul@priscilla.mu.org) Received: (from paul@localhost) by priscilla.mu.org (8.8.8/8.8.8) id RAA02550; Wed, 29 Jul 1998 17:07:11 -0500 (CDT) (envelope-from paul) Message-ID: <19980729170711.A2543@mu.org> Date: Wed, 29 Jul 1998 17:07:11 -0500 From: Paul Saab To: Eddie Fry , freebsd-isp@FreeBSD.ORG Subject: Re: Network Cards References: <35BF844E.37F5AF3A@eaznet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93i In-Reply-To: <35BF844E.37F5AF3A@eaznet.com>; from Eddie Fry on Wed, Jul 29, 1998 at 01:21:34PM -0700 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The Intel Etherexpress Pro/100B and Pro/100+ are great cards and you can usually find them for $50-60. paul Eddie Fry (eddie@eaznet.com) wrote: > This hasn't been discussed in awhile, and I was wondering. What is the > best NIC for FreeBSD? Is it still the DEC chip based cards or something > else? If it's still the DEC's, can you give me soe brand names? > > Thanks! > > -- > Eddie Fry > EAZNet Internet Services > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 15:31:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15485 for freebsd-isp-outgoing; Wed, 29 Jul 1998 15:31:41 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from freefall.pipeline.ch (intranet.pipeline.ch [195.134.128.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA15456 for ; Wed, 29 Jul 1998 15:31:32 -0700 (PDT) (envelope-from andre@pipeline.ch) Received: from pipeline.ch ([195.134.128.41]) by freefall.pipeline.ch (Netscape Mail Server v2.02) with ESMTP id AAA334; Thu, 30 Jul 1998 00:29:38 +0200 Message-ID: <35BFA261.580E40F3@pipeline.ch> Date: Thu, 30 Jul 1998 00:29:53 +0200 From: "IBS / Andre Oppermann" Organization: Internet Business Solutions Ltd. (AG) X-Mailer: Mozilla 4.03 [en] (WinNT; U) MIME-Version: 1.0 To: Eddie Fry CC: freebsd-isp@FreeBSD.ORG Subject: Re: Network Cards References: <35BF844E.37F5AF3A@eaznet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Eddie Fry wrote: > > This hasn't been discussed in awhile, and I was wondering. What is the > best NIC for FreeBSD? Is it still the DEC chip based cards or something > else? If it's still the DEC's, can you give me soe brand names? No, the best NIC would be an Intel EtherexpressPro 10/100. -- Andre Oppermann CEO / Geschaeftsfuehrer Internet Business Solutions Ltd. (AG) Hardstrasse 235, 8005 Zurich, Switzerland Fon +41 1 277 75 75 / Fax +41 1 277 75 77 http://www.pipeline.ch ibs@pipeline.ch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 16:16:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA26893 for freebsd-isp-outgoing; Wed, 29 Jul 1998 16:16:14 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from tweety.bhp.com.au (tweety.bhp.com.au [192.83.224.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA26821 for ; Wed, 29 Jul 1998 16:15:57 -0700 (PDT) (envelope-from zabeva@nzsakl.bhp.com.au) Received: from gossamer.itmel.bhp.com.au (mel01.bhp.com.au [192.83.224.17]) by tweety.bhp.com.au (8.8.4/8.8.4) with ESMTP id JAA23634; Thu, 30 Jul 1998 09:13:02 +1000 (EST) Received: from netman.nzsakl.bhp.com.au (netman.nzsakl.bhp.com.au [152.153.40.126]) by gossamer.itmel.bhp.com.au (8.8.6/8.8.6) with ESMTP id JAA03387; Thu, 30 Jul 1998 09:12:59 +1000 (EST) Received: from voyager.nzsakl.bhp.com.au (abevin.nzsakl.bhp.com.au [152.153.40.133]) by netman.nzsakl.bhp.com.au (8.8.5/8.8.5) with ESMTP id LAA03236; Thu, 30 Jul 1998 11:12:55 +1200 (NZST) Message-ID: <35BFAC05.F4364D8E@nzsakl.bhp.com.au> Date: Thu, 30 Jul 1998 11:11:02 +1200 From: Andrew Bevin Organization: BSD X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 To: "Jason J. Horton" CC: Alan Batie , freebsd-isp@FreeBSD.ORG Subject: Re: MySql X-Priority: 3 (Normal) References: <19980729053307.20301@futuresouth.com> <19980729072327.26006@rdrop.com> <35BF5043.2A83FE51@intercom.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've just successfully set up a database with Informix SE for Linux. I'm running stock FreeBSD 2.2.6 with linux lib. The only change I had to make was to put in a symbolic link of master.passwd to shadow. I get an error when initially connecting with dbaccess but it doesnt seem to affect normal operations. Note tho. the linux port of SE doesnt support direct database connections, you have to set up the sqlexecd process and connect via tcp. The advent of Oracle and Informix supporting Linux moves the whole free Unix market onto a new level. We should be able to kick serious arse out there in the business community. Andrew Bevin The Packing Shed. Jason J. Horton wrote: > > Isn't Informix based on Postgres? > > Does anyone know if Informix/Linux and/or Oracle/Linux will run under > linux emu? > > -J > > Alan Batie wrote: > > > > On Wed, Jul 29, 1998 at 05:33:07AM -0500, Tim Tsai wrote: > > > FreeBSD really needs a decent commercial DBMS. > > > > Informix and Oracle both have or will have Linux versions. Informix's is > > free (though downrev and lite). > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 16:34:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00943 for freebsd-isp-outgoing; Wed, 29 Jul 1998 16:34:43 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mailhub.ainet.com (mailhub.ainet.com [204.30.40.29]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA00917 for ; Wed, 29 Jul 1998 16:34:36 -0700 (PDT) (envelope-from jmscott@ainet.com) Received: from perl.ainet.com (perl.ainet.com [204.30.40.14]) by mailhub.ainet.com (8.9.1/8.8.7) with SMTP id QAA00916 for ; Wed, 29 Jul 1998 16:34:02 -0700 (PDT) (envelope-from jmscott@ainet.com) Message-Id: <3.0.5.32.19980729163504.007d56a0@mail.ainet.com> X-Sender: jmscott@mail.ainet.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Wed, 29 Jul 1998 16:35:04 -0700 To: freebsd-isp@FreeBSD.ORG From: "Joseph M. Scott" Subject: serialpop Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Has anyone used serialpop on FreeBSD? We're wanting to use it to provide dial up customers a way to just send and recieve email. serialpop works with Eudora to dial in and the get a restricted shell ( serialpop ) and telnet to the mail server on 110 and 25 to send and recieve mail. Or is anyone using something different to provide this kind of service? Thanks... Joseph Scott jmscott@ainet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 17:49:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA16527 for freebsd-isp-outgoing; Wed, 29 Jul 1998 17:49:43 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from ua1.cnnet.com (ua1.cnnet.com [207.229.6.10]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA16517 for ; Wed, 29 Jul 1998 17:49:37 -0700 (PDT) (envelope-from cnnet@cnnet.com) Received: from [207.229.6.12] by ua1.cnnet.com (NTMail 3.03.0017/1.aikr) with ESMTP id ma406756 for ; Wed, 29 Jul 1998 18:46:28 -0600 Message-Id: <3.0.5.32.19980729185706.007cec30@cnnet.com> X-Sender: cnnet@cnnet.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Wed, 29 Jul 1998 18:57:06 -0600 To: freebsd-isp@FreeBSD.ORG From: CNNet Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi could someone please help us in setting up Samba? We have the server software installed and it is up and running the trouble we are have is with the smb.conf file We can see the share but when we click on it it asks for a password and that is as far as we can get. We have win 98 clients trying to access this server. How do we add users so that they can access the share do we add them to Unix ie with the adduser command and then give them permissions I am confused. If someone out there has step by step instructions this would be appreciated, as well as an example smb.conf file Thanks Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 18:14:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA16527 for freebsd-isp-outgoing; Wed, 29 Jul 1998 17:49:43 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from ua1.cnnet.com (ua1.cnnet.com [207.229.6.10]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA16517 for ; Wed, 29 Jul 1998 17:49:37 -0700 (PDT) (envelope-from cnnet@cnnet.com) Received: from [207.229.6.12] by ua1.cnnet.com (NTMail 3.03.0017/1.aikr) with ESMTP id ma406756 for ; Wed, 29 Jul 1998 18:46:28 -0600 Message-Id: <3.0.5.32.19980729185706.007cec30@cnnet.com> X-Sender: cnnet@cnnet.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Wed, 29 Jul 1998 18:57:06 -0600 To: freebsd-isp@FreeBSD.ORG From: CNNet Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi could someone please help us in setting up Samba? We have the server software installed and it is up and running the trouble we are have is with the smb.conf file We can see the share but when we click on it it asks for a password and that is as far as we can get. We have win 98 clients trying to access this server. How do we add users so that they can access the share do we add them to Unix ie with the adduser command and then give them permissions I am confused. If someone out there has step by step instructions this would be appreciated, as well as an example smb.conf file Thanks Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 19:29:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA12511 for freebsd-isp-outgoing; Wed, 29 Jul 1998 19:29:29 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from bach.safetyweb.com.au (bach.safetyweb.com.au [203.37.24.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA12483 for ; Wed, 29 Jul 1998 19:29:21 -0700 (PDT) (envelope-from greg@safetyweb.com.au) Received: from bridge.safetyweb.com.au (bridge.safetyweb.com.au [203.37.24.6]) by bach.safetyweb.com.au (8.8.5/8.8.5) with SMTP id MAA22817; Thu, 30 Jul 1998 12:28:30 +1000 (EST) Message-Id: <3.0.5.32.19980730122627.039f2e90@bach> X-Sender: greg@bach X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 30 Jul 1998 12:26:27 +1000 To: CNNet From: Greg Ryan Subject: Re: win98 and samba troubles Cc: freebsd-isp@FreeBSD.ORG In-Reply-To: <3.0.5.32.19980729185706.007cec30@cnnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 18:57 29/07/98 -0600, you wrote: >Hi could someone please help us in setting up Samba? > >We have the server software installed and it is up and running the trouble >we are have is with the smb.conf file > >We can see the share but when we click on it it asks for a password and >that is as far as we can get. > >We have win 98 clients trying to access this server. ahhh, had the same problem with a new computer at a clients site. Everything else still worked ok, so it wasnt samba. By default, win98 encrypts passwords when sent over the network - you will either have to enable encrypeted passwords in samba (which i dont know how to do) - or make a registry change to 'EnablePlainTextPassword' There is a knowledgebase article onnit, try searching MSKB for win98 and samba. Or use win95 :-) cheers from downunder greg -- SafetyWeb Internet Solutions Pty Ltd Suite 1101, Capital Tower Canberra City ACT 2601 Australia +61 02 6257 9901 Telephone +61 02 6257 9904 Technical Support +61 02 6257 9902 Fax greg@safetyweb.com.au http://www.safetyweb.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 23:05:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA07958 for freebsd-isp-outgoing; Wed, 29 Jul 1998 23:05:23 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from gate.consol.de (gate.consol.de [194.162.127.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA07947 for ; Wed, 29 Jul 1998 23:05:14 -0700 (PDT) (envelope-from Michael.Elbel@consol.de) X-Envelope-Sender-Is: Michael.Elbel@consol.de (at relayer gate.consol.de) Received: from msgsrv.bb.consol.de (root@msgsrv [10.250.0.100]) by gate.consol.de (8.8.8/8.8.8) with ESMTP id IAA04832; Thu, 30 Jul 1998 08:05:03 +0200 (CEST) Received: from fourier.int.consol.de (me@fourier.int.consol.de [10.0.1.17]) by msgsrv.bb.consol.de (8.8.8/8.8.8) with ESMTP id IAA15119; Thu, 30 Jul 1998 08:05:03 +0200 Received: (from me@localhost) by fourier.int.consol.de (8.8.8/8.8.7) id IAA26005; Thu, 30 Jul 1998 08:05:02 +0200 (CEST) (envelope-from me) Date: Thu, 30 Jul 1998 08:05:02 +0200 (CEST) From: Michael Elbel Message-Id: <199807300605.IAA26005@fourier.int.consol.de> To: tim@futuresouth.com Cc: isp@FreeBSD.ORG Subject: Re: MySql Newsgroups: lists.freebsd.isp References: <19980729053307.20301@futuresouth.com> Reply-To: me@FreeBSD.ORG X-Newsreader: NN version 6.5.0 CURRENT #123 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In lists.freebsd.isp you write: >Is anybody running MySql in a production environment? What are your >opinions regarding performance and stability? Since MySql is based on >kernel threads and there seems to be known problems with that on FreeBSD >I am concerned about its stability. As you've noted yourself, it uses mit pthreads. I've not had any stability problems so far. We're using it very successfully in a couple of environments. For our data set sizes (not exceeding 10.000 entries per table) it is fast, stable and convenient. We're using it for things like managing a couple thousand users for a client, online booking, etc. Often frontended to the Web via Apache / PHP / heitml. I'd recommend to simply try it out. >FreeBSD really needs a decent commercial DBMS. For things that mysql doens't do like views, yes. For many uses, something like Oracle or Informix simply is too fat IMO. Michael -- \|/ -O- Michael Elbel, ConSol* GmbH, - me@consol.de - 089 / 45841-128 /|\ Fermentation fault (coors dumped) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jul 29 23:57:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA15748 for freebsd-isp-outgoing; Wed, 29 Jul 1998 23:57:08 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from www.reality-bytez.com (boca37.flinet.com [205.217.117.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA15740 for ; Wed, 29 Jul 1998 23:57:05 -0700 (PDT) (envelope-from shetland@pocketstuffer.com) From: shetland@pocketstuffer.com Received: from tds (tds.reality-bytez.com [208.14.28.66]) by www.reality-bytez.com (8.8.8/8.8.8) with SMTP id DAA06016; Thu, 30 Jul 1998 03:00:11 -0400 (EDT) (envelope-from shetland@pocketstuffer.com) To: "Chris" , Subject: RE: installing over a network, problems Date: Thu, 30 Jul 1998 02:56:31 -0400 Message-ID: <000301bdbb87$2ee0b7a0$421c0ed0@tds.reality-bytez.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 In-reply-to: Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I'm trying to install FreeBSD 2.2.6 on a machine i just put together, it > saw the 3com509b network card fine, i did the partitions and all that, > then it asked me to select how to install, i chose ftp, then picked the > 3com ethernet card as the device, i put in the right hostname and ip, the > gateway, all that... > > it added the default route, then when it got to "Logging in to > ftp@ftp3.freebsd.org" it just hangs there. > > I can see on the hub that the machine is connected to, that there is a > link status, just nothing is happeneing... any ideas? > Chris, I had a similar problem on my box here with the same card. I would connect fine, but I was getting under 0.02k/second. when downloading. My problem ended up being that my 3com card was NOT set for IRQ 10 (the default) yet somehow it was detected and worked, just not very reliably. Once I had discovered this, I realized that I had no other devices on IRQ 10, and changed the card back to work on IRQ 10. If you have a conflict of some kind on IRQ 10 it may be the cause of your problem, or your card may not be set up on IRQ 10 at all. If you have a conflict you can change the kernel to use a different IRQ for that card, I believe it's '-v' at the boot prompt for the install floppy. I hope this information is of use to you. Regards, Steven Hetland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jul 30 07:51:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12014 for freebsd-isp-outgoing; Thu, 30 Jul 1998 07:51:40 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from hack.babel.dk (hack.babel.dk [194.255.106.77]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA12008 for ; Thu, 30 Jul 1998 07:51:38 -0700 (PDT) (envelope-from shredder@hack.babel.dk) Received: from localhost (shredder@localhost) by hack.babel.dk (8.9.0/8.9.0) with SMTP id QAA12901 for ; Thu, 30 Jul 1998 16:51:34 +0200 (CEST) Date: Thu, 30 Jul 1998 16:51:33 +0200 (CEST) From: chrw Reply-To: chrw To: freebsd-isp@FreeBSD.ORG Subject: gnu cpio appending to tape Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I have a problem which really should be straightforward but it keeps bugging me. I want to append files to an existing gnu cpio archieve on tape. I write an cpio archieve to the tape using the no rewind device gfind . -blah | gcpio -ov > /dev/rmt/tps0d6nr mt status Controller: SCSI Device: HP: C1533A A612 9 Status: 0x20260 Drive type: DAT Media : READY, writable, not at BOT, block 1 it doesnt rewind the tape, so now i want to find a new set of files and append them at the current position of the tape, into the existing archieve. gfind . -blahblah | gcpio -ov --append -O /dev/rmt/tps0d6nr - this however produces this msg: Found end of tape. Load next tape and press RETURN. Apparently cpio writes an end of tape mark or end of archieve mark, which cpio interpretes as "no-more-space" left on tape .. is there any way of ignoring this mark or some other way to bypass it? Comments are very welcome, or alternative ways to implement a working append-to-tape routine. The streamer is HP scsi and it supports append operations, it does NOT run on a fbsd based machine, so this mail might be way off-topic .. flame-away :> CW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jul 30 08:39:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA16990 for freebsd-isp-outgoing; Thu, 30 Jul 1998 08:39:55 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from klemm2.hightek.com ([195.90.203.76]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA16983; Thu, 30 Jul 1998 08:39:51 -0700 (PDT) (envelope-from aklemm@hightek.com) Received: (from andreas@localhost) by klemm2.hightek.com (8.8.8/8.8.8) id RAA09951; Thu, 30 Jul 1998 17:06:21 +0200 (CEST) (envelope-from andreas) Message-ID: <19980730170621.14734@hightek.com> Date: Thu, 30 Jul 1998 17:06:21 +0200 From: Andreas Klemm To: jmb@FreeBSD.ORG Cc: isp@FreeBSD.ORG Subject: /etc/mail/LocalIP question Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i X-Operating-System: FreeBSD 2.2.6-STABLE Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Jonathan, would you please be so kind to answer me a question about the sendmail anti spam config ? The file /etc/mail/LocalIP ... does it contain a list of - IP or - network addresses or - both for that we "play" a mail relay ? [Cc'd to freebsd-isp] Thanks Andreas /// -- B&K Gruppe - Wuppertal phone +49 202 7399 - 170 fax +49 202 7399 - 100 http://www.FreeBSD.ORG/~andreas/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jul 30 12:50:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA09230 for freebsd-isp-outgoing; Thu, 30 Jul 1998 12:50:05 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from visio.c3.hu (visio.c3.hu [194.38.96.80]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA09131 for ; Thu, 30 Jul 1998 12:49:42 -0700 (PDT) (envelope-from pisti@visio.c3.hu) Received: (from pisti@localhost) by visio.c3.hu (8.9.1/8.9.1/C3) id VAA06415; Thu, 30 Jul 1998 21:49:26 +0200 (MET DST) Date: Thu, 30 Jul 1998 21:49:26 +0200 From: Pecsenyanszky Istvan X-Sender: pisti@visio.c3.hu To: freebsd-isp@FreeBSD.ORG Subject: quota Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, we have a 2.2.6-RELEASE FreeBSD box, with a large file system mounted as /home with user quotas. The problem is that the quota informations are incorrect in some cases. If I try quotacheck the file system, I get the following error message (in 5 hours): quotacheck: /home/quota.user: seek failed: File too large THE FOLLOWING FILE SYSTEM HAD AN UNEXPECTED INCONSISTENCY: /dev/rsd0s1e (/home) I tried to move quota.user to quota.user.old, fsck /home and then quotacheck again, but it didn't help, I got the same error. The size of this fs is 35GB, and there is approx. 67000 different UIDs between 10000 and 77088. Any help is appreciated. Istvan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jul 30 18:35:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA11901 for freebsd-isp-outgoing; Thu, 30 Jul 1998 18:35:39 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from packfish.gateway.net.hk (packfish.gateway.net.hk [202.76.19.16]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA11849 for ; Thu, 30 Jul 1998 18:35:25 -0700 (PDT) (envelope-from john@gateway.net.hk) Received: (qmail 22755 invoked by uid 101); 31 Jul 1998 01:35:21 -0000 Date: Fri, 31 Jul 1998 09:35:21 +0800 (HKT) From: John Beukema X-Sender: john@packfish.gateway.net.hk To: me@FreeBSD.ORG cc: tim@futuresouth.com, isp@FreeBSD.ORG Subject: Re: MySql In-Reply-To: <199807300605.IAA26005@fourier.int.consol.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 30 Jul 1998, Michael Elbel wrote: > In lists.freebsd.isp you write: > > >Is anybody running MySql in a production environment? What are your > >opinions regarding performance and stability? Since MySql is based on > >kernel threads and there seems to be known problems with that on FreeBSD > >I am concerned about its stability. > > As you've noted yourself, it uses mit pthreads. I've not had any stability > problems so far. > > We're using it very successfully in a couple of environments. For our > data set sizes (not exceeding 10.000 entries per table) it is fast, stable > and convenient. We're using it for things like managing a couple thousand > users for a client, online booking, etc. Often frontended to the Web > via Apache / PHP / heitml. > > I'd recommend to simply try it out. > > >FreeBSD really needs a decent commercial DBMS. Try Ctree -- it compiles under FreeBSD with a few changes to the locking module, is small, fast and solid. John Beukema > > For things that mysql doens't do like views, yes. For many uses, something > like Oracle or Informix simply is too fat IMO. > > Michael > -- > \|/ > -O- Michael Elbel, ConSol* GmbH, - me@consol.de - 089 / 45841-128 > /|\ Fermentation fault (coors dumped) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jul 31 03:46:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA06080 for freebsd-isp-outgoing; Fri, 31 Jul 1998 03:46:50 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from nt5.spline.net (nt5.ipi.kiev.ua [194.44.182.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA06064 for ; Fri, 31 Jul 1998 03:46:43 -0700 (PDT) (envelope-from tat@Spline.NET) Received: from localhost (tat@localhost) by nt5.spline.net (8.8.8/8.8.7) with SMTP id NAA21887; Fri, 31 Jul 1998 13:46:27 +0300 (EEST) Date: Fri, 31 Jul 1998 13:46:26 +0300 (EEST) From: Alexander Tatmaniants To: CNNet cc: freebsd-isp@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <3.0.5.32.19980729185706.007cec30@cnnet.com> Message-ID: Replay-To: tat@spline.net MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 29 Jul 1998, CNNet wrote: > Date: Wed, 29 Jul 1998 18:57:06 -0600 > From: CNNet > To: freebsd-isp@FreeBSD.ORG > > Hi could someone please help us in setting up Samba? > > We have the server software installed and it is up and running the trouble > we are have is with the smb.conf file > > We can see the share but when we click on it it asks for a password and > that is as far as we can get. Have you ``encrypted passwords = yes'' or so in your smb.conf? > > We have win 98 clients trying to access this server. You can also use Win95_PlainPassword.reg or so from samba distribution as in latest FreeBSD ports collection. > > How do we add users so that they can access the share do we add them to > Unix ie with the adduser command and then give them permissions I am confused. You have to use smbpasswd for this, see /usr/local/share/doc/samba for details. > > If someone out there has step by step instructions this would be > appreciated, as well as an example smb.conf file > > > Thanks Jason > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > Best regards, Alexander Tatmaniants powered by FreeBSD nic-hdl: AT460-RIPE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jul 31 09:55:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA18833 for freebsd-isp-outgoing; Fri, 31 Jul 1998 09:55:31 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from carp.gbr.epa.gov (carp.gbr.epa.gov [204.46.159.110]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA18828 for ; Fri, 31 Jul 1998 09:55:30 -0700 (PDT) (envelope-from mjenkins@carp.gbr.epa.gov) Received: (from mjenkins@localhost) by carp.gbr.epa.gov (8.8.8/8.8.8) id LAA01710 for freebsd-isp@freebsd.org; Fri, 31 Jul 1998 11:55:12 -0500 (CDT) (envelope-from mjenkins) Date: Fri, 31 Jul 1998 11:55:12 -0500 (CDT) From: Mike Jenkins Message-Id: <199807311655.LAA01710@carp.gbr.epa.gov> To: freebsd-isp@FreeBSD.ORG Subject: Re: Network Cards In-Reply-To: <35BFA261.580E40F3@pipeline.ch> Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If my only choice is 3c509 or 3c509b, which is a better performer? Why? Should the "Network Driver Optimization" be set to DOS Client, Windows or OS/2 Client, or Server? Does this really matter? Thanks, Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jul 31 12:15:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07797 for freebsd-isp-outgoing; Fri, 31 Jul 1998 12:15:32 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA07736 for ; Fri, 31 Jul 1998 12:15:24 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA006562511; Fri, 31 Jul 1998 15:15:11 -0400 Date: Fri, 31 Jul 1998 15:15:11 -0400 (EDT) From: Bill Fumerola To: Mike Jenkins Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Network Cards In-Reply-To: <199807311655.LAA01710@carp.gbr.epa.gov> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 3c509b is a BadThing(tm). Stay as far as possible away. On Fri, 31 Jul 1998, Mike Jenkins wrote: > If my only choice is 3c509 or 3c509b, which is a better performer? Why? > Should the "Network Driver Optimization" be set to DOS Client, Windows or > OS/2 Client, or Server? Does this really matter? - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - "Logic, like whiskey, loses its beneficial effect when taken in too large quantities" -Lord Dunsany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jul 31 13:33:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA20150 for freebsd-isp-outgoing; Fri, 31 Jul 1998 13:33:14 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from s2.ijs.com (s2.ijs.com [205.149.188.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA20144 for ; Fri, 31 Jul 1998 13:33:12 -0700 (PDT) (envelope-from jivko@ijs.com) From: jivko@ijs.com Received: from lapatopa1 (laptop.ijs.com [205.149.188.23]) by s2.ijs.com (8.8.5/8.8.5) with SMTP id NAA11567 for ; Fri, 31 Jul 1998 13:32:36 GMT Message-Id: <199807311332.NAA11567@s2.ijs.com> Date: Fri, 31 Jul 1998 13:32:57 -0700 To: freebsd-isp@FreeBSD.ORG Subject: Apache 1.3.0 + SSL/1.18 problem In-Reply-To: References: <199807311655.LAA01710@carp.gbr.epa.gov> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi there, I know this might not be very relevant to this mailing list, but perhaps someone could help me out with this problem: ======= I have compiled and installed Apache-SSL/1.3.0 and Ben-SSL/1.18 as per the instructions using SSLeay 0.9.0 and everything looks OK except that I cannot get it to work in secure mode and the real problem is that I could not find any error messages in any of the log files I could think of checking. Well, that is not quite true. When I try to access http://209.249.22.50 I see the following errors in the log file, which does not surprise me: [Thu Jul 23 12:35:16 1998] [error] SSL_Accept failed [Thu Jul 23 12:35:16 1998] [error] error:1407609B:SSL routines:SSL23_GET_CLIENT_HELLO:http request However when I try https://209.249.22.50 nothing happens for a while and at the end the browser says it could not establish connection. The .key and .crt files I created myself using the following options: ssleay genrsa -rand /kernel:/kernel.GENERIC 512 > 209.249.22.50.key ssleay req -new -x509 -key 209.249.22.50.key > 209.249.22.50.crt Here is what I have in my httpd.conf file: =========== SSLCacheServerPath /usr/local/apache/ssl/gcache SSLCacheServerPort 8081 SSLSessionCacheTimeout 15 User ocean Group ijscln ServerAdmin jivko@ijs.com DocumentRoot /home/ssltest/ssldoc ServerName 209.249.22.50 ErrorLog /home/ssltest/log/httpd/secure_error.log TransferLog /home/ssltest/log/httpd/secure_real.log Alias / /home/ssltest/ssldoc/ ScriptAlias /cgi-bin/ /home/ssltest/ssldoc/cgi-bin/ SSLEnable SSLCACertificatePath /usr/local/apache/certificate SSLCertificateFile /usr/local/apache/certificate/secure.209.249.22.50.crt SSLCertificateKeyFile /usr/local/apache/certificate/209.249.22.50.key ========== Thanks a lot for your help! Regards, Jivko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jul 31 15:15:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10860 for freebsd-isp-outgoing; Fri, 31 Jul 1998 15:15:42 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from biggusdiskus.flyingfox.com (biggusdiskus.flyingfox.com [205.162.1.28]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA10853 for ; Fri, 31 Jul 1998 15:15:40 -0700 (PDT) (envelope-from jas@flyingfox.com) Received: (from jas@localhost) by biggusdiskus.flyingfox.com (8.8.8/8.8.5) id PAA08156; Fri, 31 Jul 1998 15:17:59 -0700 (PDT) Date: Fri, 31 Jul 1998 15:17:59 -0700 (PDT) From: Jim Shankland Message-Id: <199807312217.PAA08156@biggusdiskus.flyingfox.com> To: freebsd-isp@FreeBSD.ORG, jivko@ijs.com Subject: Re: Apache 1.3.0 + SSL/1.18 problem In-Reply-To: <199807311332.NAA11567@s2.ijs.com> Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Looks to me like you're putting up your http-over-SSL server on port 80. When you try http://209.249.22.50, the SSL_accept on the server fails because the client is sending plain (unencrypted) http. When you try https://209.249.22.50, the browser can't connect at all, as your server is not listening on port 443 at all. Try adding "Port 443" to your block. Jim Shankland Flying Fox Computer Systems, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jul 31 19:47:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA17831 for freebsd-isp-outgoing; Fri, 31 Jul 1998 19:47:12 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mail.sheltonbbs.com (mail.sheltonbbs.com [206.196.109.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA17826 for ; Fri, 31 Jul 1998 19:47:08 -0700 (PDT) (envelope-from bbsadmin@sheltonbbs.com) Received: from butch.sheltonbbs.com (butch.sheltonlink.com [206.196.122.12]) by mail.sheltonbbs.com (8.9.0/8.9.0) with SMTP id VAA20338 for ; Fri, 31 Jul 1998 21:47:02 -0500 (CDT) Message-ID: <00af01bdbcf6$7bc92b40$0c7ac4ce@butch.sheltonbbs.com> Reply-To: "Butch Evans" From: "Butch Evans" To: Subject: Ghost Mail Date: Fri, 31 Jul 1998 21:45:44 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am beginning to see an odd problem on one of my machines. This is my mail machine (dedicated server). What is happening is this...a client connects, and their computer tells them "Receiving message 1 of 10" (or whatever number they have). They do not get 10 messages in their "Inbox". They are not filtering mail, so it is not a client thing. The problem is pretty widespread as well. It does not seem to be related to a particularly busy time, either. I noticed once (a while back) that I was getting "too many open files" errors in the log files, so I increased the "maxusers" to 50 and re-compiled the kernel. Still no help...the file error has disappeared, though. I am stumped. Here are the stats: HARDWARE: PII 266 with 128MB Ram and about 5 GB diskspace available in /var SOFTWARE: FreeBSD 2.2.6 with aforementioned mods to kernel Qpopper 2.53 (vanilla compile for FreeBSD) Thanks for any assistance. I am not sure what else to include here, as I have exhausted my limited knowledge on this one. **************************************************************** ** Butch Evans ** Visit our WebSite at ** ** Shelton Internet, Inc ** http://www.sheltonbbs.com ** ** Network Operations ** SEMO's Premier ISP ** ** Malden, MO ** Low, Low Ad Rates!! ** ** 1-800-339-4803 ** 573-276-4803 ** ***************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Aug 1 03:46:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA00291 for freebsd-isp-outgoing; Sat, 1 Aug 1998 03:46:34 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from postal.c-zone.net (postal.c-zone.net [207.211.22.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA00269 for ; Sat, 1 Aug 1998 03:46:13 -0700 (PDT) (envelope-from medlir@c-zone.net) Received: from localhost (medlir@localhost) by postal.c-zone.net (8.8.7/8.8.7) with SMTP id DAA16839 for ; Sat, 1 Aug 1998 03:46:07 -0700 (PDT) (envelope-from medlir@c-zone.net) Date: Sat, 1 Aug 1998 03:46:07 -0700 (PDT) From: Dan Babb To: freebsd-isp@FreeBSD.ORG Subject: Intel EthernetExpress PRO/100 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org i have a machine i was building and i got a Intel Ethernet Express PRO/100mb ethernet card for it. the NIC is an isa card. freebsd only shows support for the PCI version of the card in the default boot-up before you install .. and it shows no support in LINT file or the online-handbook. just refers to the PCI version of the card. for anyone who does irc .. i support in at #freebsd on efnet and dalnet .. and got no where there either. drop the card and get a different 100mb ethernet card .. if so .. recommendations? dan : dbabb@c-zone.net network administrator : computer zone internet hell is the possibility of sanity To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Aug 1 07:33:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA16333 for freebsd-isp-outgoing; Sat, 1 Aug 1998 07:33:57 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA16328 for ; Sat, 1 Aug 1998 07:33:55 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from mail.siemens.de (salomon.siemens.de [139.23.33.13]) by david.siemens.de (8.9.1/8.9.1) with ESMTP id QAA13697 for ; Sat, 1 Aug 1998 16:33:44 +0200 (MET DST) Received: from curry.mchp.siemens.de (daemon@curry.mchp.siemens.de [146.180.31.23]) by mail.siemens.de (8.9.1/8.9.1) with ESMTP id QAA05717 for ; Sat, 1 Aug 1998 16:33:46 +0200 (MET DST) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.8.8/8.8.8) id QAA07091 for ; Sat, 1 Aug 1998 16:33:47 +0200 (CEST) From: Andre Albsmeier Message-Id: <199808011433.QAA20526@internal> Subject: Re: Intel EthernetExpress PRO/100 In-Reply-To: from Dan Babb at "Aug 1, 98 03:46:07 am" To: medlir@c-zone.net (Dan Babb) Date: Sat, 1 Aug 1998 16:33:42 +0200 (CEST) Cc: freebsd-isp@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > i have a machine i was building and i got a Intel Ethernet Express > PRO/100mb ethernet card for it. the NIC is an isa card. freebsd only I was told that the ISA version is not supported under FreeBSD. I (personally) think also it never will be supported since a) it is rather expensive (at least here in germany it's 200 US$) b) the ISA bus probably won't handle 100MBit speeds (maybe yes) c) I think there aren't many ISA machines connected to a 100 MB net > shows support for the PCI version of the card in the default boot-up > before you install .. and it shows no support in LINT file or the > online-handbook. just refers to the PCI version of the card. for anyone > who does irc .. i support in at #freebsd on efnet and dalnet .. and got no > where there either. > > drop the card and get a different 100mb ethernet card .. if so .. > recommendations? Yes, get the Intel EtherExpress Pro 10/100B Ethernet for PCI; in germany it's about 60 US$. I am rather curious how you got the 100MB ISA version, it's very difficult to get. -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Aug 1 18:59:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16769 for freebsd-isp-outgoing; Sat, 1 Aug 1998 18:59:50 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from visio.c3.hu (visio.c3.hu [194.38.96.80]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA16764 for ; Sat, 1 Aug 1998 18:59:46 -0700 (PDT) (envelope-from pisti@visio.c3.hu) Received: (from pisti@localhost) by visio.c3.hu (8.9.1/8.9.1/C3) id DAA11796; Sun, 2 Aug 1998 03:59:35 +0200 (MET DST) Date: Sun, 2 Aug 1998 03:59:35 +0200 From: Pecsenyanszky Istvan X-Sender: pisti@visio.c3.hu To: freebsd-isp@FreeBSD.ORG Subject: Re: quota In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Problem solved. I've found some strange file entries in the /home partition (eg. br-xr-xrwT 1 9428779 4118365 uchg,uunlnk,sappnd,sunlnk 106, 0x63690065 Jun 30 1993 ...) I've chflag'd and deleted them, and everything works fine now. Istvan On Thu, 30 Jul 1998, I wrote: > we have a 2.2.6-RELEASE FreeBSD box, with a large file system mounted as > /home with user quotas. The problem is that the quota informations are > incorrect in some cases. If I try quotacheck the file system, I get the > following error message (in 5 hours): > > quotacheck: /home/quota.user: seek failed: File too large > THE FOLLOWING FILE SYSTEM HAD AN UNEXPECTED INCONSISTENCY: > /dev/rsd0s1e (/home) > > I tried to move quota.user to quota.user.old, fsck /home and then > quotacheck again, but it didn't help, I got the same error. > > The size of this fs is 35GB, and there is approx. 67000 different UIDs > between 10000 and 77088. > > Any help is appreciated. > > Istvan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Aug 1 19:20:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA19209 for freebsd-isp-outgoing; Sat, 1 Aug 1998 19:20:39 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from postal.c-zone.net (postal.c-zone.net [207.211.22.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA19204 for ; Sat, 1 Aug 1998 19:20:36 -0700 (PDT) (envelope-from medlir@c-zone.net) Received: from localhost (medlir@localhost) by postal.c-zone.net (8.8.7/8.8.7) with SMTP id TAA28575; Sat, 1 Aug 1998 19:19:34 -0700 (PDT) (envelope-from medlir@c-zone.net) Date: Sat, 1 Aug 1998 19:19:34 -0700 (PDT) From: Dan Babb To: Andre Albsmeier cc: freebsd-isp@FreeBSD.ORG Subject: Re: Intel EthernetExpress PRO/100 In-Reply-To: <199808011433.QAA20526@internal> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org i don't know how i got it. i just told my owner to get me some 100mb ethernet cards that i i could set the irq's manually, and that they were isa. so that is what i ended up with. the last time i tried a PCI card for bsd .. it was plug and play and i couldn't get it to detect. thanks for the info i'm ordering a pci Intel card on monday .. dan network administrator : computer zone internet hell is the possibility of sanity On Sat, 1 Aug 1998, Andre Albsmeier wrote: > I was told that the ISA version is not supported under FreeBSD. > > I (personally) think also it never will be supported since > > a) it is rather expensive (at least here in germany it's 200 US$) > b) the ISA bus probably won't handle 100MBit speeds (maybe yes) > c) I think there aren't many ISA machines connected to a 100 MB net > > Yes, get the Intel EtherExpress Pro 10/100B Ethernet for PCI; in > germany it's about 60 US$. I am rather curious how you got the > 100MB ISA version, it's very difficult to get. > > -Andre > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Aug 1 19:43:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA21597 for freebsd-isp-outgoing; Sat, 1 Aug 1998 19:43:27 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA21592 for ; Sat, 1 Aug 1998 19:43:26 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id TAA07732; Sat, 1 Aug 1998 19:39:26 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpdzC7729; Sun Aug 2 02:39:19 1998 Date: Sat, 1 Aug 1998 19:39:16 -0700 (PDT) From: Julian Elischer To: Pecsenyanszky Istvan cc: freebsd-isp@FreeBSD.ORG Subject: Re: quota In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Szia! even now that you know how to clean this up, it should not have happenned.. did you have a crash that corrupted the disk? julian@freebsd.org On Sun, 2 Aug 1998, Pecsenyanszky Istvan wrote: > Problem solved. I've found some strange file entries in the /home > partition (eg. br-xr-xrwT 1 9428779 4118365 uchg,uunlnk,sappnd,sunlnk 106, > 0x63690065 Jun 30 1993 ...) > I've chflag'd and deleted them, and everything works fine now. > > Istvan > > > On Thu, 30 Jul 1998, I wrote: > > > we have a 2.2.6-RELEASE FreeBSD box, with a large file system mounted as > > /home with user quotas. The problem is that the quota informations are > > incorrect in some cases. If I try quotacheck the file system, I get the > > following error message (in 5 hours): > > > > quotacheck: /home/quota.user: seek failed: File too large > > THE FOLLOWING FILE SYSTEM HAD AN UNEXPECTED INCONSISTENCY: > > /dev/rsd0s1e (/home) > > > > I tried to move quota.user to quota.user.old, fsck /home and then > > quotacheck again, but it didn't help, I got the same error. > > > > The size of this fs is 35GB, and there is approx. 67000 different UIDs > > between 10000 and 77088. > > > > Any help is appreciated. > > > > Istvan > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Aug 1 20:21:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA24184 for freebsd-isp-outgoing; Sat, 1 Aug 1998 20:21:09 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA24179 for ; Sat, 1 Aug 1998 20:21:05 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from localhost (kpielorz@localhost) by caladan.tdx.co.uk (8.9.1/8.9.1) with SMTP id EAA25612; Sun, 2 Aug 1998 04:20:45 +0100 (BST) Date: Sun, 2 Aug 1998 04:20:45 +0100 (BST) From: Karl Pielorz To: Julian Elischer cc: Pecsenyanszky Istvan , freebsd-isp@FreeBSD.ORG Subject: Re: quota In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I saw something very similar on my system a few weeks ago - Some files on a large (9Gb+) filesystem got 'slightly' corrupted (literally - looking at text files you might find a couple of characters screwed up in a 50k file) - and I had a few files like the ones mentioned below - which had to be deleted by hand... The filesystem is built on a CCD - which again, looking at the 35Gb mentioned below - might be the same... I'm looking at configuring tripwire to 'lightly' keep an eye (signature) on the files, but the overhead is quite large - and at the moment, until I either fix or split the storage up a bit, I'm not sure I want something stressing the system every night ;-) Regards, Karl On Sat, 1 Aug 1998, Julian Elischer wrote: > Szia! > > even now that you know how to clean this up, it should not have > happenned.. > did you have a crash that corrupted the disk? > > julian@freebsd.org > > > > On Sun, 2 Aug 1998, Pecsenyanszky Istvan wrote: > > > Problem solved. I've found some strange file entries in the /home > > partition (eg. br-xr-xrwT 1 9428779 4118365 uchg,uunlnk,sappnd,sunlnk 106, > > 0x63690065 Jun 30 1993 ...) [snip] > > > The size of this fs is 35GB, and there is approx. 67000 different UIDs > > > between 10000 and 77088. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Aug 1 20:55:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA26428 for freebsd-isp-outgoing; Sat, 1 Aug 1998 20:55:57 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from visio.c3.hu (visio.c3.hu [194.38.96.80]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA26417 for ; Sat, 1 Aug 1998 20:55:52 -0700 (PDT) (envelope-from pisti@visio.c3.hu) Received: (from pisti@localhost) by visio.c3.hu (8.9.1/8.9.1/C3) id FAA21881; Sun, 2 Aug 1998 05:54:38 +0200 (MET DST) Date: Sun, 2 Aug 1998 05:54:37 +0200 From: Pecsenyanszky Istvan X-Sender: pisti@visio.c3.hu To: Julian Elischer cc: freebsd-isp@FreeBSD.ORG Subject: Re: quota In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 1 Aug 1998, Julian Elischer wrote: > even now that you know how to clean this up, it should not have > happenned.. > did you have a crash that corrupted the disk? I had crash a few weeks ago, but at the time I didn't notice any malfunction with the quota. Istvan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Aug 1 21:21:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA28562 for freebsd-isp-outgoing; Sat, 1 Aug 1998 21:21:19 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from visio.c3.hu (visio.c3.hu [194.38.96.80]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA28552 for ; Sat, 1 Aug 1998 21:21:13 -0700 (PDT) (envelope-from pisti@visio.c3.hu) Received: (from pisti@localhost) by visio.c3.hu (8.9.1/8.9.1/C3) id GAA16422; Sun, 2 Aug 1998 06:20:42 +0200 (MET DST) Date: Sun, 2 Aug 1998 06:20:41 +0200 From: Pecsenyanszky Istvan X-Sender: pisti@visio.c3.hu To: Karl Pielorz cc: Julian Elischer , freebsd-isp@FreeBSD.ORG Subject: Re: quota In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, > I saw something very similar on my system a few weeks ago - Some files on > a large (9Gb+) filesystem got 'slightly' corrupted (literally - looking at > text files you might find a couple of characters screwed up in a 50k file) > - and I had a few files like the ones mentioned below - which had to be > deleted by hand... > > The filesystem is built on a CCD - which again, looking at the 35Gb > mentioned below - might be the same... We don't use CCD, our 35GB fs is on hardware raid. Istvan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message