From owner-freebsd-questions Sun Oct 17 0: 0:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (Postfix) with ESMTP id 3808A14C99 for ; Sun, 17 Oct 1999 00:00:14 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id XAA07197; Sat, 16 Oct 1999 23:59:44 -0700 (PDT) Date: Sat, 16 Oct 1999 23:59:44 -0700 (PDT) From: Annelise Anderson To: "Ronald F. Guilmette" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Some serious gripes about `fdisk' and also `booteasy'. In-Reply-To: <3113.940136717@monkeys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 16 Oct 1999, Ronald F. Guilmette wrote: > > In message , you w > rote: > > > > > > >On Sat, 16 Oct 1999, Ronald F. Guilmette wrote: > > > >> > >> This had bitten me twice now. > >> > >> Will whoever is supporting/maintaining the `fdisk' program *PLEASE* fix it > >> so that it displays some sort of a warning when the user is just about to > >> partition a SCSI drive for which the on/off status of BIOS address trans- > >> lation (for disks larger than 1GB) _cannot_ be automatically and properly > >> determined by fdisk itself? > > > >One piece of advice often given is to put a dos partition on the disk > >(it can be deleted during install if wish) to assist with determining > >the correct geometry. I've installed FreeBSD on probably a close to > >a dozen scsi hard drives and never had this problem. I didn't think > >bios address translation was relevant for scsi drives, in any case. > > > >Try the dos partition. > > Its too late now! > > Yes, if I had known about this trick _before_ got myself into trouble, > it would have been helpful. But I didn't, so it wasn't. > > But anyway, I shouldn't have to stoop to actually handling floppies that > contain... dare I say it... (yecch, gag) software from REDMOND WASHINGTON! > > (I always worry when _I_ have to come into physical contact with such things, > let alone bringing them into contact with my hard drives. I mean hey, I > don't want to get CONTAMINATED! Remember what happend to those people in > that Tokyo subway? This MS stuff is all really icky phoo as far as I'm > concerned. I'm not kidding. I don't like touching that stuff. It's like > a disease. It sticks to you, and its tuff to get off, even with a big green > bar of LAVA.) > > More to the point of course, I don't want to waste disk space for an MS-DOG > partition that I am *never* going to use. I told you you could delete it during the install, when it has already done its work. > > Even more to the point: This is (apparently) a known ``gotcha'', i.e. the > fact that the FreeBSD `fdisk' will guess wrong about the geometry of SCSI > drives and then blithely let you go thru a whole install process with NO > HOPE of ever being able to boot what you are installing. > > This is exactly the kind of place where it would be just polite to put up > the software equivalent of a big red flashing sign saying ``CAUTION! LAND > MINE AHEAD! WATCH WHERE YOU STEP!'' As I recall there's some advice about this in install documentation, which is one reason to get the cdroms and print the stuff (and read it) before you install. That's what I did. But here's also a piece from the faq: Chapter 1. Installation Q: Which geometry should I use for a disk drive? A: (By the "geometry" of a disk, we mean the number of cylinders, heads and sectors/track on a disk - I'll refer to this as C/H/S for convenience. This is how the PC's BIOS works out which area on a disk to read/write from). This seems to cause a lot of confusion for some reason. First of all, the physical geometry of a SCSI drive is totally irrelevant, as FreeBSD works in term of disk blocks. In fact, there is no such thing as "the" physical geometry, as the sector density varies across the disk - what manufacturers claim is the "true" physical geometry is usually the geometry that they've worked out results in the least wasted space. For IDE disks, FreeBSD does work in terms of C/H/S, but all modern drives will convert this into block references internally as well. All that matters is the logical geometry - the answer that the BIOS gets when it asks "what is your geometry?" and then uses to access the disk. As FreeBSD uses the BIOS when booting, it's very important to get this right. In particular, if you have more than one operating system on a disk, they must all agree on the geometry, otherwise you will have serious problems booting! For SCSI disks, the geometry to use depends on whether extended translation support is turned on in your controller (this is often referred to as "support for DOS disks >1GB" or something similar). If it's turned off, then use N cylinders, 64 heads and 32 sectors/track, where 'N' is the capacity of the disk in MB. For example, a 2GB disk should pretend to have 2048 cylinders, 64 heads and 32 sectors/track. If it is turned on (it's often supplied this way to get around certain limitations in MSDOS) and the disk capacity is more than 1GB, use M cylinders, 63 sectors per track (*not* 64), and 255 heads, where 'M' is the disk capacity in MB divided by 7.844238 (!). So our example 2GB drive would have 261 cylinders, 63 sectors per track and 255 heads. If you are not sure about this, or FreeBSD fails to detect the geometry correctly during installation, the simplest way around this is usually to create a small DOS partition on the disk. The correct geometry should then be detected (and you can always remove the DOS partition in the partition editor if you don't want to keep it, or leave it around for programming network cards and the like). Alternatively, there is a freely available utility distributed with FreeBSD called ``pfdisk.exe'' (located in the tools subdirectory on the FreeBSD CDROM or on the various FreeBSD ftp sites) which can be used to work out what geometry the other operating systems on the disk are using. You can then enter this geometry in the partition editor. While I have some sympathy with your desire to be warned, modern computer operating systems are complex and it is difficult to anticipate everything a user might run into in the process of installation. I read some documents before I installed that made me aware that I needed to know a good deal about my hardware during the process, and I made some effort to find out about the geometry of scsi drive, all 575 megabytes of it, and got, from various sources, three different answers. The above was not available at the time. Annelise To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 0: 5:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from begemot.org (negara.cs.waikato.ac.nz [130.217.248.112]) by hub.freebsd.org (Postfix) with ESMTP id 669DC14D39 for ; Sun, 17 Oct 1999 00:05:31 -0700 (PDT) (envelope-from grog@lemis.com) Received: from mojave.worldwide.lemis.com (modem51.slip.waikato.ac.nz [130.217.97.150]) by begemot.org (8.9.3/8.9.2) with ESMTP id UAA16503; Sun, 17 Oct 1999 20:07:49 +1300 (NZDT) (envelope-from grog@lemis.com) Received: (grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.6.12) id TAA01149; Sun, 17 Oct 1999 19:58:46 +1300 (NZDT) Message-ID: <19991017195845.65410@mojave.worldwide.lemis.com> Date: Sun, 17 Oct 1999 19:58:45 +1300 From: Greg Lehey To: Ben Goodwin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Fw: 3.3R box crashing; need help debugging the crash References: <011201bf15ec$2d177380$6a477392@dsg.hamsterville.ultranet.com> <19991014130605.Y78191@freebie.lemis.com> <00a201bf185f$520089f0$6a477392@dsg.hamsterville.ultranet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <00a201bf185f$520089f0$6a477392@dsg.hamsterville.ultranet.com>; from Ben Goodwin on Sun, Oct 17, 1999 at 01:20:26AM -0400 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 17 October 1999 at 1:20:26 -0400, Ben Goodwin wrote: >> I don't see any results. If you had trouble getting them, you need to >> describe the trouble, not ignore the technique. > > I snipped them out in this message since I'd already posteed them and didn't > want to post a big msg again ... :-) You can leave out the original panic message if you have the dump, and the kernel config is not often of use. Extracts from the dmesg, on the other hand, would tell us something, for example which version of FreeBSD you're running. Don't expect me to go and look for your old messages, I don't have time for that. > I'll re-post them below ... > > BTW It's a pentium-II/400 in the new asus p3bf board, 128 mb ram, IDE disk > ... It doesn't any local X, tho I do use exceed against it ... I've had it > crash in single-user while moving some data around, too .. > I haven't figured out a sure-fire way to get it to crash, however.. So all > I can hope is that the data below will help shed some light .. The software info is more important than the hardware. > --- > #0 boot (howto=256) at ../../kern/kern_shutdown.c:285 > 285 dumppcb.pcb_cr3 = rcr3(); > (kgdb) back > #0 boot (howto=256) at ../../kern/kern_shutdown.c:285 > #1 0xc012da71 in panic (fmt=0xc01e4dc2 "page fault") > at ../../kern/kern_shutdown.c:446 > #2 0xc01b9c7e in trap_fatal (frame=0xc65e1ecc, eva=3217689216) > at ../../i386/i386/trap.c:942 > #3 0xc01b9937 in trap_pfault (frame=0xc65e1ecc, usermode=0, eva=3217689216) > at ../../i386/i386/trap.c:835 > #4 0xc01b9596 in trap (frame={tf_es = -966918128, tf_ds = -1071972336, > tf_edi = 0, tf_esi = -1066399468, tf_ebp = -966910184, > tf_isp = -966910220, tf_ebx = -1066399468, tf_edx = 0, > tf_ecx = -1077278080, tf_eax = 658048, tf_trapno = 12, tf_err = 0, > tf_eip = -1071938977, tf_cs = 8, tf_eflags = 66050, tf_esp > = -968018496, > tf_ss = 0}) at ../../i386/i386/trap.c:437 > #5 0xc01b825f in pmap_remove_pages (pmap=0xc64d3624, sva=0, eva=3217022976) > at ../../i386/i386/pmap.c:2913 This looks like a VM problem. > #6 0xc0127ad2 in exit1 (p=0xc64ce760, rv=0) at ../../kern/kern_exit.c:216 > #7 0xc01278e4 in exit1 (p=0xc64ce760, rv=-966910060) > at ../../kern/kern_exit.c:104 > #8 0xc01b9ec7 in syscall (frame={tf_es = 674234407, tf_ds = -1078001625, > tf_edi = 0, tf_esi = -1, tf_ebp = -1077946784, tf_isp = -966909980, > tf_ebx = 674186856, tf_edx = 0, tf_ecx = 136933376, tf_eax = 1, > tf_trapno = 0, tf_err = 2, tf_eip = 673931908, tf_cs = 31, > tf_eflags = 582, tf_esp = -1077946804, tf_ss = 39}) > ---Type to continue, or q to quit--- > at ../../i386/i386/trap.c:1100 > #9 0xc01af84c in Xint0x80_syscall () > Cannot access memory at address 0xbfbfd660. OK, the most important question now: which version of FreeBSD? Greg -- When replying to this message, please copy the original recipients. 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 Oct 17 0:14:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from monkeys.com (i180.value.net [206.14.136.180]) by hub.freebsd.org (Postfix) with ESMTP id 8A7A614CE9 for ; Sun, 17 Oct 1999 00:14:08 -0700 (PDT) (envelope-from rfg@monkeys.com) Received: from monkeys.com (localhost.value.net [127.0.0.1]) by monkeys.com (8.9.3/8.9.3) with ESMTP id AAA06401; Sun, 17 Oct 1999 00:14:32 -0700 To: Annelise Anderson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Some serious gripes about `fdisk' and also `booteasy'. In-reply-to: Your message of Sat, 16 Oct 1999 23:59:44 -0700. From: "Ronald F. Guilmette" Date: Sun, 17 Oct 1999 00:14:32 -0700 Message-ID: <6399.940144472@monkeys.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , you w rote: >But here's also a piece from the faq: Yes. I saw this _after_ the problem arose and this is what set me on the Right Path. > Q: Which geometry should I use for a disk drive? >... > All that matters is the logical geometry - the answer that the BIOS > gets when it asks "what is your geometry?" and then uses to access the > disk. As FreeBSD uses the BIOS when booting, it's very important to > get this right. In particular, if you have more than one operating > system on a disk, they must all agree on the geometry, otherwise you ^^^^^^^^^^^^^ > will have serious problems booting! ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >While I have some sympathy with your desire to be warned, >modern computer operating systems are complex and it is >difficult to anticipate everything a user might run into in >the process of installation. Oh I do agree, but in this case, the problem _was_ obviously anticipated... at least to the extent that it made it into the FAQ (as noted above). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 0:30:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from d02ka.fnal.gov (d02ka.fnal.gov [131.225.111.38]) by hub.freebsd.org (Postfix) with ESMTP id 8E5EE150AA for ; Sun, 17 Oct 1999 00:29:49 -0700 (PDT) (envelope-from johnzhou@d02ka.fnal.gov) Received: from localhost (johnzhou@localhost) by d02ka.fnal.gov (980427.SGI.8.8.8/980728.SGI.AUTOCF) via ESMTP id CAA80591 for ; Sun, 17 Oct 1999 02:29:41 -0500 (CDT) Date: Sun, 17 Oct 1999 02:29:40 -0500 From: John Zhou To: freebsd-questions@FREEBSD.org Subject: netscape 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 ports netscape-4.5 running, however I could not get connection to the outside world though my ppp connection to my ISP is good. Here is a little information that might be helpful: from /var/log/messages: Oct 17 01:46:48 solitaire /kernel: IP packet filtering initialized, divert enabled, rule-based forwarding disabled, logging disabled from /var/log/httpd-error.log: httpd: [Sun Oct 17 01:46:53 1999] [notice] Apache/1.3.4 (Unix) configured -- res uming normal operations httpd: [Sun Oct 17 01:46:56 1999] [crit] (48)Address already in use: make_sock: could not bind to port 80 from my /etc/rc.conf: hostname=solitaire.xxx.yyy network_interfaces="lo0 tun0" ifconfig_tun0= gateway_enable="YES" defaultrouter="aaa.bbb.ccc.ddd" # I snipped it here. firewall_enable="YES" firewall_type="open" natd_enable="YES" natd_interface="tun0" when I ping: bash-2.02$ ping www.freebsd.org PING freefall.FREEBSD.org (204.216.27.21): 56 data bytes 64 bytes from 204.216.27.21: icmp_seq=0 ttl=247 time=1448.760 ms 64 bytes from 204.216.27.21: icmp_seq=1 ttl=247 time=1480.374 ms 64 bytes from 204.216.27.21: icmp_seq=2 ttl=247 time=1550.215 ms but when I try to go to www.freebsd.org, netscape just bails out when the link could not establish in a certain amount of time. Could anyone help me debug the problem? Or at least point me to relavant places to investigate. Thanks a lot in advance. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 1:47:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from monsoon.mail.pipex.net (monsoon.mail.pipex.net [158.43.128.69]) by hub.freebsd.org (Postfix) with SMTP id A468014FB6 for ; Sun, 17 Oct 1999 01:47:37 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 889 invoked from network); 17 Oct 1999 08:47:35 -0000 Received: from userak63.uk.uudial.com (HELO marder-1.) (62.188.134.37) by smtp.dial.pipex.com with SMTP; 17 Oct 1999 08:47:35 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id JAA00659; Sun, 17 Oct 1999 09:47:27 +0100 (BST) (envelope-from mark) Date: Sun, 17 Oct 1999 09:47:27 +0100 From: Mark Ovens To: Annelise Anderson Cc: "Ronald F. Guilmette" , freebsd-questions@freebsd.org Subject: Re: Some serious gripes about `fdisk' and also `booteasy'. Message-ID: <19991017094727.B319@marder-1> References: <7377.940121847@monkeys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Oct 16, 1999 at 08:35:11PM -0700, Annelise Anderson wrote: > > > On Sat, 16 Oct 1999, Ronald F. Guilmette wrote: > > > > > This had bitten me twice now. > > > > Will whoever is supporting/maintaining the `fdisk' program *PLEASE* fix it > > so that it displays some sort of a warning when the user is just about to > > partition a SCSI drive for which the on/off status of BIOS address trans- > > lation (for disks larger than 1GB) _cannot_ be automatically and properly > > determined by fdisk itself? > > One piece of advice often given is to put a dos partition on the disk > (it can be deleted during install if wish) to assist with determining > the correct geometry. I've installed FreeBSD on probably a close to > a dozen scsi hard drives and never had this problem. I didn't think > bios address translation was relevant for scsi drives, in any case. > Neither did I. That's the main reason I moved to all-SCSI, it "just works", especially with *nix. None of these "only 4 devices", "1024 cyls/504MB/LBA", "can't have a CD as primary slave with a disk on secondary master" problems that IDE seems to be plagued with. I'd be interested in knowing the "truth" about this for future reference. > Try the dos partition. > > Annelise > > -- STATE-OF-THE-ART: Any computer you can't afford. OBSOLETE: Any computer you own. ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 3: 6:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from front6m.grolier.fr (front6m.grolier.fr [195.36.216.56]) by hub.freebsd.org (Postfix) with ESMTP id 3FAF114EC8 for ; Sun, 17 Oct 1999 03:06:12 -0700 (PDT) (envelope-from vons@iname.com) Received: from CYRIL (ppp-102-121.villette.club-internet.fr [194.158.102.121]) by front6m.grolier.fr (8.9.3/No_Relay+No_Spam_MGC990224) with ESMTP id MAA28073 for ; Sun, 17 Oct 1999 12:06:10 +0200 (MET DST) Message-Id: <4.2.1.10.19991017120419.00a9e638@mail.vons.local> X-Sender: vons@mail.vons.local (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.1.10 (Beta) Date: Sun, 17 Oct 1999 12:04:40 +0200 To: freebsd-questions@FreeBSD.ORG From: Gert-Jan Vons Subject: upgrade to FBSD3.3 on P166+ -> lower RC5 keyrate ? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all, my FBSD server (Cyrix P166+ rev 1.7) is running the rc5-64 client. Under FreeBSD 3.2-RELEASE, it ran at ~235KKeys/sec. Two days ago, I installed FreeBSD 3.3-RELEASE, and now my keyrate is down to ~165KKeys/sec. Since the machine's setup and kernel configuration didn't change at all, I wonder why this happens, what change between 3.2R and 3.3R could have caused this ? Note that a friend's system with a P166+ rev 1.6 (cache forced to write-through) used to run at ~150KKeys/sec under FBSD3.2, and he still sees the same rate after the upgrade... Does someone know what may be going on here ? TIA, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 3:20:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mho.net (smtp.mho.net [206.26.105.6]) by hub.freebsd.org (Postfix) with ESMTP id DA48D1506F for ; Sun, 17 Oct 1999 03:20:36 -0700 (PDT) (envelope-from tstewart@mho.net) Received: from onesimus ([206.156.104.207]) by smtp.mho.net (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with SMTP id net for ; Sun, 17 Oct 1999 04:20:35 -0600 Message-ID: <000801bf188b$8a9f26f0$cf689cce@onesimus> From: "Tom Stewart" To: Subject: Seriously Considering FreeBSD Date: Sun, 17 Oct 1999 04:36:57 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BF1859.3F1AF330" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BF1859.3F1AF330 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi! Under the "FreeBSD runs thousands of applications", the following blurb = is stated: "Software development. A suite of development tools comes with FreeBSD, = including the GNU C/C++ compiler and debugger and the Perl scripting = language. Java and Tcl/Tk development are also possible." Does FreeBSD comes with Java development tools or do I obtain them from = elsewhere? (Maybe Sun? or GNU?) Thank you, Tom Stewart tstewart@mho.net ------=_NextPart_000_0005_01BF1859.3F1AF330 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi!
 
Under the "FreeBSD runs thousands of applications", = the=20 following blurb is stated:
 
"Software development. A suite of development = tools=20 comes with FreeBSD, including the GNU C/C++ compiler and debugger and = the Perl=20 scripting language. Java and Tcl/Tk development are also = possible."
 
Does FreeBSD comes with Java development tools or do = I obtain=20 them from elsewhere? (Maybe Sun? or GNU?)

Thank you,
 
Tom Stewart
tstewart@mho.net
------=_NextPart_000_0005_01BF1859.3F1AF330-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 3:35:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kosmo.inet.no (kosmo.inet.no [195.139.68.1]) by hub.freebsd.org (Postfix) with SMTP id A53A215089 for ; Sun, 17 Oct 1999 03:35:12 -0700 (PDT) (envelope-from michaels@inet.no) Received: (qmail 4408 invoked from network); 17 Oct 1999 10:35:06 -0000 Received: from bastesen.inet.no (195.139.68.62) by kosmo.inet.no with SMTP; 17 Oct 1999 10:35:06 -0000 Received: (qmail 4825 invoked by user); 17 Oct 1999 10:35:04 -0000 Date: 17 Oct 1999 10:35:04 -0000 Message-ID: <19991017103504.19549.qmail@bastesen.inet.no> From: michaels@inet.no To: ludwigp@bigfoot.com Cc: freebsd-questions@freebsd.org Subject: Re: Problems with ICQ via NAT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Your redirect_port solution doesn't work if you're trying to communicate > with someone else behind a firewall. I've tried. ICQ seems to refuse to > even try. So I installed a SOCK5 Proxy. I had great success with Dante > v1.1.0-pre2 (http://www.inet.no/dante). Unfortunately, the 1.1.0 final > release version is worse with ICQ than NEC's socks5 proxy was. If anyone > wants 1.1.0-pre2, I can stick it on an FTP server. That's strange. Are you sure you did not just forget to change your rulefile (sockd.conf) when going to 1.1? The announcement for 1.1 included this: *** Incompatible changes compared to the previous release: - The addition of the "udpreply" command means you have to modify your existing server configfile to allow udppackets "back in" if you are allowing udppackets. It was also mentioned in the NEWS file, but unfortunately not emphasized at all there: o new command for socks-rules added: "udpreply". This is analogous to the "bindreply" command and replaces the old way of saying what addresses udppacket "replies" shall be allowed from. If something else is the problem, we'll try to fix it if someone lets us know. (I don't read this list so cc is in order for any reply.) -- _ // \X/ -- Michael Shuldman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 4:32:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pefstud.uniag.sk (pefstud.uniag.sk [193.87.98.4]) by hub.freebsd.org (Postfix) with ESMTP id 192EA14C22 for ; Sun, 17 Oct 1999 04:32:33 -0700 (PDT) (envelope-from kostal@pefstud.uniag.sk) Received: from localhost (kostal@localhost) by pefstud.uniag.sk (8.9.3/8.9.3) with ESMTP id NAA28394 for ; Sun, 17 Oct 1999 13:31:32 +0200 (CEST) (envelope-from kostal@pefstud.uniag.sk) Date: Sun, 17 Oct 1999 13:31:32 +0200 (CEST) From: Ladislav Kostal To: freebsd-questions@freebsd.org Subject: problems running etherboot 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, I have following problem: I would like to use diskless station with FreeBSD. It has 3com 3c905B NIC. I have tried etherboot, but without success. Building port and making floppy is ok, but after boot it hangs up at "Searching for server (BOOTP)." No packets are sent (tcpdump). It seems, that drivers in etherboot switches something wrong on card, because when I then boot win98 floppy with 3c90xcfg.exe, it prints error message (something about small throughput of bus) and test named "ethernet core loopback" fail in this config soft. Then I have to save new config to card and card works again. Have anyone such problem? It is not problem of computer or card, I have tried it on 2 others computers also equipped with 3c905B and card works using original PROM from 3com. It is very important for me, because I plan to build whole lab on diskless principle, so please help, if you could. Thanks much for any help Ladislav Kostal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 4:49:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mango.delix.de (mango.delix.de [193.102.185.11]) by hub.freebsd.org (Postfix) with ESMTP id 21E7014C22 for ; Sun, 17 Oct 1999 04:49:10 -0700 (PDT) (envelope-from bero@redhat.de) Received: by mango.delix.de (Postfix, from userid 1020) id 661F622420; Sun, 17 Oct 1999 13:49:09 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by mango.delix.de (Postfix) with SMTP id 121272241F for ; Sun, 17 Oct 1999 13:49:09 +0200 (MET DST) Date: Sun, 17 Oct 1999 13:49:08 +0200 (MET DST) From: Bernhard Rosenkraenzer X-Sender: bero@mango.delix.de Reply-To: Bernhard Rosenkraenzer To: freebsd-questions@freebsd.org Subject: FreeBSD crashes on Mobile Celeron (3.3-STABLE and 4.0-CURRENT) 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, FreeBSD (tried both 3.3-STABLE and 4.0-CURRENT) don't seem to work on Mobile Celeron 400 processors. Using the normal boot images, installation hangs before entering the config editor, after printing the line "". Aside from the CPU, there's nothing strange in the machine (Intel 440BX/ZX Host/PCI bridge, PIIX4 IDE+USB interface, ATI Mach64 VGA chipset, ESS Maestro 2E soundchip and some i82365 compatible PCMCIA chipset from Texas Instuments, 128 MB SDRAM, normal floppy drive, normal IDE harddisk and DVD-ROM). The same CD I tried to use installs without problems on "normal" computers, Linux installs on the notebook without problems (so it's probably not broken hardware). Any ideas? LLaP bero To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 4:53:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mango.delix.de (mango.delix.de [193.102.185.11]) by hub.freebsd.org (Postfix) with ESMTP id 43B8514C22 for ; Sun, 17 Oct 1999 04:53:48 -0700 (PDT) (envelope-from bero@redhat.de) Received: by mango.delix.de (Postfix, from userid 1020) id 97AA722420; Sun, 17 Oct 1999 13:53:38 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by mango.delix.de (Postfix) with SMTP id 46FDE2241F for ; Sun, 17 Oct 1999 13:53:38 +0200 (MET DST) Date: Sun, 17 Oct 1999 13:53:38 +0200 (MET DST) From: Bernhard Rosenkraenzer X-Sender: bero@mango.delix.de To: freebsd-questions@freebsd.org Subject: Cut-and-Paste'o in last message 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 last line being printed is Timecounter "i8254" frequency 1193182 Hz not "", of course. ;) LLaP bero To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 5: 4:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id E43D414C22 for ; Sun, 17 Oct 1999 05:04:31 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.0.4] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.032 #1) id 11cp37-000CE3-00; Sun, 17 Oct 1999 13:04:29 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.032 #1) id 11cp37-0000MO-00; Sun, 17 Oct 1999 13:04:29 +0100 Date: Sun, 17 Oct 1999 13:04:29 +0100 From: Ben Smithurst To: d e a t h Cc: freebsd-questions@freebsd.org Subject: Re: freebsd Message-ID: <19991017130429.A1284@strontium.scientia.demon.co.uk> References: <3808079F.C63BF116@metro.net> <86puyfz83e.fsf@localhost.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <86puyfz83e.fsf@localhost.hell.gr> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG d e a t h wrote: > Gallup writes: > >> The only problem is, I can't make the boot.flp file into a disk >> because it's too big for my 1.44 mb floppy disks. > > No, it's not... 1.44 * 1000 * 1024 = 1474560 > > It all fits. try it... In recent versions, this is not true. Boot.flp in recent versions *is* too big, it's 2.88MB. In this case, you should use both kern.flp and mfsroot.flp, each of which are 1.44MB. Boot from the kern.flp floppy, and insert the mfsroot one when asked to do so. -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 5:31:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web704.mail.yahoo.com (web704.mail.yahoo.com [128.11.23.24]) by hub.freebsd.org (Postfix) with SMTP id DAD9214E46 for ; Sun, 17 Oct 1999 05:31:17 -0700 (PDT) (envelope-from tienhuat_lee@yahoo.com) Message-ID: <19991017124535.7147.rocketmail@web704.mail.yahoo.com> Received: from [202.188.40.69] by web704.mail.yahoo.com; Sun, 17 Oct 1999 05:45:35 PDT Date: Sun, 17 Oct 1999 05:45:35 -0700 (PDT) From: TIENHUAT LEE 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 dear sir/madam: may i know is there any software/capability in freebsd that is equivalent to Linux IP-Masquerade -- only one phone line but can serve several client simutaneously. thanks. ===== __________________________________________________ Do You Yahoo!? Bid and sell for free at http://auctions.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 Oct 17 5:50:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web701.mail.yahoo.com (web701.mail.yahoo.com [128.11.23.21]) by hub.freebsd.org (Postfix) with SMTP id 4C1B614C12 for ; Sun, 17 Oct 1999 05:50:28 -0700 (PDT) (envelope-from tienhuat_lee@yahoo.com) Message-ID: <19991017130444.14007.rocketmail@web701.mail.yahoo.com> Received: from [202.188.40.69] by web701.mail.yahoo.com; Sun, 17 Oct 1999 06:04:44 PDT Date: Sun, 17 Oct 1999 06:04:44 -0700 (PDT) From: TIENHUAT LEE Subject: Re: your mail To: vazquez@iqm.unicamp.br, 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 Dear sir/madam: Amazing -- quickest reply in the world. thanks. But where to find documentation to know more detail about ppp? and I heard NATD is also capable of IP-MASQUERADING, right? --- Pedro A M Vazquez wrote: > |o|... Sun, Oct 17, 1999 at 05:45:35AM -0700, TIENHUAT LEE ...|o| > wrote: > > > > dear sir/madam: > > > > may i know is there any software/capability in freebsd that is > > equivalent to Linux IP-Masquerade -- only one phone line but can > > serve several client simutaneously. > > yes > with user ppp you just call > `ppp -alias' > and it does what you're looking for > > > > > thanks. > > > > > > ===== > > > > __________________________________________________ ===== __________________________________________________ Do You Yahoo!? Bid and sell for free at http://auctions.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 Oct 17 5:55:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from swiss.spanner.net (swiss.spanner.net [203.9.148.245]) by hub.freebsd.org (Postfix) with ESMTP id 442BC14C07 for ; Sun, 17 Oct 1999 05:55:09 -0700 (PDT) (envelope-from hobo@swiss.spanner.net) Received: from localhost (hobo@localhost) by swiss.spanner.net (8.9.3/8.8.7) with ESMTP id WAA28180 for ; Sun, 17 Oct 1999 22:46:51 +1000 Date: Sun, 17 Oct 1999 22:46:49 +1000 (EST) From: Daniel Young To: questions@freebsd.org Subject: issue for telnet 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, I have been real problems on getting a issue to work with telnet. By loading a file directly. Here is what I have in /etc/gettytab : default:\ :cb:ce:ck:lc:fd#1000:if=/etc/issue:sp#1200: I have changed the permissions on /etc/issue to 644. Also restarted init. Telnet in inetd has no extra functions loaded. I am running FreeBSD 3.2-RELEASE. If that helps. :) Thanks, - (DJY) Daniel James Young To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 6:17:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from buffy.tpgi.com.au (buffy.tpgi.com.au [203.12.160.34]) by hub.freebsd.org (Postfix) with ESMTP id B686114E46 for ; Sun, 17 Oct 1999 06:17:28 -0700 (PDT) (envelope-from marcd@tpg.com.au) Received: (from smtpd@localhost) by buffy.tpgi.com.au (8.9.3/8.9.3) id XAA27691 for ; Sun, 17 Oct 1999 23:17:27 +1000 Received: from adl-56k-182.tpgi.com.au(203.12.165.182), claiming to be "marcdods" via SMTP by buffy.tpgi.com.au, id smtpdRs1W1o; Sun Oct 17 23:17:24 1999 Message-ID: <000301bf18a1$a7900ca0$b6a50ccb@marcdods> Reply-To: "Marc Dodsworth" From: "Marc Dodsworth" To: Subject: Cannot mount root Panic Date: Sun, 17 Oct 1999 22:45:15 +0930 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I've just tried to install 3.2 from the Walnut Creek CD-ROM. The installation has gone fine but when I try to boot the system I get a panic that it can't mount root. Is this symptomatic of not having the root parition below the 1024th cylinder? The hard disk is a Seagate 9.1GB Ultra2Wide. The Parition edit says the drive has 1100 odd cylinders. My FreeBSD patition is the 3rd partition on the drive with the first 2 partitions taking up 4032Mb. Thankx Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 6:54:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 27AD814D19 for ; Sun, 17 Oct 1999 06:54:28 -0700 (PDT) (envelope-from bright@wintelcom.net) Received: from localhost (bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) with ESMTP id HAA23430; Sun, 17 Oct 1999 07:15:14 -0700 (PDT) Date: Sun, 17 Oct 1999 07:15:14 -0700 (PDT) From: Alfred Perlstein To: Tom Stewart Cc: freebsd-questions@FreeBSD.ORG Subject: Where is java? Re: Seriously Considering FreeBSD In-Reply-To: <000801bf188b$8a9f26f0$cf689cce@onesimus> 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, 17 Oct 1999, Tom Stewart wrote: > Hi! > > Under the "FreeBSD runs thousands of applications", the following > blurb is stated: > > "Software development. A suite of development tools comes with > FreeBSD, including the GNU C/C++ compiler and debugger and the Perl > scripting language. Java and Tcl/Tk development are also possible." > > Does FreeBSD comes with Java development tools or do I obtain > them from elsewhere? (Maybe Sun? or GNU?) Please set your mailer to wrap lines longer than 74 characters. We do have the JDK available, it's at: http://www.freebsd.org/java/ -Alfred Perlstein - [bright@rush.net|alfred@freebsd.org] Wintelcom systems administrator and programmer - http://www.wintelcom.net/ [bright@wintelcom.net] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 6:57:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id CB33A14D19 for ; Sun, 17 Oct 1999 06:57:28 -0700 (PDT) (envelope-from bright@wintelcom.net) Received: from localhost (bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) with ESMTP id HAA23466; Sun, 17 Oct 1999 07:18:10 -0700 (PDT) Date: Sun, 17 Oct 1999 07:18:10 -0700 (PDT) From: Alfred Perlstein To: TIENHUAT LEE Cc: vazquez@iqm.unicamp.br, freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <19991017130444.14007.rocketmail@web701.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 Sun, 17 Oct 1999, TIENHUAT LEE wrote: > Dear sir/madam: > > But where to find documentation to know more detail about ppp? http://www.freebsd.org/tutorials/ppp/index.html > > and I heard NATD is also capable of IP-MASQUERADING, right? yes, natd is more useful when the uplink is a hardline (ethernet). enjoy, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 6:59: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law-f306.hotmail.com [209.185.130.95]) by hub.freebsd.org (Postfix) with SMTP id C6B0914D19 for ; Sun, 17 Oct 1999 06:59:00 -0700 (PDT) (envelope-from julian18_@hotmail.com) Received: (qmail 19045 invoked by uid 0); 17 Oct 1999 13:59:00 -0000 Message-ID: <19991017135900.19044.qmail@hotmail.com> Received: from 202.188.180.211 by www.hotmail.com with HTTP; Sun, 17 Oct 1999 06:58:59 PDT X-Originating-IP: [202.188.180.211] From: "Julian Tan" To: freebsd-questions@FreeBSD.ORG Subject: Asking for Telephone, Fax no. and Address in Malaysia :) Date: Sun, 17 Oct 1999 06:58:59 PDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am from Malaysia, i want to buy a full set of Freebsb program. What is the Telephone,Fax no. and the address in Malayasia. Thank You :) ______________________________________________________ Get Your Private, Free Email 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 Oct 17 7:18:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 040C414A01 for ; Sun, 17 Oct 1999 07:17:58 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.0.4] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.032 #1) id 11cpCL-000CFM-00; Sun, 17 Oct 1999 13:14:01 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.032 #1) id 11cpCK-0000OI-00; Sun, 17 Oct 1999 13:14:00 +0100 Date: Sun, 17 Oct 1999 13:14:00 +0100 From: Ben Smithurst To: Marc Schneiders Cc: freebsd-questions@freebsd.org Subject: Re: telnetd: All network ports in use Message-ID: <19991017131400.B1284@strontium.scientia.demon.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Marc Schneiders wrote: > Box (386) running 3.3 RC. Telnet is not working. It is working on a > similar 386 box, with same version of FreeBSD installed. > Ttyp's are ok, they are there in /dev and I remade them, doing MAKEDEV > pty7. /etc/ttys is also ok. > I had set maxusers to 10, but increased that to 24. > > Telnet localhost and telnetting from another host give the same: > > Escape character is '^]'. > telnetd: All network ports in use. > Connection closed by foreign host. You probably need support for more PTYs in the kernel. Increase the number on the "pseudo-device pty" line in your kernel configuration, build and install the kernel, and reboot. You may need to build more device nodes (although I see you say you've done that). -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 7:28:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sanson.reyes.somos.net (freyes.static.inch.com [207.240.212.43]) by hub.freebsd.org (Postfix) with ESMTP id D02A514E21 for ; Sun, 17 Oct 1999 07:28:48 -0700 (PDT) (envelope-from fran@reyes.somos.net) Received: from tomasa (tomasa.reyes.somos.net [10.0.0.11]) by sanson.reyes.somos.net (8.9.3/8.9.3) with SMTP id KAA23720; Sun, 17 Oct 1999 10:26:14 -0400 (EDT) (envelope-from fran@reyes.somos.net) Message-Id: <199910171426.KAA23720@sanson.reyes.somos.net> From: "Francisco Reyes" To: "FreeBSD questions" Date: Sun, 17 Oct 1999 10:28:51 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.1998) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Permission denied when rebuilding locate db Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have moved creating of the locate database to /etc/periodic/daily. For a month or so it worked fine but lately the locate db has been zero bytes. When I look at the daily run output I see: Rebuilding locate database: find: .: Permission denied If I run the script by hand as root it works fine. /etc/crontab has the daily jobs run as root so I don't understand how it could work if run from the shell manually, but not from the daily run. find: .: Permission denied <== Is that saying that it had the permission denied from the current, ".", directory? What would be the "." directory? Neither /usr/sbin/periodic or /etc/periodic/daily/315.locate (the name I renamed it to) seem to change the directory. Any ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 7:46:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp5.jps.net (smtp5.jps.net [209.63.224.55]) by hub.freebsd.org (Postfix) with ESMTP id ED78714E21 for ; Sun, 17 Oct 1999 07:46:43 -0700 (PDT) (envelope-from hpollard@jps.net) Received: from jps.net (208-235-93-77.jfk.jps.net [208.235.93.77]) by smtp5.jps.net (8.9.3/8.9.0) with ESMTP id HAA25453; Sun, 17 Oct 1999 07:46:36 -0700 (PDT) Message-ID: <3809E159.23801687@jps.net> Date: Sun, 17 Oct 1999 10:46:49 -0400 From: Herbert M Pollard X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Marc Dodsworth Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Cannot mount root Panic References: <000301bf18a1$a7900ca0$b6a50ccb@marcdods> 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 a similar problem I have a ibm 13.5 gig ultra ata 66 drive with 3 primary partitions. The first is a 6 gig with win98. The second is a 1 gig with BeOS 4.5.2. The third is a 5+ gig with 3.3. I use Power Quest boot magic. The install appeared to go find; but after a reboot and selecting the freebsd partition it reads the hd then tries to read the floppy and then I get "read error" as a message. I am not sure if I need to make a boot floppy. During install at the partition editor I got a message stating that I was outside 1024 limit. Did you get any similar message? I didn't think scsi had that limitation. Herb Pollard Marc Dodsworth wrote: > > Hi > > I've just tried to install 3.2 from the Walnut Creek CD-ROM. The > installation has gone fine but when I try to boot the system I get a panic > that it can't mount root. > > Is this symptomatic of not having the root parition below the 1024th > cylinder? > > The hard disk is a Seagate 9.1GB Ultra2Wide. The Parition edit says the > drive has 1100 odd cylinders. My FreeBSD patition is the 3rd partition on > the drive with the first 2 partitions taking up 4032Mb. > > Thankx > > Marc > > 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 Oct 17 8: 4:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost2.dircon.co.uk (mailhost2.dircon.co.uk [194.112.32.66]) by hub.freebsd.org (Postfix) with ESMTP id 5B16914A03 for ; Sun, 17 Oct 1999 08:04:03 -0700 (PDT) (envelope-from tp-king@dircon.co.uk) Received: from bert (th-en133-116.pool.dircon.co.uk [194.112.53.116]) by mailhost2.dircon.co.uk (8.9.3/8.9.3) with SMTP id QAA16178 for ; Sun, 17 Oct 1999 16:04:02 +0100 (BST) Message-ID: <000901bf18b5$e23a9320$743570c2@bert> From: "Tracey" To: Subject: Date: Sun, 17 Oct 1999 16:40:03 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0006_01BF18BE.431BA000" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0006_01BF18BE.431BA000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable subscribe FreeBSD-questions ------=_NextPart_000_0006_01BF18BE.431BA000 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
subscribe=20 FreeBSD-questions
------=_NextPart_000_0006_01BF18BE.431BA000-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 8: 8:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sanson.reyes.somos.net (freyes.static.inch.com [207.240.212.43]) by hub.freebsd.org (Postfix) with ESMTP id 0C85F14C8A for ; Sun, 17 Oct 1999 08:08:15 -0700 (PDT) (envelope-from fran@reyes.somos.net) Received: from tomasa (tomasa.reyes.somos.net [10.0.0.11]) by sanson.reyes.somos.net (8.9.3/8.9.3) with SMTP id LAA23780; Sun, 17 Oct 1999 11:05:42 -0400 (EDT) (envelope-from fran@reyes.somos.net) Message-Id: <199910171505.LAA23780@sanson.reyes.somos.net> From: "Francisco Reyes" To: "freebsd-questions@FreeBSD.ORG" , "Tom Stewart" Date: Sun, 17 Oct 1999 11:08:16 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.1998) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="_=_=_=IMA.BOUNDARY.HTML_4862544=_=_=_" Subject: Re: Seriously Considering FreeBSD Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --_=_=_=IMA.BOUNDARY.HTML_4862544=_=_=_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Please don't send HTML messages.... >Does FreeBSD comes with Java development tools or do I obtain them from elsewhere? >(Maybe Sun? or GNU?) check www.freebsd.org/ports, in particular look at the Java section. Those are programs which you can easily get installed under FreeBSD as part of the ports system. For more about ports look at the documentation. In particular something called the "handbook". Also any Java based development tool will work under FreeBSD after you have installed the JDK. For instance I think Netbeans is Java based (i.e. it is a Java program). Don't recall the URL though. --_=_=_=IMA.BOUNDARY.HTML_4862544=_=_=_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Please don't send HTML messages....

