From owner-freebsd-questions Sun Apr 8 0: 7:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmod.ath.cx (CC2-1242.charter-stl.com [24.217.116.226]) by hub.freebsd.org (Postfix) with ESMTP id 42E3137B424 for ; Sun, 8 Apr 2001 00:07:20 -0700 (PDT) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id C7F99A91E; Sun, 8 Apr 2001 02:06:24 -0500 (CDT) Date: Sun, 8 Apr 2001 02:06:24 -0500 From: Andrew Hesford To: Jeffrey Adzima Cc: freebsd-questions@FreeBSD.ORG Subject: Re: System Crash, can't find my way back. Message-ID: <20010408020624.A60431@cec.wustl.edu> References: <5.0.2.1.2.20010407183654.00afb828@pop.lasrlink.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.0.2.1.2.20010407183654.00afb828@pop.lasrlink.com>; from jeff@lasrlink.com on Sat, Apr 07, 2001 at 06:44:56PM -0700 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Apr 07, 2001 at 06:44:56PM -0700, Jeffrey Adzima wrote: > I hope I've reached the right group and that you can help. I can't seem to > subscribe as majordomo says: **** Your subscription request to freebsd was > rejected. **** Your address must contain an "@" symbol. Not quite sure how > else to subscribe, so anyway I thought I would send a question directly to > the group. would you kindly respond directly to me as I won't see the > threads in the list. Thanks. Anyway here's the situation; I had a power > failure that I didn't catch right away, but it affected my BSD box, as I > was rebooting the machine we incurred a second power failure, upon the > third attempt to reboot, my system gives the following output: > > /dev/ad0s1a: FILESYSTEM CLEAN, SKIPPING CHECKS > /dev/ad0s1a: clean, 22363 free (314 frags, 2756 blocks, 0.6% fragmentation) > /dev/ad0s1f: FILESYSTEM CLEAN, SKIPPING CHECKS > /dev/ad0s1f: clean, 10680773 free (34093 frags, 1330835 blocks, 0.3% > fragmentation) > /dev/ad0s1e: LINK COUNT DIR I=30 OWNER=root MODE=40755 > /dev/ad0s1e: SIZE=512 MTIME=Apr 7 23:44 2001 COUNT 2 SHOULD BE 3 > /dev/ad0s1e: LINK COUNT INCREASING > /dev/ad0s1e: UNEXPECTED INCONSISTENCY, RUN fsck MANUALLY > THE FOLLOWING FILE SYSTEM HAS AN UNEXPECTED INCONSISTENCY: > /dev/ad0s1e: (/var) > > Automatic file system check failed......help! > Enter full pathname of shell or RETURN for /bin/sh: > > > I entered the /bin/csh for the shell and tried to bop around in there, but > could find any files that I could use, i.e. pico, vi, couldn't find fsck. > I'm booting into single user mode, but when I try to use fsck it tells me > the command can't be found. Need some direction here, any help would be > greatly appreciated. thanks. Try this: /sbin/fsck /var /sbin/fsck /usr (similarly for other top-level mounts) In order to use fsck on deeper-level partitions (e.g., /usr/home if you keep that separate) without calling the device name, you would need to mount the top-level partition (in this example, /usr) beforehand. That is, if you want /sbin/fsck /usr/home, you need to mount /usr. Otherwise, /sbin/fsck /dev/ad0s1e will work just fine if that is your /usr/home. When you have checked all the auto-mounted file systems, you can either do /sbin/mount -u / /sbin/mount -a to fool around, or simply reboot and let the machine come up on its own. Also, at the shell, you can type "exit" and FreeBSD will finish bringing itself up (I always like to reboot after a filesystem check, just to make sure everything comes up fine). A word of advice: not having a $PATH specified is very annoying, as you have seen. The next time that error comes up asking for a shell, let it give you the default shell (/bin/sh). It defines a $PATH for you. -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 0:11:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmod.ath.cx (CC2-1242.charter-stl.com [24.217.116.226]) by hub.freebsd.org (Postfix) with ESMTP id EB23B37B42C for ; Sun, 8 Apr 2001 00:11:39 -0700 (PDT) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id 933A0A91E; Sun, 8 Apr 2001 02:10:44 -0500 (CDT) Date: Sun, 8 Apr 2001 02:10:44 -0500 From: Andrew Hesford To: Graywane Cc: freebsd-questions@freebsd.org Subject: Re: burncd audio problems Message-ID: <20010408021044.B60431@cec.wustl.edu> References: <20010407223457.A58245@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010407223457.A58245@home.com>; from graywane@home.com on Sat, Apr 07, 2001 at 10:34:57PM -0400 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Apr 07, 2001 at 10:34:57PM -0400, Graywane wrote: > I am having no problems writing data CD's with /usr/sbin/burncd on my ATAPI > PLEXTOR CD-R PX-W1210A. However, I can't seem to write a good audio CD. > Using cdda2wav I can get descent wav files but extracting in raw format and > then burning to the CD results in garbage. > > What am I doing wrong? Welcome to the club. I don't think you are doing anything wrong, I have the same error. When i attempt to burn audio CDs, it tell me it is writing -1 of XXXXX bytes, and quits. The problem is not in the data stream, because burning a data CD using the same WAV file works just fine. I'm not sure where the problem is. I used to burn audio CDs with Linux's ide-scsi emulation layer and cdrecord, with no problems. Now, though, I don't really care, because I got an MP3-playing car stereo... all my "audio" CDs are just 650M worth of MP3s piled onto an ISO-9660 CD (iso-level 2, for longer filenames). :) I think for now, we are dead out of luck. I have worked around my problem by eliminating the need for audio CDs... you might have to dual-boot Linux or Windows. -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 0:16:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmod.ath.cx (CC2-1242.charter-stl.com [24.217.116.226]) by hub.freebsd.org (Postfix) with ESMTP id 62B5537B424 for ; Sun, 8 Apr 2001 00:16:33 -0700 (PDT) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id 0763BA91E; Sun, 8 Apr 2001 02:15:37 -0500 (CDT) Date: Sun, 8 Apr 2001 02:15:37 -0500 From: Andrew Hesford To: Ethan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Dosemu question Message-ID: <20010408021537.C60431@cec.wustl.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from telmnstr@757.org on Sat, Apr 07, 2001 at 11:43:47PM -0500 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Apr 07, 2001 at 11:43:47PM -0500, Ethan wrote: > Okay, here is an odd one. > > Whenever I try to run dosemu, I always get this error: > > laff# doscmd > Unknown interrupt 15 function 4101 > Unknown interrupt 15 function 8796 > doscmd: fatal error int16 func 0x1 only supported in X mode > > I have tried the 95 boot disk, MS-DOS 6.0, 6.22 and OpenDOS something. > These errors mean the program is trying to do something that doscmd doesn't understand. If the program is directed toward DOS 6.22, I wouldn't be too surprised... doscmd is known to have problems with DOS 6.22. That Windows 95 isn't working is no surprise, either, as it is newer than DOS 6.22. I have had problems with DOS 6.0, with similar interupt errors, trying to boot the setup disk, and trying to run qbasic.exe. Unless you can find an older boot disk, I think you may be out of luck. You may be out of luck anyway, since low-level device access might not work in FreeBSD. -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 0:19: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lynx.syix.com (lynx.syix.com [205.171.72.20]) by hub.freebsd.org (Postfix) with ESMTP id 240DE37B423 for ; Sun, 8 Apr 2001 00:19:04 -0700 (PDT) (envelope-from pan@syix.com) Received: from cat (dster8.syix.com [63.147.19.40]) by lynx.syix.com (8.11.2/8.11.2) with SMTP id f387J3570819 for ; Sun, 8 Apr 2001 00:19:03 -0700 (PDT) (envelope-from pan@syix.com) Message-ID: <00d401c0bffc$3849d340$2813933f@cat> From: "pan" To: Subject: rdns test - please ignore Date: Sun, 8 Apr 2001 00:19:16 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG freebsd-questions is strict about receiving email new server test sorry if this annoys anyone To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 0:23: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from maximus.npqr.net (adsl-63-147-18-73.syix.com [63.147.18.73]) by hub.freebsd.org (Postfix) with ESMTP id D243B37B423 for ; Sun, 8 Apr 2001 00:23:05 -0700 (PDT) (envelope-from pan@npqr.net) Received: from cat (cat.nprq.net [63.147.19.40]) by maximus.npqr.net (8.11.1/8.11.1) with SMTP id f387Mxd00807 for ; Sun, 8 Apr 2001 00:23:05 -0700 (PDT) (envelope-from pan@npqr.net) Message-ID: <00eb01c0bffc$c844f4c0$2813933f@cat> From: "npqr" To: "freeBSD-questions" Subject: 2 Date: Sun, 8 Apr 2001 00:23:12 -0700 Organization: happy dogs MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG all done now To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 0:47:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www.golsyd.net.au (golsyd.net.au [203.57.20.1]) by hub.freebsd.org (Postfix) with ESMTP id 87CD537B423; Sun, 8 Apr 2001 00:47:42 -0700 (PDT) (envelope-from kaltorak@quake.com.au) Received: from [203.164.12.28] by www.quake.com.au (NTMail 4.30.0012/AB6169.63.5724aadf) with ESMTP id jfvaaaaa for ; Sun, 8 Apr 2001 17:47:55 +1000 Message-ID: <3AD01873.E5588838@quake.com.au> Date: Sun, 08 Apr 2001 17:51:15 +1000 From: Kal Torak X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-hardware@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: nvidia cards (3D Acceleration) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hiyas, I am wondering about support for 3D accelerators like the GeForce and other nvidia cards under FreeBSD... There are Linux drivers for these cards, but no ports it seems to FreeBSD (maybe they are too linux specific?), and I cant seem to find out anything about getting 3D acceleration working with these cards! I guess this might be more of an XFree86 question, but im not sure... I have heard that there is no or very little OpenGL support for FreeBSD... Anyway, any tips, info or pointers would be greatly appreciated :) Thanks! Kal. P.S. Sorry if this is to the wrong list or duplicated between lists but Im not quite sure where this mail belongs... Oh and please CC replies to my e-mail (kaltorak@quake.com.au) because I may not be subscribed to your list! Thanks again!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 1: 4:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from head.lvl.ru (head.lvl.ru [194.67.189.100]) by hub.freebsd.org (Postfix) with ESMTP id 57B1337B422 for ; Sun, 8 Apr 2001 01:04:18 -0700 (PDT) (envelope-from jadream@chat.ru) Received: from chat.ru (p21.gw.lvl.ru [194.67.189.21]) by head.lvl.ru (8.11.2/8.11.2) with ESMTP id f3884Kc02568 for ; Sun, 8 Apr 2001 12:04:20 +0400 (MSD) Message-ID: <3AD01DC7.E2BFA324@chat.ru> Date: Sun, 08 Apr 2001 12:13:59 +0400 From: alex X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Strange behaviour of the SYSV msg queue Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi ppl ! I have FreeBSD 4.2 on a common i386 pc with SysV IPC configured and recompiled kernel. Everything goes well untill I create more than 128 processes sending messages (24bytes in size) to the same queue at a time with flags = 0 (Blocking mode) and 1 process getting them all with flags = 0 (Blocking mode too). After queue size rises up to 70 -180 all processes hangs - both the ones that sends (what's naturally) and the one that gets (that's strange to my mind). Hence I have dead lock. With all this I have in my kernel config file options like that MSGMNI=64 MSGMAX=256 MSGMNB=2048*24 MSGTQL=2048 I used semaphores to block sending messages processes until receiver cleares whole queue and it all works but total performance go down dramatically :0( Any idea how to handle that? Alexander Komratov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 1:13: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp010.mail.yahoo.com (smtp010.mail.yahoo.com [216.136.173.30]) by hub.freebsd.org (Postfix) with SMTP id 9615537B422 for ; Sun, 8 Apr 2001 01:13:01 -0700 (PDT) (envelope-from bsd140870@yahoo.co.uk) Received: from unknown (HELO as2.kptn.org) (203.106.174.196) by smtp.mail.vip.sc5.yahoo.com with SMTP; 8 Apr 2001 08:13:00 -0000 X-Apparently-From: Date: Sun, 8 Apr 2001 16:07:27 +0800 From: bsd140870 X-Mailer: The Bat! (v1.52 Beta/1) Reply-To: bsd140870 Organization: n/a X-Priority: 3 (Normal) Message-ID: <386533544.20010408160727@yahoo.co.uk> To: FreeBSD Questions Subject: nfs and cp problem: file system full MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello list, this maybe easy but i'm at a lost. i'm trying to copy the ports collection from the nfs server to the nfs client but failed each time halfway through. here's the situation: p200(as1) as an nfs server and duron650(as3) as an nfs client. nfs mounts ok w/ no problems. mount as1:/usr/ports /portstmp cp -R /usr/ports/* /portstmp it copies the files and halfway through, it halts w/ these error message: /: write failed, file system full cp /portstmp/net/pipsecd/Makefile: No space left on device cp /portstmp/net/pipsecd/distinfo: No space left on device cp /portstmp/net/pipsecd/pkg-descr: No space left on device cp /portstmp/net/pipsecd/pkg-message: No space left on device cp /portstmp/net/pipsecd/pkg-plist: No space left on device cp /portstmp/net/pipsecd/pkg-comment: No space left on device cp /portstmp/net/pmf: No space left on device [root@as3:/] Apr 7 21:28:38 as3 /kernel: pid 822 (cp), uid 0 on /: file system full Apr 7 21:28:38 as3 last message repeated 7 times can anyone explain how or what i have done wrong? or do i need to provide more/additional information on this. tia. -- bsd140870 mailto:bsd140870@yahoo.co.uk _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 1:23:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.nmt.edu (mailhost.nmt.edu [129.138.4.52]) by hub.freebsd.org (Postfix) with ESMTP id 864CF37B422 for ; Sun, 8 Apr 2001 01:23:21 -0700 (PDT) (envelope-from jon@nmt.edu) Received: from nmt.edu (dialin1.passcal.nmt.edu [129.138.26.201]) by mailhost.nmt.edu (8.11.3/8.11.3) with ESMTP id f388NFe03081; Sun, 8 Apr 2001 02:23:16 -0600 Message-ID: <3AD02066.B83D8BCE@nmt.edu> Date: Sun, 08 Apr 2001 02:25:10 -0600 From: Jon Collis X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: David Banning Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPP negoatiation, LCP and immediate Disconnected! References: <3ACF7DD8.7AE7B3CA@nmt.edu> <20010408002845.E36393@www3.pacific-pages.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David, Thanks for writing. I'm very grateful. I've looked at what you suggested and it didn't seem to change anything. I read the ppp man which is helpful and it provided some ideas for the set ifaddr. I looked at some of the IP's that my ISP was assigning, and they all appeared to be of the form 129.138.5.x. So, I set up ifaddr to look for that and nothing has changed at all in the output log. Is there anything that the interactive mode is turning on that would not be in my script? It seems as though the ppp negotion just fails to take place. Weird, thanks for your suggestions, Jon David Banning wrote: > I can't pinpoint your problem for sure, but my guess is your line; > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 > > I use a dialup line too, with a dynamic ip address. > Here is my ppp.conf which includes auto login (I changed my login and password) > To fireup my ppp I execute; > > ppp -auto -nat -quiet ondemand > > Here it is; > > default: > # > # Make sure that "device" references the correct serial port > # for your modem. (cuaa0 = COM1, cuaa1 = COM2) > # > > set device /dev/cuaa1 > set log Phase Chat LCP IPCP CCP tun command > set timeout 0 > set speed 115200 > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATZ OK ATM0 OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" > > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255 0.0.0.0 > add default HISADDR > enable dns > > ondemand: > # > # edit the next three lines and replace the items in caps with > # the values which have been assigned by your ISP. > # > set timeout 540 > set phone 4166422952 > set authname myloginname > set authkey mypassword > > On Sat, Apr 07, 2001 at 02:51:36PM -0600, Jon Collis wrote: > > Hello, > > > > > > I have recently installed the 4.2-RELEASE version of FreeBSD. My > > computer is an Intel P3. > > > > I am trying to get my ppp up an running. If I open a term to /dev/cuaa3, > > I am able to dial my provider and connect such that I can browse the > > web. The only problem, is that I am having to type in my username and > > password at the prompts. So, I have created an entry in the ppp.conf > > file for my provider and using the "dial myprovider" command in ppp I > > try to connect, but I cannot. Chat works well and it just fails at the > > last step where it is actually negotiating the ppp connection. This > > seems very odd to me. Is there something about the default setting which > > negotiates ppp in a different manner? Looking at the log, it seems as > > though it actually connects for, say, less than a minute, but I can > > never access to web. > > > > I am being assigned an IP from my provider for what it is worth. Should > > I look for that assignment in my chat script? Well, any suggestions > > would be much appreciated. Here is the ppp.log information followed by > > my ppp.conf file: > > > > Apr 7 12:11:24 ppp[572]: Phase: Using interface: tun0 > > Apr 7 12:11:24 ppp[572]: Phase: deflink: Created in closed state > > Apr 7 12:11:24 ppp[572]: tun0: Command: default: set speed 115200 > > Apr 7 12:11:24 ppp[572]: tun0: Command: default: set dial ABORT BUSY > > ABORT NO\sCARRIER TIMEOUT 5 "" AT OK-AT-OK ATE1Q0 OK \dATDT\T > > TIMEOUT 40 CONNECT > > Apr 7 12:11:24 ppp[572]: tun0: Command: default: set ifaddr 10.0.0.1/0 > > 10.0.0.2/0 255.255.255.0 0.0.0.0 > > Apr 7 12:11:24 ppp[572]: tun0: Command: default: set timeout 120 > > Apr 7 12:11:24 ppp[572]: tun0: Command: default: add default HISADDR > > Apr 7 12:11:24 ppp[572]: tun0: Command: default: enable dns > > Apr 7 12:11:24 ppp[572]: tun0: Phase: PPP Started (interactive mode). > > Apr 7 12:11:27 ppp[572]: tun0: Command: /dev/tty: dial nmt > > Apr 7 12:11:27 ppp[572]: tun0: Command: nmt: set phone 8354543 > > Apr 7 12:11:27 ppp[572]: tun0: Command: nmt: set login ABORT > > NO\sCARRIER TIMEOUT 120 name:-\r-name: jon word: wu_wei > ppp > > Apr 7 12:11:27 ppp[572]: tun0: Command: nmt: set openmode active 3 > > Apr 7 12:11:27 ppp[572]: tun0: Phase: bundle: Establish > > Apr 7 12:11:27 ppp[572]: tun0: Phase: deflink: closed -> opening > > Apr 7 12:11:27 ppp[572]: tun0: Phase: deflink: Connected! > > Apr 7 12:11:27 ppp[572]: tun0: Phase: deflink: opening -> dial > > Apr 7 12:11:27 ppp[572]: tun0: Chat: Phone: 8354543 > > Apr 7 12:11:27 ppp[572]: tun0: Chat: deflink: Dial attempt 1 of 1 > > Apr 7 12:11:27 ppp[572]: tun0: Chat: Send: AT^M > > Apr 7 12:11:27 ppp[572]: tun0: Chat: Expect(5): OK > > Apr 7 12:11:27 ppp[572]: tun0: Chat: Received: AT^M^M > > Apr 7 12:11:27 ppp[572]: tun0: Chat: Received: OK^M > > Apr 7 12:11:27 ppp[572]: tun0: Chat: Send: ATE1Q0^M > > Apr 7 12:11:27 ppp[572]: tun0: Chat: Expect(5): OK > > Apr 7 12:11:27 ppp[572]: tun0: Chat: Received: ATE1Q0^M^M > > Apr 7 12:11:27 ppp[572]: tun0: Chat: Received: OK^M > > Apr 7 12:11:27 ppp[572]: tun0: Chat: Send: ATDT8354543^M > > Apr 7 12:11:29 ppp[572]: tun0: Chat: Expect(40): CONNECT > > Apr 7 12:11:56 ppp[572]: tun0: Chat: Received: ATDT8354543^M^M > > Apr 7 12:11:56 ppp[572]: tun0: Chat: Received: CONNECT > > Apr 7 12:11:56 ppp[572]: tun0: Phase: deflink: dial -> carrier > > Apr 7 12:11:57 ppp[572]: tun0: Phase: deflink: /dev/cuaa3: CD detected > > > > Apr 7 12:11:57 ppp[572]: tun0: Phase: deflink: carrier -> login > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Expect(120): name: > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: > > 24000/ARQ/V34/LAPM/V42BIS^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: ^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: Type the full name > > of the computer you wish to use. (RLOGIN now default)^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: > > ----------------------------------------------------------------------------^M > > > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: |*| NOTE: > > for AUTHORIZED MODEM USERS (only) |*|^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: |*| > > ======================================= |*|^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: |*| To login > > please use the password from your TCC account. |*|^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: |*| > > ******************************************************* |*|^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: |*| (use > > ^ x to return to the server prompt) |*|^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: > > |*| > > |*|^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: |*| 835-6740: <= > > 28.8K-baud, ON-campus only (20 lines total). |*|^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: |*| 835-4543: <= > > 28.8K-baud, OFF-campus only (120 lines total). |*|^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: > > |*| > > |*|^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: |*| There is a 6-hour > > absolute session timeout on these lines. |*|^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: > > |*| > > |*|^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: |*| For Non-PPP file > > transfer issue following commands at server prompt: |*|^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: |*| > > -------------------------------------------------------------------- > > |*|^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: |*| TERMINAL > > FLOWCONTROL NONE {abbreviated TER FLOW NONE} |*|^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: |*| TERMINAL > > FLOWCONTROL HARDWARE {should be the default; but ...} |*|^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: |*| TERMINAL NO > > ESCAPE-CHARACTER |*|^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: |*| (if TELNET is > > used then you must issue TERM DOWNLOAD as well) |*|^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: |*| (if using sz > > try the flag -kw4096, or -kw 4096 {maybe even 1024}) |*|^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: > > ----------------------------------------------------------------------------^M > > > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: ^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: CONNECTION > > SERVICE FOR USE BY VALID ACCOUNT HOLDERS ONLY.^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: ^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: ^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: User Access > > Verification^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: ^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Received: Username: > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Send: xxx^M > > Apr 7 12:11:57 ppp[572]: tun0: Chat: Expect(120): word: > > Apr 7 12:11:58 ppp[572]: tun0: Chat: Received: xxx^M > > Apr 7 12:11:58 ppp[572]: tun0: Chat: Received: Password: > > Apr 7 12:11:58 ppp[572]: tun0: Chat: Send: xxxx^M > > Apr 7 12:11:58 ppp[572]: tun0: Chat: Expect(120): > > > Apr 7 12:11:58 ppp[572]: tun0: Chat: Received: ^M > > Apr 7 12:11:58 ppp[572]: tun0: Chat: Received: grissom> > > Apr 7 12:11:58 ppp[572]: tun0: Chat: Send: ppp^M > > Apr 7 12:11:58 ppp[572]: tun0: Phase: deflink: login -> lcp > > Apr 7 12:11:58 ppp[572]: tun0: LCP: FSM: Using "deflink" as a > > transport > > Apr 7 12:11:58 ppp[572]: tun0: LCP: deflink: State change Initial --> > > Closed > > Apr 7 12:11:58 ppp[572]: tun0: Phase: deflink: Entering STOPPED state > > for 3 seconds > > Apr 7 12:11:58 ppp[572]: tun0: LCP: deflink: State change Closed --> > > Stopped > > Apr 7 12:12:01 ppp[572]: tun0: LCP: deflink: LayerStart > > Apr 7 12:12:01 ppp[572]: tun0: LCP: deflink: SendConfigReq(1) state = > > Stopped > > Apr 7 12:12:01 ppp[572]: tun0: LCP: ACFCOMP[2] > > Apr 7 12:12:01 ppp[572]: tun0: LCP: PROTOCOMP[2] > > Apr 7 12:12:01 ppp[572]: tun0: LCP: ACCMAP[6] 0x00000000 > > Apr 7 12:12:01 ppp[572]: tun0: LCP: MRU[4] 1500 > > Apr 7 12:12:01 ppp[572]: tun0: LCP: MAGICNUM[6] 0x720110f0 > > Apr 7 12:12:01 ppp[572]: tun0: LCP: deflink: State change Stopped --> > > Req-Sent > > Apr 7 12:12:04 ppp[572]: tun0: LCP: deflink: SendConfigReq(1) state = > > Req-Sent > > Apr 7 12:12:04 ppp[572]: tun0: LCP: ACFCOMP[2] > > Apr 7 12:12:04 ppp[572]: tun0: LCP: PROTOCOMP[2] > > Apr 7 12:12:04 ppp[572]: tun0: LCP: ACCMAP[6] 0x00000000 > > Apr 7 12:12:04 ppp[572]: tun0: LCP: MRU[4] 1500 > > Apr 7 12:12:04 ppp[572]: tun0: LCP: MAGICNUM[6] 0x720110f0 > > Apr 7 12:12:07 ppp[572]: tun0: LCP: deflink: SendConfigReq(1) state = > > Req-Sent > > Apr 7 12:12:07 ppp[572]: tun0: LCP: ACFCOMP[2] > > Apr 7 12:12:07 ppp[572]: tun0: LCP: PROTOCOMP[2] > > Apr 7 12:12:07 ppp[572]: tun0: LCP: ACCMAP[6] 0x00000000 > > Apr 7 12:12:07 ppp[572]: tun0: LCP: MRU[4] 1500 > > Apr 7 12:12:07 ppp[572]: tun0: LCP: MAGICNUM[6] 0x720110f0 > > Apr 7 12:12:10 ppp[572]: tun0: LCP: deflink: SendConfigReq(1) state = > > Req-Sent > > Apr 7 12:12:10 ppp[572]: tun0: LCP: ACFCOMP[2] > > Apr 7 12:12:10 ppp[572]: tun0: LCP: PROTOCOMP[2] > > Apr 7 12:12:10 ppp[572]: tun0: LCP: ACCMAP[6] 0x00000000 > > Apr 7 12:12:10 ppp[572]: tun0: LCP: MRU[4] 1500 > > Apr 7 12:12:10 ppp[572]: tun0: LCP: MAGICNUM[6] 0x720110f0 > > Apr 7 12:12:14 ppp[572]: tun0: LCP: deflink: SendConfigReq(1) state = > > Req-Sent > > Apr 7 12:12:14 ppp[572]: tun0: LCP: ACFCOMP[2] > > Apr 7 12:12:14 ppp[572]: tun0: LCP: PROTOCOMP[2] > > Apr 7 12:12:14 ppp[572]: tun0: LCP: ACCMAP[6] 0x00000000 > > Apr 7 12:12:14 ppp[572]: tun0: LCP: MRU[4] 1500 > > Apr 7 12:12:14 ppp[572]: tun0: LCP: MAGICNUM[6] 0x720110f0 > > Apr 7 12:12:17 ppp[572]: tun0: LCP: deflink: LayerFinish > > Apr 7 12:12:17 ppp[572]: tun0: LCP: deflink: State change Req-Sent --> > > Stopped > > Apr 7 12:12:17 ppp[572]: tun0: LCP: deflink: State change Stopped --> > > Closed > > Apr 7 12:12:17 ppp[572]: tun0: LCP: deflink: State change Closed --> > > Initial > > Apr 7 12:12:17 ppp[572]: tun0: Phase: deflink: Disconnected! > > Apr 7 12:12:17 ppp[572]: tun0: Phase: deflink: lcp -> logout > > Apr 7 12:12:17 ppp[572]: tun0: Phase: deflink: logout -> hangup > > Apr 7 12:12:17 ppp[572]: tun0: Phase: deflink: Disconnected! > > Apr 7 12:12:17 ppp[572]: tun0: Phase: deflink: Connect time: 50 secs: > > 3021 octets in, 275 octets out > > Apr 7 12:12:17 ppp[572]: tun0: Phase: deflink: : 140 packets in, 5 > > packets out > > Apr 7 12:12:17 ppp[572]: tun0: Phase: total 65 bytes/sec, peak 332 > > bytes/sec on Sat Apr 7 12:12:17 2001 > > Apr 7 12:12:17 ppp[572]: tun0: Phase: deflink: hangup -> closed > > Apr 7 12:12:17 ppp[572]: tun0: Phase: bundle: Dead > > > > > > Sorry about that huge thing if it offends. I am now going to include my > > ppp.conf file. Perhaps there is something that I need to add to it, but > > I have tried setting the mode to active or passive to no avail. > > > > default: > > ident user-ppp VERSION (built COMPILATIONDATE) > > > > # Ensure that "device" references the correct serial port > > # for your modem. (cuaa0 = COM1, cuaa1 = COM2) > > # > > set device /dev/cuaa3 > > > > set log Phase Chat Connect LCP IPCP CCP tun command > > set speed 115200 > > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ > > \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" > > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 > > set timeout 120 # 3 mintue idle timer (the > > default) > > add default HISADDR # Add a (sticky) default route > > enable dns # request DNS info (for > > resolv.conf) > > > > myprovider: > > set phone 8354543 > > set login "ABORT NO\\sCARRIER TIMEOUT 120 name:-\\r-name: xxx word: xxx > > \> ppp" > > > > > > > > Well, that's all of that. Thanks for any help that you can send, > > > > Jon Collis > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > -- > Real Users hate Real Programmers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 1:43:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailin6.bigpond.com (juicer03.bigpond.com [139.134.6.79]) by hub.freebsd.org (Postfix) with ESMTP id DEC1337B424 for ; Sun, 8 Apr 2001 01:43:48 -0700 (PDT) (envelope-from dannyho@bigpond.net.au) Received: from freebsd.freebsd.org ([139.134.4.55]) by mailin6.bigpond.com (Netscape Messaging Server 4.15) with SMTP id GBGTTE00.EOH; Sun, 8 Apr 2001 18:48:50 +1000 Received: from CPE-203-45-68-28.nsw.bigpond.net.au ([203.45.68.28]) by mail4.bigpond.com (Claudes-Swaying-MailRouter V2.9c 7/16769226); 08 Apr 2001 18:43:33 From: Danny To: Jeff Kornuta , Jeff Kornuta , freebsd-questions@FreeBSD.ORG Subject: Re: su root? Date: Sun, 8 Apr 2001 19:37:21 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <20010408041545.A88544@c341449-a.btnrug1.la.home.com> MIME-Version: 1.0 Message-Id: <01040819385400.00314@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You have to be in the wheel group like so: drwxr-xr-x 9 dannyho wheel However, you can try installing sudo ? On Sun, 08 Apr 2001, Jeff Kornuta wrote: > I am new to freebsd but not to UNIX. How would I su root under a > normal user? Every time I try to su , it says that I am not in the > right group. What do I do? -Jeff > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 1:47:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailin7.bigpond.com (juicer38.bigpond.com [139.134.6.95]) by hub.freebsd.org (Postfix) with ESMTP id 8394037B423 for ; Sun, 8 Apr 2001 01:47:40 -0700 (PDT) (envelope-from dannyho@bigpond.net.au) Received: from freebsd.freebsd.org ([139.134.4.55]) by mailin7.bigpond.com (Netscape Messaging Server 4.15) with SMTP id GBGTZU00.18Z; Sun, 8 Apr 2001 18:52:42 +1000 Received: from CPE-203-45-68-28.nsw.bigpond.net.au ([203.45.68.28]) by mail4.bigpond.com (Claudes-Equine-MailRouter V2.9c 7/16770479); 08 Apr 2001 18:47:25 From: Danny To: "Matthew King" , Subject: Re: Printer srever Date: Sun, 8 Apr 2001 19:40:18 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <000801c0bfd1$dc7be0f0$0200a8c0@win2kbox> MIME-Version: 1.0 Message-Id: <01040819424601.00314@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you are planning to use Windows as your desktop and BSD as your print server You need to install Samba You need to install apsfilter Carefully, look at www.samba.org for more detail. On Sun, 08 Apr 2001, Matthew King wrote: > >%_Hello, > can you please tell me where i can read up on how to install a printer server? > > Matthew > ---------------------------------------- Content-Type: text/html; name="unnamed" Content-Transfer-Encoding: quoted-printable Content-Description: ---------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 2:22:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from charlie.callgtn.com (charlie.callgtn.com [209.47.57.82]) by hub.freebsd.org (Postfix) with ESMTP id B48DD37B423 for ; Sun, 8 Apr 2001 02:22:35 -0700 (PDT) (envelope-from erothwell@callgtn.com) Received: from callgtn.com [24.114.251.145] by charlie.callgtn.com with ESMTP (SMTPD32-6.06) id ADC770B0144; Sun, 08 Apr 2001 05:22:15 -0400 Message-ID: <3AD02DCF.DF768D70@callgtn.com> Date: Sun, 08 Apr 2001 05:22:23 -0400 From: Erik Rothwell Reply-To: erothwell@callgtn.com Organization: xxxxx xxxxxxxxxxxxx xxxx X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: michael@tenzo.com, freebsd-questions@freebsd.org Subject: Re: A Mystery: How to deinstall XFree86? References: <01040720521500.01793@pravda.tenzo.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Michael O'Henly wrote: > > Hi... > > I've installed "All" of FreeBSD 4.2 which included XFree86-3.3.6_4. My > intention is to use XFree86-4.0.3 (with KDE 2), so one of my first tasks is > to remove the older version of XFree86. > > I've been told that I can install XFree86-4 on top of 3.3.6 -- but I'm a > contrary kinda guy and I would feel better knowing that I'd removed the > countless bits and pieces of the previous version first. > > So...here's my question... > > Why doesn't going to /usr/ports/x11/XFree86 and entering "make deinstall" do > what I want? Instead I get a message saying that XFree86-3.3.6_4 is not > installed. Same thing when I do "pkg_delete XFree86-3.3.6_4". (I also tried > every variation on the name I could think of.) > > Either 4.2 installs a _different_ version of XFree86 than it's placed in the > default ports collection -- or I'm simply not using the right command to > remove it. > > Can you shed some light? > > Thanks! > I had the same "problem." I don't think the 4.2-RELEASE installer registers XFree86 in the package system when X is installed out-of-the-box. The entire installation is under /usr/X11R6 by default, though, so you can always rm -Rf that ;) (unless you're upgrading or somesuch and don't want to reinstall all your apps...) Cheers, Erik. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 3: 4:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.websitefactory.net (ns1.websitefactory.net [208.26.83.130]) by hub.freebsd.org (Postfix) with ESMTP id 87AF037B422 for ; Sun, 8 Apr 2001 03:04:21 -0700 (PDT) (envelope-from jweaver@accountsupport.com) Received: from workstation-30.websitefactory.net (workstation-30.websitefactory.net [208.26.78.30]) by ns1.websitefactory.net (Postfix) with ESMTP id 685D0AF6C9; Sun, 8 Apr 2001 06:07:02 -0400 (EDT) Date: Sun, 08 Apr 2001 07:04:32 -0400 From: Jonathan Weaver To: freebsd-questions@freebsd.org Subject: Volume problem on Maestro-2E (Diamond MX400) soundcard Message-ID: <3165962109.986713472@localhost> X-Mailer: Mulberry/2.0.0 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG pcm lists chipset as ESS Technology Mastro-2E. It's a Diamond Monster MX400 soundcard. The box is a recent -current snapshot, but the driver is the same as in 4.2+ I have all relevant mixer settings at 100:100 I can BARELY hear audio playing when I stick my speakers at MAX volume. Under Win2k max volume would probably blow out my speakers. Any ideas on how to make the volume work normally? 100:100 should be more than enough to keep my speakers on a low setting. Willing to try, and awaiting the reply. = Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 4: 3:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from earth.inco.com.lb (earth.inco.com.lb [193.188.135.5]) by hub.freebsd.org (Postfix) with ESMTP id 1634A37B423; Sun, 8 Apr 2001 04:03:36 -0700 (PDT) (envelope-from djt2000@inco.com.lb) Received: from oxygen ([194.126.27.95]) by earth.inco.com.lb (8.11.1/8.11.1) with SMTP id f38B56K04452; Sun, 8 Apr 2001 09:05:07 -0200 (GMT) Message-ID: <000a01c0bff3$a8edf8a0$0fcaa8c0@oxygen> From: "SOUEID Toni" To: , Subject: X Server refuses to start Date: Sun, 8 Apr 2001 08:17:56 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a Pentium 200 MHZ with a Cirrus Logic 5430 Card. When I configure my X-server during the installation I manage to get my X-Server Running. But When I type startx after rebooting I get the following message SVGA : no such mode "640*480" Can anyone help me please ? my email is djt2000@inco.com.lb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 4:22:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12807.mail.yahoo.com (web12807.mail.yahoo.com [216.136.174.42]) by hub.freebsd.org (Postfix) with SMTP id D4F5137B422 for ; Sun, 8 Apr 2001 04:22:35 -0700 (PDT) (envelope-from swliucn@yahoo.com) Message-ID: <20010408112235.35017.qmail@web12807.mail.yahoo.com> Received: from [202.98.16.1] by web12807.mail.yahoo.com; Sun, 08 Apr 2001 04:22:35 PDT Date: Sun, 8 Apr 2001 04:22:35 -0700 (PDT) From: Liu Siwei Subject: why the CTM? To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG why the CTM source doesn't update from March 12? src-4 and src-cur and ...??? __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 4:33:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cliff.mfn.org (cliff.mfn.org [204.238.179.8]) by hub.freebsd.org (Postfix) with ESMTP id C3B4C37B422 for ; Sun, 8 Apr 2001 04:33:10 -0700 (PDT) (envelope-from measl@mfn.org) Received: from greeves.mfn.org (greeves.mfn.org [204.238.179.3]) by cliff.mfn.org (8.11.1/8.9.3) with ESMTP id f38BWxj37984 for ; Sun, 8 Apr 2001 06:33:00 -0500 (CDT) (envelope-from measl@mfn.org) Date: Sun, 8 Apr 2001 06:32:59 -0500 (CDT) From: To: freebsd-questions@freebsd.org Subject: Limit to # of IDE drives? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Good Morning, I am having difficulty in going over 6 IDE drives: I don't seem to be able to "configure" the devices (according to the error messages). The system has three PCI IDE controllers, each with 2 channels. Although all of the cards are recognized on boot probes, and although every drive seems to function if I remove one other drive (resulting in that magical number 6 again), I seem unable to get the seventh (or eight, etc.) IDE drive to work. I know this is not an issue with SCSI, as this very same box is sporting 28 SCSI drives at the same time. Is this a "hard" IDE limit, or is there some way to go around it? Thanks! -- Yours, J.A. Terranson sysadmin@mfn.org If Governments really want us to behave like civilized human beings, they should give serious consideration towards setting a better example: Ruling by force, rather than consensus; the unrestrained application of unjust laws (which the victim-populations were never allowed input on in the first place); the State policy of justice only for the rich and elected; the intentional abuse and occassionally destruction of entire populations merely to distract an already apathetic and numb electorate... This type of demogoguery must surely wipe out the fascist United States as surely as it wiped out the fascist Union of Soviet Socialist Republics. The views expressed here are mine, and NOT those of my employers, associates, or others. Besides, if it *were* the opinion of all of those people, I doubt there would be a problem to bitch about in the first place... -------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 4:35:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tungsten.btinternet.com (tungsten.btinternet.com [194.73.73.81]) by hub.freebsd.org (Postfix) with ESMTP id 8486537B424 for ; Sun, 8 Apr 2001 04:35:47 -0700 (PDT) (envelope-from birminghamweb@freeuk.com) Received: from [62.7.106.245] (helo=host62-7-106-245.btinternet.com) by tungsten.btinternet.com with esmtp (Exim 3.03 #83) id 14mDTt-0002v1-00 for freebsd-questions@freebsd.org; Sun, 08 Apr 2001 12:35:46 +0100 Date: Sun, 8 Apr 2001 12:35:40 +0100 (BST) From: Andrew McKay X-Sender: birminghamweb@fluoxetine.openirc.co.uk To: freebsd-questions@freebsd.org Subject: Re: nfs and cp problem: file system full In-Reply-To: <386533544.20010408160727@yahoo.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > /: write failed, file system full I'm no expert on copying ports via nfs but this line suggests to me that your file system is full. In real terms this means that there is insufficient disk space on your nfs client to store the data that you are trying to store. In other words, the file system is full. Unfortunately FreeBSD doesn't have a dusty old barn which visiting data may use when there's no room at the inn (except maybe /dev/null) so you are left with two choices: a) Make room. Kick out old forgotten data to make way for this new incoming data that you wish to cherish and love. b) Store the data elsewhere. I don't know anything about your computer's partitioning so I don't know how possble this is but you may be able to copy the data to a different partition on the box where there is room. The output of df -h should be enough to determine this. Hope this helps, Andy *************************************** Andrew McKay Located near Birmingham, England Catalogue available on request *************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 7: 0:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb2-a.mail.utexas.edu [128.83.126.136]) by hub.freebsd.org (Postfix) with SMTP id 56BF137B424 for ; Sun, 8 Apr 2001 07:00:18 -0700 (PDT) (envelope-from oscars@mail.utexas.edu) Received: (qmail 9819 invoked by uid 0); 8 Apr 2001 14:00:15 -0000 Received: from dhcp-199-210.dsl.utexas.edu (HELO osilva-home.mail.utexas.edu) (128.83.199.210) by umbs-smtp-2 with SMTP; 8 Apr 2001 14:00:15 -0000 Message-Id: <5.0.2.1.2.20010408090115.00a3cac0@mail.utexas.edu> X-Sender: oscars@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Sun, 08 Apr 2001 09:05:48 -0500 To: questions@freebsd.org From: Oscar Ricardo Silva Subject: Available open files? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm not sure if this is an issue with FreeBSD (running version 4.0) or with the software I'm trying to run: djbdns-1.05. In running the dnscache portion of djbdns, I'm getting the following in the log files: 2001-04-08 05:08:25.868590500 drop 212681 process cannot open more files 2001-04-08 05:08:25.870189500 query 212682 80534550:0406:cc0b 12 2001-04-08 05:08:25.870687500 drop 212682 process cannot open more files 2001-04-08 05:08:25.933129500 query 212683 8053dbab:0afa:01f4 12 2001-04-08 05:08:25.933517500 drop 212683 process cannot open more files Where can I get more information on the number of files that can be opened under FreeBSD? How can I increase this (if it's even possible)? It was also suggested to check whether the account I'm running the software under has permissions to open x amount of files, in this case x being 1000. Any information would be appreciated. Oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 7:37:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 1F2B437B424 for ; Sun, 8 Apr 2001 07:37:16 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 58871 invoked by uid 100); 8 Apr 2001 14:37:15 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15056.30619.213558.966987@guru.mired.org> Date: Sun, 8 Apr 2001 09:37:15 -0500 To: "Ted Mittelstaedt" Cc: questions@freebsd.org Subject: RE: BSDi Acquired by Embedded Computing Firm Wind River In-Reply-To: <114947099@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ted Mittelstaedt types: > So, what happens when someone with a e-machines system with a winmodem, > a bunch of usb peripherals, a crappy monitor and video card goes and > tries to load FreeBSD? Well, their chances of success are lower than if > they tried loading, say, Windows ME. This is because ME has to be designed > to run on that absolute junk hardware - because that's the target market > Microsoft is shooting for. I would change the emphasis on that last bit. ME wasn't designed to run on absolute junk hardware. It was designed to run the Win9X drivers that the vendor of that absolute junk hardware wrote. The end result is the same - it runs on absolute junk hardware. The difference is that MS doesn't pay the price for making absolute junk hardware work, the hardware vendors do. If every absolute junk hardware vendor wrote FreeBSD drivers for their hardware, it would make FreeBSD much more usable on the desktop. It would also take much longer to make major changes to the driver API. I think MS finally got rid of DOS mode driver support in WinME - meaning it took 5 years. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 7:44:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id A60BF37B423 for ; Sun, 8 Apr 2001 07:44:20 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 59030 invoked by uid 100); 8 Apr 2001 14:44:20 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15056.31044.96128.388188@guru.mired.org> Date: Sun, 8 Apr 2001 09:44:20 -0500 To: Aman Sharma Cc: questions@freebsd.org Subject: Re: libc.so.5 In-Reply-To: <33076398@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Aman Sharma types: > i downloaded some software from ftp://ftp.freebsd.org > that was for freebsd5.0. > i'm running version 4.1 and very obviously the > software wanted libc.so.5 . i'm unable to find this > library online as libc.so.4 won't work. These are all true. Did you have a question? http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 7:52:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web10005.mail.yahoo.com (web10005.mail.yahoo.com [216.136.130.41]) by hub.freebsd.org (Postfix) with SMTP id 9DFBD37B422 for ; Sun, 8 Apr 2001 07:52:10 -0700 (PDT) (envelope-from wiley_150@yahoo.com) Message-ID: <20010408145210.82244.qmail@web10005.mail.yahoo.com> Received: from [64.163.217.242] by web10005.mail.yahoo.com; Sun, 08 Apr 2001 07:52:10 PDT Date: Sun, 8 Apr 2001 07:52:10 -0700 (PDT) From: kathy wiley Subject: apache+php-1.3.12+4.0b3 +mysql To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I think this is a simple question. I just switched over from RHLinus to FreeBSD and am trying to get my Apache + PHP + MySQL setup back up and running. I installed the apache+php-1.3.12+4.0b3 port, but do not seem to have the connection from php to mysql. I saw a posting regarding this that mentions selecting mysql support in the configuration menu of apache13-php. How do I select mysql support in the configuration menu of apache13-php3? When does this config menu come up? Or is this referring to apache.conf? Is this something I can do after the install of the port (run the configure script with options for mysql) or do I have to re-install the port? Thanks, __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 7:52:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp011.mail.yahoo.com (smtp011.mail.yahoo.com [216.136.173.31]) by hub.freebsd.org (Postfix) with SMTP id 9D89937B424 for ; Sun, 8 Apr 2001 07:52:50 -0700 (PDT) (envelope-from bsd140870@yahoo.co.uk) Received: from unknown (HELO as2.kptn.org) (203.106.174.237) by smtp.mail.vip.sc5.yahoo.com with SMTP; 8 Apr 2001 14:52:48 -0000 X-Apparently-From: Date: Sun, 8 Apr 2001 22:48:41 +0800 From: bsd140870 X-Mailer: The Bat! (v1.52 Beta/1) Reply-To: bsd140870 Organization: n/a X-Priority: 3 (Normal) Message-ID: <5930607451.20010408224841@yahoo.co.uk> To: FreeBSD Questions Subject: Re[2]: nfs and cp problem: file system full In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sunday, April 08, 2001, 07:35:40 PM, you wrote: i knew that i pushed the send button too soon :) i am currently running 4.3-RC and just made world 2 days ago. nfs server has a 2gb ide hdd w/ so: Filesystem Size Used Avail Capacity Mounted on /dev/ad0s1a 77M 55M 17M 77% / /dev/ad0s1e 77M 19M 52M 27% /home /dev/ad0s1g 2.0G 977M 932M 51% /usr /dev/ad0s1f 77M 12M 60M 16% /var procfs 4.0K 4.0K 0B 100% /proc i cannot give you the exact details of the client as its not here. but roughly, it has the same partition/slices as the nfs server and is an 8gb seagate ide hdd and is looks something like this: 128M = / 128M = /home 128M = /var 128M = swap the rest = /usr so, i dont think that the the system is full or am i wrong to think so? >> /: write failed, file system full AM> I'm no expert on copying ports via nfs but this line suggests to me that AM> your file system is full. In real terms this means that there is AM> insufficient disk space on your nfs client to store the data that you are AM> trying to store. In other words, the file system is full. Unfortunately AM> FreeBSD doesn't have a dusty old barn which visiting data may use when AM> there's no room at the inn (except maybe /dev/null) so you are left with AM> two choices: AM> a) Make room. Kick out old forgotten data to make way for this new AM> incoming data that you wish to cherish and love. AM> b) Store the data elsewhere. I don't know anything about your computer's AM> partitioning so I don't know how possble this is but you may be able to AM> copy the data to a different partition on the box where there is room. The AM> output of df -h should be enough to determine this. AM> Hope this helps, AM> Andy AM> *************************************** AM> Andrew McKay AM> Located near Birmingham, England AM> Catalogue available on request AM> *************************************** AM> To Unsubscribe: send mail to majordomo@FreeBSD.org AM> with "unsubscribe freebsd-questions" in the body of the message -- bsd140870 mailto:bsd140870@yahoo.co.uk _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 7:55:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cx344940-a.meta1.la.home.com (cx344940-a.meta1.la.home.com [24.6.21.74]) by hub.freebsd.org (Postfix) with ESMTP id CA39737B423 for ; Sun, 8 Apr 2001 07:55:47 -0700 (PDT) (envelope-from conrads@cx344940-a.meta1.la.home.com) Received: (from conrads@localhost) by cx344940-a.meta1.la.home.com (8.11.3/8.11.3) id f38F1WD87762; Sun, 8 Apr 2001 10:01:32 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.4.7 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010408021044.B60431@cec.wustl.edu> Date: Sun, 08 Apr 2001 10:01:32 -0500 (CDT) Organization: @Home Network From: Conrad Sabatier To: Andrew Hesford Subject: Re: burncd audio problems Cc: freebsd-questions@FreeBSD.ORG, Graywane Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 08-Apr-2001 Andrew Hesford wrote: > On Sat, Apr 07, 2001 at 10:34:57PM -0400, Graywane wrote: >> I am having no problems writing data CD's with /usr/sbin/burncd on my ATAPI >> PLEXTOR CD-R PX-W1210A. However, I can't seem to write a good audio CD. >> Using cdda2wav I can get descent wav files but extracting in raw format and >> then burning to the CD results in garbage. >> >> What am I doing wrong? > > Welcome to the club. I don't think you are doing anything wrong, I have > the same error. When i attempt to burn audio CDs, it tell me it is > writing -1 of XXXXX bytes, and quits. The problem is not in the data > stream, because burning a data CD using the same WAV file works just > fine. Recently, someone mentioned that the "cure" for this is to be sure to use the -s switch to burncd, with a speed setting suitable for your drive. > I'm not sure where the problem is. I used to burn audio CDs with Linux's > ide-scsi emulation layer and cdrecord, with no problems. Really, did you *have* to mention that? :-) -- Conrad Sabatier conrads@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 8: 6:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shell.bchosting.com (shell.bchosting.com [64.69.68.35]) by hub.freebsd.org (Postfix) with ESMTP id DE58F37B423 for ; Sun, 8 Apr 2001 08:06:11 -0700 (PDT) (envelope-from chris@selkie.org) Received: from localhost (chris@localhost) by shell.bchosting.com (8.11.0/8.11.0) with ESMTP id f38F6Aw50737; Sun, 8 Apr 2001 08:06:10 -0700 (PDT) (envelope-from chris@selkie.org) X-Authentication-Warning: shell.bchosting.com: chris owned process doing -bs Date: Sun, 8 Apr 2001 08:06:10 -0700 (PDT) From: Chris Phillips X-Sender: chris@shell.bchosting.com To: kathy wiley Cc: freebsd-questions@FreeBSD.ORG Subject: Re: apache+php-1.3.12+4.0b3 +mysql In-Reply-To: <20010408145210.82244.qmail@web10005.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To get the best results in configuring software, do not install from the ports. All the software you are looking are available at the following sites. www.apache.org www.php.net www.mysql.com There is a cheat sheet on devshed.com that will help you. The URL for that is http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/ Good luck. On Sun, 8 Apr 2001, kathy wiley wrote: > Hi, > > I think this is a simple question. I just switched > over from RHLinus to FreeBSD and am trying to get my > Apache + PHP + MySQL setup back up and running. > > I installed the apache+php-1.3.12+4.0b3 port, but do > not seem to have the connection from php to mysql. I > saw a posting regarding this that mentions selecting > mysql support in the configuration menu of > apache13-php. > > How do I select mysql support in the configuration > menu of apache13-php3? > > When does this config menu come up? Or is this > referring to apache.conf? Is this something I can do > after the install of the port (run the configure > script with options for mysql) or do I have to > re-install the port? > > > > > Thanks, > > > > __________________________________________________ > Do You Yahoo!? > Get email at your own domain with Yahoo! Mail. > http://personal.mail.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 8:32:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gadolinium.btinternet.com (gadolinium.btinternet.com [194.73.73.111]) by hub.freebsd.org (Postfix) with ESMTP id 8197037B43F for ; Sun, 8 Apr 2001 08:32:53 -0700 (PDT) (envelope-from birminghamweb@freeuk.com) Received: from [213.1.190.243] (helo=host213-1-190-243.btinternet.com) by gadolinium.btinternet.com with esmtp (Exim 3.03 #83) id 14mHB4-0006Zn-00; Sun, 08 Apr 2001 16:32:34 +0100 Date: Sun, 8 Apr 2001 16:32:46 +0100 (BST) From: Andrew McKay X-Sender: birminghamweb@fluoxetine.openirc.co.uk To: bsd140870 Cc: FreeBSD Questions Subject: Re: Re[2]: nfs and cp problem: file system full In-Reply-To: <5930607451.20010408224841@yahoo.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You are correct, the client shouldn't run out of space. All things being equal then /usr should have more than enough space for ports. Which confused me for a while...until I read your original post again a few times. I think I might have nailed it this time...here goes... > p200(as1) as an nfs server and duron650(as3) as an nfs client. nfs > mounts ok w/ no problems. > > mount as1:/usr/ports /portstmp Assuming you're executing this command on the client (as3) then that should mount the server's /usr/ports as /portstmp, correct? > cp -R /usr/ports/* /portstmp Also assuming you execute this on the client (as3) then that looks to me like you're trying to copy everything from the client's /usr/ports/ directory into /portstmp (which is an nfs mount of the ports collection on as1). If this is the case then I suspect this isn't what you want to do and is the reason you are running out of space. First off you will probably want to kick yourself (I always find it helps to kick oneself at times like this...and trust me when I say that everybody on this list has made this kind of mistake many times before) Once that's done, what I would do, as this will probably have damaged the ports collection on as1, would be to rm -rf * in /usr/ports on the client (as3) cvsup the ports on the server (as1) and then execute: mount as1:/usr/ports /portstmp cp -R /portstmp/* /usr/ports on the client (as3). My apologies for not spotting this earlier. Hope this helps. Andy *************************************** Andrew McKay Located near Birmingham, England Catalogue available on request *************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 8:34: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pravda.tenzo.net (h24-69-46-74.gv.shawcable.net [24.69.46.74]) by hub.freebsd.org (Postfix) with ESMTP id 262AF37B61E for ; Sun, 8 Apr 2001 08:33:56 -0700 (PDT) (envelope-from michael@tenzo.com) Received: from pravda.tenzo.net (localhost.localdomain [127.0.0.1]) by pravda.tenzo.net (Postfix) with SMTP id 6D7D23E6F; Sun, 8 Apr 2001 08:33:58 -0700 (PDT) Content-Type: text/plain; charset="iso-8859-1" From: Michael O'Henly Reply-To: michael@tenzo.com Organization: TENZO Design To: freebsd-questions@FreeBSD.ORG Subject: Re: apache+php-1.3.12+4.0b3 +mysql Date: Sun, 8 Apr 2001 08:33:58 -0700 X-Mailer: KMail [version 1.2] References: In-Reply-To: Cc: Chris Phillips MIME-Version: 1.0 Message-Id: <01040808335800.12658@pravda.tenzo.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG That's a really good article! Thanks for posting this. M. On Sunday 08 April 2001 08:06, Chris Phillips wrote: [...] > There is a cheat sheet on devshed.com that will help you. The URL for > that is http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/ -- Michael O'Henly TENZO Design To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 8:58:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f123.pav1.hotmail.com [64.4.31.123]) by hub.freebsd.org (Postfix) with ESMTP id 9258537B422 for ; Sun, 8 Apr 2001 08:58:42 -0700 (PDT) (envelope-from netalchemist@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 8 Apr 2001 08:58:41 -0700 Received: from 209.204.91.164 by pv1fd.pav1.hotmail.msn.com with HTTP; Sun, 08 Apr 2001 15:58:41 GMT X-Originating-IP: [209.204.91.164] Reply-To: kam@salsolutions.net From: "Kam Salisbury" To: freebsd-questions@freebsd.org Subject: Vinum volume restore help? Date: Sun, 08 Apr 2001 15:58:41 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 08 Apr 2001 15:58:41.0783 (UTC) FILETIME=[C8570870:01C0C044] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, I admit my cavalier attitude may have gotten me into more trouble than a command shell can fix this time. I saved my configuration files for my vinum mirror and installed a new root file system (ad4) 10GB. The vinum mirror is on ad6 and ad7, both 20GB drives. I can restore my vinum.conf but cannot figure out how to get the vinum mirror back. I am reluctant to issue a "newfs..." command like what is found in the instructions at freebsddiary.org (how I made my mirror in the first place) "Any" help or even an admonishment is helpful and appreciated as there is about 7GB of data on that mirror which is now backed up. I know, I know... I am not looking good because of the lack of a backup for the data. I blame this on my click-n-play NT background where you can just break the mirror and re-create it again. Problem is, I am so unfamiliar with vinum I am afraid to issue commands in the man pages that say "for emergency use only" Help? Kam Salisbury Network Alchemist http://www.salsolutions.net/ PS. Yes, I should have known better and promise to never do this particuliar foolery again... :[ _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 9:27:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail8.sdc1.sfba.home.com (femail8.sdc1.sfba.home.com [24.0.95.88]) by hub.freebsd.org (Postfix) with ESMTP id DFC0D37B422 for ; Sun, 8 Apr 2001 09:27:30 -0700 (PDT) (envelope-from graywane@home.com) Received: from cg392862-a.adubn1.nj.home.com ([65.2.79.221]) by femail8.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010408162730.GIPZ26721.femail8.sdc1.sfba.home.com@cg392862-a.adubn1.nj.home.com>; Sun, 8 Apr 2001 09:27:30 -0700 Received: (from graywane@localhost) by cg392862-a.adubn1.nj.home.com (8.11.3/8.11.3) id f38GRTW86178; Sun, 8 Apr 2001 12:27:29 -0400 (EDT) (envelope-from graywane) Date: Sun, 8 Apr 2001 12:27:29 -0400 From: Graywane To: Conrad Sabatier Cc: Andrew Hesford , freebsd-questions@FreeBSD.ORG Subject: Re: burncd audio problems Message-ID: <20010408122729.A85329@home.com> References: <20010408021044.B60431@cec.wustl.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from conrads@home.com on Sun, Apr 08, 2001 at 10:01:32AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 08, 2001 at 10:01:32AM -0500, Conrad Sabatier wrote: > Recently, someone mentioned that the "cure" for this is to be sure to use= the > -s switch to burncd, with a speed setting suitable for your drive. I was using "-s 12" which works fine for writing my data Cd's. --=20 Note: See http://www.members.home.net/graywane/ for PGP information. --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjrQkXEACgkQeHdFaBWUGN1y7gCfa7TlgS6U6JH63jbuYbZJ+EEP 4x4AnAo5ZbRNtZwXD/OwnLi4yqy0Sbia =OYum -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 9:54:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by hub.freebsd.org (Postfix) with SMTP id 2810837B422 for ; Sun, 8 Apr 2001 09:54:43 -0700 (PDT) (envelope-from bsd140870@yahoo.co.uk) Received: from unknown (HELO as2.kptn.org) (203.106.174.237) by smtp.mail.vip.sc5.yahoo.com with SMTP; 8 Apr 2001 16:54:41 -0000 X-Apparently-From: Date: Mon, 9 Apr 2001 00:53:40 +0800 From: bsd140870 X-Mailer: The Bat! (v1.52 Beta/1) Reply-To: bsd140870 Organization: n/a X-Priority: 3 (Normal) Message-ID: <18438106924.20010409005340@yahoo.co.uk> To: FreeBSD Questions Subject: Re[4]: nfs and cp problem: file system full In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sunday, April 08, 2001, 11:32:46 PM, you wrote: AM> You are correct, the client shouldn't run out of space. All things being AM> equal then /usr should have more than enough space for ports. Which AM> confused me for a while...until I read your original post again a few AM> times. I think I might have nailed it this time...here goes... >> p200(as1) as an nfs server and duron650(as3) as an nfs client. nfs >> mounts ok w/ no problems. >> >> mount as1:/usr/ports /portstmp wrong. my apologies. that should've been: mount as1:/usr/ports /usr/ports since there is nothing in /usr/ports on the client (as3). AM> Assuming you're executing this command on the client (as3) then that AM> should mount the server's /usr/ports as /portstmp, correct? >> cp -R /usr/ports/* /portstmp AM> Also assuming you execute this on the client (as3) then that looks to me AM> like you're trying to copy everything from the client's /usr/ports/ AM> directory into /portstmp (which is an nfs mount of the ports collection on AM> as1). If this is the case then I suspect this isn't what you want to do AM> and is the reason you are running out of space. AM> First off you will probably want to kick yourself (I always find it helps AM> to kick oneself at times like this...and trust me when I say that AM> everybody on this list has made this kind of mistake many times before) it is so true :) again, my mistake. AM> Once that's done, what I would do, as this will probably have damaged the AM> ports collection on as1, would be to rm -rf * in /usr/ports on the AM> client (as3) cvsup the ports on the server (as1) and then execute: AM> mount as1:/usr/ports /portstmp AM> cp -R /portstmp/* /usr/ports AM> on the client (as3). AM> My apologies for not spotting this earlier. Hope this helps. AM> Andy AM> *************************************** AM> Andrew McKay AM> Located near Birmingham, England AM> Catalogue available on request AM> *************************************** -- bsd140870 mailto:bsd140870@yahoo.co.uk _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 10: 4:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmod.ath.cx (CC2-1242.charter-stl.com [24.217.116.226]) by hub.freebsd.org (Postfix) with ESMTP id 5186B37B422 for ; Sun, 8 Apr 2001 10:04:37 -0700 (PDT) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id 71FFDA91E; Sun, 8 Apr 2001 12:03:39 -0500 (CDT) Date: Sun, 8 Apr 2001 12:03:39 -0500 From: Andrew Hesford To: Conrad Sabatier Cc: Andrew Hesford , freebsd-questions@FreeBSD.ORG, Graywane Subject: Re: burncd audio problems Message-ID: <20010408120339.A61592@cec.wustl.edu> References: <20010408021044.B60431@cec.wustl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from conrads@home.com on Sun, Apr 08, 2001 at 10:01:32AM -0500 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Apr 08, 2001 at 10:01:32AM -0500, Conrad Sabatier wrote: > > Welcome to the club. I don't think you are doing anything wrong, I have > > the same error. When i attempt to burn audio CDs, it tell me it is > > writing -1 of XXXXX bytes, and quits. The problem is not in the data > > stream, because burning a data CD using the same WAV file works just > > fine. > > Recently, someone mentioned that the "cure" for this is to be sure to use the > -s switch to burncd, with a speed setting suitable for your drive. I have an 8x drive, and I've tried -s settings of 1, 2, 4 and 8 to no avail. > > I'm not sure where the problem is. I used to burn audio CDs with Linux's > > ide-scsi emulation layer and cdrecord, with no problems. > > Really, did you *have* to mention that? :-) I wasn't trying to start a flame war, I'm just saying that I'm certain the problem isn't with my hardware, it's probably a limitation of burncd. -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 10:17:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail2.rdc1.on.home.com (femail2.rdc1.on.home.com [24.2.9.89]) by hub.freebsd.org (Postfix) with ESMTP id 63F3A37B423 for ; Sun, 8 Apr 2001 10:17:14 -0700 (PDT) (envelope-from stonekham14@home.com) Received: from [24.43.189.62] by femail2.rdc1.on.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010408171701.KUHW22768.femail2.rdc1.on.home.com@[24.43.189.62]> for ; Sun, 8 Apr 2001 10:17:01 -0700 Reply-To: S.Tonekham From: stonekham14@home.com To: freebsd-questions@FreeBSD.ORG Cc: Subject: System Requirements Date: 08 Apr 2001 13:16:38 -0500 X-Mailer: NeoPlanet Version: 5.2.0.1704 X-ID: A429CBE0F14F11D4A3F10080C6EAC088 X-Brand: NeoPlanet X-Build: 1704 Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="X-X-X-X-X-X--NeoPlanet-MIME-TEXTandHTML--X-X-X-X-X-X-X1082742-X-X" Message-Id: <20010408171701.KUHW22768.femail2.rdc1.on.home.com@[24.43.189.62]> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --X-X-X-X-X-X--NeoPlanet-MIME-TEXTandHTML--X-X-X-X-X-X-X1082742-X-X Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding:7bit Dear Sir/Madam, Do you what are the system requirements to qualify for installing FreeBSD (i.e. Processor speed, RAM, HD Space, etc.)? If you have any idea, please let me know ASAP. Although this is my very first time about FreeBSD, can you at least tell me more about the operating system and what versions are availible? Also are they any hardware supported in this operating system? If you have any idea, please let me know ASAP. Thank you :-) Sincerely, Simon Tonekham Download NeoPlanet at http://www.neoplanet.com --X-X-X-X-X-X--NeoPlanet-MIME-TEXTandHTML--X-X-X-X-X-X-X1082742-X-X Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding:7bit Dear Sir/Madam,

Do you what are the system requirements to qualify for installing FreeBSD (i.e. Processor 
speed, RAM, HD Space, etc.)? If you have any idea, please let me know ASAP. Although 
this is my very first time about FreeBSD, can you at least tell me more about the operating 
system and what versions are availible? Also are they any hardware supported in this 
operating system? If you have any idea, please let me know ASAP. Thank you :-)
Sincerely,

Simon Tonekham


Download NeoPlanet at http://www.neoplanet.com --X-X-X-X-X-X--NeoPlanet-MIME-TEXTandHTML--X-X-X-X-X-X-X1082742-X-X-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 10:27:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail11.sdc1.sfba.home.com (femail11.sdc1.sfba.home.com [24.0.95.107]) by hub.freebsd.org (Postfix) with ESMTP id 9E8A137B423 for ; Sun, 8 Apr 2001 10:27:12 -0700 (PDT) (envelope-from penguinjedi@home.com) Received: from ghost ([65.2.79.76]) by femail11.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010408172707.MPYB18346.femail11.sdc1.sfba.home.com@ghost>; Sun, 8 Apr 2001 10:27:07 -0700 From: moses To: "S.Tonekham" , stonekham14@home.com, freebsd-questions@FreeBSD.ORG Subject: Re: System Requirements Date: Sun, 8 Apr 2001 13:26:32 -0400 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" References: <20010408171701.KUHW22768.femail2.rdc1.on.home.com@[24.43.189.62]> In-Reply-To: <20010408171701.KUHW22768.femail2.rdc1.on.home.com@[24.43.189.62]> MIME-Version: 1.0 Message-Id: <01040813263200.00811@ghost> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG you should take a look at http://www.freebsd.org/faq/faq.html. it will answer most of your questions. the main page http://www.freebsd.org also has links for newbies and an online handbook - both invaluable tools. i run it on k6/2 500's both with 128mb ram i originally installed on a celeron 400 with 64mb ram this is a VERY lean o/s. you'll love it. Welcome to Paradise On Sunday 08 April 2001 14:16, stonekham14@home.com wrote: > > Dear Sir/Madam, > > Do you what are the system requirements to qualify for installing FreeBSD > (i.e. Processor speed, RAM, HD Space, etc.)? If you have any idea, please > let me know ASAP. Although this is my very first time about FreeBSD, can > you at least tell me more about the operating system and what versions are > availible? Also are they any hardware supported in this operating system? > If you have any idea, please let me know ASAP. Thank you :-) > > Sincerely, > > Simon Tonekham > > > > Download NeoPlanet at http://www.neoplanet.com ---------------------------------------- Content-Type: text/html; charset="us-ascii"; name="Attachment: 1" Content-Transfer-Encoding: 7bit Content-Description: ---------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 10:29:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.Stanford.EDU (smtp1.Stanford.EDU [171.64.14.23]) by hub.freebsd.org (Postfix) with ESMTP id 707EC37B422 for ; Sun, 8 Apr 2001 10:29:12 -0700 (PDT) (envelope-from seyon@stanford.edu) Received: from LocalHost (DNab42a4c1.Stanford.EDU [171.66.164.193]) by smtp1.Stanford.EDU (8.11.1/8.11.1) with SMTP id f38HTAP04051 for ; Sun, 8 Apr 2001 10:29:11 -0700 (PDT) Reply-To: From: "Seyon Verdtzabella" To: Subject: Forgot Root Password Date: Sun, 8 Apr 2001 10:28:26 -0700 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 IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I installed FreeBSD 4.0 and have since forgotten the root password. Is there a way to bypass/restore the root password from the console, please help! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 10:41: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail10.sdc1.sfba.home.com (femail10.sdc1.sfba.home.com [24.0.95.106]) by hub.freebsd.org (Postfix) with ESMTP id EE9C237B42C for ; Sun, 8 Apr 2001 10:41:01 -0700 (PDT) (envelope-from graywane@home.com) Received: from cg392862-a.adubn1.nj.home.com ([65.2.79.221]) by femail10.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010408174100.FYYE7256.femail10.sdc1.sfba.home.com@cg392862-a.adubn1.nj.home.com> for ; Sun, 8 Apr 2001 10:41:00 -0700 Received: (from graywane@localhost) by cg392862-a.adubn1.nj.home.com (8.11.3/8.11.3) id f38Hexq05874 for freebsd-questions@FreeBSD.ORG; Sun, 8 Apr 2001 13:40:59 -0400 (EDT) (envelope-from graywane) Date: Sun, 8 Apr 2001 13:40:56 -0400 From: Graywane To: freebsd-questions@FreeBSD.ORG Subject: Re: System Requirements Message-ID: <20010408134056.A4996@home.com> References: <20010408171701.KUHW22768.femail2.rdc1.on.home.com@[24.43.189.62]> <01040813263200.00811@ghost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="CE+1k2dSO48ffgeK" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01040813263200.00811@ghost>; from penguinjedi@home.com on Sun, Apr 08, 2001 at 01:26:32PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 08, 2001 at 01:26:32PM -0400, moses wrote: > you should take a look at http://www.freebsd.org/faq/faq.html. it will= =20 > answer most of your questions. the main page http://www.freebsd.org also= has=20 > links for newbies and an online handbook - both invaluable tools. i run = it=20 > on k6/2 500's both with 128mb ram i originally installed on a celeron 40= 0=20 > with 64mb ram this is a VERY lean o/s. you'll love it. Welcome to Parad= ise I used to run FreeBSD on a Pentium 133 with 64 MB or ram. I used to run the Linux 1.X kernel series on a 386-40 with 20 MB of ram. Just verify that your hardware is on the supported list and give it a try. You will probably like it. --=20 Note: See http://www.members.home.net/graywane/ for PGP information. --CE+1k2dSO48ffgeK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjrQoqcACgkQeHdFaBWUGN2zjQCeI8gNKAOf+rfpF6pzhgXxal4r 4YsAnRoo4vdbG8o74ELmyso/AsmwlVgS =xoya -----END PGP SIGNATURE----- --CE+1k2dSO48ffgeK-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 10:46:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pluto.runbox.com (pluto2.runbox.com [193.71.199.74]) by hub.freebsd.org (Postfix) with ESMTP id 5F23237B423 for ; Sun, 8 Apr 2001 10:46:11 -0700 (PDT) (envelope-from teguh-k@runbox.com) Received: from localhost.localdomain ([127.0.0.1] helo=runbox.com) by pluto.runbox.com with esmtp (Exim 3.16 #2) id 14mJDW-0000g0-00; Sun, 08 Apr 2001 19:43:14 +0200 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 From: "Teguh Kurniawan" To: seyon@stanford.edu Cc: questions@freebsd.org Subject: Re:Forgot Root Password Date: Sun, 08 Apr 2001 17:43:14 GMT X-Mailer: RMM Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Reboot your FreeBSD box, and when your FreeBSD Bootstrap Loader start to co= unting down from 9 to 1 before continue to loading kernel, press Spacebar. and then type "boot -s". That means you enter FreeBSD box at single mode.= =20 when kernel ask for shell, just type Enter. and change your root password with passwd. Regards, Teguh > I installed FreeBSD 4.0 and have since forgotten the root password. > Is there a way to bypass/restore the root password from the console, plea= se > help! ----------------------------------------------- Runbox Mail Manager - www.runbox.com Free online email application To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 11: 6:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gelemna.org (cc466188-a.pinev1.in.home.com [24.17.49.208]) by hub.freebsd.org (Postfix) with ESMTP id F118637B422 for ; Sun, 8 Apr 2001 11:06:07 -0700 (PDT) (envelope-from croyle@gelemna.org) Received: (from croyle@localhost) by gelemna.org (8.11.3/8.9.3) id f38I60Q38535; Sun, 8 Apr 2001 13:06:00 -0500 (EST) (envelope-from croyle@gelemna.org) To: Cc: questions@freebsd.org Subject: Re: Forgot Root Password References: From: Don Croyle Date: 08 Apr 2001 13:06:00 -0500 Organization: Minimal at best In-Reply-To: "Seyon Verdtzabella"'s message of "Sun, 8 Apr 2001 10:28:26 -0700" Message-ID: <86n19rclmf.fsf@emerson.gelemna.org> Lines: 13 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Seyon Verdtzabella" writes: > I installed FreeBSD 4.0 and have since forgotten the root password. > Is there a way to bypass/restore the root password from the console, please > help! Ctrl-Alt-Del from the console should result in a clean shutdown and reboot. Boot single user (interrupt the countdown to the kernel boot, 'set boot_single' and 'boot'), remount / rw, mount /usr and use passwd to enter a new password for root. -- I've always wanted to be a dilettante, but I've never quite been ready to make the commitment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 11:19:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id C314337B422 for ; Sun, 8 Apr 2001 11:19:28 -0700 (PDT) (envelope-from david@www3.pacific-pages.com) Received: from d.tracker ([216.191.73.158]) by www3.pacific-pages.com (8.8.5) id MAA15030; Sun, 8 Apr 2001 12:19:04 -0600 (MDT) Received: (from david@localhost) by d.tracker (8.11.3/8.11.2) id f38IIIh42862; Sun, 8 Apr 2001 14:18:18 -0400 (EDT) (envelope-from david) Date: Sun, 8 Apr 2001 14:16:31 -0400 From: David Banning To: Jon Collis Cc: David Banning , freebsd-questions@FreeBSD.ORG Subject: Re: PPP negoatiation, LCP and immediate Disconnected! Message-ID: <20010408141630.A42809@www3.pacific-pages.com> Reply-To: David Banning References: <3ACF7DD8.7AE7B3CA@nmt.edu> <20010408002845.E36393@www3.pacific-pages.com> <3AD02066.B83D8BCE@nmt.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD02066.B83D8BCE@nmt.edu>; from jon@nmt.edu on Sun, Apr 08, 2001 at 02:25:10AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Do you have your /etc/ppp/ppp.linkup file setup? Here's mine; ondemand: delete ALL add 0 0 HISADDR What about /etc/hosts? Here's mine - 127.0.0.1 localhost # localhost.my.domain myname.my.domain 10.0.0.1 d.tracker Beyond that, I'm sorry - I've had my own similar problems and spent countless hours of trial and error - but it finally paid off - don't give up! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 11:25:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pluto.runbox.com (pluto2.runbox.com [193.71.199.74]) by hub.freebsd.org (Postfix) with ESMTP id 887ED37B422 for ; Sun, 8 Apr 2001 11:25:30 -0700 (PDT) (envelope-from teguh-k@runbox.com) Received: from localhost.localdomain ([127.0.0.1] helo=runbox.com) by pluto.runbox.com with esmtp (Exim 3.16 #2) id 14mJZN-0005RB-00; Sun, 08 Apr 2001 20:05:49 +0200 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 From: "Teguh Kurniawan" To: stonekham14@home.com Cc: freebsd-questions@freebsd.org Subject: Re:System Requirements Date: Sun, 08 Apr 2001 18:05:48 GMT X-Mailer: RMM Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On my opinion, actually that depend on you, which application do you want t= o run at your FreeBSD. For minimal h/w requirement I knew is 386 / 4 Megs R= AM / 50 Megs HDD.=20 I read it read few years ago, with latest FreeBSD it may change to higher r= equirement. I run my first FreeBSD at Pentium 150 / 32 Megs RAM / 4.3 Gigs HDD. You can visit http://www.freebsd.org/handbook/install-hw.html for more deta= ils. Regards, Teguh > Do you what are the system requirements to qualify for installing FreeBSD= (i.e. Processor speed, RAM, HD Space, etc.)? If you have any idea, please = let me know ASAP. Although this is my very first time about FreeBSD, can yo= u at least tell me more about the operating system and what versions are av= ailible? Also are they any hardware supported in this operating system? If = you have any idea, please let me know ASAP. Thank you :-) ----------------------------------------------- Runbox Mail Manager - www.runbox.com Free online email application To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 11:30:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web11501.mail.yahoo.com (web11501.mail.yahoo.com [216.136.172.46]) by hub.freebsd.org (Postfix) with SMTP id A93D237B424 for ; Sun, 8 Apr 2001 11:30:32 -0700 (PDT) (envelope-from fmirand@yahoo.com) Message-ID: <20010408183032.42803.qmail@web11501.mail.yahoo.com> Received: from [209.25.107.127] by web11501.mail.yahoo.com; Sun, 08 Apr 2001 11:30:32 PDT Date: Sun, 8 Apr 2001 11:30:32 -0700 (PDT) From: Fabio Miranda Subject: CPU registry To: FreeBSD-Questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, anyone know how can i see cpu registry on freebsd? In msdos, i have to run debug and hit r. thanks, __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 11:58:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id F039337B423 for ; Sun, 8 Apr 2001 11:58:53 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 4015 invoked by uid 0); 8 Apr 2001 18:58:52 -0000 Received: from pd950a1c0.dip.t-dialin.net (HELO lofizwei) (217.80.161.192) by mail.gmx.net (mp015-rz3) with SMTP; 8 Apr 2001 18:58:52 -0000 Message-ID: <00dc01c0c05d$ea335ca0$0508a8c0@lofi.dyndns.org> From: "Michael Nottebrock" To: "Teguh Kurniawan" , Cc: References: Subject: Re: Re:System Requirements Date: Sun, 8 Apr 2001 20:58:34 +0200 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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Teguh Kurniawan" To: Cc: Sent: Sunday, April 08, 2001 8:05 PM Subject: Re:System Requirements On my opinion, actually that depend on you, which application do you want to run at your FreeBSD. For minimal h/w requirement I knew is 386 / 4 Megs RAM / 50 Megs HDD. [...] Actually, as can be seen in http://www.freebsd.org/handbook/install-hw.html, those minimum specs have been bumped to 8 megs of RAM. I actually tried, and succeeded to install FreeBSD 4.2 Release via CD-ROM on an 8 meg 486, but I had to pull quite a few tricks in order to do so (like disconnecting everything from the IDE Bus and only enabling the primary IDE controller in the boot-time kernel configuration). I expect 4.3 and 5 to be in demand for at least 12 megs for a succesful install from CD-ROM. So, while being at it: Could anyone suggest a procedure to create a swap partition and enabling it _before_ running the major part of sysinst? Greetings, Michael Nottebrock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 12: 4: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.takas.lt (srvr1.telecom.lt [212.59.0.10]) by hub.freebsd.org (Postfix) with ESMTP id C9C7D37B424 for ; Sun, 8 Apr 2001 12:04:04 -0700 (PDT) (envelope-from edward_gess@hotmail.com) Received: from hotmail.com ([212.59.14.129]) by mail.takas.lt (8.9.1/8.9.0) with ESMTP id VAA707566 for ; Sun, 8 Apr 2001 21:03:57 +0200 (GMT+0200) Message-ID: <3AD0C412.850CC43C@hotmail.com> Date: Sun, 08 Apr 2001 22:03:30 +0200 From: Edward Organization: none X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: VMware Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I've downloaded VMware from "www.vmware.com" - the link I found in "www.freebsd.org" I've installed it, but when I wanted to configure it, i.e. I ran configuration script, I got error, about "insmod"..., etc. I know that VMware needs "linux-base" to run, I have "linux_base6.1" installed on my system, but maybe I need to tune it? In a word please tell me, how to run VMware on my FreeBSD (4.0-RELEASE) box?????!!!!!! Plese help me!!! - Ed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 12:48:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from soda.csua.berkeley.edu (soda.CSUA.Berkeley.EDU [128.32.43.52]) by hub.freebsd.org (Postfix) with ESMTP id E2ADF37B422 for ; Sun, 8 Apr 2001 12:48:07 -0700 (PDT) (envelope-from mjmiller@uclink4.berkeley.edu) Received: from localhost (mjm@localhost) by soda.csua.berkeley.edu (8.11.1/8.11.1) with ESMTP id f38Jm6l88486; Sun, 8 Apr 2001 12:48:06 -0700 (PDT) (envelope-from mjmiller@uclink4.berkeley.edu) X-Authentication-Warning: soda.csua.berkeley.edu: mjm owned process doing -bs Date: Sun, 8 Apr 2001 12:48:06 -0700 (PDT) From: X-X-Sender: To: Lowell Gilbert Cc: Subject: Re: [freebsd-questions] using ports w/ XFree86 4.0.2 In-Reply-To: <44g0fj6xs4.fsf@lowellg.ne.mediaone.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> I'm trying to install the ports version of KDE2.1, and I'm running a >> source-compiled version of XF86 4.0.2. The port requires 3.3.6, and I'd >> rather not have both versions installed. What's the easiest way to keep >> my current X setup and still use the port? > >The port works for plenty of other people with varied versions of >XFree86, from what I hear. Are you sure you're trying to install KDE >from a port, as opposed to a package? A precompiled binary is the latter. I'm definitely in /usr/ports/x11/kde2/ and I'm using `make pretty-print-build-depends-list` to see that it requires XFree86-3.3.6_8, among others. I've also found that my XFree86 installation (4.0.2) is not listed in pkg_info, which could likely be the reason that 'make build' for kde2 tries to build XFree86-3.3.6_8. So, 1. Is there any way to add an existing compile to the pkg database? 2. Would that new package be recognized and accepted by the kde2 port? Thanks for your help Mark Miller To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 13: 4:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from Snoopy.v-net.org (Snoopy.V-NET.ORG [142.176.112.147]) by hub.freebsd.org (Postfix) with ESMTP id D902237B423 for ; Sun, 8 Apr 2001 13:04:41 -0700 (PDT) (envelope-from matt@Snoopy.v-net.org) Received: from localhost (matt@localhost) by Snoopy.v-net.org (8.11.2/8.11.2) with SMTP id f38K4fm17103 for ; Sun, 8 Apr 2001 17:04:41 -0300 (ADT) Date: Sun, 8 Apr 2001 17:04:41 -0300 (ADT) From: Matthew Rudderham To: freebsd-questions@freebsd.org Subject: Sendmail Upgrade Woes...Access.db , VirtUserTable Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have just upgraded my sendmail built from sources from I believe 8.9.3 to 8.11.3. The main problem is that after building the new makemap and rehashing my databases, sendmail doesn't seem to be recognizing the, When I built my cf I included the virtusertable feature, telling it to use hash, and not dbm. Is there anything that needs to be added for sendmail to recognize these databases? I've added, domains, ips, etc to the access database but it still seems to be denying relaying from all hosts. I am also recieving this error when mail come in for any of my domains: Apr 8 13:00:41 matt sendmail[85361]: NOQUEUE: localhost [127.0.0.1] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA Any help would be MUCHLY appreciated, I've searched the archives and read man pages, to no avail. Thanks muchly:) - Matt matt@snoopy.v-net.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 13:37:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from thor.oit.pdx.edu (thor.oit.pdx.edu [131.252.120.40]) by hub.freebsd.org (Postfix) with ESMTP id 83AC237B422; Sun, 8 Apr 2001 13:37:11 -0700 (PDT) (envelope-from singh@pdx.edu) Received: from gere.odin.pdx.edu (gere.odin.pdx.edu [131.252.120.42]) by thor.oit.pdx.edu (8.11.1/8.11.1) with ESMTP id f38KbAF24592; Sun, 8 Apr 2001 13:37:10 -0700 (PDT) Received: from localhost (singh@localhost) by gere.odin.pdx.edu (8.11.1/8.11.1) with ESMTP id f38KbAI21854; Sun, 8 Apr 2001 13:37:10 -0700 (PDT) X-Authentication-Warning: gere.odin.pdx.edu: singh owned process doing -bs Date: Sun, 8 Apr 2001 13:37:10 -0700 (PDT) From: Harkirat Singh X-X-Sender: To: , Subject: Explicit Congestion Notification (ECN) FBSD 3.2 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Friends: I want to know about implementation and support of ECN in TCP/IP stack of FreeBSD, is it a standard? Specifically to FreeBSD 3.2 I looked at netinet but could not find any thing related to it. Do I need to get some patch for ECN. I looked at RFC 2481 and it says that ECN will be standard soon and some of the OS developers have already incorporated this feature. I wonder is it part of FreeBSD 3.2. Thanks, Singh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 13:52:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.prokk.net (smtp.prokk.net [194.42.198.25]) by hub.freebsd.org (Postfix) with ESMTP id 7262237B423 for ; Sun, 8 Apr 2001 13:52:50 -0700 (PDT) (envelope-from green@prokk.net) Received: from user5.prokk.net (user5.prokk.net [194.42.198.105]) by smtp.prokk.net (8.11.1/8.11.1) with ESMTP id f38KqcO57714 for ; Sun, 8 Apr 2001 23:52:41 +0300 (EEST) Date: Sun, 8 Apr 2001 23:53:22 +0300 From: green X-Mailer: The Bat! (v1.49e) Reply-To: green Organization: home X-Priority: 3 (Normal) Message-ID: <16012782667.20010408235322@prokk.net> To: freebsd-questions@FreeBSD.ORG Subject: snmpd question Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi freebsd-questions ! i have freebsd 4.1 reelase the i run snmpd i got this: /usr/libexec/ld-elf.so.1: Shared object "libcrypto.so.2" not found i've install the crypto distribution and proflibs and and.. but still getting this error :( plz help me -------------- green@prokk.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 14:12:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-giga.rz.uni-ulm.de [134.60.246.36]) by hub.freebsd.org (Postfix) with ESMTP id B7C1737B424 for ; Sun, 8 Apr 2001 14:12:42 -0700 (PDT) (envelope-from siegbert.baude@gmx.de) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id XAA02089; Sun, 8 Apr 2001 23:12:33 +0200 (MEST) Message-ID: <3AD0D440.9DE9A307@gmx.de> Date: Sun, 08 Apr 2001 23:12:32 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: de, en MIME-Version: 1.0 To: measl@mfn.org Cc: freebsd-questions@freebsd.org Subject: Re: Limit to # of IDE drives? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I am having difficulty in going over 6 IDE drives: I don't seem to > be able to "configure" the devices (according to the error messages). What is the exact error message following which action? > The > system has three PCI IDE controllers, each with 2 channels. Although all > of the cards are recognized on boot probes, and although every drive seems > to function if I remove one other drive (resulting in that magical number > 6 again), I seem unable to get the seventh (or eight, etc.) IDE drive to > work. Don't know if there is a limit (can't imagine though). Did you try to make the /dev entries above /dev/ad6, /dev/ad7, ... ? Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 14:15: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alto.i-cable.com (alto.i-cable.com [210.80.60.4]) by hub.freebsd.org (Postfix) with ESMTP id E58D337B422 for ; Sun, 8 Apr 2001 14:15:06 -0700 (PDT) (envelope-from lkthomas@hkicable.com) Received: from hkicable.com ([61.18.16.156]) by alto.i-cable.com (8.9.3/8.9.3) with ESMTP id FAA13608 for ; Mon, 9 Apr 2001 05:15:26 +0800 (HKT) Message-ID: <3AD0D53C.718E46EC@hkicable.com> Date: Mon, 09 Apr 2001 05:16:45 +0800 From: Thomas Lau X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: How can I make emu10k1 sound card work in FreeBSD 4.x ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am using emu10k1 ( creative SBLive! ) How can I make it support in FreeBSD? OSS fully supported in BSD and work fine, but need to pay $$ for it, How can I make it depends support ? Thanks a lot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 14:43:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from scaup.mail.pas.earthlink.net (scaup.mail.pas.earthlink.net [207.217.121.49]) by hub.freebsd.org (Postfix) with ESMTP id 4A78D37B424 for ; Sun, 8 Apr 2001 14:43:24 -0700 (PDT) (envelope-from todd@somahq.com) Received: from localhost (1Cust124.tnt82.chi5.da.uu.net [63.38.3.124]) by scaup.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id OAA29959 for ; Sun, 8 Apr 2001 14:43:22 -0700 (PDT) Message-Id: <200104082143.OAA29959@scaup.mail.pas.earthlink.net> Date: Sun, 8 Apr 2001 04:48:43 -0500 Content-Type: text/plain; format=flowed; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v387) From: todd marek To: freebsd-questions@FreeBSD.org X-Mailer: Apple Mail (2.387) Content-Transfer-Encoding: 7bit Subject: learning darwin Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello- i am a mac and, sometimes windows, user trying to learn the fundamentals of UNIX. I just purchased mac os x for my g4 and am specifically interested in learning how to use apache, php, and mysql. i have some programming experience in the form of ASP, Javascript and actionscript but have never before had access to a machine with unix. do you have any suggestions on where to start learning about unix and particular darwin? thanks todd marek To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 14:45:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-giga.rz.uni-ulm.de [134.60.246.36]) by hub.freebsd.org (Postfix) with ESMTP id 852D837B423 for ; Sun, 8 Apr 2001 14:45:50 -0700 (PDT) (envelope-from siegbert.baude@gmx.de) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id XAA05319; Sun, 8 Apr 2001 23:45:47 +0200 (MEST) Message-ID: <3AD0DC06.917D8AE@gmx.de> Date: Sun, 08 Apr 2001 23:45:42 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: de, en MIME-Version: 1.0 To: joup@bigfoot.com Cc: freebsd-questions@freebsd.org Subject: Re: [freebsd-questions] using ports w/ XFree86 4.0.2 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joup@bigfoot.com wrote: > > I'm trying to install the ports version of KDE2.1, and I'm running a > source-compiled version of XF86 4.0.2. The port requires 3.3.6, and I'd > rather not have both versions installed. What's the easiest way to keep > my current X setup and still use the port? > I've also found that my XFree86 installation (4.0.2) is not listed in > pkg_info, which could likely be the reason that 'make build' for kde2 > tries to build XFree86-3.3.6_8. So, > 1. Is there any way to add an existing compile to the pkg database? > 2. Would that new package be recognized and accepted by the kde2 port? Did you try to create the directory /var/db/pkg/XFree86-4.0.2/ ? Maybe with the contents: bash-2.04$ cd /var/db/pkg/XFree86-4.0.2/ bash-2.04$ ls +COMMENT +CONTENTS +DESC +DISPLAY bash-2.04$ But I don't know, if make actually looks into these files. Hth Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 14:56:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes11-hme0.telusplanet.net (fepout3.telus.net [199.185.220.238]) by hub.freebsd.org (Postfix) with ESMTP id D991737B423 for ; Sun, 8 Apr 2001 14:56:43 -0700 (PDT) (envelope-from tmchow@sfu.ca) Received: from CRX.sfu.ca ([209.53.63.29]) by priv-edtnes11-hme0.telusplanet.net (InterMail vM.4.01.03.13 201-229-121-113) with ESMTP id <20010408215643.HFNB10980.priv-edtnes11-hme0.telusplanet.net@CRX.sfu.ca> for ; Sun, 8 Apr 2001 15:56:43 -0600 Message-Id: <5.0.2.1.2.20010408145933.02570ef0@rapid.sfu.org> X-Sender: tmchow@popserver.sfu.ca X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Sun, 08 Apr 2001 15:01:46 -0700 To: freebsd-questions@freebsd.org From: Trevin Chow Subject: Constant disconnections Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a 4.3RC box setup and I'm able to connect remotely via SSH. However, when connected, I'm getting disconnected at random times and am unable to reconnect for a varying amount of time. I just keep retrying and then I'll be able to reconnect after a couple of minutes.... Anyone have any idea where to start investigating why this is occuring? Or even better, maybe you've got a solution? =) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 15: 4:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail9.sdc1.sfba.home.com (femail9.sdc1.sfba.home.com [24.0.95.89]) by hub.freebsd.org (Postfix) with ESMTP id 8248637B42C for ; Sun, 8 Apr 2001 15:04:51 -0700 (PDT) (envelope-from graywane@home.com) Received: from cg392862-a.adubn1.nj.home.com ([65.2.79.221]) by femail9.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010408220451.KVLD146.femail9.sdc1.sfba.home.com@cg392862-a.adubn1.nj.home.com>; Sun, 8 Apr 2001 15:04:51 -0700 Received: (from graywane@localhost) by cg392862-a.adubn1.nj.home.com (8.11.3/8.11.3) id f38M4o653638; Sun, 8 Apr 2001 18:04:50 -0400 (EDT) (envelope-from graywane) Date: Sun, 8 Apr 2001 18:04:49 -0400 From: Graywane To: Trevin Chow Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Constant disconnections Message-ID: <20010408180449.A52978@home.com> References: <5.0.2.1.2.20010408145933.02570ef0@rapid.sfu.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.0.2.1.2.20010408145933.02570ef0@rapid.sfu.org>; from tmchow@sfu.ca on Sun, Apr 08, 2001 at 03:01:46PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 08, 2001 at 03:01:46PM -0700, Trevin Chow wrote: > I have a 4.3RC box setup and I'm able to connect remotely via=20 > SSH. However, when connected, I'm getting disconnected at random times a= nd=20 > am unable to reconnect for a varying amount of time. I just keep retryin= g=20 > and then I'll be able to reconnect after a couple of minutes.... ssh has an options named "KeepAlive" which defaults to "yes". It allows ssh to quickly notice when a connection dies. However, if the route between the two hosts is only temporarily down then KeepAlive will still drop the connection. If you are sure that the two hosts involved in the connection aren't dying and that there are no firewall rules interfering with the connection then temporary router difficulty is usually to blame. In short, turn KeepAlive off and see if that helps. I leave KeepAlive on for ssh tunnels that sit around for days and rarely have disconnects but your milage may vary. --=20 Note: See http://www.members.home.net/graywane/ for PGP information. --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjrQ4IEACgkQeHdFaBWUGN2KxACePMBq3SB4hWqhDJpIJvEn+M2h Bp0AoLnmV1vYsS+u0ZLeFck2DR3iss/z =XUkE -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 15:11: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12204.mail.yahoo.com (web12204.mail.yahoo.com [216.136.173.88]) by hub.freebsd.org (Postfix) with SMTP id 1D77837B424 for ; Sun, 8 Apr 2001 15:11:01 -0700 (PDT) (envelope-from diana_gibraiel@yahoo.com) Message-ID: <20010408221101.18645.qmail@web12204.mail.yahoo.com> Received: from [208.40.47.147] by web12204.mail.yahoo.com; Sun, 08 Apr 2001 15:11:01 PDT Date: Sun, 8 Apr 2001 15:11:01 -0700 (PDT) From: Diana Gibraiel Subject: Newbie Sound Problem To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm running FreeBSD 4.0, and I can't get my Sound Blaster 16 Pro PnP working. Here's what I've done so far (sorry, this is probably longer than it needs to be, I'm including little details in case my problem is with one of them): 1. Reconfigured the kernel. In /usr/src/sys/i386/conf I copied GENERIC to DKERNEL (and towards the top of DKERNEL I changed "ident GENERIC" to "ident DKERNEL"). I added the lines "device pcm" and "device sbc" to the end of DKERNEL. I ran: # /usr/sbin/config DKERNEL # cd ../../compile/DYKERNEL # make depend # make # make install And then rebooted. 2. Made device nodes. (The FreeBSD Handbook said to run “cat /dev/sndstat” after logging in, but I didn’t have a file called sndstat in /dev, and got an error message saying so. Later I found the info this command was supposed to bring up elsewhere, and it is : “FreeBSD AudioDriver (newpcm) Apr 8 2001 00:50:10 Installed devices: pcm0: at io 0x220 irq5 drq 1:5 (1p/1r channels duplex)”.) I ran: # cd /dev # sh MAKEDEV snd0 And didn’t get any errors. I then tried playing .wav files from KDE to test it, and nothing happened. (Then, I tried running: # cd /dev # ./MAKEDEV snd0 just for the heck of it (this is the way mentioned in _The Complete FreeBSD_, the other is the way mentioned in the online Handbook). Didn’t do anything.) Any help would be much appreciated! Thanks for your time, -Diana ===== "We understand the possibility of determining their shapes, their sizes and motion, whereas never, by any means, will we be able to study their chemical composition." -Auguste Compte on stars, _Course de Philosophie Positive_ (1835) __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 15:23:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-giga.rz.uni-ulm.de [134.60.246.36]) by hub.freebsd.org (Postfix) with ESMTP id 5619537B423 for ; Sun, 8 Apr 2001 15:23:19 -0700 (PDT) (envelope-from siegbert.baude@gmx.de) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id AAA08726; Mon, 9 Apr 2001 00:23:14 +0200 (MEST) Message-ID: <3AD0E4D1.5F85A7C2@gmx.de> Date: Mon, 09 Apr 2001 00:23:13 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: de, en MIME-Version: 1.0 To: Diana Gibraiel Cc: freebsd-questions@freebsd.org Subject: Re: Newbie Sound Problem References: <20010408221101.18645.qmail@web12204.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I then tried playing .wav files from KDE to test it, and nothing happened. What does mixer tell you? This little program is the volume control of your sound card. A typical output would look like: bash-2.04$ mixer Mixer vol is currently set to 100:100 Mixer bass is currently set to 50:50 Mixer treble is currently set to 50:50 Mixer synth is currently set to 75:75 Mixer pcm is currently set to 100:100 Mixer speaker is currently set to 75:75 Mixer line is currently set to 75:75 Mixer mic is currently set to 0:0 Mixer cd is currently set to 100:100 Mixer igain is currently set to 0:0 Mixer ogain is currently set to 50:50 bash-2.04$ For playing wav files the pcm and (overall) vol line are important. BTW, which program did you use and were there any error messages? Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 15:35: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id BA8F037B424 for ; Sun, 8 Apr 2001 15:34:56 -0700 (PDT) (envelope-from cschindl@wam.umd.edu) Received: from rac4.wam.umd.edu (IDENT:root@rac4.wam.umd.edu [128.8.10.144]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id SAA04639; Sun, 8 Apr 2001 18:34:54 -0400 (EDT) Received: from rac4.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac4.wam.umd.edu (8.9.3/8.9.3) with SMTP id SAA03525; Sun, 8 Apr 2001 18:34:54 -0400 (EDT) Received: from localhost (cschindl@localhost) by rac4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id SAA03520; Sun, 8 Apr 2001 18:34:54 -0400 (EDT) X-Authentication-Warning: rac4.wam.umd.edu: cschindl owned process doing -bs Date: Sun, 8 Apr 2001 18:34:54 -0400 (EDT) From: "c. schindler" To: todd marek Cc: freebsd-questions@FreeBSD.ORG Subject: Re: learning darwin In-Reply-To: <200104082143.OAA29959@scaup.mail.pas.earthlink.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hey there u might want to pick up unix in a nutshell and unix power tools from o'reilly. both books are loaded with info on how to used text editor and various other unix commands. also the bsd book by greg lehey is also a good reference. if u have no previous experience with unix or any unix flavors, it will seem akward at first. learn how to do some basic commands like login and create directories. there are plenty of unix tutorials on the web. hope this helps. ------------ chris news for free-bsd questions, stuff that really matters On Sun, 8 Apr 2001, todd marek wrote: > hello- > i am a mac and, sometimes windows, user trying to learn the fundamentals > of UNIX. I just purchased mac os x for my g4 and am specifically > interested in learning how to use apache, php, and mysql. i have some > programming experience in the form of ASP, Javascript and actionscript > but have never before had access to a machine with unix. do you have > any suggestions on where to start learning about unix and particular > darwin? > thanks > todd marek > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 15:44: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c007.snv.cp.net (c007-h008.c007.snv.cp.net [209.228.33.214]) by hub.freebsd.org (Postfix) with SMTP id 4422537B423 for ; Sun, 8 Apr 2001 15:44:00 -0700 (PDT) (envelope-from otterr@telocity.com) Received: (cpmta 14258 invoked from network); 8 Apr 2001 15:40:00 -0700 Received: from dsl-216-227-91-85.telocity.com (HELO zoso) (216.227.91.85) by smtp.telocity.com (209.228.33.214) with SMTP; 8 Apr 2001 15:40:00 -0700 X-Sent: 8 Apr 2001 22:40:00 GMT From: "Otter" To: "'Thomas Lau'" , Subject: RE: How can I make emu10k1 sound card work in FreeBSD 4.x ? Date: Sun, 8 Apr 2001 18:31:54 -0400 Message-ID: <000c01c0c07b$b772fa50$1401a8c0@zoso> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <3AD0D53C.718E46EC@hkicable.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG http://www.defcon1.org/html/Hardware_Articles/OpenSSH/Hardware/File-Sy stems/sblive-4x.html > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Thomas Lau > Sent: Sunday, April 08, 2001 5:17 PM > To: freebsd-questions@FreeBSD.ORG > Subject: How can I make emu10k1 sound card work in FreeBSD 4.x ? > > > I am using emu10k1 ( creative SBLive! ) > How can I make it support in FreeBSD? > OSS fully supported in BSD and work fine, but need to pay $$ > for it, How > can I make it depends support ? > Thanks a lot > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 15:57:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nameserver.austclear.com.au (nameserver.austclear.com.au [192.83.119.132]) by hub.freebsd.org (Postfix) with ESMTP id 8BB6637B424 for ; Sun, 8 Apr 2001 15:57:50 -0700 (PDT) (envelope-from ahl@austclear.com.au) Received: from tungsten.austclear.com.au (tungsten.austclear.com.au [192.168.70.1]) by nameserver.austclear.com.au (8.9.3/8.9.3) with ESMTP id IAA12429; Mon, 9 Apr 2001 08:57:49 +1000 (EST) Received: from tungsten (tungsten [192.168.70.1]) by tungsten.austclear.com.au (8.9.3/8.9.3) with ESMTP id IAA05957; Mon, 9 Apr 2001 08:57:49 +1000 (EST) Message-Id: <200104082257.IAA05957@tungsten.austclear.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: Matthew Rudderham Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail Upgrade Woes...Access.db , VirtUserTable In-Reply-To: Message from Matthew Rudderham of "Sun, 08 Apr 2001 17:04:41 -0300." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 09 Apr 2001 08:57:49 +1000 From: Tony Landells Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG matt@Snoopy.v-net.org said: > I have just upgraded my sendmail built from sources from I believe > 8.9.3 to 8.11.3. The main problem is that after building the new > makemap and rehashing my databases, sendmail doesn't seem to be > recognizing the, When I built my cf I included the virtusertable > feature, telling it to use hash, and not dbm. Is there anything that > needs to be added for sendmail to recognize these databases? I've > added, domains, ips, etc to the access database but it still seems to > be denying relaying from all hosts. I am also recieving this error > when mail come in for any of my domains: > Apr 8 13:00:41 matt sendmail[85361]: NOQUEUE: localhost [127.0.0.1] > did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA > Any help would be MUCHLY appreciated, I've searched the archives and > read man pages, to no avail. Thanks muchly:) Since it sounds like you've built your cf from an mc, how about posting the mc? Also, did you rebuild your cf after installing the newer sendmail? Between 8.9 and 8.11 the default location of most of the data files has changed from /etc to /etc/mail. This may be affecting you (depending on what you've specified them, etc.)--where are yours and how have you referenced them in your configuration? Cheers, Tony -- Tony Landells Senior Network Engineer Ph: +61 3 9677 9319 Australian Clearing Services Pty Ltd Fax: +61 3 9677 9355 Level 4, Rialto North Tower 525 Collins Street Melbourne VIC 3000 Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 16:12:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from Snoopy.v-net.org (Snoopy.V-NET.ORG [142.176.112.147]) by hub.freebsd.org (Postfix) with ESMTP id AC6D737B422 for ; Sun, 8 Apr 2001 16:12:20 -0700 (PDT) (envelope-from matt@Snoopy.v-net.org) Received: from localhost (matt@localhost) by Snoopy.v-net.org (8.11.2/8.11.2) with SMTP id f38NC9T17685; Sun, 8 Apr 2001 20:12:09 -0300 (ADT) Date: Sun, 8 Apr 2001 20:12:09 -0300 (ADT) From: Matthew Rudderham To: Tony Landells Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail Upgrade Woes...Access.db , VirtUserTable In-Reply-To: <200104082257.IAA05957@tungsten.austclear.com.au> Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-915279472-986771529=:17456" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-915279472-986771529=:17456 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 9 Apr 2001, Tony Landells wrote: > > matt@Snoopy.v-net.org said: > > I have just upgraded my sendmail built from sources from I believe > > 8.9.3 to 8.11.3. The main problem is that after building the new > > makemap and rehashing my databases, sendmail doesn't seem to be > > recognizing the, When I built my cf I included the virtusertable > > feature, telling it to use hash, and not dbm. Is there anything that > > needs to be added for sendmail to recognize these databases? I've > > added, domains, ips, etc to the access database but it still seems to > > be denying relaying from all hosts. I am also recieving this error > > when mail come in for any of my domains: > > > Apr 8 13:00:41 matt sendmail[85361]: NOQUEUE: localhost [127.0.0.1] > > did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA > > > Any help would be MUCHLY appreciated, I've searched the archives and > > read man pages, to no avail. Thanks muchly:) > > Since it sounds like you've built your cf from an mc, how about posting > the mc? Attached as config.mc, pretty much default with virtusertable option added. > Also, did you rebuild your cf after installing the newer sendmail? I followed INSTALL in the source package, build sendmail, build cf, then install cf, and sendmail binary. > Between 8.9 and 8.11 the default location of most of the data files > has changed from /etc to /etc/mail. This may be affecting you (depending > on what you've specified them, etc.)--where are yours and how have you > referenced them in your configuration? Actually, I believe that in 8.9.3 my data files were in /etc/mail , I assume you're referring to my dbs, etc.. Here is my /etc/mail ls output: bash-2.03# pwd /etc/mail bash-2.03# ls -l total 150 -rw-r--r-- 1 root wheel 764 Mar 20 2000 Makefile -rw-r--r-- 1 root wheel 849 Mar 20 2000 README -rw-r--r-- 1 root wheel 62 Apr 8 16:44 access -rw-r--r-- 1 root wheel 32768 Apr 8 16:44 access.db -rw-r--r-- 1 root wheel 339 Mar 20 2000 access.sample -rw-r--r-- 1 root wheel 2 Apr 8 12:56 aliases -rw-r--r-- 1 root wheel 32768 Apr 8 12:56 aliases.db -r--r--r-- 1 bin bin 5573 Apr 8 14:36 helpfile -rw-r--r-- 1 root wheel 72 Apr 8 15:10 local-host-names -rw-r--r-- 1 root wheel 32768 Apr 8 15:10 local-host-names.db -rw-r--r-- 1 root wheel 316 Mar 20 2000 mailer.conf -rw-r--r-- 1 root wheel 172 Mar 20 2000 mailertable.sample -rw-r--r-- 1 root wheel 36490 Apr 8 16:41 sendmail.cf -rw-r--r-- 1 root wheel 62 Oct 26 22:38 sendmail.cw -rw-r--r-- 1 root bin 0 Apr 8 14:36 statistics -rw-r--r-- 1 root wheel 126 Mar 4 18:26 virtusertable -rw-r--r-- 1 root wheel 82 Nov 9 19:03 virtusertable.bak -rw-r--r-- 1 root wheel 32768 Apr 8 13:35 virtusertable.db -rw-r--r-- 1 root wheel 304 Oct 12 18:29 virtusertable.sample bash-2.03# Thanks for the help! Also, I forgot to mention I am running 4.0-Release(uname -a): FreeBSD matt.MUNICH.v-net.org 4.0-RELEASE FreeBSD 4.0-RELEASE #4: Wed Oct 11 00:28:42 ADT 2000 matt@MUNICH.v-net.org:/usr/src/sys/compile/MUNICH i386 Matt matt@snoopy.v-net.org > Cheers, > Tony > -- > Tony Landells > Senior Network Engineer Ph: +61 3 9677 9319 > Australian Clearing Services Pty Ltd Fax: +61 3 9677 9355 > Level 4, Rialto North Tower > 525 Collins Street > Melbourne VIC 3000 > Australia > > > --0-915279472-986771529=:17456 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="config.mc" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: ZGl2ZXJ0KC0xKQ0KIw0KIyBDb3B5cmlnaHQgKGMpIDE5OTgsIDE5OTkgU2Vu ZG1haWwsIEluYy4gYW5kIGl0cyBzdXBwbGllcnMuDQojCUFsbCByaWdodHMg cmVzZXJ2ZWQuDQojIENvcHlyaWdodCAoYykgMTk4MyBFcmljIFAuIEFsbG1h bi4gIEFsbCByaWdodHMgcmVzZXJ2ZWQuDQojIENvcHlyaWdodCAoYykgMTk4 OCwgMTk5Mw0KIwlUaGUgUmVnZW50cyBvZiB0aGUgVW5pdmVyc2l0eSBvZiBD YWxpZm9ybmlhLiAgQWxsIHJpZ2h0cyByZXNlcnZlZC4NCiMNCiMgQnkgdXNp bmcgdGhpcyBmaWxlLCB5b3UgYWdyZWUgdG8gdGhlIHRlcm1zIGFuZCBjb25k aXRpb25zIHNldA0KIyBmb3J0aCBpbiB0aGUgTElDRU5TRSBmaWxlIHdoaWNo IGNhbiBiZSBmb3VuZCBhdCB0aGUgdG9wIGxldmVsIG9mDQojIHRoZSBzZW5k bWFpbCBkaXN0cmlidXRpb24uDQojDQojDQoNCiMNCiMgIFRoaXMgaXMgYSBn ZW5lcmljIGNvbmZpZ3VyYXRpb24gZmlsZSBmb3IgNC40IEJTRC1iYXNlZCBz eXN0ZW1zLA0KIyAgaW5jbHVkaW5nIDQuNC1MaXRlLCBCU0RpLCBOZXRCU0Qs IGFuZCBGcmVlQlNELg0KIyAgSXQgaGFzIHN1cHBvcnQgZm9yIGxvY2FsIGFu ZCBTTVRQIG1haWwgb25seS4gIElmIHlvdSB3YW50IHRvDQojICBjdXN0b21p emUgaXQsIGNvcHkgaXQgdG8gYSBuYW1lIGFwcHJvcHJpYXRlIGZvciB5b3Vy IGVudmlyb25tZW50DQojICBhbmQgZG8gdGhlIG1vZGlmaWNhdGlvbnMgdGhl cmUuDQojDQoNCmRpdmVydCgwKWRubA0KVkVSU0lPTklEKGAkSWQ6IGdlbmVy aWMtYnNkNC40Lm1jLHYgOC4xMCAxOTk5LzAyLzA3IDA3OjI2OjAyIGdzaGFw aXJvIEV4cCAkJykNCk9TVFlQRShic2Q0LjQpZG5sDQpET01BSU4oZ2VuZXJp YylkbmwNCkZFQVRVUkUoYHZpcnR1c2VydGFibGUnLCBgaGFzaCAvZXRjL21h aWwvdmlydHVzZXJ0YWJsZScpZG5sDQpNQUlMRVIobG9jYWwpZG5sDQpNQUlM RVIoc210cClkbmwNCg== --0-915279472-986771529=:17456-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 16:31:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cheshire.net (net2-pool-8.cheshire.net [208.153.58.146]) by hub.freebsd.org (Postfix) with ESMTP id 04E9A37B42C for ; Sun, 8 Apr 2001 16:31:50 -0700 (PDT) (envelope-from mjb@cheshire.net) Received: (from mjb@localhost) by cheshire.net (8.9.3/8.9.3) id TAA00279 for freebsd-questions@FreeBSD.org; Sun, 8 Apr 2001 19:26:36 -0400 (EDT) (envelope-from mjb) Date: Sun, 8 Apr 2001 19:26:35 -0400 From: Matthew Beauchesne To: freebsd-questions@FreeBSD.org Subject: Ensoniq AudioPCI problems. Message-ID: <20010408192635.A225@cheshire.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I recently install 4.0-RELEASE am and now trying to configure my soundcard. It is an Ensoniq AudioPCI model ES4815. I have added the line device pcm0 to my kernel config file and recompiled. However this doesnt seem to work as dmesg doesn't show any sign of it and when I cat /dev/sndstat it tells me the device is not configured. Has anyone else used this card successfully? Any suggestions? TIA -- Matthew Beauchesne mjb@cheshire.net __ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 16:32: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail8.sdc1.sfba.home.com (femail8.sdc1.sfba.home.com [24.0.95.88]) by hub.freebsd.org (Postfix) with ESMTP id CDD2D37B423 for ; Sun, 8 Apr 2001 16:32:00 -0700 (PDT) (envelope-from graywane@home.com) Received: from cg392862-a.adubn1.nj.home.com ([65.2.79.221]) by femail8.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010408233159.PNVX26721.femail8.sdc1.sfba.home.com@cg392862-a.adubn1.nj.home.com> for ; Sun, 8 Apr 2001 16:31:59 -0700 Received: (from graywane@localhost) by cg392862-a.adubn1.nj.home.com (8.11.3/8.11.3) id f38NVwG69091 for freebsd-questions@freebsd.org; Sun, 8 Apr 2001 19:31:58 -0400 (EDT) (envelope-from graywane) Date: Sun, 8 Apr 2001 19:31:58 -0400 From: Graywane To: freebsd-questions@freebsd.org Subject: Update: burncd problems Message-ID: <20010408193158.A68705@home.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="IS0zKkzwUGydFO0o" Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Here is an update to the problem I posted the other day about problems writing audio CD's with /usr/sbin/burncd. Just noticed the following in my log files: /kernel: acd0: READ_TOC - ILLEGAL REQUEST asc=3D24 ascq=3D00 error=3D04 Would that have anything to do with my problems? --=20 Note: See http://www.members.home.net/graywane/ for PGP information. --IS0zKkzwUGydFO0o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjrQ9O4ACgkQeHdFaBWUGN12LACfQY5z24H4xELFfFqepDyrVVPv 7rAAoJKuwOMuOWHoCywnt7i+Y6izX31h =q3o5 -----END PGP SIGNATURE----- --IS0zKkzwUGydFO0o-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 16:34:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nameserver.austclear.com.au (nameserver.austclear.com.au [192.83.119.132]) by hub.freebsd.org (Postfix) with ESMTP id 31A5D37B423 for ; Sun, 8 Apr 2001 16:34:28 -0700 (PDT) (envelope-from ahl@austclear.com.au) Received: from tungsten.austclear.com.au (tungsten.austclear.com.au [192.168.70.1]) by nameserver.austclear.com.au (8.9.3/8.9.3) with ESMTP id JAA12890; Mon, 9 Apr 2001 09:34:27 +1000 (EST) Received: from tungsten (tungsten [192.168.70.1]) by tungsten.austclear.com.au (8.9.3/8.9.3) with ESMTP id JAA07381; Mon, 9 Apr 2001 09:34:27 +1000 (EST) Message-Id: <200104082334.JAA07381@tungsten.austclear.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: Matthew Rudderham Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail Upgrade Woes...Access.db , VirtUserTable In-Reply-To: Message from Matthew Rudderham of "Sun, 08 Apr 2001 20:12:09 -0300." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 09 Apr 2001 09:34:27 +1000 From: Tony Landells Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I think you'll find that your sendmail.cf doesn't include support for the access database. If you're relying on stuff in there, you'll need to add: FEATURE(access_db)dnl and possibly FEATURE(blacklist_recipients)dnl depending on your requirements. I would suggest that you also look at the FreeBSD default mc (installed in /usr/src/etc/sendmail/freebsd.mc) for some other ideas for ways in which your configuration may have problems, in particular FEATURE(local_lmtp) Also, I forgot to address the error message you're getting: matt@Snoopy.v-net.org said: > Apr 8 13:00:41 matt sendmail[85361]: NOQUEUE: localhost [127.0.0.1] > did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA This is the 8.11 equivalent of Apr 9 09:25:00 nameserver sendmail[12583]: NOQUEUE: Null connection from localhost.austclear.com.au [127.0.0.1] which means that something on your host (matt) made a connection to port 25 and then QUIT before issuing any commands. I don't see any reason that this would be related to mail coming in for your domains, unless there's something much stranger than your configuration suggests thus far... Cheers, Tony -- Tony Landells Senior Network Engineer Ph: +61 3 9677 9319 Australian Clearing Services Pty Ltd Fax: +61 3 9677 9355 Level 4, Rialto North Tower 525 Collins Street Melbourne VIC 3000 Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 16:35:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fbsd.bosa.ca (cr1003901-a.rct1.bc.wave.home.com [24.113.37.99]) by hub.freebsd.org (Postfix) with ESMTP id 145A937B422 for ; Sun, 8 Apr 2001 16:35:25 -0700 (PDT) (envelope-from kulraj@bosa.ca) Received: from ska1 (h207-230-227-196.dccnet.com [207.230.227.196]) by fbsd.bosa.ca (Postfix) with SMTP id 94966158EB9 for ; Sun, 8 Apr 2001 17:41:58 -0700 (PDT) Message-ID: <004c01c0c085$112e3c40$64c8a8c0@asknet.com> From: "Kulraj Gurm (bosa.ca account)" To: Subject: Apache 1.3.19 Date: Sun, 8 Apr 2001 16:38:51 -0700 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0048_01C0C04A.647B77E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0048_01C0C04A.647B77E0 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0049_01C0C04A.647B77E0" ------=_NextPart_001_0049_01C0C04A.647B77E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Maybe this is not the right place to discuss this but I am desperate. I just recompiled apache with mod_ssl-2.8.2 (had 2.8.1 previously) everything was working fine before but now each time any of our websites = are accessed from a web browser a windows pops open=20 (sample attached) Any ideas why I can't browse web sites, and this download windows comes = up Any words of wisdom gratefully appreciated. Regards, Kulraj ------=_NextPart_001_0049_01C0C04A.647B77E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Maybe this is not the right place to = discuss this=20 but I am desperate.
 
I just recompiled apache with = mod_ssl-2.8.2 (had=20 2.8.1 previously)
everything was working fine before but = now each=20 time any of our websites are accessed from a web browser a windows pops = open=20
(sample attached)
 
Any ideas why I can't browse web sites, = and this=20 download windows comes up
 
Any words of wisdom gratefully=20 appreciated.
 
Regards,
 
Kulraj
 
------=_NextPart_001_0049_01C0C04A.647B77E0-- ------=_NextPart_000_0048_01C0C04A.647B77E0 Content-Type: image/gif; name="apache_problem.gif" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="apache_problem.gif" R0lGODlhvAFFAfcAAAAAADMAAGYAAJkAAMwAAP8AAAAzADMzAGYzAJkzAMwzAP8zAABmADNmAGZm AJlmAMxmAP9mAACZADOZAGaZAJmZAMyZAP+ZAADMADPMAGbMAJnMAMzMAP/MAAD/ADP/AGb/AJn/ AMz/AP//AAAAMzMAM2YAM5kAM8wAM/8AMwAzMzMzM2YzM5kzM8wzM/8zMwBmMzNmM2ZmM5lmM8xm M/9mMwCZMzOZM2aZM5mZM8yZM/+ZMwDMMzPMM2bMM5nMM8zMM//MMwD/MzP/M2b/M5n/M8z/M/// MwAAZjMAZmYAZpkAZswAZv8AZgAzZjMzZmYzZpkzZswzZv8zZgBmZjNmZmZmZplmZsxmZv9mZgCZ ZjOZZmaZZpmZZsyZZv+ZZgDMZjPMZmbMZpnMZszMZv/MZgD/ZjP/Zmb/Zpn/Zsz/Zv//ZgAAmTMA mWYAmZkAmcwAmf8AmQAzmTMzmWYzmZkzmcwzmf8zmQBmmTNmmWZmmZlmmcxmmf9mmQCZmTOZmWaZ mZmZmcyZmf+ZmQDMmTPMmWbMmZnMmczMmf/MmQD/mTP/mWb/mZn/mcz/mf//mQAAzDMAzGYAzJkA zMwAzP8AzAAzzDMzzGYzzJkzzMwzzP8zzABmzDNmzGZmzJlmzMxmzP9mzACZzDOZzGaZzJmZzMyZ zP+ZzADMzDPMzGbMzJnMzMzMzP/MzAD/zDP/zGb/zJn/zMz/zP//zAAA/zMA/2YA/5kA/8wA//8A /wAz/zMz/2Yz/5kz/8wz//8z/wBm/zNm/2Zm/5lm/8xm//9m/wCZ/zOZ/2aZ/5mZ/8yZ//+Z/wDM /zPM/2bM/5nM/8zM///M/wD//zP//2b//5n//8z//////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAkAANcALAAAAAC8AUUB AAj+AFkJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3MixY8EV10KyCkmypMmTKFOqXMmypcuX MGPKnEmzps2bOHPq3Mmzp8+SVkCKvOaxqNGjSJMqXcq0qdOnC4OSHMnKidWrWLNq3cq1q9euT5yE HSu2LNk5T9CqTct27Zy3aefkkUt3bp67ePPq3cu3r9+/gPvqyTO4MOHDhvUoXsy4sePHjAHpkUx5 MqDLmDMDIrW5M+fPnkOTGk26tOnTqFOrRl2KVOvXrmOXmu16tu3buHOXWrW796rfwIMLH048+LNV x5MjX578mfPn0KNHZyV1aNWv2LNr336V7Ngn4MP+h0cLXu3b8+jTyw3Mvr3794ALQ55Pv35jyprz 6+98+fPq/wAGKKBpr+lm4IEHFqfgggwO15x0EEb4DHVCEUUUdxhmuJ13ZpVFXlsgutXWeXbVtR58 KKb4XmKItSiffTA+VtmM+/En2o2gDajjjqXB5qNssiEo5Gy8Fblbg0gaB5xyTDLnHEwrOEfhVBdq aOWVXn0n3pbjxWWeeuqpKOaYYr4Y45n04Vfjmjjy6OabPZJW4JB04pbknUg2CR1RDAUlZXUWXufE SYNeUyh2JmGZVUjddcghWSGJKKmXcZVoKZmYZuripomheeaMk1m2Zo44tgnnqawB+aNttdWZm5H/ ReJ5p57MOfkMn1FFOSGgVF3F6Fa/evVrsIoSi9Wj4oXUZXleghmmptBGa6an1N4nKpv5cdbfZqh2 y+OcroYr67gKPvgcrgAAQFC6Avm5a4W9WmWsr4Z+Fey8Ghr7aIdoRRriv1+aeGm0BLPH4sGIVRsj qGrqp22ppPrnrberqhpkuK/6diS55S5Zq55PrqsuK+y2q+uU1tG7qKHDkqTVvfUW2vKhjCZ6qMwx lxSeSVt+2ayzbxUsNJnTKuxpw9hmK9rETKfW2mjgYiwkx1R/jNy5BaVbssl/wlslzvXWzHLYMcub M9lm0zy2zGoXGpayZon99jWTSgpX0AKfOPTe/nsh7LfRaYZK46gQQ9w0qhX7SJvUt8G6cdXE0Qry rQZtzfW7VApqrNhgl33zzTOnBPraMz/Bs7KmX7PsiECnx/frBhMGuNFIJ73ttofnnirjrkJOtbkh i2y5uygHqjJWnOOb9vKhozR6224zmnqh/dINMMAk5g077H5zOnvgDNf4cMSG6+5m4hbz3rjGvjvo seRXUz5QyVsTz+vXm5OONvL7P+9/88+Dm7JQh7ounednQNueAv1StO/Zp3a2w51nzHe4p11MfQZq n6wmJz+SjUwgJbOf1zTnOc7h7GUlWRnMmIe2lkkPbGIxSd1CdDft6W2BQuvewRzoGIZdaz/k/gvi BCm4I/TNqVWMc5wG3Qe/B+FKISLMnKKmiCVkcYlZzGrds3CIwwbysD4QTNr4uEXE3EUNg7pZ4gbj h7U+nex+gqKiHLGzr7MY8HpuyZ6lbshFTenQRV/soeAEJz7MCDFiZdSREVWFRiWqcTm/aWL8rmGF Slrykpd84wjnyEnuaOmK4vGZFknURy56MZCCjKDDlpbIblnwjGi0zSPz9LHnrOCWuMylLjUpxU76 8liOCmZYZmg38+zRLqUs2B87hcpBDq6QhzRVKwG0SFZh0JGzlCTwJASh4sXrl+AEpndAyZYsjpKU yeSe7Jr5wB9GcIzTbBosYynLWdKSm/h8/443nwiVfvrznwANqEAHStCJwLGgCE2oQhfK0IY69KAO jahEJ0rRiloUIRC9qEY3ytGOerQjGf2oSEdK0pJyNKQmTalKV8pSqKC0pTCNqUxnCpGX0vSmOM0p S22q05769KcV5SlQh0rUogJUqEZNqlKXCtIRMvWpUI2qRZDaLkxa9apYzapWt8rVrnr1q1jlp1TH SlOqUocKaE2rWtfK1ra69a1wjatc50rXuYqVrHhtqVmtUNe++vWvgA2sXSPyQRBCpLAcQSxUFPsQ xirEsZUjmWQfixHEQhayDcHsUvYq2M569rOgTetdKbuuwxpFsxRB7fwqotrSMqSwmG0tQv5GJlvZ ulagnA2tbnfL27aOlrSTbexpi1Jb1hI2s7c9iG0jG9zXTmS5R8ltb6dLXc/+lrKwpd9qV7s1rRn2 u97Nmna7S975jdeytLUcCMPLXvBKVrse/GB444te9L53vfaln37VpV528Ze2680afs0rX/1Otr3q LYp0q8vgBg/2ubfl73YD3Nz7Gla+Efbghbm74QsDeLsYnrCEOwzg8QbXsieerWslHGL3pvjDsKUw i7/bYQtXeMQjfu+Ho+vUqDj4x0D2bWoz3OIU05fEWosxkUFMYP9O+MBPxrCU75vjGYPXu0U+MpP/ O18ov9jFYMZxZKcsXifbuMpJWXCQ1/7c4OsC98s0hjOUdyzgJdOYzkYOs52pzOcNk/nMGd5yhZkM ZzrvGM2l/fOd58zhOCu4x1Bks6TbPGQRH1jJgF50nP+M5hI3urmH3nOov8zpPJva00WGcaMNvWgx f7rTq5YzdCOi5knbOrRuTkh9zQtqEM83u4pt75ULTGBN+zrY7O0uoS3862T3t8uejm+dC6zqGxca xdIeMH6jLWwbe6TWt06rVsPt1lzn9dwfBbetLckKtNLi3e6mgiXJrVZzo/veGlU3mytJFaIw4N0A ZwADxM1Xetsb3wifqL6BXMlA+VvgAn83xCNOi0qS++AJzzhDF97ghgdq4iAP+b8Fbv9xW2Nc4ygv KMera4WpMIAVDLiGyGcecZKbPOU4DyqkE1LwfYeECjCfOC1oTnQG9HzNJ8+50l26c4xKuuXtbndI KF50ogNA0klfutY32/SDHP3HLR/K0P8t8arTHAlXR/rW167yrhvk6x2nwjXk/vKRm93saFc72/d+ VLcXBO4s/7nMqUDzgN8d4khgQNp/nHW+Ox4jK9dt2GVOC8KLvOyHF3ji8w7kxj/+8wb1O0EAP12o Ux7omM/82RnAeQd7HvSwd0jkP8tvC8X85Q83+9hTP/HEL57SsQ/+t0U/ENLz1gr9zpzMhT7zgMM7 5JtXPOOFT/2NzN6zpjdJ8ikO8N3+RxwJ3Rf55n9f3ddX//z7bIjxJS+Qk1Cl990fe83lX/Pes571 5J+u+dFP/esLlq8Won3Lx320kHhDx3vMZ3++53r814C0Rnzt4mB8NRLaB3EAB3Pxl4EHSH8gN34M 6IAg6EaZ0ydxJ3cUqH2GF3Rkx4FCt3vgh3j4B3whOINeB4FnxWATeIIlMRIAN4CFl3rd94LRl3+8 tX806Hj+B1gF1347aHs+WHRAiATgJ3EeyGCvh20bYVtYyGt3NmtHqBRJ+FcTaIImIXEyp4JVR3/g N4UFWIDSZ4UWgWn+hFrpJYdfSFBh6FfIB3TJRxTv9oR3J39tGIQFSIS7dYXJ1U//dJhcXniHPDaC PoaDQDeJyoeGmSdx78aGmdh61OV5+VWHA/Zs/zVsMrZfJYZljOiICJWHfbWHUUeGtPBxqkdxmpiJ hSiDEoFtoVZtLmZlzPZqvSaHjaiKwweJkSaJryh1rEAL7zeLLUiIUmiIutV4waZnvOhlvmiNwNhr T0aMfWeMPNdxyYh6zCgQdeeMBNiGUsiJ+ldpK9ZqYIaN3uZlgDZqm+aNA8WKddVzydh9ljiL0LiO 0ohrEMZcuxiPqgZrsuZtwoiPuGWD6xdaY9iP7zYQ6AhwU7iO7NiOuahcXVhtSsZt8JVtSeZhZnaP DvmN1kGCJfiKGsiMABl/axiN/x9IU5eVkioZKCyJjGj1b+6mgZeIkeookDU5UwmmYTjpT/rYipO4 jD8JlLonk0M5kNOYlPy3lPuoVgP3koZHdC85kxvJkVZZfVg5VyMgb2jVblzZlZf3lRpJlVU5lmQJ kQ12lmiZVmvJliD3laxHlNMnl/1Hl9Q1AnaJVj2Xl3qZjl3pl38JmMFXlm5VmOKGl4jZfBmIeIxZ lI4JepC5VoTpVgVXmZcnheGneZmpmZv5eJ2ZVpLZVqG5luJni1LYezSpd6nJmYIZWq0Jmk+pgYn3 jGtYgL95mo15m6qZm571mXRlBaT5lW6oeeqojn0ZlqhpnGwHmcpZVwDQnNG5hv+I150aWZtYZ52f V5bZ2Vfpso7gGZ7sKZBwWX7keZzg6HSddZ5/lZ7tmZ9v+Z5wGJ98p4+EuZuAhZ/6GZ7pQm8m6J97 x4oBultaU6Bag6BoZYQKClV5+JkC+llJtqH8aZsVqnVhiKESGm4U+qFLlYRnmaIjemslaqJJ5X8N mqErWpwuinPXJ6IyOqO4WKMpN3spapc5qqPwyaM556MqGqRC2olEWqTI+VZHSgVImqS91aJL+lOR J6JQKqVsRqVV2lMr96RZqqVBxqVdmlNfmqVAKqZjWqYax3EqGqZwqqb9yaYI56ZhWphRKqfWRacJ Z6dpilZ5qqeCRaZ8KlN+Cqj/rCmoc1qo57ZwfyqZgaqofkWojKpXTeqZiBqnkSqpdUWplbpSjpqp msqpRfipjXqpavWno0qqcWmqZBWqqyqqrLqnrvqqqJqosSqrsxpYnlqrJAWrubqpu8pWveqrIgWs rQmpwzqox6ViwyhciQhhOZaFHdmNzGWtiTZo2qZUwJqrcbqsndqsHqlZz+po5Zplugat1epYePZm jIWuQ9WtyYqp4NpXSddi7VpnF7GF7thaxVWQ7Opo7roQ5ZpS3eqt31qvcHWvlqZjxYaUvahtZFaS hNZtMeZq2caFXbZt2xqxoziKIuOwlyZezJZgBWtSdoqrKruyCvtWDKtpI1lj/x4LjIjmXqXGYTUb klG2jTObXihpYqzWZ9zIrbfKssrKVsI6q1k3Y/jKsSjGtDR7ajVWs1QGbJZjjwuJs32WavA4aKhG sdpKVClrtEjbsnG1tEJbak+btqS2s/W4s74YsFI7tdkKtXN7s4L2rk91pqlKr31rtuXWr6LmtcuG Y3FLstdWt3pWuIMbaBirs372s5kWVXzLsgmbtJxKjW57aTGbZ81Wsv0lPLx2sUa2sZxbOc52rQnZ jQoZuqAbrUV1pX5ruZirqMWqiMaqEbL7t7Orq4B7u05xlLkbevPpdXQ1r2Xbu2YLvMObb0WrvAK6 m7WrpszbvBZ1o8kLvYA7of/Wy1TYm728a7ngWr3dq3DPC77iK72/W75EW7xv51fR21bq27Lky74P db7om775u6v1a78bh7/7m7CXq7D9678KdaGRKb8BnLkGLLYArMAQrL3L+nqX1MAdxaBOGsErW3K2 SxGVlEv8ZsEXBaAZHMAex8FymnVBUSHXcEujBbaVpa/jGrbY6hAnG4c4PFZLKaPxq1Yedw0jEBIo rKUqzMIrKcPPmq8qVsMCW61Mwa82fKru+3fJWcKgOXlBHBJZPMRCmnSAIoDXSsNRLMZI/GbuuBRQ jFx5ZZ5W7MNYTBJZDMRCHJEXJxFf3IRhXIfU5mEkC7I+G7KG+4kS619P+8f/ovtifnxeFEaK25ps pyuy8frAccXDbgzHlqzFl8zFEurFRjyfkFuPQQu0kku1vOhqpEuPC1nKSDmtb2uujMbHZDxTnRmk PxzHcZyqmUzH4/mAKUEVZYzIqCi5JGaQOgZt2ojKVOvKw0xfChm1ZSZmeGulkixXGVrLlyx3VAB+ aQUAtjzHK1rE7ndXn8zKXJu1ebvEB4nMQ6vMv2htMtvKlhZtkyvNUzx6u9Wa1ozJgicQVFCA2UwF ACDH+jxvBmdQTCgSvvzLauu2UxbK86zK12jKdmZm6TyPzdy65kzPR3yMvZXPAi3HZGgFA9fPf6jP Aq3JW0oRCM2EutZs5IW1/63suoE8bQ8b0VeGusT2uCMZyi/dZEgG0146zcv5xiZ9yyYo0mQnhR+9 xVCny4sqETsoriL8T6spb0S91JYsb2WXzYWYyxR4gyyaFBx6klOtlEL9Vh6dxSW91CRNeBpZ1NeQ Lk1dx2WtU2WZ1iHxhyOw1t18gHKH1ZgMAAQd1nVtpmddyXB9DSW92LGY2IC91HJN14V9U6yI14od i3uN2Yx9yY/dzXzSoUo62ZR92Gg1Mpyt1o292Zl92qz92QhawKLdT1hp2omt15t92a0t0CA0orAd 208BmbQN2Kpt240N2Lv9zVPFbjMMtczNZ8393M4d3dA93fNonKsZ3J592/98fcnHPaON98G4FMJJ dcMhWNUAfdDZrdnF7dndraNFzMIuPG3CW5BMLLT7Srgmat6ljd6XvN363N5dTLxgrLr3Hcub65Fj nMf+qd/bzN+OncUAnqScTBLpYoysnMP/2sT1LcOwS54MrlbY3doRLqUTHtdas9FNbLEdq2F+vMgB NtMhm7E+/cfybJ0fvlYh/t8kI6klnmQbDYpjxrMju7XvSMrG1rb2HZ83zlY5PuLUa8cVUuEorq8U G8hX27XVWLXGPLftDLHkDYJL3la07eS4RhJiWVOdnNDKHGIYS9N0W+Rhi7U3e+E2TtqeRVv6F9VM WKp2fNB8Is6Ma2zj3OX/jFbO5UzkNW7ddv7Neo4QP0eQE7HSXy3fVhtlJpu4cC7jjCw8hnvkdV7P xceq2hcRj06rKj0VTPXlDhjmkzp35dboFVHqvIoUTvax0n3r1J3ruL7rzb3gi36If+7qo+4Rsj6p vi3Lvw5aks7STFHsdNXbx84UrL6w17XsSOHsZxvtMTXtvmVv1n4U2B642m6poB6BW5p0324U4b5W 0D7uSMHt9TbpEJHuRRHX2e7uoJrsf4Ur9J4Q/W59VjCQ7Y7vj1buYL2mBPHvB6HwFXFJAk/wKgXv orXw6E6lVvXwEI+y+m7sjl7xGYFVGJ/xv7rx9roQDF8QJ+91WRXyIn+s/yQfrgyR8gMh89SxVSzf 8h4l8dzrEDQv71DUVTeP8yf18s8+esinED1P72AV9ELvvAbv1Ic4etIg3h0P1fwEVpXE9E1/vUT/ YO0iDWBP9RRv9TWP9QG/sFuf810vV09kBWD/9mJvED0v2GZ/9i6b9he89vf+9W8P90fv7wcX8HVv 9+KO904/5cab0sXX94wf9yjvZpZE92av9YYfUTqfoHzP+H3v+Al/V5gk+VhP+ZXfUJff9pp/+pw/ 87hyVaC/9Gg/+lz/9Luc+aff+H/v6Cs/+KIP+wes969P+7Vv+z/P+rr/+7wvUaUv9cF/ScKv8sRf 97t//G0n+4oP/JsfoP4jAACaH/e5D/3GL/2k7/t3v/ibb0nZL9iskP2of/vdP/nfD/4LlfzkH/Yi wc3aP/UkU/ttD/Le//7wDxCsBA4kWNDgQYQJEVpZcc0hq2sKB1qhUtHiRYwZNW7MGHGiNJDSrFwD wArACAAgrZgM2VKaR4FWZM6cCYDmTZw1OVqEKdHnT6BBhQ4lWtToUaRJlS5lWpChw4g9E1LcWdXq xp5WWo4UeDKlSJYuQWbNacVm2bIAAFiV2tTtW7hx5c6lW9fo04dtD1K92vdq1q0RzaLUuvKrWLI5 z6K9aXNtVb12JU+mXNnyZaV4o/7k69czVoJat5qUGdOwaJeJcS5mLP7z7OOdkTHPpl3b9u2kmiFy /txbI+DRJ0eUZuX6cEjVjVvX1AkZ93Po0aXj1i07tG/sPEO7NDzC+3CzABwcHxs67XKzNGFztD7d /Xv48YFW550dO/CQ3Vl9H+HAP/mXzFNsOdbMYks+BBNUUEH6fOrMPs/wA8sk7wTyzr/xEBNwtdYK NNC5BUMUcUTaGpToQQj7khCsk/YbYT8MAUxOPcY8/DA2EnPUcUe4TFQIxRQP/Ci/rip0MUYNJzpv ydWEDGq59niUckrbfJwqyM96cqilktT6Dsb/kjRtQDIVc3K+FdJUc83dqHTzzdusXAjLCA3aEqSv vLwwzNQ2VI5DtP/WA00ohhSKbKWJKEPUoEWnwqzRJ51SVNKVIJ1Szr3o9CuyO7k86T8Z/aTxz0DP 5GyFvQQ6FCauJGvVKetWijKuWWOKSapD3ZI10ahepRJTRjVV0dBrxFILwPKULNM1Ak11EFWnENWr 0olqzWzaWK0tUbBafc0tK1a1TRBYp4T9y9KCOhVLzOKYTK9GQQd9EtVFZ1J1r2taHQlRfse0tTjT GCWu3VsB3lDZgNvld2FL7VW4XuIq7VdiZRstbd9+CTbPYIkHdljAhAOuVLCBdyT3OnOrUqvkg9Rd N9kxAX03rXjZG6rQiwdua1d+8+W2OI8cGhloWS0VGuB8iW7z1qP+ZU16pKSbPvpoXp+GitqmiyZa a6dfhbo0q7Wu1meir0Y66apHDtfnfSFC2+SG8qovZZXPkshldgNlluYsb6aXJoJ29oirfZ8G+mGy Cb+3YsFUBRvWW29KfPDEaQo3csolh7rszQsvuODOE1/8cMLJ3nqmy8sOjVuMUefx5Ino/mtldAMv 9uUZmbMxPN/ELVThdAV2vXDio2b7Z4PTHjxyRjOHSmjkPYcaqmoxx/x5fY+3/nDQnf+3+tKzn/6h zz0H//jnX497Mwdljw0m2u++vc+KG7Px2JqdPRHa5AeSymmpIQ1p2SMY2iyWOVspbnXbG5r4ordA 1UVwaJzzHvf+SOe8jJWvaBU84Pa6Z77ahQh2MXHfbxITP2LRL2akqsli1NIb3/GvZZCrVuk0KBNu DW5XjCugvg5Gsg36y3T2SgxEAAdEI2KQcogLDfekt8N/dY6IwCui6T6IRHFNZ4TFKeFFyLdC47DM TvPL3d7CuJr8yWs+d7NT8ILmP/9Rz1dfjCP57AjHOsKEekvbox7pqKqHjK+Oo9uMHgHpLfbtJmht iV76AMnIOwbuXovMohbXt7QfdZEKf3yY/cSYrmKV8V20C1QaMSKu56XSkQ7KicAwKSJvFeWImdlh LOHElC0CyVxR2RnNPmk7UbVwd4oxZUUqyRRVcpKTIjomKJf+WRQ6NvOWP7rkrHQpLD8KD41i9IAH 9uIu9BgHR9MkZzkXlEtN4qqXxCwZAxjwzWWFs4VqNGc97QkddHZRL5ws5S/rNyp5As4k8ZLmPQ16 0MxUc27ukw0/fRlCvQU0Yq7pCEItelFXKbR9+pSfNj2JrojKc4UExWhJTaorjZ4onT9xKDsh9VD0 gPFG2jlpTW1KlHyWECbdJJZH1WM3MJJyOTKl6ClvelSkUpN61lypQNzpk5Zus2PhEWknm2TUpGZV qzllKDTXKVWqhpOojamoVs16VK7KrplRtd8wcTLWq3rxrHOtaVrpVlC2SpRh4SQpXf16UbumrKCA 9GlMrYr/nr7+VbH3DOwuQziUvKIFrh0q62ItW87GCguFSomsQPVKVqxeVrRwyqy5NpuUZ8Lzs82R 62hd+6uUZlKTFjktKxGS2skGNLGv5W2OSiu72iZEaLVb5mpLFdreJleEsb3SbDMS3Nvmi7isMi7f kKtc7Mrnt12Ebsuke9vqWrey2SXve7arye6O8ZPhtd84y/te6Zx3tukFJcvYK04QwVe/1GHunJx7 FfoCM5gSfeFf9nvgKvU3U//tS4AXYtwCDwvBE76MfBlcEQdHS68R3hSFPawoBQfrwp7JcG7ReJ8P p7guFh4xbYF6InlyGIYqpnFcWNxiF/vTxLyD0GBr/OOJ/oS4XDj2TXoJVMwOA1nJSLkxkS8CXXhp ysdLpnGTnfzkFxNVxkGaMpVTbOUrY9lj7RWsl808r6UuNMzYid9Pu3pmOCtVbhtdM4RIueVdxlnP exEyyuqcomPNtst71i+Y/0zkQRP6vYY+dIsTrWjyMrrRF340pLEr6Un/t9KWTi6mMy1oTuvZ05/m aKjhPGpSv9nUZkZ1qu+66jO32tV5hrWXZT1rKdfa1n2OHa4nvWldW3aLySR2sY19bGQnW9nLZnYq g73kLT5b2jeN9rStXdJqX1vbB832tr1tzm5/W9yk5fW4zT3NcJ9b3b4t97rdDbc0v1ve5I73vO0t pXTf/1vf+Gz3ff39b4AHXOADJ3jBDX5whCc8J9Zsd7Md/nCIR1ziE6d4xS1+cYxnXOMb5/jDT1Xv fYf8nO0Wecn5C3KTp9ySKFd5y08+Z5fHPE4kl3nN5ZJvm+ecyTTXec9zw3OfBx2nQBd60T8Oc6Mn /ecs1zf+nP50qEdd6lOnetWPNcaOZz2VMnSb1r1+Da4ziujiBsDXtb6CkgRPfWqH2/6Yfu+ywy3t klw73dsu50SKPO46Ysjc8Xj3v/M97E4Z+7f3zm6/j07wbF883l+578OTqO9trHvg2e12pIc88kzB 30Dmnvifg16anV8K6E/FeIkk3vQ/Wb1JZDn40BTe2/6bV4rf0377t0we9UKxfelfv/uEqN4oq2/9 /jCfd80nuveuL/5d0E75ojQ/+r+3u0/U4nnpI4T4zj/+45uufILcPvtDF/1RTH915n/++l1Z//gJ D3ztqx/74me/8NPP/vqjqfvANjXtk7L89cu954M/1lOILsG9z3O9rlBAvyFAg+gS5lvABcQ9CZTA 9lPABHyW/Us5/0MKAGTAptC96huK87u6BFS9znO/2HPAgoBACGTAF3S68KvAGPS803M8/gu1DjS/ GcRAASy/4XtAGzzBFizCoWPBHqRAIgTBJBxCGrzBqZC9bdvBILRBGEQpIJw+J5zALYxALjzCETRA C/98QgoEwTKswQqkpg00OSocPvQzwxAcwDDkvTdMQSuswwsEQ8sTwx4cqDMMwDH8Qj/UPxzkwBxc MTncwxH5HUWEJdgLsreztzbUrkRUvMubw4OQOv5aw5KbxPgQwUZcLiREEEZcCCnUNk+ED1C0RMnj ukO0i1Lks0ict1Q0r0r0PkccRUrkRL2TLoUbuFt8RUTUxU98xJg4xWsDgDVZRmZsRmd8RmiMRmkM xl80OFesxoIzxuJARmuzOm/8RnAMR4OYRnIsR3M8x4I4R3VcR3bURpxTOnjcxlmMR3o0xXmsR3yE xMzLR34kvHvsR3p8R4DUOYEcSJsrSIOUOYRMSJdiW0iGVDmHfEiTi0iJFDndwEaMzEiN3EiO7EiP /EhrhIp2HEmSLEmTPEmUTEmVXEmWbEmXfEmYbEezm0marEmbvEmczEmd3Eme7Emf/EmgDEqhHEqi LEqjPEqkTEqlXEqJCwgAOw== ------=_NextPart_000_0048_01C0C04A.647B77E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 16:58:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from jason-n3xt.org (crtntx1-ar3-088-078.dsl.gtei.net [4.41.88.78]) by hub.freebsd.org (Postfix) with ESMTP id 5E86837B423 for ; Sun, 8 Apr 2001 16:58:41 -0700 (PDT) (envelope-from jason@jason-n3xt.org) Received: from jason (crtntx1-ar3-088-096.dsl.gtei.net [4.41.88.96]) by jason-n3xt.org (8.11.1/8.11.1) with SMTP id f38NwiS79460; Sun, 8 Apr 2001 23:58:45 GMT (envelope-from jason@jason-n3xt.org) From: "Jason Halbert" To: "Otter" , "'Thomas Lau'" , Subject: RE: How can I make emu10k1 sound card work in FreeBSD 4.x ? Date: Sun, 8 Apr 2001 18:58:33 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <000c01c0c07b$b772fa50$1401a8c0@zoso> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG That is really outdated I think. In 4.1.1-RELEASE and above I've not had to do anything like that at all. Simply following the instrustions in the handbook for recompiling your kernel and adding "device pcm" in there and then a "./MAKEDEV snd0" in the /dev dir should accomplish your goal. I use a SB Live! X-Gamer which is a EMU10K1 soundcard. --- Jason jason@jason-n3xt.org -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Otter Sent: Sunday, April 08, 2001 5:32 PM To: 'Thomas Lau'; freebsd-questions@FreeBSD.ORG Subject: RE: How can I make emu10k1 sound card work in FreeBSD 4.x ? http://www.defcon1.org/html/Hardware_Articles/OpenSSH/Hardware/File-Sy stems/sblive-4x.html > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Thomas Lau > Sent: Sunday, April 08, 2001 5:17 PM > To: freebsd-questions@FreeBSD.ORG > Subject: How can I make emu10k1 sound card work in FreeBSD 4.x ? > > > I am using emu10k1 ( creative SBLive! ) > How can I make it support in FreeBSD? > OSS fully supported in BSD and work fine, but need to pay $$ > for it, How > can I make it depends support ? > Thanks a lot > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 17: 7:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12207.mail.yahoo.com (web12207.mail.yahoo.com [216.136.173.91]) by hub.freebsd.org (Postfix) with SMTP id 506A437B424 for ; Sun, 8 Apr 2001 17:07:44 -0700 (PDT) (envelope-from diana_gibraiel@yahoo.com) Message-ID: <20010409000744.55697.qmail@web12207.mail.yahoo.com> Received: from [208.40.47.71] by web12207.mail.yahoo.com; Sun, 08 Apr 2001 17:07:44 PDT Date: Sun, 8 Apr 2001 17:07:44 -0700 (PDT) From: Diana Gibraiel Subject: Re: Newbie Sound Problem To: Siegbert Baude Cc: freebsd-questions@freebsd.org In-Reply-To: <3AD0E4D1.5F85A7C2@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The mixer tells me the following: Mixer vol is currently set to 75:75 Mixer synth is currently set to 75:75 Mixer pcm is currently set to 75:75 Mixer line is currently set to 75:75 Mixer mic is currently set to 75:75 Mixer cd is currently set to 75:75 I went to the KDE control center, and under that Sound and then System Sounds, and I tested system sounds from there. I also tried the media player under KDE, and didn’t get any error messages (nothing happens when I try to play the file; the time counter just stays at 0:00). I also opened the midi player under KDE, and it gives me this error message on its screen: “ERROR Can’t open output device”. Though I’m pretty sure it’s an at least partially an unrelated problem (but I figure it can’t hurt to mention it here), I can’t play audio CDs with KDE’s CD player. I get this message when I try: “CDROM read or access error cd player: please make sure you have access permissions to /dev/rmatcd0c” even though I do have access permissions to /dev/rmatcd0c. --- Siegbert Baude wrote: > > I then tried playing .wav files from KDE to test it, and nothing happened. > > What does mixer tell you? This little program is the volume control of > your sound card. A typical output would look like: > > bash-2.04$ mixer > Mixer vol is currently set to 100:100 > Mixer bass is currently set to 50:50 > Mixer treble is currently set to 50:50 > Mixer synth is currently set to 75:75 > Mixer pcm is currently set to 100:100 > Mixer speaker is currently set to 75:75 > Mixer line is currently set to 75:75 > Mixer mic is currently set to 0:0 > Mixer cd is currently set to 100:100 > Mixer igain is currently set to 0:0 > Mixer ogain is currently set to 50:50 > bash-2.04$ > > For playing wav files the pcm and (overall) vol line are important. > > BTW, which program did you use and were there any error messages? > > Ciao > Siegbert > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ===== "We understand the possibility of determining their shapes, their sizes and motion, whereas never, by any means, will we be able to study their chemical composition." -Auguste Compte on stars, _Course de Philosophie Positive_ (1835) __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 17:10:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.cybersurf.net (smtp1.cybersurf.net [209.197.145.111]) by hub.freebsd.org (Postfix) with ESMTP id 596A837B43C for ; Sun, 8 Apr 2001 17:10:25 -0700 (PDT) (envelope-from 01031149@3web.net) Received: from 3web.net ([209.197.154.119]) by smtp1.cybersurf.net (Netscape Messaging Server 4.15) with SMTP id GBI0H900.DSZ for ; Sun, 8 Apr 2001 18:10:21 -0600 Received: by rockingd.calgary.ab.ca (EzMTS MTSAgent 1.22b Service) ; Sun, 08 Apr 01 18:09:22 -0600 for Received: from 3web.net (10.0.0.2) by rockingd.calgary.ab.ca (EzMTS MTSSmtp 1.23f Service) ; Sun, 08 Apr 01 13:21:02 -0600 for Received: by mandy.rockingd.calgary.ab.ca (sSMTP sendmail emulation); Sun, 8 Apr 2001 13:20:36 -0600 Date: Sun, 8 Apr 2001 13:20:34 -0600 From: Duke Normandin <01031149@3web.net> To: The Hermit Hacker Cc: freebsd-questions@FreeBSD.ORG Subject: Re: BSDi Acquired by Embedded Computing Firm Wind River Message-ID: <20010408132033.A117005@mandy.rockingd.calgary.ab.ca> Mail-Followup-To: The Hermit Hacker , freebsd-questions@FreeBSD.ORG References: <20010407142725.A171295@mandy.rockingd.calgary.ab.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from "The Hermit Hacker" on Sat, Apr 07, 2001 at 09:51:20PM X-Envelope-Receiver: , Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Apr 07, 2001 at 09:51:20PM -0300, The Hermit Hacker wrote: > On Sat, 7 Apr 2001, Duke Normandin wrote: > > > I understand your example. Setting aside the issue of kernel support > > for garbage peripherals a-la Linux for a minute, is FreeBSD's > > server-centric kernel inherantly not as well suited to perform as a > > desktop platform as it could be? I realize that folks *are* using > > FreeBSD as a desktop platform, but are they "forcing" it to do so at > > the expense of the kernel's rock-solid stability? Bottom-line -- > > should FreeBSD be chosen strictly for use as a server, and Linux as a > > desktop platform, albeit the latter's instability that *sometimes* > > occurs in their effort to support as much relevant hardware/software > > as possible? > > I don't feel that I'm "forcing" myself to do anything ... but, then again, I didn't mean "forcing" *you* to do anything; rather, "forcing" the kernel into providing a level of desktop-centric functionalty that denegrates its otherwise stability. Kinda like asking the question: If I install a Formula I power train in my home-made shit-box, will I have to "de-tune" it by slapping a governor on it and removing the supercharger, i.e., "forcing" it to behave as a "street machine" -- and will performance and stability be affected? The answer would be "hell yes, performance will be affected!" -- the engine was built to run at high RPMs *with* a certain (and finite) complement of peripheral equipment. Get my meaning? -- -duke Calgary, Alberta, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 17:10:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.cybersurf.net (smtp1.cybersurf.net [209.197.145.111]) by hub.freebsd.org (Postfix) with ESMTP id 5A2BE37B43E for ; Sun, 8 Apr 2001 17:10:25 -0700 (PDT) (envelope-from 01031149@3web.net) Received: from 3web.net ([209.197.154.119]) by smtp1.cybersurf.net (Netscape Messaging Server 4.15) with SMTP id GBI0H900.FPW for ; Sun, 8 Apr 2001 18:10:21 -0600 Received: by rockingd.calgary.ab.ca (EzMTS MTSAgent 1.22b Service) ; Sun, 08 Apr 01 18:09:22 -0600 for Received: from 3web.net (10.0.0.2) by rockingd.calgary.ab.ca (EzMTS MTSSmtp 1.23f Service) ; Sun, 08 Apr 01 17:54:00 -0600 for Received: by mandy.rockingd.calgary.ab.ca (sSMTP sendmail emulation); Sun, 8 Apr 2001 17:53:35 -0600 Date: Sun, 8 Apr 2001 17:53:34 -0600 From: Duke Normandin <01031149@3web.net> To: Ted Mittelstaedt Cc: freebsd-questions@FreeBSD.ORG Subject: Re: BSDi Acquired by Embedded Computing Firm Wind River Message-ID: <20010408175333.B117005@mandy.rockingd.calgary.ab.ca> Mail-Followup-To: Ted Mittelstaedt , freebsd-questions@FreeBSD.ORG References: <20010407142725.A171295@mandy.rockingd.calgary.ab.ca> <007701c0bfef$b594f120$1401a8c0@tedm.placo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <007701c0bfef$b594f120$1401a8c0@tedm.placo.com>; from "Ted Mittelstaedt" on Sat, Apr 07, 2001 at 10:49:43PM X-Envelope-Receiver: , Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Apr 07, 2001 at 10:49:43PM -0700, Ted Mittelstaedt wrote: > This depends on what you want to do with a desktop system. > > The first issue that most people that want to run desktop systems want to > do is the following: They Want The Cheapest Thing Possible. In short, > placing some absolutely rediculous price constraints on building their > desktop systems results in some truly gruesome hardware selections. > > So, what happens when someone with a e-machines system with a winmodem, > a bunch of usb peripherals, a crappy monitor and video card goes and > tries to load FreeBSD? Well, their chances of success are lower than if > they tried loading, say, Windows ME. This is because ME has to be designed > to run on that absolute junk hardware - because that's the target market > Microsoft is shooting for. So...is it fair to say that given the multitude of junk hardware in active use, that M$ and perhaps Linux have done an outstanding job in 1. writing relatively stable drivers for this so-called crap, and 2., dove-tailing same with their perhaps not-so-stable kernel(s)? As well, that this whole discussion is really about quality and availablity of junk-hardware drivers? > Now, there's absolutely no reason that you cannot select decent-quality > hardware for desktop systems, such as using SCSI peripherals, and that > sort of thing. It will cost you more money, probably a significantly > more amount. The better hardware will run FreeBSD, and other > higher-performance operating systems just fine. In fact, it may NOT run the > cheaper OS's as well, I know of at least 1 Compaq model that a customer > has which runs NT Workstation flawlessly, but crashed regularly under > Windows 95. True enough! However, in your vast experience, what percentage of the current and future Unix users do you suppose can afford the quality of basic and peripheral hardware that commercial houses opt for -- and more importantly, that the FreeBSD top-level folks *seem* to have deemed to be the only type that drivers would be written for? Your comments above, IMHO, support your previous suggestion that this whole issue revolves around certain strategic marketing decisions that have been made. Something to the effect that -- we'll aim at being the best server platform possible, and to hell with catering to the desktop users with their paeon junk hardware. If they're clued-in enough to get with the program and come up to standards, then it'll work for them, up to a point. Otherwise, piss on em! Am I being unfair? > I don't think that there's inherently anything that someone wants to do on > a desktop system that is hazardous to the operating system. However, > certainly there's programs that people want to run that ARE hazardous to > the computer! For example, I've seen Pagemaker crash a system for no > reason whatsoever, except application software bugs. ^^^^^^^^^^^^^ Sure....which can happen in a strict server setting as well, e.g, a flaky NIC driver. > If you are willing to use FreeBSD as a desktop OS - which means giving up > the ability to run certain windows applications - then you will probably > have no problems with it. Now, if you were a programmmer and you "forced" > FreeBSD into running _all_ Windows applications, well then you might have to > make serious compromises in system integrity to do it. Would Netscape be a good example of the above? I take it that you are suggesting that FreeBSD ports of some Windows programs are poorly done *and* that the peripheral hardware that some of these use/require lead to system performance degradation due to FreeBSD's poor junk-hardware support? > >Bottom-line -- should FreeBSD be chosen > >strictly for use as a server, and Linux as a desktop platform, albeit the > >latter's instability that *sometimes* occurs in their effort to support > >as much relevant hardware/software as possible? > > This is the $64 question, isn't it? Well, my answer to that is the > following: Since FreeBSD has stability and reliability as it's absolute > mantra, when selecting an OS for _either_ a server or a desktop, try FreeBSD > first. If it will work for what you want to do, then your ahead of the > game. If it fails on the server hardware you have, then consider that the > server hardware shouldn't be in use as a server to start with, and replace > it. But, if FreeBSD fails on the desktop hardware, or you find that there's > things that you can't do on your desktop that you want to do, then check out > Linux. I agree! and this is what I suspected all along. However, I now understand *why* FreeBSD might not shine as a desktop platform in a lot of cases, given the FreeBSD status quo. > Now, understand that this rule is only good for _me_. In a large company > with controlled desktops, you may for example, decide to standardize on > Linux for the desktops from the get-go. You may do this with the idea that > your more likely to run into oddball or substandard peripherals in your > fleet of desktops. Since standardization is paramount here, and swapping > out the entire fleet of desktops isn't an option, you may feel that > ultimately you will get better support from the Linux community for the many > variations of low-quality desktop hardware, and the many oddball user > applications that you may run into. Sure...Like you said marketing; marketing, marketing! Those Linux folks aren't stupid either I suppose. I'm sure that they also recognize the preponderance of the junk hardware that's being used both in private and corporate settings - globally. So it's my guess that they are trying to make the best out of a not-so-good fact of life, by writing the best drivers possible for as much junk as possible -- in order to win over as many new converts as possible, to the "Unix way". Isn't *that* what it should be about -- at least to some degree? Ted...how do you suppose Linux would behave as a server and/or desktop platform if it ran on equipment that FreeBSD considered absolutely top-notch? Equal to FreeBSD? A tad better or a tad bellow -- setting aside any BSD bias (if applicable) for a moment? > Compounding the problem of answering this question is the fact that Linux > and FreeBSD are at the very _beginning_ of their life interfacing with > commercial software and hardware vendors. There's still a large amount of > new hardware that's being released _without_ support for Linux/FreeBSD > drivers. Manufacturers are just beginning to come around and start > including Linux drivers in new systems, and we haven't yet seen that large > divergence of Linux into the desktop, and FreeBSD into the server market. I > see the tendencies for it, however, which is why I made the comments that I > did on this issue. I agree with this completely. FreeBSD is evolving. Having lurked on this list for almost 1.5 years now, my sense that if FreeBSD was once looked upon by some of the original developers as simply an enjoyable hobby, it certainly should not be seen as *only* that anymore -- not if FreeBSD is to grow and spread. Of course as a volunteer effort, there's just so much that can be done. Do you suppose it's time to evaluate *how* FreeBSD is to evolve in the next 5 years? Is it a "good enough" server in it's present incarnation? Given it's rock-solid kernel, could it hurt to support more junk-hardware with reliable drivers? Do we want to be in the desktop market at all, anyway? Thanks for the thought-provoking discussion! -- -duke Calgary, Alberta, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 17:19:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (dav31.law15.hotmail.com [64.4.22.88]) by hub.freebsd.org (Postfix) with ESMTP id 7CB2137B422 for ; Sun, 8 Apr 2001 17:19:22 -0700 (PDT) (envelope-from want_2_learn_freebsd@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 8 Apr 2001 16:44:31 -0700 X-Originating-IP: [209.144.200.55] From: "Doug Wilson" To: Subject: thin ftp server needed... Date: Sun, 8 Apr 2001 16:44:10 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: X-OriginalArrivalTime: 08 Apr 2001 23:44:31.0809 (UTC) FILETIME=[DBDA8B10:01C0C085] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi list! I need to make an ftp server with web based ssl administration. It would be on a clone 400 PII 64MB/8GB. Also, this server would have to use NT domain authentication and access the end files on a Netap filer. My questions are: 1.) What is the best ftp server for what I need.. Proftpd, wuftp, etc.. 2.) Is Webmin the best way to administer this? 3.) Is there a quick and dirty way to setup the domain auth? If so, is that the best way? Thanks list. I will still look into these questions independently, but I thought I'd ask. Doug. PS: if you didn't already guess, I'm new to the Unix thing. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 17:19:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.urx.com (mail.urx.com [63.170.19.36]) by hub.freebsd.org (Postfix) with ESMTP id 0011337B423 for ; Sun, 8 Apr 2001 17:19:23 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com [206.159.132.160] by mail.urx.com with ESMTP (SMTPD32-6.06) id AFFA12D001AC; Sun, 08 Apr 2001 17:19:06 -0700 Message-ID: <3AD0FFFA.1FE4FB07@urx.com> Date: Sun, 08 Apr 2001 17:19:06 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Matthew Beauchesne Cc: freebsd-questions@FreeBSD.org Subject: Re: Ensoniq AudioPCI problems. References: <20010408192635.A225@cheshire.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthew Beauchesne wrote: > > Hello, > > I recently install 4.0-RELEASE am and now trying to configure my > soundcard. It is an Ensoniq AudioPCI model ES4815. I have added the line > device pcm0 to my kernel config file and recompiled. However this > doesnt seem to work as dmesg doesn't show any sign of it and when I > cat /dev/sndstat it tells me the device is not configured. Has anyone > else used this card successfully? Any suggestions? I don't have a Es4815 but FreeBSD 4.x doesn't require the device number "0" to be added to pcm. I have a Es-1371 and all I have to add is "device pcm". It shows up in the dmesg as pcm0 and I had to do a "sh MAKEDEV snd0" to finish creating the /dev entry. Kent > > TIA > -- > Matthew Beauchesne > mjb@cheshire.net > __ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 17:24:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.urx.com (mail.urx.com [63.170.19.36]) by hub.freebsd.org (Postfix) with ESMTP id 10BB937B422 for ; Sun, 8 Apr 2001 17:24:20 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com [206.159.132.160] by mail.urx.com with ESMTP (SMTPD32-6.06) id A132C0A0182; Sun, 08 Apr 2001 17:24:18 -0700 Message-ID: <3AD10132.12323680@urx.com> Date: Sun, 08 Apr 2001 17:24:18 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Diana Gibraiel Cc: Siegbert Baude , freebsd-questions@freebsd.org Subject: Re: Newbie Sound Problem References: <20010409000744.55697.qmail@web12207.mail.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Diana Gibraiel wrote: > > The mixer tells me the following: > > Mixer vol is currently set to 75:75 > Mixer synth is currently set to 75:75 > Mixer pcm is currently set to 75:75 > Mixer line is currently set to 75:75 > Mixer mic is currently set to 75:75 > Mixer cd is currently set to 75:75 > > I went to the KDE control center, and under that Sound and then System Sounds, and I tested system > sounds from there. I also tried the media player under KDE, and didn’t get any error messages > (nothing happens when I try to play the file; the time counter just stays at 0:00). I also opened > the midi player under KDE, and it gives me this error message on its screen: “ERROR Can’t open > output device”. > > Though I’m pretty sure it’s an at least partially an unrelated problem (but I figure it can’t hurt > to mention it here), I can’t play audio CDs with KDE’s CD player. I get this message when I try: > “CDROM read or access error > cd player: please make sure you have access permissions to /dev/rmatcd0c” > even though I do have access permissions to /dev/rmatcd0c. But you don't have an old Panasonic CD player. You need to change that to /dev/acd0c or if you created the link making /dev/cdrom, then you add that to the device in kscd. Kent > > --- Siegbert Baude wrote: > > > I then tried playing .wav files from KDE to test it, and nothing happened. > > > > What does mixer tell you? This little program is the volume control of > > your sound card. A typical output would look like: > > > > bash-2.04$ mixer > > Mixer vol is currently set to 100:100 > > Mixer bass is currently set to 50:50 > > Mixer treble is currently set to 50:50 > > Mixer synth is currently set to 75:75 > > Mixer pcm is currently set to 100:100 > > Mixer speaker is currently set to 75:75 > > Mixer line is currently set to 75:75 > > Mixer mic is currently set to 0:0 > > Mixer cd is currently set to 100:100 > > Mixer igain is currently set to 0:0 > > Mixer ogain is currently set to 50:50 > > bash-2.04$ > > > > For playing wav files the pcm and (overall) vol line are important. > > > > BTW, which program did you use and were there any error messages? > > > > Ciao > > Siegbert > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > ===== > "We understand the possibility of determining their shapes, > their sizes and motion, whereas never, by any means, will > we be able to study their chemical composition." > -Auguste Compte on stars, _Course de Philosophie Positive_ (1835) > > __________________________________________________ > Do You Yahoo!? > Get email at your own domain with Yahoo! Mail. > http://personal.mail.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 17:37:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f181.law9.hotmail.com [64.4.9.181]) by hub.freebsd.org (Postfix) with ESMTP id AE77C37B624 for ; Sun, 8 Apr 2001 17:37:31 -0700 (PDT) (envelope-from wmhardrock@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 8 Apr 2001 17:37:30 -0700 Received: from 207.236.167.152 by lw9fd.law9.hotmail.msn.com with HTTP; Mon, 09 Apr 2001 00:37:30 GMT X-Originating-IP: [207.236.167.152] From: "Vincent Foley" To: freebsd-questions@freebsd.org Subject: Canadian keyboard problem Date: Sun, 08 Apr 2001 20:37:30 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 09 Apr 2001 00:37:30.0890 (UTC) FILETIME=[42BBCEA0:01C0C08D] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. I'm from Quebec, so naturally I'd like to use a french canadian keyboard. So using kbdmap, I select fr_CA.iso.acc.kbd. The mapping is all right, but when I type accented characters (é è à ô, etc) I get greek symbols (teta, alpha, omega, etc) instead of the appropriate characters. I searched the mailing lists archives, but I couldn't find anything. The FAQ doesn't mention anything about the keyboard either. So I'd like to know if someone could help me out. I also have another question, which man should I read to learn how to make Left-Shift acts as a meta key? RTFM is fine to me, but tell me which FM I must R. Thank you very much, Vincent _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 17:48:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 5242437B422 for ; Sun, 8 Apr 2001 17:48:30 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 45EE06ACB7; Mon, 9 Apr 2001 10:18:01 +0930 (CST) Date: Mon, 9 Apr 2001 10:18:01 +0930 From: Greg Lehey To: kam@salsolutions.net Cc: freebsd-questions@freebsd.org Subject: Re: Vinum volume restore help? Message-ID: <20010409101801.B19180@wantadilla.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from netalchemist@hotmail.com on Sun, Apr 08, 2001 at 03:58:41PM -0000 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 8 April 2001 at 15:58:41 -0000, Kam Salisbury wrote: > Ok, I admit my cavalier attitude may have gotten me into more trouble than a > command shell can fix this time. > > I saved my configuration files for my vinum mirror and installed a new root > file system (ad4) 10GB. The vinum mirror is on ad6 and ad7, both 20GB > drives. I can restore my vinum.conf but cannot figure out how to get the > vinum mirror back. I am reluctant to issue a "newfs..." command like what is > found in the instructions at freebsddiary.org (how I made my mirror in the > first place) newfs blows away your data. There's no reason to do that. > "Any" help or even an admonishment is helpful and appreciated as there is > about 7GB of data on that mirror which is now backed up. > > I know, I know... I am not looking good because of the lack of a backup for > the data. I blame this on my click-n-play NT background where you can just > break the mirror and re-create it again. Problem is, I am so unfamiliar with > vinum I am afraid to issue commands in the man pages that say "for emergency > use only" > > Help? Well, having read this, I'm still not sure what problems you're having. What happens when you try to start Vinum? You should also take a look at http://www.vinumvm.org/vinum/how-to-debug.html and supply me with any relevant information you have there. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 18: 0:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from VL-MS-MR002.sc1.videotron.ca (relais.videotron.ca [24.201.245.36]) by hub.freebsd.org (Postfix) with ESMTP id 498E037B424 for ; Sun, 8 Apr 2001 18:00:14 -0700 (PDT) (envelope-from KungFuMan@videotron.ca) Received: from leputer ([24.200.37.193]) by VL-MS-MR002.sc1.videotron.ca (Netscape Messaging Server 4.15) with SMTP id GBI2S401.DYK for ; Sun, 8 Apr 2001 21:00:04 -0400 Message-ID: <000801c0c090$74361960$0300a8c0@leputer> From: "Kung Fu Man" To: Subject: Wird Libs problems Date: Sun, 8 Apr 2001 21:00:17 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C0C06E.EA18E710" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C0C06E.EA18E710 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, recently had weird libs problem wich I THINK are the source of other = weird problems. The first time it happenned, it was right after I = installed portcheckout. But this time I re-installed the whole system = (my partition was formated and everything) and I had the problem right = after the installation was completed. Let me show you: bash-2.03# finger finger: /var/run/utmp: Permission denied bash-2.03# ls -l /usr/bin/finger -rwx-wx-wx 1 root wheel 17432 Mar 20 16:31 /usr/bin/finger bash-2.03# ls -l /var/run/utmp -rw-r--r-- 1 root wheel 748 Apr 7 21:16 /var/run/utmp bash-2.03# whoami root bash-2.03# man /usr/libexec/ld-elf.so.1: Cannot open "/usr/lib/libc.so.4" bash-2.03# ldd /usr/bin/man /usr/bin/man: libc.so.4 =3D> not found (0x0) bash-2.03# ldd /usr/bin/finger /usr/bin/finger: libc.so.4 =3D> /usr/lib/libc.so.4 (0x28067000) bash-2.03# ls -l /usr/lib/libc.so.4 -r--r--r-- 1 root wheel 531444 Mar 20 16:27 /usr/lib/libc.so.4 bash-2.03# uname -a FreeBSD TESTBOX 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Thu Apr 6 23:49:16 = EDT 2000 root@TESTBOX:/usr/src/sys/compile/THA_KERNEL i386 bash-2.03# brandelf /usr/lib/libc.so.4 File '/usr/lib/libc.so.4' is of brand 'FreeBSD'. bash-2.03# I have absolutely NO IDEA of what is going on...=20 ------=_NextPart_000_0005_01C0C06E.EA18E710 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi, recently had weird libs problem = wich I THINK=20 are the source of other weird problems. The first time it happenned, it = was=20 right after I installed portcheckout. But this time I re-installed the = whole=20 system (my partition was formated and everything) and I had the problem = right=20 after the installation was completed.

Let me show = you:
bash-2.03#=20 finger
finger: /var/run/utmp: Permission denied
bash-2.03# ls -l=20 /usr/bin/finger
-rwx-wx-wx 1 root wheel 17432 Mar 20 16:31=20 /usr/bin/finger
bash-2.03# ls -l /var/run/utmp
-rw-r--r-- 1 root = wheel 748=20 Apr 7 21:16 /var/run/utmp
bash-2.03# whoami
root

bash-2.03# = man
/usr/libexec/ld-elf.so.1: Cannot open = "/usr/lib/libc.so.4"
bash-2.03#=20 ldd /usr/bin/man
/usr/bin/man:
libc.so.4 =3D> not found=20 (0x0)
bash-2.03# ldd /usr/bin/finger
/usr/bin/finger:
libc.so.4 = =3D>=20 /usr/lib/libc.so.4 (0x28067000)
bash-2.03# ls -l=20 /usr/lib/libc.so.4
-r--r--r-- 1 root wheel 531444 Mar 20 16:27=20 /usr/lib/libc.so.4
 
bash-2.03# uname -a
FreeBSD TESTBOX = 4.0-RELEASE=20 FreeBSD 4.0-RELEASE #0: Thu Apr 6 23:49:16 EDT 2000=20 root@TESTBOX:/usr/src/sys/compile/THA_KERNEL i386
bash-2.03# brandelf = /usr/lib/libc.so.4
File '/usr/lib/libc.so.4' is of brand=20 'FreeBSD'.
bash-2.03#

I have absolutely NO IDEA of what is = going on...=20
------=_NextPart_000_0005_01C0C06E.EA18E710-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 18: 1: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 3CC1537B423 for ; Sun, 8 Apr 2001 18:00:57 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 81560 invoked by uid 100); 9 Apr 2001 01:00:55 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15057.2503.733466.239418@guru.mired.org> Date: Sun, 8 Apr 2001 20:00:55 -0500 To: Duke Normandin <01031149@3web.net> Cc: questions@freebsd.org Subject: Re: BSDi Acquired by Embedded Computing Firm Wind River In-Reply-To: <94484660@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Duke Normandin <01031149@3web.net> types: > On Sat, Apr 07, 2001 at 10:49:43PM -0700, Ted Mittelstaedt wrote: I know I'm butting into a two-person conversation - but you're doing it in a public forum, so I'm empowered :-). > So...is it fair to say that given the multitude of junk hardware in > active use, that M$ and perhaps Linux have done an outstanding job in > 1. writing relatively stable drivers for this so-called crap, and 2., > dove-tailing same with their perhaps not-so-stable kernel(s)? As well, > that this whole discussion is really about quality and availablity of > junk-hardware drivers? Linux has done an outstanding job writing relatively stable drivers. MS has done an outstanding job in getting hardware manufacturers to support their operating systems. > > cheaper OS's as well, I know of at least 1 Compaq model that a customer > > has which runs NT Workstation flawlessly, but crashed regularly under > > Windows 95. > True enough! However, in your vast experience, what percentage of the > current and future Unix users do you suppose can afford the quality of > basic and peripheral hardware that commercial houses opt for -- and more > importantly, that the FreeBSD top-level folks *seem* to have deemed to be > the only type that drivers would be written for? You're confusing "won't work on junk that doesn't follow spec" with "won't work on inexpensive hardware". It's perfectly possible to buy an inexpensive system and have FreeBSD run quite reliably on it. Possibly not as reliably as on quality hardware, but at least as reliably as either Windows or Linux on that same hardware. > Your comments above, IMHO, support your previous suggestion that this > whole issue revolves around certain strategic marketing decisions that > have been made. Something to the effect that -- we'll aim at being the > best server platform possible, and to hell with catering to the desktop > users with their paeon junk hardware. If they're clued-in enough to get > with the program and come up to standards, then it'll work for them, up > to a point. Otherwise, piss on em! Am I being unfair? I'd say your stretching the point. Some of the developers do try and work around substandard hardware. However, it's not a priority, especialy if they have to do it without being able to put their hands on the hardware. > > If you are willing to use FreeBSD as a desktop OS - which means giving up > > the ability to run certain windows applications - then you will probably > > have no problems with it. Now, if you were a programmmer and you "forced" > > FreeBSD into running _all_ Windows applications, well then you might have to > > make serious compromises in system integrity to do it. > Would Netscape be a good example of the above? I take it that you are > suggesting that FreeBSD ports of some Windows programs are poorly done > *and* that the peripheral hardware that some of these use/require lead to > system performance degradation due to FreeBSD's poor junk-hardware > support? I think you just tried to tie to many things together, because I can't parse that. Want to rephrase that - possibly into multiple questions? > Sure...Like you said marketing; marketing, marketing! Those Linux folks > aren't stupid either I suppose. I'm sure that they also recognize the > preponderance of the junk hardware that's being used both in private and > corporate settings - globally. So it's my guess that they are trying to > make the best out of a not-so-good fact of life, by writing the best > drivers possible for as much junk as possible -- in order to win over as > many new converts as possible, to the "Unix way". Isn't *that* what it > should be about -- at least to some degree? That depneds on whether you're trying to win a popularity contest, or have the best tools you can get. If you're trying to win a popularity contest, you should have chosen the most popular acceptable alternative to start with. Once you've got that, do you really want to make it less acceptable in order to gain popularity? http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 18:12:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by hub.freebsd.org (Postfix) with ESMTP id BB8F937B422 for ; Sun, 8 Apr 2001 18:12:29 -0700 (PDT) (envelope-from ccrider@whiterose.net) Received: from ccrider2k (user-2ive42d.dialup.mindspring.com [165.247.16.77]) by albatross.prod.itd.earthlink.net (EL-8_9_3_3/8.9.3) with SMTP id SAA18169; Sun, 8 Apr 2001 18:11:08 -0700 (PDT) From: "Robert Myers" To: "'Andrey Simonenko'" , "'Marcelo Alexandre de Oliveira'" Cc: Subject: RE: SNMP Protocol Date: Sun, 8 Apr 2001 21:01:51 -0400 Message-ID: <000a01c0c091$595aaec0$0201a8c0@ccrider2k> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal In-Reply-To: <009401c0be61$f34897e0$6d36120a@comsys.ntukpi.kiev.ua> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Marcelo, See /usr/ports/net/mrtg. You may want to also just grab and install the tarballs of MRTG right from the MRTG website. There are compilation and installation instructions there. HTH > > Run following: > > # cd /usr/ports > # make search key=snmp | less > > and you find "ucd-snmp" server. > > ----- Original Message ----- > From: Marcelo Alexandre de Oliveira > Newsgroups: lucky.freebsd.questions > Sent: 6 àïðåëÿ 2001 ã. 7:10 > Subject: SNMP Protocol > > > > Hi > > Where's the SNMP Protocol in FreeBSd ? I need monitoring my gateway > > FreeBsd with the MRTG(http://www.mrtg.org) software. > > thank's > > Marcelo > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 18:30:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lynx.syix.com (lynx.syix.com [205.171.72.20]) by hub.freebsd.org (Postfix) with ESMTP id 6C05237B423 for ; Sun, 8 Apr 2001 18:30:10 -0700 (PDT) (envelope-from pan@syix.com) Received: from cat (dster8.syix.com [63.147.19.40]) by lynx.syix.com (8.11.2/8.11.2) with SMTP id f391U8545222 for ; Sun, 8 Apr 2001 18:30:09 -0700 (PDT) (envelope-from pan@syix.com) Message-ID: <002901c0c094$a80708e0$2813933f@cat> From: "pan" To: "freeBSD-questions" Subject: bind 8.2.3-REL install Date: Sun, 8 Apr 2001 18:30:26 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSD 4.2 installed from CD set named -v named 8.2.3-T6B Mon Nov 20 11:27:49 GMT 2000 named installed in /usr/sbin downloaded from isc.org bind-src.tar.gz (8.2.3-REL) bind-doc.tar.gz named is crashing on a signal 6 - literature search says this happens and updating is best. I would like to get 8.2.3.-RELinstalled from the isc.org files, but .... I have only started using FreeBSD - really enjoying it. I just don't know howto install 8.2.3.-REL. Do I have to uninstall 8.2.3-T6B? Will 8.2.3-REL install over 8.2.3-T6B? Will my named.conf be preserved, or should I cp it somewhere safe? In short, would someone be kind enough to give me a recipe to follow? Fom gunzip to make install? I tried reading the isc install information - it is sparse and murky to this newbie. thanks in advance, Pan 'planning on learning cvsup for stable branch later' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 18:33:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tierzero.apana.org.au (apana.internode.on.net [150.101.94.101]) by hub.freebsd.org (Postfix) with ESMTP id 511AC37B423 for ; Sun, 8 Apr 2001 18:33:35 -0700 (PDT) (envelope-from bastill@sa.apana.org.au) Received: from PhD_1.testname.com.au (bra@dialup-11.pasa.apana.org.au [203.14.158.140]) by tierzero.apana.org.au (8.8.8/8.7.3) with SMTP id LAA19302; Mon, 9 Apr 2001 11:03:29 +0930 (CST) From: Brian Astill Reply-To: bastill@sa.apana.org.au To: Mark Ibell , bastill@sa.apana.org.au Subject: Re: PLIP install Date: Mon, 9 Apr 2001 11:00:04 +0930 X-Mailer: KMail [version 1.0.29] Content-Type: text/plain Cc: questions References: <01022816051209.12912@PhD_1.testname.com.au> <3A9E1A26.C9A94E67@paradise.net.nz> In-Reply-To: <3A9E1A26.C9A94E67@paradise.net.nz> MIME-Version: 1.0 Message-Id: <01040911031301.01535@PhD_1.testname.com.au> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 01 Mar 2001, Mark Ibell wrote: > What are you entering at the 'Network Configuration' screen on the > Laptop and what 'ifconfig' command has been run on the Desktop? Just came across an article in FreeBSD diary, http://freebsddiary.org/plip.html and guess what .... ? "Adding PLIP to your kernel is as easy as adding the line: device plip0 at ppbus? to your kernel configuration, recompiling your kernel, installing it and rebooting. If you do not already have parallel support in your kernel, then you must add it." THAT seems to be the problem - I need to compile a new kernel for PLIP install to work. -- Regards, Brian ******************************************************** Dr Brian Astill Visiting Research Fellow Flinders University Institute of International Education Bus 8201 3480 FAX 8449 9199 bastill@sa.apana.org.au ******************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 18:35:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from edwin.mounet.com (edwin.mounet.com [216.145.76.8]) by hub.freebsd.org (Postfix) with SMTP id 91F0D37B422 for ; Sun, 8 Apr 2001 18:35:39 -0700 (PDT) (envelope-from hornback@wireco.net) Received: (qmail 9794 invoked by uid 0); 9 Apr 2001 00:55:37 -0000 Received: from unknown (HELO tomcat) (216.145.67.65) by mounet.com with SMTP; 9 Apr 2001 00:55:37 -0000 From: "Andrew C. Hornback" To: "Duke Normandin" <01031149@3web.net> Cc: "FreeBSD Questions" Subject: RE: BSDi Acquired by Embedded Computing Firm Wind River Date: Sun, 8 Apr 2001 21:03:58 -0400 Message-ID: <00f501c0c090$f545f480$274391d8@tomcat> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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 V5.00.2919.6600 Importance: Normal In-Reply-To: <20010408175333.B117005@mandy.rockingd.calgary.ab.ca> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > Ted...how do you suppose Linux would behave as a server and/or desktop > platform if it ran on equipment that FreeBSD considered absolutely > top-notch? Equal to FreeBSD? A tad better or a tad bellow -- setting > aside any BSD bias (if applicable) for a moment? Okay Duke, I got this far and I blanched when you made the remark about = Linux possibly performing better than FreeBSD on the same hardware. In = my various web surfing/research, I found a column by either PC Magazine = or Byte (someone like that), where they took two of exactly the same = machine (IBM Netfinity 5500s, I believe), comparing the newest Linux = kernel with FreeBSD 4.1... both had the same application load, and were = put through various tests. As it turns out, the results were either dead even, or in favor of = FreeBSD. Now, I don't know about the rest of you all, but IBM Netfinity = machines are pretty high class where I come from. And the fact that = FreeBSD either ran neck and neck, or flat out beat Linux says something = to me... that we're on the right path here to create the best free = server operating system out there. =20 And personally, I tend to build my workstations out of former = servers... true, I may not have the fastest Athlon or PIII boxes... but, = I've got hardware that's solid and supported for the most part, with a = currently installed base. =20 --- Andy ALR Revolution 6X6 "... makes a dandy workstation." ALR Revolution Q-4SMP "... and Solaris even supports the Mylex RAID." Compaq ProLiant 1500 "... isn't it overkill for a firewall?" Homebrew PII-450 "... Windows 98 even likes it." Homebrew DX4-100 "... some of us still use OS/2." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 18:49:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cheshire.net (net2-pool-10.cheshire.net [208.153.58.148]) by hub.freebsd.org (Postfix) with ESMTP id E326A37B42C for ; Sun, 8 Apr 2001 18:49:16 -0700 (PDT) (envelope-from mjb@cheshire.net) Received: (from mjb@localhost) by cheshire.net (8.9.3/8.9.3) id VAA00356 for freebsd-questions@FreeBSD.org; Sun, 8 Apr 2001 21:44:01 -0400 (EDT) (envelope-from mjb) Date: Sun, 8 Apr 2001 21:44:01 -0400 From: Matthew Beauchesne To: freebsd-questions@FreeBSD.org Subject: Re: Ensoniq AudioPCI problems. Message-ID: <20010408214401.A228@cheshire.net> References: <20010408192635.A225@cheshire.net> <3AD0FFFA.1FE4FB07@urx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD0FFFA.1FE4FB07@urx.com>; from kstewart@urx.com on Sun, Apr 08, 2001 at 05:19:06PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Apr 08, 2001 at 05:19:06PM -0700, Kent Stewart wrote: > > > Matthew Beauchesne wrote: > > > > Hello, > > > > I recently install 4.0-RELEASE am and now trying to configure my > > soundcard. It is an Ensoniq AudioPCI model ES4815. I have added the line > > device pcm0 to my kernel config file and recompiled. However this > > doesnt seem to work as dmesg doesn't show any sign of it and when I > > cat /dev/sndstat it tells me the device is not configured. Has anyone > > else used this card successfully? Any suggestions? > > I don't have a Es4815 but FreeBSD 4.x doesn't require the device number "0" > to be added to pcm. I have a Es-1371 and all I have to add is "device pcm". > It shows up in the dmesg as pcm0 and I had to do a "sh MAKEDEV snd0" to > finish creating the /dev entry. > > Kent > > > > > TIA > Hello, Thanks for your reply. I tried your suggestion but still no luck. I know there is no problem with the card because it worked fine when I had Linux installed yesterday. I can't think of any other solutions. -- Matthew Beauchesne mjb@cheshire.net __ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 18:52:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.urx.com (mail.urx.com [63.170.19.36]) by hub.freebsd.org (Postfix) with ESMTP id 3CA2E37B423 for ; Sun, 8 Apr 2001 18:52:43 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com [206.159.132.160] by mail.urx.com with ESMTP (SMTPD32-6.06) id A5E65ACA01A6; Sun, 08 Apr 2001 18:52:38 -0700 Message-ID: <3AD115E6.AEAC561@urx.com> Date: Sun, 08 Apr 2001 18:52:38 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Matthew Beauchesne Cc: freebsd-questions@FreeBSD.org Subject: Re: Ensoniq AudioPCI problems. References: <20010408192635.A225@cheshire.net> <3AD0FFFA.1FE4FB07@urx.com> <20010408214401.A228@cheshire.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthew Beauchesne wrote: > > On Sun, Apr 08, 2001 at 05:19:06PM -0700, Kent Stewart wrote: > > > > > > Matthew Beauchesne wrote: > > > > > > Hello, > > > > > > I recently install 4.0-RELEASE am and now trying to configure my > > > soundcard. It is an Ensoniq AudioPCI model ES4815. I have added the line > > > device pcm0 to my kernel config file and recompiled. However this > > > doesnt seem to work as dmesg doesn't show any sign of it and when I > > > cat /dev/sndstat it tells me the device is not configured. Has anyone > > > else used this card successfully? Any suggestions? > > > > I don't have a Es4815 but FreeBSD 4.x doesn't require the device number "0" > > to be added to pcm. I have a Es-1371 and all I have to add is "device pcm". > > It shows up in the dmesg as pcm0 and I had to do a "sh MAKEDEV snd0" to > > finish creating the /dev entry. > > > > Kent > > > > > > > > TIA > > > > Hello, > > Thanks for your reply. I tried your suggestion but still no luck. I > know there is no problem with the card because it worked fine when I > had Linux installed yesterday. I can't think of any other solutions. You said compiled the kernel but since you are having problems, did you do a make install and reboot. Kent > > -- > Matthew Beauchesne > mjb@cheshire.net > __ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 19:15:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cheshire.net (net2-pool-10.cheshire.net [208.153.58.148]) by hub.freebsd.org (Postfix) with ESMTP id 4FCB637B443 for ; Sun, 8 Apr 2001 19:15:44 -0700 (PDT) (envelope-from mjb@cheshire.net) Received: (from mjb@localhost) by cheshire.net (8.9.3/8.9.3) id WAA00427 for freebsd-questions@FreeBSD.org; Sun, 8 Apr 2001 22:10:31 -0400 (EDT) (envelope-from mjb) Date: Sun, 8 Apr 2001 22:10:31 -0400 From: Matthew Beauchesne To: freebsd-questions@FreeBSD.org Subject: Re: Ensoniq AudioPCI problems. Message-ID: <20010408221031.B228@cheshire.net> References: <20010408192635.A225@cheshire.net> <3AD0FFFA.1FE4FB07@urx.com> <20010408214401.A228@cheshire.net> <3AD115E6.AEAC561@urx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD115E6.AEAC561@urx.com>; from kstewart@urx.com on Sun, Apr 08, 2001 at 06:52:38PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Apr 08, 2001 at 06:52:38PM -0700, Kent Stewart wrote: > You said compiled the kernel but since you are having problems, did you do a > make install and reboot. > > Kent > > > > Yes I did install it and reboot but it still doesn't detect the card. -- Matthew Beauchesne mjb@cheshire.net -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 19:28:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp013.mail.yahoo.com (smtp013.mail.yahoo.com [216.136.173.57]) by hub.freebsd.org (Postfix) with SMTP id C7EC537B424 for ; Sun, 8 Apr 2001 19:28:52 -0700 (PDT) (envelope-from jesse_gross@yahoo.com) Received: from aca76130.ipt.aol.com (HELO jesse1) (172.167.97.48) by smtp.mail.vip.sc5.yahoo.com with SMTP; 9 Apr 2001 02:28:50 -0000 X-Apparently-From: From: "Jesse Gross" To: Subject: RE: 3com 3cSOHO100-TX problems Date: Sun, 8 Apr 2001 22:28:39 -0400 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 IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello I fixed the IRQs by changing the kernel settings and recompiling the kernel. It appears to have made no difference. I noticed that when the computer boots, the kernel reports the correct settings for the NIC, and it also reports an unknown card on the same IRQ. This is my IEEE 1394 card. Might this be causing conflicts even though its not enabled? Here's the output of dmesg: Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.2-RELEASE #5: Sun Apr 8 19:53:47 EDT 2001 root@:/usr/src/sys/compile/MYHARDWARE Timecounter "i8254" frequency 1193182 Hz CPU: AMD-K7(tm) Processor (499.04-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x612 Stepping = 2 Features=0x81f9ff AMD Features=0xc0400000 real memory = 134152192 (131008K bytes) avail memory = 127410176 (124424K bytes) Preloaded elf kernel "kernel" at 0xc031e000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc031e09c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: <3Dfx Voodoo 3 graphics accelerator> at 5.0 irq 10 pcm0: port 0x1080-0x10bf irq 11 at device 3.0 on pci0 xl0: <3Com 3cSOHO100-TX OfficeConnect> port 0x1000-0x107f mem 0xe8014800-0xe801487f irq 5 at device 4.0 on pci0 xl0: Ethernet address: 00:50:da:24:60:be miibus0: on xl0 xlphy0: <3Com internal media interface> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x1440-0x144f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0x1400-0x141f irq 11 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhid0: Microsoft SideWinder Force Feedback 2 Joystick, rev 1.10/a.00, addr 2, iclass 3/0 ugen0: Logitech, Inc. Camera, rev 1.00/1.00, addr 3 uhci1: port 0x1420-0x143f irq 11 at device 7.3 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered isab1: at device 7.4 on pci0 pci0: (vendor=0x14f1, dev=0x1033) at 9.0 irq 10 pci0: (vendor=0x104c, dev=0x8019) at 12.0 irq 5 atapci1: port 0x10c0-0x10ff,0x1454-0x1457,0x1460-0x1467,0x1468-0x146b,0x1470-0x1477 mem 0xe8020000-0xe803ffff irq 11 at device 15.0 on pci0 ata2: at 0x1470 on atapci1 ata3: at 0x1460 on atapci1 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 ad0: 16231MB [32979/16/63] at ata0-master UDMA66 ad6: 39083MB [79408/16/63] at ata3-master UDMA100 acd0: CDROM at ata1-master using PIO4 acd1: CD-RW at ata1-slave using PIO4 Mounting root from ufs:/dev/ad0s1a Does anyone have any suggestions? Thanks Jesse Gross -----Original Message: Date: Thu, 05 Apr 2001 13:44:39 -0000 From: "Kam Salisbury" Subject: RE: 3com 3cSOHO100-TX problems I had a similiar problem that made me believe my network card was at fault. It ended up being that during the install I choose to not custom configure the kernel, thus I had some conflicts betweend drivers that were agravated by IRQ conflicts. After the IRQ conflicts were sorted out the performance improved. After learning how to build a custom kernel the performance litterally sky rocketed. *If anyone is interested I can post my system configuration and hardware setup to the list. FreeBSD on a dual processor box is simply astounding. Kam. >From: "Jason Halbert" >To: "Jesse Gross" , >Subject: RE: 3com 3cSOHO100-TX problems >Date: Thu, 5 Apr 2001 00:25:10 -0500 > >I'm use the 3CSOHO100-TX NIC right now. My webserver, irc server, shells, >ftp, et al run just fine. I use the xl driver which is compiled into the >GENERIC kernel. Everything runs great for me. Perhaps you have other - -thread snipped _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 19:29: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from backup.enteract.com (backup.enteract.com [207.229.143.61]) by hub.freebsd.org (Postfix) with ESMTP id C984237B422 for ; Sun, 8 Apr 2001 19:28:57 -0700 (PDT) (envelope-from dscheidt@tumbolia.com) Received: from shell-3.enteract.com (dscheidt@shell-3.enteract.com [207.229.143.42]) by backup.enteract.com (8.11.1/8.11.2) with ESMTP id f392Ss150592; Sun, 8 Apr 2001 21:28:54 -0500 (CDT) (envelope-from dscheidt@tumbolia.com) Date: Sun, 8 Apr 2001 21:28:53 -0500 (CDT) From: David Scheidt X-Sender: dscheidt@shell-3.enteract.com To: Matthew Beauchesne Cc: freebsd-questions@FreeBSD.org Subject: Re: Ensoniq AudioPCI problems. In-Reply-To: <20010408221031.B228@cheshire.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 8 Apr 2001, Matthew Beauchesne wrote: :On Sun, Apr 08, 2001 at 06:52:38PM -0700, Kent Stewart wrote: :> You said compiled the kernel but since you are having problems, did you do a :> make install and reboot. :> :> Kent :> :> > :> : :Yes I did install it and reboot but it still doesn't detect the :card. : I don't think this card is supported. The handbook mentions the ENSONIQ AudioPCI ES1370/1371 but not the one you've got. Can you post the dmesg from a boot -v? David -- dscheidt@tumbolia.com Bipedalism is only a fad. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 19:29:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bcfw1d.bridge.com (bcfw1d.ext.bridge.com [167.76.159.31]) by hub.freebsd.org (Postfix) with ESMTP id 9AE2837B422 for ; Sun, 8 Apr 2001 19:29:41 -0700 (PDT) (envelope-from tayers@bridge.com) Received: (from uucp@localhost) by bcfw1d.bridge.com (8.10.2/8.10.2) id f392UlM09138; Sun, 8 Apr 2001 21:30:47 -0500 (CDT) Received: from (unknown [167.76.56.34]) by bcfw1d via smap (V2.1) id xma009127; Sun, 8 Apr 01 21:30:35 -0500 Received: from mnmailhost (mnmailhost.bridge.com [167.76.155.14]) by mail1srv.bridge.com (8.8.8/8.7.3) with SMTP id VAA12399; Sun, 8 Apr 2001 21:29:28 -0500 (CDT) Received: from TAYERS-PC by mnmailhost (SMI-8.6/SMI-4.1) id WAA06737; Sun, 8 Apr 2001 22:29:25 -0400 To: freebsd-questions@FreeBSD.ORG Subject: Re: minimal web server install References: <20010407185341.B8519@Joe <20010407185341.B8519@Joe H> <20010407222428.E8519@Joe H> From: Tim Ayers Date: 08 Apr 2001 21:29:21 -0500 In-Reply-To: <20010407222428.E8519@Joe H> Message-ID: Lines: 69 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "J" == Joe Heuring writes: >> On Sat, Apr 07, 2001 at 09:35:19PM -0600, Tim Ayers wrote: J> Hello, I would like to install a personal apache server on FreeBSD. J> It would sit behind it's own firewall. J> Oh I should of mentioned that. CGI, perl, php3, mysql, probably 2 nics. J> It will sit behind a fire-wall but will be connected to the world. J> By personal I mean a learning hobby thing but scale-able. You are confusing issues here I think. CGI and php3 are web server issues. Perl _might_ be a server issue if you are talking about mod_perl, which embeds Perl into Apache. If you mean you are going to write CGI scripts using Perl, then any server can do that, because CGI's can be written in any language you want and as long as they generate the correct output they will work. Mysql is a database and generally has nothing to do with the web server per se. How you access the database from CGI scripts or other web applications is another thing, but that is decided after you pick your web server. If you really want php3 you'll need Apache instead of thttpd. I don't use PHP and don't know enough about it to steer you away from it, but it still sounds like you should look at thttpd to get your feet wet. Or just go with the default installation of Apache in /usr/ports/www/apache13 and accept all its modules. It's built using shared libraries so the memory overhead isn't as bad as it might appear (but still a heck of a lot bigger than thttpd). J> Are there canned installations for this giving me just the minimal J> packages, or a howto for compiling the kernel for such. >> Why are you concerned with "the minimal packages?" Disk space? Memory >> usage? Complexity? J> mostly security and performance. I don't want anything gui, extra J> package or so is ok but I want a pretty lean compile. thttpd again. :-) J> Also what nongui web browser is there like lynx? >> Lynx is pretty similar to lynx. ;-) If you are asking about _other_ >> non-gui browsers, I know of 'w3m' and 'links' but I've never used >> either so I have no comment. J> ah I hope that wasn't my mistake, a spelling error. I just ftp J> installed Free-BSD but aborted at the lynx prompt. I can just J> barely crawl with linux but I'm hoping FreeBSD will be not be so J> different that the learning curve is to steep. When lynx didn't J> work I hit despair. The "lynx is similar to lynx" was a joke. Sorry. I'll answer again... I know of 3 text-based browsers: lynx, w3m and links. I don't understand when you say you aborted at the lynx prompt. I don't recall ever getting a "lynx prompt" when installing FreeBSD over FTP or otherwise. Do you mean you were building the lynx port at /usr/ports/www/lynx and it didn't work? I've had no problems with /usr/ports/www/lynx-ssl/. As far as linux vs FreeBSD, IMHO FreeBSD is a little more seat of the pants than linux due to the large number of HOW-TO tutorials for linux. FreeBSD is not harder than linux, just a little different. (That's a hint that many of the linux how-to's at www.linuxdoc.org are very helpful for FreeBSD. Things just might be in slightly different directories. :-) Good luck and Hope you have a very nice day, :-) Tim Ayers (tayers@bridge.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 19:31:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 34EB537B424 for ; Sun, 8 Apr 2001 19:31:21 -0700 (PDT) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 14mRSZ-000GcO-00 for freebsd-questions@freebsd.org; Mon, 9 Apr 2001 03:31:19 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f392VFQ12752 for freebsd-questions@freebsd.org; Mon, 9 Apr 2001 03:31:15 +0100 (BST) (envelope-from jcm) Date: Mon, 9 Apr 2001 03:31:14 +0100 From: j mckitrick To: freebsd-questions@freebsd.org Subject: cforge example Message-ID: <20010409033114.A12662@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I installed the most recent freeware version of CForge. The odd thing was, when I followed the tutorial for C++, the second example (main 2?) does not want to compile. Now, the freeware version does not have the folders features, but I don't see how this would cause the problem. Has anyone else seen this? If I am just misconfigured, please let me know what I need to do to correct it. Jonathon -- "One World, One Web, One Program." - Microsoft Promotional Ad. "Ein Volk, Ein Reich, Ein Fuhrer." - Adolf Hitler To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 19:40:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bakabaka.bignet.net (bakabaka.bignet.net [64.79.64.12]) by hub.freebsd.org (Postfix) with ESMTP id CA3EC37B424 for ; Sun, 8 Apr 2001 19:40:44 -0700 (PDT) (envelope-from zettel@acm.org) Received: from acm.org (host171.64-79-90.bignet.net [64.79.90.171]) by bakabaka.bignet.net (8.9.3/8.9.3) with ESMTP id WAA15099 for ; Sun, 8 Apr 2001 22:40:39 -0400 Message-ID: <3AD11309.A895B4F8@acm.org> Date: Sun, 08 Apr 2001 21:40:25 -0400 From: Leonard Zettel X-Mailer: Mozilla 4.75 [en] (Win95; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: Boot messages Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sometimes it's the simple things that are hardest. I am in the early stages of trying to get something up and running, and I don't know much yet, but am trying hard to learn from any source I can. So far I have struck out trying to answer this question, looking in The Complete Free BSD, the online handbook, and the FAQ. So: When the system boots (it does boot) I get a gazillion messages streaming by. When I do scroll lock and up-arrow, what do you know, the beginning of the display is gone - apparently fallen out of the buffer. I really would like to know what *all* the boot messages are. 1) Am I right in thinking they are logged somewhere? If so, where? 2) Is there a way to increase the number of lines that can be accessed using the scroll lock technique? What is it? Thanks for your patience -LenZ- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 19:41:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fgwmail7.fujitsu.co.jp (fgwmail7.fujitsu.co.jp [192.51.44.37]) by hub.freebsd.org (Postfix) with ESMTP id 82E8D37B423 for ; Sun, 8 Apr 2001 19:41:15 -0700 (PDT) (envelope-from yamazaki.hiroaki@kcn.ts.fujitsu.co.jp) Received: from m3.gw.fujitsu.co.jp by fgwmail7.fujitsu.co.jp (8.9.3/3.7W-MX0012-Fujitsu Gateway) id LAA28945; Mon, 9 Apr 2001 11:41:08 +0900 (JST) (envelope-from yamazaki.hiroaki@kcn.ts.fujitsu.co.jp) Received: from ncsmail.bc.kcn.ts.fujitsu.co.jp by m3.gw.fujitsu.co.jp (8.9.3/3.7W-0104-Fujitsu Domain Master) id LAA07255; Mon, 9 Apr 2001 11:41:07 +0900 (JST) (envelope-from yamazaki.hiroaki@kcn.ts.fujitsu.co.jp) Received: from atmlan.bc.kcn.ts.fujitsu.co.jp (atmlan.bc.kcn.ts.fujitsu.co.jp [172.23.83.6]) by ncsmail.bc.kcn.ts.fujitsu.co.jp (8.9.3/3.7W) with ESMTP id LAA25417; Mon, 9 Apr 2001 11:41:06 +0900 (JST) Received: from HYAMAZAK (hyamazak.bc.kcn.ts.fujitsu.co.jp [172.23.80.166]) by atmlan.bc.kcn.ts.fujitsu.co.jp (8.9.3/3.7W[atmlan]05/29/2000) with SMTP id LAA19124; Mon, 9 Apr 2001 11:37:02 +0900 (JST) Message-ID: <00b601c0c09d$fdcfdaf0$a65017ac@bc.kcn.ts.fujitsu.co.jp> Reply-To: "Hiroaki Yamazaki" From: "Hiroaki Yamazaki" To: "Zhihui Zhang" Cc: References: Subject: Re: ptrace(PT_GETDBREGS) failed Date: Mon, 9 Apr 2001 11:37:16 +0900 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Zhihui Thanks for your advice. I could fetch out similar phenomena from problem reports about FreeBSD 5.0-CURRENT. http://www.freebsd.org/cgi/query-pr.cgi?pr=21685 Hiroaki Yamazaki ----- Original Message ----- From: "Zhihui Zhang" To: "Hiroaki Yamazaki" Cc: Sent: Friday, April 06, 2001 12:06 PM Subject: Re: ptrace(PT_GETDBREGS) failed On Fri, 6 Apr 2001, Hiroaki Yamazaki wrote: > Dear sir, > > I'm very new to FreeBSD. > I'm tracing kernel source code of FreeBSD4.2 with remote GDB debug > function which instructed by user hand book section 23.5. > > At every time after hit break point and continue, following message > ,ptrace(PT_GETDBREGS) failed: No such process, appear on gdb display. > Why and how to solve this ? > > > > kgdb) b key_timehandler > Breakpoint 2 at 0xc023d001: file ../../netkey/key.c, line 4018. > (kgdb) c > Continuing. > ptrace(PT_GETDBREGS) failed: No such process <--- Here > Breakpoint 2, key_timehandler () at ../../netkey/key.c:4018 > (kgdb) p/x procfs_validdbregs > $5 = {int (struct proc *)} 0xc01e47a4 > (kgdb) p/x *procfs_validdbregs I posted the same messages a while ago. Please search the archive for details. It is basically harmless. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 19:44:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from backup.enteract.com (backup.enteract.com [207.229.143.61]) by hub.freebsd.org (Postfix) with ESMTP id E835537B422 for ; Sun, 8 Apr 2001 19:44:55 -0700 (PDT) (envelope-from dscheidt@tumbolia.com) Received: from shell-3.enteract.com (dscheidt@shell-3.enteract.com [207.229.143.42]) by backup.enteract.com (8.11.1/8.11.2) with ESMTP id f392is153423; Sun, 8 Apr 2001 21:44:54 -0500 (CDT) (envelope-from dscheidt@tumbolia.com) Date: Sun, 8 Apr 2001 21:44:54 -0500 (CDT) From: David Scheidt X-Sender: dscheidt@shell-3.enteract.com To: Leonard Zettel Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: Boot messages In-Reply-To: <3AD11309.A895B4F8@acm.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 8 Apr 2001, Leonard Zettel wrote: :Sometimes it's the simple things that are hardest. :I am in the early stages of trying to get something up and :running, and I don't know much yet, but am trying hard to learn :from any source I can. So far I have struck out trying to answer :this question, looking in The Complete Free BSD, the online handbook, :and the FAQ. : :So: When the system boots (it does boot) I get a gazillion messages :streaming by. When I do scroll lock and up-arrow, what do you know, :the beginning of the display is gone - apparently fallen out of the :buffer. I really would like to know what *all* the boot messages are. : :1) Am I right in thinking they are logged somewhere? If so, where? /var/run/dmesg.boot :2) Is there a way to increase the number of lines that can be :accessed using the scroll lock technique? What is it? Yes. See the syscons(4) man page for details. -- dscheidt@tumbolia.com Bipedalism is only a fad. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 19:56:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cheshire.net (net1-pool-12.cheshire.net [208.153.58.133]) by hub.freebsd.org (Postfix) with ESMTP id 423DE37B423 for ; Sun, 8 Apr 2001 19:56:31 -0700 (PDT) (envelope-from mjb@cheshire.net) Received: (from mjb@localhost) by cheshire.net (8.9.3/8.9.3) id WAA00285 for freebsd-questions@FreeBSD.org; Sun, 8 Apr 2001 22:51:18 -0400 (EDT) (envelope-from mjb) Date: Sun, 8 Apr 2001 22:51:17 -0400 From: Matthew Beauchesne To: freebsd-questions@FreeBSD.org Subject: Re: Ensoniq AudioPCI problems. Message-ID: <20010408225117.A225@cheshire.net> References: <20010408221031.B228@cheshire.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="TB36FDmn/VVEgNH/" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from dscheidt@tumbolia.com on Sun, Apr 08, 2001 at 09:28:53PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Apr 08, 2001 at 09:28:53PM -0500, David Scheidt wrote: > On Sun, 8 Apr 2001, Matthew Beauchesne wrote: > > :On Sun, Apr 08, 2001 at 06:52:38PM -0700, Kent Stewart wrote: > :> You said compiled the kernel but since you are having problems, did you do a > :> make install and reboot. > :> > :> Kent > :> > :> > > :> > : > :Yes I did install it and reboot but it still doesn't detect the > :card. > : > > I don't think this card is supported. The handbook mentions the ENSONIQ > AudioPCI ES1370/1371 but not the one you've got. Can you post the dmesg > from a boot -v? > > David Hello, The card does use the 1371 chip. I had similar problems with the card under BeOS. It turned out that a certain chip used on the card wasn't supported. So that just may be the case here. Were there significant changes in the es1371 driver between 4.0 and 4.2? Would upgrading help? The output from boot -v should be attached. -- Matthew Beauchesne mjb@cheshire.net -- --TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=us-ascii Content-Description: boot -v output Content-Disposition: attachment; filename=log Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-RELEASE #8: Sun Apr 8 22:37:39 EDT 2001 root@cheshire.net:/usr/src/sys/compile/MJB Calibrating clock(s) ... TSC clock: 851887278 Hz, i8254 clock: 1193120 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz CLK_USE_TSC_CALIBRATION not specified - using old calibration method CPU: Pentium III/Pentium III Xeon (851.94-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x683 Stepping = 3 Features=0x383f9ff real memory = 134217728 (131072K bytes) Physical memory chunk(s): 0x00001000 - 0x0009efff, 647168 bytes (158 pages) 0x0035c000 - 0x07ff7fff, 130662400 bytes (31900 pages) avail memory = 126763008 (123792K bytes) bios32: Found BIOS32 Service Directory header at 0xc00faba0 bios32: Entry = 0xfb020 (c00fb020) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xb050 pnpbios: Found PnP BIOS data at 0xc00fbcc0 pnpbios: Entry = f0000:bce8 Rev = 1.0 Other BIOS signatures found: ACPI: 00000000 Preloaded elf kernel "kernel" at 0xc0343000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc03430a8. Pentium Pro MTRR support enabled md0: Malloc disk Creating DISK md0 Math emulator present pci_open(1): mode 1 addr port (0x0cf8) is 0x80000060 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=06911106) devclass_alloc_unit: pcib0 already exists, using next available unit number npx0: on motherboard npx0: INT 16 interface pci_open(1): mode 1 addr port (0x0cf8) is 0x00000000 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=06911106) pcib0: on motherboard found-> vendor=0x1106, dev=0x0691, revid=0x44 class=06-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[10]: type 1, range 32, base d0000000, size 26 found-> vendor=0x1106, dev=0x8598, revid=0x00 class=06-04-00, hdrtype=0x01, mfdev=0 subordinatebus=1 secondarybus=1 found-> vendor=0x1106, dev=0x0686, revid=0x1b class=06-01-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x1106, dev=0x0571, revid=0x06 class=01-01-8a, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[20]: type 1, range 32, base 0000c000, size 4 found-> vendor=0x1106, dev=0x3038, revid=0x0e class=0c-03-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=d, irq=11 map[20]: type 1, range 32, base 0000c400, size 5 found-> vendor=0x1106, dev=0x3038, revid=0x0e class=0c-03-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=d, irq=11 map[20]: type 1, range 32, base 0000c800, size 5 found-> vendor=0x1106, dev=0x3057, revid=0x20 class=06-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 found-> vendor=0x1106, dev=0x3058, revid=0x21 class=04-01-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=c, irq=10 map[10]: type 1, range 32, base 0000cc00, size 8 map[14]: type 1, range 32, base 0000d000, size 2 map[18]: type 1, range 32, base 0000d400, size 2 found-> vendor=0x9004, dev=0x5078, revid=0x03 class=01-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=5 map[10]: type 1, range 32, base 0000d800, size 8 map[14]: type 1, range 32, base d9000000, size 12 found-> vendor=0x121a, dev=0x0005, revid=0x01 class=03-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=9 map[10]: type 1, range 32, base d4000000, size 25 map[14]: type 1, range 32, base d6000000, size 25 map[18]: type 1, range 32, base 0000dc00, size 8 found-> vendor=0x1274, dev=0x5880, revid=0x02 class=04-01-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=10 map[10]: type 1, range 32, base 0000e000, size 6 found-> vendor=0x109e, dev=0x036e, revid=0x02 class=04-00-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base d9001000, size 12 found-> vendor=0x109e, dev=0x0878, revid=0x02 class=04-80-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base d9002000, size 12 pci0: on pcib0 pcib2: at device 1.0 on pci0 pci1: on pcib2 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xc000-0xc00f at device 7.1 on pci0 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xc000 ata0: mask=03 status0=50 status1=50 ata0: mask=03 status0=50 status1=50 ata0: devices = 0x3 ata0: at 0x1f0 irq 14 on atapci0 ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xc008 ata1: mask=03 status0=7f status1=7f ata1: mask=03 status0=7d status1=7f ata1: devices = 0x0 ata1: probe allocation failed pci0: (vendor=0x1106, dev=0x3038) at 7.2 irq 11 pci0: (vendor=0x1106, dev=0x3038) at 7.3 irq 11 chip2: port 0xd400-0xd403,0xd000-0xd003,0xcc00-0xccff irq 10 at device 7.5 on pci0 ahc0: port 0xd800-0xd8ff mem 0xd9000000-0xd9000fff irq 5 at device 15.0 on pci0 ahc0: No SEEPROM available. ahc0: aic7850 Single Channel A, SCSI Id=7, 3/255 SCBs ahc0: Host Adapter Bios disabled. Using default SCSI device parameters ahc0: Downloading Sequencer Program... 411 instructions downloaded pci0: <3Dfx Voodoo 3 graphics accelerator> (vendor=0x121a, dev=0x0005) at 16.0 irq 9 pci0: (vendor=0x1274, dev=0x5880) at 19.0 irq 10 pci0: (vendor=0x109e, dev=0x036e) at 20.0 irq 11 pci0: (vendor=0x109e, dev=0x0878) at 20.1 irq 11 pci_open(1): mode 1 addr port (0x0cf8) is 0x00000000 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=06911106) devclass_alloc_unit: pci1 already exists, using next available unit number pcib1: on motherboard pci2: on pcib1 Trying Read_Port at 203 Trying Read_Port at 243 Trying Read_Port at 283 Trying Read_Port at 2c3 Trying Read_Port at 303 Trying Read_Port at 343 Trying Read_Port at 383 Trying Read_Port at 3c3 devclass_alloc_unit: ata0 already exists, using next available unit number devclass_alloc_unit: ata1 already exists, using next available unit number isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ata3: iobase=0x0170 altiobase=0x0376 bmaddr=0x0000 ata3: mask=03 status0=48 status1=7f ata3: mask=03 status0=7f status1=78 ata3: devices = 0x0 ata3: probe allocation failed atkbdc0: at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x41ab (2) kbdc: RESET_KBD return code:00fa kbdc: RESET_KBD status:00aa kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 psm0: current command byte:0047 kbdc: TEST_AUX_PORT status:0000 kbdc: RESET_AUX return code:00fa kbdc: RESET_AUX status:00aa kbdc: RESET_AUX ID:0000 psm: status 00 02 64 psm: status 90 03 3c psm: status 90 03 3c psm: status 90 03 3c psm: status 00 00 0a psm: data 08 00 00 psm: status 00 02 64 psm: data 08 00 00 psm: status 00 02 64 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0-00, 3 buttons psm0: config:00000000, flags:00000000, packet size:3 psm0: syncmask:c0, syncbits:00 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fb0: vga0, vga, type:VGA (5), flags:0x7007f fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 fb0: init mode:24, bios mode:3, current mode:24 fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k VGA parameters upon power-up 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0e 0f 00 00 07 80 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff EGA/VGA parameters to be used for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) sio0: irq maps: 0x2001 0x2011 0x2001 0x2001 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: irq maps: 0x2001 0x2009 0x2001 0x2001 sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A sio2: not probed (disabled) sio3: not probed (disabled) ppc0: parallel port found at 0x378 ppc0: EPP SPP ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 bpf: lp0 attached isa_probe_children: probing PnP devices BIOS Geometries: 0:03fffe3f 0..1023=1024 cylinders, 0..254=255 heads, 1..63=63 sectors 1:020bfe3f 0..523=524 cylinders, 0..254=255 heads, 1..63=63 sectors 0 accounted for Device configuration finished. bpf: sl0 attached bpf: ppp0 attached new masks: bio 40084040, tty 4003109a, net 4007109a bpf: lo0 attached bpf: gif0 attached bpf: gif1 attached bpf: gif2 attached bpf: gif3 attached bpf: stf0 attached bpf: faith0 attached ata0-master: success setting up UDMA4 mode on VIA chip ad0: ATA-5 disk at ata0 as master ad0: 12419MB (25434228 sectors), 25232 cyls, 16 heads, 63 S/T, 512 B/S ad0: 16 secs/int, 1 depth queue, UDMA66 ad0: piomode=4 dmamode=2 udmamode=4 cblid=1 Creating DISK ad0 Creating DISK wd0 ata0-slave: success setting up UDMA4 mode on VIA chip ad1: ATA-4 disk at ata0 as slave ad1: 4112MB (8421840 sectors), 8355 cyls, 16 heads, 63 S/T, 512 B/S ad1: 16 secs/int, 1 depth queue, UDMA66 ad1: piomode=4 dmamode=2 udmamode=4 cblid=1 Creating DISK ad1 Creating DISK wd1 Waiting 15 seconds for SCSI devices to settle (noperiph:ahc0:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted. (probe3:ahc0:0:3:0): INQUIRY. CDB: 12 1 80 0 ff 0 (probe3:ahc0:0:3:0): ILLEGAL REQUEST asc:24,0 (probe3:ahc0:0:3:0): Invalid field in CDB ahc0: target 3 synchronous at 5.0MHz, offset = 0xf ahc0: target 6 synchronous at 10.0MHz, offset = 0x8 Creating DISK cd0 Creating DISK cd1 pass0 at ahc0 bus 0 target 3 lun 0 pass0: Removable CD-ROM SCSI-2 device pass0: 5.681MB/s transfers (5.681MHz, offset 15) pass1 at ahc0 bus 0 target 6 lun 0 pass1: Removable CD-ROM SCSI-2 device pass1: Serial Number \^_ pass1: 10.000MB/s transfers (10.000MHz, offset 8) Mounting root from ufs:/dev/ad0s1a ad0s1: type 0xa5, start 63, end = 25430894, size 25430832 : OK cd1 at ahc0 bus 0 target 6 lun 0 cd1: Removable CD-ROM SCSI-2 device cd1: Serial Number \^_ cd1: 10.000MB/s transfers (10.000MHz, offset 8) cd1: cd present [320584 x 2048 byte records] cd0 at ahc0 bus 0 target 3 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 5.681MB/s transfers (5.681MHz, offset 15) cd0: cd present [260752 x 2048 byte records] start_init: trying /sbin/init Linux-ELF exec handler installed splash: image decoder found: logo_saver --TB36FDmn/VVEgNH/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 20:15: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id 0B3E937B424 for ; Sun, 8 Apr 2001 20:15:00 -0700 (PDT) (envelope-from david@www3.pacific-pages.com) Received: from d.tracker ([216.191.61.208]) by www3.pacific-pages.com (8.8.5) id VAA18134; Sun, 8 Apr 2001 21:14:16 -0600 (MDT) Received: (from david@localhost) by d.tracker (8.11.3/8.11.2) id f393DJE45360; Sun, 8 Apr 2001 23:13:19 -0400 (EDT) (envelope-from david) Date: Sun, 8 Apr 2001 23:11:28 -0400 From: David Banning To: green Cc: freebsd-questions@FreeBSD.ORG Subject: Re: snmpd question Message-ID: <20010408231128.B45132@www3.pacific-pages.com> Reply-To: David Banning References: <16012782667.20010408235322@prokk.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <16012782667.20010408235322@prokk.net>; from green@prokk.net on Sun, Apr 08, 2001 at 11:53:22PM +0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Apr 08, 2001 at 11:53:22PM +0300, green wrote: > hi freebsd-questions ! > > i have freebsd 4.1 reelase > > the i run snmpd > i got this: > > /usr/libexec/ld-elf.so.1: Shared object "libcrypto.so.2" not found > > i've install the crypto distribution and proflibs and and.. > > but still getting this error :( > > plz help me Is libcrypto.so.2 on your system? $ cd /usr/lib $ ls -l libcrypto* -r--r--r-- 1 root wheel 1240786 Apr 2 06:37 libcrypto.a lrwxr-xr-x 1 root wheel 14 Apr 2 06:37 libcrypto.so@ -> libcrypto.so.2 -r--r--r-- 1 root wheel 782200 Mar 27 01:49 libcrypto.so.1 -r--r--r-- 1 root wheel 756460 Apr 2 06:37 libcrypto.so.2 -r--r--r-- 1 root wheel 1322972 Apr 2 06:37 libcrypto_p.a To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 20:21: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pluto.runbox.com (pluto2.runbox.com [193.71.199.74]) by hub.freebsd.org (Postfix) with ESMTP id 003DC37B424 for ; Sun, 8 Apr 2001 20:20:56 -0700 (PDT) (envelope-from teguh-k@runbox.com) Received: from localhost.localdomain ([127.0.0.1] helo=runbox.com) by pluto.runbox.com with esmtp (Exim 3.16 #2) id 14mSBd-0005r3-00; Mon, 09 Apr 2001 05:17:53 +0200 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 From: "Teguh Kurniawan" To: pan@syix.com Cc: freebsd-questions@freebsd.org Subject: Re:bind 8.2.3-REL install Date: Mon, 09 Apr 2001 03:17:53 GMT X-Mailer: RMM Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At my FreeBSD 4.2 server, as root I do like this : make depend and then edit .setting, and change "/etc/named" to "/etc/namedb" and then make all make install reboot your FreeBSD box. that's it. Regards, Teguh > FreeBSD 4.2 installed from CD set >=20 > named -v > named 8.2.3-T6B Mon Nov 20 11:27:49 GMT 2000 >=20 > named installed in /usr/sbin >=20 > downloaded from isc.org > bind-src.tar.gz (8.2.3-REL) > bind-doc.tar.gz >=20 > named is crashing on a signal 6 - literature search says this happens > and updating is best. >=20 > I would like to get 8.2.3.-RELinstalled from the isc.org files, but .... >=20 > I have only started using FreeBSD - really enjoying it. >=20 > I just don't know howto install 8.2.3.-REL. >=20 > Do I have to uninstall 8.2.3-T6B? > Will 8.2.3-REL install over 8.2.3-T6B? > Will my named.conf be preserved, or should I cp it somewhere safe? >=20 > In short, would someone be kind enough to give me a recipe to follow? > Fom gunzip to make install? >=20 > I tried reading the isc install information - it is sparse and murky to t= his > newbie. >=20 > thanks in advance, >=20 > Pan 'planning on learning cvsup for stable branch later' >=20 >=20 >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 ----------------------------------------------- Runbox Mail Manager - www.runbox.com Free online email application To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 20:31:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pemaquid.safeport.com (pemaquid.safeport.com [204.156.12.58]) by hub.freebsd.org (Postfix) with ESMTP id 0552D37B422 for ; Sun, 8 Apr 2001 20:31:24 -0700 (PDT) (envelope-from doug@safeport.com) Received: from localhost (doug@localhost) by pemaquid.safeport.com (8.11.1/8.11.1) with ESMTP id f393VHX73739; Sun, 8 Apr 2001 23:31:17 -0400 (EDT) (envelope-from doug@safeport.com) X-Authentication-Warning: pemaquid.safeport.com: doug owned process doing -bs Date: Sun, 8 Apr 2001 23:31:17 -0400 (EDT) From: doug@safeport.com To: Hervey Wilson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mouse error? In-Reply-To: <001f01c0bef4$c1d519c0$0101a8c0@chillipepper> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thank you. Your post got me going so I searched stable and hardware. The posts there dealt with problems introduced with a hardward switch. This is a laptop with a touch pad and a ps/2 port. The ps/2 mouse if used at boot overrides the touchpad. I eventually found a post from someone who set the flags to 0x300, but could not find any reference to what the flags mean. The source is not very clear (to me).i On Fri, 6 Apr 2001, Hervey Wilson wrote: > I had a similar problem and found the fix, but I can't find the link that > described it right now. Anyway, the fix was to add 'flags 0x100' to the > device psm0 definition for the kernel, rebuild the kernel and reboot. Cured > mine nicely :) > > The complete line from my kernel config is: > > device psm0 at atkbdc? irq 12 flags 0x100 > > H. > _____ Douglas Denault doug@safeport.com Voice: 301-469-8766 Fax: 301-469-0601 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 20:51:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dhcp101054.res-hall.nwu.edu (dhcp101054.res-hall.nwu.edu [199.74.101.54]) by hub.freebsd.org (Postfix) with SMTP id 2374437B423 for ; Sun, 8 Apr 2001 20:51:37 -0700 (PDT) (envelope-from m-turk@nwu.edu) Received: (qmail 58217 invoked by uid 1000); 9 Apr 2001 02:57:01 -0000 Date: Sun, 8 Apr 2001 22:57:01 -0400 From: "Matthew J . Turk" To: freebsd-questions@freebsd.org Subject: Unreal Tournament (Redux?) Message-ID: <20010408225701.A58210@dhcp101054.res-hall.nwu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there - I was wondering if anybody had tried getting the latest, Game of the Year edition of Unreal Tournament to work under FreeBSD... I've followed all the instructions I could find, from other areas, but ultimately I get either a core dump (For the extremely old versions ofh te binaries) or the error that UT is unable to access my Voodoo board. (Yes, I'm running a 3dfx board... are they anything but trouble? :) Anyway, if anybody has fiddled with the latest version and gotten it to work... I'm in some need of help. :) mjt -- "Having said that, music is supposed to be in the world for celebration, ritual, and healing - that's the point for me." -- Trey Anastasio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 21: 4:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from backup.enteract.com (backup.enteract.com [207.229.143.61]) by hub.freebsd.org (Postfix) with ESMTP id 6BD9F37B423 for ; Sun, 8 Apr 2001 21:04:09 -0700 (PDT) (envelope-from dscheidt@tumbolia.com) Received: from shell-3.enteract.com (dscheidt@shell-3.enteract.com [207.229.143.42]) by backup.enteract.com (8.11.1/8.11.2) with ESMTP id f39448167748; Sun, 8 Apr 2001 23:04:08 -0500 (CDT) (envelope-from dscheidt@tumbolia.com) Date: Sun, 8 Apr 2001 23:04:07 -0500 (CDT) From: David Scheidt X-Sender: dscheidt@shell-3.enteract.com To: Matthew Beauchesne Cc: freebsd-questions@FreeBSD.org Subject: Re: Ensoniq AudioPCI problems. In-Reply-To: <20010408225117.A225@cheshire.net> Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1971657436-986789047=:8620" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1971657436-986789047=:8620 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 8 Apr 2001, Matthew Beauchesne wrote: : :The card does use the 1371 chip. I had similar problems with the card :under BeOS. It turned out that a certain chip used on the card wasn't :supported. So that just may be the case here. Were there significant :changes in the es1371 driver between 4.0 and 4.2? Would upgrading help? It looks like the PCI id of the card you have is support in 4.2, so upgrading should solve your problem. I think the only changes needed are adding the PCI device ID to the driver; I generated a patch that should work for 4.0, it's untested, but I don't think it will cause your disks to catch fire. Please try it. Oh, please keep me in the CC: list when replying to my posts; I don't always have time to read -questions, but I do read things that end up in my INBOX. David -- dscheidt@tumbolia.com Bipedalism is only a fad. --0-1971657436-986789047=:8620 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="es137x.c.patch" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename="es137x.c.patch" DQpJbmRleDogZXMxMzd4LmMNCj09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0NClJD UyBmaWxlOiAvaG9tZS9uY3ZzL3NyYy9zeXMvZGV2L3NvdW5kL3BjaS9lczEz N3guYyx2DQpyZXRyaWV2aW5nIHJldmlzaW9uIDEuMTMNCmRpZmYgLXUgLXIx LjEzIGVzMTM3eC5jDQotLS0gZXMxMzd4LmMJMjAwMC8wMS8yOSAxODo0ODoy OQkxLjEzDQorKysgZXMxMzd4LmMJMjAwMS8wNC8wOSAwMzo1ODowNw0KQEAg LTY4LDYgKzY4LDcgQEANCiAjZGVmaW5lIEVTMTM3MF9QQ0lfSUQgMHg1MDAw MTI3NA0KICNkZWZpbmUgRVMxMzcxX1BDSV9JRCAweDEzNzExMjc0DQogI2Rl ZmluZSBFUzEzNzFfUENJX0lEMiAweDEzNzEzMjc0DQorI2RlZmluZSBFUzEz NzFfUENJX0lEMyAweDU4ODAxMjc0DQogDQogLyogZGV2aWNlIHByaXZhdGUg ZGF0YSAqLw0KIHN0cnVjdCBlc19pbmZvOw0KQEAgLTcwMiw3ICs3MDMsOCBA QA0KIAkJZGV2aWNlX3NldF9kZXNjKGRldiwgIkF1ZGlvUENJIEVTMTM3MCIp Ow0KIAkJcmV0dXJuIDA7DQogCX0gZWxzZSBpZiAocGNpX2dldF9kZXZpZChk ZXYpID09IEVTMTM3MV9QQ0lfSUQgfHwNCi0JCSAgIHBjaV9nZXRfZGV2aWQo ZGV2KSA9PSBFUzEzNzFfUENJX0lEMikgew0KKwkJICAgcGNpX2dldF9kZXZp ZChkZXYpID09IEVTMTM3MV9QQ0lfSUQyIHx8DQorCSAgCSAgIHBjaV9nZXRf ZGV2aWQoZGV2KSA9PSBFUzEzNzFfUENJX0lEMykJew0KIAkJZGV2aWNlX3Nl dF9kZXNjKGRldiwgIkF1ZGlvUENJIEVTMTM3MSIpOw0KIAkJcmV0dXJuIDA7 DQogCX0NCkBAIC03NjYsNyArNzY4LDggQEANCiAJfQ0KIA0KIAlpZiAocGNp X2dldF9kZXZpZChkZXYpID09IEVTMTM3MV9QQ0lfSUQgfHwNCi0JICAgIHBj aV9nZXRfZGV2aWQoZGV2KSA9PSBFUzEzNzFfUENJX0lEMikgew0KKwkgICAg cGNpX2dldF9kZXZpZChkZXYpID09IEVTMTM3MV9QQ0lfSUQyIHx8DQorCSAg ICBwY2lfZ2V0X2RldmlkKGRldikgPT0gRVMxMzcxX1BDSV9JRDMpIHsNCiAJ CWlmKC0xID09IGVzMTM3MV9pbml0KGVzLCBwY2lfZ2V0X3JldmlkKGRldikp KSB7DQogCQkJZGV2aWNlX3ByaW50ZihkZXYsICJ1bmFibGUgdG8gaW5pdGlh bGl6ZSB0aGUgY2FyZFxuIik7DQogCQkJZ290byBiYWQ7DQoNCg== --0-1971657436-986789047=:8620-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 21:44:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cheshire.net (net1-pool-10.cheshire.net [208.153.58.131]) by hub.freebsd.org (Postfix) with ESMTP id 0C62437B42C for ; Sun, 8 Apr 2001 21:44:47 -0700 (PDT) (envelope-from mjb@cheshire.net) Received: (from mjb@localhost) by cheshire.net (8.9.3/8.9.3) id AAA00418; Mon, 9 Apr 2001 00:39:30 -0400 (EDT) (envelope-from mjb) Date: Mon, 9 Apr 2001 00:39:30 -0400 From: Matthew Beauchesne To: David Scheidt Cc: freebsd-questions@FreeBSD.org Subject: Re: Ensoniq AudioPCI problems. Message-ID: <20010409003930.A226@cheshire.net> References: <20010408225117.A225@cheshire.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from dscheidt@tumbolia.com on Sun, Apr 08, 2001 at 11:04:07PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Apr 08, 2001 at 11:04:07PM -0500, David Scheidt wrote: > On Sun, 8 Apr 2001, Matthew Beauchesne wrote: > : > :The card does use the 1371 chip. I had similar problems with the card > :under BeOS. It turned out that a certain chip used on the card wasn't > :supported. So that just may be the case here. Were there significant > :changes in the es1371 driver between 4.0 and 4.2? Would upgrading help? > > It looks like the PCI id of the card you have is support in 4.2, so > upgrading should solve your problem. I think the only changes needed are > adding the PCI device ID to the driver; I generated a patch that should > work for 4.0, it's untested, but I don't think it will cause your disks > to catch fire. Please try it. > > Oh, please keep me in the CC: list when replying to my posts; I don't > always have time to read -questions, but I do read things that end up in my > INBOX. > > David > Hello, Thanks for the patch. It worked somewhat. The card is recognized now. Although it won't play a wav file and using xmms it won't play an mp3. I think I will just upgrade and hopefully that will solve the problem. Thanks. -- Matthew Beauchesne mjb@cheshire.net -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 21:47:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub.solidnet.net (mailhub.solidnet.net [209.221.176.142]) by hub.freebsd.org (Postfix) with ESMTP id 6E24637B423 for ; Sun, 8 Apr 2001 21:47:47 -0700 (PDT) (envelope-from kevan@solidnet.com) Received: from solidnet.com (pm1-ra-14.solidnet.net [63.249.9.19]) by mailhub.solidnet.net (8.11.2/8.11.2) with ESMTP id f394lkH00685 for ; Sun, 8 Apr 2001 21:47:46 -0700 Message-ID: <3AD0DC42.E7C1E2F0@solidnet.com> Date: Sun, 08 Apr 2001 21:46:42 +0000 From: Kevan Olhausen X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: net.inet.ip.fastforwarding: 0 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've set up a FreeBSD firewall and things are going well but I wanted to find out if I could optimize performance by changing the sysctl variable net.inet.ip.fastforwarding. Would there be an advantage to doing this? I'm trying to find documentation of the sysctl variables but I'm having no luck; any suggestions? Thanks. Kevan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 22: 7:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from geo.net.co (dns1-la.geo.net.co [216.226.238.11]) by hub.freebsd.org (Postfix) with ESMTP id AB47D37B424 for ; Sun, 8 Apr 2001 22:07:28 -0700 (PDT) (envelope-from sergiomartinez@geo.net.co) Received: from s [209.205.82.142] by geo.net.co (SMTPD32-5.05) id AFAC498014A; Mon, 09 Apr 2001 00:07:24 -0500 Message-ID: <001d01c0c0bc$6e5dce80$8e52cdd1@s> From: "Sergio Martinez" To: Subject: A little installation inquietude Date: Mon, 9 Apr 2001 00:15:09 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001A_01C0C08A.23031BC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_001A_01C0C08A.23031BC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hy: I have to make partitions on my Disk for the installation, or exist = other alternatives like linux Salckare with UMSDOS boot?? thanks ------=_NextPart_000_001A_01C0C08A.23031BC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hy:
I have to make partitions on my Disk = for the=20 installation, or exist other alternatives like linux Salckare with = UMSDOS=20 boot??
 
thanks
------=_NextPart_000_001A_01C0C08A.23031BC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 22:14:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rm-rstar.sfu.ca (rm-rstar.sfu.ca [142.58.120.21]) by hub.freebsd.org (Postfix) with ESMTP id DC55D37B422 for ; Sun, 8 Apr 2001 22:14:47 -0700 (PDT) (envelope-from tmchow@sfu.ca) Received: from fraser.sfu.ca (tmchow@fraser.sfu.ca [142.58.101.25]) by rm-rstar.sfu.ca (8.10.1/8.10.1/SFU-5.0H) with ESMTP id f395Ekq17547 for ; Sun, 8 Apr 2001 22:14:47 -0700 (PDT) Received: from localhost (tmchow@localhost) by fraser.sfu.ca (8.9.2/8.9.2/SFU-5.0C) with ESMTP id WAA05025 for ; Sun, 8 Apr 2001 22:14:46 -0700 (PDT) X-Authentication-Warning: fraser.sfu.ca: tmchow owned process doing -bs Date: Sun, 8 Apr 2001 22:14:46 -0700 (PDT) From: Trevin Chow To: Subject: SSH still disconnecting Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After looking at my ssh disconnection problem I'm still at a loss for why it's occcuring. However, I did get some error msgs that are popping up on the terminal which might prove to be useful to help diagnose my situation. (For a refresher, my problem is that my remote SSH connections to my box disconnect at arbitrary times and for a varying amount of time I can't reconnect.) When disconnection occurs, I'm getting this on the terminal of the machine I'm remotely connecting to: sshd[79987]: fatal: Write failed: Permission Denied (i get this repeated a few times) natd: Failed to write back packet (Permission Denied). Here is the output from `ipfw -a l': 00100 146 15190 allow ip from any to any via lo0 00200 0 0 deny ip from any to 127.0.0.0/8 00300 0 0 deny log logamount 100 ip from 192.168.0.0/16 to any in recv fxp0 00400 0 0 deny log logamount 100 ip from 192.168.0.0/16 to any in recv fxp0 00500 0 0 deny log logamount 100 ip from 172.16.0.0/12 to any in recv fxp0 00600 0 0 deny log logamount 100 ip from 10.0.0.0/8 to any in recv fxp0 00700 0 0 deny log logamount 100 ip from any to 0.0.0.0/8 via fxp0 00800 0 0 deny log logamount 100 ip from any to 169.254.0.0/16 via fxp0 00900 0 0 deny log logamount 100 ip from any to 192.0.2.0/24 via fxp0 01000 85 2380 deny ip from any to 224.0.0.0/4 via fxp0 01100 0 0 deny log logamount 100 ip from any to 240.0.0.0/4 via fxp0 01200 3002 768930 divert 8668 ip from any to any via fxp0 01300 1381 124452 allow ip from any to any out xmit fxp0 01400 0 0 allow ip from any to any via fxp1 01500 1258 604354 allow tcp from any to any in recv fxp0 established 01600 0 0 allow tcp from 142.58.0.0/16 to 2626 setup 01700 0 0 allow tcp from 142.58.101.25 to 2626 setup 01800 0 0 allow tcp from to 2626 setup 01900 2 88 allow log logamount 100 tcp from 142.58.101.25 to 2627 in recv fxp0 setup 02000 0 0 allow log logamount 100 tcp from 24.71.46.74 to 2627 in recv fxp0 setup 02100 1 48 allow log logamount 100 tcp from to 2627 in recv fxp0 setup 02200 0 0 allow log logamount 100 tcp from 24.113.38.121 to 2627 in recv fxp0 setup 02300 0 0 allow tcp from any to 80 setup 02400 0 0 allow tcp from any to 443 setup 02500 0 0 allow tcp from any to 25 setup 02600 0 0 allow tcp from 192.168.0.0/16 to 143 setup 02700 0 0 allow tcp from 142.58.101.25 to 143 setup 02800 0 0 allow tcp from to 143 setup 02900 353 39460 allow udp from any to 53 03000 0 0 allow udp from 53 to any 03100 0 0 allow tcp from any to 53 setup 03200 1 60 allow tcp from any to any 113 03300 0 0 allow log logamount 100 tcp from to 03400 0 0 allow icmp from any to any via fxp1 03500 0 0 allow icmp from any to any in recv fxp0 icmptype 0 03600 0 0 allow icmp from any to any out xmit fxp0 icmptype 8 03700 0 0 allow icmp from any to any via fxp0 icmptype 3,4,11,12 65532 0 0 deny log logamount 100 tcp from any to any in recv fxp0 setup 65533 0 0 deny log logamount 100 icmp from any to any 65534 6 468 deny log logamount 100 ip from any to any 65535 0 0 deny ip from any to any To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 22:15:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alto.i-cable.com (alto.i-cable.com [210.80.60.4]) by hub.freebsd.org (Postfix) with ESMTP id 15ACC37B42C for ; Sun, 8 Apr 2001 22:15:51 -0700 (PDT) (envelope-from lkthomas@hkicable.com) Received: from hkicable.com ([61.18.16.156]) by alto.i-cable.com (8.9.3/8.9.3) with ESMTP id NAA03759 for ; Mon, 9 Apr 2001 13:16:09 +0800 (HKT) Message-ID: <3AD145EA.FF48A827@hkicable.com> Date: Mon, 09 Apr 2001 13:17:30 +0800 From: Thomas Lau X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: which web server are better? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Roxen 1.3 or apache 1.3 ? which one is better ? and which server speed is better ? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 22:20:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from imo-m04.mx.aol.com (imo-m04.mx.aol.com [64.12.136.7]) by hub.freebsd.org (Postfix) with ESMTP id B0FD637B42C for ; Sun, 8 Apr 2001 22:20:16 -0700 (PDT) (envelope-from solaixisco@netscape.net) Received: from solaixisco@netscape.net by imo-m04.mx.aol.com (mail_out_v29.14.) id n.1c.131796a (16242) for ; Mon, 9 Apr 2001 01:20:11 -0400 (EDT) Received: from netscape.com (aimmail06.aim.aol.com [205.188.144.198]) by air-in03.mx.aol.com (v77_r1.37) with ESMTP; Mon, 09 Apr 2001 01:20:11 -0400 Date: Mon, 09 Apr 2001 01:19:40 -0400 From: solaixisco@netscape.net To: freebsd-questions@freebsd.org Subject: Q:3com 3C507 ISA card not working with 4.2? Mime-Version: 1.0 Message-ID: <67D5B36C.3287D6E6.109727E6@netscape.net> X-Mailer: Franklin Webmailer 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am running FreeBSD 4.2 on a ISA bus with 2 NICs: 3com EtherLink II and 3Com EtherLink 16TP(3C507). EtherLink II works find with an ex driver. EtherLink16TP uses the ie driver. The kernel cannot find it. I have used 3Com's diskfind.exe program to verify that the card is visible and used the parameters found by diskfind.exe (IRQ 3, port 0x300, and IO 0XD0000, sio1 disabled with kernel.conf). The card has also been found by redhat 7.0 installation program. But the kernel simply does not see it though the kernel has been built with ie driver being selected in the /usr/src/sys/i386/conf. What could be the problem? Thanks in advance! Andrew __________________________________________________________________ Get your own FREE, personal Netscape Webmail account today at http://webmail.netscape.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 22:33: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from w2xo.pgh.pa.us (18.gibs5.xdsl.nauticom.net [209.195.184.19]) by hub.freebsd.org (Postfix) with ESMTP id 0050837B422 for ; Sun, 8 Apr 2001 22:33:03 -0700 (PDT) (envelope-from durham@w2xo.pgh.pa.us) Received: from shazam (shazam [192.168.5.3]) by w2xo.pgh.pa.us (8.11.2/8.9.3) with ESMTP id f395Vwq23087 for ; Mon, 9 Apr 2001 05:31:58 GMT (envelope-from durham@w2xo.pgh.pa.us) Date: Mon, 9 Apr 2001 01:35:38 -0400 (EDT) From: Jim Durham X-Sender: durham@shazam.int To: freebsd-questions@freebsd.org Subject: Adaptec 1460.. Anyone have this working? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to use an Adaptec 1460 Slim Scsi card with 4.3RC. This is on a Dell Inspiron 4000 with the Sony pccard adapter. This card is in pccard.conf, but is it actually supported? I have tried every combination of interrupts, memory, etc, even tried a different drive. It appears to work, then hangs. Sometimes I get a timeout and/or "Device Lost" error. Here is an example: jimslaptop /kernel: (da0:aic1:0:0:0): ccb 0xc0ecb000 - timed out, nexus 0xc0f1e400 phase 0x18 state 1. The nexus numbers change with each timeout message. The rest is the same in each message. This usually results in a complete hang of the laptop, forcing a power-down. Right now, I'm running it on irq 3, with the pccard bus adapter running on irq 10. I can mount the drive and copy some files to it, but, it will eventually hang, sometimes sooner, sometimes later. Does anyone have this working? -Jim Durham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 22:45:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web9606.mail.yahoo.com (web9606.mail.yahoo.com [216.136.129.185]) by hub.freebsd.org (Postfix) with SMTP id 8C44837B422 for ; Sun, 8 Apr 2001 22:45:15 -0700 (PDT) (envelope-from tradica@yahoo.com) Message-ID: <20010409054515.90310.qmail@web9606.mail.yahoo.com> Received: from [204.120.36.18] by web9606.mail.yahoo.com; Sun, 08 Apr 2001 22:45:15 PDT Date: Sun, 8 Apr 2001 22:45:15 -0700 (PDT) From: Robert Bell Subject: GENERIC make: fatal double fault To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I ran #config GENERIC and made the depends. When I ran make, the system crashed with the following message. fatal double fault: eip = 0xc019eba8 esp = 0xc9cf9000 ebp = 0xc9cf9020 Panic: double fault Syncing disks.... 71 71 71 71 71 71 71 .... Giving up on 69 buffers I also received this message when I tried to make a custom KERNEL. I redownloaded /src and I still get this. Thanks for your time, Robert Bell __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 22:57:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from po4.wam.umd.edu (po4.wam.umd.edu [128.8.10.166]) by hub.freebsd.org (Postfix) with ESMTP id C7F7237B422 for ; Sun, 8 Apr 2001 22:57:41 -0700 (PDT) (envelope-from culverk@wam.umd.edu) Received: from rac1.wam.umd.edu (IDENT:root@rac1.wam.umd.edu [128.8.10.141]) by po4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id BAA12990; Mon, 9 Apr 2001 01:57:40 -0400 (EDT) Received: from rac1.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac1.wam.umd.edu (8.9.3/8.9.3) with SMTP id BAA00367; Mon, 9 Apr 2001 01:57:39 -0400 (EDT) Received: from localhost (culverk@localhost) by rac1.wam.umd.edu (8.9.3/8.9.3) with ESMTP id BAA00363; Mon, 9 Apr 2001 01:57:39 -0400 (EDT) X-Authentication-Warning: rac1.wam.umd.edu: culverk owned process doing -bs Date: Mon, 9 Apr 2001 01:57:39 -0400 (EDT) From: Kenneth Wayne Culver To: Matthew Beauchesne Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Ensoniq AudioPCI problems. In-Reply-To: <20010408225117.A225@cheshire.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This card isn't supported in 4.0, you need to upgrade to a later version, I think 4.1 is the first version that supports it. Basically the PCI ID of that card is not in the driver. I have that same card and after I submitted my patch and got it committed (my patch added the pci id of this card) everything worked fine on -CURRENT and 4.1 and above... ================================================================= | Kenneth Culver | FreeBSD: The best NT upgrade | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muythaibxr | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= On Sun, 8 Apr 2001, Matthew Beauchesne wrote: > On Sun, Apr 08, 2001 at 09:28:53PM -0500, David Scheidt wrote: > > On Sun, 8 Apr 2001, Matthew Beauchesne wrote: > > > > :On Sun, Apr 08, 2001 at 06:52:38PM -0700, Kent Stewart wrote: > > :> You said compiled the kernel but since you are having problems, did you do a > > :> make install and reboot. > > :> > > :> Kent > > :> > > :> > > > :> > > : > > :Yes I did install it and reboot but it still doesn't detect the > > :card. > > : > > > > I don't think this card is supported. The handbook mentions the ENSONIQ > > AudioPCI ES1370/1371 but not the one you've got. Can you post the dmesg > > from a boot -v? > > > > David > > Hello, > > The card does use the 1371 chip. I had similar problems with the card > under BeOS. It turned out that a certain chip used on the card wasn't > supported. So that just may be the case here. Were there significant > changes in the es1371 driver between 4.0 and 4.2? Would upgrading help? > > The output from boot -v should be attached. > -- > Matthew Beauchesne > mjb@cheshire.net > -- > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 23:24: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f130.law11.hotmail.com [64.4.17.130]) by hub.freebsd.org (Postfix) with ESMTP id BBE5137B43C for ; Sun, 8 Apr 2001 23:24:06 -0700 (PDT) (envelope-from burnscharlesn@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 8 Apr 2001 23:24:05 -0700 Received: from 24.21.122.151 by lw11fd.law11.hotmail.msn.com with HTTP; Mon, 09 Apr 2001 06:24:05 GMT X-Originating-IP: [24.21.122.151] From: "Charles Burns" To: tradica@yahoo.com, freebsd-questions@freebsd.org Subject: Re: GENERIC make: fatal double fault Date: Sun, 08 Apr 2001 23:24:05 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 09 Apr 2001 06:24:05.0994 (UTC) FILETIME=[AD94DCA0:01C0C0BD] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Could be hardware. Visit: http://www.bitwizard.nl/sig11/ This page is about Signal 11s in Linux, but its information applies to any unstable hardware. Compilation is one of the most stressful tests of any system and is a great way to weed out borderline hardware. >From: Robert Bell >To: freebsd-questions@freebsd.org >Subject: GENERIC make: fatal double fault >Date: Sun, 8 Apr 2001 22:45:15 -0700 (PDT) > >Hi, > I ran #config GENERIC and made the depends. >When I ran make, the system crashed with the >following message. > >fatal double fault: >eip = 0xc019eba8 >esp = 0xc9cf9000 >ebp = 0xc9cf9020 >Panic: double fault >Syncing disks.... 71 71 71 71 71 71 71 .... >Giving up on 69 buffers > >I also received this message when I tried to make a >custom KERNEL. >I redownloaded /src and I still get this. Thanks for >your time, Robert Bell > >__________________________________________________ >Do You Yahoo!? >Get email at your own domain with Yahoo! Mail. >http://personal.mail.yahoo.com/ > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 23:47:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 3F61637B42C for ; Sun, 8 Apr 2001 23:47:44 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f396lLA79875; Mon, 9 Apr 2001 09:47:21 +0300 (EEST) (envelope-from ru) Date: Mon, 9 Apr 2001 09:47:21 +0300 From: Ruslan Ermilov To: Kevan Olhausen Cc: questions@FreeBSD.ORG Subject: Re: net.inet.ip.fastforwarding: 0 Message-ID: <20010409094721.B78643@sunbay.com> Mail-Followup-To: Kevan Olhausen , questions@FreeBSD.ORG References: <3AD0DC42.E7C1E2F0@solidnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD0DC42.E7C1E2F0@solidnet.com>; from kevan@solidnet.com on Sun, Apr 08, 2001 at 09:46:42PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Apr 08, 2001 at 09:46:42PM +0000, Kevan Olhausen wrote: > I've set up a FreeBSD firewall and things are going well but I > wanted to find out if I could optimize performance by changing > the sysctl variable net.inet.ip.fastforwarding. Would there > be an advantage to doing this? I'm trying to find documentation > of the sysctl variables but I'm having no luck; any suggestions? > Thanks. > This is documented in inet(4) manpage. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Apr 8 23:51:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lynx.syix.com (lynx.syix.com [205.171.72.20]) by hub.freebsd.org (Postfix) with ESMTP id A122537B42C for ; Sun, 8 Apr 2001 23:51:35 -0700 (PDT) (envelope-from pan@syix.com) Received: from cat (dster8.syix.com [63.147.19.40]) by lynx.syix.com (8.11.2/8.11.2) with SMTP id f396pY579067 for ; Sun, 8 Apr 2001 23:51:35 -0700 (PDT) (envelope-from pan@syix.com) Message-ID: <012b01c0c0c1$84c380c0$2813933f@cat> From: "pan" To: "freeBSD-questions" References: <002901c0c094$a80708e0$2813933f@cat> Subject: Re: bind 8.2.3-REL install - figured it out Date: Sun, 8 Apr 2001 23:51:35 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I just don't know howto install 8.2.3.-REL. > Well that wasn't so scary after all. Dumped the .tar.gz into an 'empty dir' gunzipped untarred cd'd to src - re-read INSTALL make PREFIX=/usr PIDDIR=/var/run DESTETC=/etc/namedb DESTEXEC=/usr/libexec DESTRUN=/var/run DESTBIN=/usr/sbin DESTHELP=/usr/share/misc [all one line] make clean make depend make all rm .settings in 'empty dir'/src make PREFIX=/usr PIDDIR=/var/run DESTETC=/etc/namedb DESTEXEC=/usr/libexec DESTRUN=/var/run DESTBIN=/usr/sbin DESTHELP=/usr/share/misc install [all one line] mkdir /var/named and chown'd it to bind adjusted named.conf options by adding pid-file "var/named/named.pid"; statistics-file "etc/namedb/named.stats"; so I could use ndc better -- named -v now shows exactly what I was hoping. I think I made it to newbie class 2 tonight even channels and categories for options make sense right now Pan 'wide eyed newbie feeling enthusiastic' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 0:12:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.riic.uni-linz.ac.at (mail.riic.uni-linz.ac.at [140.78.161.130]) by hub.freebsd.org (Postfix) with ESMTP id 715D937B42C for ; Mon, 9 Apr 2001 00:12:50 -0700 (PDT) (envelope-from hueber@riic.at) Received: from riic.uni-linz.ac.at (hawkings.riic.uni-linz.ac.at [140.78.161.239]) by mail.riic.uni-linz.ac.at (8.9.3/8.9.3) with ESMTP id JAA05803 for ; Mon, 9 Apr 2001 09:08:23 +0200 Message-ID: <3AD15FDF.E250CA29@riic.uni-linz.ac.at> Date: Mon, 09 Apr 2001 09:08:15 +0200 From: Gernot Hueber X-Mailer: Mozilla 4.7 [de] (WinNT; I) X-Accept-Language: de MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: mpd, pptp & alcatel adsl Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Peter, I have FBSD 4.2 and want to connect to the ISP via ADSL (requiring pptp). I have installed pptpclient which works. But I don't like it, because I don't really know what happens when the ISP disconnects. I want to use mpd because this one has a on-demand option. But mpd did not connect at all yet. What's going wrong? Here are my configs and a log TIA Gernot mpd.conf: (I started with the default file, there is a lot of additional stuff there) (I tried comment out of set link enable no-orig-auth, too. And some playing with the pap/chap.) default: load vpn vpn: new -i ng1 vpn vpn log +auth +ccp3 +chat +fsm +iface +pptp3 +ipcp +lcp +link +phys set iface disable on-demand #set iface addrs 10.0.0.140 140.0.0.138 set iface idle 0 set iface route default set bundle disable multilink set bundle authname "yyyyy" set bundle password "xxxx" set link yes acfcomp protocomp set link yes pap set link disable pap #set link no pap #set link yes chap # If remote machine is NT you need this.. set link enable no-orig-auth set link keep-alive 10 75 #set ipcp yes vjcomp #set ipcp ranges 192.168.1.1/32 192.168.2.1/32 # If you wanted MPPE encryption and had ng_mppc(8)... # set bundle enable compression # set ccp yes mppc # set ccp yes mpp-e40 # set ccp yes mpp-e128 # set bundle enable crypt-reqd # set ccp yes mpp-stateless open mpd.links: (tried enable of pptp self, too) vpn: set link type pptp # set pptp self 10.0.0.140 set pptp peer 10.0.0.138 set pptp enable originate outcall mpd log output: Multi-link PPP for FreeBSD, by Archie L. Cobbs. Based on iij-ppp, by Toshiharu OHNO. mpd: pid 2248, version 3.2 (root@mailhost.sk-team.at 18:03 7-Apr-2001) [vpn] ppp node is "mpd2248-vpn" [vpn] using interface ng1 [vpn] IFACE: Open event [vpn] IPCP: Open event [vpn] IPCP: state change Initial --> Starting [vpn] IPCP: LayerStart [vpn:vpn] [vpn] bundle: OPEN event in state CLOSED [vpn] opening link "vpn"... [vpn] link: OPEN event [vpn] LCP: Open event [vpn] LCP: state change Initial --> Starting [vpn] LCP: LayerStart [vpn] device: OPEN event in state DOWN pptp0: connecting to 10.0.0.138:1723 [vpn] device is now in state OPENING pptp0: connected to 10.0.0.138:1723 pptp0: attached to connection with 10.0.0.138:1723 pptp0: wrote ctrl data: 00 9c 00 01 1a 2b 3c 4d 00 01 00 00 01 00 00 00 .....+ Initial [vpn] IPCP: LayerFinish mpd: process 2248 terminated -- Dipl.-Ing. Gernot Hueber Institut für Integrierte Schaltungen Freistädter Strasse 315/2 A-4040 Linz Tel: +43 732 2468-7122, Fax: -7126 E-mail: hueber@riic.at To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 0:24:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web9607.mail.yahoo.com (web9607.mail.yahoo.com [216.136.129.186]) by hub.freebsd.org (Postfix) with SMTP id 48AE737B422 for ; Mon, 9 Apr 2001 00:24:38 -0700 (PDT) (envelope-from tradica@yahoo.com) Message-ID: <20010409072438.44913.qmail@web9607.mail.yahoo.com> Received: from [204.120.36.18] by web9607.mail.yahoo.com; Mon, 09 Apr 2001 00:24:38 PDT Date: Mon, 9 Apr 2001 00:24:38 -0700 (PDT) From: Robert Bell Subject: Re: GENERIC make: fatal double fault To: Charles Burns , freebsd-questions@freebsd.org Cc: tradica@yahoo.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Thanks for the link. The system I am using is an overclocked Celeron 300 running at 450. I slowed it down to normal speed and GENERIC compiled just as it should. I would have tried this earlier, if I had not had flawless kernel builds on this machine in the past. I appreciate you taking the time to send me the link. Thanks much, Robert Bell > >From: Robert Bell > >To: freebsd-questions@freebsd.org > >Subject: GENERIC make: fatal double fault > >Date: Sun, 8 Apr 2001 22:45:15 -0700 (PDT) > > > >Hi, > > I ran #config GENERIC and made the depends. > >When I ran make, the system crashed with the > >following message. > > > >fatal double fault: > >eip = 0xc019eba8 > >esp = 0xc9cf9000 > >ebp = 0xc9cf9020 > >Panic: double fault > >Syncing disks.... 71 71 71 71 71 71 71 .... > >Giving up on 69 buffers > > > >I also received this message when I tried to make a > >custom KERNEL. > >I redownloaded /src and I still get this. Thanks > for > >your time, Robert Bell > > > >__________________________________________________ > >Do You Yahoo!? > >Get email at your own domain with Yahoo! Mail. > >http://personal.mail.yahoo.com/ > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of > the message > > _________________________________________________________________ > Get your FREE download of MSN Explorer at > http://explorer.msn.com > __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 0:46: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ren.sasknow.com (ren.sasknow.com [207.195.92.131]) by hub.freebsd.org (Postfix) with ESMTP id BD46837B423 for ; Mon, 9 Apr 2001 00:46:02 -0700 (PDT) (envelope-from ryan@sasknow.com) Received: from localhost (ryan@localhost) by ren.sasknow.com (8.9.3/8.9.3) with ESMTP id BAA60087; Mon, 9 Apr 2001 01:45:58 -0600 (CST) (envelope-from ryan@sasknow.com) Date: Mon, 9 Apr 2001 01:45:58 -0600 (CST) From: Ryan Thompson To: Leonard Zettel Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: Boot messages In-Reply-To: <3AD11309.A895B4F8@acm.org> Message-ID: Organization: SaskNow Technologies [www.sasknow.com] MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Leonard Zettel wrote to freebsd-questions@FreeBSD.ORG: > [...] > the beginning of the display is gone - apparently fallen out of the > buffer. I really would like to know what *all* the boot messages are. > 1) Am I right in thinking they are logged somewhere? Yes :-) > If so, where? /var/run/dmesg.boot If you have rebooted the machine recently, you can use dmesg(8) to display these messages somewhat more conveniently. dmesg | more will page the output for you nicely. > 2) Is there a way to increase the number of lines that can be > accessed using the scroll lock technique? What is it? This involves editing your kernel configuration and rebuilding your kernel. If that scares you, I suggest you read the handbook section on custom kernel builds. Put the following line in your kernel configuration: SC_HISTORY_SIZE= Where is the desired history size. The default is 100. The maximum is 1000 lines per virtual terminal (1000 * MAXCONS). > Thanks for your patience > -LenZ- - Ryan -- Ryan Thompson Network Administrator, Accounts SaskNow Technologies - http://www.sasknow.com #106-380 3120 8th St E - Saskatoon, SK - S7H 0W2 Tel: 306-664-3600 Fax: 306-664-1161 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 0:53:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ren.sasknow.com (ren.sasknow.com [207.195.92.131]) by hub.freebsd.org (Postfix) with ESMTP id 6753537B423 for ; Mon, 9 Apr 2001 00:53:08 -0700 (PDT) (envelope-from ryan@sasknow.com) Received: from localhost (ryan@localhost) by ren.sasknow.com (8.9.3/8.9.3) with ESMTP id BAA62046; Mon, 9 Apr 2001 01:53:01 -0600 (CST) (envelope-from ryan@sasknow.com) Date: Mon, 9 Apr 2001 01:53:00 -0600 (CST) From: Ryan Thompson To: Vincent Foley Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Canadian keyboard problem In-Reply-To: Message-ID: Organization: SaskNow Technologies [www.sasknow.com] MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Vincent Foley wrote to freebsd-questions@FreeBSD.ORG: > Hi. I'm from Quebec, so naturally I'd like to use a french canadian > keyboard. So using kbdmap, I select fr_CA.iso.acc.kbd. The mapping > is all right, but when I type accented characters (=E9 =E8 =E0 =F4, etc) = I get > greek symbols (teta, alpha, omega, etc) instead of the appropriate Hi Vincent. In your email message, I too see greek symbols. The answer, though, isn't in your keyboard definition. You need to set your screen map to a more appropriate font. I'm from Canada, as well, but I don't type French, so I can't tell you what the appropriate screen map is. My guess is your keyboard map is now set correctly--you've just got to get the characters displaying correctly on screen. You can set your screen map with sysinstall, or with vidcontrol(1). > characters. I searched the mailing lists archives, but I couldn't > find anything. The FAQ doesn't mention anything about the keyboard > either. So I'd like to know if someone could help me out. >=20 > I also have another question, which man should I read to learn how to mak= e=20 > Left-Shift acts as a meta key? RTFM is fine to me, but tell me which FM = I=20 > must R. >=20 > Thank you very much, > =09=09=09Vincent > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 --=20 Ryan Thompson Network Administrator, Accounts SaskNow Technologies - http://www.sasknow.com #106-380 3120 8th St E - Saskatoon, SK - S7H 0W2 Tel: 306-664-3600 Fax: 306-664-1161 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 0:55: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13205.mail.yahoo.com (web13205.mail.yahoo.com [216.136.174.190]) by hub.freebsd.org (Postfix) with SMTP id 2E5FE37B422 for ; Mon, 9 Apr 2001 00:55:08 -0700 (PDT) (envelope-from ejcerejo@yahoo.com) Message-ID: <20010409075507.54664.qmail@web13205.mail.yahoo.com> Received: from [208.199.161.14] by web13205.mail.yahoo.com; Mon, 09 Apr 2001 00:55:07 PDT Date: Mon, 9 Apr 2001 00:55:07 -0700 (PDT) From: "E. J. Cerejo" Subject: File Managers? To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I installed that eazel thing called nautilus, took forever and it doesnt' work, it gives and GConf error. Can anybody recommend a good file manager to use before I decide to go for another one that will not work. Is endeavour any good? __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 1:15:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from princess.vanderfeest.nl (princess.vanderfeest.nl [212.204.230.181]) by hub.freebsd.org (Postfix) with ESMTP id 72E1237B424 for ; Mon, 9 Apr 2001 01:15:19 -0700 (PDT) (envelope-from paul@vanderfeest.nl) Received: (from root@localhost) by princess.vanderfeest.nl (8.11.2/8.11.2/psd) id f398BPM18585 for freebsd-questions@freebsd.org; Mon, 9 Apr 2001 10:11:25 +0200 (CEST) Date: Mon, 9 Apr 2001 10:11:25 +0200 From: Paul Dekkers To: freebsd-questions@freebsd.org Subject: Suddenly ISDN (i4b-card) problems... Message-ID: <20010409101125.A18577@princess.vanderfeest.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a dial-on-demand box with an ISDN-card running on 4.1-RELEASE; after some restarts suddenly things don't work anymore; My kernel gives me: i4b: ISDN call control device attached i4bisppp: 4 ISDN SyncPPP device(s) attached (VJ header compression) i4bctl: ISDN system control port attached i4bipr: 4 IP over raw HDLC ISDN device(s) attached (VJ header compression) i4btel: 2 ISDN telephony interface device(s) attached i4brbch: 4 raw B channel access device(s) attached i4btrc: 4 ISDN trace device(s) attached but also: i4b-L2 i4b_T202_timeout: unit 0, N202 = 3 i4b-L3 T303_timeout: SETUP not answered, cr = 75 i4b-L3 next_l3state: FSM illegal state, state = ST_OW - Out Wait EST, event = EV_T303EXP - T303 timeout! (where things go wrong I think...) ANd when I try to dialout using my ppp (userland) it gives me: Phase: deflink: hangup -> opening Phase: deflink: Enter pause (3) for redialing. Phase: deflink: Connected! Phase: deflink: opening -> dial Phase: deflink: dial -> carrier Phase: deflink: /dev/i4brbch0: No carrier (increase ``set cd'' from 6 ?) Phase: deflink: Disconnected! Phase: deflink: carrier -> hangup Phase: deflink: Connect time: 6 secs: 0 octets in, 0 octets out Phase: total 0 bytes/sec, peak 0 bytes/sec on Sat Apr 7 11:30:53 2001 Where it used to connect to my ISP. Is this a sign of a broken card? Or broken line? (Other devices on my ISDN conection work, and I also tried to replace the cable...) Thank you in advance, Paul Dekkers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 1:49:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailgate.lg-elite.com (yuna.lgcit.com [150.150.83.41]) by hub.freebsd.org (Postfix) with ESMTP id 1588837B422 for ; Mon, 9 Apr 2001 01:49:35 -0700 (PDT) (envelope-from schmin@lg-elite.com) Received: (from root@localhost) by mailgate.lg-elite.com (8.9.3/WhyDoYouWannaKnow) id RAA00480 for freebsd-questions@FreeBSD.ORG.procmail; Mon, 9 Apr 2001 17:06:17 +0900 (KST) Received: from mail.lgcit.com (mail1.lgcit.com [150.150.64.170]) by mailgate.lg-elite.com (8.9.3/WhyDoYouWannaKnow) with ESMTP id RAA00470 for ; Mon, 9 Apr 2001 17:06:15 +0900 (KST) Received: from lg-elite.com (67-119.lgcit.com [150.150.67.119]) by mail.lgcit.com (8.8.8/8.8.8) with ESMTP id RAA01256 for ; Mon, 9 Apr 2001 17:03:47 +0900 (KST) Message-ID: <3AD16EC7.CDE9D54E@lg-elite.com> Date: Mon, 09 Apr 2001 17:11:51 +0900 From: schmin X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Could FreeBSD 6.2 support Stateless Autoconfiguration ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am Sangcheol Min. I made IPv6 Testbed and PC router used FreeBSD 6.2. FreeBSD 6.2 include "KAME" and so I've read that system could work "Stateless Autoconfiguration Server". because it has KAME. But, my window 2000 professional system that is ipv6 client didn't work network interface autoconfiguration . Could FreeBSD 6.2 support Stateless Autoconfiguration ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 1:50: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from isy.liu.se (isy.liu.se [130.236.48.10]) by hub.freebsd.org (Postfix) with ESMTP id A9B4137B422 for ; Mon, 9 Apr 2001 01:50:03 -0700 (PDT) (envelope-from mj@isy.liu.se) Received: from lagrange.isy.liu.se (lagrange.isy.liu.se [130.236.49.127]) by isy.liu.se (8.11.2/8.11.2) with ESMTP id f398o1916636 for ; Mon, 9 Apr 2001 10:50:02 +0200 (MET DST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Mon, 09 Apr 2001 10:50:31 +0200 (CEST) From: Micke Josefsson To: freebsd-questions@freebsd.org Subject: System statistics program? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does there exist a program to take statistical summaries of a server? I want to know # of samba logins, # of normal logins, partition usage of the disk, tcp-traffic (yes, I have looked into tcpstat), swap-file usage, system load etc. And furthermore would like to have this recorded and finally put onto a display, preferably viewable from Netscape. I have made some small perl-scripts but would like to see a more unified approach than I have gotten together. I remember that SCO Unix had this kind of logging and would very much like to see it into freebsd also. /Micke ---------------------------------- Michael Josefsson, MSEE mj@isy.liu.se This message was sent by XFMail running on FreeBSD 4.3-RC ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 1:58: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mgw-x2.nokia.com (mgw-x2.nokia.com [131.228.20.22]) by hub.freebsd.org (Postfix) with ESMTP id 1CCED37B423 for ; Mon, 9 Apr 2001 01:58:00 -0700 (PDT) (envelope-from sampsa.kostia@nokia.com) Received: from esvir06nok.ntc.nokia.com (esvir06nokt.ntc.nokia.com [172.21.143.38]) by mgw-x2.nokia.com (Switch-2.1.0/Switch-2.1.0) with ESMTP id f398w3S25802 for ; Mon, 9 Apr 2001 11:58:04 +0300 (EET DST) Received: from esebh24nok.ntc.nokia.com (unverified) by esvir06nok.ntc.nokia.com (Content Technologies SMTPRS 4.2.1) with ESMTP id for ; Mon, 9 Apr 2001 11:57:57 +0300 Received: by esebh24nok with Internet Mail Service (5.5.2652.78) id ; Mon, 9 Apr 2001 11:53:09 +0300 Message-ID: <8354A754F252D211ACB60008C7A4597504D278C0@eseis01nok.ntc.nokia.com> From: sampsa.kostia@nokia.com To: questions@freebsd.org Subject: Onstream ADR DI30 support Date: Mon, 9 Apr 2001 11:53:04 +0300 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2652.78) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hiyas, I was wondering, could the support for the Philips Onstream tape-drive (DI30) be added to the kernel by any chance? If it's possible that is. The general info can be found here http://www.onstream.com/adr/index.html Or where could I find the best info on how to code that myself (incase nobody else has a drive like that :)) - or are drives like that impossible to implement without the help of the manufacturer? Thanks in advance, ~/Sampsa Kostia - Nokia Research Center/Unix West To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 2: 6:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail11.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with SMTP id A4C2A37B424 for ; Mon, 9 Apr 2001 02:06:51 -0700 (PDT) (envelope-from jim@nasby.net) Received: (qmail 77981 invoked from network); 9 Apr 2001 09:06:47 -0000 Received: from unknown (HELO nasby.net) ([64.81.115.128]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 9 Apr 2001 09:06:47 -0000 Message-ID: <3AD17BA0.C23007C6@nasby.net> Date: Mon, 09 Apr 2001 04:06:40 -0500 From: "Jim C. Nasby" Organization: distributed.net X-Mailer: Mozilla 4.72 [en] (WinNT; U) X-Accept-Language: en-US,en MIME-Version: 1.0 To: Micke Josefsson Cc: freebsd-questions@freebsd.org Subject: Re: System statistics program? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Take a look at MRTG or Cricket. Micke Josefsson wrote: > > Does there exist a program to take statistical summaries of a server? I want to > know # of samba logins, # of normal logins, partition usage of the disk, > tcp-traffic (yes, I have looked into tcpstat), swap-file usage, system load etc. > And furthermore would like to have this recorded and finally put onto a display, > preferably viewable from Netscape. > > I have made some small perl-scripts but would like to see a more unified > approach than I have gotten together. > > I remember that SCO Unix had this kind of logging and would very much like to > see it into freebsd also. > > /Micke > > ---------------------------------- > Michael Josefsson, MSEE > mj@isy.liu.se > > This message was sent by XFMail > running on FreeBSD 4.3-RC > ---------------------------------- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Jim C. Nasby (aka Decibel!) /^\ jim@nasby.net /___\ Freelance lighting designer and database developer / | \ Member: Triangle Fraternity, Sports Car Club of America /___|___\ Give your computer some brain candy! www.distributed.net Team #1828 Get paid to surf!! http://www.enteract.com/~nasby/alladvantage.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 2:17:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe10.law14.hotmail.com [64.4.20.114]) by hub.freebsd.org (Postfix) with ESMTP id D302A37B423 for ; Mon, 9 Apr 2001 02:17:08 -0700 (PDT) (envelope-from ayrton_fbsd47@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 9 Apr 2001 02:17:08 -0700 X-Originating-IP: [134.173.90.190] From: "Octav Constantinescu" To: Subject: xlock crashes - illegal instruction Date: Mon, 9 Apr 2001 02:17:06 -0700 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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: X-OriginalArrivalTime: 09 Apr 2001 09:17:08.0074 (UTC) FILETIME=[D9C88CA0:01C0C0D5] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I installed xlock fine, but everytime I run it, it quits after a few minutes, with the message "Illegal instruction." How can I fix this? How do I go about finding what's wrong and figuring out what to do? I'm almost more interested in the process than the actual fix. Thanks a lot!! -octav To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 2:20:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from omta02.mta.everyone.net (sitemail.everyone.net [216.200.145.35]) by hub.freebsd.org (Postfix) with ESMTP id 9ADEA37B422 for ; Mon, 9 Apr 2001 02:20:23 -0700 (PDT) (envelope-from ikram@linuxwaves.com) Received: from sitemail.everyone.net (reports [216.200.145.62]) by omta02.mta.everyone.net (Postfix) with ESMTP id 93E361C396E for ; Mon, 9 Apr 2001 02:20:23 -0700 (PDT) Received: by sitemail.everyone.net (Postfix, from userid 99) id 88AE836F9; Mon, 9 Apr 2001 02:20:23 -0700 (PDT) Content-Type: text/plain Content-Disposition: inline Mime-Version: 1.0 X-Mailer: MIME-tools 4.104 (Entity 4.117) Date: Mon, 9 Apr 2001 02:20:23 -0700 (PDT) From: Mohammad Ikram To: freebsd-questions@FreeBSD.ORG Subject: Modem Pluse dialing HOWTO Reply-To: ikram@linuxwaves.com X-Originating-Ip: [64.110.83.4] Message-Id: <20010409092023.88AE836F9@sitemail.everyone.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi ! I have a problem configuring ppp for a pluse tone modem dialing. In the installation they ask me for a tone or pluse tone dialing, i answer no to tone and at that time ppp dials and runs fine but after installation and rebooting the system the ppp does not dial in pluse mode but it tone dials. Please tell me how to slove this matter. Ikram (New to FreeBSD) _____________________________________________________________ Get your spam-free, Linux email now --> http://www.LinuxWaves.com Join Linux discussions --> http://Community.LinuxWaves.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 2:44:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe41.law14.hotmail.com [64.4.20.98]) by hub.freebsd.org (Postfix) with ESMTP id BBAA837B422 for ; Mon, 9 Apr 2001 02:44:07 -0700 (PDT) (envelope-from williek291@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 9 Apr 2001 02:44:06 -0700 X-Originating-IP: [211.117.39.56] From: "Willie Kim" To: Subject: request for 'too many open files' Date: Mon, 9 Apr 2001 18:44:06 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C0C125.0E96F9E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: X-OriginalArrivalTime: 09 Apr 2001 09:44:06.0885 (UTC) FILETIME=[9EAB8150:01C0C0D9] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C0C125.0E96F9E0 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 SGVsbG8gdGhlcmUhLi4uDQpJIGtub3cgdGhpcyBpcyBhIGtpbmQgb2YgZGFua3kgdG8gYXNrIGZv ciBpdC4uYnV0IGkgbmVlZCB0aGVzZSBwcm9ibGVtcyB0byBiZSBzb2x2ZWQgZm9yIG91ciBjb21w YW55IHRob3VnaC4uLnNvLCBkbyBtZSBhIGZhdm9yLCB3b3VsZCB1Py4uLi5pIHdpc2ggeW91J2Qg aGVscCBtZSBvdXQgZm9yIHRoZXNlIHJlcXVlc3Rpb25zIGV2ZW4gdGhvdWdoIGl0J3Mgc29ydCBv ZiBsYXRlIGluIGRpZmZlcmVudCB0aW1lIGJldHdlZW4geW91ciBjb3VudHJ5IGFuZCBteSBjb3Vu dHJ5Li4gDQogbGF0ZWx5IG15IGNvbXBhbnkgaXMgcGFydGljaXBhdGluZyBpbiBCTVQoQmVuY2ht YXJraW5nIFRlc3QpIGZvciB0aGUgY2FjaGUsIG5hcyBwcm9qZWN0LCBhbmQgc28gZm9ydGguLmJ1 dCB3ZSBnb3QgdGhlIHNvbWUgcHJvYmxlbXMgZHVyaW5nIHRlc3RpbmcuLiAgIA0KYWN0dWFsbHkg d2UncmUgdXNpbmcgdGhlIFBvbHlNaXgtMyAgZnJvbSB0aGUgRnJlZUJEUyBpbiB0aGlzIHRpbWUg YnV0IHNvbWUgZXJyb3JzIGNhbWUgdXAgY29uc2VjdXRpdmVseSBkdXJpbmcgdGhlIHRlc3QgbGlr ZSBpdCBzYWlkLi4uLg0KPjEwMjMvMTAyMygyNjcpIHVuc3VwcG9ydGVkIEhUVFAgc3RhdHVzIGNv ZGUuLi4NCj53aGVuZXZlciB3ZSB1c2UgdGhlIEZyZWVCU0QgdG8gaW5jcmVhc2UgdGhlIG51bWJl cnMgd2l0aCBwb2x5bWl4LTMsIEkgYW0gZ2V0dGluZyAgPmEgbG90IG9mICJUb28gbWFueSBvcGVu IGZpbGVzIiBlcnJvciBtZXNzYWdlcyBmcm9tIENvbm5lY3Rpb24uY29uICBsaWtlIHRoYXQuLg0K PnRvbyBtYW55IG9wZW4gZmlsZXMgLi4uLmxpa2UgdGhhdA0KYmVzaWRlcyB3ZSdyZSB1c2luZyBv dXIgZG9tZXN0aWMgaGFyZHdhcmUgYnJhbmQgd2hpY2ggaXMgU2FtYm8gQ1BVLi4uYW5kIGFsc28g d2UncmUgdXNpbmcgdGhlICBDYWNoZUZsb3cgYW5kIG90aGVyIHByb2R1Y3RzLi4ud2UgdGhvdWdo dCB0aGUgcmVhc29ucyB0aGlzIHdhc24ndCB3b3JraW5nIHByb3Blcmx5IHdhcyB0aGUgZW52aXJv bm1lbnQgb2YgbmV0d29ya2luZyBhcmVhLi4uLmxpa2UgbWVtb3J5IHBhcnQsIElDRSwgb3Igc29t ZXRoaW5nLi4uDQphbnl3YXksIHdlJ2xsIGZpZ3VyZSBvdXQgdGhlc2UgcHJvYmxlbXMgY29tcHJv bWlzZWQgd2l0aCBvdGhlciBjb21wYW55IC4uLmJlY2F1c2Ugb3RoZXIgY29tcGV0aXRpb25zIHdv cmsgb24gdGhpcyBwcm9ibGVtIHRvby4uLg0KYW55d2F5LCBpZiB5b3UgaGF2ZSBzb21lIGtub3ds ZWRnZW1lbnRzIGFib3V0IHRoZXNlIHByb2JsZW0sIHdvdWxkIHlvdSBiZSB3aWxsaW5nIHRvIHNl bmQgZW1haWwgYmFjayB0byBtZSBhc2FwLi4uSSdsbCBiZSBsb29raW5nIGZvcndhcmRpbmcgdG8g aGVhcmluZyBmcm9tIHlvdSBzb29uLi4gDQp3ZWxsLCBJJ2xsIHJlYWxseSBhcHByZWNpYXRlIGFz IHlvdSBjYW4gcmVzcG9uZCBteSByZXF1ZXN0aW9ucy4uDQpIYXZlIGEgZ3JlYXQgZGF5IGFuZCB0 YWtlIGNhcmUhDQoNClRoYW5rcywgc2lyLg0KDQpXaWxsaWUgSC4gS2ltLg0K ------=_NextPart_000_0007_01C0C125.0E96F9E0 Content-Type: text/html; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9uYWwv L0VOIj4NCjxIVE1MPjxIRUFEPg0KPE1FVEEgaHR0cC1lcXVpdj1Db250ZW50LVR5cGUgY29udGVu dD0idGV4dC9odG1sOyBjaGFyc2V0PWtzX2NfNTYwMS0xOTg3Ij4NCjxNRVRBIGNvbnRlbnQ9Ik1T SFRNTCA1LjUwLjQ1MjIuMTgwMCIgbmFtZT1HRU5FUkFUT1I+DQo8U1RZTEU+PC9TVFlMRT4NCjwv SEVBRD4NCjxCT0RZIGJnQ29sb3I9I2ZmZmZmZj4NCjxESVY+PEZPTlQgc2l6ZT0yPkhlbGxvIHRo ZXJlIS4uLjxCUj5JIGtub3cgdGhpcyBpcyBhIGtpbmQgb2YgZGFua3kgdG8gYXNrIGZvciANCml0 Li5idXQgaSBuZWVkIHRoZXNlIHByb2JsZW1zIHRvIGJlIHNvbHZlZCBmb3Igb3VyIGNvbXBhbnkg dGhvdWdoLi4uc28sIGRvIG1lIGEgDQpmYXZvciwgd291bGQgdT8uLi4uaSB3aXNoIHlvdSdkIGhl bHAgbWUgb3V0IGZvciB0aGVzZSByZXF1ZXN0aW9ucyBldmVuIHRob3VnaCANCml0J3Mgc29ydCBv ZiBsYXRlIGluIGRpZmZlcmVudCB0aW1lIGJldHdlZW4geW91ciBjb3VudHJ5IGFuZCBteSBjb3Vu dHJ5Li4gDQo8QlI+Jm5ic3A7bGF0ZWx5IG15IGNvbXBhbnkgaXMgcGFydGljaXBhdGluZyBpbiBC TVQoQmVuY2htYXJraW5nIFRlc3QpIGZvciB0aGUgDQpjYWNoZSwgbmFzIHByb2plY3QsIGFuZCBz byBmb3J0aC4uYnV0IHdlIGdvdCB0aGUgc29tZSBwcm9ibGVtcyBkdXJpbmcgDQp0ZXN0aW5nLi4m bmJzcDsmbmJzcDsgPEJSPmFjdHVhbGx5IHdlJ3JlIHVzaW5nIHRoZSBQb2x5TWl4LTMmbmJzcDsg ZnJvbSB0aGUgDQpGcmVlQkRTIGluIHRoaXMgdGltZSBidXQgc29tZSBlcnJvcnMgY2FtZSB1cCBj b25zZWN1dGl2ZWx5IGR1cmluZyB0aGUgdGVzdCBsaWtlIA0KaXQgc2FpZC4uLi48QlI+Jmd0OzEw MjMvMTAyMygyNjcpIHVuc3VwcG9ydGVkIEhUVFAgc3RhdHVzIA0KY29kZS4uLjxCUj4mZ3Q7d2hl bmV2ZXIgd2UgdXNlIHRoZSBGcmVlQlNEIHRvIGluY3JlYXNlIHRoZSBudW1iZXJzIHdpdGggDQpw b2x5bWl4LTMsIEkgYW0gZ2V0dGluZyZuYnNwOyAmZ3Q7YSBsb3Qgb2YgIlRvbyBtYW55IG9wZW4g ZmlsZXMiIGVycm9yIG1lc3NhZ2VzIA0KZnJvbSBDb25uZWN0aW9uLmNvbiZuYnNwOyBsaWtlIHRo YXQuLjxCUj4mZ3Q7dG9vIG1hbnkgb3BlbiBmaWxlcyAuLi4ubGlrZSANCnRoYXQ8QlI+YmVzaWRl cyB3ZSdyZSB1c2luZyBvdXIgZG9tZXN0aWMgaGFyZHdhcmUgYnJhbmQgd2hpY2ggaXMgU2FtYm8g Q1BVLi4uYW5kIA0KYWxzbyB3ZSdyZSB1c2luZyB0aGUmbmJzcDsgQ2FjaGVGbG93IGFuZCBvdGhl ciBwcm9kdWN0cy4uLndlIHRob3VnaHQgdGhlIHJlYXNvbnMgDQp0aGlzIHdhc24ndCB3b3JraW5n IHByb3Blcmx5IHdhcyB0aGUgZW52aXJvbm1lbnQgb2YgbmV0d29ya2luZyBhcmVhLi4uLmxpa2Ug DQptZW1vcnkgcGFydCwgSUNFLCBvciBzb21ldGhpbmcuLi48QlI+YW55d2F5LCB3ZSdsbCBmaWd1 cmUgb3V0IHRoZXNlIHByb2JsZW1zIA0KY29tcHJvbWlzZWQgd2l0aCBvdGhlciBjb21wYW55IC4u LmJlY2F1c2Ugb3RoZXIgY29tcGV0aXRpb25zIHdvcmsgb24gdGhpcyANCnByb2JsZW0gdG9vLi4u PEJSPmFueXdheSwgaWYgeW91IGhhdmUgc29tZSBrbm93bGVkZ2VtZW50cyBhYm91dCB0aGVzZSBw cm9ibGVtLCANCndvdWxkIHlvdSBiZSB3aWxsaW5nIHRvIHNlbmQgZW1haWwgYmFjayB0byBtZSBh c2FwLi4uSSdsbCBiZSBsb29raW5nIGZvcndhcmRpbmcgDQp0byBoZWFyaW5nIGZyb20geW91IHNv b24uLiA8QlI+d2VsbCwgSSdsbCByZWFsbHkgYXBwcmVjaWF0ZSBhcyB5b3UgY2FuIHJlc3BvbmQg DQpteSByZXF1ZXN0aW9ucy4uPEJSPkhhdmUgYSBncmVhdCBkYXkgYW5kIHRha2UgY2FyZSE8L0ZP TlQ+PC9ESVY+DQo8RElWPiZuYnNwOzwvRElWPg0KPERJVj48Rk9OVCBzaXplPTI+VGhhbmtzLCBz aXIuPC9GT05UPjwvRElWPg0KPERJVj4mbmJzcDs8L0RJVj4NCjxESVY+PEZPTlQgc2l6ZT0yPldp bGxpZSBILiBLaW0uPC9GT05UPjwvRElWPjwvQk9EWT48L0hUTUw+DQo= ------=_NextPart_000_0007_01C0C125.0E96F9E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 2:52: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id D0FC037B422 for ; Mon, 9 Apr 2001 02:51:58 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f399puk03413; Mon, 9 Apr 2001 02:51:56 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: , Subject: RE: 3com 3C507 ISA card not working with 4.2? Date: Mon, 9 Apr 2001 02:51:56 -0700 Message-ID: <000601c0c0da$b6613000$1401a8c0@tedm.placo.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.3155.0 In-Reply-To: <67D5B36C.3287D6E6.109727E6@netscape.net> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG That driver hasn't worked properly since 2.2.X series of FreeBSD. I really wish someone would take the time to figure out what broke in the migration. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of >solaixisco@netscape.net >Sent: Sunday, April 08, 2001 10:20 PM >To: freebsd-questions@FreeBSD.ORG >Subject: Q:3com 3C507 ISA card not working with 4.2? > > >I am running FreeBSD 4.2 on a ISA bus with 2 NICs: 3com EtherLink >II and 3Com EtherLink 16TP(3C507). EtherLink II works find with an >ex driver. EtherLink16TP uses the ie driver. The kernel cannot find it. > >I have used 3Com's diskfind.exe program to verify that the card is >visible and used the parameters found by diskfind.exe (IRQ 3, port >0x300, and IO 0XD0000, sio1 disabled with kernel.conf). The card >has also been found by redhat 7.0 installation program. But the >kernel simply does not see it though the kernel has been built >with ie driver being selected in the /usr/src/sys/i386/conf. What >could be the problem? Thanks in advance! > >Andrew > >__________________________________________________________________ >Get your own FREE, personal Netscape Webmail account today at http://webmail.netscape.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 3:15:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from b6.bigasia.com (bigasia6.inetu.net [209.235.192.66]) by hub.freebsd.org (Postfix) with SMTP id 1BF7737B423 for ; Mon, 9 Apr 2001 03:15:10 -0700 (PDT) (envelope-from junk@b6.bigasia.com) Received: (qmail 86467 invoked by uid 1005); 9 Apr 2001 10:19:04 -0000 Date: 9 Apr 2001 10:19:04 -0000 Message-ID: <20010409101904.86466.qmail@b6.bigasia.com> Subject: Suggestions! From: margaret@jobnext.com To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I found your web page and wonder if you can link to our web site. We provide job search and free resume services to both recruiters and job seekers, and we target mostly on university fresh grad. Our site title is: JobNext Career Network URL: http://www.jobnext.com Descriptions: Provide job search, resume and job posting services. If you need a logo for linking, just let me know, or just pick one on our web site: http://www.jobnext.com If possible, just send me your web page URL after you'd link to us. Thanks! Margaret Rees margaret@jobnext.com JobNext.com Web Relations To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 3:15:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gdmckee.local (pc-62-30-209-11-so.blueyonder.co.uk [62.30.209.11]) by hub.freebsd.org (Postfix) with ESMTP id 0745237B42C for ; Mon, 9 Apr 2001 03:15:55 -0700 (PDT) (envelope-from freebsd@gdmckee.com) Received: from [192.168.0.5] (helo=p300) by gdmckee.local with smtp (Exim 3.22 #1) id 14mYi9-000BUm-00 for freebsd-questions@FreeBSD.ORG; Mon, 09 Apr 2001 11:15:53 +0100 Message-ID: <001901c0c0de$135e6540$0500a8c0@gdmckee.local> From: "G D McKee" To: "freebsd-questions" Subject: FreeBSD WWW Site - Local Mirror Date: Mon, 9 Apr 2001 11:16:00 +0100 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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Trying to build the FreeBSD website locally. Installed the docproj port and the documentation sgml source compiles fine. When I to into the /usr/www/en dir and do a make I get the following error. (/www/freebsd/www in symbolically linked to /usr/www) (sed -e 's///' daemon.sgml | SGML_CATALOG_FILES='' gmlnorm -d -c /usr/local/share/sgml/html/catalog -D /www/freebsd/www/en/copyright > daemon.html) || (rm -f daemon.html && false) (sed -e 's///' copyright.sgml | SGML_CATALOG_FILES='' sgmlnorm -d -c /usr/local/share/sgml/html/catalog -D /www/freebsd/www/en/copyright > copyright.html) || (rm -f copyright.html && false) make: don't know how to make /ports/LEGAL,v. Stop *** Error code 2 Stop in /www/freebsd/www/en. kursk# Has anyone got any ideas how to rectify this error? Gordon McKee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 4: 1:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f149.law11.hotmail.com [64.4.17.149]) by hub.freebsd.org (Postfix) with ESMTP id ABD1137B423 for ; Mon, 9 Apr 2001 04:01:41 -0700 (PDT) (envelope-from burnscharlesn@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 9 Apr 2001 04:01:40 -0700 Received: from 24.21.122.151 by lw11fd.law11.hotmail.msn.com with HTTP; Mon, 09 Apr 2001 11:01:30 GMT X-Originating-IP: [24.21.122.151] From: "Charles Burns" To: lkthomas@hkicable.com, questions@freebsd.org Subject: Re: which web server are better? Date: Mon, 09 Apr 2001 04:01:30 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 09 Apr 2001 11:01:40.0852 (UTC) FILETIME=[74A68340:01C0C0E4] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Apache is at least far more used and tested, and there is much more and better help available for it. If you are running a website that is so large that speed is an issue on a decent class server, Zeus is typically considered best for _VERY_ high end servers that need to handle absurd numbers of hits on multiple redundant high end SMP servers. That's more for Ebay and Amazon class websites though (Ebay uses it, in fact). Zeus is thousands of dollars and overkill for most systems. Apache is just fine. >From: Thomas Lau >To: freebsd-questions@FreeBSD.ORG >Subject: which web server are better? >Date: Mon, 09 Apr 2001 13:17:30 +0800 > >Roxen 1.3 or apache 1.3 ? >which one is better ? >and which server speed is better ? >Thanks > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 4:18:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alto.i-cable.com (alto.i-cable.com [210.80.60.4]) by hub.freebsd.org (Postfix) with ESMTP id DF87337B422 for ; Mon, 9 Apr 2001 04:18:20 -0700 (PDT) (envelope-from lkthomas@hkicable.com) Received: from thomasq1rx10yf ([61.18.16.156]) by alto.i-cable.com (8.9.3/8.9.3) with ESMTP id TAA00289; Mon, 9 Apr 2001 19:18:36 +0800 (HKT) From: "Thomas Lau" To: "'Charles Burns'" Cc: Subject: RE: which web server are better? Date: Mon, 9 Apr 2001 19:19:56 +0800 Message-ID: <000401c0c0e7$024cf470$9c10123d@thomasq1rx10yf> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, I hear Zeus before, what different between apache ? How to define "high-end" ? Also, I want to know what is application server and what Lang does it use? (C++ or XML ? ) -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Charles Burns Sent: Monday, April 09, 2001 7:02 PM To: lkthomas@hkicable.com; questions@FreeBSD.ORG Subject: Re: which web server are better? Apache is at least far more used and tested, and there is much more and better help available for it. If you are running a website that is so large that speed is an issue on a decent class server, Zeus is typically considered best for _VERY_ high end servers that need to handle absurd numbers of hits on multiple redundant high end SMP servers. That's more for Ebay and Amazon class websites though (Ebay uses it, in fact). Zeus is thousands of dollars and overkill for most systems. Apache is just fine. >From: Thomas Lau >To: freebsd-questions@FreeBSD.ORG >Subject: which web server are better? >Date: Mon, 09 Apr 2001 13:17:30 +0800 > >Roxen 1.3 or apache 1.3 ? >which one is better ? >and which server speed is better ? >Thanks > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 4:27: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 6CA8937B423 for ; Mon, 9 Apr 2001 04:26:52 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f39BQok03561; Mon, 9 Apr 2001 04:26:50 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Duke Normandin" <01031149@3web.net> Cc: Subject: RE: BSDi Acquired by Embedded Computing Firm Wind River Date: Mon, 9 Apr 2001 04:26:47 -0700 Message-ID: <000701c0c0e7$f6b4db40$1401a8c0@tedm.placo.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.3155.0 In-Reply-To: <20010408175333.B117005@mandy.rockingd.calgary.ab.ca> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >-----Original Message----- >From: Duke Normandin [mailto:01031149@3web.net] > >So...is it fair to say that given the multitude of junk hardware in >active use, that M$ and perhaps Linux have done an outstanding job in >1. writing relatively stable drivers for this so-called crap, and 2., >dove-tailing same with their perhaps not-so-stable kernel(s)? As well, >that this whole discussion is really about quality and availablity of >junk-hardware drivers? > Not exactly, I'll try to drag it back. The discussion started out as: "which makes a better desktop system, FreeBSD or Linux" I moved into a discussion of hardware because that's the most visible and easily understandable difference between the two camps. Many's the time I've seen people complain that FreeBSD didn't support their pet Wonkulating Gronkulator and that Linux did - and after you get into it with them, it always seems to come out in the discussion that their Wonkulating Gronkulator card costs $14, and the card that FreeBSD _does_ support that does the same thing, costs $25. (and is technically a better card) But, there's other differences too. Consider the work done on the shared VM system - this is directly applicable to servers, espically large servers. After all, if your just thrashing around a desktop system you probably don't care a heck of a lot about running 400 simultaneous httpd sessions. (which is where saving a 500K or so per-process starts to add up to some serious performance improvement) > >True enough! However, in your vast experience, what percentage of the >current and future Unix users do you suppose can afford the quality of >basic and peripheral hardware that commercial houses opt for -- and more >importantly, that the FreeBSD top-level folks *seem* to have deemed to be >the only type that drivers would be written for? > You got it backwards, actually. In my experience it's precisely the commercial houses, large companies that are purchasing 500 desktop systems at a time, for example, that will chintz and scrape to save a nickel. The problem is that these folks (mostly) are too dumb to see that if they save $200 per machine and get a system that's garbage-grade, that over the life of that system it's going to cost far more than $200 additional in frustrated technician time to fix up. There's a reason that people like Dell have gone to _plastic_ cases (which besides consuming precious hydrocarbons that are better used elsewhere, they fill up the landfills with unusable, unrecycleable scrap) it's because they can save $10 per machine, and the large commercial buyers, well some of them are this stupid that they will make a purchasing decision based on $10!! >Your comments above, IMHO, support your previous suggestion that this >whole issue revolves around certain strategic marketing decisions that >have been made. Something to the effect that -- we'll aim at being the >best server platform possible, and to hell with catering to the desktop >users with their paeon junk hardware. If they're clued-in enough to get >with the program and come up to standards, then it'll work for them, up >to a point. Otherwise, piss on em! Am I being unfair? > I think that actually this more closely describes the actual fact than most people would like, but I think your being very unfair with this as an attitude characterization. For starters, no developer that writes a device driver WANTS to write crappy code. After all, your name is prominently splashed all over the code, I can't think of a worse way to be known in this business than to have your name attached to a device driver that gives people problems. So, what happens invariably is that the developer sits down, and writes the driver, and tests it with as many devices as he can get. Naturally, this is someone who takes his computing very seriously, he or she isn't going to own any crap hardware. Furthermore, most of his or her friends that are running FreeBSD and would be inclined to test his code, well they are serious people too and they don't own crappy hardware. So, everyone blesses the driver as good, and next FreeBSD release it shows up. Shortly after that a flood of complaints come in from users that have devices that aren't compliant, and develop problems. Now, the developer at this point could say "screw you it works on all this tested stuff, buy one of the tested devices". I have to say, that when the items are really, really cheap, (like soundcards, for example) and the price differences are a few dollars, this may be a perfectly valid attitude to have. But, most developers sift through the complaints and try to find commonalities. Say the driver is for a network card chipset, well the developer finds that 90% of the complaints are from 1 manufacturer's card that uses this chipset - well, the developer most likely will obtain one of these cards and test against it and fix the driver. But, will he then go on and fix the problems in the remaining 10% of complaints? Would it be a good use of time for him to fix them? >> I don't think that there's inherently anything that someone >wants to do on >> a desktop system that is hazardous to the operating system. However, >> certainly there's programs that people want to run that ARE hazardous to >> the computer! For example, I've seen Pagemaker crash a system for no >> reason whatsoever, except application software bugs. > ^^^^^^^^^^^^^ >Sure....which can happen in a strict server setting as well, e.g, a >flaky NIC driver. > To clarify what I was saying - the $64 question is this: Is the market demanding a SOLUTION to a problem, or are they demanding a SPECIFIC APPLICATION PROGRAM AS THE SOLUTION to a problem? Microsoft has built an industry trained to think that there's only ONE solution to their particular problem. So, if the end users are programmed into this - and they happen to be demanding a buggy program - then you may need to do Bad Things to the operating system to support this buggy program. Of course the first step to solving this is to convince the end users that they can use MANY DIFFERENT solutions to their problem - they aren't married to Microsoft's answer, nor to anyone else's answer. >> If you are willing to use FreeBSD as a desktop OS - which means giving up >> the ability to run certain windows applications - then you will probably >> have no problems with it. Now, if you were a programmmer and >you "forced" >> FreeBSD into running _all_ Windows applications, well then you >might have to >> make serious compromises in system integrity to do it. > >Would Netscape be a good example of the above? I take it that you are >suggesting that FreeBSD ports of some Windows programs are poorly done >*and* that the peripheral hardware that some of these use/require lead to >system performance degradation due to FreeBSD's poor junk-hardware >support? > No, that's not what I was thinking. Suppose someone out there writes a software package that let's FreeBSD use Windows device driver binaries. This would definitley compromise FreeBSD system stability. If someone ever DID do something like this, my guess is that FreeBSD would reject it out of hand, while Linux would add that support right in. > >Sure...Like you said marketing; marketing, marketing! Those Linux folks >aren't stupid either I suppose. I'm sure that they also recognize the >preponderance of the junk hardware that's being used both in private and >corporate settings - globally. So it's my guess that they are trying to >make the best out of a not-so-good fact of life, by writing the best >drivers possible for as much junk as possible -- in order to win over as >many new converts as possible, to the "Unix way". Isn't *that* what it >should be about -- at least to some degree? > But, your missing something - the "UNIX Way" is to use the best tool for the job, not to ram a hammer in there for all solutions. Therefore, why use a substandard tool (ie: substandard computer hardware) to solve your problems? You have to draw the line in the sand somewhere. If Linux bends over backward to support every last little junk device, then they are basically saying "Hey everyone, there's no standards to uphold in the computer industry, just use whatever junk you want and the software guys will sort it all out later" This is just like what Windows is doing. So, I have to say, if Linux is going to be this much like Windows, then why run Linux when you can run Windows? >Ted...how do you suppose Linux would behave as a server and/or desktop >platform if it ran on equipment that FreeBSD considered absolutely >top-notch? Equal to FreeBSD? A tad better or a tad bellow -- setting >aside any BSD bias (if applicable) for a moment? > There's just too many variables to even attempt to answer that. What kind of serving? What application? What's the load, yadda yadda yadda... >> Compounding the problem of answering this question is the fact that Linux >> and FreeBSD are at the very _beginning_ of their life interfacing with >> commercial software and hardware vendors. There's still a large >amount of >> new hardware that's being released _without_ support for Linux/FreeBSD >> drivers. Manufacturers are just beginning to come around and start >> including Linux drivers in new systems, and we haven't yet seen >that large >> divergence of Linux into the desktop, and FreeBSD into the >server market. I >> see the tendencies for it, however, which is why I made the >comments that I >> did on this issue. > >I agree with this completely. FreeBSD is evolving. Having lurked on this >list for almost 1.5 years now, my sense that if FreeBSD was once looked >upon by some of the original developers as simply an enjoyable hobby, it >certainly should not be seen as *only* that anymore -- not if FreeBSD is >to grow and spread. I don't think that it is seen as that anymore, and hasn't been seen as that for a long time now. I think the issue really is not _whether_ it's spreading, but _how_ and _where_ it's spreading. This is going to sound somewhat snobbish, but it's in our interest to see that FreeBSD is used by the "right people". We don't want to have the majority of FreeBSD users comprised of people that never contribute one second of their time, or one dime of their money back to the project, or to other FreeBSD users. We also don't want to bring on a huge raft of newbies that have no patience for any software program that requires them to use their brains to understand and use it. I always think of this whenever someone suggests shit-canning /stand/sysinstall in favor of some GUI-based X-Windows installation program. Well, the graphical install programs are nice, and are easy enough so that anyone can use. But, what's the point of making the OS install so simple and easy - once the FreeBSD system is installed and reboots up to a login prompt, what are they supposed to do then? Sooner or later they have to start thinking, they might as well start thinking when they start installing the OS!! >Of course as a volunteer effort, there's just so much >that can be done. Do you suppose it's time to evaluate *how* FreeBSD is to >evolve in the next 5 years? Frankly, it's nice to speculate, but in my opinion there's only 2 areas in FreeBSD that have any control over the direction the OS goes in. These are: 1) Available software. To give you an example, when Network Address Translation was added into the kernel, and into ppp, FreeBSD's use as a SOHO router simply exploded. You can't move FreeBSD into a particular market without the software that that market wants, and the only way to get that software is to either write it yourself, or port existing packages to FreeBSD. So, you might say that the software developers that contribute code into FreeBSD itself, and the people that contribute ports into FreeBSD, well those folks have the most control over where FreeBSD goes. 2) The intersection of commercial interests and FreeBSD. There's a large area here, but I'll sum it up shortly. Basically, the FreeBSD project has something that the commercial people want - a code base. The commercial people have something that the FreeBSD project wants - code! When a commercial entity modifys FreeBSD and kicks those mods back into the OS, it helps the OS to grow, and it helps convince other commercial entities to do the same thing. But, of course, this is going to make FreeBSD grow into those areas that benefit the commercial interests - which is another way of saying that commercial interests _that participate_ have a large amount of control over where FreeBSD will go in the next 5 years. Is it a "good enough" server in it's present >incarnation? Given it's rock-solid kernel, could it hurt to support more >junk-hardware with reliable drivers? I don't think that this is really an option. The FreeBSD project doesen't have any control over what hardware is going to be supported in FreeBSD in the future, other than veto power. And I've never heard of FreeBSD vetoing device driver code that was well-written, debugged, and fit within the FreeBSD general architecture. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com Do we want to be in the desktop >market at all, anyway? > >Thanks for the thought-provoking discussion! >-- >-duke > >Calgary, Alberta, Canada > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 4:33:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f114.pav1.hotmail.com [64.4.31.114]) by hub.freebsd.org (Postfix) with ESMTP id A41E537B424 for ; Mon, 9 Apr 2001 04:33:47 -0700 (PDT) (envelope-from netalchemist@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 9 Apr 2001 04:33:46 -0700 Received: from 132.18.128.3 by pv1fd.pav1.hotmail.msn.com with HTTP; Mon, 09 Apr 2001 11:33:46 GMT X-Originating-IP: [132.18.128.3] Reply-To: kam@salsolutions.net From: "Kam Salisbury" To: grog@lemis.com Cc: freebsd-questions@freebsd.org Subject: Re: Vinum volume restore help? Date: Mon, 09 Apr 2001 11:33:46 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 09 Apr 2001 11:33:46.0734 (UTC) FILETIME=[F090C8E0:01C0C0E8] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry, here is the relevant information as per your site; What problems are you having? *Cannot mount vinum volume "mirror". Which version of FreeBSD are you running? *Free BSD 4.2 stable, cvsup'ed weekly. Have you made any changes to the system sources, including Vinum? *"make buildworld..." completed weekly. Supply the output of the vinum list command. I can send this later this evening, I am not at the box right now. *I do remember it showing 0 volumes, plexes, disks. If you can't start Vinum, supply the on-disk configuration, as described below. If you can't start Vinum, then (and only then) send a copy of the configuration file. Vinum starts. *I have even attempted "vinum create -f /etc/vinum.conf" specifying the configurationfile from my backup. Supply an extract of the Vinum history file. Unless you have explicitly renamed it, it will be /var/log/vinum_history. This file can get very big; please limit it to the time around when you have the problems. Each line contains a timestamp at the beginning, so you will have no difficulty in establishing which data is of relevance. *I shall if you need later this evening... I really did not want to hesitate to reply. Supply an extract of the file /var/log/messages. Restrict the extract to the same time frame as the history file. Again, each line contains a timestamp at the beginning, so you will have no difficulty in establishing which data is of relevance. *I can see now that I should have copied most of my logs to floppy before leaving the house today. If you have a crash, please supply a backtrace from the dump analysis as discussed below under Kernel Panics. Please don't delete the crash dump; it may be needed for further analysis. *No crashes. Though, vinum list shows the volume "mirror" with its two members in a crashed and faulty, state being down. Thanks for the speedy reply Mr. Lehey, I will append the logs snippits later this evening. Kam. >From: Greg Lehey >To: kam@salsolutions.net >CC: freebsd-questions@FreeBSD.ORG >Subject: Re: Vinum volume restore help? >Date: Mon, 9 Apr 2001 10:18:01 +0930 > >On Sunday, 8 April 2001 at 15:58:41 -0000, Kam Salisbury wrote: > > Ok, I admit my cavalier attitude may have gotten me into more trouble >than a > > command shell can fix this time. > > > > I saved my configuration files for my vinum mirror and installed a new >root > > file system (ad4) 10GB. The vinum mirror is on ad6 and ad7, both 20GB > > drives. I can restore my vinum.conf but cannot figure out how to get the > > vinum mirror back. I am reluctant to issue a "newfs..." command like >what is > > found in the instructions at freebsddiary.org (how I made my mirror in >the > > first place) > >newfs blows away your data. There's no reason to do that. > > > "Any" help or even an admonishment is helpful and appreciated as there >is > > about 7GB of data on that mirror which is now backed up. > > > > I know, I know... I am not looking good because of the lack of a backup >for > > the data. I blame this on my click-n-play NT background where you can >just > > break the mirror and re-create it again. Problem is, I am so unfamiliar >with > > vinum I am afraid to issue commands in the man pages that say "for >emergency > > use only" > > > > Help? > >Well, having read this, I'm still not sure what problems you're >having. What happens when you try to start Vinum? You should >also take a look at http://www.vinumvm.org/vinum/how-to-debug.html and >supply me with any relevant information you have there. > >Greg >-- >When replying to this message, please copy the original recipients. >If you don't, I may ignore the reply. >For more information, see http://www.lemis.com/questions.html >Finger grog@lemis.com for PGP public key >See complete headers for address and phone numbers > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 5:11: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailin6.bigpond.com (juicer03.bigpond.com [139.134.6.79]) by hub.freebsd.org (Postfix) with ESMTP id 2E8BA37B423 for ; Mon, 9 Apr 2001 05:10:59 -0700 (PDT) (envelope-from sobrien@quicksilver.co.nz) Received: from quicksilver.co.nz ([139.134.4.51]) by mailin6.bigpond.com (Netscape Messaging Server 4.15) with SMTP id GBIY2L00.8KC for ; Mon, 9 Apr 2001 22:15:57 +1000 Received: from CPE-203-45-2-75.vic.bigpond.net.au ([203.45.2.75]) by mail7.bigpond.com (Claudes-Critical-MailRouter V2.9c 15/2432118); 09 Apr 2001 22:10:08 Message-ID: <3AD1A7A3.66D011BC@quicksilver.co.nz> Date: Mon, 09 Apr 2001 22:14:27 +1000 From: Sarton O'Brien X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Possible to mount a FreeBSD partition under Windows 2000? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I was just wondering if it is possible to mount FFS under Win2k. I have seen various ext2fs drivers, I am only needing read access which is all any of them boast anyway. thanks, Sarton (please cc. to this address) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 5:44:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bakabaka.bignet.net (bakabaka.bignet.net [64.79.64.12]) by hub.freebsd.org (Postfix) with ESMTP id 28AE837B422 for ; Mon, 9 Apr 2001 05:44:31 -0700 (PDT) (envelope-from zettel@acm.org) Received: from acm.org (host171.64-79-90.bignet.net [64.79.90.171]) by bakabaka.bignet.net (8.9.3/8.9.3) with ESMTP id IAA29326; Mon, 9 Apr 2001 08:44:18 -0400 Message-ID: <3AD1A086.CF303548@acm.org> Date: Mon, 09 Apr 2001 07:44:06 -0400 From: Leonard Zettel X-Mailer: Mozilla 4.75 [en] (Win95; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Ryan Thompson , "Scheidt, David" Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: Boot messages References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks all, now I can continue wrestling. -LenZ- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 6:32:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ds1.fastech.com (mailin.brooks.com [63.71.19.252]) by hub.freebsd.org (Postfix) with ESMTP id 9DDA437B422 for ; Mon, 9 Apr 2001 06:32:06 -0700 (PDT) (envelope-from Jaeho.Lee@brooks.com) Received: from ims-naeast1.brooks.com ([10.10.254.19]) by ds1.fastech.com with esmtp (Exim 3.16 #1) id 14mbgb-0004jJ-00; Mon, 09 Apr 2001 09:26:29 -0400 Received: by ims-naeast1.brooks.com with Internet Mail Service (5.5.2653.19) id ; Mon, 9 Apr 2001 09:30:49 -0400 Message-ID: <857F15D7E3D8D3118D290008C7CF058602C97621@mail-naeast1.brooks.com> From: "Lee, Jaeho" To: 'Thomas Lau' , 'Charles Burns' Cc: freebsd-questions@FreeBSD.ORG Subject: RE: which web server are better? Date: Mon, 9 Apr 2001 09:28:33 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just found Zope recently. Zope is not just web server. It is framework for building/running web server. It includes its own webserver. I am not sure the ability of Zope web server itself compared with apache or "high end" servers. But I think that it is worth to look at. Go to www.zope.org. /Jaeho -----Original Message----- From: Thomas Lau [mailto:lkthomas@hkicable.com] Sent: Monday, April 09, 2001 7:20 AM To: 'Charles Burns' Cc: freebsd-questions@FreeBSD.ORG Subject: RE: which web server are better? Well, I hear Zeus before, what different between apache ? How to define "high-end" ? Also, I want to know what is application server and what Lang does it use? (C++ or XML ? ) -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Charles Burns Sent: Monday, April 09, 2001 7:02 PM To: lkthomas@hkicable.com; questions@FreeBSD.ORG Subject: Re: which web server are better? Apache is at least far more used and tested, and there is much more and better help available for it. If you are running a website that is so large that speed is an issue on a decent class server, Zeus is typically considered best for _VERY_ high end servers that need to handle absurd numbers of hits on multiple redundant high end SMP servers. That's more for Ebay and Amazon class websites though (Ebay uses it, in fact). Zeus is thousands of dollars and overkill for most systems. Apache is just fine. >From: Thomas Lau >To: freebsd-questions@FreeBSD.ORG >Subject: which web server are better? >Date: Mon, 09 Apr 2001 13:17:30 +0800 > >Roxen 1.3 or apache 1.3 ? >which one is better ? >and which server speed is better ? >Thanks > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 7: 2:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bam-bam.ssg.gunter.af.mil (BAM-BAM.SSG.Gunter.AF.mil [143.158.254.18]) by hub.freebsd.org (Postfix) with ESMTP id 45A9637B422 for ; Mon, 9 Apr 2001 07:02:37 -0700 (PDT) (envelope-from John.Hubbard@Gunter.AF.mil) Received: from bam-bam-int.ssg.gunter.af.mil (root@localhost) by bam-bam.ssg.gunter.af.mil with ESMTP id f39E1Gu19443 for ; Mon, 9 Apr 2001 09:01:16 -0500 (CDT) Message-Id: <200104091401.f39E1Gu19443@bam-bam.ssg.gunter.af.mil> Received: from fsjubj02.ssg.gunter.af.mil (fsjubj02.ssg.gunter.af.mil [143.158.126.102]) by bam-bam-int.ssg.gunter.af.mil with ESMTP id f35IwSH02426 for ; Thu, 5 Apr 2001 14:00:58 -0500 (CDT) Received: by fsjubj02.ssg.gunter.af.mil with Internet Mail Service (5.5.2650.21) id ; Thu, 5 Apr 2001 10:28:56 -0500 From: John.Hubbard@Gunter.AF.mil To: freebsd-questions@freebsd.org Subject: Compaq ProLiant help Date: Thu, 5 Apr 2001 10:29:21 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I've got a Compaq ProLiant 6500 (Dual Xeon, SmartArray 3200 controller) that's been running 4.0-STABLE for some time with no problems. I did notice that when it booted it was say this right after "waiting for SCSI devices to settle": no devsw(majdev=0 bootdev=oxa200000) but would fsck and boot just fine. Today, I tried to upgrade to 4.3 because I need it to have the latest security fixes, etc. CVSup worked fine, build world worked fine, but when I try to boot, I get the same "no devsw" message, but it hangs there. If I hit Ctrl-Alt-Delete, it does a normal reboot, tells you how long it's been up, etc. I've got it running with the old kernel again, but I already did a 'make world' so it's out of synch with the kernel. Other than top and ps not working, I don't know if there are any implications from this, but I would like to get it working ASAP, it's a live server. Thanks in advance to anyone that can help me out or has seen this before. > , , SrA John Thatcher Hubbard > /( )` HQ SSG/SWSN > \ \___ / | Programmer/DBA > /- _ `-/ ' Webmaster/Sysadmin > (/\/ \ \ /\ john.hubbard@gunter.af.mil > / / | ` \ DSN 596-6995 > O O ) / | > `-^--'`< ' > (_.) _ ) / > `.___/` / > `-----' / > <----. __ / __ \ > <----|====O)))==) \) /==== > <----' `--' `.__,' \ > | | > \ / > ______( (_ / \______ > ,' ,-----' | \ > `--{__________) \/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 7: 4:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www.in-design.com (www.in-design.com [64.241.125.40]) by hub.freebsd.org (Postfix) with ESMTP id 8FD4C37B422 for ; Mon, 9 Apr 2001 07:04:20 -0700 (PDT) (envelope-from archive@in-design.com) Received: from vaio (ba-100.adsl.stargate.net [209.166.187.100]) by www.in-design.com (8.11.0/8.11.0) with SMTP id f3A2tuZ40906 for ; Mon, 9 Apr 2001 22:55:56 -0400 (EDT) (envelope-from archive@in-design.com) Reply-To: From: "in-design archive" Cc: Subject: Sendmail and ETRN Date: Mon, 9 Apr 2001 10:08:05 -0400 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 IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <857F15D7E3D8D3118D290008C7CF058602C97621@mail-naeast1.brooks.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all; I was looking to see what one needs to setup a collection secondary MX machine with sendmail. I can find allot of info about what to do on the primary dialup by running etrn.pl but what does one have to do on the secondary that is always on line to be able to collect the mail for that given domain. Any help would be really helpfull. Thanks allot in advance. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 7: 8:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 526BC37B423 for ; Mon, 9 Apr 2001 07:08:55 -0700 (PDT) (envelope-from lplist@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1003) id 1968555407; Mon, 9 Apr 2001 07:04:43 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id 0764E51610; Mon, 9 Apr 2001 07:04:43 -0700 (PDT) Date: Mon, 9 Apr 2001 07:04:42 -0700 (PDT) From: Linh Pham To: G D McKee Cc: freebsd-questions Subject: Re: FreeBSD WWW Site - Local Mirror In-Reply-To: <001901c0c0de$135e6540$0500a8c0@gdmckee.local> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2001-04-09, G D McKee scribbled: # Trying to build the FreeBSD website locally. [snip] # make: don't know how to make /ports/LEGAL,v. Stop # *** Error code 2 # # Stop in /www/freebsd/www/en. Are you using the current information in the supfile? Go to http://www.freebsd.org/internal/mirror.html and compare your supfile with the supfile given in the page. You shouldn't need to build using the docproj tools to just mirror a site. -- Linh Pham [lplist@closedsrc.org] // 404b - Brain not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 7:13:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id E574737B424 for ; Mon, 9 Apr 2001 07:13:48 -0700 (PDT) (envelope-from lplist@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1003) id B0B1E55412; Mon, 9 Apr 2001 07:09:36 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id 9F03551610; Mon, 9 Apr 2001 07:09:36 -0700 (PDT) Date: Mon, 9 Apr 2001 07:09:36 -0700 (PDT) From: Linh Pham To: schmin Cc: Subject: Re: Could FreeBSD 6.2 support Stateless Autoconfiguration ? In-Reply-To: <3AD16EC7.CDE9D54E@lg-elite.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2001-04-09, schmin scribbled: # I made IPv6 Testbed and PC router used FreeBSD 6.2. The highest version of FreeBSD is currently 4.3-RC/BETA or 5.0-CURRENT. 6.2 sounds like the version number of RedHat Linux or an older version of SuSE Linux to me. If you are running FreeBSD, run uname -a to get the correct version number and label. -- Linh Pham [lplist@closedsrc.org] // 404b - Brain not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 7:31:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ra.upan.org (ra.upan.org [204.107.76.19]) by hub.freebsd.org (Postfix) with ESMTP id 2C3D737B422 for ; Mon, 9 Apr 2001 07:31:19 -0700 (PDT) (envelope-from mikel@ocsinternet.com) Received: from ocsinternet.com (thoth.upan.org [204.107.76.16]) by ra.upan.org (8.11.1/8.11.1) with ESMTP id f39EUtZ50988; Mon, 9 Apr 2001 10:30:55 -0400 (EDT) (envelope-from mikel@ocsinternet.com) Message-ID: <3AD1C99A.4FE965AF@ocsinternet.com> Date: Mon, 09 Apr 2001 10:39:22 -0400 From: Mikel X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en,it MIME-Version: 1.0 To: kathy wiley Cc: freebsd-questions@FreeBSD.ORG Subject: Re: apache+php-1.3.12+4.0b3 +mysql References: <20010408145210.82244.qmail@web10005.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kathy, There isn't a menu option for that. Simply install apache + mod_php from /usr/ports and the install mysql-servre from the ports as well. Per chance did you do a mysqlbackp of the prior db? If you did then you will be able to import most of your data including the user rights and passwords, etc...All in all with a good net connection and a little planning you gould have the entire thing ported in less than three hours.... Cheers, Mikel kathy wiley wrote: > Hi, > > I think this is a simple question. I just switched > over from RHLinus to FreeBSD and am trying to get my > Apache + PHP + MySQL setup back up and running. > > I installed the apache+php-1.3.12+4.0b3 port, but do > not seem to have the connection from php to mysql. I > saw a posting regarding this that mentions selecting > mysql support in the configuration menu of > apache13-php. > > How do I select mysql support in the configuration > menu of apache13-php3? > > When does this config menu come up? Or is this > referring to apache.conf? Is this something I can do > after the install of the port (run the configure > script with options for mysql) or do I have to > re-install the port? > > Thanks, > > __________________________________________________ > Do You Yahoo!? > Get email at your own domain with Yahoo! Mail. > http://personal.mail.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 7:41:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alto.i-cable.com (alto.i-cable.com [210.80.60.4]) by hub.freebsd.org (Postfix) with ESMTP id A30C937B42C for ; Mon, 9 Apr 2001 07:41:35 -0700 (PDT) (envelope-from lkthomas@hkicable.com) Received: from hkicable.com ([61.18.16.156]) by alto.i-cable.com (8.9.3/8.9.3) with ESMTP id WAA24780; Mon, 9 Apr 2001 22:41:27 +0800 (HKT) Message-ID: <3AD1CA67.34514520@hkicable.com> Date: Mon, 09 Apr 2001 22:42:47 +0800 From: Thomas Lau X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Lee, Jaeho" , freebsd-questions@FreeBSD.ORG Subject: Re: which web server are better? References: <857F15D7E3D8D3118D290008C7CF058602C97621@mail-naeast1.brooks.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Lee, Jaeho" wrote: > I just found Zope recently. Zope is not just web server. It is framework for > building/running web server. > It includes its own webserver. I am not sure the ability of Zope web server > itself compared with apache or "high end" servers. > But I think that it is worth to look at. Go to www.zope.org. > > /Jaeho > > -----Original Message----- > From: Thomas Lau [mailto:lkthomas@hkicable.com] > Sent: Monday, April 09, 2001 7:20 AM > To: 'Charles Burns' > Cc: freebsd-questions@FreeBSD.ORG > Subject: RE: which web server are better? > > Well, I hear Zeus before, what different between apache ? > How to define "high-end" ? > Also, I want to know what is application server and what Lang does it > use? > (C++ or XML ? ) > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Charles Burns > Sent: Monday, April 09, 2001 7:02 PM > To: lkthomas@hkicable.com; questions@FreeBSD.ORG > Subject: Re: which web server are better? > > Apache is at least far more used and tested, and there is much more and > better help available for it. > > If you are running a website that is so large that speed is an issue on > a > decent class server, Zeus is typically considered best for _VERY_ high > end > servers that need to handle absurd numbers of hits on multiple redundant > > high end SMP servers. That's more for Ebay and Amazon class websites > though > (Ebay uses it, in fact). > Zeus is thousands of dollars and overkill for most systems. Apache is > just > fine. > > >From: Thomas Lau > >To: freebsd-questions@FreeBSD.ORG > >Subject: which web server are better? > >Date: Mon, 09 Apr 2001 13:17:30 +0800 > > > >Roxen 1.3 or apache 1.3 ? > >which one is better ? > >and which server speed is better ? > >Thanks > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message well, I know what is zope, and tryed before, it's looking like a programming program more than a web server, I do not know any lang on it, so also do not know how to control it at all To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 7:53:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp015.mail.yahoo.com (smtp015.mail.yahoo.com [216.136.173.59]) by hub.freebsd.org (Postfix) with SMTP id 3577437B422 for ; Mon, 9 Apr 2001 07:53:22 -0700 (PDT) (envelope-from bsd140870@yahoo.co.uk) Received: from unknown (HELO as2.kptn.org) (203.106.173.143) by smtp.mail.vip.sc5.yahoo.com with SMTP; 9 Apr 2001 14:53:20 -0000 X-Apparently-From: Date: Mon, 9 Apr 2001 22:46:26 +0800 From: bsd140870 X-Mailer: The Bat! (v1.52 Beta/1) Reply-To: bsd140870 Organization: n/a X-Priority: 3 (Normal) Message-ID: <1195174570.20010409224626@yahoo.co.uk> To: FreeBSD Questions Subject: Re[5]: nfs and cp problem: file system full - SOLVED In-Reply-To: <18438106924.20010409005340@yahoo.co.uk> References: <18438106924.20010409005340@yahoo.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Monday, April 09, 2001, 12:53:40 AM, you wrote: answering to ones own post is not good (i think i read it somewhere) anyways, i solved the problem. it must have been the lack of sleep. it now works... mkdir /usr/portstmp <=== was previously mkdir /portstmp mount as1:/usr/ports /usr/ports cp -R /usr/ports /usr/portstmp / (rootdir) is only 80M and that was why it was full(?) thats my guess anyways. thanks for the help nevertheless. b> Sunday, April 08, 2001, 11:32:46 PM, you wrote: AM>> You are correct, the client shouldn't run out of space. All things being AM>> equal then /usr should have more than enough space for ports. Which AM>> confused me for a while...until I read your original post again a few AM>> times. I think I might have nailed it this time...here goes... >>> p200(as1) as an nfs server and duron650(as3) as an nfs client. nfs >>> mounts ok w/ no problems. >>> >>> mount as1:/usr/ports /portstmp b> wrong. my apologies. that should've been: b> mount as1:/usr/ports /usr/ports b> since there is nothing in /usr/ports on the client (as3). AM>> Assuming you're executing this command on the client (as3) then that AM>> should mount the server's /usr/ports as /portstmp, correct? >>> cp -R /usr/ports/* /portstmp AM>> Also assuming you execute this on the client (as3) then that looks to me AM>> like you're trying to copy everything from the client's /usr/ports/ AM>> directory into /portstmp (which is an nfs mount of the ports collection on AM>> as1). If this is the case then I suspect this isn't what you want to do AM>> and is the reason you are running out of space. AM>> First off you will probably want to kick yourself (I always find it helps AM>> to kick oneself at times like this...and trust me when I say that AM>> everybody on this list has made this kind of mistake many times before) b> it is so true :) again, my mistake. AM>> Once that's done, what I would do, as this will probably have damaged the AM>> ports collection on as1, would be to rm -rf * in /usr/ports on the AM>> client (as3) cvsup the ports on the server (as1) and then execute: AM>> mount as1:/usr/ports /portstmp AM>> cp -R /portstmp/* /usr/ports AM>> on the client (as3). AM>> My apologies for not spotting this earlier. Hope this helps. AM>> Andy AM>> *************************************** AM>> Andrew McKay AM>> Located near Birmingham, England AM>> Catalogue available on request AM>> *************************************** -- bsd140870 mailto:bsd140870@yahoo.co.uk _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 8:20: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from out4.mx.nwbl.wi.voyager.net (out4.mx.nwbl.wi.voyager.net [169.207.1.77]) by hub.freebsd.org (Postfix) with ESMTP id 1269337B423 for ; Mon, 9 Apr 2001 08:20:05 -0700 (PDT) (envelope-from dpoland@execpc.com) Received: from earth.execpc.com (dpoland@earth.execpc.com [169.207.16.1]) by out4.mx.nwbl.wi.voyager.net (8.11.1/8.11.1) with ESMTP id f39FK7N77344; Mon, 9 Apr 2001 10:20:07 -0500 (CDT) Received: (from dpoland@localhost) by earth.execpc.com (8.9.0) id KAA04600; Mon, 9 Apr 2001 10:20:04 -0500 (CDT) Date: Mon, 9 Apr 2001 10:20:04 -0500 From: Doug Poland To: Diana Gibraiel Cc: freebsd-questions@FreeBSD.org Subject: Re: Newbie Sound Problem Message-ID: <20010409102003.A4049@polands.org> Mail-Followup-To: Diana Gibraiel , freebsd-questions@FreeBSD.org References: <20010408221101.18645.qmail@web12204.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3us In-Reply-To: <20010408221101.18645.qmail@web12204.mail.yahoo.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Apr 08, 2001 at 03:11:01PM -0700, Diana Gibraiel wrote: > > I'm running FreeBSD 4.0, and I can't get my Sound Blaster 16 Pro PnP > working. Here's what I've done so far > I've found that turning off "Plug and Play OS" in your BIOS helps FreeBSD config PCI cards. Check the archives too. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 8:29:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f80.law11.hotmail.com [64.4.17.80]) by hub.freebsd.org (Postfix) with ESMTP id D405337B423 for ; Mon, 9 Apr 2001 08:29:49 -0700 (PDT) (envelope-from burnscharlesn@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 9 Apr 2001 08:28:08 -0700 Received: from 24.21.122.151 by lw11fd.law11.hotmail.msn.com with HTTP; Mon, 09 Apr 2001 15:28:07 GMT X-Originating-IP: [24.21.122.151] From: "Charles Burns" To: lkthomas@hkicable.com Cc: freebsd-questions@FreeBSD.ORG Subject: RE: which web server are better? Date: Mon, 09 Apr 2001 08:28:07 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 09 Apr 2001 15:28:08.0138 (UTC) FILETIME=[ADD0C2A0:01C0C109] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Well, I hear Zeus before, what different between apache ? Well, I am no expert, but a some of the differences: Zeus was designed with performance, scalability, and BIG sites in mind. Apache was designed with portability and general purpose use in mind. Zeus has a proven track record for HUGE sites. Apache does as well, but many of those sites have switched to Zeus citing stability problems with lots of traffic. Zeus is thousands of dollars. Apache is free. Zeus is closed source. Apache is open source. Zeus has about 1.8% of so of the market. Apache has about 60%. Pretty much: Huge site: Zeus Smaller site with less CPU but decent RAM: Zeus Everything else: Apache >How to define "high-end" ? >Also, I want to know what is application server and what Lang does it >use? >(C++ or XML ? ) _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 8:38:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lcmail2.lc.ca.gov (lcmail2.lc.ca.gov [165.107.12.11]) by hub.freebsd.org (Postfix) with ESMTP id 6641837B424 for ; Mon, 9 Apr 2001 08:38:16 -0700 (PDT) (envelope-from drewt@writeme.com) Received: from CONVERSION-DAEMON by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) id <0GBJ005017FVYS@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Mon, 9 Apr 2001 08:38:19 -0700 (PDT) Received: from tagalong ([165.107.42.167]) by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) with SMTP id <0GBJ000IR7FTRV@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Mon, 09 Apr 2001 08:38:17 -0700 (PDT) Date: Mon, 09 Apr 2001 08:37:24 -0700 From: Drew Tomlinson Subject: Installing FrontPage Extensions - Getting Closer To: "FreeBSD Questions (E-mail)" Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) Content-type: text/plain; charset="iso-8859-1" Content-transfer-encoding: 7bit Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To summarize, I've made an attempt at compiling a custom Apache server with SSL and FrontPage extensions. After many tries, I think I'm getting closer. The server seems to work fine and secure access appears to be OK too. However, when I attempt to connect to a "web" with a FrontPage client, I get errors from the following: On the client (wecerr.txt): 04/09/2001 08:15:11 An error occurred accessing your FrontPage web files. Authors - if authoring against a web server, please contact the webmaster for this server's site. WebMasters - please see the server's system log for more details. fpexec log: 123 Blacksheep# cat fpexec.log [2001-04-09 08:15:13]: uid: (nobody/nobody) gid: (nogroup/nogroup) cmd: /_vti_bin/shtml.exe [2001-04-09 08:15:13]: cannot stat directory: (/usr/local/www/data) suexec log: nothing httpd access log: [09/Apr/2001:08:15:12 -0700] "OPTIONS / HTTP/1.1" 200 - [09/Apr/2001:08:15:12 -0700] "GET /_vti_inf.html HTTP/1.1" 200 1716 [09/Apr/2001:08:15:13 -0700] "POST /_vti_bin/shtml.exe/_vti_rpc HTTP/1.1" 200 115 [09/Apr/2001:08:15:13 -0700] "OPTIONS / HTTP/1.1" 200 - httpd error log: nothing Like I said, I think I'm close. Does anybody know where my problem might lie (other than the fact that I'm trying to use MS software on a FBSD system :) )? Thanks for your help! Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 8:41:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fbsd.bosa.ca (cr1003901-a.rct1.bc.wave.home.com [24.113.37.99]) by hub.freebsd.org (Postfix) with ESMTP id 2E99837B423 for ; Mon, 9 Apr 2001 08:41:10 -0700 (PDT) (envelope-from kulraj@bosa.ca) Received: from ska1 (h207-230-227-196.dccnet.com [207.230.227.196]) by fbsd.bosa.ca (Postfix) with SMTP id D3DB6158EB9; Mon, 9 Apr 2001 09:47:44 -0700 (PDT) Message-ID: <018801c0c10b$f21a8840$64c8a8c0@asknet.com> From: "Kulraj Gurm (bosa.ca account)" To: "kathy wiley" Cc: References: <20010408145210.82244.qmail@web10005.mail.yahoo.com> <3AD1C99A.4FE965AF@ocsinternet.com> Subject: Re: apache+php-1.3.12+4.0b3 +mysql Date: Mon, 9 Apr 2001 08:44:21 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hoping the following helps (they are instructions written for internal use) : - this refers to latest versions and includes SSL You will need to collect you source tarballs before you start and install gettext as a package before you start (or just leave it out) ! ------------------------------------------------------------- MM ./configure --prefix=/usr/local/mm --disable-shared make make test make install ./libtool --finish /usr/local/lib Openssl ./configure \ --prefix=/usr/local \ --openssldir=/usr/local/openssl \ threads \ shared make make test make install Mod_ssl ./configure --with-apache=../apache.1.3.19 \ cd ../apache.1.3.19 Apache SSL_BASE=/usr/local/openssl-0.9.6a EAPI_MM=/usr/local/mm ./configure \ --prefix=/usr/local/apache \ --enable-module=so \ --enable-module=ssl \ --enable-module=usertrack \ --enable-shared=usertrack \ --enable-shared=ssl \ --enable-rule=SSL_SDBM make make certificate TYPE=custom make install PHP ./configure \ --prefix=/usr/local/php \ --with-mysql=/usr/local/mysql \ --with-apxs=/usr/local/apache/bin/apxs \ --with-imap=../imap-2000c/ \ --with-gettext \ --enable-track-vars \ --enable-versioning \ --with-mm=/usr/local/mm/ \ --with-openssl=../openssl-0.9.6a \ make make install ----- Original Message ----- From: "Mikel" To: "kathy wiley" Cc: Sent: Monday, April 09, 2001 7:39 AM Subject: Re: apache+php-1.3.12+4.0b3 +mysql > Kathy, > > There isn't a menu option for that. Simply install apache + mod_php > from /usr/ports and the install mysql-servre from the ports as well. Per > chance did you do a mysqlbackp of the prior db? If you did then you will > be able to import most of your data including the user rights and > passwords, etc...All in all with a good net connection and a little > planning you gould have the entire thing ported in less than three > hours.... > > Cheers, > Mikel > > > > kathy wiley wrote: > > > Hi, > > > > I think this is a simple question. I just switched > > over from RHLinus to FreeBSD and am trying to get my > > Apache + PHP + MySQL setup back up and running. > > > > I installed the apache+php-1.3.12+4.0b3 port, but do > > not seem to have the connection from php to mysql. I > > saw a posting regarding this that mentions selecting > > mysql support in the configuration menu of > > apache13-php. > > > > How do I select mysql support in the configuration > > menu of apache13-php3? > > > > When does this config menu come up? Or is this > > referring to apache.conf? Is this something I can do > > after the install of the port (run the configure > > script with options for mysql) or do I have to > > re-install the port? > > > > Thanks, > > > > __________________________________________________ > > Do You Yahoo!? > > Get email at your own domain with Yahoo! Mail. > > http://personal.mail.yahoo.com/ > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 8:42:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rimbaud.uol.com.br (rimbaud.uol.com.br [200.231.206.24]) by hub.freebsd.org (Postfix) with ESMTP id 9437137B422 for ; Mon, 9 Apr 2001 08:42:42 -0700 (PDT) (envelope-from jmarciano@uol.com.br) Received: from desenv02 ([200.207.122.67]) by rimbaud.uol.com.br (8.9.1/8.9.1) with SMTP id MAA22217 for ; Mon, 9 Apr 2001 12:38:57 -0300 (BRT) Message-ID: <001d01c0c10b$c7ed69c0$3200a8c0@sbs.srv.br> From: "Jairo Marciano Silva" To: Subject: Boot menu display: ?? Date: Mon, 9 Apr 2001 12:43:02 -0300 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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I have installed in my computer three SO's : Window 98 (FAT32), Windows 2000 (NTFS) and FREEBSD 4.2. The W98 and W2000 are in the first HD and FREEBSD is in then second. Everything works very fine but in boot menu is displayed: F1: ?? F2: ?? . . . Only the label for FREBSD is correct. Why ? TIA Jairo Marciano Silva To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 8:54: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rems27.cio.med.va.gov (rems27.cio.med.va.gov [204.176.66.19]) by hub.freebsd.org (Postfix) with SMTP id 6DC8837B422 for ; Mon, 9 Apr 2001 08:54:02 -0700 (PDT) (envelope-from esl@cio.med.va.gov) Received: (qmail 26371 invoked from network); 9 Apr 2001 15:47:42 -0000 Received: from vhacoi2.dvacm.gov (205.230.55.12) by rems27.cio.med.va.gov with SMTP; 9 Apr 2001 15:47:42 -0000 Received: from cio.med.va.gov (vhacoi4.cio.med.va.gov [152.125.56.145]) by vhacoi2.dvacm.gov (8.9.3/8.9.3) with ESMTP id LAA19974; Mon, 9 Apr 2001 11:46:52 -0400 Message-ID: <3AD1CDBA.23A670DF@cio.med.va.gov> Date: Mon, 09 Apr 2001 10:56:58 -0400 From: esl X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.18esl1 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Support for IBM ServerRAID SCSI Adapter Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We have an IBM Netfinity 7000 with 4 cpus 500 mhz Xeon and 2.3GB memory. We are using IBM ServerRAID controller. I would like to run FreeBSD on this box and I could not find any information about support for this hardware. Is this configuration not really supported yet or I'm just not looking hard enough? I also went to the BSDI web site and couldn't find information either. Any advice on what can I do to make FreeBSD run on this hardware? Thanks. Exp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 9:16:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 5395437B422 for ; Mon, 9 Apr 2001 09:16:08 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id TAA28899; Mon, 9 Apr 2001 19:23:52 +0200 Message-ID: <3AD1E0A9.41325929@i-clue.de> Date: Mon, 09 Apr 2001 18:17:45 +0200 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Jairo Marciano Silva Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Boot menu display: ?? References: <001d01c0c10b$c7ed69c0$3200a8c0@sbs.srv.br> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jairo Marciano Silva schrieb: > > Hi all, > > I have installed in my computer three SO's : Window 98 (FAT32), Windows 2000 > (NTFS) and FREEBSD 4.2. The W98 and W2000 are in the first HD and FREEBSD is > in > then second. Everything works very fine but in boot menu is displayed: > > F1: ?? > F2: ?? > . > . > . > Only the label for FREBSD is correct. Why ? 'cause the FreeBSD Bootload was written when Win95 was in its prime. There was no need to update (except cosmetic reasons). HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 9:18: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.ntu-kpi.kiev.ua (www.ntu-kpi.kiev.ua [212.111.192.161]) by hub.freebsd.org (Postfix) with ESMTP id A0AF137B423 for ; Mon, 9 Apr 2001 09:17:56 -0700 (PDT) (envelope-from simon@comsys.ntu-kpi.kiev.ua) Received: from comsys.ntu-kpi.kiev.ua (eth0.comsys.ntu-kpi.kiev.ua [10.0.1.184]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id 1C2412F362 for ; Mon, 9 Apr 2001 19:17:53 +0300 (EEST) Received: from pm5149 (pm514-9.comsys.ntu-kpi.kiev.ua [10.18.54.109]) by comsys.ntu-kpi.kiev.ua (8.11.3/8.11.3) with SMTP id f39GIMo01063 for ; Mon, 9 Apr 2001 19:18:23 +0300 (EEST) Message-ID: <00a401c0c107$9c085ee0$6d36120a@comsys.ntukpi.kiev.ua> From: "Andrey Simonenko" To: Subject: Q. about pppd and 230400 speed on port Date: Mon, 9 Apr 2001 19:13:19 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I've got Zelax 144B modem. It can work in async mode with speed 230400. When I start pppd with such speed, pppd reports about error and exits. This problem can be easyly fixed by adding needed speed to file /usr/src/sys/isa/sio.c. Question: is it possible to work with such speed on cuaa port (standard COM port)? If it isn't possible, which hardware should I buy to use 230400 speed with my modem? Thanks in advice. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 9:20:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fw.ahold.cz (ns.ahold.cz [193.86.248.10]) by hub.freebsd.org (Postfix) with ESMTP id E466437B424 for ; Mon, 9 Apr 2001 09:20:31 -0700 (PDT) (envelope-from zby@post.cz) Received: by fw.ahold.cz; (8.8.8/1.3/10May95) id SAA16569; Mon, 9 Apr 2001 18:20:28 +0200 (MET DST) Received: from post.cz ([172.31.4.121]) by eurcomm1.ahold.cz (Lotus Domino Release 5.0.6a) with ESMTP id 2001040918202350:1951 ; Mon, 9 Apr 2001 18:20:23 +0200 Message-ID: <3AD1FDC4.BBE398AC@post.cz> Date: Mon, 09 Apr 2001 20:21:57 +0200 From: Zbynek ZDRAZIL Organization: Micronet s.r.o. X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Can't stop apache properly X-MIMETrack: Itemize by SMTP Server on EURCOMM1/CZEURONOVA/EU/Ahold(Release 5.0.6a |January 17, 2001) at 09.04.2001 18:20:23, Serialize by Router on EURCOMM1/CZEURONOVA/EU/Ahold(Release 5.0.6a |January 17, 2001) at 09.04.2001 18:20:24, Serialize complete at 09.04.2001 18:20:24 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm running FreeBSD 4.1.1 with original generic kernel as it was installed from the CD. I downloaded apache 1.3.9, compilled, installed configured and started up. (/usr/local/apache/...) It ran and responded with no problems. Later, whenever I executed .../httpd stop and send a request right after that, the deamon responds. I try ps -ax | grep httpd and it is still there. Not big deal. I simply kill the process to stop it. I don't know whether it's a problem of the system or httpd (bug). Couldn't find a similar solved problem for a couple of days on the Internet either. Any clues over there how to make this behavior prevent from occuring? Where do I make mistake? Thanx. Zbynek. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 9:29:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 4D82637B424 for ; Mon, 9 Apr 2001 09:29:12 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 27937 invoked by uid 0); 9 Apr 2001 16:29:11 -0000 Received: from pd950a393.dip.t-dialin.net (HELO lofizwei) (217.80.163.147) by mail.gmx.net (mp026-rz3) with SMTP; 9 Apr 2001 16:29:11 -0000 Message-ID: <01de01c0c112$34eea100$0508a8c0@lofi.dyndns.org> From: "Michael Nottebrock" To: References: Subject: Re: thin ftp server needed... Date: Mon, 9 Apr 2001 18:29:10 +0200 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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Doug Wilson" To: Sent: Monday, April 09, 2001 1:44 AM Subject: thin ftp server needed... > [...] > 1.) What is the best ftp server for what I need.. Proftpd, wuftp, etc.. > 2.) Is Webmin the best way to administer this? Webmin comes with a module for administering the wuftpd and there are probably third-party modules for other daemons, too (one that I know of is a module for the OpenBSD-ftpd). > 3.) Is there a quick and dirty way to setup the domain auth? If so, is that > the best way? There is a pam-module that does NT domain auth called pam_smb, but unfortunately it's not been ported to FreeBSD yet (http://pamsmb.sourceforge.net says that the current version available from CVS works on FreeBSD 3.1, so there is a chance of getting this to work, although that might turn out to be more dirty than quick). pam_smb was developed and runs very reliably on Linux, so you might want to consider setting up your ftp-server on a linux-box, if NT domain authentification is critical. > [...] Greetings, Michael Nottebrock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 9:32: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id 155A637B422 for ; Mon, 9 Apr 2001 09:32:05 -0700 (PDT) (envelope-from edwin@cgmd76206.chello.nl) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id 9DF6C1E0; Mon, 9 Apr 2001 18:32:03 +0200 (CEST) Date: Mon, 9 Apr 2001 18:32:03 +0200 From: Edwin Groothuis To: Zbynek ZDRAZIL Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Can't stop apache properly Message-ID: <20010409183203.A79334@cgmd76206.chello.nl> Mail-Followup-To: Edwin Groothuis , Zbynek ZDRAZIL , freebsd-questions@FreeBSD.ORG References: <3AD1FDC4.BBE398AC@post.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD1FDC4.BBE398AC@post.cz>; from zby@post.cz on Mon, Apr 09, 2001 at 08:21:57PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 09, 2001 at 08:21:57PM +0200, Zbynek ZDRAZIL wrote: > I'm running FreeBSD 4.1.1 with original generic kernel as it was > installed from the CD. > I downloaded apache 1.3.9, compilled, installed configured and started > up. (/usr/local/apache/...) > It ran and responded with no problems. > Later, whenever I executed .../httpd stop and send a request right after > that, the deamon responds. httpd is the deamon, apachectl (/usr/local/sbin for me) is the wrapper around it to start/stop/check it. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://FatalDimensions.nl.eu.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 9:35:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mpinet.net (pop.mpinet.net [216.53.130.12]) by hub.freebsd.org (Postfix) with ESMTP id 5859437B423 for ; Mon, 9 Apr 2001 09:35:25 -0700 (PDT) (envelope-from mwoodson@wloq.com) Received: from mail.wloq.com (brintech-044.mpinet.net [216.53.154.108]) by mpinet.net (8.9.3/8.9.3) with ESMTP id MAA05009; Mon, 9 Apr 2001 12:35:26 -0400 (EDT) Received: from Spooler by mail.wloq.com (Mercury/32 v3.21c) ID MO00033D; 9 Apr 01 12:34:40 -0400 Received: from spooler by wloq.com (Mercury/32 v3.21c); 9 Apr 01 12:33:14 -0400 Received: from ph0t3qn1qu3.wloq.com (192.168.100.3) by mail.wloq.com (Mercury/32 v3.21c) with ESMTP ID MG00033B; 9 Apr 01 12:33:11 -0400 Message-Id: <5.0.2.1.0.20010409122540.02584e00@192.168.100.3> X-Sender: mwoodson@192.168.100.3 X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Mon, 09 Apr 2001 12:30:02 -0400 To: Zbynek ZDRAZIL , freebsd-questions@FreeBSD.ORG From: Mark Woodson Subject: Re: Can't stop apache properly In-Reply-To: <3AD1FDC4.BBE398AC@post.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 08:21 PM 4/9/2001 +0200, Zbynek ZDRAZIL wrote: >I downloaded apache 1.3.9, compilled, installed configured and started >up. (/usr/local/apache/...) >It ran and responded with no problems. >Later, whenever I executed .../httpd stop and send a request right after >that, the deamon responds. >[snip] >Any clues over there how to make this behavior prevent from occuring? >Where do I make mistake? I know with the newer versions the preferred (in the docs for apache) method of stopping and starting it with the apachectl script (it's in apache bin dir) so running '/usr/local/apache/bin/apachectl start' and conversely '/usr/local/apache/bin/apachectl stop' should work. To see all the options for it just type it with no options (I think though that it is just start | stop | restart) -Mark Network Administrator Smooth Jazz 103.1 WLOQ Winter Park, FL USA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 9:59:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13303.mail.yahoo.com (web13303.mail.yahoo.com [216.136.175.39]) by hub.freebsd.org (Postfix) with SMTP id 2AC7537B423 for ; Mon, 9 Apr 2001 09:59:48 -0700 (PDT) (envelope-from kgbsoft@yahoo.com) Message-ID: <20010409165948.37762.qmail@web13303.mail.yahoo.com> Received: from [66.68.27.238] by web13303.mail.yahoo.com; Mon, 09 Apr 2001 09:59:48 PDT Date: Mon, 9 Apr 2001 09:59:48 -0700 (PDT) From: Bill Barnes Subject: Borland Jbuilder 4. Runs? To: Mail List MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anyone know or has anyone tried this package on xBSD. Not a platform supported by Borland. Guess it would have to run in Linux mode. Thanks -Bill __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 10: 9:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web3304.mail.yahoo.com (web3304.mail.yahoo.com [204.71.201.146]) by hub.freebsd.org (Postfix) with SMTP id 8B8E037B423 for ; Mon, 9 Apr 2001 10:09:18 -0700 (PDT) (envelope-from natepuri@yahoo.com) Message-ID: <20010409170918.25889.qmail@web3304.mail.yahoo.com> Received: from [216.175.88.170] by web3304.mail.yahoo.com; Mon, 09 Apr 2001 10:09:18 PDT Date: Mon, 9 Apr 2001 10:09:18 -0700 (PDT) From: Nate Puri Subject: kde 2.1.1 shortcut permissions error To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I'm sure this is a very common problem, and I would be happy to receive a URL if there is one. As a normal user, when I try to create an application shortcut in kde, it comes up as owner root/wheel. Then, I get the error that I do not have sufficient permissions to create the icon. Why is this? As root, I am able to set the permissions and change the user and group ownership of the shortcuts... I'm hoping that there is a fix for this... Thanks in advance for your help. -Nate __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 10:12:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomsk.portland.co.uk (tomsk.portland.co.uk [212.15.64.16]) by hub.freebsd.org (Postfix) with ESMTP id 8BC1B37B422 for ; Mon, 9 Apr 2001 10:11:51 -0700 (PDT) (envelope-from nobody@orinoco.portland.co.uk) Received: from orinoco.portland.co.uk (unknown [10.14.0.20]) by tomsk.portland.co.uk (Postfix) with ESMTP id 132DE4C12 for ; Mon, 9 Apr 2001 18:11:41 +0100 (BST) Received: by orinoco.portland.co.uk (Postfix, from userid -2) id 39228C49; Mon, 9 Apr 2001 18:11:00 +0100 (GMT) To: freebsd-questions@freebsd.org Subject: BTSpeedup evaluation copy From: info@BTSpeed.com Reply-To: info@BTSpeed.com X-Mailer: PHP3 X-Sender: info@BTSpeed.com MIME-version: 1.0 Content-type: multipart/mixed; boundary="--==================_846811060==_" Content-transfer-encoding: 7BIT X-attachments: setup.exe; Message-Id: <20010409171100.39228C49@orinoco.portland.co.uk> Date: Mon, 9 Apr 2001 18:11:00 +0100 (GMT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----==================_846811060==_ Content-Type: text/plain; charset="us-ascii" Hello, here is a word from BTSpeedup development team. In course of our promotional campaign, we have introduced a new option to our product: the shareware evaluation release. Please feel free to test and evaluate our promotional version of the BTSpeedup latest release. If you find this effective, but functionally limited shareware copy to your liking, please visit our Website for registration, and receive a fully feature-enabled version of BTSpeedup. Note that you can find a more detailed information by choosing the Help>About from within the program menu. Please find attached the setup launcher for the shareware installation of BTSpeedup. Do not forget to read the instructions on the welcome screen first. We would like to thank you for your time evaluating our product. Sincerely yours, BTSpeedup development team. ----==================_846811060==_ Content-type: application/octet-stream; name="setup.exe"; Content-Transfer-Encoding: base64 Content-disposition: attachment; filename="setup.exe" TVqQAAMAAAAEAAAA//8AALgAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAEAAA4fug4AtAnNIbgBTM0hVGhpcyBwcm9ncmFtIGNhbm5vdCBiZSBydW4gaW4gRE9TIG1v ZGUuDQ0KJAAAAAAAAAChgvdQ5eOZA+XjmQPl45kDPfyKA+3jmQOK/JID5OOZA2b/lwPn45kDivyT A+7jmQOK/J0D5+OZA5zCkgPm45kDnMKdA+bjmQPl45gDZ+OZA+PAkgPs45kDIuWfA+TjmQNSaWNo 5eOZAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBFAABMAQMAAADROlBFQ08AAAAA4AAPAQsBBgAA QAAAAEAAAAAAAAAAhAAAABAAAABQAAAAAEAAABAAAAACAAAEAAAAAAAAAAQAAAAAAAAAAOAAAAAE AAChrgAAAgAAAAAAEAAAEAAAAAAQAAAQAAAAAAAAEAAAAAAAAAAAAAAAANAAAKcBAAAAgAAAoAMA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcGVjMQAAAAAA cAAAABAAAAAgAAAABAAAAAAAAAAAAAAAAAAAIAAA4C5yc3JjAAAAAFAAAACAAAAACgAAACQAAAAA AAAAAAAAAAAAAEAAAMAucnNyYwAAAAAQAAAA0AAAAAQAAAAuAAAAAAAAAAAAAAAAAABAAADAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGoO /2hIQDwOZKEZA1DciSXhEFFWi3rxB3QkBOgBAAY7ahQ9x0T04ReCRlyoA2CEwDsri4PEBH+JAxiF wHQVM6fXTp/+f/Ni+GEI/BB87R6LTCT6GcZerg0JjVoQw+HGHZtX42pYtjbmqWAFxxOLM//OLBjC BDhQoDiRg8f1u+kG/xRy6S5sXDhOdgcbU41eHNUDExBnK0FHR8NAO/hy6mpbdxw2KvjOoC7/1ANs RVsiTgxfuk0qkABXTClTIsKiUIOB7ChwZApTVVZXRs7pg/ZoBP07gPFNGFSB5A70VaRSFgw7xw+E LgIfxYPGOWWr/gNT1I0M6BCJfAhQN2gZMgVXRn5hsPeBf4D/FQxQ9qhzB6id6cAiA6aLHQiLZbyX jQpOuzUNNHtTLZiWIGDMPFE1HH9QzzYYR1dSg//TYtPNfMyxZhBRvqTF7EUYCjPSuQVb3ocwgD4K ow26i8KQzUl17jo711M3DI1UZFIqaghIIyDKYZVIczVHVwInYSB98d1Qiukz20xINE1ewhh1dzCN fCSDyf/AbPKu99FRp4wyXC04iI5E8hytDlFrXEAQK/lwavbB++f4fJUc3hRD6QLzpfvIDRKD4QMK 7aS/cWXfQS5P7YmJvuyCQ1FSU1C6OlaakwtReuE5fVxVbKpYA1GLzIlkBXJoGGNAGNOdUf68/lDU fQyQQPHGhP1UF8oMyDDxWBICixmIXJADwTxoFGEPImBDBA9EaPSxxWoVcUdUWwkiTWxWBQ0Zi83H HmgUhUoUq6cAiUVgdRNqGxBo1FurgCsLV8soUuufOaqMqGlbAlpdT1oGW4HENCOSXFUAaSFRi/km ITtHGJkMMPLPia0D6zkSIIfJdMMOcCH44YPsFCRukMKSEbZcQK8PhsduBP2/VLoGjW4c9OFaw06j Ep1TOU0wMQFBnWhsUoGhEBTGlS0BCRW1FxVRAigHK6/lChRoZBKZQjggWt1PkAKGqVE190aOMSBS LTQDCK+oHDwzi8QtKGpBkBlEQAQio0HhTBQ3BRtPrB0spCaXr0B+hv0SEIcHCFAYx4qds6kick0Q EcUUD4J0khwuJDWqekBaIDjCBFGoSpVENkHFWEmCCBAqmNJS7pLiHC50EBJoMVIgDTUFCgXsRiUR aghGl/yUqWuxRyEEUiIGRSBWYEi7e5UE8LrFJLPJJSmirQhEdEBwauX6iJUQhisUUpLZeDglaEmG CJVFMFygrZKVHiwsYhR7ojXGvVFch6IzUQq4Qogoq2XVlHMiLhSbktJKNw8HwggJGjhUgqgVwZK+ DIlGDAYIgQQCEGD6w6KgyEhWsTDUy5IQeCQg65rPn+g+pWmZis+UKIrXQsguE5AOGdCJSOa7BtIn CYIpCf2c/aiyNdkcjVMlDJSECpUHCI+JtKyQXb5i/u+6A6M1zdG5W0AgwI2YGja0E0VFlN+v55gK kTOchXP2ITOgMsakqAyoiQIYrITr3bAVWDcI8xuruVIfFa1oAiedIOsef6IHIijMiSwPBKIrPTDS IlU0DBE4KAUrijwJIkAkCSYWRUSV7UgMRExKDEnjUN0WVlVUDhFYIw8RXH6MUWA2EWRSVEZVEOwD zrDwz7TQz7jQz7zQs8DcMsSoE8iEyqLME6LQJQkRN9Tuq0U92MM73NFUZ+C6Razk9wzo7wlUc6R7 B67AMUQXuVhcTnxwhndIq4A/TEM/UFFCn1SrdZ+pOc9ccM5g9UdZZO6cOWj3DGzvXX4IDAdi0AYZ 1N4Z2PoZ3PoWe+CGd+SrQz/oQyrsE4jwqDfP9HVFWfjuGfzeq35wQgfPBHDOCPCSCkRF44T9ZzVg ehHPZNVFZ2joZ2zqLPJwqBN0qgwieKsqPXzDO4DTcEIsCplSWVAIXGV79Kws+O8M/P1FcrghCr93 hn4Ihn4Mhn4QhZ4U4WcYuGcceFkg7hb57hko3jQrpAsTO4DIau1A991ZR4jeGYz6vC6Q90ZLVZQM EZhVLJ6c4Z2g5B1xEA0CCqgNFPdZJhjeGRyVDwsMRCAkmsKoDCiKrCYs1RdOUTTysywwvCOLECDU DgWF/w+MQUgR2oPhCeWNUwQTInUeAsuwDmLvLBCXotlooLTII4kEGOscwf7ERg9GUkmQqA8gRCuD vBQCFXRLjYyTImitiZlU8+pRkhapjSXeUAEplAUsUCAVBJQJEAPTg8QMJrMgNyk1obWziR1QcUGW MBoeaKwsxRMeq4ZRoV1ED10sclsiRSghE7tBjQS/ggaAweACqVWPPRwDlF44zZyBg/gLD4eAR2n/ JIVgI6VZMhGiclziBVJoqGphhDPNtYTQoE6siQoI2apUlVpG6YNSZXxFvEtYkFFooMh1UlZCC6JU MyIiwMuDgAjCmMh7UVZHDJUWSiAlBFrIYjQ1EA2oNIURzIhk1OcKiGRSRxUqPFghkNkPTx0UPFdS nLFsjT2ujMOySKT2jgxCEDKpX7AqI7ARUlDf9ThBSRujRzgQEtkjfFwWuZ/KRAiyEBqPSShsg6Kw MUwChB2QE6nKFEbIIHRCqNRmzJ4wkHKyFJlmVjSZC10iqQ/KFWYrIxYyYIjCwcoVZ6gsjkIUonSq SiO4EEDoPIWRF7VqV0k4GIYqaIDPmaGMTEOgFBlTUBsRyIhccRpFZGUbFMpHXC4a1/f6bLgZhREw yhgI4jg5F0V1REB8aIdEZCwcp1rIWHEdDVkZUCJKV1hzkB636MRIOB+FZCAoSI5RH2FEUHIeuAhY jkIdiGDlHBVyEGiivDEoAqAVkHyyIRRGzCFwxSJVWJAjonA5IgojeJUhR1RWKAhSUZJMFLgdpJKQ VMJ/r2l8OmLVJhzJhXROZwUdaJ5DwUcUg/gC4QWECgN1NsG8GNFUMr76wpi/IowmO8bIiRyR0hKj 8MV0FAeLwXqCDC1ocLVuYiMrx1F59LGVEoiWi5AmpNcQlAUKxLg4BIUQvOIDFEPAiAJRxA4hAUTI OU48RMyJVaxFyeESkSqgTnRxY5wjwiiFXWT0dbiwLsASiZBPHGxANgnDiAMdgT0SdySxREMeCH2I Eh8R/BDgIEtrjSzICBBotGGizkMPVgMJIOteWcP5k4nlQiywXrP+WelJ5Z7rhwhC/FEJyysnHDcp WG/xlDJsOTnSFhRBAS6DfhQCdSg4ocQQLVZwltFV0+ZerE4QSpoUfVIRhet0ElWQAOFVi+xYYXhD hWe4pRAYpy27T1MAatmJZfDmXQGgjU3ox0X8OVvmwR4g7MZRAgaR5CMDkcAiBCAse0SsBYRAddyJ BghveYtzFP4MB/fYG8BqAyUBYdk1B1BRs3fEpIRhLGlBgnVAozhigIvLkqfVHzWNIu4bKqjTZQrY aDBi0yjLu5qFdQxcEwSLfRCF/4TSKBbHGcgo/itoJDiHLGNw8IP+/wp0iGggCakwB6wnFQApK8aN VdBIRhRQVlINR12qiOIIZk98adAZGJZqaiw1EY1XoFN81hp42DVA+H7SFo0MQ00SvD34YQ9Q/9dp 2jBDiUXQk2+PVXrAjBNLqzAjCZDY+263v1jQvcHgDQgDyIkWqk0xqZmnCs/kXzGKaByB2jOaggUY gWouWBYsRQrr3WgM1TiNJEWoF1KRfUt2WyssP7IkYAA8OZAM8jNDGMktDyQklzA9uxnF6jkIFwhp FEiUd6zcGBVlaAhRZ+gSDhVSjQHO/zvGdA1BjVBACd4UgOvfnuaOP44B2UmsUTYnKbBgGA2LVRKw agUQxC/HMDPJbA+VwXKLk79JWBVVYiinFFJQGGY/KWdhnWgKNARVELMOlQi5Haho94ELgeL/Jl0b wegIaf9nUV8k9BP1nzdqOqSsUd50JEShEFI0HbKIpJdFFHeTd0OJdc4eTAzz70n0vAlfPl5bh+Vd whAJNJKbyBT8uPBJjnUF6uhMpQRUCGJQj1JNUSnlrpIw2Rmpq9iI3OJ1bEYz1ER/6oqO0Hp+hYA5 QCGm7s33MYN7FO0P5rJSOXI9FXJXlh3cElI5FBtdkXSqiskVGGMZUC1VSeA6AKRQaH5mBFGA2QIv wTPSStQOlcKLVBLMaNSE+0v3K60NZDc0k3Og7zisaEzDFVAqZgk1bk97p0qNGg6TEs2iDANskZT6 lacZKlIMhCv9wD2F9il0GyeKViUxK/dUQWSFa4KFgRrxNZgG66MfJuXOIhTBmTPO6ZnNUCEcJqOn 6xM78EEVK8Zq7VBOSGXfOweMdGLxRRprgK8QaNyTiyaJrh7SoBg/uMPpcC2va9T5fcosrvTbB1y5 FVv69GkGdSsu/XTcDNXzbC4YKiGoWvthEFZXXBQJM/8N0eh9/JPRyeANOeBFCCZoYNAg7LMCkicJ iF38rZ7DkU4I/rxdLEWHRg1qlzEJioEktWWvCCtZnoJNZVRABFU+6LgpLUB4KOTDd6U8HqN3FTPA ddLujCpVYpdkv+sGdQRKP13DhwaDePihfDuA2AMtLHU10z3x6EgOA35EECAodQoLktEED3DhShPE oip13SFTrbUSFKBDyOb0UleXu7U/dcjTwk4EtVsFEFZ44iyNyasrrIHOhqNsyfGK7srDD7lTV5BI +IUGyX4JD77iBegwiUYUXfuZwyzoXOHw5MkW7Dh1QkUuKHhCEkQVql2BM9togEEaXCoYPMdqSxSF UQJEJAg7hsYMAhQBdAmLyFIFhesCDFYoiEFcfVc/JSZtqy4cD6HRSs9cEUsE4kHXwXxTZgbrrIQF 9VcbZ2jqlzkrLG9DHLpMIU6UISR1kIDhahhHb5EgigL8xVYQBFFSYpmaciEM1CpqRCyoAyh0FVcT DFNTtyO+URGTogQ/T250ZItWd2VSHi/KtAgqZQIwdRqaLZLeOEgMKMVbXg6YILSWcpIVdUh+CQT7 dBDlkgQsn1e9EVF+UUteRw1KgBs0sTvLObIVAYEM/1AjEIEMDBGJUpJzEGl5JVF0AJUU7LxBZFmW 8SShfN+SsdnhuCBSRwirTyVqqHt9GscGWDdUpSSouFQSIcv2KWoXZ/pQLalQMDfpd/oYLVEW67or o/sLuSAlcAQIi2BoEDKyeIEuFlnDRxCRy5LhGEIoRDTzXFL/YNNLTIBX2GKJmLQLLrlXatbYQqDd o9twpOFslqlnJgtlUgkPxRoDyzIPRxpwUmvgTGSMUqFrcMNFqEnPIMOhGHE33MZYMgX0sVwIw0GQ NUAJig2oB9J+LvFAB15BUokEmIDVEWDQLoB9cAg7dAM8Din+F39QPQPgdfr/agWrKWGh5KoNWgd+ R4pFx4RzD5TTiMILqiB7hflIlISjBAJ/xF5du2lUdhrHBegzhoByNqPsE0+TCKVKYAqJU3DGKgxd NWwKkQ89QxjgRKv8ACv5Rw+vx5n3ATuNdAj/iTVYCwSrqglLSrAdRYH+TEu0fVEY2IUi64sSE7QN iBvrVSiB+RASfCRKYRAlKg0TJkEogekPdlDuAzLrKVlAJjipRMAwoEXki1BIC2pHSgOKiQnFA8kC STYBuUBMTCnpdPFZRSSQLioNGCihFRRBPSGrCFSsr1hWQlPDTqRQtQGYuQxtIjADUAGIgAlsCr8R g8FThfkMILiLwnzoEle5AmkjrAC/4GjDKPOruuYbwWxfiZD4k7FKoIQKhdJ98rqUDyoAV0jigT2h E/8/WOMmM3LSCsmLgQQzA5H8Z3gMPoPpn9H4DIEIJQNi0Or8+4Fqfd4kJ52lXAfLxnIUtYcq5zx6 FgWNDCkH0rgHPItR/DN5+DF5SBx08tDGfWwqrraKVIgj7JahA+2QDI6EFYk0jXBO5QSVTAOchawq yChHiQWKSKKeBsl0Fkj9RFTlMD7BsUJIiVFAa8B3SPJwaSISEKF3V6NEievrDwuJLRhyWPEkq6qj MLsLI3uhq5g0fFbp9xJDEy/IVooMExhAiAWyaEssaDQgrSE5KG/qNEcyVoIem4EDJQtKIVQ7GIJ1 xZp7VhrqAZ2ti7VGMNidJHuoOMuS0dbIXyvFoMMBoU4ngGRR0ZAInt0MDQ0sT1FFGEFhKvDBK3LD Hc1WO8lXidmfVkoqcwKBcioVKGeYkwPa5Or8/eTzoaPMpnQ7BRsKg9r/6p5SCCkwAgJbSRNisMyn GIB2fA5ULRreYgPQK9HrKcodB296n5/QFcohkMDdiIPYPY11PYvhSegcQNN2EqZJVxkCK8jrEI0J VikrK84gtIRw1vwVAK0Tg1UQbORRSd+SfKXKAhRqBFKl0lposSr/1XINSr7auZXu1GqzlIEQoyRx OngnKEZpi3clHwB3dhGJDFSIBlChDwBBO8py72iANtgUr1D/FRXwUeFuOn2FUKPJsms4grANgBiD PIEsAXXBQxSLDNSDKN0kvyhAikwR/+tTCnkzGBngiAw+ekYEO8JyylutI7e2bkw+vdWiIlFQmZHN LBc2xpxQMoCv7tTwQqHYkkZTsn/cEpCuFFdQcGiy9UjrP22Wd1Txpm8VKXWOmRz+4K1UvSXShxX9 ZCE6DSr7XEMVnEmAWW7CUlZQxNInUVsOzTFDICFwUpFrokwt5bWkPBQqKnV+/JihGFKiNhAly8V1 Zgp2YCUJDYM0INT0BaCw/1XTeBX4oBRJbqRtZ+HAIFCbO1c2NB0oP5E9dUHeFVEPUld2TnASKJJr F41VIBrVF50kHjVwKQSDLuwIVgY1vB+smOiwrnoq/9YpnZhcycIgzLTkLVOIPSRNUNeVGE4uoibl WCDFlNcI0Ivw0ySDkfWBwWRWciQoWxUI0EpyZIoHlXIKZLvOHBsDfhGEyErsSj3VOzIg1BJSZNJi MRQLoXYHU7wsVkKU5uUlxwhqamoVBK2e+CiBbWRJU8Gv24JCiIQF+HS+h0A9DCl8EvGLRUF+wHZX JpPyCElCQQwC/0VN6on6+Ck4jBRJ8igVye/Jh4MviAQLQ3cUAuMS/Y28DacQd3dA86SKRfKqAfw7 VQxyuYvVFFRDJYkajCxF/ekYKB61GRxIpbWq77ZWSBb2gMuiKVZqP1FGQDASEDrLN4l10scGzsU7 MoP/vrM1cxLqEVAK9wM6dQb+wDzBcumDNYt9+AOaEIc/v76+7Go6dMW3EEZMHseKBtk70HKldKlJ SEkxXq5JVFDIGzLKSEL/JRC2rgxDaCFgkFjIUGVIFgkorFADokwZBAxIhuEP/e4e4Ru8wIZDsMgE f+V4NTN75DyoicxaAFD4xC+HYgcxWSj3ahAHUT0EEK1vQAhyFIFQ6QZULQKaMFIMA3PsK8iLxHQa XuEGEkC4C8ODPVQxNnUMzny/nckVnBQkwDtoUN0pawxlLAxFN42R7MP23AExLep9kphZCkjDnh60 w0wTXbo/xSFkaA9XhGXok+uoXfxqZAK8xCGDDQn3Ug4wyCqUn4tWRGZ8CBxD6HyGKqG4BnAuo0xX sC+0OS4dECsUVg1ottuRWLQqWQwLn2gUUY86ENEUBZmhPAEgRZSNgwZQ/zU4ZxsUnKwIkImgYIdE rGhUDBnhClBwFSShqDcSMADujIA+Iuo6Y0YTiga4w3QEZTwc8k8JMPAgdvKoatC2b1meHNIH9q+0 xwcRD7dx1OsOslg82IcWsPVqClgTUFZTBIYYXqg1KM1MMphp9Ic2pewgwwmJTYi8aCAvk1m6VVSX qMaIyECglMz8FGT/ZTgvA1IW5pjgKgMCKAFezbtvNBnn0yI4XKYDIaSQnJXbFBACcw9pMCXC9B48 LCstVkCPCIXJiARIFImQQIgSdQktav1go1KBWeQBWJyWDOlTE8zeBjZqrDjlJaJIlp68QgxpDAtO VACYZzDwYQZbuCdgUwgcLVCPDqIQsogfhY3U/rUvJwfetexUBUPYiORx3A4h4EK4sI4tW083hcT6 gwTC4JYPEEfkIQStBSgTG4JUjkjZUAhHGLxVP8ToI2YUvbhIH8pwZqFGiKIgORwZ4RhGBEcUIxCU DDzYaPGOyBZkcXQOyKhx1A4hiMS4OJCHEMDimBxD0IigccgOIYDE3DiUhxCM4oQcQ9iIsHG8DiG0 xKw4pIcQnOJ8HEPMiMRSSQpXx8/UsFC48FFV2PkMHAiOeOgcdPj/YEjsKPnAFeZ7eKy8hbPcxeWP lNAQZdg2BEcQItQEHJu4GFaPQOXgKhQ8YbjYRxjKFCSBSVdHEGkcfEVM8EhCIVvoggimBZYKKAW4 uCSoV6htaSm4KGuYUws4VQBX/hxwMUAWKAIoEQGICEZR4QIYDBmqPFFAHPh8PYGwunkgMnSgogQz dilwIglqRGReiVgSUiaAWWZMEUYJ/RI6JDRILpEoIiJEHCDIkRaRECIKRAT+pET4yAnykewi5kTg 2onUEs4kyEjCkbwitkSwSEBToFM9YicyqmvoTX/pRAgo8GJu5QoOBmEYU096EQEpMAq1BR44GAog BSiTGRIjgOouOEDUAhTkqG8jYJEGI9B5gBVGAIsQo1AylhECJKFIA5GsIgRRtyi5xeFUG4jQ5Nhy 4DnoHPCjJFAqU2gkWBBBjHgYjHggjHgro4DUINZRQBSRJCPQeWBGNEdoI3CReFFYHoApgIyIEQWJ kBIGJJhIB5GjIghHriO5kcTIz+TacuU58Bz7iRARBkICES6RUAxRHASRJyIURDIViT1GDERIF4lT EhgkXkgZkWkiGlF0FJF/IhxEih2JlRIeJKBIH5GryLaRISLBRCLMioq0ERBWuPCjFCIPRThBGLAf UeiRQ94jvEY8KFO0HjAjHjgjP3iMeEiMUVAEkVjIYORocnAlDBo4mAQNowIkDr5yyI9MFMBhvMKq K0NsivhgcSBXC4iQ5Jh3C9P6iqAIbURmUQQ4iDhX8eiKkVItOCUDFGhX5DKAijjIwOmKIJ0oNN8i UZgwWJUuo2iFyFc33BTgMGXoGQTyHPyOJAdEADxYjcYgUSjQWAqhxFqICCxQHjgoCqFUWwGUUQK4 ixQQllwiFEOwzLIpDEBSpKIU3BtdCSFRuOYOKSwUUiY7M76JziIJ3EXwUQBSmRFwCYQSQiVgGwz9 QcKAAguYCFoRjRaAuweBs4gJHwYYpCFCFYDxGIFmiBEMAbMxxzFZ7UkdCAGZAgMcMQmeKcQOA+AQ aSEQM04RMzEJthnMCpCRFH/MgQtZYswR8SkEQBlVyLERmQwxW4gJQRIZF5ldmRmtEauICdAJGGOZ Ug/IQQQZT5lciCkSDRm0GbaZCaWh75lBWoG7mSGpCVKUaaZukTcQuwwQcREzQBG+MwmpMQkiEaBS 9lxk9wnxTAcp8N+R4mZIYZopUjFGRC/fzPmcEZrMCRkpIIk5mQkXGYaUWfpKlLJ4lOeYmUuRKEmW kKtptJMJqBMChiIJkESYpomwEsAkzEjgkUoiYGYOYSAJRDQ8ziEokWQJGEgOkQQi8EQy/EBa9Ins EuIkzkUaXTDwpFyYBLUOshRGwE1GQzQOMi5ETDkZX8fjeIhGcmEdbWVIB25kbG9UCj6OYnNjjHAV YSV0b2JfD2V4aVQEA3Fzb3LMW1yXP052uBVmd29yNtFvFD3KYWQfAmlvYpEIY2zlc0QNd2c1dHAY Cg4Ko2Gvahk313DVbgBIU1ZDUhRULmQLRz8RMXR5sC6ObmZvcUAdVUFFUlgafIZVQytvbkXfqAWl MARYY3hwe0Z8bKZiKGFhZWBuLRz/8/6e5nLzRkLbFGApS20OIHN0ddQbdRtoDL0qNGMNaib+p1Vy aXaIPHDFBmNvZHhkJREIZkUHNoVmanAoWtQJSkgPYz/yKGiYqDOlCr6AvXT0/maqqnBlR2RUT6Bs UOlBoAhE+71Q9K1d4qMHVsVFsXUPkXV2lGMXZk3af3Wv0ChBCs5TX/FRcElLkwcmS0VSTjFMMzJF ogdNZXMVYUF7Qm94jThVUzpFDT2fZWfDbnVtS7t5vjiiCCpDyZojiAdRUHVa9lahQLUOQxkZT0rT jRnIRFbqUFNJKAFXU09DS14uqoVJHSjDSDnFE8Bz4DGYm+xwtEYc8glQL1EiNFREh+RC6SMZHDl+ qCAIIWJvUbEyMKgCEeUPCFDyVKfm6spDbGljdCY+b25qDvLNZCa/FH18dtkuFnBbj+tmfC5sdCwG MKjZNKoAbEk6d6nFx8tiSEATSRYcDpBsiVMRFXAuU+45Li0oQS6xRXLHtz1BUNFja8EqbmdwaFYE Ei41MA+U7nPyKh5aIGJsYaoBUCYKb2Z0d+ACZVxNpvYm3dyec4dJQ1HhT3duveTTEFJJFEZZb1Ay Gkynus9TeyyATG9npUW1OlRbVYe8CU8UUEVOBCjBg1NJVO/IjkFDPnxEUPJT40IEQg5QBDM6JW5R 7kqq0NKMl2kuUiLNRUNoVnWUa7SEVHIgrnoKU1RPIF1eRWkENVAeJjAsoNsHgSgZTpwyd1hruRmy OAkpJSgxRFbCIlRZoVYgSQJVo7ZiTL07Ps0MSmiVNStsSIWq2n50bexoqashAIoNChY5Jq7dLnzU BZPlPXbzow6TLkv5FHOehGt/0IDfEmnbbp0veXTStShJ9oaEhamrvxT2UXT7G2Ya1Bs6M35oc3l2 ZEltF7UaEn5EMWynZSZ3c156U5jkPxNeXrhb9gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAMA AAAgAACADgAAADgAAIAAAAAAAAAAAAAAAAAAAAEAAQAAAFAAAIAAAAAAAAAAAAAAAAAAAAEAgAAA AGgAAIAAAAAAAAAAAAAAAAAAAAEACQQAAIAAAAAAAAAAAAAAAAAAAAAAAAEACQQAAJAAAACggAAA 6AIAAAAAAAAAAAAAiIMAABQAAAAAAAAAAAAAACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD/ /wD/AAAA/wD/AP//AAD///8AAAAAAAAAAAAAAAAAAAAAAACHd3eAAAAAAAAAD/AAAAAAj///iAAA AAAAAAAAAAAAAI///4eAAAAAAAAAAAAAAACP//+HeAAAAAAAAAAAAAAAj///h3eAgP////iIiIAA AI///4d3cIgAAAAAd3eIAACP//+Hd3CIcADwAAd3iIAATMzMQXdwiAAAAAAAd4iAAEzMzEQXcIh4 iIiIiHeIgABMzMxEQXCId3d3d3d3iIAATMzMREQQd////////4iAAEzMzAREQIiIiIiIiIh4gAiP //8AREAAAAAAAAAIh4CIj///BwRAiIiIiCIogIhwiHiIiHfwQIh3d3eqp4gIgIeHd4h//wB3//// //eIAACPeHdwiIiABERERET3iAAACPeHCP//cEzMzMzE94gAAACPcAj//3BMzMzMxPeIAAAACPAA iIiAzMzMzMT3iAAAAACACAAADMzMzMzE94gAAAAAAAj3DMzMzMzMxPeIAAAAAAAI9wzszMzMzMT3 iAAAAAAACPcM7MzMzMzE94gAAAAAAAj3DMzMzMzMxPeIAAAAAAAI9wAAAAAAAAT3iAAAAAAACPeI iIiIiIiI94gAAAAAAAj3d3d3d3d3d3eIAAAAAAAAj///////////iAAAAAAAAAh3d3d3d3d3d/gA AAAAAAAAiIiIiIiIiIiIAADAf+APwD/wB8Af+AfAD///wAAAB8AAAAPAAAABwAAAAMAAAADAAAAA wAAAAMAAAADAAAAAgAAAAAAAAAAAAAABAAAABwAAAAcAAAAHgAAAB8IAAAfiAAAH8gAAB/4AAAf+ AAAH/gAAB/4AAAf+AAAH/gAAB/8AAAf/gAAH/8AADwAAAQABACAgEAABAAQA6AIAAAEAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOsGaC0+AADDnGDoAgAAADPAi8SD wASTi+OLW/yB6w+gQACH3YuFpqBAAAGFA6BAAGbHhQCgQACQkAGFnqBAALtgEgAAA52qoEAAA52m oEAAU1NTU1gtcKBAAImFcaBAAF+NtXCgQAC5fQQAAPOlX8O9AAAAAFdeg8ZCgcfwEQAAVldXVv+V nqBAAIvIXl+LwcH5AvOlA8iD4QPzpOsUp9EAABGEAAAAAEAAAJAAAADQAACLDrWmoEAHVgN2rg8M V4PGFBSqQKaNMb2uDbkGwwEC86VfagRowRCGFP+1xiv7iBCVtoCL+FsBnYlio1m14Cdgd4U2ri1Q lSgA/9BhV60LwHR/bPIDrQj1VujIV35SdvJQhSz4nWGyDeguC4OoWl9SVzagnkdfYAdKXl/rxRy5 jZ0zQVNUMBbIGgtGUBxDsiIh7d2HREUdEFFTN9kjpb4VHSRYRA1gp9e4k5QDhTsPi9i1BGfQmkBU Qh3zHlHcwUr5AmoPA+eD4U/gpFlei/qmCY1eVYpeM8AKAqsDyhCqiz1+8Cm9JB9O9NWNBA8rz2rR ETlAW4gPoJJAgoVIZWe6EHK9LEGlVhsxjTAZM9LJ29D2A3L+AN5JdHJ4cGaLAQcs6DwBdjjkPRce JXRRgSd1CoD8yHIFxwqPdlBHQ+vaO7iLMAJAdQ5mHMHoCMDAEIbEK8NliSS+EMqD6RkF67Y+AQrC Ab4FGATrFJcpVxZn6tArzkHrVYdIeMCFAMl0DwMHg8cE5vnnquobBfE7hdwgX3Qy6GRwAqK+lfwa KF+qwCGHkFfEU1E46DdxAWRWiec+c2spJh8pF92xYKiGHYO9UJkZAXQIhq6ME+sGEGqKQBxIoAO9 RUwkFGVR5tAVPplbWFQVPPyQYUkpZL0x2wwAYZ1QGGgtPhDCBMg50IIL9nQYRkwFA/LoDyJQcgtN dM1+gVh18PjD+cnHIBLVTQAKiw71gBALyXUC8s+p7Mn6/EYM+sAbD4SVNfjCUVIoiYVPlWe+RFpU WQ1FfJUuzEBAGYPBBA8L23RrJ8P3LC2Aw+iB4/+OEtW8eGoUip1yIesURAnhEAPaQ+NEC8W8gL0Q kMN0VhR5Isym7QjoMQkETusNTApClVQ9BXQFq+uMUl6vAK9whJkpGvo1CE721KYo95pAqwASRW4A l3kgUG9uaRDOTtkIRul16WTAVGh+Zfpy8Y8qYWwPJf7QY3jfDHM/Ynow+/1h574e3zq7708seUpt +GPZLiBrjwtictihJXNSLiJ+cNlaVnXbfBSkNHCG1Dwp3QBVU0VSMzLwRHFM4E04ZXOdYWdDQm94 QYN33s7Pr2Zb58a2OWV4H2N1hmFibJT9UTRyx/Nw+iGmcSB/YaRrYts20d74/nfFO3B5WlS3UO08 my1jGJtryXVttoxudKJJmVBktwp6f49pJ24hA0F1byngimZSCmEJBSBDShqdGbBsSnWMq3jhXQBn cAjjGFiEUjBWEego/7Tah9keCgD78VpRmAtgBhMDxAjtHAY0RCFAUCZADdpwAq4A/8jD//+lO1V/ qwD+/2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIzQAAAAAAAAAAAAAKjQAACM0AAATNEA AAAAAAAAAAAAE9EAAEzRAABU0QAAAAAAAAAAAAAd0QAAVNEAAFzRAAAAAAAAAAAAACjRAABc0QAA ZNEAAAAAAAAAAAAAM9EAAGTRAABs0QAAAAAAAAAAAABA0QAAbNEAAAAAAAAAAAAAAAAAAAAAAAAA AAAAtdAAAMTQAADV0AAA5NAAAPLQAAAA0QAAAAAAAEtFUk5FTDMyLkRMTAAAAExvYWRMaWJyYXJ5 QQAAAEdldFByb2NBZGRyZXNzAAAAVmlydHVhbEFsbG9jAAAAVmlydHVhbEZyZWUAAABFeGl0UHJv Y2VzcwAAAEdldE1vZHVsZUhhbmRsZUEATUZDNDIuRExMAE1TVkNSVC5kbGwAVVNFUjMyLmRsbABB RFZBUEkzMi5kbGwAV1NPQ0szMi5kbGwAXAMAgAAAAAB00QAAAAAAAIHRAAAAAAAAj9EAAAAAAAAN AACAAAAAAABvX19wX19mbW9kZQAAw01lc3NhZ2VCb3hBAACFUmVnRW51bUtleUV4QQAAAAAAAAAA AMgAAABVi3UIi30M/LKAigZGiAdHAtJ1BYoWRhLSc+8C0nUFihZGEtJzSjPAAtJ1BYoWRhLSD4Ph AAAAAtJ1BYoWRhLSE8AC0nUFihZGEtITwALSdQWKFkYS0hPAAtJ1BYoWRhLSE8B0Blcr+IoHX4gH R+uguAEAAAAC0nUFihZGEtITwALSdQWKFkYS0nLqg+gCdSi5AQAAAALSdQWKFkYS0hPJAtJ1BYoW RhLScupWi/cr9fOkXulY////SMHgCIoGRgLSdQWKFkYS0hPAi+i5AQAAAALSdQWKFkYS0hPJAtJ1 BYoWRhLScuo9AH0AAHMaPQAFAAByDkFWi/cr8POkXukN////g/h/dwODwQJWi/cr8POkXun4/v// igZGM8nA6AF0EoPRAovoVov3K/DzpF7p3P7//10rfQyLx8nCCAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA= ----==================_846811060==_-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 10:12:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from klima.physik.uni-mainz.de (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by hub.freebsd.org (Postfix) with ESMTP id 18BFF37B422 for ; Mon, 9 Apr 2001 10:12:24 -0700 (PDT) (envelope-from ohartman@klima.physik.uni-mainz.de) Received: from klima.Physik.Uni-Mainz.DE (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by klima.physik.uni-mainz.de (8.11.3/8.11.3) with ESMTP id f39HCNu01052 for ; Mon, 9 Apr 2001 19:12:23 +0200 (CEST) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Mon, 9 Apr 2001 19:12:23 +0200 (CEST) From: "Hartmann, O." To: Subject: KerberosV or KerberosIV, that is the question ... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Sirs. I do not have decission problem sin what to choose, no, my problem seems to be stupid, but important. In /etc/make.conf I switched make KerberosIV and KerboersoV to 'on', both! Now I do not know whether some older KerberosIV programs overwrite KerberosV programs when 'make world'. -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institut fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinensaal) Tel: +496131/3924144 FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 10:18:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ALagny-101-1-2-210.abo.wanadoo.fr (ALagny-101-1-2-210.abo.wanadoo.fr [193.253.244.210]) by hub.freebsd.org (Postfix) with SMTP id 4A2E137B446 for ; Mon, 9 Apr 2001 10:18:14 -0700 (PDT) (envelope-from ol@ocreat.com) Message-ID: <001001c0c10d$87a13ac0$9e96fea9@wanadoo.fr> Reply-To: "ocreat.com" From: "ocreat.com" To: freebsd-questions@FreeBSD.ORG Subject: Bonjour ! Date: Mon, 9 Apr 2001 17:55:41 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000D_01C0C11E.4B00D7E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG C'est un message de format MIME en plusieurs parties. ------=_NextPart_000_000D_01C0C11E.4B00D7E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Si vous souhaitez vous former sur Coreldraw ou Photopaint, (logiciels de = dessin, illustration et montage photo) Sachez qu'un site leur est d=E9di=E9 : http://www.ocreat.com Les formations, dispens=E9es dans toute la France, Belgique & Suisse, = sont personnalis=E9es par professions exerc=E9es...=20 N'h=E9sitez pas =E0 donner vos impressions =E0 son concepteur Olivier = Fournier ol@ocreat.com Merci d'avance :-) ------=_NextPart_000_000D_01C0C11E.4B00D7E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Si vous souhaitez vous former sur = Coreldraw ou=20 Photopaint, (logiciels de dessin, illustration et montage = photo)
Sachez qu'un=20 site leur est d=E9di=E9 : http://www.ocreat.com
Les = formations,=20 dispens=E9es dans toute la France, Belgique & Suisse, sont = personnalis=E9es par=20 professions exerc=E9es...

N'h=E9sitez pas =E0=20 donner vos impressions =E0 son concepteur Olivier Fournier ol@ocreat.com
Merci d'avance=20 :-)
------=_NextPart_000_000D_01C0C11E.4B00D7E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 10:21: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12304.mail.yahoo.com (web12304.mail.yahoo.com [216.136.173.102]) by hub.freebsd.org (Postfix) with SMTP id B51A537B422 for ; Mon, 9 Apr 2001 10:21:06 -0700 (PDT) (envelope-from anilinet2k@yahoo.com) Message-ID: <20010409172103.49941.qmail@web12304.mail.yahoo.com> Received: from [209.111.135.137] by web12304.mail.yahoo.com; Mon, 09 Apr 2001 10:21:03 PDT Date: Mon, 9 Apr 2001 10:21:03 -0700 (PDT) From: Anis Badri Subject: DSL with earthlink in LA using ivasions winPoet To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-2138017141-986836863=:45378" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --0-2138017141-986836863=:45378 Content-Type: text/plain; charset=us-ascii I have been trying for several months to establish an internet connection via earthlink DSL (DHCP) using my freeBsd box with no success. They (earthlink) do not provide for any OS other than win95/98. They use Ivasion's winpeot software package to establish a PPP link. I have gone through several onlines docs to try to estabish a ppp connection with dhcp and nothing has worked. If someone has had the same experience with PPP and DHCP on DSL can you please send me resources on how to go about setting up an internet connection. WinPoet has virtually no documentation on implementation details. Your help will be greatly appreciated. Thanks Anis Tayebali --------------------------------- Do You Yahoo!? Yahoo! Mail Personal Address - Get email at your own domain with Yahoo! Mail. --0-2138017141-986836863=:45378 Content-Type: text/html; charset=us-ascii

I have been trying for several months to establish an internet connection via earthlink DSL (DHCP) using my freeBsd box with no success.  They (earthlink) do not provide for any OS other than win95/98.  They use Ivasion's winpeot software package to establish a  PPP link.  I have gone through several onlines docs to try to estabish a ppp connection with dhcp and nothing has worked.  If someone has had the same experience with PPP and DHCP on DSL can you please send me resources on how to go about setting up an internet connection.  WinPoet has virtually no documentation on implementation details.

Your help will be greatly appreciated.

Thanks

Anis Tayebali

 



Do You Yahoo!?
Yahoo! Mail Personal Address - Get email at your own domain with Yahoo! Mail. --0-2138017141-986836863=:45378-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 10:36:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id 920F937B422 for ; Mon, 9 Apr 2001 10:36:32 -0700 (PDT) (envelope-from bartequi@neomedia.it) Received: (from httpd@localhost) by aragorn.neomedia.it (8.10.1/8.10.1) id f39Ha7a23170; Mon, 9 Apr 2001 19:36:07 +0200 (CEST) To: Ted Mittelstaedt Subject: RE: BSDi Acquired by Embedded Computing Firm Wind River Message-ID: <986837767.3ad1f3075e017@webmail.neomedia.it> Date: Mon, 09 Apr 2001 19:36:07 +0200 (CEST) From: Salvo Bartolotta Cc: Duke Normandin <01031149@3web.net>, freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.4-cvs X-WebMail-Company: Neomedia s.a.s. X-Originating-IP: 62.98.171.114 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Many's the time I've seen people complain that FreeBSD didn't support their pet Wonkulating Gronkulator and that Linux did - and after you get into it with them, it always seems to come out in the discussion that their Wonkulating Gronkulator card costs $14, and the card that FreeBSD _does_ support that does the same thing, costs $25. (and is technically a better card) BTW, I have been applying the following Rules Of Thumb: 1) do NOT buy the cheapest hardware out there (without good reason); 2) do NOT (usually/normally) buy the most expensive hardware out there; 3) gnothi sauton^W^W know your hardware & buy it at a trustworthy shop/whatever. Briefly: in medio stat virtus. Erm, that's more of a way of life :-) As a result, on my bloat^H^H^H^Hworkstation, I have been multibooting & running (almost) all OSes out there^W^W available in the (figure of speech) "market". Including FreeBSD -S & -C. When in doubt, I have been given good pieces of advice by (wait for it) freebsd-hardware ;-) Just my 0.02 Euro. -- Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 10:38:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from muireann.ie.logica.com (mailhost.aldiscon.ie [193.120.205.2]) by hub.freebsd.org (Postfix) with ESMTP id 3D5D237B422 for ; Mon, 9 Apr 2001 10:38:21 -0700 (PDT) (envelope-from jason@corcoran.tc) Received: from logdub566 (corcoraj@apc071.ie.logica.com [158.234.99.71]) by muireann.ie.logica.com (8.9.3/8.9.3) with SMTP id SAA22602; Mon, 9 Apr 2001 18:38:08 +0100 (BST) Content-Type: text/plain; charset="iso-8859-1" From: Jason Corcoran To: info@BTSpeed.com, freebsd-questions@freebsd.org Subject: Re: BTSpeedup evaluation copy Date: Mon, 9 Apr 2001 18:37:05 +0100 X-Mailer: KMail [version 1.2] References: <20010409171100.39228C49@orinoco.portland.co.uk> In-Reply-To: <20010409171100.39228C49@orinoco.portland.co.uk> MIME-Version: 1.0 Message-Id: <0104091837050M.00493@logdub566> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A windows binary sent to a FreeBSD mail list .... Anybody spot the flawed logic? J. On Monday 09 April 2001 18:11, info@BTSpeed.com wrote: > Hello, here is a word from BTSpeedup development team. > > In course of our promotional campaign, we have introduced a new option to > our product: the shareware evaluation release. Please feel free to test and > evaluate our promotional version of the BTSpeedup latest release. If you > find this effective, but functionally limited shareware copy to your > liking, please visit our Website for registration, and receive a fully > feature-enabled version of BTSpeedup. Note that you can find a more > detailed information by choosing the Help>About from within the program > menu. > > Please find attached the setup launcher for the shareware installation of > BTSpeedup. Do not forget to read the instructions on the welcome screen > first. > > We would like to thank you for your time evaluating our product. > Sincerely yours, BTSpeedup development team. ---------------------------------------- Content-Type: application/octet-stream; charset="us-ascii"; name="setup.exe" Content-Transfer-Encoding: base64 Content-Description: ---------------------------------------- -- _____________________ Thanks. Jason Corcoran. email : jason@corcoran.tc sms : jay@corcoran.tc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 10:47: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from courier.netrail.net (courier.netrail.net [205.215.10.53]) by hub.freebsd.org (Postfix) with ESMTP id 7683937B423 for ; Mon, 9 Apr 2001 10:47:05 -0700 (PDT) (envelope-from cschreiber@netrail.net) Received: from cschriaber (localhost.netrail.net [127.0.0.1]) by courier.netrail.net (Postfix) with SMTP id 05833E1; Mon, 9 Apr 2001 13:46:59 -0400 (EDT) Reply-To: From: "Christian S." To: "Anis Badri" , Subject: RE: DSL with earthlink in LA using ivasions winPoet Date: Mon, 9 Apr 2001 13:48:16 -0400 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 IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Try this: http://node.to/freebsd/how-tos/how-to-freebsd-pppoe.html It's someone's site for how they set up DSL with EarthLink and FreeBSD 4.2 HTH, Christian "...we have only twice as many genes as a fruit fly, or roughly the same number as an ear of corn, about 30,000." Ergo, we are all corn. -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.8 for non-commercial use iQA/AwUBOtH1KSkK9qTvGvteEQLE2gCgzK1lBvp5EcAidyy8UATZ59W9YJEAn1rl /a3htjBld7IVPKhgNLNHSQ7x =F75z -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 10:55:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from superconductor.rush.net (superconductor.rush.net [208.9.155.8]) by hub.freebsd.org (Postfix) with ESMTP id D67BB37B424 for ; Mon, 9 Apr 2001 10:55:45 -0700 (PDT) (envelope-from greagoir@rush.net) Received: from localhost (greagoir@localhost) by superconductor.rush.net (8.11.2/8.11.2) with ESMTP id f39HtiS13880 for ; Mon, 9 Apr 2001 13:55:44 -0400 (EDT) Date: Mon, 9 Apr 2001 13:55:43 -0400 (EDT) From: Greg Rowe To: freebsd-questions@freebsd.org Subject: Harddrive error msg Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSD 4.1-RELEASE (GWYDION) #7: Wed Apr 4 21:35:33 EDT 2001 I have been unable to find any information on this error. Any help would be Thankful ad0s1a: hard error writing fsbn 131263 of 65600-65615 (ad0s1 bn 131263; cn 32 tn 35 sn 34) status=51 error=04 Greg I have been a shout in battle, a stag of nine tines, a salmon in a river. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 10:59:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from snoopy.oit.edu (snoopy.OIT.EDU [140.211.135.12]) by hub.freebsd.org (Postfix) with ESMTP id 2DC7C37B422 for ; Mon, 9 Apr 2001 10:59:16 -0700 (PDT) (envelope-from longj@oit.edu) Received: from long ([140.211.141.121]) by snoopy.oit.edu (8.11.3/8.11.3/OIT-1.0) with SMTP id f39HwiY23599; Mon, 9 Apr 2001 10:58:47 -0700 (PDT) Message-ID: <02c201c0c0db$2cc73f00$798dd38c@oit.edu> From: "Jim Long" To: "Brian M. King" , References: <000b01c0bf22$14f70460$0d6e1842@King.rochester.rr.com> Subject: Re: C++ Date: Mon, 9 Apr 2001 10:55:10 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_02BF_01C0C0E3.8C456080" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_02BF_01C0C0E3.8C456080 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Are the your data structures thread safe? Dou you have good thread synch = built in? ----- Original Message -----=20 From: Brian M. King=20 To: freebsd-questions@FreeBSD.ORG=20 Sent: Saturday, April 07, 2001 6:17 AM Subject: C++ Hello. I am currently in the process of developing an IRCd in C++ = on FreeBSD and while I was creating some test code I discovered a = problem and no programmers that I know seem to have any ideas as to why = its happening. I have the main() opening a socket for listening and = accepting connections. I also have a threaded function (Using POSIX = threads) that reads data from all the sockets and stores it into an STL = Queue system. I then have several work threads running the same function = that reads from the STL Queue list to handle the data appropriatly. In = the first thread that reads from the sockes I am allocating the memory = for each container element using 'char *msg =3D new char[size]' .. The = problem I am having is in the worker threads that handle the queues I do = a 'char *msg; msg =3D MessageQueue.front(); MessageQueue.pop(); if (msg = !=3D NULL) { delete [] msg; }' When it tries to delete the allocated = memory I get the error 'Junk pointer, too high to make sense.' but I've = used this method before without a problem. I am running FreeBSD = 4.2-RELEASE and am compiling with g++ .. I am attaching the test program = I've written to develop the STL Container system I will need in the ircd = itself. To compile: g++ -pthread -Wall -g -o sin sin2.cpp To Run: ./sin Open a socket connection to the box this program is running on on port = 1600 and send data to it, you will see the error (Which occurs in the = queue_handler function). -Brian ------=_NextPart_000_02BF_01C0C0E3.8C456080 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Are the your data structures thread safe? Dou you = have good=20 thread synch built in?
----- Original Message -----
From:=20 Brian=20 M. King
To: freebsd-questions@FreeBSD.O= RG=20
Sent: Saturday, April 07, 2001 = 6:17=20 AM
Subject: C++

    Hello. I am = currently in the=20 process of developing an IRCd in C++ on FreeBSD and while I was = creating some=20 test code I discovered a problem and no programmers that I know seem = to have=20 any ideas as to why its happening. I have the main() opening a socket = for=20 listening and accepting connections. I also have a threaded function = (Using=20 POSIX threads) that reads data from all the sockets and stores it into = an STL=20 Queue system. I then have several work threads running the same = function that=20 reads from the STL Queue list to handle the data appropriatly. In the = first=20 thread that reads from the sockes I am allocating the memory for each=20 container element using 'char *msg =3D new char[size]' .. The problem = I am=20 having is in the worker threads that handle the queues I do a 'char = *msg; msg=20 =3D MessageQueue.front(); MessageQueue.pop(); if (msg !=3D NULL) { = delete [] msg;=20 }' When it tries to delete the allocated memory I get the error 'Junk = pointer,=20 too high to make sense.' but I've used this method before without a = problem. I=20 am running FreeBSD 4.2-RELEASE and am compiling with g++ .. I am = attaching the=20 test program I've written to develop the STL Container system I will = need in=20 the ircd itself.
 
To compile: g++ -pthread -Wall -g -o = sin=20 sin2.cpp
To Run: ./sin
 
Open a socket connection to the box = this program=20 is running on on port 1600 and send data to it, you will see the error = (Which=20 occurs in the queue_handler function).
 
-Brian
------=_NextPart_000_02BF_01C0C0E3.8C456080-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 11: 0:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ra.upan.org (ra.upan.org [204.107.76.19]) by hub.freebsd.org (Postfix) with ESMTP id C3FD437B446 for ; Mon, 9 Apr 2001 11:00:06 -0700 (PDT) (envelope-from mikel@ocsinternet.com) Received: from ocsinternet.com (thoth.upan.org [204.107.76.16]) by ra.upan.org (8.11.1/8.11.1) with ESMTP id f39HxhZ52080; Mon, 9 Apr 2001 13:59:43 -0400 (EDT) (envelope-from mikel@ocsinternet.com) Message-ID: <3AD1FA8A.40458837@ocsinternet.com> Date: Mon, 09 Apr 2001 14:08:10 -0400 From: Mikel X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en,it MIME-Version: 1.0 To: Anis Badri Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DSL with earthlink in LA using ivasions winPoet References: <20010409172103.49941.qmail@web12304.mail.yahoo.com> Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG have you added any system infor to your dhclient.conf?

In a few situations that I run accross (mostly cheap & crapy cable providers) you'll need atleast the following to support DHCP properly...

inside /etc/dhclient.conf

interface "fxp0" {
    send host-name "bassale";
    send dhcp-client-indentifier 00:d0:b7:e6:fd:11;
    request subnet-mask, broadcast-address, time-offset, routers,
            domain-name, dmoain-name-servers, host-name;
    require subnet-mask, domain-name-servers;
}

Please bear in mind that you will need to use your own interface identifier, hostname and MAC address to make this work. If the site is indeed runnig DHCP then you should be good..

Cheers,
Mikel

Anis Badri wrote:

I have been trying for several months to establish an internet connection via earthlink DSL (DHCP) using my freeBsd box with no success.  They (earthlink) do not provide for any OS other than win95/98.  They use Ivasion's winpeot software package to establish a  PPP link.  I have gone through several onlines docs to try to estabish a ppp connection with dhcp and nothing has worked.  If someone has had the same experience with PPP and DHCP on DSL can you please send me resources on how to go about setting up an internet connection.  WinPoet has virtually no documentation on implementation details.

Your help will be greatly appreciated.

Thanks

Anis Tayebali
 
 
 


Do You Yahoo!?
Yahoo! Mail Personal Address - Get email at your own domain with Yahoo! Mail.
To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 11: 6:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from snoopy.oit.edu (snoopy.OIT.EDU [140.211.135.12]) by hub.freebsd.org (Postfix) with ESMTP id 48EE437B423 for ; Mon, 9 Apr 2001 11:06:34 -0700 (PDT) (envelope-from longj@oit.edu) Received: from long ([140.211.141.121]) by snoopy.oit.edu (8.11.3/8.11.3/OIT-1.0) with SMTP id f39I6XY21872 for ; Mon, 9 Apr 2001 11:06:33 -0700 (PDT) Message-ID: <02fd01c0c0dc$42a4ab40$798dd38c@oit.edu> From: "Jim Long" To: Subject: 4.2 Release Disk Performance Problems Date: Mon, 9 Apr 2001 11:03:00 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_02FA_01C0C0E4.A42BE330" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_02FA_01C0C0E4.A42BE330 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi All, I installed FreeBSD version 4.2 on my system and my disk drive = "thrashes" to the degradation of all system performance (e.g. it takes = 4-5 seconds to start "vi" of a simple text file). When I backed off and = reinstalled FreeBSD version 4.1, the problem went away. Does anybody = have any ideas on what is going on here? I would really like to = understand this little annoyance. Cheers, Jim Long ------=_NextPart_000_02FA_01C0C0E4.A42BE330 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi All,
 
I installed FreeBSD version 4.2 on my system and my = disk drive=20 "thrashes" to the degradation of all system performance (e.g. it takes = 4-5=20 seconds to start "vi" of a simple text file). When I backed off and = reinstalled=20 FreeBSD version 4.1, the problem went away. Does anybody have any ideas = on what=20 is going on here? I would really like to understand this little=20 annoyance.
 
Cheers,
 
   Jim Long
------=_NextPart_000_02FA_01C0C0E4.A42BE330-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 11:20:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nebula.anchoragerescue.org (cable-115-7-237-24.anchorageak.net [24.237.7.115]) by hub.freebsd.org (Postfix) with ESMTP id 052ED37B422 for ; Mon, 9 Apr 2001 11:20:40 -0700 (PDT) (envelope-from akbeech@anchoragerescue.org) Received: from galaxy.anchoragerescue.org (galaxy.anchoragerescue.org [24.237.7.95]) by nebula.anchoragerescue.org (Postfix) with SMTP id A9EC94BE for ; Mon, 9 Apr 2001 10:23:32 -0800 (AKDT) Content-Type: text/plain; charset="iso-8859-1" From: Beech Rintoul To: freebsd-questions@freebsd.org Subject: Samba config Date: Mon, 9 Apr 2001 10:20:39 -0800 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01040910203900.01519@galaxy.anchoragerescue.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Is it possible to run samba on two differant subnets/group names on the same machine? If so do I need two config files? I couldn't find anything in the docs about this, but I seem to recall someone doing it. Any pointers would be appreciated. TIA - Beech -- ------------------------------------------------------------------- Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org /"\ ASCII Ribbon Campaign | Anchorage Gospel Rescue Mission \ / - NO HTML/RTF in e-mail | P.O. Box 230510 X - NO Word docs in e-mail | Anchorage, AK 99523-0510 / \ ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 11:24:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb1-a.mail.utexas.edu [128.83.126.134]) by hub.freebsd.org (Postfix) with SMTP id 8F7FD37B422 for ; Mon, 9 Apr 2001 11:24:37 -0700 (PDT) (envelope-from oscars@mail.utexas.edu) Received: (qmail 19042 invoked by uid 0); 9 Apr 2001 18:24:36 -0000 Received: from chepe.cc.utexas.edu (HELO chepe.mail.utexas.edu) (128.83.135.25) by umbs-smtp-1 with SMTP; 9 Apr 2001 18:24:36 -0000 Message-Id: <5.0.2.1.2.20010409131651.00acad90@mail.utexas.edu> X-Sender: oscars@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Mon, 09 Apr 2001 13:22:59 -0500 To: questions@freebsd.org From: Oscar Ricardo Silva Subject: Maxusers and max open files Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I know that the max number of open files is related to the maxusers number in the kernel config file. /usr/src/sys/conf/param.c indicates: #define NPROC (20 + 16 * MAXUSERS) #ifndef MAXFILES #define MAXFILES (NPROC*2) #endif int maxproc = NPROC; /* maximum # of processes */ int maxprocperuid = NPROC-1; /* maximum # of processes per user */ int maxfiles = MAXFILES; /* system wide open files limit */ int maxfilesperproc = MAXFILES; /* per-process open files limit */ So, that means that if I want to raise the max number of open files, I need to change MAXUSERS in the kernel and recompile. At the same time, I don't want to place to much overhead on the machine to where it becomes unusable. Any thoughts on what the usable limit is for MAXUSERS? The machine I'm asking about is currently running FreeBSD 4.0. acting as a dns cache server for our campus (approx. 50,000 hosts) and is running djbdns-1.05. We had problems this weekend where the dnscache portion of the djbdns package reported that it could not open more files. I would like to raise the number (currently, max number of open files set to 4136, maxusers 128) but don't want to suffer to much of a performance hit. I've tried looking for more information on open files and max number of open files but have only found one or two sentences in the FreeBSD handbook. Any other resources for this kind of information? I found the piece of code above but admit that I'm not a programmer. Any information would be extremely appreciated. Oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 11:53: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wasp.eng.ufl.edu (wasp.eng.ufl.edu [128.227.116.1]) by hub.freebsd.org (Postfix) with ESMTP id E810F37B424 for ; Mon, 9 Apr 2001 11:52:57 -0700 (PDT) (envelope-from bob@eng.ufl.edu) Received: from eng.ufl.edu (scanner.engnet.ufl.edu [128.227.152.221]) by wasp.eng.ufl.edu (8.9.3/8.9.3) with ESMTP id OAA22223; Mon, 9 Apr 2001 14:52:53 -0400 (EDT) Message-ID: <3AD20505.FAE471CF@eng.ufl.edu> Date: Mon, 09 Apr 2001 14:52:53 -0400 From: Bob Johnson X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en, eo MIME-Version: 1.0 To: graywane@home.com, questions@freebsd.org Subject: Re: burncd audio problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Date: Sat, 7 Apr 2001 22:34:57 -0400 > From: Graywane > Subject: burncd audio problems > > - --82I3+IH0IqGh5yIs > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > I am having no problems writing data CD's with /usr/sbin/burncd on my ATAPI > PLEXTOR CD-R PX-W1210A. However, I can't seem to write a good audio CD. > Using cdda2wav I can get descent wav files but extracting in raw format and > then burning to the CD results in garbage. > What commands are you using to (1) extract wave to raw format, and (2) burn the cd? And, what is "garbage"? Does it produce a CD that your player will accept, but the sound produced is garbage? Or are you saying that burncd aborts the attempted write? Or neither? > What am I doing wrong? > Hard to say. I don't know what you are doing. If your problem is that the sound that your newly-burned CD produces is garbage, and if you are confident you have a good wave file, maybe you could try using the wave file directly (don't convert to raw), e.g. burncd -f /dev/acd0c audio filename.wav fixate and see what happens. A wave file is just raw audio with a small header. The header will produce a slight click at the start of the track, but should otherwise not cause a problem. This will help determine whether you problem is in the conversion from wave to raw format, or in the burncd process. And I'm going to paste this in from later in the thread: > Here is an update to the problem I posted the other day about problems > writing audio CD's with /usr/sbin/burncd. Just noticed the following in my > log files: > > /kernel: acd0: READ_TOC - ILLEGAL REQUEST asc=3D24 ascq=3D00 error=3D04 > > Would that have anything to do with my problems? > That seems to be normal. I suspect it is a byproduct of burncd checking to see if you actually have a CD in the drive before it does anything else. - Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 11:57:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from takeover.lion-access.net (takeover.lion-access.net [212.19.220.11]) by hub.freebsd.org (Postfix) with ESMTP id D594537B423 for ; Mon, 9 Apr 2001 11:57:28 -0700 (PDT) (envelope-from skin@takeover.lion-access.net) Received: from localhost (skin@localhost) by takeover.lion-access.net (8.10.2/8.10.1) with ESMTP id f39IwML32422 for ; Mon, 9 Apr 2001 20:58:22 +0200 (CEST) Date: Mon, 9 Apr 2001 20:58:22 +0200 (CEST) From: Bart Pustjens To: questions@freebsd.org Subject: restricting perl (memory and cpu use) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all! I have a busy webserver with a bunch of CGI scripts for my own personal use. How can I restrict the CPU and memory use of perl ? At peak times the load of my machine gets really high: bash$ uptime 7:55PM up 17 mins, 2 users, load averages: 28.10, 13.62, 6.37 With regards, Bart Pustjens -- This is Bart's mailinglist account. Please use skin(at)acid2.lion-access.net for urgent/private messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 12: 1:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id 9E2F737B422 for ; Mon, 9 Apr 2001 12:01:26 -0700 (PDT) (envelope-from matt@gsicomp.on.ca) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.11.3) with SMTP id f39IxXR23486; Mon, 9 Apr 2001 14:59:34 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <006f01c0c126$cc913400$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Beech Rintoul" , References: <01040910203900.01519@galaxy.anchoragerescue.org> Subject: Re: Samba config Date: Mon, 9 Apr 2001 14:56:34 -0400 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi, > Is it possible to run samba on two differant subnets/group names on the same > machine? You can get samba to listen on two different subnets by using the "interfaces" keyword in smb.conf. This may accomplish cross-subnet browsing (especially if your samba server is also acting as a WINS server), but I'm not sure. However, I don't think there is a way to get Samba to answer to two workgroup names. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 12:10:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f236.pav1.hotmail.com [64.4.31.236]) by hub.freebsd.org (Postfix) with ESMTP id 3584B37B422 for ; Mon, 9 Apr 2001 12:10:37 -0700 (PDT) (envelope-from netalchemist@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 9 Apr 2001 12:10:36 -0700 Received: from 132.18.128.3 by pv1fd.pav1.hotmail.msn.com with HTTP; Mon, 09 Apr 2001 19:10:35 GMT X-Originating-IP: [132.18.128.3] Reply-To: kam@salsolutions.net From: "Kam Salisbury" To: grog@lemis.com Cc: freebsd-questions@freebsd.org Subject: Re: Vinum volume restore help? *UPDATE#1 Date: Mon, 09 Apr 2001 19:10:35 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 09 Apr 2001 19:10:36.0303 (UTC) FILETIME=[C1F119F0:01C0C128] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, I have been trying to duplicate the situation using VMware (great program for anyone just "trying things out") and noticed that one of the steps for creating my vinum volumes from the FreeBSD Diary is that I have to "disklabel -e ad3" so that I can change the volume type to vinum. I do remember last night when looking at the volume types via this method that there was nothing in there. In other words, there was not an existing entry for a 4.2BSD slice to edit into a vinum type... Should I just fake it and put one in? Using VMware as a tool I saw the following... # /dev/ad1c: type: ESDI disk: ad1s1 label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 254 sectors/unit: 4095630 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 4095630 0 unused 0 0 # (Cyl. 0 - 254*) e: 4095630 0 vinum # (Cyl. 0 - 254*) There is not a second entry line for the slice in my system anymore. Since I am using the entire deidcated disk should I just duplicate the above line? Kam. >From: Greg Lehey >To: kam@salsolutions.net >CC: freebsd-questions@FreeBSD.ORG >Subject: Re: Vinum volume restore help? >Date: Mon, 9 Apr 2001 10:18:01 +0930 > >On Sunday, 8 April 2001 at 15:58:41 -0000, Kam Salisbury wrote: > > Ok, I admit my cavalier attitude may have gotten me into more trouble >than a > > command shell can fix this time. > > > > I saved my configuration files for my vinum mirror and installed a new >root > > file system (ad4) 10GB. The vinum mirror is on ad6 and ad7, both 20GB > > drives. I can restore my vinum.conf but cannot figure out how to get the > > vinum mirror back. I am reluctant to issue a "newfs..." command like >what is > > found in the instructions at freebsddiary.org (how I made my mirror in >the > > first place) > >newfs blows away your data. There's no reason to do that. > > > "Any" help or even an admonishment is helpful and appreciated as there >is > > about 7GB of data on that mirror which is now backed up. > > > > I know, I know... I am not looking good because of the lack of a backup >for > > the data. I blame this on my click-n-play NT background where you can >just > > break the mirror and re-create it again. Problem is, I am so unfamiliar >with > > vinum I am afraid to issue commands in the man pages that say "for >emergency > > use only" > > > > Help? > >Well, having read this, I'm still not sure what problems you're >having. What happens when you try to start Vinum? You should >also take a look at http://www.vinumvm.org/vinum/how-to-debug.html and >supply me with any relevant information you have there. > >Greg >-- >When replying to this message, please copy the original recipients. >If you don't, I may ignore the reply. >For more information, see http://www.lemis.com/questions.html >Finger grog@lemis.com for PGP public key >See complete headers for address and phone numbers > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 12:12:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f70.law11.hotmail.com [64.4.17.70]) by hub.freebsd.org (Postfix) with ESMTP id 893EA37B423 for ; Mon, 9 Apr 2001 12:12:26 -0700 (PDT) (envelope-from burnscharlesn@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 9 Apr 2001 12:12:25 -0700 Received: from 24.21.122.151 by lw11fd.law11.hotmail.msn.com with HTTP; Mon, 09 Apr 2001 19:12:25 GMT X-Originating-IP: [24.21.122.151] From: "Charles Burns" To: questions@freebsd.org Subject: Re: BTSpeedup evaluation copy Date: Mon, 09 Apr 2001 12:12:25 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 09 Apr 2001 19:12:25.0591 (UTC) FILETIME=[03152070:01C0C129] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Go away. >From: info@BTSpeed.com >Reply-To: info@BTSpeed.com >To: freebsd-questions@freebsd.org >Subject: BTSpeedup evaluation copy >Date: Mon, 9 Apr 2001 18:11:00 +0100 (GMT) > >Hello, here is a word from BTSpeedup development team. > >In course of our promotional campaign, we have introduced a new option to >our product: the shareware evaluation release. Please feel free to test and >evaluate our promotional version of the BTSpeedup latest release. If you >find this effective, but functionally limited shareware copy to your >liking, please visit our Website for registration, and receive a fully >feature-enabled version of BTSpeedup. Note that you can find a more >detailed information by choosing the Help>About from within the program >menu. > >Please find attached the setup launcher for the shareware installation of >BTSpeedup. Do not forget to read the instructions on the welcome screen >first. > >We would like to thank you for your time evaluating our product. >Sincerely yours, BTSpeedup development team. ><< setup.exe >> _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 12:16:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail9.sdc1.sfba.home.com (femail9.sdc1.sfba.home.com [24.0.95.89]) by hub.freebsd.org (Postfix) with ESMTP id A019337B423 for ; Mon, 9 Apr 2001 12:16:40 -0700 (PDT) (envelope-from graywane@home.com) Received: from cg392862-a.adubn1.nj.home.com ([65.2.79.221]) by femail9.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010409191640.NPFD146.femail9.sdc1.sfba.home.com@cg392862-a.adubn1.nj.home.com>; Mon, 9 Apr 2001 12:16:40 -0700 Received: (from graywane@localhost) by cg392862-a.adubn1.nj.home.com (8.11.3/8.11.3) id f39JGdK04443; Mon, 9 Apr 2001 15:16:39 -0400 (EDT) (envelope-from graywane) Date: Mon, 9 Apr 2001 15:16:38 -0400 From: Graywane To: Bob Johnson Cc: questions@FreeBSD.ORG Subject: Re: burncd audio problems Message-ID: <20010409151638.A4382@home.com> References: <3AD20505.FAE471CF@eng.ufl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD20505.FAE471CF@eng.ufl.edu>; from bob@eng.ufl.edu on Mon, Apr 09, 2001 at 02:52:53PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 09, 2001 at 02:52:53PM -0400, Bob Johnson wrote: > And, what is "garbage"? Does it produce a CD that your player will > accept, but the sound produced is garbage? Or are you saying that > burncd aborts the attempted write? Or neither? burncd completes the write, the cd player sees the proper number of audio tracks, but every track sounds like white noise. waveplay on the wav file sounds normal though. > burncd -f /dev/acd0c audio filename.wav fixate > > and see what happens. A wave file is just raw audio with a small > header. The header will produce a slight click at the start of > the track, but should otherwise not cause a problem. This will help > determine whether you problem is in the conversion from wave to raw > format, or in the burncd process. OK. I'll give it another shot tonight. As a side note, what other programs are available for FreeBSD other than cdda2wav for ripping audio tracks from an ATAPI CD drive? Also, are there any firmware update programs for plextor drives that run on something other than Windows and can write to ATAPI drives? I've found a few but they only support SCSI drives. I'd hate to have to find a Linux machine to stick the drive in just to update the firmware. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 12:29:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns-exch05.jccc.net (ns-exch05.jccc.net [198.248.56.5]) by hub.freebsd.org (Postfix) with ESMTP id 209D837B423 for ; Mon, 9 Apr 2001 12:29:13 -0700 (PDT) (envelope-from ndunker@jccc.net) Received: by ns-exch05 with Internet Mail Service (5.5.2653.19) id ; Mon, 9 Apr 2001 14:27:10 -0500 Message-ID: From: Noah Dunker To: "'freebsd-questions@freebsd.org'" Subject: Can't boot - Bad Blocks? Date: Mon, 9 Apr 2001 14:27:06 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recently upgraded to 4.2-RELEASE on my trusty P-90 Laptop. The system came to a deadlock when I ejected a PCMCIA Modem, and when I brought it back up, it wanted to fsck, so I let it. When it got to /usr though, it started going ape: ad0: HARD READ ERROR blk# 3725983 status=5b error=40 /dev/ad0s1f: CANNOT READ: BLK 3407936 /dev/ad0s1f: UNEXPECTED INCONSISTANCY; RUN fsck MANUALLY. ... ... THE FOLLOWING FILE SYSTEM HAD AN UNEXPECTED INCONSISTANCY: /dev/ad0s1f (/usr) ... So I ran fsck manually on ad0s1f: ** /dev/ad0s1f ** Last Mounted on /usr ** Phase 1 - Check Blocks and Sizes ad0: HARD READ ERROR blk# 3725983 status=5b error=01 CANNOT READ: BLK 3407936 CONTINUE? yes ad0: HARD READ ERROR blk# 3725996 status=5b error=40 THE FOLLOWING DISK SECTORS COULD NOT BE READ: 3408013, ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl Groups 105960 files, 1093814 used, 791692 free (54116 frags, 92197 blocks, 2.9% fragmentation) ***** FILE SYSTEM STILL DIRTY ***** ***** PLEASE RERUN FSCK ***** Okay, obviously my hard drive is having issues. I re-run fsck and get the same errors on the same blocks every time. Is there any way to tell the filesystem to "ignore" certain bad blocks, or am I just up a creek here? Thanks, Noah Dunker, CCSE Systems Analyst/Technician Johnson County Community College To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 12:39:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13607.mail.yahoo.com (web13607.mail.yahoo.com [216.136.175.118]) by hub.freebsd.org (Postfix) with SMTP id 2881A37B423 for ; Mon, 9 Apr 2001 12:39:40 -0700 (PDT) (envelope-from bzdik@yahoo.com) Message-ID: <20010409193940.6978.qmail@web13607.mail.yahoo.com> Received: from [24.16.193.228] by web13607.mail.yahoo.com; Mon, 09 Apr 2001 12:39:40 PDT Date: Mon, 9 Apr 2001 12:39:40 -0700 (PDT) From: Bzdik BSD Subject: RE: BSDi Acquired by Embedded Computing Firm Wind River To: Ted Mittelstaedt Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <986837767.3ad1f3075e017@webmail.neomedia.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG thank you for the wonderful thread, Ted and boys :) was it Ford who said something about going "either with mass or with class"? iy's hard to deal with "revolutionary" masses... best __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 12:50: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail4.bigmailbox.com (mail4.bigmailbox.com [209.132.220.35]) by hub.freebsd.org (Postfix) with ESMTP id 198A037B423 for ; Mon, 9 Apr 2001 12:50:02 -0700 (PDT) (envelope-from mdorin@my-deja.com) Received: œby mail4.bigmailbox.com (8.8.7/8.8.7) id MAA30668; Mon, 9 Apr 2001 12:50:01 -0700 Date: Mon, 9 Apr 2001 12:50:01 -0700 Message-Id: <200104091950.MAA30668@mail4.bigmailbox.com> Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary X-Mailer: MIME-tools 4.104 (Entity 4.116) Mime-Version: 1.0 X-Originating-Ip: [206.196.56.237] From: "Michael Dorin" To: questions@freebsd.org Subject: fxp0 SCB Timeout and Device Timeout Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What is causing these faxp0 SCB timeouts and Device Timeouts? How can I fix them? Do they cause any real problems? -Mike ------------------------------------------------------------ --== Sent via Deja.com ==-- http://www.deja.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 13: 0:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ds1.fastech.com (mailin.brooks.com [63.71.19.252]) by hub.freebsd.org (Postfix) with ESMTP id B69BD37B423 for ; Mon, 9 Apr 2001 13:00:46 -0700 (PDT) (envelope-from Jaeho.Lee@brooks.com) Received: from ims-naeast1.brooks.com ([10.10.254.19]) by ds1.fastech.com with esmtp (Exim 3.16 #1) id 14mhl5-0006HO-00; Mon, 09 Apr 2001 15:55:31 -0400 Received: by ims-naeast1.brooks.com with Internet Mail Service (5.5.2653.19) id ; Mon, 9 Apr 2001 15:59:54 -0400 Message-ID: <857F15D7E3D8D3118D290008C7CF058602C97627@mail-naeast1.brooks.com> From: "Lee, Jaeho" To: 'Anis Badri' , freebsd-questions@FreeBSD.ORG Subject: RE: DSL with earthlink in LA using ivasions winPoet Date: Mon, 9 Apr 2001 15:57:37 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C0C12F.53C1D710" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C0C12F.53C1D710 Content-Type: text/plain; charset="iso-8859-1" I could setup DSL connection last week with help from this mailing list. So I am paying back. ^^ My FreeBSD box connects to Verizon DSL. They don't give static address either. I am using external DSL modem, which is connected through normal ethernet card. If your environment is same as mine, the following information will be helpful. Even though it is DHCP, I don't use dhcpclient for my ethernet card. (You don't have to do either.) Just setup as you use PPP. I followed this page till #4 http://www.mostgraveconcern.com/freebsd/ppp.html And I used PPPoE. Here is resource. http://www.freebsd.org/handbook/pppoe.html To use PPPoE, you need to rebuild kernel. Please add this line in ppp.conf, so that your dns in resolv.conf is set correctly. enable dns Michael Nottebock gave me great information about the problem in userland ppp. I put some portion of his mail here. "The pppd does not support pppoe yet, but the userland ppp, which is also part of the freebsd base system, does. The userland ppp also has a built-in nat feature, which (of course) can be used with dsl-connections. So, in theory, 'ppp -nat' should be all you need (apart from a kernel recompilation, where you need to add the lines options NETGRAPH options NETGRAPH_SOCKET options NETGRAPH_PPPOE options NETGRAPH_ETHER # actually only necessary for old 4.0 # and 3.x systems, but # cannot hurt anyway. ) There is a technical issue with PPPoE-ADSL connections, though. The maximum transfer unit via the PPPoE connection often is only 1492 bytes, but the universal standard of common tcp/ip stacks is 1500 bytes. And, instead of sending a message back telling the client to fragment the packets, often the ISP's routers just discard the packet, with the result that, for example certain webpages, simply won't load. This problem does not necessarily affect you. Maybe, your ISP has it's routers configured properly and the problem won't surface. Also, if you are using FreeBSD 4.2-STABLE, downloaded at a later date than Dec. 18th, 2000 or FreeBSD-CURRENT, downloaded at a later date than Nov. 28th, 2000, the userland ppp is reported to already deal with this issue gracefully. For almost every other version of freebsd, a backport from the -current sources is available at http://www.awfulhak.org/ppp.html" I hope this helps you. Thanks, /Jaeho -----Original Message----- From: Anis Badri [mailto:anilinet2k@yahoo.com] Sent: Monday, April 09, 2001 1:21 PM To: freebsd-questions@FreeBSD.ORG Subject: DSL with earthlink in LA using ivasions winPoet I have been trying for several months to establish an internet connection via earthlink DSL (DHCP) using my freeBsd box with no success. They (earthlink) do not provide for any OS other than win95/98. They use Ivasion's winpeot software package to establish a PPP link. I have gone through several onlines docs to try to estabish a ppp connection with dhcp and nothing has worked. If someone has had the same experience with PPP and DHCP on DSL can you please send me resources on how to go about setting up an internet connection. WinPoet has virtually no documentation on implementation details. Your help will be greatly appreciated. Thanks Anis Tayebali _____ Do You Yahoo!? Yahoo! Mail Personal Address - Get email at your own domain with Yahoo! Mail. ------_=_NextPart_001_01C0C12F.53C1D710 Content-Type: text/html; charset="iso-8859-1"
I could setup DSL connection last week with help from this mailing list.
So I am paying back. ^^
 
My FreeBSD box connects to Verizon DSL. They don't give static address either.
I am using external DSL modem, which is connected through normal ethernet card.
If your environment is same as mine, the following information will be helpful.
 
Even though it is DHCP, I don't use dhcpclient for my ethernet card. (You don't have to do either.)
Just setup as you use PPP. I followed this page till #4
 
And I used PPPoE. Here is resource.
 
To use PPPoE, you need to rebuild kernel.
 
Please add this line in ppp.conf, so that your dns in resolv.conf is set correctly.
    enable dns
 
Michael Nottebock gave me great information about the problem in userland ppp.
I put some portion of his mail here.
 
"The pppd does not support pppoe
yet, but the userland ppp, which is also part of the freebsd base
system, does. The userland ppp also has a built-in nat feature, which
(of course) can be used with dsl-connections. So, in theory, 'ppp -nat'
should be all you need (apart from a kernel recompilation, where you
need to add the lines
options NETGRAPH
options NETGRAPH_SOCKET
options NETGRAPH_PPPOE
options NETGRAPH_ETHER # actually only necessary for old 4.0
# and 3.x systems, but
# cannot hurt anyway.
)
There is a technical issue with PPPoE-ADSL connections, though. The
maximum transfer unit via the PPPoE connection often is only 1492 bytes,
but the universal standard of common tcp/ip stacks is 1500 bytes. And,
instead of sending a message back telling the client to fragment the
packets, often the ISP's routers just discard the packet, with the
result that, for example certain webpages, simply won't load.
This problem does not necessarily affect you. Maybe, your ISP has it's
routers configured properly and the problem won't surface. Also, if you
are using FreeBSD 4.2-STABLE, downloaded at a later date than Dec. 18th,
2000 or FreeBSD-CURRENT, downloaded at a later date than Nov. 28th,
2000, the userland ppp is reported to already deal with this issue
gracefully. For almost every other version of freebsd, a backport from
the -current sources is available at http://www.awfulhak.org/ppp.html"
 
I hope this helps you.
 
Thanks,
/Jaeho
-----Original Message-----
From: Anis Badri [mailto:anilinet2k@yahoo.com]
Sent: Monday, April 09, 2001 1:21 PM
To: freebsd-questions@FreeBSD.ORG
Subject: DSL with earthlink in LA using ivasions winPoet

I have been trying for several months to establish an internet connection via earthlink DSL (DHCP) using my freeBsd box with no success.  They (earthlink) do not provide for any OS other than win95/98.  They use Ivasion's winpeot software package to establish a  PPP link.  I have gone through several onlines docs to try to estabish a ppp connection with dhcp and nothing has worked.  If someone has had the same experience with PPP and DHCP on DSL can you please send me resources on how to go about setting up an internet connection.  WinPoet has virtually no documentation on implementation details.

Your help will be greatly appreciated.

Thanks

Anis Tayebali

 



Do You Yahoo!?
Yahoo! Mail Personal Address - Get email at your own domain with Yahoo! Mail. ------_=_NextPart_001_01C0C12F.53C1D710-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 13: 6:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alto.i-cable.com (alto.i-cable.com [210.80.60.4]) by hub.freebsd.org (Postfix) with ESMTP id 6226737B423 for ; Mon, 9 Apr 2001 13:06:44 -0700 (PDT) (envelope-from lkthomas@hkicable.com) Received: from thomasq1rx10yf ([61.18.16.156]) by alto.i-cable.com (8.9.3/8.9.3) with ESMTP id EAA27422; Tue, 10 Apr 2001 04:07:03 +0800 (HKT) From: "Thomas Lau" To: Cc: Subject: Live boardcasting music ( internet radio )...... Date: Tue, 10 Apr 2001 04:08:22 +0800 Message-ID: <000201c0c130$d50a31e0$9c10123d@thomasq1rx10yf> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0003_01C0C173.E32EF880" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0003_01C0C173.E32EF880 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit http://www.live365.com/stations/226879 click play to hear what I am broadcasting :-) ------=_NextPart_000_0003_01C0C173.E32EF880 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

http://www.live365.com/st= ations/226879

 

click play to hear = what I am broadcasting J<= /span>

------=_NextPart_000_0003_01C0C173.E32EF880-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 13:13:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dannyboy.worksforfood.com (adsl-207-68-83-92.chlstn.adsl.bellatlantic.net [207.68.83.92]) by hub.freebsd.org (Postfix) with ESMTP id 89CAE37B424 for ; Mon, 9 Apr 2001 13:13:46 -0700 (PDT) (envelope-from dannyboy@worksforfood.com) Received: by dannyboy.worksforfood.com (Postfix, from userid 1000) id 450595A56A; Mon, 9 Apr 2001 16:13:35 -0400 (EDT) Date: Mon, 9 Apr 2001 16:13:35 -0400 From: Daniel Harris To: Zbynek ZDRAZIL Cc: freebsd-questions@freebsd.org Subject: Re: Can't stop apache properly Message-ID: <20010409161335.A56971@dannyboy.worksforfood.com> References: <3AD1FDC4.BBE398AC@post.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD1FDC4.BBE398AC@post.cz>; from zby@post.cz on Mon, Apr 09, 2001 at 08:21:57PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 09, 2001 at 08:21:57PM +0200, Zbynek ZDRAZIL wrote: > I'm running FreeBSD 4.1.1 with original generic kernel as it was > installed from the CD. > I downloaded apache 1.3.9, compilled, installed configured and started > up. (/usr/local/apache/...) > It ran and responded with no problems. > Later, whenever I executed .../httpd stop and send a request right after > that, the deamon responds. You probably want "apachectl stop". -- Daniel Harris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 13:19:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc23.worldnet.att.net (mtiwmhc23.worldnet.att.net [204.127.131.48]) by hub.freebsd.org (Postfix) with ESMTP id DFA3837B42C for ; Mon, 9 Apr 2001 13:19:46 -0700 (PDT) (envelope-from grinner@gmx.at) Received: from HPHOME.gmx.at ([32.100.106.68]) by mtiwmhc23.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010409201940.QTLK21907.mtiwmhc23.worldnet.att.net@HPHOME.gmx.at> for ; Mon, 9 Apr 2001 20:19:40 +0000 Message-Id: <5.0.2.1.2.20010409161810.00a418a0@pop.gmx.net> X-Sender: 1581895@pop.gmx.net X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Mon, 09 Apr 2001 16:19:40 -0400 To: freebsd-questions@FreeBSD.ORG From: "Nicholas A. de Laczkovich-Siddiqi" Subject: change user to root Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there a possibility to give a user full root access? Or to change the login name of "root" to something else? Thx Nicholas --------------------------------- Stand your Ground Troops! This shall be our finest Hour!!! - Famous last words To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 13:25: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id 2B12137B423 for ; Mon, 9 Apr 2001 13:25:02 -0700 (PDT) (envelope-from edwin@cgmd76206.chello.nl) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id 1D5631E0; Mon, 9 Apr 2001 22:25:01 +0200 (CEST) Date: Mon, 9 Apr 2001 22:25:01 +0200 From: Edwin Groothuis To: "Nicholas A. de Laczkovich-Siddiqi" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: change user to root Message-ID: <20010409222500.B79334@cgmd76206.chello.nl> Mail-Followup-To: Edwin Groothuis , "Nicholas A. de Laczkovich-Siddiqi" , freebsd-questions@FreeBSD.ORG References: <5.0.2.1.2.20010409161810.00a418a0@pop.gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.0.2.1.2.20010409161810.00a418a0@pop.gmx.net>; from grinner@gmx.at on Mon, Apr 09, 2001 at 04:19:40PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 09, 2001 at 04:19:40PM -0400, Nicholas A. de Laczkovich-Siddiqi wrote: > Is there a possibility to give a user full root access? Or to change the > login name of "root" to something else? Change the uid to 0. The username "root" is only to identify the user, what is being checked for (should be checked for :-) is that the uid is 0. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://FatalDimensions.nl.eu.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 13:26:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rgmail.regenstrief.org (rgmail.regenstrief.org [134.68.31.197]) by hub.freebsd.org (Postfix) with ESMTP id 7A7BD37B422 for ; Mon, 9 Apr 2001 13:26:12 -0700 (PDT) (envelope-from gunther@aurora.regenstrief.org) Received: from aurora.regenstrief.org (rgnout.regenstrief.org [134.68.31.38]) by rgmail.regenstrief.org (8.11.0/8.8.7) with ESMTP id f39KRuA12853 for ; Mon, 9 Apr 2001 15:27:56 -0500 Message-ID: <3AD21AE1.F715330E@aurora.regenstrief.org> Date: Mon, 09 Apr 2001 20:26:09 +0000 From: Gunther Schadow Organization: Regenstrief Institute for Health Care X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Who's got the cheapest 100-BT Ethernet NIC? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I know the Ethernet cards for 20 bucks are available from Hawking or Kingston or what those brand names are. But I don't know whether they work well with FreeBSD and the notes in the LINT kernel are not exhaustive on these cheap OEM and whatever products. Please everyone who believes he's got one 100-BT PCI card for below $50 working well, I would appreciate hearing which card it is, which driver you use. Also if you have had problems with cheap cards please let me know too. Thanks much! -Gunther -- Gunther Schadow, M.D., Ph.D. gschadow@regenstrief.org Medical Information Scientist Regenstrief Institute for Health Care Adjunct Assistent Professor Indiana University School of Medicine tel:1(317)630-7960 http://aurora.regenstrief.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 13:27:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13203.mail.yahoo.com (web13203.mail.yahoo.com [216.136.174.188]) by hub.freebsd.org (Postfix) with SMTP id 8120637B422 for ; Mon, 9 Apr 2001 13:27:41 -0700 (PDT) (envelope-from lipshitz909@yahoo.com) Message-ID: <20010409202741.62571.qmail@web13203.mail.yahoo.com> Received: from [169.139.124.27] by web13203.mail.yahoo.com; Mon, 09 Apr 2001 13:27:41 PDT Date: Mon, 9 Apr 2001 13:27:41 -0700 (PDT) From: Larry Librettez Subject: 100% CPU usage with xmms To: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've run into an annoying problem with xmms. Occasionally when I start xmms, even before playing any mp3's, CPU use approaches 100%. top shows xmms as the offender, with xmms hogging up about 90% CPU, just sitting there even before I play an mp3. Even worse, to stop xmms I must issue kill -9 xmms or else it just keeps on going! I've updated my xmms port to the latest and still this occurs. This occurs on my 4.3-RC2 systems, both laptop and desktop. The laptop runs a maestro3 soundcard and the desktop has a plain SB 16. The sound itself is fine, it's just the 100% annoying excess CPU useage! Has anyone else noticed this, and can this be fixed? __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 13:30: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id 6471437B423 for ; Mon, 9 Apr 2001 13:29:52 -0700 (PDT) (envelope-from nick@rogness.net) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id f39LYH731763; Mon, 9 Apr 2001 16:34:17 -0500 (CDT) (envelope-from nick@rogness.net) Date: Mon, 9 Apr 2001 16:34:16 -0500 (CDT) From: Nick Rogness X-Sender: nick@cody.jharris.com To: "Nicholas A. de Laczkovich-Siddiqi" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: change user to root In-Reply-To: <5.0.2.1.2.20010409161810.00a418a0@pop.gmx.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 9 Apr 2001, Nicholas A. de Laczkovich-Siddiqi wrote: > Is there a possibility to give a user full root access? man 1 su Or to change the > login name of "root" to something else? add another user with uid 0. Nick Rogness - Keep on Routing in a Free World... "FreeBSD: The Power to Serve!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 13:32:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id 592C637B423 for ; Mon, 9 Apr 2001 13:32:15 -0700 (PDT) (envelope-from edwin@cgmd76206.chello.nl) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id 6655D1E2; Mon, 9 Apr 2001 22:32:14 +0200 (CEST) Date: Mon, 9 Apr 2001 22:32:14 +0200 From: Edwin Groothuis To: Gunther Schadow Cc: freebsd-questions@freebsd.org Subject: Re: Who's got the cheapest 100-BT Ethernet NIC? Message-ID: <20010409223214.C79334@cgmd76206.chello.nl> Mail-Followup-To: Edwin Groothuis , Gunther Schadow , freebsd-questions@freebsd.org References: <3AD21AE1.F715330E@aurora.regenstrief.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD21AE1.F715330E@aurora.regenstrief.org>; from gunther@aurora.regenstrief.org on Mon, Apr 09, 2001 at 08:26:09PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 09, 2001 at 08:26:09PM +0000, Gunther Schadow wrote: > I know the Ethernet cards for 20 bucks are available from Hawking or > Kingston or what those brand names are. But I don't know whether they > work well with FreeBSD and the notes in the LINT kernel are not > exhaustive on these cheap OEM and whatever products. Please everyone Search in /sys/i386/conf/LINT for it, I know that the name Hawking and Kingston are there, but not sure if that are the ones you want to have. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://FatalDimensions.nl.eu.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 13:34: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f161.law11.hotmail.com [64.4.17.161]) by hub.freebsd.org (Postfix) with ESMTP id 1179037B423 for ; Mon, 9 Apr 2001 13:33:58 -0700 (PDT) (envelope-from burnscharlesn@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 9 Apr 2001 13:33:57 -0700 Received: from 24.21.122.151 by lw11fd.law11.hotmail.msn.com with HTTP; Mon, 09 Apr 2001 20:33:56 GMT X-Originating-IP: [24.21.122.151] From: "Charles Burns" To: gunther@aurora.regenstrief.org, freebsd-questions@freebsd.org Subject: Re: Who's got the cheapest 100-BT Ethernet NIC? Date: Mon, 09 Apr 2001 13:33:56 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 09 Apr 2001 20:33:57.0229 (UTC) FILETIME=[66B9D9D0:01C0C134] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Lynksys probably makes the cheapest decent card, the LNE100TX. I've seen them for around $20-$25 retail. >From: Gunther Schadow >To: freebsd-questions@freebsd.org >Subject: Who's got the cheapest 100-BT Ethernet NIC? >Date: Mon, 09 Apr 2001 20:26:09 +0000 > >Hi, > >I know the Ethernet cards for 20 bucks are available from Hawking or >Kingston or what those brand names are. But I don't know whether they >work well with FreeBSD and the notes in the LINT kernel are not >exhaustive on these cheap OEM and whatever products. Please everyone >who believes he's got one 100-BT PCI card for below $50 working well, >I would appreciate hearing which card it is, which driver you use. >Also if you have had problems with cheap cards please let me know too. > >Thanks much! >-Gunther > > >-- >Gunther Schadow, M.D., Ph.D. gschadow@regenstrief.org >Medical Information Scientist Regenstrief Institute for Health Care >Adjunct Assistent Professor Indiana University School of Medicine >tel:1(317)630-7960 http://aurora.regenstrief.org > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 13:34:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pravda.tenzo.net (h24-69-46-74.gv.shawcable.net [24.69.46.74]) by hub.freebsd.org (Postfix) with ESMTP id F0AF737B424 for ; Mon, 9 Apr 2001 13:34:53 -0700 (PDT) (envelope-from michael@tenzo.com) Received: from pravda.tenzo.net (localhost.localdomain [127.0.0.1]) by pravda.tenzo.net (Postfix) with SMTP id D9CA63F25 for ; Mon, 9 Apr 2001 13:34:57 -0700 (PDT) Content-Type: text/plain; charset="iso-8859-1" From: Michael O'Henly Reply-To: michael@tenzo.com Organization: TENZO Design To: freebsd-questions@FreeBSD.ORG Subject: How to specify external network for firewall/NAT when IP is dynamically assigned Date: Mon, 9 Apr 2001 13:34:57 -0700 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01040913345700.01892@pravda.tenzo.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi... I'm attempting to set up a simple firewall for my home network. I have a FreeBSD box with two NICs, one connected to the internet via cable modem and the other to an internal network on which there are two Macs. My external IP is assigned by DHCP. I'm not running any services that I want accessible to external users, or any from which I'd want to block internal users. I've read a lot of docs over the last few days on how to do this and I think I have the basics straight -- but for this question: In /etc/rc.firewall (simple section), I'm asked to identify my networks. Since my IP is dynamically assigned, how do I specify my outside network interface? Here's the format (replacing 1.2.3.444/24 with actual values)... # set these to your outside network interface and netmask and ip oif="ed0" onet="1.2.3.444/24" omask="255.255.255.0" oip="1.2.3.444" # set these to your inside network interface and netmask and ip iif="ed1" inet="192.168.0.444/24" imask="255.255.255.0" iip="192.168.0.444" Thanks. M. -- Michael O'Henly TENZO Design To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 13:35:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shell.bchosting.com (shell.bchosting.com [64.69.68.35]) by hub.freebsd.org (Postfix) with ESMTP id 3844337B422 for ; Mon, 9 Apr 2001 13:35:24 -0700 (PDT) (envelope-from chris@selkie.org) Received: from localhost (chris@localhost) by shell.bchosting.com (8.11.0/8.11.0) with ESMTP id f39KZ6253564; Mon, 9 Apr 2001 13:35:07 -0700 (PDT) (envelope-from chris@selkie.org) X-Authentication-Warning: shell.bchosting.com: chris owned process doing -bs Date: Mon, 9 Apr 2001 13:35:06 -0700 (PDT) From: Chris Phillips X-Sender: chris@shell.bchosting.com To: Gunther Schadow Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Who's got the cheapest 100-BT Ethernet NIC? In-Reply-To: <3AD21AE1.F715330E@aurora.regenstrief.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You can get the Intel EtherExpress Pro 10/100 for about $40 US and I don't believe there is anything better for the money and it is well supported by FreeBSD. If 10/100 is not an option, I'd suggest forking out the extra $20 to get an Intel 100+ card. The driver you are looking for with Intel NIC cards is fxp. -Chris Phillips On Mon, 9 Apr 2001, Gunther Schadow wrote: > Hi, > > I know the Ethernet cards for 20 bucks are available from Hawking or > Kingston or what those brand names are. But I don't know whether they > work well with FreeBSD and the notes in the LINT kernel are not > exhaustive on these cheap OEM and whatever products. Please everyone > who believes he's got one 100-BT PCI card for below $50 working well, > I would appreciate hearing which card it is, which driver you use. > Also if you have had problems with cheap cards please let me know too. > > Thanks much! > -Gunther > > > -- > Gunther Schadow, M.D., Ph.D. gschadow@regenstrief.org > Medical Information Scientist Regenstrief Institute for Health Care > Adjunct Assistent Professor Indiana University School of Medicine > tel:1(317)630-7960 http://aurora.regenstrief.org > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 13:36: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f248.law11.hotmail.com [64.4.17.248]) by hub.freebsd.org (Postfix) with ESMTP id 0717B37B62A for ; Mon, 9 Apr 2001 13:35:52 -0700 (PDT) (envelope-from burnscharlesn@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 9 Apr 2001 13:35:51 -0700 Received: from 24.21.122.151 by lw11fd.law11.hotmail.msn.com with HTTP; Mon, 09 Apr 2001 20:35:51 GMT X-Originating-IP: [24.21.122.151] From: "Charles Burns" To: gunther@aurora.regenstrief.org, freebsd-questions@freebsd.org Subject: Re: Who's got the cheapest 100-BT Ethernet NIC? Date: Mon, 09 Apr 2001 13:35:51 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 09 Apr 2001 20:35:51.0745 (UTC) FILETIME=[AAFB9B10:01C0C134] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG One more thing--Kingston is discontinuing their non-memory product lines (that means NICs), so you may want to think twice about getting Kingston cards. >From: Gunther Schadow >To: freebsd-questions@freebsd.org >Subject: Who's got the cheapest 100-BT Ethernet NIC? >Date: Mon, 09 Apr 2001 20:26:09 +0000 > >Hi, > >I know the Ethernet cards for 20 bucks are available from Hawking or >Kingston or what those brand names are. But I don't know whether they >work well with FreeBSD and the notes in the LINT kernel are not >exhaustive on these cheap OEM and whatever products. Please everyone >who believes he's got one 100-BT PCI card for below $50 working well, >I would appreciate hearing which card it is, which driver you use. >Also if you have had problems with cheap cards please let me know too. > >Thanks much! >-Gunther > > >-- >Gunther Schadow, M.D., Ph.D. gschadow@regenstrief.org >Medical Information Scientist Regenstrief Institute for Health Care >Adjunct Assistent Professor Indiana University School of Medicine >tel:1(317)630-7960 http://aurora.regenstrief.org > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 13:37: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13204.mail.yahoo.com (web13204.mail.yahoo.com [216.136.174.189]) by hub.freebsd.org (Postfix) with SMTP id 69FD837B42C for ; Mon, 9 Apr 2001 13:36:57 -0700 (PDT) (envelope-from lipshitz909@yahoo.com) Message-ID: <20010409203657.69702.qmail@web13204.mail.yahoo.com> Received: from [169.139.124.27] by web13204.mail.yahoo.com; Mon, 09 Apr 2001 13:36:57 PDT Date: Mon, 9 Apr 2001 13:36:57 -0700 (PDT) From: Larry Librettez Subject: Re: Who's got the cheapest 100-BT Ethernet NIC? To: Gunther Schadow , freebsd-questions@freebsd.org In-Reply-To: <3AD21AE1.F715330E@aurora.regenstrief.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have several D-Link DFE-530TX+ 10/100 PCI NIC's living on my network. They have never let me down the 2 years I've used them. Can be had for $19.99 at CompUSA, Best Buy, Circuit City, etc. I've seen them for as low as $14.99 on sale. It uses the Realtek 8139 chip and in LINT the device driver is 'rl'. --- Gunther Schadow wrote: > Hi, > > I know the Ethernet cards for 20 bucks are available > from Hawking or > Kingston or what those brand names are. But I don't > know whether they > work well with FreeBSD and the notes in the LINT > kernel are not > exhaustive on these cheap OEM and whatever products. > Please everyone > who believes he's got one 100-BT PCI card for below > $50 working well, > I would appreciate hearing which card it is, which > driver you use. > Also if you have had problems with cheap cards > please let me know too. > > Thanks much! > -Gunther > > > -- > Gunther Schadow, M.D., Ph.D. > gschadow@regenstrief.org > Medical Information Scientist Regenstrief > Institute for Health Care > Adjunct Assistent Professor Indiana > University School of Medicine > tel:1(317)630-7960 > http://aurora.regenstrief.org > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 13:37:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtppop3pub.verizon.net (smtppop3pub.gte.net [206.46.170.22]) by hub.freebsd.org (Postfix) with ESMTP id A7A0937B422 for ; Mon, 9 Apr 2001 13:37:41 -0700 (PDT) (envelope-from res03db2@gte.net) Received: from gte.net (evrtwa1-ar4-4-34-145-186.dsl.gtei.net [4.34.145.186]) by smtppop3pub.verizon.net with ESMTP ; id PAA133314025 Mon, 9 Apr 2001 15:33:38 -0500 (CDT) Received: (from res03db2@localhost) by gte.net (8.9.3/8.9.3) id NAA27034; Mon, 9 Apr 2001 13:39:01 -0700 (PDT) (envelope-from res03db2@gte.net) Date: Mon, 9 Apr 2001 13:39:01 -0700 From: Robert Clark To: Gunther Schadow Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Who's got the cheapest 100-BT Ethernet NIC? Message-ID: <20010409133901.A27019@darkstar.gte.net> References: <3AD21AE1.F715330E@aurora.regenstrief.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <3AD21AE1.F715330E@aurora.regenstrief.org>; from gunther@aurora.regenstrief.org on Mon, Apr 09, 2001 at 08:26:09PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The Intel PILA8460B (Pro 10/100B) goes for 36$ US locally. Its three times the price of the 12$ Realtek card, but I argue that their worth the extra upfront cost. On a slightly related note, is anyone working on a driver for the PILA8460C3 that uses its hardware crypto? I was supprised to see them going for 39$ US. [RC] On Mon, Apr 09, 2001 at 08:26:09PM +0000, Gunther Schadow wrote: > Hi, > > I know the Ethernet cards for 20 bucks are available from Hawking or > Kingston or what those brand names are. But I don't know whether they > work well with FreeBSD and the notes in the LINT kernel are not > exhaustive on these cheap OEM and whatever products. Please everyone > who believes he's got one 100-BT PCI card for below $50 working well, > I would appreciate hearing which card it is, which driver you use. > Also if you have had problems with cheap cards please let me know too. > > Thanks much! > -Gunther > > > -- > Gunther Schadow, M.D., Ph.D. gschadow@regenstrief.org > Medical Information Scientist Regenstrief Institute for Health Care > Adjunct Assistent Professor Indiana University School of Medicine > tel:1(317)630-7960 http://aurora.regenstrief.org > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 13:41: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtppop2pub.verizon.net (smtppop2pub.gte.net [206.46.170.21]) by hub.freebsd.org (Postfix) with ESMTP id 3147237B422 for ; Mon, 9 Apr 2001 13:41:00 -0700 (PDT) (envelope-from res03db2@gte.net) Received: from gte.net (evrtwa1-ar4-4-34-145-186.dsl.gtei.net [4.34.145.186]) by smtppop2pub.verizon.net with ESMTP ; id PAA122796892 Mon, 9 Apr 2001 15:43:10 -0500 (CDT) Received: (from res03db2@localhost) by gte.net (8.9.3/8.9.3) id NAA27045; Mon, 9 Apr 2001 13:42:28 -0700 (PDT) (envelope-from res03db2@gte.net) Date: Mon, 9 Apr 2001 13:42:28 -0700 From: Robert Clark To: Bart Pustjens Cc: questions@FreeBSD.ORG Subject: Re: restricting perl (memory and cpu use) Message-ID: <20010409134228.B27019@darkstar.gte.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from skin@takeover.lion-access.net on Mon, Apr 09, 2001 at 08:58:22PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The EclipseOS extensions? [RC] On Mon, Apr 09, 2001 at 08:58:22PM +0200, Bart Pustjens wrote: > > Hi all! > > I have a busy webserver with a bunch of CGI scripts > for my own personal use. How can I restrict the CPU > and memory use of perl ? At peak times the load > of my machine gets really high: > > bash$ uptime > 7:55PM up 17 mins, 2 users, load averages: 28.10, 13.62, 6.37 > > With regards, > Bart Pustjens > -- > This is Bart's mailinglist account. Please use > skin(at)acid2.lion-access.net for urgent/private > messages. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 13:43:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sleipner.eiffel.dk (sub19-229.member.dsl-only.net [63.105.19.229]) by hub.freebsd.org (Postfix) with ESMTP id EB3DC37B424 for ; Mon, 9 Apr 2001 13:43:29 -0700 (PDT) (envelope-from flemming@froekjaer.org) Received: from tychobrahe (sub19-225.member.dsl-only.net [63.105.19.225]) by sleipner.eiffel.dk (8.11.1/8.11.1) with SMTP id f3JJBaN45223 for ; Thu, 19 Apr 2001 12:11:36 -0700 (PDT) (envelope-from flemming@froekjaer.org) Message-Id: <4.1.20010409134201.0228c418@sleipner.eiffel.dk> X-Sender: flemming@sleipner.eiffel.dk X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Mon, 09 Apr 2001 13:43:18 -0700 To: questions@freebsd.org From: Flemming =?iso-8859-1?Q?Fr=F8kj=E6r?= Subject: Re: Who's got the cheapest 100-BT Ethernet NIC? In-Reply-To: <20010409203657.69702.qmail@web13204.mail.yahoo.com> References: <3AD21AE1.F715330E@aurora.regenstrief.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 01:36 PM 4/9/2001 -0700, you wrote: >I have several D-Link DFE-530TX+ 10/100 PCI NIC's >living on my network. They have never let me down the >2 years I've used them. Can be had for $19.99 at >CompUSA, Best Buy, Circuit City, etc. I've seen them >for as low as $14.99 on sale. > >It uses the Realtek 8139 chip and in LINT the device >driver is 'rl'. From the drivers Source /* * The RealTek 8139 PCI NIC redefines the meaning of 'low end.' This is * probably the worst PCI ethernet controller ever made, with the possible * exception of the FEAST chip made by SMC. The 8139 supports bus-master * DMA, but it has a terrible interface that nullifies any performance * gains that bus-master DMA usually offers. * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 13:47: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13208.mail.yahoo.com (web13208.mail.yahoo.com [216.136.174.193]) by hub.freebsd.org (Postfix) with SMTP id 9D17A37B422 for ; Mon, 9 Apr 2001 13:46:59 -0700 (PDT) (envelope-from lipshitz909@yahoo.com) Message-ID: <20010409204658.21620.qmail@web13208.mail.yahoo.com> Received: from [169.139.124.27] by web13208.mail.yahoo.com; Mon, 09 Apr 2001 13:46:58 PDT Date: Mon, 9 Apr 2001 13:46:58 -0700 (PDT) From: Larry Librettez Subject: Re: How to specify external network for firewall/NAT when IP is dynamically assigned To: michael@tenzo.com, freebsd-questions@FreeBSD.ORG In-Reply-To: <01040913345700.01892@pravda.tenzo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Take a look at the man ipfw page, specifically the use of 'me' as a destination. 'me' can be used for dynamically assigned IP addresses as in your case. I use it for my ppp dialup connections. You may have to change your rc.firewall script a bit though to accomodate the 'me' destination. One other alternative is to use awk to extract your IP address from the output of ifconfig, and incorporate that into rc.firewall. I'm sure there are other ways of doing it though. --- Michael O'Henly wrote: > Hi... > > I'm attempting to set up a simple firewall for my > home network. I have a > FreeBSD box with two NICs, one connected to the > internet via cable modem and > the other to an internal network on which there are > two Macs. My external IP > is assigned by DHCP. I'm not running any services > that I want accessible to > external users, or any from which I'd want to block > internal users. > > I've read a lot of docs over the last few days on > how to do this and I think > I have the basics straight -- but for this question: > > In /etc/rc.firewall (simple section), I'm asked to > identify my networks. > Since my IP is dynamically assigned, how do I > specify my outside network > interface? Here's the format (replacing 1.2.3.444/24 > with actual values)... > > # set these to your outside network interface and > netmask and ip > oif="ed0" > onet="1.2.3.444/24" > omask="255.255.255.0" > oip="1.2.3.444" > > # set these to your inside network interface and > netmask and ip > iif="ed1" > inet="192.168.0.444/24" > imask="255.255.255.0" > iip="192.168.0.444" > > Thanks. > > M. > > -- > Michael O'Henly > TENZO Design > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 13:51:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from iwat.resnet.bucknell.edu (iwat.resnet.bucknell.edu [134.82.91.45]) by hub.freebsd.org (Postfix) with ESMTP id 683EB37B422; Mon, 9 Apr 2001 13:51:19 -0700 (PDT) (envelope-from iwat@iwat.resnet.bucknell.edu) Received: (from iwat@localhost) by iwat.resnet.bucknell.edu (8.11.3/8.11.3) id f39KpIa13529; Mon, 9 Apr 2001 16:51:18 -0400 (EDT) (envelope-from iwat) Date: Mon, 9 Apr 2001 16:51:18 -0400 From: Ian Wat To: FreeBSD Questions Cc: FreeBSD Multimedia Subject: Xine + XVideo Message-ID: <20010409165118.A13479@iwat.resnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Editor: Vim http://www.vim.org/ X-Info: http://www.students.bucknell.edu/iwat X-Operating-System: FreeBSD/4.3-RC (i386) X-Uptime: 4:45PM up 1 day, 2:30, 4 users, load averages: 0.11, 0.21, 0.23 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I'm trying to get Xine to use the XVideo extension for video output. Can't seem to get it to work however. Running Xine -s works but when I run it without the -s switch, I get this: This is xine - a mpeg 1, 2 player v0.3.7 - (c) 2000 by G. Bartsch. testing for audio driver: oss null <-(successfully initialized) Using null audio output driver. !! no port attributes defined found yv12 format video_out_xv: using Xvideo port 74 for hw scaling *** Settings: ***************** Using X Window System video extension for video output. set_image_format_xv(): width=720, height=405, ratio=3 scaled picture size : 721 x 405 (corr_factor: 1.001694) shared memory error: Invalid argument error when allocating image Using X 4.0.3 from ports, Xine 0.3.7 from ports. 3Dfx Voodoo3. I'm pretty sure XVideo is working. Xdpyinfo, xvinfo and /var/log/XFree86.0.log all show it running. I've also increased shared memory as per README.freebsd. Any ideas? -- /-------------------------------------------------------------\ | Ian J Wat | | | Bucknell University | http://www.bucknell.edu | | ------------------------------===-------------------------- | | FreeBSD: The Power to Serve | http://www.freebsd.org | \-------------------------------------------------------------/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 13:59:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id B390137B423 for ; Mon, 9 Apr 2001 13:59:44 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.2/8.11.1) id f39Kwso45965; Tue, 10 Apr 2001 08:58:54 +1200 (NZST) (envelope-from jonc) Date: Tue, 10 Apr 2001 08:58:54 +1200 From: Jonathan Chen To: Greg Rowe Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Harddrive error msg Message-ID: <20010410085854.A45517@itouchnz.itouch> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from greagoir@rush.net on Mon, Apr 09, 2001 at 01:55:43PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 09, 2001 at 01:55:43PM -0400, Greg Rowe wrote: > FreeBSD 4.1-RELEASE (GWYDION) #7: Wed Apr 4 21:35:33 EDT 2001 > > I have been unable to find any information on this error. Any help would > be Thankful > > ad0s1a: hard error writing fsbn 131263 of 65600-65615 (ad0s1 bn 131263; cn > 32 tn 35 sn 34) status=51 error=04 Hard drive is dying. Check the cable connection and seating, if that looks fine, I'd suggest you shop around for a new disk. -- Jonathan Chen ---------------------------------------------------------------------- Experience is a hard teacher because she gives the test first, the lesson afterwards To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 14: 9:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from paolina.attla.cl (paolina.attla.cl [200.27.2.252]) by hub.freebsd.org (Postfix) with ESMTP id 71E2B37B423 for ; Mon, 9 Apr 2001 14:09:12 -0700 (PDT) (envelope-from pepe@rdc.cl) Received: (from apache@localhost) by paolina.attla.cl (8.11.0/8.11.0) id f39M8hm30279 for freebsd-questions@FreeBSD.ORG; Mon, 9 Apr 2001 18:08:43 -0400 X-Authentication-Warning: paolina.attla.cl: apache set sender to pepe@rdc.cl using -f To: freebsd-questions@FreeBSD.ORG Subject: Wine Problem Message-ID: <986854123.3ad232ebac869@webmail.attla.cl> Date: Mon, 09 Apr 2001 18:08:43 -0400 (CLT) From: pepe@rdc.cl MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.4 X-Originating-IP: 200.27.20.65 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What can i do ? this is message : fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found! Using closest match instead (Spanish keyboard layout) for scancode mapping. Please define your layout in windows/x11drv/keyboard.c and submit them to us for inclusion into future Wine releases. See documentation/keyboard for more information. fixme:debug:FlushInstructionCache (0xffffffff,0x29640000,0x00006000): stub fixme:debug:FlushInstructionCache (0xffffffff,0x29640000,0x00006000): stub fixme:debug:FlushInstructionCache (0xffffffff,0x29640000,0x0000a000): stub fixme:win32:GetCalendarInfoA (00000400,00000001,20000030,0x0,0,0x2856673c): stub err:seh:UnhandledExceptionFilter Couldn't start debugger (debugger/winedbg 134656256 164) (2) Read the Wine Developers Guide on how to set up winedbg or another debugger Protocol error: process 0x806b100: partial recvmsg 0 for fd ------------------------------------------------- This mail sent through IMP: webmail.attla.cl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 14:11: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pravda.tenzo.net (h24-69-46-74.gv.shawcable.net [24.69.46.74]) by hub.freebsd.org (Postfix) with ESMTP id 43A7437B422 for ; Mon, 9 Apr 2001 14:11:02 -0700 (PDT) (envelope-from michael@tenzo.com) Received: from pravda.tenzo.net (localhost.localdomain [127.0.0.1]) by pravda.tenzo.net (Postfix) with SMTP id 9E6D13F25 for ; Mon, 9 Apr 2001 14:11:06 -0700 (PDT) Content-Type: text/plain; charset="iso-8859-1" From: Michael O'Henly Reply-To: michael@tenzo.com Organization: TENZO Design To: freebsd-questions@FreeBSD.ORG Subject: Re: How to specify external network for firewall/NAT when IP is dynamically assigned Date: Mon, 9 Apr 2001 14:11:06 -0700 X-Mailer: KMail [version 1.2] References: <20010409204658.21620.qmail@web13208.mail.yahoo.com> In-Reply-To: <20010409204658.21620.qmail@web13208.mail.yahoo.com> MIME-Version: 1.0 Message-Id: <01040914110602.01892@pravda.tenzo.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for the reply, Larry. Unfortunately, I don't see any reference to 'me' in the ipfw man page. Is there another place I should be looking? M. On Monday 09 April 2001 13:46, Larry Librettez wrote: > Take a look at the man ipfw page, specifically the use > of 'me' as a destination. 'me' can be used for > dynamically assigned IP addresses as in your case. I > use it for my ppp dialup connections. You may have to > change your rc.firewall script a bit though to > accomodate the 'me' destination. > > One other alternative is to use awk to extract your IP > address from the output of ifconfig, and incorporate > that into rc.firewall. > > I'm sure there are other ways of doing it though. > > --- Michael O'Henly wrote: > > Hi... > > > > I'm attempting to set up a simple firewall for my > > home network. I have a > > FreeBSD box with two NICs, one connected to the > > internet via cable modem and > > the other to an internal network on which there are > > two Macs. My external IP > > is assigned by DHCP. I'm not running any services > > that I want accessible to > > external users, or any from which I'd want to block > > internal users. > > > > I've read a lot of docs over the last few days on > > how to do this and I think > > I have the basics straight -- but for this question: > > > > In /etc/rc.firewall (simple section), I'm asked to > > identify my networks. > > Since my IP is dynamically assigned, how do I > > specify my outside network > > interface? Here's the format (replacing 1.2.3.444/24 > > with actual values)... > > > > # set these to your outside network interface and > > netmask and ip > > oif="ed0" > > onet="1.2.3.444/24" > > omask="255.255.255.0" > > oip="1.2.3.444" > > > > # set these to your inside network interface and > > netmask and ip > > iif="ed1" > > inet="192.168.0.444/24" > > imask="255.255.255.0" > > iip="192.168.0.444" > > > > Thanks. > > > > M. > > > > -- > > Michael O'Henly > > TENZO Design > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of > > the message > > __________________________________________________ > Do You Yahoo!? > Get email at your own domain with Yahoo! Mail. > http://personal.mail.yahoo.com/ -- Michael O'Henly TENZO Design To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 14:14:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rgmail.regenstrief.org (rgmail.regenstrief.org [134.68.31.197]) by hub.freebsd.org (Postfix) with ESMTP id 9CA0437B424 for ; Mon, 9 Apr 2001 14:14:35 -0700 (PDT) (envelope-from gunther@aurora.regenstrief.org) Received: from aurora.regenstrief.org (rgnout.regenstrief.org [134.68.31.38]) by rgmail.regenstrief.org (8.11.0/8.8.7) with ESMTP id f39L89A13560; Mon, 9 Apr 2001 16:08:09 -0500 Message-ID: <3AD2244E.4D11ABFC@aurora.regenstrief.org> Date: Mon, 09 Apr 2001 21:06:22 +0000 From: Gunther Schadow Organization: Regenstrief Institute for Health Care X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Robert Clark Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Who's got the cheapest 100-BT Ethernet NIC? References: <3AD21AE1.F715330E@aurora.regenstrief.org> <20010409133901.A27019@darkstar.gte.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Robert Clark wrote: > The Intel PILA8460B (Pro 10/100B) goes for 36$ US locally. Its three > times the price of the 12$ Realtek card, but I argue that their worth > the extra upfront cost. What is it that makes it so worthwhile? I am using several of these, but they just work, and if something else works too, what's the difference then? > On a slightly related note, is anyone working on a driver for the > PILA8460C3 that uses its hardware crypto? I was supprised to see them > going for 39$ US. This *is* a good point. We purchased the crypto card for $130 lately, I'd be surprized if they are down to $39. But if they are, then it's time to get KAME/IPsec to use the crypto offloading. Where can we get the specifications from? I may very well look into fixing up the fxp dirver. -Gunther -- Gunther Schadow, M.D., Ph.D. gschadow@regenstrief.org Medical Information Scientist Regenstrief Institute for Health Care Adjunct Assistent Professor Indiana University School of Medicine tel:1(317)630-7960 http://aurora.regenstrief.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 14:16: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pravda.tenzo.net (h24-69-46-74.gv.shawcable.net [24.69.46.74]) by hub.freebsd.org (Postfix) with ESMTP id E9B3137B422 for ; Mon, 9 Apr 2001 14:16:03 -0700 (PDT) (envelope-from michael@tenzo.com) Received: from pravda.tenzo.net (localhost.localdomain [127.0.0.1]) by pravda.tenzo.net (Postfix) with SMTP id 99CA73F25 for ; Mon, 9 Apr 2001 14:16:08 -0700 (PDT) Content-Type: text/plain; charset="iso-8859-1" From: Michael O'Henly Reply-To: michael@tenzo.com Organization: TENZO Design To: freebsd-questions@FreeBSD.ORG Subject: Re: How to specify external network for firewall/NAT when IP is dynamically assigned Date: Mon, 9 Apr 2001 14:16:08 -0700 X-Mailer: KMail [version 1.2] References: <20010409204658.21620.qmail@web13208.mail.yahoo.com> <01040914110602.01892@pravda.tenzo.net> In-Reply-To: <01040914110602.01892@pravda.tenzo.net> MIME-Version: 1.0 Message-Id: <01040914160803.01892@pravda.tenzo.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry to follow up to my own post, but moments later I found this is the FreeBSD Diary (http://www.freebsddiary.org/firewall.html)... -----[ snip ]----- If you're trying to configure your firewall to work with DHCP or another dynamic connection, then use this line in /etc/rc.firewall (ed. note: remember to change ep0 as appropriate to your situation):onet=`ifconfig ep0 |grep "inet " |awk '{print $6}'` to replace:onet=255.255.255.x Also replace the entry for the ip address with:oip=`onet=`ifconfig ep0 |grep "inet " |awk '{print $2}'` This works because rc.firewall is a shell script, and using the backticks runs the command within. Note that ifconfig ep0 gets all the information on the specified network interface, grep gets the right line, and awk sucks in the right field. (in this case, the netmask). I'd try this command at the command line before putting it into rc.firewall though. :) Also remember when you're setting up your firewall to actually block things, (ie, not "open") that the order of the firewall rules is very important, and that when ipfw blocks internet requests, it logs the information in /var/log/security (and sometimes /var/log/messages) complete with the rule number, which you can look up in the output from "ipfw show," making it easy to find out why people can't get into your webserver. :) -----[ snip ]----- Thanks again for the help. M. -- Michael O'Henly TENZO Design To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 14:49:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta6.srv.hcvlny.cv.net (mta6.srv.hcvlny.cv.net [167.206.5.17]) by hub.freebsd.org (Postfix) with ESMTP id E8F6637B64F for ; Mon, 9 Apr 2001 14:49:00 -0700 (PDT) (envelope-from trini0@optonline.net) Received: from optonline.net (ool-18be012f.dyn.optonline.net [24.190.1.47]) by mta6.srv.hcvlny.cv.net (iPlanet Messaging Server 5.0 Patch 2 (built Dec 14 2000)) with ESMTP id <0GBJ00L13OLON1@mta6.srv.hcvlny.cv.net> for questions@freebsd.org; Mon, 09 Apr 2001 17:49:00 -0400 (EDT) Date: Mon, 09 Apr 2001 17:48:59 -0400 From: trini0 Subject: Re: kde 2.1.1 shortcut permissions error To: Nate Puri Cc: questions Message-id: <3AD22E4B.6070407@optonline.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.2-RELEASE i386; en-US; 0.8) Gecko/20010325 References: <20010409170918.25889.qmail@web3304.mail.yahoo.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Im running 2.1, and I have the same problem as a normal user. But after some attempts it will let me create them. I now have a Mozilla and Gaim executable icons on my desktop. Nate Puri wrote: > Hi all, > > I'm sure this is a very common problem, and I would be > happy to receive a URL if there is one. > > As a normal user, when I try to create an application > shortcut in kde, it comes up as owner root/wheel. > Then, I get the error that I do not have sufficient > permissions to create the icon. Why is this? > > As root, I am able to set the permissions and change > the user and group ownership of the shortcuts... I'm > hoping that there is a fix for this... Thanks in > advance for your help. > > -Nate > > __________________________________________________ > Do You Yahoo!? > Get email at your own domain with Yahoo! Mail. > http://personal.mail.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 15:19:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by hub.freebsd.org (Postfix) with ESMTP id EE40037B42C for ; Mon, 9 Apr 2001 15:19:18 -0700 (PDT) (envelope-from captain_enton@t-online.de) Received: from fwd01.aul.t-online.de by mailout05.sul.t-online.com with smtp id 14mk0D-0000S5-06; Tue, 10 Apr 2001 00:19:17 +0200 Received: from (320024255573-0001@[62.225.209.197]) by fwd01.sul.t-online.com with smtp id 14mk0B-1t0rK4C; Tue, 10 Apr 2001 00:19:15 +0200 From: captain_enton@t-online.de (Matthias Matthiesen) To: freebsd-questions@FreeBSD.ORG Subject: ? X-Mailer: T-Online eMail 2.33 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Date: Tue, 10 Apr 2001 00:19:15 +0200 Message-ID: <14mk0B-1t0rK4C@fwd01.sul.t-online.com> X-Sender: 320024255573-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi FreeBSD Team, i got one question,i´m using linux at the moment,and want to use unix now.I want to download it , I tried it at ftp.freebsd.org , but i don´t know what to download,there isn´t an install.iso , is it ? Can you help me ? What file do I have to download ? Matthias To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 15:22: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id EB6BC37B422 for ; Mon, 9 Apr 2001 15:21:59 -0700 (PDT) (envelope-from jim@thehousleys.net) Received: (from root@localhost) by thehousleys.net (8.11.3/8.11.2) id f39MLwp03951; Mon, 9 Apr 2001 18:21:58 -0400 (EDT) (envelope-from jim@thehousleys.net) Received: from thehousleys.net (baby.int.thehousleys.net [192.168.0.24]) (authenticated) by thehousleys.net (8.11.3/8.11.3) with ESMTP id f39MLu903943; Mon, 9 Apr 2001 18:21:56 -0400 (EDT) (envelope-from jim@thehousleys.net) Message-ID: <3AD23604.B5D0910D@thehousleys.net> Date: Mon, 09 Apr 2001 18:21:56 -0400 From: James Housley Reply-To: jim@thehousleys.net X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Matthias Matthiesen Cc: freebsd-questions@freebsd.org Subject: Re: ? References: <14mk0B-1t0rK4C@fwd01.sul.t-online.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthias Matthiesen wrote: > > Hi FreeBSD Team, > i got one question,i´m using linux at the moment,and want to use unix now.I want > to download it , I tried it at ftp.freebsd.org , but i don´t know what to > download,there isn´t an install.iso , is it ? Can you help me ? What file do I > have to download ? > http://www.FreeBSD.org/handbook/install.html -- /"\ ASCII Ribbon Campaign . \ / - NO HTML/RTF in e-mail . X - NO Word docs in e-mail . / \ ----------------------------------------------------------------- jeh@FreeBSD.org http://www.FreeBSD.org The Power to Serve jim@TheHousleys.Net http://www.TheHousleys.net --------------------------------------------------------------------- Artificial intelligence is no match for natural stupidity. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 15:25:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shell.bchosting.com (shell.bchosting.com [64.69.68.35]) by hub.freebsd.org (Postfix) with ESMTP id DAA4237B422 for ; Mon, 9 Apr 2001 15:25:10 -0700 (PDT) (envelope-from chris@selkie.org) Received: from localhost (chris@localhost) by shell.bchosting.com (8.11.0/8.11.0) with ESMTP id f39MPO153761; Mon, 9 Apr 2001 15:25:24 -0700 (PDT) (envelope-from chris@selkie.org) X-Authentication-Warning: shell.bchosting.com: chris owned process doing -bs Date: Mon, 9 Apr 2001 15:25:24 -0700 (PDT) From: Chris Phillips X-Sender: chris@shell.bchosting.com To: Matthias Matthiesen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ? In-Reply-To: <14mk0B-1t0rK4C@fwd01.sul.t-online.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/ On Tue, 10 Apr 2001, Matthias Matthiesen wrote: > Hi FreeBSD Team, > i got one question,i=B4m using linux at the moment,and want to use unix n= ow.I want=20 > to download it , I tried it at ftp.freebsd.org , but i don=B4t know what = to=20 > download,there isn=B4t an install.iso , is it ? Can you help me ? What fi= le do I=20 > have to download ? >=20 > Matthias=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 15:38:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13605.mail.yahoo.com (web13605.mail.yahoo.com [216.136.175.116]) by hub.freebsd.org (Postfix) with SMTP id 6F7E437B424 for ; Mon, 9 Apr 2001 15:38:54 -0700 (PDT) (envelope-from bzdik@yahoo.com) Message-ID: <20010409223854.79931.qmail@web13605.mail.yahoo.com> Received: from [204.119.1.78] by web13605.mail.yahoo.com; Mon, 09 Apr 2001 15:38:54 PDT Date: Mon, 9 Apr 2001 15:38:54 -0700 (PDT) From: Bzdik BSD Subject: [poor Ted]Re: Who's got the cheapest 100-BT Ethernet NIC? To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG never had a problem with SMC 1211TX in any BSD, Linux or Mazdai Usually $15 at Fry's. did not try this one for Solaris IA though. But... that subj flies in the face of Ted's preaching on long term consequences of short term fixes. Just proves that crowds have more similar traits than differences they are so proud of. NASDAQ anybody? :))) Willsonville, OR - 90 min drive from Vancouver, WA. so, in my case it's much cheaper to get to ENU and buy an Intel board for $41, plus I feel like I am boosting US economy while Greenspan has exhausted his options. so, I would look for high quality components at a [reasonable]discount instead. --- Charles Burns wrote: > Lynksys probably makes the cheapest decent card, the LNE100TX. I've seen > them for around $20-$25 retail. > > >From: Gunther Schadow > >To: freebsd-questions@freebsd.org > >Subject: Who's got the cheapest 100-BT Ethernet NIC? > >Date: Mon, 09 Apr 2001 20:26:09 +0000 > > > >Hi, > > > >I know the Ethernet cards for 20 bucks are available from Hawking or > >Kingston or what those brand names are. But I don't know whether they > >work well with FreeBSD and the notes in the LINT kernel are not > >exhaustive on these cheap OEM and whatever products. Please everyone > >who believes he's got one 100-BT PCI card for below $50 working well, > >I would appreciate hearing which card it is, which driver you use. > >Also if you have had problems with cheap cards please let me know too. > > > >Thanks much! > >-Gunther > > > > > >-- > >Gunther Schadow, M.D., Ph.D. gschadow@regenstrief.org > >Medical Information Scientist Regenstrief Institute for Health Care > >Adjunct Assistent Professor Indiana University School of Medicine > >tel:1(317)630-7960 http://aurora.regenstrief.org > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 15:41:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp013.mail.yahoo.com (smtp013.mail.yahoo.com [216.136.173.57]) by hub.freebsd.org (Postfix) with SMTP id C783437B43E for ; Mon, 9 Apr 2001 15:41:16 -0700 (PDT) (envelope-from cpcbuzz@yahoo.com) Received: from host-216-77-220-218.fll.bellsouth.net (HELO yahoo.com) (216.77.220.218) by smtp.mail.vip.sc5.yahoo.com with SMTP; 9 Apr 2001 22:41:16 -0000 X-Apparently-From: Message-ID: <3AD239F3.C7D4B4E@yahoo.com> Date: Mon, 09 Apr 2001 18:38:43 -0400 From: jon X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.4.2 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: write error during install Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG when creating root filesystem durin initial install i get an "error 1568" does anyone know what this means?? and/or how to fix it?? any help would be greatly appreciated this is what the debugging messages say on VTY1 (repeatedly) ata0-master: timeout waiting to give command=ef s=d0 e=00 done ata0-master: timeout waiting to give command=30 s=d0 e=00 ad0: error executing command - resetting ata0: resetting devices .. ata0-master: timeout waiting for command=c6 s=d0 e=00 then lastly ata0-master: timeout waiting to give command=ef s=d0 e=00 done write error: 1568 newfs: wtfs: Input/output error _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 15:55: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cantvc.canterbury.ac.nz (cantvc.canterbury.ac.nz [132.181.30.1]) by hub.freebsd.org (Postfix) with ESMTP id F376437B424 for ; Mon, 9 Apr 2001 15:55:02 -0700 (PDT) (envelope-from rbm49@tacacs.canterbury.ac.nz) Received: from CONVERSION-DAEMON.it.canterbury.ac.nz by it.canterbury.ac.nz (PMDF V6.0-24 #45723) id <01K28D9NAYWW8WWCSU@it.canterbury.ac.nz> for freebsd-questions@FreeBSD.org; Tue, 10 Apr 2001 10:54:55 +1200 (NEW ZEALAND STANDARD TIME) Received: from tacacs.canterbury.ac.nz (rbm49.tacacs.canterbury.ac.nz [172.31.164.87]) by it.canterbury.ac.nz (PMDF V6.0-24 #45723) with ESMTP id <01K28D9LOE7S8Y5G1E@it.canterbury.ac.nz>; Tue, 10 Apr 2001 10:54:55 +1200 (NEW ZEALAND STANDARD TIME) Received: (from rbm49@localhost) by tacacs.canterbury.ac.nz (8.11.2/8.11.2) id f39Ms0S28547; Tue, 10 Apr 2001 10:54:01 +1200 (NZST envelope-from rbm49) Date: Tue, 10 Apr 2001 10:53:30 +1200 From: Richard B Mahoney Subject: Re: File Managers? In-reply-to: <"from ejcerejo"@yahoo.com> To: "E. J. Cerejo" Cc: Subscribers to FreeBSD-Questions Reply-To: Richard B Mahoney Mail-Followup-To: "E. J. Cerejo" , Subscribers to FreeBSD-Questions Message-id: <20010410105330.G10996@tacacs.canterbury.ac.nz> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.2-20010211-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear E.J., On Mon, Apr 09, 2001 at 12:55:07AM -0700, E. J. Cerejo wrote: > I installed that eazel thing called nautilus, took > forever and it doesnt' work, it gives and GConf error. > Can anybody recommend a good file manager to use > before I decide to go for another one that will not > work. Is endeavour any good? When all is said and done, I prefer to use emacs in `dired' mode. If you would rather a GUI then you could try `ROX.' Cf.: /usr/ports/x11-fm/rox-filer/files/rox It's attractive and almost as fast as `blackbbox.' 8-) Many regards, Richard Mahoney -- ------------------------ Richard Mahoney ------------------------- 78 Jeffreys Rd +64-3-351-5831 Christchurch New Zealand --------------- mailto:rbm49@csc.canterbury.ac.nz ---------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 16: 6: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nameserver.austclear.com.au (nameserver.austclear.com.au [192.83.119.132]) by hub.freebsd.org (Postfix) with ESMTP id 99A5C37B422 for ; Mon, 9 Apr 2001 16:05:57 -0700 (PDT) (envelope-from ahl@austclear.com.au) Received: from tungsten.austclear.com.au (tungsten.austclear.com.au [192.168.70.1]) by nameserver.austclear.com.au (8.9.3/8.9.3) with ESMTP id JAA19808; Tue, 10 Apr 2001 09:05:51 +1000 (EST) Received: from tungsten (tungsten [192.168.70.1]) by tungsten.austclear.com.au (8.9.3/8.9.3) with ESMTP id JAA01344; Tue, 10 Apr 2001 09:05:51 +1000 (EST) Message-Id: <200104092305.JAA01344@tungsten.austclear.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: archive@in-design.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail and ETRN In-Reply-To: Message from "in-design archive" of "Mon, 09 Apr 2001 10:08:05 -0400." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 10 Apr 2001 09:05:50 +1000 From: Tony Landells Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archive@in-design.com said: > I was looking to see what one needs to setup a collection secondary > MX machine with sendmail. I can find allot of info about what to do on > the primary dialup by running etrn.pl but what does one have to do on > the secondary that is always on line to be able to collect the mail > for that given domain. Any help would be really helpfull. Thanks allot > in advance. Well, that depends... Theoretically, all they need is for you to list them as a lower preference (higher number) MX in DNS. However, in these days of anti-relaying and anti-spamming it depends on how they have their mail server configured. If they're running sendmail and they've used one of the features promiscuous_relay, relay_based_on_MX you should be fine (mind you, I wouldn't trust someone running a box with promiscuous_relay, but it's your call). If they don't have one of those features then they'll need to set your domain as one permitted to be relayed through their server. And if they're running something other than Sendmail, they'll have to do whatever the equivalent thing is for their software. Cheers, Tony -- Tony Landells Senior Network Engineer Ph: +61 3 9677 9319 Australian Clearing Services Pty Ltd Fax: +61 3 9677 9355 Level 4, Rialto North Tower 525 Collins Street Melbourne VIC 3000 Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 16: 7:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmod.ath.cx (CC2-1242.charter-stl.com [24.217.116.226]) by hub.freebsd.org (Postfix) with ESMTP id 308D337B422 for ; Mon, 9 Apr 2001 16:07:31 -0700 (PDT) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id 9E062A91E; Mon, 9 Apr 2001 18:06:56 -0500 (CDT) Date: Mon, 9 Apr 2001 18:06:56 -0500 From: Andrew Hesford To: Larry Librettez Cc: freebsd-questions@freebsd.org Subject: Re: 100% CPU usage with xmms Message-ID: <20010409180656.A4095@cec.wustl.edu> References: <20010409202741.62571.qmail@web13203.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010409202741.62571.qmail@web13203.mail.yahoo.com>; from lipshitz909@yahoo.com on Mon, Apr 09, 2001 at 01:27:41PM -0700 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 09, 2001 at 01:27:41PM -0700, Larry Librettez wrote: > I've run into an annoying problem with xmms. > Occasionally when I start xmms, even before playing > any mp3's, CPU use approaches 100%. top shows xmms as > the offender, with xmms hogging up about 90% CPU, just > sitting there even before I play an mp3. Even worse, > to stop xmms I must issue kill -9 xmms or else it just > keeps on going! I've updated my xmms port to the > latest and still this occurs. > > This occurs on my 4.3-RC2 systems, both laptop and > desktop. The laptop runs a maestro3 soundcard and the > desktop has a plain SB 16. The sound itself is fine, > it's just the 100% annoying excess CPU useage! > > > Has anyone else noticed this, and can this be fixed? Please don't cross-post messages like this. Some of us, like me, subscribe to both the -stable and -questions lists, and it's possible to get a few hundred unique messages on busy days. Duplicate messages just make the load heavier for no reason. Furthermore, this question doesn't belong on the -stable list, at least not in my opinion. All I can say is that my xmms build works just fine, and I'm running 4.3-RC from yesterday. If you can't specifically identify it as a problem with FreeBSD, you should submit it to -questions. If you're sure it's a problem with FreeBSD, submit it here. If you can identify the problem and post an accurate bug report or patch, then it belongs on -hackers. Since you have very little information on why xmms is causing trouble, stick with -questions for now. Later, if you haven't gotten a satisfactory answer, you may consider posting it here. (I'm sure few people would take offense if you cross-posted a major disaster, like "Help! fdisk bug ate my slice table!", but for something as trivial as xmms, the resolution can occur at a slower pace.) Now for the problem at hand (I believe people ignore my gripes if they are at the end, but when people have to read the gripe first, it sinks in). First, check to make sure you aren't running odd plugins with xmms, this would be the first suspect. Disable everything that isn't necessary to run the program. Next, disable those options that need xmms to be suid root, like DGA access (and one other, I think). If your xserver doesn't allow DGA, it may be causing a problem. Finally, check the output plugin. Troubles in esd can cause troubles in xmms, like bogging down. For instance, when xmms crashes on me, a copy of esd is left running, but it doesn't seem to respond to connections. Hence restarting xmms will cause it to freeze for a few moments. The solution? First, try killing any copies of esd you have running before you start xmms. If these don't work, well, I'm out of ideas. Are you building xmms from the ports, or building it yourself? If you are doing it manually, use the ports version. You might also try a prebuilt package. -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 16:12:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmod.ath.cx (CC2-1242.charter-stl.com [24.217.116.226]) by hub.freebsd.org (Postfix) with ESMTP id 9353737B422 for ; Mon, 9 Apr 2001 16:12:52 -0700 (PDT) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id AD66FA91E; Mon, 9 Apr 2001 18:12:18 -0500 (CDT) Date: Mon, 9 Apr 2001 18:12:18 -0500 From: Andrew Hesford To: Richard B Mahoney Cc: "E. J. Cerejo" , Subscribers to FreeBSD-Questions Subject: Re: File Managers? Message-ID: <20010409181218.B4095@cec.wustl.edu> References: <"from ejcerejo"@yahoo.com> <20010410105330.G10996@tacacs.canterbury.ac.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010410105330.G10996@tacacs.canterbury.ac.nz>; from rbm49@student.canterbury.ac.nz on Tue, Apr 10, 2001 at 10:53:30AM +1200 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 10, 2001 at 10:53:30AM +1200, Richard B Mahoney wrote: > Dear E.J., > > On Mon, Apr 09, 2001 at 12:55:07AM -0700, E. J. Cerejo wrote: > > > I installed that eazel thing called nautilus, took > > forever and it doesnt' work, it gives and GConf error. > > Can anybody recommend a good file manager to use > > before I decide to go for another one that will not > > work. Is endeavour any good? > > When all is said and done, I prefer to use emacs in `dired' > mode. > > If you would rather a GUI then you could try `ROX.' Cf.: > > /usr/ports/x11-fm/rox-filer/files/rox > > It's attractive and almost as fast as `blackbbox.' 8-) Nothing beats a good old xterm with tcsh... fast, friendly, powerful. I find GUI file managers to be clunky, and I hate clicking around with a mouse to get things done. The best part is, if X goes down, you still have access to your file manager. Obviously there are times when clicking is beneficial, e.g., prepending a number to filenames in a way that is difficult to automate with a script (for instance, adding track numbers to mp3s is hard to automate, because there is no logical order to the track names). For tasks like this, I use GMC, simply because it's the only UNIX GUI file manager I've ever used. You have to have the GNOME libraries around, but come on, don't we all have them anyway? Of course, I am not blind to the fact that GMC is hated by many, and it is going to be replaced with Nautilus 1.0 sometime in the future (now?). -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 16:15:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13205.mail.yahoo.com (web13205.mail.yahoo.com [216.136.174.190]) by hub.freebsd.org (Postfix) with SMTP id F344F37B423 for ; Mon, 9 Apr 2001 16:15:20 -0700 (PDT) (envelope-from lipshitz909@yahoo.com) Message-ID: <20010409231519.12244.qmail@web13205.mail.yahoo.com> Received: from [169.139.124.27] by web13205.mail.yahoo.com; Mon, 09 Apr 2001 16:15:19 PDT Date: Mon, 9 Apr 2001 16:15:19 -0700 (PDT) From: Larry Librettez Subject: Re: How to specify external network for firewall/NAT when IP is dynamically assigned To: michael@tenzo.com, freebsd-questions@FreeBSD.ORG In-Reply-To: <01040914110602.01892@pravda.tenzo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 'me' is descriped in the Rule Format section, in the src and dst subsection: "src and dst: any | me | [not]
[ports] Specifying any makes the rule match any IP number. Specifying me makes the rule match any IP number configured on an interface in the system." However, if I recall correctly, 'me' first appeared in the 4.2-STABLE version of ipfw. --- Michael O'Henly wrote: > Thanks for the reply, Larry. Unfortunately, I don't > see any reference to 'me' > in the ipfw man page. Is there another place I > should be looking? > > M. > > On Monday 09 April 2001 13:46, Larry Librettez > wrote: > > Take a look at the man ipfw page, specifically the > use > > of 'me' as a destination. 'me' can be used for > > dynamically assigned IP addresses as in your case. > I > > use it for my ppp dialup connections. You may > have to > > change your rc.firewall script a bit though to > > accomodate the 'me' destination. > > > > One other alternative is to use awk to extract > your IP > > address from the output of ifconfig, and > incorporate > > that into rc.firewall. > > > > I'm sure there are other ways of doing it though. > > > > --- Michael O'Henly wrote: > > > Hi... > > > > > > I'm attempting to set up a simple firewall for > my > > > home network. I have a > > > FreeBSD box with two NICs, one connected to the > > > internet via cable modem and > > > the other to an internal network on which there > are > > > two Macs. My external IP > > > is assigned by DHCP. I'm not running any > services > > > that I want accessible to > > > external users, or any from which I'd want to > block > > > internal users. > > > > > > I've read a lot of docs over the last few days > on > > > how to do this and I think > > > I have the basics straight -- but for this > question: > > > > > > In /etc/rc.firewall (simple section), I'm asked > to > > > identify my networks. > > > Since my IP is dynamically assigned, how do I > > > specify my outside network > > > interface? Here's the format (replacing > 1.2.3.444/24 > > > with actual values)... > > > > > > # set these to your outside network interface > and > > > netmask and ip > > > oif="ed0" > > > onet="1.2.3.444/24" > > > omask="255.255.255.0" > > > oip="1.2.3.444" > > > > > > # set these to your inside network interface and > > > netmask and ip > > > iif="ed1" > > > inet="192.168.0.444/24" > > > imask="255.255.255.0" > > > iip="192.168.0.444" > > > > > > Thanks. > > > > > > M. > > > > > > -- > > > Michael O'Henly > > > TENZO Design > > > > > > To Unsubscribe: send mail to > majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body > of > > > the message > > > > __________________________________________________ > > Do You Yahoo!? > > Get email at your own domain with Yahoo! Mail. > > http://personal.mail.yahoo.com/ > > -- > Michael O'Henly > TENZO Design > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 16:27:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.cybersurf.net (smtp1.cybersurf.net [209.197.145.111]) by hub.freebsd.org (Postfix) with ESMTP id AE23937B422 for ; Mon, 9 Apr 2001 16:27:14 -0700 (PDT) (envelope-from 01031149@3web.net) Received: from 3web.net ([209.197.159.162]) by smtp1.cybersurf.net (Netscape Messaging Server 4.15) with SMTP id GBJT5B00.SJC for ; Mon, 9 Apr 2001 17:27:11 -0600 Received: by rockingd.calgary.ab.ca (EzMTS MTSAgent 1.22b Service) ; Mon, 09 Apr 01 17:26:12 -0600 for Received: from 3web.net (10.0.0.2) by rockingd.calgary.ab.ca (EzMTS MTSSmtp 1.23f Service) ; Mon, 09 Apr 01 11:21:15 -0600 for Received: by mandy.rockingd.calgary.ab.ca (sSMTP sendmail emulation); Mon, 9 Apr 2001 11:20:48 -0600 Date: Mon, 9 Apr 2001 11:20:46 -0600 From: Duke Normandin <01031149@3web.net> To: "Andrew C. Hornback" Cc: FreeBSD Questions Subject: Re: BSDi Acquired by Embedded Computing Firm Wind River Message-ID: <20010409112045.A72259@mandy.rockingd.calgary.ab.ca> References: <20010408175333.B117005@mandy.rockingd.calgary.ab.ca> <00f501c0c090$f545f480$274391d8@tomcat> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <00f501c0c090$f545f480$274391d8@tomcat>; from "Andrew C. Hornback" on Sun, Apr 08, 2001 at 09:03:58PM X-Envelope-Receiver: , Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Apr 08, 2001 at 09:03:58PM -0400, Andrew C. Hornback wrote: > > -----Original Message----- > > Ted...how do you suppose Linux would behave as a server and/or desktop > > platform if it ran on equipment that FreeBSD considered absolutely > > top-notch? Equal to FreeBSD? A tad better or a tad bellow -- setting > > aside any BSD bias (if applicable) for a moment? > > Okay Duke, I got this far and I blanched when you made the remark > about Linux possibly performing better than FreeBSD on the same > hardware. In my various web surfing/research, I found a column by > either PC Magazine or Byte (someone like that), where they took two > of exactly the same machine (IBM Netfinity 5500s, I believe), > comparing the newest Linux kernel with FreeBSD 4.1... both had the > same application load, and were put through various tests. "Remark"? I'm sure that you meant, that you "blanched" when I ask the *questions*! Note the 3 question marks above. > As it turns out, the results were either dead even, or in favor of > FreeBSD. Now, I don't know about the rest of you all, but IBM > Netfinity machines are pretty high class where I come from. And the > fact that FreeBSD either ran neck and neck, or flat out beat Linux > says something to me... that we're on the right path here to create > the best free server operating system out there. Your results are *exactly* what I would have expected from the *Cadillac* server OSs. However would it be fair to say that the results also speak well of Linux -- first, for it's apparant capability as a server, and second, from the fact that it can also perform reliably as a desktop platform even with garbage hardware? -- -duke Calgary, Alberta, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 16:27:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.cybersurf.net (smtp1.cybersurf.net [209.197.145.111]) by hub.freebsd.org (Postfix) with ESMTP id E24C737B423 for ; Mon, 9 Apr 2001 16:27:15 -0700 (PDT) (envelope-from 01031149@3web.net) Received: from 3web.net ([209.197.159.162]) by smtp1.cybersurf.net (Netscape Messaging Server 4.15) with SMTP id GBJT5B00.CGK for ; Mon, 9 Apr 2001 17:27:12 -0600 Received: by rockingd.calgary.ab.ca (EzMTS MTSAgent 1.22b Service) ; Mon, 09 Apr 01 17:26:12 -0600 for Received: from 3web.net (10.0.0.2) by rockingd.calgary.ab.ca (EzMTS MTSSmtp 1.23f Service) ; Mon, 09 Apr 01 16:36:14 -0600 for Received: by mandy.rockingd.calgary.ab.ca (sSMTP sendmail emulation); Mon, 9 Apr 2001 16:35:48 -0600 Date: Mon, 9 Apr 2001 16:35:46 -0600 From: Duke Normandin <01031149@3web.net> To: Ted Mittelstaedt Cc: freebsd-questions@FreeBSD.ORG Subject: Re: BSDi Acquired by Embedded Computing Firm Wind River Message-ID: <20010409163545.B72259@mandy.rockingd.calgary.ab.ca> Mail-Followup-To: Ted Mittelstaedt , freebsd-questions@FreeBSD.ORG References: <20010408175333.B117005@mandy.rockingd.calgary.ab.ca> <000701c0c0e7$f6b4db40$1401a8c0@tedm.placo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000701c0c0e7$f6b4db40$1401a8c0@tedm.placo.com>; from "Ted Mittelstaedt" on Mon, Apr 09, 2001 at 04:26:47AM X-Envelope-Receiver: , Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 09, 2001 at 04:26:47AM -0700, Ted Mittelstaedt wrote: > >-----Original Message----- > >From: Duke Normandin [mailto:01031149@3web.net] > > > >So...is it fair to say that given the multitude of junk hardware in > >active use, that M$ and perhaps Linux have done an outstanding job in > >1. writing relatively stable drivers for this so-called crap, and 2., > >dove-tailing same with their perhaps not-so-stable kernel(s)? As well, > >that this whole discussion is really about quality and availablity of > >junk-hardware drivers? > > > Many's the time I've seen people complain that FreeBSD didn't support > their pet Wonkulating Gronkulator and that Linux did - and after you > get into it with them, it always seems to come out in the discussion that > their Wonkulating Gronkulator card costs $14, and the card that FreeBSD > _does_ support that does the same thing, costs $25. (and is technically > a better card) The way I read your parapraph I can only conclude that Linux et al *do* support more $14 cards as an accomodation to the cheaps bastards out there, than does FreeBSD. It goes w/o saying that FreeBSD *does* support the same functionalities -- but only those of higher quality / or those that the developers happen to favor. > >True enough! However, in your vast experience, what percentage of the > >current and future Unix users do you suppose can afford the quality of > >basic and peripheral hardware that commercial houses opt for -- and more > >importantly, that the FreeBSD top-level folks *seem* to have deemed to be > >the only type that drivers would be written for? > > > > You got it backwards, actually. In my experience it's precisely the > commercial houses, large companies that are purchasing 500 desktop systems > at a time, for example, that will chintz and scrape to save a nickel. > The problem is that these folks (mostly) are too dumb to see that if they > save $200 per machine and get a system that's garbage-grade, that over the > life of that system it's going to cost far more than $200 additional in > frustrated technician time to fix up. Are you telling me (us) that most private computer users, intent on learning and *using* Unix, go out and buy the very best equipment that is available? They don't simply go to Future Shop etc, and look for the "best bang for their buck"? > >Your comments above, IMHO, support your previous suggestion that this > >whole issue revolves around certain strategic marketing decisions that > >have been made. Something to the effect that -- we'll aim at being the > >best server platform possible, and to hell with catering to the desktop > >users with their paeon junk hardware. If they're clued-in enough to get > >with the program and come up to standards, then it'll work for them, up > >to a point. Otherwise, piss on em! Am I being unfair? > > > > I think that actually this more closely describes the actual fact than > most people would like, but I think your being very unfair with this > as an attitude characterization. If what I suggested above "more closely describes the actual fact than most people would like", then I supposed I lucked-in and guessed correctly. The facts then, seem to suggest a certain attitude, but like to indicate below, there may be more issues involved. I can understand completely though. You want to play with our little hobby OS? -- fine use it and love as is! That's an attitude -- and perfectly justified. I guess that *I* need to know this before making a decision, that's all. > For starters, no developer that writes a device driver WANTS to write crappy > code. After all, your name is prominently splashed all over the code, I > can't think of a worse way to be known in this business than to have your > name attached to a device driver that gives people problems. I agree! I'm sure that there has never been a conscious decision made to write buggy or ill-conceived code. My comments above in no way implied as much. > So, what happens invariably is that the developer sits down, and writes the > driver, and tests it with as many devices as he can get. Naturally, this is > someone who takes his computing very seriously, he or she isn't going to own > any crap hardware. Furthermore, most of his or her friends that are running > FreeBSD and would be inclined to test his code, well they are serious people > too and they don't own crappy hardware. > So, everyone blesses the driver as good, and next FreeBSD release it shows > up. Shortly after that a flood of complaints come in from users that have > devices that aren't compliant, and develop problems. > > Now, the developer at this point could say "screw you it works on all this > tested stuff, buy one of the tested devices". > I have to say, that when the items are really, really cheap, (like > soundcards, for example) and the price differences are a few dollars, this > may be a perfectly valid attitude to have. > > But, most developers sift through the complaints and try to find > commonalities. Say the driver is for a network card chipset, well the > developer finds that 90% of the complaints are from 1 manufacturer's card > that uses this chipset - well, the developer most likely will obtain one of > these cards and test against it and fix the driver. But, will he then go on > and fix the problems in the remaining 10% of complaints? Would it be a good > use of time for him to fix them? It depends! If 100% of the complaints represents only 10% of the possible NICs commonly in use, then fixing 90% of the complaints isn't saying a whole hell of a lot, is it? > To clarify what I was saying - the $64 question is this: Is the market > demanding a SOLUTION to a problem, or are they demanding a SPECIFIC > APPLICATION PROGRAM AS THE SOLUTION to a problem? > > Microsoft has built an industry trained to think that there's only ONE > solution to their particular problem. So, if the end users are programmed > into this - and they happen to be demanding a buggy program - then > you may need to do Bad Things to the operating system to support > this buggy program. > > Of course the first step to solving this is to convince the end users that > they can use MANY DIFFERENT solutions to their problem - they aren't > married to Microsoft's answer, nor to anyone else's answer. Exactly.... "they aren't married to Microsoft's answer,.."! It just seems to me that if FreeBSD is interested in being "one" of the solutions for the desktop-only/mostly crowd, then steps should be taken to accomodate W/O compromising kernel integrity in any way. > >Sure...Like you said marketing; marketing, marketing! Those Linux folks > >aren't stupid either I suppose. I'm sure that they also recognize the > >preponderance of the junk hardware that's being used both in private and > >corporate settings - globally. So it's my guess that they are trying to > >make the best out of a not-so-good fact of life, by writing the best > >drivers possible for as much junk as possible -- in order to win over as > >many new converts as possible, to the "Unix way". Isn't *that* what it > >should be about -- at least to some degree? > > > > But, your missing something - the "UNIX Way" is to use the best tool for the > job, not to ram a hammer in there for all solutions. Therefore, why use a > substandard tool (ie: substandard computer hardware) to solve your > problems? Now, this is a new one for me! I've never heard it said that the above was a prerequisite for using Unix. As a matter of fact, in my visits to the Open/Net/FreeBSD sites, nowhere have I read anything on using *only* quality components. > You have to draw the line in the sand somewhere. If Linux bends over > backward to support every last little junk device, then they are basically > saying "Hey everyone, there's no standards to uphold in the computer > industry, just use whatever junk you want and the software guys will sort it > all out later" This is just like what Windows is doing. So, I have to say, > if Linux is going to be this much like Windows, then why run Linux when you > can run Windows? > > >I agree with this completely. FreeBSD is evolving. Having lurked on this > >list for almost 1.5 years now, my sense that if FreeBSD was once looked > >upon by some of the original developers as simply an enjoyable hobby, it > >certainly should not be seen as *only* that anymore -- not if FreeBSD is > >to grow and spread. > > I don't think that it is seen as that anymore, and hasn't been seen as that > for a long time now. I think the issue really is not _whether_ it's > spreading, but _how_ and _where_ it's spreading. > > This is going to sound somewhat snobbish, but it's in our interest to see > that FreeBSD is used by the "right people". We don't want to have the > majority of FreeBSD users comprised of people that never contribute one > second of their time, or one dime of their money back to the project, or to > other FreeBSD users. We also don't want to bring on a huge raft of newbies > that have no patience for any software program that requires them to use > their brains to understand and use it. > > I always think of this whenever someone suggests shit-canning > /stand/sysinstall in favor of some GUI-based X-Windows installation program. > Well, the graphical install programs are nice, and are easy enough so that > anyone can use. But, what's the point of making the OS install so simple > and easy - once the FreeBSD system is installed and reboots up to a login > prompt, what are they supposed to do then? Sooner or later they have to > start thinking, they might as well start thinking when they start installing > the OS!! > I think that we now are finally getting to the core issue of this desktop/server FreeBSD/Linux deal. If FreeBSD exists to perform primarily* as a server platform - period -- *then it should be marketed as such. Why? Because *all* peripheral support is, by-and-large, developed for, tested on and limited to server-grade quality stuff. It should then be plainly emphasized that FreeBSD is *NOT* an appropriate OS for deployment on run-of-the-mill, Microsoft-grade hardware. In the spirit of professional good-will, A referal to some of the Linux sites could then be given. As well, it should be again plainly emphasized that FreeBSD is *NOT* an appropriate OS for most folks wanting to migrate from a Windows/Mac platform, as the level of computer literacy and competence required to successfully install the OS, hardware peripherals, software, etc, far exceeds that of the average Joe. Like you say above, the potential FreeBSD user could then be advised to stay with Windows or be directed to Linux. Fair enough -- I'd say! Ted...I suspect that this thread is pissing off just a few folks out there. The questions I asked were not meant to denegrate FreeBSD, the developers, or their valiant efforts. I may have issues with some aspects of FreeBSD, but my respect for the whole ball of wax has never waned. I'm still in the throes of learning my way around Unix. I haven't yet made a decision between a flavor of Linux or an incarnation of BSD. This discussion has been enlightening and informative, but I think that it would serve no further good to continue publically. Please email me privately with any further comments/suggestions. -- -duke Calgary, Alberta, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 16:43:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from urdvg001.cms.usa.net (urdvg001.cms.usa.net [165.212.11.1]) by hub.freebsd.org (Postfix) with SMTP id 0DF3737B424 for ; Mon, 9 Apr 2001 16:43:10 -0700 (PDT) (envelope-from briant@packeteer.com) Received: (qmail 17647 invoked from network); 9 Apr 2001 23:43:09 -0000 Received: from uadvg128.cms.usa.net (165.212.11.128) by corprelay.cms.usa.net with SMTP; 9 Apr 2001 23:43:09 -0000 Received: (qmail 14648 invoked by uid 0); 9 Apr 2001 23:43:09 -0000 Received: USA.NET MXFirewall, messaging filters applied; Mon, 09 Apr 2001 23:43:08 GMT Received: from packeteer.com [207.78.98.2] by uadvg128 (ASMTP/briant@postoffice.packeteer.com) via mtad (53CM.1200.1.06) with ESMTP id 934FDiXrH0456M16; Mon, 09 Apr 2001 23:43:07 GMT Message-ID: <3AD2492A.27D8E25E@packeteer.com> Date: Mon, 09 Apr 2001 16:43:38 -0700 From: Brian Tiemann Organization: Packeteer, Inc. X-Mailer: Mozilla 4.74 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: RELENG? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This has been bothering me for years, and it if's answered in some FAQ somewhere, I haven't seen it. What the heck does RELENG stand for? Someone I know hazarded a guess that it was for RELease ENGlish, but I'd like to find out for sure. Please reply directly-- I'm not subscribed. Thanks! Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 16:44:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nameserver.austclear.com.au (nameserver.austclear.com.au [192.83.119.132]) by hub.freebsd.org (Postfix) with ESMTP id 2D56437B424 for ; Mon, 9 Apr 2001 16:44:23 -0700 (PDT) (envelope-from ahl@austclear.com.au) Received: from tungsten.austclear.com.au (tungsten.austclear.com.au [192.168.70.1]) by nameserver.austclear.com.au (8.9.3/8.9.3) with ESMTP id JAA20131; Tue, 10 Apr 2001 09:44:21 +1000 (EST) Received: from tungsten (tungsten [192.168.70.1]) by tungsten.austclear.com.au (8.9.3/8.9.3) with ESMTP id JAA02675; Tue, 10 Apr 2001 09:44:21 +1000 (EST) Message-Id: <200104092344.JAA02675@tungsten.austclear.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: kam@salsolutions.net Cc: grog@lemis.com, freebsd-questions@FreeBSD.ORG Subject: Re: Vinum volume restore help? *UPDATE#1 In-Reply-To: Message from "Kam Salisbury" of "Mon, 09 Apr 2001 19:10:35 GMT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 10 Apr 2001 09:44:21 +1000 From: Tony Landells Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Kam, Just to ask the bleeding obvious... I assume these disks are actually being detected during booting? As I understand it, you were already using these disks, and already had vinum running on them. If that's the case then the disklabels should still be there, and you should be able to inspect them with, for example, "disklabel -r ad3". If the disks are detected but you can't see the labels, then I'd say you're in a heap of trouble... The other thing I don't understand is exactly what changed on your system--I know you said you set up a new root partition, but was that a disk swap for the one that used to be the root partition, or were you running root from a different disk and have now added a new disk to the system that you've installed root on? The reason I ask is that vinum stores its configuration on each vinum "device" (as I understand it), so if all you did was a disk swap, then you shouldn't have to change anything for your mirror. At all. All the information should be sitting on the disks waiting to be accessed (disk labels, vinum configuration, ...). If you added a new disk to the system, then maybe you've changed your device numbers. If I'm off track, perhaps it would be helpful if you described what you started with, and how you changed it, which may then generate some ideas of how it might have broken. Cheers, Tony -- Tony Landells Senior Network Engineer Ph: +61 3 9677 9319 Australian Clearing Services Pty Ltd Fax: +61 3 9677 9355 Level 4, Rialto North Tower 525 Collins Street Melbourne VIC 3000 Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 16:46:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmod.ath.cx (CC2-1242.charter-stl.com [24.217.116.226]) by hub.freebsd.org (Postfix) with ESMTP id E8F7737B43E for ; Mon, 9 Apr 2001 16:46:55 -0700 (PDT) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id AED66A91E; Mon, 9 Apr 2001 18:46:21 -0500 (CDT) Date: Mon, 9 Apr 2001 18:46:21 -0500 From: Andrew Hesford To: Brian Tiemann Cc: freebsd-questions@freebsd.org Subject: Re: RELENG? Message-ID: <20010409184621.A8986@cec.wustl.edu> References: <3AD2492A.27D8E25E@packeteer.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD2492A.27D8E25E@packeteer.com>; from briant@packeteer.com on Mon, Apr 09, 2001 at 04:43:38PM -0700 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 09, 2001 at 04:43:38PM -0700, Brian Tiemann wrote: > What the heck does RELENG stand for? > Brian RELease ENGineer. You had the first word right, and the first three letters of the second word. :) -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 16:50:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx1out.umbc.edu (mx1out.umbc.edu [130.85.253.51]) by hub.freebsd.org (Postfix) with ESMTP id 4EEF937B42C for ; Mon, 9 Apr 2001 16:50:48 -0700 (PDT) (envelope-from gmiddl1@gl.umbc.edu) Received: from irix2.gl.umbc.edu (gmiddl1@irix2.gl.umbc.edu [130.85.60.11]) by mx1out.umbc.edu (8.9.3/8.9.3) with ESMTP id TAA10925; Mon, 9 Apr 2001 19:50:26 -0400 (EDT) Date: Mon, 9 Apr 2001 19:50:25 -0400 From: "G. Jason Middleton" To: Gunther Schadow Cc: Subject: Re: Who's got the cheapest 100-BT Ethernet NIC? In-Reply-To: <3AD21AE1.F715330E@aurora.regenstrief.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG def go with the cheap dlinks....they will do whatcha need them to do....or the intel express is good to....or 3com...but then your are moving up in price too.......either SMC or Dlink is the way to go. G. Jason Middleton On Mon, 9 Apr 2001, Gunther Schadow wrote: > Hi, > > I know the Ethernet cards for 20 bucks are available from Hawking or > Kingston or what those brand names are. But I don't know whether they > work well with FreeBSD and the notes in the LINT kernel are not > exhaustive on these cheap OEM and whatever products. Please everyone > who believes he's got one 100-BT PCI card for below $50 working well, > I would appreciate hearing which card it is, which driver you use. > Also if you have had problems with cheap cards please let me know too. > > Thanks much! > -Gunther > > > -- > Gunther Schadow, M.D., Ph.D. gschadow@regenstrief.org > Medical Information Scientist Regenstrief Institute for Health Care > Adjunct Assistent Professor Indiana University School of Medicine > tel:1(317)630-7960 http://aurora.regenstrief.org > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > G. Jason Middleton _______________________________________________________________________________ Announcement: The revolution will not be televised. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 16:52:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from listproc.corp.loudcloud.com (olly.loudcloud.com [208.50.142.100]) by hub.freebsd.org (Postfix) with ESMTP id BED2637B422 for ; Mon, 9 Apr 2001 16:52:25 -0700 (PDT) (envelope-from seanp@loudcloud.com) Received: from loudcloud.com (grover.geek.loudcloud.com [192.168.0.253]) by listproc.corp.loudcloud.com (8.11.3/8.10.1) with ESMTP id f39NqF223716 for ; Mon, 9 Apr 2001 16:52:15 -0700 (PDT) Message-ID: <3AD24D87.67E38A46@loudcloud.com> Date: Mon, 09 Apr 2001 17:02:15 -0700 From: Sean Peck X-Mailer: Mozilla 4.74 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: subscribe Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -- Finish the deployment... We'll buy you a new family. The three most dangerous things are: 1) a programmer with a soldering iron 2) a manager who codes 3) a user who gets ideas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 16:52:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 5801A37B423 for ; Mon, 9 Apr 2001 16:52:34 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 13415 invoked by uid 100); 9 Apr 2001 23:52:32 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15058.19264.910369.684456@guru.mired.org> Date: Mon, 9 Apr 2001 18:52:32 -0500 To: "Lee, Jaeho" Cc: questions@freebsd.org Subject: RE: which web server are better? In-Reply-To: <18314354@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Lee, Jaeho types: > I just found Zope recently. Zope is not just web server. It is framework for > building/running web server. > It includes its own webserver. I am not sure the ability of Zope web server > itself compared with apache or "high end" servers. > But I think that it is worth to look at. Go to www.zope.org. Zope is different, that's for sure. If I wanted do a "dynamic site in HTML", I'd probably use it in preference to PHP or something similar on Apache. The server that zope is built on is medusa, which is available stand-alone. If you want a "dynamic site done in a real programming language", it's just the ticket. Zope is the result of retargeting an earlier OO web design tool that was written in the same language as medusa to run on medusa. Medusa is a single-threaded select loop, meaning you get all the advantages of shared data with none of the headaches of a concurrent access. I don't know that it would handle the very high end stuff, but it's certainly suitable for heavy traffic. For instance, e-groups was using it last time I checked. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 16:57:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 8001037B423 for ; Mon, 9 Apr 2001 16:57:21 -0700 (PDT) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.3/8.11.3) id f39NvHk72166; Mon, 9 Apr 2001 19:57:17 -0400 (EDT) (envelope-from lowell) To: freebsd-questions@freebsd.org, singh@pdx.edu Subject: Re: Explicit Congestion Notification (ECN) FBSD 3.2 References: From: Lowell Gilbert Date: 09 Apr 2001 19:57:16 -0400 In-Reply-To: singh@pdx.edu's message of "8 Apr 2001 22:38:33 +0200" Message-ID: <4466gd8w4j.fsf@lowellg.ne.mediaone.net> Lines: 25 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG singh@pdx.edu (Harkirat Singh) writes: > I want to know about implementation and support of ECN in TCP/IP > stack of FreeBSD, is it a standard? Specifically to FreeBSD 3.2 I looked > at netinet but could not find any thing related to it. Do I need to get > some patch for ECN. No, there is no support for Explicit Congestion Notification in FreeBSD until the 4.x code branch. You could try patching it into your 3.2 sources, but that looks to be a non-trivial effort. > I looked at RFC 2481 and it says that ECN will be standard soon and some > of the OS developers have already incorporated this feature. I wonder is > it part of FreeBSD 3.2. The RFC is *extremely* careful to point out that it is only an experimental RFC, that it is *not* a standard, and that even the implementations it lists are described as experimental. There does appear to be movement toward making it a standard in the near future, but the standard being advanced is somewhat different from RFC 2481, so it's not clear that even the latest versions of FreeBSD will be compliant with the standard, if and when Explicit Congestion Notification becomes a standard. - Lowell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 17: 3:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from listproc.corp.loudcloud.com (olly.loudcloud.com [208.50.142.100]) by hub.freebsd.org (Postfix) with ESMTP id 69A4537B422 for ; Mon, 9 Apr 2001 17:03:37 -0700 (PDT) (envelope-from seanp@loudcloud.com) Received: from loudcloud.com (grover.geek.loudcloud.com [192.168.0.253]) by listproc.corp.loudcloud.com (8.11.3/8.10.1) with ESMTP id f3A03b225041 for ; Mon, 9 Apr 2001 17:03:37 -0700 (PDT) Message-ID: <3AD25031.DB138D4D@loudcloud.com> Date: Mon, 09 Apr 2001 17:13:37 -0700 From: Sean Peck X-Mailer: Mozilla 4.74 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Inexpensive 10/100 NIC for FreeBSD 3.3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Guys, Any recommendations for an Inexpensive NIC for FreeBSD 3.3? I know they are out there, but unfortunately most don't advertise their chipsets. I love 3Com, and their 905 is a great card, but $40 mail order or $75 or more retail is just too much for my blood when I can get knock offs for <$20. So if anyone knows a good generic NIC card that will work with FreeBSD 3.3 I would appreciate it. -- The three most dangerous things are: 1) a programmer with a soldering iron 2) a manager who codes 3) a user who gets ideas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 17:22:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 8B72937B42C for ; Mon, 9 Apr 2001 17:22:25 -0700 (PDT) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.3/8.11.3) id f3A0MML72206; Mon, 9 Apr 2001 20:22:22 -0400 (EDT) (envelope-from lowell) To: freebsd-questions@freebsd.org, michael@tenzo.com Subject: Re: How to specify external network for firewall/NAT when IP is dynamically assigned References: <01040913345700.01892@pravda.tenzo.net> From: Lowell Gilbert Date: 09 Apr 2001 20:22:21 -0400 In-Reply-To: michael@tenzo.com's message of "9 Apr 2001 22:35:04 +0200" Message-ID: <44y9t97gea.fsf@lowellg.ne.mediaone.net> Lines: 29 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG michael@tenzo.com (Michael O'Henly) writes: > I'm attempting to set up a simple firewall for my home network. I have a > FreeBSD box with two NICs, one connected to the internet via cable modem and > the other to an internal network on which there are two Macs. My external IP > is assigned by DHCP. I'm not running any services that I want accessible to > external users, or any from which I'd want to block internal users. > > I've read a lot of docs over the last few days on how to do this and I think > I have the basics straight -- but for this question: > > In /etc/rc.firewall (simple section), I'm asked to identify my networks. > Since my IP is dynamically assigned, how do I specify my outside network > interface? Here's the format (replacing 1.2.3.444/24 with actual values)... Assuming that you only *have* one external IP address (and, thus, are doing NAT), there isn't really much in there that needs to specify your IP address anyway. Most of the references to the IP address are only there to specify that incoming connections are okay to the firewall machine, but not to other machines on the inside; this check is useless if the internal addresses aren't visible on the outside anyway. Somewhat recently, FreeBSD has added a "me" option to ipfw's syntax for specifying addresses, and you can use this to refer to your address without needing to rebuild those rules if that address changes. However, as I said earlier, this is of somewhat limited usefulness if you've only got one address anyway. - Lowell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 17:34:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cx344940-a.meta1.la.home.com (cx344940-a.meta1.la.home.com [24.6.21.74]) by hub.freebsd.org (Postfix) with ESMTP id 7CC6D37B422 for ; Mon, 9 Apr 2001 17:34:08 -0700 (PDT) (envelope-from conrads@cx344940-a.meta1.la.home.com) Received: (from conrads@localhost) by cx344940-a.meta1.la.home.com (8.11.3/8.11.3) id f3A0dTv01125; Mon, 9 Apr 2001 19:39:29 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.4.7 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <3AD20505.FAE471CF@eng.ufl.edu> Date: Mon, 09 Apr 2001 19:39:29 -0500 (CDT) Organization: @Home Network From: Conrad Sabatier To: Bob Johnson Subject: Re: burncd audio problems Cc: questions@FreeBSD.ORG, graywane@home.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 09-Apr-2001 Bob Johnson wrote: > A wave file is just raw audio with a small > header. The header will produce a slight click at the start of > the track, but should otherwise not cause a problem. Ah! So that's why I've been getting those little clicks at the beginning of each track on my homemade audio discs! Thanks! -- Conrad Sabatier conrads@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 17:38: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cx344940-a.meta1.la.home.com (cx344940-a.meta1.la.home.com [24.6.21.74]) by hub.freebsd.org (Postfix) with ESMTP id D51A437B422 for ; Mon, 9 Apr 2001 17:38:05 -0700 (PDT) (envelope-from conrads@cx344940-a.meta1.la.home.com) Received: (from conrads@localhost) by cx344940-a.meta1.la.home.com (8.11.3/8.11.3) id f3A0hQw01196; Mon, 9 Apr 2001 19:43:26 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.4.7 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010409151638.A4382@home.com> Date: Mon, 09 Apr 2001 19:43:26 -0500 (CDT) Organization: @Home Network From: Conrad Sabatier To: Graywane Subject: Re: burncd audio problems Cc: questions@FreeBSD.ORG, Bob Johnson Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 09-Apr-2001 Graywane wrote: > As a side note, what other programs > are available for FreeBSD other than cdda2wav for ripping audio tracks from > an ATAPI CD drive? I like cdd, myself. It produces much more reliable rips, retries on error much better than other rippers. The port is currently marked as broken (due to changes in the SCSI subsystem that are difficult to patch around), but you can find a precompiled package for 3.4-(STABLE,RELEASE} on any FreeBSD ftp site, and it will still work on 4.x versions. I'm using it right now under 4.3-RC, in fact. -- Conrad Sabatier conrads@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 18: 9:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grumpy.dyndns.org (user-24-214-76-236.knology.net [24.214.76.236]) by hub.freebsd.org (Postfix) with ESMTP id 0B51B37B422 for ; Mon, 9 Apr 2001 18:09:56 -0700 (PDT) (envelope-from dkelly@grumpy.dyndns.org) Received: from localhost (localhost [127.0.0.1]) by grumpy.dyndns.org (8.11.3/8.11.3) with ESMTP id f3A19XP30889; Mon, 9 Apr 2001 20:09:33 -0500 (CDT) (envelope-from dkelly@grumpy.dyndns.org) Message-Id: <200104100109.f3A19XP30889@grumpy.dyndns.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Larry Librettez Cc: Gunther Schadow , freebsd-questions@FreeBSD.ORG From: David Kelly Subject: Re: Who's got the cheapest 100-BT Ethernet NIC? In-reply-to: Message from Larry Librettez of "Mon, 09 Apr 2001 13:36:57 PDT." <20010409203657.69702.qmail@web13204.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 09 Apr 2001 20:09:33 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Larry Librettez writes: > I have several D-Link DFE-530TX+ 10/100 PCI NIC's > living on my network. They have never let me down the > 2 years I've used them. Can be had for $19.99 at > CompUSA, Best Buy, Circuit City, etc. I've seen them > for as low as $14.99 on sale. > > It uses the Realtek 8139 chip and in LINT the device > driver is 'rl'. Have you ever read /usr/src/sys/pci/if_rl.c? [...] /* * The RealTek 8139 PCI NIC redefines the meaning of 'low end.' This is * probably the worst PCI ethernet controller ever made, with the possible * exception of the FEAST chip made by SMC. The 8139 supports bus-master * DMA, but it has a terrible interface that nullifies any performance * gains that bus-master DMA usually offers. * [...] Couple of months ago found a vendor with a box of pulled Intel 10/100's and talked them down to 3 for $24. All 3 worked, as did the other 6 purchased by those looking over my shoulder. At one time knew of a vendor selling tested pulls for $25 on the net. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 18:13: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grumpy.dyndns.org (user-24-214-76-236.knology.net [24.214.76.236]) by hub.freebsd.org (Postfix) with ESMTP id C338A37B422 for ; Mon, 9 Apr 2001 18:12:58 -0700 (PDT) (envelope-from dkelly@grumpy.dyndns.org) Received: from localhost (localhost [127.0.0.1]) by grumpy.dyndns.org (8.11.3/8.11.3) with ESMTP id f3A1CYP30902; Mon, 9 Apr 2001 20:12:34 -0500 (CDT) (envelope-from dkelly@grumpy.dyndns.org) Message-Id: <200104100112.f3A1CYP30902@grumpy.dyndns.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Andrew Hesford Cc: Brian Tiemann , freebsd-questions@FreeBSD.ORG Subject: Re: RELENG? In-Reply-To: Message from Andrew Hesford of "Mon, 09 Apr 2001 18:46:21 CDT." <20010409184621.A8986@cec.wustl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 09 Apr 2001 20:12:34 -0500 From: David Kelly Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Andrew Hesford writes: > On Mon, Apr 09, 2001 at 04:43:38PM -0700, Brian Tiemann wrote: > > What the heck does RELENG stand for? > > Brian > > RELease ENGineer. Its the name of one of Jordan's cats. :-) -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 18:18: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id EED4037B422 for ; Mon, 9 Apr 2001 18:18:02 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 15764 invoked by uid 0); 10 Apr 2001 01:17:58 -0000 Received: from pd4b9eee8.dip.t-dialin.net (HELO lofizwei) (212.185.238.232) by mail.gmx.net (mp008-rz3) with SMTP; 10 Apr 2001 01:17:58 -0000 Message-ID: <01be01c0c15c$13fd6720$0508a8c0@lofi.dyndns.org> From: "Michael Nottebrock" To: "Gunther Schadow" , References: <3AD21AE1.F715330E@aurora.regenstrief.org> Subject: Re: Who's got the cheapest 100-BT Ethernet NIC? Date: Tue, 10 Apr 2001 03:17:57 +0200 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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recently built myself a home nat router with FreeBSD and bought two cheap noname cards for $19 each, which had a sticker on them that said 'Linux supported'. I wanted to do the thing with Linux first, but I had only an oldish 486 with 8 megs and no recent Linux Distro would run properly on that machine, so I got FreeBSD to do the job. It turned out that these cards were Davicom DM9102-based cards, which are supported by the 'dc' driver since FreeBSD 4.0. Funny enough, I had to trash the 486 because it had such a horribly broken PCI chipset (of ALi make, shudder) that the interfaces would inevitably go down after a few days, sometimes taking the whole machine with them. I first suspected the NICs to be the culprit, but then I stuck a realtek 8139-based card into the box and that thing went down after _minutes_! I later learned, that this difference is due to the really braindead design of the 8139 chips - the Dawicom cards at least have a FIFO buffer... Now I run everything on a P90 with 24megs of RAM - but I haven't reverted to Linux :)). Greetings, Michael Nottebrock ----- Original Message ----- From: "Gunther Schadow" To: Sent: Monday, April 09, 2001 10:26 PM Subject: Who's got the cheapest 100-BT Ethernet NIC? > Hi, > > I know the Ethernet cards for 20 bucks are available from Hawking or > Kingston or what those brand names are. But I don't know whether they > work well with FreeBSD and the notes in the LINT kernel are not > exhaustive on these cheap OEM and whatever products. Please everyone > who believes he's got one 100-BT PCI card for below $50 working well, > I would appreciate hearing which card it is, which driver you use. > Also if you have had problems with cheap cards please let me know too. > [...] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 18:19: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id EB0F037B423 for ; Mon, 9 Apr 2001 18:18:54 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 25B6B6ACB7; Tue, 10 Apr 2001 10:48:53 +0930 (CST) Date: Tue, 10 Apr 2001 10:48:53 +0930 From: Greg Lehey To: kam@salsolutions.net Cc: freebsd-questions@freebsd.org Subject: Re: Vinum volume restore help? *UPDATE#1 Message-ID: <20010410104853.D64481@wantadilla.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from netalchemist@hotmail.com on Mon, Apr 09, 2001 at 07:10:35PM -0000 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Format recovered--see http://www.lemis.com/email/email-format.html] The quoted text was badly mutilated. On Monday, 9 April 2001 at 19:10:35 -0000, Kam Salisbury wrote: > Well, I have been trying to duplicate the situation using VMware (great > program for anyone just "trying things out") and noticed that one of the > steps for creating my vinum volumes from the FreeBSD Diary is that I have to > "disklabel -e ad3" so that I can change the volume type to vinum. Well, nothing against the FreeBSD diary, but it's sad when people choose to read it rather than the man page: DRIVE LAYOUT CONSIDERATIONS vinum drives are currently BSD disk partitions. They must be of type vinum in order to avoid overwriting data used for other purposes. Use disklabel -e to edit a partition type definition. The following display shows a typical partition layout as shown by disklabel: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 81920 344064 4.2BSD 0 0 0 # (Cyl. 240*- 297*) b: 262144 81920 swap # (Cyl. 57*- 240*) c: 4226725 0 unused 0 0 # (Cyl. 0 - 2955*) e: 81920 0 4.2BSD 0 0 0 # (Cyl. 0 - 57*) f: 1900000 425984 4.2BSD 0 0 0 # (Cyl. 297*- 1626*) g: 1900741 2325984 vinum 0 0 0 # (Cyl. 1626*- 2955*) In this example, partition g may be used as a vinum partition. Parti- tions a, e and f may be used as UFS file systems or ccd partitions. Par- tition b is a swap partition, and partition c represents the whole disk and should not be used for any other purpose. vinum uses the first 265 sectors on each partition for configuration in- formation, so the maximum size of a subdisk is 265 sectors smaller than the drive. > I do remember last night when looking at the volume types via this > method that there was nothing in there. In other words, there was > not an existing entry for a 4.2BSD slice to edit into a vinum > type... > > Should I just fake it and put one in? Well, I wouldn't use the word 'fake'. Create one. Use an existing entry (c, for example, which is always there) as a sample. > Using VMware as a tool I saw the following... Why are you using VMware? > # /dev/ad1c: > type: ESDI > disk: ad1s1 > label: > flags: > bytes/sector: 512 > sectors/track: 63 > tracks/cylinder: 255 > sectors/cylinder: 16065 > cylinders: 254 > sectors/unit: 4095630 > rpm: 3600 > interleave: 1 > trackskew: 0 > cylinderskew: 0 > headswitch: 0 # milliseconds > track-to-track seek: 0 # milliseconds > drivedata: 0 > > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > c: 4095630 0 unused 0 0 # (Cyl. 0 - 254*) > e: 4095630 0 vinum # (Cyl. 0 - 254*) > > There is not a second entry line for the slice in my system anymore. Since I > am using the entire deidcated disk should I just duplicate the above > line? I don't understand the question. You appear to have a Vinum slice. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 18:26:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from listproc.corp.loudcloud.com (olly.loudcloud.com [208.50.142.100]) by hub.freebsd.org (Postfix) with ESMTP id 098E437B424 for ; Mon, 9 Apr 2001 18:26:22 -0700 (PDT) (envelope-from seanp@loudcloud.com) Received: from loudcloud.com (grover.geek.loudcloud.com [192.168.0.253]) by listproc.corp.loudcloud.com (8.11.3/8.10.1) with ESMTP id f3A1QH203777; Mon, 9 Apr 2001 18:26:18 -0700 (PDT) Message-ID: <3AD26391.1547F204@loudcloud.com> Date: Mon, 09 Apr 2001 18:36:18 -0700 From: Sean Peck X-Mailer: Mozilla 4.74 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: David Kelly Cc: Larry Librettez , Gunther Schadow , freebsd-questions@FreeBSD.ORG Subject: Re: Who's got the cheapest 100-BT Ethernet NIC? References: <200104100109.f3A19XP30889@grumpy.dyndns.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Why would you use RL? There is a driver in 3.3 specificlly for the TX the "vr".. at least it looks like it is for this NIC. David Kelly wrote: > Larry Librettez writes: > > I have several D-Link DFE-530TX+ 10/100 PCI NIC's > > living on my network. They have never let me down the > > 2 years I've used them. Can be had for $19.99 at > > CompUSA, Best Buy, Circuit City, etc. I've seen them > > for as low as $14.99 on sale. > > > > It uses the Realtek 8139 chip and in LINT the device > > driver is 'rl'. > > Have you ever read /usr/src/sys/pci/if_rl.c? > > [...] > /* > * The RealTek 8139 PCI NIC redefines the meaning of 'low end.' This is > * probably the worst PCI ethernet controller ever made, with the possible > * exception of the FEAST chip made by SMC. The 8139 supports bus-master > * DMA, but it has a terrible interface that nullifies any performance > * gains that bus-master DMA usually offers. > * > [...] > > Couple of months ago found a vendor with a box of pulled Intel 10/100's > and talked them down to 3 for $24. All 3 worked, as did the other 6 > purchased by those looking over my shoulder. > > At one time knew of a vendor selling tested pulls for $25 on the net. > > -- > David Kelly N4HHE, dkelly@hiwaay.net > ===================================================================== > The human mind ordinarily operates at only ten percent of its > capacity -- the rest is overhead for the operating system. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Finish the deployment... We'll buy you a new family. The three most dangerous things are: 1) a programmer with a soldering iron 2) a manager who codes 3) a user who gets ideas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 18:31:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fc.tvo.org (fc.tvo.org [216.18.53.10]) by hub.freebsd.org (Postfix) with ESMTP id C258337B423 for ; Mon, 9 Apr 2001 18:31:53 -0700 (PDT) (envelope-from Martin_Ahermaa@tvo.org) Message-id: Date: Mon, 09 Apr 2001 21:31:55 -0400 Subject: Login problems To: questions@FreeBSD.org From: "Martin Ahermaa" MIME-Version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kept getting the following message [below]. I was assured by the TFN office that the text browser situation would not change from before. What is this about PINE capability at my end, when PINE has always been resident at TFN's end? aa187 (Martin Ahermaa) ------------ Trying 199.71.188.24 ... Open Kerberos: No default realm defined for Kerberos! FreeBSD/i386 (sheppard.torfree.net) (ttyp2) login: aa187 Password: Last login: Mon Apr 9 21:23:14 from 204.138.48.46 Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.2-STABLE (IDERAID) #0: Fri Feb 16 17:23:16 EST 2001 Welcome to FreeBSD! Before seeking technical support, please use the following resources: o Security advisories and updated errata information for all releases are at http://www.FreeBSD.org/releases/ - always consult the ERRATA section for your release first as it's updated frequently. o The Handbook and FAQ documents are at http://www.freebsd.org/ and, along with the mailing lists, can be searched by going to http://www.FreeBSD.org/search.html. If the doc distribution has been installed, they're also available formatted in /usr/share/doc. If you still have a question or problem, please take the output of `uname -a', along with any relevant error messages, and email it as a question to the questions@FreeBSD.org mailing list. If you are unfamiliar with FreeBSD's directory layout, please refer to the hier(7) man page. If you are not familiar with man pages, type "man man". You may also use `/stand/sysinstall' to re-enter the installation and configuration utility. Edit /etc/motd to change this login announcement. You have mail. Your terminal, of type "network", is lacking functions needed to run pine. NO CARRIERn to 199.71.188.24 closed by foreign host] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 18:35:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cair.stonehenge-net.com (dsl081-053-197.sfo1.dsl.speakeasy.net [64.81.53.197]) by hub.freebsd.org (Postfix) with ESMTP id 8E75037B423 for ; Mon, 9 Apr 2001 18:35:14 -0700 (PDT) (envelope-from ben@stonehenge-net.com) Received: from stonehenge-net.com (localhost [127.0.0.1]) by cair.stonehenge-net.com (8.11.3/8.11.3) with ESMTP id f3A1ZBk01770 for ; Mon, 9 Apr 2001 18:35:11 -0700 (PDT) (envelope-from ben@stonehenge-net.com) Message-ID: <3AD2634F.5000506@stonehenge-net.com> Date: Mon, 09 Apr 2001 18:35:11 -0700 From: Ben Calvert User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.3-RC i386; en-US; 0.8) Gecko/20010225 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: comercial linux binaries and FreeBSD? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG am being required to use codewarrior for my java and C classes at school, and i see they have a linux (RH 6.1 compatable). does anyone have any tips for getting it to run under Free? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 18:36:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 2394D37B422 for ; Mon, 9 Apr 2001 18:36:46 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 27042 invoked by uid 0); 10 Apr 2001 01:36:41 -0000 Received: from pd4b9eee8.dip.t-dialin.net (HELO lofizwei) (212.185.238.232) by mail.gmx.net (mp025-rz3) with SMTP; 10 Apr 2001 01:36:41 -0000 Message-ID: <01d701c0c15e$b1845420$0508a8c0@lofi.dyndns.org> From: "Michael Nottebrock" To: "Sean Peck" , "David Kelly" Cc: "Larry Librettez" , "Gunther Schadow" , References: <200104100109.f3A19XP30889@grumpy.dyndns.org> <3AD26391.1547F204@loudcloud.com> Subject: Re: Who's got the cheapest 100-BT Ethernet NIC? Date: Tue, 10 Apr 2001 03:36:40 +0200 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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Why would you use RL? There is a driver in 3.3 specificlly for the TX the > "vr".. > at least it looks like it is for this NIC. > > David Kelly wrote: > > > Larry Librettez writes: > > > I have several D-Link DFE-530TX+ 10/100 PCI NIC's > > > living on my network. Mind that tiny '+' behind DFE-530TX. Those cards come with the RL8139 chip, while the old 530TX's came with VIA Rhine chipsets, which are supported through the 'vr' driver. Greetings, Michael Nottbrock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 18:55:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13608.mail.yahoo.com (web13608.mail.yahoo.com [216.136.175.119]) by hub.freebsd.org (Postfix) with SMTP id 5CD9137B423 for ; Mon, 9 Apr 2001 18:55:10 -0700 (PDT) (envelope-from bzdik@yahoo.com) Message-ID: <20010410015510.68190.qmail@web13608.mail.yahoo.com> Received: from [204.119.1.78] by web13608.mail.yahoo.com; Mon, 09 Apr 2001 18:55:10 PDT Date: Mon, 9 Apr 2001 18:55:10 -0700 (PDT) From: Bzdik BSD Subject: Re: RELENG To: freebsd-questions@freeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Return to L'Engletaire -a place in Engarland, birthplace of Striped Pigmey Elephants and a branch of Druid Religion that started RTFM movement. It also used by NSA as a secret pointer to the real Moon. Good question, though! best, Y __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 19: 8:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id DB2A637B423; Mon, 9 Apr 2001 19:08:10 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 9FFC46ACB7; Tue, 10 Apr 2001 11:38:08 +0930 (CST) Date: Tue, 10 Apr 2001 11:38:08 +0930 From: Greg Lehey To: Danny Howard Cc: FreeBSD Questions Subject: Re: fdisk & disklabel dont work! Message-ID: <20010410113808.K64481@wantadilla.lemis.com> References: <20010409185759.N59290@tellme.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010409185759.N59290@tellme.com>; from dannyman@tellme.com on Mon, Apr 09, 2001 at 06:58:00PM -0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [redirected to -questions] On Monday, 9 April 2001 at 18:58:00 -0700, Danny Howard wrote: > Okay, so, I'm BTX booting diskless workstation on a 4.2-R system with two SCSI > drives and an Adaptec controller. > > I can very very very easily install a systerm in dangerously dedicated mode as > follows: > disklabel -r -w da0 auto > (Then write the disklabel the way I want, newfs everything, be done with it.) > > This is great, except the system will then refuse to boot. PXE boot > crashes and SCSI boot hangs, and the explanation I can find is that > the Adaptec controller is pissed off about the dangerously dedicated > mode and ends up diving by zero. That's maybe the explanation you can find, but I doubt it's correct. I have lots of dedicated installations running with Adaptec host adaptors, and it works fine. > Okay, so let's do it the right way. > > Nearly two weeks later, I'M STILL STUCK. > > I've read about MBRs and why disklabel can't label an fdisk partition, but > maybe now it can, but first you have to dd anywhere between one and 128 blocks > on the disk before the magic incantations work properly ... > > Here's what I try to do: > > fdisk -I da0 > disklabel -r -w da0s1 auto > > Okay. Any time after the very first fdisk when booting up, I get kernel > messages about how da0 and da0s1 have no disk labels, and nothing works. I > have tried zeroing out any number of sectors, various variations of fdisk, > disklabel ... dd'ing the start of a working system on to the system in > question ... nowhere! Nada! AUGHGHGHG!!!! Disklabel JUST WON'T FUNCTION!!! > (I can always read fdisk with accuracy, even if the kernel is spitting out log > messages about how there is no label. Why should fdisk da0 care if da0s1 has > a label?) > > I have tried low-level SCSI format of disks, commands on the second disk ... > not even disklabel -r -w da0 auto works any more ... always the same flavor of > errors. For example: > > # disklabel -r -w da0s1 auto > /kernel: da0: cannot find label (no disk label) > /kernel: da0: cannot find label (no disk label) > /kernel: da0s1: cannot find label (no disk label) > /kernel: da0s1: cannot find label (no disk label) > /kernel: da0: cannot find label (no disk label) > /kernel: da0: cannot find label (no disk label) > /kernel: da0s1: cannot find label (no disk label) > /kernel: da0s1: cannot find label (no disk label) > disklabel: ioctl DIOCGDINFO: Invalid argument > disklabel: auto: unknown disk type > > Anyone has any idea? Maybe there's something really subtle that I am doing > wrong? Well, you're not showing much output. The output of disklabel and fdisk with no options would be interesting, as would the exact kernel error messages you're seeing. The *relevant* parts of dmesg output (i.e. relating to the disk probes) would also be interesting. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 19:26:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 006F637B424 for ; Mon, 9 Apr 2001 19:26:25 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 16827 invoked by uid 100); 10 Apr 2001 02:26:24 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15058.28495.979447.568693@guru.mired.org> Date: Mon, 9 Apr 2001 21:26:23 -0500 To: Lowell Gilbert , michael@tenzo.com Cc: questions@freebsd.org Subject: Re: How to specify external network for firewall/NAT when IP is dynamically assigned In-Reply-To: <27023896@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Lowell Gilbert types: > michael@tenzo.com (Michael O'Henly) writes: > > I'm attempting to set up a simple firewall for my home network. I have a > > FreeBSD box with two NICs, one connected to the internet via cable modem and > > the other to an internal network on which there are two Macs. My external IP > > is assigned by DHCP. I'm not running any services that I want accessible to > > external users, or any from which I'd want to block internal users. > > > > I've read a lot of docs over the last few days on how to do this and I think > > I have the basics straight -- but for this question: > > > > In /etc/rc.firewall (simple section), I'm asked to identify my networks. > > Since my IP is dynamically assigned, how do I specify my outside network > > interface? Here's the format (replacing 1.2.3.444/24 with actual values)... > Assuming that you only *have* one external IP address (and, thus, are > doing NAT), there isn't really much in there that needs to specify your > IP address anyway. Most of the references to the IP address are only > there to specify that incoming connections are okay to the firewall > machine, but not to other machines on the inside; this check is useless > if the internal addresses aren't visible on the outside anyway. Exactly. If you check rc.firewall, there are two references to "onet". The one that defines it, and one that disables packets claiming to be from the outside world coming in on your internal interface. > Somewhat recently, FreeBSD has added a "me" option to ipfw's syntax for > specifying addresses, and you can use this to refer to your address > without needing to rebuild those rules if that address changes. > However, as I said earlier, this is of somewhat limited usefulness if > you've only got one address anyway. "me" doesn't really help in this case. It matches the ip addresses for the system, not the network address range that's being used here. Another recent addition is "not". If all traffic coming from inside should be from ${inet}:${imask}, you can do the spoof block using not and your internal network address like so: ${fwcmd} add deny all from not ${inet}:${imask} to any in via ${iif} This is a bit broader block than the one in rc.firewall, and it may not be appropriate in all cases. If you're managing a network large enough for it not to be appropriate - well, you probbly wouldn't be asking the questions you're asking. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 19:30:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by hub.freebsd.org (Postfix) with ESMTP id 24EA337B422 for ; Mon, 9 Apr 2001 19:30:24 -0700 (PDT) (envelope-from weygold@earthlink.net) Received: from gunnar.weygold.edu (pool0374.cvx14-bradley.dialup.earthlink.net [209.179.39.119]) by albatross.prod.itd.earthlink.net (EL-8_9_3_3/8.9.3) with SMTP id TAA00460 for ; Mon, 9 Apr 2001 19:30:19 -0700 (PDT) From: Gunnar H Reichert-Weygold Organization: The Pagan Library To: FreeBSD Questions Subject: Roadrunner Cable Modem Date: Mon, 9 Apr 2001 19:23:55 -0700 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <01040919285500.00934@gunnar.weygold.edu> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, I've got a laptop running WindowsME hooked to a hub along with a FreeBSD box and a Windows 2000 Pro box. All machines can see eachother and copy files back and forth. Samba and smbfs setup was a piece of cake. I must say smbfs was easier to setup and use than sharity-light which I simply could not connect with. Anyway, a Roadrunner cable modem will be connected to the 2000 box. What, if anything, will I need to do for the BSD box to use the cable modem if Roadrunner uses DHCP instead of a static IP? BTW, the Netgear FA312 works like a charm with the SIS driver under FreeBSD 4.2. -- When you've got them by the balls, their hearts and minds will follow. Above address is an autoresponder! Correct email address: gunnar at paganlibrary dot com Gunnar H Reichert-Weygold http://www.paganlibrary.com Spam Filter Your Mail! Go to http://www.Brightmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 19:31:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from todd-server.doonga.net (h0000e85749b9.ne.mediaone.net [66.31.205.167]) by hub.freebsd.org (Postfix) with ESMTP id 3E46237B422 for ; Mon, 9 Apr 2001 19:31:22 -0700 (PDT) (envelope-from todd@doonga.net) Received: from toddpc (todd-pc.doonga.net [192.168.0.248]) by todd-server.doonga.net (8.11.3/8.11.3) with SMTP id f3A2WBL11444 for ; Mon, 9 Apr 2001 22:32:12 -0400 (EDT) (envelope-from todd@doonga.net) From: "Todd Punderson" To: Subject: RE: How to specify external network for firewall/NAT when IP is dynamically assigned Date: Mon, 9 Apr 2001 22:31:52 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <15058.28495.979447.568693@guru.mired.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, dumb question. If I have 2 NICs, does "me" know to use the dynamic address? I have my private range, and my DHCP'ed IP from the cable co. Thanks. Todd -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Mike Meyer Sent: Monday, April 09, 2001 10:26 PM To: Lowell Gilbert; michael@tenzo.com Cc: questions@FreeBSD.ORG Subject: Re: How to specify external network for firewall/NAT when IP is dynamically assigned Lowell Gilbert types: > michael@tenzo.com (Michael O'Henly) writes: > > I'm attempting to set up a simple firewall for my home network. I have a > > FreeBSD box with two NICs, one connected to the internet via cable modem and > > the other to an internal network on which there are two Macs. My external IP > > is assigned by DHCP. I'm not running any services that I want accessible to > > external users, or any from which I'd want to block internal users. > > > > I've read a lot of docs over the last few days on how to do this and I think > > I have the basics straight -- but for this question: > > > > In /etc/rc.firewall (simple section), I'm asked to identify my networks. > > Since my IP is dynamically assigned, how do I specify my outside network > > interface? Here's the format (replacing 1.2.3.444/24 with actual values)... > Assuming that you only *have* one external IP address (and, thus, are > doing NAT), there isn't really much in there that needs to specify your > IP address anyway. Most of the references to the IP address are only > there to specify that incoming connections are okay to the firewall > machine, but not to other machines on the inside; this check is useless > if the internal addresses aren't visible on the outside anyway. Exactly. If you check rc.firewall, there are two references to "onet". The one that defines it, and one that disables packets claiming to be from the outside world coming in on your internal interface. > Somewhat recently, FreeBSD has added a "me" option to ipfw's syntax for > specifying addresses, and you can use this to refer to your address > without needing to rebuild those rules if that address changes. > However, as I said earlier, this is of somewhat limited usefulness if > you've only got one address anyway. "me" doesn't really help in this case. It matches the ip addresses for the system, not the network address range that's being used here. Another recent addition is "not". If all traffic coming from inside should be from ${inet}:${imask}, you can do the spoof block using not and your internal network address like so: ${fwcmd} add deny all from not ${inet}:${imask} to any in via ${iif} This is a bit broader block than the one in rc.firewall, and it may not be appropriate in all cases. If you're managing a network large enough for it not to be appropriate - well, you probbly wouldn't be asking the questions you're asking. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 19:32:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cantvc.canterbury.ac.nz (cantvc.canterbury.ac.nz [132.181.30.1]) by hub.freebsd.org (Postfix) with ESMTP id 0A07C37B422 for ; Mon, 9 Apr 2001 19:32:10 -0700 (PDT) (envelope-from rbm49@tacacs.canterbury.ac.nz) Received: from CONVERSION-DAEMON.it.canterbury.ac.nz by it.canterbury.ac.nz (PMDF V6.0-24 #45723) id <01K28KUY04LC8WWIBX@it.canterbury.ac.nz> for freebsd-questions@FreeBSD.org; Tue, 10 Apr 2001 14:32:08 +1200 (NEW ZEALAND STANDARD TIME) Received: from tacacs.canterbury.ac.nz (rbm49.tacacs.canterbury.ac.nz [172.31.164.87]) by it.canterbury.ac.nz (PMDF V6.0-24 #45723) with ESMTP id <01K28KUWH30K8Y5EZ0@it.canterbury.ac.nz> for freebsd-questions@FreeBSD.org; Tue, 10 Apr 2001 14:32:08 +1200 (NEW ZEALAND STANDARD TIME) Received: (from rbm49@localhost) by tacacs.canterbury.ac.nz (8.11.2/8.11.2) id f3A2VDh29425 for freebsd-questions@FreeBSD.org; Tue, 10 Apr 2001 14:31:13 +1200 (NZST envelope-from rbm49) Date: Tue, 10 Apr 2001 14:30:43 +1200 From: Richard B Mahoney Subject: Re: BSDi Acquired by Embedded Computing Firm Wind River In-reply-to: <"from 01031149"@3web.net> To: Subscribers to FreeBSD-Questions Reply-To: Richard B Mahoney Mail-Followup-To: Subscribers to FreeBSD-Questions Message-id: <20010410143043.I10996@tacacs.canterbury.ac.nz> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.2-20010211-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Duke et al., On Mon, Apr 09, 2001 at 04:35:46PM -0600, Duke Normandin wrote: [huge snip] > If FreeBSD exists to perform primarily* as a server platform - period -- > *then it should be marketed as such. Why? Because *all* peripheral > support is, by-and-large, developed for, tested on and limited to > server-grade quality stuff. It should then be plainly emphasized that > FreeBSD is *NOT* an appropriate OS for deployment on run-of-the-mill, > Microsoft-grade hardware. In the spirit of professional good-will, A > referal to some of the Linux sites could then be given. > > As well, it should be again plainly emphasized that FreeBSD is *NOT* an > appropriate OS for most folks wanting to migrate from a Windows/Mac > platform, as the level of computer literacy and competence required to > successfully install the OS, hardware peripherals, software, etc, far > exceeds that of the average Joe. Like you say above, the potential > FreeBSD user could then be advised to stay with Windows or be directed to > Linux. Fair enough -- I'd say! [little snip] In an attempt to keep things in perspective, I would like to mention how satisfied I am with FreeBSD as a workstation. My much loved beast is used primarily as a workstation and occasionally I connect to it via ftp or telnet. In the true sense of the word, it was never worthy of the name server. Its a six year old Digital Venturis 5133 with only 40 Mgs of RAM. Regardless of its inadequacies, it runs 4.2 Stable with greater speed and stability than anything else on offer. For me, Linux, although an option, is not a necessity. I migrated to BSD straight from Win95. This move, although it had its moments, was relatively painless. Yes it took a while to configure the desktop. But for all that, the desktop could be configured. And desktop configuration under BSD seems no more or less arduous than under Sun. This similarity with Sun -- although it may be superficial -- is for me a great advantage. It enables me to telnet to one of the Sun boxes at varsity and to use VNC to run a remote desktop which is identical to that of the machine from which I am dialing. All this works seamlessly and for that I am very grateful. It never ceases to surprise me that it is possible to have such functionality running such ancient and inexpensive hardware. In short, it would seem to me that it is simply untrue to attempt to label FreeBSD inappropriate for the average desktop. With a modicum of common sense in the selection of hardware it should be possible to put together a fully functional workstation with relatively little outlay. And as to getting up to speed with the OS, well what's wrong with a little effort? Many regards, Richard Mahoney -- ------------------------ Richard Mahoney ------------------------- 78 Jeffreys Rd +64-3-351-5831 Christchurch New Zealand --------------- mailto:rbm49@csc.canterbury.ac.nz ---------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 19:48: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f12.law4.hotmail.com [216.33.149.12]) by hub.freebsd.org (Postfix) with ESMTP id EF4D837B423 for ; Mon, 9 Apr 2001 19:48:06 -0700 (PDT) (envelope-from anot77@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 9 Apr 2001 19:48:06 -0700 Received: from 202.188.127.2 by lw4fd.law4.hotmail.msn.com with HTTP; Tue, 10 Apr 2001 02:48:06 GMT X-Originating-IP: [202.188.127.2] From: "johan Ahmad" To: questions@freebsd.org Date: Tue, 10 Apr 2001 02:48:06 Mime-Version: 1.0 Content-Type: text/html Message-ID: X-OriginalArrivalTime: 10 Apr 2001 02:48:06.0877 (UTC) FILETIME=[ABC248D0:01C0C168] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG
Hello All,

I've 4.1 installed on my toshiba 2590cdt. Problem is, it cannot detect the pcmcia ethernet card. That is funny 'cause 2.2.8 could, so easily. Strange...

I also have Xircom Credit Card Modem 56 (CM-56G) and it couldn't detect that too.

How do i overcome this problem? Thanks for any help.



Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 20: 1:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from deepfire.net (msp-65-25-208-191.mn.rr.com [65.25.208.191]) by hub.freebsd.org (Postfix) with ESMTP id A054137B423 for ; Mon, 9 Apr 2001 20:01:37 -0700 (PDT) (envelope-from tyler@deepfire.net) Received: (from tyler@localhost) by deepfire.net (8.9.3/8.8.7) id WAA22916 for freebsd-questions@freebsd.org; Mon, 9 Apr 2001 22:52:06 -0500 Date: Mon, 9 Apr 2001 22:52:06 -0500 From: tyler@Deepfire.Net Message-Id: <200104100352.WAA22916@deepfire.net> To: freebsd-questions@freebsd.org Subject: problem with screen? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i'm running screen, and when i try to create a window (after an hour or less of running): ioctl: inappropriot ioctl for device or something. please help. i got it from packages. i'm not on this list so please cc me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 20:13: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.ufl.edu (sp28fe.nerdc.ufl.edu [128.227.128.108]) by hub.freebsd.org (Postfix) with ESMTP id 2B7B937B422 for ; Mon, 9 Apr 2001 20:13:03 -0700 (PDT) (envelope-from bobj@ufl.edu) Received: from ufl.edu (neti.eng.ufl.edu [128.227.235.15]) by smtp.ufl.edu (8.11.2/8.11.2/2.2.1) with ESMTP id f3A3Cv711684; Mon, 9 Apr 2001 23:12:58 -0400 Message-ID: <3AD27A37.E78E5721@ufl.edu> Date: Mon, 09 Apr 2001 23:12:55 -0400 From: Bob Johnson X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Antoine Reid Cc: Graywane , questions@FreeBSD.ORG Subject: Re: burncd audio problems References: <3AD20505.FAE471CF@eng.ufl.edu> <20010409151638.A4382@home.com> <20010409152327.A17597@wumpus.lan.edmarketing.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Antoine Reid wrote: > > On Mon, Apr 09, 2001 at 03:16:38PM -0400, Graywane wrote: > > On Mon, Apr 09, 2001 at 02:52:53PM -0400, Bob Johnson wrote: > > > And, what is "garbage"? Does it produce a CD that your player will > > > accept, but the sound produced is garbage? Or are you saying that > > > burncd aborts the attempted write? Or neither? > > > > burncd completes the write, the cd player sees the proper number of audio > > tracks, but every track sounds like white noise. waveplay on the wav file > > sounds normal though. > > I don't know if this is the same issue, but on my Yamaha SCSI burner, it expects > the audio tracks to be in big endian format.. I need to use sox to convert the > wav in 'cdr' format (to get rid of the WAV header) AND make it change endianness. > > I have no idea if any ATAPI burners react that way though. > The description sure sounds like what you'd get if the byte order were wrong, but I'd be surprised if they didn't all work the same. What's the point of a standard that isn't? Come to think of it, that reasoning frequently fails. The endian issue might also show up if you cross hardware platforms or operating systems. E.G. a "raw" sound file on an Alpha might have the opposite endianness than on an Intel PC. > > OK. I'll give it another shot tonight. As a side note, what other programs > > are available for FreeBSD other than cdda2wav for ripping audio tracks from > > an ATAPI CD drive? Also, are there any firmware update programs for plextor > > drives that run on something other than Windows and can write to ATAPI > > drives? I've found a few but they only support SCSI drives. I'd hate to have > > to find a Linux machine to stick the drive in just to update the firmware. I use dagrab to rip from CDs, and I use CopyAudio from the afsp package to convert wave to raw format. It can also switch byte order if you need it. I don't remember exactly why I settled on those particular tools, except that they were the first I tried that worked adequately, so that's when I quit looking. Both are in ports. [...] - Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 20:28:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id CBDCE37B422 for ; Mon, 9 Apr 2001 20:28:09 -0700 (PDT) (envelope-from nick@rogness.net) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id f3A4Wr133703; Mon, 9 Apr 2001 23:32:53 -0500 (CDT) (envelope-from nick@rogness.net) Date: Mon, 9 Apr 2001 23:32:53 -0500 (CDT) From: Nick Rogness X-Sender: nick@cody.jharris.com To: Gunnar H Reichert-Weygold Cc: FreeBSD Questions Subject: Re: Roadrunner Cable Modem In-Reply-To: <01040919285500.00934@gunnar.weygold.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 9 Apr 2001, Gunnar H Reichert-Weygold wrote: > Ok, I've got a laptop running WindowsME hooked to a hub > along with a FreeBSD box and a Windows 2000 Pro box. All > machines can see eachother and copy files back and forth. > > Samba and smbfs setup was a piece of cake. I must say smbfs > was easier to setup and use than sharity-light which I > simply could not connect with. > > Anyway, a Roadrunner cable modem will be connected to the > 2000 box. What, if anything, will I need to do for the BSD > box to use the cable modem if Roadrunner uses DHCP instead > of a static IP? In /etc/rc.conf: ifconfig_de0="DHCP" de0 is your outside interface, ie the one connected to the RR modem. Nick Rogness - Keep on Routing in a Free World... "FreeBSD: The Power to Serve!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 20:35:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grumpy.dyndns.org (user-24-214-76-236.knology.net [24.214.76.236]) by hub.freebsd.org (Postfix) with ESMTP id 92A1E37B422 for ; Mon, 9 Apr 2001 20:35:51 -0700 (PDT) (envelope-from dkelly@grumpy.dyndns.org) Received: from localhost (localhost [127.0.0.1]) by grumpy.dyndns.org (8.11.3/8.11.3) with ESMTP id f3A3ZnP32205; Mon, 9 Apr 2001 22:35:49 -0500 (CDT) (envelope-from dkelly@grumpy.dyndns.org) Message-Id: <200104100335.f3A3ZnP32205@grumpy.dyndns.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Gunnar H Reichert-Weygold Cc: FreeBSD Questions Subject: Re: Roadrunner Cable Modem In-Reply-To: Message from Gunnar H Reichert-Weygold of "Mon, 09 Apr 2001 19:23:55 PDT." <01040919285500.00934@gunnar.weygold.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 09 Apr 2001 22:35:49 -0500 From: David Kelly Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gunnar H Reichert-Weygold writes: > Ok, I've got a laptop running WindowsME hooked to a hub > along with a FreeBSD box and a Windows 2000 Pro box. All > machines can see eachother and copy files back and forth. > > Samba and smbfs setup was a piece of cake. I must say smbfs > was easier to setup and use than sharity-light which I > simply could not connect with. > > Anyway, a Roadrunner cable modem will be connected to the > 2000 box. What, if anything, will I need to do for the BSD > box to use the cable modem if Roadrunner uses DHCP instead > of a static IP? Am sure you can purchase software for the W2k box to do NAT. Or you could read the man pages for natd and ipfw, put a 2nd NIC in the FreeBSD system, and let it do the work. You'll learn something in the process. Expose yourself to the outside world and you'll attact nasties. For minimum pain and quickest solution an SMC 4-port 10/100 router for $100 (www.buy.com, also $20 mfg rebate during April). Unlike the NetGear and Linksys personal routers the SMC 7004 has a print server and a serial port for external modem. Like the better other solutions has a built in 10/100 switch. Other than simplicity of the stand alone switch/router the other nice thing is that you don't have to have the "router computer" turned on to get outside access from one of the other computers. Have got to turn up the heat on a friend to get my SMC back. Time for her to buy one for herself. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 20:36:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13202.mail.yahoo.com (web13202.mail.yahoo.com [216.136.174.187]) by hub.freebsd.org (Postfix) with SMTP id 3E26A37B423 for ; Mon, 9 Apr 2001 20:36:48 -0700 (PDT) (envelope-from lipshitz909@yahoo.com) Message-ID: <20010410033647.5500.qmail@web13202.mail.yahoo.com> Received: from [169.139.124.27] by web13202.mail.yahoo.com; Mon, 09 Apr 2001 20:36:47 PDT Date: Mon, 9 Apr 2001 20:36:47 -0700 (PDT) From: Larry Librettez Subject: Re: Who's got the cheapest 100-BT Ethernet NIC? To: David Kelly Cc: Gunther Schadow , freebsd-questions@FreeBSD.ORG In-Reply-To: <200104100109.f3A19XP30889@grumpy.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yawn. I've never had probs with rl whatsoever. The intel 10/100 however, seems to drop more packets than the rl, and you must pay twice the $$$ to find that out for yourself. --- David Kelly wrote: > Larry Librettez writes: > > I have several D-Link DFE-530TX+ 10/100 PCI NIC's > > living on my network. They have never let me down > the > > 2 years I've used them. Can be had for $19.99 at > > CompUSA, Best Buy, Circuit City, etc. I've seen > them > > for as low as $14.99 on sale. > > > > It uses the Realtek 8139 chip and in LINT the > device > > driver is 'rl'. > > Have you ever read /usr/src/sys/pci/if_rl.c? > > [...] > /* > * The RealTek 8139 PCI NIC redefines the meaning of > 'low end.' This is > * probably the worst PCI ethernet controller ever > made, with the possible > * exception of the FEAST chip made by SMC. The 8139 > supports bus-master > * DMA, but it has a terrible interface that > nullifies any performance > * gains that bus-master DMA usually offers. > * > [...] > > Couple of months ago found a vendor with a box of > pulled Intel 10/100's > and talked them down to 3 for $24. All 3 worked, as > did the other 6 > purchased by those looking over my shoulder. > > At one time knew of a vendor selling tested pulls > for $25 on the net. > > -- > David Kelly N4HHE, dkelly@hiwaay.net > ===================================================================== > The human mind ordinarily operates at only ten > percent of its > capacity -- the rest is overhead for the operating > system. > > __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 20:39:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alto.i-cable.com (alto.i-cable.com [210.80.60.4]) by hub.freebsd.org (Postfix) with ESMTP id 9E2A737B422 for ; Mon, 9 Apr 2001 20:39:21 -0700 (PDT) (envelope-from lkthomas@hkicable.com) Received: from hkicable.com ([61.18.16.156]) by alto.i-cable.com (8.9.3/8.9.3) with ESMTP id LAA10652 for ; Tue, 10 Apr 2001 11:39:40 +0800 (HKT) Message-ID: <3AD280CC.15B80246@hkicable.com> Date: Tue, 10 Apr 2001 11:41:00 +0800 From: Thomas Lau X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: please help me to submit this new port collection: Content-Type: multipart/mixed; boundary="------------B86A99E36FAC48E2B5BAB09D" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------B86A99E36FAC48E2B5BAB09D Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Roxen 2.1 ports files... also, How can I submit directly to freebsd?? --------------B86A99E36FAC48E2B5BAB09D Content-Type: text/plain; charset=us-ascii; name="Makefile" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile" # New ports collection makefile for: Roxen Challenger version 2.1 # Date created: 26 February 1999 # Whom: Thomas Lau (lkthomas@hkicable.com) # # $FreeBSD: ports/www/roxen/Makefile,v 1.9 2001/02/05 15:33:46 olgeni Exp $ # PORTNAME= roxen PORTVERSION= 2.1.231 CATEGORIES= www MASTER_SITES= ftp://ftp.roxen.com/roxen/source/ DISTNAME= roxen-dist-2.1.231 MAINTAINER= lkthomas@hkicable.com WRKSRC= ${WRKDIR}/roxen-2.1.231-src GNU_CONFIGURE= yes #PKGMESSAGE= ${WRKSRC}/MESSAGE STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/roxen.sh post-patch: @${SED} -e "s|%%PREFIX%%|${PREFIX}|g" ${FILESDIR}/roxen.sh.in > \ ${WRKDIR}/roxen.sh @${SED} -e "s|%%PREFIX%%|${PREFIX}|g" ${FILESDIR}/MESSAGE.in > \ ${PKGMESSAGE} do-configure: @(cd ${WRKSRC}; \ ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}) post-install: @if [ ! -f ${STARTUP_SCRIPT} ]; then \ ${ECHO} "Installing ${STARTUP_SCRIPT} startup file."; \ ${INSTALL_SCRIPT} ${WRKDIR}/roxen.sh ${STARTUP_SCRIPT}; \ fi @${CAT} ${PKGMESSAGE} .include --------------B86A99E36FAC48E2B5BAB09D Content-Type: text/plain; charset=us-ascii; name="distinfo" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="distinfo" MD5 (roxen-dist-2.1.231.tar.gz) = 7dd72e56d6bacd16c047a3ac229eda74 --------------B86A99E36FAC48E2B5BAB09D Content-Type: text/plain; charset=us-ascii; name="pkg-comment" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pkg-comment" An extensible http and ftp server with a lot of features --------------B86A99E36FAC48E2B5BAB09D Content-Type: text/plain; charset=us-ascii; name="pkg-descr" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pkg-descr" This is the port of the Roxen Challenger http and ftp server. It has a configuration interface to be accessed with a web browser and comes with some nice modules like automatic generation of graphical text. ( Roxen version 2.1 ) It is written in Pike (version 7.0), a modern language derived from lpc. If you want support for mysql in Roxen, make sure to install mysql first. This port will then notice the installed mysql. WWW: http://www.roxen.com/ Thomas Lau (lkthomas@hkicable.com) --------------B86A99E36FAC48E2B5BAB09D Content-Type: text/plain; charset=us-ascii; name="pkg-message" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pkg-message" ***************************************************************************** Installation of Roxen Challenger version 2.1 finished! Now perform the following steps to initialize the webserver. # cd /usr/local/roxen/server/ # ./install Then follow the instructions. For further documentation read /usr/local/roxen/server/manual/ ***************************************************************************** --------------B86A99E36FAC48E2B5BAB09D-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 20:41: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12407.mail.yahoo.com (web12407.mail.yahoo.com [216.136.173.134]) by hub.freebsd.org (Postfix) with SMTP id 314DA37B422 for ; Mon, 9 Apr 2001 20:41:05 -0700 (PDT) (envelope-from phelipc@yahoo.com) Message-ID: <20010410034105.72920.qmail@web12407.mail.yahoo.com> Received: from [200.207.155.214] by web12407.mail.yahoo.com; Mon, 09 Apr 2001 20:41:05 PDT Date: Mon, 9 Apr 2001 20:41:05 -0700 (PDT) From: Phelip Cray Subject: doom To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I can't get DOOM to run on my freebsd box. It is a 4.2 satable and I am trying to get it to work from the ports collection. I always get an error message ... does anybody have a clue? thanx, phelip __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 20:41:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cybersurf.net (smtp2.cybersurf.net [209.197.145.112]) by hub.freebsd.org (Postfix) with ESMTP id 49BAA37B422 for ; Mon, 9 Apr 2001 20:41:19 -0700 (PDT) (envelope-from 01031149@3web.net) Received: from 3web.net ([209.197.155.233]) by smtp2.cybersurf.net (Netscape Messaging Server 4.15) with SMTP id GBK4WT00.5CI for ; Mon, 9 Apr 2001 21:41:17 -0600 Received: by rockingd.calgary.ab.ca (EzMTS MTSAgent 1.22b Service) ; Mon, 09 Apr 01 21:40:17 -0600 for Received: from 3web.net (10.0.0.2) by rockingd.calgary.ab.ca (EzMTS MTSSmtp 1.23f Service) ; Mon, 09 Apr 01 18:13:53 -0600 for Received: by mandy.rockingd.calgary.ab.ca (sSMTP sendmail emulation); Mon, 9 Apr 2001 18:13:30 +4200 Date: Mon, 9 Apr 2001 18:13:28 -0600 From: Duke Normandin <01031149@3web.net> To: Bzdik BSD Cc: Ted Mittelstaedt , freebsd-questions@FreeBSD.ORG Subject: Re: BSDi Acquired by Embedded Computing Firm Wind River Message-ID: <20010409181328.D72259@mandy.rockingd.calgary.ab.ca> Mail-Followup-To: Bzdik BSD , Ted Mittelstaedt , freebsd-questions@FreeBSD.ORG References: <986837767.3ad1f3075e017@webmail.neomedia.it> <20010409193940.6978.qmail@web13607.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010409193940.6978.qmail@web13607.mail.yahoo.com>; from "Bzdik BSD" on Mon, Apr 09, 2001 at 12:39:40PM X-Envelope-Receiver: ,, Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 09, 2001 at 12:39:40PM -0700, Bzdik BSD wrote: > thank you for the wonderful thread, Ted and boys :) At 54, it's nice to hear someone without insight refer to me as a "boy". I better "feel" like a boy come branding time here in ranching country where I spend most of my time when I'm not fiddling with FreeBSD. If you're ever in S. Alberta look me up -- Blk. Diamond, Alberta. I'll buy you a beer! > was it Ford who said something about going "either with mass or with > class"? I assume that you're refering to Henry Ford? The Model A & T were "class"? Functional N. American main-stays in the same league as the Beetle maybe. > iy's hard to deal with "revolutionary" masses... You bet! But that status quo does change eventually -- doesn't it? Some feathers may get ruffled in the process, but hey... who wants to talk to some guy high up on a pedestal all the time? Hard on the neck! -- -duke Calgary, Alberta, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 20:41:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cybersurf.net (smtp2.cybersurf.net [209.197.145.112]) by hub.freebsd.org (Postfix) with ESMTP id C8C5637B424 for ; Mon, 9 Apr 2001 20:41:20 -0700 (PDT) (envelope-from 01031149@3web.net) Received: from 3web.net ([209.197.155.233]) by smtp2.cybersurf.net (Netscape Messaging Server 4.15) with SMTP id GBK4WP00.U4M for ; Mon, 9 Apr 2001 21:41:13 -0600 Received: by rockingd.calgary.ab.ca (EzMTS MTSAgent 1.22b Service) ; Mon, 09 Apr 01 21:40:13 -0600 for Received: from 3web.net (10.0.0.2) by rockingd.calgary.ab.ca (EzMTS MTSSmtp 1.23f Service) ; Mon, 09 Apr 01 18:47:21 -0600 for Received: by mandy.rockingd.calgary.ab.ca (sSMTP sendmail emulation); Mon, 9 Apr 2001 18:47:03 +4200 Date: Mon, 9 Apr 2001 18:47:02 -0600 From: Duke Normandin <01031149@3web.net> To: Bzdik BSD Cc: freebsd-questions@freebsd.org Subject: Re: [poor Ted]Re: Who's got the cheapest 100-BT Ethernet NIC? Message-ID: <20010409184702.F72259@mandy.rockingd.calgary.ab.ca> Mail-Followup-To: Bzdik BSD , freebsd-questions@freebsd.org References: <20010409223854.79931.qmail@web13605.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010409223854.79931.qmail@web13605.mail.yahoo.com>; from "Bzdik BSD" on Mon, Apr 09, 2001 at 03:38:54PM X-Envelope-Receiver: , Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 09, 2001 at 03:38:54PM -0700, Bzdik BSD wrote: > never had a problem with SMC 1211TX in any BSD, Linux or Mazdai > Usually $15 at Fry's. did not try this one for Solaris IA though. > > But... that subj flies in the face of Ted's preaching on long term > consequences of short term fixes. Just proves that crowds have more similar > traits than differences they are so proud of. NASDAQ anybody? :))) > > Willsonville, OR - 90 min drive from Vancouver, WA. > so, in my case it's much cheaper to get to ENU and buy an Intel board for > $41, plus I feel like I am boosting US economy while Greenspan has > exhausted his options. > > so, I would look for high quality components at a [reasonable]discount > instead. What a "revolutionary" piece of advice *that* is! ;^) -- -duke Calgary, Alberta, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 20:43:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f124.law6.hotmail.com [216.32.241.124]) by hub.freebsd.org (Postfix) with ESMTP id 6A5C037B422 for ; Mon, 9 Apr 2001 20:43:40 -0700 (PDT) (envelope-from hillaa@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 9 Apr 2001 20:43:40 -0700 Received: from 165.228.128.11 by lw6fd.law6.hotmail.msn.com with HTTP; Tue, 10 Apr 2001 03:43:39 GMT X-Originating-IP: [165.228.128.11] From: "Aaron Hill" To: questions@freebsd.org Subject: qmail on FreeBSD fast HOW-TO Date: Tue, 10 Apr 2001 03:43:39 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 10 Apr 2001 03:43:40.0321 (UTC) FILETIME=[6EA57910:01C0C170] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I have recently got qmail running on my FreeBSD 4.2R system and found that FreeBSD specific documentation for the initial step of getting qmail up and running is a somewhat lacking. One thing I did find was a pretty well written HOW-TO but it wasn't 100% complete and all the comments were in Taiwanese. So I tidied the document up, added my own comments and I've got it hosted here... http://www.futureuse.net/howto/qmail/freebsd-qmail-fast-howto.html ... please have a look at it if you're interested in getting qmail up and running on your system. If you find any problems with it or have any suggestions please drop me a line but go easy with any flames - I'm new to qmail. Also I don't want any part of a qmail/Sendmail religous war. I'm just offering some help. Use whatever software takes your fancy. If you need some info or support on qmail please check out their web site... http://www.qmail.org Thanks Aaron Hill _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 20:56:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from backup.enteract.com (backup.enteract.com [207.229.143.61]) by hub.freebsd.org (Postfix) with ESMTP id AF4B537B422 for ; Mon, 9 Apr 2001 20:56:28 -0700 (PDT) (envelope-from dscheidt@tumbolia.com) Received: from shell-2.enteract.com (dscheidt@shell-2.enteract.com [207.229.143.41]) by backup.enteract.com (8.11.1/8.11.2) with ESMTP id f3A3uDq97357; Mon, 9 Apr 2001 22:56:13 -0500 (CDT) (envelope-from dscheidt@tumbolia.com) Date: Mon, 9 Apr 2001 22:56:13 -0500 (CDT) From: David Scheidt X-Sender: dscheidt@shell-2.enteract.com To: Larry Librettez Cc: David Kelly , Gunther Schadow , freebsd-questions@FreeBSD.ORG Subject: Re: Who's got the cheapest 100-BT Ethernet NIC? In-Reply-To: <20010410033647.5500.qmail@web13202.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 9 Apr 2001, Larry Librettez wrote: :Yawn. I've never had probs with rl whatsoever. The :intel 10/100 however, seems to drop more packets than :the rl, and you must pay twice the $$$ to find that :out for yourself. I have a couple of these cards. (The machine I'm using has one, even.) I can only get ~3MB/sec NFS transfers over my 100BT full-duplex ethernet. With an Intel card, I get more than twice that. It does work in all the modes it's supposed to, it's cheap, and widely available. If all you're going to do with it is talk to a DSL or cable modem, it works fine. I'd never put one in something needing a really fast network connection. David -- dscheidt@tumbolia.com Bipedalism is only a fad. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 21: 5:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13208.mail.yahoo.com (web13208.mail.yahoo.com [216.136.174.193]) by hub.freebsd.org (Postfix) with SMTP id 4271437B422 for ; Mon, 9 Apr 2001 21:05:15 -0700 (PDT) (envelope-from lipshitz909@yahoo.com) Message-ID: <20010410040515.22915.qmail@web13208.mail.yahoo.com> Received: from [168.255.253.246] by web13208.mail.yahoo.com; Mon, 09 Apr 2001 21:05:15 PDT Date: Mon, 9 Apr 2001 21:05:15 -0700 (PDT) From: Larry Librettez Subject: Re: Who's got the cheapest 100-BT Ethernet NIC? To: David Scheidt Cc: David Kelly , Gunther Schadow , freebsd-questions@FreeBSD.ORG In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG And I am getting 3.5 MB NFS transfers with rl, so what did you say the problem was? --- David Scheidt wrote: > On Mon, 9 Apr 2001, Larry Librettez wrote: > > :Yawn. I've never had probs with rl whatsoever. > The > :intel 10/100 however, seems to drop more packets > than > :the rl, and you must pay twice the $$$ to find that > :out for yourself. > > I have a couple of these cards. (The machine I'm > using has one, even.) I > can only get ~3MB/sec NFS transfers over my 100BT > full-duplex ethernet. With > an Intel card, I get more than twice that. It does > work in all the modes > it's supposed to, it's cheap, and widely available. > If all you're going to > do with it is talk to a DSL or cable modem, it works > fine. I'd never put > one in something needing a really fast network > connection. > > David > -- > dscheidt@tumbolia.com > Bipedalism is only a fad. > __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 21:13:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from backup.enteract.com (backup.enteract.com [207.229.143.61]) by hub.freebsd.org (Postfix) with ESMTP id 4D62737B424 for ; Mon, 9 Apr 2001 21:13:41 -0700 (PDT) (envelope-from dscheidt@tumbolia.com) Received: from shell-2.enteract.com (dscheidt@shell-2.enteract.com [207.229.143.41]) by backup.enteract.com (8.11.1/8.11.2) with ESMTP id f3A4Dbq01305; Mon, 9 Apr 2001 23:13:37 -0500 (CDT) (envelope-from dscheidt@tumbolia.com) Date: Mon, 9 Apr 2001 23:13:37 -0500 (CDT) From: David Scheidt X-Sender: dscheidt@shell-2.enteract.com To: Larry Librettez Cc: David Kelly , Gunther Schadow , freebsd-questions@FreeBSD.ORG Subject: Re: Who's got the cheapest 100-BT Ethernet NIC? In-Reply-To: <20010410040515.22915.qmail@web13208.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 9 Apr 2001, Larry Librettez wrote: :And I am getting 3.5 MB NFS transfers with rl, so what :did you say the problem was? That with an Intel card, I can get roughly twice that. That's important if you're doing something like compiling over a network, or you want to run a fast fileserver for other reasons. The RealTek cards also use much more CPU. Put four of them in a box, and watch it do nothing but service them. And please trim quotes, and put responses on the bottom. It's much easier to read. -- dscheidt@tumbolia.com Bipedalism is only a fad. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 21:18:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from never.tellme.com (never.tellme.com [209.157.156.27]) by hub.freebsd.org (Postfix) with ESMTP id E712A37B422; Mon, 9 Apr 2001 21:18:12 -0700 (PDT) (envelope-from dannyman@tellme.com) Received: by never.tellme.com (Postfix, from userid 501) id 8F1ED71658; Mon, 9 Apr 2001 21:18:12 -0700 (PDT) Date: Mon, 9 Apr 2001 21:18:12 -0700 From: Danny Howard To: Greg Lehey Cc: FreeBSD Questions , freebsd-stable@freebsd.org Subject: Re: fdisk & disklabel dont work! Message-ID: <20010409211812.P59290@tellme.com> References: <20010409185759.N59290@tellme.com> <20010410113808.K64481@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010410113808.K64481@wantadilla.lemis.com>; from grog@lemis.com on Tue, Apr 10, 2001 at 11:38:08AM +0930 X-Loop: djhoward@uiuc.edu Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Okay. Well, FWIW, fdisk -I does *not* work successfully for me, under any circumstances I've tried so far. I have found a work-around, though: TERM=cons25 # If serial console, set this to vt100 export TERM /stand/sysinstall nonInteractive=YES partition=all bootManager=standard \ disk=${disk} diskPartitionEditor diskPartitionWrite Woohah! Interestingly enough, I see the same complaints about there not being a disklabel, but my subsequent disklabel commands work. To whit: disk=${disk}s1 disklabel -r -w $disk auto disksize=`disklabel $disk | awk -F : '$1 == "sectors/unit" {print $2}'` [...] disklabel $disk | grep -v ' c:' > /tmp/mylabel disklabel -R -B $disk /tmp/mylabel And then some MAKEDEV, newfs, distributions, packages, config files, etc. Okay, so I'll need to test this some more, but this is a pleasant break-through for the evening. One which I hope will hold. :) This is way screwed up, imho. I might investigate some day as to why sysinstall can do what fdisk -I can not, but I have some machines that are overdue for installs. :) -danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 21:26:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from george.he.net (george.he.net [216.218.157.2]) by hub.freebsd.org (Postfix) with ESMTP id D009837B423 for ; Mon, 9 Apr 2001 21:26:18 -0700 (PDT) (envelope-from bill@wiliweld.com) Received: from corten8.billschoolcraft.com (adsl-63-193-247-201.dsl.snfc21.pacbell.net [63.193.247.201]) by george.he.net (8.8.6/8.8.2) with ESMTP id VAA02201 for ; Mon, 9 Apr 2001 21:26:16 -0700 Date: Mon, 9 Apr 2001 21:22:18 -0700 (PDT) From: Bill Schoolcraft X-Sender: To: FreeBSD Subject: Re: BSDi Acquired by Embedded Computing Firm Wind River In-Reply-To: <20010410143043.I10996@tacacs.canterbury.ac.nz> Message-ID: System-ID: [en] (I; SunOS 5.8 i86pc) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Tue, 10 Apr 2001 it looks like Richard B Mahoney composed: rbm49->In an attempt to keep things in perspective, I would like to rbm49->mention how satisfied I am with FreeBSD as a workstation. rbm49-> ......... I've been following this thread and I just have to ask "What defines a desktop ?" I have been able to run everything on FreeBSD that I could on Linux. My needs may be different than some. Could we define what a "desktop" machine _is_ or what it must run to hold that title ? -- Bill Schoolcraft PO Box 210076 -o) San Francisco CA 94121 /\ "UNIX, A Way Of Life." _\_v http://forwardslashunix.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 21:43:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rm-rstar.sfu.ca (rm-rstar.sfu.ca [142.58.120.21]) by hub.freebsd.org (Postfix) with ESMTP id 477CE37B422 for ; Mon, 9 Apr 2001 21:43:03 -0700 (PDT) (envelope-from tmchow@sfu.ca) Received: from fraser.sfu.ca (tmchow@fraser.sfu.ca [142.58.101.25]) by rm-rstar.sfu.ca (8.10.1/8.10.1/SFU-5.0H) with ESMTP id f3A4h1q00454 for ; Mon, 9 Apr 2001 21:43:02 -0700 (PDT) Received: from localhost (tmchow@localhost) by fraser.sfu.ca (8.9.2/8.9.2/SFU-5.0C) with ESMTP id VAA04343 for ; Mon, 9 Apr 2001 21:43:01 -0700 (PDT) X-Authentication-Warning: fraser.sfu.ca: tmchow owned process doing -bs Date: Mon, 9 Apr 2001 21:43:01 -0700 (PDT) From: Trevin Chow To: Subject: Firewall rules causing SSH disconects? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi everyone, I'm just wondering what possible firewall rules (if any) could cause problems with random SSH disconnections. I'm trying to troubleshoot my situation here, and I'm unsure if it has to do with failing routers on the internet somewhere, or my own configuration. The situatino is basically that I'm able to connect via SSH to my box remotely, but I'll get disconnected after a varying amount of time. Is it possible that a firewall rule is causing this? I wouldn't think so..but I could be wrong. Anyone else have any ideas about this? someone else mentioned to try turning "KeepAlive" to off to see what happens, but that didn't solve anything. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 21:44:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp015.mail.yahoo.com (smtp015.mail.yahoo.com [216.136.173.59]) by hub.freebsd.org (Postfix) with SMTP id CFAE137B423 for ; Mon, 9 Apr 2001 21:44:46 -0700 (PDT) (envelope-from bsd140870@yahoo.co.uk) Received: from j7.kch9.jaring.my (HELO as2.kptn.org) (161.142.230.201) by smtp.mail.vip.sc5.yahoo.com with SMTP; 10 Apr 2001 04:44:46 -0000 X-Apparently-From: Date: Tue, 10 Apr 2001 12:40:52 +0800 From: Alvin Sim X-Mailer: The Bat! (v1.52 Beta/1) Reply-To: Alvin Sim Organization: n/a X-Priority: 3 (Normal) Message-ID: <1510883389.20010410124052@yahoo.co.uk> To: FreeBSD Questions Subject: Installing port(s) from an NFS server MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello list, i dont know wether this has already been asked but i'm asking anyways :) i have 2 machines running freebsd 4.3-RC with nfs and i came upon a situation whereby i want to install a port that was already installed on the server. i am currently on a dialup and i see it hard for me to be downloading and updating the whole ports collection on both of the machines. example: lets assume that i have installed vim on the server and now, i want vim on the client as well. i tried (after mounting /usr/ports (server) to /usr/ports (client)) `make' in /usr/ports/editors/vim-lite but it seems that `make' is making it on the server which, IMO, should be on the client? i didnt try `make install' though. i was afraid that it would install (vim) again on the server. so what i'd like to know is that is it possible for me to install a port from the server to the client machine with nfs? thanks. -- Alvin mailto:bsd140870@yahoo.co.uk _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 21:45:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xyzzy.intranet.snsonline.net (dhcp.looksmart.com.au [202.53.47.178]) by hub.freebsd.org (Postfix) with ESMTP id B0D1337B423 for ; Mon, 9 Apr 2001 21:45:10 -0700 (PDT) (envelope-from msergeant@snsonline.net) Received: from xyzzy.intranet.snsonline.net (localhost [127.0.0.1]) by xyzzy.intranet.snsonline.net (8.11.1/8.11.1) with SMTP id f3A4j3m05037 for ; Tue, 10 Apr 2001 14:45:04 +1000 (EST) (envelope-from msergeant@snsonline.net) Message-Id: <200104100445.f3A4j3m05037@xyzzy.intranet.snsonline.net> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 From: "Mark Sergeant" To: FreeBSD Subject: Re: BSDi Acquired by Embedded Computing Firm Wind River X-Mailer: Pronto v2.2.3 On freebsd/mysql Date: 09 Apr 2001 23:45:01 EST Reply-To: "Mark Sergeant" In-Reply-To: References: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A desktop I suppose would be a system that is used (everyday for me at least) for your normal tasks on a computer be it writing perl /php /html /sh etc. Browsing the web, irc, icq, playing music / videos and playing the odd game of quake etc. I use FreeBSD very happily as my only OS on my laptop, a primary desktop @ home & @ work. Cheers, Mark On Mon, 9 Apr 2001 21:22:18 -0700 (PDT), Bill Schoolcraft said: > At Tue, 10 Apr 2001 it looks like Richard B Mahoney composed: > > > > > rbm49->In an attempt to keep things in perspective, I would like to > rbm49->mention how satisfied I am with FreeBSD as a workstation. > rbm49-> > > > > .......... I've been following this thread and I just have to ask > "What defines a desktop ?" I have been able to run everything on > FreeBSD that I could on Linux. My needs may be different than some. > Could we define what a "desktop" machine _is_ or what it must run to > hold that title ? > > -- > Bill Schoolcraft > PO Box 210076 -o) > San Francisco CA 94121 /\ > "UNIX, A Way Of Life." _\_v > http://forwardslashunix.com > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > -- Angels we have heard on High Tell us to go out and Buy. -- Tom Lehrer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 21:48:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13607.mail.yahoo.com (web13607.mail.yahoo.com [216.136.175.118]) by hub.freebsd.org (Postfix) with SMTP id E903B37B424 for ; Mon, 9 Apr 2001 21:48:33 -0700 (PDT) (envelope-from htao77cn@yahoo.com.cn) Message-ID: <20010410044833.85061.qmail@web13607.mail.yahoo.com> Received: from [202.120.180.177] by web13607.mail.yahoo.com; Tue, 10 Apr 2001 12:48:33 CST Date: Tue, 10 Apr 2001 12:48:33 +0800 (CST) From: =?gb2312?q?Hong=20tao?= Subject: config>:di- fe0 No such device To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello ,everyone when i compile my kernel and reboot my machine,i found such message: config>:di- fe0 No such device config>:di- bt0 No such device config>:di- aic0 No such device config>:di- aha0 No such device config>:di- adv0 No such device Did i forget anything in the kernel? Boot with the old kernel,fe0. bt0. aic0. aha0. and adv0 can be configed. thanks everyone ! htao77cn htao77cn@yahoo.com _________________________________________________________ Do You Yahoo!? µÇ¼Ãâ·ÑÑÅ»¢µçÓÊ! http://mail.yahoo.com.cn ´´½¨ÑÅ»¢¾ãÀÖ²¿£¬ÕæÎÒ¸öÐÔ¾¡Ê©Õ¹£¡http://cn.clubs.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 21:51:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alto.i-cable.com (alto.i-cable.com [210.80.60.4]) by hub.freebsd.org (Postfix) with ESMTP id F13BD37B423 for ; Mon, 9 Apr 2001 21:51:28 -0700 (PDT) (envelope-from lkthomas@hkicable.com) Received: from hkicable.com ([61.18.16.156]) by alto.i-cable.com (8.9.3/8.9.3) with ESMTP id MAA14307 for ; Tue, 10 Apr 2001 12:51:49 +0800 (HKT) Message-ID: <3AD291B4.5B13E7EF@hkicable.com> Date: Tue, 10 Apr 2001 12:53:08 +0800 From: Thomas Lau X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: How can I make netscape support chinese? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, How can I make it support? which things should I install? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 22: 1:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.du.gtn.com (mail.du.gtn.com [194.77.9.57]) by hub.freebsd.org (Postfix) with ESMTP id 36DAE37B422; Mon, 9 Apr 2001 22:01:16 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by mail.du.gtn.com (8.11.0.Beta3/8.11.0.Beta3) id f3A513V16474; Tue, 10 Apr 2001 07:01:03 +0200 (MET DST) >Received: (from andreas@localhost) by klemm.gtn.com (8.11.3/8.11.2) id f39JErc11556; Mon, 9 Apr 2001 21:14:53 +0200 (CEST) (envelope-from andreas) Date: Mon, 9 Apr 2001 21:14:52 +0200 From: Andreas Klemm To: Jeff Blaufuss Cc: questions@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Ghostscript driver problems Message-ID: <20010409211452.A11445@titan.klemm.gtn.com> References: <3ABE8F98.F4D57328@ndsu.nodak.edu> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3ABE8F98.F4D57328@ndsu.nodak.edu>; from Jeff_Blaufuss@ndsu.nodak.edu on Sun, Mar 25, 2001 at 06:38:48PM -0600 X-Operating-System: FreeBSD 4.3-RC SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 25, 2001 at 06:38:48PM -0600, Jeff Blaufuss wrote: > I am having a problem installing the ghostscript 6 port with the right > drivers. I have a HP 932C which uses the cdj880 driver in ghostscript.= =20 > When I previously installed the ghostscript 6 port (it installed version > 6.0), I was presented with a menu where I could select which drivers I > needed. Now it seems to be installing version 6.5 and I no longer get > that menu, and ghostscript doesn't compile with the cdj880 driver. =20 >=20 > How can I get ghostscript to compile with the cdj880 driver, or are > there any drivers that I can use instead of it? the last port update takes care to compile cdj880 support in. the menu is currently disabled, since I have to review all selections for which I don't have time. Andreas /// --=20 Andreas Klemm - Powered by FreeBSD 4.2 SMP Need a magic printfilter today ? -> http://www.apsfilter.org/ --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: Weitere Infos: siehe http://www.gnupg.org iD8DBQE60gosd3o+lGxvbLoRAi3bAJ4vgkiVTuHTY7HG3yBlsVS9a/bXyACff7KD ZC1asIERdzp7TC6v+JL6dI8= =nFOD -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 22: 4:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 01FB637B43C for ; Mon, 9 Apr 2001 22:04:35 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.2/8.11.1) id f3A54TJ59398; Tue, 10 Apr 2001 17:04:29 +1200 (NZST) (envelope-from jonc) Date: Tue, 10 Apr 2001 17:04:28 +1200 From: Jonathan Chen To: Hong tao Cc: freebsd-questions@FreeBSD.ORG Subject: Re: config>:di- fe0 No such device Message-ID: <20010410170428.A59303@itouchnz.itouch> References: <20010410044833.85061.qmail@web13607.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010410044833.85061.qmail@web13607.mail.yahoo.com>; from htao77cn@yahoo.com.cn on Tue, Apr 10, 2001 at 12:48:33PM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 10, 2001 at 12:48:33PM +0800, Hong tao wrote: > hello ,everyone > when i compile my kernel and reboot my machine,i > found such message: > config>:di- fe0 > No such device > config>:di- bt0 > No such device > config>:di- aic0 > No such device > config>:di- aha0 > No such device > config>:di- adv0 > No such device > Did i forget anything in the kernel? > Boot with the old kernel,fe0. bt0. aic0. aha0. and > adv0 can be configed. > thanks everyone ! If you've tailored your kernel for your machine, you can trim/remove /boot/kernel.conf; which contains script details on disabling/enabling devices in the kernel. -- Jonathan Chen ---------------------------------------------------------------------- When you don't know what you are doing, do it neatly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 23:22: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.takas.lt (srvr2.telecom.lt [212.59.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 6500F37B43C for ; Mon, 9 Apr 2001 23:22:05 -0700 (PDT) (envelope-from edward_gess@hotmail.com) Received: from hotmail.com (dialup575.vln.takas.lt [212.59.30.153]) by mail.takas.lt (8.9.1/8.9.0) with ESMTP id IAA1340266 for ; Tue, 10 Apr 2001 08:21:54 +0200 (GMT+0200) Message-ID: <3AD2B45D.C48F4170@hotmail.com> Date: Tue, 10 Apr 2001 09:21:01 +0200 From: Edward Organization: none X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: miscellaneous... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I've added a new sound card and how to configure it under FreeBSD??? How to get running VMware... I've done all necessary things, but I am getting errors about non-existent files... ??? What ftpd is installed by default in FreeBSD??? Is it secure? Is there vulnurabilities in it ??? How to change Perl installed on FreeBSD on newest version? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 23:40:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 373EF37B423 for ; Mon, 9 Apr 2001 23:40:46 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f3A6egk06196; Mon, 9 Apr 2001 23:40:42 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Duke Normandin" <01031149@3web.net> Cc: Subject: RE: BSDi Acquired by Embedded Computing Firm Wind River Date: Mon, 9 Apr 2001 23:40:39 -0700 Message-ID: <000001c0c189$28163c00$1401a8c0@tedm.placo.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.3155.0 In-Reply-To: <20010409163545.B72259@mandy.rockingd.calgary.ab.ca> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >-----Original Message----- >From: Duke Normandin [mailto:01031149@3web.net] >> > >> Many's the time I've seen people complain that FreeBSD didn't support >> their pet Wonkulating Gronkulator and that Linux did - and after you >> get into it with them, it always seems to come out in the discussion that >> their Wonkulating Gronkulator card costs $14, and the card that FreeBSD >> _does_ support that does the same thing, costs $25. (and is technically >> a better card) > >The way I read your parapraph I can only conclude that Linux et al *do* >support more $14 cards as an accomodation to the cheaps bastards out >there, than does FreeBSD. It goes w/o saying that FreeBSD *does* support >the same functionalities -- but only those of higher quality / or those >that the developers happen to favor. > Not always - for example the Realtek chipset-based $14 PCI network adapters are supported very well under FreeBSD - of course the card may not properly autoconfig to your network hub, but what do you expect from a cheap NIC chipset. However, I would say that I think if you were to do a survey and stack the OS's right up against each other, you would find that Linux _does_ support slightly more of the $14 cards than FreeBSD. Of course, you would need to subtract all video chipsets from this ranking - because video cards are supported by Xfree86, and thus the support is identical between FreeBSD and Linux. Also, the support for _old_ hardware is a political powder keg as well - since hobby folks often have very bad habits of picking up $2 cards from flea markets and saying "Wow, think of what I can build with _this!_" :-) Is it fair to castigate an OS because it doesen't support _old_ hardware? > >Are you telling me (us) that most private computer users, intent on >learning and *using* Unix, go out and buy the very best equipment that is >available? They don't simply go to Future Shop etc, and look for the >"best bang for their buck"? > Actually, yes, this is in effect what I'm saying. Not the very _best_ equipment (or we all would be running Alphas) but I think the private computer users running UNIX are less cost-conscious and more concerned with quality than most corporate buyers. On a scale of 1 to 10 with 10 being the best, I'd put most corporate buyers at a 3, and most home buyers at a 7. Of course, you have to get at them BEFORE the sale - far too many people go buy the hardware first then check the compatability listings later. Or they use old hardware they had from years earlier. > >If what I suggested above "more closely describes the actual fact than >most people would like", then I supposed I lucked-in and guessed >correctly. The facts then, seem to suggest a certain attitude, but like >to indicate below, there may be more issues involved. I can understand >completely though. You want to play with our little hobby OS? -- fine use >it and love as is! That's an attitude -- and perfectly justified. I guess >that *I* need to know this before making a decision, that's all. > I don't think that's an accurate description. I think it's more like "Quit telling me to write support in for your Winmodem you got for free out of a cereal box when you can solve your problem by putting it in a Windows box and spending $25 on a real modem" I've seen some very interesting reasoning from some users that are insisting that support be written in for their cards. The most common is "But, EVERYONE has one of these [insert Seagate ST01, SoundBlapper256, PCTel Winmodem, etc. here] cards and it's a _t_r_a_v_e_s_t_y_ that FreeBSD doesen't support it!!" (with a long whiney emphasis on the travesty part) It's like _come_on_, the developers aren't stupid, you know. They know perfectly well that you went to Fry's to buy a modem and right next to the $25 ones there was a $5 Winmodem with a $5 rebate sticker on it, and for a moment you succumbed to the lure of "the deal" Just because _everybody_ has one of these cards/devices isn't justification for publically castigating the FreeBSD community for not supporting it. This is what some people don't get - is that lots of times, the majority is _wrong_. 500 years ago the majority throught the world was flat but that didn't make it flat, and today just because millions of people are on AOL doesen't make it the best ISP in the world. >> >> But, most developers sift through the complaints and try to find >> commonalities. Say the driver is for a network card chipset, well the >> developer finds that 90% of the complaints are from 1 manufacturer's card >> that uses this chipset - well, the developer most likely will >obtain one of >> these cards and test against it and fix the driver. But, will >he then go on >> and fix the problems in the remaining 10% of complaints? Would >it be a good >> use of time for him to fix them? > >It depends! If 100% of the complaints represents only 10% of the possible >NICs commonly in use, then fixing 90% of the complaints isn't saying a >whole hell of a lot, is it? > Certainly! But, if only 5% of the people running FreeBSD are actually using the network chipset that commands 90% of the network chipset market, then you are indeed saying quite a lot! Every device driver in FreeBSD is buggy, no question about it. For that matter every device driver in every OS on the planet is buggy. But, those bugs are so subtle, or triggered in such rare occasions, or require additional variables, (like certain motherboards or combinations of other cards) or matter so little, that 99% of ordinary users are never going to see them even if they run the same version of FreeBSD for 100 years! In short, it's fruitless to work on fixing bugs that nobody, or a very small percentage, is complaining about. >> >> Of course the first step to solving this is to convince the end >users that >> they can use MANY DIFFERENT solutions to their problem - they aren't >> married to Microsoft's answer, nor to anyone else's answer. > >Exactly.... "they aren't married to Microsoft's answer,.."! It just seems >to me that if FreeBSD is interested in being "one" of the solutions for >the desktop-only/mostly crowd, then steps should be taken to accomodate >W/O compromising kernel integrity in any way. > Well, one big step is the fact that it's open source - if there's something that a desktop user doesen't like - well they always have the option of hiring a programmer to fix it. >> >> But, your missing something - the "UNIX Way" is to use the best >tool for the >> job, not to ram a hammer in there for all solutions. Therefore, >why use a >> substandard tool (ie: substandard computer hardware) to solve your >> problems? > >Now, this is a new one for me! I've never heard it said that the above >was a prerequisite for using Unix. As a matter of fact, in my visits to >the Open/Net/FreeBSD sites, nowhere have I read anything on using *only* >quality components. > No - but one follows the other, doesen't it? If you hire a professional roofer to roof your house, and the guy doesen't show up with a full set of ladders, a couple expensive nailguns and compressor, and the rest of the accoutrements, wouldn't you think there was something wrong if he goes up there and starts banging around with a finishing hammer? UNIX _is_ a step _up_ from Windows. If you want to work with it, it's because you want to work with a higher-performance OS, right? So, why would you want to work with garbage-grade components? It's not that good quality components is a prerequisite for UNIX, it's that people that want to work with UNIX want to do so to get better performance and reliability, and good quality components are a prerequisite for better performance and reliability, no matter what the operating system. >> anyone can use. But, what's the point of making the OS install so simple >> and easy - once the FreeBSD system is installed and reboots up to a login >> prompt, what are they supposed to do then? Sooner or later they have to >> start thinking, they might as well start thinking when they >start installing >> the OS!! >> >I think that we now are finally getting to the core issue of this >desktop/server FreeBSD/Linux deal. > >If FreeBSD exists to perform primarily* as a server platform - period -- >*then it should be marketed as such. Why? Because *all* peripheral >support is, by-and-large, developed for, tested on and limited to >server-grade quality stuff. It should then be plainly emphasized that >FreeBSD is *NOT* an appropriate OS for deployment on run-of-the-mill, >Microsoft-grade hardware. In the spirit of professional good-will, A >referal to some of the Linux sites could then be given. > It _is_ frequently emphasized that FreeBSD _is_ more demanding on the hardware. People post with problems all the time that are tracible to hardware faults, or hardware misconfigurations like overclocking. Your basically restating facts here. What _is_ the definition of low-quality computer components? Well, it's that they do NOT perform as well, and that they can also be flaky and unreliable. Understand also that unreliable means simply that - one person may find success with an unreliable component, another may not. Whereas a reliable component is one in which _the vast majority_ of people will find success with. Also, keep in mind that it's ALSO risky to attempt to use unreliable components with Linux too. While the incidence of "customer unsatisfaction" while using unreliable, low-grade hardware is likely less under Linux than under FreeBSD, when you or anyone _deliberately_ goes out and purchases components that are cheap and low-grade, your setting yourself up for failure under any UNIX or UNIX-like system. Your also greatly increasing the risk that you will fail even with operating systems like Windows 2K and NT4.0 You said it yourself: "Microsoft-grade hardware" If you purchase hardware that's specifically designed for use under Windows Millennium, which is a consumer-grade operating system, then why complain when it won't work with FreeBSD? It wasn't _designed_ for FreeBSD. By contrast, better quality components are designed to work with _all_ operating systems that may be in use. A hardware chipset designer may work for a company that has no intention of writing UNIX device drivers for their hardware, but the designer can do things that make it easy for _someone else_ to write drivers, OR they can take a bunch of cost-cutting shortcuts with the idea that the chipset will only run under Windows ME. Take, for example, the Adaptec 1520 card. This is a PIO-mode SCSI card - but early 1520's _had_ the jumpers for selecting DMA channels, even though NO driver that Adaptec ever wrote supported DMA on that card. The intent was that Adaptec knew on a DOS system that the DOS os was so low-performance an OS that DMA or PIO mode would make no difference in speed, but they knew that on a higher-performance OS that the DMA channels _could_ make a difference. While they wern't going to write the drivers themselves, they wern't going to hamstring anyone else who wanted to make the effort. >As well, it should be again plainly emphasized that FreeBSD is *NOT* an >appropriate OS for most folks wanting to migrate from a Windows/Mac >platform, as the level of computer literacy and competence required to >successfully install the OS, hardware peripherals, software, etc, far >exceeds that of the average Joe. Like you say above, the potential I don't agree - because you said "wanted to migrate" It's my experience that the average Joe User running Windows is perfectly happy with it, and does not WANT to migrate from it. But, if the "average Joe" feels constrained by Windows/MacOS, why then I would say that ALREADY he isn't an "average Joe" JUST BECAUSE HE FEELS CONSTRAINED! Even if he never seeks out a Linux or FreeBSD, the fact that he can recognize that Windows as a paradigm is very limiting, puts him in a class above the REAL "Joe User" The real Joe Users, DON'T feel constrained by Windows - the LOVE it. They _like_ everything being done for them, and they don't mind that their work output looks identical to everyone elses, because they really aren't individualistic with their computer. Most of the real Joe Users that I run into that are _complaining_ about Windows are NOT complaining because they don't like Windows - the paradigm. They have long ago bought-off on this. They are merely complaining because they don't like Windows - the implementation! They DON'T want the Windows to be replaced by KDE or Enlightenment - they just want "better Windows" whatever _that_ is. This is why, by the way, that OS/2 failed. (I have studied OS/2's failure off and on for years - I ran it for a long time as my only OS and I still have it on a partition) OS/2 failed because all that IBM ever aspired it to being is a "better Windows than Windows" What happened is that as long as OS/2 had a few things better than the real Windows, like better networking, all of the Windows users spent the time playing around with it. Microsoft recognized this and simply went into NT 4 and spent a lot of time correcting the problems (like piss-poor networking) that were making the Windows users go with OS/2, and once NT 4 was released with all these things fixed, all of the Windows users immediately dumped OS/2 and happily sucked down NT 4 without looking back. If IBM had done what Apple did with MacOS and basically told all of the OS/2 users that were screaming about stuff like Seamless Windows to go screw themselves, do it the OS/2 way or else, then OS/2 would still be alive today. Certainly it would be a niche OS - but it would never have been anything else other than a niche OS, and IBM would have built a revenue model around selling it as a niche OS. We might have seen things like OS/2 running in palmtops instead of Windows CE. After all, at OS/2's height, it had more installed base than MacOS, and yet today MacOS is alive, OS/2 is not. >Ted...I suspect that this thread is pissing off just a few folks out >there. So what! People can take some controversy, it won't hurt them! >The questions I asked were not meant to denegrate FreeBSD, the >developers, or their valiant efforts. I may have issues with some aspects >of FreeBSD, but my respect for the whole ball of wax has never waned. I'm >still in the throes of learning my way around Unix. I haven't yet made a >decision between a flavor of Linux or an incarnation of BSD. This >discussion has been enlightening and informative, but I think that it >would serve no further good to continue publically. Please email me >privately with any further comments/suggestions. Sorry, Duke, I don't operate this way - I've learned never to say things privately through e-mail and other trackable communication that I wouldn't say publically. I understand where your coming from though, and it's a more common "newbie" issue than a lot of old-timers understand, espically folks that got into FreeBSD from the commercial UNIX side, rather than the Windows side. This is why I'm spending time on this thread. Let me put it this way, your making 2 common mistakes. First, your looking at the FreeBSD "movement" or market, as a lot more black and white than it really is. FreeBSD is used on everything from 386SX25 routers serving 4 PC's to Pentium 3 2Ghz multiprocessing servers serving thousands. It is a very, very, very WIDE market. Yes, FreeBSD does have more problems with low-grade hardware than Linux does. But, that doesen't change the fact that lots of people still run it on low-grade hardware without problems. (or course, they probably are sitting on a stack of oddball components that they can use to play musical lets-try-this-card-in-that-machine-today games with) Secondly, your still thinking of FreeBSD as a defined, commercial market that operates under the same inputs and outputs as the regular commercial software market. It _doesen't_! Superficially, many of the happenings in FreeBSD, such as the Wind River<->BSDi merger, the BSDi purchase of Walnut Creek, and so on, yes these do appear virtually identical to operation of the commercial software market. But, I have come to the understanding that there are many, many, many subtle things that happen in the FreeBSD movement that do not occur as a result of market pressures. You cannot understand the FreeBSD movement without understanding how the _entire_ movement operates, and without understanding that many things that happen do so without apparent logical reason. I say the same thing about Linux too - you cannot _really_ understand the Linux movement without understanding the idealism behind the GNU License - while I may disagree with it, I have come to understand it myself, and I can tell you that GNU's philosophy is completely 180 degrees in opposition to BSD's philosophy. It really is a tribute to all of the individuals involved with both movements that there is so much friendliness between both camps and so much help that happens between them. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Apr 9 23:46:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rm-rstar.sfu.ca (rm-rstar.sfu.ca [142.58.120.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D81E37B423 for ; Mon, 9 Apr 2001 23:46:09 -0700 (PDT) (envelope-from pwen@sfu.ca) Received: from fraser.sfu.ca (pwen@fraser.sfu.ca [142.58.101.25]) by rm-rstar.sfu.ca (8.10.1/8.10.1/SFU-5.0H) with ESMTP id f3A6k8q29240 for ; Mon, 9 Apr 2001 23:46:08 -0700 (PDT) Received: from localhost (pwen@localhost) by fraser.sfu.ca (8.9.2/8.9.2/SFU-5.0C) with ESMTP id XAA05852 for ; Mon, 9 Apr 2001 23:46:08 -0700 (PDT) X-Authentication-Warning: fraser.sfu.ca: pwen owned process doing -bs Date: Mon, 9 Apr 2001 23:46:08 -0700 (PDT) From: Charley Wen To: Subject: Can't start X-window/KDE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi After installing FreeBSD 4.2 on my PC I found I couldn't start X-window nor could I launch KDE. I remember that I was guided by the installation wizard to set up XFree86. but here's what I got from the command line interface after my PC boot up. after I issued 'startx', I saw : Fatal server error: xf860 penConsole:KDENABIO failed (Operation not permitted) X Connection to :0.0 broken. and I saw a number of "Entry deleted from font path". e.g. (Entry deleted from font path. Run 'mkfontdir' on '/usr/X11R6/lib/X11/fonts/speedo") Warning: 'font.dir' not found in /usr/X11R6/lib/X11/fonts/75dpi ... when issuing 'kde' from the cli, I got kcontrolL cannot connect to X server etc and I saw a number of "Entry deleted from font path". e.g. isn't X-server started when the machine boots up? could anyone please help me out? thanks Charley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 0: 1:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.rdc2.bc.home.com (mail1.rdc2.bc.home.com [24.2.10.84]) by hub.freebsd.org (Postfix) with ESMTP id C1CC337B422 for ; Tue, 10 Apr 2001 00:01:49 -0700 (PDT) (envelope-from keenantims@home.com) Received: from cr122665a ([24.115.189.163]) by mail1.rdc2.bc.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010410070148.VIMA11678.mail1.rdc2.bc.home.com@cr122665a> for ; Tue, 10 Apr 2001 00:01:48 -0700 Message-ID: <001901c0c18c$2c9972d0$0200a8c0@cr122665a> From: "Keenan Tims" To: Subject: Very slow LAN transfers Date: Tue, 10 Apr 2001 00:02:15 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0016_01C0C151.801A8FB0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0016_01C0C151.801A8FB0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have my FreeBSD box set up as my gateway to the internet, as = 192.168.0.1. Behind it are two windows machines, 192.168.0.2 and = 192.168.0.3. When transfering between the gateway and either windows = machine, speeds are excruciatingly slow, in the neighborhood of = 80KB/sec. When transferring between the two windows machines i can = reach around 1.5MB/sec. I have an NE2000 compatible card connected to the internet and a Realtek = 8139 based card on the LAN. The LAN is running off a 10BT hub. Here's = a printout of ifconfig: rl0: flags=3D8843 mtu 1500 inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:48:54:88:62:bd media: 10baseT/UTP status: active supported media: autoselect 100baseTX 100baseTX = 10baseT/UTP 10baseT/UTP 100baseTX ed0: flags=3D8843 mtu 1500 inet 24.115.189.163 netmask 0xfffffe00 broadcast 24.115.189.255 ether 00:00:e8:17:15:36 lo0: flags=3D8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 Any help would be greatly appreciated. Thank you. Keenan Tims keenantims@home.com ------=_NextPart_000_0016_01C0C151.801A8FB0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I have my FreeBSD box set up as my = gateway to the=20 internet, as 192.168.0.1.  Behind it are two windows machines, = 192.168.0.2=20 and 192.168.0.3.  When transfering between the gateway and either = windows=20 machine, speeds are excruciatingly slow, in the neighborhood of = 80KB/sec. =20 When transferring between the two windows machines i can reach around=20 1.5MB/sec.
I have an NE2000 compatible card = connected to the=20 internet and a Realtek 8139 based card on the LAN.  The LAN is = running off=20 a 10BT hub.  Here's a printout of ifconfig:
rl0:=20 flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu=20 1500
        inet 192.168.0.1 = netmask=20 0xffffff00 broadcast = 192.168.0.255
       =20 ether 00:48:54:88:62:bd
        = media:=20 10baseT/UTP status: active
        = supported media: autoselect 100baseTX <full-duplex> 100baseTX = 10baseT/UTP=20 <full-duplex> 10baseT/UTP 100baseTX <hw-loopback>
ed0:=20 flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu=20 1500
        inet 24.115.189.163 = netmask=20 0xfffffe00 broadcast=20 24.115.189.255
        ether=20 00:00:e8:17:15:36
lo0: = flags=3D8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu=20 16384
        inet 127.0.0.1 = netmask=20 0xff000000
Any help would be greatly=20 appreciated.
 
Thank you.
Keenan Tims
keenantims@home.com
------=_NextPart_000_0016_01C0C151.801A8FB0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 0:20:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13603.mail.yahoo.com (web13603.mail.yahoo.com [216.136.175.114]) by hub.freebsd.org (Postfix) with SMTP id 7F3DA37B423 for ; Tue, 10 Apr 2001 00:20:49 -0700 (PDT) (envelope-from htao77cn@yahoo.com.cn) Message-ID: <20010410072049.91310.qmail@web13603.mail.yahoo.com> Received: from [202.120.180.177] by web13603.mail.yahoo.com; Tue, 10 Apr 2001 15:20:49 CST Date: Tue, 10 Apr 2001 15:20:49 +0800 (CST) From: =?gb2312?q?Hong=20tao?= Subject: what's the meaning of"fe0,bt0,aic0,aha0,adv0" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have found "fe0,bt0,aic0,aha0,adv0"in /boot/kernel.conf.But i don't known what is this mean. Who can tell me? Thanks a lot. _________________________________________________________ Do You Yahoo!? µÇ¼Ãâ·ÑÑÅ»¢µçÓÊ! http://mail.yahoo.com.cn ´´½¨ÑÅ»¢¾ãÀÖ²¿£¬ÕæÎÒ¸öÐÔ¾¡Ê©Õ¹£¡http://cn.clubs.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 0:32:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alto.i-cable.com (alto.i-cable.com [210.80.60.4]) by hub.freebsd.org (Postfix) with ESMTP id 5220C37B43F for ; Tue, 10 Apr 2001 00:32:55 -0700 (PDT) (envelope-from lkthomas@hkicable.com) Received: from hkicable.com ([61.18.16.156]) by alto.i-cable.com (8.9.3/8.9.3) with ESMTP id PAA22041 for ; Tue, 10 Apr 2001 15:33:15 +0800 (HKT) Message-ID: <3AD2B78A.AC951B37@hkicable.com> Date: Tue, 10 Apr 2001 15:34:35 +0800 From: Thomas Lau X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: why BSDi not Free but FreeBSD ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG why? it's expensive as I know :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 0:46:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id EFEFC37B43C for ; Tue, 10 Apr 2001 00:46:41 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f3A7kdk06304; Tue, 10 Apr 2001 00:46:39 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Bill Schoolcraft" , "FreeBSD" Subject: RE: BSDi Acquired by Embedded Computing Firm Wind River Date: Tue, 10 Apr 2001 00:46:39 -0700 Message-ID: <001f01c0c192$603efaa0$1401a8c0@tedm.placo.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.3155.0 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When discussing desktops and servers in context together, here is the definition: Server: That which is intended and generally provides services to desktops, over the network. Desktop: That which is primary purpose is to serve as a user interface between the human and the services provided by servers on the network. But, before we forget, there's one other type of system: standalone: A host that is intended and generally uses services that it provides itself, and where network connectivity is not particularly critical to it's operation. Basically, a desktop is used by one person to access resources on the network. A server is used by many people that are accessing it's resources over the network. A standalone is used by a person that's only using services provided by that machine - regardless of whether it's connected to a network or not. Of course, many corporate networks are somewhat fuzzy, in that often users may spend much time running Word or Excel and just using their own desktop's resources. But, then when it's time to share their files they copy them up to a server, or e-mail them to each other, they usually don't share out sections of their hard disk. In these cases the intent, particular by the corporation, is that the desktop system does not provide services on the network. Also, the intent by the corporation is that the user assigned to the desktop use it to access other network resources, particularly shared calendaring, e-mail, files, etc. Also, Word and Excel are primariarly user interfaces to the actual physical data in the computer. What's confusing is that many people have taken the word desktop used it when they are talking about a consumer standalone system. One rule of thumb is that if you can pull the network connection out of it and not notice, it's probably a standalone. What most people forget is that a true standalone has pretty stiff requirements - because in addition to serving as the user interface to the human, the standalone needs to have enough power to have resources worth using at all. This is why larger corporations don't run peer-to-peer networks and they also centralize serving - because it's cheaper with a large deployment of PC's to make most of them just barely powerful enough to service a decent user interface. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Bill >Schoolcraft >Sent: Monday, April 09, 2001 9:22 PM >To: FreeBSD >Subject: Re: BSDi Acquired by Embedded Computing Firm Wind River > > >At Tue, 10 Apr 2001 it looks like Richard B Mahoney composed: > > > > >rbm49->In an attempt to keep things in perspective, I would like to >rbm49->mention how satisfied I am with FreeBSD as a workstation. >rbm49-> > > > >......... I've been following this thread and I just have to ask >"What defines a desktop ?" I have been able to run everything on >FreeBSD that I could on Linux. My needs may be different than some. >Could we define what a "desktop" machine _is_ or what it must run to >hold that title ? > >-- >Bill Schoolcraft >PO Box 210076 -o) >San Francisco CA 94121 /\ >"UNIX, A Way Of Life." _\_v >http://forwardslashunix.com > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 0:59:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from toshiro.sk.sympatico.ca (toshiro.sk.sympatico.ca [142.165.5.62]) by hub.freebsd.org (Postfix) with ESMTP id AC79D37B422 for ; Tue, 10 Apr 2001 00:59:06 -0700 (PDT) (envelope-from topcat@sk.sympatico.ca) Received: from sk.sympatico.ca (regnsk01d051701163.sk.sympatico.ca [142.165.238.163]) by toshiro.sk.sympatico.ca (8.9.3/8.9.3) with ESMTP id BAA22950783; Tue, 10 Apr 2001 01:59:05 -0600 (CST) Message-ID: <3AD2BD4A.FAAA15CD@sk.sympatico.ca> Date: Tue, 10 Apr 2001 01:59:07 -0600 From: TOPCAT CONSULTING X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.1-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: changing anonymous ftp directory after install Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have installed FreeBSD and allowed anonymous ftp access, and set it up in /var/ftp --- all works great, but I would now like to change the directory to /usr/ftp What file to I have to edit to change this? thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 1: 2: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from arpa.it.uc3m.es (arpa.it.uc3m.es [163.117.139.120]) by hub.freebsd.org (Postfix) with ESMTP id 5CE3537B423 for ; Tue, 10 Apr 2001 01:02:05 -0700 (PDT) (envelope-from jrh@arpa.it.uc3m.es) Received: from localhost (jrh@localhost) by arpa.it.uc3m.es (8.9.3/8.9.3) with SMTP id KAA09453 for ; Tue, 10 Apr 2001 10:02:04 +0200 Date: Tue, 10 Apr 2001 10:02:03 +0200 (MET DST) From: Juan Francisco Rodriguez Hervella To: freebsd-questions@freebsd.org Subject: kdm dont shows me the users Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi: I am using FreeBSD-4.1-RELEASE, and version 1.2 of KDE. I had only five users in my box, then I moved to a NIS server and mounted the exported /home in my /home directory. My problem is that the kdm only shows me the old users, but I can enter with any of the users under /home. The facts that I can login with any user imply that NIS client has run corretly, so the problem is in KDM, but I have examined the kdmrc file and all is correct... I have try to delete the "kdmrc" file, but is the same... I dont like to add manually all the users with "kdmconfig", because if it is created another user in the NIS server, I would have to modify one by one each FreeBSD machine to show the new user in the KDM login window. Has someone have the same problem any time ? Any suggestion would be very appreciated. Thanks in advance. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 1:17:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.sky.fr (zeta.entreprises.cegetel.fr [195.115.49.52]) by hub.freebsd.org (Postfix) with ESMTP id AA7F537B422 for ; Tue, 10 Apr 2001 01:17:15 -0700 (PDT) (envelope-from joel.carnat@interliant.fr) Received: from tazmania.entreprises.cegetel.fr ([195.115.63.84]) by mail.sky.fr (8.8.7/8.8.7) with SMTP id KAA06395 for ; Tue, 10 Apr 2001 10:17:11 +0200 (MET DST) Message-Id: <200104100817.KAA06395@mail.sky.fr> Date: Tue, 10 Apr 2001 10:17:14 +0200 From: Joel CARNAT To: freebsd-questions@FreeBSD.ORG Subject: crazy uptime... Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG my "FreeBSD 4.2-RELEASE" won't get a correct uptime :/ it seems that it won't go further than 1 day... where does it come from, pliz ??? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 1:32: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.122.47]) by hub.freebsd.org (Postfix) with ESMTP id B8C5A37B422 for ; Tue, 10 Apr 2001 01:32:01 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.10.1/8.10.1) with ESMTP id f3A8Vos73019; Tue, 10 Apr 2001 01:31:50 -0700 (PDT) Date: Tue, 10 Apr 2001 01:31:50 -0700 (PDT) From: Doug White To: Greg Lehey Cc: Danny Howard , FreeBSD Questions Subject: Re: fdisk & disklabel dont work! In-Reply-To: <20010410113808.K64481@wantadilla.lemis.com> Message-ID: X-All-Your-Base: are belong to us MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 10 Apr 2001, Greg Lehey wrote: > > This is great, except the system will then refuse to boot. PXE boot > > crashes and SCSI boot hangs, and the explanation I can find is that > > the Adaptec controller is pissed off about the dangerously dedicated > > mode and ends up diving by zero. > > That's maybe the explanation you can find, but I doubt it's correct. > I have lots of dedicated installations running with Adaptec host > adaptors, and it works fine. But there are other Adaptec controllers (eg, those built on the Intel L440GX+ motherboard) that do _not_ work in a dedicated situation. My advice is to play it safe and put a proper slice table on. fdisk -I is quite handy for this, assuming there's nothing on the disk you care about. :) Doug White | FreeBSD: The Power to Serve dwhite@resnet.uoregon.edu | www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 1:39:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 3007137B422 for ; Tue, 10 Apr 2001 01:39:44 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 5126E6ACB8; Tue, 10 Apr 2001 18:09:42 +0930 (CST) Date: Tue, 10 Apr 2001 18:09:42 +0930 From: Greg Lehey To: Doug White Cc: Danny Howard , FreeBSD Questions Subject: Re: fdisk & disklabel dont work! Message-ID: <20010410180942.Y64481@wantadilla.lemis.com> References: <20010410113808.K64481@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from dwhite@resnet.uoregon.edu on Tue, Apr 10, 2001 at 01:31:50AM -0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday, 10 April 2001 at 1:31:50 -0700, Doug White wrote: > On Tue, 10 Apr 2001, Greg Lehey wrote: > >>> This is great, except the system will then refuse to boot. PXE boot >>> crashes and SCSI boot hangs, and the explanation I can find is that >>> the Adaptec controller is pissed off about the dangerously dedicated >>> mode and ends up diving by zero. >> >> That's maybe the explanation you can find, but I doubt it's correct. >> I have lots of dedicated installations running with Adaptec host >> adaptors, and it works fine. > > But there are other Adaptec controllers (eg, those built on the Intel > L440GX+ motherboard) that do _not_ work in a dedicated situation. I haven't seen any, and I haven't seen any proof that this statement is correct. > My advice is to play it safe and put a proper slice table on. fdisk > -I is quite handy for this, assuming there's nothing on the disk you > care about. :) That didn't work for him either. I don't know what the problem is, but the information we got wasn't enough to determine it, and he's now fixed it by using sysinstall. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 2: 9:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id 29CFC37B423 for ; Tue, 10 Apr 2001 02:09:54 -0700 (PDT) (envelope-from vallo@myhakas.matti.ee) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (Postfix) with ESMTP id 261D52CE9B; Tue, 10 Apr 2001 11:09:47 +0200 (EET) Received: (from vallo@localhost) by myhakas.matti.ee (8.11.3/8.11.3) id f3A97pd53613; Tue, 10 Apr 2001 11:07:51 +0200 (EET) (envelope-from vallo) Date: Tue, 10 Apr 2001 11:07:51 +0200 From: Vallo Kallaste To: esl Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Support for IBM ServerRAID SCSI Adapter Message-ID: <20010410110751.A53225@myhakas.matti.ee> Reply-To: vallo@matti.ee References: <3AD1CDBA.23A670DF@cio.med.va.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.14i-ja0 In-Reply-To: <3AD1CDBA.23A670DF@cio.med.va.gov>; from esl@cio.med.va.gov on Mon, Apr 09, 2001 at 10:56:58AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 09, 2001 at 10:56:58AM -0400, esl wrote: > We have an IBM Netfinity 7000 with 4 cpus 500 mhz Xeon and 2.3GB memory. > We are using IBM ServerRAID controller. I would like to run FreeBSD on > this box and I could not find any information about support for this > hardware. Is this configuration not really supported yet or I'm just not > looking hard enough? I also went to the BSDI web site and couldn't find > information either. > > Any advice on what can I do to make FreeBSD run on this hardware? There are no drivers for IBM ServeRaid product line, as far as I know. It seems some people have tried to run FreeBSD on NF7000, look at mailing list archives. They had problems with SMP, but presumably it's fixed. -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 2:28: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from plab.ku.dk (plab.ku.dk [130.225.105.65]) by hub.freebsd.org (Postfix) with ESMTP id C7E3737B423 for ; Tue, 10 Apr 2001 02:28:02 -0700 (PDT) (envelope-from tolid@plab.ku.dk) Received: (from tolid@localhost) by plab.ku.dk (8.11.0/8.9.3) id f3A9S1Y62232 for freebsd-questions@freebsd.org.AVP; Tue, 10 Apr 2001 11:28:01 +0200 (CEST) (envelope-from tolid) Received: (from tolid@localhost) by plab.ku.dk (8.11.0/8.9.3) id f3A9S1w62224 for freebsd-questions@freebsd.org; Tue, 10 Apr 2001 11:28:01 +0200 (CEST) (envelope-from tolid) Date: Tue, 10 Apr 2001 11:28:01 +0200 From: Anatoliy Dmytriyev To: freebsd-questions@freebsd.org Subject: Re: please help me to submit this new port collection: Message-ID: <20010410112800.B53783@plab.ku.dk> References: <3AD280CC.15B80246@hkicable.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD280CC.15B80246@hkicable.com>; from lkthomas@hkicable.com on Tue, Apr 10, 2001 at 11:41:00AM +0800 X-Operating-System: FreeBSD 4.1-STABLE Organization: The Protein Laboratory, University of Copenhagen Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG http://www.freebsd.org/porters-handbook/ man send-pr man shar On Tue, Apr 10, 2001 at 11:41:00AM +0800, Thomas Lau wrote: > Roxen 2.1 ports files... > also, How can I submit directly to freebsd?? > > # New ports collection makefile for: Roxen Challenger version 2.1 > # Date created: 26 February 1999 > # Whom: Thomas Lau (lkthomas@hkicable.com) > # > # $FreeBSD: ports/www/roxen/Makefile,v 1.9 2001/02/05 15:33:46 olgeni Exp $ > # > > PORTNAME= roxen > PORTVERSION= 2.1.231 > CATEGORIES= www > MASTER_SITES= ftp://ftp.roxen.com/roxen/source/ > DISTNAME= roxen-dist-2.1.231 > > MAINTAINER= lkthomas@hkicable.com > > WRKSRC= ${WRKDIR}/roxen-2.1.231-src > GNU_CONFIGURE= yes > #PKGMESSAGE= ${WRKSRC}/MESSAGE > > STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/roxen.sh > > post-patch: > @${SED} -e "s|%%PREFIX%%|${PREFIX}|g" ${FILESDIR}/roxen.sh.in > \ > ${WRKDIR}/roxen.sh > @${SED} -e "s|%%PREFIX%%|${PREFIX}|g" ${FILESDIR}/MESSAGE.in > \ > ${PKGMESSAGE} > > do-configure: > @(cd ${WRKSRC}; \ > ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}) > > post-install: > @if [ ! -f ${STARTUP_SCRIPT} ]; then \ > ${ECHO} "Installing ${STARTUP_SCRIPT} startup file."; \ > ${INSTALL_SCRIPT} ${WRKDIR}/roxen.sh ${STARTUP_SCRIPT}; \ > fi > @${CAT} ${PKGMESSAGE} > > .include > MD5 (roxen-dist-2.1.231.tar.gz) = 7dd72e56d6bacd16c047a3ac229eda74 > An extensible http and ftp server with a lot of features > This is the port of the Roxen Challenger http and ftp server. It has > a configuration interface to be accessed with a web browser and comes with > some nice modules like automatic generation of graphical text. > ( Roxen version 2.1 ) > It is written in Pike (version 7.0), a modern language derived from lpc. > > If you want support for mysql in Roxen, make sure to install mysql > first. This port will then notice the installed mysql. > > WWW: http://www.roxen.com/ > > Thomas Lau > (lkthomas@hkicable.com) > ***************************************************************************** > Installation of Roxen Challenger version 2.1 finished! > > Now perform the following steps to initialize the webserver. > > # cd /usr/local/roxen/server/ > # ./install > > Then follow the instructions. For further documentation read > /usr/local/roxen/server/manual/ > ***************************************************************************** > -- Anatoliy Dmytriyev http://tolid.eu.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 2:34:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from deepblue.everad.com (deepblue.everad.com [212.117.137.66]) by hub.freebsd.org (Postfix) with ESMTP id 6767C37B423 for ; Tue, 10 Apr 2001 02:34:46 -0700 (PDT) (envelope-from DanielM@EverAd.com) Received: from ilexc01.everad.com ([10.72.6.6]) by deepblue.everad.com with Microsoft SMTPSVC(5.5.1877.197.19); Tue, 10 Apr 2001 12:36:53 +0200 content-class: urn:content-classes:message Subject: redundant default routes? MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Tue, 10 Apr 2001 12:34:30 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: redundant default routes? Thread-Index: AcDBqdNhrP0ccAY1RGaYPpR8o0HezQ== From: "Daniel Mester" To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all, i would like to understand how i can to implement the redundant default routes? Explicit configuration (defaultrouter in /etc/rc.conf -> how can i have 2 or more routers in that?) Or i have to deal with RDP or RIP this way? Thanks. --------------------------------------------------------------------- Daniel Mester Portal Tech. Manager To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 2:38:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by hub.freebsd.org (Postfix) with SMTP id 6DE0037B422 for ; Tue, 10 Apr 2001 02:38:05 -0700 (PDT) (envelope-from jesse_gross@yahoo.com) Received: from dhcp-232.nh.harron.net (HELO jesse1) (63.64.117.232) by smtp.mail.vip.sc5.yahoo.com with SMTP; 10 Apr 2001 09:37:50 -0000 X-Apparently-From: From: "Jesse Gross" To: Subject: NIC problems Date: Tue, 10 Apr 2001 05:37:40 -0400 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 IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello I am having a problem where the system runs very slowly if my ethernet card is enabled, but otherwise runs very fast. I am using the 3Com 3cSOHO100-TX OfficeConnect with the xl driver. Someone suggested that it was an irq conflct, but I fixed that by changing the kernel settings and recompiling the kernel. It appears to have made no difference. I noticed that when the computer boots, the kernel reports the correct settings for the NIC, and it also eports an unknown card on the same IRQ. This is my IEEE 1394 card. Might this be causing conflicts even though its not enabled? Here's the output of dmesg: Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.2-RELEASE #5: Sun Apr 8 19:53:47 EDT 2001 root@:/usr/src/sys/compile/MYHARDWARE Timecounter "i8254" frequency 1193182 Hz CPU: AMD-K7(tm) Processor (499.04-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x612 Stepping = 2 Features=0x81f9ff AMD Features=0xc0400000 real memory = 134152192 (131008K bytes) avail memory = 127410176 (124424K bytes) Preloaded elf kernel "kernel" at 0xc031e000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc031e09c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: <3Dfx Voodoo 3 graphics accelerator> at 5.0 irq 10 pcm0: port 0x1080-0x10bf irq 11 at device 3.0 on pci0 xl0: <3Com 3cSOHO100-TX OfficeConnect> port 0x1000-0x107f mem 0xe8014800-0xe801487f irq 5 at device 4.0 on pci0 xl0: Ethernet address: 00:50:da:24:60:be miibus0: on xl0 xlphy0: <3Com internal media interface> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x1440-0x144f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0x1400-0x141f irq 11 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhid0: Microsoft SideWinder Force Feedback 2 Joystick, rev 1.10/a.00, addr 2, iclass 3/0 ugen0: Logitech, Inc. Camera, rev 1.00/1.00, addr 3 uhci1: port 0x1420-0x143f irq 11 at device 7.3 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered isab1: at device 7.4 on pci0 pci0: (vendor=0x14f1, dev=0x1033) at 9.0 irq 10 pci0: (vendor=0x104c, dev=0x8019) at 12.0 irq 5 atapci1: port 0x10c0-0x10ff,0x1454-0x1457,0x1460-0x1467,0x1468-0x146b,0x1470-0x1477 mem 0xe8020000-0xe803ffff irq 11 at device 15.0 on pci0 ata2: at 0x1470 on atapci1 ata3: at 0x1460 on atapci1 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 ad0: 16231MB [32979/16/63] at ata0-master UDMA66 ad6: 39083MB [79408/16/63] at ata3-master UDMA100 acd0: CDROM at ata1-master using PIO4 acd1: CD-RW at ata1-slave using PIO4 Mounting root from ufs:/dev/ad0s1a I also have a modem that FreeBSD doesn't recognize, but I don't think that this is causing a problem because when I removed it from the computer it didn't make a difference. Unfounately, I can't do this with the IEEE 1394 card because it's part of my motherboard. Does anyone have any suggestions? Thanks Jesse Gross _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 2:58:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id 30D1E37B422 for ; Tue, 10 Apr 2001 02:58:24 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 916DF66B84; Tue, 10 Apr 2001 02:58:23 -0700 (PDT) Date: Tue, 10 Apr 2001 02:58:23 -0700 From: Kris Kennaway To: Phelip Cray Cc: freebsd-questions@freebsd.org Subject: Re: doom Message-ID: <20010410025823.A82441@xor.obsecurity.org> References: <20010410034105.72920.qmail@web12407.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010410034105.72920.qmail@web12407.mail.yahoo.com>; from phelipc@yahoo.com on Mon, Apr 09, 2001 at 08:41:05PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 09, 2001 at 08:41:05PM -0700, Phelip Cray wrote: > > Hello, > > I can't get DOOM to run on my freebsd box. It is a 4.2 > satable and I am trying to get it to work from the > ports collection. > > I always get an error message ... > > does anybody have a clue? Well, you could try telling us the error message for a start.. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 2:59:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id 96D4D37B423 for ; Tue, 10 Apr 2001 02:59:09 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7845866D03; Tue, 10 Apr 2001 02:59:09 -0700 (PDT) Date: Tue, 10 Apr 2001 02:59:09 -0700 From: Kris Kennaway To: Thomas Lau Cc: freebsd-questions@FreeBSD.ORG Subject: Re: why BSDi not Free but FreeBSD ? Message-ID: <20010410025909.B82441@xor.obsecurity.org> References: <3AD2B78A.AC951B37@hkicable.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD2B78A.AC951B37@hkicable.com>; from lkthomas@hkicable.com on Tue, Apr 10, 2001 at 03:34:35PM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 10, 2001 at 03:34:35PM +0800, Thomas Lau wrote: > why? > it's expensive as I know :) Because it's a different product. You're allowed to do what you like with BSD source code, that includes selling it. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 3: 5: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp018.mail.yahoo.com (smtp018.mail.yahoo.com [216.136.174.115]) by hub.freebsd.org (Postfix) with SMTP id 7973437B42C for ; Tue, 10 Apr 2001 03:04:48 -0700 (PDT) (envelope-from jesse_gross@yahoo.com) Received: from dhcp-232.nh.harron.net (HELO jesse1) (63.64.117.232) by smtp.mail.vip.sc5.yahoo.com with SMTP; 10 Apr 2001 10:04:38 -0000 X-Apparently-From: From: "Jesse Gross" To: "Stephen Hovey" Cc: Subject: RE: NIC problems Date: Tue, 10 Apr 2001 06:04:33 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I changed the kernel by modifying the original line: device xl to device xl0 at pci? port 0x1000 irq 5 iomem 0xe8014800 originally it was assigned to IRQ 10. I changed it to match the settings that Windows assigned. The card has no jumpers on it. I changed it in the kernel because it did not even show up under the GENERIC kernel using the boot -c utility. Now it shows up, although under 'Other Devices' as 'Unknown Card' but it is obviously recognized on boot. The other device on IRQ 5 is a firewire (IEEE 1394) adaptor. How would I disable it? It is not in the kernel configuration. Thanks Jesse Gross -----Original Message----- From: Stephen Hovey [mailto:shovey@buffnet.net] Sent: Tuesday, April 10, 2001 5:44 AM To: Jesse Gross Subject: Re: NIC problems changing your kernel wouldnt resolve an interrupt conflict if another device is also set to that IRQ - you have to disable the conflicting hardware, or change the irq on the card or something. How did you change the kernel? Your ethernet card is being assigned 5 - freebsd is apparently not seeing whatever else is on 5 - usually 5 is used by a second parallel port - do you have a second one in there? The modem you mention wasnt seen because you have 2 serial ports already - you would have to disable one of them to use a modem at the same settings. On Tue, 10 Apr 2001, Jesse Gross wrote: > Hello > > I am having a problem where the system runs very slowly if my ethernet card > is enabled, but otherwise runs very fast. I am using the 3Com 3cSOHO100-TX > OfficeConnect with the xl driver. Someone suggested that it was an irq > conflct, but I fixed that by changing the kernel settings and recompiling > the kernel. It appears to have made no difference. I noticed that when the > computer boots, the kernel reports the correct settings for the NIC, and it > also eports an unknown card on the same IRQ. This is my IEEE 1394 card. > Might this be causing conflicts even though its not enabled? Here's the > output of dmesg: > > Copyright (c) 1992-2000 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD 4.2-RELEASE #5: Sun Apr 8 19:53:47 EDT 2001 > root@:/usr/src/sys/compile/MYHARDWARE > Timecounter "i8254" frequency 1193182 Hz > CPU: AMD-K7(tm) Processor (499.04-MHz 686-class CPU) > Origin = "AuthenticAMD" Id = 0x612 Stepping = 2 > > Features=0x81f9ff AT,MMX> > AMD Features=0xc0400000 > real memory = 134152192 (131008K bytes) > avail memory = 127410176 (124424K bytes) > Preloaded elf kernel "kernel" at 0xc031e000. > Preloaded userconfig_script "/boot/kernel.conf" at 0xc031e09c. > Pentium Pro MTRR support enabled > md0: Malloc disk > npx0: on motherboard > npx0: INT 16 interface > pcib0: on motherboard > pci0: on pcib0 > pcib1: at device 1.0 on pci0 > pci1: on pcib1 > pci1: <3Dfx Voodoo 3 graphics accelerator> at 5.0 irq 10 > pcm0: port 0x1080-0x10bf irq 11 at device 3.0 on pci0 > xl0: <3Com 3cSOHO100-TX OfficeConnect> port 0x1000-0x107f mem > 0xe8014800-0xe801487f irq 5 at device 4.0 on pci0 > xl0: Ethernet address: 00:50:da:24:60:be > miibus0: on xl0 > xlphy0: <3Com internal media interface> on miibus0 > xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > isab0: at device 7.0 on pci0 > isa0: on isab0 > atapci0: port 0x1440-0x144f at device 7.1 on > pci0 > ata0: at 0x1f0 irq 14 on atapci0 > ata1: at 0x170 irq 15 on atapci0 > uhci0: port 0x1400-0x141f irq 11 at device 7.2 > on pci0 > usb0: on uhci0 > usb0: USB revision 1.0 > uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 2 ports with 2 removable, self powered > uhid0: Microsoft SideWinder Force Feedback 2 Joystick, rev 1.10/a.00, addr > 2, iclass 3/0 > ugen0: Logitech, Inc. Camera, rev 1.00/1.00, addr 3 > uhci1: port 0x1420-0x143f irq 11 at device 7.3 > on pci0 > usb1: on uhci1 > usb1: USB revision 1.0 > uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub1: 2 ports with 2 removable, self powered > isab1: at device 7.4 on pci0 > pci0: (vendor=0x14f1, dev=0x1033) at 9.0 irq 10 > pci0: (vendor=0x104c, dev=0x8019) at 12.0 irq 5 > atapci1: port > 0x10c0-0x10ff,0x1454-0x1457,0x1460-0x1467,0x1468-0x146b,0x1470-0x1477 mem > 0xe8020000-0xe803ffff irq 11 at device 15.0 on pci0 > ata2: at 0x1470 on atapci1 > ata3: at 0x1460 on atapci1 > fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 > fdc0: FIFO enabled, 8 bytes threshold > fd0: <1440-KB 3.5" drive> on fdc0 drive 0 > atkbdc0: at port 0x60,0x64 on isa0 > atkbd0: flags 0x1 irq 1 on atkbdc0 > kbd0 at atkbd0 > psm0: irq 12 on atkbdc0 > psm0: model IntelliMouse, device ID 3 > vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 > sc0: at flags 0x100 on isa0 > sc0: VGA <16 virtual consoles, flags=0x300> > sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > sio0: type 16550A > sio1: configured irq 3 not in bitmap of probed irqs 0 > ppc0: at port 0x378-0x37f irq 7 on isa0 > ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode > ppc0: FIFO with 16/16/8 bytes threshold > plip0: on ppbus0 > lpt0: on ppbus0 > lpt0: Interrupt-driven port > ppi0: on ppbus0 > ad0: 16231MB [32979/16/63] at ata0-master UDMA66 > ad6: 39083MB [79408/16/63] at ata3-master UDMA100 > acd0: CDROM at ata1-master using PIO4 > acd1: CD-RW at ata1-slave using PIO4 > Mounting root from ufs:/dev/ad0s1a > > I also have a modem that FreeBSD doesn't recognize, but I don't think that > this is causing a problem because when I removed it from the computer it > didn't make a difference. Unfounately, I can't do this with the IEEE 1394 > card because it's part of my motherboard. > > Does anyone have any suggestions? > > Thanks > > Jesse Gross > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 3: 7:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id A8CC637B42C for ; Tue, 10 Apr 2001 03:07:40 -0700 (PDT) (envelope-from freebsd@XtremeDev.com) Received: by mail.XtremeDev.com (Postfix, from userid 1007) id EC9E71362B; Tue, 10 Apr 2001 04:07:34 -0600 (MDT) Received: from localhost (localhost [127.0.0.1]) by mail.XtremeDev.com (Postfix) with ESMTP id C2190D930 for ; Tue, 10 Apr 2001 04:07:34 -0600 (MDT) Date: Tue, 10 Apr 2001 04:07:34 -0600 (MDT) From: FreeBSD To: Subject: Cyrus-IMAPd and postfix Message-ID: <20010410040408.A13033-100000@Amber.XtremeDev.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I've recently installed FreeBSD 4.3-RC fresh (HD crash), and installed postfix (got that working) and just installed cyrus imapd. Thus far I've had no luck with it. When I installed it, I did: 1. passwd cyrus (to give cyrus as password) 2. /usr/local/etc/rc.d/pwcheck.sh start (to start the pwcheck daemon) 3. saslpasswd cyrus (created /usr/local/etc/sasldb with root:wheel perms) 4. /usr/local/etc/rc.d/imapd.sh start (to start the master program) A tail of /var/log/messages gives me: Apr 9 20:07:12 MX_SRV master[22057]: process started Apr 9 20:07:13 MX_SRV ctl_mboxlist[22059]: running mboxlist recovery Apr 9 20:07:13 MX_SRV ctl_mboxlist[22059]: done running mboxlist recovery Apr 9 20:07:13 MX_SRV master[22057]: process 22060 exited, status 1 Apr 9 20:07:14 MX_SRV master[22057]: ready for work Apr 9 20:07:14 MX_SRV ctl_mboxlist[22061]: checkpointing mboxlist Apr 9 20:07:14 MX_SRV ctl_deliver[22062]: DBERROR: dbenv->open failed: No such file or directory I don't know what ctl_deliver is trying to open, the cyrus-imapd installed the latest Sleepcat DB3 from the ports, and it's trying to duplicate a db? And when I tried telneting to localhost port 143, it connects but then disconnects immediately with this in /var/log/messages: Apr 9 20:14:28 MX_SRV service-imapd[29754]: unable to set close on exec: Bad file descriptor Apr 9 20:14:28 MX_SRV ^B At this point I am stumped. A quick search through http://www.freebsd.org/search and http://groups.google.com reveals nothing on cyrus, freebsd, and dbenv open failed. Could someone perhaps give me a hint as to what I might have missed in my install of Cyrus-imapd-2.0.12_3? One other question. As I understood it, Cyrus is a blackbox mail server. But I thought the pwcheck program allows existing users in /etc/passwd to automatically have an account? Or have I misunderstood the point of pwcheck? If what I believe is true, then what happens if I have duplicate users? Users that exist in Cyrus and in the BSD system? Or for that matter, how do you add users to just the cyrus user db? Or is it a one-or-the-other situation where I either have cyrus use only those in the passwd, or have all users exist only in the cyrus userdb? I've managed to confuzzeled myself here pretty good, I would really really appreciate any help/hint/pointers anyone can toss my way. Thanks in advance. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 3:35:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.rdc2.bc.home.com (mail2.rdc2.bc.home.com [24.2.10.85]) by hub.freebsd.org (Postfix) with ESMTP id 1302137B422 for ; Tue, 10 Apr 2001 03:35:42 -0700 (PDT) (envelope-from djdisciple@home.com) Received: from murs ([24.67.243.157]) by mail2.rdc2.bc.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010410103541.EPWZ10981.mail2.rdc2.bc.home.com@murs> for ; Tue, 10 Apr 2001 03:35:41 -0700 Message-ID: <000901c0c0e0$f4a5d590$9df34318@murs> From: "-George Georgiou-" To: Subject: Kernel make fails Date: Mon, 9 Apr 2001 03:36:36 -0700 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0005_01C0C0A6.47CD60C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C0C0A6.47CD60C0 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0006_01C0C0A6.47CD60C0" ------=_NextPart_001_0006_01C0C0A6.47CD60C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I'm just trying to figure out why I can't do a "make depend" on my newly = configured kernel. Here's the error I get: ../../dev/xe/if_xe.c:138: card_if.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/compile/MYKERNEL I've included a copy of MYKERNEL kernel configuration Your help is much appreciated, keep up the excellent work Regards, George Georgiou ------=_NextPart_001_0006_01C0C0A6.47CD60C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I'm just trying to figure out why I = can't do a=20 "make depend" on my newly configured kernel.
 
Here's the error I get:
 
../../dev/xe/if_xe.c:138: card_if.h: No = such file=20 or directory
mkdep: compile failed
*** Error code 1
 
Stop in = /usr/src/sys/compile/MYKERNEL
 
I've included a copy of MYKERNEL kernel = configuration
Your help is much appreciated, keep up = the=20 excellent work
 
Regards,
 
George = Georgiou
------=_NextPart_001_0006_01C0C0A6.47CD60C0-- ------=_NextPart_000_0005_01C0C0A6.47CD60C0 Content-Type: application/octet-stream; name="MYKERNEL" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="MYKERNEL" #=0A= # GENERIC -- Generic kernel configuration file for FreeBSD/i386=0A= #=0A= # For more information on this file, please read the handbook section on=0A= # Kernel Configuration Files:=0A= #=0A= # http://www.FreeBSD.org/handbook/kernelconfig-config.html=0A= #=0A= # The handbook is also available locally in /usr/share/doc/handbook=0A= # if you've installed the doc distribution, otherwise always see the=0A= # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the=0A= # latest information.=0A= #=0A= # An exhaustive list of options and more detailed explanations of the=0A= # device lines is also present in the ./LINT configuration file. If you = are=0A= # in doubt as to the purpose or necessity of a line, check first in LINT.=0A= #=0A= # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.20 2000/10/31 23:16:07 = n_hibma Exp $=0A= =0A= machine i386=0A= #cpu I386_CPU=0A= #cpu I486_CPU=0A= #cpu I586_CPU=0A= cpu I686_CPU=0A= ident MYKERNEL=0A= maxusers 32=0A= =0A= #makeoptions DEBUG=3D-g #Build kernel with gdb(1) debug symbols=0A= =0A= #options MATH_EMULATE #Support for x87 emulation=0A= options INET #InterNETworking=0A= #options INET6 #IPv6 communications protocols=0A= options FFS #Berkeley Fast Filesystem=0A= options FFS_ROOT #FFS usable as root device [keep this!]=0A= options SOFTUPDATES #Enable FFS soft updates support=0A= options MFS #Memory Filesystem=0A= options MD_ROOT #MD is a potential root device=0A= #options NFS #Network Filesystem=0A= #options NFS_ROOT #NFS usable as root device, NFS required=0A= options MSDOSFS #MSDOS Filesystem=0A= options CD9660 #ISO 9660 Filesystem=0A= options CD9660_ROOT #CD-ROM usable as root, CD9660 required=0A= options PROCFS #Process filesystem=0A= options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]=0A= #options SCSI_DELAY=3D15000 #Delay (in ms) before probing SCSI=0A= options UCONSOLE #Allow users to grab the console=0A= options USERCONFIG #boot -c editor=0A= options VISUAL_USERCONFIG #visual boot -c editor=0A= options KTRACE #ktrace(1) support=0A= options SYSVSHM #SYSV-style shared memory=0A= options SYSVMSG #SYSV-style message queues=0A= options SYSVSEM #SYSV-style semaphores=0A= options P1003_1B #Posix P1003_1B real-time extensions=0A= options _KPOSIX_PRIORITY_SCHEDULING=0A= options ICMP_BANDLIM #Rate limit bad replies=0A= options KBD_INSTALL_CDEV # install a CDEV entry in /dev=0A= =0A= # To make an SMP kernel, the next two are needed=0A= #options SMP # Symmetric MultiProcessor Kernel=0A= #options APIC_IO # Symmetric (APIC) I/O=0A= =0A= device isa=0A= #device eisa=0A= device pci=0A= =0A= # Floppy drives=0A= device fdc0 at isa? port IO_FD1 irq 6 drq 2=0A= device fd0 at fdc0 drive 0=0A= #device fd1 at fdc0 drive 1=0A= =0A= # ATA and ATAPI devices=0A= device ata0 at isa? port IO_WD1 irq 14=0A= device ata1 at isa? port IO_WD2 irq 15=0A= device ata=0A= device atadisk # ATA disk drives=0A= device atapicd # ATAPI CDROM drives=0A= device atapifd # ATAPI floppy drives=0A= #device atapist # ATAPI tape drives=0A= options ATA_STATIC_ID #Static device numbering=0A= options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices=0A= =0A= # atkbdc0 controls both the keyboard and the PS/2 mouse=0A= device atkbdc0 at isa? port IO_KBD=0A= device atkbd0 at atkbdc? irq 1 flags 0x1=0A= device psm0 at atkbdc? irq 12=0A= =0A= device vga0 at isa?=0A= =0A= # splash screen/screen saver=0A= pseudo-device splash=0A= =0A= # syscons is the default console driver, resembling an SCO console=0A= device sc0 at isa? flags 0x100=0A= =0A= # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver=0A= #device vt0 at isa?=0A= #options XSERVER # support for X server on a vt console=0A= #options FAT_CURSOR # start with block cursor=0A= # If you have a ThinkPAD, uncomment this along with the rest of the PCVT = lines=0A= #options PCVT_SCANSET=3D2 # IBM keyboards are non-std=0A= =0A= # Floating point support - do not disable.=0A= device npx0 at nexus? port IO_NPX irq 13=0A= =0A= # Power management support (see LINT for more options)=0A= device apm0 at nexus? disable flags 0x20 # Advanced Power Management=0A= =0A= # Serial (COM) ports=0A= device sio0 at isa? port IO_COM1 flags 0x10 irq 4=0A= #device sio1 at isa? port IO_COM2 irq 3=0A= #device sio2 at isa? disable port IO_COM3 irq 5=0A= #device sio3 at isa? disable port IO_COM4 irq 9=0A= =0A= # Parallel port=0A= #device ppc0 at isa? irq 7=0A= #device ppbus # Parallel port bus (required)=0A= #device lpt # Printer=0A= #device plip # TCP/IP over parallel=0A= #device ppi # Parallel port interface device=0A= #device vpo # Requires scbus and da=0A= =0A= # PCI Ethernet NICs.=0A= #device de # DEC/Intel DC21x4x (``Tulip'')=0A= #device fxp # Intel EtherExpress PRO/100B (82557, 82558)=0A= #device tx # SMC 9432TX (83c170 ``EPIC'')=0A= device vx # 3Com 3c590, 3c595 (``Vortex'')=0A= #device wx # Intel Gigabit Ethernet Card (``Wiseman'')=0A= =0A= # PCI Ethernet NICs that use the common MII bus controller code.=0A= # NOTE: Be sure to keep the 'device miibus' line in order to use these = NICs!=0A= device miibus # MII bus support=0A= #device dc # DEC/Intel 21143 and various workalikes=0A= #device pcn # AMD Am79C79x PCI 10/100 NICs=0A= #device rl # RealTek 8129/8139=0A= #device sf # Adaptec AIC-6915 (``Starfire'')=0A= #device sis # Silicon Integrated Systems SiS 900/SiS 7016=0A= #device ste # Sundance ST201 (D-Link DFE-550TX)=0A= #device tl # Texas Instruments ThunderLAN=0A= #device vr # VIA Rhine, Rhine II=0A= #device wb # Winbond W89C840F=0A= device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')=0A= =0A= # ISA Ethernet NICs.=0A= =0A= #device ed0 at isa? port 0x280 irq 10 iomem 0xd8000=0A= #device ex=0A= #device ep=0A= #device fe0 at isa? port 0x300=0A= # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really=0A= # exists only as a PCMCIA device, so there is no ISA attatement needed=0A= # and resources will always be dynamically assigned by the pccard code.=0A= #device wi=0A= # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below = will=0A= # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP=0A= # mode (the factory default). If you set the switches on your ISA=0A= # card for a manually chosen I/O address and IRQ, you must specify=0A= # those paremeters here.=0A= #device an=0A= # Xircom Ethernet=0A= device xe=0A= # The probe order of these is presently determined by = i386/isa/isa_compat.c.=0A= #device ie0 at isa? port 0x300 irq 10 iomem 0xd0000=0A= #device le0 at isa? port 0x300 irq 5 iomem 0xd0000=0A= #device lnc0 at isa? port 0x280 irq 10 drq 0=0A= #device cs0 at isa? port 0x300=0A= #device sn0 at isa? port 0x300 irq 10=0A= =0A= # Pseudo devices - the number indicates how many units to allocated.=0A= pseudo-device loop # Network loopback=0A= pseudo-device ether # Ethernet support=0A= #pseudo-device sl 1 # Kernel SLIP=0A= #pseudo-device ppp 1 # Kernel PPP=0A= pseudo-device tun # Packet tunnel.=0A= pseudo-device pty # Pseudo-ttys (telnet etc)=0A= pseudo-device md # Memory "disks"=0A= pseudo-device gif 4 # IPv6 and IPv4 tunneling=0A= pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation)=0A= =0A= # The `bpf' pseudo-device enables the Berkeley Packet Filter.=0A= # Be aware of the administrative consequences of enabling this!=0A= pseudo-device bpf #Berkeley packet filter=0A= =0A= # USB support=0A= device uhci # UHCI PCI->USB interface=0A= device ohci # OHCI PCI->USB interface=0A= device usb # USB Bus (required)=0A= device ugen # Generic=0A= device uhid # "Human Interface Devices"=0A= #device ukbd # Keyboard=0A= #device ulpt # Printer=0A= #device umass # Disks/Mass storage - Requires scbus and da=0A= device ums # Mouse=0A= #device uscanner # Scanners=0A= # USB Ethernet, requires mii=0A= #device aue # ADMtek USB ethernet=0A= #device cue # CATC USB ethernet=0A= #device kue # Kawasaki LSI USB ethernet=0A= ------=_NextPart_000_0005_01C0C0A6.47CD60C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 3:36:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ibis.worldnet.net (ibis.worldnet.net [195.3.3.14]) by hub.freebsd.org (Postfix) with ESMTP id 631EA37B422 for ; Tue, 10 Apr 2001 03:36:28 -0700 (PDT) (envelope-from vivelame@shyne.worldnet.net) Received: from m3.worldnet.net (m2.worldnet.net [195.3.3.6]) by ibis.worldnet.net (8.11.3/8.11.1) with ESMTP id f3AAaFv49710; Tue, 10 Apr 2001 12:36:15 +0200 (CEST) (envelope-from vivelame@shyne.worldnet.net) Received: from salegoth.shyne.worldnet.net (nat-srv1.kaptech.net [195.3.9.4]) by m3.worldnet.net (8.11.2/8.11.1) with ESMTP id f3AAbSZ72812; Tue, 10 Apr 2001 12:37:28 +0200 (CEST) (envelope-from vivelame@shyne.worldnet.net) Message-Id: <4.3.1.0.20010410123737.02600e60@shyne.worldnet.net> X-Sender: vivelame@shyne.worldnet.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Tue, 10 Apr 2001 12:39:41 +0200 To: esl@cio.med.va.gov From: Brice Gensburger Subject: Re: Support for IBM ServerRAID SCSI Adapter Cc: freebsd-questions@FreeBSD.org In-Reply-To: <20010410110751.A53225@myhakas.matti.ee> References: <3AD1CDBA.23A670DF@cio.med.va.gov> <3AD1CDBA.23A670DF@cio.med.va.gov> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 11:07 10/04/01 +0200, you wrote: >On Mon, Apr 09, 2001 at 10:56:58AM -0400, esl wrote: > > > We have an IBM Netfinity 7000 with 4 cpus 500 mhz Xeon and 2.3GB memory. > > We are using IBM ServerRAID controller. I would like to run FreeBSD on > > this box and I could not find any information about support for this > > hardware. Is this configuration not really supported yet or I'm just not > > looking hard enough? I also went to the BSDI web site and couldn't find > > information either. > > > > Any advice on what can I do to make FreeBSD run on this hardware? > >There are no drivers for IBM ServeRaid product line, as far as I >know. It seems some people have tried to run FreeBSD on NF7000, look >at mailing list archives. They had problems with SMP, but presumably >it's fixed. >-- > >Vallo Kallaste >vallo@matti.ee > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message tried with no luck to get the RAID card work on a 4500 with ServRaid... The boxes are on debian now, but i hope i'll be able to switch them to freebsd in the future :-) if u find something, could u let me know? :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 3:44: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pluto.runbox.com (pluto.runbox.com [193.71.199.39]) by hub.freebsd.org (Postfix) with ESMTP id 5C25F37B424 for ; Tue, 10 Apr 2001 03:44:00 -0700 (PDT) (envelope-from smokinlucifer@runbox.com) Received: from [203.197.194.0] (helo=vipinsuri) by pluto.runbox.com with smtp (Exim 3.16 #2) id 14mrqc-0002z0-00 for questions@freebsd.org; Tue, 10 Apr 2001 08:41:55 +0200 Message-ID: <000801be831c$e66bcce0$00c2c5cb@vipinsuri> From: "immaculate nerd" To: Subject: kppp sucks!!! Date: Fri, 1 Jan 1999 02:57:27 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BE3532.773BD780" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BE3532.773BD780 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hi=20 I installed kppp and changed my initialization string to "AT &D &F X0 = L3" then I created a link /dev/cuaa0 /dev/modem.=20 Now the problem is that when I query my modem the application the system = hangs. Please suggest any alternate ways to use the net. I tried using = ppp but=20 as soon as I write "dial default" my modem just picks the phone for one = second and thenhangs up.(I did edit ppp.conf) I really want to experience the true unix way of surfing the net so = please can anyone emancipate me from windows. ------=_NextPart_000_0005_01BE3532.773BD780 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
hi
I installed kppp and changed my = initialization=20 string to "AT &D &F X0 L3"
then I created a link /dev/cuaa0 = /dev/modem.=20
Now the problem is that when I query my = modem the=20 application the system hangs. Please suggest any alternate ways to use = the net.=20 I tried using ppp but
as soon as I write "dial default" my = modem just=20 picks the phone for one second and thenhangs up.(I did edit=20 ppp.conf)
I really want to experience the true = unix way of=20 surfing the net so please can anyone emancipate me from=20 windows.
------=_NextPart_000_0005_01BE3532.773BD780-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 3:50:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 1D32037B422 for ; Tue, 10 Apr 2001 03:50:22 -0700 (PDT) (envelope-from rasputin@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 14mvj2-000B2b-00 for questions@freebsd.org; Tue, 10 Apr 2001 11:50:20 +0100 Received: (from rasputin@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f3AAoFL42847 for questions@freebsd.org; Tue, 10 Apr 2001 11:50:15 +0100 (BST) (envelope-from rasputin) Date: Tue, 10 Apr 2001 11:50:15 +0100 From: Rasputin To: questions@freebsd.org Subject: Re: kppp sucks!!! Message-ID: <20010410115015.A42766@dogma.freebsd-uk.eu.org> Reply-To: Rasputin References: <000801be831c$e66bcce0$00c2c5cb@vipinsuri> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <000801be831c$e66bcce0$00c2c5cb@vipinsuri>; from smokinlucifer@runbox.com on Fri, Jan 01, 1999 at 02:57:27AM +0530 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * immaculate nerd [010410 11:45]: > hi > I installed kppp and changed my initialization string to "AT &D &F X0 L3" Any particular reason for that? Bad init strings will lock a modem. > Now the problem is that when I query my modem the application the system hangs. > Please suggest any alternate ways to use the net. I tried using ppp but > as soon as I write "dial default" my modem just picks the phone for one second and thenhangs up.(I did edit ppp.conf) Can we see that, and what does /var/log/ppp.log say? If the modem's picking up the phone, you'll probably get there eventually. Can you talk to it with minicom? try at atz atdt , see if it dials. -- Rasputin Jack of All Trades :: Master of Nuns To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 3:55:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id 2D70D37B422 for ; Tue, 10 Apr 2001 03:55:53 -0700 (PDT) (envelope-from freebsd@XtremeDev.com) Received: by mail.XtremeDev.com (Postfix, from userid 1007) id BD2D91362B; Tue, 10 Apr 2001 04:55:51 -0600 (MDT) Received: from localhost (localhost [127.0.0.1]) by mail.XtremeDev.com (Postfix) with ESMTP id 7C90DD930 for ; Tue, 10 Apr 2001 04:55:51 -0600 (MDT) Date: Tue, 10 Apr 2001 04:55:51 -0600 (MDT) From: FreeBSD To: Subject: Re: Cyrus-IMAPd and postfix In-Reply-To: <20010410040408.A13033-100000@Amber.XtremeDev.com> Message-ID: <20010410045158.N80191-100000@Amber.XtremeDev.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Welp, solved the ctl_deliver DBERROR issue (just needed to do more reading). For those who are running into the same issue I am, you need to create /var/imap/deliverdb/db, chown them cyrus:cyrus, and chmod 0755 (for both deliverdb and the subdir db). At this point cyrus-imapd-2.0.12_3 is starting up OK. But I'm still left with the question: How are users shared? How does pwcheck fit in the picture? And how do I have some users to only exist in Cyrus and some in the BSD system (admin purposes etc)? Or can I have cyrus accept mail for both cyrus users as well as system users? Thanks On Tue, 10 Apr 2001, FreeBSD wrote: > Hello, I've recently installed FreeBSD 4.3-RC fresh (HD crash), and > installed postfix (got that working) and just installed cyrus imapd. Thus > far I've had no luck with it. When I installed it, I did: > > 1. passwd cyrus (to give cyrus as password) > 2. /usr/local/etc/rc.d/pwcheck.sh start (to start the pwcheck daemon) > 3. saslpasswd cyrus (created /usr/local/etc/sasldb with root:wheel perms) > 4. /usr/local/etc/rc.d/imapd.sh start (to start the master program) > > A tail of /var/log/messages gives me: > > Apr 9 20:07:12 MX_SRV master[22057]: process started > Apr 9 20:07:13 MX_SRV ctl_mboxlist[22059]: running mboxlist recovery > Apr 9 20:07:13 MX_SRV ctl_mboxlist[22059]: done running mboxlist recovery > Apr 9 20:07:13 MX_SRV master[22057]: process 22060 exited, status 1 > Apr 9 20:07:14 MX_SRV master[22057]: ready for work > Apr 9 20:07:14 MX_SRV ctl_mboxlist[22061]: checkpointing mboxlist > Apr 9 20:07:14 MX_SRV ctl_deliver[22062]: DBERROR: dbenv->open failed: No > such file or directory > > I don't know what ctl_deliver is trying to open, the cyrus-imapd installed > the latest Sleepcat DB3 from the ports, and it's trying to duplicate a db? > > And when I tried telneting to localhost port 143, it connects but then > disconnects immediately with this in /var/log/messages: > > Apr 9 20:14:28 MX_SRV service-imapd[29754]: unable to set close on exec: > Bad file descriptor > Apr 9 20:14:28 MX_SRV ^B > > At this point I am stumped. A quick search through > http://www.freebsd.org/search and http://groups.google.com reveals nothing > on cyrus, freebsd, and dbenv open failed. Could someone perhaps give me a > hint as to what I might have missed in my install of Cyrus-imapd-2.0.12_3? > > > One other question. As I understood it, Cyrus is a blackbox mail server. > But I thought the pwcheck program allows existing users in /etc/passwd to > automatically have an account? Or have I misunderstood the point of > pwcheck? If what I believe is true, then what happens if I have duplicate > users? Users that exist in Cyrus and in the BSD system? Or for that > matter, how do you add users to just the cyrus user db? Or is it a > one-or-the-other situation where I either have cyrus use only those in the > passwd, or have all users exist only in the cyrus userdb? I've managed to > confuzzeled myself here pretty good, I would really really appreciate any > help/hint/pointers anyone can toss my way. Thanks in advance. > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 3:57:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alto.i-cable.com (alto.i-cable.com [210.80.60.4]) by hub.freebsd.org (Postfix) with ESMTP id 5C95E37B422 for ; Tue, 10 Apr 2001 03:57:07 -0700 (PDT) (envelope-from lkthomas@hkicable.com) Received: from thomasq1rx10yf ([61.18.16.156]) by alto.i-cable.com (8.9.3/8.9.3) with ESMTP id SAA07196; Tue, 10 Apr 2001 18:57:27 +0800 (HKT) From: "Thomas Lau" To: "'Kris Kennaway'" Cc: Subject: RE: why BSDi not Free but FreeBSD ? Date: Tue, 10 Apr 2001 18:58:47 +0800 Message-ID: <000a01c0c1ad$38037eb0$9c10123d@thomasq1rx10yf> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <20010410025909.B82441@xor.obsecurity.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It's different as linux :) Let me make ThomasBSD tomorrow :) -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Kris Kennaway Sent: Tuesday, April 10, 2001 5:59 PM To: Thomas Lau Cc: freebsd-questions@FreeBSD.ORG Subject: Re: why BSDi not Free but FreeBSD ? On Tue, Apr 10, 2001 at 03:34:35PM +0800, Thomas Lau wrote: > why? > it's expensive as I know :) Because it's a different product. You're allowed to do what you like with BSD source code, that includes selling it. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 4: 1: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 849EA37B424 for ; Tue, 10 Apr 2001 04:01:05 -0700 (PDT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 10 Apr 2001 12:01:04 +0100 (BST) To: Greg Lehey Cc: Danny Howard , FreeBSD Questions , iedowse@maths.tcd.ie Subject: Re: fdisk & disklabel dont work! In-Reply-To: Your message of "Tue, 10 Apr 2001 11:38:08 +0930." <20010410113808.K64481@wantadilla.lemis.com> Date: Tue, 10 Apr 2001 12:01:04 +0100 From: Ian Dowse Message-ID: <200104101201.aa29289@salmon.maths.tcd.ie> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010410113808.K64481@wantadilla.lemis.com>, Greg Lehey writes: >> # disklabel -r -w da0s1 auto >> /kernel: da0: cannot find label (no disk label) >> /kernel: da0: cannot find label (no disk label) >> /kernel: da0s1: cannot find label (no disk label) >> /kernel: da0s1: cannot find label (no disk label) >> /kernel: da0: cannot find label (no disk label) >> /kernel: da0: cannot find label (no disk label) >> /kernel: da0s1: cannot find label (no disk label) >> /kernel: da0s1: cannot find label (no disk label) >> disklabel: ioctl DIOCGDINFO: Invalid argument >> disklabel: auto: unknown disk type >> >> Anyone has any idea? Maybe there's something really subtle that I am doing >> wrong? > >Well, you're not showing much output. The output of disklabel and >fdisk with no options would be interesting, as would the exact kernel >error messages you're seeing. The *relevant* parts of dmesg output >(i.e. relating to the disk probes) would also be interesting. There was a major improvement to the disklabel code just after 4.2-RELEASE, and the above errors suggest that system does not include these changes. For 4.2-RELEASE and earlier, it is possible to use fdisk and disklabel to prepare a new disk in non-dedicated mode, but you must manually construct a text prototype and use the "-R" option. e.g. # cat > protofile type: SCSI # for ide disks use "ESDI" disk: da0s1 bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 522 sectors/unit: 8385930 rpm: 3600 interleave: 1 8 partitions: c: 8385930 0 unused 0 0 ^D # disklabel -R -r da0s1 protofile This is why most people use sysinstall :-) Since the end of November 2000, the version of disklabel in -stable will work correctly with "disklabel -r -w da0s1 auto". Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 4:11:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 386A737B422 for ; Tue, 10 Apr 2001 04:11:20 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 5789 invoked by uid 0); 10 Apr 2001 11:11:18 -0000 Received: from pd4b9eee8.dip.t-dialin.net (HELO lofizwei) (212.185.238.232) by mail.gmx.net (mp017-rz3) with SMTP; 10 Apr 2001 11:11:18 -0000 Message-ID: <028701c0c1ae$f79ce9e0$0508a8c0@lofi.dyndns.org> From: "Michael Nottebrock" To: "TOPCAT CONSULTING" , References: <3AD2BD4A.FAAA15CD@sk.sympatico.ca> Subject: Re: changing anonymous ftp directory after install Date: Tue, 10 Apr 2001 13:11:18 +0200 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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > [...] > I would now like to change the directory to /usr/ftp > > What file to I have to edit to change this? > [...] Edit the /etc/passwd file and change the home directory of the user 'ftp' from /var/ftp to /usr/ftp. Then move ftp and it's subdirs from /var to /usr. Also, read the manpage of ftpd and check the permissions of each directory according to the instructions found in the manpage. Greetings, Michael Nottebrock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 4:21:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from serv.iaas.msu.ru (serv.iaas.msu.ru [212.192.224.252]) by hub.freebsd.org (Postfix) with ESMTP id 8058D37B422; Tue, 10 Apr 2001 04:20:43 -0700 (PDT) (envelope-from master@iaas.msu.ru) Received: from localhost (master@localhost) by serv.iaas.msu.ru (8.11.2/8.11.2) with ESMTP id f3ABL7Q67891; Tue, 10 Apr 2001 15:21:15 +0400 (MSD) (envelope-from master@iaas.msu.ru) Date: Tue, 10 Apr 2001 15:21:06 +0400 (MSD) From: Michail Vidiassov To: Cc: Subject: no active SCB for reconnecting target Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear All, please, explain me the meaning of the following kernel message: (cabling/termination are not likely to be the cause of the problem, since the the machine worked for about a year untouched before the error appeared). The error is rare (about one in 2 weeks). ahc0: Bus Device Reset on A:1. 2 SCBs aborted ahc0:A:1: no active SCB for reconnecting target - issuing BUS DEVICE RESET SAVED_SCSIID == 0x17, SAVED_LUN == 0x0, ARG_1 == 0x3a ACCUM = 0x0 SEQ_FLAGS == 0x0, SCBPTR == 0xe, BTT == 0xff, SINDEX == 0x31 SCSIID == 0x17, SCB_SCSIID == 0x17, SCB_LUN == 0x0, SCB_TAG == 0xff, SCB_CONTROL == 0x62 SCSIBUSL == 0x3a, SCSISIGI == 0xe6 SXFRCTL0 == 0x88 SEQCTL == 0x10 ahc0: Dumping Card State at SEQADDR 0x198 SCB count = 110 Kernel NEXTQSCB = 58 Card NEXTQSCB = 58 QINFIFO entries: Waiting Queue entries: Disconnected Queue entries: 2:5 5:55 11:44 QOUTFIFO entries: Sequencer Free SCB List: 14 9 4 12 10 1 15 7 0 3 6 13 8 Pending list: 5 55 44 Kernel Free SCB list: 52 11 15 34 47 57 19 13 46 37 10 12 45 49 50 17 ... ahc0: Bus Device Reset on A:1. 3 SCBs aborted The relevant dmesg lines are: ed0: port 0x6000-0x601f irq 11 at device 17.0 on pci0 ahc0: port 0x6100-0x61ff mem 0xf0000000-0xf0000fff irq 11 at device 18.0 on pci0 aic7870: Wide Channel A, SCSI Id=7, 16/255 SCBs de0: port 0x6200-0x627f mem 0xf0001000-0xf000107f irq 11 at device 19.0 on pci0 ... Waiting 15 seconds for SCSI devices to settle Mounting root from ufs:/dev/da0s1a da1 at ahc0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 8.064MB/s transfers (8.064MHz, offset 15), Tagged Queueing Enabled da1: 1030MB (2109840 512 byte sectors: 64H 32S/T 1030C) da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 10.000MB/s transfers (10.000MHz, offset 15) da0: 4134MB (8467200 512 byte sectors: 64H 32S/T 4134C) uname -a: FreeBSD serv.iaas.msu.ru 4.2-STABLE FreeBSD 4.2-STABLE #15: Mon Feb 12 Machine: iP100, FX motherboard The actual question is : what is to be replaced: SCSI card, kernel driver, SCSI disk? Sincerely, Michail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 4:42:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cybersurf.net (smtp2.cybersurf.net [209.197.145.112]) by hub.freebsd.org (Postfix) with ESMTP id 393D337B422 for ; Tue, 10 Apr 2001 04:42:35 -0700 (PDT) (envelope-from 01031149@3web.net) Received: from 3web.net ([209.197.154.228]) by smtp2.cybersurf.net (Netscape Messaging Server 4.15) with SMTP id GBKR6W00.3S0 for ; Tue, 10 Apr 2001 05:42:32 -0600 Received: by rockingd.calgary.ab.ca (EzMTS MTSAgent 1.22b Service) ; Tue, 10 Apr 01 05:41:34 -0600 for Received: from 3web.net (10.0.0.2) by rockingd.calgary.ab.ca (EzMTS MTSSmtp 1.23f Service) ; Mon, 09 Apr 01 22:48:31 -0600 for Received: by mandy.rockingd.calgary.ab.ca (sSMTP sendmail emulation); Mon, 9 Apr 2001 22:48:06 +4200 Date: Mon, 9 Apr 2001 22:48:04 -0600 From: Duke Normandin <01031149@3web.net> To: Richard B Mahoney Cc: FreeBSD-Questions Subject: Re: BSDi Acquired by Embedded Computing Firm Wind River Message-ID: <20010409224804.I72259@mandy.rockingd.calgary.ab.ca> Mail-Followup-To: Richard B Mahoney , FreeBSD-Questions References: <"from 01031149"@3web.net> <20010410143043.I10996@tacacs.canterbury.ac.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010410143043.I10996@tacacs.canterbury.ac.nz>; from "Richard B Mahoney" on Tue, Apr 10, 2001 at 02:30:43PM X-Envelope-Receiver: , Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 10, 2001 at 02:30:43PM +1200, Richard B Mahoney wrote: > Dear Duke et al., > > On Mon, Apr 09, 2001 at 04:35:46PM -0600, Duke Normandin wrote: > > [huge snip] > > > If FreeBSD exists to perform primarily* as a server platform - period -- > > *then it should be marketed as such. Why? Because *all* peripheral > > support is, by-and-large, developed for, tested on and limited to > > server-grade quality stuff. It should then be plainly emphasized that > > FreeBSD is *NOT* an appropriate OS for deployment on run-of-the-mill, > > Microsoft-grade hardware. In the spirit of professional good-will, A > > referal to some of the Linux sites could then be given. > > > > As well, it should be again plainly emphasized that FreeBSD is *NOT* an > > appropriate OS for most folks wanting to migrate from a Windows/Mac > > platform, as the level of computer literacy and competence required to > > successfully install the OS, hardware peripherals, software, etc, far > > exceeds that of the average Joe. Like you say above, the potential > > FreeBSD user could then be advised to stay with Windows or be directed to > > Linux. Fair enough -- I'd say! > > [little snip] > > In an attempt to keep things in perspective, I would like to > mention how satisfied I am with FreeBSD as a workstation. Good to hear! I never doubted that it was capable of excelling as a desktop platform. > My much loved beast is used primarily as a workstation and > occasionally I connect to it via ftp or telnet. In the true sense > of the word, it was never worthy of the name server. Its a six > year old Digital Venturis 5133 with only 40 Mgs of > RAM. Regardless of its inadequacies, it runs 4.2 Stable with > greater speed and stability than anything else on offer. For me, > Linux, although an option, is not a necessity. I have 3.3R on a no-name 486DX2-66 with 20M RAM - no X Windows. I have a 3Com 509 NIC in it that connects to a win95 box. I love fooling around with it and learning Unix. It's never crashed, hiccuped or burped - even on the garbage-grade hardwarethat I have. > I migrated to BSD straight from Win95. This move, although it had > its moments, was relatively painless. Yes it took a while to > configure the desktop. But for all that, the desktop could be > configured. And desktop configuration under BSD seems no more or > less arduous than under Sun. My experience was similar, except that the only Sun I've seen is the one that fries my bald head when I sometimes loose my hat chasing cattle. ;) > This similarity with Sun -- although it may be superficial -- is > for me a great advantage. It enables me to telnet to one of the > Sun boxes at varsity and to use VNC to run a remote desktop which > is identical to that of the machine from which I am dialing. All > this works seamlessly and for that I am very grateful. It never > ceases to surprise me that it is possible to have such > functionality running such ancient and inexpensive hardware. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is exactly what I've been trying to illicit from this discussion. I was informed that by and large FreeBSD's philosophy regarding peripheral hardware support was/is to target only higher end devices. That surprised me, and was wondering why such a philosophy. I received adequate explanation, although I may not agree. > In short, it would seem to me that it is simply untrue to attempt > to label FreeBSD inappropriate for the average desktop. With a > modicum of common sense in the selection of hardware it should be > possible to put together a fully functional workstation with > relatively little outlay. And as to getting up to speed with the > OS, well what's wrong with a little effort? I agree! I don't think that I characterized FreeBSD as inappropriate for use as an average desktop platform. On the contrary, this is *exactly* what I would like to see! I simply could not understand why an OS that is so capable as a server, could not equally shine as a desktop platform. As I said above, I've been informed that FreeBSD *can* excel given above average quality hardware. I was also informed that Linux supports a wider range of hardware - including out-right garbage. This perhaps explains, to some extent, why Linux has been relatively successful in attracting the Windows crowd with their "garbage hardware". I don't understand your comment, "And as to getting up to speed with the OS, well what's wrong with a little effort?" . I put quite a bit of effort in setting up 3.3R; and asked a lot of dumb questions to this very forum. I'm all for effort -- but like I said, I miss your point. -- -duke Calgary, Alberta, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 4:48:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from joule.excelsus.com (w227.z064000119.buf-ny.dsl.cnc.net [64.0.119.227]) by hub.freebsd.org (Postfix) with ESMTP id 1B75937B639 for ; Tue, 10 Apr 2001 04:48:35 -0700 (PDT) (envelope-from weldon@excelsus.com) Received: from localhost (weldon@localhost) by joule.excelsus.com (8.9.3/8.9.3) with ESMTP id HAA02261 for ; Tue, 10 Apr 2001 07:48:14 -0400 (EDT) Date: Tue, 10 Apr 2001 07:48:14 -0400 (EDT) From: Weldon S Godfrey 3 To: freebsd-questions@freebsd.org Subject: CERT Advisory CA-2001-07 (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The File Globbing Vulnerability mentioned in CERT Advisory CA-2001-07 is fixed in 4.2-STABLE and 5.0-CURRENT and will be fixed on 4.3-RELEASE. My question is, can the ftpd binary be used from 4.2-STABLE for 4.2-RELEASE (or any 4.x-RELEASE) to fix this problem or is it that the binary cannot work under these versions or is the fix beyond the binary (it involves shared libraries, etc.)? Thanks, Weldon --SNIP from CERT CA-2001-07 -- FreeBSD is vulnerable to the glob-related bugs. We have corrected these bugs in FreeBSD 5.0-CURRENT and FreeBSD 4.2-STABLE, and they will not be present in FreeBSD 4.3-RELEASE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 4:55:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ymer.its.mil.se (ymer.its.mil.se [192.176.59.70]) by hub.freebsd.org (Postfix) with ESMTP id A362937B424 for ; Tue, 10 Apr 2001 04:55:12 -0700 (PDT) (envelope-from hama@its.mil.se) Received: from its.mil.se (IDENT:hama@linux1.its.mil.se [192.176.59.71]) by ymer.its.mil.se (8.11.1/8.11.1) with ESMTP id f3ACECi29126 for ; Tue, 10 Apr 2001 14:14:13 +0200 Message-ID: <3AD3107E.7EEDF8CA@its.mil.se> Date: Tue, 10 Apr 2001 15:54:06 +0200 From: iT/Skolan DNS X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.2.12-20 i586) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Posix / XOpen Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. I have a question that may seem strange. To what extent do FreeBSD conform to Posix and/or X/Open ( XPG 1-4 ) standards ? I work for the Swedish Armed Forces and have to show this to be able to use FreeBSD in my daily work. So, please, is there someone who knows ? Yours. Håkan Madsen hama@its.mil.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 4:58:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailgate.imagination.co.uk (mailgate.imagination.co.uk [212.140.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 7CC2D37B422 for ; Tue, 10 Apr 2001 04:58:52 -0700 (PDT) (envelope-from david.groves@imagination.com) Received: from imagination.com (dhcp-76-62.imagination.co.uk [192.168.76.62]) by mailgate.imagination.co.uk (8.9.3/8.9.3) with ESMTP id LAA81992 for ; Tue, 10 Apr 2001 11:58:51 GMT Message-ID: <3AD2F4F0.3A82BF4A@imagination.com> Date: Tue, 10 Apr 2001 12:56:32 +0100 From: David Groves Reply-To: david.groves@imagination.com Organization: Imagination Ltd X-Mailer: Mozilla 4.73 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Linux Binary Compatibility and CorporateTime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to run a specific linux binary on FreeBSD4.2-Release. I'm quite inexperienced with FreeBSD, but know a fair bit about various other unix's. The application is CorporateTime, and I don't have any choice in trying to get this to work, so don't worry about alternatives. CorporateTime is a product of Steltor (www.steltor.ca), and you can download the linux version of the server from them (it is built against Redhat 6.1). After installing the Linux_Base package, and running a Linux shell, you can follow the installation instructions that come with the CorporateTime package and get an installed system. The problems begin when you try to start up the 4 daemons that the CorporateTime server uses. On startup, a shell script (sh), starts up various processes unilckd (starts and setuid's itself to a service specific user, then segfaults [sig11]). uniengd (starts and setuid's itself, binds itself to its TCP port (5730), and creates its unix domain socket). So Unieng appears to work, but unilckd dies horribly. I'm a little lost as to what the problem is. I've done and looked at the following things. 1.) Before you brandelf the linux binaries from corptime, they are marked as SVR4. This causes uniengd to dump core the moment you run it. I've branded the binaries now as Linux, and this helps a bit, the program now at least tries to run. I'm not sure why everything seems to be branded as SVR4 by default though (both Linux and native FreeBSD binaries on the system were). 2.) The system uses unix domain sockets to do some interprocess chit-chat. I don't think this is causing a problem, but I'm a little lost when it comes to unix domain sockets (i.e.. I know what they do in principle, I have no idea about the way they are implemented). 3.) The system also uses SysV IPC and semaphores as well (I can see it creating, and leaving up a message queue and a semaphore). I've got a funny feeling this is where the problem lies, and I'm just pushing the bounds of what can be emulated here. The program does run exactly as advertised on Redhat Linux 6.1 (the system it is advertised as running on). ____________________________________________________________________ Imagination 25 Store Street South Crescent London WC1E 7BL England | Tel +44 20 7323 3300 Fax +44 20 7323 5801 | David Groves (david.groves@imagination.co.uk) | |_______________________________________________________| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 5:11: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from snsonline.net (snsonline.net [210.9.53.32]) by hub.freebsd.org (Postfix) with ESMTP id 1124637B423 for ; Tue, 10 Apr 2001 05:11:04 -0700 (PDT) (envelope-from sarge@snsonline.net) Received: from snsonline.net (nobody@localhost.snsonline.net [127.0.0.1]) by snsonline.net (8.11.1/8.11.1) with SMTP id f3ACB5a27695; Tue, 10 Apr 2001 22:11:06 +1000 (EST) (envelope-from sarge@snsonline.net) Received: from 61.9.167.182 (SquirrelMail authenticated user sarge) by webmail.snsonline.net with HTTP; Tue, 10 Apr 2001 22:11:07 +1000 (EST) Message-ID: <4035.61.9.167.182.986904667.squirrel@webmail.snsonline.net> Date: Tue, 10 Apr 2001 22:11:07 +1000 (EST) Subject: Re: doom From: "Mark Sergeant" To: kris@obsecurity.org In-Reply-To: <20010410025823.A82441@xor.obsecurity.org> References: <20010410025823.A82441@xor.obsecurity.org> Cc: phelipc@yahoo.com, freebsd-questions@FreeBSD.ORG X-Mailer: SquirrelMail (version 1.0.2) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Without the error message it is bloody hard to know what the problem is, reminds me of my days on a help desk, damned irritating. Anyway my best guess is it is complaining about not being able to run in anything but 256 colour mode, if so change your X server to run in 256 colour mode if you need to play it. Cheers, Mark p.s. whilst I think of it you are really lucky anyone read & replied to this message, the guidelines state that you should at least provide a brief description of the problem in the subject of the mail as many (myself in cluded) filter messages based on subject. 1000+ mails in the inbox a day for me at least makes it damn hard to work out if I should read a message or not based on ... "doom" . > On Mon, Apr 09, 2001 at 08:41:05PM -0700, Phelip Cray wrote: >> >> Hello, >> >> I can't get DOOM to run on my freebsd box. It is a 4.2 >> satable and I am trying to get it to work from the >> ports collection. >> >> I always get an error message ... >> >> does anybody have a clue? > > Well, you could try telling us the error message for a start.. > > Kris > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 5:13:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from george.he.net (george.he.net [216.218.157.2]) by hub.freebsd.org (Postfix) with ESMTP id B133337B423 for ; Tue, 10 Apr 2001 05:13:54 -0700 (PDT) (envelope-from bill@wiliweld.com) Received: from corten8.billschoolcraft.com (adsl-63-193-247-201.dsl.snfc21.pacbell.net [63.193.247.201]) by george.he.net (8.8.6/8.8.2) with ESMTP id FAA21595 for ; Tue, 10 Apr 2001 05:13:53 -0700 Date: Tue, 10 Apr 2001 05:09:54 -0700 (PDT) From: Bill Schoolcraft X-Sender: To: FreeBSD Subject: Re: BSDi Acquired by Embedded Computing Firm Wind River In-Reply-To: <200104100445.f3A4j3m05037@xyzzy.intranet.snsonline.net> Message-ID: System-ID: [en] (I; SunOS 5.8 i86pc) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 9 Apr 2001 it looks like Mark Sergeant composed: mserge->A desktop I suppose would be a system that is used (everyday for me at least) mserge->for your normal tasks on a computer be it writing perl /php /html /sh etc. mserge->Browsing the web, irc, icq, playing music / videos and playing the odd game of mserge->quake etc. I use FreeBSD very happily as my only OS on my laptop, a primary mserge->desktop @ home & @ work. mserge-> mserge->Cheers, mserge-> mserge->Mark mserge-> That's what I thought. Now where does FreeBSD fall short ? I work at a Linux based company and use FreeBSD all day as my production box. -- Bill Schoolcraft PO Box 210076 -o) San Francisco CA 94121 /\ "UNIX, A Way Of Life." _\_v http://forwardslashunix.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 5:14:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id A363A37B423 for ; Tue, 10 Apr 2001 05:14:10 -0700 (PDT) (envelope-from rasputin@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 14mx28-000CYW-00 for questions@freebsd.org; Tue, 10 Apr 2001 13:14:08 +0100 Received: (from rasputin@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f3ACE6444505 for questions@freebsd.org; Tue, 10 Apr 2001 13:14:06 +0100 (BST) (envelope-from rasputin) Date: Tue, 10 Apr 2001 13:14:06 +0100 From: Rasputin To: questions@freebsd.org Subject: Re: Linux Binary Compatibility and CorporateTime Message-ID: <20010410131406.A44413@dogma.freebsd-uk.eu.org> Reply-To: Rasputin References: <3AD2F4F0.3A82BF4A@imagination.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3AD2F4F0.3A82BF4A@imagination.com>; from david.groves@imagination.com on Tue, Apr 10, 2001 at 12:56:32PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * David Groves [010410 13:00]: > I am trying to run a specific linux binary on FreeBSD4.2-Release. I'm > quite inexperienced with FreeBSD, but know a fair bit about various > other unix's. > > The application is CorporateTime, and I don't have any choice in trying > to get this to work, so don't worry about alternatives. > > CorporateTime is a product of Steltor (www.steltor.ca), and you can > download the linux version of the server from them (it is built against > Redhat 6.1). > > After installing the Linux_Base package, and running a Linux shell, you > can follow the installation instructions that come with the > CorporateTime package and get an installed system. The problems begin > when you try to start up the 4 daemons that the CorporateTime server > uses. > > On startup, a shell script (sh), starts up various processes > > unilckd (starts and setuid's itself to a service specific user, then > segfaults [sig11]). Cool. Does it dump core? Try getting a backtrace off it. (Not sure how well gdb handles linux coredumps though). > uniengd (starts and setuid's itself, binds itself to its TCP port > (5730), and creates its unix domain socket). > > So Unieng appears to work, but unilckd dies horribly. > > I'm a little lost as to what the problem is. I've done and looked at the > following things. > > 1.) Before you brandelf the linux binaries from corptime, they are > marked as SVR4. This causes uniengd to dump core the moment you run it. > I've branded the binaries now as Linux, and this helps a bit, the > program now at least tries to run. I'm not sure why everything seems to > be branded as SVR4 by default though (both Linux and native FreeBSD > binaries on the system were). > > 2.) The system uses unix domain sockets to do some interprocess > chit-chat. I don't think this is causing a problem, but I'm a little > lost when it comes to unix domain sockets (i.e.. I know what they do in > principle, I have no idea about the way they are implemented). Ca't help there. I created my first FIFO yesterday, so you know as much as me. > 3.) The system also uses SysV IPC and semaphores as well (I can see it > creating, and leaving up a message queue and a semaphore). I've got a > funny feeling this is where the problem lies, and I'm just pushing the > bounds of what can be emulated here. Do you have the SYSV* lines in your kernel config? (Should be 3 of them ; 'grep SYSV LINT' will show them up.) -- Rasputin Jack of All Trades :: Master of Nuns To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 5:23:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-giga.rz.uni-ulm.de [134.60.246.36]) by hub.freebsd.org (Postfix) with ESMTP id 9792037B43E for ; Tue, 10 Apr 2001 05:23:32 -0700 (PDT) (envelope-from siegbert.baude@gmx.de) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id OAA18585; Tue, 10 Apr 2001 14:23:19 +0200 (MEST) Message-ID: <3AD2FB2D.FD4F0815@gmx.de> Date: Tue, 10 Apr 2001 14:23:09 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: de, en MIME-Version: 1.0 To: Nate Puri Cc: freebsd-questions@freebsd.org Subject: Re: kde 2.1.1 shortcut permissions error References: <20010409170918.25889.qmail@web3304.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > As a normal user, when I try to create an application > shortcut in kde, it comes up as owner root/wheel. > Then, I get the error that I do not have sufficient > permissions to create the icon. Why is this? This is true since KDE 2.0 . BTW, it works o.k. with Linux so this is maybe some subtile difference in the permission routines. But a workaround is easy: Create an empty icon (i.e. don't do any changes as they wouldn't be saved), ignore all error messages (i.e. hit "OK" all the time). The icon will nevertheless appear on your Desktop. Right-click, enter properties and you will see that you are the owner (as opposed to root), but have only read permissions. So change this to read and write permission. That again will cause an error message, but is done correct. Now enter the properties again and change the executable, name, icon,... to whatever you want. I really should check, if this is already officially announced to the KDE bug list. Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 5:29: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c001.snv.cp.net (c001-h011.c001.snv.cp.net [209.228.32.125]) by hub.freebsd.org (Postfix) with SMTP id D692037B423 for ; Tue, 10 Apr 2001 05:29:01 -0700 (PDT) (envelope-from vicky@vic.ky) Received: (cpmta 11522 invoked from network); 10 Apr 2001 05:29:01 -0700 Date: 10 Apr 2001 05:29:01 -0700 Message-ID: <20010410122901.11521.cpmta@c001.snv.cp.net> X-Sent: 10 Apr 2001 12:29:01 GMT Received: from [202.154.44.151] by mail.vic.ky with HTTP; 10 Apr 2001 05:29:01 PDT Content-Type: text/plain Content-Disposition: inline Mime-Version: 1.0 To: freebsd-questions@freebsd.org From: Vicky@Vic.ky Cc: freebsd-doc@freebsd.org X-Mailer: Web Mail 3.7.1.9 Subject: a SMTP question X-Sent-From: vicky@vic.ky Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi guys, I setup QMAIL as a replacement for Sendmail, it works well.. but the problem now is.. when I send from the box to ouside (outgoing).. it work well.. but if I use Windows SMTP client such as Outlook Express, it wont send email.. and this is the error: The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was '(DESTINATIONADDRESS)'. Subject 'test', Account: '(my_SMTP_ACCOUNT)', Server: '(my_SMTP_SERVER)', Protocol: SMTP, Server Response: '553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)', Port: 25, Secure(SSL): No, Server Error: 553, Error Number: 0x800CCC79 how to settle this down so I can send email from Outlook express?? Thanks Regards, Vicky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 5:30: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id 2E19437B423; Tue, 10 Apr 2001 05:29:57 -0700 (PDT) (envelope-from gibbs@scsiguy.com) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.2/8.9.3) with ESMTP id f3ACTds28942; Tue, 10 Apr 2001 06:29:49 -0600 (MDT) (envelope-from gibbs@scsiguy.com) Message-Id: <200104101229.f3ACTds28942@aslan.scsiguy.com> To: Michail Vidiassov Cc: freebsd-questions@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Subject: Re: no active SCB for reconnecting target In-Reply-To: Your message of "Tue, 10 Apr 2001 15:21:06 +0400." Date: Tue, 10 Apr 2001 06:29:39 -0600 From: "Justin T. Gibbs" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >FreeBSD serv.iaas.msu.ru 4.2-STABLE FreeBSD 4.2-STABLE #15: Mon Feb 12 Upgrade to a newer -stable. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 5:33: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from head.lvl.ru (head.lvl.ru [194.67.189.100]) by hub.freebsd.org (Postfix) with ESMTP id 29B4E37B423; Tue, 10 Apr 2001 05:32:59 -0700 (PDT) (envelope-from jadream@chat.ru) Received: from chat.ru (p50.gw.lvl.ru [194.67.189.50]) by head.lvl.ru (8.11.2/8.11.2) with ESMTP id f3ACWsL20201; Tue, 10 Apr 2001 16:32:55 +0400 (MSD) Message-ID: <3AD2FFC5.71806BB9@chat.ru> Date: Tue, 10 Apr 2001 16:42:45 +0400 From: alex X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-stable@freebsd.org Subject: Urgent: SysV msg queue strange behaviour Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Please help me! I'm in a real trouble with that. I have FreeBSD 4.2 on a common i386 pc with SysV IPC configured and recompiled kernel. Everything goes well untill I create more than 128 processes sending messages (24bytes in size) to the same queue at a time with flags = 0 (Blocking mode) and 1 process getting them all with flags = 0 (Blocking mode too). After queue size rises up to 70 -180 all processes hangs - both the ones that sends (what's naturally) and the one that gets (that's strange to my mind). Hence I have dead lock. With all this I have in my kernel config file options like that MSGMNI=64 MSGMAX=256 MSGMNB=2048*24 MSGTQL=2048 I used semaphores to block sending messages processes until receiver cleares whole queue and it all works but total performance go down dramatically :0( Any idea how to handle that? Alexander Komratov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 5:34:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from george.he.net (george.he.net [216.218.157.2]) by hub.freebsd.org (Postfix) with ESMTP id ADEF237B423 for ; Tue, 10 Apr 2001 05:34:07 -0700 (PDT) (envelope-from bill@wiliweld.com) Received: from corten8.billschoolcraft.com (adsl-63-193-247-201.dsl.snfc21.pacbell.net [63.193.247.201]) by george.he.net (8.8.6/8.8.2) with ESMTP id FAA23377; Tue, 10 Apr 2001 05:33:33 -0700 Date: Tue, 10 Apr 2001 05:29:34 -0700 (PDT) From: Bill Schoolcraft X-Sender: To: Ted Mittelstaedt Cc: Duke Normandin <01031149@3web.net>, Subject: RE: BSDi Acquired by Embedded Computing Firm Wind River In-Reply-To: <000001c0c189$28163c00$1401a8c0@tedm.placo.com> Message-ID: System-ID: [en] (I; SunOS 5.8 i86pc) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Mon, 9 Apr 2001 it looks like Ted Mittelstaedt composed: tedm->>-----Original Message----- tedm->>From: Duke Normandin [mailto:01031149@3web.net] tedm->>> > tedm->>> Many's the time I've seen people complain that FreeBSD didn't support tedm->>> their pet Wonkulating Gronkulator and that Linux did - and after you tedm->>> get into it with them, it always seems to come out in the discussion that tedm->>> their Wonkulating Gronkulator card costs $14, and the card that FreeBSD tedm->>> _does_ support that does the same thing, costs $25. (and is technically tedm->>> a better card) tedm->> tedm->>The way I read your parapraph I can only conclude that Linux et al *do* tedm->>support more $14 cards as an accomodation to the cheaps bastards out tedm->>there, than does FreeBSD. It goes w/o saying that FreeBSD *does* support tedm->>the same functionalities -- but only those of higher quality / or those tedm->>that the developers happen to favor. tedm->> tedm-> tedm->Not always - for example the Realtek chipset-based $14 PCI network adapters tedm->are supported very well under FreeBSD - of course the card may not properly tedm->autoconfig to your network hub, but what do you expect from a cheap tedm->NIC chipset. tedm-> tedm->However, I would say that I think if you were to do a survey and stack the tedm->OS's right up against each other, you would find that Linux _does_ support tedm->slightly more of the $14 cards than FreeBSD. Of course, you would need to tedm->subtract all video chipsets from this ranking - because video cards are tedm->supported by Xfree86, and thus the support is identical between FreeBSD and tedm->Linux. tedm-> tedm->Also, the support for _old_ hardware is a political powder keg as well - tedm->since hobby folks often have very bad habits of picking up $2 cards from tedm->flea markets and saying "Wow, think of what I can build with _this!_" :-) tedm->Is it fair to castigate an OS because it doesen't support _old_ hardware? tedm-> Support for _old_ hardware became a powder keg when I was doing backend support for Mandrake and they released their OS that was compiled for i586 and higher. Customers used to call me and say "I thought Linux said it will run on a 386 if that's all you have?" The "hype" of the i586 compile vs the loss of users running old hardware I'm sure didn't hurt them but once that old adage was broken I smelled a little Microsoft in the air as in "upgrade or die Mr/Ms Enduser." -- Bill Schoolcraft PO Box 210076 -o) San Francisco CA 94121 /\ "UNIX, A Way Of Life." _\_v http://forwardslashunix.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 5:36:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from moebius2.Space.Net (moebius2.Space.Net [195.30.1.100]) by hub.freebsd.org (Postfix) with SMTP id 27A1B37B423 for ; Tue, 10 Apr 2001 05:36:25 -0700 (PDT) (envelope-from mh@Space.Net) Received: (qmail 97266 invoked by uid 1408); 10 Apr 2001 12:36:23 -0000 Date: Tue, 10 Apr 2001 14:36:23 +0200 From: Martin Hasenbein To: Vicky@Vic.ky Cc: freebsd-questions@freebsd.org, freebsd-doc@freebsd.org Subject: Re: a SMTP question Message-ID: <20010410143623.A95391@Space.Net> Reply-To: Martin Hasenbein References: <20010410122901.11521.cpmta@c001.snv.cp.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0.1i In-Reply-To: <20010410122901.11521.cpmta@c001.snv.cp.net>; from Vicky@Vic.ky on Di , Apr 10, 2001 at 05:29:01am -0700 Organization: SpaceNet AG, Muenchen, Germany Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Vicky@Vic.ky (Vicky@Vic.ky) wrote: % Hi guys, I setup QMAIL as a replacement for Sendmail, it works well.. but the problem now is.. when I send from the box to ouside (outgoing).. it work well.. but if I use Windows SMTP client such as Outlook Express, it wont send email.. and this is the error: % % The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was '(DESTINATIONADDRESS)'. Subject 'test', Account: '(my_SMTP_ACCOUNT)', Server: '(my_SMTP_SERVER)', Protocol: SMTP, Server Response: '553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)', Port: 25, Secure(SSL): No, Server Error: 553, Error Number: 0x800CCC79 % % how to settle this down so I can send email from Outlook express?? % % Thanks % Regards, % Vicky % Hi Vicky, Do you use tcpserver to control your connections? The eriror-message you receive, means, that the computer, which is runnig Outlook, is not allowed to relay. You have to tell qmail, what ip-adresses are allowed as relayclients. This can be done with tcpserver. \martin -- -------------------------------------------------------------------- Martin Hasenbein Phone (Fax): (+49) 89 1216376-1 (3) \|/ Weiglstr.9 mailto:martin@hasenbein.com @ @ D-80636 München http://martin.hasenbein.com -oOO-(_)-OOo-------------------------------------------------------- On the 8th day, god created Unix ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 5:49:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cybersurf.net (smtp2.cybersurf.net [209.197.145.112]) by hub.freebsd.org (Postfix) with ESMTP id F1B8837B423 for ; Tue, 10 Apr 2001 05:49:14 -0700 (PDT) (envelope-from 01031149@3web.net) Received: from [209.197.154.228] ([209.197.154.228]) by smtp2.cybersurf.net (Netscape Messaging Server 4.15) with SMTP id GBKU9Z00.DY5 for ; Tue, 10 Apr 2001 06:49:11 -0600 Received: by mandy.rockingd.calgary.ab.ca (sSMTP sendmail emulation); Tue, 10 Apr 2001 06:48:01 -0600 Date: Tue, 10 Apr 2001 06:47:59 -0600 From: Duke Normandin <01031149@3web.net> To: Ted Mittelstaedt Cc: freebsd-questions@FreeBSD.ORG Subject: Re: BSDi Acquired by Embedded Computing Firm Wind River Message-ID: <20010410064758.A206595@mandy.rockingd.calgary.ab.ca> Mail-Followup-To: Ted Mittelstaedt , freebsd-questions@FreeBSD.ORG References: <20010409163545.B72259@mandy.rockingd.calgary.ab.ca> <000001c0c189$28163c00$1401a8c0@tedm.placo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000001c0c189$28163c00$1401a8c0@tedm.placo.com>; from "Ted Mittelstaedt" on Mon, Apr 09, 2001 at 11:40:39PM Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 09, 2001 at 11:40:39PM -0700, Ted Mittelstaedt wrote: > >The questions I asked were not meant to denegrate FreeBSD, the > >developers, or their valiant efforts. I may have issues with some aspects > >of FreeBSD, but my respect for the whole ball of wax has never waned. I'm > >still in the throes of learning my way around Unix. I haven't yet made a > >decision between a flavor of Linux or an incarnation of BSD. This > >discussion has been enlightening and informative, but I think that it > >would serve no further good to continue publically. Please email me > >privately with any further comments/suggestions. > > Sorry, Duke, I don't operate this way - I've learned never to say things > privately through e-mail and other trackable communication that I wouldn't > say publically. > > I understand where your coming from though, and it's a more common "newbie" > issue than a lot of old-timers understand, espically folks that got into > FreeBSD from the commercial UNIX side, rather than the Windows side. This > is why I'm spending time on this thread. It's my guess that this discussion may have gone a long way to clear the air about a lot of issues. This was one of the reasons why I jumped into this thread and asked questions. I've read too many pat answers in the past that did nothing more than confuse the issue on these matters, IMO. As I stated in another post to this thread, I installed 3.3R on a 486DX2-66 1.5 yrs ago and have had fun playing and learning. I personally have not had a "garbage component" issue. I must have lucked in. ;) Although I may not agree with some details of your interpretation of the issues, I do agree with the overall message that you were trying to convey. This is exactly what I was trying to draw out from this discussion, and I've learned a lot along the way. It's my hope that the BSD "newbie" community and potential BSD converts now have a better understanding of the issues involved in making the transition to Unix. Believe it or not, I went through something very similar helping folks making the transition from being hardware/bait fishermen to the fine art of fly-fishing. My first sentence was: Folks...gone are the days of the $5 K-Mart junk rods. OTOH, it was impressed upom them that they certainly didn't need a $1000+ bamboo flyrod to have one hell of a good time - or catch supper ;) Thanks for your input! -- -duke Calgary, Alberta, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 5:50:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from daisymae.austintx.com (mail.austintx.com [208.24.54.99]) by hub.freebsd.org (Postfix) with ESMTP id 39B8E37B423 for ; Tue, 10 Apr 2001 05:50:28 -0700 (PDT) (envelope-from rgreene@austintx.com) Received: from austintx.com (IDENT:rgreene@[208.24.52.135]) by daisymae.austintx.com (8.9.3/8.9.3) with ESMTP id HAA04597; Tue, 10 Apr 2001 07:47:38 -0500 Message-ID: <3AD3036E.C80A18B4@austintx.com> Date: Tue, 10 Apr 2001 07:58:22 -0500 From: Bob Greene Organization: Virtual Global Communications, Inc. X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.0 i686) X-Accept-Language: en MIME-Version: 1.0 To: immaculate nerd Cc: questions@freebsd.org Subject: Re: kppp sucks!!! References: <000801be831c$e66bcce0$00c2c5cb@vipinsuri> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > immaculate nerd wrote: > > hi > I installed kppp and changed my initialization string to "AT &D &F X0 > L3" > then I created a link /dev/cuaa0 /dev/modem. > Now the problem is that when I query my modem the application the > system hangs. Please suggest any alternate ways to use the net. I > tried using ppp but > as soon as I write "dial default" my modem just picks the phone for > one second and thenhangs up.(I did edit ppp.conf) > I really want to experience the true unix way of surfing the net so > please can anyone emancipate me from windows. As soon as you fix your clock, I'll help. -- Bob Greene AustinTX.COM 512.835.8005 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 5:56:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ruraltel.net (mail1.ruraltel.net [24.225.0.33]) by hub.freebsd.org (Postfix) with ESMTP id CBFDE37B422 for ; Tue, 10 Apr 2001 05:56:44 -0700 (PDT) (envelope-from darryl@osborne-ind.com) Received: from darryl ([24.225.30.196]) by mail.ruraltel.net (Post.Office MTA v3.5.3 release 223 ID# 0-70800U16000L4200S0V35) with SMTP id net; Tue, 10 Apr 2001 07:55:59 -0500 Reply-To: From: "Darryl Hoar" To: "'Keenan Tims'" Cc: Subject: RE: Very slow LAN transfers Date: Tue, 10 Apr 2001 07:59:04 -0500 Message-ID: <001f01c0c1be$05baa940$0701a8c0@darryl> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0020_01C0C194.1CE627E0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 In-Reply-To: <001901c0c18c$2c9972d0$0200a8c0@cr122665a> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0020_01C0C194.1CE627E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Your rl0 interface is connected to a 10bt hub. Your rl0 interface is configured for full duplex. This is a no-no. Configure rl0 to half duplex and all should be well. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Keenan Tims Sent: Tuesday, April 10, 2001 2:02 AM To: questions@FreeBSD.ORG Subject: Very slow LAN transfers I have my FreeBSD box set up as my gateway to the internet, as 192.168.0.1. Behind it are two windows machines, 192.168.0.2 and 192.168.0.3. When transfering between the gateway and either windows machine, speeds are excruciatingly slow, in the neighborhood of 80KB/sec. When transferring between the two windows machines i can reach around 1.5MB/sec. I have an NE2000 compatible card connected to the internet and a Realtek 8139 based card on the LAN. The LAN is running off a 10BT hub. Here's a printout of ifconfig: rl0: flags=8843 mtu 1500 inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:48:54:88:62:bd media: 10baseT/UTP status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP 100baseTX ed0: flags=8843 mtu 1500 inet 24.115.189.163 netmask 0xfffffe00 broadcast 24.115.189.255 ether 00:00:e8:17:15:36 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 Any help would be greatly appreciated. Thank you. Keenan Tims keenantims@home.com ------=_NextPart_000_0020_01C0C194.1CE627E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Your=20 rl0 interface is connected to a 10bt hub.  Your rl0=20 interface
is=20 configured for full duplex.  This is a no-no.  Configure rl0=20 to
half=20 duplex and all should be well.
-----Original Message-----
From:=20 owner-freebsd-questions@FreeBSD.ORG=20 [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Keenan = Tims
Sent: Tuesday, April 10, 2001 2:02 AM
To:=20 questions@FreeBSD.ORG
Subject: Very slow LAN=20 transfers

I have my FreeBSD box set up as my = gateway to the=20 internet, as 192.168.0.1.  Behind it are two windows machines,=20 192.168.0.2 and 192.168.0.3.  When transfering between the = gateway and=20 either windows machine, speeds are excruciatingly slow, in the = neighborhood of=20 80KB/sec.  When transferring between the two windows machines i = can reach=20 around 1.5MB/sec.
I have an NE2000 compatible card = connected to the=20 internet and a Realtek 8139 based card on the LAN.  The LAN is = running=20 off a 10BT hub.  Here's a printout of ifconfig:
rl0:=20 flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu=20 1500
        inet 192.168.0.1 = netmask=20 0xffffff00 broadcast=20 192.168.0.255
        ether=20 00:48:54:88:62:bd
        media: = 10baseT/UTP status: = active
       =20 supported media: autoselect 100baseTX <full-duplex> 100baseTX=20 10baseT/UTP <full-duplex> 10baseT/UTP 100baseTX=20 <hw-loopback>
ed0:=20 flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu=20 1500
        inet 24.115.189.163 = netmask=20 0xfffffe00 broadcast=20 24.115.189.255
        ether=20 00:00:e8:17:15:36
lo0: = flags=3D8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu=20 16384
        inet 127.0.0.1 = netmask=20 0xff000000
Any help would be greatly=20 appreciated.
 
Thank you.
Keenan Tims
keenantims@home.com
<= /HTML> ------=_NextPart_000_0020_01C0C194.1CE627E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 6: 1:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from waterfall.typhoon.co.jp (waterfall.typhoon.co.jp [202.33.21.60]) by hub.freebsd.org (Postfix) with ESMTP id 90D1237B424 for ; Tue, 10 Apr 2001 06:01:24 -0700 (PDT) (envelope-from fbsd@typhoon.co.jp) Received: from typhoon.co.jp (thunder.waterfall.typhoon.co.jp [192.168.3.23]) by waterfall.typhoon.co.jp (8.11.3/8.11.3/waterfall) with ESMTP id f3AD1M611566 for ; Tue, 10 Apr 2001 22:01:22 +0900 (JST) Message-ID: <3AD30420.2E2476E1@typhoon.co.jp> Date: Tue, 10 Apr 2001 22:01:20 +0900 From: fbsd Organization: Typhoon, Inc. X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en,ja,zh-TW,ko MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Is 4.3 the last of 4.X stable? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello World! Is the upcoming 4.3 the last of the 4.X stable branch. Thanks. Reg. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 6: 6:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from waterfall.typhoon.co.jp (waterfall.typhoon.co.jp [202.33.21.60]) by hub.freebsd.org (Postfix) with ESMTP id 9306D37B422 for ; Tue, 10 Apr 2001 06:06:10 -0700 (PDT) (envelope-from fbsd@typhoon.co.jp) Received: from typhoon.co.jp (thunder.waterfall.typhoon.co.jp [192.168.3.23]) by waterfall.typhoon.co.jp (8.11.3/8.11.3/waterfall) with ESMTP id f3AD69611573 for ; Tue, 10 Apr 2001 22:06:09 +0900 (JST) Message-ID: <3AD30540.C776D890@typhoon.co.jp> Date: Tue, 10 Apr 2001 22:06:08 +0900 From: fbsd Organization: Typhoon, Inc. X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en,ja,zh-TW,ko MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: CERT Advisory CA-2001-07 (fwd) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Weldon S Godfrey 3 wrote: > The File Globbing Vulnerability mentioned in CERT Advisory CA-2001-07 is > fixed in 4.2-STABLE and 5.0-CURRENT and will be fixed on 4.3-RELEASE. > > My question is, can the ftpd binary be used from 4.2-STABLE for > 4.2-RELEASE (or any 4.x-RELEASE) to fix this problem or is it that the > binary cannot work under these versions or is the fix beyond the binary > (it involves shared libraries, etc.)? I certainly hope there will be a patch (from FreeBSD.org) for 3.5.X AND 4.X too! > > > Thanks, > > Weldon > > --SNIP from CERT CA-2001-07 -- > > FreeBSD is vulnerable to the glob-related bugs. We have corrected > these bugs in FreeBSD 5.0-CURRENT and FreeBSD 4.2-STABLE, and they > will not be present in FreeBSD 4.3-RELEASE. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 6:13:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from flashburn.parview.com (flashburn.parview.com [209.241.50.57]) by hub.freebsd.org (Postfix) with SMTP id 07CA137B423 for ; Tue, 10 Apr 2001 06:13:14 -0700 (PDT) (envelope-from jsunday@parview.com) Received: (qmail 52079 invoked from network); 10 Apr 2001 13:13:11 -0000 Received: from 2000-sunday.parview.com (HELO 2000sunday) (192.168.4.150) by flashburn.parview.com with SMTP; 10 Apr 2001 13:13:11 -0000 Message-ID: <069001c0c1bf$ff8c4130$9604a8c0@2000sunday> From: "Jesse Sunday" To: Subject: Strange LOG (security check) Messages - Have I been Hacked??? Date: Tue, 10 Apr 2001 09:13:13 -0400 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG These were in my daily security output mailing... (and no one here would have had access at 01:08) Please let me know what you all think... (and it would be better to email me directly) Thanks!!! Jesse flash.parview.com login failures: Apr 10 01:08:24 flash login: 2 LOGIN FAILURES ON cuaa1 Apr 10 01:08:24 flash login: 2 LOGIN FAILURES ON cuaa1, ^Uw}}Nl~e^?$ZkozN~ Apr 10 01:08:30 flash login: 2 LOGIN FAILURES ON cuaa1 Apr 10 01:08:30 flash login: 2 LOGIN FAILURES ON cuaa1, tZ,:{^HOi^L!^X To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 6:17: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dfw-smtpout1.email.verio.net (dfw-smtpout1.email.verio.net [129.250.36.41]) by hub.freebsd.org (Postfix) with ESMTP id 808D637B423 for ; Tue, 10 Apr 2001 06:16:54 -0700 (PDT) (envelope-from yong@csfi.com) Received: from [129.250.38.56] (helo=dfw-corpmmp1.email.verio.net) by dfw-smtpout1.email.verio.net with esmtp id 14my0s-0001ue-00 for freebsd-questions@freebsd.org; Tue, 10 Apr 2001 13:16:54 +0000 Received: from [204.1.38.26] (helo=yongdell) by dfw-corpmmp1.email.verio.net with smtp id 14my0r-0003zb-00 for freebsd-questions@FreeBSD.ORG; Tue, 10 Apr 2001 13:16:53 +0000 From: "Yong Lim" To: Subject: can't load 'kernel' Date: Tue, 10 Apr 2001 09:18:41 -0400 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 IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <857F15D7E3D8D3118D290008C7CF058602C97612@mail-naeast1.brooks.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm a newbie and subscript to the newbies mailing list but it said I should ask questions here. I don't subscript to this list therefore if you can answer my question could you send respond directly to me. I just got an HP Kayak PII 400 from eBay and install 4.2 on it and this is what I get when I first reboot the system. By the way after a few install I borrowed a copy of Win98 and after a long install Win98 came up okay. Here's the display message on a new install and reboot: BTX loader 1.00 BTX version is 1.01 Console: internal video/keyboard BIOS drive A: is disk0 BIOS drive C: is disk1 BIOS 638kB/129984kB available memory FreeBSD/i386 bootstrap loader, Revision 0.8 (jkh@bento.FreeBSD.org, Mon Nov 20 11:41:23 GMT 2000) Hit [Enter] to boot immediately, or any other key for command prompt Booting [kernel]... can't load 'kernel' can't load 'kernel.old' It is also take quite awhile between the line "(jkh@bento..." to the "Hit [Enter..." Then of course the "Booting [kernel]" and "can't load" takes a few minutes. I'm not sure whether the system is bad or I missed some steps in the installation. I had install a 4.0 awhile back with success. Any help will be appreciated... Yong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 6:17:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www.in-design.com (www.in-design.com [64.241.125.40]) by hub.freebsd.org (Postfix) with ESMTP id DD13B37B422 for ; Tue, 10 Apr 2001 06:17:11 -0700 (PDT) (envelope-from archive@www.in-design.com) Received: from localhost (archive@localhost) by www.in-design.com (8.11.0/8.11.0) with ESMTP id f3B28rl35173 for ; Tue, 10 Apr 2001 22:08:53 -0400 (EDT) (envelope-from archive@www.in-design.com) Date: Tue, 10 Apr 2001 22:08:48 -0400 (EDT) From: Intuitive Design Archive Cc: freebsd-questions@FreeBSD.ORG Subject: procmail and formail Q's? In-Reply-To: <069001c0c1bf$ff8c4130$9604a8c0@2000sunday> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey all; Is there anyway with formail and procmail to take a mailbox and resend the mail in it. I know I need to use formail -s procmail redirect.rc < mailbox.test but in the redirect what should I have. I am very new to procmail, and would really appreciate the guidance. I am thinking of something lik :0 * ^TO_"$SENDER_ADDRESS" ! "$SENDER_ADDRESS" Thanks Allot Cheers Tamer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 6:17:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tkh.att.ne.jp (tkh.att.ne.jp [165.76.17.8]) by hub.freebsd.org (Postfix) with SMTP id A190237B423 for ; Tue, 10 Apr 2001 06:17:19 -0700 (PDT) (envelope-from lukek@tkh.att.ne.jp) Received: (qmail 7693 invoked from network); 10 Apr 2001 13:17:18 -0000 Received: from unknown (HELO magome) (165.76.108.178) by tkh.att.ne.jp with SMTP; 10 Apr 2001 13:17:18 -0000 From: "Luke Kearney" To: "Free BSD" Subject: PPPoE woes Date: Tue, 10 Apr 2001 22:20:10 +0900 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello All, after months of learning to live with a *really really* slow connection to the net I finally joined the 21st century with a Dsl connection. Having read up on how to connect my machine to the net I got the kernel re-config'd and went about altering the PPP.Conf and rc.conf file ( see below for details ). When I tried to connect it gave me all the encouraging signs but it would not actually connect it Hangs when I get the message "Starting PPP as "root" " or words to this effect ( trying for kernel PPP on FreeBSD 4.2R ). Two concerns. One, is running this service as root a good idea security wise ? Two, why does the machine not connect ? I followed the instructions to the letter. For what it is worth I am trying to connect to ATT Worldnet service - if that makes any difference. Any help is much appreciated. bash-2.04# cat /etc/ppp/ppp.conf default: set log Phase Chat LCP IPCP CCP tun command nat enable yes nat same_ports yes nat use_sockets yes set redial 3 28800 set reconnect 3 28800 PPPOE: set device PPPoE:vr0: set mru 1492 set mtu 1492 set speed sync enable lqr set lqrperiod 5 set cd 5 set dial set login set timeout 0 set authname XXXXXXX@att.ne.jp set authkey XXXXXXXX set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR # Add a (sticky) default route enable dns # request DNS info (for resolv.conf) bash-2.04# cat /etc/rc.conf # This file now contains just the overrides from /etc/defaults/rc.conf # please make all changes to this file. # Enable network daemons for user convenience. # -- sysinstall generated deltas -- # network_interfaces="auto" ifconfig_vr0="inet 10.0.0.1 netmask 255.0.0.0 -arp up" hostname="myhost.mydomain.net" linux_enable="YES" sendmail_enable="YES" moused_enable="YES" ppp_enable="YES" ppp_mode="background" ppp_profile="default" gateway_enable="YES" sshd_enable="YES" inetd_enable="YES" usbd_enable="YES" # -- sysinstall generated deltas -- # ifconfig_vr1="inet 192.168.0.2 netmask 255.255.255.0" hostname="myhost.mydomain.net" Thanks Luke =================================================== Unix IS user friendly it's just particular about who its friends ARE Even still we are not on speaking terms !!!!! ================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 6:24:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx1out.umbc.edu (mx1out.umbc.edu [130.85.253.51]) by hub.freebsd.org (Postfix) with ESMTP id 7867637B422; Tue, 10 Apr 2001 06:24:30 -0700 (PDT) (envelope-from gmiddl1@gl.umbc.edu) Received: from irix1.gl.umbc.edu (gmiddl1@irix1.gl.umbc.edu [130.85.60.8]) by mx1out.umbc.edu (8.9.3/8.9.3) with ESMTP id JAA20948; Tue, 10 Apr 2001 09:24:27 -0400 (EDT) Date: Tue, 10 Apr 2001 09:24:25 -0400 From: "G. Jason Middleton" To: Cc: , Subject: Re: a SMTP question In-Reply-To: <20010410122901.11521.cpmta@c001.snv.cp.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ok here is what you have to do.... go into your /var/qmail/control directory and edi the rcpthosts file. In that file you have to have all the domains that you will be sending mail from listed in that file. so if you are sending mail from say gmiddl1@umbc.edu you will need the umbc.edu domain listed in that file if you are sending mail with address user@hotmail.com you will need the hotmail.com domain listed in that file as well. Qmail is set up like this so that John Doe cannot bounce mail using your SMTP server. Let mek now if that helps. G. Jason Middleton On 10 Apr 2001 Vicky@Vic.ky wrote: > Hi guys, I setup QMAIL as a replacement for Sendmail, it works well.. but the problem now is.. when I send from the box to ouside (outgoing).. it work well.. but if I use Windows SMTP client such as Outlook Express, it wont send email.. and this is the error: > > The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was '(DESTINATIONADDRESS)'. Subject 'test', Account: '(my_SMTP_ACCOUNT)', Server: '(my_SMTP_SERVER)', Protocol: SMTP, Server Response: '553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)', Port: 25, Secure(SSL): No, Server Error: 553, Error Number: 0x800CCC79 > > how to settle this down so I can send email from Outlook express?? > > Thanks > Regards, > Vicky > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > G. Jason Middleton _______________________________________________________________________________ Announcement: The revolution will not be televised. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 6:31:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id 1CC9337B422 for ; Tue, 10 Apr 2001 06:31:21 -0700 (PDT) (envelope-from edwin@cgmd76206.chello.nl) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id 1373F215; Tue, 10 Apr 2001 15:31:20 +0200 (CEST) Date: Tue, 10 Apr 2001 15:31:20 +0200 From: Edwin Groothuis To: fbsd Cc: freebsd-questions@freebsd.org Subject: Re: Is 4.3 the last of 4.X stable? Message-ID: <20010410153119.D79334@cgmd76206.chello.nl> Mail-Followup-To: Edwin Groothuis , fbsd , freebsd-questions@freebsd.org References: <3AD30420.2E2476E1@typhoon.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD30420.2E2476E1@typhoon.co.jp>; from fbsd@typhoon.co.jp on Tue, Apr 10, 2001 at 10:01:20PM +0900 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 10, 2001 at 10:01:20PM +0900, fbsd wrote: > Is the upcoming 4.3 the last of the 4.X stable branch. Thanks. Seen the history, probably not. After 3.4 there still came 3.5, after 2.2.6 came 2.2.7/8, while there were already higher major versions available. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://FatalDimensions.nl.eu.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 6:38:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 3E78037B422 for ; Tue, 10 Apr 2001 06:38:41 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 31558 invoked by uid 100); 10 Apr 2001 13:38:40 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15059.3296.598302.666139@guru.mired.org> Date: Tue, 10 Apr 2001 08:38:40 -0500 To: "Todd Punderson" Cc: questions@freebsd.org Subject: RE: How to specify external network for firewall/NAT when IP is dynamically assigned In-Reply-To: <121975463@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Todd Punderson types: > Ok, dumb question. If I have 2 NICs, does "me" know to use the dynamic > address? I have my private range, and my DHCP'ed IP from the cable co. It doesn't. That's why I said it wasn't appropriate in this case. Use the not solution I gave you below. -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Mike Meyer > Sent: Monday, April 09, 2001 10:26 PM > To: Lowell Gilbert; michael@tenzo.com > Cc: questions@FreeBSD.ORG > Subject: Re: How to specify external network for firewall/NAT when IP is > dynamically assigned > > > Lowell Gilbert types: > > michael@tenzo.com (Michael O'Henly) writes: > > > I'm attempting to set up a simple firewall for my home network. I have > a > > > FreeBSD box with two NICs, one connected to the internet via cable modem > and > > > the other to an internal network on which there are two Macs. My > external IP > > > is assigned by DHCP. I'm not running any services that I want accessible > to > > > external users, or any from which I'd want to block internal users. > > > > > > I've read a lot of docs over the last few days on how to do this and I > think > > > I have the basics straight -- but for this question: > > > > > > In /etc/rc.firewall (simple section), I'm asked to identify my networks. > > > Since my IP is dynamically assigned, how do I specify my outside network > > > interface? Here's the format (replacing 1.2.3.444/24 with actual > values)... > > Assuming that you only *have* one external IP address (and, thus, are > > doing NAT), there isn't really much in there that needs to specify your > > IP address anyway. Most of the references to the IP address are only > > there to specify that incoming connections are okay to the firewall > > machine, but not to other machines on the inside; this check is useless > > if the internal addresses aren't visible on the outside anyway. > > Exactly. If you check rc.firewall, there are two references to > "onet". The one that defines it, and one that disables packets > claiming to be from the outside world coming in on your internal > interface. > > > Somewhat recently, FreeBSD has added a "me" option to ipfw's syntax for > > specifying addresses, and you can use this to refer to your address > > without needing to rebuild those rules if that address changes. > > However, as I said earlier, this is of somewhat limited usefulness if > > you've only got one address anyway. > > "me" doesn't really help in this case. It matches the ip addresses for > the system, not the network address range that's being used here. > > Another recent addition is "not". If all traffic coming from inside > should be from ${inet}:${imask}, you can do the spoof block using not > and your internal network address like so: > > ${fwcmd} add deny all from not ${inet}:${imask} to any in via ${iif} > > This is a bit broader block than the one in rc.firewall, and it may > not be appropriate in all cases. If you're managing a network large > enough for it not to be appropriate - well, you probbly wouldn't be > asking the questions you're asking. > > -- > Mike Meyer http://www.mired.org/home/mwm/ > Independent WWW/Perforce/FreeBSD/Unix consultant, email for more > information. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Mike Meyer http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 6:45: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id A844D37B422 for ; Tue, 10 Apr 2001 06:44:58 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 31815 invoked by uid 100); 10 Apr 2001 13:44:58 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15059.3674.113378.787412@guru.mired.org> Date: Tue, 10 Apr 2001 08:44:58 -0500 To: Trevin Chow Cc: questions@freebsd.org Subject: Re: Firewall rules causing SSH disconects? In-Reply-To: <66577732@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Trevin Chow types: > I'm just wondering what possible firewall rules (if any) could cause > problems with random SSH disconnections. I'm trying to troubleshoot my > situation here, and I'm unsure if it has to do with failing routers on the > internet somewhere, or my own configuration. > > The situatino is basically that I'm able to connect via SSH to my box > remotely, but I'll get disconnected after a varying amount of time. > > Is it possible that a firewall rule is causing this? I wouldn't think > so..but I could be wrong. Anyone else have any ideas about this? someone > else mentioned to try turning "KeepAlive" to off to see what happens, but > that didn't solve anything. A dynamic firewall rule with a timeout that's to short might cause this. I've also had problems with firewalls that leaked memory, and basically just reset everything at random times. Since I was the only person who left open connections through the firewall, as well as the only person who's desktop wasn't Windows, I was the only person who noticed more than an occasional hiccup. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 6:46:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 7BB0837B42C for ; Tue, 10 Apr 2001 06:46:21 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 31877 invoked by uid 100); 10 Apr 2001 13:46:20 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15059.3756.729227.310810@guru.mired.org> Date: Tue, 10 Apr 2001 08:46:20 -0500 To: Thomas Lau Cc: questions@freebsd.org Subject: Re: why BSDi not Free but FreeBSD ? In-Reply-To: <106215604@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thomas Lau types: > why? > it's expensive as I know :) Because the founders of BSDi thought there was a market for a commercially supported version of BSD Unix. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 6:51: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe29.law10.hotmail.com [64.4.14.86]) by hub.freebsd.org (Postfix) with ESMTP id 9230237B423 for ; Tue, 10 Apr 2001 06:50:57 -0700 (PDT) (envelope-from artourbattle@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 10 Apr 2001 06:50:56 -0700 X-Originating-IP: [148.122.66.36] From: "Artur" To: Subject: Why I can't get packages with CuteFtp4.2 (under win98)? Date: Tue, 10 Apr 2001 15:53:02 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001C_01C0C1D6.52EE87A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: X-OriginalArrivalTime: 10 Apr 2001 13:50:56.0747 (UTC) FILETIME=[4472DBB0:01C0C1C5] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_001C_01C0C1D6.52EE87A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi guys I can't download packages from ftp.freebsd.org with cuteftp. When I try = to download any package I have error :=20 STATUS:> Downloading directory xwmm-0.7.tgz... COMMAND:> CWD xwmm-0.7.tgz 550 xwmm-0.7.tgz: Not a directory. ERROR:> Failed to change dir .=20 and it look very strange for me because all files something.tgz = have icons like ordinary yellow icon of folder(in windows). Thank's. Artur ------=_NextPart_000_001C_01C0C1D6.52EE87A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi guys
I can't download packages from ftp.freebsd.org with cuteftp. When I = try to=20 download any package I have error : 

STATUS:> Downloading directory xwmm-0.7.tgz...

COMMAND:> CWD xwmm-0.7.tgz

550 xwmm-0.7.tgz: Not a directory.

ERROR:> Failed to change dir

.
and it look very strange for me because all = files    =20 something.tgz  have icons like ordinary yellow icon of = folder(in=20 windows).
Thank's.
Artur
------=_NextPart_000_001C_01C0C1D6.52EE87A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 6:52:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ds1.brooks.com (mailin.brooks.com [63.71.19.252]) by hub.freebsd.org (Postfix) with ESMTP id 2F49437B423 for ; Tue, 10 Apr 2001 06:52:25 -0700 (PDT) (envelope-from Jaeho.Lee@brooks.com) Received: from ims-naeast1.brooks.com ([10.10.254.19]) by ds1.brooks.com with esmtp (Exim 3.16 #1) id 14myUE-0003kI-00; Tue, 10 Apr 2001 09:47:14 -0400 Received: by ims-naeast1.brooks.com with Internet Mail Service (5.5.2653.19) id ; Tue, 10 Apr 2001 09:51:36 -0400 Message-ID: <857F15D7E3D8D3118D290008C7CF058602C9762E@mail-naeast1.brooks.com> From: "Lee, Jaeho" To: 'Luke Kearney' , Free BSD Subject: RE: PPPoE woes Date: Tue, 10 Apr 2001 09:49:19 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-2022-jp" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As I know, kernel PPP does not support PPPoE (yet). You should use userland PPP. /Jaeho -----Original Message----- From: Luke Kearney [mailto:lukek@tkh.att.ne.jp] Sent: Tuesday, April 10, 2001 9:20 AM To: Free BSD Subject: PPPoE woes Hello All, after months of learning to live with a *really really* slow connection to the net I finally joined the 21st century with a Dsl connection. Having read up on how to connect my machine to the net I got the kernel re-config'd and went about altering the PPP.Conf and rc.conf file ( see below for details ). When I tried to connect it gave me all the encouraging signs but it would not actually connect it Hangs when I get the message "Starting PPP as "root" " or words to this effect ( trying for kernel PPP on FreeBSD 4.2R ). Two concerns. One, is running this service as root a good idea security wise ? Two, why does the machine not connect ? I followed the instructions to the letter. For what it is worth I am trying to connect to ATT Worldnet service - if that makes any difference. Any help is much appreciated. bash-2.04# cat /etc/ppp/ppp.conf default: set log Phase Chat LCP IPCP CCP tun command nat enable yes nat same_ports yes nat use_sockets yes set redial 3 28800 set reconnect 3 28800 PPPOE: set device PPPoE:vr0: set mru 1492 set mtu 1492 set speed sync enable lqr set lqrperiod 5 set cd 5 set dial set login set timeout 0 set authname XXXXXXX@att.ne.jp set authkey XXXXXXXX set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR # Add a (sticky) default route enable dns # request DNS info (for resolv.conf) bash-2.04# cat /etc/rc.conf # This file now contains just the overrides from /etc/defaults/rc.conf # please make all changes to this file. # Enable network daemons for user convenience. # -- sysinstall generated deltas -- # network_interfaces="auto" ifconfig_vr0="inet 10.0.0.1 netmask 255.0.0.0 -arp up" hostname="myhost.mydomain.net" linux_enable="YES" sendmail_enable="YES" moused_enable="YES" ppp_enable="YES" ppp_mode="background" ppp_profile="default" gateway_enable="YES" sshd_enable="YES" inetd_enable="YES" usbd_enable="YES" # -- sysinstall generated deltas -- # ifconfig_vr1="inet 192.168.0.2 netmask 255.255.255.0" hostname="myhost.mydomain.net" Thanks Luke =================================================== Unix IS user friendly it's just particular about who its friends ARE Even still we are not on speaking terms !!!!! ================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 6:58:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 4275F37B423 for ; Tue, 10 Apr 2001 06:58:29 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 32227 invoked by uid 100); 10 Apr 2001 13:58:24 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15059.4480.67277.332449@guru.mired.org> Date: Tue, 10 Apr 2001 08:58:24 -0500 To: "Ted Mittelstaedt" Cc: questions@freebsd.org Subject: RE: BSDi Acquired by Embedded Computing Firm Wind River In-Reply-To: <22683751@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ted Mittelstaedt types: > When discussing desktops and servers in context together, here > is the definition: > > Server: That which is intended and generally provides services to desktops, > over the network. > > Desktop: That which is primary purpose is to serve as a user interface > between the human and the services provided by servers on the network. > > But, before we forget, there's one other type of system: > > standalone: A host that is intended and generally uses services that it > provides itself, and where network connectivity is not particularly critical > to it's operation. > > Of course, many corporate networks are somewhat fuzzy, in that often > users may spend much time running Word or Excel and just using their > own desktop's resources. It's not at all unusual for things Unix systems to be fuzzy the other way. For instance, many Unix desktops used to run smtp servers. In the early days of the web, Unix sysadmins would set up web servers on their desktop just to have one to demo internally. As long as you avoid multimedia applications, hardware configured to be a server can run interactive workstation tasks - like those mentioned by Ted - "between the cracks" of whatever server they run. A word processor or spreadsheet waiting for the user to type a character just doesn't use very much CPU. Cray saw this kind of thing when they first started putting interactive users on their supercomputers. The interactive users needed so little CPU that the difference in billable cycles available per month wasn't visible. I'll add my voice to the chorus - I'm quite happy with FreeBSD as a desktop. It would be better if there were better support for new hardware, but that's a minor matter. On the other hand, I've never used either Windows or the Mac as my day in and day out desktop. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 7:12: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from touchtunes.com (operator.touchtunes.com [216.94.139.201]) by hub.freebsd.org (Postfix) with ESMTP id 1262637B424 for ; Tue, 10 Apr 2001 07:12:05 -0700 (PDT) (envelope-from dinjo@touchtunes.com) Received: (from dinjo@localhost) by touchtunes.com (8.11.1/8.11.1) id f3AEC3W00236 for freebsd-questions@FreeBSD.org; Tue, 10 Apr 2001 10:12:03 -0400 (EDT) (envelope-from dinjo) Date: Tue, 10 Apr 2001 10:12:03 -0400 From: Joel Dinel To: freebsd-questions@FreeBSD.org Subject: META key Message-ID: <20010410101203.A223@dinjo.touchtunes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Useless-Header: Look ma, it's a # sign! X-Operating-System: FreeBSD dinjo.touchtunes.com 4.2-RELEASE FreeBSD 4.2-RELEASE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Someone asked me this and I couldn't answer them, so here goes: Is there a way to "remap" the META key to the left ALT key? Thanks! -- Joel Dinel TouchTunes Digital Jukebox, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 7:21:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail19.sdc1.sfba.home.com (femail19.sdc1.sfba.home.com [24.0.95.128]) by hub.freebsd.org (Postfix) with ESMTP id D572637B424 for ; Tue, 10 Apr 2001 07:21:55 -0700 (PDT) (envelope-from gchil0@pop.uky.edu) Received: from ci989678-a.pop.uky.edu ([65.8.167.11]) by femail19.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010410142155.JDCC12937.femail19.sdc1.sfba.home.com@ci989678-a.pop.uky.edu>; Tue, 10 Apr 2001 07:21:55 -0700 Message-Id: <5.0.1.4.2.20010410101712.00a16ec0@pop.uky.edu> X-Sender: gchil0@pop.uky.edu X-Mailer: QUALCOMM Windows Eudora Version 5.0.1 Date: Tue, 10 Apr 2001 10:22:12 -0400 To: "Artur" From: Greg Childers Subject: Re: Why I can't get packages with CuteFtp4.2 (under win98)? Cc: freebsd-questions@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Those are links that CuteFTP is misinterpreting as directories. Just right click on the file you want and select "Get link as file." Greg At 09:53 AM 4/10/01, "Artur" wrote: >Hi guys >I can't download packages from ftp.freebsd.org with >cuteftp. When I try to download any package I have error : > >STATUS:> Downloading directory xwmm-0.7.tgz... > >COMMAND:> CWD xwmm-0.7.tgz > >550 xwmm-0.7.tgz: Not a directory. > >ERROR:> Failed to change dir >. >and it look very strange for me because all files something.tgz have >icons like ordinary yellow icon of folder(in windows). >Thank's. >Artur To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 7:22:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lila.inti.gov.ar (lila.inti.gov.ar [200.10.161.32]) by hub.freebsd.org (Postfix) with ESMTP id 3C81F37B424 for ; Tue, 10 Apr 2001 07:22:45 -0700 (PDT) (envelope-from fernan@iib.unsam.edu.ar) Received: from iib005.iib.unsam.edu.ar ([200.3.113.15] ident=fernan) by lila.inti.gov.ar with esmtp (Exim 3.02 #1) id 14mysa-0002sx-00 for freebsd-questions@freebsd.org; Tue, 10 Apr 2001 11:12:24 -0300 Date: Tue, 10 Apr 2001 12:20:51 -0400 (ART) From: Fernan Aguero To: freebsd-questions@freebsd.org Subject: ports vs standard sources Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all! I am new to FreeBSD and just starting to get the grasp of the 'ports' concept. I have already installed a few and found that is really a great thing to have. However I also noticed that many of them are outdated and also read a few posts suggesting to grab standard sources and compile without using the ports. From my limited knowledge - and reading the Handbook did not help me clarify this - this is how i see things. i) first of all I thought that ports were necessary because things would not compile straight otherwise. ii) however several mentions to compile things without using ports have made me think that this is not true in all cases. Then my question is: how do autoconf based compilation work in FreeBSD? - I mean sources that use GNU autoconf to generate a configure script (that in turn generates a Makefile)? If autoconf-configure work OK, then the idea of ports is just to help download-patch-compile in an automated way? Another question: I noticed that some ports did run a configure script before compiling, however, I could not pass any custom option to configure, since it was all part of the port 'make' procedure. How can I manually add options before compiling? (Example: suppose I want to compile php as an apache module. I would run configure on php sources like this: ./configure --with-apache=../apache_1.3.x). How would you this with ports? Thanks in advance, Fernan -- Fernan Aguero Bioinformatics IIB-UNSAM fernan@iib.unsam.edu.ar ICQ 100325972 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 7:23: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from switch01.switch.no (c13048.catch.sdsl.no [217.8.130.48]) by hub.freebsd.org (Postfix) with ESMTP id 91A8D37B423 for ; Tue, 10 Apr 2001 07:23:01 -0700 (PDT) (envelope-from ros@switch.no) Received: by switch01.switch.no with Internet Mail Service (5.5.2650.21) id ; Tue, 10 Apr 2001 16:15:37 +0200 Message-ID: From: Roger Svenning To: "'freebsd-questions@freebsd.org'" Subject: routed, natd & ipfirewall [config help needed] Date: Tue, 10 Apr 2001 16:15:28 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I've been running a box with natd & ipfw for connecting our local network to the internet and it works just fine. Now I want to set up a DMZ zone for servers that should be connected directly to the net without NAT I've added a third network card and enabled routed, but .. taadaa .. it doesn't work quite as expected :-) The DMZ zone can be reached from the gateway itself and the internal network, but not from the internet. The routing from xl2 to xl0 trough natd works just fine. Can any1 give me some advice on how to set this configuration up ? Here's the network layout: 217.8.129.70 (ISP gateway) | -> 217.8.129.69 (xl2 interface)(255.255.255.252) | -> 217.8.130.62 (xl1 interface)(255.255.255.224) -> DMZ zone | -> 10.0.1.1 (xl0 interface)(255.255.255.0) -> Local network Roger O. Svenning To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 7:23:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 18D1D37B42C for ; Tue, 10 Apr 2001 07:23:13 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id RAA02595; Tue, 10 Apr 2001 17:31:06 +0200 Message-ID: <3AD317BB.4D2EB73@i-clue.de> Date: Tue, 10 Apr 2001 16:24:59 +0200 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Alvin Sim Cc: FreeBSD Questions Subject: Re: Installing port(s) from an NFS server References: <1510883389.20010410124052@yahoo.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alvin Sim schrieb: > > Hello list, > > i dont know wether this has already been asked but i'm asking > anyways :) > > i have 2 machines running freebsd 4.3-RC with nfs and i came upon a > situation whereby i want to install a port that was already installed > on the server. > > i am currently on a dialup and i see it hard for me to be downloading > and updating the whole ports collection on both of the machines. > > example: > lets assume that i have installed vim on the server and now, i want > vim on the client as well. Assuming your NFS is properly configured: client# mount server:/usr/ports /usr/ports client# cd /usr/ports/editors/vim client# make install > i tried (after mounting /usr/ports (server) to /usr/ports (client)) > `make' in /usr/ports/editors/vim-lite but it seems that `make' is > making it on the server which, IMO, should be on the client? i didnt > try `make install' though. i was afraid that it would install (vim) > again on the server. No. You mounted the hard disk from your server. Thus the build will execute on your client and install into your client. > so what i'd like to know is that is it possible for me to install a > port from the server to the client machine with nfs? As shown above: yes. It's too simple to be true. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 7:24:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id EAE9A37B424 for ; Tue, 10 Apr 2001 07:24:17 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id RAA02614; Tue, 10 Apr 2001 17:32:12 +0200 Message-ID: <3AD317FD.FDC2BDB1@i-clue.de> Date: Tue, 10 Apr 2001 16:26:05 +0200 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Phelip Cray Cc: freebsd-questions@FreeBSD.ORG Subject: Re: doom References: <20010410034105.72920.qmail@web12407.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Phelip Cray schrieb: > > > Hello, > > I can't get DOOM to run on my freebsd box. It is a 4.2 > satable and I am trying to get it to work from the > ports collection. > > I always get an error message ... > > does anybody have a clue? Possibly. If you tell us your error message, somebody can maybe answer. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 7:27: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 8FEA437B43E for ; Tue, 10 Apr 2001 07:26:55 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id RAA02629; Tue, 10 Apr 2001 17:34:46 +0200 Message-ID: <3AD31897.CADE9A78@i-clue.de> Date: Tue, 10 Apr 2001 16:28:39 +0200 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Thomas Lau Cc: freebsd-questions@FreeBSD.ORG Subject: Re: please help me to submit this new port collection: References: <3AD280CC.15B80246@hkicable.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thomas Lau schrieb: > > Roxen 2.1 ports files... > also, How can I submit directly to freebsd?? send-pr the files if they are small; or put them anywhere (possibly to ftp.freebsd.org/incoming) to fetch and send-pr a notice if the files are bigger than some kBytes. HTH -Christoph Sold > ------------------------------------------------------------------------ > # New ports collection makefile for: Roxen Challenger version 2.1 > # Date created: 26 February 1999 > # Whom: Thomas Lau (lkthomas@hkicable.com) > # > # $FreeBSD: ports/www/roxen/Makefile,v 1.9 2001/02/05 15:33:46 olgeni Exp $ > # > > PORTNAME= roxen > PORTVERSION= 2.1.231 > CATEGORIES= www > MASTER_SITES= ftp://ftp.roxen.com/roxen/source/ > DISTNAME= roxen-dist-2.1.231 > > MAINTAINER= lkthomas@hkicable.com > > WRKSRC= ${WRKDIR}/roxen-2.1.231-src > GNU_CONFIGURE= yes > #PKGMESSAGE= ${WRKSRC}/MESSAGE > > STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/roxen.sh > > post-patch: > @${SED} -e "s|%%PREFIX%%|${PREFIX}|g" ${FILESDIR}/roxen.sh.in > \ > ${WRKDIR}/roxen.sh > @${SED} -e "s|%%PREFIX%%|${PREFIX}|g" ${FILESDIR}/MESSAGE.in > \ > ${PKGMESSAGE} > > do-configure: > @(cd ${WRKSRC}; \ > ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}) > > post-install: > @if [ ! -f ${STARTUP_SCRIPT} ]; then \ > ${ECHO} "Installing ${STARTUP_SCRIPT} startup file."; \ > ${INSTALL_SCRIPT} ${WRKDIR}/roxen.sh ${STARTUP_SCRIPT}; \ > fi > @${CAT} ${PKGMESSAGE} > > .include > > ------------------------------------------------------------------------ > MD5 (roxen-dist-2.1.231.tar.gz) = 7dd72e56d6bacd16c047a3ac229eda74 > > ------------------------------------------------------------------------ > An extensible http and ftp server with a lot of features > > ------------------------------------------------------------------------ > This is the port of the Roxen Challenger http and ftp server. It has > a configuration interface to be accessed with a web browser and comes with > some nice modules like automatic generation of graphical text. > ( Roxen version 2.1 ) > It is written in Pike (version 7.0), a modern language derived from lpc. > > If you want support for mysql in Roxen, make sure to install mysql > first. This port will then notice the installed mysql. > > WWW: http://www.roxen.com/ > > Thomas Lau > (lkthomas@hkicable.com) > > ------------------------------------------------------------------------ > ***************************************************************************** > Installation of Roxen Challenger version 2.1 finished! > > Now perform the following steps to initialize the webserver. > > # cd /usr/local/roxen/server/ > # ./install > > Then follow the instructions. For further documentation read > /usr/local/roxen/server/manual/ > ***************************************************************************** -- Freundliche Grüße aus Waiblingen Christoph Sold -- Systemadministrator, i-clue GmbH, Endersbacher Str. 57, 71334 Waiblingen Fon: (0 71 51) 9 59 01-12, Fax: (0 71 51) 9 59 01-55, Mail: so@i-clue.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 7:35: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.fdma.com (mail.fdma.com [216.241.67.73]) by hub.freebsd.org (Postfix) with ESMTP id CA46D37B424 for ; Tue, 10 Apr 2001 07:35:00 -0700 (PDT) (envelope-from scheidell@fdma.com) Received: from MIKELT (adsl-78-192-125.mia.bellsouth.net [216.78.192.125]) by mail.fdma.com (8.11.3/8.11.3) with SMTP id f3AEYxR19388 for ; Tue, 10 Apr 2001 10:35:00 -0400 (EDT) Message-ID: <005c01c0c1cb$67554fe0$0503a8c0@fdma.com> From: "Michael Scheidell" To: Subject: RE: CERT Advisory CA-2001-07 Date: Tue, 10 Apr 2001 10:34:50 -0400 Organization: Florida Datamation, Inc. MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG According to CERT Advisory CA-2001-07, Freebsd has fixed (as of a little after midnight today? 4/10/2001? ) a glob problem in ftpd in the 'current' and stable release I looked everywhere I could think of and best I could find is the source on SOME of the ftpx.freebsd.org/ sites has some new header files in /usr/include and source in ../libexec/ftpd dated March 28th and 27th. These still compile with 'version' 6.00LS (and, in fact, I think one of the ftp server is still running that one?) Can you tell me where I can find the binary for 9386/ 4.2-release or 4.2 stable, or sources for the fix ? thanks. --- Michael Scheidell Florida Datamation, Inc. scheidell@fdma.com / 1+(561) 368-9561 Internet Security and Consulting See updated IT Security News at http://www.fdma.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 7:35:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f168.law11.hotmail.com [64.4.17.168]) by hub.freebsd.org (Postfix) with ESMTP id 9321C37B43C for ; Tue, 10 Apr 2001 07:35:39 -0700 (PDT) (envelope-from burnscharlesn@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 10 Apr 2001 07:35:38 -0700 Received: from 24.21.122.151 by lw11fd.law11.hotmail.msn.com with HTTP; Tue, 10 Apr 2001 14:35:38 GMT X-Originating-IP: [24.21.122.151] From: "Charles Burns" To: artourbattle@hotmail.com, freebsd-questions@freebsd.org Subject: Re: Why I can't get packages with CuteFtp4.2 (under win98)? Date: Tue, 10 Apr 2001 07:35:38 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 10 Apr 2001 14:35:38.0713 (UTC) FILETIME=[83066490:01C0C1CB] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It sounds like the FTP site is using a symlink to point that file to another one. First, I wouldn't use CuteFTP because it sucks horribly, but if you must, you might try another mirror site. One good Windows client is BulletProof FTP, and there are of course several good FTP clients for Unix. You might try using your browser to get the file for a temporary fix. >From: "Artur" >To: >Subject: Why I can't get packages with CuteFtp4.2 (under win98)? >Date: Tue, 10 Apr 2001 15:53:02 +0200 > >Hi guys >I can't download packages from ftp.freebsd.org with cuteftp. When I try to >download any package I have error : >STATUS:> Downloading directory xwmm-0.7.tgz... > >COMMAND:> CWD xwmm-0.7.tgz > >550 xwmm-0.7.tgz: Not a directory. > >ERROR:> Failed to change dir > > . >and it look very strange for me because all files something.tgz have >icons like ordinary yellow icon of folder(in windows). >Thank's. >Artur _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 7:40: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id C21AD37B423 for ; Tue, 10 Apr 2001 07:40:04 -0700 (PDT) (envelope-from rasputin@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 14mzJI-000PHQ-00; Tue, 10 Apr 2001 15:40:00 +0100 Received: (from rasputin@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f3AEe0M47057; Tue, 10 Apr 2001 15:40:00 +0100 (BST) (envelope-from rasputin) Date: Tue, 10 Apr 2001 15:40:00 +0100 From: Rasputin To: questions@freebsd.org Cc: jsunday@parview.com Subject: Re: Strange LOG (security check) Messages - Have I been Hacked??? Message-ID: <20010410153959.A47021@dogma.freebsd-uk.eu.org> Reply-To: Rasputin References: <069001c0c1bf$ff8c4130$9604a8c0@2000sunday> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <069001c0c1bf$ff8c4130$9604a8c0@2000sunday>; from jsunday@parview.com on Tue, Apr 10, 2001 at 09:13:13AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Jesse Sunday [010410 14:14]: > > > These were in my daily security output mailing... (and no one here > would have had access at 01:08) > > Please let me know what you all think... (and it would be better to email > me directly) > flash.parview.com login failures: > Apr 10 01:08:24 flash login: 2 LOGIN FAILURES ON cuaa1 > Apr 10 01:08:24 flash login: 2 LOGIN FAILURES ON cuaa1, ^Uw}}Nl~e^?$ZkozN~ > Apr 10 01:08:30 flash login: 2 LOGIN FAILURES ON cuaa1 > Apr 10 01:08:30 flash login: 2 LOGIN FAILURES ON cuaa1, tZ,:{^HOi^L!^X That's garbage coming in on COM2. Either a modem, or possibly a mouse, if your system is very confused..? -- Rasputin Jack of All Trades :: Master of Nuns To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 7:46:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.biographix.com (mail.biographix.com [209.47.192.115]) by hub.freebsd.org (Postfix) with ESMTP id B9B3937B42C for ; Tue, 10 Apr 2001 07:46:34 -0700 (PDT) (envelope-from eperrin@bigorbit.com) Received: from bottleneck2000 ([192.168.1.135]) by mail.biographix.com (8.11.3/8.11.3) with SMTP id f3AEl0409987; Tue, 10 Apr 2001 10:47:00 -0400 (EDT) (envelope-from eperrin@bigorbit.com) Message-ID: <013601c0c1ce$49593260$8701a8c0@bottleneck2000> From: "Elliott Perrin" To: "Roger Svenning" , "'freebsd-questions@freebsd.org'" References: Subject: Re: routed, natd & ipfirewall [config help needed] Date: Tue, 10 Apr 2001 10:55:29 -0400 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.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You have to make sure that your ISP is routing your subnet to your host (possible problem, first place to look) If the ISP is not routing the 217.8.130.32/27 subnet that you are assigned to your 217.8.129.69 interface sitting on their network then the problem is there. (I actually had this problem with our last ISP, they kept removing the routes from a router and had a Junior Admin that didn't understand why they had to be there) If they are doing that already then you probably have a problem with the rules in IPFW and NATD Make sure that you run NATD with the -u option, which will translate addresses only for unregistered (RFC1918) addresses and that NATD is running on the external interface (in your layout the 217.8.129.69 interface) Check through your IPFW rules to make sure you are allowing your DMZ out to the world, eg. allow all from {DMZ} to any (don't use that rule!!!!!, it is just an example) Aside from that I have a modified rc.firewall that I used when I was still running IPFW on a three interfaced machine with LAN, DMZ and link to our ISP. Let me know if you want it. ----- Original Message ----- From: "Roger Svenning" To: "'freebsd-questions@freebsd.org'" Sent: Tuesday, April 10, 2001 10:15 AM Subject: routed, natd & ipfirewall [config help needed] > Hi > > I've been running a box with natd & ipfw for connecting our local network to > the internet and it works just fine. > > Now I want to set up a DMZ zone for servers that should be connected > directly to the net without NAT > I've added a third network card and enabled routed, but .. taadaa .. it > doesn't work quite as expected :-) > > The DMZ zone can be reached from the gateway itself and the internal > network, but not from the internet. > The routing from xl2 to xl0 trough natd works just fine. > > Can any1 give me some advice on how to set this configuration up ? > > Here's the network layout: > > 217.8.129.70 (ISP gateway) > | > -> 217.8.129.69 (xl2 interface)(255.255.255.252) > | > -> 217.8.130.62 (xl1 interface)(255.255.255.224) -> DMZ zone > | > -> 10.0.1.1 (xl0 interface)(255.255.255.0) -> Local network > > Roger O. Svenning > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 7:47:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 5592937B423 for ; Tue, 10 Apr 2001 07:47:47 -0700 (PDT) (envelope-from rasputin@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 14mzQn-000Fsc-00 for questions@freebsd.org; Tue, 10 Apr 2001 15:47:45 +0100 Received: (from rasputin@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f3AEliB47209 for questions@freebsd.org; Tue, 10 Apr 2001 15:47:44 +0100 (BST) (envelope-from rasputin) Date: Tue, 10 Apr 2001 15:47:44 +0100 From: Rasputin To: questions@freebsd.org Subject: Re: ports vs standard sources Message-ID: <20010410154744.B47021@dogma.freebsd-uk.eu.org> Reply-To: Rasputin References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from fernan@iib.unsam.edu.ar on Tue, Apr 10, 2001 at 12:20:51PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Fernan Aguero [010410 15:24]: > Hi all! > > I am new to FreeBSD and just starting to get the grasp of the 'ports' > concept. I have already installed a few and found that is really a great > thing to have. Yeah, they're fantastic aren't they? The easiest installation system on any platform bar none IMO. > However I also noticed that many of them are outdated and No, they get updated daily. You'll need to update them to get the latest ones. Look in the Handbook for the cvsup section, and see /usr/share/examples/cvsup, in particular the ports* files. > i) first of all I thought that ports were necessary because things would > not compile straight otherwise. Nope, a lot of stuff builds fine. The ports just aoutomate a lot of patching, etc , for you. > Then my question is: how do autoconf based compilation work in FreeBSD? - > I mean sources that use GNU autoconf to generate a configure script (that > in turn generates a Makefile)? autoconf works the same in FreeBSd as any other platform. > If autoconf-configure work OK, then the idea of ports is just to help > download-patch-compile in an automated way? Yes. > Another question: I noticed that some ports did run a configure script > before compiling, however, I could not pass any custom option to > configure, since it was all part of the port 'make' procedure. How can I > manually add options before compiling? You don't normally need to if they're ports - in your example below , the PHP port would configure apache for you. If you ever bneed to, you can run make configure then cd into work/ and edit configure, then go back up to the port directory and type make install > (Example: suppose I want to compile php as an apache module. I would run > configure on php sources like this: ./configure > --with-apache=../apache_1.3.x). How would you this with ports? -- Rasputin Jack of All Trades :: Master of Nuns To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 7:47:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail18.sdc1.sfba.home.com (femail18.sdc1.sfba.home.com [24.0.95.145]) by hub.freebsd.org (Postfix) with ESMTP id 774D037B422 for ; Tue, 10 Apr 2001 07:47:53 -0700 (PDT) (envelope-from vcardona@home.com) Received: from marx.marvic.chum ([24.17.229.11]) by femail18.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010410144753.MDLO26372.femail18.sdc1.sfba.home.com@marx.marvic.chum>; Tue, 10 Apr 2001 07:47:53 -0700 Received: (from vcardona@localhost) by marx.marvic.chum (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) id f3AEpTA12578; Tue, 10 Apr 2001 09:51:29 -0500 Date: Tue, 10 Apr 2001 09:51:29 -0500 From: "Victor R. Cardona" To: Mike Meyer Cc: Ted Mittelstaedt , questions@FreeBSD.ORG Subject: Re: BSDi Acquired by Embedded Computing Firm Wind River Message-ID: <20010410095129.A12508@marx.marvic.chum> References: <22683751@toto.iv> <15059.4480.67277.332449@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i In-Reply-To: <15059.4480.67277.332449@guru.mired.org>; from mwm@mired.org on Tue, Apr 10, 2001 at 08:58:24AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 10, 2001 at 08:58:24AM -0500, Mike Meyer wrote: > I'll add my voice to the chorus - I'm quite happy with FreeBSD as a > desktop. It would be better if there were better support for new > hardware, but that's a minor matter. On the other hand, I've never > used either Windows or the Mac as my day in and day out desktop. I will chime in and say that FreeBSD makes a great workstation. Unfortunately, I don't think it is ready for the desktop. I don't think it ever will be either, because the developers do not seem to be interested in that aspect of computing. One of the reasons that Linux is touted as a desktop OS is because the Linux crowd is pushing in that direction. To do that, you see projects such as ALSA (Advanced Linux Sound Architechture) that are improving on the OSS sound drivers. My point is that people use their computers for a variety of tasks, and some of those tasks are not as well supported on FreeBSD. - v -- Victor R. Cardona vcardona@home.com "Behold the keyboard of Kahless, the greatest Klingon code warrior that ever lived!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 7:57:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from switch01.switch.no (c13048.catch.sdsl.no [217.8.130.48]) by hub.freebsd.org (Postfix) with ESMTP id 48D0C37B422 for ; Tue, 10 Apr 2001 07:57:32 -0700 (PDT) (envelope-from ros@switch.no) Received: by switch01.switch.no with Internet Mail Service (5.5.2650.21) id ; Tue, 10 Apr 2001 16:50:08 +0200 Message-ID: From: Roger Svenning To: 'Elliott Perrin' , "'freebsd-questions@freebsd.org'" Subject: SV: routed, natd & ipfirewall [config help needed] Date: Tue, 10 Apr 2001 16:49:59 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I know that 217.8.130.32/27 is routed properly because it worked when I used it behind natd with redirect_address And the fact that i get "From c12969.catch.sdsl.no (217.8.129.69): Destination Host Unreachable" when trying to reach a live DMZ address tells us that the ISP is forwarding the request to our router. I'm no expert in setting up ipfw and I would need some advice on how to restrict access to the local network trough the dmz zone, else an intruder which gains access to one of the dmz machine would easily go from there to our local network. Running routed, natd and ipfw is a bit confusing as I do not know in which order the different daemons are handling the packets. Just for testing purposes i have "allow ip from any to any" in ipfw which should enable packets to go from xl2 to xl1 ? -Roger > -----Opprinnelig melding----- > Fra: Elliott Perrin [mailto:eperrin@bigorbit.com] > Sendt: 10. april 2001 16:55 > Til: Roger Svenning; 'freebsd-questions@freebsd.org' > Emne: Re: routed, natd & ipfirewall [config help needed] > > > You have to make sure that your ISP is routing your subnet to > your host (possible problem, > first place to look) > > If the ISP is not routing the 217.8.130.32/27 subnet that you > are assigned to your > 217.8.129.69 interface sitting on their network then the > problem is there. (I actually had > this problem with our last ISP, they kept removing the routes > from a router and had a > Junior Admin that didn't understand why they had to be there) > > If they are doing that already then you probably have a > problem with the rules in IPFW and > NATD > > Make sure that you run NATD with the -u option, which will > translate addresses only for > unregistered (RFC1918) addresses and that NATD is running on > the external interface (in > your layout the 217.8.129.69 interface) > > Check through your IPFW rules to make sure you are allowing > your DMZ out to the world, > > eg. > > allow all from {DMZ} to any > > (don't use that rule!!!!!, it is just an example) > > Aside from that I have a modified rc.firewall that I used > when I was still running IPFW on > a three interfaced machine with LAN, DMZ and link to our ISP. > Let me know if you want it. > > > > ----- Original Message ----- > From: "Roger Svenning" > To: "'freebsd-questions@freebsd.org'" > Sent: Tuesday, April 10, 2001 10:15 AM > Subject: routed, natd & ipfirewall [config help needed] > > > > Hi > > > > I've been running a box with natd & ipfw for connecting our > local network to > > the internet and it works just fine. > > > > Now I want to set up a DMZ zone for servers that should be connected > > directly to the net without NAT > > I've added a third network card and enabled routed, but .. > taadaa .. it > > doesn't work quite as expected :-) > > > > The DMZ zone can be reached from the gateway itself and the internal > > network, but not from the internet. > > The routing from xl2 to xl0 trough natd works just fine. > > > > Can any1 give me some advice on how to set this configuration up ? > > > > Here's the network layout: > > > > 217.8.129.70 (ISP gateway) > > | > > -> 217.8.129.69 (xl2 interface)(255.255.255.252) > > | > > -> 217.8.130.62 (xl1 interface)(255.255.255.224) -> DMZ zone > > | > > -> 10.0.1.1 (xl0 interface)(255.255.255.0) -> Local network > > > > Roger O. Svenning > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 8: 9: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 52EE537B43E for ; Tue, 10 Apr 2001 08:08:50 -0700 (PDT) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.3/8.11.3) id f3AF8co73542; Tue, 10 Apr 2001 11:08:38 -0400 (EDT) (envelope-from lowell) To: freebsd-questions@freebsd.org Subject: Re: How to specify external network for firewall/NAT when IP is dynamically assigned References: <15058.28495.979447.568693@guru.mired.org> From: Lowell Gilbert Date: 10 Apr 2001 11:08:34 -0400 In-Reply-To: todd@doonga.net's message of "10 Apr 2001 04:31:33 +0200" Message-ID: <44k84skd1p.fsf@lowellg.ne.mediaone.net> Lines: 67 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG todd@doonga.net (Todd Punderson) writes: > Ok, dumb question. If I have 2 NICs, does "me" know to use the dynamic > address? I have my private range, and my DHCP'ed IP from the cable co. It doesn't, per se. It actually uses *all* of that machine's addresses. It will do separate checks against the DHCP-assigned address, and against whatever address that machine is using in the private range on the inside interface. Assuming that the "me" rules come *after* rules that reject your private addresses from being used on the outside interface (which should be the case in the default configuration if your private addresses come from RFC 1918, like 10.x), this is effectively the same, for the outside interface, as having the actual DHCP-assigned address in place of the "me". [That paragraph is a little involved. If it doesn't make sense after a few readings, feel free to ask for more explanation.] I think it was Mike Meyer who wrote: > > Somewhat recently, FreeBSD has added a "me" option to ipfw's syntax for > > specifying addresses, and you can use this to refer to your address > > without needing to rebuild those rules if that address changes. > > However, as I said earlier, this is of somewhat limited usefulness if > > you've only got one address anyway. > > "me" doesn't really help in this case. It matches the ip addresses for > the system, not the network address range that's being used here. That's true, but I think the address range is actually a single address anyway, so it ends up being the same thing, as long as source addresses from the wrong interface (i.e., spoofs) are covered before the rule using "me". I suspect that the phrase "this case" was referring to detecting and blocking spoofs by checking and refusing packets with source addresses coming from the "wrong" interface. If that is so, then I agree fully, but there are some *other* cases *besides* spoofing where "me" can be a little bit useful. > Another recent addition is "not". If all traffic coming from inside > should be from ${inet}:${imask}, you can do the spoof block using not > and your internal network address like so: > > ${fwcmd} add deny all from not ${inet}:${imask} to any in via ${iif} That's checking for spoofs from the inside network. That should definitely be done before any rules that could possibly involve the "me" keyword. > This is a bit broader block than the one in rc.firewall, and it may > not be appropriate in all cases. If you're managing a network large > enough for it not to be appropriate - well, you probbly wouldn't be > asking the questions you're asking. Nicely put. I think it's a shame that we can't seem to put together firewall rules that really be used as-is (for strong firewalling) by substantial numbers of people, but I've tried my hand at fixing up the default script for that purpose, and found that it's very hard to do without adding so many new configuration knobs that people might as well write their own scripts. It's always been the case that network security involved knowing what services you were running and tailoring your security policy to them, and I don't see any easy way to "fix" that situation. - Lowell Gilbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 8:10:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dualcpus.com (dualcpus.com [65.160.20.195]) by hub.freebsd.org (Postfix) with SMTP id 497B737B422 for ; Tue, 10 Apr 2001 08:10:07 -0700 (PDT) (envelope-from jgowdy@home.com) Received: (qmail 47863 invoked from network); 10 Apr 2001 15:10:05 -0000 Received: from server.sherline.net (HELO server2) (216.120.87.3) by dualcpus.com with SMTP; 10 Apr 2001 15:10:05 -0000 Message-ID: <002c01c0c1d0$58b243d0$035778d8@sherline.net> From: "Jeremiah Gowdy" To: "Joel CARNAT" , References: <200104100817.KAA06395@mail.sky.fr> Subject: Re: crazy uptime... Date: Tue, 10 Apr 2001 08:09:12 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Joel CARNAT" To: Sent: Tuesday, April 10, 2001 1:17 AM Subject: crazy uptime... > my "FreeBSD 4.2-RELEASE" won't get a correct uptime :/ > it seems that it won't go further than 1 day... > where does it come from, pliz ??? > Stop rebooting ! :) > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 8:13:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f128.law12.hotmail.com [64.4.19.128]) by hub.freebsd.org (Postfix) with ESMTP id 3F41E37B422 for ; Tue, 10 Apr 2001 08:13:32 -0700 (PDT) (envelope-from ianlaport@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 10 Apr 2001 08:13:31 -0700 Received: from 63.75.170.183 by lw12fd.law12.hotmail.msn.com with HTTP; Tue, 10 Apr 2001 15:13:31 GMT X-Originating-IP: [63.75.170.183] From: "Ian LaPort" To: freebsd-questions@FreeBSD.org Subject: Make Failure Date: Tue, 10 Apr 2001 11:13:31 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 10 Apr 2001 15:13:31.0382 (UTC) FILETIME=[CDA42960:01C0C1D0] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am trying to create a bridging firewall in FreeBSD but I cannot reconfigure the kernel. The reconfiguration fails on "make" with a signal 11. I have installed FreeBSD 4.2-RELEASE from version that is available in the ISO section of the FTP site. I installed using the Standard Installation and chose the option that would copy the source. However, I can't compile the kernel. I should elaborate, I have also attempted to compile the GENERIC kernel which fails. According to the handbook, I could have downloaded a version that was problematic, is that possible with the ISO release version? Does anyone have a suggestion for me? I would greatly appreciate any help! In the meantime I will try to update the source. Thank you for your time. Ian LaPort _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 8:15: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 6E7D337B422 for ; Tue, 10 Apr 2001 08:15:06 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 34475 invoked by uid 100); 10 Apr 2001 15:15:05 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15059.9081.401135.958614@guru.mired.org> Date: Tue, 10 Apr 2001 10:15:05 -0500 To: iT/Skolan DNS Cc: questions@freebsd.org Subject: Re: Posix / XOpen In-Reply-To: <28931615@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iT/Skolan DNS types: > To what extent do FreeBSD conform to Posix and/or X/Open ( XPG 1-4 ) > standards ? As much as is practical. Getting branded costs money which no one has been willing to pay, so there's no point in conforming to that level. Conforming to Posix is of high enough priority that changes that break conformance are rejected even if they increase the usability of the system, but not so high that differences will be fixed if they compromise the integrity of the system in some way. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 8:17:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from front1m.grolier.fr (front1m.grolier.fr [195.36.216.51]) by hub.freebsd.org (Postfix) with ESMTP id C681F37B422 for ; Tue, 10 Apr 2001 08:17:39 -0700 (PDT) (envelope-from afdesign@club-internet.fr) Received: from [213.44.80.94] (nas6-94.mci.club-internet.fr [213.44.80.94]) by front1m.grolier.fr (8.9.3/No_Relay+No_Spam_MGC990224) with ESMTP id RAA26283 for ; Tue, 10 Apr 2001 17:17:35 +0200 (MET DST) User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2106 Date: Tue, 10 Apr 2001 17:18:33 +0200 Subject: HP From: Francis Andrieux To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG BONJOUR, JE VIENS DE R=C9CUP=C9RER PLUSIEURS ORDINATEURS R=C9FORM=C9S PAR UNE IMPORTANTE SOCI=C9T=C9 DE TRAVAIL TEMPORAIRE : mod=E8le : hpnetserver 4/66 LC NOUS AIMERIONS DONNER CES ORDINATEURS =C0 L'=C9COLE DE NOTRE VILLAGE, ET, AVANT, NOUS VOUDRIONS INSTALLER UN WINDOWS (3.11 OU 95) 1/ EST-CE POSSIBLE ? 2/ CES MOD=C8LES ONT UNE CARTE scsi avec disque dur scsi, ainsi qu'un connecteur IDE, apr=E8s plusieurs essais, nous n'arrivons pas =E0 nos fins. Le bios semble inaccessible, nous avons r=E9ussi =E0 connecter un lecteur de Cd= , mais nous ne pouvons plus =E9crire sur le disque dur....impossible de reprendre l'acc=E8s au connecteur (slot 11) enfin... gal=E8re quoi... Avez-vous une solution, ces ordinateurs sont-ils "prot=E9g=E9s" Merci pour votre aide. Cordialement, Francis Andrieux Graphiste Formateur PAO/Informatique Le revoireau 38790 St Georges d'esp=E9ranche t=E9l. 04 74 59 11 63 fax 04 74 59 11 64 mobile 06 62 83 67 04 email: afdesign@club-internet.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 8:23:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 3119437B422 for ; Tue, 10 Apr 2001 08:23:40 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 34701 invoked by uid 100); 10 Apr 2001 15:23:39 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15059.9595.671394.582659@guru.mired.org> Date: Tue, 10 Apr 2001 10:23:39 -0500 To: Fernan Aguero Cc: questions@freebsd.org Subject: Re: ports vs standard sources In-Reply-To: <121811006@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Fernan Aguero types: > Hi all! > > I am new to FreeBSD and just starting to get the grasp of the 'ports' > concept. I have already installed a few and found that is really a great > thing to have. However I also noticed that many of them are outdated and > also read a few posts suggesting to grab standard sources and compile > without using the ports. From my limited knowledge - and reading the > Handbook did not help me clarify this - this is how i see things. > > i) first of all I thought that ports were necessary because things would > not compile straight otherwise. Not always true. Some things simply build out of the box; others require a non-trivial amount of work to make build on FreeBSD. > ii) however several mentions to compile things without using ports have > made me think that this is not true in all cases. I'd only recommend that if you absolutely have to have the latest version, or need a configuration that can't be built from ports. If you want the version and configuration in the ports tree and it doesn't work, then report the fact to the maintainer so they can fix it. > Then my question is: how do autoconf based compilation work in FreeBSD? - > I mean sources that use GNU autoconf to generate a configure script (that > in turn generates a Makefile)? Applications that use GNU autoconf will just use GNU autoconf. That's part of the ports infrastructure. > If autoconf-configure work OK, then the idea of ports is just to help > download-patch-compile in an automated way? Saying that is sort of like saying "rpms are just to help ftp and extract tar files." At heart, it's true. But there's a lot more going on than that. For instance, ports also provide a consistent interface for installing, deinstalling, and some of the configuration of ports. > Another question: I noticed that some ports did run a configure script > before compiling, however, I could not pass any custom option to > configure, since it was all part of the port 'make' procedure. How can I > manually add options before compiling? > (Example: suppose I want to compile php as an apache module. I would run > configure on php sources like this: ./configure > --with-apache=../apache_1.3.x). How would you this with ports? By installing the mod_php3 or mod_php4 ports. Control of the configuration at build time is not a part of the standardized system for the port. Some provide it with dialog(1) or environment variables, some use "port families" where you basically install a different port, some don't provide it at all. That's one of the reasons for building from sources instead of a port - you want a configuration that just can't be done with ports. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 8:27:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id E002A37B423 for ; Tue, 10 Apr 2001 08:27:05 -0700 (PDT) (envelope-from Jan.Grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Tue, 10 Apr 2001 16:26:53 +0100 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 14n02E-000015-00; Tue, 10 Apr 2001 16:26:26 +0100 Date: Tue, 10 Apr 2001 16:26:26 +0100 (BST) From: Jan Grant To: FreeBSD Cc: questions Subject: Re: Cyrus-IMAPd and postfix In-Reply-To: <20010410045158.N80191-100000@Amber.XtremeDev.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 10 Apr 2001, FreeBSD wrote: > Welp, solved the ctl_deliver DBERROR issue (just needed to do more > reading). For those who are running into the same issue I am, you need to > create /var/imap/deliverdb/db, chown them cyrus:cyrus, and chmod 0755 (for > both deliverdb and the subdir db). At this point cyrus-imapd-2.0.12_3 is > starting up OK. But I'm still left with the question: How are users > shared? How does pwcheck fit in the picture? And how do I have some users > to only exist in Cyrus and some in the BSD system (admin purposes etc)? Or > can I have cyrus accept mail for both cyrus users as well as system users? In no particular order: you can have users that only exist in Cyrus. These need sasldb password entries. You also can have users that exist in /etc/passwd, etc. These can also have entries in sasldb, _or_ they can authenticate against the system passwrod database. That's the job of pwcheck: you (imapd, actually) give it a username and password, and it checks it against the system database. You _can_ (if I recall correctly) configure cyrus to create user mailboxes "on the fly". Otherwise, before you can deliver mail to a user you'll need to make them a mailbox. Using cyradm to do something like: cm user.foobar is sufficient if "foobar" is a system user. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287163 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk Donate a signature: http://tribble.ilrt.bris.ac.uk/~cmjg/sig-submit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 8:27:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f15.law11.hotmail.com [64.4.17.15]) by hub.freebsd.org (Postfix) with ESMTP id 72F0E37B422 for ; Tue, 10 Apr 2001 08:27:46 -0700 (PDT) (envelope-from burnscharlesn@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 10 Apr 2001 08:27:45 -0700 Received: from 24.21.122.151 by lw11fd.law11.hotmail.msn.com with HTTP; Tue, 10 Apr 2001 15:27:45 GMT X-Originating-IP: [24.21.122.151] From: "Charles Burns" To: ianlaport@hotmail.com, freebsd-questions@FreeBSD.org Subject: Re: Make Failure Date: Tue, 10 Apr 2001 08:27:45 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 10 Apr 2001 15:27:45.0526 (UTC) FILETIME=[CAC03160:01C0C1D2] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG http://www.bitwizard.nl/sig11/ This is directed to Linux users, but the information still applies. In short, some of the hardware is probably junk. >From: "Ian LaPort" >To: freebsd-questions@FreeBSD.org >Subject: Make Failure >Date: Tue, 10 Apr 2001 11:13:31 -0400 > >Hello, > >I am trying to create a bridging firewall in FreeBSD but I cannot >reconfigure the kernel. The reconfiguration fails on "make" with a signal >11. >I have installed FreeBSD 4.2-RELEASE from version that is available in the >ISO section of the FTP site. I installed using the Standard Installation >and chose the option that would copy the source. However, I can't compile >the kernel. > >I should elaborate, I have also attempted to compile the GENERIC kernel >which fails. According to the handbook, I could have downloaded a version >that was problematic, is that possible with the ISO release version? > >Does anyone have a suggestion for me? I would greatly appreciate any help! >In the meantime I will try to update the source. Thank you for your time. > >Ian LaPort > > > >_________________________________________________________________ >Get your FREE download of MSN Explorer at http://explorer.msn.com > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 8:32:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id 2EB1A37B423 for ; Tue, 10 Apr 2001 08:32:00 -0700 (PDT) (envelope-from sam@spiderpubs.com) Received: from g3p1.miami.org (user-38ldcag.dialup.mindspring.com [209.86.177.80]) by swan.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id IAA13727 for ; Tue, 10 Apr 2001 08:31:59 -0700 (PDT) Message-Id: <200104101531.IAA13727@swan.mail.pas.earthlink.net> Date: Tue, 10 Apr 2001 11:31:57 -0400 Content-Type: text/plain; format=flowed; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v387) From: Sam Smith To: freebsd-questions@FreeBSD.org X-Mailer: Apple Mail (2.387) Content-Transfer-Encoding: 7bit Subject: delete ignore no message Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 8:32:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from courier.netrail.net (courier.netrail.net [205.215.10.53]) by hub.freebsd.org (Postfix) with ESMTP id 1505137B42C for ; Tue, 10 Apr 2001 08:32:08 -0700 (PDT) (envelope-from cschreiber@netrail.net) Received: from cschriaber (localhost.netrail.net [127.0.0.1]) by courier.netrail.net (Postfix) with SMTP id BBFF5FF; Tue, 10 Apr 2001 11:32:06 -0400 (EDT) Reply-To: From: "Christian S." To: "Francis Andrieux" , Subject: RE: HP Date: Tue, 10 Apr 2001 11:33:20 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Oui, vous pouvez installer Windows 3.11, mais pas Windows 95 (Les ordis sont trop vieux..:/) neanmois, c'est une groupe pour les messages de FreeBSD, pas pour Windows.. peut-etre vous pouvez demander aux ceux groupes.. Pardonnez mon francais, SVP - c'est mal, je sais.. A Bientot, Christian "...we have only twice as many genes as a fruit fly, or roughly the same number as an ear of corn, about 30,000." Ergo, we are all corn. - -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Francis Andrieux Sent: Tuesday, April 10, 2001 11:19 AM To: questions@freebsd.org Subject: HP BONJOUR, JE VIENS DE RÉCUPÉRER PLUSIEURS ORDINATEURS RÉFORMÉS PAR UNE IMPORTANTE SOCIÉTÉ DE TRAVAIL TEMPORAIRE : modèle : hpnetserver 4/66 LC NOUS AIMERIONS DONNER CES ORDINATEURS À L'ÉCOLE DE NOTRE VILLAGE, ET, AVANT, NOUS VOUDRIONS INSTALLER UN WINDOWS (3.11 OU 95) 1/ EST-CE POSSIBLE ? 2/ CES MODÈLES ONT UNE CARTE scsi avec disque dur scsi, ainsi qu'un connecteur IDE, après plusieurs essais, nous n'arrivons pas à nos fins. Le bios semble inaccessible, nous avons réussi à connecter un lecteur de Cd, mais nous ne pouvons plus écrire sur le disque dur....impossible de reprendre l'accès au connecteur (slot 11) enfin... galère quoi... Avez-vous une solution, ces ordinateurs sont-ils "protégés" Merci pour votre aide. Cordialement, Francis Andrieux Graphiste Formateur PAO/Informatique Le revoireau 38790 St Georges d'espéranche tél. 04 74 59 11 63 fax 04 74 59 11 64 mobile 06 62 83 67 04 email: afdesign@club-internet.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.8 for non-commercial use iQA/AwUBOtMnGCkK9qTvGvteEQJg/wCePoCU4tUF6DmueM7NA34BWjZ1QsoAoKkq panbmu/LpJZ28Sa2zuj2mWmm =pq59 -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 8:35:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.biographix.com (mail.biographix.com [209.47.192.115]) by hub.freebsd.org (Postfix) with ESMTP id EE8E637B423 for ; Tue, 10 Apr 2001 08:35:20 -0700 (PDT) (envelope-from eperrin@bigorbit.com) Received: from bottleneck2000 ([192.168.1.135]) by mail.biographix.com (8.11.3/8.11.3) with SMTP id f3AFYK410675; Tue, 10 Apr 2001 11:34:21 -0400 (EDT) (envelope-from eperrin@bigorbit.com) Message-ID: <016a01c0c1d4$e69b0340$8701a8c0@bottleneck2000> From: "Elliott Perrin" To: "Roger Svenning" , "'freebsd-questions@freebsd.org'" References: Subject: Re: routed, natd & ipfirewall [config help needed] Date: Tue, 10 Apr 2001 11:42:49 -0400 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.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Okay so the problem is not with routing to your office from the ISP. So we should take a look at the ipfw ruleset and how you have enabled natd. Now if you are running the firewall with allow all from any to any it should be passing packets no problem. Check your existing routing tables by running netstat -rn and make sure all the routes you need are there, check how routed is running. I have found that even on a gateway running routed -q is fine (it's how I run it on my three-interfaced firewall now) Kill off your natd process (kill -9 `head -1 /var/run/natd.pid ` ) and restart it with natd -n xl2 -u Flush out the firewall completely using ipfw -f command and then add the following. ipfw add divert natd all from any to any via xl2 ipfw add allow all from any to any This will be wide open, but you'll quickly see if your firewall is passing packets. If you'd like, send me your existing firewall rules and I'll have a look to see if there is a problem there. Cheers, Elliott ----- Original Message ----- From: "Roger Svenning" To: "'Elliott Perrin'" ; "'freebsd-questions@freebsd.org'" Sent: Tuesday, April 10, 2001 10:49 AM Subject: SV: routed, natd & ipfirewall [config help needed] > Hi > > I know that 217.8.130.32/27 is routed properly because it worked when I used > it behind natd with redirect_address > And the fact that i get "From c12969.catch.sdsl.no (217.8.129.69): > Destination Host Unreachable" when trying to reach a live DMZ address tells > us that the ISP is forwarding the request to our router. > > I'm no expert in setting up ipfw and I would need some advice on how to > restrict access to the local network trough the dmz zone, else an intruder > which gains access to one of the dmz machine would easily go from there to > our local network. > > Running routed, natd and ipfw is a bit confusing as I do not know in which > order the different daemons are handling the packets. > > Just for testing purposes i have "allow ip from any to any" in ipfw which > should enable packets to go from xl2 to xl1 ? > > -Roger > > > -----Opprinnelig melding----- > > Fra: Elliott Perrin [mailto:eperrin@bigorbit.com] > > Sendt: 10. april 2001 16:55 > > Til: Roger Svenning; 'freebsd-questions@freebsd.org' > > Emne: Re: routed, natd & ipfirewall [config help needed] > > > > > > You have to make sure that your ISP is routing your subnet to > > your host (possible problem, > > first place to look) > > > > If the ISP is not routing the 217.8.130.32/27 subnet that you > > are assigned to your > > 217.8.129.69 interface sitting on their network then the > > problem is there. (I actually had > > this problem with our last ISP, they kept removing the routes > > from a router and had a > > Junior Admin that didn't understand why they had to be there) > > > > If they are doing that already then you probably have a > > problem with the rules in IPFW and > > NATD > > > > Make sure that you run NATD with the -u option, which will > > translate addresses only for > > unregistered (RFC1918) addresses and that NATD is running on > > the external interface (in > > your layout the 217.8.129.69 interface) > > > > Check through your IPFW rules to make sure you are allowing > > your DMZ out to the world, > > > > eg. > > > > allow all from {DMZ} to any > > > > (don't use that rule!!!!!, it is just an example) > > > > Aside from that I have a modified rc.firewall that I used > > when I was still running IPFW on > > a three interfaced machine with LAN, DMZ and link to our ISP. > > Let me know if you want it. > > > > > > > > ----- Original Message ----- > > From: "Roger Svenning" > > To: "'freebsd-questions@freebsd.org'" > > Sent: Tuesday, April 10, 2001 10:15 AM > > Subject: routed, natd & ipfirewall [config help needed] > > > > > > > Hi > > > > > > I've been running a box with natd & ipfw for connecting our > > local network to > > > the internet and it works just fine. > > > > > > Now I want to set up a DMZ zone for servers that should be connected > > > directly to the net without NAT > > > I've added a third network card and enabled routed, but .. > > taadaa .. it > > > doesn't work quite as expected :-) > > > > > > The DMZ zone can be reached from the gateway itself and the internal > > > network, but not from the internet. > > > The routing from xl2 to xl0 trough natd works just fine. > > > > > > Can any1 give me some advice on how to set this configuration up ? > > > > > > Here's the network layout: > > > > > > 217.8.129.70 (ISP gateway) > > > | > > > -> 217.8.129.69 (xl2 interface)(255.255.255.252) > > > | > > > -> 217.8.130.62 (xl1 interface)(255.255.255.224) -> DMZ zone > > > | > > > -> 10.0.1.1 (xl0 interface)(255.255.255.0) -> Local network > > > > > > Roger O. Svenning > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 8:36:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dualcpus.com (dualcpus.com [65.160.20.195]) by hub.freebsd.org (Postfix) with SMTP id 4822937B422 for ; Tue, 10 Apr 2001 08:36:26 -0700 (PDT) (envelope-from jgowdy@home.com) Received: (qmail 47986 invoked from network); 10 Apr 2001 15:36:23 -0000 Received: from server.sherline.net (HELO server2) (216.120.87.3) by dualcpus.com with SMTP; 10 Apr 2001 15:36:23 -0000 Message-ID: <000f01c0c1d4$04e49290$035778d8@sherline.net> From: "Jeremiah Gowdy" To: , "Francis Andrieux" , References: Subject: Re: HP Date: Tue, 10 Apr 2001 08:36:31 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Oui, vous pouvez installer Windows 3.11, mais pas Windows 95 (Les > ordis sont trop vieux..:/) > > neanmois, c'est une groupe pour les messages de FreeBSD, pas pour > Windows.. peut-etre vous pouvez demander aux ceux groupes.. > > Pardonnez mon francais, SVP - c'est mal, je sais.. It's much better than mine, and I don't see too many more responses. Good job helping out the non-English speaking FreeBSD user ! > > A Bientot, > Christian > > "...we have only twice as many genes as a fruit fly, or roughly the > same number as an ear of corn, about 30,000." > Ergo, we are all corn. > > > - -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Francis > Andrieux > Sent: Tuesday, April 10, 2001 11:19 AM > To: questions@freebsd.org > Subject: HP > > > BONJOUR, > JE VIENS DE RÉCUPÉRER PLUSIEURS ORDINATEURS RÉFORMÉS PAR UNE > IMPORTANTE > SOCIÉTÉ DE TRAVAIL TEMPORAIRE : > modèle : hpnetserver 4/66 LC > NOUS AIMERIONS DONNER CES ORDINATEURS À L'ÉCOLE DE NOTRE VILLAGE, ET, > AVANT, NOUS VOUDRIONS INSTALLER UN WINDOWS (3.11 OU 95) > > 1/ EST-CE POSSIBLE ? > 2/ CES MODÈLES ONT UNE CARTE scsi avec disque dur scsi, ainsi qu'un > connecteur IDE, > > après plusieurs essais, nous n'arrivons pas à nos fins. > > Le bios semble inaccessible, nous avons réussi à connecter un lecteur > de Cd, > mais nous ne pouvons plus écrire sur le disque dur....impossible de > reprendre l'accès au connecteur (slot 11) > enfin... galère quoi... > Avez-vous une solution, ces ordinateurs sont-ils "protégés" > > Merci pour votre aide. > > Cordialement, > Francis Andrieux > Graphiste Formateur PAO/Informatique > Le revoireau > 38790 St Georges d'espéranche > tél. 04 74 59 11 63 > fax 04 74 59 11 64 > mobile 06 62 83 67 04 > email: afdesign@club-internet.fr > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > -----BEGIN PGP SIGNATURE----- > Version: PGPfreeware 6.5.8 for non-commercial use > > iQA/AwUBOtMnGCkK9qTvGvteEQJg/wCePoCU4tUF6DmueM7NA34BWjZ1QsoAoKkq > panbmu/LpJZ28Sa2zuj2mWmm > =pq59 > -----END PGP SIGNATURE----- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 8:39:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ibis.worldnet.net (ibis.worldnet.net [195.3.3.14]) by hub.freebsd.org (Postfix) with ESMTP id 8078A37B424 for ; Tue, 10 Apr 2001 08:39:48 -0700 (PDT) (envelope-from vivelame@shyne.worldnet.net) Received: from m3.worldnet.net (m2.worldnet.net [195.3.3.6]) by ibis.worldnet.net (8.11.3/8.11.1) with ESMTP id f3AFdZv69746 for ; Tue, 10 Apr 2001 17:39:35 +0200 (CEST) (envelope-from vivelame@shyne.worldnet.net) Received: from salegoth.shyne.worldnet.net (nat-srv1.kaptech.net [195.3.9.4]) by m3.worldnet.net (8.11.2/8.11.1) with ESMTP id f3AFenZ86555 for ; Tue, 10 Apr 2001 17:40:50 +0200 (CEST) (envelope-from vivelame@shyne.worldnet.net) Message-Id: <4.3.1.0.20010410174135.0264c7a0@shyne.worldnet.net> X-Sender: vivelame@shyne.worldnet.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Tue, 10 Apr 2001 17:43:11 +0200 To: freebsd-questions@FreeBSD.org From: Brice Gensburger Subject: Re: HP In-Reply-To: <000f01c0c1d4$04e49290$035778d8@sherline.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 08:36 10/04/01 -0700, you wrote: > > Oui, vous pouvez installer Windows 3.11, mais pas Windows 95 (Les > > ordis sont trop vieux..:/) > > > > neanmois, c'est une groupe pour les messages de FreeBSD, pas pour > > Windows.. peut-etre vous pouvez demander aux ceux groupes.. > > > > Pardonnez mon francais, SVP - c'est mal, je sais.. > >It's much better than mine, and I don't see too many more responses. Good >job helping out the non-English speaking FreeBSD user ! lol :o) it was a non-english speaking non-freebsd user .. :-)) i answered him offlist, because it was about win (3.1 or 95..), and errr... *slightly* off topic here? :o) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 8:45: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f181.law9.hotmail.com [64.4.9.181]) by hub.freebsd.org (Postfix) with ESMTP id 3202E37B422 for ; Tue, 10 Apr 2001 08:45:00 -0700 (PDT) (envelope-from richard_g_roberto@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 10 Apr 2001 08:44:59 -0700 Received: from 209.208.136.140 by lw9fd.law9.hotmail.msn.com with HTTP; Tue, 10 Apr 2001 15:44:59 GMT X-Originating-IP: [209.208.136.140] From: "Richard G. Roberto" To: freebsd-questions@freebsd.org Subject: [re-post]can't upgrade to 4.2-RELEASE from 3.2 (system resets) Date: Tue, 10 Apr 2001 11:44:59 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 10 Apr 2001 15:44:59.0445 (UTC) FILETIME=[3303B650:01C0C1D5] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I sent this last week but didn't get a response. Should I post this to -hackers? Do I need to subscribe there to post (I guess it would make sense if I want a response)? Any help would be appreciated. Cheers, rgr >Hi, >I'm trying to upgrade my Micron Powerdigm XSU from 3.2-RELEASE to >4.2-RELEASE by booting off the 4.2 CD, but I'm having problems. >Here's the hardware: >Preston - Dual Pentium II ATX Motherboard >Adaptec 2940UW PCI/SCSI card >Plextor 12/20x CDROM drive >EIDE controller on the motherboard with no devices attached >Creative Labs AWE64 sound card >Diamond Fire GL 1000 (Permedia 2) video card >All but the sound card work fine under 3.2, but when I go to upgrade to 4.2 >(by booting off the 4.2 CD), I never get past kernel selection. When I get >to the screen asking to configure the kernel, no matter what I do (custom >configure, or skip configuration), once I get past that screen, the probing >starts, takes a while, then the system just resets (though in a funky way >-- it doesn't reboot, but I lose video signal as though I had pushed the >reset button). >Stranger still, I can't power off the system once its in this state, but >the reset button works! (as does removing the power cord) >Does anyone have any ideas on why this may be happenning? I did a search >in the archives and didn't really see anything specific to this. I also >had a look at GNATS and saw BudIDs kern/23535 and misc/23873 that seemd >similar, but these are still open. >I don't know how to gather more data, especially since the system resets >the way it does. >Any help will be greatly appreciated. >Cheers, >rgr _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 8:50:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from edwin.mounet.com (edwin.mounet.com [216.145.76.8]) by hub.freebsd.org (Postfix) with SMTP id B08DA37B75C for ; Tue, 10 Apr 2001 08:50:06 -0700 (PDT) (envelope-from hornback@wireco.net) Received: (qmail 32660 invoked by uid 0); 10 Apr 2001 14:51:40 -0000 Received: from unknown (HELO tomcat) (216.145.67.94) by mounet.com with SMTP; 10 Apr 2001 14:51:40 -0000 From: "Andrew C. Hornback" To: "Salvo Bartolotta" Cc: "FreeBSD Questions" Subject: The big hardware discussion (was: RE: BSDi Acquired by Embedded Computing Firm Wind River) Date: Tue, 10 Apr 2001 11:07:40 -0400 Message-ID: <004c01c0c1cf$fc45d580$0e00000a@tomcat> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <986837767.3ad1f3075e017@webmail.neomedia.it> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Salvo > Bartolotta > Sent: Monday, April 09, 2001 1:36 PM > To: Ted Mittelstaedt > Cc: Duke Normandin; freebsd-questions@FreeBSD.ORG > Subject: RE: BSDi Acquired by Embedded Computing Firm Wind River >=20 > > Many's the time I've seen people complain that FreeBSD didn't = support > their pet Wonkulating Gronkulator and that Linux did - and after you > get into it with them, it always seems to come out in the discussion = that > their Wonkulating Gronkulator card costs $14, and the card that = FreeBSD > _does_ support that does the same thing, costs $25. (and is = technically > a better card) >=20 > BTW, I have been applying the following Rules Of Thumb: >=20 > 1) do NOT buy the cheapest hardware out there (without good reason); > 2) do NOT (usually/normally) buy the most expensive hardware out = there; > 3) gnothi sauton^W^W know your hardware & buy it at a trustworthy=20 > shop/whatever. While these are wonderful tips, I have one that I follow that may be a = bit easier to follow. Basically, I look at what is on the list of = supported hardware, and see what has been in circulation for a couple of = years and compare that to the number of complaints/problems that people = have using it under FreeBSD and use that to decide what I'm going to = use. =20 Using this strategy, I've changed the hardware build defintion that I = keep for my machines to fit, and especially my major workstation = machine. I was all ready to run out and buy the newest and best (?) = video hardware and sound hardware until I got to looking at things. As = it turns out, I'm specifying a pair of Oxygen GVX1 cards and a pair of = SoundBlaster AWE 32s (with 32 Megs of Parity memory each) for that = machine. You're almost always hearing about people with problems with = other sound cards even the newer SoundBlaster cards on here, but any = problems with the older AWEs? Nope. =20 Basically, my advice is this... don't reinvent the wheel, and don't be = the first to immediately adopt new technology if slightly older hardware = will get the job done just as well and without the gray hair. --- Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 8:52:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from switch01.switch.no (c12969.catch.sdsl.no [217.8.129.69]) by hub.freebsd.org (Postfix) with ESMTP id 84DDA37B423 for ; Tue, 10 Apr 2001 08:52:18 -0700 (PDT) (envelope-from ros@switch.no) Received: by switch01.switch.no with Internet Mail Service (5.5.2650.21) id ; Tue, 10 Apr 2001 16:58:08 +0200 Message-ID: From: Roger Svenning To: 'Elliott Perrin' , "'freebsd-questions@freebsd.org'" Subject: SV: routed, natd & ipfirewall [config help needed] Date: Tue, 10 Apr 2001 16:58:06 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, running natd with -u solved the problem. THNX :) Some advice on how to set up ipfw with the DMZ would be appreciated :-) -Roger > -----Opprinnelig melding----- > Fra: Roger Svenning > Sendt: 10. april 2001 16:50 > Til: 'Elliott Perrin'; 'freebsd-questions@freebsd.org' > Emne: SV: routed, natd & ipfirewall [config help needed] > > > Hi > > I know that 217.8.130.32/27 is routed properly because it > worked when I used > it behind natd with redirect_address > And the fact that i get "From c12969.catch.sdsl.no (217.8.129.69): > Destination Host Unreachable" when trying to reach a live DMZ > address tells > us that the ISP is forwarding the request to our router. > > I'm no expert in setting up ipfw and I would need some advice > on how to > restrict access to the local network trough the dmz zone, > else an intruder > which gains access to one of the dmz machine would easily go > from there to > our local network. > > Running routed, natd and ipfw is a bit confusing as I do not > know in which > order the different daemons are handling the packets. > > Just for testing purposes i have "allow ip from any to any" > in ipfw which > should enable packets to go from xl2 to xl1 ? > > -Roger > > > -----Opprinnelig melding----- > > Fra: Elliott Perrin [mailto:eperrin@bigorbit.com] > > Sendt: 10. april 2001 16:55 > > Til: Roger Svenning; 'freebsd-questions@freebsd.org' > > Emne: Re: routed, natd & ipfirewall [config help needed] > > > > > > You have to make sure that your ISP is routing your subnet to > > your host (possible problem, > > first place to look) > > > > If the ISP is not routing the 217.8.130.32/27 subnet that you > > are assigned to your > > 217.8.129.69 interface sitting on their network then the > > problem is there. (I actually had > > this problem with our last ISP, they kept removing the routes > > from a router and had a > > Junior Admin that didn't understand why they had to be there) > > > > If they are doing that already then you probably have a > > problem with the rules in IPFW and > > NATD > > > > Make sure that you run NATD with the -u option, which will > > translate addresses only for > > unregistered (RFC1918) addresses and that NATD is running on > > the external interface (in > > your layout the 217.8.129.69 interface) > > > > Check through your IPFW rules to make sure you are allowing > > your DMZ out to the world, > > > > eg. > > > > allow all from {DMZ} to any > > > > (don't use that rule!!!!!, it is just an example) > > > > Aside from that I have a modified rc.firewall that I used > > when I was still running IPFW on > > a three interfaced machine with LAN, DMZ and link to our ISP. > > Let me know if you want it. > > > > > > > > ----- Original Message ----- > > From: "Roger Svenning" > > To: "'freebsd-questions@freebsd.org'" > > > Sent: Tuesday, April 10, 2001 10:15 AM > > Subject: routed, natd & ipfirewall [config help needed] > > > > > > > Hi > > > > > > I've been running a box with natd & ipfw for connecting our > > local network to > > > the internet and it works just fine. > > > > > > Now I want to set up a DMZ zone for servers that should > be connected > > > directly to the net without NAT > > > I've added a third network card and enabled routed, but .. > > taadaa .. it > > > doesn't work quite as expected :-) > > > > > > The DMZ zone can be reached from the gateway itself and > the internal > > > network, but not from the internet. > > > The routing from xl2 to xl0 trough natd works just fine. > > > > > > Can any1 give me some advice on how to set this configuration up ? > > > > > > Here's the network layout: > > > > > > 217.8.129.70 (ISP gateway) > > > | > > > -> 217.8.129.69 (xl2 interface)(255.255.255.252) > > > | > > > -> 217.8.130.62 (xl1 interface)(255.255.255.224) -> DMZ zone > > > | > > > -> 10.0.1.1 (xl0 interface)(255.255.255.0) -> Local network > > > > > > Roger O. Svenning > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 8:55:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.biographix.com (mail.biographix.com [209.47.192.115]) by hub.freebsd.org (Postfix) with ESMTP id 8699337B423 for ; Tue, 10 Apr 2001 08:55:45 -0700 (PDT) (envelope-from eperrin@bigorbit.com) Received: from bottleneck2000 ([192.168.1.135]) by mail.biographix.com (8.11.3/8.11.3) with SMTP id f3AFt6411083; Tue, 10 Apr 2001 11:55:06 -0400 (EDT) (envelope-from eperrin@bigorbit.com) Message-ID: <01de01c0c1d7$cd3584e0$8701a8c0@bottleneck2000> From: "Elliott Perrin" To: "Roger Svenning" , "'freebsd-questions@freebsd.org'" References: Subject: Re: routed, natd & ipfirewall [config help needed] Date: Tue, 10 Apr 2001 12:03:31 -0400 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.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I will dig up the rc.firewall replacement I was using and fire it off to you, it was designed for use with a DMZ ----- Original Message ----- From: "Roger Svenning" To: "'Elliott Perrin'" ; "'freebsd-questions@freebsd.org'" Sent: Tuesday, April 10, 2001 10:58 AM Subject: SV: routed, natd & ipfirewall [config help needed] > Ok, running natd with -u solved the problem. THNX :) > > Some advice on how to set up ipfw with the DMZ would be appreciated :-) > > -Roger > > > -----Opprinnelig melding----- > > Fra: Roger Svenning > > Sendt: 10. april 2001 16:50 > > Til: 'Elliott Perrin'; 'freebsd-questions@freebsd.org' > > Emne: SV: routed, natd & ipfirewall [config help needed] > > > > > > Hi > > > > I know that 217.8.130.32/27 is routed properly because it > > worked when I used > > it behind natd with redirect_address > > And the fact that i get "From c12969.catch.sdsl.no (217.8.129.69): > > Destination Host Unreachable" when trying to reach a live DMZ > > address tells > > us that the ISP is forwarding the request to our router. > > > > I'm no expert in setting up ipfw and I would need some advice > > on how to > > restrict access to the local network trough the dmz zone, > > else an intruder > > which gains access to one of the dmz machine would easily go > > from there to > > our local network. > > > > Running routed, natd and ipfw is a bit confusing as I do not > > know in which > > order the different daemons are handling the packets. > > > > Just for testing purposes i have "allow ip from any to any" > > in ipfw which > > should enable packets to go from xl2 to xl1 ? > > > > -Roger > > > > > -----Opprinnelig melding----- > > > Fra: Elliott Perrin [mailto:eperrin@bigorbit.com] > > > Sendt: 10. april 2001 16:55 > > > Til: Roger Svenning; 'freebsd-questions@freebsd.org' > > > Emne: Re: routed, natd & ipfirewall [config help needed] > > > > > > > > > You have to make sure that your ISP is routing your subnet to > > > your host (possible problem, > > > first place to look) > > > > > > If the ISP is not routing the 217.8.130.32/27 subnet that you > > > are assigned to your > > > 217.8.129.69 interface sitting on their network then the > > > problem is there. (I actually had > > > this problem with our last ISP, they kept removing the routes > > > from a router and had a > > > Junior Admin that didn't understand why they had to be there) > > > > > > If they are doing that already then you probably have a > > > problem with the rules in IPFW and > > > NATD > > > > > > Make sure that you run NATD with the -u option, which will > > > translate addresses only for > > > unregistered (RFC1918) addresses and that NATD is running on > > > the external interface (in > > > your layout the 217.8.129.69 interface) > > > > > > Check through your IPFW rules to make sure you are allowing > > > your DMZ out to the world, > > > > > > eg. > > > > > > allow all from {DMZ} to any > > > > > > (don't use that rule!!!!!, it is just an example) > > > > > > Aside from that I have a modified rc.firewall that I used > > > when I was still running IPFW on > > > a three interfaced machine with LAN, DMZ and link to our ISP. > > > Let me know if you want it. > > > > > > > > > > > > ----- Original Message ----- > > > From: "Roger Svenning" > > > To: "'freebsd-questions@freebsd.org'" > > > > > Sent: Tuesday, April 10, 2001 10:15 AM > > > Subject: routed, natd & ipfirewall [config help needed] > > > > > > > > > > Hi > > > > > > > > I've been running a box with natd & ipfw for connecting our > > > local network to > > > > the internet and it works just fine. > > > > > > > > Now I want to set up a DMZ zone for servers that should > > be connected > > > > directly to the net without NAT > > > > I've added a third network card and enabled routed, but .. > > > taadaa .. it > > > > doesn't work quite as expected :-) > > > > > > > > The DMZ zone can be reached from the gateway itself and > > the internal > > > > network, but not from the internet. > > > > The routing from xl2 to xl0 trough natd works just fine. > > > > > > > > Can any1 give me some advice on how to set this configuration up ? > > > > > > > > Here's the network layout: > > > > > > > > 217.8.129.70 (ISP gateway) > > > > | > > > > -> 217.8.129.69 (xl2 interface)(255.255.255.252) > > > > | > > > > -> 217.8.130.62 (xl1 interface)(255.255.255.224) -> DMZ zone > > > > | > > > > -> 10.0.1.1 (xl0 interface)(255.255.255.0) -> Local network > > > > > > > > Roger O. Svenning > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 8:59:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13401.mail.yahoo.com (web13401.mail.yahoo.com [216.136.175.59]) by hub.freebsd.org (Postfix) with SMTP id 0E88D37B422 for ; Tue, 10 Apr 2001 08:59:39 -0700 (PDT) (envelope-from andrewgould@yahoo.com) Message-ID: <20010410155931.26165.qmail@web13401.mail.yahoo.com> Received: from [4.18.79.23] by web13401.mail.yahoo.com; Tue, 10 Apr 2001 08:59:31 PDT Date: Tue, 10 Apr 2001 08:59:31 -0700 (PDT) From: Andrew Gould Subject: Re: ports vs standard sources To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, As a fellow FreeBSD newbie, I would suggest the following: 1) Stay current using cvsupit. 2) Use the ports where possible. 3) If the ports are too old for you, see if a newer version of the application has been added to the packages collection. Two BIG advantages for newbies to use ports and packages over standard source/binaries: 1) The applications will be configured properly for FreeBSD. In the case of some packages, even some of the post installation configuration steps are performed for you. Speaking as someone who doesn't have an intuitive feel for the file system (yet), this has been a big help. 2) If you're missing dependencies, the ports installation process will try to find and install them! Someone with more experience than I will have to help you with customizing ports. I hope this helps, Andrew Gould --- Fernan Aguero wrote: > Hi all! > > I am new to FreeBSD and just starting to get the > grasp of the 'ports' > concept. I have already installed a few and found > that is really a great > thing to have. However I also noticed that many of > them are outdated and > also read a few posts suggesting to grab standard > sources and compile > without using the ports. From my limited knowledge - > and reading the > Handbook did not help me clarify this - this is how > i see things. > > i) first of all I thought that ports were necessary > because things would > not compile straight otherwise. > ii) however several mentions to compile things > without using ports have > made me think that this is not true in all cases. > > Then my question is: how do autoconf based > compilation work in FreeBSD? - > I mean sources that use GNU autoconf to generate a > configure script (that > in turn generates a Makefile)? > > If autoconf-configure work OK, then the idea of > ports is just to help > download-patch-compile in an automated way? > > Another question: I noticed that some ports did run > a configure script > before compiling, however, I could not pass any > custom option to > configure, since it was all part of the port 'make' > procedure. How can I > manually add options before compiling? > (Example: suppose I want to compile php as an apache > module. I would run > configure on php sources like this: ./configure > --with-apache=../apache_1.3.x). How would you this > with ports? > > Thanks in advance, > > Fernan > > -- > > > Fernan Aguero > Bioinformatics > IIB-UNSAM > fernan@iib.unsam.edu.ar > ICQ 100325972 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 9: 0:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyexch01.starmedia.net (nyexch01.starmedia.net [208.133.204.11]) by hub.freebsd.org (Postfix) with ESMTP id 94E3737B424 for ; Tue, 10 Apr 2001 09:00:28 -0700 (PDT) (envelope-from pio.prado@starmedia.net) Received: by nyexch01.starmedia.net with Internet Mail Service (5.5.2653.19) id <2NRMX0TV>; Tue, 10 Apr 2001 11:59:35 -0400 Message-ID: <945A5180E4D0D311BF620008C7A457B90B4E2C70@nyexch01.starmedia.net> From: Pio Prado To: "'freebsd-questions@freebsd.org'" Subject: Bind-9.1.1rc3.tar.gz Date: Tue, 10 Apr 2001 11:59:34 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C0C1D7.3CA72410" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C0C1D7.3CA72410 Content-Type: text/plain; charset="iso-8859-1" Hi, What are the installation steps for Bind-9.1.1rc3.tar.gz? From documentation I found, I have done the following: gunzip bind-9.1.1rc3.tar.gz | tar -xvf - ./configure make WHAT ELSE NEEDS TO BE DONE? I HAVE NOT BEEN ABLE TO FIND DOCUMENTATION RELATED TO IT. Thanks, ------_=_NextPart_001_01C0C1D7.3CA72410 Content-Type: text/html; charset="iso-8859-1" Bind-9.1.1rc3.tar.gz

Hi,


What are the installation steps for Bind-9.1.1rc3.tar.gz?

From documentation I found, I have done the following:

gunzip bind-9.1.1rc3.tar.gz | tar -xvf -
./configure
make

WHAT ELSE NEEDS TO BE DONE? I HAVE NOT BEEN ABLE TO FIND DOCUMENTATION RELATED TO IT.

Thanks,



------_=_NextPart_001_01C0C1D7.3CA72410-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 9: 3:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from raffles-it.com (raffles.demon.co.uk [158.152.17.201]) by hub.freebsd.org (Postfix) with ESMTP id 832A237B422 for ; Tue, 10 Apr 2001 09:02:59 -0700 (PDT) (envelope-from dpd@raffles-it.com) Received: from arrow.lan.raffles-it.com (arrow.lan.raffles-it.com [192.168.100.51]) by raffles-it.com (8.11.3/8.11.2) with ESMTP id f3AFuBr12639 for ; Tue, 10 Apr 2001 16:56:11 +0100 (BST) (envelope-from dpd@lan.raffles-it.com) Received: from arrow.lan.raffles-it.com (localhost [127.0.0.1]) by arrow.lan.raffles-it.com (8.11.3/8.11.2) with ESMTP id f3AFuBU08159 for ; Tue, 10 Apr 2001 16:56:11 +0100 (BST) (envelope-from dpd@lan.raffles-it.com) Message-Id: <200104101556.f3AFuBU08159@arrow.lan.raffles-it.com> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: questions@FreeBSD.ORG Subject: Putting a UFS filesystem in a JAZ Disk Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-462485028P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Tue, 10 Apr 2001 16:56:11 +0100 From: David Dooley Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --==_Exmh_-462485028P Content-Type: text/plain; charset=us-ascii The subject said it all really. I am trying to format a 2GB JAZ disk with a UFS filesystem. I can label and partition the disk, I only want a single c partition, but when I come to newfs'ing the disk I get an error and the system locks up solid, I can get in via the network, but it takes between 2 and 3 mins for a telnet prompt to appear or for my shell prompt to appear if I use ssh, then it generates an error and every thing appears to be ok once again. I have tried to do this on 3 different disks that all work flawlessly under WinDose. I apologise for not having the actual error message to hand. The procedure I followed was to run /stand/sysinstall select 'Configure' select 'Fdisk' and select 'da2' select 'Label' and create a single label for partition c Exit from sysinstall I ran disklabel -r da2 and saw the correct label so went on to run 'newfs /dev/da2c' and at this point every thing hangs. David. --==_Exmh_-462485028P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: Exmh version 2.3.1 01/18/2001 iD8DBQE60y0biTCzTVFwd6wRAvisAJ9tumwYxvslraxPqDkxwIvISorErACg7klZ SqhGfonW1rAl82rDw0FaC2o= =iJE+ -----END PGP SIGNATURE----- --==_Exmh_-462485028P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 9: 6:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from edwin.mounet.com (edwin.mounet.com [216.145.76.8]) by hub.freebsd.org (Postfix) with SMTP id 29BC737B422 for ; Tue, 10 Apr 2001 09:06:38 -0700 (PDT) (envelope-from hornback@wireco.net) Received: (qmail 5455 invoked by uid 0); 10 Apr 2001 15:02:10 -0000 Received: from unknown (HELO tomcat) (216.145.67.94) by mounet.com with SMTP; 10 Apr 2001 15:02:10 -0000 From: "Andrew C. Hornback" To: "Gunther Schadow" Cc: "FreeBSD Questions" Subject: RE: Who's got the cheapest 100-BT Ethernet NIC? Date: Tue, 10 Apr 2001 11:18:04 -0400 Message-ID: <004d01c0c1d1$709ae960$0e00000a@tomcat> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <3AD21AE1.F715330E@aurora.regenstrief.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG SMC 9432TX - Should retail anywhere between $15 and $30. SMC calls it = legacy hardware, which I think is a ploy on their part to make every buy = newer stuff. I have 5 of these cards, plus spares, and have never had a = problem. =20 It's the only NIC that I've owned thay every OS I've thrown at it will = recognize it. In FreeBSD, these cards use the tx driver. I'll even go this far, showing that I love these cards... if you get = one and don't like it, I'll buy it from you at what you paid for it.=20 --- Andy (no, I don't work for SMC, but if they're looking... I'm available) > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Gunther = Schadow > Sent: Monday, April 09, 2001 4:26 PM > To: freebsd-questions@freebsd.org > Subject: Who's got the cheapest 100-BT Ethernet NIC? >=20 > Hi, >=20 > I know the Ethernet cards for 20 bucks are available from Hawking or=20 > Kingston or what those brand names are. But I don't know whether they > work well with FreeBSD and the notes in the LINT kernel are not > exhaustive on these cheap OEM and whatever products. Please everyone=20 > who believes he's got one 100-BT PCI card for below $50 working well,=20 > I would appreciate hearing which card it is, which driver you use.=20 > Also if you have had problems with cheap cards please let me know too. = >=20 > Thanks much! > -Gunther To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 9:17:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from buck.xsequor.com (buck.xsequor.com [208.136.156.13]) by hub.freebsd.org (Postfix) with ESMTP id BC4D337B422 for ; Tue, 10 Apr 2001 09:17:27 -0700 (PDT) (envelope-from jlb@xsequor.com) Received: from wheezer (wheezer [208.136.156.46]) by buck.xsequor.com (8.9.3/8.8.7) with SMTP id LAA06254 for ; Tue, 10 Apr 2001 11:22:52 -0500 Reply-To: From: "John Baxter" To: "'FreeBSD Questions'" Subject: BSDi and FreeBSD sold?!? Date: Tue, 10 Apr 2001 11:15:01 -0500 Message-ID: <000701c0c1d9$65ca3ab0$2e9c88d0@wheezer> 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 CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <004d01c0c1d1$709ae960$0e00000a@tomcat> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am sure this is an old topic for most, but I am new to FreeBSD and I am wondering. I thought FreeBSD was free, how can a company buy it? What is the future of FreeBSD? It seems to me someone who 'buys' something has their own purpose for it. Thanks, John Baxter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 9:21:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from impurity.org (impurity.org [64.7.200.27]) by hub.freebsd.org (Postfix) with SMTP id 9E12237B422 for ; Tue, 10 Apr 2001 09:21:32 -0700 (PDT) (envelope-from keypulse@impurity.org) Received: (qmail 9137 invoked from network); 10 Apr 2001 16:21:32 -0000 Received: from cc81995-a.mtmorris1.mi.home.com (HELO cc81995a) (65.7.113.35) by impurity.org with SMTP; 10 Apr 2001 16:21:32 -0000 Message-ID: <000a01c0c1da$1f864b60$23710741@mtmorris1.mi.home.com> From: "Corey Wilson" To: Subject: support; cd-burning Date: Tue, 10 Apr 2001 12:20:13 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C0C1B8.98085500" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C0C1B8.98085500 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 2 questions: 1) is there a support number to call for help on BSD to us newbies w/ = Unix? 2) what files do i need from FreeBSD.org to function BSD properly, = adequatly.. and what files do i need to copy onto a CD in order to make = it bootable? Thanx, KeyPulse ------=_NextPart_000_0007_01C0C1B8.98085500 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
2 questions:
 
1) is there a support number to call for help on BSD = to us=20 newbies w/ Unix?
2) what files do i need from FreeBSD.org to function = BSD=20 properly, adequatly.. and what files do i need to copy onto a CD in = order to=20 make it bootable?
        =    =20             =    =20             Thanx,=20 KeyPulse
------=_NextPart_000_0007_01C0C1B8.98085500-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 9:25:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp013.mail.yahoo.com (smtp013.mail.yahoo.com [216.136.173.57]) by hub.freebsd.org (Postfix) with SMTP id 25AC037B422 for ; Tue, 10 Apr 2001 09:25:37 -0700 (PDT) (envelope-from bsd140870@yahoo.co.uk) Received: from unknown (HELO as2.kptn.org) (203.106.173.200) by smtp.mail.vip.sc5.yahoo.com with SMTP; 10 Apr 2001 16:25:23 -0000 X-Apparently-From: Date: Wed, 11 Apr 2001 00:17:40 +0800 From: Alvin Sim X-Mailer: The Bat! (v1.52 Beta/1) Reply-To: Alvin Sim Organization: n/a X-Priority: 3 (Normal) Message-ID: <8531538810.20010411001740@yahoo.co.uk> To: FreeBSD Questions Subject: Re[2]: Installing port(s) from an NFS server In-Reply-To: <3AD317BB.4D2EB73@i-clue.de> References: <1510883389.20010410124052@yahoo.co.uk> <3AD317BB.4D2EB73@i-clue.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Tuesday, April 10, 2001, 10:24:59 PM, you wrote: [snip... snip some...] >> example: >> lets assume that i have installed vim on the server and now, i want >> vim on the client as well. CS> Assuming your NFS is properly configured: CS> client# mount server:/usr/ports /usr/ports CS> client# cd /usr/ports/editors/vim CS> client# make install this is exactly what i did (minus the make install), yes. >> i tried (after mounting /usr/ports (server) to /usr/ports (client)) >> `make' in /usr/ports/editors/vim-lite but it seems that `make' is >> making it on the server which, IMO, should be on the client? i didnt >> try `make install' though. i was afraid that it would install (vim) >> again on the server. CS> No. You mounted the hard disk from your server. Thus the build will CS> execute on your client and install into your client. sorry but i'm not so clear on what you mean. if you're trying to say that i mounted /usr/ports _from_ the server, no. but if you're saying that i mounted the server from the client as stated in above steps (which i did and think is correct), yes. >> so what i'd like to know is that is it possible for me to install a >> port from the server to the client machine with nfs? CS> As shown above: yes. It's too simple to be true. CS> HTH CS> -Christoph Sold -- Alvin mailto:bsd140870@yahoo.co.uk _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 9:26:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail200.swst.com (mail200.swst.com [199.34.16.18]) by hub.freebsd.org (Postfix) with ESMTP id 6C99337B423 for ; Tue, 10 Apr 2001 09:26:32 -0700 (PDT) (envelope-from RClark@swst.com) Received: from assentor1.swst.com (assentor.swst.com [209.51.28.15]) by mail200.swst.com (8.10.2/8.10.2) with ESMTP id f3AGQUI29938 for ; Tue, 10 Apr 2001 11:26:31 -0500 (CDT) Received: from sws_excg3.swst.com (unverified) by assentor1.swst.com (Content Technologies SMTPRS 2.0.15) with ESMTP id ; Tue, 10 Apr 2001 11:26:51 -0500 Received: by sws-excg3.swst.com with Internet Mail Service (5.5.2654.52) id <2R0WGR2Y>; Tue, 10 Apr 2001 11:26:18 -0500 Message-Id: From: Ronnie Clark To: "'Corey Wilson'" , "Questions (E-mail)" Subject: RE: support; cd-burning Date: Tue, 10 Apr 2001 11:24:31 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.52) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C0C1DA.B89BBF60" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C0C1DA.B89BBF60 Content-Type: text/plain; charset="iso-8859-1" Corey, From one BSD "newbie" to another, 1. there is no number. you can find a lot of information on your specific problems, projects, etc on the internet. 2. you should be able to download an *.iso file and create a FreeBSD image on to a blank CD. All the files to make it bootable are in that *.iso file. Hope this helps. Thank you, Ronnie Clark A+, MCSE, CCSA, CCSE -----Original Message----- From: Corey Wilson [mailto:keypulse@impurity.org] Sent: Tuesday, April 10, 2001 11:20 AM To: questions@FreeBSD.ORG Subject: support; cd-burning 2 questions: 1) is there a support number to call for help on BSD to us newbies w/ Unix? 2) what files do i need from FreeBSD.org to function BSD properly, adequatly.. and what files do i need to copy onto a CD in order to make it bootable? Thanx, KeyPulse ------_=_NextPart_001_01C0C1DA.B89BBF60 Content-Type: text/html; charset="iso-8859-1"
Corey,
 
  From one BSD "newbie" to another,
1. there is no number. you can find a lot of information on your specific problems, projects, etc on the internet.
2. you should be able to download an *.iso file and create a FreeBSD image on to a blank CD. All the files to make it bootable are in that *.iso file.
 
Hope this helps.
 
Thank you,
Ronnie Clark
A+, MCSE, CCSA, CCSE


-----Original Message-----
From: Corey Wilson [mailto:keypulse@impurity.org]
Sent: Tuesday, April 10, 2001 11:20 AM
To: questions@FreeBSD.ORG
Subject: support; cd-burning

2 questions:
 
1) is there a support number to call for help on BSD to us newbies w/ Unix?
2) what files do i need from FreeBSD.org to function BSD properly, adequatly.. and what files do i need to copy onto a CD in order to make it bootable?
                                        Thanx, KeyPulse
------_=_NextPart_001_01C0C1DA.B89BBF60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 9:53:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtppop1pub.verizon.net (smtppop1pub.gte.net [206.46.170.20]) by hub.freebsd.org (Postfix) with ESMTP id D358337B422 for ; Tue, 10 Apr 2001 09:53:32 -0700 (PDT) (envelope-from res03db2@gte.net) Received: from gte.net (evrtwa1-ar4-4-34-145-186.dsl.gtei.net [4.34.145.186]) by smtppop1pub.verizon.net with ESMTP ; id LAA85227600 Tue, 10 Apr 2001 11:46:27 -0500 (CDT) Received: (from res03db2@localhost) by gte.net (8.9.3/8.9.3) id JAA29122; Tue, 10 Apr 2001 09:55:03 -0700 (PDT) (envelope-from res03db2@gte.net) Date: Tue, 10 Apr 2001 09:55:03 -0700 From: Robert Clark To: Gunther Schadow Cc: Robert Clark , freebsd-questions@FreeBSD.ORG Subject: Re: Who's got the cheapest 100-BT Ethernet NIC? Message-ID: <20010410095503.B29045@darkstar.gte.net> References: <3AD21AE1.F715330E@aurora.regenstrief.org> <20010409133901.A27019@darkstar.gte.net> <3AD2244E.4D11ABFC@aurora.regenstrief.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <3AD2244E.4D11ABFC@aurora.regenstrief.org>; from gunther@aurora.regenstrief.org on Mon, Apr 09, 2001 at 09:06:22PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 09, 2001 at 09:06:22PM +0000, Gunther Schadow wrote: > Robert Clark wrote: > > > The Intel PILA8460B (Pro 10/100B) goes for 36$ US locally. Its three > > times the price of the 12$ Realtek card, but I argue that their worth > > the extra upfront cost. > > What is it that makes it so worthwhile? I am using several of these, > but they just work, and if something else works too, what's the > difference then? I feel that 36$ is a very good price for a "very good" NIC. Some vendors make as cheap as possible a product, despite the performance tradeoffs. I personally put RealTek in this category. Some manufacturers play the chip market to get good prices on whatever parts they can pick up, despite the compatibility tradeoffs. I think of Dlink as being in this category. (Before everyone flames me, they may have cleaned up their act recently.) Some manufacturers make a good quality product, and put out a similar model of product for some time. I feel like the Intel product fits into this category. I'd put 3com into this category as well, but I think they've been playing the "brand name recognition" wildcard for far too many years. (And I still associate their PCI cards with the small memoy buffers they tried to pull on the market.(Years ago.)) > > > On a slightly related note, is anyone working on a driver for the > > PILA8460C3 that uses its hardware crypto? I was supprised to see them > > going for 39$ US. > > This *is* a good point. We purchased the crypto card for $130 lately, > I'd be surprized if they are down to $39. But if they are, then it's > time to get KAME/IPsec to use the crypto offloading. Where can we get > the specifications from? I may very well look into fixing up the fxp > dirver. The 39$ price should be good. I can send you a URL off list, if you like. > > -Gunther > > -- > Gunther Schadow, M.D., Ph.D. gschadow@regenstrief.org > Medical Information Scientist Regenstrief Institute for Health Care > Adjunct Assistent Professor Indiana University School of Medicine > tel:1(317)630-7960 http://aurora.regenstrief.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 10: 0:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.122.47]) by hub.freebsd.org (Postfix) with ESMTP id DA89B37B422 for ; Tue, 10 Apr 2001 10:00:17 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.10.1/8.10.1) with ESMTP id f3AH0CJ89397; Tue, 10 Apr 2001 10:00:12 -0700 (PDT) Date: Tue, 10 Apr 2001 10:00:12 -0700 (PDT) From: Doug White To: Greg Lehey Cc: Danny Howard , FreeBSD Questions Subject: Re: fdisk & disklabel dont work! In-Reply-To: <20010410180942.Y64481@wantadilla.lemis.com> Message-ID: X-All-Your-Base: are belong to us MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 10 Apr 2001, Greg Lehey wrote: > > But there are other Adaptec controllers (eg, those built on the Intel > > L440GX+ motherboard) that do _not_ work in a dedicated situation. > > I haven't seen any, and I haven't seen any proof that this statement > is correct. I have some. :) Look in the -hackers archives for me asking about a strange loader dump. That's what happens when you do dedicated mode on Adaptec hardware... it gets _really_ angry and corrupts the loader. The fault address is *in* the Adaptec firmware. Doug White | FreeBSD: The Power to Serve dwhite@resnet.uoregon.edu | www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 10: 0:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grid.xarias.com (grid.crl.cirque.com [209.180.92.65]) by hub.freebsd.org (Postfix) with ESMTP id 8CC5537B424 for ; Tue, 10 Apr 2001 10:00:21 -0700 (PDT) (envelope-from pharker@emergecore.com) Received: from pharker ([208.187.232.2]) by grid.xarias.com (8.9.3/8.9.3) with SMTP id KAA27866 for ; Tue, 10 Apr 2001 10:58:18 -0600 (MDT) (envelope-from pharker@emergecore.com) Reply-To: From: "Phil" To: Subject: Termination cards Date: Tue, 10 Apr 2001 11:00:53 -0600 Message-ID: <000f01c0c1df$ce5ddea0$3701a8c0@emergecore.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 CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am looking for termination cards (T1, T3, DSL, ISDN, OC3, etc.) with FreeBSD drivers. Can you steer me in the right direction? Thanks for your help, Phil Harker EmergeCore Networks (801) 495-6000 pharker@emergecore.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 10: 7:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gdmckee.local (pc-62-30-209-11-so.blueyonder.co.uk [62.30.209.11]) by hub.freebsd.org (Postfix) with ESMTP id 117A037B424 for ; Tue, 10 Apr 2001 10:07:50 -0700 (PDT) (envelope-from freebsd@gdmckee.com) Received: from [192.168.0.5] (helo=p300) by gdmckee.local with smtp (Exim 3.22 #1) id 14n1c0-000D4f-00; Tue, 10 Apr 2001 18:07:28 +0100 Message-ID: <00bd01c0c1e0$be07ef40$0500a8c0@gdmckee.local> From: "G D McKee" To: "Walter Hop" , "Brett Glass" Cc: References: <4.3.2.7.2.20010410102556.04595560@localhost> <15983947780.20010410185428@binity.com> Subject: Re: Will fixes for these FTP holes be MFC'ed in before release? Date: Tue, 10 Apr 2001 18:07:36 +0100 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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Which bit of the source code do I need to recompile to get the fixed? G D McKee ----- Original Message ----- From: "Walter Hop" To: "Brett Glass" Cc: Sent: Tuesday, April 10, 2001 5:54 PM Subject: Re: Will fixes for these FTP holes be MFC'ed in before release? > [in reply to brett@lariat.org, 10-04-2001] > > > http://www.pgp.com/research/covert/advisories/048.asp > > Yes. http://www.cert.org/advisories/CA-2001-07.html says, > > "FreeBSD, Inc. > > FreeBSD is vulnerable to the glob-related bugs. We have corrected > these bugs in FreeBSD 5.0-CURRENT and FreeBSD 4.2-STABLE, and they > will not be present in FreeBSD 4.3-RELEASE." > > -- > Walter Hop | +31 6 24290808 | PGP key ID: 0x84813998 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-security" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 10:10:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gdmckee.local (pc-62-30-209-11-so.blueyonder.co.uk [62.30.209.11]) by hub.freebsd.org (Postfix) with ESMTP id A33DB37B423 for ; Tue, 10 Apr 2001 10:10:02 -0700 (PDT) (envelope-from freebsd@gdmckee.com) Received: from [192.168.0.5] (helo=p300) by gdmckee.local with smtp (Exim 3.22 #1) id 14n1eQ-000D4n-00; Tue, 10 Apr 2001 18:09:58 +0100 Message-ID: <00e601c0c1e1$1757b440$0500a8c0@gdmckee.local> From: "G D McKee" To: "Pio Prado" , References: <945A5180E4D0D311BF620008C7A457B90B4E2C70@nyexch01.starmedia.net> Subject: Re: Bind-9.1.1rc3.tar.gz Date: Tue, 10 Apr 2001 18:10:06 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00E3_01C0C1E9.790B5360" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_00E3_01C0C1E9.790B5360 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Bind-9.1.1rc3.tar.gzHi Install it from the ports collection. G D McKee ----- Original Message -----=20 From: Pio Prado=20 To: 'freebsd-questions@freebsd.org'=20 Sent: Tuesday, April 10, 2001 4:59 PM Subject: Bind-9.1.1rc3.tar.gz Hi,=20 What are the installation steps for Bind-9.1.1rc3.tar.gz?=20 From documentation I found, I have done the following:=20 gunzip bind-9.1.1rc3.tar.gz | tar -xvf -=20 ./configure=20 make=20 WHAT ELSE NEEDS TO BE DONE? I HAVE NOT BEEN ABLE TO FIND DOCUMENTATION = RELATED TO IT.=20 Thanks,=20 ------=_NextPart_000_00E3_01C0C1E9.790B5360 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Bind-9.1.1rc3.tar.gz
Hi
 
Install it from the ports = collection.
 
G D McKee
----- Original Message -----
From:=20 Pio=20 Prado
To: 'freebsd-questions@freebs= d.org'=20
Sent: Tuesday, April 10, 2001 = 4:59=20 PM
Subject: = Bind-9.1.1rc3.tar.gz

Hi,


What are the installation steps for=20 Bind-9.1.1rc3.tar.gz?

From documentation I found, I have done = the=20 following:

gunzip bind-9.1.1rc3.tar.gz | tar -xvf = -=20
./configure
make

WHAT ELSE NEEDS TO BE DONE? I HAVE NOT = BEEN ABLE TO=20 FIND DOCUMENTATION RELATED TO IT.

Thanks,=20



------=_NextPart_000_00E3_01C0C1E9.790B5360-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 10:11:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail17.sdc1.sfba.home.com (femail17.sdc1.sfba.home.com [24.0.95.144]) by hub.freebsd.org (Postfix) with ESMTP id F11AC37B423 for ; Tue, 10 Apr 2001 10:11:51 -0700 (PDT) (envelope-from vcardona@home.com) Received: from marx.marvic.chum ([24.17.229.11]) by femail17.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010410171151.RIOS27625.femail17.sdc1.sfba.home.com@marx.marvic.chum>; Tue, 10 Apr 2001 10:11:51 -0700 Received: (from vcardona@localhost) by marx.marvic.chum (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) id f3AHFSp13243; Tue, 10 Apr 2001 12:15:28 -0500 Date: Tue, 10 Apr 2001 12:15:28 -0500 From: "Victor R. Cardona" To: John Baxter Cc: "'FreeBSD Questions'" Subject: Re: BSDi and FreeBSD sold?!? Message-ID: <20010410121528.B13188@marx.marvic.chum> References: <004d01c0c1d1$709ae960$0e00000a@tomcat> <000701c0c1d9$65ca3ab0$2e9c88d0@wheezer> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i In-Reply-To: <000701c0c1d9$65ca3ab0$2e9c88d0@wheezer>; from jlb@xsequor.com on Tue, Apr 10, 2001 at 11:15:01AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 10, 2001 at 11:15:01AM -0500, John Baxter wrote: > I am sure this is an old topic for most, but I am new to FreeBSD and I am > wondering. > I thought FreeBSD was free, how can a company buy it? What is the future of > FreeBSD? > It seems to me someone who 'buys' something has their own purpose for it. FreeBSD was not sold. BSDi sold its software division to Wind River. In other words, they sold their proprietary BSD/OS. The only obvious change will be when you order a box set of FreeBSD, and it has Wind River's logo instead of BSDi's. - v -- Victor R. Cardona vcardona@home.com "Behold the keyboard of Kahless, the greatest Klingon code warrior that ever lived!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 10:12:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from daisymae.austintx.com (mail.austintx.com [208.24.54.99]) by hub.freebsd.org (Postfix) with ESMTP id 091CC37B43C for ; Tue, 10 Apr 2001 10:12:38 -0700 (PDT) (envelope-from rgreene@austintx.com) Received: from austintx.com (IDENT:rgreene@[208.24.52.135]) by daisymae.austintx.com (8.9.3/8.9.3) with ESMTP id MAA14954; Tue, 10 Apr 2001 12:09:52 -0500 Message-ID: <3AD340E7.F1FA6667@austintx.com> Date: Tue, 10 Apr 2001 12:20:39 -0500 From: Bob Greene Organization: Virtual Global Communications, Inc. X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.3 i686) X-Accept-Language: en MIME-Version: 1.0 To: pharker@emergecore.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Termination cards References: <000f01c0c1df$ce5ddea0$3701a8c0@emergecore.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Phil wrote: > > I am looking for termination cards (T1, T3, DSL, ISDN, OC3, etc.) with > FreeBSD drivers. Can you steer me in the right direction? > > Thanks for your help, > > Phil Harker > EmergeCore Networks > (801) 495-6000 > pharker@emergecore.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message http://www.etinc.com -- Bob Greene AustinTX.COM 512.835.8005 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 10:14:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from internal.mail.telinco.net (internal.mail.telinco.net [212.1.128.4]) by hub.freebsd.org (Postfix) with ESMTP id 3F03D37B422; Tue, 10 Apr 2001 10:14:09 -0700 (PDT) (envelope-from b.candler@pobox.com) Received: from gate.lon.uk.worldonline.com ([212.74.96.2] helo=bloodhound.uk.worldonline.com) by internal.mail.telinco.net with esmtp (Exim 3.02 #1) id 14n1iS-0005fL-00; Tue, 10 Apr 2001 18:14:08 +0100 Received: from brian by bloodhound.uk.worldonline.com with local (Exim 3.22 #1) id 14n1iR-0000Gq-00; Tue, 10 Apr 2001 18:14:07 +0100 Date: Tue, 10 Apr 2001 18:14:07 +0100 From: Brian Candler To: freebsd-questions@freebsd.org, freebsd-security@freebsd.org Subject: Interaction between ipfw, IPSEC and natd Message-ID: <20010410181407.A1011@linnet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there any documentation on how ipfw, natd and IPSEC interact with each other? In particular, - what is the order of processing of inbound and outbound packets? - when packets are re-injected by natd, where in the whole system are they re-injected? - do packets reinjected by natd still match 'in via ' or 'out via '? (OK, I could determine this one experimentally, but I'd still like to see it documented :-) I see that by default FreeBSD puts its natd divert rule right at the very top of the ruleset, but I have found that this stops IPSEC processing working. I can make it work by putting natd lower down: e.g. add 01000 permit ip from 10.0.0.0/8 to 10.0.0.0/8 # private addrs add 02000 divert 8668 ip from any to any via xl0 # external i/face Here, subnets of 10.0.0.0/8 are behind the 'private' interface and also the remote endpoints of IPSEC tunnels; there are IPSEC SA's which define them exactly. However in this case I find it difficult to add anti-spoofing rules on external interfaces without breaking either IPSEC or NAT. Note that even in the presence of IPSEC, anti-spoofing rules _are_ still required. For example, I have an SA which says spdadd 10.0.0.0/20[any] 10.0.0.0/20[any] any -P out none; spdadd 10.0.0.0/20[any] 10.0.0.0/20[any] any -P in none; (where 10.0.1.0/24 is the locally-attached subnet and other downstream subnets are within the /20). This is in order to allow local, non-encrypted traffic to be routed via this box. However the presence of this SA means that I really need an anti-spoofing filter on the public interface to prevent packets matching this null SA being injected from outside. In the end, I want to build a firewall with: - antispoofing on all interfaces - various IPSEC tunnels to distant subnets of private network - natd for sessions going out of "public" interface - the ability to add other ipfw policy controls and not only should it work, but I should also have some confidence that it is actually secure and doing what I intend - which means I really need to understand how all these bits fit together :-) Thanks, Brian. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 10:14:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail01.domainbank.com (mail.domainbank.com [209.92.184.36]) by hub.freebsd.org (Postfix) with ESMTP id 95D0537B424; Tue, 10 Apr 2001 10:14:39 -0700 (PDT) (envelope-from jdmiller@domainbank.com) Received: from mordor (mordor.domainbank.com [192.168.2.18]) by mail01.domainbank.com (Vircom SMTPRS 4.5.186) with SMTP id ; Tue, 10 Apr 2001 13:14:39 -0400 Message-ID: <011a01c0c1e1$b97467f0$1202a8c0@domainbank.com> From: "Jeff Miller" To: "BSD-Emulation List" Cc: "BSD-Questions List" Subject: Wine 20010305 on 4.02-20010409-STABLE Date: Tue, 10 Apr 2001 13:14:38 -0400 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm posting this question in the emulation and questions lists just to cover my bases, but don't want to annoy anyone or break any rules here, so I apologize if I have done either. Has anyone gotten Wine 20010305 to run on 4.2-20010409-STABLE, X 3.36 and KDE 2.1.1? I am recieving the 'Protocol error: process 0x8069000: partial recvmsg 0 from fd' Anyone have an idea what this is or what I can do to fix it? TIA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 10:23:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13408.mail.yahoo.com (web13408.mail.yahoo.com [216.136.175.66]) by hub.freebsd.org (Postfix) with SMTP id A41EA37B424 for ; Tue, 10 Apr 2001 10:23:13 -0700 (PDT) (envelope-from andrewgould@yahoo.com) Message-ID: <20010410172313.6774.qmail@web13408.mail.yahoo.com> Received: from [4.18.79.23] by web13408.mail.yahoo.com; Tue, 10 Apr 2001 10:23:13 PDT Date: Tue, 10 Apr 2001 10:23:13 -0700 (PDT) From: Andrew Gould Subject: dialin web server? To: FreeBSD Mailing List MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What is the best way to get FreeBSD to allow someone to dial in and access the web server? I installed mgetty and can dial in from a Windows machine via terminal emulation software for shell access; but cannot successfully dial in using dialup networking. Thanks, Andrew Gould __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 10:27:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id E4F6F37B423 for ; Tue, 10 Apr 2001 10:27:41 -0700 (PDT) (envelope-from cdillon@wolves.k12.mo.us) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.3) with ESMTP id MAA25181; Tue, 10 Apr 2001 12:27:25 -0500 (CDT) (envelope-from cdillon@wolves.k12.mo.us) Date: Tue, 10 Apr 2001 12:27:25 -0500 (CDT) From: Chris Dillon To: David Kelly Cc: Larry Librettez , Gunther Schadow , Subject: Re: Who's got the cheapest 100-BT Ethernet NIC? In-Reply-To: <200104100109.f3A19XP30889@grumpy.dyndns.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 9 Apr 2001, David Kelly wrote: > Couple of months ago found a vendor with a box of pulled Intel > 10/100's and talked them down to 3 for $24. All 3 worked, as did > the other 6 purchased by those looking over my shoulder. Even if they didn't work, Intel supposedly has lifetime warranties on their cards (white-box or retail, so long as they're Intel brand cards). I haven't had to test that warranty yet, so I don't know how easy it is to take them up on it. We currently have over 500 Intel NICs from some old 82557 boards bought about six years ago all the way up past the 82559 to the new whatchamacallit with the 3DES encryption in it, and we've _never_ had one go bad. -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For IA32 and Alpha architectures. IA64, PPC, and ARM under development. http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 10:31:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alto.i-cable.com (alto.i-cable.com [210.80.60.4]) by hub.freebsd.org (Postfix) with ESMTP id 56F6937B422 for ; Tue, 10 Apr 2001 10:31:40 -0700 (PDT) (envelope-from lkthomas@hkicable.com) Received: from thomasq1rx10yf ([61.18.16.156]) by alto.i-cable.com (8.9.3/8.9.3) with ESMTP id BAA06100; Wed, 11 Apr 2001 01:31:59 +0800 (HKT) From: "Thomas Lau" To: "'Victor R. Cardona'" Cc: Subject: RE: BSDi and FreeBSD sold?!? Date: Wed, 11 Apr 2001 01:33:19 +0800 Message-ID: <000401c0c1e4$55e18080$9c10123d@thomasq1rx10yf> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <20010410121528.B13188@marx.marvic.chum> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What new program was added in BSDi ? -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Victor R. Cardona Sent: Wednesday, April 11, 2001 1:15 AM To: John Baxter Cc: 'FreeBSD Questions' Subject: Re: BSDi and FreeBSD sold?!? On Tue, Apr 10, 2001 at 11:15:01AM -0500, John Baxter wrote: > I am sure this is an old topic for most, but I am new to FreeBSD and I am > wondering. > I thought FreeBSD was free, how can a company buy it? What is the future of > FreeBSD? > It seems to me someone who 'buys' something has their own purpose for it. FreeBSD was not sold. BSDi sold its software division to Wind River. In other words, they sold their proprietary BSD/OS. The only obvious change will be when you order a box set of FreeBSD, and it has Wind River's logo instead of BSDi's. - v -- Victor R. Cardona vcardona@home.com "Behold the keyboard of Kahless, the greatest Klingon code warrior that ever lived!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 10:46:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.cylant.com (generic.cylant.com [208.205.160.35]) by hub.freebsd.org (Postfix) with ESMTP id 3257337B506 for ; Tue, 10 Apr 2001 10:46:45 -0700 (PDT) (envelope-from jesse@cylant.com) Received: from cylant.com (cylant@littleblue [208.205.160.34]) (authenticated (0 bits)) by smtp.cylant.com (8.11.1/8.11.1) with ESMTP id f3AHkZs18887 (using TLSv1/SSLv3 with cipher RC4-MD5 (128 bits) verified NO) for ; Tue, 10 Apr 2001 10:46:38 -0700 Message-ID: <3AD346FB.4E17A4E5@cylant.com> Date: Tue, 10 Apr 2001 10:46:35 -0700 From: Jesse McConnell Organization: Cylant Technology X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: port Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there any mechanism for me to know if my send-pr submit of a port actually worked? Jesse -- Jesse C. McConnell Cylant Technology jesse@cylant.com (541) 322-5656 x107 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 11: 9:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id 6785237B423 for ; Tue, 10 Apr 2001 11:09:23 -0700 (PDT) (envelope-from mwlucas@blackhelicopters.org) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id OAA17177 for questions@freebsd.org; Tue, 10 Apr 2001 14:09:22 -0400 (EDT) (envelope-from mwlucas) Date: Tue, 10 Apr 2001 14:09:21 -0400 From: Michael Lucas To: questions@freebsd.org Subject: fsck -- "bad super block: values in super block disagree..." Message-ID: <20010410140921.A17156@blackhelicopters.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Okay, I've finally rendered a FreeBSD system unbootable. -current as of this afternoon: acquring duplicate lock of same type: "allproc" 1st @ ../../kern/kern_proc.c:584 2nd @ ../../kern/kern_proc.c:143 swapon: adding /dev/ad0s2b as swap device Automatic boot in progress... /dev/ad0s2a: BAD SUPER BLOCK: VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST ALTERNATE /dev/ad0s2a: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. /dev/ad0s2a: Automatic file system check failed . . . help! Enter full pathname of shell or RETURN for /bin/sh: # fsck -y ** /dev/ad0s2a BAD SUPER BLOCK: VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST ALTERNATE /dev/ad0s2a: INCOMPLETE LABEL: type 4.2BSD fsize 0, frag 0, cpg 0, size 204800 ** /dev/ad0s2f BAD SUPER BLOCK: VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST ALTERNATE /dev/ad0s2f: INCOMPLETE LABEL: type 4.2BSD fsize 0, frag 0, cpg 0, size 12367932 ** /dev/ad0s2e BAD SUPER BLOCK: VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST ALTERNATE /dev/ad0s2e: INCOMPLETE LABEL: type 4.2BSD fsize 0, frag 0, cpg 0, size 204800 # I've never seen this error before, and there's nothing in the archives. Any suggestions? Thanks, ==ml -- Michael Lucas mwlucas@blackhelicopters.org http://www.blackhelicopters.org/~mwlucas/ Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 11:11:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from yertle.kciLink.com (yertle.kciLink.com [208.184.13.195]) by hub.freebsd.org (Postfix) with ESMTP id 6588E37B422 for ; Tue, 10 Apr 2001 11:11:08 -0700 (PDT) (envelope-from khera@kciLink.com) Received: from onceler.kciLink.com (onceler.kciLink.com [208.184.13.196]) by yertle.kciLink.com (Postfix) with ESMTP id 5B5542E45E for ; Tue, 10 Apr 2001 14:11:06 -0400 (EDT) Received: (from khera@localhost) by onceler.kciLink.com (8.11.3/8.11.1) id f3AIB6i73694; Tue, 10 Apr 2001 14:11:06 -0400 (EDT) (envelope-from khera@kciLink.com) X-Authentication-Warning: onceler.kciLink.com: khera set sender to khera@kciLink.com using -f To: questions@freebsd.org Subject: Re: NTPD 4.0.99k Patch? References: <007701c0beed$96096aa0$1eabcecf@accessus.net> From: Vivek Khera Date: 10 Apr 2001 14:11:06 -0400 In-Reply-To: <007701c0beed$96096aa0$1eabcecf@accessus.net> Message-ID: Lines: 20 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "SP" == Steven Petmecky writes: SP> Does anyone have a fully patched tarball of the ntpd 4.0.99k SP> FreeBSD port, that fixes the remote buffer overflow exploit? I've SP> got timeservers I really need to put back into service. cvsup sources to latest stable (aka 4.3-RC) cd /usr/src/usr.sbin/ntp make kill `cat /var/run/ntpd.pid` make install /usr/sbin/ntpd -p /var/run/ntpd.pid make clean -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Vivek Khera, Ph.D. Khera Communications, Inc. Internet: khera@kciLink.com Rockville, MD +1-240-453-8497 AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 11:17:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id B412E37B422 for ; Tue, 10 Apr 2001 11:17:32 -0700 (PDT) (envelope-from bartequi@neomedia.it) Received: (from httpd@localhost) by aragorn.neomedia.it (8.10.1/8.10.1) id f3AIHKe28228; Tue, 10 Apr 2001 20:17:20 +0200 (CEST) To: "Andrew C. Hornback" Subject: Re: The big hardware discussion (was: RE: BSDi Acquired by Embedded Computing Firm Wind River) Message-ID: <986926640.3ad34e30517d9@webmail.neomedia.it> Date: Tue, 10 Apr 2001 20:17:20 +0200 (CEST) From: Salvo Bartolotta Cc: FreeBSD Questions References: <004c01c0c1cf$fc45d580$0e00000a@tomcat> In-Reply-To: <004c01c0c1cf$fc45d580$0e00000a@tomcat> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.4-cvs X-WebMail-Company: Neomedia s.a.s. X-Originating-IP: 62.98.171.238 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Scrive "Andrew C. Hornback" : > > BTW, I have been applying the following Rules Of Thumb: > > > > 1) do NOT buy the cheapest hardware out there (without good reason); > > 2) do NOT (usually/normally) buy the most expensive hardware out > there; > > 3) gnothi sauton^W^W know your hardware & buy it at a trustworthy > > shop/whatever. > > While these are wonderful tips, I have one that I follow that may be a > bit easier to follow. Basically, I look at what is on the list of > supported hardware, and see what has been in circulation for a couple of > years and compare that to the number of complaints/problems that people > have using it under FreeBSD and use that to decide what I'm going to > use. Essentially, I agree. I should have expressed my thought more explicitly. However, a couple of years may be too conservative an approach. As you may have noticed, I have been tracking several FreeBSD mailing lists -- BTW, an excellent source of advice and information for that matter. In my previous post, I specifically recommended freebsd-hardware as a source of wisdom^W advice :-) Unfortunately, a number of people don't seem to be doing that. Well, in _this_ day and age: 1) people do not read (it's the culture of "images"); 2) people do not *want* to read; 3) people become *upset* if they are told to read -- let alone RTFM. :-)) The very recent email about CVS labelling (STABLE/BETA/RC; CURRENT vs. DEV[EL]) & cvsupfiles is instructive. -- Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 11:18:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f195.law8.hotmail.com [216.33.241.195]) by hub.freebsd.org (Postfix) with ESMTP id 099C337B423 for ; Tue, 10 Apr 2001 11:18:41 -0700 (PDT) (envelope-from dead_line@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 10 Apr 2001 11:18:40 -0700 Received: from 208.7.67.84 by lw8fd.law8.hotmail.msn.com with HTTP; Tue, 10 Apr 2001 18:18:40 GMT X-Originating-IP: [208.7.67.84] Reply-To: marwan@q8internet.net From: "Dead Line" To: freebsd-questions@freebsd.org Subject: colorls: .: Permission denied Date: Tue, 10 Apr 2001 18:18:40 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 10 Apr 2001 18:18:40.0856 (UTC) FILETIME=[AB675D80:01C0C1EA] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peace, Iam Using a Shell, when I go out from my Home Directry ( cd .. ) and do ls command the result is this, colorls: .: Permission denied So i cannot view anything outside my home directry. and ls command it works fine in my home directry. This is so nice. I would like to do it in my own Machine, How we do that ? deny users from using ls command out side thier home directry ? Iam on FreeBSD 4.2 - Release. Notice that this is not jail. Marwan. _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 11:29:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id D241037B423 for ; Tue, 10 Apr 2001 11:29:35 -0700 (PDT) (envelope-from jamescarr1984@ntlworld.com) Received: from host1 ([62.255.190.148]) by mta01-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with SMTP id <20010410182934.QJOX283.mta01-svc.ntlworld.com@host1> for ; Tue, 10 Apr 2001 19:29:34 +0100 Message-ID: <009b01c0c1ec$1ec5dc60$94beff3e@host1> Reply-To: "jamescarr1984" From: "jamescarr1984" To: Subject: rules Date: Tue, 10 Apr 2001 19:29:03 +0100 Organization: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0098_01C0C1F4.80164CE0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0098_01C0C1F4.80164CE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am setting up a small company which downloads linux/unix = distributions, burns them onto cd and sells copies at a small fee. Is = this legal to do, am I braking any rules or policies? What we are = aiming to save time and aid frustration for users who only have dial-up = access. =20 Thank-you for you time. James. ------=_NextPart_000_0098_01C0C1F4.80164CE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

I am setting up a small company which = downloads=20 linux/unix distributions, burns them onto cd and sells copies at a small = fee.  Is this legal to do, am I braking any rules or = policies?  What=20 we are aiming to save time and aid frustration for users who = only=20 have dial-up access.  
 
Thank-you for you time.
 
James.
------=_NextPart_000_0098_01C0C1F4.80164CE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 11:29:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.urx.com (mail.urx.com [63.170.19.36]) by hub.freebsd.org (Postfix) with ESMTP id 1B39437B422 for ; Tue, 10 Apr 2001 11:29:45 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com [206.159.132.160] by mail.urx.com with ESMTP (SMTPD32-6.06) id A117D5F10066; Tue, 10 Apr 2001 11:29:43 -0700 Message-ID: <3AD35117.A3EA4562@urx.com> Date: Tue, 10 Apr 2001 11:29:43 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Alvin Sim Cc: FreeBSD Questions Subject: Re: Installing port(s) from an NFS server References: <1510883389.20010410124052@yahoo.co.uk> <3AD317BB.4D2EB73@i-clue.de> <8531538810.20010411001740@yahoo.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alvin Sim wrote: > > Tuesday, April 10, 2001, 10:24:59 PM, you wrote: > > [snip... snip some...] > > >> example: > >> lets assume that i have installed vim on the server and now, i want > >> vim on the client as well. > > CS> Assuming your NFS is properly configured: > CS> client# mount server:/usr/ports /usr/ports > CS> client# cd /usr/ports/editors/vim > CS> client# make install > > this is exactly what i did (minus the make install), yes. > > >> i tried (after mounting /usr/ports (server) to /usr/ports (client)) > >> `make' in /usr/ports/editors/vim-lite but it seems that `make' is > >> making it on the server which, IMO, should be on the client? i didnt > >> try `make install' though. i was afraid that it would install (vim) > >> again on the server. > > CS> No. You mounted the hard disk from your server. Thus the build will > CS> execute on your client and install into your client. > > sorry but i'm not so clear on what you mean. if you're trying to say > that i mounted /usr/ports _from_ the server, no. but if you're saying > that i mounted the server from the client as stated in above steps > (which i did and think is correct), yes. I stumbled across the option "make package" recently when I did a "man ports". It does a make install but it also creates a tarball of the port as a package. I have a system with an AMD 900 and a system with dual 866 coppermines. They build ports about 3x faster than my slower machines. If you create the directory /usr/ports/packages and do a make package, you build the equivalent of what is on the distribution CDs in /cdrom/packages. You install them on the client computer using pkg_add commands. I nfs mounted the filesystem containing /usr/port/packages, did a "setenv PACKAGES "nfs_path/packages/All", and installed kde-2.1 as a package on my slower machines. I saved many hours of compiling for each system. I had to build a number of ports before it would finish the upgrades. The package files stick around if you end up doing a "make clean" and find that the port/work directories for a port and all of its dependancies have disappeared. I eventually solved that problem by creating an alias called makednc that does a make -DNOCLEANDEPENDS clean Kent > > >> so what i'd like to know is that is it possible for me to install a > >> port from the server to the client machine with nfs? > > CS> As shown above: yes. It's too simple to be true. > > CS> HTH > CS> -Christoph Sold > > -- > Alvin mailto:bsd140870@yahoo.co.uk > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 11:30:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dfw-smtpout2.email.verio.net (dfw-smtpout2.email.verio.net [129.250.36.42]) by hub.freebsd.org (Postfix) with ESMTP id 82A4337B423 for ; Tue, 10 Apr 2001 11:30:38 -0700 (PDT) (envelope-from yong@csfi.com) Received: from [129.250.38.56] (helo=dfw-corpmmp1.email.verio.net) by dfw-smtpout2.email.verio.net with esmtp id 14n2uR-0006QU-00 for freebsd-questions@freebsd.org; Tue, 10 Apr 2001 18:30:35 +0000 Received: from [204.1.38.26] (helo=yongdell) by dfw-corpmmp1.email.verio.net with smtp id 14n2uQ-0007EB-00 for freebsd-questions@FreeBSD.ORG; Tue, 10 Apr 2001 18:30:34 +0000 From: "Yong Lim" To: Subject: help new install won't boot... Date: Tue, 10 Apr 2001 14:32:22 -0400 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 IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I just installed 4.2 in an HP Kayak PII 400 system and the kernel won't load. I then reboot from the CD and go to the fixit menu and this is the warning I got: Warning: ldconfig could not create the ld.so hints file. Dynamic executables from the CDROM likely won't work. Has anyone install FreeBSD on one of these systems? Do have to set something important in the BIOS? Help... Yong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 12:10:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cybersurf.net (smtp2.cybersurf.net [209.197.145.112]) by hub.freebsd.org (Postfix) with ESMTP id CA67437B423 for ; Tue, 10 Apr 2001 12:10:52 -0700 (PDT) (envelope-from 01031149@3web.net) Received: from 3web.net ([209.197.155.144]) by smtp2.cybersurf.net (Netscape Messaging Server 4.15) with SMTP id GBLBY100.B3X for ; Tue, 10 Apr 2001 13:10:49 -0600 Received: by rockingd.calgary.ab.ca (EzMTS MTSAgent 1.22b Service) ; Tue, 10 Apr 01 13:09:51 -0600 for Received: from 3web.net (10.0.0.2) by rockingd.calgary.ab.ca (EzMTS MTSSmtp 1.23f Service) ; Tue, 10 Apr 01 11:34:30 -0600 for Received: by mandy.rockingd.calgary.ab.ca (sSMTP sendmail emulation); Tue, 10 Apr 2001 11:34:05 -0600 Date: Tue, 10 Apr 2001 11:34:04 -0600 From: Duke Normandin <01031149@3web.net> To: Ted Mittelstaedt Cc: FreeBSD Subject: Re: BSDi Acquired by Embedded Computing Firm Wind River Message-ID: <20010410113403.C206595@mandy.rockingd.calgary.ab.ca> Mail-Followup-To: Ted Mittelstaedt , FreeBSD References: <001f01c0c192$603efaa0$1401a8c0@tedm.placo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001f01c0c192$603efaa0$1401a8c0@tedm.placo.com>; from "Ted Mittelstaedt" on Tue, Apr 10, 2001 at 12:46:39AM X-Envelope-Receiver: , Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 10, 2001 at 12:46:39AM -0700, Ted Mittelstaedt wrote: > When discussing desktops and servers in context together, here > is the definition: Once again, more pieces to the Unix (et al) jig-saw.... ;) > Server: That which is intended and generally provides services to desktops, > over the network. > > Desktop: That which is primary purpose is to serve as a user interface > between the human and the services provided by servers on the network. So the "dumb terminal" hung on a DEC mainframe that I use to have in my office would then fall into this category? Is it then accurate to say that the terms "workstation" and "client" also fall into this category in a distributed processing model? > But, before we forget, there's one other type of system: > > standalone: A host that is intended and generally uses services that it > provides itself, and where network connectivity is not particularly critical > to it's operation. So a "standalone" can behave as both a server *and* a client/desktop/WS? > Basically, a desktop is used by one person to access resources > on the network. A server is used by many people that are accessing > it's resources over the network. A standalone is used by a person that's > only using services provided by that machine - regardless of whether it's > connected to a network or not. > > Of course, many corporate networks are somewhat fuzzy, in that often > users may spend much time running Word or Excel and just using their > own desktop's resources. But, then when it's time to share their > files they copy them up to a server, or e-mail them to each other, > they usually don't share out sections of their hard disk. In these > cases the intent, particular by the corporation, is that the desktop > system does not provide services on the network. Also, the intent > by the corporation is that the user assigned to the desktop use it > to access other network resources, particularly shared calendaring, > e-mail, files, etc. Also, Word and Excel are primariarly user interfaces > to the actual physical data in the computer. > > What's confusing is that many people have taken the word desktop used it > when they are talking about a consumer standalone system. One rule of thumb > is that if you can pull the network connection out of it and not notice, > it's probably a standalone. I think that I've made that very mistake, but with a twist. The server/client or server/work-station distinction were/are clear to me for the most part. However, for some reason, I interpreted a "desktop" machine as one running X-Windows and used as what you describe as a desktop above. I guess that it hadn't sunk in that your "desktop" machine could very well be running only console apps. The previous discussions on this thread are now fitting into place a bit better, ;) -- -duke Calgary, Alberta, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 12:11:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns-exch05.jccc.net (ns-exch05.jccc.net [198.248.56.5]) by hub.freebsd.org (Postfix) with ESMTP id 98F1B37B422 for ; Tue, 10 Apr 2001 12:11:28 -0700 (PDT) (envelope-from ndunker@jccc.net) Received: by ns-exch05 with Internet Mail Service (5.5.2653.19) id ; Tue, 10 Apr 2001 14:09:23 -0500 Message-ID: From: Noah Dunker To: 'jamescarr1984' Cc: "'freebsd-questions@freebsd.org'" Subject: RE: rules Date: Tue, 10 Apr 2001 14:09:23 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Not breaking any rules here. I'd consult the FreeBSD License Agreement, and the GNU GPL Version 2 for more information. I don't remember the specifics, but when selling GPL Materials, I don't think you're allowed to charge an unreasonable fee for just the media. If you are packaging printed manuals or selling the product with technical support, you can charge whatever you want for that. This is how Red Hat operates. The BSD license is extremely flexible though, and I think it's requirements are much less stringent than the GPL. Here are some handy URLs for more research: http://www.gnu.org/copyleft/gpl.html http://www.freebsd.org/copyright/copyright.html -----Original Message----- From: jamescarr1984 [mailto:jamescarr1984@ntlworld.com] Sent: Tuesday, April 10, 2001 1:29 PM To: freebsd-questions@FreeBSD.ORG Subject: rules I am setting up a small company which downloads linux/unix distributions, burns them onto cd and sells copies at a small fee. Is this legal to do, am I braking any rules or policies? What we are aiming to save time and aid frustration for users who only have dial-up access. Thank-you for you time. James. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 12:15:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grumpy.dyndns.org (user-24-214-76-236.knology.net [24.214.76.236]) by hub.freebsd.org (Postfix) with ESMTP id E874937B424 for ; Tue, 10 Apr 2001 12:15:10 -0700 (PDT) (envelope-from dkelly@grumpy.dyndns.org) Received: (from dkelly@localhost) by grumpy.dyndns.org (8.11.3/8.11.3) id f3AJEv008279; Tue, 10 Apr 2001 14:14:57 -0500 (CDT) (envelope-from dkelly) Date: Tue, 10 Apr 2001 14:14:57 -0500 From: David Kelly To: Trevin Chow Cc: questions@FreeBSD.ORG Subject: Re: Firewall rules causing SSH disconects? Message-ID: <20010410141457.A8255@grumpy.dyndns.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from tmchow@sfu.ca on Mon, Apr 09, 2001 at 09:43:01PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 09, 2001 at 09:43:01PM -0700, Trevin Chow wrote: > Hi everyone, > > I'm just wondering what possible firewall rules (if any) could cause > problems with random SSH disconnections. I'm trying to troubleshoot my > situation here, and I'm unsure if it has to do with failing routers on the > internet somewhere, or my own configuration. > > The situatino is basically that I'm able to connect via SSH to my box > remotely, but I'll get disconnected after a varying amount of time. > > Is it possible that a firewall rule is causing this? I wouldn't think > so..but I could be wrong. Anyone else have any ideas about this? someone > else mentioned to try turning "KeepAlive" to off to see what happens, but > that didn't solve anything. Ascend/Lucent Pipelines have a brain dead method of pruning their connection state tables. The default is once every 24 hours but once the max (~500) its terribly hard to get out because its not smart enough to delete the oldest to make room for new. And it doesn't appear to be smart enough to drop the state on close. We usually discovered this limit in 12 to 18 hours of runtime so I set the purge at 2 hours. Works for most everyone but if I don't keep my ssh link fairly busy the connection is dropped by the firewall. Then again this might have more to do with NAT in the Pipeline than firewall altho the two are hard to tell apart. So this might be what is happening to you too if there is a Lucent SecureConnect Firewall between endpoints. Playing with keep-state and check-state in ipfw I found the default timer values to be way too fast. Only played with it for about an hour but observed connection states were dropped when netstat said the socket was still open, and my applications were crying because they too were upset about their connections failing. Maybe I wrote the ipfw rule(s) wrong. Used a simple "allow all outgoing tcp connection from this host to any and keep-state". Maybe it was keeping state of "connection in progress" when I intended only the act of connecting was allowed to establish a pass rule between two hosts. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 12:20:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 5443C37B422 for ; Tue, 10 Apr 2001 12:20:55 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.11.3/8.11.3) id f3AJKmJ25454; Tue, 10 Apr 2001 14:20:49 -0500 (CDT) (envelope-from dan) Date: Tue, 10 Apr 2001 14:20:48 -0500 From: Dan Nelson To: marwan@q8internet.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: colorls: .: Permission denied Message-ID: <20010410142048.A15176@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: ; from "Dead Line" on Tue Apr 10 18:18:40 GMT 2001 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Apr 10), Dead Line said: > Iam Using a Shell, when I go out from my Home Directry ( cd .. ) > and do ls command the result is this, > colorls: .: Permission denied > > So i cannot view anything outside my home directry. > and ls command it works fine in my home directry. > This is so nice. It's not that; it's just that the admin has removed read permission from /home, but left execute permission on. That way you can only cd into dubsirectories if you know the name if the subdir. Try cding to /bin and run ls. I bet it will work. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 12:24:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns10.nokia.com (ns10.nokia.com [131.228.6.229]) by hub.freebsd.org (Postfix) with ESMTP id 1A5B537B422 for ; Tue, 10 Apr 2001 12:24:32 -0700 (PDT) (envelope-from dahir.osman@nokia.com) Received: from nokia.com ([172.18.72.196]) by ns10.nokia.com (8.8.8/8.6.9) with ESMTP id WAA10096 for ; Tue, 10 Apr 2001 22:24:29 +0300 (EET DST) Message-ID: <3AD35DA3.8962096A@nokia.com> Date: Tue, 10 Apr 2001 15:23:15 -0400 From: Dahir Osman Organization: Nokia X-Mailer: Mozilla 4.74 [en] (X11; U; FreeBSD 3.4-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: setitimer error Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Could someone tell me in what circumstances we get the following PANIC Fatal error 'Cannot set scheduling timer' at line ? in file /usr/src/lib/libc_r/uthread/uthread_kern.c I am running a multithreaded application on FreeBSD 3.4-RELEASE. The application is both cpu and i/o intensive. This only happens after the application has been running for a long period of time (7 hrs). Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 12:25:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grumpy.dyndns.org (user-24-214-76-236.knology.net [24.214.76.236]) by hub.freebsd.org (Postfix) with ESMTP id 3E13337B422 for ; Tue, 10 Apr 2001 12:25:33 -0700 (PDT) (envelope-from dkelly@grumpy.dyndns.org) Received: (from dkelly@localhost) by grumpy.dyndns.org (8.11.3/8.11.3) id f3AJOlq08292; Tue, 10 Apr 2001 14:24:47 -0500 (CDT) (envelope-from dkelly) Date: Tue, 10 Apr 2001 14:24:47 -0500 From: David Kelly To: Chris Dillon Cc: Larry Librettez , Gunther Schadow , freebsd-questions@FreeBSD.ORG Subject: Re: Who's got the cheapest 100-BT Ethernet NIC? Message-ID: <20010410142447.B8255@grumpy.dyndns.org> References: <200104100109.f3A19XP30889@grumpy.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from cdillon@wolves.k12.mo.us on Tue, Apr 10, 2001 at 12:27:25PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 10, 2001 at 12:27:25PM -0500, Chris Dillon wrote: > On Mon, 9 Apr 2001, David Kelly wrote: > > > Couple of months ago found a vendor with a box of pulled Intel > > 10/100's and talked them down to 3 for $24. All 3 worked, as did > > the other 6 purchased by those looking over my shoulder. > > Even if they didn't work, Intel supposedly has lifetime warranties on > their cards (white-box or retail, so long as they're Intel brand > cards). > > I haven't had to test that warranty yet, so I don't know how easy it > is to take them up on it. We currently have over 500 Intel NICs from > some old 82557 boards bought about six years ago all the way up past > the 82559 to the new whatchamacallit with the 3DES encryption in it, > and we've _never_ had one go bad. Come to think of it, I knew Intel had that nice warranty. Have one that was hit by lightning that I should look into collecting. Most of the boards this vendor had were the '557 but a couple of '558's. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 12:27:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from switch01.switch.no (c13048.catch.sdsl.no [217.8.130.48]) by hub.freebsd.org (Postfix) with ESMTP id CA86737B422 for ; Tue, 10 Apr 2001 12:27:29 -0700 (PDT) (envelope-from ros@switch.no) Received: by switch01.switch.no with Internet Mail Service (5.5.2650.21) id ; Tue, 10 Apr 2001 21:20:05 +0200 Message-ID: From: Roger Svenning To: Trevin Chow Cc: questions@FreeBSD.ORG Subject: SV: Firewall rules causing SSH disconects? Date: Tue, 10 Apr 2001 21:19:57 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Make sure you don't have any IP address conflicts on the network, either involving your local machine or the server. This is just a long shot but it happened to me some weeks ago and it took me days to figure out as the disconnects sometimes occured just seconds after I connected and sometimes it took several hours. I've also had a problem with some dedicated firewalls that disconnects idle connections after a given amount of time. -Roger > -----Opprinnelig melding----- > Fra: David Kelly [mailto:dkelly@hiwaay.net] > Sendt: 10. april 2001 21:15 > Til: Trevin Chow > Kopi: questions@FreeBSD.ORG > Emne: Re: Firewall rules causing SSH disconects? > > > On Mon, Apr 09, 2001 at 09:43:01PM -0700, Trevin Chow wrote: > > Hi everyone, > > > > I'm just wondering what possible firewall rules (if any) could cause > > problems with random SSH disconnections. I'm trying to > troubleshoot my > > situation here, and I'm unsure if it has to do with failing > routers on the > > internet somewhere, or my own configuration. > > > > The situatino is basically that I'm able to connect via SSH > to my box > > remotely, but I'll get disconnected after a varying amount of time. > > > > Is it possible that a firewall rule is causing this? I > wouldn't think > > so..but I could be wrong. Anyone else have any ideas about > this? someone > > else mentioned to try turning "KeepAlive" to off to see > what happens, but > > that didn't solve anything. > > Ascend/Lucent Pipelines have a brain dead method of pruning their > connection state tables. The default is once every 24 hours > but once the > max (~500) its terribly hard to get out because its not smart > enough to > delete the oldest to make room for new. And it doesn't appear to be > smart enough to drop the state on close. We usually discovered this > limit in 12 to 18 hours of runtime so I set the purge at 2 > hours. Works > for most everyone but if I don't keep my ssh link fairly busy the > connection is dropped by the firewall. > > Then again this might have more to do with NAT in the Pipeline than > firewall altho the two are hard to tell apart. > > So this might be what is happening to you too if there is a Lucent > SecureConnect Firewall between endpoints. > > Playing with keep-state and check-state in ipfw I found the default > timer values to be way too fast. Only played with it for about an hour > but observed connection states were dropped when netstat said > the socket > was still open, and my applications were crying because they too were > upset about their connections failing. > > Maybe I wrote the ipfw rule(s) wrong. Used a simple "allow > all outgoing > tcp connection from this host to any and keep-state". Maybe it was > keeping state of "connection in progress" when I intended only the act > of connecting was allowed to establish a pass rule between two hosts. > > -- > David Kelly N4HHE, dkelly@hiwaay.net > ===================================================================== > The human mind ordinarily operates at only ten percent of its > capacity -- the rest is overhead for the operating system. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 12:54:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail19.sdc1.sfba.home.com (femail19.sdc1.sfba.home.com [24.0.95.128]) by hub.freebsd.org (Postfix) with ESMTP id 1A17B37B423 for ; Tue, 10 Apr 2001 12:54:10 -0700 (PDT) (envelope-from vcardona@home.com) Received: from marx.marvic.chum ([24.17.229.11]) by femail19.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010410195409.VLBD12937.femail19.sdc1.sfba.home.com@marx.marvic.chum>; Tue, 10 Apr 2001 12:54:09 -0700 Received: (from vcardona@localhost) by marx.marvic.chum (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) id f3AJvlj14308; Tue, 10 Apr 2001 14:57:47 -0500 Date: Tue, 10 Apr 2001 14:57:46 -0500 From: "Victor R. Cardona" To: Thomas Lau Cc: freebsd-questions@FreeBSD.ORG Subject: Re: BSDi and FreeBSD sold?!? Message-ID: <20010410145746.A14219@marx.marvic.chum> Mail-Followup-To: Thomas Lau , freebsd-questions@FreeBSD.ORG References: <20010410121528.B13188@marx.marvic.chum> <000401c0c1e4$55e18080$9c10123d@thomasq1rx10yf> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i In-Reply-To: <000401c0c1e4$55e18080$9c10123d@thomasq1rx10yf>; from lkthomas@hkicable.com on Wed, Apr 11, 2001 at 01:33:19AM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Apr 11, 2001 at 01:33:19AM +0800, Thomas Lau wrote: > What new program was added in BSDi ? BSD/OS is the proprietary variant of 4.4 BSD Lite. It is related to the other BSDs (i.e. Open|Net|Free) but it is not the same. - v -- Victor R. Cardona vcardona@home.com "Behold the keyboard of Kahless, the greatest Klingon code warrior that ever lived!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 13: 9:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dfw-smtpout1.email.verio.net (dfw-smtpout1.email.verio.net [129.250.36.41]) by hub.freebsd.org (Postfix) with ESMTP id B7B4A37B423 for ; Tue, 10 Apr 2001 13:09:40 -0700 (PDT) (envelope-from yong@csfi.com) Received: from [129.250.38.56] (helo=dfw-corpmmp1.email.verio.net) by dfw-smtpout1.email.verio.net with esmtp id 14n4SJ-00047E-00 for freebsd-questions@freebsd.org; Tue, 10 Apr 2001 20:09:39 +0000 Received: from [204.1.38.26] (helo=yongdell) by dfw-corpmmp1.email.verio.net with smtp id 14n4SI-0003tu-00 for freebsd-questions@FreeBSD.ORG; Tue, 10 Apr 2001 20:09:38 +0000 From: "Yong Lim" To: Subject: can't load 'kernel' on HP Kayak 05xx series... Date: Tue, 10 Apr 2001 16:11:25 -0400 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 IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20010410145746.A14219@marx.marvic.chum> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Sorry, if this is a repost but I send the question earlier but I was not subscripted to this list and was not sure if the question got thru. I got an HP Kayak PII 400 05xx series and installed 4.2 on it and this is what I get when I first reboot the system. By the way after a few installs; I borrowed a copy of Win98 and after a long install Win98 came up okay. Here's the display message on a new install and reboot: BTX loader 1.00 BTX version is 1.01 Console: internal video/keyboard BIOS drive A: is disk0 BIOS drive C: is disk1 BIOS 638kB/129984kB available memory FreeBSD/i386 bootstrap loader, Revision 0.8 (jkh@bento.FreeBSD.org, Mon Nov 20 11:41:23 GMT 2000) Hit [Enter] to boot immediately, or any other key for command prompt Booting [kernel]... can't load 'kernel' can't load 'kernel.old' It is also take quite awhile between the line "(jkh@bento..." to the "Hit [Enter..." Then of course the "Booting [kernel]" and "can't load" takes a few minutes. I'm not sure whether the system is bad or I missed some steps in the installation. I had install a 4.0 awhile back with success. Any help will be appreciated... Yong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 13:15:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dualcpus.com (dualcpus.com [65.160.20.195]) by hub.freebsd.org (Postfix) with SMTP id 4DEE637B423 for ; Tue, 10 Apr 2001 13:15:32 -0700 (PDT) (envelope-from jgowdy@home.com) Received: (qmail 50425 invoked from network); 10 Apr 2001 20:15:28 -0000 Received: from server.sherline.net (HELO server2) (hasdf@216.120.87.3) by dualcpus.com with SMTP; 10 Apr 2001 20:15:28 -0000 Message-ID: <001801c0c1fa$fd311150$035778d8@sherline.net> From: "Jeremiah Gowdy" To: "jamescarr1984" , References: <009b01c0c1ec$1ec5dc60$94beff3e@host1> Subject: Re: rules Date: Tue, 10 Apr 2001 13:15:29 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am setting up a small company which downloads linux/unix distributions, burns them onto cd and sells copies at a small fee. Is this legal to do, am I braking any rules or policies? What we are aiming to save time and aid frustration for users who only have dial-up access. Well I thought the FreeBSD ISO image belongs to Walnut Creek/BSDi/whoever/new. You can make your own original ISO image, but I don't believe you can just resell theirs. FreeBSD is free, the ISO images are copyrighted, I believe. I may be wrong, but we covered something of this nature at the San Diego BSD User meet. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 13:17:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alchemistry.net (alchemistry.net [160.79.102.254]) by hub.freebsd.org (Postfix) with ESMTP id 4C3E037B422 for ; Tue, 10 Apr 2001 13:17:43 -0700 (PDT) (envelope-from rabbit@alchemistry.net) Received: from rabbit by alchemistry.net with local (Exim 3.22 #1) id 14n4Zr-0006Wd-00 for freebsd-questions@freebsd.org; Tue, 10 Apr 2001 16:17:27 -0400 Date: Tue, 10 Apr 2001 16:17:26 -0400 From: Ilya To: freebsd-questions@freebsd.org Subject: cant remove files with "operation not allowed error" Message-ID: <20010410161726.A25069@krel.org> Reply-To: mail@krel.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, on my laptop i went for current to see if it will help me out with pcmcia, it didnt, so i went back to stable. but now there are several files i cannot delete (some lib files and old kernel modules), rm doesnt work, i can cp them, i can mv them in same partition, but not to a different one. one time i got crosslink error, but i always get "operation not allowed" when i try to remove them. i have run fsck numerouse times and it had found no problems with my drives. any suggestions? thx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 13:27:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id A3EA337B423 for ; Tue, 10 Apr 2001 13:27:07 -0700 (PDT) (envelope-from freebsd@XtremeDev.com) Received: by mail.XtremeDev.com (Postfix, from userid 1007) id 705F01362D; Tue, 10 Apr 2001 14:27:03 -0600 (MDT) Received: from localhost (localhost [127.0.0.1]) by mail.XtremeDev.com (Postfix) with ESMTP id 4F9C9D931; Tue, 10 Apr 2001 14:27:03 -0600 (MDT) Date: Tue, 10 Apr 2001 14:27:03 -0600 (MDT) From: FreeBSD To: Jan Grant Cc: questions Subject: Re: Cyrus-IMAPd and postfix In-Reply-To: Message-ID: <20010410142443.S891-100000@Amber.XtremeDev.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 10 Apr 2001, Jan Grant wrote: > In no particular order: you can have users that only exist in Cyrus. > These need sasldb password entries. You also can have users that exist > in /etc/passwd, etc. These can also have entries in sasldb, _or_ they > can authenticate against the system passwrod database. > > That's the job of pwcheck: you (imapd, actually) give it a username and > password, and it checks it against the system database. > > You _can_ (if I recall correctly) configure cyrus to create user > mailboxes "on the fly". Otherwise, before you can deliver mail to a user > you'll need to make them a mailbox. Using cyradm to do something like: > > cm user.foobar > > is sufficient if "foobar" is a system user. Ah. Is it possible to configure pwcheck to act in a fall back manner? Meaning it checks sasldb for that user first, then system shadowed passwords? Thanks for the help. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 13:30: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f170.pav1.hotmail.com [64.4.31.170]) by hub.freebsd.org (Postfix) with ESMTP id 13F8237B422 for ; Tue, 10 Apr 2001 13:30:01 -0700 (PDT) (envelope-from netalchemist@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 10 Apr 2001 13:29:57 -0700 Received: from 209.204.121.38 by pv1fd.pav1.hotmail.msn.com with HTTP; Tue, 10 Apr 2001 20:29:53 GMT X-Originating-IP: [209.204.121.38] Reply-To: kam@salsolutions.net From: "Kam Salisbury" To: grog@lemis.com Cc: freebsd-questions@freebsd.org Subject: Re: Vinum volume restore help? *UPDATE#2 & Final Date: Tue, 10 Apr 2001 20:29:53 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 10 Apr 2001 20:29:57.0320 (UTC) FILETIME=[02246480:01C0C1FD] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mr. Lehey, many thanks for your time and putting up with my disjointed information. The machine in question was so badly mangled I could not even get the logs out of it at 1am EST. So... replacements of flakey hardware later this week and it will be reloaded from scratch. What happened? 1. System was runing fine, custom kernel with SMP turned on as well as ATAPI DMA (I know, I know... bad move). All uninstalled hardware was stripped from the custom kernel such as SCSI devices and such. The main system disk, a 10GB Seagate was feeling perky at UMDA4 (HPT366 built in UDMA controller primary channel) on the Abit BP6 dual celeron 400 board with 196MB RAM. The data drives were on the secondary controller, a 20GB Western Digital and a 20.4GB Samsung. They were setup up as a vinum mirror using directions from freebsddiary.org (I know, another mistake as I should have used the freebsddiary stuff as an example and referenced the man pages. I learned a great deal from the man pages after the enevitible happened.) So... there I was running a machine with no real understanding of how the mirror actually works. I do however, have an intermediate grasp of many other functions of FreeBSD. Gosh I love this Operating System. :] 2. So, just like scuba diving, it was not just one thing that went wrong but rather many things gone wrong from the begining tat did me in. I cvsup'ed the system, make build world, make install world, recompiled my custom kernel. I then initiated the begining of the end. I began changing BIOS settings and UDMA modes of the built in HPT366 (Hotrod ATA66) controller in an effort to squeeze performance out of the disks as well as nullify any buffer underruns for my CDRW which is on the standard IDE motherboard controller. That, is what did me in. (Yes, this reply is sort-of meant to stop others from making the same mistakes) At some point in changing UDMA modes the disks slices and labels got trashed beyond recognition. 3. I desperately sent off a plea for help to freebsd-questions and the author of Vinum. Hoping that someone would say the "Oh, no problem just follow these directions..." Sadly, this did not happen. Not only did I not provide good information for people to help me with, I did not fully understand the problem myself. 4. I went back to my paper log of steps accomplished during the install and reconfiguration of the system. Since I did not want to trash the system further (there was data on the vinum mirror that had not been backed up) I fired up VMware on my Win2K box in an effort to duplicate the situation so I could experiment. I also copid off all the files existing from the latest backup (Which was incomplete, again, another thing gone wrong but I had not checked it so I am the only one to fault) to another location for inspection. I looked up the vinum man page and many other unofficial vinum snippits from a newsgroup that Google found. Now I could actually begin to learn from my mistake. I had already accepted that my data was most likely gone. 5. I learned that in modifying the BIOS settings for a storage device and then expecting FreeBSD and vinum to magically know the changes was the number one mistake. That is how the system unstabilized. Where do I go from here. Well, with tail between my legs, my cat dutifully laid behind me in my desk chair as I performed several hardware upgrades to the machine and began reloading it from scratch. Needless to say, now that I have a beginner knowledge of how vinum works I can design my storage solution much better that the hap ahzard way I had previously accomplished. Thanks to all who spent a few (or more) brain cycles on my foolishness. Hopefully, my next questions to the list will be better founded and described. Kam. >From: Greg Lehey >To: kam@salsolutions.net >CC: freebsd-questions@freebsd.org >Subject: Re: Vinum volume restore help? *UPDATE#1 >Date: Tue, 10 Apr 2001 10:48:53 +0930 > >[Format recovered--see http://www.lemis.com/email/email-format.html] > >The quoted text was badly mutilated. > >On Monday, 9 April 2001 at 19:10:35 -0000, Kam Salisbury wrote: > > Well, I have been trying to duplicate the situation using VMware (great > > program for anyone just "trying things out") and noticed that one of the > > steps for creating my vinum volumes from the FreeBSD Diary is that I >have to > > "disklabel -e ad3" so that I can change the volume type to vinum. > >Well, nothing against the FreeBSD diary, but it's sad when people >choose to read it rather than the man page: -snipped text _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 13:35:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes04-hme0.telusplanet.net (fepout2.telus.net [199.185.220.237]) by hub.freebsd.org (Postfix) with ESMTP id 489B237B422 for ; Tue, 10 Apr 2001 13:35:45 -0700 (PDT) (envelope-from tmchow@sfu.ca) Received: from CRX.sfu.ca ([209.53.63.29]) by priv-edtnes04-hme0.telusplanet.net (InterMail vM.4.01.03.10 201-229-121-110) with ESMTP id <20010410203540.MTVI27239.priv-edtnes04-hme0.telusplanet.net@CRX.sfu.ca>; Tue, 10 Apr 2001 14:35:40 -0600 Message-Id: <5.0.2.1.2.20010410133946.025ead78@popserver.sfu.ca> X-Sender: tmchow@popserver.sfu.ca X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Tue, 10 Apr 2001 13:41:03 -0700 To: Roger Svenning From: Trevin Chow Subject: Re: SV: Firewall rules causing SSH disconects? Cc: questions@FreeBSD.ORG In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Roger, There isn't a conflicting IP from what I can tell.... With the firewall cutting off idle connections -- it's possible but I dont' think it's related. The reason I say this is because after it disconnects, I can't reconnect immediately as it just refused connections... it's as if my box is dead. I have to wait a few minutes to reconnect, but then I'm in the same trouble again. At 09:19 PM 4/10/2001 +0200, Roger Svenning wrote: >Hi > >Make sure you don't have any IP address conflicts on the network, either >involving your local machine or the server. > >This is just a long shot but it happened to me some weeks ago and it took me >days to figure out as the disconnects sometimes occured just seconds after I >connected and sometimes it took several hours. > >I've also had a problem with some dedicated firewalls that disconnects idle >connections after a given amount of time. > >-Roger > > > > -----Opprinnelig melding----- > > Fra: David Kelly [mailto:dkelly@hiwaay.net] > > Sendt: 10. april 2001 21:15 > > Til: Trevin Chow > > Kopi: questions@FreeBSD.ORG > > Emne: Re: Firewall rules causing SSH disconects? > > > > > > On Mon, Apr 09, 2001 at 09:43:01PM -0700, Trevin Chow wrote: > > > Hi everyone, > > > > > > I'm just wondering what possible firewall rules (if any) could cause > > > problems with random SSH disconnections. I'm trying to > > troubleshoot my > > > situation here, and I'm unsure if it has to do with failing > > routers on the > > > internet somewhere, or my own configuration. > > > > > > The situatino is basically that I'm able to connect via SSH > > to my box > > > remotely, but I'll get disconnected after a varying amount of time. > > > > > > Is it possible that a firewall rule is causing this? I > > wouldn't think > > > so..but I could be wrong. Anyone else have any ideas about > > this? someone > > > else mentioned to try turning "KeepAlive" to off to see > > what happens, but > > > that didn't solve anything. > > > > Ascend/Lucent Pipelines have a brain dead method of pruning their > > connection state tables. The default is once every 24 hours > > but once the > > max (~500) its terribly hard to get out because its not smart > > enough to > > delete the oldest to make room for new. And it doesn't appear to be > > smart enough to drop the state on close. We usually discovered this > > limit in 12 to 18 hours of runtime so I set the purge at 2 > > hours. Works > > for most everyone but if I don't keep my ssh link fairly busy the > > connection is dropped by the firewall. > > > > Then again this might have more to do with NAT in the Pipeline than > > firewall altho the two are hard to tell apart. > > > > So this might be what is happening to you too if there is a Lucent > > SecureConnect Firewall between endpoints. > > > > Playing with keep-state and check-state in ipfw I found the default > > timer values to be way too fast. Only played with it for about an hour > > but observed connection states were dropped when netstat said > > the socket > > was still open, and my applications were crying because they too were > > upset about their connections failing. > > > > Maybe I wrote the ipfw rule(s) wrong. Used a simple "allow > > all outgoing > > tcp connection from this host to any and keep-state". Maybe it was > > keeping state of "connection in progress" when I intended only the act > > of connecting was allowed to establish a pass rule between two hosts. > > > > -- > > David Kelly N4HHE, dkelly@hiwaay.net > > ===================================================================== > > The human mind ordinarily operates at only ten percent of its > > capacity -- the rest is overhead for the operating system. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 13:37:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id 997C237B422 for ; Tue, 10 Apr 2001 13:37:45 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.3/8.11.3) id f3AKbs206327 for freebsd-questions@freebsd.org; Tue, 10 Apr 2001 22:37:54 +0200 (CEST) (envelope-from stijn) Date: Tue, 10 Apr 2001 22:37:54 +0200 From: Stijn Hoop To: freebsd-questions@freebsd.org Subject: Matrox G450 & DRI Message-ID: <20010410223754.A5386@pcwin002.win.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Is it possible to enable DRI using a Matrox G450 on FreeBSD-4.3RC with XFree86-4.0.3? I've got it to the point where the drm & mga kernel modules are loaded (I built XFree85-4.0.3 with the beta mga drivers, and built the kernel modules roughly according to the instructions at http://wop21.wop.wtb.tue.nl/freebsd/hwaccel.html, modified somewhat for XFree86-4.0.3). dmesg reports this: drm0: mem 0xdf000000-0xdf7fffff,0xdf800000-0xdf803fff,0xe2000000-0xe3ffffff irq 11 at device 0.0 on pci1 info: [drm] AGP at 0xe4000000 64MB info: [drm] Initialized mga 1.0.0 19991213 on minor 0 However, now X reports this: (II) MGA(0): [drm] bpp: 16 depth: 16 (II) MGA(0): [drm] Sarea 2196+632: 2828 (0): [drm] created "mga" driver at busid "PCI:1:0:0" (0): [drm] added 4096 byte SAREA at 0xd13d3000 (0): [drm] mapped SAREA 0xd13d3000 to 0x2826f000 (0): [drm] framebuffer handle = 0xe2000000 (0): [drm] added 1 reserved context for kernel (EE) MGA(0): [drm] MGADRIScreenInit failed (DRM version = 1.0.0, expected 2.0.x). Disabling DRI. Which is of course not what I want. Has anyone gotten this card to use DRI yet? I'd really like to know. --Stijn -- I wish there was a knob on the TV to turn up the intelligence. There's a knob called `brightness', but it doesn't work." -- Gallagher To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 13:40:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id 4245A37B422; Tue, 10 Apr 2001 13:40:48 -0700 (PDT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from deneb (deneb [128.130.111.2]) by vexpert.dbai.tuwien.ac.at (8.11.1/8.11.1) with ESMTP id f3AKehe17178; Tue, 10 Apr 2001 22:40:44 +0200 (MET DST) Date: Tue, 10 Apr 2001 22:40:43 +0200 (CEST) From: Gerald Pfeifer To: Jeff Miller Cc: BSD-Emulation List , BSD-Questions List Subject: Re: [emulation] Wine 20010305 on 4.02-20010409-STABLE In-Reply-To: <011a01c0c1e1$b97467f0$1202a8c0@domainbank.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 10 Apr 2001, Jeff Miller wrote: > Has anyone gotten Wine 20010305 to run on 4.2-20010409-STABLE, X 3.36 and > KDE 2.1.1? I am recieving the 'Protocol error: process 0x8069000: partial > recvmsg 0 from fd' I'm not using KDE 2.x, but Wine 20010326 runs just fine on 4.2-RELEASE with XFree 3.x, you might want to try this version of the port. (I upgraded the Wine port just a few days ago, that's when I did my tests.) HTH, Gerald To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 13:42:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ma6.grote.com (mail.grote.com [12.30.73.254]) by hub.freebsd.org (Postfix) with ESMTP id 6AF3837B423 for ; Tue, 10 Apr 2001 13:42:25 -0700 (PDT) (envelope-from matt.trembley@grote.com) Received: by MA6 with Internet Mail Service (5.5.2653.19) id <2VVG3SFM>; Tue, 10 Apr 2001 15:42:14 -0500 Message-ID: <9F4F1AE59A6BD311B7DE000629507AC9B46D71@MA6> From: "Trembley, Matt" To: "'questions@freebsd.org'" Subject: CD installation Date: Tue, 10 Apr 2001 15:42:13 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm completely new to FreeBSD, but not to computers. On install cd 1 I can't find any file that would allow this cd to boot. There is no install.bat as the book calls for. Am I missing something or do I have to do a floppy install. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 13:50:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from daisymae.austintx.com (mail.austintx.com [208.24.54.99]) by hub.freebsd.org (Postfix) with ESMTP id 9F73937B423 for ; Tue, 10 Apr 2001 13:50:37 -0700 (PDT) (envelope-from rgreene@austintx.com) Received: from austintx.com (IDENT:rgreene@[208.24.52.135]) by daisymae.austintx.com (8.9.3/8.9.3) with ESMTP id PAA22484; Tue, 10 Apr 2001 15:47:59 -0500 Message-ID: <3AD37408.9B2B71EB@austintx.com> Date: Tue, 10 Apr 2001 15:58:48 -0500 From: Bob Greene Organization: Virtual Global Communications, Inc. X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.3 i686) X-Accept-Language: en MIME-Version: 1.0 To: "Trembley, Matt" Cc: "'questions@freebsd.org'" Subject: Re: CD installation References: <9F4F1AE59A6BD311B7DE000629507AC9B46D71@MA6> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Trembley, Matt" wrote: > > I'm completely new to FreeBSD, but not to computers. On install cd 1 I can't > find any file that would allow this cd to boot. There is no install.bat as > the book calls for. Am I missing something or do I have to do a floppy > install. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Make your CD drive bootable, insert the CD and restart the PC. -- Bob Greene AustinTX.COM 512.835.8005 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 13:57:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx1out.umbc.edu (mx1out.umbc.edu [130.85.253.51]) by hub.freebsd.org (Postfix) with ESMTP id 1468537B423 for ; Tue, 10 Apr 2001 13:57:07 -0700 (PDT) (envelope-from gmiddl1@gl.umbc.edu) Received: from irix1.gl.umbc.edu (gmiddl1@irix1.gl.umbc.edu [130.85.60.8]) by mx1out.umbc.edu (8.9.3/8.9.3) with ESMTP id QAA06391 for ; Tue, 10 Apr 2001 16:57:05 -0400 (EDT) Date: Tue, 10 Apr 2001 16:57:02 -0400 From: "G. Jason Middleton" To: Subject: DNS MX QMAIL (still having probs Aaron) Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/Mixed; REPORT-TYPE=delivery-status; BOUNDARY="NAA28174.986922590/mx1out.umbc.edu" Content-ID: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --NAA28174.986922590/mx1out.umbc.edu Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: This is what happens when i try to send mail to my domain....for example i can send mail to user@mailserver.domain.com but i cannot just send mail to user@domain.com My MX record is as follows @ IN MX 10 mailserver.domain.com But still not mail to just user@domain. Attached is a copy of the returned message. Any ideas? Regards, G. Jason Middleton _______________________________________________________________________________ Announcement: The revolution will not be televised. ---------- Forwarded message ---------- Date: Tue, 10 Apr 2001 13:09:50 -0400 (EDT) From: Mail Delivery Subsystem To: gmiddl1@gl.umbc.edu Subject: Returned mail: Host unknown (Name server: longstroke.twopimped.org.twopimped.org.: no data known) The original message was received at Tue, 10 Apr 2001 13:09:49 -0400 (EDT) from IDENT:gmiddl1@linux2.gl.umbc.edu [130.85.60.16] ----- The following addresses had permanent fatal errors ----- ----- Transcript of session follows ----- 550 ... Host unknown (Name server: longstroke.twopimped.org.twopimped.org.: no data known) --NAA28174.986922590/mx1out.umbc.edu Content-Type: MESSAGE/DELIVERY-STATUS; CHARSET=US-ASCII Content-ID: Content-Description: Reporting-MTA: dns; mx1out.umbc.edu Received-From-MTA: DNS; linux2.gl.umbc.edu Arrival-Date: Tue, 10 Apr 2001 13:09:49 -0400 (EDT) Final-Recipient: RFC822; jason@twopimped.org Action: failed Status: 5.1.2 Remote-MTA: DNS; longstroke.twopimped.org.twopimped.org Last-Attempt-Date: Tue, 10 Apr 2001 13:09:50 -0400 (EDT) --NAA28174.986922590/mx1out.umbc.edu Content-Type: MESSAGE/RFC822; CHARSET=US-ASCII Content-ID: Content-Description: Return-Path: Received: from linux2.gl.umbc.edu (IDENT:gmiddl1@linux2.gl.umbc.edu [130.85.60.16]) by mx1out.umbc.edu (8.9.3/8.9.3) with ESMTP id NAA28172 for ; Tue, 10 Apr 2001 13:09:49 -0400 (EDT) Date: Tue, 10 Apr 2001 13:09:49 -0400 (EDT) From: "G. Jason Middleton" To: Subject: Returned mail: Host unknown (Name server: longstroke.twopimped.org.twopimped.org.: host not found) (fwd) Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/Mixed; REPORT-TYPE=delivery-status; BOUNDARY="NAA05251.986922260/mx3out.umbc.edu" Content-ID: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --NAA05251.986922260/mx3out.umbc.edu Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: G. Jason Middleton _______________________________________________________________________________ Announcement: The revolution will not be televised. ---------- Forwarded message ---------- Date: Tue, 10 Apr 2001 13:04:20 -0400 (EDT) From: Mail Delivery Subsystem To: gmiddl1@gl.umbc.edu Subject: Returned mail: Host unknown (Name server: longstroke.twopimped.org.twopimped.org.: host not found) The original message was received at Tue, 10 Apr 2001 13:04:18 -0400 (EDT) from IDENT:gmiddl1@linux3.gl.umbc.edu [130.85.60.39] ----- The following addresses had permanent fatal errors ----- ----- Transcript of session follows ----- 550 ... Host unknown (Name server: longstroke.twopimped.org.twopimped.org.: host not found) --NAA05251.986922260/mx3out.umbc.edu Content-Type: MESSAGE/DELIVERY-STATUS; CHARSET=US-ASCII Content-ID: Content-Description: Reporting-MTA: dns; mx3out.umbc.edu Received-From-MTA: DNS; linux3.gl.umbc.edu Arrival-Date: Tue, 10 Apr 2001 13:04:18 -0400 (EDT) Final-Recipient: RFC822; jason@twopimped.org Action: failed Status: 5.1.2 Remote-MTA: DNS; longstroke.twopimped.org.twopimped.org Last-Attempt-Date: Tue, 10 Apr 2001 13:04:20 -0400 (EDT) --NAA05251.986922260/mx3out.umbc.edu Content-Type: MESSAGE/RFC822; CHARSET=US-ASCII Content-ID: Content-Description: Return-Path: Received: from linux3.gl.umbc.edu (IDENT:gmiddl1@linux3.gl.umbc.edu [130.85.60.39]) by mx3out.umbc.edu (8.9.3/8.9.3) with ESMTP id NAA05249 for ; Tue, 10 Apr 2001 13:04:18 -0400 (EDT) Date: Tue, 10 Apr 2001 13:04:18 -0400 (EDT) From: "G. Jason Middleton" To: Subject: well Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII did itqork this time? G. Jason Middleton _______________________________________________________________________________ Announcement: The revolution will not be televised. --NAA05251.986922260/mx3out.umbc.edu-- --NAA28174.986922590/mx1out.umbc.edu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 13:57:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 91A0E37B422 for ; Tue, 10 Apr 2001 13:57:20 -0700 (PDT) (envelope-from Jan.Grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Tue, 10 Apr 2001 21:56:59 +0100 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 14n5C1-0002Mv-00; Tue, 10 Apr 2001 21:56:53 +0100 Date: Tue, 10 Apr 2001 21:56:53 +0100 (BST) From: Jan Grant To: FreeBSD Cc: questions Subject: Re: Cyrus-IMAPd and postfix In-Reply-To: <20010410142443.S891-100000@Amber.XtremeDev.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 10 Apr 2001, FreeBSD wrote: > On Tue, 10 Apr 2001, Jan Grant wrote: > > > In no particular order: you can have users that only exist in Cyrus. > > These need sasldb password entries. You also can have users that exist > > in /etc/passwd, etc. These can also have entries in sasldb, _or_ they > > can authenticate against the system passwrod database. > > > > That's the job of pwcheck: you (imapd, actually) give it a username and > > password, and it checks it against the system database. > > > > You _can_ (if I recall correctly) configure cyrus to create user > > mailboxes "on the fly". Otherwise, before you can deliver mail to a user > > you'll need to make them a mailbox. Using cyradm to do something like: > > > > cm user.foobar > > > > is sufficient if "foobar" is a system user. > > Ah. Is it possible to configure pwcheck to act in a fall back manner? > Meaning it checks sasldb for that user first, then system shadowed > passwords? Thanks for the help. If you configure sasldb and pwcheck, this ought to be the default behaviour. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287163 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk Whose kung-fu is the best? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 13:59: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from duval.se.mediaone.net (duval.se.mediaone.net [24.129.0.67]) by hub.freebsd.org (Postfix) with ESMTP id AFED537B423 for ; Tue, 10 Apr 2001 13:58:57 -0700 (PDT) (envelope-from smnoldelinux@mediaone.net) Received: from mediaone.net (rr-163-52-118.atl.mediaone.net [24.163.52.118]) by duval.se.mediaone.net (8.11.1/8.11.1) with ESMTP id f3AKwsX14134; Tue, 10 Apr 2001 16:58:54 -0400 (EDT) Message-ID: <3AD37408.667A4815@mediaone.net> Date: Tue, 10 Apr 2001 16:58:48 -0400 From: scott X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: "Trembley, Matt" Cc: "'questions@freebsd.org'" Subject: Re: CD installation References: <9F4F1AE59A6BD311B7DE000629507AC9B46D71@MA6> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Welcome to the New World. Make your cdrom the first boot device and reboot with the cd in the cdrom drive. - Scott "Trembley, Matt" wrote: > > I'm completely new to FreeBSD, but not to computers. On install cd 1 I can't > find any file that would allow this cd to boot. There is no install.bat as > the book calls for. Am I missing something or do I have to do a floppy > install. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ----------- Scott Nolde ----------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14: 0:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes12-hme0.telusplanet.net (fepout4.telus.net [199.185.220.239]) by hub.freebsd.org (Postfix) with ESMTP id B8AEA37B423 for ; Tue, 10 Apr 2001 14:00:37 -0700 (PDT) (envelope-from tmchow@sfu.ca) Received: from CRX.sfu.ca ([209.53.63.29]) by priv-edtnes12-hme0.telusplanet.net (InterMail vM.4.01.03.10 201-229-121-110) with ESMTP id <20010410210034.MMZX982.priv-edtnes12-hme0.telusplanet.net@CRX.sfu.ca>; Tue, 10 Apr 2001 15:00:34 -0600 Message-Id: <5.0.2.1.2.20010410134314.02603bf8@popserver.sfu.ca> X-Sender: tmchow@popserver.sfu.ca X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Tue, 10 Apr 2001 14:06:00 -0700 To: David Kelly From: Trevin Chow Subject: Re: Firewall rules causing SSH disconects? Cc: questions@FreeBSD.ORG In-Reply-To: <20010410141457.A8255@grumpy.dyndns.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 02:14 PM 4/10/2001 -0500, David Kelly wrote: >Then again this might have more to do with NAT in the Pipeline than >firewall altho the two are hard to tell apart. > >Playing with keep-state and check-state in ipfw I found the default >timer values to be way too fast. Only played with it for about an hour >but observed connection states were dropped when netstat said the socket >was still open, and my applications were crying because they too were >upset about their connections failing. > >Maybe I wrote the ipfw rule(s) wrong. Used a simple "allow all outgoing >tcp connection from this host to any and keep-state". Maybe it was >keeping state of "connection in progress" when I intended only the act >of connecting was allowed to establish a pass rule between two hosts. I've used 2 different versions of firewall rules. One was just a simple ruleset filtering out very little, and the one I'm trying now uses some "keep-state" rules from an article i read on BSDToday (http://www.bsdtoday.com/2000/December/Features359.html). However, I seem to be getting the same behaviour on both sets of rules. I'm going to try just an completely open firewall and see if I get the same behaviour. I guess this begs the question: What would cause a firewall to cut off idle connections? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14: 3:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 8A70437B423 for ; Tue, 10 Apr 2001 14:03:16 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([fec0::2e0:7dff:fe81:749d]) by scientia.demon.co.uk with esmtp (Exim 3.22 #1) id 14n5Hk-000G6o-00; Tue, 10 Apr 2001 22:02:48 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.11.3/8.11.3) id f3AL2mP07092; Tue, 10 Apr 2001 22:02:48 +0100 (BST) (envelope-from ben) Date: Tue, 10 Apr 2001 22:02:48 +0100 From: Ben Smithurst To: "G. Jason Middleton" Cc: freebsd-questions@freebsd.org Subject: Re: DNS MX QMAIL (still having probs Aaron) Message-ID: <20010410220248.B8173@scientia.demon.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG G. Jason Middleton wrote: > This is what happens when i try to send mail to my domain....for example i > can send mail to user@mailserver.domain.com but i cannot just send mail to > user@domain.com > > My MX record is as follows > > @ IN MX 10 mailserver.domain.com Should probably be @ IN MX 10 mailserver.domain.com. Note the dot on the end. Or just @ IN MX 10 mailserver if "mailserver" is in the domain that the MX record is in. > Remote-MTA: DNS; longstroke.twopimped.org.twopimped.org There's the clue as to what the problem was. -- Ben Smithurst / ben@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:17:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pravda.tenzo.net (h24-69-46-74.gv.shawcable.net [24.69.46.74]) by hub.freebsd.org (Postfix) with ESMTP id 53BB337B422 for ; Tue, 10 Apr 2001 14:17:37 -0700 (PDT) (envelope-from michael@tenzo.com) Received: from pravda.tenzo.net (localhost.localdomain [127.0.0.1]) by pravda.tenzo.net (Postfix) with SMTP id 364163F25 for ; Tue, 10 Apr 2001 14:17:37 -0700 (PDT) Content-Type: text/plain; charset="iso-8859-1" From: Michael O'Henly Reply-To: michael@tenzo.com Organization: TENZO Design To: freebsd-questions@FreeBSD.ORG Subject: Naming ethernet NICs Date: Tue, 10 Apr 2001 14:17:36 -0700 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01041014173602.01788@pravda.tenzo.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In Linux, my two NICs were referred to (always) as eth0 and eth1. In FreeBSD, they're called rl0 and xl0. These names seem to relate to the driver (i.e., rl0 is a Realtek 1839). Is this actually the case or am I misunderstanding something? Are there occasions when you'd refer to them in a more abstract way -- e.g., eth0/1? Thanks. M. -- Michael O'Henly TENZO Design To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:17:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from noc.ntelos.net (noc.ntelos.net [216.12.89.199]) by hub.freebsd.org (Postfix) with SMTP id B717337B423 for ; Tue, 10 Apr 2001 14:17:45 -0700 (PDT) (envelope-from freebsd@noc.ntelos.net) Received: from localhost (freebsd@localhost) by noc.ntelos.net (8.11.1/8.11.1) with ESMTP id f3AMHTL32992 for ; Tue, 10 Apr 2001 17:17:30 -0500 (EST) (envelope-from freebsd@noc.ntelos.net) Date: Tue, 10 Apr 2001 17:17:29 -0500 (EST) From: BSD Admin To: freebsd-questions@freebsd.org Subject: IMAP Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey Guys, I've got imapd installed on my system. /usr/local/bin/imapd It appears that this daemon does not run all the time. I read the man page and am still a little confused. I've set up a mail agent to try to use imap and I get 'connection refused by server'. I suspect there is something that needs to be done on the server side. Can anyone give me a doc about IMAP and Freebsd ? Thanks, Ashby To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:25:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 92E2B37B422 for ; Tue, 10 Apr 2001 14:25:05 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([fec0::2e0:7dff:fe81:749d]) by scientia.demon.co.uk with esmtp (Exim 3.22 #1) id 14n5cx-000F1D-00; Tue, 10 Apr 2001 22:24:43 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.11.3/8.11.3) id f3ALOhx01986; Tue, 10 Apr 2001 22:24:43 +0100 (BST) (envelope-from ben) Date: Tue, 10 Apr 2001 22:24:43 +0100 From: Ben Smithurst To: Ilya Cc: freebsd-questions@freebsd.org Subject: Re: cant remove files with "operation not allowed error" Message-ID: <20010410222443.D8173@scientia.demon.co.uk> References: <20010410161726.A25069@krel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010410161726.A25069@krel.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ilya wrote: > Hi, on my laptop i went for current to see if it will help me out > with pcmcia, it didnt, so i went back to stable. but now there are > several files i cannot delete (some lib files and old kernel modules), > rm doesnt work, i can cp them, i can mv them in same partition, but > not to a different one. one time i got crosslink error, but i always > get "operation not allowed" when i try to remove them. i have run > fsck numerouse times and it had found no problems with my drives. any > suggestions? Please wrap your lines at around 76 characters, it makes your message much easier to read... On to the problem... What does `ls -lo' show on the problematic files? It may have some flags set, in which case `chflags 0' on the files in question will clear those flags and allow you to delete them. -- Ben Smithurst / ben@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:25:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 18C9B37B423 for ; Tue, 10 Apr 2001 14:25:08 -0700 (PDT) (envelope-from Jan.Grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Tue, 10 Apr 2001 22:25:00 +0100 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 14n5bQ-0002VD-00; Tue, 10 Apr 2001 22:23:08 +0100 Date: Tue, 10 Apr 2001 22:23:08 +0100 (BST) From: Jan Grant To: "G. Jason Middleton" Cc: freebsd-questions Subject: Re: DNS MX QMAIL (still having probs Aaron) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 10 Apr 2001, G. Jason Middleton wrote: > This is what happens when i try to send mail to my domain....for example i > can send mail to user@mailserver.domain.com but i cannot just send mail to > user@domain.com > > My MX record is as follows > > @ IN MX 10 mailserver.domain.com > > But still not mail to just user@domain. Attached is a copy of the > returned message. Any ideas? This has to be the single most common DNS misconfiguration error, and unfortunately it's too easy to make. Slap a "." on the end of that line. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287163 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk Goedel would be proud - I'm both inconsistent _and_ incomplete. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:27: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id D9E1637B422 for ; Tue, 10 Apr 2001 14:26:57 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([fec0::2e0:7dff:fe81:749d]) by scientia.demon.co.uk with esmtp (Exim 3.22 #1) id 14n5em-0005MX-00; Tue, 10 Apr 2001 22:26:36 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.11.3/8.11.3) id f3ALQa209230; Tue, 10 Apr 2001 22:26:36 +0100 (BST) (envelope-from ben) Date: Tue, 10 Apr 2001 22:26:36 +0100 From: Ben Smithurst To: "Michael O'Henly" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Naming ethernet NICs Message-ID: <20010410222635.E8173@scientia.demon.co.uk> References: <01041014173602.01788@pravda.tenzo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01041014173602.01788@pravda.tenzo.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Michael O'Henly wrote: > In Linux, my two NICs were referred to (always) as eth0 and eth1. In FreeBSD, > they're called rl0 and xl0. These names seem to relate to the driver (i.e., > rl0 is a Realtek 1839). > > Is this actually the case or am I misunderstanding something? Are there > occasions when you'd refer to them in a more abstract way -- e.g., eth0/1? You are quite correct, and no, names like eth are never used in FreeBSD. -- Ben Smithurst / ben@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:34:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f277.law7.hotmail.com [216.33.236.155]) by hub.freebsd.org (Postfix) with ESMTP id 114F637B42C for ; Tue, 10 Apr 2001 14:34:05 -0700 (PDT) (envelope-from tschady@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 10 Apr 2001 14:34:04 -0700 Received: from 199.103.224.130 by lw7fd.law7.hotmail.msn.com with HTTP; Tue, 10 Apr 2001 21:34:04 GMT X-Originating-IP: [199.103.224.130] Reply-To: tschady@alum.mit.edu From: "t s" To: freebsd-questions@freebsd.org Subject: ESS Maestro-2E won't probe Date: Tue, 10 Apr 2001 21:34:04 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 10 Apr 2001 21:34:04.0810 (UTC) FILETIME=[F76CC6A0:01C0C205] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I can't seem to get my sound card working. Stats: Machine: Gateway Solo 9300 XL laptop OS: 4.x-STABLE Card: ESS Technology Maestro-2E dmesg (with boot -v): pcm0: irq 5 at device 8.0 on pci0 setmap (1000, 1000), nseg=1, error=0 pcm0: Maestro DMA base: 0x1000 pcm0: unable to map register space device_probe_and_attach: pcm0 attach returned 6 kernel config: device pcm My mailing list search turned up similar problems, but no resolution. I believe this card has been supported since 4.0, so what am I doing wrong? -Tom _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:36:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13404.mail.yahoo.com (web13404.mail.yahoo.com [216.136.175.62]) by hub.freebsd.org (Postfix) with SMTP id 36F7037B422 for ; Tue, 10 Apr 2001 14:36:13 -0700 (PDT) (envelope-from andrewgould@yahoo.com) Message-ID: <20010410213613.62020.qmail@web13404.mail.yahoo.com> Received: from [4.18.79.23] by web13404.mail.yahoo.com; Tue, 10 Apr 2001 14:36:13 PDT Date: Tue, 10 Apr 2001 14:36:13 -0700 (PDT) From: Andrew Gould Subject: Re: dialin web server? To: FreeBSD Mailing List In-Reply-To: <20010410172313.6774.qmail@web13408.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Oops. I just found the applicable section in the on-line handbook. Andrew --- Andrew Gould wrote: > What is the best way to get FreeBSD to allow someone > to dial in and access the web server? > > I installed mgetty and can dial in from a Windows > machine via terminal emulation software for shell > access; but cannot successfully dial in using dialup > networking. > > Thanks, > > Andrew Gould > > __________________________________________________ > Do You Yahoo!? > Get email at your own domain with Yahoo! Mail. > http://personal.mail.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:39:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 23AFE37B422 for ; Tue, 10 Apr 2001 14:39:41 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 42749 invoked by uid 100); 10 Apr 2001 21:39:39 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15059.32155.948821.511055@guru.mired.org> Date: Tue, 10 Apr 2001 16:39:39 -0500 To: David Dooley Cc: questions@freebsd.org Subject: Re: Putting a UFS filesystem in a JAZ Disk In-Reply-To: <75982640@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David Dooley types: > --==_Exmh_-462485028P > Content-Type: text/plain; charset=us-ascii > > The subject said it all really. > > I am trying to format a 2GB JAZ disk with a UFS filesystem. I can > label and partition the disk, I only want a single c partition, but > when I come to newfs'ing the disk I get an error and the system locks > up solid, I can get in via the network, but it takes between 2 and 3 > mins for a telnet prompt to appear or for my shell prompt to appear > if I use ssh, then it generates an error and every thing appears to > be ok once again. I have tried to do this on 3 different disks that > all work flawlessly under WinDose. > > I apologise for not having the actual error message to hand. > > The procedure I followed was to run /stand/sysinstall > > select 'Configure' > select 'Fdisk' and select 'da2' > select 'Label' and create a single label for partition c > > Exit from sysinstall > > I ran disklabel -r da2 and saw the correct label so went on to > > run 'newfs /dev/da2c' and at this point every thing hangs. I've been using a 1GB JAZ drive exactly that way for over two years with no problems, and everything you've described looks ok from the software side. This makes me think the problem is elsewhere. In particular, if your JAZ drive is SCSI and was recently added, the failure under heavy activity could be caused by problem with the SCSI subsystem. However, without real error messages, this is a shot in the dark. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:40:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from oracle.clara.net (oracle.clara.net [195.8.69.94]) by hub.freebsd.org (Postfix) with ESMTP id 0839837B422 for ; Tue, 10 Apr 2001 14:40:25 -0700 (PDT) (envelope-from alex@clara.co.uk) Received: from [213.253.39.3] (helo=myname.my.domain) by oracle.clara.net with esmtp (Exim 3.11 #5) id 14n5s5-000AaV-00; Tue, 10 Apr 2001 22:40:21 +0100 Received: (from alex@localhost) by myname.my.domain (8.11.3/8.11.3) id f3AHQBY02439; Tue, 10 Apr 2001 18:26:11 +0100 (BST) (envelope-from alex) Date: Tue, 10 Apr 2001 18:26:11 +0100 From: "Aleksandar Simic'" To: freebsd-questions@FreeBSD.org Cc: Joel Dinel Subject: Re: META key Message-ID: <20010410182611.A2391@frustum.clara.co.uk> Mail-Followup-To: Aleksandar Simic' , freebsd-questions@FreeBSD.org, Joel Dinel References: <20010410101203.A223@dinjo.touchtunes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010410101203.A223@dinjo.touchtunes.com>; from dinjo@touchtunes.com on Tue, Apr 10, 2001 at 10:12:03AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 10, 2001 at 10:12:03AM -0400, Joel Dinel wrote: > Someone asked me this and I couldn't answer them, so here goes: > > Is there a way to "remap" the META key to the left ALT key? If you are going to be using it under X Windows then look at xmodmap. eg: $ xmodmap -pke > ~/.Xmodmap $ emacs ~/.Xmodmap and then you edit it to your needs If you are going to be using it on the console look at the /usr/share/syscons/keymaps/us.emacs.kbd. Good luck, --Alex -- M-x spook -- counter-intelligence David John Oates FSF cypherpunk nuclear arrangements Honduras World Trade Center Taleban PLO To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:43: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 64C8237B422 for ; Tue, 10 Apr 2001 14:43:01 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 42882 invoked by uid 100); 10 Apr 2001 21:43:00 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15059.32356.803346.310417@guru.mired.org> Date: Tue, 10 Apr 2001 16:43:00 -0500 To: Jesse McConnell Cc: questions@freebsd.org Subject: Re: port In-Reply-To: <56278806@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jesse McConnell types: > Is there any mechanism for me to know if my send-pr submit of a port > actually worked? Yes - you get mail back with a pr number assigned. It's all automated, and if you send in a pr and don't get something back soon, then something somewhere is broken. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:44:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f14.law11.hotmail.com [64.4.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 7475C37B422 for ; Tue, 10 Apr 2001 14:44:36 -0700 (PDT) (envelope-from burnscharlesn@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 10 Apr 2001 14:44:35 -0700 Received: from 24.21.122.151 by lw11fd.law11.hotmail.msn.com with HTTP; Tue, 10 Apr 2001 21:44:35 GMT X-Originating-IP: [24.21.122.151] From: "Charles Burns" To: questions@freebsd.org Subject: Re: Make Failure Date: Tue, 10 Apr 2001 14:44:35 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 10 Apr 2001 21:44:35.0574 (UTC) FILETIME=[6F63B960:01C0C207] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG AMD chips are perfectly good, actually, and the Athlon is far better than Intel's latest (The pentium 4) in many ways, and Intel has recently released some very unreliable hardware that had to be recalled (The 1.13GHz P3 and an entire class of chipset using emmory translator hubs) Anyway, the issue with the K6 series chips has often been crappy motherboards, which AMD has no control over. Going with the "usual" good brands (Asus, Aopen, Tyan, MSI) will typically be just fine. Because the K6-x's were so cheap, many a worthless company made many a worthless motherboard. The motherboard's quality is of extreme importance for system stability, so this is obviously not a good combo. If you were using older K6-x chips, they may have been the issue since AMD made a huge screwup with these chips when they are equipped with more than a certain amount of memory (40MB, I think it was), but yours are newer so it is likely not the chips themselves. You might also have a bad power supply. While the power supply quality is nowhere near as important as it is with the power hog CPUs like the Athlon and Pentium 4, a crappy power supply may still cause system instability. Epox motherboards, as you asked, don't have a great reputation. They don't, as far as I have heard, have a bad one either, but they aren't particularly popular so I haven't really heard much either way. There are brands to avoid, but that isn't really relevant here so I won't list them. Note that I know of two people that are running servers on K6's. While they are definitely not server grade hardware, they work fine. If the motherboard is the problem, you might try: Going into bios and reducing the memory timings. Set them to the highest numbers available (CAS 3, or if you get to set the CAS, RAS and precharge, set them all to high numbers) Play with the AGP aperture size. While this cannot possibly have anything to do with system stability (it is the amount of RAM allowed for use as AGP texture memory, but the amount chosen is actually about twice the allowed amount), it has with several systems that I have worked on in the past. No idea. Turn motherboard L2 ECC checking on, if supported. Reducing the interface speed of the hard drives would normally be something to try, but FreeBSD doesn't care what the BIOS says as far as I know. Reduce the bus speed of the motherboard (you may need to play with the jumpers) Many bad motherboards work great with a 25 instead of 33MHz bus. Hope this helps. If I made no sense whatsoever it is probably because AI have been up for about 26 hours. If this is the case, I will try to trans;ate my message into English as soon as I get some sleep. ;-) >Even though everything is brand spankin' new, out of the box, I replaced >the DIMMS (64mb pc100 sdram), the chip a dreaded AMD K6/2 450, the NICs, >and removed UDMA from the HD. I even tried underclocking the 450 to 400 >and 350, and eventually used a k6/2 500 and another 450. I tested each >different piece of hardware, and I have still come up empty. Any known >problems with EPOX motherboards? > >p.s. To get away from the AMD line, I tried a Pentium 133, which still does >not work! > > >>From: "Charles Burns" >>To: ianlaport@hotmail.com, freebsd-questions@FreeBSD.org >>Subject: Re: Make Failure >>Date: Tue, 10 Apr 2001 08:27:45 -0700 >> >>http://www.bitwizard.nl/sig11/ >> >>This is directed to Linux users, but the information still applies. In >>short, some of the hardware is probably junk. >> >> >>>From: "Ian LaPort" >>>To: freebsd-questions@FreeBSD.org >>>Subject: Make Failure >>>Date: Tue, 10 Apr 2001 11:13:31 -0400 >>> >>>Hello, >>> >>>I am trying to create a bridging firewall in FreeBSD but I cannot >>>reconfigure the kernel. The reconfiguration fails on "make" with a >>>signal >>>11. >>>I have installed FreeBSD 4.2-RELEASE from version that is available in >>>the >>>ISO section of the FTP site. I installed using the Standard Installation >>>and chose the option that would copy the source. However, I can't >>>compile >>>the kernel. >>> >>>I should elaborate, I have also attempted to compile the GENERIC kernel >>>which fails. According to the handbook, I could have downloaded a >>>version >>>that was problematic, is that possible with the ISO release version? >>> >>>Does anyone have a suggestion for me? I would greatly appreciate any >>>help! >>>In the meantime I will try to update the source. Thank you for your >>>time. >>> >>>Ian LaPort >>> >>> >>> >>>_________________________________________________________________ >>>Get your FREE download of MSN Explorer at http://explorer.msn.com >>> >>> >>>To Unsubscribe: send mail to majordomo@FreeBSD.org >>>with "unsubscribe freebsd-questions" in the body of the message >> > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:45:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from db.nexgen.com (db.nexgen.com [64.81.208.78]) by hub.freebsd.org (Postfix) with SMTP id CA61737B422 for ; Tue, 10 Apr 2001 14:45:07 -0700 (PDT) (envelope-from ml@db.nexgen.com) Received: (qmail 22266 invoked from network); 10 Apr 2001 21:45:05 -0000 Received: from localhost (HELO book) (root@127.0.0.1) by localhost with SMTP; 10 Apr 2001 21:45:05 -0000 Message-ID: <000b01c0c207$81fac9b0$9865fea9@book> From: "alexus" To: Subject: how to make something simliar to ipmasqrading in linux for freebsd? Date: Tue, 10 Apr 2001 17:45:02 -0400 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i used to use ipmasqrading back at linux.. now i'm switchin to freebsd and i dont know how to implement ipmasqrading here can someone help me out here? HOW-TOs or FAQ? point me few thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:45:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bryden.apana.org.au (bryden.apana.org.au [203.3.126.129]) by hub.freebsd.org (Postfix) with ESMTP id 0B17837B423 for ; Tue, 10 Apr 2001 14:45:25 -0700 (PDT) (envelope-from dougy@bryden.apana.org.au) Received: from bryden ([192.168.0.2]) by bryden.apana.org.au (8.9.3/8.9.3) with SMTP id HAA09827; Wed, 11 Apr 2001 07:44:47 +1000 (EST) (envelope-from dougy@bryden.apana.org.au) Message-ID: <001101c0c207$870cda60$0200a8c0@apana.org.au> From: "Doug Young" To: "Andrew Gould" Cc: References: <20010410172313.6774.qmail@web13408.mail.yahoo.com> Subject: Re: dialin web server? Date: Wed, 11 Apr 2001 07:44:25 +1000 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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm not exactly a fan of man pages in general, and certainly not as tutorial material, however man PPP is the exception in that it covers this stuff quite well. Its one of the very few intelligible man docs, I understand it was largely written by the developer of user-ppp (Brian Somers)...... I don't use mgetty though because I've never had much joy with the auto-ppp feature Apparently there was some sort of communication issue between someone @ FreeBSD & someone @ mgetty that resulted in a partly broken auto-ppp. The word is out that its been fixed recently however. The standard (ie default) getty works fine with unix dialin clients & also with Windows ones as long as you login manually (I've got an auto login script for Win95 / 98 / ME, but it doesn't seem to work with NT / 2000) If you need something basic, see the quite explicit tutorial I did a while back on on configuring a FreeBSD gateway, there is info on the dialin ppp stuff towards the end ("Pedantic FreeBSD" at http://troll.apana.org.au/~freebsd/ ) ----- Original Message ----- From: "Andrew Gould" To: "FreeBSD Mailing List" Sent: Wednesday, April 11, 2001 3:23 AM Subject: dialin web server? > What is the best way to get FreeBSD to allow someone > to dial in and access the web server? > > I installed mgetty and can dial in from a Windows > machine via terminal emulation software for shell > access; but cannot successfully dial in using dialup > networking. > > Thanks, > > Andrew Gould > > __________________________________________________ > Do You Yahoo!? > Get email at your own domain with Yahoo! Mail. > http://personal.mail.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:48:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c1.barbara.ds.polsl.gliwice.pl (c1.barbara.ds.polsl.gliwice.pl [157.158.183.1]) by hub.freebsd.org (Postfix) with ESMTP id 581A537B423 for ; Tue, 10 Apr 2001 14:48:14 -0700 (PDT) (envelope-from fenix@c1.barbara.ds.polsl.gliwice.pl) Received: from amnesiac (c1.barbara.ds.polsl.gliwice.pl [157.158.183.1]) by c1.barbara.ds.polsl.gliwice.pl (8.11.1/8.11.1) with SMTP id f3ALmCw00342 for ; Tue, 10 Apr 2001 23:48:12 +0200 (CEST) (envelope-from fenix@c1.barbara.ds.polsl.gliwice.pl) Date: Tue, 10 Apr 2001 23:48:12 +0200 From: Fenix To: freebsd-questions@freebsd.org Subject: Re: ESS Maestro-2E won't probe Message-Id: <20010410234812.1578f56a.fenix@c1.barbara.ds.polsl.gliwice.pl> In-Reply-To: References: Reply-To: belzebub@poczta.arena.pl X-Mailer: Sylpheed version 0.4.62 (GTK+ 1.2.9; i386--freebsd4.2) Organization: Forbidden Dreams Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 10 Apr 2001 21:34:04 -0000 "t s" wrote: probably you forgot MAKEDEV snd0 fnx > I can't seem to get my sound card working. Stats: > > Machine: Gateway Solo 9300 XL laptop > OS: 4.x-STABLE > Card: ESS Technology Maestro-2E > > dmesg (with boot -v): > > pcm0: irq 5 at device 8.0 on pci0 > setmap (1000, 1000), nseg=1, error=0 > pcm0: Maestro DMA base: 0x1000 > pcm0: unable to map register space > device_probe_and_attach: pcm0 attach returned 6 > > kernel config: > > device pcm > > My mailing list search turned up similar problems, but no resolution. > I believe this card has been supported since 4.0, so what am I doing > wrong? > > -Tom > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:53:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id BE5A037B423 for ; Tue, 10 Apr 2001 14:53:18 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([fec0::2e0:7dff:fe81:749d]) by scientia.demon.co.uk with esmtp (Exim 3.22 #1) id 14n64a-000DrJ-00; Tue, 10 Apr 2001 22:53:16 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.11.3/8.11.3) id f3ALrGD91996; Tue, 10 Apr 2001 22:53:16 +0100 (BST) (envelope-from ben) Date: Tue, 10 Apr 2001 22:53:15 +0100 From: Ben Smithurst To: alexus Cc: freebsd-questions@freebsd.org Subject: Re: how to make something simliar to ipmasqrading in linux for freebsd? Message-ID: <20010410225315.F8173@scientia.demon.co.uk> References: <000b01c0c207$81fac9b0$9865fea9@book> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000b01c0c207$81fac9b0$9865fea9@book> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alexus wrote: > i used to use ipmasqrading back at linux.. now i'm switchin to freebsd and i > dont know how to implement ipmasqrading here > > can someone help me out here? > > HOW-TOs or FAQ? > point me few The natd(8) and ppp(8) manual pages are probably the best place to start. -- Ben Smithurst / ben@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:54: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f201.law11.hotmail.com [64.4.17.201]) by hub.freebsd.org (Postfix) with ESMTP id 4612937B422 for ; Tue, 10 Apr 2001 14:54:02 -0700 (PDT) (envelope-from burnscharlesn@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 10 Apr 2001 14:54:01 -0700 Received: from 24.21.122.151 by lw11fd.law11.hotmail.msn.com with HTTP; Tue, 10 Apr 2001 21:54:01 GMT X-Originating-IP: [24.21.122.151] From: "Charles Burns" To: cdillon@wolves.k12.mo.us, dkelly@hiwaay.net Cc: lipshitz909@yahoo.com, gunther@aurora.regenstrief.org, freebsd-questions@FreeBSD.ORG Subject: Re: Who's got the cheapest 100-BT Ethernet NIC? (Intel Warranty) Date: Tue, 10 Apr 2001 14:54:01 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 10 Apr 2001 21:54:01.0457 (UTC) FILETIME=[C0AE9E10:01C0C208] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I can attest to the warranty. I had 2 ancient Pro/100 cards that were in a NT4 Proxy server. These were a really really old model that had multiple large ICs rather than the new style single-IC controller. Their PCB was about twice the size. Anyway, one of them died after several years of continuous service. Rather than worry about which one died, the server owner put two new cards in. I told Intel about them and shipped them off. I recieved two brand-new retail packaged Pro100+ management adapters (the highest end non-server NIC) overnighted to me, no questions asked. I am not a big fan of their CPUs, but they make some great cards and service them extremely well. > > Couple of months ago found a vendor with a box of pulled Intel > > 10/100's and talked them down to 3 for $24. All 3 worked, as did > > the other 6 purchased by those looking over my shoulder. > >Even if they didn't work, Intel supposedly has lifetime warranties on >their cards (white-box or retail, so long as they're Intel brand >cards). > >I haven't had to test that warranty yet, so I don't know how easy it >is to take them up on it. We currently have over 500 Intel NICs from >some old 82557 boards bought about six years ago all the way up past >the 82559 to the new whatchamacallit with the 3DES encryption in it, >and we've _never_ had one go bad. > > >-- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net > FreeBSD: The fastest and most stable server OS on the planet. > For IA32 and Alpha architectures. IA64, PPC, and ARM under development. > http://www.freebsd.org > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:54:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp1fb.rdc-nyc.rr.com [24.29.99.76]) by hub.freebsd.org (Postfix) with ESMTP id 649DF37B423; Tue, 10 Apr 2001 14:54:43 -0700 (PDT) (envelope-from jmslivko@nyc.rr.com) Received: (apparently) from darkstar ([24.29.134.4]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Tue, 10 Apr 2001 17:58:10 -0400 Message-ID: <010301c0c209$b9fa80b0$01000001@darkstar> From: "Jonathan M. Slivko" To: Cc: Subject: Turtle Beach Montego II -- Drivers anyone? Date: Tue, 10 Apr 2001 18:00:57 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0100_01C0C1E8.317EC960" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0100_01C0C1E8.317EC960 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Website: http://home.nyc.rr.com/jmsnyc/ -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 for non-commercial use iQA/AwUBOtOCk1CH8ke4aYN4EQIMlwCg3TasdCpJgykp8kIqv/Nz9dxEJY8AoMr0 bJpUUC9kO+/6OQaCV3ynWE+y =3DqqSu -----END PGP SIGNATURE----- ------=_NextPart_000_0100_01C0C1E8.317EC960 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
-----BEGIN PGP SIGNED = MESSAGE-----
Hash:=20 SHA1
 
Website: http://home.nyc.rr.com/jmsnyc/
 
-----BEGIN PGP = SIGNATURE-----
Version:=20 PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>
 
iQA/AwUBOtOCk1CH8ke4aYN4EQIMlwCg3TasdCpJgykp8kIqv/Nz9dxEJY8AoMr0=
bJpUUC9kO+/6OQaCV3ynWE+y
=3DqqSu
-----END=20 PGP SIGNATURE-----
------=_NextPart_000_0100_01C0C1E8.317EC960-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:55:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id D087F37B422 for ; Tue, 10 Apr 2001 14:55:01 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.2/8.11.1) id f3ALsPe74883; Wed, 11 Apr 2001 09:54:25 +1200 (NZST) (envelope-from jonc) Date: Wed, 11 Apr 2001 09:54:25 +1200 From: Jonathan Chen To: Michael Nottebrock Cc: TOPCAT CONSULTING , freebsd-questions@FreeBSD.ORG Subject: Re: changing anonymous ftp directory after install Message-ID: <20010411095425.B72535@itouchnz.itouch> References: <3AD2BD4A.FAAA15CD@sk.sympatico.ca> <028701c0c1ae$f79ce9e0$0508a8c0@lofi.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <028701c0c1ae$f79ce9e0$0508a8c0@lofi.dyndns.org>; from michaelnottebrock@gmx.net on Tue, Apr 10, 2001 at 01:11:18PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 10, 2001 at 01:11:18PM +0200, Michael Nottebrock wrote: > > [...] > > I would now like to change the directory to /usr/ftp > > > > What file to I have to edit to change this? > > [...] > > Edit the /etc/passwd file and change the home directory of the user > 'ftp' from /var/ftp to /usr/ftp. Then move ftp and it's subdirs from > /var to /usr. Also, read the manpage of ftpd and check the permissions > of each directory according to the instructions found in the manpage. Do NOT alter /etc/passwd directly, it won't do much... Always use `vipw' -- Jonathan Chen ---------------------------------------------------------------------- "Irrationality is the square root of all evil" - Douglas Hofstadter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:55:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from george.he.net (george.he.net [216.218.157.2]) by hub.freebsd.org (Postfix) with ESMTP id C958F37B617 for ; Tue, 10 Apr 2001 14:55:00 -0700 (PDT) (envelope-from bill@wiliweld.com) Received: from corten8.billschoolcraft.com (adsl-63-193-247-201.dsl.snfc21.pacbell.net [63.193.247.201]) by george.he.net (8.8.6/8.8.2) with ESMTP id OAA27420; Tue, 10 Apr 2001 14:54:52 -0700 Date: Tue, 10 Apr 2001 14:50:52 -0700 (PDT) From: Bill Schoolcraft X-Sender: To: "Michael O'Henly" Cc: Subject: Re: Naming ethernet NICs In-Reply-To: <01041014173602.01788@pravda.tenzo.net> Message-ID: System-ID: [en] (I; SunOS 5.8 i86pc) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Tue, 10 Apr 2001 it looks like Michael O'Henly composed: michae->In Linux, my two NICs were referred to (always) as eth0 and eth1. In FreeBSD, michae->they're called rl0 and xl0. These names seem to relate to the driver (i.e., michae->rl0 is a Realtek 1839). michae-> michae->Is this actually the case or am I misunderstanding something? Are there michae->occasions when you'd refer to them in a more abstract way -- e.g., eth0/1? michae-> .......... that is exactly why I stopped concentrating on Linux and moved over to Unix based OS's to get a broader scope of things. Not only are the NIC's named different, but the devices. Here are some examples of machines I'm currently connected to: (example of /etc/fstab of HP-UX, FreeBSD, Linux) (example of /etc/vfstab of Solaris-8 Intel ) ############################################### HP-UX /dev/vg00/lvol3 / vxfs delaylog 0 1 /dev/vg00/lvol1 /stand hfs defaults 0 1 /dev/vg00/lvol4 /home vxfs delaylog 0 2 /dev/vg00/lvol5 /opt vxfs delaylog 0 2 /dev/vg00/lvol7 /usr vxfs delaylog 0 2 /dev/vg00/lvol8 /var vxfs delaylog 0 2 /dev/vg00/admsw /var/adm/sw vxfs delaylog 0 2 # /dev/vg01/students /students vxfs quota,delaylog 0 2 /dev/vg01/sas /sas vxfs delaylog 0 2 /dev/vg01/pub /pub vxfs delaylog 0 2 /dev/vg01/tmp /tmp vxfs delaylog 0 2 /dev/vg01/cisora /cisora vxfs delaylog 0 2 /dev/vg01/swap ... swap pri=1 0 0 # /dev/vg02/users /users vxfs quota,delaylog 0 2 /dev/vg02/oracle /oracle vxfs delaylog 0 2 /dev/vg02/mail /var/mail vxfs delaylog 0 2 /dev/vg02/logs /logs vxfs delaylog 0 2 /dev/vg02/inet /inet vxfs delaylog 0 2 /dev/vg02/ops /ops vxfs delaylog 0 2 /dev/vg02/spool /var/spool vxfs delaylog 0 2 /dev/vg02/vtmp /var/tmp vxfs delaylog 0 2 /dev/vg02/clubmail /clubmail vxfs quota,delaylog 0 2 /dev/vg02/spcwww /spcwww vxfs quota,delaylog 0 2 /dev/vg02/swap ... swap pri=1 0 0 /dev/vg02/omnidb /var/opt/omni vxfs delaylog 0 2 # /dev/dsk/c0t1d0 /cdrom cdfs ro,suid,noauto 0 0 ################################################ Solaris-8 # less /etc/vfstab (partial) /dev/dsk/c0d0s1 - - swap /dev/dsk/c0d0s0 /dev/rdsk/c0d0s0 / ufs /dev/dsk/c0d0p0:boot - /boot pcfs - /dev/dsk/c0d0s7 /dev/rdsk/c0d0s7 /export/home ############################################### FreeBSD-4.2 # Device Mountpoint FStype /dev/ad0s1b none swap /dev/ad0s1a / ufs /dev/ad0s1f /usr ufs /dev/ad0s1e /var ufs /dev/acd0c /cdrom cd9660 proc /proc procfs ############################################### Linux /dev/hda4 / ext2 /dev/hda3 /boot ext2 /dev/hdc1 /tl ext2 /dev/hdc2 /data ext2 /dev/cdrom /mnt/cdrom iso9660 /dev/fd0 /mnt/floppy auto none /proc proc none /dev/pts devpts /dev/hda2 swap swap ################################################## Now I didn't do that to scare you, just to have you NOT waste time like I did concentrating on one singular Unix (like) OS. It will help you better navigate when thrust into a different Unix box. I'm still trying to find a way to have an account on a AIX box and IRIX just to cruise around. I purchase SCO three months ago for the exposure and that was another experience altogether. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:57:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp2fb.rdc-nyc.rr.com [24.29.99.78]) by hub.freebsd.org (Postfix) with ESMTP id 91ABD37B43E; Tue, 10 Apr 2001 14:57:39 -0700 (PDT) (envelope-from jmslivko@nyc.rr.com) Received: from darkstar ([24.29.134.4]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Tue, 10 Apr 2001 18:01:06 -0400 Message-ID: <013001c0c20a$22fafef0$01000001@darkstar> From: "Jonathan M. Slivko" To: "Jonathan M. Slivko" , Cc: References: <010301c0c209$b9fa80b0$01000001@darkstar> Subject: Re: Turtle Beach Montego II -- Drivers anyone? Date: Tue, 10 Apr 2001 18:03:55 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_012D_01C0C1E8.9BD70F70" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_012D_01C0C1E8.9BD70F70 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sorry about that, my fault. - -- Jonathan M. Slivko - ---- Jonathan M. Slivko Systems Administrator, DataSyrge Internet Services Website: http://home.nyc.rr.com/jmsnyc/ "FreeBSD -- The Power to Serve!" (PGP Key Available on Website) - ---- - ----- Original Message -----=20 From: Jonathan M. Slivko=20 To: freebsd-newbies@FreeBSD.ORG=20 Cc: freebsd-questions@FreeBSD.ORG=20 Sent: Tuesday, April 10, 2001 6:00 PM Subject: Turtle Beach Montego II -- Drivers anyone? - -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Website: http://home.nyc.rr.com/jmsnyc/ - -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 for non-commercial use iQA/AwUBOtOCk1CH8ke4aYN4EQIMlwCg3TasdCpJgykp8kIqv/Nz9dxEJY8AoMr0 bJpUUC9kO+/6OQaCV3ynWE+y =3DqqSu - -----END PGP SIGNATURE----- -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 for non-commercial use iQA/AwUBOtODSFCH8ke4aYN4EQIpMACeOm/ELo8DIF4WR643Fq1Xy0cJGq8AnRYJ RkRPM4dEcVJrUflM+n5cwoQ9 =3DI72f -----END PGP SIGNATURE----- ------=_NextPart_000_012D_01C0C1E8.9BD70F70 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
-----BEGIN PGP SIGNED = MESSAGE-----
Hash:=20 SHA1
 
Sorry about that, my = fault.
 
- -- Jonathan M. Slivko
 
- ----
Jonathan M. Slivko <jmslivko@nyc.rr.com>
System= s=20 Administrator, DataSyrge Internet Services
Website: http://home.nyc.rr.com/jmsnyc/
 
"FreeBSD -- The Power to = Serve!"
(PGP Key=20 Available on Website)
- ----
 
- ----- Original Message ----- =
From: Jonathan=20 M. Slivko
To: freebsd-newbies@FreeBSD.ORG=20
Cc: freebsd-questions@FreeBSD.O= RG=20
Sent: Tuesday, April 10, 2001 6:00 PM
Subject: Turtle Beach = Montego II --=20 Drivers anyone?
 

- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
 
Website: http://home.nyc.rr.com/jmsnyc/
 
- -----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for=20 non-commercial use
<http://www.pgp.com>
 
iQA/AwUBOtOCk1CH8ke4aYN4EQIMlwCg3TasdCpJgykp8kIqv/Nz9dxEJY8AoMr0
= bJpUUC9kO+/6OQaCV3ynWE+y
=3DqqSu
-=20 -----END PGP SIGNATURE-----
 
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for=20 non-commercial use <http://www.pgp.com>
 
iQA/AwUBOtODSFCH8ke4aYN4EQIpMACeOm/ELo8DIF4WR643Fq1Xy0cJGq8AnRYJ
= RkRPM4dEcVJrUflM+n5cwoQ9
=3DI72f
-----END=20 PGP SIGNATURE-----
------=_NextPart_000_012D_01C0C1E8.9BD70F70-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:58: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id A62FD37B422 for ; Tue, 10 Apr 2001 14:57:57 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.2/8.11.1) id f3ALvLp75014; Wed, 11 Apr 2001 09:57:21 +1200 (NZST) (envelope-from jonc) Date: Wed, 11 Apr 2001 09:57:21 +1200 From: Jonathan Chen To: Jesse Sunday Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Strange LOG (security check) Messages - Have I been Hacked??? Message-ID: <20010411095721.C72535@itouchnz.itouch> References: <069001c0c1bf$ff8c4130$9604a8c0@2000sunday> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <069001c0c1bf$ff8c4130$9604a8c0@2000sunday>; from jsunday@parview.com on Tue, Apr 10, 2001 at 09:13:13AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 10, 2001 at 09:13:13AM -0400, Jesse Sunday wrote: [...] > flash.parview.com login failures: > Apr 10 01:08:24 flash login: 2 LOGIN FAILURES ON cuaa1 > Apr 10 01:08:24 flash login: 2 LOGIN FAILURES ON cuaa1, ^Uw}}Nl~e^?$ZkozN~ > Apr 10 01:08:30 flash login: 2 LOGIN FAILURES ON cuaa1 > Apr 10 01:08:30 flash login: 2 LOGIN FAILURES ON cuaa1, tZ,:{^HOi^L!^X Garbage coming in on 2nd serial port, if you've got a modem or terminal connected there, the most likely answer would be baud-rate mismatch. -- Jonathan Chen ---------------------------------------------------------------------- "I don't want to achive immortality through my works.. I want to achieve it through not dying" - Woody Allen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:59:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp1fb.rdc-nyc.rr.com [24.29.99.76]) by hub.freebsd.org (Postfix) with ESMTP id EB50237B422; Tue, 10 Apr 2001 14:59:22 -0700 (PDT) (envelope-from jmslivko@nyc.rr.com) Received: (apparently) from darkstar ([24.29.134.4]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Tue, 10 Apr 2001 18:02:49 -0400 Message-ID: <014301c0c20a$609c4750$01000001@darkstar> From: "Jonathan M. Slivko" To: Cc: Subject: Turtle Beach Montego II -- Drivers anyone? Date: Tue, 10 Apr 2001 18:05:36 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0140_01C0C1E8.D81F0960" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0140_01C0C1E8.D81F0960 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Does anyone have (or know of) any compatible drivers for the Turtle Beach Montego II? I would be very interested to find some so I can install FreeBSD on my system with the soundcard being supported. If anyone has any drivers for me, they would be most appreciated. Thanks. - -- Jonathan M. Slivko - ---- Jonathan M. Slivko Systems Administrator, DataSyrge Internet Services Website: http://home.nyc.rr.com/jmsnyc/ "FreeBSD -- The Power to Serve!" (PGP Key Available on Website) - ---- -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 for non-commercial use iQA/AwUBOtODrVCH8ke4aYN4EQIYsgCdFjSgl2bqx8lXTNMyI70UiO/MocYAn3ZL l4ew4aCvjtnOQh9uslUMAmcP =3DsuMQ -----END PGP SIGNATURE----- ------=_NextPart_000_0140_01C0C1E8.D81F0960 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
-----BEGIN PGP SIGNED = MESSAGE-----
Hash:=20 SHA1
 
Does anyone have (or know of) any = compatible=20 drivers for the Turtle
Beach Montego II? I would be very interested = to find=20 some so I can
install FreeBSD on my system with the soundcard being=20 supported. If
anyone has any drivers for me, they would be most=20 appreciated.
Thanks.
 
- -- Jonathan M. Slivko
 
- ----
Jonathan M. Slivko <jmslivko@nyc.rr.com>
System= s=20 Administrator, DataSyrge Internet Services
Website: http://home.nyc.rr.com/jmsnyc/
 
"FreeBSD -- The Power to = Serve!"
(PGP Key=20 Available on Website)
- ----
 
-----BEGIN PGP = SIGNATURE-----
Version:=20 PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>
 
iQA/AwUBOtODrVCH8ke4aYN4EQIYsgCdFjSgl2bqx8lXTNMyI70UiO/MocYAn3ZL=
l4ew4aCvjtnOQh9uslUMAmcP
=3DsuMQ
-----END=20 PGP SIGNATURE-----
------=_NextPart_000_0140_01C0C1E8.D81F0960-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 14:59:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 18B4037B423 for ; Tue, 10 Apr 2001 14:59:40 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 18668 invoked by uid 0); 10 Apr 2001 21:59:38 -0000 Received: from pd950a1c0.dip.t-dialin.net (HELO lofizwei) (217.80.161.192) by mail.gmx.net (mp020-rz3) with SMTP; 10 Apr 2001 21:59:38 -0000 Message-ID: <017d01c0c209$8a0bd7a0$0508a8c0@lofi.dyndns.org> From: "Michael Nottebrock" To: "alexus" , References: <000b01c0c207$81fac9b0$9865fea9@book> Subject: Re: how to make something simliar to ipmasqrading in linux for freebsd? Date: Tue, 10 Apr 2001 23:59:35 +0200 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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "alexus" To: Sent: Tuesday, April 10, 2001 11:45 PM Subject: how to make something simliar to ipmasqrading in linux for freebsd? > i used to use ipmasqrading back at linux.. now i'm switchin to freebsd and i > dont know how to implement ipmasqrading here > > can someone help me out here? > > HOW-TOs or FAQ? > point me few > thanks You might want to take a look at http://www.freebsd-howto.com/HOWTO/NAT-HOWTO . Greetings, Michael Nottebrock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 15: 0:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from edwin.mounet.com (edwin.mounet.com [216.145.76.8]) by hub.freebsd.org (Postfix) with SMTP id E330037B423 for ; Tue, 10 Apr 2001 15:00:00 -0700 (PDT) (envelope-from hornback@wireco.net) Received: (qmail 29200 invoked by uid 0); 10 Apr 2001 21:09:20 -0000 Received: from unknown (HELO tomcat) (216.145.67.75) by mounet.com with SMTP; 10 Apr 2001 21:09:20 -0000 From: "Andrew C. Hornback" To: "Duke Normandin" <01031149@3web.net> Cc: "FreeBSD Questions" Subject: RE: BSDi Acquired by Embedded Computing Firm Wind River Date: Tue, 10 Apr 2001 17:24:55 -0400 Message-ID: <006c01c0c204$b0414860$0e00000a@tomcat> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <20010410113403.C206595@mandy.rockingd.calgary.ab.ca> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Duke = Normandin > Sent: Tuesday, April 10, 2001 1:34 PM > To: Ted Mittelstaedt > Cc: FreeBSD > Subject: Re: BSDi Acquired by Embedded Computing Firm Wind River >=20 >=20 > On Tue, Apr 10, 2001 at 12:46:39AM -0700, Ted Mittelstaedt wrote: > > > Desktop: That which is primary purpose is to serve as a user = interface > > between the human and the services provided by servers on the = network. >=20 > So the "dumb terminal" hung on a DEC mainframe that I use to have in = my > office would then fall into this category? Is it then accurate to say = that > the terms "workstation" and "client" also fall into this category in a > distributed processing model? I think the proper terms anymore would be Clients and Servers, at least = that's how I see things. But, yes, your Dumb Terminal would be in the Client class, while the = DEC 'frame would be in the Server class. Workstations, basically, would = be nothing more than servers with the high performance alternative to = Desktop peripherals. =20 =20 > > But, before we forget, there's one other type of system: > >=20 > > standalone: A host that is intended and generally uses services = that it > > provides itself, and where network connectivity is not=20 > particularly critical > > to it's operation. >=20 > So a "standalone" can behave as both a server *and* a = client/desktop/WS? It would have to be. Otherwise, it couldn't stand alone. It would act = as it's own application and file server, at the most basest of levels. > > What's confusing is that many people have taken the word desktop = used it > > when they are talking about a consumer standalone system. One=20 > rule of thumb > > is that if you can pull the network connection out of it and not = notice, > > it's probably a standalone. >=20 > I think that I've made that very mistake, but with a twist. The > server/client or server/work-station distinction were/are clear to me = for > the most part. However, for some reason, I interpreted a "desktop" > machine as one running X-Windows and used as what you describe as a > desktop above. I guess that it hadn't sunk in that your "desktop" > machine could very well be running only console apps. The previous > discussions on this thread are now fitting into place a bit better, ;) If you really have to split hairs and make a differentiation between = desktops and workstations, I'd say the quality of the hardware and the = applications used. Workstations are generally used for more higher end = applications, not just your basic word processing, spread sheet/number = crunching sort of thing. Workstations of the past generally had better = graphics systems when they were used for modelling, etc. and better = sound systems when they were used for music/signal analysis/etc. --- Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 15: 3:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id D3A0B37B423 for ; Tue, 10 Apr 2001 15:03:24 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 32460 invoked by uid 0); 10 Apr 2001 22:03:23 -0000 Received: from pd950a1c0.dip.t-dialin.net (HELO lofizwei) (217.80.161.192) by mail.gmx.net (mp017-rz3) with SMTP; 10 Apr 2001 22:03:23 -0000 Message-ID: <019301c0c20a$10238a40$0508a8c0@lofi.dyndns.org> From: "Michael Nottebrock" To: "Jonathan Chen" Cc: "TOPCAT CONSULTING" , References: <3AD2BD4A.FAAA15CD@sk.sympatico.ca> <028701c0c1ae$f79ce9e0$0508a8c0@lofi.dyndns.org> <20010411095425.B72535@itouchnz.itouch> Subject: Re: changing anonymous ftp directory after install Date: Wed, 11 Apr 2001 00:03:23 +0200 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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Jonathan Chen" To: "Michael Nottebrock" Cc: "TOPCAT CONSULTING" ; Sent: Tuesday, April 10, 2001 11:54 PM Subject: Re: changing anonymous ftp directory after install > On Tue, Apr 10, 2001 at 01:11:18PM +0200, Michael Nottebrock wrote: > > > [...] > > > I would now like to change the directory to /usr/ftp > > > > > > What file to I have to edit to change this? > > > [...] > > > > Edit the /etc/passwd file and change the home directory of the user > > 'ftp' from /var/ftp to /usr/ftp. Then move ftp and it's subdirs from > > /var to /usr. Also, read the manpage of ftpd and check the permissions > > of each directory according to the instructions found in the manpage. > > Do NOT alter /etc/passwd directly, it won't do much... Always use `vipw' Oops, right. Pardon me, I was in SGI-mode while writing this. *blush* Greetings, Michael Nottebrock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 15: 3:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wondermutt.net (host75-157.student.udel.edu [128.175.75.157]) by hub.freebsd.org (Postfix) with ESMTP id 6EC6637B423 for ; Tue, 10 Apr 2001 15:03:41 -0700 (PDT) (envelope-from papalia@udel.edu) Received: from morgaine.udel.edu (morgaine.wondermutt.net [192.168.1.2]) by wondermutt.net (8.11.3/8.11.3) with ESMTP id f3AM5MV64301 for ; Tue, 10 Apr 2001 18:05:35 -0400 (EDT) (envelope-from papalia@udel.edu) Message-Id: <4.3.2.7.2.20010410180144.00aed220@mail.udel.edu> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Tue, 10 Apr 2001 18:02:03 -0400 To: freebsd-questions@freebsd.org From: John Subject: Trouble building libwmf (and wv) ports Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all... I've been trying to build wv (/usr/ports/textproc/wv). As a dependency, it's trying to build libwmf (/usr/ports/graphics/libwmf). This build, however, keeps crashing. I've pasted the errors below. I've tried deleting (and thereby re-downloading the tarball), and I've also tried re-cvsupping the entire libwmf port. Neither provided an operating solution. Any thoughts? Thanks in advance, John The build goes as follows: ===> Extracting for libwmf-0.1.21 >> Checksum OK for libwmf-0.1.21.tar.gz. ===> libwmf-0.1.21 depends on shared library: png.4 - found ===> libwmf-0.1.21 depends on shared library: ttf.4 - found ===> libwmf-0.1.21 depends on shared library: Xpm.4 - found ===> libwmf-0.1.21 depends on shared library: X11.6 - found ===> Patching for libwmf-0.1.21 ===> Applying FreeBSD patches for libwmf-0.1.21 ===> Configuring for libwmf-0.1.21 (cd /usr/ports/graphics/libwmf/work/libwmf; /bin/ln -sf xgd-1.7.3 xgd) (cd /usr/ports/graphics/libwmf/work/libwmf/libdib; /bin/ln -sf ../bytelevel.c) creating cache ./config.cache checking for gcc... cc checking whether the C compiler (cc -O -pipe ) works... yes checking whether the C compiler (cc -O -pipe ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether make sets ${MAKE}... yes checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking for ranlib... ranlib checking how to run the C preprocessor... cc -E checking for freetype.h... yes checking for TT_Init_FreeType in -lttf... yes checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for ptsname in -lpt... no checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for ANSI C header files... yes checking for unistd.h... yes checking for X11/xpm.h... yes checking for XpmReadFileToXpmImage in -lXpm... yes checking for nint in -lm... no checking for zlib.h... yes checking for gzread in -lz... yes checking for png.h... no checking for working const... yes updating cache ./config.cache creating ./config.status creating Makefile creating libdib/Makefile creating xgd-1.7.3/Makefile creating libxfig/Makefile ===> Building for libwmf-0.1.21 making libxgd in xgd-1.7.3 cc -I/usr/local/include -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include -DHAVE_TTF=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_XPM=1 -DUSE_X=1 -I../ -c gd.c cc -I/usr/local/include -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include -DHAVE_TTF=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_XPM=1 -DUSE_X=1 -I../ -c gd_gd.c cc -I/usr/local/include -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include -DHAVE_TTF=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_XPM=1 -DUSE_X=1 -I../ -c gd_gd2.c cc -I/usr/local/include -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include -DHAVE_TTF=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_XPM=1 -DUSE_X=1 -I../ -c gd_io.c cc -I/usr/local/include -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include -DHAVE_TTF=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_XPM=1 -DUSE_X=1 -I../ -c gd_io_dp.c cc -I/usr/local/include -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include -DHAVE_TTF=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_XPM=1 -DUSE_X=1 -I../ -c gd_io_file.c cc -I/usr/local/include -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include -DHAVE_TTF=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_XPM=1 -DUSE_X=1 -I../ -c gd_ss.c cc -I/usr/local/include -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include -DHAVE_TTF=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_XPM=1 -DUSE_X=1 -I../ -c gd_io_ss.c cc -I/usr/local/include -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include -DHAVE_TTF=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_XPM=1 -DUSE_X=1 -I../ -c gd_png.c gd_png.c:6: png.h: No such file or directory gd_png.c:32: syntax error before `jmp_buf' gd_png.c:37: syntax error before `png_ptr' gd_png.c: In function `gdPngErrorHandler': gd_png.c:50: `msg' undeclared (first use in this function) gd_png.c:50: (Each undeclared identifier is reported only once gd_png.c:50: for each function it appears in.) gd_png.c:53: `png_ptr' undeclared (first use in this function) gd_png.c:53: warning: assignment makes pointer from integer without a cast gd_png.c:61: structure has no member named `jmpbuf' gd_png.c: At top level: gd_png.c:65: syntax error before `png_ptr' gd_png.c: In function `gdPngReadData': gd_png.c:68: `data' undeclared (first use in this function) gd_png.c:68: `length' undeclared (first use in this function) gd_png.c:69: `png_ptr' undeclared (first use in this function) gd_png.c: At top level: gd_png.c:72: syntax error before `png_ptr' gd_png.c: In function `gdPngWriteData': gd_png.c:75: `data' undeclared (first use in this function) gd_png.c:75: `length' undeclared (first use in this function) gd_png.c:76: `png_ptr' undeclared (first use in this function) gd_png.c: At top level: gd_png.c:79: syntax error before `png_ptr' gd_png.c: In function `gdImageCreateFromPngCtx': gd_png.c:98: syntax error before `sig' gd_png.c:104: syntax error before `palette' gd_png.c:120: `sig' undeclared (first use in this function) gd_png.c:124: `png_ptr' undeclared (first use in this function) gd_png.c:124: `PNG_LIBPNG_VER_STRING' undeclared (first use in this function) gd_png.c:131: `info_ptr' undeclared (first use in this function) gd_png.c:144: structure has no member named `jmpbuf' gd_png.c:155: `width' undeclared (first use in this function) gd_png.c:155: `height' undeclared (first use in this function) gd_png.c:163: `PNG_COLOR_MASK_ALPHA' undeclared (first use in this function) gd_png.c:169: `PNG_COLOR_TYPE_PALETTE' undeclared (first use in this function) gd_png.c:170: `palette' undeclared (first use in this function) gd_png.c:171: `PNG_INFO_tRNS' undeclared (first use in this function) gd_png.c:175: `trans' undeclared (first use in this function) gd_png.c:199: `PNG_COLOR_TYPE_GRAY' undeclared (first use in this function) gd_png.c:200: `PNG_COLOR_TYPE_GRAY_ALPHA' undeclared (first use in this function) gd_png.c:202: `png_colorp' undeclared (first use in this function) gd_png.c:202: syntax error before `malloc' gd_png.c:170: warning: unreachable code at beginning of switch statement gd_png.c:213: `trans_gray_rgb' undeclared (first use in this function) gd_png.c:229: break statement not within loop or switch gd_png.c:231: `PNG_COLOR_TYPE_RGB' undeclared (first use in this function) gd_png.c:232: `PNG_COLOR_TYPE_RGB_ALPHA' undeclared (first use in this function) gd_png.c:234: syntax error before `malloc' gd_png.c: At top level: gd_png.c:239: warning: data definition has no type or storage class gd_png.c:240: warning: data definition has no type or storage class gd_png.c:241: syntax error before `if' *** Error code 1 Stop in /usr/ports/graphics/libwmf/work/libwmf/xgd-1.7.3. *** Error code 1 Stop in /usr/ports/graphics/libwmf/work/libwmf. *** Error code 1 Stop in /usr/ports/graphics/libwmf. *** Error code 1 Stop in /usr/ports/graphics/libwmf. *** Error code 1 Stop in /usr/ports/graphics/libwmf. merlin# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 15: 6:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id E9DE837B423 for ; Tue, 10 Apr 2001 15:06:49 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.2/8.11.1) id f3AM6cv75421; Wed, 11 Apr 2001 10:06:38 +1200 (NZST) (envelope-from jonc) Date: Wed, 11 Apr 2001 10:06:38 +1200 From: Jonathan Chen To: Stijn Hoop Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Matrox G450 & DRI Message-ID: <20010411100638.D72535@itouchnz.itouch> References: <20010410223754.A5386@pcwin002.win.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010410223754.A5386@pcwin002.win.tue.nl>; from stijn@win.tue.nl on Tue, Apr 10, 2001 at 10:37:54PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 10, 2001 at 10:37:54PM +0200, Stijn Hoop wrote: > Hi, > > Is it possible to enable DRI using a Matrox G450 on FreeBSD-4.3RC with > XFree86-4.0.3? [...] You could try re-cvsup'ing your ports collectionfor XFree86-4. There's a couple of entries in there that may be of interest to you: 2001-04-09 19:34:01 jmz Upgrade the Matrox driver to version 1.2.0 2001-04-09 18:16:12 jmz Build and install the DRI kernel modules. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "Lots of folks confuse bad management with destiny" - Kin Hubbard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 15:10: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 1AFE237B422 for ; Tue, 10 Apr 2001 15:09:58 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.2/8.11.1) id f3AM9nF75517; Wed, 11 Apr 2001 10:09:49 +1200 (NZST) (envelope-from jonc) Date: Wed, 11 Apr 2001 10:09:49 +1200 From: Jonathan Chen To: BSD Admin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: IMAP Message-ID: <20010411100949.E72535@itouchnz.itouch> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from freebsd@noc.ntelos.net on Tue, Apr 10, 2001 at 05:17:29PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 10, 2001 at 05:17:29PM -0500, BSD Admin wrote: > Hey Guys, > I've got imapd installed on my system. > > /usr/local/bin/imapd > > It appears that this daemon does not run all the time. > I read the man page and am still a little confused. > > I've set up a mail agent to try to use imap and I get 'connection refused > by server'. I suspect there is something that needs to be done on the > server side. You need to uncomment the line: imap4 stream tcp nowait root /usr/local/libexec/imapd imapd in /etc/inetd.conf, and restart inetd(8) -- Jonathan Chen ---------------------------------------------------------------------- Do not take life too seriously. You will never get out of it alive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 15:16:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cluck.stealthchickens.org (cluck.stealthchickens.org [209.192.217.153]) by hub.freebsd.org (Postfix) with ESMTP id 1B2D937B423 for ; Tue, 10 Apr 2001 15:16:51 -0700 (PDT) (envelope-from mij@osdn.com) Received: from guinness.osdn.com (root@cluck.stealthchickens.org [209.192.217.153]) by cluck.stealthchickens.org (8.11.3/8.11.3) with ESMTP id f3AMGnb32542; Tue, 10 Apr 2001 18:16:49 -0400 (EDT) (envelope-from mij@osdn.com) Received: by guinness.osdn.com (Postfix, from userid 1000) id A1086106; Tue, 10 Apr 2001 18:16:48 -0400 (EDT) Date: Tue, 10 Apr 2001 18:16:48 -0400 From: Jim Mock To: Jeremiah Gowdy Cc: jamescarr1984 , freebsd-questions@FreeBSD.ORG Subject: Re: rules Message-ID: <20010410181647.A4014@guinness.osdn.com> Reply-To: mij@osdn.com References: <009b01c0c1ec$1ec5dc60$94beff3e@host1> <001801c0c1fa$fd311150$035778d8@sherline.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: <001801c0c1fa$fd311150$035778d8@sherline.net>; from jgowdy@home.com on Tue, Apr 10, 2001 at 01:15:29PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 10 Apr 2001 at 13:15:29 -0700, Jeremiah Gowdy wrote: > > I am setting up a small company which downloads linux/unix > > distributions, burns them onto cd and sells copies at a small fee. > > Is this legal to do, am I braking any rules or policies? What we > > are aiming to save time and aid frustration for users who only have > > dial-up access. > > Well I thought the FreeBSD ISO image belongs to Walnut > Creek/BSDi/whoever/new. You can make your own original ISO image, but > I don't believe you can just resell theirs. FreeBSD is free, the ISO > images are copyrighted, I believe. I may be wrong, but we covered > something of this nature at the San Diego BSD User meet. You're mostly wrong. Only disks 2-4 can't be copied as-is. You can do whatever you like with disc 1 (that's why there is only a disc 1 ISO). - jim -- - jim mock - O|S|D|N - open source development network - - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 15:53:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.venaca.com (mail.venaca.com [207.237.1.53]) by hub.freebsd.org (Postfix) with SMTP id 808DC37B42C for ; Tue, 10 Apr 2001 15:53:22 -0700 (PDT) (envelope-from rbradbury@venaca.com) Received: (qmail 16018 invoked by uid 518); 10 Apr 2001 22:53:36 -0000 Received: from unknown (HELO sid) (141.150.137.116) by mail.venaca.com with SMTP; 10 Apr 2001 22:53:36 -0000 Message-ID: <002f01c0c211$09c7de60$6301a8c0@sid> From: "Ron Bradbury" To: Subject: Date: Tue, 10 Apr 2001 18:53:19 -0400 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.org/) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG auth d57030aa unsubscribe freebsd-questions rbradbury@venaca.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 16:35:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from oddjob.adhesivemedia.com (oddjob.adhesivemedia.com [207.202.159.77]) by hub.freebsd.org (Postfix) with ESMTP id 8DE0B37B422; Tue, 10 Apr 2001 16:35:08 -0700 (PDT) (envelope-from philip@adhesivemedia.com) Received: from localhost (philip@localhost) by oddjob.adhesivemedia.com (8.11.1/8.11.1) with ESMTP id f3ANZ1H15371; Tue, 10 Apr 2001 16:35:01 -0700 (PDT) (envelope-from philip@adhesivemedia.com) Date: Tue, 10 Apr 2001 16:35:01 -0700 (PDT) From: Philip Hallstrom To: "Jonathan M. Slivko" Cc: , Subject: Re: Turtle Beach Montego II -- Drivers anyone? In-Reply-To: <014301c0c20a$609c4750$01000001@darkstar> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Check out the "aureal-kmod" port and this url. http://www.cis.ohio-state.edu/~matey/au88x0/ It works very well for me... I have the Montego I (it says it will do both). On Tue, 10 Apr 2001, Jonathan M. Slivko wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Does anyone have (or know of) any compatible drivers for the Turtle > Beach Montego II? I would be very interested to find some so I can > install FreeBSD on my system with the soundcard being supported. If > anyone has any drivers for me, they would be most appreciated. > Thanks. > > - -- Jonathan M. Slivko > > - ---- > Jonathan M. Slivko > Systems Administrator, DataSyrge Internet Services > Website: http://home.nyc.rr.com/jmsnyc/ > > "FreeBSD -- The Power to Serve!" > (PGP Key Available on Website) > - ---- > > -----BEGIN PGP SIGNATURE----- > Version: PGPfreeware 7.0.3 for non-commercial use > > iQA/AwUBOtODrVCH8ke4aYN4EQIYsgCdFjSgl2bqx8lXTNMyI70UiO/MocYAn3ZL > l4ew4aCvjtnOQh9uslUMAmcP > =suMQ > -----END PGP SIGNATURE----- > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 16:44:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rm-rstar.sfu.ca (rm-rstar.sfu.ca [142.58.120.21]) by hub.freebsd.org (Postfix) with ESMTP id EEB7637B424 for ; Tue, 10 Apr 2001 16:44:34 -0700 (PDT) (envelope-from tmchow@sfu.ca) Received: from fraser.sfu.ca (tmchow@fraser.sfu.ca [142.58.101.25]) by rm-rstar.sfu.ca (8.10.1/8.10.1/SFU-5.0H) with ESMTP id f3ANiYq29651 for ; Tue, 10 Apr 2001 16:44:34 -0700 (PDT) Received: from localhost (tmchow@localhost) by fraser.sfu.ca (8.9.2/8.9.2/SFU-5.0C) with ESMTP id QAA00703 for ; Tue, 10 Apr 2001 16:44:34 -0700 (PDT) X-Authentication-Warning: fraser.sfu.ca: tmchow owned process doing -bs Date: Tue, 10 Apr 2001 16:44:34 -0700 (PDT) From: Trevin Chow To: Subject: Even more SSHD strangeness Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Everyone's probably read my previous emails regarding my remote SSH disconnections... I decided to just load a completely open firewall ruleset, namely: 00100 1258 92612 allow ip from any to any 65535 0 0 deny ip from any to any I'm still getting disconnected in my SSH connections! Even stranger is that when I went to the actual server's terminal this time, there was an SSHD error: sshd[40927]: failed: Write failed: Permission Denied Previously several people emailed me saying it was likely a DENY rule in my firewall ruleset which was causing things to go astray. Doesn't this prove it's something else? I would love to entertain ANY suggestions. Regards, Trevin Chow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 16:49: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id ED0B537B422 for ; Tue, 10 Apr 2001 16:48:58 -0700 (PDT) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.3/8.11.3) id f3ANmvu74312; Tue, 10 Apr 2001 19:48:57 -0400 (EDT) (envelope-from lowell) To: freebsd-questions@freebsd.org Subject: Re: Firewall rules causing SSH disconects? References: <20010410141457.A8255@grumpy.dyndns.org> <5.0.2.1.2.20010410134314.02603bf8@popserver.sfu.ca> From: Lowell Gilbert Date: 10 Apr 2001 19:48:57 -0400 In-Reply-To: tmchow@sfu.ca's message of "10 Apr 2001 23:04:18 +0200" Message-ID: <443dbgjoye.fsf@lowellg.ne.mediaone.net> Lines: 38 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tmchow@sfu.ca (Trevin Chow) writes: > At 02:14 PM 4/10/2001 -0500, David Kelly wrote: > > >Then again this might have more to do with NAT in the Pipeline than > >firewall altho the two are hard to tell apart. > > > >Playing with keep-state and check-state in ipfw I found the default > >timer values to be way too fast. Only played with it for about an hour > >but observed connection states were dropped when netstat said the socket > >was still open, and my applications were crying because they too were > >upset about their connections failing. > > > >Maybe I wrote the ipfw rule(s) wrong. Used a simple "allow all outgoing > >tcp connection from this host to any and keep-state". Maybe it was > >keeping state of "connection in progress" when I intended only the act > >of connecting was allowed to establish a pass rule between two hosts. > > I've used 2 different versions of firewall rules. One was just a simple > ruleset filtering out very little, and the one I'm trying now uses some > "keep-state" rules from an article i read on BSDToday > (http://www.bsdtoday.com/2000/December/Features359.html). However, I seem > to be getting the same behaviour on both sets of rules. I'm going to try > just an completely open firewall and see if I get the same behaviour. > > I guess this begs the question: What would cause a firewall to cut off idle > connections? Well, keep-state times out after a (sysctl-controllable) period of time. natd will also time out (after a day, by default, I think). There may be a firewall or address translation device on the other side (or in between) which is timing out. And plenty of other, relatively unlikely, possibilities. The thing to check is probably whether the connection is being shut down by the other side (with a FIN or RST), by a lack of ACKs coming back, or for some reason internal to your own host. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 17: 9:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes09-hme0.telusplanet.net (mtaout.telus.net [199.185.220.235]) by hub.freebsd.org (Postfix) with ESMTP id 01E1637B422 for ; Tue, 10 Apr 2001 17:09:11 -0700 (PDT) (envelope-from tmchow@sfu.ca) Received: from CRX.sfu.ca ([209.53.63.29]) by priv-edtnes09-hme0.telusplanet.net (InterMail vM.4.01.03.10 201-229-121-110) with ESMTP id <20010411000910.MPJG2141.priv-edtnes09-hme0.telusplanet.net@CRX.sfu.ca>; Tue, 10 Apr 2001 18:09:10 -0600 Message-Id: <5.0.2.1.2.20010410170717.02dc5d18@popserver.sfu.ca> X-Sender: tmchow@popserver.sfu.ca X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Tue, 10 Apr 2001 17:14:35 -0700 To: Lowell Gilbert , freebsd-questions@FreeBSD.ORG From: Trevin Chow Subject: Re: Firewall rules causing SSH disconects? In-Reply-To: <443dbgjoye.fsf@lowellg.ne.mediaone.net> References: <20010410141457.A8255@grumpy.dyndns.org> <5.0.2.1.2.20010410134314.02603bf8@popserver.sfu.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 07:48 PM 4/10/2001 -0400, Lowell Gilbert wrote: >The thing to check is probably whether the connection is being shut >down by the other side (with a FIN or RST), by a lack of ACKs coming >back, or for some reason internal to your own host. I doubt the remote side is causing the problems, as I"m able to connect to other remote hosts okay with the same SSH client. FWIW, the client is a Windows 2K box using SecureCRT. However, I get the same behaviour out of a simple ssh connection from my University's Solaris boxes. It seems that everything points to my actual server being the problem, but I can't figure out for the life of me what it might be. Considering I'm now runnign a completely open firewall (allow ip from any to any), I think I've completely eliminated the possibility of a firewall rule causing this... I'm open to field any other possibilties. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 17:35:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.rdc2.bc.home.com (mail1.rdc2.bc.home.com [24.2.10.84]) by hub.freebsd.org (Postfix) with ESMTP id B00C137B422 for ; Tue, 10 Apr 2001 17:35:31 -0700 (PDT) (envelope-from 31067596419@home.com) Received: from cs263331a ([24.115.71.197]) by mail1.rdc2.bc.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010411003531.BYRX11678.mail1.rdc2.bc.home.com@cs263331a> for ; Tue, 10 Apr 2001 17:35:31 -0700 Message-ID: <001601c0c21f$f1360d40$c5477318@crdva1.bc.wave.home.com> From: "31067596419" <31067596419@home.com> To: Subject: ADDING MORE IPS on a Diff subnets Date: Tue, 10 Apr 2001 17:40:00 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0013_01C0C1E5.4427BB60" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0013_01C0C1E5.4427BB60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello=20 Im trying to add more ips to my FreeBSD box. The ips are on a diff = subnets how do i do that ?=20 Can anyone points me to some help ?=20 Thx=20 The greatest trick the devil ever pulled was convincing the world = Windows didn't exist.=20 ------=_NextPart_000_0013_01C0C1E5.4427BB60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello
 
Im trying to add more ips to my FreeBSD = box. =20 The ips are on a diff subnets how do i do that ?
 
 
Can anyone points me to some help = ?=20
 
 
Thx
 
The greatest trick the devil ever = pulled was=20 convincing the world Windows didn't exist. =
------=_NextPart_000_0013_01C0C1E5.4427BB60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 17:35:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from areilly.bpc-users.org (CPE-144-132-234-126.nsw.bigpond.net.au [144.132.234.126]) by hub.freebsd.org (Postfix) with SMTP id AD88937B424 for ; Tue, 10 Apr 2001 17:35:53 -0700 (PDT) (envelope-from areilly@bigpond.net.au) Received: (qmail 11519 invoked by uid 1000); 11 Apr 2001 00:35:52 -0000 From: "Andrew Reilly" Date: Wed, 11 Apr 2001 10:35:52 +1000 To: Gerald Pfeifer Cc: Jeff Miller , BSD-Emulation List , BSD-Questions List Subject: Re: [emulation] Wine 20010305 on 4.02-20010409-STABLE Message-ID: <20010411103552.A10618@gurney.reilly.home> References: <011a01c0c1e1$b97467f0$1202a8c0@domainbank.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from pfeifer@dbai.tuwien.ac.at on Tue, Apr 10, 2001 at 10:40:43PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 10, 2001 at 10:40:43PM +0200, Gerald Pfeifer wrote: > On Tue, 10 Apr 2001, Jeff Miller wrote: > > Has anyone gotten Wine 20010305 to run on 4.2-20010409-STABLE, X 3.36 and > > KDE 2.1.1? I am recieving the 'Protocol error: process 0x8069000: partial > > recvmsg 0 from fd' > > I'm not using KDE 2.x, but Wine 20010326 runs just fine on 4.2-RELEASE > with XFree 3.x, you might want to try this version of the port. > > (I upgraded the Wine port just a few days ago, that's when I did my > tests.) I've been tracking wine versions as they hit ports, with RELENG_4 and XFree86-4.0.3, and I believe that there are some issues with tasks/threading/ipc. Specifically, some of the sub-tasks spawned by Lotus Notes now have a tendancy to make the whole thing lock-up and require killing from another terminal. I get the partial recvmsg 0 from fd now, too. -- Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 17:38:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns-exch05.jccc.net (ns-exch05.jccc.net [198.248.56.5]) by hub.freebsd.org (Postfix) with ESMTP id 4079E37B423 for ; Tue, 10 Apr 2001 17:38:55 -0700 (PDT) (envelope-from ndunker@jccc.net) Received: by ns-exch05 with Internet Mail Service (5.5.2653.19) id ; Tue, 10 Apr 2001 19:36:50 -0500 Message-ID: From: Noah Dunker To: "'freebsd-questions@freebsd.org'" Subject: FW: ADDING MORE IPS on a Diff subnets Date: Tue, 10 Apr 2001 19:36:49 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you have IP Alias turned on in the kernel (I'm pretty sure GENERIC has it): ifconfig ep0 inet 10.0.0.1 alias (just like normal, just use "alias" keyword at the end. to remove aliases, use a "-alias" at the end) Add routes as needed. I think this is covered in the Handbook, a quick search probably would have given you this info, and might answer some other questions as well. Noah Dunker Systems Analyst/Technician Johnson County Community College -----Original Message----- From: 31067596419 [mailto:31067596419@home.com] Sent: Tuesday, April 10, 2001 7:40 PM To: questions@FreeBSD.ORG Subject: ADDING MORE IPS on a Diff subnets Hello Im trying to add more ips to my FreeBSD box. The ips are on a diff subnets how do i do that ? Can anyone points me to some help ? Thx The greatest trick the devil ever pulled was convincing the world Windows didn't exist. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 17:46:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail8.sdc1.sfba.home.com (femail8.sdc1.sfba.home.com [24.0.95.88]) by hub.freebsd.org (Postfix) with ESMTP id 6515737B422 for ; Tue, 10 Apr 2001 17:46:45 -0700 (PDT) (envelope-from pstapley@rapidnet.com) Received: from tar ([24.15.231.134]) by femail8.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010411004643.SHIG26721.femail8.sdc1.sfba.home.com@tar> for ; Tue, 10 Apr 2001 17:46:43 -0700 Message-ID: <002601c0c221$15078ea0$0201a8c0@ihatejim.net> From: "Pete Stapley" To: Subject: Missing Operating System Date: Tue, 10 Apr 2001 18:48:10 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0023_01C0C1EE.CA20D360" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0023_01C0C1EE.CA20D360 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I just installed 4.2 from FTP and when I reboot I get and error, = "missing operating system". Any suggestions? ------=_NextPart_000_0023_01C0C1EE.CA20D360 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I just installed 4.2 from FTP and when = I reboot I=20 get and error, "missing operating system". Any=20 suggestions?
------=_NextPart_000_0023_01C0C1EE.CA20D360-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 17:46:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ruby.he.net (ruby.he.net [216.218.187.2]) by hub.freebsd.org (Postfix) with ESMTP id 6F4F637B422 for ; Tue, 10 Apr 2001 17:46:51 -0700 (PDT) (envelope-from bill@wiliweld.com) Received: from corten8.billschoolcraft.com (adsl-63-193-247-201.dsl.snfc21.pacbell.net [63.193.247.201]) by ruby.he.net (8.8.6/8.8.2) with ESMTP id RAA28252; Tue, 10 Apr 2001 17:46:57 -0700 Date: Tue, 10 Apr 2001 17:42:48 -0700 (PDT) From: Bill Schoolcraft X-Sender: To: 31067596419 <31067596419@home.com> Cc: Subject: Re: ADDING MORE IPS on a Diff subnets In-Reply-To: <001601c0c21f$f1360d40$c5477318@crdva1.bc.wave.home.com> Message-ID: System-ID: [en] (I; SunOS 5.8 i86pc) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Tue, 10 Apr 2001 it looks like 31067596419 composed: 310675->Hello 310675-> 310675->Im trying to add more ips to my FreeBSD box. The ips are on a diff subnets how do i do that ? 310675-> 310675-> 310675->Can anyone points me to some help ? 310675-> 310675-> ........ you will need to spell out what you mean, describe the topology of the network and address scheme desired before we can even start to help. :) -- Bill Schoolcraft PO Box 210076 -o) San Francisco CA 94121 /\ "UNIX, A Way Of Life." _\_v http://forwardslashunix.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 17:47:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12708.mail.yahoo.com (web12708.mail.yahoo.com [216.136.173.245]) by hub.freebsd.org (Postfix) with SMTP id 5343537B422 for ; Tue, 10 Apr 2001 17:47:10 -0700 (PDT) (envelope-from arashreza@yahoo.com) Message-ID: <20010411004709.90199.qmail@web12708.mail.yahoo.com> Received: from [203.173.250.141] by web12708.mail.yahoo.com; Tue, 10 Apr 2001 17:47:09 PDT Date: Tue, 10 Apr 2001 17:47:09 -0700 (PDT) From: arash nezhad Subject: MIT-SHM To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have enabled MIT-SHM shared memory in gnome's imlib configuration options, but when i play movies in MpegTV or when gnome crashes sometimes it complains that i havent enabled shared memory with the X server. I have: options SYSVSHM options SYSVMSG options SYSVSEM in the kernel aswell, is there anything im missing? thanks __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 17:51:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webpoint.sentex.ca (webpoint.sentex.ca [64.7.141.39]) by hub.freebsd.org (Postfix) with ESMTP id E381537B422 for ; Tue, 10 Apr 2001 17:51:10 -0700 (PDT) (envelope-from dusty@webpoint.net) Received: from fx500 (p34b.boron3.sentex.ca [205.210.141.50]) by webpoint.sentex.ca (8.9.3/8.9.3) with SMTP id UAA41144 for ; Tue, 10 Apr 2001 20:42:24 -0400 (EDT) (envelope-from dusty@webpoint.net) From: "Creig Eckersley" To: Subject: what files need to be to be changed to add a vertural domaine to a system and what are the pathes to the files Date: Tue, 10 Apr 2001 20:29:13 -0400 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 IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.237 / Virus Database: 115 - Release Date: 3/7/2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 17:55:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webpoint.sentex.ca (webpoint.sentex.ca [64.7.141.39]) by hub.freebsd.org (Postfix) with ESMTP id 02A1A37B422 for ; Tue, 10 Apr 2001 17:55:36 -0700 (PDT) (envelope-from dusty@webpoint.net) Received: from fx500 (p34b.boron3.sentex.ca [205.210.141.50]) by webpoint.sentex.ca (8.9.3/8.9.3) with SMTP id UAA41201 for ; Tue, 10 Apr 2001 20:46:48 -0400 (EDT) (envelope-from dusty@webpoint.net) From: "Creig Eckersley" To: Subject: is there a batch file which will help me create a virtual domaine on freebsd system Date: Tue, 10 Apr 2001 20:33:14 -0400 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 IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.237 / Virus Database: 115 - Release Date: 3/7/2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 17:55:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pravda.tenzo.net (h24-69-46-74.gv.shawcable.net [24.69.46.74]) by hub.freebsd.org (Postfix) with ESMTP id 54E9437B423 for ; Tue, 10 Apr 2001 17:55:36 -0700 (PDT) (envelope-from michael@tenzo.com) Received: from pravda.tenzo.net (localhost.localdomain [127.0.0.1]) by pravda.tenzo.net (Postfix) with SMTP id D12233F25 for ; Tue, 10 Apr 2001 17:55:35 -0700 (PDT) Content-Type: text/plain; charset="iso-8859-1" From: Michael O'Henly Reply-To: michael@tenzo.com Organization: TENZO Design To: freebsd-questions@FreeBSD.ORG Subject: Re: Naming ethernet NICs Date: Tue, 10 Apr 2001 17:55:35 -0700 X-Mailer: KMail [version 1.2] References: In-Reply-To: MIME-Version: 1.0 Message-Id: <01041017553500.02141@pravda.tenzo.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday 10 April 2001 14:50, Bill Schoolcraft wrote: [...] > .......... that is exactly why I stopped concentrating on Linux and > moved over to Unix based OS's to get a broader scope of things. Not > only are the NIC's named different, but the devices. [...] So if NICs are named on the basis of their type/driver, doesn't that mean a lot of reconfiguring is needed if you should happen to replace a card with something different? M. -- Michael O'Henly TENZO Design To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 17:56: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 8462F37B422 for ; Tue, 10 Apr 2001 17:55:55 -0700 (PDT) (envelope-from mike@inethouston.net) Received: from asdf (24-240-235-143.hsacorp.net [24.240.235.143]) by leviathan.inethouston.net (Postfix) with ESMTP id CB6B410F400; Tue, 10 Apr 2001 19:55:49 -0500 (CDT) Message-ID: <007d01c0c221$f55e9660$0204a8c0@dfgh> From: "Michael J. Turner" To: "Pete Stapley" , References: <002601c0c221$15078ea0$0201a8c0@ihatejim.net> Subject: Re: Missing Operating System Date: Tue, 10 Apr 2001 19:54:25 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_007A_01C0C1F8.0BA6B9E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_007A_01C0C1F8.0BA6B9E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have had that happen before, but I came to find out my drive was = dying. It could be the boot record. Im not totally for sure though ----- Original Message -----=20 From: Pete Stapley=20 To: questions@freebsd.org=20 Sent: Tuesday, April 10, 2001 7:48 PM Subject: Missing Operating System I just installed 4.2 from FTP and when I reboot I get and error, = "missing operating system". Any suggestions? ------=_NextPart_000_007A_01C0C1F8.0BA6B9E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I have had that happen before, but I = came to find=20 out my drive was dying.
It could be the boot record. Im not = totally for=20 sure though
 
----- Original Message -----
From:=20 Pete=20 Stapley
Sent: Tuesday, April 10, 2001 = 7:48=20 PM
Subject: Missing Operating = System

I just installed 4.2 from FTP and = when I reboot I=20 get and error, "missing operating system". Any=20 suggestions?
------=_NextPart_000_007A_01C0C1F8.0BA6B9E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 18: 2:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail5.sdc1.sfba.home.com (femail5.sdc1.sfba.home.com [24.0.95.85]) by hub.freebsd.org (Postfix) with ESMTP id CA47A37B422 for ; Tue, 10 Apr 2001 18:02:06 -0700 (PDT) (envelope-from pstapley@rapidnet.com) Received: from tar ([24.15.231.134]) by femail5.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010411010206.PPKN26531.femail5.sdc1.sfba.home.com@tar>; Tue, 10 Apr 2001 18:02:06 -0700 Message-ID: <001301c0c223$3aee17e0$0201a8c0@ihatejim.net> From: "Pete Stapley" To: "Michael J. Turner" , References: <002601c0c221$15078ea0$0201a8c0@ihatejim.net> <007d01c0c221$f55e9660$0204a8c0@dfgh> Subject: Re: Missing Operating System Date: Tue, 10 Apr 2001 19:03:32 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0010_01C0C1F0.EFF81A60" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0010_01C0C1F0.EFF81A60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I think it is the boot record, anything in BSD similar to fdisk /mbr in = the dos world? ----- Original Message -----=20 From: Michael J. Turner=20 To: Pete Stapley ; questions@freebsd.org=20 Sent: Tuesday, April 10, 2001 6:54 PM Subject: Re: Missing Operating System I have had that happen before, but I came to find out my drive was = dying. It could be the boot record. Im not totally for sure though ----- Original Message -----=20 From: Pete Stapley=20 To: questions@freebsd.org=20 Sent: Tuesday, April 10, 2001 7:48 PM Subject: Missing Operating System I just installed 4.2 from FTP and when I reboot I get and error, = "missing operating system". Any suggestions? ------=_NextPart_000_0010_01C0C1F0.EFF81A60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I think it is the boot record, anything = in BSD=20 similar to fdisk /mbr in the dos world?
----- Original Message -----
From:=20 Michael J.=20 Turner
To: Pete Stapley ; questions@freebsd.org
Sent: Tuesday, April 10, 2001 = 6:54=20 PM
Subject: Re: Missing Operating=20 System

I have had that happen before, but I = came to find=20 out my drive was dying.
It could be the boot record. Im not = totally for=20 sure though
 
----- Original Message -----
From:=20 Pete=20 Stapley
Sent: Tuesday, April 10, 2001 = 7:48=20 PM
Subject: Missing Operating = System

I just installed 4.2 from FTP and = when I reboot=20 I get and error, "missing operating system". Any=20 suggestions?
------=_NextPart_000_0010_01C0C1F0.EFF81A60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 18: 6:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xyzzy.intranet.snsonline.net (dhcp.looksmart.com.au [202.53.47.178]) by hub.freebsd.org (Postfix) with ESMTP id 66FC537B422 for ; Tue, 10 Apr 2001 18:06:36 -0700 (PDT) (envelope-from msergeant@snsonline.net) Received: from xyzzy.intranet.snsonline.net (localhost [127.0.0.1]) by xyzzy.intranet.snsonline.net (8.11.1/8.11.1) with SMTP id f3B168m09111; Wed, 11 Apr 2001 11:06:09 +1000 (EST) (envelope-from msergeant@snsonline.net) Message-Id: <200104110106.f3B168m09111@xyzzy.intranet.snsonline.net> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 From: "Mark Sergeant" To: "Michael J. Turner" , "Pete Stapley" , Subject: Re: Missing Operating System X-Mailer: Pronto v2.2.3 On freebsd/mysql Date: 10 Apr 2001 20:06:05 EST Reply-To: "Mark Sergeant" In-Reply-To: <007d01c0c221$f55e9660$0204a8c0@dfgh> References: <002601c0c221$15078ea0$0201a8c0@ihatejim.net> <007d01c0c221$f55e9660$0204a8c0@dfgh> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Could also be that no partition is set active. Use fdisk to set a partition active if it isn't already. Cheers, Mark On Tue, 10 Apr 2001 19:54:25 -0500, Michael J. Turner said: > I have had that happen before, but I came to find out my drive was dying. > It could be the boot record. Im not totally for sure though > > ----- Original Message ----- > From: Pete Stapley > To: questions@freebsd.org > Sent: Tuesday, April 10, 2001 7:48 PM > Subject: Missing Operating System > > > I just installed 4.2 from FTP and when I reboot I get and error, "missing operating system". Any suggestions? > -- The distinction between Jewish and goyish can be quite subtle, as the following quote from Lenny Bruce illustrates: "I'm Jewish. Count Basie's Jewish. Ray Charles is Jewish. Eddie Cantor's goyish. The B'nai Brith is goyish. The Hadassah is Jewish. Marine Corps -- heavy goyish, dangerous. "Kool-Aid is goyish. All Drake's Cakes are goyish. Pumpernickel is Jewish and, as you know, white bread is very goyish. Instant potatoes -- goyish. Black cherry soda's very Jewish. Macaroons are ____very Jewish. Fruit salad is Jewish. Lime Jell-O is goyish. Lime soda is ____very goyish. Trailer parks are so goyish that Jews won't go near them ..." -- Arthur Naiman, "Every Goy's Guide to Yiddish" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 18:12:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtpe.casema.net (smtpe.casema.net [195.96.96.172]) by hub.freebsd.org (Postfix) with SMTP id C105437B423 for ; Tue, 10 Apr 2001 18:12:50 -0700 (PDT) (envelope-from walter@binity.com) Received: (qmail 26018 invoked from network); 11 Apr 2001 01:12:48 -0000 Received: from unknown (HELO slash.b118.binity.net) (212.64.76.144) by smtpe.casema.net with SMTP; 11 Apr 2001 01:12:48 -0000 Received: from tsunami.b118.binity.net (tsunami.b118.binity.net [172.18.3.10]) by slash.b118.binity.net (Postfix) with ESMTP id A179C12B for ; Wed, 11 Apr 2001 03:11:57 +0200 (CEST) Received: from tsunami.b118.binity.net ([1.0.0.1]) by tsunami.b118.binity.net with Microsoft SMTPSVC(5.0.2195.1600); Wed, 11 Apr 2001 03:15:02 +0200 Date: Wed, 11 Apr 2001 03:15:02 +0200 From: Walter Hop X-Mailer: The Bat! (v1.51) Educational X-Priority: 3 (Normal) Message-ID: <1104306332.20010411031502@binity.com> To: "31067596419" <31067596419@home.com> Cc: questions@freebsd.org Subject: Re: ADDING MORE IPS on a Diff subnets In-Reply-To: <001601c0c21f$f1360d40$c5477318@crdva1.bc.wave.home.com> References: <001601c0c21f$f1360d40$c5477318@crdva1.bc.wave.home.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 Apr 2001 01:15:02.0782 (UTC) FILETIME=[D5CAC1E0:01C0C224] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [in reply to 31067596419@home.com, 11-04-2001] > Im trying to add more ips to my FreeBSD box. The ips are on a diff > subnets how do i do that ? Just make sure that one (only one!) of the aliases in each different subnet has a broadcast for that subnet; set the others to 0xffffffff. For example in /etc/rc.conf: ifconfig_xl0="inet x.y.236.10 netmask 0xffffff00" ifconfig_xl0_alias0="inet x.y.236.1 netmask 0xffffffff" ifconfig_xl0_alias1="inet x.y.236.2 netmask 0xffffffff" ifconfig_xl0_alias2="inet x.y.236.3 netmask 0xffffffff" ifconfig_xl0_alias3="inet x.y.243.161 netmask 0xffffff00" ifconfig_xl0_alias4="inet x.y.243.162 netmask 0xffffffff" ifconfig_xl0_alias5="inet x.y.243.163 netmask 0xffffffff" -- Walter Hop | +31 6 24290808 | PGP key ID: 0x84813998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 18:15:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ruby.he.net (ruby.he.net [216.218.187.2]) by hub.freebsd.org (Postfix) with ESMTP id 021E637B422 for ; Tue, 10 Apr 2001 18:15:36 -0700 (PDT) (envelope-from bill@wiliweld.com) Received: from corten8.billschoolcraft.com (adsl-63-193-247-201.dsl.snfc21.pacbell.net [63.193.247.201]) by ruby.he.net (8.8.6/8.8.2) with ESMTP id SAA01599; Tue, 10 Apr 2001 18:15:35 -0700 Date: Tue, 10 Apr 2001 18:11:26 -0700 (PDT) From: Bill Schoolcraft X-Sender: To: "Michael O'Henly" Cc: Subject: Re: Naming ethernet NICs In-Reply-To: <01041017553500.02141@pravda.tenzo.net> Message-ID: System-ID: [en] (I; SunOS 5.8 i86pc) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Tue, 10 Apr 2001 it looks like Michael O'Henly composed: michae->On Tuesday 10 April 2001 14:50, Bill Schoolcraft wrote: michae-> michae->[...] michae-> michae->> .......... that is exactly why I stopped concentrating on Linux and michae->> moved over to Unix based OS's to get a broader scope of things. Not michae->> only are the NIC's named different, but the devices. michae-> michae->[...] michae-> michae->So if NICs are named on the basis of their type/driver, doesn't that mean a michae->lot of reconfiguring is needed if you should happen to replace a card with michae->something different? michae-> Yes, that is true. It is kinda simplified in Linux to a degree but you still have to set the "alias" in /etc/conf.modules or /etc/modules.conf, depending on what version of Linux you are using, here is mine on another box. alias eth0 3c509 alias eth1 eepro100 Which shows I have a 3com on eth0 and an Intel Pro on the second nic. This is exactly the "power" I was talking about of using different Unix's. You get a core feel of the Unix "engine" no matter what model your on. That same Intel Pro is called "iprb0" on this Solaris-8 (Intel) box I'm typing from, same card, just labeled differently. I was a Union Machinist less than two years ago, took a withdrawl from the Union and took a job in the Linux airspace and from being in a mechanical background my whole life I immediately saw people getting "LOCKED" into one type of machinery, or Unix OS as we apply it here. My feelings on this is "As long as it's FORWARD_SLASH, it OK with me!!" I may not be a top rated Solaris or FreeBSD or Linux Journeyman but I can hold my weight, or "tread water" in almost all the Unix oceans. :) -- Bill Schoolcraft PO Box 210076 -o) San Francisco CA 94121 /\ "UNIX, A Way Of Life." _\_v http://forwardslashunix.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 18:18:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xyzzy.intranet.snsonline.net (dhcp.looksmart.com.au [202.53.47.178]) by hub.freebsd.org (Postfix) with ESMTP id 4597437B422 for ; Tue, 10 Apr 2001 18:18:27 -0700 (PDT) (envelope-from msergeant@snsonline.net) Received: from xyzzy.intranet.snsonline.net (localhost [127.0.0.1]) by xyzzy.intranet.snsonline.net (8.11.1/8.11.1) with SMTP id f3B1IAm09142; Wed, 11 Apr 2001 11:18:10 +1000 (EST) (envelope-from msergeant@snsonline.net) Message-Id: <200104110118.f3B1IAm09142@xyzzy.intranet.snsonline.net> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 From: "Mark Sergeant" To: "Jeremiah Gowdy" , "jamescarr1984" , Subject: Re: rules X-Mailer: Pronto v2.2.3 On freebsd/mysql Date: 10 Apr 2001 20:18:08 EST Reply-To: "Mark Sergeant" In-Reply-To: <001801c0c1fa$fd311150$035778d8@sherline.net> References: <009b01c0c1ec$1ec5dc60$94beff3e@host1> <001801c0c1fa$fd311150$035778d8@sherline.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From memory the only restrictions on iso's is for OpenBSD. Cheers, Mark On Tue, 10 Apr 2001 13:15:29 -0700, Jeremiah Gowdy said: > I am setting up a small company which downloads linux/unix distributions, > burns them onto cd and sells copies at a small fee. Is this legal to do, am > I braking any rules or policies? What we are aiming to save time and aid > frustration for users who only have dial-up access. > > > Well I thought the FreeBSD ISO image belongs to Walnut > Creek/BSDi/whoever/new. You can make your own original ISO image, but I > don't believe you can just resell theirs. FreeBSD is free, the ISO images > are copyrighted, I believe. I may be wrong, but we covered something of > this nature at the San Diego BSD User meet. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > -- New York's got the ways and means; Just won't let you be. -- The Grateful Dead To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 18:35:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail8.sdc1.sfba.home.com (femail8.sdc1.sfba.home.com [24.0.95.88]) by hub.freebsd.org (Postfix) with ESMTP id 6E50037B422 for ; Tue, 10 Apr 2001 18:35:57 -0700 (PDT) (envelope-from graywane@home.com) Received: from cg392862-a.adubn1.nj.home.com ([65.2.79.221]) by femail8.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010411013556.UDUF26721.femail8.sdc1.sfba.home.com@cg392862-a.adubn1.nj.home.com> for ; Tue, 10 Apr 2001 18:35:56 -0700 Received: (from graywane@localhost) by cg392862-a.adubn1.nj.home.com (8.11.3/8.11.3) id f3B1ZtC01441 for freebsd-questions@FreeBSD.ORG; Tue, 10 Apr 2001 21:35:55 -0400 (EDT) (envelope-from graywane) Date: Tue, 10 Apr 2001 21:35:55 -0400 From: Graywane To: freebsd-questions@FreeBSD.ORG Subject: Re: rules Message-ID: <20010410213554.A1399@home.com> References: <009b01c0c1ec$1ec5dc60$94beff3e@host1> <001801c0c1fa$fd311150$035778d8@sherline.net> <200104110118.f3B1IAm09142@xyzzy.intranet.snsonline.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="M9NhX3UHpAaciwkO" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200104110118.f3B1IAm09142@xyzzy.intranet.snsonline.net>; from msergeant@snsonline.net on Tue, Apr 10, 2001 at 08:18:08PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 10, 2001 at 08:18:08PM -0500, Mark Sergeant wrote: > >From memory the only restrictions on iso's is for OpenBSD. Theo has a copyright on his ISO so you can't just copy the OpenBSD CD. You are free to make your own ISO and sell it. However, people who run OpenBSD are often paranoid enough to not trust any ISO other than the official one so I doubt you will sell many. You can read question 3.1.2 in the OpenBSD FAQ if you have more questions. --=20 Note: See http://www.members.home.net/graywane/ for PGP information. --M9NhX3UHpAaciwkO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjrTtPoACgkQeHdFaBWUGN2S3wCgs2xKHviMavKqSdnmRNQxlJ4+ A+EAniBrVFeRG4kyibkueYWncxegB+za =4uef -----END PGP SIGNATURE----- --M9NhX3UHpAaciwkO-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 18:41:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f68.law3.hotmail.com [209.185.241.68]) by hub.freebsd.org (Postfix) with ESMTP id 21BDD37B424 for ; Tue, 10 Apr 2001 18:41:35 -0700 (PDT) (envelope-from s_hieronymus@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 10 Apr 2001 18:41:34 -0700 Received: from 209.248.75.76 by lw3fd.law3.hotmail.msn.com with HTTP; Wed, 11 Apr 2001 01:41:34 GMT X-Originating-IP: [209.248.75.76] From: "Seth Hieronymus" To: freebsd-questions@freebsd.org Subject: tcp sequence prediction with nmap Date: Wed, 11 Apr 2001 01:41:34 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 11 Apr 2001 01:41:34.0921 (UTC) FILETIME=[8AC7E390:01C0C228] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I was noticing that an nmap -O portscan of my FreeBSD machine (4.3 RC4) gives a tcp sequence prediction difficulty around 17K, but on my Linux machine it is anywhere from 130K to 5.4M. Is the difference between Linux and FreeBSD normal, or a cause for concern? If it is a concern, how would I strengthen the FreeBSD sequence randomness? Thanks very much, Seth Hieronymus _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 19: 7: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f107.law11.hotmail.com [64.4.17.107]) by hub.freebsd.org (Postfix) with ESMTP id 9B94F37B42C for ; Tue, 10 Apr 2001 19:06:58 -0700 (PDT) (envelope-from burnscharlesn@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 10 Apr 2001 19:06:57 -0700 Received: from 24.21.122.151 by lw11fd.law11.hotmail.msn.com with HTTP; Wed, 11 Apr 2001 02:06:57 GMT X-Originating-IP: [24.21.122.151] From: "Charles Burns" To: pstapley@rapidnet.com, questions@freebsd.org Subject: Re: Missing Operating System Date: Tue, 10 Apr 2001 19:06:57 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 11 Apr 2001 02:06:57.0338 (UTC) FILETIME=[163649A0:01C0C22C] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Your system is probably trying to boot from adifferent drive than FreeBSD was installed to, or FreeBSD never wrote to the MBR. Try having the FreeBSD installer rewrite the boot record (and perhaps the partition table), and check BIOS to make sure that it is booting the right device. That isn't a FreeBSD bug because the computer never actually executes a single instruction of BSD code. >From: "Pete Stapley" >To: >Subject: Missing Operating System >Date: Tue, 10 Apr 2001 18:48:10 -0600 > >I just installed 4.2 from FTP and when I reboot I get and error, "missing >operating system". Any suggestions? _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 19:14:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.pace.edu (ntutil.pace.edu [205.232.111.9]) by hub.freebsd.org (Postfix) with ESMTP id E0C9837B423; Tue, 10 Apr 2001 19:14:26 -0700 (PDT) (envelope-from js43064n@stmail.pace.edu) Received: from stmail.pace.edu (205.232.111.7:1059) by smtp.pace.edu (LSMTP for Windows NT v1.1b) with SMTP id <0.A886C7EE@smtp.pace.edu>; Tue, 10 Apr 2001 22:14:26 -0400 Date: Tue, 10 Apr 2001 22:14:24 -0400 Message-Id: <200104102214.AA684851824@stmail.pace.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Jonathan Slivko" Reply-To: To: "FreeBSD Newbies Mailing List" , "FreeBSD Questions Mailing List" Subject: PGP 7.0.3 Freeware X-Mailer: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To whomever e-mailed me in private before, I lost your e-mail address. However, the software (for Windows) is available at www.pgpi.org. Hope this helps. -- Jonathan M. Slivko -- Jonathan M. Slivko Systems Administrator, DataSyrge Internet Services Phone: 212-663-1109 Pager: 917-388-5304 "FreeBSD -- The Power to Serve!" -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 19:24: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alchemistry.net (alchemistry.net [160.79.102.254]) by hub.freebsd.org (Postfix) with ESMTP id 50A4E37B422 for ; Tue, 10 Apr 2001 19:23:58 -0700 (PDT) (envelope-from rabbit@alchemistry.net) Received: from rabbit by alchemistry.net with local (Exim 3.22 #1) id 14nAIX-0006wN-00 for questions@freebsd.org; Tue, 10 Apr 2001 22:23:57 -0400 Date: Tue, 10 Apr 2001 22:23:57 -0400 From: Ilya To: questions@freebsd.org Subject: scsi errors during boot Message-ID: <20010410222357.C26653@krel.org> Reply-To: mail@krel.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, i recently rebooted my box first time in 4 month, and it took a very long time to boot. also there were these errors in messages. its an aha2940 scsi card with phyton backup on it. the backup seems to be working. but i was wondering what these errors mean. thank you.: these messages repeat about 5 times. any suggestions? Apr 8 04:03:01 alchemistry (sa0:ahc0:0:4:0): SCB 0x4 - timed out in Message-out phase, SEQADDR == 0x15d Apr 8 04:03:01 alchemistry STACK == 0x187, 0xe4, 0xe4, 0xe4 Apr 8 04:03:01 alchemistry SXFRCTL0 == 0x88 Apr 8 04:03:01 alchemistry ahc0: Dumping Card State at SEQADDR 0x15d Apr 8 04:03:01 alchemistry SCB count = 10 Apr 8 04:03:01 alchemistry Kernel NEXTQSCB = 3 Apr 8 04:03:01 alchemistry Card NEXTQSCB = 3 Apr 8 04:03:01 alchemistry QINFIFO entries: Apr 8 04:03:01 alchemistry Waiting Queue entries: Apr 8 04:03:01 alchemistry Disconnected Queue entries: Apr 8 04:03:01 alchemistry QOUTFIFO entries: Apr 8 04:03:01 alchemistry Sequencer Free SCB List: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Apr 8 04:03:01 alchemistry Pending list: 4 Apr 8 04:03:01 alchemistry Kernel Free SCB list: 6 5 8 7 2 9 1 0 Apr 8 04:03:01 alchemistry Untagged Q(4): 4 Apr 8 04:03:01 alchemistry (sa0:ahc0:0:4:0): BDR message in message buffer Apr 8 04:03:01 alchemistry (sa0:ahc0:0:4:0): SCB 0x4 - timed out in Message-out phase, SEQADDR == 0x15d Apr 8 04:03:01 alchemistry STACK == 0x187, 0xe4, 0xe4, 0xe4 Apr 8 04:03:01 alchemistry SXFRCTL0 == 0x88 Apr 8 04:03:01 alchemistry ahc0: Dumping Card State at SEQADDR 0x15d Apr 8 04:03:01 alchemistry SCB count = 10 Apr 8 04:03:01 alchemistry Kernel NEXTQSCB = 3 Apr 8 04:03:01 alchemistry Card NEXTQSCB = 3 Apr 8 04:03:01 alchemistry QINFIFO entries: Apr 8 04:03:01 alchemistry Waiting Queue entries: Apr 8 04:03:01 alchemistry Disconnected Queue entries: Apr 8 04:03:01 alchemistry QOUTFIFO entries: Apr 8 04:03:01 alchemistry Sequencer Free SCB List: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Apr 8 04:03:01 alchemistry Pending list: 4 Apr 8 04:03:01 alchemistry Kernel Free SCB list: 6 5 8 7 2 9 1 0 Apr 8 04:03:01 alchemistry Untagged Q(4): 4 Apr 8 04:03:01 alchemistry (sa0:ahc0:0:4:0): no longer in timeout, status = 34b Apr 8 04:03:01 alchemistry ahc0: Issued Channel A Bus Reset. 1 SCBs aborted To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 19:24:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from home.offwhite.net (home.offwhite.net [156.46.35.30]) by hub.freebsd.org (Postfix) with ESMTP id 614E937B424 for ; Tue, 10 Apr 2001 19:24:17 -0700 (PDT) (envelope-from brennan@offwhite.net) Received: from localhost (brennan@localhost) by home.offwhite.net (8.11.1/8.11.1) with ESMTP id f3B2O0h00805; Tue, 10 Apr 2001 21:24:00 -0500 (CDT) (envelope-from brennan@offwhite.net) Date: Tue, 10 Apr 2001 21:24:00 -0500 (CDT) From: Brennan Stehling To: Mark Sergeant Cc: Jeremiah Gowdy , jamescarr1984 , freebsd-questions@FreeBSD.ORG Subject: Re: rules In-Reply-To: <200104110118.f3B1IAm09142@xyzzy.intranet.snsonline.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I do not think there is such a limitation on FreeBSD ISO files. Why would they allow you to download an ISO only to burn it to a blank CD if that was the case. They strongly recommend that you purchase a CD, but it is not necessary. That just helps support development. Soon I am going to be teaching some consultants more about Unix in a little in-house course and I think I will burn a copy of my FreeBSD 4.2 CD which came with the FreeBSD: Guide Corporate Networker's book, which is a copy of the 1st CD you would purchase from Walnut Creek. The people in the class can then try out Unix on a home PC and perhaps learn to like FreeBSD. Most of the people in the class have to deal with HP-UX or Solaris so FreeBSD is a little different, but it will give them a great place to learn. As for that book, if you want a copy of FreeBSD 4.2 and a good book for a Windows environment, go ahead and get it. I have a copy and now that I have to deal with a Windows world more in my new job it will come in handy. Also, to start a little BSD book rumor, I asked O'Reilly a few weeks back about BSD related books and it sounds like one is in the works and if it goes well they will want to publish more books on BSD. I would not mind reading a book from Warner Losh or Jordan Hubbard. One I would die to have is a guide to hacking the FreeBSD internals... how it all works in a well written O'Reilly book so that I can take my limited C knowledge and put it to use on FreeBSD. Brennan Stehling - software developer and system administrator my projects: home.offwhite.net (free personal hosting) www.greasydaemon.com (bsd search) On 10 Apr 2001, Mark Sergeant wrote: > From memory the only restrictions on iso's is for OpenBSD. > > Cheers, > > Mark > > On Tue, 10 Apr 2001 13:15:29 -0700, Jeremiah Gowdy said: > > > I am setting up a small company which downloads linux/unix distributions, > > burns them onto cd and sells copies at a small fee. Is this legal to do, am > > I braking any rules or policies? What we are aiming to save time and aid > > frustration for users who only have dial-up access. > > > > > > Well I thought the FreeBSD ISO image belongs to Walnut > > Creek/BSDi/whoever/new. You can make your own original ISO image, but I > > don't believe you can just resell theirs. FreeBSD is free, the ISO images > > are copyrighted, I believe. I may be wrong, but we covered something of > > this nature at the San Diego BSD User meet. > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > -- > New York's got the ways and means; > Just won't let you be. > -- The Grateful Dead > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 19:44:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12402.mail.yahoo.com (web12402.mail.yahoo.com [216.136.173.129]) by hub.freebsd.org (Postfix) with SMTP id B403C37B423 for ; Tue, 10 Apr 2001 19:44:42 -0700 (PDT) (envelope-from phelipc@yahoo.com) Message-ID: <20010411024442.28992.qmail@web12402.mail.yahoo.com> Received: from [200.207.155.214] by web12402.mail.yahoo.com; Tue, 10 Apr 2001 19:44:42 PDT Date: Tue, 10 Apr 2001 19:44:42 -0700 (PDT) From: Phelip Cray Subject: Re: doom To: freebsd-questions@freebsd.org In-Reply-To: <4035.61.9.167.182.986904667.squirrel@webmail.snsonline.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Ok, folks sorry for asking a question and not giving details ... here we go ... pkg_info | grep doom I get nothing ( which means there is no doom instaled, right? ) then, cd /usr/ports/games/doom I get: ===> linuxdoom-1.8 is marked as broken: Linux dynamic linker problems ok, before you ask, yes I am running Linux compat. thank you for your clues. phelip --- Mark Sergeant wrote: > Without the error message it is bloody hard to know > what the problem is, > reminds me of my days on a help desk, damned > irritating. Anyway my best > guess is it is complaining about not being able to > run in anything but 256 > colour mode, if so change your X server to run in > 256 colour mode if you > need to play it. > > Cheers, > > Mark > > p.s. whilst I think of it you are really lucky > anyone read & replied to this > message, the guidelines state that you should at > least provide a brief > description of the problem in the subject of the > mail as many (myself in > cluded) filter messages based on subject. 1000+ > mails in the inbox a day for > me at least makes it damn hard to work out if I > should read a message or not > based on ... "doom" . > > > > > On Mon, Apr 09, 2001 at 08:41:05PM -0700, Phelip > Cray wrote: > >> > >> Hello, > >> > >> I can't get DOOM to run on my freebsd box. It is > a 4.2 > >> satable and I am trying to get it to work from > the > >> ports collection. > >> > >> I always get an error message ... > >> > >> does anybody have a clue? > > > > Well, you could try telling us the error message > for a start.. > > > > Kris > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body > of the message > > __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 20: 9:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.cybersurf.net (smtp1.cybersurf.net [209.197.145.111]) by hub.freebsd.org (Postfix) with ESMTP id 0FD5537B423 for ; Tue, 10 Apr 2001 20:09:45 -0700 (PDT) (envelope-from 01031149@3web.net) Received: from 3web.net ([209.197.159.104]) by smtp1.cybersurf.net (Netscape Messaging Server 4.15) with SMTP id GBLY4400.56Q for ; Tue, 10 Apr 2001 21:09:41 -0600 Received: by rockingd.calgary.ab.ca (EzMTS MTSAgent 1.22b Service) ; Tue, 10 Apr 01 21:08:43 -0600 for Received: from 3web.net (10.0.0.2) by rockingd.calgary.ab.ca (EzMTS MTSSmtp 1.23f Service) ; Tue, 10 Apr 01 21:06:13 -0600 for Received: by mandy.rockingd.calgary.ab.ca (sSMTP sendmail emulation); Tue, 10 Apr 2001 21:06:08 +4200 Date: Tue, 10 Apr 2001 21:06:06 -0600 From: Duke Normandin <01031149@3web.net> To: "Andrew C. Hornback" Cc: FreeBSD Questions Subject: Re: BSDi Acquired by Embedded Computing Firm Wind River Message-ID: <20010410210605.G206595@mandy.rockingd.calgary.ab.ca> References: <20010410113403.C206595@mandy.rockingd.calgary.ab.ca> <006c01c0c204$b0414860$0e00000a@tomcat> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <006c01c0c204$b0414860$0e00000a@tomcat>; from "Andrew C. Hornback" on Tue, Apr 10, 2001 at 05:24:55PM X-Envelope-Receiver: , Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 10, 2001 at 05:24:55PM -0400, Andrew C. Hornback wrote: > > On Tue, Apr 10, 2001 at 12:46:39AM -0700, Ted Mittelstaedt wrote: > > > > > Desktop: That which is primary purpose is to serve as a user interface > > > between the human and the services provided by servers on the network. > > > > So the "dumb terminal" hung on a DEC mainframe that I use to have in my > > office would then fall into this category? Is it then accurate to say that > > the terms "workstation" and "client" also fall into this category in a > > distributed processing model? > > I think the proper terms anymore would be Clients and Servers, at > least that's how I see things. > > But, yes, your Dumb Terminal would be in the Client class, while the > DEC 'frame would be in the Server class. Workstations, basically, > would be nothing more than servers with the high performance > alternative to Desktop peripherals. > > > > But, before we forget, there's one other type of system: > > > > > > standalone: A host that is intended and generally uses services that it > > > provides itself, and where network connectivity is not > > particularly critical > > > to it's operation. > > > > So a "standalone" can behave as both a server *and* a client/desktop/WS? > > It would have to be. Otherwise, it couldn't stand alone. It would > act as it's own application and file server, at the most basest of > levels. > > > > What's confusing is that many people have taken the word desktop used it > > > when they are talking about a consumer standalone system. One rule > > > of thumb is that if you can pull the network connection out of it > > > and not notice, it's probably a standalone. > > > > I think that I've made that very mistake, but with a twist. The > > server/client or server/work-station distinction were/are clear to me for > > the most part. However, for some reason, I interpreted a "desktop" > > machine as one running X-Windows and used as what you describe as a > > desktop above. I guess that it hadn't sunk in that your "desktop" > > machine could very well be running only console apps. The previous > > discussions on this thread are now fitting into place a bit better, ;) > > If you really have to split hairs and make a differentiation between > desktops and workstations, I'd say the quality of the hardware and > the applications used. Workstations are generally used for more > higher end applications, not just your basic word processing, spread > sheet/number crunching sort of thing. Workstations of the past > generally had better graphics systems when they were used for > modelling, etc. and better sound systems when they were used for > music/signal analysis/etc. It was never my intention to split hairs about anything. I simply needed clarification with the terminology. I now understand that a workstation is simply a "super" desktop. The question was asked as to what the definition of a desktop was. I simply wanted to know how the term workstation fitted into the scheme of things. Thanks for clearing that up, bud. -- -duke Calgary, Alberta, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 20:45:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xyzzy.intranet.snsonline.net (dhcp.looksmart.com.au [202.53.47.178]) by hub.freebsd.org (Postfix) with ESMTP id 814CF37B422 for ; Tue, 10 Apr 2001 20:45:53 -0700 (PDT) (envelope-from msergeant@snsonline.net) Received: from xyzzy.intranet.snsonline.net (localhost [127.0.0.1]) by xyzzy.intranet.snsonline.net (8.11.1/8.11.1) with SMTP id f3B3jSm09348; Wed, 11 Apr 2001 13:45:30 +1000 (EST) (envelope-from msergeant@snsonline.net) Message-Id: <200104110345.f3B3jSm09348@xyzzy.intranet.snsonline.net> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 From: "Mark Sergeant" To: Phelip Cray , freebsd-questions@FreeBSD.ORG Subject: Re: doom X-Mailer: Pronto v2.2.3 On freebsd/mysql Date: 10 Apr 2001 22:45:25 EST Reply-To: "Mark Sergeant" In-Reply-To: <20010411024442.28992.qmail@web12402.mail.yahoo.com> References: <20010411024442.28992.qmail@web12402.mail.yahoo.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG did you go into /usr/ports/games/doom or /usr/ports/games/linuxdoom ? As yes the linuxdoom port is broken. If on the other hand you went into /usr/ports/games/doom it should work fine and attrempt to download the doomsrc etc n compile from there. If you have issues still if you went into /usr/ports/games/doom then try cvsupping your ports. You can consult the handbook on how to cvsup if you are unsure. Cheers, Mark On Tue, 10 Apr 2001 19:44:42 -0700 (PDT), Phelip Cray said: > Hello, > > Ok, folks sorry for asking a question and not giving > details ... > > here we go ... > > pkg_info | grep doom > > I get nothing ( which means there is no doom instaled, > right? ) > > then, > > cd /usr/ports/games/doom > > I get: > > ===> linuxdoom-1.8 is marked as broken: Linux dynamic > linker problems > > > ok, before you ask, yes I am running Linux compat. > > thank you for your clues. > > phelip > > > --- Mark Sergeant wrote: > > Without the error message it is bloody hard to know > > what the problem is, > > reminds me of my days on a help desk, damned > > irritating. Anyway my best > > guess is it is complaining about not being able to > > run in anything but 256 > > colour mode, if so change your X server to run in > > 256 colour mode if you > > need to play it. > > > > Cheers, > > > > Mark > > > > p.s. whilst I think of it you are really lucky > > anyone read & replied to this > > message, the guidelines state that you should at > > least provide a brief > > description of the problem in the subject of the > > mail as many (myself in > > cluded) filter messages based on subject. 1000+ > > mails in the inbox a day for > > me at least makes it damn hard to work out if I > > should read a message or not > > based on ... "doom" . > > > > > > > > > On Mon, Apr 09, 2001 at 08:41:05PM -0700, Phelip > > Cray wrote: > > >> > > >> Hello, > > >> > > >> I can't get DOOM to run on my freebsd box. It is > > a 4.2 > > >> satable and I am trying to get it to work from > > the > > >> ports collection. > > >> > > >> I always get an error message ... > > >> > > >> does anybody have a clue? > > > > > > Well, you could try telling us the error message > > for a start.. > > > > > > Kris > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body > > of the message > > > > > > > __________________________________________________ > Do You Yahoo!? > Get email at your own domain with Yahoo! Mail. > http://personal.mail.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > -- If God is dead, who will save the Queen? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 20:53:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grumpy.dyndns.org (user-24-214-76-236.knology.net [24.214.76.236]) by hub.freebsd.org (Postfix) with ESMTP id A14A837B422 for ; Tue, 10 Apr 2001 20:53:46 -0700 (PDT) (envelope-from dkelly@grumpy.dyndns.org) Received: from localhost (localhost [127.0.0.1]) by grumpy.dyndns.org (8.11.3/8.11.3) with ESMTP id f3B3rXP12859; Tue, 10 Apr 2001 22:53:33 -0500 (CDT) (envelope-from dkelly@grumpy.dyndns.org) Message-Id: <200104110353.f3B3rXP12859@grumpy.dyndns.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Trevin Chow Cc: Lowell Gilbert , freebsd-questions@FreeBSD.ORG Subject: Re: Firewall rules causing SSH disconects? In-Reply-To: Message from Trevin Chow of "Tue, 10 Apr 2001 17:14:35 PDT." <5.0.2.1.2.20010410170717.02dc5d18@popserver.sfu.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 10 Apr 2001 22:53:33 -0500 From: David Kelly Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Trevin Chow writes: > At 07:48 PM 4/10/2001 -0400, Lowell Gilbert wrote: > >The thing to check is probably whether the connection is being shut > >down by the other side (with a FIN or RST), by a lack of ACKs coming > >back, or for some reason internal to your own host. > > I doubt the remote side is causing the problems, as I"m able to connect to > other remote hosts okay with the same SSH client. FWIW, the client is a > Windows 2K box using SecureCRT. However, I get the same behaviour out of a > simple ssh connection from my University's Solaris boxes. > > It seems that everything points to my actual server being the problem, but > I can't figure out for the life of me what it might be. Considering I'm > now runnign a completely open firewall (allow ip from any to any), I think > I've completely eliminated the possibility of a firewall rule causing > this... I'm open to field any other possibilties. What is the length of time involved? You say you have replicated the problem from both W2K and Solaris clients but I'm still curious as to what is between those systems and your FreeBSD system. Guessing the FreeBSD system is at home on DSL or cable modem? A number of ISPs have what are supposed to be transparent caches between their users and the internet. Sometimes they really are transparent. Sometimes not. A friend had a heck of a time with ftp and ssh into his home computer on @home, then magically one day the problems disappeared. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 21: 1:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from jxmls04.se.mediaone.net (jxmls04.se.mediaone.net [24.129.0.51]) by hub.freebsd.org (Postfix) with ESMTP id 4F9F537B422 for ; Tue, 10 Apr 2001 21:01:18 -0700 (PDT) (envelope-from smnoldelinux@mediaone.net) Received: from mediaone.net (rr-163-52-118.atl.mediaone.net [24.163.52.118]) by jxmls04.se.mediaone.net (8.11.1/8.11.1) with ESMTP id f3B3sjX17135; Tue, 10 Apr 2001 23:54:45 -0400 (EDT) Message-ID: <3AD3D704.DB13E05E@mediaone.net> Date: Wed, 11 Apr 2001 00:01:08 -0400 From: scott X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: Trevin Chow Cc: questions@FreeBSD.ORG Subject: Re: Even more SSHD strangeness References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Have you tried asking the questions in comp.security.ssh? Richard Silverman is very active and quick to answer and solve problems. - Scott Trevin Chow wrote: > > Everyone's probably read my previous emails regarding my remote SSH > disconnections... > > I decided to just load a completely open firewall ruleset, namely: > > 00100 1258 92612 allow ip from any to any > 65535 0 0 deny ip from any to any > > I'm still getting disconnected in my SSH connections! Even stranger is > that when I went to the actual server's terminal this time, there was an > SSHD error: > > sshd[40927]: failed: Write failed: Permission Denied > > Previously several people emailed me saying it was likely a DENY rule in > my firewall ruleset which was causing things to go astray. Doesn't this > prove it's something else? I would love to entertain ANY suggestions. > > Regards, > Trevin Chow > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ----------- Scott Nolde ----------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 21: 6: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmod.ath.cx (CC2-861.charter-stl.com [24.217.115.99]) by hub.freebsd.org (Postfix) with ESMTP id 7F0F137B422 for ; Tue, 10 Apr 2001 21:06:04 -0700 (PDT) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id 7F747A91E; Tue, 10 Apr 2001 23:05:28 -0500 (CDT) Date: Tue, 10 Apr 2001 23:05:28 -0500 From: Andrew Hesford To: Mark Sergeant Cc: kris@obsecurity.org, phelipc@yahoo.com, freebsd-questions@FreeBSD.ORG Subject: Re: doom Message-ID: <20010410230528.A4131@cec.wustl.edu> References: <20010410025823.A82441@xor.obsecurity.org> <4035.61.9.167.182.986904667.squirrel@webmail.snsonline.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <4035.61.9.167.182.986904667.squirrel@webmail.snsonline.net>; from sarge@snsonline.net on Tue, Apr 10, 2001 at 10:11:07PM +1000 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 10, 2001 at 10:11:07PM +1000, Mark Sergeant wrote: > > On Mon, Apr 09, 2001 at 08:41:05PM -0700, Phelip Cray wrote: > >> > >> Hello, > >> > >> I can't get DOOM to run on my freebsd box. It is a 4.2 > >> satable and I am trying to get it to work from the > >> ports collection. > >> > >> I always get an error message ... > >> > >> does anybody have a clue? Sorry about the nested reply, I don't seem to have the original message. I think I had trouble with whatever DOOM program is in the ports, but it's been a long time. Truth is, I think the program in ports is a bit outdated, and it doesn't work well. You might try prboom, which works wonderfully. It even supports extra features the official DOOM never did. You can find this at prboom.sourceforge.net. I think they have building instructions for FreeBSD. Good luck. -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 21:11:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes03-hme0.telusplanet.net (fepout1.telus.net [199.185.220.236]) by hub.freebsd.org (Postfix) with ESMTP id 869DB37B422 for ; Tue, 10 Apr 2001 21:11:36 -0700 (PDT) (envelope-from tmchow@sfu.ca) Received: from CRX.sfu.ca ([209.53.63.29]) by priv-edtnes03-hme0.telusplanet.net (InterMail vM.4.01.03.10 201-229-121-110) with ESMTP id <20010411041135.IOUS7520.priv-edtnes03-hme0.telusplanet.net@CRX.sfu.ca>; Tue, 10 Apr 2001 22:11:35 -0600 Message-Id: <5.0.2.1.2.20010410210546.02089310@popserver.sfu.ca> X-Sender: tmchow@popserver.sfu.ca X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Tue, 10 Apr 2001 21:17:01 -0700 To: David Kelly From: Trevin Chow Subject: Re: Firewall rules causing SSH disconects? Cc: Lowell Gilbert , freebsd-questions@FreeBSD.ORG In-Reply-To: <200104110353.f3B3rXP12859@grumpy.dyndns.org> References: <5.0.2.1.2.20010410170717.02dc5d18@popserver.sfu.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 10:53 PM 4/10/2001 -0500, David Kelly wrote: >What is the length of time involved? >You say you have replicated the problem from both W2K and Solaris >clients but I'm still curious as to what is between those systems and >your FreeBSD system. Guessing the FreeBSD system is at home on DSL or >cable modem? A number of ISPs have what are supposed to be transparent >caches between their users and the internet. Sometimes they really are >transparent. Sometimes not. A friend had a heck of a time with ftp and >ssh into his home computer on @home, then magically one day the >problems disappeared. I'm not exactly sure of the time length involved before the disconnects, because it seems to happen mainly when there's a time period of idleness.. What will happen is that the connection will sit there for a bit, then if I then type a character or two (like the letter L is "ls"), it will show the "l" but then disconnect me. I have no way to knowing how much time has elapsed unfortunately. I thought it might have been auto-logging me out, so to be sure, I set the TMOUT in bash to be 3600 seconds... so I've eliminated that as a possibility. My FreeBSD box and Win2k computer are both on DSL with external IPs. Therefore it's only 2 hops between the Win2k and the FreeBSD box (one hop to my router, 209.53.60.254, and the other back to the freebsd box). The 2 machines are in the same household. The Solaris box is at my university and about 9 hops away but presumably uses the same router. I'm just thinking it's my FreeBSD box somehow in the setup/configuration. The first thing is I'm able to connect remotely via SSH and the connection constantly dies... if I have more than one connection open, they all die. Second is that at times I'm getting the "sshd: Write Failed: Permission Denied" error, which is indicating something wrong on my end. However, it's not firewall related since I'm running an open ruleset. Regards, Trevin Chow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 21:12:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mss.rdc2.nsw.optushome.com.au (ha1.rdc2.nsw.optushome.com.au [203.164.2.50]) by hub.freebsd.org (Postfix) with ESMTP id C462D37B422 for ; Tue, 10 Apr 2001 21:12:07 -0700 (PDT) (envelope-from gerard@conect.com) Received: from co3032249a ([203.164.121.72]) by mss.rdc2.nsw.optushome.com.au (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010411041206.DPRC17266.mss.rdc2.nsw.optushome.com.au@co3032249a> for ; Wed, 11 Apr 2001 14:12:06 +1000 Message-ID: <000a01c0c23d$ca020ee0$4879a4cb@lowrp1.vic.optushome.com.au> From: "gerard" To: Subject: proxy authentication, accounting... Date: Wed, 11 Apr 2001 14:13:40 +1000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C0C291.9B84EC00" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C0C291.9B84EC00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable i've just succesfully set up freeBSD 4.2-stable with squid proxy = (yipee!), now i'm looking to add user authentication and accounting. = authenticating proxy-users through squid seems fairly straightforward, = but information on accounting data throughput is not so readily = available. the workstations connecting to the server are all windows = 95/98, is there a way that accounting can be performed using ther proxy = authentication? please help! or point me in a direction! thanks,=20 gerard barclay gerard@conect.com=20 ------=_NextPart_000_0007_01C0C291.9B84EC00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
i've just succesfully set up freeBSD 4.2-stable with = squid=20 proxy (yipee!), now i'm looking to add user authentication and = accounting.=20 authenticating proxy-users through squid seems fairly straightforward, = but=20 information on accounting data throughput is not so readily available. = the=20 workstations connecting to the server are all windows 95/98, is there a = way that=20 accounting can be performed using ther proxy = authentication?
please help! or point me in a = direction!
thanks,
 
gerard barclay
gerard@conect.com
------=_NextPart_000_0007_01C0C291.9B84EC00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 21:34: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from home.offwhite.net (home.offwhite.net [156.46.35.30]) by hub.freebsd.org (Postfix) with ESMTP id 77F0637B43F for ; Tue, 10 Apr 2001 21:33:58 -0700 (PDT) (envelope-from brennan@offwhite.net) Received: from localhost (brennan@localhost) by home.offwhite.net (8.11.1/8.11.1) with ESMTP id f3B4Xv002369 for ; Tue, 10 Apr 2001 23:33:57 -0500 (CDT) (envelope-from brennan@offwhite.net) Date: Tue, 10 Apr 2001 23:33:57 -0500 (CDT) From: Brennan Stehling To: freebsd-questions@freebsd.org Subject: nvi in color Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am seeing that vim has a syntax coloring feature much like many GUI text editors offer these days, but what about the default nvi which is installed with FreeBSD? Can I color code my sql or html or perl files? Has anyone done this? I search online for a while and I seem to only see vim solutions. Brennan Stehling - software developer and system administrator my projects: home.offwhite.net (free personal hosting) www.greasydaemon.com (bsd search) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 21:49:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 6E59637B42C for ; Tue, 10 Apr 2001 21:49:52 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f3B4nnk10907; Tue, 10 Apr 2001 21:49:50 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Duke Normandin" <01031149@3web.net> Cc: "FreeBSD" Subject: RE: BSDi Acquired by Embedded Computing Firm Wind River Date: Tue, 10 Apr 2001 21:49:49 -0700 Message-ID: <000201c0c242$d71ff600$1401a8c0@tedm.placo.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 In-Reply-To: <20010410113403.C206595@mandy.rockingd.calgary.ab.ca> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >-----Original Message----- >From: Duke Normandin [mailto:01031149@3web.net] > >So the "dumb terminal" hung on a DEC mainframe that I use to have in my >office would then fall into this category? Is it then accurate to say that >the terms "workstation" and "client" also fall into this category in a >distributed processing model? > Well, workstation is usually used as a _hardware_ term, while client is more generic - ie: a client can be a software program, a entity like a host (which is a combination of hardware and software) or just the hardware. I try to avoid use of the terms Client/Server when discussing hardware, because I view them more as software programs. any dumb terminal has cursor control, so in part it is contributing to the distributed processing model, although in a very limited way. >> >> What's confusing is that many people have taken the word desktop used it >> when they are talking about a consumer standalone system. One >rule of thumb >> is that if you can pull the network connection out of it and not notice, >> it's probably a standalone. > >I think that I've made that very mistake, but with a twist. The >server/client or server/work-station distinction were/are clear to me for >the most part. However, for some reason, I interpreted a "desktop" >machine as one running X-Windows and used as what you describe as a >desktop above. When dealing with X it gets very difficult to clearly discuss because from most people's point of view, X flipped the terms - they say client when most people think server, and vis-versa. However, if you get into the X protocol, your correct in that a desktop machine runs X windows (actually the X server portion of X windows) and that a server runs the actual X clients. Thus, the desktop _is_ using server resources. In a purely UNIX shop, I'd expect that the desktops would indeed be running X Servers, and that the server systems would be running X client programs. In a purely Windows shop, I'd expect the desktops to be running user interface application programs, while the server systems ran back-end processing like SQL, file serving, mail, etc. In both shops, the desktops are primarily concerned with user interface code, while the servers are doing the real work. >I guess that it hadn't sunk in that your "desktop" >machine could very well be running only console apps. The previous >discussions on this thread are now fitting into place a bit better, ;) In the UNIX way, the presentation apps are programs like window managers, web browsers, etc. In the Windows way, the presentation apps are programs like wordprocessors, spreadsheets, etc. In the Windows method, slightly more processing is moved from the server to the desktop, but really, it's insignificant when you consider how much of the Windows OS is concerned with UI junk like dancing paper clips. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 21:58:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes04-hme0.telusplanet.net (fepout2.telus.net [199.185.220.237]) by hub.freebsd.org (Postfix) with ESMTP id 0B00337B422 for ; Tue, 10 Apr 2001 21:58:25 -0700 (PDT) (envelope-from tmchow@sfu.ca) Received: from CRX.sfu.ca ([209.53.63.29]) by priv-edtnes04-hme0.telusplanet.net (InterMail vM.4.01.03.10 201-229-121-110) with ESMTP id <20010411045824.PKFB27239.priv-edtnes04-hme0.telusplanet.net@CRX.sfu.ca>; Tue, 10 Apr 2001 22:58:24 -0600 Message-Id: <5.0.2.1.2.20010410220314.025ae138@popserver.sfu.ca> X-Sender: tmchow@popserver.sfu.ca X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Tue, 10 Apr 2001 22:03:52 -0700 To: scott From: Trevin Chow Subject: Re: Even more SSHD strangeness Cc: questions@freebsd.org In-Reply-To: <3AD3D704.DB13E05E@mediaone.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just did... thanks for the tip. I posted a lengthy explanation of what's been happening so hopefully someone will have some idea. At 12:01 AM 4/11/2001 -0400, you wrote: >Have you tried asking the questions in comp.security.ssh? Richard >Silverman is very active and quick to answer and solve problems. > >- Scott > >Trevin Chow wrote: > > > > Everyone's probably read my previous emails regarding my remote SSH > > disconnections... > > > > I decided to just load a completely open firewall ruleset, namely: > > > > 00100 1258 92612 allow ip from any to any > > 65535 0 0 deny ip from any to any > > > > I'm still getting disconnected in my SSH connections! Even stranger is > > that when I went to the actual server's terminal this time, there was an > > SSHD error: > > > > sshd[40927]: failed: Write failed: Permission Denied > > > > Previously several people emailed me saying it was likely a DENY rule in > > my firewall ruleset which was causing things to go astray. Doesn't this > > prove it's something else? I would love to entertain ANY suggestions. > > > > Regards, > > Trevin Chow > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > >-- >----------- >Scott Nolde >----------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 22:26:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id 70AEF37B422 for ; Tue, 10 Apr 2001 22:26:56 -0700 (PDT) (envelope-from lucas@slb.to) Received: (qmail 30940 invoked by uid 1000); 11 Apr 2001 05:27:18 -0000 Date: Wed, 11 Apr 2001 00:27:17 -0500 From: Lucas Bergman To: Edward Cc: freebsd-questions@freebsd.org Subject: Re: miscellaneous... Message-ID: <20010411002717.A2104@billygoat.slb.to> Reply-To: lucas@slb.to References: <3AD2B45D.C48F4170@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD2B45D.C48F4170@hotmail.com>; from edward_gess@hotmail.com on Tue, Apr 10, 2001 at 09:21:01AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As a general tip, please read http://www.lemis.com/questions.html Your message violates many customs of the -questions list, which probably explains why you haven't gotten an answer until now. > I've added a new sound card and how to configure it under FreeBSD??? RTFM. Specifically, read the section of the Handbook that deals with compiling a new kernel. Look at the LINT file for hints about your specific card. > How to get running VMware... I've done all necessary things, but I > am getting errors about non-existent files... ??? I have no idea. You might consider asking this question in a separate mail, delineating what you think "all necessary things" means and the actual text of the error messages, and someone more excited about VMWare than I can help you. > What ftpd is installed by default in FreeBSD??? AFAIK, it's the ftpd that was written at Berkeley. It has since been modified many times by the FreeBSD team members and others. (In particular, it is _not_ WU-ftpd, if that's what you mean.) > Is it secure? Is there vulnurabilities in it ??? There is an obscure bug related to globbing in the ftpd in the 4.[012] releases, but it's fixed as soon as you next CVsup and make world. > How to change Perl installed on FreeBSD on newest version? This has been discussed on this list recently. Check the archives for a post by Tim Ayers. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 22:36:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from waterfall.typhoon.co.jp (waterfall.typhoon.co.jp [202.33.21.60]) by hub.freebsd.org (Postfix) with ESMTP id A5F2A37B424 for ; Tue, 10 Apr 2001 22:36:13 -0700 (PDT) (envelope-from fbsd@typhoon.co.jp) Received: from typhoon.co.jp (thunder.waterfall.typhoon.co.jp [192.168.3.23]) by waterfall.typhoon.co.jp (8.11.3/8.11.3/waterfall) with ESMTP id f3B5aC612725; Wed, 11 Apr 2001 14:36:12 +0900 (JST) Message-ID: <3AD3ED49.C0A8F2FD@typhoon.co.jp> Date: Wed, 11 Apr 2001 14:36:09 +0900 From: Reg Organization: Typhoon, Inc. X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en,ja,zh-TW,ko MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: REPOST: Boot-sequence hangs with Cyclom-8YoP+ Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! Sorry that this is a re-post:( I'm getting desparate... Thanx Reg. -------- Original Message -------- Subject: Boot-sequence hangs with Cyclom-8YoP+ Date: Fri, 06 Apr 2001 22:26:17 +0900 Hello! Has anyone managed to get a Cyclade Cyclom-8YoP+ (PCI) card working on a 3.5.1 system? I have added: device cy0 to my kernel configuration, recompiled and rebooted. The problem is that although it detects the said Cyclade board, and all other devices, it hangs just before where it would normally say: changing root device to wd0s1a It boots fine without the said Cyclade board. I've also tried enabling: options CY_PCI_FASTINTR but that made the booting process hang immediately after it detected the Cyclade board. A Google search revealed similar questions/problems on various lists but I have yet to find an answer to this problem. The machine in question is a DELL "PowerEdge300", PIII800MHz, 64MB RAM, 10GB Disks. I would appreciate any pointers. Happy Friday. Best Regards, Reg. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 22:45:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 5544437B422 for ; Tue, 10 Apr 2001 22:45:31 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f3B5jRk11031; Tue, 10 Apr 2001 22:45:28 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: , Subject: RE: Naming ethernet NICs Date: Tue, 10 Apr 2001 22:45:27 -0700 Message-ID: <000e01c0c24a$9c9edfc0$1401a8c0@tedm.placo.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 In-Reply-To: <01041017553500.02141@pravda.tenzo.net> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Michael O'Henly > >So if NICs are named on the basis of their type/driver, doesn't >that mean a >lot of reconfiguring is needed if you should happen to replace a card with >something different? > Let me point out that with regular PC hardware, you can't replace a NIC with a different type without taking the server offline. Once you do that, all of the benefits of "transparent reconfiguration" are basically lost. In any case, even if you do it differently and make everything "eth0, eth1, etc. and so on, then how do you determine what physical card in the system goes with what port? To give you an example, recently I built a router on a 486 with 5 separate nics in them. Every NIC in the router is the same, (SMC8013) and thus I had ed0, ed1, ed2, etc. On bootup, I still had to test each port to determine which physical card went to what ed. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 22:51:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f215.law8.hotmail.com [216.33.241.215]) by hub.freebsd.org (Postfix) with ESMTP id 8B4F937B422 for ; Tue, 10 Apr 2001 22:51:18 -0700 (PDT) (envelope-from dead_line@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 10 Apr 2001 22:51:18 -0700 Received: from 208.7.67.85 by lw8fd.law8.hotmail.msn.com with HTTP; Wed, 11 Apr 2001 05:51:17 GMT X-Originating-IP: [208.7.67.85] Reply-To: marwan@q8internet.net From: "Dead Line" To: dnelson@emsphone.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: colorls: .: Permission denied (To Dan) Date: Wed, 11 Apr 2001 05:51:17 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 11 Apr 2001 05:51:18.0230 (UTC) FILETIME=[6D876760:01C0C24B] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Thank you Dan, You were right, I can ls /bin and other directries that is not in /home. How do we do that please? I would appreciate the help. Marwan. >In the last episode (Apr 10), Dead Line said: > > Iam Using a Shell, when I go out from my Home Directry ( cd .. ) > > and do ls command the result is this, > > colorls: .: Permission denied > > > > So i cannot view anything outside my home directry. > > and ls command it works fine in my home directry. > > This is so nice. > >It's not that; it's just that the admin has removed read permission >from /home, but left execute permission on. That way you can only cd >into dubsirectories if you know the name if the subdir. Try cding to >/bin and run ls. I bet it will work. > >-- > Dan Nelson > dnelson@emsphone.com > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 22:54: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyx.iam.ne.jp (nyx.iam.ne.jp [211.5.189.80]) by hub.freebsd.org (Postfix) with SMTP id 2BE2237B422 for ; Tue, 10 Apr 2001 22:54:03 -0700 (PDT) (envelope-from thuanan@iam.ne.jp) Received: (qmail 60154 invoked from network); 11 Apr 2001 05:54:02 -0000 Received: from unknown (HELO thuanan) (192.168.5.14) by nyx.iam.ne.jp with SMTP; 11 Apr 2001 05:54:02 -0000 Message-ID: <014201c0c24b$91b88a60$0e05a8c0@iam.ne.jp> From: "Thuan An ( NDK )" To: Subject: ftpd: How can I limit the size of uploaded files ? Date: Wed, 11 Apr 2001 14:52:18 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_013E_01C0C297.018F6980" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_013E_01C0C297.018F6980 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit How can I control how large a file can be uploaded within ftpd? ------=_NextPart_000_013E_01C0C297.018F6980 Content-Type: text/html; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable
 How can I control how large a file can be = uploaded within=20 ftpd?
 
------=_NextPart_000_013E_01C0C297.018F6980-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 23: 2:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 3761637B422 for ; Tue, 10 Apr 2001 23:02:44 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f3B62Fk11092; Tue, 10 Apr 2001 23:02:15 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Doug Young" , "Andrew Gould" Cc: Subject: RE: dialin web server? Date: Tue, 10 Apr 2001 23:02:15 -0700 Message-ID: <001601c0c24c$f544be40$1401a8c0@tedm.placo.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 In-Reply-To: <001101c0c207$870cda60$0200a8c0@apana.org.au> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Doug Young > The standard (ie >default) >getty works fine with unix dialin clients & also with Windows ones as >long as >you login manually Ah Ah Ah emmm!!! Check out the man page for gettytab and inspect the "pp" capability therein! Then kiss manual logins goodbye! Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 23: 7: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyx.iam.ne.jp (nyx.iam.ne.jp [211.5.189.80]) by hub.freebsd.org (Postfix) with SMTP id C474537B42C for ; Tue, 10 Apr 2001 23:07:01 -0700 (PDT) (envelope-from thuanan@iam.ne.jp) Received: (qmail 60369 invoked from network); 11 Apr 2001 06:07:01 -0000 Received: from unknown (HELO thuanan) (192.168.5.14) by nyx.iam.ne.jp with SMTP; 11 Apr 2001 06:07:01 -0000 Message-ID: <001a01c0c24d$6213a9a0$0e05a8c0@iam.ne.jp> From: "Lily Moore" To: , Subject: Limit size of a file in FreeBSD. Date: Wed, 11 Apr 2001 15:05:17 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0016_01C0C298.D1D9BFE0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0016_01C0C298.D1D9BFE0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit Does FreeBSD have any disk quota tools to limit the size of a file in file system? ------=_NextPart_000_0016_01C0C298.D1D9BFE0 Content-Type: text/html; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable
 Does FreeBSD have any disk quota tools to limit the size of a = file in=20 file system?
------=_NextPart_000_0016_01C0C298.D1D9BFE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 23:29:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 050A937B423 for ; Tue, 10 Apr 2001 23:29:20 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f3B6TDk11132; Tue, 10 Apr 2001 23:29:13 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: , Subject: RE: Termination cards Date: Tue, 10 Apr 2001 23:29:13 -0700 Message-ID: <001e01c0c250$b9aa6ca0$1401a8c0@tedm.placo.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 In-Reply-To: <000f01c0c1df$ce5ddea0$3701a8c0@emergecore.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Look at the WANic 405 card from SDL Communications. I use a RISCom card in a BGP4 router here (it's the predicessor to the WANic and uses the same driver) and it's very stable. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Phil >Sent: Tuesday, April 10, 2001 10:01 AM >To: freebsd-questions@FreeBSD.ORG >Subject: Termination cards > > >I am looking for termination cards (T1, T3, DSL, ISDN, OC3, etc.) with >FreeBSD drivers. Can you steer me in the right direction? > >Thanks for your help, > >Phil Harker >EmergeCore Networks >(801) 495-6000 >pharker@emergecore.com > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Apr 10 23:57:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.rdc2.bc.home.com (mail2.rdc2.bc.home.com [24.2.10.85]) by hub.freebsd.org (Postfix) with ESMTP id C987437B424 for ; Tue, 10 Apr 2001 23:57:07 -0700 (PDT) (envelope-from keenantims@home.com) Received: from cr122665a ([24.115.189.163]) by mail2.rdc2.bc.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010411065706.NSIE10981.mail2.rdc2.bc.home.com@cr122665a>; Tue, 10 Apr 2001 23:57:06 -0700 Message-ID: <000901c0c254$aff6c380$0200a8c0@cr122665a> From: "Keenan Tims" To: Cc: References: <001f01c0c1be$05baa940$0701a8c0@darryl> Subject: Re: Very slow LAN transfers Date: Tue, 10 Apr 2001 23:57:34 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0006_01C0C21A.03719ED0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0006_01C0C21A.03719ED0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hmm...I tried "ifconfig rl0 mediaopt half-duplex" and i get this message ifconfig: SIOCSIFMEDIA: Device not configured by the way, transfers outbound from the BSD box seem to be about the = right speed, but inbound transfers are very slow. Hadn't noticed this = before because most of the time I am sending files to the BSD box. Thanks for any help ----- Original Message -----=20 From: Darryl Hoar=20 To: 'Keenan Tims'=20 Cc: freebsd-questions@freebsd.org=20 Sent: Tuesday, April 10, 2001 5:59 AM Subject: RE: Very slow LAN transfers Your rl0 interface is connected to a 10bt hub. Your rl0 interface is configured for full duplex. This is a no-no. Configure rl0 to half duplex and all should be well. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG = [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Keenan Tims Sent: Tuesday, April 10, 2001 2:02 AM To: questions@FreeBSD.ORG Subject: Very slow LAN transfers I have my FreeBSD box set up as my gateway to the internet, as = 192.168.0.1. Behind it are two windows machines, 192.168.0.2 and = 192.168.0.3. When transfering between the gateway and either windows = machine, speeds are excruciatingly slow, in the neighborhood of = 80KB/sec. When transferring between the two windows machines i can = reach around 1.5MB/sec. I have an NE2000 compatible card connected to the internet and a = Realtek 8139 based card on the LAN. The LAN is running off a 10BT hub. = Here's a printout of ifconfig: rl0: flags=3D8843 mtu 1500 inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:48:54:88:62:bd media: 10baseT/UTP status: active supported media: autoselect 100baseTX = 100baseTX 10baseT/UTP 10baseT/UTP 100baseTX ed0: flags=3D8843 mtu 1500 inet 24.115.189.163 netmask 0xfffffe00 broadcast = 24.115.189.255 ether 00:00:e8:17:15:36 lo0: flags=3D8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 Any help would be greatly appreciated. =20 Thank you. Keenan Tims keenantims@home.com ------=_NextPart_000_0006_01C0C21A.03719ED0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hmm...I tried
"ifconfig rl0 mediaopt half-duplex" and = i get this=20 message
 
ifconfig: SIOCSIFMEDIA: Device not=20 configured
 
by the way, transfers outbound from the = BSD box=20 seem to be about the right speed, but inbound transfers are very = slow. =20 Hadn't noticed this before because most of the time I am sending files = to the=20 BSD box.
 
Thanks for any help
----- Original Message -----
From:=20 Darryl=20 Hoar
Cc: freebsd-questions@freebsd.org =
Sent: Tuesday, April 10, 2001 = 5:59=20 AM
Subject: RE: Very slow LAN=20 transfers

Your=20 rl0 interface is connected to a 10bt hub.  Your rl0=20 interface
is=20 configured for full duplex.  This is a no-no.  Configure rl0 = to
half=20 duplex and all should be well.
-----Original Message-----
From: owner-freebsd-questio= ns@FreeBSD.ORG=20 [mailto:owner-freebsd-= questions@FreeBSD.ORG]On=20 Behalf Of Keenan Tims
Sent: Tuesday, April 10, 2001 = 2:02=20 AM
To: questions@FreeBSD.ORG
Sub= ject:=20 Very slow LAN transfers

I have my FreeBSD box set up as my = gateway to=20 the internet, as 192.168.0.1.  Behind it are two windows = machines,=20 192.168.0.2 and 192.168.0.3.  When transfering between the = gateway and=20 either windows machine, speeds are excruciatingly slow, in the = neighborhood=20 of 80KB/sec.  When transferring between the two windows = machines i can=20 reach around 1.5MB/sec.
I have an NE2000 compatible card = connected to=20 the internet and a Realtek 8139 based card on the LAN.  The LAN = is=20 running off a 10BT hub.  Here's a printout of = ifconfig:
rl0:=20 flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu=20 1500
        inet 192.168.0.1 = netmask=20 0xffffff00 broadcast=20 192.168.0.255
        ether=20 00:48:54:88:62:bd
        = media:=20 10baseT/UTP status: = active
       =20 supported media: autoselect 100baseTX <full-duplex> 100baseTX=20 10baseT/UTP <full-duplex> 10baseT/UTP 100baseTX=20 <hw-loopback>
ed0:=20 flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu=20 1500
        inet = 24.115.189.163=20 netmask 0xfffffe00 broadcast=20 24.115.189.255
        ether=20 00:00:e8:17:15:36
lo0: = flags=3D8049<UP,LOOPBACK,RUNNING,MULTICAST>=20 mtu 16384
        inet = 127.0.0.1=20 netmask 0xff000000
Any help would be greatly=20 appreciated.
 
Thank = you.
Keenan = Tims
keenantims@home.com
------=_NextPart_000_0006_01C0C21A.03719ED0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 0: 8: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.ntu-kpi.kiev.ua (www.ntu-kpi.kiev.ua [212.111.192.161]) by hub.freebsd.org (Postfix) with ESMTP id A0CD337B422 for ; Wed, 11 Apr 2001 00:07:59 -0700 (PDT) (envelope-from simon@comsys.ntu-kpi.kiev.ua) Received: from comsys.ntu-kpi.kiev.ua (eth0.comsys.ntu-kpi.kiev.ua [10.0.1.184]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id CE71B2F666; Wed, 11 Apr 2001 10:07:57 +0300 (EEST) Received: from pm5149 (pm514-9.comsys.ntu-kpi.kiev.ua [10.18.54.109]) by comsys.ntu-kpi.kiev.ua (8.11.3/8.11.3) with SMTP id f3B73ao06340; Wed, 11 Apr 2001 10:03:38 +0300 (EEST) Message-ID: <007901c0c24c$6e5d86a0$6d36120a@comsys.ntukpi.kiev.ua> From: "Andrey Simonenko" To: "Lily Moore" Cc: References: <001a01c0c24d$6213a9a0$0e05a8c0@iam.ne.jp> Subject: Re: Limit size of a file in FreeBSD. Date: Wed, 11 Apr 2001 09:58:27 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Check login.conf(5) manual page. There is "filesize" parameter. ----- Original Message ----- From: Lily Moore Newsgroups: lucky.freebsd.questions Sent: 11 april 2001 Ç. 10:07 Subject: Limit size of a file in FreeBSD. > Does FreeBSD have any disk quota tools to limit the size of a file in file > system? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 0:13:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wananchi.com (ns1.wananchi.com [62.8.64.3]) by hub.freebsd.org (Postfix) with ESMTP id 8271737B423 for ; Wed, 11 Apr 2001 00:13:26 -0700 (PDT) (envelope-from wash@wananchi.com) Received: (from wash@localhost) by wananchi.com (8.9.3/8.8.7) id KAA12985 for freebsd-questions@freebsd.org; Wed, 11 Apr 2001 10:23:26 -0300 Date: Wed, 11 Apr 2001 10:23:26 -0300 From: Odhiambo Washington To: FBSD-Q Subject: Test Message-ID: <20010411102326.B11785@wananchi.com> Mail-Followup-To: FBSD-Q Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Operating-System: Linux wananchi.com 2.2.14-5.0 X-Mailer: Mutt http://www.mutt.org/ X-Location: Nairobi, KE, East Africa. X-Uptime: 10:23am up 19 days, 14:38, 3 users, load average: 0.55, 0.61, 1.02 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Test -Wash -- Odhiambo Washington Wananchi Online Ltd., wash@wananchi.com 1st Flr Loita Hse Tel: 254 2 313985 Loita Street., Fax: 254 2 313922 PO Box 10286, 00100-NAIROBI,KE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 0:17:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wananchi.com (ns1.wananchi.com [62.8.64.3]) by hub.freebsd.org (Postfix) with ESMTP id 3F1D437B423 for ; Wed, 11 Apr 2001 00:16:42 -0700 (PDT) (envelope-from wash@wananchi.com) Received: (from wash@localhost) by wananchi.com (8.9.3/8.8.7) id KAA13917; Wed, 11 Apr 2001 10:26:26 -0300 Date: Wed, 11 Apr 2001 10:26:26 -0300 From: Odhiambo Washington To: Doug Wilson Cc: FBSD-Q Subject: Re: thin ftp server needed... Message-ID: <20010411102626.C11785@wananchi.com> Mail-Followup-To: Doug Wilson , FBSD-Q References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from "Doug Wilson" on Sun, Apr 08, 2001 at 04:44:10PM -0700 X-Operating-System: Linux wananchi.com 2.2.14-5.0 X-Mailer: Mutt http://www.mutt.org/ X-Location: Nairobi, KE, East Africa. X-Uptime: 10:25am up 19 days, 14:40, 3 users, load average: 0.27, 0.53, 0.95 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Doug Wilson [20010409 03:29]: writing on the subject 'thin ftp server needed...' Doug> Hi list! Doug> Doug> I need to make an ftp server with web based ssl administration. It would be Doug> on a clone 400 PII 64MB/8GB. Doug> Doug> Also, this server would have to use NT domain authentication and access the Doug> end files on a Netap filer. Doug> Doug> My questions are: Doug> Doug> 1.) What is the best ftp server for what I need.. Proftpd, wuftp, etc.. sftp - from the ports Doug> 2.) Is Webmin the best way to administer this? Probably for a number of others also.. Doug> 3.) Is there a quick and dirty way to setup the domain auth? If so, is that Doug> the best way? Not sure.. Doug> Doug> Thanks list. I will still look into these questions independently, but I Doug> thought I'd ask. Doug> Doug> Doug. Doug> Doug> PS: if you didn't already guess, I'm new to the Unix thing. Doug> Doug> To Unsubscribe: send mail to majordomo@FreeBSD.org Doug> with "unsubscribe freebsd-questions" in the body of the message -Wash -- Odhiambo Washington Wananchi Online Ltd., wash@wananchi.com 1st Flr Loita Hse Tel: 254 2 313985 Loita Street., Fax: 254 2 313922 PO Box 10286, 00100-NAIROBI,KE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 0:29:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdom00.kundenserver.de (moutvdom00.kundenserver.de [195.20.224.149]) by hub.freebsd.org (Postfix) with ESMTP id 17A4537B422 for ; Wed, 11 Apr 2001 00:29:10 -0700 (PDT) (envelope-from root@pukruppa.de) Received: from [195.20.224.220] (helo=mrvdom04.kundenserver.de) by moutvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id 14nF3a-00005c-00; Wed, 11 Apr 2001 09:28:50 +0200 Received: from pd9017243.dip.t-dialin.net ([217.1.114.67]) by mrvdom04.kundenserver.de with esmtp (Exim 2.12 #2) id 14nF3R-0000GW-00; Wed, 11 Apr 2001 09:28:41 +0200 Date: Wed, 11 Apr 2001 09:20:47 +0000 (GMT) From: Peter Ulrich Kruppa To: Brennan Stehling Cc: Subject: Re: nvi in color In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! On Tue, 10 Apr 2001, Brennan Stehling wrote: > I am seeing that vim has a syntax coloring feature much like many GUI text > editors offer these days, but what about the default nvi which is > installed with FreeBSD? Can I color code my sql or html or perl > files? Has anyone done this? This of course does not answer your questions, but in case you use the midnight-commander in color-mode (# mc -c) there is a very nice editor built in. You start it with and with you get an additional menu. Of course it does syntax-highlighting for many languages. Uli. ################################################### # # # www.pukruppa.de www.2000d.de # # # ################################################### To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 0:39:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from truemetal.org (truemetal.org [206.168.16.97]) by hub.freebsd.org (Postfix) with SMTP id 63C8A37B422 for ; Wed, 11 Apr 2001 00:39:40 -0700 (PDT) (envelope-from universe@truemetal.org) Received: (qmail 18376 invoked by alias); 10 Apr 2001 20:29:08 -0000 Received: from unknown (HELO truemetal.org) (149.225.36.209) by 206.168.16.97 with SMTP; 10 Apr 2001 20:29:08 -0000 Message-ID: <3AD36D4C.8F68A1CE@truemetal.org> Date: Tue, 10 Apr 2001 22:30:04 +0200 From: universe X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: mail@krel.org, freebsd-questions@freebsd.org Subject: Re: cant remove files with "operation not allowed error" References: <20010410161726.A25069@krel.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG try "ls -lo" to view the flags of the files to be deleted. if it returns flags like "uunlnk", "sunlnk" or something similar ( see "man chflags") then that might be the problem. example: bash-2.04$ ls -lo wurst.txt -rw-r--r-- 1 universe universe uunlnk 12 Apr 10 22:22 wurst.txt bash-2.04$ rm wurst.txt rm: wurst.txt: Operation not permitted bash-2.04$ chflags nouunlnk wurst.txt bash-2.04$ ls -lo wurst.txt -rw-r--r-- 1 universe universe - 12 Apr 10 22:22 wurst.txt bash-2.04$ rm wurst.txt that's it. see chflags for further commands and flags. hth, markus Ilya wrote: > > Hi, on my laptop i went for current to see if it will help me out with pcmcia, it didnt, so i went back to stable. but now there are several files i cannot delete (some lib files and old kernel modules), rm doesnt work, i can cp them, i can mv them in same partition, but not to a different one. one time i got crosslink error, but i always get "operation not allowed" when i try to remove them. i have run fsck numerouse times and it had found no problems with my drives. any suggestions? > > thx > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 0:53: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from iist.unu.edu (unuiist.iist.unu.edu [192.203.232.5]) by hub.freebsd.org (Postfix) with ESMTP id 2102637B422 for ; Wed, 11 Apr 2001 00:52:57 -0700 (PDT) (envelope-from tsy@iist.unu.edu) Received: from aun.iist.unu.edu (aun.iist.unu.edu [192.203.232.77]) by iist.unu.edu (8.9.3/8.9.3) with ESMTP id PAA20552 for ; Wed, 11 Apr 2001 15:54:31 +0800 (HKT) Date: Wed, 11 Apr 2001 15:54:28 +0800 (HKT) From: Tian Siyuan To: questions@FreeBSD.ORG In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am trying FreeBSD 4.3-RC2. So what does this RC-2 mean? Can I use it as a production system? Thanks, Tian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 0:57:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from monk.via.net (monk.via.net [209.81.2.10]) by hub.freebsd.org (Postfix) with ESMTP id E22C537B422 for ; Wed, 11 Apr 2001 00:57:46 -0700 (PDT) (envelope-from joe@monk.via.net) Received: (from joe@localhost) by monk.via.net (8.11.1/8.11.0) id f3B7xTq89956 for questions@freebsd.org; Wed, 11 Apr 2001 00:59:29 -0700 (PDT) (envelope-from joe) Date: Wed, 11 Apr 2001 00:59:29 -0700 (PDT) From: Joe McGuckin Message-Id: <200104110759.f3B7xTq89956@monk.via.net> To: questions@freebsd.org Subject: PAM problems after upgrading Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I upgraded to -STABLE today and now incoming ssh sessions are dropped after entering the password. The log files say: Apr 11 00:50:38 astor sshd[579]: no modules loaded for `sshd' service Apr 11 00:53:32 astor sshd[596]: no modules loaded for `sshd' service Apr 11 00:53:32 astor sshd[596]: fatal: PAM session setup failed[6]: Permission denied What the heck have I done wrong? How do I fix this? Thanks, JOe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 1: 0:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ibis.worldnet.net (ibis.worldnet.net [195.3.3.14]) by hub.freebsd.org (Postfix) with ESMTP id B072137B424 for ; Wed, 11 Apr 2001 01:00:18 -0700 (PDT) (envelope-from vivelame@shyne.worldnet.net) Received: from m3.worldnet.net (m2.worldnet.net [195.3.3.6]) by ibis.worldnet.net (8.11.3/8.11.1) with ESMTP id f3B805v95781; Wed, 11 Apr 2001 10:00:05 +0200 (CEST) (envelope-from vivelame@shyne.worldnet.net) Received: from salegoth.shyne.worldnet.net (nat-srv1.kaptech.net [195.3.9.4]) by m3.worldnet.net (8.11.2/8.11.1) with ESMTP id f3B81MZ42027; Wed, 11 Apr 2001 10:01:22 +0200 (CEST) (envelope-from vivelame@shyne.worldnet.net) Message-Id: <4.3.1.0.20010411100303.0263c8a0@shyne.worldnet.net> X-Sender: vivelame@shyne.worldnet.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Wed, 11 Apr 2001 10:03:41 +0200 To: Joe McGuckin From: Brice Gensburger Subject: Re: PAM problems after upgrading Cc: freebsd-questions@FreeBSD.org In-Reply-To: <200104110759.f3B7xTq89956@monk.via.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 00:59 11/04/01 -0700, you wrote: >I upgraded to -STABLE today and now incoming ssh sessions >are dropped after entering the password. The log files say: > >Apr 11 00:50:38 astor sshd[579]: no modules loaded for `sshd' service >Apr 11 00:53:32 astor sshd[596]: no modules loaded for `sshd' service >Apr 11 00:53:32 astor sshd[596]: fatal: PAM session setup failed[6]: >Permission denied > > >What the heck have I done wrong? How do I fix this? > >Thanks, > >JOe > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message try adding the following in /etc/pam.conf sshd auth required pam_unix.so try_first_pass sshd account required pam_unix.so sshd password required pam_permit.so sshd session required pam_permit.so To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 1:14:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 3547637B423 for ; Wed, 11 Apr 2001 01:14:52 -0700 (PDT) (envelope-from rasputin@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 14nFm7-0000ZR-00 for questions@freebsd.org; Wed, 11 Apr 2001 09:14:51 +0100 Received: (from rasputin@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f3B8EpU62920 for questions@freebsd.org; Wed, 11 Apr 2001 09:14:51 +0100 (BST) (envelope-from rasputin) Date: Wed, 11 Apr 2001 09:14:50 +0100 From: Rasputin To: questions@freebsd.org Subject: Re: port Message-ID: <20010411091450.B62783@dogma.freebsd-uk.eu.org> Reply-To: Rasputin References: <3AD346FB.4E17A4E5@cylant.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3AD346FB.4E17A4E5@cylant.com>; from jesse@cylant.com on Tue, Apr 10, 2001 at 10:46:35AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Jesse McConnell [010410 18:48]: > > Is there any mechanism for me to know if my send-pr submit of a port > actually worked? > > Jesse Does it show up here? http://www.FreeBSD.org/cgi/query-pr.cgi -- Rasputin Jack of All Trades :: Master of Nuns To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 1:43: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from plab.ku.dk (plab.ku.dk [130.225.105.65]) by hub.freebsd.org (Postfix) with ESMTP id 0C51437B423 for ; Wed, 11 Apr 2001 01:42:58 -0700 (PDT) (envelope-from tolid@plab.ku.dk) Received: (from tolid@localhost) by plab.ku.dk (8.11.0/8.9.3) id f3B8guL86891 for freebsd-questions@freebsd.org.AVP; Wed, 11 Apr 2001 10:42:56 +0200 (CEST) (envelope-from tolid) Received: (from tolid@localhost) by plab.ku.dk (8.11.0/8.9.3) id f3B8guN86883 for freebsd-questions@freebsd.org; Wed, 11 Apr 2001 10:42:56 +0200 (CEST) (envelope-from tolid) Date: Wed, 11 Apr 2001 10:42:56 +0200 From: Anatoliy Dmytriyev To: freebsd-questions@freebsd.org Subject: Re: please help me to submit this new port collection: Message-ID: <20010411104256.L53783@plab.ku.dk> References: <3AD280CC.15B80246@hkicable.com> <3AD31897.CADE9A78@i-clue.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD31897.CADE9A78@i-clue.de>; from so@server.i-clue.de on Tue, Apr 10, 2001 at 04:28:39PM +0200 X-Operating-System: FreeBSD 4.1-STABLE Organization: The Protein Laboratory, University of Copenhagen Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 10, 2001 at 04:28:39PM +0200, Christoph Sold wrote: > send-pr the files if they are small; or put them anywhere (possibly to > ftp.freebsd.org/incoming) to fetch and send-pr a notice if the files are > bigger than some kBytes. "If the uncompressed port is larger than 20KB, you should compress it into a tarfile and use uuencode(1) before including it in the bug report (uuencoded tarfiles are acceptable even if the bug report is smaller than 20KB but are not preferred)" (see http://www.freebsd.org/porters-handbook/porting-submitting.html) -- Anatoliy Dmytriyev http://tolid.eu.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 2: 4:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gdmckee.local (pc-62-30-209-11-so.blueyonder.co.uk [62.30.209.11]) by hub.freebsd.org (Postfix) with ESMTP id 2AE5D37B423 for ; Wed, 11 Apr 2001 02:04:47 -0700 (PDT) (envelope-from freebsd@gdmckee.com) Received: from [192.168.0.5] (helo=p300) by gdmckee.local with smtp (Exim 3.22 #1) id 14nGYP-000Dnq-00 for freebsd-questions@freebsd.org; Wed, 11 Apr 2001 10:04:45 +0100 Message-ID: <000901c0c266$79081740$0500a8c0@gdmckee.local> From: "G D McKee" To: "Questions FreeBSD" Subject: Compiling FTPD Date: Wed, 11 Apr 2001 10:04:53 +0100 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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi How can I compile the new FTPD files without doing a lengthy makeworld? I have been into the /usr/src/libexec/ftpd dir and tried to do a make and make install but I get lots of errors. Does anyone have any ideas? G D McKee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 2:21:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 7263F37B422 for ; Wed, 11 Apr 2001 02:21:23 -0700 (PDT) (envelope-from sebastien.dorey@art.alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id KAA14585 for ; Wed, 11 Apr 2001 10:06:50 +0200 Received: from rtbf8.art.alcatel.fr (rtbf8.art.alcatel.fr [155.132.58.8]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id LAA03952 for ; Wed, 11 Apr 2001 11:15:16 +0200 (MET DST) Received: from colmpu03.CAO (colmpu03.art.alcatel.fr [155.132.58.52]) by rtbf8.art.alcatel.fr (8.8.8+Sun/8.8.8) with ESMTP id LAA24048 for ; Wed, 11 Apr 2001 11:20:45 +0200 (MET DST) Received: from rtbdel163s.CAO by colmpu03.CAO (8.8.8+Sun/SMI-SVR4) id LAA05305; Wed, 11 Apr 2001 11:20:44 +0200 (MET DST) Received: from art.alcatel.fr (localhost [127.0.0.1]) by rtbdel163s.CAO (8.8.8+Sun/8.8.8) with ESMTP id LAA21383 for ; Wed, 11 Apr 2001 11:20:43 +0200 (MET DST) Message-ID: <3AD421EB.D59C6359@art.alcatel.fr> Date: Wed, 11 Apr 2001 11:20:43 +0200 From: "sebastien.dorey" X-Mailer: Mozilla 4.75 [en] (X11; U; SunOS 5.5.1 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Toshiba and XFree86 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I have a Toshiba Satellite 2800 -100 and I installed FreeBSD 4.2 in it. The instalation is ok but I have a problem to install the user graphical interface. I used an S3 (generic)card the one that I have on the computer is s3 Brand, and for the monitor I used 1024x768 and lowest coordinate for the screen (432) when you set it up with xf86config. The heck is that I don't have a full screen window on the computer. Only a square that takes upper left corner. It hack as if I have a virtual screen. Well after setting the 432 option for the screen in the xf86config I select no for virtual screen. I can imagine that this is no virtual screen but the real screen. Then guess I have done the right thing but the window in freeBSD 4.2 is acting as if I have just 800x600 config card. Any help for configuring will be appreciated. Tanks in advance. Sebastien -- What's important is not simplicity or complexity, but how you bridge the two. Larry Wall, Aug. 25, 1998 Bsn :(+33) (0)1.55.66.70.93 url :http://www.epita.fr/~dorey_s Pager:(+33) (0)6.57.56.60.42 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 2:23:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sonic.kks.net (sonic.kks.net [213.161.0.18]) by hub.freebsd.org (Postfix) with ESMTP id 973CD37B422 for ; Wed, 11 Apr 2001 02:23:44 -0700 (PDT) (envelope-from matjazp@doyen.si) Received: from ninja (7-196.ro.cable.kks.net [213.161.7.196]) by sonic.kks.net (Postfix) with SMTP id 0BB5517C for ; Wed, 11 Apr 2001 11:23:44 +0200 (CEST) Message-ID: <001f01c0c268$338e3940$c407a1d5@ninja> From: "matjaz" To: Subject: virus scan Date: Wed, 11 Apr 2001 11:17:16 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001C_01C0C278.F6FE9F40" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_001C_01C0C278.F6FE9F40 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable I have a question about a virus scan for sendmail.I would like to = install AMAVIS, but i don't know which virus scan to use. Need a protection from vbs viruses.Can someone recommend a software to = use. I have a bunch of stupid users which open every single mail they get.One = of them got the same virus twice in a week and it was only thursday. I know that AMAVIS should slow down the incoming mail.Is there someone = with expirience with this.I only have 15 users with mail accounts Thanks in forward Matjaz Pahor ------=_NextPart_000_001C_01C0C278.F6FE9F40 Content-Type: text/html; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable
I have a question about a virus scan = for sendmail.I=20 would like to install AMAVIS, but i don't know which virus scan to=20 use.
Need a protection from vbs = viruses.Can =20 someone recommend a software to use.
I have a bunch of stupid users = which open=20 every single mail they get.One of them got the same virus twice in a = week and it=20 was only thursday.
I know that AMAVIS should slow = down the=20 incoming mail.Is there someone with expirience with this.I only have 15 = users=20 with mail accounts
 
Thanks in forward
Matjaz Pahor
 
------=_NextPart_000_001C_01C0C278.F6FE9F40-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 3: 7:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp017.mail.yahoo.com (smtp017.mail.yahoo.com [216.136.174.114]) by hub.freebsd.org (Postfix) with SMTP id 3599437B422 for ; Wed, 11 Apr 2001 03:07:05 -0700 (PDT) (envelope-from jesse_gross@yahoo.com) Received: from dhcp-232.nh.harron.net (HELO jesse1) (63.64.117.232) by smtp.mail.vip.sc5.yahoo.com with SMTP; 11 Apr 2001 10:06:46 -0000 X-Apparently-From: From: "Jesse Gross" To: "Stephen Hovey" Cc: Subject: RE: NIC problems Date: Wed, 11 Apr 2001 06:06:48 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I looked, but BIOS doesn't have any settings for the stuff on the motherboard (which this is), only for the pci cards. Compaq (who makes my computer) says there isn't any way to disable it, other than through the Windows control panel. Is there something simmilar I can do in FreeBSD, to tell the kernel to ignore my firewire? -----Original Message----- From: Stephen Hovey [mailto:shovey@buffnet.net] Sent: Tuesday, April 10, 2001 8:58 AM To: Jesse Gross Subject: RE: NIC problems Ok I gotcha. To disable the firewire you probably have something in cmos that lets you do it under something like peripheral management or something similar sounding. On Tue, 10 Apr 2001, Jesse Gross wrote: > I changed the kernel by modifying the original line: > > device xl > > to > > device xl0 at pci? port 0x1000 irq 5 iomem 0xe8014800 > > originally it was assigned to IRQ 10. I changed it to match the settings > that Windows assigned. The card has no jumpers on it. I changed it in the > kernel because it did not even show up under the GENERIC kernel using the > boot -c utility. Now it shows up, although under 'Other Devices' as 'Unknown > Card' but it is obviously recognized on boot. > > The other device on IRQ 5 is a firewire (IEEE 1394) adaptor. How would I > disable it? It is not in the kernel configuration. > > Thanks > > Jesse Gross > -----Original Message----- > From: Stephen Hovey [mailto:shovey@buffnet.net] > Sent: Tuesday, April 10, 2001 5:44 AM > To: Jesse Gross > Subject: Re: NIC problems > > > > changing your kernel wouldnt resolve an interrupt conflict if another > device is also set to that IRQ - you have to disable the conflicting > hardware, or change the irq on the card or something. How did you change > the kernel? > > Your ethernet card is being assigned 5 - freebsd is apparently not seeing > whatever else is on 5 - usually 5 is used by a second parallel port - do > you have a second one in there? The modem you mention wasnt seen because > you have 2 serial ports already - you would have to disable one of them to > use a modem at the same settings. > > On Tue, 10 Apr 2001, Jesse Gross wrote: > > > Hello > > > > I am having a problem where the system runs very slowly if my ethernet > card > > is enabled, but otherwise runs very fast. I am using the 3Com 3cSOHO100-TX > > OfficeConnect with the xl driver. Someone suggested that it was an irq > > conflct, but I fixed that by changing the kernel settings and recompiling > > the kernel. It appears to have made no difference. I noticed that when the > > computer boots, the kernel reports the correct settings for the NIC, and > it > > also eports an unknown card on the same IRQ. This is my IEEE 1394 card. > > Might this be causing conflicts even though its not enabled? Here's the > > output of dmesg: > > > > Copyright (c) 1992-2000 The FreeBSD Project. > > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > > The Regents of the University of California. All rights reserved. > > FreeBSD 4.2-RELEASE #5: Sun Apr 8 19:53:47 EDT 2001 > > root@:/usr/src/sys/compile/MYHARDWARE > > Timecounter "i8254" frequency 1193182 Hz > > CPU: AMD-K7(tm) Processor (499.04-MHz 686-class CPU) > > Origin = "AuthenticAMD" Id = 0x612 Stepping = 2 > > > > > Features=0x81f9ff > AT,MMX> > > AMD Features=0xc0400000 > > real memory = 134152192 (131008K bytes) > > avail memory = 127410176 (124424K bytes) > > Preloaded elf kernel "kernel" at 0xc031e000. > > Preloaded userconfig_script "/boot/kernel.conf" at 0xc031e09c. > > Pentium Pro MTRR support enabled > > md0: Malloc disk > > npx0: on motherboard > > npx0: INT 16 interface > > pcib0: on motherboard > > pci0: on pcib0 > > pcib1: at device 1.0 on pci0 > > pci1: on pcib1 > > pci1: <3Dfx Voodoo 3 graphics accelerator> at 5.0 irq 10 > > pcm0: port 0x1080-0x10bf irq 11 at device 3.0 on pci0 > > xl0: <3Com 3cSOHO100-TX OfficeConnect> port 0x1000-0x107f mem > > 0xe8014800-0xe801487f irq 5 at device 4.0 on pci0 > > xl0: Ethernet address: 00:50:da:24:60:be > > miibus0: on xl0 > > xlphy0: <3Com internal media interface> on miibus0 > > xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > > isab0: at device 7.0 on pci0 > > isa0: on isab0 > > atapci0: port 0x1440-0x144f at device 7.1 on > > pci0 > > ata0: at 0x1f0 irq 14 on atapci0 > > ata1: at 0x170 irq 15 on atapci0 > > uhci0: port 0x1400-0x141f irq 11 at device 7.2 > > on pci0 > > usb0: on uhci0 > > usb0: USB revision 1.0 > > uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > > uhub0: 2 ports with 2 removable, self powered > > uhid0: Microsoft SideWinder Force Feedback 2 Joystick, rev 1.10/a.00, addr > > 2, iclass 3/0 > > ugen0: Logitech, Inc. Camera, rev 1.00/1.00, addr 3 > > uhci1: port 0x1420-0x143f irq 11 at device 7.3 > > on pci0 > > usb1: on uhci1 > > usb1: USB revision 1.0 > > uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > > uhub1: 2 ports with 2 removable, self powered > > isab1: at device 7.4 on pci0 > > pci0: (vendor=0x14f1, dev=0x1033) at 9.0 irq 10 > > pci0: (vendor=0x104c, dev=0x8019) at 12.0 irq 5 > > atapci1: port > > 0x10c0-0x10ff,0x1454-0x1457,0x1460-0x1467,0x1468-0x146b,0x1470-0x1477 mem > > 0xe8020000-0xe803ffff irq 11 at device 15.0 on pci0 > > ata2: at 0x1470 on atapci1 > > ata3: at 0x1460 on atapci1 > > fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 > > fdc0: FIFO enabled, 8 bytes threshold > > fd0: <1440-KB 3.5" drive> on fdc0 drive 0 > > atkbdc0: at port 0x60,0x64 on isa0 > > atkbd0: flags 0x1 irq 1 on atkbdc0 > > kbd0 at atkbd0 > > psm0: irq 12 on atkbdc0 > > psm0: model IntelliMouse, device ID 3 > > vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 > > sc0: at flags 0x100 on isa0 > > sc0: VGA <16 virtual consoles, flags=0x300> > > sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > > sio0: type 16550A > > sio1: configured irq 3 not in bitmap of probed irqs 0 > > ppc0: at port 0x378-0x37f irq 7 on isa0 > > ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode > > ppc0: FIFO with 16/16/8 bytes threshold > > plip0: on ppbus0 > > lpt0: on ppbus0 > > lpt0: Interrupt-driven port > > ppi0: on ppbus0 > > ad0: 16231MB [32979/16/63] at ata0-master UDMA66 > > ad6: 39083MB [79408/16/63] at ata3-master UDMA100 > > acd0: CDROM at ata1-master using PIO4 > > acd1: CD-RW at ata1-slave using PIO4 > > Mounting root from ufs:/dev/ad0s1a > > > > I also have a modem that FreeBSD doesn't recognize, but I don't think that > > this is causing a problem because when I removed it from the computer it > > didn't make a difference. Unfounately, I can't do this with the IEEE 1394 > > card because it's part of my motherboard. > > > > Does anyone have any suggestions? > > > > Thanks > > > > Jesse Gross > > > > > > _________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com address at http://mail.yahoo.com > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 4: 5:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from eeeor.ebom.org (co3024366-a.randw1.nsw.optushome.com.au [203.164.170.86]) by hub.freebsd.org (Postfix) with ESMTP id 388C937B422 for ; Wed, 11 Apr 2001 04:05:34 -0700 (PDT) (envelope-from tigger@ebom.org) Received: from mail pickup service by eeeor.ebom.org with Microsoft SMTPSVC; Wed, 11 Apr 2001 21:20:01 +1000 content-type: text/html From: tigger@ebom.org To: freebsd-questions@FreeBSD.ORG Subject: Restart network without reboot? Message-ID: X-OriginalArrivalTime: 11 Apr 2001 11:20:01.0002 (UTC) FILETIME=[593794A0:01C0C279] Date: 11 Apr 2001 21:20:01 +1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --sorry if the list gets this twice, had email problems too-- I think this must be one of them super simple things that everyone must know but me :] I've done the following; added a line to /etc/rc.d mv /usr/local/etc/rc.d/proftpd.sh.sample to /usr/local/etc/rc.d/proftpd.sh chmod 555 /usr/local/etc/rc.d/proftpd.sh (which does not seem quite right to me) And now I want to restart the network without doing a shutdown -r now I'm guessing its something like killall -1 'insert unknown here' I've also been looking over lots of help and FAQ's online, nothing mentions how to do this (that I've seen). I thought the answer would have been on http://www.freebsd.org/FAQ/admin.html but its not. Thanx for reading this major newbie question :] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 4:12:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from eeeor.ebom.org (co3024366-a.randw1.nsw.optushome.com.au [203.164.170.86]) by hub.freebsd.org (Postfix) with ESMTP id 197D637B422 for ; Wed, 11 Apr 2001 04:12:50 -0700 (PDT) (envelope-from tigger@ebom.org) Received: from mail pickup service by eeeor.ebom.org with Microsoft SMTPSVC; Wed, 11 Apr 2001 21:27:17 +1000 From: tigger@ebom.org To: freebsd-questions@FreeBSD.ORG Subject: Restart network without reboot? Message-ID: X-OriginalArrivalTime: 11 Apr 2001 11:27:17.0730 (UTC) FILETIME=[5D86FC20:01C0C27A] Date: 11 Apr 2001 21:27:17 +1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --sorry if the list gets this twice, had email problems too-- I think this must be one of them super simple things that everyone must know but me :] I've done the following; added a line to /etc/rc.d mv /usr/local/etc/rc.d/proftpd.sh.sample to /usr/local/etc/rc.d/proftpd.sh chmod 555 /usr/local/etc/rc.d/proftpd.sh (which does not seem quite right to me) And now I want to restart the network without doing a shutdown -r now I'm guessing its something like killall -1 'insert unknown here' I've also been looking over lots of help and FAQ's online, nothing mentions how to do this (that I've seen). I thought the answer would have been on http://www.freebsd.org/FAQ/admin.html but its not. Thanx for reading this major newbie question :] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 4:18:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyx.iam.ne.jp (nyx.iam.ne.jp [211.5.189.80]) by hub.freebsd.org (Postfix) with SMTP id 414F337B424 for ; Wed, 11 Apr 2001 04:18:08 -0700 (PDT) (envelope-from thuanan@iam.ne.jp) Received: (qmail 65779 invoked from network); 11 Apr 2001 11:18:07 -0000 Received: from unknown (HELO thuanan) (192.168.5.14) by nyx.iam.ne.jp with SMTP; 11 Apr 2001 11:18:07 -0000 Message-ID: <005201c0c278$d5f15180$0e05a8c0@iam.ne.jp> From: "Lily Moore" To: Subject: Re: Limit size of a file in FreeBSD. Date: Wed, 11 Apr 2001 20:16:20 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_004E_01C0C2C4.45C830A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_004E_01C0C2C4.45C830A0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit I have edited /etc/login.conf at "filesize" of the "default" record like this: from ":filesize=unlimited:\" to ":filesize=1M:\" and tested OK. I couldn't upload files with size exceed 1M to my server. But I want to limit size of uploaded files to only WWW users, not to other users in my system. So I restored "filesize" of "default" record to "unlimited". Then I created a new user with login class was "wwwuser", and put "wwwuser" record into /etc/login.conf like this: wwwuser:\ :copyright=/etc/COPYRIGHT:\ :welcome=/etc/motd:\ :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,FTP_PASSIVE_MODE=YES:\ :path=~/bin /bin /usr/bin /usr/local/bin /usr/X11R6/bin:\ :nologin=/var/run/nologin:\ :cputime=unlimited:\ :datasize=unlimited:\ :stacksize=unlimited:\ :memorylocked=unlimited:\ :memoryuse=unlimited:\ :filesize=1M:\ :coredumpsize=unlimited:\ :openfiles=unlimited:\ :maxproc=unlimited:\ :priority=0:\ :ignoretime@:\ :umask=022: and then do cap_mkdb /etc/login.conf But when I tested again, the user of "wwwuser"login class can upload files with size exceed 1M. Could I have any mistakes? Thank you in advanced. ----- Original Message ----- From: "Andrey Simonenko" To: "Lily Moore" Cc: Sent: Wednesday, April 11, 2001 2:58 PM Subject: Re: Limit size of a file in FreeBSD. > Check login.conf(5) manual page. There is "filesize" parameter. > > ----- Original Message ----- > From: Lily Moore > Newsgroups: lucky.freebsd.questions > Sent: 11 april 2001 C. 10:07 > Subject: Limit size of a file in FreeBSD. > > > > Does FreeBSD have any disk quota tools to limit the size of a file in > file > > system? ------=_NextPart_000_004E_01C0C2C4.45C830A0 Content-Type: text/html; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable
  I  have edited /etc/login.conf at "filesize" of the = "default"=20 record like this:
 
  =20 from  ":filesize=3Dunlimited:\"     = to =20 ":filesize=3D1M:\"
 
and tested OK. I couldn't upload files with size exceed 1M to my = server.=20
  But I want to limit size of uploaded files to only WWW = users, not to=20 other users in my system. So I restored "filesize" = of  "default"=20 record to "unlimited". Then I created a new user with login class = was=20 "wwwuser", and put "wwwuser" record into /etc/login.conf like = this:
 
    = wwwuser:\
       =20 :copyright=3D/etc/COPYRIGHT:\
      &nbs= p;=20 :welcome=3D/etc/motd:\
       =20 :setenv=3DMAIL=3D/var/mail/$,BLOCKSIZE=3DK,FTP_PASSIVE_MODE=3DYES:\
&n= bsp;      =20 :path=3D~/bin /bin /usr/bin /usr/local/bin=20 /usr/X11R6/bin:\
       =20 :nologin=3D/var/run/nologin:\
      &nbs= p;=20 :cputime=3Dunlimited:\
       =20 :datasize=3Dunlimited:\
       =20 :stacksize=3Dunlimited:\
       =20 :memorylocked=3Dunlimited:\
       = =20 :memoryuse=3Dunlimited:\
        = :filesize=3D1M
:\
   &nb= sp;   =20 :coredumpsize=3Dunlimited:\
       = =20 :openfiles=3Dunlimited:\
       =20 :maxproc=3Dunlimited:\
       =20 :priority=3D0:\
       =20 :ignoretime@:\
        = :umask=3D022:
 
and then do

      cap_mkdb /etc/login.conf =
 
  But when I tested again, the user of "wwwuser"login=20 class can upload files with size exceed 1M. Could I have any=20 mistakes?
  Thank you in advanced.
 
 
----- Original Message -----=20
From: "Andrey Simonenko" <simon@comsys.ntu-kpi.kiev.ua= >
To: "Lily Moore" <thuanan@iam.ne.jp>
Cc: <freebsd-questions@freebsd.o= rg>
Sent: Wednesday, April 11, 2001 2:58 PM
Subject: Re: Limit size of a file in FreeBSD.

> Check login.conf(5) manual page. There is "filesize"=20 parameter.
>

> ----- Original Message -----
> From: Lily Moore = <thuanan@iam.ne.jp>
> = Newsgroups:=20 lucky.freebsd.questions
> Sent: 11 april 2001 Ç. = 10:07
> Subject:=20 Limit size of a file in FreeBSD.
>
>
> >  = Does=20 FreeBSD have any disk quota tools to limit the size of a file in
> = file
> > system?
------=_NextPart_000_004E_01C0C2C4.45C830A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 4:20:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id A05D937B423 for ; Wed, 11 Apr 2001 04:20:09 -0700 (PDT) (envelope-from edwin@cgmd76206.chello.nl) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id 4B63DF0; Wed, 11 Apr 2001 13:20:08 +0200 (CEST) Date: Wed, 11 Apr 2001 13:20:08 +0200 From: Edwin Groothuis To: matjaz Cc: freebsd-questions@FreeBSD.org Subject: Re: virus scan Message-ID: <20010411132008.E79334@cgmd76206.chello.nl> Mail-Followup-To: Edwin Groothuis , matjaz , freebsd-questions@FreeBSD.org References: <001f01c0c268$338e3940$c407a1d5@ninja> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001f01c0c268$338e3940$c407a1d5@ninja>; from matjazp@doyen.si on Wed, Apr 11, 2001 at 11:17:16AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Apr 11, 2001 at 11:17:16AM +0200, matjaz wrote: > I have a question about a virus scan for sendmail.I would like > to install AMAVIS, but i don't know which virus scan to use. A nice article in Daemon News about it: http://daily.daemonnews.org/view_story.php3?story_id=1784 Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://FatalDimensions.nl.eu.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 4:25: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bryden.apana.org.au (bryden.apana.org.au [203.3.126.129]) by hub.freebsd.org (Postfix) with ESMTP id 653FA37B423 for ; Wed, 11 Apr 2001 04:25:02 -0700 (PDT) (envelope-from dougy@bryden.apana.org.au) Received: from bryden ([192.168.0.2]) by bryden.apana.org.au (8.9.3/8.9.3) with SMTP id VAA11139; Wed, 11 Apr 2001 21:24:12 +1000 (EST) (envelope-from dougy@bryden.apana.org.au) Message-ID: <001901c0c27a$00b2f260$0200a8c0@apana.org.au> From: "Doug Young" To: "Ted Mittelstaedt" , "Andrew Gould" Cc: References: <001601c0c24c$f544be40$1401a8c0@tedm.placo.com> Subject: Re: dialin web server? Date: Wed, 11 Apr 2001 21:24:37 +1000 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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yeah I know about that section ..... never got high enough on my list of priorities :) I must have a mess around with that soon .... there are several long weekends coming up here (hey OZ isn't known as "the land of the long weekend" for nothing !!) so with a bit of luck I'll have time then. ----- Original Message ----- From: "Ted Mittelstaedt" To: "Doug Young" ; "Andrew Gould" Cc: Sent: Wednesday, April 11, 2001 4:02 PM Subject: RE: dialin web server? > >-----Original Message----- > >From: owner-freebsd-questions@FreeBSD.ORG > >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Doug Young > > > The standard (ie > >default) > >getty works fine with unix dialin clients & also with Windows ones as > >long as > >you login manually > > Ah Ah Ah emmm!!! > > Check out the man page for gettytab and inspect the "pp" capability > therein! Then kiss manual logins goodbye! > > > Ted Mittelstaedt tedm@toybox.placo.com > Author of: The FreeBSD Corporate Networker's Guide > Book website: http://www.freebsd-corp-net-guide.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 4:25:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.98.60]) by hub.freebsd.org (Postfix) with ESMTP id 51A3137B422 for ; Wed, 11 Apr 2001 04:25:08 -0700 (PDT) (envelope-from kheuer@gwdu60.gwdg.de) Received: from localhost (kheuer@localhost) by gwdu60.gwdg.de (8.11.1/8.9.3) with ESMTP id f3BBOZx24831; Wed, 11 Apr 2001 13:24:36 +0200 (CEST) (envelope-from kheuer@gwdu60.gwdg.de) Date: Wed, 11 Apr 2001 13:24:35 +0200 (CEST) From: Konrad Heuer To: Cc: Subject: Re: Restart network without reboot? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 11 Apr 2001 tigger@ebom.org wrote: > --sorry if the list gets this twice, had email problems too-- > > I think this must be one of them super simple things that everyone > must know but me :] > > I've done the following; > > added a line to /etc/rc.d Hmm, I don't know proftpd, but why did you? The mv command below should do ... > mv /usr/local/etc/rc.d/proftpd.sh.sample to /usr/local/etc/rc.d/proftpd.= sh > chmod 555 /usr/local/etc/rc.d/proftpd.sh (which does not seem quite > right to me) > > And now I want to restart the network without doing a shutdown -r now > > I'm guessing its something like killall -1 'insert unknown here' > > I've also been looking over lots of help and FAQ's online, nothing mentio= ns how to do this (that I've seen). > > I thought the answer would have been on > > http://www.freebsd.org/FAQ/admin.html but its not. > > Thanx for reading this major newbie question :] My proposal is: shutdown now=09=09=09# This command will kill all daemon =09=09=09=09# processes and move you to single user =09=09=09=09# mode. You will be asked to confirm =09=09=09=09# your single user shell. exit=09=09=09=09# Typing this in single user mode will =09=09=09=09# brint the system back to multi user =09=09=09=09# mode and start all daemons, e.g. Regards Konrad Heuer Personal Bookmarks: Gesellschaft f=FCr wissenschaftliche Datenverarbeitung mbH G=D6ttingen http://www.freebsd.org Am Fa=DFberg, D-37077 G=D6ttingen http://www.daemonnews.o= rg Deutschland (Germany) kheuer@gwdu60.gwdg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 4:36:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from eeeor.ebom.org (co3024366-a.randw1.nsw.optushome.com.au [203.164.170.86]) by hub.freebsd.org (Postfix) with ESMTP id E36C837B422 for ; Wed, 11 Apr 2001 04:36:24 -0700 (PDT) (envelope-from tigger@ebom.org) Received: from mail pickup service by eeeor.ebom.org with Microsoft SMTPSVC; Wed, 11 Apr 2001 21:50:52 +1000 From: tigger@ebom.org To: freebsd-questions@FreeBSD.ORG Subject: RE: Restart network without reboot? Message-ID: X-OriginalArrivalTime: 11 Apr 2001 11:50:52.0574 (UTC) FILETIME=[A8D70BE0:01C0C27D] Date: 11 Apr 2001 21:50:52 +1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There is no monitor on the box and I'm doing everything by ssh (PuTTY) so going into single user mode is something I do not wish to really do. Is there another way? I'm setting the box up as a development server to learn how to do all things I normally do on a windows server (ie, php and mysql with cvs instead of asp and ms-sql with source safe) Thanx heaps for the speedy response too! > My proposal is: > > shutdown now # This command will kill all daemon > # processes and move you to single user > # mode. You will be asked to confirm > # your single user shell. > > exit # Typing this in single user mode will > # brint the system back to multi user > # mode and start all daemons, e.g. > > Regards > > Konrad Heuer Personal Bookmarks: > Gesellschaft für wissenschaftliche > Datenverarbeitung mbH GÖttingen http://www.freebsd.org > Am Faßberg, D-37077 GÖttingen http://www.daemonnews.org > Deutschland (Germany) > > kheuer@gwdu60.gwdg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 5:27:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from noc.ntelos.net (noc.ntelos.net [216.12.89.199]) by hub.freebsd.org (Postfix) with SMTP id D0AF237B422 for ; Wed, 11 Apr 2001 05:27:25 -0700 (PDT) (envelope-from freebsd@noc.ntelos.net) Received: from localhost (freebsd@localhost) by noc.ntelos.net (8.11.1/8.11.1) with ESMTP id f3BDQtw34961; Wed, 11 Apr 2001 08:26:55 -0500 (EST) (envelope-from freebsd@noc.ntelos.net) Date: Wed, 11 Apr 2001 08:26:55 -0500 (EST) From: BSD Admin To: Jonathan Chen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: IMAP In-Reply-To: <20010411100949.E72535@itouchnz.itouch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jonathan and FreeBSD, Hello, I uncommented the line and HUPd inetd. In my /var/log/messages file, I got a message saying: Apr 11 08:21:31 noc inetd[34953]: cannot execute /usr/local/libexec/imapd: No such file or directory The strange thing is that when I did a scan on the machine, it appears imap is running. 143/tcp open imap2 Can anyone explain why it says imap4 in inetd.conf and imap2 otherwise? I know that nmap does a best guess at what is running on a given port. I was just wondering what imap4 is relative to imap2 and 1. Any info much appriciated! Thanks, Ashby On Wed, 11 Apr 2001, Jonathan Chen wrote: > On Tue, Apr 10, 2001 at 05:17:29PM -0500, BSD Admin wrote: > > Hey Guys, > > I've got imapd installed on my system. > > > > /usr/local/bin/imapd > > > > It appears that this daemon does not run all the time. > > I read the man page and am still a little confused. > > > > I've set up a mail agent to try to use imap and I get 'connection refused > > by server'. I suspect there is something that needs to be done on the > > server side. > > You need to uncomment the line: > > imap4 stream tcp nowait root /usr/local/libexec/imapd imapd > > in /etc/inetd.conf, and restart inetd(8) > -- > Jonathan Chen > ---------------------------------------------------------------------- > Do not take life too seriously. > You will never get out of it alive. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 5:28:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.98.60]) by hub.freebsd.org (Postfix) with ESMTP id D42C337B423 for ; Wed, 11 Apr 2001 05:28:10 -0700 (PDT) (envelope-from kheuer@gwdu60.gwdg.de) Received: from localhost (kheuer@localhost) by gwdu60.gwdg.de (8.11.1/8.9.3) with ESMTP id f3BCS3p25136; Wed, 11 Apr 2001 14:28:03 +0200 (CEST) (envelope-from kheuer@gwdu60.gwdg.de) Date: Wed, 11 Apr 2001 14:28:03 +0200 (CEST) From: Konrad Heuer To: Cc: Subject: RE: Restart network without reboot? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 11 Apr 2001 tigger@ebom.org wrote: > There is no monitor on the box and I'm doing everything by ssh (PuTTY) > so going into single user mode is something I do not wish to really > do. Is there another way? I'm setting the box up as a development > server to learn how to do all things I normally do on a windows server > (ie, php and mysql with cvs instead of asp and ms-sql with source > safe) > > Thanx heaps for the speedy response too! > > > > My proposal is: > > > > shutdown now=09=09=09# This command will kill all daemon > > =09=09=09=09# processes and move you to single user > > =09=09=09=09# mode. You will be asked to confirm > > =09=09=09=09# your single user shell. > > > > exit=09=09=09=09# Typing this in single user mode will > > =09=09=09=09# brint the system back to multi user > > =09=09=09=09# mode and start all daemons, e.g. If you virtually only want to start proftpd, you may simply type: /usr/local/etc/rc.d/proftpd.sh start Or if you want to restart (and his is supported by the script): /usr/local/etc/rc.d/proftpd.sh stop /usr/local/etc/rc.d/proftpd.sh start Regards Konrad Heuer Personal Bookmarks: Gesellschaft f=FCr wissenschaftliche Datenverarbeitung mbH G=D6ttingen http://www.freebsd.org Am Fa=DFberg, D-37077 G=D6ttingen http://www.daemonnews.o= rg Deutschland (Germany) kheuer@gwdu60.gwdg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 6:10:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 0A38B37B423 for ; Wed, 11 Apr 2001 06:10:43 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 17931 invoked by uid 0); 11 Apr 2001 13:10:41 -0000 Received: from pd950a1c0.dip.t-dialin.net (HELO lofizwei) (217.80.161.192) by mail.gmx.net (mp001-rz3) with SMTP; 11 Apr 2001 13:10:41 -0000 Message-ID: <009701c0c288$cfc4dce0$0508a8c0@lofi.dyndns.org> From: "Michael Nottebrock" To: "Ted Mittelstaedt" , , References: <000e01c0c24a$9c9edfc0$1401a8c0@tedm.placo.com> Subject: Re: Naming ethernet NICs Date: Wed, 11 Apr 2001 15:10:40 +0200 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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Ted Mittelstaedt" To: ; Sent: Wednesday, April 11, 2001 7:45 AM Subject: RE: Naming ethernet NICs > >-----Original Message----- > >From: owner-freebsd-questions@FreeBSD.ORG > >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Michael O'Henly > > > >So if NICs are named on the basis of their type/driver, doesn't > >that mean a > >lot of reconfiguring is needed if you should happen to replace a card with > >something different? > > > > Let me point out that with regular PC hardware, you can't replace a NIC with > a different type without taking the server offline. Once you do that, all > of the benefits of "transparent reconfiguration" are basically lost. > > In any case, even if you do it differently and make everything "eth0, eth1, > etc. and so on, then how do you determine what physical card in the system > goes with what port? > > To give you an example, recently I built a router on a 486 with 5 separate > nics in them. Every NIC in the router is the same, (SMC8013) and > thus I had ed0, ed1, ed2, etc. On bootup, I still had to test each port to > determine which physical card went to what ed. One disadvantage of the BSD-type naming convention is that one does end up putting rl0's, ed0's and the like into config-files or batches, which have to be changed if the hardware changes, for example a '/usr/local/sbin/dhcpd dc0' in /etc/rc.local or a 'set device PPPoE:rl0' in /etc/ppp/ppp.conf, or (the most annoying) if you happen to have lots of 'via ' statements in your ipfw ruleset. Greetings, Michael Nottebrock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 6:16:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from takeover.lion-access.net (takeover.lion-access.net [212.19.220.11]) by hub.freebsd.org (Postfix) with ESMTP id 6931937B422 for ; Wed, 11 Apr 2001 06:16:24 -0700 (PDT) (envelope-from skin@takeover.lion-access.net) Received: from localhost (skin@localhost) by takeover.lion-access.net (8.10.2/8.10.1) with ESMTP id f3BDHVI30403 for ; Wed, 11 Apr 2001 15:17:31 +0200 (CEST) Date: Wed, 11 Apr 2001 15:17:31 +0200 (CEST) From: Bart Pustjens To: questions@freebsd.org Subject: INN + Suck on FreeBSD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I'm running 2 news servers (INN) with just some local groups. This works just fine but I want to add a small amount of newsgroups from my provider. Since I'm already running INN that should be a real problem but I cannot find any (recent) information about 'suck'. I guess 'suck' will have to store all the articles in files ? Does someone have any information on 'adding' suck to an excisting news server (FreeBSD is prefered, but Linux doc's will do too) With regards, Bart Pustjens To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 6:22:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx3out.umbc.edu (mx3out.umbc.edu [130.85.253.53]) by hub.freebsd.org (Postfix) with ESMTP id 997F537B422; Wed, 11 Apr 2001 06:22:43 -0700 (PDT) (envelope-from gmiddl1@gl.umbc.edu) Received: from linux2.gl.umbc.edu (IDENT:gmiddl1@linux2.gl.umbc.edu [130.85.60.16]) by mx3out.umbc.edu (8.9.3/8.9.3) with ESMTP id JAA26013; Wed, 11 Apr 2001 09:22:42 -0400 (EDT) Date: Wed, 11 Apr 2001 09:22:41 -0400 (EDT) From: "G. Jason Middleton" To: Ben Smithurst Cc: Subject: Re: DNS MX QMAIL (still having probs Aaron) In-Reply-To: <20010410220248.B8173@scientia.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG UREKA IT WORKS NOW..THANKS TO EVERYONE THAT HELPED! Jason On Tue, 10 Apr 2001, Ben Smithurst wrote: > G. Jason Middleton wrote: > > > This is what happens when i try to send mail to my domain....for example i > > can send mail to user@mailserver.domain.com but i cannot just send mail to > > user@domain.com > > > > My MX record is as follows > > > > @ IN MX 10 mailserver.domain.com > > Should probably be > > @ IN MX 10 mailserver.domain.com. > > Note the dot on the end. Or just > > @ IN MX 10 mailserver > > if "mailserver" is in the domain that the MX record is in. > > > Remote-MTA: DNS; longstroke.twopimped.org.twopimped.org > > There's the clue as to what the problem was. > > -- > Ben Smithurst / ben@FreeBSD.org > G. Jason Middleton _______________________________________________________________________________ Announcement: The revolution will not be televised. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 6:27:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mclean.mail.mindspring.net (mclean.mail.mindspring.net [207.69.200.57]) by hub.freebsd.org (Postfix) with ESMTP id 893C337B422 for ; Wed, 11 Apr 2001 06:27:38 -0700 (PDT) (envelope-from ejnewto@mindspring.com) Received: from mindspring.com (pool-63.50.231.180.phnx.grid.net [63.50.231.180]) by mclean.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id JAA16393 for ; Wed, 11 Apr 2001 09:27:36 -0400 (EDT) Message-ID: <3AD45BA8.B7281386@mindspring.com> Date: Wed, 11 Apr 2001 06:27:04 -0700 From: "Edward J. Newton" X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Netscape plugins Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have the linux.ko module loaded and I get 'bad magic number' errors from any linux plugin I download (i.e. flash, realplayer). Do these plugins work on FreeBSD's Netscape? Ed Newton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 6:33: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id 0AF3137B42C for ; Wed, 11 Apr 2001 06:33:00 -0700 (PDT) (envelope-from jim@thehousleys.net) Received: (from root@localhost) by thehousleys.net (8.11.3/8.11.2) id f3BDWrk62491; Wed, 11 Apr 2001 09:32:53 -0400 (EDT) (envelope-from jim@thehousleys.net) Received: from thehousleys.net (baby.int.thehousleys.net [192.168.0.24]) (authenticated) by thehousleys.net (8.11.3/8.11.3) with ESMTP id f3BDWp962333; Wed, 11 Apr 2001 09:32:51 -0400 (EDT) (envelope-from jim@thehousleys.net) Message-ID: <3AD45D03.F083DBB5@thehousleys.net> Date: Wed, 11 Apr 2001 09:32:51 -0400 From: James Housley Reply-To: jim@thehousleys.net X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Edward J. Newton" Cc: freebsd-questions@freebsd.org Subject: Re: Netscape plugins References: <3AD45BA8.B7281386@mindspring.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Edward J. Newton" wrote: > > I have the linux.ko module loaded and I get 'bad magic number' errors > from any linux plugin I download (i.e. flash, realplayer). Do these > plugins work on FreeBSD's Netscape? > No. You have to run the linux-netscape to use the linux pluggins. Jim -- /"\ ASCII Ribbon Campaign . \ / - NO HTML/RTF in e-mail . X - NO Word docs in e-mail . / \ ----------------------------------------------------------------- jeh@FreeBSD.org http://www.FreeBSD.org The Power to Serve jim@TheHousleys.Net http://www.TheHousleys.net --------------------------------------------------------------------- "...there's no idea that's so good you can't ruin it with a few well-placed idiots." -- Charles Spickman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 6:36:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id 60B2937B423 for ; Wed, 11 Apr 2001 06:36:51 -0700 (PDT) (envelope-from david@www3.pacific-pages.com) Received: from d.tracker ([216.191.74.126]) by www3.pacific-pages.com (8.8.5) id HAA27261; Wed, 11 Apr 2001 07:36:28 -0600 (MDT) Received: (from david@localhost) by d.tracker (8.11.3/8.11.2) id f3BDaAk58202 for questions@freebsd.org; Wed, 11 Apr 2001 09:36:10 -0400 (EDT) (envelope-from david) Date: Wed, 11 Apr 2001 09:36:10 -0400 (EDT) From: David Banning Message-Id: <200104111336.f3BDaAk58202@d.tracker> To: questions@freebsd.org Subject: buildkernel problem with current Reply-To: david@banning.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am updating to current right now. The make world went fine but the the command config mykernelname renders the error; config tracker config: line 66: devices with zero units are not likely to be correct line 66 of my config file is nothing new; # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 6:38:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.ntu-kpi.kiev.ua (www.ntu-kpi.kiev.ua [212.111.192.161]) by hub.freebsd.org (Postfix) with ESMTP id E6F8C37B422 for ; Wed, 11 Apr 2001 06:38:14 -0700 (PDT) (envelope-from simon@comsys.ntu-kpi.kiev.ua) Received: from comsys.ntu-kpi.kiev.ua (eth0.comsys.ntu-kpi.kiev.ua [10.0.1.184]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id 606AC2F66B; Wed, 11 Apr 2001 16:37:57 +0300 (EEST) Received: from pm5149 (pm514-9.comsys.ntu-kpi.kiev.ua [10.18.54.109]) by comsys.ntu-kpi.kiev.ua (8.11.3/8.11.3) with SMTP id f3BDaao07492; Wed, 11 Apr 2001 16:36:36 +0300 (EEST) Message-ID: <003e01c0c283$55364c20$6d36120a@comsys.ntukpi.kiev.ua> From: "Andrey Simonenko" To: "Lily Moore" Cc: References: <005201c0c278$d5f15180$0e05a8c0@iam.ne.jp> Subject: Re: Limit size of a file in FreeBSD. Date: Wed, 11 Apr 2001 16:31:28 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: Lily Moore Newsgroups: lucky.freebsd.questions Sent: 11 april 2001 Ç. 15:18 Subject: Re: Limit size of a file in FreeBSD. > But when I tested again, the user of "wwwuser"login class can upload files > with size exceed 1M. Could I have any mistakes? In my case it works correctly. Please tell me (i) how did you test "filesize" parameter and (ii) what exactly you mean when you say "can upload files"? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 6:44: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dfw-smtpout1.email.verio.net (dfw-smtpout1.email.verio.net [129.250.36.41]) by hub.freebsd.org (Postfix) with ESMTP id 9C47537B422 for ; Wed, 11 Apr 2001 06:43:55 -0700 (PDT) (envelope-from yong@csfi.com) Received: from [129.250.38.56] (helo=dfw-corpmmp1.email.verio.net) by dfw-smtpout1.email.verio.net with esmtp id 14nKuY-0003cp-00 for questions@freebsd.org; Wed, 11 Apr 2001 13:43:54 +0000 Received: from [204.1.38.26] (helo=yongdell) by dfw-corpmmp1.email.verio.net with smtp id 14nKuX-0002Vz-00 for questions@FreeBSD.ORG; Wed, 11 Apr 2001 13:43:53 +0000 From: "Yong Lim" To: Subject: can't boot... Date: Wed, 11 Apr 2001 09:45:43 -0400 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 IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <200104110106.f3B168m09111@xyzzy.intranet.snsonline.net> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I installed 4.2 in a new PC and the Booting [kernel] is reporting that it "can't load 'kernel'". Anyone know where/how I can find a solution to this? I've been at it for several days now without luck. Yong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 6:55:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by hub.freebsd.org (Postfix) with SMTP id 6F61D37B422 for ; Wed, 11 Apr 2001 06:55:45 -0700 (PDT) (envelope-from bsd140870@yahoo.co.uk) Received: from j92.kch19.jaring.my (HELO as2.kptn.org) (161.142.45.106) by smtp.mail.vip.sc5.yahoo.com with SMTP; 11 Apr 2001 13:55:44 -0000 X-Apparently-From: Date: Wed, 11 Apr 2001 14:17:39 +0800 From: Alvin Sim X-Mailer: The Bat! (v1.52 Beta/4) Reply-To: Alvin Sim Organization: n/a X-Priority: 3 (Normal) Message-ID: <5813085736.20010411141739@yahoo.co.uk> To: FreeBSD Questions Subject: Re[2]: Installing port(s) from an NFS server In-Reply-To: <3AD35117.A3EA4562@urx.com> References: <1510883389.20010410124052@yahoo.co.uk> <3AD317BB.4D2EB73@i-clue.de> <8531538810.20010411001740@yahoo.co.uk> <3AD35117.A3EA4562@urx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wednesday, April 11, 2001, 02:29:43 AM, Kent Stewart wrote: [snip... snip some...] KS> I stumbled across the option "make package" recently when I did a "man KS> ports". It does a make install but it also creates a tarball of the port as KS> a package. I have a system with an AMD 900 and a system with dual 866 KS> coppermines. They build ports about 3x faster than my slower machines. If KS> you create the directory /usr/ports/packages and do a make package, you KS> build the equivalent of what is on the distribution CDs in /cdrom/packages. KS> You install them on the client computer using pkg_add commands. I nfs KS> mounted the filesystem containing /usr/port/packages, did a "setenv PACKAGES KS> "nfs_path/packages/All", and installed kde-2.1 as a package on my slower KS> machines. I saved many hours of compiling for each system. I had to build a KS> number of ports before it would finish the upgrades. this is certainly very interesting (for me at least). although i think in my case, i have the opposite. the nfs server is a p200 and the client is a duron650. all the ports are on the slower machine (p200). i could, although i'm still not sure if its a good idea, to first copy the whole ports collection to the faster machine (d650), and have it serve as an nfs server for just the ports/packages collection. i will give the first a try and see how slow the process goes before i decide wether to move the ports to the faster machine. KS> The package files stick around if you end up doing a "make clean" and find KS> that the port/work directories for a port and all of its dependancies have KS> disappeared. I eventually solved that problem by creating an alias called KS> makednc that does a KS> make -DNOCLEANDEPENDS clean KS> Kent thanks for the tip and advice. -- Alvin mailto:bsd140870@yahoo.co.uk _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 6:56:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pravda.tenzo.net (h24-69-46-74.gv.shawcable.net [24.69.46.74]) by hub.freebsd.org (Postfix) with ESMTP id 8CA5037B422 for ; Wed, 11 Apr 2001 06:56:34 -0700 (PDT) (envelope-from michael@tenzo.com) Received: from pravda.tenzo.net (localhost.localdomain [127.0.0.1]) by pravda.tenzo.net (Postfix) with SMTP id 20FB13F25 for ; Wed, 11 Apr 2001 06:56:33 -0700 (PDT) Content-Type: text/plain; charset="iso-8859-1" From: Michael O'Henly Reply-To: michael@tenzo.com Organization: TENZO Design To: freebsd-questions@FreeBSD.ORG Subject: Re: Naming ethernet NICs Date: Wed, 11 Apr 2001 06:56:32 -0700 X-Mailer: KMail [version 1.2] References: <000e01c0c24a$9c9edfc0$1401a8c0@tedm.placo.com> <009701c0c288$cfc4dce0$0508a8c0@lofi.dyndns.org> In-Reply-To: <009701c0c288$cfc4dce0$0508a8c0@lofi.dyndns.org> MIME-Version: 1.0 Message-Id: <01041106563200.03731@pravda.tenzo.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday 11 April 2001 06:10, Michael Nottebrock wrote: [...] > One disadvantage of the BSD-type naming convention is that one does > end up putting rl0's, ed0's and the like into config-files or batches, > which have to be changed if the hardware changes, for example a > '/usr/local/sbin/dhcpd dc0' in /etc/rc.local or a 'set device > PPPoE:rl0' in /etc/ppp/ppp.conf, or (the most annoying) if you happen > to have lots of 'via ' statements in your ipfw ruleset. Yes, this is what I meant. The reason I raised the questions is that I'm configuring a simple firewall for my home network and so far I've "hardcoded" NIC names in three or four different places. Presumably if I ever replaced a NIC with a different type/driver, I'd have to rediscover all the places I'd used the old name. M. -- Michael O'Henly TENZO Design To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 6:59:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 18BFD37B422 for ; Wed, 11 Apr 2001 06:59:39 -0700 (PDT) (envelope-from Jan.Grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Wed, 11 Apr 2001 14:59:21 +0100 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 14nL7t-0000GW-00; Wed, 11 Apr 2001 14:57:41 +0100 Date: Wed, 11 Apr 2001 14:57:41 +0100 (BST) From: Jan Grant To: BSD Admin Cc: Jonathan Chen , freebsd-questions Subject: Re: IMAP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 11 Apr 2001, BSD Admin wrote: > Jonathan and FreeBSD, > Hello, I uncommented the line and HUPd inetd. > In my /var/log/messages file, I got a message saying: > > Apr 11 08:21:31 noc inetd[34953]: cannot execute > /usr/local/libexec/imapd: No such file or directory > > The strange thing is that when I did a scan on the machine, it appears > imap is running. > > 143/tcp open imap2 > > Can anyone explain why it says imap4 in inetd.conf and imap2 otherwise? > I know that nmap does a best guess at what is running on a given port. > I was just wondering what imap4 is relative to imap2 and 1. > > Any info much appriciated! From the top: First error message is because you need to ensure that the path in imapd is correct, ie. not /usr/local/libexec/imapd, but /usr/local/bin/imapd. Second: the thing that's listening on the imap port is inetd; this will palm off an incoming connection to your imapd when properly configured (see the output of sockstat). Third: grep imap /etc/services. imap2 and imap4 are synonyms for the same port; the port-to-service-name function returns "imap2" because that's listed first. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287163 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk stty intr ^m To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 7: 1:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id 988FB37B42C for ; Wed, 11 Apr 2001 07:01:40 -0700 (PDT) (envelope-from lucas@slb.to) Received: (qmail 17407 invoked by uid 1000); 11 Apr 2001 14:02:01 -0000 Date: Wed, 11 Apr 2001 09:02:01 -0500 From: Lucas Bergman To: Intuitive Design Archive Cc: freebsd-questions@freebsd.org Subject: Re: procmail and formail Q's? Message-ID: <20010411090201.A5005@billygoat.slb.to> Reply-To: lucas@slb.to References: <069001c0c1bf$ff8c4130$9604a8c0@2000sunday> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from archive@www.in-design.com on Tue, Apr 10, 2001 at 10:08:48PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > In-Reply-To: ... Please don't send mail to the list by replying to an unrelated question. It confuses people with threading mail readers. > Is there anyway with formail and procmail to take a mailbox and > resend the mail in it. Yes. > I know I need to use > > formail -s procmail redirect.rc < mailbox.test Maybe. Procmail probably doesn't need to be involved if you want to do the same thing to every message. > but in the redirect what should I have. I am very new to procmail, and > would really appreciate the guidance. > > I am thinking of something lik > > :0 > * ^TO_"$SENDER_ADDRESS" > ! "$SENDER_ADDRESS" This confuses me about your intention. What are you trying to do? Send each message again to its original recipient? Send each message back to the sender? Send a form letter to the recipient of each message? Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 7: 5:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id D441C37B422 for ; Wed, 11 Apr 2001 07:05:55 -0700 (PDT) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.3/8.11.3) id f3BE5r675616; Wed, 11 Apr 2001 10:05:53 -0400 (EDT) (envelope-from lowell) To: freebsd-questions@freebsd.org, oscars@mail.utexas.edu Subject: Re: Maxusers and max open files References: <5.0.2.1.2.20010409131651.00acad90@mail.utexas.edu> From: Lowell Gilbert Date: 11 Apr 2001 10:05:53 -0400 In-Reply-To: oscars@mail.utexas.edu's message of "9 Apr 2001 20:24:50 +0200" Message-ID: <44zodn351a.fsf@lowellg.ne.mediaone.net> Lines: 38 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG oscars@mail.utexas.edu (Oscar Ricardo Silva) writes: > I know that the max number of open files is related to the maxusers number > in the kernel config file. /usr/src/sys/conf/param.c indicates: > > #define NPROC (20 + 16 * MAXUSERS) > #ifndef MAXFILES > #define MAXFILES (NPROC*2) > #endif > So, that means that if I want to raise the max number of open files, I need > to change MAXUSERS in the kernel and recompile. No, actually. It means that if you define MAXFILES in your configuration file, that value will override the one calculated from NPROC. Also note that maxfiles (and several related values) can now be adjusted dynamically at runtime, via a sysctl(8). A quick check of the history of the man page for sysctl makes me think this was the case in 4.0 also. > At the same time, I don't > want to place to much overhead on the machine to where it becomes unusable. Very wise, although a maxusers setting of 128 is still well short of causing that sort of problem. > Any thoughts on what the usable limit is for MAXUSERS? I'm sorry not to offer more help, but I'm afraid that it really depends on your application mix. This sort of thing is generally determined by trial and error. It seems that running out of file slots is your *only* problem, so some judicious experiments with adjusting those dynamically will probably tune your system quite well. Good luck. - Lowell Gilbert -- Everything you know is wrong -- but some of it is a useful approximation! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 7: 6:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id D2A0837B424 for ; Wed, 11 Apr 2001 07:06:51 -0700 (PDT) (envelope-from lucas@slb.to) Received: (qmail 2878 invoked by uid 1000); 11 Apr 2001 14:07:14 -0000 Date: Wed, 11 Apr 2001 09:07:13 -0500 From: Lucas Bergman To: Tian Siyuan Cc: questions@freebsd.org Subject: Re: [ evil subjectless mail ] Message-ID: <20010411090713.B5005@billygoat.slb.to> Reply-To: lucas@slb.to References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from tsy@iist.unu.edu on Wed, Apr 11, 2001 at 03:54:28PM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I am trying FreeBSD 4.3-RC2. So what does this RC-2 mean? Can I use > it as a production system? RTFM. http://www.freebsd.org/FAQ/admin.html#RELEASE-CANDIDATE Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 7:29:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id 4A73E37B422 for ; Wed, 11 Apr 2001 07:29:08 -0700 (PDT) (envelope-from lucas@slb.to) Received: (qmail 2058 invoked by uid 1000); 11 Apr 2001 14:29:29 -0000 Date: Wed, 11 Apr 2001 09:29:29 -0500 From: Lucas Bergman To: "Thuan An ( NDK )" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ftpd: How can I limit the size of uploaded files ? Message-ID: <20010411092929.C5005@billygoat.slb.to> Reply-To: lucas@slb.to References: <014201c0c24b$91b88a60$0e05a8c0@iam.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <014201c0c24b$91b88a60$0e05a8c0@iam.ne.jp>; from thuanan@iam.ne.jp on Wed, Apr 11, 2001 at 02:52:18PM +0900 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > How can I control how large a file can be uploaded within ftpd? The stock ftpd lets the underlying operating system regulate that kind of thing. Slapping a disk quota on the intended victim (or the `ftp' user if you're allowing anonymous uploads... ack!) is probably the simplest way to accomplish what you want. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 7:37:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 8F79637B43E for ; Wed, 11 Apr 2001 07:37:49 -0700 (PDT) (envelope-from fgleiser@cactus.fi.uba.ar) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.9.3/8.9.3) with ESMTP id LAA56424; Wed, 11 Apr 2001 11:42:38 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Wed, 11 Apr 2001 11:42:38 -0300 (ART) From: Fernando Gleiser To: tmchow@sfu.ca Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Firewall rules causing SSH disconects? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'm not exactly sure of the time length involved before the disconnects, > because it seems to happen mainly when there's a time period of idleness.. > What will happen is that the connection will sit there for a bit, then if I > then type a character or two (like the letter L is "ls"), it will show the > "l" but then disconnect me. I have no way to knowing how much time has > elapsed unfortunately. > A had the same problem some time ago, and it was related to NAT entries expiring. I solved it lowering the keepidle interval so it sends a keepalive probe every 3 minutes and the NAT entry gets refreshed. But you said you where using a Win2K client , and I dont know if you can do that in Win2K. Fer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 7:42: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from skinner.codefactory.se (skinner.codefactory.se [212.32.187.2]) by hub.freebsd.org (Postfix) with ESMTP id 3FC4837B424 for ; Wed, 11 Apr 2001 07:41:57 -0700 (PDT) (envelope-from anders@codefactory.se) Received: from enterprise.codefactory.se (unknown [212.28.197.186]) by skinner.codefactory.se (Postfix) with ESMTP id 8B29F190A4; Wed, 11 Apr 2001 16:44:59 +0200 (CEST) Received: by enterprise.codefactory.se (Postfix, from userid 1001) id 5575B3EA0; Wed, 11 Apr 2001 16:41:54 +0200 (CEST) Date: Wed, 11 Apr 2001 16:41:54 +0200 From: Anders Andersson To: Doug Poland Cc: freebsd-questions@FreeBSD.ORG Subject: Re: New version of XFree86 Message-ID: <20010411164153.C81538@enterprise.codefactory.se> References: <000501c1cec6$a287a690$112e893e@slatch> <20010318172915.A16395@northernbrewer.com> <20010319081240.A20405@polands.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: =?iso-8859-1?Q?=3C20010319081240=2EA20405=40polands=2Eorg=3E=3B_from_dou?= =?iso-8859-1?Q?g=40polands=2Eorg_on_M=E5n=2C_Mar_19=2C_2001_at_08:12:41a?= =?iso-8859-1?Q?m_-0600?= Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mån, Mar 19, 2001 at 08:12:41am -0600, Doug Poland wrote: > If I may ask and not be too far off-topic, what are the benefits > of XFree86 4.x over 3.X? Can one have both installed and usable > on the same system at the same time? There are lot of benefits, please read more about them at http://www.xfree86.org/ but some issues still seems to be there for some people. You can not easily have them both installed on the same system. -- Anders Andersson anders@codefactory.se CodeFactory AB http://www.codefactory.se/ Office: +46 (0)31 711 99 35 Cell: +46 (0)70 587 53 35 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 7:43:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from skinner.codefactory.se (skinner.codefactory.se [212.32.187.2]) by hub.freebsd.org (Postfix) with ESMTP id 8955A37B422 for ; Wed, 11 Apr 2001 07:43:53 -0700 (PDT) (envelope-from anders@codefactory.se) Received: from enterprise.codefactory.se (unknown [212.28.197.186]) by skinner.codefactory.se (Postfix) with ESMTP id 2E861190A4; Wed, 11 Apr 2001 16:46:56 +0200 (CEST) Received: by enterprise.codefactory.se (Postfix, from userid 1001) id 7779B3EA0; Wed, 11 Apr 2001 16:43:51 +0200 (CEST) Date: Wed, 11 Apr 2001 16:43:51 +0200 From: Anders Andersson To: Joe McGuckin Cc: questions@freebsd.org Subject: Re: PAM problems after upgrading Message-ID: <20010411164351.D81538@enterprise.codefactory.se> References: <200104110759.f3B7xTq89956@monk.via.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200104110759.f3B7xTq89956@monk.via.net>; from joe@monk.via.net on Ons, Apr 11, 2001 at 12:59:29am -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Ons, Apr 11, 2001 at 12:59:29am -0700, Joe McGuckin wrote: > > I upgraded to -STABLE today and now incoming ssh sessions > are dropped after entering the password. The log files say: > > Apr 11 00:50:38 astor sshd[579]: no modules loaded for `sshd' service > Apr 11 00:53:32 astor sshd[596]: no modules loaded for `sshd' service > Apr 11 00:53:32 astor sshd[596]: fatal: PAM session setup failed[6]: Permission denied > > > What the heck have I done wrong? How do I fix this? You probably got an out of date /etc/pam.conf, please use mergemaster to upgrade your /etc properly. -- Anders Andersson anders@codefactory.se CodeFactory AB http://www.codefactory.se/ Office: +46 (0)31 711 99 35 Cell: +46 (0)70 587 53 35 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 7:45:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-giga.rz.uni-ulm.de [134.60.246.36]) by hub.freebsd.org (Postfix) with ESMTP id 501ED37B424 for ; Wed, 11 Apr 2001 07:45:11 -0700 (PDT) (envelope-from Siegbert.Baude@gmx.de) Received: from lilith (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with SMTP id QAA04352; Wed, 11 Apr 2001 16:45:01 +0200 (MEST) Message-ID: <00a301c0c295$fe4934a0$4011a8c0@wohnheim.uniulm.de> From: "Siegbert Baude" To: "Keenan Tims" , Cc: References: <001f01c0c1be$05baa940$0701a8c0@darryl> <000901c0c254$aff6c380$0200a8c0@cr122665a> Subject: Re: Very slow LAN transfers Date: Wed, 11 Apr 2001 16:44:58 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hmm...I tried > "ifconfig rl0 mediaopt half-duplex" and i get this message > ifconfig: SIOCSIFMEDIA: Device not configured The man page is somehow unclear there. You only have to use the mediaopt option, if you want to force full-duplex. But you don´t have to worry about it, because you´re running already in half-duplex mode, as your ifconfig states: >rl0: flags=8843 mtu 1500 > inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255 > ether 00:48:54:88:62:bd > media: 10baseT/UTP status: active > supported media: autoselect 100baseTX 100baseTX 10baseT/UTP > 10baseT/UTP 100baseTX The media: line tells you "10baseT/UTP", that is half-duplex. It would read "10baseT/UTP " if your Realtek card were in full-duplex mode. So whatever your problem is, it´s not the missing half-duplex mode. Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 7:46:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f214.law11.hotmail.com [64.4.17.214]) by hub.freebsd.org (Postfix) with ESMTP id 3419937B422 for ; Wed, 11 Apr 2001 07:46:41 -0700 (PDT) (envelope-from burnscharlesn@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 11 Apr 2001 07:46:40 -0700 Received: from 24.21.122.151 by lw11fd.law11.hotmail.msn.com with HTTP; Wed, 11 Apr 2001 14:46:40 GMT X-Originating-IP: [24.21.122.151] From: "Charles Burns" To: thuanan@iam.ne.jp, freebsd-questions@FreeBSD.ORG Subject: Re: ftpd: How can I limit the size of uploaded files ? Date: Wed, 11 Apr 2001 07:46:40 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 11 Apr 2001 14:46:40.0251 (UTC) FILETIME=[37BED4B0:01C0C296] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I don't know the answer to your question, but I have eadministered FTP sites before and have never seen any such option. One may exist, though, that I have not seen. If I recall correctly, the FTP server doesn't know what size the file will be until it is finished, but I haven;t seen this in the spec so I don't know. If this is the case, you could modify FTPd so that after so many bytes it terminates the connection (if you are really ambitious) or cancels the transfer. The FTPd source code is very clean If you would like to do this, you can get a copy of the FTP spec from: http://www.faqs.org/rfcs/rfc959.html There are a few extentions to the spec as well. To read those, replace the "959" in the URL with "2228". >From: "Thuan An ( NDK )" >To: >Subject: ftpd: How can I limit the size of uploaded files ? >Date: Wed, 11 Apr 2001 14:52:18 +0900 > > How can I control how large a file can be uploaded within ftpd? > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 7:50: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmod.ath.cx (CC2-861.charter-stl.com [24.217.115.99]) by hub.freebsd.org (Postfix) with ESMTP id D36DA37B423 for ; Wed, 11 Apr 2001 07:50:05 -0700 (PDT) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id 3DBD2A91E; Wed, 11 Apr 2001 09:49:23 -0500 (CDT) Date: Wed, 11 Apr 2001 09:49:23 -0500 From: Andrew Hesford To: Michael Nottebrock Cc: Ted Mittelstaedt , michael@tenzo.com, freebsd-questions@FreeBSD.ORG Subject: Re: Naming ethernet NICs Message-ID: <20010411094923.A6049@cec.wustl.edu> References: <000e01c0c24a$9c9edfc0$1401a8c0@tedm.placo.com> <009701c0c288$cfc4dce0$0508a8c0@lofi.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <009701c0c288$cfc4dce0$0508a8c0@lofi.dyndns.org>; from michaelnottebrock@gmx.net on Wed, Apr 11, 2001 at 03:10:40PM +0200 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Apr 11, 2001 at 03:10:40PM +0200, Michael Nottebrock wrote: > One disadvantage of the BSD-type naming convention is that one does > end up putting rl0's, ed0's and the like into config-files or batches, > which have to be changed if the hardware changes, for example a > '/usr/local/sbin/dhcpd dc0' in /etc/rc.local or a 'set device > PPPoE:rl0' in /etc/ppp/ppp.conf, or (the most annoying) if you happen > to have lots of 'via ' statements in your ipfw ruleset. After trying to use a Linux machine with two NICs for a router, let me tell you the benefits of the BSD system far outweigh this single drawback. One of the first problems with generic naming is that you have to remember what name belongs to what card; maybe not a problem if you are always tweaking them, but if you leave your box up for a long time and don't mess with the cards, it is easy to forget. Perhaps the biggest concern, however, was when I upgraded from kernel 2.2.x to 2.4. In the transition, the kernel changed the order in which the NIC drivers were loaded. For me, this meant that the names eth0 and eth1 swapped cards without telling me. This was particularly troublesome, because I had to frequently bounce back and forth between 2.2.x and 2.4-test when they broke new things that affected me. With the BSD system, names don't change unless you swap cards, which means you are ready for the change. It is always easy to fix naming discrepancies when you know they're coming; it is much harder to do so when problems have surprised you and you are angry about them. -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 7:52:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from buck.xsequor.com (buck.xsequor.com [208.136.156.13]) by hub.freebsd.org (Postfix) with ESMTP id B886637B422 for ; Wed, 11 Apr 2001 07:52:26 -0700 (PDT) (envelope-from jlb@xsequor.com) Received: from wheezer (wheezer [208.136.156.46]) by buck.xsequor.com (8.9.3/8.8.7) with SMTP id JAA31666 for ; Wed, 11 Apr 2001 09:57:51 -0500 Reply-To: From: "John Baxter" To: Subject: est. of number of users Date: Wed, 11 Apr 2001 09:49:55 -0500 Message-ID: <000401c0c296$acd29a20$2e9c88d0@wheezer> 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 CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Are there any estimates: of the number of BSD users? of the number of BSD vs. Linux? of the number of FreeBSD vs. OpenBSD vs. NetBSD vs. other BSD users? is there a link to a page describing all (almost all) of the flavors of BSD? Thanks, John Baxter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 7:54:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 6398F37B422 for ; Wed, 11 Apr 2001 07:54:42 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id KAA13017; Wed, 11 Apr 2001 10:55:45 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Wed, 11 Apr 2001 10:54:32 -0400 (EDT) From: Stephen Hovey To: John Baxter Cc: freebsd-questions@FreeBSD.ORG Subject: Re: est. of number of users In-Reply-To: <000401c0c296$acd29a20$2e9c88d0@wheezer> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG All I know is - of all the operating systems Ive tried - FreeBSD is the one that DOESNT trigger my beeper in the wee hours - I actually get to sleep and have time off and stuff.. FreeBSD RULES! On Wed, 11 Apr 2001, John Baxter wrote: > Are there any estimates: > > of the number of BSD users? > of the number of BSD vs. Linux? > of the number of FreeBSD vs. OpenBSD vs. NetBSD vs. other BSD users? > > is there a link to a page describing all (almost all) of the flavors of BSD? > > Thanks, > John Baxter > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 7:59:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from noc.ntelos.net (noc.ntelos.net [216.12.89.199]) by hub.freebsd.org (Postfix) with SMTP id 5998337B423 for ; Wed, 11 Apr 2001 07:59:11 -0700 (PDT) (envelope-from freebsd@noc.ntelos.net) Received: from localhost (freebsd@localhost) by noc.ntelos.net (8.11.1/8.11.1) with ESMTP id f3BFt5S35324; Wed, 11 Apr 2001 10:55:05 -0500 (EST) (envelope-from freebsd@noc.ntelos.net) Date: Wed, 11 Apr 2001 10:55:05 -0500 (EST) From: BSD Admin To: Jan Grant Cc: Jonathan Chen , freebsd-questions Subject: Re: IMAP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Helly Jan and All, Thank you very much for the reply. The info helped get my imap server up, but I now have a new problem. > Second: the thing that's listening on the imap port is inetd; this will > palm off an incoming connection to your imapd when properly configured > (see the output of sockstat). Thanks, I now see that inetd just pushes the socket request to whatever inetd.conf tells it. I just assumed that /libexec/imapd was a sym link or something to whatever started imapd. I should have looked, but never really understood that inetd handled requests on the fly. I always thought it started a daemon in the background and that was that. Anyway, my new problem is that when I try to check mail via imap, mozilla simply tells me 'login failed'. I know I am typing the correct account password. Is there an imap configuration file I need to configure to tell it to use a particular authentication method or something? Thanks for any info! Ashby Gochenour Unix Administration NTELOS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 8: 2:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail01.domainbank.com (mail.domainbank.com [209.92.184.36]) by hub.freebsd.org (Postfix) with ESMTP id 152DC37B422 for ; Wed, 11 Apr 2001 08:02:39 -0700 (PDT) (envelope-from jdmiller@domainbank.com) Received: from mordor (mordor.domainbank.com [192.168.2.18]) by mail01.domainbank.com (Vircom SMTPRS 4.5.186) with SMTP id for ; Wed, 11 Apr 2001 11:02:38 -0400 Message-ID: <00ee01c0c298$72d2f7a0$1202a8c0@domainbank.com> From: "Jeff Miller" To: "BSD-Questions List" Subject: Installing Glide for Voodoo 3 on X 4.03 Date: Wed, 11 Apr 2001 11:02:38 -0400 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anyone know where I can get glide? Is it in the ports collection? If not, is there a web page I can goto to get it? TIA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 8:11:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 340D237B422 for ; Wed, 11 Apr 2001 08:11:38 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.11.3/8.11.3) id f3BFBUT25640; Wed, 11 Apr 2001 10:11:30 -0500 (CDT) (envelope-from dan) Date: Wed, 11 Apr 2001 10:11:30 -0500 From: Dan Nelson To: marwan@q8internet.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: colorls: .: Permission denied (To Dan) Message-ID: <20010411101129.A25450@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: ; from "Dead Line" on Wed Apr 11 05:51:17 GMT 2001 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Apr 11), Dead Line said: > Hello, > > Thank you Dan, > You were right, I can ls /bin and other directries that is not > in /home. > > How do we do that please? > I would appreciate the help. chmod a-r /home -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 8:33:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp015.mail.yahoo.com (smtp015.mail.yahoo.com [216.136.173.59]) by hub.freebsd.org (Postfix) with SMTP id 075D237B422 for ; Wed, 11 Apr 2001 08:33:31 -0700 (PDT) (envelope-from fbsdq@yahoo.com) Received: from h2.impactidealsolutions.com (HELO support10) (216.98.200.91) by smtp.mail.vip.sc5.yahoo.com with SMTP; 11 Apr 2001 15:33:30 -0000 X-Apparently-From: Message-Id: Date: Wed, 11 Apr 2001 09:35:51 -0600 X-Priority: 3 From: Peter X-Mailer: Mail Warrior To: michael@tenzo.com, "michael@tenzo.com" Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Subject: Re: Naming ethernet NICs Content-Type: Text/Plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8Bit X-Mailer-Version: v3.57 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 04/11/2001 7:56:32 AM, Michael O'Henly is quoted as saying: . . . .|On Wednesday 11 April 2001 06:10, Michael Nottebrock wrote: . . . .| . . . .|[...] . . . .| . . . .|> One disadvantage of the BSD-type naming convention is that one does . . . .|> end up putting rl0's, ed0's and the like into config-files or batches, . . . .|> which have to be changed if the hardware changes, for example a . . . .|> '/usr/local/sbin/dhcpd dc0' in /etc/rc.local or a 'set device . . . .|> PPPoE:rl0' in /etc/ppp/ppp.conf, or (the most annoying) if you happen . . . .|> to have lots of 'via ' statements in your ipfw ruleset. . . . .| . . . .|Yes, this is what I meant. The reason I raised the questions is that I'm . . . .|configuring a simple firewall for my home network and so far I've "hardcoded" . . . .|NIC names in three or four different places. Presumably if I ever replaced a . . . .|NIC with a different type/driver, I'd have to rediscover all the places I'd . . . .|used the old name. Would it not be possible to just create links from like /dev/eth0 to /dev/rl0 ? If hardware changes, just change the link. . . . .| . . . .|M. . . . .| . . . .|-- . . . .|Michael O'Henly . . . .|TENZO Design . . . .| . . . .|To Unsubscribe: send mail to majordomo@FreeBSD.org . . . .|with "unsubscribe freebsd-questions" in the body of the message www.nul.cjb.net www.FreeBSD.org _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 8:34:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id CE7A137B422 for ; Wed, 11 Apr 2001 08:34:12 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f3BFXnk12489; Wed, 11 Apr 2001 08:33:49 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Corey Wilson" , Subject: RE: support; cd-burning Date: Wed, 11 Apr 2001 08:33:49 -0700 Message-ID: <000201c0c29c$ce0cb580$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0003_01C0C262.21ADDD80" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <000a01c0c1da$1f864b60$23710741@mtmorris1.mi.home.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0003_01C0C262.21ADDD80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Yes - it's in the CD package, also BSDi offers support contracts. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Corey Wilson Sent: Tuesday, April 10, 2001 9:20 AM To: questions@FreeBSD.ORG Subject: support; cd-burning 2 questions: 1) is there a support number to call for help on BSD to us newbies w/ Unix? 2) what files do i need from FreeBSD.org to function BSD properly, adequatly.. and what files do i need to copy onto a CD in order to make it bootable? Thanx, KeyPulse ------=_NextPart_000_0003_01C0C262.21ADDD80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Yes -=20 it's in the CD package, also BSDi offers support = contracts.
 
 

Ted=20 Mittelstaedt          &= nbsp;          =20 tedm@toybox.placo.com
Author=20 of:          The FreeBSD = Corporate=20 Networker's Guide
Book=20 website:         http://www.freebsd-corp-net-guide.com

 
-----Original Message-----
From:=20 owner-freebsd-questions@FreeBSD.ORG=20 [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of = Corey=20 Wilson
Sent: Tuesday, April 10, 2001 9:20 AM
To: = questions@FreeBSD.ORG
Subject: support;=20 cd-burning

2 questions:
 
1) is there a support number to call for help on = BSD to us=20 newbies w/ Unix?
2) what files do i need from FreeBSD.org to = function BSD=20 properly, adequatly.. and what files do i need to copy onto a CD in = order to=20 make it bootable?
        =    =20             =    =20             Thanx,=20 KeyPulse
------=_NextPart_000_0003_01C0C262.21ADDD80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 8:38:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from localhost.cts.COM (cts21612089241.cts.com [216.120.89.241]) by hub.freebsd.org (Postfix) with ESMTP id 9641937B423 for ; Wed, 11 Apr 2001 08:38:55 -0700 (PDT) (envelope-from heyjoe@localhost.cts.COM) Received: (from heyjoe@localhost) by localhost.cts.COM (8.11.0/8.11.0) id f3BEiN601472 for freebsd-questions@freebsd.org; Wed, 11 Apr 2001 07:44:23 -0700 Date: Wed, 11 Apr 2001 07:44:23 -0700 From: Joe Heuring To: freebsd-questions@freebsd.org Subject: Re: minimal web server install Message-ID: <20010411074423.A1110@Joe H> References: <20010407185341.B8519@Joe <20010407185341.B8519@Joe <20010407222428.E8519@Joe <20010407222428.E8519@Joe Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from tayers@bridge.com on Sun, Apr 08, 2001 at 09:29:21PM -0500 X-Operating-System: Linux heyjoe 2.2.16-22 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > You are confusing issues here I think. I am. What I'm doing is ftp installing FreeBSD. The purpose I'm installing it for is a hobby web type server. If the actual software like apache and mysql could be considered 3rd level from the kernel then the packages I'm concerned with are the 2nd level ones. More like the tools ftp, editor, mail. Following the good rules I've heard I want to function but I don't want to carry around aextra armour that I don't use. Not to expose all my ignorance at once but so far I would just have bash mutt lynx vi qmail cool network diag tools, etc. I'm sure there must be some canned server package that can get pretty close to what I'm looking for. > The "lynx is similar to lynx" was a joke. Sorry. I'll answer again... I > know of 3 text-based browsers: lynx, w3m and links. Oh. It's true I've had all humor sucked out of me and dry as a fishbone now. > I don't understand when you say you aborted at the lynx prompt. I > don't recall ever getting a "lynx prompt" when installing FreeBSD over > FTP or otherwise. Do you mean you were building the lynx port at > /usr/ports/www/lynx and it didn't work? I've had no problems with > /usr/ports/www/lynx-ssl/. That's what I meant and didn't know it I guess. I don't understand the ports thing but will look into it, thanks. > > As far as linux vs FreeBSD, IMHO FreeBSD is a little more seat of the > pants than linux due to the large number of HOW-TO tutorials for > linux. FreeBSD is not harder than linux, just a little > different. (That's a hint that many of the linux how-to's at > www.linuxdoc.org are very helpful for FreeBSD. Things just might be in > slightly different directories. :-) Ok that's what I was hoping. (but now this ports thing has me scared) > > Good luck and > Hope you have a very nice day, :-) > Tim Ayers (tayers@bridge.com) > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 8:41:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmod.ath.cx (CC2-861.charter-stl.com [24.217.115.99]) by hub.freebsd.org (Postfix) with ESMTP id F25BA37B422 for ; Wed, 11 Apr 2001 08:41:10 -0700 (PDT) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id 9B29EA91E; Wed, 11 Apr 2001 10:40:32 -0500 (CDT) Date: Wed, 11 Apr 2001 10:40:32 -0500 From: Andrew Hesford To: Peter Cc: michael@tenzo.com, freebsd-questions@freebsd.org Subject: Re: Naming ethernet NICs Message-ID: <20010411104032.A6221@cec.wustl.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from fbsdq@yahoo.com on Wed, Apr 11, 2001 at 09:35:51AM -0600 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Apr 11, 2001 at 09:35:51AM -0600, Peter wrote: > Would it not be possible to just create links from like /dev/eth0 to > /dev/rl0 ? > > If hardware changes, just change the link. No, the network devices are virtual ones. There is no device node corresponding to each device. Just think about it, do you really want dozens of device inodes just to accomodate every potential NIC? On a second note, please fix your MUA to wrap text at >80 characters... it makes text easier to read. -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 8:42:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 0A80637B423 for ; Wed, 11 Apr 2001 08:42:53 -0700 (PDT) (envelope-from rasputin@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 14nMlg-000AQj-00 for questions@freebsd.org; Wed, 11 Apr 2001 16:42:52 +0100 Received: (from rasputin@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f3BFgpX70037 for questions@freebsd.org; Wed, 11 Apr 2001 16:42:51 +0100 (BST) (envelope-from rasputin) Date: Wed, 11 Apr 2001 16:42:51 +0100 From: Rasputin To: questions@freebsd.org Subject: Re: Naming ethernet NICs Message-ID: <20010411164251.A70001@dogma.freebsd-uk.eu.org> Reply-To: Rasputin References: <000e01c0c24a$9c9edfc0$1401a8c0@tedm.placo.com> <009701c0c288$cfc4dce0$0508a8c0@lofi.dyndns.org> <01041106563200.03731@pravda.tenzo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <01041106563200.03731@pravda.tenzo.net>; from michael@tenzo.com on Wed, Apr 11, 2001 at 06:56:32AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Michael O'Henly [010411 14:57]: > On Wednesday 11 April 2001 06:10, Michael Nottebrock wrote: > > [...] > > > One disadvantage of the BSD-type naming convention is that one does > > end up putting rl0's, ed0's and the like into config-files or batches, > > which have to be changed if the hardware changes, for example a > > '/usr/local/sbin/dhcpd dc0' in /etc/rc.local or a 'set device > > PPPoE:rl0' in /etc/ppp/ppp.conf, or (the most annoying) if you happen > > to have lots of 'via ' statements in your ipfw ruleset. > > Yes, this is what I meant. The reason I raised the questions is that I'm > configuring a simple firewall for my home network and so far I've "hardcoded" > NIC names in three or four different places. Presumably if I ever replaced a > NIC with a different type/driver, I'd have to rediscover all the places I'd > used the old name. Er, environment variables? Set NIC-DEVICE='ed0' in /etc/profile and use that in your scripts. -- Rasputin Jack of All Trades :: Master of Nuns To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 8:48:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 9EADD37B422 for ; Wed, 11 Apr 2001 08:48:29 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f3BFmHk12559; Wed, 11 Apr 2001 08:48:18 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Mike Meyer" , "Thomas Lau" Cc: Subject: RE: why BSDi not Free but FreeBSD ? Date: Wed, 11 Apr 2001 08:48:17 -0700 Message-ID: <001f01c0c29e$d39bd380$1401a8c0@tedm.placo.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 In-Reply-To: <15059.3756.729227.310810@guru.mired.org> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There was - even Microsoft used BSDi for it's mailservers for years. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Mike Meyer >Sent: Tuesday, April 10, 2001 6:46 AM >To: Thomas Lau >Cc: questions@FreeBSD.ORG >Subject: Re: why BSDi not Free but FreeBSD ? > > >Thomas Lau types: >> why? >> it's expensive as I know :) > >Because the founders of BSDi thought there was a market for a >commercially supported version of BSD Unix. > > -- >Mike Meyer >http://www.mired.org/home/mwm/ >Independent WWW/Perforce/FreeBSD/Unix consultant, email for more >information. > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 8:51:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id A356037B422 for ; Wed, 11 Apr 2001 08:51:41 -0700 (PDT) (envelope-from lplist@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1003) id 8745755407; Wed, 11 Apr 2001 08:47:10 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id 77ADF51610; Wed, 11 Apr 2001 08:47:10 -0700 (PDT) Date: Wed, 11 Apr 2001 08:47:10 -0700 (PDT) From: Linh Pham To: Ted Mittelstaedt Cc: Mike Meyer , Thomas Lau , Subject: RE: why BSDi not Free but FreeBSD ? In-Reply-To: <001f01c0c29e$d39bd380$1401a8c0@tedm.placo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2001-04-11, Ted Mittelstaedt scribbled: # There was - even Microsoft used BSDi for it's mailservers # for years. Also, F5 uses BSD/OS for most of their load balancers. I think Intel uses a portion of BSD/OS for their load balancers as well, but it's mostly their own kernel I think. -- Linh Pham [lplist@closedsrc.org] // 404b - Brain not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 8:52:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id E981E37B422 for ; Wed, 11 Apr 2001 08:52:38 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f3BFqUk12584; Wed, 11 Apr 2001 08:52:30 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Mike Meyer" , "iT/Skolan DNS" Cc: Subject: RE: Posix / XOpen Date: Wed, 11 Apr 2001 08:52:30 -0700 Message-ID: <002201c0c29f$6a4d18c0$1401a8c0@tedm.placo.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 In-Reply-To: <15059.9081.401135.958614@guru.mired.org> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Also, keep in mind that today TOG has made it so that you have to include a Java compiler to even be branded and there's serious questions in my mind as to the viability of a so-called "UNIX Standard" that mandates a bunch of proprietary, commercial software to be included. I think if this keeps up that increasingly your going to see the POSIX and X/Open "standards' becoming increasingly irrelevant. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Mike Meyer >Sent: Tuesday, April 10, 2001 8:15 AM >To: iT/Skolan DNS >Cc: questions@FreeBSD.ORG >Subject: Re: Posix / XOpen > > >iT/Skolan DNS types: >> To what extent do FreeBSD conform to Posix and/or X/Open ( XPG 1-4 ) >> standards ? > >As much as is practical. Getting branded costs money which no one has >been willing to pay, so there's no point in conforming to that >level. Conforming to Posix is of high enough priority that changes >that break conformance are rejected even if they increase the >usability of the system, but not so high that differences will be >fixed if they compromise the integrity of the system in some way. > > -- >Mike Meyer >http://www.mired.org/home/mwm/ >Independent WWW/Perforce/FreeBSD/Unix consultant, email for more >information. > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 8:55:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmod.ath.cx (CC2-861.charter-stl.com [24.217.115.99]) by hub.freebsd.org (Postfix) with ESMTP id 1389937B422 for ; Wed, 11 Apr 2001 08:55:12 -0700 (PDT) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id 75CBFA91E; Wed, 11 Apr 2001 10:54:33 -0500 (CDT) Date: Wed, 11 Apr 2001 10:54:33 -0500 From: Andrew Hesford To: FreeBSD-questions Subject: Re: Naming ethernet NICs Message-ID: <20010411105433.A6298@cec.wustl.edu> References: <20010411104032.A6221@cec.wustl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010411104032.A6221@cec.wustl.edu>; from ajh3@chmod.ath.cx on Wed, Apr 11, 2001 at 10:40:32AM -0500 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Apr 11, 2001 at 10:40:32AM -0500, Andrew Hesford wrote: > On a second note, please fix your MUA to wrap text at >80 characters... > it makes text easier to read. I meant <80 characters... I had to fix your message, because the lines would spill off the edge of the screen. -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 8:58:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fileserver.co.wayne.in.us (co.wayne.in.us [208.196.36.246]) by hub.freebsd.org (Postfix) with ESMTP id 3A81637B424 for ; Wed, 11 Apr 2001 08:58:48 -0700 (PDT) (envelope-from ryanvm@ci.richmond.in.us) Received: from RYANVM5300 (dhcp4.ci.richmond.in.us [10.1.1.4] (may be forged)) by fileserver.co.wayne.in.us (8.9.3/8.9.3) with SMTP id KAA90936 for ; Wed, 11 Apr 2001 10:58:45 -0500 (EST) (envelope-from ryanvm@ci.richmond.in.us) Message-ID: <000701c0c2a0$67333920$0401010a@RYANVM5300> From: "Ryan VanMiddlesworth" To: Subject: IPNAT not working with SOME websites Date: Wed, 11 Apr 2001 10:59:30 -0500 Organization: City of Richmond 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 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This one really has me scratching my head. As easy as it is to reproduce I would think it would have been asked a million times, but Google and I can't even find it mentioned. So here goes: I have a dedicated Internet connection to a particular box running FreeBSD 4.2-STABLE that serves as a gateway. The box has two NICs - one to the Internet (208.196.36.248) and the other to my internal network (10.1.0.0/16). I have setup ipfilter and am using ipnat to masquerade the 10.1.0.0 addresses as the 208.196.36.248. Everything works fine for viewing 95% of all web sites, however certain sites (e.g. Hotmail, Yahoo, Gateway.com, etc.) ALWAYS timeout when viewing certain CGI generated pages. However, if I take the computer out of the 10.1.0.0 network and give it an Internet viewable address then it works fine. Following links doesn't cause a problem, just CGI - and not all CGI, just some. For instance, I can't even login to Hotmail - after putting in name and password it just times out after about 2 minutes. But I can fill out forms on most other web pages. Here are my ipnat rules: map ed0 10.1.0.0/16 -> 208.196.36.248/32 proxy port ftp ftp/tcp map ed0 10.1.0.0/16 -> 208.196.36.248/32 portmap tcp/udp 10000:40000 map ed0 10.1.0.0/16 -> 208.196.36.248/32 So, what am I doing wrong? I've setup masquerading on Linux a million times (using ipchains) and I've never had any problems like this. I'm am fairly certain it must be something I'm doing, just because it's such an easily reproducible problem that I can't believe no one has ever seen (and fixed) it. Thanks in advance, Ryan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 8:59:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id B112E37B424 for ; Wed, 11 Apr 2001 08:59:28 -0700 (PDT) (envelope-from Jan.Grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Wed, 11 Apr 2001 16:59:22 +0100 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 14nN0h-0001Z2-00; Wed, 11 Apr 2001 16:58:23 +0100 Date: Wed, 11 Apr 2001 16:58:23 +0100 (BST) From: Jan Grant To: BSD Admin Cc: Jonathan Chen , freebsd-questions Subject: Re: IMAP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 11 Apr 2001, BSD Admin wrote: > Helly Jan and All, > Thank you very much for the reply. > The info helped get my imap server up, but I now have a new problem. > > > Second: the thing that's listening on the imap port is inetd; this will > > palm off an incoming connection to your imapd when properly configured > > (see the output of sockstat). > > Thanks, I now see that inetd just pushes the socket request to whatever > inetd.conf tells it. I just assumed that /libexec/imapd was a sym link or > something to whatever started imapd. I should have looked, but never > really understood that inetd handled requests on the fly. I always thought > it started a daemon in the background and that was that. > > Anyway, my new problem is that when I try to check mail via imap, > mozilla simply tells me 'login failed'. I know I am typing the correct > account password. Is there an imap configuration file I need to configure > to tell it to use a particular authentication method or something? > > Thanks for any info! Which IMAP server are you using? The answer, as you might expect, depends. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287163 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk If it's broken really badly - don't fix it either. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 9: 7:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from uj.pfi.lt (uj.pfi.lt [193.219.52.129]) by hub.freebsd.org (Postfix) with ESMTP id 1934C37B423 for ; Wed, 11 Apr 2001 09:07:37 -0700 (PDT) (envelope-from Radical@hardcore.lt) Received: from tyras (megalogika.stp.lt [193.219.52.197]) by uj.pfi.lt (8.11.2/8.11.2) with SMTP id f3BFtRb03083 for ; Wed, 11 Apr 2001 17:55:28 +0200 From: "Radical" To: Subject: Two interfaces on same subnet? Date: Wed, 11 Apr 2001 18:06:51 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 In-Reply-To: <20010411094923.A6049@cec.wustl.edu> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello I was wondered when I found that I can't set-up to interfaces on the same subnet. my rc.conf entry's looks like this: ---------------------------------- network_interfaces="lo0 ed0 rl0" ifconfig_lo0="inet 127.0.0.1" ifconfig_ed0="inet 192.169.1.21 netmask 255.255.255.0" ifconfig_rl0="inet 192.169.1.22 netmask 255.255.255.0" ---------------------------------- If I commenting line (ifconfig_rl0="inet 192.169.1.22 netmask 255.255.255.0") interface ed0 working correctly if I commenting another one then correctly working rl0 interface. When both are uncommented correctly start's only one interface. But ifconfig -a reporting that both interfaces working (UP). But when I trying to ping 192.169.1.22 address I'm getting answer that host is down. May be some one can help me to slow this problem? Thanks in advance. Radical To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 9:11: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 6197437B42C for ; Wed, 11 Apr 2001 09:10:56 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 67073 invoked by uid 100); 11 Apr 2001 16:10:55 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15060.33294.944821.669112@guru.mired.org> Date: Wed, 11 Apr 2001 11:10:54 -0500 To: "Creig Eckersley" Cc: questions@freebsd.org Subject: Re: what files need to be to be changed to add a vertural domaine to a system and what are the pathes to the files In-Reply-To: <18860666@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Creig Eckersley types: > Thanks The only thing that's bsd-specific for adding virtual domains - one flavor of them, anyway - is /etc/rc.conf. Using that is documented on it's man page under network interfaces, as all you're doing is adding aliases to an interface. What you do after that - or whether you even need to do that - depends on the software that's going to be handling virtual domains. You need to figure out what software that is, and contact the people who support *that* software. That may be this list in some cases, but it's a lot easier to tell you where to find information on setting up virtual domains for a subsystem if we know *which* subsystem you're setting up. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 9:26:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 4AB5B37B422 for ; Wed, 11 Apr 2001 09:26:39 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 67613 invoked by uid 100); 11 Apr 2001 16:26:38 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15060.34238.50551.265399@guru.mired.org> Date: Wed, 11 Apr 2001 11:26:38 -0500 To: Michael O'Henly Cc: questions@freebsd.org Subject: Re: Naming ethernet NICs In-Reply-To: <41023642@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Michael O'Henly types: > On Tuesday 10 April 2001 14:50, Bill Schoolcraft wrote: > > .......... that is exactly why I stopped concentrating on Linux and > > moved over to Unix based OS's to get a broader scope of things. Not > > only are the NIC's named different, but the devices. > So if NICs are named on the basis of their type/driver, doesn't that mean a > lot of reconfiguring is needed if you should happen to replace a card with > something different? I wouldn't say "a lot". If your kernel is configured for that device, you'll have to rebuild it. You can avoid that by using modules for the devices if you wish. If you don't do that, you have to rebuild the kernel no matter what the device name is. The only file I've configured outside the kernel is /etc/rc.conf. The only other one that comes to mind as possibly needing to be changed is the firewall configuration file. From what was said here, if I chose to go with modules I'd have to change about the same for FreeBSD as I do for Linux. On Linux, it's the module aliases that tie the device to the eth0 name; on FreeBSD, it's rc.conf that ties the device name to an IP address. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 9:26:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dns1.windermere.com (windermere.com [207.66.248.207]) by hub.freebsd.org (Postfix) with ESMTP id A95AC37B422 for ; Wed, 11 Apr 2001 09:26:51 -0700 (PDT) (envelope-from infoserv@windermere.com) Received: from kevano [206.159.7.50] by dns1.windermere.com (SMTPD32-5.05) id A83D7F6200BA; Wed, 11 Apr 2001 09:37:17 -0700 From: "Information Services" To: Subject: Firewall: natd support for 400+ users? Date: Wed, 11 Apr 2001 09:35:31 -0700 Message-ID: <000001c0c2a5$6e23b480$960aa8c0@windernet.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 CWS, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks a lot for the help on my firewall questions! Anyway, I've gotten a few things straightened out now with our firewalls. The issue now is that I support LANs at 10 remote offices for a Portland, OR real estate company, each with its own firewall. Each office has about 20-30 users. We are currently going merge these networks and put them behind a single firewall using private addressing. Each office will be connecting to our corporate office using T1s. I need to determine the right hardware/software to support NAT and firewalling for this machine at the corporate office. The bottom line here is that I want to know what pre-built hardware/general software configuration recommendations would be good for this situation and whether natd will function well under these conditions. Should I consider esoft.com's Instagate or get a Dell PowerApp.* server? Thanks a lot. Kevan Olhausen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 9:32: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ctmsun4.macau.ctm.net (ctmsun4.macau.ctm.net [202.175.36.44]) by hub.freebsd.org (Postfix) with ESMTP id BF18737B423 for ; Wed, 11 Apr 2001 09:32:02 -0700 (PDT) (envelope-from kentsin@macau.ctm.net) Received: from mobile (n2z75l186.broadband.ctm.net [202.175.75.186]) by ctmsun4.macau.ctm.net (8.9.3/8.9.3) with SMTP id AAA08873 for ; Thu, 12 Apr 2001 00:31:45 +0800 (HKT) Message-ID: <008001c0c2a4$a4e574a0$0e0da8c0@bbs> From: "Sin Hang Kin" To: Subject: disk space allocation Date: Thu, 12 Apr 2001 00:29:22 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear sir, I am new to freebsd. Recently, I install one for testing. I like it a lot, I have install many things and update the system from time to time. Now many of the filesystems were filled. the usr, var, as well as / were all full from time to time. I still got a lot spaces in /usr/local. So I start moving things around, run make clean from time to time to save space. But I think it is time to re-allocate the space. Before I did that, I would like to ask for the help on how to allocate spaces? Are there any solution that keeping the current system by moving the existing system to a new disk without reinstall everything? Are there new development that can dynamically re-allocate the spaces? Moreover, I would like to hear from you about trying out the new filesystem available for freebsds. My system is not a production one, but a test-bed. I love install and try new things. I does not subscribe to the list yet. Please reply me directly. Thank you! Rgs, Kent Sin --------------------------------- kentsin.weblogs.com kentsin.imeme.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 9:33:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 8916C37B422 for ; Wed, 11 Apr 2001 09:33:27 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 67837 invoked by uid 100); 11 Apr 2001 16:33:27 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15060.34646.999876.790031@guru.mired.org> Date: Wed, 11 Apr 2001 11:33:26 -0500 To: Tian Siyuan Cc: questions@freebsd.org Subject: Re: [none] In-Reply-To: <56917739@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Tian Siyuan types: > I am trying FreeBSD 4.3-RC2. So what does this RC-2 mean? Can I use it as > a production system? It means they are very close to releasing a snapshot of the system as a -RELEASE. You can get details from the FreeBSD FAQ, under "system administration." And lots of people use this on production systems, me among them. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 9:34:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from noc.ntelos.net (noc.ntelos.net [216.12.89.199]) by hub.freebsd.org (Postfix) with SMTP id F17BA37B422 for ; Wed, 11 Apr 2001 09:34:26 -0700 (PDT) (envelope-from freebsd@noc.ntelos.net) Received: from localhost (freebsd@localhost) by noc.ntelos.net (8.11.1/8.11.1) with ESMTP id f3BHWsk35573; Wed, 11 Apr 2001 12:32:54 -0500 (EST) (envelope-from freebsd@noc.ntelos.net) Date: Wed, 11 Apr 2001 12:32:53 -0500 (EST) From: BSD Admin To: Jan Grant Cc: freebsd-questions@freebsd.org Subject: Re: IMAP (part two) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm using the imapd that came in the ports collection (I don't know which one this is). I actually just found out that my manager wants to use Cyrus IMAP on this server, so whatever IMAP I was using from the ports collection is going to be scrapped. Maybe what I need to do now is find some documentation on installing Cyrus IMAP... (any pointers much appriciated :) Thanks for the reply Jan, Ashby > Which IMAP server are you using? The answer, as you might expect, > depends. > > -- > jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ > Tel +44(0)117 9287163 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk > If it's broken really badly - don't fix it either. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 9:38:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 3A8F537B423 for ; Wed, 11 Apr 2001 09:38:13 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 67991 invoked by uid 100); 11 Apr 2001 16:38:12 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15060.34931.988490.908594@guru.mired.org> Date: Wed, 11 Apr 2001 11:38:11 -0500 To: "G D McKee" Cc: questions@freebsd.org Subject: Re: Compiling FTPD In-Reply-To: <13646548@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG G D McKee types: > How can I compile the new FTPD files without doing a lengthy makeworld? By keeping the original source tree, and using the patches the security officer usually supplies for such. I'm not sure if they were supplied in this case. > I have been into the /usr/src/libexec/ftpd dir and tried to do a make and > make install but I get lots of errors. Did you update your source tree? If so, you may well be getting errors because the sources depend on tools that you haven't installed yet. > Does anyone have any ideas? If you're just avoiding the time to do the build, give up. Go ahead and do the tango to update they system. If you really don't want to update the system, you can do "make buildworld", then try doing "make install" for ftpd, and if that works try the installed ftpd to see if it works. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 9:40:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from national.afsc.org (fw.afsc.org [12.3.222.2]) by hub.freebsd.org (Postfix) with ESMTP id 6A62737B422 for ; Wed, 11 Apr 2001 09:40:26 -0700 (PDT) (envelope-from MHaggans@afsc.org) Received: by national.afsc.org with Internet Mail Service (5.5.2650.21) id <2MZ6HWWZ>; Wed, 11 Apr 2001 12:41:34 -0400 Message-ID: <4CFAFD5E4CB7D4119D2E005004D7CA452519BD@national.afsc.org> From: Madeline Haggans To: "'freebsd-questions@FreeBSD.ORG'" Subject: Pornography on Yahoo Date: Wed, 11 Apr 2001 12:41:34 -0400 Importance: high X-Priority: 1 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am horrified at Yahoo's decision to promote pornography on its website and don't understand your willingness to support their decision As a partner to the Yahoo company I am writing to ask you to use your influence to stop Yahoo from promoting pornographic material on it web site. Thank you, Madeline Haggans To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 9:45:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tao.agoron.com (tao.agoron.com [206.181.233.66]) by hub.freebsd.org (Postfix) with ESMTP id A228437B422 for ; Wed, 11 Apr 2001 09:45:08 -0700 (PDT) (envelope-from marius@agoron.com) Received: from quasi (quasi.shredco.com [206.181.233.73]) by tao.agoron.com (8.9.3/8.9.3) with SMTP id MAA24745; Wed, 11 Apr 2001 12:45:07 -0400 (EDT) From: "Marius Kirschner" To: "BSD Admin" Cc: Subject: RE: IMAP (part two) Date: Wed, 11 Apr 2001 12:45:07 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've installed cyrus-imapd from the ports collection, then spend about a week trying to get it to work (and almost did), but eventually it took me 5 minutes to wipe it off my HD and stay with pop3. :) The instructions that come with cyrus-imapd are horrible and a little out-dated. However, next time I would not use the ports to install it but do it all myself. Using the ports you kinda lose control what's installed where and that is important when installing cyrus-imapd as you need to customize quite a few things afterwards. Naturally, just my .2 cents worth.... ---Marius > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of BSD Admin > Sent: Wednesday, April 11, 2001 1:33 PM > To: Jan Grant > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: IMAP (part two) > > > I'm using the imapd that came in the ports collection (I don't know which > one this is). > > I actually just found out that my manager wants to use Cyrus IMAP on this > server, so whatever IMAP I was using from the ports collection is going > to be scrapped. > > Maybe what I need to do now is find some documentation on installing Cyrus > IMAP... > > (any pointers much appriciated :) > > Thanks for the reply Jan, > > Ashby > > > > > > Which IMAP server are you using? The answer, as you might expect, > > depends. > > > > -- > > jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ > > Tel +44(0)117 9287163 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk > > If it's broken really badly - don't fix it either. > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 9:46:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by hub.freebsd.org (Postfix) with ESMTP id 0DC9137B423 for ; Wed, 11 Apr 2001 09:46:14 -0700 (PDT) (envelope-from hugahog@earthlink.net) Received: from localhost.localdomain (pool-63.52.201.38.dlls.grid.net [63.52.201.38]) by hawk.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with SMTP id JAA01104; Wed, 11 Apr 2001 09:46:05 -0700 (PDT) From: larry To: "immaculate nerd" Subject: Re: kppp sucks!!! Date: Wed, 11 Apr 2001 06:45:26 -0500 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" References: <000801be831c$e66bcce0$00c2c5cb@vipinsuri> In-Reply-To: <000801be831c$e66bcce0$00c2c5cb@vipinsuri> Cc: questions@freeBSD.ORG MIME-Version: 1.0 Message-Id: <01041106452600.00850@localhost.localdomain> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday 31 December 1998 15:27, you wrote: > > hi > I installed kppp and changed my initialization string to "AT &D &F > X0 L3" then I created a link /dev/cuaa0 /dev/modem. > Now the problem is that when I query my modem the application the > system hangs. Please suggest any alternate ways to use the net. I > tried using ppp but as soon as I write "dial default" my modem just > picks the phone for one second and thenhangs up.(I did edit > ppp.conf) I really want to experience the true unix way of surfing > the net so please can anyone emancipate me from windows. ---------------------------------------- Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1" Content-Transfer-Encoding: quoted-printable Content-Description: ---------------------------------------- nerd, I'm using FBSD ver 4.2 Release with default kde and kppp I left my modem config at default but did need to edit some files as listed below: ____________________________ This is /etc/ppp/resolv.conf nameserver (your ip dns here) nameserver (your ip dns here) ------------------- This is /etc/resolv.conf # search localdomain search localdomain # nameserver 206.134.133.10 # ppp temp entry (kppp adds this entry dynamically) nameserver 206.134.133.10 # ppp temp entry nameserver 206.134.133.10 # ppp temp entry ------------------------ This is /etc/ppp/options lock noauth noipdefault #usepeerdns ---------------- This is /etc/ppp/pap-secrets # Secrets for authentication using PAP # client server secret IP addresses (login name) ppp0 "your password" _________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 9:46:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdom01.kundenserver.de (moutvdom01.kundenserver.de [195.20.224.200]) by hub.freebsd.org (Postfix) with ESMTP id 49D0F37B422 for ; Wed, 11 Apr 2001 09:46:44 -0700 (PDT) (envelope-from root@pukruppa.de) Received: from [195.20.224.209] (helo=mrvdom02.schlund.de) by moutvdom01.kundenserver.de with esmtp (Exim 2.12 #2) id 14nNlT-00010s-00 for freebsd-questions@freebsd.org; Wed, 11 Apr 2001 18:46:43 +0200 Received: from pd9017217.dip.t-dialin.net ([217.1.114.23]) by mrvdom02.schlund.de with esmtp (Exim 2.12 #2) id 14nNlI-00032Z-00 for freebsd-questions@FreeBSD.ORG; Wed, 11 Apr 2001 18:46:32 +0200 Date: Wed, 11 Apr 2001 18:38:23 +0000 (GMT) From: Peter Ulrich Kruppa X-X-Sender: To: Subject: setting up ftp-accounts Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all! I managed to run my machine as web- and anonymous-ftp-server. What do I have to do to set up named (is this the right word?) ftp-accounts ? Or...which manual do I have to read? Uli. ################################################### # # # www.pukruppa.de www.2000d.de # # # ################################################### To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 9:49: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 6E20537B422 for ; Wed, 11 Apr 2001 09:48:57 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 68206 invoked by uid 100); 11 Apr 2001 16:48:56 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15060.35576.658846.592778@guru.mired.org> Date: Wed, 11 Apr 2001 11:48:56 -0500 To: "Ted Mittelstaedt" Cc: questions@freebsd.org Subject: RE: BSDi Acquired by Embedded Computing Firm Wind River In-Reply-To: <120334066@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ted Mittelstaedt types: > In a purely UNIX shop, I'd expect that the desktops would indeed be > running X Servers, and that the server systems would be running X > client programs. In a purely Windows shop, I'd expect the desktops > to be running user interface application programs, while the server > systems ran back-end processing like SQL, file serving, mail, etc. > In both shops, the desktops are primarily concerned with user > interface code, while the servers are doing the real work. I've never seen a unix shop - pure or otherwise - set up as Ted describes. That's pretty much the X-term model, and I have seen sites that use a lot of them. I've also known people who ran their X window manager on the server because they got quicker responses that way, but that doesn't make it a common practice. The advantages that accrue to centralized servers for home directories, mail, print, SQL, ans such like exist just as much in Unix as they do in Windows. Having the ability to do things either way is a benefit but you sometimes wish it couldn't. For instance, that thought is *very* near while walking the halls trying to find the bonehead who has configured his system to talk directly to the network printer instead of your print server, and is repeatedly sending a job that's crashing the printer before it identifies him. > In the UNIX way, the presentation apps are programs like window > managers, web browsers, etc. In the Windows way, the presentation > apps are programs like wordprocessors, spreadsheets, etc. In the > Windows method, slightly more processing is moved from the server to the > desktop, but really, it's insignificant when you consider how much of > the Windows OS is concerned with UI junk like dancing paper clips. Unix has those Windows presentation programs, in some cases since before there was a Windows market worth noticing. That you can run them either on your desktop, if you've got a nice fast box, or on the CPU server in the machine room is a great benefit. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 10: 0: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from stargate.clickcom.com (stargate.clickcom.com [209.198.22.4]) by hub.freebsd.org (Postfix) with ESMTP id C074737B422 for ; Wed, 11 Apr 2001 10:00:00 -0700 (PDT) (envelope-from jks@clickcom.com) Received: from fishbowl (dhcp-1.clt.clickcom.com [209.198.22.65]) by stargate.clickcom.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 2K779N09; Wed, 11 Apr 2001 12:40:37 -0400 From: "John Straiton" To: Subject: RE: Naming ethernet NICs Date: Wed, 11 Apr 2001 13:04:33 -0400 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 IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <01041106563200.03731@pravda.tenzo.net> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Yes, this is what I meant. The reason I raised the questions is that I'm > configuring a simple firewall for my home network and so far I've > "hardcoded" > NIC names in three or four different places. Presumably if I ever > replaced a > NIC with a different type/driver, I'd have to rediscover all the > places I'd > used the old name. So is there any reason why in this situation, you couldn't create a quick script (I say script simply because I find if I script something and keep the file, I can faithfully recreate the situation- and we're trying to keep things easy to remember in this situation, right?) to create symbolic links from the real NIC names to something like WAN0 and LAN0 , then use those names in your scripts? Then if you changed NIC's you would just change the link and your other files would indirectly see the change? John Straiton ClickCom, Inc. ne@clickcom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 10: 0:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id EC96D37B423 for ; Wed, 11 Apr 2001 10:00:53 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([fec0::2e0:7dff:fe81:749d] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.22 #1) id 14nMhV-000FJY-00; Wed, 11 Apr 2001 16:38:33 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.11.3/8.11.3) id f3BFcX688531; Wed, 11 Apr 2001 16:38:33 +0100 (BST) (envelope-from ben) Date: Wed, 11 Apr 2001 16:38:32 +0100 From: Ben Smithurst To: Lily Moore Cc: freebsd-questions@FreeBSD.ORG, thuan_an@yahoo.com Subject: Re: Limit size of a file in FreeBSD. Message-ID: <20010411163832.C83038@scientia.demon.co.uk> References: <001a01c0c24d$6213a9a0$0e05a8c0@iam.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001a01c0c24d$6213a9a0$0e05a8c0@iam.ne.jp> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Lily Moore wrote: > Does FreeBSD have any disk quota tools to limit the size of a file in file > system? It looks as though you should be able to do this with login.conf resource limits (look at the "filesize" limit), though I've never used this myself. FreeBSD does of course have disk quotas to limit the total size of a user's files. -- Ben Smithurst / ben@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 10: 4:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.pace.edu (ntutil.pace.edu [205.232.111.9]) by hub.freebsd.org (Postfix) with ESMTP id 4765837B422 for ; Wed, 11 Apr 2001 10:04:36 -0700 (PDT) (envelope-from js43064n@stmail.pace.edu) Received: from stmail.pace.edu (205.232.111.7:3858) by smtp.pace.edu (LSMTP for Windows NT v1.1b) with SMTP id <0.A88733C7@smtp.pace.edu>; Wed, 11 Apr 2001 13:04:35 -0400 Date: Wed, 11 Apr 2001 13:04:32 -0400 Message-Id: <200104111304.AA636420752@stmail.pace.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Jonathan Slivko" Reply-To: To: "'freebsd-questions@FreeBSD.ORG'" , Madeline Haggans Subject: [OT] Re: Pornography on Yahoo X-Mailer: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Could you please provide us with some specific examples? I am very curious as to their decision myself. However, Yahoo! reserves the right to do what it pleases on it's own site, which is in no way (to my knowledge) affiliated with the FreeBSD Project. The only affiliation I know of is that FreeBSD is run on the webservers powering Yahoo!. -- Jonathan M Slivko ---------- Original Message ---------------------------------- From: Madeline Haggans Date: Wed, 11 Apr 2001 12:41:34 -0400 > I am horrified at Yahoo's decision to promote pornography on its website >and don't understand your willingness to support their decision As a partner >to the Yahoo company I am writing to ask you to use your influence to stop >Yahoo from promoting pornographic material on it web site. > >Thank you, > >Madeline Haggans > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > -- Jonathan M. Slivko Systems Administrator, DataSyrge Internet Services Phone: 212-663-1109 Pager: 917-388-5304 "FreeBSD -- The Power to Serve!" -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 10: 6:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 8E6B637B424 for ; Wed, 11 Apr 2001 10:06:30 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id UAA10700; Wed, 11 Apr 2001 20:14:24 +0200 Message-ID: <3AD48F72.F4E316BC@i-clue.de> Date: Wed, 11 Apr 2001 19:08:02 +0200 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Peter Ulrich Kruppa Cc: freebsd-questions@FreeBSD.ORG Subject: Re: setting up ftp-accounts References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peter Ulrich Kruppa schrieb: > > Hi all! > > I managed to run my machine as web- and anonymous-ftp-server. > What do I have to do to set up named (is this the right word?) > ftp-accounts ? Just create a normal user, then set it's shell to /bin/false or something like that so telnetting in would be impossible. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 10:12:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dualcpus.com (dualcpus.com [65.160.20.195]) by hub.freebsd.org (Postfix) with SMTP id DD5BE37B423 for ; Wed, 11 Apr 2001 10:12:41 -0700 (PDT) (envelope-from jgowdy@home.com) Received: (qmail 58268 invoked from network); 11 Apr 2001 17:12:36 -0000 Received: from server.sherline.net (HELO server2) (216.120.87.3) by dualcpus.com with SMTP; 11 Apr 2001 17:12:36 -0000 Message-ID: <001a01c0c2aa$9a3fb870$035778d8@sherline.net> From: "Jeremiah Gowdy" To: , , "Madeline Haggans" References: <200104111304.AA636420752@stmail.pace.edu> Subject: Re: [OT] Re: Pornography on Yahoo Date: Wed, 11 Apr 2001 10:12:33 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Jonathan Slivko" To: ; "Madeline Haggans" Sent: Wednesday, April 11, 2001 10:04 AM Subject: [OT] Re: Pornography on Yahoo > Could you please provide us with some specific examples? I am very curious as to their decision myself. However, Yahoo! reserves the right to do what it pleases on it's own site, which is in no way (to my knowledge) affiliated with the FreeBSD Project. The only affiliation I know of is that FreeBSD is run on the webservers powering Yahoo!. > Didn't we already have this argument ?! I could have sworn that we resolved this argument MONTHS ago. Is this the same person ? Either way, let me put my flame suit on, it's going to get hot in here. > -- Jonathan M Slivko > > ---------- Original Message ---------------------------------- > From: Madeline Haggans > Date: Wed, 11 Apr 2001 12:41:34 -0400 > > > I am horrified at Yahoo's decision to promote pornography on its website > >and don't understand your willingness to support their decision As a partner > >to the Yahoo company I am writing to ask you to use your influence to stop > >Yahoo from promoting pornographic material on it web site. > > > >Thank you, > > > >Madeline Haggans > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > > -- > Jonathan M. Slivko > Systems Administrator, DataSyrge Internet Services > Phone: 212-663-1109 > Pager: 917-388-5304 > > "FreeBSD -- The Power to Serve!" > -- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 10:18: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id D5F5437B423 for ; Wed, 11 Apr 2001 10:18:01 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 3452 invoked by uid 0); 11 Apr 2001 17:18:00 -0000 Received: from pd950a3a5.dip.t-dialin.net (HELO lofizwei) (217.80.163.165) by mail.gmx.net (mp011-rz3) with SMTP; 11 Apr 2001 17:18:00 -0000 Message-ID: <010e01c0c2ab$5c6fc980$0508a8c0@lofi.dyndns.org> From: "Michael Nottebrock" To: , , "Madeline Haggans" References: <200104111304.AA636420752@stmail.pace.edu> Subject: Re: [OT] Re: Pornography on Yahoo Date: Wed, 11 Apr 2001 19:17:59 +0200 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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Jonathan Slivko" To: ; "Madeline Haggans" Sent: Wednesday, April 11, 2001 7:04 PM Subject: [OT] Re: Pornography on Yahoo > Could you please provide us with some specific examples? I am very curious as to their decision myself. However, Yahoo! reserves the right to do > what it pleases on it's own site, which is in no way (to my knowledge) affiliated with the FreeBSD Project. The only affiliation I know of is that > FreeBSD is run on the webservers powering Yahoo!. > > -- Jonathan M Slivko > > ---------- Original Message ---------------------------------- > From: Madeline Haggans > Date: Wed, 11 Apr 2001 12:41:34 -0400 > > > I am horrified at Yahoo's decision to promote pornography on its website > >and don't understand your willingness to support their decision As a partner > >to the Yahoo company I am writing to ask you to use your influence to stop > >Yahoo from promoting pornographic material on it web site. > > > >Thank you, > > > >Madeline Haggans > > > [...] Since this is _very much_ offtopic on this _technical_ mailing list, I would would very much appreciate NOT to provide any examples whatsoever in here and NOT to reply to this message on the list and instead contact Madeline Haggans via private Mail. Thanks, greetings, Michael Nottebrock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 10:18:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web11101.mail.yahoo.com (web11101.mail.yahoo.com [216.136.131.148]) by hub.freebsd.org (Postfix) with SMTP id 2842737B422 for ; Wed, 11 Apr 2001 10:18:32 -0700 (PDT) (envelope-from metalorion_1@yahoo.com) Message-ID: <20010411171832.61567.qmail@web11101.mail.yahoo.com> Received: from [208.49.79.59] by web11101.mail.yahoo.com; Wed, 11 Apr 2001 10:18:32 PDT Date: Wed, 11 Apr 2001 10:18:32 -0700 (PDT) From: Zach Thompson Reply-To: cublai@earthlink.net Subject: Re: Pornography on Yahoo To: Madeline Haggans , "'freebsd-questions@FreeBSD.ORG'" In-Reply-To: <4CFAFD5E4CB7D4119D2E005004D7CA452519BD@national.afsc.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --- Madeline Haggans wrote: > I am horrified at Yahoo's decision to promote pornography on its > website > and don't understand your willingness to support their decision As a > partner > to the Yahoo company I am writing to ask you to use your influence to > stop > Yahoo from promoting pornographic material on it web site. > Please. Since when is Yahoo the pinnacle of morality? There are probably hundreds of sites running FreeBSD that have content questionable to someone or another. Why should those involved with any particular OS police how it's used? __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 10:21:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from db.nexgen.com (db.nexgen.com [64.81.208.78]) by hub.freebsd.org (Postfix) with SMTP id 5E8E937B643 for ; Wed, 11 Apr 2001 10:21:24 -0700 (PDT) (envelope-from ml@db.nexgen.com) Received: (qmail 27585 invoked from network); 11 Apr 2001 17:21:30 -0000 Received: from localhost (HELO book) (root@127.0.0.1) by localhost with SMTP; 11 Apr 2001 17:21:30 -0000 Message-ID: <001d01c0c2ab$d78074d0$9865fea9@book> From: "alexus" To: References: <20010411171832.61567.qmail@web11101.mail.yahoo.com> Subject: Re: Pornography on Yahoo Date: Wed, 11 Apr 2001 13:21:27 -0400 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG how are we exactly ending up of pornography on yahoo on freebsd mailing list??? ----- Original Message ----- From: "Zach Thompson" To: "Madeline Haggans" ; Sent: Wednesday, April 11, 2001 1:18 PM Subject: Re: Pornography on Yahoo > > --- Madeline Haggans wrote: > > I am horrified at Yahoo's decision to promote pornography on its > > website > > and don't understand your willingness to support their decision As a > > partner > > to the Yahoo company I am writing to ask you to use your influence to > > stop > > Yahoo from promoting pornographic material on it web site. > > > > Please. Since when is Yahoo the pinnacle of morality? There are > probably hundreds of sites running FreeBSD that have content > questionable to someone or another. Why should those involved with any > particular OS police how it's used? > > > __________________________________________________ > Do You Yahoo!? > Get email at your own domain with Yahoo! Mail. > http://personal.mail.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 10:21:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dualcpus.com (dualcpus.com [65.160.20.195]) by hub.freebsd.org (Postfix) with SMTP id E320137B423 for ; Wed, 11 Apr 2001 10:21:39 -0700 (PDT) (envelope-from jgowdy@home.com) Received: (qmail 58348 invoked from network); 11 Apr 2001 17:21:39 -0000 Received: from server.sherline.net (HELO server2) (216.120.87.3) by dualcpus.com with SMTP; 11 Apr 2001 17:21:39 -0000 Message-ID: <002a01c0c2ab$de11d280$035778d8@sherline.net> From: "Jeremiah Gowdy" To: "Madeline Haggans" Cc: References: <4CFAFD5E4CB7D4119D2E005004D7CA452519BD@national.afsc.org> Subject: Re: Pornography on Yahoo Date: Wed, 11 Apr 2001 10:21:38 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I am horrified at Yahoo's decision to promote pornography on its website > and don't understand your willingness to support their decision Who's supporting their decision ? Where did you hear that FreeBSD supports Yahoo ? Yahoo RUNS FreeBSD. Do you think Microsoft supports porn companies just because porn companies use Windows ? > As a partner > to the Yahoo company I am writing to ask you to use your influence to stop > Yahoo from promoting pornographic material on it web site. You're assuming we all share your values on pornography. The FreeBSD community has nothing to do with Yahoo, and nothing to do with pornography. Futhermore, not all of us share your morals and values, many of us have our own beliefs and moral structure. Please refrain from pushing your morals and values on other people on a mailing list that has nothing to do with what you are talking about. Your post is HIGHLY off topic, completely inappropriate, and totally misinformed. Take your anti-pornography jihad elsewhere. I didn't sign up to -questions to hear some woman push her moral structure on me, nor listen to her sad war against legal adult pornography. If you were fighting child pornography, AND FreeBSD actually had something to do with that crap, then maybe you'd have a leg to stand on. But once again, to make sure we're clear: (a) Fighting legal adult pornography is a moral based issue. Not everyone shares your morals. (b) FreeBSD has _NOTHING_ to do with pornography. Get a clue. (c) I don't want to see this crap in my mailbox again. Take it elsewhere. Thank you drive through. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 10:27:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from national.afsc.org (fw.afsc.org [12.3.222.2]) by hub.freebsd.org (Postfix) with ESMTP id DE1CC37B422 for ; Wed, 11 Apr 2001 10:27:08 -0700 (PDT) (envelope-from MHaggans@afsc.org) Received: by national.afsc.org with Internet Mail Service (5.5.2650.21) id <2MZ6HXAL>; Wed, 11 Apr 2001 13:28:17 -0400 Message-ID: <4CFAFD5E4CB7D4119D2E005004D7CA452519C1@national.afsc.org> From: Madeline Haggans To: 'Michael Nottebrock' , js43064n@stmail.pace.edu, freebsd-questions@FreeBSD.ORG, Madeline Haggans Subject: RE: [OT] Re: Pornography on Yahoo Date: Wed, 11 Apr 2001 13:28:16 -0400 Importance: high X-Priority: 1 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thank you for the prompt response. I read the announcement in today's paper. Also if you go to Yahoo's website and type pornography in the search box it will take you to the site where the pornography is being sold! Madeline Haggans -----Original Message----- From: Michael Nottebrock [mailto:michaelnottebrock@gmx.net] Sent: Wednesday, April 11, 2001 1:18 PM To: js43064n@stmail.pace.edu; freebsd-questions@FreeBSD.ORG; Madeline Haggans Subject: Re: [OT] Re: Pornography on Yahoo ----- Original Message ----- From: "Jonathan Slivko" To: ; "Madeline Haggans" Sent: Wednesday, April 11, 2001 7:04 PM Subject: [OT] Re: Pornography on Yahoo > Could you please provide us with some specific examples? I am very curious as to their decision myself. However, Yahoo! reserves the right to do > what it pleases on it's own site, which is in no way (to my knowledge) affiliated with the FreeBSD Project. The only affiliation I know of is that > FreeBSD is run on the webservers powering Yahoo!. > > -- Jonathan M Slivko > > ---------- Original Message ---------------------------------- > From: Madeline Haggans > Date: Wed, 11 Apr 2001 12:41:34 -0400 > > > I am horrified at Yahoo's decision to promote pornography on its website > >and don't understand your willingness to support their decision As a partner > >to the Yahoo company I am writing to ask you to use your influence to stop > >Yahoo from promoting pornographic material on it web site. > > > >Thank you, > > > >Madeline Haggans > > > [...] Since this is _very much_ offtopic on this _technical_ mailing list, I would would very much appreciate NOT to provide any examples whatsoever in here and NOT to reply to this message on the list and instead contact Madeline Haggans via private Mail. Thanks, greetings, Michael Nottebrock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 10:28:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from earth.wnm.net (earth.wnm.net [208.246.240.243]) by hub.freebsd.org (Postfix) with ESMTP id B8A7B37B423 for ; Wed, 11 Apr 2001 10:28:35 -0700 (PDT) (envelope-from alex@wnm.net) Received: from localhost (alex@localhost) by earth.wnm.net (8.11.0/8.11.0) with ESMTP id f3BHTZG22983; Wed, 11 Apr 2001 12:29:35 -0500 (CDT) Date: Wed, 11 Apr 2001 12:29:35 -0500 (CDT) From: Alex Charalabidis To: Jeremiah Gowdy Cc: FreeBSD Questions Subject: Re: Pornography on Yahoo In-Reply-To: <002a01c0c2ab$de11d280$035778d8@sherline.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 11 Apr 2001, Jeremiah Gowdy wrote: > > I am horrified at Yahoo's decision to promote pornography on its website > > and don't understand your willingness to support their decision > > Who's supporting their decision ? Where did you hear that FreeBSD supports > Yahoo ? Yahoo RUNS FreeBSD. Do you think Microsoft supports porn companies > just because porn companies use Windows ? > Actually, according to smutcraft.net, there are more FreeBSD porn servers than Windows ones. But don't tell her that. ;) -ac -- =================================================================== Alex Charalabidis Worldspice Technologies 5050 Poplar Ave. Memphis, TN, USA +1 901 432 6000 Opinions expressed are mine alone but may be yours for a small fee. =================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 10:30:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ra.upan.org (ra.upan.org [204.107.76.19]) by hub.freebsd.org (Postfix) with ESMTP id 16F4E37B423 for ; Wed, 11 Apr 2001 10:30:37 -0700 (PDT) (envelope-from mikel@ocsinternet.com) Received: from ocsinternet.com (thoth.upan.org [204.107.76.16]) by ra.upan.org (8.11.1/8.11.1) with ESMTP id f3BHUEZ66214; Wed, 11 Apr 2001 13:30:14 -0400 (EDT) (envelope-from mikel@ocsinternet.com) Message-ID: <3AD496AC.E31E50FB@ocsinternet.com> Date: Wed, 11 Apr 2001 13:38:52 -0400 From: Mikel X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en,it MIME-Version: 1.0 To: Michael Nottebrock Cc: js43064n@stmail.pace.edu, freebsd-questions@FreeBSD.ORG, Madeline Haggans Subject: Re: [OT] Re: Pornography on Yahoo References: <200104111304.AA636420752@stmail.pace.edu> <010e01c0c2ab$5c6fc980$0508a8c0@lofi.dyndns.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I find this all rather enlightening, as I didn't know trolls had any morality to begin with. Asside from that it is just another distraction from something I was supposed to be doing. Supose I could spare a few minutes to: grep porn yahoo Michael Nottebrock wrote: > ----- Original Message ----- > From: "Jonathan Slivko" > To: ; "Madeline Haggans" > > Sent: Wednesday, April 11, 2001 7:04 PM > Subject: [OT] Re: Pornography on Yahoo > > > Could you please provide us with some specific examples? I am very > curious as to their decision myself. However, Yahoo! reserves the > right to do > > what it pleases on it's own site, which is in no way (to my > knowledge) affiliated with the FreeBSD Project. The only affiliation I > know of is that > > FreeBSD is run on the webservers powering Yahoo!. > > > > -- Jonathan M Slivko > > > > ---------- Original Message ---------------------------------- > > From: Madeline Haggans > > Date: Wed, 11 Apr 2001 12:41:34 -0400 > > > > > I am horrified at Yahoo's decision to promote pornography on its > website > > >and don't understand your willingness to support their decision As > a partner > > >to the Yahoo company I am writing to ask you to use your influence > to stop > > >Yahoo from promoting pornographic material on it web site. > > > > > >Thank you, > > > > > >Madeline Haggans > > > > > [...] > > Since this is _very much_ offtopic on this _technical_ mailing list, I > would would very much appreciate NOT to provide any examples > whatsoever in here and NOT to reply to this message on the list and > instead contact Madeline Haggans via private Mail. > > Thanks, greetings, > > Michael Nottebrock > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 10:50:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id CB3E937B422 for ; Wed, 11 Apr 2001 10:50:27 -0700 (PDT) (envelope-from edwin@cgmd76206.chello.nl) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id 29204215; Wed, 11 Apr 2001 19:50:26 +0200 (CEST) Date: Wed, 11 Apr 2001 19:50:26 +0200 From: Edwin Groothuis To: Madeline Haggans Cc: freebsd-questions@FreeBSD.ORG Subject: Re: [OT] Re: Pornography on Yahoo Message-ID: <20010411195026.F79334@cgmd76206.chello.nl> Mail-Followup-To: Edwin Groothuis , Madeline Haggans , freebsd-questions@FreeBSD.ORG References: <4CFAFD5E4CB7D4119D2E005004D7CA452519C1@national.afsc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <4CFAFD5E4CB7D4119D2E005004D7CA452519C1@national.afsc.org>; from MHaggans@afsc.org on Wed, Apr 11, 2001 at 01:28:16PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Apr 11, 2001 at 01:28:16PM -0400, Madeline Haggans wrote: > Thank you for the prompt response. I read the announcement in today's > paper. Also if you go to Yahoo's website and type pornography in the search > box it will take you to the site where the pornography is being sold! First I thought you were opposed to pornography, but now you tell us where to find it. It's a wierd world we're living in... Edwin :-) -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://FatalDimensions.nl.eu.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 10:54: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from courier.netrail.net (courier.netrail.net [205.215.10.53]) by hub.freebsd.org (Postfix) with ESMTP id 690D137B422 for ; Wed, 11 Apr 2001 10:54:04 -0700 (PDT) (envelope-from cschreiber@netrail.net) Received: from cschriaber (localhost.netrail.net [127.0.0.1]) by courier.netrail.net (Postfix) with SMTP id A6EC6EB; Wed, 11 Apr 2001 13:54:03 -0400 (EDT) Reply-To: From: "Christian S." To: "Madeline Haggans" , "'Michael Nottebrock'" , , Subject: RE: [OT] Re: Pornography on Yahoo Date: Wed, 11 Apr 2001 13:55:31 -0400 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 IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <4CFAFD5E4CB7D4119D2E005004D7CA452519C1@national.afsc.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Begone, troll.. I banish thee to the nether realms of /dev/null... BTW - what's so bad about porn? I'd rather see porn than violence. Christian Create, don't destroy. "...we have only twice as many genes as a fruit fly, or roughly the same number as an ear of corn, about 30,000." Ergo, we are all corn. - -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Madeline Haggans Sent: Wednesday, April 11, 2001 1:28 PM To: 'Michael Nottebrock'; js43064n@stmail.pace.edu; freebsd-questions@FreeBSD.ORG; Madeline Haggans Subject: RE: [OT] Re: Pornography on Yahoo Importance: High Thank you for the prompt response. I read the announcement in today's paper. Also if you go to Yahoo's website and type pornography in the search box it will take you to the site where the pornography is being sold! Madeline Haggans -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.8 for non-commercial use iQA/AwUBOtSadikK9qTvGvteEQI2GACg9WPAIMFXZKkBOQ0FcP4yfGJUlvsAn3uK lr3KcNeztpZ3pcvAx18Y4zcu =0nFX -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 10:55:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dualcpus.com (dualcpus.com [65.160.20.195]) by hub.freebsd.org (Postfix) with SMTP id 533B237B422 for ; Wed, 11 Apr 2001 10:55:13 -0700 (PDT) (envelope-from jgowdy@home.com) Received: (qmail 58700 invoked from network); 11 Apr 2001 17:55:11 -0000 Received: from server.sherline.net (HELO server2) (216.120.87.3) by dualcpus.com with SMTP; 11 Apr 2001 17:55:11 -0000 Message-ID: <005c01c0c2b0$8bbc25d0$035778d8@sherline.net> From: "Jeremiah Gowdy" To: "Mikel" , "Michael Nottebrock" Cc: , , "Madeline Haggans" References: <200104111304.AA636420752@stmail.pace.edu> <010e01c0c2ab$5c6fc980$0508a8c0@lofi.dyndns.org> <3AD496AC.E31E50FB@ocsinternet.com> Subject: Re: [OT] Re: Pornography on Yahoo Date: Wed, 11 Apr 2001 10:55:07 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I find this all rather enlightening, as I didn't know trolls had any > morality to begin with. Asside from that it is just another distraction > from something I was supposed to be doing. Supose I could spare a few > minutes to: grep porn yahoo > Actually, trolling itself could be considered a moral structure. A common mistake is to label someone with moral structure sharply divergent from the standard Judeo-Christian moral structure as having "no morals". What this (insert word for not-nice-lady) doesn't seem to understand is, the people who produce and star in pornography have morals too. They just aren't the same as hers. Morality bigots make me sick. > > > Michael Nottebrock wrote: > > > ----- Original Message ----- > > From: "Jonathan Slivko" > > To: ; "Madeline Haggans" > > > > Sent: Wednesday, April 11, 2001 7:04 PM > > Subject: [OT] Re: Pornography on Yahoo > > > > > Could you please provide us with some specific examples? I am very > > curious as to their decision myself. However, Yahoo! reserves the > > right to do > > > what it pleases on it's own site, which is in no way (to my > > knowledge) affiliated with the FreeBSD Project. The only affiliation I > > know of is that > > > FreeBSD is run on the webservers powering Yahoo!. > > > > > > -- Jonathan M Slivko > > > > > > ---------- Original Message ---------------------------------- > > > From: Madeline Haggans > > > Date: Wed, 11 Apr 2001 12:41:34 -0400 > > > > > > > I am horrified at Yahoo's decision to promote pornography on its > > website > > > >and don't understand your willingness to support their decision As > > a partner > > > >to the Yahoo company I am writing to ask you to use your influence > > to stop > > > >Yahoo from promoting pornographic material on it web site. > > > > > > > >Thank you, > > > > > > > >Madeline Haggans > > > > > > > [...] > > > > Since this is _very much_ offtopic on this _technical_ mailing list, I > > would would very much appreciate NOT to provide any examples > > whatsoever in here and NOT to reply to this message on the list and > > instead contact Madeline Haggans via private Mail. > > > > Thanks, greetings, > > > > Michael Nottebrock > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 11: 3: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dualcpus.com (dualcpus.com [65.160.20.195]) by hub.freebsd.org (Postfix) with SMTP id 7B81437B423 for ; Wed, 11 Apr 2001 11:02:57 -0700 (PDT) (envelope-from jgowdy@home.com) Received: (qmail 58798 invoked from network); 11 Apr 2001 18:02:56 -0000 Received: from server.sherline.net (HELO server2) (216.120.87.3) by dualcpus.com with SMTP; 11 Apr 2001 18:02:56 -0000 Message-ID: <007501c0c2b1$a0c55220$035778d8@sherline.net> From: "Jeremiah Gowdy" To: "Alex Charalabidis" Cc: "FreeBSD Questions" References: Subject: Re: Pornography on Yahoo FOLLOWUP Date: Wed, 11 Apr 2001 11:02:52 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The site www.afsc.org is running Microsoft-IIS/4.0 on NT4/Windows 98. They're running IIS. Excuse me while I laugh. Okay, I'm done, now get off our list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 11:14:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f19.pav1.hotmail.com [64.4.31.19]) by hub.freebsd.org (Postfix) with ESMTP id 23D1437B422 for ; Wed, 11 Apr 2001 11:14:32 -0700 (PDT) (envelope-from bsdnewbie@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 11 Apr 2001 11:14:31 -0700 Received: from 205.185.57.3 by pv1fd.pav1.hotmail.msn.com with HTTP; Wed, 11 Apr 2001 18:14:30 GMT X-Originating-IP: [205.185.57.3] From: "bsdnewbie bsdnewbie" To: freebsd-questions@freebsd.org Subject: _Can I use C++ to write device drivers? Date: Thu, 12 Apr 2001 02:14:30 +0800 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 11 Apr 2001 18:14:31.0215 (UTC) FILETIME=[4104EBF0:01C0C2B3] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, I want to write my new driver by using C++. However, I do not know that if device drivers of FreeBSD can be written in C++. And, if can, how about the performance, a little slower or can not accept at all? thanks in advance bsdnewbie _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 11:15:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rm-rstar.sfu.ca (rm-rstar.sfu.ca [142.58.120.21]) by hub.freebsd.org (Postfix) with ESMTP id 23FA037B422 for ; Wed, 11 Apr 2001 11:15:22 -0700 (PDT) (envelope-from tmchow@sfu.ca) Received: from fraser.sfu.ca (tmchow@fraser.sfu.ca [142.58.101.25]) by rm-rstar.sfu.ca (8.10.1/8.10.1/SFU-5.0H) with ESMTP id f3BIEwq18690; Wed, 11 Apr 2001 11:14:58 -0700 (PDT) Received: from localhost (tmchow@localhost) by fraser.sfu.ca (8.9.2/8.9.2/SFU-5.0C) with ESMTP id LAA00448; Wed, 11 Apr 2001 11:14:58 -0700 (PDT) X-Authentication-Warning: fraser.sfu.ca: tmchow owned process doing -bs Date: Wed, 11 Apr 2001 11:14:57 -0700 (PDT) From: Trevin Chow To: Fernando Gleiser Cc: Subject: Re: Firewall rules causing SSH disconects? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 11 Apr 2001, Fernando Gleiser wrote: > > I'm not exactly sure of the time length involved before the disconnects, > > because it seems to happen mainly when there's a time period of idleness.. > > What will happen is that the connection will sit there for a bit, then if I > > then type a character or two (like the letter L is "ls"), it will show the > > "l" but then disconnect me. I have no way to knowing how much time has > > elapsed unfortunately. > > > > A had the same problem some time ago, and it was related to NAT entries > expiring. I solved it lowering the keepidle interval so it sends a > keepalive probe every 3 minutes and the NAT entry gets refreshed. But you > said you where using a Win2K client , and I dont know if you can do that > in Win2K. I'm a bit confused here... you adjusted the keepidle interval on the NAT clients connected to the freebsd server? Or remote clients not connected? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 11:21:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pigeon.inebraska.com (pigeon.inebraska.com [199.184.119.21]) by hub.freebsd.org (Postfix) with ESMTP id BE5D237B422 for ; Wed, 11 Apr 2001 11:21:33 -0700 (PDT) (envelope-from gdolan2@unl.edu) Received: from ENG-09 (eng-09.unl.edu [129.93.15.26]) by pigeon.inebraska.com (8.11.3/8.11.3) with SMTP id f3BILM126953 for ; Wed, 11 Apr 2001 13:21:22 -0500 (CDT) Message-Id: <200104111821.f3BILM126953@pigeon.inebraska.com> Date: Wed, 11 Apr 2001 13:24:02 -0600 To: freebsd-questions@FreeBSD.ORG From: "Gary L. Dolan" Subject: Re: Pornography on Yahoo Reply-To: fred1@inebraska.com Organization: University of Nebraska X-Mailer: Opera 5.00 build 828 X-Priority: 3 (Normal) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nobody could be so stupid as to send that kind of real message. I think it is someone from Yahoo just trying to drum up business. It worked ! Gary Dolan Debian GNU/Linux 2.2, kernel 2.4.0 FreeBsd 4.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 11:28: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f79.law11.hotmail.com [64.4.17.79]) by hub.freebsd.org (Postfix) with ESMTP id 4D7A437B422 for ; Wed, 11 Apr 2001 11:28:05 -0700 (PDT) (envelope-from burnscharlesn@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 11 Apr 2001 11:28:04 -0700 Received: from 24.21.122.151 by lw11fd.law11.hotmail.msn.com with HTTP; Wed, 11 Apr 2001 18:28:04 GMT X-Originating-IP: [24.21.122.151] From: "Charles Burns" To: MHaggans@afsc.org, freebsd-questions@FreeBSD.ORG Subject: Re: Pornography on Yahoo Date: Wed, 11 Apr 2001 11:28:04 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 11 Apr 2001 18:28:04.0456 (UTC) FILETIME=[25BFA680:01C0C2B5] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Your FreeBSD question is... What exactly? Lady, this is just a mailing list. It has no hierarchy and no system of control and thus supports nothing except for people that need help with the FreeBSD operating system. Everybody on this list is a volunteer. What press release did you read that stated anything like "FreeBSD-Questions mailing list supports Yahoo's decision to include internet pornography."? I am sure that we are all unaware of any such support. If I recall correctly, Yahoo still uses FreeBSD as their operating system. One of the reasons that companies choose software like FreeBSD over something like Windows is so no central organization will have control over them through their proprietary product. Therefore this mailing list neither has said "influence" nor wants any power over any company or individual that uses FreeBSD. Furthermore, if you will read the name of the mailing list, you will probably be able to derive that it is for questions about FreeBSD only. Your post is among the most offtopic I have ever seen, and offtopic posts are not welcome on any mailing list and are refered to as "Spam", which I am sure that you have heard about. Because you feel the need to spam the mailing list, I would like to take this opportunity to unsubscribe it to your spam list. If we need to put "unsubscribe questions@freebsd.org" in the subject, please do this for us. Thankyou. Please go away. >From: Madeline Haggans >To: "'freebsd-questions@FreeBSD.ORG'" >Subject: Pornography on Yahoo >Date: Wed, 11 Apr 2001 12:41:34 -0400 > > I am horrified at Yahoo's decision to promote pornography on its website >and don't understand your willingness to support their decision As a >partner >to the Yahoo company I am writing to ask you to use your influence to stop >Yahoo from promoting pornographic material on it web site. > >Thank you, > >Madeline Haggans > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 11:30:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f97.law11.hotmail.com [64.4.17.97]) by hub.freebsd.org (Postfix) with ESMTP id 2F71C37B422 for ; Wed, 11 Apr 2001 11:30:52 -0700 (PDT) (envelope-from burnscharlesn@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 11 Apr 2001 11:30:51 -0700 Received: from 24.21.122.151 by lw11fd.law11.hotmail.msn.com with HTTP; Wed, 11 Apr 2001 18:30:51 GMT X-Originating-IP: [24.21.122.151] From: "Charles Burns" To: bsdnewbie@hotmail.com, freebsd-questions@freebsd.org Subject: Re: _Can I use C++ to write device drivers? Date: Wed, 11 Apr 2001 11:30:51 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 11 Apr 2001 18:30:51.0393 (UTC) FILETIME=[89403710:01C0C2B5] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG (Pre-note. I am not a driver expert by any means) You can write a driver for FreeBSD in any language that can compile, i.e., any non-interpreted language. C++ may not be the best choice for a driver because it has slightly higher overhead in some cases than C, and many of its advantages probably wouldn't be very useful in writing drivers. Plain old C is the most popular language for writing drivers in the Unix world, and most drivers are written in either C or a mixture of C and assembly. >From: "bsdnewbie bsdnewbie" >To: freebsd-questions@freebsd.org >Subject: _Can I use C++ to write device drivers? >Date: Thu, 12 Apr 2001 02:14:30 +0800 > >hi, > I want to write my new driver by using C++. However, I do not know >that >if device drivers of FreeBSD can be written in C++. And, if can, how about >the performance, a little slower or can not accept at all? > >thanks in advance > >bsdnewbie > >_________________________________________________________________________ >Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 11:33:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from inetarena.com (ns1.inetarena.com [206.129.216.1]) by hub.freebsd.org (Postfix) with ESMTP id D69A037B422 for ; Wed, 11 Apr 2001 11:33:11 -0700 (PDT) (envelope-from plewis@inetarena.com) Received: (from plewis@localhost) by inetarena.com (8.9.3/8.8.5) id LAA08710 for freebsd-questions@freebsd.org; Wed, 11 Apr 2001 11:33:03 -0700 Date: Wed, 11 Apr 2001 11:33:02 -0700 From: Patrick Lewis To: freebsd-questions@freebsd.org Subject: ftp.freebsd.org down? Message-ID: <20010411113302.A7991@inetarena.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is ftp.freebsd.org down? I have tried unsuccessfully to reach it from three different places. Am I terribly unlucky? -- Patrick Lewis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 11:37:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from courier.netrail.net (courier.netrail.net [205.215.10.53]) by hub.freebsd.org (Postfix) with ESMTP id 81B7237B424 for ; Wed, 11 Apr 2001 11:37:54 -0700 (PDT) (envelope-from cschreiber@netrail.net) Received: from cschriaber (localhost.netrail.net [127.0.0.1]) by courier.netrail.net (Postfix) with SMTP id C2CDD106; Wed, 11 Apr 2001 14:37:53 -0400 (EDT) Reply-To: From: "Christian S." To: "Patrick Lewis" , Subject: RE: ftp.freebsd.org down? Date: Wed, 11 Apr 2001 14:39:21 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20010411113302.A7991@inetarena.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 It's slow going with me as well.. I've tried ftp, ftp5 and ftp6.. didn't try the others, however.. ftp6 eventually responded with about 20-30k/sec thruput, which is not real great for the mirror site.. :/ Christian "...we have only twice as many genes as a fruit fly, or roughly the same number as an ear of corn, about 30,000." Ergo, we are all corn. - -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Patrick Lewis Sent: Wednesday, April 11, 2001 2:33 PM To: freebsd-questions@freebsd.org Subject: ftp.freebsd.org down? Is ftp.freebsd.org down? I have tried unsuccessfully to reach it from three different places. Am I terribly unlucky? - -- Patrick Lewis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.8 for non-commercial use iQA/AwUBOtSkZikK9qTvGvteEQL9uQCghIik1wmVmkOXMPEBBokXj4bFulIAniWn sVS1UwV8RKkr0JLCfFvynlJm =YIQF -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 11:42:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 8510D37B422 for ; Wed, 11 Apr 2001 11:42:23 -0700 (PDT) (envelope-from fgleiser@cactus.fi.uba.ar) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.9.3/8.9.3) with ESMTP id PAA61539; Wed, 11 Apr 2001 15:47:44 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Wed, 11 Apr 2001 15:47:44 -0300 (ART) From: Fernando Gleiser To: Trevin Chow Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Firewall rules causing SSH disconects? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 11 Apr 2001, Trevin Chow wrote: > > I'm a bit confused here... you adjusted the keepidle interval on the NAT > clients connected to the freebsd server? Or remote clients not connected? > I don't have access to the NAT/firewall box. I was logging in from a laptop running FreeBSD to a server runing FreeBSD. I adjusted the keepidle on the laptop to 180000 (3 minutes) so it sends a keepalive probe before the NAT entry expires. Tha solved the problem. Fer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 12:24: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rm-rstar.sfu.ca (rm-rstar.sfu.ca [142.58.120.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A7EF37B423 for ; Wed, 11 Apr 2001 12:24:04 -0700 (PDT) (envelope-from tmchow@sfu.ca) Received: from fraser.sfu.ca (tmchow@fraser.sfu.ca [142.58.101.25]) by rm-rstar.sfu.ca (8.10.1/8.10.1/SFU-5.0H) with ESMTP id f3BJO2q15651 for ; Wed, 11 Apr 2001 12:24:03 -0700 (PDT) Received: from localhost (tmchow@localhost) by fraser.sfu.ca (8.9.2/8.9.2/SFU-5.0C) with ESMTP id MAA26391 for ; Wed, 11 Apr 2001 12:24:02 -0700 (PDT) X-Authentication-Warning: fraser.sfu.ca: tmchow owned process doing -bs Date: Wed, 11 Apr 2001 12:24:02 -0700 (PDT) From: Trevin Chow To: Subject: Trouble compiling MTR port Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I'm having trouble compiling the mtr port (/usr/ports/net/mtr) and am getting this message: ====> Building for mtr-0.42 cd .&& aclocal aclocal: configure.in: 297: macro `AM_PATH_GTK` not found in library gmake: *** [aclocal.m4] Error 1 *** Error Code 2 I don't really know where to start investigating why this is occuring..any tips? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 12:36:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail9.sdc1.sfba.home.com (femail9.sdc1.sfba.home.com [24.0.95.89]) by hub.freebsd.org (Postfix) with ESMTP id 2E59737B423 for ; Wed, 11 Apr 2001 12:36:32 -0700 (PDT) (envelope-from graywane@home.com) Received: from cg392862-a.adubn1.nj.home.com ([65.2.79.221]) by femail9.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010411193631.PNCF146.femail9.sdc1.sfba.home.com@cg392862-a.adubn1.nj.home.com> for ; Wed, 11 Apr 2001 12:36:31 -0700 Received: (from graywane@localhost) by cg392862-a.adubn1.nj.home.com (8.11.3/8.11.3) id f3BJaU605279 for freebsd-questions@FreeBSD.ORG; Wed, 11 Apr 2001 15:36:30 -0400 (EDT) (envelope-from graywane) Date: Wed, 11 Apr 2001 15:36:30 -0400 From: Graywane To: freebsd-questions@FreeBSD.ORG Subject: Re: _Can I use C++ to write device drivers? Message-ID: <20010411153630.A5200@home.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from burnscharlesn@hotmail.com on Wed, Apr 11, 2001 at 11:30:51AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Apr 11, 2001 at 11:30:51AM -0700, Charles Burns wrote: > (Pre-note. I am not a driver expert by any means) Neither am I :) > You can write a driver for FreeBSD in any language that can compile, i.e., > any non-interpreted language. C++ may not be the best choice for a driver > because it has slightly higher overhead in some cases than C, and many of > its advantages probably wouldn't be very useful in writing drivers. Most of the C++ bloat comes from templates. C++ code without any templates is comparable in size and execution speed to C code. So as long as you don't use templates (which basically means avoid the entire standard C++ library) then C++ would be a fine language for kernel module development. Of course, ISO 9899-1999 fixed the two most annoying C problems -- declaring variables only at the start of a block and no // comments. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 12:42:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f43.pav1.hotmail.com [64.4.31.43]) by hub.freebsd.org (Postfix) with ESMTP id 2608037B423 for ; Wed, 11 Apr 2001 12:42:44 -0700 (PDT) (envelope-from shailendraprakash@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 11 Apr 2001 12:42:43 -0700 Received: from 128.194.153.43 by pv1fd.pav1.hotmail.msn.com with HTTP; Wed, 11 Apr 2001 19:42:43 GMT X-Originating-IP: [128.194.153.43] From: "Shailendra Prakash" To: freebsd-questions@FreeBSD.ORG Subject: Lucent Wavelan 802.11 Date: Wed, 11 Apr 2001 14:42:43 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 11 Apr 2001 19:42:43.0335 (UTC) FILETIME=[935E5970:01C0C2BF] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a Lucent WaveLan 802.11 card. It is in the PCMCIA slot. I am not able to get it working. The problem doesn't appear to be with the Lucent card though. The pccardd doesn't get started. I tried to follow the /etc/rc.* files and the first command related to PCCARD is pccardc pccardmem 0xd0000 This command fails with a message "device not configured" message. I don't know how and where the devices are configured. Please help !! Thanks, Shailendra _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 12:47:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx3out.umbc.edu (mx3out.umbc.edu [130.85.253.53]) by hub.freebsd.org (Postfix) with ESMTP id 4A33637B423 for ; Wed, 11 Apr 2001 12:47:30 -0700 (PDT) (envelope-from gmiddl1@gl.umbc.edu) Received: from irix2.gl.umbc.edu (gmiddl1@irix2.gl.umbc.edu [130.85.60.11]) by mx3out.umbc.edu (8.9.3/8.9.3) with ESMTP id PAA07733 for ; Wed, 11 Apr 2001 15:47:28 -0400 (EDT) Date: Wed, 11 Apr 2001 15:47:27 -0400 From: "G. Jason Middleton" To: Subject: listing the contents of a tar file Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I wanna see what is in one of my newly created tar files do do this i did a tar -list filename.tgz this is what i get tar: can't open /dev/rsa0 : Device not configured what am i doing wrong? G. Jason Middleton _______________________________________________________________________________ Announcement: The revolution will not be televised. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 12:50:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id B360237B424 for ; Wed, 11 Apr 2001 12:50:22 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([fec0::2e0:7dff:fe81:749d] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.22 #1) id 14nQdA-0002RW-00; Wed, 11 Apr 2001 20:50:20 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.11.3/8.11.3) id f3BJoKS43171; Wed, 11 Apr 2001 20:50:20 +0100 (BST) (envelope-from ben) Date: Wed, 11 Apr 2001 20:50:20 +0100 From: Ben Smithurst To: "G. Jason Middleton" Cc: freebsd-questions@freebsd.org Subject: Re: listing the contents of a tar file Message-ID: <20010411205020.A82373@scientia.demon.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG G. Jason Middleton wrote: > I wanna see what is in one of my newly created tar files do do this i did > a > tar -list filename.tgz tar tzf filename.tgz t == list z == zipped file f == filename Add v (verbose) to get an 'ls -l' style listing. If you don't specify a file with the "f" flag it will use the tape drive by default. Note that you don't need "-" before the command flags as with most commands, tar's just a bit weird like that. -- Ben Smithurst / ben@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 12:52:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx3out.umbc.edu (mx3out.umbc.edu [130.85.253.53]) by hub.freebsd.org (Postfix) with ESMTP id 38B4137B422; Wed, 11 Apr 2001 12:52:12 -0700 (PDT) (envelope-from gmiddl1@gl.umbc.edu) Received: from irix2.gl.umbc.edu (gmiddl1@irix2.gl.umbc.edu [130.85.60.11]) by mx3out.umbc.edu (8.9.3/8.9.3) with ESMTP id PAA07830; Wed, 11 Apr 2001 15:52:10 -0400 (EDT) Date: Wed, 11 Apr 2001 15:52:10 -0400 From: "G. Jason Middleton" To: Ben Smithurst Cc: Subject: Re: listing the contents of a tar file In-Reply-To: <20010411205020.A82373@scientia.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hey sweet thanks man. trying to learn some UNIX basics here...scripting, tarring ...etc etc Jason On Wed, 11 Apr 2001, Ben Smithurst wrote: > G. Jason Middleton wrote: > > > I wanna see what is in one of my newly created tar files do do this i did > > a > > tar -list filename.tgz > > tar tzf filename.tgz > > t == list > z == zipped file > f == filename > > Add v (verbose) to get an 'ls -l' style listing. > > If you don't specify a file with the "f" flag it will use the tape drive > by default. Note that you don't need "-" before the command flags as > with most commands, tar's just a bit weird like that. > > -- > Ben Smithurst / ben@FreeBSD.org > G. Jason Middleton _______________________________________________________________________________ Announcement: The revolution will not be televised. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 12:54:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alto.i-cable.com (alto.i-cable.com [210.80.60.4]) by hub.freebsd.org (Postfix) with ESMTP id D4A1E37B423 for ; Wed, 11 Apr 2001 12:54:28 -0700 (PDT) (envelope-from lkthomas@hkicable.com) Received: from thomasq1rx10yf ([61.18.16.156]) by alto.i-cable.com (8.9.3/8.9.3) with ESMTP id DAA15328; Thu, 12 Apr 2001 03:54:44 +0800 (HKT) From: "Thomas Lau" To: "'Linh Pham'" Cc: Subject: RE: why BSDi not Free but FreeBSD ? Date: Thu, 12 Apr 2001 03:56:03 +0800 Message-ID: <001101c0c2c1$70aa2790$9c10123d@thomasq1rx10yf> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG So BSDi is better than FreeBSD? -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Linh Pham Sent: Wednesday, April 11, 2001 11:47 PM To: Ted Mittelstaedt Cc: Mike Meyer; Thomas Lau; questions@FreeBSD.ORG Subject: RE: why BSDi not Free but FreeBSD ? On 2001-04-11, Ted Mittelstaedt scribbled: # There was - even Microsoft used BSDi for it's mailservers # for years. Also, F5 uses BSD/OS for most of their load balancers. I think Intel uses a portion of BSD/OS for their load balancers as well, but it's mostly their own kernel I think. -- Linh Pham [lplist@closedsrc.org] // 404b - Brain not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 12:54:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.eecis.udel.edu (louie.udel.edu [128.175.2.33]) by hub.freebsd.org (Postfix) with SMTP id 82D6037B422 for ; Wed, 11 Apr 2001 12:54:48 -0700 (PDT) (envelope-from tobin@mail.eecis.udel.edu) Received: from ren.eecis.udel.edu by mail.eecis.udel.edu id aa09492; 11 Apr 2001 15:54 EDT Date: Wed, 11 Apr 2001 15:54:08 -0400 (EDT) From: "Elliot L. Tobin" X-X-Sender: To: freebsd-questions@freebsd.org MMDF-Warning: Parse error in original version of preceding line at mail.eecis.udel.edu Subject: Terminal Problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When I ssh to a solaris host, in console, the screen does not properly scroll. For example, if I am in pine viewing an email, and I hit the down arrow, the bottom line on the screen scrolls, instead of having the entire screen shift up. Opposite happens when I hit the up-arrow. My TERM on the Solaris box is vt100, and I've tried sun, sun-24, vt100 on my FreeBSD box to no avail. Any help is greatly appreciated, EllioT ------------------------------------------------------> Elliot L. Tobin - UD/CS '02 Univ. of Delaware - Computer Science, Economics -----------------------------------------------------> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 12:55:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alto.i-cable.com (alto.i-cable.com [210.80.60.4]) by hub.freebsd.org (Postfix) with ESMTP id D0A2037B422 for ; Wed, 11 Apr 2001 12:55:36 -0700 (PDT) (envelope-from lkthomas@hkicable.com) Received: from thomasq1rx10yf ([61.18.16.156]) by alto.i-cable.com (8.9.3/8.9.3) with ESMTP id DAA15479; Thu, 12 Apr 2001 03:55:56 +0800 (HKT) From: "Thomas Lau" To: "'Mike Meyer'" Cc: Subject: RE: [none] Date: Thu, 12 Apr 2001 03:57:15 +0800 Message-ID: <001201c0c2c1$9c062920$9c10123d@thomasq1rx10yf> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 In-Reply-To: <15060.34646.999876.790031@guru.mired.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What's different between snapshot and normal release? -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Mike Meyer Sent: Thursday, April 12, 2001 12:33 AM To: Tian Siyuan Cc: questions@FreeBSD.ORG Subject: Re: [none] Tian Siyuan types: > I am trying FreeBSD 4.3-RC2. So what does this RC-2 mean? Can I use it as > a production system? It means they are very close to releasing a snapshot of the system as a -RELEASE. You can get details from the FreeBSD FAQ, under "system administration." And lots of people use this on production systems, me among them. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 13: 0:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from segue.merit.edu (segue.merit.edu [198.108.1.41]) by hub.freebsd.org (Postfix) with ESMTP id D6D0137B423 for ; Wed, 11 Apr 2001 13:00:56 -0700 (PDT) (envelope-from gdl@merit.edu) Received: from odo.merit.edu (odo.merit.edu [198.108.62.222]) by segue.merit.edu (Postfix) with ESMTP id 4B9665DEC8 for ; Wed, 11 Apr 2001 15:59:41 -0400 (EDT) Received: from localhost (gdl@localhost) by odo.merit.edu (8.9.3/8.9.1) with ESMTP id PAA01478 for ; Wed, 11 Apr 2001 15:59:41 -0400 (EDT) X-Authentication-Warning: odo.merit.edu: gdl owned process doing -bs Date: Wed, 11 Apr 2001 15:59:41 -0400 (EDT) From: "Gardiner D. Leverett" To: freebsd-questions@freebsd.org Subject: Symbios 53C1010 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Mar 30, 2001 at 09:53:55PM +0930, Marc Dodsworth wrote: >> I'm looking at a Tekram DC390U3 which use a Symbios 53C1010 controller >> chip. >> >> According to the release notes for 4.2-Release it's not supported (well >> not mentioned). Is there/will there be any support? > >A 'grep 53C1010 *' in /usr/src/sys/dev/sym seems to indicate it >is supported. I have a Gateway 6400 server I'm trying to load, and it has the Symbios 53C1010-33 scsi controller. I'm trying to load it from the 4.2 CD. The system took a longer than normal time to even boot, but loading the OS went otherwise without a hitch. Upon reboot, the system did not come up. Looking inside, it turns out there are TWO built-in 53C1010 (hard drive on one, tape drive on the other; cd is on IDE), but I'm still at a loss as to why this won't work. After reading the response above, I thought this should all work. Do I need to do the load from a 4.3 CD (when it's available)? ---------- Gardiner D. Leverett gdl@merit.edu Merit Network, Inc. Phone: 734-647-9888 4251 Plymouth Road, Suite 2000 Ann Arbor, MI 48105-2785 http://www.merit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 13: 7:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ann.skypoint.net (ann.skypoint.net [199.86.32.19]) by hub.freebsd.org (Postfix) with ESMTP id 0ABE937B424 for ; Wed, 11 Apr 2001 13:07:38 -0700 (PDT) (envelope-from rpj@fep.hirshfields.com) Received: (from uucp@localhost) by ann.skypoint.net (8.9.3/8.9.3) with UUCP id UAA03468 for freebsd-questions@freebsd.org; Wed, 11 Apr 2001 20:02:56 GMT Received: (from rpj@localhost) by fep.hirshfields.com (8.8.8/8.8.8) id OAA18482 for freebsd-questions@freebsd.org; Wed, 11 Apr 2001 14:30:57 -0500 (CDT) (envelope-from rpj) From: "Roger P. Johnson" Message-Id: <200104111930.OAA18482@fep.hirshfields.com> Subject: Does IBM's ServerRAID-4L work with FreeBSD? Any experiences? To: freebsd-questions@freebsd.org Date: Wed, 11 Apr 2001 14:30:57 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Subject line says it all. Is this IBM's own card or is it another 3rd party like Adaptec underneath. I would like to do RAID in an IBM x330 server. Thanks Roger. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 13:12:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gactr.uga.edu (mail.gactr.uga.edu [128.192.37.21]) by hub.freebsd.org (Postfix) with SMTP id 07CAE37B422 for ; Wed, 11 Apr 2001 13:12:37 -0700 (PDT) (envelope-from Robin_Blanchard@gactr.uga.edu) Received: (qmail 2195 invoked from network); 11 Apr 2001 20:12:36 -0000 Received: from qat.noc.nat (HELO gactr.uga.edu) ([10.10.100.125]) (envelope-sender ) by mail.servers.nat (qmail-ldap-1.03) with SMTP for ; 11 Apr 2001 20:12:36 -0000 Message-ID: <3AD4BA89.562F8545@gactr.uga.edu> Date: Wed, 11 Apr 2001 16:11:53 -0400 From: "Robin P. Blanchard" X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: soundcard woes... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG so i'm trying to setup icecast + liveice and all seemed well until it came time to actually capture audio. i'm using 4.3-RC (latest cvs) with an tried and true ensoniq 1370. playback is fine. line-in is fine (as i can hook up a line-in source and hear everything). however, if i try to capture anything, i end with silence. nothing. i've been using the basic little tool wavplay/wavrec just to see if i can capture audio as liveice was sending silence to icecast. don't even have any useful errors or logs here. must be something silly i'm overlooking. please advise. -- ------------------------------------ Robin P. Blanchard IT Program Specialist Georgia Center for Continuing Ed. fon: 706.542.2404 fax: 706.542.6546 email: Robin_Blanchard@gactr.uga.edu ------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 13:16: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nebula.anchoragerescue.org (cable-115-7-237-24.anchorageak.net [24.237.7.115]) by hub.freebsd.org (Postfix) with ESMTP id D355A37B422 for ; Wed, 11 Apr 2001 13:15:56 -0700 (PDT) (envelope-from akbeech@anchoragerescue.org) Received: from galaxy.anchoragerescue.org (galaxy.anchoragerescue.org [24.237.7.95]) by nebula.anchoragerescue.org (Postfix) with SMTP id 7C1E74D9 for ; Wed, 11 Apr 2001 12:15:50 -0800 (AKDT) Content-Type: text/plain; charset="iso-8859-1" From: Beech Rintoul To: freebsd-questions@freebsd.org Subject: Header_checks in Postfix Date: Wed, 11 Apr 2001 12:15:50 -0800 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01041112155003.04392@galaxy.anchoragerescue.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Can someone tell me how to write a header check to bounce mail from an entire domain? I tried both regex and pcre and can't get either to work. I have "header_checks = regexp: /etc/postfix/bounce" in my main.cf TIA - Beech -- ------------------------------------------------------------------- Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org /"\ ASCII Ribbon Campaign | Anchorage Gospel Rescue Mission \ / - NO HTML/RTF in e-mail | P.O. Box 230510 X - NO Word docs in e-mail | Anchorage, AK 99523-0510 / \ ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 13:22:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id A93EA37B422 for ; Wed, 11 Apr 2001 13:22:49 -0700 (PDT) (envelope-from lplist@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1003) id 3896855407; Wed, 11 Apr 2001 13:18:20 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id 26F4451610; Wed, 11 Apr 2001 13:18:20 -0700 (PDT) Date: Wed, 11 Apr 2001 13:18:20 -0700 (PDT) From: Linh Pham To: Thomas Lau Cc: Subject: RE: why BSDi not Free but FreeBSD ? In-Reply-To: <001101c0c2c1$70aa2790$9c10123d@thomasq1rx10yf> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2001-04-12, Thomas Lau scribbled: # So BSDi is better than FreeBSD? BSD/OS has better SMP support on the i386 hardware platform (which is being pulled into 5.0-CURRENT and SMPng... I think that's what it is called). Beyond that... I can't say that it is or not. It depends on the application (ie: where and what is it going to be used) and your requirements. -- Linh Pham [lplist@closedsrc.org] // 404b - Brain not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 13:34:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.coastsight.com (ns1.coastsight.com [208.46.230.17]) by hub.freebsd.org (Postfix) with ESMTP id 44A7A37B424 for ; Wed, 11 Apr 2001 13:34:17 -0700 (PDT) (envelope-from maillist@coastsight.com) Received: from ns1.coastsight.com ([208.46.230.17]) by ns1.coastsight.com with esmtp (Exim 2.05 #1) id 14nRJb-000G54-00 for freebsd-questions@freebsd.org; Wed, 11 Apr 2001 13:34:11 -0700 Date: Wed, 11 Apr 2001 13:34:11 -0700 (PDT) From: Rick Duvall To: freebsd-questions@freebsd.org Subject: Bind core dump Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Here is the error in the log. This seems to happen at random. What gives? Apr 11 12:46:27 ns1 /kernel: pid 117 (named), uid 0: exited on signal 10 (core dumped) I am running named 8.2.3-T6B. Thanks... Sincerely, Rick Duvall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 13:34:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe2.law3.hotmail.com [209.185.240.106]) by hub.freebsd.org (Postfix) with ESMTP id C99C237B424 for ; Wed, 11 Apr 2001 13:34:32 -0700 (PDT) (envelope-from ymmaslak@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 11 Apr 2001 13:34:32 -0700 X-Originating-IP: [213.238.128.134] From: "Yavuz Maslak" To: Subject: amount of cache_mem Date: Wed, 11 Apr 2001 23:33:13 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000E_01C0C2DF.C6DF6A80" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: X-OriginalArrivalTime: 11 Apr 2001 20:34:32.0700 (UTC) FILETIME=[D0B1CBC0:01C0C2C6] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000E_01C0C2DF.C6DF6A80 Content-Type: text/plain; charset="windows-1254" Content-Transfer-Encoding: quoted-printable hello Squid2.3stable4 works on FreeBSD4.2 I allocated 15Gbyte Ram for cache_dir Also I have 2Gbyte Ram according to above values what should the cache_mem (in squid.conf) be ? What is the formula for cache_mem ? (or where can I find out it ? ) Because My squid server has still gone on the problem=20 In custom kernel I set as following; max users 256 options MAXMEM=3D(2048*1024) =20 options MAXDSIZ=3D(1700*1024*1024) options DFLDSIZ=3D(400*1024*1024) options NMBCLUSTERS=3D10240 and I set cache_mem =3D 500 Mbyte in squid.conf I haven't change limits in /etc/login.conf because it is seen that = unlimited by default=20 is there anything false above values ? Because when many (about 500) people connected the squid server=20 it would be crash at least once time in a day and it restart by itself ------=_NextPart_000_000E_01C0C2DF.C6DF6A80 Content-Type: text/html; charset="windows-1254" Content-Transfer-Encoding: quoted-printable
hello
 
Squid2.3stable4 works on = FreeBSD4.2
 
I allocated 15Gbyte Ram for = cache_dir
Also I have 2Gbyte Ram
according to above values what should = the cache_mem=20 (in squid.conf) be ?
What is the formula for cache_mem ? (or = where can I=20 find out it ? )
Because My squid server has still gone = on the=20 problem 
In custom kernel I set as = following;
max users  256
options        =20 MAXMEM=3D(2048*1024) =20
options        =20 MAXDSIZ=3D(1700*1024*1024)
options      =   =20 DFLDSIZ=3D(400*1024*1024)
options      &= nbsp; =20 NMBCLUSTERS=3D10240
and I set cache_mem =3D 500 Mbyte = in=20 squid.conf
I haven't change limits in = /etc/login.conf because=20 it is seen that unlimited by default 
is there anything false above = values =20 ?
Because when many (about 500) people = connected the=20 squid server
it would be crash at least once = time in a day=20 and it restart by itself
------=_NextPart_000_000E_01C0C2DF.C6DF6A80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 13:37: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alto.i-cable.com (alto.i-cable.com [210.80.60.4]) by hub.freebsd.org (Postfix) with ESMTP id 2962437B422 for ; Wed, 11 Apr 2001 13:36:58 -0700 (PDT) (envelope-from lkthomas@hkicable.com) Received: from thomasq1rx10yf ([61.18.16.156]) by alto.i-cable.com (8.9.3/8.9.3) with ESMTP id EAA18483; Thu, 12 Apr 2001 04:37:18 +0800 (HKT) From: "Thomas Lau" To: "'Linh Pham'" Cc: Subject: RE: why BSDi not Free but FreeBSD ? Date: Thu, 12 Apr 2001 04:38:34 +0800 Message-ID: <000501c0c2c7$6136b6b0$9c10123d@thomasq1rx10yf> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, it do not have trial version can be download, how can I know if it's good or not? -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Linh Pham Sent: Thursday, April 12, 2001 4:18 AM To: Thomas Lau Cc: freebsd-questions@FreeBSD.ORG Subject: RE: why BSDi not Free but FreeBSD ? On 2001-04-12, Thomas Lau scribbled: # So BSDi is better than FreeBSD? BSD/OS has better SMP support on the i386 hardware platform (which is being pulled into 5.0-CURRENT and SMPng... I think that's what it is called). Beyond that... I can't say that it is or not. It depends on the application (ie: where and what is it going to be used) and your requirements. -- Linh Pham [lplist@closedsrc.org] // 404b - Brain not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 13:40: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 4827337B422 for ; Wed, 11 Apr 2001 13:40:00 -0700 (PDT) (envelope-from lplist@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1003) id D75DE55407; Wed, 11 Apr 2001 13:35:30 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id C5B4151610; Wed, 11 Apr 2001 13:35:30 -0700 (PDT) Date: Wed, 11 Apr 2001 13:35:30 -0700 (PDT) From: Linh Pham To: Rick Duvall Cc: Subject: Re: Bind core dump In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2001-04-11, Rick Duvall scribbled: # Apr 11 12:46:27 ns1 /kernel: pid 117 (named), uid 0: exited on signal 10 # (core dumped) # # I am running named 8.2.3-T6B. Those messages in syslog means that people are successfully exploiting a known security hole in pre-BIND-8.2.3-REL versions of BIND. You should upgrade BIND to at least BIND-8.2.3-REL, if not BIND-9.1.1-REL. This can be done through ports or you can download the source from ftp.isc.org/bind -- Linh Pham [lplist@closedsrc.org] // 404b - Brain not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 13:42: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id D39C037B422 for ; Wed, 11 Apr 2001 13:42:01 -0700 (PDT) (envelope-from lplist@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1003) id 5BCAD55407; Wed, 11 Apr 2001 13:37:32 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id 49F5651610; Wed, 11 Apr 2001 13:37:32 -0700 (PDT) Date: Wed, 11 Apr 2001 13:37:32 -0700 (PDT) From: Linh Pham To: Thomas Lau Cc: Subject: RE: why BSDi not Free but FreeBSD ? In-Reply-To: <000501c0c2c7$6136b6b0$9c10123d@thomasq1rx10yf> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2001-04-12, Thomas Lau scribbled: # Well, it do not have trial version can be download, how can I know if # it's good or not? Well... I can't help you there. What are you trying to use BSD/OS for? In many cases, FreeBSD can work just as well. -- Linh Pham [lplist@closedsrc.org] // 404b - Brain not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 13:48: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ra.upan.org (ra.upan.org [204.107.76.19]) by hub.freebsd.org (Postfix) with ESMTP id 216F137B423 for ; Wed, 11 Apr 2001 13:47:54 -0700 (PDT) (envelope-from mikel@ocsinternet.com) Received: from ocsinternet.com (thoth.upan.org [204.107.76.16]) by ra.upan.org (8.11.1/8.11.1) with ESMTP id f3BKlOZ67196; Wed, 11 Apr 2001 16:47:24 -0400 (EDT) (envelope-from mikel@ocsinternet.com) Message-ID: <3AD4C4E4.6C104488@ocsinternet.com> Date: Wed, 11 Apr 2001 16:56:04 -0400 From: Mikel X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en,it MIME-Version: 1.0 To: Linh Pham Cc: Thomas Lau , freebsd-questions@FreeBSD.ORG Subject: Re: why BSDi not Free but FreeBSD ? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG About the onlything I can see for using it is if you have an old SUN, or if you want to run the BSA...otherwise fBSD's the bomb...! Linh Pham wrote: > On 2001-04-12, Thomas Lau scribbled: > > # Well, it do not have trial version can be download, how can I know if > # it's good or not? > > Well... I can't help you there. > > What are you trying to use BSD/OS for? In many cases, FreeBSD can work > just as well. > > -- > Linh Pham > [lplist@closedsrc.org] > > // 404b - Brain not found > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 13:54: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.scana.com (falcon.scana.com [161.156.101.7]) by hub.freebsd.org (Postfix) with ESMTP id 19ABF37B423 for ; Wed, 11 Apr 2001 13:54:03 -0700 (PDT) (envelope-from MSILVER@scana.com) Received: by falcon.scana.com; id QAA13166; Wed, 11 Apr 2001 16:54:01 -0400 (EDT) Received: from maildmis.scana.com(161.156.248.91) by falcon.scana.com via smap (V5.5) id xma012986; Wed, 11 Apr 01 16:52:52 -0400 Received: from msg20.scana.com [161.156.248.91] by MSG20.SCANA.COM [161.156.248.91] (CMSPraetor 4.1.3395) with ESMTP id 3598A52C2EA311D594E30002A51B97A8 for plus 1 more; Wed, 11 Apr 2001 16:52:38 -0400 Received: by maildmis.scana.com with Internet Mail Service (5.5.2653.19) id <2XT8WRHV>; Wed, 11 Apr 2001 16:52:38 -0400 Message-ID: From: "SILVER, MICHAEL A" Reply-To: michael@silvertriad.com To: "'Madeline Haggans'" , "'freebsd-questions@FreeBSD.ORG'" Subject: RE: [OT] Re: Pornography on Yahoo Date: Wed, 11 Apr 2001 16:52:37 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Thank you for the prompt response. I read the announcement in > today's paper. Also if you go to Yahoo's website and type > pornography in the search box it will take you to the site where > the pornography is being sold! > > Madeline Haggans Do you know of any other good sites where I can buy some porn? ...Michael... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 14: 5:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ahze.net (24-216-177-143.hsacorp.net [24.216.177.143]) by hub.freebsd.org (Postfix) with ESMTP id 128AE37B423 for ; Wed, 11 Apr 2001 14:05:14 -0700 (PDT) (envelope-from ahze@ahze.net) Received: from tacobell.ahze.net (tacobell.ahze.net [192.168.0.1]) by ahze.net (Postfix) with SMTP id 898966FBE; Wed, 11 Apr 2001 17:09:47 -0400 (EDT) Date: Wed, 11 Apr 2001 17:05:19 -0400 From: Michael Johnson To: Madeline Haggans Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Pornography on Yahoo Message-Id: <20010411170519.475f950e.ahze@ahze.net> In-Reply-To: <4CFAFD5E4CB7D4119D2E005004D7CA452519BD@national.afsc.org> References: <4CFAFD5E4CB7D4119D2E005004D7CA452519BD@national.afsc.org> X-Mailer: Sylpheed version 0.4.62 (GTK+ 1.2.10; i386--freebsd4.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 11 Apr 2001 12:41:34 -0400 Madeline Haggans wrote: > I am horrified at Yahoo's decision to promote pornography on its website > and don't understand your willingness to support their decision As a partner > to the Yahoo company I am writing to ask you to use your influence to stop > Yahoo from promoting pornographic material on it web site. > > Thank you, > > Madeline Haggans > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message uhm , so? what does it have to do with freebsd? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 14:11:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from malkavian.org (malkavian.org [206.136.132.23]) by hub.freebsd.org (Postfix) with ESMTP id 3AD6437B422 for ; Wed, 11 Apr 2001 14:11:41 -0700 (PDT) (envelope-from rbw@myplace.org) Received: from localhost (rbw@localhost) by malkavian.org (8.11.1/8.11.1) with ESMTP id f3BLBfW93403 for ; Wed, 11 Apr 2001 17:11:41 -0400 (EDT) (envelope-from rbw@myplace.org) Date: Wed, 11 Apr 2001 14:11:41 -0700 (MST) From: "brian j. peterson" To: freebsd-questions@FreeBSD.org Subject: turning off DMA pre-boot Message-ID: X-Prime: (2 ^ 6972593) - 1 X-URL: http://rbw.myplace.org/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG background: i have a 4.3-BETA system that is freezing on me every few days. (the cvsup from 4.2-R to stable was done around March 11th.) i have trimmed down the kernel as much as possible in an attempt to isolate the problem, but this hasn't helped so far. the motherboard this system is on uses a VIA chipset, and i have been hearing that VIA's DMA support is less than perfect. turning off DMA in the BIOS didn't seem to stop FreeBSD from using DMA (at least according to 'sysctl hw.atamodes'). i was able to turn off DMA _after_ boot by running 'sysctl -w hw.atamodes=pio,pio,'. (i just did this last night, so i'm not sure if this has solved the system's freezing problem.) question: is there some way to disable DMA support (and force PIO mode) before the system boots? perhaps a kernel option or a loader option? any help would be greatly appreciated. thanks for your time, brian -- --===-----=======-----------=============-----------------=================== | rbw aka bjp | god's final message to his creation: | | rbw@myplace.org | we apologize for the inconvenience. | ===================-----------------=============-----------=======-----===-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 14:16:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.cybersurf.net (smtp1.cybersurf.net [209.197.145.111]) by hub.freebsd.org (Postfix) with ESMTP id DCD3237B424 for ; Wed, 11 Apr 2001 14:16:27 -0700 (PDT) (envelope-from 01031149@3web.net) Received: from 3web.net ([209.197.155.252]) by smtp1.cybersurf.net (Netscape Messaging Server 4.15) with SMTP id GBNCFC00.CRM for ; Wed, 11 Apr 2001 15:16:24 -0600 Received: by rockingd.calgary.ab.ca (EzMTS MTSAgent 1.22b Service) ; Wed, 11 Apr 01 15:15:27 -0600 for Received: from 3web.net (10.0.0.2) by rockingd.calgary.ab.ca (EzMTS MTSSmtp 1.23f Service) ; Wed, 11 Apr 01 11:42:04 -0600 for Received: by mandy.rockingd.calgary.ab.ca (sSMTP sendmail emulation); Wed, 11 Apr 2001 11:41:39 -0600 Date: Wed, 11 Apr 2001 11:41:38 -0600 From: Duke Normandin <01031149@3web.net> To: Ted Mittelstaedt Cc: FreeBSD Subject: Re: BSDi Acquired by Embedded Computing Firm Wind River Message-ID: <20010411114137.B210161@mandy.rockingd.calgary.ab.ca> Mail-Followup-To: Ted Mittelstaedt , FreeBSD References: <20010410113403.C206595@mandy.rockingd.calgary.ab.ca> <000201c0c242$d71ff600$1401a8c0@tedm.placo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000201c0c242$d71ff600$1401a8c0@tedm.placo.com>; from "Ted Mittelstaedt" on Tue, Apr 10, 2001 at 09:49:49PM X-Envelope-Receiver: , Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 10, 2001 at 09:49:49PM -0700, Ted Mittelstaedt wrote: > > In the UNIX way, the presentation apps are programs like window > managers, web browsers, etc. In the Windows way, the presentation > apps are programs like wordprocessors, spreadsheets, etc. In the > Windows method, slightly more processing is moved from the server to the > desktop, but really, it's insignificant when you consider how much of > the Windows OS is concerned with UI junk like dancing paper clips. Quite honestly? I'm more confused with the terminology then before I asked the question. No matter! I have a few books/articles here. In "How Networks Work", by F.J. Derfler, Jr. and Les Freed, Chap. 18, "Server-Based LANs", the authors refer to the PCs hung off the Server as Clients. In Part 5 "Workgroup Applications", they point out that "the term client/server has a slightly different context..." -- which I understand! For example, Apache(web server) running on the Server; Netscape(web client/browser) running on a Client. mySQL(server) on the Server; a CGI script on the Client. Am I close? So...in a "Server-Based LAN" the term "desktop" refers to a PC which may often-times run "client"-type software? AND that the term "desktop" is synonomous with the term "Client"? As well, the distinction between the term "Workstation" and "desktop" and/or "Client" is merely one of "quality of hardware" -- that in fact, a "Workstation" *is* a "Client"/"desktop" hung off a Server? To complicate the issue ;) .... I suppose that "server" software doesn't necessarly *have* to be running on the "Server". It could just as well be running on a big-buck Workstation-- no? Now... for the distinction you make (above) between Windows and Unix -- say that I have a win95 box hung off a FreeBSD gateway box, the latter sporting Apache and mySQL. Throw in a third box into this LAN - a FreeBSD "Client" with StarOffice, Netscape, Mutt and a few odds an ends. I build a private Website to be served on the "gateway"/"Server" box by Apache/mySQL. What differences would I observe when I accessed the Website from the win95 box compared to accessing same from the FreeBSD "desktop" box? Netscape on the FreeBSD box, and IE on the win95 box are both "presentation"/"client" apps. So where's the diff? I'm not seeing something I'm sure! -- -duke Calgary, Alberta, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 14:17:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from todd-server.doonga.net (h0000e85749b9.ne.mediaone.net [66.31.205.167]) by hub.freebsd.org (Postfix) with ESMTP id 5457F37B422 for ; Wed, 11 Apr 2001 14:17:47 -0700 (PDT) (envelope-from todd@doonga.net) Received: from toddpc (todd-pc.doonga.net [192.168.0.248]) by todd-server.doonga.net (8.11.3/8.11.3) with SMTP id f3BLIJL21180 for ; Wed, 11 Apr 2001 17:18:19 -0400 (EDT) (envelope-from todd@doonga.net) From: "Todd Punderson" To: Subject: RE: Pornography on Yahoo Date: Wed, 11 Apr 2001 17:18:23 -0400 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 IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <4CFAFD5E4CB7D4119D2E005004D7CA452519BD@national.afsc.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I think the mailing-list manager should write a nice letter to her postmaster regarding unwanted and unwelcomed spam email from this user. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Madeline Haggans Sent: Wednesday, April 11, 2001 12:42 PM To: 'freebsd-questions@FreeBSD.ORG' Subject: Pornography on Yahoo Importance: High I am horrified at Yahoo's decision to promote pornography on its website and don't understand your willingness to support their decision As a partner to the Yahoo company I am writing to ask you to use your influence to stop Yahoo from promoting pornographic material on it web site. Thank you, Madeline Haggans To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 14:42:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.andrew.cmu.edu (SMTP2.ANDREW.CMU.EDU [128.2.10.82]) by hub.freebsd.org (Postfix) with ESMTP id 2E1AA37B423 for ; Wed, 11 Apr 2001 14:42:18 -0700 (PDT) (envelope-from lin3@andrew.cmu.edu) Received: from UNIX8.ANDREW.CMU.EDU (UNIX8.ANDREW.CMU.EDU [128.2.11.208]) by smtp2.andrew.cmu.edu (8.9.3/8.9.3) with ESMTP id RAA25208 for ; Wed, 11 Apr 2001 17:42:15 -0400 (EDT) Date: Wed, 11 Apr 2001 17:42:15 -0400 (EDT) From: Chris Lin To: freebsd-questions@freebsd.org Subject: "No disks found!" in installing freebsd3.4 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi I'm trying to install freebsd3.4 and it identifies the Quantum fireball as wd1 but in the installation process(novice option) it can't find the hard drive. Any clues? thanks, Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 14:45: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from eamail1-out.unisys.com (eamail1-out.unisys.com [192.61.61.99]) by hub.freebsd.org (Postfix) with ESMTP id C21BE37B42C for ; Wed, 11 Apr 2001 14:44:59 -0700 (PDT) (envelope-from doug.fee@unisys.com) Received: from us-ea-gtwy-7.ea.unisys.com (us-ea-gtwy-7.ea.unisys.com [192.61.145.102]) by eamail1-out.unisys.com (8.9.3/8.9.3) with ESMTP id VAA13753 for ; Wed, 11 Apr 2001 21:43:47 GMT Received: by us-ea-gtwy-7.ea.unisys.com with Internet Mail Service (5.5.2653.19) id <2TN2BYG8>; Wed, 11 Apr 2001 16:44:52 -0500 Message-ID: From: "Fee, Doug" To: "'freebsd-questions@freebsd.org'" Subject: ntpd using ACTS Date: Wed, 11 Apr 2001 16:49:47 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anyone been able to get ACTS_CLOCK option to work correctly? I have tried 4.0.99b, 4.0.99i, 4.0.99k, and 4.0.99k23. It will dial up NIST, but after that I get the following message: "Too many recvbuffs allocated (40)" It doesn't reset the time and top shows it running at 98% CPU utilization. Anybody got any clues? I'm now totally dumbfounded. Thanks, Doug Fee Network Design Engineer KYMMIS Project Unisys Corporation doug.fee@unisys.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 15: 2:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 8B82737B422 for ; Wed, 11 Apr 2001 15:02:38 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 75510 invoked by uid 100); 11 Apr 2001 22:02:37 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15060.54397.614844.262195@guru.mired.org> Date: Wed, 11 Apr 2001 17:02:37 -0500 To: "Thomas Lau" Cc: questions@freebsd.org Subject: RE: [none] In-Reply-To: <001201c0c2c1$9c062920$9c10123d@thomasq1rx10yf> References: <15060.34646.999876.790031@guru.mired.org> <001201c0c2c1$9c062920$9c10123d@thomasq1rx10yf> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thomas Lau types: > What's different between snapshot and normal release? Nothing. A normal release *is* a snapshot of -stable. Go read the FAQ on the subject. -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Mike Meyer > Sent: Thursday, April 12, 2001 12:33 AM > To: Tian Siyuan > Cc: questions@FreeBSD.ORG > Subject: Re: [none] > > Tian Siyuan types: > > I am trying FreeBSD 4.3-RC2. So what does this RC-2 mean? Can I use it > as > > a production system? > > It means they are very close to releasing a snapshot of the system as > a -RELEASE. You can get details from the FreeBSD FAQ, under "system > administration." And lots of people use this on production systems, me > among them. > > -- > Mike Meyer > http://www.mired.org/home/mwm/ > Independent WWW/Perforce/FreeBSD/Unix consultant, email for more > information. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > -- Mike Meyer http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 15: 7:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alto.i-cable.com (alto.i-cable.com [210.80.60.4]) by hub.freebsd.org (Postfix) with ESMTP id 718DC37B423 for ; Wed, 11 Apr 2001 15:07:30 -0700 (PDT) (envelope-from lkthomas@hkicable.com) Received: from hkicable.com ([61.18.16.156]) by alto.i-cable.com (8.9.3/8.9.3) with ESMTP id GAA26488 for ; Thu, 12 Apr 2001 06:07:50 +0800 (HKT) Message-ID: <3AD4D605.5773731B@hkicable.com> Date: Thu, 12 Apr 2001 06:09:09 +0800 From: Thomas Lau X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: when will FreeBSD 5.0 release? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG looking for a date please I hear a lot of improve in 5.0, is it right? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 15: 8:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alto.i-cable.com (alto.i-cable.com [210.80.60.4]) by hub.freebsd.org (Postfix) with ESMTP id D569C37B422 for ; Wed, 11 Apr 2001 15:08:17 -0700 (PDT) (envelope-from lkthomas@hkicable.com) Received: from hkicable.com ([61.18.16.156]) by alto.i-cable.com (8.9.3/8.9.3) with ESMTP id GAA26501 for ; Thu, 12 Apr 2001 06:08:38 +0800 (HKT) Message-ID: <3AD4D635.666B5276@hkicable.com> Date: Thu, 12 Apr 2001 06:09:57 +0800 From: Thomas Lau X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: where can I found bugfixed log in FreeBSD? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG openbsd and redhat linux web site always post somehing they were fixed, how about FreeBSD ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 15:17:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 47BD337B422 for ; Wed, 11 Apr 2001 15:17:56 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([fec0::2e0:7dff:fe81:749d] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.22 #1) id 14nSvy-0009qB-00; Wed, 11 Apr 2001 23:17:54 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.11.3/8.11.3) id f3BMHsr92808; Wed, 11 Apr 2001 23:17:54 +0100 (BST) (envelope-from ben) Date: Wed, 11 Apr 2001 23:17:53 +0100 From: Ben Smithurst To: Thomas Lau Cc: questions@FreeBSD.ORG Subject: Re: when will FreeBSD 5.0 release? Message-ID: <20010411231753.B75296@scientia.demon.co.uk> References: <3AD4D605.5773731B@hkicable.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD4D605.5773731B@hkicable.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thomas Lau wrote: > looking for a date please I doubt that anyone really knows to be sure. I don't think me making an educated guess would help much either, since it might only mislead people. > I hear a lot of improve in 5.0, is it right? The major thing to change in 5.0-current is enhanced multiprocessor (SMP) support. Of course there are other changes, read about them here: http://www.FreeBSD.org/cgi/cvsweb.cgi/src/release/texts/i386/RELNOTES.TXT?rev=HEAD Note that the first sentence, This is a 5.0-CURRENT release SNAPshot of FreeBSD, an active development branch which will produce its first release in early March 2001. does not mean 5.0-RELEASE will be out in March 2001. Clearly it wasn't. I'm not quite sure what that does mean... -- Ben Smithurst / ben@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 15:18:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from plab.ku.dk (plab.ku.dk [130.225.105.65]) by hub.freebsd.org (Postfix) with ESMTP id 98BCE37B422 for ; Wed, 11 Apr 2001 15:18:42 -0700 (PDT) (envelope-from tolid@plab.ku.dk) Received: (from tolid@localhost) by plab.ku.dk (8.11.0/8.9.3) id f3BMIf003122 for freebsd-questions@freebsd.org.AVP; Thu, 12 Apr 2001 00:18:41 +0200 (CEST) (envelope-from tolid) Received: (from tolid@localhost) by plab.ku.dk (8.11.0/8.9.3) id f3BMIf603114 for freebsd-questions@freebsd.org; Thu, 12 Apr 2001 00:18:41 +0200 (CEST) (envelope-from tolid) Date: Thu, 12 Apr 2001 00:18:41 +0200 From: Anatoliy Dmytriyev To: freebsd-questions@freebsd.org Subject: Re: est. of number of users Message-ID: <20010412001841.D92897@plab.ku.dk> References: <000401c0c296$acd29a20$2e9c88d0@wheezer> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from shovey@buffnet.net on Wed, Apr 11, 2001 at 10:54:32AM -0400 X-Operating-System: FreeBSD 4.1-STABLE Organization: The Protein Laboratory, University of Copenhagen Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Holy war? :) On Wed, Apr 11, 2001 at 10:54:32AM -0400, Stephen Hovey wrote: > > All I know is - of all the operating systems Ive tried - FreeBSD is the > one that DOESNT trigger my beeper in the wee hours - I actually get to > sleep and have time off and stuff.. FreeBSD RULES! > > On Wed, 11 Apr 2001, John Baxter wrote: > > > Are there any estimates: > > > > of the number of BSD users? > > of the number of BSD vs. Linux? > > of the number of FreeBSD vs. OpenBSD vs. NetBSD vs. other BSD users? > > > > is there a link to a page describing all (almost all) of the flavors of BSD? > > > > Thanks, > > John Baxter > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Anatoliy Dmytriyev http://tolid.eu.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 15:19:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 568C437B422 for ; Wed, 11 Apr 2001 15:19:21 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([fec0::2e0:7dff:fe81:749d] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.22 #1) id 14nSxM-000AWS-00; Wed, 11 Apr 2001 23:19:20 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.11.3/8.11.3) id f3BMJJH01422; Wed, 11 Apr 2001 23:19:19 +0100 (BST) (envelope-from ben) Date: Wed, 11 Apr 2001 23:19:19 +0100 From: Ben Smithurst To: Thomas Lau Cc: questions@FreeBSD.ORG Subject: Re: where can I found bugfixed log in FreeBSD? Message-ID: <20010411231919.C75296@scientia.demon.co.uk> References: <3AD4D635.666B5276@hkicable.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD4D635.666B5276@hkicable.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thomas Lau wrote: > openbsd and redhat linux web site always post somehing they were fixed, > how about FreeBSD ? If you want to know about _everything_ which gets fixed, subscribe to the "cvs-all" mailing list. Then you get an email every time something is committed to the CVS repository, but be warned, that's quite a lot of mail. The RELNOTES I mentioned in my previous mail to you describes the "important" fixes, but cvs-all lets you know about everything. -- Ben Smithurst / ben@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 15:25:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.pace.edu (ntutil.pace.edu [205.232.111.9]) by hub.freebsd.org (Postfix) with ESMTP id 0F40937B422 for ; Wed, 11 Apr 2001 15:25:38 -0700 (PDT) (envelope-from js43064n@stmail.pace.edu) Received: from stmail.pace.edu (205.232.111.7:2496) by smtp.pace.edu (LSMTP for Windows NT v1.1b) with SMTP id <0.A8876D7A@smtp.pace.edu>; Wed, 11 Apr 2001 18:25:38 -0400 Date: Wed, 11 Apr 2001 18:25:35 -0400 Message-Id: <200104111825.AA96010714@stmail.pace.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Jonathan Slivko" Reply-To: To: , Anatoliy Dmytriyev Subject: Re: est. of number of users X-Mailer: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am forced to agree with Stephen :) -- Jonathan M. Slivko ---------- Original Message ---------------------------------- From: Anatoliy Dmytriyev Date: Thu, 12 Apr 2001 00:18:41 +0200 >Holy war? :) > >On Wed, Apr 11, 2001 at 10:54:32AM -0400, Stephen Hovey wrote: >> >> All I know is - of all the operating systems Ive tried - FreeBSD is the >> one that DOESNT trigger my beeper in the wee hours - I actually get to >> sleep and have time off and stuff.. FreeBSD RULES! >> >> On Wed, 11 Apr 2001, John Baxter wrote: >> >> > Are there any estimates: >> > >> > of the number of BSD users? >> > of the number of BSD vs. Linux? >> > of the number of FreeBSD vs. OpenBSD vs. NetBSD vs. other BSD users? >> > >> > is there a link to a page describing all (almost all) of the flavors of BSD? >> > >> > Thanks, >> > John Baxter >> > >> > >> > To Unsubscribe: send mail to majordomo@FreeBSD.org >> > with "unsubscribe freebsd-questions" in the body of the message >> > >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message > >-- >Anatoliy Dmytriyev >http://tolid.eu.org > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > -- Jonathan M. Slivko Systems Administrator, DataSyrge Internet Services Phone: 212-663-1109 Pager: 917-388-5304 "FreeBSD -- The Power to Serve!" -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 15:26:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dualcpus.com (dualcpus.com [65.160.20.195]) by hub.freebsd.org (Postfix) with SMTP id E844C37B422 for ; Wed, 11 Apr 2001 15:26:34 -0700 (PDT) (envelope-from jgowdy@home.com) Received: (qmail 60422 invoked from network); 11 Apr 2001 22:26:24 -0000 Received: from server.sherline.net (HELO server2) (216.120.87.3) by dualcpus.com with SMTP; 11 Apr 2001 22:26:24 -0000 Message-ID: <000901c0c2d6$72bc0b10$035778d8@sherline.net> From: "Jeremiah Gowdy" To: "Todd Punderson" , References: Subject: Re: Pornography on Yahoo Date: Wed, 11 Apr 2001 15:26:26 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I think the mailing-list manager should write a nice letter to her > postmaster regarding unwanted and unwelcomed spam email from this user. > Well I went to their site and found an email address for general contact and gave them hell. Hopefully that will help. Otherwise, I will call them. Their phone number is on the site. > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Madeline > Haggans > Sent: Wednesday, April 11, 2001 12:42 PM > To: 'freebsd-questions@FreeBSD.ORG' > Subject: Pornography on Yahoo > Importance: High > > > I am horrified at Yahoo's decision to promote pornography on its website > and don't understand your willingness to support their decision As a partner > to the Yahoo company I am writing to ask you to use your influence to stop > Yahoo from promoting pornographic material on it web site. > > Thank you, > > Madeline Haggans > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 15:26:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id A99EA37B423 for ; Wed, 11 Apr 2001 15:26:36 -0700 (PDT) (envelope-from matt@gsicomp.on.ca) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.11.3) with SMTP id f3BMOjR30411; Wed, 11 Apr 2001 18:24:45 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <005301c0c2d5$e29c4a90$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Trevin Chow" , References: Subject: Re: Trouble compiling MTR port Date: Wed, 11 Apr 2001 18:22:24 -0400 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'm having trouble compiling the mtr port (/usr/ports/net/mtr) > and am getting this message: > > ====> Building for mtr-0.42 > cd .&& aclocal > aclocal: configure.in: 297: macro `AM_PATH_GTK` not found in library > gmake: *** [aclocal.m4] Error 1 > *** Error Code 2 > > I don't really know where to start investigating why this is occuring..any > tips? You may have an out-of-date automake installed. The current version in the ports tree is 1.4. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 15:37:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bryden.apana.org.au (bryden.apana.org.au [203.3.126.129]) by hub.freebsd.org (Postfix) with ESMTP id 1302F37B424 for ; Wed, 11 Apr 2001 15:37:19 -0700 (PDT) (envelope-from dougy@bryden.apana.org.au) Received: from oracle ([192.168.0.4]) by bryden.apana.org.au (8.9.3/8.9.3) with SMTP id IAA14240; Thu, 12 Apr 2001 08:36:15 +1000 (EST) (envelope-from dougy@bryden.apana.org.au) Message-ID: <18cd01c0c2d7$a6b96920$0400a8c0@oracle> From: "Doug Young" To: , , "Anatoliy Dmytriyev" References: <200104111825.AA96010714@stmail.pace.edu> Subject: Re: est. of number of users Date: Thu, 12 Apr 2001 08:34:09 +1000 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.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been messing around with OpenBSD because of the possibly better security. I can't see much if anything that couldn't be applied to FreeBSD .... doesn't appear to be any less reliable than FreeBSD although the installation is far more untidy ----- Original Message ----- From: "Jonathan Slivko" To: ; "Anatoliy Dmytriyev" Sent: Thursday, April 12, 2001 8:25 AM Subject: Re: est. of number of users > I am forced to agree with Stephen :) > -- Jonathan M. Slivko > > ---------- Original Message ---------------------------------- > From: Anatoliy Dmytriyev > Date: Thu, 12 Apr 2001 00:18:41 +0200 > > >Holy war? :) > > > >On Wed, Apr 11, 2001 at 10:54:32AM -0400, Stephen Hovey wrote: > >> > >> All I know is - of all the operating systems Ive tried - FreeBSD is the > >> one that DOESNT trigger my beeper in the wee hours - I actually get to > >> sleep and have time off and stuff.. FreeBSD RULES! > >> > >> On Wed, 11 Apr 2001, John Baxter wrote: > >> > >> > Are there any estimates: > >> > > >> > of the number of BSD users? > >> > of the number of BSD vs. Linux? > >> > of the number of FreeBSD vs. OpenBSD vs. NetBSD vs. other BSD users? > >> > > >> > is there a link to a page describing all (almost all) of the flavors of BSD? > >> > > >> > Thanks, > >> > John Baxter > >> > > >> > > >> > To Unsubscribe: send mail to majordomo@FreeBSD.org > >> > with "unsubscribe freebsd-questions" in the body of the message > >> > > >> > >> > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe freebsd-questions" in the body of the message > > > >-- > >Anatoliy Dmytriyev > >http://tolid.eu.org > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > > -- > Jonathan M. Slivko > Systems Administrator, DataSyrge Internet Services > Phone: 212-663-1109 > Pager: 917-388-5304 > > "FreeBSD -- The Power to Serve!" > -- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 16: 1:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 4B85037B422 for ; Wed, 11 Apr 2001 16:01:29 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 85084 invoked by uid 100); 11 Apr 2001 23:01:28 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15060.57928.117921.984636@guru.mired.org> Date: Wed, 11 Apr 2001 18:01:28 -0500 To: Michael O'Henly Cc: questions@freebsd.org Subject: Re: Naming ethernet NICs In-Reply-To: <86870099@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Michael O'Henly types: > Yes, this is what I meant. The reason I raised the questions is that I'm > configuring a simple firewall for my home network and so far I've "hardcoded" > NIC names in three or four different places. Presumably if I ever replaced a > NIC with a different type/driver, I'd have to rediscover all the places I'd > used the old name. Then you should log them down as you do it, so you don't have to rediscover them. This is a good practice for configuration stuff in general. One of these days, I'll do the writeup on using source code control systems for this kind of thing, which allowed me to locate all the places I'd hard-coded the ethernet device name on this system with one command. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 16: 3:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx3out.umbc.edu (mx3out.umbc.edu [130.85.253.53]) by hub.freebsd.org (Postfix) with ESMTP id D7CD237B422 for ; Wed, 11 Apr 2001 16:03:37 -0700 (PDT) (envelope-from gmiddl1@gl.umbc.edu) Received: from irix2.gl.umbc.edu (gmiddl1@irix2.gl.umbc.edu [130.85.60.11]) by mx3out.umbc.edu (8.9.3/8.9.3) with ESMTP id TAA13224; Wed, 11 Apr 2001 19:03:35 -0400 (EDT) Date: Wed, 11 Apr 2001 19:03:34 -0400 From: "G. Jason Middleton" To: Todd Punderson Cc: Subject: RE: Pornography on Yahoo In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I already emailed abuse@herdomain ....hehe On Wed, 11 Apr 2001, Todd Punderson wrote: > I think the mailing-list manager should write a nice letter to her > postmaster regarding unwanted and unwelcomed spam email from this user. > > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Madeline > Haggans > Sent: Wednesday, April 11, 2001 12:42 PM > To: 'freebsd-questions@FreeBSD.ORG' > Subject: Pornography on Yahoo > Importance: High > > > I am horrified at Yahoo's decision to promote pornography on its website > and don't understand your willingness to support their decision As a partner > to the Yahoo company I am writing to ask you to use your influence to stop > Yahoo from promoting pornographic material on it web site. > > Thank you, > > Madeline Haggans > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > G. Jason Middleton _______________________________________________________________________________ Announcement: The revolution will not be televised. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 16: 4:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx1out.umbc.edu (mx1out.umbc.edu [130.85.253.51]) by hub.freebsd.org (Postfix) with ESMTP id A989837B423 for ; Wed, 11 Apr 2001 16:04:24 -0700 (PDT) (envelope-from gmiddl1@gl.umbc.edu) Received: from irix2.gl.umbc.edu (gmiddl1@irix2.gl.umbc.edu [130.85.60.11]) by mx1out.umbc.edu (8.9.3/8.9.3) with ESMTP id TAA05004; Wed, 11 Apr 2001 19:04:20 -0400 (EDT) Date: Wed, 11 Apr 2001 19:04:19 -0400 From: "G. Jason Middleton" To: Jeremiah Gowdy Cc: Todd Punderson , Subject: Re: Pornography on Yahoo In-Reply-To: <000901c0c2d6$72bc0b10$035778d8@sherline.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sweet! On Wed, 11 Apr 2001, Jeremiah Gowdy wrote: > > I think the mailing-list manager should write a nice letter to her > > postmaster regarding unwanted and unwelcomed spam email from this user. > > > > Well I went to their site and found an email address for general contact and > gave them hell. Hopefully that will help. Otherwise, I will call them. > Their phone number is on the site. > > > > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Madeline > > Haggans > > Sent: Wednesday, April 11, 2001 12:42 PM > > To: 'freebsd-questions@FreeBSD.ORG' > > Subject: Pornography on Yahoo > > Importance: High > > > > > > I am horrified at Yahoo's decision to promote pornography on its website > > and don't understand your willingness to support their decision As a > partner > > to the Yahoo company I am writing to ask you to use your influence to stop > > Yahoo from promoting pornographic material on it web site. > > > > Thank you, > > > > Madeline Haggans > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > G. Jason Middleton _______________________________________________________________________________ Announcement: The revolution will not be televised. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 16: 5:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 6ECBB37B423 for ; Wed, 11 Apr 2001 16:05:36 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 85193 invoked by uid 100); 11 Apr 2001 23:05:35 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15060.58175.50263.426611@guru.mired.org> Date: Wed, 11 Apr 2001 18:05:35 -0500 To: David Banning Cc: questions@freebsd.org Subject: Re: buildkernel problem with current In-Reply-To: <55770113@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David Banning types: > I am updating to current right now. Are you sure you want to do that? current isn't meant for production machines, and people who can't fend for themselves may wind up with unusable hardware. > The make world went fine but the the command > config mykernelname > > renders the error; > > config tracker > config: line 66: devices with zero units are not likely to be correct > > line 66 of my config file is nothing new; > > # Floppy drives > device fdc0 at isa? port IO_FD1 irq 6 drq 2 > device fd0 at fdc0 drive 0 > device fd1 at fdc0 drive 1 It looks like you're trying to feed a -stable config file to a -current config. As you've discovered, this won't work. If you really want to udpate to -current, you need to start your config over with the -current GENERIC. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 16:20:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 0E13D37B422 for ; Wed, 11 Apr 2001 16:20:40 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 85636 invoked by uid 100); 11 Apr 2001 23:20:38 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15060.59078.659965.284235@guru.mired.org> Date: Wed, 11 Apr 2001 18:20:38 -0500 To: Madeline Haggans Cc: questions@freebsd.org Subject: RE: [OT] Re: Pornography on Yahoo In-Reply-To: <73823029@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [WTH - I left -questions on, because I found something that just *might* be interesting.] Madeline Haggans types: > Thank you for the prompt response. I read the announcement in today's > paper. Also if you go to Yahoo's website and type pornography in the search > box it will take you to the site where the pornography is being sold! Did you actually *try* this? I did, and got things on dealing with pornography addiction, political opinion pieces on pornography and prostitution, a critique of the infamouse Rimm article, and links to groups fighting pornography. Nothing at all promoting pornography. Ah, if I turn on the advertising, I see that someone who sells porn has purchased ad space on yahoo. I guess you could turn that into "Yahoo promotes porn", but it's a stretch. Sort of like accusing UPN of promoting murder because they run Burger King ads. In any case, I find your attempts to infringe the rights of others morally offensive, and pray that you stop. Finally, just to tweak the other subject brought up by clueless randoms: Demons *ROCK*! Orlando's going DOWN! http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 16:37:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe57.law11.hotmail.com [64.4.16.192]) by hub.freebsd.org (Postfix) with ESMTP id 8AD9B37B424 for ; Wed, 11 Apr 2001 16:37:28 -0700 (PDT) (envelope-from jbuckley80@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 11 Apr 2001 16:37:27 -0700 X-Originating-IP: [216.109.44.224] From: "Jbuckley" To: Cc: Subject: fdimage.exe Date: Wed, 11 Apr 2001 18:45:51 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C0C2B7.A19564A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: X-OriginalArrivalTime: 11 Apr 2001 23:37:27.0750 (UTC) FILETIME=[5E558660:01C0C2E0] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C0C2B7.A19564A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable On what disc in the 4.2 release of freebsd is the program fdimage = located? ------=_NextPart_000_0005_01C0C2B7.A19564A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
On what disc in the 4.2 release of = freebsd is the=20 program fdimage located?
------=_NextPart_000_0005_01C0C2B7.A19564A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 16:38:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pravda.tenzo.net (h24-69-46-74.gv.shawcable.net [24.69.46.74]) by hub.freebsd.org (Postfix) with ESMTP id 8B5AD37B424 for ; Wed, 11 Apr 2001 16:38:48 -0700 (PDT) (envelope-from michael@tenzo.com) Received: from pravda.tenzo.net (localhost.localdomain [127.0.0.1]) by pravda.tenzo.net (Postfix) with SMTP id 12AE13F25 for ; Wed, 11 Apr 2001 16:38:44 -0700 (PDT) Content-Type: text/plain; charset="iso-8859-1" From: Michael O'Henly Reply-To: michael@tenzo.com Organization: TENZO Design To: freebsd-questions@FreeBSD.ORG Subject: Re: Pornography on Yahoo Date: Wed, 11 Apr 2001 16:38:43 -0700 X-Mailer: KMail [version 1.2] References: In-Reply-To: MIME-Version: 1.0 Message-Id: <01041116384300.04001@pravda.tenzo.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I don't know who this person is or specifically what her objection is -- but, If she indeed is from afsc.org, that would make her a member of the Society of Friends ("Quakers"). Based on the Friends I've known, I'd cut her some slack. It's likely she doesn't understand the relationship between Yahoo and FreeBSD but is motivated by principle to raise what she considers an important issue. Compared to her single post, much more noise has been added to the list by all the people who've felt it necessary to respond with ridicule. My hunch is that the Friends would probably view pornography as a violence issue and it's hard to find a religious community that has done more to combat violence in all forms. I have a lot of relatives who are Friends and I've always admired their committment to peace, rejection of religious dogma, and willingness to put their beliefs on the line. I agree that offtopic posts should be kept off the list and I apologize for adding to it with this note. M. On Wednesday 11 April 2001 14:18, Todd Punderson wrote: > I think the mailing-list manager should write a nice letter to her > postmaster regarding unwanted and unwelcomed spam email from this user. > > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Madeline > Haggans > Sent: Wednesday, April 11, 2001 12:42 PM > To: 'freebsd-questions@FreeBSD.ORG' > Subject: Pornography on Yahoo > Importance: High > > > I am horrified at Yahoo's decision to promote pornography on its website > and don't understand your willingness to support their decision As a > partner to the Yahoo company I am writing to ask you to use your influence > to stop Yahoo from promoting pornographic material on it web site. > > Thank you, > > Madeline Haggans > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Michael O'Henly TENZO Design To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 17: 2:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from forrie.net (forrie.net [216.67.14.69]) by hub.freebsd.org (Postfix) with ESMTP id 573D037B422 for ; Wed, 11 Apr 2001 17:02:51 -0700 (PDT) (envelope-from forrie@forrie.com) Received: from boom.forrie.com (forrie.ne.mediaone.net [24.147.132.133]) by forrie.net with id f3C02oG73653 for ; Wed, 11 Apr 2001 20:02:50 -0400 (EDT) Message-Id: <5.1.0.12.2.20010411200130.01f0e0f0@216.67.14.69> X-Sender: forrie@216.67.14.69 X-Mailer: QUALCOMM Windows Eudora Version 5.1.0.12 (Beta) Date: Wed, 11 Apr 2001 20:02:13 -0400 To: freebsd-questions@freebsd.org From: Forrest Aldrich Subject: COMPAT_LINUX? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What does this definition buy you, as opposed to rc.conf's linux_enable? It's not defined in LINT, just there as an option. _F To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 17:25:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by hub.freebsd.org (Postfix) with ESMTP id DF5E237B443 for ; Wed, 11 Apr 2001 17:25:26 -0700 (PDT) (envelope-from mike@sentex.net) Received: from chimp.simianscience.com (cage.simianscience.com [64.7.134.1]) by smtp1.sentex.ca (8.11.2/8.11.1) with SMTP id f3C0PNu74743; Wed, 11 Apr 2001 20:25:23 -0400 (EDT) (envelope-from mike@sentex.net) From: Mike Tancsa To: mdorin@my-deja.com ("Michael Dorin") Cc: questions@freebsd.org Subject: Re: fxp0 SCB Timeout and Device Timeout Date: Wed, 11 Apr 2001 20:25:22 -0400 Message-ID: References: In-Reply-To: X-Mailer: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 9 Apr 2001 15:50:27 -0400, in sentex.lists.freebsd.questions you = wrote: >What is causing these faxp0 SCB timeouts and Device Timeouts? >How can I fix them? >Do they cause any real problems? Do you have it plugged into a switch ? If I recall correctly, some = switches and the card mess up the flow control on certain types of fxp boards. = Take a look at=20 http://www.flugsvamp.com/~jlemon/fbsd/drivers/Intel_EtherExpress/ You might give it a try. ---Mike Mike Tancsa (mdtancsa@sentex.net) =09 Sentex Communications Corp, =09 Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers=20 could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 17:36: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmod.ath.cx (CC2-861.charter-stl.com [24.217.115.99]) by hub.freebsd.org (Postfix) with ESMTP id 5595D37B423 for ; Wed, 11 Apr 2001 17:36:07 -0700 (PDT) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id BF932A91E; Wed, 11 Apr 2001 19:35:26 -0500 (CDT) Date: Wed, 11 Apr 2001 19:35:26 -0500 From: Andrew Hesford To: Alex Charalabidis Cc: Jeremiah Gowdy , FreeBSD Questions Subject: Re: Pornography on Yahoo Message-ID: <20010411193526.A7256@cec.wustl.edu> References: <002a01c0c2ab$de11d280$035778d8@sherline.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from alex@wnm.net on Wed, Apr 11, 2001 at 12:29:35PM -0500 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Apr 11, 2001 at 12:29:35PM -0500, Alex Charalabidis wrote: > On Wed, 11 Apr 2001, Jeremiah Gowdy wrote: > > > > I am horrified at Yahoo's decision to promote pornography on its website > > > and don't understand your willingness to support their decision > > > > Who's supporting their decision ? Where did you hear that FreeBSD supports > > Yahoo ? Yahoo RUNS FreeBSD. Do you think Microsoft supports porn companies > > just because porn companies use Windows ? > > > > Actually, according to smutcraft.net, there are more FreeBSD porn servers > than Windows ones. But don't tell her that. ;) Damn good thing, too... When I'm looking at my favorite porn site, I want a RELIABLE OS and web server, not Windows NT running IIS. Now, I do think we should boycott Yahoo, simply because in this electronic age, there is no need to pay for porn. But alas, that is another issue... By the way, to the original lady, you should read the license governing FreeBSD. Even if the FreeBSD group wanted to do anything about this, they are powerless to do so. The license essentially says you can do anything you want with FreeBSD, including hosting sites with pictures of spread-eagle girls. :) -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 17:39:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmod.ath.cx (CC2-861.charter-stl.com [24.217.115.99]) by hub.freebsd.org (Postfix) with ESMTP id CFCD537B42C for ; Wed, 11 Apr 2001 17:39:45 -0700 (PDT) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id B2BF8A91E; Wed, 11 Apr 2001 19:39:05 -0500 (CDT) Date: Wed, 11 Apr 2001 19:39:05 -0500 From: Andrew Hesford To: Thomas Lau Cc: questions@FreeBSD.ORG Subject: Re: when will FreeBSD 5.0 release? Message-ID: <20010411193905.B7256@cec.wustl.edu> References: <3AD4D605.5773731B@hkicable.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD4D605.5773731B@hkicable.com>; from lkthomas@hkicable.com on Thu, Apr 12, 2001 at 06:09:09AM +0800 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Apr 12, 2001 at 06:09:09AM +0800, Thomas Lau wrote: > looking for a date please > I hear a lot of improve in 5.0, is it right? Everybody says later this year, probably around the end of summer. I'm waiting... although I may never use SMP, it's a pride issue to have the best SMP available for x86(which I hear 5.0-CURRENT is incorporating). -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 17:56:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id DE1A737B424 for ; Wed, 11 Apr 2001 17:56:32 -0700 (PDT) (envelope-from lplist@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1003) id ECDCB55407; Wed, 11 Apr 2001 17:52:01 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id DDD3051610; Wed, 11 Apr 2001 17:52:01 -0700 (PDT) Date: Wed, 11 Apr 2001 17:52:01 -0700 (PDT) From: Linh Pham To: Jbuckley Cc: Subject: Re: fdimage.exe In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2001-04-11, Jbuckley scribbled: # On what disc in the 4.2 release of freebsd is the program fdimage located? It's on Disc 1 under /tools. -- Linh Pham [lplist@closedsrc.org] // 404b - Brain not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 18:10:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from home.offwhite.net (home.offwhite.net [156.46.35.30]) by hub.freebsd.org (Postfix) with ESMTP id 3EAE537B424 for ; Wed, 11 Apr 2001 18:10:28 -0700 (PDT) (envelope-from brennan@offwhite.net) Received: from localhost (brennan@localhost) by home.offwhite.net (8.11.1/8.11.1) with ESMTP id f3C1AFr15628; Wed, 11 Apr 2001 20:10:15 -0500 (CDT) (envelope-from brennan@offwhite.net) Date: Wed, 11 Apr 2001 20:10:15 -0500 (CDT) From: Brennan Stehling To: Andrew Hesford Cc: Alex Charalabidis , Jeremiah Gowdy , FreeBSD Questions Subject: Re: Pornography on Yahoo In-Reply-To: <20010411193526.A7256@cec.wustl.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG interesting thread... did you know there is all kinds of freaky stuff going on in the yahoo chat rooms and in the yahoo clubs. most of the clubs seem to be private and the ones that i was invited to had lots of freaky things. so now yahoo is making a bit of money off it now. but this is a bit odd, like wal-mart opening a sex shop next to the electronics section. Brennan Stehling - software developer and system administrator my projects: home.offwhite.net (free personal hosting) www.greasydaemon.com (bsd search) On Wed, 11 Apr 2001, Andrew Hesford wrote: > On Wed, Apr 11, 2001 at 12:29:35PM -0500, Alex Charalabidis wrote: > > On Wed, 11 Apr 2001, Jeremiah Gowdy wrote: > > > > > > I am horrified at Yahoo's decision to promote pornography on its website > > > > and don't understand your willingness to support their decision > > > > > > Who's supporting their decision ? Where did you hear that FreeBSD supports > > > Yahoo ? Yahoo RUNS FreeBSD. Do you think Microsoft supports porn companies > > > just because porn companies use Windows ? > > > > > > > Actually, according to smutcraft.net, there are more FreeBSD porn servers > > than Windows ones. But don't tell her that. ;) > > Damn good thing, too... > > When I'm looking at my favorite porn site, I want a RELIABLE OS and web > server, not Windows NT running IIS. Now, I do think we should boycott > Yahoo, simply because in this electronic age, there is no need to pay > for porn. But alas, that is another issue... > > By the way, to the original lady, you should read the license governing > FreeBSD. Even if the FreeBSD group wanted to do anything about this, > they are powerless to do so. The license essentially says you can do > anything you want with FreeBSD, including hosting sites with pictures of > spread-eagle girls. :) > > -- > Andrew Hesford > ajh3@chmod.ath.cx > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 18:43: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web5204.mail.yahoo.com (web5204.mail.yahoo.com [216.115.106.85]) by hub.freebsd.org (Postfix) with SMTP id 5805737B43F for ; Wed, 11 Apr 2001 18:42:54 -0700 (PDT) (envelope-from caseylara@yahoo.com) Message-ID: <20010412014254.28150.qmail@web5204.mail.yahoo.com> Received: from [64.108.196.113] by web5204.mail.yahoo.com; Wed, 11 Apr 2001 18:42:54 PDT Date: Wed, 11 Apr 2001 18:42:54 -0700 (PDT) From: Casey Figueredo Subject: vinum and fstab To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, I am using FBSD 4.2-release. I have gotten everything to work with vinum except getting it to load automatically by putting entries in /etc/fstab. In my /etc/rc.conf, I have start_vinum="YES" In dmesg, near the very bottom, I see: vinum: loaded vinum: reading configuration from /dev/da1s1e vinum: updating configuration from /dev/da2s1e If I now mount the volume "by hand," everything is OK. mount /dev/vinum/stripe /mnt However, when I comment out the line in /etc/fstab /dev/vinum/stripe /mnt vinum rw 0 0 I get several messages that don't show up otherwise: ========== vinum: /dev is mounted read-only, not rebuilding /dev/vinum [SNIP - messages about FILESYSTEM CLEAN; etc] mount: exec mount_vinum not found in /sbin, /usr/sbin: No such file or directory Mounting /etc/fstab filesystems failed, startup aborted Enter full pathname of shell or RETURN for /bin/sh: ========== What am I doing wrong? Regards, Ivan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 18:52:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from borg-cube.com (226-193.adsl2.netlojix.net [207.71.226.193]) by hub.freebsd.org (Postfix) with ESMTP id C587837B422; Wed, 11 Apr 2001 18:51:55 -0700 (PDT) (envelope-from dburr@borg-cube.com) Received: from borg-cube.com (dburr@borg-cube.com [207.71.226.193]) by borg-cube.com (8.11.2/8.11.2) with ESMTP id f3C1ptA80478; Wed, 11 Apr 2001 18:51:55 -0700 (PDT) (envelope-from dburr@borg-cube.com) Date: Wed, 11 Apr 2001 18:51:55 -0700 (PDT) From: Donald Burr of Borg To: FreeBSD Questions Cc: FreeBSD Hardware Subject: Help: ISA->PCMCIA adapter no longer works after switching to SMP box Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How are you gentlemen !! I've got a problem that has me tearing my hair out in huge clumps, and I am rapidly losing my (already tenuous as it is) grip on sanity here. Please, someone save me from the abyss!!! I have a FreeBSD box that acts as a NAT router for my DSL connection, so that any of my computers hooked up to the ethernet, or any of my friends' laptops with WaveLAN cards, can use my DSL connection. Basically something like this: /----------> Ethernet network (running natd) | IP; 192.168.0.x The Internet <--------> FreeBSD box <--------| External IP: x.x.x.x | \----------> WaveLAN IP: 192.168.1.x This worked great for a long time, through many versions of FreeBSD. BUT... then I went and upgraded my FreeBSD NAT box to a SMP based system (Tyan S1832 motherboard, dual Pentium II 400Mhz). Now, although Ethernet still works beautifully, WaveLAN does NOT work at all!!!!!! Here is some description of my hardware: Note that ALL of the hardware is exactly the same between both configurations: the only differences are that I replaced the IDE's with SCSI drives, and of course the new dual processor motherboard and two CPU's. Old, Working Configuration New, Broken Configuration ========================== ========================= EPoX MVP4A motherboard Tyan S1833DL Dual Slot 1 mobo AMD K6-2/500 Mhz CPU 2 x Intel Pentium II 400Mhz CPUs 128 MB PC100 SDRAM 128 MB PC100 SDRAM 15 GB IBM Deskstar Ultra33 IDE HD 2 x IBM 9.1 GB Ultra2 LVD SCSI Realtek NE2000 clone 10Mbit card (to DSL) Realtek NE2000 clone 10Mb (to DSL) Realtek 8139 10/100Mbit enet (to home net) Realtek 8139 10/100Mbit (home net) Greystone Outback ISA->PCMCIA adapter Greystone Outback ISA->PCMCIA (uses Cirrus PD672x chipset/driver) (uses Cirrus PD672x chipset) 2Mbit "bronze" OEM WaveLAN card 2Mbit "bronze" OEM WaveLAN card Various versions of FreeBSD through 4.2 FreeBSD 4.2-STABLE Kernel Configuration: ===================== I have made my kernel configuration file available for viewing at: http://www.borg-cube.com/BORG-CUBE.txt (if, for whatever reason, you can't get to it, e-mail me and I will be happy to send you a copy) Anyway, here's what happens under the new Dual processor system: The system boots up properly, and the PCMCIA adapter is detected by the kernel: pcic0: at port 0x3e0-0x3e1 on isa0 pcic0: Polling mode pccard0: on pcic0 pccard1: on pcic1 (This is exactly the way the boot messages looked under the old single-processor system) Later on in boot, when the PCMCIA daemon (pccardd) is startd, tho, things get a little wonky: pccard: card inserted, slot 0 pccardd[203]: No card in database for "(null)"("(null)") Uh huh. Yeah. Whatever. I'm using the standard /etc/defaults/pccard.conf, which has the following entry for the Lucent card I have: # Lucent WaveLAN/IEEE card "Lucent Technologies" "WaveLAN/IEEE" config 0x1 "wi" ? # config auto "wi" ? insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop This looks to be the same as the one I used with my old single-processor system. I tried tweaking this around a bit (changing the "config" line, etc.) with no luck. I also read through the relevant man pages on PCMCIA and wavelan, and nothing seemed illuminating there either. Someone on IRC told me that WaveLAN and/or PCMCIA support does not work well (at all?) under SMP. Is this true? If so, then I suppose I'll have to "dumb down" my system (run it as a signle-CPU machine) if I want to have any WaveLAN support at all...? Can anyone offer some assistance here? Any and all help greatly appreciated. Thanks! -- Donald Burr of Borg | FreeBSD: The Power to Serve! WWW: http://www.borg-cube.com/ ICQ #16997506 | http://www.freebsd.org/ P.O. Box 91212, Santa Barbara, CA 93190-1212 \----------------------------- Phone: (805)957-9666 <<< ALL YOUR BASE ARE BELONG TO US >>> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 18:53:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail13.sdc1.sfba.home.com (femail13.sdc1.sfba.home.com [24.0.95.140]) by hub.freebsd.org (Postfix) with ESMTP id BE85037B446 for ; Wed, 11 Apr 2001 18:53:00 -0700 (PDT) (envelope-from jgowdy@home.com) Received: from cx443070b ([24.0.36.170]) by femail13.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010412015258.GCNK16504.femail13.sdc1.sfba.home.com@cx443070b>; Wed, 11 Apr 2001 18:52:58 -0700 Message-ID: <003c01c0c2f3$b6ee83e0$aa240018@cx443070b> From: "Jeremiah Gowdy" To: , References: <01041116384300.04001@pravda.tenzo.net> Subject: Re: Pornography on Yahoo Date: Wed, 11 Apr 2001 18:55:56 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Based on the Friends I've known, I'd cut her some slack. It's likely she > doesn't understand the relationship between Yahoo and FreeBSD but is > motivated by principle to raise what she considers an important issue. > Compared to her single post, much more noise has been added to the list by > all the people who've felt it necessary to respond with ridicule. And I believe people can keep their damned morals and principles to themselves and not try to push them on others. It would be one thing to talk to people in conversation about it. But to spam an email list with her "important issues" is a bunch of crap. Just because she's a "Friend" or a Quaker, that's doesn't mean she gets any special excuse to push her morals on -questions. If my morals and beliefs caused me to want to push Atheism on this mailing list would I get the same "slack" ? I think not. Quakers are people too, and I could care less what kind of great "Friend" she is. If the friends are all about spamming my email box with their morals, then I don't consider them a "Friend". > My hunch is that the Friends would probably view pornography as a violence > issue and it's hard to find a religious community that has done more to > combat violence in all forms. I have a lot of relatives who are Friends and > I've always admired their committment to peace, rejection of religious dogma, > and willingness to put their beliefs on the line. Who gives a damn how they view pornography ? I view pornography with my DVD-ROM. Big deal. So many religious people feel they have a right to push their views, morals, and beliefs on others. I have one thing to say to that. FOAD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 18:54:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail13.sdc1.sfba.home.com (femail13.sdc1.sfba.home.com [24.0.95.140]) by hub.freebsd.org (Postfix) with ESMTP id E6E3037B422 for ; Wed, 11 Apr 2001 18:54:32 -0700 (PDT) (envelope-from jgowdy@home.com) Received: from cx443070b ([24.0.36.170]) by femail13.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010412015431.GEXH16504.femail13.sdc1.sfba.home.com@cx443070b>; Wed, 11 Apr 2001 18:54:31 -0700 Message-ID: <004801c0c2f3$ee7c5120$aa240018@cx443070b> From: "Jeremiah Gowdy" To: "Brennan Stehling" , "Andrew Hesford" Cc: "Alex Charalabidis" , "FreeBSD Questions" References: Subject: Re: Pornography on Yahoo Date: Wed, 11 Apr 2001 18:57:29 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > interesting thread... did you know there is all kinds of freaky stuff > going on in the yahoo chat rooms and in the yahoo clubs. most of the > clubs seem to be private and the ones that i was invited to had lots of > freaky things. > > so now yahoo is making a bit of money off it now. but this is a bit odd, > like wal-mart opening a sex shop next to the electronics section. Hell yeah, now we can get our porn at discount Wal-Mart prices. > > Brennan Stehling - software developer and system administrator > my projects: > home.offwhite.net (free personal hosting) > www.greasydaemon.com (bsd search) > > > On Wed, 11 Apr 2001, Andrew Hesford wrote: > > > On Wed, Apr 11, 2001 at 12:29:35PM -0500, Alex Charalabidis wrote: > > > On Wed, 11 Apr 2001, Jeremiah Gowdy wrote: > > > > > > > > I am horrified at Yahoo's decision to promote pornography on its website > > > > > and don't understand your willingness to support their decision > > > > > > > > Who's supporting their decision ? Where did you hear that FreeBSD supports > > > > Yahoo ? Yahoo RUNS FreeBSD. Do you think Microsoft supports porn companies > > > > just because porn companies use Windows ? > > > > > > > > > > Actually, according to smutcraft.net, there are more FreeBSD porn servers > > > than Windows ones. But don't tell her that. ;) > > > > Damn good thing, too... > > > > When I'm looking at my favorite porn site, I want a RELIABLE OS and web > > server, not Windows NT running IIS. Now, I do think we should boycott > > Yahoo, simply because in this electronic age, there is no need to pay > > for porn. But alas, that is another issue... > > > > By the way, to the original lady, you should read the license governing > > FreeBSD. Even if the FreeBSD group wanted to do anything about this, > > they are powerless to do so. The license essentially says you can do > > anything you want with FreeBSD, including hosting sites with pictures of > > spread-eagle girls. :) > > > > -- > > Andrew Hesford > > ajh3@chmod.ath.cx > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 18:56: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 49C0937B443 for ; Wed, 11 Apr 2001 18:55:52 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 1C2946ACB7; Thu, 12 Apr 2001 11:25:50 +0930 (CST) Date: Thu, 12 Apr 2001 11:25:50 +0930 From: Greg Lehey To: Casey Figueredo Cc: freebsd-questions@FreeBSD.ORG Subject: Re: vinum and fstab Message-ID: <20010412112549.A48878@wantadilla.lemis.com> References: <20010412014254.28150.qmail@web5204.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010412014254.28150.qmail@web5204.mail.yahoo.com>; from caseylara@yahoo.com on Wed, Apr 11, 2001 at 06:42:54PM -0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday, 11 April 2001 at 18:42:54 -0700, Casey Figueredo wrote: > Greetings, > > I am using FBSD 4.2-release. I have gotten everything > to work with vinum except getting it to load > automatically by putting entries in /etc/fstab. > > If I now mount the volume "by hand," everything is OK. > > mount /dev/vinum/stripe /mnt > > However, when I comment out the line in /etc/fstab > > /dev/vinum/stripe /mnt vinum rw 0 0 > > I get several messages that don't show up otherwise: > > What am I doing wrong? You're telling fstab that your file system is of type vinum. It isn't, it's of type ufs. Vinum is a volume manager, not a file system. Change the entry to: /dev/vinum/stripe /mnt ufs rw 0 0 Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 19: 1:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id 1BB9837B43F for ; Wed, 11 Apr 2001 19:01:06 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: from sobek.openirc.co.uk ([62.252.12.22]) by mta03-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010412020104.ZXGZ283.mta03-svc.ntlworld.com@sobek.openirc.co.uk>; Thu, 12 Apr 2001 03:01:04 +0100 Date: Thu, 12 Apr 2001 03:01:02 +0100 (BST) From: George Reid X-Sender: greid@sobek.openirc.co.uk To: Jeremiah Gowdy Cc: michael@tenzo.com, freebsd-questions@FreeBSD.ORG Subject: Re: Pornography on Yahoo In-Reply-To: <003c01c0c2f3$b6ee83e0$aa240018@cx443070b> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 11 Apr 2001, Jeremiah Gowdy wrote: > And I believe people can keep their damned morals and principles to > themselves and not try to push them on others. And I believe that when a thread such as this becomes so off-topic (not that it wasn't initially), it should be taken off the list. This is a FreeBSD list; the post shouldn't have been here in the first place, but the replies don't need to be here either. greid -- +-------------------+---------------------+ | George Reid | FreeBSD Committer | | +44 7740 197460 | greid@FreeBSD.org | +-------------------+---------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 19: 3:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.pace.edu (ntutil.pace.edu [205.232.111.9]) by hub.freebsd.org (Postfix) with ESMTP id BB45D37B422; Wed, 11 Apr 2001 19:03:48 -0700 (PDT) (envelope-from js43064n@stmail.pace.edu) Received: from stmail.pace.edu (205.232.111.7:4286) by smtp.pace.edu (LSMTP for Windows NT v1.1b) with SMTP id <0.A8877DF7@smtp.pace.edu>; Wed, 11 Apr 2001 22:03:47 -0400 Date: Wed, 11 Apr 2001 22:03:44 -0400 Message-Id: <200104112203.AA191758716@stmail.pace.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Jonathan Slivko" Reply-To: To: Jeremiah Gowdy , George Reid Cc: , Subject: Re: Pornography on Yahoo X-Mailer: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We've debated this issue all day, when is enough enough? I propose that we end this thread right here and now. -- Jonathan M. Slivko ---------- Original Message ---------------------------------- From: George Reid Date: Thu, 12 Apr 2001 03:01:02 +0100 (BST) >On Wed, 11 Apr 2001, Jeremiah Gowdy wrote: > >> And I believe people can keep their damned morals and principles to >> themselves and not try to push them on others. > >And I believe that when a thread such as this becomes so off-topic (not >that it wasn't initially), it should be taken off the list. > >This is a FreeBSD list; the post shouldn't have been here in the first >place, but the replies don't need to be here either. > >greid >-- >+-------------------+---------------------+ >| George Reid | FreeBSD Committer | >| +44 7740 197460 | greid@FreeBSD.org | >+-------------------+---------------------+ > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > -- Jonathan M. Slivko Systems Administrator, DataSyrge Internet Services Phone: 212-663-1109 Pager: 917-388-5304 "FreeBSD -- The Power to Serve!" -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 19:27:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bakabaka.bignet.net (bakabaka.bignet.net [64.79.64.12]) by hub.freebsd.org (Postfix) with ESMTP id 85C3A37B443 for ; Wed, 11 Apr 2001 19:27:17 -0700 (PDT) (envelope-from zettel@acm.org) Received: from acm.org (host171.64-79-90.bignet.net [64.79.90.171]) by bakabaka.bignet.net (8.9.3/8.9.3) with ESMTP id WAA26562 for ; Wed, 11 Apr 2001 22:27:11 -0400 Message-ID: <3AD51271.25615AEB@acm.org> Date: Wed, 11 Apr 2001 22:26:57 -0400 From: Leonard Zettel X-Mailer: Mozilla 4.75 [en] (Win95; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: resolv.conf overwrite Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Following The Complete FreeBSD p 480 I created the following /etc/resolv.conf # Changed by Len Zettel 4/11/01 #----------removed------------- # search # nameserver 192.168.0.185 # ------------------------------ # ---------Added--------------- domain Oz. nameserver 204.254.120.6 # Bignet primary nameserver nameserver 204.254.120.7 # Bignet secondart nameserver #------------------------------------------------------ I was then happy as a clam at high tide at being able to ping domain names on the net. :-) This looked like PROGRESS! (One step at a time division). Then I rebooted :-( /etc/resolv.conf now contained search nameserver 192.168.0.185 Tentative conclusion: something in the boot sequence is fooling with (probably creating) /etc/resolv.conf So, what do I change to stop this? Or should I not be trying to stop it? And doing something else entirely? And where can I read about THAT? My access to the net is via DSL with a Windows machine as gateway running a package calle SyGate. (Yes, technically DUMB, DUMB, DUMB) except for one thing: it works. Even I got it working. When (not IF, optimist that I am) I get Free BSD running well under this setup we'll work on changing it. Hopefully a step at a time. Thanks for reading. -LenZ- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 19:36:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cs4.cs.ait.ac.th (cs4.cs.ait.ac.th [192.41.170.16]) by hub.freebsd.org (Postfix) with ESMTP id 718CE37B42C; Wed, 11 Apr 2001 19:36:08 -0700 (PDT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (on@banyan.cs.ait.ac.th [192.41.170.5]) by cs4.cs.ait.ac.th (8.9.3/8.9.3) with ESMTP id JAA19055; Thu, 12 Apr 2001 09:34:49 +0700 (GMT+0700) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.8.5/8.8.5) id JAA13898; Thu, 12 Apr 2001 09:36:08 +0700 (ICT) Date: Thu, 12 Apr 2001 09:36:08 +0700 (ICT) Message-Id: <200104120236.JAA13898@banyan.cs.ait.ac.th> X-Authentication-Warning: banyan.cs.ait.ac.th: on set sender to on@banyan.cs.ait.ac.th using -f From: Olivier Nicole To: dburr@borg-cube.com Cc: freebsd-questions@FreeBSD.ORG, freebsd-hardware@FreeBSD.ORG In-reply-to: (message from Donald Burr of Borg on Wed, 11 Apr 2001 18:51:55 -0700 (PDT)) Subject: Re: Help: ISA->PCMCIA adapter no longer works after switching to SMP box References: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Donald, I had to configure Lucent PCMCIA adapter for WaveLAN two years ago, it only did work when disabling the sound card... I can't remember the details, but it was an hardware conflict that was not configurable. Those PCMCIA adapters are a real junk to get working in desktop machines. In the worse case, you could still use the old machine with one Ethernet card and the WaveLAN as a bridge for the subnet 192.168.2/24 :) Regards, Olivier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 19:43:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from waterfall.typhoon.co.jp (waterfall.typhoon.co.jp [202.33.21.60]) by hub.freebsd.org (Postfix) with ESMTP id C617037B423 for ; Wed, 11 Apr 2001 19:43:39 -0700 (PDT) (envelope-from fbsd@typhoon.co.jp) Received: from typhoon.co.jp (thunder.waterfall.typhoon.co.jp [192.168.3.23]) by waterfall.typhoon.co.jp (8.11.3/8.11.3/waterfall) with ESMTP id f3C2hZ614078; Thu, 12 Apr 2001 11:43:36 +0900 (JST) Message-ID: <3AD51655.871D49A3@typhoon.co.jp> Date: Thu, 12 Apr 2001 11:43:33 +0900 From: Reg Organization: Typhoon, Inc. X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en,ja,zh-TW,ko MIME-Version: 1.0 To: freebsd-questions@freebsd.org Cc: Leonard Zettel Subject: Re: resolv.conf overwrite References: <3AD51271.25615AEB@acm.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! My guess is that you're using DHCP? If so, then resolve.conf is overwritten at boot time to reflect the information given out by the DHCP server. Reg. Leonard Zettel wrote: > Following The Complete FreeBSD p 480 I created the following > /etc/resolv.conf > > # Changed by Len Zettel 4/11/01 > #----------removed------------- > # search > # nameserver 192.168.0.185 > # ------------------------------ > # ---------Added--------------- > domain Oz. > nameserver 204.254.120.6 # Bignet primary nameserver > nameserver 204.254.120.7 # Bignet secondart nameserver > #------------------------------------------------------ > > I was then happy as a clam at high tide at being able > to ping domain names on the net. :-) > This looked like PROGRESS! (One step at a time division). > > Then I rebooted :-( > > /etc/resolv.conf now contained > > search > nameserver 192.168.0.185 > > Tentative conclusion: something in the boot sequence > is fooling with (probably creating) /etc/resolv.conf > > So, what do I change to stop this? Or should I not > be trying to stop it? And doing something else entirely? > And where can I read about THAT? > > My access to the net is via DSL with a Windows machine as gateway > running a package calle SyGate. (Yes, technically DUMB, DUMB, DUMB) > except for one thing: it works. Even I got it working. When (not IF, > optimist that I am) I get Free BSD running well under this setup > we'll work on changing it. Hopefully a step at a time. > Thanks for reading. > -LenZ- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 19:48:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtppop1pub.verizon.net (smtppop1pub.gte.net [206.46.170.20]) by hub.freebsd.org (Postfix) with ESMTP id B6F1337B505 for ; Wed, 11 Apr 2001 19:48:47 -0700 (PDT) (envelope-from res03db2@gte.net) Received: from gte.net (evrtwa1-ar4-4-34-145-186.dsl.gtei.net [4.34.145.186]) by smtppop1pub.verizon.net with ESMTP ; id VAA89906191 Wed, 11 Apr 2001 21:41:41 -0500 (CDT) Received: (from res03db2@localhost) by gte.net (8.9.3/8.9.3) id TAA32363; Wed, 11 Apr 2001 19:50:21 -0700 (PDT) (envelope-from res03db2@gte.net) Date: Wed, 11 Apr 2001 19:50:21 -0700 From: Robert Clark To: Leonard Zettel Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: resolv.conf overwrite Message-ID: <20010411195021.A32301@darkstar.gte.net> References: <3AD51271.25615AEB@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <3AD51271.25615AEB@acm.org>; from zettel@acm.org on Wed, Apr 11, 2001 at 10:26:57PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is the dhcp client overwriting /etc/resolv.conf [RC] On Wed, Apr 11, 2001 at 10:26:57PM -0400, Leonard Zettel wrote: > Following The Complete FreeBSD p 480 I created the following > /etc/resolv.conf > > # Changed by Len Zettel 4/11/01 > #----------removed------------- > # search > # nameserver 192.168.0.185 > # ------------------------------ > # ---------Added--------------- > domain Oz. > nameserver 204.254.120.6 # Bignet primary nameserver > nameserver 204.254.120.7 # Bignet secondart nameserver > #------------------------------------------------------ > > I was then happy as a clam at high tide at being able > to ping domain names on the net. :-) > This looked like PROGRESS! (One step at a time division). > > Then I rebooted :-( > > /etc/resolv.conf now contained > > search > nameserver 192.168.0.185 > > Tentative conclusion: something in the boot sequence > is fooling with (probably creating) /etc/resolv.conf > > So, what do I change to stop this? Or should I not > be trying to stop it? And doing something else entirely? > And where can I read about THAT? > > My access to the net is via DSL with a Windows machine as gateway > running a package calle SyGate. (Yes, technically DUMB, DUMB, DUMB) > except for one thing: it works. Even I got it working. When (not IF, > optimist that I am) I get Free BSD running well under this setup > we'll work on changing it. Hopefully a step at a time. > Thanks for reading. > -LenZ- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 19:55:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from waterfall.typhoon.co.jp (waterfall.typhoon.co.jp [202.33.21.60]) by hub.freebsd.org (Postfix) with ESMTP id ACCD837B496 for ; Wed, 11 Apr 2001 19:54:59 -0700 (PDT) (envelope-from fbsd@typhoon.co.jp) Received: from typhoon.co.jp (thunder.waterfall.typhoon.co.jp [192.168.3.23]) by waterfall.typhoon.co.jp (8.11.3/8.11.3/waterfall) with ESMTP id f3C2sw614088; Thu, 12 Apr 2001 11:54:58 +0900 (JST) Message-ID: <3AD51900.3C5CD667@typhoon.co.jp> Date: Thu, 12 Apr 2001 11:54:56 +0900 From: Reg Organization: Typhoon, Inc. X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en,ja,zh-TW,ko MIME-Version: 1.0 To: freebsd-questions@freebsd.org Cc: Leonard Zettel Subject: Re: resolv.conf overwrite References: <3AD51271.25615AEB@acm.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I forgot to say that you should man dhclient.conf for more details, especially the part on the "supersede" and the example at the end. Reg. Leonard Zettel wrote: > Following The Complete FreeBSD p 480 I created the following > /etc/resolv.conf > > # Changed by Len Zettel 4/11/01 > #----------removed------------- > # search > # nameserver 192.168.0.185 > # ------------------------------ > # ---------Added--------------- > domain Oz. > nameserver 204.254.120.6 # Bignet primary nameserver > nameserver 204.254.120.7 # Bignet secondart nameserver > #------------------------------------------------------ > > I was then happy as a clam at high tide at being able > to ping domain names on the net. :-) > This looked like PROGRESS! (One step at a time division). > > Then I rebooted :-( > > /etc/resolv.conf now contained > > search > nameserver 192.168.0.185 > > Tentative conclusion: something in the boot sequence > is fooling with (probably creating) /etc/resolv.conf > > So, what do I change to stop this? Or should I not > be trying to stop it? And doing something else entirely? > And where can I read about THAT? > > My access to the net is via DSL with a Windows machine as gateway > running a package calle SyGate. (Yes, technically DUMB, DUMB, DUMB) > except for one thing: it works. Even I got it working. When (not IF, > optimist that I am) I get Free BSD running well under this setup > we'll work on changing it. Hopefully a step at a time. > Thanks for reading. > -LenZ- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 20: 0: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web5204.mail.yahoo.com (web5204.mail.yahoo.com [216.115.106.85]) by hub.freebsd.org (Postfix) with SMTP id 9C8FF37B422 for ; Wed, 11 Apr 2001 19:59:53 -0700 (PDT) (envelope-from caseylara@yahoo.com) Message-ID: <20010412025952.5441.qmail@web5204.mail.yahoo.com> Received: from [64.108.196.113] by web5204.mail.yahoo.com; Wed, 11 Apr 2001 19:59:52 PDT Date: Wed, 11 Apr 2001 19:59:52 -0700 (PDT) From: Casey Figueredo Subject: Re: vinum and fstab To: svk@netwolves.com Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <3AD5B796.10209@netwolves.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks to you and Greg - that was the problem. One interesting thing about your response was that you are using a vinum vol as your /usr ! How did you do this? Did you install normally, then tar the file system to a temporary place, then mounted the vinum vol on /usr? This is very interesting, as AFAIK, there is no way to _directly_ install an OS onto a vinum volume? Regards, Ivan --- TaoXist wrote: > my fstab vinum entry looks like this and works fine, > it seesm mine is > ufs filesystem, yours is vinum filesystem ??? im not > sure yours is > correct, mine does work as a ufs system and is > formatted as a ufs system > notice also my vinum volumn is formatted as ufs and > actually mounts as > my /usr so i use it daily. > > /dev/da0s1b none swap sw > 0 0 > /dev/da0s1a / ufs rw > 1 1 > /dev/da0s1f /test ufs rw > 2 2 > /dev/da0s1e /var ufs rw > 2 2 > /dev/vinum/vinum0 /usr ufs rw > 2 2 > /dev/cd0c /cdrom cd9660 ro,noauto > 0 0 > proc /proc procfs rw > 0 0 > > > > Casey Figueredo wrote: > > > Greetings, > > > > I am using FBSD 4.2-release. I have gotten > everything > > to work with vinum except getting it to load > > automatically by putting entries in /etc/fstab. > > > > In my /etc/rc.conf, I have > > > > start_vinum="YES" > > > > In dmesg, near the very bottom, I see: > > > > vinum: loaded > > vinum: reading configuration from /dev/da1s1e > > vinum: updating configuration from /dev/da2s1e > > > > If I now mount the volume "by hand," everything is > OK. > > > > mount /dev/vinum/stripe /mnt > > > > However, when I comment out the line in /etc/fstab > > > > /dev/vinum/stripe /mnt vinum rw 0 0 > > > > I get several messages that don't show up > otherwise: > > > > ========== > > vinum: /dev is mounted read-only, not rebuilding > > /dev/vinum > > > > [SNIP - messages about FILESYSTEM CLEAN; etc] > > > > mount: exec mount_vinum not found in /sbin, > /usr/sbin: > > No such file or directory > > > > Mounting /etc/fstab filesystems failed, startup > > aborted > > Enter full pathname of shell or RETURN for > /bin/sh: > > ========== > > > > What am I doing wrong? > > > > Regards, > > > > Ivan > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body > of the message > > > > -- > Æ? > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 20: 7:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gforce.johnson.home (24-240-126-221.hsacorp.net [24.240.126.221]) by hub.freebsd.org (Postfix) with ESMTP id D895337B43F for ; Wed, 11 Apr 2001 20:07:40 -0700 (PDT) (envelope-from glennpj@charter.net) Received: (from glenn@localhost) by gforce.johnson.home (8.11.3/8.11.3) id f3C36p204041; Wed, 11 Apr 2001 22:06:51 -0500 (CDT) (envelope-from glenn) From: Glenn Johnson Date: Wed, 11 Apr 2001 22:06:45 -0500 To: Leonard Zettel Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: resolv.conf overwrite Message-ID: <20010411220645.A3031@gforce.johnson.home> Mail-Followup-To: glenn@FreeBSD.ORG, Leonard Zettel , "freebsd-questions@FreeBSD.ORG" References: <3AD51271.25615AEB@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD51271.25615AEB@acm.org>; from zettel@acm.org on Wed, Apr 11, 2001 at 10:26:57PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Apr 11, 2001 at 10:26:57PM -0400, Leonard Zettel wrote: > Following The Complete FreeBSD p 480 I created the following > /etc/resolv.conf > > # Changed by Len Zettel 4/11/01 > #----------removed------------- > # search > # nameserver 192.168.0.185 > # ------------------------------ > # ---------Added--------------- > domain Oz. > nameserver 204.254.120.6 # Bignet primary nameserver > nameserver 204.254.120.7 # Bignet secondart nameserver > #------------------------------------------------------ > > I was then happy as a clam at high tide at being able to ping domain > names on the net. :-) This looked like PROGRESS! (One step at a time > division). > > Then I rebooted :-( > > /etc/resolv.conf now contained > > search > nameserver 192.168.0.185 > > Tentative conclusion: something in the boot sequence is fooling with > (probably creating) /etc/resolv.conf > > So, what do I change to stop this? Or should I not be trying to stop > it? And doing something else entirely? And where can I read about > THAT? The DHCP server that is providing your IP address is doing that. To override that behavior you need to do the following while logged in as root: [1] Create a file called "/etc/dhclient-enter-hooks". For the case you describe the contents of this file should be: #!/bin/sh new_domain_name="Oz" new_domain_name_servers="204.254.120.6 204.254.120.7" [2] Make the "/etc/dhclient-enter-hooks" files executable by executing the command: chmod +x /etc/dhclient-enter-hooks [3] Restart dhclient. I am not sure what the cleanest way to do this is but stopping the daemon and restarting it should work. First you need to find the process ID and the command to restart it. Run the command ps ax | grep dhclient The output should look something like: 3800 ?? Is 0:00.00 dhclient de0 The first field is the process ID and the last two fields are what you need to restart the dhclient process, the very last field being the network interface. So the following command would work except you would substitute with the appropriate process ID and substitute de0 with whatever the appropriate interface is: kill 3800 && dhclient de0 Now if you look at /etc/resolv.conf it should be correct. -- Glenn Johnson glennpj@charter.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 20:14:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from todd-server.doonga.net (h0000e85749b9.ne.mediaone.net [66.31.205.167]) by hub.freebsd.org (Postfix) with ESMTP id 87AE937B422 for ; Wed, 11 Apr 2001 20:13:59 -0700 (PDT) (envelope-from todd@doonga.net) Received: from toddpc (todd-pc.doonga.net [192.168.0.248]) by todd-server.doonga.net (8.11.3/8.11.3) with SMTP id f3C3EXL22368 for ; Wed, 11 Apr 2001 23:14:33 -0400 (EDT) (envelope-from todd@doonga.net) From: "Todd Punderson" To: Subject: RE: resolv.conf overwrite Date: Wed, 11 Apr 2001 23:14:41 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal In-Reply-To: <3AD51271.25615AEB@acm.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Check in /sbin/dhclient-script I commented the part right near the top that updates that file. Now all is well, you just need to remember to do it again after a installworld. :) Todd -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Leonard Zettel Sent: Wednesday, April 11, 2001 10:27 PM To: freebsd-questions@FreeBSD.ORG Subject: resolv.conf overwrite Following The Complete FreeBSD p 480 I created the following /etc/resolv.conf # Changed by Len Zettel 4/11/01 #----------removed------------- # search # nameserver 192.168.0.185 # ------------------------------ # ---------Added--------------- domain Oz. nameserver 204.254.120.6 # Bignet primary nameserver nameserver 204.254.120.7 # Bignet secondart nameserver #------------------------------------------------------ I was then happy as a clam at high tide at being able to ping domain names on the net. :-) This looked like PROGRESS! (One step at a time division). Then I rebooted :-( /etc/resolv.conf now contained search nameserver 192.168.0.185 Tentative conclusion: something in the boot sequence is fooling with (probably creating) /etc/resolv.conf So, what do I change to stop this? Or should I not be trying to stop it? And doing something else entirely? And where can I read about THAT? My access to the net is via DSL with a Windows machine as gateway running a package calle SyGate. (Yes, technically DUMB, DUMB, DUMB) except for one thing: it works. Even I got it working. When (not IF, optimist that I am) I get Free BSD running well under this setup we'll work on changing it. Hopefully a step at a time. Thanks for reading. -LenZ- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 20:20:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.pinboard.com (mail.pinboard.com [194.209.195.7]) by hub.freebsd.org (Postfix) with ESMTP id 6E0A337B43F for ; Wed, 11 Apr 2001 20:20:14 -0700 (PDT) (envelope-from kurt@pinboard.com) Received: (from uucp@localhost) by mail.pinboard.com (8.9.3/8.9.3/20000102-00-KK) with UUCP id FAA97256 for freebsd-questions@FreeBSD.ORG; Thu, 12 Apr 2001 05:20:12 +0200 (CEST) (envelope-from kurt@pinboard.com (kurt@pinboard.com)) (client-IP ) Received: (from uucp@localhost) by squirrel.pbdhome.pinboard.com (8.9.1/8.9.1-19980817-01/KK) with UUCP id WAA15868 for freebsd-questions@FreeBSD.ORG; Wed, 11 Apr 2001 22:23:43 +0200 (CEST) (envelope-from: kurt@pinboard.com) Received: (from kurt@localhost) by badger.pbdhome.pinboard.com (8.9.3/8.9.3/20000829-01-KK) id WAA73220 for freebsd-questions@FreeBSD.ORG; Wed, 11 Apr 2001 22:16:09 +0200 (CEST) (envelope-from kurt (kurt)) (client-IP ) Date: Wed, 11 Apr 2001 22:16:09 +0200 From: pbdlists@pinboard.com To: freebsd-questions@FreeBSD.ORG Subject: Re: proxy authentication, accounting... Message-ID: <20010411221608.A72780@pinboard.com> Mail-Followup-To: pbdlists@pinboard.com, freebsd-questions@FreeBSD.ORG References: <000a01c0c23d$ca020ee0$4879a4cb@lowrp1.vic.optushome.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000a01c0c23d$ca020ee0$4879a4cb@lowrp1.vic.optushome.com.au>; from gerard@conect.com on Wed, Apr 11, 2001 at 02:13:40PM +1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Gerard, You might want to have a look at the access.log files squid writes. In there for each access you have a line with the number of bytes transferred, and if the user needed to be authenticated for the access, the userID (s)he used for authentication will be mentioned as well. Details on the fields in accesslog.conf can be found on the squid homepage: http://www.squid-cache.org/Doc/FAQ/FAQ-6.html With this information it should be straightforward to create a python or perl script totalling transferred bytes per user. You might also want to check whether SARG (http://web.onda.com.br/orso/) fits your needs. Cheers, Kurt On Wed, Apr 11, 2001 at 02:13:40PM +1000, gerard wrote: > i've just succesfully set up freeBSD 4.2-stable with squid proxy (yipee!), now i'm looking to add user authentication and accounting. authenticating proxy-users through squid seems fairly straightforward, but information on accounting data throughput is not so readily available. the workstations connecting to the server are all windows 95/98, is there a way that accounting can be performed using ther proxy authentication? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 20:28:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www.kpi.com.au (www.kpi.com.au [203.39.132.210]) by hub.freebsd.org (Postfix) with ESMTP id 686F537B422 for ; Wed, 11 Apr 2001 20:28:40 -0700 (PDT) (envelope-from johnsa@kpi.com.au) Received: from kpi.com.au (localhost.kpi.com.au [127.0.0.1]) by www.kpi.com.au (8.9.3/8.9.3) with ESMTP id NAA27577 for ; Thu, 12 Apr 2001 13:28:06 +1000 (EST) (envelope-from johnsa@kpi.com.au) Message-ID: <3AD520DB.34AC2D03@kpi.com.au> Date: Thu, 12 Apr 2001 13:28:27 +1000 From: Andrew Johns Organization: Deloitte Touche Tohmatsu X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: How to:Read directly from serial port to a file Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Issue: I've got a PC attached to a phone system which emits data about the phone lines in use via a serial line at 1200 baud. What I want is to plug the serial cable into the PC and dump the incoming data directly to a file for later analysis by 3rd party software. I have had this working in the past, but the box has been blown away and I cannot seem to get it going again. cu only seems to want to talk interactively. The moment I background the process it stops (tty output), even though I've directed stdout to a file. All help appreciated. System: 3.3-REL Serial ports: 16550a's x 4 Nothing else is relevant - I've had this working before (maybe not with cu?) Thanks -- aj To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 20:45: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.cylant.com (generic.cylant.com [208.205.160.35]) by hub.freebsd.org (Postfix) with ESMTP id F0A0B37B423 for ; Wed, 11 Apr 2001 20:44:54 -0700 (PDT) (envelope-from jesse@cylant.com) Received: from cylant.com (bc17952.bendcable.com [216.228.179.52]) (authenticated (0 bits)) by smtp.cylant.com (8.11.1/8.11.1) with ESMTP id f3C3ips00926 (using TLSv1/SSLv3 with cipher RC4-MD5 (128 bits) verified NO) for ; Wed, 11 Apr 2001 20:44:54 -0700 Message-ID: <3AD52493.430035F0@cylant.com> Date: Wed, 11 Apr 2001 20:44:19 -0700 From: Jesse McConnell X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-BETA i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: problems with send-pr Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I seem to be having an inordinate amount of problems with send-pr. I send my port update out there into the ether and I get no response. No errors, warning....nothing. Am I missing something here? Jesse To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 20:49:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by hub.freebsd.org (Postfix) with ESMTP id 354F037B422 for ; Wed, 11 Apr 2001 20:49:37 -0700 (PDT) (envelope-from lists@vivdev.com) Received: from [192.168.1.100] (dhcp043-10-151-24.nt01-c5.cpe.charter-ne.com [24.151.10.43]) by albatross.prod.itd.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id UAA13814 for ; Wed, 11 Apr 2001 20:49:35 -0700 (PDT) X-Sender: lists@vivdev.com (Unverified) Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 11 Apr 2001 23:49:30 -0400 To: freebsd-questions@FreeBSD.ORG From: lists Subject: Re: Naming ethernet NICs Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Date: Wed, 11 Apr 2001 23:38:10 -0400 >To: michael@tenzo.com >From: lists >Subject: Re: Naming ethernet NICs >Cc: >Bcc: >X-Attachments: > >Michael wrote: > >>Yes, this is what I meant. The reason I raised the questions is that I'm >>configuring a simple firewall for my home network and so far I've >>"hardcoded" >>NIC names in three or four different places. Presumably if I ever replaced a >>NIC with a different type/driver, I'd have to rediscover all the places I'd >>used the old name. >> a newestbie asks: I saw earlier in this thread someone giving an example aliasing the names - why not just put in aliases in the configuration, then you just have to change the alias mapping when you change hardware? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 21:18:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f184.law12.hotmail.com [64.4.19.184]) by hub.freebsd.org (Postfix) with ESMTP id 3E40537B617 for ; Wed, 11 Apr 2001 21:18:08 -0700 (PDT) (envelope-from bsdblood@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 11 Apr 2001 21:18:07 -0700 Received: from 203.121.16.74 by lw12fd.law12.hotmail.msn.com with HTTP; Thu, 12 Apr 2001 04:18:07 GMT X-Originating-IP: [203.121.16.74] From: "BSD Blood" To: freebsd-questions@freebsd.org Subject: CVSup protocol Date: Thu, 12 Apr 2001 04:18:07 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 12 Apr 2001 04:18:07.0410 (UTC) FILETIME=[938DB920:01C0C307] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I use CVSup to update my source tree. What services/protocol (ports) need to be enabled in the firewall? Is it FTP, ssh, etc. ? _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 21:23:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.fureai.or.jp (mail.fureai.or.jp [203.179.2.251]) by hub.freebsd.org (Postfix) with ESMTP id 7382237B50B; Wed, 11 Apr 2001 21:23:07 -0700 (PDT) (envelope-from natori@mad.scientist.com) Received: from localhost (ppp108.td.fureai.or.jp [210.143.57.108]) by mail.fureai.or.jp (8.9.3/3.7W) with ESMTP id NAA15537; Thu, 12 Apr 2001 13:23:05 +0900 (JST) Message-Id: <200104120423.NAA15537@mail.fureai.or.jp> To: FreeBSD-questions@freebsd.org, FreeBSD-hackers@freebsd.org Subject: nfsd hangs in ``inode'' state X-Mailer: Mew version 1.92.1 on Emacs 19.28 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 12 Apr 2001 13:23:01 +0900 From: "S. Natori" Lines: 66 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello All, I am running a FreeBSD-4.2 NFS server with dozens of FreeBSD-4.2 NFS clients on 100BaseTX LAN. Recently I found that when the NFS server receives a lot of requests in a short period (e.g., 2 clients start X with gnome desktop simultaneously), all nfsd server processes hang in inode state. UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME COMMAND 0 440 1 0 2 0 360 132 accept Is ?? 0:00.00 nfsd: master (nfsd) 0 441 440 0 -14 0 352 124 inode D ?? 0:03.49 nfsd: server (nfsd) 0 442 440 0 -14 0 352 124 inode D ?? 0:00.17 nfsd: server (nfsd) 0 443 440 0 -14 0 352 124 inode D ?? 0:00.02 nfsd: server (nfsd) 0 444 440 0 -14 0 352 124 inode D ?? 0:00.01 nfsd: server (nfsd) I cannot kill or restart them. The consoles of the clients print ``NFS server not responding'' and I should restart the server. This occurs about once a week. I tried (1) increasing the number of nfsd processes (4 -> 8, 20) (2) replacing the server HDD (SCSI) with another ATA33 HDD (3) changing mount_nfs options (tried removing tcp, adding soft,dumbtimer) but all failed to solve the problem. Perhaps this problem is the one reported previously in http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=1913802+1916627+/usr/local/www/db/text/2000/freebsd-questions/20001008.freebsd-questions The reporter avoided this problem by switching to NetBSD, but I prefer FreeBSD. Do you have any idea to solve or circumvent this problem? Any suggestions would be appreciated. Many thanks in advance, S. Natori +------------------------------------------------------------------------- |More detailed information about the NFS server/client. +------------------------------------------------------------------------- Server spec: CPU: Pentium III 800MHz MEM: 256MB SCSI: Adaptec 29160 Ultra160 SCSI adapter HDD: da0: Fixed Direct Access SCSI-3 device da0: 160.000MB/s transfers (80.000MHz, offset 63, 16bit), Tagged Queueing Enabled da0: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C) NIC: Intel Pro 100+ Client fstab: server:/home /home nfs rw,tcp,intr 0 0 server:/usr/local /usr/local nfs rw,tcp,intr 0 0 server:/usr/X11R6 /usr/X11R6 nfs rw,tcp,intr 0 0 server:/usr/compat /usr/compat nfs rw,tcp,intr 0 0 server:/usr/share /usr/share nfs rw,tcp,intr 0 0 +------------------------------------------------------------------------- |Much more detailed information about the hanged nfsds +------------------------------------------------------------------------- USER PID %CPU %MEM ACFLG CPU F INBLK JOBC KTRACE KTRACEP LIM LOGIN STARTED MAJFLT MINFLT MSGRCV MSGSND NI NIVCSW NSIGS NSWAP NVCSW WCHAN OUBLK P_RU PADDR PAGEIN PGID PPID PRI RE RGID RLINK RSS RSZ RTPRIO RUID RUSER SESS PENDING CAUGHT IGNORED BLOCKED SL STARTED STAT SVGID SVUID TDEV TIME TPGID TSESS TSIZ TT TTY UCOMM UID UPR VSZ WCHAN XSTAT COMMAND root 440 0.0 0.1 3 0 84 0 0 0 0 - root Sat 4/ 7 15:16:03 2001 0 20 4 4 0 58 0 0 58 cdae0f6 0 0 e855440 0 440 1 2 5662 0 3ab3e0 132 132 normal 0 root 1808880 0 80800 1840c007 0 525 3:16PM Is 0 0 ?? 0:00.00 0 0 156 ?? ?? nfsd 0 50 360 accept 0 nfsd: master (nfsd) root 441 0.0 0.1 3 0 4 4322 0 0 0 - root Sat 4/ 7 15:16:03 2001 0 23 0 100282 0 0 0 0 104888 17fb700 1569 0 e855ac0 0 440 440 -14 5662 0 3ab298 124 124 normal 0 root 1808880 0 80800 1840c007 0 738 3:16PM D 0 0 ?? 0:03.49 0 0 156 ?? ?? nfsd 0 50 352 inode 0 nfsd: server (nfsd) root 442 0.0 0.1 3 0 4 494 0 0 0 - root Sat 4/ 7 15:16:03 2001 0 7 0 4108 0 0 0 0 4634 17fb700 18 0 e855920 0 440 440 -14 5662 0 e855ac0 124 124 normal 0 root 1808880 0 80800 1840c007 0 738 3:16PM D 0 0 ?? 0:00.17 0 0 156 ?? ?? nfsd 0 50 352 inode 0 nfsd: server (nfsd) root 443 0.0 0.1 3 0 4 58 0 0 0 - root Sat 4/ 7 15:16:03 2001 0 12 0 581 0 0 0 0 696 17fb700 22 0 e855780 0 440 440 -14 5662 0 e855920 124 124 normal 0 root 1808880 0 80800 1840c007 0 738 3:16PM D 0 0 ?? 0:00.02 0 0 156 ?? ?? nfsd 0 50 352 inode 0 nfsd: server (nfsd) root 444 0.0 0.1 3 0 4 17 0 0 0 - root Sat 4/ 7 15:16:03 2001 0 7 0 198 0 0 0 0 271 188fe00 0 0 d4470c0 0 440 440 -14 5662 0 3ab4d0 124 124 normal 0 root 1808880 0 80800 1840c007 0 738 3:16PM D 0 0 ?? 0:00.01 0 0 156 ?? ?? nfsd 0 50 352 inode 0 nfsd: server (nfsd) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 21:23:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdom00.kundenserver.de (moutvdom00.kundenserver.de [195.20.224.149]) by hub.freebsd.org (Postfix) with ESMTP id C7B7737B622 for ; Wed, 11 Apr 2001 21:23:21 -0700 (PDT) (envelope-from root@pukruppa.de) Received: from [195.20.224.220] (helo=mrvdom04.kundenserver.de) by moutvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id 14nYdc-0002wc-00 for freebsd-questions@freebsd.org; Thu, 12 Apr 2001 06:23:20 +0200 Received: from pd9017262.dip.t-dialin.net ([217.1.114.98]) by mrvdom04.kundenserver.de with esmtp (Exim 2.12 #2) id 14nYdZ-0004zw-00 for freebsd-questions@FreeBSD.ORG; Thu, 12 Apr 2001 06:23:17 +0200 Date: Thu, 12 Apr 2001 06:15:07 +0000 (GMT) From: Peter Ulrich Kruppa X-X-Sender: To: Subject: execute programs perodically Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry for not understanding any manuals! How can I tell FreeBSD to execute a program in periodical intervals, e.g. every ten minutes oer twice a day? Thanks for your answer. Uli. ################################################### # # # www.pukruppa.de www.2000d.de # # # ################################################### To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 21:30:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www.kpi.com.au (www.kpi.com.au [203.39.132.210]) by hub.freebsd.org (Postfix) with ESMTP id 16CD137B509 for ; Wed, 11 Apr 2001 21:30:34 -0700 (PDT) (envelope-from johnsa@kpi.com.au) Received: from kpi.com.au (localhost.kpi.com.au [127.0.0.1]) by www.kpi.com.au (8.9.3/8.9.3) with ESMTP id OAA27719 for ; Thu, 12 Apr 2001 14:30:04 +1000 (EST) (envelope-from johnsa@kpi.com.au) Message-ID: <3AD52F5E.BDED3F1C@kpi.com.au> Date: Thu, 12 Apr 2001 14:30:22 +1000 From: Andrew Johns Organization: Deloitte Touche Tohmatsu X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: How to:Read directly from serial port to a file Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Apologies for following up my own post. 2 additional things: a) Please CC me (too many subscriptions already) b) The command I've been trying is: # cu -l /dev/cuaa2 -s 1200 > phonelog # but I get: [1] + Suspended (tty output) cu -l /dev/cuaa2 -s 1200 I can do the cu -l ...... manually and then pipe the output using ~| cat - phonelog from within cu, but I neeed to be able to start this from rc.d startup script ---------- Original message below --------------------------------------- Issue: I've got a PC attached to a phone system which emits data about the phone lines in use via a serial line at 1200 baud. What I want is to plug the serial cable into the PC and dump the incoming data directly to a file for later analysis by 3rd party software. I have had this working in the past, but the box has been blown away and I cannot seem to get it going again. cu only seems to want to talk interactively. The moment I background the process it stops (tty output), even though I've directed stdout to a file. All help appreciated. System: 3.3-REL Serial ports: 16550a's x 4 Nothing else is relevant - I've had this working before (maybe not with cu?) Thanks -- aj To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 21:31:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id 73F0637B446 for ; Wed, 11 Apr 2001 21:31:29 -0700 (PDT) (envelope-from david@www3.pacific-pages.com) Received: from d.tracker ([216.191.61.230]) by www3.pacific-pages.com (8.8.5) id WAA13398; Wed, 11 Apr 2001 22:30:36 -0600 (MDT) Received: (from david@localhost) by d.tracker (8.11.3/8.11.2) id f3C4Tqn74188; Thu, 12 Apr 2001 00:29:52 -0400 (EDT) (envelope-from david) Date: Thu, 12 Apr 2001 00:29:52 -0400 (EDT) From: David Banning Message-Id: <200104120429.f3C4Tqn74188@d.tracker> To: david@www3.pacific-pages.com, mwm@mired.org Subject: Re: buildkernel problem with current Cc: questions@freebsd.org Reply-To: david@banning.com In-Reply-To: <15060.58175.50263.426611@guru.mired.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > David Banning types: > > I am updating to current right now. > > Are you sure you want to do that? current isn't meant for production > machines, and people who can't fend for themselves may wind up with > unusable hardware. I think so. My main purpose in going to current is challenge myself with the errors, and learning by solving those - albeit with help from the FreeBSD community. Is that a good reason? > > > The make world went fine but the the command > > config mykernelname > > > > renders the error; > > > > config tracker > > config: line 66: devices with zero units are not likely to be correct > > > > line 66 of my config file is nothing new; > > > > # Floppy drives > > device fdc0 at isa? port IO_FD1 irq 6 drq 2 > > device fd0 at fdc0 drive 0 > > device fd1 at fdc0 drive 1 > > It looks like you're trying to feed a -stable config file to a > -current config. As you've discovered, this won't work. If you really > want to udpate to -current, you need to start your config over with > the -current GENERIC. I took a look at the NOTES for -current and saw the problem. Thanks for the pointer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 21:39:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 6CE7C37B423 for ; Wed, 11 Apr 2001 21:39:11 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 92584 invoked by uid 100); 12 Apr 2001 04:39:10 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15061.12654.520957.357722@guru.mired.org> Date: Wed, 11 Apr 2001 23:39:10 -0500 To: david@banning.com Cc: questions@freebsd.org Subject: Re: buildkernel problem with current In-Reply-To: <200104120429.f3C4Tqn74188@d.tracker> References: <15060.58175.50263.426611@guru.mired.org> <200104120429.f3C4Tqn74188@d.tracker> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David Banning types: > > David Banning types: > > > I am updating to current right now. > > Are you sure you want to do that? current isn't meant for production > > machines, and people who can't fend for themselves may wind up with > > unusable hardware. > I think so. My main purpose in going to current is challenge myself > with the errors, and learning by solving those - albeit with help from > the FreeBSD community. > Is that a good reason? I'd say no. It's not one of the officially sanctioned reasons. If all you really want is errors to challenge you, then going to Windows would be more productive. If you want problems to work on, the PR database is full of them - and working on them doesn't require going to -current. You'll also find people more willing to help you dig yourself out of any holes you may find yourself in doing such on -stable. If you're hoping to get more build breakages to go look at - well, that will probably happen. But it's not really very productive use of your time, and the "help" wil generally consist of the appropriate maintainer submitting a patch, so you probably won't learn much either. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 21:49:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 6C63037B42C for ; Wed, 11 Apr 2001 21:49:25 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 92793 invoked by uid 100); 12 Apr 2001 04:49:24 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15061.13268.347161.47426@guru.mired.org> Date: Wed, 11 Apr 2001 23:49:24 -0500 To: Duke Normandin <01031149@3web.net> Cc: questions@freebsd.org Subject: Re: BSDi Acquired by Embedded Computing Firm Wind River In-Reply-To: <117124895@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Duke Normandin <01031149@3web.net> types: > In "How Networks Work", by F.J. Derfler, Jr. and Les Freed, Chap. 18, > "Server-Based LANs", the authors refer to the PCs hung off the Server as > Clients. In Part 5 "Workgroup Applications", they point out that "the term > client/server has a slightly different context..." -- which I understand! > For example, Apache(web server) running on the Server; Netscape(web > client/browser) running on a Client. mySQL(server) on the Server; a CGI > script on the Client. Am I close? CGI scripts run on the server, not the client. JavaScript runs on the client. > To complicate the issue ;) .... I suppose that "server" software doesn't > necessarly *have* to be running on the "Server". It could just as well be > running on a big-buck Workstation-- no? Or an el-cheapo box built out of spare parts. I have one server on a book pc, just to conserve space. > Now... for the distinction you make (above) between Windows and Unix -- > say that I have a win95 box hung off a FreeBSD gateway box, the latter > sporting Apache and mySQL. Throw in a third box into this LAN - a FreeBSD > "Client" with StarOffice, Netscape, Mutt and a few odds an ends. I build > a private Website to be served on the "gateway"/"Server" box by > Apache/mySQL. What differences would I observe when I accessed the > Website from the win95 box compared to accessing same from the FreeBSD > "desktop" box? Netscape on the FreeBSD box, and IE on the win95 box are > both "presentation"/"client" apps. So where's the diff? I'm not seeing > something I'm sure! The difference is that the FreeBSD client will be more stable, reliable, and deliver better bang/buck. Having helped run some fairly large Unix installations, I'd say that Ted's characterization of Unix workstations is flawed. The only real difference between using Unix on the desktop - even FreeBSD - and using Windows is the applications selections. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 21:53:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id E6A3137B50B for ; Wed, 11 Apr 2001 21:53:20 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f3C4rIk14397; Wed, 11 Apr 2001 21:53:18 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Joseph Stein" Cc: Subject: RE: Naming ethernet NICs Date: Wed, 11 Apr 2001 21:53:18 -0700 Message-ID: <000201c0c30c$7df97c20$1401a8c0@tedm.placo.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.3155.0 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG That's a great tip, I'll have to remember that! Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: joes@shasta.wstein.com [mailto:joes@shasta.wstein.com]On Behalf Of >Joseph Stein >Sent: Tuesday, April 10, 2001 10:55 PM >To: Ted Mittelstaedt >Cc: questions@freebsd.org >Subject: RE: Naming ethernet NICs > > >> In any case, even if you do it differently and make everything >"eth0, eth1, >> etc. and so on, then how do you determine what physical card in >the system >> goes with what port? >> >> To give you an example, recently I built a router on a 486 with >5 separate >> nics in them. Every NIC in the router is the same, (SMC8013) and >> thus I had ed0, ed1, ed2, etc. On bootup, I still had to test >each port to >> determine which physical card went to what ed. > >Every NIC I have ever purchased or installed has had the MAC address >either etched onto the PCB or attached via label, so by remembering the >sequence they were installed, I can simply do an 'ifconfig' to see which >MAC address belongs to which interface. > >A friend actually engraves the last 6 digits of the MAC address on the >"sleve" of the card for reference. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 21:56:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 7F81437B443 for ; Wed, 11 Apr 2001 21:55:57 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f3C4tTk14411; Wed, 11 Apr 2001 21:55:30 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Jesse Gross" , "Stephen Hovey" Cc: Subject: RE: NIC problems Date: Wed, 11 Apr 2001 21:55:27 -0700 Message-ID: <000a01c0c30c$caae0540$1401a8c0@tedm.placo.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.3155.0 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You could cut a trace on the motherboard. :-) Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Jesse Gross >Sent: Wednesday, April 11, 2001 3:07 AM >To: Stephen Hovey >Cc: freebsd-questions@FreeBSD.ORG >Subject: RE: NIC problems > > >I looked, but BIOS doesn't have any settings for the stuff on the >motherboard (which this is), only for the pci cards. Compaq (who makes my >computer) says there isn't any way to disable it, other than through the >Windows control panel. > >Is there something simmilar I can do in FreeBSD, to tell the kernel to >ignore my firewire? > >-----Original Message----- >From: Stephen Hovey [mailto:shovey@buffnet.net] >Sent: Tuesday, April 10, 2001 8:58 AM >To: Jesse Gross >Subject: RE: NIC problems > > > >Ok I gotcha. To disable the firewire you probably have something in cmos >that lets you do it under something like peripheral management or >something similar sounding. > >On Tue, 10 Apr 2001, Jesse Gross wrote: > >> I changed the kernel by modifying the original line: >> >> device xl >> >> to >> >> device xl0 at pci? port 0x1000 irq 5 iomem 0xe8014800 >> >> originally it was assigned to IRQ 10. I changed it to match the settings >> that Windows assigned. The card has no jumpers on it. I changed it in the >> kernel because it did not even show up under the GENERIC kernel using the >> boot -c utility. Now it shows up, although under 'Other Devices' as >'Unknown >> Card' but it is obviously recognized on boot. >> >> The other device on IRQ 5 is a firewire (IEEE 1394) adaptor. How would I >> disable it? It is not in the kernel configuration. >> >> Thanks >> >> Jesse Gross >> -----Original Message----- >> From: Stephen Hovey [mailto:shovey@buffnet.net] >> Sent: Tuesday, April 10, 2001 5:44 AM >> To: Jesse Gross >> Subject: Re: NIC problems >> >> >> >> changing your kernel wouldnt resolve an interrupt conflict if another >> device is also set to that IRQ - you have to disable the conflicting >> hardware, or change the irq on the card or something. How did you change >> the kernel? >> >> Your ethernet card is being assigned 5 - freebsd is apparently not seeing >> whatever else is on 5 - usually 5 is used by a second parallel port - do >> you have a second one in there? The modem you mention wasnt seen because >> you have 2 serial ports already - you would have to disable one >of them to >> use a modem at the same settings. >> >> On Tue, 10 Apr 2001, Jesse Gross wrote: >> >> > Hello >> > >> > I am having a problem where the system runs very slowly if my ethernet >> card >> > is enabled, but otherwise runs very fast. I am using the 3Com >3cSOHO100-TX >> > OfficeConnect with the xl driver. Someone suggested that it was an irq >> > conflct, but I fixed that by changing the kernel settings and >recompiling >> > the kernel. It appears to have made no difference. I noticed that when >the >> > computer boots, the kernel reports the correct settings for >the NIC, and >> it >> > also eports an unknown card on the same IRQ. This is my IEEE 1394 card. >> > Might this be causing conflicts even though its not enabled? Here's the >> > output of dmesg: >> > >> > Copyright (c) 1992-2000 The FreeBSD Project. >> > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, >1993, 1994 >> > The Regents of the University of California. All rights reserved. >> > FreeBSD 4.2-RELEASE #5: Sun Apr 8 19:53:47 EDT 2001 >> > root@:/usr/src/sys/compile/MYHARDWARE >> > Timecounter "i8254" frequency 1193182 Hz >> > CPU: AMD-K7(tm) Processor (499.04-MHz 686-class CPU) >> > Origin = "AuthenticAMD" Id = 0x612 Stepping = 2 >> > >> > >> >Features=0x81f9ffCA,CMOV,P >> > AT,MMX> >> > AMD Features=0xc0400000 >> > real memory = 134152192 (131008K bytes) >> > avail memory = 127410176 (124424K bytes) >> > Preloaded elf kernel "kernel" at 0xc031e000. >> > Preloaded userconfig_script "/boot/kernel.conf" at 0xc031e09c. >> > Pentium Pro MTRR support enabled >> > md0: Malloc disk >> > npx0: on motherboard >> > npx0: INT 16 interface >> > pcib0: on motherboard >> > pci0: on pcib0 >> > pcib1: at device 1.0 on pci0 >> > pci1: on pcib1 >> > pci1: <3Dfx Voodoo 3 graphics accelerator> at 5.0 irq 10 >> > pcm0: port 0x1080-0x10bf irq 11 at device 3.0 on pci0 >> > xl0: <3Com 3cSOHO100-TX OfficeConnect> port 0x1000-0x107f mem >> > 0xe8014800-0xe801487f irq 5 at device 4.0 on pci0 >> > xl0: Ethernet address: 00:50:da:24:60:be >> > miibus0: on xl0 >> > xlphy0: <3Com internal media interface> on miibus0 >> > xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >> > isab0: at device 7.0 on pci0 >> > isa0: on isab0 >> > atapci0: port 0x1440-0x144f at device 7.1 >on >> > pci0 >> > ata0: at 0x1f0 irq 14 on atapci0 >> > ata1: at 0x170 irq 15 on atapci0 >> > uhci0: port 0x1400-0x141f irq 11 at device >7.2 >> > on pci0 >> > usb0: on uhci0 >> > usb0: USB revision 1.0 >> > uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 >> > uhub0: 2 ports with 2 removable, self powered >> > uhid0: Microsoft SideWinder Force Feedback 2 Joystick, rev 1.10/a.00, >addr >> > 2, iclass 3/0 >> > ugen0: Logitech, Inc. Camera, rev 1.00/1.00, addr 3 >> > uhci1: port 0x1420-0x143f irq 11 at device >7.3 >> > on pci0 >> > usb1: on uhci1 >> > usb1: USB revision 1.0 >> > uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 >> > uhub1: 2 ports with 2 removable, self powered >> > isab1: at device 7.4 on >pci0 >> > pci0: (vendor=0x14f1, dev=0x1033) at 9.0 irq 10 >> > pci0: (vendor=0x104c, dev=0x8019) at 12.0 irq 5 >> > atapci1: port >> > 0x10c0-0x10ff,0x1454-0x1457,0x1460-0x1467,0x1468-0x146b,0x1470-0x1477 >mem >> > 0xe8020000-0xe803ffff irq 11 at device 15.0 on pci0 >> > ata2: at 0x1470 on atapci1 >> > ata3: at 0x1460 on atapci1 >> > fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on >isa0 >> > fdc0: FIFO enabled, 8 bytes threshold >> > fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >> > atkbdc0: at port 0x60,0x64 on isa0 >> > atkbd0: flags 0x1 irq 1 on atkbdc0 >> > kbd0 at atkbd0 >> > psm0: irq 12 on atkbdc0 >> > psm0: model IntelliMouse, device ID 3 >> > vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on >isa0 >> > sc0: at flags 0x100 on isa0 >> > sc0: VGA <16 virtual consoles, flags=0x300> >> > sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 >> > sio0: type 16550A >> > sio1: configured irq 3 not in bitmap of probed irqs 0 >> > ppc0: at port 0x378-0x37f irq 7 on isa0 >> > ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode >> > ppc0: FIFO with 16/16/8 bytes threshold >> > plip0: on ppbus0 >> > lpt0: on ppbus0 >> > lpt0: Interrupt-driven port >> > ppi0: on ppbus0 >> > ad0: 16231MB [32979/16/63] at ata0-master UDMA66 >> > ad6: 39083MB [79408/16/63] at ata3-master UDMA100 >> > acd0: CDROM at ata1-master using PIO4 >> > acd1: CD-RW at ata1-slave using PIO4 >> > Mounting root from ufs:/dev/ad0s1a >> > >> > I also have a modem that FreeBSD doesn't recognize, but I don't think >that >> > this is causing a problem because when I removed it from the >computer it >> > didn't make a difference. Unfounately, I can't do this with the IEEE >1394 >> > card because it's part of my motherboard. >> > >> > Does anyone have any suggestions? >> > >> > Thanks >> > >> > Jesse Gross >> > >> > >> > _________________________________________________________ >> > Do You Yahoo!? >> > Get your free @yahoo.com address at http://mail.yahoo.com >> > >> > >> > To Unsubscribe: send mail to majordomo@FreeBSD.org >> > with "unsubscribe freebsd-questions" in the body of the message >> > >> >> >> _________________________________________________________ >> Do You Yahoo!? >> Get your free @yahoo.com address at http://mail.yahoo.com >> >> > > >_________________________________________________________ >Do You Yahoo!? >Get your free @yahoo.com address at http://mail.yahoo.com > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 21:57:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id C607B37B507 for ; Wed, 11 Apr 2001 21:57:22 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 92968 invoked by uid 100); 12 Apr 2001 04:57:22 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15061.13746.197635.125314@guru.mired.org> Date: Wed, 11 Apr 2001 23:57:22 -0500 To: Forrest Aldrich Cc: questions@freebsd.org Subject: Re: COMPAT_LINUX? In-Reply-To: <76389512@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Forrest Aldrich types: > What does this definition buy you, as opposed to rc.conf's linux_enable? > It's not defined in LINT, just there as an option. It statically links the linux compatability into the kernel, instead of loading it as a module. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 21:58:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id E527737B496 for ; Wed, 11 Apr 2001 21:58:33 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.2/8.11.1) id f3C4vri36942; Thu, 12 Apr 2001 16:57:53 +1200 (NZST) (envelope-from jonc) Date: Thu, 12 Apr 2001 16:57:53 +1200 From: Jonathan Chen To: Andrew Johns Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to:Read directly from serial port to a file Message-ID: <20010412165753.A36812@itouchnz.itouch> References: <3AD52F5E.BDED3F1C@kpi.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD52F5E.BDED3F1C@kpi.com.au>; from johnsa@kpi.com.au on Thu, Apr 12, 2001 at 02:30:22PM +1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Apr 12, 2001 at 02:30:22PM +1000, Andrew Johns wrote: > Apologies for following up my own post. > > 2 additional things: > a) Please CC me (too many subscriptions already) > b) The command I've been trying is: > # cu -l /dev/cuaa2 -s 1200 > phonelog > # > > but I get: > [1] + Suspended (tty output) cu -l /dev/cuaa2 -s 1200 Have you tried something like: (stty speed 1200; cat) < /dev/cuaa2 > phonelog -- Jonathan Chen ---------------------------------------------------------------------- Experience is a hard teacher because she gives the test first, the lesson afterwards To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 21:59:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 2BAE937B50B for ; Wed, 11 Apr 2001 21:59:41 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.2/8.11.1) id f3C4xam37011; Thu, 12 Apr 2001 16:59:36 +1200 (NZST) (envelope-from jonc) Date: Thu, 12 Apr 2001 16:59:36 +1200 From: Jonathan Chen To: Peter Ulrich Kruppa Cc: freebsd-questions@FreeBSD.ORG Subject: Re: execute programs perodically Message-ID: <20010412165936.B36812@itouchnz.itouch> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from root@pukruppa.de on Thu, Apr 12, 2001 at 06:15:07AM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Apr 12, 2001 at 06:15:07AM +0000, Peter Ulrich Kruppa wrote: > > Sorry for not understanding any manuals! > > How can I tell FreeBSD to execute a program in periodical intervals, e.g. > every ten minutes oer twice a day? Check out crontab(1) and crontab(5) -- Jonathan Chen ---------------------------------------------------------------------- "Lots of folks confuse bad management with destiny" - Kin Hubbard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 22: 0:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id D8A8337B50B for ; Wed, 11 Apr 2001 22:00:00 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 93055 invoked by uid 100); 12 Apr 2001 05:00:00 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15061.13904.115822.145396@guru.mired.org> Date: Thu, 12 Apr 2001 00:00:00 -0500 To: Peter Ulrich Kruppa Cc: questions@freebsd.org Subject: Re: execute programs perodically In-Reply-To: <76157168@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peter Ulrich Kruppa types: > Sorry for not understanding any manuals! Which one did you look ati? > How can I tell FreeBSD to execute a program in periodical intervals, e.g. > every ten minutes oer twice a day? The cron daemon handles that for you. Read the manual on the crontab(5) and crontab(1) man pages for details on the file format for cron, and how to install the man pages. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 22: 2: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmod.ath.cx (CC2-861.charter-stl.com [24.217.115.99]) by hub.freebsd.org (Postfix) with ESMTP id 51B1637B443 for ; Wed, 11 Apr 2001 22:02:02 -0700 (PDT) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id 2B50EA91E; Thu, 12 Apr 2001 00:01:21 -0500 (CDT) Date: Thu, 12 Apr 2001 00:01:21 -0500 From: Andrew Hesford To: Andrew Johns Cc: freebsd-questions@freebsd.org Subject: Re: How to:Read directly from serial port to a file Message-ID: <20010412000121.B8789@cec.wustl.edu> References: <3AD52F5E.BDED3F1C@kpi.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD52F5E.BDED3F1C@kpi.com.au>; from johnsa@kpi.com.au on Thu, Apr 12, 2001 at 02:30:22PM +1000 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Apr 12, 2001 at 02:30:22PM +1000, Andrew Johns wrote: > Apologies for following up my own post. > > 2 additional things: > a) Please CC me (too many subscriptions already) > b) The command I've been trying is: > # cu -l /dev/cuaa2 -s 1200 > phonelog > # > > but I get: > [1] + Suspended (tty output) cu -l /dev/cuaa2 -s 1200 > > I can do the cu -l ...... manually and then pipe the output using > ~| cat - phonelog > from within cu, but I neeed to be able to start this from rc.d startup > script Okay, suspending it isn't the same as backgrounding it. By pressing ^Z to suspend, you're telling the program to freeze where it is. To background a process at runtime, you need to run the command: cu -l /dev/cuaa2 -s 1200 > phonelog & which will tell the program to continue to run in the background, without showing you stdout (since you redirected it). Note that stderr, which has not been redirected, will still get dumped to whatever console you started this in. To redirect stderr, you change the ">" to ">&" in tcsh, or "&>" in bash. Thus you get: cu -l /dev/cuaa2 -s 1200 >& phonelog & in tcsh, which will keep the program writing to the log without it being in the forground. -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 22: 8:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 7910F37B5AF for ; Wed, 11 Apr 2001 22:08:26 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f3C58Nk14468; Wed, 11 Apr 2001 22:08:23 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "alexus" , Subject: RE: Pornography on Yahoo Date: Wed, 11 Apr 2001 22:08:23 -0700 Message-ID: <000f01c0c30e$9909f920$1401a8c0@tedm.placo.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.3155.0 In-Reply-To: <001d01c0c2ab$d78074d0$9865fea9@book> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It's probably because every image of Beastie has him running around with no pants on.... (Hmmm.. Now why do I think he's a "he") Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of alexus >Sent: Wednesday, April 11, 2001 10:21 AM >To: freebsd-questions@FreeBSD.ORG >Subject: Re: Pornography on Yahoo > > >how are we exactly ending up of pornography on yahoo on freebsd mailing >list??? > >----- Original Message ----- >From: "Zach Thompson" >To: "Madeline Haggans" ; >Sent: Wednesday, April 11, 2001 1:18 PM >Subject: Re: Pornography on Yahoo > > >> >> --- Madeline Haggans wrote: >> > I am horrified at Yahoo's decision to promote pornography on its >> > website >> > and don't understand your willingness to support their decision As a >> > partner >> > to the Yahoo company I am writing to ask you to use your influence to >> > stop >> > Yahoo from promoting pornographic material on it web site. >> > >> >> Please. Since when is Yahoo the pinnacle of morality? There are >> probably hundreds of sites running FreeBSD that have content >> questionable to someone or another. Why should those involved with any >> particular OS police how it's used? >> >> >> __________________________________________________ >> Do You Yahoo!? >> Get email at your own domain with Yahoo! Mail. >> http://personal.mail.yahoo.com/ >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message >> > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 22:16:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id D791237B443 for ; Wed, 11 Apr 2001 22:16:33 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f3C5GUk14490; Wed, 11 Apr 2001 22:16:30 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Mike Meyer" Cc: Subject: RE: BSDi Acquired by Embedded Computing Firm Wind River Date: Wed, 11 Apr 2001 22:16:30 -0700 Message-ID: <001001c0c30f$bb6d4480$1401a8c0@tedm.placo.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.3155.0 In-Reply-To: <15060.35576.658846.592778@guru.mired.org> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >-----Original Message----- >From: Mike Meyer [mailto:mwm@mired.org] >Sent: Wednesday, April 11, 2001 9:49 AM >To: Ted Mittelstaedt >Cc: questions@freebsd.org >Subject: RE: BSDi Acquired by Embedded Computing Firm Wind River > > >Ted Mittelstaedt types: >> In a purely UNIX shop, I'd expect that the desktops would indeed be >> running X Servers, and that the server systems would be running X >> client programs. In a purely Windows shop, I'd expect the desktops >> to be running user interface application programs, while the server >> systems ran back-end processing like SQL, file serving, mail, etc. >> In both shops, the desktops are primarily concerned with user >> interface code, while the servers are doing the real work. > >I've never seen a unix shop - pure or otherwise - set up as Ted >describes. That's pretty much the X-term model, and I have seen sites >that use a lot of them. I've also known people who ran their X window >manager on the server because they got quicker responses that way, but >that doesn't make it a common practice. The advantages that accrue to >centralized servers for home directories, mail, print, SQL, ans such >like exist just as much in Unix as they do in Windows. I'm missing something here - everything your saying is exactly the X model. To be honest though, I've never seen a pure UNIX shop at all, every one I've seen that claims to be a UNIX shop always has Windows systems stashed in corners here and there. But, I'm assuming that they must exist, after all Sun and HP sold a heck of a lot of X terminals at one time and that hardware went somewhere. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 22:22:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ruby.he.net (ruby.he.net [216.218.187.2]) by hub.freebsd.org (Postfix) with ESMTP id 35A0B37B422 for ; Wed, 11 Apr 2001 22:22:41 -0700 (PDT) (envelope-from bill@wiliweld.com) Received: from corten8.billschoolcraft.com (adsl-63-193-247-201.dsl.snfc21.pacbell.net [63.193.247.201]) by ruby.he.net (8.8.6/8.8.2) with ESMTP id WAA28679; Wed, 11 Apr 2001 22:22:47 -0700 Date: Wed, 11 Apr 2001 22:18:35 -0700 (PDT) From: Bill Schoolcraft X-Sender: To: Leonard Zettel Cc: Subject: Re: resolv.conf overwrite In-Reply-To: <3AD51271.25615AEB@acm.org> Message-ID: System-ID: [en] (I; SunOS 5.8 i86pc) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Wed, 11 Apr 2001 it looks like Leonard Zettel composed: zettel->Then I rebooted :-( zettel-> zettel->/etc/resolv.conf now contained zettel-> zettel->search zettel->nameserver 192.168.0.185 zettel-> ..... there is a command in Linux called "chattr" and if you do "chattr +i" it makes a file "immutable" meaning root cannot even edit it without reversing those attributes, hence the origin of the word. I keep some system security files set to that so some scritpts won't overwrite them. Does anyone know the FreeBSD version of that command ? It would in fact keep the file intact through a reboot. ########################################################### CHATTR(1) CHATTR(1) NAME chattr - change file attributes on a Linux second extended file system SYNOPSIS chattr [ -RV ] [ -v version ] [ mode ] files... DESCRIPTION chattr changes the file attributes on a Linux second extended file system. A file with the `i' attribute cannot be modified: it cannot be deleted or renamed, no link can be created to this file and no data can be written to the file. Only the superuser can set or clear this attribute. ########################################################### -- Bill Schoolcraft PO Box 210076 -o) San Francisco CA 94121 /\ "UNIX, A Way Of Life." _\_v http://forwardslashunix.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 22:22:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.carolina.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id A180237B440 for ; Wed, 11 Apr 2001 22:22:50 -0700 (PDT) (envelope-from jconner@enterit.com) Received: from CONCON.enterit.com ([24.88.151.196]) by mail5.carolina.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Thu, 12 Apr 2001 01:22:49 -0400 Message-Id: <5.0.2.1.0.20010412013138.01ada0b8@mail.enterit.com> X-Sender: jconner@enterit.com@mail.enterit.com X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Thu, 12 Apr 2001 01:42:49 -0400 To: "Jeremiah Gowdy" From: Jim Conner Subject: Re: Pornography on Yahoo Cc: , In-Reply-To: <003c01c0c2f3$b6ee83e0$aa240018@cx443070b> References: <01041116384300.04001@pravda.tenzo.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 06:55 PM 4/11/2001 -0700, Jeremiah Gowdy wrote: > > Based on the Friends I've known, I'd cut her some slack. It's likely she > > doesn't understand the relationship between Yahoo and FreeBSD but is > > motivated by principle to raise what she considers an important issue. > > Compared to her single post, much more noise has been added to the list by > > all the people who've felt it necessary to respond with ridicule. > >And I believe people can keep their damned morals and principles to >themselves and not try to push them on others. It would be one thing to >talk to people in conversation about it. But to spam an email list with her >"important issues" is a bunch of crap. I prefer not to give my opinion of her crusade simply because I feel pr0n is wrong too. I, however, would not try to spam people about my beliefs which brings me to my point. I am under the impression that this woman probably did not *know* that she was posting a message to a group of people that could do nothing about the request she presented. I like to remember that many people in the world today are, well frankly, not technically savvy and are usually short of patience when it comes to finding what they want on the Internet. Given this possibility I feel it is entirely plausible that this woman is reaching out for assistance from whomever she can while at the same time not paying too much attention about how she is doing it. If I am right, and I hope I am, I hope we can put this behind us and move on with the more important details in life. I feel it is time go back to the questions like: "I accidently ran a command my friend gave me...something like rm -rf /../*/* and now I can't boot into my FreeBSD box. What should I do?" See? We can now go back to answering mindless questions such as the aforementioned =P Anyhoo, as a neutral party in this and a mindless victim as well, I part with this last comment... BOOYA! - Jim PS - I never got the impression she was "pushing" her morals on us rather than looking for people to fight something she feels is important. Now, I shall be checking my *other* inbox that is getting my filtered mail from "freebsd-wrong-mailing-list@". buh bye....bye now, buh bye...buuuuh bye >Just because she's a "Friend" or a >Quaker, that's doesn't mean she gets any special excuse to push her morals >on -questions. If my morals and beliefs caused me to want to push Atheism >on this mailing list would I get the same "slack" ? I think not. Quakers >are people too, and I could care less what kind of great "Friend" she is. >If the friends are all about spamming my email box with their morals, then I >don't consider them a "Friend". > > > My hunch is that the Friends would probably view pornography as a violence > > issue and it's hard to find a religious community that has done more to > > combat violence in all forms. I have a lot of relatives who are Friends >and > > I've always admired their committment to peace, rejection of religious >dogma, > > and willingness to put their beliefs on the line. > >Who gives a damn how they view pornography ? I view pornography with my >DVD-ROM. Big deal. So many religious people feel they have a right to push >their views, morals, and beliefs on others. I have one thing to say to >that. FOAD. > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message - Jim - NOTJames - jconner@enterit.com - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - | Today's errors, in contrast: | - | Windows - "Invalid page fault in module kernel32.dll at 0032:A16F2935" | - | UNIX - "segmentation fault - core dumped" | - | Humans - "OOPS, I've fallen and I can't get up" | - -------------------------------------------------------------------------- - (To view this properly use a non-proportional font in your MUA) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 22:33:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.carolina.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id 192BC37B42C for ; Wed, 11 Apr 2001 22:33:26 -0700 (PDT) (envelope-from jconner@enterit.com) Received: from CONCON.enterit.com ([24.88.151.196]) by mail5.carolina.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Thu, 12 Apr 2001 01:33:24 -0400 Message-Id: <5.0.2.1.0.20010412015215.01ad8320@mail.enterit.com> X-Sender: jconner@enterit.com@mail.enterit.com X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Thu, 12 Apr 2001 01:53:20 -0400 To: Peter Ulrich Kruppa From: Jim Conner Subject: Re: execute programs perodically Cc: In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG try crontab(5) man 5 crontab That should help some - Jim At 06:15 AM 4/12/2001 +0000, Peter Ulrich Kruppa wrote: >Sorry for not understanding any manuals! > >How can I tell FreeBSD to execute a program in periodical intervals, e.g. >every ten minutes oer twice a day? > >Thanks for your answer. > >Uli. > > >################################################### ># # ># www.pukruppa.de www.2000d.de # ># # >################################################### > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message - Jim - NOTJames - jconner@enterit.com - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - | Today's errors, in contrast: | - | Windows - "Invalid page fault in module kernel32.dll at 0032:A16F2935" | - | UNIX - "segmentation fault - core dumped" | - | Humans - "OOPS, I've fallen and I can't get up" | - -------------------------------------------------------------------------- - (To view this properly use a non-proportional font in your MUA) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 22:34:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from 100m.mp200-1.esr.lvcm.net (100m.mp200-1.esr.lvcm.net [24.234.0.80]) by hub.freebsd.org (Postfix) with ESMTP id 73DD437B43F for ; Wed, 11 Apr 2001 22:34:13 -0700 (PDT) (envelope-from root@chrisangell.com) Received: from redqueen.chrisangell.com (cm196.122.234.24.lvcm.com [24.234.122.196]) by 100m.mp200-1.esr.lvcm.net (Mirapoint) with ESMTP id ABL84090; Wed, 11 Apr 2001 22:33:58 -0700 (PDT) Date: Wed, 11 Apr 2001 22:39:16 -0700 (PDT) From: Chris Angell To: freebsd-questions@freebsd.org Subject: DNS Question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG named has been shutting down lately, and for no apparent reason. I check my dnslog (I run named with the -q argument as my server receives close to no traffic) and I get a bunch of these: Apr 11 21:38:03 named[49549]: XX /211.219.153.124/version.bind/TXT/CHAOS I think those are shutting down the named service; why I don't know. Obviously I don't host the version.bind zone. Whatsup with this? It's really got me confused. Thanks in advance, Chris Angell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 22:34:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 58CFA37B424 for ; Wed, 11 Apr 2001 22:34:23 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f3C5YEk14551; Wed, 11 Apr 2001 22:34:15 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Mike Meyer" , "Duke Normandin" <01031149@3web.net> Cc: Subject: RE: BSDi Acquired by Embedded Computing Firm Wind River Date: Wed, 11 Apr 2001 22:34:14 -0700 Message-ID: <001501c0c312$35dbd180$1401a8c0@tedm.placo.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.3155.0 In-Reply-To: <15061.13268.347161.47426@guru.mired.org> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Mike Meyer >The difference is that the FreeBSD client will be more stable, >reliable, and deliver better bang/buck. Having helped run some fairly >large Unix installations, I'd say that Ted's characterization of Unix >workstations is flawed. The only real difference between using Unix on >the desktop - even FreeBSD - and using Windows is the applications >selections. > But that _was_ my point. Desktop systems are primariarly concerned with data presentation, whether you do this in the OS or in an application program is inconsequential, the main issue is that the majority of the system's CPU is devoted to formatting the data so that a human can more readily accept it. Even in a large Unix installation where the majority of Unix workstations are doing a lot of application code processing on the workstation, the thrust of the workstation is to present data to the end user, whereas the thrust of the server is to present data to the network. I am myself somewhat unhappy with current use of the term "workstation" Time was that an honest-to-God workstation was a Unix system running a non-Intel CPU (usually) , but about 5 years ago the Wintel marketing people grabbed onto the term and started slapping it onto PC's running Windows NT. People today seem to think that a workstation is some sort of hopped-up desktop, but that's a perversion of the meaning of the original term. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 22:36: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www.kpi.com.au (www.kpi.com.au [203.39.132.210]) by hub.freebsd.org (Postfix) with ESMTP id C505537B424 for ; Wed, 11 Apr 2001 22:35:51 -0700 (PDT) (envelope-from johnsa@kpi.com.au) Received: from kpi.com.au (localhost.kpi.com.au [127.0.0.1]) by www.kpi.com.au (8.9.3/8.9.3) with ESMTP id PAA27877; Thu, 12 Apr 2001 15:35:22 +1000 (EST) (envelope-from johnsa@kpi.com.au) Message-ID: <3AD53EAF.27C1D7FC@kpi.com.au> Date: Thu, 12 Apr 2001 15:35:43 +1000 From: Andrew Johns Organization: Deloitte Touche Tohmatsu X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Andrew Hesford Cc: freebsd-questions@freebsd.org Subject: Re: How to:Read directly from serial port to a file References: <3AD52F5E.BDED3F1C@kpi.com.au> <20010412000121.B8789@cec.wustl.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Andrew Hesford wrote: > On Thu, Apr 12, 2001 at 02:30:22PM +1000, Andrew Johns wrote: > > Apologies for following up my own post. > > > > 2 additional things: > > a) Please CC me (too many subscriptions already) > > b) The command I've been trying is: > > # cu -l /dev/cuaa2 -s 1200 > phonelog > > # > > > > but I get: > > [1] + Suspended (tty output) cu -l /dev/cuaa2 -s 1200 > > > > I can do the cu -l ...... manually and then pipe the output using > > ~| cat - phonelog > > from within cu, but I neeed to be able to start this from rc.d startup > > script > > Okay, suspending it isn't the same as backgrounding it. By pressing ^Z > to suspend, you're telling the program to freeze where it is. > > To background a process at runtime, you need to run the command: > > cu -l /dev/cuaa2 -s 1200 > phonelog & > > > which will tell the program to continue to run in the background, > without showing you stdout (since you redirected it). Note that stderr, > which has not been redirected, will still get dumped to whatever console > you started this in. > > To redirect stderr, you change the ">" to ">&" in tcsh, or "&>" in bash. > Thus you get: > > cu -l /dev/cuaa2 -s 1200 >& phonelog & That is eactly what I was doing (sorry I chopped the & off in the email). The result is identical: [logger:ttyp0:~] [0] Yes Master # cu -l /dev/cuaa2 -s 1200 >& phonelog & [1] 493 [logger:ttyp0:~] [0] Yes Master # <- Enter on a line by itself [1] + Suspended (tty output) cu -l /dev/cuaa2 -s 1200 >& phonelog -- aj To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 22:41:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nebula.anchoragerescue.org (cable-115-7-237-24.anchorageak.net [24.237.7.115]) by hub.freebsd.org (Postfix) with ESMTP id 8716B37B50E for ; Wed, 11 Apr 2001 22:41:06 -0700 (PDT) (envelope-from akbeech@anchoragerescue.org) Received: from galaxy.anchoragerescue.org (galaxy.anchoragerescue.org [24.237.7.95]) by nebula.anchoragerescue.org (Postfix) with SMTP id C77954D9; Wed, 11 Apr 2001 21:41:01 -0800 (AKDT) Content-Type: text/plain; charset="iso-8859-1" From: Beech Rintoul To: Leonard Zettel , "freebsd-questions@FreeBSD.ORG" Subject: Re: resolv.conf overwrite Date: Wed, 11 Apr 2001 21:41:01 -0800 X-Mailer: KMail [version 1.2] References: <3AD51271.25615AEB@acm.org> In-Reply-To: <3AD51271.25615AEB@acm.org> MIME-Version: 1.0 Message-Id: <0104112141010B.04392@galaxy.anchoragerescue.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday 11 April 2001 18:26, Leonard Zettel wrote: > Following The Complete FreeBSD p 480 I created the following > /etc/resolv.conf > > # Changed by Len Zettel 4/11/01 > #----------removed------------- > # search > # nameserver 192.168.0.185 > # ------------------------------ > # ---------Added--------------- > domain Oz. > nameserver 204.254.120.6 # Bignet primary nameserver > nameserver 204.254.120.7 # Bignet secondart nameserver > #------------------------------------------------------ > > I was then happy as a clam at high tide at being able > to ping domain names on the net. :-) > This looked like PROGRESS! (One step at a time division). > > Then I rebooted :-( > > /etc/resolv.conf now contained > > search > nameserver 192.168.0.185 > > Tentative conclusion: something in the boot sequence > is fooling with (probably creating) /etc/resolv.conf > > So, what do I change to stop this? Or should I not > be trying to stop it? And doing something else entirely? > And where can I read about THAT? > > My access to the net is via DSL with a Windows machine as gateway > running a package calle SyGate. (Yes, technically DUMB, DUMB, DUMB) > except for one thing: it works. Even I got it working. When (not IF, > optimist that I am) I get Free BSD running well under this setup > we'll work on changing it. Hopefully a step at a time. > Thanks for reading. > -LenZ- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Add the following to /etc/dhclient.conf: interface "ep0" { supersede domain-name-servers 204.254.120.6, 204.254.120.7; } Change ep0 to whatever your NIC is and include the " " Beech -- ------------------------------------------------------------------- Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org /"\ ASCII Ribbon Campaign | Anchorage Gospel Rescue Mission \ / - NO HTML/RTF in e-mail | P.O. Box 230510 X - NO Word docs in e-mail | Anchorage, AK 99523-0510 / \ ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 22:42:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 90B0F37B50C for ; Wed, 11 Apr 2001 22:42:31 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f3C5gNk14600; Wed, 11 Apr 2001 22:42:23 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Thomas Lau" , "'Linh Pham'" Cc: Subject: RE: why BSDi not Free but FreeBSD ? Date: Wed, 11 Apr 2001 22:42:23 -0700 Message-ID: <001601c0c313$58f7be80$1401a8c0@tedm.placo.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.3155.0 In-Reply-To: <001101c0c2c1$70aa2790$9c10123d@thomasq1rx10yf> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A while ago, BSDi was "commercially supported" and FreeBSD was not. In short, you could buy a support contract for BSDi but not for FreeBSD. Thus, companies like Microsoft who were basically afraid of UNIX would only buy BSDi because they could then purchase support contracts for it. Today, BSDi offers support contracts for both their commercial BSD and FreeBSD. Also, they announced over a year ago that the commercial BSD was going to eventually switch over to using the FreeBSD kernel. So, from a support standpoint, the two OS's are the same. From a technical standpoint, though, they _have_ travelled on separate release trees. Not having a copy of it myself I don't know how divergent they are and how difficult a project it is to get them to use the same source tree. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Thomas Lau >Sent: Wednesday, April 11, 2001 12:56 PM >To: 'Linh Pham' >Cc: freebsd-questions@FreeBSD.ORG >Subject: RE: why BSDi not Free but FreeBSD ? > > >So BSDi is better than FreeBSD? > >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Linh Pham >Sent: Wednesday, April 11, 2001 11:47 PM >To: Ted Mittelstaedt >Cc: Mike Meyer; Thomas Lau; questions@FreeBSD.ORG >Subject: RE: why BSDi not Free but FreeBSD ? > >On 2001-04-11, Ted Mittelstaedt scribbled: > ># There was - even Microsoft used BSDi for it's mailservers ># for years. > >Also, F5 uses BSD/OS for most of their load balancers. I think Intel >uses a portion of BSD/OS for their load balancers as well, but it's >mostly their own kernel I think. > >-- >Linh Pham >[lplist@closedsrc.org] > >// 404b - Brain not found > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 22:44:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www.kpi.com.au (www.kpi.com.au [203.39.132.210]) by hub.freebsd.org (Postfix) with ESMTP id 43D2B37B423 for ; Wed, 11 Apr 2001 22:44:06 -0700 (PDT) (envelope-from johnsa@kpi.com.au) Received: from kpi.com.au (localhost.kpi.com.au [127.0.0.1]) by www.kpi.com.au (8.9.3/8.9.3) with ESMTP id PAA27903; Thu, 12 Apr 2001 15:43:35 +1000 (EST) (envelope-from johnsa@kpi.com.au) Message-ID: <3AD5409C.92894223@kpi.com.au> Date: Thu, 12 Apr 2001 15:43:56 +1000 From: Andrew Johns Organization: Deloitte Touche Tohmatsu X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Jonathan Chen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to:Read directly from serial port to a file References: <3AD52F5E.BDED3F1C@kpi.com.au> <20010412165753.A36812@itouchnz.itouch> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Perfect!! Jonathan Chen wrote: > On Thu, Apr 12, 2001 at 02:30:22PM +1000, Andrew Johns wrote: > > Apologies for following up my own post. > > > > 2 additional things: > > a) Please CC me (too many subscriptions already) > > b) The command I've been trying is: > > # cu -l /dev/cuaa2 -s 1200 > phonelog > > # > > > > but I get: > > [1] + Suspended (tty output) cu -l /dev/cuaa2 -s 1200 > > Have you tried something like: > > (stty speed 1200; cat) < /dev/cuaa2 > phonelog Again - perfect! (I thought that I simply used cat last time but I missed the stty step - doh!) Thanks very much. -- aj To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 23: 3:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp012.mail.yahoo.com (smtp012.mail.yahoo.com [216.136.173.32]) by hub.freebsd.org (Postfix) with SMTP id 3BB6A37B440 for ; Wed, 11 Apr 2001 23:03:06 -0700 (PDT) (envelope-from bsd140870@yahoo.co.uk) Received: from j168.kch20.jaring.my (HELO as2.kptn.org) (161.142.55.182) by smtp.mail.vip.sc5.yahoo.com with SMTP; 12 Apr 2001 06:03:05 -0000 X-Apparently-From: Date: Thu, 12 Apr 2001 14:03:03 +0800 From: Alvin Sim X-Mailer: The Bat! (v1.52 Beta/4) Reply-To: Alvin Sim Organization: n/a X-Priority: 3 (Normal) Message-ID: <1151950624.20010412140303@yahoo.co.uk> To: FreeBSD Questions Subject: Re: Confirmation for subscribe freebsd-hardware In-Reply-To: <20010411135551.052FF37B42C@hub.freebsd.org> References: <20010411135551.052FF37B42C@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG auth 435de92d subscribe freebsd-hardware bsd140870@yahoo.co.uk _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 23: 4:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc28.worldnet.att.net (mtiwmhc28.worldnet.att.net [204.127.131.36]) by hub.freebsd.org (Postfix) with ESMTP id 7ED3737B53A for ; Wed, 11 Apr 2001 23:04:04 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.101.235.47]) by mtiwmhc28.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010412060357.PGTZ1582.mtiwmhc28.worldnet.att.net@worldnet.att.net>; Thu, 12 Apr 2001 06:03:57 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id 39AF719B61; Thu, 12 Apr 2001 02:04:43 -0400 (EDT) Date: Thu, 12 Apr 2001 02:04:43 -0400 From: parv To: Bill Schoolcraft Cc: Leonard Zettel , freebsd-questions@FreeBSD.ORG Subject: freebsd equivalent of linux chattr (Re: resolv.conf overwrite) Message-ID: <20010412020442.A4314@moo.holy.cow> Mail-Followup-To: Bill Schoolcraft , Leonard Zettel , freebsd-questions@FreeBSD.ORG References: <3AD51271.25615AEB@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ; from bill@wiliweld.com on Wed, Apr 11, 2001 at 10:18:35PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG so, Bill Schoolcraft shared this... > > ..... there is a command in Linux called "chattr" and if you do > "chattr +i" it makes a file "immutable" meaning root cannot even > edit it without reversing those attributes, hence the origin of the > word. I keep some system security files set to that so some > scritpts won't overwrite them. > > Does anyone know the FreeBSD version of that command ? > It would in fact keep the file intact through a reboot. it's "chflags"; equivalent of "chattr +i" would be "chflags schg" for the definition given above. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 23:14: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mooseriver.com (erie.mooseriver.com [205.166.121.26]) by hub.freebsd.org (Postfix) with ESMTP id 5239937B616 for ; Wed, 11 Apr 2001 23:13:55 -0700 (PDT) (envelope-from jgrosch@mooseriver.com) Received: (from jgrosch@localhost) by mooseriver.com (8.11.2/8.11.2) id f3C6Dr428186; Wed, 11 Apr 2001 23:13:53 -0700 (PDT) (envelope-from jgrosch) Date: Wed, 11 Apr 2001 23:13:53 -0700 From: Josef Grosch To: Madeline Haggans Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Pornography on Yahoo Message-ID: <20010411231353.A28136@mooseriver.com> Reply-To: jgrosch@mooseriver.com References: <4CFAFD5E4CB7D4119D2E005004D7CA452519BD@national.afsc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <4CFAFD5E4CB7D4119D2E005004D7CA452519BD@national.afsc.org>; from MHaggans@afsc.org on Wed, Apr 11, 2001 at 12:41:34PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Apr 11, 2001 at 12:41:34PM -0400, Madeline Haggans wrote: > I am horrified at Yahoo's decision to promote pornography on its website > and don't understand your willingness to support their decision As a partner > to the Yahoo company I am writing to ask you to use your influence to stop > Yahoo from promoting pornographic material on it web site. > > Thank you, > > Madeline Haggans > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Please explain to me how this is relevent to this mailing list. Ok, you are horrified. What are _YOU_ going to do about this beside spam every BSD mailing list with drivel? In this country we still have a few rights left and the right to look at pornography is still protected under the 1st amendment. Do us a favor and don't spam this list anymore. Josef -- Josef Grosch | Another day closer to a | FreeBSD 4.3 jgrosch@MooseRiver.com | Micro$oft free world | www.bafug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 23:18: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id CAD7D37B43E for ; Wed, 11 Apr 2001 23:17:56 -0700 (PDT) (envelope-from lplist@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1003) id 5BDAC55407; Wed, 11 Apr 2001 23:13:24 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id 4A36151610; Wed, 11 Apr 2001 23:13:24 -0700 (PDT) Date: Wed, 11 Apr 2001 23:13:24 -0700 (PDT) From: Linh Pham To: Chris Angell Cc: Subject: Re: DNS Question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2001-04-11, Chris Angell scribbled: # Apr 11 21:38:03 named[49549]: XX /211.219.153.124/version.bind/TXT/CHAOS If you run nslookup with: set type=txt set class=chaos version.bind on most DNS servers running BIND, it will return the release/version string. So you are getting a lot of people who are trying to see which version of BIND you are running and try to hack it if it's a version that has vulnerabilities. Which version of BIND are you running? If you are running BIND 8.2.3-Txx, then you should upgrade to at least 8.2.3-REL. BIND 9.1.x-REL is recommended since it has dropped quite a bit of the legacy (and buggy) BIND code. BIND 8 and BIND 9 are available from Ports... just make sure that you cvsup/sync up your ports collection before building from your current ports collection. -- Linh Pham [lplist@closedsrc.org] // 404b - Brain not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 23:30: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from 100m.mp200-1.esr.lvcm.net (100m.mp200-1.esr.lvcm.net [24.234.0.80]) by hub.freebsd.org (Postfix) with ESMTP id 8AF7137B507 for ; Wed, 11 Apr 2001 23:29:59 -0700 (PDT) (envelope-from root@chrisangell.com) Received: from redqueen.chrisangell.com (cm196.122.234.24.lvcm.com [24.234.122.196]) by 100m.mp200-1.esr.lvcm.net (Mirapoint) with ESMTP id ABL85448; Wed, 11 Apr 2001 23:29:52 -0700 (PDT) Date: Wed, 11 Apr 2001 23:35:14 -0700 (PDT) From: Chris Angell To: Linh Pham Cc: freebsd-questions@freebsd.org Subject: Re: DNS Question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Version 8.2.3-T5B is being run on my system. That explains my 'named' shutting down periodically. Thanks for your help; I will update tomorrow! I hope the update is seamless as I will only upgrade the executables and obviously not the named files. Thanks for your help. If there's anything I could help you with feel free to contact me. Sincerely, Chris Angell On Wed, 11 Apr 2001, Linh Pham wrote: > On 2001-04-11, Chris Angell scribbled: > > # Apr 11 21:38:03 named[49549]: XX /211.219.153.124/version.bind/TXT/CHAOS > > If you run nslookup with: > > set type=txt > set class=chaos > version.bind > > on most DNS servers running BIND, it will return the release/version > string. So you are getting a lot of people who are trying to see which > version of BIND you are running and try to hack it if it's a version > that has vulnerabilities. > > Which version of BIND are you running? If you are running BIND > 8.2.3-Txx, then you should upgrade to at least 8.2.3-REL. BIND 9.1.x-REL > is recommended since it has dropped quite a bit of the legacy (and > buggy) BIND code. > > BIND 8 and BIND 9 are available from Ports... just make sure that you > cvsup/sync up your ports collection before building from your current > ports collection. > > -- > Linh Pham > [lplist@closedsrc.org] > > // 404b - Brain not found > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 23:33:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp018.mail.yahoo.com (smtp018.mail.yahoo.com [216.136.174.115]) by hub.freebsd.org (Postfix) with SMTP id 7C45537B618 for ; Wed, 11 Apr 2001 23:33:07 -0700 (PDT) (envelope-from bsd140870@yahoo.co.uk) Received: from j168.kch20.jaring.my (HELO as2.kptn.org) (161.142.55.182) by smtp.mail.vip.sc5.yahoo.com with SMTP; 12 Apr 2001 06:33:06 -0000 X-Apparently-From: Date: Thu, 12 Apr 2001 14:36:36 +0800 From: Alvin Sim X-Mailer: The Bat! (v1.52 Beta/4) Reply-To: Alvin Sim Organization: n/a X-Priority: 3 (Normal) Message-ID: <23963088.20010412143636@yahoo.co.uk> To: FreeBSD Questions Subject: Re[2]: Confirmation for subscribe freebsd-hardware In-Reply-To: <1151950624.20010412140303@yahoo.co.uk> References: <20010411135551.052FF37B42C@hub.freebsd.org> <1151950624.20010412140303@yahoo.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG oops... sorry... AS> auth 435de92d subscribe freebsd-hardware bsd140870@yahoo.co.uk AS> _________________________________________________________ AS> Do You Yahoo!? AS> Get your free @yahoo.com address at http://mail.yahoo.com AS> To Unsubscribe: send mail to majordomo@FreeBSD.org AS> with "unsubscribe freebsd-questions" in the body of the message -- Alvin mailto:bsd140870@yahoo.co.uk _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Apr 11 23:34:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from angel.comcen.com.au (angel.comcen.com.au [203.23.236.69]) by hub.freebsd.org (Postfix) with ESMTP id A66B237B50C for ; Wed, 11 Apr 2001 23:34:12 -0700 (PDT) (envelope-from taboo@comcen.com.au) Received: from none (kiel.comcen.com.au [203.23.236.135]) by angel.comcen.com.au (8.11.1/8.10.1) with SMTP id f3C6YVC16901; Thu, 12 Apr 2001 16:34:32 +1000 (EST) Message-ID: <00ca01c0c319$d69a2980$87ec17cb@comcen.com.au> From: "Kiel Stirling" To: Cc: "Kiel Stirling" Subject: trouble with encryption Date: Thu, 12 Apr 2001 16:28:49 +1000 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.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Happy easter to all, I'm having trouble with encryption. I have two 4.2-RELEASE FreeBSD systems. When I create a htaccess style passwd file on system 1 and transfer(sp?) it to system 2 and try to get Perl to compare a string, which I know is the passwd, I get a diffrant sytle of encryption. System 1: $1$KKpRrU/u$XLbGc6z7kS3MZY.VBT2p71 System 2 :$14o/km.CqEvM Any help on this would be great. Regards, Kiel Stirling [Lead Developer] [Email: geeks@comcen.com.au] [Email: webmaster@comcen.com.au] [Post: PO Box 336, Camperdown, 2050, NSW] [Voice: +61 2 95165400] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 0:19: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe22.law3.hotmail.com [209.185.240.15]) by hub.freebsd.org (Postfix) with ESMTP id 0846137B61B for ; Thu, 12 Apr 2001 00:18:52 -0700 (PDT) (envelope-from ymmaslak@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 12 Apr 2001 00:18:51 -0700 X-Originating-IP: [213.238.128.132] From: =?iso-8859-9?Q?Yavuz_Ma=FElak?= To: Subject: a question Date: Thu, 12 Apr 2001 10:18:11 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0015_01C0C339.E0CD5880" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 Disposition-Notification-To: =?iso-8859-9?Q?Yavuz_Ma=FElak?= X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: X-OriginalArrivalTime: 12 Apr 2001 07:18:51.0984 (UTC) FILETIME=[D36C6500:01C0C320] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0015_01C0C339.E0CD5880 Content-Type: text/plain; charset="iso-8859-9" Content-Transfer-Encoding: quoted-printable I saw difference application as below while I looked at archives with = concerning "maxmem"=20 in=20 Date: Tue, 6 Feb 2001 22:24:17 +0100 From: Danny Pansters To: jun chen Cc: freebsd-questions@freebsd.org Subject: Re: some questions Message-ID: <01020622241701.53191@ricin.localnet> In-Reply-To: <3A7FC77E.714454B9@hefei.cngb.com> References: <3A7FC77E.714454B9@hefei.cngb.com> in kernel (/usr/src/sys/i386/conf/...) options "MAXMEM=3D3D(512*1024)"options = "MAXDSIZ=3D3D(512*1024*1024)"options = "DFLDSIZ=3D3D(512*1024*1024)" What does mean 3D ? ------=_NextPart_000_0015_01C0C339.E0CD5880 Content-Type: text/html; charset="iso-8859-9" Content-Transfer-Encoding: quoted-printable
I saw difference application as below = while I=20 looked at archives with concerning "maxmem"
 
in =
Date:      Tue, 6 Feb 2001 22:24:17 +0100
From:      Danny Pansters <danny@ricin.com>
To:        jun chen <chenjun@hefei.cngb.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: some questions
Message-ID:  <01020622241701.53191@ricin.localnet>
In-Reply-To: <3A7FC77E.714454B9@hefei.cngb.com>
References:  <3A7FC77E.714454B9@hefei.cngb.com>
in kernel (/usr/src/sys/i386/conf/...)
options         =
"MAXMEM=3D3D(512*1024)"
options      &nb= sp;  = "MAXDSIZ=3D3D(512*1024*1024)"
options     &nb= sp;   "DFLDSIZ=3D3D(512*1024*1024)"
 
What does mean 3D ?
------=_NextPart_000_0015_01C0C339.E0CD5880-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 0:23:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 4311137B50D for ; Thu, 12 Apr 2001 00:23:51 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 96168 invoked by uid 100); 12 Apr 2001 07:23:50 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15061.22534.477663.832238@guru.mired.org> Date: Thu, 12 Apr 2001 02:23:50 -0500 To: "Ted Mittelstaedt" Cc: Subject: RE: BSDi Acquired by Embedded Computing Firm Wind River In-Reply-To: <001001c0c30f$bb6d4480$1401a8c0@tedm.placo.com> References: <15060.35576.658846.592778@guru.mired.org> <001001c0c30f$bb6d4480$1401a8c0@tedm.placo.com> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ted Mittelstaedt types: > >-----Original Message----- > >From: Mike Meyer [mailto:mwm@mired.org] > >Sent: Wednesday, April 11, 2001 9:49 AM > >To: Ted Mittelstaedt > >Cc: questions@freebsd.org > >Subject: RE: BSDi Acquired by Embedded Computing Firm Wind River > > > > > >Ted Mittelstaedt types: > >> In a purely UNIX shop, I'd expect that the desktops would indeed be > >> running X Servers, and that the server systems would be running X > >> client programs. In a purely Windows shop, I'd expect the desktops > >> to be running user interface application programs, while the server > >> systems ran back-end processing like SQL, file serving, mail, etc. > >> In both shops, the desktops are primarily concerned with user > >> interface code, while the servers are doing the real work. > > > >I've never seen a unix shop - pure or otherwise - set up as Ted > >describes. That's pretty much the X-term model, and I have seen sites > >that use a lot of them. I've also known people who ran their X window > >manager on the server because they got quicker responses that way, but > >that doesn't make it a common practice. The advantages that accrue to > >centralized servers for home directories, mail, print, SQL, and such > >like exist just as much in Unix as they do in Windows. > > I'm missing something here - everything your saying is exactly the > X model. Yes, it is. However, both desktops and servers run X client programs in every Unix environment I've seen, and such use was supported by the IT staff. On the other hand, I've never seen a Windows shop where the IT staff supported file servers, SQL, and mail servers running on desktop boxes. The proximity of the two divisions caused me to assume a similarity of structure that you may not have meant. > To be honest though, I've never seen a pure UNIX shop at all, every > one I've seen that claims to be a UNIX shop always has Windows > systems stashed in corners here and there. But, I'm assuming that > they must exist, after all Sun and HP sold a heck of a lot of X terminals > at one time and that hardware went somewhere. I've been at Unix shops that didn't have a single Windows box. The few DOS boxes they had were there to support users dialing in from home with their own hardware. I've also been at shaps that had them, but they weren't supported by the IT staff - even though Mac's were. I've also never seen a pure Windows shop - even for the desktop. Almost inevitably, someone supporting the "back room only" Unix servers had put a Unix box on their desktop to make their life saner. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 0:25:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rm-rstar.sfu.ca (rm-rstar.sfu.ca [142.58.120.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CE6F37B43F for ; Thu, 12 Apr 2001 00:25:38 -0700 (PDT) (envelope-from tmchow@sfu.ca) Received: from fraser.sfu.ca (tmchow@fraser.sfu.ca [142.58.101.25]) by rm-rstar.sfu.ca (8.10.1/8.10.1/SFU-5.0H) with ESMTP id f3C7PXq17982 for ; Thu, 12 Apr 2001 00:25:33 -0700 (PDT) Received: from localhost (tmchow@localhost) by fraser.sfu.ca (8.9.2/8.9.2/SFU-5.0C) with ESMTP id AAA14805 for ; Thu, 12 Apr 2001 00:25:33 -0700 (PDT) X-Authentication-Warning: fraser.sfu.ca: tmchow owned process doing -bs Date: Thu, 12 Apr 2001 00:25:33 -0700 (PDT) From: Trevin Chow To: Subject: RE: resolv.conf overwrite In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alternatively, you could also just do a: chflags schg /etc/resolv.conf Not as clean as some other people's solution, but it works :) On Wed, 11 Apr 2001, Todd Punderson wrote: > Check in /sbin/dhclient-script I commented the part right near the top that > updates that file. Now all is well, you just need to remember to do it again > after a installworld. :) > Todd > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Leonard Zettel > Sent: Wednesday, April 11, 2001 10:27 PM > To: freebsd-questions@FreeBSD.ORG > Subject: resolv.conf overwrite > > > Following The Complete FreeBSD p 480 I created the following > /etc/resolv.conf > > # Changed by Len Zettel 4/11/01 > #----------removed------------- > # search > # nameserver 192.168.0.185 > # ------------------------------ > # ---------Added--------------- > domain Oz. > nameserver 204.254.120.6 # Bignet primary nameserver > nameserver 204.254.120.7 # Bignet secondart nameserver > #------------------------------------------------------ > > I was then happy as a clam at high tide at being able > to ping domain names on the net. :-) > This looked like PROGRESS! (One step at a time division). > > Then I rebooted :-( > > /etc/resolv.conf now contained > > search > nameserver 192.168.0.185 > > Tentative conclusion: something in the boot sequence > is fooling with (probably creating) /etc/resolv.conf > > So, what do I change to stop this? Or should I not > be trying to stop it? And doing something else entirely? > And where can I read about THAT? > > My access to the net is via DSL with a Windows machine as gateway > running a package calle SyGate. (Yes, technically DUMB, DUMB, DUMB) > except for one thing: it works. Even I got it working. When (not IF, > optimist that I am) I get Free BSD running well under this setup > we'll work on changing it. Hopefully a step at a time. > Thanks for reading. > -LenZ- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 0:28:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rm-rstar.sfu.ca (rm-rstar.sfu.ca [142.58.120.21]) by hub.freebsd.org (Postfix) with ESMTP id 94AE637B443 for ; Thu, 12 Apr 2001 00:28:44 -0700 (PDT) (envelope-from tmchow@sfu.ca) Received: from fraser.sfu.ca (tmchow@fraser.sfu.ca [142.58.101.25]) by rm-rstar.sfu.ca (8.10.1/8.10.1/SFU-5.0H) with ESMTP id f3C7Shq18927; Thu, 12 Apr 2001 00:28:43 -0700 (PDT) Received: from localhost (tmchow@localhost) by fraser.sfu.ca (8.9.2/8.9.2/SFU-5.0C) with ESMTP id AAA15558; Thu, 12 Apr 2001 00:28:43 -0700 (PDT) X-Authentication-Warning: fraser.sfu.ca: tmchow owned process doing -bs Date: Thu, 12 Apr 2001 00:28:43 -0700 (PDT) From: Trevin Chow To: Bill Schoolcraft Cc: Leonard Zettel , Subject: Re: resolv.conf overwrite In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 11 Apr 2001, Bill Schoolcraft wrote: > ..... there is a command in Linux called "chattr" and if you do > "chattr +i" it makes a file "immutable" meaning root cannot even > edit it without reversing those attributes, hence the origin of the > word. I keep some system security files set to that so some > scritpts won't overwrite them. > > Does anyone know the FreeBSD version of that command ? > It would in fact keep the file intact through a reboot. man chflags To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 0:35:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from iridium2.int.acn.gr (iridium2.acn.gr [213.5.40.20]) by hub.freebsd.org (Postfix) with ESMTP id D1F1837B61B for ; Thu, 12 Apr 2001 00:35:18 -0700 (PDT) (envelope-from pierrisa@aias.gr) Received: from w4z5x9 ([213.5.67.91]) by iridium2.int.acn.gr (InterMail vK.4.02.00.09 201-232-116-109 license 00e3707d5662e51f95ca4cc1345324e2) with SMTP id <20010412073505.NHSJ18554.iridium2@w4z5x9> for ; Thu, 12 Apr 2001 10:35:05 +0300 Message-ID: <000a01c0c322$c7bb0200$5b4305d5@w4z5x9> From: "=?iso-8859-7?B?0/D98e/yINDp3fHx5/I=?=" To: Subject: I want to buy bsd Powerpak 4.2. Date: Thu, 12 Apr 2001 10:32:50 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C0C33B.EC8B1AC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C0C33B.EC8B1AC0 Content-Type: text/plain; charset="iso-8859-7" Content-Transfer-Encoding: quoted-printable I want to buy bsd power pak 4.2.The only problem is that I live outside = the U.S..I was not able to locate any site able to send it outside the = U.S..I live in Europe, Greece, Corfu.I also want to ask what's the best = modem to use.I would appreciate if you could send me some names and even = better some prices.Awaiting your communication.Thank you. = Lysias Pierris ------=_NextPart_000_0007_01C0C33B.EC8B1AC0 Content-Type: text/html; charset="iso-8859-7" Content-Transfer-Encoding: quoted-printable
I want to buy bsd power pak 4.2.The = only problem is=20 that I live outside the U.S..I was not able to locate any site able to = send it=20 outside the U.S..I live in Europe, Greece, Corfu.I also want to ask = what's the=20 best modem to use.I would appreciate if you could send me some = names and=20 even better some prices.Awaiting your communication.Thank = you.
          &nbs= p;            = ;            =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;    =20 Lysias Pierris
------=_NextPart_000_0007_01C0C33B.EC8B1AC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 0:36:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rm-rstar.sfu.ca (rm-rstar.sfu.ca [142.58.120.21]) by hub.freebsd.org (Postfix) with ESMTP id B049D37B623 for ; Thu, 12 Apr 2001 00:36:11 -0700 (PDT) (envelope-from tmchow@sfu.ca) Received: from fraser.sfu.ca (tmchow@fraser.sfu.ca [142.58.101.25]) by rm-rstar.sfu.ca (8.10.1/8.10.1/SFU-5.0H) with ESMTP id f3C7aAq21717; Thu, 12 Apr 2001 00:36:10 -0700 (PDT) Received: from localhost (tmchow@localhost) by fraser.sfu.ca (8.9.2/8.9.2/SFU-5.0C) with ESMTP id AAA17185; Thu, 12 Apr 2001 00:36:10 -0700 (PDT) X-Authentication-Warning: fraser.sfu.ca: tmchow owned process doing -bs Date: Thu, 12 Apr 2001 00:36:09 -0700 (PDT) From: Trevin Chow To: Matthew Emmerton Cc: Subject: Re: Trouble compiling MTR port In-Reply-To: <005301c0c2d5$e29c4a90$1200a8c0@gsicomp.on.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 11 Apr 2001, Matthew Emmerton wrote: > > I'm having trouble compiling the mtr port (/usr/ports/net/mtr) > > and am getting this message: > > > > ====> Building for mtr-0.42 > > cd .&& aclocal > > aclocal: configure.in: 297: macro `AM_PATH_GTK` not found in library > > gmake: *** [aclocal.m4] Error 1 > > *** Error Code 2 > > You may have an out-of-date automake installed. The current version in the > ports tree is 1.4. That doesn't seem to be the case. I have 1.4 installed on my system and I even reinstalled it for good measure. Still getting the same errors on my system. Any other ideas anyone? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 0:38:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13602.mail.yahoo.com (web13602.mail.yahoo.com [216.136.175.113]) by hub.freebsd.org (Postfix) with SMTP id 1BA7D37B43F for ; Thu, 12 Apr 2001 00:38:13 -0700 (PDT) (envelope-from bzdik@yahoo.com) Message-ID: <20010412073812.70557.qmail@web13602.mail.yahoo.com> Received: from [24.16.193.228] by web13602.mail.yahoo.com; Thu, 12 Apr 2001 00:38:12 PDT Date: Thu, 12 Apr 2001 00:38:12 -0700 (PDT) From: Bzdik BSD Subject: Pornography as a pillar/cornerstone To: freebsd-questions@FreeBSD.ORG In-Reply-To: <5.0.2.1.0.20010412013138.01ada0b8@mail.enterit.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Pornography and horror are essential part of Judeo_Christian_Ethics. Der Bible is full of those. Our Puritan girlfriends substituted Phalos shaping in cathedral domes with stylish Phallopian siluettes. Had that airplane had a pic or two on its body the Chinese fighter pilot would be still alive. As F.Dostoyevsky said:"Pornography will save the world!(Yahoo=known world at the time)" Just ask B. Jefferson-Clinton... __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 1: 0: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rodney.cnchost.com (rodney.concentric.net [207.155.252.4]) by hub.freebsd.org (Postfix) with ESMTP id 59CB137B440 for ; Thu, 12 Apr 2001 00:59:38 -0700 (PDT) (envelope-from praxis@techpraxis.com) Received: from [64.221.116.130] ([64.221.116.130]) by rodney.cnchost.com id DAA16525; Thu, 12 Apr 2001 03:59:37 -0400 (EDT) [ConcentricHost SMTP Relay 1.10] User-Agent: Microsoft-Entourage/9.0.1.3108 Date: Thu, 12 Apr 2001 00:59:46 -0700 Subject: Please help: -- sis0 : watchdog timeout? From: Forrest To: FreeBSD Questions Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A Call for help from the excellence of this list: My FreeBSD box is giving me TROUBLE.... If someone could detect what is wrong, and if it is a bug, please tell me how to submit it to the kernel people... I have two ethernet interfaces, a 3Com 905C-TX that is flawless so far, it uses the "xl" driver, and an onboard LAN port that was autodetected at FreeBSD install and assigned the "sis" driver. Description of problem: seconds after pluggin' my second ethernet interface into my switch, (also occurs plugged into a Netgear 10BT hub), no matter what cat-5 cable I use(I switched out cables furiously), I get this message on the console: Mymachine /kernel: sis0: watchdog timeout Then ping yields: Ping: sendto: Host is down (repeats until Ctrl-C) Description of freebsd system: FreeBSD 4.3-BETA, running kernel compiled from sources. Description of hardware: Processor: Athlon 600 MHz Motherboard: ECS K7ASA w/ AGP slot, two PCI Bus Master UDMA ports, 2 ATAPI ea. RAM: 256 MB PC 100 SDRAM, 3.3V unbuffered DIMMS. ---> Embedded Network interface: Here is the results of /sbin/dmesg: Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 598839452 Hz CPU: AMD Athlon(tm) Processor (598.84-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x621 Stepping = 1 Features=0x183f9ff AMD Features=0xc0400000 real memory = 134217728 (131072K bytes) config> di sn0 config> di lnc0 config> di ie0 config> di fe0 config> di cs0 config> q avail memory = 126726144 (123756K bytes) Preloaded elf kernel "kernel" at 0xc03d5000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc03d509c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 5.0 irq 11 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 chip1: at device 7.3 on pci0 ohci0: mem 0xefffe000-0xefffefff irq 9 at device 7.4 on pci0 usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: AMD OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 4 ports with 4 removable, self powered xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xd400-0xd47f mem 0xefffdf80-0xefffdfff irq 5 at device 10.0 on pci0 xl0: Ethernet address: 00:01:02:87:04:af miibus0: on xl0 xlphy0: <3c905C 10/100 internal PHY> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pci0: (vendor=0x14f1, dev=0x1036) at 11.0 irq 9 ahc0: port 0xdc00-0xdcff mem 0xeffff000-0xefffffff irq 10 at device 12.0 on pci0 ahc0: Host Adapter Bios disabled. Using default SCSI device parameters aic7850: Single Channel A, SCSI Id=7, 3/255 SCBs sis0: port 0xcc00-0xccff mem 0xefffc000-0xefffcfff irq 9 at device 14.0 on pci0 sis0: Ethernet address: 00:d0:09:53:6f:82 miibus1: on sis0 ukphy0: on miibus1 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pci0: (vendor=0x13f6, dev=0x0111) at 15.0 irq 10 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 IP Filter: v3.4.16 initialized. Default = pass all, Logging = enabled ad0: 29314MB [59560/16/63] at ata0-master UDMA66 acd0: CDROM at ata1-master using PIO3 Waiting 5 seconds for SCSI devices to settle Mounting root from ufs:/dev/ad0s2a xl0: promiscuous mode enabled sis0: watchdog timeout sis0: watchdog timeout and the result of ifconfig: xl0: flags=8943 mtu 1500 inet <> netmask 0xffffff00 broadcast 64.221.116.255 inet6 fe80::201:2ff:fe87:4af%xl0 prefixlen 64 scopeid 0x1 ether 00:01:02:87:04:af media: autoselect (10baseT/UTP) status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP 100baseTX sis0: flags=8802 mtu 1500 inet 10.0.0.1 netmask 0xffffff00 broadcast 10.0.0.255 inet6 fe80::2d0:9ff:fe53:6f82%sis0 prefixlen 64 scopeid 0x2 ether 00:d0:09:53:6f:82 media: autoselect (100baseTX ) status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP none lp0: flags=8810 mtu 1500 lo0: flags=8049 mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 ppp0: flags=8010 mtu 1500 faith0: flags=8000 mtu 1500 gif0: flags=8010 mtu 1280 gif1: flags=8010 mtu 1280 gif2: flags=8010 mtu 1280 gif3: flags=8010 mtu 1280 Any other details that help in troubleshooting can be provided on request. Thank you, Forrest H. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 1: 3:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.riic.uni-linz.ac.at (mail.riic.uni-linz.ac.at [140.78.161.130]) by hub.freebsd.org (Postfix) with ESMTP id 33DF637B626 for ; Thu, 12 Apr 2001 01:03:09 -0700 (PDT) (envelope-from hueber@riic.at) Received: from riic.uni-linz.ac.at (hawkings.riic.uni-linz.ac.at [140.78.161.239]) by mail.riic.uni-linz.ac.at (8.9.3/8.9.3) with ESMTP id JAA03984; Thu, 12 Apr 2001 09:58:31 +0200 Message-ID: <3AD56020.A4C90244@riic.uni-linz.ac.at> Date: Thu, 12 Apr 2001 09:58:24 +0200 From: Gernot Hueber X-Mailer: Mozilla 4.7 [de] (WinNT; I) X-Accept-Language: de MIME-Version: 1.0 To: =?iso-8859-1?Q?=D3=F0=FD=F1=EF=F2=20=D0=E9=DD=F1=F1=E7=F2?= Cc: freebsd-questions@FreeBSD.ORG Subject: Re: I want to buy bsd Powerpak 4.2. References: <000a01c0c322$c7bb0200$5b4305d5@w4z5x9> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Checkout: http://www.freebsdmall.com/ http://www.wccdrom.com/ Gernot Óðýñïò ÐéÝññçò schrieb: > I want to buy bsd power pak 4.2.The only problem is that I live > outside the U.S..I was not able to locate any site able to send it > outside the U.S..I live in Europe, Greece, Corfu.I also want to ask > what's the best modem to use.I would appreciate if you could send me > some names and even better some prices.Awaiting your > communication.Thank > you. > Lysias Pierris -- Dipl.-Ing. Gernot Hueber Institut für Integrierte Schaltungen Freistädter Strasse 315/2 A-4040 Linz Tel: +43 732 2468-7122, Fax: -7126 E-mail: hueber@riic.at To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 1:54:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 4B4B137B424 for ; Thu, 12 Apr 2001 01:54:04 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f3C8s2k14964; Thu, 12 Apr 2001 01:54:02 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Forrest" , "FreeBSD Questions" Subject: RE: Please help: -- sis0 : watchdog timeout? Date: Thu, 12 Apr 2001 01:54:00 -0700 Message-ID: <001d01c0c32e$1dea9a40$1401a8c0@tedm.placo.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.3155.0 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You don't say what model/type of switch you have which hinders troubleshooting. But, first I'd try using ifconfig to lock both interfaces into 10BaseT half-duplex and see if the problem goes away or not. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Forrest >Sent: Thursday, April 12, 2001 1:00 AM >To: FreeBSD Questions >Subject: Please help: -- sis0 : watchdog timeout? > > >A Call for help from the excellence of this list: > >My FreeBSD box is giving me TROUBLE.... If someone could detect what is >wrong, and if it is a bug, please tell me how to submit it to the kernel >people... > >I have two ethernet interfaces, a 3Com 905C-TX that is flawless so far, it >uses the "xl" driver, and an onboard LAN port that was autodetected at >FreeBSD install and assigned the "sis" driver. > >Description of problem: seconds after pluggin' my second ethernet >interface >into my switch, (also occurs plugged into a Netgear 10BT hub), no matter >what cat-5 cable I use(I switched out cables furiously), I get this message >on the console: > >Mymachine /kernel: sis0: watchdog timeout >Then ping yields: >Ping: sendto: Host is down >(repeats until Ctrl-C) > >Description of freebsd system: >FreeBSD 4.3-BETA, running kernel compiled from sources. > >Description of hardware: >Processor: Athlon 600 MHz >Motherboard: ECS K7ASA w/ AGP slot, two PCI Bus Master UDMA ports, 2 ATAPI >ea. >RAM: 256 MB PC 100 SDRAM, 3.3V unbuffered DIMMS. >---> Embedded Network interface: > >Here is the results of /sbin/dmesg: > >Timecounter "i8254" frequency 1193182 Hz >Timecounter "TSC" frequency 598839452 Hz >CPU: AMD Athlon(tm) Processor (598.84-MHz 686-class CPU) > Origin = "AuthenticAMD" Id = 0x621 Stepping = 1 > >Features=0x183f9ffMCA,CMOV, >PAT,PSE36,MMX,FXSR> > AMD Features=0xc0400000 >real memory = 134217728 (131072K bytes) >config> di sn0 >config> di lnc0 >config> di ie0 >config> di fe0 >config> di cs0 >config> q >avail memory = 126726144 (123756K bytes) >Preloaded elf kernel "kernel" at 0xc03d5000. >Preloaded userconfig_script "/boot/kernel.conf" at 0xc03d509c. >Pentium Pro MTRR support enabled >md0: Malloc disk >npx0: on motherboard >npx0: INT 16 interface >pcib0: on motherboard >pci0: on pcib0 >pcib1: at device 1.0 on pci0 >pci1: on pcib1 >pci1: at 5.0 irq 11 >isab0: at device 7.0 on pci0 >isa0: on isab0 >atapci0: port 0xf000-0xf00f at device >7.1 on pci0 >ata0: at 0x1f0 irq 14 on atapci0 >ata1: at 0x170 irq 15 on atapci0 >chip1: at device >7.3 on pci0 >ohci0: mem 0xefffe000-0xefffefff irq 9 at device >7.4 on pci0 >usb0: OHCI version 1.0, legacy support >usb0: SMM does not respond, resetting >usb0: on ohci0 >usb0: USB revision 1.0 >uhub0: AMD OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 >uhub0: 4 ports with 4 removable, self powered >xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xd400-0xd47f mem >0xefffdf80-0xefffdfff irq 5 at device 10.0 on pci0 >xl0: Ethernet address: 00:01:02:87:04:af >miibus0: on xl0 >xlphy0: <3c905C 10/100 internal PHY> on miibus0 >xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >pci0: (vendor=0x14f1, dev=0x1036) at 11.0 irq 9 >ahc0: port 0xdc00-0xdcff mem >0xeffff000-0xefffffff irq 10 at device 12.0 on pci0 >ahc0: Host Adapter Bios disabled. Using default SCSI device parameters >aic7850: Single Channel A, SCSI Id=7, 3/255 SCBs >sis0: port 0xcc00-0xccff mem 0xefffc000-0xefffcfff >irq 9 >at device 14.0 on pci0 >sis0: Ethernet address: 00:d0:09:53:6f:82 >miibus1: on sis0 >ukphy0: on miibus1 >ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >pci0: (vendor=0x13f6, dev=0x0111) at 15.0 irq 10 >fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 >fdc0: FIFO enabled, 8 bytes threshold >fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >atkbdc0: at port 0x60,0x64 on isa0 >atkbd0: flags 0x1 irq 1 on atkbdc0 >kbd0 at atkbd0 >vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 >sc0: at flags 0x100 on isa0 >sc0: VGA <16 virtual consoles, flags=0x300> >sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 >sio0: type 16550A >sio1 at port 0x2f8-0x2ff irq 3 on isa0 >sio1: type 16550A >ppc0: at port 0x378-0x37f irq 7 on isa0 >ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode >plip0: on ppbus0 >lpt0: on ppbus0 >lpt0: Interrupt-driven port >ppi0: on ppbus0 >IP Filter: v3.4.16 initialized. Default = pass all, Logging = enabled >ad0: 29314MB [59560/16/63] at ata0-master UDMA66 >acd0: CDROM at ata1-master using PIO3 >Waiting 5 seconds for SCSI devices to settle >Mounting root from ufs:/dev/ad0s2a >xl0: promiscuous mode enabled >sis0: watchdog timeout >sis0: watchdog timeout > > and the result of ifconfig: >xl0: flags=8943 mtu 1500 > inet <> netmask 0xffffff00 broadcast 64.221.116.255 > inet6 fe80::201:2ff:fe87:4af%xl0 prefixlen 64 scopeid 0x1 > ether 00:01:02:87:04:af > media: autoselect (10baseT/UTP) status: active > supported media: autoselect 100baseTX 100baseTX >10baseT/UTP 10baseT/UTP 100baseTX >sis0: flags=8802 mtu 1500 > inet 10.0.0.1 netmask 0xffffff00 broadcast 10.0.0.255 > inet6 fe80::2d0:9ff:fe53:6f82%sis0 prefixlen 64 scopeid 0x2 > ether 00:d0:09:53:6f:82 > media: autoselect (100baseTX ) status: active > supported media: autoselect 100baseTX 100baseTX >10baseT/UTP 10baseT/UTP none >lp0: flags=8810 mtu 1500 >lo0: flags=8049 mtu 16384 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 > inet6 ::1 prefixlen 128 > inet 127.0.0.1 netmask 0xff000000 >ppp0: flags=8010 mtu 1500 >faith0: flags=8000 mtu 1500 >gif0: flags=8010 mtu 1280 >gif1: flags=8010 mtu 1280 >gif2: flags=8010 mtu 1280 >gif3: flags=8010 mtu 1280 > >Any other details that help in troubleshooting can be provided on request. >Thank you, >Forrest H. > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 2:14: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id DD58037B43E for ; Thu, 12 Apr 2001 02:14:02 -0700 (PDT) (envelope-from rasputin@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 14ndAv-000Mph-00; Thu, 12 Apr 2001 10:14:02 +0100 Received: (from rasputin@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f3C9E1x87882; Thu, 12 Apr 2001 10:14:01 +0100 (BST) (envelope-from rasputin) Date: Thu, 12 Apr 2001 10:14:01 +0100 From: Rasputin To: Bzdik BSD Cc: questions@freebsd.org Subject: Re: Pornography as a pillar/cornerstone Message-ID: <20010412101401.B87757@dogma.freebsd-uk.eu.org> Reply-To: Rasputin References: <5.0.2.1.0.20010412013138.01ada0b8@mail.enterit.com> <20010412073812.70557.qmail@web13602.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20010412073812.70557.qmail@web13602.mail.yahoo.com>; from bzdik@yahoo.com on Thu, Apr 12, 2001 at 12:38:12AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Bzdik BSD [010412 08:39]: > Had that airplane had a pic or two on its body the Chinese fighter pilot > would be still alive. As F.Dostoyevsky said:"Pornography will save the > world!(Yahoo=known world at the time)" Just ask B. Jefferson-Clinton... > __________________________________________________ > Do You Yahoo!? Ah, that explains it. PornFiend.com. Please can we all stop foisting our "Christians can FOAD" and "Teenage girls should be fully clothed" extremeist attitiudes on each other, and get back to good old-fashioned daemon-worshipping? All hail Beastie. Boom-shanka. -- Rasputin Jack of All Trades :: Master of Nuns To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 2:37: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp012.mail.yahoo.com (smtp012.mail.yahoo.com [216.136.173.32]) by hub.freebsd.org (Postfix) with SMTP id BC1A637B43E for ; Thu, 12 Apr 2001 02:37:01 -0700 (PDT) (envelope-from htao77cn@yahoo.com) Received: from unknown (HELO lhj) (202.120.180.177) by smtp.mail.vip.sc5.yahoo.com with SMTP; 12 Apr 2001 09:37:01 -0000 X-Apparently-From: Date: Thu, 12 Apr 2001 17:35:19 +0800 From: htao77cn To: freebsd-questions@freebsd.org Subject: config>:di- fe0 No such device X-mailer: FoxMail 3.11 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit Message-Id: <20010412093701.BC1A637B43E@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello ,everyone when i compile my kernel and reboot my machine,i found such message: config>:di- fe0 No such device. config>:di- bt0 No such device config>:di- aic0 No such device config>:di- aha0 No such device config>:di- adv0 No such device Did i forget anything in the kernel? Boot with the old kernel,fe0. bt0. aic0. aha0. and adv0 can be configed. kernel.config record these device,but after i tailored the kernel and compiled the kernel ,the kernelconfig will not changed? why? thanks everyone ! BTW,i have comment the options of usb,but the kernel still find some usb device,why? htao77cn htao77cn@yahoo.com _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 2:37:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp012.mail.yahoo.com (smtp012.mail.yahoo.com [216.136.173.32]) by hub.freebsd.org (Postfix) with SMTP id 8954437B43F for ; Thu, 12 Apr 2001 02:37:10 -0700 (PDT) (envelope-from htao77cn@yahoo.com) Received: from unknown (HELO lhj) (202.120.180.177) by smtp.mail.vip.sc5.yahoo.com with SMTP; 12 Apr 2001 09:37:08 -0000 X-Apparently-From: Date: Thu, 12 Apr 2001 17:35:27 +0800 From: htao77cn To: freebsd-questions@freebsd.org Subject: config>:di- fe0 No such device X-mailer: FoxMail 3.11 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit Message-Id: <20010412093710.8954437B43F@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello ,everyone when i compile my kernel and reboot my machine,i found such message: config>:di- fe0 No such device. config>:di- bt0 No such device config>:di- aic0 No such device config>:di- aha0 No such device config>:di- adv0 No such device Did i forget anything in the kernel? Boot with the old kernel,fe0. bt0. aic0. aha0. and adv0 can be configed. kernel.config record these device,but after i tailored the kernel and compiled the kernel ,the kernelconfig will not changed? why? thanks everyone ! BTW,i have comment the options of usb,but the kernel still find some usb device,why? htao77cn htao77cn@yahoo.com _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 3:10:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id 01EAE37B42C for ; Thu, 12 Apr 2001 03:10:31 -0700 (PDT) (envelope-from edwin@cgmd76206.chello.nl) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id B9D6314; Thu, 12 Apr 2001 12:10:29 +0200 (CEST) Date: Thu, 12 Apr 2001 12:10:29 +0200 From: Edwin Groothuis To: htao77cn Cc: "freebsd-questions @ freebsd . org" Subject: Re: config>:di- fe0 No such device Message-ID: <20010412121029.G79334@cgmd76206.chello.nl> Mail-Followup-To: Edwin Groothuis , htao77cn , "freebsd-questions @ freebsd . org" References: <20010412093710.8954437B43F@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010412093710.8954437B43F@hub.freebsd.org>; from htao77cn@yahoo.com on Thu, Apr 12, 2001 at 05:35:27PM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Apr 12, 2001 at 05:35:27PM +0800, htao77cn wrote: > when i compile my kernel and reboot my machine,i found such message: > config>:di- fe0 > No such device. > config>:di- bt0 > No such device > config>:di- aic0 > No such device > config>:di- aha0 > No such device > config>:di- adv0 > No such device > Did i forget anything in the kernel? No, you just removed these devices. There is a file in /boot which has these commands in it, if you removed it from there (or from the visual config during bootup) and they will disappear. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://FatalDimensions.nl.eu.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 4:14:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bleys.tpgi.com.au (bleys.tpgi.com.au [203.12.160.38]) by hub.freebsd.org (Postfix) with ESMTP id 7B87237B424 for ; Thu, 12 Apr 2001 04:14:17 -0700 (PDT) (envelope-from marcd@internode.on.net) Received: (from smtpd@localhost) by bleys.tpgi.com.au (8.11.2/8.11.2) id f3CBEAv27244 for ; Thu, 12 Apr 2001 21:14:10 +1000 Received: from buffy.tpgi.com.au(203.12.160.34) via SMTP by bleys.tpgi.com.au, id smtpdqNyQOM; Thu Apr 12 21:14:08 2001 Received: (from smtpd@localhost) by buffy.tpgi.com.au (8.9.3/8.9.3) id VAA17783 for ; Thu, 12 Apr 2001 21:14:06 +1000 Received: from adl2-56k-177.tpgi.com.au(203.29.136.177), claiming to be "orac" via SMTP by buffy.tpgi.com.au, id smtpd1n9hyG; Thu Apr 12 21:13:59 2001 Message-ID: <004301c0c341$a50b84e0$b1881dcb@orac> From: "Marc Dodsworth" To: Subject: ARP lookup error Date: Thu, 12 Apr 2001 20:43:42 +0930 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.50.4133.2400 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I have a problem with a client's network. Connecting from a Windows 2000 workstation to the FreeBSD server for e-mail/web access I'm recieving the following errors in /var/log/messages /kernel arplookup 10.0.0.2 failed could not allocate llinfo, As a result the computer cannot access the internet or retrieve e-mail. With the exception of the system I'm having problem with all the workstations are running Windows 95 and all systems on the network are on an assigned IP address. This problem has just occurred and the cause is unknown. thankx Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 4:40:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from balu.sch.bme.hu (balu.sch.bme.hu [152.66.224.40]) by hub.freebsd.org (Postfix) with ESMTP id EF04637B440 for ; Thu, 12 Apr 2001 04:40:25 -0700 (PDT) (envelope-from trezso@sch.bme.hu) Received: from localhost (trezso@localhost) by balu.sch.bme.hu (8.9.3+Sun/8.9.2) with ESMTP id NAA29513 for ; Thu, 12 Apr 2001 13:40:24 +0200 (MEST) Date: Thu, 12 Apr 2001 13:40:24 +0200 (MEST) From: Trenyik Zsolt X-Sender: To: Subject: hungarian keymap Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=hu Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, I've got a problem: I can't use spec.hungarian keys on the console, only in pico, at login prompt, etc. done this: -I searched in the FAQ and maillist archive and handbook -recompiled the kernel with this: =2E.. device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 options ATKBD_DFLT_KEYMAP # specify the built-in keymap makeoptions ATKBD_DFLT_KEYMAP=3D"hu.iso2.102keys" =2E.. -edited /etc/rc.conf like =2E..font8x8=3D"iso02-8x8" font8x14=3D"iso02-8x14" font8x16=3D"iso02-8x16" keymap=3D"hu.iso2.102keys" =2E.. The keymap is generally right,so all the characters are on their place, but I can't get the spec. hungarian ones. I really need your help, thanks, trezsi ------------------------------------------ (c)CTC, =E9s a tov=E1biakban "NE ESS P=C1NIKBA!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 4:58:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ruby.he.net (ruby.he.net [216.218.187.2]) by hub.freebsd.org (Postfix) with ESMTP id 5A72737B43E for ; Thu, 12 Apr 2001 04:58:20 -0700 (PDT) (envelope-from bill@wiliweld.com) Received: from corten8.billschoolcraft.com (adsl-63-193-247-201.dsl.snfc21.pacbell.net [63.193.247.201]) by ruby.he.net (8.8.6/8.8.2) with ESMTP id EAA08026; Thu, 12 Apr 2001 04:58:04 -0700 Date: Thu, 12 Apr 2001 04:53:56 -0700 (PDT) From: Bill Schoolcraft X-Sender: To: parv Cc: Leonard Zettel , Subject: Re: freebsd equivalent of linux chattr (Re: resolv.conf overwrite) In-Reply-To: <20010412020442.A4314@moo.holy.cow> Message-ID: System-ID: [en] (I; SunOS 5.8 i86pc) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Thu, 12 Apr 2001 it looks like parv composed: parv_->so, Bill Schoolcraft shared this... parv_->> parv_->> ..... there is a command in Linux called "chattr" and if you do parv_->> "chattr +i" it makes a file "immutable" meaning root cannot even parv_->> edit it without reversing those attributes, hence the origin of the parv_->> word. I keep some system security files set to that so some parv_->> scritpts won't overwrite them. parv_->> parv_->> Does anyone know the FreeBSD version of that command ? parv_->> It would in fact keep the file intact through a reboot. parv_-> parv_->it's "chflags"; equivalent of "chattr +i" would be "chflags schg" for parv_->the definition given above. parv_-> ..........Thanks, I always assumed that was a Unix neutral command, thanks for the help. :) -- Bill Schoolcraft PO Box 210076 -o) San Francisco CA 94121 /\ "UNIX, A Way Of Life." _\_v http://forwardslashunix.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 5: 1:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ruby.he.net (ruby.he.net [216.218.187.2]) by hub.freebsd.org (Postfix) with ESMTP id BE5A937B42C for ; Thu, 12 Apr 2001 05:01:21 -0700 (PDT) (envelope-from bill@wiliweld.com) Received: from corten8.billschoolcraft.com (adsl-63-193-247-201.dsl.snfc21.pacbell.net [63.193.247.201]) by ruby.he.net (8.8.6/8.8.2) with ESMTP id FAA08392; Thu, 12 Apr 2001 05:01:06 -0700 Date: Thu, 12 Apr 2001 04:56:59 -0700 (PDT) From: Bill Schoolcraft X-Sender: To: Linh Pham Cc: Chris Angell , Subject: Re: DNS Question In-Reply-To: Message-ID: System-ID: [en] (I; SunOS 5.8 i86pc) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Wed, 11 Apr 2001 it looks like Linh Pham composed: lplist->Which version of BIND are you running? If you are running BIND lplist->8.2.3-Txx, then you should upgrade to at least 8.2.3-REL. BIND 9.1.x-REL lplist->is recommended since it has dropped quite a bit of the legacy (and lplist->buggy) BIND code. lplist-> lplist->BIND 8 and BIND 9 are available from Ports... just make sure that you lplist->cvsup/sync up your ports collection before building from your current lplist->ports collection. lplist-> ........thanks, are the config file(s) compatible ? Meaning if you upgrade from 8.2.x to 9.x will the files (syntax wise) still parse ? -- Bill Schoolcraft PO Box 210076 -o) San Francisco CA 94121 /\ "UNIX, A Way Of Life." _\_v http://forwardslashunix.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 5:13:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cybersurf.net (smtp2.cybersurf.net [209.197.145.112]) by hub.freebsd.org (Postfix) with ESMTP id C4A5637B43F for ; Thu, 12 Apr 2001 05:13:09 -0700 (PDT) (envelope-from 01031149@3web.net) Received: from [209.197.133.154] ([209.197.133.154]) by smtp2.cybersurf.net (Netscape Messaging Server 4.15) with SMTP id GBOHXU00.EG5 for ; Thu, 12 Apr 2001 06:13:06 -0600 Received: by mandy.rockingd.calgary.ab.ca (sSMTP sendmail emulation); Thu, 12 Apr 2001 06:11:58 -0600 Date: Thu, 12 Apr 2001 06:11:56 -0600 From: Duke Normandin <01031149@3web.net> To: Mike Meyer Cc: questions@freebsd.org Subject: Re: BSDi Acquired by Embedded Computing Firm Wind River Message-ID: <20010412061155.B251809@mandy.rockingd.calgary.ab.ca> References: <117124895@toto.iv> <15061.13268.347161.47426@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15061.13268.347161.47426@guru.mired.org>; from "Mike Meyer" on Wed, Apr 11, 2001 at 11:49:24PM Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Apr 11, 2001 at 11:49:24PM -0500, Mike Meyer wrote: > Duke Normandin <01031149@3web.net> types: > > In "How Networks Work", by F.J. Derfler, Jr. and Les Freed, Chap. 18, > > "Server-Based LANs", the authors refer to the PCs hung off the Server as > > Clients. In Part 5 "Workgroup Applications", they point out that "the term > > client/server has a slightly different context..." -- which I understand! > > For example, Apache(web server) running on the Server; Netscape(web > > client/browser) running on a Client. mySQL(server) on the Server; a CGI > > script on the Client. Am I close? > > CGI scripts run on the server, not the client. JavaScript runs on the > client. You bet... I knew that! ;) I meant a CGI script invoked from the Client. > > To complicate the issue ;) .... I suppose that "server" software doesn't > > necessarly *have* to be running on the "Server". It could just as well be > > running on a big-buck Workstation-- no? > > Or an el-cheapo box built out of spare parts. I have one server on a > book pc, just to conserve space. This I know first-hand ;) What I meant was -- given a small home, Server-based LAN (a FBSD gateway box, a win9x box and another FBSD box) where the FBSD gateway box is performing as a Server by-and-large -- there is no reason why Apache could not be transfered to the 2nd FBSD box is there - even though it was being used more as a "desktop" than as a "Server"? > > Now... for the distinction you make (above) between Windows and Unix -- > > say that I have a win95 box hung off a FreeBSD gateway box, the latter > > sporting Apache and mySQL. Throw in a third box into this LAN - a FreeBSD > > "Client" with StarOffice, Netscape, Mutt and a few odds an ends. I build > > a private Website to be served on the "gateway"/"Server" box by > > Apache/mySQL. What differences would I observe when I accessed the > > Website from the win95 box compared to accessing same from the FreeBSD > > "desktop" box? Netscape on the FreeBSD box, and IE on the win95 box are > > both "presentation"/"client" apps. So where's the diff? I'm not seeing > > something I'm sure! > > The difference is that the FreeBSD client will be more stable, > reliable, and deliver better bang/buck. Having helped run some fairly > large Unix installations, I'd say that Ted's characterization of Unix > workstations is flawed. The only real difference between using Unix on > the desktop - even FreeBSD - and using Windows is the applications > selections. I understand! ;^) Thanks for the input and clarification. -- -duke Calgary, Alberta, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 5:29:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.wananchi.com (ns2.wananchi.com [62.8.64.4]) by hub.freebsd.org (Postfix) with ESMTP id 7CBF137B43E for ; Thu, 12 Apr 2001 05:29:04 -0700 (PDT) (envelope-from wash@wananchi.com) Received: from wash by ns2.wananchi.com with local (Exim 3.22 #2) id 14ngCR-000LhU-00 for freebsd-questions@freebsd.org; Thu, 12 Apr 2001 15:27:47 +0300 Date: Thu, 12 Apr 2001 15:27:47 +0300 From: Odhiambo Washington To: FBSD-Q Subject: Problem with ls Message-ID: <20010412152747.A83396@everest.wananchi.com> Mail-Followup-To: Odhiambo Washington , FBSD-Q Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="HlL+5n6rz5pIUxbD" Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD everest.wananchi.com 4.3-RC FreeBSD 4.3-RC X-Location: Nairobi, KE, East Africa. X-Uptime: 3:25PM up 8 days, 6:56, 3 users, load averages: 0.09, 0.08, 0.08 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi=20 I am running 4.3 RC but having nightmares with ls. Most of the time when I do ls -al I get a terminal 'hung' - my terminal just freezes and I have to kill it and login again. Has anyone ever seen this one? How to go about it?? TIA -Wash -- Odhiambo Washington Wananchi Online Ltd., wash@wananchi.com 1st Flr Loita Hse Tel: 254 2 313985 Loita Street., Fax: 254 2 313922 PO Box 10286, 00100-NAIROBI,KE. If you cannot convince them, confuse them. -- Harry S Truman --HlL+5n6rz5pIUxbD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE61Z9Dn7LIsuxjem8RAgEaAJ404dZ4pGMzzCsxZyoMn3DrHtLgUgCfavp9 2lbucGmwSa7CoaqeLr02+Hw= =NXAJ -----END PGP SIGNATURE----- --HlL+5n6rz5pIUxbD-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 5:58:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 815CC37B449 for ; Thu, 12 Apr 2001 05:58:32 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f3CCw7X32201; Thu, 12 Apr 2001 15:58:07 +0300 (EEST) (envelope-from ru) Date: Thu, 12 Apr 2001 15:58:07 +0300 From: Ruslan Ermilov To: Marc Dodsworth Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ARP lookup error Message-ID: <20010412155807.A32007@sunbay.com> Mail-Followup-To: Marc Dodsworth , freebsd-questions@FreeBSD.ORG References: <004301c0c341$a50b84e0$b1881dcb@orac> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <004301c0c341$a50b84e0$b1881dcb@orac>; from marcd@internode.on.net on Thu, Apr 12, 2001 at 08:43:42PM +0930 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Apr 12, 2001 at 08:43:42PM +0930, Marc Dodsworth wrote: > Hi > > I have a problem with a client's network. > > Connecting from a Windows 2000 workstation to the FreeBSD server for > e-mail/web access > I'm recieving the following errors in /var/log/messages > > /kernel arplookup 10.0.0.2 failed could not allocate llinfo, > > As a result the computer cannot access the internet or retrieve e-mail. > > With the exception of the system I'm having problem with all the > workstations are running Windows 95 and all systems on the network are on an > assigned IP address. > > This problem has just occurred and the cause is unknown. > Your routing table is screwed. Much probably, you have an indirect route with also indirect gateway. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 6:25:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from intersys.com (gateway.intersys.com [198.133.74.253]) by hub.freebsd.org (Postfix) with ESMTP id 7393C37B423 for ; Thu, 12 Apr 2001 06:25:31 -0700 (PDT) (envelope-from bojar@intersys.com) Received: by gateway.intersys.com id <115224>; Thu, 12 Apr 2001 09:24:22 -0400 Message-Id: <01Apr12.092422edt.115224@gateway.intersys.com> From: "E. Jordan Bojar" To: Subject: RC3 ISO? Date: Thu, 12 Apr 2001 09:26:00 -0400 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.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been away for a week... Is there an ISO up for 4.3 release candidate three? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 6:32: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from everest.wananchi.com (ns2.wananchi.com [62.8.64.4]) by hub.freebsd.org (Postfix) with ESMTP id E5FA637B42C for ; Thu, 12 Apr 2001 06:31:59 -0700 (PDT) (envelope-from ) Received: from root by everest.wananchi.com with local (Exim 3.22 #2) id 14nhBL-000Lxn-00 for questions@freebsd.org; Thu, 12 Apr 2001 16:30:43 +0300 X-Failed-Recipients: wash@everest.wananchi.com Reply-To: admin@wananchi.com From: Mail Delivery System To: questions@freebsd.org Subject: Mail delivery failed: returning message to sender Message-Id: Date: Thu, 12 Apr 2001 16:30:43 +0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message was created automatically by mail delivery software (Exim). A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: pipe to | /usr/local/bin/procmail #wash generated by wash@everest.wananchi.com The following text was generated during the delivery attempt: ------ pipe to | /usr/local/bin/procmail #wash generated by wash@everest.wananchi.com ------ procmail: Couldn't read "/home/wash/#wash" ------ This is a copy of the message, including all the headers. ------ Return-path: Received: from [62.8.64.3] (helo=wananchi.com ident=root) by everest.wananchi.com with esmtp (Exim 3.22 #2) id 14nhBL-000Lxg-00 for wash@everest.wananchi.com; Thu, 12 Apr 2001 16:30:43 +0300 Received: from localhost (IDENT:wash@localhost [127.0.0.1]) by wananchi.com (8.9.3/8.8.7) with SMTP id QAA15054 for ; Thu, 12 Apr 2001 16:41:18 -0300 Date: Thu, 12 Apr 2001 16:41:18 -0300 From: questions@freebsd.org Message-Id: <200104121941.QAA15054@wananchi.com> X-Authentication-Warning: wananchi.com: IDENT:wash@localhost [127.0.0.1] didn't use HELO protocol Bcc: test trs 'jladl'kjed jdf'ld'ler khfdk;jr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 6:44:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail11.sdc1.sfba.home.com (femail11.sdc1.sfba.home.com [24.0.95.107]) by hub.freebsd.org (Postfix) with ESMTP id A2DE837B440 for ; Thu, 12 Apr 2001 06:44:37 -0700 (PDT) (envelope-from jgowdy@home.com) Received: from cx443070b ([24.0.36.170]) by femail11.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010412134437.BWMB18346.femail11.sdc1.sfba.home.com@cx443070b>; Thu, 12 Apr 2001 06:44:37 -0700 Message-ID: <004601c0c357$20d22d30$aa240018@cx443070b> From: "Jeremiah Gowdy" To: "Rasputin" , "Bzdik BSD" Cc: References: <5.0.2.1.0.20010412013138.01ada0b8@mail.enterit.com> <20010412073812.70557.qmail@web13602.mail.yahoo.com> <20010412101401.B87757@dogma.freebsd-uk.eu.org> Subject: Re: Pornography as a pillar/cornerstone Date: Thu, 12 Apr 2001 06:47:34 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Please can we all stop foisting our > > "Christians can FOAD" > and > "Teenage girls should be fully clothed" > > extremeist attitiudes on each other, and get back to good > old-fashioned daemon-worshipping? "So many religious people feel they have a right to push their views, morals, and beliefs on others. I have one thing to say to that. FOAD." I didn't say Christians. I said many religious people. This includes some Christians, and not other Christians. The specifier of my FOAD is the cited behavior of pushing moral structure, and not the particular religion. You misquoted me so I had to throw this out there. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 6:44:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail12.sdc1.sfba.home.com (femail12.sdc1.sfba.home.com [24.0.95.108]) by hub.freebsd.org (Postfix) with ESMTP id B9A9037B443 for ; Thu, 12 Apr 2001 06:44:48 -0700 (PDT) (envelope-from jsheets@shadonet.com) Received: from dragon.shadonet.com ([24.176.94.202]) by femail12.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010412134447.RKFT11255.femail12.sdc1.sfba.home.com@dragon.shadonet.com> for ; Thu, 12 Apr 2001 06:44:47 -0700 Content-Type: text/plain; charset="iso-8859-1" From: Jason Sheets To: questions@freebsd.org Subject: netscape plugins with konqueror 2.1.1 Date: Thu, 12 Apr 2001 07:44:17 -0600 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01041207441700.71375@dragon.shadonet.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I'm trying to get netscape plugins working with konqueror 2.1.1 I am running FreeBSD 4.3-RC #6: Wed Apr 11 and this is my configuration, everything was installed from the ports collection. XFree86 4.03 KDE 2.1.1 Linux Netscape 6.01 Linux Netscape Navigator 4.77 linux-flashplugin 5.0r47 flashplugin 0.4.3 lesstif 0.91.8 I installed lesstif 91.8 from /usr/ports/x11-toolkits and then compiled kde 2.1.1 from ports. When I launch the Control Center and navigate to Web Browsing I can see the Netscape Plugins button however under the plugins tab it only says Netscape Plugins. I have both the flashplugin and the linux-flashplugin installed in my ~/.netscape/plugins. When I run nspluginscan I receive this output: nspluginscan: Creating MIME cache file /home/sw/.kde/share/apps/nsplugins/cache nspluginscan: Scanning directories nspluginscan: -> scanDirectory dir=/home/sw/.netscape/plugins nspluginscan: Checking library /home/sw/.netscape/plugins/libflashplayer.so nspluginscan: - opening/home/sw/.netscape/plugins/libflashplayer.so kdecore (KLibLoader): WARNING: library=/home/sw/.netscape/plugins/libflashplayer.so: file=/home/sw/.netscape/plugins/libflashplayer.so: /home/sw/.netscape/plugins/libflashplayer.so: Undefined symbol "stderr" nspluginscan: - open failed, skipping nspluginscan: Checking library /home/sw/.netscape/plugins/libswf.so nspluginscan: - opening/home/sw/.netscape/plugins/libswf.so kdecore (KLibLoader): WARNING: library=/home/sw/.netscape/plugins/libswf.so: file=/home/sw/.netscape/plugins/libswf.so: /home/sw/.netscape/plugins/libswf.so: invalid file format These plugins work with both Linux Netscape 6.01 and Linux Netscape Navigator 4.77. I have looked in the mailing list archives as well as the konqueror website but have been unable to get this working. Any insight or suggestions into getting this working is greatly appreciated. Thanks, Jason - -- It is not enough to succeed. Others must fail. -- Gore Vidal -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE61bE644LR80VGArkRArPVAKCAcVyVq20QuMfnOaEHJApgtPdI/QCfcnJW WbT/aDendXeCydlJcSgLz58= =hl5a -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 6:45:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail11.sdc1.sfba.home.com (femail11.sdc1.sfba.home.com [24.0.95.107]) by hub.freebsd.org (Postfix) with ESMTP id 063BA37B423 for ; Thu, 12 Apr 2001 06:45:37 -0700 (PDT) (envelope-from jgowdy@home.com) Received: from cx443070b ([24.0.36.170]) by femail11.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010412134536.BXBN18346.femail11.sdc1.sfba.home.com@cx443070b>; Thu, 12 Apr 2001 06:45:36 -0700 Message-ID: <004c01c0c357$445c61d0$aa240018@cx443070b> From: "Jeremiah Gowdy" To: "E. Jordan Bojar" , References: <01Apr12.092422edt.115224@gateway.intersys.com> Subject: Re: RC3 ISO? Date: Thu, 12 Apr 2001 06:48:34 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I've been away for a week... > > Is there an ISO up for 4.3 release candidate three? > An ISO for a release candidate ? I think you're confused. They don't make ISOs of RC until it becomes RELEASE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 6:56:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls05.mediaone.net (chmls05.mediaone.net [24.147.1.143]) by hub.freebsd.org (Postfix) with ESMTP id 9135E37B423 for ; Thu, 12 Apr 2001 06:56:32 -0700 (PDT) (envelope-from schang@quantumslipstream.net) Received: from quantumslipstream.net (gorhamstreet.ne.mediaone.net [24.218.56.166]) by chmls05.mediaone.net (8.11.1/8.11.1) with ESMTP id f3CDuTx02190 for ; Thu, 12 Apr 2001 09:56:29 -0400 (EDT) Message-ID: <3AD5B418.84EF31D7@quantumslipstream.net> Date: Thu, 12 Apr 2001 09:56:40 -0400 From: "Simon Y. Chang" X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Subject: MAKE failed!!! Content-Type: multipart/mixed; boundary="------------D0C9D4DBF1DECC47BA2A7C17" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------D0C9D4DBF1DECC47BA2A7C17 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To all, I am fairly new to 4.2. Just trying to MAKE, and it failed with Error #1. Some rambling about "references" and "more undefined references to KBD device" or something. Attached is my kernel config. Any help would be greatly appreciated. Thanks again. Simon Chang --------------D0C9D4DBF1DECC47BA2A7C17 Content-Type: text/plain; charset=us-ascii; name="SCRIPT1" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="SCRIPT1" # # Script1 -- First kernel configuration file - 4/12/2001 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.20 2000/10/31 23:16:07 n_hibma Exp $ machine i386 #cpu I386_CPU #cpu I486_CPU #cpu I586_CPU cpu I686_CPU ident SCRIPT1 maxusers 32 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking #options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] #options SOFTUPDATES #Enable FFS soft updates support #options MFS #Memory Filesystem #options MD_ROOT #MD is a potential root device #options NFS #Network Filesystem #options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=10 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores #options P1003_1B #Posix P1003_1B real-time extensions #options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies #options KBD_INSTALL_CDEV # install a CDEV entry in /dev # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O device isa #device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices #device ata0 at isa? port IO_WD1 irq 14 #device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives #options ATA_STATIC_ID #Static device numbering #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers #device ahb # EISA AHA1742 family #device ahc # AHA2940 and onboard AIC7xxx devices #device amd # AMD 53C974 (Teckram DC-390(T)) #device isp # Qlogic family #device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets) #options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured #device adv0 at isa? #device adw #device bt0 at isa? #device aha0 at isa? #device aic0 at isa? #device ncv # NCR 53C500 #device nsp # Workbit Ninja SCSI-3 #device stg # TMC 18C30/18C50 # SCSI peripherals #device scbus # SCSI bus (required) #device da # Direct Access (disks) #device sa # Sequential Access (tape etc) #device cd # CD #device pass # Passthrough device (direct SCSI access) # RAID controllers interfaced to the SCSI subsystem #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID #device dpt # DPT Smartcache - See LINT for options! #device mly # Mylex AcceleRAID/eXtremeRAID # RAID controllers #device ida # Compaq Smart RAID #device amr # AMI MegaRAID #device mlx # Mylex DAC960 family #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD #device atkbd0 at atkbdc? irq 1 flags 0x1 #device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) #device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support #device card #device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 #device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 #device sio2 at isa? disable port IO_COM3 irq 5 #device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port #device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) #device lpt # Printer #device plip # TCP/IP over parallel #device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device tx # SMC 9432TX (83c170 ``EPIC'') #device vx # 3Com 3c590, 3c595 (``Vortex'') #device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! #device miibus # MII bus support #device dc # DEC/Intel 21143 and various workalikes #device pcn # AMD Am79C79x PCI 10/100 NICs #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F #device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. #device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 #device ex device ep #device fe0 at isa? port 0x300 # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. #device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. #device an # Xircom Ethernet #device xe # The probe order of these is presently determined by i386/isa/isa_compat.c. #device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 #device le0 at isa? port 0x300 irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 irq 10 drq 0 #device cs0 at isa? port 0x300 #device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support #pseudo-device sl 1 # Kernel SLIP #pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) #pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support #device uhci # UHCI PCI->USB interface #device ohci # OHCI PCI->USB interface #device usb # USB Bus (required) #device ugen # Generic #device uhid # "Human Interface Devices" #device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse #device uscanner # Scanners # USB Ethernet, requires mii #device aue # ADMtek USB ethernet #device cue # CATC USB ethernet #device kue # Kawasaki LSI USB ethernet --------------D0C9D4DBF1DECC47BA2A7C17-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 6:59:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from yertle.kciLink.com (yertle.kciLink.com [208.184.13.195]) by hub.freebsd.org (Postfix) with ESMTP id 9660037B43E for ; Thu, 12 Apr 2001 06:59:37 -0700 (PDT) (envelope-from khera@kciLink.com) Received: from onceler.kciLink.com (onceler.kciLink.com [208.184.13.196]) by yertle.kciLink.com (Postfix) with ESMTP id 004CE2E460 for ; Thu, 12 Apr 2001 09:59:35 -0400 (EDT) Received: (from khera@localhost) by onceler.kciLink.com (8.11.3/8.11.1) id f3CDxZI87503; Thu, 12 Apr 2001 09:59:35 -0400 (EDT) (envelope-from khera@kciLink.com) X-Authentication-Warning: onceler.kciLink.com: khera set sender to khera@kciLink.com using -f To: questions@freebsd.org Subject: Re: RC3 ISO? References: <01Apr12.092422edt.115224@gateway.intersys.com> From: Vivek Khera Date: 12 Apr 2001 09:59:35 -0400 In-Reply-To: <01Apr12.092422edt.115224@gateway.intersys.com> Message-ID: Lines: 13 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "EJB" == E Jordan Bojar writes: EJB> I've been away for a week... EJB> Is there an ISO up for 4.3 release candidate three? Jordan Hubbard announced one for 4.3-RC3 yesterday, but it seems to have disappeared. I was hoping to try it out on a few boxes today... -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Vivek Khera, Ph.D. Khera Communications, Inc. Internet: khera@kciLink.com Rockville, MD +1-240-453-8497 AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 7: 5: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from daemon.kingsqueak.org (cc737825-a.etntwn1.nj.home.com [65.8.90.95]) by hub.freebsd.org (Postfix) with ESMTP id 1378537B422 for ; Thu, 12 Apr 2001 07:05:06 -0700 (PDT) (envelope-from drmoreau@kingsqueak.org) Received: (from drmoreau@localhost) by daemon.kingsqueak.org (8.11.1/8.11.1) id f3CE53D43944; Thu, 12 Apr 2001 10:05:03 -0400 (EDT) (envelope-from drmoreau) Date: Thu, 12 Apr 2001 10:05:03 -0400 From: Chris To: Madeline Haggans Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Pornography on Yahoo Message-ID: <20010412100503.B43669@daemon.kingsqueak.org> References: <4CFAFD5E4CB7D4119D2E005004D7CA452519BD@national.afsc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <4CFAFD5E4CB7D4119D2E005004D7CA452519BD@national.afsc.org>; from MHaggans@afsc.org on Wed, Apr 11, 2001 at 12:41:34PM -0400 X-Mailer: Mutt http://www.mutt.org/ X-Uptime: 2 days X-URL: http://www.kingsqueak.org/ X-Accept-Language: en X-Editor: Vim http://www.vim.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am horrified that you have so much free time to worry about this. ALL YOUR DAUGHTERS ARE BELONG TO US * Madeline Haggans [010411 12:45]: > I am horrified at Yahoo's decision to promote pornography on its website > and don't understand your willingness to support their decision As a partner > to the Yahoo company I am writing to ask you to use your influence to stop > Yahoo from promoting pornographic material on it web site. > > Thank you, > > Madeline Haggans > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- __ ___ __ / //_(_)__ _http://www.kingsqueak.org _/ /__ / ,< / / _ \/ _ `(_-; Thu, 12 Apr 2001 07:09:11 -0700 (PDT) (envelope-from rasputin@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 14nhmY-000MBo-00; Thu, 12 Apr 2001 15:09:10 +0100 Received: (from rasputin@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f3CE9As92257; Thu, 12 Apr 2001 15:09:10 +0100 (BST) (envelope-from rasputin) Date: Thu, 12 Apr 2001 15:09:09 +0100 From: Rasputin To: Jason Sheets Cc: questions@freebsd.org Subject: Re: netscape plugins with konqueror 2.1.1 Message-ID: <20010412150909.A92190@dogma.freebsd-uk.eu.org> Reply-To: Rasputin References: <01041207441700.71375@dragon.shadonet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <01041207441700.71375@dragon.shadonet.com>; from jsheets@shadonet.com on Thu, Apr 12, 2001 at 07:44:17AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Jason Sheets [010412 14:46]: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello, I'm trying to get netscape plugins working with konqueror 2.1.1 > XFree86 4.03 > KDE 2.1.1 > nspluginscan: Creating MIME cache file > /home/sw/.kde/share/apps/nsplugins/cache > nspluginscan: Scanning directories > nspluginscan: -> scanDirectory dir=/home/sw/.netscape/plugins > nspluginscan: Checking library > /home/sw/.netscape/plugins/libflashplayer.so > nspluginscan: - opening/home/sw/.netscape/plugins/libflashplayer.so > kdecore (KLibLoader): WARNING: > library=/home/sw/.netscape/plugins/libflashplayer.so: > file=/home/sw/.netscape/plugins/libflashplayer.so: > /home/sw/.netscape/plugins/libflashplayer.so: Undefined symbol "stderr" > nspluginscan: - open failed, skipping > nspluginscan: Checking library /home/sw/.netscape/plugins/libswf.so > nspluginscan: - opening/home/sw/.netscape/plugins/libswf.so > kdecore (KLibLoader): WARNING: library=/home/sw/.netscape/plugins/libswf.so: > file=/home/sw/.netscape/plugins/libswf.so: > /home/sw/.netscape/plugins/libswf.so: invalid file format > These plugins work with both Linux Netscape 6.01 and Linux Netscape Navigator > 4.77. They would, they run under Linux emulation. I expect installing linux-flashplugin overwrites flashplugin. Konq probably can't handle them (I know BSD's native Netscape doesn't). -- Rasputin Jack of All Trades :: Master of Nuns To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 7:10:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 5035E37B43E for ; Thu, 12 Apr 2001 07:10:24 -0700 (PDT) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 14nhnj-0001gS-00 for freebsd-questions@freebsd.org; Thu, 12 Apr 2001 15:10:23 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f3CEAM092278 for freebsd-questions@freebsd.org; Thu, 12 Apr 2001 15:10:22 +0100 (BST) (envelope-from jcm) Date: Thu, 12 Apr 2001 15:10:22 +0100 From: j mckitrick To: freebsd-questions@freebsd.org Subject: netscape roaming access Message-ID: <20010412151022.A92206@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I realize this isn't *exactly* a FreeBSD question, but I've looked everywhere. Does anyone know where I can set up a netscape roaming account? I read the directions, and I would need sysadmin status to make my shell account do this. I thought maybe there was a place out there that does it for you. Any idea? I'm sick and tired of changing my bookmarks at home and not having the changes propagated to work. jm -- ------------------------------------------- Jonathon McKitrick -- jcm@freebsd-uk.eu.org Do not mistake lack of talent for genius ------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 7:13: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail12.sdc1.sfba.home.com (femail12.sdc1.sfba.home.com [24.0.95.108]) by hub.freebsd.org (Postfix) with ESMTP id 2359737B423 for ; Thu, 12 Apr 2001 07:13:01 -0700 (PDT) (envelope-from jsheets@shadonet.com) Received: from dragon.shadonet.com ([24.176.94.202]) by femail12.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010412141300.SJTY11255.femail12.sdc1.sfba.home.com@dragon.shadonet.com>; Thu, 12 Apr 2001 07:13:01 -0700 Content-Type: text/plain; charset="iso-8859-1" From: Jason Sheets To: Rasputin Subject: Re: netscape plugins with konqueror 2.1.1 Date: Thu, 12 Apr 2001 08:12:31 -0600 X-Mailer: KMail [version 1.2] Cc: questions@freebsd.org References: <01041207441700.71375@dragon.shadonet.com> <20010412150909.A92190@dogma.freebsd-uk.eu.org> In-Reply-To: <20010412150909.A92190@dogma.freebsd-uk.eu.org> MIME-Version: 1.0 Message-Id: <01041208123102.71375@dragon.shadonet.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday 12 April 2001 08:09, Rasputin wrote: > * Jason Sheets [010412 14:46]: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Hello, I'm trying to get netscape plugins working with konqueror 2.1.1 > > XFree86 4.03 > > KDE 2.1.1 > > > > nspluginscan: Creating MIME cache file > > /home/sw/.kde/share/apps/nsplugins/cache > > nspluginscan: Scanning directories > > nspluginscan: -> scanDirectory dir=/home/sw/.netscape/plugins > > nspluginscan: Checking library > > /home/sw/.netscape/plugins/libflashplayer.so > > nspluginscan: - opening/home/sw/.netscape/plugins/libflashplayer.so > > kdecore (KLibLoader): WARNING: > > library=/home/sw/.netscape/plugins/libflashplayer.so: > > file=/home/sw/.netscape/plugins/libflashplayer.so: > > /home/sw/.netscape/plugins/libflashplayer.so: Undefined symbol "stderr" > > nspluginscan: - open failed, skipping > > nspluginscan: Checking library /home/sw/.netscape/plugins/libswf.so > > nspluginscan: - opening/home/sw/.netscape/plugins/libswf.so > > kdecore (KLibLoader): WARNING: > > library=/home/sw/.netscape/plugins/libswf.so: > > file=/home/sw/.netscape/plugins/libswf.so: > > /home/sw/.netscape/plugins/libswf.so: invalid file format > > > > These plugins work with both Linux Netscape 6.01 and Linux Netscape > > Navigator 4.77. > They would, they run under Linux emulation. > I expect installing linux-flashplugin overwrites flashplugin. > > Konq probably can't handle them (I know BSD's native Netscape doesn't). Thanks for the reply, I have the linux flash plugin installed as libflashplayer.so and the flashplugin installed as libswf.so. Jason - -- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE61bfX44LR80VGArkRAjU5AJ93dWs0Mm6nZdwsq6E7qG8KcTCy8wCgg1WL NWqw1aI/jueuABVt/v84IyY= =ZzaQ -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 7:19: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 60D0437B422 for ; Thu, 12 Apr 2001 07:19:01 -0700 (PDT) (envelope-from lplist@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1003) id 83B9155407; Thu, 12 Apr 2001 07:14:26 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id 720A551610; Thu, 12 Apr 2001 07:14:26 -0700 (PDT) Date: Thu, 12 Apr 2001 07:14:26 -0700 (PDT) From: Linh Pham To: Bill Schoolcraft Cc: Chris Angell , Subject: Re: DNS Question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2001-04-12, Bill Schoolcraft scribbled: # ........thanks, are the config file(s) compatible ? Meaning if you # upgrade from 8.2.x to 9.x will the files (syntax wise) still parse ? The config files from 8.2.x are compatible with versions >= 8.2.3 (as well as >= 9.0.0). In our upgrade at work, we went from 8.1.x to 8.2.3-REL to 9.1.1 without making any mods to named.conf. I think there are release notes available at http://www.isc.org, just click on the BIND link on the left hand navigation bar and there will be information about each major release. -- Linh Pham [lplist@closedsrc.org] // 404b - Brain not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 7:26:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sloth.wcug.wwu.edu (sloth.wcug.wwu.edu [140.160.213.200]) by hub.freebsd.org (Postfix) with SMTP id C1FFC37B423 for ; Thu, 12 Apr 2001 07:26:20 -0700 (PDT) (envelope-from doc@wcug.wwu.edu) Received: (qmail 9160 invoked by uid 1074); 12 Apr 2001 14:26:15 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 12 Apr 2001 14:26:15 -0000 Date: Thu, 12 Apr 2001 07:26:15 -0700 (PDT) From: David Daugherty To: freebsd-questions@freebsd.org Subject: make DynaLoader is failing Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, I've isolated the failure in my make buildworld down to the specific make file. Can anyone please tell me what I'm doing wrong? From /usr/src I've run make cleandir (twice to be sure) then deleted everything out of /usr/obj. Re-cvsup'd my tree. Try make buildworld again and it fails. When I try to make DynaLoader separately I get the same error. ===[root] /usr/obj/usr/src/gnu/usr.bin/perl/perl/ext/DynaLoader # make Warning: ../../lib/Config.pm may be out of date with ../../config.sh cd ../.. && make lib/Config.pm `lib/Config.pm' is up to date. Warning: ../../config.h out of date with ../../config.sh *** Error code 1 (ignored) Makefile out-of-date with respect to Makefile.PL ../../lib/Config.pm ../../config.h Cleaning current config before rebuilding Makefile... make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true /usr/bin/perl "-I../../lib" "-I../../lib" Makefile.PL Writing Makefile for DynaLoader ==> Your Makefile has been rebuilt. <== ==> Please rerun the make command. <== false *** Error code 1 Stop in /usr/obj/usr/src/gnu/usr.bin/perl/perl/ext/DynaLoader. David doc-WA_Resident@wcug.wwu.edu doc@wcug.wwu.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 7:28:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.total.net (rossine.total.net [154.11.89.167]) by hub.freebsd.org (Postfix) with SMTP id 07E3A37B423 for ; Thu, 12 Apr 2001 07:28:49 -0700 (PDT) (envelope-from cckok00@hotmail.com) Received: (qmail 13746 invoked from network); 12 Apr 2001 14:28:38 -0000 Received: from unknown (HELO hotmail.com) (154.20.97.41) by smtp.total.net with SMTP; 12 Apr 2001 14:28:38 -0000 Message-ID: <3AD5BBA8.86FD22B6@hotmail.com> Date: Thu, 12 Apr 2001 10:28:56 -0400 From: Peter Kok X-Mailer: Mozilla 4.74 [en] (Win98; U) X-Accept-Language: en,zh-TW,zh-CN MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: web server question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All My server is installed apache-1.3.12, FreeBSD 4.0-RELEASE, which only has web services running. The memory is real memory = 16777216 (16384K bytes) avail memory = 12652544 (12356K bytes) CPU: Pentium/P55C (167.05-MHz 586-class CPU) Sometime the web service is suddenly forzen. Telnet application is no problem. After I cold boot the machine, it is normal again. I know Freebsd is strong for web service. What could be wrong with my web server? What should I check it? I checked /var/log/messages, and httpd-access.log, don't find any problem. I am puzzled about what process could be holding up the service. tks much regards Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 7:40:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bakabaka.bignet.net (bakabaka.bignet.net [64.79.64.12]) by hub.freebsd.org (Postfix) with ESMTP id DEE5337B42C for ; Thu, 12 Apr 2001 07:40:14 -0700 (PDT) (envelope-from zettel@acm.org) Received: from acm.org (host171.64-79-90.bignet.net [64.79.90.171]) by bakabaka.bignet.net (8.9.3/8.9.3) with ESMTP id KAA18529 for ; Thu, 12 Apr 2001 10:40:14 -0400 Message-ID: <3AD5BE40.2E1E9AA7@acm.org> Date: Thu, 12 Apr 2001 10:40:00 -0400 From: Leonard Zettel X-Mailer: Mozilla 4.75 [en] (Win95; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: Documentation opportunities (Was: resolv.conf overwrite Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Once more, thanks to all who responded. I once again feel I am off the dime (you aren't stymied until you've run out of things to try :-)). (If the rest of this belongs somewhere else, my apologies). At the same time I can't resist observing (advocates of RTFM please note) that by now my documentation expenditures are as follows: The Complete Free BSD (which is why I *bought* the CD-ROM) $40 (approx) Unix Power Tools $63.55 Using Samba Special Edition $42.39 The Unix System Admin Handbook (coming) $74.00 Online Handbook 0.00 ------ Total so far $219.94 This for a system for home use. The System Admin Handbook hasn't arrived yet. dhclient is not in the index of the other books listed above and I don't recall a reference to it in any of the documentation I have perused. I first tangled with a computer in 1961. Tangling with computers (mostly as a producer of applications) was my primary job responsibility from about 1963-1995. As a market, I am probably typical of a hopelessly small segment (and a darn curmudgeon to boot "Sonny, I remember when..."). In my opinion, the "naive hacker" approach of "type the following lines and it'll be ok" or "after semi-random attempts here, here, and here, this is what worked", while it has its place, is overwhelming everything. Damnit, I am not going to be happy until I feel *I understand what is going on* with my wonderful machines and the systems they run. That to me is the real (and wonderful) promise of the open source movement and its relatives. At the moment I see FreeBSD as my last, best hope of doing that. Right now I would be happy knowing exactly what scripts, files etc. my system is accessing when it boots up and how to read them. What logs are produced and how to read them. Yes, I can read C code. I feel I can learn to read scripts (hopefully with the help of some of the stuff I have bought). As of now, I am trying to get basic services running under FreeBSD 4.2, trying as much as possible to follow the principle of least upset. In configuring I had to make more choices whose consequences I only vaguely understood than I would have liked, and I undoubtedly got some of them wrong. Since being up and running I have fooled with /etc/rc.conf /usr/local/etc/smb.conf and /etc/resolv.conf and that's about all (that I can remember anyway). I have tried to install Star Office and samba 2.0.7 using the ports mechanism and they are both running (sort of, at least). I need samba because my laser printer is attached to the (dual boot)FreeBSD machine and my wife at times wants to print stuff on it from her Win98 machine (getting her on FreeBSD will come much later, if at all). Getting print share running is the next specific to do on my list. So: what else should this documentation nut be looking at? And, to all of you out there, if it hasn't been written yet, you will be doing the community and the movement a great service if you change that. -LenZ- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 7:52:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from citadel.cequrux.com (citadel.cequrux.com [192.96.22.18]) by hub.freebsd.org (Postfix) with ESMTP id C8DAC37B42C for ; Thu, 12 Apr 2001 07:52:37 -0700 (PDT) (envelope-from gram@cequrux.com) Received: (from nobody@localhost) by citadel.cequrux.com (8.8.8/8.6.9) id QAA27895 for ; Thu, 12 Apr 2001 16:52:22 +0200 (SAST) Received: by citadel.cequrux.com via recvmail id 27809; Thu Apr 12 16:51:28 2001 Message-ID: <3AD5C0F0.6F9C5667@cequrux.com> Date: Thu, 12 Apr 2001 14:51:28 +0000 From: Graham Wheeler Reply-To: gram@bradygirl.com Organization: Cequrux Technologies X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: IPsec kernel error: key_aquire2: invalid sequence number is passed Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all I am trying to get my laptop to communicate via IPsec with a remote LAN which has a FreeBSD-based firewall with IPsec and racoon. I have in the past had gateway-to-gateway tunnel-mode IPsec working, and am essentially trying to replace the one gateway with a single host. I have replaced the network addresses and masks for that side with a 32-bit mask/address which is the same as the gateway (laptop) address. Things seem to progress reasonably far, at least to or possibly beyond the point where the shared secret is checked, but I then see a kernel message "key_aquire2: invalid sequence number is passed". I'm not sure whether this is due to a misconfiguration on my part (although my config files seem very straightforward), or whether it could be an incompatibility between the two FreeBSD's IPsec versions. The firewall is running FreeBSD 2.2.8 with one of the last 2.2.8 compatible KAME releases, while my laptop is running today's 4.2-S (or 4.3-CR). Anyone have a better idea what the cause may be? I'm hoping that I can get this working, and then add some kludges to racoon to get it to create the SPD entries itself after key negotation, so that I can eventually use tunnel mode with the laptop having a dynamically assigned IP address. I kludged this some time back when the laptop was running F-Secure's VPN client under MS-Windows, but racoon has changed quite a bit since then and I need to make different changes this time around it seems. gram To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 7:57: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id B911537B42C for ; Thu, 12 Apr 2001 07:56:59 -0700 (PDT) (envelope-from rasputin@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 14niWo-0002N2-00; Thu, 12 Apr 2001 15:56:58 +0100 Received: (from rasputin@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f3CEuwY93220; Thu, 12 Apr 2001 15:56:58 +0100 (BST) (envelope-from rasputin) Date: Thu, 12 Apr 2001 15:56:57 +0100 From: Rasputin To: Leonard Zettel Cc: questions@freebsd.org Subject: Re: Documentation opportunities (Was: resolv.conf overwrite Message-ID: <20010412155657.B93077@dogma.freebsd-uk.eu.org> Reply-To: Rasputin References: <3AD5BE40.2E1E9AA7@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3AD5BE40.2E1E9AA7@acm.org>; from zettel@acm.org on Thu, Apr 12, 2001 at 10:40:00AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Leonard Zettel [010412 15:41]: > ------ > Total so far $219.94 > > dhclient is not in the index of the other books listed above and I > don't recall a reference to it in any of the documentation I have > perused. man -k dhclient. Trust me, BSD manpages actually make sense. They're up to date, accurate and well-referenced. If you've ever used Linux, this will come as a great surprise to you (it did to me). > .....responsibility from about 1963-1995. As a market, > I am probably typical of a hopelessly small segment (and a darn > curmudgeon to boot "Sonny, I remember when..."). "We had to bang zeroes together just to get the ones?" > ......that. Right now I would be happy knowing > exactly what scripts, files etc. my system is accessing when it > boots up and how to read them. What logs are produced and how to > read them. Yes, I can read C code. I feel I can learn to read > scripts (hopefully with the help of some of the stuff I have bought). Then nothing's stopping you. read the manpages on the loader, then on init, then on rc. You can sit down with a few xterms and follow the entire boot sequence from beginning to end. As the bald guy said: "Welcome to the real world". ( "a.s.r - we took *both* pills" ) -- Rasputin Jack of All Trades :: Master of Nuns To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 7:59:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 0A3DC37B423 for ; Thu, 12 Apr 2001 07:59:22 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id KAA19325 for ; Thu, 12 Apr 2001 10:59:32 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Thu, 12 Apr 2001 10:59:17 -0400 (EDT) From: Stephen Hovey To: freebsd-questions@freebsd.org Subject: OT: Wireless routers Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anyone know of one that will allow one to trace back a user on the other side of the nat connect? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 8: 6:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.biographix.com (mail.biographix.com [209.47.192.115]) by hub.freebsd.org (Postfix) with ESMTP id 9DC1337B423 for ; Thu, 12 Apr 2001 08:06:38 -0700 (PDT) (envelope-from eperrin@bigorbit.com) Received: from bottleneck2000 ([192.168.1.135]) by mail.biographix.com (8.11.3/8.11.3) with SMTP id f3CF6q435490; Thu, 12 Apr 2001 11:06:52 -0400 (EDT) (envelope-from eperrin@bigorbit.com) Message-ID: <00b701c0c363$6b388a20$8701a8c0@bottleneck2000> From: "Elliott Perrin" To: "Peter Kok" , References: <3AD5BBA8.86FD22B6@hotmail.com> Subject: Re: web server question Date: Thu, 12 Apr 2001 11:15:32 -0400 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.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Check your apache error log and your apache.conf or httpd.conf file (whichever one you have for the apache configuration) It also depends on how you built apache, which modules you included. For example there are some modules (example and mmap_static are two as I recall) that are experimental and can make your machine do some funky things. You can check which modules are DSO's by looking in your configuration file, and you can check for static modules by running the httpd (or apache, again depending on your build) binary with the -l flag. eg /usr/local/bin/httpd -l Also make sure that your virtual hosts are properly setup if you have any. Cheers, ~e eperrin@bigorbit.com ----- Original Message ----- From: "Peter Kok" To: Sent: Thursday, April 12, 2001 10:28 AM Subject: web server question > Hi All > > My server is installed apache-1.3.12, FreeBSD 4.0-RELEASE, which only > has web services running. > > The memory is > real memory = 16777216 (16384K bytes) > avail memory = 12652544 (12356K bytes) > CPU: Pentium/P55C (167.05-MHz 586-class CPU) > > Sometime the web service is suddenly forzen. Telnet application is no > problem. After I cold boot the machine, it is normal again. I know > Freebsd is strong for web service. What could be wrong with my web > server? What should I check it? I checked /var/log/messages, and > httpd-access.log, don't find any problem. I am puzzled about what > process could be holding up the service. > > tks much > > regards > Peter > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 8: 9:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from deepblue.everad.com (deepblue.everad.com [212.117.137.66]) by hub.freebsd.org (Postfix) with ESMTP id D61D737B424 for ; Thu, 12 Apr 2001 08:09:11 -0700 (PDT) (envelope-from DanielM@EverAd.com) Received: from ilexc01.everad.com ([10.72.6.6]) by deepblue.everad.com with Microsoft SMTPSVC(5.5.1877.197.19); Thu, 12 Apr 2001 18:11:21 +0200 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: FW: [freebsd-questions] redundant default routes? Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 Date: Thu, 12 Apr 2001 18:08:56 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [freebsd-questions] redundant default routes? Thread-Index: AcDCmhTzPKkPKXkLSfOOAKtd3dD6BwA0FBgA From: "Daniel Mester" To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for reply. But what if i have two net cards in my box and it's connected to 2 different networks (10.1.3.0/24 & 10.1.4.0/24). How can i set up that every card has its own default route? (I don't need to move packets between this interfaces). Thanks, Daniel. > -----Original Message----- > From: Lowell Gilbert [mailto:lowell@world.std.com] > Sent: Wednesday, April 11, 2001 4:14 PM > To: Daniel Mester > Subject: Re: [freebsd-questions] redundant default routes? >=20 >=20 > DanielM@EverAd.com (Daniel Mester) writes: >=20 > > i would like to understand how i can to implement the=20 > redundant default > > routes? >=20 > You can't. That's what "default" means. >=20 > > Explicit configuration (defaultrouter in /etc/rc.conf ->=20 > how can i have > > 2 or more routers in that?) >=20 > You can have as many routers as you want, but you have to configure > specific routes pointing to them, aside from the single=20 > default router. >=20 > It's also possible to explicitly monitor your default router and > switch to a different default router if that one starts having > problems. This is rarely an optimal strategy, but for some low-rent > networks it is the only option. >=20 > > Or i have to deal with RDP or RIP this way? >=20 > [or OSPF...] Running routing protocols is the best method for dealing > with multiple routers. That lets you avoid "default" routes > completely. However, it requires the routers be configured to > exchange routing information with you. >=20 > Good luck. >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 8:22:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shell.bchosting.com (shell.bchosting.com [64.69.68.35]) by hub.freebsd.org (Postfix) with ESMTP id 2910F37B422 for ; Thu, 12 Apr 2001 08:22:20 -0700 (PDT) (envelope-from chris@selkie.org) Received: from localhost (chris@localhost) by shell.bchosting.com (8.11.0/8.11.0) with ESMTP id f3CFM5d60993; Thu, 12 Apr 2001 08:22:05 -0700 (PDT) (envelope-from chris@selkie.org) X-Authentication-Warning: shell.bchosting.com: chris owned process doing -bs Date: Thu, 12 Apr 2001 08:22:04 -0700 (PDT) From: Chris Phillips X-Sender: chris@shell.bchosting.com To: Peter Kok Cc: freebsd-questions@FreeBSD.ORG Subject: Re: web server question In-Reply-To: <00b701c0c363$6b388a20$8701a8c0@bottleneck2000> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Another thing you might consider doing is upgrading to Apache 1.3.19. -Chris Phillips On Thu, 12 Apr 2001, Elliott Perrin wrote: > Check your apache error log and your apache.conf or httpd.conf file (whichever one you > have for the apache configuration) > > It also depends on how you built apache, which modules you included. For example there are > some modules (example and mmap_static are two as I recall) that are experimental and can > make your machine do some funky things. You can check which modules are DSO's by looking > in your configuration file, and you can check for static modules by running the httpd (or > apache, again depending on your build) binary with the -l flag. > > eg /usr/local/bin/httpd -l > > Also make sure that your virtual hosts are properly setup if you have any. > > Cheers, > ~e > eperrin@bigorbit.com > > > ----- Original Message ----- > From: "Peter Kok" > To: > Sent: Thursday, April 12, 2001 10:28 AM > Subject: web server question > > > > Hi All > > > > My server is installed apache-1.3.12, FreeBSD 4.0-RELEASE, which only > > has web services running. > > > > The memory is > > real memory = 16777216 (16384K bytes) > > avail memory = 12652544 (12356K bytes) > > CPU: Pentium/P55C (167.05-MHz 586-class CPU) > > > > Sometime the web service is suddenly forzen. Telnet application is no > > problem. After I cold boot the machine, it is normal again. I know > > Freebsd is strong for web service. What could be wrong with my web > > server? What should I check it? I checked /var/log/messages, and > > httpd-access.log, don't find any problem. I am puzzled about what > > process could be holding up the service. > > > > tks much > > > > regards > > Peter > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 8:32:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta5.rcsntx.swbell.net (mta5.rcsntx.swbell.net [151.164.30.29]) by hub.freebsd.org (Postfix) with ESMTP id 940FA37B43F for ; Thu, 12 Apr 2001 08:32:11 -0700 (PDT) (envelope-from bpdavis5@swbell.net) Received: from swbell.net ([64.217.135.189]) by mta5.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with SMTP id <0GBO006XYQSNHH@mta5.rcsntx.swbell.net> for freebsd-questions@FreeBSD.org; Thu, 12 Apr 2001 10:24:24 -0500 (CDT) Date: Thu, 12 Apr 2001 10:26:59 +0000 From: Brian Davis Subject: Re: Pornography as a pillar/cornerstone In-reply-to: <20010412073812.70557.qmail@web13602.mail.yahoo.com> To: Questions Message-id: <0GBO006XZQSOHH@mta5.rcsntx.swbell.net> MIME-version: 1.0 X-Mailer: Sylpheed version 0.4.4 (GTK+ 1.2.8; FreeBSD 4.2-RELEASE; i386) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit References: <5.0.2.1.0.20010412013138.01ada0b8@mail.enterit.com> <20010412073812.70557.qmail@web13602.mail.yahoo.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 12 Apr 2001 00:38:12 -0700 (PDT) Bzdik BSD wrote: > Pornography and horror are essential part of Judeo_Christian_Ethics. > Der Bible is full of those. Our Puritan girlfriends substituted Phalos > shaping in cathedral domes with stylish Phallopian siluettes. > > Had that airplane had a pic or two on its body the Chinese fighter pilot > would be still alive. As F.Dostoyevsky said:"Pornography will save the > world!(Yahoo=known world at the time)" Just ask B. Jefferson-Clinton... Yipppppeeee another useless thread. Did your parents leave you alone unsupervised ? Please keep this bullshit in your own mailbox. If you feel the need to vent your opinions about something then find like minded people and do it with them. Have a good day. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 8:43:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id ECED737B496 for ; Thu, 12 Apr 2001 08:43:29 -0700 (PDT) (envelope-from david@www3.pacific-pages.com) Received: from d.tracker ([216.191.60.12]) by www3.pacific-pages.com (8.8.5) id JAA06197; Thu, 12 Apr 2001 09:42:29 -0600 (MDT) Received: (from david@localhost) by d.tracker (8.11.3/8.11.2) id f3CFfo804516; Thu, 12 Apr 2001 11:41:50 -0400 (EDT) (envelope-from david) Date: Thu, 12 Apr 2001 11:39:50 -0400 From: David Banning To: Mohammad Ikram Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Modem Pluse dialing HOWTO Message-ID: <20010412113949.A2781@www3.pacific-pages.com> Reply-To: David Banning References: <20010409092023.88AE836F9@sitemail.everyone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010409092023.88AE836F9@sitemail.everyone.net>; from ikram@linuxwaves.com on Mon, Apr 09, 2001 at 02:20:23AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 09, 2001 at 02:20:23AM -0700, Mohammad Ikram wrote: > Hi ! > I have a problem configuring ppp for a pluse tone modem dialing. In the installation they ask me for a tone or pluse tone dialing, i answer no to tone and at that time ppp dials and runs fine but after installation and rebooting the system the ppp does not dial in pluse mode but it tone dials. > Please tell me how to slove this matter. Look in /etc/ppp/ppp.conf You will see a like something like; set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATZ OK ATM0 OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" the ATDT is the instruction to your modem on how to dial. Look around for the correct Hayes code for pulse dialing. My guess would be APDT - Good Luck - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 8:44:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from freyr.cba.ualr.edu (freyr.cba.ualr.edu [144.167.120.20]) by hub.freebsd.org (Postfix) with ESMTP id A36CF37B440 for ; Thu, 12 Apr 2001 08:44:10 -0700 (PDT) (envelope-from joe@freyr.cba.ualr.edu) Received: by freyr.cba.ualr.edu (Postfix, from userid 1000) id 581482D0; Thu, 12 Apr 2001 10:44:15 -0500 (CDT) Date: Thu, 12 Apr 2001 10:44:15 -0500 From: "Joseph E. Royce" To: Jeremiah Gowdy Cc: "E. Jordan Bojar" , freebsd-questions@FreeBSD.ORG Subject: Re: RC3 ISO? Message-ID: <20010412104415.A78547@freyr.cba.ualr.edu> References: <01Apr12.092422edt.115224@gateway.intersys.com> <004c01c0c357$445c61d0$aa240018@cx443070b> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <004c01c0c357$445c61d0$aa240018@cx443070b>; from jgowdy@home.com on Thu, Apr 12, 2001 at 06:48:34AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Apr 12, 2001 at 06:48:34AM -0700, Jeremiah Gowdy wrote: > > I've been away for a week... > > > > Is there an ISO up for 4.3 release candidate three? > > > > An ISO for a release candidate ? I think you're confused. They don't make > ISOs of RC until it becomes RELEASE. > Yes, they do. Take a look: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 9: 3:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wasp.eng.ufl.edu (wasp.eng.ufl.edu [128.227.116.1]) by hub.freebsd.org (Postfix) with ESMTP id 11A2037B423 for ; Thu, 12 Apr 2001 09:03:41 -0700 (PDT) (envelope-from bob@eng.ufl.edu) Received: from eng.ufl.edu (scanner.engnet.ufl.edu [128.227.152.221]) by wasp.eng.ufl.edu (8.9.3/8.9.3) with ESMTP id MAA09441; Thu, 12 Apr 2001 12:03:30 -0400 (EDT) Message-ID: <3AD5D1D2.882E8459@eng.ufl.edu> Date: Thu, 12 Apr 2001 12:03:30 -0400 From: Bob Johnson X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en, eo MIME-Version: 1.0 To: johnsa@kpi.com.au Cc: questions@freebsd.org Subject: Re: How to:Read directly from serial port to a file Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Date: Thu, 12 Apr 2001 13:28:27 +1000 > From: Andrew Johns > Subject: How to:Read directly from serial port to a file > > Issue: > > I've got a PC attached to a phone system which emits data about the phone > lines in use via a serial line at 1200 baud. > > What I want is to plug the serial cable into the PC and dump the incoming > data directly to a file for later analysis by 3rd party software. > $ cp /dev/cuaa0 phonelog.txt & ought to be all you need, assuming you have read permission for /dev/cuaa0. If you need to change the default buad rate of the port, then (as root) # stty speed 1200 < /dev/cuaia0 should do it, although there is another way (which I don't remember) that may be less idiomatic. /dev/cuaiaX sets the initial (default) parameters for port X, and /dev/cualaX lets you set locked parameters (that can't be changed by user programs, I think). You probably also want to redirect standard output and error to a file so you have a record of any complaints, e.g. $ cp /dev/cuaa0 phonelog.txt > phonerr.txt 2>&1 & or perhaps $ cat /dev/cuaa0 > phonelog.txt 2> phonerr.txt & > I have had this working in the past, but the box has been blown away and I > cannot seem to get it going again. > [...] - Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 9: 4:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from imo-r13.mx.aol.com (imo-r13.mx.aol.com [152.163.225.67]) by hub.freebsd.org (Postfix) with ESMTP id 56F0F37B423 for ; Thu, 12 Apr 2001 09:04:44 -0700 (PDT) (envelope-from Ethicalmind@aol.com) Received: from Ethicalmind@aol.com by imo-r13.mx.aol.com (mail_out_v29.14.) id n.d5.4e11677 (3891) for ; Thu, 12 Apr 2001 12:04:38 -0400 (EDT) From: Ethicalmind@aol.com Message-ID: Date: Thu, 12 Apr 2001 12:04:38 EDT Subject: Public Eye To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 123 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How could your organization support Yahoo! when they support pornography? The public does take notice. Don't you think it is time that we started standing up for human dignity and changing back the clock to when integrity flourished? You have to ask yourself, what legacy will I leave for the next generation? Will your legacy improve or degenerate society? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 9: 9:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id D91B637B42C for ; Thu, 12 Apr 2001 09:09:14 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f3CG97k16213; Thu, 12 Apr 2001 09:09:07 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Duke Normandin" <01031149@3web.net>, "Mike Meyer" Cc: Subject: RE: BSDi Acquired by Embedded Computing Firm Wind River Date: Thu, 12 Apr 2001 09:09:06 -0700 Message-ID: <001f01c0c36a$e627eda0$1401a8c0@tedm.placo.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.3155.0 In-Reply-To: <20010412061155.B251809@mandy.rockingd.calgary.ab.ca> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Note that in my original daffynition of desktop and server, I didn't say anything about the relative power of the two systems. You sould put the Apache server on the system in which it makes most sense. You might, for example, put it on the system which will be switched on all of the time, rather than the most powerful one, just so that it's available to multiple systems. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Duke Normandin >Sent: Thursday, April 12, 2001 5:12 AM >To: Mike Meyer >Cc: questions@FreeBSD.ORG >Subject: Re: BSDi Acquired by Embedded Computing Firm Wind River > > >On Wed, Apr 11, 2001 at 11:49:24PM -0500, Mike Meyer wrote: >> Duke Normandin <01031149@3web.net> types: >> > In "How Networks Work", by F.J. Derfler, Jr. and Les Freed, Chap. 18, >> > "Server-Based LANs", the authors refer to the PCs hung off the >Server as >> > Clients. In Part 5 "Workgroup Applications", they point out >that "the term >> > client/server has a slightly different context..." -- which I >understand! >> > For example, Apache(web server) running on the Server; Netscape(web >> > client/browser) running on a Client. mySQL(server) on the >Server; a CGI >> > script on the Client. Am I close? >> >> CGI scripts run on the server, not the client. JavaScript runs on the >> client. > >You bet... I knew that! ;) I meant a CGI script invoked from the Client. > >> > To complicate the issue ;) .... I suppose that "server" >software doesn't >> > necessarly *have* to be running on the "Server". It could just >as well be >> > running on a big-buck Workstation-- no? >> >> Or an el-cheapo box built out of spare parts. I have one server on a >> book pc, just to conserve space. > >This I know first-hand ;) What I meant was -- given a small home, >Server-based LAN (a FBSD gateway box, a win9x box and another FBSD box) >where the FBSD gateway box is performing as a Server by-and-large -- >there is no reason why Apache could not be transfered to the 2nd FBSD box >is there - even though it was being used more as a "desktop" than as a >"Server"? > >> > Now... for the distinction you make (above) between Windows and Unix -- >> > say that I have a win95 box hung off a FreeBSD gateway box, the latter >> > sporting Apache and mySQL. Throw in a third box into this LAN >- a FreeBSD >> > "Client" with StarOffice, Netscape, Mutt and a few odds an >ends. I build >> > a private Website to be served on the "gateway"/"Server" box by >> > Apache/mySQL. What differences would I observe when I accessed the >> > Website from the win95 box compared to accessing same from the FreeBSD >> > "desktop" box? Netscape on the FreeBSD box, and IE on the win95 box are >> > both "presentation"/"client" apps. So where's the diff? I'm not seeing >> > something I'm sure! >> >> The difference is that the FreeBSD client will be more stable, >> reliable, and deliver better bang/buck. Having helped run some fairly >> large Unix installations, I'd say that Ted's characterization of Unix >> workstations is flawed. The only real difference between using Unix on >> the desktop - even FreeBSD - and using Windows is the applications >> selections. > >I understand! ;^) Thanks for the input and clarification. >-- >-duke > >Calgary, Alberta, Canada > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 9:10:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 67C6A37B424 for ; Thu, 12 Apr 2001 09:10:39 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id MAA23091; Thu, 12 Apr 2001 12:10:46 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Thu, 12 Apr 2001 12:10:29 -0400 (EDT) From: Stephen Hovey To: Ethicalmind@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Public Eye In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Oh keep your nose in your pants, and the rest will keep our noses in our own. On Thu, 12 Apr 2001 Ethicalmind@aol.com wrote: > How could your organization support Yahoo! when they support pornography? > The public does take notice. > Don't you think it is time that we started standing up for human dignity and > changing back the clock to when integrity flourished? > You have to ask yourself, what legacy will I leave for the next generation? > Will your legacy improve or degenerate society? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 9:15:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from intersys.com (gateway.intersys.com [198.133.74.253]) by hub.freebsd.org (Postfix) with ESMTP id 3C36337B619 for ; Thu, 12 Apr 2001 09:15:30 -0700 (PDT) (envelope-from bojar@intersys.com) Received: by gateway.intersys.com id <115391>; Thu, 12 Apr 2001 12:14:20 -0400 Message-Id: <01Apr12.121420edt.115391@gateway.intersys.com> From: "E. Jordan Bojar" To: "Joseph E. Royce" Cc: References: <01Apr12.092422edt.115224@gateway.intersys.com> <004c01c0c357$445c61d0$aa240018@cx443070b> <01Apr12.114321edt.115350@gateway.intersys.com> Subject: Re: RC3 ISO? Date: Thu, 12 Apr 2001 12:15:59 -0400 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.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This wasn't here this morning, when I looked for it. Thanks. ----- Original Message ----- From: "Joseph E. Royce" To: "Jeremiah Gowdy" Cc: "E. Jordan Bojar" ; Sent: Thursday, April 12, 2001 11:44 AM Subject: Re: RC3 ISO? > On Thu, Apr 12, 2001 at 06:48:34AM -0700, Jeremiah Gowdy wrote: > > > I've been away for a week... > > > > > > Is there an ISO up for 4.3 release candidate three? > > > > > > > An ISO for a release candidate ? I think you're confused. They don't make > > ISOs of RC until it becomes RELEASE. > > > > Yes, they do. Take a look: > ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 9:41:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f29.law3.hotmail.com [209.185.241.29]) by hub.freebsd.org (Postfix) with ESMTP id A87AF37B423 for ; Thu, 12 Apr 2001 09:41:32 -0700 (PDT) (envelope-from s_hieronymus@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 12 Apr 2001 09:41:32 -0700 Received: from 209.248.75.76 by lw3fd.law3.hotmail.msn.com with HTTP; Thu, 12 Apr 2001 16:41:32 GMT X-Originating-IP: [209.248.75.76] From: "Seth Hieronymus" To: freebsd-questions@freebsd.org Subject: how to change LOCALBASE Date: Thu, 12 Apr 2001 16:41:32 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 12 Apr 2001 16:41:32.0546 (UTC) FILETIME=[6E495620:01C0C36F] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, If I wanted to change the location of port installs, is the best way to change LOCALBASE? If so, where is the best place to make the change? Thank you, Seth _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 9:48:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from buck.xsequor.com (buck.xsequor.com [208.136.156.13]) by hub.freebsd.org (Postfix) with ESMTP id A612C37B443 for ; Thu, 12 Apr 2001 09:48:41 -0700 (PDT) (envelope-from jlb@xsequor.com) Received: from wheezer (wheezer [208.136.156.46]) by buck.xsequor.com (8.9.3/8.8.7) with SMTP id KAA26627 for ; Thu, 12 Apr 2001 10:55:52 -0500 Reply-To: From: "John Baxter" To: "Questions FreeBSD (E-mail)" Subject: ps/2 touchpad problem Date: Thu, 12 Apr 2001 11:46:08 -0500 Message-ID: <001d01c0c370$134eaad0$2e9c88d0@wheezer> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i have a laptop with a touchpad that is ps/2 compatible. openbsd and linux recognize it and have no problems. however freebsd and netbsd have the same issue. irq 12 is allocated and recognized at boot, the pms0 driver is assigned. but it does not work at all. any help as to where i need to begin looking to solve this? thanks John Baxter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 10: 2: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id C8A4437B42C for ; Thu, 12 Apr 2001 10:02:03 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([fec0::2e0:7dff:fe81:749d] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.22 #1) id 14njNB-0004ZZ-00; Thu, 12 Apr 2001 16:51:05 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.11.3/8.11.3) id f3CFp5q10408; Thu, 12 Apr 2001 16:51:05 +0100 (BST) (envelope-from ben) Date: Thu, 12 Apr 2001 16:51:05 +0100 From: Ben Smithurst To: David Banning Cc: Mohammad Ikram , freebsd-questions@FreeBSD.ORG Subject: Re: Modem Pluse dialing HOWTO Message-ID: <20010412165104.E75296@scientia.demon.co.uk> References: <20010409092023.88AE836F9@sitemail.everyone.net> <20010412113949.A2781@www3.pacific-pages.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010412113949.A2781@www3.pacific-pages.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David Banning wrote: > the ATDT is the instruction to your modem on how to dial. > Look around for the correct Hayes code for pulse dialing. > My guess would be APDT - ATDP -- Ben Smithurst / ben@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 10:12: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id DA2BB37B424 for ; Thu, 12 Apr 2001 10:11:56 -0700 (PDT) (envelope-from cdillon@wolves.k12.mo.us) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.3) with ESMTP id MAA63904; Thu, 12 Apr 2001 12:11:54 -0500 (CDT) (envelope-from cdillon@wolves.k12.mo.us) Date: Thu, 12 Apr 2001 12:11:53 -0500 (CDT) From: Chris Dillon To: David Daugherty Cc: Subject: Re: make DynaLoader is failing In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 12 Apr 2001, David Daugherty wrote: > Ok, I've isolated the failure in my make buildworld down to the > specific make file. Can anyone please tell me what I'm doing > wrong? From /usr/src I've run make cleandir (twice to be sure) > then deleted everything out of /usr/obj. Re-cvsup'd my tree. Try > make buildworld again and it fails. When I try to make DynaLoader > separately I get the same error. Your system clock is incorrect and your computer probably thinks its living in the 1980's. Set the correct time/date. -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For IA32 and Alpha architectures. IA64, PPC, and ARM under development. http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 10:17: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from everest.wananchi.com (everest.wananchi.com [62.8.64.4]) by hub.freebsd.org (Postfix) with ESMTP id 48AB737B422 for ; Thu, 12 Apr 2001 10:16:58 -0700 (PDT) (envelope-from wash@everest.wananchi.com) Received: from wash by everest.wananchi.com with local (Exim 3.22 #2) id 14nhUe-000Nhf-00 for freebsd-questions@freebsd.org; Thu, 12 Apr 2001 16:50:40 +0300 Date: Thu, 12 Apr 2001 16:50:40 +0300 From: Odhiambo Washington To: FBSD-Q Subject: Deprecated Message-ID: <20010412165040.B85363@everest.wananchi.com> Mail-Followup-To: Odhiambo Washington , FBSD-Q Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="EeQfGwPcQSOJBaQU" Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD everest.wananchi.com 4.3-RC FreeBSD 4.3-RC X-Mailer: Mutt http://www.mutt.org/ X-Location: Nairobi, KE, East Africa. X-Uptime: 4:49PM up 8 days, 8:19, 4 users, load averages: 0.80, 0.36, 0.19 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sorry guys but I think I missed this one while fighting a war with DNS! options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices I tried compiling a kernel today and this was rejected. Any reference to where it was discussed, please.. TIA -Wash -- Odhiambo Washington Wananchi Online Ltd., wash@wananchi.com 1st Flr Loita Hse Tel: 254 2 313985 Loita Street., Fax: 254 2 313922 PO Box 10286, 00100-NAIROBI,KE. "For three days after death hair and fingernails continue to grow but phone calls taper off." -- Johnny Carson --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE61bKwn7LIsuxjem8RAgyGAJ9Wd2LTm74mzjdej05GzuPZWW90WgCfVkPR krSJkSynjHyDY6d7LgfMYPk= =DWcl -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 10:18:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dualcpus.com (dualcpus.com [65.160.20.195]) by hub.freebsd.org (Postfix) with SMTP id 9874937B440 for ; Thu, 12 Apr 2001 10:18:23 -0700 (PDT) (envelope-from jgowdy@home.com) Received: (qmail 70930 invoked from network); 12 Apr 2001 17:18:21 -0000 Received: from server.sherline.net (HELO server2) (hasdf@216.120.87.3) by dualcpus.com with SMTP; 12 Apr 2001 17:18:21 -0000 Message-ID: <000f01c0c374$907cbb10$035778d8@sherline.net> From: "Jeremiah Gowdy" To: "Joseph E. Royce" Cc: "E. Jordan Bojar" , References: <01Apr12.092422edt.115224@gateway.intersys.com> <004c01c0c357$445c61d0$aa240018@cx443070b> <20010412104415.A78547@freyr.cba.ualr.edu> Subject: Re: RC3 ISO? Date: Thu, 12 Apr 2001 10:18:16 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Thu, Apr 12, 2001 at 06:48:34AM -0700, Jeremiah Gowdy wrote: > > > I've been away for a week... > > > > > > Is there an ISO up for 4.3 release candidate three? > > > > > > > An ISO for a release candidate ? I think you're confused. They don't make > > ISOs of RC until it becomes RELEASE. > > > > Yes, they do. Take a look: > ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/ > Well, fsck me. My bad. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 10:20:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 11DA137B422 for ; Thu, 12 Apr 2001 10:20:13 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([fec0::2e0:7dff:fe81:749d] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.22 #1) id 14nkkr-0002bA-00; Thu, 12 Apr 2001 18:19:37 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.11.3/8.11.3) id f3CHJaG47307; Thu, 12 Apr 2001 18:19:36 +0100 (BST) (envelope-from ben) Date: Thu, 12 Apr 2001 18:19:36 +0100 From: Ben Smithurst To: BSD Blood Cc: freebsd-questions@freebsd.org Subject: Re: CVSup protocol Message-ID: <20010412181936.F75296@scientia.demon.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG BSD Blood wrote: > I use CVSup to update my source tree. What services/protocol (ports) need to > be enabled in the firewall? Is it FTP, ssh, etc. ? CVSup uses its own protocol which runs on port 5999. Use tcpdump to find out exactly what it's doing if just enabling port 5999 doesn't work; it has a few different modes, some of which need more than one connection to the server, but I think the default now is multiplexed mode over a single connection to port 5999. -- Ben Smithurst / ben@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 10:21:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gate1.health.state.ny.us (gate.health.state.ny.us [192.135.176.62]) by hub.freebsd.org (Postfix) with SMTP id F27E137B424 for ; Thu, 12 Apr 2001 10:21:25 -0700 (PDT) (envelope-from sds07@health.state.ny.us) Received: by gate1.health.state.ny.us id NAA26718 (InterLock SMTP Gateway 4.2 for freebsd-questions@freebsd.org); Thu, 12 Apr 2001 13:21:05 -0400 Message-Id: <200104121721.NAA26718@gate1.health.state.ny.us> Received: by gate1.health.state.ny.us (Internal Mail Agent-1); Thu, 12 Apr 2001 13:21:05 -0400 X-Lotus-Fromdomain: NYSDOH From: "Steven D. Smith" To: Odhiambo Washington Cc: FBSD-Q Date: Thu, 12 Apr 2001 13:20:35 -0400 Subject: Re: Deprecated Mime-Version: 1.0 Content-Type: multipart/mixed; Boundary="0__=lZeC4FqCnbSD7hCURAUPeMF8kDxTgdrlhQ0qW2LkS56rtSLI9IkbijKo" Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --0__=lZeC4FqCnbSD7hCURAUPeMF8kDxTgdrlhQ0qW2LkS56rtSLI9IkbijKo Content-type: text/plain; charset=us-ascii Content-Disposition: inline Check the ata(4) ? man page... There's something about enabling dma in loader.conf via hw.ata.dma="1"... Anyway, read the man page first! Odhiambo Washington on 04/12/2001 09:50:40 AM To: FBSD-Q cc: (bcc: Steven D. Smith/HSB/ISHSG/DIVADMIN/DOH) Subject: Deprecated Sorry guys but I think I missed this one while fighting a war with DNS! options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices I tried compiling a kernel today and this was rejected. Any reference to where it was discussed, please.. TIA -Wash -- Odhiambo Washington Wananchi Online Ltd., wash@wananchi.com 1st Flr Loita Hse Tel: 254 2 313985 Loita Street., Fax: 254 2 313922 PO Box 10286, 00100-NAIROBI,KE. "For three days after death hair and fingernails continue to grow but phone calls taper off." -- Johnny Carson --0__=lZeC4FqCnbSD7hCURAUPeMF8kDxTgdrlhQ0qW2LkS56rtSLI9IkbijKo Content-type: application/octet-stream; name="att1.unk" Content-Disposition: attachment; filename="att1.unk" Content-transfer-encoding: base64 LS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0NClZlcnNpb246IEdudVBHIHYxLjAuNCAoRnJl ZUJTRCkNCkNvbW1lbnQ6IEZvciBpbmZvIHNlZSBodHRwOi8vd3d3LmdudXBnLm9yZw0KDQppRDhE QlFFNjFiS3duN0xJc3V4amVtOFJBZ3lHQUo5V2QyTFRtNzRtempkZWowNUd6dVBaV1c5MFdnQ2ZW a1BSDQprclNKa1N5bmpIeURZNmQ3TGdmTVlQaz0NCj1EV2NsDQotLS0tLUVORCBQR1AgU0lHTkFU VVJFLS0tLS0NCg0K --0__=lZeC4FqCnbSD7hCURAUPeMF8kDxTgdrlhQ0qW2LkS56rtSLI9IkbijKo-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 10:24:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c182500-a.frndl1.wa.home.com (c182500-a.frndl1.wa.home.com [65.0.27.92]) by hub.freebsd.org (Postfix) with SMTP id 4DB7A37B43E for ; Thu, 12 Apr 2001 10:24:32 -0700 (PDT) (envelope-from davidd@datasphereweb.com) Received: (qmail 16376 invoked from network); 12 Apr 2001 17:24:31 -0000 Received: from unknown (HELO kennedy) (156.27.134.89) by c182500-a.frndl1.wa.home.com with SMTP; 12 Apr 2001 17:24:31 -0000 From: "David Daugherty" To: "Chris Dillon" , "David Daugherty" Cc: Subject: RE: make DynaLoader is failing Date: Thu, 12 Apr 2001 10:19:16 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks, someone wrote me back and explained this to me. The time was actually a completely different millenium, Jan 7, 1999. But hey the time was right :) --- |> /\ \/ @ davidd@datasphereweb.com DataSphere - Back end web programming, site security, and networking david.daugherty@netmanage.com Software Engineer NetManage - The Bridge to E-Business http://www.wcug.wwu.edu/~doc ICQ: 21106703 "I like the dreams of the future better than the history of the past" - Thomas Jefferson > -----Original Message----- > From: Chris Dillon [mailto:cdillon@wolves.k12.mo.us] > Sent: Thursday, April 12, 2001 10:12 AM > To: David Daugherty > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: make DynaLoader is failing > > > On Thu, 12 Apr 2001, David Daugherty wrote: > > > Ok, I've isolated the failure in my make buildworld down to the > > specific make file. Can anyone please tell me what I'm doing > > wrong? From /usr/src I've run make cleandir (twice to be sure) > > then deleted everything out of /usr/obj. Re-cvsup'd my tree. Try > > make buildworld again and it fails. When I try to make DynaLoader > > separately I get the same error. > > Your system clock is incorrect and your computer probably thinks its > living in the 1980's. Set the correct time/date. > > > -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net > FreeBSD: The fastest and most stable server OS on the planet. > For IA32 and Alpha architectures. IA64, PPC, and ARM under development. > http://www.freebsd.org > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 10:42: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp1fb.rdc-nyc.rr.com [24.29.99.76]) by hub.freebsd.org (Postfix) with ESMTP id 0430D37B422 for ; Thu, 12 Apr 2001 10:41:57 -0700 (PDT) (envelope-from jmslivko@nyc.rr.com) Received: (apparently) from darkstar ([24.29.134.4]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Thu, 12 Apr 2001 13:45:26 -0400 Message-ID: <000c01c0c378$c0dffb10$04861d18@darkstar> From: "Jonathan M. Slivko" To: , References: Subject: Re: Public Eye Date: Thu, 12 Apr 2001 13:48:13 -0400 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.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yet another very offtopic spam. ---- Jonathan M. Slivko Systems Administrator, DataSyrge Internet Services Website: http://home.nyc.rr.com/jmsnyc/ "FreeBSD -- The Power to Serve!" (PGP Key Available on Website) ---- ----- Original Message ----- From: To: Sent: Thursday, April 12, 2001 12:04 PM Subject: Public Eye > How could your organization support Yahoo! when they support pornography? > The public does take notice. > Don't you think it is time that we started standing up for human dignity and > changing back the clock to when integrity flourished? > You have to ask yourself, what legacy will I leave for the next generation? > Will your legacy improve or degenerate society? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 10:44: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id 043D937B43E for ; Thu, 12 Apr 2001 10:44:06 -0700 (PDT) (envelope-from cschindl@wam.umd.edu) Received: from rac1.wam.umd.edu (IDENT:root@rac1.wam.umd.edu [128.8.10.141]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id NAA12145; Thu, 12 Apr 2001 13:44:01 -0400 (EDT) Received: from rac1.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac1.wam.umd.edu (8.9.3/8.9.3) with SMTP id NAA19880; Thu, 12 Apr 2001 13:44:01 -0400 (EDT) Received: from localhost (cschindl@localhost) by rac1.wam.umd.edu (8.9.3/8.9.3) with ESMTP id NAA19875; Thu, 12 Apr 2001 13:44:00 -0400 (EDT) X-Authentication-Warning: rac1.wam.umd.edu: cschindl owned process doing -bs Date: Thu, 12 Apr 2001 13:44:00 -0400 (EDT) From: "c. schindler" To: Jeremiah Gowdy Cc: michael@tenzo.com, freebsd-questions@FreeBSD.ORG Subject: Re: Pornography on Yahoo In-Reply-To: <003c01c0c2f3$b6ee83e0$aa240018@cx443070b> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sounds like someone is having a bad day. -------------- chris news for free-bsd questions, stuff that really matters On Wed, 11 Apr 2001, Jeremiah Gowdy wrote: > > Based on the Friends I've known, I'd cut her some slack. It's likely she > > doesn't understand the relationship between Yahoo and FreeBSD but is > > motivated by principle to raise what she considers an important issue. > > Compared to her single post, much more noise has been added to the list by > > all the people who've felt it necessary to respond with ridicule. > > And I believe people can keep their damned morals and principles to > themselves and not try to push them on others. It would be one thing to > talk to people in conversation about it. But to spam an email list with her > "important issues" is a bunch of crap. Just because she's a "Friend" or a > Quaker, that's doesn't mean she gets any special excuse to push her morals > on -questions. If my morals and beliefs caused me to want to push Atheism > on this mailing list would I get the same "slack" ? I think not. Quakers > are people too, and I could care less what kind of great "Friend" she is. > If the friends are all about spamming my email box with their morals, then I > don't consider them a "Friend". > > > My hunch is that the Friends would probably view pornography as a violence > > issue and it's hard to find a religious community that has done more to > > combat violence in all forms. I have a lot of relatives who are Friends > and > > I've always admired their committment to peace, rejection of religious > dogma, > > and willingness to put their beliefs on the line. > > Who gives a damn how they view pornography ? I view pornography with my > DVD-ROM. Big deal. So many religious people feel they have a right to push > their views, morals, and beliefs on others. I have one thing to say to > that. FOAD. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 10:47:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from demokritos.cytanet.com.cy (demokritos.cytanet.com.cy [195.14.133.252]) by hub.freebsd.org (Postfix) with ESMTP id BEACB37B42C for ; Thu, 12 Apr 2001 10:47:27 -0700 (PDT) (envelope-from costcon@cytanet.com.cy) Received: from megahz (ni-5-37.cytanet.com.cy [195.14.128.37]) by demokritos.cytanet.com.cy (8.9.3/8.9.3) with SMTP id UAA03717 for ; Thu, 12 Apr 2001 20:47:25 +0300 (EET DST) Message-ID: <001e01c0c378$f2024220$25800ec3@cytanet.com.cy> From: "MegaHz" To: Subject: Date: Thu, 12 Apr 2001 20:49:27 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001B_01C0C392.10902EA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_001B_01C0C392.10902EA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, my name is Andreas Constantinides and I am the manager and administrator = of a small company in Cyprus called cHp (www.cyhackportal.com). I've been using linux for 8 years, and I've been using FreeBSD for the = past 4 years, and it's great.=20 I am sending this e-mail to you to ask you if I can be the FreeBSD = reseller/vendor for Cyprus. I have a big experience in BSD, and I have a respectable name in the = Cypriot's internet world. Please answer me about the above. Thank you. Andreas Constantinides (MegaHz) Owner - Admin of www.cyhackportal.com admin@cyhackportal.com ICQ#: 30136845 Tel: 003579463872 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ------=_NextPart_000_001B_01C0C392.10902EA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
my name is Andreas Constantinides and I = am the=20 manager and administrator of a small company in Cyprus called cHp (www.cyhackportal.com).
I've been using linux for 8 years, and = I've been=20 using FreeBSD for the past 4 years, and it's great. =
I am sending this e-mail to you to ask = you if I can=20 be the FreeBSD reseller/vendor for Cyprus.
I have a big experience in = BSD, and I=20 have a respectable name in the Cypriot's internet world.
 
Please answer me about the = above.
 
 
 
Thank you.
 
 
 
Andreas Constantinides = (MegaHz)

Owner - Admin of www.cyhackportal.com
ICQ#: 30136845
Tel:=20 003579463872
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D
------=_NextPart_000_001B_01C0C392.10902EA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 10:51:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns-exch05.jccc.net (ns-exch05.jccc.net [198.248.56.5]) by hub.freebsd.org (Postfix) with ESMTP id F278A37B423 for ; Thu, 12 Apr 2001 10:51:44 -0700 (PDT) (envelope-from ndunker@jccc.net) Received: by ns-exch05 with Internet Mail Service (5.5.2653.19) id ; Thu, 12 Apr 2001 12:49:35 -0500 Message-ID: From: Noah Dunker To: "'freebsd-questions@freebsd.org'" Subject: Laptop - Garbled Keyboard? Date: Thu, 12 Apr 2001 12:49:29 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is really baking my noodle. I acquired an IBM ThinkPad 755C (which I lovingly refer to as the "StinkPad") and FreeBSD /really/ hates the keyboard on it. The keyboard works fine within BTX. I can type whatever I want, however I want before the kernel loads. I built a new kernel with: options PCVT_SCANSET=2 As shown in the "kernelconfig.html" part of the handbook, which seems to be the only documented "ThinkPad" specific thing in the kernel, saying the ThinkPad uses a non- standard keyboard. Since i can get in with BTX, I fed it the new kernel path, and It didn't make a darn bit of difference. Telnetting in and running uname -a, I could verify the new kernel was indeed running, and not the GENERIC kernel. I can't remember what all it does, but I remember that the letter "a" produces 2 carriage returns, and most of the "dead keys" such as Shift, Control, and Alt will produce normal letters or strange control characters, making it impossible to cleanly shut down the system from the console. Any clues on this one? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 10:53:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from Terry.Dorm8.NCTU.edu.tw (Terry.Dorm8.NCTU.edu.tw [140.113.93.99]) by hub.freebsd.org (Postfix) with ESMTP id 5B4F337B449 for ; Thu, 12 Apr 2001 10:53:42 -0700 (PDT) (envelope-from ijliao@Terry.Dorm8.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm8.NCTU.edu.tw (8.11.3/8.11.2) id f3CHs4J30961 for freebsd-questions@FreeBSD.ORG; Fri, 13 Apr 2001 01:54:05 +0800 (CST) (envelope-from ijliao) Date: Fri, 13 Apr 2001 01:54:04 +0800 From: Ying-Chieh Liao To: freebsd-questions@FreeBSD.ORG Subject: cast int to enum in C++ Message-ID: <20010413015404.A30645@terry.dragon2.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In C, compiling following code is all ok but in C++, there's some err msgs : test.cpp:12: conversion from `int' to `enum test' I've tried g++ -fenum-int-equiv test.cpp, but it said that this flag is no longer supported :< what can I do ? dont suggest me to change tmp(1) to tmp(TEST1) ... typedef enum { TEST1=1, TEST2=2, TEST3=3 } test; void tmp(test argv) { return; } int main(void) { tmp(1); } -- Allocate four digits for the year part of a date : a new millennium is coming. --- David Huber To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 10:56: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail9.sdc1.sfba.home.com (femail9.sdc1.sfba.home.com [24.0.95.89]) by hub.freebsd.org (Postfix) with ESMTP id A741537B42C for ; Thu, 12 Apr 2001 10:56:06 -0700 (PDT) (envelope-from graywane@home.com) Received: from cg392862-a.adubn1.nj.home.com ([65.2.79.221]) by femail9.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010412175606.CBFV146.femail9.sdc1.sfba.home.com@cg392862-a.adubn1.nj.home.com> for ; Thu, 12 Apr 2001 10:56:06 -0700 Received: (from graywane@localhost) by cg392862-a.adubn1.nj.home.com (8.11.3/8.11.3) id f3CHu5U01186 for freebsd-questions@freebsd.org; Thu, 12 Apr 2001 13:56:05 -0400 (EDT) (envelope-from graywane) Date: Thu, 12 Apr 2001 13:56:04 -0400 From: Graywane To: freebsd-questions@freebsd.org Subject: Loki Linux games under FreeBSD Message-ID: <20010412135604.A1163@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anyone had any success running the Linux games put out by www.lokigames.com on a FreeBSD system? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 11: 4:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail01.domainbank.com (mail.domainbank.com [209.92.184.36]) by hub.freebsd.org (Postfix) with ESMTP id 3A7DF37B61E for ; Thu, 12 Apr 2001 11:04:09 -0700 (PDT) (envelope-from jdmiller@domainbank.com) Received: from mordor (mordor.domainbank.com [192.168.2.18]) by mail01.domainbank.com (Vircom SMTPRS 4.5.186) with SMTP id for ; Thu, 12 Apr 2001 14:04:09 -0400 Message-ID: <029b01c0c37a$f883af60$1202a8c0@domainbank.com> From: "Jeff Miller" To: References: <20010412135604.A1163@home.com> Subject: Re: Loki Linux games under FreeBSD Date: Thu, 12 Apr 2001 14:04:08 -0400 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I tried to get Quake3 to work w/ my Voodoo3, but no dice. Anyone have an idea if they'll put Q3 back in the ports collection? ----- Original Message ----- From: "Graywane" To: Sent: Thursday, April 12, 2001 1:56 PM Subject: Loki Linux games under FreeBSD > Has anyone had any success running the Linux games put out by > www.lokigames.com on a FreeBSD system? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 11: 6:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from heorot.1nova.com (sub24-23.member.dsl-only.net [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id E11DD37B424 for ; Thu, 12 Apr 2001 11:06:39 -0700 (PDT) (envelope-from hamellr@1nova.com) Received: by heorot.1nova.com (Postfix, from userid 1000) id EAA6618CC; Wed, 11 Apr 2001 11:30:46 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by heorot.1nova.com (Postfix) with ESMTP id D919318CB; Wed, 11 Apr 2001 11:30:46 -0700 (PDT) Date: Wed, 11 Apr 2001 11:30:46 -0700 (PDT) From: Rick Hamell To: Graywane Cc: freebsd-questions@freebsd.org Subject: Re: Loki Linux games under FreeBSD In-Reply-To: <20010412135604.A1163@home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Has anyone had any success running the Linux games put out by > www.lokigames.com on a FreeBSD system? They do most of their testing on FreeBSD. If you read the forums they're always talking about how much more stable FreeBSD is compared to Linux's fragmentation. :) I think it also says in the FAQ on their site that you can as long as Linux Emulation in enabled. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 11:19:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ra.upan.org (ra.upan.org [204.107.76.19]) by hub.freebsd.org (Postfix) with ESMTP id 5B30A37B43E for ; Thu, 12 Apr 2001 11:19:18 -0700 (PDT) (envelope-from mikel@ocsinternet.com) Received: from ocsinternet.com (thoth.upan.org [204.107.76.16]) by ra.upan.org (8.11.1/8.11.1) with ESMTP id f3CIIwZ73193; Thu, 12 Apr 2001 14:18:58 -0400 (EDT) (envelope-from mikel@ocsinternet.com) Message-ID: <3AD5F39A.7CD57B9@ocsinternet.com> Date: Thu, 12 Apr 2001 14:27:38 -0400 From: Mikel X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en,it MIME-Version: 1.0 To: Ethicalmind@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Public Eye References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I really hate to reply to this sadly misguided individual...but... Ethicalmind@aol.com wrote: > How could your organization support Yahoo! when they support pornography? > The public does take notice. > Don't you think it is time that we started standing up for human dignity and > changing back the clock to when integrity flourished? > You have to ask yourself, what legacy will I leave for the next generation? > Will your legacy improve or degenerate society? > MOST DEFINATELY IMPROVE IT! NOW BACK BACK YOU SILLY TrOLL, and don't ya come round here no more cause we don't want you degenerating our social backbone. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 11:21: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ra.upan.org (ra.upan.org [204.107.76.19]) by hub.freebsd.org (Postfix) with ESMTP id E5CE037B423 for ; Thu, 12 Apr 2001 11:21:03 -0700 (PDT) (envelope-from mikel@ocsinternet.com) Received: from ocsinternet.com (thoth.upan.org [204.107.76.16]) by ra.upan.org (8.11.1/8.11.1) with ESMTP id f3CIKiZ73215; Thu, 12 Apr 2001 14:20:44 -0400 (EDT) (envelope-from mikel@ocsinternet.com) Message-ID: <3AD5F403.91696D9@ocsinternet.com> Date: Thu, 12 Apr 2001 14:29:23 -0400 From: Mikel X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en,it MIME-Version: 1.0 To: Graywane Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Loki Linux games under FreeBSD References: <20010412135604.A1163@home.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I once was able to get civilization to work sort of. but Didn't have any luck with soul blighter... Graywane wrote: > Has anyone had any success running the Linux games put out by > www.lokigames.com on a FreeBSD system? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 11:21:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id 7AFD737B424 for ; Thu, 12 Apr 2001 11:21:32 -0700 (PDT) (envelope-from cschindl@wam.umd.edu) Received: from rac1.wam.umd.edu (IDENT:root@rac1.wam.umd.edu [128.8.10.141]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id OAA15407; Thu, 12 Apr 2001 14:21:08 -0400 (EDT) Received: from rac1.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac1.wam.umd.edu (8.9.3/8.9.3) with SMTP id OAA00371; Thu, 12 Apr 2001 14:21:08 -0400 (EDT) Received: from localhost (cschindl@localhost) by rac1.wam.umd.edu (8.9.3/8.9.3) with ESMTP id OAA00361; Thu, 12 Apr 2001 14:21:08 -0400 (EDT) X-Authentication-Warning: rac1.wam.umd.edu: cschindl owned process doing -bs Date: Thu, 12 Apr 2001 14:21:08 -0400 (EDT) From: "c. schindler" To: Mikel Cc: Ethicalmind@aol.com, freebsd-questions@FreeBSD.ORG Subject: Re: Public Eye In-Reply-To: <3AD5F39A.7CD57B9@ocsinternet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG right on mike. . .tell him off. ----------- chris On Thu, 12 Apr 2001, Mikel wrote: > I really hate to reply to this sadly misguided individual...but... > > Ethicalmind@aol.com wrote: > > > How could your organization support Yahoo! when they support pornography? > > The public does take notice. > > Don't you think it is time that we started standing up for human dignity and > > changing back the clock to when integrity flourished? > > You have to ask yourself, what legacy will I leave for the next generation? > > Will your legacy improve or degenerate society? > > > > MOST DEFINATELY IMPROVE IT! > > NOW BACK BACK YOU SILLY TrOLL, and don't ya come round here no more cause we > don't want you degenerating our social backbone. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 11:41:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.akalink.com (akalink.com [64.23.81.14]) by hub.freebsd.org (Postfix) with SMTP id C329737B43F for ; Thu, 12 Apr 2001 11:41:35 -0700 (PDT) (envelope-from rst@akalink.com) Received: (qmail 97267 invoked from network); 12 Apr 2001 17:40:20 -0000 Received: from unknown (HELO gmoto) (64.23.81.14) by akalink.com with SMTP; 12 Apr 2001 17:40:20 -0000 Message-ID: <001301c0c380$78978500$0200320a@gmoto> From: "mmap" To: Subject: Make ftpd failure Date: Thu, 12 Apr 2001 14:43:30 -0400 Organization: Akalink MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0010_01C0C35E.F13B2060" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0010_01C0C35E.F13B2060 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, When I build ftpd from 4-stable, I get the following error. cc -O -pipe -DSETPROCTITLE -DSKEY -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall = -DINET 6 -Dmain=3Dls_main -I/usr/src/libexec/ftpd/../../bin/ls -c ftpd.c ftpd.c: In function `send_file_list': ftpd.c:2663: `GLOB_MAXPATH' undeclared (first use in this function) ftpd.c:2663: (Each undeclared identifier is reported only once ftpd.c:2663: for each function it appears in.) ftpd.c:2652: warning: variable `dout' might be clobbered by `longjmp' or `vfork' ftpd.c:2653: warning: variable `dirlist' might be clobbered by `longjmp' = or `vfork' ftpd.c:2654: warning: variable `simple' might be clobbered by `longjmp' = or `vfork' ftpd.c:2655: warning: variable `freeglob' might be clobbered by = `longjmp' or `vfork' I also built this on several different machines and I ended up with the = same error. Is their any solution for this problem? Thank you. ------=_NextPart_000_0010_01C0C35E.F13B2060 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,


When I build ftpd from 4-stable, I get the = following=20 error.

cc -O -pipe -DSETPROCTITLE -DSKEY -DLOGIN_CAP = -DVIRTUAL_HOSTING=20 -Wall -DINET
6 -Dmain=3Dls_main=20 -I/usr/src/libexec/ftpd/../../bin/ls   -c ftpd.c
ftpd.c: In = function `send_file_list':
ftpd.c:2663: `GLOB_MAXPATH' undeclared = (first use=20 in this function)
ftpd.c:2663: (Each undeclared identifier is = reported only=20 once
ftpd.c:2663: for each function it appears in.)
ftpd.c:2652: = warning:=20 variable `dout' might be clobbered by `longjmp' = or
`vfork'
ftpd.c:2653:=20 warning: variable `dirlist' might be clobbered by `longjmp'=20 or
`vfork'
ftpd.c:2654: warning: variable `simple' might be = clobbered by=20 `longjmp' or
`vfork'
ftpd.c:2655: warning: variable `freeglob' = might be=20 clobbered by `longjmp' or
`vfork'

I also built this on several = different machines and I ended up with the same error.

Is their = any=20 solution for this problem?

Thank you.
------=_NextPart_000_0010_01C0C35E.F13B2060-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 11:46:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx3out.umbc.edu (mx3out.umbc.edu [130.85.253.53]) by hub.freebsd.org (Postfix) with ESMTP id 8CD2937B43E for ; Thu, 12 Apr 2001 11:46:08 -0700 (PDT) (envelope-from gmiddl1@gl.umbc.edu) Received: from irix2.gl.umbc.edu (gmiddl1@irix2.gl.umbc.edu [130.85.60.11]) by mx3out.umbc.edu (8.9.3/8.9.3) with ESMTP id OAA07684; Thu, 12 Apr 2001 14:46:06 -0400 (EDT) Date: Thu, 12 Apr 2001 14:46:06 -0400 From: "G. Jason Middleton" To: Cc: Subject: Re: Public Eye In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG so what was your question again? how to download porn from YAHOO onto your FreeBSD computer, without your mother or wife knowing? On Thu, 12 Apr 2001 Ethicalmind@aol.com wrote: > How could your organization support Yahoo! when they support pornography? > The public does take notice. > Don't you think it is time that we started standing up for human dignity and > changing back the clock to when integrity flourished? > You have to ask yourself, what legacy will I leave for the next generation? > Will your legacy improve or degenerate society? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > G. Jason Middleton _______________________________________________________________________________ Announcement: The revolution will not be televised. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 11:59:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.malawi.net (mail.malawi.net [208.148.169.7]) by hub.freebsd.org (Postfix) with ESMTP id BE02F37B440 for ; Thu, 12 Apr 2001 11:59:28 -0700 (PDT) (envelope-from kondwani@malawi.net) Received: from one (one.malawi.net [208.148.169.10]) by mail.malawi.net (8.10.0/8.10.0) with SMTP id f3CIwfn18256 for ; Thu, 12 Apr 2001 20:58:42 +0200 (CAT) Message-ID: <000101c0c3de$bfdb4bf0$0aa994d0@one.malawi.net> Reply-To: "Kondie" From: "Kondie" To: Subject: TFTP configuration Date: Fri, 13 Apr 2001 08:58:21 +0300 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-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am trying to configure tftpd on FreeBSD 4.0. I call tftp in inetd.conf with: tftp dgram udp wait nobody /usr/libexec/tftpd tftpd -l -s /kondie /tftpboot I have placed a file smtp.sh in the directory /kondie. When I try to tftp localhost, it is timing out as: $ tftp localhost tftp> put smtp.sh Transfer timed out. tftp> The log shows: chroot: /kondie: Operation not permitted. I have set both directories (/kondie and /tftproot) to mode 777. I also tried running tftpd as root but the same thing happens. How can you assist? Regards, Kondie. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 12: 1:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from darkstar.umd.edu (darkstar.umd.edu [128.8.215.163]) by hub.freebsd.org (Postfix) with ESMTP id 5BAB037B505 for ; Thu, 12 Apr 2001 12:01:27 -0700 (PDT) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (localhost [127.0.0.1]) by darkstar.umd.edu (8.11.2/8.11.2) with ESMTP id f3CIxWb03740; Thu, 12 Apr 2001 14:59:32 -0400 (EDT) (envelope-from bfoz@glue.umd.edu) Message-ID: <3AD5FB14.1C9B6D1F@glue.umd.edu> Date: Thu, 12 Apr 2001 14:59:32 -0400 From: Brandon Fosdick X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Marius Kirschner Cc: BSD Admin , freebsd-questions@FreeBSD.ORG Subject: Re: IMAP (part two) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG About a year ago I too lost a week of my life to cyrus-imap (from ports). In the end I did finally get it working, it was just a matter of finding the right parts of their horribly jumbled documentation. Of course that was a year ago, maybe things have changed. The server is still running the same version of cyrus, I'm afraid to try upgrading it. :) Marius Kirschner wrote: > > I've installed cyrus-imapd from the ports collection, then spend about a > week trying to get it to work (and almost did), but eventually it took me 5 > minutes to wipe it off my HD and stay with pop3. :) The instructions that > come with cyrus-imapd are horrible and a little out-dated. However, next > time I would not use the ports to install it but do it all myself. Using > the ports you kinda lose control what's installed where and that is > important when installing cyrus-imapd as you need to customize quite a few > things afterwards. Naturally, just my .2 cents worth.... > > ---Marius > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of BSD Admin > > Sent: Wednesday, April 11, 2001 1:33 PM > > To: Jan Grant > > Cc: freebsd-questions@FreeBSD.ORG > > Subject: Re: IMAP (part two) > > > > > > I'm using the imapd that came in the ports collection (I don't know which > > one this is). > > > > I actually just found out that my manager wants to use Cyrus IMAP on this > > server, so whatever IMAP I was using from the ports collection is going > > to be scrapped. > > > > Maybe what I need to do now is find some documentation on installing Cyrus > > IMAP... > > > > (any pointers much appriciated :) > > > > Thanks for the reply Jan, > > > > Ashby > > > > > > > > > > > Which IMAP server are you using? The answer, as you might expect, > > > depends. > > > > > > -- > > > jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ > > > Tel +44(0)117 9287163 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk > > > If it's broken really badly - don't fix it either. > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 12:10:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from venus1.ttnet.net.tr (venus1.ttnet.net.tr [212.156.4.3]) by hub.freebsd.org (Postfix) with ESMTP id 83A6E37B443 for ; Thu, 12 Apr 2001 12:10:00 -0700 (PDT) (envelope-from IBP15@bigfoot.com) Received: from ana ([62.248.32.141]) by venus1.ttnet.net.tr (Netscape Messaging Server 4.15) with ESMTP id GBOYJP02.Q7S for ; Thu, 12 Apr 2001 22:11:49 +0400 Message-ID: <29252001441219712790@ana> X-EM-Version: 5, 0, 0, 19 X-EM-Registration: #01B0530810E603002D00 X-Priority: 1 Reply-To: IBP15@bigfoot.com X-MSMail-Priority: High From: "http://www.thebizseeker-turkey.com" To: freebsd-questions@freebsd.org Subject: =?windows-1254?Q?T=FCrkiye'nin_"i=FE"_Portal=FD?= Date: Thu, 12 Apr 2001 22:07:12 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_84815C5ABAF209EF376268C8" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ------=_NextPart_84815C5ABAF209EF376268C8 Content-type: text/plain; charset="windows-1254" ------=_NextPart_84815C5ABAF209EF376268C8 Content-Type: text/html; charset="windows-1254" Türkiye'nin "ÝÞ" Portalý

Ýnternetteki sayfanýzýn "iþ" e yaramasý için, kolaylýkla bulunabilmesi gerekmektedir.

www.thebizseeker-turkey.com Ürünlerini dünyaya sunmak isteyen Turk firmalarýnýn dünya'dan kolaylýkla bulunmalarýný saðlamak üzere yeni kurulmuþ bir "
Türk Ýþ Rehberi" dir.

Pek çok yabancý iþadamý internet üzerinde araþtýrma yapar.
Ve
"iþ", Turkiye'deki herhangi bir faaliyet konusu ise yolu mutlaka thebizseeker-turkey.com'dan geçer.


Eðer siz de Turkiye' nin ilk "iþ" portalýnda yerinizi alýrsanýz, iþadamlarýnýn yolunun sizin sitenizden de geçmemesi için hiç bir neden kalmaz!

Önemli olan internette, doðru yerde bulunmak!

Thebizseeker-turkey.com size doðru yeri gösteriyor.

thebizseeker-turkey.com, internette  en çok kullanýlan arama motorlarýnda
"business in turkey", "companies in turkey", "industry in turkey" vb. Sözcükleriyle arama yapýldýðýnda, karþýnýza gelen ilk sayfada, en üst sýralarda yer almaktadýr


"Dünya Ticaret Ortamý"
nda kolayca bulunabilmek istiyorsanýz,
ücretsiz olarak, sitemizde ana sayfanýn sað alt tarafýnda bulunan
"Add ENTRY" linkini týklayýp firmanýzý kayýt edin.


Türkiye'nin dünyaya açýlan en kolay kapýsýnda buluþmak dileðiyle...




Detaylý bilgi için aþaðýdaki telefonlarýmýzdan
Tuðba Kavici' yi  arayabilirsiniz.

Saha Enformasyon Sistemleri

Telefon:0216-418-3833
marketing2@thebizseeker-turkey.com

--------------------------------------------------------------------------------

BU ÝLETÝ SPAM DEÐÝLDÝR--Bu iletiyi, internette çeþitli kaynaklarda "Business Professional" olarak kayýtlý olduðunuz için aldýnýz.
Bu ileti size yeni bir "business" kaynaðýný haber vermek amacýyla yollanmýþtýr ve tekrar yollanmayacaktýr. Her þeye raðmen bir yanlýþlýk olduðunu düþünüyorsanýz, bu servisten çýkarýlmak için lütfen baþlýðýnda "Remove" olan bir cevap yollayýnýz.

--------------------------------------------------------------------------------

------=_NextPart_84815C5ABAF209EF376268C8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 12:17:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pop3.ids.net (pop3.ids.net [155.212.1.107]) by hub.freebsd.org (Postfix) with ESMTP id C415637B43E for ; Thu, 12 Apr 2001 12:17:26 -0700 (PDT) (envelope-from bobread@ids.net) Received: from ids.net (dialup188g.egr-ri.ids.net [155.212.223.188]) by pop3.ids.net (8.10.1/8.10.1) with ESMTP id f3CJHON16692; Thu, 12 Apr 2001 15:17:24 -0400 (EDT) Message-ID: <3AD5FF42.ABB4D8E1@ids.net> Date: Thu, 12 Apr 2001 15:17:22 -0400 From: Bob Read Reply-To: bobread@ids.net Organization: Church Of The Master [Baptist] X-Mailer: Mozilla 4.7 [en]C-CCK-MCD NSCPCD47 (Win98; I) X-Accept-Language: en,el,Hebrew,fr MIME-Version: 1.0 To: questions Subject: Win98+Linux+FreeBSD? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Looking for some advice. I have been (and am) running Win98 alone on a 13 GB drive. I swap it with a 10 GB drive on which I run Corel Linux alone. I want to install FreeBSD now, but would like to have all three on one drive. I have a 30 GB drive, PowerQuest"s PartitionMagic and DriveCopy. I also have much confusion in my tired old mind after reading all the manuals and trying to put all of the information together. What I think is most puzzling is the sequence in which steps should be performed to get all three systems running on one drive -- and which of the available tools to use when. Can anyone offer advice? Much Thanks, Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 12:22:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from yertle.kciLink.com (yertle.kciLink.com [208.184.13.195]) by hub.freebsd.org (Postfix) with ESMTP id DBECB37B43E for ; Thu, 12 Apr 2001 12:22:35 -0700 (PDT) (envelope-from khera@kciLink.com) Received: from onceler.kciLink.com (onceler.kciLink.com [208.184.13.196]) by yertle.kciLink.com (Postfix) with ESMTP id C0D6E2E45E for ; Thu, 12 Apr 2001 15:22:34 -0400 (EDT) Received: (from khera@localhost) by onceler.kciLink.com (8.11.3/8.11.1) id f3CJMYC60750; Thu, 12 Apr 2001 15:22:34 -0400 (EDT) (envelope-from khera@kciLink.com) X-Authentication-Warning: onceler.kciLink.com: khera set sender to khera@kciLink.com using -f To: questions@freebsd.org Subject: Re: FW: [freebsd-questions] redundant default routes? References: From: Vivek Khera Date: 12 Apr 2001 15:22:34 -0400 In-Reply-To: Message-ID: Lines: 32 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "DM" == Daniel Mester writes: DM> But what if i have two net cards in my box and it's connected to 2 DM> different networks (10.1.3.0/24 & 10.1.4.0/24). DM> How can i set up that every card has its own default route? (I don't DM> need to move packets between this interfaces). Like the original respondent said, you can't. You don't understand the meaning of "default", it seems. The default route is used when no other possible route for a given outbound packet is found. The way routes are found is from the routing table, which you can see with "netstat -r". Now, any computer physically connected to the same ethernet as either one of your cards will have a route indicating with ethernet card to use. If the destination packet is not one of those /24 networks, then you have to tell your routing table what to do with it. There's no magic here. Either you specifically tell it what to do with every single possible IP address/network, or you specify the default action and a subset of the possible IP addresses/networks. Or, give us an example of what you think should happen when you send a packet to, e.g., 10.1.6.2, 10.1.3.2, 10.1.4.2. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Vivek Khera, Ph.D. Khera Communications, Inc. Internet: khera@kciLink.com Rockville, MD +1-240-453-8497 AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 12:27:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ra.upan.org (ra.upan.org [204.107.76.19]) by hub.freebsd.org (Postfix) with ESMTP id 73C4037B422 for ; Thu, 12 Apr 2001 12:27:40 -0700 (PDT) (envelope-from mikel@ocsinternet.com) Received: from ocsinternet.com (thoth.upan.org [204.107.76.16]) by ra.upan.org (8.11.1/8.11.1) with ESMTP id f3CJQiZ73545; Thu, 12 Apr 2001 15:26:47 -0400 (EDT) (envelope-from mikel@ocsinternet.com) Message-ID: <3AD6037C.46775C4@ocsinternet.com> Date: Thu, 12 Apr 2001 15:35:24 -0400 From: Mikel X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en,it MIME-Version: 1.0 To: Kondie Cc: freebsd-questions@FreeBSD.ORG Subject: Re: TFTP configuration References: <000101c0c3de$bfdb4bf0$0aa994d0@one.malawi.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kondie, I recommend the following; mkdir /home/tftp chown -R nobody:wheel /home/tftp set up /etc/inetd.conf like so. tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /home/tftp kill -HUP `awk '/inetd/{print $1;exit}'` Ok now I've found that with cisco routers and a couple of other tftp devices like Computone termservers, if the file don't already exhist you'll get an error. So in order to avoid the problem do the following; touch /home/tftp/gw1 now you should be able to write net on a cisco router and follow the prompts. Just remember to use the name you touched instead of the one they think you should use... Ok and one final note if you've got a firewall running then remember to open tcp/udp in/out for port 69... cheers, Mikel Kondie wrote: > Hello, > > I am trying to configure tftpd on FreeBSD 4.0. I call tftp in inetd.conf > with: > > tftp dgram udp wait nobody /usr/libexec/tftpd tftpd -l -s > /kondie /tftpboot > > I have placed a file smtp.sh in the directory /kondie. When I try to tftp > localhost, it is timing out as: > $ tftp localhost > tftp> put smtp.sh > Transfer timed out. > > tftp> > > The log shows: > > chroot: /kondie: Operation not permitted. > > I have set both directories (/kondie and /tftproot) to mode 777. I also > tried running tftpd as root but the same thing happens. > > How can you assist? > > Regards, > > Kondie. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 12:32:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sleipner.eiffel.dk (sub19-229.member.dsl-only.net [63.105.19.229]) by hub.freebsd.org (Postfix) with ESMTP id 4550F37B424 for ; Thu, 12 Apr 2001 12:32:19 -0700 (PDT) (envelope-from flemming@froekjaer.org) Received: from tychobrahe (sub19-225.member.dsl-only.net [63.105.19.225]) by sleipner.eiffel.dk (8.11.1/8.11.1) with SMTP id f3MI0eN18207; Sun, 22 Apr 2001 11:00:40 -0700 (PDT) (envelope-from flemming@froekjaer.org) Message-Id: <4.1.20010412122835.00a96460@sleipner.eiffel.dk> X-Sender: flemming@sleipner.eiffel.dk X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Thu, 12 Apr 2001 12:32:15 -0700 To: BSD Admin From: Flemming =?iso-8859-1?Q?Fr=F8kj=E6r?= Subject: Re: IMAP (part two) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Oreilly has a god book, Managing IMAP, with 4 chapters about Cyrus. http://www.oreilly.com/catalog/mimap/ Chapter 9, Cyrus System Administration, is online: http://www.oreilly.com/catalog/mimap/chapter/ch09.html \Flemming At 12:32 PM 4/11/2001 -0500, you wrote: >I'm using the imapd that came in the ports collection (I don't know which >one this is). > >I actually just found out that my manager wants to use Cyrus IMAP on this >server, so whatever IMAP I was using from the ports collection is going >to be scrapped. > >Maybe what I need to do now is find some documentation on installing Cyrus >IMAP... > >(any pointers much appriciated :) > >Thanks for the reply Jan, > >Ashby > > > > >> Which IMAP server are you using? The answer, as you might expect, >> depends. >> >> -- >> jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ >> Tel +44(0)117 9287163 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk >> If it's broken really badly - don't fix it either. >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message >> > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 12:34:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.urx.com (mail.urx.com [63.170.19.36]) by hub.freebsd.org (Postfix) with ESMTP id A669737B422 for ; Thu, 12 Apr 2001 12:34:22 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com [206.159.132.160] by mail.urx.com with ESMTP (SMTPD32-6.06) id A33C176D024A; Thu, 12 Apr 2001 12:34:20 -0700 Message-ID: <3AD6033C.A1819C47@urx.com> Date: Thu, 12 Apr 2001 12:34:20 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: "Jonathan M. Slivko" Cc: Ethicalmind@aol.com, freebsd-questions@FreeBSD.ORG Subject: Re: Public Eye References: <000c01c0c378$c0dffb10$04861d18@darkstar> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Jonathan M. Slivko" wrote: > > Yet another very offtopic spam. So, don't respond. Someone is orchestrating this. Two misguided people in two days wouldn't appear to be accidental. Look at the headers and in this case, forward it to abuse@aol.com. If AOL gets complaints from 30,000 people around the world, they should take notice. If they all lose their privileges because of this, they will cease harassing us. Kent > > ---- > Jonathan M. Slivko > Systems Administrator, DataSyrge Internet Services > Website: http://home.nyc.rr.com/jmsnyc/ > > "FreeBSD -- The Power to Serve!" > (PGP Key Available on Website) > ---- > > ----- Original Message ----- > From: > To: > Sent: Thursday, April 12, 2001 12:04 PM > Subject: Public Eye > > > How could your organization support Yahoo! when they support pornography? > > The public does take notice. > > Don't you think it is time that we started standing up for human dignity > and > > changing back the clock to when integrity flourished? > > You have to ask yourself, what legacy will I leave for the next > generation? > > Will your legacy improve or degenerate society? > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 12:34:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.eecis.udel.edu (louie.udel.edu [128.175.2.33]) by hub.freebsd.org (Postfix) with SMTP id 2C46837B506 for ; Thu, 12 Apr 2001 12:34:12 -0700 (PDT) (envelope-from tobin@mail.eecis.udel.edu) Received: from ren.eecis.udel.edu by mail.eecis.udel.edu id aa14135; 12 Apr 2001 15:33 EDT Date: Thu, 12 Apr 2001 15:33:16 -0400 (EDT) From: "Elliot L. Tobin" X-X-Sender: To: freebsd-questions@freebsd.org MMDF-Warning: Parse error in original version of preceding line at mail.eecis.udel.edu Subject: Passwordless Printing Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have setup ssh so that I can login to remotehost B from my local machine, A. Since there is no print server running on A, how can I pipe a file to machine B, and print from there? I realize I could scp file user@b:~/tmp/tmp && ssh user@b -q qpr -q smips /tmp/tmp ... Is there a simpler way? Lastly, how can I do this, print from A onto B, from Netscape? I know Netscape makes a temporary file before it prints, but I don't know how to determine what that filename is, or where it is... Thanks for any advice you can offer, EllioT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 12:45: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.prokk.net (smtp.prokk.net [194.42.198.25]) by hub.freebsd.org (Postfix) with ESMTP id ED34037B424 for ; Thu, 12 Apr 2001 12:44:58 -0700 (PDT) (envelope-from green@prokk.net) Received: from user9.prokk.net (user9.prokk.net [194.42.198.109]) by smtp.prokk.net (8.11.1/8.11.1) with ESMTP id f3CJijt96661 for ; Thu, 12 Apr 2001 22:44:49 +0300 (EEST) Date: Thu, 12 Apr 2001 22:45:26 +0300 From: green X-Mailer: The Bat! (v1.49e) Reply-To: green Organization: home X-Priority: 3 (Normal) Message-ID: <7659071.20010412224526@prokk.net> To: freebsd-questions@freebsd.org Subject: pppd + radius Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi ! hi i'll trying to connect pppd with radius server... but with no results ;( can you help me ? -------------- green@prokk.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 12:46: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from magicdoor.deam.org (magicdoor.deam.org [62.156.171.17]) by hub.freebsd.org (Postfix) with ESMTP id B1AD937B423 for ; Thu, 12 Apr 2001 12:45:59 -0700 (PDT) (envelope-from mac.list@deam.org) Received: from deam.org ([10.10.10.99]) by magicdoor.deam.org (8.11.3/8.9.3) with ESMTP id f3CJk5N09129 for ; Thu, 12 Apr 2001 21:46:05 +0200 (CEST) (envelope-from mac.list@deam.org) Message-ID: <3AD6060A.348C55BB@deam.org> Date: Thu, 12 Apr 2001 21:46:18 +0200 From: mac Reply-To: mac.list@deam.org X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: de,en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: help with slow network Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi there, i just moved my freebsd-box (4.3-RC yesterday) from my internel network to the public net - thers some http-stuff on there. i have a router, my freebsd-nat-machine and the webserver connected to a hub. the wbeserver worked just fine in the private net but in the external one i have problems transferring files above 200 or 300 kb. a tcpdump shows nothing - some activity and than a long pause. i had a d-link in there before and now i use a kne100 - but the problem is still the same. does anyone have any suggestions? thanks in advance mac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 12:50:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ra.upan.org (ra.upan.org [204.107.76.19]) by hub.freebsd.org (Postfix) with ESMTP id 85B2F37B43E for ; Thu, 12 Apr 2001 12:50:56 -0700 (PDT) (envelope-from mikel@ocsinternet.com) Received: from ocsinternet.com (thoth.upan.org [204.107.76.16]) by ra.upan.org (8.11.1/8.11.1) with ESMTP id f3CJoRZ73661; Thu, 12 Apr 2001 15:50:27 -0400 (EDT) (envelope-from mikel@ocsinternet.com) Message-ID: <3AD6090B.2C5DAAF@ocsinternet.com> Date: Thu, 12 Apr 2001 15:59:07 -0400 From: Mikel X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en,it MIME-Version: 1.0 To: bobread@ids.net Cc: questions Subject: Re: Win98+Linux+FreeBSD? References: <3AD5FF42.ABB4D8E1@ids.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bob, I have already done that exact same thing. Use PM (hopefully 5.0 or better) to resize the w98 drive. Then leave the leftover space as raw disk drive, and install Corel Linux (go ahead and let it do lilo for now). Just don't let it take over the entire remaining disk space; I mean 4g should be plenty. once that's done and happy, install fBSD and use it to partition the remaining area. Yes it 'should' go that easy. | I'd rate this job: | +===========+ | 1 2 3 4 5 6 7 | | # # # # | +===========+ I think I've been watching too many home repair shows...;) Cheers, Mikel Bob Read wrote: > Looking for some advice. > > I have been (and am) running Win98 alone on a 13 GB drive. I swap it > with a 10 GB drive on which I run Corel Linux alone. I want to install > FreeBSD now, but would like to have all three on one drive. I have > a 30 GB drive, PowerQuest"s PartitionMagic and DriveCopy. I also have > much confusion in my tired old mind after reading all the manuals and > trying to put all of the information together. What I think is most > puzzling is the sequence in which steps should be performed to get > all three systems running on one drive -- and which of the available > tools to use when. > > Can anyone offer advice? > > Much Thanks, > > Bob > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 12:56:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gscamnlm03.wr.usgs.gov (gscamnlm03.wr.usgs.gov [130.118.4.113]) by hub.freebsd.org (Postfix) with ESMTP id B629D37B424; Thu, 12 Apr 2001 12:56:07 -0700 (PDT) (envelope-from rsowders@usgs.gov) To: tigger@ebom.org Cc: freebsd-questions@FreeBSD.ORG, owner-freebsd-questions@FreeBSD.ORG Subject: Re: Restart network without reboot? X-Mailer: Lotus Notes Release 5.0.3 March 21, 2000 Message-ID: From: "Robert L Sowders" Date: Thu, 12 Apr 2001 12:55:59 -0700 X-MIMETrack: Serialize by Router on gscamnlm03/SERVER/USGS/DOI(Release 5.0.3 |March 21, 2000) at 04/12/2001 12:56:06 PM, Serialize complete at 04/12/2001 12:56:07 PM, Serialize by Router on gscamnlm03/SERVER/USGS/DOI(Release 5.0.3 |March 21, 2000) at 04/12/2001 12:56:07 PM MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you just want to shut down the network then you could try ifconfig name_of_interface down then ifconfig name_of_interface up see man ifconfig or init 1 to drop to single user mode without network and then exit to return to init3 with network As it turns out, these both are considered so standard that it would be stating the obvious to most unix admins. Unfortunantly that is the case with a lot of things in Unix and is probably why the learning curve is so high. tigger@ebom.org Sent by: owner-freebsd-questions@FreeBSD.ORG 04/11/2001 04:27 AM To: freebsd-questions@FreeBSD.ORG cc: Subject: Restart network without reboot? --sorry if the list gets this twice, had email problems too-- I think this must be one of them super simple things that everyone must know but me :] I've done the following; added a line to /etc/rc.d mv /usr/local/etc/rc.d/proftpd.sh.sample to /usr/local/etc/rc.d/proftpd.sh chmod 555 /usr/local/etc/rc.d/proftpd.sh (which does not seem quite right to me) And now I want to restart the network without doing a shutdown -r now I'm guessing its something like killall -1 'insert unknown here' I've also been looking over lots of help and FAQ's online, nothing mentions how to do this (that I've seen). I thought the answer would have been on http://www.freebsd.org/FAQ/admin.html but its not. Thanx for reading this major newbie question :] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 13: 3:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.lee.net (trinity.lee.net [208.229.121.1]) by hub.freebsd.org (Postfix) with ESMTP id 6D43537B424 for ; Thu, 12 Apr 2001 13:03:50 -0700 (PDT) (envelope-from awells@journalstar.com) Received: from journalstar.com (leepcC-018.sub-c.lee.net [208.205.126.18]) by trinity.lee.net (8.9.3/8.9.3) with ESMTP id NAA12556 for ; Thu, 12 Apr 2001 13:54:46 -0500 Message-ID: <3AD607CC.CC1913BE@journalstar.com> Date: Thu, 12 Apr 2001 14:53:48 -0500 From: Tony Wells X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: CA-2001-07 patch? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was wondering if a patch had been released yet for the ftpd file glob'ing exploit. I searched the archives, and looked at the security advisories, but haven't found anything. TIA Tony Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 13:20:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from magicdoor.deam.org (magicdoor.deam.org [62.156.171.17]) by hub.freebsd.org (Postfix) with ESMTP id D82A937B446 for ; Thu, 12 Apr 2001 13:20:20 -0700 (PDT) (envelope-from mac.list@deam.org) Received: from deam.org ([10.10.10.99]) by magicdoor.deam.org (8.11.3/8.9.3) with ESMTP id f3CKKQN09295 for ; Thu, 12 Apr 2001 22:20:27 +0200 (CEST) (envelope-from mac.list@deam.org) Message-ID: <3AD60E17.1A55F39B@deam.org> Date: Thu, 12 Apr 2001 22:20:40 +0200 From: mac Reply-To: mac.list@deam.org X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: de,en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: help with slow network References: <3AD6060A.348C55BB@deam.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG some addition: su-2.03# ping -s 1260 mac PING mac.deam.org (62.156.171.18): 1260 data bytes 1268 bytes from 62.156.171.18: icmp_seq=0 ttl=255 time=3.147 ms 1268 bytes from 62.156.171.18: icmp_seq=1 ttl=255 time=2.844 ms 1268 bytes from 62.156.171.18: icmp_seq=2 ttl=255 time=3.010 ms 1268 bytes from 62.156.171.18: icmp_seq=3 ttl=255 time=2.858 ms 1268 bytes from 62.156.171.18: icmp_seq=4 ttl=255 time=2.898 ms 1268 bytes from 62.156.171.18: icmp_seq=5 ttl=255 time=2.842 ms 1268 bytes from 62.156.171.18: icmp_seq=6 ttl=255 time=2.827 ms 1268 bytes from 62.156.171.18: icmp_seq=7 ttl=255 time=2.835 ms 1268 bytes from 62.156.171.18: icmp_seq=8 ttl=255 time=2.779 ms 1268 bytes from 62.156.171.18: icmp_seq=9 ttl=255 time=3.103 ms 1268 bytes from 62.156.171.18: icmp_seq=10 ttl=255 time=2.837 ms 1268 bytes from 62.156.171.18: icmp_seq=11 ttl=255 time=2.841 ms ^C --- mac.deam.org ping statistics --- 12 packets transmitted, 12 packets received, 0% packet loss round-trip min/avg/max/stddev = 2.779/2.902/3.147/0.113 ms and with a greater paket-size: su-2.03# ping -s 1300 mac PING mac.deam.org (62.156.171.18): 1300 data bytes 1308 bytes from 62.156.171.18: icmp_seq=0 ttl=255 time=3.328 ms 1308 bytes from 62.156.171.18: icmp_seq=1 ttl=255 time=2.862 ms 1308 bytes from 62.156.171.18: icmp_seq=2 ttl=255 time=2.878 ms 1308 bytes from 62.156.171.18: icmp_seq=4 ttl=255 time=2.884 ms 1308 bytes from 62.156.171.18: icmp_seq=5 ttl=255 time=2.863 ms 1308 bytes from 62.156.171.18: icmp_seq=6 ttl=255 time=2.941 ms 1308 bytes from 62.156.171.18: icmp_seq=7 ttl=255 time=2.916 ms 1308 bytes from 62.156.171.18: icmp_seq=9 ttl=255 time=2.879 ms 1308 bytes from 62.156.171.18: icmp_seq=10 ttl=255 time=2.977 ms 1308 bytes from 62.156.171.18: icmp_seq=11 ttl=255 time=2.905 ms 1308 bytes from 62.156.171.18: icmp_seq=12 ttl=255 time=2.919 ms ^C --- mac.deam.org ping statistics --- 13 packets transmitted, 11 packets received, 15% packet loss round-trip min/avg/max/stddev = 2.862/2.941/3.328/0.127 ms it looks like that somewhere obove 1300 bytes the problem starts :-(( i made this pings over a 10mbit-hub and only both amchines and the router connected. really weired.... cu mac mac wrote: > hi there, > > i just moved my freebsd-box (4.3-RC yesterday) from my internel network > to the public net - thers some http-stuff on there. > > i have a router, my freebsd-nat-machine and the webserver connected to a > hub. > the wbeserver worked just fine in the private net but in the external > one i have problems transferring files above 200 or 300 kb. a tcpdump > shows nothing - some activity and than a long pause. > > i had a d-link in there before and now i use a kne100 - but the problem > is still the same. > > does anyone have any suggestions? > > thanks in advance > mac > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 13:40:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mobile.hub.org (SHW39-29.accesscable.net [24.138.39.29]) by hub.freebsd.org (Postfix) with ESMTP id E6B4737B424 for ; Thu, 12 Apr 2001 13:40:49 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by mobile.hub.org (8.11.1/8.11.1) with ESMTP id f3CJNfE50600; Thu, 12 Apr 2001 16:23:41 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: mobile.hub.org: scrappy owned process doing -bs Date: Thu, 12 Apr 2001 16:23:20 -0300 (ADT) From: The Hermit Hacker To: Mikel Cc: Graywane , Subject: Re: Loki Linux games under FreeBSD In-Reply-To: <3AD5F403.91696D9@ocsinternet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 12 Apr 2001, Mikel wrote: > I once was able to get civilization to work sort of. but Didn't have any > luck with soul blighter... I bought Civilization from them and it works beautifully ... periodically get system hangs, but I'm running 5.x-CURRENT, and that itself gets periodic hangs without the game running :) > > Graywane wrote: > > > Has anyone had any success running the Linux games put out by > > www.lokigames.com on a FreeBSD system? > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 13:45: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by hub.freebsd.org (Postfix) with ESMTP id B630F37B440 for ; Thu, 12 Apr 2001 13:45:02 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id NAA64546; Thu, 12 Apr 2001 13:33:54 -0700 (PDT) Date: Thu, 12 Apr 2001 13:33:54 -0700 (PDT) From: Annelise Anderson To: Bob Read Cc: freebsd-questions@freebsd.org Subject: Re: Win98+Linux+FreeBSD? In-Reply-To: <3AD5FF42.ABB4D8E1@ids.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 12 Apr 2001, Bob Read wrote: > Looking for some advice. > > I have been (and am) running Win98 alone on a 13 GB drive. I swap it > with a 10 GB drive on which I run Corel Linux alone. I want to install > FreeBSD now, but would like to have all three on one drive. I have > a 30 GB drive, PowerQuest"s PartitionMagic and DriveCopy. I also have > much confusion in my tired old mind after reading all the manuals and > trying to put all of the information together. What I think is most > puzzling is the sequence in which steps should be performed to get > all three systems running on one drive -- and which of the available > tools to use when. > > Can anyone offer advice? > > Much Thanks, > > Bob > I did something comparable once--Windows, RedHat Linux 5.2, and FreeBSD on one (ide) drive. All three boot partitions have to be close enough to the front of the drive so they'll boot; and you still want enough space for everything. They need to be under the 1024 cylinder mark (although I think some recent advances may take care of this in some cases), which would probably, on an ide drive, be at about 2 gigabytes, and perhaps 8 gigabytes on a scsi drive. On the drive I was working with, it was 540 megabytes (worst case). I did the following: -- created a primary partition for Windows on the first 300 megs or so (you can make this bigger if the 2 gig limit applies) and installed Windows. I made this a partition (FAT or whatever) that I could use for System Commander, the boot manager I prefer. I installed the boot manager. -- installed FreeBSD, using two primary partitions; the first, following the Windows partition, for only /, of 80 megs or so. I put the rest of FreeBSD in another partition at the end of the drive. -- This left a chunk in the middle for Linux, and made it possible to get the Linux boot partition entirely under the 540 meg limit. Linux went into an extended partition. During the installation of Linux, you would also want to create a logical drive within the extended partition for whatever you've got of Windows that doesn't fit in the first (dos) partition. I'd install the operating systems and copy the data from the other drives later. Partition Magic's tools should help with moving stuff to the D: Windows drive, i.e., the logical drive in the extended partition, and updating references to it, which is generally a major headache. I would also install all three first because it's easy to make mistakes that cause one OS to overwrite the other. My experience with RedHat was that the Druid was a disaster and I had to use linux fdisk. I used dos fdisk from a floppy to make the initial partition for Windows the size I wanted it, which prevents the Windows install from taking over the whole drive. Although you can put lots of Windows stuff in an extended partition, Windows seems always to need to install a few things in C:\, so you don't want to make it too small. You want LBA enabled in the bios, so you have the maximum space available under the 1024 cylinder mark. Roderick W. Smith's _The Multi-Boot Configuration Handbook_ has a lot of useful information (Que Books) but may tell you more than you really want to know :) You may find Partition Magic's boot manager good (I haven't used it). Alternatively you can just install FreeBSD's boot manager when you install FreeBSD, and it should handle everything. Annelise To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 13:53:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from asmodean.nks.net (asmodean.nks.net [216.139.201.16]) by hub.freebsd.org (Postfix) with ESMTP id 3C36B37B43F for ; Thu, 12 Apr 2001 13:53:44 -0700 (PDT) (envelope-from joeo@cracktown.com) Received: from localhost (joeo@localhost) by asmodean.nks.net (8.9.3/8.9.3) with ESMTP id QAA01892; Thu, 12 Apr 2001 16:53:42 -0400 Date: Thu, 12 Apr 2001 16:53:42 -0400 (EDT) From: X-Sender: To: Graywane Cc: Subject: Re: Loki Linux games under FreeBSD In-Reply-To: <20010412135604.A1163@home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been using the DRI hacks to run both UT and quake3 on 4.2-stable boxes with either the G400 or Voodoo4/5. Both run with ignorable caveats. On Thu, 12 Apr 2001, Graywane wrote: > Has anyone had any success running the Linux games put out by > www.lokigames.com on a FreeBSD system? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 14: 0: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by hub.freebsd.org (Postfix) with ESMTP id 9A6AA37B422 for ; Thu, 12 Apr 2001 14:00:06 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id NAA64589; Thu, 12 Apr 2001 13:55:23 -0700 (PDT) Date: Thu, 12 Apr 2001 13:55:23 -0700 (PDT) From: Annelise Anderson To: "Elliot L. Tobin" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Passwordless Printing In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I think the handbook chapter on printing covers this in detail. But to be brief, you set up in /etc/printcap on A a printer using the rm: capability (remote machine) and the rp: capability (which port on the remote, or B, machine). On B you use /etc/hosts.lpd to tell lpd (which you run on B too) to accept jobs from A. Printing on B from Netscape on A would be possible if you can give Netscape a print command (I think there's an option for this). Annelise On Thu, 12 Apr 2001, Elliot L. Tobin wrote: > I have setup ssh so that I can login to remotehost B from my local > machine, A. Since there is no print server running on A, how can I pipe a > file to machine B, and print from there? > > I realize I could scp file user@b:~/tmp/tmp && ssh user@b -q qpr -q smips > /tmp/tmp ... Is there a simpler way? > > Lastly, how can I do this, print from A onto B, from Netscape? I know > Netscape makes a temporary file before it prints, but I don't know how to > determine what that filename is, or where it is... > > Thanks for any advice you can offer, > > EllioT > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 14:11:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id 5159937B446; Thu, 12 Apr 2001 14:11:52 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.2/8.11.2) id f3CLBdc25565; Thu, 12 Apr 2001 14:11:39 -0700 (PDT) (envelope-from dillon) Date: Thu, 12 Apr 2001 14:11:39 -0700 (PDT) From: Matt Dillon Message-Id: <200104122111.f3CLBdc25565@earth.backplane.com> To: "S. Natori" Cc: FreeBSD-questions@FreeBSD.ORG, FreeBSD-hackers@FreeBSD.ORG Subject: Re: nfsd hangs in ``inode'' state References: <200104120423.NAA15537@mail.fureai.or.jp> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :Hello All, : :I am running a FreeBSD-4.2 NFS server with dozens of FreeBSD-4.2 NFS :clients on 100BaseTX LAN. Recently I found that when the NFS server :receives a lot of requests in a short period (e.g., 2 clients start X :with gnome desktop simultaneously), all nfsd server processes hang in :inode state. : : UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME COMMAND : 0 440 1 0 2 0 360 132 accept Is ?? 0:00.00 nfsd: master (nfsd) : 0 441 440 0 -14 0 352 124 inode D ?? 0:03.49 nfsd: server (nfsd) : 0 442 440 0 -14 0 352 124 inode D ?? 0:00.17 nfsd: server (nfsd) : 0 443 440 0 -14 0 352 124 inode D ?? 0:00.02 nfsd: server (nfsd) : 0 444 440 0 -14 0 352 124 inode D ?? 0:00.01 nfsd: server (nfsd) : :I cannot kill or restart them. The consoles of the clients print ``NFS :server not responding'' and I should restart the server. This occurs :about once a week. : :I tried : (1) increasing the number of nfsd processes (4 -> 8, 20) : (2) replacing the server HDD (SCSI) with another ATA33 HDD : (3) changing mount_nfs options (tried removing tcp, adding soft,dumbtimer) :but all failed to solve the problem. It sounds like a deadlock somewhere, probably with some other process. A full 'ps axlww' would be useful, and also a gdb backtrace of the processes in question (including the 'other' process stuck in some weird wait state if you can find it). You can gdb a live kernel in a meaningful fashion if you have the kernel.debug image of the kernel available somewhere. gdb -k /dev/mem proc 441 back proc 442 back proc 443 back proc 444 back proc back -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 14:21:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns-exch05.jccc.net (ns-exch05.jccc.net [198.248.56.5]) by hub.freebsd.org (Postfix) with ESMTP id 55BE337B440 for ; Thu, 12 Apr 2001 14:21:16 -0700 (PDT) (envelope-from ndunker@jccc.net) Received: by ns-exch05 with Internet Mail Service (5.5.2653.19) id ; Thu, 12 Apr 2001 16:19:06 -0500 Message-ID: From: Noah Dunker To: 'Annelise Anderson' Cc: "'freebsd-questions@freebsd.org'" Subject: RE: Passwordless Printing Date: Thu, 12 Apr 2001 16:19:04 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG IF you want do do passwordless printing through an ssh pipe... I did some research: Read sections 2 and 5 in this document to set up ssh using public-key authentication. This way, it won't prompt for a password: http://sysadmin.oreilly.com/news/sshtips_0101.html Then, after you have ssh set up to where you can just type "ssh " and log in with no prompts, set netscape up to print to this command: ssh 'lpr ' It should work seamlessly. I did this, just to see if it'd work. I got it to work great. Hope this helps Noah Dunker Systems Analyst/Technician Johnson County Community College -----Original Message----- From: Annelise Anderson [mailto:andrsn@andrsn.stanford.edu] Sent: Thursday, April 12, 2001 3:55 PM To: Elliot L. Tobin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Passwordless Printing I think the handbook chapter on printing covers this in detail. But to be brief, you set up in /etc/printcap on A a printer using the rm: capability (remote machine) and the rp: capability (which port on the remote, or B, machine). On B you use /etc/hosts.lpd to tell lpd (which you run on B too) to accept jobs from A. Printing on B from Netscape on A would be possible if you can give Netscape a print command (I think there's an option for this). Annelise On Thu, 12 Apr 2001, Elliot L. Tobin wrote: > I have setup ssh so that I can login to remotehost B from my local > machine, A. Since there is no print server running on A, how can I pipe a > file to machine B, and print from there? > > I realize I could scp file user@b:~/tmp/tmp && ssh user@b -q qpr -q smips > /tmp/tmp ... Is there a simpler way? > > Lastly, how can I do this, print from A onto B, from Netscape? I know > Netscape makes a temporary file before it prints, but I don't know how to > determine what that filename is, or where it is... > > Thanks for any advice you can offer, > > EllioT > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 14:40:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay4.inwind.it (relay4.inwind.it [212.141.53.75]) by hub.freebsd.org (Postfix) with ESMTP id 95E8D37B422 for ; Thu, 12 Apr 2001 14:40:42 -0700 (PDT) (envelope-from daemons@inwind.it) Received: from cumine.inwind.it (62.98.119.66) by relay4.inwind.it (5.5.025) id 3ACAF525001A81AE; Thu, 12 Apr 2001 23:40:19 +0200 Message-Id: <5.0.2.1.0.20010412232022.00a4aec8@popmail.inwind.it> X-Sender: daemons@popmail.inwind.it (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Thu, 12 Apr 2001 23:40:12 +0200 To: bobread@ids.net From: Omar Gani Subject: Re: Win98+Linux+FreeBSD? Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <3AD5FF42.ABB4D8E1@ids.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 15.17 12/04/2001 -0400, you wrote: >Looking for some advice. > >I have been (and am) running Win98 alone on a 13 GB drive. I swap it >with a 10 GB drive on which I run Corel Linux alone. I want to install >FreeBSD now, but would like to have all three on one drive. I have >a 30 GB drive, PowerQuest"s PartitionMagic and DriveCopy. I also have >much confusion in my tired old mind after reading all the manuals and >trying to put all of the information together. What I think is most >puzzling is the sequence in which steps should be performed to get >all three systems running on one drive -- and which of the available >tools to use when. > >Can anyone offer advice? > >Much Thanks, > >Bob > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message Keep in mind that you can't make more than 4 partitions in a hard disk. So unless you put linux partitions on logical DOS/win9X partition, you have to exactly 4 partition (DOS/win9X, FreeBSD, Linux & Linux's SWAP). And then I think it's better to use FreeBSD's booteasy or os-bs than LILO as boot manager. I've had sudden annoying problems with LILO. I wonder how those linux folks can live with LILO? btw, I think there is a LINUX+FreeBSD MINI HOW-TO somewhere, if I'm not mistaken, it says how to share swap between FreeBSD and Linux. Good luck, omarg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 14:42:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dualcpus.com (dualcpus.com [65.160.20.195]) by hub.freebsd.org (Postfix) with SMTP id 5288437B424 for ; Thu, 12 Apr 2001 14:42:12 -0700 (PDT) (envelope-from jgowdy@home.com) Received: (qmail 1138 invoked from network); 12 Apr 2001 21:42:09 -0000 Received: from server.sherline.net (HELO server2) (hasdf@216.120.87.3) by dualcpus.com with SMTP; 12 Apr 2001 21:42:09 -0000 Message-ID: <000901c0c399$6ad76ed0$035778d8@sherline.net> From: "Jeremiah Gowdy" To: "c. schindler" Cc: , References: Subject: Re: Pornography on Yahoo Date: Thu, 12 Apr 2001 11:29:23 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > sounds like someone is having a bad day. > It's always a bad day when I have to deal with moral bigotry. > -------------- > chris > news for free-bsd questions, stuff that really matters > > On Wed, 11 Apr 2001, Jeremiah Gowdy wrote: > > > > Based on the Friends I've known, I'd cut her some slack. It's likely she > > > doesn't understand the relationship between Yahoo and FreeBSD but is > > > motivated by principle to raise what she considers an important issue. > > > Compared to her single post, much more noise has been added to the list by > > > all the people who've felt it necessary to respond with ridicule. > > > > And I believe people can keep their damned morals and principles to > > themselves and not try to push them on others. It would be one thing to > > talk to people in conversation about it. But to spam an email list with her > > "important issues" is a bunch of crap. Just because she's a "Friend" or a > > Quaker, that's doesn't mean she gets any special excuse to push her morals > > on -questions. If my morals and beliefs caused me to want to push Atheism > > on this mailing list would I get the same "slack" ? I think not. Quakers > > are people too, and I could care less what kind of great "Friend" she is. > > If the friends are all about spamming my email box with their morals, then I > > don't consider them a "Friend". > > > > > My hunch is that the Friends would probably view pornography as a violence > > > issue and it's hard to find a religious community that has done more to > > > combat violence in all forms. I have a lot of relatives who are Friends > > and > > > I've always admired their committment to peace, rejection of religious > > dogma, > > > and willingness to put their beliefs on the line. > > > > Who gives a damn how they view pornography ? I view pornography with my > > DVD-ROM. Big deal. So many religious people feel they have a right to push > > their views, morals, and beliefs on others. I have one thing to say to > > that. FOAD. > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 14:53:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dualcpus.com (dualcpus.com [65.160.20.195]) by hub.freebsd.org (Postfix) with SMTP id A25D237B440 for ; Thu, 12 Apr 2001 14:53:41 -0700 (PDT) (envelope-from jgowdy@home.com) Received: (qmail 1229 invoked from network); 12 Apr 2001 21:53:36 -0000 Received: from server.sherline.net (HELO server2) (hasdf@216.120.87.3) by dualcpus.com with SMTP; 12 Apr 2001 21:53:36 -0000 Message-ID: <001d01c0c39b$03e684c0$035778d8@sherline.net> From: "Jeremiah Gowdy" To: , "Graywane" Cc: References: Subject: Re: Loki Linux games under FreeBSD Date: Thu, 12 Apr 2001 14:53:28 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I've been using the DRI hacks to run both UT and quake3 on 4.2-stable > boxes with either the G400 or Voodoo4/5. Both run with ignorable > caveats. My friend and I own UnixGamer.com/net/org and UnixGaming.com/net/org and we are going to setup a site on running games like UT Q3 HL Tribes etc under BSD. Anyone with any information, or if you'd like to write an article or maybe a custom install script (like I made one for UT Server in Perl), please contact me. Full credit will be given to authors of course. :) > > > On Thu, 12 Apr 2001, Graywane wrote: > > > Has anyone had any success running the Linux games put out by > > www.lokigames.com on a FreeBSD system? > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 15:26:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id ABED237B440 for ; Thu, 12 Apr 2001 15:26:28 -0700 (PDT) (envelope-from lucas@slb.to) Received: (qmail 25454 invoked by uid 1000); 12 Apr 2001 22:26:48 -0000 Date: Thu, 12 Apr 2001 17:26:48 -0500 From: Lucas Bergman To: Tony Wells Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CA-2001-07 patch? Message-ID: <20010412172648.A7929@billygoat.slb.to> Reply-To: lucas@slb.to References: <3AD607CC.CC1913BE@journalstar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD607CC.CC1913BE@journalstar.com>; from awells@journalstar.com on Thu, Apr 12, 2001 at 02:53:48PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I was wondering if a patch had been released yet for the ftpd file > glob'ing exploit. I searched the archives, and looked at the > security advisories, but haven't found anything. The fix is in 4-STABLE and 5-CURRENT. Next time you build world, you're set. I don't know if a separate patch was released. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 15:38:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id 53A0337B449 for ; Thu, 12 Apr 2001 15:38:16 -0700 (PDT) (envelope-from lucas@slb.to) Received: (qmail 17680 invoked by uid 1000); 12 Apr 2001 22:38:34 -0000 Date: Thu, 12 Apr 2001 17:38:33 -0500 From: Lucas Bergman To: Ying-Chieh Liao Cc: freebsd-questions@FreeBSD.ORG Subject: Re: OT: cast int to enum in C++ Message-ID: <20010412173833.B7929@billygoat.slb.to> Reply-To: lucas@slb.to References: <20010413015404.A30645@terry.dragon2.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010413015404.A30645@terry.dragon2.net>; from ijliao@csie.nctu.edu.tw on Fri, Apr 13, 2001 at 01:54:04AM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Since your post is off-topic, please prefix the subject with "OT:". > In C, compiling following code is all ok but in C++, there's some > err msgs : > > test.cpp:12: conversion from `int' to `enum test' > > I've tried g++ -fenum-int-equiv test.cpp, but it said that this flag > is no longer supported :< what can I do ? dont suggest me to change > tmp(1) to tmp(TEST1) ... > > typedef enum { TEST1=1, TEST2=2, TEST3=3 } test; > void tmp(test argv) { return; } > int main(void) { tmp(1); } It's part of C++'s type safety. "int" doesn't have to implicitly convert to "enum anything" to help save the programmer from him/herself. First, since tmp() has declared its argument of type "test," what you're doing by calling tmp(1) is (probably) annoying and wrong-headed; it looks like it defeats the purpose of declaring an enum in the first place. However, if you insist in this course, changing tmp(1) to tmp((test) 1) works. (Oh, and make main() return an "int" for heaven's sake.) Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 15:52:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from studict.student.utwente.nl (studict.student.utwente.nl [130.89.220.2]) by hub.freebsd.org (Postfix) with ESMTP id 19F6037B505 for ; Thu, 12 Apr 2001 15:52:19 -0700 (PDT) (envelope-from r.j.steehouder@student.utwente.nl) Received: from kabel203069.kabel.utwente.nl (kabel203069.kabel.utwente.nl [130.89.203.69]) by studict.student.utwente.nl (8.9.3/MQT) with ESMTP id AAA05119; Fri, 13 Apr 2001 00:52:00 +0200 (METDST) Date: Fri, 13 Apr 2001 00:52:37 +0200 (West-Europa (zomertijd)) From: Rogier Steehouder Reply-To: Rogier Steehouder To: Kondie Cc: FreeBSD-Questions Mailing List Subject: Re: TFTP configuration In-Reply-To: <000101c0c3de$bfdb4bf0$0aa994d0@one.malawi.net> Message-ID: X-Warning: UNAuthenticated Sender MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mail from Kondie, sent 13-04-2001: > Hello, > > I am trying to configure tftpd on FreeBSD 4.0. I call tftp in inetd.conf > with: > > tftp dgram udp wait nobody /usr/libexec/tftpd tftpd -l -s > /kondie /tftpboot > > I have placed a file smtp.sh in the directory /kondie. When I try to tftp > localhost, it is timing out as: > $ tftp localhost > tftp> put smtp.sh > Transfer timed out. > > tftp> > > The log shows: > > chroot: /kondie: Operation not permitted. I tried tftp from a cisco router a while ago. I found in the man-pages somewhere that tftpd will not allow creation of files, so to transfer a file to the server, you must overwrite an existing one. Even if you allow write permission on the directory, the server will not allow file creation, but it will allow overwriting. with kind regards, Rogier Steehouder -- ___ _ -O_\ Rogier Steehouder // | / mailto:r.j.steehouder@student.utwente.nl //\ / \ http://home.student.utwente.nl/r.j.steehouder/ // \ --------------------------------------------------------- "Bet you can't put it through the eye." "Left or right?" - Femeref Archers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 15:52:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dojo.tao.ca (tao.ca [198.96.117.188]) by hub.freebsd.org (Postfix) with ESMTP id CE1E937B43E for ; Thu, 12 Apr 2001 15:52:20 -0700 (PDT) (envelope-from anarcat@tao.ca) Received: by dojo.tao.ca (Postfix, from local user) id 094E54E9E; Thu, 12 Apr 2001 17:52:20 -0500 (EST) Date: Thu, 12 Apr 2001 17:52:19 -0500 From: anarcat To: questions@freebsd.org Subject: netstat not displaying smtpd Message-ID: <20010412175219.A15974@dojo> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="fdj2RfSjLxBAspz7" Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Uptime: 5:44pm up 1 day, 3:42, 11 users, load average: 0.87, 0.52, 0.44 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi. I have a strange behavior here on 4.3-BETA. sockstat tells me I have a mail server and a sshd running, but not where: khan# sockstat USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS =20 root master 1354 10 ? ? ? = =20 root sshd 634 4 ? ? ? = =20 root sshd 295 4 ? ? ? = =20 root sshd 241 3 ? ? ? = =20 USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS =20 root master 1354 9 ? ? ? = =20 Examining netstat gives even stranger output: # netstat -Aan -f inet Active Internet connections (including servers) Socket Proto Recv-Q Send-Q Local Address Foreign Address (state) # ie, nothing.=20 But I *do* have a mailserver and a sshd running there. I wonder, could that be the result of a too-restrictive ipfw? Thanks, A. --fdj2RfSjLxBAspz7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.0 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjrWMaEACgkQ7uV99pHLOSI5hQCfQipLkyQXEsgxbBSB9E2KL8dy hjUAnj+Dyr3p2a1ro3f/J0lk3Lcy3kjB =UUTN -----END PGP SIGNATURE----- --fdj2RfSjLxBAspz7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 15:53:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13206.mail.yahoo.com (web13206.mail.yahoo.com [216.136.174.191]) by hub.freebsd.org (Postfix) with SMTP id B053F37B449 for ; Thu, 12 Apr 2001 15:53:51 -0700 (PDT) (envelope-from ejcerejo@yahoo.com) Message-ID: <20010412225351.31096.qmail@web13206.mail.yahoo.com> Received: from [208.199.161.39] by web13206.mail.yahoo.com; Thu, 12 Apr 2001 15:53:51 PDT Date: Thu, 12 Apr 2001 15:53:51 -0700 (PDT) From: "E. J. Cerejo" Subject: GNOME complains about Internet Address!!! To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just installed gnome with icewm just to try it but everytime I start it, it gives me this error: "Could not look up internet address for . This will prevent GNOME from operating correctly. It may be possible to correct the problem by adding to the file /etc/hosts." Here's a copy of my hosts file: # $FreeBSD: src/etc/hosts,v 1.11.2.1 2000/08/18 18:29:19 ume Exp $ # # Host Database # This file should contain the addresses and aliases # for local hosts that share this file. # In the presence of the domain name service or NIS, this file may # not be consulted at all; see /etc/host.conf for the resolution order. # # ::1 localhost localhost.my.domain myname.my.domain 127.0.0.1 localhost localhost.my.domain myname.my.domain # # Imaginary network. #10.0.0.2 myname.my.domain myname #10.0.0.3 myfriend.my.domain myfriend # # According to RFC 1918, you can use the following IP networks for # private nets which will never be connected to the Internet: # # 10.0.0.0 - 10.255.255.255 # 172.16.0.0 - 172.31.255.255 # 192.168.0.0 - 192.168.255.255 # # In case you want to be able to connect to the Internet, you need # real official assigned numbers. PLEASE PLEASE PLEASE do not try # to invent your own network numbers but instead get one from your # network provider (if any) or from the Internet Registry (ftp to # rs.internic.net, directory `/templates'). # Why should GNOME need to look up an IP address? It makes no sense! Anybody ever had this problem? __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 16: 8:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [63.169.72.3]) by hub.freebsd.org (Postfix) with ESMTP id 698B137B423 for ; Thu, 12 Apr 2001 16:08:41 -0700 (PDT) (envelope-from shawn@cpl.net) Received: from shawn (shawn.cpl.net [63.169.72.21]) by luke.cpl.net (8.9.3/8.9.3) with SMTP id QAA06187 for ; Thu, 12 Apr 2001 16:08:35 -0700 (PDT) Message-ID: <005001c0c3a5$32d342a0$1548a93f@cpl.net> From: "Shawn Ramsey" To: Subject: fdlimit? Date: Thu, 12 Apr 2001 16:06:24 -0700 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.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Apr 12 15:57:07 named[9367]: limit files set to fdlimit (1024) I am getting that when named starts up... and named is dying very frequently. Maybe every few days. I would guess the two are related, but I don't see why I am getting that error. Maxfiles is set to a high level (too high?), and the server is not under any load. Its just doing FR(128k) routing for a small lan, nat, and DNS. # sysctl kern.maxfiles kern.maxfiles: 8232 There are no other error messages being logged, and no other problems... system seeems to run ok other than this. The server is running FreeBSD 4.2-RELEASE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 16:14:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail10.sdc1.sfba.home.com (femail10.sdc1.sfba.home.com [24.0.95.106]) by hub.freebsd.org (Postfix) with ESMTP id B066137B422 for ; Thu, 12 Apr 2001 16:14:46 -0700 (PDT) (envelope-from graywane@home.com) Received: from cg392862-a.adubn1.nj.home.com ([65.2.79.221]) by femail10.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010412231446.NPK7256.femail10.sdc1.sfba.home.com@cg392862-a.adubn1.nj.home.com> for ; Thu, 12 Apr 2001 16:14:46 -0700 Received: (from graywane@localhost) by cg392862-a.adubn1.nj.home.com (8.11.3/8.11.3) id f3CNEdP03065 for freebsd-questions@freebsd.org; Thu, 12 Apr 2001 19:14:39 -0400 (EDT) (envelope-from graywane) Date: Thu, 12 Apr 2001 19:14:33 -0400 From: Graywane To: freebsd-questions@freebsd.org Subject: Re: Loki Linux games under FreeBSD Message-ID: <20010412191433.A3035@home.com> References: <20010412135604.A1163@home.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010412135604.A1163@home.com>; from graywane@home.com on Thu, Apr 12, 2001 at 01:56:04PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 12, 2001 at 01:56:04PM -0400, Graywane wrote: > Has anyone had any success running the Linux games put out by > www.lokigames.com on a FreeBSD system? Thanks for all of the replies. I downloaded the lokigames demo utility and was able to play the Alpha Centauri, Railroad Tycoon 2, and Heroes of Might & Magic 3 demos. I'm downloading the SimCity 3000 demo right now. Everything appears to be running without a problem. Looks like I'll be ordering a few games this weekend :) --=20 Note: See http://www.members.home.net/graywane/ for PGP information. --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjrWNtkACgkQeHdFaBWUGN1VjQCgnobbnIAlOtWak34aX1h15gYv AvIAmwVCBlrEU3ipoVxKsq29zgeSKIIe =nsNU -----END PGP SIGNATURE----- --huq684BweRXVnRxX-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 16:47:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 1E29C37B42C for ; Thu, 12 Apr 2001 16:47:08 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 16703 invoked by uid 100); 12 Apr 2001 23:47:07 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15062.15995.127835.490040@guru.mired.org> Date: Thu, 12 Apr 2001 18:47:07 -0500 To: Duke Normandin <01031149@3web.net> Cc: questions@freebsd.org Subject: Re: BSDi Acquired by Embedded Computing Firm Wind River In-Reply-To: <20010412061155.B251809@mandy.rockingd.calgary.ab.ca> References: <117124895@toto.iv> <15061.13268.347161.47426@guru.mired.org> <20010412061155.B251809@mandy.rockingd.calgary.ab.ca> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Duke Normandin <01031149@3web.net> types: > > Or an el-cheapo box built out of spare parts. I have one server on a > > book pc, just to conserve space. > > This I know first-hand ;) What I meant was -- given a small home, > Server-based LAN (a FBSD gateway box, a win9x box and another FBSD box) > where the FBSD gateway box is performing as a Server by-and-large -- > there is no reason why Apache could not be transfered to the 2nd FBSD box > is there - even though it was being used more as a "desktop" than as a > "Server"? Nothing, actually. Then again, the same thing is true of Windows boxes. I wouldn't recommend it because of the stability issues, though. Then again, I don't use Windows on my desk because of the stability issues, either. The one technical thing that the typical Unix system brings to the party that Windows doesn't is the ability to run programs that drive the user interface either on the desktop system - the one with the display hardware - or on servers out on the network. I've actually run Netscape on a box sitting at the other end of a 56K leased line, drawing bits on my end. Watching it compete with itself to fetch the pages from the web server running locally was - um - interesting. Some of the more advanced - and pretty much defunct - Unix windowing systems would let you move code from the client to the server. This has interesting implications for load balancing, but I don't know if anyone has done the work required to take proper advantage of that. OSX seems to be using that technology, and may have that functionality. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 17: 0:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12508.mail.yahoo.com (web12508.mail.yahoo.com [216.136.173.200]) by hub.freebsd.org (Postfix) with SMTP id 5668837B424 for ; Thu, 12 Apr 2001 17:00:14 -0700 (PDT) (envelope-from captonline@yahoo.com) Message-ID: <20010413000013.69855.qmail@web12508.mail.yahoo.com> Received: from [216.127.1.197] by web12508.mail.yahoo.com; Thu, 12 Apr 2001 17:00:13 PDT Date: Thu, 12 Apr 2001 17:00:13 -0700 (PDT) From: Tom Subject: cdr and cdrw with 4.3 release To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anyone know if it is possible to use a cdr/cdrw with 4.3 release? I want to use it with my sony vaio f580 (notebook). I have the option of usb or pcmcia. Can you tell me which models are known to work? Thanks for your help. Please mail all responses to captonline@yahoo.com. Thanks again.. Tom __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 17: 3:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 5710637B449 for ; Thu, 12 Apr 2001 17:03:12 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 17174 invoked by uid 100); 13 Apr 2001 00:03:11 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15062.16959.743932.151418@guru.mired.org> Date: Thu, 12 Apr 2001 19:03:11 -0500 To: "Seth Hieronymus" Cc: questions@freebsd.org Subject: Re: how to change LOCALBASE In-Reply-To: <104296910@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Seth Hieronymus types: > Hello, > > If I wanted to change the location of port installs, is the best way to > change LOCALBASE? If so, where is the best place to make the change? After reading the make.conf man page about PREFIX, LOCALBASE and X11BASE, set LOCALBASE in /etc/make.conf. Expect any port that installs perl modules using the standard Perl tools to break. Expect somewhere between five and ten percent of what's left to break. Most of the latter is trivially fixable, and most of the maintainers appreciate being sent patches to fix such problems. Welcome to the FPMC. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 17:50:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sh.stonehenge-net.com (dsl081-053-198.sfo1.dsl.speakeasy.net [64.81.53.198]) by hub.freebsd.org (Postfix) with ESMTP id 7DB8F37B496 for ; Thu, 12 Apr 2001 17:50:16 -0700 (PDT) (envelope-from ben@stonehenge-net.com) Received: from stonehenge-net.com ([162.70.219.178]) by sh.stonehenge-net.com (8.9.3/8.8.7) with ESMTP id RAA22607 for ; Thu, 12 Apr 2001 17:49:44 -0400 Message-ID: <3AD64D16.7010809@stonehenge-net.com> Date: Thu, 12 Apr 2001 17:49:26 -0700 From: ben User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; 0.8.1) Gecko/20010316 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: gpg self extractor? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG am looking for a way to encrypt a tar file in such a way that it will self extract with the correct password on the target systems (solaris & hpux). does anyone know of such a system, or switch for gzip? i should probibaly be using compress/uncompress instead of gzip, due to a lack of gnu stuff on our client machines... ben ____________ information wants to be beer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 18:12: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp4s.retemail.es (smtp4.iddeo.es [62.81.186.34]) by hub.freebsd.org (Postfix) with ESMTP id 6884937B43E for ; Thu, 12 Apr 2001 18:11:59 -0700 (PDT) (envelope-from utiel@retemail.es) Received: from retemail.es ([62.174.113.124]) by smtp4s.retemail.es (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010413011155.DRBL1858.smtp4s.retemail.es@retemail.es> for ; Fri, 13 Apr 2001 03:11:55 +0200 X-Mozilla-Status: 0801 Message-ID: <3AD250CD.20506@retemail.es> Date: Tue, 10 Apr 2001 02:16:13 +0200 From: Angel Utiel User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.4-pre1 i686; en-US; 0.7) Gecko/20010316 X-Accept-Language: es-es, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: problems with FreeBSD 4.2, 4.3rc2 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I Want to test FreeBSD in my computer. I bought PC-World, that came with FreeBSD, but in my computer, hangs in menu section. It seems that keyboard or mouse doesn't work. I downloaded FreeBSD 4.3rc2, and did the same, when instalation menu appears, I can't do nothing. mouse doesn't work, and Num Lock, Caps Lock doesn't work. I can not install FreeBSD in my computer. My computer, is a PentiumII, 350, with Legend QDI- BrillianX-IS. Ps2 keyboard, and ps2 mouse. IDE hard disk ( 20 Gb ), and toshiba DVD, and a Philips CDRW. TNT2 M4, and 256 MB Ram. SoundBlaster Live. It seems that FreeBSD detects als component of muy computer. I tried to install FreeBSD in other computers ( Pentium 233, worked ), ( k6-500, worked ). Do you know any solution, or how detect where is the problem?? PD: Win98, Win Me, Win NT, Win2000, and Linux installs in my computer without problems. Thanks, Angel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 18:14: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns-exch05.jccc.net (ns-exch05.jccc.net [198.248.56.5]) by hub.freebsd.org (Postfix) with ESMTP id 5A6DA37B449 for ; Thu, 12 Apr 2001 18:13:54 -0700 (PDT) (envelope-from ndunker@jccc.net) Received: by ns-exch05 with Internet Mail Service (5.5.2653.19) id ; Thu, 12 Apr 2001 20:11:44 -0500 Message-ID: From: Noah Dunker To: 'ben' Cc: "'freebsd-questions@freebsd.org'" Subject: RE: gpg self extractor? Date: Thu, 12 Apr 2001 20:11:35 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm a real hash-bang monkey (I like shell scripting) this is what I came up with, but it doesn't ENCRYPT anything nor does it ask for a password but it's a start... [root@buddha test]# ls header kern.flp [root@buddha test]# cat header cat $0 | tail +4 > ./extractfile.tgz tar xvzf ./extractfile.tgz exit [root@buddha test]# tar cvzf kern.tgz kern.flp kern.flp [root@buddha test]# cat header kern.tgz > extractor [root@buddha test]# ls extractor header kern.flp kern.tgz [root@buddha test]# rm kern.flp rm: remove `kern.flp'? y [root@buddha test]# sh extractor kern.flp [root@buddha test]# ls extractfile.tgz extractor header kern.flp kern.tgz Basically, it's a shell script with extraction commands. you append the compressed stuff to the end of the file, and then your shell script uses tail to chop off the shell part into a file, and extract that compressed file as-is. I know it's dirty. Maybe you can use this to help come up with your encrypted/passworded stuff? Noah Dunker Systems Analyst/Technician Johnson County Community College -----Original Message----- From: ben [mailto:ben@stonehenge-net.com] Sent: Thursday, April 12, 2001 7:49 PM To: freebsd-questions@FreeBSD.ORG Subject: gpg self extractor? am looking for a way to encrypt a tar file in such a way that it will self extract with the correct password on the target systems (solaris & hpux). does anyone know of such a system, or switch for gzip? i should probibaly be using compress/uncompress instead of gzip, due to a lack of gnu stuff on our client machines... ben ____________ information wants to be beer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 18:53:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id E861237B505 for ; Thu, 12 Apr 2001 18:53:36 -0700 (PDT) (envelope-from stuyman@confusion.net) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id UAA19621; Thu, 12 Apr 2001 20:53:34 -0500 (CDT) Received: from confusion.net (dhcp089069.res-hall.nwu.edu [199.74.89.69]) by hecky.acns.nwu.edu via smap (V2.0) id xma019493; Thu, 12 Apr 01 20:53:08 -0500 Message-ID: <3AD65BCF.B4B7D822@confusion.net> Date: Thu, 12 Apr 2001 20:52:15 -0500 From: Laurence Berland X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Graywane Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Loki Linux games under FreeBSD References: <20010412135604.A1163@home.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You should definitely email their support people about this. Last august BSDi and Loki announced that many of their games would be supported officially when run on FreeBSD under Linux emulation. Check out http://www.bsdtoday.com/2000/August/News258.html L: Graywane wrote: > > Has anyone had any success running the Linux games put out by > www.lokigames.com on a FreeBSD system? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Laurence Berland Intern, Flooz.com Northwestern '04 stuyman@confusion.net http://www.isp.northwestern.edu/~laurence "The world has turned and left me here" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 18:56:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc24.worldnet.att.net (mtiwmhc24.worldnet.att.net [204.127.131.49]) by hub.freebsd.org (Postfix) with ESMTP id 6C5C837B446 for ; Thu, 12 Apr 2001 18:56:56 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.101.235.104]) by mtiwmhc24.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010413015654.OQOD10838.mtiwmhc24.worldnet.att.net@worldnet.att.net>; Fri, 13 Apr 2001 01:56:54 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id D85A419B61; Thu, 12 Apr 2001 21:31:56 -0400 (EDT) Date: Thu, 12 Apr 2001 21:31:56 -0400 From: parv To: Bill Schoolcraft Cc: freebsd-questions@FreeBSD.ORG Subject: Re: freebsd equivalent of linux chattr (Re: resolv.conf overwrite) Message-ID: <20010412213156.A1270@moo.holy.cow> Mail-Followup-To: Bill Schoolcraft , freebsd-questions@FreeBSD.ORG References: <20010412020442.A4314@moo.holy.cow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ; from bill@wiliweld.com on Thu, Apr 12, 2001 at 04:53:56AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG so, Bill Schoolcraft shared this... > At Thu, 12 Apr 2001 it looks like parv composed: > > parv_->so, Bill Schoolcraft shared this... > parv_->> > parv_->> ..... there is a command in Linux called "chattr" and if you do > parv_->> "chattr +i" it makes a file "immutable" meaning root cannot even > parv_->> edit it without reversing those attributes, hence the origin of the > parv_->> word. I keep some system security files set to that so some > parv_->> scritpts won't overwrite them. > parv_->> > parv_->> Does anyone know the FreeBSD version of that command ? > ... > parv_-> > parv_->it's "chflags"; equivalent of "chattr +i" would be "chflags schg" for > parv_->the definition given above. > parv_-> > > > ..........Thanks, I always assumed that was a Unix neutral command, > thanks for the help. :) > bill, i assumed it too at one time but other way around (: thought linux would have chflags too; when i couldn't find it but found chattr i was looking for chattr on freebsd ... before i cared to read to the description of chattr. while we are on the topic, os/390 v2r8 unix sys services (w/ mks tool kit) has neither; only closest thing there is, that i know, is regular chmod ... which of course doesn't do much good like ch(attr|flags). :( - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 19: 0:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc26.worldnet.att.net (mtiwmhc26.worldnet.att.net [204.127.131.51]) by hub.freebsd.org (Postfix) with ESMTP id DF19C37B422 for ; Thu, 12 Apr 2001 19:00:49 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.101.235.104]) by mtiwmhc26.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010413020048.OIGW21649.mtiwmhc26.worldnet.att.net@worldnet.att.net> for ; Fri, 13 Apr 2001 02:00:48 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id 94C4C19B61; Thu, 12 Apr 2001 22:01:40 -0400 (EDT) Date: Thu, 12 Apr 2001 22:01:40 -0400 From: parv To: f-q Subject: is /usr/obj/* useful if something breaks after -stable upgrade? Message-ID: <20010412220140.A3880@moo.holy.cow> Mail-Followup-To: f-q Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG is there any point in keeping /usr/obj/* after -stable upgrade in order to ask for help if something breaks, besides make logs? right now, i am using 4.3-rc (apr 11 2001 ~9p est) and nothing seems to be broken; in past haven't given much thought to keep /usr/obj/* after os upgrade. and i use the system as a causal desktop/laptop system ... -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 19: 4:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from deep.trance.org (deep.trance.org [194.134.1.237]) by hub.freebsd.org (Postfix) with ESMTP id E184437B43E for ; Thu, 12 Apr 2001 19:04:12 -0700 (PDT) (envelope-from niels@bakker.net) Received: by deep.trance.org (Postfix, from userid 910) id 9EAE1114FE; Fri, 13 Apr 2001 04:04:11 +0200 (CEST) Date: Fri, 13 Apr 2001 04:04:11 +0200 From: Niels Bakker To: questions@freebsd.org Subject: BIND in 4.2S keeps dying, probably during heavy portscans Message-ID: <20010413040411.R76393@trance.org> Mail-Followup-To: questions@freebsd.org, niels@bakker.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, The named process (started with `-u bind -g bind' as options) on a 4.2S machine keeps dying, leaving the following in syslog: Apr 12 21:25:04 trance named[28101]: /usr/src/lib/libbind/../../contrib/bind/lib/isc/ev_timers.c:114: INSIST(now.tv_usec >= 0 && now.tv_usec < 1000000) failed. Apr 12 21:25:05 trance /kernel: pid 28101 (named), uid 53: exited on signal 6 Does anyone else see this behaviour? Any ideas to remedy this? Thanks, -- Niels. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 19:18:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail8.sdc1.sfba.home.com (femail8.sdc1.sfba.home.com [24.0.95.88]) by hub.freebsd.org (Postfix) with ESMTP id 3BA0337B43E for ; Thu, 12 Apr 2001 19:18:49 -0700 (PDT) (envelope-from graywane@home.com) Received: from cg392862-a.adubn1.nj.home.com ([65.2.79.221]) by femail8.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010413021847.BVBK26721.femail8.sdc1.sfba.home.com@cg392862-a.adubn1.nj.home.com>; Thu, 12 Apr 2001 19:18:47 -0700 Received: (from graywane@localhost) by cg392862-a.adubn1.nj.home.com (8.11.3/8.11.3) id f3D2IjH03922; Thu, 12 Apr 2001 22:18:45 -0400 (EDT) (envelope-from graywane) Date: Thu, 12 Apr 2001 22:18:45 -0400 From: Graywane To: Laurence Berland Cc: freebsd-questions@freebsd.org Subject: Re: Loki Linux games under FreeBSD Message-ID: <20010412221845.A3886@home.com> References: <20010412135604.A1163@home.com> <3AD65BCF.B4B7D822@confusion.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD65BCF.B4B7D822@confusion.net>; from stuyman@confusion.net on Thu, Apr 12, 2001 at 08:52:15PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 12, 2001 at 08:52:15PM -0500, Laurence Berland wrote: > You should definitely email their support people about this. Last > august BSDi and Loki announced that many of their games would be > supported officially when run on FreeBSD under Linux emulation. I got a swift, helpful reply from loki tech support. Apparently they just swept through their product line on a 4.2-RELEASE system and everything checked out ok (apart from the games requiring 3D support of course). The Sim City 3000 demo crashed for me on my 4.3-RC system (compiled this morning) but seems to run fine for them on 4.2-RELEASE. They are looking into it. The other demos I tried ran fine and were quite impressive. They even gave me install pointers for the games I mentioned I was going to buy. Very friendly and helpful. I'll be ordering from them this weekend. --=20 Note: See http://www.members.home.net/graywane/ for PGP information. --/9DWx/yDrRhgMJTb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjrWYgUACgkQeHdFaBWUGN0zTACfXJQbuHjAQsRHsLVV0olVpR6K 624An1w7UEQ5zdKJeQEr0N+OYMjDEG4o =/Bny -----END PGP SIGNATURE----- --/9DWx/yDrRhgMJTb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 20: 0:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c007.snv.cp.net (c007-h012.c007.snv.cp.net [209.228.33.219]) by hub.freebsd.org (Postfix) with SMTP id BE93637B496 for ; Thu, 12 Apr 2001 20:00:22 -0700 (PDT) (envelope-from otterr@telocity.com) Received: (cpmta 9971 invoked from network); 12 Apr 2001 20:00:21 -0700 Received: from dsl-216-227-91-85.telocity.com (HELO zoso) (216.227.91.85) by smtp.telocity.com (209.228.33.219) with SMTP; 12 Apr 2001 20:00:21 -0700 X-Sent: 13 Apr 2001 03:00:21 GMT From: "Otter" To: "'j mckitrick'" , Subject: RE: netscape roaming access Date: Thu, 12 Apr 2001 22:52:13 -0400 Message-ID: <000601c0c3c4$be870560$1400a8c0@zoso> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <20010412151022.A92206@dogma.freebsd-uk.eu.org> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG maybe you should setup a cron job to scp your bookmarks from home to work daily? maybe run it remotely from home? just a couple of options... i'm not aware of any roaming features. -Otter > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of j mckitrick > Sent: Thursday, April 12, 2001 10:10 AM > To: freebsd-questions@freebsd.org > Subject: netscape roaming access > > > > I realize this isn't *exactly* a FreeBSD question, but I've looked > everywhere. Does anyone know where I can set up a netscape > roaming account? > I read the directions, and I would need sysadmin status to > make my shell > account do this. I thought maybe there was a place out there > that does it > for you. > > Any idea? I'm sick and tired of changing my bookmarks at home and not > having the changes propagated to work. > > jm > -- > ------------------------------------------- > Jonathon McKitrick -- jcm@freebsd-uk.eu.org > Do not mistake lack of talent for genius > ------------------------------------------- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 20:10:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ruby.he.net (ruby.he.net [216.218.187.2]) by hub.freebsd.org (Postfix) with ESMTP id 60D2637B496 for ; Thu, 12 Apr 2001 20:10:55 -0700 (PDT) (envelope-from bill@wiliweld.com) Received: from corten8.billschoolcraft.com (adsl-63-193-247-201.dsl.snfc21.pacbell.net [63.193.247.201]) by ruby.he.net (8.8.6/8.8.2) with ESMTP id UAA14324; Thu, 12 Apr 2001 20:10:51 -0700 Date: Thu, 12 Apr 2001 20:06:36 -0700 (PDT) From: Bill Schoolcraft X-Sender: To: Omar Gani Cc: , Subject: Re: Win98+Linux+FreeBSD? In-Reply-To: <5.0.2.1.0.20010412232022.00a4aec8@popmail.inwind.it> Message-ID: System-ID: [en] (I; SunOS 5.8 i86pc) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Thu, 12 Apr 2001 it looks like Omar Gani composed: daemon->Keep in mind that you can't make more than 4 partitions in a daemon->hard disk. So unless you put linux partitions on logical daemon->DOS/win9X partition, you have to exactly 4 partition (DOS/win9X, daemon->FreeBSD, Linux & Linux's SWAP). daemon-> I have the same triple boot running on a laptop with LILO booting them all. In LBA mode I installed in four primaries on a 6 gig drive with the nose of the 4th primary partiton (FreeBSD) beginning under the 1024 cylinder mark: Windows = 2.5 gig Linux /boot = 25MB Linux / = 2 gig FBSD = remainder of drive. I did create the 4th primary while installing Linux but left it unformatted and made sure I chose NOT to install the FreeBSD bootloader on anything. I grew up with LILO and just default to it. The /etc/lilo.conf stanza's for the Linux file looks like this: (/etc/lilo.conf) ######################################### [root@corten2 ~]--> less /etc/lilo.conf boot=/dev/hda map=/boot/map install=/boot/boot.b prompt timeout=50 default=linux other=/dev/hda1 label=dos image=/boot/vmlinuz-2.2.14-5.0 label=linux read-only root=/dev/hda3 other=/dev/hda4 label=bsd ######################################### Being a creature of habit, I just keep working around the 1024 cylinder problem. I hear the new LILO can see beyond that now. I've made a little demo for some customers I had at work when they called for dual boot adivce and the 1024 cylinder issue with Linux. http://wiliweld.com/lba.txt Can anyone share their experience with FreeBSD's bootloader and controlling Linux and Windows ? -- Bill Schoolcraft PO Box 210076 -o) San Francisco CA 94121 /\ "UNIX, A Way Of Life." _\_v http://forwardslashunix.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 20:28:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtppop1pub.verizon.net (smtppop1pub.gte.net [206.46.170.20]) by hub.freebsd.org (Postfix) with ESMTP id 6BCA537B443 for ; Thu, 12 Apr 2001 20:28:56 -0700 (PDT) (envelope-from res03db2@gte.net) Received: from gte.net (evrtwa1-ar4-4-34-145-186.dsl.gtei.net [4.34.145.186]) by smtppop1pub.verizon.net with ESMTP ; id WAA89569381 Thu, 12 Apr 2001 22:21:48 -0500 (CDT) Received: (from res03db2@localhost) by gte.net (8.9.3/8.9.3) id UAA34555; Thu, 12 Apr 2001 20:30:33 -0700 (PDT) (envelope-from res03db2@gte.net) Date: Thu, 12 Apr 2001 20:30:33 -0700 From: Robert Clark To: lists Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Naming ethernet NICs Message-ID: <20010412203033.A34524@darkstar.gte.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from lists@vivdev.com on Wed, Apr 11, 2001 at 11:49:30PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I asked about the possibility of using logical naming as opposed to naming the network cards after their drivers. I received responses both pro and con. When and if I have time to work on something like that, and after I've aquired sufficient skills to make it do-able, it would be a neat project. [RC] On Wed, Apr 11, 2001 at 11:49:30PM -0400, lists wrote: > >Date: Wed, 11 Apr 2001 23:38:10 -0400 > >To: michael@tenzo.com > >From: lists > >Subject: Re: Naming ethernet NICs > >Cc: > >Bcc: > >X-Attachments: > > > >Michael wrote: > > > >>Yes, this is what I meant. The reason I raised the questions is that I'm > >>configuring a simple firewall for my home network and so far I've > >>"hardcoded" > >>NIC names in three or four different places. Presumably if I ever replaced a > >>NIC with a different type/driver, I'd have to rediscover all the places I'd > >>used the old name. > >> > a newestbie asks: > I saw earlier in this thread someone giving an example aliasing the names - > why not just put in aliases in the configuration, then you just have to > change the alias mapping when you change hardware? > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 20:43:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.nmt.edu (mailhost.nmt.edu [129.138.4.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A49B37B496 for ; Thu, 12 Apr 2001 20:43:47 -0700 (PDT) (envelope-from jon@nmt.edu) Received: from nmt.edu (dialin0.passcal.nmt.edu [129.138.26.200]) by mailhost.nmt.edu (8.11.3/8.11.3) with ESMTP id f3D3hie03284; Thu, 12 Apr 2001 21:43:44 -0600 Message-ID: <3AD6767B.40F57F7F@nmt.edu> Date: Thu, 12 Apr 2001 21:46:03 -0600 From: Jon Collis X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: David Banning Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPP negoatiation, LCP and immediate Disconnected! References: <3ACF7DD8.7AE7B3CA@nmt.edu> <20010408002845.E36393@www3.pacific-pages.com> <3AD02066.B83D8BCE@nmt.edu> <20010408141630.A42809@www3.pacific-pages.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, I finally got it working. Turns out that I had to have my chat script send a "-d" after I had logged in and sent ppp. Apparantly this tells the system to start talking ppp. Thanks for the help and the support, Jon David Banning wrote: > Do you have your /etc/ppp/ppp.linkup file setup? Here's mine; > > ondemand: > delete ALL > add 0 0 HISADDR > > What about /etc/hosts? Here's mine - > > 127.0.0.1 localhost # localhost.my.domain myname.my.domain > 10.0.0.1 d.tracker > > Beyond that, I'm sorry - I've had my own similar problems and > spent countless hours of trial and error - but > it finally paid off - don't give up! > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 20:46:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id D301D37B506 for ; Thu, 12 Apr 2001 20:46:07 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 11626 invoked by uid 0); 13 Apr 2001 03:46:05 -0000 Received: from pd4b9eee4.dip.t-dialin.net (HELO lofizwei) (212.185.238.228) by mail.gmx.net (mail01) with SMTP; 13 Apr 2001 03:46:05 -0000 Message-ID: <012701c0c3cc$a952e260$0508a8c0@lofi.dyndns.org> From: "Michael Nottebrock" To: "brian j. peterson" , References: Subject: Re: turning off DMA pre-boot Date: Fri, 13 Apr 2001 05:48:49 +0200 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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "brian j. peterson" To: Sent: Wednesday, April 11, 2001 11:11 PM Subject: turning off DMA pre-boot > background: > > i have a 4.3-BETA system that is freezing on me every few days. (the > cvsup from 4.2-R to stable was done around March 11th.) i have trimmed > down the kernel as much as possible in an attempt to isolate the problem, > but this hasn't helped so far. the motherboard this system is on uses a > VIA chipset, and i have been hearing that VIA's DMA support is less than > perfect. turning off DMA in the BIOS didn't seem to stop FreeBSD from > using DMA (at least according to 'sysctl hw.atamodes'). i was able to > turn off DMA _after_ boot by running 'sysctl -w hw.atamodes=pio,pio,'. (i > just did this last night, so i'm not sure if this has solved the system's > freezing problem.) > > question: > > is there some way to disable DMA support (and force PIO mode) before the > system boots? perhaps a kernel option or a loader option? > > any help would be greatly appreciated. > > thanks for your time, > brian There is, at least in the latest 4.3's. You can set hw.ata.ata_dma="0" in /boot/loader.conf amongst some other options. Turning off dma after booting should have solved your problem, though, if it was really ide-dma related. Also see 'man ata' for details. Greetings, Michael Nottebrock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 21:45:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from localhost.cts.COM (cts21612089241.cts.com [216.120.89.241]) by hub.freebsd.org (Postfix) with ESMTP id 7F10337B43F for ; Thu, 12 Apr 2001 21:45:29 -0700 (PDT) (envelope-from heyjoe@localhost.cts.COM) Received: (from heyjoe@localhost) by localhost.cts.COM (8.11.0/8.11.0) id o3D4j7919173 for freebsd-questions@freebsd.org; Mon, 12 Apr 2010 21:45:07 -0700 Date: Mon, 12 Apr 2010 21:45:07 -0700 From: Joe Heuring To: freebsd-questions@freebsd.org Subject: shift page up Message-ID: <20100412214507.F3183@Joe H> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: Linux heyjoe 2.2.16-22 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Looking for the equivalent for shift page up in linux. Thank you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 21:52:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 3029737B42C for ; Thu, 12 Apr 2001 21:52:12 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.11.3/8.11.3) id f3D4q9c19172; Thu, 12 Apr 2001 23:52:09 -0500 (CDT) (envelope-from dan) Date: Thu, 12 Apr 2001 23:52:09 -0500 From: Dan Nelson To: Joe Heuring Cc: freebsd-questions@FreeBSD.ORG Subject: Re: shift page up Message-ID: <20010412235208.A19066@dan.emsphone.com> References: <20100412214507.F3183@Joe H> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: <20100412214507.F3183@Joe H>; from "Joe Heuring" on Mon Apr 12 21:45:07 GMT 2010 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Apr 12), Joe Heuring said: > Looking for the equivalent for shift page up in linux. Thank you. Scroll-Lock, then use the cursor keys/pgup/pgdn/home/end. When you're done hit scroll-lock again. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 22: 5:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tmd.df.ru (cr219023-a.rchrd1.on.wave.home.com [24.43.203.140]) by hub.freebsd.org (Postfix) with ESMTP id D904B37B422 for ; Thu, 12 Apr 2001 22:05:48 -0700 (PDT) (envelope-from tmd@tmd.df.ru) Received: by tmd.df.ru (Postfix, from userid 1001) id B5CF31510B; Fri, 13 Apr 2001 01:05:47 -0400 (EDT) Date: Fri, 13 Apr 2001 01:05:47 -0400 From: Vlad To: freebsd-questions@freebsd.org Subject: JAIL.. need help :) Message-ID: <20010413010546.A781@tmd.df.ru> Mail-Followup-To: Vlad , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.2-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Re, i seem to have jail running all fine.. except for these problems: i can easily telnet and log in my jail environment, however, network stops functioning as soon as im there.. i.e: ping: socket: Operation not permitted how can i configure it? second, when running jail (jail /usr/jail testbox 192.168.0.3 /bin/sh /etc/rc), it starts booting and gives me the following error: cannot open /dev/ttyv0: no such file and exits back to my shell.. am i doing something wrong? :) thanks for any help! - -- tmd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 22:25:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www.golsyd.net.au (golsyd.net.au [203.57.20.1]) by hub.freebsd.org (Postfix) with ESMTP id DFBF237B43F for ; Thu, 12 Apr 2001 22:25:31 -0700 (PDT) (envelope-from kaltorak@quake.com.au) Received: from [203.164.12.28] by www.quake.com.au (NTMail 4.30.0012/AB6169.63.5724aadf) with ESMTP id ylwaaaaa for ; Fri, 13 Apr 2001 15:25:05 +1000 Message-ID: <3AD68EBA.EC6A8380@quake.com.au> Date: Fri, 13 Apr 2001 15:29:30 +1000 From: Kal Torak X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-questions Subject: Creating EXACT image of a CD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hiyas, I want to create exact ISO images of CD's... Like create the file system using the exact same file names and structure, not just copying the data... If there are null sectors on the CD or something then I want them to be part of the image... So yeah basically an exact image of it :) Anyway what tools for FreeBSD can I use to do this? with certain options to mkisofs can it be done? or using dd or something? TIA guys! Kal. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 22:34: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from localhost.cts.COM (cts21612089241.cts.com [216.120.89.241]) by hub.freebsd.org (Postfix) with ESMTP id 3D2EF37B505 for ; Thu, 12 Apr 2001 22:33:59 -0700 (PDT) (envelope-from heyjoe@localhost.cts.COM) Received: (from heyjoe@localhost) by localhost.cts.COM (8.11.0/8.11.0) id o3D5XvX19237 for freebsd-questions@freebsd.org; Mon, 12 Apr 2010 22:33:57 -0700 Date: Mon, 12 Apr 2010 22:33:57 -0700 From: Joe Heuring To: freebsd-questions@freebsd.org Subject: install floppy 1 Message-ID: <20100412223357.A19212@Joe H> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: Linux heyjoe 2.2.16-22 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG fresh install for a celeron/ide drive on the first floppy, I'm just curious, it says: /kernel text=0x23b67b data=0x2f4c4+0x20194 - Is that referring to the floppy or the ide? At this stage how would I be able to read the text and data? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 22:38:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bbaer.muenster.de (bbaer.muenster.de [195.202.32.20]) by hub.freebsd.org (Postfix) with ESMTP id 7435437B446 for ; Thu, 12 Apr 2001 22:38:48 -0700 (PDT) (envelope-from bofh@muenster.de) Received: (from bofh@localhost) by bbaer.muenster.de (8.9.3/8.9.3) id HAA21998; Fri, 13 Apr 2001 07:31:03 +0200 From: Eckart Hofmann Message-Id: <200104130531.HAA21998@bbaer.muenster.de> Subject: Re: shift page up In-Reply-To: <20100412214507.F3183@Joe H> from Joe Heuring at "Apr 12, 2010 9:45: 7 pm" To: heyjoe@cts.com (Joe Heuring) Date: Fri, 13 Apr 2001 07:31:03 +0200 (MEST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL48 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sie, Joe Heuring, haben geschrieben: > Looking for the equivalent for shift page up in linux. Thank you. > Hit the Scroll Lock key and hold (careful ;-) the cursor up key down. Hth, Eckart To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 23: 3:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from magicdoor.deam.org (magicdoor.deam.org [62.156.171.17]) by hub.freebsd.org (Postfix) with ESMTP id 2A0D437B424 for ; Thu, 12 Apr 2001 23:03:16 -0700 (PDT) (envelope-from mac.list@deam.org) Received: from deam.org ([10.10.10.99]) by magicdoor.deam.org (8.11.3/8.9.3) with ESMTP id f3D63NN13711 for ; Fri, 13 Apr 2001 08:03:25 +0200 (CEST) (envelope-from mac.list@deam.org) Message-ID: <3AD696B6.E2BDF743@deam.org> Date: Fri, 13 Apr 2001 08:03:35 +0200 From: mac Reply-To: mac.list@deam.org X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: de,en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: help with slow network References: <3AD6060A.348C55BB@deam.org> <3AD60E17.1A55F39B@deam.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi again :) i found the clue - its about the mtu. i set the mut with "ifconfig de0 mtu 1280" and add this "mtu 1280" to my rc.conf. its now running fine... happy easter mac mac wrote: > some addition: > su-2.03# ping -s 1260 mac > PING mac.deam.org (62.156.171.18): 1260 data bytes > 1268 bytes from 62.156.171.18: icmp_seq=0 ttl=255 time=3.147 ms > 1268 bytes from 62.156.171.18: icmp_seq=1 ttl=255 time=2.844 ms > 1268 bytes from 62.156.171.18: icmp_seq=2 ttl=255 time=3.010 ms > 1268 bytes from 62.156.171.18: icmp_seq=3 ttl=255 time=2.858 ms > 1268 bytes from 62.156.171.18: icmp_seq=4 ttl=255 time=2.898 ms > 1268 bytes from 62.156.171.18: icmp_seq=5 ttl=255 time=2.842 ms > 1268 bytes from 62.156.171.18: icmp_seq=6 ttl=255 time=2.827 ms > 1268 bytes from 62.156.171.18: icmp_seq=7 ttl=255 time=2.835 ms > 1268 bytes from 62.156.171.18: icmp_seq=8 ttl=255 time=2.779 ms > 1268 bytes from 62.156.171.18: icmp_seq=9 ttl=255 time=3.103 ms > 1268 bytes from 62.156.171.18: icmp_seq=10 ttl=255 time=2.837 ms > 1268 bytes from 62.156.171.18: icmp_seq=11 ttl=255 time=2.841 ms > ^C > --- mac.deam.org ping statistics --- > 12 packets transmitted, 12 packets received, 0% packet loss > round-trip min/avg/max/stddev = 2.779/2.902/3.147/0.113 ms > > and with a greater paket-size: > su-2.03# ping -s 1300 mac > PING mac.deam.org (62.156.171.18): 1300 data bytes > 1308 bytes from 62.156.171.18: icmp_seq=0 ttl=255 time=3.328 ms > 1308 bytes from 62.156.171.18: icmp_seq=1 ttl=255 time=2.862 ms > 1308 bytes from 62.156.171.18: icmp_seq=2 ttl=255 time=2.878 ms > 1308 bytes from 62.156.171.18: icmp_seq=4 ttl=255 time=2.884 ms > 1308 bytes from 62.156.171.18: icmp_seq=5 ttl=255 time=2.863 ms > 1308 bytes from 62.156.171.18: icmp_seq=6 ttl=255 time=2.941 ms > 1308 bytes from 62.156.171.18: icmp_seq=7 ttl=255 time=2.916 ms > 1308 bytes from 62.156.171.18: icmp_seq=9 ttl=255 time=2.879 ms > 1308 bytes from 62.156.171.18: icmp_seq=10 ttl=255 time=2.977 ms > 1308 bytes from 62.156.171.18: icmp_seq=11 ttl=255 time=2.905 ms > 1308 bytes from 62.156.171.18: icmp_seq=12 ttl=255 time=2.919 ms > ^C > --- mac.deam.org ping statistics --- > 13 packets transmitted, 11 packets received, 15% packet loss > round-trip min/avg/max/stddev = 2.862/2.941/3.328/0.127 ms > > it looks like that somewhere obove 1300 bytes the problem starts :-(( > i made this pings over a 10mbit-hub and only both amchines and the router > connected. > > really weired.... > cu > mac > > mac wrote: > > > hi there, > > > > i just moved my freebsd-box (4.3-RC yesterday) from my internel network > > to the public net - thers some http-stuff on there. > > > > i have a router, my freebsd-nat-machine and the webserver connected to a > > hub. > > the wbeserver worked just fine in the private net but in the external > > one i have problems transferring files above 200 or 300 kb. a tcpdump > > shows nothing - some activity and than a long pause. > > > > i had a d-link in there before and now i use a kne100 - but the problem > > is still the same. > > > > does anyone have any suggestions? > > > > thanks in advance > > mac > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 23:30:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id E932837B496 for ; Thu, 12 Apr 2001 23:30:27 -0700 (PDT) (envelope-from david@www3.pacific-pages.com) Received: from d.tracker ([216.191.60.8]) by www3.pacific-pages.com (8.8.5) id AAA04894; Fri, 13 Apr 2001 00:29:50 -0600 (MDT) Received: (from david@localhost) by d.tracker (8.11.3/8.11.2) id f3D6TaQ80858 for questions@freebsd.org; Fri, 13 Apr 2001 02:29:36 -0400 (EDT) (envelope-from david) Date: Fri, 13 Apr 2001 02:27:49 -0400 From: David Banning To: questions@freebsd.org Subject: stuck building 4.2 after -current Message-ID: <20010413022748.A80751@www3.pacific-pages.com> Reply-To: David Banning Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After a installing -current I am now attempting to re-install -stable (4.2). I first got this error during the installworld; /usr/share/man/man3/crypt_set_format.3.gz -> /usr/share/man/man3/crypt.3.gz rm: libcrypt.so.2: Operation not permitted *** Error code 1 Stop in /usr/src/lib/libcrypt. *** Error code 1 I found the schg flags set on some of the libraries, so went to /usr/lib and did a; chflags noschg * then tried the installworld again. Now I have this error; /usr/bin/sperl5.00503 -> /usr/bin/suidperl ===> gnu/usr.bin/perl/library install: opnames.h: No such file or directory *** Error code 71 Stop in /usr/src/gnu/usr.bin/perl/library Any idea how I can work this out? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Apr 12 23:50:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay4.inwind.it (relay4.inwind.it [212.141.53.75]) by hub.freebsd.org (Postfix) with ESMTP id 29C7137B440 for ; Thu, 12 Apr 2001 23:50:26 -0700 (PDT) (envelope-from daemons@inwind.it) Received: from cumine.inwind.it (62.98.82.26) by relay4.inwind.it (5.5.025) id 3ACAF525001B5AD0; Fri, 13 Apr 2001 08:49:42 +0200 Message-Id: <5.0.2.1.0.20010413072601.00a4f518@popmail.inwind.it> X-Sender: daemons@popmail.inwind.it (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Fri, 13 Apr 2001 08:49:53 +0200 To: Bill Schoolcraft From: Omar Gani Subject: Re: Win98+Linux+FreeBSD? Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: <5.0.2.1.0.20010412232022.00a4aec8@popmail.inwind.it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 20.06 12/04/2001 -0700, Bill Schoolcraft wrote: > > >Being a creature of habit, I just keep working around the 1024 >cylinder problem. I hear the new LILO can see beyond that now. > >I've made a little demo for some customers I had at work when they >called for dual boot adivce and the 1024 cylinder issue with Linux. > >http://wiliweld.com/lba.txt > >Can anyone share their experience with FreeBSD's bootloader and >controlling Linux and Windows ? Well, I have FreeBSD, Linux and WIN2K installed in my 1st hard disk, with all the bootable partition under 1024 cylinder: 1st: FreeBSD 2nd: Linux boot 3rd: NTFS(WIN2K) 4rd: Linux and all remaining data/program in my 2nd hard disk. I use os-bs (ftp://ftp.se.freebsd.org/pub/FreeBSD/tools/osbs135.exe) as boot manager, it's incredibly reliable (this piece of code is written in 91-92!). I just love it. Very easy to use, extremely reliable, just plain simple boot manager, can't live without it :) I don't use FreeBSD's bootloader because you can save os-bs in a floppy and install it whenever you want, just in case a virus overwrite the MBR and you want to reinstall it. But I think FreeBSD's bootloader is better, I guess it can boot a partition in 2nd hard disk, you have to use osbsbeta for this(but I convince this beta is safe). I use LILO only to boot Linux, since I had bad experience with it, so I just don't trust it. I think the only problem having triple (or more) OS in a computer is managing all the bootable partition under 1024 and make no more than 4 partitions in a hard disk. Linux ridiculously need separate swap partition make thing worse. Having a 2nd hard disk just solve the almost all the problems. I use a pfdisk (ftp://ftp.se.freebsd.org/pub/FreeBSD/tools/pfdisk.exe) to create all the partitions and refine it with others OS *official* partition program. pfdisk is another incredible ancient piece of code written in 90-91 that safe my life couple of times. ciao omarg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 0: 5:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.krasnet.ru (relay2.krasnet.ru [195.112.224.80]) by hub.freebsd.org (Postfix) with ESMTP id 8C84237B423 for ; Fri, 13 Apr 2001 00:05:36 -0700 (PDT) (envelope-from fduch2000@yahoo.com) Received: from post.krasnet.ru (post.krasnet.ru [195.112.224.81]) by relay2.krasnet.ru (8.9.3/8.9.3) with ESMTP id PAA92680 for ; Fri, 13 Apr 2001 15:04:05 +0800 (KRAST) (envelope-from fduch2000@yahoo.com) Received: from serpent (p088.public.krasnet.ru [195.112.226.88]) by post.krasnet.ru (8.10.2/8.10.2) with SMTP id f3D73nC16122 for ; Fri, 13 Apr 2001 15:03:50 +0800 (KRAST) From: "Alexey I. Kubikov" To: Subject: =?koi8-r?B?98/Q0s/T?= Date: Fri, 13 Apr 2001 14:04:05 +0700 Message-ID: <000001c0c3f0$ad00c4d0$841ba8c0@serpent> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Where I can find documentation in Internet? Very good - Russian. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 0: 7:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 022AA37B424 for ; Fri, 13 Apr 2001 00:07:49 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f3D77di99403; Fri, 13 Apr 2001 10:07:39 +0300 (EEST) (envelope-from ru) Date: Fri, 13 Apr 2001 10:07:39 +0300 From: Ruslan Ermilov To: "Alexey I. Kubikov" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: =?koi8-r?B?98/Q0s/T?= Message-ID: <20010413100739.A99259@sunbay.com> Mail-Followup-To: "Alexey I. Kubikov" , freebsd-questions@FreeBSD.ORG References: <000001c0c3f0$ad00c4d0$841ba8c0@serpent> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000001c0c3f0$ad00c4d0$841ba8c0@serpent>; from fduch2000@yahoo.com on Fri, Apr 13, 2001 at 02:04:05PM +0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Apr 13, 2001 at 02:04:05PM +0700, Alexey I. Kubikov wrote: > Where I can find documentation in Internet? > Very good - Russian. > http://www.freebsd.org/ru/ -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 0: 9:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cc.sookmyung.ac.kr (cc.sookmyung.ac.kr [203.252.201.4]) by hub.freebsd.org (Postfix) with ESMTP id 3A5B137B422 for ; Fri, 13 Apr 2001 00:09:28 -0700 (PDT) (envelope-from jieun@cs.sookmyung.ac.kr) Received: from jieun ([203.252.195.206]) by cc.sookmyung.ac.kr (8.9.3/8.9.3) with SMTP id QAA02265 for ; Fri, 13 Apr 2001 16:06:48 +0900 (KST) From: =?ks_c_5601-1987?B?wbbB9sC6?= To: Subject: about bgp4+ Date: Fri, 13 Apr 2001 16:08:39 +0900 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG IGhpICEhDQogaSB1c2UgZnJlZWJlZCA0LjAgcmVsZWFzZQ0KIGkgaGVhcmQgaXQgc3VwcG9ydCBJ UHY2IGFsc28gaXQgd2FzIHN1cHByb3RlZCBmcm9tIGthbWUgICBub3cgaSBuZWVkIHRvIGluc3Rh bGwgYmdwNCsNCiBidXQgdGhlcmUgd2Fzbid0IGl0DQogc28gY291bGQgeW91IHRlbGwgbWUgd2hh dCBpIGRvIHRvICBnZXQgYmdwNCsgLg0KIA== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 0:33:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by hub.freebsd.org (Postfix) with ESMTP id 21A6537B43E for ; Fri, 13 Apr 2001 00:33:56 -0700 (PDT) (envelope-from lists@vivdev.com) Received: from [192.168.1.100] (dhcp043-10-151-24.nt01-c5.cpe.charter-ne.com [24.151.10.43]) by albatross.prod.itd.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id AAA10342 for ; Fri, 13 Apr 2001 00:33:54 -0700 (PDT) X-Sender: lists@vivdev.com (Unverified) Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Fri, 13 Apr 2001 03:33:54 -0400 To: freebsd-questions@FreeBSD.ORG From: lists Subject: Ports versus ports Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well I am dilligently reading as much of the various discussions as time and vocabulary will allow, and I am happy to report that I am able to understand and follow more and more of what is being discussed. Which isn't to say I understand much. :-) Anyhow, I understand that there are ports - as in stuff that has been recompiled to work in a new environment (such as FreeBSD) from another environment (say, Linux). Then, there are ports - as in that to which a number is assigned by IANA for TCP and UDP. Having R(some of)TFM, I have a question or two. It isn't coincidence that these things have the same name is it? What precisely do these things have in common and what separates them? Thanks ya'll. thanks, chris lists@vivdev.com _____________________________________________ /"\ ASCII Ribbon campaign against E-Mail \ / in gratuitous HTML and Microsoft X proprietary formats. / \ Post no attachments to the lists! _______________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 1: 1:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmod.ath.cx (CC2-861.charter-stl.com [24.217.115.99]) by hub.freebsd.org (Postfix) with ESMTP id 7ED8137B446 for ; Fri, 13 Apr 2001 01:01:41 -0700 (PDT) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id 2D2C8A91E; Fri, 13 Apr 2001 03:00:44 -0500 (CDT) Date: Fri, 13 Apr 2001 03:00:44 -0500 From: Andrew Hesford To: lists Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Ports versus ports Message-ID: <20010413030044.A12770@cec.wustl.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from lists@vivdev.com on Fri, Apr 13, 2001 at 03:33:54AM -0400 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Apr 13, 2001 at 03:33:54AM -0400, lists wrote: > Well I am dilligently reading as much of the various discussions as time > and vocabulary will allow, and I am happy to report that I am able to > understand and follow more and more of what is being discussed. Which > isn't to say I understand much. :-) > > Anyhow, I understand that there are ports - as in stuff that has been > recompiled to work in a new environment (such as FreeBSD) from another > environment (say, Linux). > > Then, there are ports - as in that to which a number is assigned by IANA > for TCP and UDP. > > Having R(some of)TFM, I have a question or two. > > It isn't coincidence that these things have the same name is it? > What precisely do these things have in common and what separates them? Guess what! There is a third type of port, and it is a physical connection point to your box, as in a serial port, printer port, keyboard port, etc. TCP/UDP ports are virtual access points, which all connect through the physical ethernet port to your machine. These two ports (TCP and physical) have a common backing concept... connection points between equipment. However, you must remember that physical ports consist of pins, sockets, and plugs... TCP ports are virtual. As for software ports, I'm not really sure where the term came from... However, these ports have nothing to do with physical ports or network ports... if the name isn't a coincidence, at least there is no modern connection between the two. As I finish this, I think that you might be confused if your English isn't great. Right now, I'm too tired to clarify this. Therefore, if you need extra help deciphering this, just reply with "What the fuck?" and I'll get to it when I'm less sleepy. :) -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 1: 2:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from jen.netforge.net (134-fw.dsl.bandwidthbrokers.net [206.228.147.134]) by hub.freebsd.org (Postfix) with ESMTP id BEE8837B506 for ; Fri, 13 Apr 2001 01:02:37 -0700 (PDT) (envelope-from khtao@netforge.net) Received: from arcane (arcane.netforge.net [206.228.147.126]) by jen.netforge.net (8.9.3/8.9.3) with SMTP id DAA49992; Fri, 13 Apr 2001 03:05:42 -0500 (EST) (envelope-from khtao@netforge.net) Message-ID: <002f01c0c3f0$eda5b040$7e93e4ce@netforge.net> From: "Kane Tao" To: "lists" Cc: References: Subject: Re: Ports versus ports Date: Fri, 13 Apr 2001 03:08:31 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: "lists" To: Sent: Friday, April 13, 2001 2:33 AM Subject: Ports versus ports > Well I am dilligently reading as much of the various discussions as time > and vocabulary will allow, and I am happy to report that I am able to > understand and follow more and more of what is being discussed. Which > isn't to say I understand much. :-) > > Anyhow, I understand that there are ports - as in stuff that has been > recompiled to work in a new environment (such as FreeBSD) from another > environment (say, Linux). > > Then, there are ports - as in that to which a number is assigned by IANA > for TCP and UDP. > > Having R(some of)TFM, I have a question or two. > > It isn't coincidence that these things have the same name is it? > What precisely do these things have in common and what separates them? > > Thanks ya'll. > > thanks, > > chris > > lists@vivdev.com > _____________________________________________ > > /"\ ASCII Ribbon campaign against E-Mail > \ / in gratuitous HTML and Microsoft > X proprietary formats. > / \ Post no attachments to the lists! > _______________________________________________ > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message The term port as refered to in networking is a device you can connect to...e.g. a serial port TCP/IP ports are the same thing except that they are logical constructs...an IP port is a one of many connections that can be established from one PC to another (PC not being the only device possible). For example FTP tries to connect to port 21 on the other computer. That means that on the server side there is a program (FTP server) listening in on port 21 and waiting to respond to any requests issued to that port. The ports collection is a set of programs that have been "ported" over from another system. That means they have been converted to run on FreeBSD. A program that can run on many different systems is called "portable" (or multi-platform/platform independent). Basically in this use of the word it uses the definition "brought over" rather than "a point of destination for ships". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 1:13:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from imag.imag.fr (imag.imag.fr [129.88.30.1]) by hub.freebsd.org (Postfix) with ESMTP id 4D02E37B42C for ; Fri, 13 Apr 2001 01:13:54 -0700 (PDT) (envelope-from Nicolas.Kowalski@imag.fr) Received: from ormelune.imag.fr (ormelune.imag.fr [129.88.43.35]) by imag.imag.fr (8.9.3/8.8.6) with ESMTP id KAA29251 for ; Fri, 13 Apr 2001 10:13:52 +0200 (MET DST) Received: from girose.imag.fr (girose [129.88.43.64]) by ormelune.imag.fr (8.9.1b+Sun/jtpda-5.3.3) with ESMTP id KAA02396 for ; Fri, 13 Apr 2001 10:13:33 +0200 (MET DST) Received: from (kowalski@localhost) by girose.imag.fr (8.9.3/jtpda-5.3.3) id KAA18980 ; Fri, 13 Apr 2001 10:13:52 +0200 X-Authentication-Warning: girose.imag.fr: kowalski set sender to Nicolas.Kowalski@imag.fr using -f To: freebsd-questions@freebsd.org Subject: Re: TFTP configuration References: <000101c0c3de$bfdb4bf0$0aa994d0@one.malawi.net> From: Nicolas Kowalski Date: 13 Apr 2001 10:13:52 +0200 In-Reply-To: "Kondie"'s message of "Fri, 13 Apr 2001 08:58:21 +0300" Message-ID: Lines: 19 User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.1 (Capitol Reef) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "Kondie" == Kondie writes: Kondie> Hello, I am trying to configure tftpd on FreeBSD 4.0. I Kondie> call tftp in inetd.conf with: Kondie> tftp dgram udp wait nobody /usr/libexec/tftpd tftpd -l -s Kondie> /kondie /tftpboot [SNIP] Kondie> chroot: /kondie: Operation not permitted. Here is your error. Running tftpd with '-s' option implies the process will `chroot'. For this, it needs to have root id. So just replace `nobody' with `root' in your inetd.conf, and it will run fine. Regards. Nicolas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 1:14: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmod.ath.cx (CC2-861.charter-stl.com [24.217.115.99]) by hub.freebsd.org (Postfix) with ESMTP id 366EC37B505 for ; Fri, 13 Apr 2001 01:13:58 -0700 (PDT) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id EE23FA920; Fri, 13 Apr 2001 03:13:10 -0500 (CDT) Date: Fri, 13 Apr 2001 03:13:10 -0500 From: Andrew Hesford To: Kane Tao Cc: lists , freebsd-questions@FreeBSD.ORG Subject: Re: Ports versus ports Message-ID: <20010413031310.B12819@cec.wustl.edu> References: <002f01c0c3f0$eda5b040$7e93e4ce@netforge.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <002f01c0c3f0$eda5b040$7e93e4ce@netforge.net>; from khtao@netforge.net on Fri, Apr 13, 2001 at 03:08:31AM -0500 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Apr 13, 2001 at 03:08:31AM -0500, Kane Tao wrote: > The term port as refered to in networking is a device you can connect > to...e.g. a serial port > TCP/IP ports are the same thing except that they are logical > constructs...an IP port is a one of many connections that can be > established from one PC to another (PC not being the only device > possible). For example FTP tries to connect to port 21 on the other > computer. That means that on the server side there is a program (FTP > server) listening in on port 21 and waiting to respond to any requests > issued to that port. Technically it is a TCP port, not an IP port. As I understand it, IP deals with the identification of machines (hence IP addresses) and the packaging of data (IP packet structure). The TCP part of TCP/IP deals with low-end stuff like making connections and transmitting data. Part of this low-end is dividing a network interface into ports, for organization of data and easy identification of services. Mind you, I've never read the specs on the protocols, so I can't be sure. But this makes the most sense. I do know for certain that ports are a TCP thing... you say "connect to TCP port 39" instead of "connect to IP port 39". -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 2: 0:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from uj.pfi.lt (uj.pfi.lt [193.219.52.129]) by hub.freebsd.org (Postfix) with ESMTP id 365AF37B440 for ; Fri, 13 Apr 2001 02:00:12 -0700 (PDT) (envelope-from Radical@hardcore.lt) Received: from tyras (megalogika.stp.lt [193.219.52.197]) by uj.pfi.lt (8.11.2/8.11.2) with SMTP id f3D8ljb17168 for ; Fri, 13 Apr 2001 10:47:50 +0200 From: "Radical" To: Subject: ipfw+natd "napster" Date: Fri, 13 Apr 2001 10:59:14 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 In-Reply-To: <20010412135604.A1163@home.com> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello I'm running gateway on freeBSD 4.2. I have configured on it ipfw and natd. Everything works very well but I was confused when found that napster do not work properly. So maybe some one already solve this problem and has correct rules for ipfw Thanks in advance Radical To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 2:12:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f103.law9.hotmail.com [64.4.9.103]) by hub.freebsd.org (Postfix) with ESMTP id 6443E37B496 for ; Fri, 13 Apr 2001 02:12:23 -0700 (PDT) (envelope-from thierryblack@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 13 Apr 2001 02:12:22 -0700 Received: from 142.165.70.131 by lw9fd.law9.hotmail.msn.com with HTTP; Fri, 13 Apr 2001 09:12:22 GMT X-Originating-IP: [142.165.70.131] From: "Thierry Black" To: freebsd-questions@freebsd.org Subject: Finding the current terminal Date: Fri, 13 Apr 2001 03:12:22 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 13 Apr 2001 09:12:22.0588 (UTC) FILETIME=[D945D7C0:01C0C3F9] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can anyone tell me how to find (and output) the name of the current terminal? Something relatively cross-platform and non-shell-specific would be ideal. tb _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 2:34:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ren.sasknow.com (ren.sasknow.com [207.195.92.131]) by hub.freebsd.org (Postfix) with ESMTP id 329E437B449 for ; Fri, 13 Apr 2001 02:34:18 -0700 (PDT) (envelope-from ryan@sasknow.com) Received: from localhost (ryan@localhost) by ren.sasknow.com (8.9.3/8.9.3) with ESMTP id DAA56207; Fri, 13 Apr 2001 03:33:57 -0600 (CST) (envelope-from ryan@sasknow.com) Date: Fri, 13 Apr 2001 03:33:57 -0600 (CST) From: Ryan Thompson To: Radical Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ipfw+natd "napster" In-Reply-To: Message-ID: Organization: SaskNow Technologies [www.sasknow.com] MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Radical wrote to freebsd-questions@FreeBSD.ORG: > Hello > > I'm running gateway on freeBSD 4.2. I have configured on it ipfw and > natd. Everything works very well but I was confused when found that > napster do not work properly. So maybe some one already solve this > problem and has correct rules for ipfw Napster uses port 6969 IIRC--check your configuration. If you want Napster to WORK, and you've set up a default deny firewall, just open the port: /sbin/ipfw add 10000 allow tcp from any to any 6969 You haven't told us what your firewall configuration is like. The above command is very much oversimplified, and is NOT a good example of a firewall config, but will work in most applications. Let us know what sort of filtering you have set up, and I or someone else can suggest a more accurate rule. Add a similar command to your firewall config so this change will persist after a reboot. Or, just configure Napster itself to talk on a different port. NB: Most network administrators go to great pains to BLOCK the napster port, or restrict bandwidth. I think this is the first time that I've seen anybody want to do the opposite on this list ;-) > > Thanks in advance > Radical > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Ryan Thompson Network Administrator, Accounts SaskNow Technologies - http://www.sasknow.com #106-380 3120 8th St E - Saskatoon, SK - S7H 0W2 Tel: 306-664-3600 Fax: 306-664-1161 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 2:41:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from blueyonder.co.uk (pcow028o.blueyonder.co.uk [195.188.53.124]) by hub.freebsd.org (Postfix) with ESMTP id 1D7D737B440 for ; Fri, 13 Apr 2001 02:41:18 -0700 (PDT) (envelope-from ITServices@blueyonder.co.uk) Received: from adbr03860 ([213.48.116.15]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.197.19); Fri, 13 Apr 2001 09:43:09 +0000 Message-ID: <000e01c0c3fe$01b62e40$0f7430d5@adbr03860> Reply-To: "Stuart Duckworth" From: "Stuart Duckworth" To: Subject: CDs Date: Fri, 13 Apr 2001 10:42:03 +0100 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.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have installed fBSD by ftp'ing the files and it's working. My dad wants to try fBSD but does not have a low cost internet connection, so he would like to get the installation CD's. I am sure that I have seen somewhere an address in the UK where they can be bought and I have searched for it, but I can not find it. Can someone tell me, please, who in the UK distributes fBSD CD's? Ta very much. Stuart To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 2:54:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tethys.valhalla.net (tethys.valhalla.net [195.26.32.112]) by hub.freebsd.org (Postfix) with ESMTP id 28BF137B443 for ; Fri, 13 Apr 2001 02:54:09 -0700 (PDT) (envelope-from mark@tethys.valhalla.net) Received: by tethys.valhalla.net (Postfix, from userid 500) id 487753300A; Fri, 13 Apr 2001 10:54:07 +0100 (BST) Date: Fri, 13 Apr 2001 10:54:07 +0100 From: Mark Drayton To: freebsd-questions@freebsd.org Subject: Re: Finding the current terminal Message-ID: <20010413105407.A6788@tethys.valhalla.net> Mail-Followup-To: freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from thierryblack@hotmail.com on Fri, Apr 13, 2001 at 03:12:22AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thierry Black (thierryblack@hotmail.com) wrote: > Can anyone tell me how to find (and output) the name of the current > terminal? Something relatively cross-platform and non-shell-specific > would be ideal. [mark@nyx mark]$ tty /dev/ttyp0 Any good? -- Mark Drayton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 2:57: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ren.sasknow.com (ren.sasknow.com [207.195.92.131]) by hub.freebsd.org (Postfix) with ESMTP id C944637B424 for ; Fri, 13 Apr 2001 02:57:01 -0700 (PDT) (envelope-from ryan@sasknow.com) Received: from localhost (ryan@localhost) by ren.sasknow.com (8.9.3/8.9.3) with ESMTP id DAA63060; Fri, 13 Apr 2001 03:56:59 -0600 (CST) (envelope-from ryan@sasknow.com) Date: Fri, 13 Apr 2001 03:56:59 -0600 (CST) From: Ryan Thompson To: Joe Heuring Cc: freebsd-questions@FreeBSD.ORG Subject: Re: install floppy 1 In-Reply-To: <20100412223357.A19212@Joe H> Message-ID: Organization: SaskNow Technologies [www.sasknow.com] MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Joe Heuring wrote to freebsd-questions@FreeBSD.ORG: > fresh install for a celeron/ide drive > > on the first floppy, I'm just curious, it says: > /kernel text=0x23b67b data=0x2f4c4+0x20194 - > > Is that referring to the floppy or the ide? At this stage how would I > be able to read the text and data? "text" and "data" (in general terms) refer to two of the areas of memory used by each process, and the kernel, for code execution, and static data, respectively. Specifically, what you're seeing on boot-up is the kernel reporting the size of its text and data areas, as the bootstrapping sequence reads the kernel from a regular file on disk and initializes the memory. Try size(1) to see the sizes of text, data, and bss for an executable file. In particular, try size /kernel. The first four columns in the output are decimal values, not hex. And, to answer your question, you normally wouldn't want to "read" the text and data, unless you were a kernel thread. ;-) (Yes, there are interfaces in UNIX, including /dev/mem and /dev/kmem (for user memory and kernel memory, respectively), to read and write raw memory, but I don't think that's what you meant). - Ryan -- Ryan Thompson Network Administrator, Accounts SaskNow Technologies - http://www.sasknow.com #106-380 3120 8th St E - Saskatoon, SK - S7H 0W2 Tel: 306-664-3600 Fax: 306-664-1161 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 3: 1:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from omta04.mta.everyone.net (sitemail.everyone.net [216.200.145.35]) by hub.freebsd.org (Postfix) with ESMTP id 34BAB37B423 for ; Fri, 13 Apr 2001 03:01:26 -0700 (PDT) (envelope-from goldragon@pippo.it) Received: from sitemail.everyone.net (reports [216.200.145.62]) by omta04.mta.everyone.net (Postfix) with ESMTP id 24D455012D for ; Fri, 13 Apr 2001 03:01:26 -0700 (PDT) Received: by sitemail.everyone.net (Postfix, from userid 99) id 8A3362744; Fri, 13 Apr 2001 03:01:25 -0700 (PDT) Content-Type: text/plain Content-Disposition: inline Mime-Version: 1.0 X-Mailer: MIME-tools 4.104 (Entity 4.117) Date: Fri, 13 Apr 2001 03:01:25 -0700 (PDT) From: Gianluca Di P To: freebsd-questions@FreeBSD.ORG Subject: NOCOL INSTALLATION Reply-To: goldragon@pippo.it X-Originating-Ip: [212.34.223.71] Message-Id: <20010413100125.8A3362744@sitemail.everyone.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSD has a small problem with starting up programs that don't seem to close all their stdouts, even once redirected (this out of /usr/local/etc/rc.d and /etc/rc.local and the like). I am not quite sure of the details, I just know that things that don't do so seem not to be running by the time init enters the main runlevel. Thus, we have a problem when our nocolsystem reboots. Anyone else running nocol on freeBSD? How do you start it up? This is actually moot, because we should all have something to restart it from a crontab when one of the monitors goes down. Its good to only restart the relevant monitor otherwise we'll get paged with all the existing criticals again. What do you people use? _____________________________________________________________ ---------------------------------------------------------------------------- Ma chi l'ha detto che Pippo non lo sa? Hai una domanda di qualsiasi genere? Un problema software che non riesci a risolvere? Chiedilo a Pippo. Affari, lavoro, divertimento, salute, sport, viaggi internet qualsiasi cosa. Provalo clicca: http://pippo.ioloso.it/ ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 3:14:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ren.sasknow.com (ren.sasknow.com [207.195.92.131]) by hub.freebsd.org (Postfix) with ESMTP id 17EBC37B424 for ; Fri, 13 Apr 2001 03:14:06 -0700 (PDT) (envelope-from ryan@sasknow.com) Received: from localhost (ryan@localhost) by ren.sasknow.com (8.9.3/8.9.3) with ESMTP id EAA67804; Fri, 13 Apr 2001 04:14:02 -0600 (CST) (envelope-from ryan@sasknow.com) Date: Fri, 13 Apr 2001 04:14:02 -0600 (CST) From: Ryan Thompson To: Mark Drayton Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Finding the current terminal In-Reply-To: <20010413105407.A6788@tethys.valhalla.net> Message-ID: Organization: SaskNow Technologies [www.sasknow.com] MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Drayton wrote to freebsd-questions@FreeBSD.ORG: > Thierry Black (thierryblack@hotmail.com) wrote: > > Can anyone tell me how to find (and output) the name of the current > > terminal? Something relatively cross-platform and non-shell-specific > > would be ideal. > > [mark@nyx mark]$ tty > /dev/ttyp0 > > Any good? And, if you're curious, the following one line C program will also do the trick, assuming it IS run from a terminal (/usr/bin/tty is just a more complex version of this). #include void main() { (void)printf("%s\n", ttyname(0)); } ryan@ren:/home/ryan $> cc -o mytty mytty.c ryan@ren:/home/ryan $> mytty /dev/ttyv2 ( Recommendation: Just use tty(1)... it's pretty much been around since day 1.. So I think it qualifies for "cross platform" and "non-shell-specific" :-) On some systems, I like to include the terminal in my shell prompts for interactive logins. In Bourne shells, export PS1="`tty | cut -c 6-` $USER@....whatever else you like to put in your prompt" - Ryan -- Ryan Thompson Network Administrator, Accounts SaskNow Technologies - http://www.sasknow.com #106-380 3120 8th St E - Saskatoon, SK - S7H 0W2 Tel: 306-664-3600 Fax: 306-664-1161 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 3:40:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from helen.ocn.ne.jp (helen.ocn.ne.jp [211.6.83.40]) by hub.freebsd.org (Postfix) with ESMTP id A4D7B37B43F for ; Fri, 13 Apr 2001 03:40:49 -0700 (PDT) (envelope-from campaign2001@etang.com) Received: from a0001 (p0790-ip06higasisibu.tokyo.ocn.ne.jp [61.119.138.28]) by helen.ocn.ne.jp (8.9.1a/OCN/) with SMTP id TAA02808; Fri, 13 Apr 2001 19:15:49 +0900 (JST) Message-ID: <0a2b01c0c403$08978e70$6701a8c0@comstarz> From: "campaign2001" To: "campaign2001" Subject: =?iso-2022-jp?B?GyRCPzc3PzhkM1olNSUkJUghWiNpI1EjdSNpI3ohWyQkJGgkJCRoGyhC?= =?iso-2022-jp?B?GyRCJSohPCVXJXMhKhsoQg==?= Date: Fri, 13 Apr 2001 19:14:58 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: base64 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG DQobJEJGTUEzJE4lYSE8JWskRzw6TmkkJCQ/JDckXiQ5ISMbKEINCg0KGyRCIiIiIiIiIiMiIyIj ISE/Nzc/JSglcyU/ITwlRiUkJWElcyVIJTUlJCVIIUgjaSNRI3UjaSN6IUkhISIjIiMiIyIiIiIi IhsoQg0KDQobJEIiIyIjIiMiIiIiIiIhISEhISEhISEhISEhISQkJGgkJCRoJSohPCVXJXMhKiEh ISEhISEhISEhISEhIiIiIiIiIiMiIyIjGyhCDQoNChskQiIiIiIiIiIjIiMiIyEhISEhISEhISEh IRsoQmh0dHA6Ly93d3cuaXF1aXouY28uanAbJEIhISEhISEhISEhISEiIyIjIiMiIiIiIiIbKEIN Cg0KIBskQiEhISEhVjd8Pl4lNSUkJUgkS0VQTz8kNSRsJEYkJCRrMydNTSEiRXZBKiQ3JD8kMyRI JCIkaiReJDkkKyEpIVcbKEINCiAbJEIhISEhISEhISFWJD0kTjd8Pl4kRyRiJGkkKCRrPl5JSiRP S1xFdiRLTV8kNyQkPiZJSiRHJDkkKyEpIVcbKEINCg0KGyRCJCQkXiReJEckTjd8Pl4kTyEmISYh JhsoQg0KDQobJEIhIT5eSUohISEhIiohITxnOkU8VCQsN2gkYSRrGyhCDQobJEIhIUV2QSo8VCEh IiohIUNqQSokRzdoJGEkaxsoQg0KDQobJEI1VTd8Pl4hViNpI1EjdSNpI3ohVyRPJCQkXiReJEck Tjd8Pl4kSCRPJF4kQyQ/JC8wYyQkJF4kOSEjGyhCDQoNChskQiEhPl5JSiEhISEiKiEhPCtKLCRO TV8kNyQkPiZJSiQsPCtNMyRLQSokWSRrGyhCDQobJEIhIUV2QSo8VCEhIiohIUNqQSokRyRPJCIk aiReJDskcyEqGyhCDQobJEIhISEhISEhISEhISEhISUvJSQlOiRLQTRMZEA1MnIkOSRrJEAkMSRH QSokcyRAPiZJSiQsSSwkOiRiJGkkKCReJDkhIxsoQg0KDQobJEIkRCReJGohIiQ/JEMkPyMxIzAj MDFfIT8ycyROJSglcyVIJWohPE5BNmIkSCQiJEokPyROO30kQyRGJCQka0NOPDEbKEINChskQiRA JDEkR01fJDckKyRDJD8+JklKJCxJLCQ6PGokS0Z+JGokXiQ5ISohKhsoQg0KDQobJEIhISEhISEh ISEhISEhISEhISEhISEhISEbKEJodHRwOi8vd3d3LmlxdWl6LmNvLmpwDQoNChskQj4mSUokTyQ5 JEckS0ZzQGlFQDBKPmUhKhsoQg0KGyRCJDUkaSRLISJGfEtcJEckTzxqJEtGfiRpJEokJENmOXEh IiNVI1MjQSROMGxIViUvITwlayRKPiZJSiRiJUklcyVJJXMbKEINChskQkRJMkMkNyRGJF4kOSEj GyhCDQoNChskQiQ8JFIhIiNpI1EjdSNpI3okR003JHMkRyRfJEYyPCQ1JCQhIxsoQg0KGyRCJD0k NyRGISIkPyQvJDUkcyROPiZJSiRyPGokS0Z+JGwkRjI8JDUkJCEjGyhCDQoNChskQiEhISEhISEh ISEhISFJMydNTSROJDRNaEU5JHI/NCRoJGokKkJUJEEkNyRGJCokaiReJDkhSRsoQg0KGyRCISEh ISEhISEhISEhISEbKEJ+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fg0KGyRC ISEhISEhISEhISEhISEhISEhISEhISFJOiMlKiE8JVclcyVLJXMlMDR8NFZDZiRLISIbKEINChsk QiEhISEhISEhISEycz90N3QkciQ0OVhGfiQ5JGtKfSRLJE9MNU5BJUElMSVDJUgkcjBsS2c/SkRo ISohSRsoQg0KGyRCISEbKEJ+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+ fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn4NChskQiF5IXoheSF6IXkheiF5IXoheSF6IXkheiF5 IXoheSF6IXkheiF5IXoheSF6IXkheiF5IXoheSF6IXkheiF5IXoheSF6IXkbKEINChskQiF5IXoh eSEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEh ISEheSF6IXkbKEINChskQiF5IXoheSEhPzc3PyUoJXMlPyE8JUYlJCVhJXMlSCU1JSQlSCFII2kj USN1I2kjeiFJJE8kMyRBJGkkKyRpISEheSF6IXkbKEINChskQiF5IXoheSEhISEhISEhISEhISEh ISEhIRsoQmh0dHA6Ly93d3cuaXF1aXouY28uanAbJEIhISEhISEhISEhISEhISEhISEheSF6IXkb KEINChskQiF5IXoheSEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEh ISEhISEhISEhISEhISEheSF6IXkbKEINChskQiF5IXoheSF6IXkheiF5IXoheSF6IXkheiF5IXoh eSF6IXkheiF5IXoheSF6IXkheiF5IXoheSF6IXkheiF5IXoheSF6IXkbKEINCg0KGyRCIig6Rzhl JF4kRyQqRkkkXyQkJD8kQCQtJF4kNyRGJCIkaiQsJEgkJiQ0JDYkJCReJDckPyEjGyhCDQobJEIh ISRiJDckMyROJWEhPCVrJCwkNExCT0ckRyQiJGwkUCQqPGo/dCRHJDkkLDpvPXwkNyRGMjwkNSQk ISM/PSQ3THUkNCQ2JCQkXiQ7JHMhIxsoQg0KDQobJEIlIiUkJS8lJCU6M3Q8MDJxPFIbKEINChsk QkVsNX5FVDlBNmg8RyM1IV0jMSM5IV0jMzxHIzUlUyVrIzYjRhsoQg0KGyRCI1QjRSNMISEhISEn GyhCMDMtNTczMC0zNTc5IC8gMDMtNTczMC05ODkyDQobJEIjRiNBI1ghISEhIScbKEIwMy01NDg0 LTY2MDcNChskQiNVI1IjTCEhISEhJxsoQmh0dHA6Ly93d3cuaXF1aXouY28uanANCg0K To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 3:45:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nwcst330.netaddress.usa.net (nwcst330.netaddress.usa.net [204.68.23.75]) by hub.freebsd.org (Postfix) with SMTP id 9ABD337B50C for ; Fri, 13 Apr 2001 03:45:09 -0700 (PDT) (envelope-from joshua.ej.smith@usa.net) Received: (qmail 23879 invoked by uid 60001); 13 Apr 2001 10:45:08 -0000 Message-ID: <20010413104508.23878.qmail@nwcst330.netaddress.usa.net> Received: from 204.68.23.75 by nwcst330 for [12.86.0.87] via web-mailer(34FM.0700.16A.01) on Fri Apr 13 10:45:08 GMT 2001 Date: 13 Apr 2001 04:45:08 MDT From: Joshua Smith To: Andrew Hesford , Kane Tao Subject: Re: [Re: Ports versus ports] Cc: lists , freebsd-questions@FreeBSD.ORG X-Mailer: USANET web-mailer (34FM.0700.16A.01) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG they spoke: >Andrew Hesford wrote: >On Fri, Apr 13, 2001 at 03:08:31AM -0500, Kane Tao wrote: > The term port as refered to in networking is a device you can connect > to...e.g. a serial port > TCP/IP ports are the same thing except that they are logical > constructs...an IP port is a one of many connections that can be > established from one PC to another (PC not being the only device > possible). For example FTP tries to connect to port 21 on the other > computer. That means that on the server side there is a program (FTP > server) listening in on port 21 and waiting to respond to any requests > issued to that port. > >Technically it is a TCP port, not an IP port. As I understand it, IP >deals with the identification of machines (hence IP addresses) and the >packaging of data (IP packet structure). The TCP part of TCP/IP deals >with low-end stuff like making connections and transmitting data. Part >of this low-end is dividing a network interface into ports, for >organization of data and easy identification of services. > >Mind you, I've never read the specs on the protocols, so I can't be >sure. But this makes the most sense. I do know for certain that ports >are a TCP thing... you say "connect to TCP port 39" instead of >"connect to IP port 39". > >-- = >Andrew Hesford >ajh3@chmod.ath.cx i spoke: TCP or UDP work on OSI layer 4 (transport layer) and use "ports" to ident= ify what upper layer protocol a datagram is destined for, these are similar t= o SPX sockets if you are using novell. some well known "ports" are smtp-port 2= 5, DOOM-port 666, ldap-port 389, ftp-port 21, etc. = http://www.wakeolda.com/computers/ports.htm has a pretty good definition = of them, as well as a complete listing. IP works at layer 3 (network layer) and is responsible for logical addres= sing, so that a router or layer 3 switch will be able to identify where a packe= t is destined and make a routing decision based upon whatever routing protocol= they are using (RIP, OSPF, BGP, etc). the packet is then handed to the data-link layer to be framed and broken = into bits, then the physical to send the signal. blah blah blah blah = a serial port is a physical I/O port. see http://www.rad.com/networks/1995/rs232/rs232.htm for everything you ever wanted to know about RS-232 i.e. serial connections. hth joshua Joshua Smith, CCNA Data Center Technian USA.NET joshua.smith@corp.usa.net "Walk with me through the Universe, And along the way see how all of us are Connected. Feast the eyes of your Soul, On the Love that abounds. In all places at once, seemingly endless, Like your own existence." - Stephen Hawking - ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=3D= 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 3:46:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id E973537B42C for ; Fri, 13 Apr 2001 03:46:23 -0700 (PDT) (envelope-from freebsd@XtremeDev.com) Received: by mail.XtremeDev.com (Postfix, from userid 1007) id 0AF7013634; Fri, 13 Apr 2001 04:46:17 -0600 (MDT) Received: from localhost (localhost [127.0.0.1]) by mail.XtremeDev.com (Postfix) with ESMTP id EE2C5D93C; Fri, 13 Apr 2001 04:46:17 -0600 (MDT) Date: Fri, 13 Apr 2001 04:46:17 -0600 (MDT) From: FreeBSD To: Jan Grant Cc: questions Subject: Re: Cyrus-IMAPd and postfix In-Reply-To: Message-ID: <20010413044300.G66200-100000@Amber.XtremeDev.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 10 Apr 2001, Jan Grant wrote: > On Tue, 10 Apr 2001, FreeBSD wrote: > > On Tue, 10 Apr 2001, Jan Grant wrote: > > > > > In no particular order: you can have users that only exist in Cyrus. > > > These need sasldb password entries. You also can have users that exist > > > in /etc/passwd, etc. These can also have entries in sasldb, _or_ they > > > can authenticate against the system passwrod database. > > > > > > That's the job of pwcheck: you (imapd, actually) give it a username and > > > password, and it checks it against the system database. > > > > > > You _can_ (if I recall correctly) configure cyrus to create user > > > mailboxes "on the fly". Otherwise, before you can deliver mail to a user > > > you'll need to make them a mailbox. Using cyradm to do something like: > > > > > > cm user.foobar > > > > > > is sufficient if "foobar" is a system user. > > > > Ah. Is it possible to configure pwcheck to act in a fall back manner? > > Meaning it checks sasldb for that user first, then system shadowed > > passwords? Thanks for the help. > > If you configure sasldb and pwcheck, this ought to be the default > behaviour. I have Cyrus and pwcheck setup now. But so far I have been unable to get pwcheck to check sasldb and then system shadowed passwords. Right now I am using the fallback_transport option in postfix to send to Cyrus (checking against sasldb) if the user doesn't exist in /etc/passwd. Which works well, but ideally I'd like it to be reversed. Can postfix do this? Or is it entirely left up to Cyrus-imapd? So far I haven't been able to get Cyrus to check both system passwd as well as sasldb. Thanks in advance, and I really do appreciate the help. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 3:58:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nw128.netaddress.usa.net (nw128.netaddress.usa.net [204.68.24.28]) by hub.freebsd.org (Postfix) with SMTP id BB78F37B50C for ; Fri, 13 Apr 2001 03:58:36 -0700 (PDT) (envelope-from joshua.ej.smith@usa.net) Received: (qmail 24120 invoked by uid 60001); 13 Apr 2001 10:58:36 -0000 Message-ID: <20010413105836.24119.qmail@nw128.netaddress.usa.net> Received: from 204.68.24.28 by nw128 for [12.86.0.87] via web-mailer(34FM.0700.16A.01) on Fri Apr 13 10:58:36 GMT 2001 Date: 13 Apr 2001 04:58:36 MDT From: Joshua Smith To: questions@freebsd.org Subject: new install hangs when making root partition X-Mailer: USANET web-mailer (34FM.0700.16A.01) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i'm using sysinstall, and when i commit, it says that it is creating the = root directory, but it just hangs there, about 3 hours so far, with the hdd li= ght on, but the hardrives aren't doing anything. i am installing from a pion= eer ide dvd-rom (i have also tried using my hp cdr drive, same thing) to a ma= xtor udma66 drive. i've rtfm, but am unable to find anything similar, or a solution. alt-f2 or alt-f4 don't do anything, so i cannot say if i am getting any errors. thanks in advance joshua Joshua Smith, CCNA Data Center Technian USA.NET joshua.smith@corp.usa.net "Walk with me through the Universe, And along the way see how all of us are Connected. Feast the eyes of your Soul, On the Love that abounds. In all places at once, seemingly endless, Like your own existence." - Stephen Hawking - ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=3D= 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 4: 3:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ksaa.kurgan.ru (traktor.photon.ru [195.54.28.198]) by hub.freebsd.org (Postfix) with ESMTP id 69B3B37B424 for ; Fri, 13 Apr 2001 04:03:22 -0700 (PDT) (envelope-from webmaster@ksaa.kurgan.ru) Received: from admin (pp.ksaa.kurgan.ru [192.168.1.2]) by ksaa.kurgan.ru (Microsoft Exchange Internet Mail Service 5.5.2232.9) with SMTP id 2236720F01 for ; Fri, 13 Apr 2001 17:03:11 +0600 (YEKST) Message-ID: <000801c0c411$99efeda0$0201a8c0@admin> From: "WEBMASTER" To: Subject: Help me ! Date: Fri, 13 Apr 2001 17:02:22 +0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C0C43B.8225BE00" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2417.2000 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C0C43B.8225BE00 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Hello all ! =F5 =CD=C5=CE=D1 =D0=D2=CF=C2=CC=C5=CD=C1. =E5=D3=CC=C9 =CD=CF=D6=CE=CF = =CF=C2=DF=D1=D3=CE=C9=D4=C5, =CB=C1=CB =D0=D2=C9 = =D0=CF=D1=D7=CC=C5=CE=C9=C9 =CE=C1 =CB=CF=CE=D3=CF=CC=C9 = =D3=CF=CF=C2=DD=C5=CE=C9=D1 ( system FreeBSD 3.4) = =D0=D2=CF=D0=C9=D3=C1=CE=CE=CF=C7=CF =D7 =C6=C1=CA=CC=C5 syslog.conf , = =C4=D5=C2=CC=C9=D2=CF=D7=C1=D4=D8 =C5=C7=CF =CE=C1 =C1=C4=D2=C5=D3 = =DC=CC=C5=CB=D4=D2=CF=CE=CE=CF=CA =D0=CF=DE=D4=D9. =ED=CF=D6=C5=D4 = =C2=D9=D4=D8 =C5=D3=D4=D8 =C6=D5=CE=CB=C3=C9=D1 =D0=CF=C4=CF=C2=CE=C1=D1 = @hostname =C4=CC=D1 =C4=D5=C2=CC=C9=D2=CF=D7=C1=CE=C9=D1 =CE=C1 = =CB=CF=CE=D3=CF=CC=D8 =C4=D2=D5=C7=CF=C7=CF =D3=C5=D2=D7=C5=D2=C1. = =ED=CF=D6=C5=D4 =C5=D3=D4=D8 =D3=D0=C5=C3=C9=C1=CC=D8=CE=C1=D1 = =D0=D2=CF=C7=D2=C1=CD=CD=C1 =C9=CC=C9 =D3=CB=D2=C9=D0=D4. =F7=D3=C5 = =DC=D4=CF =CE=C5=CF=C2=C8=CF=C4=C9=CD=CF =C4=CC=D1 = =C4=C1=CC=D8=CE=C5=CA=DB=C5=CA =CF=D4=D0=D2=C1=D7=CB=C9 =CE=C1 = =D0=C5=CA=C4=D6=C5=D2. =FA=C1=D2=C1=CE=C5=C5 =C2=CC=C1=C7=CF=C4=C1=D2=C5=CE ! Best regards. Stanislav from Kurgan. ------=_NextPart_000_0005_01C0C43B.8225BE00 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
Hello all !
=F5 =CD=C5=CE=D1 = =D0=D2=CF=C2=CC=C5=CD=C1. =E5=D3=CC=C9 =CD=CF=D6=CE=CF = =CF=C2=DF=D1=D3=CE=C9=D4=C5, =CB=C1=CB=20 =D0=D2=C9 =D0=CF=D1=D7=CC=C5=CE=C9=C9 =CE=C1 =CB=CF=CE=D3=CF=CC=C9 = =D3=CF=CF=C2=DD=C5=CE=C9=D1 ( system FreeBSD 3.4) = =D0=D2=CF=D0=C9=D3=C1=CE=CE=CF=C7=CF =D7 =C6=C1=CA=CC=C5=20 syslog.conf , =C4=D5=C2=CC=C9=D2=CF=D7=C1=D4=D8 =C5=C7=CF =CE=C1 = =C1=C4=D2=C5=D3 =DC=CC=C5=CB=D4=D2=CF=CE=CE=CF=CA =D0=CF=DE=D4=D9. = =ED=CF=D6=C5=D4 =C2=D9=D4=D8 =C5=D3=D4=D8=20 =C6=D5=CE=CB=C3=C9=D1 =D0=CF=C4=CF=C2=CE=C1=D1 @hostname =C4=CC=D1 = =C4=D5=C2=CC=C9=D2=CF=D7=C1=CE=C9=D1 =CE=C1 =CB=CF=CE=D3=CF=CC=D8 = =C4=D2=D5=C7=CF=C7=CF =D3=C5=D2=D7=C5=D2=C1. =ED=CF=D6=C5=D4=20 =C5=D3=D4=D8 =D3=D0=C5=C3=C9=C1=CC=D8=CE=C1=D1 = =D0=D2=CF=C7=D2=C1=CD=CD=C1 =C9=CC=C9 =D3=CB=D2=C9=D0=D4. =F7=D3=C5 = =DC=D4=CF =CE=C5=CF=C2=C8=CF=C4=C9=CD=CF =C4=CC=D1 = =C4=C1=CC=D8=CE=C5=CA=DB=C5=CA=20 =CF=D4=D0=D2=C1=D7=CB=C9 =CE=C1 =D0=C5=CA=C4=D6=C5=D2.
=FA=C1=D2=C1=CE=C5=C5 = =C2=CC=C1=C7=CF=C4=C1=D2=C5=CE !
Best regards. Stanislav from=20 Kurgan.
------=_NextPart_000_0005_01C0C43B.8225BE00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 4:14:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clientmail.realtime.co.uk (simian.realtime.co.uk [194.205.134.131]) by hub.freebsd.org (Postfix) with ESMTP id 1001237B496 for ; Fri, 13 Apr 2001 04:14:52 -0700 (PDT) (envelope-from waynep@zaphod.realtime.co.uk) Received: from zaphod.realtime.co.uk ([194.205.134.208]) by clientmail.realtime.co.uk with esmtp (Exim 3.20 #1) id 14o1XH-0006mh-01; Fri, 13 Apr 2001 12:14:43 +0100 Received: from waynep by zaphod.realtime.co.uk with local (Exim 3.20 #1) id 14o1XQ-000BkP-00; Fri, 13 Apr 2001 12:14:52 +0100 From: Wayne Pascoe To: Kal Torak Cc: FreeBSD-questions Subject: Re: Creating EXACT image of a CD References: <3AD68EBA.EC6A8380@quake.com.au> Reply-To: wayne.pascoe@realtime.co.uk Date: 13 Apr 2001 12:14:52 +0100 In-Reply-To: <3AD68EBA.EC6A8380@quake.com.au> Message-ID: Lines: 20 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kal Torak writes: > Hiyas, > > I want to create exact ISO images of CD's... > Like create the file system using the exact same file names and > structure, not just copying the data... If there are null sectors on > the CD or something then I want them to be part of the image... I don't know anything about null sectors, but dd works for most stuff. dd if=/dev/acd0c of=file.iso change acd0c for your cdrom device... -- - Wayne Pascoe E-mail: wayne.pascoe@realtime.co.uk Phone : +44 (0) 20 7544 4668 Mobile: +44 (0) 788 431 1675 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 5: 6:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from agayev.rt.net.tr (agayev.rt.net.tr [212.65.128.82]) by hub.freebsd.org (Postfix) with SMTP id 1FCF037B496 for ; Fri, 13 Apr 2001 05:06:20 -0700 (PDT) (envelope-from nightbsd@enderunix.org) Received: (qmail 36058 invoked by uid 1007); 12 Apr 2001 19:25:57 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 12 Apr 2001 19:25:57 -0000 Date: Thu, 12 Apr 2001 19:25:57 +0000 (GMT) From: Ismail YENIGUL X-X-Sender: To: Subject: test Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG test Ismail YENIGUL nightbsd@enderunix.org http://www.enderunix.org (Turkish *BSD Team Site) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 5: 8:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pikachu.rt.net.tr (pikachu.rt.net.tr [212.65.128.9]) by hub.freebsd.org (Postfix) with SMTP id 8479437B509 for ; Fri, 13 Apr 2001 05:08:41 -0700 (PDT) (envelope-from yenigul@rt.net.tr) Received: (qmail 7507 invoked from network); 12 Apr 2001 17:23:08 -0000 Received: from unknown (HELO agayev.rt.net.tr) (212.65.128.82) by 0 with SMTP; 12 Apr 2001 17:23:08 -0000 Date: Thu, 12 Apr 2001 19:28:21 +0000 (GMT) From: Ismail YENIGUL To: Subject: test Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG test To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 5: 9:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ra.upan.org (ra.upan.org [204.107.76.19]) by hub.freebsd.org (Postfix) with ESMTP id 9FAE937B42C for ; Fri, 13 Apr 2001 05:09:27 -0700 (PDT) (envelope-from mikel@ocsinternet.com) Received: from ocsinternet.com (thoth.upan.org [204.107.76.16]) by ra.upan.org (8.11.1/8.11.1) with ESMTP id f3DC93Z77483; Fri, 13 Apr 2001 08:09:03 -0400 (EDT) (envelope-from mikel@ocsinternet.com) Message-ID: <3AD6EE6F.BD6B6960@ocsinternet.com> Date: Fri, 13 Apr 2001 08:17:51 -0400 From: Mikel X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en,it MIME-Version: 1.0 To: Graywane Cc: Laurence Berland , freebsd-questions@FreeBSD.ORG Subject: Re: Loki Linux games under FreeBSD References: <20010412135604.A1163@home.com> <3AD65BCF.B4B7D822@confusion.net> <20010412221845.A3886@home.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Have they published these pointers on their site? Graywane wrote: > On Thu, Apr 12, 2001 at 08:52:15PM -0500, Laurence Berland wrote: > > You should definitely email their support people about this. Last > > august BSDi and Loki announced that many of their games would be > > supported officially when run on FreeBSD under Linux emulation. > > I got a swift, helpful reply from loki tech support. Apparently they just > swept through their product line on a 4.2-RELEASE system and everything > checked out ok (apart from the games requiring 3D support of course). > > The Sim City 3000 demo crashed for me on my 4.3-RC system (compiled this > morning) but seems to run fine for them on 4.2-RELEASE. They are looking > into it. The other demos I tried ran fine and were quite impressive. > > They even gave me install pointers for the games I mentioned I was going to > buy. Very friendly and helpful. I'll be ordering from them this weekend. > > -- > Note: See http://www.members.home.net/graywane/ for PGP information. > > ------------------------------------------------------------------------ > Part 1.2Type: application/pgp-signature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 5:20:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from agayev.rt.net.tr (agayev.rt.net.tr [212.65.128.82]) by hub.freebsd.org (Postfix) with SMTP id 56B0337B505 for ; Fri, 13 Apr 2001 05:20:56 -0700 (PDT) (envelope-from nightbsd@mail.enderunix.org) Received: (qmail 36112 invoked by uid 1007); 12 Apr 2001 19:31:49 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 12 Apr 2001 19:31:49 -0000 Date: Thu, 12 Apr 2001 19:31:49 +0000 (GMT) From: Ismail YENIGUL X-X-Sender: To: Subject: test Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG test Ismail YENIGUL nightbsd@enderunix.org http://www.enderunix.org (Turkish *BSD Team Site) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 5:22:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ra.upan.org (ra.upan.org [204.107.76.19]) by hub.freebsd.org (Postfix) with ESMTP id CAE0637B509 for ; Fri, 13 Apr 2001 05:22:26 -0700 (PDT) (envelope-from mikel@ocsinternet.com) Received: from ocsinternet.com (thoth.upan.org [204.107.76.16]) by ra.upan.org (8.11.1/8.11.1) with ESMTP id f3DCLNZ77525; Fri, 13 Apr 2001 08:21:23 -0400 (EDT) (envelope-from mikel@ocsinternet.com) Message-ID: <3AD6F153.B08E1B85@ocsinternet.com> Date: Fri, 13 Apr 2001 08:30:11 -0400 From: Mikel X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en,it MIME-Version: 1.0 To: Bill Schoolcraft Cc: Omar Gani , bobread@ids.net, freebsd-questions@FreeBSD.ORG Subject: Re: Win98+Linux+FreeBSD? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On my Dell i7000 I presently have the following; 1 Primary 'C' w98 4.6g 2 Logical 'D' fat32 1.5g 3 Primary fBSD 5.2g The fBSD bootmanager handles these quite well. At on time I had Corel Linux in place of the Logical, and both other partitions were a bit smaller. One thing that is disappointing with PM type utilities is that they don't recognize fBSD/UFS yet, and unfortunately I don't think they intend to support it any time soon. On that note does anyone else feel that it would be worth having such a utility? Cheers, Mikel Bill Schoolcraft wrote: > At Thu, 12 Apr 2001 it looks like Omar Gani composed: > > daemon->Keep in mind that you can't make more than 4 partitions in a > daemon->hard disk. So unless you put linux partitions on logical > daemon->DOS/win9X partition, you have to exactly 4 partition (DOS/win9X, > daemon->FreeBSD, Linux & Linux's SWAP). > daemon-> > > I have the same triple boot running on a laptop with LILO booting > them all. In LBA mode I installed in four primaries on a 6 gig > drive with the nose of the 4th primary partiton (FreeBSD) beginning > under the 1024 cylinder mark: > > Windows = 2.5 gig > Linux /boot = 25MB > Linux / = 2 gig > FBSD = remainder of drive. I did create the 4th primary while > installing Linux but left it unformatted and made sure I chose NOT > to install the FreeBSD bootloader on anything. I grew up with LILO > and just default to it. The /etc/lilo.conf stanza's for the Linux > file looks like this: > > (/etc/lilo.conf) > > ######################################### > > [root@corten2 ~]--> less /etc/lilo.conf > boot=/dev/hda > map=/boot/map > install=/boot/boot.b > prompt > timeout=50 > default=linux > > other=/dev/hda1 > label=dos > > image=/boot/vmlinuz-2.2.14-5.0 > label=linux > read-only > root=/dev/hda3 > > other=/dev/hda4 > label=bsd > > ######################################### > > Being a creature of habit, I just keep working around the 1024 > cylinder problem. I hear the new LILO can see beyond that now. > > I've made a little demo for some customers I had at work when they > called for dual boot adivce and the 1024 cylinder issue with Linux. > > http://wiliweld.com/lba.txt > > Can anyone share their experience with FreeBSD's bootloader and > controlling Linux and Windows ? > > -- > Bill Schoolcraft > PO Box 210076 -o) > San Francisco CA 94121 /\ > "UNIX, A Way Of Life." _\_v > http://forwardslashunix.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 5:30:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe8.law3.hotmail.com [209.185.240.112]) by hub.freebsd.org (Postfix) with ESMTP id 67F1D37B506 for ; Fri, 13 Apr 2001 05:30:34 -0700 (PDT) (envelope-from ymmaslak@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 13 Apr 2001 05:30:34 -0700 X-Originating-IP: [213.238.128.195] From: =?iso-8859-9?Q?Yavuz_Ma=FElak?= To: Subject: top command's usage of cpu Date: Fri, 13 Apr 2001 15:29:50 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0045_01C0C42E.946B8CF0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 Disposition-Notification-To: =?iso-8859-9?Q?Yavuz_Ma=FElak?= X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: X-OriginalArrivalTime: 13 Apr 2001 12:30:34.0351 (UTC) FILETIME=[8950DFF0:01C0C415] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0045_01C0C42E.946B8CF0 Content-Type: text/plain; charset="iso-8859-9" Content-Transfer-Encoding: quoted-printable hello I use FreeBSD4.2 When I type "top" in command line right now I see as following; Why does it use so much cpu ? Certainly afterwards it gets decrease. =20 is this normal ? PID USERNAME PRI NICE SIZE RES STATE C TIME WCPU CPU COMMAND 481 root 49 0 1872K 1124K CPU1 1 0:02 70.73% 6.74% top 217 nobody -6 0 844K 448K piperd 1 0:04 0.00% 0.00% = unlinkd 221 root 2 0 2256K 1304K select 0 0:02 0.00% 0.00% = telnetd 223 root 18 0 1316K 960K pause 0 0:00 0.00% 0.00% csh 121 root 2 0 920K 632K select 1 0:00 0.00% 0.00% = syslogd 149 root 2 0 2484K 1520K select 0 0:00 0.00% 0.00% sshd 146 root 10 0 964K 744K nanslp 0 0:00 0.00% 0.00% cron 209 root 3 0 1328K 952K ttyin 0 0:00 0.00% 0.00% csh 144 root 2 0 1036K 800K select 1 0:00 0.00% 0.00% inetd 210 root 3 0 928K 636K ttyin 1 0:00 0.00% 0.00% getty 215 root 3 0 928K 636K ttyin 0 0:00 0.00% 0.00% getty 212 root 3 0 928K 636K ttyin 1 0:00 0.00% 0.00% getty 211 root 3 0 928K 636K ttyin 0 0:00 0.00% 0.00% getty 214 root 3 0 928K 636K ttyin 0 0:00 0.00% 0.00% getty 213 root 3 0 928K 636K ttyin 1 0:00 0.00% 0.00% getty 216 root 3 0 928K 636K ttyin 1 0:00 0.00% 0.00% getty 201 root 10 0 628K 440K wait 1 0:00 0.00% 0.00% sh 124 daemon 2 0 920K 508K select 0 0:00 0.00% 0.00% = portmap 32 root 18 0 208K 92K pause 1 0:00 0.00% 0.00% = adjkerntz ------=_NextPart_000_0045_01C0C42E.946B8CF0 Content-Type: text/html; charset="iso-8859-9" Content-Transfer-Encoding: quoted-printable
hello
I use FreeBSD4.2
 
When I type "top" in command line = right now I=20 see as following;
 
Why does it use so much cpu ? Certainly afterwards it gets decrease.  =
 
is this normal  ?
 
PID USERNAME PRI NICE  = SIZE   =20 RES STATE  C   TIME   WCPU    = CPU=20 COMMAND
  481 = root     =20 49   0  1872K  1124K CPU1   1   = 0:02=20 70.73%  6.74% top
  217 nobody    = -6  =20 0   844K   448K piperd 1   0:04  = 0.00% =20 0.00% unlinkd
  221 root      =20 2   0  2256K  1304K select 0   0:02 =20 0.00%  0.00% telnetd
  223 = root     =20 18   0  1316K   960K pause  0  =20 0:00  0.00%  0.00% csh
  121=20 root       2   0  =20 920K   632K select 1   0:00  0.00%  0.00%=20 syslogd
  149 root       = 2  =20 0  2484K  1520K select 0   0:00  0.00%  = 0.00%=20 sshd
  146 root      10  =20 0   964K   744K nanslp 0   0:00  = 0.00% =20 0.00% cron
  209 root       = 3  =20 0  1328K   952K ttyin  0   0:00  = 0.00% =20 0.00% csh
  144 root       = 2  =20 0  1036K   800K select 1   0:00  = 0.00%  0.00%=20 inetd
  210 root       = 3  =20 0   928K   636K ttyin  1   0:00  = 0.00%  0.00% getty
  215 = root      =20 3   0   928K   636K ttyin  = 0  =20 0:00  0.00%  0.00% getty
  212=20 root       3   0  =20 928K   636K ttyin  1   0:00  0.00%  = 0.00%=20 getty
  211 root       = 3  =20 0   928K   636K ttyin  0   0:00  = 0.00%  0.00% getty
  214 = root      =20 3   0   928K   636K ttyin  = 0  =20 0:00  0.00%  0.00% getty
  213=20 root       3   0  =20 928K   636K ttyin  1   0:00  0.00%  = 0.00%=20 getty
  216 root       = 3  =20 0   928K   636K ttyin  1   0:00  = 0.00%  0.00% getty
  201 root      = 10   0   628K   440K wait  =20 1   0:00  0.00%  0.00% sh
  124=20 daemon     2   0   = 920K   508K=20 select 0   0:00  0.00%  0.00% = portmap
   32=20 root      18   0  =20 208K    92K pause  1   0:00  = 0.00% =20 0.00% adjkerntz
------=_NextPart_000_0045_01C0C42E.946B8CF0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 5:53:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail8.sdc1.sfba.home.com (femail8.sdc1.sfba.home.com [24.0.95.88]) by hub.freebsd.org (Postfix) with ESMTP id AFFF137B440 for ; Fri, 13 Apr 2001 05:53:38 -0700 (PDT) (envelope-from graywane@home.com) Received: from cg392862-a.adubn1.nj.home.com ([65.2.79.221]) by femail8.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010413125338.ONHG26721.femail8.sdc1.sfba.home.com@cg392862-a.adubn1.nj.home.com> for ; Fri, 13 Apr 2001 05:53:38 -0700 Received: (from graywane@localhost) by cg392862-a.adubn1.nj.home.com (8.11.3/8.11.3) id f3DCrbZ05674 for freebsd-questions@FreeBSD.ORG; Fri, 13 Apr 2001 08:53:37 -0400 (EDT) (envelope-from graywane) Date: Fri, 13 Apr 2001 08:53:37 -0400 From: Graywane To: freebsd-questions@FreeBSD.ORG Subject: Re: Loki Linux games under FreeBSD Message-ID: <20010413085337.A5633@home.com> References: <20010412135604.A1163@home.com> <3AD65BCF.B4B7D822@confusion.net> <20010412221845.A3886@home.com> <3AD6EE6F.BD6B6960@ocsinternet.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="fdj2RfSjLxBAspz7" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD6EE6F.BD6B6960@ocsinternet.com>; from mikel@ocsinternet.com on Fri, Apr 13, 2001 at 08:17:51AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 13, 2001 at 08:17:51AM -0400, Mikel wrote: > Have they published these pointers on their site? I was told that the FAQ would be updated as soon as they had the time. --=20 Note: See http://www.members.home.net/graywane/ for PGP information. --fdj2RfSjLxBAspz7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjrW9tEACgkQeHdFaBWUGN0yoACgseGDDBaEvcpkS2E2JRpKdnTz 72EAnjjGpWTKpwk3wCYPXj+MXPpPujnT =zjyf -----END PGP SIGNATURE----- --fdj2RfSjLxBAspz7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 7: 2:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.bellatlantic.net (mail2.bellatlantic.net [151.196.0.38]) by hub.freebsd.org (Postfix) with ESMTP id 54D6137B50C for ; Fri, 13 Apr 2001 07:02:36 -0700 (PDT) (envelope-from ugen@xonix.com) Received: from xonix.com (adsl-138-89-19-158.nnj.adsl.bellatlantic.net [138.89.19.158]) by mail2.bellatlantic.net (8.9.1/8.9.1) with ESMTP id KAA14350 for ; Fri, 13 Apr 2001 10:03:11 -0400 (EDT) Message-ID: <3AD707AC.7A784753@xonix.com> Date: Fri, 13 Apr 2001 10:05:32 -0400 From: Ugen X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: boot floppy panic Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, here is the situation: I have IBM netfinity server with Adaptec raid 3200S in it. It seems to be supported under 4.2, but here is the problem: 1) I booted off the 4.1 CDROM - that works fine but it doesnt have the right driver. 2) I made bootable floppy from the site (though it was 4.1) , took 4.2 kernel sources, recompiled the kernel and put it on that floppy. I used 4.2 mfsroot floppy. 3) At boot after loading kernel i get a panic (right after it displays the system name and kernel compile info) regardless of using mfsroot or not. Anything i am missing? Is there anything special to be compiled into kernel to boot off the floppy? It certainly works off the CDROM... BTW anyone has any experience running this raid card? Thanx! --Ugen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 7:10:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyexch01.starmedia.net (nyexch01.starmedia.net [208.133.204.11]) by hub.freebsd.org (Postfix) with ESMTP id 049FF37B50C for ; Fri, 13 Apr 2001 07:10:19 -0700 (PDT) (envelope-from pio.prado@starmedia.net) Received: by nyexch01.starmedia.net with Internet Mail Service (5.5.2653.19) id <2XKLRGLN>; Fri, 13 Apr 2001 10:09:17 -0400 Message-ID: <945A5180E4D0D311BF620008C7A457B90B71657B@nyexch01.starmedia.net> From: Pio Prado To: "'questions@freebsd.org'" Subject: secure DNS key error Date: Fri, 13 Apr 2001 10:09:16 -0400 Importance: high X-Priority: 1 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C0C423.53525CE0" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C0C423.53525CE0 Content-Type: text/plain; charset="iso-8859-1" Hi, I installed BIND 9.0.0.1, from Port Collection, on FreeBSD 4.2-RELEASE. While finalizing the installation of BIND, I tried to generate a secure DNS key with dnssec-keygen but kept getting the following message... This is what I typed: #dnssec-keygen -a hmac-md5 -b 128 -n user rndc This is what I got: #dnssec-keygen: failed to generate key rndc./57: out of entropy Thanks, Pio ------_=_NextPart_001_01C0C423.53525CE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable secure DNS key error

Hi,
I installed BIND 9.0.0.1, from = Port Collection, on FreeBSD 4.2-RELEASE.
While finalizing the = installation of BIND, I tried to generate a secure DNS key with = dnssec-keygen but kept getting the following message...

This is what I typed:
#dnssec-keygen -a hmac-md5 -b = 128 -n user rndc

This is what I got:
#dnssec-keygen: failed to = generate key rndc./57: out of entropy

Thanks,

Pio

------_=_NextPart_001_01C0C423.53525CE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 7:18:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id CE1EA37B424 for ; Fri, 13 Apr 2001 07:18:23 -0700 (PDT) (envelope-from matt@gsicomp.on.ca) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.11.3) with SMTP id f3DEGDp01470; Fri, 13 Apr 2001 10:16:13 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <00ec01c0c423$d73a8550$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Joe Heuring" , References: <20100412223357.A19212@Joe H> Subject: Re: install floppy 1 Date: Fri, 13 Apr 2001 10:12:57 -0400 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > fresh install for a celeron/ide drive > > on the first floppy, I'm just curious, it says: > /kernel text=0x23b67b data=0x2f4c4+0x20194 - > > Is that referring to the floppy or the ide? At this stage how would I be able to read the text and data? It's referring to the kernel that it's loading, which is being loaded from the floppy drive if this is your initial boot from floppy. The "text" part is telling you how much executable code was loaded from your kernel, and the "data" part is telling you how much data (strings, buffer space, debug info, etc) was loaded from your kernel. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 7:23:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id 45D5737B424 for ; Fri, 13 Apr 2001 07:23:54 -0700 (PDT) (envelope-from matt@gsicomp.on.ca) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.11.3) with SMTP id f3DELdp01487; Fri, 13 Apr 2001 10:21:39 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <010e01c0c424$9923a250$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Ying-Chieh Liao" Cc: References: <20010413015404.A30645@terry.dragon2.net> <20010412173833.B7929@billygoat.slb.to> Subject: Re: OT: cast int to enum in C++ Date: Fri, 13 Apr 2001 10:18:22 -0400 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Since your post is off-topic, please prefix the subject with "OT:". > > > In C, compiling following code is all ok but in C++, there's some > > err msgs : > > > > test.cpp:12: conversion from `int' to `enum test' > > > > I've tried g++ -fenum-int-equiv test.cpp, but it said that this flag > > is no longer supported :< what can I do ? dont suggest me to change > > tmp(1) to tmp(TEST1) ... Well, that's the right thing to do, or else cast your int argument to one of type 'test' -- tmp( (test) 1); I often find people using enum types just so they can give fancy names to integer values. Instead, it's probably just as easy to use #defines, which look the same, but only give type warnings if something's *really* wrong. (such as using a #define with a string argument where an integer is expected.) -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 7:37:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmod.ath.cx (CC2-861.charter-stl.com [24.217.115.99]) by hub.freebsd.org (Postfix) with ESMTP id D944E37B424 for ; Fri, 13 Apr 2001 07:37:30 -0700 (PDT) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id 9FCC5A921; Fri, 13 Apr 2001 09:36:41 -0500 (CDT) Date: Fri, 13 Apr 2001 09:36:41 -0500 From: Andrew Hesford To: Radical Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ipfw+natd "napster" Message-ID: <20010413093641.A13856@cec.wustl.edu> References: <20010412135604.A1163@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from Radical@hardcore.lt on Fri, Apr 13, 2001 at 10:59:14AM +0200 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Apr 13, 2001 at 10:59:14AM +0200, Radical wrote: > Hello > > I'm running gateway on freeBSD 4.2. > I have configured on it ipfw and natd. > Everything works very well but I was confused when found that napster do not > work properly. > So maybe some one already solve this problem and has correct rules for ipfw The problem is trivial, if you use stateful rules. There are plenty of instructions on how to do this, if you look around, so I'm not going to restate them here. Basically, since I trust every machine in my LAN, my router/NATbox/packet filter allows any connection that originates inside the LAN to do what it wants. It then lets return packets from that connection back inside the LAN. However, the packet filter systematically drops all packets destined for my boxen when there is no active connection originating on the inside. The result is very cool... For instance, I can ping any host I want, but nobody can ping me. Likewise, telnet and ftp ports are sealed off to the outside world, but I can telnet and ftp anywhere I like. I only keep three ports open: ssh (for easy remote access to my workstation), smtp (for the ability to receive precious freebsd mailing list messages) and http (for no real reason except it's cool to run a webserver). With this configuration, napster has never been a problem for me. I'm not sure how it affects people you try to take my MP3s, but I'm the BOFH of the napster world; I don't give a damn about people who want to take MY music, and if I do see connections (I can't remember any right now), I kill them. -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 7:40:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dualcpus.com (dualcpus.com [65.160.20.195]) by hub.freebsd.org (Postfix) with SMTP id C3D1E37B43E for ; Fri, 13 Apr 2001 07:40:44 -0700 (PDT) (envelope-from jgowdy@home.com) Received: (qmail 4120 invoked from network); 13 Apr 2001 14:40:43 -0000 Received: from server.sherline.net (HELO server2) (216.120.87.3) by dualcpus.com with SMTP; 13 Apr 2001 14:40:43 -0000 Message-ID: <000b01c0c427$b4c67ed0$035778d8@sherline.net> From: "Jeremiah Gowdy" To: "Ismail YENIGUL" , References: Subject: Re: test Date: Fri, 13 Apr 2001 07:40:34 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > test > > Please stop now. I usually don't mind one person's test message, but I've seen 3 so far. > > Ismail YENIGUL > nightbsd@enderunix.org > > http://www.enderunix.org (Turkish *BSD Team Site) > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 7:53:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id C297137B507 for ; Fri, 13 Apr 2001 07:53:33 -0700 (PDT) (envelope-from cschindl@wam.umd.edu) Received: from rac1.wam.umd.edu (IDENT:root@rac1.wam.umd.edu [128.8.10.141]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id KAA01122; Fri, 13 Apr 2001 10:53:29 -0400 (EDT) Received: from rac1.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac1.wam.umd.edu (8.9.3/8.9.3) with SMTP id KAA13692; Fri, 13 Apr 2001 10:53:29 -0400 (EDT) Received: from localhost (cschindl@localhost) by rac1.wam.umd.edu (8.9.3/8.9.3) with ESMTP id KAA13688; Fri, 13 Apr 2001 10:53:29 -0400 (EDT) X-Authentication-Warning: rac1.wam.umd.edu: cschindl owned process doing -bs Date: Fri, 13 Apr 2001 10:53:28 -0400 (EDT) From: "c. schindler" To: Jeremiah Gowdy Cc: michael@tenzo.com, freebsd-questions@FreeBSD.ORG Subject: Re: Pornography on Yahoo In-Reply-To: <000901c0c399$6ad76ed0$035778d8@sherline.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i hear you. On Thu, 12 Apr 2001, Jeremiah Gowdy wrote: > > sounds like someone is having a bad day. > > > > It's always a bad day when I have to deal with moral bigotry. > > > -------------- > > chris > > news for free-bsd questions, stuff that really matters > > > > On Wed, 11 Apr 2001, Jeremiah Gowdy wrote: > > > > > > Based on the Friends I've known, I'd cut her some slack. It's likely > she > > > > doesn't understand the relationship between Yahoo and FreeBSD but is > > > > motivated by principle to raise what she considers an important issue. > > > > Compared to her single post, much more noise has been added to the > list by > > > > all the people who've felt it necessary to respond with ridicule. > > > > > > And I believe people can keep their damned morals and principles to > > > themselves and not try to push them on others. It would be one thing to > > > talk to people in conversation about it. But to spam an email list with > her > > > "important issues" is a bunch of crap. Just because she's a "Friend" or > a > > > Quaker, that's doesn't mean she gets any special excuse to push her > morals > > > on -questions. If my morals and beliefs caused me to want to push > Atheism > > > on this mailing list would I get the same "slack" ? I think not. > Quakers > > > are people too, and I could care less what kind of great "Friend" she > is. > > > If the friends are all about spamming my email box with their morals, > then I > > > don't consider them a "Friend". > > > > > > > My hunch is that the Friends would probably view pornography as a > violence > > > > issue and it's hard to find a religious community that has done more > to > > > > combat violence in all forms. I have a lot of relatives who are > Friends > > > and > > > > I've always admired their committment to peace, rejection of religious > > > dogma, > > > > and willingness to put their beliefs on the line. > > > > > > Who gives a damn how they view pornography ? I view pornography with my > > > DVD-ROM. Big deal. So many religious people feel they have a right to > push > > > their views, morals, and beliefs on others. I have one thing to say to > > > that. FOAD. > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 7:59:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f59.law12.hotmail.com [64.4.19.59]) by hub.freebsd.org (Postfix) with ESMTP id 086B337B422 for ; Fri, 13 Apr 2001 07:59:16 -0700 (PDT) (envelope-from asaoutine@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 13 Apr 2001 07:59:14 -0700 Received: from 24.190.63.64 by lw12fd.law12.hotmail.msn.com with HTTP; Fri, 13 Apr 2001 14:59:14 GMT X-Originating-IP: [24.190.63.64] From: "Albina Saoutine" To: freebsd-questions@freebsd.org Subject: Compiling Apache Date: Fri, 13 Apr 2001 10:59:14 -0400 Mime-Version: 1.0 Content-Type: text/html Message-ID: X-OriginalArrivalTime: 13 Apr 2001 14:59:14.0475 (UTC) FILETIME=[4E1FC7B0:01C0C42A] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG
Dear list,
 
I am new to the FreeBSD 4.2 (coming from SunOS). I am trying to custom-build an Apache server with a statically loaded PHP module. During the installation, I pretty much followed the instructions in PHP 4.0.4 INSTALL file and everything compiled free of errors.
 
However, when I am trying to start httpd, I receive the following error:
 
<date> <time> <name> /kernel: pid 251 (httpd), uid 0: exited on signal 11 (core dumped)
Segmentation fault - core dumped
 
Unfortunately, I am not familiar with core dump analysis (next project :). Does anybody know what goes wrong (I tried recompiling Apache several times including standard install)?
 
Thanks,
Greg


Get your FREE download of MSN Explorer at http://explorer.msn.com

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 8: 1:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns.new-wen.net (ns.new-wen.net [212.72.64.100]) by hub.freebsd.org (Postfix) with ESMTP id 0FA6137B449 for ; Fri, 13 Apr 2001 08:01:52 -0700 (PDT) (envelope-from deuerl@new-wen.net) Received: from baerle (gritixono.dials.kiosk-online.de [212.72.88.53]) by ns.new-wen.net (8.11.2/8.11.2) with SMTP id f3DF1n942625 for ; Fri, 13 Apr 2001 17:01:49 +0200 (CEST) (envelope-from deuerl@new-wen.net) From: "Robert Deuerling" To: Subject: where are the ctms ??? Date: Fri, 13 Apr 2001 17:00:28 +0200 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 IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, currently there are no newer ctms than cvs-cur.7213.gz on the server.. ftp.freebsd.org i wonder why... Could you please check ? -Robert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 8: 3:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fbsd.bosa.ca (cr1003901-a.rct1.bc.wave.home.com [24.113.37.99]) by hub.freebsd.org (Postfix) with ESMTP id DBDA637B440 for ; Fri, 13 Apr 2001 08:03:36 -0700 (PDT) (envelope-from kulraj@bosa.ca) Received: from ska1 (h207-230-227-196.dccnet.com [207.230.227.196]) by fbsd.bosa.ca (Postfix) with SMTP id 410B2158EB9; Fri, 13 Apr 2001 09:10:19 -0700 (PDT) Message-ID: <012101c0c42a$c0175900$64c8a8c0@asknet.com> From: "Kulraj Gurm (bosa.ca account)" To: "Albina Saoutine" Cc: References: Subject: Re: Compiling Apache Date: Fri, 13 Apr 2001 08:02:25 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_011E_01C0C3F0.136494A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_011E_01C0C3F0.136494A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Have you edited httpd.conf yet? If so try going back to the generic = httpd.conf and see if you get the "Apache has been successfully = installed" test page? Just trying to isolate the problem. Regards Kulraj Gurm ----- Original Message -----=20 From: Albina Saoutine=20 To: freebsd-questions@freebsd.org=20 Sent: Friday, April 13, 2001 7:59 AM Subject: Compiling Apache Dear list, I am new to the FreeBSD 4.2 (coming from SunOS). I am trying to = custom-build an Apache server with a statically loaded PHP module. = During the installation, I pretty much followed the instructions in PHP = 4.0.4 INSTALL file and everything compiled free of errors. However, when I am trying to start httpd, I receive the following = error:
To: freebsd-questions@freebsd.o= rg=20
Sent: Friday, April 13, 2001 = 7:59=20 AM
Subject: Compiling Apache

Dear list,
 
I am new to the FreeBSD 4.2 (coming from SunOS). I am trying to=20 custom-build an Apache server with a statically loaded PHP module. = During the=20 installation, I pretty much followed the instructions in PHP 4.0.4 = INSTALL=20 file and everything compiled free of errors.
 
However, when I am trying to start httpd, I receive the following = error:
 
<date> <time> <name> /kernel: pid 251 (httpd), = uid 0:=20 exited on signal 11 (core dumped)
Segmentation fault - core dumped
 
Unfortunately, I am not familiar with core dump analysis (next = project=20 :). Does anybody know what goes wrong (I tried recompiling Apache = several=20 times including standard install)?
 
Thanks,
Greg


Get your FREE download of MSN Explorer at http://explorer.msn.com

To Unsubscribe: send mail to majordomo@FreeBSD.org with = "unsubscribe=20 freebsd-questions" in the body of the = message ------=_NextPart_000_011E_01C0C3F0.136494A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 8: 7: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fbsd.bosa.ca (cr1003901-a.rct1.bc.wave.home.com [24.113.37.99]) by hub.freebsd.org (Postfix) with ESMTP id B646937B440 for ; Fri, 13 Apr 2001 08:06:57 -0700 (PDT) (envelope-from kulraj@bosa.ca) Received: from ska1 (h207-230-227-196.dccnet.com [207.230.227.196]) by fbsd.bosa.ca (Postfix) with SMTP id 5B633158EB9; Fri, 13 Apr 2001 09:13:40 -0700 (PDT) Message-ID: <012201c0c42b$37f959a0$64c8a8c0@asknet.com> From: "Kulraj Gurm (bosa.ca account)" To: , References: Subject: Re: Pornography on Yahoo Date: Fri, 13 Apr 2001 08:05:46 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A plea from the heart. Please don't subject this mailing list to any more drivel, Pleeeeease! Although I have not looked I am sure there are many adequate forums for the "Porn is Good" / "Porn is Bad" discussion. freebsd-questions is not the place. I thought long and hard before posting this. Even this is not appropriate but some imbeciles just don't stop. So I am hope I am forgiven; I let the annoyance get to me! Regards, Kulraj Gurm ps. If you feel compelled to reply to this with strong emotion (and I sincerely hope not) and you have an ounce of self respect - keep the response of the list. ----- Original Message ----- From: "c. schindler" To: "Jeremiah Gowdy" Cc: ; Sent: Friday, April 13, 2001 7:53 AM Subject: Re: Pornography on Yahoo > i hear you. > > On Thu, 12 Apr 2001, Jeremiah Gowdy wrote: > > > > sounds like someone is having a bad day. > > > > > > > It's always a bad day when I have to deal with moral bigotry. > > > > > -------------- > > > chris > > > news for free-bsd questions, stuff that really matters > > > > > > On Wed, 11 Apr 2001, Jeremiah Gowdy wrote: > > > > > > > > Based on the Friends I've known, I'd cut her some slack. It's likely > > she > > > > > doesn't understand the relationship between Yahoo and FreeBSD but is > > > > > motivated by principle to raise what she considers an important issue. > > > > > Compared to her single post, much more noise has been added to the > > list by > > > > > all the people who've felt it necessary to respond with ridicule. > > > > > > > > And I believe people can keep their damned morals and principles to > > > > themselves and not try to push them on others. It would be one thing to > > > > talk to people in conversation about it. But to spam an email list with > > her > > > > "important issues" is a bunch of crap. Just because she's a "Friend" or > > a > > > > Quaker, that's doesn't mean she gets any special excuse to push her > > morals > > > > on -questions. If my morals and beliefs caused me to want to push > > Atheism > > > > on this mailing list would I get the same "slack" ? I think not. > > Quakers > > > > are people too, and I could care less what kind of great "Friend" she > > is. > > > > If the friends are all about spamming my email box with their morals, > > then I > > > > don't consider them a "Friend". > > > > > > > > > My hunch is that the Friends would probably view pornography as a > > violence > > > > > issue and it's hard to find a religious community that has done more > > to > > > > > combat violence in all forms. I have a lot of relatives who are > > Friends > > > > and > > > > > I've always admired their committment to peace, rejection of religious > > > > dogma, > > > > > and willingness to put their beliefs on the line. > > > > > > > > Who gives a damn how they view pornography ? I view pornography with my > > > > DVD-ROM. Big deal. So many religious people feel they have a right to > > push > > > > their views, morals, and beliefs on others. I have one thing to say to > > > > that. FOAD. > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 8: 7:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from devsys.jaguNET.com (devsys.jaguNET.com [209.133.192.6]) by hub.freebsd.org (Postfix) with ESMTP id E7C2137B505 for ; Fri, 13 Apr 2001 08:07:28 -0700 (PDT) (envelope-from jim@jaguNET.com) Received: (from jim@localhost) by devsys.jaguNET.com (8.9.3/jag-2.6) id LAA12575; Fri, 13 Apr 2001 11:07:13 -0400 (EDT) From: Jim Jagielski Message-Id: <200104131507.LAA12575@devsys.jaguNET.com> Subject: Re: Compiling Apache To: asaoutine@hotmail.com (Albina Saoutine) Date: Fri, 13 Apr 2001 11:07:12 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-To: jim@jaguNET.com In-Reply-To: from "Albina Saoutine" at Apr 13, 2001 10:59:14 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG First of all, it's best not to send HTML mail. Secondly, there's a known bug in 4.0.4 under FreeBSD that causes this. Try the latest CVS Albina Saoutine wrote: > > Dear list, > > >I am new to the FreeBSD 4.2 (coming from SunOS). I am trying to custom-build an Apache server with a statically loaded PHP module. During the installation, I pretty much followed the instructions in PHP 4.0.4 INSTALL file and everything compiled free of errors. > > However, when I am trying to start httpd, I receive the following error: > > /kernel: pid 251 (httpd), uid 0: exited on signal 11 (core dumped) > Segmentation fault - core dumped > > Unfortunately, I am not familiar with core dump analysis (next project :). Does anybody know what goes wrong (I tried recompiling Apache several times including standard install)? > > Thanks, > Greg > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- =========================================================================== Jim Jagielski [|] jim@jaguNET.com [|] http://www.jaguNET.com/ "Hell is hot, that's never been disputed by anybody." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 8:11:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ccaonline.com (marvin.ccaonline.com [206.25.107.2]) by hub.freebsd.org (Postfix) with ESMTP id E63D437B449 for ; Fri, 13 Apr 2001 08:11:33 -0700 (PDT) (envelope-from cgramley@ccaonline.com) Received: from pavilion (cca87.ccaonline.com [205.139.246.87]) by ccaonline.com (8.9.3/8.9.3) with SMTP id KAA09497 for ; Fri, 13 Apr 2001 10:11:31 -0500 Message-ID: <000a01c0c42c$467742c0$57f68bcd@pavilion> From: "Clare Gramley" To: Subject: Yahoo Date: Fri, 13 Apr 2001 10:12:58 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C0C402.50568500" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C0C402.50568500 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello. As a Yahoo sponsor, I just want to let you know that due to = Yahoo's decision to sponsor advertising for explicit sexual material, = I'll no longer be using Yahoo as a primary search engine at either my = place of business or home. My husband and two teens will also stop using = Yahoo, and whenever the I have the opportunity in conversation with = others, I'll mention Yahoo's poor business practices and the reasons our = family will no longer be using Yahoo. There is plenty of access to such = material without having it pop up onto my screen on Yahoo. Sincerely, Paula Gramley Lincoln, IL =20 ------=_NextPart_000_0007_01C0C402.50568500 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello. As a Yahoo sponsor, I just want = to let you=20 know that due to Yahoo's decision to sponsor advertising for explicit = sexual=20 material, I'll no longer be using Yahoo as a primary search engine at = either my=20 place of business or home. My husband and two teens will also stop using = Yahoo,=20 and whenever the I have the opportunity in conversation with = others,=20 I'll mention Yahoo's poor business practices and the reasons our = family=20 will no longer be using Yahoo. There is plenty of access to = such=20 material without having it pop up onto my screen on=20 Yahoo.
 
Sincerely,
Paula Gramley
Lincoln, IL =20
------=_NextPart_000_0007_01C0C402.50568500-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 8:17:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from arena.delfi.lv (mail.parks.lv [195.2.96.15]) by hub.freebsd.org (Postfix) with ESMTP id 73C3437B50D for ; Fri, 13 Apr 2001 08:17:25 -0700 (PDT) (envelope-from uwi@delfi.lv) Received: from themAn (rev-166.PLV01.delfi.lv [195.114.47.166] (may be forged)) by arena.delfi.lv (8.9.3/8.9.1/OL.cf-3.1) with SMTP id SAA05699 for ; Fri, 13 Apr 2001 18:17:24 +0300 Message-ID: <008801c0c42c$d47f6de0$a62f72c3@themAn> From: "uwi mAn" To: Subject: Date: Fri, 13 Apr 2001 18:17:14 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0085_01C0C445.F6F34720" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0085_01C0C445.F6F34720 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable auth e5cd1a98 subscribe freebsd-questions uwi@delfi.lv ------=_NextPart_000_0085_01C0C445.F6F34720 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
auth e5cd1a98 subscribe = freebsd-questions uwi@delfi.lv
------=_NextPart_000_0085_01C0C445.F6F34720-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 8:21:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fl-mta03.durocom.com (fl-mta03.durocom.com [216.53.195.244]) by hub.freebsd.org (Postfix) with ESMTP id 03D6837B424 for ; Fri, 13 Apr 2001 08:21:48 -0700 (PDT) (envelope-from mwoodson@wloq.com) Received: from mail.wloq.com ([216.53.133.229]) by fl-mta03.durocom.com with ESMTP id <20010413151906.JMFZ29227.fl-mta03@mail.wloq.com>; Fri, 13 Apr 2001 11:19:06 -0400 Received: from Spooler by mail.wloq.com (Mercury/32 v3.21c) ID MO00020F; 13 Apr 01 11:20:58 -0400 Received: from spooler by wloq.com (Mercury/32 v3.21c); 13 Apr 01 11:19:42 -0400 Received: from ph0t3qn1qu3.wloq.com (192.168.100.3) by mail.wloq.com (Mercury/32 v3.21c) with ESMTP ID MG00020B; 13 Apr 01 11:19:26 -0400 Message-Id: <5.0.2.1.0.20010413110616.02356ec0@192.168.100.3> X-Sender: mwoodson@192.168.100.3 X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Fri, 13 Apr 2001 11:10:20 -0400 To: "Ryan VanMiddlesworth" From: Mark Woodson Subject: Re: IPNAT not working with SOME websites Cc: In-Reply-To: <000701c0c2a0$67333920$0401010a@RYANVM5300> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 10:59 AM 4/11/2001 -0500, Ryan VanMiddlesworth wrote: >I have a dedicated Internet connection to a particular box running FreeBSD >4.2-STABLE that serves as a gateway. The box has two NICs - one to the >Internet (208.196.36.248) and the other to my internal network >(10.1.0.0/16). I have setup ipfilter and am using ipnat to masquerade the >10.1.0.0 addresses as the 208.196.36.248. [snipped] >Here are my ipnat rules: > map ed0 10.1.0.0/16 -> 208.196.36.248/32 proxy port ftp ftp/tcp > map ed0 10.1.0.0/16 -> 208.196.36.248/32 portmap tcp/udp 10000:40000 > map ed0 10.1.0.0/16 -> 208.196.36.248/32 > >So, what am I doing wrong? I've setup masquerading on Linux a million times >(using ipchains) and I've never had any problems like this. I'm am fairly >certain it must be something I'm doing, just because it's such an easily >reproducible problem that I can't believe no one has ever seen (and fixed) >it. Are you sure it's not your filter rules? That sounds much more like you've got something confused with your filter. Have you tried commenting out everything and just putting "pass in all" and "pass out all" to see if that fixes it? If it does then just add the rules back in one at a time until you find out which one it is that's breaking it. Your NAT rules don't look like there's an error in them to me. -Mark Network Administrator Smooth Jazz 103.1 WLOQ Winter Park, FL USA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 8:22:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tao.agoron.com (tao.agoron.com [206.181.233.66]) by hub.freebsd.org (Postfix) with ESMTP id 4800537B422 for ; Fri, 13 Apr 2001 08:22:21 -0700 (PDT) (envelope-from marius@agoron.com) Received: from quasi (quasi.shredco.com [206.181.233.73]) by tao.agoron.com (8.9.3/8.9.3) with SMTP id LAA06265; Fri, 13 Apr 2001 11:22:18 -0400 (EDT) From: "Marius Kirschner" To: "Clare Gramley" , Subject: RE: Yahoo Date: Fri, 13 Apr 2001 11:22:11 -0400 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0123_01C0C40B.FBDE2D20" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <000a01c0c42c$467742c0$57f68bcd@pavilion> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0123_01C0C40B.FBDE2D20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Can you please send this to whatever@yahoo.com and not this list! This is not the right place.......doesn't get anything accomplished except generating more useless messages like mine now. :) ---Marius -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Clare Gramley Sent: Friday, April 13, 2001 11:13 AM To: freebsd-questions@FreeBSD.ORG Subject: Yahoo Hello. As a Yahoo sponsor, I just want to let you know that due to Yahoo's decision to sponsor advertising for explicit sexual material, I'll no longer be using Yahoo as a primary search engine at either my place of business or home. My husband and two teens will also stop using Yahoo, and whenever the I have the opportunity in conversation with others, I'll mention Yahoo's poor business practices and the reasons our family will no longer be using Yahoo. There is plenty of access to such material without having it pop up onto my screen on Yahoo. Sincerely, Paula Gramley Lincoln, IL ------=_NextPart_000_0123_01C0C40B.FBDE2D20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Can = you please send=20 this to whatever@yahoo.com and = not this=20 list!  This is not the right place.......doesn't get anything = accomplished=20 except generating more useless messages like mine now. = :)
 
---Marius
-----Original Message-----
From:=20 owner-freebsd-questions@FreeBSD.ORG=20 [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Clare=20 Gramley
Sent: Friday, April 13, 2001 11:13 AM
To:=20 freebsd-questions@FreeBSD.ORG
Subject: = Yahoo

Hello. As a Yahoo sponsor, I just = want to let you=20 know that due to Yahoo's decision to sponsor advertising for explicit = sexual=20 material, I'll no longer be using Yahoo as a primary search engine at = either=20 my place of business or home. My husband and two teens will also stop = using=20 Yahoo, and whenever the I have the opportunity in conversation = with=20 others, I'll mention Yahoo's poor business practices and the = reasons our=20 family will no longer be using Yahoo. There is plenty of = access to=20 such material without having it pop up onto my screen on=20 Yahoo.
 
Sincerely,
Paula Gramley
Lincoln, IL =20
------=_NextPart_000_0123_01C0C40B.FBDE2D20-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 8:30:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cluck.stealthchickens.org (cluck.stealthchickens.org [209.192.217.153]) by hub.freebsd.org (Postfix) with ESMTP id 78BA037B53A for ; Fri, 13 Apr 2001 08:30:51 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: from guinness.osdn.com (root@cluck.stealthchickens.org [209.192.217.153]) by cluck.stealthchickens.org (8.11.3/8.11.3) with ESMTP id f3DFUnk73040; Fri, 13 Apr 2001 11:30:49 -0400 (EDT) (envelope-from jim@FreeBSD.org) Received: by guinness.osdn.com (Postfix, from userid 1000) id AC828100; Fri, 13 Apr 2001 11:30:47 -0400 (EDT) Date: Fri, 13 Apr 2001 11:30:47 -0400 From: Jim Mock To: Clare Gramley Cc: freebsd-questions@FreeBSD.org Subject: Re: Yahoo Message-ID: <20010413113047.B8110@guinness.osdn.com> Reply-To: jim@FreeBSD.org References: <000a01c0c42c$467742c0$57f68bcd@pavilion> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: <000a01c0c42c$467742c0$57f68bcd@pavilion>; from cgramley@ccaonline.com on Fri, Apr 13, 2001 at 10:12:58AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 13 Apr 2001 at 10:12:58 -0500, Clare Gramley wrote: > Hello. As a Yahoo sponsor, The FreeBSD Project is not a Yahoo! sponsor. Yahoo! runs the FreeBSD operating system, and apart from that, FreeBSD has nothing to do with them. > I just want to let you know that due to Yahoo's decision to sponsor > advertising for explicit sexual material, I'll no longer be using > Yahoo as a primary search engine at either my place of business or > home. My husband and two teens will also stop using Yahoo, and > whenever the I have the opportunity in conversation with others, I'll > mention Yahoo's poor business practices and the reasons our family > will no longer be using Yahoo. There is plenty of access to such > material without having it pop up onto my screen on Yahoo. Maybe you should get all the facts before you open the hole in your face and come off looking like an idiot. As of today, they are no longer selling porn and will not enter into new contracts for adult-related advertising. Read this story at CBS MarketWatch: http://www2.marketwatch.com/news/yhoo/story.asp?source=blq/yhoo&siteid=yhoo&dist=yhoo&guid=%7BBE974E1D%2DCE16%2D4446%2DA7AE%2DAD43C79EBAC5%7D THIS MAILING LIST IS NOT THE PLACE FOR THIS CRAP. IF YOU HAVE COMPLAINTS ABOUT YAHOO, BITCH TO THEM, NOT US. Do you bitch to Microsoft about every porn site or site selling porn that runs Windows? I didn't think so. Now go away, dammit. - jim -- - jim mock - O|S|D|N - open source development network - - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 8:33:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from omta01.mta.everyone.net (sitemail.everyone.net [216.200.145.35]) by hub.freebsd.org (Postfix) with ESMTP id 2203B37B424 for ; Fri, 13 Apr 2001 08:33:16 -0700 (PDT) (envelope-from freebsd@sysmach.com) Received: from sitemail.everyone.net (reports [216.200.145.62]) by omta01.mta.everyone.net (Postfix) with ESMTP id 16E321C3A98 for ; Fri, 13 Apr 2001 08:33:16 -0700 (PDT) Received: by sitemail.everyone.net (Postfix, from userid 99) id 0E1B636F9; Fri, 13 Apr 2001 08:33:16 -0700 (PDT) Content-Type: text/plain Content-Disposition: inline Mime-Version: 1.0 X-Mailer: MIME-tools 4.104 (Entity 4.117) Date: Fri, 13 Apr 2001 08:33:16 -0700 (PDT) From: Kyle To: questions@freebsd.org Subject: /etc/ppp/ppp.conf help Reply-To: freebsd@sysmach.com X-Originating-Ip: [204.196.180.136] Message-Id: <20010413153316.0E1B636F9@sitemail.everyone.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm using freeBSD 4.2 and I have trouble setting up a dialup connection. This is due to the misconfigurations in ppp.conf I have changed it so many times, I now have a problem in telling what should be there, and what shouldn't be there. WIll someone kindly give me a sample of ppp.conf that works? thanks. I'm using a 56k us robotics modem. (thought that might help.) thanks! == _____________________________________________ /"\ ASCII Ribbon campaign against E-Mail \ / in gratuitous HTML and Microsoft X proprietary formats. / \ _____________________________________________________________ Systems at MACHSPEED!! http://sysmach.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 8:34:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ibis.worldnet.net (ibis.worldnet.net [195.3.3.14]) by hub.freebsd.org (Postfix) with ESMTP id B52EA37B446 for ; Fri, 13 Apr 2001 08:34:51 -0700 (PDT) (envelope-from vivelame@shyne.worldnet.net) Received: from m3.worldnet.net (m2.worldnet.net [195.3.3.6]) by ibis.worldnet.net (8.11.3/8.11.1) with ESMTP id f3DFYUv72451 for ; Fri, 13 Apr 2001 17:34:30 +0200 (CEST) (envelope-from vivelame@shyne.worldnet.net) Received: from salegoth.shyne.worldnet.net (nat-srv1.kaptech.net [195.3.9.4]) by m3.worldnet.net (8.11.2/8.11.1) with ESMTP id f3DFZo177073 for ; Fri, 13 Apr 2001 17:35:50 +0200 (CEST) (envelope-from vivelame@shyne.worldnet.net) Message-Id: <4.3.1.0.20010413173444.025789f0@shyne.worldnet.net> X-Sender: vivelame@shyne.worldnet.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Fri, 13 Apr 2001 17:38:08 +0200 To: freebsd-questions@FreeBSD.org From: Brice Gensburger Subject: Re: Yahoo In-Reply-To: <000a01c0c42c$467742c0$57f68bcd@pavilion> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG not always a good thing to be listed in the "contributors" section of yahoo... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 8:35:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from linuxmail.touchtunes.com (operator.touchtunes.com [216.94.139.201]) by hub.freebsd.org (Postfix) with ESMTP id 4332037B505 for ; Fri, 13 Apr 2001 08:35:13 -0700 (PDT) (envelope-from jdinel@touchtunes.com) Received: from touchtunes.com (dinjo.touchtunes.com [192.168.0.26]) by linuxmail.touchtunes.com (8.9.3/8.8.7) with ESMTP id LAA00932 for ; Fri, 13 Apr 2001 11:35:11 -0400 Message-ID: <3AD71CAF.EA66910B@touchtunes.com> Date: Fri, 13 Apr 2001 11:35:11 -0400 From: Joel Dinel Organization: TouchTunes Digital Jukebox, Inc. X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: OT: Compiling LICQ Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Licq compiled OK, but I get this when I am making licq-qt-gui : /usr/libexec/elf/ld: cannot find -lqt gmake[2]: *** [licq_qt-gui.la] Error 1 gmake[2]: Leaving directory `/usr/ports/net/licq-qt-gui/work/licq-1.0.3/plugins/ qt-gui-1.0.3/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/net/licq-qt-gui/work/licq-1.0.3/plugins/ qt-gui-1.0.3' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/net/licq-qt-gui. *** Error code 1 Stop in /usr/ports/net/licq-qt-gui. *** Error code 1 Stop in /usr/ports/net/licq-qt-gui. Something about not finding the QT libs?! -- Joel Dinel System Administrator TouchTunes Digital Jukebox, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 8:35:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from agayev.rt.net.tr (agayev.rt.net.tr [212.65.128.82]) by hub.freebsd.org (Postfix) with SMTP id 2490537B50E for ; Fri, 13 Apr 2001 08:35:16 -0700 (PDT) (envelope-from nightbsd@enderunix.org) Received: (qmail 9299 invoked by uid 1007); 8 Apr 2001 01:34:51 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 8 Apr 2001 01:34:51 -0000 Date: Sun, 8 Apr 2001 01:34:51 +0000 (GMT) From: Ismail YENIGUL X-X-Sender: To: "Matthew K. Cowger" Cc: Subject: Re: Samba In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi if you add encrypt passwords = yes to smb.conf samba will send encrytion password you do not need change security policy of 2K box bye Ismail YENIGUL nightbsd@enderunix.org http://www.enderunix.org (Turkish *BSD Team Site) On Sat, 7 Apr 2001, Matthew K. Cowger wrote: > Win2K doesn't like samba's unencrypted passwords, and will refuse to logon > without encryptions...You can end this by going to Local Security POlicy on > the 2K box (Start|Programs|Administrative Tools|Local Security Poicy), > Opening Local POlicies|Security options, then setting "send encypted > password to 3rd party SMB servers" to Disabled. > > .matt > > > ---------------------------------------------- > Matt Cowger mcowger@bowdoin.edu > Class of '03 CS & Economics Major > > Please enter any seven digit prime number to > continue processing... > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 8:39: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from istar.ca (d141-119-162.home.cgocable.net [24.141.119.162]) by hub.freebsd.org (Postfix) with ESMTP id 9404537B641 for ; Fri, 13 Apr 2001 08:38:50 -0700 (PDT) (envelope-from genisis@istar.ca) Received: (from genisis@localhost) by istar.ca (8.11.1/8.11.1) id f3DFgFQ04260; Fri, 13 Apr 2001 11:42:15 -0400 (EDT) (envelope-from genisis) Date: Fri, 13 Apr 2001 11:42:15 -0400 (EDT) From: Dru To: Kyle Cc: questions@FreeBSD.ORG Subject: Re: /etc/ppp/ppp.conf help In-Reply-To: <20010413153316.0E1B636F9@sitemail.everyone.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Kyle, You might find this link useful: http://www.oreillynet.com/pub/a/bsd/2000/06/14/FreeBSD_Basics.html?page=3 Cheers, Dru On Fri, 13 Apr 2001, Kyle wrote: > I'm using freeBSD 4.2 and I have trouble setting up a dialup connection. This is due to the misconfigurations in ppp.conf I have changed it so many times, I now have a problem in telling what should be there, and what shouldn't be there. WIll someone kindly give me a sample of ppp.conf that works? thanks. > > I'm using a 56k us robotics modem. (thought that might help.) > > > thanks! > > == > _____________________________________________ > > /"\ ASCII Ribbon campaign against E-Mail > \ / in gratuitous HTML and Microsoft > X proprietary formats. > / \ > > _____________________________________________________________ > Systems at MACHSPEED!! > http://sysmach.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 8:43:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tsing.ita.tip.net (tsing.ita.tip.net [194.20.0.21]) by hub.freebsd.org (Postfix) with ESMTP id AE2E937B505 for ; Fri, 13 Apr 2001 08:43:39 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: from dev1.localdomain.net ([194.244.229.102]) by tsing.ita.tip.net (AurorA/BorealE) with ESMTP id RAA06395; Fri, 13 Apr 2001 17:30:59 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by dev1.localdomain.net (8.11.3/8.11.3) with ESMTP id f3DFhce45035; Fri, 13 Apr 2001 17:43:38 +0200 (CEST) (envelope-from olgeni@FreeBSD.org) Date: Fri, 13 Apr 2001 17:43:38 +0200 (CEST) From: Jimmy Olgeni X-X-Sender: To: Joel Dinel Cc: Subject: Re: OT: Compiling LICQ In-Reply-To: <3AD71CAF.EA66910B@touchtunes.com> Message-ID: <20010413174152.S45009-100000@dev1.localdomain.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 13 Apr 2001, Joel Dinel wrote: > Something about not finding the QT libs?! I just committed a fix for this. Can you re-cvsup and retry? It should work now. -- jimmy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 9: 1:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from agayev.rt.net.tr (agayev.rt.net.tr [212.65.128.82]) by hub.freebsd.org (Postfix) with SMTP id EAF6E37B43F for ; Fri, 13 Apr 2001 09:01:23 -0700 (PDT) (envelope-from nightbsd@enderunix.org) Received: (qmail 9321 invoked by uid 1007); 8 Apr 2001 01:37:37 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 8 Apr 2001 01:37:37 -0000 Date: Sun, 8 Apr 2001 01:37:37 +0000 (GMT) From: Ismail YENIGUL X-X-Sender: To: Aleksandar Simic' Cc: , Dina Dias Subject: Re: change ls colors In-Reply-To: <20010408001542.A4284@frustum.clara.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi you can use gnuls --color if you do not have gnuls , you can install it from ports #cd /usr/ports/misc/gnuls #make install bye Ismail YENIGUL nightbsd@enderunix.org http://www.enderunix.org (Turkish *BSD Team Site) On Sun, 8 Apr 2001, Aleksandar Simic' wrote: > On Sat, Apr 07, 2001 at 02:47:37AM -0700, Dina Dias wrote: > > > Hi everyone! > > > > Can someone tell me how can I change the colors > > displayed by the command "ls -G", please? > > Type this at the command prompt: > LSCOLORS=x45x2x3x1x464301060203; export LSCOLORS > > If you like it, then save it in your .profile. To get a better > understanding what that command does, read the man page for ls. > > --Alex > > > -- M-x spook -- > mujahedeen Kosovo Area 51 Tony Blair ECHELON Ft. Bragg NORAD > cypherpunk NSA Vickie Weaver > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 9: 3: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.urx.com (mail.urx.com [63.170.19.36]) by hub.freebsd.org (Postfix) with ESMTP id A59F837B43E; Fri, 13 Apr 2001 09:02:58 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com [206.159.132.160] by mail.urx.com with ESMTP (SMTPD32-6.06) id A32A157201DA; Fri, 13 Apr 2001 09:02:50 -0700 Message-ID: <3AD7232A.52C09ADA@urx.com> Date: Fri, 13 Apr 2001 09:02:50 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: jim@FreeBSD.org Cc: Clare Gramley , freebsd-questions@FreeBSD.org Subject: Re: Yahoo References: <000a01c0c42c$467742c0$57f68bcd@pavilion> <20010413113047.B8110@guinness.osdn.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jim Mock wrote: > > On Fri, 13 Apr 2001 at 10:12:58 -0500, Clare Gramley wrote: > > Hello. As a Yahoo sponsor, > > The FreeBSD Project is not a Yahoo! sponsor. Yahoo! runs the FreeBSD > operating system, and apart from that, FreeBSD has nothing to do with > them. > > > I just want to let you know that due to Yahoo's decision to sponsor > > advertising for explicit sexual material, I'll no longer be using > > Yahoo as a primary search engine at either my place of business or > > home. My husband and two teens will also stop using Yahoo, and > > whenever the I have the opportunity in conversation with others, I'll > > mention Yahoo's poor business practices and the reasons our family > > will no longer be using Yahoo. There is plenty of access to such > > material without having it pop up onto my screen on Yahoo. > > Maybe you should get all the facts before you open the hole in your face > and come off looking like an idiot. As of today, they are no longer > selling porn and will not enter into new contracts for adult-related > advertising. Read this story at CBS MarketWatch: > > http://www2.marketwatch.com/news/yhoo/story.asp?source=blq/yhoo&siteid=yhoo&dist=yhoo&guid=%7BBE974E1D%2DCE16%2D4446%2DA7AE%2DAD43C79EBAC5%7D > > THIS MAILING LIST IS NOT THE PLACE FOR THIS CRAP. IF YOU HAVE > COMPLAINTS ABOUT YAHOO, BITCH TO THEM, NOT US. Do you bitch to > Microsoft about every porn site or site selling porn that runs Windows? > I didn't think so. I still think everyone that is torqued at messages like this should write abuse@ccaonline.com (in this case) and cc sprintlink.net, who is their ISP, for abusing an International list. Kent > > Now go away, dammit. > > - jim > > -- > - jim mock - O|S|D|N - open source development network - > - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org - > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 9: 4: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nwark.net (nwark.net [208.136.254.2]) by hub.freebsd.org (Postfix) with ESMTP id A35B237B443 for ; Fri, 13 Apr 2001 09:04:05 -0700 (PDT) (envelope-from jshenry@net-noise.com) Received: from guinevere (adsl29.nwark.net [216.63.158.30]) by nwark.net (8.11.2/8.11.2) with SMTP id f3DG40E29949 for ; Fri, 13 Apr 2001 11:04:01 -0500 (CDT) From: "J. Seth Henry" To: "FreeBSD Questions" Subject: Re: Pornography on Yahoo Date: Fri, 13 Apr 2001 11:02:31 -0500 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 IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You know, I've seen at least 20 posts now spewing vitriol at the poor moron who had the temerity to stand up for something she believes in. While I agree, her post was seriously off-topic, and completely brain dead - BUT SO WERE THE REPLIES!!! Come on folks, we have wasted (at least) 20x the bandwidth the original poster did - so why don't we just let it go? Also, I would like to point out that we don't see this much vitriol when a commercial spammer posts something. I find *that* easily as irritating and offensive as a knuckleheaded soap-box post from a religious zealot. BTW, for the atheists in the room, a recent court decision held that atheism is, in fact, a form of religion. I, for one, find the atheists soap box just as grinding and irritating as everyone else's soap box. That said, why don't we lay off the atheists, Christians, Quakers - and who knows who else - and get back to the business of learning about FreeBSD? (if the offended parties aren't atheists - my bad, but whatever you are, enough's enough...) As an aside, I would ask why this lady deserves more abuse than any other spammer or huckster. Why don't we blast them all equally for wasting our time? Just a thought... Seth Henry jshenry@net-noise.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 9:15:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hamlet.d2si.com (hamlet.paw-in-eye.net [63.224.10.2]) by hub.freebsd.org (Postfix) with ESMTP id 05C4137B440 for ; Fri, 13 Apr 2001 09:15:05 -0700 (PDT) (envelope-from ajk@paw-in-eye.net) Received: (from ajk@localhost) by hamlet.d2si.com (8.11.3/8.11.1) id f3DGF2W11685 for freebsd-questions@freebsd.org; Fri, 13 Apr 2001 11:15:02 -0500 (CDT) (envelope-from ajk) From: Alec Kloss Message-Id: <200104131615.f3DGF2W11685@hamlet.d2si.com> Subject: 4-STABLE (Apr 12) panic To: freebsd-questions@freebsd.org Date: Fri, 13 Apr 2001 11:15:02 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Any thoughts from anyone about this panic? It's 4-STABLE from the evening of the 10th. It occurred during system startup right after installing a new world. The system is up and running okay now, so I'm not in a hurry, but if anyone has some insight, it would be appreciated. The machine has an Adaptec 29160 with two 9 GB Quantum Atlas 10K drives, an Adaptec 3940 with an external Plextor burner, and three Western Digital 30 GB IDE disks running in ATA66 with a vinum RAID-5 configuration. A panic occurred before this one, but the machine was headless at the time so I didn't catch anything useful and nothing was logged. The first panic was 4-STABLE from a few months back. I was already planning on installing the more recent 4-STABLE yesterday evening, so I took the panic as an opportunity to install. Anyway, the system was doing the following things when it paniced. a) managing a remote X server b) running setiathome c) transferring mp3s (NFS) from the vinum array to a remote machine running xmms. d) copying eventhing on a CD9660 CD to the vinum array. So, the machine paniced doing these things (easy to notice, the remote X server stopped as did the music). I took it as an opportunity to shut the machine off, install a head, boot single user, fsck everything except the vinum array, install the new world, build a new kernel, reboot, and whammo. Let me know if there's anything else a kind soul would like to know. Apr 12 17:30:44 hamlet ntpd[180]: ntpd 4.0.99b Tue Apr 10 23:32:11 CDT 2001 (1) Apr 12 17:30:44 hamlet ntpd[180]: using kernel phase-lock loop 2040 Apr 12 17:30:44 hamlet /usr/local/sbin/named[178]: the default for the 'auth-nxd omain' option is now 'no' Apr 12 17:35:01 hamlet /kernel: Apr 12 17:35:01 hamlet /kernel: Apr 12 17:35:01 hamlet /kernel: Fatal trap 12: page fault while in kernel mode Apr 12 17:35:01 hamlet /kernel: fault virtual address = 0x2c Apr 12 17:35:01 hamlet /kernel: fault code = supervisor read, page not present Apr 12 17:35:01 hamlet /kernel: instruction pointer = 0x8:0xc01588b6 Apr 12 17:35:01 hamlet /kernel: stack pointer = 0x10:0xc8f10c38 Apr 12 17:35:01 hamlet /kernel: frame pointer = 0x10:0xc8f10c38 Apr 12 17:35:01 hamlet /kernel: code segment = base 0x0, limit 0xffff f, type 0x1b Apr 12 17:35:01 hamlet /kernel: = DPL 0, pres 1, def32 1, gran 1 Apr 12 17:35:01 hamlet /kernel: processor eflags = interrupt enabled, res ume, IOPL = 0 Apr 12 17:35:01 hamlet /kernel: current process = 288 (mount) Apr 12 17:35:01 hamlet /kernel: interrupt mask = none Apr 12 17:35:01 hamlet /kernel: trap number = 12 Apr 12 17:35:01 hamlet /kernel: panic: page fault Apr 12 17:35:01 hamlet /kernel: Apr 12 17:35:01 hamlet /kernel: syncing disks... 89 87 57 36 7 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 Apr 12 17:35:01 hamlet /kernel: giving up on 6 buffers Apr 12 17:35:01 hamlet /kernel: Uptime: 4m14s Apr 12 17:35:01 hamlet /kernel: Copyright (c) 1992-2001 The FreeBSD Project. Apr 12 17:35:01 hamlet /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989 , 1991, 1992, 1993, 1994 Some possibility useful stuff from dmesg: CPU: AMD Duron(tm) Processor (701.60-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x630 Stepping = 0 Features=0x183f9ff AMD Features=0xc0440000<,AMIE,DSP,3DNow!> real memory = 134152192 (131008K bytes) avail memory = 127131648 (124152K bytes) Preloaded elf kernel "kernel" at 0xc0362000. Kernel config: machine i386 cpu I586_CPU cpu I686_CPU ident HAMLET maxusers 64 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking #options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options MD_NSECT=80000 options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=2000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extentions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV options AHC_ALLOW_MEMIO # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers #device ahb # EISA AHA1742 family device ahc # AHA2940 and onboard AIC7xxx devices #device amd # AMD 53C974 (Teckram DC-390(T)) #device dpt # DPT Smartcache - See LINT for options! #device isp # Qlogic family #device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets) #device adv0 at isa? #device adw #device bt0 at isa? #device aha0 at isa? #device aic0 at isa? # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support #device card #device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 #device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device tx # SMC 9432TX (83c170 ``EPIC'') device vx # 3Com 3c590, 3c595 (``Vortex'') #device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support #device dc # DEC/Intel 21143 and various workalikes device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. #device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 #device ex #device ep # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. #device an # The probe order of these is presently determined by i386/isa/isa_compat.c. #device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 #device fe0 at isa? port 0x300 #device le0 at isa? port 0x300 irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 irq 10 drq 0 #device cs0 at isa? port 0x300 #device sn0 at isa? port 0x300 irq 10 # requires PCCARD (PCMCIA) support to be activated #device xe0 at isa? # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support #pseudo-device sl 2 # Kernel SLIP #pseudo-device ppp 4 # Kernel PPP pseudo-device tun 8 # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device vn #pseudo-device gif 4 # IPv6 and IPv4 tunneling #pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device uscanner # USB Ethernet, requires mii device aue # ADMtek USB ethernet device cue # CATC USB ethernet device kue # Kawasaki LSI USB ethernet # Sound support #device snd0 #device sb0 at isa? port 0x220 irq 5 drq 1 #device sbxvi0 at isa? drq 5 #device sbmidi0 at isa? port 0x330 # Alternate sound support #device pcm0 at isa? irq 10 drq 1 flags 0x0 #device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 # TCP options options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_FORWARD options IPFIREWALL_VERBOSE_LIMIT=100 options IPDIVERT options IPFILTER options IPFILTER_LOG options IPSTEALTH options ICMP_BANDLIM options DUMMYNET options BRIDGE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 9:21:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp2fb.rdc-nyc.rr.com [24.29.99.78]) by hub.freebsd.org (Postfix) with ESMTP id 876CB37B43E; Fri, 13 Apr 2001 09:21:29 -0700 (PDT) (envelope-from optix@nyc.rr.com) Received: from darkstar ([24.29.134.4]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Fri, 13 Apr 2001 12:24:59 -0400 Message-ID: <008501c0c436$adea85c0$01000001@darkstar> From: "Jonathan M. Slivko" To: Cc: Subject: Why is my machine only using 64MB of RAM? Date: Fri, 13 Apr 2001 12:27:48 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0082_01C0C415.26C20260" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0082_01C0C415.26C20260 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello all, I have a Dell Dimension XPS T500 which I had installed FreeBSD 4.2-RELEASE on (from the ISO) and on system bootup, dmesg reports that there is only 65MB of RAM available to the system. However, this is not the case. This machine has 2 sticks, each of 128MB of RAM for a total of 256MB. However, when the machine is in Windows, all 256MB of RAM is detected and used and everything is working fine. I have since deinstalled FreeBSD from my system and am now currently running Windows, trying to figure all of this out. Any insight would be appreciated, as I want to get back to using FreeBSD as soon as possible.=20 Thank you in advance,=20 Jonathan M. Slivko ~~~~ Jonathan M. Slivko Systems Administrator, DataSyrge Internet Services IRC Operator, AsylumNet IRC Network Pager: (917) 388-5304 Website: http://home.nyc.rr.com/optix/ (PGP Key @ http://home.nyc.rr.com/optix/jslivko.asc) ~~~~ -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 for non-commercial use iQA/AwUBOtcpAT4aolq8K4tFEQKfjwCeNR0yrnfNiygnVog9cYO9DICsvpYAn2En H/0EZ0vwPjIT8fY3hxEdN3M9 =3D7wU8 -----END PGP SIGNATURE----- ------=_NextPart_000_0082_01C0C415.26C20260 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
-----BEGIN PGP SIGNED = MESSAGE-----
Hash:=20 SHA1
 
Hello all,
 
I have a Dell Dimension XPS T500 which = I had=20 installed FreeBSD
4.2-RELEASE on (from the ISO) and on system bootup, = dmesg=20 reports
that there is only 65MB of RAM available to the system. = However,=20 this
is not the case. This machine has 2 sticks, each of 128MB of RAM = for
a total of 256MB. However, when the machine is in Windows, all=20 256MB
of RAM is detected and used and everything is working fine. I=20 have
since deinstalled FreeBSD from my system and am now currently=20 running
Windows, trying to figure all of this out. Any insight would=20 be
appreciated, as I want to get back to using FreeBSD as soon=20 as
possible.
 
Thank you in advance,
Jonathan M.=20 Slivko
 
~~~~
Jonathan M. Slivko <optix@nyc.rr.com>
Systems=20 Administrator, DataSyrge Internet Services
IRC Operator, AsylumNet = IRC=20 Network
Pager: (917) 388-5304
Website: http://home.nyc.rr.com/optix/<= BR>(PGP=20 Key @ http://home.nyc.rr.com/= optix/jslivko.asc)
~~~~
 
-----BEGIN PGP = SIGNATURE-----
Version:=20 PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>
 
iQA/AwUBOtcpAT4aolq8K4tFEQKfjwCeNR0yrnfNiygnVog9cYO9DICsvpYAn2En=
H/0EZ0vwPjIT8fY3hxEdN3M9
=3D7wU8
-----END=20 PGP SIGNATURE-----
------=_NextPart_000_0082_01C0C415.26C20260-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 9:31:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ibis.worldnet.net (ibis.worldnet.net [195.3.3.14]) by hub.freebsd.org (Postfix) with ESMTP id A720837B42C for ; Fri, 13 Apr 2001 09:31:11 -0700 (PDT) (envelope-from vivelame@shyne.worldnet.net) Received: from m3.worldnet.net (m2.worldnet.net [195.3.3.6]) by ibis.worldnet.net (8.11.3/8.11.1) with ESMTP id f3DGUtv74904 for ; Fri, 13 Apr 2001 18:30:55 +0200 (CEST) (envelope-from vivelame@shyne.worldnet.net) Received: from salegoth.shyne.worldnet.net (nat-srv1.kaptech.net [195.3.9.4]) by m3.worldnet.net (8.11.2/8.11.1) with ESMTP id f3DGWG191149 for ; Fri, 13 Apr 2001 18:32:22 +0200 (CEST) (envelope-from vivelame@shyne.worldnet.net) Message-Id: <4.3.1.0.20010413183406.025777c0@shyne.worldnet.net> X-Sender: vivelame@shyne.worldnet.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Fri, 13 Apr 2001 18:34:34 +0200 To: freebsd-questions@FreeBSD.org From: Brice Gensburger Subject: Re: Yahoo In-Reply-To: <3AD7232A.52C09ADA@urx.com> References: <000a01c0c42c$467742c0$57f68bcd@pavilion> <20010413113047.B8110@guinness.osdn.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i did ;-P >I still think everyone that is torqued at messages like this should write >abuse@ccaonline.com (in this case) and cc sprintlink.net, who is their ISP, >for abusing an International list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 9:32: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kevine01.ugaloo.org (h204-50-7-34.dccnet.com [204.50.7.34]) by hub.freebsd.org (Postfix) with ESMTP id 5446A37B505; Fri, 13 Apr 2001 09:32:00 -0700 (PDT) (envelope-from kg@dccnet.com) Received: from dccnet.com (localhost [127.0.0.1]) by kevine01.ugaloo.org (Postfix) with ESMTP id 2E74A1C9; Fri, 13 Apr 2001 09:32:03 -0700 (PDT) Message-ID: <3AD72A02.3D6CD329@dccnet.com> Date: Fri, 13 Apr 2001 09:32:02 -0700 From: "Kevin G. Eliuk" X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Jonathan M. Slivko" Cc: questions@freebsd.org, newbies@freebsd.org Subject: Re: Why is my machine only using 64MB of RAM? References: <008501c0c436$adea85c0$01000001@darkstar> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > "Jonathan M. Slivko" wrote: > Hello all, > > I have a Dell Dimension XPS T500 which I had installed FreeBSD > 4.2-RELEASE on (from the ISO) and on system bootup, dmesg reports > that there is only 65MB of RAM available to the system. However, this > is not the case. This machine has 2 sticks, each of 128MB of RAM for > a total of 256MB. However, when the machine is in Windows, all 256MB > of RAM is detected and used and everything is working fine. I have > since deinstalled FreeBSD from my system and am now currently running > Windows, trying to figure all of this out. Any insight would be > appreciated, as I want to get back to using FreeBSD as soon as > possible. It is explained in /sys/i386/conf/LINT as this <4.3-RC FreeBSD>. < snip > # MAXMEM specifies the amount of RAM on the machine; if this is not # specified, FreeBSD will first read the amount of memory from the CMOS # RAM, so the amount of memory will initially be limited to 64MB or 16MB # depending on the BIOS. If the BIOS reports 64MB, a memory probe will # then attempt to detect the installed amount of RAM. If this probe # fails to detect >64MB RAM you will have to use the MAXMEM option. # The amount is in kilobytes, so for a machine with 128MB of RAM, it would # be 131072 (128 * 1024). < snip > options MAXMEM="(128*1024)" < snip > So compile your kernel, including the amount of memory that you have installed and it will use the entire amount of installed RAM. -- Regards, | Any and all errors in spelling are the | intellectual property of the author and Kevin G. Eliuk | are therefore governed by the copyright | laws of the jurisdiction in which they (604) 886-4040 | are received. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 9:33:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dualcpus.com (dualcpus.com [65.160.20.195]) by hub.freebsd.org (Postfix) with SMTP id EE4CE37B43E for ; Fri, 13 Apr 2001 09:33:22 -0700 (PDT) (envelope-from jgowdy@home.com) Received: (qmail 5011 invoked from network); 13 Apr 2001 16:33:21 -0000 Received: from server.sherline.net (HELO server2) (hasdf@216.120.87.3) by dualcpus.com with SMTP; 13 Apr 2001 16:33:21 -0000 Message-ID: <000f01c0c437$7410d740$035778d8@sherline.net> From: "Jeremiah Gowdy" To: "J. Seth Henry" , "FreeBSD Questions" References: Subject: Re: Pornography on Yahoo Date: Fri, 13 Apr 2001 09:33:20 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > You know, I've seen at least 20 posts now spewing vitriol at the poor moron > who had the temerity to stand up for something she believes in. While I > agree, her post was seriously off-topic, and completely brain dead - BUT SO > WERE THE REPLIES!!! Come on folks, we have wasted (at least) 20x the > bandwidth the original poster did - so why don't we just let it go? Well, it sure seems to me like this thread ended yesterday. You're a little slow getting your mail or something because you just tacked on a reply on a dead thread, your reply stating that you wanted the thread to die. > Also, I would like to point out that we don't see this much vitriol when a > commercial spammer posts something. I find *that* easily as irritating and > offensive as a knuckleheaded soap-box post from a religious zealot. BTW, for > the atheists in the room, a recent court decision held that atheism is, in > fact, a form of religion. I, for one, find the atheists soap box just as > grinding and irritating as everyone else's soap box. That said, Who's preaching atheism ?! I'm preaching, leave-me-alone-ism. > why don't we > lay off the atheists, Christians, Quakers - and who knows who else - and get > back to the business of learning about FreeBSD? (if the offended parties > aren't atheists - my bad, but whatever you are, enough's enough...) Enough is enough, so why are you adding to this thread ? > As an aside, I would ask why this lady deserves more abuse than any other > spammer or huckster. Why don't we blast them all equally for wasting our > time? Just a thought... Who says we don't ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 9:42:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp2fb.rdc-nyc.rr.com [24.29.99.78]) by hub.freebsd.org (Postfix) with ESMTP id 95F9D37B50B; Fri, 13 Apr 2001 09:42:31 -0700 (PDT) (envelope-from optix@nyc.rr.com) Received: from darkstar ([24.29.134.4]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Fri, 13 Apr 2001 12:45:25 -0400 Message-ID: <009801c0c439$885621e0$01000001@darkstar> From: "Jonathan M. Slivko" To: "Kevin G. Eliuk" Cc: , References: <008501c0c436$adea85c0$01000001@darkstar> <3AD72A02.3D6CD329@dccnet.com> Subject: Re: Why is my machine only using 64MB of RAM? Date: Fri, 13 Apr 2001 12:48:14 -0400 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.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Kevin, I really appreciate it. Thanks. - -- Jonathan M. Slivko ~~~~ Jonathan M. Slivko Systems Administrator, DataSyrge Internet Services IRC Operator, AsylumNet IRC Network Pager: (917) 388-5304 Website: http://home.nyc.rr.com/optix/ (PGP Key @ http://home.nyc.rr.com/optix/jslivko.asc) ~~~~ - ----- Original Message ----- From: "Kevin G. Eliuk" To: "Jonathan M. Slivko" Cc: ; Sent: Friday, April 13, 2001 12:32 PM Subject: Re: Why is my machine only using 64MB of RAM? > > "Jonathan M. Slivko" wrote: > > > Hello all, > > > > I have a Dell Dimension XPS T500 which I had installed FreeBSD > > 4.2-RELEASE on (from the ISO) and on system bootup, dmesg reports > > that there is only 65MB of RAM available to the system. However, > > this is not the case. This machine has 2 sticks, each of 128MB of > > RAM for a total of 256MB. However, when the machine is in > > Windows, all 256MB of RAM is detected and used and everything is > > working fine. I have since deinstalled FreeBSD from my system and > > am now currently running Windows, trying to figure all of this > > out. Any insight would be appreciated, as I want to get back to > > using FreeBSD as soon as possible. > > It is explained in /sys/i386/conf/LINT as this <4.3-RC FreeBSD>. > < snip > > # MAXMEM specifies the amount of RAM on the machine; if this is not > # specified, FreeBSD will first read the amount of memory from the > CMOS # RAM, so the amount of memory will initially be limited to > 64MB or 16MB # depending on the BIOS. If the BIOS reports 64MB, a > memory probe will # then attempt to detect the installed amount of > RAM. If this probe # fails to detect >64MB RAM you will have to > use the MAXMEM option. # The amount is in kilobytes, so for a > machine with 128MB of RAM, it would # be 131072 (128 * 1024). > < snip > > options MAXMEM="(128*1024)" > < snip > > > So compile your kernel, including the amount of memory that you > have installed and it will use the entire amount of installed RAM. > > > -- > Regards, | Any and all errors in spelling are > the > | intellectual property of the > author and Kevin G. Eliuk | are therefore governed > by the copyright > | laws of the jurisdiction in which > they (604) 886-4040 | are received. > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 for non-commercial use iQA/AwUBOtctyz4aolq8K4tFEQIznwCgreSN+dTuOsmFu43EdJUB3sLMYvwAoJV5 A1h5AQvN8Q0lzQRraxUJxTwq =AFuh -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 9:43:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb1-a.mail.utexas.edu [128.83.126.134]) by hub.freebsd.org (Postfix) with SMTP id A05DD37B506 for ; Fri, 13 Apr 2001 09:43:56 -0700 (PDT) (envelope-from dcampbell@mail.utexas.edu) Received: (qmail 11350 invoked by uid 0); 13 Apr 2001 16:43:55 -0000 Received: from spot.cc.utexas.edu (HELO mail.utexas.edu) (128.83.193.42) by umbs-smtp-1 with SMTP; 13 Apr 2001 16:43:55 -0000 Message-ID: <3AD72C86.C73F47F5@mail.utexas.edu> Date: Fri, 13 Apr 2001 11:42:46 -0500 From: David Campbell X-Mailer: Mozilla 4.7 [en] (X11; I; SunOS 5.8 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Bizarre rituals to reboot Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am a newbie. After playing with an initial install of FreeBSD 4.2 for a little over a week, changing and modifying files to my heart's content, I did a clean re-install to start from a known point, at a different security level than I had originally installed with. The install, on a Compaq Workstation AP400 with 256MB RAM, 4GB hard drive, appears to go flawlessly, regardless of how many partitions or slices I create, or boot manager I use (if any). On reboot, I get "Non-System disk or disk error." After a couple of days wrestling with this, I have discovered that if after the install, I put in a Win98 boot disk, look at the drive with FDISK (making no changes, just looking at partitions), take out the Win98 disk, the machine boots to FreeBSD just fine. If I then reboot, I get the error. I continue to get the error on reboots until I look at the drive with FDISK. At that point, the boot-God is appeased, and it works fine. Does anyone have any insight into what is going on with this? Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 9:45:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp010.mail.yahoo.com (smtp010.mail.yahoo.com [216.136.173.30]) by hub.freebsd.org (Postfix) with SMTP id B19C137B443 for ; Fri, 13 Apr 2001 09:45:08 -0700 (PDT) (envelope-from fbsdq@yahoo.com) Received: from h2.impactidealsolutions.com (HELO support10) (216.98.200.91) by smtp.mail.vip.sc5.yahoo.com with SMTP; 13 Apr 2001 16:45:08 -0000 X-Apparently-From: Message-Id: Date: Fri, 13 Apr 2001 10:47:29 -0600 X-Priority: 3 From: Peter X-Mailer: Mail Warrior To: nightbsd@enderunix.org Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Subject: Re: change ls colors Content-Type: Text/Plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8Bit X-Mailer-Version: v3.57 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I thought as of 4.1-R, if you do 'ls -G' you will get a color output? I know I dont' have gnuls installed, I'm using ls -G [aliased to 'ls' of course] to get color output. On 04/07/2001 7:37:37 PM, Ismail YENIGUL is quoted as saying: . . . .|hi you can use gnuls --color . . . .|if you do not have gnuls , you can install it from ports . . . .| . . . .|#cd /usr/ports/misc/gnuls . . . .|#make install . . . .| . . . .|bye . . . .| . . . .| . . . .| . . . .|Ismail YENIGUL . . . .|nightbsd@enderunix.org . . . .| . . . .|http://www.enderunix.org (Turkish *BSD Team Site) . . . .| . . . .| . . . .|On Sun, 8 Apr 2001, Aleksandar Simic' wrote: . . . .| . . . .|> On Sat, Apr 07, 2001 at 02:47:37AM -0700, Dina Dias wrote: . . . .|> . . . .|> > Hi everyone! . . . .|> > . . . .|> > Can someone tell me how can I change the colors . . . .|> > displayed by the command "ls -G", please? . . . .|> . . . .|> Type this at the command prompt: . . . .|> LSCOLORS=x45x2x3x1x464301060203; export LSCOLORS . . . .|> . . . .|> If you like it, then save it in your .profile. To get a better . . . .|> understanding what that command does, read the man page for ls. . . . .|> . . . .|> --Alex . . . .|> . . . .|> . . . .|> -- M-x spook -- . . . .|> mujahedeen Kosovo Area 51 Tony Blair ECHELON Ft. Bragg NORAD . . . .|> cypherpunk NSA Vickie Weaver . . . .|> . . . .|> . . . .|> To Unsubscribe: send mail to majordomo@FreeBSD.org . . . .|> with "unsubscribe freebsd-questions" in the body of the message . . . .|> . . . .| . . . .| . . . .|To Unsubscribe: send mail to majordomo@FreeBSD.org . . . .|with "unsubscribe freebsd-questions" in the body of the message www.nul.cjb.net www.FreeBSD.org _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 9:47:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp3fb.rdc-nyc.rr.com [24.29.99.80]) by hub.freebsd.org (Postfix) with ESMTP id 8B02337B423 for ; Fri, 13 Apr 2001 09:47:40 -0700 (PDT) (envelope-from optix@nyc.rr.com) Received: from darkstar ([24.29.134.4]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Fri, 13 Apr 2001 12:51:13 -0400 Message-ID: <00ac01c0c43a$581851f0$01000001@darkstar> From: "Jonathan M. Slivko" To: "David Campbell" , References: <3AD72C86.C73F47F5@mail.utexas.edu> Subject: Re: Bizarre rituals to reboot Date: Fri, 13 Apr 2001 12:54:03 -0400 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.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 David, When you first installed FreeBSD, did you fdisk the drive? Did you install a boot manager? What kind of a hard drive is this machine running? - -- Jonathan M. Slivko ~~~~ Jonathan M. Slivko Systems Administrator, DataSyrge Internet Services IRC Operator, AsylumNet IRC Network Pager: (917) 388-5304 Website: http://home.nyc.rr.com/optix/ (PGP Key @ http://home.nyc.rr.com/optix/jslivko.asc) ~~~~ - ----- Original Message ----- From: "David Campbell" To: Sent: Friday, April 13, 2001 12:42 PM Subject: Bizarre rituals to reboot > I am a newbie. After playing with an initial install of FreeBSD 4.2 > for a little over a week, changing and modifying files to my > heart's > content, I did a clean re-install to start from a known point, at a > different security level than I had originally installed with. The > install, on a Compaq Workstation AP400 with 256MB RAM, 4GB hard > drive, appears to go flawlessly, regardless of how many partitions > or slices I create, or boot manager I use (if any). On reboot, I > get "Non-System disk or disk error." > > After a couple of days wrestling with this, I have discovered that > if after the install, I put in a Win98 boot disk, look at the drive > with FDISK (making no changes, just looking at partitions), take > out the Win98 disk, the machine boots to FreeBSD just fine. If I > then reboot, I get the error. I continue to get the error on > reboots until I look at the drive with FDISK. At that point, the > boot-God is appeased, and it works fine. > > Does anyone have any insight into what is going on with this? > > Dave > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 for non-commercial use iQA/AwUBOtcvKD4aolq8K4tFEQLb0QCgxoqClbbR4odm3YeWK/qsfSjSvtsAnjgb coefS9Cryu5qAitG8bQrqSSg =8/Ls -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 9:56:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dualcpus.com (dualcpus.com [65.160.20.195]) by hub.freebsd.org (Postfix) with SMTP id 6C08137B423 for ; Fri, 13 Apr 2001 09:56:20 -0700 (PDT) (envelope-from data@dualcpus.com) Received: (qmail 5238 invoked from network); 13 Apr 2001 16:56:17 -0000 Received: from server.sherline.net (HELO server2) (hasdf@216.120.87.3) by dualcpus.com with SMTP; 13 Apr 2001 16:56:17 -0000 Message-ID: <005a01c0c43a$a81c7b40$035778d8@sherline.net> From: "Jeremiah Gowdy" To: Subject: FreeBSD webpage should make a minor change Date: Fri, 13 Apr 2001 09:56:16 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In every reference to email addresses on freebsd.org, especially freebsd-questions, they should put a disclaimer like this: NOTE TO PISSED OFF YAHOO USERS: WE ARE NOT YAHOO. DON'T EMAIL US ABOUT YAHOO. WE DON'T CARE. GO AWAY YOU SMELLY TROLL. BEGONE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 9:56:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb1-a.mail.utexas.edu [128.83.126.134]) by hub.freebsd.org (Postfix) with SMTP id 2B3C437B50C for ; Fri, 13 Apr 2001 09:56:20 -0700 (PDT) (envelope-from dcampbell@mail.utexas.edu) Received: (qmail 17240 invoked by uid 0); 13 Apr 2001 16:56:19 -0000 Received: from spot.cc.utexas.edu (HELO mail.utexas.edu) (128.83.193.42) by umbs-smtp-1 with SMTP; 13 Apr 2001 16:56:19 -0000 Message-ID: <3AD72F6D.7371EBC9@mail.utexas.edu> Date: Fri, 13 Apr 2001 11:55:09 -0500 From: David Campbell X-Mailer: Mozilla 4.7 [en] (X11; I; SunOS 5.8 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: "Jonathan M. Slivko" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Bizarre rituals to reboot References: <3AD72C86.C73F47F5@mail.utexas.edu> <00ac01c0c43a$581851f0$01000001@darkstar> Content-Type: multipart/alternative; boundary="------------D2F97D8410CFFAD6DB73C370" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------D2F97D8410CFFAD6DB73C370 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit My first install, using the installer, I deleted the existing partitions, and created a single partition, that I divided into 3 slices (/, swap, /usr). I selected the boot manager. The hard drive is a 4GB SCSI-2. Dave "Jonathan M. Slivko" wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > David, > > When you first installed FreeBSD, did you fdisk the drive? Did you > install a boot manager? What kind of a hard drive is this machine > running? > > - -- Jonathan M. Slivko > > ~~~~ > Jonathan M. Slivko > Systems Administrator, DataSyrge Internet Services > IRC Operator, AsylumNet IRC Network > Pager: (917) 388-5304 > Website: http://home.nyc.rr.com/optix/ > (PGP Key @ http://home.nyc.rr.com/optix/jslivko.asc) > ~~~~ > - ----- Original Message ----- > From: "David Campbell" > To: > Sent: Friday, April 13, 2001 12:42 PM > Subject: Bizarre rituals to reboot > > > I am a newbie. After playing with an initial install of FreeBSD 4.2 > > for a little over a week, changing and modifying files to my > > heart's > > content, I did a clean re-install to start from a known point, at a > > different security level than I had originally installed with. The > > install, on a Compaq Workstation AP400 with 256MB RAM, 4GB hard > > drive, appears to go flawlessly, regardless of how many partitions > > or slices I create, or boot manager I use (if any). On reboot, I > > get "Non-System disk or disk error." > > > > After a couple of days wrestling with this, I have discovered that > > if after the install, I put in a Win98 boot disk, look at the drive > > with FDISK (making no changes, just looking at partitions), take > > out the Win98 disk, the machine boots to FreeBSD just fine. If I > > then reboot, I get the error. I continue to get the error on > > reboots until I look at the drive with FDISK. At that point, the > > boot-God is appeased, and it works fine. > > > > Does anyone have any insight into what is going on with this? > > > > Dave > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > -----BEGIN PGP SIGNATURE----- > Version: PGPfreeware 7.0.3 for non-commercial use > > iQA/AwUBOtcvKD4aolq8K4tFEQLb0QCgxoqClbbR4odm3YeWK/qsfSjSvtsAnjgb > coefS9Cryu5qAitG8bQrqSSg > =8/Ls > -----END PGP SIGNATURE----- -- David Campbell Sr Systems Analyst 512 475 9398 Center For Instructional Technologies The University of Texas at Austin --------------D2F97D8410CFFAD6DB73C370 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit My first install, using the installer, I deleted the existing partitions, and created a single partition, that I divided into 3 slices (/, swap, /usr). I selected the boot manager.

The hard drive is a 4GB SCSI-2.

Dave

"Jonathan M. Slivko" wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

David,

When you first installed FreeBSD, did you fdisk the drive? Did you
install a boot manager? What kind of a hard drive is this machine
running?

- -- Jonathan M. Slivko

~~~~
Jonathan M. Slivko <optix@nyc.rr.com>
Systems Administrator, DataSyrge Internet Services
IRC Operator, AsylumNet IRC Network
Pager: (917) 388-5304
Website: http://home.nyc.rr.com/optix/
(PGP Key @ http://home.nyc.rr.com/optix/jslivko.asc)
~~~~
- ----- Original Message -----
From: "David Campbell" <dcampbell@mail.utexas.edu>
To: <freebsd-questions@FreeBSD.ORG>
Sent: Friday, April 13, 2001 12:42 PM
Subject: Bizarre rituals to reboot

> I am a newbie. After playing with an initial install of FreeBSD 4.2
> for a little over a week, changing and modifying files to my
> heart's
> content, I did a clean re-install to start from a known point, at a
> different security level than I had originally installed with. The
> install, on a  Compaq Workstation AP400 with 256MB RAM, 4GB hard
> drive, appears to go flawlessly, regardless of how many partitions
> or slices I create, or boot manager I use (if any). On reboot, I
> get "Non-System disk or disk error."
>
> After a couple of days wrestling with this, I have discovered that
> if after the install, I put in a Win98 boot disk, look at the drive
> with FDISK (making no changes, just looking at partitions), take
> out the Win98 disk, the machine boots to FreeBSD just fine. If I
> then reboot, I get the error. I continue to get the error on
> reboots until I look at the drive with FDISK. At that point, the
> boot-God is appeased, and it works fine.
>
> Does anyone have any insight into what is going on with this?
>
> Dave
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBOtcvKD4aolq8K4tFEQLb0QCgxoqClbbR4odm3YeWK/qsfSjSvtsAnjgb
coefS9Cryu5qAitG8bQrqSSg
=8/Ls
-----END PGP SIGNATURE-----

-- 
David Campbell
Sr Systems Analyst     512 475 9398 
Center For Instructional Technologies
The University of Texas at Austin
  --------------D2F97D8410CFFAD6DB73C370-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 10: 2:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp1fb.rdc-nyc.rr.com [24.29.99.76]) by hub.freebsd.org (Postfix) with ESMTP id E242837B42C for ; Fri, 13 Apr 2001 10:02:26 -0700 (PDT) (envelope-from optix@nyc.rr.com) Received: (apparently) from darkstar ([24.29.134.4]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Fri, 13 Apr 2001 13:06:00 -0400 Message-ID: <00c101c0c43c$6859a080$01000001@darkstar> From: "Jonathan M. Slivko" To: "David Campbell" Cc: References: <3AD72C86.C73F47F5@mail.utexas.edu> <00ac01c0c43a$581851f0$01000001@darkstar> <3AD72F6D.7371EBC9@mail.utexas.edu> Subject: Re: Bizarre rituals to reboot Date: Fri, 13 Apr 2001 13:08:46 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00BE_01C0C41A.DFD7A7A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_00BE_01C0C41A.DFD7A7A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I know this might a little rash, but it might work. Try doing, from the Win98 CD, fdisk /mbr, to remove the bootmanager and then reboot. After that, reload the Windows CD in the drive and then remove all the drives via fdisk and then redo the FreeBSD install. I have found that FreeBSD acts a little wierd when it doesn't have clean drives to work with. However, i'm not guaranteeing that this will fix the problem, this is just what i've learned over the few years that i've been running FreeBSD as a server operating system.=20 - -- Jonathan M. Slivko ~~~~ Jonathan M. Slivko Systems Administrator, DataSyrge Internet Services IRC Operator, AsylumNet IRC Network Pager: (917) 388-5304 Website: http://home.nyc.rr.com/optix/ (PGP Key @ http://home.nyc.rr.com/optix/jslivko.asc) ~~~~ - ----- Original Message -----=20 From: David Campbell=20 To: Jonathan M. Slivko=20 Cc: freebsd-questions@FreeBSD.ORG=20 Sent: Friday, April 13, 2001 12:55 PM Subject: Re: Bizarre rituals to reboot My first install, using the installer, I deleted the existing partitions, and created a single partition, that I divided into 3 slices (/, swap, /usr). I selected the boot manager.=20 The hard drive is a 4GB SCSI-2.=20 Dave=20 "Jonathan M. Slivko" wrote:=20 - -----BEGIN PGP SIGNED MESSAGE-----=20 Hash: SHA1=20 David,=20 When you first installed FreeBSD, did you fdisk the drive? Did you=20 install a boot manager? What kind of a hard drive is this machine=20 running?=20 - - -- Jonathan M. Slivko=20 ~~~~=20 Jonathan M. Slivko =20 Systems Administrator, DataSyrge Internet Services=20 IRC Operator, AsylumNet IRC Network=20 Pager: (917) 388-5304=20 Website: http://home.nyc.rr.com/optix/=20 (PGP Key @ http://home.nyc.rr.com/optix/jslivko.asc)=20 ~~~~=20 - - ----- Original Message -----=20 From: "David Campbell" =20 To: =20 Sent: Friday, April 13, 2001 12:42 PM=20 Subject: Bizarre rituals to reboot=20 > I am a newbie. After playing with an initial install of FreeBSD 4.2 > for a little over a week, changing and modifying files to my=20 > heart's=20 > content, I did a clean re-install to start from a known point, at a > different security level than I had originally installed with. The > install, on a Compaq Workstation AP400 with 256MB RAM, 4GB hard=20 > drive, appears to go flawlessly, regardless of how many partitions=20 > or slices I create, or boot manager I use (if any). On reboot, I=20 > get "Non-System disk or disk error."=20 >=20 > After a couple of days wrestling with this, I have discovered that=20 > if after the install, I put in a Win98 boot disk, look at the drive > with FDISK (making no changes, just looking at partitions), take=20 > out the Win98 disk, the machine boots to FreeBSD just fine. If I=20 > then reboot, I get the error. I continue to get the error on=20 > reboots until I look at the drive with FDISK. At that point, the=20 > boot-God is appeased, and it works fine.=20 >=20 > Does anyone have any insight into what is going on with this?=20 >=20 > Dave=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org=20 with "unsubscribe freebsd-questions" in the body of the message=20 - -----BEGIN PGP SIGNATURE-----=20 Version: PGPfreeware 7.0.3 for non-commercial use =20 iQA/AwUBOtcvKD4aolq8K4tFEQLb0QCgxoqClbbR4odm3YeWK/qsfSjSvtsAnjgb=20 coefS9Cryu5qAitG8bQrqSSg=20 =3D8/Ls=20 - -----END PGP SIGNATURE----- - --=20 David Campbell Sr Systems Analyst 512 475 9398=20 Center For Instructional Technologies The University of Texas at Austin =20 -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 for non-commercial use iQA/AwUBOtcymz4aolq8K4tFEQJxZQCg/XMg5YnqQxkeDeFrhtoUSG7pKf8AoIFB Z98Mkkv0wK4xCbbuFpNUXoIj =3DKQvD -----END PGP SIGNATURE----- ------=_NextPart_000_00BE_01C0C41A.DFD7A7A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
-----BEGIN PGP SIGNED = MESSAGE-----
Hash:=20 SHA1
 
I know this might a little rash, but it = might work.=20 Try doing, from
the Win98 CD, fdisk /mbr, to remove the bootmanager = and then=20 reboot.
After that, reload the Windows CD in the drive and then = remove=20 all
the drives via fdisk and then redo the FreeBSD install. I have=20 found
that FreeBSD acts a little wierd when it doesn't have clean = drives=20 to
work with. However, i'm not guaranteeing that this will fix=20 the
problem, this is just what i've learned over the few years that=20 i've
been running FreeBSD as a server operating system.
 
- -- Jonathan M. Slivko
 
~~~~
Jonathan M. Slivko <optix@nyc.rr.com>
Systems=20 Administrator, DataSyrge Internet Services
IRC Operator, AsylumNet = IRC=20 Network
Pager: (917) 388-5304
Website: http://home.nyc.rr.com/optix/<= BR>(PGP=20 Key @ http://home.nyc.rr.com/= optix/jslivko.asc)
~~~~
-=20 ----- Original Message -----
From: David Campbell
To: Jonathan = M. Slivko=20
Cc: freebsd-questions@FreeBSD.O= RG=20
Sent: Friday, April 13, 2001 12:55 PM
Subject: Re: Bizarre = rituals to=20 reboot
 

My first install, using the installer, I deleted the=20 existing
partitions, and created a single partition, that I divided = into=20 3
slices (/, swap, /usr). I selected the boot manager.
The hard = drive is=20 a 4GB SCSI-2.
 
Dave
 
"Jonathan M. Slivko" wrote:
 
- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
David, =
 
When you first installed FreeBSD, did you fdisk the drive? Did you=20
install a boot manager? What kind of a hard drive is this machine=20
running?
 
- - -- Jonathan M. Slivko
 
~~~~
Jonathan M. Slivko <optix@nyc.rr.com>
Systems=20 Administrator, DataSyrge Internet Services
IRC Operator, AsylumNet = IRC=20 Network
Pager: (917) 388-5304
Website: http://home.nyc.rr.com/optix/ =
(PGP=20 Key @ http://home.nyc.rr.com/= optix/jslivko.asc)=20
~~~~
- - ----- Original Message -----
From: "David Campbell" = <dcampbell@mail.utexas.edu&g= t;=20
To: <freebsd-questions@FreeBSD.O= RG>=20
Sent: Friday, April 13, 2001 12:42 PM
Subject: Bizarre rituals = to reboot=20
 
> I am a newbie. After playing with an initial install of = FreeBSD=20 4.2
>  for a little over a week, changing and modifying files = to my=20
> heart's
> content, I did a clean re-install to start = from a=20 known point, at a
>  different security level than I had = originally=20 installed with. The
>  install, on a  Compaq Workstation = AP400=20 with 256MB RAM, 4GB hard
> drive, appears to go flawlessly, = regardless of=20 how many partitions
> or slices I create, or boot manager I use = (if any).=20 On reboot, I
> get "Non-System disk or disk error."
> =
>=20 After a couple of days wrestling with this, I have discovered that =
> if=20 after the install, I put in a Win98 boot disk, look at the = drive
> =20 with FDISK (making no changes, just looking at partitions), take =
> out=20 the Win98 disk, the machine boots to FreeBSD just fine. If I
> = then=20 reboot, I get the error. I continue to get the error on
> reboots = until I=20 look at the drive with FDISK. At that point, the
> boot-God is = appeased,=20 and it works fine.
>
> Does anyone have any insight into = what is=20 going on with this?
>
> Dave
>
>
> To = Unsubscribe: send mail to majordomo@FreeBSD.org
with = "unsubscribe freebsd-questions" in the body of the message
 
- -----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for=20 non-commercial use
<http://www.pgp.com>
 
iQA/AwUBOtcvKD4aolq8K4tFEQLb0QCgxoqClbbR4odm3YeWK/qsfSjSvtsAnjgb=20
coefS9Cryu5qAitG8bQrqSSg
=3D8/Ls
- -----END PGP = SIGNATURE-----
 
- --
David Campbell
Sr Systems = Analyst     512=20 475 9398
Center For Instructional Technologies
The University of = Texas at=20 Austin
 
 
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for=20 non-commercial use <http://www.pgp.com>
 
iQA/AwUBOtcymz4aolq8K4tFEQJxZQCg/XMg5YnqQxkeDeFrhtoUSG7pKf8AoIFB
= Z98Mkkv0wK4xCbbuFpNUXoIj
=3DKQvD
-----END=20 PGP SIGNATURE-----
------=_NextPart_000_00BE_01C0C41A.DFD7A7A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 10: 4:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp2fb.rdc-nyc.rr.com [24.29.99.78]) by hub.freebsd.org (Postfix) with ESMTP id 0B05037B446 for ; Fri, 13 Apr 2001 10:04:47 -0700 (PDT) (envelope-from optix@nyc.rr.com) Received: from darkstar ([24.29.134.4]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Fri, 13 Apr 2001 13:07:56 -0400 Message-ID: <00cb01c0c43c$ad84d760$01000001@darkstar> From: "Jonathan M. Slivko" To: "Jeremiah Gowdy" , References: <005a01c0c43a$a81c7b40$035778d8@sherline.net> Subject: Re: FreeBSD webpage should make a minor change Date: Fri, 13 Apr 2001 13:10:45 -0400 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.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Or something a little better phrased, such as: DISCLAIMER: FreeBSD has no association with Yahoo!, Inc.and does not condone or approve of any actions taken on the part of Yahoo!, Inc. If you have any further comments, please refer them to abuse@yahoo.com. Just my 2 cents. - -- Jonathan M. Slivko ~~~~ Jonathan M. Slivko Systems Administrator, DataSyrge Internet Services IRC Operator, AsylumNet IRC Network Pager: (917) 388-5304 Website: http://home.nyc.rr.com/optix/ (PGP Key @ http://home.nyc.rr.com/optix/jslivko.asc) ~~~~ - ----- Original Message ----- From: "Jeremiah Gowdy" To: Sent: Friday, April 13, 2001 12:56 PM Subject: FreeBSD webpage should make a minor change > In every reference to email addresses on freebsd.org, especially > freebsd-questions, they should put a disclaimer like this: > > NOTE TO PISSED OFF YAHOO USERS: WE ARE NOT YAHOO. DON'T EMAIL US > ABOUT YAHOO. WE DON'T CARE. GO AWAY YOU SMELLY TROLL. BEGONE. > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 for non-commercial use iQA/AwUBOtczEj4aolq8K4tFEQJZMwCg4iSOuyPr7IAEQFrrCQE5P21NeTUAoLw6 TB8sQ9/3FzCI2igh6/7btdC2 =bbgf -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 10: 5:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 72A1537B443 for ; Fri, 13 Apr 2001 10:05:24 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([fec0::2e0:7dff:fe81:749d] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.22 #1) id 14o32K-0005Cd-00; Fri, 13 Apr 2001 13:50:52 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.11.3/8.11.3) id f3DCoqL58627; Fri, 13 Apr 2001 13:50:52 +0100 (BST) (envelope-from ben) Date: Fri, 13 Apr 2001 13:50:52 +0100 From: Ben Smithurst To: Kal Torak Cc: FreeBSD-questions Subject: Re: Creating EXACT image of a CD Message-ID: <20010413135052.H75296@scientia.demon.co.uk> References: <3AD68EBA.EC6A8380@quake.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD68EBA.EC6A8380@quake.com.au> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kal Torak wrote: > I want to create exact ISO images of CD's... > Like create the file system using the exact same file names and > structure, not just copying the data... If there are null sectors on > the CD or something then I want them to be part of the image... > > So yeah basically an exact image of it :) > > Anyway what tools for FreeBSD can I use to do this? with certain > options to mkisofs can it be done? or using dd or something? yeah, you should just be able to use dd. dd if=/dev/cdrom of=exact-image.iso bs=2k other block sizes may work too, you could experiment. I think with data CDs it has to be a multiple of 2k, couldn't swear to that though. -- Ben Smithurst / ben@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 10: 7:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from istar.ca (d141-119-162.home.cgocable.net [24.141.119.162]) by hub.freebsd.org (Postfix) with ESMTP id 1486637B449 for ; Fri, 13 Apr 2001 10:07:28 -0700 (PDT) (envelope-from genisis@istar.ca) Received: (from genisis@localhost) by istar.ca (8.11.1/8.11.1) id f3DHAtM04809; Fri, 13 Apr 2001 13:10:55 -0400 (EDT) (envelope-from genisis) Date: Fri, 13 Apr 2001 13:10:55 -0400 (EDT) From: Dru To: questions@freebsd.org Subject: ipfw logging Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Have ipfw running fine on 4.2-Release, it logs beautifully to the console the packets that I would expect to see logged. However, I must be missing something obvious as it refuses to log to a file. Here's the appropriate lines that I've added to: /etc/rc.conf firewall_logging_enable="YES" /etc/syslog.conf !ipfw *.* /var/log/ipfwlog I added those 2 lines at the bottom of syslog.conf and I used TABs, not spaces. I then "touch"ed /var/log/ipfwlog, and have left the default permissions on for the moment: ls -l /var/log/ipfwlog -rw-r--r-- 1 root wheel 0 Apr 13 12:58 /var/log/ipfwlog Am I missing a typo or something, or have I forgotten to add another line someplace? I've "hup"ped syslogd umpteen times, not to mention re-booting several times. TIA, Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 10: 9:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kevine01.ugaloo.org (h204-50-7-34.dccnet.com [204.50.7.34]) by hub.freebsd.org (Postfix) with ESMTP id 7AFE937B423 for ; Fri, 13 Apr 2001 10:09:13 -0700 (PDT) (envelope-from kg@dccnet.com) Received: from dccnet.com (localhost [127.0.0.1]) by kevine01.ugaloo.org (Postfix) with ESMTP id 672E8129 for ; Fri, 13 Apr 2001 10:08:56 -0700 (PDT) Message-ID: <3AD732A8.E5B1DAAF@dccnet.com> Date: Fri, 13 Apr 2001 10:08:56 -0700 From: "Kevin G. Eliuk" X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: Accessing internet w/Staroffice-5.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all soffice users, I was surprised last week, when on a whim, I attempted to access the internet from SO-5.2 that that it worked after quite some time and messing with it after its release it did not. I tried mail, news, http, ftp and all works now. The build I discovered this at is <4.3-RC FreeBSD 4.3-RC #0: Wed Apr 4>. Soes anyone know when things started to work? I have not updated linux emulation or or any other linux libs in quite some time, so I can only gather that something in the builds has been responsible for this change. Just curious :-) -- Regards, | Any and all errors in spelling are the | intellectual property of the author and Kevin G. Eliuk | are therefore governed by the copyright | laws of the jurisdiction in which they (604) 886-4040 | are received. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 10: 9:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from t1-outside.immunex.com (t1.immunex.com [198.178.217.1]) by hub.freebsd.org (Postfix) with SMTP id 0B28237B507 for ; Fri, 13 Apr 2001 10:09:26 -0700 (PDT) (envelope-from GoodleafJ@immunex.com) Received: from kosmo.immunex.com by t1-outside.immunex.com via smtpd (for hub.freebsd.org [216.136.204.18]) with SMTP; 13 Apr 2001 17:09:26 UT Received: from erin.immunex.com ([198.178.220.175]) by kosmo.immunex.com (Lotus Domino Release 5.0.4) with ESMTP id 2001041310091942:116622 ; Fri, 13 Apr 2001 10:09:19 -0700 Subject: Postgres error --Bad system call To: questions@freebsd.org X-Mailer: Lotus Notes Release 5.0.3 March 21, 2000 Message-ID: From: GoodleafJ@immunex.com Date: Fri, 13 Apr 2001 10:09:17 -0700 MIME-Version: 1.0 X-MIMETrack: Serialize by Router on Erin/Immunex(Release 5.0.4a |July 24, 2000) at 04/13/2001 10:09:19 AM, Itemize by SMTP Server on Kosmo/Immunex(Release 5.0.4 |June 8, 2000) at 04/13/2001 10:09:19 AM, Serialize by Router on Kosmo/Immunex(Release 5.0.4 |June 8, 2000) at 04/13/2001 10:09:25 AM, Serialize complete at 04/13/2001 10:09:25 AM Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Downloaded newest postgres port and installed just fine. Initdb worked as usual. Yet when I try to start the postmaster, I get Bad System Call and have the core dumped. The odd thing is that I do have the SYS V options in my kernel. Specifically I have: options SYSVSHM options SYSVMSG options SYSVSEM in the kernel. I am aware, from looking at LINT, that there are more related options, but I have to confess I don't entirely understand them. In the past though, I have had no trouble getting Postgres to work with just these options. I am running 4.2 STABLE, last compiled/updated around Jan 3. -John If you could cc me I'd appreciate it. Am not on this list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 10:16:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.urx.com (mail.urx.com [63.170.19.36]) by hub.freebsd.org (Postfix) with ESMTP id 582A637B424 for ; Fri, 13 Apr 2001 10:16:49 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com [206.159.132.160] by mail.urx.com with ESMTP (SMTPD32-6.06) id A47F154F02A0; Fri, 13 Apr 2001 10:16:47 -0700 Message-ID: <3AD7347F.C2D8C09B@urx.com> Date: Fri, 13 Apr 2001 10:16:47 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Dru Cc: questions@freebsd.org Subject: Re: ipfw logging References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dru wrote: > > Have ipfw running fine on 4.2-Release, it logs beautifully to the console > the packets that I would expect to see logged. However, I must be missing > something obvious as it refuses to log to a file. Here's the appropriate > lines that I've added to: Did you look at what is being logged to /var/log/security? Kent > > /etc/rc.conf > firewall_logging_enable="YES" > > /etc/syslog.conf > !ipfw > *.* /var/log/ipfwlog > > I added those 2 lines at the bottom of syslog.conf and I used TABs, not > spaces. > > I then "touch"ed /var/log/ipfwlog, and have left the default permissions > on for the moment: > > ls -l /var/log/ipfwlog > -rw-r--r-- 1 root wheel 0 Apr 13 12:58 /var/log/ipfwlog > > Am I missing a typo or something, or have I forgotten to add another line > someplace? I've "hup"ped syslogd umpteen times, not to mention re-booting > several times. > > TIA, > > Dru > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 10:22: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dualcpus.com (dualcpus.com [65.160.20.195]) by hub.freebsd.org (Postfix) with SMTP id 5AD5C37B507 for ; Fri, 13 Apr 2001 10:22:04 -0700 (PDT) (envelope-from data@dualcpus.com) Received: (qmail 5469 invoked from network); 13 Apr 2001 17:22:03 -0000 Received: from server.sherline.net (HELO server2) (216.120.87.3) by dualcpus.com with SMTP; 13 Apr 2001 17:22:03 -0000 Message-ID: <001501c0c43e$3faad2b0$035778d8@sherline.net> From: "Jeremiah Gowdy" To: "Jonathan M. Slivko" , References: <005a01c0c43a$a81c7b40$035778d8@sherline.net> <00cb01c0c43c$ad84d760$01000001@darkstar> Subject: Re: FreeBSD webpage should make a minor change Date: Fri, 13 Apr 2001 10:21:59 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Jonathan M. Slivko" To: "Jeremiah Gowdy" ; Sent: Friday, April 13, 2001 10:10 AM Subject: Re: FreeBSD webpage should make a minor change > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Or something a little better phrased, such as: My sarcasm factor was a little heavy. I didn't exactly expect anyone to post that particular text. :) I like your statement though. > > DISCLAIMER: FreeBSD has no association with Yahoo!, Inc.and does not > condone or approve of any actions taken on the part of Yahoo!, Inc. > If you have any further comments, please refer them to > abuse@yahoo.com. > > Just my 2 cents. > > - -- Jonathan M. Slivko > ~~~~ > Jonathan M. Slivko > Systems Administrator, DataSyrge Internet Services > IRC Operator, AsylumNet IRC Network > Pager: (917) 388-5304 > Website: http://home.nyc.rr.com/optix/ > (PGP Key @ http://home.nyc.rr.com/optix/jslivko.asc) > ~~~~ > - ----- Original Message ----- > From: "Jeremiah Gowdy" > To: > Sent: Friday, April 13, 2001 12:56 PM > Subject: FreeBSD webpage should make a minor change > > > > In every reference to email addresses on freebsd.org, especially > > freebsd-questions, they should put a disclaimer like this: > > > > NOTE TO PISSED OFF YAHOO USERS: WE ARE NOT YAHOO. DON'T EMAIL US > > ABOUT YAHOO. WE DON'T CARE. GO AWAY YOU SMELLY TROLL. BEGONE. > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > -----BEGIN PGP SIGNATURE----- > Version: PGPfreeware 7.0.3 for non-commercial use > > iQA/AwUBOtczEj4aolq8K4tFEQJZMwCg4iSOuyPr7IAEQFrrCQE5P21NeTUAoLw6 > TB8sQ9/3FzCI2igh6/7btdC2 > =bbgf > -----END PGP SIGNATURE----- > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 10:23:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from h24-69-46-74.gv.shawcable.net (h24-69-46-74.gv.shawcable.net [24.69.46.74]) by hub.freebsd.org (Postfix) with ESMTP id 6A44837B440 for ; Fri, 13 Apr 2001 10:23:29 -0700 (PDT) (envelope-from michael@tenzo.com) Received: from h24-69-46-74.gv.shawcable.net (localhost.gv.shawcable.net [127.0.0.1]) by h24-69-46-74.gv.shawcable.net (8.11.1/8.11.1) with SMTP id f3DHPwp00934; Fri, 13 Apr 2001 10:25:59 -0700 (PDT) (envelope-from michael@tenzo.com) Content-Type: text/plain; charset="iso-8859-1" From: "Michael O'Henly" Reply-To: michael@tenzo.com Organization: TENZO Design To: freebsd-questions@freebsd.org Subject: Re: ipfw logging Date: Fri, 13 Apr 2001 10:25:58 -0700 X-Mailer: KMail [version 1.2] References: In-Reply-To: Cc: Dru MIME-Version: 1.0 Message-Id: <01041310255800.00610@h24-69-46-74.gv.shawcable.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm in the process of creating a firewall and came across this kernel option last night: options IPFIREWALL_VERBOSE The Handbook says: "Enables code to allow logging of packets through syslogd(8). Without this option, even if you specify that packets should be logged in the filter rules, nothing will happen." It sounds like you may already have this option set (since you're getting logging to the console), but perhaps not? M. On Friday 13 April 2001 10:10, Dru wrote: > Have ipfw running fine on 4.2-Release, it logs beautifully to the console > the packets that I would expect to see logged. However, I must be missing > something obvious as it refuses to log to a file. Here's the appropriate > lines that I've added to: > > /etc/rc.conf > firewall_logging_enable="YES" > > /etc/syslog.conf > !ipfw > *.* /var/log/ipfwlog > > I added those 2 lines at the bottom of syslog.conf and I used TABs, not > spaces. > > I then "touch"ed /var/log/ipfwlog, and have left the default permissions > on for the moment: > > ls -l /var/log/ipfwlog > -rw-r--r-- 1 root wheel 0 Apr 13 12:58 /var/log/ipfwlog > > Am I missing a typo or something, or have I forgotten to add another line > someplace? I've "hup"ped syslogd umpteen times, not to mention re-booting > several times. > > TIA, > > Dru > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Michael O'Henly TENZO Design To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 10:26:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (Postfix) with ESMTP id 15D2D37B422 for ; Fri, 13 Apr 2001 10:26:21 -0700 (PDT) (envelope-from kuku@gilberto.physik.rwth-aachen.de) Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.11.1/8.9.3) id f3DHQKR33661 for questions@freebsd.org; Fri, 13 Apr 2001 19:26:20 +0200 (CEST) (envelope-from kuku) Date: Fri, 13 Apr 2001 19:26:20 +0200 (CEST) From: Christoph Kukulies Message-Id: <200104131726.f3DHQKR33661@gilberto.physik.rwth-aachen.de> To: questions@freebsd.org Subject: /usr/src/include? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hmmm, I always thought getting all ssys.?? and unpacking it would be enough to build a kernel but I'm getting pow# cd /sys/i386/conf pow# config POW42 Don't forget to do a ``make depend'' Kernel build directory is ../../compile/POW42 pow# cd ../../compile/POW42 pow# make make: don't know how to make ../../../include/stddef.h. Stop pow# ls ../../../include ls: ../../../include: No such file or directory pow# pwd /usr/src/sys/compile/POW42 Do I have to get src/include also? Has it always been that way? -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 10:39:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ra.upan.org (ra.upan.org [204.107.76.19]) by hub.freebsd.org (Postfix) with ESMTP id 1EC6737B507 for ; Fri, 13 Apr 2001 10:39:03 -0700 (PDT) (envelope-from mikel@ocsinternet.com) Received: from ocsinternet.com (thoth.upan.org [204.107.76.16]) by ra.upan.org (8.11.1/8.11.1) with ESMTP id f3DHckZ78834 for ; Fri, 13 Apr 2001 13:38:47 -0400 (EDT) (envelope-from mikel@ocsinternet.com) Message-ID: <3AD73BB6.63E38FAD@ocsinternet.com> Date: Fri, 13 Apr 2001 13:47:34 -0400 From: Mikel X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en,it MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Yahoo References: <000a01c0c42c$467742c0$57f68bcd@pavilion> Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm not up on the inner working of the list agent and all but for my self I've just added a filter to my mta that say's basically the following:

    refer to...
        http://lexx.ocsinternet.com/~mikel/trollfilter.html

So I guess what I am saying is it possible to add this sort of thing to the list agent? It probably would be worth the trouble if we did...

Well it's just a thought, I know I for one would miss the amusing replies...
 

Cheers,
Mikel
The Nasty TROLL Clare Gramley wrote:

Hello. As a Yahoo sponsor, I just want to let you know that due to Yahoo's decision to sponsor advertising for explicit sexual material, I'll no longer be using Yahoo as a primary search engine at either my place of business or home. My husband and two teens will also stop using Yahoo, and whenever the I have the opportunity in conversation with others, I'll mention Yahoo's poor business practices and the reasons our family will no longer be using Yahoo. There is plenty of access to such material without having it pop up onto my screen on Yahoo. Sincerely,Paula GramleyLincoln, IL
To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 10:55: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb2-a.mail.utexas.edu [128.83.126.136]) by hub.freebsd.org (Postfix) with SMTP id B230537B50C for ; Fri, 13 Apr 2001 10:54:48 -0700 (PDT) (envelope-from dcampbell@mail.utexas.edu) Received: (qmail 12995 invoked by uid 0); 13 Apr 2001 17:54:48 -0000 Received: from spot.cc.utexas.edu (HELO mail.utexas.edu) (128.83.193.42) by umbs-smtp-2 with SMTP; 13 Apr 2001 17:54:48 -0000 Message-ID: <3AD73D22.91A7F467@mail.utexas.edu> Date: Fri, 13 Apr 2001 12:53:38 -0500 From: David Campbell X-Mailer: Mozilla 4.7 [en] (X11; I; SunOS 5.8 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: "Jonathan M. Slivko" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Bizarre rituals to reboot References: <3AD72C86.C73F47F5@mail.utexas.edu> <00ac01c0c43a$581851f0$01000001@darkstar> <3AD72F6D.7371EBC9@mail.utexas.edu> <00c101c0c43c$6859a080$01000001@darkstar> Content-Type: multipart/alternative; boundary="------------E3AA96A2A1F5D04F27930720" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------E3AA96A2A1F5D04F27930720 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Progress! In a fashion... Now, I only have to make sure I power down between reboots, I don't have to do the Win98 FDisk step. I appreciate the suggestion. Anything else that you come up with is welcome. Dave "Jonathan M. Slivko" wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 I know this might a little rash, but it might work. Try > doing, from > the Win98 CD, fdisk /mbr, to remove the bootmanager and then reboot. > After that, reload the Windows CD in the drive and then remove all > the drives via fdisk and then redo the FreeBSD install. I have found > that FreeBSD acts a little wierd when it doesn't have clean drives to > work with. However, i'm not guaranteeing that this will fix the > problem, this is just what i've learned over the few years that i've > been running FreeBSD as a server operating system. - -- Jonathan M. > Slivko ~~~~ > Jonathan M. Slivko > Systems Administrator, DataSyrge Internet Services > IRC Operator, AsylumNet IRC Network > Pager: (917) 388-5304 > Website: http://home.nyc.rr.com/optix/ > (PGP Key @ http://home.nyc.rr.com/optix/jslivko.asc) > ~~~~ > - ----- Original Message ----- > From: David Campbell > To: Jonathan M. Slivko > Cc: freebsd-questions@FreeBSD.ORG > Sent: Friday, April 13, 2001 12:55 PM > Subject: Re: Bizarre rituals to reboot > My first install, using the installer, I deleted the existing > partitions, and created a single partition, that I divided into 3 > slices (/, swap, /usr). I selected the boot manager. > The hard drive is a 4GB SCSI-2. Dave "Jonathan M. Slivko" wrote: - > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > David, When you first installed FreeBSD, did you fdisk the drive? Did > you > install a boot manager? What kind of a hard drive is this machine > running? - - -- Jonathan M. Slivko ~~~~ > Jonathan M. Slivko > Systems Administrator, DataSyrge Internet Services > IRC Operator, AsylumNet IRC Network > Pager: (917) 388-5304 > Website: http://home.nyc.rr.com/optix/ > (PGP Key @ http://home.nyc.rr.com/optix/jslivko.asc) > ~~~~ > - - ----- Original Message ----- > From: "David Campbell" > To: > Sent: Friday, April 13, 2001 12:42 PM > Subject: Bizarre rituals to reboot > I am a newbie. After playing with > an initial install of FreeBSD 4.2 > > for a little over a week, changing and modifying files to my > > heart's > > content, I did a clean re-install to start from a known point, at a > > different security level than I had originally installed with. The > > install, on a Compaq Workstation AP400 with 256MB RAM, 4GB hard > > drive, appears to go flawlessly, regardless of how many partitions > > or slices I create, or boot manager I use (if any). On reboot, I > > get "Non-System disk or disk error." > > > > After a couple of days wrestling with this, I have discovered that > > if after the install, I put in a Win98 boot disk, look at the drive > > with FDISK (making no changes, just looking at partitions), take > > out the Win98 disk, the machine boots to FreeBSD just fine. If I > > then reboot, I get the error. I continue to get the error on > > reboots until I look at the drive with FDISK. At that point, the > > boot-God is appeased, and it works fine. > > > > Does anyone have any insight into what is going on with this? > > > > Dave > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message - > -----BEGIN PGP SIGNATURE----- > Version: PGPfreeware 7.0.3 for non-commercial use > > iQA/AwUBOtcvKD4aolq8K4tFEQLb0QCgxoqClbbR4odm3YeWK/qsfSjSvtsAnjgb > coefS9Cryu5qAitG8bQrqSSg > =8/Ls > - -----END PGP SIGNATURE----- - -- > David Campbell > Sr Systems Analyst 512 475 9398 > Center For Instructional Technologies > The University of Texas at Austin > -----BEGIN PGP SIGNATURE----- > Version: PGPfreeware 7.0.3 for non-commercial use > iQA/AwUBOtcymz4aolq8K4tFEQJxZQCg/XMg5YnqQxkeDeFrhtoUSG7pKf8AoIFB > Z98Mkkv0wK4xCbbuFpNUXoIj > =KQvD > -----END PGP SIGNATURE----- -- David Campbell Sr Systems Analyst 512 475 9398 Center For Instructional Technologies The University of Texas at Austin --------------E3AA96A2A1F5D04F27930720 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Progress! In a fashion...

Now, I only have to make sure I power down between reboots, I don't have to do the Win98 FDisk step.

I appreciate the suggestion. Anything else that you come up with is welcome.

Dave

"Jonathan M. Slivko" wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 I know this might a little rash, but it might work. Try doing, from
the Win98 CD, fdisk /mbr, to remove the bootmanager and then reboot.
After that, reload the Windows CD in the drive and then remove all
the drives via fdisk and then redo the FreeBSD install. I have found
that FreeBSD acts a little wierd when it doesn't have clean drives to
work with. However, i'm not guaranteeing that this will fix the
problem, this is just what i've learned over the few years that i've
been running FreeBSD as a server operating system. - -- Jonathan M. Slivko ~~~~
Jonathan M. Slivko <optix@nyc.rr.com>
Systems Administrator, DataSyrge Internet Services
IRC Operator, AsylumNet IRC Network
Pager: (917) 388-5304
Website: http://home.nyc.rr.com/optix/
(PGP Key @ http://home.nyc.rr.com/optix/jslivko.asc)
~~~~
- ----- Original Message -----
From: David Campbell
To: Jonathan M. Slivko
Cc: freebsd-questions@FreeBSD.ORG
Sent: Friday, April 13, 2001 12:55 PM
Subject: Re: Bizarre rituals to reboot
My first install, using the installer, I deleted the existing
partitions, and created a single partition, that I divided into 3
slices (/, swap, /usr). I selected the boot manager.
The hard drive is a 4GB SCSI-2. Dave "Jonathan M. Slivko" wrote: - -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
David, When you first installed FreeBSD, did you fdisk the drive? Did you
install a boot manager? What kind of a hard drive is this machine
running? - - -- Jonathan M. Slivko ~~~~
Jonathan M. Slivko <optix@nyc.rr.com>
Systems Administrator, DataSyrge Internet Services
IRC Operator, AsylumNet IRC Network
Pager: (917) 388-5304
Website: http://home.nyc.rr.com/optix/
(PGP Key @ http://home.nyc.rr.com/optix/jslivko.asc)
~~~~
- - ----- Original Message -----
From: "David Campbell" <dcampbell@mail.utexas.edu>
To: <freebsd-questions@FreeBSD.ORG>
Sent: Friday, April 13, 2001 12:42 PM
Subject: Bizarre rituals to reboot > I am a newbie. After playing with an initial install of FreeBSD 4.2
>  for a little over a week, changing and modifying files to my
> heart's
> content, I did a clean re-install to start from a known point, at a
>  different security level than I had originally installed with. The
>  install, on a  Compaq Workstation AP400 with 256MB RAM, 4GB hard
> drive, appears to go flawlessly, regardless of how many partitions
> or slices I create, or boot manager I use (if any). On reboot, I
> get "Non-System disk or disk error."
>
> After a couple of days wrestling with this, I have discovered that
> if after the install, I put in a Win98 boot disk, look at the drive
>  with FDISK (making no changes, just looking at partitions), take
> out the Win98 disk, the machine boots to FreeBSD just fine. If I
> then reboot, I get the error. I continue to get the error on
> reboots until I look at the drive with FDISK. At that point, the
> boot-God is appeased, and it works fine.
>
> Does anyone have any insight into what is going on with this?
>
> Dave
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message - -----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use
<http://www.pgp.com> iQA/AwUBOtcvKD4aolq8K4tFEQLb0QCgxoqClbbR4odm3YeWK/qsfSjSvtsAnjgb
coefS9Cryu5qAitG8bQrqSSg
=8/Ls
- -----END PGP SIGNATURE----- - --
David Campbell
Sr Systems Analyst     512 475 9398
Center For Instructional Technologies
The University of Texas at Austin
  -----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com> iQA/AwUBOtcymz4aolq8K4tFEQJxZQCg/XMg5YnqQxkeDeFrhtoUSG7pKf8AoIFB
Z98Mkkv0wK4xCbbuFpNUXoIj
=KQvD
-----END PGP SIGNATURE-----
-- 
David Campbell
Sr Systems Analyst     512 475 9398 
Center For Instructional Technologies
The University of Texas at Austin
  --------------E3AA96A2A1F5D04F27930720-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 11:15:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from txemail.bankofamerica.com (txemail.bankofamerica.com [171.161.160.14]) by hub.freebsd.org (Postfix) with ESMTP id 4D54437B496 for ; Fri, 13 Apr 2001 11:15:52 -0700 (PDT) (envelope-from mike.bartlett@bankofamerica.com) Received: from tximail.bankofamerica.com (tximail.bankofamerica.com [171.182.168.13]) by txemail.bankofamerica.com (8.11.1/8.11.1) with ESMTP id f3DIFoa26229 for ; Fri, 13 Apr 2001 13:15:51 -0500 (CDT) Received: from smtpsw01 (smtpsw01.bankofamerica.com [159.185.89.135]) by tximail.bankofamerica.com (8.11.1/8.11.1) with ESMTP id f3DIFos15655 for ; Fri, 13 Apr 2001 13:15:50 -0500 (CDT) Date: Fri, 13 Apr 2001 13:12:41 -0500 From: mike.bartlett@bankofamerica.com Subject: Printing To: freebsd-questions@FreeBSD.ORG Message-id: <86256A2D.006446A2.00@notes.bankofamerica.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline Content-transfer-encoding: 7BIT X-Lotus-FromDomain: BANKOFAMERICA Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am looking for a Unix package that may be ported for FreeBSD for converting a print output from portrait to landscape. Thanks Mike Bartlett To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 11:18:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail2.rdc1.on.home.com (femail2.rdc1.on.home.com [24.2.9.89]) by hub.freebsd.org (Postfix) with ESMTP id 5BF8E37B446 for ; Fri, 13 Apr 2001 11:18:04 -0700 (PDT) (envelope-from pnmurphy1@home.com) Received: from earth.home.com ([24.150.36.162]) by femail2.rdc1.on.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010413181757.GANX4846.femail2.rdc1.on.home.com@earth.home.com> for ; Fri, 13 Apr 2001 11:17:57 -0700 Message-Id: <5.0.2.1.2.20010413140111.009e3d00@mail.busy1.on.home.com> X-Sender: pnmurphy1@mail.busy1.on.home.com X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Fri, 13 Apr 2001 14:17:34 -0400 To: freebsd-questions@FreeBSD.ORG From: Paul Murphy Subject: USB newbie question Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Am I correct in assuming this if you have an USB port but no USB devices that it would be pointless to compile support for USB into the kernel since you would later have to compile support for any particular device (ie. there is no 'plug-and-play' ability). # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic ...is not sufficient? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 11:18:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from istar.ca (d141-119-162.home.cgocable.net [24.141.119.162]) by hub.freebsd.org (Postfix) with ESMTP id E6F2F37B443 for ; Fri, 13 Apr 2001 11:18:29 -0700 (PDT) (envelope-from genisis@istar.ca) Received: (from genisis@localhost) by istar.ca (8.11.1/8.11.1) id f3DILtw07172; Fri, 13 Apr 2001 14:21:55 -0400 (EDT) (envelope-from genisis) Date: Fri, 13 Apr 2001 14:21:55 -0400 (EDT) From: Dru To: Kent Stewart Cc: questions@FreeBSD.ORG Subject: Re: ipfw logging In-Reply-To: <3AD7347F.C2D8C09B@urx.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks to all that have replied so far. I wasn't getting anything to /var/log/security either so I started commenting out lines in my ruleset and have narrowed down the problem to being with my dynamic rules. I originally had this: #from man 8 ipfw: allow only connections I've created add 00300 check-state add 00301 deny tcp from any to any established add 00302 allow tcp from any to any setup keep-state #log all failed attempts add 00303 deny log logamount 1 tcp from any to any in setup I've tried rule 00301 with and without the "log" keyword. If I comment out those first 3 rules (they're at the very top of my rule-set), it logs to /var/log/security and I effectively shutdown all connection attempts to my box. Any suggestions on how to keep the dynamic rules and still get logs? Dru On Fri, 13 Apr 2001, Kent Stewart wrote: > > > Dru wrote: > > > > Have ipfw running fine on 4.2-Release, it logs beautifully to the console > > the packets that I would expect to see logged. However, I must be missing > > something obvious as it refuses to log to a file. Here's the appropriate > > lines that I've added to: > > Did you look at what is being logged to /var/log/security? > > Kent > > > > > /etc/rc.conf > > firewall_logging_enable="YES" > > > > /etc/syslog.conf > > !ipfw > > *.* /var/log/ipfwlog > > > > I added those 2 lines at the bottom of syslog.conf and I used TABs, not > > spaces. > > > > I then "touch"ed /var/log/ipfwlog, and have left the default permissions > > on for the moment: > > > > ls -l /var/log/ipfwlog > > -rw-r--r-- 1 root wheel 0 Apr 13 12:58 /var/log/ipfwlog > > > > Am I missing a typo or something, or have I forgotten to add another line > > someplace? I've "hup"ped syslogd umpteen times, not to mention re-booting > > several times. > > > > TIA, > > > > Dru > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > -- > Kent Stewart > Richland, WA > > mailto:kbstew99@hotmail.com > http://kstewart.urx.com/kstewart/index.html > FreeBSD News http://daily.daemonnews.org/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 11:33:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from linuxmail.touchtunes.com (operator.touchtunes.com [216.94.139.201]) by hub.freebsd.org (Postfix) with ESMTP id 177D437B423; Fri, 13 Apr 2001 11:33:39 -0700 (PDT) (envelope-from jdinel@touchtunes.com) Received: from touchtunes.com (dinjo.touchtunes.com [192.168.0.26]) by linuxmail.touchtunes.com (8.9.3/8.8.7) with ESMTP id OAA05929; Fri, 13 Apr 2001 14:33:38 -0400 Message-ID: <3AD74682.58FD5DCA@touchtunes.com> Date: Fri, 13 Apr 2001 14:33:38 -0400 From: Joel Dinel Organization: TouchTunes Digital Jukebox, Inc. X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Jimmy Olgeni Cc: freebsd-questions@FreeBSD.org Subject: Re: OT: Compiling LICQ References: <20010413174152.S45009-100000@dev1.localdomain.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jimmy Olgeni wrote: > > On Fri, 13 Apr 2001, Joel Dinel wrote: > > > Something about not finding the QT libs?! > > I just committed a fix for this. Can you re-cvsup and retry? > > It should work now. > > -- > jimmy > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Nope, I still get the same error. -- Joel Dinel System Administrator TouchTunes Digital Jukebox, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 11:37:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tmd.df.ru (cr219023-a.rchrd1.on.wave.home.com [24.43.203.140]) by hub.freebsd.org (Postfix) with ESMTP id 3F66337B506 for ; Fri, 13 Apr 2001 11:37:41 -0700 (PDT) (envelope-from tmd@tmd.df.ru) Received: by tmd.df.ru (Postfix, from userid 1001) id 664DEF56C; Fri, 13 Apr 2001 05:17:40 -0400 (EDT) Date: Fri, 13 Apr 2001 05:17:40 -0400 From: Mark Livingstone To: freebsd-questions@freebsd.org Subject: jail problems :( Message-ID: <20010413051740.A2016@tmd.df.ru> Mail-Followup-To: Mark Livingstone , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG HELLO! when running ident2 under jail (im bsd 4.2): error: binding to port 113: bind(): Bad file descriptor when connecting to an irc server under the jail environment i see the following on my server logs: Apr 13 05:11:20 xxx ident2[2007]: warning: bad request: 1114/6667, from 207.35.169.193 Apr 13 05:11:20 xxx ident2[2008]: warning: bad request: 1115/6667, from 207.35.169.193 Apr 13 05:11:21 xxx ipmon[534]: 05:11:20.115905 ed0 @0:39 p 207.35.169.193,2185 -> my_external_ip,11 ..looks like the server accepts the packet, however, it doesn't go to the jail environment as it tells me i need to have ident installed.. if i try connecting from the server to irc.. everything works fine.. and what is that bad request error.. thanks to anyone who will help! also, i can't make icmp work.. when doing traceroute (or ping/or whatever): traceroute: icmp socket: Operation not permitted again, everything works fine on the server.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 11:38:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail8.sdc1.sfba.home.com (femail8.sdc1.sfba.home.com [24.0.95.88]) by hub.freebsd.org (Postfix) with ESMTP id A089B37B43E for ; Fri, 13 Apr 2001 11:38:29 -0700 (PDT) (envelope-from graywane@home.com) Received: from cg392862-a.adubn1.nj.home.com ([65.2.79.221]) by femail8.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010413183828.YJCT26721.femail8.sdc1.sfba.home.com@cg392862-a.adubn1.nj.home.com> for ; Fri, 13 Apr 2001 11:38:28 -0700 Received: (from graywane@localhost) by cg392862-a.adubn1.nj.home.com (8.11.3/8.11.3) id f3DIcSu07328 for freebsd-questions@freebsd.org; Fri, 13 Apr 2001 14:38:28 -0400 (EDT) (envelope-from graywane) Date: Fri, 13 Apr 2001 14:38:28 -0400 From: Graywane To: freebsd-questions@freebsd.org Subject: Re: Loki Linux games under FreeBSD Message-ID: <20010413143828.B7209@home.com> References: <20010412135604.A1163@home.com> <3AD65BCF.B4B7D822@confusion.net> <20010412221845.A3886@home.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="UHN/qo2QbUvPLonB" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010412221845.A3886@home.com>; from graywane@home.com on Thu, Apr 12, 2001 at 10:18:45PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --UHN/qo2QbUvPLonB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 12, 2001 at 10:18:45PM -0400, Graywane wrote: > The Sim City 3000 demo crashed for me on my 4.3-RC system (compiled this > morning) but seems to run fine for them on 4.2-RELEASE. They are looking > into it. The other demos I tried ran fine and were quite impressive. They tracked down the problem. The retail version of the game runs fine. The demo, however, crashes if /proc/cpuinfo doesn't exist. --=20 Note: See http://www.members.home.net/graywane/ for PGP information. --UHN/qo2QbUvPLonB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjrXR6QACgkQeHdFaBWUGN1SowCgkvT+1pby7d8VK/EdpkK97+zM kVgAn114YV5Vv7MRBaSNYcHxsXeXcvZV =Dp+G -----END PGP SIGNATURE----- --UHN/qo2QbUvPLonB-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 11:40:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.rdc2.bc.home.com (mail1.rdc2.bc.home.com [24.2.10.84]) by hub.freebsd.org (Postfix) with ESMTP id B85BD37B423 for ; Fri, 13 Apr 2001 11:40:14 -0700 (PDT) (envelope-from keenantims@home.com) Received: from cr122665a ([24.115.189.163]) by mail1.rdc2.bc.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010413184014.YZUI11678.mail1.rdc2.bc.home.com@cr122665a>; Fri, 13 Apr 2001 11:40:14 -0700 Message-ID: <000901c0c449$411ab560$0200a8c0@cr122665a> From: "Keenan Tims" To: "Siegbert Baude" Cc: References: <001f01c0c1be$05baa940$0701a8c0@darryl> <000901c0c254$aff6c380$0200a8c0@cr122665a> <00a301c0c295$fe4934a0$4011a8c0@wohnheim.uniulm.de> Subject: Re: Very slow LAN transfers Date: Fri, 13 Apr 2001 11:40:46 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well what could it be then, that's the only thing i could think of? Keenan Tims keenantims@home.com ----- Original Message ----- From: "Siegbert Baude" To: "Keenan Tims" ; Cc: Sent: Wednesday, April 11, 2001 7:44 AM Subject: Re: Very slow LAN transfers > > Hmm...I tried > > "ifconfig rl0 mediaopt half-duplex" and i get this message > > > ifconfig: SIOCSIFMEDIA: Device not configured > > The man page is somehow unclear there. You only have to use the mediaopt > option, if you want to force full-duplex. But you don´t have to worry about > it, because you´re running already in half-duplex mode, as your ifconfig > states: > > >rl0: flags=8843 mtu 1500 > > inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255 > > ether 00:48:54:88:62:bd > > media: 10baseT/UTP status: active > > supported media: autoselect 100baseTX 100baseTX > 10baseT/UTP > > 10baseT/UTP 100baseTX > > The media: line tells you "10baseT/UTP", that is half-duplex. It would read > "10baseT/UTP " if your Realtek card were in full-duplex mode. > So whatever your problem is, it´s not the missing half-duplex mode. > > Ciao > Siegbert > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 11:43:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mr2.ash.ops.us.uu.net (mr2.ash.ops.us.uu.net [198.5.241.87]) by hub.freebsd.org (Postfix) with ESMTP id 470FD37B505 for ; Fri, 13 Apr 2001 11:43:09 -0700 (PDT) (envelope-from james.knoll@saic.com) Received: from knollsj by mr2.ash.ops.us.uu.net with SMTP (peer crosschecked as: [63.101.31.74]) id QQkkpm05036 for ; Fri, 13 Apr 2001 18:43:04 GMT Received: by localhost with Microsoft MAPI; Fri, 13 Apr 2001 13:43:56 -0000 Message-ID: <01C0C41F.C9658DC0.james.knoll@saic.com> From: Jim Knoll Reply-To: "james.knoll@saic.com" To: "'freebsd-questions@freebsd.org'" Subject: Road Runner and FreeBSD Date: Fri, 13 Apr 2001 13:43:53 -0000 Organization: NSWC Crane-Indy PM-10 X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am having problems with my dsl provider, so I am contemplating switching to Road Runner cable modem service. Presently, my FreeBSD box is running ipfw, natd, and samba for one win95 client. I have my static ip from telocity registered with dyndns.org. Will I be able to maintain a similar setup with Road Runner? I understand I need to use dhcp, but is there anything else required? I saw something on the net that indicated a login script was required. Is that correct? Thanks, Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 12: 1: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ra.upan.org (ra.upan.org [204.107.76.19]) by hub.freebsd.org (Postfix) with ESMTP id 40A7F37B50F for ; Fri, 13 Apr 2001 12:00:52 -0700 (PDT) (envelope-from mikel@ocsinternet.com) Received: from ocsinternet.com (thoth.upan.org [204.107.76.16]) by ra.upan.org (8.11.1/8.11.1) with ESMTP id f3DJ0OZ79243; Fri, 13 Apr 2001 15:00:24 -0400 (EDT) (envelope-from mikel@ocsinternet.com) Message-ID: <3AD74ED8.C98CEEC9@ocsinternet.com> Date: Fri, 13 Apr 2001 15:09:12 -0400 From: Mikel X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en,it MIME-Version: 1.0 To: "james.knoll@saic.com" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Road Runner and FreeBSD References: <01C0C41F.C9658DC0.james.knoll@saic.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jim, # $FreeBSD: src/etc/dhclient.conf,v 1.2 1999/08/27 23:23:41 peter Exp $ # # This file is required by the ISC DHCP client. # See ``man 5 dhclient.conf'' for details. # # In most cases an empty file is suffient for most people as the # defaults are usually fine. # interface "YOUR INTERFACE" { send host-name "YOUR HOSTNAME"; send dhcp-client-identifier YOUR MAC ADDRESS; request subnet-mask, broadcast-address, time-offset, routers, domain-name, domain-name-servers, host-name; require subnet-mask, domain-name-servers; } a MAC address looks like 00:d0:b7:e6:fd:22 This is from a working system that is on RR in NY. Cheers, Mikel Jim Knoll wrote: > Hello, > > I am having problems with my dsl provider, so I am contemplating switching > to Road Runner cable modem service. Presently, my FreeBSD box is running > ipfw, natd, and samba for one win95 client. I have my static ip from > telocity registered with dyndns.org. Will I be able to maintain a similar > setup with Road Runner? I understand I need to use dhcp, but is there > anything else required? I saw something on the net that indicated a login > script was required. Is that correct? > > Thanks, > > Jim > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 12: 3:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.bellatlantic.net (mail2.bellatlantic.net [151.196.0.38]) by hub.freebsd.org (Postfix) with ESMTP id A52BB37B423 for ; Fri, 13 Apr 2001 12:03:11 -0700 (PDT) (envelope-from ugen@xonix.com) Received: from xonix.com (adsl-138-89-19-158.nnj.adsl.bellatlantic.net [138.89.19.158]) by mail2.bellatlantic.net (8.9.1/8.9.1) with ESMTP id PAA14545 for ; Fri, 13 Apr 2001 15:03:46 -0400 (EDT) Message-ID: <3AD74E27.A3D6FBA1@xonix.com> Date: Fri, 13 Apr 2001 15:06:15 -0400 From: Ugen X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: boot floppy: trying again Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, so nobody knows much :))) Let's make it a simpler question - is there anything out of ordinary that has to be configured for an installation floppt kernel (to boot from floppy, read mfs_root and go into sysinstall)? --Ugen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 12:16:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gscamnlm03.wr.usgs.gov (gscamnlm03.wr.usgs.gov [130.118.4.113]) by hub.freebsd.org (Postfix) with ESMTP id E6D4B37B424; Fri, 13 Apr 2001 12:16:12 -0700 (PDT) (envelope-from rsowders@usgs.gov) To: Andrew Hesford Cc: freebsd-questions@FreeBSD.ORG, lists , owner-freebsd-questions@FreeBSD.ORG Subject: Re: Ports versus ports X-Mailer: Lotus Notes Release 5.0.3 March 21, 2000 Message-ID: From: "Robert L Sowders" Date: Fri, 13 Apr 2001 12:16:04 -0700 X-MIMETrack: Serialize by Router on gscamnlm03/SERVER/USGS/DOI(Release 5.0.3 |March 21, 2000) at 04/13/2001 12:16:12 PM, Serialize complete at 04/13/2001 12:16:12 PM MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You might be able to grasp this better if you stop trying to associate the term port with physical objects or things. The term "port" is used to signify the place where you gain access or exit, the ausfart or einfart. The term port can apply to all IO of a computer system be it software, or hardware, or tcpip sockets. When you port over a program to run on a particular operating system, you are just providing the correct paths and hooks into the operating system that are different from the old one. Andrew Hesford Sent by: owner-freebsd-questions@FreeBSD.ORG 04/13/2001 01:00 AM To: lists cc: freebsd-questions@FreeBSD.ORG Subject: Re: Ports versus ports On Fri, Apr 13, 2001 at 03:33:54AM -0400, lists wrote: > Well I am dilligently reading as much of the various discussions as time > and vocabulary will allow, and I am happy to report that I am able to > understand and follow more and more of what is being discussed. Which > isn't to say I understand much. :-) > > Anyhow, I understand that there are ports - as in stuff that has been > recompiled to work in a new environment (such as FreeBSD) from another > environment (say, Linux). > > Then, there are ports - as in that to which a number is assigned by IANA > for TCP and UDP. > > Having R(some of)TFM, I have a question or two. > > It isn't coincidence that these things have the same name is it? > What precisely do these things have in common and what separates them? Guess what! There is a third type of port, and it is a physical connection point to your box, as in a serial port, printer port, keyboard port, etc. TCP/UDP ports are virtual access points, which all connect through the physical ethernet port to your machine. These two ports (TCP and physical) have a common backing concept... connection points between equipment. However, you must remember that physical ports consist of pins, sockets, and plugs... TCP ports are virtual. As for software ports, I'm not really sure where the term came from... However, these ports have nothing to do with physical ports or network ports... if the name isn't a coincidence, at least there is no modern connection between the two. As I finish this, I think that you might be confused if your English isn't great. Right now, I'm too tired to clarify this. Therefore, if you need extra help deciphering this, just reply with "What the fuck?" and I'll get to it when I'm less sleepy. :) -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 12:21:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sdf.lonestar.org (t3-d-static-237.adsl.directlink.net [63.68.131.237]) by hub.freebsd.org (Postfix) with ESMTP id A19F037B496 for ; Fri, 13 Apr 2001 12:21:14 -0700 (PDT) (envelope-from mattp@sdf.lonestar.org) Received: (from mattp@localhost) by sdf.lonestar.org (8.11.0/8.11.0) id f3DJKg910260; Fri, 13 Apr 2001 19:20:42 GMT Date: Fri, 13 Apr 2001 14:20:42 -0500 (CDT) From: Matt Pankratz To: Jim Knoll Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Road Runner and FreeBSD In-Reply-To: <01C0C41F.C9658DC0.james.knoll@saic.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm sure it depends on _where_ you are geographically located. I'm in Central Kansas and didn't have any problems (and no login script was required) with Road Runner. You might want to check your agreement with Road Runner closely. At least around here they don't offer static IPs with their standard "home" accounts. Matt Pankratz mattp@sdf.lonestar.org http://www.mattyp.net On Fri, 13 Apr 2001, Jim Knoll wrote: > Hello, > > I am having problems with my dsl provider, so I am contemplating switching > to Road Runner cable modem service. Presently, my FreeBSD box is running > ipfw, natd, and samba for one win95 client. I have my static ip from > telocity registered with dyndns.org. Will I be able to maintain a similar > setup with Road Runner? I understand I need to use dhcp, but is there > anything else required? I saw something on the net that indicated a login > script was required. Is that correct? > > Thanks, > > Jim > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 12:36:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13707.mail.yahoo.com (web13707.mail.yahoo.com [216.136.175.140]) by hub.freebsd.org (Postfix) with SMTP id C66DD37B423 for ; Fri, 13 Apr 2001 12:36:56 -0700 (PDT) (envelope-from pladoakat@yahoo.com) Message-ID: <20010413193656.82746.qmail@web13707.mail.yahoo.com> Received: from [148.74.251.191] by web13707.mail.yahoo.com; Fri, 13 Apr 2001 12:36:56 PDT Date: Fri, 13 Apr 2001 12:36:56 -0700 (PDT) From: Katrina Vloskava Subject: Can't install Star Office from ports - gives error To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am having trouble installing Star Office 5.1 from cdrom via ports. I have just upgraded to 4.3RC3 from 4.2-STABLE. I have linux compat installed and I have linux_enable="YES" in /etc/rc.conf. This is the error I get after doing 'make install WITH_CDROM=yes' from star office ports directory: " inflating: /usr/ports/editors/staroffice5/work/tmp/impress.bmp inflating: /usr/ports/editors/staroffice5/work/tmp/draw.bmp inflating: /usr/ports/editors/staroffice5/work/tmp/libj517li_g.so inflating: /usr/ports/editors/staroffice5/work/tmp/libsex517li.so inflating: /usr/ports/editors/staroffice5/work/tmp/libtk517li.so inflating: /usr/ports/editors/staroffice5/work/tmp/libreg517li.so inflating: /usr/ports/editors/staroffice5/work/tmp/libset517li.so inflating: /usr/ports/editors/staroffice5/work/tmp/libasv517li.so inflating: /usr/ports/editors/staroffice5/work/tmp/asv51701.res inflating: /usr/ports/editors/staroffice5/work/tmp/installs.scr inflating: /usr/ports/editors/staroffice5/work/tmp/proptool.scr ===> Patching for staroffice-5.1a ===> Configuring for staroffice-5.1a ===> Installing for staroffice-5.1a ===> staroffice-5.1a depends on file: /compat/linux/usr/i486-linux-libc5/lib/libc.so.5 - found ELF binary type "3" not known. *** Signal 6 Stop in /usr/ports/editors/staroffice5. *** Error code 1 Stop in /usr/ports/editors/staroffice5. *** Error code 1 Stop in /usr/ports/editors/staroffice5." Is there any known remedy for this? I had installed Star Office on other machines using 4.2-STABLE with exact configuration without such difficulty. Thanks in advance for any help you can offer. __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 12:40:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp3fb.rdc-nyc.rr.com [24.29.99.80]) by hub.freebsd.org (Postfix) with ESMTP id C571D37B43E for ; Fri, 13 Apr 2001 12:40:27 -0700 (PDT) (envelope-from optix@nyc.rr.com) Received: from darkstar ([24.29.134.4]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Fri, 13 Apr 2001 15:43:58 -0400 Message-ID: <00f301c0c452$7a291910$01000001@darkstar> From: "Jonathan M. Slivko" To: "David Campbell" Cc: References: <3AD72C86.C73F47F5@mail.utexas.edu> <00ac01c0c43a$581851f0$01000001@darkstar> <3AD72F6D.7371EBC9@mail.utexas.edu> <00c101c0c43c$6859a080$01000001@darkstar> <3AD73D22.91A7F467@mail.utexas.edu> Subject: Re: Bizarre rituals to reboot Date: Fri, 13 Apr 2001 15:46:48 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00F0_01C0C430.F3021C50" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_00F0_01C0C430.F3021C50 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'll read up more on it and i'll get back to you as I find out more. Thats all for the meantime. - -- Jonathan M. Slivko ~~~~ Jonathan M. Slivko Systems Administrator, DataSyrge Internet Services IRC Operator, AsylumNet IRC Network Pager: (917) 388-5304 Website: http://home.nyc.rr.com/optix/ (PGP Key @ http://home.nyc.rr.com/optix/jslivko.asc) ~~~~ - ----- Original Message -----=20 From: David Campbell=20 To: Jonathan M. Slivko=20 Cc: freebsd-questions@FreeBSD.ORG=20 Sent: Friday, April 13, 2001 1:53 PM Subject: Re: Bizarre rituals to reboot Progress! In a fashion...=20 Now, I only have to make sure I power down between reboots, I don't have to do the Win98 FDisk step.=20 I appreciate the suggestion. Anything else that you come up with is welcome.=20 Dave=20 "Jonathan M. Slivko" wrote:=20 - -----BEGIN PGP SIGNED MESSAGE-----=20 Hash: SHA1 I know this might a little rash, but it might work. Try doing, from=20 the Win98 CD, fdisk /mbr, to remove the bootmanager and then reboot.=20 After that, reload the Windows CD in the drive and then remove all=20 the drives via fdisk and then redo the FreeBSD install. I have found=20 that FreeBSD acts a little wierd when it doesn't have clean drives to work with. However, i'm not guaranteeing that this will fix the=20 problem, this is just what i've learned over the few years that i've=20 been running FreeBSD as a server operating system. - -- Jonathan M. Slivko ~~~~=20 Jonathan M. Slivko =20 Systems Administrator, DataSyrge Internet Services=20 IRC Operator, AsylumNet IRC Network=20 Pager: (917) 388-5304=20 Website: http://home.nyc.rr.com/optix/=20 (PGP Key @ http://home.nyc.rr.com/optix/jslivko.asc)=20 ~~~~=20 - - ----- Original Message -----=20 From: David Campbell=20 To: Jonathan M. Slivko=20 Cc: freebsd-questions@FreeBSD.ORG=20 Sent: Friday, April 13, 2001 12:55 PM=20 Subject: Re: Bizarre rituals to reboot=20 My first install, using the installer, I deleted the existing=20 partitions, and created a single partition, that I divided into 3=20 slices (/, swap, /usr). I selected the boot manager.=20 The hard drive is a 4GB SCSI-2. Dave "Jonathan M. Slivko" wrote: - - -----BEGIN PGP SIGNED MESSAGE-----=20 Hash: SHA1=20 David, When you first installed FreeBSD, did you fdisk the drive? Did you=20 install a boot manager? What kind of a hard drive is this machine=20 running? - - -- Jonathan M. Slivko ~~~~=20 Jonathan M. Slivko =20 Systems Administrator, DataSyrge Internet Services=20 IRC Operator, AsylumNet IRC Network=20 Pager: (917) 388-5304=20 Website: http://home.nyc.rr.com/optix/=20 (PGP Key @ http://home.nyc.rr.com/optix/jslivko.asc)=20 ~~~~=20 - - - ----- Original Message -----=20 From: "David Campbell" =20 To: =20 Sent: Friday, April 13, 2001 12:42 PM=20 Subject: Bizarre rituals to reboot > I am a newbie. After playing with an initial install of FreeBSD 4.2=20 > for a little over a week, changing and modifying files to my=20 > heart's=20 > content, I did a clean re-install to start from a known point, at a > =20 > different security level than I had originally installed with. The > =20 > install, on a Compaq Workstation AP400 with 256MB RAM, 4GB hard=20 > drive, appears to go flawlessly, regardless of how many partitions=20 > or slices I create, or boot manager I use (if any). On reboot, I=20 > get "Non-System disk or disk error."=20 >=20 > After a couple of days wrestling with this, I have discovered that=20 > if after the install, I put in a Win98 boot disk, look at the drive > =20 > with FDISK (making no changes, just looking at partitions), take=20 > out the Win98 disk, the machine boots to FreeBSD just fine. If I=20 > then reboot, I get the error. I continue to get the error on=20 > reboots until I look at the drive with FDISK. At that point, the=20 > boot-God is appeased, and it works fine.=20 >=20 > Does anyone have any insight into what is going on with this?=20 >=20 > Dave=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org=20 with "unsubscribe freebsd-questions" in the body of the message - - -----BEGIN PGP SIGNATURE-----=20 Version: PGPfreeware 7.0.3 for non-commercial use=20 iQA/AwUBOtcvKD4aolq8K4tFEQLb0QCgxoqClbbR4odm3YeWK/qsfSjSvtsAnjgb=20 coefS9Cryu5qAitG8bQrqSSg=20 =3D8/Ls=20 - - -----END PGP SIGNATURE----- - --=20 David Campbell=20 Sr Systems Analyst 512 475 9398=20 Center For Instructional Technologies=20 The University of Texas at Austin=20 -----BEGIN PGP SIGNATURE-----=20 Version: PGPfreeware 7.0.3 for non-commercial use iQA/AwUBOtcymz4aolq8K4tFEQJxZQCg/XMg5YnqQxkeDeFrhtoUSG7pKf8AoIFB=20 Z98Mkkv0wK4xCbbuFpNUXoIj=20 =3DKQvD=20 - -----END PGP SIGNATURE----- - --=20 David Campbell Sr Systems Analyst 512 475 9398=20 Center For Instructional Technologies The University of Texas at Austin =20 -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 for non-commercial use iQA/AwUBOtdXpD4aolq8K4tFEQIMkACfR2+3ak0XneTnYZKc3Vt3ZKjuPdwAnjgf YZvm8oQzFRhbq7kRy/rAXoVD =3DbHdz -----END PGP SIGNATURE----- ------=_NextPart_000_00F0_01C0C430.F3021C50 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
-----BEGIN PGP SIGNED = MESSAGE-----
Hash:=20 SHA1
 
I'll read up more on it and i'll get = back to you as=20 I find out more.
Thats all for the meantime.
 
- -- Jonathan M. Slivko
 
~~~~
Jonathan M. Slivko <optix@nyc.rr.com>
Systems=20 Administrator, DataSyrge Internet Services
IRC Operator, AsylumNet = IRC=20 Network
Pager: (917) 388-5304
Website: http://home.nyc.rr.com/optix/<= BR>(PGP=20 Key @ http://home.nyc.rr.com/= optix/jslivko.asc)
~~~~
-=20 ----- Original Message -----
From: David Campbell
To: Jonathan = M. Slivko=20
Cc: freebsd-questions@FreeBSD.O= RG=20
Sent: Friday, April 13, 2001 1:53 PM
Subject: Re: Bizarre rituals = to=20 reboot
 

Progress! In a fashion...
Now, I only have to make sure I = power=20 down between reboots, I don't
have to do the Win98 FDisk step.
 
I appreciate the suggestion. Anything else that you come up with=20 is
welcome.
 
Dave
 
"Jonathan M. Slivko" wrote:
 
- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 I know this = might a=20 little rash, but it might work. Try
doing, from
the Win98 CD, = fdisk /mbr,=20 to remove the bootmanager and then reboot.
After that, reload the = Windows CD=20 in the drive and then remove all
the drives via fdisk and then redo = the=20 FreeBSD install. I have found
that FreeBSD acts a little wierd when = it=20 doesn't have clean drives to
work with. However, i'm not guaranteeing = that=20 this will fix the
problem, this is just what i've learned over the = few years=20 that i've
been running FreeBSD as a server operating system. - -- = Jonathan=20 M.
Slivko ~~~~
Jonathan M. Slivko <optix@nyc.rr.com>
Systems=20 Administrator, DataSyrge Internet Services
IRC Operator, AsylumNet = IRC=20 Network
Pager: (917) 388-5304
Website: http://home.nyc.rr.com/optix/ =
(PGP=20 Key @ http://home.nyc.rr.com/= optix/jslivko.asc)=20
~~~~
- - ----- Original Message -----
From: David Campbell =
To:=20 Jonathan M. Slivko
Cc: freebsd-questions@FreeBSD.O= RG=20
Sent: Friday, April 13, 2001 12:55 PM
Subject: Re: Bizarre = rituals to=20 reboot
My first install, using the installer, I deleted the existing =
partitions, and created a single partition, that I divided into 3 =
slices=20 (/, swap, /usr). I selected the boot manager.
The hard drive is a = 4GB=20 SCSI-2. Dave "Jonathan M. Slivko" wrote: -
- -----BEGIN PGP SIGNED=20 MESSAGE-----
Hash: SHA1
David, When you first installed FreeBSD, = did you=20 fdisk the drive? Did
you
install a boot manager? What kind of a = hard=20 drive is this machine
running? - - -- Jonathan M. Slivko ~~~~ =
Jonathan=20 M. Slivko <optix@nyc.rr.com>=20
Systems Administrator, DataSyrge Internet Services
IRC Operator, = AsylumNet IRC Network
Pager: (917) 388-5304
Website: http://home.nyc.rr.com/optix/ =
(PGP=20 Key @ http://home.nyc.rr.com/= optix/jslivko.asc)=20
~~~~
- - - ----- Original Message -----
From: "David = Campbell"=20 <dcampbell@mail.utexas.edu&g= t;=20
To: <freebsd-questions@FreeBSD.O= RG>=20
Sent: Friday, April 13, 2001 12:42 PM
Subject: Bizarre rituals = to reboot=20 > I am a newbie. After playing
with an initial install of FreeBSD = 4.2=20
>  for a little over a week, changing and modifying files to = my=20
> heart's
> content, I did a clean re-install to start = from a=20 known point, at a

>  different security level = than I=20 had originally installed with. The

>  install, = on=20 a  Compaq Workstation AP400 with 256MB RAM, 4GB hard
> = drive,=20 appears to go flawlessly, regardless of how many partitions
> or = slices I=20 create, or boot manager I use (if any). On reboot, I
> get = "Non-System=20 disk or disk error."
>
> After a couple of days wrestling = with=20 this, I have discovered that
> if after the install, I put in a = Win98=20 boot disk, look at the drive

>  with FDISK = (making no=20 changes, just looking at partitions), take
> out the Win98 disk, = the=20 machine boots to FreeBSD just fine. If I
> then reboot, I get the = error.=20 I continue to get the error on
> reboots until I look at the = drive with=20 FDISK. At that point, the
> boot-God is appeased, and it works = fine.=20
>
> Does anyone have any insight into what is going on = with this?=20
>
> Dave
>
>
> To Unsubscribe: send = mail to=20 majordomo@FreeBSD.org =
with=20 "unsubscribe freebsd-questions" in the body of the message -
- = -----BEGIN PGP=20 SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use =
<http://www.pgp.com>
iQA/AwUBOtcvKD4= aolq8K4tFEQLb0QCgxoqClbbR4odm3YeWK/qsfSjSvtsAnjgb=20
coefS9Cryu5qAitG8bQrqSSg
=3D8/Ls
- - -----END PGP = SIGNATURE----- - --=20
David Campbell
Sr Systems Analyst     512 = 475 9398=20
Center For Instructional Technologies
The University of Texas at = Austin=20
  -----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 = for=20 non-commercial use
<http://www.pgp.com>
iQA/AwUBOtcymz4= aolq8K4tFEQJxZQCg/XMg5YnqQxkeDeFrhtoUSG7pKf8AoIFB=20
Z98Mkkv0wK4xCbbuFpNUXoIj
=3DKQvD
- -----END PGP = SIGNATURE-----
- --=20
David Campbell
Sr Systems Analyst     512 475 = 9398=20
Center For Instructional Technologies
The University of Texas at=20 Austin
 
 
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for=20 non-commercial use <http://www.pgp.com>
 
iQA/AwUBOtdXpD4aolq8K4tFEQIMkACfR2+3ak0XneTnYZKc3Vt3ZKjuPdwAnjgf
= YZvm8oQzFRhbq7kRy/rAXoVD
=3DbHdz
-----END=20 PGP SIGNATURE-----
------=_NextPart_000_00F0_01C0C430.F3021C50-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 12:43:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp3fb.rdc-nyc.rr.com [24.29.99.80]) by hub.freebsd.org (Postfix) with ESMTP id 020D437B422 for ; Fri, 13 Apr 2001 12:43:13 -0700 (PDT) (envelope-from optix@nyc.rr.com) Received: from darkstar ([24.29.134.4]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Fri, 13 Apr 2001 15:46:45 -0400 Message-ID: <010e01c0c452$de323a90$01000001@darkstar> From: "Jonathan M. Slivko" To: , "'freebsd-questions@freebsd.org'" References: <01C0C41F.C9658DC0.james.knoll@saic.com> Subject: Re: Road Runner and FreeBSD Date: Fri, 13 Apr 2001 15:49:35 -0400 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.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have run Road Runner under FreeBSD, and it works great! As long as you have dhcpd & dhcpcd running, you should be OK :) - -- Jonathan M. Slivko ~~~~ Jonathan M. Slivko Systems Administrator, DataSyrge Internet Services IRC Operator, AsylumNet IRC Network Pager: (917) 388-5304 Website: http://home.nyc.rr.com/optix/ (PGP Key @ http://home.nyc.rr.com/optix/jslivko.asc) ~~~~ - ----- Original Message ----- From: "Jim Knoll" To: "'freebsd-questions@freebsd.org'" Sent: Friday, April 13, 2001 9:43 AM Subject: Road Runner and FreeBSD > Hello, > > I am having problems with my dsl provider, so I am contemplating > switching to Road Runner cable modem service. Presently, my > FreeBSD box is running ipfw, natd, and samba for one win95 client. > I have my static ip from telocity registered with dyndns.org. > Will I be able to maintain a similar setup with Road Runner? I > understand I need to use dhcp, but is there anything else > required? I saw something on the net that indicated a login > script was required. Is that correct? > > Thanks, > > Jim > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 for non-commercial use iQA/AwUBOtdYTD4aolq8K4tFEQJ09QCeLh8uCvlgg6LQiToWLZhE78YSXRAAn0YG cnZTiMSZsKzPJ5wJ/DYtgrx8 =kVOj -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 12:45: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp2fb.rdc-nyc.rr.com [24.29.99.78]) by hub.freebsd.org (Postfix) with ESMTP id 480CB37B505 for ; Fri, 13 Apr 2001 12:44:58 -0700 (PDT) (envelope-from optix@nyc.rr.com) Received: from darkstar ([24.29.134.4]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Fri, 13 Apr 2001 15:48:31 -0400 Message-ID: <012501c0c453$1ce6a0a0$01000001@darkstar> From: "Jonathan M. Slivko" To: "Mikel" , Cc: "'freebsd-questions@freebsd.org'" References: <01C0C41F.C9658DC0.james.knoll@saic.com> <3AD74ED8.C98CEEC9@ocsinternet.com> Subject: Re: Road Runner and FreeBSD Date: Fri, 13 Apr 2001 15:51:21 -0400 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.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mikel, However, dhcpd will automatically get that setup from the server. My dhcpd daemon auto-configured itself on install. - -- Jonathan M. Slivko ~~~~ Jonathan M. Slivko Systems Administrator, DataSyrge Internet Services IRC Operator, AsylumNet IRC Network Pager: (917) 388-5304 Website: http://home.nyc.rr.com/optix/ (PGP Key @ http://home.nyc.rr.com/optix/jslivko.asc) ~~~~ - ----- Original Message ----- From: "Mikel" To: Cc: "'freebsd-questions@freebsd.org'" Sent: Friday, April 13, 2001 3:09 PM Subject: Re: Road Runner and FreeBSD > Jim, > > # $FreeBSD: src/etc/dhclient.conf,v 1.2 1999/08/27 23:23:41 peter > Exp $ # > # This file is required by the ISC DHCP client. > # See ``man 5 dhclient.conf'' for details. > # > # In most cases an empty file is suffient for most people as > the # defaults are usually fine. > # > > > interface "YOUR INTERFACE" { > send host-name "YOUR HOSTNAME"; > send dhcp-client-identifier YOUR MAC ADDRESS; > request subnet-mask, broadcast-address, time-offset, routers, > domain-name, domain-name-servers, host-name; > require subnet-mask, domain-name-servers; > } > > > a MAC address looks like 00:d0:b7:e6:fd:22 > > This is from a working system that is on RR in NY. > > Cheers, > Mikel > > > Jim Knoll wrote: > > > Hello, > > > > I am having problems with my dsl provider, so I am contemplating > > switching to Road Runner cable modem service. Presently, my > > FreeBSD box is running ipfw, natd, and samba for one win95 > > client. I have my static ip from telocity registered with > > dyndns.org. Will I be able to maintain a similar setup with Road > > Runner? I understand I need to use dhcp, but is there anything > > else required? I saw something on the net that indicated a login > > script was required. Is that correct? > > > > Thanks, > > > > Jim > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 for non-commercial use iQA/AwUBOtdYtT4aolq8K4tFEQLFVwCgxDqzMldbDeR5quQQz25AkfhfiRUAoMq3 FHC26SAI/4LLenkDplAPjI3q =8Blg -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 12:46:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp1fb.rdc-nyc.rr.com [24.29.99.76]) by hub.freebsd.org (Postfix) with ESMTP id 6D1A037B423 for ; Fri, 13 Apr 2001 12:46:46 -0700 (PDT) (envelope-from optix@nyc.rr.com) Received: (apparently) from darkstar ([24.29.134.4]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Fri, 13 Apr 2001 15:50:19 -0400 Message-ID: <013601c0c453$5d6d2ea0$01000001@darkstar> From: "Jonathan M. Slivko" To: "Ugen" , References: <3AD74E27.A3D6FBA1@xonix.com> Subject: Re: boot floppy: trying again Date: Fri, 13 Apr 2001 15:53:06 -0400 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.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Did you remember to make the boot.flp and mfsroot.flp files into bootdisk images? both are required. http://www.freebsd.org/handbook/install-guide.html should be of some help to you in this matter. Thanks. - -- Jonathan M. Slivko ~~~~ Jonathan M. Slivko Systems Administrator, DataSyrge Internet Services IRC Operator, AsylumNet IRC Network Pager: (917) 388-5304 Website: http://home.nyc.rr.com/optix/ (PGP Key @ http://home.nyc.rr.com/optix/jslivko.asc) ~~~~ - ----- Original Message ----- From: "Ugen" To: Sent: Friday, April 13, 2001 3:06 PM Subject: boot floppy: trying again > Ok, so nobody knows much :))) > Let's make it a simpler question - is there anything out of > ordinary that has to be configured for an installation floppt > kernel (to boot from floppy, read mfs_root and go into sysinstall)? > --Ugen > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 for non-commercial use iQA/AwUBOtdZHz4aolq8K4tFEQJCGwCfTLoPKuFjrkh2tAcF5PrU6ECfNv8AmwSL uMNPQ0LmW0HcmFsvD4PuZeBP =CMI7 -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 12:52:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.rdc2.ab.home.com (mail2.rdc2.ab.home.com [24.64.2.49]) by hub.freebsd.org (Postfix) with ESMTP id CA0A937B423 for ; Fri, 13 Apr 2001 12:52:33 -0700 (PDT) (envelope-from jerwiebe@canada.com) Received: from jeropa ([24.66.73.75]) by mail2.rdc2.ab.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010413195232.JWFO7850.mail2.rdc2.ab.home.com@jeropa> for ; Fri, 13 Apr 2001 12:52:32 -0700 From: "Jeremy Wiebe" To: "FreeBSD Questions" Subject: XFree86-4 port install error Date: Fri, 13 Apr 2001 14:53:03 -0500 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 IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I just installed FreeBSD 4.2 RELEASE from the ISO image. I wanted to run XFree86-4 on it so I went to the /usr/ports/x11/XFree86-4 directory and ran a 'make install'. It did most of the install, as far as I can tell, but then bombed while building what appears to be the fonts. What follows is the tail end of the make where it crashes. I can attach more information if needed. Not really sure what information would be relevant in this case. ---- make output ----- ... + /usr/bin/install -c -m 0444 gb24st.pcf.gz /usr/X11R6/lib/X11/fonts/misc + /usr/bin/install -c -m 0444 arabic24.pcf.gz /usr/X11R6/lib/X11/fonts/misc + /usr/bin/install -c -m 0444 cu-alt12.pcf.gz /usr/X11R6/lib/X11/fonts/misc + /usr/bin/install -c -m 0444 cu-arabic12.pcf.gz /usr/X11R6/lib/X11/fonts/misc + /usr/bin/install -c -m 0444 cu-lig12.pcf.gz /usr/X11R6/lib/X11/fonts/misc + /usr/bin/install -c -m 0444 cu-pua12.pcf.gz /usr/X11R6/lib/X11/fonts/misc + /usr/bin/install -c -m 0444 cu12.pcf.gz /usr/X11R6/lib/X11/fonts/misc /usr/bin/install -c -m 0444 fonts.dir /usr/X11R6/lib/X11/fonts/misc/fonts.dir /usr/bin/install -c -m 0444 fonts.alias /usr/X11R6/lib/X11/fonts/misc/fonts.alias make: don't know how to make ../../../fonts/encodings/encodings.dir. Stop *** Error code 2 Stop in /usr/ports/x11/XFree86-4/work/xc/fonts/bdf. *** Error code 1 Stop in /usr/ports/x11/XFree86-4/work/xc/fonts. *** Error code 1 Stop in /usr/ports/x11/XFree86-4/work/xc. *** Error code 1 Stop in /usr/ports/x11/XFree86-4/work/xc. *** Error code 1 Stop in /usr/ports/x11/XFree86-4. *** Error code 1 Stop in /usr/ports/x11/XFree86-4. *** Error code 1 Stop in /usr/ports/x11/XFree86-4. samwise# d [K^D exit Script done on Fri Apr 13 13:02:15 2001 --- end of make output --- Jer Wiebe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 12:53:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from noid.org (para.noid.org [209.247.165.213]) by hub.freebsd.org (Postfix) with ESMTP id 391C037B43E for ; Fri, 13 Apr 2001 12:53:17 -0700 (PDT) (envelope-from mrlist@noid.org) Received: from insomnia (scream.wlv.netzero.net [209.247.163.9]) by noid.org (8.9.3/8.9.3) with SMTP id MAA16591 for ; Fri, 13 Apr 2001 12:55:20 -0700 Message-ID: <01cb01c0c453$868f93e0$3ba2640a@int.netzero.net> From: "Nick's Lists" To: References: <20010413193656.82746.qmail@web13707.mail.yahoo.com> Subject: Sar? Date: Fri, 13 Apr 2001 12:53:48 -0700 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.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there a version of sar, or an equivalent, or FreeBSD? The only reference I've been able to find regarding it is a reference to the press release that SCO put out about opensourcing their version, but I haven't been able to find the code anywhere. Thanks! - Nick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 12:58: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ra.upan.org (ra.upan.org [204.107.76.19]) by hub.freebsd.org (Postfix) with ESMTP id 8ABDB37B449 for ; Fri, 13 Apr 2001 12:58:00 -0700 (PDT) (envelope-from mikel@ocsinternet.com) Received: from ocsinternet.com (thoth.upan.org [204.107.76.16]) by ra.upan.org (8.11.1/8.11.1) with ESMTP id f3DJvhZ79525; Fri, 13 Apr 2001 15:57:43 -0400 (EDT) (envelope-from mikel@ocsinternet.com) Message-ID: <3AD75C47.357EABD9@ocsinternet.com> Date: Fri, 13 Apr 2001 16:06:31 -0400 From: Mikel X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en,it MIME-Version: 1.0 To: "Jonathan M. Slivko" Cc: james.knoll@saic.com, "'freebsd-questions@freebsd.org'" Subject: Re: Road Runner and FreeBSD References: <01C0C41F.C9658DC0.james.knoll@saic.com> <3AD74ED8.C98CEEC9@ocsinternet.com> <012501c0c453$1ce6a0a0$01000001@darkstar> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG And that is as it should be with most dhcient requests. However here in NY, and a few other places around the country, you MUST send the RR server the proper PASSWORD as the RR personnel called (silly cluesless bastards) in order to receive an IP. As it turns out their servers, here, are set up to only respone if you provide the MAC address. As for dhcpd, you have to at the very least assign a scope, netmask, and default gateway before the server can dole out IPs. Don't get the dhcp client confused with the dhcpd server. Oh yes and I did forget one thing in /etc/rc.conf it is a goot idea to add; ifconfig_YOUR-INTERFACE="dhcp" so that rc.networks will start the whole dhclient routine... "Jonathan M. Slivko" wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Mikel, > > However, dhcpd will automatically get that setup from the server. My > dhcpd daemon auto-configured itself on install. > > - -- Jonathan M. Slivko > > ~~~~ > Jonathan M. Slivko > Systems Administrator, DataSyrge Internet Services > IRC Operator, AsylumNet IRC Network > Pager: (917) 388-5304 > Website: http://home.nyc.rr.com/optix/ > (PGP Key @ http://home.nyc.rr.com/optix/jslivko.asc) > ~~~~ > - ----- Original Message ----- > From: "Mikel" > To: > Cc: "'freebsd-questions@freebsd.org'" > Sent: Friday, April 13, 2001 3:09 PM > Subject: Re: Road Runner and FreeBSD > > > Jim, > > > > # $FreeBSD: src/etc/dhclient.conf,v 1.2 1999/08/27 23:23:41 peter > > Exp $ # > > # This file is required by the ISC DHCP client. > > # See ``man 5 dhclient.conf'' for details. > > # > > # In most cases an empty file is suffient for most people as > > the # defaults are usually fine. > > # > > > > > > interface "YOUR INTERFACE" { > > send host-name "YOUR HOSTNAME"; > > send dhcp-client-identifier YOUR MAC ADDRESS; > > request subnet-mask, broadcast-address, time-offset, routers, > > domain-name, domain-name-servers, host-name; > > require subnet-mask, domain-name-servers; > > } > > > > > > a MAC address looks like 00:d0:b7:e6:fd:22 > > > > This is from a working system that is on RR in NY. > > > > Cheers, > > Mikel > > > > > > Jim Knoll wrote: > > > > > Hello, > > > > > > I am having problems with my dsl provider, so I am contemplating > > > switching to Road Runner cable modem service. Presently, my > > > FreeBSD box is running ipfw, natd, and samba for one win95 > > > client. I have my static ip from telocity registered with > > > dyndns.org. Will I be able to maintain a similar setup with Road > > > Runner? I understand I need to use dhcp, but is there anything > > > else required? I saw something on the net that indicated a login > > > script was required. Is that correct? > > > > > > Thanks, > > > > > > Jim > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > -----BEGIN PGP SIGNATURE----- > Version: PGPfreeware 7.0.3 for non-commercial use > > iQA/AwUBOtdYtT4aolq8K4tFEQLFVwCgxDqzMldbDeR5quQQz25AkfhfiRUAoMq3 > FHC26SAI/4LLenkDplAPjI3q > =8Blg > -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 13: 1:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp3fb.rdc-nyc.rr.com [24.29.99.80]) by hub.freebsd.org (Postfix) with ESMTP id A9D5E37B443 for ; Fri, 13 Apr 2001 13:01:19 -0700 (PDT) (envelope-from optix@nyc.rr.com) Received: from darkstar ([24.29.134.4]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Fri, 13 Apr 2001 16:04:52 -0400 Message-ID: <01a701c0c455$65d97bf0$01000001@darkstar> From: "Jonathan M. Slivko" To: "Mikel" Cc: , "'freebsd-questions@freebsd.org'" References: <01C0C41F.C9658DC0.james.knoll@saic.com> <3AD74ED8.C98CEEC9@ocsinternet.com> <012501c0c453$1ce6a0a0$01000001@darkstar> <3AD75C47.357EABD9@ocsinternet.com> Subject: Re: Road Runner and FreeBSD Date: Fri, 13 Apr 2001 16:07:42 -0400 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.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mikel, As you can see, i'm also in New York (NYC) and I didn't need to do anything, FreeBSD detected my NIC card and set all that stuff up for me, I was even able to do an FTP install of FreeBSD. Well, thats just my experience. - -- Jonathan M. Slivko Jonathan M. Slivko - optix@nyc.rr.com - jmslivko@datasyrge.net - ---------------------------------------------------------------------- - --------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org (PGP Key Available @ http://home.nyc.rr.com/optix/jslivko.asc) - ----- Original Message ----- From: "Mikel" To: "Jonathan M. Slivko" Cc: ; "'freebsd-questions@freebsd.org'" Sent: Friday, April 13, 2001 4:06 PM Subject: Re: Road Runner and FreeBSD > And that is as it should be with most dhcient requests. However > here in NY, and a few other places around the country, you MUST > send the RR server the proper PASSWORD as the RR personnel called > (silly cluesless bastards) in order to receive an IP. As it turns > out their servers, here, are set up to only respone if you provide > the MAC address. > > As for dhcpd, you have to at the very least assign a scope, > netmask, and default gateway before the server can dole out IPs. > Don't get the dhcp client confused with the dhcpd server. > > Oh yes and I did forget one thing in /etc/rc.conf it is a goot idea > to add; > ifconfig_YOUR-INTERFACE="dhcp" > > so that rc.networks will start the whole dhclient routine... > > "Jonathan M. Slivko" wrote: > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Mikel, > > > > However, dhcpd will automatically get that setup from the server. > > My dhcpd daemon auto-configured itself on install. > > > > - -- Jonathan M. Slivko > > > > ~~~~ > > Jonathan M. Slivko > > Systems Administrator, DataSyrge Internet Services > > IRC Operator, AsylumNet IRC Network > > Pager: (917) 388-5304 > > Website: http://home.nyc.rr.com/optix/ > > (PGP Key @ http://home.nyc.rr.com/optix/jslivko.asc) > > ~~~~ > > - ----- Original Message ----- > > From: "Mikel" > > To: > > Cc: "'freebsd-questions@freebsd.org'" > > Sent: Friday, April 13, 2001 3:09 > > PM > > Subject: Re: Road Runner and FreeBSD > > > > > Jim, > > > > > > # $FreeBSD: src/etc/dhclient.conf,v 1.2 1999/08/27 23:23:41 > > > peter Exp $ # > > > # This file is required by the ISC DHCP client. > > > # See ``man 5 dhclient.conf'' for details. > > > # > > > # In most cases an empty file is suffient for most people > > > as the # defaults are usually fine. > > > # > > > > > > > > > interface "YOUR INTERFACE" { > > > send host-name "YOUR HOSTNAME"; > > > send dhcp-client-identifier YOUR MAC ADDRESS; > > > request subnet-mask, broadcast-address, time-offset, > > > routers, > > > domain-name, domain-name-servers, host-name; > > > require subnet-mask, domain-name-servers; > > > } > > > > > > > > > a MAC address looks like 00:d0:b7:e6:fd:22 > > > > > > This is from a working system that is on RR in NY. > > > > > > Cheers, > > > Mikel > > > > > > > > > Jim Knoll wrote: > > > > > > > Hello, > > > > > > > > I am having problems with my dsl provider, so I am > > > > contemplating switching to Road Runner cable modem service. > > > > Presently, my FreeBSD box is running ipfw, natd, and samba > > > > for one win95 client. I have my static ip from telocity > > > > registered with dyndns.org. Will I be able to maintain a > > > > similar setup with Road Runner? I understand I need to use > > > > dhcp, but is there anything else required? I saw something > > > > on the net that indicated a login script was required. Is > > > > that correct? > > > > > > > > Thanks, > > > > > > > > Jim > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-questions" in the body of the > > > > message > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > -----BEGIN PGP SIGNATURE----- > > Version: PGPfreeware 7.0.3 for non-commercial use > > > > > > iQA/AwUBOtdYtT4aolq8K4tFEQLFVwCgxDqzMldbDeR5quQQz25AkfhfiRUAoMq3 > > FHC26SAI/4LLenkDplAPjI3q > > =8Blg > > -----END PGP SIGNATURE----- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 for non-commercial use iQA/AwUBOtdciz4aolq8K4tFEQJumgCffS73FEoPCa8B/CF75MlcRIaFtAYAnjZf dAMKaafmeRHaRQilGSMJ7teX =WT/G -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 13:14:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx2out.umbc.edu (mx2out.umbc.edu [130.85.253.52]) by hub.freebsd.org (Postfix) with ESMTP id 6FC4137B449 for ; Fri, 13 Apr 2001 13:14:46 -0700 (PDT) (envelope-from gmiddl1@gl.umbc.edu) Received: from irix1.gl.umbc.edu (gmiddl1@irix1.gl.umbc.edu [130.85.60.8]) by mx2out.umbc.edu (8.9.3/8.9.3) with ESMTP id QAA06737; Fri, 13 Apr 2001 16:14:43 -0400 (EDT) Date: Fri, 13 Apr 2001 16:14:40 -0400 From: "G. Jason Middleton" To: Ugen Cc: Subject: Re: boot floppy: trying again In-Reply-To: <3AD74E27.A3D6FBA1@xonix.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG what is your question? how to make boot floppies? not worded very well. Jason On Fri, 13 Apr 2001, Ugen wrote: > Ok, so nobody knows much :))) > Let's make it a simpler question - is there anything out of ordinary that has > to be configured for an installation floppt kernel (to boot from floppy, read mfs_root > and go into sysinstall)? > --Ugen > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > G. Jason Middleton _______________________________________________________________________________ Announcement: The revolution will not be televised. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 13:16:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx2out.umbc.edu (mx2out.umbc.edu [130.85.253.52]) by hub.freebsd.org (Postfix) with ESMTP id 13B7137B449 for ; Fri, 13 Apr 2001 13:16:52 -0700 (PDT) (envelope-from gmiddl1@gl.umbc.edu) Received: from irix1.gl.umbc.edu (gmiddl1@irix1.gl.umbc.edu [130.85.60.8]) by mx2out.umbc.edu (8.9.3/8.9.3) with ESMTP id QAA06889 for ; Fri, 13 Apr 2001 16:16:51 -0400 (EDT) Date: Fri, 13 Apr 2001 16:16:48 -0400 From: "G. Jason Middleton" To: Subject: Re: Yahoo apology (fwd) take a look guys Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hehe G. Jason Middleton _______________________________________________________________________________ Announcement: The revolution will not be televised. ---------- Forwarded message ---------- Date: Fri, 13 Apr 2001 14:31:20 -0500 From: Clare Gramley To: G. Jason Middleton Subject: Re: Yahoo apology Please accept my apologies for disturbing you with the Yahoo message. At the Yahoo home site under the Business Partners section there is a listing of "Contributors/Business Partners" that are thanked for helping to build Yahoo. It links to Freebsd. My intent was only to send a message to management at Yahoo business partners expressing my concern. I regret that I inadvertantly sent the message to the wrong Freebsd address. I do apologize for any inconvenience this caused you and others. I also just found out that Yahoo today cancelled its new advertising policy...I did check the Yahoo press releases section this morning before I started contacting business partners, but their press site made no mention of the policy change. Again, apologies for taking up your time. ----- Original Message ----- From: "G. Jason Middleton" To: "Clare Gramley" Sent: Friday, April 13, 2001 12:46 PM Subject: Re: Yahoo > what the hell does this have to do with freebsd???? we are an operating > system we have nothing to do with yahoo what so . > > > do you haev a freebsd question? if not then please do not clutter the > list with this shit > > G. Jason Middleton > www.twopimped.org > > > > On Fri, 13 Apr 2001, Clare Gramley wrote: > > > Hello. As a Yahoo sponsor, I just want to let you know that due to Yahoo's decision to sponsor advertising for explicit sexual material, I'll no longer be using Yahoo as a primary search engine at either my place of business or home. My husband and two teens will also stop using Yahoo, and whenever the I have the opportunity in conversation with others, I'll mention Yahoo's poor business practices and the reasons our family will no longer be using Yahoo. There is plenty of access to such material without having it pop up onto my screen on Yahoo. > > > > Sincerely, > > Paula Gramley > > Lincoln, IL > > > > G. Jason Middleton > > > ____________________________________________________________________________ ___ > > > > > > > Announcement: > > The revolution will not be televised. > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 13:20:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cluck.stealthchickens.org (cluck.stealthchickens.org [209.192.217.153]) by hub.freebsd.org (Postfix) with ESMTP id 3BC5B37B443 for ; Fri, 13 Apr 2001 13:20:27 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: from guinness.osdn.com (root@cluck.stealthchickens.org [209.192.217.153]) by cluck.stealthchickens.org (8.11.3/8.11.3) with ESMTP id f3DKKQk77173; Fri, 13 Apr 2001 16:20:26 -0400 (EDT) (envelope-from jim@FreeBSD.org) Received: by guinness.osdn.com (Postfix, from userid 1000) id 9060A100; Fri, 13 Apr 2001 16:20:25 -0400 (EDT) Date: Fri, 13 Apr 2001 16:20:25 -0400 From: Jim Mock To: "G. Jason Middleton" Cc: freebsd-questions@FreeBSD.org Subject: Re: Yahoo apology (fwd) take a look guys Message-ID: <20010413162025.A11734@guinness.osdn.com> Reply-To: jim@FreeBSD.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: ; from gmiddl1@gl.umbc.edu on Fri, Apr 13, 2001 at 04:16:48PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 13 Apr 2001 at 16:16:48 -0400, G. Jason Middleton wrote: > hehe Yeah, yeah, I got it too. Can we *PLEASE* let this die now? - jim -- - jim mock - O|S|D|N - open source development network - - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 13:35: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from vcnet.com (mail.vcnet.com [209.239.239.15]) by hub.freebsd.org (Postfix) with SMTP id 6323C37B506 for ; Fri, 13 Apr 2001 13:35:04 -0700 (PDT) (envelope-from jpr@vcnet.com) Received: (qmail 64288 invoked by uid 1001); 13 Apr 2001 20:35:04 -0000 Date: Fri, 13 Apr 2001 13:35:04 -0700 From: Jon Rust To: freebsd-questions@freebsd.org Subject: BIND denied update logging Message-ID: <20010413133504.A49041@mail.vcnet.com> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: http://www.freebsd.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've tried in vain to turn off denied DDNS dupdate logging. I have the following in my named.conf file: logging { category update { null; }; }; Shouldn't that do it? Any other ideas on how to turn off these messages? (Besides dropping a bomb on Redmond to thank M$ for this wonderful "feature".) jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 13:36:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.bellatlantic.net (mail2.bellatlantic.net [151.196.0.38]) by hub.freebsd.org (Postfix) with ESMTP id 71D3337B505 for ; Fri, 13 Apr 2001 13:36:23 -0700 (PDT) (envelope-from ugen@xonix.com) Received: from xonix.com (adsl-138-89-19-158.nnj.adsl.bellatlantic.net [138.89.19.158]) by mail2.bellatlantic.net (8.9.1/8.9.1) with ESMTP id QAA29887; Fri, 13 Apr 2001 16:36:51 -0400 (EDT) Message-ID: <3AD763F9.DB3B25C9@xonix.com> Date: Fri, 13 Apr 2001 16:39:21 -0400 From: Ugen X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "G. Jason Middleton" Cc: questions@FreeBSD.ORG Subject: Re: boot floppy: trying again References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG And again - i have boot floppies made out of images boot.flp and mfsroot.flp. I am compiling a new kernel (on some other FreeBSD box), gzipping it and replacing the kernel on boot floppy with this new kernel. This new kernel panicks as soon as it begins to load. This same new kernel does not panick when booted from the harddrive. Question - what if anything should i configure so that kernel will boot from the floppy (and in particular from the modified boot.flp) Any takers? --Ugen "G. Jason Middleton" wrote: > what is your question? how to make boot floppies? > > not worded very well. > > Jason > > On Fri, 13 Apr 2001, Ugen wrote: > > > Ok, so nobody knows much :))) > > Let's make it a simpler question - is there anything out of ordinary that has > > to be configured for an installation floppt kernel (to boot from floppy, read mfs_root > > and go into sysinstall)? > > --Ugen > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > G. Jason Middleton > > _______________________________________________________________________________ > > Announcement: > > The revolution will not be televised. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 13:43:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp2fb.rdc-nyc.rr.com [24.29.99.78]) by hub.freebsd.org (Postfix) with ESMTP id 6018737B509 for ; Fri, 13 Apr 2001 13:43:34 -0700 (PDT) (envelope-from optix@nyc.rr.com) Received: from darkstar ([24.29.134.4]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Fri, 13 Apr 2001 16:47:07 -0400 Message-ID: <000701c0c45b$4cc54a80$01000001@darkstar> From: "Jonathan M. Slivko" To: "Ugen" , "G. Jason Middleton" Cc: References: <3AD763F9.DB3B25C9@xonix.com> Subject: Re: boot floppy: trying again Date: Fri, 13 Apr 2001 16:49:57 -0400 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.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Why do you need to redo the kernel? Your supposed to leave the kernel as it is :) -- Jonathan M. Slivko Jonathan M. Slivko - optix@nyc.rr.com - jmslivko@datasyrge.net ---------------------------------------------------------------------------- ------------------ FreeBSD: The Power To Serve - http://www.FreeBSD.org ----- Original Message ----- From: "Ugen" To: "G. Jason Middleton" Cc: Sent: Friday, April 13, 2001 4:39 PM Subject: Re: boot floppy: trying again > And again - i have boot floppies made out of images boot.flp and > mfsroot.flp. I am compiling a new kernel (on some other FreeBSD box), > gzipping it and replacing the kernel on boot floppy with this new kernel. > This new kernel panicks as soon as it begins to load. This same new kernel > does not panick when booted from the harddrive. > Question - what if anything should i configure so that kernel will boot from > the floppy (and in particular from the modified boot.flp) > > Any takers? > --Ugen > > "G. Jason Middleton" wrote: > > > what is your question? how to make boot floppies? > > > > not worded very well. > > > > Jason > > > > On Fri, 13 Apr 2001, Ugen wrote: > > > > > Ok, so nobody knows much :))) > > > Let's make it a simpler question - is there anything out of ordinary that has > > > to be configured for an installation floppt kernel (to boot from floppy, read mfs_root > > > and go into sysinstall)? > > > --Ugen > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > G. Jason Middleton > > > > ____________________________________________________________________________ ___ > > > > Announcement: > > > > The revolution will not be televised. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 13:50: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id A37A537B50B for ; Fri, 13 Apr 2001 13:50:00 -0700 (PDT) (envelope-from lplist@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1003) id BA02055407; Fri, 13 Apr 2001 13:45:12 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id A860E51610; Fri, 13 Apr 2001 13:45:12 -0700 (PDT) Date: Fri, 13 Apr 2001 13:45:12 -0700 (PDT) From: Linh Pham To: Jon Rust Cc: Subject: Re: BIND denied update logging In-Reply-To: <20010413133504.A49041@mail.vcnet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2001-04-13, Jon Rust scribbled: # Shouldn't that do it? Any other ideas on how to turn off these messages? # (Besides dropping a bomb on Redmond to thank M$ for this wonderful # "feature".) You mean ``set them up with bomb''? Under Windows 2000, you can go to each workstation, go into TCP/IP / Advanced / DNS and uncheck the Register DNS option. This will disable most (if not all) of the dynamic DNS updating that it does by default. -- Linh Pham [lplist@closedsrc.org] // 404b - Brain not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 13:55:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from vcnet.com (mail.vcnet.com [209.239.239.15]) by hub.freebsd.org (Postfix) with SMTP id C41D537B505 for ; Fri, 13 Apr 2001 13:55:22 -0700 (PDT) (envelope-from jpr@vcnet.com) Received: (qmail 77784 invoked by uid 1001); 13 Apr 2001 20:55:22 -0000 Date: Fri, 13 Apr 2001 13:55:22 -0700 From: Jon Rust To: Linh Pham Cc: freebsd-questions@freebsd.org Subject: Re: BIND denied update logging Message-ID: <20010413135522.B67492@mail.vcnet.com> Mail-Followup-To: Linh Pham , freebsd-questions@freebsd.org References: <20010413133504.A49041@mail.vcnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from lplist@closedsrc.org on Fri, Apr 13, 2001 at 01:45:12PM -0700 X-Operating-System: http://www.freebsd.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Apr 13, 2001 at 01:45:12PM -0700, Linh Pham wrote: > On 2001-04-13, Jon Rust scribbled: > > # Shouldn't that do it? Any other ideas on how to turn off these messages? > # (Besides dropping a bomb on Redmond to thank M$ for this wonderful > # "feature".) > > You mean ``set them up with bomb''? Under Windows 2000, you can go to > each workstation, go into TCP/IP / Advanced / DNS and uncheck the > Register DNS option. This will disable most (if not all) of the dynamic > DNS updating that it does by default. Not possible with 1500+ customers who are LAME. Point-and-click admins who use Win2000 cuz "it's from MS so it must be good." Most, but maybe not all? WTF is that?! (Not directed at you, but MS.) Arg, apparently the DDNS requests come in on port 53 just like any other lookup, or I would have just IPFW'd them out. Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 14: 8:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dualcpus.com (dualcpus.com [65.160.20.195]) by hub.freebsd.org (Postfix) with SMTP id 9586737B43E for ; Fri, 13 Apr 2001 14:08:25 -0700 (PDT) (envelope-from data@dualcpus.com) Received: (qmail 7086 invoked from network); 13 Apr 2001 21:08:23 -0000 Received: from server.sherline.net (HELO server2) (216.120.87.3) by dualcpus.com with SMTP; 13 Apr 2001 21:08:23 -0000 Message-ID: <001701c0c45d$dd7997f0$035778d8@sherline.net> From: "Jeremiah Gowdy" To: Subject: [OffTopic] Pentium IV Date: Fri, 13 Apr 2001 14:08:18 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG http://www.inqst.com/articles/p4bandwidth/p4bandwidthmain.htm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 14: 9:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bryden.apana.org.au (bryden.apana.org.au [203.3.126.129]) by hub.freebsd.org (Postfix) with ESMTP id AFCDD37B43E for ; Fri, 13 Apr 2001 14:09:46 -0700 (PDT) (envelope-from dougy@bryden.apana.org.au) Received: from oracle ([192.168.0.4]) by bryden.apana.org.au (8.9.3/8.9.3) with SMTP id HAA21471; Sat, 14 Apr 2001 07:08:59 +1000 (EST) (envelope-from dougy@bryden.apana.org.au) Message-ID: <007f01c0c45e$085741c0$0400a8c0@oracle> From: "Doug Young" To: "Ugen" , References: <3AD74E27.A3D6FBA1@xonix.com> Subject: Re: boot floppy: trying again Date: Sat, 14 Apr 2001 07:09:04 +1000 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 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If its humanly possible to have problems comprehending official documentation its highly likely that I'll be the first to be tearing hair out in frustration .... however the issue of making the two boot floppies is one thats never given me the slightest trouble. I have noticed that a few people have tried to use a DOS / Windows "copy" command with predictable results (generally "it won't fit"), but invariably when the proper fdimage tool is used everything works fine. (and yes folks I have heard of whatever it was before fdimage, but it doesn't work in W2K) Something totally different that has caused me no end of trouble is use of typically "brand name" machines (especially laptops). I've seen no end of really weird "features" with some Compaq / Fujitsu / Digital / HP / Packard Bell / NEC / etc boxes, whereas others claim they have machines of this ilk working prefectly. Wherever possible I use only "backyard built" machines with relatively "standard" components (Intel CPUs / Adaptec SCSI adaptor / ATI or S3 videocard / SMC NIC / etc because I've found they give me infinitely less trouble than others. ----- Original Message ----- From: "Ugen" To: Sent: Saturday, April 14, 2001 5:06 AM Subject: boot floppy: trying again > Ok, so nobody knows much :))) > Let's make it a simpler question - is there anything out of ordinary that has > to be configured for an installation floppt kernel (to boot from floppy, read mfs_root > and go into sysinstall)? > --Ugen > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 14:13:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bakabaka.bignet.net (bakabaka.bignet.net [64.79.64.12]) by hub.freebsd.org (Postfix) with ESMTP id B71CC37B509 for ; Fri, 13 Apr 2001 14:13:55 -0700 (PDT) (envelope-from zettel@acm.org) Received: from acm.org (host171.64-79-90.bignet.net [64.79.90.171]) by bakabaka.bignet.net (8.9.3/8.9.3) with ESMTP id RAA19759; Fri, 13 Apr 2001 17:13:39 -0400 Message-ID: <3AD76BF3.C1772780@acm.org> Date: Fri, 13 Apr 2001 17:13:24 -0400 From: Leonard Zettel X-Mailer: Mozilla 4.75 [en] (Win95; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Reg , freebsd-questions@freebsd.org Subject: Re: resolv.conf overwrite References: <3AD51271.25615AEB@acm.org> <3AD51655.871D49A3@typhoon.co.jp> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Reg wrote: > > Hello! > > My guess is that you're using DHCP? If so, then resolve.conf is > overwritten at boot time to reflect the information given out by the DHCP > server. > Yes, it looks like I am using DHCP. I have now studied the relevant man pages. To continue on the elephant one bite at a time, given that I will (for the indefinite future anyway) always be going to another machine on my local network (192.168.0.185) to get to the net, is it necessary (or a good idea) to use DHCP? If so, what service is it providing (configuration or otherwise) that I need? What information is it using to create /etc/resolv.conf? Given that 192.168.0.185 is not a nameserver (at least I don't think it is), how do I disabuse DHCP of this notion? If I don't need DHCP, how do I turn it off? -LenZ- > Reg. > > Leonard Zettel wrote: > > > Following The Complete FreeBSD p 480 I created the following > > /etc/resolv.conf > > > > # Changed by Len Zettel 4/11/01 > > #----------removed------------- > > # search > > # nameserver 192.168.0.185 > > # ------------------------------ > > # ---------Added--------------- > > domain Oz. > > nameserver 204.254.120.6 # Bignet primary nameserver > > nameserver 204.254.120.7 # Bignet secondart nameserver > > #------------------------------------------------------ > > (snip) > > Then I rebooted :-( > > > > /etc/resolv.conf now contained > > > > search > > nameserver 192.168.0.185 > > (snip) > > My access to the net is via DSL with a Windows machine as gateway > > running a package calle SyGate. (Yes, technically DUMB, DUMB, DUMB) > > except for one thing: it works. Even I got it working. When (not IF, > > optimist that I am) I get Free BSD running well under this setup > > we'll work on changing it. Hopefully a step at a time. > > Thanks for reading. > > -LenZ- > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 14:18:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nebula.anchoragerescue.org (cable-115-7-237-24.anchorageak.net [24.237.7.115]) by hub.freebsd.org (Postfix) with ESMTP id 8F2A237B496 for ; Fri, 13 Apr 2001 14:18:46 -0700 (PDT) (envelope-from akbeech@anchoragerescue.org) Received: from galaxy.anchoragerescue.org (galaxy.anchoragerescue.org [24.237.7.95]) by nebula.anchoragerescue.org (Postfix) with SMTP id B565F4DE; Fri, 13 Apr 2001 13:18:44 -0800 (AKDT) Content-Type: text/plain; charset="iso-8859-1" From: Beech Rintoul To: Ugen , "G. Jason Middleton" Subject: Re: boot floppy: trying again Date: Fri, 13 Apr 2001 13:18:43 -0800 X-Mailer: KMail [version 1.2] Cc: questions@FreeBSD.ORG References: <3AD763F9.DB3B25C9@xonix.com> In-Reply-To: <3AD763F9.DB3B25C9@xonix.com> MIME-Version: 1.0 Message-Id: <01041313184300.13679@galaxy.anchoragerescue.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday 13 April 2001 12:39, Ugen wrote: > And again - i have boot floppies made out of images boot.flp and > mfsroot.flp. I am compiling a new kernel (on some other FreeBSD box), > gzipping it and replacing the kernel on boot floppy with this new kernel. > This new kernel panicks as soon as it begins to load. This same new kernel > does not panick when booted from the harddrive. > Question - what if anything should i configure so that kernel will boot > from the floppy (and in particular from the modified boot.flp) > > Any takers? > --Ugen > > "G. Jason Middleton" wrote: > > what is your question? how to make boot floppies? > > > > not worded very well. > > > > Jason > > > > On Fri, 13 Apr 2001, Ugen wrote: > > > Ok, so nobody knows much :))) > > > Let's make it a simpler question - is there anything out of ordinary > > > that has to be configured for an installation floppt kernel (to boot > > > from floppy, read mfs_root and go into sysinstall)? > > > --Ugen You should boot and install with the kernel that comes with the floppy set. Then you can build whatever kernel you need on the running system. Beech ------------------------------------------------------------------- Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org /"\ ASCII Ribbon Campaign | Anchorage Gospel Rescue Mission \ / - NO HTML/RTF in e-mail | P.O. Box 230510 X - NO Word docs in e-mail | Anchorage, AK 99523-0510 / \ ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 14:30:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.bellatlantic.net (mail2.bellatlantic.net [151.196.0.38]) by hub.freebsd.org (Postfix) with ESMTP id 3AE6F37B423 for ; Fri, 13 Apr 2001 14:30:05 -0700 (PDT) (envelope-from ugen@xonix.com) Received: from xonix.com (adsl-138-89-19-158.nnj.adsl.bellatlantic.net [138.89.19.158]) by mail2.bellatlantic.net (8.9.1/8.9.1) with ESMTP id RAA12993; Fri, 13 Apr 2001 17:30:32 -0400 (EDT) Message-ID: <3AD7708F.FB21EC7F@xonix.com> Date: Fri, 13 Apr 2001 17:33:03 -0400 From: Ugen X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Jonathan M. Slivko" Cc: "G. Jason Middleton" , questions@FreeBSD.ORG Subject: Re: boot floppy: trying again References: <3AD763F9.DB3B25C9@xonix.com> <000701c0c45b$4cc54a80$01000001@darkstar> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok...let me try to put this on the right track: 1) I am not a newbie:) Check the credits :) 2) If i have to put a different kernel on the install floppy - there is a reason for it (let's say some driver that is not compiled into a default boot floppy) 3) Anyone with a constructive suggestion would be most welcome:) --Ugen "Jonathan M. Slivko" wrote: > Why do you need to redo the kernel? Your supposed to leave the kernel as it > is :) > > -- Jonathan M. Slivko > > Jonathan M. Slivko - optix@nyc.rr.com - jmslivko@datasyrge.net > ---------------------------------------------------------------------------- > ------------------ > FreeBSD: The Power To Serve - http://www.FreeBSD.org > > ----- Original Message ----- > From: "Ugen" > To: "G. Jason Middleton" > Cc: > Sent: Friday, April 13, 2001 4:39 PM > Subject: Re: boot floppy: trying again > > > And again - i have boot floppies made out of images boot.flp and > > mfsroot.flp. I am compiling a new kernel (on some other FreeBSD box), > > gzipping it and replacing the kernel on boot floppy with this new kernel. > > This new kernel panicks as soon as it begins to load. This same new kernel > > does not panick when booted from the harddrive. > > Question - what if anything should i configure so that kernel will boot > from > > the floppy (and in particular from the modified boot.flp) > > > > Any takers? > > --Ugen > > > > "G. Jason Middleton" wrote: > > > > > what is your question? how to make boot floppies? > > > > > > not worded very well. > > > > > > Jason > > > > > > On Fri, 13 Apr 2001, Ugen wrote: > > > > > > > Ok, so nobody knows much :))) > > > > Let's make it a simpler question - is there anything out of ordinary > that has > > > > to be configured for an installation floppt kernel (to boot from > floppy, read mfs_root > > > > and go into sysinstall)? > > > > --Ugen > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > G. Jason Middleton > > > > > > > ____________________________________________________________________________ > ___ > > > > > > Announcement: > > > > > > The revolution will not be televised. > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 14:37:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id C063C37B50C for ; Fri, 13 Apr 2001 14:37:16 -0700 (PDT) (envelope-from wmoran@iowna.com) Received: from iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f3DLYPf21811 for ; Fri, 13 Apr 2001 17:34:25 -0400 (EDT) Message-ID: <3AD78066.84979396@iowna.com> Date: Fri, 13 Apr 2001 18:40:38 -0400 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Modem sharing Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been searching for about an hour now and haven't found anything on this topic. Basically I want to have a modem in a FreeBSD server and have the potential for MS clients (Win95, for the most part) share it. It can't be a simple PPP connection, as there are some propriatary apps that will need to dial out and I haven't a clue as to what protocol they're using. We've been doing this with Novell NAS ports (if anyone's familiar with this) but we're planning to ditch Novell. Any suggestions, or pointers to information? TIA, Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 14:43: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web11802.mail.yahoo.com (web11802.mail.yahoo.com [216.136.172.156]) by hub.freebsd.org (Postfix) with SMTP id 89FD137B424 for ; Fri, 13 Apr 2001 14:42:58 -0700 (PDT) (envelope-from youxt@yahoo.com) Message-ID: <20010413214258.58914.qmail@web11802.mail.yahoo.com> Received: from [135.180.161.228] by web11802.mail.yahoo.com; Sat, 14 Apr 2001 05:42:58 CST Date: Sat, 14 Apr 2001 05:42:58 +0800 (CST) From: =?gb2312?q?Xiangtao=20You?= Subject: JDK for FreeBSD? To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I tried to install JDK1.1.8 on the FreeBSD ver4.1, but the java interpreter doesn't work, the following error message is prompted: /usr/libexec/ld-elf.so.1: Shared object "libxpg4.so.2" not found Can somebody tell me what's the problem? And, which version of JDK is supported by FreeBSD 4.1? Thank you _________________________________________________________ Do You Yahoo!? µÇ¼Ãâ·ÑÑÅ»¢µçÓÊ! http://mail.yahoo.com.cn ´´½¨ÑÅ»¢¾ãÀÖ²¿£¬ÕæÎÒ¸öÐÔ¾¡Ê©Õ¹£¡http://cn.clubs.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 14:52:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id 5F74937B505 for ; Fri, 13 Apr 2001 14:52:18 -0700 (PDT) (envelope-from stuyman@confusion.net) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id QAA15670; Fri, 13 Apr 2001 16:52:16 -0500 (CDT) Received: from confusion.net (dhcp089069.res-hall.nwu.edu [199.74.89.69]) by hecky.acns.nwu.edu via smap (V2.0) id xma015176; Fri, 13 Apr 01 16:51:39 -0500 Message-ID: <3AD774B5.9DD232BD@confusion.net> Date: Fri, 13 Apr 2001 16:50:45 -0500 From: Laurence Berland X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "J. Seth Henry" Cc: FreeBSD Questions Subject: Re: Pornography on Yahoo References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The reply I sent to the other person who wrote an email to questions on this issue, which I sent backchannel, went something like this. Ethicalmind, You are probably going to get many angry, unreasoned reply to this email. Please ignore them. Instead, please consider the reasoned explanation I am going to give you below. Consider these simple facts: 1. You and others who agree with you have every write to protest pornography, but you must recognize that a significant portion of people neither consider pornography immoral nor have anything against it. 2. FreeBSD is a computer operating system. In laymans terms, this means it simply loads programs into the computer. A better known operating system is Windows. You loaded your mail program (in this case AOL) using windows. FreeBSD, Microsoft, etc, cannot control the content of your email, or the web pages you browse. They do not endorse the contents of these correspondence either. 3. Yahoo! uses FreeBSD on its computer. Yahoo! is a very busy internet site, so we tell people they run FreeBSD to indicate to them how well FreeBSD works. FreeBSD is not a Yahoo! business partner or the like. 4. Many Pornographic sites run the Windows operating system. Do you blame Microsoft for this? I don't think a company can reasonably be expected to tell people what they can and can't do with their computers. 5. The email you sent went to the address "freebsd-questions@freebsd.org". This address is actually a mailing list that many volunteers are subscribed to. People trying to do things like send email or browse the web with FreeBSD send their questions to this list, and the volunteers help them get up and running. These people, such as myself, have no power to tell FreeBSD, Inc what to do with their software, which is free for all to use anyway. Thanks for taking the time to read this, I'm sure you and your colleagues will see that no matter how noble you believe your cause to be, this is not the place to send your protests. You will be expending energy on an activity that is directed at people who cannot do anything, whether they agree with you or not. If you have further questions about the relationship between FreeBSD, Yahoo!, and the freebsd-questions@freebsd.org mailing list, please feel free to email me and I'll be happy to explain. Thanks for your time. Laurence Berland If we only send emails that are reasoned and logical, and not emotional, these people will probably stop... L: "J. Seth Henry" wrote: > > You know, I've seen at least 20 posts now spewing vitriol at the poor moron > who had the temerity to stand up for something she believes in. While I > agree, her post was seriously off-topic, and completely brain dead - BUT SO > WERE THE REPLIES!!! Come on folks, we have wasted (at least) 20x the > bandwidth the original poster did - so why don't we just let it go? > > Also, I would like to point out that we don't see this much vitriol when a > commercial spammer posts something. I find *that* easily as irritating and > offensive as a knuckleheaded soap-box post from a religious zealot. BTW, for > the atheists in the room, a recent court decision held that atheism is, in > fact, a form of religion. I, for one, find the atheists soap box just as > grinding and irritating as everyone else's soap box. That said, why don't we > lay off the atheists, Christians, Quakers - and who knows who else - and get > back to the business of learning about FreeBSD? (if the offended parties > aren't atheists - my bad, but whatever you are, enough's enough...) > > As an aside, I would ask why this lady deserves more abuse than any other > spammer or huckster. Why don't we blast them all equally for wasting our > time? Just a thought... > > Seth Henry > jshenry@net-noise.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Laurence Berland Intern, Flooz.com Northwestern '04 stuyman@confusion.net http://www.isp.northwestern.edu/~laurence "The world has turned and left me here" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 15: 6:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail6.sdc1.sfba.home.com (femail6.sdc1.sfba.home.com [24.0.95.86]) by hub.freebsd.org (Postfix) with ESMTP id 3C86C37B506 for ; Fri, 13 Apr 2001 15:06:12 -0700 (PDT) (envelope-from iratus@home.com) Received: from cc60260a ([24.0.114.133]) by femail6.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010413220611.OUMA26465.femail6.sdc1.sfba.home.com@cc60260a>; Fri, 13 Apr 2001 15:06:11 -0700 From: "Jeff" To: "FreeBSD Questions" Cc: Subject: RE: Setup doesn't see my network card Date: Fri, 13 Apr 2001 15:06:11 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <3AD774B5.9DD232BD@confusion.net> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am trying to install FBSD v. 4.2 over ftp. I have a strange problem that I have not seen before. I have created the two boot disks with fdimage and they boot without any problem. I can set up the disk slices with no problem but when I go to setup the network connection all I am given is slip, parallel and ppp connection options. I have an ethernet card and a cable connection that I have setup and running with win2k and have always (back to FBSD v. 3.2) been able to set it up in FBSD with no problem. At system probe the kernel sees the card (as da0 as I recall) but the setup portion doesn't. Any pointers, reading material or suggestions will be greatfully accepted. Thanks in advance, Jeff Phillips To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 15:15: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id D397637B440 for ; Fri, 13 Apr 2001 15:15:04 -0700 (PDT) (envelope-from lplist@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1003) id 5BFE255407; Fri, 13 Apr 2001 15:10:19 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id 4A36B51610; Fri, 13 Apr 2001 15:10:19 -0700 (PDT) Date: Fri, 13 Apr 2001 15:10:19 -0700 (PDT) From: Linh Pham To: Jeff Cc: FreeBSD Questions Subject: RE: Setup doesn't see my network card In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2001-04-13, Jeff scribbled: # Hello, I am trying to install FBSD v. 4.2 over ftp. I have a strange problem # that I have not seen before. I have created the two boot disks with fdimage # and they boot without any problem. I can set up the disk slices with no # problem but when I go to setup the network connection all I am given is # slip, parallel and ppp connection options. I have an ethernet card and a # cable connection that I have setup and running with win2k and have always # (back to FBSD v. 3.2) been able to set it up in FBSD with no problem. At # system probe the kernel sees the card (as da0 as I recall) but the setup # portion doesn't. Any pointers, reading material or suggestions will be # greatfully accepted. Thanks in advance, Jeff Phillips What kind of network card do you have installed in the machine (make, model, etc.)? -- Linh Pham [lplist@closedsrc.org] // 404b - Brain not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 15:32:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx1out.umbc.edu (mx1out.umbc.edu [130.85.253.51]) by hub.freebsd.org (Postfix) with ESMTP id A3B0037B443 for ; Fri, 13 Apr 2001 15:32:06 -0700 (PDT) (envelope-from gmiddl1@gl.umbc.edu) Received: from linux2.gl.umbc.edu (IDENT:gmiddl1@linux2.gl.umbc.edu [130.85.60.16]) by mx1out.umbc.edu (8.9.3/8.9.3) with ESMTP id SAA29527; Fri, 13 Apr 2001 18:32:03 -0400 (EDT) Date: Fri, 13 Apr 2001 18:32:02 -0400 (EDT) From: "G. Jason Middleton" To: Ugen Cc: "Jonathan M. Slivko" , Subject: Re: boot floppy: trying again In-Reply-To: <3AD7708F.FB21EC7F@xonix.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sweet... good....not lets see who bites cause i don't know On Fri, 13 Apr 2001, Ugen wrote: > Ok...let me try to put this on the right track: > 1) I am not a newbie:) Check the credits :) > 2) If i have to put a different kernel on the install floppy - there is a reason > for it (let's say some driver that is not compiled into a default boot floppy) > 3) Anyone with a constructive suggestion would be most welcome:) > --Ugen > > "Jonathan M. Slivko" wrote: > > > Why do you need to redo the kernel? Your supposed to leave the kernel as it > > is :) > > > > -- Jonathan M. Slivko > > > > Jonathan M. Slivko - optix@nyc.rr.com - jmslivko@datasyrge.net > > ---------------------------------------------------------------------------- > > ------------------ > > FreeBSD: The Power To Serve - http://www.FreeBSD.org > > > > ----- Original Message ----- > > From: "Ugen" > > To: "G. Jason Middleton" > > Cc: > > Sent: Friday, April 13, 2001 4:39 PM > > Subject: Re: boot floppy: trying again > > > > > And again - i have boot floppies made out of images boot.flp and > > > mfsroot.flp. I am compiling a new kernel (on some other FreeBSD box), > > > gzipping it and replacing the kernel on boot floppy with this new kernel. > > > This new kernel panicks as soon as it begins to load. This same new kernel > > > does not panick when booted from the harddrive. > > > Question - what if anything should i configure so that kernel will boot > > from > > > the floppy (and in particular from the modified boot.flp) > > > > > > Any takers? > > > --Ugen > > > > > > "G. Jason Middleton" wrote: > > > > > > > what is your question? how to make boot floppies? > > > > > > > > not worded very well. > > > > > > > > Jason > > > > > > > > On Fri, 13 Apr 2001, Ugen wrote: > > > > > > > > > Ok, so nobody knows much :))) > > > > > Let's make it a simpler question - is there anything out of ordinary > > that has > > > > > to be configured for an installation floppt kernel (to boot from > > floppy, read mfs_root > > > > > and go into sysinstall)? > > > > > --Ugen > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > > > G. Jason Middleton > > > > > > > > > > ____________________________________________________________________________ > > ___ > > > > > > > > Announcement: > > > > > > > > The revolution will not be televised. > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > G. Jason Middleton _______________________________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 15:55:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www.golsyd.net.au (golsyd.net.au [203.57.20.1]) by hub.freebsd.org (Postfix) with ESMTP id 4C8A737B43F; Fri, 13 Apr 2001 15:55:21 -0700 (PDT) (envelope-from kaltorak@quake.com.au) Received: from [203.164.12.28] by www.quake.com.au (NTMail 4.30.0012/AB6169.63.5724aadf) with ESMTP id ypwaaaaa for ; Sat, 14 Apr 2001 08:54:55 +1000 Message-ID: <3AD784C7.B7F0B80A@quake.com.au> Date: Sat, 14 Apr 2001 08:59:19 +1000 From: Kal Torak X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Ben Smithurst Cc: FreeBSD-questions Subject: Re: Creating EXACT image of a CD References: <3AD68EBA.EC6A8380@quake.com.au> <20010413135052.H75296@scientia.demon.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ben Smithurst wrote: > > Kal Torak wrote: > > > I want to create exact ISO images of CD's... > > Like create the file system using the exact same file names and > > structure, not just copying the data... If there are null sectors on > > the CD or something then I want them to be part of the image... > > > > So yeah basically an exact image of it :) > > > > Anyway what tools for FreeBSD can I use to do this? with certain > > options to mkisofs can it be done? or using dd or something? > > yeah, you should just be able to use dd. > > dd if=/dev/cdrom of=exact-image.iso bs=2k > > other block sizes may work too, you could experiment. I think with data > CDs it has to be a multiple of 2k, couldn't swear to that though. Hmmm is there a tool to check the block size of a file system? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 16: 9:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail9.sdc1.sfba.home.com (femail9.sdc1.sfba.home.com [24.0.95.89]) by hub.freebsd.org (Postfix) with ESMTP id 595F637B440; Fri, 13 Apr 2001 16:09:47 -0700 (PDT) (envelope-from graywane@home.com) Received: from cg392862-a.adubn1.nj.home.com ([65.2.79.221]) by femail9.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010413230946.WKNF146.femail9.sdc1.sfba.home.com@cg392862-a.adubn1.nj.home.com>; Fri, 13 Apr 2001 16:09:46 -0700 Received: (from graywane@localhost) by cg392862-a.adubn1.nj.home.com (8.11.3/8.11.3) id f3DN9fw06880; Fri, 13 Apr 2001 19:09:41 -0400 (EDT) (envelope-from graywane) Date: Fri, 13 Apr 2001 19:09:40 -0400 From: Graywane To: Kal Torak Cc: Ben Smithurst , FreeBSD-questions Subject: Re: Creating EXACT image of a CD Message-ID: <20010413190940.A6820@home.com> References: <3AD68EBA.EC6A8380@quake.com.au> <20010413135052.H75296@scientia.demon.co.uk> <3AD784C7.B7F0B80A@quake.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="u3/rZRmxL6MmkK24" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD784C7.B7F0B80A@quake.com.au>; from kaltorak@quake.com.au on Sat, Apr 14, 2001 at 08:59:19AM +1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Here is the track layout for a data CD: +---------------------- Yellow Book -------------------+---- Red Book ---+ ! ! ! v <------------------- 2352 Bytes -------------------> v v +----------+---------------------------------+---------+-----------------+ ! Sync ! ! CD-ROM ! ! ! & ! User Data (2048 Bytes) ! EDC/ECC ! EDC/ECC/Control ! ! Headers ! ! (280) ! (882 Bytes) ! ! (24) ! ! ! ! +----------+---------------------------------+---------+-----------------+ Michael On Sat, Apr 14, 2001 at 08:59:19AM +1000, Kal Torak wrote: > > > I want to create exact ISO images of CD's... > > > Like create the file system using the exact same file names and > > > structure, not just copying the data... If there are null sectors on > > > the CD or something then I want them to be part of the image... > > > options to mkisofs can it be done? or using dd or something? > >=20 > > yeah, you should just be able to use dd. > >=20 > > dd if=3D/dev/cdrom of=3Dexact-image.iso bs=3D2k > >=20 > > other block sizes may work too, you could experiment. I think with data > > CDs it has to be a multiple of 2k, couldn't swear to that though. >=20 > Hmmm is there a tool to check the block size of a file system? --=20 Note: See http://www.members.home.net/graywane/ for PGP information. --u3/rZRmxL6MmkK24 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjrXhzQACgkQeHdFaBWUGN09YgCePJc0j9B3BWjbwiCiSPsabiQf HM0AoKYNgpt63lZP/cdDxXk01AeRzioW =F3O/ -----END PGP SIGNATURE----- --u3/rZRmxL6MmkK24-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 16:14:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id 60D6837B440 for ; Fri, 13 Apr 2001 16:14:53 -0700 (PDT) (envelope-from lists@vivdev.com) Received: from [192.168.1.100] (dhcp043-10-151-24.nt01-c5.cpe.charter-ne.com [24.151.10.43]) by falcon.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id QAA03469; Fri, 13 Apr 2001 16:14:44 -0700 (PDT) X-Sender: lists@vivdev.com (Unverified) Message-Id: In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Fri, 13 Apr 2001 19:14:25 -0400 To: freebsd-questions@FreeBSD.ORG, "Robert L Sowders" From: lists Subject: Re: Ports versus ports Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >When you port over a program to run on a particular operating system, you >are just providing the correct paths and hooks into the operating system >that are different from the old one. OK! Thanks for all the responses so far - this is the type of answer I was fishing for. I am wondering if there is more to learn starting from this answer - i.e. more precisely/rigorously/technically what are the paths and "hooks" into the OS, and so on....? thanks, chris lists@vivdev.com _____________________________________________ /"\ ASCII Ribbon campaign against E-Mail \ / in gratuitous HTML and Microsoft X proprietary formats. / \ Post no attachments to the lists! _______________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 16:22: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 0633537B43F for ; Fri, 13 Apr 2001 16:22:06 -0700 (PDT) (envelope-from mb@imp.ch) Received: from harem (harem.imp.ch [157.161.4.8]) by mail.imp.ch (8.11.1/8.11.1) with ESMTP id f3DNM0103259; Sat, 14 Apr 2001 01:22:01 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Sat, 14 Apr 2001 01:22:00 +0200 From: Martin Blapp To: "Kevin G. Eliuk" Cc: FreeBSD Questions Subject: Accessing internet w/Staroffice-5.2 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, > I have not updated linux emulation or or any other linux libs in quite > some time, so I can only gather that something in the builds has been > responsible for this change. A fix to the linux_connect() syscall in FreeBSD fixed the webaccess in Staroffice5.2. But it took me a long time to discover where the problem was. Fixed in revison 1.26 and 1.27 of /usr/src/sys/compat/linux/linux_socket.c Martin Martin Blapp, mb@imp.ch ------------------------------------------------ Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax: +41 61 826 93 01 ------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 16:23:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail7.sdc1.sfba.home.com (femail7.sdc1.sfba.home.com [24.0.95.87]) by hub.freebsd.org (Postfix) with ESMTP id 2C33337B50C for ; Fri, 13 Apr 2001 16:23:37 -0700 (PDT) (envelope-from iratus@home.com) Received: from cc60260a ([24.0.114.133]) by femail7.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010413232336.ORLV16281.femail7.sdc1.sfba.home.com@cc60260a>; Fri, 13 Apr 2001 16:23:36 -0700 From: "Jeff" To: "Linh Pham" Cc: "FreeBSD Questions" Subject: RE: Setup doesn't see my network card Date: Fri, 13 Apr 2001 16:23:36 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello - It is a generic SMC with a dec 21041 chip. Linux recognizes it with the "tulip" driver and all the other installs of FBSD have used the de0 driver to see it. It is possible that I either have the wrong floppy (I used the boot.flp and mfsroot.flp from 4.2-RELEASE) or perhaps need to tweak the setup menu options? Jeff -----Original Message----- From: Linh Pham [mailto:lplist@closedsrc.org] Sent: Friday, April 13, 2001 15:10 To: Jeff Cc: FreeBSD Questions Subject: RE: Setup doesn't see my network card On 2001-04-13, Jeff scribbled: # Hello, I am trying to install FBSD v. 4.2 over ftp. I have a strange problem # that I have not seen before. I have created the two boot disks with fdimage # and they boot without any problem. I can set up the disk slices with no # problem but when I go to setup the network connection all I am given is # slip, parallel and ppp connection options. I have an ethernet card and a # cable connection that I have setup and running with win2k and have always # (back to FBSD v. 3.2) been able to set it up in FBSD with no problem. At # system probe the kernel sees the card (as da0 as I recall) but the setup # portion doesn't. Any pointers, reading material or suggestions will be # greatfully accepted. Thanks in advance, Jeff Phillips What kind of network card do you have installed in the machine (make, model, etc.)? -- Linh Pham [lplist@closedsrc.org] // 404b - Brain not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 16:30: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by hub.freebsd.org (Postfix) with ESMTP id 37ABB37B50E for ; Fri, 13 Apr 2001 16:30:01 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id QAA72140; Fri, 13 Apr 2001 16:15:19 -0700 (PDT) Date: Fri, 13 Apr 2001 16:15:19 -0700 (PDT) From: Annelise Anderson To: Joe Heuring Cc: freebsd-questions@FreeBSD.ORG Subject: Re: shift page up In-Reply-To: <20100412214507.F3183@Joe H> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ScrollLock + Up Arrow On Mon, 12 Apr 2010, Joe Heuring wrote: > Looking for the equivalent for shift page up in linux. Thank you. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 16:37: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from h24-69-46-74.gv.shawcable.net (h24-69-46-74.gv.shawcable.net [24.69.46.74]) by hub.freebsd.org (Postfix) with ESMTP id 27A4137B422 for ; Fri, 13 Apr 2001 16:36:59 -0700 (PDT) (envelope-from michael@tenzo.com) Received: from h24-69-46-74.gv.shawcable.net (localhost.gv.shawcable.net [127.0.0.1]) by h24-69-46-74.gv.shawcable.net (8.11.1/8.11.1) with SMTP id f3DNdUR03083 for ; Fri, 13 Apr 2001 16:39:30 -0700 (PDT) (envelope-from michael@tenzo.com) Content-Type: text/plain; charset="iso-8859-1" From: "Michael O'Henly" Reply-To: michael@tenzo.com Organization: TENZO Design To: Subject: Problem building wget from ports collection... Date: Fri, 13 Apr 2001 16:39:29 -0700 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01041316393000.03060@h24-69-46-74.gv.shawcable.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi... I'm running a fresh install of FreeBSD 4.2. All the ports I've built so far have worked flawlessly with no effort on my part. (And as someone recently arrived from Linux, this is awesome!) Today I hit a snag building wget. The compile chugs along and then tips over with: /usr/ports/ftp/wget/work/wget-1.6/src In file included from cmpt.c:37: wget.h:44: libintl.h: no such file or directory *** Error code 1 What is the proper way to report problems of this kind? Is there a central bug-reporting facility or should problem be reported to the individuals who maintain the port? Thanks. M. -- Michael O'Henly TENZO Design To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 16:40: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail5.sdc1.sfba.home.com (femail5.sdc1.sfba.home.com [24.0.95.85]) by hub.freebsd.org (Postfix) with ESMTP id D36DE37B446 for ; Fri, 13 Apr 2001 16:39:57 -0700 (PDT) (envelope-from iratus@home.com) Received: from cc60260a ([24.0.114.133]) by femail5.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010413233957.UZLV1928.femail5.sdc1.sfba.home.com@cc60260a>; Fri, 13 Apr 2001 16:39:57 -0700 From: "Jeff" To: "Jonathan M. Slivko" Cc: Subject: RE: Setup doesn't see my network card Date: Fri, 13 Apr 2001 16:39:56 -0700 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 IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal In-Reply-To: <002101c0c471$d2c358a0$01000001@darkstar> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG O.K. that may be it but I have another thought and I am almost afraid to ask but here goes. I run win2k as a matter of application needs and school compatability - Is it possible that win2k may have setup the card in a mode that only it can see ? I know I am reaching but I ran the two setup disks a while back to see and the setup options screen doesn't show any nic either which I think means the card isn't being seen at all. I admit to being not too savy on this but have never encountered this before (over a dozen installs on this box and two others). Thanks for the quick reply and thanks in advance if this should ring some bells (or even induce a certain amount of laughter :-). Jeff Phillips -----Original Message----- From: Jonathan M. Slivko [mailto:optix@nyc.rr.com] Sent: Friday, April 13, 2001 16:31 To: Jeff Subject: Re: Setup doesn't see my network card I also have a generic SMC card, but FreeBSD picked it up and installed it. Hint: it's NE2000 compatible :) Jonathan M. Slivko - optix@nyc.rr.com - jmslivko@datasyrge.net --------------------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org ----- Original Message ----- From: "Jeff" To: "Linh Pham" Cc: "FreeBSD Questions" Sent: Friday, April 13, 2001 7:23 PM Subject: RE: Setup doesn't see my network card > Hello - It is a generic SMC with a dec 21041 chip. Linux recognizes it with > the "tulip" driver and all the other installs of FBSD have used the de0 > driver to see it. It is possible that I either have the wrong floppy (I used > the boot.flp and mfsroot.flp from 4.2-RELEASE) or perhaps need to tweak the > setup menu options? > Jeff > > -----Original Message----- > From: Linh Pham [mailto:lplist@closedsrc.org] > Sent: Friday, April 13, 2001 15:10 > To: Jeff > Cc: FreeBSD Questions > Subject: RE: Setup doesn't see my network card > > > On 2001-04-13, Jeff scribbled: > > # Hello, I am trying to install FBSD v. 4.2 over ftp. I have a strange > problem > # that I have not seen before. I have created the two boot disks with > fdimage > # and they boot without any problem. I can set up the disk slices with no > # problem but when I go to setup the network connection all I am given is > # slip, parallel and ppp connection options. I have an ethernet card and a > # cable connection that I have setup and running with win2k and have always > # (back to FBSD v. 3.2) been able to set it up in FBSD with no problem. At > # system probe the kernel sees the card (as da0 as I recall) but the setup > # portion doesn't. Any pointers, reading material or suggestions will be > # greatfully accepted. Thanks in advance, Jeff Phillips > > What kind of network card do you have installed in the machine (make, > model, etc.)? > > -- > Linh Pham > [lplist@closedsrc.org] > > // 404b - Brain not found > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 16:43: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp1fb.rdc-nyc.rr.com [24.29.99.76]) by hub.freebsd.org (Postfix) with ESMTP id 6910637B50C for ; Fri, 13 Apr 2001 16:43:00 -0700 (PDT) (envelope-from optix@nyc.rr.com) Received: (apparently) from darkstar ([24.29.134.4]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Fri, 13 Apr 2001 19:46:33 -0400 Message-ID: <000701c0c474$5e0bdca0$01000001@darkstar> From: "Jonathan M. Slivko" To: "Jeff" Cc: References: Subject: Re: Setup doesn't see my network card Date: Fri, 13 Apr 2001 19:49:21 -0400 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.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG That hint was actually supposed to help. What I meant by that is that you can use the generic NE2000 driver under FreeBSD and it should recognize fine. -- Jonathan M. Slivko Jonathan M. Slivko - optix@nyc.rr.com - jmslivko@datasyrge.net ---------------------------------------------------------------------------- ------------------ FreeBSD: The Power To Serve - http://www.FreeBSD.org ----- Original Message ----- From: "Jeff" To: "Jonathan M. Slivko" Cc: Sent: Friday, April 13, 2001 7:39 PM Subject: RE: Setup doesn't see my network card > O.K. that may be it but I have another thought and I am almost afraid to ask > but here goes. I run win2k as a matter of application needs and school > compatability - Is it possible that win2k may have setup the card in a mode > that only it can see ? I know I am reaching but I ran the two setup disks a > while back to see and the setup options screen doesn't show any nic either > which I think means the card isn't being seen at all. I admit to being not > too savy on this but have never encountered this before (over a dozen > installs on this box and two others). Thanks for the quick reply and thanks > in advance if this should ring some bells (or even induce a certain amount > of laughter :-). Jeff Phillips > > -----Original Message----- > From: Jonathan M. Slivko [mailto:optix@nyc.rr.com] > Sent: Friday, April 13, 2001 16:31 > To: Jeff > Subject: Re: Setup doesn't see my network card > > > I also have a generic SMC card, but FreeBSD picked it up and installed it. > > Hint: it's NE2000 compatible :) > > Jonathan M. Slivko - optix@nyc.rr.com - jmslivko@datasyrge.net > --------------------------------------------------------------------- > FreeBSD: The Power To Serve - http://www.FreeBSD.org > > > ----- Original Message ----- > From: "Jeff" > To: "Linh Pham" > Cc: "FreeBSD Questions" > Sent: Friday, April 13, 2001 7:23 PM > Subject: RE: Setup doesn't see my network card > > > > Hello - It is a generic SMC with a dec 21041 chip. Linux recognizes it > with > > the "tulip" driver and all the other installs of FBSD have used the de0 > > driver to see it. It is possible that I either have the wrong floppy (I > used > > the boot.flp and mfsroot.flp from 4.2-RELEASE) or perhaps need to tweak > the > > setup menu options? > > Jeff > > > > -----Original Message----- > > From: Linh Pham [mailto:lplist@closedsrc.org] > > Sent: Friday, April 13, 2001 15:10 > > To: Jeff > > Cc: FreeBSD Questions > > Subject: RE: Setup doesn't see my network card > > > > > > On 2001-04-13, Jeff scribbled: > > > > # Hello, I am trying to install FBSD v. 4.2 over ftp. I have a strange > > problem > > # that I have not seen before. I have created the two boot disks with > > fdimage > > # and they boot without any problem. I can set up the disk slices with no > > # problem but when I go to setup the network connection all I am given is > > # slip, parallel and ppp connection options. I have an ethernet card and > a > > # cable connection that I have setup and running with win2k and have > always > > # (back to FBSD v. 3.2) been able to set it up in FBSD with no problem. At > > # system probe the kernel sees the card (as da0 as I recall) but the setup > > # portion doesn't. Any pointers, reading material or suggestions will be > > # greatfully accepted. Thanks in advance, Jeff Phillips > > > > What kind of network card do you have installed in the machine (make, > > model, etc.)? > > > > -- > > Linh Pham > > [lplist@closedsrc.org] > > > > // 404b - Brain not found > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 16:45:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by hub.freebsd.org (Postfix) with ESMTP id C9B9037B53A for ; Fri, 13 Apr 2001 16:45:14 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id QAA72211; Fri, 13 Apr 2001 16:42:57 -0700 (PDT) Date: Fri, 13 Apr 2001 16:42:57 -0700 (PDT) From: Annelise Anderson To: Ugen Cc: "Jonathan M. Slivko" , "G. Jason Middleton" , freebsd-questions@FreeBSD.ORG Subject: Re: boot floppy: trying again In-Reply-To: <3AD7708F.FB21EC7F@xonix.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had precisely such a need at one time--while the aic driver for the Adaptec 1520 was not in the kernel. So I wanted a boot floppy that included the driver for the 1520. I built a release (this was for 3.2). Then I made another kernel for the release and made boot floppies, so the kernel included the driver I wanted. I had this release on my web server for a while and a few people actually used it to install. I also built a release around the same time to include pccard support in a boot kernel so I could install on a laptop by ftp (this is of course now part of the GENERIC kernel). I also adapted msfroot to include the ee editor so I could edit the pccard.conf file, and of course I had to include pccardc and pccardd. This is sort of fun to do, but it is also detailed and tricky, and even if "make release" works from start to finish, the customization requires that you intervene in the process one way or another. I did it on a Pentium 90 and it took 38 hours. :) You might look at at the Makefile in /usr/src/release to find out just what gets put on kern.flp. (My experience was that I had to have a matched set of kern.flp and mfsroot.flp or mfsroot.flp wouldn't work.) Since that time I've seen comments that it's "trivial" to make a custom kernel but it certainly isn't obvious to me how to do this independently of building a release. Annelise On Fri, 13 Apr 2001, Ugen wrote: > Ok...let me try to put this on the right track: > 1) I am not a newbie:) Check the credits :) > 2) If i have to put a different kernel on the install floppy - there is a reason > for it (let's say some driver that is not compiled into a default boot floppy) > 3) Anyone with a constructive suggestion would be most welcome:) > --Ugen > > "Jonathan M. Slivko" wrote: > > > Why do you need to redo the kernel? Your supposed to leave the kernel as it > > is :) > > > > -- Jonathan M. Slivko > > > > Jonathan M. Slivko - optix@nyc.rr.com - jmslivko@datasyrge.net > > ---------------------------------------------------------------------------- > > ------------------ > > FreeBSD: The Power To Serve - http://www.FreeBSD.org > > > > ----- Original Message ----- > > From: "Ugen" > > To: "G. Jason Middleton" > > Cc: > > Sent: Friday, April 13, 2001 4:39 PM > > Subject: Re: boot floppy: trying again > > > > > And again - i have boot floppies made out of images boot.flp and > > > mfsroot.flp. I am compiling a new kernel (on some other FreeBSD box), > > > gzipping it and replacing the kernel on boot floppy with this new kernel. > > > This new kernel panicks as soon as it begins to load. This same new kernel > > > does not panick when booted from the harddrive. > > > Question - what if anything should i configure so that kernel will boot > > from > > > the floppy (and in particular from the modified boot.flp) > > > > > > Any takers? > > > --Ugen > > > > > > "G. Jason Middleton" wrote: > > > > > > > what is your question? how to make boot floppies? > > > > > > > > not worded very well. > > > > > > > > Jason > > > > > > > > On Fri, 13 Apr 2001, Ugen wrote: > > > > > > > > > Ok, so nobody knows much :))) > > > > > Let's make it a simpler question - is there anything out of ordinary > > that has > > > > > to be configured for an installation floppt kernel (to boot from > > floppy, read mfs_root > > > > > and go into sysinstall)? > > > > > --Ugen > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > > > G. Jason Middleton > > > > > > > > > > ____________________________________________________________________________ > > ___ > > > > > > > > Announcement: > > > > > > > > The revolution will not be televised. > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 16:46:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from h24-69-46-74.gv.shawcable.net (h24-69-46-74.gv.shawcable.net [24.69.46.74]) by hub.freebsd.org (Postfix) with ESMTP id 531D137B50B for ; Fri, 13 Apr 2001 16:46:41 -0700 (PDT) (envelope-from michael@tenzo.com) Received: from h24-69-46-74.gv.shawcable.net (localhost.gv.shawcable.net [127.0.0.1]) by h24-69-46-74.gv.shawcable.net (8.11.1/8.11.1) with SMTP id f3DNnCR05978 for ; Fri, 13 Apr 2001 16:49:12 -0700 (PDT) (envelope-from michael@tenzo.com) Content-Type: text/plain; charset="iso-8859-1" From: "Michael O'Henly" Reply-To: michael@tenzo.com Organization: TENZO Design To: freebsd-questions@freebsd.org Subject: Re: Problem building wget from ports collection... Date: Fri, 13 Apr 2001 16:49:12 -0700 X-Mailer: KMail [version 1.2] References: <01041316393000.03060@h24-69-46-74.gv.shawcable.net> In-Reply-To: <01041316393000.03060@h24-69-46-74.gv.shawcable.net> MIME-Version: 1.0 Message-Id: <01041316491201.03060@h24-69-46-74.gv.shawcable.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Arrghh. Ok, so I retraced my steps and this time the build ran correctly. But I'd still like to know the right way of reporting a reproduceable problem. Thanks. M. On Friday 13 April 2001 16:39, Michael O'Henly wrote: > Hi... > > I'm running a fresh install of FreeBSD 4.2. All the ports I've built so far > have worked flawlessly with no effort on my part. (And as someone recently > arrived from Linux, this is awesome!) > > Today I hit a snag building wget. The compile chugs along and then tips > over with: > > /usr/ports/ftp/wget/work/wget-1.6/src > In file included from cmpt.c:37: > wget.h:44: libintl.h: no such file or directory > *** Error code 1 > > What is the proper way to report problems of this kind? Is there a central > bug-reporting facility or should problem be reported to the individuals who > maintain the port? > > Thanks. > > M. -- Michael O'Henly TENZO Design To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 16:53:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wattres.Watt.COM (spare78.biz.net [208.177.80.78]) by hub.freebsd.org (Postfix) with ESMTP id 6A98B37B423 for ; Fri, 13 Apr 2001 16:53:10 -0700 (PDT) (envelope-from steve@Watt.COM) Received: (from steve@localhost) by wattres.Watt.COM (8.11.3/8.11.2) id f3DNr8B82866 for questions@freebsd.org; Fri, 13 Apr 2001 16:53:08 -0700 (PDT) (envelope-from steve) Message-Id: <200104132353.f3DNr8B82866@wattres.Watt.COM> From: steve@Watt.COM (Steve Watt) Date: Fri, 13 Apr 2001 16:53:07 -0700 X-Mailer: Mail User's Shell (7.2.6 beta(5) 10/07/98) To: questions@freebsd.org Subject: IPsec painful setup... Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've got a situation where I'm trying to set up an IPsec ESP tunnel to a box that's on the far side of a NAT box. I've successfully set up an IPsec tunnel to my box at home, but it's smart enough to have a routable IP address on one interface, unlike this other situation. Here's a picture of what I'm trying; maybe someone can help: (internal net A) (DSL line) +---------+ | +---------+ | +-------------+ | FreeBSD | v | | v | Other IPsec | | box +---+ NAT rtr +-- inet --+ capable +--- internal net B | ("A") | | | | router | +---------+ +---------+ +-------------+ Because it's a DSL line from the NATing router, I can't just hook up the network interface with the routable address to box A. The starting configuration is pretty much as described in the IPsec mini-howto on DaemonNews. So, the questions are as follows: 1. What address should I configure the local part of gif0 with? The one associated with the DSL line, or the (static) NATted address of box A? 2. Same question, but in the SPD 3. Will I need to consume an extra subnet for the internal address of gif0, or put it on internal net B's range (with a proxy arp), or ...? I can't seem to locate anything that provides adequate clues in this area; maybe I'm just SOL and need to upgrade the NAT rtr? Thanks, -- Steve Watt KD6GGD PP-ASEL-IA ICBM: 121W 56' 57.8" / 37N 20' 14.9" Internet: steve @ Watt.COM Whois: SW32 Free time? There's no such thing. It just comes in varying prices... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 17: 0:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.lhr1.globix.com (mailhost.lhr1.globix.com [212.111.39.231]) by hub.freebsd.org (Postfix) with ESMTP id C975037B422 for ; Fri, 13 Apr 2001 17:00:49 -0700 (PDT) (envelope-from nwarren@globix.com) Received: from noc0001 ([212.111.34.7]) by mailhost.lhr1.globix.com (Netscape Messaging Server 4.15) with SMTP id GBR9DC00.UOK for ; Sat, 14 Apr 2001 00:00:48 +0000 From: "Nathan Warren" To: Subject: Building a new kernel Date: Fri, 13 Apr 2001 23:02:34 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0151_01C0C46D.D3E651A0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0151_01C0C46D.D3E651A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hello ! I am trying to build a new kernel, and shortly after typing "make" I get the following error mesage qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../incl ude -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../dev/xe/if_xe.c ../../dev/xe/if_xe.c:138: card_if.h: No such file or directory *** Error code 1 Stop in /usr/src/sys/compile/FBSD. bash-2.04# I am using version 4.1-RELEASE Any help that you can give will be much appreciated. I have attached a copy of my configuration file in .txt format. Regards Nathan Warren ------=_NextPart_000_0151_01C0C46D.D3E651A0 Content-Type: text/plain; name="FBSD.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="FBSD.txt" # # FBSD -- Kernel configuration file for FreeBSD/i386 by Nathan Warren # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you = are # in doubt as to the purpose or necessity of a line, check first in = LINT. # # $FreeBSD: src/sys/i386/conf/FBSD,v 1.246.2.8 2000/07/20 02:51:02 = msmith Exp $ machine i386 cpu I686_CPU ident FBSD maxusers 1500 #makeoptions DEBUG=3D-g #Build kernel with gdb(1) debug symbols #options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device #options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required #options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=3D15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev options IPFIREWALL_VERBOSE # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=3D2 # number of CPUs #options NBUS=3D4 # number of busses #options NAPIC=3D1 # number of IO APICs #options NINTR=3D24 # number of INTs device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 #device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers device ahb # EISA AHA1742 family device ahc # AHA2940 and onboard AIC7xxx devices device amd # AMD 53C974 (Teckram DC-390(T)) device dpt # DPT Smartcache - See LINT for options! device isp # Qlogic family device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets) options SYM_SETUP_LP_PROBE_MAP=3D0x40 # Allow ncr to attach legacy NCR devices when=20 # both sym and ncr are configured device adv0 at isa? device adw device bt0 at isa? device aha0 at isa? device aic0 at isa? # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # RAID controllers device ida # Compaq Smart RAID #device amr # AMI MegaRAID #device mlx # Mylex DAC960 family #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT = lines #options PCVT_SCANSET=3D2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support #device card #device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 #device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port #device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. device de # DEC/Intel DC21x4x (``Tulip'') device fxp # Intel EtherExpress PRO/100B (82557, 82558) device tx # SMC 9432TX (83c170 ``EPIC'') device vx # 3Com 3c590, 3c595 (``Vortex'') device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support device dc # DEC/Intel 21143 and various workalikes device rl # RealTek 8129/8139 device sf # Adaptec AIC-6915 (``Starfire'') device sis # Silicon Integrated Systems SiS 900/SiS 7016 device ste # Sundance ST201 (D-Link DFE-550TX) device tl # Texas Instruments ThunderLAN device vr # VIA Rhine, Rhine II device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 device ex device ep # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below = will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. device an # Xircom Ethernet device xe # The probe order of these is presently determined by = i386/isa/isa_compat.c. device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 device fe0 at isa? port 0x300 device le0 at isa? port 0x300 irq 5 iomem 0xd0000 device lnc0 at isa? port 0x280 irq 10 drq 0 device cs0 at isa? port 0x300 device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support #pseudo-device sl 1 # Kernel SLIP #pseudo-device ppp 1 # Kernel PPP #pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter pseudo-device snp 5 #Snoop device # USB support #device uhci # UHCI PCI->USB interface #device ohci # OHCI PCI->USB interface #device usb # USB Bus (required) #device ugen # Generic #device uhid # "Human Interface Devices" #device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse # USB Ethernet, requires mii #device aue # ADMtek USB ethernet #device cue # CATC USB ethernet #device kue # Kawasaki LSI USB ethernet ------=_NextPart_000_0151_01C0C46D.D3E651A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 17: 2:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 20C2637B507; Fri, 13 Apr 2001 17:02:04 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: How to get best results from FreeBSD-questions Message-Id: <20010414000204.20C2637B507@hub.freebsd.org> Date: Fri, 13 Apr 2001 17:02:04 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How to get the best results from FreeBSD questions. =================================================== Last update 3 September 1999 This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from Majordomo@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions mailing list! If you ever want to remove yourself from this mailing list, you can send mail to "Majordomo@FreeBSD.ORG" with the following command in the body of your email message: unsubscribe freebsd-questions Greg Lehey Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions, -newbies or -hackers? =================================================== Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In addition, the FreeBSD-newbies list caters specifically for people who are new to FreeBSD and may be having trouble getting used to the environment. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/FAQ/FAQ.html, and also on your own system (once you've installed it) at /usr/share/doc/FAQ/FAQ.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. If you're new to FreeBSD, and the message is about your own relationship to FreeBSD, send the message to FreeBSD-newbies. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 4. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 5. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 6. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 7. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 8. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. Use some technique to identify which text came from the original message, and which text you add. I personally find that prepending ``> '' to the original message works best. Leaving white space after the ``> '' and leave empty lines between your text and the original text both make the result more readable. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. Most mailers change the subject line on a reply by prepending a text such as ``Re: ''. If your mailer doesn't do it automatically, you should do it manually. 11. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), please fix it. In the case of an incorrect subject line (such as ``HELP!!??''), change the subject line to (say) ``Re: Difficulties with sync PPP (was: HELP!!??)''. That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 17: 2:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 6DBBB37B446; Fri, 13 Apr 2001 17:02:04 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", third edition: errata and addenda Message-Id: <20010414000204.6DBBB37B446@hub.freebsd.org> Date: Fri, 13 Apr 2001 17:02:04 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, third edition Last revision: 2 August 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the third edition, formatted on 17 May 1999. You'll find this information on page iv (the page before the beginning of the Table of Contents). See the end of this document for instructions on how to find the errata for an older version. You can get the current document in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ps. See page 302 of the third edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-3.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at Page ii _______ The instructions on page ii (opposite the title page) tell you to look at ftp://ftp.lemis.com/pub/cfbsd/errata-2 for the errata list. That's wrong. Look at this list. Pages 190 and 191 _________________ The description is not very clear about which text appears when booting from floppy for initial install, and which appears when booting normally. The procedure is very similar, but there are some differences. Add the following text after the heading Boot messages: You'll boot your system in at least two different ways: initially you'll boot from floppy or CD-ROM in order to install the system. Later, after the system is installed, you'll boot from hard disk. The procedure is almost identical, so we'll look at both versions in the following examples. Replace the text from the middle of page 191 with: If you're booting from 1.44 MB floppies, you will then see: Please insert MFS root floppy and press enter: When you insert the MFS root floppy and press Enter, you see more twirling batons, then the UserConfig screen appears. UserConfig: Modifying the boot configuration ____________________________________________ After the kernel has been loaded, the following screen will appear if you are installing the system, or if you have requested it with the -c option to the boot loader: Page 206 ________ The bottom two lines on this page should be in bold constant font, indicating that this is input for your /etc/rc.config file Page 2 Errata and addenda for the Complete FreeBSD, third edition nfs_client_enable="YES" # This host is an NFS client (or NO). nfs_server_enable="YES" # This host is an NFS server (or NO). Page 265 ________ The example on the second half of the page refers to the old SCSI driver. The scsi program is no longer available in FreeBSD 3.x. Instead, use the camcontrol program. Replace the text with:. Modern disks make provisions for recovering from such errors by allocating an alternate sector for the data. IDE drives do this automatically, but with SCSI drives you have the option of enabling or disabling reallocation. Usually it is turned on when you buy them, but occasionally it is not. When installing a new disk, you should check that the parameters ARRE (Auto Read Reallocation Enable) and AWRE (Auto Write Reallocation Enable) are turned on. For example, to check and set the values for disk da1, you would enter: # camcontrol modepage da1 -m 1 -e -P 3 # scsi -f /dev/rda1c -m 1 -e -P 3 This command will start up your favourite editor (either the one specified in the EDITOR environment variable, or vi by default) with the following data: AWRE (Auto Write Reallocation Enbld): 0 ARRE (Auto Read Reallocation Enbld): 1 TB (Transfer Block): 0 RC (Read Continuous): 0 EER (Enable Early Recovery): 0 PER (Post Error): 0 DTE (Disable Transfer on Error): 0 DCR (Disable Correction): 0 Read Retry Count: 16 Correction Span: 41 Head Offset Count: 0 Data Strobe Offset Count: 0 Write Retry Count: 16 Recovery Time Limit: 0 The values for AWRE and ARRE should both be 1. If they aren't, as in this case, where AWRE is 0, change the data with the editor, save it, and exit. The camcontrol program will write the data back to the disk and enable the option. Page 3 The Complete FreeBSD Page 331 ________ The description of the config refers to the SCSI drive sd0. This is the old name; in FreeBSD version 3, SCSI drives are called da, so this reference should be da0. Thanks to Francisco Reyes for pointing out this problem. Page 362 ________ Replace the text at the top of the page with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention, and to Francisco Reyes and Bill Fumerola for pointing out that it still wasn't fixed in the third edition. Page 409 ________ The information on setting the default routers specified the wrong end of the PPP links in some places. It should always be the ``far'' end of the link. Replace the second example on page 409, and the text following it, with this text: defaultrouter="139.130.136.129" # 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 gateway. This is the normal way to set the default route on a point-to-point interface. In fact, for PPP you don't need to specify the default address: the PPP packages will set it for you when the link comes up. This makes it possible to Page 4 Errata and addenda for the Complete FreeBSD, third edition set default routes when you're forced to use dynamic IP addresses, where you don't know the address at this point. We'll see how PPP does this on page 446. In the first example on page 410, the sixth example on page 412 and the second example on page 413, replace the defaultrouter definition with: defaultrouter="139.130.237.65" # Set to default gateway (or NO). Thanks to Andreas Longwitz for pointing out this error. Getting errata for older editions of the book _____________________________________________ There have been a total of five different versions of ``The Complete FreeBSD''. The most accurate way to distinguish them is by the format date, which you'll find at the bottom of page iv (the page before the beginning of the Table of Contents) in all versions of the book. 1. The first was titled ``Installing and running FreeBSD'', and was formatted on 24 February 1996. No errata list exists for this book. 2. For the first edition (19 July 1996), get ftp://ftp.lemis.com/pub/cfbsd/er- rata-1. This same file is also available via the web link http://www.lemis.com/errata-1. I am no longer updating this errata list. 3. The list for the second edition (16 December 1997) is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the second edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only Page 5 Getting errata for older editions of the book take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. 4. The revised second edition was formatted on 11 February 1999. As the name suggests, it's not a complete new edition: in fact, only three chapters are different: o The chapter ``Setting up X11'' has been brought up to date. o Appendix D (``Contents of the Ports Collection'') has been replaced by two appendixes, ``Errata and Addenda'' (the errata list up to date at the time) and ``FreeBSD 3.0'', which describes the differences between FreeBSD 2.x and FreeBSD 3.x. There is no separate errata list for this book. Refer to the second edition errata list. 5. The current, third edition, formatted on 17 May 1999. This is the correct list for this edition. Page 6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 17: 3: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 303D037B509; Fri, 13 Apr 2001 17:02:04 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", second edition: errata and addenda Message-Id: <20010414000204.303D037B509@hub.freebsd.org> Date: Fri, 13 Apr 2001 17:02:04 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, second edition Last revision: 21 June 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the second edition, formatted on 16 December 1997. If you have this book, please check this list. If you have the first edition of 19 July 1996, please check ftp://ftp.lemis.com/pub/cfbsd/errata-1. This same file is also available via the web link http://www.lemis.com/. This list is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the book to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at General changes _______________ o In a number of places, I suggest the use of the following command to find process information: $ ps aux | grep foo Unfortunately, ps is sensitive to the column width of the terminal emulator upon which it is working. This command usually works fine on a relatively wide xterm, but if you're running on an 80-column terminal, it may truncate exactly the information you're looking for, so you end up with no output. You can fix that with the w option: $ ps waux | grep foo Thanks to Sue Blake for this information Location of the sample files ____________________________ On the 2.2.5 CD-ROM only, the location of the sample files does not match the specifications in the book (/book on the first CD-ROM). The 2.2.5 CD-ROM came out before the book, and it contains the files on the third (repository) CD-ROM as a single gzipped tar file /xperimnt/cfbsd/cfbsd.tar.gz. It contains the following files: drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/ drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/mutt/ -rw-r--r-- jkh/jkh 352 Oct 15 15:21 1997 cfbsd/mutt/.mail_aliases -rw-r--r-- jkh/jkh 9394 Oct 15 15:22 1997 cfbsd/mutt/.muttrc drwxr-xr-x jkh/jkh 0 Oct 17 14:02 1997 cfbsd/scripts/ -rw-r--r-- jkh/jkh 18281 Oct 16 16:52 1997 cfbsd/scripts/.fvwm2rc -rwxr-xr-x jkh/jkh 1392 Oct 17 12:54 1997 cfbsd/scripts/install-desktop -rw-r--r-- jkh/jkh 296 Oct 17 12:35 1997 cfbsd/scripts/.xinitrc -rwxr-xr-x jkh/jkh 622 Oct 17 13:51 1997 cfbsd/scripts/install-rcfiles -rw-r--r-- jkh/jkh 1133 Oct 17 13:00 1997 cfbsd/scripts/Uutry -rw-r--r-- jkh/jkh 1028 Oct 17 14:02 1997 cfbsd/scripts/README drwxr-xr-x jkh/jkh 0 Oct 18 19:32 1997 cfbsd/docs/ -rw-r--r-- jkh/jkh 199111 Oct 16 14:29 1997 cfbsd/docs/packages.txt Page 2 Errata and addenda for the Complete FreeBSD, second edition -rw-r--r-- jkh/jkh 189333 Oct 16 14:28 1997 cfbsd/docs/packages-by-category.txt -rw-r--r-- jkh/jkh 188108 Oct 16 14:29 1997 cfbsd/docs/packages.ps -rw-r--r-- jkh/jkh 226439 Oct 16 14:27 1997 cfbsd/docs/packages-by-category.ps -rw-r--r-- jkh/jkh 788 Oct 16 15:01 1997 cfbsd/README -rw-r--r-- jkh/jkh 248 Oct 17 11:52 1997 cfbsd/errata To extract one of these files, say cfbsd/docs/packages.txt, and assuming you have the CD-ROM mounted as /cdrom, enter: # cd /usr/share/doc # tar xvzf /cdrom/xperimnt/cfbsd/cfbsd.tar.gz cfbsd/docs/packages.txt See page 209 for more information on using tar. These files are an early version of what is described in the book. I'll put up some updated versions on ftp://ftp.lemis.com/ in the near future. Thanks to Frank McCormick for drawing this to my attention. Chapter 8: Setting up X11 _________________________ For FreeBSD 2.2.7, this chapter has changed sufficiently to make it impractical to distribute errata. You can download the PostScript version from ftp://www.lemis.com/pub/cfbsd/xsetup.ps, or the ASCII version from ftp://www.lemis.com/pub/cfbsd/xsetup.txt. No HTML version is available. Page xxxiv __________ Before the discussion of the shell prompts in the middle of the page, add: In this book, I recommend the use of the Bourne shell or one of its descendents (sh, bash, pdksh, ksh or zsh). With the exception of sh, they are all in the Ports Collection. I personally use the bash shell. This is a personal preference, and a recommendation, but it's not the standard shell. The standard BSD shell is the C shell (csh), which has a fuller- featured descendent tcsh. In particular, the standard installation sets the root user up with a csh. See page 152 (in this errata) for details of how to change the shell. Page 3 General changes Page 11: Reading the handbook _____________________________ The CD-ROM now includes Netscape. Replace the last paragraph on the page and the example on the following page with: If you're running X, you can use a browser like netscape to read the handbook. If you don't have X running yet, use lynx. Both of these programs are included on the CD-ROM. To install them, enter: # pkg_add /cdrom/packages/All/netscape-communicator-4.5.tgz or # pkg_add /cdrom/packages/All/lynx-2.8.1.1.tgz The numbers after the name (4.5 and 2.8.1.1) may change after this book has been printed. Use ls to list the names if you can't find these particular versions. Note that lynx is not a complete substitute for netscape: since it is text- only, it is not capable of displaying the large majority of web pages correctly. It will suffice for reading most of the handbook, however. Thanks to Stuart Henderson and for drawing this to my attention. Page 12: Printing the handbook ______________________________ The instructions for formatting the handbook are obsolete. Replace the section starting Alternatively, you can print out the handbook with the following text: Alternatively, you can print out the handbook. You need to have the documentation sources (/usr/doc) installed on your system. You can find them on the second CD-ROM in the directory of the same name. To install them, first mount your CD-ROM (see page 175). Then enter: $ cd /cdrom/usr/doc/handbook $ mkdir -p /usr/doc/handbook you may need to be root for this operation $ cp -pr * /usr/doc/handbook You have a choice of formats for the output: o ascii will give you plain 7-bit ASCII output, suitable for reading on a character-mode terminal. Page 4 Errata and addenda for the Complete FreeBSD, second edition o html will give you HTML output, suitable for browsing with a web browser. o latex will give you LATEX format, suitable for further processing with TEX and LATEX. o ps will give you PostScript output, probably the best choice for printing. o roff will give you output in troff source. You can process this output with nroff or troff, but it's currently not very polished. LATEX output is a better choice if you want to process it further. Once you have decided your format, use make to create the document. For example, if you decide on PostScript format, you would enter: $ make FORMATS=ps This creates a file handbook.ps which you can then print to a PostScript printer or with the aid of ghostscript (see page 222). Thanks to Bob Beer for drawing this to my attention. Page 45: Preparing floppies for installation _____________________________________________ Replace the paragraph below the list of file names (in the middle of the page) with: The floppy set should contain the file bin.inf and the ones whose names start with bin. followed by two letters. These other files are all 240640 bytes long, except for the final one which is usually shorter. Use the MS-DOS COPY program to copy as many files as will fit onto each disk (5 or 6) until you've got all the distributions you want packed up in this fashion. Copy each distribution into subdirectory corresponding to the base name--for example, copy the bin distribution to the files A:\BIN\BIN.INF, A:\BIN\BIN.AA and so on. Page 80 and 81 ______________ In a couple of examples, the FreeBSD partition is shown as type 164. It should be 165. Thanks to an unknown contributer for this correction (sorry, I lost your name). Page 5 General changes Page 88: setting up for dumping _______________________________ The example mentions a variable savecore in /etc/rc.conf. This variable is no longer used--it's enough to set the variable dumpdev. Page 92 _______ At the end of the section How to install a package add the text: Alternatively, you can install packages from the /stand/sysinstall Final Configuration Menu. We saw this menu on page in figure 4-14 on page 71. When you start sysinstall from the command line, you get to this menu by selecting Index, and then selecting Configure. Page 93 _______ Before the heading Install ports from the first CD-ROM add: Install ports when installing the system ________________________________________ The file ports/ports.tgz on the first CD-ROM is a tar archive containing all the ports. You can install it with the base system if you select the Custom distribution and include the ports collection. If you didn't install them at the time, use the following method to install them all (about 40 MB). Make sure your CD-ROM is mounted (in this example on /cdrom), and enter: Page 96 _______ Replace the example at the top of the page with: Instead, do: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # for i in *; do > ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i > done Page 6 Errata and addenda for the Complete FreeBSD, second edition If you're using csh or tcsh, enter: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # foreach i (*) ? ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i ? end Thanks to Christopher Raven and Francois Jacques for drawing this to my attention. Page 104 ________ The examples at the bottom of the page and the top of the next page specify the wrong directory (/usr). It should be /usr/X11R6. Replace the examples with: For a full install, choose /cdrom/dists/XF86331/X331*.tgz. If you are using sh, enter: # cd /usr/X11R6 # for i in /cdrom/dists/XF86331/X331*.tgz; do # tar xzf $i # done If you are using csh, enter: % cd /usr/X11R6 % foreach i (/cdrom/dists/XF86331/X331*.tgz) % tar xzf $i % end For a minimal installation, first choose a server archive corresponding to your VGA board. If table 8-2 on page 103 doesn't give you enough information, check the server man pages, starting on page 1545, which list the VGA chip sets supported by each server. For example, if you have an ET4000 based board you will use the XF86_SVGA server. In this case you would enter: # cd /usr/X11R6 # tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here # for i in bin fnts lib xicf; do # tar xzf /cdrom/dists/XF86331/X331$i.tgz # done Page 7 Install ports when installing the system If you are using csh, enter: % cd /usr/X11R6 % tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here % foreach i (bin fnts lib xicf) % tar xzf /cdrom/dists/XF86331/$i % end Thanks to Manuel Enrique Garcia Cuesta for pointing out this one. Page 128 ________ Replace the complete text below the example with the following: These values are defaults, and many are either incorrect for FreeBSD (for example the device name /dev/com1) or do not apply at all (for example Xqueue). If you are configuring manually, select one Protocol and one Device entry from the following selection. If you must use a two-button mouse, uncomment the keyword Emulate3Buttons--in this mode, pressing both mouse buttons simultane- ously within Emulate3Timeout milliseconds causes the server to report a middle button press. Section "Pointer" Protocol "Microsoft" for Microsoft protocol mice Protocol "MouseMan" for Logitech mice Protocol "PS/2" for a PS/2 mouse Protocol "Busmouse" for a bus mouse Device "/dev/ttyd0" for a mouse on the first serial port Device "/dev/ttyd1" for a mouse on the second serial port Device "/dev/ttyd2" for a mouse on the third serial port Device "/dev/ttyd3" for a mouse on the fourth serial port Device "/dev/psm0" for a PS/2 mouse Device "/dev/mse0" for a bus mouse Emulate3Buttons only for a two-button mouse EndSection You'll notice that the protocol name does not always match the manufacturer's Page 8 Errata and addenda for the Complete FreeBSD, second edition name. In particular, the Logitech protocol only applies to older Logitech mice. The newer ones use either the MouseMan or Microsoft protocols. Nearly all modern serial mice run one of these two protocols, and most run both. If you are using a bus mouse or a PS/2 mouse, make sure that the device driver is included in the kernel. The GENERIC kernel contains drivers for both mice, but the PS/2 driver is disabled. Use UserConfig (see page 50) to enable it. Page 140 ________ Just before the paragraph The super user add the following paragraph: If you do manage to lose the root password, all may not be lost. Reboot the machine to single user mode (see page 157), and enter: # mount -u / mount root file system read/write # mount /usr mount /usr file system (if separate) # passwd root change the password for root Enter new password: Enter password again: # ^D enter ctrl-D to continue with startup If you have a separate /usr file system (the normal case), you need to mount it as well, since the passwd program is in the directory /usr/bin. Note that you should explicitly state the name root: in single user mode, the system doesn't have the concept of user IDs. Page 148 ________ Replace the text at the top of the page with: Modern shells supply command line editing which resembles the editors vi or Emacs. In bash, sh, ksh, and zsh you can make the choice by entering Page 152 ________ After figure 10-8, add the following text: It would be tedious for every user to put settings in their private initialization files, so the shells also read a system-wide default file. For the Bourne shell family, it is /etc/profile, while the C shell family has three Page 9 Install ports when installing the system files: /etc/csh.login to be executed on login, /etc/csh.cshrc to be executed when a new shell is started after you log in, and /etc/csh.logout to be executed when you stop a shell. The start files are executed before the corresponding individual files. In addition, login classes (page 141) offer another method of setting environment variables at a global level. Changing your shell ___________________ The FreeBSD installation gives root a C shell, csh. This is the traditional Berkeley shell, but it has a number of disadvantages: command line editing is very primitive, and the script language is significantly different from that of the Bourne shell, which is the de facto standard for shell scripts: if you stay with the C shell, you may still need to understand the Bourne shell. The latest version of the Bourne shell sh also includes some command line editing. See page 148 for details of how to enable it. You can get better command line editing with tcsh, in the Ports Collection. You can get both better command line editing and Bourne shell syntax with bash, also in the Ports Collection. If you have root access, you can use vipw to change your shell, but there's a more general way: use chsh (Change Shell). Simply run the program. It starts your favourite editor (as defined by the EDITOR environment variable). Here's an example before: #Changing user database information for velte. Shell: /bin/csh Full Name: Jack Velte Location: Office Phone: Home Phone: You can change anything after the colons. For example, you might change this to: #Changing user database information for velte. Shell: /usr/local/bin/bash Full Name: Jack Velte Location: On the road Office Phone: +1-408-555-1999 Home Phone: Page 10 Errata and addenda for the Complete FreeBSD, second edition chsh checks and updates the password files when you save the modifications and exit the editor. The next time you log in, you get the new shell. chsh tries to ensure you don't make any mistakes--for example, it won't let you enter the name of a shell which isn't mentioned in the file /etc/shells--but it's a very good idea to check the shell before logging out. You can try this with su, which you normally use to become super user: bumble# su velte Password: su-2.00$ note the new prompt There are a couple of problems in using tcsh or bash as a root shell: o The shell for root must be on the root file system, otherwise it will not work in single user mode. Unfortunately, most ports of shells put the shell in the directory /usr/local/bin, which is almost never on the root file system. o Most shells are dynamically linked: they rely on library routines in files such as /usr/lib/libc.a. These files are not available in single user mode, so the shells won't work. You can solve this problem by creating statically linked versions of the shell, but this requires programming experience beyond the scope of this book. If you can get hold of a statically linked version, perform the following steps to install it: o Copy the shell to /bin, for example: # cp /usr/local/bin/bash /bin o Add the name of the shell to /etc/shells, in this example the line in bold print: # List of acceptable shells for chpass(1). # Ftpd will not allow users to connect who are not using # one of these shells. /bin/sh /bin/csh /bin/bash You can then change the shell for root as described above. Page 11 Install ports when installing the system Thanks to Lars Koller for drawing this to my attention. Page 160 ________ Replace the text at the fourth bullet with the augmented text: The second-level boot locates the kernel, by default the file /kernel on the root file system, and loads it into memory. It prints the Boot: prompt at this point so that you can influence this choice--see the man page on page 579 for more details of what you can enter at this prompt. Page 169 ________ Replace the last paragraph on the page with: The standard solution for these problems is to relocate the /tmp file system to a different directory, say /usr/tmp, and create a symbolic link from /usr/tmp to /tmp--see Chapter 4, Installing FreeBSD, page 72, for more details. Thanks to Charlie Sorsby for drawing this to my attention. Page 176 ________ Add the following paragraph Unmounting file systems When you mount a file system, the system assumes it is going to stay there, and in the interests of efficiency it delays writing data back to the file system. This is the same effect we discussed on page 158. As a result, if you want to stop using a file system, you need to tell the system about it. You do this with the umount command. Note the spelling--there's no n in the command name. You need to do this even with read-only media such as CD-ROMs: the system assumes it can access the data from a mounted file system, and it gets quite unhappy if it can't. Where possible, it locks removable media so that you can't remove them from the device until you unmount them. Using umount is straightforward: just tell it what to unmount, either the device name or the directory name. For example, to unmount the CD-ROM we Page 12 Errata and addenda for the Complete FreeBSD, second edition mounted in the example above, you could enter one of these commands: # umount /dev/cd1a # umount /cd1 Before unmounting a file system, umount checks that nobody is using it. If somebody is using it, it will refuse to unmount it with a message like umount: /cd1: Device busy. This message often occurs because you have changed your directory to a directory on the file system you want to remove. For example (which also shows the usefulness of having directory names in the prompt): === root@freebie (/dev/ttyp2) /cd1 16 -> umount /cd1 umount: /cd1: Device busy === root@freebie (/dev/ttyp2) /cd1 17 -> cd === root@freebie (/dev/ttyp2) ~ 18 -> umount /cd1 === root@freebie (/dev/ttyp2) ~ 19 -> Thanks to Ken Deboy for pointing out this omission. Page 180 ________ The example in the middle of the page should read: For example, to generate a second set of 32 pseudo-terminals, enter: # cd /dev # ./MAKEDEV pty1 You can generate up to 256 pseudo-terminals. They are named ttyp0 through ttypv, ttyq0 through ttyqv, ttyr0 through ttyrv, ttys0 through ttysv, ttyP0 through ttyPv, ttyQ0 through ttyQv, ttyR0 through ttyRv and ttyS0 through ttySv. To create each set of 32 terminals, use the number of the set: the first set is pty0, and the eighth set is pty7. Note that some processes, such as xterm, only look at ttyp0 through ttysv. Thanks to Karl Wagner for pointing out this error. Page 197, first line ____________________ The text of the first full sentence reads: Page 13 Install ports when installing the system The first name, up the the symbol, is the label. In fact, it should read: The first name, up to the | symbol, is the label. Page 208, middle of page ________________________ The example shows the file name /dev/rst0 when using the Bourne shell, and /dev/nrst0 when using C shell and friends. This is inconsistent; use /dev/nrst0 with any shell if you want a non-rewinding tape, or /dev/rst0 if you want a rewinding tape. Thanks to Norman C Rice for pointing out this one. Page 219 ________ Before the section Testing the spooler add the following section: As we saw above, the line printer daemon lpd is responsible for printing spooled jobs. By default it isn't started at boot time. If you're root, you can start it by name: # lpd Normally, however, you will want it to be started automatically when the system starts up. You do this by setting the variable lpd_enable in /etc/rc.conf: lpd_enable="YES" # Run the line printer daemon See page for more details of /etc/rc.conf. Another line in /etc/rc.conf refers to the line printer daemon: lpd_flags="" # Flags to lpd (if enabled). You don't normally need to change this line. See the man page for lpd for details of the flags. Thanks to Tommy G. James for bringing this to my attention. Page 14 Errata and addenda for the Complete FreeBSD, second edition Page 231 ________ Replace the first line of the example with: xhost presto bumble gw The original version allowed anybody on the Internet to access your system. Thanks to Jerry Dunham for drawing this one to my attention. Page 237 ________ In the section Installing the sample desktop, replace the first paragraph with: You'll find all the files described in this chapter on the first CD-ROM (Installation CD-ROM) in the directory /book. Remember that you must mount the CD-ROM before you can access the files--see page 175 for further details. The individual scripts are in the directory /book/scripts, but you'll probably find it easier to install them with the script install-desktop: Thanks to Chris Kaiser for drawing this to my attention. Page 242 ________ The instructions for extracting the source files from CD-ROM in the middle of page 242 are incorrect. You'll find the kernel sources on the first CD-ROM in the directory /src. Replace the example with: # mkdir -p /usr/src/sys # ln -s /usr/src/sys /sys # cd / # cat /cdrom/src/ssys.[a-d]* | tar xzvf - Thanks to Raymond Noel , Suttipan Limanond and Satwant for finding this one in several small slices. Page 15 Install ports when installing the system Page 257 ________ Replace the paragraph Berkeley Packet Filter with: pseudo-device bpfilter ______________________ The Berkeley Packet Filter (bpf) allows you to capture packets crossing a network interface to disk or to examine them with the tcpdump program. Note that this capability represents a significant compromise of network security. The number after bpfilter is the number of concurrent processes that can use the facility. Not all network interfaces support bpf. In order to use the Berkeley Packet Filter, you must also create the device nodes /dev/bpf0 to /dev/bpf3 (if you're using the default number 4). Current- ly, MAKEDEV doesn't help much--you need to create each device separately: # cd /dev # ./MAKEDEV bpf0 # ./MAKEDEV bpf1 # ./MAKEDEV bpf2 # ./MAKEDEV bpf3 Thanks to Christopher Raven for drawing this to my attention. Page 264 ________ In the list of disk driver flags, add: o Bit 12 (0x1000) enables LBA (logical block addressing mode). If this bit is not set, the driver accesses the disk in CHS (cylinder/head/sector) mode. o In CHS mode, if bits 11 to 8 are not equal to 0, they specify the number of heads to assume (between 1 and 15). The driver recalculates the number of cylinders to make up the total size of the disk. Page 16 Errata and addenda for the Complete FreeBSD, second edition Page 273, ``Building the kernel'' _________________________________ Replace the example with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention. Page 283, ``Creating the source tree'' ______________________________________ Add a third point to what you need to know: 3. Possibly, the date of the last update that you want to be included in the checkout. If you specify this date, cvs ignores any more recent updates. This option is often useful when somebody discovers a recently introduced bug in -CURRENT: you check out the modules as they were before the bug was introduced. You specify the date with the -D option, for example -D "10 December 1997". Page 285, after the second example. ___________________________________ Add the text: If you need to check out an older version, for example if there are problems with the most recent version of -CURRENT, you could enter: # cvs co -D "10 December 1997" src/sys This command checks out the kernel sources as of 10 December 1997. Page 17 Install ports when installing the system Page 294 ________ Add the following section: Problems executing Linux binaries _________________________________ One of the problems with the ELF format used by more recent Linux binaries is that they usually contain no information to identify them as Linux binaries. They might equally well be BSD/OS or UnixWare binaries. That's not really a problem at this point, since the only ELF format that FreeBSD 3.2 understands is Linux, but FreeBSD-CURRENT recognizes a native FreeBSD ELF format as well, and of course that's the default. If you want to run a Linux ELF binary on such a system, you must brand the executable using the program brandelf. For example, to brand the StarOffice program swriter3, you would enter: # brandelf -t linux /usr/local/StarOffice-3.1/linux-x86/bin/swriter3 Thanks to Dan Busarow for bringing this to my attention. Page 364, middle of page ________________________ Change the text from: The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though they may be in lower case. to The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though newer versions of ppp allow you to write them in lower case. Thanks to Mark S. Reichman for this correction. Page 368 ________ Replace the paragraph after the second example with: In FreeBSD version 3.0 and later, specify the options PPP_BSDCOMP and Page 18 Errata and addenda for the Complete FreeBSD, second edition PPP_DEFLATE to enable two kinds of compression. You'll also need to specify the corresponding option in Kernel PPP's configuration file. These options are not available in FreeBSD version 2. Thanks to Brian Somers for this information. Page 397 ________ In the section ``Nicknames'', the example should read: www IN CNAME freebie ftp IN CNAME presto In other words, there should be a space between CNAME and the system name. Page 422 ________ Replace the text above the example with: tcpdump is a program which monitors a network interface and displays selected information which passes through it. It uses the Berkeley Packet Filter (bpf), an optional component of the kernel. It is not included in the GENERIC kernel: see page 257 for information on how to configure it. If you don't configure the Berkeley Packet Filter, you will get a message like tcpdump: /dev/bpf0: device not configured If you forget to create the devices for bpf, you will get a message like: tcpdump: /dev/bpf0: No such file or directory Since tcpdump poses a potential security problem, you must be root in order to run it. The simplest way to run it is without any parameters. This will cause tcpdump to monitor and display all traffic on the first active network interface, normally Ethernet: Thanks to Christopher Raven for drawing this to my attention. Page 19 Install ports when installing the system Page 423 ________ The description at the top of the page incorrectly uses the term IP address instead of Ethernet address. In addition, a page number reference is incorrect. Replace the paragraph with: o Line 1 shows an ARP request: system presto is looking for the Ethernet address of wait. It would appear that wait is currently not responding, since there is no reply. o Line 2 is not an IP message at all. tcpdump shows the Ethernet addresses and the beginning of the packet. We don't consider this kind of request in this book. o Line 3 is a broadcast ntp message. We looked at ntp on page 160. o Line 4 is another attempt by presto to find the IP address of wait. o Line 5 is a broadcast message from bumble on the rwho port, giving information about its current load averages and how long it has been up. See the man page for rwho on page 1167 for more information. o Line 6 is from a TCP connection between port 6000 on freebie and port 1089 on presto. It is sending 384 bytes (with the sequence numbers 536925467 to 536925851; see page 305), and is acknowledging that the last byte it received from presto had the sequence number 325114346. The window size is 17280. o Line 7 is another ARP request. presto is looking for the Ethernet address of freebie. How can that happen? We've just seen that they have a TCP connection. In fact, ARP information expires after 20 minutes. It's quite possible that all connections between presto and freebie have been dormant for this period, so presto needs to find freebie's IP address again. o Line 8 is the ARP reply from freebie to presto giving its Ethernet address. o Line 9 shows a reply from presto on the connection to freebie that we saw on line 6. It acknowledges the data up to sequence number 536925851, but doesn't send any itself. o Line 10 shows another 448 bytes of data from freebie to presto, and acknowledging the same sequence number from presto as in line 6. Thanks to Sergei S. Laskavy for drawing this to my Page 20 Errata and addenda for the Complete FreeBSD, second edition attention. Page 450: anonymous ftp _______________________ Replace the paragraph starting with Create a user ftp: Create a user ftp, with the anonymous ftp directory as the home directory and the shell /dev/null. Using /dev/null as the shell makes it impossible to log in as user ftp, but does not interfere with the use of anonymous ftp. ftp can be a member of group bin, or you can create a new group ftp by adding the group to /etc/group. See page 138 for more details of adding users, and the man page on page 805 for adding groups. Thanks to Mark S. Reichman for drawing this to my attention. Page 466, before the ps example _______________________________ Add another bullet: o Finally, you may find it convenient to let some other system handle all your mail delivery for you: you just send anything you can't deliver locally to this other host, which sendmail calls a smart host. This is particularly convenient if you send your mail with UUCP. To tell sendmail to use a smart host (in our case, mail.example.net), find the following line in sendmail.cf: # "Smart" relay host (may be null) DS Change it to: # "Smart" relay host (may be null) DSmail.example.net Page 478, ``Running Apache'' ____________________________ The text describes the location of the server as /usr/local/www/server/httpd. This appears to depend on where you get the port from. Some people report the file being at the more likely location /usr/local/sbin/httpd (though note the Page 21 Install ports when installing the system directory sbin, not bin). Check both locations if you run into trouble. Thanks to Sue Blake for this information. Page 492 ________ Replace references to nmdb with nmbd. Page 493 ________ Replace the last paragraph on the page with: socket options is hardly mentioned in the documentation, but it's very important: many Microsoft implementations of TCP/IP are inefficient and establish a new TCP more often than necessary. Select the socket options TCP_NODELAY and IPTOS_LOWDELAY, which can speed up the response time of such applications by over 95%. Page 22 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 17: 4: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail5.sdc1.sfba.home.com (femail5.sdc1.sfba.home.com [24.0.95.85]) by hub.freebsd.org (Postfix) with ESMTP id 9919937B440 for ; Fri, 13 Apr 2001 17:03:47 -0700 (PDT) (envelope-from iratus@home.com) Received: from cc60260a ([24.0.114.133]) by femail5.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010414000347.VOEH1928.femail5.sdc1.sfba.home.com@cc60260a>; Fri, 13 Apr 2001 17:03:47 -0700 From: "Jeff" To: "Jonathan M. Slivko" Cc: Subject: RE: Setup doesn't see my network card Date: Fri, 13 Apr 2001 17:03:46 -0700 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 IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <000701c0c474$5e0bdca0$01000001@darkstar> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello again - First let me apologise, I really thought I had given enough info, I do know about the compatibility (no problem and appreciated :-) What is happening is that the boot floppy boots, I insert the mfsroot.flp and it gives the the standard setup screen. I always use the novice setup as it has the most coverage (and I HAVE been know to boff this part) and when I get to the network portion, I have ONLY the ppp, slip etc. choices. I know the card is seen by the kernel as it shows up during probing but it is not recognized by the setup pgm. As I mentioned I am beginning to think that this is related to win2k but I'll be damned if I can see how. BTW the same problem does not show up with the older version of linux (7.1) but I really prefer FBSD. SIGGGHHHH, if anything rings a bell a heads up would be great in the mean time I am going to tinker with the setup options menu and see what happens :-) Again, thanks, Jeff Phillips -----Original Message----- From: Jonathan M. Slivko [mailto:optix@nyc.rr.com] Sent: Friday, April 13, 2001 16:49 To: Jeff Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Setup doesn't see my network card That hint was actually supposed to help. What I meant by that is that you can use the generic NE2000 driver under FreeBSD and it should recognize fine. -- Jonathan M. Slivko Jonathan M. Slivko - optix@nyc.rr.com - jmslivko@datasyrge.net ---------------------------------------------------------------------------- ------------------ FreeBSD: The Power To Serve - http://www.FreeBSD.org ----- Original Message ----- From: "Jeff" To: "Jonathan M. Slivko" Cc: Sent: Friday, April 13, 2001 7:39 PM Subject: RE: Setup doesn't see my network card > O.K. that may be it but I have another thought and I am almost afraid to ask > but here goes. I run win2k as a matter of application needs and school > compatability - Is it possible that win2k may have setup the card in a mode > that only it can see ? I know I am reaching but I ran the two setup disks a > while back to see and the setup options screen doesn't show any nic either > which I think means the card isn't being seen at all. I admit to being not > too savy on this but have never encountered this before (over a dozen > installs on this box and two others). Thanks for the quick reply and thanks > in advance if this should ring some bells (or even induce a certain amount > of laughter :-). Jeff Phillips > > -----Original Message----- > From: Jonathan M. Slivko [mailto:optix@nyc.rr.com] > Sent: Friday, April 13, 2001 16:31 > To: Jeff > Subject: Re: Setup doesn't see my network card > > > I also have a generic SMC card, but FreeBSD picked it up and installed it. > > Hint: it's NE2000 compatible :) > > Jonathan M. Slivko - optix@nyc.rr.com - jmslivko@datasyrge.net > --------------------------------------------------------------------- > FreeBSD: The Power To Serve - http://www.FreeBSD.org > > > ----- Original Message ----- > From: "Jeff" > To: "Linh Pham" > Cc: "FreeBSD Questions" > Sent: Friday, April 13, 2001 7:23 PM > Subject: RE: Setup doesn't see my network card > > > > Hello - It is a generic SMC with a dec 21041 chip. Linux recognizes it > with > > the "tulip" driver and all the other installs of FBSD have used the de0 > > driver to see it. It is possible that I either have the wrong floppy (I > used > > the boot.flp and mfsroot.flp from 4.2-RELEASE) or perhaps need to tweak > the > > setup menu options? > > Jeff > > > > -----Original Message----- > > From: Linh Pham [mailto:lplist@closedsrc.org] > > Sent: Friday, April 13, 2001 15:10 > > To: Jeff > > Cc: FreeBSD Questions > > Subject: RE: Setup doesn't see my network card > > > > > > On 2001-04-13, Jeff scribbled: > > > > # Hello, I am trying to install FBSD v. 4.2 over ftp. I have a strange > > problem > > # that I have not seen before. I have created the two boot disks with > > fdimage > > # and they boot without any problem. I can set up the disk slices with no > > # problem but when I go to setup the network connection all I am given is > > # slip, parallel and ppp connection options. I have an ethernet card and > a > > # cable connection that I have setup and running with win2k and have > always > > # (back to FBSD v. 3.2) been able to set it up in FBSD with no problem. At > > # system probe the kernel sees the card (as da0 as I recall) but the setup > > # portion doesn't. Any pointers, reading material or suggestions will be > > # greatfully accepted. Thanks in advance, Jeff Phillips > > > > What kind of network card do you have installed in the machine (make, > > model, etc.)? > > > > -- > > Linh Pham > > [lplist@closedsrc.org] > > > > // 404b - Brain not found > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 17: 6:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp2fb.rdc-nyc.rr.com [24.29.99.78]) by hub.freebsd.org (Postfix) with ESMTP id 1822737B43F for ; Fri, 13 Apr 2001 17:06:52 -0700 (PDT) (envelope-from optix@nyc.rr.com) Received: from darkstar ([24.29.134.4]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Fri, 13 Apr 2001 20:10:24 -0400 Message-ID: <003901c0c477$b3649680$01000001@darkstar> From: "Jonathan M. Slivko" To: "Jeff" Cc: References: Subject: Re: Setup doesn't see my network card Date: Fri, 13 Apr 2001 20:13:15 -0400 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.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What are the options there? There should be one marked Ethernet. If there isn't, try going to PPP and then trying to select a DHCP server, etc. Thanks. I'm sorry i'm not that clear on the actual install as I haven't done one in awhile. -- Jonathan M. Slivko Jonathan M. Slivko - optix@nyc.rr.com - jmslivko@datasyrge.net ---------------------------------------------------------------------------- ------------------ FreeBSD: The Power To Serve - http://www.FreeBSD.org ----- Original Message ----- From: "Jeff" To: "Jonathan M. Slivko" Cc: Sent: Friday, April 13, 2001 8:03 PM Subject: RE: Setup doesn't see my network card > Hello again - First let me apologise, I really thought I had given enough > info, I do know about the compatibility (no problem and appreciated :-) What > is happening is that the boot floppy boots, I insert the mfsroot.flp and it > gives the the standard setup screen. I always use the novice setup as it has > the most coverage (and I HAVE been know to boff this part) and when I get to > the network portion, I have ONLY the ppp, slip etc. choices. I know the card > is seen by the kernel as it shows up during probing but it is not recognized > by the setup pgm. As I mentioned I am beginning to think that this is > related to win2k but I'll be damned if I can see how. BTW the same problem > does not show up with the older version of linux (7.1) but I really prefer > FBSD. SIGGGHHHH, if anything rings a bell a heads up would be great in the > mean time I am going to tinker with the setup options menu and see what > happens :-) Again, thanks, Jeff Phillips > > -----Original Message----- > From: Jonathan M. Slivko [mailto:optix@nyc.rr.com] > Sent: Friday, April 13, 2001 16:49 > To: Jeff > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Setup doesn't see my network card > > > That hint was actually supposed to help. What I meant by that is that you > can use the generic NE2000 driver under FreeBSD and it should recognize > fine. > > -- Jonathan M. Slivko > > Jonathan M. Slivko - optix@nyc.rr.com - jmslivko@datasyrge.net > -------------------------------------------------------------------------- -- > ------------------ > FreeBSD: The Power To Serve - http://www.FreeBSD.org > > ----- Original Message ----- > From: "Jeff" > To: "Jonathan M. Slivko" > Cc: > Sent: Friday, April 13, 2001 7:39 PM > Subject: RE: Setup doesn't see my network card > > > > O.K. that may be it but I have another thought and I am almost afraid to > ask > > but here goes. I run win2k as a matter of application needs and school > > compatability - Is it possible that win2k may have setup the card in a > mode > > that only it can see ? I know I am reaching but I ran the two setup disks > a > > while back to see and the setup options screen doesn't show any nic either > > which I think means the card isn't being seen at all. I admit to being not > > too savy on this but have never encountered this before (over a dozen > > installs on this box and two others). Thanks for the quick reply and > thanks > > in advance if this should ring some bells (or even induce a certain amount > > of laughter :-). Jeff Phillips > > > > -----Original Message----- > > From: Jonathan M. Slivko [mailto:optix@nyc.rr.com] > > Sent: Friday, April 13, 2001 16:31 > > To: Jeff > > Subject: Re: Setup doesn't see my network card > > > > > > I also have a generic SMC card, but FreeBSD picked it up and installed it. > > > > Hint: it's NE2000 compatible :) > > > > Jonathan M. Slivko - optix@nyc.rr.com - jmslivko@datasyrge.net > > --------------------------------------------------------------------- > > FreeBSD: The Power To Serve - http://www.FreeBSD.org > > > > > > ----- Original Message ----- > > From: "Jeff" > > To: "Linh Pham" > > Cc: "FreeBSD Questions" > > Sent: Friday, April 13, 2001 7:23 PM > > Subject: RE: Setup doesn't see my network card > > > > > > > Hello - It is a generic SMC with a dec 21041 chip. Linux recognizes it > > with > > > the "tulip" driver and all the other installs of FBSD have used the de0 > > > driver to see it. It is possible that I either have the wrong floppy (I > > used > > > the boot.flp and mfsroot.flp from 4.2-RELEASE) or perhaps need to tweak > > the > > > setup menu options? > > > Jeff > > > > > > -----Original Message----- > > > From: Linh Pham [mailto:lplist@closedsrc.org] > > > Sent: Friday, April 13, 2001 15:10 > > > To: Jeff > > > Cc: FreeBSD Questions > > > Subject: RE: Setup doesn't see my network card > > > > > > > > > On 2001-04-13, Jeff scribbled: > > > > > > # Hello, I am trying to install FBSD v. 4.2 over ftp. I have a strange > > > problem > > > # that I have not seen before. I have created the two boot disks with > > > fdimage > > > # and they boot without any problem. I can set up the disk slices with > no > > > # problem but when I go to setup the network connection all I am given > is > > > # slip, parallel and ppp connection options. I have an ethernet card > and > > a > > > # cable connection that I have setup and running with win2k and have > > always > > > # (back to FBSD v. 3.2) been able to set it up in FBSD with no problem. > At > > > # system probe the kernel sees the card (as da0 as I recall) but the > setup > > > # portion doesn't. Any pointers, reading material or suggestions will be > > > # greatfully accepted. Thanks in advance, Jeff Phillips > > > > > > What kind of network card do you have installed in the machine (make, > > > model, etc.)? > > > > > > -- > > > Linh Pham > > > [lplist@closedsrc.org] > > > > > > // 404b - Brain not found > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 17:11:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from istar.ca (d141-119-162.home.cgocable.net [24.141.119.162]) by hub.freebsd.org (Postfix) with ESMTP id C2D5137B42C for ; Fri, 13 Apr 2001 17:11:42 -0700 (PDT) (envelope-from genisis@istar.ca) Received: (from genisis@localhost) by istar.ca (8.11.1/8.11.1) id f3E0F5A08685; Fri, 13 Apr 2001 20:15:05 -0400 (EDT) (envelope-from genisis) Date: Fri, 13 Apr 2001 20:15:05 -0400 (EDT) From: Dru To: Jeff Cc: "Jonathan M. Slivko" , freebsd-questions@FreeBSD.ORG Subject: RE: Setup doesn't see my network card In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is this NIC an ISA or PCI? If it's ISA, are you removing all the other ISA NICs during Visual Configuration mode? If it's ISA, sounds like an IRQ conflict to me. If it's PCI, do you have PnP OS disabled in your CMOS? Dru On Fri, 13 Apr 2001, Jeff wrote: > Hello again - First let me apologise, I really thought I had given enough > info, I do know about the compatibility (no problem and appreciated :-) What > is happening is that the boot floppy boots, I insert the mfsroot.flp and it > gives the the standard setup screen. I always use the novice setup as it has > the most coverage (and I HAVE been know to boff this part) and when I get to > the network portion, I have ONLY the ppp, slip etc. choices. I know the card > is seen by the kernel as it shows up during probing but it is not recognized > by the setup pgm. As I mentioned I am beginning to think that this is > related to win2k but I'll be damned if I can see how. BTW the same problem > does not show up with the older version of linux (7.1) but I really prefer > FBSD. SIGGGHHHH, if anything rings a bell a heads up would be great in the > mean time I am going to tinker with the setup options menu and see what > happens :-) Again, thanks, Jeff Phillips > > -----Original Message----- > From: Jonathan M. Slivko [mailto:optix@nyc.rr.com] > Sent: Friday, April 13, 2001 16:49 > To: Jeff > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Setup doesn't see my network card > > > That hint was actually supposed to help. What I meant by that is that you > can use the generic NE2000 driver under FreeBSD and it should recognize > fine. > > -- Jonathan M. Slivko > > Jonathan M. Slivko - optix@nyc.rr.com - jmslivko@datasyrge.net > ---------------------------------------------------------------------------- > ------------------ > FreeBSD: The Power To Serve - http://www.FreeBSD.org > > ----- Original Message ----- > From: "Jeff" > To: "Jonathan M. Slivko" > Cc: > Sent: Friday, April 13, 2001 7:39 PM > Subject: RE: Setup doesn't see my network card > > > > O.K. that may be it but I have another thought and I am almost afraid to > ask > > but here goes. I run win2k as a matter of application needs and school > > compatability - Is it possible that win2k may have setup the card in a > mode > > that only it can see ? I know I am reaching but I ran the two setup disks > a > > while back to see and the setup options screen doesn't show any nic either > > which I think means the card isn't being seen at all. I admit to being not > > too savy on this but have never encountered this before (over a dozen > > installs on this box and two others). Thanks for the quick reply and > thanks > > in advance if this should ring some bells (or even induce a certain amount > > of laughter :-). Jeff Phillips > > > > -----Original Message----- > > From: Jonathan M. Slivko [mailto:optix@nyc.rr.com] > > Sent: Friday, April 13, 2001 16:31 > > To: Jeff > > Subject: Re: Setup doesn't see my network card > > > > > > I also have a generic SMC card, but FreeBSD picked it up and installed it. > > > > Hint: it's NE2000 compatible :) > > > > Jonathan M. Slivko - optix@nyc.rr.com - jmslivko@datasyrge.net > > --------------------------------------------------------------------- > > FreeBSD: The Power To Serve - http://www.FreeBSD.org > > > > > > ----- Original Message ----- > > From: "Jeff" > > To: "Linh Pham" > > Cc: "FreeBSD Questions" > > Sent: Friday, April 13, 2001 7:23 PM > > Subject: RE: Setup doesn't see my network card > > > > > > > Hello - It is a generic SMC with a dec 21041 chip. Linux recognizes it > > with > > > the "tulip" driver and all the other installs of FBSD have used the de0 > > > driver to see it. It is possible that I either have the wrong floppy (I > > used > > > the boot.flp and mfsroot.flp from 4.2-RELEASE) or perhaps need to tweak > > the > > > setup menu options? > > > Jeff > > > > > > -----Original Message----- > > > From: Linh Pham [mailto:lplist@closedsrc.org] > > > Sent: Friday, April 13, 2001 15:10 > > > To: Jeff > > > Cc: FreeBSD Questions > > > Subject: RE: Setup doesn't see my network card > > > > > > > > > On 2001-04-13, Jeff scribbled: > > > > > > # Hello, I am trying to install FBSD v. 4.2 over ftp. I have a strange > > > problem > > > # that I have not seen before. I have created the two boot disks with > > > fdimage > > > # and they boot without any problem. I can set up the disk slices with > no > > > # problem but when I go to setup the network connection all I am given > is > > > # slip, parallel and ppp connection options. I have an ethernet card > and > > a > > > # cable connection that I have setup and running with win2k and have > > always > > > # (back to FBSD v. 3.2) been able to set it up in FBSD with no problem. > At > > > # system probe the kernel sees the card (as da0 as I recall) but the > setup > > > # portion doesn't. Any pointers, reading material or suggestions will be > > > # greatfully accepted. Thanks in advance, Jeff Phillips > > > > > > What kind of network card do you have installed in the machine (make, > > > model, etc.)? > > > > > > -- > > > Linh Pham > > > [lplist@closedsrc.org] > > > > > > // 404b - Brain not found > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 17:12:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web1802.mail.yahoo.com (web1802.mail.yahoo.com [128.11.23.45]) by hub.freebsd.org (Postfix) with SMTP id 37B0037B505 for ; Fri, 13 Apr 2001 17:12:30 -0700 (PDT) (envelope-from javi_gom@yahoo.com) Received: (qmail 23998 invoked by uid 60001); 14 Apr 2001 00:12:30 -0000 Message-ID: <20010414001230.23997.qmail@web1802.mail.yahoo.com> Received: from [209.88.52.98] by web1802.mail.yahoo.com; Fri, 13 Apr 2001 19:12:30 CDT Date: Fri, 13 Apr 2001 19:12:30 -0500 (CDT) From: =?iso-8859-1?q?javi=20go?= Subject: Consulta sobre LPT To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Necesito informacion sobre el manejo del puerto paralelo en bsd sitios donde encontrar esta informacion y si fuera posible codigos donde se realize alhuna aplicacion con este puerto muchas gracias I need information on the handling the parallel port in bsd sites where to find this information and if outside possible source code where a application with this port thank you very much _________________________________________________________ Do You Yahoo!? Obtenga su dirección de correo-e gratis @yahoo.com en http://correo.espanol.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 17:34:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail5.sdc1.sfba.home.com (femail5.sdc1.sfba.home.com [24.0.95.85]) by hub.freebsd.org (Postfix) with ESMTP id 98E9F37B507 for ; Fri, 13 Apr 2001 17:34:55 -0700 (PDT) (envelope-from iratus@home.com) Received: from cc60260a ([24.0.114.133]) by femail5.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010414003455.WHVZ1928.femail5.sdc1.sfba.home.com@cc60260a> for ; Fri, 13 Apr 2001 17:34:55 -0700 From: "Jeff" To: Subject: RE: Setup doesn't see my network card is SOLVED !!!! Date: Fri, 13 Apr 2001 17:34:54 -0700 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 IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <003901c0c477$b3649680$01000001@darkstar> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FIRST AND FOREMOST THANKS to DRU, JONATHAN and LINH for the help. Dru was right on, all I had to do was disable PnP in the bios and everything works like a charm. I wonder if MS isn't a govenment conspiracy to induce stupidity in large populations :-) Again thanks to all for the help, now at least I have something to do tonight :-) Jeff Phillps To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 17:42:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 8078F37B423 for ; Fri, 13 Apr 2001 17:42:36 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 49358 invoked by uid 100); 14 Apr 2001 00:42:36 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15063.40187.783794.912264@guru.mired.org> Date: Fri, 13 Apr 2001 19:42:35 -0500 To: parv Cc: questions@freebsd.org Subject: Re: is /usr/obj/* useful if something breaks after -stable upgrade? In-Reply-To: <58990783@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG parv types: > is there any point in keeping /usr/obj/* after -stable upgrade > in order to ask for help if something breaks, besides make > logs? Unless you're planning on building parts of the system without upgrading the sources, no. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 17:50:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 025DD37B496 for ; Fri, 13 Apr 2001 17:50:51 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 49653 invoked by uid 100); 14 Apr 2001 00:50:50 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15063.40682.334805.961966@guru.mired.org> Date: Fri, 13 Apr 2001 19:50:50 -0500 To: Kent Stewart Cc: questions@freebsd.org Subject: Re: Yahoo In-Reply-To: <66968718@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kent Stewart types: > I still think everyone that is torqued at messages like this should write > abuse@ccaonline.com (in this case) and cc sprintlink.net, who is their ISP, > for abusing an International list. That message was clearly SPAM, thought it might not be of a religious nature. After the first one, I started hitting the Complain key in my mail reader. That sends a complaint to ccaonline.com@abuse.net, and back to the original sender. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 17:54:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx2out.umbc.edu (mx2out.umbc.edu [130.85.253.52]) by hub.freebsd.org (Postfix) with ESMTP id B22AF37B446 for ; Fri, 13 Apr 2001 17:54:25 -0700 (PDT) (envelope-from gmiddl1@gl.umbc.edu) Received: from linux1.gl.umbc.edu (IDENT:gmiddl1@linux1.gl.umbc.edu [130.85.60.38]) by mx2out.umbc.edu (8.9.3/8.9.3) with ESMTP id UAA11170 for ; Fri, 13 Apr 2001 20:54:24 -0400 (EDT) Date: Fri, 13 Apr 2001 20:54:23 -0400 (EDT) From: "G. Jason Middleton" To: Subject: Dial-up server/ little ISP Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have comcast @home and i want to set one of my BSD boxes up so that i can dial into it and surf the net....you know like be my own little ISP. Does any one know where i should start? Do i need to run radius? Regards, G. Jason Middleton _______________________________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 17:56:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 5010737B505 for ; Fri, 13 Apr 2001 17:56:54 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 49804 invoked by uid 100); 14 Apr 2001 00:56:53 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15063.41045.174978.912081@guru.mired.org> Date: Fri, 13 Apr 2001 19:56:53 -0500 To: GoodleafJ@immunex.com Cc: questions@freebsd.org Subject: Re: Postgres error --Bad system call In-Reply-To: <116143358@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG GoodleafJ@immunex.com types: > Hello, > Downloaded newest postgres port and installed just fine. Initdb worked as > usual. Yet when I try to start the postmaster, I get Bad System Call and > have the core dumped. The odd thing is that I do have the SYS V options in > my kernel. Specifically I have: > > options SYSVSHM > options SYSVMSG > options SYSVSEM > > in the kernel. I am aware, from looking at LINT, that there are more > related options, but I have to confess I don't entirely understand them. In > the past though, I have had no trouble getting Postgres to work with just > these options. Clearly, you're missing an option, as the lastest version of PostgreSQL works fine here. It would help if you knew what system call was causing the problems. There are a number of options for getting that; truss is probably easiest if you have KTRACE enabled in your kernel. Otherwise, try getting postgres built with the '-g' flag (if it isn't) and running the apropriate process - probably postmaster - under gdb. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 18: 0:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id E9E4637B43F for ; Fri, 13 Apr 2001 18:00:11 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 49948 invoked by uid 100); 14 Apr 2001 01:00:11 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15063.41243.290809.898186@guru.mired.org> Date: Fri, 13 Apr 2001 20:00:11 -0500 To: mike.bartlett@bankofamerica.com Cc: questions@freebsd.org Subject: Re: Printing In-Reply-To: <22487378@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mike.bartlett@bankofamerica.com types: > I am looking for a Unix package that may be ported for FreeBSD for > converting a print output from portrait to landscape. That's a little bit vaugue. If there isn't something in the psutils port to do what you want, try providing more details about what that is. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 18:15:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gladstone.uoregon.edu (gladstone.uoregon.edu [128.223.142.14]) by hub.freebsd.org (Postfix) with ESMTP id 027D137B43E for ; Fri, 13 Apr 2001 18:15:51 -0700 (PDT) (envelope-from strazi@yahoo.com) Received: from strazi (d193-81.uoregon.edu [128.223.193.81]) by gladstone.uoregon.edu (8.10.1/8.10.1) with SMTP id f3E1FnV24581 for ; Fri, 13 Apr 2001 18:15:49 -0700 (PDT) Message-ID: <000801c0c480$2f1a88e0$51c1df80@uoregon.edu> From: "strazi" To: Subject: 4.2 install problems with cd Date: Fri, 13 Apr 2001 18:13:58 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C0C445.82802E80" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C0C445.82802E80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable after burning the iso image, and booting off of it, the install goes = fine until the very end of the configuration process. after having = picked the packages to install, the installer creates the file system, = then it tells me that the cdrom doesnt have the correct serial number = and it cant install. im wondering if its a problem with my cdrom, which = is a NEC, being mounted, but could this really be an issue considering i = booted off of it? thanks kevin ------=_NextPart_000_0005_01C0C445.82802E80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
after burning the iso image, and = booting off of it,=20 the install goes fine until the very end of the configuration process. = after=20 having picked the packages to install, the installer creates the file = system,=20 then it tells me that the cdrom doesnt have the correct serial number = and it=20 cant install. im wondering if its a problem with my cdrom, which is a = NEC, being=20 mounted, but could this really be an issue considering i booted off of=20 it?
 
  thanks
    = kevin
------=_NextPart_000_0005_01C0C445.82802E80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 18:23:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rgmail.regenstrief.org (rgmail.regenstrief.org [134.68.31.197]) by hub.freebsd.org (Postfix) with ESMTP id 5AB8137B509 for ; Fri, 13 Apr 2001 18:23:38 -0700 (PDT) (envelope-from gunther@aurora.regenstrief.org) Received: from aurora.regenstrief.org (rgnout.regenstrief.org [134.68.31.38]) by rgmail.regenstrief.org (8.11.0/8.8.7) with ESMTP id f3E1OkA31841; Fri, 13 Apr 2001 20:24:46 -0500 Message-ID: <3AD7A68C.1CBCDF7A@aurora.regenstrief.org> Date: Sat, 14 Apr 2001 01:23:24 +0000 From: Gunther Schadow Organization: Regenstrief Institute for Health Care X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Steve Watt Cc: questions@FreeBSD.ORG Subject: Re: IPsec painful setup... References: <200104132353.f3DNr8B82866@wattres.Watt.COM> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Steve, if you try the old gif tunnel method with IPsec transport mode ESP it will not work through a NAT box. The problem is transport mode will choke on any change in the IP header, and NAT changes the src address and port. I suggest you use FreeBSD as the NAT box. Works nicely, if you have just one tunnel. Also if you have an "other IPsec capable router" at the other end, it will most certainly not understand the gif-tunnel + ESP transport mode hack. You need to use IPsec ESP tunnel mode properly. Tunnel mode might work through the NAT box, I believe. regards -Gunther Steve Watt wrote: > > I've got a situation where I'm trying to set up an IPsec ESP tunnel > to a box that's on the far side of a NAT box. I've successfully set > up an IPsec tunnel to my box at home, but it's smart enough to have > a routable IP address on one interface, unlike this other situation. > > Here's a picture of what I'm trying; maybe someone can help: > > (internal net A) (DSL line) > +---------+ | +---------+ | +-------------+ > | FreeBSD | v | | v | Other IPsec | > | box +---+ NAT rtr +-- inet --+ capable +--- internal net B > | ("A") | | | | router | > +---------+ +---------+ +-------------+ > > Because it's a DSL line from the NATing router, I can't just hook up > the network interface with the routable address to box A. > > The starting configuration is pretty much as described in the IPsec > mini-howto on DaemonNews. > > So, the questions are as follows: > > 1. What address should I configure the local part of gif0 with? The one > associated with the DSL line, or the (static) NATted address of box A? > 2. Same question, but in the SPD > 3. Will I need to consume an extra subnet for the internal address of > gif0, or put it on internal net B's range (with a proxy arp), or ...? > > I can't seem to locate anything that provides adequate clues in this > area; maybe I'm just SOL and need to upgrade the NAT rtr? > > Thanks, > > -- > Steve Watt KD6GGD PP-ASEL-IA ICBM: 121W 56' 57.8" / 37N 20' 14.9" > Internet: steve @ Watt.COM Whois: SW32 > Free time? There's no such thing. It just comes in varying prices... > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Gunther Schadow, M.D., Ph.D. gschadow@regenstrief.org Medical Information Scientist Regenstrief Institute for Health Care Adjunct Assistent Professor Indiana University School of Medicine tel:1(317)630-7960 http://aurora.regenstrief.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 18:45:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wattres.Watt.COM (spare78.biz.net [208.177.80.78]) by hub.freebsd.org (Postfix) with ESMTP id 75D8437B42C for ; Fri, 13 Apr 2001 18:45:14 -0700 (PDT) (envelope-from steve@Watt.COM) Received: (from steve@localhost) by wattres.Watt.COM (8.11.3/8.11.2) id f3E1j7298280; Fri, 13 Apr 2001 18:45:07 -0700 (PDT) (envelope-from steve) Message-Id: <200104140145.f3E1j7298280@wattres.Watt.COM> From: steve@Watt.COM (Steve Watt) Date: Fri, 13 Apr 2001 18:45:07 -0700 In-Reply-To: Gunther Schadow "Re: IPsec painful setup..." (Apr 14, 1:23) X-Mailer: Mail User's Shell (7.2.6 beta(5) 10/07/98) To: Gunther Schadow Subject: Re: IPsec painful setup... Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have tried both transport and tunnel mode; it seemed clear to me that transport wouldn't work, but I had to try it anyhow. I'd dearly love to use the FreeBSD box directly as the NAT box, but it's a DSL installation where the DSL line comes into a port on the router. Unless there are PCI DSL cards that are likely to work in such a scenario, I think I get to wrestle with this. You said "old gif tunnel method"; that implies that there's some new method? Where can I find info on that? I'm currently using gif tunnels, racoon for isakmp, and ipsec in tunnel mode. Thanks, On Apr 14, 1:23, Gunther Schadow wrote: } Subject: Re: IPsec painful setup... } if you try the old gif tunnel method with IPsec transport mode } ESP it will not work through a NAT box. The problem is transport } mode will choke on any change in the IP header, and NAT changes } the src address and port. I suggest you use FreeBSD as the } NAT box. Works nicely, if you have just one tunnel. Also if you } have an "other IPsec capable router" at the other end, it will } most certainly not understand the gif-tunnel + ESP transport mode } hack. You need to use IPsec ESP tunnel mode properly. Tunnel } mode might work through the NAT box, I believe. } } regards } -Gunther } } Steve Watt wrote: } > } > I've got a situation where I'm trying to set up an IPsec ESP tunnel } > to a box that's on the far side of a NAT box. I've successfully set } > up an IPsec tunnel to my box at home, but it's smart enough to have } > a routable IP address on one interface, unlike this other situation. } > } > Here's a picture of what I'm trying; maybe someone can help: } > } > (internal net A) (DSL line) } > +---------+ | +---------+ | +-------------+ } > | FreeBSD | v | | v | Other IPsec | } > | box +---+ NAT rtr +-- inet --+ capable +--- internal net B } > | ("A") | | | | router | } > +---------+ +---------+ +-------------+ } > } > Because it's a DSL line from the NATing router, I can't just hook up } > the network interface with the routable address to box A. } > } > The starting configuration is pretty much as described in the IPsec } > mini-howto on DaemonNews. } > } > So, the questions are as follows: } > } > 1. What address should I configure the local part of gif0 with? The one } > associated with the DSL line, or the (static) NATted address of box A? } > 2. Same question, but in the SPD } > 3. Will I need to consume an extra subnet for the internal address of } > gif0, or put it on internal net B's range (with a proxy arp), or ...? } > } > I can't seem to locate anything that provides adequate clues in this } > area; maybe I'm just SOL and need to upgrade the NAT rtr? } > } > Thanks, } > } > -- } > Steve Watt KD6GGD PP-ASEL-IA ICBM: 121W 56' 57.8" / 37N 20' 14.9" } > Internet: steve @ Watt.COM Whois: SW32 } > Free time? There's no such thing. It just comes in varying prices... } > } > To Unsubscribe: send mail to majordomo@FreeBSD.org } > with "unsubscribe freebsd-questions" in the body of the message } } -- } Gunther Schadow, M.D., Ph.D. gschadow@regenstrief.org } Medical Information Scientist Regenstrief Institute for Health Care } Adjunct Assistent Professor Indiana University School of Medicine } tel:1(317)630-7960 http://aurora.regenstrief.org }-- End of excerpt from Gunther Schadow -- Steve Watt KD6GGD PP-ASEL-IA ICBM: 121W 56' 57.8" / 37N 20' 14.9" Internet: steve @ Watt.COM Whois: SW32 Free time? There's no such thing. It just comes in varying prices... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 19: 9:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtppop3pub.verizon.net (smtppop3pub.gte.net [206.46.170.22]) by hub.freebsd.org (Postfix) with ESMTP id A841137B509 for ; Fri, 13 Apr 2001 19:09:37 -0700 (PDT) (envelope-from res03db2@gte.net) Received: from gte.net (evrtwa1-ar4-4-34-145-186.dsl.gtei.net [4.34.145.186]) by smtppop3pub.verizon.net with ESMTP ; id VAA149421161 Fri, 13 Apr 2001 21:05:56 -0500 (CDT) Received: (from res03db2@localhost) by gte.net (8.9.3/8.9.3) id TAA36675; Fri, 13 Apr 2001 19:11:17 -0700 (PDT) (envelope-from res03db2@gte.net) Date: Fri, 13 Apr 2001 19:11:16 -0700 From: Robert Clark To: David Campbell Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Bizarre rituals to reboot Message-ID: <20010413191116.A36660@darkstar.gte.net> References: <3AD72C86.C73F47F5@mail.utexas.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <3AD72C86.C73F47F5@mail.utexas.edu>; from dcampbell@mail.utexas.edu on Fri, Apr 13, 2001 at 11:42:46AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If SCAM support is enabled on the SCSI controller, try turning it off. [RC] On Fri, Apr 13, 2001 at 11:42:46AM -0500, David Campbell wrote: > I am a newbie. After playing with an initial install of FreeBSD 4.2 for > a little over a week, changing and modifying files to my heart's > content, I did a clean re-install to start from a known point, at a > different security level than I had originally installed with. The > install, on a Compaq Workstation AP400 with 256MB RAM, 4GB hard drive, > appears to go flawlessly, regardless of how many partitions or slices I > create, or boot manager I use (if any). On reboot, I get "Non-System > disk or disk error." > > After a couple of days wrestling with this, I have discovered that if > after the install, I put in a Win98 boot disk, look at the drive with > FDISK (making no changes, just looking at partitions), take out the > Win98 disk, the machine boots to FreeBSD just fine. If I then reboot, I > get the error. I continue to get the error on reboots until I look at > the drive with FDISK. At that point, the boot-God is appeased, and it > works fine. > > Does anyone have any insight into what is going on with this? > > Dave > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 19:44:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grumpy.dyndns.org (user-24-214-76-236.knology.net [24.214.76.236]) by hub.freebsd.org (Postfix) with ESMTP id B611437B42C; Fri, 13 Apr 2001 19:44:51 -0700 (PDT) (envelope-from dkelly@grumpy.dyndns.org) Received: from localhost (localhost [127.0.0.1]) by grumpy.dyndns.org (8.11.3/8.11.3) with ESMTP id f3E2ioP53995; Fri, 13 Apr 2001 21:44:50 -0500 (CDT) (envelope-from dkelly@grumpy.dyndns.org) Message-Id: <200104140244.f3E2ioP53995@grumpy.dyndns.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Ben Smithurst Cc: Kal Torak , FreeBSD-questions From: David Kelly Subject: Re: Creating EXACT image of a CD In-reply-to: Message from Ben Smithurst of "Fri, 13 Apr 2001 13:50:52 BST." <20010413135052.H75296@scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 13 Apr 2001 21:44:50 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ben Smithurst writes: > Kal Torak wrote: > > > I want to create exact ISO images of CD's... > > Like create the file system using the exact same file names and > > structure, not just copying the data... If there are null sectors on > > the CD or something then I want them to be part of the image... > > > > So yeah basically an exact image of it :) > > > > Anyway what tools for FreeBSD can I use to do this? with certain > > options to mkisofs can it be done? or using dd or something? > > yeah, you should just be able to use dd. > > dd if=/dev/cdrom of=exact-image.iso bs=2k > > other block sizes may work too, you could experiment. I think with data > CDs it has to be a multiple of 2k, couldn't swear to that though. If its a multisession CD dd may not do it right. Would expect cdrdao knows how to read the CD and extract each session correctly. Would be nice if cdrdao knew FreeBSD's ATA/IDE CD driver, otherwise SCSI is the small price one pays to be able to use cdrdao on FreeBSD. Had a Philips 804 CD-RW ATA drive which read cd's one block short using dd. Didn't seem to matter as the image still mounted and worked correctly when attached via vn(4) and vnconfig(8) but otherwise failed my attempt to verify after write. Sony STA CD-RW read the full disc, as does my HP SCSI CD-RW. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 19:53:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wattres.Watt.COM (spare78.biz.net [208.177.80.78]) by hub.freebsd.org (Postfix) with ESMTP id D212037B423 for ; Fri, 13 Apr 2001 19:53:35 -0700 (PDT) (envelope-from steve@Watt.COM) Received: (from steve@localhost) by wattres.Watt.COM (8.11.3/8.11.2) id f3E2rU107619; Fri, 13 Apr 2001 19:53:30 -0700 (PDT) (envelope-from steve) Message-Id: <200104140253.f3E2rU107619@wattres.Watt.COM> From: steve@Watt.COM (Steve Watt) Date: Fri, 13 Apr 2001 19:53:29 -0700 In-Reply-To: Gunther Schadow "Re: IPsec painful setup..." (Apr 14, 2:09) X-Mailer: Mail User's Shell (7.2.6 beta(5) 10/07/98) To: Gunther Schadow Subject: Re: IPsec painful setup... Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Apr 14, 2:09, Gunther Schadow wrote: } Steve Watt wrote: } > I have tried both transport and tunnel mode; it seemed clear to me that } > transport wouldn't work, but I had to try it anyhow. I'd dearly love to } > use the FreeBSD box directly as the NAT box, but it's a DSL installation } > where the DSL line comes into a port on the router. Unless there are } > PCI DSL cards that are likely to work in such a scenario, I think I get } > to wrestle with this. } } You have too many free variables in your equation :-) I would start } with two FreeBSD boxes on each end of the line and try to set up a } statically keyed IPsec tunnel. I don't trust racoon just yet, it } didn't work for me reliably so far. And of course I don't trust the } "other IPsec capable" router. Go step by step. If NAT is a problem } in the DSL box, turn NAT off and use it straight through as a bridge, } if that's possible... Actually, I've already got a setup working, with racoon, gif, and the non FreeBSD IPsec implementation, and it's fine roughly 80% of the time. The rest of the time, rebooting the non FreeBSD box (it's a Netscreen router) makes things work again. Unfortunately, I am trying to duplicate the configuration onto the above-mentioned ugly setup, so the only variable I'm adding is a NAT thingy in the way. } > You said "old gif tunnel method"; that implies that there's some new } > method? Where can I find info on that? I'm currently using gif tunnels, } > racoon for isakmp, and ipsec in tunnel mode. } } See my recent bug report on freebsd-net. On how to set this up. You can } use the first half of the bug report as a cookbook recipe. if you } don't try the second half, you'll be fine :-). Thanks! I'll take a peek at that. -- Steve Watt KD6GGD PP-ASEL-IA ICBM: 121W 56' 57.8" / 37N 20' 14.9" Internet: steve @ Watt.COM Whois: SW32 Free time? There's no such thing. It just comes in varying prices... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 20: 3: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp012.mail.yahoo.com (smtp012.mail.yahoo.com [216.136.173.32]) by hub.freebsd.org (Postfix) with SMTP id 37D8437B50B for ; Fri, 13 Apr 2001 20:03:01 -0700 (PDT) (envelope-from fasi74@yahoo.com) Received: from unknown (HELO client) (202.87.102.168) by smtp.mail.vip.sc5.yahoo.com with SMTP; 14 Apr 2001 03:02:59 -0000 X-Apparently-From: Message-ID: <000701c0c4f3$b6da7100$646ffea9@client> From: To: "FreeBSD" Subject: freeBSD loader Date: Sat, 14 Apr 2001 00:25:06 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001A_01C0C479.5AF24E50" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_001A_01C0C479.5AF24E50 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I spend 3 days continuesly try to install windows 2000 , Solaris 8 & = FreeBSD 4.0 on 1 harddrive but it seems that the freebsd loader was = unable to configure it .... can anyone five my step by step instruction on how to do it ? my hd is 20 gb thanks also can we create 5 primary disk partition somhow on a disk ? ------=_NextPart_000_001A_01C0C479.5AF24E50 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I spend 3 days continuesly try to = install windows=20 2000 , Solaris 8 & FreeBSD 4.0 on 1 harddrive but it seems that the = freebsd=20 loader was unable to configure it ....
can anyone five my step by step = instruction on how=20 to do it ?
my hd is 20 gb
thanks
also can we create 5 primary disk = partition somhow=20 on a disk ?
------=_NextPart_000_001A_01C0C479.5AF24E50-- _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 20: 3:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp012.mail.yahoo.com (smtp012.mail.yahoo.com [216.136.173.32]) by hub.freebsd.org (Postfix) with SMTP id 234EC37B53A for ; Fri, 13 Apr 2001 20:03:56 -0700 (PDT) (envelope-from fasi_74@yahoo.com) Received: from unknown (HELO client) (202.87.102.168) by smtp.mail.vip.sc5.yahoo.com with SMTP; 14 Apr 2001 03:03:54 -0000 X-Apparently-From: Message-ID: <001101c0c4f3$d7bb3080$646ffea9@client> From: "faisal" To: "FreeBSD" Subject: Disk Partitioning Date: Sat, 14 Apr 2001 08:01:50 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I spend 3 days continuesly try to install windows 2000 , Solaris 8 & FreeBSD 4.0 on 1 harddrive but it seems that the freebsd loader was unable to configure it .... can anyone five my step by step instruction on how to do it ? my hd is 20 gb thanks also can we create 5 primary disk partition somhow on a disk ? _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 20:12: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx1out.umbc.edu (mx1out.umbc.edu [130.85.253.51]) by hub.freebsd.org (Postfix) with ESMTP id 6F7C937B50B for ; Fri, 13 Apr 2001 20:11:59 -0700 (PDT) (envelope-from gmiddl1@gl.umbc.edu) Received: from irix2.gl.umbc.edu (gmiddl1@irix2.gl.umbc.edu [130.85.60.11]) by mx1out.umbc.edu (8.9.3/8.9.3) with ESMTP id XAA02410 for ; Fri, 13 Apr 2001 23:11:57 -0400 (EDT) Date: Fri, 13 Apr 2001 23:11:57 -0400 From: "G. Jason Middleton" To: Subject: how to dial into my BSD box for internet access(re-worded) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG SORRY FOR THE DUPE EMAIL (re-worded) OK i have comcast and i wanna dial into just a regular old 56k modem in one of my BSD boxes so that i can access the inet....basically just like you do when you dial into your ISP AOL, Mindspring etc etc. Except they have lots of modem banks. What do i need to do this? Have a good easter weekend! Regards, G. Jason Middleton _______________________________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 20:40:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from duval.se.mediaone.net (duval.se.mediaone.net [24.129.0.67]) by hub.freebsd.org (Postfix) with ESMTP id E640837B509 for ; Fri, 13 Apr 2001 20:40:16 -0700 (PDT) (envelope-from smnoldelinux@mediaone.net) Received: from mediaone.net (rr-163-52-118.atl.mediaone.net [24.163.52.118]) by duval.se.mediaone.net (8.11.1/8.11.1) with ESMTP id f3E3eEX09824 for ; Fri, 13 Apr 2001 23:40:15 -0400 (EDT) Message-ID: <3AD7C689.877A5C44@mediaone.net> Date: Fri, 13 Apr 2001 23:39:53 -0400 From: scott X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: Can't MAKEDEV snd0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recently cvsup'd to 4-STABLE and rebuilt the world successfully - so I thought. After the reboot, I lost the /dev/snd0 and /dev/snd1 devices. When I do a 'sh MAKEDEV snd0' it looks as if the device is made, but isn't and no errors are reported. More info: FreeBSD bsd.smnolde.com 4.3-RC FreeBSD 4.3-RC #5 FreeBSD Audio Driver (newpcm) Apr 13 2001 23:12:14 Installed devices: pcm1: at io 0x220 irq 5 drq 1:0 (1p/1r channels) device pcm0 at isa? device sbc0 at isa? Any ideas? - Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 20:58:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nebula.anchoragerescue.org (cable-115-7-237-24.anchorageak.net [24.237.7.115]) by hub.freebsd.org (Postfix) with ESMTP id 0C59B37B507 for ; Fri, 13 Apr 2001 20:58:19 -0700 (PDT) (envelope-from akbeech@anchoragerescue.org) Received: from galaxy.anchoragerescue.org (galaxy.anchoragerescue.org [24.237.7.95]) by nebula.anchoragerescue.org (Postfix) with SMTP id 8AE10154; Fri, 13 Apr 2001 19:58:15 -0800 (AKDT) Content-Type: text/plain; charset="iso-8859-1" From: Beech Rintoul To: "G. Jason Middleton" , Subject: Re: how to dial into my BSD box for internet access(re-worded) Date: Fri, 13 Apr 2001 19:58:15 -0800 X-Mailer: KMail [version 1.2] References: In-Reply-To: MIME-Version: 1.0 Message-Id: <01041319581500.41140@galaxy.anchoragerescue.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday 13 April 2001 19:11, G. Jason Middleton wrote: > SORRY FOR THE DUPE EMAIL (re-worded) > > OK i have comcast and i wanna dial into just a regular old 56k modem in > one of my BSD boxes so that i can access the inet....basically just like > you do when you dial into your ISP AOL, Mindspring etc etc. Except they > have lots of modem banks. > > What do i need to do this? > > Have a good easter weekend! > > Regards, > > G. Jason Middleton You can start by going here: http://www.freebsd.org/handbook/dialup.html Good Luck Beech ------------------------------------------------------------------- Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org /"\ ASCII Ribbon Campaign | Anchorage Gospel Rescue Mission \ / - NO HTML/RTF in e-mail | P.O. Box 230510 X - NO Word docs in e-mail | Anchorage, AK 99523-0510 / \ ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 21:10:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from out4.mx.nwbl.wi.voyager.net (out4.mx.nwbl.wi.voyager.net [169.207.1.77]) by hub.freebsd.org (Postfix) with ESMTP id F293C37B496 for ; Fri, 13 Apr 2001 21:10:49 -0700 (PDT) (envelope-from dpoland@execpc.com) Received: from earth.execpc.com (dpoland@earth.execpc.com [169.207.16.1]) by out4.mx.nwbl.wi.voyager.net (8.11.1/8.11.1) with ESMTP id f3E4AsN85083; Fri, 13 Apr 2001 23:10:54 -0500 (CDT) Received: (from dpoland@localhost) by earth.execpc.com (8.9.0) id XAA16031; Fri, 13 Apr 2001 23:10:48 -0500 (CDT) Date: Fri, 13 Apr 2001 23:10:48 -0500 From: Doug Poland To: Greg Lehey Cc: richard childers , freebsd-questions@freebsd.org Subject: Re: SCSI disks / disklabel / vinum -- SOLUTION Message-ID: <20010413231048.A15281@polands.org> Mail-Followup-To: Greg Lehey , richard childers , freebsd-questions@freebsd.org References: <20010303150356.B29412@polands.org> <20010304091830.B12820@wantadilla.lemis.com> <20010305173531.A13041@polands.org> <20010306101228.A13082@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3us In-Reply-To: <20010306101228.A13082@wantadilla.lemis.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is mostly for the archives... A while back I was having trouble using disklabel to edit the labels on SCSI disks da4 and da5. Disks da0-3 worked fine as I changed the fstype from 4.2BSD to vinum in pre- paration for building a vinum disk array. Disks 4 & 5 refused to take the label change and I kept getting an IOCTL error. As I was re-reading man (8) on disklabel, I saw you could read a disklabel from a drive, save it to disk, then use it in a disklabel write operation. So this is what I did, # disklabel da0s1 > da0s1.saved.label # vi da0s1.saved.label // changed all references from da0 to da4 and saved as new file # disklabel -R da4s1 da4s1.saved.label Voila! Did the same thing for da5, did a vinum create, newfs, and mount and I'm in business. Thanks to Greg and Richard for helping. Good OS folks, my hat's off to you... Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 21:17: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx3out.umbc.edu (mx3out.umbc.edu [130.85.253.53]) by hub.freebsd.org (Postfix) with ESMTP id 0F26537B50B for ; Fri, 13 Apr 2001 21:17:05 -0700 (PDT) (envelope-from gmiddl1@gl.umbc.edu) Received: from irix2.gl.umbc.edu (gmiddl1@irix2.gl.umbc.edu [130.85.60.11]) by mx3out.umbc.edu (8.9.3/8.9.3) with ESMTP id AAA12210; Sat, 14 Apr 2001 00:17:00 -0400 (EDT) Date: Sat, 14 Apr 2001 00:16:59 -0400 From: "G. Jason Middleton" To: Beech Rintoul Cc: Subject: Re: how to dial into my BSD box for internet access(re-worded) In-Reply-To: <01041319581500.41140@galaxy.anchoragerescue.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG close but no cigar I need to be able to surf theweb from say..a windows client...i ned to establish a PPP connection be assigned an IP most likely a 192.168.0.... since all my boxes get access to the internet from behind a NATD box with a firewall. this seems as though it is gonna be more difficult then i expected.. On Fri, 13 Apr 2001, Beech Rintoul wrote: > On Friday 13 April 2001 19:11, G. Jason Middleton wrote: > > SORRY FOR THE DUPE EMAIL (re-worded) > > > > OK i have comcast and i wanna dial into just a regular old 56k modem in > > one of my BSD boxes so that i can access the inet....basically just like > > you do when you dial into your ISP AOL, Mindspring etc etc. Except they > > have lots of modem banks. > > > > What do i need to do this? > > > > Have a good easter weekend! > > > > Regards, > > > > G. Jason Middleton > > You can start by going here: > > http://www.freebsd.org/handbook/dialup.html > > Good Luck > > Beech > ------------------------------------------------------------------- > Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org > /"\ ASCII Ribbon Campaign | Anchorage Gospel Rescue Mission > \ / - NO HTML/RTF in e-mail | P.O. Box 230510 > X - NO Word docs in e-mail | Anchorage, AK 99523-0510 > / \ ----------------------------------------------------------------- > > > > > > > > > > > G. Jason Middleton _______________________________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 21:30:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f199.law11.hotmail.com [64.4.17.199]) by hub.freebsd.org (Postfix) with ESMTP id 6348337B50D for ; Fri, 13 Apr 2001 21:30:39 -0700 (PDT) (envelope-from jbuckley80@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 13 Apr 2001 21:30:38 -0700 Received: from 63.27.21.106 by lw11fd.law11.hotmail.msn.com with HTTP; Sat, 14 Apr 2001 04:30:38 GMT X-Originating-IP: [63.27.21.106] From: "jeremy buckley" To: questions@freebsd.org Subject: fdimage on 5.0-current boot cd Date: Fri, 13 Apr 2001 23:30:38 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 14 Apr 2001 04:30:38.0606 (UTC) FILETIME=[A820A2E0:01C0C49B] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm sorry, but I could not find "/tools" or "fdimage" on disc 1. This is the most current release of freebsd-not the "4.2" that I had earlier specified. Is "fdimage" named fdimage on the cd? If not, what is the filename? I would deeply appreciate the help-this has become rather frustrating. On another note......when I attempt to enter the keystrokes for creating a boot floppy I receive a "bad command or file name" error. My cd-rom is labeled "E", and this is how I enter the command: E:\>tools\fdimage floppies\kern.flp A: My 3.5 drive is labeled "A", but this does not compute "Please Help!" Sincerly, jbuckley _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 21:52: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fbsd.bosa.ca (cr1003901-a.rct1.bc.wave.home.com [24.113.37.99]) by hub.freebsd.org (Postfix) with ESMTP id F014037B43E for ; Fri, 13 Apr 2001 21:51:57 -0700 (PDT) (envelope-from kulraj@bosa.ca) Received: from ska1 (h207-230-227-196.dccnet.com [207.230.227.196]) by fbsd.bosa.ca (Postfix) with SMTP id CCDB0158EB9; Fri, 13 Apr 2001 22:58:40 -0700 (PDT) Message-ID: <005b01c0c49e$67ade3a0$64c8a8c0@asknet.com> From: "Kulraj Gurm (bosa.ca account)" To: "Xiangtao You" Cc: References: <20010413214258.58914.qmail@web11802.mail.yahoo.com> Subject: Re: JDK for FreeBSD? Date: Fri, 13 Apr 2001 21:50:18 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The only way I got JDK 1.1.8 to work was via a package install. I generally don't like /stand/sysinstall but use it only for JDK and gettext. Suggest you try it. ----- Original Message ----- From: "Xiangtao You" To: Sent: Friday, April 13, 2001 2:42 PM Subject: JDK for FreeBSD? > > I tried to install JDK1.1.8 on the FreeBSD ver4.1, but > the java interpreter doesn't work, the following error > message is prompted: > > /usr/libexec/ld-elf.so.1: Shared object "libxpg4.so.2" > not found > > Can somebody tell me what's the problem? And, which > version of JDK is supported by FreeBSD 4.1? > > Thank you > > > _________________________________________________________ > Do You Yahoo!? ¦Ì????a¡¤????¡é¦Ì?¨®¨º! http://mail.yahoo.com.cn > ¡ä¡ä?¡§???¡é??¨¤?2?¡ê????¨°??D???¨º??1¡ê?http://cn.clubs.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 21:58:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fbsd.bosa.ca (cr1003901-a.rct1.bc.wave.home.com [24.113.37.99]) by hub.freebsd.org (Postfix) with ESMTP id 4879B37B449 for ; Fri, 13 Apr 2001 21:58:10 -0700 (PDT) (envelope-from kulraj@bosa.ca) Received: from ska1 (h207-230-227-196.dccnet.com [207.230.227.196]) by fbsd.bosa.ca (Postfix) with SMTP id 98D3C158EB9 for ; Fri, 13 Apr 2001 23:04:53 -0700 (PDT) Message-ID: <006101c0c49f$45734400$64c8a8c0@asknet.com> From: "Kulraj Gurm (bosa.ca account)" To: References: <3AD774B5.9DD232BD@confusion.net> Subject: Re: Pornography on Yahoo Date: Fri, 13 Apr 2001 21:56:30 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is not the place for a philisophical discussion, please get the message (you and anyone else who is itching to post on this issue). I am on this list to get educated, and occasionally I flatter myself and pretend to be an educator. This is why I think most people are here - correct me if I am wrong! I don't give a rats a*** about the porn issue, and if I did I would find the right place to air my views. This is not it!! Regards, Kulraj Gurm ----- Original Message ----- From: "Laurence Berland" To: "J. Seth Henry" Cc: "FreeBSD Questions" Sent: Friday, April 13, 2001 2:50 PM Subject: Re: Pornography on Yahoo > The reply I sent to the other person who wrote an email to questions on > this issue, which I sent backchannel, went something like this. > > Ethicalmind, > You are probably going to get many angry, unreasoned reply to > this > email. Please ignore them. Instead, please consider the reasoned > explanation I am going to give you below. > > Consider these simple facts: > > 1. You and others who agree with you have every write to protest > pornography, but you must recognize that a significant portion of people > neither consider pornography immoral nor have anything against it. > > 2. FreeBSD is a computer operating system. In laymans terms, this > means it simply loads programs into the computer. A better known > operating system is Windows. You loaded your mail program (in this case > AOL) using windows. FreeBSD, Microsoft, etc, cannot control the content > of your email, or the web pages you browse. They do not endorse the > contents of these correspondence either. > > 3. Yahoo! uses FreeBSD on its computer. Yahoo! is a very busy internet > site, so we tell people they run FreeBSD to indicate to them how well > FreeBSD works. FreeBSD is not a Yahoo! business partner or the like. > > 4. Many Pornographic sites run the Windows operating system. Do you > blame Microsoft for this? I don't think a company can reasonably be > expected to tell people what they can and can't do with their computers. > > 5. The email you sent went to the address > "freebsd-questions@freebsd.org". This address is actually a mailing > list that many volunteers are subscribed to. People trying to do things > like send email or browse the web with FreeBSD send their questions to > this list, and the volunteers help them get up and running. These > people, such as myself, have no power to tell FreeBSD, Inc what to do > with their software, which is free for all to use anyway. > > Thanks for taking the time to read this, I'm sure you and your > colleagues will see that no matter how noble you believe your cause to > be, this is not the place to send your protests. You will be expending > energy on an activity that is directed at people who cannot do anything, > whether they agree with you or not. > > If you have further questions about the relationship between FreeBSD, > Yahoo!, and the freebsd-questions@freebsd.org mailing list, please feel > free to email me and I'll be happy to explain. > > Thanks for your time. > > Laurence Berland > > > If we only send emails that are reasoned and logical, and not emotional, > these people will probably stop... > > L: > > "J. Seth Henry" wrote: > > > > You know, I've seen at least 20 posts now spewing vitriol at the poor moron > > who had the temerity to stand up for something she believes in. While I > > agree, her post was seriously off-topic, and completely brain dead - BUT SO > > WERE THE REPLIES!!! Come on folks, we have wasted (at least) 20x the > > bandwidth the original poster did - so why don't we just let it go? > > > > Also, I would like to point out that we don't see this much vitriol when a > > commercial spammer posts something. I find *that* easily as irritating and > > offensive as a knuckleheaded soap-box post from a religious zealot. BTW, for > > the atheists in the room, a recent court decision held that atheism is, in > > fact, a form of religion. I, for one, find the atheists soap box just as > > grinding and irritating as everyone else's soap box. That said, why don't we > > lay off the atheists, Christians, Quakers - and who knows who else - and get > > back to the business of learning about FreeBSD? (if the offended parties > > aren't atheists - my bad, but whatever you are, enough's enough...) > > > > As an aside, I would ask why this lady deserves more abuse than any other > > spammer or huckster. Why don't we blast them all equally for wasting our > > time? Just a thought... > > > > Seth Henry > > jshenry@net-noise.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > -- > Laurence Berland > Intern, Flooz.com > Northwestern '04 > stuyman@confusion.net > http://www.isp.northwestern.edu/~laurence > > "The world has turned and left me here" > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 22: 4:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f146.law9.hotmail.com [64.4.9.146]) by hub.freebsd.org (Postfix) with ESMTP id 5CBA037B43F for ; Fri, 13 Apr 2001 22:04:56 -0700 (PDT) (envelope-from thierryblack@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 13 Apr 2001 22:04:55 -0700 Received: from 142.165.70.131 by lw9fd.law9.hotmail.msn.com with HTTP; Sat, 14 Apr 2001 05:04:55 GMT X-Originating-IP: [142.165.70.131] From: "Thierry Black" To: freebsd-questions@freebsd.org Subject: Thanks and another question Date: Fri, 13 Apr 2001 23:04:55 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 14 Apr 2001 05:04:55.0705 (UTC) FILETIME=[72410890:01C0C4A0] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for all the replies to my previous question about ttys. Now I have a different one. does anyone here use unix scripting tools to create documents, and then convert to ps? How does the process work in general terms? I've heard of tools like Latex, but I can't seem to find much good information. i guess I'm looking for a good starting point and maybe some examples. Is this freebsd related? If there is a more appropirate forum, please suggest. tb _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Apr 13 22:12:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fbsd.bosa.ca (cr1003901-a.rct1.bc.wave.home.com [24.113.37.99]) by hub.freebsd.org (Postfix) with ESMTP id EB9CB37B424 for ; Fri, 13 Apr 2001 22:12:23 -0700 (PDT) (envelope-from kulraj@bosa.ca) Received: from ska1 (h207-230-227-196.dccnet.com [207.230.227.196]) by fbsd.bosa.ca (Postfix) with SMTP id A5689158EB9; Fri, 13 Apr 2001 23:19:06 -0700 (PDT) Message-ID: <00d001c0c4a1$40d2a7e0$64c8a8c0@asknet.com> From: "Kulraj Gurm (bosa.ca account)" To: "Nathan Warren" , References: Subject: Re: Building a new kernel Date: Fri, 13 Apr 2001 22:10:41 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Your kernel config file covers a broad array of harware, do you really have a computer with ISA, EISA and PCI bus? You you really have 4 serial ports? And do you really feel the need to configure a dozen different NIC's? The message I am trying to convey is that the file should be optimized; as it stands it's not too different from the GENERIC kernel so why bother custom compiling. The problem you have mentioned relates to : # Xircom Ethernet device xe so unless you have a Xircom PCMCIA NIC, remove these lines and try again. Hope you can see your way to smiling at my facetiousness. Regards, Kulraj Gurm ----- Original Message ----- From: "Nathan Warren" To: Sent: Friday, April 13, 2001 3:02 PM Subject: Building a new kernel > Hello ! > > I am trying to build a new kernel, and shortly after typing "make" I get the > following error mesage > > qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../incl > ude -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 > ../../dev/xe/if_xe.c > ../../dev/xe/if_xe.c:138: card_if.h: No such file or directory > *** Error code 1 > > Stop in /usr/src/sys/compile/FBSD. > bash-2.04# > > I am using version 4.1-RELEASE > > Any help that you can give will be much appreciated. I have attached a copy > of my configuration file in .txt format. > > Regards > > Nathan Warren > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 0:53:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from thor.oit.pdx.edu (thor.oit.pdx.edu [131.252.120.40]) by hub.freebsd.org (Postfix) with ESMTP id 516D437B506 for ; Sat, 14 Apr 2001 00:53:54 -0700 (PDT) (envelope-from singh@pdx.edu) Received: from freke.odin.pdx.edu (freke.odin.pdx.edu [131.252.120.43]) by thor.oit.pdx.edu (8.11.1/8.11.1) with ESMTP id f3E7roF17863 for ; Sat, 14 Apr 2001 00:53:50 -0700 (PDT) Received: from localhost (singh@localhost) by freke.odin.pdx.edu (8.11.1/8.11.1) with ESMTP id f3E7rjf20244 for ; Sat, 14 Apr 2001 00:53:50 -0700 (PDT) X-Authentication-Warning: freke.odin.pdx.edu: singh owned process doing -bs Date: Sat, 14 Apr 2001 00:53:45 -0700 (PDT) From: Harkirat Singh X-X-Sender: To: Subject: FreeBSD 3.2-RELEASE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Friends: Hello! I have a laptop running with subject mentioned release, I wanted to get some files using "/stand/sysintall"(which got failed and hence I am in this news group). I guess that none of the mirroe sites and even parent site supports this release, because I was getting a warning message! Is there any way to get system files for FreeBSD 3.2-RELEASE from any ftp site?? Happy Easter! Harkirat Singh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 1:25: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (Postfix) with ESMTP id B22F737B496 for ; Sat, 14 Apr 2001 01:25:05 -0700 (PDT) (envelope-from sm5iuf@telia.com) Received: from d1o981.telia.com (d1o981.telia.com [213.65.80.241]) by mailb.telia.com (8.9.3/8.9.3) with ESMTP id KAA20791 for ; Sat, 14 Apr 2001 10:25:04 +0200 (CEST) Received: from bamse.dyns.cx (h15n1fls31o981.telia.com [213.65.80.15]) by d1o981.telia.com (8.10.2/8.10.1) with ESMTP id f3E8P3v12093 for ; Sat, 14 Apr 2001 10:25:03 +0200 (CEST) Received: from telia.com (skutt.swipnet.se [192.168.0.2]) by bamse.dyns.cx (Postfix) with ESMTP id 8EB60A9A for ; Sat, 14 Apr 2001 10:25:03 +0200 (CEST) Message-ID: <3AD80959.91CBE6C5@telia.com> Date: Sat, 14 Apr 2001 10:24:57 +0200 From: Gunnar Isaksson X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.17-1mdklinus i586) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: FreeBSD filesystem limitations Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello guys, I've been using FreeBSD a few years ago and was very impressed, however I catched the Linux flu and have not followed the FreeBSD development the last years. In Linux (without special kernel patches) there is a filesize limit of 2GB and fsck is slow. It's my memory that fsck is much faster on FreeBSD due to some magic in the filesystem. Is this the case? (My 46GB disks would like that) I have no memory of any filesize limitation on FreeBSD and would like to know if there is anything similar to the Linux 2GB limit? //Gunnar Isaksson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 2:31:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.a2000.nl (duck.a2000.nl [62.108.1.88]) by hub.freebsd.org (Postfix) with ESMTP id 597A837B446 for ; Sat, 14 Apr 2001 02:31:21 -0700 (PDT) (envelope-from bliekp@cable.a2000.nl) Received: from node1475b.a2000.nl ([24.132.71.91] helo=sisters.cable.a2000.nl) by smtp2.a2000.nl with esmtp (Exim 2.02 #4) id 14oMOl-0000m4-00 for freebsd-questions@freebsd.org; Sat, 14 Apr 2001 11:31:20 +0200 Message-Id: <5.1.0.12.0.20010414112831.009f62a0@mail.a2000.nl> X-Sender: pbliek00@mail.a2000.nl X-Mailer: QUALCOMM Windows Eudora Version 5.1.0.12 (Beta) Date: Sat, 14 Apr 2001 11:31:18 +0200 To: freebsd-questions@freebsd.org From: Pim Bliek Subject: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all, I'm quite new to FreeBSD. Actually, I'm just using it for a couple of days. After years of Linux I decided I needed a real fast and secure system... Currently I'm trying to setup X on a Sis 6326 chipset on an old SVGA monitor using FreeBSD 4.2 (full install). Somehow it doesn't work. I used xf86config (because XF86Config didn't work, it couldn't start the default X server....) to configure. I did this loads of times in my life but somehow now it doesn't work. When I try to start X (using startx as user root) I get: (--) SVGA: Mode "480x300" needs hsync freq of 39.56 kHz. Deleted. (--) SVGA: Mode "480x300" needs hsync freq of 48.00 kHz. Deleted. (**) FontPath set to /usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" Fatal server error: xf86OpenConsole: KDENABIO failed (Operation not permitted) If needed I can send more details of my system. (f.i. the compelte X output) Regards, Pim Bliek bliekp@cable.a2000.nl P.S. I posted this to freebsd-newbies by accident (I'm a newbie ;-). Sorry for the crosspost. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 2:34:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from goliath.cnchost.com (goliath.cnchost.com [207.155.252.47]) by hub.freebsd.org (Postfix) with ESMTP id 76DBB37B443 for ; Sat, 14 Apr 2001 02:34:32 -0700 (PDT) (envelope-from praxis@techpraxis.com) Received: from [64.221.116.130] (w130.z064221116.sea-wa.dsl.cnc.net [64.221.116.130]) by goliath.cnchost.com id FAA24221; Sat, 14 Apr 2001 05:34:31 -0400 (EDT) [ConcentricHost SMTP Relay 1.11] User-Agent: Microsoft-Entourage/9.0.1.3108 Date: Sat, 14 Apr 2001 02:34:30 -0700 Subject: Re: Please help: -- sis0 : watchdog timeout? From: Forrest To: FreeBSD Questions Message-ID: In-Reply-To: <001d01c0c32e$1dea9a40$1401a8c0@tedm.placo.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 4/12/01 1:54 AM, "Ted Mittelstaedt" is said to have spake: > You don't say what model/type of switch you have which hinders > troubleshooting. It is a Fore Systems ES-2810. However, this behaviour occurs no matter what kind of port I plug the CAT5 cable into. The Switch doesn't hinder troubleshooting (not sure why you said that?) > But, first I'd try using ifconfig to lock both > interfaces into 10BaseT half-duplex and see if the problem goes > away or not. I tried this, using the media options in ifconfig...timeout still occurs when ports are both "active" and "10-base T UTP." I am still looking for help on this; Ted, thanks for your reply. Again, I really appreciate any help anyone can render with this problem. The motherboard has the standard SiS 9000 ethernet chip on it, that is the LAN controller for this on-board LAN port, so it makes sense that it uses the 'sis' driver. When I look online for clues as to how to troubleshoot and fix "watchdog timeout" errors on *BSDs and Linux, it looks like several things can be the cause. I am pretty sure it is a hardware problem with FreeBSD, if someone could help me track it down I would be most grateful... Cheers Forrest H. > > Ted Mittelstaedt tedm@toybox.placo.com > Author of: The FreeBSD Corporate Networker's Guide > Book website: http://www.freebsd-corp-net-guide.com > > >> -----Original Message----- >> From: owner-freebsd-questions@FreeBSD.ORG >> [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Forrest >> Sent: Thursday, April 12, 2001 1:00 AM >> To: FreeBSD Questions >> Subject: Please help: -- sis0 : watchdog timeout? >> >> >> A Call for help from the excellence of this list: >> >> My FreeBSD box is giving me TROUBLE.... If someone could detect what is >> wrong, and if it is a bug, please tell me how to submit it to the kernel >> people... >> >> I have two ethernet interfaces, a 3Com 905C-TX that is flawless so far, it >> uses the "xl" driver, and an onboard LAN port that was autodetected at >> FreeBSD install and assigned the "sis" driver. >> >> Description of problem: seconds after pluggin' my second ethernet >> interface >> into my switch, (also occurs plugged into a Netgear 10BT hub), no matter >> what cat-5 cable I use(I switched out cables furiously), I get this message >> on the console: >> >> Mymachine /kernel: sis0: watchdog timeout >> Then ping yields: >> Ping: sendto: Host is down >> (repeats until Ctrl-C) >> >> Description of freebsd system: >> FreeBSD 4.3-BETA, running kernel compiled from sources. >> >> Description of hardware: >> Processor: Athlon 600 MHz >> Motherboard: ECS K7ASA w/ AGP slot, two PCI Bus Master UDMA ports, 2 ATAPI >> ea. >> RAM: 256 MB PC 100 SDRAM, 3.3V unbuffered DIMMS. >> ---> Embedded Network interface: >> >> Here is the results of /sbin/dmesg: >> >> Timecounter "i8254" frequency 1193182 Hz >> Timecounter "TSC" frequency 598839452 Hz >> CPU: AMD Athlon(tm) Processor (598.84-MHz 686-class CPU) >> Origin = "AuthenticAMD" Id = 0x621 Stepping = 1 >> >> Features=0x183f9ff> MCA,CMOV, >> PAT,PSE36,MMX,FXSR> >> AMD Features=0xc0400000 >> real memory = 134217728 (131072K bytes) >> config> di sn0 >> config> di lnc0 >> config> di ie0 >> config> di fe0 >> config> di cs0 >> config> q >> avail memory = 126726144 (123756K bytes) >> Preloaded elf kernel "kernel" at 0xc03d5000. >> Preloaded userconfig_script "/boot/kernel.conf" at 0xc03d509c. >> Pentium Pro MTRR support enabled >> md0: Malloc disk >> npx0: on motherboard >> npx0: INT 16 interface >> pcib0: on motherboard >> pci0: on pcib0 >> pcib1: at device 1.0 on pci0 >> pci1: on pcib1 >> pci1: at 5.0 irq 11 >> isab0: at device 7.0 on pci0 >> isa0: on isab0 >> atapci0: port 0xf000-0xf00f at device >> 7.1 on pci0 >> ata0: at 0x1f0 irq 14 on atapci0 >> ata1: at 0x170 irq 15 on atapci0 >> chip1: at device >> 7.3 on pci0 >> ohci0: mem 0xefffe000-0xefffefff irq 9 at device >> 7.4 on pci0 >> usb0: OHCI version 1.0, legacy support >> usb0: SMM does not respond, resetting >> usb0: on ohci0 >> usb0: USB revision 1.0 >> uhub0: AMD OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 >> uhub0: 4 ports with 4 removable, self powered >> xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xd400-0xd47f mem >> 0xefffdf80-0xefffdfff irq 5 at device 10.0 on pci0 >> xl0: Ethernet address: 00:01:02:87:04:af >> miibus0: on xl0 >> xlphy0: <3c905C 10/100 internal PHY> on miibus0 >> xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >> pci0: (vendor=0x14f1, dev=0x1036) at 11.0 irq 9 >> ahc0: port 0xdc00-0xdcff mem >> 0xeffff000-0xefffffff irq 10 at device 12.0 on pci0 >> ahc0: Host Adapter Bios disabled. Using default SCSI device parameters >> aic7850: Single Channel A, SCSI Id=7, 3/255 SCBs >> sis0: port 0xcc00-0xccff mem 0xefffc000-0xefffcfff >> irq 9 >> at device 14.0 on pci0 >> sis0: Ethernet address: 00:d0:09:53:6f:82 >> miibus1: on sis0 >> ukphy0: on miibus1 >> ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >> pci0: (vendor=0x13f6, dev=0x0111) at 15.0 irq 10 >> fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 >> fdc0: FIFO enabled, 8 bytes threshold >> fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >> atkbdc0: at port 0x60,0x64 on isa0 >> atkbd0: flags 0x1 irq 1 on atkbdc0 >> kbd0 at atkbd0 >> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 >> sc0: at flags 0x100 on isa0 >> sc0: VGA <16 virtual consoles, flags=0x300> >> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 >> sio0: type 16550A >> sio1 at port 0x2f8-0x2ff irq 3 on isa0 >> sio1: type 16550A >> ppc0: at port 0x378-0x37f irq 7 on isa0 >> ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode >> plip0: on ppbus0 >> lpt0: on ppbus0 >> lpt0: Interrupt-driven port >> ppi0: on ppbus0 >> IP Filter: v3.4.16 initialized. Default = pass all, Logging = enabled >> ad0: 29314MB [59560/16/63] at ata0-master UDMA66 >> acd0: CDROM at ata1-master using PIO3 >> Waiting 5 seconds for SCSI devices to settle >> Mounting root from ufs:/dev/ad0s2a >> xl0: promiscuous mode enabled >> sis0: watchdog timeout >> sis0: watchdog timeout >> >> and the result of ifconfig: >> xl0: flags=8943 mtu 1500 >> inet <> netmask 0xffffff00 broadcast 64.221.116.255 >> inet6 fe80::201:2ff:fe87:4af%xl0 prefixlen 64 scopeid 0x1 >> ether 00:01:02:87:04:af >> media: autoselect (10baseT/UTP) status: active >> supported media: autoselect 100baseTX 100baseTX >> 10baseT/UTP 10baseT/UTP 100baseTX >> sis0: flags=8802 mtu 1500 >> inet 10.0.0.1 netmask 0xffffff00 broadcast 10.0.0.255 >> inet6 fe80::2d0:9ff:fe53:6f82%sis0 prefixlen 64 scopeid 0x2 >> ether 00:d0:09:53:6f:82 >> media: autoselect (100baseTX ) status: active >> supported media: autoselect 100baseTX 100baseTX >> 10baseT/UTP 10baseT/UTP none >> lp0: flags=8810 mtu 1500 >> lo0: flags=8049 mtu 16384 >> inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 >> inet6 ::1 prefixlen 128 >> inet 127.0.0.1 netmask 0xff000000 >> ppp0: flags=8010 mtu 1500 >> faith0: flags=8000 mtu 1500 >> gif0: flags=8010 mtu 1280 >> gif1: flags=8010 mtu 1280 >> gif2: flags=8010 mtu 1280 >> gif3: flags=8010 mtu 1280 >> >> Any other details that help in troubleshooting can be provided on request. >> Thank you, >> Forrest H. >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message >> > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 2:36:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from everest.wananchi.com (everest.wananchi.com [62.8.64.4]) by hub.freebsd.org (Postfix) with ESMTP id 5F99837B43E for ; Sat, 14 Apr 2001 02:36:13 -0700 (PDT) (envelope-from wash@everest.wananchi.com) Received: from wash by everest.wananchi.com with local (Exim 3.22 #2) id 14oMSV-000Brn-00 for freebsd-questions@freebsd.org; Sat, 14 Apr 2001 12:35:11 +0300 Date: Sat, 14 Apr 2001 12:35:11 +0300 From: Odhiambo Washington To: FBSD-Q Subject: Buildworld Fails Message-ID: <20010414123511.A45515@everest.wananchi.com> Mail-Followup-To: Odhiambo Washington , FBSD-Q Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD everest.wananchi.com 4.3-RC FreeBSD 4.3-RC X-Mailer: Mutt http://www.mutt.org/ X-Location: Nairobi, KE, East Africa. X-Uptime: 12:33PM up 1 day, 18:38, 2 users, load averages: 0.12, 0.10, 0.04 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I am getting a little problem while doing buildworld......even after a fresh cvsup..... Make buildworld... [snip] r/src/sbin/mount_nfs/../mount/getmntopts.c cc -O -pipe -pthread -DNFS -I/usr/src/sbin/mount_nfs/../mount -I/usr/src/sbin/m ount_nfs/../../usr.sbin/rpc.umntall -I/usr/obj/usr/src/i386/usr/include -c /us r/src/sbin/mount_nfs/../../usr.sbin/rpc.umntall/mounttab.c cc -O -pipe -pthread -DNFS -I/usr/src/sbin/mount_nfs/../mount -I/usr/src/sbin/m ount_nfs/../../usr.sbin/rpc.umntall -I/usr/obj/usr/src/i386/usr/include -stat ic -o mount_nfs mount_nfs.o getmntopts.o mounttab.o mount_nfs.o: In function `main': mount_nfs.o(.text+0x90e): undefined reference to `nfssvc' *** Error code 1 Stop in /usr/src/sbin/mount_nfs. *** Error code 1 Stop in /usr/src/sbin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. aft# Any ideas as to why, gentlemen?? TIA -Wash -- Odhiambo Washington Wananchi Online Ltd., wash@wananchi.com 1st Flr Loita Hse Tel: 254 2 313985 Loita Street., Fax: 254 2 313922 PO Box 10286, 00100-NAIROBI,KE. Idiot, n.: A member of a large and powerful tribe whose influence in human affairs has always been dominant and controlling. -- Ambrose Bierce, "The Devil's Dictionary" --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE62BnPn7LIsuxjem8RAkTvAJ45NViwanWLXu9LMwpi3QryMymijwCcCI0G LRC3kHOtGWa1tHL4EowVyTo= =g8fW -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 2:48:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-21.dsl.lsan03.pacbell.net [63.207.60.21]) by hub.freebsd.org (Postfix) with ESMTP id 88EED37B496 for ; Sat, 14 Apr 2001 02:48:53 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2571B66B84; Sat, 14 Apr 2001 14:48:23 -0700 (PDT) Date: Sat, 14 Apr 2001 14:48:23 -0700 From: Kris Kennaway To: fbsd Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Is 4.3 the last of 4.X stable? Message-ID: <20010414144823.A861@xor.obsecurity.org> References: <3AD30420.2E2476E1@typhoon.co.jp> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD30420.2E2476E1@typhoon.co.jp>; from fbsd@typhoon.co.jp on Tue, Apr 10, 2001 at 10:01:20PM +0900 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 10, 2001 at 10:01:20PM +0900, fbsd wrote: > Hello World! >=20 > Is the upcoming 4.3 the last of the 4.X stable branch. Thanks. No. Kris --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE62MWnWry0BWjoQKURAuwWAJwIEGa5aQOH+uky5bck3GLVDZ1d+QCeOzUz inBoCPwGKDAPeDbfi1abJ40= =DHsX -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 2:56: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-21.dsl.lsan03.pacbell.net [63.207.60.21]) by hub.freebsd.org (Postfix) with ESMTP id F2B1237B443 for ; Sat, 14 Apr 2001 02:56:04 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2DB3D66B84; Sat, 14 Apr 2001 02:56:00 -0700 (PDT) Date: Sat, 14 Apr 2001 02:55:59 -0700 From: Kris Kennaway To: ben Cc: freebsd-questions@freebsd.org Subject: Re: gpg self extractor? Message-ID: <20010414025559.B861@xor.obsecurity.org> References: <3AD64D16.7010809@stonehenge-net.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="ADZbWkCsHQ7r3kzd" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD64D16.7010809@stonehenge-net.com>; from ben@stonehenge-net.com on Thu, Apr 12, 2001 at 05:49:26PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --ADZbWkCsHQ7r3kzd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 12, 2001 at 05:49:26PM -0700, ben wrote: > am looking for a way to encrypt a tar file in such a way that it will=20 > self extract with the correct password on the target systems (solaris &= =20 > hpux). does anyone know of such a system, or switch for gzip? i should= =20 > probibaly be using compress/uncompress instead of gzip, due to a lack of= =20 > gnu stuff on our client machines... Bad idea..if you could do this somehow then the PGP protection wouldn't cover the executable goo around the file, so when you run that executable it could do anything to your system, if it's not actually legitimate. Running arbitrary binaries obtained from untrusted sources is bad, mmkay? Kris --ADZbWkCsHQ7r3kzd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE62B6vWry0BWjoQKURArZRAJ0QEL0hhN+XKHgGQAoPUKZ0XN06vQCgjcuJ 1w0vxnvm6pqY7HUcWudTYQY= =78bl -----END PGP SIGNATURE----- --ADZbWkCsHQ7r3kzd-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 2:56:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-21.dsl.lsan03.pacbell.net [63.207.60.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F47937B505 for ; Sat, 14 Apr 2001 02:56:30 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0CA4D66B98; Sat, 14 Apr 2001 02:56:30 -0700 (PDT) Date: Sat, 14 Apr 2001 02:56:29 -0700 From: Kris Kennaway To: Niels Bakker Cc: questions@freebsd.org Subject: Re: BIND in 4.2S keeps dying, probably during heavy portscans Message-ID: <20010414025629.C861@xor.obsecurity.org> References: <20010413040411.R76393@trance.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="YD3LsXFS42OYHhNZ" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010413040411.R76393@trance.org>; from niels@bakker.net on Fri, Apr 13, 2001 at 04:04:11AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --YD3LsXFS42OYHhNZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 13, 2001 at 04:04:11AM +0200, Niels Bakker wrote: > Hi, >=20 > The named process (started with `-u bind -g bind' as options) on a 4.2S > machine keeps dying, leaving the following in syslog: Search the archives, this comes up about once a day. Kris --YD3LsXFS42OYHhNZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE62B7NWry0BWjoQKURAqwjAJ41WAE3nF/mDLpZIFnnlXVwZHbPaACg96Qp pfL/fHy+UiIMcljm33D92ts= =OFNt -----END PGP SIGNATURE----- --YD3LsXFS42OYHhNZ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 2:58:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rmx195-mta.mail.com (rmx195-mta.mail.com [165.251.48.42]) by hub.freebsd.org (Postfix) with ESMTP id 79CFA37B496 for ; Sat, 14 Apr 2001 02:58:11 -0700 (PDT) (envelope-from vass@allergist.com) Received: from web349-mc (web349-mc.mail.com [165.251.48.91]) by rmx195-mta.mail.com (8.9.3/8.9.3) with SMTP id FAA25719 for ; Sat, 14 Apr 2001 05:58:10 -0400 (EDT) Message-ID: <381646631.987242290928.JavaMail.root@web349-mc> Date: Sat, 14 Apr 2001 05:58:10 -0400 (EDT) From: Vassilis D To: freebsd-questions@FreeBSD.ORG Subject: mount win98 HD -- question newbie Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: mail.com X-Originating-IP: 212.120.197.35 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello, got freebsd 4.2 installed and i'm trying to mount a windows 98 drive as slave. the capacity of the win98 HD is 8gig. i tried to mount it as -t msdos but freebsd truncates it. a quick calculation showed that it actualy truncates it to 2gig, which makes sence as this is the limit of fat-16 (i think...). i dont see any option for fat-32 though. when i was looking to mount an NT drive, i had to recompile with: options NTFS is there a similar option for win98 (fat-32) so i can mount that fs? thanx a lot ______________________________________________ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 2:58:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-21.dsl.lsan03.pacbell.net [63.207.60.21]) by hub.freebsd.org (Postfix) with ESMTP id EAACD37B424 for ; Sat, 14 Apr 2001 02:58:43 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id AAF9B66B84; Sat, 14 Apr 2001 02:58:43 -0700 (PDT) Date: Sat, 14 Apr 2001 02:58:43 -0700 From: Kris Kennaway To: Michael O'Henly Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problem building wget from ports collection... Message-ID: <20010414025843.D861@xor.obsecurity.org> References: <01041316393000.03060@h24-69-46-74.gv.shawcable.net> <01041316491201.03060@h24-69-46-74.gv.shawcable.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Xm/fll+QQv+hsKip" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01041316491201.03060@h24-69-46-74.gv.shawcable.net>; from michael@tenzo.com on Fri, Apr 13, 2001 at 04:49:12PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --Xm/fll+QQv+hsKip Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 13, 2001 at 04:49:12PM -0700, Michael O'Henly wrote: > Arrghh. Ok, so I retraced my steps and this time the build ran correctly. >=20 > But I'd still like to know the right way of reporting a reproduceable=20 > problem. Include a cut and paste of the part where the compilation fails, and give the exact commands you were using. Ports errors also go to ports@FreeBSD.org and/or the maintainer of the port in question, in general. Kris --Xm/fll+QQv+hsKip Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE62B9TWry0BWjoQKURApCKAKDDOO+N4blEyBj1Cnza7WbLMoE2CwCgkvAM 0MFugkOfYnxrzhjW5nqAUKY= =ClhB -----END PGP SIGNATURE----- --Xm/fll+QQv+hsKip-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 3:13:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by hub.freebsd.org (Postfix) with ESMTP id A89D137B422; Sat, 14 Apr 2001 03:13:21 -0700 (PDT) (envelope-from sven.huster@mailsurf.com) Received: from fwdtmp0.sul.t-online.com by mailout02.sul.t-online.com with smtp id 14oN3Q-0001Xt-00; Sat, 14 Apr 2001 12:13:20 +0200 Received: from venus.mailsurf.com (320051988339-0001@[62.158.240.16]) by fmrl00.sul.t-online.com with esmtp id 14oN3O-01wiTAC; Sat, 14 Apr 2001 12:13:18 +0200 Message-Id: <5.0.2.1.0.20010414121126.00a64130@mx01.mailsurf.com> X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Sat, 14 Apr 2001 12:13:48 +0200 To: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org From: Sven Huster Subject: file cache (on nfs) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Sender: 320051988339-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, can someone tell me how/if file caching is done on freebsd over nfs? are the parameters to modify the behaviour (e.g. memory usage)? are there parameters for "normal" local disk cache also? thanks regards Sven Huster Senior IT Systems Administrator *BSD, Linux, Solaris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 3:42:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bbaer.muenster.de (bbaer.muenster.de [195.202.32.20]) by hub.freebsd.org (Postfix) with ESMTP id 1514F37B446 for ; Sat, 14 Apr 2001 03:42:16 -0700 (PDT) (envelope-from bofh@muenster.de) Received: (from bofh@localhost) by bbaer.muenster.de (8.9.3/8.9.3) id MAA31361; Sat, 14 Apr 2001 12:34:25 +0200 From: Eckart Hofmann Message-Id: <200104141034.MAA31361@bbaer.muenster.de> Subject: Re: your mail In-Reply-To: <5.1.0.12.0.20010414112831.009f62a0@mail.a2000.nl> from Pim Bliek at "Apr 14, 2001 11:31:18 am" To: bliekp@cable.a2000.nl (Pim Bliek) Date: Sat, 14 Apr 2001 12:34:25 +0200 (MEST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL48 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sie, Pim Bliek, haben geschrieben: > > When I try to start X (using startx as user root) I get: > > > > Fatal server error: xf86OpenConsole: KDENABIO failed (Operation not permitted) > > > Could be a problem with your your securelevel. Type "sysctl kern.securelevel" to find out what your securelevel is. More information about securelevel is available in the man page for init(8). Have also a look into the man page for rc.conf(5). Hth, Eckart To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 3:51:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from a15-a6.data-hotel.net (a15-a6.data-hotel.net [210.81.115.199]) by hub.freebsd.org (Postfix) with SMTP id E57D737B423 for ; Sat, 14 Apr 2001 03:51:34 -0700 (PDT) (envelope-from miyama@data-hotel.net) Received: (qmail 9814 invoked by uid 0); 14 Apr 2001 19:51:32 +0900 Received: from unknown (HELO default) (210.81.45.2) by a15-a6.data-hotel.net with SMTP; 14 Apr 2001 19:51:32 +0900 Date: Sat, 14 Apr 2001 19:51:32 +0900 From: Hajime Miyama To: freebsd-questions@freebsd.org Subject: cache_dir on MFS Message-Id: <20010414194518.6F8B.MIYAMA@data-hotel.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Mailer: Becky! ver. 2.00.03 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I am now trying to make squid's cache_dir on MFS(memory file system). But when I do # squid -z to build cache_dir, squid responds as follows ********************************************* #./squid -z FATAL: Unknown cache_dir type 'mfs' Squid Cache (Version 2.3.STABLE4): Terminated abnormally. CPU Usage: 0.006 seconds =3D 0.000 user + 0.006 sys Maximum Resident Size: 476 KB Page faults with physical i/o: 23 ********************************************* I have already mounted MFS under /mem=20 #df -h =2E.. mfs:23 59M 1.0K 54M 0% /mem and I configured cache_dir of squid.conf #grep cache_dir squid.conf |grep -v "^\#" cache_dir mfs /mem/cache 50 16 256 Any idea how to solve this? Or is it just that squid is not supporting MFS at all.. Hajime Miyama To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 4: 7:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.a2000.nl (phoenix.a2000.nl [62.108.1.203]) by hub.freebsd.org (Postfix) with ESMTP id 8C74B37B449 for ; Sat, 14 Apr 2001 04:07:39 -0700 (PDT) (envelope-from bliekp@cable.a2000.nl) Received: from node1475b.a2000.nl ([24.132.71.91] helo=sisters.cable.a2000.nl) by smtp1.a2000.nl with esmtp (Exim 2.02 #4) id 14oNtu-0002jE-00; Sat, 14 Apr 2001 13:07:35 +0200 Message-Id: <5.1.0.12.0.20010414130635.009e6bd0@192.168.2.1> X-Sender: bliekp@192.168.2.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1.0.12 (Beta) Date: Sat, 14 Apr 2001 13:07:29 +0200 To: Eckart Hofmann From: Pim Bliek Subject: Re: your mail Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <200104141034.MAA31361@bbaer.muenster.de> References: <5.1.0.12.0.20010414112831.009f62a0@mail.a2000.nl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Eckart, I set the kern.securelevel to level 0 (it was on 2) but it doesn't help :-( (I changed it in /etc/rc.conf and rebooted). Any clues? Pim > > When I try to start X (using startx as user root) I get: > > > > > > > > Fatal server error: xf86OpenConsole: KDENABIO failed (Operation not > permitted) > > > > > > >Could be a problem with your your securelevel. >Type "sysctl kern.securelevel" to find out what your securelevel is. >More information about securelevel is available in the man page for >init(8). Have also a look into the man page for rc.conf(5). > >Hth, > Eckart > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 4:12:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bbaer.muenster.de (bbaer.muenster.de [195.202.32.20]) by hub.freebsd.org (Postfix) with ESMTP id B3D1237B50C for ; Sat, 14 Apr 2001 04:12:53 -0700 (PDT) (envelope-from bofh@muenster.de) Received: (from bofh@localhost) by bbaer.muenster.de (8.9.3/8.9.3) id NAA29038; Sat, 14 Apr 2001 13:05:11 +0200 From: Eckart Hofmann Message-Id: <200104141105.NAA29038@bbaer.muenster.de> Subject: Re: your mail In-Reply-To: <5.1.0.12.0.20010414130635.009e6bd0@192.168.2.1> from Pim Bliek at "Apr 14, 2001 1: 7:29 pm" To: bliekp@cable.a2000.nl (Pim Bliek) Date: Sat, 14 Apr 2001 13:05:11 +0200 (MEST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL48 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sie, Pim Bliek, haben geschrieben: > > I set the kern.securelevel to level 0 (it was on 2) but it doesn't help :-( > (I changed it in /etc/rc.conf and rebooted). > Set it to -1. Good luck, Eckart To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 5:16:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.inwind.it (relay2.inwind.it [212.141.53.73]) by hub.freebsd.org (Postfix) with ESMTP id 7F19137B423 for ; Sat, 14 Apr 2001 05:16:16 -0700 (PDT) (envelope-from daemons@inwind.it) Received: from cumine.inwind.it (62.98.87.69) by relay2.inwind.it (5.5.025) id 3ACAF2ED002037C1 for freebsd-questions@freebsd.org; Sat, 14 Apr 2001 14:16:13 +0200 Message-Id: <5.0.2.1.0.20010414141624.033bca78@popmail.inwind.it> X-Sender: daemons@popmail.inwind.it X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Sat, 14 Apr 2001 14:16:33 +0200 To: freebsd-questions@freebsd.org From: Omar Gani Subject: Re: port of the NVIDIA drivers to FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 21.10 07/04/2001 +0200, you wrote: >Looking over yesterday's current-digest, I see that there was a post >proposing something along the lines of: Some FreeBSD people should port >the NVIDIA linux kernel module to FreeBSD, which would most likely result >in NVIDIA releasing FreeBSD drivers (officially I guess). Now the person >who posted this claimed to have heard this from some guys at #nvidia on >irc.openprojects.net. I know some NVIDIA employees hang out there, but I >haven't had luck asking around there. > >Does anyone know more about this, or is there maybe already an effort like >this going on? Is anyone interested? (I still haven't learned C, so no >option for me) > >-Munish Chopra (please cc any replies to me, not on the list) it's never too late :B Nvidia FreeBSD Driver Petition: http://m87-blackhole.org/nvidia_petition/formhandler.html ciao omarg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 5:33: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from istar.ca (d141-119-162.home.cgocable.net [24.141.119.162]) by hub.freebsd.org (Postfix) with ESMTP id 7673537B423 for ; Sat, 14 Apr 2001 05:33:00 -0700 (PDT) (envelope-from genisis@istar.ca) Received: (from genisis@localhost) by istar.ca (8.11.1/8.11.1) id f3ECaOJ12448; Sat, 14 Apr 2001 08:36:24 -0400 (EDT) (envelope-from genisis) Date: Sat, 14 Apr 2001 08:36:24 -0400 (EDT) From: Dru To: fasi74@yahoo.com Cc: FreeBSD Subject: Re: freeBSD loader In-Reply-To: <000701c0c4f3$b6da7100$646ffea9@client> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You might want to try FreeBSD 4.2 instead and give more details on the problem you are experiencing. For example, what order you are installing the operating systems in and what your boot options are when you're done. If I was doing this install, I would install Solaris first, then 2000, then FreeBSD. On Sat, 14 Apr 2001 fasi74@yahoo.com wrote: > I spend 3 days continuesly try to install windows 2000 , Solaris 8 & FreeBSD 4.0 on 1 harddrive but it seems that the freebsd loader was unable to configure it .... > can anyone five my step by step instruction on how to do it ? > my hd is 20 gb > thanks > also can we create 5 primary disk partition somhow on a disk ? This utility is supposed to create up to 31 primary partitions on disk, but I haven't played with it yet so your mileage may vary: http://www.users.intercom.com/~ranish/part/ HTH, Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 6:21:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from francio.mundo-r.com (francio.mundo-r.com [212.51.33.70]) by hub.freebsd.org (Postfix) with ESMTP id 4391437B50D for ; Sat, 14 Apr 2001 06:21:37 -0700 (PDT) (envelope-from cs@mundo-r.com) Received: from zipi ([212.51.33.87]) by francio.mundo-r.com (Netscape Messaging Server 4.15) with SMTP id GBSAFN00.ECH for ; Sat, 14 Apr 2001 15:21:23 +0200 Received: from cm64071.red.mundo-r.com ([213.60.64.71]) by zipi.mundo-r.ggc; Sat, 14 Apr 2001 15:21:23 +0000 (MET) Message-ID: <000b01c0c4e5$431246c0$47403cd5@mundoR.com> From: cs@mundo-r.com To: Subject: Question on FreeBsd Date: Sat, 14 Apr 2001 15:17:29 +0200 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.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello: I've recently downloaded the 4.2 release of Freebsd from an ftp (ftp2.dk.freebsd.org) to try it. But during the installation I've had some problems. I decided to write the distribution in a cd-rom, because I hadn't enough harddrive space for making a FreeBsd partition and for copying the distribution to the harddrive to make a DOS installation. So I boot my computer using the two floppies and then I chose the cd-rom installation. But when the copying packets' process had to start, it says that can't found any FreeBsd distribution in the CD-ROM, but it's not true. Finally a friend lent me a harddrive, so I could install FreeBsd. But I still having another problem. The sistem doesn't allow me to mount any of my cd-rom drives. I use the command: "mount_cd9660 cd0a /mnt/cdrom1". The sistem says something like "The device is not configured". I've tried tu use instead of cd0a, cd0b, cd1a, ... But it doesn't work anyway. But it's very strange, because during the process of boot, the cd-roms are recognized. (I've two cd-rom units: "AOpen, Model: CD-952EAKH" and "Yamaha, Model: 8424E") Thank you. PS: I'm sorry if I did any mistakes in the writing of this e-mail, but as I'm from Spain, my knowledge of english it's not very good. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 6:23:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 0491537B424 for ; Sat, 14 Apr 2001 06:23:31 -0700 (PDT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 14 Apr 2001 14:23:29 +0100 (BST) To: Ugen Cc: questions@FreeBSD.ORG, iedowse@maths.tcd.ie Subject: Re: boot floppy: trying again In-Reply-To: Your message of "Fri, 13 Apr 2001 16:39:21 EDT." <3AD763F9.DB3B25C9@xonix.com> Date: Sat, 14 Apr 2001 14:23:29 +0100 From: Ian Dowse Message-ID: <200104141423.aa03192@salmon.maths.tcd.ie> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <3AD763F9.DB3B25C9@xonix.com>, Ugen writes: >And again - i have boot floppies made out of images boot.flp and mfsroot.flp. I am compiling a new kernel (on some other FreeBSD box), >gzipping it and replacing the kernel on boot floppy with this new kernel. >This new kernel panicks as soon as it begins to load. This same new kernel >does not panick when booted from the harddrive. >Question - what if anything should i configure so that kernel will boot from >the floppy (and in particular from the modified boot.flp) It looks as if the config file for boot floppy kernels is generated as follows (this is based on a quick reading of /usr/src/release/Makefile, so it may be missing some steps): cd /usr/src/sys/i386/conf cat GENERIC | /usr/src/release/scripts/dokern.sh > BOOTMFS echo "options INTRO_USERCONFIG" >> BOOTMFS This may be a good starting point to create a modified kernel that could replace the kernel on the kern.flp disk. If that doesn't work, please try to write down some of the error/panic messages that you get when you boot the kernel. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 6:29:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from istar.ca (d141-119-162.home.cgocable.net [24.141.119.162]) by hub.freebsd.org (Postfix) with ESMTP id EA44637B50C for ; Sat, 14 Apr 2001 06:29:27 -0700 (PDT) (envelope-from genisis@istar.ca) Received: (from genisis@localhost) by istar.ca (8.11.1/8.11.1) id f3EDWtZ12523; Sat, 14 Apr 2001 09:32:55 -0400 (EDT) (envelope-from genisis) Date: Sat, 14 Apr 2001 09:32:52 -0400 (EDT) From: Dru To: cs@mundo-r.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Question on FreeBsd In-Reply-To: <000b01c0c4e5$431246c0$47403cd5@mundoR.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, If you do a more /etc/fstab you'll see that FreeBSD comes with a line that will allow you to mount your cdrom with the following command: mount /cdrom Have fun with your new system. Dru On Sat, 14 Apr 2001 cs@mundo-r.com wrote: > Hello: > > I've recently downloaded the 4.2 release of Freebsd from an ftp > (ftp2.dk.freebsd.org) to try it. > But during the installation I've had some problems. > I decided to write the distribution in a cd-rom, because I hadn't enough > harddrive space for making a FreeBsd partition and > for copying the distribution to the harddrive to make a DOS installation. > So I boot my computer using the two floppies and then I chose the cd-rom > installation. But when the copying packets' process had to start, it says > that can't found any FreeBsd distribution in the CD-ROM, but it's not true. > > Finally a friend lent me a harddrive, so I could install FreeBsd. But I > still having another problem. The sistem doesn't allow me to mount any of my > cd-rom drives. I use the command: "mount_cd9660 cd0a /mnt/cdrom1". The > sistem says something like "The device is not configured". I've tried tu use > instead of cd0a, cd0b, cd1a, ... But it doesn't work anyway. > But it's very strange, because during the process of boot, the cd-roms are > recognized. > (I've two cd-rom units: "AOpen, Model: CD-952EAKH" and "Yamaha, Model: > 8424E") > > > Thank you. > > PS: I'm sorry if I did any mistakes in the writing of this e-mail, but as > I'm from Spain, my knowledge of english it's not very good. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 6:33:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 55BA937B50C for ; Sat, 14 Apr 2001 06:33:31 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f3EDXMk24689; Sat, 14 Apr 2001 06:33:23 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Bill Moran" , Subject: RE: Modem sharing Date: Sat, 14 Apr 2001 06:33:21 -0700 Message-ID: <003501c0c4e7$7967a920$1401a8c0@tedm.placo.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 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 In-Reply-To: <3AD78066.84979396@iowna.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Bill, I've had a fair bit of experience with this as 6 years ago I worked at a company for a short time which was too cheap for an Internet connection and attempted to use this for Win95 DUN for internet access. (when they hired me they said they wanted me to get a connection for them - that was a laugh, but that's a different story) Anyway, there was a app at one time for FreeBSD that ran with a client program for Windows 3.1, if I remember right. But, trust me you DON'T want to do this with FreeBSD!!! The biggest problem is that modem connections, even async ones, all want better timing than can be provided on a LAN, particularly with the TCP/IP protocol, which is quite different than IPX as you know. Just about all of the "modem-sharing" apps I ever heard of were horribly unreliable, and the FreeBSD one was no exception. I can understand why you want to ditch the Novell NAS ports, but you need to understand that of all the server vendors, Novell has waste.. er spent, the most money trying to get shared COM ports over the network to work. What you have with the NAS is the only solution that I've ever heard of that worked halfway reliably on a LAN - you already have the best that there is. If you absolutely have to dump that Novell solution then my advice is to go out and find yourself a used Shiva LanRover, and pay for the software upgrade to get the most current LanRover shared-com-port-client, because Shiva was another one of those companies that spent a lot of money and time on this solution, and they eventually pooped out a shared com port client that ran under Windows 95, but Shiva want belly up a long time ago and Intel bought what was left of them (and then discontinuted the LanRover) I actually got that solution to work reliably, but only for 2400baud faxmodems, and only (no surprise there) by using the IPX protocol. It didn't work for PPP. Frankly if you want my advice, go to the local flea market and buy a bunch of modems at $1-per-card then go around and stuff them into the PC's and run a phone line around to each modem. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Bill Moran >Sent: Friday, April 13, 2001 3:41 PM >To: freebsd-questions@FreeBSD.ORG >Subject: Modem sharing > > >I've been searching for about an hour now and haven't found anything on >this topic. >Basically I want to have a modem in a FreeBSD server and have the >potential for MS >clients (Win95, for the most part) share it. It can't be a simple PPP >connection, as >there are some propriatary apps that will need to dial out and >I haven't a clue as to >what protocol they're using. >We've been doing this with Novell NAS ports (if anyone's familiar with >this) but we're >planning to ditch Novell. >Any suggestions, or pointers to information? >TIA, >Bill > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 6:38: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cx587235-a.chnd1.az.home.com (cx587235-a.chnd1.az.home.com [24.1.255.253]) by hub.freebsd.org (Postfix) with ESMTP id 6025C37B43F for ; Sat, 14 Apr 2001 06:38:00 -0700 (PDT) (envelope-from jjreynold@home.com) Received: from whale.home-net (whale [192.168.1.2]) by cx587235-a.chnd1.az.home.com (8.11.3/8.11.3) with ESMTP id f3EDc0453519 for ; Sat, 14 Apr 2001 06:38:00 -0700 (MST) (envelope-from jjreynold@home.com) Received: (from jjreynold@localhost) by whale.home-net (8.11.3/8.11.3) id f3EDc0R59410; Sat, 14 Apr 2001 06:38:00 -0700 (MST) (envelope-from jjreynold@home.com) From: John Reynolds MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15064.21175.937361.994349@whale.home-net> Date: Sat, 14 Apr 2001 06:37:59 -0700 To: questions@freebsd.org Subject: yamaha 8824s CD-RW drive -- anybody using? X-Mailer: VM 6.88 under Emacs 20.7.1 Cc: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ a search of -stable and -scsi came up with "not much" on this topic ] Hi all, I perused the "supported drive" list for cdrecord tonight and didn't see the Yamaha 8824s (8xW/8xRW/24xR) explicitly in the list of "supported" drives but the 8832s was. I'm wondering if somebody on this list is using the 8824s successfully with cdrecord (and it's just not in his supported table yet)? I'm considering upgrading from my 4416s and have been happy with my Yamaha, so I'm just wondering about this drive. Please cc: me on the reply. Thanks! Also, what about their "newer" CDW2100s and CDW2200s models? Any brave souls buy one of those just to "see if it works"? -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= John Reynolds Chandler Capabilities Engineering, CDS, Intel Corporation jreynold@sedona.ch.intel.com My opinions are mine, not Intel's. Running jjreynold@home.com FreeBSD 4.2-STABLE. FreeBSD: The Power to Serve. http://www.reynoldsnet.org/ Come join us!!! @ http://www.FreeBSD.org/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 6:39:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 8975637B50C for ; Sat, 14 Apr 2001 06:39:20 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f3EDdIk24714; Sat, 14 Apr 2001 06:39:19 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Jon Rust" , Subject: RE: BIND denied update logging Date: Sat, 14 Apr 2001 06:39:18 -0700 Message-ID: <003801c0c4e8$4e23ce00$1401a8c0@tedm.placo.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 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 In-Reply-To: <20010413133504.A49041@mail.vcnet.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Do't bomb Redmond - dyDNS was an IETF baby before MS decided to use it. Frankly it's completely stupid because by the time that the changed DNS record propagates to the rest of the Internet, the dynamic system has finished it's session and disconnected. (Whenever I point that out to dyDNS people, they tell me that dyDNS is only supposed to be used for internal DNS only - of course this is usually after 5 minutes of listening to them expound on the virtues of dyDNS for the Internet) Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Jon Rust >Sent: Friday, April 13, 2001 1:35 PM >To: freebsd-questions@FreeBSD.ORG >Subject: BIND denied update logging > > >I've tried in vain to turn off denied DDNS dupdate logging. I have the >following in my named.conf file: > > logging { > category update { null; }; > }; > >Shouldn't that do it? Any other ideas on how to turn off these messages? >(Besides dropping a bomb on Redmond to thank M$ for this wonderful >"feature".) > >jon > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 6:45:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.thebiz.net (mx1.thebiz.net [216.238.0.20]) by hub.freebsd.org (Postfix) with SMTP id 5177237B505 for ; Sat, 14 Apr 2001 06:45:40 -0700 (PDT) (envelope-from marty@face2interface.com) Received: (qmail 21215 invoked from network); 14 Apr 2001 09:45:39 -0400 Received: from mail2.backend.thebiz.net (HELO mail2.thebiz.net) (172.16.0.129) by mx1.backend.thebiz.net with SMTP; 14 Apr 2001 09:45:39 -0400 Received: (qmail 15008 invoked by uid 0); 14 Apr 2001 09:45:37 -0400 Received: from unknown (HELO marty.face2interface.com) (216.238.72.249) by mail.ulster.net with SMTP; 14 Apr 2001 09:45:37 -0400 Message-Id: <5.0.2.1.0.20010414093316.00a00bb0@pop.ulster.net> X-Sender: marty@pop.ulster.net X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Sat, 14 Apr 2001 09:45:17 -0400 To: Dru , cs@mundo-r.com From: Marty Landman Subject: Re: Question on FreeBsd Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: <000b01c0c4e5$431246c0$47403cd5@mundoR.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Saturday 4/14/01 09:32 AM, Dru wrote: >If you do a > >more /etc/fstab > >you'll see that FreeBSD comes with a line that will allow you to mount >your cdrom with the following command: > >mount /cdrom Hi, I'm a newbie so please be gentle :) Got FreeBSD 4.2 installed on an old Packard Bell 486/16M/600M hd and when I type more /etc/fstab I see devices /dev/ad0s1b,a,f,e and proc. (Let me know if you want me to transcribe the whole output in detail.) When I try to do a mount /cdrom the response is mount: /cdrom: unknown special file or file system I installed from the two floppies and then ftp.freebsd.org with no apparent problems. That box had W95 on it before and I confirmed that the cdrom could be used, although on booting windows it complained about a hardware problem in either the cdrom or motherboard, and device mgr was saying that a possible virus was in the system. I assumed that the old OS had probably gotten hosed up before I ever got the machine, but didn't bother reinstalling windows to verify this as I wanted to go right to a FreeBSD install. Also, and this must be a \really/ dumb question... how do I access my floppy drive? I've d/l'd the port for Apache from the freebsd site and assume if I copy that from a windows created floppy to a ports directory and run, once I make a PPP connection install will handle the rest? Again, sorry but learning something this new to me really is stupefying. Marty Face 2 Interface Web Solutions Content Management Made SIMPL(tm) http://face2interface.com/Home/SIMPL.shtml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 6:57:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 307E037B509 for ; Sat, 14 Apr 2001 06:57:07 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f3EDurk24766; Sat, 14 Apr 2001 06:56:57 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "=?iso-8859-1?B?wbbB9sC6?=" , Subject: RE: about bgp4+ Date: Sat, 14 Apr 2001 06:56:53 -0700 Message-ID: <006401c0c4ea$c2841000$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit 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.3155.0 In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG the gated port supports bgp4 Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Á¶ÁöÀº >Sent: Friday, April 13, 2001 12:09 AM >To: freebsd-questions@FreeBSD.ORG >Subject: about bgp4+ > > > hi !! > i use freebed 4.0 release > i heard it support IPv6 also it was supproted from kame now i >need to install bgp4+ > but there wasn't it > so could you tell me what i do to get bgp4+ . > >N…'²æìr¸›{ûÙšŠ[h™¨è­Ú&£ñkyàRú+ƒ­‡û§²æìr¸›yúÞy»þ«ž²Ø¨žÏâžØ^n‡r¡ûazg¬±¨ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 7:24:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail7.mn.rr.com (mkc-162-160.kc.rr.com [24.94.162.160]) by hub.freebsd.org (Postfix) with ESMTP id 2FE4137B42C for ; Sat, 14 Apr 2001 07:24:34 -0700 (PDT) (envelope-from mpartyka@mn.rr.com) Received: from master ([65.25.253.138]) by mail7.mn.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Sat, 14 Apr 2001 09:25:23 -0500 Message-ID: <005301c0c4ef$05bb6950$8afd1941@master> From: "Mike Partyka" To: Subject: Install and reboot. . .? Date: Sat, 14 Apr 2001 09:27:23 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0050_01C0C4C5.1CCCF750" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0050_01C0C4C5.1CCCF750 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I am attempting to install the latest Stable version (4.2) of Free BSD. = I dowenloaded the .iso off www.frebsd.com and dupped a CD. I boot from the CD to get into the installation and configuration menu. = I had a little trouble with the menu navigation at firstbut worked past = that.=20 I finish with the installtion menu's and seem to be lacking a final "OK" = selection, so to speak, which will reboot the computer and load into = BSD. instead basically i end up back at the very first menu from which = all the others spawn. Which has selections about what kind of = installation i want, ie Express, Standard, Custom. I have tried all = three installtion and i always end up back at the menu since you make a = selection and your choices are really only "Cancel" or "Exit- Return to = previous menu". When i end up at this first menu again after making all = necessary selections i then choose " Exit Install" and remove the CD and = change my boot order back to A,C,EXT. After the BIOS screens i then get = this where i am stopped. >> FreeBSD/i386 BOOT Default: 0:ad(0,a)/kernal boot: No /kernal This message repeats approximately four times then stops there. My hard = drives are two fairly new EIDE drives. one is a Western Digital 15G and = a 46G Quantum, both on the same primary IDE channel, with the Quantum = being the Master and the Wetern Digital being the Slave.=20 Is this problem due to one or both of my drives? When partitioning them = i use (A)ll drivespace and have the installation (A)uto-allocate space. Or is this some installation step i have overlooked? Please help!! Getting this set up so i can practice and start using UNix = at home would be GREAT.=20 Thanks Tarmon ------=_NextPart_000_0050_01C0C4C5.1CCCF750 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
 
I am attempting to install the latest = Stable=20 version (4.2) of Free BSD. I dowenloaded the .iso off www.frebsd.com  and dupped = a=20 CD.
 
I boot from the CD to get = into the=20 installation and configuration menu. I had a little trouble with the = menu=20 navigation at firstbut worked past that. 
 
I finish with the = installtion menu's and=20 seem to be lacking a final "OK" selection, so to speak, which will = reboot the=20 computer and load into BSD. instead basically i end up back at the very = first=20 menu from which all the others spawn. Which has selections about = what kind=20 of installation i want, ie Express, Standard, Custom. I have tried all=20 three installtion and i always end up back at the = menu since you=20 make a selection and your choices are really only "Cancel" or "Exit-=20 Return to previous menu". When i end up at this first = menu again=20 after making all necessary selections i then choose " Exit Install" and = remove=20 the CD and change my boot order back to A,C,EXT. After the = BIOS=20 screens i then get this where i am stopped.
 
>> FreeBSD/i386 BOOT
Default: 0:ad(0,a)/kernal
boot:
No /kernal
 
This message repeats approximately four = times then=20 stops there. My hard drives are = two fairly=20 new EIDE drives. one is a Western Digital 15G and a 46G Quantum, both on = the=20 same primary IDE channel, with the Quantum being the Master and the = Wetern=20 Digital being the Slave.
 
Is this problem due to one or both of = my drives?=20 When partitioning them i use (A)ll drivespace and have the installation=20 (A)uto-allocate space.
 
Or is this some installation step i = have=20 overlooked?
 
Please help!! Getting this set up so i = can practice=20 and start using UNix at home would be GREAT.
 
Thanks
Tarmon
 
------=_NextPart_000_0050_01C0C4C5.1CCCF750-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 7:31:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by hub.freebsd.org (Postfix) with ESMTP id AE4BF37B446 for ; Sat, 14 Apr 2001 07:31:43 -0700 (PDT) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id RAA68084 for ; Sat, 14 Apr 2001 17:31:41 +0300 Date: Sat, 14 Apr 2001 17:31:40 +0300 (WET) From: Evren Yurtesen To: freebsd-questions@freebsd.org Subject: multilingual domain names Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I wonder if somebody ever set up multilingual domain names on FreeBSD? I registered one and I have the RACE conversion of the domain name etc. But I couldnt understand how to set the bind up so that it will start to resolve this domain name or bind doesnt support it? And there was no program about this in ports tree too! please some information! thanks Evren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 7:47:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bonet.ac (WWW.BoNet.AC [194.165.224.191]) by hub.freebsd.org (Postfix) with ESMTP id 7295337B509 for ; Sat, 14 Apr 2001 07:47:32 -0700 (PDT) (envelope-from kacem@skebo.ac) Received: from 19122a (19122a.skebo.ac [212.217.221.47]) by mail.bonet.ac (8.8.8/8.8.8) with SMTP id QAA19519 for ; Sat, 14 Apr 2001 16:47:30 +0200 (MET DST) Message-ID: <000801c0c4f1$4d3bc8e0$2fddd9d4@skebo.ac> From: "Kacem Sandberg" To: Subject: Waiting Date: Sat, 14 Apr 2001 16:43:40 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C0C502.0F2281A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C0C502.0F2281A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi!! Will you release FreeBSD 4.3 tomorrow?Are there any delays? Best regards ------=_NextPart_000_0005_01C0C502.0F2281A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi!!
 
Will you release FreeBSD 4.3 = tomorrow?Are there any=20 delays?
 
Best regards
------=_NextPart_000_0005_01C0C502.0F2281A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 7:48: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fbsd.bosa.ca (cr1003901-a.rct1.bc.wave.home.com [24.113.37.99]) by hub.freebsd.org (Postfix) with ESMTP id 6EEFB37B496 for ; Sat, 14 Apr 2001 07:47:58 -0700 (PDT) (envelope-from kulraj@bosa.ca) Received: from ska1 (h207-230-227-196.dccnet.com [207.230.227.196]) by fbsd.bosa.ca (Postfix) with SMTP id 7CAA7158EB9 for ; Sat, 14 Apr 2001 08:54:42 -0700 (PDT) Message-ID: <006201c0c4f1$9cc9b0c0$64c8a8c0@asknet.com> From: "Kulraj Gurm (bosa.ca account)" To: References: <000b01c0c4e5$431246c0$47403cd5@mundoR.com> <5.0.2.1.0.20010414093316.00a00bb0@pop.ulster.net> Subject: Re: Question on FreeBsd Date: Sat, 14 Apr 2001 07:45:55 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What is you CDROM interface? IDE, SCSI or propreitory Panasonic, Sony or Mitsumi? I believe the propreitory interface are not supported any more, but hopefully someone will correct this if I am wrong. If you have a IDE drive correctly setup in your kernel the you should see output similar to : su-2.04# more /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/ad0s1b none swap sw 0 0 /dev/ad0s1a / ufs rw 1 1 /dev/acd0c /cdrom cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 And your kernal config file should include the atapicd : # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices If however, you have a propreitory CDROM drive, then I am unable to help :( Hope this helps. Regards, Kulraj Gurm ----- Original Message ----- From: "Marty Landman" To: "Dru" ; Cc: Sent: Saturday, April 14, 2001 6:45 AM Subject: Re: Question on FreeBsd > At Saturday 4/14/01 09:32 AM, Dru wrote: > > >If you do a > > > >more /etc/fstab > > > >you'll see that FreeBSD comes with a line that will allow you to mount > >your cdrom with the following command: > > > >mount /cdrom > > Hi, > > I'm a newbie so please be gentle :) > > Got FreeBSD 4.2 installed on an old Packard Bell 486/16M/600M hd and when I > type > > more /etc/fstab > > I see devices /dev/ad0s1b,a,f,e and proc. (Let me know if you want me to > transcribe the whole output in detail.) When I try to do a > > mount /cdrom > > the response is > > mount: /cdrom: unknown special file or file system > > I installed from the two floppies and then ftp.freebsd.org with no apparent > problems. That box had W95 on it before and I confirmed that the cdrom > could be used, although on booting windows it complained about a hardware > problem in either the cdrom or motherboard, and device mgr was saying that > a possible virus was in the system. > > I assumed that the old OS had probably gotten hosed up before I ever got > the machine, but didn't bother reinstalling windows to verify this as I > wanted to go right to a FreeBSD install. > > Also, and this must be a \really/ dumb question... how do I access my > floppy drive? I've d/l'd the port for Apache from the freebsd site and > assume if I copy that from a windows created floppy to a ports directory > and run, once I make a PPP connection install will handle the rest? > > Again, sorry but learning something this new to me really is stupefying. > > Marty > > > Face 2 Interface Web Solutions > Content Management Made SIMPL(tm) > http://face2interface.com/Home/SIMPL.shtml > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 7:52: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hromeo.algonet.se (hromeo.algonet.se [194.213.74.51]) by hub.freebsd.org (Postfix) with SMTP id 6F8C537B42C for ; Sat, 14 Apr 2001 07:51:56 -0700 (PDT) (envelope-from gus@algonet.se) Received: (qmail 14159 invoked from network); 14 Apr 2001 16:51:54 +0200 Received: from delenn.tninet.se (HELO algonet.se) (195.100.94.104) by hromeo.algonet.se with SMTP; 14 Apr 2001 16:51:54 +0200 Received: from laptop (sdu11-236.ppp.algonet.se [195.163.236.11]) by delenn.tninet.se (BLUETAIL Mail Robustifier 2.2.2) with ESMTP id 500113.259816.987delenn-s1 for ; Sat, 14 Apr 2001 16:50:16 +0200 Date: Sat, 14 Apr 2001 16:50:12 +0200 From: Gustaf Tham To: FreeBSD-questions Subject: Extent of Cardbus-support in 5.0? Message-Id: <20010414163836.FE96.GUS@algonet.se> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.00.03 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Can I expect extensive support of Cardbus in 5.0? Specifically, I'm interested in Adaptec's 1480 SCSI card and 3Com's 3CXFE575C7 ethernet card. I Thanks Gustaf Tham Sweden reply to: gus@algonet.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 7:55:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from maile.telia.com (maile.telia.com [194.22.190.16]) by hub.freebsd.org (Postfix) with ESMTP id 346FF37B446 for ; Sat, 14 Apr 2001 07:55:55 -0700 (PDT) (envelope-from watchman@ludd.luth.se) Received: from d1o907.telia.com (d1o907.telia.com [195.252.38.241]) by maile.telia.com (8.11.2/8.11.0) with ESMTP id f3EEtrb08976 for ; Sat, 14 Apr 2001 16:55:53 +0200 (CEST) Received: from ludd.luth.se (h63n2fls21o907.telia.com [213.66.203.63]) by d1o907.telia.com (8.8.8/8.8.8) with ESMTP id QAA23305 for ; Sat, 14 Apr 2001 16:55:53 +0200 (CEST) Message-ID: <3AD864E2.52D94F38@ludd.luth.se> Date: Sat, 14 Apr 2001 16:55:30 +0200 From: Joachim =?iso-8859-1?Q?Str=F6mbergson?= Organization: Acne X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en-US MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Netscape 4.77? References: <3AD30420.2E2476E1@typhoon.co.jp> <20010414144823.A861@xor.obsecurity.org> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Aloha! I'm having some troubles with Netscape Communicator. I've been running 4.7x for some time, and the stability is more or less bad (lotsa bus errors and seg faults - pointer arithmetic is fun, no?) As a way to solve this problem I deistalled the 4.76 version and instead installed the linux-netscape47 version. This seems to be a more stable solution, with one exception. The address book doesen't work. If I start writing on an email address and then hit TAB for completion, the address book is ignored and the default completion is used. No, worries, just click on the address book, select the apropriate name and press the "to:" button - KABLAM! Seg faults everytime! Now, I can stand some instability but not a broken address book functionality. Deinstall of linux-netscape47-communicator and back into the FreeBSD netscape47-communicator. fetis:/usr/ports/www> cd netscape47-communicator/ fetis:/usr/ports/www/netscape47-communicator> make install ===> netscape-communicator-4.76 is marked as broken: has a serious security hole, use 4.77 instead. Ok, sounds ok, but *how* do I do it? Apart from using linux-netscape47-communicator? Searching the netscape web page reveals that the latest FreeBSD version is 4.76. -- Cheers! Joachim - Alltid i harmonisk svängning --- FairLight ------ FairLight ------ FairLight ------ FairLight --- Joachim Strömbergson ASIC SoC designer, nice to CUTE animals Phone: +46(0)31 - 27 98 47 Web: http://www.ludd.luth.se/~watchman --------------- Spamfodder: regeringen@regeringen.se --------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 8: 6:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 0071B37B59E for ; Sat, 14 Apr 2001 08:06:10 -0700 (PDT) (envelope-from lplist@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1003) id 3123255407; Sat, 14 Apr 2001 08:01:19 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id 217D151610; Sat, 14 Apr 2001 08:01:19 -0700 (PDT) Date: Sat, 14 Apr 2001 08:01:19 -0700 (PDT) From: Linh Pham To: Ted Mittelstaedt Cc: Jon Rust , Subject: RE: BIND denied update logging In-Reply-To: <003801c0c4e8$4e23ce00$1401a8c0@tedm.placo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2001-04-14, Ted Mittelstaedt scribbled: # Do't bomb Redmond - dyDNS was an IETF baby before MS decided # to use it. Frankly it's completely stupid because by the time # that the changed DNS record propagates to the rest of the # Internet, the dynamic system has finished it's session and disconnected. DyDNS is a better than Microsoft's cruddy WINS name resolution in that you can use any operating system that supports registering the machine's hostname and domain name. Also, DyDNS is required (as well as a subdomain called `_msadc.') to use Microosft' Active Directory. # (Whenever I point that out to dyDNS people, they tell me that # dyDNS is only supposed to be used for internal DNS only - of course # this is usually after 5 minutes of listening to them expound on the # virtues of dyDNS for the Internet) I do think that DyDNS should only be used internally (why else would one really need it? I can see dial-up people wanting to use it, but I don't think ISPs want to deal with that!). You also don't want DyDNS requests, ack messages, and other related packets to be set through the public Internet anyways :) -- Linh Pham [lplist@closedsrc.org] // 404b - Brain not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 8:12:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tethys.valhalla.net (tethys.valhalla.net [195.26.32.112]) by hub.freebsd.org (Postfix) with ESMTP id 828E737B50E for ; Sat, 14 Apr 2001 08:12:54 -0700 (PDT) (envelope-from mark@tethys.valhalla.net) Received: by tethys.valhalla.net (Postfix, from userid 500) id 7C7C432E80; Sat, 14 Apr 2001 16:12:53 +0100 (BST) Date: Sat, 14 Apr 2001 16:12:53 +0100 From: Mark Drayton To: freebsd-questions@FreeBSD.ORG Subject: Re: about bgp4+ Message-ID: <20010414161253.A20814@tethys.valhalla.net> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <006401c0c4ea$c2841000$1401a8c0@tedm.placo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <006401c0c4ea$c2841000$1401a8c0@tedm.placo.com>; from tedm@toybox.placo.com on Sat, Apr 14, 2001 at 06:56:53AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ted Mittelstaedt (tedm@toybox.placo.com) wrote: > the gated port supports bgp4 As does GNU zebra (also in ports). -- Mark Drayton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 8:14:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fire.orionmedia.net (r97aag019132.nyr.cable.rcn.com [208.58.100.70]) by hub.freebsd.org (Postfix) with ESMTP id 9B30137B424 for ; Sat, 14 Apr 2001 08:14:44 -0700 (PDT) (envelope-from michael@orionmedia.net) Received: from [192.168.151.4] (orion.orionmedia.net [192.168.151.4]) by fire.orionmedia.net (8.9.3/8.9.3) with ESMTP id LAA04724 for ; Sat, 14 Apr 2001 11:14:44 -0400 (EDT) Mime-Version: 1.0 X-Sender: michael@mail.orionmedia.net Message-Id: Date: Sat, 14 Apr 2001 11:14:58 -0400 To: freebsd-questions@FreeBSD.org From: Michael Feld Subject: ipfilter Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi... When attempting to build a custom kernel, after doing 'make depend' and then make in my compiled kernel directory, I get the following error during compilation: cc -O -pipe -DIPFILTER_LKM -DIPFILTER_LOG -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -c /usr/src/sys/modules/ipfilter/../../netinet/mlfk_ipl.c In file included from /usr/src/sys/modules/ipfilter/../../netinet/mlfk_ipl.c:43: @/netinet/ip_compat.h:267: osreldate.h: No such file or directory *** Error code 1 Stop in /usr/src/sys/modules/ipfilter. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/FIREWALL. I realize that it's looking for osreldate.h, but I can't figure out where it's supposed to be. The file exists in several places, but I'm not sure where to put it to make the compiler see it. Any suggestions would be helpful. Michael -- ========> mfeld@orionmedia.com <=========================== I t'ink I'll paste dis pat'etic palookah wit' my paralyzing, perplexing, perfect, pachydermus percussion pitch.... -Bugs Bunny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 8:16:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmod.ath.cx (CC2-861.charter-stl.com [24.217.115.99]) by hub.freebsd.org (Postfix) with ESMTP id E145237B5AF for ; Sat, 14 Apr 2001 08:16:47 -0700 (PDT) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id 2E934A8D1; Sat, 14 Apr 2001 10:15:48 -0500 (CDT) Date: Sat, 14 Apr 2001 10:15:48 -0500 From: Andrew Hesford To: Gunnar Isaksson Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD filesystem limitations Message-ID: <20010414101548.A91019@cec.wustl.edu> References: <3AD80959.91CBE6C5@telia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD80959.91CBE6C5@telia.com>; from sm5iuf@telia.com on Sat, Apr 14, 2001 at 10:24:57AM +0200 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Apr 14, 2001 at 10:24:57AM +0200, Gunnar Isaksson wrote: > It's my memory that fsck is much faster on FreeBSD > due to some magic in the filesystem. Is this the > case? (My 46GB disks would like that) This is very much the case. Soft updates makes sure that writing files is ordered, so that blocks are allocated before inodes, and inodes before directory entries are made. I'm sure it's more complex than this, but I don't want to pay to read Marshall Kirk McKusick's paper on the Usenix site, so the abstract must do for me. :) The result of this ordering is that every directory entry is known to be a valid file. Hence, fsck only needs to run through the free block map and check for allocated but unclaimed blocks, and then check for unclaimed inodes. This is a simple task and can be done rapidly. Ext2, on the other hand, makes no guarantee of ordered disk writes. Therefore, fsck must go through and check every directory entry, every inode, and every block to see if everything is in shape. Essentially, ext2 fsck looks at the entire disk, whereas ffs fsck only looks at a small portion of it. The result is quite simple: on a 20G hard disk, I once had linux filling all the space. When the filesystems were dirty, I had to wait 15-20 minutes alone for the fsck operation to complete. With FFS, when something goes wrong, I can boot to single-user, fsck everything (the same 20G is now FFS-ized), and reboot (to check that the system comes up normally) in less than 5 minutes. Of course, there are other time-saving features, too. Linux systems don't allow you to mount your filesystems unless they are clean, because doing otherwise would be hazardous to your data. Thus you cannot boot until you've checked every auto-mounted filesystem. With FFS and soft updates, a few unclaimed inodes and blocks aren't hurting your data, so you can go ahead and mount dirty filesystems. This is why FreeBSD never forces a manual check on you at boot time. Later, when the system is running, you can run fsck to reclaim the blocks and inodes at your convenience. Again, this is perfectly safe. I like to fsck after every problem, though, because I am a Nazi when it comes to system administration. > I have no memory of any filesize limitation on > FreeBSD and would like to know if there is anything > similar to the Linux 2GB limit? I don't deal with files that large, but I am virtually certain this limitation does not exist. Certainly there is a limitation in every filesystem, but I believe that FFS's limitations are so ridiculously large, nobody will run into them for a long time. I believe the filesystem size is limited to a few terabytes, although this is less of a problem than it is for, say, Windows machines: UNIX likes to divide filesystems up, so even on multiple-terabytes systems individual partitions won't be terabytes large. Windows, on the other hand, likes to lump everything together. I know this has nothing to do with file size, but it's an interesting fact. -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 8:25:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmod.ath.cx (CC2-861.charter-stl.com [24.217.115.99]) by hub.freebsd.org (Postfix) with ESMTP id E50A037B505 for ; Sat, 14 Apr 2001 08:25:29 -0700 (PDT) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id E2A2CA8D1; Sat, 14 Apr 2001 10:24:35 -0500 (CDT) Date: Sat, 14 Apr 2001 10:24:35 -0500 From: Andrew Hesford To: Gunnar Isaksson Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD filesystem limitations Message-ID: <20010414102435.A91157@cec.wustl.edu> References: <3AD80959.91CBE6C5@telia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD80959.91CBE6C5@telia.com>; from sm5iuf@telia.com on Sat, Apr 14, 2001 at 10:24:57AM +0200 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Apr 14, 2001 at 10:24:57AM +0200, Gunnar Isaksson wrote: > I have no memory of any filesize limitation on > FreeBSD and would like to know if there is anything > similar to the Linux 2GB limit? Okay, after posting my last response, I found this interesting tidbit of information from http://www3.au.freebsd.org/FAQ/install.html: The maximum theoretical filesystem size limitation is 2 gigablocks. Thus, with the default block size of 8K, this is 16TB. With a 4K block size (this is the smallest possible, I think) this works out to 8TB. In practice, there is a soft limit (I'm not sure what this means) of 1TB, although modifications can yield 4TB filesystems, which do exist. The maximum file size on an FFS filesystem is approximately 1 gigablocks, or half the maximum filesystem size. With the smallest possible block size (4K), this means you have 4TB files, and with a default 8K block size, you can get 8TB files. I wonder how long it takes to dd one of those from /dev/urandom. -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 8:37:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from studict.student.utwente.nl (studict.student.utwente.nl [130.89.220.2]) by hub.freebsd.org (Postfix) with ESMTP id 07C7A37B50B for ; Sat, 14 Apr 2001 08:37:16 -0700 (PDT) (envelope-from r.j.steehouder@student.utwente.nl) Received: from kabel203069.kabel.utwente.nl (kabel203069.kabel.utwente.nl [130.89.203.69]) by studict.student.utwente.nl (8.9.3/MQT) with ESMTP id RAA18836; Sat, 14 Apr 2001 17:37:13 +0200 (METDST) Date: Sat, 14 Apr 2001 17:37:54 +0200 (West-Europa (zomertijd)) From: Rogier Steehouder Reply-To: Rogier Steehouder To: Cc: FreeBSD-Questions Mailing List Subject: Re: Question on FreeBsd In-Reply-To: <000b01c0c4e5$431246c0$47403cd5@mundoR.com> Message-ID: X-Warning: UNAuthenticated Sender MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mail from cs@mundo-r.com, sent 14-04-2001: > I decided to write the distribution in a cd-rom, because I hadn't enough > harddrive space for making a FreeBsd partition and > for copying the distribution to the harddrive to make a DOS installation. > So I boot my computer using the two floppies and then I chose the cd-rom > installation. But when the copying packets' process had to start, it says > that can't found any FreeBsd distribution in the CD-ROM, but it's not true. Did you write the ISO image to CD as an image or as a file? If you look at it in Windows, does it contain 1 file or a directory structure? > I use the command: "mount_cd9660 cd0a /mnt/cdrom1". IDE CD drives are called /dev/acd[01]c, so try: mount -t 9660 /dev/acd0c /mnt/cdrom1 with kind regards, Rogier Steehouder -- ___ _ -O_\ Rogier Steehouder // | / mailto:r.j.steehouder@student.utwente.nl //\ / \ http://home.student.utwente.nl/r.j.steehouder/ // \ --------------------------------------------------------- "Bet you can't put it through the eye." "Left or right?" - Femeref Archers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 8:41:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from math.teaser.net (math.teaser.net [213.91.2.4]) by hub.freebsd.org (Postfix) with ESMTP id D683B37B53A for ; Sat, 14 Apr 2001 08:41:47 -0700 (PDT) (envelope-from jaco@teaser.fr) Received: from titine.fr.eu.org (Cour-N1D46-183.teaser.net [213.91.46.183]) by math.teaser.net (Postfix) with ESMTP id E2A4A6C804 for ; Sat, 14 Apr 2001 17:41:42 +0200 (CEST) Received: by titine.fr.eu.org (Postfix, from userid 1001) id CA6823267; Sat, 14 Apr 2001 17:41:03 +0200 (CEST) X-Attribution: Jaco To: freebsd-questions@FreeBSD.ORG Subject: Is the webmin port broken ? From: Eric Jacoboni Date: 14 Apr 2001 17:41:03 +0200 In-Reply-To: <20010328135758.A29084@dan.emsphone.com> (Dan Nelson's message of "Wed, 28 Mar 2001 13:57:58 -0600") Message-ID: <864rvrmquo.fsf_-_@titine.fr.eu.org> Lines: 23 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I've updated my webmin port to 0.85_2 and, since then, i can't login to webmin server. First of all, "make" complains about a bad checksum and i have to use NO_CHECKSUM=yes option to build it. After 'make install', i've done a /usr/local/lib/webmin/setup.sh, as mentionned and i've used the default values. A "ps ax" shows that miniserv.pl is running. When i try to connect to the server, i get the login form but every connection attempt fails (authentification failed). Previous webmin version (0.84_4) was ok. Before installing the new one, i've done a pkg_delete of the old one and rm -rf all related directories. Is there somebody here with a webmin 0.85_2 running ok ? -- Éric Jacoboni, né il y a 1290626111 secondes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 8:46:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from studict.student.utwente.nl (studict.student.utwente.nl [130.89.220.2]) by hub.freebsd.org (Postfix) with ESMTP id 43A2B37B50D for ; Sat, 14 Apr 2001 08:46:27 -0700 (PDT) (envelope-from r.j.steehouder@student.utwente.nl) Received: from kabel203069.kabel.utwente.nl (kabel203069.kabel.utwente.nl [130.89.203.69]) by studict.student.utwente.nl (8.9.3/MQT) with ESMTP id RAA20648; Sat, 14 Apr 2001 17:46:23 +0200 (METDST) Date: Sat, 14 Apr 2001 17:47:04 +0200 (West-Europa (zomertijd)) From: Rogier Steehouder Reply-To: Rogier Steehouder To: Thierry Black Cc: FreeBSD-Questions Mailing List Subject: Re: Thanks and another question In-Reply-To: Message-ID: X-Warning: UNAuthenticated Sender MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mail from Thierry Black, sent 13-04-2001: > Now I have a different one. does anyone here use unix scripting tools > to create documents, and then convert to ps? How does the process work in > general terms? I've heard of tools like Latex, but I can't seem to find much > good information. i guess I'm looking for a good starting point and maybe > some examples. Is this freebsd related? If there is a more appropirate > forum, please suggest. I use LaTeX frequently. As a physics student, I think LaTeX is the only writing tool that handles equations well. If you want to use it, install the teTeX port or package. It contains all the files you need. If I am not mistaken, it comes with dvips, to convert its .dvi files to postscript, and dvipdfm, to convert to pdf. It should also come with a complete manual (search for .dvi or .tex files). If you decide to use it frequently, I advise you to buy "LaTeX, a document preperation system" by Leslie Lamport (the guy who made LaTeX) and "The LaTeX companion" by Goossens, Mittelbach and Samarin, which also handles many standard packages that can be used with LaTeX. with kind regards, Rogier Steehouder -- ___ _ -O_\ Rogier Steehouder // | / mailto:r.j.steehouder@student.utwente.nl //\ / \ http://home.student.utwente.nl/r.j.steehouder/ // \ --------------------------------------------------------- "Bet you can't put it through the eye." "Left or right?" - Femeref Archers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 9:25: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from deep.trance.org (deep.trance.org [194.134.1.237]) by hub.freebsd.org (Postfix) with ESMTP id 2D47A37B449 for ; Sat, 14 Apr 2001 09:25:03 -0700 (PDT) (envelope-from niels@bakker.net) Received: by deep.trance.org (Postfix, from userid 910) id B086E1150B; Sat, 14 Apr 2001 18:25:01 +0200 (CEST) Date: Sat, 14 Apr 2001 18:25:01 +0200 From: Niels Bakker To: Kris Kennaway Cc: questions@freebsd.org Subject: Re: BIND in 4.2S keeps dying, probably during heavy portscans Message-ID: <20010414182501.V76393@trance.org> References: <20010413040411.R76393@trance.org> <20010414025629.C861@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010414025629.C861@xor.obsecurity.org>; from kris@obsecurity.org on Sat, Apr 14, 2001 at 02:56:29AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Fri, Apr 13, 2001 at 04:04:11AM +0200, Niels Bakker wrote: >> The named process (started with `-u bind -g bind' as options) on a 4.2S >> machine keeps dying, leaving the following in syslog: [readded] Apr 12 21:25:04 trance named[28101]: /usr/src/lib/libbind/../../contrib/bind/lib/isc/ev_timers.c:114: INSIST(now.tv_usec >= 0 && now.tv_usec < 1000000) failed. Apr 12 21:25:05 trance /kernel: pid 28101 (named), uid 53: exited on signal 6 * kris@obsecurity.org (Kris Kennaway) [Sat 14 Apr 2001, 11:56 CEST]: > Search the archives, this comes up about once a day. I did. Looking for "named AND uid AND exited AND signal 6" yields nothing (searching -questions and -stable). Neither does looking for anything mentioning "INSIST". So what's the answer? If it is "Upgrade to BIND 8.2.3", I'm already running that - of course. Looking through the code, I can't really envision a situation where the amount of milliseconds is either negative or adds up to more than one second. (and shouldn't the struct in evConsTime() be declared static?) > Kris -- Niels. -- I smell your sweat on my skin Breakfast in bed with cocaine and gin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 9:42:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from thor.oit.pdx.edu (thor.oit.pdx.edu [131.252.120.40]) by hub.freebsd.org (Postfix) with ESMTP id ABEFD37B496 for ; Sat, 14 Apr 2001 09:42:44 -0700 (PDT) (envelope-from singh@pdx.edu) Received: from gere.odin.pdx.edu (gere.odin.pdx.edu [131.252.120.42]) by thor.oit.pdx.edu (8.11.1/8.11.1) with ESMTP id f3EGgeF07943; Sat, 14 Apr 2001 09:42:40 -0700 (PDT) Received: from localhost (singh@localhost) by gere.odin.pdx.edu (8.11.1/8.11.1) with ESMTP id f3EGgd902646; Sat, 14 Apr 2001 09:42:39 -0700 (PDT) X-Authentication-Warning: gere.odin.pdx.edu: singh owned process doing -bs Date: Sat, 14 Apr 2001 09:42:39 -0700 (PDT) From: Harkirat Singh X-X-Sender: To: Cc: Subject: FreeBSD 3.2-RELEASE In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I guess that my message was not clear that's why I am posting it once again... Dear Friends: Hello! I have a laptop running with subject mentioned release, I wanted to get some files using "/stand/sysintall"(which got failed and hence I am in this news group). I guess that none of the mirroe sites and even parent site supports this release, because I was getting a warning message! Is there any way to get system files for FreeBSD 3.2-RELEASE from any ftp site, **I have tried ftp.freebsd.org and all the other alternative sites **, as I said above I was getting warning that this site does'nt support the requested release, try some other freebsd site**. Happy Easter! Harkirat Singh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 10:11:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 8819437B59E for ; Sat, 14 Apr 2001 10:11:55 -0700 (PDT) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 14oTaU-000PG2-00 for freebsd-questions@freebsd.org; Sat, 14 Apr 2001 18:11:54 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f3EHBs641899 for freebsd-questions@freebsd.org; Sat, 14 Apr 2001 18:11:54 +0100 (BST) (envelope-from jcm) Date: Sat, 14 Apr 2001 18:11:53 +0100 From: j mckitrick To: freebsd-questions@freebsd.org Subject: chowning mountpoints and devices Message-ID: <20010414181153.A41867@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I am trying to set things up so I do not have to be root to mount my zip drive and floppy. I use sysctl vfs.usermount=1 but every time I chown the mountpoint and the device, I have to do it again next time a reboot. Obviously, I can do this in a startup script, but is there a better way? jm -- ----------------------------------------------------------- Jonathon McKitrick -- jcm@freebsd-uk.eu.org Bill's Law - "The speed of Windows halves every 18 months." ----------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 10:14:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id D9A9537B423 for ; Sat, 14 Apr 2001 10:14:51 -0700 (PDT) (envelope-from edwin@cgmd76206.chello.nl) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id AFB4A236; Sat, 14 Apr 2001 19:14:50 +0200 (CEST) Date: Sat, 14 Apr 2001 19:14:50 +0200 From: Edwin Groothuis To: Niels Bakker Cc: questions@freebsd.org Subject: Re: BIND in 4.2S keeps dying, probably during heavy portscans Message-ID: <20010414191450.A16967@cgmd76206.chello.nl> References: <20010413040411.R76393@trance.org> <20010414025629.C861@xor.obsecurity.org> <20010414182501.V76393@trance.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010414182501.V76393@trance.org>; from niels@bakker.net on Sat, Apr 14, 2001 at 06:25:01PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Apr 14, 2001 at 06:25:01PM +0200, Niels Bakker wrote: > So what's the answer? If it is "Upgrade to BIND 8.2.3", I'm already > running that - of course. Maybe it's better to ask this on the ISC bind-mailing-list (bind-users@isc.org if I'm not mistaken, or have a look for this at http://www.isc.org), certainly because it's 8.2.3 which is giving the problems. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://FatalDimensions.nl.eu.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 10:35:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sloth.wcug.wwu.edu (sloth.wcug.wwu.edu [140.160.213.200]) by hub.freebsd.org (Postfix) with SMTP id C930937B423 for ; Sat, 14 Apr 2001 10:35:53 -0700 (PDT) (envelope-from doc@wcug.wwu.edu) Received: (qmail 22716 invoked by uid 1074); 14 Apr 2001 17:35:43 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 14 Apr 2001 17:35:43 -0000 Date: Sat, 14 Apr 2001 10:35:43 -0700 (PDT) From: David Daugherty To: freebsd-questions@freebsd.org Subject: SMP + BP6 kernel issues Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've set up a 4.2-release system from the iso off of your ftp site. It's installed on a BP6 with 2 Celeron 333s. I finally managed to get it updated to 4.3-RC using one processor. But when I uncomment the 2 lines relating to SMP in the kernel config and reboot I'm unable to boot off of the SMP enable kernel. The error I get on boot looks like: CPU: Pentium II/Pentium II Xeon/Celeron (unknow-class CPU) Origin = "GenuineIntel" Id = 0x665 Stepping = 5 Features=0x183fbff panic: CPU class not configured mp_lock = 000000009; cpuid = 0; lapic.id = 00000000 This is the first time I've set up BSD on a dual proc system. All I've done to my custom kernel is 'cp GENERIC WASHINGTON' then my beginning lines are: machine i386 cpu I586_CPU ident WASHINGTON I then uncommented the two SMP specific lines, rebuilt the kernel, and rebooted. David doc-WA_Resident@wcug.wwu.edu doc@wcug.wwu.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 10:44: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from klima.physik.uni-mainz.de (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by hub.freebsd.org (Postfix) with ESMTP id B805C37B449; Sat, 14 Apr 2001 10:43:53 -0700 (PDT) (envelope-from ohartman@klima.physik.uni-mainz.de) Received: from mail.Physik.Uni-Mainz.DE (Linux@mail.Physik.Uni-Mainz.DE [134.93.180.161]) by klima.physik.uni-mainz.de (8.11.3/8.11.3) with ESMTP id f3EHhqT01279; Sat, 14 Apr 2001 19:43:53 +0200 (CEST) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Sat, 14 Apr 2001 19:43:52 +0200 (CEST) From: "Hartmann, O." X-X-Sender: To: Cc: Subject: CPU type settings problems, suggestion Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Sirs. Again, I run into light problems with setting CPUTYPE in /etc/make.conf. The history: We use several machines with DUAL CPUs, some Intel chip based servers and several machines with AMD Duron (our X terminals) and AMD TBird CPUs. On each 'architecture' I compile the appropriate kernel and base system with CPUTYPE set to the right architecture. And for each package out of the port's tree I use this option, too. All boxes running FreeBSD 4.3-RC as cvsupdated these days, the last update was done today. Mk-base has been updated also, the ports-collection was deleted and reinstalled twice this day! Fact: On Intel based systems I can compile _each_ packet with CPUTYPE set to 'pentiumpro', that means for us for the appropriate architecture. On AMD based system this is not working today! I had to disable the CPUTYPE tag in /etc/make.conf to compile packages (I did so with XFree86-4, gimp1 (?), Mesa3). I come alongside with this problem and switch between nothing and k7/k6 for packages that will not compile with CPUTYPE set on AMD machines. If it is disabled, all things run all right! My suggestion: FreeBSD now has two switches for kernel compilation and other stuff, base system of the UNIX included. We should migrate to three switches: one for kernel compilation, a second for the OS as we do it recently, and a third for stuff out of the ports collection. I can compile both kernel and the base UNIX with the appropriate CPU switch set, but not serveral ports. Each machine does not share its kernel! Each machine should not share its basic System, butwithin our system's architecture and organisation we share several filesystems with packages to keep all system 'on the same status' (means up to date). I think many others do so, too. For the time FreeBSD will really take profits from real optimisations by setting CPUTYPE, kernel and base OS should be tuned up to its limits by that way (or as the Gurus want us to be tuned). But the ports should also be 'tuned' or 'not tuned' by an individual switch. Sorry about my english, hope you can understand what I'm trying to explain. Thanks, Oliver -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institut fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinensaal) Tel: +496131/3924144 FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 10:47:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail19.sdc1.sfba.home.com (femail19.sdc1.sfba.home.com [24.0.95.128]) by hub.freebsd.org (Postfix) with ESMTP id 698BE37B505 for ; Sat, 14 Apr 2001 10:47:11 -0700 (PDT) (envelope-from vcardona@home.com) Received: from marx.marvic.chum ([24.17.229.11]) by femail19.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010414174711.EZNU12937.femail19.sdc1.sfba.home.com@marx.marvic.chum> for ; Sat, 14 Apr 2001 10:47:11 -0700 Received: (from vcardona@localhost) by marx.marvic.chum (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) id f3EHp6t00713 for freebsd-questions@FreeBSD.ORG; Sat, 14 Apr 2001 12:51:06 -0500 Date: Sat, 14 Apr 2001 12:51:06 -0500 From: "Victor R. Cardona" To: freebsd-questions@FreeBSD.ORG Subject: Re: ipfilter Message-ID: <20010414125106.A706@marx.alton1.il.home.com> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i In-Reply-To: ; from michael@orionmedia.net on Sat, Apr 14, 2001 at 11:14:58AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Apr 14, 2001 at 11:14:58AM -0400, Michael Feld wrote: > In file included from > /usr/src/sys/modules/ipfilter/../../netinet/mlfk_ipl.c:43: > @/netinet/ip_compat.h:267: osreldate.h: No such file or directory > *** Error code 1 > > Stop in /usr/src/sys/modules/ipfilter. > *** Error code 1 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/src/sys/compile/FIREWALL. > > I realize that it's looking for osreldate.h, but I can't figure out > where it's supposed to be. The file exists in several places, but > I'm not sure where to put it to make the compiler see it. Any > suggestions would be helpful. Edit the file that causes the error, and change '#include ' to '#include ' HTH, Victor -- Victor R. Cardona vcardona@home.com "Behold the keyboard of Kahless, the greatest Klingon code warrior that ever lived!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 10:47:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from h24-69-46-74.gv.shawcable.net (h24-69-46-74.gv.shawcable.net [24.69.46.74]) by hub.freebsd.org (Postfix) with ESMTP id 1831237B50F for ; Sat, 14 Apr 2001 10:47:14 -0700 (PDT) (envelope-from michael@tenzo.com) Received: from h24-69-46-74.gv.shawcable.net (localhost.gv.shawcable.net [127.0.0.1]) by h24-69-46-74.gv.shawcable.net (8.11.1/8.11.1) with SMTP id f3EHniB04183 for ; Sat, 14 Apr 2001 10:49:45 -0700 (PDT) (envelope-from michael@tenzo.com) Content-Type: text/plain; charset="iso-8859-1" From: "Michael O'Henly" Reply-To: michael@tenzo.com Organization: TENZO Design To: freebsd-questions@freebsd.org Subject: ipfw question (long)... Date: Sat, 14 Apr 2001 10:49:44 -0700 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01041410494400.04119@h24-69-46-74.gv.shawcable.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've got my ipfw firewall/NAT setup basically working but there are still some rough edges. One is the way I'm specifying the externat network... My FreeBSD box has two NICs: the external NIC is assigned an IP via DHCP and the internal NIC I've aribitrarily assigned 192.168.0.1. There are two other machines on the internal network. In the "simple" section of /etc/rc.firewall, I'm asked to identify the external and internal NIC, network, netmask and IP. From what I've read in the Handbook, man pages, and the FreeBSD Diary, it should look something like this: # set these to your outside interface network and netmask and ip oif="rl0" onet="1.2.3.4/24" omask="255.255.255.0" oip="1.2.3.4" # set these to your inside interface network and netmask and ip iif="xl0" inet="192.168.0.0/24" imask="255.255.255.0" iip="192.168.0.1" The internal network is fine since its values don't change. If my external IP was static, I could enter values as above, but since it's dynamic, I need to either use some kind of wild card or determine the current IP on-the-fly. This is what I'm doing at the moment: # set these to your outside interface network and netmask and ip oif="rl0" onet=`ifconfig rl0 | grep "inet " | awk '{print $2}'` omask="255.255.254.0" oip=`ifconfig rl0 | grep "inet " | awk '{print $2}'` After calculating the IP, onet and oip would have values looking like: onet="1.2.3.4" oip="1.2.3.4" This isn't exactly what I believe is required here. I think onet ideally should be in the form of "1.2.3.444/24" but I'm not sure how to do this. Anyway, when I reboot and check dmesg I see that onet has been transformed into "1.2.3.444/23". In other words, something is adding "/nn" to the end of the value -- and adding "23" instead of "24". What's happening here? I should add that the parsing scheme for onet and oip came from a FreeBSD Diary article. What they actually recommended was: # set these to your outside interface network and netmask and ip oif="rl0" onet=`ifconfig rl0 | grep "inet " | awk '{print $6}'` omask="255.255.254.0" oip=`onet=`ifconfig rl0 | grep "inet " | awk '{print $2}'` ...which gives values like: onet="1.2.3.255" oip="1.2.3.4" Does "1.2.3.255" _means_ the same thing as "1.2.3.4/24"? Finally, I've read about "any" and "not" as wild cards for these values, but they don't seem to be supported in 4.2. I'd appreciate any pointers on setting this up correctly. M. -- Michael O'Henly TENZO Design To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 10:49:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.urx.com (mail.urx.com [63.170.19.36]) by hub.freebsd.org (Postfix) with ESMTP id A613E37B616 for ; Sat, 14 Apr 2001 10:49:49 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com [206.159.132.160] by mail.urx.com with ESMTP (SMTPD32-6.06) id ADBB3170220; Sat, 14 Apr 2001 10:49:47 -0700 Message-ID: <3AD88DBC.868B5B17@urx.com> Date: Sat, 14 Apr 2001 10:49:48 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: David Daugherty Cc: freebsd-questions@freebsd.org Subject: Re: SMP + BP6 kernel issues References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David Daugherty wrote: > > I've set up a 4.2-release system from the iso off of your ftp site. It's > installed on a BP6 with 2 Celeron 333s. I finally managed to get it > updated to 4.3-RC using one processor. But when I uncomment the 2 lines > relating to SMP in the kernel config and reboot I'm unable to boot off of > the SMP enable kernel. The error I get on boot looks like: > > CPU: Pentium II/Pentium II Xeon/Celeron (unknow-class CPU) > Origin = "GenuineIntel" Id = 0x665 Stepping = 5 > > Features=0x183fbff > panic: CPU class not configured > mp_lock = 000000009; cpuid = 0; lapic.id = 00000000 > > This is the first time I've set up BSD on a dual proc system. All I've > done to my custom kernel is 'cp GENERIC WASHINGTON' then my beginning > lines are: > machine i386 > cpu I586_CPU This is wrong. A Celeron is a 686. Dmesg from my Celeron 433 shows CPU: Pentium II/Pentium II Xeon/Celeron (434.32-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x660 Stepping = 0 Kent > ident WASHINGTON > > I then uncommented the two SMP specific lines, rebuilt the kernel, and > rebooted. > > David > doc-WA_Resident@wcug.wwu.edu > doc@wcug.wwu.edu > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 11:13:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from maila.telia.com (maila.telia.com [194.22.194.231]) by hub.freebsd.org (Postfix) with ESMTP id 9B8F937B50D for ; Sat, 14 Apr 2001 11:12:05 -0700 (PDT) (envelope-from watchman@ludd.luth.se) Received: from d1o907.telia.com (d1o907.telia.com [195.252.38.241]) by maila.telia.com (8.9.3/8.9.3) with ESMTP id UAA15795; Sat, 14 Apr 2001 20:12:01 +0200 (CEST) Received: from ludd.luth.se (h63n2fls21o907.telia.com [213.66.203.63]) by d1o907.telia.com (8.8.8/8.8.8) with ESMTP id UAA13295; Sat, 14 Apr 2001 20:11:59 +0200 (CEST) Message-ID: <3AD892D8.A121CE71@ludd.luth.se> Date: Sat, 14 Apr 2001 20:11:36 +0200 From: Joachim =?iso-8859-1?Q?Str=F6mbergson?= Organization: Acne X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en-US MIME-Version: 1.0 To: David Daugherty Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SMP + BP6 kernel issues References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Aloha! David Daugherty wrote: > I've set up a 4.2-release system from the iso off of your ftp site. It's > installed on a BP6 with 2 Celeron 333s. I finally managed to get it > updated to 4.3-RC using one processor. But when I uncomment the 2 lines > relating to SMP in the kernel config and reboot I'm unable to boot off of > the SMP enable kernel. The error I get on boot looks like: > > CPU: Pentium II/Pentium II Xeon/Celeron (unknow-class CPU) > Origin = "GenuineIntel" Id = 0x665 Stepping = 5 > > Features=0x183fbff > panic: CPU class not configured > mp_lock = 000000009; cpuid = 0; lapic.id = 00000000 > > This is the first time I've set up BSD on a dual proc system. All I've > done to my custom kernel is 'cp GENERIC WASHINGTON' then my beginning > lines are: > machine i386 > cpu I586_CPU > ident WASHINGTON > > I then uncommented the two SMP specific lines, rebuilt the kernel, and > rebooted. Hard to say exactly what went wrong. What I can say is that normally FreeBSD runs very nicely as a SMP system on the BP6 MB. By looking at the error message I would speculate that there is some problem finding CPU 2. Does the BIOS say something similar to "2 processors" during POST? The following is my own SMP kernel configuration file in all it's glory. It's probably fauly in several places, but it works: #============================================================================= # # SMP4X # ----- # # Kernel configuration file for SMP system in FreeBSD 4.X (STABLE) # #============================================================================= #============================================================================= # Machine and CPU type #============================================================================= machine i386 cpu I686_CPU #============================================================================= # Kernel identification #============================================================================= ident SMP4X #============================================================================= # Major system limits #============================================================================= maxusers 32 options MAXMEM="(128*1024)" #============================================================================= # Major kernel options #============================================================================= options INET #InterNETworking #options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] #options MFS #Memory Filesystem #options MD_ROOT #MD is a potential root device #options NFS #Network Filesystem #options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores #============================================================================= # SMP support #============================================================================= # To make an SMP kernel, the next two are needed options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs #============================================================================= # ISA and PCI devices #============================================================================= # The machine has both ISA and PCI slots device isa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 #device fd1 at fdc0 drive 1 # IDE (ATA) drives and CDs # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives options ATA_STATIC_ID #Static device numbering #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices #============================================================================= # Soft updates in FFS #============================================================================= # Soft updates is technique for improving file system speed and # making abrupt shutdown less risky. It is not enabled by default due # to copyright restraints on the code that implement it. # # Read ../../ufs/ffs/README.softupdates to learn what you need to # do to enable this. ../../contrib/softupdates/README gives # more details on how they actually work. options SOFTUPDATES #============================================================================= # Keyboard #============================================================================= # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 device psm0 at atkbdc? irq 12 #============================================================================= # Console setup. #============================================================================= device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? # Uconsole allows the normal user to take the console options UCONSOLE #============================================================================= # FPU device #============================================================================= # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 #============================================================================= # Power management #============================================================================= # Power management support (see LINT for more options) #device apm0 at nexus? disable flags 0x20 # Advanced Power Management #============================================================================= # Serial (COM) ports #============================================================================= device sio0 at isa? port IO_COM1 flags 0x10 irq 4 #device sio1 at isa? port IO_COM2 irq 3 #device sio2 at isa? disable port IO_COM3 irq 5 #device sio3 at isa? disable port IO_COM4 irq 9 #============================================================================= # Parallel port #============================================================================= device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer #device plip # TCP/IP over parallel #device ppi # Parallel port interface device #============================================================================= # ISA Ethernet NICs. #============================================================================= device ed0 at isa? port 0x2A0 irq 3 iomem 0xd8000 #device ed0 #============================================================================= # PCI 10/100 Mbit/s Ethernet NICs. #============================================================================= device miibus # Support for the MII-bus used by NICs. device vr # VIA Rhine, Rhine II device rl # RealTek 8129/8139 #============================================================================= # Pseudo devices - the number indicates how many units to allocated. #============================================================================= pseudo-device loop # Network loopback pseudo-device ether # Ethernet support #pseudo-device sl 1 # Kernel SLIP #pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device speaker # Play IBM BASIC-style noises out your speaker pseudo-device pty # Pseudo-ttys (telnet etc) #pseudo-device md # Memory "disks" #pseudo-device gif 4 # IPv6 and IPv4 tunneling #pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) #============================================================================= # BPF #============================================================================= # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter #============================================================================= # USB support #============================================================================= # General USB code (mandatory for USB) #device usb # Generic USB device driver #device ugen #============================================================================= # Audio drivers: `snd', `sb', `pas', `gus', `pca' #============================================================================= # For PnP/PCI sound cards #device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 #device sbc0 device sbc device pcm #============================================================================= # POSIX P1003.1B #============================================================================= # Real time extensions added in the 1993 Posix # P1003_1B: Infrastructure # _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING # _KPOSIX_VERSION: Version kernel is built for options P1003_1B options _KPOSIX_PRIORITY_SCHEDULING options _KPOSIX_VERSION=199309L #============================================================================= # Special options for program support. #============================================================================= options USER_LDT options PNPBIOS #============================================================================= # Firewall and filtering rules. #============================================================================= options IPFIREWALL #firewall options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default options IPDIVERT #divert sockets options ICMP_BANDLIM #Rate limit bad replies #============================================================================= # EOF SMP4X #============================================================================= -- Cheers! Joachim - Alltid i harmonisk svängning --- FairLight ------ FairLight ------ FairLight ------ FairLight --- Joachim Strömbergson ASIC SoC designer, nice to CUTE animals Phone: +46(0)31 - 27 98 47 Web: http://www.ludd.luth.se/~watchman --------------- Spamfodder: regeringen@regeringen.se --------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 11:22:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from h24-69-46-74.gv.shawcable.net (h24-69-46-74.gv.shawcable.net [24.69.46.74]) by hub.freebsd.org (Postfix) with ESMTP id 01B9937B423 for ; Sat, 14 Apr 2001 11:22:27 -0700 (PDT) (envelope-from michael@tenzo.com) Received: from h24-69-46-74.gv.shawcable.net (localhost.gv.shawcable.net [127.0.0.1]) by h24-69-46-74.gv.shawcable.net (8.11.1/8.11.1) with SMTP id f3EIOWB04654; Sat, 14 Apr 2001 11:24:33 -0700 (PDT) (envelope-from michael@tenzo.com) Content-Type: text/plain; charset="iso-8859-1" From: "Michael O'Henly" Reply-To: michael@tenzo.com Organization: TENZO Design To: kde-user@lists.netcentral.net, freebsd-questions@freebsd.org Subject: Exiting KDE 2.1.1 Date: Sat, 14 Apr 2001 11:24:32 -0700 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01041411243201.04631@h24-69-46-74.gv.shawcable.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm running FreeBSD 4.2 and start up KDE using startx with an .xinitrc file containing the line "exec startkde". KDE runs normally, but this is what's displayed on the console after exiting. [artsd] ** Warning ** cache shutdown while still active objects in cache warning: leaving MCOP Dispatcher and still 6 object references alive. - Arts::Synth_MULTI_ADD - Arts::Synth_MULTI_ADD - Arts::AudioManager Client - Arts::Synth_BUS_UPLINK - Arts::SYNTH_AMAN_PLAY - Arts::SYNTH_PLAY_WAV $ kdeinit: sending SIGTERM to children. kdeinit: Exit. At this point, I have to hit CR to get a command prompt. Any ideas about what's happening here? M. -- Michael O'Henly TENZO Design To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 11:25: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f192.law9.hotmail.com [64.4.9.192]) by hub.freebsd.org (Postfix) with ESMTP id 116D237B50E for ; Sat, 14 Apr 2001 11:24:58 -0700 (PDT) (envelope-from acojocaru@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 14 Apr 2001 11:24:57 -0700 Received: from 216.126.10.210 by lw9fd.law9.hotmail.msn.com with HTTP; Sat, 14 Apr 2001 18:24:56 GMT X-Originating-IP: [216.126.10.210] From: "Andrei Cojocaru" To: freebsd-questions@freebsd.org Subject: Linking Kernel Fails Date: Sat, 14 Apr 2001 12:24:56 -0600 Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_4d1_195a_13c8" Message-ID: X-OriginalArrivalTime: 14 Apr 2001 18:24:57.0245 (UTC) FILETIME=[3566C4D0:01C0C510] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_4d1_195a_13c8 Content-Type: text/plain; format=flowed The Kernel Linking Fails getting the following errors, the config file has been attached, I have followed the exact procedures. I am trying to compile a FreeBSD 4.2-STABLE kernel. linking kernel scsi_low.o: In function `scsi_low_cam_rescan_callback': scsi_low.o(.text+0x517): undefined reference to `xpt_free_path' scsi_low.o: In function `scsi_low_rescan_bus': scsi_low.o(.text+0x563): undefined reference to `xpt_periph' scsi_low.o(.text+0x56c): undefined reference to `xpt_create_path' scsi_low.o(.text+0x57f): undefined reference to `xpt_setup_ccb' scsi_low.o(.text+0x59a): undefined reference to `xpt_action' scsi_low.o: In function `scsi_low_attach': scsi_low.o(.text+0x692): undefined reference to `cam_simq_alloc' scsi_low.o(.text+0x6ca): undefined reference to `cam_sim_alloc' scsi_low.o(.text+0x6da): undefined reference to `cam_simq_free' scsi_low.o(.text+0x6ea): undefined reference to `xpt_bus_register' scsi_low.o(.text+0x715): undefined reference to `xpt_create_path' scsi_low.o(.text+0x728): undefined reference to `xpt_bus_deregister' scsi_low.o(.text+0x732): undefined reference to `cam_sim_free' scsi_low.o: In function `scsi_low_dettach': scsi_low.o(.text+0x79f): undefined reference to `xpt_async' scsi_low.o(.text+0x7a7): undefined reference to `xpt_free_path' scsi_low.o(.text+0x7b5): undefined reference to `xpt_bus_deregister' scsi_low.o(.text+0x7bf): undefined reference to `cam_sim_free' scsi_low.o: In function `scsi_low_scsi_action': scsi_low.o(.text+0xac9): undefined reference to `xpt_done' scsi_low.o(.text+0xae6): undefined reference to `xpt_done' scsi_low.o: In function `scsi_low_done': scsi_low.o(.text+0xf7e): undefined reference to `xpt_done' advansys.o: In function `adv_action': advansys.o(.text+0x258): undefined reference to `xpt_freeze_simq' advansys.o(.text+0x542): undefined reference to `xpt_done' advansys.o(.text+0x584): undefined reference to `xpt_done' advansys.o(.text+0x62b): undefined reference to `xpt_done' advansys.o(.text+0x640): undefined reference to `xpt_done' advansys.o: In function `adv_execute_ccb': advansys.o(.text+0x65f): undefined reference to `xpt_path_sim' advansys.o(.text+0x7ff): undefined reference to `xpt_freeze_simq' advansys.o(.text+0x862): undefined reference to `xpt_done' advansys.o: In function `adv_timeout': advansys.o(.text+0x958): undefined reference to `xpt_path_sim' advansys.o(.text+0x966): undefined reference to `xpt_print_path' advansys.o(.text+0x9b2): undefined reference to `xpt_freeze_simq' advansys.o(.text+0x9e4): undefined reference to `xpt_print_path' advansys.o(.text+0xa28): undefined reference to `xpt_print_path' advansys.o: In function `adv_done': advansys.o(.text+0x1210): undefined reference to `xpt_print_path' advansys.o(.text+0x1338): undefined reference to `xpt_print_path' advansys.o(.text+0x137f): undefined reference to `xpt_freeze_devq' advansys.o(.text+0x13c2): undefined reference to `xpt_done' advansys.o: In function `adv_attach': advansys.o(.text+0x1521): undefined reference to `cam_simq_alloc' advansys.o(.text+0x154e): undefined reference to `cam_sim_alloc' advansys.o(.text+0x156a): undefined reference to `xpt_bus_register' advansys.o(.text+0x1586): undefined reference to `xpt_create_path' advansys.o(.text+0x159c): undefined reference to `xpt_setup_ccb' advansys.o(.text+0x15ba): undefined reference to `xpt_action' advansys.o(.text+0x15cb): undefined reference to `xpt_bus_deregister' ... Thank you in advance for your help. _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. ------=_NextPart_000_4d1_195a_13c8 Content-Type: text/plain; name="turtle"; format=flowed Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="turtle" # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.20 2000/10/31 23:16:07 n_hibma Exp $ machine i386 #cpu I386_CPU cpu I486_CPU #cpu I586_CPU #cpu I686_CPU ident MYKERNEL maxusers 32 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O device isa device eisa #device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers #device ahb # EISA AHA1742 family #device ahc # AHA2940 and onboard AIC7xxx devices #device amd # AMD 53C974 (Teckram DC-390(T)) #device isp # Qlogic family #device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets) #options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured device adv0 at isa? device adw device bt0 at isa? device aha0 at isa? device aic0 at isa? device ncv # NCR 53C500 device nsp # Workbit Ninja SCSI-3 device stg # TMC 18C30/18C50 # SCSI peripherals #device scbus # SCSI bus (required) #device da # Direct Access (disks) #device sa # Sequential Access (tape etc) #device cd # CD #device pass # Passthrough device (direct SCSI access) # RAID controllers interfaced to the SCSI subsystem #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID #device dpt # DPT Smartcache - See LINT for options! #device mly # Mylex AcceleRAID/eXtremeRAID # RAID controllers #device ida # Compaq Smart RAID #device amr # AMI MegaRAID #device mlx # Mylex DAC960 family #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support #device card #device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 #device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device tx # SMC 9432TX (83c170 ``EPIC'') #device vx # 3Com 3c590, 3c595 (``Vortex'') #device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! #device miibus # MII bus support #device dc # DEC/Intel 21143 and various workalikes #device pcn # AMD Am79C79x PCI 10/100 NICs #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F #device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. device ed0 at isa? port 0x260 irq 11 iomem 0xd8000 #device ed1 at isa? port 0x340 irq 4 iomem 0xe0000 #device ex #device ep #device fe0 at isa? port 0x300 # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. #device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. #device an # Xircom Ethernet #device xe # The probe order of these is presently determined by i386/isa/isa_compat.c. device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 device le0 at isa? port 0x300 irq 5 iomem 0xd0000 device lnc0 at isa? port 0x280 irq 10 drq 0 device cs0 at isa? port 0x300 device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support #device uhci # UHCI PCI->USB interface #device ohci # OHCI PCI->USB interface #device usb # USB Bus (required) #device ugen # Generic #device uhid # "Human Interface Devices" #device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse #device uscanner # Scanners # USB Ethernet, requires mii #device aue # ADMtek USB ethernet #device cue # CATC USB ethernet #device kue # Kawasaki LSI USB ethernet ------=_NextPart_000_4d1_195a_13c8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 11:26:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grumpy.dyndns.org (user-24-214-76-236.knology.net [24.214.76.236]) by hub.freebsd.org (Postfix) with ESMTP id 68DD337B43F for ; Sat, 14 Apr 2001 11:26:43 -0700 (PDT) (envelope-from dkelly@grumpy.dyndns.org) Received: from localhost (localhost [127.0.0.1]) by grumpy.dyndns.org (8.11.3/8.11.3) with ESMTP id f3EIQDP60106; Sat, 14 Apr 2001 13:26:13 -0500 (CDT) (envelope-from dkelly@grumpy.dyndns.org) Message-Id: <200104141826.f3EIQDP60106@grumpy.dyndns.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: "G. Jason Middleton" Cc: Beech Rintoul , freebsd-questions@FreeBSD.ORG Subject: Re: how to dial into my BSD box for internet access(re-worded) In-Reply-To: Message from "G. Jason Middleton" of "Sat, 14 Apr 2001 00:16:59 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 14 Apr 2001 13:26:13 -0500 From: David Kelly Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "G. Jason Middleton" writes: > close but no cigar > > I need to be able to surf theweb from say..a windows client...i ned to > establish a PPP connection be assigned an IP most likely a 192.168.0.... > since all my boxes get access to the internet from behind a NATD box with > a firewall. > > this seems as though it is gonna be more difficult then i expected.. You just don't (yet) recognize a good cigar when you see one. First you have to get terminal access dial-in working. This is the best way to debug your modems. You have to get the dial-in modem behaving and automatically resetting and reconfiguring between calls. Then from within a shell login you could invoke pppd(8) on the command line. That is, once you configure pppd. Expect the ppp(8) utility could also be used but I never have. Or you could look into /usr/ports/comms/mgetty* and other techniques for bypassing the login-to-shell stage. But first you need the text dial-in working. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 11:29:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-21.dsl.lsan03.pacbell.net [63.207.60.21]) by hub.freebsd.org (Postfix) with ESMTP id 44FFE37B43E for ; Sat, 14 Apr 2001 11:29:44 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E737466E71; Sat, 14 Apr 2001 11:29:43 -0700 (PDT) Date: Sat, 14 Apr 2001 11:29:43 -0700 From: Kris Kennaway To: =?iso-8859-1?Q?Joachim_Str=F6mbergson?= Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Netscape 4.77? Message-ID: <20010414112943.A82380@xor.obsecurity.org> References: <3AD30420.2E2476E1@typhoon.co.jp> <20010414144823.A861@xor.obsecurity.org> <3AD864E2.52D94F38@ludd.luth.se> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="a8Wt8u1KmwUX3Y2C" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD864E2.52D94F38@ludd.luth.se>; from watchman@ludd.luth.se on Sat, Apr 14, 2001 at 04:55:30PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --a8Wt8u1KmwUX3Y2C Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 14, 2001 at 04:55:30PM +0200, Joachim Str=F6mbergson wrote: > fetis:/usr/ports/www> cd netscape47-communicator/ > fetis:/usr/ports/www/netscape47-communicator> make install > =3D=3D=3D> netscape-communicator-4.76 is marked as broken: has a serious > security hole, use 4.77 instead. >=20 > Ok, sounds ok, but *how* do I do it? Apart from using > linux-netscape47-communicator? >=20 > Searching the netscape web page reveals that the latest FreeBSD version > is 4.76. Well, therein lies the problem. If you don't care about the security impact of the problem (read the netscape release notes or check bugtraq) then feel free to uncomment the FORBIDDEN line until/if Netscape release a new native binary. Kris --a8Wt8u1KmwUX3Y2C Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE62JcXWry0BWjoQKURAjJTAKCHsJLoqsqW6AqYhOn/5LztG2KHcgCgtAi8 5vKDo+Us6w3yX52k86PsJns= =w2JJ -----END PGP SIGNATURE----- --a8Wt8u1KmwUX3Y2C-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 11:31:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-21.dsl.lsan03.pacbell.net [63.207.60.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F7F837B50D for ; Sat, 14 Apr 2001 11:31:16 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DB53466E72; Sat, 14 Apr 2001 11:31:15 -0700 (PDT) Date: Sat, 14 Apr 2001 11:31:15 -0700 From: Kris Kennaway To: Niels Bakker Cc: Kris Kennaway , questions@freebsd.org Subject: Re: BIND in 4.2S keeps dying, probably during heavy portscans Message-ID: <20010414113115.B82380@xor.obsecurity.org> References: <20010413040411.R76393@trance.org> <20010414025629.C861@xor.obsecurity.org> <20010414182501.V76393@trance.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="v9Ux+11Zm5mwPlX6" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010414182501.V76393@trance.org>; from niels@bakker.net on Sat, Apr 14, 2001 at 06:25:01PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --v9Ux+11Zm5mwPlX6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 14, 2001 at 06:25:01PM +0200, Niels Bakker wrote: > > On Fri, Apr 13, 2001 at 04:04:11AM +0200, Niels Bakker wrote: > >> The named process (started with `-u bind -g bind' as options) on a 4.2S > >> machine keeps dying, leaving the following in syslog: >=20 > [readded] > Apr 12 21:25:04 trance named[28101]: /usr/src/lib/libbind/../../contrib/b= ind/lib/isc/ev_timers.c:114: INSIST(now.tv_usec >=3D 0 && now.tv_usec < 100= 0000) failed. > Apr 12 21:25:05 trance /kernel: pid 28101 (named), uid 53: exited on sign= al 6 =20 >=20 > * kris@obsecurity.org (Kris Kennaway) [Sat 14 Apr 2001, 11:56 CEST]: > > Search the archives, this comes up about once a day. >=20 > I did. Looking for "named AND uid AND exited AND signal 6" yields > nothing (searching -questions and -stable). Neither does looking for > anything mentioning "INSIST". >=20 > So what's the answer? If it is "Upgrade to BIND 8.2.3", I'm already > running that - of course. You've got clock skew which is confusing BIND. Kris --v9Ux+11Zm5mwPlX6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE62JdyWry0BWjoQKURAmnmAKCe8/my5rcy9zPFJbc3J8XzMkmLnACdHcz2 X5Luz7LDWV8kw38v8VmROzA= =LvQv -----END PGP SIGNATURE----- --v9Ux+11Zm5mwPlX6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 11:48:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id 0F36937B59E for ; Sat, 14 Apr 2001 11:48:26 -0700 (PDT) (envelope-from bartequi@neomedia.it) Received: (from httpd@localhost) by aragorn.neomedia.it (8.10.1/8.10.1) id f3EImLP13062; Sat, 14 Apr 2001 20:48:21 +0200 (CEST) To: Andrei Cojocaru Subject: Re: Linking Kernel Fails Message-ID: <987274101.3ad89b757e3b8@webmail.neomedia.it> Date: Sat, 14 Apr 2001 20:48:21 +0200 (CEST) From: Salvo Bartolotta Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.4-cvs X-WebMail-Company: Neomedia s.a.s. X-Originating-IP: 62.98.170.236 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG # SCSI Controllers device adv0 at isa? device adw device bt0 at isa? device aha0 at isa? device aic0 at isa? device ncv # NCR 53C500 device nsp # Workbit Ninja SCSI-3 device stg # TMC 18C30/18C50 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 11:52:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (dav42.law15.hotmail.com [64.4.22.100]) by hub.freebsd.org (Postfix) with ESMTP id A130637B59E for ; Sat, 14 Apr 2001 11:52:53 -0700 (PDT) (envelope-from want_2_learn_freebsd@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 14 Apr 2001 11:52:52 -0700 X-Originating-IP: [64.188.16.62] From: "Doug Wilson" To: Subject: Is 3Com Megahertz Model 3CCFE575BT 10/100 Base-TX PCMCIA Supported? Date: Sat, 14 Apr 2001 11:52:52 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: X-OriginalArrivalTime: 14 Apr 2001 18:52:52.0874 (UTC) FILETIME=[1C2776A0:01C0C514] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi list! I bought a 3Com Megahertz Model 3CCFE575BT 10/100 Base-TX PCMCIA nic 2 weeks ago, and have been searching the web to find out if it is supported but FreeBSD. I have not found the answer. With FreeBSD, I DO NOT have net and cannot connect. Red Hat though, does see it. Anyway, the dead line to return it is fast approaching. If it is not supported, does anyone have a suggestion? Thanks list! Doug. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 11:56:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (Postfix) with ESMTP id C93B037B506 for ; Sat, 14 Apr 2001 11:56:09 -0700 (PDT) (envelope-from sm5iuf@telia.com) Received: from d1o981.telia.com (d1o981.telia.com [213.65.80.241]) by mailb.telia.com (8.9.3/8.9.3) with ESMTP id UAA00892; Sat, 14 Apr 2001 20:56:07 +0200 (CEST) Received: from bamse.dyns.cx (h15n1fls31o981.telia.com [213.65.80.15]) by d1o981.telia.com (8.10.2/8.10.1) with ESMTP id f3EIu7v18321; Sat, 14 Apr 2001 20:56:07 +0200 (CEST) Received: from telia.com (skutt.swipnet.se [192.168.0.2]) by bamse.dyns.cx (Postfix) with ESMTP id 5A5DEA9A; Sat, 14 Apr 2001 20:56:07 +0200 (CEST) Message-ID: <3AD89D40.4A26450C@telia.com> Date: Sat, 14 Apr 2001 20:56:00 +0200 From: Gunnar Isaksson X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.17-1mdklinus i586) X-Accept-Language: en MIME-Version: 1.0 To: Andrew Hesford Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD filesystem limitations References: <3AD80959.91CBE6C5@telia.com> <20010414102435.A91157@cec.wustl.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Andrew Hesford wrote: > > On Sat, Apr 14, 2001 at 10:24:57AM +0200, Gunnar Isaksson wrote: > > I have no memory of any filesize limitation on > > FreeBSD and would like to know if there is anything > > similar to the Linux 2GB limit? > > Okay, after posting my last response, I found this interesting tidbit of > information from http://www3.au.freebsd.org/FAQ/install.html: > > The maximum theoretical filesystem size limitation is 2 gigablocks. > Thus, with the default block size of 8K, this is 16TB. With a 4K block > size (this is the smallest possible, I think) this works out to 8TB. In > practice, there is a soft limit (I'm not sure what this means) of 1TB, > although modifications can yield 4TB filesystems, which do exist. > > The maximum file size on an FFS filesystem is approximately 1 > gigablocks, or half the maximum filesystem size. With the smallest > possible block size (4K), this means you have 4TB files, and with a > default 8K block size, you can get 8TB files. > > I wonder how long it takes to dd one of those from /dev/urandom. > Thanks Andrew for the info and your time. The filesize limitation on 8TB has really escaped me since no one talks about it. Nobody talks about a nonissue :-) It really looks beneficial to switch my server into FreeBSD due to this smarter filesystem. I have strong and nice memories about the port collection in FreeBSD. Just cd into /usr/ports/.. and then type make. Now when having ADSL connection at home I should be able to marvel at the ports collection again. //Gunnar Isaksson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 11:58:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id 1590937B505 for ; Sat, 14 Apr 2001 11:58:31 -0700 (PDT) (envelope-from bartequi@neomedia.it) Received: (from httpd@localhost) by aragorn.neomedia.it (8.10.1/8.10.1) id f3EIwRW06738; Sat, 14 Apr 2001 20:58:27 +0200 (CEST) To: Andrei Cojocaru Subject: Re: Linking Kernel Fails Message-ID: <987274707.3ad89dd351b93@webmail.neomedia.it> Date: Sat, 14 Apr 2001 20:58:27 +0200 (CEST) From: Salvo Bartolotta Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.4-cvs X-WebMail-Company: Neomedia s.a.s. X-Originating-IP: 62.98.170.236 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ reposted ] # SCSI Controllers device adv0 at isa? device adw device bt0 at isa? device aha0 at isa? device aic0 at isa? device ncv # NCR 53C500 device nsp # Workbit Ninja SCSI-3 device stg # TMC 18C30/18C50 # SCSI peripherals #device scbus # SCSI bus (required) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ #device da # Direct Access (disks) #device sa # Sequential Access (tape etc) #device cd # CD #device pass # Passthrough device (direct SCSI access) Hmmm, I may be missing something, but I am afraid commenting out SCSI support (in particular, "device scbus") is not in tune with the definition of SCSI peripherals. HTH, Salvo P.S. I am sorry for the initial mess. My current ISP has a brain-dead configuration which... obliges me to make use of another ISP's webmail. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 12: 2:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 1E2F937B617 for ; Sat, 14 Apr 2001 12:02:26 -0700 (PDT) (envelope-from wmoran@iowna.com) Received: from iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f3EIxYf21917 for ; Sat, 14 Apr 2001 14:59:34 -0400 (EDT) Message-ID: <3AD89E48.58585A8B@iowna.com> Date: Sat, 14 Apr 2001 15:00:24 -0400 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Apache won't start Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm frightened that this is something dumb that I'm doing wrong, but I'm stumped and I need some help here. I can't seem to get Apache to start on a 4.2-RELEASE machine. The error message I get is "httpd could not be started" (yes, that's it) I have tried the 1.3.14 version from the packages, the 1.3.14 version with mod_ssl from the packages, then I cvsupped my ports tree and tried to "make install" the 1.3.19 version there (cvsupped just yesterday - around 18:00 EDT) Everything produced the exact same result. I've got Apache running on a half a dozen other (FreeBSD) machines and I can't figure out what I've done differently this time. I've tried starting apache with "apachectl start" and with "httpd". "apachectl configtest" produces "systax OK". httpd isn't leaving any .core files behind, so I'm not sure what to think. Is there any way to get more descriptive error information? Thanks, Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 12: 3: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.urx.com (mail.urx.com [63.170.19.36]) by hub.freebsd.org (Postfix) with ESMTP id EAA0937B50E for ; Sat, 14 Apr 2001 12:03:01 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com [206.159.132.160] by mail.urx.com with ESMTP (SMTPD32-6.06) id AEE43D40232; Sat, 14 Apr 2001 12:03:00 -0700 Message-ID: <3AD89EE4.4CE8E293@urx.com> Date: Sat, 14 Apr 2001 12:03:00 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Salvo Bartolotta Cc: Andrei Cojocaru , freebsd-questions@freebsd.org Subject: Re: Linking Kernel Fails References: <987274707.3ad89dd351b93@webmail.neomedia.it> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Salvo Bartolotta wrote: > > [ reposted ] > > # SCSI Controllers > > device > adv0 at isa? > device > adw > device > bt0 at isa? > device > aha0 at isa? > device > aic0 at isa? > > device > ncv # NCR 53C500 > device > nsp # Workbit Ninja SCSI-3 > device > stg # TMC 18C30/18C50 > > # SCSI peripherals > #device > scbus # SCSI bus (required) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > #device > da # Direct Access (disks) > #device > sa # Sequential Access (tape etc) > #device > cd # CD > #device > pass # Passthrough device (direct SCSI access) > > Hmmm, I may be missing something, but I am afraid commenting out SCSI support > (in particular, "device scbus") is not in tune with the definition of SCSI > peripherals. There is a favorite miss called "umass" on the USB bus. That seems to get many people. Kent > > HTH, > Salvo > > P.S. I am sorry for the initial mess. My current ISP has a brain-dead > configuration which... obliges me to make use of another ISP's webmail. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 12: 5: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from earth.wnm.net (earth.wnm.net [208.246.240.243]) by hub.freebsd.org (Postfix) with ESMTP id CFB0437B50B for ; Sat, 14 Apr 2001 12:04:59 -0700 (PDT) (envelope-from alex@wnm.net) Received: from localhost (alex@localhost) by earth.wnm.net (8.11.0/8.11.0) with ESMTP id f3EJ6Ck90755; Sat, 14 Apr 2001 14:06:12 -0500 (CDT) Date: Sat, 14 Apr 2001 14:06:12 -0500 (CDT) From: Alex Charalabidis To: Bill Moran Cc: Subject: Re: Apache won't start In-Reply-To: <3AD89E48.58585A8B@iowna.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 14 Apr 2001, Bill Moran wrote: > I can't seem to get Apache to start on a 4.2-RELEASE machine. The error > message I get is "httpd could not be started" (yes, that's it) I have > tried the 1.3.14 version from the packages, the 1.3.14 version with > mod_ssl from the packages, then I cvsupped my ports tree and tried to > "make install" the 1.3.19 version there (cvsupped just yesterday - > around 18:00 EDT) Everything produced the exact same result. I've got > Apache running on a half a dozen other (FreeBSD) machines and I can't > figure out what I've done differently this time. I've tried starting > apache with "apachectl start" and with "httpd". "apachectl configtest" > produces "systax OK". httpd isn't leaving any .core files behind, so I'm > not sure what to think. Is there any way to get more descriptive error > information? Look in logs/error_log. It's probably complaining about missing SSL certificates and settings. -ac -- =================================================================== Alex Charalabidis Worldspice Technologies 5050 Poplar Ave. Memphis, TN, USA +1 901 432 6000 Opinions expressed are mine alone but may be yours for a small fee. =================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 12: 9:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f14.law9.hotmail.com [64.4.9.14]) by hub.freebsd.org (Postfix) with ESMTP id 3554D37B50D for ; Sat, 14 Apr 2001 12:09:08 -0700 (PDT) (envelope-from acojocaru@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 14 Apr 2001 12:09:08 -0700 Received: from 216.126.10.210 by lw9fd.law9.hotmail.msn.com with HTTP; Sat, 14 Apr 2001 19:09:07 GMT X-Originating-IP: [216.126.10.210] From: "Andrei Cojocaru" To: kstewart@urx.com, freebsd-questions@freebsd.org Subject: Re: Linking Kernel Fails Date: Sat, 14 Apr 2001 13:09:07 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 14 Apr 2001 19:09:08.0057 (UTC) FILETIME=[61689490:01C0C516] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >From: Kent Stewart >Reply-To: kstewart@urx.com >To: Salvo Bartolotta >CC: Andrei Cojocaru , freebsd-questions@freebsd.org >Subject: Re: Linking Kernel Fails >Date: Sat, 14 Apr 2001 12:03:00 -0700 >MIME-Version: 1.0 >Received: from [63.170.19.36] by hotmail.com (3.2) with ESMTP id >MHotMailBCA1E9E6009C400431E23FAA1324080F0; Sat Apr 14 12:03:05 2001 >Received: from urx.com [206.159.132.160] by mail.urx.com with ESMTP >(SMTPD32-6.06) id AEE43D40232; Sat, 14 Apr 2001 12:03:00 -0700 >From kstewart@urx.com Sat Apr 14 12:03:43 2001 >Message-ID: <3AD89EE4.4CE8E293@urx.com> >Organization: Dynacom >X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) >X-Accept-Language: en >References: <987274707.3ad89dd351b93@webmail.neomedia.it> > > > >Salvo Bartolotta wrote: > > > > [ reposted ] > > > > # SCSI Controllers > > > > device > > adv0 at isa? > > device > > adw > > device > > bt0 at isa? > > device > > aha0 at isa? > > device > > aic0 at isa? > > > > device > > ncv # NCR 53C500 > > device > > nsp # Workbit Ninja SCSI-3 > > device > > stg # TMC 18C30/18C50 > > > > # SCSI peripherals > > #device > > scbus # SCSI bus (required) > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > #device > > da # Direct Access (disks) > > #device > > sa # Sequential Access (tape etc) > > #device > > cd # CD > > #device > > pass # Passthrough device (direct SCSI access) > > > > Hmmm, I may be missing something, but I am afraid commenting out SCSI >support > > (in particular, "device scbus") is not in tune with the definition of >SCSI > > peripherals. > >There is a favorite miss called "umass" on the USB bus. That seems to get >many people. > >Kent > > > > > HTH, > > Salvo > > > > P.S. I am sorry for the initial mess. My current ISP has a brain-dead > > configuration which... obliges me to make use of another ISP's webmail. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > >-- >Kent Stewart >Richland, WA > >mailto:kbstew99@hotmail.com >http://kstewart.urx.com/kstewart/index.html >FreeBSD News http://daily.daemonnews.org/ so are you saying I should turn on usb and the umass usb device? My computer is an old 486 why would it require that? _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 12:14:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from h24-69-46-74.gv.shawcable.net (h24-69-46-74.gv.shawcable.net [24.69.46.74]) by hub.freebsd.org (Postfix) with ESMTP id 19C0A37B42C for ; Sat, 14 Apr 2001 12:14:22 -0700 (PDT) (envelope-from michael@tenzo.com) Received: from h24-69-46-74.gv.shawcable.net (localhost.gv.shawcable.net [127.0.0.1]) by h24-69-46-74.gv.shawcable.net (8.11.1/8.11.1) with SMTP id f3EJGPO00659; Sat, 14 Apr 2001 12:16:25 -0700 (PDT) (envelope-from michael@tenzo.com) Content-Type: text/plain; charset="iso-8859-1" From: "Michael O'Henly" Reply-To: michael@tenzo.com Organization: TENZO Design To: kde-user@lists.netcentral.net Subject: Re: Exiting KDE 2.1.1 Date: Sat, 14 Apr 2001 12:16:25 -0700 X-Mailer: KMail [version 1.2] References: <01041411243201.04631@h24-69-46-74.gv.shawcable.net> <01041505000401.08666@localhost.localdomain> In-Reply-To: <01041505000401.08666@localhost.localdomain> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: questions@freebsd.org Message-Id: <01041412162500.00648@h24-69-46-74.gv.shawcable.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, that's interesting. Yes, I set up sound for the first time under FreeBSD last night and I guess this was a loose end. There were several of these objects stuck in the queue as you suggested, but they got deleted from /tmp/mcop-michael/ after I exited KDE. So I fiddled with the sound module in the Control Centre and discovered that turning on "Exchange security and reference info over the X11 server" solved the problem. Now I can exit KDE normally. Thanks very much for steering me in the right direction! M. On Saturday 14 April 2001 12:00, akar 'th 'orrible wrote: > On Sunday 15 April 2001 04:24, Michael O'Henly wrote: > > I'm running FreeBSD 4.2 and start up KDE using startx with an > > .xinitrc file containing the line "exec startkde". > > > > KDE runs normally, but this is what's displayed on the console after > > exiting. > > > > [artsd] ** Warning ** cache shutdown while still active objects in > > cache warning: leaving MCOP Dispatcher and still 6 object references > > alive. > > > > - Arts::Synth_MULTI_ADD > > - Arts::Synth_MULTI_ADD > > - Arts::AudioManager Client > > - Arts::Synth_BUS_UPLINK > > - Arts::SYNTH_AMAN_PLAY > > - Arts::SYNTH_PLAY_WAV > > > > $ kdeinit: sending SIGTERM to children. > > kdeinit: Exit. > > > > At this point, I have to hit CR to get a command prompt. > > > > Any ideas about what's happening here? > > > > M. > > Yep, you have probably been playing with artsbuilder or other midi > stuff and your sound driver is not setup properly for fm-midi and/or > midi so those things are stuck in the queue unplayable. > Go to /tmp/mcop-something-user-or-other when out of kde and delete the > stuff there. > > Andrew -- Michael O'Henly TENZO Design To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 12:21:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.urx.com (mail.urx.com [63.170.19.36]) by hub.freebsd.org (Postfix) with ESMTP id A5DE237B446 for ; Sat, 14 Apr 2001 12:21:37 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com [206.159.132.160] by mail.urx.com with ESMTP (SMTPD32-6.06) id A33F3990220; Sat, 14 Apr 2001 12:21:35 -0700 Message-ID: <3AD8A33F.B2D4D4EB@urx.com> Date: Sat, 14 Apr 2001 12:21:35 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Andrei Cojocaru Cc: freebsd-questions@freebsd.org Subject: Re: Linking Kernel Fails References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Andrei Cojocaru wrote: > > >From: Kent Stewart > >Reply-To: kstewart@urx.com > >To: Salvo Bartolotta > >CC: Andrei Cojocaru , freebsd-questions@freebsd.org > >Subject: Re: Linking Kernel Fails > >Date: Sat, 14 Apr 2001 12:03:00 -0700 > >MIME-Version: 1.0 > >Received: from [63.170.19.36] by hotmail.com (3.2) with ESMTP id > >MHotMailBCA1E9E6009C400431E23FAA1324080F0; Sat Apr 14 12:03:05 2001 > >Received: from urx.com [206.159.132.160] by mail.urx.com with ESMTP > >(SMTPD32-6.06) id AEE43D40232; Sat, 14 Apr 2001 12:03:00 -0700 > >From kstewart@urx.com Sat Apr 14 12:03:43 2001 > >Message-ID: <3AD89EE4.4CE8E293@urx.com> > >Organization: Dynacom > >X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) > >X-Accept-Language: en > >References: <987274707.3ad89dd351b93@webmail.neomedia.it> > > > > > > > >Salvo Bartolotta wrote: > > > > > > [ reposted ] > > > > > > # SCSI Controllers > > > > > > device > > > adv0 at isa? > > > device > > > adw > > > device > > > bt0 at isa? > > > device > > > aha0 at isa? > > > device > > > aic0 at isa? > > > > > > device > > > ncv # NCR 53C500 > > > device > > > nsp # Workbit Ninja SCSI-3 > > > device > > > stg # TMC 18C30/18C50 > > > > > > # SCSI peripherals > > > #device > > > scbus # SCSI bus (required) > > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > > #device > > > da # Direct Access (disks) > > > #device > > > sa # Sequential Access (tape etc) > > > #device > > > cd # CD > > > #device > > > pass # Passthrough device (direct SCSI access) > > > > > > Hmmm, I may be missing something, but I am afraid commenting out SCSI > >support > > > (in particular, "device scbus") is not in tune with the definition of > >SCSI > > > peripherals. > > > >There is a favorite miss called "umass" on the USB bus. That seems to get > >many people. > > > >Kent > > > > > > > > HTH, > > > Salvo > > > > > > P.S. I am sorry for the initial mess. My current ISP has a brain-dead > > > configuration which... obliges me to make use of another ISP's webmail. > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > >-- > >Kent Stewart > >Richland, WA > > > >mailto:kbstew99@hotmail.com > >http://kstewart.urx.com/kstewart/index.html > >FreeBSD News http://daily.daemonnews.org/ > > so are you saying I should turn on usb and the umass usb device? My computer > is an old 486 why would it require that? No, what I was saying is that many people are getting the xpt_* messages because they didn't notice that umass requires the scbus. They delete all of the scsi devices but forget umass. Kent > > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 12:29: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id 0D44737B424 for ; Sat, 14 Apr 2001 12:28:57 -0700 (PDT) (envelope-from bartequi@neomedia.it) Received: (from httpd@localhost) by aragorn.neomedia.it (8.10.1/8.10.1) id f3EJSpX04143; Sat, 14 Apr 2001 21:28:51 +0200 (CEST) To: Kent Stewart Subject: Re: Linking Kernel Fails Message-ID: <987276530.3ad8a4f2ca92a@webmail.neomedia.it> Date: Sat, 14 Apr 2001 21:28:50 +0200 (CEST) From: Salvo Bartolotta Cc: Andrei Cojocaru , freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.4-cvs X-WebMail-Company: Neomedia s.a.s. X-Originating-IP: 62.98.170.236 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > There is a favorite miss called "umass" on the USB bus. That seems to get many people. Yup. I recall seeing a few messages of this kind in the past. Hmm, actually, I answered a question of this kind :-) BTW, this is part of my workstation kernel config: # SCSI Controllers device ahc # AHA2940 and onboard AIC7xxx devices options AHC_ALLOW_MEMIO # Allow memory-mapped I/O # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # USB support -- everything commented out. # No USB peripherals yet. I have seen no linking/whatever errors, though. Andrei's problem is probably (?) connected with the missing SCSI support. Or... I am missing something else :-) -- Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 13: 7:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f234.pav1.hotmail.com [64.4.31.234]) by hub.freebsd.org (Postfix) with ESMTP id 62F7537B506 for ; Sat, 14 Apr 2001 13:07:39 -0700 (PDT) (envelope-from netalchemist@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 14 Apr 2001 13:07:38 -0700 Received: from 209.204.124.252 by pv1fd.pav1.hotmail.msn.com with HTTP; Sat, 14 Apr 2001 20:07:38 GMT X-Originating-IP: [209.204.124.252] Reply-To: kam@salsolutions.net From: "Kam Salisbury" To: doc@wcug.wwu.edu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SMP + BP6 kernel issues Date: Sat, 14 Apr 2001 20:07:38 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 14 Apr 2001 20:07:38.0593 (UTC) FILETIME=[8DD9DD10:01C0C51E] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David, I am running an Abit BP6 as well with two celerons (400 for me) and the processor type is 686 sir. Stick with it and I am sure you will see that BSD is fantastic on this hardware. Kam. >From: David Daugherty >To: freebsd-questions@FreeBSD.ORG >Subject: SMP + BP6 kernel issues >Date: Sat, 14 Apr 2001 10:35:43 -0700 (PDT) > >I've set up a 4.2-release system from the iso off of your ftp site. It's >installed on a BP6 with 2 Celeron 333s. I finally managed to get it >updated to 4.3-RC using one processor. But when I uncomment the 2 lines >relating to SMP in the kernel config and reboot I'm unable to boot off of >the SMP enable kernel. The error I get on boot looks like: > >CPU: Pentium II/Pentium II Xeon/Celeron (unknow-class CPU) > Origin = "GenuineIntel" Id = 0x665 Stepping = 5 > >Features=0x183fbff >panic: CPU class not configured >mp_lock = 000000009; cpuid = 0; lapic.id = 00000000 > >This is the first time I've set up BSD on a dual proc system. All I've >done to my custom kernel is 'cp GENERIC WASHINGTON' then my beginning >lines are: >machine i386 >cpu I586_CPU >ident WASHINGTON > >I then uncommented the two SMP specific lines, rebuilt the kernel, and >rebooted. > >David >doc-WA_Resident@wcug.wwu.edu >doc@wcug.wwu.edu > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 13:13:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.fdma.com (mail.fdma.com [216.241.67.73]) by hub.freebsd.org (Postfix) with ESMTP id 4BDB637B507 for ; Sat, 14 Apr 2001 13:13:25 -0700 (PDT) (envelope-from scheidell@fdma.com) Received: from MIKELT (mikelt.fdma.lan [192.168.3.5]) by mail.fdma.com (8.11.3/8.11.3) with SMTP id f3EKDAa37125 for ; Sat, 14 Apr 2001 16:13:11 -0400 (EDT) Message-ID: <003901c0c51f$540ed490$0503a8c0@fdma.com> From: "Michael Scheidell" To: Subject: Please help Date: Sat, 14 Apr 2001 16:13:09 -0400 Organization: Florida Datamation, Inc. MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Please help. I have tried. I don't have the hd space to do a full CVSUP, but I would like to find a compiled version of ftpd for 4.2-release or 4.2stable, as mentioned in the cert advisory. ----- Original Message ----- From: "Michael Scheidell" To: Sent: Tuesday, April 10, 2001 10:34 AM Subject: RE: CERT Advisory CA-2001-07 > According to > > CERT Advisory CA-2001-07, Freebsd has fixed (as of a little after midnight > today? 4/10/2001? ) a glob problem in ftpd in the 'current' and stable > release > > I looked everywhere I could think of and best I could find is the source on > SOME of the ftpx.freebsd.org/ sites has some new header files in > /usr/include and source in ../libexec/ftpd dated March 28th and 27th. > > These still compile with 'version' 6.00LS (and, in fact, I think one of the > ftp server is still running that one?) > > Can you tell me where I can find the binary for 9386/ 4.2-release or 4.2 > stable, or sources for the fix ? thanks. > > --- > Michael Scheidell > Florida Datamation, Inc. > scheidell@fdma.com / 1+(561) 368-9561 > Internet Security and Consulting > See updated IT Security News at http://www.fdma.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 13:13:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 2267337B449 for ; Sat, 14 Apr 2001 13:13:50 -0700 (PDT) (envelope-from wmoran@iowna.com) Received: from iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f3EKAuf08616; Sat, 14 Apr 2001 16:10:57 -0400 (EDT) Message-ID: <3AD8AF02.26FF74D0@iowna.com> Date: Sat, 14 Apr 2001 16:11:46 -0400 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: Alex Charalabidis Cc: questions@FreeBSD.ORG Subject: Re: Apache won't start References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alex Charalabidis wrote: > > On Sat, 14 Apr 2001, Bill Moran wrote: > > > I can't seem to get Apache to start on a 4.2-RELEASE machine. The error > > message I get is "httpd could not be started" (yes, that's it) I have > > tried the 1.3.14 version from the packages, the 1.3.14 version with > > mod_ssl from the packages, then I cvsupped my ports tree and tried to > > "make install" the 1.3.19 version there (cvsupped just yesterday - > > around 18:00 EDT) Everything produced the exact same result. I've got > > Apache running on a half a dozen other (FreeBSD) machines and I can't > > figure out what I've done differently this time. I've tried starting > > apache with "apachectl start" and with "httpd". "apachectl configtest" > > produces "systax OK". httpd isn't leaving any .core files behind, so I'm > > not sure what to think. Is there any way to get more descriptive error > > information? > > Look in logs/error_log. It's probably complaining about missing SSL > certificates and settings. Oh ... for the love of Mike ... It was indeed something dumb. Thank you for reminding me about the error log. Apparently my facilities are not fully functional today. It's working fine now. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 13:16: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from arena.delfi.lv (mail.parks.lv [195.2.96.15]) by hub.freebsd.org (Postfix) with ESMTP id 3F31B37B509 for ; Sat, 14 Apr 2001 13:15:58 -0700 (PDT) (envelope-from uwi@delfi.lv) Received: from themAn (rev-166.PLV01.delfi.lv [195.114.47.166] (may be forged)) by arena.delfi.lv (8.9.3/8.9.1/OL.cf-3.1) with SMTP id XAA00371 for ; Sat, 14 Apr 2001 23:15:46 +0300 Message-ID: <006d01c0c51f$aeb17f60$e5fcfea9@themAn> From: "uwi mAn" To: Subject: freshman Date: Sat, 14 Apr 2001 23:15:35 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0069_01C0C538.CF61AFA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0069_01C0C538.CF61AFA0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable what is CVSUP anyways? ------=_NextPart_000_0069_01C0C538.CF61AFA0 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
what is = CVSUP=20 anyways?
------=_NextPart_000_0069_01C0C538.CF61AFA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 13:21:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from h24-69-46-74.gv.shawcable.net (h24-69-46-74.gv.shawcable.net [24.69.46.74]) by hub.freebsd.org (Postfix) with ESMTP id AE27B37B42C for ; Sat, 14 Apr 2001 13:21:53 -0700 (PDT) (envelope-from michael@tenzo.com) Received: from h24-69-46-74.gv.shawcable.net (localhost.gv.shawcable.net [127.0.0.1]) by h24-69-46-74.gv.shawcable.net (8.11.1/8.11.1) with SMTP id f3EKOPO00883; Sat, 14 Apr 2001 13:24:25 -0700 (PDT) (envelope-from michael@tenzo.com) Content-Type: text/plain; charset="koi8-r" From: "Michael O'Henly" Reply-To: michael@tenzo.com Organization: TENZO Design To: freebsd-questions@freebsd.org Subject: Re: freshman Date: Sat, 14 Apr 2001 13:24:25 -0700 X-Mailer: KMail [version 1.2] References: <006d01c0c51f$aeb17f60$e5fcfea9@themAn> In-Reply-To: <006d01c0c51f$aeb17f60$e5fcfea9@themAn> Cc: "uwi mAn" MIME-Version: 1.0 Message-Id: <01041413242505.00648@h24-69-46-74.gv.shawcable.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Saturday 14 April 2001 13:15, uwi mAn wrote: > what is CVSUP anyways? http://www.freebsd.org/handbook/cvsup.html M. -- Michael O'Henly TENZO Design To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 13:23:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f22.hotmail.com [216.32.181.22]) by hub.freebsd.org (Postfix) with ESMTP id B813A37B422 for ; Sat, 14 Apr 2001 13:23:39 -0700 (PDT) (envelope-from tnokker@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 14 Apr 2001 13:23:39 -0700 Received: from 213.237.75.178 by lw2fd.hotmail.msn.com with HTTP; Sat, 14 Apr 2001 20:23:39 GMT X-Originating-IP: [213.237.75.178] From: "Tommy Rump Andersen" To: freebsd-questions@FreeBSD.org Subject: compiling problem Date: Sat, 14 Apr 2001 20:23:39 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 14 Apr 2001 20:23:39.0796 (UTC) FILETIME=[CAC5CD40:01C0C520] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Getting this problem while I try to "make depend" ../../dev/xe/if_xe.c:138: card_if.h: No such file or directory ../../pci/if_dc.c:129: miibus_if.h: No such file or directory In file included from ../../dev/ata/ata-all.c:60: ../../isa/isavar.h:36: isa_if.h: No such file or directory mkdep: compile failed *** Error code 1 some who can help me ? it's with the 4.2 release _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 13:30:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.mediadesign.nl (md2.mediadesign.nl [212.19.205.67]) by hub.freebsd.org (Postfix) with SMTP id 830D237B423 for ; Sat, 14 Apr 2001 13:30:32 -0700 (PDT) (envelope-from alson@mediadesign.nl) Received: (qmail 26660 invoked by uid 1002); 14 Apr 2001 20:30:31 -0000 Date: Sat, 14 Apr 2001 22:30:31 +0200 From: freebsd@alson.linuxfreak.nl To: freebsd-questions@freebsd.org Subject: Re: Dial-up server/ little ISP Message-ID: <20010414223031.K20043@md2.mediadesign.nl> Mail-Followup-To: freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: ; from gmiddl1@gl.umbc.edu on Fri, Apr 13, 2001 at 08:54:23PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Apr 13, 2001 at 08:54:23PM -0400, G. Jason Middleton wrote: > I have comcast @home and i want to set one of my BSD boxes up so that i > can dial into it and surf the net....you know like be my own little ISP. > > Does any one know where i should start? Do i need to run radius? don't think so, just set up a ppp dial-in server, and authenticate thru default unix passwd stuff, radius is mainly for authenticating users that don't have a system account (i think, never used radius really) you should mainly read the ppp docs i think, and should set up dns, nat/ipfw and possibly a proxy. for all things there are enough docs -- ,-------------------------------------------. > Name: Alson van der Meulen < > Personal: alson@linuxfreak.nl < > School: alson@gymnasiumleiden.nl < `-------------------------------------------' Just add yourself to the password file and make a directory... --------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 13:31: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.dada.it (mail3.dada.it [195.110.96.70]) by hub.freebsd.org (Postfix) with SMTP id C1FC537B422 for ; Sat, 14 Apr 2001 13:30:53 -0700 (PDT) (envelope-from ale@unixmania.net) Received: (qmail 18805 invoked from network); 14 Apr 2001 20:30:46 -0000 Received: from unknown (HELO libero.sunshine.ale) (195.110.114.252) by mail.dada.it with SMTP; 14 Apr 2001 20:30:46 -0000 Received: by libero.sunshine.ale (Postfix, from userid 1001) id 7DF895E33; Sat, 14 Apr 2001 22:30:49 +0200 (CEST) Date: Sat, 14 Apr 2001 22:30:49 +0200 From: Alessandro de Manzano To: questions@freebsd.org Subject: AGP module ? Message-ID: <20010414223049.B42900@libero.sunshine.ale> Reply-To: Alessandro de Manzano Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.3-RC Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I'm here again trying to finally using XFree-4.0.3 with my Matrox G450 :) (on a 4.3RC system) Besides "make install"ing its port, I heard something related to an "AGP module" to kload before starting X... but I've not found any such named module reference in /etc/defaults/rc.conf. I found an "agp.ko" in /modules, but I'm not sure how/when/if I had to load it. (and "man agp" gives nothing) Does it is needed in order to run XFree 4.0.3 with matrox DRI HAL ? Could someone, please, tell me the correct sequence of things to do ? :-) Many many thanks in advance!! -- bye! Ale ale@unixmania.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 13:46:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 9DEC237B617 for ; Sat, 14 Apr 2001 13:46:25 -0700 (PDT) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.3/8.11.3) id f3EKkOG04673; Sat, 14 Apr 2001 16:46:24 -0400 (EDT) (envelope-from lowell) To: freebsd-questions@freebsd.org Subject: Re: Two interfaces on same subnet? References: <20010411094923.A6049@cec.wustl.edu> From: Lowell Gilbert Date: 14 Apr 2001 16:46:23 -0400 In-Reply-To: Radical@hardcore.lt's message of "11 Apr 2001 18:08:27 +0200" Message-ID: <4466g7ryzk.fsf@lowellg.ne.mediaone.net> Lines: 8 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Radical@hardcore.lt (Radical) writes: Better help tends to come with giving a replyable address... > May be some one can help me to slow this problem? See the documentation of the "alias" option in the manual page for ifconfig(8). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 13:47:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.dada.it (mail3.dada.it [195.110.96.70]) by hub.freebsd.org (Postfix) with SMTP id 6F7EB37B53A for ; Sat, 14 Apr 2001 13:47:11 -0700 (PDT) (envelope-from ale@unixmania.net) Received: (qmail 22781 invoked from network); 14 Apr 2001 20:47:04 -0000 Received: from unknown (HELO libero.sunshine.ale) (195.110.114.252) by mail.dada.it with SMTP; 14 Apr 2001 20:47:04 -0000 Received: by libero.sunshine.ale (Postfix, from userid 1001) id 67ABD5E33; Sat, 14 Apr 2001 22:47:07 +0200 (CEST) Date: Sat, 14 Apr 2001 22:47:07 +0200 From: Alessandro de Manzano To: scsi@freebsd.org Cc: questions@freebsd.org Subject: memory mapped I/O on adaptec ? Message-ID: <20010414224707.C42900@libero.sunshine.ale> Reply-To: Alessandro de Manzano Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.3-RC Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I've just noticed in LINT the "AHC_ALLOW_MEMIO" option, and I wonder how much this setting would speed the Adaptec controllers. Would it be a "big" advantage ? LINT says also that it's not default because does not work on some motherboards. There is maybe a list of these of something ? Trying is the only option I've to know if it will work on my motherboards ? :-) Any hint is welcome! Thanks a lot in advance! -- bye! Ale ale@unixmania.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 14:20:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id AA6DC37B443 for ; Sat, 14 Apr 2001 14:20:14 -0700 (PDT) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.3/8.11.3) id f3ELKD808263; Sat, 14 Apr 2001 17:20:13 -0400 (EDT) (envelope-from lowell) To: freebsd-questions@freebsd.org Subject: Re: chowning mountpoints and devices References: <20010414181153.A41867@dogma.freebsd-uk.eu.org> From: Lowell Gilbert Date: 14 Apr 2001 17:20:13 -0400 In-Reply-To: jcm@FreeBSD-uk.eu.org's message of "14 Apr 2001 19:12:04 +0200" Message-ID: <44k84nqiuq.fsf@lowellg.ne.mediaone.net> Lines: 23 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jcm@FreeBSD-uk.eu.org (j mckitrick) writes: > I am trying to set things up so I do not have to be root to mount my zip > drive and floppy. > > I use sysctl vfs.usermount=1 > > but every time I chown the mountpoint and the device, I have to do it again > next time a reboot. Obviously, I can do this in a startup script, but is > there a better way? I don't know why you're seeing the permissions change just from a reboot (I don't), but for sharing a machine between different console users, either fbtab(5) or GiveConsole (depending on whether it's a virtual console or X login) can be useful. For my own system, where I need these things only rarely, I use "sudo mount /cdrom", which doesn't quite match the request, but at least doesn't leave root shells around afterwards. Generally, though, I recommend mtools. Most people use msdos filesystems on floppies and Zip drives anyway, so using DOS syntax is fairly natural. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 14:24:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id 342BA37B509 for ; Sat, 14 Apr 2001 14:24:56 -0700 (PDT) (envelope-from bartequi@neomedia.it) Received: (from httpd@localhost) by aragorn.neomedia.it (8.10.1/8.10.1) id f3ELOm329226; Sat, 14 Apr 2001 23:24:48 +0200 (CEST) To: Tommy Rump Andersen Message-ID: <987283488.3ad8c0204e284@webmail.neomedia.it> Date: Sat, 14 Apr 2001 23:24:48 +0200 (CEST) From: Salvo Bartolotta Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.4-cvs X-WebMail-Company: Neomedia s.a.s. X-Originating-IP: 62.98.162.14 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Getting this problem while I try to "make depend" > ../../dev/xe/if_xe.c:138: card_if.h: No such file or directory > ../../pci/if_dc.c:129: miibus_if.h: No such file or directory > In file included from ../../dev/ata/ata-all.c:60: > ../../isa/isavar.h:36: isa_if.h: No such file or directory > mkdep: compile failed > *** Error code 1 You seem to have left out necessary config lines. Probable culprit(s): device miibus device card Please have a look at LINT for more info. Hmm... have you correctly included isa & ata support in your kerbel config file? -- Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 14:30:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pancake.NACSE.ORG (pancake.NACSE.ORG [128.193.34.5]) by hub.freebsd.org (Postfix) with ESMTP id A937437B423 for ; Sat, 14 Apr 2001 14:30:09 -0700 (PDT) (envelope-from yoon@pancake.nacse.org) Received: from condor.NACSE.ORG (condor.NACSE.ORG [128.193.34.11]) by pancake.NACSE.ORG (8.9.3/8.9.3) with ESMTP id OAA21884 for ; Sat, 14 Apr 2001 14:30:03 -0700 (PDT) Received: from localhost (yoon@localhost) by condor.NACSE.ORG (8.9.3/8.9.3) with ESMTP id OAA04870 for ; Sat, 14 Apr 2001 14:30:02 -0700 (PDT) Date: Sat, 14 Apr 2001 14:30:02 -0700 (PDT) From: Daehyun Yoon To: Subject: NAT + Web server Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I have a FreeBSD 4.2 Machine with Cable Modem. I use NAT to connect multiple machines to it. My question is, is it possible to have one of the machines in internal network to run a webserver that doesn't have legitimate IP address? That is, if A is the firewall machine with valid IP, and B is the one in internal network that has 192.168.0.2 address, can I run web server on B and have outside to connect to it? Sorry about dumb question. I'd be grateful for your help. If this question has been repeated many times before, could you just point out where to look for? Thank you very much. Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 14:37:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from istar.ca (d141-119-162.home.cgocable.net [24.141.119.162]) by hub.freebsd.org (Postfix) with ESMTP id 62E3437B449 for ; Sat, 14 Apr 2001 14:37:42 -0700 (PDT) (envelope-from genisis@istar.ca) Received: (from genisis@localhost) by istar.ca (8.11.1/8.11.1) id f3ELeSx13277; Sat, 14 Apr 2001 17:40:28 -0400 (EDT) (envelope-from genisis) Date: Sat, 14 Apr 2001 17:40:28 -0400 (EDT) From: Dru To: Marty Landman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Question on FreeBsd In-Reply-To: <5.0.2.1.0.20010414093316.00a00bb0@pop.ulster.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Marty, Sounds like you may have a hardware problem. Do you get anything back from this command: dmesg | grep CDROM If not, your Cdrom is not being found at boot-up. Is it cabled as slave on the primary or secondary channel, or is it master on the secondary? As for the floppy, you may find this helpful: http://www.oreillynet.com/pub/a/bsd/2000/07/05/FreeBSD_Basics.html There's an article in there as well if you need help setting up PPP. Also, you'll find installing the ports collection a heck of a lot easier than playing sneaker-net :) HTH, Dru On Sat, 14 Apr 2001, Marty Landman wrote: > At Saturday 4/14/01 09:32 AM, Dru wrote: > > >If you do a > > > >more /etc/fstab > > > >you'll see that FreeBSD comes with a line that will allow you to mount > >your cdrom with the following command: > > > >mount /cdrom > > Hi, > > I'm a newbie so please be gentle :) > > Got FreeBSD 4.2 installed on an old Packard Bell 486/16M/600M hd and when I > type > > more /etc/fstab > > I see devices /dev/ad0s1b,a,f,e and proc. (Let me know if you want me to > transcribe the whole output in detail.) When I try to do a > > mount /cdrom > > the response is > > mount: /cdrom: unknown special file or file system > > I installed from the two floppies and then ftp.freebsd.org with no apparent > problems. That box had W95 on it before and I confirmed that the cdrom > could be used, although on booting windows it complained about a hardware > problem in either the cdrom or motherboard, and device mgr was saying that > a possible virus was in the system. > > I assumed that the old OS had probably gotten hosed up before I ever got > the machine, but didn't bother reinstalling windows to verify this as I > wanted to go right to a FreeBSD install. > > Also, and this must be a \really/ dumb question... how do I access my > floppy drive? I've d/l'd the port for Apache from the freebsd site and > assume if I copy that from a windows created floppy to a ports directory > and run, once I make a PPP connection install will handle the rest? > > Again, sorry but learning something this new to me really is stupefying. > > Marty > > > Face 2 Interface Web Solutions > Content Management Made SIMPL(tm) > http://face2interface.com/Home/SIMPL.shtml > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 14:38:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id ADFFE37B506 for ; Sat, 14 Apr 2001 14:38:15 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 53384 invoked by uid 100); 14 Apr 2001 21:38:14 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15064.49990.665715.481541@guru.mired.org> Date: Sat, 14 Apr 2001 16:38:14 -0500 To: "jeremy buckley" Cc: questions@freebsd.org Subject: Re: fdimage on 5.0-current boot cd In-Reply-To: <107229634@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeremy buckley types: > I'm sorry, but I could not find "/tools" or "fdimage" on disc 1. > This is the most current release of freebsd-not the "4.2" that I had earlier > specified. No, it isn't. The most recent release of FreeBSD is 4.2, though 4.3 is expected out in a matter of days. FreeBSD 5 is a development branch, and you're expected to be able to support yourself if you install it. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 14:40:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id CF27A37B505; Sat, 14 Apr 2001 14:40:12 -0700 (PDT) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.3/8.11.3) id f3ELeCW08303; Sat, 14 Apr 2001 17:40:12 -0400 (EDT) (envelope-from lowell) To: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Reply-To: freebsd-questions@freebsd.org Subject: Re: natd[232]: failed to write packet back (Permission denied) References: <9b7b3i$2kli$1@FreeBSD.csie.NCTU.edu.tw> From: Lowell Gilbert Date: 14 Apr 2001 17:40:12 -0400 In-Reply-To: veldy@veldy.net's message of "14 Apr 2001 00:56:18 +0800" Message-ID: <44eluvqhxf.fsf@lowellg.ne.mediaone.net> Lines: 38 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG veldy@veldy.net ("Thomas T. Veldhouse") writes: > Apr 13 10:47:37 fuggle natd[232]: failed to write packet back (Permission > denied) > Apr 13 10:47:46 fuggle last message repeated 4 times > Apr 13 10:47:47 fuggle su: veldy to root on /dev/ttyp0 > Apr 13 10:47:58 fuggle natd[232]: failed to write packet back (Permission > denied) > Apr 13 10:48:31 fuggle last message repeated 3 times > > > Can anybody explain what causes this? I have look through archive after > archive and have found many many reports of this problem, but no solution. > The closest I have come is a message that says to check the firewall rules > to see what is blocking packets passed back from natd. This cannot be it > because I have added rules after the natd divert to open everything and this > still occurs. That is *exactly* what causes this message. Check your rules again -- and do it with 'ipfw l', not just by looking at your your firewall configuration script, because the auto-incrementing numbering may not have done quite what you expected. [I've made this mistake a number of times.] Also, make sure that the "open everything" rule is numbered higher than the divert rule. It won't work at all if they're at the same number. If the machines behind the NAT are sharing the same public address as the NAT machine itself, and you don't need them to accept connections initiated from the outside Internet, then it should be perfectly possible to set up your ipfw rules to avoid this. > Please help -- this fills logs and is a nuisance -- it has been a problem > ever since at least 4.1.1. Sounds like it's not a -stable problem, then. Let's move this over to -questions instead... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 14:48:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nebula.anchoragerescue.org (cable-115-7-237-24.anchorageak.net [24.237.7.115]) by hub.freebsd.org (Postfix) with ESMTP id 9CFCC37B496 for ; Sat, 14 Apr 2001 14:48:52 -0700 (PDT) (envelope-from akbeech@anchoragerescue.org) Received: from galaxy.anchoragerescue.org (galaxy.anchoragerescue.org [24.237.7.95]) by nebula.anchoragerescue.org (Postfix) with SMTP id 006C8433 for ; Sat, 14 Apr 2001 13:48:50 -0800 (AKDT) Content-Type: text/plain; charset="iso-8859-1" From: Beech Rintoul To: freebsd-questions@freebsd.org Subject: KDE Hangs on startup Date: Sat, 14 Apr 2001 13:48:50 -0800 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01041413485000.56150@galaxy.anchoragerescue.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just updated KDE to 2.1.1 and now it hangs on initializing peripherals. The only error I can find is "Error while initializing the sound driver" , "Device /dev/dsp can't be opened". I dont have kdemultimedia installed, and I don't need (or want) sound configured on this box. The box is running 4.3-RC. Any suggestions on how to get past this? TIA - Beech -- ------------------------------------------------------------------- Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org /"\ ASCII Ribbon Campaign | Anchorage Gospel Rescue Mission \ / - NO HTML/RTF in e-mail | P.O. Box 230510 X - NO Word docs in e-mail | Anchorage, AK 99523-0510 / \ ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 14:51:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 49DBF37B50B for ; Sat, 14 Apr 2001 14:51:36 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 84649 invoked by uid 100); 14 Apr 2001 21:51:35 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15064.50791.443636.821857@guru.mired.org> Date: Sat, 14 Apr 2001 16:51:35 -0500 To: "Thierry Black" Cc: questions@freebsd.org Subject: Re: Thanks and another question In-Reply-To: <132477976@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thierry Black types: > Now I have a different one. does anyone here use unix scripting tools > to create documents, and then convert to ps? How does the process work in > general terms? I've heard of tools like Latex, but I can't seem to find much > good information. i guess I'm looking for a good starting point and maybe > some examples. Is this freebsd related? If there is a more appropirate > forum, please suggest. Well, I guess I qualify. I write scripts that generate PS for special purposes, and usually start with a small amount of user data that could be called a document. If you're talking about that level of thing, you need to be able to write postscript, and the only way I to learn that is with the Adobe books on the subject. On the other hand, if you're talking about LaTeX, that's not what you're talking about. Quoting the latex port description: "LaTeX is a TeX macro package." TeX is a typesetting package. You mark up ascii text in your favorite word processor, send it through TeX, and it spits out postscript. Well, it provided postscript I was using it; it may be able to do other things as well. The various smart printer filters know how to deal with it, and will run that process for you There are lots of scripts for converting documents to/from LaTeX in the ports you can use as examples if that's what you're looking for. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 15: 2:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c007.snv.cp.net (c007-h014.c007.snv.cp.net [209.228.33.221]) by hub.freebsd.org (Postfix) with SMTP id 98D3737B50E for ; Sat, 14 Apr 2001 15:02:50 -0700 (PDT) (envelope-from otterr@telocity.com) Received: (cpmta 9370 invoked from network); 14 Apr 2001 15:02:49 -0700 Received: from dsl-216-227-91-85.telocity.com (HELO zoso) (216.227.91.85) by smtp.telocity.com (209.228.33.221) with SMTP; 14 Apr 2001 15:02:49 -0700 X-Sent: 14 Apr 2001 22:02:49 GMT From: "Otter" To: "'Daehyun Yoon'" , Subject: RE: NAT + Web server Date: Sat, 14 Apr 2001 17:54:42 -0400 Message-ID: <000301c0c52d$838b0460$1400a8c0@zoso> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG absolutely. man natd to see how to redirect the port (80 for http, by default). -Otter > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Daehyun Yoon > Sent: Saturday, April 14, 2001 5:30 PM > To: questions@freebsd.org > Subject: NAT + Web server > > > > Hi all, > > I have a FreeBSD 4.2 Machine with Cable Modem. I use NAT to > connect multiple machines to it. > My question is, is it possible to have one of the machines > in internal network to run a webserver that doesn't have > legitimate IP address? That is, if A is the firewall machine > with valid IP, and B is the one in internal network that > has 192.168.0.2 address, can I run web server on B and > have outside to connect to it? > Sorry about dumb question. I'd be grateful for your help. > If this question has been repeated many times before, could > you just point out where to look for? > Thank you very much. > > Dan > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 15: 3:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ralf.artlogix.com (sense-mcglk-240.oz.net [216.39.168.240]) by hub.freebsd.org (Postfix) with ESMTP id 68AAE37B440 for ; Sat, 14 Apr 2001 15:03:16 -0700 (PDT) (envelope-from mcglk@artlogix.com) Received: by ralf.artlogix.com (Postfix, from userid 1000) id CC7D01B9D69; Sat, 14 Apr 2001 15:03:05 -0700 (PDT) To: Ethicalmind@aol.com Cc: freebsd-questions@freebsd.org Subject: Re: Public Eye References: From: Ken McGlothlen Date: 14 Apr 2001 15:03:05 -0700 In-Reply-To: Ethicalmind@aol.com's message of "Thu, 12 Apr 2001 12:04:38 EDT" Message-ID: <873dbbf8bq.fsf@ralf.artlogix.com> Lines: 27 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ethicalmind@aol.com writes: | How could your organization support Yahoo! when they support pornography? Oh, I dunno. Because we support free speech? Because we don't want to interfere in someone else's life? Because the "support" is limited to allowing anyone to use FreeBSD? | The public does take notice. You know what I've noticed? I've noticed that any issue like this gets a lot of religious zealots to crawl out of the woodwork. | Don't you think it is time that we started standing up for human dignity and | changing back the clock to when integrity flourished? I think it's time we supported the rights of consenting adults to have the freedom to behave how they like, as long as it doesn't harm the person or property of another. | You have to ask yourself, what legacy will I leave for the next generation? Hopefully, a freer, less anally retentive one. | Will your legacy improve or degenerate society? Will yours? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 15: 9:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (dav34.law15.hotmail.com [64.4.22.91]) by hub.freebsd.org (Postfix) with ESMTP id 2DFDA37B422 for ; Sat, 14 Apr 2001 15:09:20 -0700 (PDT) (envelope-from want_2_learn_freebsd@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 14 Apr 2001 15:09:19 -0700 X-Originating-IP: [209.144.200.55] From: "Doug Wilson" To: References: Subject: Re: NAT + Web server Date: Sat, 14 Apr 2001 15:08:54 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: X-OriginalArrivalTime: 14 Apr 2001 22:09:19.0231 (UTC) FILETIME=[8D5ED0F0:01C0C52F] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, you can run a website like you suggest. All you'd need to do is forward port 80 (or whatever port you'd like) from your public machine to your nat'ed machine. I have this arrangement with web, mail(s), vnc, etc. Never got ftp to work though. I don't think ftp servers work though nat. However, I have done this with a linksys router, so I'm not sure of the steps with FreeBSD. Doug. ----- Original Message ----- From: "Daehyun Yoon" To: Sent: Saturday, April 14, 2001 2:30 PM Subject: NAT + Web server > > Hi all, > > I have a FreeBSD 4.2 Machine with Cable Modem. I use NAT to > connect multiple machines to it. > My question is, is it possible to have one of the machines > in internal network to run a webserver that doesn't have > legitimate IP address? That is, if A is the firewall machine > with valid IP, and B is the one in internal network that > has 192.168.0.2 address, can I run web server on B and > have outside to connect to it? > Sorry about dumb question. I'd be grateful for your help. > If this question has been repeated many times before, could > you just point out where to look for? > Thank you very much. > > Dan > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 15:12:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from istar.ca (d141-119-162.home.cgocable.net [24.141.119.162]) by hub.freebsd.org (Postfix) with ESMTP id D45ED37B449 for ; Sat, 14 Apr 2001 15:12:08 -0700 (PDT) (envelope-from genisis@istar.ca) Received: (from genisis@localhost) by istar.ca (8.11.1/8.11.1) id f3EMFcq13395; Sat, 14 Apr 2001 18:15:38 -0400 (EDT) (envelope-from genisis) Date: Sat, 14 Apr 2001 18:15:38 -0400 (EDT) From: Dru To: Eric Jacoboni Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Is the webmin port broken ? In-Reply-To: <864rvrmquo.fsf_-_@titine.fr.eu.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Eric, Check out the contents of /usr/local/etc/webmin The file miniserv.users has a list of the users webmin is willing to accept connections from; hopefully you'll know their passwords as those will show as encrypted. Also, did you build in SSL support? If this is what is messing it up, you can change the file miniserv.conf so the value ssl=3D0 instead of 1. I always upgrade webmin from within webmin itself and have never had a problem doing it that way. I've done this for the last 4 versions.=20 HTH, Dru On 14 Apr 2001, Eric Jacoboni wrote: > Hi, >=20 > I've updated my webmin port to 0.85_2 and, since then, i can't login to > webmin server.=20 >=20 > First of all, "make" complains about a bad checksum and i have to use=20 > NO_CHECKSUM=3Dyes option to build it. >=20 > After 'make install', i've done a /usr/local/lib/webmin/setup.sh, as > mentionned and i've used the default values. >=20 > A "ps ax" shows that miniserv.pl is running. >=20 > When i try to connect to the server, i get the login form but every > connection attempt fails (authentification failed). >=20 > Previous webmin version (0.84_4) was ok. Before installing the new > one, i've done a pkg_delete of the old one and rm -rf all related > directories. >=20 > Is there somebody here with a webmin 0.85_2 running ok ? > --=20 > =C9ric Jacoboni, n=E9 il y a 1290626111 secondes. >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 >=20 >=20 >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 15:13: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ralf.artlogix.com (sense-mcglk-240.oz.net [216.39.168.240]) by hub.freebsd.org (Postfix) with ESMTP id 1007137B449 for ; Sat, 14 Apr 2001 15:12:59 -0700 (PDT) (envelope-from mcglk@artlogix.com) Received: by ralf.artlogix.com (Postfix, from userid 1000) id AE5251B9D69; Sat, 14 Apr 2001 15:12:58 -0700 (PDT) To: freebsd-questions@freebsd.org Subject: Re: Public Eye References: <873dbbf8bq.fsf@ralf.artlogix.com> From: Ken McGlothlen Date: 14 Apr 2001 15:12:58 -0700 In-Reply-To: Ken McGlothlen's message of "14 Apr 2001 15:03:05 -0700" Message-ID: <87snjbdtat.fsf@ralf.artlogix.com> Lines: 2 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG (Arrrrrrgh. Sorry. I had MEANT to hit "R" instead of "F", and realized it about 50 microseconds after I hit the stupid send command. My stoopid.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 15:22:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bakabaka.bignet.net (bakabaka.bignet.net [64.79.64.12]) by hub.freebsd.org (Postfix) with ESMTP id EAD1D37B42C for ; Sat, 14 Apr 2001 15:22:47 -0700 (PDT) (envelope-from zettel@acm.org) Received: from acm.org (host171.64-79-90.bignet.net [64.79.90.171]) by bakabaka.bignet.net (8.9.3/8.9.3) with ESMTP id SAA13015; Sat, 14 Apr 2001 18:22:32 -0400 Message-ID: <3AD8CD98.B724298A@acm.org> Date: Sat, 14 Apr 2001 18:22:16 -0400 From: Leonard Zettel X-Mailer: Mozilla 4.75 [en] (Win95; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Reg , freebsd-questions@freebsd.org Subject: Re: resolv.conf overwrite References: <3AD51271.25615AEB@acm.org> <3AD51655.871D49A3@typhoon.co.jp> <3AD76BF3.C1772780@acm.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, this is a reply to my own post. Consider it a progress report on my understanding of the situation (and thanks to all who helped get me there). Leonard Zettel wrote: > > Reg wrote: > > > > Hello! > > > > My guess is that you're using DHCP? If so, then resolve.conf is > > overwritten at boot time to reflect the information given out by the DHCP > > server. > > > Yes, it looks like I am using DHCP. I have now studied the relevant > man pages. To continue on the elephant one bite at a time, given > that I will (for the indefinite future anyway) always be going > to another machine on my local network (192.168.0.185) to get to the net, > is it necessary (or a good idea) to use DHCP? No. (snip) > If I don't need DHCP, how do I turn it off? It is being turned on by the following line in the default /etc/rc.conf supplied with the system: ifconfig_dc0="DHCP" Remove the line (note that you will have to supply some network information elsewhere). (more snip) -LenZ- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 15:28:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rknebel.uplink.net (rknebel.uplink.net [209.173.88.243]) by hub.freebsd.org (Postfix) with ESMTP id C66E837B424 for ; Sat, 14 Apr 2001 15:28:50 -0700 (PDT) (envelope-from rknebel@uplink.net) Received: from [192.168.1.2] (mac.uplink.net [192.168.1.2]) by rknebel.uplink.net (8.11.1/8.11.1) with ESMTP id f3EMRhT49774 for ; Sat, 14 Apr 2001 18:27:45 -0400 (EDT) (envelope-from rknebel@uplink.net) Mime-Version: 1.0 X-Sender: rknebel@rknebel.uplink.net Message-Id: Date: Sat, 14 Apr 2001 18:27:04 -0400 To: questions@freebsd.org From: Rick Knebel Subject: file size Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there any limit to the size of an individual file on freebsd. I know on Linux it is 2 Gigs. Thanks Rick -- Rick Knebel rknebel@uplink.net http://members.tripod.com/~Rick_Knebel/ http://rknebel.uplink.net/~rknebel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 15:47:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.thebiz.net (mx1.thebiz.net [216.238.0.20]) by hub.freebsd.org (Postfix) with SMTP id 28D3937B50C for ; Sat, 14 Apr 2001 15:47:32 -0700 (PDT) (envelope-from marty@face2interface.com) Received: (qmail 23687 invoked from network); 14 Apr 2001 18:47:30 -0400 Received: from mail2.backend.thebiz.net (HELO mail2.thebiz.net) (172.16.0.129) by mx1.backend.thebiz.net with SMTP; 14 Apr 2001 18:47:30 -0400 Received: (qmail 24270 invoked by uid 0); 14 Apr 2001 18:47:28 -0400 Received: from unknown (HELO marty.face2interface.com) (216.238.72.249) by mail.ulster.net with SMTP; 14 Apr 2001 18:47:28 -0400 Message-Id: <5.0.2.1.0.20010414184620.00a11280@pop.ulster.net> X-Sender: marty@pop.ulster.net X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Sat, 14 Apr 2001 18:47:09 -0400 To: Dru From: Marty Landman Subject: Re: Question on FreeBsd Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: <5.0.2.1.0.20010414093316.00a00bb0@pop.ulster.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Dru, At Saturday 4/14/01 05:40 PM, you wrote: >Sounds like you may have a hardware problem. Yeah, that's what devmgr had said. >Do you get anything back from >this command: > >dmesg | grep CDROM No, nada, zip. >If not, your Cdrom is not being found at boot-up. Is it cabled as slave on >the primary or secondary channel, or is it master on the secondary? I think even I know how to figure that out cause I dealt with that on another box when installing a CDRW, but it won't be for a while. Then again I have no immediate need for the CDROM device either as I'll be installing Apache via PPP, just like how I installed the OS. My thought is to get Apache up and running, then go into the box and install a NIC two connect my BSD box to my two W95 boxes, so that'll be when I look at the ide cabling. And who knows, maybe by then I'll find a better old PC at a yard sale. :) >As for the floppy, you may find this helpful: > >http://www.oreillynet.com/pub/a/bsd/2000/07/05/FreeBSD_Basics.html Yes, thanks. This looks to be just what I needed to know to install Apache via the port. >There's an article in there as well if you need help setting up PPP. That's the other thing :-/ Funny how I had PPP working for me last week when doing the install, now can't figure it out. Nothing like taking copious notes, eh? (NOT) Thanks Dru, Marty Face 2 Interface Web Solutions Content Management Made SIMPL(tm) http://face2interface.com/Home/SIMPL.shtml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 15:52: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grumpy.dyndns.org (user-24-214-76-236.knology.net [24.214.76.236]) by hub.freebsd.org (Postfix) with ESMTP id A0FCB37B423 for ; Sat, 14 Apr 2001 15:51:57 -0700 (PDT) (envelope-from dkelly@grumpy.dyndns.org) Received: from localhost (localhost [127.0.0.1]) by grumpy.dyndns.org (8.11.3/8.11.3) with ESMTP id f3EMpuP66579; Sat, 14 Apr 2001 17:51:56 -0500 (CDT) (envelope-from dkelly@grumpy.dyndns.org) Message-Id: <200104142251.f3EMpuP66579@grumpy.dyndns.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Rick Knebel Cc: questions@FreeBSD.ORG Subject: Re: file size In-Reply-To: Message from Rick Knebel of "Sat, 14 Apr 2001 18:27:04 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 14 Apr 2001 17:51:56 -0500 From: David Kelly Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Rick Knebel writes: > Is there any limit to the size of an individual file on freebsd. > I know on Linux it is 2 Gigs. There is a standard answer for this somewhere in the archives as there is a limit to the size of a FreeBSD file. Its not the pathetic 2G that previous Linux filesystems have been limited to. Whatever FreeBSD's filesize limit is, I suspect nobody has ever reached it. Disk drives are not big enough yet. Not even combining with RAID. I'v casually pushed 6G to 15G files around in FreeBSD for years. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 16: 2: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shell.bchosting.com (shell.bchosting.com [64.69.68.35]) by hub.freebsd.org (Postfix) with ESMTP id E91E937B443 for ; Sat, 14 Apr 2001 16:02:04 -0700 (PDT) (envelope-from chris@selkie.org) Received: from localhost (chris@localhost) by shell.bchosting.com (8.11.0/8.11.0) with ESMTP id f3EN3ON97733; Sat, 14 Apr 2001 16:03:27 -0700 (PDT) (envelope-from chris@selkie.org) X-Authentication-Warning: shell.bchosting.com: chris owned process doing -bs Date: Sat, 14 Apr 2001 16:03:24 -0700 (PDT) From: Chris Phillips X-Sender: chris@shell.bchosting.com To: Rick Knebel Cc: questions@FreeBSD.ORG Subject: Re: file size In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This question was already asked and answered earlier today. Here is a quote from Andrew Hesford: > Okay, after posting my last response, I found this interesting tidbit of > information from http://www3.au.freebsd.org/FAQ/install.html: > > The maximum theoretical filesystem size limitation is 2 gigablocks. > Thus, with the default block size of 8K, this is 16TB. With a 4K block > size (this is the smallest possible, I think) this works out to 8TB. In > practice, there is a soft limit (I'm not sure what this means) of 1TB, > although modifications can yield 4TB filesystems, which do exist. > > The maximum file size on an FFS filesystem is approximately 1 > gigablocks, or half the maximum filesystem size. With the smallest > possible block size (4K), this means you have 4TB files, and with a > default 8K block size, you can get 8TB files. -Chris Phillips On Sat, 14 Apr 2001, Rick Knebel wrote: > Is there any limit to the size of an individual file on freebsd. > I know on Linux it is 2 Gigs. > > Thanks > Rick > -- > Rick Knebel > rknebel@uplink.net > http://members.tripod.com/~Rick_Knebel/ > http://rknebel.uplink.net/~rknebel > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 16: 7: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from jxmls04.se.mediaone.net (jxmls04.se.mediaone.net [24.129.0.51]) by hub.freebsd.org (Postfix) with ESMTP id 4131237B50B for ; Sat, 14 Apr 2001 16:07:01 -0700 (PDT) (envelope-from smnoldelinux@mediaone.net) Received: from mediaone.net (rr-163-52-118.atl.mediaone.net [24.163.52.118]) by jxmls04.se.mediaone.net (8.11.1/8.11.1) with ESMTP id f3EN0SX09768 for ; Sat, 14 Apr 2001 19:00:28 -0400 (EDT) Message-ID: <3AD8D800.F430E602@mediaone.net> Date: Sat, 14 Apr 2001 19:06:40 -0400 From: scott X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: [freebsd-questions] Can't MAKEDEV snd0 References: <3AD7C689.877A5C44@mediaone.net> <44n19jqjd4.fsf@lowellg.ne.mediaone.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, what led me to ask is that I cannot run the mixer: [root@bsd /dev]# ls -la mixer* lrwxrwxrwx 1 root wheel 6 Apr 13 23:32 mixer -> mixer0 crw-rw-rw- 1 root wheel 30, 0 Apr 13 23:32 mixer0 crw-rw-rw- 1 root wheel 30, 16 Apr 13 22:37 mixer1 [root@bsd /dev]# mixer mixer: /dev/mixer: Device not configured So then, how do I configure it? audio and dsp exist, but how do I configure the mixer? - Scott Lowell Gilbert wrote: > > smnoldelinux@mediaone.net (scott) writes: > > > I recently cvsup'd to 4-STABLE and rebuilt the world successfully - so I > > thought. > > > > After the reboot, I lost the /dev/snd0 and /dev/snd1 devices. When I do > > There *are* no such devices. > > > a 'sh MAKEDEV snd0' it looks as if the device is made, but isn't and no > > errors are reported. > > But you should have an audio0, dsp0, mixer0, etc., no? > > So far, you haven't indicated any actual problem. -- ----------- Scott Nolde ----------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 16:12:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f117.hotmail.com [216.32.181.117]) by hub.freebsd.org (Postfix) with ESMTP id E95C337B43F for ; Sat, 14 Apr 2001 16:12:07 -0700 (PDT) (envelope-from tnokker@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 14 Apr 2001 16:12:07 -0700 Received: from 213.237.75.178 by lw2fd.hotmail.msn.com with HTTP; Sat, 14 Apr 2001 23:12:07 GMT X-Originating-IP: [213.237.75.178] From: "Tommy Rump Andersen" To: freebsd-questions@freebsd.org Subject: compiling problems Date: Sat, 14 Apr 2001 23:12:07 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 14 Apr 2001 23:12:07.0950 (UTC) FILETIME=[53B3B2E0:01C0C538] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG getting this In file included from ../../dev/ata/ata-all.c:60: ../../isa/isavar.h:36: isa_if.h: No such file or directory mkdep: compile failed *** Error code 1 from this compiling file # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.20 2000/10/31 23:16:07 n_hibma Exp $ machine i386 #cpu I386_CPU #cpu I486_CPU #cpu I586_CPU cpu I686_CPU ident NOKKER maxusers 32 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols #options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking #options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required #options MSDOSFS #MSDOS Filesystem #options CD9660 #ISO 9660 Filesystem #options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=150 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O #device isa #device eisa device pci # Floppy drives #device fdc0 at isa? port IO_FD1 irq 6 drq 2 #device fd0 at fdc0 drive 0 #device fd1 at fdc0 drive 1 # ATA and ATAPI devices #device ata0 at isa? port IO_WD1 irq 14 #device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives #device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives #options ATA_STATIC_ID #Static device numbering options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers #device ahb # EISA AHA1742 family #device ahc # AHA2940 and onboard AIC7xxx devices #device amd # AMD 53C974 (Teckram DC-390(T)) #device isp # Qlogic family #device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets) #options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured #device adv0 at isa? #device adw #device bt0 at isa? #device aha0 at isa? #device aic0 at isa? #device ncv # NCR 53C500 #device nsp # Workbit Ninja SCSI-3 #device stg # TMC 18C30/18C50 # SCSI peripherals #device scbus # SCSI bus (required) #device da # Direct Access (disks) #device sa # Sequential Access (tape etc) #device cd # CD #device pass # Passthrough device (direct SCSI access) # RAID controllers interfaced to the SCSI subsystem #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID #device dpt # DPT Smartcache - See LINT for options! #device mly # Mylex AcceleRAID/eXtremeRAID # RAID controllers #device ida # Compaq Smart RAID #device amr # AMI MegaRAID #device mlx # Mylex DAC960 family #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse #device atkbdc0 at isa? port IO_KBD #device atkbd0 at atkbdc? irq 1 flags 0x1 #device psm0 at atkbdc? irq 12 #device vga0 at isa? # splash screen/screen saver #pseudo-device splash # syscons is the default console driver, resembling an SCO console #device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) #device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support #device card #device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 #device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports #device sio0 at isa? port IO_COM1 flags 0x10 irq 4 #device sio1 at isa? port IO_COM2 irq 3 #device sio2 at isa? disable port IO_COM3 irq 5 #device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port #device ppc0 at isa? irq 7 #device ppbus # Parallel port bus (required) #device lpt # Printer #device plip # TCP/IP over parallel #device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device tx # SMC 9432TX (83c170 ``EPIC'') #device vx # 3Com 3c590, 3c595 (``Vortex'') #device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device dc # DEC/Intel 21143 and various workalikes #device pcn # AMD Am79C79x PCI 10/100 NICs #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F #device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. #device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 #device ex #device ep #device fe0 at isa? port 0x300 # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. #device an # Xircom Ethernet #device xe # The probe order of these is presently determined by i386/isa/isa_compat.c. #device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 #device le0 at isa? port 0x300 irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 irq 10 drq 0 #device cs0 at isa? port 0x300 #device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support #pseudo-device sl 1 # Kernel SLIP #pseudo-device ppp 1 # Kernel PPP #pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling #pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! #pseudo-device bpf #Berkeley packet filter # USB support #device uhci # UHCI PCI->USB interface #device ohci # OHCI PCI->USB interface #device usb # USB Bus (required) #device ugen # Generic #device uhid # "Human Interface Devices" #device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse #device uscanner # Scanners # USB Ethernet, requires mii #device aue # ADMtek USB ethernet #device cue # CATC USB ethernet #device kue # Kawasaki LSI USB ethernet This machine is remoted via SSH, just for whom of you might be wondering about disabling the keyboard an so on :-) _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 16:45:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from borg-cube.com (226-193.adsl2.netlojix.net [207.71.226.193]) by hub.freebsd.org (Postfix) with ESMTP id 0FE9137B449; Sat, 14 Apr 2001 16:45:25 -0700 (PDT) (envelope-from dburr@borg-cube.com) Received: from drone (drone.collective.borg-cube.com [192.168.0.5]) by borg-cube.com (8.11.3/8.11.3) with SMTP id f3ENjN800763; Sat, 14 Apr 2001 16:45:23 -0700 (PDT) (envelope-from dburr@borg-cube.com) From: "Donald Burr" To: "FreeBSD Questions List" Cc: "FreeBSD Hardware List" Subject: FreeBSD compatible with Orinoco (WaveLAN) PCI->PCMCIA adapter? Date: Sat, 14 Apr 2001 16:45:36 -0700 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 IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anyone know if the FreeBSD PCMCIA and WaveLAN drivers will work with the Orinoco/WaveLAN PCI to PCMCIA adapter? I am talking about this device --> http://www.wavelan.com/template.html?section=m57&page=128&envelope=93 Please let me know, Thanks! (follow ups to hardware, please) Donald Burr of Borg | FreeBSD: The Power to Serve! WWW: http://www.borg-cube.com/ ICQ #16997506 | http://www.freebsd.org/ P.O. Box 91212, Santa Barbara, CA 93190-1212 \----------------------------- Phone: (805)957-9666 <<< ALL YOUR BASE ARE BELONG TO US >>> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 17:21:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bryden.apana.org.au (bryden.apana.org.au [203.3.126.129]) by hub.freebsd.org (Postfix) with ESMTP id 43E0B37B509 for ; Sat, 14 Apr 2001 17:21:32 -0700 (PDT) (envelope-from dougy@bryden.apana.org.au) Received: from kurley (matey.apana.org.au [203.3.126.134]) by bryden.apana.org.au (8.9.3/8.9.3) with SMTP id KAA23850; Sun, 15 Apr 2001 10:19:37 +1000 (EST) (envelope-from dougy@bryden.apana.org.au) Message-ID: <007401c0c541$3b78ea20$8683fea9@kurley> From: "Doug Young" To: "Beech Rintoul" , "G. Jason Middleton" , References: <01041319581500.41140@galaxy.anchoragerescue.org> Subject: Re: how to dial into my BSD box for internet access(re-worded) Date: Sun, 15 Apr 2001 10:15:42 +1000 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I think that handbook section only deals with terminal access. Man PPP covers the dialin server stuff quite well however. ----- Original Message ----- From: "Beech Rintoul" To: "G. Jason Middleton" ; Sent: Saturday, April 14, 2001 1:58 PM Subject: Re: how to dial into my BSD box for internet access(re-worded) > On Friday 13 April 2001 19:11, G. Jason Middleton wrote: > > SORRY FOR THE DUPE EMAIL (re-worded) > > > > OK i have comcast and i wanna dial into just a regular old 56k modem in > > one of my BSD boxes so that i can access the inet....basically just like > > you do when you dial into your ISP AOL, Mindspring etc etc. Except they > > have lots of modem banks. > > > > What do i need to do this? > > > > Have a good easter weekend! > > > > Regards, > > > > G. Jason Middleton > > You can start by going here: > > http://www.freebsd.org/handbook/dialup.html > > Good Luck > > Beech > ------------------------------------------------------------------- > Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org > /"\ ASCII Ribbon Campaign | Anchorage Gospel Rescue Mission > \ / - NO HTML/RTF in e-mail | P.O. Box 230510 > X - NO Word docs in e-mail | Anchorage, AK 99523-0510 > / \ ----------------------------------------------------------------- > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 17:23:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bryden.apana.org.au (bryden.apana.org.au [203.3.126.129]) by hub.freebsd.org (Postfix) with ESMTP id 0F2FF37B424 for ; Sat, 14 Apr 2001 17:23:40 -0700 (PDT) (envelope-from dougy@bryden.apana.org.au) Received: from kurley (matey.apana.org.au [203.3.126.134]) by bryden.apana.org.au (8.9.3/8.9.3) with SMTP id KAA23866; Sun, 15 Apr 2001 10:22:45 +1000 (EST) (envelope-from dougy@bryden.apana.org.au) Message-ID: <007801c0c541$a75fe680$8683fea9@kurley> From: "Doug Young" To: "G. Jason Middleton" , "Beech Rintoul" Cc: References: Subject: Re: how to dial into my BSD box for internet access(re-worded) Date: Sun, 15 Apr 2001 10:18:51 +1000 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ahhhhhh .... as I suspected If you can't make sense out of the quite good man ppp explanation, have a poke around the fairly explicit tutorial I did (based on man ppp plus a LOT of advice from Brian Somers) for permanent modem users of Apana at http://troll.apana.org.au/~freebsd/ ----- Original Message ----- From: "G. Jason Middleton" To: "Beech Rintoul" Cc: Sent: Saturday, April 14, 2001 2:16 PM Subject: Re: how to dial into my BSD box for internet access(re-worded) > close but no cigar > > I need to be able to surf theweb from say..a windows client...i ned to > establish a PPP connection be assigned an IP most likely a 192.168.0.... > since all my boxes get access to the internet from behind a NATD box with > a firewall. > > this seems as though it is gonna be more difficult then i expected.. > > > > On Fri, 13 Apr 2001, Beech Rintoul wrote: > > > On Friday 13 April 2001 19:11, G. Jason Middleton wrote: > > > SORRY FOR THE DUPE EMAIL (re-worded) > > > > > > OK i have comcast and i wanna dial into just a regular old 56k modem in > > > one of my BSD boxes so that i can access the inet....basically just like > > > you do when you dial into your ISP AOL, Mindspring etc etc. Except they > > > have lots of modem banks. > > > > > > What do i need to do this? > > > > > > Have a good easter weekend! > > > > > > Regards, > > > > > > G. Jason Middleton > > > > You can start by going here: > > > > http://www.freebsd.org/handbook/dialup.html > > > > Good Luck > > > > Beech > > ------------------------------------------------------------------- > > Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org > > /"\ ASCII Ribbon Campaign | Anchorage Gospel Rescue Mission > > \ / - NO HTML/RTF in e-mail | P.O. Box 230510 > > X - NO Word docs in e-mail | Anchorage, AK 99523-0510 > > / \ ----------------------------------------------------------------- > > > > > > > > > > > > > > > > > > > > > > > > G. Jason Middleton > > > ____________________________________________________________________________ ___ > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 17:33:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from localhost.cts.COM (cts21612089241.cts.com [216.120.89.241]) by hub.freebsd.org (Postfix) with ESMTP id 6ABFC37B42C for ; Sat, 14 Apr 2001 17:33:28 -0700 (PDT) (envelope-from heyjoe@localhost.cts.COM) Received: (from heyjoe@localhost) by localhost.cts.COM (8.11.0/8.11.0) id o3F0XlT22681 for freebsd-questions@freebsd.org; Wed, 14 Apr 2010 17:33:47 -0700 Date: Wed, 14 Apr 2010 17:33:47 -0700 From: Joe Heuring To: freebsd-questions@freebsd.org Subject: post installation: leaf node, nfs, ftp, ... Message-ID: <20100414173347.A21523@Joe H> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: Linux heyjoe 2.2.16-22 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just completed an ftp-install and am at the "User Confirmation Requested". My goal for this box is to make it a hobby webserver at home that does cgi and database stuff. Probably will not be an ftp server. I want it to be lean and secure. The first question asks if it will be a leaf node. After searching the FreeBSD site and Google, I still can not say exactly what a leaf node is, let alone if I want it. I know from previous installs that I'll be asked about NFS and the same applies. Can anyone point to some good basic reading on these. TIA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 17:37:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gargoyle.apana.org.au (gargoyle-xl0.apana.org.au [210.215.3.53]) by hub.freebsd.org (Postfix) with ESMTP id 1B12237B50E; Sat, 14 Apr 2001 17:37:29 -0700 (PDT) (envelope-from dougy@gargoyle.apana.org.au) Received: (from uucp@localhost) by gargoyle.apana.org.au (8.11.3/8.11.3) id f3F0e2V95914; Sun, 15 Apr 2001 10:40:02 +1000 (EST) (envelope-from dougy@gargoyle.apana.org.au) Received: from bryden.apana.org.au(203.3.126.129), claiming to be "kurley" via SMTP by gargoyle.apana.org.au, id smtpdU9KQSs; Sun Apr 15 10:39:46 2001 Message-ID: <00d401c0c543$932aa4a0$8683fea9@kurley> From: "Doug Young" To: "DrTebi" Cc: , References: <000701c0c53b$3d9cc340$c8e1b3d8@RAMBUS> Subject: Re: using serial port Date: Sun, 15 Apr 2001 10:32:16 +1000 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I think the device you need to use is either /dev/cuaa0 (COM1) or /dev/cuaa1 (COM2). FWIW, the "officially correct" place to ask technical questions of this nature is the freebsd-questions rather than freebsd-newbies so I've posted to both lists so I don't than incur the wrath of various experts :) ----- Original Message ----- From: "DrTebi" To: Sent: Sunday, April 15, 2001 9:32 AM Subject: using serial port > Hi, > I have a very basic setup: > Asus P2BD motherboard > generic CD-ROM > generic Floppy Drive > 8GB Maxtor HD > ATI Rage Pro > .... > > What I am trying to do is using the serial port connection (correct me if > I'm wrong, the connector next to the printer's parrallel port connector, > there's two) to connect to the serial port, or also called console port, on > a Cisco 1720 router. > > I am pretty lost, since I don't even know what program I would need to make > this connection. On Windoze systems there is a program called "Hyper > Terminal", which worked fine - but I want to use FreeBSD. > I figured the "minicom" application would be the one to use, and installed > it. > > Now, which device IS the serial port? /dev/sdi0? /dev/ttyd0? How do I > configure it through minicom? > > What do I have to do? > Please help! > > DrTebi > > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-newbies" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 17:43: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from truemetal.org (truemetal.org [206.168.16.97]) by hub.freebsd.org (Postfix) with SMTP id 1FF5F37B446 for ; Sat, 14 Apr 2001 17:43:05 -0700 (PDT) (envelope-from universe@truemetal.org) Received: (qmail 560 invoked by alias); 15 Apr 2001 00:39:09 -0000 Received: from unknown (HELO truemetal.org) (213.23.52.177) by truemetal.org with SMTP; 15 Apr 2001 00:39:09 -0000 Message-ID: <3AD8EDE3.2D62D935@truemetal.org> Date: Sun, 15 Apr 2001 02:40:03 +0200 From: universe X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: difference between ppp nat and natd. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi list, i've changed from a dial-up isdn to a pppoe adsl connection today. while i was successfully using isdn4bsd (isdnd) for the past few months i now had to switch to userland ppp because of the need for pppoe support. in conjunction with isdnd i also ran natd for the masqueraded machines in the private network (192.168.0.0/24) and a divert ipfw rule which worked just fine. now on to my question: what's the drawback when using natd in conjunction with userland ppp? the natd man page says: This program provides a Network Address Translation facility for use with divert(4) sockets under FreeBSD. It is intended for use with NICs - if you want to do NAT on a PPP link, use the -nat switch to ppp(8). during the past hours of experimenting with the new adsl connection i realized that the nat support of userland ppp seems not to be as reliable as natd. for instance, when playing several games one needs to specify the specific ip ports that the game needs for properly connecting, eg. a master game server, in "ppp.conf" in advance. there's a list of some games' that require this step: http://www.de.freebsd.org/FAQ/ppp.html#PPP-NAT-GAMES natd on the other side doesn't require this step, it obviously recognizes which tcp/udp packets are designated for which masqueraded machine behind the gateway that is running natd. or, to put an example: running counterstrike (halflife) on a win98 box with userland ppp nat doesn't work without setting the "nat port xyz" in "ppp.conf". the game works without any additional nat configuring (redirect port) when running natd, though. therefore i stopped using the nat support of userland ppp and switched back to using natd and everything seems to be working great so far, although the natd man page says natd shouldn't be run on a ppp link. why not? thanks, markus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 17:43:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from localhost.cts.COM (cts21612089241.cts.com [216.120.89.241]) by hub.freebsd.org (Postfix) with ESMTP id 9D5DB37B440 for ; Sat, 14 Apr 2001 17:43:38 -0700 (PDT) (envelope-from heyjoe@localhost.cts.COM) Received: (from heyjoe@localhost) by localhost.cts.COM (8.11.0/8.11.0) id o3F0i0322706 for freebsd-questions@freebsd.org; Wed, 14 Apr 2010 17:44:00 -0700 Date: Wed, 14 Apr 2010 17:44:00 -0700 From: Joe Heuring To: freebsd-questions@freebsd.org Subject: shells Message-ID: <20100414174400.B21523@Joe H> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: Linux heyjoe 2.2.16-22 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Out of pure curiosity I'm wondering why FreeBSD uses the C-shell as default. I have a quick tendency to switch to bash but shortly I expect to be working in the field so I'm wondering how much one would be expected to know the C-shell. With out knowing I would expect the C-shell to have a smaller foot print than bash (because it's older) and that maybe certain devices would prefer one shell over the other. But I have no idea really. Can anyone shed any light on this as to how much the C-shell is still and will be used? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 18: 0:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from h24-69-46-74.gv.shawcable.net (h24-69-46-74.gv.shawcable.net [24.69.46.74]) by hub.freebsd.org (Postfix) with ESMTP id 9B2A337B42C for ; Sat, 14 Apr 2001 18:00:22 -0700 (PDT) (envelope-from michael@tenzo.com) Received: from h24-69-46-74.gv.shawcable.net (localhost.gv.shawcable.net [127.0.0.1]) by h24-69-46-74.gv.shawcable.net (8.11.1/8.11.1) with SMTP id f3F12tN00695 for ; Sat, 14 Apr 2001 18:02:55 -0700 (PDT) (envelope-from michael@tenzo.com) Content-Type: text/plain; charset="iso-8859-1" From: "Michael O'Henly" Reply-To: michael@tenzo.com Organization: TENZO Design To: freebsd-questions@freebsd.org Subject: Problem setting up printer... Date: Sat, 14 Apr 2001 18:02:55 -0700 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01041418025500.00678@h24-69-46-74.gv.shawcable.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to troubleshoot the difficulty I'm having setting up printing under FreeBSD 4.2. An answer to this question would save me a lot of grief. ;-) I have a native Postscript printer (HP 4050) and I've created a simple Postscript test file using an example from the Handbook. The question is: if I'm able to print successfully this way... cat printerTest.ps > /dev/lpt0 ...does this rule out misconfiguration of the kernel? If so, then I'll concentrate on my config files. Thanks. M. -- Michael O'Henly TENZO Design To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 18: 0:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtprelay3.adelphia.net (smtprelay3.adelphia.net [64.8.25.8]) by hub.freebsd.org (Postfix) with ESMTP id 152D037B424 for ; Sat, 14 Apr 2001 18:00:31 -0700 (PDT) (envelope-from nturki@adelphia.net) Received: from adelphia.net ([24.50.186.158]) by smtprelay3.adelphia.net (Netscape Messaging Server 4.15) with ESMTP id GBT6SP00.PIC for ; Sat, 14 Apr 2001 21:00:25 -0400 Message-ID: <3AD8F357.1BB3E48D@adelphia.net> Date: Sat, 14 Apr 2001 21:03:19 -0400 From: Nader Turki X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD 4.3-RC3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi there, i tried installing FreeBSD 4.3-RC2 and RC3 and i got errors when i choose KDE. i get: Add of package kdesupport-2.1 aborted, error code 1- Please check the debug screen for more info. I got that error on both 4.3RC2 and RC3 trying to install using CD. I got the iso image from the ftp side. But later I installed the KDE using /stand/sysinstall and choosed FTP instead of CDROM. i just thought to let you know. thanks, nader p.s. any idea when 4.3-RELEASE will be out? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 18: 2:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from jason02.u.washington.edu (jason02.u.washington.edu [140.142.8.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CD4437B626 for ; Sat, 14 Apr 2001 18:02:51 -0700 (PDT) (envelope-from mhsmith@u.washington.edu) Received: from dante16.u.washington.edu (mhsmith@dante16.u.washington.edu [140.142.15.85]) by jason02.u.washington.edu (8.11.2+UW01.01/8.11.2+UW01.03) with ESMTP id f3F12nL29474 for ; Sat, 14 Apr 2001 18:02:50 -0700 Received: from localhost (mhsmith@localhost) by dante16.u.washington.edu (8.11.2+UW01.01/8.11.2+UW01.03) with ESMTP id f3F12nw80374 for ; Sat, 14 Apr 2001 18:02:49 -0700 Date: Sat, 14 Apr 2001 18:02:49 -0700 (PDT) From: Michael Smith To: Subject: Creating NFS install distributions Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I found all sorts of great information on how to install FreeBSD from an NFS export, but I can't figure out how to actually create the distribution. I want to make the distro from source. -Mike mhsmith@u.washington.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 18:18: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from localhost.cts.COM (cts21612089241.cts.com [216.120.89.241]) by hub.freebsd.org (Postfix) with ESMTP id 23FB637B50D for ; Sat, 14 Apr 2001 18:17:59 -0700 (PDT) (envelope-from heyjoe@localhost.cts.COM) Received: (from heyjoe@localhost) by localhost.cts.COM (8.11.0/8.11.0) id o3F1IKe22791 for freebsd-questions@freebsd.org; Wed, 14 Apr 2010 18:18:20 -0700 Date: Wed, 14 Apr 2010 18:18:20 -0700 From: Joe Heuring To: freebsd-questions@freebsd.org Subject: Re: post installation: leaf node, nfs, ftp, ... Message-ID: <20100414181820.D21523@Joe H> References: <20100414173347.A21523@Joe H> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20100414173347.A21523@Joe H>; from heyjoe@cts.com on Wed, Apr 14, 2010 at 05:33:47PM -0700 X-Operating-System: Linux heyjoe 2.2.16-22 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I sent that off a little to quick. As far as NFS goes, I know what it is but not if I want it. I would like some kind of easy back up routine -not sure if that applies, and not sure if something like Samba might be more desireable. Mostly I'm just concerned about the leaf node question though. --------------------------------- On Wed, Apr 14, 2010 at 05:33:47PM -0700, Joe Heuring wrote: > Just completed an ftp-install and am at the "User Confirmation Requested". > > My goal for this box is to make it a hobby webserver at home that does cgi and database stuff. Probably will not be an ftp server. I want it to be lean and secure. > > The first question asks if it will be a leaf node. After searching the FreeBSD site and Google, I still can not say exactly what a leaf node is, let alone if I want it. > > I know from previous installs that I'll be asked about NFS and the same applies. Can anyone point to some good basic reading on these. > > TIA > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 18:24:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13702.mail.yahoo.com (web13702.mail.yahoo.com [216.136.175.135]) by hub.freebsd.org (Postfix) with SMTP id D541637B42C for ; Sat, 14 Apr 2001 18:24:47 -0700 (PDT) (envelope-from bsd_ports@yahoo.com) Message-ID: <20010415012447.51843.qmail@web13702.mail.yahoo.com> Received: from [202.155.77.66] by web13702.mail.yahoo.com; Sat, 14 Apr 2001 18:24:47 PDT Date: Sat, 14 Apr 2001 18:24:47 -0700 (PDT) From: jayy sbastian Subject: Error to mount To: questions@FreeBSD.org In-Reply-To: <20010414203418.A48687@databits.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG anybody help.. i was set my /etc/ftsb like this: /dev/fd0 /floppy fd0.1440 rw 0 0 ...but i have error on mount_fd0.1440. what can i do? Thanks, __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 18:32: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from istar.ca (d141-119-162.home.cgocable.net [24.141.119.162]) by hub.freebsd.org (Postfix) with ESMTP id 4266D37B505 for ; Sat, 14 Apr 2001 18:31:58 -0700 (PDT) (envelope-from genisis@istar.ca) Received: (from genisis@localhost) by istar.ca (8.11.1/8.11.1) id f3F1ZT113744; Sat, 14 Apr 2001 21:35:29 -0400 (EDT) (envelope-from genisis) Date: Sat, 14 Apr 2001 21:35:29 -0400 (EDT) From: Dru To: jayy sbastian Cc: questions@FreeBSD.ORG Subject: Re: Error to mount In-Reply-To: <20010415012447.51843.qmail@web13702.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try this line instead: # Device Mountpoint FStype Options Dump Pass# /dev/fd0 /floppy msdos rw,noauto 0 0 then mkdir /floppy mount /floppy Make sure you have a floppy in the drive before you do the mount command. Don't forget to umount /floppy before trying to eject your floppy. Dru On Sat, 14 Apr 2001, jayy sbastian wrote: > anybody help.. > > i was set my /etc/ftsb like this: > > /dev/fd0 /floppy fd0.1440 rw 0 0 > > ...but i have error on mount_fd0.1440. > > what can i do? > > Thanks, > > __________________________________________________ > Do You Yahoo!? > Get email at your own domain with Yahoo! Mail. > http://personal.mail.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 19:12:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from localhost.cts.COM (cts21612089241.cts.com [216.120.89.241]) by hub.freebsd.org (Postfix) with ESMTP id A267437B43F for ; Sat, 14 Apr 2001 19:12:37 -0700 (PDT) (envelope-from heyjoe@localhost.cts.COM) Received: (from heyjoe@localhost) by localhost.cts.COM (8.11.0/8.11.0) id f3F2CeV23910 for freebsd-questions@freebsd.org; Sat, 14 Apr 2001 19:12:40 -0700 Date: Sat, 14 Apr 2001 19:12:40 -0700 From: Joe Heuring To: freebsd-questions@freebsd.org Subject: fixed clock Message-ID: <20010414191240.B23707@Joe H> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: Linux heyjoe 2.2.16-22 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My sympathy to all of you who have to look at my name from my previous messages at the end of your mail box. I have now adjusted the date on my box, and thank you to all who told me what time it is. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 19:29:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 7005437B443 for ; Sat, 14 Apr 2001 19:29:40 -0700 (PDT) (envelope-from DougB@DougBarton.net) Received: from DougBarton.net (master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id TAA34009; Sat, 14 Apr 2001 19:29:37 -0700 (PDT) (envelope-from DougB@DougBarton.net) Message-ID: <3AD90791.4CDA634C@DougBarton.net> Date: Sat, 14 Apr 2001 19:29:37 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Harkirat Singh Cc: freebsd-questions@FreeBSD.ORG, uwi@delfi.lv Subject: Re: FreeBSD 3.2-RELEASE References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Harkirat Singh wrote: > > I guess that my message was not clear that's why I am posting it once > again... It was totally clear, but in all likelihood no one replied because they don't have any information for you. You're much better off upgrading to the latest snapshot of FreeBSD 4. ftp://releng4.freebsd.org/pub/FreeBSD/snapshots/i386/ Good luck, Doug > I have a laptop running with subject mentioned release, I wanted > to get some files using "/stand/sysintall"(which got failed and hence I am > in this news group). > > I guess that none of the mirroe sites and even parent > site supports this release, because I was getting a warning message! > > Is there any way to get system files for FreeBSD 3.2-RELEASE from any ftp > site, **I have tried ftp.freebsd.org and all the other alternative sites > **, as I said above I was getting warning that this site does'nt support > the requested release, try some other freebsd site**. > > Happy Easter! > > Harkirat Singh > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Perhaps the greatest damage the American system of education has done to its children is to teach them that their opinions are relevant simply because they are their opinions. Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 19:38:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes03-hme0.telusplanet.net (fepout1.telus.net [199.185.220.236]) by hub.freebsd.org (Postfix) with ESMTP id 8038A37B423 for ; Sat, 14 Apr 2001 19:38:18 -0700 (PDT) (envelope-from tmchow@sfu.ca) Received: from CRX.sfu.ca ([209.53.63.29]) by priv-edtnes03-hme0.telusplanet.net (InterMail vM.4.01.03.10 201-229-121-110) with ESMTP id <20010415023818.CVW7520.priv-edtnes03-hme0.telusplanet.net@CRX.sfu.ca> for ; Sat, 14 Apr 2001 20:38:18 -0600 Message-Id: <5.0.2.1.2.20010414194232.025b3008@mail.geektank.org> X-Sender: tmchow@popserver.sfu.ca X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Sat, 14 Apr 2001 19:43:27 -0700 To: questions@freebsd.org From: Trevin Chow Subject: Not logging cron job? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm executing a particular script every 5 mins and I don't want it logged in /var/log/cron. Is there a way to specify *not* to log certain cron jobs? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 19:57:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from loki.giallarhorn.org (asgard.dslwan.toad.net [162.33.157.41]) by hub.freebsd.org (Postfix) with ESMTP id 1054837B43F for ; Sat, 14 Apr 2001 19:57:27 -0700 (PDT) (envelope-from technews@giallarhorn.org) Received: from MJOLNIR (mjolnir.giallarhorn.org [172.16.1.6]) by loki.giallarhorn.org (8.11.1/8.11.1) with SMTP id f3F3S2x01007 for ; Sat, 14 Apr 2001 23:28:03 -0400 (EDT) (envelope-from technews@giallarhorn.org) Message-ID: <001501c0c557$791379c0$060110ac@MJOLNIR> Reply-To: "Orville Pike" From: "Orville Pike" To: Subject: Install World Problem Date: Sat, 14 Apr 2001 22:54:51 -0400 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 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am getting the following error when i do a make installworld. I've re-tried with all combinations of the following: single user mode, sysctl -w kern.securitylevel=0, chflags noschg -L -R * in /usr/lib install -c -o root -g wheel -m 444 com_err.3.gz /usr/share/man/man3 ===> lib/libcom_err/doc install-info --quiet --defsection="Programming & development ools." --defentry="* libcom_err: (com_err). A Common Error Description Library for UNIX." com_err.info /usr/share/info/dir install -c -o root -g wheel -m 444 com_err.info.gz /usr/share/info ===> lib/libcrypt install -c -o root -g wheel -m 444 libscrypt.a /usr/lib install -c -s -o root -g wheel -m 444 -fschg libscrypt.so.2 /usr/lib install: /usr/lib/libscrypt.so.2: Operation not permitted *** Error code 71 Stop in /usr/src/lib/libcrypt. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. thanks ahead To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 20: 5:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from h24-69-46-74.gv.shawcable.net (h24-69-46-74.gv.shawcable.net [24.69.46.74]) by hub.freebsd.org (Postfix) with ESMTP id BC22D37B424 for ; Sat, 14 Apr 2001 20:05:45 -0700 (PDT) (envelope-from michael@tenzo.com) Received: from h24-69-46-74.gv.shawcable.net (localhost.gv.shawcable.net [127.0.0.1]) by h24-69-46-74.gv.shawcable.net (8.11.1/8.11.1) with SMTP id f3F38H200587 for ; Sat, 14 Apr 2001 20:08:17 -0700 (PDT) (envelope-from michael@tenzo.com) Content-Type: text/plain; charset="iso-8859-1" From: "Michael O'Henly" Reply-To: michael@tenzo.com Organization: TENZO Design To: freebsd-questions@freebsd.org Subject: Printer madness... Date: Sat, 14 Apr 2001 20:08:17 -0700 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01041420081700.00431@h24-69-46-74.gv.shawcable.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi... I'm trying to set up printing with FreeBSD 4.2 and an HP LaserJet 4050 connected to the parallel port. I've been following the procedure in the Handbook -- but I'm having some trouble... Here's what I've done so far: 1. Compiled a new kernel with these options: # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt0 # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device device vpo # Requires scbus and da (As you can see, there are options enabled that I don't need. My approach so far has been to get the basic services running, then go back and turn off the things I don't need.) 2. When I do 'dmesg | grep lpt' I get this: lpt0: on ppbus0 lpt0: Interrupt-driven port 3. I've done '/dev/MAKEDEV lpt0' and checked to make sure it worked: # ls -asl /dev/lpt* 0 crw------- 1 root wheel 16, 0 Apr 14 19:23 /dev/lpt0 0 crw------- 1 root wheel 16, 1 Apr 12 15:05 /dev/lpt1 0 crw------- 1 root wheel 16, 2 Apr 12 15:05 /dev/lpt2 4. Tested communication to printer by printing a test Postscript file: # cat testPrinter.ps > /dev/lpt0 No problems with this. 5. Created the following /etc/printcap entry: lp|hp4050|HP LaserJet 4050:\ :sh:\ :lp=/dev/lpt0:\ :sd=/var/spool/lpd/lp:\ :lf=/var/log/lp-errs:\ :if=/usr/local/libexec/psif:\ :df=/usr/local/libexec/psdf:\ :tf=/usr/local/libexec/pstf: FWIW, I've tested the following pared-down version as well (with identical results): lp:\ :sh:\ :lp=/dev/lpt0:\ sd=/var/spool/lpd/lp: 6. Made a spooling directory and made it private to the print daemon: # mkdir /var/spool/lpd/lp # chmod 770 /var/spool/lpd/lp 7. Installed and made executable some print filters. (Note that I've tested without filter entries in /etc/printcap and had identical resutls.) 8. Added to /etc/rc.conf: lpd_enable="YES" 9. Rebooted. 10. At this point, tests like "lptest 20 5 | lpr -Plp" and even just 'lpr' result in 'lpr: lp: unknown printer '. I'm stumped. Any advice? Thanks. M. -- Michael O'Henly TENZO Design To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 21:14:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail18.sdc1.sfba.home.com (femail18.sdc1.sfba.home.com [24.0.95.145]) by hub.freebsd.org (Postfix) with ESMTP id 815B437B424 for ; Sat, 14 Apr 2001 21:14:35 -0700 (PDT) (envelope-from MichaelF219@home.com) Received: from cc1036857a ([24.178.178.191]) by femail18.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010415041434.YXBT26372.femail18.sdc1.sfba.home.com@cc1036857a> for ; Sat, 14 Apr 2001 21:14:34 -0700 Message-ID: <000a01c0c561$8bf0fd60$bfb2b218@bchgrv1.in.home.com> From: "Michael" To: Subject: I am having "StartX" screen problems in KDE, please respond ASAP Date: Sat, 14 Apr 2001 23:07:10 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C0C537.A2731CA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C0C537.A2731CA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have a GateWay Solo 5300 laptop, which I have installed FreeBSD = Desktop Edition on. Everything seems to work just fine, except when I = type startx, and attempt to go into my KDE desktop screen. I can only see about 1/2 of the screen, it is almost as if the screen is = zoomed into one corner, I have tried using Alt + Ctrl + -, but that = doesn't seem to work, and I have tried a few things with XF86, but the = monitor options don't seem to have an effect on it either, I am leaving = for vacation soon, So I would VERY much appericiate it if you could = respond to this asap. Thank You Michael Faulkner ------=_NextPart_000_0007_01C0C537.A2731CA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I have a GateWay Solo 5300 laptop, which I have = installed=20 FreeBSD Desktop Edition on. Everything seems to work just fine, except = when I=20 type startx, and attempt to go into my KDE desktop screen.
 
I can only see about 1/2 of the screen, it is almost = as if the=20 screen is zoomed into one corner, I have tried using Alt + Ctrl + -, but = that=20 doesn't seem to work, and I have tried a few things with XF86, but the = monitor=20 options don't seem to have an effect on it either, I am leaving for = vacation=20 soon, So I would VERY much appericiate it if you could respond to this=20 asap.
 
        =    =20             =    =20         Thank You
        =    =20             =    =20         Michael=20 Faulkner
------=_NextPart_000_0007_01C0C537.A2731CA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 21:18:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web1106.mail.yahoo.com (web1106.mail.yahoo.com [128.11.23.126]) by hub.freebsd.org (Postfix) with SMTP id 141E937B496 for ; Sat, 14 Apr 2001 21:18:16 -0700 (PDT) (envelope-from galen_sampson@yahoo.com) Received: (qmail 837 invoked by uid 60001); 15 Apr 2001 04:18:15 -0000 Message-ID: <20010415041815.836.qmail@web1106.mail.yahoo.com> Received: from [209.247.139.200] by web1106.mail.yahoo.com; Sat, 14 Apr 2001 21:18:15 PDT Date: Sat, 14 Apr 2001 21:18:15 -0700 (PDT) From: Galen Sampson Subject: Re: natd[232]: failed to write packet back (Permission denied) To: freebsd-questions@freebsd.org Cc: lowell@world.std.com, freebsd-stable@freebsd.org In-Reply-To: <44eluvqhxf.fsf@lowellg.ne.mediaone.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I had this problem after installing a make buildworld from 4/12. With "open" firewall rules in rc.conf. I realized that I had changed my rc.conf to only load specific interfaces instead of "auto". This meant that the loopback wasn't up. As soon as I brought the loopback up messages dissapeared. Hope this helps. Regards, Galen --- Lowell Gilbert wrote: > veldy@veldy.net ("Thomas T. Veldhouse") writes: > > > Apr 13 10:47:37 fuggle natd[232]: failed to write packet back (Permission > > denied) > > Apr 13 10:47:46 fuggle last message repeated 4 times > > Apr 13 10:47:47 fuggle su: veldy to root on /dev/ttyp0 > > Apr 13 10:47:58 fuggle natd[232]: failed to write packet back (Permission > > denied) > > Apr 13 10:48:31 fuggle last message repeated 3 times > > > > > > Can anybody explain what causes this? I have look through archive after > > archive and have found many many reports of this problem, but no solution. > > The closest I have come is a message that says to check the firewall rules > > to see what is blocking packets passed back from natd. This cannot be it > > because I have added rules after the natd divert to open everything and > this > > still occurs. > > That is *exactly* what causes this message. Check your rules again -- > and do it with 'ipfw l', not just by looking at your your firewall > configuration script, because the auto-incrementing numbering may not > have done quite what you expected. [I've made this mistake a number > of times.] > > Also, make sure that the "open everything" rule is numbered higher > than the divert rule. It won't work at all if they're at the same > number. > > If the machines behind the NAT are sharing the same public address as > the NAT machine itself, and you don't need them to accept connections > initiated from the outside Internet, then it should be perfectly > possible to set up your ipfw rules to avoid this. > > > Please help -- this fills logs and is a nuisance -- it has been a problem > > ever since at least 4.1.1. > > Sounds like it's not a -stable problem, then. Let's move this over to > -questions instead... > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 21:48:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx1out.umbc.edu (mx1out.umbc.edu [130.85.253.51]) by hub.freebsd.org (Postfix) with ESMTP id F1DBB37B443 for ; Sat, 14 Apr 2001 21:48:35 -0700 (PDT) (envelope-from gmiddl1@gl.umbc.edu) Received: from irix2.gl.umbc.edu (gmiddl1@irix2.gl.umbc.edu [130.85.60.11]) by mx1out.umbc.edu (8.9.3/8.9.3) with ESMTP id AAA17244; Sun, 15 Apr 2001 00:48:23 -0400 (EDT) Date: Sun, 15 Apr 2001 00:48:22 -0400 From: "G. Jason Middleton" To: David Kelly Cc: Beech Rintoul , Subject: Re: how to dial into my BSD box for internet access(re-worded) In-Reply-To: <200104141826.f3EIQDP60106@grumpy.dyndns.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cuban all the way my friend...i did realize that after i sent you the email about no cigar! thanks for your help! G. Jason Middleton On Sat, 14 Apr 2001, David Kelly wrote: > "G. Jason Middleton" writes: > > close but no cigar > > > > I need to be able to surf theweb from say..a windows client...i ned to > > establish a PPP connection be assigned an IP most likely a 192.168.0.... > > since all my boxes get access to the internet from behind a NATD box with > > a firewall. > > > > this seems as though it is gonna be more difficult then i expected.. > > You just don't (yet) recognize a good cigar when you see one. > > First you have to get terminal access dial-in working. This is the best > way to debug your modems. You have to get the dial-in modem behaving > and automatically resetting and reconfiguring between calls. > > Then from within a shell login you could invoke pppd(8) on the command > line. That is, once you configure pppd. Expect the ppp(8) utility could > also be used but I never have. > > Or you could look into /usr/ports/comms/mgetty* and other techniques for > bypassing the login-to-shell stage. > > But first you need the text dial-in working. > > > -- > David Kelly N4HHE, dkelly@hiwaay.net > ===================================================================== > The human mind ordinarily operates at only ten percent of its > capacity -- the rest is overhead for the operating system. > > G. Jason Middleton _______________________________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 22:39:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cliff.mfn.org (cliff.mfn.org [204.238.179.8]) by hub.freebsd.org (Postfix) with ESMTP id 7844537B50D for ; Sat, 14 Apr 2001 22:39:25 -0700 (PDT) (envelope-from measl@mfn.org) Received: from greeves.mfn.org (greeves.mfn.org [204.238.179.3]) by cliff.mfn.org (8.11.1/8.9.3) with ESMTP id f3F5dD508794 for ; Sun, 15 Apr 2001 00:39:14 -0500 (CDT) (envelope-from measl@mfn.org) Date: Sun, 15 Apr 2001 00:39:13 -0500 (CDT) From: To: freebsd-questions@freebsd.org Subject: Promise ATA-66 [non-RAID] IDE controller Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Good Evening, I am having an odd issue with the "Ultra-66" IDE controller: this is *not* the one with RAID. On 4.2-R, this card is seen as a RAID card ("ar0"), and, accordingly, the O/S freaks out when trying to use it (PANIC). Is there some switch that can be set to prevent the O/S from attempting to use the [non-existent] RAID functionality? Thanks! (BTW: I am not subscribed, so please cc: any replies to me off-list - thanks!) -- Yours, J.A. Terranson sysadmin@mfn.org If Governments really want us to behave like civilized human beings, they should give serious consideration towards setting a better example: Ruling by force, rather than consensus; the unrestrained application of unjust laws (which the victim-populations were never allowed input on in the first place); the State policy of justice only for the rich and elected; the intentional abuse and occassionally destruction of entire populations merely to distract an already apathetic and numb electorate... This type of demogoguery must surely wipe out the fascist United States as surely as it wiped out the fascist Union of Soviet Socialist Republics. The views expressed here are mine, and NOT those of my employers, associates, or others. Besides, if it *were* the opinion of all of those people, I doubt there would be a problem to bitch about in the first place... -------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 23:16:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 9895737B423 for ; Sat, 14 Apr 2001 23:16:33 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f3F6GUk26695; Sat, 14 Apr 2001 23:16:30 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: , Subject: RE: Printer madness... Date: Sat, 14 Apr 2001 23:16:29 -0700 Message-ID: <000001c0c573$9bc40680$1401a8c0@tedm.placo.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.3155.0 In-Reply-To: <01041420081700.00431@h24-69-46-74.gv.shawcable.net> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The /etc/printcap file needs to be _exactly_ correct, and I mean exact - one wrong character and it won't work. While the first printcap entry that you showed _looks_ correct, did you by any chance use spaces in front of the :sh:\ and other lines? This should be a _single_ tab character. As far as the _second_ entry, the problem there is that you have no leading colon in front of the sd= line. I suggest that you start with the second entry (ie: printcap entry without filters) and correct the missing leading colon, and as well make sure there are no trailing spaces after the \ at the end of the line, also make sure there's no other entries in the printcap, not even a trailing blank line at the end of the file. Get that working then start fiddling with filters. The out-of-the-box FreeBSD installation has /etc/printcap all set up for printing the lp printer out of the parallel port. If you made a backup of this file before starting to edit the printcap file, then try that. If you didn't - well then consider that a lesson for the future, and go over the existing /etc/printcap with a fine-toothed comb. The printing chapter of my book is up on Daemonnews - you might want to read it. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Michael O'Henly >Sent: Saturday, April 14, 2001 8:08 PM >To: freebsd-questions@FreeBSD.ORG >Subject: Printer madness... > > >Hi... > >I'm trying to set up printing with FreeBSD 4.2 and an HP LaserJet 4050 >connected to the parallel port. I've been following the procedure in the >Handbook -- but I'm having some trouble... > >Here's what I've done so far: > >1. Compiled a new kernel with these options: > ># Parallel port >device ppc0 at isa? irq 7 >device ppbus # Parallel port bus (required) >device lpt0 # Printer >device plip # TCP/IP over parallel >device ppi # Parallel port interface device >device vpo # Requires scbus and da > >(As you can see, there are options enabled that I don't need. My >approach so >far has been to get the basic services running, then go back and >turn off the >things I don't need.) > >2. When I do 'dmesg | grep lpt' I get this: > >lpt0: on ppbus0 >lpt0: Interrupt-driven port > >3. I've done '/dev/MAKEDEV lpt0' and checked to make sure it worked: > ># ls -asl /dev/lpt* >0 crw------- 1 root wheel 16, 0 Apr 14 19:23 /dev/lpt0 >0 crw------- 1 root wheel 16, 1 Apr 12 15:05 /dev/lpt1 >0 crw------- 1 root wheel 16, 2 Apr 12 15:05 /dev/lpt2 > >4. Tested communication to printer by printing a test Postscript file: > ># cat testPrinter.ps > /dev/lpt0 > >No problems with this. > >5. Created the following /etc/printcap entry: > >lp|hp4050|HP LaserJet 4050:\ > :sh:\ > :lp=/dev/lpt0:\ > :sd=/var/spool/lpd/lp:\ > :lf=/var/log/lp-errs:\ > :if=/usr/local/libexec/psif:\ > :df=/usr/local/libexec/psdf:\ > :tf=/usr/local/libexec/pstf: > >FWIW, I've tested the following pared-down version as well (with identical >results): > >lp:\ > :sh:\ > :lp=/dev/lpt0:\ > sd=/var/spool/lpd/lp: > >6. Made a spooling directory and made it private to the print daemon: > ># mkdir /var/spool/lpd/lp ># chmod 770 /var/spool/lpd/lp > >7. Installed and made executable some print filters. (Note that >I've tested >without filter entries in /etc/printcap and had identical resutls.) > >8. Added to /etc/rc.conf: > >lpd_enable="YES" > >9. Rebooted. > >10. At this point, tests like "lptest 20 5 | lpr -Plp" and even just 'lpr' >result in 'lpr: lp: unknown printer '. > >I'm stumped. Any advice? > >Thanks. > >M. > >-- >Michael O'Henly >TENZO Design > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 23:19:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 77E7C37B440 for ; Sat, 14 Apr 2001 23:19:13 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f3F6JAk26706; Sat, 14 Apr 2001 23:19:10 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Joe Heuring" , Subject: RE: shells Date: Sat, 14 Apr 2001 23:19:09 -0700 Message-ID: <000301c0c573$fba0bc60$1401a8c0@tedm.placo.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.3155.0 In-Reply-To: <20100414174400.B21523@Joe H> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Most of the core FreeBSD developers prefer the C shell. There's no real technical reason for their preference, they just like it better. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Joe Heuring >Sent: Wednesday, April 14, 2010 5:44 PM >To: freebsd-questions@FreeBSD.ORG >Subject: shells > > >Out of pure curiosity I'm wondering why FreeBSD uses the C-shell >as default. > >I have a quick tendency to switch to bash but shortly I expect to >be working in the field so I'm wondering how much one would be >expected to know the C-shell. > >With out knowing I would expect the C-shell to have a smaller foot >print than bash (because it's older) and that maybe certain >devices would prefer one shell over the other. But I have no idea >really. Can anyone shed any light on this as to how much the >C-shell is still and will be used? Thanks. > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 23:21:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from freeze.org (www.stelesys.com [208.177.187.226]) by hub.freebsd.org (Postfix) with ESMTP id 8964537B42C for ; Sat, 14 Apr 2001 23:21:35 -0700 (PDT) (envelope-from jim@freeze.org) Received: (from jim@localhost) by freeze.org (8.11.3/8.11.2) id f3F6LXj76989; Sun, 15 Apr 2001 02:21:33 -0400 (EDT) (envelope-from jim) X-Authentication-Warning: www.stelesys.com: Processed from queue /var/spool/alt_queue X-Authentication-Warning: www.stelesys.com: Processed by jim with -C /web/siteinfo/freeze/mail/sendmail.cf Date: Sun, 15 Apr 2001 02:21:33 -0400 (EDT) From: Jim Freeze X-X-Sender: To: Robert Clark Cc: Gunther Schadow , Subject: Re: Who's got the cheapest 100-BT Ethernet NIC? In-Reply-To: <20010409133901.A27019@darkstar.gte.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 9 Apr 2001, Robert Clark wrote: A while back I was looking for an inexpensive card. Someone said they used these cards and they worked well with freebsd. http://store.yahoo.com/i-market/10mbnetad1.html ========================================================= Jim Freeze jim@freeze.org --------------------------------------------------------- No comment at this time. http://www.freeze.org ========================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Apr 14 23:32:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from baku.host4u.net (baku.host4u.net [216.71.64.26]) by hub.freebsd.org (Postfix) with ESMTP id 580F437B449; Sat, 14 Apr 2001 23:32:30 -0700 (PDT) (envelope-from freebsddiary@baku.host4u.net) Received: (from freebsddiary@localhost) by baku.host4u.net (8.8.5/8.8.5) id BAA11145; Sun, 15 Apr 2001 01:07:03 -0500 Date: Sun, 15 Apr 2001 01:07:03 -0500 Message-Id: <200104150607.BAA11145@baku.host4u.net> From: Dan Langille To: freebsd-newbies@freebsd.org, freebsd-questions@freebsd.org Subject: The FreeBSD Diary: 2001-03-25 - 2001-04-14 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the mailing list archives and/or The FreeBSD Diary . These are the articles posted during this period: 7-Apr : Using smtp from remote locations Get access to your smtp via an ssh tunnel http://freebsddiary.org/smtp-remote.html?2 6-Apr : My travels with a computer packing, flying, selecting an ISP http://freebsddiary.org/travels.html?2 2-Apr : It's all true! Yes, part of yesterday's article was true... http://freebsddiary.org/alltrue.html?2 1-Apr : The Linux Diary What's going on here? http://freebsddiary.org/thelinuxdiary.html?2 30-Mar : qpopper with APOP Don't show your password when POP'ing http://freebsddiary.org/apop.html?2 28-Mar : IRC Hints Tips and hints for a happy IRC life... http://freebsddiary.org/irc.html?2 28-Mar : installing bind8 from ports You can use the port to upgrade the base install of bind http://freebsddiary.org/bind8-from-ports.html?2 27-Mar : Customizing Console Fonts Troy Bowman shows us how http://freebsddiary.org/console-fonts.html?2 25-Mar : Introduction to C++ API for mySQL Murat Balaban shows us the way http://freebsddiary.org/mysql-capi.html?2 -- Dan Langille - DVL Software Limited The FreeBSD Diary - http://freebsddiary.org/ - practical examples FreshPorts - http://freshports.org/ - the place for ports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message