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