>Does FreeBSD comes with Java development tools or do I obtain them from elsewhere?
>(Maybe Sun? or GNU?)

check www.freebsd.org/ports, in particular look at the Java section.
Those are programs which you can easily get installed under FreeBSD as part of the ports system.

For more about ports look at the documentation. In particular something called the "handbook".

Also any Java based development tool will work under FreeBSD after you have installed the JDK. For instance I think Netbeans is Java based (i.e. it is a Java program). Don't recall the URL though.


--_=_=_=IMA.BOUNDARY.HTML_4862544=_=_=_-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 8:23:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cask.force9.net (cask.force9.net [195.166.128.29]) by hub.freebsd.org (Postfix) with SMTP id C85AC14CB9 for ; Sun, 17 Oct 1999 08:23:14 -0700 (PDT) (envelope-from ric@sinclairassoc.force9.co.uk) Received: (qmail 9222 invoked from network); 17 Oct 1999 15:23:09 -0000 Received: from unknown (HELO sinclairassoc.force9.co.uk) (212.56.102.42) by cask.force9.net with SMTP; 17 Oct 1999 15:23:08 -0000 Message-ID: <3809E9D5.93A51BBB@sinclairassoc.force9.co.uk> Date: Sun, 17 Oct 1999 16:23:01 +0100 From: Richard Morte Organization: Sinclair Associates X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en-GB, en MIME-Version: 1.0 To: Mike Tancsa Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: Full or Half Duplex NICs References: <38090eec.852179679@mail.sentex.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Tancsa wrote: Mike, Thank you for your reply. I am not sure if the Hub (Netgear DS 108) supports Full Duplex - it may only support half. I have checked the docs that came with the hub, but it mentions nothing about full/half duplex. I guess I will have to wait till after the w/e to contact Tech Support @ Netgear to find out. If the hub does support Full duplex I will certainly give it a try. Regards, Ric > > On 16 Oct 1999 17:27:09 -0400, in sentex.lists.freebsd.questions you wrote: > > >I have a network configured with the Netgear FA310TX ethernet cards and > >Netgear 8 port hub. Cards are 10/100 and hub is 10/100 autosensing. On > >bootup both FreeBSD machines default to: > > > > media: 100BaseTX (half-duplex) > > > >Would there be any advantage in running the entire network at full > >duplex? If so, how do I specify this in ifconfig? > > If you can, run in full duplex, as you will practically have no collisions. > However, I dont know if you card's drivers support it. Typically, its done > with ifconfig. e.g. on the Intel cards, its > > ifconfig fxp0 media 100baseTX media-opt full-duplex > > ---Mike > Mike Tancsa (mdtancsa@sentex.net) > Sentex Communications Corp, > Waterloo, Ontario, Canada > "Given enough time, 100 monkeys on 100 routers > could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 8:41:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from logatome.micronet.fr (logatome-2.francenet.fr [193.149.96.2]) by hub.freebsd.org (Postfix) with ESMTP id 338F914CB9 for ; Sun, 17 Oct 1999 08:41:06 -0700 (PDT) (envelope-from e-masson@kisoft-services.com) Received: from kisoft-services.com (Nantes4.francenet.net [193.149.110.68]) by logatome.micronet.fr (8.8.8/8.8.8) with ESMTP id RAA20204; Sun, 17 Oct 1999 17:40:56 +0200 (CEST) Message-ID: <3809ADE1.395AA340@kisoft-services.com> Date: Sun, 17 Oct 1999 13:07:13 +0200 From: Eric MASSON Organization: Kisoft Services X-Mailer: Mozilla 4.6 [fr] (WinNT; I) X-Accept-Language: fr MIME-Version: 1.0 To: Gallup Cc: freebsd-questions@FreeBSD.ORG Subject: Re: freebsd References: <3808079F.C63BF116@metro.net> 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, Look at the readme in the floppies subdirectory, boot.flp is intented for 2,88 Mo floppies, you have to fdimage kern.flp and mfs.flp on 2 different floppies and then boot with kern floppy. This question has already been answered in this list, look in http://www.freebsd.org/search when encountering another problem and if information is irrelevant or incomplete post on this list. Regards Eric Gallup a écrit : > > I have downloaded freebsd off the ftp server. I need to now install > freebsd. From what I have gathered, I need to get the "floppies" and > create them with fdimage.exe. The only problem is, I can't make the > boot.flp file into a disk because it's too big for my 1.44 mb floppy > disks. How can I get the files for a boot disk so I can install > freebsd, or is there some installation file I can download? > Thanks, > Greg > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Any opinions expressed above | Murphy's Law Corollary : are my own, not Kisoft's | Murphy was an optimist. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 8:52:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from chicago.us.mensa.org (chicago.us.mensa.org [207.252.248.9]) by hub.freebsd.org (Postfix) with ESMTP id C9F2814DAF for ; Sun, 17 Oct 1999 08:52:21 -0700 (PDT) (envelope-from dangulo@chicago.us.mensa.org) Received: (from dangulo@localhost) by chicago.us.mensa.org (8.8.5/8.8.5) id KAA24395; Sun, 17 Oct 1999 10:53:54 -0500 (CDT) From: "David S. Angulo" Message-Id: <199910171553.KAA24395@chicago.us.mensa.org> Subject: Query To: aphor@ripco.com Date: Sun, 17 Oct 1999 10:53:54 -0500 (CDT) Cc: dangulo@chicago.us.mensa.org (David S. Angulo), freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4 PL25] 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 Jeremy, I sent you a message two weeks ago inquiring about FreeBSD usergroups or professionals. I did not get the courtesy of a reply. If you do not have a usergroup, then why do you have a web page? -- David S. Angulo dangulo@chicago.us.mensa.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 9: 5:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp4.erols.com (smtp4.erols.com [207.172.3.237]) by hub.freebsd.org (Postfix) with ESMTP id 2D08614DAF for ; Sun, 17 Oct 1999 09:05:08 -0700 (PDT) (envelope-from jhoblitz@erols.com) Received: from erols.com (207-172-207-112.s49.as6.blb.md.dialup.rcn.com [207.172.207.112]) by smtp4.erols.com (8.8.8/smtp-v1) with ESMTP id MAA14738 for ; Sun, 17 Oct 1999 12:05:06 -0400 (EDT) Message-ID: <3809F1AD.5FF5E92@erols.com> Date: Sun, 17 Oct 1999 11:56:29 -0400 From: Joann Hoblitz X-Mailer: Mozilla 4.5 [en]C-RR010799 (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: KERNEL Content-Type: multipart/mixed; boundary="------------7B65B0018160B7C1ADC369C0" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------7B65B0018160B7C1ADC369C0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi , I went to compile a kernel for my machine and I recieved a error that i do not understand. This is a sound problem for a Crystal Sound Card and I have attached the error and the lines from my kernel conf file.Thanks for your helpand a very stable OS. Silver(a.k.a-Chad) --------------7B65B0018160B7C1ADC369C0 Content-Type: text/plain; charset=us-ascii; name="error.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="error.txt" controller snd0 device css0 at isa? port 0x534 irq 5 drq 1 flags 0x08 device psm0 at isa? port ? tty irq 10 drq 1 flags 0x0 pseudo-device speaker error/usr/src/sys/compile/ODIN/../../i386/isa/sound/cs4232.c(.text+0x1ca): undefined reference to `probe_mpu401' /usr/src/sys/compile/ODIN/../../i386/isa/sound/cs4232.c(.text+0x1e5): undefined reference to `attach_mpu401' *** Error code 1 --------------7B65B0018160B7C1ADC369C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 9:16:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from phoenix.ea4els.ampr.org (92-MADR-X27.libre.retevision.es [62.82.37.92]) by hub.freebsd.org (Postfix) with ESMTP id 9355914C22 for ; Sun, 17 Oct 1999 09:16:28 -0700 (PDT) (envelope-from sjmudd@pobox.com) Received: from localhost (localhost [127.0.0.1]) by phoenix.ea4els.ampr.org (Postfix) with ESMTP id 8149D3903 for ; Sun, 17 Oct 1999 17:43:12 +0200 (CEST) Date: Sun, 17 Oct 1999 17:43:12 +0200 (CEST) From: Simon J Mudd To: freebsd-questions@freebsd.org Subject: mounting ext2 partitions on freebsd and freebsd slices on linux 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 familiar with linux, but not with freebsd. I've just installed 3.1 on my local IDE disk, having linux installed on a scsi disk with an adaptec 1522 controller. I'd like to be able to mount the freebsd partition/slices under linux while I configure freebsd. The linux mount man page doesn't seem to clear about how to mount the freebsd slices (I think that's what you call them). I see the freebsd partition under linux as /dev/hda1, and would like to be able to mount the various partitions/slices so I can see them under linux. Also when freebsd supports the adaptec 1522, which the 3.1 and 3.2 notes indicate will happen "in the future", how can I mount the linux partitions under freebsd? thanks again for what is a newbee question from someone who at least under linux doesn't feel like a newbee at all. Simon -- Simon J Mudd, Madrid SPAIN Tel: +34-91-408 4878 email: sjmudd@pobox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 9:16:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from phoenix.ea4els.ampr.org (92-MADR-X27.libre.retevision.es [62.82.37.92]) by hub.freebsd.org (Postfix) with ESMTP id 66AED15158 for ; Sun, 17 Oct 1999 09:16:13 -0700 (PDT) (envelope-from sjmudd@pobox.com) Received: from localhost (localhost [127.0.0.1]) by phoenix.ea4els.ampr.org (Postfix) with ESMTP id 1C4003901 for ; Sun, 17 Oct 1999 17:38:00 +0200 (CEST) Date: Sun, 17 Oct 1999 17:37:59 +0200 (CEST) From: Simon J Mudd To: freebsd-questions@freebsd.org Subject: Boca IOAT6 configuration? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've just installed 3.1 which I want to compare to Linux which I've been using since '94. FreeBSD is quite different to linux, so I'm a little lost, knowing what I want to do, but not how. I see Freebsd supports the Boca IOAT6 multi-port serial card. My modem is on linux /dev/ttyS17, IRQ 5, ioport 0x228-22F. What do I need to configure to have freebsd see this card? I've looked partially at the handbook, but don't seem to see this information. I am also unsure of whether this will require a recompilation of the kernel. Any pointers would be appreciated. Simon -- Simon J Mudd, Madrid SPAIN Tel: +34-91-408 4878 email: sjmudd@pobox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 9:25:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from merlins.force9.net (merlins.force9.net [195.166.128.23]) by hub.freebsd.org (Postfix) with SMTP id 2176E14A13 for ; Sun, 17 Oct 1999 09:25:22 -0700 (PDT) (envelope-from ric@sinclairassoc.force9.co.uk) Received: (qmail 5872 invoked from network); 17 Oct 1999 16:25:20 -0000 Received: from mayfly.plus.net.uk (HELO mayfly.force9.net) (195.166.128.28) by merlins.force9.net with SMTP; 17 Oct 1999 16:25:20 -0000 Received: (qmail 336 invoked from network); 17 Oct 1999 16:25:19 -0000 Received: from unknown (HELO sinclairassoc.force9.co.uk) (212.56.95.157) by mayfly.plus.net.uk with SMTP; 17 Oct 1999 16:25:19 -0000 Message-ID: <3809F85D.60239718@sinclairassoc.force9.co.uk> Date: Sun, 17 Oct 1999 17:25:01 +0100 From: Richard Morte Organization: Sinclair Associates X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en-GB, en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: DNS Implications for VHosts on Apache 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 have configured Apache 1.3.6 for name virtual hosts on an intranet. The domains are for clients' web pages during development. The web server delivers content to the network machines, but I have kludged my local DNS to get it working. rc.conf: (no problems here): network_interfaces="lo0 pn0 tun0" ifconfig_pno="inet 192.168.120.1 netmask 255.255.255.0" ifconfig_pno_alias0="inet 192.168.120.100 netmask 0xffffffff" # for Apache named.conf: (again, no problems here): <...usual stuff...> zone "local" in { type master; file "db.local"; notify no; }; <... more zones...> db.local: (I'm sure this isn't the right way to do it...): @ IN SOA local. root.local. ( usual stuff...) IN NS sparky.at.home. sparky IN A 192.168.120.100 www.client1.local. IN A 192.168.120.100 www.client2.local. IN A 192.168.120.100 <...etc...> httpd.conf: (and this seems OK): BindAddress 192.168.120.100 <> NameVirtualHost 192.168.120.100 ServerName www.client1.local <...additional vhost directives...> etc, for each client in turn. By using Name Virtual Hosting I can use just the one IP address on which Apache listens.For local network machines to resolve the URL enterd in the browser, DNS is set up as in db.local - but the FQDNs in that file effectively duplicate the same address. Running NSLINT seems to regard this as an error with "...already in use" messages. It also reports no PTR records - which is correct: there aren't any. But if I were to set up an in-addr.arpa file to resolve IP addresses to names, I can't see it working because the 1 IP address will resolve to multiple domain names. (I'm not sure what a browser would make of that - it would probable fall through the VH sections in httpd.conf and end up in the _default_ section). I would like to stick with name virtual hosting if I can (next stage is to use dynamically configured VH using the ``VirtualDocumentRoot /www/data/%0/htdocs'' directive, where %0 is a placeholder for the Server Name off the host: header). So, do I: a) forget name-virtual hosting and use lots of IP addresses /OR b) try using CNAMEs in DNS (but how about the PTRs) /OR c) forget about DNS, just add more entries to /ect/hosts (but then this has to be repeated on every client - this is not so good) /OR d) stick with what I've got - it works, so why worry /OR e) try something else? Can anyone suggest how best to proceed? How is this done in real-world situations? Regards, Ric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 10: 0:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dbasecentral.com (prod1.dbasecentral.com [205.243.161.30]) by hub.freebsd.org (Postfix) with ESMTP id 75CBB14CA1 for ; Sun, 17 Oct 1999 10:00:31 -0700 (PDT) (envelope-from ken@kyler.com) Received: from cheat (adsl-151-200-15-77.bellatlantic.net [151.200.15.77]) by dbasecentral.com (8.9.3/8.9.3) with SMTP id LAA31492 for ; Sun, 17 Oct 1999 11:57:41 -0500 From: "Ken Kyler" To: Subject: Firewalls for Morons Date: Sun, 17 Oct 1999 13:00:29 -0400 Message-ID: <000701bf18c1$1dc7a080$0200a8c0@cheat> 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 V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anyone have a good URL for firewall info? I just got my FreeBSD (3.1) box running and configured as an open firewall. The local net can't get out with it set to simple. I need a VERY simple description for the Unix challenged. I have read The Complete FreeBSD, the FreeBSD Diary, and the FAQ. Ken Kyler To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 10: 2: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.netaxs.com (mail.netaxs.com [207.8.186.26]) by hub.freebsd.org (Postfix) with ESMTP id 43AD014CA1 for ; Sun, 17 Oct 1999 10:01:58 -0700 (PDT) (envelope-from lafollet@netaxs.com) Received: from unix3.netaxs.com (mail@unix3.netaxs.com [207.8.186.5]) by mail.netaxs.com (8.8.7/8.8.5) with ESMTP id NAA20694 for ; Sun, 17 Oct 1999 13:01:56 -0400 (EDT) From: Paul LaFollette Received: (from lafollet@localhost) by unix3.netaxs.com (8.8.7/8.8.4) id NAA15459 for freebsd-questions@FreeBSD.ORG; Sun, 17 Oct 1999 13:01:55 -0400 (EDT) Message-Id: <199910171701.NAA15459@unix3.netaxs.com> Subject: ssh1 (config?) problem To: freebsd-questions@FreeBSD.ORG Date: Sun, 17 Oct 1999 13:01:54 -0400 (EDT) X-Mailer: ELM [version 2.4 PL25] Content-Type: text Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have three FreeBSD 3.2 or 3.3 systems under my direct control. I have ssh2 up and running happily on all three of them. I also need to interact with a number of other systems that I do not manage, one a Dec Alpha running its native unixoid thing, and the other a Sun of some sort running Solaris. Both have ssh1 daemons (old sshd) running. However, when I try to ssh1 to either of them, I get a message RSA key has too many bits for RSAREF to handle (max 1024). Trying to connect with the -v switch gives me (buried in 'mongst lots of other stuff) some lines that read: : Waiting for server public key. : Received server public key (1152 bits) and host key (1024 bits). : Host 'blah.foo.com' is known and matches the host key. : Initializing random; seed file /home/xyzzy/.ssh/random_seed RSA key hast too many bits for RSAREF to handle (max 1024). So... is this my problem? Is it the server's problem? Do I need something special in a config file? Do i need a different RSA library? Thanks for any help. (Just to give some positive feedback to whomever wants it, I've been using FreeBSD since before it was FreeBSD. I love it more with every release. I feel great satisfaction ever time I discover that the driver I contributed long ago for a piece of obsolete equipment is still part of the distribution. Thank you all for all the work you do to make this a lively and ever more wonderful project.) Paul L. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 10: 6:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id B322914CA1 for ; Sun, 17 Oct 1999 10:06:44 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id NAA09946; Sun, 17 Oct 1999 13:09:52 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910171709.NAA09946@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Permission denied when rebuilding locate db In-Reply-To: <199910171426.KAA23720@sanson.reyes.somos.net> from Francisco Reyes at "Oct 17, 1999 10:28:51 am" To: fran@reyes.somos.net (Francisco Reyes) Date: Sun, 17 Oct 1999 13:09:52 -0400 (EDT) Cc: questions@FreeBSD.ORG (FreeBSD questions) Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Francisco Reyes wrote, [Charset iso-8859-1 unsupported, filtering to ASCII...] > I have moved creating of the locate database to /etc/periodic/daily. > For a month or so it worked fine but lately the locate db has been zero bytes. > When I look at the daily run output I see: > > Rebuilding locate database: > find: .: Permission denied > > If I run the script by hand as root it works fine. > /etc/crontab has the daily jobs run as root so I don't understand how it could work if run from the shell > manually, but not from the daily run. If you look at the script, you will notice that the /usr/libexec/locate.updatedb command is actually run as 'nobody.' > find: .: Permission denied <== Is that saying that it had the permission denied from the current, ".", > directory? What would be the "." directory? Neither /usr/sbin/periodic or /etc/periodic/daily/315.locate > (the name I renamed it to) seem to change the directory. Well, the locate.310 script does a 'cd /', but that is not the problem. If you look at /usr/libexec/locate.updatedb, you will see that it also is just another shell script. And it calls, /usr/libexec/locate.mklocatedb, yet another script. You can look through those and possibly add some diagnostic output to see where it is dying. You also should search the mail archives. People have reported this type of problem before. I can't say for sure if they got it figured out or if you have the exact same problem, but it may be worth a shot. -- Crist J. Clark cjclark@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 Oct 17 10:20:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sanson.reyes.somos.net (freyes.static.inch.com [207.240.212.43]) by hub.freebsd.org (Postfix) with ESMTP id 041FC14CA1 for ; Sun, 17 Oct 1999 10:20:31 -0700 (PDT) (envelope-from fran@reyes.somos.net) Received: from tomasa (tomasa.reyes.somos.net [10.0.0.11]) by sanson.reyes.somos.net (8.9.3/8.9.3) with SMTP id NAA23984; Sun, 17 Oct 1999 13:17:58 -0400 (EDT) (envelope-from fran@reyes.somos.net) Message-Id: <199910171717.NAA23984@sanson.reyes.somos.net> From: "Francisco Reyes" To: "freebsd-questions@FreeBSD.ORG" , "Ken Kyler" Date: Sun, 17 Oct 1999 13:20:22 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.1998) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: Firewalls for Morons Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 17 Oct 1999 13:00:29 -0400, Ken Kyler wrote: >Anyone have a good URL for firewall info? I just got my FreeBSD (3.1) box >running and configured as an open firewall. The local net can't get out >with it set to simple. I need a VERY simple description for the Unix >challenged. Do you have Gateway set in /etc/rc.conf? You need: gateway_enable="YES" Can you get to the net from the FreeBSD box? Can the internal network computer(s) ping the FreeBSD box? What operation are you trying from the internal network and what is the error? If you are not running your own DNS do you have the name servers from your ISP listed in /etc/resolv.conf? Are the computers in the internal network refering to the FreeBSD box for DNS or referring to your ISPs name servers? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 10:32:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sanson.reyes.somos.net (freyes.static.inch.com [207.240.212.43]) by hub.freebsd.org (Postfix) with ESMTP id BE4BE14C14 for ; Sun, 17 Oct 1999 10:32:15 -0700 (PDT) (envelope-from fran@reyes.somos.net) Received: from tomasa (tomasa.reyes.somos.net [10.0.0.11]) by sanson.reyes.somos.net (8.9.3/8.9.3) with SMTP id NAA24008; Sun, 17 Oct 1999 13:29:43 -0400 (EDT) (envelope-from fran@reyes.somos.net) Message-Id: <199910171729.NAA24008@sanson.reyes.somos.net> From: "Francisco Reyes" To: "freebsd-questions@FreeBSD.ORG" , "Richard Morte" Date: Sun, 17 Oct 1999 13:32:07 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.1998) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: DNS Implications for VHosts on Apache Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 17 Oct 1999 17:25:01 +0100, Richard Morte wrote: ...Richard trying to use Virtual hosting in internal network.... I got lost with all the config files/setup info.. :-) My understanding of Virtual Hosts with Apache is that it looks at the URL the client sends and then interprets that. Having said that.... >a) forget name-virtual hosting and use lots of IP addresses /OR NOPE. >b) try using CNAMEs in DNS (but how about the PTRs) /OR I don't think you need PTRs for virtual hosting. Hopefully someone will correct me if I am wrong.. >c) forget about DNS, just add more entries to /ect/hosts (but then this >has to be repeated on every client - this is not so good) What are the clients in the internal network? Unix/Windows? If you have them working by hard coding the names in a host table then you have have the battle won. You only need to get your DNS fixe.d >d) stick with what I've got - it works, so why worry /OR >e) try something else? From your setup: sparky IN A 192.168.120.100 www.client1.local. IN A 192.168.120.100 www.client2.local. IN A 192.168.120.100 I believe a more appropiate setup would be to use Canonical names (CN), but I think both will do what you want. If this setup is working for you why are you trying to change it? ... And yes multiple entries for a single IP is how it is done. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 10:32:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cepheus.azstarnet.com (cepheus.azstarnet.com [169.197.56.195]) by hub.freebsd.org (Postfix) with ESMTP id 4514F14C14 for ; Sun, 17 Oct 1999 10:32:25 -0700 (PDT) (envelope-from sbcorey@azstarnet.com) Received: from dialup09ip021.tus.azstarnet.com (dialup002ip171.tus.azstarnet.com [169.197.14.171]) by cepheus.azstarnet.com (8.9.3+blt.Beta0/8.9.3) with ESMTP id KAA16232; Sun, 17 Oct 1999 10:32:15 -0700 (MST) Message-Id: <199910171732.KAA16232@cepheus.azstarnet.com> X-Sent-via: StarNet http://www.azstarnet.com/ X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199910171553.KAA24395@chicago.us.mensa.org> Date: Sun, 17 Oct 1999 10:44:10 -0700 (MST) From: sbcorey@azstarnet.com To: "David S. Angulo" Subject: RE: Query Cc: freebsd-questions@FreeBSD.ORG, aphor@ripco.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 17-Oct-99 David S. Angulo wrote: > Jeremy, > > I sent you a message two weeks ago inquiring about FreeBSD usergroups or > professionals. I did not get the courtesy of a reply. If you do not have a > usergroup, then why do you have a web page? > -- > > David S. Angulo > dangulo@chicago.us.mensa.org > > On the Home Page (.freebsd.org) under support is usergroups, however, since you cannot read I have sent this url for you. http://www.freebsd.org/support.html#user Just shows that common sense dosen't go with brains. > ain't teknolergy wunnerful? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 10:36:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand2.sentex.ca (sand2.sentex.ca [209.167.248.3]) by hub.freebsd.org (Postfix) with ESMTP id 867A714C14 for ; Sun, 17 Oct 1999 10:36:20 -0700 (PDT) (envelope-from mike@sentex.net) Received: from gravel (ospf-mdt.sentex.net [205.211.164.81]) by sand2.sentex.ca (8.8.8/8.8.8) with SMTP id NAA28647; Sun, 17 Oct 1999 13:31:08 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <4.1.19991017133016.04397b80@granite.sentex.ca> X-Sender: mdtancsa@granite.sentex.ca X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Sun, 17 Oct 1999 13:31:05 -0400 To: Richard Morte From: Mike Tancsa Subject: Re: Full or Half Duplex NICs Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <3809E9D5.93A51BBB@sinclairassoc.force9.co.uk> References: <38090eec.852179679@mail.sentex.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 11:23 AM 10/17/99 , Richard Morte wrote: >If the hub does support Full duplex I will certainly give it a try. Yes, the hub/switch must support it, otherwise enabling full duplex on the card will make things worse. ---Mike ********************************************************************** Mike Tancsa, Network Admin * mike@sentex.net Sentex Communications Corp, * http://www.sentex.net/mike Cambridge, Ontario * 01.519.651.3400 Canada * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 10:38:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 763EA14E32 for ; Sun, 17 Oct 1999 10:38:11 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id NAA10042; Sun, 17 Oct 1999 13:40:34 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910171740.NAA10042@cc942873-a.ewndsr1.nj.home.com> Subject: Re: IPFW question In-Reply-To: <000101bf1858$6da0b2e0$1e01a8c0@aurora1.co.home.com> from Paul Davis at "Oct 16, 1999 10:31:05 pm" To: pdavis99@home.com (Paul Davis) Date: Sun, 17 Oct 1999 13:40:34 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Paul Davis wrote, [Charset iso-8859-1 unsupported, filtering to ASCII...] > Hi there, I've got a little problem that I hope someone could help me with. > I'm running 3.3-Stable with ipfw running along with natd, two NIC cards one > to the outside world and the other connecting to a hub with a windows98 and > a SCO UnixWare 7 box. Firewall type is set to open for right now. The > problem I'm having is as soon as I started running ipfw I noticed a HUGH > amount of netbios udp packets being broadcast out to port 137 and 138 on > subnet 24.6.241.255 (for example there are a couple of other segments I > seem to be broadcasting to.) That network is apparently @Home in Virginia, and if your mail header is to be believed, you are on the 24.8.17.0/24 network of @Home in Texas. The physical separation of your sites does not bother me, but there is no reason broadcasts on the 24.6.241.0/24 net should be leaking into 24.8.17.0/24. If that is really happening, you should report it to the network admins. > I thought possibly I had some windows networking stuff turned on but I don't > have anything installed on the FreeBSD box that uses netbios, I have ports > 136-139 turned off in services and inetd.conf. If I disconnect my internal > network and reboot FreeBSD it still sends the packets. I tried setting up > packet filtering rules to kill out going packet to ports 136-139 but I'm not > getting the syntax right or something. The ipfw man page is not quite > helpful enough, I can't find much about ipfw in the handbook and the FAQ was > less than helpful. Wait, your FreeBSD box is spewing out these NetBIOS packets on its own? You _should_ see lots of NetBIOS trying to get in if we assume the majority of @Home users on your LAN are sporting WinBoxes. I would not expect packets trying to get out, even if your internal WinBoxes are hooked up (since you are using RFC 1918 addresses on that internal net, right?). The only reason I can think of for a FreeBSD box to be sending out NetBIOS packets is if it is running Samba or Sharity-Light. But you said you turned off all of the NetBIOS using facilities on the box. > Where can I find some good documentation on using ipfw or could some kind > soul help me with the syntax to kill packets going out to certain ports? > BTW I've tried to just deny all netbios packets but that seems to kill natd. > I don't know help....:) Killing NetBIOS packets should not do anything to NATd. To block NetBIOS from coming in or out from the Outside, # ipfw add deny ip from any 137-139 to any via # ipfw add deny ip from any to any 137-139 via Where is the name of your external interface. With this rule, you can still run Samba or Sharity-Light and have it work on your internal network. As for good documentation for using ipfw, there is the manpage, the rc.firewall script is well commented, the FreeBSD Handbook (http://www.freebsd.org/handbook/firewalls.html), and a many other websites from FreeBSD users, http://www.metronet.com/~pgilley/freebsd/ipfw/ http://www.freebsd.org/~jkb/howto.html -- Crist J. Clark cjclark@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 Oct 17 10:40: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bekool.com (ns2.netquick.net [216.48.34.2]) by hub.freebsd.org (Postfix) with ESMTP id CAC3914C28 for ; Sun, 17 Oct 1999 10:40:01 -0700 (PDT) (envelope-from trouble@hackfurby.com) Received: from angelsguardian.netquick.net ([199.72.47.239] helo=hackfurby.com ident=root) by bekool.com with esmtp (Exim 3.03 #1) id 11cuf6-000L9x-00; Sun, 17 Oct 1999 18:04:04 +0000 Message-ID: <380A1378.D1DA25D4@hackfurby.com> Date: Sun, 17 Oct 1999 13:20:40 -0500 From: TrouBle Reply-To: trouble@hackfurby.com X-Mailer: Mozilla 4.61 [en] (X11; U; OpenBSD 2.6 i386) X-Accept-Language: en MIME-Version: 1.0 To: Francisco Reyes Cc: "freebsd-questions@FreeBSD.ORG" , Richard Morte Subject: Re: DNS Implications for VHosts on Apache References: <199910171729.NAA24008@sanson.reyes.somos.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Virtual hosting expert here... first off PTr is not needed in DNS for vituals, it only helps if you use multiple ips... you cannot PTR one ip multiple times. you can actually get over 1000 virtual hosts on a single box, depending on hardware... but it can be done, and done securely also you can use multiple entries per ip address, or multiple ip addresses, or even multiple entries per multiple ip adresses, either way they all work, you only need correctly setup config files and correctly setup DNS with CN or CNAME recoreds and one PTR for each IP being the first virtual listed in the conf file. Francisco Reyes wrote: > On Sun, 17 Oct 1999 17:25:01 +0100, Richard Morte wrote: > > ...Richard trying to use Virtual hosting in internal network.... > > I got lost with all the config files/setup info.. :-) > My understanding of Virtual Hosts with Apache is that it looks at the URL the client sends and then > interprets that. > > Having said that.... > > >a) forget name-virtual hosting and use lots of IP addresses /OR > > NOPE. > > >b) try using CNAMEs in DNS (but how about the PTRs) /OR > > I don't think you need PTRs for virtual hosting. Hopefully someone will correct me if I am wrong.. > > >c) forget about DNS, just add more entries to /ect/hosts (but then this > >has to be repeated on every client - this is not so good) > > What are the clients in the internal network? Unix/Windows? > If you have them working by hard coding the names in a host table then you have have the battle won. > You only need to get your DNS fixe.d > > >d) stick with what I've got - it works, so why worry /OR > >e) try something else? > > >From your setup: > sparky IN A 192.168.120.100 > www.client1.local. IN A 192.168.120.100 > www.client2.local. IN A 192.168.120.100 > > I believe a more appropiate setup would be to use Canonical names (CN), but I think both will do what > you want. If this setup is working for you why are you trying to change it? > > ... And yes multiple entries for a single IP is how it is done. > > 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 Oct 17 10:53:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from donhm.calcasieu.com (tcnet02-20.austin.texas.net [209.99.40.83]) by hub.freebsd.org (Postfix) with ESMTP id 76F5B14A1B for ; Sun, 17 Oct 1999 10:53:29 -0700 (PDT) (envelope-from dread@texas.net) Received: from donhm.calcasieu.com (localhost [127.0.0.1]) by donhm.calcasieu.com (8.9.3/8.9.3) with ESMTP id MAA93253; Sun, 17 Oct 1999 12:53:23 -0500 (CDT) (envelope-from dread@texas.net) Message-ID: X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <0.29369e68.253aacaa@aol.com> Date: Sun, 17 Oct 1999 12:53:23 -0500 (CDT) From: Don Read To: ATeslik@aol.com Subject: Re: can't ping win95 machine Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 17-Oct-99 ATeslik@aol.com wrote: >>>have you check for irq conflicts? > > I checked for irq conflicts. No problems. > I'm starting to think that mabye it's the pn0 driver. The card is a Linksys > LNE100TXII. Now, the pn0 driver gives support for the LNE100TX, but with the > LNE100TXII they added the wake on lan feature and, more importantly, started > using three different chipsets on the card. The windows driver you download > from their site depends on the chipset on the card. This is all according to > Linksys's website. Does anyone have this card, and if so, what kind of luck > are you having with it? > On the other hand I'm thinking no problem because 'ifconfig -a' says: > > pn0: flags=8843 mtu 1500 inet > 192.168.1.3 netmask 0xffffff00 broadcast 192.168.1.255 > ether 87:ff:87:ff:87:ff > media: autoselect (10baseT/UTP ) > supported media: autoselect 100baseT4 100baseTX 100baseTX > 100baseTX 10baseT/UTP 10baseT/UTP > 10baseT/UTP > lp0: flags=8810 mtu 1500 > tun0: flags=8010 mtu 1500 > ppp0: flags=8010 mtu 1500 > lo0: flags=8049 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > > I just don't know anymore. Going on four days solid of reading... Well, a last ditch check (for sanity): 1. got link & transmit on the card(s) ? 2. "" "" hub ? 3. packets moving (netstat -bi) ? 4. machine knows where to route (netstat -nr) ? 5. resolution working (arp -a) ? Regards, --- Don Read dread@calcasieu.com EDP Manager dread@texas.net Calcasieu Lumber Co. Austin TX -- the Y2K bug is not a problem. W2K however ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 11: 7:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sanson.reyes.somos.net (freyes.static.inch.com [207.240.212.43]) by hub.freebsd.org (Postfix) with ESMTP id 4D50E14C28 for ; Sun, 17 Oct 1999 11:07:13 -0700 (PDT) (envelope-from fran@reyes.somos.net) Received: from tomasa (tomasa.reyes.somos.net [10.0.0.11]) by sanson.reyes.somos.net (8.9.3/8.9.3) with SMTP id OAA24082; Sun, 17 Oct 1999 14:04:38 -0400 (EDT) (envelope-from fran@reyes.somos.net) Message-Id: <199910171804.OAA24082@sanson.reyes.somos.net> From: "Francisco Reyes" To: "Ken Kyler" Cc: "FreeBSD questions" Date: Sun, 17 Oct 1999 14:06:52 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.1998) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: RE: Firewalls for Morons Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 17 Oct 1999 13:42:43 -0400, Ken Kyler wrote: When replying try to remember to include the list. >> Do you have Gateway set in /etc/rc.conf? You need: gateway_enable="YES" >Yes, that is set. >> Can you get to the net from the FreeBSD box? >Not when firewall_type="SIMPLE" - I can't ping anything either outside the >net or inside from the FreeBSD box. I can when firewall_type="OPEN". One thing at a time. Ping uses ICMP packets which the "simple" setup doesn't allow by default. Add to /etc/rc.firewall #Allow pinging ${fwcmd} add pass icmp from any to any After that try pinging again and check if you can ping from the FreeBSD box the outside world and if you can ping from the internal network to the FreeBSd box. >> What operation are you trying from the internal network and what >> is the error? >I'm not sure what you mean. Mail, http, etc time out when >firewall_type="SIMPLE". if NOTHING is working, which seems to be what you are describing, then perhaps you have not initialised the variables from the simple profile properdly. Check the part that looks like: # set these to your outside interface network and netmask and ip oif="abc" #set that to the name of your outside interface. If using modem I use "tun0" onet="aaa.bbb.ccc.0" omask="255.255.255.0" oip="aaa.bbb.ccc.##" # set these to your inside interface network and netmask and ip iif="ed1" inet="10.0.0.0" imask="255.255.255.0" iip="10.0.0.10" The simple profile is somewhat restrictive, but if I remember correctly you should at least be able to browse web pages from your clients to the to the world. I also think that mail traffic to outside pop/smtp shoud work with the default simple setup. >> If you are not running your own DNS do you have the name servers >> from your ISP listed in /etc/resolv.conf? >Yes - exactly as given by the ISP. > >> Are the computers in the internal network refering to the FreeBSD box for >> DNS or referring to your ISPs name servers? >for DNS, they point to the ISP. They point to the FreeBSD box as the >gateway. Good. Later on after you have all working you may want to play with setting up at least a caching DNS. This is nicely explained in the Complete FreeBSD. After that they you could have your local computers have the FreeBSD as the primary name server and the ISP as the second. >Everything works fine (meaning mail gets through, http, etc) when >firewall_type="OPEN" but as soon as I set it to "SIMPLE" it locks up tight. Again simple is somewhat closed, but some services should work. If nothing works I tend to think the variables to your interfaces may not have been set properly. After you add the icmp line then try to get ping working from your internal network to your FreeBSD and from the FreeBSD to the outside world. Once that is working then you can try to get the rest of thing to work. One thing that helps is to add a rule before the last with: $fwcmd add deny log ip from any to any This way you can see where things are failing. Another way to learn is the opposite. Put at the beginning $fwcmd add allow log ip from any to any This last rule will allow you to see what traffic is going through and play with your rules while at the same time allowing things to work. One approach would be to start with the "allow log" all the way up in the list. Then move it down and check right after it was moved if the lines above it stop packets which you expected to go through and see what you need to do to fix them. One big gotcha to look for is some of the rules to not let non-routable IPs out may be stopping all your traffic dead. This is the section that reads: # Stop RFC1918 nets on the outside interface $fwcmd add deny all from 192.168.0.0:255.255.0.0 to any via ${oif} $fwcmd add deny all from any to 192.168.0.0:255.255.0.0 via ${oif} $fwcmd add deny all from 172.16.0.0:255.240.0.0 to any via ${oif} $fwcmd add deny all from any to 172.16.0.0:255.240.0.0 via ${oif} #$fwcmd add deny all from 10.0.0.0:255.0.0.0 to any via ${oif} #$fwcmd add deny all from any to 10.0.0.0:255.0.0.0 via ${oif} Notice how the 10.0.0.0 is commented. This was stopping all my traffic in the internal network, even though that it is intended to only affect the external interface. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 11:21:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sparticus.bright.net (sparticus.bright.net [205.212.123.5]) by hub.freebsd.org (Postfix) with ESMTP id C494114C28 for ; Sun, 17 Oct 1999 11:21:02 -0700 (PDT) (envelope-from slay3241@bright.net) Received: from bright.net (akro-max1-cs-5.dial.bright.net [209.143.19.7]) by sparticus.bright.net (8.9.3/8.9.3 ComNet Build) with ESMTP id OAA28542 for ; Sun, 17 Oct 1999 14:21:00 -0400 (EDT) Message-ID: <380A136F.9787AA37@bright.net> Date: Sun, 17 Oct 1999 14:20:31 -0400 From: bill slaybaugh X-Mailer: Mozilla 4.61 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD List Subject: lost my /etc/spwd.db Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After an extended round of disk grinding, trying to swap some free-space my netscape session bombed out. I am pretty new to FreeBSD and I didn't know what to make of a repeated message: "no such file or directory - /etc/spwd.db" I smelled trouble when I tried to su to root in xterm and got "who are you?" After rebooting the machine and failing to get in as root or anyone I began to realize I had lost my password file. NOW WHAT? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 11:30:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imo-d06.mx.aol.com (imo-d06.mx.aol.com [205.188.157.38]) by hub.freebsd.org (Postfix) with ESMTP id D810014E17 for ; Sun, 17 Oct 1999 11:30:17 -0700 (PDT) (envelope-from ATeslik@aol.com) Received: from ATeslik@aol.com by imo-d06.mx.aol.com (mail_out_v23.6.) id 6PIYPyx47_ (4013); Sun, 17 Oct 1999 14:30:12 -0400 (EDT) From: ATeslik@aol.com Message-ID: <0.d03ed86e.253b6fb4@aol.com> Date: Sun, 17 Oct 1999 14:30:12 EDT Subject: Re: lost my /etc/spwd.db To: slay3241@bright.net Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 26 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG That sucks. I might be shooting in the dark, but if you check out the FAQ at http://www.freebsd.org/FAQ/admin.html#AEN1975 it tells you what to do in case you forget your root password. The procedures there will, I believe, recreate the file, but I'm no guru. At least, you'll be able to get back into the system. Good luck. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 11:40: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 53CA514F32 for ; Sun, 17 Oct 1999 11:40:01 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id NAA73046; Sun, 17 Oct 1999 13:39:51 -0500 (CDT) (envelope-from dan) Date: Sun, 17 Oct 1999 13:39:51 -0500 From: Dan Nelson To: bill slaybaugh Cc: FreeBSD List Subject: Re: lost my /etc/spwd.db Message-ID: <19991017133951.A72953@dan.emsphone.com> References: <380A136F.9787AA37@bright.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <380A136F.9787AA37@bright.net>; from slay3241@bright.net on Sun, Oct 17, 1999 at 02:20:31PM -0400 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Oct 17), bill slaybaugh said: > After an extended round of disk grinding, trying to swap some > free-space my netscape session bombed out. I am pretty new to > FreeBSD and I didn't know what to make of a repeated message: "no > such file or directory - /etc/spwd.db" I smelled trouble when I tried > to su to root in xterm and got "who are you?" After rebooting the > machine and failing to get in as root or anyone I began to realize I > had lost my password file. NOW WHAT? If you still have a master.passwd you can rebuild spwd.db by running "pwd_mkdb /etc/paster.passwd". If master.passwd is gone as well, check /var/backups which usually stores the last two revisions of master.passwd. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 11:41:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from monkeys.com (i180.value.net [206.14.136.180]) by hub.freebsd.org (Postfix) with ESMTP id 488F71504E for ; Sun, 17 Oct 1999 11:41:28 -0700 (PDT) (envelope-from rfg@monkeys.com) Received: from monkeys.com ([127.0.0.1]) by monkeys.com (8.9.3/8.9.3) with ESMTP id LAA24133; Sun, 17 Oct 1999 11:28:23 -0700 To: Mark Ovens Cc: freebsd-questions@freebsd.org Subject: Re: Some serious gripes about `fdisk' and also `booteasy'. In-reply-to: Your message of Sun, 17 Oct 1999 09:47:27 +0100. <19991017094727.B319@marder-1> From: "Ronald F. Guilmette" Date: Sun, 17 Oct 1999 11:27:54 -0700 Message-ID: <24065.940184874@monkeys.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <19991017094727.B319@marder-1>, you wrote: >On Sat, Oct 16, 1999 at 08:35:11PM -0700, Annelise Anderson wrote: >> >> >> On Sat, 16 Oct 1999, Ronald F. Guilmette wrote: >> >> > >> > This had bitten me twice now. >> > >> > Will whoever is supporting/maintaining the `fdisk' program *PLEASE* fix it >> > so that it displays some sort of a warning when the user is just about to >> > partition a SCSI drive for which the on/off status of BIOS address trans- >> > lation (for disks larger than 1GB) _cannot_ be automatically and properly >> > determined by fdisk itself? >> >> One piece of advice often given is to put a dos partition on the disk >> (it can be deleted during install if wish) to assist with determining >> the correct geometry. I've installed FreeBSD on probably a close to >> a dozen scsi hard drives and never had this problem. I didn't think >> bios address translation was relevant for scsi drives, in any case. >> > >Neither did I. That's the main reason I moved to all-SCSI, it "just >works", especially with *nix. None of these "only 4 devices", "1024 >cyls/504MB/LBA", "can't have a CD as primary slave with a disk on >secondary master" problems that IDE seems to be plagued with. I'd >be interested in knowing the "truth" about this for future reference. Just for your future reference, the "truth" about this is that yes, the backwards (harware) compatability constraints associated with PeeCee hardware... in which they all _still_ try to remain somewhat compatible with the very earliest IBM PeeCees that supported disk drives... DOES indeed still make us all play funny games when trying to address specific disk sectors, regardless of whether you have an (E)IDE drive or a SCSI drive. The attempts to be backward compatible mean that in the address that gets sent to the disk drive (in the form cylinder/head/sector) has to get munged around in weird ways, in particular for any disk that has more than 1 gigabyte capacity. Again, this bit of screwyness affects _both_ (E)IDE drives and also SCSI drives. But in the case of (E)IDE drives, the software driver can (I think) always correctly figure out the proper set of rules it has to use when forming the cylinder/head/sector disk address. But in the case of SCSI drives, it can't always do that. Currently, unless you have some extra hints (e.g. a DOS partition) already lying around that the FreeBSD `fdisk' program can use to get a clue as to the current ``disk geometry'' (i.e. the rules for forming a cyl/head/sector address from a raw sector address) the `fdisk' program is likely to guess wrong about your disk geometry, at least if you are using a SCSI disk. In fact, now that a majority of disk drives have capacities in excess of 1 GB, the `fdisk' program will *mostly* guess wrong. And when it does, you *must* manually override its guess or else you will end up with a partition that you cannot actually use for anything. (And unless I'm mistaken, you _may_ even end up improperly overwriting parts of _other_ existing partitions on that same SCSI disk... which would be really Bad News if you had other partitions on there that contained stuff that you wanted to keep.) Obviously this is a dangerous situation. Equally obvious (to me at least) is that the FreeBSD `fdisk' program should start by checking to see if it is running on some sort of x86 (PeeCee) type system. If it is, then it should proceed to try to determine what sort of disk drive is being partitioned, SCSI or (E)IDE. (In fact, its possible that the first of these checks isn't even necessary because, unless I'm mistaken, `fdisk' is _only_ used on PeeCee type systems, and even on those, it is only used in cases where FreeBSD isn't being given the whole disk to itself, but is instead being asked to ``co-reside'' on the disk with 1, 2, or 3 other traditional PeeCee (BIOS level) partitions.) Anyway, if `fdisk' is running on a PeeCee type system, and if it is dealing with a SCSI drive that may or may not have the so-called ``BIOS address translation'' feature endabled in the SCSI controller card, then it SHOULD NOT just guess about the disk geometry... because it can easily guess wrong, with potentially tragic results. Instead, it should have two mutually- exclusive command line options like: --translation and: --no-translation and if the user supplies neither of those, *and* if `fdisk' is unable to find any useful ``hints'' (e.g. an existing DOS partition) lying around already on the disk, then upon startup it should *prompt* the user with a question like: Is BIOS address translation enabled on your SCSI controller card for this specific SCSI disk drive (y/n)? I hope that this change will get made in the FreeBSD `fdisk' program. That will make it a lot safer to use. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 11:46:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from proxy4.ba.best.com (proxy4.ba.best.com [206.184.139.15]) by hub.freebsd.org (Postfix) with ESMTP id 4A194150B9 for ; Sun, 17 Oct 1999 11:46:48 -0700 (PDT) (envelope-from GregoryC@stcinc.com) Received: from stcinc.com (gw-covad768k-cognitivetech.ncal.verio.com [207.20.238.29] (may be forged)) by proxy4.ba.best.com (8.9.3/8.9.2/best.out) with ESMTP id LAA03240 for ; Sun, 17 Oct 1999 11:45:15 -0700 (PDT) Message-ID: <380A1E76.F5E343FC@stcinc.com> Date: Sun, 17 Oct 1999 12:07:34 -0700 From: Gregory Carvalho Reply-To: GregoryC@stcinc.com Organization: Simplified Technology Company X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: Difficulty with dump(8) 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 created the following script, and I am executing it on FreeBSD 3.2R with a HP DDS3 tape drive. It is not creating a volume for each of the file systems on a single DDS3 cartridge, which I desire it to do. #!/usr/local/bin/bash mt -f /dev/rsa0 erase 0 for filesys in / /var /usr do dump -0au -f /dev/rsa0 $filesys done mt -f /dev/rsa0 offline Yesterday, I issued: dump -0au -f /dev/rsa0 / dump -0au -f /dev/rsa0 /var as a test, and it created two volumes on tape. "mt -f /dev/rsa0 fsf 1" displayed /var and "mt -f /dev/rsa0 bsf 1" display /. My intent is to dump everything in the file system on every archive process, successively archiving every file system. I would appreciate direction on how to achieve this process. Cordially, Gregory Carvalho GregoryC@stcinc.com Simplified Technology Company http://www.stcinc.com In God I Trust! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 12: 0:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 0EE2114E57 for ; Sun, 17 Oct 1999 12:00:17 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id OAA73643; Sun, 17 Oct 1999 14:00:15 -0500 (CDT) (envelope-from dan) Date: Sun, 17 Oct 1999 14:00:14 -0500 From: Dan Nelson To: Gregory Carvalho Cc: FreeBSD Questions Subject: Re: Difficulty with dump(8) Message-ID: <19991017140014.C72953@dan.emsphone.com> References: <380A1E76.F5E343FC@stcinc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <380A1E76.F5E343FC@stcinc.com>; from GregoryC@stcinc.com on Sun, Oct 17, 1999 at 12:07:34PM -0700 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Oct 17), Gregory Carvalho said: > I have created the following script, and I am executing it on FreeBSD > 3.2R with a HP DDS3 tape drive. It is not creating a volume for each > of the file systems on a single DDS3 cartridge, which I desire it to > do. > > #!/usr/local/bin/bash > > mt -f /dev/rsa0 erase 0 > for filesys in / /var /usr > do > dump -0au -f /dev/rsa0 $filesys > done > mt -f /dev/rsa0 offline > > Yesterday, I issued: > dump -0au -f /dev/rsa0 / > dump -0au -f /dev/rsa0 /var > > as a test, and it created two volumes on tape. "mt -f /dev/rsa0 fsf 1" > displayed /var and "mt -f /dev/rsa0 bsf 1" display /. This cannot have worked. /dev/rsa0 rewinds after each use, so your second dump must have overwritten the first. You want to use /dev/nrsa0 instead. Also the "erase" at the beginning is unnecessary. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 12:27:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from prserv.net (out5.prserv.net [165.87.194.243]) by hub.freebsd.org (Postfix) with ESMTP id 7A09B14EF2 for ; Sun, 17 Oct 1999 12:27:42 -0700 (PDT) (envelope-from lvagner@ibm.net) Received: from oemcomputer ([139.92.183.125]) by prserv.net (out5) with SMTP id <1999101719273824304k4eqpe>; Sun, 17 Oct 1999 19:27:39 +0000 From: "George Vagner" To: Subject: ftp autologout Date: Sun, 17 Oct 1999 21:29:37 -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) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG how do I make it so users that forget to log out using ftp get automatically logged out? I am getting alot of these. vagner ttyp0 139.92.183.125 Sun Oct 17 12:07 still logged in tachey ftp 206.132.54.207 Sat Oct 16 19:37 still logged in vagner ttyp0 139.92.183.63 Fri Oct 15 06:41 - 06:56 (00:15) vagner ttyp0 139.92.185.122 Fri Oct 15 02:12 - 02:29 (00:16) tachey ftp 208.48.173.174 Thu Oct 14 12:50 still logged in tachey ftp 207.218.5.149 Thu Oct 14 08:06 still logged in vagner ttyp0 139.92.185.77 Wed Oct 13 12:26 - 12:27 (00:00) tachey ftp 206.132.54.141 Wed Oct 13 10:54 still logged in tachey ftp 208.48.172.191 Wed Oct 13 07:45 still logged in tachey ftp 208.48.174.36 Wed Oct 13 00:02 still logged in tachey ftp 206.132.53.167 Tue Oct 12 23:54 still logged in tachey ftp 206.132.54.225 Tue Oct 12 23:24 still logged in tachey ftp 208.48.174.66 Tue Oct 12 23:05 still logged in tachey ftp 206.132.53.159 Tue Oct 12 22:24 still logged in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 12:28:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by hub.freebsd.org (Postfix) with ESMTP id E5E8A1509D for ; Sun, 17 Oct 1999 12:28:27 -0700 (PDT) (envelope-from jcwells@u.washington.edu) Received: from localhost (jcw@localhost) by s8-37-26.student.washington.edu (8.9.3/8.9.3) with ESMTP id AAA78604; Mon, 18 Oct 1999 00:24:59 GMT (envelope-from jcwells@u.washington.edu) X-Authentication-Warning: s8-37-26.student.washington.edu: jcw owned process doing -bs Date: Mon, 18 Oct 1999 00:24:58 +0000 (GMT) From: "Jason C. Wells" X-Sender: jcw@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: TIENHUAT LEE Cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <19991017124535.7147.rocketmail@web704.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 Sun, 17 Oct 1999, TIENHUAT LEE wrote: > >dear sir/madam: > >may i know is there any software/capability in freebsd that is >equivalent to Linux IP-Masquerade -- only one phone line but can >serve several client simutaneously. This is called NAT or network address translation. It can be used by running ppp -alias I believev. Thank You, | http://students.washington.edu/jcwells Jason Wells | "Those who would trade freedom for security deserve neither | freedom nor security." - Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 12:31:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by hub.freebsd.org (Postfix) with ESMTP id C95F71509D for ; Sun, 17 Oct 1999 12:31:31 -0700 (PDT) (envelope-from jcwells@u.washington.edu) Received: from localhost (jcw@localhost) by s8-37-26.student.washington.edu (8.9.3/8.9.3) with ESMTP id AAA78642; Mon, 18 Oct 1999 00:27:56 GMT (envelope-from jcwells@u.washington.edu) X-Authentication-Warning: s8-37-26.student.washington.edu: jcw owned process doing -bs Date: Mon, 18 Oct 1999 00:27:56 +0000 (GMT) From: "Jason C. Wells" X-Sender: jcw@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: George Vagner Cc: questions@FreeBSD.ORG Subject: Re: ftp autologout In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 17 Oct 1999, George Vagner wrote: >how do I make it so users that forget to log out using >ftp get automatically logged out? ftpd -T timeout in inetd.conf or wherever you start ftpd. man ftpd Thank You, | http://students.washington.edu/jcwells Jason Wells | "Those who would trade freedom for security deserve neither | freedom nor security." - Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 12:39:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from copland.udel.edu (copland.udel.edu [128.175.13.92]) by hub.freebsd.org (Postfix) with ESMTP id 9785B150BE for ; Sun, 17 Oct 1999 12:39:09 -0700 (PDT) (envelope-from papalia@UDel.Edu) Received: from copland.udel.edu (copland.udel.edu [128.175.13.92]) by copland.udel.edu (8.9.3/8.9.3) with ESMTP id PAA07816; Sun, 17 Oct 1999 15:39:25 -0400 (EDT) Date: Sun, 17 Oct 1999 15:39:25 -0400 (EDT) From: John To: "Jason C. Wells" Cc: TIENHUAT LEE , freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > >dear sir/madam: > > > >may i know is there any software/capability in freebsd that is > >equivalent to Linux IP-Masquerade -- only one phone line but can > >serve several client simutaneously. > This is called NAT or network address translation. It can be used by > running ppp -alias I believev. Another option is that you're looking for masquerading a non-internet IP network thru a single IP (ie: a 10. subnet). I'm unfortunately unable to access the web right now, but if you go to www.freebsd.org and look under "tutorials" on the left hand column, go there and look at the ppp primer, it discusses "ip alasing" and "masquerading" a few pages in. I used that primer to set up masquerading on my system, so it worked kinda well. Regards, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 12:42: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from zeus.anet-chi.com (zeus.anet-chi.com [207.7.4.6]) by hub.freebsd.org (Postfix) with ESMTP id 39726150D5 for ; Sun, 17 Oct 1999 12:42:01 -0700 (PDT) (envelope-from parrothd@midwest.net) Received: from supplies (209-224-62-25.nap.il.anet.com [209.224.62.25]) by zeus.anet-chi.com (8.9.3/spamfix) with SMTP id OAA08192; Sun, 17 Oct 1999 14:41:56 -0500 (CDT) Message-Id: <199910171941.OAA08192@zeus.anet-chi.com> X-Sender: parrothd@mail.midwest.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Sun, 17 Oct 1999 14:44:20 -0500 To: ATeslik@aol.com, zdenko@cs.uh.edu, freebsd-questions@FreeBSD.ORG From: "Jonathan E. Lyons" Subject: Re: can't ping win95 machine In-Reply-To: <0.29369e68.253aacaa@aol.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The card is set to auto-detect media, try using the setup disk and selecting either UTP or BNC..... > >pn0: flags=8843 mtu 1500 inet >192.168.1.3 netmask 0xffffff00 broadcast 192.168.1.255 > ether 87:ff:87:ff:87:ff > media: autoselect (10baseT/UTP ) > supported media: autoselect 100baseT4 100baseTX 100baseTX > 100baseTX 10baseT/UTP 10baseT/UTP >10baseT/UTP > Jonathan E. Lyons FreeBSD:The Power to Serve parrothd@midwest.net MCP, MCSE, A+ Certified http://parrothd.midwest.net/ ICQ # 14226912 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 12:54:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dbasecentral.com (prod1.dbasecentral.com [205.243.161.30]) by hub.freebsd.org (Postfix) with ESMTP id A740014A2D for ; Sun, 17 Oct 1999 12:54:20 -0700 (PDT) (envelope-from ken@kyler.com) Received: from cheat (adsl-151-200-15-77.bellatlantic.net [151.200.15.77]) by dbasecentral.com (8.9.3/8.9.3) with SMTP id OAA32505; Sun, 17 Oct 1999 14:51:21 -0500 From: "Ken Kyler" To: "Francisco Reyes" Cc: "FreeBSD questions" Subject: RE: Firewalls for Morons Date: Sun, 17 Oct 1999 15:54:10 -0400 Message-ID: <001501bf18d9$60f98b80$0200a8c0@cheat> 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 V5.00.2314.1300 In-Reply-To: <199910171804.OAA24082@sanson.reyes.somos.net> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > One thing at a time. > Ping uses ICMP packets which the "simple" setup doesn't allow by default. > > Add to /etc/rc.firewall > #Allow pinging > ${fwcmd} add pass icmp from any to any > > After that try pinging again and check if you can ping from the > FreeBSD box the outside world and if you > can ping from the internal network to the FreeBSd box. Did that - didn't change anything. Don't know if this has anything to do with anything, but the following line appears when I boot... "IP packet filtering initialized, divert enabled, rule-based forwarding disabled, default to accept, unlimited logging" btw, pardon the stupid question - but which file holds the log? > Again simple is somewhat closed, but some services should work. > If nothing works I tend to think the > variables to your interfaces may not have been set properly. here's the guts of the rc.firewall file # set these to your outside interface network and netmask and ip oif="fxp0" onet="aaa.bbb.cc.0" omask="255.255.255.0" oip="aaa.bb.cc.dd" # set these to your inside interface network and netmask and ip iif="xl0" inet="192.168.0.0" imask="255.255.255.0" iip="192.168.0.1" # log eveything $fwcmd add allow log ip from any to any # Stop spoofing $fwcmd add deny all from ${inet}:${imask} to any in via ${oif} $fwcmd add deny all from ${onet}:${omask} to any in via ${iif} # Stop RFC1918 nets on the outside interface $fwcmd add deny all from 192.168.0.0:255.255.0.0 to any via ${oif} $fwcmd add deny all from any to 192.168.0.0:255.255.0.0 via ${oif} $fwcmd add deny all from 172.16.0.0:255.240.0.0 to any via ${oif} $fwcmd add deny all from any to 172.16.0.0:255.240.0.0 via ${oif} #$fwcmd add deny all from 10.0.0.0:255.0.0.0 to any via ${oif} #$fwcmd add deny all from any to 10.0.0.0:255.0.0.0 via ${oif} # Allow TCP through if setup succeeded $fwcmd add pass tcp from any to any established # Allow Ping $fwcmd add pass icmp from any to any # Allow setup of incoming email $fwcmd add pass tcp from any to ${oip} 25 setup # Allow access to our DNS $fwcmd add pass tcp from any to ${oip} 53 setup # Allow access to our WWW $fwcmd add pass tcp from any to ${oip} 80 setup # Reject&Log all setup of incoming connections from the outside #$fwcmd add deny log tcp from any to any in via ${oif} setup # Allow setup of any other TCP connection $fwcmd add pass tcp from any to any setup # Allow DNS queries out in the world $fwcmd add pass udp from any 53 to ${oip} $fwcmd add pass udp from ${oip} to any 53 # Allow NTP queries out in the world $fwcmd add pass udp from any 123 to ${oip} $fwcmd add pass udp from ${oip} to any 123 # Everything else is denied as default. > After you add the icmp line then try to get ping working from > your internal network to your FreeBSD and > from the FreeBSD to the outside world. Once that is working then > you can try to get the rest of thing to > work. still no joy... :( Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 12:55:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp13.bellglobal.com (smtp13.bellglobal.com [204.101.251.52]) by hub.freebsd.org (Postfix) with ESMTP id 4C1D114A2D for ; Sun, 17 Oct 1999 12:55:23 -0700 (PDT) (envelope-from a.genkin@utoronto.ca) Received: from main.wgaf.net (HSE-TOR-ppp22851.sympatico.ca [209.226.71.141]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id PAA10864 for ; Sun, 17 Oct 1999 15:56:05 -0400 (EDT) Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 11cxUZ-0002iK-00; Sun, 17 Oct 1999 17:05:23 -0400 To: freebsd-questions@freebsd.org Subject: Is sshd from ssh2 compatible with ssh1 clients? X-Home-Page: http://wgaf.dyndns.org Organization: Wgaf From: Arcady Genkin Date: 17 Oct 1999 17:05:23 -0400 Message-ID: <87n1thy9yk.fsf@main.wgaf.net> Lines: 11 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) XEmacs/21.1 (Biscayne) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG $(SUBJ)? I'm asking because I know that ssh2 clients cannot connect to a ssh1 daemon. Thanks! -- Arcady Genkin http://wgaf.dyndns.org "'What good is my pity? Is not the pity the cross upon which he who loves man is nailed?..'" (Zarathustra - F. Nietzsche) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 12:57:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from logisticsoftware.co.nz (logisticsoftware.co.nz [202.37.163.1]) by hub.freebsd.org (Postfix) with ESMTP id 8492A14A2D for ; Sun, 17 Oct 1999 12:57:18 -0700 (PDT) (envelope-from jonc@logisticsoftware.co.nz) Received: (from jonc@localhost) by logisticsoftware.co.nz (8.9.3/8.9.3) id IAA16301; Mon, 18 Oct 1999 08:57:11 +1300 (NZDT) Date: Mon, 18 Oct 1999 08:57:11 +1300 (NZDT) From: Jonathan Chen To: TIENHUAT LEE Cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <19991017124535.7147.rocketmail@web704.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 Sun, 17 Oct 1999, TIENHUAT LEE wrote: > > dear sir/madam: > > may i know is there any software/capability in freebsd that is > equivalent to Linux IP-Masquerade -- only one phone line but can > serve several client simutaneously. There's natd(8): Network Address Translation Daemon; or ppp(8)'s builtin aliasing capabilities. Jonathan Chen | "Vini, vidi, velcro... | I came, I saw, I stuck around" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 13:17:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sanson.reyes.somos.net (freyes.static.inch.com [207.240.212.43]) by hub.freebsd.org (Postfix) with ESMTP id 277041511C for ; Sun, 17 Oct 1999 13:17:45 -0700 (PDT) (envelope-from fran@reyes.somos.net) Received: from tomasa (tomasa.reyes.somos.net [10.0.0.11]) by sanson.reyes.somos.net (8.9.3/8.9.3) with SMTP id QAA24290; Sun, 17 Oct 1999 16:15:07 -0400 (EDT) (envelope-from fran@reyes.somos.net) Message-Id: <199910172015.QAA24290@sanson.reyes.somos.net> From: "Francisco Reyes" To: "Ken Kyler" Cc: "FreeBSD questions" Date: Sun, 17 Oct 1999 16:16:28 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.1998) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: RE: Firewalls for Morons Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 17 Oct 1999 15:54:10 -0400, Ken Kyler wrote: >> Add to /etc/rc.firewall >> #Allow pinging >> ${fwcmd} add pass icmp from any to any >> >> After that try pinging >Did that - didn't change anything. After you change your rc.firewall how are you re-initialising the firewall? One way is to "cd /etc; sh rc.firewall" >"IP packet filtering initialized, divert enabled, rule-based forwarding >disabled, default to accept, unlimited logging" That seems ok. Also as far as I understand the "default accept" means that you setup your firewall to accept any packet which was not trapped by a rule. This also implies that one of your rules must be screwing you up or there is still something wrong with the way the setup for the varies is done. >btw, pardon the stupid question - but which file holds the log? /var/log/messages >> Again simple is somewhat closed, but some services should work. >> If nothing works I tend to think the >> variables to your interfaces may not have been set properly. > >here's the guts of the rc.firewall file > > # set these to your outside interface network and netmask and ip > oif="fxp0" > onet="aaa.bbb.cc.0" > omask="255.255.255.0" > oip="aaa.bb.cc.dd" > > # set these to your inside interface network and netmask and ip > iif="xl0" > inet="192.168.0.0" > imask="255.255.255.0" > iip="192.168.0.1" Are the cards up? Check with ifconfig -a Are you connected to the net through ethernet? fxp0 sounds familiar, but not xl0. What is xl0? > # log eveything > $fwcmd add allow log ip from any to any Good. that should allow all traffic through. > # Stop spoofing > $fwcmd add deny all from ${inet}:${imask} to any in via ${oif} > $fwcmd add deny all from ${onet}:${omask} to any in via ${iif} > > # Stop RFC1918 nets on the outside interface > $fwcmd add deny all from 192.168.0.0:255.255.0.0 to any via ${oif} > $fwcmd add deny all from any to 192.168.0.0:255.255.0.0 via ${oif} > $fwcmd add deny all from 172.16.0.0:255.240.0.0 to any via ${oif} > $fwcmd add deny all from any to 172.16.0.0:255.240.0.0 via ${oif} > #$fwcmd add deny all from 10.0.0.0:255.0.0.0 to any via ${oif} > #$fwcmd add deny all from any to 10.0.0.0:255.0.0.0 via ${oif} Note that your internal network is 192.168, so you would want to comment those lines instead of the 10.0 from my example. With that "allow from any to any" I would tend to think that your problem must be either one of your cards is not up or you are copying something wrong when typing the addresses in the rc.firewall variables initialization. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 13:20:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (Postfix) with ESMTP id 17B9A1511C for ; Sun, 17 Oct 1999 13:20:52 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id NAA08746; Sun, 17 Oct 1999 13:18:31 -0700 (PDT) Date: Sun, 17 Oct 1999 13:18:31 -0700 (PDT) From: Annelise Anderson To: "Ronald F. Guilmette" Cc: freebsd-questions@FreeBSD.ORG Subject: Virtues of a DOS Partition (was: Some serious gripes about `fdisk' and also `booteasy'. In-Reply-To: <3113.940136717@monkeys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 16 Oct 1999, Ronald F. Guilmette wrote: > But anyway, I shouldn't have to stoop to actually handling floppies that > contain... dare I say it... (yecch, gag) software from REDMOND WASHINGTON! As noted earlier in this thread, a dos partition is a good way to let the FreeBSD installer know about the geometry on the hard drive. Whatever the personal antipathy toward Microsoft, the mass success of the MSWindows/Intel platform--the pc--is what has made this hardware as inexpensive as it is. That the hardware itself displays its origins should come as no surprise. These computers are historically dos machines, and the first platform for which most manufacturers of cards write software. A dos partition is useful, therefore, for running the setup programs manufacturers provide for ethernet cards and possibly others--e.g., taking them out of pnp mode or setting addresses and irq's. More sophisticated partitioning and boot managing utilities, such as Partition Magic and System Commander, are also dos programs. System Commander keeps its files in a dos partition. Although these programs (Partition Magic and the ethernet utilities) can be run from a dos boot floppy, you have to be sure you've got them around for later use (reinstalling a trashed mbr, for example). The free boot managers that come with FreeBSD can also be installed from dos; I think this is the only way osbsbeta can be installed. As I recall fips, a free partitioning utility, is also a dos program. Finally, most computer professionals in today's world are going to be working with networks on which some computers run some version of MSWindows, or programs whose output will be accessed by computers running these operating systems. So it makes sense to be able to handle the MS world as well as the unix world. Annelise To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 13:21:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sanson.reyes.somos.net (freyes.static.inch.com [207.240.212.43]) by hub.freebsd.org (Postfix) with ESMTP id 55BF01511C for ; Sun, 17 Oct 1999 13:21:11 -0700 (PDT) (envelope-from fran@reyes.somos.net) Received: from tomasa (tomasa.reyes.somos.net [10.0.0.11]) by sanson.reyes.somos.net (8.9.3/8.9.3) with SMTP id QAA24302; Sun, 17 Oct 1999 16:18:30 -0400 (EDT) (envelope-from fran@reyes.somos.net) Message-Id: <199910172018.QAA24302@sanson.reyes.somos.net> From: "Francisco Reyes" To: "Edirol" , "Francisco Reyes" Cc: "FreeBSD questions" Date: Sun, 17 Oct 1999 16:19:50 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.1998) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: Permission denied when rebuilding locate db Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 17 Oct 1999 14:44:02 -0400, Edirol wrote: /root was "750" so this is probably the case. This must be a bug. I can't think of any good reason to have /root "755" >I had this problem once. In my case it was because my /root directory was >"chmod 750". After I set it to "chmod 755" I didn't get the error anymore. >> I have moved creating of the locate database to /etc/periodic/daily. >> For a month or so it worked fine but lately the locate db has been zero >> bytes. When I look at the daily run output I see: >> >> Rebuilding locate database: >> find: .: Permission denied To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 13:29:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dt050n71.san.rr.com (dt050n71.san.rr.com [204.210.31.113]) by hub.freebsd.org (Postfix) with ESMTP id 072BA14A09 for ; Sun, 17 Oct 1999 13:29:54 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt050n71.san.rr.com (8.9.3/8.8.8) with ESMTP id NAA11752; Sun, 17 Oct 1999 13:25:13 -0700 (PDT) (envelope-from Doug@gorean.org) Message-ID: <380A30A9.E33884C9@gorean.org> Date: Sun, 17 Oct 1999 13:25:13 -0700 From: Doug Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 4.0-CURRENT-0927 i386) X-Accept-Language: en MIME-Version: 1.0 To: Richard Morte Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: DNS Implications for VHosts on Apache References: <3809F85D.60239718@sinclairassoc.force9.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Richard Morte wrote: > Running NSLINT seems to regard > this as an error with "...already in use" messages. nslint is being too conservative. Your setup is fine. Doug -- "Stop it, I'm gettin' misty." - Mel Gibson as Porter, "Payback" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 13:32:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pop06.iname.net (pop06.iname.net [165.251.8.76]) by hub.freebsd.org (Postfix) with ESMTP id 9365814C88 for ; Sun, 17 Oct 1999 13:32:11 -0700 (PDT) (envelope-from crainm@techie.com) Received: from techie.com (c309649-a.olmpi1.wa.home.com [24.5.120.129]) by pop06.iname.net (8.9.3/8.9.3) with ESMTP id QAA12020 for ; Sun, 17 Oct 1999 16:32:10 -0400 (EDT) Message-ID: <380A325E.8DA39A5A@techie.com> Date: Sun, 17 Oct 1999 13:32:30 -0700 From: Erik B Ordway Reply-To: crainm@techie.com X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: WebMin needs Perl Net_SSLeay to use SSL Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG WebMin needs Perl Net_SSLeay to use SSL. Unfortunately Net_SSLeay coughs and dies when building. I have tried w/ and w/o the -rsaref to no effect. I am thinking that it is that the port openSSL is for 0.9.4 and Net_SSLeay can't actually deal with this. Or that it is because the binary for openssl is in /usr/local and the libraries are in /usr/local/openssl and it is getting confused. Any thoughts? su-2.02# cd Net_SSLeay.pm-1.05 su-2.02# ./Makefile.PL -rsaref -t /usr/local/ Checking for OpenSSL-0.9.3a or newer... You have OpenSSL-0.9.4 installed in /usr/local/ That's is newer than what this module was tested with (0.9.3a). You should consider checking if there is a newer release of this module available. Everything will probably work OK, though. Writing Makefile for Net::SSLeay cc -c -I/usr/local//include -DVERSION=\"1.05\" -DXS_VERSION=\"1.05\" -DPIC -fpic -I/usr/libdata/perl/5.00503/mach/CORE SSLeay.c SSLeay.c: In function `XS_Net__SSLeay_get_cipher_list': SSLeay.c:2505: warning: assignment discards `const' from pointer target type SSLeay.c: In function `XS_Net__SSLeay_get_cipher': SSLeay.c:2538: warning: assignment discards `const' from pointer target type Running Mkbootstrap for Net::SSLeay () chmod 644 SSLeay.bs cc -o blib/arch/auto/Net/SSLeay/SSLeay.so -shared SSLeay.o -L/usr/local/ -L/usr/local//lib -lssl -lRSAglue -lcrypto -lrsaref chmod 755 blib/arch/auto/Net/SSLeay/SSLeay.so cp SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs chmod 644 blib/arch/auto/Net/SSLeay/SSLeay.bs PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 test.pl 1..16 Can't load 'blib/arch/auto/Net/SSLeay/SSLeay.so' for module Net::SSLeay: blib/arch/auto/Net/SSLeay/SSLeay.so: Undefined symbol "RSA_PKCS1_RSAref" at /usr/libdata/perl/5.00503/DynaLoader.pm line 169. at test.pl line 17 BEGIN failed--compilation aborted at test.pl line 17. not ok 1 *** Error code 2 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 13:34:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from logisticsoftware.co.nz (logisticsoftware.co.nz [202.37.163.1]) by hub.freebsd.org (Postfix) with ESMTP id 1BCF614C88 for ; Sun, 17 Oct 1999 13:34:41 -0700 (PDT) (envelope-from jonc@logisticsoftware.co.nz) Received: (from jonc@localhost) by logisticsoftware.co.nz (8.9.3/8.9.3) id JAA22672; Mon, 18 Oct 1999 09:34:01 +1300 (NZDT) Date: Mon, 18 Oct 1999 09:34:01 +1300 (NZDT) From: Jonathan Chen To: Edward Elhauge Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Mailing list not In-Reply-To: <3807A950.DB8FD9E8@gene.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 Fri, 15 Oct 1999, Edward Elhauge wrote: > I'm getting the following message when I try to post to the > freebsd-hackers list from uncanny.net. > > >>> EHLO ns2.uncanny.net > <<< 450 Cannot find your hostname, [140.174.20.7] > ... Deferred: 450 Cannot find your > hostname, [140.174.20.7] The mailing lists require that your IP address has a reverse-ptr entry. Get your ISP admins to fix this. Jonathan Chen | "Vini, vidi, velcro... | I came, I saw, I stuck around" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 13:43:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from logisticsoftware.co.nz (logisticsoftware.co.nz [202.37.163.1]) by hub.freebsd.org (Postfix) with ESMTP id 8F18F14E78 for ; Sun, 17 Oct 1999 13:43:19 -0700 (PDT) (envelope-from jonc@logisticsoftware.co.nz) Received: (from jonc@localhost) by logisticsoftware.co.nz (8.9.3/8.9.3) id JAA22797; Mon, 18 Oct 1999 09:43:12 +1300 (NZDT) Date: Mon, 18 Oct 1999 09:43:12 +1300 (NZDT) From: Jonathan Chen To: Julian Tan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Asking for Telephone, Fax no. and Address in Malaysia :) In-Reply-To: <19991017135900.19044.qmail@hotmail.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 Sun, 17 Oct 1999, Julian Tan wrote: > I am from Malaysia, i want to buy a full set of Freebsb program. > What is the Telephone,Fax no. and the address in Malayasia. Best to order from the US. Have a credit card ready: http://www.freebsdmall.com/ Jonathan Chen | "Vini, vidi, velcro... | I came, I saw, I stuck around" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 13:50:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dbasecentral.com (prod1.dbasecentral.com [205.243.161.30]) by hub.freebsd.org (Postfix) with ESMTP id CDA2014F23 for ; Sun, 17 Oct 1999 13:50:09 -0700 (PDT) (envelope-from ken@kyler.com) Received: from cheat (adsl-151-200-15-77.bellatlantic.net [151.200.15.77]) by dbasecentral.com (8.9.3/8.9.3) with SMTP id PAA00672; Sun, 17 Oct 1999 15:47:15 -0500 From: "Ken Kyler" To: "Francisco Reyes" Cc: "FreeBSD questions" Subject: RE: Firewalls for Morons Date: Sun, 17 Oct 1999 16:50:04 -0400 Message-ID: <001a01bf18e1$30413030$0200a8c0@cheat> 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 V5.00.2314.1300 In-Reply-To: <199910172015.QAA24290@sanson.reyes.somos.net> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > After you change your rc.firewall how are you re-initialising the > firewall? I believe so > One way is to "cd /etc; sh rc.firewall" Nice to know, I rebotted :) > That seems ok. Also as far as I understand the "default accept" > means that you setup your firewall to > accept any packet which was not trapped by a rule. This also > implies that one of your rules must be > screwing you up or there is still something wrong with the way > the setup for the varies is done. Interesting. I had initially built the kernel with... # added by kyler options IPFIREWALL options IPDIVERT options IPFIREWALL_VERBOSE #options IPFIREWALL_DEFAULT_TO_ACCEPT but as you can see, the default to accept has been commented out - and yes, the kernel was rebuilt and installed. > >btw, pardon the stupid question - but which file holds the log? > > /var/log/messages I was afraid you were going to say that. Nothing is getting logged. > Are the cards up? Check with ifconfig -a They have to be as everything works fine once I add the rule "ipfw add allow all from any to any" > Are you connected to the net through ethernet? fxp0 sounds > familiar, but not xl0. What is xl0? xl0: <3Com 3c905-TX Fast Etherlink XL> > > # log eveything > > $fwcmd add allow log ip from any to any > > Good. that should allow all traffic through. However, as I said above, nothing is getting logged. > Note that your internal network is 192.168, so you would want to > comment those lines instead of the 10.0 > from my example. fixed. > With that "allow from any to any" I would tend to think that your > problem must be either one of your > cards is not up or you are copying something wrong when typing > the addresses in the rc.firewall > variables initialization. I'll bet $$$ the cards are working. Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 14: 4: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from WEBSI.com (websi.com [216.156.137.66]) by hub.freebsd.org (Postfix) with ESMTP id D96A61506F; Sun, 17 Oct 1999 14:04:00 -0700 (PDT) (envelope-from shashi@WEBSI.com) Received: (from shashi@localhost) by WEBSI.com (8.9.3/8.9.3) id RAA05326; Sun, 17 Oct 1999 17:09:59 -0400 (EDT) (envelope-from shashi) Date: Sun, 17 Oct 1999 17:09:59 -0400 From: shashi@websi.com To: freebsd-questions@freebsd.org, freebsd-isp@freebsd.org Cc: shashi@websi.com Subject: Hard Disk failure, mail for virtual host misbehaving Message-ID: <19991017170959.A4993@Shift-F1.com> Reply-To: shashi@websi.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a Pentium III, 376MB, 3x9.1GB SCSI disk box that I colocate at an ISP. Recently I had problems connecting and found that the boc would keep rebooting after trying to sync devices. The tech guys went into single user mode and started basic stuff so I could remote telnet and fix things. 1. I found that SCSI disk #1 was not responding. #0 is ok, #2 is ok, #1 is gone. I had web and user homes in this disk. 2. I removed the scsi#1's entry from fstab 3. cretaed dirs for user home and web home in #2, and linked the original names to the new dirs, and unzipped backups. 4. I restarted the box. Here is what I find problems now: 5. Mail to virtual host gives error. any mail to USER@VIRTHOST1.com being sent gives this error 554 MX list for VIRTHOST1.com. points back to MAINDOMAIN.com 554 ... Local configuration error The MX record has not been updated recently, and before the disk crash things were just great. 6. I did restart the box, and I can reach the web sites of the virtual domains. I can nslookup them all. And the box is responding to all IPs. Please see the extract from logs at the end. Questions and Need-Help areas: Q1. Should the MX record of a virtual host point to itself or to the primary? Q2. Since that updation takes time to take effect, is there anything in sendmail I can configure to accept mails for the virtual hosts as a quick fix? Q3. Is qmail any better than sendmail in this regard? Q4. After the device da1 is ignored for not finding the disk, why does sendmail give error about fill_fd? I have created links to the web and user homes, why should any software care for the actual device where the names are mounted/linked? Q5. How can I find remotely if the disk failed or the adapter cable or something? I mean I bought the three SCSI disks same time, same place. Any help will be highly appreciated. Please respond to shashi@WEBSI.com since that is the only email address that seems to working currently. Thanks in Advance, Shashi ======== Start of Critical.log extract ========= Oct 17 09:22:25 WEBSI /kernel: npx0: INT 16 interface Oct 17 09:22:25 WEBSI /kernel: Waiting 15 seconds for SCSI devices to settle Oct 17 09:22:25 WEBSI /kernel: Unexpected busfree. LASTPHASE == 0xe0 Oct 17 09:22:26 WEBSI /kernel: SEQADDR == 0x153 Oct 17 09:22:26 WEBSI /kernel: Unexpected busfree. LASTPHASE == 0xe0 Oct 17 09:22:26 WEBSI /kernel: SEQADDR == 0x153 Oct 17 09:22:26 WEBSI /kernel: changing root device to da0s1a Oct 17 09:22:26 WEBSI /kernel: da0 at ahc0 bus 0 target 0 lun 0 Oct 17 09:22:26 WEBSI /kernel: da0: Fixed Direct Access SCSI-2 device Oct 17 09:22:26 WEBSI /kernel: da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Qu eueing Enabled Oct 17 09:22:26 WEBSI /kernel: da0: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C) Oct 17 09:22:26 WEBSI /kernel: da2 at ahc0 bus 0 target 2 lun 0 Oct 17 09:22:26 WEBSI /kernel: da2: Fixed Direct Access SCSI-2 device Oct 17 09:22:26 WEBSI /kernel: da2: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Qu eueing Enabled Oct 17 09:22:26 WEBSI /kernel: da2: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C) Oct 17 09:22:26 WEBSI /kernel: cd0 at ahc0 bus 0 target 6 lun 0 Oct 17 09:22:26 WEBSI /kernel: cd0: Removable CD-ROM SCSI-2 device Oct 17 09:22:26 WEBSI /kernel: cd0: 20.000MB/s transfers (20.000MHz, offset 15) Oct 17 09:22:26 WEBSI /kernel: cd0: Attempt to query device size failed: NOT READY, Medium not p resent Oct 17 09:22:26 WEBSI /kernel: Unexpected busfree. LASTPHASE == 0xe0 Oct 17 09:22:26 WEBSI /kernel: SEQADDR == 0x153 Oct 17 09:22:26 WEBSI /kernel: Unexpected busfree. LASTPHASE == 0xe0 Oct 17 09:22:26 WEBSI /kernel: SEQADDR == 0x153 Oct 17 09:22:27 WEBSI /kernel: (da1:ahc0:0:1:0): got CAM status 0x53 Oct 17 09:22:27 WEBSI /kernel: (da1:ahc0:0:1:0): fatal error, failed to attach to device Oct 17 09:22:27 WEBSI /kernel: (da1:ahc0:0:1:0): lost device Oct 17 09:22:27 WEBSI /kernel: (da1:ahc0:0:1:0): removing device entry Oct 17 09:22:38 WEBSI sendmail[439]: NOQUEUE: SYSERR: putoutmsg (NO-HOST): error on output chann el sending "451 fill_fd: before main() initmaps: fd 1 not open: Bad file descriptor": Input/outp ut error Oct 17 09:22:38 WEBSI sendmail[439]: NOQUEUE: SYSERR(root): fill_fd: before main() initmaps: fd 1 not open: Bad file descriptor Oct 17 09:22:38 WEBSI sendmail[439]: NOQUEUE: SYSERR(root): fill_fd: before main() initmaps: fd 2 not open: Bad file descriptor Oct 17 10:25:36 WEBSI sendmail[1107]: KAA01105: SYSERR(root): MX list for shift-f1.com. points b ack to WEBSI.com Oct 17 18:38:59 WEBSI sendmail[4085]: SAA04083: SYSERR(root): MX list for shift-f1.com. points b ack to WEBSI.com ======== End of Critical.log extract ========= -- Shashi Joshi _____________________________________________________________________ __o o__ o__ o__ o__ There's one _ \<._ _.>/ _ _.>/ _ _.>/ _ _.>/ _ in every (_)/ (_) (_) \(_) (_) \(_) (_) \(_) (_) \(_) crowd... _____________________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 14:49:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from trooper.velocet.net (trooper.velocet.net [216.126.82.226]) by hub.freebsd.org (Postfix) with ESMTP id 7F06D15143 for ; Sun, 17 Oct 1999 14:49:49 -0700 (PDT) (envelope-from dgilbert@trooper.velocet.net) Received: (from dgilbert@localhost) by trooper.velocet.net (8.9.3/8.9.3) id RAA39394; Sun, 17 Oct 1999 17:49:48 -0400 (EDT) (envelope-from dgilbert) From: David Gilbert MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14346.17532.564944.777583@trooper.velocet.net> Date: Sun, 17 Oct 1999 17:49:48 -0400 (EDT) To: freebsd-questions@freebsd.org Subject: pthread_create and shared objects. X-Mailer: VM 6.71 under 20.4 "Emerald" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have apache built to accept shared objects. Traditionally, I have had problems integrating the 'httpdapy' (python) module with some of the other modules --- it requires posix threads. Several other things (like php/mysql) don't like apache compiled with that (Besides... apache compiled with posix threads seems flakey --- locks up). Anyways, my question is: what are the reprocussions of trying to allow a .so to use -pthread while the application that loads the .so at runtime is compiled without -pthread? Dave. -- ============================================================================ |David Gilbert, Velocet Communications. | Two things can only be | |Mail: dgilbert@velocet.net | equal if and only if they | |http://www.velocet.net/~dgilbert | are precisely opposite. | =========================================================GLO================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 14:50:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id A177F14E28 for ; Sun, 17 Oct 1999 14:50:31 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2650.21) id <40N6FB48>; Sun, 17 Oct 1999 17:50:37 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105CFF@site2s1> From: Christopher Michaels To: 'Frankie Li' , freebsd-questions@freebsd.org Subject: RE: quota not working properly Date: Sun, 17 Oct 1999 17:53:27 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To quote the web page. "At this point you should reboot your system with your new kernel. /etc/rc will automatically run the appropriate commands to create the initial quota files for all of the quotas you enabled in /etc/fstab, so there is no need to manually create any zero length quota files. " You have not does this. You either rebooted before editing the /etc/rc.conf and/or /etc/fstab file, or you just haven't rebooted at all. :P -Chris > -----Original Message----- > From: Frankie Li [SMTP:notme@lvdi.net] > Sent: Friday, October 15, 1999 8:28 PM > To: freebsd-questions@freebsd.org > Subject: quota not working properly > > Hi, > I have recompiled the kernel according to > the tutorial in www.freebsd.org to enable > quota, and also edited rc.conf as described. > However, when I edit /etc/fstab, and then > do edquota , quota -v shows > that the user's quota is none. > i.e: > Disk quotas for user test (uid 1000): none > > Is the tutorial in www.freebsd.org outdated? > > I have a 486/33 with 2 hard drives, (250 > MB on one and 200 on the other), with > 16MB of RAM, and FreeBSD 3.2-Release. > > > Thank you in advance for any help! > Please e-mail me if any additional information > is required. > > Frankie > > > > 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 Oct 17 15: 1:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id AFDE714C8C for ; Sun, 17 Oct 1999 15:01:32 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2650.21) id <40N6FCKD>; Sun, 17 Oct 1999 18:01:37 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105D00@site2s1> From: Christopher Michaels To: 'Francisco Reyes' , freebsd-questions@FreeBSD.ORG, Tom Stewart Subject: RE: Seriously Considering FreeBSD Date: Sun, 17 Oct 1999 18:04:28 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Francisco Reyes [SMTP:fran@reyes.somos.net] > Sent: Sunday, October 17, 1999 11:08 AM > To: freebsd-questions@FreeBSD.ORG; Tom Stewart > Subject: Re: Seriously Considering FreeBSD > > Please don't send HTML messages.... > Follow your own advice, this message was HTML also. > >Does FreeBSD comes with Java development tools or do I obtain them from > elsewhere? > >(Maybe Sun? or GNU?) > > check www.freebsd.org/ports, in particular look at the Java section. > Those are programs which you can easily get installed under FreeBSD as > part of the ports system. > > For more about ports look at the documentation. In particular something > called the "handbook". > > Also any Java based development tool will work under FreeBSD after you > have installed the JDK. For instance I think Netbeans is Java based (i.e. > it is a Java program). Don't recall the URL though. > > There's rather detailed information about this subject at > http://www.FreeBSD.org/java/ > -Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 15:13:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (Postfix) with ESMTP id E14D514DFD for ; Sun, 17 Oct 1999 15:13:19 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id PAA12610; Sun, 17 Oct 1999 15:04:10 -0700 (PDT) Date: Sun, 17 Oct 1999 15:04:10 -0700 (PDT) From: Annelise Anderson To: Francisco Reyes Cc: Edirol , FreeBSD questions Subject: Re: Permission denied when rebuilding locate db In-Reply-To: <199910172018.QAA24302@sanson.reyes.somos.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 think the building of the locate database was revised to provide additional flexibility and security, so that the location of some files need not be reported in the database. The building of the database is controlled by the variables in the rc.locate file, which notes that if the path locate uses begins where locate cannot read, it produces empty databases. If users' home directories are 750, their files will not be recorded in the database either, which is probably desirable for a machine used by more than one person. It's possible to build more than one database, and to move them around, and to use a specific locate database using the -d switch. The option to write the database to a particular file is included in rc.locate. Annelise On Sun, 17 Oct 1999, Francisco Reyes wrote: > On Sun, 17 Oct 1999 14:44:02 -0400, Edirol wrote: > > /root was "750" so this is probably the case. > This must be a bug. I can't think of any good reason to have /root "755" > > >I had this problem once. In my case it was because my /root directory was > >"chmod 750". After I set it to "chmod 755" I didn't get the error anymore. > > > >> I have moved creating of the locate database to /etc/periodic/daily. > >> For a month or so it worked fine but lately the locate db has been zero > >> bytes. When I look at the daily run output I see: > >> > >> Rebuilding locate database: > >> find: .: Permission denied > > > > > 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 Oct 17 15:17: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dt050n71.san.rr.com (dt050n71.san.rr.com [204.210.31.113]) by hub.freebsd.org (Postfix) with ESMTP id 9F7E0151B1 for ; Sun, 17 Oct 1999 15:16:50 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt050n71.san.rr.com (8.9.3/8.8.8) with ESMTP id PAA12813; Sun, 17 Oct 1999 15:16:43 -0700 (PDT) (envelope-from Doug@gorean.org) Message-ID: <380A4ACA.46908193@gorean.org> Date: Sun, 17 Oct 1999 15:16:42 -0700 From: Doug Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 4.0-CURRENT-0927 i386) X-Accept-Language: en MIME-Version: 1.0 To: Arcady Genkin Cc: freebsd-questions@freebsd.org Subject: Re: Is sshd from ssh2 compatible with ssh1 clients? References: <87n1thy9yk.fsf@main.wgaf.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Arcady Genkin wrote: > > $(SUBJ)? For future reference, this growing trend of referring to the subject line in the body of th email just plain sucks. If you don't care enough to write out a coherent question in the email body why should I care enough to answer? > I'm asking because I know that ssh2 clients cannot connect to a ssh1 > daemon. This is covered in the ssh documentation, and at great length in the mail archives. The short answer is, you should be able to use an ssh1 client with an ssh2 server, but many people have reported incompatibilities. Good luck, Doug -- "Stop it, I'm gettin' misty." - Mel Gibson as Porter, "Payback" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 15:19:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imo11.mx.aol.com (imo11.mx.aol.com [198.81.17.1]) by hub.freebsd.org (Postfix) with ESMTP id EE76D14E44 for ; Sun, 17 Oct 1999 15:19:15 -0700 (PDT) (envelope-from ATeslik@aol.com) Received: from ATeslik@aol.com by imo11.mx.aol.com (mail_out_v23.6.) id eAGHa15805 (3954); Sun, 17 Oct 1999 18:18:37 -0400 (EDT) From: ATeslik@aol.com Message-ID: <0.cb87300d.253ba53d@aol.com> Date: Sun, 17 Oct 1999 18:18:37 EDT Subject: Ping win/FreeBSD probs To: caught@prodigy.net Cc: freebsd-questions@freebsd.org, samba@samba.anu.edu.au MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 26 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Okay, I'm starting to get excited now because I think someone from the Samba lists has pushed me in the right direction here. To recap: I can't ping my win machine (192.168.1.2) from my FreeBSD box (192.168.1.3) and vice versa. Both subnet masks are 255.255.255.0 and ipfw is not running. I loaded the dos config program for the card on my BSD machine (by booting off DOS floppy first ;) ) and noticed that the mac address is 00:a0:cc:36:16:5e HA!!! 'ifconfig -a' says: pn0: flags=8843 mtu 1500 inet 192.168.1.3 netmask 0xffffff00 broadcast 192.168.1.255 ether 87:ff:87:ff:87:ff media: autoselect (10baseT/UTP ) supported media: autoselect 100baseT4 100baseTX 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP 10baseT/UTP That mac address is wrong!! I'm salivating now. Soooooo, how do I change the mac address to the correct one? I tried ifconfig pn0 address and arp -S pn0 to no avail. I'm reading furiously on the man pages and feel like I can alllllmoooossstt touch it. Just a little nudge more of help 'o' gods of the lists? Alex P.S.- are mac addresses dynamic? Do they change with every boot? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 15:29:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id F0BE014DFD for ; Sun, 17 Oct 1999 15:29:55 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2650.21) id <40N6F1H0>; Sun, 17 Oct 1999 18:30:01 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105D01@site2s1> From: Christopher Michaels To: "'ATeslik@aol.com'" Cc: freebsd-questions@freebsd.org Subject: RE: Ping win/FreeBSD probs Date: Sun, 17 Oct 1999 18:33:07 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm sorry to say I don't know how you would change how freebsd sees your mac address. I don't think you can. It may be that the pn driver is not compatable with your card, as you suggested in another posting. man 4 pn, says that it's compatable with the following cards: ...PCI ethernet adapters and embedded controllers based on the Lite-On 82c168 and 82c169 fast ethernet controller chips. This includes the LinkSys LNE100TX, the Bay Networks Netgear FA310TX revision D1, the Matrox Networks FastNIC 10/100, certain adapters manufactured by D-Link and Trendware, and various other commodity fast ethernet cards. I can tell you that mac addresses are NOT dynamic. To my knowledge they are hardwired into the card. -Chris > -----Original Message----- > From: ATeslik@aol.com [SMTP:ATeslik@aol.com] > Sent: Sunday, October 17, 1999 6:19 PM > To: caught@prodigy.net > Cc: freebsd-questions@freebsd.org; samba@samba.anu.edu.au > Subject: Ping win/FreeBSD probs > > Okay, > > I'm starting to get excited now because I think someone from the > Samba lists has pushed me in the right direction here. To recap: > > I can't ping my win machine (192.168.1.2) from my FreeBSD box > (192.168.1.3) > and vice versa. Both subnet masks are 255.255.255.0 and ipfw is not > running. > I loaded the dos config program for the card on my BSD machine (by booting > > off DOS floppy first ;) ) and noticed that the mac address is > 00:a0:cc:36:16:5e > > HA!!! > > 'ifconfig -a' says: > > pn0: flags=8843 mtu 1500 > inet 192.168.1.3 netmask 0xffffff00 broadcast 192.168.1.255 > ether 87:ff:87:ff:87:ff > media: autoselect (10baseT/UTP ) > supported media: autoselect 100baseT4 100baseTX > 100baseTX 100baseTX 10baseT/UTP > 10baseT/UTP 10baseT/UTP > > That mac address is wrong!! I'm salivating now. Soooooo, how do I change > the > mac address to the correct one? I tried > > ifconfig pn0 address > > and > > arp -S pn0 > > to no avail. I'm reading furiously on the man pages and feel like I can > alllllmoooossstt > touch it. Just a little nudge more of help 'o' gods of the lists? > > Alex > > P.S.- are mac addresses dynamic? Do they change with every boot? > > > 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 Oct 17 15:33:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from europe.std.com (europe-e.std.com [192.74.137.10]) by hub.freebsd.org (Postfix) with ESMTP id DD86B14DFD for ; Sun, 17 Oct 1999 15:33:26 -0700 (PDT) (envelope-from lowell@world.std.com) Received: from world.std.com (lowell@world-f.std.com [199.172.62.5]) by europe.std.com (8.9.3/8.9.3) with ESMTP id SAA11417 for ; Sun, 17 Oct 1999 18:33:24 -0400 (EDT) Received: (from lowell@localhost) by world.std.com (8.9.3/8.9.3) id SAA23998; Sun, 17 Oct 1999 18:33:24 -0400 (EDT) To: freebsd-questions@freebsd.org Subject: Re: FreeBSD as a dedicated network router? References: <3807AB5B.29DEC712@ndsu.nodak.edu> From: Lowell Gilbert Date: 17 Oct 1999 18:33:23 -0400 In-Reply-To: Peter Schultz's message of Fri, 15 Oct 1999 17:31:56 -0500 Message-ID: Lines: 16 X-Mailer: Gnus v5.5/Emacs 20.2 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peter Schultz writes: > It is our duty to warn you that, even when FreeBSD is configured in this > way, it does not completely comply with the Internet standard > requirements for routers; however, it comes close enough for ordinary > usage. > --------------------- > > What does this mean... what is the problem? Is it something to be > concerned about? Several of us wrote up comments on this the last time someone asked, within the last six months. The mailing list archives should have those discussions. [But the short version is: if you haven't already read RFC 1918, FreeBSD may well be *better* for your purposes than a completely compliant router. But I'd still recommend reading it.] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 15:47:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from merlins.force9.net (merlins.force9.net [195.166.128.23]) by hub.freebsd.org (Postfix) with SMTP id DD60014DFB for ; Sun, 17 Oct 1999 15:47:26 -0700 (PDT) (envelope-from ric@sinclairassoc.force9.co.uk) Received: (qmail 18909 invoked from network); 17 Oct 1999 22:47:22 -0000 Received: from mayfly.plus.net.uk (HELO mayfly.force9.net) (195.166.128.28) by merlins.force9.net with SMTP; 17 Oct 1999 22:47:22 -0000 Received: (qmail 12444 invoked from network); 17 Oct 1999 22:47:21 -0000 Received: from unknown (HELO sinclairassoc.force9.co.uk) (212.56.102.123) by mayfly.plus.net.uk with SMTP; 17 Oct 1999 22:47:21 -0000 Message-ID: <380A51F7.876110E5@sinclairassoc.force9.co.uk> Date: Sun, 17 Oct 1999 23:47:19 +0100 From: Richard Morte Organization: Sinclair Associates X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en-GB, en MIME-Version: 1.0 To: Doug Cc: TrouBle , Francisco Reyes , "freebsd-questions@FreeBSD.ORG" Subject: Re: DNS Implications for VHosts on Apache References: <3809F85D.60239718@sinclairassoc.force9.co.uk> <380A30A9.E33884C9@gorean.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug wrote: > > Richard Morte wrote: > > > Running NSLINT seems to regard > > this as an error with "...already in use" messages. > > nslint is being too conservative. Your setup is fine. > > Doug > -- > "Stop it, I'm gettin' misty." > > - Mel Gibson as Porter, "Payback" Yup, I guess nslint is expecting the standard situation of both forward and reverse lookups, so it reports the missing PTR entries. For VH, reverse resolving isn't necessary - the user either types the URL or, rarely, the IP address directly - so only the name needs resolving. The bit I wasn't sure about was the "already in use" messages, but you have eased my mind over this one. Thank you, all, for your advice. Ric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 15:48: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cask.force9.net (cask.force9.net [195.166.128.29]) by hub.freebsd.org (Postfix) with SMTP id 767F514DFB for ; Sun, 17 Oct 1999 15:47:59 -0700 (PDT) (envelope-from ric@sinclairassoc.force9.co.uk) Received: (qmail 10466 invoked from network); 17 Oct 1999 22:47:58 -0000 Received: from unknown (HELO mayfly.force9.net) (195.166.128.28) by cask.force9.net with SMTP; 17 Oct 1999 22:47:58 -0000 Received: (qmail 12457 invoked from network); 17 Oct 1999 22:47:57 -0000 Received: from unknown (HELO sinclairassoc.force9.co.uk) (212.56.102.123) by mayfly.plus.net.uk with SMTP; 17 Oct 1999 22:47:57 -0000 Message-ID: <380A5240.BBDDA756@sinclairassoc.force9.co.uk> Date: Sun, 17 Oct 1999 23:48:32 +0100 From: Richard Morte Organization: Sinclair Associates X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en-GB, en MIME-Version: 1.0 To: "Daniel T. Chen" Cc: Dan Nelson , Ian J Greely , "freebsd-questions@FreeBSD.ORG" , Mark Einreinhof Subject: Re: Full or Half Duplex NICs References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear All, Thank you for replying. I am away till Wednesday, so will not find out immediately from Netgear whether the hub supports full duplex. However, since it is a hub and not a switch, Dan Nelson's advice that hubs do not support full duplex may yet prevail (the reason why the docs that came with the hub never mention full/half duplex?). The issue of full /half duplex only came to light when I noticed that the windows clients had defaulted to full duplex, yet those on both the FreeBSD boxes defaulted to half duplex. So my question is more about optimisation than repairing anything that's not strictly broken. With the ifconfig command I could fiddle with the settings, but I have no way of consistently measuring network performance, collisions, etc. All I can tell is that there are very few collision instances on the hub (leds on the front panel) during file transfers, internet access, etc, so I guess the current configuration is OK. I recently replaced a 3com 3c905b (10M/s) with the FA310TX: with the 3c905 the number of collissions seemed horrendous even during small file transfers, so the network has improved considerably since the change. No need to reply. I have enough info now to go on. Thanks again, Ric "Daniel T. Chen" wrote: > > On Sat, 16 Oct 1999, Richard Morte wrote: > > > I have a network configured with the Netgear FA310TX ethernet cards and > > Netgear 8 port hub. Cards are 10/100 and hub is 10/100 autosensing. On > > bootup both FreeBSD machines default to: > > > > media: 100BaseTX (half-duplex) > > > > Would there be any advantage in running the entire network at full > > duplex? If so, how do I specify this in ifconfig? > > Ric, > Forgive me if I'm wrong, but just because your NICs and your hub > are 10/100 autosensing does not mean that full-duplex operation is > automatically supported. Upon boot, probing of eth0 should return whether > the entire network is *capable* of full-duplex operation, though it *is* > possible to force the hardware into such a mode. It is generally not > recommended that you do so since your hub may not support full-duplex > operation even though it is 10/100 Base-TX autosensing. > A `man ifconfig` should give you the command-line switch(es) you > need to force your NIC into full-duplex operation. > Hope I'm not too far off-base here. ;-) > > -d > > --- > Daniel T. Chen > daniel_chen@unc.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 15:58: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sanson.reyes.somos.net (freyes.static.inch.com [207.240.212.43]) by hub.freebsd.org (Postfix) with ESMTP id 73DE715041 for ; Sun, 17 Oct 1999 15:57:54 -0700 (PDT) (envelope-from fran@reyes.somos.net) Received: from tomasa (tomasa.reyes.somos.net [10.0.0.11]) by sanson.reyes.somos.net (8.9.3/8.9.3) with SMTP id SAA24581; Sun, 17 Oct 1999 18:55:08 -0400 (EDT) (envelope-from fran@reyes.somos.net) Message-Id: <199910172255.SAA24581@sanson.reyes.somos.net> From: "Francisco Reyes" To: "Ken Kyler" Cc: "FreeBSD questions" Date: Sun, 17 Oct 1999 18:55:41 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.1998) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: RE: Firewalls for Morons Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 17 Oct 1999 16:50:04 -0400, Ken Kyler wrote: >Interesting. I had initially built the kernel with... > ># added by kyler >options IPFIREWALL >options IPDIVERT >options IPFIREWALL_VERBOSE >#options IPFIREWALL_DEFAULT_TO_ACCEPT Those options look ok. Just to be on the safe side why don't you take out the default_to_accept and re-build the kernel. The only thing I have which you did not listed is options IPFIREWALL_VERBOSE_LIMIT=50 #Limit verbosity But that shouldnt' be the reason why you are not getting anything logged. It wouldn't hurt to add it anyway. >They have to be as everything works fine once I add the rule "ipfw add allow >all from any to any" I am running out of suggestions. Try with an "open" firewall. Then ad a rule from a shell ipfw add ## allow log from any to any Make ## a number lower than the existing "allow any to any" rule. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 15:58:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.wa.home.com (ha1.rdc1.wa.home.com [24.0.2.66]) by hub.freebsd.org (Postfix) with ESMTP id A1F4B15041 for ; Sun, 17 Oct 1999 15:58:31 -0700 (PDT) (envelope-from francis.j.bruening@bigfoot.com) Received: from c583119a ([24.0.55.28]) by mail.rdc1.wa.home.com (InterMail v4.01.01.00 201-229-111) with SMTP id <19991017225830.DWLJ22951.mail.rdc1.wa.home.com@c583119a> for ; Sun, 17 Oct 1999 15:58:30 -0700 From: "Francis J. Bruening" To: "freebsd" Subject: question about mail not working on new 3.3 install (config error) Date: Sun, 17 Oct 1999 16:00:25 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, I'm new to FreeBSD, and have recently upgraded to 3.3-STABLE. I'm having a mail problem. I believe it's a user config error, but nothing I've read seems to clue me in on this. I'm using @home, and my hostname is c583119-a.potlnd.or.home.com My FreeBSD userid is fjb, and I'm trying to sendmail to intel.com When I use mutt, or mail to send mail, I get the following error back. Any thoughts on how to proceed to resolve this are much appreciated. thanks in advance. Regards, Francis ----------------- bounced mail ----------------------------- The original message was received at Sun, 17 Oct 1999 15:22:46 -0700 (PDT) from fjb@localhost ----- The following addresses had permanent fatal errors ----- francis.j.bruening@intel.com ----- Transcript of session follows ----- ... while talking to baucis.sc.intel.com.: >>> MAIL From: SIZE=297 <<< 501 ... Sender domain must exist 501 francis.j.bruening@intel.com... Data format error Reporting MTA: dns; c583119-a.potlnd.or.home.com Arrival Date: Sun, 17 Oct 1999 15:22:46 -0700 (PDT) Final Recipient: RFC822; francis.j.bruening@intel.com Action: failed Status: 5.5.2 Remote MTA: DNS; baucis.sc.intel.com Diagnostic Code: SMTP; 501 ... Sender domain must exist Last Attempt Date: Sun, 17 Oct 1999 15:22:47 -0700 (PDT) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 16: 3: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from logisticsoftware.co.nz (logisticsoftware.co.nz [202.37.163.1]) by hub.freebsd.org (Postfix) with ESMTP id E8BC0150F1 for ; Sun, 17 Oct 1999 16:02:54 -0700 (PDT) (envelope-from jonc@logisticsoftware.co.nz) Received: (from jonc@localhost) by logisticsoftware.co.nz (8.9.3/8.9.3) id MAA27616; Mon, 18 Oct 1999 12:02:50 +1300 (NZDT) Date: Mon, 18 Oct 1999 12:02:50 +1300 (NZDT) From: Jonathan Chen To: "Francis J. Bruening" Cc: freebsd Subject: Re: question about mail not working on new 3.3 install (config error) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 17 Oct 1999, Francis J. Bruening wrote: > Greetings, > > I'm new to FreeBSD, and have recently upgraded to 3.3-STABLE. > > I'm having a mail problem. I believe it's a user config error, but > nothing I've read seems to clue me in on this. > > I'm using @home, and my hostname is c583119-a.potlnd.or.home.com Well, from the 'Net: c583119-a.potlnd.or.home.com doesn't exist. Either relay your email thru' your ISP's mail server, or get your ISP to put in appropriate DNS entries for your hostname. Cheers. Jonathan Chen | "Vini, vidi, velcro... | I came, I saw, I stuck around" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 16:13:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lvdi.net (Mta.lvdi.net [216.24.138.2]) by hub.freebsd.org (Postfix) with SMTP id 283A614BF5 for ; Sun, 17 Oct 1999 16:13:43 -0700 (PDT) (envelope-from notme@lvdi.net) Received: from lvdi.net ([216.24.141.164]) by 216.24.138.2127.0.0.1 ; Sun, 17 Oct 1999 16:07:30 2000 PDT Message-ID: <380A5A55.19C59007@lvdi.net> Date: Sun, 17 Oct 1999 16:23:01 -0700 From: me++ X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: Christopher Michaels Cc: freebsd-questions@freebsd.org Subject: Re: quota not working properly References: <6C37EE640B78D2118D2F00A0C90FCB4401105CFF@site2s1> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for the reply! Actually, I have rebooted after editing /etc/rc.conf and /etc/fstab. I even checked the startup message and confirmed that quota was turned on. When I do edquota as the web page said, it gave me a blank quota file, for example: edquota -u tester Quotas for user tester: I have tried tying in the settings (invalid or valid), and save and exit, but when I do quota -v tester, the same message popped up: Disk quotas for user tester (uid 1001): none I have also tried rebooting right after edquota, and same time happen. When I go back into edquota, the settings are all gone regardless of rebooting. I have tried touch quota.user and quota.group in /root, /usr/ since I have seen the man page talking about it. (Actually, it just says that the quota.user and quota.group are files that are supposed to be in /root) I am sorta running out of ideas on things I could do. Thank you in advance for any help! Frankie Here's my /etc/fstab # Device Mountpoint Fstype Options Dump Pass# /dev/wd0s1b none swap sw 0 0 /dev/wd0s1a / ufs rw 1 1 /dev/wd0s1e /usr ufs rw, userquota, groupquota 2 2 /dev/wcd0c /cdrom cd9660 ro, noauto 0 0 proc /proc procfs rw 0 0 I am running FreeBSD 3.2-Release Christopher Michaels wrote: > To quote the web page. > > "At this point you should reboot your system with your new kernel. /etc/rc > will automatically run the appropriate commands to create the initial quota > files for all of the quotas you enabled in /etc/fstab, so there is no need > to manually create any zero length quota files. " > > You have not does this. You either rebooted before editing the /etc/rc.conf > and/or /etc/fstab file, or you just haven't rebooted at all. :P > > -Chris > > > -----Original Message----- > > From: Frankie Li [SMTP:notme@lvdi.net] > > Sent: Friday, October 15, 1999 8:28 PM > > To: freebsd-questions@freebsd.org > > Subject: quota not working properly > > > > Hi, > > I have recompiled the kernel according to > > the tutorial in www.freebsd.org to enable > > quota, and also edited rc.conf as described. > > However, when I edit /etc/fstab, and then > > do edquota , quota -v shows > > that the user's quota is none. > > i.e: > > Disk quotas for user test (uid 1000): none > > > > Is the tutorial in www.freebsd.org outdated? > > > > I have a 486/33 with 2 hard drives, (250 > > MB on one and 200 on the other), with > > 16MB of RAM, and FreeBSD 3.2-Release. > > > > > > Thank you in advance for any help! > > Please e-mail me if any additional information > > is required. > > > > Frankie > > > > > > > > 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 Oct 17 16:13:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from natsoft.com.au (natsoft.com.au [203.39.138.130]) by hub.freebsd.org (Postfix) with ESMTP id 5A9D814D6E for ; Sun, 17 Oct 1999 16:13:48 -0700 (PDT) (envelope-from simon@natsoft.com.au) Received: from Win95.natsoft.com.au (Win95 [203.39.138.131]) by natsoft.com.au (8.8.5/8.8.5) with SMTP id KAA12799 for ; Mon, 18 Oct 1999 10:17:29 GMT Message-ID: <380A57B5.4DF8@natsoft.com.au> Date: Mon, 18 Oct 1999 10:11:49 +1100 From: Simon Bennet Organization: National Software Pty Ltd X-Mailer: Mozilla 3.04 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: HP Jetdirect Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When utilising an internal jetdirect port in a HP4000 laser printer we are getting a sheet that follows every print request with the following information. User : xxxxxx Host : xxx.my.domain Class : xxx.my.domain Job : stdin I have used x's to signify client specific information. Despite Windows being an inferior operating system it doesn't print this page. What is the solution to this problem to bring about a very happy FreeBSD user. Simon Bennet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 16:16: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from logisticsoftware.co.nz (logisticsoftware.co.nz [202.37.163.1]) by hub.freebsd.org (Postfix) with ESMTP id B716214BF5 for ; Sun, 17 Oct 1999 16:15:53 -0700 (PDT) (envelope-from jonc@logisticsoftware.co.nz) Received: (from jonc@localhost) by logisticsoftware.co.nz (8.9.3/8.9.3) id MAA28088; Mon, 18 Oct 1999 12:15:47 +1300 (NZDT) Date: Mon, 18 Oct 1999 12:15:47 +1300 (NZDT) From: Jonathan Chen To: "Francis J. Bruening" Cc: freebsd-questions@freebsd.org Subject: RE: question about mail not working on new 3.3 install (config error) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Please Cc: questions as well] On Sun, 17 Oct 1999, Francis J. Bruening wrote: > hello Johnathan, > > Thanks for the tip. If my ISP's mailer is "mail", what would I have > to do to use that as my mailer? There are 2 ways to do this. One is to tweak your /etc/sendmail.cf so that mail will be forwarded to your ISP's mail-relay. I can't recall off-hand just which flags to use, but if you look in /usr/src/contrib/sendmail/cf, there's a whole section on using m4 macros to config /etc/sendmail.cf. The other way involves configuring your mail-agent (pine/mutt) so that the SMTP server it talks to is your ISP's mail-relay (get your ISP to detail this if you haven't got the info). Cheers. Jonathan Chen | "Vini, vidi, velcro... | I came, I saw, I stuck around" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 16:29:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from logisticsoftware.co.nz (logisticsoftware.co.nz [202.37.163.1]) by hub.freebsd.org (Postfix) with ESMTP id 8965914A12 for ; Sun, 17 Oct 1999 16:29:14 -0700 (PDT) (envelope-from jonc@logisticsoftware.co.nz) Received: (from jonc@localhost) by logisticsoftware.co.nz (8.9.3/8.9.3) id MAA28597; Mon, 18 Oct 1999 12:28:40 +1300 (NZDT) Date: Mon, 18 Oct 1999 12:28:40 +1300 (NZDT) From: Jonathan Chen To: Simon Bennet Cc: freebsd-questions@FreeBSD.ORG Subject: Re: HP Jetdirect In-Reply-To: <380A57B5.4DF8@natsoft.com.au> 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, 18 Oct 1999, Simon Bennet wrote: > When utilising an internal jetdirect port in a HP4000 laser printer we > are getting a sheet that follows every print request with the following > information. > > User : xxxxxx > Host : xxx.my.domain > Class : xxx.my.domain > Job : stdin > > I have used x's to signify client specific information. Telnet to your jetdirect port; then type in: banner: 0 quit Jonathan Chen | "Vini, vidi, velcro... | I came, I saw, I stuck around" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 16:29:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id B76C514BF5 for ; Sun, 17 Oct 1999 16:29:18 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2650.21) id <40N6F2HY>; Sun, 17 Oct 1999 19:29:24 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105D03@site2s1> From: Christopher Michaels To: 'me++' Cc: freebsd-questions@freebsd.org Subject: RE: quota not working properly Date: Sun, 17 Oct 1999 19:32:29 -0400 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 Just for the sake of argument, lets go through the steps 1 by 1 and makes sure we're at the same place. 1. Compiled a new kernel and installed it with "options QUOTA" in the config file? 2. Added "enable_quotas=YES" in /etc/rc.conf? 3. Added "check_quotas=YES" in /etc/rc.conf? 4. Added userquota and/or groupqouta to the device line in /etc/fstab? ( I see you did that but I'm going through all the steps. ) AHH, I see one problem. Your fstab. Don't put spaces between the options and I'll bet that's your problem. # Device Mountpoint Fstype Options Dump Pass# /dev/wd0s1b none swap sw 0 0 /dev/wd0s1a / ufs rw 1 1 /dev/wd0s1e /usr ufs rw,userquota,groupquota 2 2 /dev/wcd0c /cdrom cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 If this is something stupid your mailer did, than I'll move on. 5. Restart. Now, if the above 5 steps aren't working try the following (as root) quotaon /usr quotacheck -v /usr If it still doesn't work, report back. BTW, the quota.user and quota.group files are not in "/root" they are in the ROOT of the partition where the quotas are enabled. In your case /usr directory is the root of that partition. Good luck, -Chris > -----Original Message----- > From: me++ [SMTP:notme@lvdi.net] > Sent: Sunday, October 17, 1999 7:23 PM > To: Christopher Michaels > Cc: freebsd-questions@freebsd.org > Subject: Re: quota not working properly > > Thanks for the reply! > Actually, I have rebooted after editing /etc/rc.conf and > /etc/fstab. I even checked the startup message and > confirmed that quota was turned on. When I do edquota > as the web page said, it gave me a blank quota file, for > example: > edquota -u tester > > Quotas for user tester: > > > I have tried tying in the settings (invalid or valid), and > save and exit, but when I do quota -v tester, the same > message popped up: > > Disk quotas for user tester (uid 1001): none > > I have also tried rebooting right after edquota, and same > time happen. When I go back into edquota, the settings > are all gone regardless of rebooting. I have tried touch > quota.user and quota.group in /root, /usr/ since I have seen > the man page talking about it. (Actually, it just says that > the quota.user and quota.group are files that are supposed > to be in /root) > > I am sorta running out of ideas on things I could do. > Thank you in advance for any help! > > > > Frankie > Here's my /etc/fstab > > # Device Mountpoint Fstype Options Dump Pass# > /dev/wd0s1b none swap sw 0 0 > /dev/wd0s1a / ufs rw 1 1 > /dev/wd0s1e /usr ufs rw, userquota, groupquota 2 > 2 > /dev/wcd0c /cdrom cd9660 ro, noauto 0 0 > proc /proc procfs rw 0 > 0 > > I am running FreeBSD 3.2-Release > > Christopher Michaels wrote: > > > To quote the web page. > > > > "At this point you should reboot your system with your new kernel. > /etc/rc > > will automatically run the appropriate commands to create the initial > quota > > files for all of the quotas you enabled in /etc/fstab, so there is no > need > > to manually create any zero length quota files. " > > > > You have not does this. You either rebooted before editing the > /etc/rc.conf > > and/or /etc/fstab file, or you just haven't rebooted at all. :P > > > > -Chris > > > > > -----Original Message----- > > > From: Frankie Li [SMTP:notme@lvdi.net] > > > Sent: Friday, October 15, 1999 8:28 PM > > > To: freebsd-questions@freebsd.org > > > Subject: quota not working properly > > > > > > Hi, > > > I have recompiled the kernel according to > > > the tutorial in www.freebsd.org to enable > > > quota, and also edited rc.conf as described. > > > However, when I edit /etc/fstab, and then > > > do edquota , quota -v shows > > > that the user's quota is none. > > > i.e: > > > Disk quotas for user test (uid 1000): none > > > > > > Is the tutorial in www.freebsd.org outdated? > > > > > > I have a 486/33 with 2 hard drives, (250 > > > MB on one and 200 on the other), with > > > 16MB of RAM, and FreeBSD 3.2-Release. > > > > > > > > > Thank you in advance for any help! > > > Please e-mail me if any additional information > > > is required. > > > > > > Frankie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 16:45:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from va.com.au (va.com.au [203.15.106.1]) by hub.freebsd.org (Postfix) with ESMTP id E552E14A12 for ; Sun, 17 Oct 1999 16:44:02 -0700 (PDT) (envelope-from jesse@va.com.au) Received: from [1.1.1.3] (203.108.21.7) by va.com.au with ESMTP (Eudora Internet Mail Server 2.2); Mon, 18 Oct 1999 09:13:38 +0930 Mime-Version: 1.0 X-Sender: jesse@mail.va.com.au Message-Id: Date: Mon, 18 Oct 1999 09:43:10 +1000 To: freebsd-questions@freebsd.org From: jesse reynolds Subject: how do you turn on / install drivers? (Xircom PC-Card Ethernet) Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Does FreeBSD have dynamicly loadable kernel modules like Linux? How do I check to see if a certain driver is installed for a certain piece of hardware? I know that the xircom driver is now part of 3.3 Release, but it's not recognising either a CE2 or a CEM33. Might it be "disabled". Do I have to recompile the kernel or can I just adjust a kernel conf file? I'd like to know, in general, how you find out if a certain piece of hardware is supported, and if so how to get it's driver installed and working. Any clues? Also, would the fact that I disabled all networking and comms drivers when booting up from the 3.3 install cd, have any bearing on the fact these network cards are not being recognised? Also, is it likely to be a problem if I have both the CE2 (ethernet only) and the CEM33 (ethernet + modem) cards connected at the same time? Please include jesse@va.com.au in reply as I'm not subscribed to freebsd-questions. cheers jesse -- Jesse Reynolds - Virtual Artists Pty Ltd - http://www.va.com.au - http://virtual.artists Mobile: (+61) 0414 669 790 Faxmail: (+61) 02 9776 3594 Virtual Community Engine Email: jesse (at) va.com.au http://www.vce.net ?: http://jesse.va.com.au huh?: Content Management System ICQ: 4766684 & Application Server for Timezone: GMT +10:00 Hrs MacOS Webservers (W*API) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 16:59:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by hub.freebsd.org (Postfix) with ESMTP id 8E28E14F3E for ; Sun, 17 Oct 1999 16:59:36 -0700 (PDT) (envelope-from jcwells@u.washington.edu) Received: from localhost (jcw@localhost) by s8-37-26.student.washington.edu (8.9.3/8.9.3) with ESMTP id EAA79391; Mon, 18 Oct 1999 04:56:03 GMT (envelope-from jcwells@u.washington.edu) X-Authentication-Warning: s8-37-26.student.washington.edu: jcw owned process doing -bs Date: Mon, 18 Oct 1999 04:56:03 +0000 (GMT) From: "Jason C. Wells" X-Sender: jcw@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: jesse reynolds Cc: freebsd-questions@FreeBSD.ORG Subject: Re: how do you turn on / install drivers? (Xircom PC-Card Ethernet) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 18 Oct 1999, jesse reynolds wrote: >Hi > >Does FreeBSD have dynamicly loadable kernel modules like Linux? Yes. We call them KLDs. Kernel loadable devices. >How do I check to see if a certain driver is installed for a certain >piece of hardware? 'man kld' tells all the things I would type. >I know that the xircom driver is now part of 3.3 Release, but it's >not recognising either a CE2 or a CEM33. Might it be "disabled". Do I >have to recompile the kernel or can I just adjust a kernel conf file? The kernel conf file in FreeBSD is equivalent to the .config file in Redhat. The build of a kernel reads in to build a monolithic kernel. If there is a module for teh xircom, it will not be necessary to rebuild and reboot. >I'd like to know, in general, how you find out if a certain piece of >hardware is supported, and if so how to get it's driver installed and >working. Any clues? Hardware support is listed on the website. Also, use tho source Luke for late breaking additions. Thank You, | http://students.washington.edu/jcwells Jason Wells | "Those who would trade freedom for security deserve neither | freedom nor security." - Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 17: 5: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 4A0F414DE9 for ; Sun, 17 Oct 1999 17:04:58 -0700 (PDT) (envelope-from bright@wintelcom.net) Received: from localhost (bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) with ESMTP id RAA08197; Sun, 17 Oct 1999 17:25:44 -0700 (PDT) Date: Sun, 17 Oct 1999 17:25:44 -0700 (PDT) From: Alfred Perlstein To: "Jason C. Wells" Cc: jesse reynolds , freebsd-questions@FreeBSD.ORG Subject: Re: how do you turn on / install drivers? (Xircom PC-Card Ethernet) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 18 Oct 1999, Jason C. Wells wrote: > On Mon, 18 Oct 1999, jesse reynolds wrote: > > >Hi > > > >Does FreeBSD have dynamicly loadable kernel modules like Linux? > > Yes. We call them KLDs. Kernel loadable devices. > > >How do I check to see if a certain driver is installed for a certain > >piece of hardware? > > 'man kld' tells all the things I would type. > > >I know that the xircom driver is now part of 3.3 Release, but it's > >not recognising either a CE2 or a CEM33. Might it be "disabled". Do I > >have to recompile the kernel or can I just adjust a kernel conf file? > > The kernel conf file in FreeBSD is equivalent to the .config file in > Redhat. The build of a kernel reads in to build a monolithic kernel. The kernel.conf file should be either in / or /boot afaik, you want to remove the "di " lines for the drivers you want to become re-enabled. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 17: 9:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stinger.tds.com.au (stinger.tenix.com [203.103.237.13]) by hub.freebsd.org (Postfix) with ESMTP id 8E5AF14DE9 for ; Sun, 17 Oct 1999 17:09:22 -0700 (PDT) (envelope-from lito.cruz@tenix.com) Received: from python.tds.com.au ([203.103.237.14]) by stinger.tds.com.au (Netscape Mail Server v2.01) with SMTP id AAA6763 for ; Mon, 18 Oct 1999 09:53:10 +1000 Received: from [10.112.200.197] by python.tds.com.au via smtpd (for stinger.tds.com.au [203.103.237.13]) with SMTP; 17 Oct 1999 23:51:55 UT Received: from peacemaker.tenix.com (unverified) by mime_sweeper (Content Technologies SMTPRS 2.0.15) with ESMTP id for ; Mon, 18 Oct 1999 09:37:26 +1000 Received: by PEACEMAKER with Internet Mail Service (5.5.2448.0) id <4K6C2WXR>; Mon, 18 Oct 1999 09:37:54 +1000 Message-Id: <6B750866A70DD311A18400902760DD0E503F96@TITAN> From: CRUZ Lito To: freebsd-questions@FreeBSD.ORG Subject: Date: Mon, 18 Oct 1999 09:32:45 +1000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG unsubscribe freebsd-questions To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 17:19:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from athserv.otenet.gr (athserv.otenet.gr [195.170.0.1]) by hub.freebsd.org (Postfix) with ESMTP id EEC9C14DF1 for ; Sun, 17 Oct 1999 17:19:39 -0700 (PDT) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr530-a073.otenet.gr [195.167.115.73]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id DAA28192 for ; Mon, 18 Oct 1999 03:19:36 +0300 (EET DST) Received: (qmail 4201 invoked by uid 1001); 18 Oct 1999 00:21:31 -0000 To: freebsd-questions@freebsd.org Subject: Re: IP masquerading References: <99101619590100.00738@builtcomp.shred> From: Giorgos Keramidas Date: 18 Oct 1999 03:21:31 +0300 In-Reply-To: Charlie &'s message of "Sat, 16 Oct 1999 19:38:44 -0700" Message-ID: <8690511ptg.fsf@localhost.hell.gr> Lines: 20 X-Mailer: Gnus v5.6.45/XEmacs 21.1 - "20 Minutes to Nikko" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Charlie & writes: > hello, I was trying to have my FreeBSD machine to be a gateway to the internet. > I did all the instructions in the FreBSD tutorial and successfully connected to > the internet my LAN was able the Internet too. But around 5 minutes that I'm > connected, I got disconnected automatically. I'm using ppp interactive. I'm Are you using the -auto option to ppp, or the -ddial one? When I used % ppp -auto my_isp to connect to the net, it waited until some program tried to connect to the network before the link came up. Can you be more specific, like posting your /etc/ppp/ppp.conf so that we do not try guessing what's wrong? -- Giorgos Keramidas, "That field hath eyen, and the wood hath ears." [Geoffrey Chaucer, 1328-1400] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 17:24:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dbasecentral.com (prod1.dbasecentral.com [205.243.161.30]) by hub.freebsd.org (Postfix) with ESMTP id 8FFD414DF1 for ; Sun, 17 Oct 1999 17:24:11 -0700 (PDT) (envelope-from ken@kyler.com) Received: from cheat (adsl-151-200-15-77.bellatlantic.net [151.200.15.77]) by dbasecentral.com (8.9.3/8.9.3) with SMTP id TAA03256; Sun, 17 Oct 1999 19:23:59 -0500 From: "Ken Kyler" To: "Francisco Reyes" Cc: "FreeBSD questions" Subject: RE: Firewalls for Morons Date: Sun, 17 Oct 1999 20:24:07 -0400 Message-ID: <000301bf18ff$172e2350$0200a8c0@cheat> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <199910172255.SAA24581@sanson.reyes.somos.net> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I am running out of suggestions. > Try with an "open" firewall. Then ad a rule from a shell > ipfw add ## allow log from any to any The answer was in the rc.conf firewall_type="SIMPLE" should have been firewall_type="simple" many thanks for your help! Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 17:24:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from Post-Office.UH.EDU (Post-Office.UH.EDU [129.7.1.20]) by hub.freebsd.org (Postfix) with ESMTP id 3F1CD14EFB for ; Sun, 17 Oct 1999 17:24:14 -0700 (PDT) (envelope-from zdenko@CS.UH.EDU) Received: from CS.UH.EDU (zeus.cs.uh.edu [129.7.192.1]) by Post-Office.UH.EDU (PMDF V5.2-32 #40812) with SMTP id <0FJR00KL0VSCRS@Post-Office.UH.EDU> for freebsd-questions@FreeBSD.ORG; Sun, 17 Oct 1999 19:24:12 -0500 (CDT) Received: from blackbird.CS.UH.EDU by CS.UH.EDU (COSC/UH-zeus) id AA04352; Sun, 17 Oct 1999 19:24:10 -0500 (CDT) Received: by blackbird.CS.UH.EDU (4.1/UH-4.1) id AA01922; Sun, 17 Oct 1999 19:24:39 -0500 (CDT) Date: Sun, 17 Oct 1999 19:24:10 -0500 (CDT) From: Zdenko Tomasic Subject: Re: Some serious gripes about `fdisk' and also `booteasy'. In-reply-to: <6399.940144472@monkeys.com> To: rfg@monkeys.com Cc: andrsn@andrsn.stanford.edu, freebsd-questions@FreeBSD.ORG Reply-To: zdenko@CS.UH.EDU Message-id: <9910180024.AA04352@CS.UH.EDU> Content-transfer-encoding: 7BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I noticed that FBSD fdisk sometimes does not reserve the whole track for the boot block area (i,e, before 1st partition), while DOS fdisk does. This apparently screws up track/cyclinder boundaries for the rest of partitions and various stranges errors can ensue in different OSes. I don't know if that is easily fixable or not, but a fix is certainly very desirable. ZT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 18:49:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from chicago.us.mensa.org (chicago.us.mensa.org [207.252.248.9]) by hub.freebsd.org (Postfix) with ESMTP id 2DC8714DE9 for ; Sun, 17 Oct 1999 18:49:35 -0700 (PDT) (envelope-from dangulo@chicago.us.mensa.org) Received: (from dangulo@localhost) by chicago.us.mensa.org (8.8.5/8.8.5) id UAA06535; Sun, 17 Oct 1999 20:49:17 -0500 (CDT) From: "David S. Angulo" Message-Id: <199910180149.UAA06535@chicago.us.mensa.org> Subject: Re: Query To: sbcorey@azstarnet.com, rifug@entropy.tmok.com, freebsd-sf@arachna.com, unfurl@seafug.org, bsd-tug-request@bangheadhere.org, rcramer@sytex.net, ben177@yahoo.com, freebsd-mke-l@ns.sol.net, freebsd-questions@FreeBSD.ORG, aphor@ripco.com Date: Sun, 17 Oct 1999 20:49:17 -0500 (CDT) Cc: freebsd-questions@FreeBSD.ORG, aphor@ripco.com, president@humbug.org.au, martin@ching.apana.org.au, admin@pentagon.nu, kulua@kulua.org, krzeszut@cs.uno.edu, rcarter@consys.com, hamellr@hpc1.com, eblood@cs.unr.edu, ", todd@crenshaw.reno.nv.us"@FreeBSD.ORG In-Reply-To: <199910171732.KAA16232@cepheus.azstarnet.com> from "sbcorey@azstarnet.com" at Oct 17, 99 10:44:10 am X-Mailer: ELM [version 2.4 PL25] 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 Dear FreeBSD leaders, A couple of weeks ago, I sent a message to the person listed as the Chicago Usergroup leader inquiring about the Chicago user group. I did not get a reply (it turns out that he had a hard disk crash and lost the message). I sent a followup message and copied freebsd.org because I did not know if the CHicago group was defunct. I received this extremely rude reply from the person at FreeBSD. I would suggest that you have some otherr person making public contacts as this person evidently does not have any idea on how to behave with people. He also did not answer my question as I had obviously already seen the web page he directed me to and had already tried to contact my local group. Dave Angulo > From sbcorey@azstarnet.com Sun Oct 17 12:34:19 1999 > Received: from cepheus.azstarnet.com (cepheus.azstarnet.com [169.197.56.195]) > by chicago.us.mensa.org (8.8.5/8.8.5) with ESMTP id MAA26407 > for ; Sun, 17 Oct 1999 12:34:18 -0500 (CDT > ) > From: sbcorey@azstarnet.com > Received: from dialup09ip021.tus.azstarnet.com (dialup002ip171.tus.azstarnet.com > [169.197.14.171]) > by cepheus.azstarnet.com (8.9.3+blt.Beta0/8.9.3) with ESMTP id KAA16232; > Sun, 17 Oct 1999 10:32:15 -0700 (MST) > Message-Id: <199910171732.KAA16232@cepheus.azstarnet.com> > X-Sent-via: StarNet http://www.azstarnet.com/ > X-Mailer: XFMail 1.3 [p0] on FreeBSD > X-Priority: 3 (Normal) > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 8bit > MIME-Version: 1.0 > In-Reply-To: <199910171553.KAA24395@chicago.us.mensa.org> > Date: Sun, 17 Oct 1999 10:44:10 -0700 (MST) > Sender: scott@dialup09ip021.tus.azstarnet.com > To: "David S. Angulo" > Subject: RE: Query > Cc: freebsd-questions@FreeBSD.ORG, aphor@ripco.com > > > > On 17-Oct-99 David S. Angulo wrote: > > Jeremy, > > > > I sent you a message two weeks ago inquiring about FreeBSD usergroups or > > professionals. I did not get the courtesy of a reply. If you do not have a > > usergroup, then why do you have a web page? > > -- > > > > David S. Angulo > > dangulo@chicago.us.mensa.org > > > > > On the Home Page (.freebsd.org) under support is usergroups, however, > since you cannot read I have sent this url for you. > http://www.freebsd.org/support.html#user > > Just shows that common sense dosen't go with brains. > > > > ain't teknolergy wunnerful? > -- David S. Angulo dangulo@chicago.us.mensa.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 19:48:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imo-d05.mx.aol.com (imo-d05.mx.aol.com [205.188.157.37]) by hub.freebsd.org (Postfix) with ESMTP id A966114D49 for ; Sun, 17 Oct 1999 19:48:32 -0700 (PDT) (envelope-from ATeslik@aol.com) Received: from ATeslik@aol.com by imo-d05.mx.aol.com (mail_out_v23.6.) id nSJA0Ea6VH (4535) for ; Sun, 17 Oct 1999 22:48:30 -0400 (EDT) From: ATeslik@aol.com Message-ID: <0.b0ac45a6.253be47e@aol.com> Date: Sun, 17 Oct 1999 22:48:30 EDT Subject: 3com 3c905c-tx-m NIC To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 26 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, So, I went and returned that Linksys LNE100TXII NIC and bought a 3Com 3C905C-TX-M NIC instead. It seems to have been a bad move because when I compile "xl" into my kernel, the card doesn't even show up during boot. Again, the dos diags that came with it have no problem seeing it, but FreeBSD can't. This is getting really old really fast. Plug and Play in the bios is set to auto, then I tried manual, then I tried recompiling my kernel, then I read all the archives, then searched up and down for a driver. Nothing. Does anyone have this card and have success using it? It doesn't even come up! Grrrrrr. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 20: 0:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sanson.reyes.somos.net (freyes.static.inch.com [207.240.212.43]) by hub.freebsd.org (Postfix) with ESMTP id 6116B14D49 for ; Sun, 17 Oct 1999 20:00:47 -0700 (PDT) (envelope-from fran@reyes.somos.net) Received: from tomasa (tomasa.reyes.somos.net [10.0.0.11]) by sanson.reyes.somos.net (8.9.3/8.9.3) with SMTP id WAA24874; Sun, 17 Oct 1999 22:58:13 -0400 (EDT) (envelope-from fran@reyes.somos.net) Message-Id: <199910180258.WAA24874@sanson.reyes.somos.net> From: "Francisco Reyes" To: "Ken Kyler" Cc: "FreeBSD questions" Date: Sun, 17 Oct 1999 22:57:10 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.1998) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: RE: Firewalls for Morons Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 17 Oct 1999 20:24:07 -0400, Ken Kyler wrote: >> Try with an "open" firewall. Then ad a rule from a shell >> ipfw add ## allow log from any to any >The answer was in the rc.conf >firewall_type="SIMPLE" >should have been >firewall_type="simple" Glad you got it to work. don't forget the deny log and allow log from any to any hints. The "simple" set of rules will bump you into lots of issues, specially if you have a "deny all from any to any" at the end. I don't particularly like the open firewall setting (i.e. allow anything which is not trapped by a rule) because this may lead to open holes which one may not be aware. Good luck! Now that you got that working is only the beginning... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 20: 4:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by hub.freebsd.org (Postfix) with SMTP id 3FCE114D28 for ; Sun, 17 Oct 1999 20:04:28 -0700 (PDT) (envelope-from unfurl@magnesium.net) Received: (qmail 53901 invoked by uid 1001); 18 Oct 1999 03:04:27 -0000 Date: 17 Oct 1999 20:04:27 -0700 Date: Sun, 17 Oct 1999 20:04:27 -0700 From: Bill Swingle To: "David S. Angulo" Cc: sbcorey@azstarnet.com, rifug@entropy.tmok.com, freebsd-sf@arachna.com, unfurl@seafug.org, bsd-tug-request@bangheadhere.org, rcramer@sytex.net, ben177@yahoo.com, freebsd-mke-l@ns.sol.net, freebsd-questions@FreeBSD.ORG, aphor@ripco.com, president@humbug.org.au, martin@ching.apana.org.au, admin@pentagon.nu, kulua@kulua.org, krzeszut@cs.uno.edu, rcarter@consys.com, hamellr@hpc1.com Subject: Re: Query Message-ID: <19991017200427.A53790@dub.net> References: <199910171732.KAA16232@cepheus.azstarnet.com> <199910180149.UAA06535@chicago.us.mensa.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <199910180149.UAA06535@chicago.us.mensa.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David, Each local users group is an independant entity. These groups are not sanctioned or blessed by the FreeBSD project proper. That said, the reply you recieved was not called for at all. This kind of behavior does nothing to help the group as a whole but is out of the control of the project leaders. *That* said, you just spammed all these random people who you considered to be FreeBSD leaders with an unwanted email over what really ammounts to a personal squabble. Please refrain from doing this. -Bill On Sun, Oct 17, 1999 at 08:49:17PM -0500, David S. Angulo wrote: > Dear FreeBSD leaders, > > A couple of weeks ago, I sent a message to the person listed as the Chicago Usergroup leader inquiring about the Chicago user group. I did not get a reply (it turns out that he had a hard disk crash and lost the message). I sent a followup message and copied freebsd.org because I did not know if the CHicago group was defunct. I received this extremely rude reply from the person at FreeBSD. > > I would suggest that you have some otherr person making public contacts as this person evidently does not have any idea on how to behave with people. He also did not answer my question as I had obviously already seen the web page he directed me to and had already tried to contact my local group. > > Dave Angulo > > > From sbcorey@azstarnet.com Sun Oct 17 12:34:19 1999 > > Received: from cepheus.azstarnet.com (cepheus.azstarnet.com [169.197.56.195]) > > by chicago.us.mensa.org (8.8.5/8.8.5) with ESMTP id MAA26407 > > for ; Sun, 17 Oct 1999 12:34:18 -0500 (CDT > > ) > > From: sbcorey@azstarnet.com > > Received: from dialup09ip021.tus.azstarnet.com (dialup002ip171.tus.azstarnet.com > > [169.197.14.171]) > > by cepheus.azstarnet.com (8.9.3+blt.Beta0/8.9.3) with ESMTP id KAA16232; > > Sun, 17 Oct 1999 10:32:15 -0700 (MST) > > Message-Id: <199910171732.KAA16232@cepheus.azstarnet.com> > > X-Sent-via: StarNet http://www.azstarnet.com/ > > X-Mailer: XFMail 1.3 [p0] on FreeBSD > > X-Priority: 3 (Normal) > > Content-Type: text/plain; charset=us-ascii > > Content-Transfer-Encoding: 8bit > > MIME-Version: 1.0 > > In-Reply-To: <199910171553.KAA24395@chicago.us.mensa.org> > > Date: Sun, 17 Oct 1999 10:44:10 -0700 (MST) > > Sender: scott@dialup09ip021.tus.azstarnet.com > > To: "David S. Angulo" > > Subject: RE: Query > > Cc: freebsd-questions@FreeBSD.ORG, aphor@ripco.com > > > > > > > > On 17-Oct-99 David S. Angulo wrote: > > > Jeremy, > > > > > > I sent you a message two weeks ago inquiring about FreeBSD usergroups or > > > professionals. I did not get the courtesy of a reply. If you do not have a > > > usergroup, then why do you have a web page? > > > -- > > > > > > David S. Angulo > > > dangulo@chicago.us.mensa.org > > > > > > > > On the Home Page (.freebsd.org) under support is usergroups, however, > > since you cannot read I have sent this url for you. > > http://www.freebsd.org/support.html#user > > > > Just shows that common sense dosen't go with brains. > > > > > > > ain't teknolergy wunnerful? > > > > > -- > > David S. Angulo > dangulo@chicago.us.mensa.org > -- -=| --- B i l l S w i n g l e --- http://www.dub.net/ -=| unfurl@dub.net - unfurl@freebsd.org - bill@cdrom.com -=| Different all twisty a of in maze are you, passages little To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 20: 4:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailtag.com (mailtag.com [207.250.237.14]) by hub.freebsd.org (Postfix) with SMTP id 13A1015103 for ; Sun, 17 Oct 1999 20:04:43 -0700 (PDT) (envelope-from huppe@mailtag.com) Received: from chelseys.ne.mediaone.net ([24.218.165.207]) by mailtag.com (wcSMTP [447]) with SMTP id 197216312; Mon, 18 Oct 1999 03:04:37 GMT Message-ID: <380A9C7E.B7A853D2@mailtag.com> Date: Sun, 17 Oct 1999 22:05:18 -0500 From: Len Huppe X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: ATeslik@aol.com Cc: freebsd-questions@freebsd.org Subject: Re: 3com 3c905c-tx-m NIC References: <0.b0ac45a6.253be47e@aol.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ATeslik@aol.com wrote: > > Hello, > > So, I went and returned that Linksys LNE100TXII NIC and bought a 3Com > 3C905C-TX-M NIC instead. It seems to have been a bad move because when I > compile "xl" into my kernel, the card doesn't even show up during boot. > Again, the dos diags that came with it have no problem seeing it, but FreeBSD > can't. This is getting really old really fast. Plug and Play in the bios is > set to auto, then I tried manual, then I tried recompiling my kernel, then I > read all the archives, then searched up and down for a driver. Nothing. Does > anyone have this card and have success using it? It doesn't even come up! > Grrrrrr. > > Alex What exactly are you entering into your kernel config file for the nic? If you have "device xl" as you stated above, change it to "device xl0". I'm running two 3C905's in my proxy system and they work just fine. To do that I added two devices to my kernel config: xl0 and xl1. I also have plug and pray disabled in my BIOS. I *never* use pnp. Len Huppe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 21:10:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from granite.sentex.net (granite.sentex.ca [199.212.134.1]) by hub.freebsd.org (Postfix) with ESMTP id 5D72214DA0 for ; Sun, 17 Oct 1999 21:10:22 -0700 (PDT) (envelope-from mike@sentex.net) Received: from ospf-mdt.sentex.net (ospf-mdt.sentex.net [205.211.164.81]) by granite.sentex.net (8.8.8/8.6.9) with SMTP id AAA27147; Mon, 18 Oct 1999 00:10:19 -0400 (EDT) From: mike@sentex.net (Mike Tancsa) To: lowell@world.std.com (Lowell Gilbert) Cc: questions@freebsd.org Subject: Re: FreeBSD as a dedicated network router? Date: Mon, 18 Oct 1999 04:10:19 GMT Message-ID: <380a991f.953106064@mail.sentex.net> References: <3807AB5B.29DEC712@ndsu.nodak.edu> In-Reply-To: X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 17 Oct 1999 18:33:42 -0400, in sentex.lists.freebsd.questions you wrote: >Peter Schultz writes: > >> It is our duty to warn you that, even when FreeBSD is configured in this >> way, it does not completely comply with the Internet standard >> requirements for routers; however, it comes close enough for ordinary >> usage. >> --------------------- >> >> What does this mean... what is the problem? Is it something to be >> concerned about? > >Several of us wrote up comments on this the last time someone asked, >within the last six months. The mailing list archives should have >those discussions. [But the short version is: if you haven't already >read RFC 1918, FreeBSD may well be *better* for your purposes than a >completely compliant router. But I'd still recommend reading it.] Hello, As someone who uses FreeBSD as a dedicated router, I try and follow any discussions on routing very closely. I dont recall any such discussion you refer to i.e. issues pertaining to routing and RFC non publically advertised prefixes. Can you ellaborate, or point the list in the right direction ? I am very interested in finding out what I missed. I searched through all of questions for the last year and could not find any messages that dealt with routing and any special way FreeBSD handles or does not handle non publically routed IP space. Thanks, ---Mike Mike Tancsa (mdtancsa@sentex.net) Sentex Communications Corp, Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 21:11:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f7.law3.hotmail.com [209.185.241.7]) by hub.freebsd.org (Postfix) with SMTP id 2DC0614DC3 for ; Sun, 17 Oct 1999 21:11:26 -0700 (PDT) (envelope-from bsd_freebsd@hotmail.com) Received: (qmail 22648 invoked by uid 0); 18 Oct 1999 04:11:25 -0000 Message-ID: <19991018041125.22647.qmail@hotmail.com> Received: from 203.166.0.220 by www.hotmail.com with HTTP; Sun, 17 Oct 1999 21:11:24 PDT X-Originating-IP: [203.166.0.220] From: "danny h" To: freebsd-questions@freebsd.org Subject: Query regarding GNOME? Date: Mon, 18 Oct 1999 04:11:24 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was thinking of installing GNOME with Freebsd. And when I did a search on "ports" for GNOME I see 10 different things to install on BSD. So do I have to install each one manually on a particular order etc etc or is their a one file that can do it for you? ______________________________________________________ Get Your Private, Free Email 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 Oct 17 21:24:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from csimo02.mx.cs.com (csimo02.mx.cs.com [205.188.156.53]) by hub.freebsd.org (Postfix) with ESMTP id 15B9214A09 for ; Sun, 17 Oct 1999 21:24:24 -0700 (PDT) (envelope-from Oswap@cs.com) Received: from Oswap@cs.com by csimo02.mx.cs.com (mail_out_v23.6.) id nCCNa02523 (4398) for ; Mon, 18 Oct 1999 00:24:15 -0400 (EDT) From: Oswap@cs.com Message-ID: <0.78d3fe14.253bfaef@cs.com> Date: Mon, 18 Oct 1999 00:24:15 EDT Subject: Mounting A CD-ROM To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: CompuServe 2000 32-bit sub 22 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How do I mount the CD-ROM drive. On boot up it says atapi instead of wd0 for instance. I need to know how to mount this type of CD-ROM. -Thank You Robert Foster To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 21:38: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imo-d01.mx.aol.com (imo-d01.mx.aol.com [205.188.157.33]) by hub.freebsd.org (Postfix) with ESMTP id 43CE815003 for ; Sun, 17 Oct 1999 21:37:51 -0700 (PDT) (envelope-from ATeslik@aol.com) Received: from ATeslik@aol.com by imo-d01.mx.aol.com (mail_out_v23.6.) id nHWL0N3UmG (4068); Mon, 18 Oct 1999 00:37:48 -0400 (EDT) From: ATeslik@aol.com Message-ID: <0.d329234a.253bfe1c@aol.com> Date: Mon, 18 Oct 1999 00:37:48 EDT Subject: Re: Mounting A CD-ROM To: Oswap@cs.com Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 26 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mount /cdrom is the most basic way to do it. It gets a little more complicated if this doesn't work, but if you are using the GENERIC kernel and it's seeing the cd-rom, this should work. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 21:43:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by hub.freebsd.org (Postfix) with ESMTP id 6063C15003 for ; Sun, 17 Oct 1999 21:43:41 -0700 (PDT) (envelope-from jcwells@u.washington.edu) Received: from localhost (jcw@localhost) by s8-37-26.student.washington.edu (8.9.3/8.9.3) with ESMTP id JAA80437; Mon, 18 Oct 1999 09:40:17 GMT (envelope-from jcwells@u.washington.edu) X-Authentication-Warning: s8-37-26.student.washington.edu: jcw owned process doing -bs Date: Mon, 18 Oct 1999 09:40:17 +0000 (GMT) From: "Jason C. Wells" X-Sender: jcw@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: Oswap@cs.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Mounting A CD-ROM In-Reply-To: <0.78d3fe14.253bfaef@cs.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, 18 Oct 1999 Oswap@cs.com wrote: >How do I mount the CD-ROM drive. On boot up it says atapi instead of wd0 for >instance. I need to know how to mount this type of CD-ROM. mount -t cd9660 /dev/wcd0 /cdrom Thank You, | http://students.washington.edu/jcwells Jason Wells | "Those who would trade freedom for security deserve neither | freedom nor security." - Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 21:49:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.wcarey.com (mail.wcarey.com [209.181.61.113]) by hub.freebsd.org (Postfix) with ESMTP id 45F0514CFD for ; Sun, 17 Oct 1999 21:49:40 -0700 (PDT) (envelope-from wcarey@wcarey.com) Received: from mail.wcarey.com (mail.wcarey.com [209.181.61.113]) by mail.wcarey.com (8.9.3/8.9.3) with ESMTP id UAA46046; Sun, 17 Oct 1999 20:53:24 -0700 (PDT) (envelope-from wcarey@wcarey.com) Date: Sun, 17 Oct 1999 20:53:24 -0700 (PDT) From: Woody Carey To: ATeslik@aol.com Cc: Oswap@cs.com, freebsd-questions@FreeBSD.ORG Subject: Re: Mounting A CD-ROM In-Reply-To: <0.d329234a.253bfe1c@aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, One bit of information may prove useful here. I found that my ide (atapi) cdrom would only mount under 3.2 if I (re-)booted the machine with a disc in the drive. I think Soren has a fix in -current as of a few months ago. best, Woody On Mon, 18 Oct 1999 ATeslik@aol.com wrote: > mount /cdrom > > is the most basic way to do it. It gets a little more complicated if this > doesn't work, but if you are using the GENERIC kernel and it's seeing the > cd-rom, this should work. > > Alex > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 21:51:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.wcarey.com (mail.wcarey.com [209.181.61.113]) by hub.freebsd.org (Postfix) with ESMTP id 9AE3B14CFD for ; Sun, 17 Oct 1999 21:51:43 -0700 (PDT) (envelope-from wcarey@wcarey.com) Received: from mail.wcarey.com (mail.wcarey.com [209.181.61.113]) by mail.wcarey.com (8.9.3/8.9.3) with ESMTP id UAA46058; Sun, 17 Oct 1999 20:55:30 -0700 (PDT) (envelope-from wcarey@wcarey.com) Date: Sun, 17 Oct 1999 20:55:30 -0700 (PDT) From: Woody Carey To: ATeslik@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3com 3c905c-tx-m NIC In-Reply-To: <0.b0ac45a6.253be47e@aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I am sorry, but I have forgotten whether you are running 3.3 or 3.2. I believe the 'C' driver is new to 3.3, and does not exist in 3.2 Thanks, Woody On Sun, 17 Oct 1999 ATeslik@aol.com wrote: > Hello, > > So, I went and returned that Linksys LNE100TXII NIC and bought a 3Com > 3C905C-TX-M NIC instead. It seems to have been a bad move because when I > compile "xl" into my kernel, the card doesn't even show up during boot. > Again, the dos diags that came with it have no problem seeing it, but FreeBSD > can't. This is getting really old really fast. Plug and Play in the bios is > set to auto, then I tried manual, then I tried recompiling my kernel, then I > read all the archives, then searched up and down for a driver. Nothing. Does > anyone have this card and have success using it? It doesn't even come up! > Grrrrrr. > > Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 21:56:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from locus.rose.nu (locus.dml.com [198.49.1.49]) by hub.freebsd.org (Postfix) with ESMTP id 73D0B14C35 for ; Sun, 17 Oct 1999 21:56:18 -0700 (PDT) (envelope-from rose@rose.nu) Received: from localhost (rose@localhost) by locus.rose.nu (8.9.2/8.9.2) with ESMTP id VAA46492 for ; Sun, 17 Oct 1999 21:56:18 -0700 (PDT) (envelope-from rose@locus.rose.nu) Date: Sun, 17 Oct 1999 21:56:17 -0700 (PDT) From: Stephen Rose To: freebsd-questions@FreeBSD.ORG Subject: Scsi-idle Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there anything for FreeBSD like scsi-idle for Linux? I would like to spin down scsi drives that aren't accessed very often and have them spin back up automatically when needed. Steve Rose To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 22:10:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cubbie.excite.com (cubbie-rwcmta.excite.com [198.3.99.216]) by hub.freebsd.org (Postfix) with ESMTP id B21C314C35 for ; Sun, 17 Oct 1999 22:10:05 -0700 (PDT) (envelope-from fuzz_zzuf@excite.com) Received: from puffer.excite.com ([199.172.153.109]) by gigi.excite.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <19991018050836.ZUK9301.gigi.excite.com@puffer.excite.com> for ; Sun, 17 Oct 1999 22:08:36 -0700 From: "fuzz zzuf" To: freebsd-questions@FreeBSD.ORG Subject: hostname notworking Message-Id: <940223855.24828.883@excite.com> Date: Sun, 17 Oct 1999 22:17:35 PDT X-Mailer: Excite Mail X-Sender-Ip: 209.142.2.71 MIME-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i upgraded from 3.0-RELEASE to 3.3-RELEASE.....all binaries where upgraded and kernel but when i try to change my hostname w/ "hostname myname.my.domain", myname.my.domain only works till i reboot......know why this happens? or how i can fix it? thnx fuzz_zzuf@excite.com ________________________________________________________________ Get FREE voicemail, fax and email at http://voicemail.excite.com Talk online at http://voicechat.excite.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 22:23:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from unix.knu.ac.kr (unix.kyungpook.ac.kr [155.230.124.116]) by hub.freebsd.org (Postfix) with ESMTP id EEF3A14E1A for ; Sun, 17 Oct 1999 22:23:01 -0700 (PDT) (envelope-from hdcho@unix.knu.ac.kr) Received: (from hdcho@localhost) by unix.knu.ac.kr (8.9.3/8.9.3) id OAA11491 for freebsd-questions@freebsd.org; Mon, 18 Oct 1999 14:21:15 +0900 (KST) (envelope-from hdcho) Date: Mon, 18 Oct 1999 14:21:15 +0900 (KST) From: Huidae Cho Message-Id: <199910180521.OAA11491@unix.knu.ac.kr> To: freebsd-questions@freebsd.org Subject: ppp.conf problem Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I used ppp.conf well in 3.2-19990815-STABLE. However, after i upgraded to 3.3-RELEASE, it didn't work. I checked /var/log/ppp.log and it connected to ISP but didn't add default router. So i did 'route add default 123.456.789.012' by hand. Of course, 123.456.789.012 is HISADDR. After 'route add', i could use PPP connection. What's wrong? I ran 'ppp -auto hitel' in 3.2. Some clue? Help me... ----- ppp.conf ----- default: set device /dev/modem set log Phase Chat 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" hitel: set phone 12345 set login "\\-\\-\\-\\- 3 \"ID :\" ABCD : 12345 ENTER \"\" H: \"internet 34\"" set timeout 120 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 22:25:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imo-d06.mx.aol.com (imo-d06.mx.aol.com [205.188.157.38]) by hub.freebsd.org (Postfix) with ESMTP id C11A5153EB for ; Sun, 17 Oct 1999 22:25:31 -0700 (PDT) (envelope-from ATeslik@aol.com) Received: from ATeslik@aol.com by imo-d06.mx.aol.com (mail_out_v23.6.) id dQORvgONL_ (4068); Mon, 18 Oct 1999 01:24:48 -0400 (EDT) From: ATeslik@aol.com Message-ID: <0.36a82546.253c0920@aol.com> Date: Mon, 18 Oct 1999 01:24:48 EDT Subject: Re: 3com 3c905c-tx-m NIC To: wcarey@wcarey.com Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 26 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>am sorry, but I have forgotten whether you are running 3.3 or 3.2. >>I believe the 'C' driver is new to 3.3, and does not exist in 3.2 I'm currently running 3.2-RELEASE. Do I need to completely update to 3.3 (RELEASE, STABLE, ?) or can I just grab the sources for the card and compile them into my 3.2 kernel? Also, just to make sure, those sources are if_xl.c if_xlreg.h right? Thanks! Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 22:37: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by hub.freebsd.org (Postfix) with ESMTP id DB56C14DB8 for ; Sun, 17 Oct 1999 22:36:36 -0700 (PDT) (envelope-from jcwells@u.washington.edu) Received: from localhost (jcw@localhost) by s8-37-26.student.washington.edu (8.9.3/8.9.3) with ESMTP id KAA81209; Mon, 18 Oct 1999 10:33:10 GMT (envelope-from jcwells@u.washington.edu) X-Authentication-Warning: s8-37-26.student.washington.edu: jcw owned process doing -bs Date: Mon, 18 Oct 1999 10:33:10 +0000 (GMT) From: "Jason C. Wells" X-Sender: jcw@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: fuzz zzuf Cc: freebsd-questions@FreeBSD.ORG Subject: Re: hostname notworking In-Reply-To: <940223855.24828.883@excite.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 Sun, 17 Oct 1999, fuzz zzuf wrote: >i upgraded from 3.0-RELEASE to 3.3-RELEASE.....all binaries where upgraded >and kernel but when i try to change my hostname w/ "hostname >myname.my.domain", myname.my.domain only works till i reboot......know why >this happens? or how i can fix it? Change hostname in /etc/rc.conf or the like. See /etc/defaults/rc.conf for an example. Thank You, | http://students.washington.edu/jcwells Jason Wells | "Those who would trade freedom for security deserve neither | freedom nor security." - Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 22:45:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fortune.excite.com (fortune-rwcmta.excite.com [198.3.99.203]) by hub.freebsd.org (Postfix) with ESMTP id 5DE5315085 for ; Sun, 17 Oct 1999 22:45:16 -0700 (PDT) (envelope-from fuzz_zzuf@excite.com) Received: from digger.excite.com ([199.172.152.82]) by gigi.excite.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <19991018054436.BBXD9301.gigi.excite.com@digger.excite.com>; Sun, 17 Oct 1999 22:44:36 -0700 From: "fuzz zzuf" To: "Jason C. Wells" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: hostname notworking Message-Id: <940225474.28802.949@excite.com> Date: Sun, 17 Oct 1999 22:44:34 PDT X-Mailer: Excite Mail X-Sender-Ip: 209.142.2.71 MIME-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG haha.......i changed the first hostname in /etc/rc.conf but stoped there.......thanks for making me look again fuzz_zzuf@excite.com On Mon, 18 Oct 1999 10:33:10 +0000 (GMT), Jason C. Wells wrote: > On Sun, 17 Oct 1999, fuzz zzuf wrote: > > >i upgraded from 3.0-RELEASE to 3.3-RELEASE.....all binaries where upgraded > >and kernel but when i try to change my hostname w/ "hostname > >myname.my.domain", myname.my.domain only works till i reboot......know why > >this happens? or how i can fix it? > > Change hostname in /etc/rc.conf or the like. See /etc/defaults/rc.conf for > an example. > > Thank You, | http://students.washington.edu/jcwells > Jason Wells | "Those who would trade freedom for security deserve neither > | freedom nor security." - Benjamin Franklin > ________________________________________________________________ Get FREE voicemail, fax and email at http://voicemail.excite.com Talk online at http://voicechat.excite.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 17 23:34:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc3.on.home.com (ha1.rdc3.on.home.com [24.2.9.68]) by hub.freebsd.org (Postfix) with ESMTP id 6A85014D17 for ; Sun, 17 Oct 1999 23:34:02 -0700 (PDT) (envelope-from dakiraun@home.com) Received: from Elysium ([24.112.53.95]) by mail.rdc3.on.home.com (InterMail v4.01.01.02 201-229-111-106) with SMTP id <19991018063213.RCAJ8488.mail.rdc3.on.home.com@Elysium> for ; Sun, 17 Oct 1999 23:32:13 -0700 X-Sender: dakiraun@mail.lndn1.on.wave.home.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Demo Date: Mon, 18 Oct 1999 02:44:22 -0400 To: freebsd-questions@FreeBSD.org From: Aaron Subject: Kernel/Booting trouble Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: <19991018063213.RCAJ8488.mail.rdc3.on.home.com@Elysium> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hey hey First off, I would love to thank everyone responsible for FreeBSD - it's amazing! That said, I was working at creating a custom kernel for my system. Upon compiling it, I restarted the machine, and hoped all would work out OK. Since it was my first attempt, naturally there was a small error, so I had to reload the prior kernel in order to get back in. Problem is that the old kernel doesn't work! When I installed FreeBSD, I used the configuration utility on the boot floppies to set up my machine specifics. That way it only looked for the equipment I had, and nothing more. It would seem, however, that this was done via a file alongside a generic kernel, because when I try to load the original kernel, it's the generic one and goes about checking for every known device. This is what prevents me from booting up. As it scans for some of the devices, the machine locks, and never recovers. In the /boot directory, there's a kernel.conf file, which is what I assume made the generic kernel originally only look for certain devices, but when I unload the new kernel to load its replacement, it unloads the link to the kernel.conf too. Is there a way I can specify that I still want it to use kernel.conf with the backed up kernel? Or is there a way to get it not to look for ALL known devices? My solution to this would be to reinstall, only I can't resort to reinstalling EVERY time the kernel modifications fail. :( Any suggestions? Aaron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 18 0: 2:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imo23.mx.aol.com (imo23.mx.aol.com [198.81.17.67]) by hub.freebsd.org (Postfix) with ESMTP id A779514A2D for ; Mon, 18 Oct 1999 00:02:19 -0700 (PDT) (envelope-from ATeslik@aol.com) Received: from ATeslik@aol.com by imo23.mx.aol.com (mail_out_v23.6.) id tNRRa07459 (4068); Mon, 18 Oct 1999 03:02:13 -0400 (EDT) From: ATeslik@aol.com Message-ID: <0.f7c37870.253c1ff4@aol.com> Date: Mon, 18 Oct 1999 03:02:12 EDT Subject: Re: Kernel/Booting trouble To: dakiraun@home.com Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 26 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey Arron, When you boot it will say to press any key to bypass the kernel while it counts down. When you press a key it will drop you to a prompt like disk1s1a:> at this type: unload (unloads the currently loaded kernel) then type: load kernel.old (loads the last kernel that was replaced by the install of the new kernel - e.g. the working kernel. This is of course provided that you didn't do "make install" of your bad kernel twice, in which case the only thing you could load would be kernel.GENERIC, which is the very original kernel that the system first booted with) then type: boot (boots off of the currently loaded kernel) This should work. Good luck. Take a peek at your root directory after and you will see kernel kernel.old kernel.GENERIC in there. After you make your working kernel, copy it to kernel.MYKERNEL in case you build another bogus kernel later. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 18 0:50: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from rztsun.rz.tu-harburg.de (rztsun.rz.tu-harburg.de [134.28.200.14]) by hub.freebsd.org (Postfix) with ESMTP id D2FF114D49 for ; Mon, 18 Oct 1999 00:50:00 -0700 (PDT) (envelope-from reimers@tu-harburg.de) Received: from tu-harburg.de (data.et8.tu-harburg.de [134.28.45.64]) by rztsun.rz.tu-harburg.de (8.9.0/8.8.8) with ESMTP id JAA27974; Mon, 18 Oct 1999 09:49:33 +0200 (MET DST) Message-ID: <380AD10D.4E24D070@tu-harburg.de> Date: Mon, 18 Oct 1999 09:49:33 +0200 From: Sven Reimers X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Jonathan Chen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: HP Jetdirect References: 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 have the same problem with a HPLJ4 ..... banner: 0 seems to be not supported. Any helpful idea? Sven Jonathan Chen wrote: > On Mon, 18 Oct 1999, Simon Bennet wrote: > > > When utilising an internal jetdirect port in a HP4000 laser printer we > > are getting a sheet that follows every print request with the following > > information. > > > > User : xxxxxx > > Host : xxx.my.domain > > Class : xxx.my.domain > > Job : stdin > > > > I have used x's to signify client specific information. > > Telnet to your jetdirect port; then type in: > > banner: 0 > quit > > Jonathan Chen | "Vini, vidi, velcro... > | I came, I saw, I stuck around" > > 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 Oct 18 1:32: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from goblin.apana.org.au (goblin.apana.org.au [203.3.126.3]) by hub.freebsd.org (Postfix) with ESMTP id 87E6715108 for ; Mon, 18 Oct 1999 01:31:45 -0700 (PDT) (envelope-from dougy@gargoyle.apana.org.au) Received: (from uucp@localhost) by goblin.apana.org.au (8.8.8/8.8.8) id TAA28628 for ; Mon, 18 Oct 1999 19:05:20 +1000 (EST) (envelope-from dougy@gargoyle.apana.org.au) Received: from roadrunner.apana.org.au(203.3.126.132), claiming to be "ROADRUNNER" via SMTP by goblin.apana.org.au, id smtpdw28626; Mon Oct 18 19:05:09 1999 Message-ID: <03f401bf1944$d181abb0$847e03cb@ROADRUNNER> From: "Doug Young" To: Subject: RealPlayer Date: Mon, 18 Oct 1999 18:43:04 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Does anyone have a clue how to configure RealPlayer on a LAN machine that accesses the internet via a FreeBSD gateway box with permanent modem dialup link. The LAN boxes run various operating systems, including Win98 / Win2000 / BSD / Solaris etc and every one has a "real" IP address. The ISP end runs FreeBSD & has a squid proxy for http. I've tried every possible combination & prmutation of Realplayer settings, also emailed the company for advice, but not getting anywhere with it. The ONLY response I get when I try accessing a site with Realplayer is "unable to establish a connection with server" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 18 1:34: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 903F614E96 for ; Mon, 18 Oct 1999 01:33:59 -0700 (PDT) (envelope-from thierry.herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id JAA07639; Mon, 18 Oct 1999 09:27:52 +0200 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id KAA20569; Mon, 18 Oct 1999 10:33:21 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with ESMTP id KAA22265; Mon, 18 Oct 1999 10:08:48 +0200 (MEST) Received: from alcatel.fr by telss1 (8.8.8+Sun/SMI-SVR4) id KAA07169; Mon, 18 Oct 1999 10:22:56 +0200 (MET DST) Message-ID: <380AD83E.6B580437@alcatel.fr> Date: Mon, 18 Oct 1999 10:20:14 +0200 From: Thierry Herbelot Reply-To: thierry.herbelot@alcatel.fr Organization: ALCATEL CIT Nanterre X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Lou GLASSY Cc: freebsd-questions@FreeBSD.ORG Subject: Re: freebsd as a departmental smb/nfs fileserver References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSD also runs on Alpha Lou GLASSY wrote: > > dear all, hello- > [SNIP] > The primary > advantages of NetBSD for me, are simply that I've used it > for a while, and that I can run NetBSD comfortably on all > my current unix client systems (say, 30 AXP + 30 i386 boxes) > With FreeBSD as a server, I still have to run DUX or something > else (NetBSD) on my AXP clients. With NetBSD > as a server, I can run the same OS on the unix clients + server(s), > which makes the admin tasks a little more straightforward. > > Thanks kindly in advance for any information / perspectives > you can give me- > > lou. > > -- > Catfish: I just saved our company $100,000! > Monkey 347: Wow..! What did you do? > Catfish: I just went to a site on the web and downloaded a ready-made > Mission Statement for Megasoft! > 347: (clenching his jaws) Do you mean the last three weeks of > mind-numbing meetings about "Envisioning Our Corporate Future" > were totally useless? > Catfish: (smirking) That's right. These ones off the web are so good, > you can't tell them from the real thing! > 347: (HWACK!) Hey 346, I've got this unconscious catfish in > my cubicle. Will you help me haul him back to the Accounting > Office? > > -- from "The Adventures of Code Monkey #347" > > 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 Oct 18 1:45: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id DAE7814E96 for ; Mon, 18 Oct 1999 01:45:06 -0700 (PDT) (envelope-from a.genkin@utoronto.ca) Received: from main.wgaf.net (HSE-TOR-ppp22851.sympatico.ca [209.226.71.141]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id EAA16240 for ; Mon, 18 Oct 1999 04:49:00 -0400 (EDT) Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 11d9Y0-0004nB-00; Mon, 18 Oct 1999 05:57:44 -0400 To: freebsd-questions@freebsd.org Subject: Bash prompt (/usr/home/username instead of ~/) X-Home-Page: http://wgaf.dyndns.org Organization: Wgaf From: Arcady Genkin Date: 18 Oct 1999 05:57:44 -0400 Message-ID: <87aephxa7b.fsf@main.wgaf.net> Lines: 21 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) XEmacs/21.1 (Biscayne) 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: bash, while starting in my home directory, shows the expanded path-name in the beginning: door:/usr/home/antiponde $ while PS1 is set as following to '\h:\w\$ ' Typing "cd" changes the prompt to "door:~/ $", which is a nicer prompt. How can I make bash to display the short version of the current directory from the beginning? I works for "root", though: when I "su", and run bash, I get "main:~/ #" right away, as apposed to "main:/root/ #". Could someone point me in the right direction, please? -- Arcady Genkin http://wgaf.dyndns.org "'What good is my pity? Is not the pity the cross upon which he who loves man is nailed?..'" (Zarathustra - F. Nietzsche) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 18 1:51:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kaf29.mephi.ru (kaf29.mephi.ru [194.67.66.92]) by hub.freebsd.org (Postfix) with ESMTP id 414C814BF9 for ; Mon, 18 Oct 1999 01:50:53 -0700 (PDT) (envelope-from preacher@mail.ru) Received: from mail.ru (favorit.mephi.ru [194.67.66.178]) by kaf29.mephi.ru (8.9.3/8.8.7) with ESMTP id MAA04679 for ; Mon, 18 Oct 1999 12:50:52 +0400 Message-ID: <37DAC099.31F1E69D@mail.ru> Date: Sun, 12 Sep 1999 00:50:34 +0400 From: preacher X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en,ru MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: How can I spin down IDE HDD in 3.3-RELEASE Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've not vely old motherboard (Asus HX chipset 1996 year), witch BIOS support IDE HDD spin down, long time I used Win95 HDD correctly stopped, but when I installed FreeBSD that was 3.0-RELASE, my HDDs work without break, that's not good. So my question is: How can I spin down them. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 18 1:53:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kuku.excite.com (kuku-rwcmta.excite.com [198.3.99.63]) by hub.freebsd.org (Postfix) with ESMTP id 76D2815164 for ; Mon, 18 Oct 1999 01:53:50 -0700 (PDT) (envelope-from fuzz_zzuf@excite.com) Received: from knuckles.excite.com ([198.3.99.26]) by kuku.excite.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <19991018085350.BKBM1625.kuku.excite.com@knuckles.excite.com> for ; Mon, 18 Oct 1999 01:53:50 -0700 From: "fuzz zzuf" To: freebsd-questions@FreeBSD.ORG Subject: make buildworld Message-Id: <940236830.21551.491@excite.com> Date: Mon, 18 Oct 1999 01:53:50 PDT X-Mailer: Excite Mail X-Sender-Ip: 209.142.2.71 MIME-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i get: ----------------- *** Error code 71 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 ----------------- when doing a make buildworld on fbsd 3.3-RELEASE after it spews out: -------------------------------------------------- install -C -o root -g wheel -m 444 /usr/src/gnu/lib/libmp../../../contrib/libgmp/mp.h /usr/obj/usr/src/tmp/usr/include install: /usr/src/gnu/lib/libmp/../../../contrib/libgmp/mp.h: No suckh file or directory -------------------------------------------------- any way to work around this? thnx fuzz_zzuf@excite.com ________________________________________________________________ Get FREE voicemail, fax and email at http://voicemail.excite.com Talk online at http://voicechat.excite.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 18 2:10:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from guardian.hermes.si (guardian.hermes.si [193.77.5.150]) by hub.freebsd.org (Postfix) with ESMTP id 45EA11512A for ; Mon, 18 Oct 1999 02:10:36 -0700 (PDT) (envelope-from matjazm@hermes.si) Received: from hermes.si (primus.hermes.si [193.77.5.98]) by guardian.hermes.si (8.9.3/8.9.3) with ESMTP id LAA20842 for ; Mon, 18 Oct 1999 11:10:32 +0200 (METDST) Received: from hal9000.hermes.si (hal9000.hermes.si [10.17.5.136]) by hermes.si (8.9.3/8.9.3) with ESMTP id LAA28739 for ; Mon, 18 Oct 1999 11:10:17 +0200 (METDST) Received: by hal9000.hermes.si with Internet Mail Service (5.5.2232.9) id <4YP6JPVD>; Mon, 18 Oct 1999 11:10:12 +0200 Message-ID: From: Matjaz Martincic To: "'freebsd-questions@freebsd.org'" Subject: SB Live in freebsd Date: Mon, 18 Oct 1999 11:10:04 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-2" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm interested if freebsd supports Soundblaster Live? It is not in the list, but anyway... rgds, Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 18 2:37:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from new-smtp2.ihug.com.au (new-smtp2.ihug.com.au [203.109.250.28]) by hub.freebsd.org (Postfix) with ESMTP id D5CF414CEF for ; Mon, 18 Oct 1999 02:37:49 -0700 (PDT) (envelope-from alanr@tig.com.au) Received: from tig.com.au (p26-max28.syd.ihug.com.au [206.17.110.26]) by new-smtp2.ihug.com.au (8.9.3/8.9.3) with ESMTP id TAA27437; Mon, 18 Oct 1999 19:37:39 +1000 Message-ID: <380AEA51.37A7097@tig.com.au> Date: Mon, 18 Oct 1999 19:37:21 +1000 From: alanr X-Mailer: Mozilla 4.61 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: Charlie & , questions@freebsd.org Subject: Re: IP masquerading References: <99101619590100.00738@builtcomp.shred> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ...sounds like the default inactive timeout value. If memory servers me correctly, this is set to 300 seconds (5mins) in the sample script. Change the "set timeout" line in your /etc/ppp/ppp.conf to something more of your liking. Charlie & wrote: > hello, I was trying to have my FreeBSD machine to be a gateway to the internet. > I did all the instructions in the FreBSD tutorial and successfully connected to > the internet my LAN was able the Internet too. But around 5 minutes that I'm > connected, I got disconnected automatically. I'm using ppp interactive. I'm > just beginning to do this. Is there any tips or guide you can recomment? > 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 Mon Oct 18 2:42:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailserver.display-umea.se (mailserver.display-umea.se [194.165.230.48]) by hub.freebsd.org (Postfix) with ESMTP id 0BF2A14F7F for ; Mon, 18 Oct 1999 02:42:32 -0700 (PDT) (envelope-from emil-t@display-umea.se) Received: from localhost (emil-t@localhost) by mailserver.display-umea.se (8.9.3/8.9.3) with ESMTP id LAA47760 for ; Mon, 18 Oct 1999 11:45:14 +0200 (CEST) (envelope-from emil-t@display-umea.se) Date: Mon, 18 Oct 1999 11:45:14 +0200 (CEST) From: Emil Thelin To: FreeBSD questions Subject: VPN 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! Can someone give me a URL to a VPN-HOWTO for FreeBSD? //Emil _________________________________________________ Emil Thelin http://www.display-umea.se Tel. 090-711500 emil-t@display-umea.se Mobil. 070-6813428 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 18 2:57:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dbasecentral.com (prod1.dbasecentral.com [205.243.161.30]) by hub.freebsd.org (Postfix) with ESMTP id 88AC214CEF for ; Mon, 18 Oct 1999 02:57:51 -0700 (PDT) (envelope-from ken@kyler.com) Received: from cheat (adsl-151-200-15-77.bellatlantic.net [151.200.15.77]) by dbasecentral.com (8.9.3/8.9.3) with SMTP id EAA08841; Mon, 18 Oct 1999 04:57:32 -0500 From: "Ken Kyler" To: "Francisco Reyes" Cc: "FreeBSD questions" Subject: RE: Firewalls for Morons Date: Mon, 18 Oct 1999 05:57:42 -0400 Message-ID: <000e01bf194f$3845c2f0$0200a8c0@cheat> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <199910180258.WAA24874@sanson.reyes.somos.net> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Glad you got it to work. > don't forget the deny log and allow log from any to any hints. > The "simple" set of rules will bump you into lots of issues, > specially if you have a "deny all from any > to any" at the end. I don't particularly like the open firewall > setting (i.e. allow anything which is not > trapped by a rule) because this may lead to open holes which one > may not be aware. > > Good luck! > Now that you got that working is only the beginning... Thanks! I may have more questions yet but for the time being, I need to read more on the firewall rules. The FreeBSD box communicates well but the NT box can't get through. At least the reasons why are logged for me! ...back to the books. Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 18 3: 1:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id AAFA414A2B for ; Mon, 18 Oct 1999 03:01:32 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.040 #1) id 11d9bE-0001rf-00; Mon, 18 Oct 1999 12:01:04 +0200 From: Sheldon Hearn To: Arcady Genkin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Bash prompt (/usr/home/username instead of ~/) In-reply-to: Your message of "18 Oct 1999 05:57:44 -0400." <87aephxa7b.fsf@main.wgaf.net> Date: Mon, 18 Oct 1999 12:01:04 +0200 Message-ID: <7170.940240864@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 18 Oct 1999 05:57:44 -0400, Arcady Genkin wrote: > while PS1 is set as following to '\h:\w\$ ' > > Typing "cd" changes the prompt to "door:~/ $", which is a nicer > prompt. How can I make bash to display the short version of the > current directory from the beginning? Use \W instead of \w . Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 18 3: 7:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id E090414FD2 for ; Mon, 18 Oct 1999 03:07:26 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.040 #1) id 11d9h3-0001tJ-00; Mon, 18 Oct 1999 12:07:05 +0200 From: Sheldon Hearn To: preacher Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How can I spin down IDE HDD in 3.3-RELEASE In-reply-to: Your message of "Sun, 12 Sep 1999 00:50:34 +0400." <37DAC099.31F1E69D@mail.ru> Date: Mon, 18 Oct 1999 12:07:05 +0200 Message-ID: <7272.940241225@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 12 Sep 1999 00:50:34 +0400, preacher wrote: > I've not vely old motherboard (Asus HX chipset 1996 year), witch BIOS > support IDE HDD spin down, long time I used Win95 HDD correctly stopped, > but when I installed FreeBSD that was 3.0-RELASE, my HDDs work without > break, that's not good. I don't see why. I would think that spin-up and spin-down causes more wear than consistant spinning. In any case, you'd need APM support in your kernel. I'm not sure how stable the APM support in your release of FreeBSD is, and I'm not sure you really need it, given my comment about wear above. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 18 3:10: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 2C8BB14FD2 for ; Mon, 18 Oct 1999 03:10:01 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.040 #1) id 11d9jV-0001tu-00; Mon, 18 Oct 1999 12:09:37 +0200 From: Sheldon Hearn To: "Jason C. Wells" Cc: Tom Messmer , freebsd-questions@FreeBSD.ORG Subject: Re: Creative Atapi cdrom In-reply-to: Your message of "Fri, 15 Oct 1999 21:15:02 GMT." Date: Mon, 18 Oct 1999 12:09:37 +0200 Message-ID: <7309.940241377@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 15 Oct 1999 21:15:02 GMT, "Jason C. Wells" wrote: > Do you have the master slave jumper set correctly? An ATAPI cdrom should > work easy as pie if your kernel supports it. Actually no. Many "Creative Labs" ATAPI CDROMs don't fully support the ATAPI command-set. I should know, since I have two ATAPI drives that don't work with FreeBSD, both Creative Labs rubbish. Your advice about the jumpers is sound -- also, make sure that the drive isn't configured as a slave on a channel that has no master. If you're convinced that the hardware is configured correctly, throw it away. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 18 3:17:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 7CDD814A13 for ; Mon, 18 Oct 1999 03:17:43 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.040 #1) id 11d9r5-0001x8-00; Mon, 18 Oct 1999 12:17:27 +0200 From: Sheldon Hearn To: ATeslik@aol.com Cc: Oswap@cs.com, freebsd-questions@FreeBSD.ORG Subject: Re: Mounting A CD-ROM In-reply-to: Your message of "Mon, 18 Oct 1999 00:37:48 EDT." <0.d329234a.253bfe1c@aol.com> Date: Mon, 18 Oct 1999 12:17:27 +0200 Message-ID: <7509.940241847@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 18 Oct 1999 00:37:48 EDT, ATeslik@aol.com wrote: > mount /cdrom > > is the most basic way to do it. It gets a little more complicated if this > doesn't work, but if you are using the GENERIC kernel and it's seeing the > cd-rom, this should work. Just so that you don't continue to spread misinformation, whether or not the kernel identifies the drive has nothing to do with whether the /cdrom mountpoint exists and has an entry in /etc/fstab . Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 18 3:21:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hecate.webcom.com (hecate.webcom.com [209.1.28.39]) by hub.freebsd.org (Postfix) with ESMTP id 0AA4B14CF7 for ; Mon, 18 Oct 1999 03:21:09 -0700 (PDT) (envelope-from graeme@echidna.com) Received: from kigal.webcom.com (kigal.webcom.com [209.1.28.57]) by hecate.webcom.com (8.9.1/8.9.1) with SMTP id DAA00283; Mon, 18 Oct 1999 03:21:09 -0700 Received: from [204.143.69.56] by inanna.webcom.com (WebCom SMTP 1.2.1) with SMTP id 35303687; Mon Oct 18 03:15 PDT 1999 Message-Id: <380B1E96.1B27@echidna.com> Date: Mon, 18 Oct 1999 06:20:22 -0700 From: Graeme Tait Organization: Echidna X-Mailer: Mozilla 2.02 (Win16; I) Mime-Version: 1.0 To: "Jason C. Wells" Cc: George Vagner , questions@freebsd.org Subject: Re: ftp autologout References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jason C. Wells wrote: > > On Sun, 17 Oct 1999, George Vagner wrote: > > >how do I make it so users that forget to log out using > >ftp get automatically logged out? > > ftpd -T timeout in inetd.conf or wherever you start ftpd. > > man ftpd I had a similar problem to the original poster. What appeared to be happening in my case was that client connections were failing in mid transfer. This can apparently leave ftpd in an indefinite wait. I was advised to try the following to clear out these connections: # sysctl -w net.inet.tcp.always_keepalive=1 This seems to have done the job. I believe it kills idle connections after 4 hours. From man ftpd: -T A client may also request a different timeout period; the maximum period allowed may be set to timeout seconds with the -T option. The default limit is 2 hours. -t The inactivity timeout period is set to timeout seconds (the de- fault is 15 minutes). The clients I've used don't automatically up the timeout from the value set by -t, and so connections normally timeout after 15 minutes. Even if the client does increase the timeout, it is constrained by the -T setting, which defaults to 2 hours. From George's original post, you can see connections still alive that are days old. I assume he hadn't changed either timeout setting for ftpd. -- Graeme Tait - Echidna To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 18 3:45:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from va.com.au (va.com.au [203.15.106.1]) by hub.freebsd.org (Postfix) with ESMTP id 51D7814BCF for ; Mon, 18 Oct 1999 03:45:25 -0700 (PDT) (envelope-from jesse@va.com.au) Received: from [1.1.1.3] (203.108.21.7) by va.com.au with ESMTP (Eudora Internet Mail Server 2.2); Mon, 18 Oct 1999 20:15:21 +0930 Mime-Version: 1.0 X-Sender: jesse@mail.va.com.au Message-Id: In-Reply-To: References: Date: Mon, 18 Oct 1999 20:38:09 +1000 To: "Jason C. Wells" From: jesse reynolds Subject: Re: how do you turn on / install drivers? (Xircom PC-Card Ethernet) Cc: freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 4:56 AM +0000 18/10/1999, Jason C. Wells wrote: >On Mon, 18 Oct 1999, jesse reynolds wrote: > > >I'd like to know, in general, how you find out if a certain piece of > >hardware is supported, and if so how to get it's driver installed and > >working. Any clues? > >Hardware support is listed on the website. Also, use tho source Luke for >late breaking additions. Err, what's the "source Luke" ??? Are you talking about the cvs server? -- Jesse Reynolds - Virtual Artists Pty Ltd - http://www.va.com.au - http://virtual.artists Mobile: (+61) 0414 669 790 Faxmail: (+61) 02 9776 3594 Virtual Community Engine Email: jesse (at) va.com.au http://www.vce.net ?: http://jesse.va.com.au huh?: Content Management System ICQ: 4766684 & Application Server for Timezone: GMT +10:00 Hrs MacOS Webservers (W*API) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 18 3:45:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from va.com.au (va.com.au [203.15.106.1]) by hub.freebsd.org (Postfix) with ESMTP id 4531214CF7 for ; Mon, 18 Oct 1999 03:45:25 -0700 (PDT) (envelope-from jesse@va.com.au) Received: from [1.1.1.3] (203.108.21.7) by va.com.au with ESMTP (Eudora Internet Mail Server 2.2); Mon, 18 Oct 1999 20:15:29 +0930 Mime-Version: 1.0 X-Sender: jesse@mail.va.com.au Message-Id: In-Reply-To: References: Date: Mon, 18 Oct 1999 20:45:00 +1000 To: Alfred P