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 Perlstein , "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 5:25 PM -0700 17/10/1999, Alfred Perlstein wrote: >On Mon, 18 Oct 1999, Jason C. Wells wrote: > > > On Mon, 18 Oct 1999, jesse reynolds wrote: > > > >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. Right. Does di=disable? Hmmm. I see that xe is not in this file. According to the XE driver readme, I should add the following lines to kernel.conf: controller card0 device pcic0 at card? device pcic1 at card? device xe0 at isa? port? net irq ? after copying some c files into /sys/i386/isa and recompiling the kernel... So, doesn't that mean I can't simply download a kld, put it in the right place, and reboot? ie, am I going to have to recompile my kernel? 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 Mon Oct 18 3:48:48 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 985E614BCF for ; Mon, 18 Oct 1999 03:48:31 -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 GAA26848; Mon, 18 Oct 1999 06:48:26 -0400 (EDT) Received: (from lowell@localhost) by world.std.com (8.9.3/8.9.3) id GAA05696; Mon, 18 Oct 1999 06:48:26 -0400 (EDT) Date: Mon, 18 Oct 1999 06:48:26 -0400 (EDT) Message-Id: <199910181048.GAA05696@world.std.com> From: Lowell Gilbert To: mike@sentex.net Cc: questions@freebsd.org In-reply-to: <380a991f.953106064@mail.sentex.net> (mike@sentex.net) Subject: Re: FreeBSD as a dedicated network router? References: <3807AB5B.29DEC712@ndsu.nodak.edu> <380a991f.953106064@mail.sentex.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: mike@sentex.net (Mike Tancsa) Date: Mon, 18 Oct 1999 04:10:19 GMT On 17 Oct 1999 18:33:42 -0400, I wrote: >read RFC 1918, FreeBSD may well be *better* for your purposes than a Oops. I meant 1812. Sorry, Freudian slip; I knew there was a war that year... 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 4:26:31 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 5DAD014BDD for ; Mon, 18 Oct 1999 04:26:28 -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 HAA29794 for ; Mon, 18 Oct 1999 07:28:30 -0400 (EDT) Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 11dC4B-00050R-00; Mon, 18 Oct 1999 08:39:07 -0400 To: freebsd-questions@freebsd.org Subject: Re: Bash prompt (/usr/home/username instead of ~/) References: <7170.940240864@axl.noc.iafrica.com> X-Home-Page: http://wgaf.dyndns.org Organization: Wgaf From: Arcady Genkin Date: 18 Oct 1999 08:39:07 -0400 In-Reply-To: Sheldon Hearn's message of "Mon, 18 Oct 1999 12:01:04 +0200" Message-ID: <871zasyhas.fsf@main.wgaf.net> Lines: 22 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 Sheldon Hearn writes: > On 18 Oct 1999 05:57:44 -0400, Arcady Genkin wrote: > > > while PS1 is set to '\h:\w\$ ' > > > Use \W instead of \w . Thanks, Sheldon, but that's not quite what I wanted. \W gives me only the trailing name of the current directory. So if I am in ~/src/csc/, it gives me "door:csc$". My problem was that with \w it says "/usr/home/antipode/src/csc", whereas I would like it to say "~/src/csc". And the funny part of the problem was that it starts to behave the way I want it to after I simply type "cd" w/o arguments (then bash replaces "u/h/antipode" with "~"). -- 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 4:33:58 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 75C60150F3 for ; Mon, 18 Oct 1999 04:33:55 -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 EAA23709; Mon, 18 Oct 1999 04:54:46 -0700 (PDT) Date: Mon, 18 Oct 1999 04:54:46 -0700 (PDT) From: Alfred Perlstein To: jesse reynolds Cc: "Jason C. Wells" , 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: > At 5:25 PM -0700 17/10/1999, Alfred Perlstein wrote: > >On Mon, 18 Oct 1999, Jason C. Wells wrote: > > > > > On Mon, 18 Oct 1999, jesse reynolds wrote: > > > > > >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. > > Right. Does di=disable? Hmmm. I see that xe is not in this file. > > According to the XE driver readme, I should add the following lines > to kernel.conf: > > controller card0 > device pcic0 at card? > device pcic1 at card? > device xe0 at isa? port? net irq ? > > after copying some c files into /sys/i386/isa and recompiling the > kernel... So, doesn't that mean I can't simply download a kld, put it > in the right place, and reboot? > > ie, am I going to have to recompile my kernel? You're getting things mixed up a bit, but it's understandable. /book/kernel.conf is read by the kernel/loader and turns on/off devices in the kernel that are >>compiled in<<, you can't 'en' (enable) a device that isn't compiled in, although it may be possible to load the kld if one exists. If you kernel doesn't have the device compiled in you'll need to recompile or load a kld. To see if the device is compiled in but possibly disabled have a look in /var/run/dmesg.boot, it should show you what the kernel trys to do with device drivers at bootup. hope this helps, -Alfred 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 4:47:39 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 09D9714BFD for ; Mon, 18 Oct 1999 04:47:31 -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 21:17:26 +0930 Mime-Version: 1.0 X-Sender: jesse@mail.va.com.au Message-Id: In-Reply-To: References: Date: Mon, 18 Oct 1999 21:46:43 +1000 To: Alfred Perlstein From: jesse reynolds Subject: Re: how do you turn on / install drivers? (Xircom PC-Card Ethernet) Cc: "Jason C. Wells" , 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 >/book/kernel.conf is read by the kernel/loader and turns on/off >devices in the kernel that are >>compiled in<<, you can't >'en' (enable) a device that isn't compiled in, although it may >be possible to load the kld if one exists. Right. >If you kernel doesn't have the device compiled in you'll need to >recompile or load a kld. Ok, yep. >To see if the device is compiled in but possibly disabled have a >look in /var/run/dmesg.boot, it should show you what the kernel >trys to do with device drivers at bootup. Okay. I'm pretty sure that the XE driver ain't anywhere on my system. There's no mention of it in the output of dmesg, and the c files aren't where the XE installer says they should go etc. Also what worries me, is the Readme for XE says that FreeBSD doesn't support CardBus, and my dmesg says: probing pci bus... (etc) ... chip3: rev 0x01 int a irq 9 on pci0.19.0 chip4: rev 0x01 int b irq 9 on pci0.19.1 ... I don't know much about pc-card and CardBus technologies... maybe I should repost this to freebsd-hardware? 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 Mon Oct 18 4:53:47 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 5A1F914BFD for ; Mon, 18 Oct 1999 04:53:37 -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 HAA05240; Mon, 18 Oct 1999 07:53:25 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <4.1.19991018074833.0452d340@granite.sentex.ca> X-Sender: mdtancsa@granite.sentex.ca X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Mon, 18 Oct 1999 07:53:23 -0400 To: Lowell Gilbert From: Mike Tancsa Subject: Re: FreeBSD as a dedicated network router? Cc: questions@freebsd.org In-Reply-To: <199910181048.GAA05696@world.std.com> References: <380a991f.953106064@mail.sentex.net> <3807AB5B.29DEC712@ndsu.nodak.edu> <380a991f.953106064@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 06:48 AM 10/18/99 , Lowell Gilbert wrote: > From: mike@sentex.net (Mike Tancsa) > Date: Mon, 18 Oct 1999 04:10:19 GMT > > On 17 Oct 1999 18:33:42 -0400, I wrote: > > >read RFC 1918, FreeBSD may well be *better* for your purposes than a > >Oops. I meant 1812. Sorry, Freudian slip; I knew there was a war >that year... Thanks, I found the thread.. http://x43.deja.com/getdoc.xp?AN=483306345&search=thread&CONTEXT=940247266.1 376190543&HIT_CONTEXT=940247175.1376452683&hitnum=1 ********************************************************************** 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 Mon Oct 18 5:31:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from amanda.swlct.sthames.nhs.uk (hide14.nhs.uk [194.6.81.14]) by hub.freebsd.org (Postfix) with ESMTP id 22F5614C2F for ; Mon, 18 Oct 1999 05:31:16 -0700 (PDT) (envelope-from greg@swlct.sthames.nhs.uk) Received: from greg.swlct.sthames.nhs.uk (qmh-00553.qmpgmc.ac.uk [10.1.20.82]) by amanda.swlct.sthames.nhs.uk (8.9.2/8.9.3) with SMTP id NAA97618 for ; Mon, 18 Oct 1999 13:23:59 +0100 (BST) Message-ID: <000701bf1965$9cec8200$5214010a@swlct.sthames.nhs.uk> From: "Greg Quinlan" To: Subject: Network Port Printing Date: Mon, 18 Oct 1999 13:38:00 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 Hi all, I was wondering if any one could tell me if there is a way of printing to a specific "port" of an IP address. Something like "lpr" style printing but no remote machine name. The equipment is not another FreeBSD box but a print server without lpr capabilities. ie. IP Address = 10.1.1.1 Service/Port = 1000 I do not know enough about remote printing to know if this could be achieved with an /etc/printcap entry. Or if a simple C program could do the same thing. Ideally I like to be able to run a command like: cat - | nprint 10.1.1.1 1000 Where nprint is the filter program to handle output. Any ideas would be greatly appreciated. Thanks in advance. Greg 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 5:36:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from puma.chaski.com (puma.chaski.com [206.196.46.160]) by hub.freebsd.org (Postfix) with ESMTP id 0A67B14C2F for ; Mon, 18 Oct 1999 05:36:51 -0700 (PDT) (envelope-from dorin@puma.chaski.com) Received: (from dorin@localhost) by puma.chaski.com (8.9.2/8.9.2) id HAA19598 for questions@freebsd.org; Mon, 18 Oct 1999 07:33:02 -0500 (CDT) (envelope-from dorin) From: Michael Dorin Message-Id: <199910181233.HAA19598@puma.chaski.com> Subject: amanda problems To: questions@freebsd.org Date: Mon, 18 Oct 1999 07:33:01 -0500 (CDT) Reply-To: dorin@gr-303.com X-Mailer: ELM [version 2.4ME+ PL43 (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 I am trying to get amanda running properly as a client under freebsd 3.1-release. I am having tons and tons of problems for example, what causes this: Oct 17 14:26:12 puma /kernel: pid 10777 (amandad), uid 2: exited on signal 11 Oct 17 14:26:12 puma inetd[136]: /usr/local/libexec/amanda/amandad[10777]: exit status 0xb Oct 17 14:26:12 puma /kernel: pid 10778 (amandad), uid 2: exited on signal 11 Oct 17 14:26:12 puma inetd[136]: /usr/local/libexec/amanda/amandad[10778]: exit status 0xb Oct 17 14:26:12 puma /kernel: pid 10779 (amandad), uid 2: exited on signal 11 Oct 17 14:26:12 puma inetd[136]: /usr/local/libexec/amanda/amandad[10779]: exit status 0xb Oct 17 14:26:12 puma /kernel: pid 10780 (amandad), uid 2: exited on signal 11 Oct 17 14:26:12 puma inetd[136]: /usr/local/libexec/amanda/amandad[10780]: exit status 0xb Oct 17 14:26:12 puma /kernel: pid 10781 (amandad), uid 2: exited on signal 11 Oct 17 14:26:12 puma inetd[136]: /usr/local/libexec/amanda/amandad[10781]: exit status 0xb Oct 17 14:26:12 puma /kernel: pid 10782 (amandad), uid 2: exited on signal 11 Oct 17 14:26:12 puma inetd[136]: /usr/local/libexec/amanda/amandad[10782]: exit status 0xb Oct 17 14:26:12 puma /kernel: pid 10783 (amandad), uid 2: exited on signal 11 Oct 17 14:26:12 puma inetd[136]: /usr/local/libexec/amanda/amandad[10783]: exit status 0xb Oct 17 14:26:12 puma inetd[136]: amanda/udp server failing (looping), service t I appreciate any and all help. -Mike 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 5:38: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stell.cns.vt.edu (stell.cns.vt.edu [128.173.12.7]) by hub.freebsd.org (Postfix) with ESMTP id E164114C2F for ; Mon, 18 Oct 1999 05:37:59 -0700 (PDT) (envelope-from stellr@stell.cns.vt.edu) Received: by stell.cns.vt.edu (8.8.8/1.1.22.3/01Sep99-0840AM) id IAA0000018595; Mon, 18 Oct 1999 08:37:56 -0400 (EDT) Date: Mon, 18 Oct 1999 08:37:56 -0400 From: Ray Stell To: freebsd-questions@FreeBSD.ORG Subject: what version on linux is support under FreeBSD 3.2 based on Message-ID: <19991018083745.A18655@stell.cns.vt.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG what version on linux (I think red hat but which one 5.2, 6.0, 6.1 ?) is the freebsd 3.2 compatibility based on? I need to take out egcs and install gcc. =============================================================== Ray Stell stellr@vt.edu (540) 231-4109 KE4TJC 28^D 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 5:52:19 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 5942814BDD for ; Mon, 18 Oct 1999 05:52:08 -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 11dCGF-00032i-00; Mon, 18 Oct 1999 14:51:35 +0200 From: Sheldon Hearn To: Ray Stell Cc: freebsd-questions@FreeBSD.ORG Subject: Re: what version on linux is support under FreeBSD 3.2 based on In-reply-to: Your message of "Mon, 18 Oct 1999 08:37:56 -0400." <19991018083745.A18655@stell.cns.vt.edu> Date: Mon, 18 Oct 1999 14:51:34 +0200 Message-ID: <11699.940251094@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 18 Oct 1999 08:37:56 -0400, Ray Stell wrote: > what version on linux (I think red hat but which one 5.2, 6.0, > 6.1 ?) is the freebsd 3.2 compatibility based on? From the CVS logs for ports/emulators/linux_base/Makefile: RELEASE_3_2_0: 1.25 [...] ---------------------------- revision 1.26 date: 1999/07/21 10:41:35; author: marcel; state: Exp; lines: +158 -32 linux_base is the reincarnation of linux_lib and obsoletes both linux_lib and linux-base. Both will be removed from the ports collection at the proper time. linux_base uses a subset of packages from a Red Hat 5.2 release to populate /compat/linux. There's no functional difference between linux-base and linux_base. The name of the latter is preferred over the name of the former. Reviewed by: Tim Supervised by: Satoshi ---------------------------- So 3.2-RELEASE went out with a RedHat 5.2 -derived Linuxulator. The one we have now is still 5.2 -derived. 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 6: 5: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cnt.ru (mweb.ctel.msk.ru [194.84.17.34]) by hub.freebsd.org (Postfix) with ESMTP id 54EA614BDD for ; Mon, 18 Oct 1999 06:04:24 -0700 (PDT) (envelope-from vikov@cnt.ru) Received: from cnt.ru (su35.ctel.msk.ru [194.84.8.206]) by cnt.ru (8.9.1a/8.9.1) with ESMTP id RAA27153 for ; Mon, 18 Oct 1999 17:04:06 +0400 (MSD) Message-ID: <380B1B5D.ACDEA6B3@cnt.ru> Date: Mon, 18 Oct 1999 17:06:37 +0400 From: "Victor Y. Kovalenko" X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.0-RELEASE i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Out of file descriptors on bootstrap Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have fresh installed FreeBSD 3.2 on x86. The bootstrap looks as usual: kernel initializes devices, has found both SCSI disks and then (it's time to mount partitions, as I guess), I see message .:Out of file descriptors and I leave in single user mode with only / mounted Rebuilding kernel with option maxusers up has same effect. It's not clear to me - on that stage FDs needed for what ? How I should solve that problem ? -- ----------------------------------------- Victor Y. Kovalenko, Network Administrator, nic-hdl: VYK9-RIPE, E-Mail: vikov@cnt.ru Central Telegraph ISP & Telco, Moscow, Russia. ----------------------------------------- **Where do you want to hang up today ? Bill Hates** 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 6:17:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web601.yahoomail.com (web2006.mail.yahoo.com [128.11.68.206]) by hub.freebsd.org (Postfix) with SMTP id 0BC9114BC5 for ; Mon, 18 Oct 1999 06:17:12 -0700 (PDT) (envelope-from _leung_@yahoo.com) Message-ID: <19991018131735.25553.rocketmail@web601.yahoomail.com> Received: from [202.67.238.254] by web2006.mail.yahoo.com; Mon, 18 Oct 1999 06:17:35 PDT Date: Mon, 18 Oct 1999 06:17:35 -0700 (PDT) From: Lui Yiu-Leung <_leung_@yahoo.com> Subject: Mirror !? To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am FreeBSD user. It's very stable and fast OS than NT. Since Hong Kong haven't any FreeBSD site. I want mirror your site for Hong Kong FreeBSD users. Would you tell me how to do it ? Thank very much ! Regards, _Leung_ ===== __________________________________________________ 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 Mon Oct 18 6:25:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from weeble.dyndns.org (ubppp233-191.dialin.buffalo.edu [128.205.233.191]) by hub.freebsd.org (Postfix) with ESMTP id 0672C14BC5 for ; Mon, 18 Oct 1999 06:25:29 -0700 (PDT) (envelope-from cjm2@weeble.DynDns.ORG) Received: from localhost (cjm2@localhost) by weeble.dyndns.org (8.9.3/8.9.3) with ESMTP id JAA64163 for ; Mon, 18 Oct 1999 09:25:31 -0400 (EDT) (envelope-from cjm2@cartman.weeble.dyndns.org) Date: Mon, 18 Oct 1999 09:25:30 -0400 (EDT) From: "Christopher J. Michaels" Reply-To: C J Michaels To: freebsd-questions@freebsd.org Subject: HD errors, what do they mean? 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 Can someone either tell me what these mean, or at least point me in the right direction. wd0s1h: soft error reading fsbn 11665754 of 11665753-11665768 (wd0s1 bn 12558682; cn 781 tn 189 sn 10) (status 58 error 1) wd0s1h: soft error reading fsbn 11665757 of 11665753-11665768 (wd0s1 bn 12558685; cn 781 tn 189 sn 13) (status 5a error 40) Thanks, Chris 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 6:30:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from harrier.prod.itd.earthlink.net (harrier.prod.itd.earthlink.net [207.217.121.12]) by hub.freebsd.org (Postfix) with ESMTP id 462A014BC5 for ; Mon, 18 Oct 1999 06:30:44 -0700 (PDT) (envelope-from jbrice@earthlink.net) Received: from johnrice (pool0022.cvx23-bradley.dialup.earthlink.net [209.179.204.22]) by harrier.prod.itd.earthlink.net (8.9.3/8.9.3) with SMTP id GAA11942; Mon, 18 Oct 1999 06:30:42 -0700 (PDT) Received: by localhost with Microsoft MAPI; Mon, 18 Oct 1999 06:29:44 -0700 Message-ID: <01BF1932.2A7A98C0.jbrice@earthlink.net> From: John Rice Reply-To: "jbrice@earthlink.net" To: "'support@cdrom.com'" Cc: "'questions@freebsd.org'" Subject: FreeBSD installation Date: Mon, 18 Oct 1999 06:29:04 -0700 X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To whom it may concern, I recently purchased FreeBSD v3.2 from a local retailer. The package contained 4 cdrom's. After having difficulty getting FreeBSD to recoginze my cdrom drive so I could install it, I managed to configure everything so that I could install FreeBSD from my cdrom drive. I chose the minimal installation under the install menu. (the "user" option.) In addition, I chose to install the "ports" collection as well. When the installation process starts, it goes rather fast, but as it progresses, it slows down considerably. When I got to the part that says it's installing the "ports" collection, I let it run for over 3 hours, but it never completed the installation. Finally, I terminated the installation because I felt that it was taking too long. Approximatly how long does it take to install FreeBSD? Could this lengthly install time be there result of a misconfiguration of hardware? John Rice 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 6:41: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from proteus.eclipse.net.uk (proteus.eclipse.net.uk [195.188.32.118]) by hub.freebsd.org (Postfix) with ESMTP id 3321A14D51; Mon, 18 Oct 1999 06:41:02 -0700 (PDT) (envelope-from sh@eclipse.net.uk) Received: from eclipse.net.uk (elara.eclipse.net.uk [195.188.32.31]) by proteus.eclipse.net.uk (Postfix) with ESMTP id E08D79B3C; Mon, 18 Oct 1999 14:41:00 +0100 (BST) Message-ID: <380B2383.89D082E1@eclipse.net.uk> Date: Mon, 18 Oct 1999 14:41:23 +0100 From: Stuart Henderson Organization: Eclipse Networking X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en-GB MIME-Version: 1.0 To: shashi@websi.com Cc: freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG Subject: Re: Hard Disk failure, mail for virtual host misbehaving References: <19991017170959.A4993@Shift-F1.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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. Hi, check that sendmail.cw is listing virthost1.com. -hup sendmail if you change it. HTH Stuart 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 6:47: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 9FE1714C13 for ; Mon, 18 Oct 1999 06:47:53 -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 GAA05912; Mon, 18 Oct 1999 06:45:59 -0700 (PDT) Message-ID: <380B29D2.894FB753@stcinc.com> Date: Mon, 18 Oct 1999 07:08:18 -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: Emil Thelin Cc: FreeBSD questions Subject: Re: VPN References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Here are two: FreeBSD IPSec IPv4 http://www.r4k.net/ and FreeBSD IPSec IPv6 http://www.kame.net/ You might consider subscribing to the FreeBSD-Security@FreeBSD.ORG mailing list as well. Emil Thelin wrote: > > 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 -- Cordially, Gregory Carvalho GregoryC@stcinc.com Simplified Technology Company http://www.stcinc.com In God I Trust! This message is intended only for the consumption of the recipient(s) in the "To:" and/or "CC:" fields in the header of this message. All others are requested to destroy copie(s) received. Please do not distribute nor disclose the contents of this 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 6:48:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.binep.ac.ru (ns.binep.ac.ru [193.233.37.5]) by hub.freebsd.org (Postfix) with ESMTP id 4A99914C13 for ; Mon, 18 Oct 1999 06:47:59 -0700 (PDT) (envelope-from goshik@binep.ac.ru) Received: from serv2.binep.ac.ru (serv2 [193.233.44.77]) by ns.binep.ac.ru (8.9.2/8.8.8) with SMTP id RAA51241; Mon, 18 Oct 1999 17:53:16 +0400 (MSD) (envelope-from goshik@binep.ac.ru) Reply-To: "Igor B. Bykhalo" From: "Igor B. Bykhalo" To: "Victor Y. Kovalenko" , Subject: Re: Out of file descriptors on bootstrap Date: Mon, 18 Oct 1999 17:43:35 +0300 Message-ID: <01bf1977$28719c00$0000e9c1@serv2.binep.ac.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0913.2206 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0913.2200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! > >I have fresh installed FreeBSD 3.2 on x86. >The bootstrap looks as usual: kernel initializes devices, has found both >SCSI disks and then (it's time to mount partitions, as I guess), I see >message >.:Out of file descriptors >and I leave in single user mode with only / mounted ... and my best guess is you haven't updated your /etc properly: /etc/defaults/rc.conf is the main file (not for edit) which calls /ect/rc.conf file. Check your rc.conf - it probably calls itself going into infinite loop... /etc/rc.conf must contain only values you want to override. Regards, Goshik _____________________________________________________ Windows 2001: "Sorry, pal, i just can't do this" 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 6:55:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from athena.connectalk.com (athena.connectalk.com [204.19.165.44]) by hub.freebsd.org (Postfix) with ESMTP id 9A18C14FA7 for ; Mon, 18 Oct 1999 06:55:11 -0700 (PDT) (envelope-from madamus@connectalk.com) Received: from webmail ([10.125.204.41]) by athena.connectalk.com (Netscape Messaging Server 3.6) with SMTP id AAA618E; Mon, 18 Oct 1999 09:52:50 -0400 From: "Michel Adamus" To: jbrice@earthlink.net Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD installation X-Mailer: Netscape Messenger Express 3.5.2 [Mozilla/3.04 (Macintosh; I; PPC)] Date: Mon, 18 Oct 1999 09:52:50 -0400 Message-ID: <7727DF751482.AAA618E@athena.connectalk.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When the installation process starts, it goes rather fast, but as it progresses, it slows down considerably. When I got to the part that says it's installing the "ports" collection, I let it run for over 3 hours, but it never completed the installation. Finally, I terminated the installation because I felt that it was taking too long. Approximatly how long does it take to install FreeBSD? Could this lengthly install time be there result of a misconfiguration of hardware? John Rice ______________________________________________ 1. Once the installation starts, go and look at the messages to see what is going on (ALT-F2 or ALT-F3, I can't remember, one will give you a shell and the other will show you messages). 2. The time of installation will take some time but not 3 hours. Unless you have a 1 x cdrom, probably not. look at your logs. Good luck. -A. 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 6:55:57 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 77C8514C13 for ; Mon, 18 Oct 1999 06:55:52 -0700 (PDT) (envelope-from slay3241@bright.net) Received: from bright.net (akro-max2-cs-16.dial.bright.net [209.143.19.67]) by sparticus.bright.net (8.9.3/8.9.3 ComNet Build) with ESMTP id JAA26960 for ; Mon, 18 Oct 1999 09:55:50 -0400 (EDT) Message-ID: <380B26CC.3D82FDBA@bright.net> Date: Mon, 18 Oct 1999 09:55:24 -0400 From: bill slaybaugh X-Mailer: Mozilla 4.61 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD List Subject: flaky single user boot Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Having done the equivalent of losing my root password: at login I get "/etc/spwd.db: No such file or directory". I've tried the single user boot, but I never get prompted for the shell choice. As the system starts there is a line: "export: SHELL#: bad variable name" I obviously don't understand the relationship between the passwd file and whatever /etc/spwd.db is. Any help is greatly appreciated. Bill Slaybaugh 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 6:57:48 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 86AB715022 for ; Mon, 18 Oct 1999 06:57:39 -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 11dDHr-0003Am-00; Mon, 18 Oct 1999 15:57:19 +0200 From: Sheldon Hearn To: "Victor Y. Kovalenko" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Out of file descriptors on bootstrap In-reply-to: Your message of "Mon, 18 Oct 1999 17:06:37 +0400." <380B1B5D.ACDEA6B3@cnt.ru> Date: Mon, 18 Oct 1999 15:57:19 +0200 Message-ID: <12199.940255039@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 18 Oct 1999 17:06:37 +0400, "Victor Y. Kovalenko" wrote: > I have fresh installed FreeBSD 3.2 on x86. > The bootstrap looks as usual: kernel initializes devices, has found both > SCSI disks and then (it's time to mount partitions, as I guess), I see > message > .:Out of file descriptors Looks like you've copied /etc/defaults/rc.conf into /etc . You're not supposed to do that, although you'd have to think about it to realize that -- there's no documentation explicitly warning you against making this mistake. > Rebuilding kernel with option maxusers up has same effect. It's not > clear to me - on that stage FDs needed for what ? > How I should solve that problem ? You need to boot into single-user mode and undo what you did. Hopefully you kept a backup of the /etc/rc.conf that you overwrote. :-) To boot into single-user mode: 3.1-RELEASE and earlier: At the boot prompt, type ``-s'' and press enter. 3.2-RELEASE or later: At the boot prompt, type ``boot -s'' and press enter. To mount your filesystems: mount -a Now just restore the backup copy of /etc/rc.conf, which you overwrote. If you don't have a backup copy, you have a choice. Either wipe /etc/rc.conf out and create a new one from scratch, or delete from it the lines below the comment "Allow local configuration override at the very end here". The first option is "better" in terms of eliminating the need to hand-edit /etc/rc.conf every time default configuration options in the master /etc/defaults/rc.conf are changed. The second option is obviously "better" in terms of time required. :-) Good luck, 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 7: 1:34 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 DF30015022 for ; Mon, 18 Oct 1999 07:01:27 -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 11dDLg-0003D4-00; Mon, 18 Oct 1999 16:01:16 +0200 From: Sheldon Hearn To: C J Michaels Cc: freebsd-questions@FreeBSD.ORG Subject: Re: HD errors, what do they mean? In-reply-to: Your message of "Mon, 18 Oct 1999 09:25:30 -0400." Date: Mon, 18 Oct 1999 16:01:16 +0200 Message-ID: <12341.940255276@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 18 Oct 1999 09:25:30 -0400, "Christopher J. Michaels" wrote: > wd0s1h: soft error reading fsbn 11665754 of 11665753-11665768 (wd0s1 bn > 12558682; cn 781 tn 189 sn 10) (status 58 error 1) A media failure was encountered, but it was _apparently_ transient a retry was successful. Don't be fooled, this is bad news. It means the drive is on its way out. Start making backups and plans to replace the drive. :-) 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 7: 6:21 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 3E70014FF7 for ; Mon, 18 Oct 1999 07:06:11 -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 11dDQJ-0003EQ-00; Mon, 18 Oct 1999 16:06:03 +0200 From: Sheldon Hearn To: bill slaybaugh Cc: FreeBSD List Subject: Re: flaky single user boot In-reply-to: Your message of "Mon, 18 Oct 1999 09:55:24 -0400." <380B26CC.3D82FDBA@bright.net> Date: Mon, 18 Oct 1999 16:06:03 +0200 Message-ID: <12425.940255563@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 18 Oct 1999 09:55:24 -0400, bill slaybaugh wrote: > Having done the equivalent of losing my root password: at login I get > "/etc/spwd.db: No such file or directory". I've tried the single user > boot, but I never get prompted for the shell choice. I don't believe you. :-) Seriously though, could you give us a little more detail? How do you boot into single-user mode? I see something like this: | BTX loader 1.00 BTX version is 1.01 | Console: internal video/keyboard | BIOS drive A: is disk0 | BIOS drive C: is disk1 | | FreeBSD/i386 bootstrap loader, Revision 0.7 639/64448kB | (sheldonh@gdb.noc.iafrica.com, Fri Sep 10 15:40:48 SAST 1999) | Loading /boot/defaults/loader.conf | /kernel text=0x10d2a3 data=0x142e8+0x212a0 syms=[0x4+0x1d410+0x4+0x205d5] | \ | Hit [Enter] to boot immediately or any other key for command prompt. | Booting [kernel] in 9 seconds... I press [space] and then type boot -s After the kernel has done it's probing magic, I get the root shell prompt. What do you see, or are you specifying simply "-s" instead of "boot -s"? That's a common mistake with folks who've come from FreeBSD 2.x. Later, 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 7: 8:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from plains.NoDak.edu (plains.NoDak.edu [134.129.111.64]) by hub.freebsd.org (Postfix) with ESMTP id 2357014FF7 for ; Mon, 18 Oct 1999 07:08:18 -0700 (PDT) (envelope-from tinguely@plains.NoDak.edu) Received: (from tinguely@localhost) by plains.NoDak.edu (8.9.3/8.9.3) id JAA08500; Mon, 18 Oct 1999 09:08:14 -0500 (CDT) Date: Mon, 18 Oct 1999 09:08:14 -0500 (CDT) From: Mark Tinguely Message-Id: <199910181408.JAA08500@plains.NoDak.edu> To: ATeslik@aol.com, caught@prodigy.net Subject: Re: Ping win/FreeBSD probs Cc: freebsd-questions@FreeBSD.ORG, samba@samba.anu.edu.au Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > That mac address is wrong!! I'm salivating now. Soooooo, how do I change the > mac address to the correct one? I tried on Aug 19, Bill Paul posted to the newsgroup comp.unix.bsd.freebsd.misc about his support to change the MAC address of a ethernet card under FreeBSD. see: http://www.freebsd.org/~wpaul/mac.tar.gz there is no documentation in the distribution, and he put some in the news article. See deja-news for the article, (message-id <7pf3mv$qhe$1@sol.ctr.columbia.edu>) --mark "the pack-rat" 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 7:36: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.quintiles.com (ns2.quintiles.com [205.139.234.2]) by hub.freebsd.org (Postfix) with SMTP id 3771E14BDD for ; Mon, 18 Oct 1999 07:36:03 -0700 (PDT) (envelope-from RWinters@QKan.Quintiles.com) Received: (qmail 25767 invoked from network); 18 Oct 1999 14:35:57 -0000 Received: from unknown (HELO qrtplc01.qrtp.quintiles.com) (10.1.54.11) by 10.1.131.20 with SMTP; 18 Oct 1999 14:35:57 -0000 Received: by qrtplc01.qrtp.quintiles.com(Lotus SMTP MTA v4.6.5 (863.2 5-20-1999)) id 8525680E.004F4E89 ; Mon, 18 Oct 1999 10:26:14 -0400 X-Lotus-FromDomain: QUINTILES From: RWinters@QKan.Quintiles.com To: freebsd-questions@FreeBSD.ORG Message-ID: <8525680E.004F4DF1.00@qrtplc01.qrtp.quintiles.com> Date: Mon, 18 Oct 1999 09:34:11 -0500 Subject: Problems installing 3.3 Release over DOS partition Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Please help a complete newbie.... I'm trying to install the 3.3 release over a DOS partition and I'm having some trouble. The trouble is that I'm getting a "Makedev returned non-zero status" error message and installation quits. When I did an alt-F2, I found quite a few "chown not found" error messages and "abort trap" error messages. I decided to do the whole installation again, but this time I watched the message log. During the copying bin into / process, I got a lot of error messages about "stand/cpio: bad header", "stand/cpio: bad checksum", and "stand/cpio: ignoring XXXXX bytes of junk". I thought this was probably due to a problem with one of the files in the /bin directory, so I copied (FTP) over everything in the /bin directory to my local hard drive again. The problem repeated itself. I've also tried remaking the floppies with fresh copies of kern.flp and mfsroot.flp, but that didn't work either. Some specifics about my system: It is an AMD K6-2 400 MHz 128 MB RAM Primary IDE0: 13 GB used by Win98 (FAT32) Secondary IDE0: 1 GB (this is where I want to install FreeBSD) Primary IDE1: 405 MB used as backup (FAT16) Secondary IDE1: CD-ROM drive Two parallel ports Mouse on COM1 Modem on COM2 I originally had Red Hat Linux 6 install on half of the 1 GB drive and I tried to install FreeBSD on the other half. I thought that might be causing the problem, so I tried deleting Linux and using the entire drive for FreeBSD, but that did not fix the problem. Any ideas? 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 7:44:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from b2mx.tinker.af.mil (b2mx.tinker.af.mil [137.240.230.163]) by hub.freebsd.org (Postfix) with ESMTP id 15EE714DC5 for ; Mon, 18 Oct 1999 07:44:09 -0700 (PDT) (envelope-from scott.stowell@b2mx.tinker.af.mil) Received: by b2mx.tinker.af.mil with Internet Mail Service (5.5.2650.10) id ; Mon, 18 Oct 1999 09:44:05 -0500 Message-ID: <1F494825E398D2119C820000F86328741F7D3C@laspo4.tinker.af.mil> From: "Stowell, Scott - TAFB/LASMT" To: "'freebsd-questions@freebsd.org'" Subject: Distribution error Date: Mon, 18 Oct 1999 09:43:55 -0500 X-Mailer: Internet Mail Service (5.5.2650.10) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm installing v3.3 and at the end of the installation I got the following message: Couldn't extract the following distribution: Local Anyone know what this particular distribution is and if I should be concerned? thanks, Scott Stowell 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 7:46:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay.pair.com (relay1.pair.com [209.68.1.20]) by hub.freebsd.org (Postfix) with ESMTP id 2EAA314BC2 for ; Mon, 18 Oct 1999 07:46:04 -0700 (PDT) (envelope-from hiddink@galileo.or.cr) Received: from verberne (escazu1-a213.racsa.co.cr [196.40.7.214]) by relay.pair.com (8.8.7/8.8.5) with ESMTP id JAA13195 for ; Mon, 18 Oct 1999 09:59:30 -0400 (EDT) Message-Id: <199910181359.JAA13195@relay.pair.com> X-cs: R From: "Bert Hiddink X-RS-Flags: 1,1,1,1,0,0,0 X-RS-Sigset: 0 To: Robert Subject: Name-based virtual hosting Apache 1.3 FreeBSD 2.2.8 Cc: freebsd-questions@FreeBSD.org Comments: Confirmation of reading was requested. Comments: Confirmation of delivery was requested. MIME-Version: 1.0 Content-type: text/enriched; charset=ISO-8859-1 Content-transfer-encoding: 8BIT Date: Sun, 17 Oct 1999 17:02:14 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 0100,0100,0100Dear Robert, I saw your inquiry sent to the FreeBSD forum about Name-based virtual hosting. I am quite new on FreeBSD. On Thu, 3 Dec 1998, Robert wrote: > Hi! > > I would like very much to host pages from my server using the > name-based > virtual hosting in Apache 1.3.3, on FreeBSD 2.2.6 (may upgrade to > 2.2.8, > suggestions? :) > > I have the vhosting part figured out, but I just need some > verification > before I take the actual step of registering another name.. < > .. > > Is it possible to have more than one domain name assigned to an IP > address? > I have been told that it is, and nothing to the contrary thus far. > > Therefore. > > I assume the way to do this would be to add an entry in > named.boot , which > now looks like this > > named.boot > ---------- > cache . named.root > primary namodn.com named.namodn > primary 0.0.127.IN-ADDR.ARPA localhost.rev > ---------- > > to something like this > > named.boot.correct? > ---------- > cache . named.root > primary namodn.com named.namodn > primary 0.0.127.IN-ADDR.ARPA localhost.rev > primary customer.com named.customer > ---------- > > then mime my (working) named.namodn, which uses ns1.namodn.com, > and have > an ns1.customer.com all set up in named.customer ... > > Would this work? I have a LAN Windows/FreeBSD just for developing purposes. I would like to implement here the name-based virtual hosting feature of Apache 1.3. I got the httpd.conf (virtual hosting part) like this: NameVirtualHost 192.168.1.10 < DocumentRoot /usr/www/users ServerName galileo1.local.galileo.or.cr < < DocumentRoot /usr/www/users/galileo ServerName local.sipromicro.com < < DocumentRoot /usr/www/users/galileo/hp-galileo ServerName local.galileo.or.cr < < DocumentRoot /usr/www/users/coopnet/coopup ServerName local.coopnetupdate.org < < DocumentRoot /usr/www/users/coopnet ServerName local.coopnetaldia.org < < DocumentRoot /usr/www/users/empresa/aenet ServerName local.associate-expert.net < < DocumentRoot /usr/www/users/empresa ServerName local.microempresa.org < < DocumentRoot /usr/www/users/htdocs ServerName local.apache.org < < DocumentRoot /usr/www/users/coninpym ServerName local.coninpyme.org < When I call now f.e. http://local.sipromicro.com from the Netscape browser installed on the FreeBSD-server, it opens correctly the corresponding page. However, when I do the same from a Windows machine in the LAN, it does not recognize this URL. Only when I call the IP-address 192.168.1.10, it opens the /usr/www/users/ directory. Reading your message above, I suppose I have to configure the files in /etc/named.db/ on the FreeBSD server, in order to get the problem fixed. Could you give some hints to get this done, taking into account the httpd-configuration showed above? Do I need to set up a primary or secondary server? Could you help me with some sample files for /etc/named.db/? Many thanks in advance for your appreciated help! Regards, -brt 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 7:47: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sawmill.grauel.com (sawmill.grauel.com [199.233.104.39]) by hub.freebsd.org (Postfix) with ESMTP id EF4CA14BC2 for ; Mon, 18 Oct 1999 07:46:55 -0700 (PDT) (envelope-from rjk@sawmill.grauel.com) Received: (from rjk@localhost) by sawmill.grauel.com (8.9.3/8.8.8) id JAA15413; Mon, 18 Oct 1999 09:48:17 -0500 (EST) (envelope-from rjk) From: "Richard J. Kuhns" MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <14347.13104.633068.117752@sawmill.grauel.com> Date: Mon, 18 Oct 1999 09:48:16 -0500 (EST) To: freebsd-questions@freebsd.org Subject: YA cdrecord question after upgrade 2.2.8 --> 3.3 X-Mailer: VM 6.71 under 21.1 (patch 7) "Biscayne" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just upgraded a machine from 2.2.8 to 3.3 and installed the latest cdrecord (v1.8.a29) from ports. I believe I've created all the necessa= ry devices (I've converted to CAM several times in the past, but this is t= he only machine with a CD burner). I've also consulted the mailing list archives with no success. I can mount/unmount CDs with no trouble. Here's what happens:=20 : sawmill#~; /usr/local/bin/cdrecord -version Cdrecord release 1.8a29 Copyright (C) 1995-1999 J=F6rg Schilling : sawmill#~; /usr/local/bin/cdrecord -scanbus Cdrecord release 1.8a29 Copyright (C) 1995-1999 J=F6rg Schilling /usr/local/bin/cdrecord: No such file or directory. Cannot open SCSI dr= iver. : sawmill#~; ls -l /dev/xpt* /dev/pass* crw-rw---- 1 root operator 31, 0 Oct 14 12:28 /dev/pass0 crw-rw---- 1 root operator 31, 1 Oct 14 12:28 /dev/pass1 crw-rw---- 1 root operator 31, 2 Oct 14 12:28 /dev/pass2 crw-rw---- 1 root operator 31, 3 Oct 14 12:28 /dev/pass3 crw-rw---- 1 root operator 31, 4 Oct 14 12:28 /dev/pass4 crw-rw---- 1 root operator 31, 5 Oct 14 12:28 /dev/pass5 crw-rw---- 1 root operator 31, 6 Oct 14 12:28 /dev/pass6 crw-rw---- 1 root operator 31, 7 Oct 14 12:28 /dev/pass7 crw-rw---- 1 root operator 104, 0 Oct 14 12:38 /dev/xpt0 crw-rw---- 1 root operator 104, 1 Oct 14 12:38 /dev/xpt1 : sawmill#~;=20 I ran cdrecord under truss; here's the output: syscall __sysctl(0xbfbfd4f0,0x2,0x28077384,0xbfbfd4f8,0x0,0x0) =09returns 0 (0x0) syscall mmap(0x0,32768,0x3,0x1002,-1,0x0) =09returns 671580160 (0x28078000) syscall geteuid() =09returns 0 (0x0) syscall getuid() =09returns 0 (0x0) syscall getegid() =09returns 0 (0x0) syscall getgid() =09returns 0 (0x0) syscall open("/var/run/ld-elf.so.hints",0,05001667504) =09returns 4 (0x4) syscall read(0x4,0xbfbfd4a4,0x80) =09returns 128 (0x80) syscall lseek(4,0x80,0) =09returns 128 (0x80) syscall read(0x4,0x2807c000,0x37) =09returns 55 (0x37) syscall close(4) =09returns 0 (0x0) syscall access("/usr/lib/libcam.so.2",0) =09returns 0 (0x0) syscall open("/usr/lib/libcam.so.2",0,05001667504) =09returns 4 (0x4) syscall read(0x4,0xbfbfc520,0x1000) =09returns 4096 (0x1000) syscall mmap(0x0,53248,0x5,0x2,4,0x0) =09returns 671612928 (0x28080000) syscall mmap(0x2808a000,12288,0x3,0x12,4,0x9000) =09returns 671653888 (0x2808a000) syscall close(4) =09returns 0 (0x0) syscall access("/usr/lib/libc.so.3",0) =09returns 0 (0x0) syscall open("/usr/lib/libc.so.3",0,05001667504) =09returns 4 (0x4) syscall read(0x4,0xbfbfc520,0x1000) =09returns 4096 (0x1000) syscall mmap(0x0,528384,0x5,0x2,4,0x0) =09returns 671666176 (0x2808d000) syscall mmap(0x280fa000,20480,0x3,0x12,4,0x6c000) =09returns 672112640 (0x280fa000) syscall mmap(0x280ff000,61440,0x3,0x1012,-1,0x0) =09returns 672133120 (0x280ff000) syscall close(4) =09returns 0 (0x0) syscall getrlimit(0x8,0xbfbfbe8c) =09returns 0 (0x0) syscall setrlimit(0x8,0xbfbfbe8c) =09returns 0 (0x0) syscall open("/etc/default/cdrecord",0,0666) =09errno 2 'No such file or directory' syscall open("/etc/default/cdrecord",0,0666) =09errno 2 'No such file or directory' syscall open("/etc/default/cdrecord",0,0666) =09errno 2 'No such file or directory' syscall fstat(1,0xbfbfbc4c) =09returns 0 (0x0) syscall readlink("/etc/malloc.conf",0xbfbfbc48,63) =09errno 2 'No such file or directory' syscall mmap(0x0,4096,0x3,0x1002,-1,0x0) =09returns 672194560 (0x2810e000) syscall break(0x806d000) =09returns 0 (0x0) syscall break(0x807d000) =09returns 0 (0x0) syscall ioctl(1,TIOCGETA,0xbfbfbc88) =09returns 0 (0x0) syscall write(1,0x806d000,63) =09returns 63 (0x3f) syscall fstat(2,0xbfbfbe50) =09returns 0 (0x0) syscall break(0x807e000) =09returns 0 (0x0) syscall break(0x807f000) =09returns 0 (0x0) syscall break(0x8080000) =09returns 0 (0x0) syscall break(0x8081000) =09returns 0 (0x0) syscall break(0x8082000) =09returns 0 (0x0) syscall open("/dev/xpt0",2,01001750000) =09returns 4 (0x4) syscall break(0x8084000) =09returns 0 (0x0) syscall ioctl(4,CAMIOCOMMAND,0xbfbfbbb8) =09returns 0 (0x0) syscall close(4) =09returns 0 (0x0) syscall write(2,0xbfbfbd30,62) =09returns 62 (0x3e) syscall exit(0x2) =09process exit, rval =3D 512 Any suggestions? Thanks... --=20 Richard Kuhns=09=09=09rjk@grauel.com PO Box 6249=09=09=09Tel: (765)477-6000 \ 100 Sawmill Road=09=09=09=09 x319 Lafayette, IN 47903=09=09 (800)489-4891 / 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 7:52: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from martinez.malf.net (w130.z209220133.sjc-ca.dsl.cnc.net [209.220.133.130]) by hub.freebsd.org (Postfix) with ESMTP id 49F0314BC2 for ; Mon, 18 Oct 1999 07:52:06 -0700 (PDT) (envelope-from dj@stmichael.org) Received: from stmichael.org (w131.z209220133.sjc-ca.dsl.cnc.net [209.220.133.131]) by martinez.malf.net (8.9.2/8.9.2) with ESMTP id HAA15417; Mon, 18 Oct 1999 07:52:05 -0700 (PDT) (envelope-from dj@stmichael.org) Message-ID: <380B3415.335747B4@stmichael.org> Date: Mon, 18 Oct 1999 07:52:05 -0700 From: "D. J. King" Reply-To: dking@malf.net Organization: St. Michael the Archangel Orthodox Church X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 3.1-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Panics with Vinum Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My configuration is: AMD K6-3 with 256MB memory 2x18GB IBM IDE Disks FreeBSD 3.3-Release My Vinum Config is: drive d1 device /dev/wd2h drive d2 device /dev/wd0g volume home plex org concat sd length 12990M drive d1 plex org concat sd length 12990M drive d2 vinum create -f /etc/vinum.conf yields: Configuration summary Drives: 2 (4 configured) Volumes: 1 (4 configured) Plexes: 2 (8 configured) Subdisks: 2 (16 configured) D d1 State: up Device /dev/wd2h Avail: 0/12990 MB (0%) D d2 State: up Device /dev/wd0g Avail: 0/12990 MB (0%) V home State: up Plexes: 2 Size: 12 GB P home.p0 C State: up Subdisks: 1 Size: 12 GB P home.p1 C State: faulty Subdisks: 1 Size: 12 GB S home.p0.s0 State: up PO: 0 B Size: 12 GB S home.p1.s0 State: reviving PO: 0 B Size: 12 GB --------------------------------- vinum stop home.p1 vininum start home.p1 vinum list Configuration summary Drives: 2 (4 configured) Volumes: 1 (4 configured) Plexes: 2 (8 configured) Subdisks: 2 (16 configured) D d1 State: up Device /dev/wd2h Avail: 0/12990 MB (0%) D d2 State: up Device /dev/wd0g Avail: 0/12990 MB (0%) V home State: up Plexes: 2 Size: 12 GB P home.p0 C State: up Subdisks: 1 Size: 12 GB P home.p1 C State: up Subdisks: 1 Size: 12 GB S home.p0.s0 State: up PO: 0 B Size: 12 GB S home.p1.s0 State: up PO: 0 B Size: 12 GB -------------------------------------- At this point, I reboot then: vinum start Fatal trap 12 Fault Virtual Address 0x10 Fault Code Supervisor Read, Page Not Present Instruction Pointer 0x8:0xc2109317 Stack Pointer 0x10:0xcf0a8c44 Frame Pointer 0x10:0xcf0a8c98 blah, blah, blah This is repeatable, at least in my environment I've also tried this after mounting the volume, after vinum init of one or both plexes, after reintegrating a downed plex, with only one plex defined for the volume, and using "vinum read" rather than "vinum start"... In other words, it works great as long as I configure it by hand... BUT... as soon as I try to let it configure itself, down it goes, If, instead of doing a "vinum read" or "vinum start" I use "vinum create" again, all is well, BTW... but this is a bit messy in a production environment. Any Ideas? Thanks, Doug King -- + + D. J. King + dj@stmichael.org + + The Tinker's Domain + http://www.nettinker.com/ + St. Michael Orthodox Church + http://www.stmichael.org/ + The Iconography Pages + http://www.iconography.com/ + Irina & Sons Icon Gallery + http://www.nettinker.com/icongal/ + Oakwood Publications + http://www.nettinker.com/oakwood/ + 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 7:55:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cnt.ru (mweb.ctel.msk.ru [194.84.17.34]) by hub.freebsd.org (Postfix) with ESMTP id 3A54514DC5 for ; Mon, 18 Oct 1999 07:55:12 -0700 (PDT) (envelope-from vikov@cnt.ru) Received: from cnt.ru (su35.ctel.msk.ru [194.84.8.206]) by cnt.ru (8.9.1a/8.9.1) with ESMTP id SAA18543; Mon, 18 Oct 1999 18:54:52 +0400 (MSD) Message-ID: <380B3562.7E01D0A6@cnt.ru> Date: Mon, 18 Oct 1999 18:57:38 +0400 From: "Victor Y. Kovalenko" X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.0-RELEASE i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: Sheldon Hearn Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Out of file descriptors on bootstrap References: <12199.940255039@axl.noc.iafrica.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sheldon Hearn wrote: > > On Mon, 18 Oct 1999 17:06:37 +0400, "Victor Y. Kovalenko" wrote: > > > I have fresh installed FreeBSD 3.2 on x86. > > The bootstrap looks as usual: kernel initializes devices, has found both > > SCSI disks and then (it's time to mount partitions, as I guess), I see > > message > > .:Out of file descriptors > > Looks like you've copied /etc/defaults/rc.conf into /etc . You're not > supposed to do that, although you'd have to think about it to realize > that -- there's no documentation explicitly warning you against making > this mistake. > > > Rebuilding kernel with option maxusers up has same effect. It's not > > clear to me - on that stage FDs needed for what ? > > How I should solve that problem ? > > You need to boot into single-user mode and undo what you did. Hopefully > you kept a backup of the /etc/rc.conf that you overwrote. :-) > > To boot into single-user mode: > > 3.1-RELEASE and earlier: > At the boot prompt, type ``-s'' and press enter. > > 3.2-RELEASE or later: > At the boot prompt, type ``boot -s'' and press enter. > > To mount your filesystems: > > mount -a > > Now just restore the backup copy of /etc/rc.conf, which you overwrote. > If you don't have a backup copy, you have a choice. Either wipe > /etc/rc.conf out and create a new one from scratch, or delete from it > the lines below the comment "Allow local configuration override at the > very end here". > > The first option is "better" in terms of eliminating the need to > hand-edit /etc/rc.conf every time default configuration options in the > master /etc/defaults/rc.conf are changed. The second option is obviously > "better" in terms of time required. :-) > > Good luck, > Sheldon. Thank You very much ! I really had copied whole /etc/defaults/rc.conf to /etc/rc.conf and made changes to meet my system specific in /etc/rc.conf. I stayed on 2.x line too long ;-) I'll check it tommorow, but I think You are totally right. -- ----------------------------------------- Victor Y. Kovalenko, Network Administrator, nic-hdl: VYK9-RIPE, E-Mail: vikov@cnt.ru Central Telegraph ISP & Telco, Moscow, Russia. ----------------------------------------- **Where do you want to hang up today ? Bill Hates** 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 8: 6:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f82.law4.hotmail.com [216.33.149.82]) by hub.freebsd.org (Postfix) with SMTP id 6980414BFD for ; Mon, 18 Oct 1999 08:06:11 -0700 (PDT) (envelope-from gandalf24@hotmail.com) Received: (qmail 48730 invoked by uid 0); 18 Oct 1999 15:06:10 -0000 Message-ID: <19991018150610.48729.qmail@hotmail.com> Received: from 216.67.7.63 by www.hotmail.com with HTTP; Mon, 18 Oct 1999 08:06:09 PDT X-Originating-IP: [216.67.7.63] From: "Gandalf T. Grey" To: freebsd-questions@freebsd.org Cc: gandalf24@hotmail.com Subject: 3 Questions for 3.2-RELEASE Setup on Thinkpad 560X Date: Mon, 18 Oct 1999 08:06:09 PDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, In my quest to get a 'real' OS running on my 560X, I've searched the man pages, handbook, FAQ, mailing list archives, 'The Complete FreeBSD', and a score of web sites. After weeks of dedicated effort, I think I'm in the home stretch, but I still have three nagging problems that I can't resolve: 1. I can't use a 640x480 splash screen even with VESA support compiled into the kernel. At boot, I see the VESA module load, but the splash screen display still fails with error 19. Does anyone know whether or not the 560X (NeoMagic Chipset) has VESA support, and what else I might need to do to get it to load the larger bitmap? 2. When I set the device speed for my 28.8 Hayes Optima PCMCIA modem to 28800, I connect to my ISP at 9600 and can surf very slowly. When I set the device speed higher, I get a connect message, but all I see is gibberish in the user-PPP term, so I can't log in. I am using a very generic INIT string, ATE1Q0M0, which may be the problem. Does anyone have an INIT string for the Hayes Optima 28.8 PCMCIA that allows them to actually connect at 28800, or know of some other reason why I might be having this problem? 3. Last but far from least, the 560X does not have an internal CD-ROM, so I have an external Panasonic KXL with a PCMCIA SCSI card. The card seems to be a KME KXLC004. Since the 2 and 3 may work with the ncv0 driver, I wanted to try it with the 4. I tried to compile it into the kernel (I'm using PAO3 by the way), but I don't see it even try to load. Does anyone know what the right driver is for this SCSI card, where I can find it? Well, that's it. Thanks for taking the time to read about my problems, and TIA if you can offer any assistance on solving them. Regards, gandalf24@hotmail.com ______________________________________________________ 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 Mon Oct 18 8: 6:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dnvrpop4.dnvr.uswest.net (dnvrpop4.dnvr.uswest.net [206.196.128.6]) by hub.freebsd.org (Postfix) with SMTP id DF44514E61 for ; Mon, 18 Oct 1999 08:06:22 -0700 (PDT) (envelope-from sales@soldsold.com) Received: (qmail 9947 invoked by alias); 18 Oct 1999 14:05:12 -0000 Delivered-To: fixup-questions@FreeBSD.ORG@fixme Received: (qmail 9542 invoked by uid 0); 18 Oct 1999 14:05:03 -0000 Received: from rdialup236.dnvr.uswest.net (HELO pop.dnvr.uswest.net) (216.160.172.236) by dnvrpop4.dnvr.uswest.net with SMTP; 18 Oct 1999 14:05:03 -0000 To: sales@soldsold.com From: "" Date: Mon, 18 Oct 1999 09:07:13 Subject: We value your opinion! Message-Id: <19991018150623.DF44514E61@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We want to thank you for reading this e-mail. If you would like to discontinue hit reply and in the subject type "remove". We would like to get your opinion of a website. Please go to http://www.soldsold.com and let us know what you think of this website. Let us know if this is a site you would feel comfortable buying products from, if not why? Do you think you would refer people to this site? Soldsold.com is paying $75.00 for referrals on closed sales, after the 30 day satisfaction guarantee. Please e-mail us and let us know if you would be interested in making money referring people to this site. Or, if you would like to give your opinion of websites to come in the future. Thank you so much for your time, and we really do value your opinion, so let us know what you think! -------------------- E-mail sent using WorldMerge, the fastest and easiest way to send personalized e-mail messages. More information at: http://www.coloradosoft.com/worldmrg 69010 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 8:11:56 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 355B414BC2 for ; Mon, 18 Oct 1999 08:11:50 -0700 (PDT) (envelope-from slay3241@bright.net) Received: from bright.net (akro-max2-cs-16.dial.bright.net [209.143.19.67]) by sparticus.bright.net (8.9.3/8.9.3 ComNet Build) with ESMTP id LAA26849 for ; Mon, 18 Oct 1999 11:11:49 -0400 (EDT) Message-ID: <380B389B.8671121B@bright.net> Date: Mon, 18 Oct 1999 11:11:23 -0400 From: bill slaybaugh X-Mailer: Mozilla 4.61 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD List Subject: passwd does not see pwd.db Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm stumbling back toward regaining root access. A list member was kind enough to mend my ways about running single user - but then running 'passwd root' returns: 'passwd: error opening database: /etc/pwd.db.: No such file' etc. the file /etc/pwd.db is there: -rw-r--r-- 1 0 wheel 40960 Sep 29 09:45 pwd.db What could cause passwd to do this? Bill Slaybaugh PS- thanks 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 8:16:24 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 9D63E14BC2 for ; Mon, 18 Oct 1999 08:16:22 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2650.21) id <40N6G1FB>; Mon, 18 Oct 1999 11:16:24 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105D07@site2s1> From: Christopher Michaels To: 'Sheldon Hearn' Cc: freebsd-questions@FreeBSD.ORG Subject: RE: HD errors, what do they mean? Date: Mon, 18 Oct 1999 11:19:21 -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 Could it be the controller? Because all 3 drives in the system have been giving periodic strange errors. This just started happening yesterday out of the blue, and this appears to be the worst so far. The drive itself isn't very old, and has performed well. I hope it's not the drive, but I do have current backups anyway, just to be safe. -Chris > -----Original Message----- > From: Sheldon Hearn [SMTP:sheldonh@uunet.co.za] > Sent: Monday, October 18, 1999 10:01 AM > To: C J Michaels > Cc: freebsd-questions@FreeBSD.ORG > Subject: HD errors, what do they mean? > > > > On Mon, 18 Oct 1999 09:25:30 -0400, "Christopher J. Michaels" wrote: > > > wd0s1h: soft error reading fsbn 11665754 of 11665753-11665768 (wd0s1 bn > > 12558682; cn 781 tn 189 sn 10) (status 58 error > 1) > > A media failure was encountered, but it was _apparently_ transient a > retry was successful. Don't be fooled, this is bad news. It means the > drive is on its way out. > > Start making backups and plans to replace the drive. :-) > > Ciao, > Sheldon. > > > 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 8:16:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from demo.telefonica.com.pe (kheops.demo.telefonica.com.pe [200.37.84.130]) by hub.freebsd.org (Postfix) with ESMTP id 0635A14BC2 for ; Mon, 18 Oct 1999 08:16:24 -0700 (PDT) (envelope-from rcc@demo.telefonica.com.pe) Received: from fw (dbase [200.37.84.135]) by demo.telefonica.com.pe (8.9.3/8.9.3) with SMTP id KAA16182 for ; Mon, 18 Oct 1999 10:17:47 +0500 (GMT) Message-ID: <002301bf197b$dccda640$4d01190a@fw> From: "Richard Cotrina" To: Subject: Adaptec AHA 1520 Support Date: Mon, 18 Oct 1999 10:17:16 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, Is there any way to configure Adaptec AHA 1520 SCSI in FreeBSD 3.3-CURRENT ? Is there any driver, patch o new kernel module available ? Regards, Richard 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 8:17:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.SAIOS.COM (mail.SAIOS.COM [216.25.35.16]) by hub.freebsd.org (Postfix) with ESMTP id 8F73714EE8 for ; Mon, 18 Oct 1999 08:17:26 -0700 (PDT) (envelope-from cbri@saios.com) Received: from saios.com [206.48.227.89] by mail.SAIOS.COM with ESMTP (SMTPD32-5.05) id A9FD2CD00A0; Mon, 18 Oct 1999 11:17:17 -0400 Message-ID: <380B3AE1.9F858B86@saios.com> Date: Mon, 18 Oct 1999 17:21:05 +0200 From: Cyril Brion X-Mailer: Mozilla 4.07 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: ehlo bsd staff Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG is there a Netscape version that run under freebsd? 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 8:24:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kechara.flame.org (kechara.flame.org [204.152.184.79]) by hub.freebsd.org (Postfix) with SMTP id 0427614E40 for ; Mon, 18 Oct 1999 08:24:55 -0700 (PDT) (envelope-from andy@kechara.flame.org) Received: (qmail 3013 invoked from network); 18 Oct 1999 15:24:55 -0000 Received: from kechara.flame.org (204.152.184.79) by kechara.flame.org with SMTP; 18 Oct 1999 15:24:55 -0000 Received: from localhost (localhost [[UNIX: localhost]]) by kechara.flame.org (8.8.8/8.6.9) with ESMTP id IAA03009; Mon, 18 Oct 1999 08:24:54 -0700 (PDT) Date: Mon, 18 Oct 1999 08:24:54 -0700 (PDT) From: Andreas Berg 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 On Sun, 17 Oct 1999 ATeslik@aol.com wrote: > Date: Sun, 17 Oct 1999 22:48:30 EDT > From: ATeslik@aol.com > To: freebsd-questions@freebsd.org > Subject: 3com 3c905c-tx-m NIC > > 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. I have the exact same board as you speak of above in two of my computers. It works just fine. I believe its called 3C905-TX-NM though. It uses the same drives as 3C905-TX anyway. make sure that you have 'device xl0', 'controller pnp0' and 'controller pci 0' in your kernel conf. kernel.GENERIC should find the board too. > Alex -Andy 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 8:28: 5 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 B922914E40 for ; Mon, 18 Oct 1999 08:28:03 -0700 (PDT) (envelope-from ATeslik@aol.com) Received: from ATeslik@aol.com by imo-d06.mx.aol.com (mail_out_v23.6.) id 1HKChExmQ_ (3963); Mon, 18 Oct 1999 11:27:25 -0400 (EDT) From: ATeslik@aol.com Message-ID: <0.7746ed02.253c965d@aol.com> Date: Mon, 18 Oct 1999 11:27:25 EDT Subject: Re: Mounting A CD-ROM To: sheldonh@uunet.co.za 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. >>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 . I believe the question was syntax related, as the drive _was_ being identified by the kernel. I tailored the answer because the postee had had the system up for one day and needed the beauty of brevity. Not to mention english. And hence the disclaimer of "it gets more complicated if this doesn't work". Geez. 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 8:28:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from demo.telefonica.com.pe (kheops.demo.telefonica.com.pe [200.37.84.130]) by hub.freebsd.org (Postfix) with ESMTP id 2270D14E40 for ; Mon, 18 Oct 1999 08:28:20 -0700 (PDT) (envelope-from rcc@demo.telefonica.com.pe) Received: from fw (dbase [200.37.84.135]) by demo.telefonica.com.pe (8.9.3/8.9.3) with SMTP id KAA16223 for ; Mon, 18 Oct 1999 10:29:43 +0500 (GMT) Message-ID: <003501bf197d$879d42a0$4d01190a@fw> From: "Richard Cotrina" To: References: <380B3AE1.9F858B86@saios.com> Subject: RE: ehlo bsd staff Date: Mon, 18 Oct 1999 10:29:12 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > is there a Netscape version that run under freebsd? There is a Netscape Communicator package at ports collection directory. Also, there is a Netscape binary version for FreeBSD at http://home.netscape.com/download Good Luck ! 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 8:38:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from majordomo2.umd.edu (majordomo2.umd.edu [128.8.10.7]) by hub.freebsd.org (Postfix) with ESMTP id 310B614C25 for ; Mon, 18 Oct 1999 08:38:09 -0700 (PDT) (envelope-from culverk@wam.umd.edu) Received: from rac1.wam.umd.edu (root@rac1.wam.umd.edu [128.8.10.141]) by majordomo2.umd.edu (8.9.3/8.9.3) with ESMTP id LAA24378; Mon, 18 Oct 1999 11:37:41 -0400 (EDT) Received: from rac1.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac1.wam.umd.edu (8.9.3/8.9.3) with SMTP id LAA02399; Mon, 18 Oct 1999 11:37:40 -0400 (EDT) Received: from localhost (culverk@localhost) by rac1.wam.umd.edu (8.9.3/8.9.3) with ESMTP id LAA02395; Mon, 18 Oct 1999 11:37:40 -0400 (EDT) X-Authentication-Warning: rac1.wam.umd.edu: culverk owned process doing -bs Date: Mon, 18 Oct 1999 11:37:40 -0400 (EDT) From: Kenneth Wayne Culver To: Cyril Brion Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ehlo bsd staff In-Reply-To: <380B3AE1.9F858B86@saios.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 Linux Netscape will run under emulation, and there is also a freebsd native version of netscape. ================================================================= | Kenneth Culver | FreeBSD: The best OS around. | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: AgRSkaterq | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= On Mon, 18 Oct 1999, Cyril Brion wrote: > is there a Netscape version that run under freebsd? > > > > 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 8:40:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.binep.ac.ru (ns.binep.ac.ru [193.233.37.5]) by hub.freebsd.org (Postfix) with ESMTP id 7819A14C25 for ; Mon, 18 Oct 1999 08:39:27 -0700 (PDT) (envelope-from goshik@binep.ac.ru) Received: from serv2.binep.ac.ru (serv2 [193.233.44.77]) by ns.binep.ac.ru (8.9.2/8.8.8) with SMTP id TAA51497; Mon, 18 Oct 1999 19:44:36 +0400 (MSD) (envelope-from goshik@binep.ac.ru) Reply-To: "Igor B. Bykhalo" From: "Igor B. Bykhalo" To: "Christopher Michaels" Cc: Subject: Re: HD errors, what do they mean? Date: Mon, 18 Oct 1999 19:34:45 +0300 Message-ID: <01bf1986$b012d700$0000e9c1@serv2.binep.ac.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0913.2206 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0913.2200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! >Could it be the controller? Because all 3 drives in the system have been >giving periodic strange errors. This just started happening yesterday out >of the blue, and this appears to be the worst so far. > >The drive itself isn't very old, and has performed well. I hope it's not >the drive, but I do have current backups anyway, just to be safe. > >-Chris > Don't know for sure, but (beleive it or not) i got these messages a couple of times when sudden reboots happened due to power failures. Mine is old trusty 486 with FreeBSD 3.1 and softupdates enabled, but my harddrive is really old. But after shudown -r now these messages disappear completely. Regards, Goshik _____________________________________________________ Windows 2001: "Sorry, pal, i just can't do this" 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 8:44:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc1017255-a.srst1.fl.home.com (cc1017255-a.srst1.fl.home.com [24.3.122.197]) by hub.freebsd.org (Postfix) with ESMTP id 2786114C25 for ; Mon, 18 Oct 1999 08:44:55 -0700 (PDT) (envelope-from hg@n2wx.ampr.org) Received: from penny.n2wx.ampr.org (penny [172.16.0.5]) by cc1017255-a.srst1.fl.home.com (Postfix) with ESMTP id AD09F1E5A; Mon, 18 Oct 1999 11:44:45 -0400 (EDT) Received: by penny.n2wx.ampr.org (Postfix, from userid 1000) id 9350ACD; Mon, 18 Oct 1999 11:44:37 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14347.16485.447355.530978@penny.n2wx.ampr.org> Date: Mon, 18 Oct 1999 11:44:37 -0400 (EDT) From: Howard Goldstein To: freebsd-questions@freebsd.org, dorin@gr-303.com Subject: Re: amanda problems X-Mailer: VM 6.62 under Emacs 19.34.1 Organization: disorganization Reply-To: hgoldste@bbs.mpcs.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG : I am trying to get amanda running properly as a client under freebsd : 3.1-release. I am having tons and tons of problems for example, what : causes this: From what I've gathered from the mailing lists it's vm bitrot. It may be fixed in 3.3R (it wasn't fixed in a circa mid-august 3.2S). Kill and restart inetd and amandaidx should be be okay for (some indeterminate length of time). When you can sucessfully telnet to puma's port 10082 you'll be back in business. : : Oct 17 14:26:12 puma /kernel: pid 10777 (amandad), uid 2: exited on signal 11 : Oct 17 14:26:12 puma inetd[136]: /usr/local/libexec/amanda/amandad[10777]: exit status 0xb 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 8:48:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id 881CA14FD7 for ; Mon, 18 Oct 1999 08:48:17 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from owp.csus.edu (mothra.ecs.csus.edu [130.86.76.220]) by pebkac.owp.csus.edu (8.9.3/8.9.3) with ESMTP id IAA26040; Mon, 18 Oct 1999 08:48:15 -0700 (PDT) Message-ID: <380B413B.3EC0126C@owp.csus.edu> Date: Mon, 18 Oct 1999 15:48:11 +0000 From: Joseph Scott Organization: Water Programs - CSU Sacramento X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Jon O." Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Apache13-modssl and php3 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Jon O." wrote: > > Hi all: > > Hope your going to FreeBSDcon > > Excuse me and please limit flames, but does anyone have tips on how to > build apache13-modssl with support for php3? Is this even possible? Is the > solution to run two httpd servers on different ports? I've done it on several machines, I use the apache13-php3 port. When you first build the port a menu will come up and you can select what things you want in the Apache build, SSL support is one of them. -- Joseph Scott joseph.scott@owp.csus.edu Office Of Water Programs - CSU Sacramento 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 8:54:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imo19.mx.aol.com (imo19.mx.aol.com [198.81.17.9]) by hub.freebsd.org (Postfix) with ESMTP id DF60314CAB for ; Mon, 18 Oct 1999 08:54:36 -0700 (PDT) (envelope-from ATeslik@aol.com) Received: from ATeslik@aol.com by imo19.mx.aol.com (mail_out_v23.6.) id nUHZa01793 (3963) for ; Mon, 18 Oct 1999 11:54:02 -0400 (EDT) From: ATeslik@aol.com Message-ID: <0.d781410b.253c9c99@aol.com> Date: Mon, 18 Oct 1999 11:54:01 EDT Subject: Linksys LNE100TXII card 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 I recieved this message from Bill Paul. Note that on Linksys's website they claim three chipsets used on their cards, PNIC, DEC, and Linksys. See http://www.linksys.com/support/solution/nos/freebsd.htm Of all the gin joints in all the towns in all the world, ATeslik@aol.com had to walk into mine and say: No, your card does not have the LinkSys chipset. LinkSys doesn't make chipsets: they buy boards and chips from other companies and put their names on it. The problem here is that the what you really have is the LNE100TX V2.0. This uses a different chip than the previous cards. I mistakenly thought that it was a new generation of the PNIC, but in reality it's more like the Macronix 98715A (the datasheet I have for it even has the Macronix logo on it). What you really need is the mx driver. Download if_mx.c and if_mxreg.h from http://www.freebsd.org/~wpaul/Macronix/3.0 and copy them to /sys/pci. Then add 'device mx0' do your kernel config and recompile. Remove 'device pn0' unless you need it for another card. If you do need it, you'll have to comment out the PNIC II entry from the device list at the top of if_pn.c. -Bill -- ============================================================================= -Bill Paul (212) 854-6020 | System Manager, Master of Unix-Fu Work: wpaul@ctr.columbia.edu | Center for Telecommunications Research Home: wpaul@skynet.ctr.columbia.edu | Columbia University, New York City ============================================================================= "It is not I who am crazy; it is I who am mad!" - Ren Hoek, "Space Madness" ============================================================================= 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 9: 2:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.picsnetworks.com (node-d1d4b45e.powerinter.net [209.212.180.94]) by hub.freebsd.org (Postfix) with ESMTP id B87C914CA1 for ; Mon, 18 Oct 1999 09:02:35 -0700 (PDT) (envelope-from dlabutay@picsnetworks.com) Received: by MAIL with Internet Mail Service (5.5.2448.0) id ; Mon, 18 Oct 1999 08:54:45 -0700 Message-ID: <93F1336E37BAD211B06F0090273F77326E189A@MAIL> From: Don Labutay To: "'questions@FreeBSD.ORG'" Subject: Help me unsubscribe Date: Mon, 18 Oct 1999 08:54:45 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BF1981.1918B16C" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BF1981.1918B16C Content-Type: text/plain; charset="iso-8859-1" I tried unsubscribing at majordomo@freebsd.org and it replied back that I was unsubscribed successfully, but it didn't work. This is the 4 time I tried this. don ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message ------------------------------ End of questions-digest V4 #1195 ******************************** ------_=_NextPart_001_01BF1981.1918B16C Content-Type: text/html; charset="iso-8859-1" Help me unsubscribe

I tried unsubscribing at majordomo@freebsd.org and it replied back
that I was unsubscribed successfully, but it didn't work.
This is the 4 time I tried this.

don



-----


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message

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

End of questions-digest V4 #1195
********************************

------_=_NextPart_001_01BF1981.1918B16C-- 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 9: 3: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from thelab.hub.org (nat203.183.mpoweredpc.net [142.177.203.183]) by hub.freebsd.org (Postfix) with ESMTP id C4B4F14FEB for ; Mon, 18 Oct 1999 09:03:01 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id NAA44198 for ; Mon, 18 Oct 1999 13:03:04 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 18 Oct 1999 11:29:39 -0300 (ADT) From: The Hermit Hacker To: xfmail@slappy.org Subject: XFMail -> Cyrus IMAPd ... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How? Going through Misc->Config Misc->Receive, I enter all my data in as I think is appropriate, and then go to Imap-> and it appears to try and get *all* the user mailboxes and get an error about "Too many folders" as a result... Under Cyrus IMAPd, when I connect using pine, I connct as: {mailserv}inbox With folders referenced as: {mailserv}inbox. Am I doing something wrong? Is anyone using XFMail with Cyrus IMAPd? Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 18 9: 8:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id B728114CA1 for ; Mon, 18 Oct 1999 09:08:01 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from owp.csus.edu (mothra.ecs.csus.edu [130.86.76.220]) by pebkac.owp.csus.edu (8.9.3/8.9.3) with ESMTP id JAA26104; Mon, 18 Oct 1999 09:07:57 -0700 (PDT) Message-ID: <380B45D9.1F98CEA@owp.csus.edu> Date: Mon, 18 Oct 1999 16:07:53 +0000 From: Joseph Scott Organization: Water Programs - CSU Sacramento X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: Simon Bennet Cc: freebsd-questions@FreeBSD.ORG Subject: Re: HP Jetdirect References: <380A57B5.4DF8@natsoft.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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. > > Despite Windows being an inferior operating system it doesn't print this > page. With out more info I'm kind of shooting in the dark but here's an idea. I ran into this problem also when using Samba. The trick was the lpr command used to print. from man lpr : -h Suppress the printing of the burst page. I added the -h to the Samba lpr command for printing and page you are having problems with stopped printing. Now if only I can find the same place in netatalk to fix that :-) -- Joseph Scott joseph.scott@owp.csus.edu Office Of Water Programs - CSU Sacramento 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 9:16:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay.pair.com (relay1.pair.com [209.68.1.20]) by hub.freebsd.org (Postfix) with ESMTP id A29E614CF4 for ; Mon, 18 Oct 1999 09:16:28 -0700 (PDT) (envelope-from hiddink@galileo.or.cr) Received: from verberne (escazu1-a232.racsa.co.cr [196.40.7.233]) by relay.pair.com (8.8.7/8.8.5) with ESMTP id LAA25584 for ; Mon, 18 Oct 1999 11:38:40 -0400 (EDT) Message-Id: <199910181538.LAA25584@relay.pair.com> From: "Bert Hiddink" To: freebsd-questions@freebsd.org Date: Mon, 18 Oct 1999 09:46:10 -0600 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Name-based virtual hosting Apache 1.3 FreeBSD 2.2.8 X-mailer: Pegasus Mail for Win32 (v3.12a) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello everybodyt, I saw an inquiry sent by Robert to the FreeBSD forum about Name-based virtual hosting. I am quite new on FreeBSD. On Thu, 3 Dec 1998, Robert wrote: > Hi! > > I would like very much to host pages from my server using the > name-based > virtual hosting in Apache 1.3.3, on FreeBSD 2.2.6 (may upgrade to > 2.2.8, > suggestions? :) > > I have the vhosting part figured out, but I just need some > verification > before I take the actual step of registering another name.. > .. > > Is it possible to have more than one domain name assigned to an IP > address? > I have been told that it is, and nothing to the contrary thus far. > > Therefore. > > I assume the way to do this would be to add an entry in > named.boot , which > now looks like this > > named.boot > ---------- > cache . named.root > primary namodn.com named.namodn > primary 0.0.127.IN-ADDR.ARPA localhost.rev > ---------- > > to something like this > > named.boot.correct? > ---------- > cache . named.root > primary namodn.com named.namodn > primary 0.0.127.IN-ADDR.ARPA localhost.rev > primary customer.com named.customer > ---------- > > then mime my (working) named.namodn, which uses ns1.namodn.com, > and have > an ns1.customer.com all set up in named.customer ... > > Would this work? I have a LAN Windows/FreeBSD just for developing purposes. I would like to implement here the name-based virtual hosting feature of Apache 1.3. I got the httpd.conf (virtual hosting part) like this: NameVirtualHost 192.168.1.10 DocumentRoot /usr/www/users ServerName galileo1.local.galileo.or.cr DocumentRoot /usr/www/users/galileo ServerName local.sipromicro.com DocumentRoot /usr/www/users/galileo/hp-galileo ServerName local.galileo.or.cr DocumentRoot /usr/www/users/coopnet/coopup ServerName local.coopnetupdate.org DocumentRoot /usr/www/users/coopnet ServerName local.coopnetaldia.org DocumentRoot /usr/www/users/empresa/aenet ServerName local.associate-expert.net DocumentRoot /usr/www/users/empresa ServerName local.microempresa.org DocumentRoot /usr/www/users/htdocs ServerName local.apache.org DocumentRoot /usr/www/users/coninpym ServerName local.coninpyme.org When I call now f.e. http://local.sipromicro.com from the Netscape browser installed on the FreeBSD-server, it opens correctly the corresponding page. However, when I do the same from a Windows machine in the LAN, it does not recognize this URL. Only when I call the IP-address 192.168.1.10, it opens the /usr/www/users/ directory. Reading your message above, I suppose I have to configure the files in /etc/named.db/ on the FreeBSD server, in order to get the problem fixed. Could you give some hints to get this done, taking into account the httpd-configuration showed above? Do I need to set up a primary or secondary server? Could you help me with some sample files for /etc/named.db/? Many thanks in advance for your appreciated help! Regards, -brt ------- End of forwarded message ------- Bert Hiddink, FUNDACION GALILEO Correo electronico: hiddink@galileo.or.cr Sitio: http://www.galileo.or.cr Tel. (506) 280 8683, telefax. (506) 280 8847 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 9:18:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dns.ie-online.it (dns.ie-online.it [194.133.148.8]) by hub.freebsd.org (Postfix) with ESMTP id C928D14D08 for ; Mon, 18 Oct 1999 09:18:22 -0700 (PDT) (envelope-from sriva@alice.it) Received: from dns.ie-interna.it (host-ie-trezzano.ie-online.it [194.133.148.44]) by dns.ie-online.it (8.8.8/8.8.8) with ESMTP id SAA05190; Mon, 18 Oct 1999 18:18:20 +0200 (CEST) (envelope-from sriva@alice.it) Received: from stefano (stefano.ie-interna.it [192.168.0.33]) by dns.ie-interna.it (8.8.8/8.8.8) with SMTP id SAA08179; Mon, 18 Oct 1999 18:18:20 +0200 (CEST) (envelope-from sriva@alice.it) Message-Id: <3.0.5.32.19991018181820.00b0bc90@relay.alice.it> X-Sender: riva@relay.alice.it X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Mon, 18 Oct 1999 18:18:20 +0200 To: Joseph Scott From: Stefano Riva Subject: Re: HP Jetdirect Cc: freebsd-questions@freebsd.org In-Reply-To: <380B45D9.1F98CEA@owp.csus.edu> References: <380A57B5.4DF8@natsoft.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 16.07 18/10/99 +0000, you wrote: > I added the -h to the Samba lpr command for printing and page you are >having problems with stopped printing. Now if only I can find the same >place in netatalk to fix that :-) I experienced the same problem. It seems that the :sh: option in /etc/printcap doesn't do anything; the burst page was always there. I solved the problem everywhere with a dirty trick, anyway it works... Alias the lpr command, or rename the lpr executable into something like lpr.REAL, then create a script named lpr which calls lpr.REAL with -h and the options passed to the script. :-) --- Stefano Riva Systems & Network Administrator Informazioni Editoriali I.E. Srl Voice +39-02283151, Fax +39-0228315900 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 9:22:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id C4CFD14CF4 for ; Mon, 18 Oct 1999 09:22:38 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from owp.csus.edu (mothra.ecs.csus.edu [130.86.76.220]) by pebkac.owp.csus.edu (8.9.3/8.9.3) with ESMTP id JAA26190; Mon, 18 Oct 1999 09:22:28 -0700 (PDT) Message-ID: <380B4940.1FA0814@owp.csus.edu> Date: Mon, 18 Oct 1999 16:22:24 +0000 From: Joseph Scott Organization: Water Programs - CSU Sacramento X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: Stefano Riva Cc: freebsd-questions@freebsd.org Subject: Re: HP Jetdirect References: <380A57B5.4DF8@natsoft.com.au> <3.0.5.32.19991018181820.00b0bc90@relay.alice.it> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Stefano Riva wrote: > > At 16.07 18/10/99 +0000, you wrote: > > I added the -h to the Samba lpr command for printing and page you are > >having problems with stopped printing. Now if only I can find the same > >place in netatalk to fix that :-) > > I experienced the same problem. It seems that the :sh: option in > /etc/printcap doesn't do anything; the burst page was always there. I > solved the problem everywhere with a dirty trick, anyway it works... Alias > the lpr command, or rename the lpr executable into something like lpr.REAL, > then create a script named lpr which calls lpr.REAL with -h and the options > passed to the script. :-) Of course. I like it. Probably not the "correct" fix, but I like it! Thanks. -- Joseph Scott joseph.scott@owp.csus.edu Office Of Water Programs - CSU Sacramento 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 9:23:55 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 0A11014D50 for ; Mon, 18 Oct 1999 09:23:49 -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 11dFZO-0003Tq-00; Mon, 18 Oct 1999 18:23:34 +0200 From: Sheldon Hearn To: bill slaybaugh Cc: questions@freebsd.org Subject: Re: flaky single user boot In-reply-to: Your message of "Mon, 18 Oct 1999 10:36:01 -0400." <380B3051.B65B5BDC@bright.net> Date: Mon, 18 Oct 1999 18:23:34 +0200 Message-ID: <13381.940263814@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 18 Oct 1999 10:36:01 -0400, bill slaybaugh wrote: > I got up to the point of running 'passwd root' but then got: > 'passwd: error opening database: /etc/pwd.db.: No such file' etc. > I really did not forget my root password, but something did > happen to *.db files under /etc. Yeah, that was your original problem, which I assumed you'd know how to fix once you were into the system. Sorry about that. :-) Okay, this ought to rebuild your pwd.db and spwd.db files, assuming you still have the master.passwd file: cd /etc pwd_mkdb master.passwd If you _don't_ still have a master.passwd file, you may have a backup copy in /var/backups. Good luck! 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 9:24:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.intekom.com (smtp.intekom.com [196.25.69.22]) by hub.freebsd.org (Postfix) with ESMTP id 5D2FF14A2C for ; Mon, 18 Oct 1999 09:24:45 -0700 (PDT) (envelope-from evablunted@earthling.net) Received: from uta36-01-p10.ec.saix.net ([155.239.168.10] helo=earthling.net) by mail.intekom.com with esmtp (Exim 3.03 #6) id 11dFZc-0003iS-00; Mon, 18 Oct 1999 18:23:49 +0200 Message-ID: <380B43DD.FB7D4FC4@earthling.net> Date: Mon, 18 Oct 1999 17:59:25 +0200 From: Langa Kentane Organization: Sunsine Networks X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.2.5-22 i586) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, linux-admin@vger.rutgers.edu Subject: Network backup solution 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 am very new to Unix and have am have a task that i need to do but don't know how to solve. Maybe you can help. I need to backup my FreeBSD 3.2-R server from a Linux box. The linux box is fitted with a HP tape drive and our budget doesn't allow us to take the easy way out and just buy another tape drive when I know for sure that there should be a way to backup over the network. What do I need to do to be able to do this? Any suggestions? -- Langa Kentane | Tel: +27 82 928 1952 Manager: Networks Operations | http://www.sunnet.co.za Sunshine Networks | http://langa.za.net __________________________________________________________ Unix, DOS, Windows The good, The bad, and the ugly __________________________________________________________ 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 9:25:44 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 2312B14C18 for ; Mon, 18 Oct 1999 09:25:42 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2650.21) id <40N6GJX1>; Mon, 18 Oct 1999 12:25:46 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105D08@site2s1> From: Christopher Michaels To: "'Stowell, Scott - TAFB/LASMT'" , "'freebsd-questions@freebsd.org'" Subject: RE: Distribution error Date: Mon, 18 Oct 1999 12:28:43 -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 No, and no. It appears to have been added for custom local distributions. Of course if you haven't added any to the installation it's going to fail. It's nothing to be concerned about. -Chris > -----Original Message----- > From: Stowell, Scott - TAFB/LASMT [SMTP:scott.stowell@b2mx.tinker.af.mil] > Sent: Monday, October 18, 1999 10:44 AM > To: 'freebsd-questions@freebsd.org' > Subject: Distribution error > > I'm installing v3.3 and at the end of the installation I got the following > message: > > Couldn't extract the following distribution: > > Local > > Anyone know what this particular distribution is and if I should be > concerned? > > thanks, > > Scott Stowell > > > 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 9:25:47 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 0FA4314BC5 for ; Mon, 18 Oct 1999 09:25: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 11dFb8-0003Ur-00; Mon, 18 Oct 1999 18:25:22 +0200 From: Sheldon Hearn To: ATeslik@aol.com Cc: freebsd-questions@freebsd.org Subject: Re: Mounting A CD-ROM In-reply-to: Your message of "Mon, 18 Oct 1999 11:27:25 EDT." <0.7746ed02.253c965d@aol.com> Date: Mon, 18 Oct 1999 18:25:22 +0200 Message-ID: <13444.940263922@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 18 Oct 1999 11:27:25 EDT, ATeslik@aol.com wrote: > I believe the question was syntax related, as the drive _was_ being > identified by the kernel. I tailored the answer because the postee had > had the system up for one day and needed the beauty of brevity. Chill. :-) I was just trying to broaden your array of help-tools. I'm speaking from my own personal experience of two so-called ATAPI drives, both of which are identified by the kernel, neither of which can be used to mount data CDROMs nor play audio CD's. 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 9:31:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dns.ie-online.it (dns.ie-online.it [194.133.148.8]) by hub.freebsd.org (Postfix) with ESMTP id 891EE14D50 for ; Mon, 18 Oct 1999 09:31:45 -0700 (PDT) (envelope-from sriva@alice.it) Received: from dns.ie-interna.it (host-ie-trezzano.ie-online.it [194.133.148.44]) by dns.ie-online.it (8.8.8/8.8.8) with ESMTP id SAA05604; Mon, 18 Oct 1999 18:31:44 +0200 (CEST) (envelope-from sriva@alice.it) Received: from stefano (stefano.ie-interna.it [192.168.0.33]) by dns.ie-interna.it (8.8.8/8.8.8) with SMTP id SAA08272; Mon, 18 Oct 1999 18:31:43 +0200 (CEST) (envelope-from sriva@alice.it) Message-Id: <3.0.5.32.19991018183143.00b303a0@relay.alice.it> X-Sender: riva@relay.alice.it X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Mon, 18 Oct 1999 18:31:43 +0200 To: bill slaybaugh From: Stefano Riva Subject: Re: passwd does not see pwd.db Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <380B389B.8671121B@bright.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.11 18/10/99 -0400, you wrote: >but then running 'passwd root' returns: From single user mode, after having mounted /usr if necessary, try using "vipw" (or any editor on /etc/master.passwd, followed by "pwd_mkdb"), cleaning the password file, leaving the root line without password (something like "root::0:0..."). Then you should be able to login normally as root without password; at that time use "passwd" to set a password. --- Stefano Riva Systems & Network Administrator Informazioni Editoriali I.E. Srl Voice +39-02283151, Fax +39-0228315900 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 9:35:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mathserv.mps.ohio-state.edu (mathserv.mps.ohio-state.edu [128.146.111.31]) by hub.freebsd.org (Postfix) with ESMTP id 91A3C14BC5 for ; Mon, 18 Oct 1999 09:35:11 -0700 (PDT) (envelope-from rishi@math.ohio-state.edu) Received: from math.mps.ohio-state.edu (math.mps.ohio-state.edu [128.146.111.30]) by mathserv.mps.ohio-state.edu (8.9.3/8.9.3) with ESMTP id MAA26539 for ; Mon, 18 Oct 1999 12:35:11 -0400 (EDT) Received: (from rishi@localhost) by math.mps.ohio-state.edu (8.9.3/8.9.3) id MAA25525 for freebsd-questions@freebsd.org; Mon, 18 Oct 1999 12:35:10 -0400 (EDT) From: Rishikesh Message-Id: <199910181635.MAA25525@math.mps.ohio-state.edu> Subject: Shared object "libncurses.so.5" not found To: freebsd-questions@freebsd.org Date: Mon, 18 Oct 1999 12:35:10 -0400 (EDT) X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I get this error messages when I try to run vim. What should I do to make vim run properly. /usr/libexec/ld-elf.so.1: Shared object "libncurses.so.5" not found Thanks. Rishi 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 9:42:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.cinar.com (mailhost.cinar.com [207.107.104.130]) by hub.freebsd.org (Postfix) with ESMTP id C21DC14BC5 for ; Mon, 18 Oct 1999 09:42:17 -0700 (PDT) (envelope-from mgignac@cinar.com) Received: from mailhost.cinar.com ([205.205.166.2]) by ns2.cinar.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com for ; Mon, 18 Oct 1999 12:43:34 -0400 Received: from CINAR/SpoolDir by mailhost.cinar.com (Mercury 1.43); 18 Oct 99 12:42:20 GMT+5 Received: from SpoolDir by CINAR (Mercury 1.43); 18 Oct 99 12:42:14 -0400 (EDT) Received: from martingignac (205.205.166.11) by mailhost.cinar.com (Mercury 1.43); 18 Oct 99 12:42:10 GMT+5 Message-ID: <001101bf1987$7532b500$0ba6cdcd@cinar.com> From: "Martin Gignac" To: Subject: How do I remove a user with a capital letter in the login ID? Date: Mon, 18 Oct 1999 12:40:16 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I mistakenly created an account with a capital letter in the login name, and now I can't seem to delete it because the 'rmuser' command keeps saying the "login name must contain alphanumeric characters only.". I've tried putting the name in quotes, but it still doesn't work. Is there something I am missing? Is there a workaround to this? TIA! -Martin 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 9:45: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dns.ie-online.it (dns.ie-online.it [194.133.148.8]) by hub.freebsd.org (Postfix) with ESMTP id D8A6A14E29 for ; Mon, 18 Oct 1999 09:44:57 -0700 (PDT) (envelope-from sriva@alice.it) Received: from dns.ie-interna.it (host-ie-trezzano.ie-online.it [194.133.148.44]) by dns.ie-online.it (8.8.8/8.8.8) with ESMTP id SAA05955; Mon, 18 Oct 1999 18:44:56 +0200 (CEST) (envelope-from sriva@alice.it) Received: from stefano (stefano.ie-interna.it [192.168.0.33]) by dns.ie-interna.it (8.8.8/8.8.8) with SMTP id SAA08345; Mon, 18 Oct 1999 18:44:50 +0200 (CEST) (envelope-from sriva@alice.it) Message-Id: <3.0.5.32.19991018184450.00b11950@relay.alice.it> X-Sender: riva@relay.alice.it X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Mon, 18 Oct 1999 18:44:50 +0200 To: "Gandalf T. Grey" From: Stefano Riva Subject: Re: 3 Questions for 3.2-RELEASE Setup on Thinkpad 560X Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <19991018150610.48729.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 08.06 18/10/99 PDT, you wrote: > 1. I can't use a 640x480 splash screen even with VESA support > compiled into the kernel. At boot, I see the VESA module load, > but the splash screen display still fails with error 19. Try "vidcontrol -i mode". It'll show you the video modes supported by FreeBSD with your hardware. If the VESA module is loaded and you don't see VESA modes... --- Stefano Riva Systems & Network Administrator Informazioni Editoriali I.E. Srl Voice +39-02283151, Fax +39-0228315900 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 9:48: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dns.ie-online.it (dns.ie-online.it [194.133.148.8]) by hub.freebsd.org (Postfix) with ESMTP id 40CF314BC5 for ; Mon, 18 Oct 1999 09:47:59 -0700 (PDT) (envelope-from sriva@alice.it) Received: from dns.ie-interna.it (host-ie-trezzano.ie-online.it [194.133.148.44]) by dns.ie-online.it (8.8.8/8.8.8) with ESMTP id SAA06025; Mon, 18 Oct 1999 18:47:55 +0200 (CEST) (envelope-from sriva@alice.it) Received: from stefano (stefano.ie-interna.it [192.168.0.33]) by dns.ie-interna.it (8.8.8/8.8.8) with SMTP id SAA08373; Mon, 18 Oct 1999 18:47:55 +0200 (CEST) (envelope-from sriva@alice.it) Message-Id: <3.0.5.32.19991018184755.00b11940@relay.alice.it> X-Sender: riva@relay.alice.it X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Mon, 18 Oct 1999 18:47:55 +0200 To: "Martin Gignac" From: Stefano Riva Subject: Re: How do I remove a user with a capital letter in the login ID? Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <001101bf1987$7532b500$0ba6cdcd@cinar.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 12.40 18/10/99 -0400, you wrote: >I mistakenly created an account with a capital letter in the login name, and >now I can't seem to delete it because the 'rmuser' command keeps saying the >"login name must contain alphanumeric characters only.". I've tried putting >the name in quotes, but it still doesn't work. Just modify the account name by hand with "vipw", or modify /etc/master.passwd with any editor, then run "pwd_mkdb". --- Stefano Riva Systems & Network Administrator Informazioni Editoriali I.E. Srl Voice +39-02283151, Fax +39-0228315900 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 9:49:39 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 A982A14BC5 for ; Mon, 18 Oct 1999 09:49:33 -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 VAA82207; Mon, 18 Oct 1999 21:46:08 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 21:46:08 +0000 (GMT) From: "Jason C. Wells" X-Sender: jcw@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: Alfred Perlstein Cc: jesse reynolds , "Jason C. Wells" , 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, Alfred Perlstein wrote: >You're getting things mixed up a bit, but it's understandable. Yes it is understandable. My advice was based mostly on my experience with monolithic kernels. I had forgotten there was such a thing as /boot/kernel.conf as I use no modules. Forget me and listen to Mr. Perlstein. 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 Mon Oct 18 10: 5:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dns.ie-online.it (dns.ie-online.it [194.133.148.8]) by hub.freebsd.org (Postfix) with ESMTP id B08AA14C18 for ; Mon, 18 Oct 1999 10:05:01 -0700 (PDT) (envelope-from sriva@alice.it) Received: from dns.ie-interna.it (host-ie-trezzano.ie-online.it [194.133.148.44]) by dns.ie-online.it (8.8.8/8.8.8) with ESMTP id TAA06593 for ; Mon, 18 Oct 1999 19:04:59 +0200 (CEST) (envelope-from sriva@alice.it) Received: from stefano (stefano.ie-interna.it [192.168.0.33]) by dns.ie-interna.it (8.8.8/8.8.8) with SMTP id TAA08475 for ; Mon, 18 Oct 1999 19:04:59 +0200 (CEST) (envelope-from sriva@alice.it) Message-Id: <3.0.5.32.19991018190459.00b00890@relay.alice.it> X-Sender: riva@relay.alice.it X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Mon, 18 Oct 1999 19:04:59 +0200 To: freebsd-questions@freebsd.org From: Stefano Riva Subject: Re: Network backup solution Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 17.59 18/10/99 +0200, you wrote: >I need to backup my FreeBSD 3.2-R server from a Linux box. The linux box is >fitted with a HP tape drive and our budget doesn't allow us to take the easy >way out and just buy another tape drive when I know for sure that there >should be a way to backup over the network. >What do I need to do to be able to do this? Any suggestions? You have many possibilities. You could simply mount the BSD box's filesystems with NFS on the Linux box, then doing the backup as usual. You could use a backup package like Amanda. You could use remote dump if Linux doesn't have problems with rmt; "man dump" for details (option -f). Just some suggestions. --- Stefano Riva Systems & Network Administrator Informazioni Editoriali I.E. Srl Voice +39-02283151, Fax +39-0228315900 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 10: 6:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web306.mail.yahoo.com (web306.mail.yahoo.com [128.11.68.237]) by hub.freebsd.org (Postfix) with SMTP id 796BF14FFB for ; Mon, 18 Oct 1999 10:06:12 -0700 (PDT) (envelope-from olyar@yahoo.com) Message-ID: <19991018170941.21003.rocketmail@web306.mail.yahoo.com> Received: from [207.104.44.130] by web306.mail.yahoo.com; Mon, 18 Oct 1999 10:09:41 PDT Date: Mon, 18 Oct 1999 10:09:41 -0700 (PDT) From: Chris Slater Subject: Re: Network backup solution To: Langa Kentane , freebsd-questions@freebsd.org, linux-admin@vger.rutgers.edu MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG One way is to use NFS to mount the root directory of the FreeBSD server into a directory on the Linux box (e.g. /mnt/FreeBSD). Then just backup that directory like you would back up any other directory in Linux (look at the man page for tar). Check out the NFS howto at: http://www.linuxdoc.org/HOWTO/NFS-HOWTO.html --- Langa Kentane wrote: > Hi > > I am very new to Unix and have am have a task that i > need to do but don't know how to solve. Maybe you > can help. > > I need to backup my FreeBSD 3.2-R server from a > Linux box. The linux box is fitted with a HP tape > drive and our budget doesn't allow us to take the > easy way out and just buy another tape drive when I > know for sure that there should be a way to backup > over the network. > > What do I need to do to be able to do this? Any > suggestions? > > -- > > Langa Kentane | Tel: +27 82 928 > 1952 > Manager: Networks Operations | > http://www.sunnet.co.za > Sunshine Networks | > http://langa.za.net > __________________________________________________________ > Unix, DOS, Windows > The good, The bad, and the ugly > __________________________________________________________ > > > > -====---====---====---====---====---====---====---====---====---====---====- > to unsubscribe email "unsubscribe linux-admin" to > majordomo@vger.rutgers.edu > See the linux-admin FAQ: > http://www.kalug.lug.net/linux-admin-FAQ/ > ===== __________________________________________________ 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 Mon Oct 18 10: 8:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from moon.mteege.de (ppps-nb01.MVnet.de [194.25.108.145]) by hub.freebsd.org (Postfix) with ESMTP id E1CDE14C18 for ; Mon, 18 Oct 1999 10:08:18 -0700 (PDT) (envelope-from matthias@mteege.de) Received: (from matthias@localhost) by moon.mteege.de (8.8.8/8.8.8) id TAA20530; Mon, 18 Oct 1999 19:03:49 +0200 (MET DST) (envelope-from matthias) Date: Mon, 18 Oct 1999 19:03:49 +0200 From: Matthias Teege To: Lui Yiu-Leung <_leung_@yahoo.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Mirror !? Message-ID: <19991018190349.E16686@moon.mteege.de> References: <19991018131735.25553.rocketmail@web601.yahoomail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <19991018131735.25553.rocketmail@web601.yahoomail.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Oct 18, 1999 at 06:17:35AM -0700, Lui Yiu-Leung wrote: > Hi, > > I am FreeBSD user. It's very stable and fast OS than > NT. Since Hong Kong haven't any FreeBSD site. I want > mirror your site for Hong Kong FreeBSD users. Would > you tell me how to do it ? Thank very much ! cd /usr/ports/net/cvsup-mirror make install Matthias -- Matthias Teege -- matthias@mteege.de -- http://emugs.de make world not war PGP-Key auf Anfrage 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 10:16: 0 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 B58D615115 for ; Mon, 18 Oct 1999 10:15:39 -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 11dEg7-000Dcx-00; Mon, 18 Oct 1999 16:26:27 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.032 #1) id 11dEg7-0000Wa-00; Mon, 18 Oct 1999 16:26:27 +0100 Date: Mon, 18 Oct 1999 16:26:27 +0100 From: Ben Smithurst To: "David S. Angulo" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Query Message-ID: <19991018162627.A1985@strontium.scientia.demon.co.uk> 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 0.95.6i In-Reply-To: <199910180149.UAA06535@chicago.us.mensa.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David S. Angulo wrote: > I received this extremely rude reply from the person at FreeBSD. No you didn't. Free clue: this mailing list, freebsd-questions, has people subscribed to it all over the planet to answer people's questions about FreeBSD. Only a few of them are directly related to the FreeBSD project, most (me and the person you complain about included) are just FreeBSD users/sysadmins. -- 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 Mon Oct 18 10:24:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from news.rdc1.tn.home.com (ha2.rdc1.tn.home.com [24.2.7.67]) by hub.freebsd.org (Postfix) with ESMTP id 583E614A2D for ; Mon, 18 Oct 1999 10:24:21 -0700 (PDT) (envelope-from williamsl@home.com) Received: from RELIABLE ([24.4.115.31]) by news.rdc1.tn.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <19991018172420.VNED8996.news.rdc1.tn.home.com@RELIABLE> for ; Mon, 18 Oct 1999 10:24:20 -0700 Date: Mon, 18 Oct 1999 13:24:20 -0400 From: Ben Williams X-Mailer: The Bat! (v1.34a) UNREG / CD5BF9353B3B7091 X-Priority: 3 (Normal) Message-ID: <3558.991018@home.com> To: FreeBSD questions Subject: What does file $X belong to? A way to find out? 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 I am trying to copy/modify a custom POP server written in PERL from one FreeBSD machine to another and whenever I try to manually telnet to the POP on the new machine I get an error from the server install_driver(mysql) failed: Can't load '/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/DBD/mysql/mysql.so' for module DBD::mysql: Shared object "libmysqlclient.so.6.0" not found at /usr/libdata/perl/5.00503/DynaLoader.pm line 169. I could easily enough copy that file (or even the whole sub-dir) into the correct location but I don't want to end up with 1/2 (or less) of a package installed on the new machine. How can I find out "what package owns this file"? Is there a way? It looks to me like possibly the DBD module was not correctly loaded on the new machine? TIA -- Ben 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 10:46:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.quintiles.com (ns2.quintiles.com [205.139.234.2]) by hub.freebsd.org (Postfix) with SMTP id 357A914F80 for ; Mon, 18 Oct 1999 10:46:19 -0700 (PDT) (envelope-from RWinters@QKan.Quintiles.com) Received: (qmail 4153 invoked from network); 18 Oct 1999 17:46:16 -0000 Received: from unknown (HELO qrtplc01.qrtp.quintiles.com) (10.1.54.11) by 10.1.131.20 with SMTP; 18 Oct 1999 17:46:16 -0000 Received: by qrtplc01.qrtp.quintiles.com(Lotus SMTP MTA v4.6.5 (863.2 5-20-1999)) id 8525680E.0060B93A ; Mon, 18 Oct 1999 13:36:28 -0400 X-Lotus-FromDomain: QUINTILES From: RWinters@QKan.Quintiles.com To: freebsd-questions@FreeBSD.ORG Message-ID: <8525680E.0060B727.00@qrtplc01.qrtp.quintiles.com> Date: Mon, 18 Oct 1999 12:44:22 -0500 Subject: Problems installing 3.3 Release over DOS partition Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Please help a complete newbie.... I'm trying to install the 3.3 release over a DOS partition and I'm having some trouble. The trouble is that I'm getting a "Makedev returned non-zero status" error message and installation quits. When I did an alt-F2, I found quite a few "chown not found" error messages and "abort trap" error messages. I decided to do the whole installation again, but this time I watched the message log. During the copying bin into / process, I got a lot of error messages about "stand/cpio: bad header", "stand/cpio: bad checksum", and "stand/cpio: ignoring XXXXX bytes of junk". I thought this was probably due to a problem with one of the files in the /bin directory, so I copied (FTP) over everything in the /bin directory to my local hard drive again. The problem repeated itself. I've also tried remaking the floppies with fresh copies of kern.flp and mfsroot.flp, but that didn't work either. Some specifics about my system: It is an AMD K6-2 400 MHz 128 MB PC100 SDRAM 16 MB AGP Voodoo Banshee video Primary IDE Master: 13 GB used by Win98 (FAT32) Primary IDE Slave: 1 GB (this is where I want to install FreeBSD) Secondary IDE Master: 405 MB used as backup (FAT16) Secondary IDE Slave: CD-ROM drive Two parallel ports Mouse on COM1 Modem on COM2 I originally had Red Hat Linux 6 install on half of the 1 GB drive and I tried to install FreeBSD on the other half. I thought that might be causing the problem, so I tried deleting Linux and using the entire drive for FreeBSD, but that did not fix the problem. What I'm thinking now is that bin.inf is somehow screwed up (perhaps downloaded as binary when it should be ASCII or vice versa). Any ideas? 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 10:46:45 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 8F4B914F80 for ; Mon, 18 Oct 1999 10:46:39 -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 NAA13522; Mon, 18 Oct 1999 13:49:40 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910181749.NAA13522@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Bash prompt (/usr/home/username instead of ~/) In-Reply-To: <871zasyhas.fsf@main.wgaf.net> from Arcady Genkin at "Oct 18, 1999 08:39:07 am" To: a.genkin@utoronto.ca (Arcady Genkin) Date: Mon, 18 Oct 1999 13:49:40 -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 Arcady Genkin wrote, > Sheldon Hearn writes: > > > On 18 Oct 1999 05:57:44 -0400, Arcady Genkin wrote: > > > > > while PS1 is set to '\h:\w\$ ' > > > > > Use \W instead of \w . > > Thanks, Sheldon, but that's not quite what I wanted. \W gives me only > the trailing name of the current directory. So if I am in ~/src/csc/, > it gives me "door:csc$". > > My problem was that with \w it says "/usr/home/antipode/src/csc", > whereas I would like it to say "~/src/csc". And the funny part of the > problem was that it starts to behave the way I want it to after I > simply type "cd" w/o arguments (then bash replaces "u/h/antipode" with > "~"). What happens if you put a 'cd' command right after the prompt is set? -- 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 Mon Oct 18 10:49:38 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 9A2B814DEB for ; Mon, 18 Oct 1999 10:49:35 -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 NAA13532; Mon, 18 Oct 1999 13:52:47 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910181752.NAA13532@cc942873-a.ewndsr1.nj.home.com> Subject: Re: make buildworld In-Reply-To: <940236830.21551.491@excite.com> from fuzz zzuf at "Oct 18, 1999 01:53:50 am" To: fuzz_zzuf@excite.com (fuzz zzuf) Date: Mon, 18 Oct 1999 13:52:46 -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 fuzz zzuf wrote, > 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? Do you actually have that file? Are you trying to buildworld without a complete set of sources? Or is something else going wrong? -- 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 Mon Oct 18 10:53:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from phoenix.volant.org (phoenix.volant.org [205.179.79.193]) by hub.freebsd.org (Postfix) with ESMTP id 0AB2814CC7 for ; Mon, 18 Oct 1999 10:53:14 -0700 (PDT) (envelope-from patl@phoenix.volant.org) Received: from asimov.phoenix.volant.org ([205.179.79.65]) by phoenix.volant.org with smtp (Exim 1.92 #8) id 11dGy9-0004ZR-00; Mon, 18 Oct 1999 10:53:13 -0700 Received: from localhost by asimov.phoenix.volant.org (SMI-8.6/SMI-SVR4) id KAA06295; Mon, 18 Oct 1999 10:53:09 -0700 Date: Mon, 18 Oct 1999 10:53:09 -0700 (PDT) From: patl@phoenix.volant.org Reply-To: patl@phoenix.volant.org Subject: Re: Bash prompt (/usr/home/username instead of ~/) To: cjclark@home.com Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <199910181749.NAA13522@cc942873-a.ewndsr1.nj.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 18-Oct-99 at 10:48, Crist J. Clark (cjc@cc942873-a.ewndsr1.nj.home.com) wrote: > Arcady Genkin wrote, > > Thanks, Sheldon, but that's not quite what I wanted. \W gives me only > > the trailing name of the current directory. So if I am in ~/src/csc/, > > it gives me "door:csc$". > > > > My problem was that with \w it says "/usr/home/antipode/src/csc", > > whereas I would like it to say "~/src/csc". And the funny part of the > > problem was that it starts to behave the way I want it to after I > > simply type "cd" w/o arguments (then bash replaces "u/h/antipode" with > > "~"). > > What happens if you put a 'cd' command right after the prompt is set? Shouldn't that be 'cd .' just in case you aren't in your home directory? -Pat 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 10:54: 5 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 05D7814CC7 for ; Mon, 18 Oct 1999 10:53:59 -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 NAA13573; Mon, 18 Oct 1999 13:57:05 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910181757.NAA13573@cc942873-a.ewndsr1.nj.home.com> Subject: Re: ftp autologout In-Reply-To: <380B1E96.1B27@echidna.com> from Graeme Tait at "Oct 18, 1999 06:20:22 am" To: graeme@echidna.com (Graeme Tait) Date: Mon, 18 Oct 1999 13:57:05 -0400 (EDT) Cc: jcwells@u.washington.edu (Jason C. Wells), lvagner@ibm.net (George Vagner), 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 Graeme Tait wrote, [snip] > 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. Small note, there is an rc.conf switch to set this, tcp_keepalive="YES" # Kill dead TCP connections (or NO). It is set on in /etc/defaults/rc.conf. That is, it is set on by default. -- 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 Mon Oct 18 10:54:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.multinet-media.com (ns1.multinet-media.com [207.18.212.40]) by hub.freebsd.org (Postfix) with ESMTP id A88E315129 for ; Mon, 18 Oct 1999 10:54:05 -0700 (PDT) (envelope-from drew@multinet-media.com) Received: from multinet-media.com (231door249.door.net [208.234.231.249]) by ns1.multinet-media.com (8.8.8/8.8.8) with ESMTP id RAA00485; Mon, 18 Oct 1999 17:48:21 -0500 (CDT) (envelope-from drew@multinet-media.com) Message-ID: <380B05DD.1C09FECE@multinet-media.com> Date: Mon, 18 Oct 1999 12:34:53 +0100 From: Drew Wiggins Organization: MultiNetMedia X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Martin Gignac Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How do I remove a user with a capital letter in the login ID? References: <001101bf1987$7532b500$0ba6cdcd@cinar.com> Content-Type: multipart/mixed; boundary="------------5E467A8C2B8696DC39961F84" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------5E467A8C2B8696DC39961F84 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Use vipw and change the user login name. Martin Gignac wrote: > Hi, > > I mistakenly created an account with a capital letter in the login name, and > now I can't seem to delete it because the 'rmuser' command keeps saying the > "login name must contain alphanumeric characters only.". I've tried putting > the name in quotes, but it still doesn't work. > > Is there something I am missing? Is there a workaround to this? > > TIA! > > -Martin > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --------------5E467A8C2B8696DC39961F84 Content-Type: text/x-vcard; charset=us-ascii; name="drew.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Drew Wiggins Content-Disposition: attachment; filename="drew.vcf" begin:vcard n:Wiggins;John tel;cell:(806) 786-2764 tel;fax:(806) 472-0858 tel;home:(806) 786-2764 tel;work:(806) 791-9993 x-mozilla-html:TRUE url:http://www.MultiNet-Media.com/ org:MultiNetMedia;Operations version:2.1 email;internet:drew@multinet-media.com title:IT Director adr;quoted-printable:;;1316 27th Street=0D=0A;Lubbock;TX ;79405;USA x-mozilla-cpt:;15408 fn:Drew Wiggins end:vcard --------------5E467A8C2B8696DC39961F84-- 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 10:57:35 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 47C4F14CC7 for ; Mon, 18 Oct 1999 10:57:32 -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 OAA12547 for ; Mon, 18 Oct 1999 14:01:23 -0400 (EDT) Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 11dIAc-0005PP-00; Mon, 18 Oct 1999 15:10:10 -0400 To: freebsd-questions@freebsd.org Subject: Re: Bash prompt (/usr/home/username instead of ~/) References: <199910181749.NAA13522@cc942873-a.ewndsr1.nj.home.com> Organization: Wgaf From: Arcady Genkin Date: 18 Oct 1999 15:10:10 -0400 In-Reply-To: "Crist J. Clark"'s message of "Mon, 18 Oct 1999 13:49:40 -0400 (EDT)" Message-ID: <87so38wkml.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 "Crist J. Clark" writes: > > Thanks, Sheldon, but that's not quite what I wanted. \W gives me only > > the trailing name of the current directory. So if I am in ~/src/csc/, > > it gives me "door:csc$". > > > > My problem was that with \w it says "/usr/home/antipode/src/csc", > > whereas I would like it to say "~/src/csc". And the funny part of the > > problem was that it starts to behave the way I want it to after I > > simply type "cd" w/o arguments (then bash replaces "u/h/antipode" with > > "~"). > > What happens if you put a 'cd' command right after the prompt is set? Now, why didn't I think about that myself! [leaves to check] It worked! 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 Mon Oct 18 10:57:59 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 6953415130 for ; Mon, 18 Oct 1999 10:57:53 -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 OAA13604; Mon, 18 Oct 1999 14:01:03 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910181801.OAA13604@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Network Port Printing In-Reply-To: <000701bf1965$9cec8200$5214010a@swlct.sthames.nhs.uk> from Greg Quinlan at "Oct 18, 1999 01:38:00 pm" To: greg@swlct.sthames.nhs.uk (Greg Quinlan) Date: Mon, 18 Oct 1999 14:01:02 -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 Greg Quinlan wrote, [Charset iso-8859-1 unsupported, filtering to ASCII...] > Hi all, > > I was wondering if any one could tell me if there is a way of printing to a > specific "port" of an IP address. Something like "lpr" style printing but no > remote machine name. The equipment is not another FreeBSD box but a print > server without lpr capabilities. > > ie. IP Address = 10.1.1.1 > Service/Port = 1000 > > I do not know enough about remote printing to know if this could be achieved > with an /etc/printcap entry. Or if a simple C program could do the same > thing. % man printcap . . . If lp is specified as port@machine (and rm is not in use), printing will be send directly to the given port on the given machine. . . . -- 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 Mon Oct 18 11:13:39 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 C843315156 for ; Mon, 18 Oct 1999 11:13:25 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 10353 invoked from network); 18 Oct 1999 18:13:23 -0000 Received: from userbg39.uk.uudial.com (HELO marder-1.) (62.188.142.159) by smtp.dial.pipex.com with SMTP; 18 Oct 1999 18:13:23 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id TAA01066; Mon, 18 Oct 1999 19:12:37 +0100 (BST) (envelope-from mark) Date: Mon, 18 Oct 1999 19:12:37 +0100 From: Mark Ovens To: RWinters@QKan.Quintiles.com Cc: freebsd-questions@freebsd.org Subject: Re: Problems installing 3.3 Release over DOS partition Message-ID: <19991018191237.A322@marder-1> References: <8525680E.004F4DF1.00@qrtplc01.qrtp.quintiles.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <8525680E.004F4DF1.00@qrtplc01.qrtp.quintiles.com> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Oct 18, 1999 at 09:34:11AM -0500, RWinters@QKan.Quintiles.com wrote: > Please help a complete newbie.... > > I'm trying to install the 3.3 release over a DOS partition and I'm > having some trouble. The trouble is that I'm getting a "Makedev > returned non-zero status" error message and installation quits. > When I did an alt-F2, I found quite a few "chown not found" error > messages and "abort trap" error messages. I decided to do the > whole installation again, but this time I watched the message > log. During the copying bin into / process, I got a lot of error > messages about "stand/cpio: bad header", "stand/cpio: bad checksum", > and "stand/cpio: ignoring XXXXX bytes of junk". I thought this > was probably due to a problem with one of the files in the /bin > directory, so I copied (FTP) over everything in the /bin directory > to my local hard drive again. The problem repeated itself. I've > also tried remaking the floppies with fresh copies of kern.flp and > mfsroot.flp, but that didn't work either. > This is just a guess but did you FTP the files as binary? Some smart-arse FTP programs will default to ASCII mode and convert all instances of LF with CR-LF which is guaranteed to trash your files. HTH > Some specifics about my system: > It is an AMD K6-2 400 MHz > 128 MB RAM > Primary IDE0: 13 GB used by Win98 (FAT32) > Secondary IDE0: 1 GB (this is where I want to install FreeBSD) > Primary IDE1: 405 MB used as backup (FAT16) > Secondary IDE1: CD-ROM drive > Two parallel ports > Mouse on COM1 > Modem on COM2 > > I originally had Red Hat Linux 6 install on half of the 1 GB drive > and I tried to install FreeBSD on the other half. I thought that > might be causing the problem, so I tried deleting Linux and using > the entire drive for FreeBSD, but that did not fix the problem. > > Any ideas? > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 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 Mon Oct 18 11:14:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from notrecords.com (228-121.ppp.ripco.net [209.100.228.121]) by hub.freebsd.org (Postfix) with ESMTP id C238E15191 for ; Mon, 18 Oct 1999 11:14:22 -0700 (PDT) (envelope-from aphor@ripco.com) Received: from ripco.com (localhost [127.0.0.1]) by notrecords.com (8.9.3/8.9.3) with ESMTP id RAA26492 for ; Mon, 18 Oct 1999 17:58:11 GMT (envelope-from aphor@ripco.com) Message-ID: <380B5FB3.CD0ED1CE@ripco.com> Date: Mon, 18 Oct 1999 12:58:11 -0500 From: Jeremy McMillan Reply-To: aphor@ripco.com Organization: Loose.. X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Query References: <199910171732.KAA16232@cepheus.azstarnet.com> <199910180149.UAA06535@chicago.us.mensa.org> <19991017200427.A53790@dub.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Let me clear something up here: It appears Bill Swingle or Dave Angulo accidentally snipped the attribution of the rude reply below. People might easily get the wrong idea. sbcorey@azstarnet.com wrote the comment: > > > Just shows that common sense dosen't go with brains. The message went out to freebsd-questions, and I'm not subscribed to the list. Therefore I wanted to affirm that Neither I nor ChiFUG had anything to do with the rudeness in this exchange. For the record, I don't care if people are rude or stupid or diplomatic geniuses: I want to make it easier for people to use FreeBSD whoever they are. Bill Swingle wrote: > > 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 -- PLEASE NOTICE: THERE MAY BE NOSPAM IN THE HEADERS WHEN YOU HIT "REPLY"!!! Jeremy McMillan | Ask for PGP-2.6.2 or 5.0i Chicago FreeBSD Users Group http://pages.ripco.com/~aphor/ChiFUG.html 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 11:16:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id B049515106 for ; Mon, 18 Oct 1999 11:16:47 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 8859 invoked from network); 18 Oct 1999 18:16:45 -0000 Received: from userbg39.uk.uudial.com (HELO marder-1.) (62.188.142.159) by smtp.dial.pipex.com with SMTP; 18 Oct 1999 18:16:45 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id TAA01110; Mon, 18 Oct 1999 19:16:33 +0100 (BST) (envelope-from mark) Date: Mon, 18 Oct 1999 19:16:33 +0100 From: Mark Ovens To: Stefano Riva Cc: "Gandalf T. Grey" , freebsd-questions@freebsd.org Subject: Re: 3 Questions for 3.2-RELEASE Setup on Thinkpad 560X Message-ID: <19991018191633.B322@marder-1> References: <19991018150610.48729.qmail@hotmail.com> <3.0.5.32.19991018184450.00b11950@relay.alice.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <3.0.5.32.19991018184450.00b11950@relay.alice.it> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Oct 18, 1999 at 06:44:50PM +0200, Stefano Riva wrote: > At 08.06 18/10/99 PDT, you wrote: > > 1. I can't use a 640x480 splash screen even with VESA support > > compiled into the kernel. At boot, I see the VESA module load, > > but the splash screen display still fails with error 19. > I see the same problem with my ATI card if I try to load a bitmap other than 320x200. It is probably because, like the ATI cards, the VBE (VESA BIOS Extensions) are not built in but are loaded via a driver. Unfortunately this is going to be a DOS TSR program and so is no use in FreeBSD. Sorry. > Try "vidcontrol -i mode". It'll show you the video modes supported by > FreeBSD with your hardware. If the VESA module is loaded and you don't see > VESA modes... > > --- > > Stefano Riva > Systems & Network Administrator > Informazioni Editoriali I.E. Srl > Voice +39-02283151, Fax +39-0228315900 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 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 Mon Oct 18 11:37:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stell.cns.vt.edu (stell.cns.vt.edu [128.173.12.7]) by hub.freebsd.org (Postfix) with ESMTP id 9B00B14BCA for ; Mon, 18 Oct 1999 11:37:44 -0700 (PDT) (envelope-from stellr@stell.cns.vt.edu) Received: by stell.cns.vt.edu (8.8.8/1.1.22.3/01Sep99-0840AM) id OAA0000019378; Mon, 18 Oct 1999 14:37:42 -0400 (EDT) Date: Mon, 18 Oct 1999 14:37:42 -0400 From: Ray Stell To: freebsd-questions@FreeBSD.ORG Subject: oracle install need gcc in linux compat Message-ID: <19991018143741.D18925@stell.cns.vt.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have been told that in order to install oracle 8 under the linux compatibility or FreeBSD 3.2 I'll need to rip out egcs and install gcc. Indeed, the oracle install choked on all sorts of missing libs. I have done step one, rip out egcs, but don't know what I need to do to get gcc installed: [root@mozart:/usr/ports/distfiles/rpm]$ rpm --root /compat/linux \ --dbpath /var/lib/rpm --ignoreos \ -i /usr/ports/distfiles/rpm/gcc-2.7.2.3-14.i386.rpm ELF interpreter /compat/linux/lib/ld-linux.so.2 not found execution of script failed error: /usr/ports/distfiles/rpm/gcc-2.7.2.3-14.i386.rpm cannot be installed [root@mozart:/usr/ports/distfiles/rpm]$ find / -name "ld-linux.so*" -print /usr/compat/linux/lib/ld-linux.so.2 /usr/compat/linux/lib/ld-linux.so.1 /usr/compat/linux/lib/ld-linux.so.1.9.5 [root@mozart:/usr/ports/distfiles/rpm]$ rpm --rcfile /usr/local/lib/rpmrc \ --dbpath /usr/compat/linux/var/lib/rpm -q gcc gcc-2.7.2.3-14 did it really install, or has rpm choked? =============================================================== Ray Stell stellr@vt.edu (540) 231-4109 KE4TJC 28^D 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 11:40:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lexicon.ins.com (lexicon.ins.com [199.0.193.11]) by hub.freebsd.org (Postfix) with ESMTP id 7459214FE9 for ; Mon, 18 Oct 1999 11:40:34 -0700 (PDT) (envelope-from jpepin@lucent.com) Received: from pepinj (exodus.ins.com [199.0.193.215]) by lexicon.ins.com (8.8.8/8.8.8) with SMTP id LAA23972; Mon, 18 Oct 1999 11:38:57 -0700 (PDT) Reply-To: From: "Joe Pepin" To: "Mark Ovens" , Cc: Subject: RE: Problems installing 3.3 Release over DOS partition Date: Mon, 18 Oct 1999 14:39:17 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 In-Reply-To: <19991018191237.A322@marder-1> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had *EXACTLY* this same problem. I had FTPed the distros (correctly, using binary) over a modem (it took 18 hours) I then placed them on a Linux server and did an FTP install. Evidently, the bin.xx containg chown got corrupted. From your "emergency holographic shell" do an ls of /bin, /sbin, /usr/bin, and /usr/sbin you'll probably find a bunch of commands missing. I had to re-download all the bins, (another 5 hours) then it all worked. HTH, Joe Pepin ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= Joe Pepin Network Systems Engineer Security Practice Lucent Technologies / Bell Labs Innovations NetCare Professional Services Division http://www.lucent.com/NetCare “The Knowledge Behind the Network” The views/opinions expressed above are not necessarily those of my employer, but they probably should be. ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Mark Ovens Sent: Monday, October 18, 1999 7:13 PM To: RWinters@QKan.Quintiles.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problems installing 3.3 Release over DOS partition On Mon, Oct 18, 1999 at 09:34:11AM -0500, RWinters@QKan.Quintiles.com wrote: > Please help a complete newbie.... > > I'm trying to install the 3.3 release over a DOS partition and I'm > having some trouble. The trouble is that I'm getting a "Makedev > returned non-zero status" error message and installation quits. > When I did an alt-F2, I found quite a few "chown not found" error > messages and "abort trap" error messages. I decided to do the > whole installation again, but this time I watched the message > log. During the copying bin into / process, I got a lot of error > messages about "stand/cpio: bad header", "stand/cpio: bad checksum", > and "stand/cpio: ignoring XXXXX bytes of junk". I thought this > was probably due to a problem with one of the files in the /bin > directory, so I copied (FTP) over everything in the /bin directory > to my local hard drive again. The problem repeated itself. I've > also tried remaking the floppies with fresh copies of kern.flp and > mfsroot.flp, but that didn't work either. > This is just a guess but did you FTP the files as binary? Some smart-arse FTP programs will default to ASCII mode and convert all instances of LF with CR-LF which is guaranteed to trash your files. HTH > Some specifics about my system: > It is an AMD K6-2 400 MHz > 128 MB RAM > Primary IDE0: 13 GB used by Win98 (FAT32) > Secondary IDE0: 1 GB (this is where I want to install FreeBSD) > Primary IDE1: 405 MB used as backup (FAT16) > Secondary IDE1: CD-ROM drive > Two parallel ports > Mouse on COM1 > Modem on COM2 > > I originally had Red Hat Linux 6 install on half of the 1 GB drive > and I tried to install FreeBSD on the other half. I thought that > might be causing the problem, so I tried deleting Linux and using > the entire drive for FreeBSD, but that did not fix the problem. > > Any ideas? > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 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 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 12:10:50 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 E26A014BCA for ; Mon, 18 Oct 1999 12:10:46 -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 PAA13739 for freebsd-questions@FreeBSD.ORG; Mon, 18 Oct 1999 15:13:59 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910181913.PAA13739@cc942873-a.ewndsr1.nj.home.com> Subject: adjkerntz Problem To: freebsd-questions@FreeBSD.ORG (FreeBSD Questions) Date: Mon, 18 Oct 1999 15:13:58 -0400 (EDT) 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 I just upgraded a 2.2.8-STABLE system to 3.3-STABLE. There seems to be an issue with the kernel understanding the timezone setting in 3.3 that I do not recall in 2.2.x. This machine dual boots into Windoze when I _have_ to use MS Word or Powerpoint. For that reason, I have /etc/wall_cmos_clock set. But I've noticed that the system seems to get the time wrong during the initial stages of the boot (until adjkerntz(8) gets called), % ps aux USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND cjc 324 0.0 0.4 396 240 p0 R+ 3:04PM 0:00.00 ps -aux root 1 0.0 0.4 496 232 ?? Is 10:44AM 0:00.01 /sbin/init -- root 2 0.0 0.0 0 0 ?? DL 10:44AM 0:00.00 (pagedaemon) root 3 0.0 0.0 0 0 ?? DL 10:44AM 0:00.00 (vmdaemon) root 4 0.0 0.0 0 0 ?? DL 10:44AM 0:00.04 (syncer) root 38 0.0 0.1 204 76 ?? Is 10:44AM 0:00.00 adjkerntz -i root 145 0.0 0.9 816 560 ?? Is 2:50PM 0:00.06 syslogd root 153 0.0 0.9 1132 548 ?? Is 2:50PM 0:00.00 timed daemon 156 0.0 0.8 832 496 ?? Is 2:50PM 0:00.00 /usr/sbin/portmap root 160 0.0 0.9 808 548 ?? Is 2:50PM 0:00.01 ypbind root 173 0.0 0.1 212 64 ?? I 2:50PM 0:00.00 nfsiod -n 4 root 174 0.0 0.1 212 64 ?? I 2:50PM 0:00.00 nfsiod -n 4 root 175 0.0 0.1 212 64 ?? I 2:50PM 0:00.00 nfsiod -n 4 root 176 0.0 0.1 212 64 ?? I 2:50PM 0:00.00 nfsiod -n 4 root 200 0.0 1.1 900 700 ?? Is 2:50PM 0:00.05 inetd -wW root 203 0.0 1.0 992 620 ?? Is 2:50PM 0:00.01 cron root 207 0.0 1.0 836 620 ?? Is 2:50PM 0:00.01 /usr/sbin/lpd root 239 0.0 0.7 792 444 ?? Is 2:50PM 0:00.00 moused -p /dev/ps root 253 0.0 1.4 1256 868 ?? Is 2:50PM 0:01.51 /usr/local/sbin/s root 283 0.0 0.9 828 572 v0 Is+ 2:50PM 0:00.01 /usr/libexec/gett root 284 0.0 0.9 828 572 v1 Is+ 2:50PM 0:00.01 /usr/libexec/gett root 285 0.0 0.9 828 572 v2 Is+ 2:50PM 0:00.01 /usr/libexec/gett root 286 0.0 0.9 828 572 v3 Is+ 2:50PM 0:00.01 /usr/libexec/gett root 287 0.0 0.9 828 572 v4 Is+ 2:50PM 0:00.01 /usr/libexec/gett root 288 0.0 0.9 828 572 v5 Is+ 2:50PM 0:00.01 /usr/libexec/gett root 289 0.0 0.9 828 572 v6 Is+ 2:50PM 0:00.02 /usr/libexec/gett root 290 0.0 0.9 828 572 v7 Is+ 2:50PM 0:00.01 /usr/libexec/gett root 291 0.0 1.6 1320 1000 ?? S 2:51PM 0:00.50 /usr/local/sbin/s cjc 293 0.0 1.8 1392 1136 p0 Ss 2:52PM 0:00.22 -tcsh (tcsh) root 0 0.0 0.0 0 0 ?? DLs 10:44AM 0:00.00 (swapper) My machine does take a while to boot (see the five minute lag), but not quite four hours. What made this really catch my eye is that I do not recall this problem with the 2.2.x releases. Is something broken in 3.3? Or is there some obscure bit of startup configuration hiding on my machine from 2.2.8 that is breaking the proper functioning of adjkerntz? Do other people with "fresh" (not upgrades) installs of 3.x see this on machines that dual boot (with /etc/wall_cmos_clock)? If this is really has changed, I think a PR should be put in... Hmmm... Unless there is one already, I'll check that... Thanks. -- 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 Mon Oct 18 12:29:31 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 5DF4E15060 for ; Mon, 18 Oct 1999 12:29:25 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 21212 invoked from network); 18 Oct 1999 19:29:23 -0000 Received: from useran84.uk.uudial.com (HELO marder-1.) (62.188.135.101) by smtp.dial.pipex.com with SMTP; 18 Oct 1999 19:29:23 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id UAA01265; Mon, 18 Oct 1999 20:28:32 +0100 (BST) (envelope-from mark) Date: Mon, 18 Oct 1999 20:28:32 +0100 From: Mark Ovens To: "Ronald F. Guilmette" Cc: freebsd-questions@freebsd.org Subject: Re: Some serious gripes about `fdisk' and also `booteasy'. Message-ID: <19991018202832.C322@marder-1> References: <19991017094727.B319@marder-1> <24065.940184874@monkeys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <24065.940184874@monkeys.com> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Oct 17, 1999 at 11:27:54AM -0700, Ronald F. Guilmette wrote: > > 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. > Thanks for the info. This seemed to be in conflict with *my* understanding of SCSI so I went searching to find out where I got my ideas from. The CFBSD (2nd edition) says: "SCSI devices are a different matter.....they are always addressed as a sequential list of sectors...." and the "PC Hardware compatibility : Storage Devices : What is SCSI?" section of the handbook says: "SCSI devices are intelligent. They have to be to adhere to the SCSI standard (which is over 2 inches thick BTW). So, for a hard disk drive for instance you do not specify a head/cylinder/sector to address a particular block, but simply the number of the block you want." However, both then go on to mention about the grief that can be caused due to CHS translation when fdisk'ing and booting. Seems that I got confused between addressing the disk once the system is up and running, and getting it up and running in the first place. > 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.) > Guess I've been lucky (so far :) ). My first SCSI disk (4.3GB IBM) fdisk'd just fine, but it does have a DOG slice on it. When I added a second disk (4.5GB IBM) that also fdisk'd OK first time and this one just has a single FreeBSD slice on it (although it isn't 'dangerously dedicated' as I didn't want smart-arse Windows programs trying to "fix" a "corrupt" disk). I've also taken a look at the BIOS setup on my adaptor (Diamond Fireport 40 - NCR/Symbios 53c875j chipset) and there are no settings related to translation at all. Maybe newer SCSI h/w is better at dealing with these things automagically? Thanks again for the info. -- 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 Mon Oct 18 12:49:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stell.cns.vt.edu (stell.cns.vt.edu [128.173.12.7]) by hub.freebsd.org (Postfix) with ESMTP id 43E8114F1C for ; Mon, 18 Oct 1999 12:49:37 -0700 (PDT) (envelope-from stellr@stell.cns.vt.edu) Received: by stell.cns.vt.edu (8.8.8/1.1.22.3/01Sep99-0840AM) id PAA0000019156; Mon, 18 Oct 1999 15:49:33 -0400 (EDT) Date: Mon, 18 Oct 1999 15:49:33 -0400 From: Ray Stell To: freebsd-questions@FreeBSD.ORG Subject: Re: oracle install need gcc in linux compat Message-ID: <19991018154930.A19487@stell.cns.vt.edu> References: <19991018143741.D18925@stell.cns.vt.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <19991018143741.D18925@stell.cns.vt.edu>; from Ray Stell on Mon, Oct 18, 1999 at 02:37:42PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Oct 18, 1999 at 02:37:42PM -0400, Ray Stell wrote: > I have been told that in order to install oracle 8 under > the linux compatibility or FreeBSD 3.2 I'll need to rip out egcs and > install gcc. Indeed, the oracle install choked on all sorts of > missing libs. I have done step one, rip out egcs, but don't know what > I need to do to get gcc installed: > > [root@mozart:/usr/ports/distfiles/rpm]$ rpm --root /compat/linux \ > --dbpath /var/lib/rpm --ignoreos \ > -i /usr/ports/distfiles/rpm/gcc-2.7.2.3-14.i386.rpm > ELF interpreter /compat/linux/lib/ld-linux.so.2 not found > execution of script failed > error: /usr/ports/distfiles/rpm/gcc-2.7.2.3-14.i386.rpm cannot be installed > > [root@mozart:/usr/ports/distfiles/rpm]$ find / -name "ld-linux.so*" -print > /usr/compat/linux/lib/ld-linux.so.2 > /usr/compat/linux/lib/ld-linux.so.1 > /usr/compat/linux/lib/ld-linux.so.1.9.5 > > [root@mozart:/usr/ports/distfiles/rpm]$ rpm --rcfile /usr/local/lib/rpmrc \ > --dbpath /usr/compat/linux/var/lib/rpm -q gcc > gcc-2.7.2.3-14 > > did it really install, or has rpm choked? > =============================================================== > Ray Stell stellr@vt.edu (540) 231-4109 KE4TJC 28^D The next oracle install proceeded without errors: [oracle@mozart bin]$ sqlplus stellr@nedb.prod SQL*Plus: Release 8.0.5.0.0 - Production on Mon Oct 18 15:38:58 1999 (c) Copyright 1998 Oracle Corporation. All rights reserved. =============================================================== Ray Stell stellr@vt.edu (540) 231-4109 KE4TJC 28^D 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 12:52:10 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 B594614F1C for ; Mon, 18 Oct 1999 12:51:54 -0700 (PDT) (envelope-from jonc@logisticsoftware.co.nz) Received: (from jonc@localhost) by logisticsoftware.co.nz (8.9.3/8.9.3) id IAA13232; Tue, 19 Oct 1999 08:51:47 +1300 (NZDT) Date: Tue, 19 Oct 1999 08:51:46 +1300 (NZDT) From: Jonathan Chen To: Julian Tan Cc: questions@freebsd.org Subject: Re: your mail In-Reply-To: <19991018122743.12392.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 [Please DO NOT email me directly. *Always* direct questions to the questions-list] On Mon, 18 Oct 1999, Julian Tan wrote: > > Dose FreeBSD support Adaptec SCSI Card Model 2940U2W? Check out the 3-3 release notes at http://www.freebsd.org/releases/3.3R/notes.html -- Jonathan Chen Once is dumb luck. Twice is coincidence. Three times and Somebody Is Trying To Tell You Something. 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 12:55:42 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 3C84F14F1C for ; Mon, 18 Oct 1999 12:55:34 -0700 (PDT) (envelope-from jonc@logisticsoftware.co.nz) Received: (from jonc@localhost) by logisticsoftware.co.nz (8.9.3/8.9.3) id IAA13283; Tue, 19 Oct 1999 08:54:56 +1300 (NZDT) Date: Tue, 19 Oct 1999 08:54:56 +1300 (NZDT) From: Jonathan Chen To: Sven Reimers Cc: freebsd-questions@FreeBSD.ORG Subject: Re: HP Jetdirect In-Reply-To: <380AD10D.4E24D070@tu-harburg.de> 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, Sven Reimers wrote: > Hi, > > I have the same problem with a HPLJ4 ..... > banner: 0 seems to be not supported. > Any helpful idea? So what sort of output are you getting from your JetDirect port? Are you sure it's not due to your /etc/printcap file missing :sh: Jonathan Chen Once is dumb luck. Twice is coincidence. Three times and Somebody Is Trying To Tell You Something. 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 13:24:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailsorter-105-2.iap.bryant.webtv.net (mailsorter-105-2.iap.bryant.webtv.net [209.240.198.118]) by hub.freebsd.org (Postfix) with ESMTP id 8555F14FD6 for ; Mon, 18 Oct 1999 13:24:18 -0700 (PDT) (envelope-from aroara@webtv.net) Received: from storefull-235.iap.bryant.webtv.net (storefull-235.iap.bryant.webtv.net [209.240.199.88]) by mailsorter-105-2.iap.bryant.webtv.net (WebTV_Postfix) with ESMTP id 4599853D for ; Mon, 18 Oct 1999 13:24:14 -0700 (PDT) Received: (from production@localhost) by storefull-235.iap.bryant.webtv.net (8.8.8-wtv-d/mt.gso.26Feb98) id NAA27818; Mon, 18 Oct 1999 13:24:14 -0700 (PDT) X-WebTV-Signature: 1 ETAsAhRo+T9n/JkgimgUIbC1U0VcI/5r1gIUSRQxyzd9Jd9frHhYmgaFEp5dLZw= From: aroara@webtv.net (jhon jonzz) Date: Mon, 18 Oct 1999 13:24:13 -0700 (PDT) To: freebsd-questions@FreeBSD.ORG Subject: cancellation Message-ID: <26748-380B81ED-14982@storefull-235.iap.bryant.webtv.net> Content-Disposition: Inline Content-Type: Text/Plain; Charset=US-ASCII Content-Transfer-Encoding: 7Bit MIME-Version: 1.0 (WebTV) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG please allow me to contact (shelly@webtv.net) 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 13:38: 0 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 67AEA14A2C for ; Mon, 18 Oct 1999 13:37:50 -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 QAA12788 for ; Mon, 18 Oct 1999 16:39:51 -0400 (EDT) Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 11dKfn-0005Yf-00; Mon, 18 Oct 1999 17:50:31 -0400 To: freebsd-questions@freebsd.org Subject: Re: Bash prompt (/usr/home/username instead of ~/) References: Organization: Wgaf From: Arcady Genkin Date: 18 Oct 1999 17:50:31 -0400 In-Reply-To: patl@phoenix.volant.org's message of "Mon, 18 Oct 1999 10:53:09 -0700 (PDT)" Message-ID: <87ln905oew.fsf@main.wgaf.net> Lines: 18 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 patl@phoenix.volant.org writes: > > What happens if you put a 'cd' command right after the prompt is set? > > Shouldn't that be 'cd .' just in case you aren't in your home directory? IMHO, Quite on the contrary. "cd ." would mean change into the current directory, as opposed to "cd", which means change into home directory by default... In any case, I don't know what the current directory is when starting bash. [leaves to check] Yep, putting "cd ." results in bash opening up current directory. -- 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 13:43:45 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 2F4C61515D for ; Mon, 18 Oct 1999 13:43:28 -0700 (PDT) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr530-a010.otenet.gr [195.167.115.10]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id XAA24652 for ; Mon, 18 Oct 1999 23:43:24 +0300 (EET DST) Received: (qmail 4907 invoked by uid 1001); 18 Oct 1999 11:45:10 -0000 To: freebsd-questions@freebsd.org Subject: Re: Cannot mount root Panic References: <000301bf18a1$a7900ca0$b6a50ccb@marcdods> <3809E159.23801687@jps.net> From: Giorgos Keramidas Date: 18 Oct 1999 14:45:10 +0300 In-Reply-To: Herbert M Pollard's message of "Sun, 17 Oct 1999 10:46:49 -0400" Message-ID: <86aepgsxix.fsf@localhost.hell.gr> Lines: 17 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 Herbert M Pollard writes: > 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. I don't think that SCSI has this limitation, no. About the 1024 limit now, it seems that the FreeBSD loading process still honors this deprecate 'feature' of some older BIOSes that would not load anything above 1024 cylinders. With the 'modern' BIOes this might not be the truth, but FreeBSD machines with i386 or i486 processors still exist out there. Perhaps it is time that the booting process changes a bit. -- 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 Mon Oct 18 14: 2: 4 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 9B8DC14EFE for ; Mon, 18 Oct 1999 14:02:00 -0700 (PDT) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr530-a010.otenet.gr [195.167.115.10]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id AAA23526 for ; Tue, 19 Oct 1999 00:01:54 +0300 (EET DST) Received: (qmail 4935 invoked by uid 1001); 18 Oct 1999 12:03:50 -0000 To: freebsd-questions@freebsd.org Subject: Re: upgrade to FBSD3.3 on P166+ -> lower RC5 keyrate ? References: <4.2.1.10.19991017120419.00a9e638@mail.vons.local> From: Giorgos Keramidas Date: 18 Oct 1999 15:03:50 +0300 In-Reply-To: Gert-Jan Vons's message of "Sun, 17 Oct 1999 12:04:40 +0200" Message-ID: <867lkkswnt.fsf@localhost.hell.gr> Lines: 26 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 Gert-Jan Vons writes: > 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... 1. Did you add some service after the upgrade? 2. Are you using X11 now, which was not used in 3.2R? Something must 've changed... -- 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 Mon Oct 18 14:10: 0 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 1A37514F36 for ; Mon, 18 Oct 1999 14:09:52 -0700 (PDT) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr530-a010.otenet.gr [195.167.115.10]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id AAA04247 for ; Tue, 19 Oct 1999 00:09:49 +0300 (EET DST) Received: (qmail 4945 invoked by uid 1001); 18 Oct 1999 12:11:45 -0000 To: freebsd-questions@freebsd.org Subject: Re: Permission denied when rebuilding locate db References: <199910172018.QAA24302@sanson.reyes.somos.net> From: Giorgos Keramidas Date: 18 Oct 1999 15:11:45 +0300 In-Reply-To: "Francisco Reyes"'s message of "Sun, 17 Oct 1999 16:19:50 -0400" Message-ID: <864sfoswam.fsf@localhost.hell.gr> Lines: 14 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 "Francisco Reyes" writes: > 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 can think of one. The users that are not in the group of `root' will still be able to `chdir / ' unless you're truly paranoid about them seeing what's in your root directory. -- 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 Mon Oct 18 14:12:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (mail-buffalo-usa.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 8F38614F36 for ; Mon, 18 Oct 1999 14:12:09 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2650.21) id ; Mon, 18 Oct 1999 17:12:10 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105D0A@site2s1> From: Christopher Michaels To: 'Giorgos Keramidas' , freebsd-questions@freebsd.org Subject: RE: Permission denied when rebuilding locate db Date: Mon, 18 Oct 1999 17:15:14 -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 "/root" (as in root's home directory) not the root "/" -Chris > -----Original Message----- > From: Giorgos Keramidas [SMTP:keramida@ceid.upatras.gr] > Sent: Monday, October 18, 1999 8:12 AM > To: freebsd-questions@freebsd.org > Subject: Re: Permission denied when rebuilding locate db > > "Francisco Reyes" writes: > > > 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 can think of one. The users that are not in the group of `root' will > still > be able to `chdir / ' unless you're truly paranoid about them seeing > what's in > your root directory. > > -- > 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 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 14:19: 8 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 9FB6C14DA5 for ; Mon, 18 Oct 1999 14:19:03 -0700 (PDT) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr530-a010.otenet.gr [195.167.115.10]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id AAA17665 for ; Tue, 19 Oct 1999 00:18:58 +0300 (EET DST) Received: (qmail 4956 invoked by uid 1001); 18 Oct 1999 12:20:54 -0000 To: freebsd-questions@freebsd.org Subject: Re: mounting ext2 partitions on freebsd and freebsd slices on linux References: From: Giorgos Keramidas Date: 18 Oct 1999 15:20:53 +0300 In-Reply-To: Simon J Mudd's message of "Sun, 17 Oct 1999 17:43:12 +0200 (CEST)" Message-ID: <861zassvve.fsf@localhost.hell.gr> Lines: 34 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 Simon J Mudd writes: > 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). You want to enable UFS filesystem support, and in the disklabels section of your 'make menuconfig' you should also enable at least the BSD disklabels. Then at boot you will see except for the /dev/hda1 stuff, a list of the disklabels recognized by your linux kernel. You should be able to mount the filesystems with something like: mount -t ufs -o ufstype=44bsd DISKLABEL /mnt > 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? You enable the EXT2FS filesystem in your kernel configuration. Then use the device of the 'slice' (what linux calls partition), certainly not a disklabel, as the mount device, i.e.: # mount -t ext2fs /dev/sd0s1 /mnt Enjoy, -- 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 Mon Oct 18 14:19:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from internet.oit.edu (internet.OIT.EDU [140.211.135.12]) by hub.freebsd.org (Postfix) with ESMTP id C0D0B15188 for ; Mon, 18 Oct 1999 14:19:04 -0700 (PDT) (envelope-from jbernt@bigfoot.com) Received: from dagryph (reshall-138-194.oit.edu [140.211.138.194]) by internet.oit.edu (8.9.1/8.9.3) with SMTP id OAA24676 for ; Mon, 18 Oct 1999 14:18:59 -0700 (PDT) From: "Jeffrey Bernt" To: Subject: Custom Bootable FreeBSD Cd? Date: Mon, 18 Oct 1999 14:19:06 -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.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello All! Where can I look for information about building my own freebsd install cdrom? I'd like to use 3.3 as the base, and use my own configuration for /etc/*, what gets automatically installed from the ports etc. Any info would be great. Thanks. Jeff Bernt jbernt@bigfoot.com berntj@oit.edu 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 14:49:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.keycomp.net (www.keycomp.net [207.44.1.33]) by hub.freebsd.org (Postfix) with ESMTP id D0E5D152BB; Mon, 18 Oct 1999 14:49:15 -0700 (PDT) (envelope-from billieakay@yahoo.com) Received: from bopper (kc-rmt10.keycomp.net [207.44.1.12]) by www.keycomp.net (8.8.5/SCO5) with SMTP id RAA17775; Mon, 18 Oct 1999 17:55:52 -0400 (EDT) Message-ID: <002d01bf19b2$92354160$0c012ccf@bopper> From: "Bill A. K." To: "Steve O'Hara-Smith" Cc: , "FreeBSD Questions" References: Subject: Re: PCI Hardware Modem (Really) Date: Mon, 18 Oct 1999 17:47:48 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, Windows 98 recognizes it as a PCI Serial Controller before I install a driver, is there any way to direct the sio to look at the pci bus? Bill billieakay@yahoo.com ----- Original Message ----- From: Steve O'Hara-Smith To: Bill A. K. Cc: ; FreeBSD Questions Sent: Monday, October 18, 1999 8:03 AM Subject: RE: PCI Hardware Modem (Really) > > On 15-Oct-99 Bill A. K. wrote: > > Hi, > > I've got a Rockwell PCI Modem thats full hardware, and I was wondering > > if anybody has written a driver for this kind yet. > > If it really is a full hardware modem then the driver has been around > for a while, called sio. If you mean something like the Lucent which has all > the signal processing hardware but no serial port or command processing, then > there is an alpha work in progress going on. > > 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 14:50:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from front3m.grolier.fr (front3m.grolier.fr [195.36.216.53]) by hub.freebsd.org (Postfix) with ESMTP id E5E2814F36 for ; Mon, 18 Oct 1999 14:49:41 -0700 (PDT) (envelope-from vons@iname.com) Received: from CYRIL (ppp-223-93.villette.club-internet.fr [195.36.223.93]) by front3m.grolier.fr (8.9.3/No_Relay+No_Spam_MGC990224) with ESMTP id XAA26423 for ; Mon, 18 Oct 1999 23:49:37 +0200 (MET DST) Message-Id: <4.2.1.10.19991018234029.00adead0@mail.vons.local> X-Sender: vons@mail.vons.local (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.1.10 (Beta) Date: Mon, 18 Oct 1999 23:49:37 +0200 To: freebsd-questions@FreeBSD.ORG From: Gert-Jan Vons Subject: Re: 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 Giorgios Keramidas wrote: >Gert-Jan Vons writes: > > > 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 ? > >1. Did you add some service after the upgrade? > >2. Are you using X11 now, which was not used in 3.2R? > >Something must 've changed... It is the exact same config... I looked into it a little further: booting the FBSD 3.3R system in single user mode and running rc5des -> 175KKeys/sec Copying a FBSD 3.2 generic kernel from the 3.2 CD into the / of the 3.3R installation, booting single user with that kernel and running rc5des -> 238KKeys/sec So by only changing the kernel, I have a 25% difference in performance. Running truss on rc5des shows it calls gettimeofday() a couple of times/sec, and sometimes getpriority()/setpriority(), and that's about it. The only possibly relevant changes I could find at the kernel level are related to the scheduler, no changes in the cpu initialisation it seems. But how come then that there's such a big difference even in single-user mode ? Confused, Gert-Jan 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 15: 2:28 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 5B52614A12 for ; Mon, 18 Oct 1999 15:02:20 -0700 (PDT) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr530-a010.otenet.gr [195.167.115.10]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id BAA17916 for ; Tue, 19 Oct 1999 01:02:12 +0300 (EET DST) Received: (qmail 5001 invoked by uid 1001); 18 Oct 1999 13:04:10 -0000 To: freebsd-questions@freebsd.org Subject: Re: Is sshd from ssh2 compatible with ssh1 clients? References: <87n1thy9yk.fsf@main.wgaf.net> <380A4ACA.46908193@gorean.org> From: Giorgos Keramidas Date: 18 Oct 1999 16:04:09 +0300 In-Reply-To: Doug's message of "Sun, 17 Oct 1999 15:16:42 -0700" Message-ID: <86yad0rfau.fsf@localhost.hell.gr> Lines: 27 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 Doug writes: > 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. Definitely. > > I'm asking because I know that ssh2 clients cannot connect to a ssh1 > > daemon. You could install ssh1 first, and in fact the 'make install' in /usr/ports for ssh2 recommends this if I recall it correctly.. If you install ssh1, and then on top of it ssh2, the ssh2 client will be the default, with a message along the lines of: Executing ssh1 for compatibility with server. and you can always use 'ssh' for connecting to ssh2 servers, obviously. -- 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 Mon Oct 18 15: 5:32 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 DD0F914A12 for ; Mon, 18 Oct 1999 15:05:28 -0700 (PDT) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr530-a010.otenet.gr [195.167.115.10]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id BAA22192 for ; Tue, 19 Oct 1999 01:05:25 +0300 (EET DST) Received: (qmail 5007 invoked by uid 1001); 18 Oct 1999 13:07:17 -0000 To: freebsd-questions@freebsd.org Subject: Re: Virtues of a DOS Partition (was: Some serious gripes about `fdisk' and also `booteasy'. References: From: Giorgos Keramidas Date: 18 Oct 1999 16:07:17 +0300 In-Reply-To: Annelise Anderson's message of "Sun, 17 Oct 1999 13:18:31 -0700 (PDT)" Message-ID: <86vh84rf5m.fsf@localhost.hell.gr> Lines: 17 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 Annelise Anderson writes: > On Sat, 16 Oct 1999, Ronald F. Guilmette wrote: > > 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. Oops, bad luck for me that installed on a 'dangerously dedicated' disk. Perhaps I can get those professionals to provide me with some form of network access to their DOS-based monsters... if I'm lucky enough... -- 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 Mon Oct 18 15: 5:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wcug.wwu.edu (sloth.wcug.wwu.edu [140.160.164.200]) by hub.freebsd.org (Postfix) with SMTP id 937A114F36 for ; Mon, 18 Oct 1999 15:05:30 -0700 (PDT) (envelope-from p00h@wcug.wwu.edu) Received: (qmail 968 invoked by uid 1044); 18 Oct 1999 22:05:29 -0000 Date: Mon, 18 Oct 1999 15:05:29 -0700 (PDT) From: Damien Joldersma X-Sender: p00h@sloth To: freebsd-questions@freebsd.org Subject: configuring isa wavelan nic 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'm trying to configure my DEC RoamAbout WaveLan card to work with my router in a point to point link to my ISP over an yagii (sp?) antenna which is about 1.5 miles away. What I need to know (among many things) is how to change the frequency of the card from what wlconfig reports (915MHz) to what my ISP told me to I need (2.432GHz). Using wlconfig, I correctly set the nwid and the irq/io are also configured properly. The device comes up successfully. I have the kernel configured: options WLCACHE # enables the signal-strength cache options WLDEBUG # enables verbose debugging output device wl0 at isa? port 0x390 net irq ? --------------------- bash-2.03# wlconfig wl0 Board type : ISA Base address options : 0x300, 0x390, 0x3c0, 0x3e0 Waitstates : 0 Bus mode : ISA IRQ : 10 Default MAC address : 08:00:6a:2a:27:f3 Soft MAC address : 00:00:00:00:00:00 Current MAC address : Default Adapter compatability : PCCARD or 1/2 size AT, 915MHz or 2.4GHz Threshold preset : 5 Call code required : NO Subband : 915MHz/see WaveModem Quality threshold : 3 Hardware version : 1 (Rel3) Network ID enable : YES NWID : 0x4234 Datalink security : NO Databus width : 16 (variable) Configuration state : unconfigured CRC-16 : 0xcc9f CRC status : OK Any help would be MUCH appreciated, pointers to web pages or other advice would rule! :) Thank you very much! -Damien Joldersma ====================================================================== Stop this day and night with me and you shall possess the origin of all poems, You shall possess the good of the earth and sun, (there are millions of suns left,) You shall no longer take things at second or third hand, nor look through the eys of the dead, nor feed on the spectres in books, You shall not look through my eyes either, nor take things from me, You shall listen to all sides and filter them from your self. --Walt Whitman Leaves of Grass (Song of Myself) 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 15:10:26 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 2922414A12 for ; Mon, 18 Oct 1999 15:10:19 -0700 (PDT) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr530-a010.otenet.gr [195.167.115.10]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id BAA29120 for ; Tue, 19 Oct 1999 01:10:16 +0300 (EET DST) Received: (qmail 5015 invoked by uid 1001); 18 Oct 1999 13:12:07 -0000 To: freebsd-questions@freebsd.org Subject: Re: Mailing list not References: From: Giorgos Keramidas Date: 18 Oct 1999 16:12:07 +0300 In-Reply-To: Jonathan Chen's message of "Mon, 18 Oct 1999 09:34:01 +1300 (NZDT)" Message-ID: <86so38rexk.fsf@localhost.hell.gr> Lines: 32 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 Jonathan Chen writes: > 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. One solution that has worked for me fine until now with qmail is to use something like the following in /var/qmail/control/smtproutes: .my.funny.local.domain: :mail.my.isp.com which makes sure that any mail non-local gets forwarded to my ISP's mail gateway, which does accept everything without reverse lookup. The mailing list manager then sees mail.my.isp.com as the originating host which does both forward and reverse lookups quite well. However, setting the Reply-to: header in all email is then kind of mandatory, unless you don't care about bounced messages -- but it's a nice thing to know which messages failed to reach their destination, so I did it too. -- 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 Mon Oct 18 15:12:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from demo.telefonica.com.pe (kheops.demo.telefonica.com.pe [200.37.84.130]) by hub.freebsd.org (Postfix) with ESMTP id 7DF8F14A12 for ; Mon, 18 Oct 1999 15:12:45 -0700 (PDT) (envelope-from rcc@demo.telefonica.com.pe) Received: from fw (dbase [200.37.84.135]) by demo.telefonica.com.pe (8.9.3/8.9.3) with SMTP id RAA17351 for ; Mon, 18 Oct 1999 17:14:06 +0500 (GMT) Message-ID: <001101bf19b6$04ac3480$4d01190a@fw> From: "Richard Cotrina" To: Subject: Problems in IPNAT with WinNT Workstation as a client Date: Mon, 18 Oct 1999 17:13:32 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello: Hello: I am using IPFilter 3.3.2 under FreeBSD 3.3 - Release. Currently, I have configured ipnat for working as ip masquerade and it is working without any problems with around 3 win95 clients. The fact is that I tried to add a WinNT 4 Workstation as another client and it can send and receive icmp packets ( I tried it with ping and traceroute) perfectly, but any TCP application, like http, ftp , telnet , etc does not work at all. Any point or suggestion to solve it ? My nat rules looks like this : map xl0 192.168.10.1/32 -> (Public_IP_Address)/32 map xl0 192.168.10.2/32 -> (Public_IP_Address)/32 ... and something else, When I use #ipnat -ls , the connection established between the NT box and my NAT machine appears using ports 0 for source and destination respectively. Thanks in advance, Richard 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 15:13:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from brutus.converging.net (edtn002029.hs.telusplanet.net [161.184.135.251]) by hub.freebsd.org (Postfix) with ESMTP id 53DCE151E6 for ; Mon, 18 Oct 1999 15:13:00 -0700 (PDT) (envelope-from dtougas@brutus.converging.net) Received: (from dtougas@localhost) by brutus.converging.net (8.9.3/8.9.3) id QAA29254 for questions@freebsd.org; Mon, 18 Oct 1999 16:14:36 -0600 (MDT) (envelope-from dtougas) Date: Mon, 18 Oct 1999 16:14:36 -0600 From: Damien Tougas To: questions@freebsd.org Subject: Sendmail configuration question Message-ID: <19991018161435.C28788@converging.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, How do I prevent Sendmail from re-writing the users full name (taken from /etc/passwd) and allow the mail client to write the users full name instead? I'm not sure exactly what the terminology is, so I will give an example: If I have a generic user account called 'mail', and the full name in /etc/passwd is 'Generic Mail Account', how can I configure things so that mail sent out on the account is shown as 'John Doe' rather than 'Generic Mail Account'? The reason for this is that I want several people to be able to send mail out on one account, but under different names. Am I making any sense? Can anyone point me in the right direction? If I knew the terminology better as to what I am asking for, I could perhaps be better able to search for the answer myself. -- Damien Tougas Converging Technology Solutions, Inc. Phone: (780)469-1679 Fax: (780)461-5127 E-mail: dtougas@converging.net http://www.converging.net 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 15:29:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cx559415-b.ftwal1.fl.home.com (cx559415-b.ftwal1.fl.home.com [24.6.55.158]) by hub.freebsd.org (Postfix) with ESMTP id 543B014BD6 for ; Mon, 18 Oct 1999 15:29:04 -0700 (PDT) (envelope-from mark@cx559415-b.ftwal1.fl.home.com) Received: from camelot (camelot.cmr.net [10.1.1.2]) by cx559415-b.ftwal1.fl.home.com (8.9.3/8.9.3) with SMTP id TAA01509 for ; Mon, 18 Oct 1999 19:47:35 -0500 (CDT) (envelope-from mark@cx559415-b.ftwal1.fl.home.com) Reply-To: From: "Mark Einreinhof" To: "Freebsd-Questions" Subject: Endymian Mail Man Date: Mon, 18 Oct 1999 17:27:53 -0500 Message-ID: <000001bf19b8$05b6b4c0$0201010a@cmr.net> 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 Anyone work with Endymian Mailman? I get the following error, copied from my lynx screen, ignore the "#": ######################################### 403 Forbidden Forbidden You don't have permission to access /www/mail/mmprood.cgi on this server. _________________________________________________________________ Apache/1.3.6 Server at cx559415-b.ftwal1.fl.home.com Port 80 ########################################## This is my first stab at running a web server. It is a FreeBSD 3.2 machine. I used tar and placed the files in /home/www/mail. I used the default install for apache 1.3.6 and the default start of web files is /usr/local/share/apache/htdocs. I have a symbolic link "www" that moves you over to /home/www/ were I have more HD space. Following the faq, I used "chmod 755 mmprood.cgi" and the first line in the cgi correctly points to perl. I even ran "perl mmprood.cgi" from the command line both as root and a normal user and it ran correctly. However, when using my browsers, IE5, Netscape4.61, and Lynx, I get the above error. "ls -l *.cgi" shows: -rwxr-xr-x 1 nobody wheel 139081 Oct 18 06:53 mmprood.cgi -rwxr--r-- 1 nobody wheel 990 Oct 17 06:00 simple.cgi My guess is something in the apache.conf file since "perl mmprood.cgi" crtl+d gives me that stream of html, but I don't know enough about apache.conf to understand. When I first pointed my browser to mmprood.cgi, the browser just displayed it as if it was a text file. I fixed that by uncommenting a line in the apache.conf file and then rebooted the server. As you can see, I know enough the get myself in trouble. Any thoughts? Cheers -Mark ********************************************** The box said "requires Win95 or better"... So I installed it on FreeBSD;-) 'Anonymous' ********************************************** 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 15:36:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp03.iafrica.com (smtp03.mweb.co.za [196.2.134.189]) by hub.freebsd.org (Postfix) with ESMTP id 0CFCF14BD6 for ; Mon, 18 Oct 1999 15:36:45 -0700 (PDT) (envelope-from dugg@iafrica.com) Received: from pta-dial-196-2-21-196.mweb.co.za ([196.2.21.196] helo=iafrica.com) by smtp03.iafrica.com with esmtp (Exim 1.92 #1) for questions@FreeBSD.ORG id 11dLOV-000A70-00; Tue, 19 Oct 1999 00:36:44 +0200 Message-ID: <380BA06C.E62BB785@iafrica.com> Date: Tue, 19 Oct 1999 00:34:20 +0200 From: Douglas Ulyate X-Mailer: Mozilla 4.61 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: X Server Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, uname -a output: FreeBSD Bismuth 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Thu Sep 16 18:25:12 GMT 1999 jhay@exteension.mikom.csir.co.za:/usr/src/sys/compile/GENERIC i386 When I tried to run startx, I got the following message: /usr/libexec/ld-elf.so.1: Shared object "ld-linux.so.2" not found So, I don't know whether this was the correct thing to do or not, I downloaded the file "ld-linux.so.2". Now, I get the following message when I run startx: Bus error - core dumped This then creates a file called xinit.core in my home directory. When I run xdm, I get the login screen, but after logging in, it just sends me back to the login screen. The file .xsession-errors contains the following: exec: /home/drdugg/.xsession: permission denied I must just point out that sometimes I tried to run xdm as a regular user, and not after running su, by mistake. On the X Desktop, I have GNOME with Enlightenment, but haven't actually loaded them because the X Server keeps giving me the abovementioned error messages. Both .xinitrc and .xsession contain just one line, exec gnome-session. For the record, I am a complete newbie when it comes to FreeBSD, only had it for about a week now!. TIA Douglas 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 15:39:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from internet.oit.edu (internet.OIT.EDU [140.211.135.12]) by hub.freebsd.org (Postfix) with ESMTP id E3D7514BD6 for ; Mon, 18 Oct 1999 15:39:16 -0700 (PDT) (envelope-from jbernt@bigfoot.com) Received: from dagryph (reshall-138-194.oit.edu [140.211.138.194]) by internet.oit.edu (8.9.1/8.9.3) with SMTP id PAA00982 for ; Mon, 18 Oct 1999 15:39:15 -0700 (PDT) From: "Jeffrey Bernt" To: Subject: FreeBSD Express... Date: Mon, 18 Oct 1999 15:39:22 -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.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello All. Question about FreeBSD Express. How does it work? What is it? I've only heard a little about it. Where can I get more info? Thanks. Jeff Bernt jbernt@bigfoot.com berntj@oit.edu 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 15:39:34 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 14B0A14F5C for ; Mon, 18 Oct 1999 15:39:24 -0700 (PDT) (envelope-from notme@lvdi.net) Received: from lvdi.net ([216.24.141.191]) by 216.24.138.2127.0.0.1 ; Mon, 18 Oct 1999 15:33:09 2000 PDT Message-ID: <380BA3CB.EE151DA7@lvdi.net> Date: Mon, 18 Oct 1999 15:48:43 -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: <6C37EE640B78D2118D2F00A0C90FCB4401105D03@site2s1> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ended up it is the space. When I read it from the page, I though there was one... :) But now there seems to be another problem. I have quota installed for /usr, does that effect the user's quota for /usr/home? (I was expecting it to, but it didn't appear so when I set it up on my server.) When I do a quota -v username as root, I can see the limit, but it doesn't show me the amount used even after exceeding the quota limit. Once again, thanks a lot to all of you who helped! :) Frankie Christopher Michaels wrote: > 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 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 15:43: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (mail-buffalo-usa.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 945A814F5C for ; Mon, 18 Oct 1999 15:42:58 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2650.21) id ; Mon, 18 Oct 1999 18:43:00 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105D0B@site2s1> From: Christopher Michaels To: "FreeBSD Questions (E-mail)" Subject: General Question: System date in FreeBSD 3.x Date: Mon, 18 Oct 1999 18:46:03 -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 Hi, This is a general question. I thought that the date/time on a UNIX system, and in the kernel was tracked in seconds from the epoch (1/1/70). But, recently I had a problem where cvsup kept dumping core on my friends new 3.3-release installation. What I came to find out was that the system date was set to the year 1904. Fixing the date resolved this issue, but it brought up the question. How exactly does FreeBSD keep time internally? Is a negative time allowed? -Chris 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 15:50:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from chmls06.mediaone.net (chmls06.mediaone.net [24.128.1.71]) by hub.freebsd.org (Postfix) with ESMTP id 52EBB14A26 for ; Mon, 18 Oct 1999 15:50:36 -0700 (PDT) (envelope-from sderdau@ne.mediaone.net) Received: from ne.mediaone.net (sderdau.ne.mediaone.net [24.218.2.59]) by chmls06.mediaone.net (8.8.7/8.8.7) with ESMTP id SAA12028 for ; Mon, 18 Oct 1999 18:50:34 -0400 (EDT) Message-ID: <380BA472.E6296F35@ne.mediaone.net> Date: Mon, 18 Oct 1999 18:51:30 -0400 From: "Stephen A. Derdau" X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.5-15 i586) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: Is sshd from ssh2 compatible with ssh1 clients? References: <87n1thy9yk.fsf@main.wgaf.net> <380A4ACA.46908193@gorean.org> <86yad0rfau.fsf@localhost.hell.gr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Check the man page on sshd but I believe there is an option : /etc/ssh2/sshd2_config Here you can set it for compatibility for ssh1 running sshd2 Giorgos Keramidas wrote: > > Doug writes: > > > 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. > > Definitely. > > > > I'm asking because I know that ssh2 clients cannot connect to a ssh1 > > > daemon. > > You could install ssh1 first, and in fact the 'make install' in /usr/ports for > ssh2 recommends this if I recall it correctly.. > > If you install ssh1, and then on top of it ssh2, the ssh2 client will be the > default, with a message along the lines of: > > Executing ssh1 for compatibility with server. > > and you can always use 'ssh' for connecting to ssh2 servers, obviously. > > -- > 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 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 15:57: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.inlink.com (mail1.inlink.com [206.196.96.4]) by hub.freebsd.org (Postfix) with ESMTP id C42A214A26 for ; Mon, 18 Oct 1999 15:57:05 -0700 (PDT) (envelope-from lvl@omnitec.net) Received: from apollo (demo.omnitec.net [206.197.251.252]) by mail.inlink.com (8.9.3/8.9.3/Inlink) with ESMTP id RAA17531 for ; Mon, 18 Oct 1999 17:57:02 -0500 Message-Id: <4.2.0.58.19991018164324.0097bca0@mail.inlink.com> X-Sender: lvl@mail.inlink.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Mon, 18 Oct 1999 22:45:15 -0500 To: freebsd-questions@FreeBSD.ORG From: "Leland V. Lammert" Subject: Shell Keyboard Mapping for PC Keyboard? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, We are looking at standardizing on FreeBSD for our ISP servers, .. but in testing ran across some weird problems. FreeBSD seems to not support any of the PC keyboard mapping that CSH does on Linux - Home/End/UP-DN Arrow (history buffer), Delete (current char), Backspace (char left), Insert, .. to C. Can anyone point me to a keyboard map/termsettings that will provide standard PC keyboard functions?? Neither the us.iso nor us.unix map anything except backspace, .. and it does not look like there are any more US english options. TIA, Lee BTW - I have not figured out which BSD lists to subscribe to yet, .. so please also copy directly. ============================================ Leland V. Lammert lvl@omnitec.net Chief Scientist Omnitec Corporation Network/Internet Consultants www.omnitec.net ============================================ 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 16: 2:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from segnette.jaxx.net (Segnette.Jaxx.net [209.50.181.160]) by hub.freebsd.org (Postfix) with ESMTP id 3B7C915037 for ; Mon, 18 Oct 1999 16:02:15 -0700 (PDT) (envelope-from sdoty@jaxx.net) Received: from bayoublue (dhcp035.46.lvcm.com [24.234.46.35]) by segnette.jaxx.net (8.9.2/8.6.12) with SMTP id QAA12310 for ; Mon, 18 Oct 1999 16:02:40 -0700 (PDT) Message-ID: <00a001bf19bc$bd0daf80$232eea18@jaxx.net> From: "Steve Doty" To: Subject: login disclaimer Date: Mon, 18 Oct 1999 16:01:38 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 Hi, Was wondering if anyone had a good login disclaimer that I could put into my issue or motd. I have been told that if I did not have a disclaimer about unauthorized access and someone did break into our machines that we would have a hard time prosecuting them. Thanks Steve 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 16: 3:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mb06.swip.net (mb06.swip.net [193.12.122.210]) by hub.freebsd.org (Postfix) with ESMTP id C788415201; Mon, 18 Oct 1999 16:03:12 -0700 (PDT) (envelope-from andy@flame.org) Received: from s-709836 (d212-151-85-182.swipnet.se [212.151.85.182]) by mb06.swip.net (8.8.8/8.8.8) with ESMTP id BAA15106; Tue, 19 Oct 1999 01:03:04 +0200 (MET DST) Message-Id: <4.2.0.58.19991019005816.00d14c40@atlantis.fukt.hk-r.se> X-Sender: andy@atlantis.fukt.hk-r.se X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Tue, 19 Oct 1999 01:00:09 +0200 To: "danny h" , freebsd-questions@freebsd.org From: Andreas Berg Subject: Re: Query regarding GNOME? Cc: jmb@hub.freebsd.org In-Reply-To: <19991018041125.22647.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 06:11 1999-10-18 , danny h wrote: >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? There is a meta-port in /usr/ports/x11/gnome, if you install that one it will automaticly install all gnome ports. -Andy 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 16: 4:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hera.webcom.com (hera.webcom.com [209.1.28.42]) by hub.freebsd.org (Postfix) with ESMTP id 3847614F36 for ; Mon, 18 Oct 1999 16:04:48 -0700 (PDT) (envelope-from graeme@echidna.com) Received: from eresh.webcom.com (eresh.webcom.com [209.1.28.49]) by hera.webcom.com (8.9.1/8.9.1) with SMTP id QAA20130; Mon, 18 Oct 1999 16:04:48 -0700 Received: from [204.143.69.11] by inanna.webcom.com (WebCom SMTP 1.2.1) with SMTP id 41279512; Mon Oct 18 15:59 PDT 1999 Message-Id: <380BD187.23C4@echidna.com> Date: Mon, 18 Oct 1999 19:03:51 -0700 From: Graeme Tait Organization: Echidna X-Mailer: Mozilla 2.02 (Win16; I) Mime-Version: 1.0 To: cjclark@home.com Cc: "Jason C. Wells" , George Vagner , questions@freebsd.org Subject: Re: ftp autologout References: <199910181757.NAA13573@cc942873-a.ewndsr1.nj.home.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Crist J. Clark wrote: > > Graeme Tait wrote, > [snip] > > 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. > > Small note, there is an rc.conf switch to set this, > > tcp_keepalive="YES" # Kill dead TCP connections (or NO). > > It is set on in /etc/defaults/rc.conf. That is, it is set on by > default. My 2.2.7S doesn't have this in rc.conf - perhaps it was added with 3.x. -- 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 16:12:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.tn.home.com (ha1.rdc1.tn.home.com [24.2.7.66]) by hub.freebsd.org (Postfix) with ESMTP id 84A92151E7 for ; Mon, 18 Oct 1999 16:12:21 -0700 (PDT) (envelope-from montana1@home.com) Received: from camelot ([24.6.55.158]) by mail.rdc1.tn.home.com (InterMail v4.01.01.00 201-229-111) with SMTP id <19991018231217.OUSU9798.mail.rdc1.tn.home.com@camelot>; Mon, 18 Oct 1999 16:12:17 -0700 Reply-To: From: "Mark Einreinhof" To: , "Freebsd-Questions" Subject: RE: Solved: Endymian Mail Man Date: Mon, 18 Oct 1999 18:11:06 -0500 Message-ID: <000001bf19be$0edb58c0$0201010a@cmr.net> 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 In-Reply-To: <000001bf19b8$05b6b4c0$0201010a@cmr.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I figured it out.... I didn't have the ExecCGI set for the directory in Apache.conf -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Mark Einreinhof Sent: Monday, October 18, 1999 5:28 PM To: Freebsd-Questions Subject: Endymian Mail Man Anyone work with Endymian Mailman? I get the following error, copied from my lynx screen, ignore the "#": ######################################### 403 Forbidden Forbidden You don't have permission to access /www/mail/mmprood.cgi on this server. _________________________________________________________________ Apache/1.3.6 Server at cx559415-b.ftwal1.fl.home.com Port 80 ########################################## This is my first stab at running a web server. It is a FreeBSD 3.2 machine. I used tar and placed the files in /home/www/mail. I used the default install for apache 1.3.6 and the default start of web files is /usr/local/share/apache/htdocs. I have a symbolic link "www" that moves you over to /home/www/ were I have more HD space. Following the faq, I used "chmod 755 mmprood.cgi" and the first line in the cgi correctly points to perl. I even ran "perl mmprood.cgi" from the command line both as root and a normal user and it ran correctly. However, when using my browsers, IE5, Netscape4.61, and Lynx, I get the above error. "ls -l *.cgi" shows: -rwxr-xr-x 1 nobody wheel 139081 Oct 18 06:53 mmprood.cgi -rwxr--r-- 1 nobody wheel 990 Oct 17 06:00 simple.cgi My guess is something in the apache.conf file since "perl mmprood.cgi" crtl+d gives me that stream of html, but I don't know enough about apache.conf to understand. When I first pointed my browser to mmprood.cgi, the browser just displayed it as if it was a text file. I fixed that by uncommenting a line in the apache.conf file and then rebooted the server. As you can see, I know enough the get myself in trouble. Any thoughts? Cheers -Mark ********************************************** The box said "requires Win95 or better"... So I installed it on FreeBSD;-) 'Anonymous' ********************************************** 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 16:12:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from timingpdc.timing.com (timingpdc.timing.com [206.168.13.194]) by hub.freebsd.org (Postfix) with ESMTP id 7DC6A151E7 for ; Mon, 18 Oct 1999 16:12:39 -0700 (PDT) (envelope-from jhein@timing.com) Received: from Daffy.timing.com ([206.168.13.218]) by timingpdc.timing.com (Post.Office MTA v3.1.2 release (PO205-101c) ID# 103-49575U100L2S100) with ESMTP id AAA79; Mon, 18 Oct 1999 17:13:25 -0600 Received: (from jhein@localhost) by Daffy.timing.com (8.9.3/8.9.3) id RAA68973; Mon, 18 Oct 1999 17:12:37 -0600 (MDT) (envelope-from jhein@Daffy.timing.com) X-Authentication-Warning: Daffy.timing.com: jhein set sender to jhein@Daffy.timing.com using -f MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14347.43365.371437.356213@Daffy.timing.com> Date: Mon, 18 Oct 1999 17:12:37 -0600 (MDT) From: "John E. Hein" To: "Leland V. Lammert" Cc: freebsd-questions@FreeBSD.ORG Subject: Shell Keyboard Mapping for PC Keyboard? In-Reply-To: <4.2.0.58.19991018164324.0097bca0@mail.inlink.com> References: <4.2.0.58.19991018164324.0097bca0@mail.inlink.com> X-Mailer: VM 6.75 under Emacs 20.3.1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Leland V. Lammert wrote at 22:45 -0500 on Oct 18: > We are looking at standardizing on FreeBSD for our ISP servers, .. but in > testing ran across some weird problems. > > FreeBSD seems to not support any of the PC keyboard mapping that CSH does > on Linux - Home/End/UP-DN Arrow (history buffer), Delete (current char), > Backspace (char left), Insert, .. to C. Linux uses tcsh as its C shell: linux% ls -alF /bin/*csh lrwxrwxrwx 1 root root 4 Mar 6 1999 /bin/csh -> tcsh* -rwxr-xr-x 1 root root 262184 Mar 21 1999 /bin/tcsh* So you've been using tcsh instead of the standard ol' C shell all these years. You just didn't know it. Install the tcsh port under FreeBSD to use tcsh instead: freebsd% cd /usr/ports/shells/tcsh freebsd% su freebsd# make install Then leave the shell in your password entry as /bin/csh and do something like: freebsd% cd ~ freebsd% mv .cshrc .tcshrc freebsd% cat > .cshrc if ( -x /usr/local/bin/tcsh ) then exec /usr/local/bin/tcsh else source ~/.tcshrc endif Then in your .tcshrc file, use the following to set tcsh-only features: if ( $?tcsh ) then # set tcsh specific variables here... endif > Can anyone point me to a keyboard map/termsettings that will provide > standard PC keyboard functions?? Neither the us.iso nor us.unix map > anything except backspace, .. and it does not look like there are any more > US english options. tcsh will give you the up/down/M-b/C-d/etc. keymappings by default (man tcsh for more options). John 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 16:20:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from launch.server101.com (launch.server101.com [165.90.18.194]) by hub.freebsd.org (Postfix) with ESMTP id C06DD151F4 for ; Mon, 18 Oct 1999 16:20:09 -0700 (PDT) (envelope-from ben@server101.com) Received: from launch.server101.com ([165.90.18.194] ident=6378) by launch.server101.com with smtp (Exim 2.02 #1) id 11dM4Q-0005Qm-00; Tue, 19 Oct 1999 09:20:02 +1000 Date: Tue, 19 Oct 1999 09:20:02 +1000 (EST) From: Ben O'Shea To: Langa Kentane Cc: freebsd-questions@freebsd.org, linux-admin@vger.rutgers.edu Subject: Re: Network backup solution In-Reply-To: <380B43DD.FB7D4FC4@earthling.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 18 Oct 1999, Langa Kentane wrote: use AMANDA http://www.amanda.org/ it wilol do exactly what you are describing and a million other things... > Hi > > I am very new to Unix and have am have a task that i need to do but don't know how to solve. Maybe you can help. > > I need to backup my FreeBSD 3.2-R server from a Linux box. The linux box is fitted with a HP tape drive and our budget doesn't allow us to take the easy way out and just buy another tape drive when I know for sure that there should be a way to backup over the network. > > What do I need to do to be able to do this? Any suggestions? > > -- > > Langa Kentane | Tel: +27 82 928 1952 > Manager: Networks Operations | http://www.sunnet.co.za > Sunshine Networks | http://langa.za.net > __________________________________________________________ > Unix, DOS, Windows > The good, The bad, and the ugly > __________________________________________________________ > > > > -====---====---====---====---====---====---====---====---====---====---====- > to unsubscribe email "unsubscribe linux-admin" to majordomo@vger.rutgers.edu > See the linux-admin FAQ: http://www.kalug.lug.net/linux-admin-FAQ/ > 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 17:18: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from suarez.bestweb.net (suarez.bestweb.net [209.94.100.150]) by hub.freebsd.org (Postfix) with ESMTP id C56F815433; Mon, 18 Oct 1999 17:18:02 -0700 (PDT) (envelope-from geniusj@suarez.bestweb.net) Received: from localhost (geniusj@localhost) by suarez.bestweb.net (8.9.3/8.9.3) with ESMTP id UAA13035; Mon, 18 Oct 1999 20:18:55 -0400 Date: Mon, 18 Oct 1999 20:18:55 -0400 (EDT) From: Jason To: questions@freebsd.org Cc: isp@freebsd.org Subject: quick gated questions Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG what would I use to have multiple subnets accessible on one machine? I have gated, but not quite sure how to do this.. I want all traffic flowing to and from 205.252.42.x to go through one router and all traffic going to and from 208.45.16.x going through another, I have multipl interfaces/cards in the machine and setup Thanks in advance, Jason DiCioccio 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 17:37: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from artsnet.heinz.cmu.edu (ARTSNET.HEINZ.CMU.EDU [128.2.46.8]) by hub.freebsd.org (Postfix) with ESMTP id 2855A1541E for ; Mon, 18 Oct 1999 17:36:53 -0700 (PDT) (envelope-from douglas@artswire.org) Received: from mollymiyagi (w238.z216112229.nyc-ny.dsl.cnc.net [216.112.229.238]) by artsnet.heinz.cmu.edu (8.8.7/8.8.7) with SMTP id UAA26868 for ; Mon, 18 Oct 1999 20:36:53 -0400 (EDT) Reply-To: From: "Douglas Cohen" To: Subject: NATD - Console Message Question Date: Mon, 18 Oct 1999 20:48:47 -0400 Message-ID: <000701bf19cb$b4b9e380$0105a8c0@sterndog.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm running ipfw with natd, connecting my RFC 1918 LAN to the Internet. The ipfw rules only allow internal LAN users access to external Internet services (email, http, telnet, dns, passive mode ftp). Everything seems to be working fine, except that the following natd message keeps appearing on the console: natd[173]: failed to write packet back (Permission denied) I understand about failing to write the packet back, but what does [173] signify in terms of natd? (looking in the services file, xyplex-mux is assigned to port 173, which somehow doesn't seem relevant). The natd configuration is: -use_sockets -same_ports -unregistered_only -dynamic Thanks for you help. Doug 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 17:49:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nimitz.ca.sandia.gov (nimitz.ca.sandia.gov [146.246.243.56]) by hub.freebsd.org (Postfix) with ESMTP id 1F53115594 for ; Mon, 18 Oct 1999 17:49:15 -0700 (PDT) (envelope-from bmah@nimitz.ca.sandia.gov) Received: (from bmah@localhost) by nimitz.ca.sandia.gov (8.9.3/8.9.3) id RAA22767; Mon, 18 Oct 1999 17:48:47 -0700 (PDT) Message-Id: <199910190048.RAA22767@nimitz.ca.sandia.gov> X-Mailer: exmh version 2.1.0 09/18/1999 To: douglas@artswire.org Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NATD - Console Message Question In-Reply-To: Your message of "Mon, 18 Oct 1999 20:48:47 EDT." <000701bf19cb$b4b9e380$0105a8c0@sterndog.net> From: bmah@CA.Sandia.GOV (Bruce A. Mah) Reply-To: bmah@CA.Sandia.GOV X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Url: http://www.ca.sandia.gov/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_906460976P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Mon, 18 Oct 1999 17:48:47 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --==_Exmh_906460976P Content-Type: text/plain; charset=us-ascii If memory serves me right, "Douglas Cohen" wrote: > I'm running ipfw with natd, connecting my RFC 1918 LAN to the Internet. > > The ipfw rules only allow internal LAN users access to external Internet > services (email, http, telnet, dns, passive mode ftp). > > Everything seems to be working fine, except that the following natd message > keeps appearing on the console: > > natd[173]: failed to write packet back (Permission denied) > > I understand about failing to write the packet back, but what does [173] > signify in terms of natd? (looking in the services file, > xyplex-mux is assigned to port 173, which somehow doesn't seem > relevant). 173 is the PID (process ID) of the natd process. Usually, anything in [brackets] that shows up in a logfile, after the name of a daemon, is a PID Bruce. --==_Exmh_906460976P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: nH+jOo+zYdVmVwpRFAKLkFlFuic3tdZo iQA/AwUBOAu/79jKMXFboFLDEQKWmQCffWab81IXicLPimBRcnmjJFrT+SIAnjRk oaXdhXDagRLhxaTu7iIsj+HO =/Azm -----END PGP SIGNATURE----- --==_Exmh_906460976P-- 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 18: 4:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from artsnet.heinz.cmu.edu (ARTSNET.HEINZ.CMU.EDU [128.2.46.8]) by hub.freebsd.org (Postfix) with ESMTP id ACF081561B for ; Mon, 18 Oct 1999 18:04:29 -0700 (PDT) (envelope-from douglas@artswire.org) Received: from mollymiyagi (w238.z216112229.nyc-ny.dsl.cnc.net [216.112.229.238]) by artsnet.heinz.cmu.edu (8.8.7/8.8.7) with SMTP id VAA27651; Mon, 18 Oct 1999 21:04:25 -0400 (EDT) Reply-To: From: "Douglas Cohen" To: Cc: Subject: RE: NATD - Console Message Question Date: Mon, 18 Oct 1999 21:16:19 -0400 Message-ID: <000c01bf19cf$8d313440$0105a8c0@sterndog.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <199910190048.RAA22767@nimitz.ca.sandia.gov> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks Bruce, So how do I figure out what packets natd is unable to write back? -----Original Message----- From: bmah@nimitz.ca.sandia.gov [mailto:bmah@nimitz.ca.sandia.gov]On Behalf Of Bruce A. Mah Sent: Monday, October 18, 1999 8:49 PM To: douglas@artswire.org Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NATD - Console Message Question If memory serves me right, "Douglas Cohen" wrote: > I'm running ipfw with natd, connecting my RFC 1918 LAN to the Internet. > > The ipfw rules only allow internal LAN users access to external Internet > services (email, http, telnet, dns, passive mode ftp). > > Everything seems to be working fine, except that the following natd message > keeps appearing on the console: > > natd[173]: failed to write packet back (Permission denied) > > I understand about failing to write the packet back, but what does [173] > signify in terms of natd? (looking in the services file, > xyplex-mux is assigned to port 173, which somehow doesn't seem > relevant). 173 is the PID (process ID) of the natd process. Usually, anything in [brackets] that shows up in a logfile, after the name of a daemon, is a PID Bruce. 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 18: 8: 6 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 9FEBA15635 for ; Mon, 18 Oct 1999 18:08:03 -0700 (PDT) (envelope-from fuzz_zzuf@excite.com) Received: from chilly.excite.com ([199.172.153.77]) by kuku.excite.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <19991019010803.GFUK1625.kuku.excite.com@chilly.excite.com>; Mon, 18 Oct 1999 18:08:03 -0700 From: "fuzz zzuf" To: cjclark@home.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make buildworld Message-Id: <940295283.12092.220@excite.com> Date: Mon, 18 Oct 1999 18:08:03 PDT X-Mailer: Excite Mail X-Sender-Ip: 209.142.5.38 MIME-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i'm upgrading from 3.0-RELEASE from only binaries.......no errors on installing the 3.3-RELEASE src tree.........so........i durno if it just like left it out or what fuzz_zzuf@excite.com On Mon, 18 Oct 1999 13:52:46 -0400 (EDT), Crist J. Clark wrote: > fuzz zzuf wrote, > > 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? > > Do you actually have that file? Are you trying to buildworld without a > complete set of sources? Or is something else going wrong? > -- > Crist J. Clark cjclark@home.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 18:25:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pacs04.infoave.net (pacs04.InfoAve.Net [165.166.0.14]) by hub.freebsd.org (Postfix) with ESMTP id A98D9156B7 for ; Mon, 18 Oct 1999 18:25:53 -0700 (PDT) (envelope-from xsthree@InfoAve.Net) Received: from infoave.net ("port 1121"@[204.116.177.239]) by InfoAve.Net (PMDF V5.1-12 #23426) with ESMTP id <01JHALURW19097KPCT@InfoAve.Net> for questions@freebsd.org; Mon, 18 Oct 1999 21:23:49 EDT Date: Mon, 18 Oct 1999 21:28:49 -0400 From: SunPhreek Subject: ppp -nat woes To: questions@freebsd.org Message-id: <380BC951.DC390A13@infoave.net> Organization: Stellaris Information Systems MIME-version: 1.0 X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.3-RELEASE i386) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all, I am wondering what causes ppp -nat to complain: Warning cannot load libalias (compiled out) This only occurs when I attempt to load ppp from cron as: /stand/ppp -nat -background Is it because the root sh for cron does not have a library path reference or something like that? I need to get ppp working from cron if possible. Any help is greatly appreciated. Thanks, Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 18 18:39: 4 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 BB3F315722 for ; Mon, 18 Oct 1999 18:39:01 -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 VAA19446; Mon, 18 Oct 1999 21:42:11 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910190142.VAA19446@cc942873-a.ewndsr1.nj.home.com> Subject: Re: make buildworld In-Reply-To: <940295283.12092.220@excite.com> from fuzz zzuf at "Oct 18, 1999 06:08:03 pm" To: fuzz_zzuf@excite.com (fuzz zzuf) Date: Mon, 18 Oct 1999 21:42:11 -0400 (EDT) Cc: cjclark@home.com, 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 fuzz zzuf wrote, > On Mon, 18 Oct 1999 13:52:46 -0400 (EDT), Crist J. Clark wrote: > > > fuzz zzuf wrote, > > > 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? > > > > Do you actually have that file? Are you trying to buildworld without a > > complete set of sources? Or is something else going wrong? > > i'm upgrading from 3.0-RELEASE from only binaries.......no errors on > installing the 3.3-RELEASE src tree.........so........i durno if it just > like left it out or what But is the file there? As you can see, it's looking for, /usr/src/contrib/libgmp/mp.h Do you have this file? If not, installing the contrib sources again would be my best advice. -- 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 Mon Oct 18 18:42: 8 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 6824714D8F for ; Mon, 18 Oct 1999 18:42:04 -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 VAA00172 for ; Mon, 18 Oct 1999 21:44:05 -0400 (EDT) Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 11dPQF-0005mO-00; Mon, 18 Oct 1999 22:54:47 -0400 To: freebsd-questions@freebsd.org Subject: Re: Is sshd from ssh2 compatible with ssh1 clients? References: <87n1thy9yk.fsf@main.wgaf.net> <380A4ACA.46908193@gorean.org> <86yad0rfau.fsf@localhost.hell.gr> Organization: Wgaf From: Arcady Genkin Date: 18 Oct 1999 22:54:47 -0400 In-Reply-To: Giorgos Keramidas's message of "Mon, 18 Oct 1999 16:04:09 +0300" Message-ID: <87aepg5abs.fsf@main.wgaf.net> Lines: 24 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 Giorgos Keramidas writes: > > 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. > > Definitely. And these, of course, are just your personal opinions, right? > You could install ssh1 first, and in fact the 'make install' in /usr/ports for > ssh2 recommends this if I recall it correctly.. > > If you install ssh1, and then on top of it ssh2, the ssh2 client will be the > default, with a message along the lines of: [...] Thanks a lot for the info, Giorgos! -- 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 18:50:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (Postfix) with ESMTP id 0701715784 for ; Mon, 18 Oct 1999 18:50:47 -0700 (PDT) (envelope-from marcus@miami.edu) Received: from jaguar.ir.miami.edu ("port 4383"@jaguar.ir.miami.edu [129.171.32.10]) by jaguar.ir.miami.edu (PMDF V5.2-32 #40232) with ESMTP id <0FJT000CSUGMDN@jaguar.ir.miami.edu> for questions@FreeBSD.ORG; Mon, 18 Oct 1999 21:50:46 -0400 (EDT) Date: Mon, 18 Oct 1999 21:50:46 -0400 (EDT) From: "Joe \"Marcus\" Clarke" Subject: Re: ppp -nat woes In-reply-to: <380BC951.DC390A13@infoave.net> To: SunPhreek Cc: questions@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You might try using ppp from /usr/sbin. It is my understanding that everything in /stand is statically linked. To save on space, they did not statically link in the libalias library (needed for -nat). So, to use that functionality, you will need to use the dynamic binary in /usr/sbin. This would be a better way of exec'ing ppp: /usr/sbin/ppp -background -nat Joe Clarke On Mon, 18 Oct 1999, SunPhreek wrote: > > Hello all, > > I am wondering what causes ppp -nat to complain: > > Warning cannot load libalias (compiled out) > > This only occurs when I attempt to load ppp > from cron as: /stand/ppp -nat -background > > Is it because the root sh for cron does not have a > library path reference or something like that? I need to > get ppp working from cron if possible. Any help is greatly > appreciated. > > Thanks, > > Brian > > > 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 18:56: 2 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 EA444157DC for ; Mon, 18 Oct 1999 18:55:59 -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 VAA20341; Mon, 18 Oct 1999 21:59:10 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910190159.VAA20341@cc942873-a.ewndsr1.nj.home.com> Subject: Re: General Question: System date in FreeBSD 3.x In-Reply-To: <6C37EE640B78D2118D2F00A0C90FCB4401105D0B@site2s1> from Christopher Michaels at "Oct 18, 1999 06:46:03 pm" To: ChrisMic@clientlogic.com (Christopher Michaels) Date: Mon, 18 Oct 1999 21:59:10 -0400 (EDT) Cc: questions@FreeBSD.ORG (FreeBSD Questions (E-mail)) 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 Christopher Michaels wrote, > Hi, > This is a general question. I thought that the date/time on a UNIX system, > and in the kernel was tracked in seconds from the epoch (1/1/70). But, > recently I had a problem where cvsup kept dumping core on my friends new > 3.3-release installation. > > What I came to find out was that the system date was set to the year 1904. > Fixing the date resolved this issue, but it brought up the question. How > exactly does FreeBSD keep time internally? Is a negative time allowed? Time is stored as a 'time_t' type which, if you look hard enough in /usr/include, is just a 'long'. It is a signed 4-byte integer. Play with positive and negative UNIX epoch times with 'date -r'. The fact that it is signed is why it will run out in 2^31-1 seconds after Jan 0 1970 in 2038. -- 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 Mon Oct 18 19: 5: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.prophetnetworks.net (mail.prophetnetworks.net [63.71.252.9]) by hub.freebsd.org (Postfix) with ESMTP id 878C61580E; Mon, 18 Oct 1999 19:04:51 -0700 (PDT) (envelope-from bvaughn@prophetnetworks.net) Received: from shell01.prophetnetworks.net (bvaughn@shell01.prophetnetworks.net [63.71.252.10]) by mail.prophetnetworks.net (8.9.3/8.9.1) with ESMTP id VAA22267; Mon, 18 Oct 1999 21:04:50 -0500 (EST) (envelope-from bvaughn@prophetnetworks.net) Date: Mon, 18 Oct 1999 21:04:50 -0500 (EST) From: Ben Vaughn To: freebsd-net@freebsd.org Cc: freebsd-questions@freebsd.org Subject: NIS and weird res_mkquery messages.. (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ---------- Forwarded message ---------- Date: Mon, 18 Oct 1999 15:55:38 -0500 (EST) From: Ben Vaughn To: freebsd-isp@freebsd.org Subject: NIS and weird res_mkquery messages.. Hey all, I am getting some weird errors in syslog on my NIS master server (this is new in the last 24 hours) and I was wondering if anyone has ever seen it and could give me some insight on whats up...thanks! Oct 18 15:13:20 xxx ypserv[108]: res_mkquery failed Oct 18 15:14:00 xxx last message repeated 4 times Oct 18 15:16:10 xxx last message repeated 13 times Oct 18 15:26:11 xxx last message repeated 60 times Oct 18 15:36:03 xxx last message repeated 59 times -biv ---- Ben Vaughn Prophet Network Systems bvaughn@prophetnetworks.net ---- 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 19:31:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from commov.commercialmovers.com (ckolpitcke.matc.tec.oh.us [206.222.8.62]) by hub.freebsd.org (Postfix) with ESMTP id 0CDF2158E9 for ; Mon, 18 Oct 1999 19:31:21 -0700 (PDT) (envelope-from jmutter@commercialmovers.com) Received: from commercialmovers.com (tcs3-2.wblt.netwalk.net [216.69.200.130]) by commov.commercialmovers.com (8.8.8/SCO5) with ESMTP id WAA06866 for ; Mon, 18 Oct 1999 22:32:32 -0400 (EDT) Message-ID: <380BD8AD.E445F33B@commercialmovers.com> Date: Mon, 18 Oct 1999 22:34:21 -0400 From: "James A. Mutter" Organization: Commercial Movers Inc. X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: AntiVirus Software Available for FreeBSD? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I would like to add some type of AV scanner to my FreeBSD mail server. Does anyone know if a product (Payware or Freeware) exists to do this? The idea, is to scan all emails and attachments after they hit the mail server and before they get to the mail client, for viruses. I see a product from McAfee that claims to scan "MSDOS" files - but will it scan MSDOS files on FreeBSD file systems? Does this make a difference? Thanks, Jim 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 19:58: 8 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 2EC35159A9 for ; Mon, 18 Oct 1999 19:58:05 -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 TAA05549 for ; Mon, 18 Oct 1999 19:58:56 -0700 To: freebsd-questions@freebsd.org Subject: Stupid file system tricks. From: "Ronald F. Guilmette" Date: Mon, 18 Oct 1999 19:58:56 -0700 Message-ID: <5547.940301936@monkeys.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dumb question #1: Why can't I mount a single physical (ufs) file system in two different (logical) places at once? Dumb question #2: Given that I can't mount a (ufs) filesystem in two different places at once (perhaps because that would create some problem with synchronizing any writes to the filesystem and/or some problems with keeping in-core buffers always synched with what's on disk), why can't I at least mount a given filesystem *READ ONLY* in two different places at once? I tried it both ways, and either way, I just get: mount Device busy P.S. Please don't tell me to just use symlinks. Unless I'm mistaken, those may not work right if they point to a place outside of the specific directory tree that you have jsut chroot'ed to. 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 19:58:47 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 BD1AD159B7 for ; Mon, 18 Oct 1999 19:58:42 -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 WAA27260; Mon, 18 Oct 1999 22:56:12 -0400 (EDT) (envelope-from fran@reyes.somos.net) Message-Id: <199910190256.WAA27260@sanson.reyes.somos.net> From: "Francisco Reyes" To: "freebsd-questions@FreeBSD.ORG" , "Langa Kentane" , "linux-admin@vger.rutgers.edu" Date: Mon, 18 Oct 1999 22:59:25 -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: Network backup solution Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 18 Oct 1999 17:59:25 +0200, Langa Kentane wrote: >I need to backup my FreeBSD 3.2-R server from a Linux box. The linux box is fitted with a HP tape drive and our budget doesn't allow us to take the easy way out and just buy another tape drive when I know for sure that there should be a way to backup over the network. > >What do I need to do to be able to do this? Any suggestions? If you have enough space on the linux box a possibility would be to use Rsync or some other mirroring tool to copy the contents of the FreeBSD box to the Linux box's HD. If your primary concern is data and config files this is a good solution (if you have the HD space to hold the data). This method would also save you space on the tapes and make it easy to get to your data in case of crash on the FreeBSD box. You can also backup some of the important/config files from the Linux box to the FreeBSD box. 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 20: 4:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gwis.com (darcy.gwis.com [209.57.72.3]) by hub.freebsd.org (Postfix) with ESMTP id 1D842159F8 for ; Mon, 18 Oct 1999 20:04:26 -0700 (PDT) (envelope-from ddr@gwis.com) Received: from localhost (ddr@localhost) by gwis.com (8.9.0/8.9.0) with SMTP id XAA26571 for ; Mon, 18 Oct 1999 23:04:02 -0400 (EDT) Date: Mon, 18 Oct 1999 23:04:01 -0400 (EDT) From: GWIS - Dan Roberts To: freebsd-questions@freebsd.org Subject: Undocumented DPT software in 3.3-R src dist won't compile 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 just downloaded the src dist for 3.3-RELEASE to upgrade a 3.2 box and I noticed a mysterious bit of candy lying around in /usr/src/usr.sbin/dpt/. Intuitively, it appears to be a set of utilities to query and/or manage a DPT raid controller, but I see no mention of it anywhere on the release notes or mailing lists. When I attempt to make binaries, I'm told that there are some header files missing.. dpt_ctlinfo.c:43: scsi/scsi_all.h: No such file or directory dpt_ctlinfo.c:44: scsi/scsi_message.h: No such file or directory dpt_ctlinfo.c:45: scsi/scsiconf.h: No such file or directory dpt_ctlinfo.c:49: sys/dpt.h: No such file or directory dpt.h nor scsiconf.h exist anywhere on my hard drive, though scsi_all and scsi_message appear under the cam directory. I just installed a new DPT controller into my machine and I would LOVE to be able to use these programs.. Does anyone know the status of these files or where I can find the necessary support files to get them to compile? Thanks! -- Dan Roberts, Systems Engineer Voice 800.656.GWIS GWIS Internet Solutions Fax 330.656.5440 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 20: 5:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nimitz.ca.sandia.gov (nimitz.ca.sandia.gov [146.246.243.56]) by hub.freebsd.org (Postfix) with ESMTP id D864015A02 for ; Mon, 18 Oct 1999 20:05:41 -0700 (PDT) (envelope-from bmah@nimitz.ca.sandia.gov) Received: (from bmah@localhost) by nimitz.ca.sandia.gov (8.9.3/8.9.3) id UAA23185; Mon, 18 Oct 1999 20:05:18 -0700 (PDT) Message-Id: <199910190305.UAA23185@nimitz.ca.sandia.gov> X-Mailer: exmh version 2.1.0 09/18/1999 To: douglas@artswire.org Cc: bmah@california.sandia.gov, freebsd-questions@FreeBSD.ORG Subject: Re: NATD - Console Message Question In-Reply-To: Your message of "Mon, 18 Oct 1999 21:16:19 EDT." <000c01bf19cf$8d313440$0105a8c0@sterndog.net> From: bmah@CA.Sandia.GOV (Bruce A. Mah) Reply-To: bmah@CA.Sandia.GOV X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Url: http://www.ca.sandia.gov/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1490116832P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Mon, 18 Oct 1999 20:05:18 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --==_Exmh_1490116832P Content-Type: text/plain; charset=us-ascii If memory serves me right, "Douglas Cohen" wrote: > So how do I figure out what packets natd is unable to write back? Arg...I knew that was next. :-) Hopefully someone will come up with a better answer than this, but I recommend checking the state of your ipfw rules to see which ones triggered (use "ipfw -at list", but you probably want to RTFM for some more details). I'm basing this on your "Permission denied" message, but I actually haven't experienced this problem. (Probably I will, if I start playing around with ipfw some more, like I should.) Hope this helps... Bruce. --==_Exmh_1490116832P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: Zhb0euk4FTGiQ8OMpMk1jzhYRLidFUa5 iQA/AwUBOAvf7djKMXFboFLDEQIv9QCgglRRk2G9kYd6Bx5GSaSThnEXjkAAoMr9 XSmQ33A6cgtDWI7gk7QArVOG =Tyvq -----END PGP SIGNATURE----- --==_Exmh_1490116832P-- 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 20: 7:36 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 79ED315A0D for ; Mon, 18 Oct 1999 20:07:32 -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 UAA05806 for ; Mon, 18 Oct 1999 20:08:28 -0700 To: freebsd-questions@freebsd.org Subject: How do I get the ``right'' screen-saver power saving mode? From: "Ronald F. Guilmette" Date: Mon, 18 Oct 1999 20:08:28 -0700 Message-ID: <5804.940302508@monkeys.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just installed 3.3, fresh, from scratch, on a new drive. While doing the system configuration stuff during the install, I came upon something I had never seen before, i.e. an option to use "green" power saving mode as the "screen saver" for my monitor. I selected that, because after all, who want's to be un-green? :-) Well, it turns out that I _do_ want to be slightly un-green. According to my monitor manual, the monitor normally sucks up around 150 Watts, but either (a) putting it into "suspend" mode or else turning it off causes it to suck down less than 8 watts. But then also, there is this other mode called "standby" where the thing takes up less than 30 W, and where it presumably will come back to life faster when asked to do so. Well, it looks to me like FreeBSD is telling my monitor to fully "suspend" whenever it senses keyboard/monitor inactivity for a period of time. It seems to go all of the way off and then takes several seconds to ``warm up'' and come alive again when I touch the keyboard again. Is there a way to get FreeBSD to put the monitor into this other ``standby'' mode (when it decides that it's time for ``screen saving'') rather than into the full blown ``suspend'' mode? If so, then how do I do that? P.S. This is a reasonably recent vintage Sony Multiscan 100sx, if it makes any difference. 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 20:17:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.sirius.com (mail3.sirius.com [205.134.253.133]) by hub.freebsd.org (Postfix) with ESMTP id B4AB915A78 for ; Mon, 18 Oct 1999 20:17:45 -0700 (PDT) (envelope-from messmer@sirius.com) Received: from ppp-asfm12--019.sirius.net (IDENT:messmer@ppp-asfm12--019.sirius.net [205.134.231.19]) by mail3.sirius.com (8.9.3/8.9.1) with ESMTP id UAA75264; Mon, 18 Oct 1999 20:21:28 -0700 (PDT) Date: Mon, 18 Oct 1999 20:19:27 -0700 (PDT) From: Tom Messmer X-Sender: messmer@localhost.localdomain To: Sheldon Hearn Cc: "Jason C. Wells" , freebsd-questions@FreeBSD.ORG Subject: Re: Creative Atapi cdrom In-Reply-To: <7309.940241377@axl.noc.iafrica.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 Done, my new Toshiba works just great. Thanks for the responses! Tom On Mon, 18 Oct 1999, Sheldon Hearn wrote: > > > 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 20:48:23 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 3003615BB0 for ; Mon, 18 Oct 1999 20:48:19 -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 IAA83679; Tue, 19 Oct 1999 08:43:50 GMT (envelope-from jcwells@u.washington.edu) X-Authentication-Warning: s8-37-26.student.washington.edu: jcw owned process doing -bs Date: Tue, 19 Oct 1999 08:43:50 +0000 (GMT) From: "Jason C. Wells" X-Sender: jcw@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: "Ronald F. Guilmette" Cc: FreeBSD-questions Subject: Re: Stupid file system tricks. In-Reply-To: <5547.940301936@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 Mon, 18 Oct 1999, Ronald F. Guilmette wrote: > >Dumb question #1: > > Why can't I mount a single physical (ufs) file system in two different > (logical) places at once? Because that is not how the system was programmed. You might look at the union file system for this functionality. Last I read anything about it was a year ago. 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 Mon Oct 18 21:29:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.svr.pol.co.uk (mail2.svr.pol.co.uk [195.92.193.210]) by hub.freebsd.org (Postfix) with ESMTP id 6D82E15962 for ; Mon, 18 Oct 1999 21:29:20 -0700 (PDT) (envelope-from jeanm@dupx.freeserve.co.uk) Received: from modem-1.name10.dialup.pol.co.uk ([62.136.164.129] helo=dupx.freeserve.co.uk) by mail2.svr.pol.co.uk with esmtp (Exim 2.12 #2) id 11dQtj-0000h3-00 for FreeBSD-Questions@FreeBSD.ORG; Tue, 19 Oct 1999 05:29:19 +0100 Message-ID: <380BF387.A34D1FE6@dupx.freeserve.co.uk> Date: Tue, 19 Oct 1999 05:28:56 +0100 From: Jean-Mark Dupoux X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: "FreeBSD-Questions@FreeBSD.ORG" Subject: Installing from dos problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In response to advice that more detailed information would help in solving installation problem (sorry if this was a little sketchy first time around) my pc is: 486 dx4 - 160mhz 28 mb DRAM 2gb seagate IDE hdd isa / pci bus motherboard - ALI chipset 487/89 S3 - virge display adapter (some minor peripherals, eg serial // i-o card, sound card etc..) install worked fine through booting from kern / mst floppies and detecting hardware / selecting drivers at floppy boot, (the program was very accurate with device detections) i removed unwanted settings for network and scsi adapters etc in the harware selections screen, and then moved to partition label / editing screen the program detected very accurately disk geometry i.e. geometry from bios / dos-detected / freebsd-detected all matched exactly 4092 cyls /16 heads /63 sectors /512 b per sector, so the settings was easy to make (nearly always "default" or "auto") 1200 mb was given to single dos partition 800mb free space was claimed during installation by freebsd, and then split using auto-option of 60/20/40/735 MB for , swap, , respectively minimum install (only \bin and \manpages) was selected, but the program then ran into trouble. the following messages were the last things displayed before giving up: "extracting bin into / directory", followed by "write failure on transfer", and "wrote -1 bytes of 1024 bytes, unable to transfer from wd0s1" the install then offered to "try extract again", which i clicked "yes" a few times, but the result was still the same. when i rebooted, dos still worked fine, which i could start from the freebsd boot selector (F1/F2) but freebsd did not get past the first line, (returned "no kernel" for every command) It occurred to me afterwards that there may still be an issue with the freebsd slice starting after 1024 cyls, so i backed-up, put in 2 x 160 mb partitions ( 1 each of dos and freebsd) before a 800mb dos partition and the rest was free space to claim for freebsd when i booted from floppies and run install. this was to try installing below 1024 cyls. i then continued with install option selections, put in and in freebsd small sector, , and in freebsd large sector, chos "minimum install" and hit "ok" the result was exactly the same as before. this was a bit disappointing really, especially since the install program seemed to do such a good job of talking to the system for detecting devices etc .. i hope this more detailed information can bring us a little nearer to some kind of an answer anyhow. Jean-Mark 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 22:35:37 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 71DA815E14 for ; Mon, 18 Oct 1999 22:34:57 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gateway.gorean.org (gateway.gorean.org [10.0.0.1]) by dt050n71.san.rr.com (8.9.3/8.8.8) with ESMTP id WAA24512; Mon, 18 Oct 1999 22:34:44 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Mon, 18 Oct 1999 22:34:44 -0700 (PDT) From: Doug X-Sender: doug@dt050n71.san.rr.com To: Matjaz Martincic Cc: "'freebsd-questions@freebsd.org'" Subject: Re: SB Live in freebsd 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, Matjaz Martincic wrote: > Hi, I'm interested if freebsd supports Soundblaster Live? It is not in the > list, but anyway... Unfortunately, not at this time. There is some hope for the future, probaly fom the OSS guys. Take a look at the mail archives for more info. 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 Mon Oct 18 23: 6:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from easystreet01.easystreet.com (easystreet.com [206.26.36.40]) by hub.freebsd.org (Postfix) with ESMTP id 7A34715E9C for ; Mon, 18 Oct 1999 23:06:35 -0700 (PDT) (envelope-from tashchuk@easystreet.com) Received: from easystreet.com (dsl-209-162-218-66.easystreet.com [209.162.218.66]) by easystreet01.easystreet.com (8.9.1/8.9.1) with ESMTP id XAA11808; Mon, 18 Oct 1999 23:06:30 -0700 (PDT) Message-ID: <380C0A66.26AAED02@easystreet.com> Date: Mon, 18 Oct 1999 23:06:30 -0700 From: Bohdan Tashchuk X-Mailer: Mozilla 4.61 [en] (X11; I; BSD/OS 4.0.1 i386) X-Accept-Language: en MIME-Version: 1.0 To: douglas@artswire.org Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NATD - Console Message Question References: <000701bf19cb$b4b9e380$0105a8c0@sterndog.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Douglas Cohen wrote: > > I'm running ipfw with natd, connecting my RFC 1918 LAN to the Internet. > > The ipfw rules only allow internal LAN users access to external Internet > services (email, http, telnet, dns, passive mode ftp). > > Everything seems to be working fine, except that the following natd message > keeps appearing on the console: > > natd[173]: failed to write packet back (Permission denied) > > I understand about failing to write the packet back, but what does [173] > signify in terms of natd? (looking in the services file, > xyplex-mux is assigned to port 173, which somehow doesn't seem > relevant). > > The natd configuration is: > > -use_sockets -same_ports -unregistered_only -dynamic > > Thanks for you help. > > Doug I had these same messages from natd. They were always accompanied by log messages from ipfw. That's because I log everything I deny. In my case the source of the packets was from the rwho daemon. For some reason the natd message was coming out when my ipfw rules dropped the packet. I got tired of seeing the messages and I fixed this by changing my natd lines in /etc/rc.firewall to the following two, ie I prefixed the divert command: $fwcmd add deny udp from any who to any who via ${natd_interface} $fwcmd add divert natd all from any to any via ${natd_interface} This ordering keeps the rwho packet from ever getting to natd. In any case it got rid of my "noisy" natd output. 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 23:22:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sling.rapdat.com (covad95.mminternet.com [209.241.151.95]) by hub.freebsd.org (Postfix) with ESMTP id AFA5515F81 for ; Mon, 18 Oct 1999 23:21:59 -0700 (PDT) (envelope-from hackett@rapdat.com) Received: from rapdat.com (gardi.rapdat.com [209.241.151.111]) by sling.rapdat.com (8.9.3/8.9.3) with ESMTP id XAA38541 for ; Mon, 18 Oct 1999 23:29:04 -0700 (PDT) (envelope-from hackett@rapdat.com) Message-ID: <380C0E14.59E6096@rapdat.com> Date: Mon, 18 Oct 1999 23:22:12 -0700 From: Nathan Hackett Admin X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Seagate STT20000N scsi tape drive 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 Seagate STT20000N 20 GB scsi tape drive on a Tyan Thunder 100 running FreeBSD3.2. tar -c works fine, but when I try to update an existing archive with tar -u, I get the following messages: Oct 18 23:03:32 gardi /kernel: swap_pager: indefinite wait buffer: device: 0x20401, blkno: 2088, size: 4096 Oct 18 23:05:40 gardi /kernel: (sa0:ahc0:0:4:0): WRITE(06). CDB: a 0 0 28 0 0 Oct 18 23:05:40 gardi /kernel: (sa0:ahc0:0:4:0): ILLEGAL REQUEST asc:80,81 Oct 18 23:05:40 gardi /kernel: (sa0:ahc0:0:4:0): Vendor Specific ASC Is this something that I can fix, or does "Vendor Specific ASC" mean that this drive is not supported? /Nathan. 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 23:43:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay.ucb.crimea.ua (UCB-Async4-CRISCO.CRIS.NET [212.110.129.130]) by hub.freebsd.org (Postfix) with ESMTP id BD1C415BEA for ; Mon, 18 Oct 1999 23:42:21 -0700 (PDT) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.3/8.9.3/UCB) id JAA99402; Tue, 19 Oct 1999 09:40:55 +0300 (EEST) (envelope-from ru) Date: Tue, 19 Oct 1999 09:40:55 +0300 From: Ruslan Ermilov To: Douglas Cohen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NATD - Console Message Question Message-ID: <19991019094055.A96480@relay.ucb.crimea.ua> Mail-Followup-To: Douglas Cohen , freebsd-questions@FreeBSD.ORG References: <199910190048.RAA22767@nimitz.ca.sandia.gov> <000c01bf19cf$8d313440$0105a8c0@sterndog.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <000c01bf19cf$8d313440$0105a8c0@sterndog.net>; from Douglas Cohen on Mon, Oct 18, 1999 at 09:16:19PM -0400 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Oct 18, 1999 at 09:16:19PM -0400, Douglas Cohen wrote: > Thanks Bruce, > > So how do I figure out what packets natd is unable to write back? > Run natd(8) with -verbose flag, so you will see what packets trigger this error. As for the error itself, it does mean that the firewall, running on the _same_ machine, is denying these messages. As someone else said, add `log' keywords to your `deny' rules. Cheers, -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank, ru@FreeBSD.org FreeBSD committer, +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 0: 0:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from freedom.cybertouch.org (freedom.cybertouch.org [216.183.2.2]) by hub.freebsd.org (Postfix) with ESMTP id 2763716014 for ; Tue, 19 Oct 1999 00:00:07 -0700 (PDT) (envelope-from lnb@freedom.cybertouch.org) Received: from localhost (lnb@localhost) by freedom.cybertouch.org (8.9.3/8.9.3) with ESMTP id DAA31861 for ; Tue, 19 Oct 1999 03:00:02 -0400 (EDT) Date: Tue, 19 Oct 1999 03:00:01 -0400 (EDT) From: Lanny Baron To: questions@freebsd.org Subject: strange problem with majordomo Message-ID: City: Thorhill Province: Ontario Postal: L4J 6X4 Tel: 905-763-1900 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 had majordomo running for almost 2 years, headache free. Today I noticed that when sending to one of the lists on my server, it came back with an error I had never seen. The error is as follows: The following addresses had permanent fatal errors ----- ops-outgoing :include:/usr/local/majordomo/lists/ops (expanded from: ops-outgoing) ----- Transcript of session follows ----- 550 :include:/usr/local/majordomo/lists/ops... Cannot open /usr/local/majordomo/lists/ops: Group writable directory Message delivered to mailing list ops-outgoing 554 ops-outgoing... aliasing/forwarding loop broken The thing is I had not changed, majordomo, its dir permissions, added any new lists, change sendmail, or modify /etc/aliases or /etc/aliases.majordomo. But when this problem kept coming, i did rm -rf /usr/local/majordomo, /etc/aliases.majordomo and then proceeded to make a new majordomo (same version 1.94.4). I added in 1 list and put the aliases in /etc/aliases.majordomo which look like this: looks like this: owner-ops:lnb owner-ops-outgoing:owner-ops ops-approval:owner-ops ops: "|/usr/local/majordomo/wrapper resend -l ops -h freedom.cybertouch.org ops-outgoing" ops-outgoing::include:/usr/local/majordomo/lists/ops ops-request: "|/usr/local/majordomo/wrapper majordomo -l ops" I do not know what or where this broken aliasing/forwarding loop is. The ops: line is really one long line. Just that the cut and past shorten it. My directory structure is the way it is supposed to be from what the sendmail page shows. I can mail majordomo@cybertouch.org, get a list of lists. Subscribe to a list. But cannot send mail to the subscribed list. Can someone please help me out with this? Thanks for your help, Lanny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 0: 8:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from orion.ac.hmc.edu (Orion.AC.HMC.Edu [134.173.32.20]) by hub.freebsd.org (Postfix) with ESMTP id 3ED3816076 for ; Tue, 19 Oct 1999 00:08:44 -0700 (PDT) (envelope-from brdavis@orion.ac.hmc.edu) Received: (from brdavis@localhost) by orion.ac.hmc.edu (8.8.8/8.8.8) id AAA17844; Tue, 19 Oct 1999 00:08:24 -0700 (PDT) Date: Tue, 19 Oct 1999 00:08:24 -0700 From: Brooks Davis To: "Ronald F. Guilmette" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Stupid file system tricks. Message-ID: <19991019000824.A2650@orion.ac.hmc.edu> References: <5547.940301936@monkeys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <5547.940301936@monkeys.com>; from rfg@monkeys.com on Mon, Oct 18, 1999 at 07:58:56PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Oct 18, 1999 at 07:58:56PM -0700, Ronald F. Guilmette wrote: > > Dumb question #1: > > Why can't I mount a single physical (ufs) file system in two different > (logical) places at once? I don't have a good answer for that. I believe it would lead to nasty consistency problems because files would be represented twice. > Dumb question #2: > > Given that I can't mount a (ufs) filesystem in two different places at > once (perhaps because that would create some problem with synchronizing > any writes to the filesystem and/or some problems with keeping in-core > buffers always synched with what's on disk), why can't I at least mount > a given filesystem *READ ONLY* in two different places at once? You might be able to use mount_null(8) to accomplish the desired effect. -- Brooks -- "Those who desire to give up freedom in order to gain security, will not have, nor do they deserve, either one" --Thomas Jefferson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 0:20:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ralf.serv.net (a.serv.net [207.207.72.1]) by hub.freebsd.org (Postfix) with ESMTP id 9333E16103 for ; Tue, 19 Oct 1999 00:20:13 -0700 (PDT) (envelope-from mcglk@ralf.serv.net) Received: (from mcglk@localhost) by ralf.serv.net (8.9.3/8.9.3) id AAA43908; Tue, 19 Oct 1999 00:20:12 -0700 (PDT) (envelope-from mcglk) To: questions@freebsd.org Subject: linux-netscape47-communicator port problems. Reply-To: mcglk@serv.net From: Ken McGlothlen Date: 19 Oct 1999 00:20:11 -0700 In-Reply-To: Mark Ovens's message of "Tue, 12 Oct 1999 18:43:09 +0100" Message-ID: <87904z7r6c.fsf_-_@ralf.serv.net> Lines: 20 X-Mailer: Gnus v5.6.45/Emacs 20.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I installed the linux-netscape47-communicator port just fine. And it runs perfectly from the root directory. But from a normal user account, the error message I get is: /usr/local/lib/netscape-linux/communicator-4.7.bin: error in loading shared libraries libXpm.so.4: cannot open shared object file: No such file or directory I don't know why this is. /usr/X11R6/lib/libXpm.so.4 does exist. I don't have a corresponding libXpm.so.4 in the /compat/linux/lib directory, though. And I can't find a relevant entry in /usr/ports/emulators. I don't have LD_LIBRARY_PATH set, either. So I'm a little confused. I'm running FreeBSD 3.2-RELEASE. Other Linux binaries (including StarOffice) all work. Any ideas? ---Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 0:36:39 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 D871F16188 for ; Tue, 19 Oct 1999 00:36:35 -0700 (PDT) (envelope-from edirol@anime.ca) Received: from epoch.anime.ca (HSE-TOR-ppp25728.sympatico.ca [209.226.82.225]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id DAA19039 for ; Tue, 19 Oct 1999 03:40:29 -0400 (EDT) Received: from magus (magus.anime.ca [192.168.0.3]) by epoch.anime.ca (8.9.3/8.9.3) with SMTP id DAA23961 for ; Tue, 19 Oct 1999 03:36:29 -0400 (EDT) (envelope-from edirol@anime.ca) Message-ID: <000701bf1a04$aac9b380$0300a8c0@anime.ca> From: "Edirol" To: Subject: crypt library Date: Tue, 19 Oct 1999 03:36:29 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Which hash function offers better encryption? DES- or MD5 based ones? I noticed that the MD5 password strings are longer than DES ones as stated in the handbook but does that mean it is better/worse? - Will To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 0:51:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.intekom.com (smtp.intekom.com [196.25.69.22]) by hub.freebsd.org (Postfix) with ESMTP id 2FA0B16221 for ; Tue, 19 Oct 1999 00:51:16 -0700 (PDT) (envelope-from evablunted@earthling.net) Received: from uta36-01-p08.ec.saix.net ([155.239.168.8] helo=earthling.net) by mail.intekom.com with esmtp (Exim 3.03 #6) id 11dU2C-0007RG-00 for FreeBSD-questions@freebsd.org; Tue, 19 Oct 1999 09:50:17 +0200 Message-ID: <380C1D00.3B01E17E@earthling.net> Date: Tue, 19 Oct 1999 09:25:53 +0200 From: Langa Kentane Organization: Sunsine Networks X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.2.5-22 i586) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-questions@freebsd.org Subject: Error 550: Relaying denied. 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 a small problem with sendmail. I recently installed majordomo on a machine x.sunnet.co.za and added a line in my db.sunnet.co.za : x.sunnet.co.za IN MX x.sunnet.co.za Now when I try to send mail to majordomo@x.sunnet.co.za my mail FreeBSd mail server tells me that relaying is denied. The mx record for the domain is: @ IN MX mail.sunnet.co.za The sendmail that rejected the message is running on mail.sunnet.co.za Please help -- Langa Kentane | Tel: +27 82 928 1952 Manager: Networks Operations | http://www.sunnet.co.za Sunshine Networks | http://langa.za.net __________________________________________________________ Unix, DOS, Windows The good, The bad, and the ugly __________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 1: 0: 5 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 84FB916280 for ; Tue, 19 Oct 1999 01:00:02 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id AAA18588; Tue, 19 Oct 1999 00:59:26 -0700 (PDT) Date: Tue, 19 Oct 1999 00:59:26 -0700 (PDT) From: Annelise Anderson To: Jean-Mark Dupoux Cc: "FreeBSD-Questions@FreeBSD.ORG" Subject: Re: Installing from dos problem In-Reply-To: <380BF387.A34D1FE6@dupx.freeserve.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm not sure your problem here is the amount of space allocated to the partitions. But if I were doing a 2 gb drive, I'd use dos fdisk to create a dos partition (it probably needs to be 400 megabytes if you want Windows in it) at the beginning of the disk, and I'd install either dos or windows in it--before install FreeBSD. Second partition would be created (again with dos fdisk) at the end of the hard drive, so the second dos partition is the last 600 megs (or however much you want) on the hard drive. Then I'd install FreeBSD in the empty space in the middle, in one FreeBSD slice (primary dos partition) and I wouldn't use defaults. With this size hard drive in a machine without a lot of ram, you want a fair amount of swap. So I'd do maybe 42 megs for /, 48 or or even 60 for swap, 30 for /var, and the rest for /usr. You don't need a lot for var and you can move log files out of there if it gets crowded. Also I wouldn't do the minimum install. You have room here to install X if you want it, kernel sources, and (most important) the ports collection (which is not the ports themselves, just the framework for downloading and installing them). I think the SVGA server (you might check on this) is the one you need for your card for X; don't install others or lots of fonts as these take up a lot of space and you can do them later. Are you sure before you move from the partition editor to the label editor (with q) you press S (as I recall) to get an A next to the C in the partition in which you've chosen to install--i.e., you make it bootable? Annelise On Tue, 19 Oct 1999, Jean-Mark Dupoux wrote: > In response to advice that more detailed information would help in > solving installation problem (sorry if this was a little sketchy first > time around) > > my pc is: > > 486 dx4 - 160mhz > 28 mb DRAM > 2gb seagate IDE hdd > isa / pci bus motherboard - ALI chipset 487/89 > S3 - virge display adapter > > (some minor peripherals, eg serial // i-o card, sound card etc..) > > install worked fine through booting from kern / mst floppies and > detecting hardware / selecting drivers at floppy boot, > (the program was very accurate with device detections) > > i removed unwanted settings for network and scsi adapters etc in the > harware selections screen, and then moved to partition label / editing > screen > > the program detected very accurately disk geometry > i.e. geometry from bios / dos-detected / freebsd-detected all matched > exactly > 4092 cyls /16 heads /63 sectors /512 b per sector, so the settings > was easy to make (nearly always "default" or "auto") > > > 1200 mb was given to single dos partition > 800mb free space was claimed during installation by freebsd, and then > split > using auto-option of 60/20/40/735 MB for , swap, , > respectively > > minimum install (only \bin and \manpages) was selected, > but the program then ran into trouble. > > the following messages were the last things displayed before giving > up: > > "extracting bin into / directory", followed by > > "write failure on transfer", and > > "wrote -1 bytes of 1024 bytes, unable to transfer from wd0s1" > > the install then offered to "try extract again", which i clicked "yes" > > a few times, but the result was still the same. > > when i rebooted, dos still worked fine, which i could start from the > freebsd boot selector (F1/F2) > but freebsd did not get past the first line, (returned "no kernel" > for every command) > > It occurred to me afterwards that there may still be an issue with > the freebsd slice starting after 1024 cyls, > so i backed-up, put in 2 x 160 mb partitions ( 1 each of dos and > freebsd) before a 800mb dos partition and the rest was free space to > claim for freebsd when i booted from floppies and run install. > this was to try installing below 1024 cyls. > i then continued with install option selections, put in and > in freebsd small sector, , and in > freebsd large sector, chos "minimum install" and hit "ok" > the result was exactly the same as before. > > this was a bit disappointing really, especially since the install > program seemed to do such a good job of talking to the system for > detecting devices etc .. > > i hope this more detailed information can bring us a little nearer to > some kind of an answer anyhow. > > Jean-Mark > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 1: 7:30 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 B664215F8E for ; Tue, 19 Oct 1999 01:07:27 -0700 (PDT) (envelope-from edirol@anime.ca) Received: from epoch.anime.ca (HSE-TOR-ppp25728.sympatico.ca [209.226.82.225]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id EAA20670 for ; Tue, 19 Oct 1999 04:11:22 -0400 (EDT) Received: from magus (magus.anime.ca [192.168.0.3]) by epoch.anime.ca (8.9.3/8.9.3) with SMTP id EAA24150 for ; Tue, 19 Oct 1999 04:07:26 -0400 (EDT) (envelope-from edirol@anime.ca) Message-ID: <000501bf1a08$fb13c2a0$0300a8c0@anime.ca> From: "Edirol" To: Subject: kernel log messages Date: Tue, 19 Oct 1999 04:07:25 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I've been getting this message logged a few times since I enabled: sysctl -w net.inet.tcp.log_in_vain=1 sysctl -w net.inet.udp.log_in_vain=1 Oct 19 03:51:30 schala /kernel.old: Connection attempt to UDP 127.0.0.1:512 from 127.0.0.1:1310 Oct 19 03:58:59 schala /kernel.old: Connection attempt to UDP 127.0.0.1:512 from 127.0.0.1:1319 Oct 19 04:00:19 schala /kernel.old: Connection attempt to UDP 127.0.0.1:512 from 127.0.0.1:1383 I'm not sure what program is causing this. Any ideas? - Will To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 1:25:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dns.ie-online.it (dns.ie-online.it [194.133.148.8]) by hub.freebsd.org (Postfix) with ESMTP id 1995C1618D for ; Tue, 19 Oct 1999 01:25:40 -0700 (PDT) (envelope-from sriva@alice.it) Received: from dns.ie-interna.it (host-ie-trezzano.ie-online.it [194.133.148.44]) by dns.ie-online.it (8.8.8/8.8.8) with ESMTP id KAA23063; Tue, 19 Oct 1999 10:25:36 +0200 (CEST) (envelope-from sriva@alice.it) Received: from stefano (stefano.ie-interna.it [192.168.0.33]) by dns.ie-interna.it (8.8.8/8.8.8) with SMTP id KAA13768; Tue, 19 Oct 1999 10:25:32 +0200 (CEST) (envelope-from sriva@alice.it) Message-Id: <3.0.5.32.19991019102608.009565a0@relay.alice.it> X-Sender: riva@relay.alice.it X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Tue, 19 Oct 1999 10:26:08 +0200 To: Mark Ovens From: Stefano Riva Subject: Re: 3 Questions for 3.2-RELEASE Setup on Thinkpad 560X Cc: "Gandalf T. Grey" , freebsd-questions@freebsd.org In-Reply-To: <19991018191633.B322@marder-1> References: <3.0.5.32.19991018184450.00b11950@relay.alice.it> <19991018150610.48729.qmail@hotmail.com> <3.0.5.32.19991018184450.00b11950@relay.alice.it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 19.16 18/10/99 +0100, you wrote: >I see the same problem with my ATI card if I try to load a bitmap >other than 320x200. It is probably because, like the ATI cards, >the VBE (VESA BIOS Extensions) are not built in but are loaded via >a driver. Unfortunately this is going to be a DOS TSR program and >so is no use in FreeBSD. Sorry. Yes. Same problem with an ATI Mach64 built in a HP Netserver E60 I have on my desk right now. The strange thing is that I remember an old ATI Winturbo Mach64 *with* VBE. Are you sure that modern ATI cards doesn't have VBE built in? --- Stefano Riva Systems & Network Administrator Informazioni Editoriali I.E. Srl Voice +39-02283151, Fax +39-0228315900 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 1:40:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id 2BD5F162E6 for ; Tue, 19 Oct 1999 01:40:06 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 22475 invoked from network); 19 Oct 1999 08:40:04 -0000 Received: from userat07.uk.uudial.com (HELO marder-1.) (62.188.137.110) by smtp.dial.pipex.com with SMTP; 19 Oct 1999 08:40:04 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id JAA03587; Tue, 19 Oct 1999 09:40:15 +0100 (BST) (envelope-from mark) Date: Tue, 19 Oct 1999 09:40:15 +0100 From: Mark Ovens To: Stefano Riva Cc: "Gandalf T. Grey" , freebsd-questions@freebsd.org Subject: Re: 3 Questions for 3.2-RELEASE Setup on Thinkpad 560X Message-ID: <19991019094015.A3394@marder-1> References: <3.0.5.32.19991018184450.00b11950@relay.alice.it> <19991018150610.48729.qmail@hotmail.com> <3.0.5.32.19991018184450.00b11950@relay.alice.it> <19991018191633.B322@marder-1> <3.0.5.32.19991019102608.009565a0@relay.alice.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <3.0.5.32.19991019102608.009565a0@relay.alice.it> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Oct 19, 1999 at 10:26:08AM +0200, Stefano Riva wrote: > At 19.16 18/10/99 +0100, you wrote: > >I see the same problem with my ATI card if I try to load a bitmap > >other than 320x200. It is probably because, like the ATI cards, > >the VBE (VESA BIOS Extensions) are not built in but are loaded via > >a driver. Unfortunately this is going to be a DOS TSR program and > >so is no use in FreeBSD. Sorry. > > Yes. Same problem with an ATI Mach64 built in a HP Netserver E60 I have > on my desk right now. The strange thing is that I remember an old ATI > Winturbo Mach64 *with* VBE. Are you sure that modern ATI cards doesn't have > VBE built in? > Mine is an Xpert@Work. I don't know about newer cards though. I would guess that they don't bother with putting VBE on board now as hardly anyone will want it as everyone runs Windows. It is a shame as I'm rather attached to ATI cards, they are the only ones that I've found (although there must be many others) that would run 1024x768@70Hz out of the box on "alternative" OSs, OS/2, Linux, FreeBSD. I think that Matrox cards have VBE on board as I've noticed all the machines at work with Matrox cards display "MGA/VBE BIOS" when they boot. Maybe I'll have to get me a G400 :), not so much for high-res spalsh screens but to get the 132 column consoles. > --- > > Stefano Riva > Systems & Network Administrator > Informazioni Editoriali I.E. Srl > Voice +39-02283151, Fax +39-0228315900 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 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 Tue Oct 19 1:53:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from favorit.mephi.ru (favorit.mephi.ru [194.67.66.178]) by hub.freebsd.org (Postfix) with ESMTP id 3B61016307 for ; Tue, 19 Oct 1999 01:53:10 -0700 (PDT) (envelope-from preacher@mail.ru) Received: from mail.ru ([192.168.1.205]) by favorit.mephi.ru (8.8.7/8.8.7) with ESMTP id MAA04119 for ; Tue, 19 Oct 1999 12:06:14 +0400 Message-ID: <37DB044F.E94371F4@mail.ru> Date: Sun, 12 Sep 1999 05:39:27 +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: Re: How can I spin down IDE HDD in 3.3-RELEASE References: <7272.940241225@axl.noc.iafrica.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I has MAKEDEVed but have got the same results I rebuild kernel, check /etc/default/conf, but nothing. kernel config and in man pages say that APM is for LAPTOP computers but mine is not , I have simple desktop P133, and that's all. I wonder does this thing work at all? On Sun, 12 Sep 1999 03:05:05 +0400, preacher wrote: > So I tryed APM, but it said me that device not configured (I compiled > it into kernel). I probably know what the problem is here, but you do need to get into the habit of quoting error messages verbatim, for example: apm: can't open /dev/apm: Device not configured :-) In your case, you probably just need to do this: cd /dev ./MAKEDEV apm0 Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 1:54: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.scc.nl (node1374.a2000.nl [62.108.19.116]) by hub.freebsd.org (Postfix) with ESMTP id 32B9016312 for ; Tue, 19 Oct 1999 01:54:02 -0700 (PDT) (envelope-from freebsd-questions@scc.nl) Received: (from daemon@localhost) by mail.scc.nl (8.9.3/8.9.3) id KAA82783 for questions@FreeBSD.org; Tue, 19 Oct 1999 10:42:16 +0200 (CEST) (envelope-from freebsd-questions@scc.nl) Received: from GATEWAY by dwarf.hq.scc.nl with netnews for questions@FreeBSD.org (questions@FreeBSD.org) To: questions@FreeBSD.org Date: Tue, 19 Oct 1999 10:42:08 +0200 From: Marcel Moolenaar Message-ID: <380C2EE0.DF967F48@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: (Ken, McGlothlen), <87904z7r6c.fsf_-_@ralf.serv.net> Subject: Re: linux-netscape47-communicator port problems. Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ken McGlothlen wrote: > > I installed the linux-netscape47-communicator port just fine. And it runs > perfectly from the root directory. But from a normal user account, the error > message I get is: > > /usr/local/lib/netscape-linux/communicator-4.7.bin: error in loading > shared libraries > libXpm.so.4: cannot open shared object file: No such file or directory > > I don't know why this is. /usr/X11R6/lib/libXpm.so.4 does exist. That's a FreeBSD library. It's not to be used bu Linux binaries. > I don't have > a corresponding libXpm.so.4 in the /compat/linux/lib directory, though. The linux_base port installs xpm, but it has only been added recently. You can add xpm by hand: o Go to a RedHat FTP mirror that carries redhat-5.2 (see http://www.readhat.com) o Download xpm-*.i386.rpm o Install it with: rpm -i --root /compat/linux --dbpath /var/lib/rpm --ignoreos rpm-*.i386.rpm You can also reinstall linux_base, of course :-) HTH, -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 2:14:53 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 C67D6163AE for ; Tue, 19 Oct 1999 02:14:49 -0700 (PDT) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr530-a120.otenet.gr [195.167.115.120]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id MAA24724 for ; Tue, 19 Oct 1999 12:14:46 +0300 (EET DST) Received: (qmail 8316 invoked by uid 1001); 19 Oct 1999 01:53:07 -0000 To: Matjaz Martincic Cc: freebsd-questions@freebsd.org Subject: Re: SB Live in freebsd References: From: Giorgos Keramidas Date: 19 Oct 1999 04:53:07 +0300 In-Reply-To: Matjaz Martincic's message of "Mon, 18 Oct 1999 11:10:04 +0200" Message-ID: <86aepgxgjg.fsf@localhost.hell.gr> Lines: 12 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 Matjaz Martincic writes: > Hi, I'm interested if freebsd supports Soundblaster Live? It is not in the > list, but anyway... Browsing through the hardware compatibility list at http://www.freebsd.org/ did not seem to give any indication of support for SB-Live on FreeBSD. Then again, I might be looking at the wrong places... -- Giorgos Keramidas, "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 2:15: 2 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 CA7D8163AF for ; Tue, 19 Oct 1999 02:14:49 -0700 (PDT) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr530-a120.otenet.gr [195.167.115.120]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id MAA24725 for ; Tue, 19 Oct 1999 12:14:46 +0300 (EET DST) Received: (qmail 8309 invoked by uid 1001); 19 Oct 1999 01:45:38 -0000 To: freebsd-questions@freebsd.org Subject: Re: 3com 3c905c-tx-m NIC References: <0.36a82546.253c0920@aol.com> From: Giorgos Keramidas Date: 19 Oct 1999 04:45:37 +0300 In-Reply-To: ATeslik@aol.com's message of "Mon, 18 Oct 1999 01:24:48 EDT" Message-ID: <86emesxgvy.fsf@localhost.hell.gr> Lines: 17 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 ATeslik@aol.com writes: > >>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 Afaik, getting the new sources is the recommended way of upgrading to 3.3. In fact, I was running 3.0-RELEASE and used cvsup to upgrade to 3.3-STABLE only last week. Certainly a 'make workd' takes some time, but it's worth it if your NIC does not work with an older release. -- Giorgos Keramidas, "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 2:28:21 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 DE8F91644F for ; Tue, 19 Oct 1999 02:28:18 -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 CAA16409; Tue, 19 Oct 1999 02:29:15 -0700 To: "Jason C. Wells" Cc: FreeBSD-questions Subject: Re: Stupid file system tricks. In-reply-to: Your message of Tue, 19 Oct 1999 08:43:50 -0000. From: "Ronald F. Guilmette" Date: Tue, 19 Oct 1999 02:29:15 -0700 Message-ID: <16407.940325355@monkeys.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , you wrote: >On Mon, 18 Oct 1999, Ronald F. Guilmette wrote: > >> >>Dumb question #1: >> >> Why can't I mount a single physical (ufs) file system in two different >> (logical) places at once? > >Because that is not how the system was programmed. Could you prehaps rephrase that answer into simpler and less technical terms? :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 2:33:53 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 2136D16487 for ; Tue, 19 Oct 1999 02:33:49 -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 CAA16655; Tue, 19 Oct 1999 02:34:40 -0700 To: Brooks Davis Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Stupid file system tricks. In-reply-to: Your message of Tue, 19 Oct 1999 00:08:24 -0700. <19991019000824.A2650@orion.ac.hmc.edu> From: "Ronald F. Guilmette" Date: Tue, 19 Oct 1999 02:34:40 -0700 Message-ID: <16653.940325680@monkeys.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <19991019000824.A2650@orion.ac.hmc.edu>, you wrote: >On Mon, Oct 18, 1999 at 07:58:56PM -0700, Ronald F. Guilmette wrote: >> >> Dumb question #1: >> >> Why can't I mount a single physical (ufs) file system in two different >> (logical) places at once? > >I don't have a good answer for that. I believe it would lead to nasty >consistency problems because files would be represented twice. Yea. So? All disk I/O effectively goes thru the in-core buffer cache, right? You could mount the thing twice, in two different places, but as long as the kernel remembered that it was really only one filesystem/partition, and as long as it kept only one set of buffers for it, I would think that everything would work just fine. >> Dumb question #2: >> >> Given that I can't mount a (ufs) filesystem in two different places at >> once (perhaps because that would create some problem with synchronizing >> any writes to the filesystem and/or some problems with keeping in-core >> buffers always synched with what's on disk), why can't I at least mount >> a given filesystem *READ ONLY* in two different places at once? This, at the very least, should be supported, IMHO. >You might be able to use mount_null(8) to accomplish the desired effect. Hummm... Yes! Indeed! I didn't know about that thing but it is very inter- esting, and it is just what the doctor ordered in this case. And contrary to what the man page for it says, it _does_ seem to work! Thanks for the pointer! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 2:43:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ctb-mesg1.saix.net (ctb-mesg1.saix.net [196.25.240.73]) by hub.freebsd.org (Postfix) with ESMTP id 3C7D8164EE for ; Tue, 19 Oct 1999 02:43:14 -0700 (PDT) (envelope-from cataract@eye2eye.net) Received: from saix.net (cbs53-01-p229.wc.saix.net) by ctb-mesg1.saix.net (Sun Internet Mail Server sims.3.5.1999.03.02.17.58.p5) with SMTP id <0FJU0014ZGBYK4@ctb-mesg1.saix.net> for freebsd-questions@freebsd.org; Tue, 19 Oct 1999 11:43:12 +0200 (SAT) Received: from retina.eye2eye.net [192.168.62.1] by eye2eye.net [127.0.0.1] with SMTP (MDaemon.v2.7.SP0.R) for ; Tue, 19 Oct 1999 11:37:27 +0200 Received: by RETINA with Internet Mail Service (5.0.1459.74) id ; Tue, 19 Oct 1999 11:36:41 +0200 Date: Tue, 19 Oct 1999 11:36:40 +0200 From: Mike Bartlett Subject: TZ problem with MYSQL To: "'freebsd-questions@freebsd.org'" Message-id: <1145CD545D54D211BCEB0060B067AD0614776E@RETINA> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.0.1459.74) Content-type: text/plain; CHARSET=US-ASCII X-MDaemon-Deliver-To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I'm having a problem right now with mysql as you will see in the paste below (should explain everything) mysql> select now() -> ; +---------------------+ | now() | +---------------------+ | 1999-10-19 09:07:57 | +---------------------+ 1 row in set (0.00 sec) bash-2.03# date Tue Oct 19 11:11:18 SAST 1999 The below paste is from the MYSQL manual. If you have a problem with SELECT NOW() returning values in GMT and not your local time, you have to set the TZ environment variable to your current timezone. This should be done for the environment in which the server runs, for example in safe_mysqld or mysql.server. I've added TZ=SAST export SAST to my mysql.server. I've also put those two lines in my mysql.sh in rc.d, but they seem to be having no effect. Any idea what the problem may be here? Regards Mike Bartlett To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 2:49:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ctb-mesg1.saix.net (ctb-mesg1.saix.net [196.25.240.73]) by hub.freebsd.org (Postfix) with ESMTP id EAD891652E for ; Tue, 19 Oct 1999 02:49:14 -0700 (PDT) (envelope-from cataract@eye2eye.net) Received: from saix.net (cbs53-01-p229.wc.saix.net) by ctb-mesg1.saix.net (Sun Internet Mail Server sims.3.5.1999.03.02.17.58.p5) with SMTP id <0FJU001G0GLZM5@ctb-mesg1.saix.net> for FreeBSD-questions@freebsd.org; Tue, 19 Oct 1999 11:49:12 +0200 (SAT) Received: from retina.eye2eye.net [192.168.62.1] by eye2eye.net [127.0.0.1] with SMTP (MDaemon.v2.7.SP0.R) for ; Tue, 19 Oct 1999 11:47:36 +0200 Received: by RETINA with Internet Mail Service (5.0.1459.74) id ; Tue, 19 Oct 1999 11:46:50 +0200 Date: Tue, 19 Oct 1999 11:46:49 +0200 From: Mike Bartlett Subject: RE: Error 550: Relaying denied. To: 'Langa Kentane' , "'FreeBSD-questions@freebsd.org'" Message-id: <1145CD545D54D211BCEB0060B067AD0614776F@RETINA> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.0.1459.74) Content-type: text/plain; CHARSET=US-ASCII X-MDaemon-Deliver-To: FreeBSD-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Langa, Don't know how much of an experienced unix user you are, but I was having similar problems to you and really battled to find support on sendmail. The reason being is that sendmail's config is so cryptic and needs to be handled with M4's etc... etc... so its really difficult to figure out what's going on with sendmail just be looking at the .cf file. On the advice of numerous people I switched across to exim which is so much easier to configure - and it also runs better than sendmail - faster mail throughput, less processor time. So my advice to you is to do what I did: byte the bullet, get rid of sendmail and put exim on. Exim is compatible with sendmail - just ln -s your binary to the old sendmail binary and everything gels nicely. Good luck Mike -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Langa Kentane Sent: Tuesday, October 19, 1999 9:26 AM To: FreeBSD-questions@freebsd.org Subject: Error 550: Relaying denied. Hi I have a small problem with sendmail. I recently installed majordomo on a machine x.sunnet.co.za and added a line in my db.sunnet.co.za : x.sunnet.co.za IN MX x.sunnet.co.za Now when I try to send mail to majordomo@x.sunnet.co.za my mail FreeBSd mail server tells me that relaying is denied. The mx record for the domain is: @ IN MX mail.sunnet.co.za The sendmail that rejected the message is running on mail.sunnet.co.za Please help -- Langa Kentane | Tel: +27 82 928 1952 Manager: Networks Operations | http://www.sunnet.co.za Sunshine Networks | http://langa.za.net __________________________________________________________ Unix, DOS, Windows The good, The bad, and the ugly __________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 3: 0:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jfh00.fernuni-hagen.de (jfh00.fernuni-hagen.de [132.176.7.6]) by hub.freebsd.org (Postfix) with ESMTP id 876C2165A0 for ; Tue, 19 Oct 1999 03:00:45 -0700 (PDT) (envelope-from jfh@jfh00.fernuni-hagen.de) Received: (from jfh@localhost) by jfh00.fernuni-hagen.de (8.9.3/8.9.3) id MAA13366; Tue, 19 Oct 1999 12:00:40 +0200 (CEST) (envelope-from jfh) To: freebsd-questions@FreeBSD.ORG Subject: mkisofs and the bootable cdrom bug From: Fritz Heinrichmeyer Date: 19 Oct 1999 12:00:40 +0200 Message-ID: Lines: 9 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) XEmacs/21.2 (Shinjuku) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Recently i have read a remark that the failure of booting from mkisofs cdroms with some bioses/controllers depends on string termination of the volume string but i forgot where it was ... -- Fritz Heinrichmeyer mailto:fritz.heinrichmeyer@fernuni-hagen.de FernUniversitaet Hagen, LG ES, 58084 Hagen (Germany) tel:+49 2331/987-1166 fax:987-355 http://ES-i2.fernuni-hagen.de/~jfh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 3:36:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from boom.calcasieu.com (boom.calcasieu.com [209.99.46.80]) by hub.freebsd.org (Postfix) with ESMTP id EFD94165FE for ; Tue, 19 Oct 1999 03:36:19 -0700 (PDT) (envelope-from dread@calcasieu.com) Received: from coypu.bb.calcasieu.com (coypu.bb.calcasieu.com [192.168.3.21]) by boom.calcasieu.com (8.9.3/8.9.3) with ESMTP id FAA25431; Tue, 19 Oct 1999 05:34:50 -0500 (CDT) Message-ID: 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: <1145CD545D54D211BCEB0060B067AD0614776E@RETINA> Date: Tue, 19 Oct 1999 05:34:49 -0500 (CDT) Organization: Calcasieu Lumber From: Don Read To: Mike Bartlett Subject: RE: TZ problem with MYSQL Cc: "freebsd-questions@freebsd.org" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 19-Oct-99 Mike Bartlett wrote: > Hi all, > I'm having a problem right now with mysql as you will see in the paste > below (should explain everything) > mysql> select now() > -> ; > +---------------------+ >| now() | > +---------------------+ >| 1999-10-19 09:07:57 | > +---------------------+ > 1 row in set (0.00 sec) > > bash-2.03# date > Tue Oct 19 11:11:18 SAST 1999 > > The below paste is from the MYSQL manual. > If you have a problem with SELECT NOW() returning values in GMT and not > your local time, you have to set the TZ environment variable to your > current timezone. This should be done for the environment in which the > server runs, for example in safe_mysqld or mysql.server. > > I've added TZ=SAST export SAST to my mysql.server. I've also put those > two lines in my mysql.sh in rc.d, but they seem to be having no effect. > Any idea what the problem may be here? add in /usr/local/etc/rc.d/mysqld.sh : TZ="CDT6CST"; export TZ Regards, --- Don Read dread@calcasieu.com EDP Manager dread@texas.net Calcasieu Lumber Co. Austin TX -- Y2K 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 Tue Oct 19 4: 8:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from home.ab.net.tw (home.ab.net.tw [210.66.66.2]) by hub.freebsd.org (Postfix) with ESMTP id 62332166F0; Tue, 19 Oct 1999 04:08:28 -0700 (PDT) (envelope-from ) Received: from pc01 ([203.75.102.224]) by home.ab.net.tw (8.8.7/8.8.7) with SMTP id QAA16859; Tue, 19 Oct 1999 16:12:12 +0800 To: bang@mail.bang.com.tw From: Hi-Life¥Í¬¡¸ê°Tºô@home.ab.net.tw Subject: ±z¦n¡G Date: Tue, 19 Oct 1999 16:36:58 +0800 Message-Id: <36452.692347222218800.10143@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ¾_¨a¡I»¬¨a¡I ¦ù¥X±zÂù¤â¡E¤j®aÀ°À°¦£--±Ï´©¦æ°Ê»Ý­n±z Hi-Life¥Í¬¡¸ê°Tºô¬°´©§U¦¹¦¸¾_¨a¡A¯S»P§õ®õ²»¥ý¥Í¦X§@µo¦æ»¬¨aCD¡A ¦Ó«á©Ò±o±N²¾§@921¤j¦a¾_­««Ø°òª÷¡C CD¼Ö¦±¥Ñ§õ®õ²»¥ý¥Í§@¦±¡A¦Ó¥Ø«e¤½¶}¼x¨Dºqµü¡AºI¤î¤é´Á¦Ü88¦~10¤ë20¤é ¦p¦³¿³½ì°Ñ»PªÌ¡A½Ð±N±zªº³Ð§@µü E-Mail:lee-tai-hsiang@mail.art-corridor.com.tw ©ÎªÌ¶Ç¯u04-2528407 ¡» ºô¸ô¥þ¥Á¶}Á¿ ¡X¥»¶g¥DÃD¡GªÀ·|°ÝÃD¡A¼h¥X¤£½a http://www.art-corridor.com.tw/chatgo/index.htm ¡» ¼ö½u°Q½×°Ï ¡X¥»¶g¥DÃD¡G¹ª»R¥xÆW¡E¨«¥X´d¶Ë http://www.art-corridor.com.tw/board/index.htm ¡»Hi-Life¥Í¬¡¸ê°Tºô http://www.bang.com.tw/week.htm ¡»¤Ñ¡B¦a¡B¤H¤T³¡¦±¡A¥¿©Û¶Ò¤G³¡¦±¤¤ http://www.art-corridor.com.tw/tain-di-ren/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 4:18:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f296.hotmail.com [207.82.251.187]) by hub.freebsd.org (Postfix) with SMTP id 1B0651674D for ; Tue, 19 Oct 1999 04:18:26 -0700 (PDT) (envelope-from e_tie@hotmail.com) Received: (qmail 38093 invoked by uid 0); 19 Oct 1999 11:18:26 -0000 Message-ID: <19991019111826.38092.qmail@hotmail.com> Received: from 198.179.163.142 by www.hotmail.com with HTTP; Tue, 19 Oct 1999 04:18:26 PDT X-Originating-IP: [198.179.163.142] From: "E TiE" To: freebsd-questions@freebsd.org Subject: Optimising XFree86 Date: Tue, 19 Oct 1999 11:18:26 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recently installed FreeBSD 3.3 on a Pentium 120Mhz machine w/ 40 megs RAM and a 128MB swap partition. My problem is that X Window runs unbearably slow on it -- redraws are particularly slow. I've since been searching everywhere for information on how to optimize X Window but nothing (except for upping the proc priority) has turned up. Does anyone have any pointers/info to share? Thanks. PS: The computer has a Matrox Millennium G200 8MB graphics card. ______________________________________________________ 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 Tue Oct 19 5:52:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nile.intac.com (nile.intac.com [198.6.114.2]) by hub.freebsd.org (Postfix) with ESMTP id A0C4815CE7 for ; Tue, 19 Oct 1999 05:52:18 -0700 (PDT) (envelope-from gkaplan@castle.net) Received: from castle.net (parsip-usr-149.intac.com [199.173.8.220]) by nile.intac.com (8.9.3/8.9.3/ktb) with ESMTP id IAA25907 for ; Tue, 19 Oct 1999 08:52:17 -0400 (EDT) Message-ID: <380C68EE.B2A05973@castle.net> Date: Tue, 19 Oct 1999 08:49:51 -0400 From: gkaplan X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: Questions Subject: reported disk speed Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The reported rpm from the command #disklable wd1 is 3600. The disk in question is supposed to be 7200 rmp. Is the reported value a true or at least an approximate value? Is this a settable value, that is can the # user set this value to control hardware? (or is it just cosmetic ? ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 6: 1: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from es-i2.fernuni-hagen.de (ES-i2.fernuni-hagen.de [132.176.7.81]) by hub.freebsd.org (Postfix) with ESMTP id EC3F216EA5 for ; Tue, 19 Oct 1999 06:01:02 -0700 (PDT) (envelope-from fritz.heinrichmeyer@fernuni-hagen.de) Received: from fernuni-hagen.de (jfh00.fernuni-hagen.de [132.176.7.6]) by es-i2.fernuni-hagen.de (8.9.3/8.9.3) with ESMTP id PAA25028; Tue, 19 Oct 1999 15:00:57 +0200 (CEST) (envelope-from fritz.heinrichmeyer@fernuni-hagen.de) Message-ID: <380C6B8C.42A77CF5@fernuni-hagen.de> Date: Tue, 19 Oct 1999 15:01:00 +0200 From: "F. Heinrichmeyer" Organization: FernUni in Hagen X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: German/Germany, de-DE, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: RE: mkisofs and the bootable cdrom bug Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I found it, it was from the freebsd-stable list from october 1: The problem, which was resolved this evening, seems to be that mkisofs space-pads the copyright text in the boot catalog. If you have no copyright text (like eg. the 3.2 image), it's all-0 and boots properly on most systems. -- Fritz Heinrichmeyer mailto:fritz.heinrichmeyer@fernuni-hagen.de FernUniversitaet Hagen, LG ES, 58084 Hagen (Germany) tel:+49 2331/987-1166 fax:987-355 http://ES-i2.fernuni-hagen.de/~jfh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 6:40:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cornflake.nickelkid.com (cornflake.nickelkid.com [216.116.135.26]) by hub.freebsd.org (Postfix) with ESMTP id 0141A1701F for ; Tue, 19 Oct 1999 06:40:35 -0700 (PDT) (envelope-from jooji@cornflake.nickelkid.com) Received: from localhost (jooji@localhost) by cornflake.nickelkid.com (8.9.3/8.9.3) with ESMTP id JAA09021; Tue, 19 Oct 1999 09:40:32 -0400 (EDT) (envelope-from jooji@cornflake.nickelkid.com) Date: Tue, 19 Oct 1999 09:40:32 -0400 (EDT) From: "Jasper O'Malley" To: Langa Kentane Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: Error 550: Relaying denied. In-Reply-To: <380C1D00.3B01E17E@earthling.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Oct 1999, Langa Kentane wrote: > Hi > I have a small problem with sendmail. I recently installed majordomo on > a machine x.sunnet.co.za and added a line in my db.sunnet.co.za : > x.sunnet.co.za IN MX x.sunnet.co.za This is probably an oversight, but you do have periods on the ends of those hostnames in the actual BIND zone files, right? You really don't need a MX record for a host, though, unless you're redirecting mail sent to the host to another host for processing. > Now when I try to send mail to majordomo@x.sunnet.co.za my mail FreeBSd > mail server tells me that relaying is denied. Where are you sending the mail from? The 550 Relaying Denied error message occurs when a sendmail daemon receives a request to send mail TO a host it is not configured to relay TO, FROM a host it is not configured to relay FROM. In other words: 1) The recipient must be a local user (on the machine on which the sendmail process is running), or must be a user on a host (or in a domain) specified in the /etc/mail/relay-domains file, OR 2) The sender must be a local user (on the machine on which the sendmail process is running), or must be a user on a host (or in a domain) specified in the /etc/mail/relay-domains file. This changes a bit if you use the AccessDB feature, but most people don't. Cheers, Mick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 7:17:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from barrow.uwaterloo.ca (barrow.uwaterloo.ca [129.97.140.32]) by hub.freebsd.org (Postfix) with ESMTP id A75EA171DE for ; Tue, 19 Oct 1999 07:17:36 -0700 (PDT) (envelope-from acheng@barrow.uwaterloo.ca) Received: from localhost (acheng@localhost) by barrow.uwaterloo.ca (8.8.8/8.8.8) with SMTP id KAA11159 for ; Tue, 19 Oct 1999 10:17:33 -0400 (EDT) Date: Tue, 19 Oct 1999 10:17:33 -0400 (EDT) From: Ada To: freebsd-questions@FreeBSD.ORG Subject: Setting up SB PCI 128 under 3.1 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 trying to help a friend set up her sound card under 3.1. We have tried Luigi's driver but upon reboot we get (in dmesg) pcm0 not found. The lines that we add to the GENERIC file are device pcm0 at isa? port ? tty irq ? drq ? flags 0x0 device pca0 at isa? port "IO_TIMER1" tty I have read somewhere about the ensoniq driver. Do we have to use that instead? Is this driver available in 3.1? I looked at the LINT file and didn't see `device es1' in there. Many thanks. Ada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 7:21:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from barrow.uwaterloo.ca (barrow.uwaterloo.ca [129.97.140.32]) by hub.freebsd.org (Postfix) with ESMTP id 1F714171ED for ; Tue, 19 Oct 1999 07:21:09 -0700 (PDT) (envelope-from acheng@barrow.uwaterloo.ca) Received: from localhost (acheng@localhost) by barrow.uwaterloo.ca (8.8.8/8.8.8) with SMTP id KAA24261 for ; Tue, 19 Oct 1999 10:21:09 -0400 (EDT) Date: Tue, 19 Oct 1999 10:21:08 -0400 (EDT) From: Ada To: freebsd-questions@FreeBSD.ORG Subject: A little addition to my previous post regarding configuring SB PCI 128 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 again, Forgot to mention that they did find pca0: PC speaker audio driver. Thanks. Ada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 7:21:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by hub.freebsd.org (Postfix) with ESMTP id 6D94E171FC for ; Tue, 19 Oct 1999 07:21:31 -0700 (PDT) (envelope-from zzhang@cs.binghamton.edu) Received: from sol.cs.binghamton.edu (cs1-gw.cs.binghamton.edu [128.226.171.72]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with SMTP id KAA24846; Tue, 19 Oct 1999 10:18:09 -0400 (EDT) Date: Tue, 19 Oct 1999 09:15:24 -0400 (EDT) From: Zhihui Zhang To: "Ronald F. Guilmette" Cc: "Jason C. Wells" , FreeBSD-questions Subject: Re: Stupid file system tricks. In-Reply-To: <16407.940325355@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 Tue, 19 Oct 1999, Ronald F. Guilmette wrote: > > In message n.edu>, you wrote: > > >On Mon, 18 Oct 1999, Ronald F. Guilmette wrote: > > > >> > >>Dumb question #1: > >> > >> Why can't I mount a single physical (ufs) file system in two different > >> (logical) places at once? > > > >Because that is not how the system was programmed. > > Could you prehaps rephrase that answer into simpler and less technical terms? If I remember it correctly, there is a flag or field associated with the mount point. If this flag is set (or the field is not NULL), the kernel refuses to mount it for a second time. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 7:25:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from houston.matchlogic.com (houston.matchlogic.com [205.216.147.127]) by hub.freebsd.org (Postfix) with ESMTP id D52F817224 for ; Tue, 19 Oct 1999 07:25:40 -0700 (PDT) (envelope-from crandall@matchlogic.com) Received: by houston.matchlogic.com with Internet Mail Service (5.5.2448.0) id <43SC5NW0>; Tue, 19 Oct 1999 08:25:39 -0600 Message-ID: <64003B21ECCAD11185C500805F31EC0303E73E0E@houston.matchlogic.com> From: Charles Randall To: "Ronald F. Guilmette" , freebsd-questions@freebsd.org Cc: Tony Finch Subject: RE: Stupid file system tricks. Date: Tue, 19 Oct 1999 08:25:34 -0600 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 Tony finch posted a set of patches to 3.3-RC to support this. See the thread in freebsd-hackers named "mounting a partition more than once". -Charles -----Original Message----- From: Ronald F. Guilmette [mailto:rfg@monkeys.com] Sent: Monday, October 18, 1999 8:59 PM To: freebsd-questions@freebsd.org Subject: Stupid file system tricks. Dumb question #1: Why can't I mount a single physical (ufs) file system in two different (logical) places at once? Dumb question #2: Given that I can't mount a (ufs) filesystem in two different places at once (perhaps because that would create some problem with synchronizing any writes to the filesystem and/or some problems with keeping in-core buffers always synched with what's on disk), why can't I at least mount a given filesystem *READ ONLY* in two different places at once? I tried it both ways, and either way, I just get: mount Device busy P.S. Please don't tell me to just use symlinks. Unless I'm mistaken, those may not work right if they point to a place outside of the specific directory tree that you have jsut chroot'ed to. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 7:31:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from saul.netgates.co.uk (saul.netgates.co.uk [194.105.64.199]) by hub.freebsd.org (Postfix) with ESMTP id AE72B17261 for ; Tue, 19 Oct 1999 07:31:33 -0700 (PDT) (envelope-from didds@freenet.uk.com) Received: from freenet.uk.com (localhost [127.0.0.1]) by saul.netgates.co.uk (8.9.3/8.9.3) with ESMTP id PAA09426 for ; Tue, 19 Oct 1999 15:31:28 +0100 (BST) (envelope-from didds@freenet.uk.com) Message-ID: <380C80C0.1233ACC@freenet.uk.com> Date: Tue, 19 Oct 1999 15:31:28 +0100 From: Ian Diddams X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Subject: NIS server selection Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We will shortkly have the scenario of one NIS master and two or three NIS slaves. Due to various rasons we want to ensure the slaves are used by clients in preference to the master server which we basically want to use to merely update the slaves. Is there any way I can stipulate clients to use various slaves rather than the master? In Solaris ypinit has a -c option to create such an ordered list of NIS servers to use , but FreeBSD does not support this feature. -- Didds To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 7:43:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (mail-buffalo-usa.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 9E001172CD for ; Tue, 19 Oct 1999 07:43:09 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2650.21) id ; Tue, 19 Oct 1999 10:43:09 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105D0D@site2s1> From: Christopher Michaels To: 'me++' Cc: freebsd-questions@freebsd.org Subject: RE: quota not working properly Date: Tue, 19 Oct 1999 10:46:16 -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 Well, it should effect /usr/home, it should effect everything on the /usr partition. Try running quotacheck -v and see if that straightens it out. -Chris > -----Original Message----- > From: me++ [SMTP:notme@lvdi.net] > Sent: Monday, October 18, 1999 6:49 PM > To: Christopher Michaels > Cc: freebsd-questions@freebsd.org > Subject: Re: quota not working properly > > Ended up it is the space. When I read it from the page, > I though there was one... :) > But now there seems to be another problem. I have > quota installed for /usr, does that effect the user's > quota for /usr/home? (I was expecting it to, but it didn't > appear so when I set it up on my server.) > When I do a quota -v username as root, I can see the limit, > but it doesn't show me the amount used even after exceeding > the quota limit. > > Once again, thanks a lot to all of you who helped! :) > > Frankie > > Christopher Michaels wrote: > > > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 7:45:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imsp073.netvigator.com (imsp073.netvigator.com [205.252.144.130]) by hub.freebsd.org (Postfix) with ESMTP id CD399172F3 for ; Tue, 19 Oct 1999 07:45:12 -0700 (PDT) (envelope-from ethanol@netvigator.com) Received: from ethanol (bbig023248.netvigator.com [203.198.4.248]) by imsp073.netvigator.com (8.9.3/8.9.1) with SMTP id WAA07005 for ; Tue, 19 Oct 1999 22:45:10 +0800 (HKT) Message-ID: <001001bf1a40$a3681640$cd720a0a@ethanol> From: "Ethanol Yip" To: Subject: "Command not found" Date: Tue, 19 Oct 1999 22:45:50 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000D_01BF1A83.B115D820" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000D_01BF1A83.B115D820 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable Dear Sir, I am new to FreeBSD. =20 During my first logon after re-installing the FreeBSD, I = executed the command sysinstall in /stand but failed, with a message = "command not found". Similarly, after my successful compilation of my C = source, the same message appeared when I executed the file a.out or any = executables created by ( cc -o executable source). =20 In both cases, I can "see" the executables and list them = by ls. =20 Is there something wrong with the FreeBSD or my working = environment? =20 Ethanol =20 =20 ------=_NextPart_000_000D_01BF1A83.B115D820 Content-Type: text/html; charset="big5" Content-Transfer-Encoding: quoted-printable
 
Dear Sir,
 
          &nbs= p;    =20 I am new to FreeBSD.
 
 
         &nb= sp;     =20 During my first logon after re-installing the FreeBSD, I executed the = command=20 sysinstall in /stand but failed, with a message "command not = found".=20 Similarly, after my successful compilation of my C source, the same = message=20 appeared when I executed the file a.out or any executables created by ( = cc -o=20 executable source).
         &nb= sp;     =20 In both cases, I can "see" the executables and list them by=20 ls.
 
         &nb= sp;     =20 Is there something wrong with the FreeBSD or my working=20 environment?
 
Ethanol
 
 
 
 
------=_NextPart_000_000D_01BF1A83.B115D820-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 7:47:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fanf.noc.demon.net (fanf.noc.demon.net [195.11.55.83]) by hub.freebsd.org (Postfix) with ESMTP id C5925172E1 for ; Tue, 19 Oct 1999 07:47:19 -0700 (PDT) (envelope-from fanf@demon.net) Received: from fanf by fanf.noc.demon.net with local (Exim 3.02 #13) id 11daWT-000GCv-00; Tue, 19 Oct 1999 15:45:57 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Tony Finch To: Charles Randall Cc: "Ronald F. Guilmette" , freebsd-questions@freebsd.org, Tony Finch Subject: RE: Stupid file system tricks. In-Reply-To: <64003B21ECCAD11185C500805F31EC0303E73E0E@houston.matchlogic.com> References: <64003B21ECCAD11185C500805F31EC0303E73E0E@houston.matchlogic.com> X-Mailer: VM 6.34 under Emacs 19.34.1 Message-Id: Date: Tue, 19 Oct 1999 15:45:57 +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Charles Randall wrote: > Tony finch posted a set of patches to 3.3-RC to support this. See the thread > in freebsd-hackers named "mounting a partition more than once". Don't use those patches! They are a work-in-progress and various checks that prevent the sysadmin from accidentally getting shot in the foot have been stripped out without suitable replacements being added. nullfs would be great for this situation if it worked. Tony. -- let it be dot at To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 8:20:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from metis.salford.ac.uk (metis.salford.ac.uk [146.87.232.15]) by hub.freebsd.org (Postfix) with SMTP id 4C5941740D for ; Tue, 19 Oct 1999 08:20:36 -0700 (PDT) (envelope-from M.S.Powell@salford.ac.uk) Received: (qmail 8735 invoked by alias); 19 Oct 1999 15:20:36 -0000 Received: (qmail 8729 invoked from network); 19 Oct 1999 15:20:36 -0000 Received: from plato.salford.ac.uk (146.87.255.76) by metis.salford.ac.uk with SMTP; 19 Oct 1999 15:20:36 -0000 Received: (qmail 64517 invoked by uid 141); 19 Oct 1999 15:20:35 -0000 Date: Tue, 19 Oct 1999 16:20:35 +0100 (BST) From: Mark Powell X-Sender: mark@localhost To: freebsd-questions@freebsd.org Subject: How to fix cant load /kernel ???? Also soft updates fs corruption. 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, One thing I've never quite understood is the FBSD boot process. I've looked at docs read the man page, but never quite got it. I've got machines to boot that wouldn't with: $ disklabel -B -b boot1 -s boot2 da0 $ disklabel -B -b boot1 -s boot2 da0a $ disklabel -B -b boot1 -s boot2 da0s1a Or some combination thereof. Now we have two web cache machines both setup exactly the same. They have a "dangerously dedicated" boot disk which has a root partition and swap inside it. One machine paniced (bad memory) and the root fs was corrupted. In the past I had the soft update flag on in the root fs, but heard about possible soft updates problems and took the option out of the kernel (3.2-STABLE.) The root was mounted async. I noticed the fsck mentioning something about SOFT_UPDATE whilst it was fixing, but eventually complained of a missing inode and wouldn't go any further. Did having the fs mounted async, but the soft updates flag still set confuse fsck? This is the 1st time I've ever had a corrupted fs and I've had many, many reboots on async fs. Anyhow. I booted to a fixit floppy and did a newfs on the fs. Then nfs mounted the other machine's root fs and cpio'ed everything over. Changed hostname and IP address and rebooted. Complains it "cant boot /kernel". I though maybe the newfs had wiped bootblocks due to it being in a "dangerously dedicated" partition. I booted back into fixit and did my above trio of disklabel commands. Rebooted, but to no avail. From the boot prompt I can "load /boot/loader" which seems to load the thing I'm already in. I can "ls" and see the root fs, kernel, everything. But I can't get the kernel to boot. What has happened here that stops it booting? Many thanks. At last I may get closer to understanding what goes on here. Cheers. disk1s1a> load kernel dont know how to load module /kernel disk1s1a> Mark Powell - UNIX System Administrator - Clifford Whitworth Building A.I.S., University of Salford, Salford, Manchester, UK. Tel: +44 161 295 5936 Fax: +44 161 295 5888 www.pgp.com for PGP key M.S.Powell@ais.salfrd.ac.uk (spell salford correctly to reply to me) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 8:37:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ccl.kwangwoon.ac.kr (ccl.kwangwoon.ac.kr [128.134.56.52]) by hub.freebsd.org (Postfix) with ESMTP id AADD5174B5 for ; Tue, 19 Oct 1999 08:37:12 -0700 (PDT) (envelope-from byungh@ccl.kwangwoon.ac.kr) Received: from coco7 (coco7.kwangwoon.ac.kr [128.134.56.105]) by ccl.kwangwoon.ac.kr (8.9.3/8.9.3) with SMTP id CAA15950 for ; Wed, 20 Oct 1999 02:23:30 +0900 (KST) (envelope-from byungh@ccl.kwangwoon.ac.kr) Message-ID: <002101bf1a47$edbd9c90$69388680@kwangwoon.ac.kr> From: "Song Byung Hun" To: Subject: HOWTO kernel setup for Quickcam ?? Date: Wed, 20 Oct 1999 00:38:01 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello HOWTO kernel setup for Quickcam ?? I have one Color quickcam My OS is FreeBSD 3.2 I know that FreeBSD( 3.2 later) have source of quickcam Namely, quickcam source is embeded But, I don't know About Kernel 'Option/Device' What is device name of quickcam on FreeBSD 3.2 ? is it qcam0 ?? (maybe not) Waiting for Your reply Thank you Song _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ Song Byung Hun Department of Electronics and Communications Engineering, Kwangwoon University 447-1 Wolgye-dong Nowon-gu Seoul,139-701 Korea TEL : 82-2-940-5134 FAX : 82-2-919-3218 E-mail: byungh@adams.kwangwoon.ac.kr URL : http://adams.kwangwoon.ac.kr/~byungh/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 8:37:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.128.198]) by hub.freebsd.org (Postfix) with ESMTP id 68615174B1 for ; Tue, 19 Oct 1999 08:37:09 -0700 (PDT) (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (picasso.transbay.net [209.133.53.6]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id QAA57841; Tue, 19 Oct 1999 16:37:07 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost.lan.Awfulhak.org [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id IAA05800; Tue, 19 Oct 1999 08:39:00 -0700 (MST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <199910191539.IAA05800@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.0 09/18/1999 To: Huidae Cho Cc: freebsd-questions@FreeBSD.ORG, brian@hak.lan.Awfulhak.org Subject: Re: ppp.conf problem Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 19 Oct 1999 08:39:00 -0700 From: Brian Somers 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 I'd hazard a guess that you've got ``defaultrouter'' set in /etc/rc.conf. Have you tried looking in /var/log/ppp.log ? -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 8:51:26 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 400101754F for ; Tue, 19 Oct 1999 08:51:23 -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 UAA84745; Tue, 19 Oct 1999 20:48:11 GMT (envelope-from jcwells@u.washington.edu) X-Authentication-Warning: s8-37-26.student.washington.edu: jcw owned process doing -bs Date: Tue, 19 Oct 1999 20:48:11 +0000 (GMT) From: "Jason C. Wells" X-Sender: jcw@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: Edirol Cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel log messages In-Reply-To: <000501bf1a08$fb13c2a0$0300a8c0@anime.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Oct 1999, Edirol wrote: >I've been getting this message logged a few times since I enabled: > >sysctl -w net.inet.tcp.log_in_vain=1 >sysctl -w net.inet.udp.log_in_vain=1 This says do lots of logging. >Oct 19 03:51:30 schala /kernel.old: Connection attempt to UDP 127.0.0.1:512 >from 127.0.0.1:1310 >Oct 19 03:58:59 schala /kernel.old: Connection attempt to UDP 127.0.0.1:512 >from 127.0.0.1:1319 >Oct 19 04:00:19 schala /kernel.old: Connection attempt to UDP 127.0.0.1:512 >from 127.0.0.1:1383 biff 512/udp comsat #used by mail system to notify users # of new mail received; currently # receives messages only from # processes on the same machine From /etc/services. It looks like biff is trying to tell you something. 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 Tue Oct 19 8:54: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.scc.nl (node1374.a2000.nl [62.108.19.116]) by hub.freebsd.org (Postfix) with ESMTP id 3B0871743B for ; Tue, 19 Oct 1999 08:54:03 -0700 (PDT) (envelope-from freebsd-questions@scc.nl) Received: (from daemon@localhost) by mail.scc.nl (8.9.3/8.9.3) id RAA84525 for questions@FreeBSD.org; Tue, 19 Oct 1999 17:24:47 +0200 (CEST) (envelope-from freebsd-questions@scc.nl) Received: from GATEWAY by dwarf.hq.scc.nl with netnews for questions@FreeBSD.org (questions@FreeBSD.org) To: questions@FreeBSD.org Date: Tue, 19 Oct 1999 17:24:39 +0200 From: Marcel Moolenaar Message-ID: <380C8D37.32AC80FD@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <001001bf1a40$a3681640$cd720a0a@ethanol> Subject: Re: "Command not found" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Ethanol Yip wrote: > During my first logon after re-installing the FreeBSD, > I executed the command sysinstall in /stand but failed, with a message > "command not found". Similarly, after my successful compilation of my > C source, the same message appeared when I executed the file a.out or > any executables created by ( cc -o executable source). > > In both cases, I can "see" the executables and list > them by ls. > > Is there something wrong with the FreeBSD or my > working environment? The current directory is *not* part of the standard search paths and unix in general doesn't search the current directory before trying the search paths. This is unlike DOS for example. To run a binary that is not in the search path, specify it's location. In case of sysinstall, either run /stand/sysinstall or ./sysinstall if the current directory is /stand. HTH, -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 9:18:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from exchange.isgcolumbia.com (exchange.computerland.net [207.1.227.179]) by hub.freebsd.org (Postfix) with ESMTP id 70BF517614 for ; Tue, 19 Oct 1999 09:18:47 -0700 (PDT) (envelope-from bkerr@isgcolumbia.com) Received: by exchange.computerland.net with Internet Mail Service (5.5.2448.0) id ; Tue, 19 Oct 1999 11:15:24 -0500 Message-ID: From: Brian Kerr To: "'freebsd-questions@freebsd.org'" Subject: SCSI problems Date: Tue, 19 Oct 1999 11:15:22 -0500 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 Hello I'm having a problem with a my scsi subsystem. It is a 3.3-Stable box and the hardware is in working order. Everytime a user does something that is hard-drive intensive the machine will essentially hang, it's still pingable and that's about it. These are the errors in the syslog: Oct 14 22:55:56 bigcornoar /kernel: ncr0: queue empty. Oct 14 22:56:27 bigcornoar last message repeated 31 times Oct 14 22:58:28 bigcornoar last message repeated 121 times Oct 14 23:08:29 bigcornoar last message repeated 601 times Oct 14 23:18:30 bigcornoar last message repeated 600 times Oct 14 23:28:31 bigcornoar last message repeated 600 times Oct 14 23:38:32 bigcornoar last message repeated 599 times Oct 14 23:48:33 bigcornoar last message repeated 600 times Oct 14 23:58:34 bigcornoar last message repeated 601 times Oct 15 00:00:00 bigcornoar last message repeated 86 times Oct 15 00:00:01 bigcornoar /kernel: ncr0: queue empty. Following are portions of my kernel configuration... controller ncr0 device da0 Thanks in advance ---------------------------------------------------------------- Brian Kerr - 573.446.8881 x51 Systems Administrator Midamerica/Computerland Internet Services - www.computerland.net The Digital Missourian - www.digmo.com ---------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 9:23: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from timingpdc.timing.com (timingpdc.timing.com [206.168.13.194]) by hub.freebsd.org (Postfix) with ESMTP id 156D617647 for ; Tue, 19 Oct 1999 09:23:00 -0700 (PDT) (envelope-from jhein@timing.com) Received: from taz.timing.com ([206.168.13.210]) by timingpdc.timing.com (Post.Office MTA v3.1.2 release (PO205-101c) ID# 103-49575U100L2S100) with ESMTP id AAA324; Tue, 19 Oct 1999 10:23:46 -0600 Received: (from jhein@localhost) by taz.timing.com (8.8.7/8.8.7) id KAA25261; Tue, 19 Oct 1999 10:22:56 -0600 X-Authentication-Warning: taz.timing.com: jhein set sender to jhein@taz.timing.com using -f MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14348.39648.647194.636566@taz.timing.com> Date: Tue, 19 Oct 1999 10:22:56 -0600 (MDT) From: "John E. Hein" To: "Leland V. Lammert" Cc: questions@freebsd.org Subject: Re: Shell Keyboard Mapping for PC Keyboard? In-Reply-To: <4.2.0.58.19991018183211.00a575d0@mail.inlink.com> References: <4.2.0.58.19991018164324.0097bca0@mail.inlink.com> <4.2.0.58.19991018183211.00a575d0@mail.inlink.com> X-Mailer: VM 6.75 under Emacs 20.3.1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Leland V. Lammert wrote at 18:34 +0100 on Oct 18: > At 12:12 AM 10/19/99 , you wrote: > >Leland V. Lammert wrote at 22:45 -0500 on Oct 18: > > > We are looking at standardizing on FreeBSD for our ISP servers, .. but in > > > testing ran across some weird problems. > > > > > > FreeBSD seems to not support any of the PC keyboard mapping that CSH does > > > on Linux - Home/End/UP-DN Arrow (history buffer), Delete (current char), > > > Backspace (char left), Insert, .. to C. > > > >Linux uses tcsh as its C shell: > > > >linux% ls -alF /bin/*csh > >lrwxrwxrwx 1 root root 4 Mar 6 1999 /bin/csh -> tcsh* > >-rwxr-xr-x 1 root root 262184 Mar 21 1999 /bin/tcsh* > > > >So you've been using tcsh instead of the standard ol' C shell all these > > years. You just didn't know it. > > Hi John! > > Thanks for the response, .. but even when I *invoke* csh on Linux I still > get the up/dn arrows, Of course, that's because when you "invoke" csh, you're invoking tcsh because of the sym link. It's the same thing, and tcsh doesn't care if you invoke it as tcsh or as csh. There is no separate csh under linux (at least not RH). FreeBSD, however, has a more standard csh (as well as the option of tcsh from the ports). Same deal, incidentally, with sh/bash - RH Linux uses a sym link from sh -> bash; it has no basic Bourne shell. bash, however, DOES care if you invoke it as sh or bash. It does some different things based on whether arg 0 is sh or bash (see man page). > and even tcsh doesn't give extended functions like > home/end - any ideas there? I don't think tcsh attaches any functionality to home/end out of the box (in linux or otherwise - perhaps your linux distribution does something to tailor the tcsh key mappings that mine doesn't), but you can map those keys to whatever functions you want (man tcsh for more - see 'bindkey') yourself. p.s. Please CC the list rather than only emailing me directly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 9:24:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from socrates.i-pi.com (Socrates.i-pi.com [198.49.217.5]) by hub.freebsd.org (Postfix) with ESMTP id 35F6517686 for ; Tue, 19 Oct 1999 09:24:49 -0700 (PDT) (envelope-from ingham@socrates.i-pi.com) Received: (from ingham@localhost) by socrates.i-pi.com (8.9.3/8.9.3) id KAA00539 for freebsd-questions@freebsd.org; Tue, 19 Oct 1999 10:23:47 -0600 (MDT) (envelope-from ingham) Date: Tue, 19 Oct 1999 10:23:47 -0600 From: Kenneth Ingham To: freebsd-questions@freebsd.org Subject: Sound on a Thinkpad 1720i Message-ID: <19991019102347.A518@socrates.i-pi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have an IBM i series 1720i Thinkpad running 3.3-STABLE #7. I decided that I would like the sound to work. This laptop has a Crystal CS4232. Looking in the docs, it looked like pcm0 would be the easiest to use (and I had tried with no success to use snd0). Here are the relevant lines from a boot: ... try to identify the yamaha pcm0 at 0x530 irq 5 drq 1 flags 0xa213 on isa mss_attach 0 at 0x530 irq 5 dma 1:3 flags 0xa213 Here's the config line from the kernel config file: device pcm0 at isa? port ? tty irq 5 drq 1 flags 0x13 The BIOS config lists the following: SB 220-22F WSS 530-538 Adlib 388-38F MPU 330-331 CTRL 120-121 DMA A 1 DMA B 3 IRQ 5 Trying snd1 leads to the message: pcm1: unit not configured, perhaps you want pcm0 ? Trying snd0 (cat file.au >/dev/audio) leads to it just sitting there (no sound out). When I give up and interrupt the cat, I get tsleep returns 4 The volume control is up; beeps work fine. Any suggestions? Kenneth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 9:36:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resolver.wilcom.com (resolver.wilcom.com [169.206.12.8]) by hub.freebsd.org (Postfix) with ESMTP id EB83B17692 for ; Tue, 19 Oct 1999 09:36:43 -0700 (PDT) (envelope-from akasit.sriprathum@wilcom.com) Received: from wcghoue003.wilex.wilcom.com (wcghoue003.wilcom.com [169.206.239.199]) by resolver.wilcom.com (8.9.1/8.9.1) with ESMTP id LAA16975 for ; Tue, 19 Oct 1999 11:36:54 -0500 (CDT) Received: by wcghoue003.wilcom.com with Internet Mail Service (5.5.2448.0) id <47801G3F>; Tue, 19 Oct 1999 11:38:52 -0500 Message-ID: <3F32ABD0F070D311A90800805FEAD303776997@WCGTULE102.wiltec.twc.com> From: "Sriprathum, Akasit" To: "'freebsd-questions@FreeBSD.ORG'" Subject: Network card configuration problem Date: Tue, 19 Oct 1999 11:41:56 -0500 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 I try to configure ATM adapter card as following > ifconfig en0 en0: flags=941 mtu 9180 inet 10.100.100.101 netmask 0xfffffffc I have a question how I can cancel PROMISCUOUS mode? Akasit Sriprathum Network Engineer Network Architecture, Williams Communications Tel (918) 573-6496, Fax (918) 573-1151 Email akasit@labrats.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 9:37: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailbox.reptiles.org (mailbox.reptiles.org [198.96.117.155]) by hub.freebsd.org (Postfix) with SMTP id D4F2117692 for ; Tue, 19 Oct 1999 09:36:57 -0700 (PDT) (envelope-from jim@reptiles.org) Received: from localhost (988 bytes) by mailbox.reptiles.org via sendmail with P:stdio/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) (ident using unix) id for ; Tue, 19 Oct 1999 12:36:46 -0400 (EDT) (Smail-3.2.0.104 1998-Nov-20 #2 built 1999-Feb-27) Message-Id: From: jim@reptiles.org (Jim Mercer) Subject: Fbsd 3.3, PoPToP, ppp/pppd, MSCHAPv2/MPPE To: questions@freebsd.org Date: Tue, 19 Oct 1999 12:36:46 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 634 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i'm trying to use poptop to allow my win98 machine to do a MS VPN to my freebsd 3.3 server. the logs i'm seeing with both user-ppp and pppd seem to indicate that something is missing. i suspect is has something to do with MSCHAPv2/MPPE. has anyone put a kit together for updating pppd or user-ppp with MSCHAPv2/MPPE? -- [ Jim Mercer Reptilian Research jim@reptiles.org +1 416 410-5633 ] [ The telephone, for those of you who have forgotten, was a commonly used ] [ communications technology in the days before electronic mail. ] [ They're still easy to find in most large cities. -- Nathaniel Borenstein ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 9:58: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law-f285.hotmail.com [209.185.130.224]) by hub.freebsd.org (Postfix) with SMTP id 708CE176D4 for ; Tue, 19 Oct 1999 09:58:01 -0700 (PDT) (envelope-from harry_platypus@hotmail.com) Received: (qmail 1521 invoked by uid 0); 19 Oct 1999 16:58:01 -0000 Message-ID: <19991019165801.1520.qmail@hotmail.com> Received: from 204.68.181.1 by www.hotmail.com with HTTP; Tue, 19 Oct 1999 09:58:01 PDT X-Originating-IP: [204.68.181.1] From: "Harry Platypus" To: questions@freebsd.org Subject: BSD daemon bitmaps for X-Windows? Date: Tue, 19 Oct 1999 09:58:01 PDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there - I'm using AfterStep window manager, and there's nothing quite so aggravating to a FreeBSD user than to see iconified Xterms represented by a damn PENGUIN! Does anyone have a bitmap of the Hosokawa daemon walking or standing, as illustrated on the FBSD CD-ROM? Many thanks, Harry ______________________________________________________ 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 Tue Oct 19 10: 3:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from maine.60north.net (maine.60north.net [198.143.201.10]) by hub.freebsd.org (Postfix) with ESMTP id 200E1176F5 for ; Tue, 19 Oct 1999 10:03:25 -0700 (PDT) (envelope-from ankzt@maine.60north.net) Received: from localhost (ankzt@localhost) by maine.60north.net (8.9.3/8.9.2) with ESMTP id NAA03896 for ; Tue, 19 Oct 1999 13:03:21 -0400 (EDT) (envelope-from ankzt@maine.60north.net) Date: Tue, 19 Oct 1999 13:03:21 -0400 (EDT) From: Bill To: freebsd-questions@freebsd.org Subject: DNS Slave server not answering queries. 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 there, Ill try not to confuse myself to much on the following question. I have set up a slave dns server using bind 8. The machine the slave is on consists of one ethernet card residing on two class c networks via ifconfig alias. host.fict.dom (198.201.102.11) Public net tsoh.fict.dom (192.168.1.11) Both networks are reachable, in and outbound. Zone transfers go smoothly except when I HUP the named proccess bind complains about not being able to delete interface 192.168.1.11.53 ( running named as non root ) i dont see this as a problem since my primary masters are using the same configs and they all work. NSLINT doesnt so much as blink at my configs. Firing up nslookup I get: *** Can't find server name for address 192.168.1.11: No responce from server Default Server: localhost.fict.dom Address: 127.0.0.1 All queries return good using 127.0.0.1. server 198.201.102.11 : all queries good. I double checked the db files on my master, tsoh.fict.dom exists as NS PTR & A records, as well, host.fict.dom exists as NS PTR & A throughout all configs. named.conf configs read like... options { directory "/etc/namedb"; //forwarders { 208.216.228.253; 208.216.229.253; }; multiple-cnames yes; pid-file "/etc/namedb/named.pid"; }; zone "fict.dom" { type slave; file "db.fict"; masters { 192.168.1.10; }; }; zone "0.0.127.IN-ADDR.ARPA" { type master; file "db.127.0.0"; }; zone "1.168.192.in-addr.arpa" { type slave; file "db.192.168.1"; masters { 192.168.1.10; }; }; zone "2.168.192.in-addr.arpa" { type slave; file "db.192.168.2"; masters { 192.168.1.10; }; }; zone "3.168.192.in-addr.arpa" { type slave; file "db.192.168.3"; masters { 192.168.1.10; }; }; zone "253.168.192.in-addr.arpa" { type slave; file "db.192.168.253"; masters { 192.168.1.10; }; }; zone "254.168.192.in-addr.arpa" { type slave; file "db.192.168.254"; masters { 192.168.1.10; }; }; zone "102.201.198.in-addr.arpa" { type slave; file "db.198.201.102"; masters { 192.168.1.10; }; }; zone "223.201.198.in-addr.arpa" { type slave ; file "db.198.201.223"; masters { 192.168.1.10; }; }; zone "." { type hint; file "named.root"; }; Im stumped. The O'Riely gods have forsaken me, help! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 10: 5:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cronus.medianetwork.se (cronus.medianetwork.se [193.14.204.1]) by hub.freebsd.org (Postfix) with ESMTP id 0112617704 for ; Tue, 19 Oct 1999 10:05:10 -0700 (PDT) (envelope-from dl@tyfon.net) Received: from junglenote.com (digital02.medianetwork.se [193.14.204.220]) by cronus.medianetwork.se (8.9.3/8.7) with ESMTP id TAA15917 for ; Tue, 19 Oct 1999 19:05:10 +0200 Received: from enigmatic [127.0.0.1] by junglenote.com [localhost] with SMTP (MDaemon.v2.84.R) for ; Tue, 19 Oct 1999 19:10:18 +0200 Received: by localhost with Microsoft MAPI; Tue, 19 Oct 1999 19:00:14 +0200 Message-ID: <01BF1A64.2D1FE520.dl@tyfon.net> From: Dan Larsson To: "[FreeBSD-Questions-List] (E-post)" Subject: messages log Date: Tue, 19 Oct 1999 19:00:13 +0200 Organization: Network Operations - Tyfon Internet Services X-Mailer: Microsoft Internet-e-post/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Return-Path: dl@tyfon.net Reply-To: dl@tyfon.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I want the messages log (/var/log/messages) to rotate just as the other logs Do I need to create a crontab for this, or how should I configure the system? Regards /D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 10: 6: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from maine.60north.net (maine.60north.net [198.143.201.10]) by hub.freebsd.org (Postfix) with ESMTP id D080C1770D for ; Tue, 19 Oct 1999 10:05:59 -0700 (PDT) (envelope-from ankzt@maine.60north.net) Received: from localhost (ankzt@localhost) by maine.60north.net (8.9.3/8.9.2) with ESMTP id NAA03911; Tue, 19 Oct 1999 13:05:47 -0400 (EDT) (envelope-from ankzt@maine.60north.net) Date: Tue, 19 Oct 1999 13:05:47 -0400 (EDT) From: Bill To: Jim Mercer Cc: questions@FreeBSD.ORG Subject: Re: Fbsd 3.3, PoPToP, ppp/pppd, MSCHAPv2/MPPE 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 Can you show us the logs? Ive been using poptop for months for my organizations vpn needs without a hitch, although I havent actually tried the one from the ports dir. I always grab the source from the moreton bay page & do configure --with-bsdppp. On Tue, 19 Oct 1999, Jim Mercer wrote: > > i'm trying to use poptop to allow my win98 machine to do a MS VPN to my > freebsd 3.3 server. > > the logs i'm seeing with both user-ppp and pppd seem to indicate that > something is missing. > > i suspect is has something to do with MSCHAPv2/MPPE. > > has anyone put a kit together for updating pppd or user-ppp with MSCHAPv2/MPPE? > > -- > [ Jim Mercer Reptilian Research jim@reptiles.org +1 416 410-5633 ] > [ The telephone, for those of you who have forgotten, was a commonly used ] > [ communications technology in the days before electronic mail. ] > [ They're still easy to find in most large cities. -- Nathaniel Borenstein ] > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 10: 6:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from milf18.bus.net (milf18.bus.net [207.41.25.18]) by hub.freebsd.org (Postfix) with ESMTP id CAA541773C for ; Tue, 19 Oct 1999 10:06:42 -0700 (PDT) (envelope-from cao@milf18.bus.net) Received: (from cao@localhost) by milf18.bus.net (8.8.8/8.8.8) id NAA13942; Tue, 19 Oct 1999 13:06:36 -0400 (EDT) (envelope-from cao) Date: Tue, 19 Oct 1999 13:06:36 -0400 From: "Chuck O'Donnell" To: Ben Williams Cc: FreeBSD questions Subject: Re: What does file $X belong to? A way to find out? Message-ID: <19991019130635.C12843@bus.net> References: <3558.991018@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.3i In-Reply-To: <3558.991018@home.com>; from Ben Williams on Mon, Oct 18, 1999 at 01:24:20PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm not sure of the answer to your question regarding finding dependencies to Perl modules, but with regards to the error messages, it looks as if you need the mysql client libraries on your machine. I'm not sure how DBD::mysql was installed without them. The mysql client libraries can be installed from the ports tree (/usr/ports/databases/mysql322-client). That's assuming you don't need to run the mysql server on the new machine, otherwise I guess you need the '-server' port, which also includes the client libs. You'll probably want to reinstall DBD::mysql once you have mysql in place. Good luck. Chuck On Mon, Oct 18, 1999 at 01:24:20PM -0400, Ben Williams wrote: > I am trying to copy/modify a custom POP server written in PERL from > one FreeBSD machine to another and whenever I try to manually telnet to the > POP on the new machine I get an error from the server > > install_driver(mysql) failed: Can't load > '/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/DBD/mysql/mysql.so' > for module DBD::mysql: Shared object "libmysqlclient.so.6.0" not found at > /usr/libdata/perl/5.00503/DynaLoader.pm line 169. > > I could easily enough copy that file (or even the whole sub-dir) into > the correct location but I don't want to end up with 1/2 (or less) of a > package installed on the new machine. How can I find out "what package owns > this file"? Is there a way? It looks to me like possibly the DBD module was > not correctly loaded on the new machine? > > TIA > -- > Ben > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 10:31:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.keycomp.net (www.keycomp.net [207.44.1.33]) by hub.freebsd.org (Postfix) with ESMTP id 1A320177B1; Tue, 19 Oct 1999 10:31:44 -0700 (PDT) (envelope-from billieakay@yahoo.com) Received: from bopper (kc-rmt08.keycomp.net [207.44.1.10]) by www.keycomp.net (8.8.5/SCO5) with SMTP id NAA02580; Tue, 19 Oct 1999 13:38:24 -0400 (EDT) Message-ID: <000a01bf1a57$c486aaa0$0a012ccf@bopper> From: "Bill A. K." To: "FreeBSD Current ML" , "FreeBSD Questions" Subject: Solaris Binaries on FreeBSD Date: Tue, 19 Oct 1999 13:31:22 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I was wondering if we can run Solaris Binaries on our great OS? I've heard that OpenBSD can do it. If FreeBSD will, what do I need to do this? Thanks Bill billieakay@yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 10:33:29 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 1C7651612D for ; Tue, 19 Oct 1999 10:33:22 -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 KAA29076; Tue, 19 Oct 1999 10:34:11 -0700 To: Zhihui Zhang Cc: "Jason C. Wells" , FreeBSD-questions Subject: Re: Stupid file system tricks. In-reply-to: Your message of Tue, 19 Oct 1999 09:15:24 -0400. From: "Ronald F. Guilmette" Date: Tue, 19 Oct 1999 10:34:11 -0700 Message-ID: <29074.940354451@monkeys.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , yo u wrote: >On Tue, 19 Oct 1999, Ronald F. Guilmette wrote: > >> >> In message gto >> n.edu>, you wrote: >> >> >On Mon, 18 Oct 1999, Ronald F. Guilmette wrote: >> > >> >> >> >>Dumb question #1: >> >> >> >> Why can't I mount a single physical (ufs) file system in two different >> >> (logical) places at once? >> > >> >Because that is not how the system was programmed. >> >> Could you prehaps rephrase that answer into simpler and less technical terms >? > >If I remember it correctly, there is a flag or field associated with the >mount point. If this flag is set (or the field is not NULL), the kernel >refuses to mount it for a second time. No offense, but it seems that you failed to get the joke. Just saying ``It doesn't do that because it doesn't do that'' (in one form or another) doesn't really answer the question or why it can't be done. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 10:40: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.criterion.canon.co.uk (mailhost.criterion.canon.co.uk [194.223.249.254]) by hub.freebsd.org (Postfix) with ESMTP id BFA58177CE for ; Tue, 19 Oct 1999 10:39:49 -0700 (PDT) (envelope-from adamn@csl.com) Received: from csl.com (hermes.criterion.canon.co.uk [194.223.249.13]) by mailhost.criterion.canon.co.uk (8.8.8/8.7.3) with ESMTP id SAA05753; Tue, 19 Oct 1999 18:28:42 +0100 (BST) Message-ID: <380CACC2.2800B9CF@csl.com> Date: Tue, 19 Oct 1999 18:39:14 +0100 From: Adam Nealis Organization: Criterion Software, Ltd. X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.0.34 i686) X-Accept-Language: en MIME-Version: 1.0 To: Alfred Perlstein Cc: freebsd-questions Subject: Re: vinum - How long does it take to perform operation X? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry to take so long to get back. Been busy with other things. Alfred Perlstein wrote: > > On Fri, 15 Oct 1999, Adam Nealis wrote: > > > 3.3-STABLE (as per a cvsup and update from 14 October). > > > > Just starting out with vinum, I've read vinum(4) and vinum(8). > > > > I'm trying to create a mirrored volume of 2 x 9GB drives. > > > > These drives are /dev/da1s1e and /dev/da2s1e, and are > > pristine, newfs'd volumes. I don't mount them on boot either, > > ^^^^^^ > > huh? shouldn't the partition type be set to 'vinum' like in > the vinum manpage? Is that vinum(4) or vinum(8)? I can't see anything that mentions /sbin/mount in either of these man pages. As an experiment, I tried changing their type to vinum in /etc/fstab, but mount complained that it couldn't find mount_vinum. I can't seem to find the source in /usr/src either. /etc/fstab: /dev/da1s1e /mnt/mirror0 vinum rw 2 2 /dev/da2s1e /mnt/mirror2 vinum rw 2 2 This is on a 3.3-STABLE box, based on a cvsup and make world done on 14th October. Am I missing something obvious? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 10:43:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tltodd.com (badger.tltodd.com [208.133.92.209]) by hub.freebsd.org (Postfix) with ESMTP id 46F91177E8 for ; Tue, 19 Oct 1999 10:43:22 -0700 (PDT) (envelope-from tlt@tltodd.com) Received: (from tlt@localhost) by tltodd.com (8.9.3/8.9.3) id MAA91174 for freebsd-questions@freebsd.org; Tue, 19 Oct 1999 12:43:13 -0500 (CDT) (envelope-from tlt) Date: Tue, 19 Oct 1999 12:43:13 -0500 (CDT) From: Terry Todd Message-Id: <199910191743.MAA91174@tltodd.com> To: freebsd-questions@freebsd.org Subject: news2mail programs Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can anyone recommend a news2mail program? I have tried Alex Schnitman's but it doesn't seem to work. It compiles but when I try to run it it connects to the news server and then times out without doing anything. I am looking for something that can run on my FreeBSD 3.2 system and will connect to a news server on another system to do a news2mail function. I don't want all the overhead of running inn or cnews. I just want to provide a service for people who only have email access to the internet the ability to receive one or two newsgroups of my choosing. Has anyone had any success with Alex's news2mail on FreeBSD? TIA Terry Todd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 10:45:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailbox.reptiles.org (mailbox.reptiles.org [198.96.117.155]) by hub.freebsd.org (Postfix) with SMTP id 26BD8177F1 for ; Tue, 19 Oct 1999 10:45:30 -0700 (PDT) (envelope-from jim@reptiles.org) Received: from localhost (4136 bytes) by mailbox.reptiles.org via sendmail with P:stdio/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) (ident using unix) id for ; Tue, 19 Oct 1999 13:45:28 -0400 (EDT) (Smail-3.2.0.104 1998-Nov-20 #2 built 1999-Feb-27) Message-Id: From: jim@reptiles.org (Jim Mercer) Subject: Re: Fbsd 3.3, PoPToP, ppp/pppd, MSCHAPv2/MPPE To: ankzt@maine.60north.net (Bill) Date: Tue, 19 Oct 1999 13:45:28 -0400 (EDT) Cc: jim@reptiles.org, questions@FreeBSD.ORG In-Reply-To: from Bill at "Oct 19, 99 01:05:47 pm" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 3571 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > i'm trying to use poptop to allow my win98 machine to do a MS VPN to my > > freebsd 3.3 server. > > > > the logs i'm seeing with both user-ppp and pppd seem to indicate that > > something is missing. > > > > i suspect is has something to do with MSCHAPv2/MPPE. > > Can you show us the logs? Ive been using poptop for months for my > organizations vpn needs without a hitch, although I havent actually tried > the one from the ports dir. I always grab the source from the moreton bay > page & do configure --with-bsdppp. ok, i started fresh, i scooped the tarball frmo moreton bay, did the --with-bsdppp, and here are the results: ok, using the following config, i get an "Error 720" from Win98. Win98 VPN: (checked) Log on to Network (checked) Enable Software compression (checked) Require encrypted password (not checked) Require data encryption (not checked) Record a logfile for this connection (not checked) NetBEUI (not checked) IPX/SPX (checked) TCP/IP (checked) Server Assigned IP address (checked) Server Assigned name server addresses (not checked) Use IP header compression (not checked) Use default gateway on remote network /etc/pptpd.conf: localip 24.114.21.173 remoteip 192.168.66.2-254 /etc/ppp/ppp.conf pptp: set speed sync enable pap enable chap set dns 198.96.117.136 192.75.253.138 accept dns /etc/ppp/chap-secrets: * * "" * /var/log/ppp.log: Oct 19 13:29:23 chuckwalla pptpd[10908]: CTRL: Client 198.96.117.242 control connection started Oct 19 13:29:23 chuckwalla pptpd[10908]: CTRL: Starting call (launching pppd, opening GRE) Oct 19 13:29:23 chuckwalla ppp[10909]: Phase: Using interface: tun1 Oct 19 13:29:23 chuckwalla ppp[10909]: Phase: deflink: Created in closed state Oct 19 13:29:23 chuckwalla ppp[10909]: Phase: PPP Started (direct mode). Oct 19 13:29:23 chuckwalla ppp[10909]: Phase: bundle: Establish Oct 19 13:29:23 chuckwalla ppp[10909]: Phase: deflink: closed -> opening Oct 19 13:29:23 chuckwalla ppp[10909]: Phase: deflink: Connected! Oct 19 13:29:23 chuckwalla ppp[10909]: Phase: deflink: opening -> carrier Oct 19 13:29:23 chuckwalla ppp[10909]: Phase: deflink: carrier -> lcp Oct 19 13:29:23 chuckwalla ppp[10909]: Phase: Unknown protocol 0x7eff (unrecognised protocol) Oct 19 13:29:23 chuckwalla pptpd[10908]: GRE: Bad checksum from pppd. Oct 19 13:29:27 chuckwalla last message repeated 35 times Oct 19 13:29:27 chuckwalla ppp[10909]: Phase: deflink: read (0): Got zero bytes Oct 19 13:29:27 chuckwalla last message repeated 35 times Oct 19 13:29:27 chuckwalla pptpd[10908]: CTRL: Error with select(), quitting Oct 19 13:29:27 chuckwalla ppp[10909]: Phase: deflink: Disconnected! Oct 19 13:29:27 chuckwalla pptpd[10908]: CTRL: Client 198.96.117.242 control connection finished Oct 19 13:29:27 chuckwalla ppp[10909]: Phase: deflink: Connect time: 4 secs: 1091 octets in, 1402 octets out Oct 19 13:29:27 chuckwalla ppp[10909]: Phase: total 623 bytes/sec, peak 757 bytes/sec on Tue Oct 19 13:29:27 1999 Oct 19 13:29:27 chuckwalla ppp[10909]: Phase: deflink: lcp -> closed Oct 19 13:29:27 chuckwalla ppp[10909]: Phase: bundle: Dead Oct 19 13:29:27 chuckwalla ppp[10909]: Phase: PPP Terminated (normal). -- [ Jim Mercer Reptilian Research jim@reptiles.org +1 416 410-5633 ] [ The telephone, for those of you who have forgotten, was a commonly used ] [ communications technology in the days before electronic mail. ] [ They're still easy to find in most large cities. -- Nathaniel Borenstein ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 10:48:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.criterion.canon.co.uk (mailhost.criterion.canon.co.uk [194.223.249.254]) by hub.freebsd.org (Postfix) with ESMTP id 19512177FF for ; Tue, 19 Oct 1999 10:48:07 -0700 (PDT) (envelope-from adamn@csl.com) Received: from csl.com (hermes.criterion.canon.co.uk [194.223.249.13]) by mailhost.criterion.canon.co.uk (8.8.8/8.7.3) with ESMTP id SAA05802; Tue, 19 Oct 1999 18:36:49 +0100 (BST) Message-ID: <380CAEAA.AE9201E1@csl.com> Date: Tue, 19 Oct 1999 18:47:22 +0100 From: Adam Nealis Organization: Criterion Software, Ltd. X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.0.34 i686) X-Accept-Language: en MIME-Version: 1.0 To: Greg Lehey Cc: freebsd-questions Subject: Re: vinum - How long does it take to perform operation X? References: <38075030.7F681CE8@csl.com> <19991017123346.46381@mojave.lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greg Lehey wrote: > > On Friday, 15 October 1999 at 17:02:56 +0100, Adam Nealis wrote: > > 3.3-STABLE (as per a cvsup and update from 14 October). > > > > Just starting out with vinum, I've read vinum(4) and vinum(8). > > > > I'm trying to create a mirrored volume of 2 x 9GB drives. > > > > These drives are /dev/da1s1e and /dev/da2s1e, and are > > pristine, newfs'd volumes. > > You shouldn't be able to newfs a Vinum drive. Vinum requires > partitions of type vinum, newfs requires partitions of type 4.2BSD. Fair enough. The point of mentioning that was to say they had no data on them, and should only need converting to vinum partitions. > > I don't mount them on boot either, as I quickly discovered vinum > > dumps core if you try to operate on mount devices. > > If you get any kind of dump from Vinum, I want to know about it. Would you like me to send you the next vinum.core I get? I didn't mention I was finding it very easy to get panics, and once I got a complete lock up! Meaning I had to power cycle the box to reboot it. I wouldn't be surprised if I'm doing something(s) wrong, but is it really this easy to hang a box using vinum? > > Looking at vinum(8), in "HOW TO SET UP VINUM" section 2, I > > created a config file /etc/vinum.cf containing > > > > drive d1 device /dev/da2e > > drive d2 device /dev/da3e > > volume mirror > > plex org concat > > sd length 10m drive d1 > > plex org concat > > sd length 10m drive d2 > > > > The 10m is just to avoid waiting an age to find out what happens. > > So far, so good. > > > I do > > > > bash 2.03# vinum create -v /etc/vinum.cf > > 1: drive d1 device /dev/da2e > > > > Well, after about 30 minutes, I ^C'd this as nothing more > > had happened. > > You can do this as soon as disk activity stops, typically about 10 > seconds. Indeed, as I discovered later on in the evening I posted this message. > > I decided to clear out any cruft with > > > > bash 2.03# vinum resetconfig > > > > Enter Text -> NO FUTURE > > > > and it's been over an hour and the command doesn't seem to have > > completed. > > That should be just about instantaneous. When I ^C'd that one I got a message saying that the operation had completed. I may have tried it again later, and caused a panic. > > > What's happening? > > Looks like you have a hang. > > > I don't understand why this is taking so long. I'm becoming > > confused! > > I haven't seen this before. What does 'ps lawx' say? Output to a > file and then attach it. > > After that, reboot your machine and try the 'vinum create' again. If > it hangs, I'd like to see the output of 'ps lawx' at that point. I'll try and do this. I'll also figure out how to put in a debug kernel, etc. Adam. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 10:53:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mictlan.sfsu.edu (mictlan.sfsu.edu [130.212.2.110]) by hub.freebsd.org (Postfix) with ESMTP id 8D10317813 for ; Tue, 19 Oct 1999 10:53:28 -0700 (PDT) (envelope-from afarah@mictlan.sfsu.edu) Received: from xolotl.sfsu.edu (xolotl.sfsu.edu [130.212.2.115]) by mictlan.sfsu.edu (8.9.3/8.9.3) with ESMTP id KAA04855 for ; Tue, 19 Oct 1999 10:53:27 -0700 (PDT) Received: from localhost (afarah@localhost) by xolotl.sfsu.edu (8.9.3/8.9.3) with SMTP id KAA11646 for ; Tue, 19 Oct 1999 10:49:21 -0700 (PDT) Date: Tue, 19 Oct 1999 10:49:20 -0700 (PDT) From: Arash Farahmand Reply-To: Arash Farahmand To: questions@FreeBSD.ORG Subject: boot on RAID problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear all, Our machine cannot boot when it is connected to RAID7 via dual ended SCSI, although it can boot when connected to other devices than RAID7. The specifications are: FreeBSD 3.3 RC Dual PIII, 450MHz Adaptec Standard SCSI board If there are any other information that are required, I would gladly provide them. I would greatly appreciate your help. Thanks, Arash To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 10:53:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from manor.msen.com (manor.msen.com [148.59.4.13]) by hub.freebsd.org (Postfix) with ESMTP id C2FF617818 for ; Tue, 19 Oct 1999 10:53:26 -0700 (PDT) (envelope-from wayne@staff.msen.com) Received: from manor.msen.com (LOCALHOST [127.0.0.1]) by manor.msen.com (8.8.8/8.8.8) with ESMTP id NAA01919 for ; Tue, 19 Oct 1999 13:53:25 -0400 (EDT) (envelope-from wayne@manor.msen.com) Message-Id: <199910191753.NAA01919@manor.msen.com> To: freebsd-questions@FreeBSD.ORG Subject: Is it impossible to upgrade FreeBSD systems? From: "Michael R. Wayne" Date: Tue, 19 Oct 1999 13:53:25 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Environment: Machines sitting miles away in colo space. No floppy, CDROM, keyboard, monitor, or console. Just Ethernet and a hard drive. Goal: Binary upgrade from 3.2 to 3.3 RELEASE, from remote site. Problem: All docs state that old versions of sysinstall should not be used but new version of sysinstall is not found on CDROM #1. Attempted solution: NFS mount the CDROM on the target machine, cd to /cdrom/bin and sh install.sh # sh install.sh You are about to extract the base distribution into / - are you SURE you want to do this over your installed system (y/n)? y tar: Could not unlink bin/rcp : Operation not permitted tar: Could not create file bin/rcp : Operation not permitted tar: Could not unlink sbin/init : Operation not permitted tar: Could not create file sbin/init : Text file busy tar: Could not unlink usr/bin/man : Operation not permitted tar: Could not create file usr/bin/man : Operation not permitted tar: Could not unlink usr/lib/libc.so.3 : Operation not permitted tar: Could not create file usr/lib/libc.so.3 : Operation not permitted tar: Could not unlink usr/lib/libc_r.so.3 : Operation not permitted tar: Could not create file usr/lib/libc_r.so.3 : Operation not permitted tar: Could not unlink usr/libexec/mail.local : Operation not permitted tar: Could not create file usr/libexec/mail.local : Operation not permitted tar: Could not unlink usr/libexec/ld-elf.so.1 : Operation not permitted tar: Could not create file usr/libexec/ld-elf.so.1 : Operation not permitted tar: Could not create directory usr/share/examples/etc/defaults : File exists tar: Could not unlink usr/share/examples/etc/defaults/rc.conf : Not a directory tar: Could not create file usr/share/examples/etc/defaults/rc.conf : Not a directory Once this process completes, users can no longer log into the machine (they are prompted for a password but always get "Login incorrect") I figured out that I can do a bunch of chflags noschg commands permitting this to mostly complete. Shouldn't the install script be doing this? Was it really intentional that /usr/bin/man become a file and /usr/share/examples/etc/defaults change from a file to a directory? I can't believe people actually travel to remote locations to shove floppies into servers to upgrade them. So, how DO people upgrade machines? /\/\ \/\/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 11:11:36 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 F1411172EF for ; Tue, 19 Oct 1999 11:11:26 -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 XAA85013; Tue, 19 Oct 1999 23:08:11 GMT (envelope-from jcwells@u.washington.edu) X-Authentication-Warning: s8-37-26.student.washington.edu: jcw owned process doing -bs Date: Tue, 19 Oct 1999 23:08:11 +0000 (GMT) From: "Jason C. Wells" X-Sender: jcw@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: "Ronald F. Guilmette" Cc: Zhihui Zhang , FreeBSD-questions Subject: Re: Stupid file system tricks. In-Reply-To: <29074.940354451@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 Tue, 19 Oct 1999, Ronald F. Guilmette wrote: >No offense, but it seems that you failed to get the joke. > >Just saying ``It doesn't do that because it doesn't do that'' (in one form >or another) doesn't really answer the question or why it can't be done. It cannot be done for precisely that reason. I wasn't being flippant in the slightest. That is the way it is. It is normal. It is by design. It was the work that was done by the people who did the work and they did not proceedeth to four and five was right out. It seems that Mr Zhang tried to add to the discussion. He certainly sounds smarter than me an the issue. No offense, but it seems you failed to get the non-joke. Your question is like asking, "Why doesn't my car put the groceries in the trunk by itself?" The only answer is that it was not desgined to do that. It is something you will have to accept. If you cannot accept it, then write the code. Now if you want a deeper answer as to WHY it isn't designed a certain way, then go read the source code. Some people who reply to questions here are programmers and some are not. The people who are not programmers do not have the capacity to answer the deeper question. The people who are programmers might know but I dare say they aren't likely to put down their email and go read and research source for you to answer your question. Especially when your question is about the normal behavior of the system. Tell programmers about core dumps and they will certainly be interested. OBTW, did you look up the UNION filesystem? The UNION filesystem will give you the behavior you desire. FWIW, you are welcome. 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 Tue Oct 19 11:32:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from king.ukrnet.net (king.ukrnet.net [212.26.128.2]) by hub.freebsd.org (Postfix) with ESMTP id 84262178AA for ; Tue, 19 Oct 1999 11:32:25 -0700 (PDT) (envelope-from gnut@fc.kiev.ua) Received: from fc.kiev.ua (uucp@localhost) by king.ukrnet.net (8.8.8-MVC-221297/8.8.8) with UUCP id VAA16534; Tue, 19 Oct 1999 21:31:00 +0300 Received: from blend.fc.kiev.ua (blend.fc.kiev.ua [192.168.5.17]) by indust.fc.kiev.ua (8.9.2/8.9.2) with ESMTP id VAA08786; Tue, 19 Oct 1999 21:15:11 +0300 (EEST) (envelope-from gnut@fc.kiev.ua) Received: from 10.0.2.15 (indust.fc.kiev.ua [192.168.3.32]) by blend.fc.kiev.ua (8.9.3/8.9.2) with ESMTP id VAA07474; Tue, 19 Oct 1999 21:17:12 +0300 (EEST) (envelope-from gnut@fc.kiev.ua) Date: Tue, 19 Oct 1999 21:22:39 +0200 From: "Oles' Hnatkevych" X-Mailer: The Bat! (v1.34a) S/N 2DFF3905 Reply-To: "Oles' Hnatkevych" Organization: F&C X-Priority: 3 (Normal) Message-ID: <0890.991019@fc.kiev.ua> To: freebsd-questions@freebsd.org Subject: user PPP - both dial and leased multi-link Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello freebsd-questions, Having FreeBSD 3.1 and two offices connected via both leased and dialup line I've come to conclusion that setting up a multi-link with bandwidth/traffic control is not a trivial task. If anyone has done a such task - please let me glance at your ppp configuration files. Or if you can advice me somthing I'll be very grateful. Now I run leases line via -dedicated option to PPP and the dialup gonna be through mgetty. At first just dialup was used, later we made a leased line and now try to use both. The question that will make much for me clear: WHAT makes PPP daemons understand (or at least aware) that they are wanted to establish a multy-link???? If the key word in ppp.conf is "clone link" than how I make the "server side" clone???? I do not have a clear idea how I gonna make this :( Thank you in advance!!! With best wishes, Oles' Hnatkevych, http://gnut.kiev.ua, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 11:33:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id ED86A178AA; Tue, 19 Oct 1999 11:33:43 -0700 (PDT) (envelope-from mwlucas@blackhelicopters.org) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id OAA71321; Tue, 19 Oct 1999 14:33:28 -0400 (EDT) (envelope-from mwlucas) From: Michael Lucas Message-Id: <199910191833.OAA71321@blackhelicopters.org> Subject: Re: Solaris Binaries on FreeBSD In-Reply-To: <000a01bf1a57$c486aaa0$0a012ccf@bopper> from "Bill A. K." at "Oct 19, 1999 1:31:22 pm" To: billieakay@yahoo.com (Bill A. K.) Date: Tue, 19 Oct 1999 14:33:28 -0400 (EDT) Cc: freebsd-current@FreeBSD.ORG, questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (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 Bill, Yes, you can. You will need a copy of the Solaris shared libraries, which are not freely available. Poke around Sun's site for their $10 personal edition of Solaris X86. This will give you the libraries. Then search the freebsd-emulation archives for details on how to make this work. Regards, Michael > Hi, > I was wondering if we can run Solaris Binaries on our great OS? I've > heard that OpenBSD can do it. If FreeBSD will, what do I need to do this? > > Thanks > > Bill > billieakay@yahoo.com > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 11:44: 2 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 127A71790A for ; Tue, 19 Oct 1999 11:43:56 -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 LAA31351; Tue, 19 Oct 1999 11:44:46 -0700 To: "Jason C. Wells" Cc: Zhihui Zhang , FreeBSD-questions Subject: Re: Stupid file system tricks. In-reply-to: Your message of Tue, 19 Oct 1999 23:08:11 -0000. From: "Ronald F. Guilmette" Date: Tue, 19 Oct 1999 11:44:46 -0700 Message-ID: <31349.940358686@monkeys.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , you wrote: >On Tue, 19 Oct 1999, Ronald F. Guilmette wrote: > >>No offense, but it seems that you failed to get the joke. >> >>Just saying ``It doesn't do that because it doesn't do that'' (in one form >>or another) doesn't really answer the question or why it can't be done. > >It cannot be done for precisely that reason. I wasn't being flippant in >the slightest. That is the way it is. It is normal. It is by design. It >was the work that was done by the people who did the work and they did not >proceedeth to four and five was right out. > >It seems that Mr Zhang tried to add to the discussion. He certainly sounds >smarter than me an the issue. No offense, but it seems you failed to get >the non-joke. > >Your question is like asking, "Why doesn't my car put the groceries in the >trunk by itself?" The only answer is that it was not desgined to do that. >It is something you will have to accept. If you cannot accept it, then >write the code. Obviously, it is all a matter of interpretation. I feel like my question was more along the lines of ``Why won't the filesystem allow the creation of files whose names begin with the letter R''? I mean it seems like it _should_ support that. Why not? It supports creation of files whose names begin with A, B, C, D, E, ... so why not `R'? It would indeed be worth remarking on if the filesystem has such an odd and seemingly unnecessary limitation. Likewise in the case of mounting filesystems (in particular, read-only ones) in multiple places. There is no obvious or apparent reason why such a limitation should or must exist. The system obviously _has_ been designed with the capability of mounting filesystems, so why should it refuse to do so more than once? If you were only allowed to mount at most one filesystem on your whole system at any given time, then I would probably not be alone in questioning that seemingly unnecessary limitation. And the thing I'm _actually_ asking about is in the same category, I think. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 11:51:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from phoenix.volant.org (phoenix.volant.org [205.179.79.193]) by hub.freebsd.org (Postfix) with ESMTP id 5036D1794A for ; Tue, 19 Oct 1999 11:51:25 -0700 (PDT) (envelope-from patl@phoenix.volant.org) Received: from asimov.phoenix.volant.org ([205.179.79.65]) by phoenix.volant.org with smtp (Exim 1.92 #8) id 11deM0-00065r-00; Tue, 19 Oct 1999 11:51:24 -0700 Received: from localhost by asimov.phoenix.volant.org (SMI-8.6/SMI-SVR4) id LAA07483; Tue, 19 Oct 1999 11:51:21 -0700 Date: Tue, 19 Oct 1999 11:51:20 -0700 (PDT) From: patl@phoenix.volant.org Reply-To: patl@phoenix.volant.org Subject: Re: Bash prompt (/usr/home/username instead of ~/) To: Arcady Genkin Cc: freebsd-questions@freebsd.org In-Reply-To: <87ln905oew.fsf@main.wgaf.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 18-Oct-99 at 13:38, Arcady Genkin (a.genkin@utoronto.ca) wrote: > patl@phoenix.volant.org writes: > > > > What happens if you put a 'cd' command right after the prompt is set? > > > > Shouldn't that be 'cd .' just in case you aren't in your home directory? > > IMHO, Quite on the contrary. "cd ." would mean change into the current > directory, as opposed to "cd", which means change into home directory > by default... Yes, exactly my point. > In any case, I don't know what the current directory is when starting > bash. [leaves to check] Yep, putting "cd ." results in bash opening up > current directory. As I recall, the goal was to get the initial path components to show up as '~' when appropriate in the prompt; and the 'problem' was that it didn't seem to take effect until after the first 'cd' after setting PS1. The suggestion was to put a 'cd' after the 'PS1=...' in the .bashrc. My point is that you might not be in your home directory when bash is started; and that changing the current directory is likely to be an undesired side-effect. Using 'cd .' should have no side-effects beyond triggering the change in the prompt. -Pat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 12:15:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailout2.nyroc.rr.com (mailout2-0.nyroc.rr.com [24.92.226.121]) by hub.freebsd.org (Postfix) with ESMTP id 2BC8D179F9 for ; Tue, 19 Oct 1999 12:15:54 -0700 (PDT) (envelope-from neubyneu@twcny.rr.com) Received: from smb4 ([24.24.9.235]) by mailout2.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with SMTP id com; Tue, 19 Oct 1999 15:08:33 -0400 Message-ID: <000801bf1a80$20c85840$0400a8c0@cmsnet.net> From: "Michael P. Neuman" To: Cc: Subject: Samba/DNS? Date: Tue, 19 Oct 1999 15:20:17 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BF1A45.72D6AB40" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BF1A45.72D6AB40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have a question. I'm not sure if it is my samba configuration or my = DNS configuration. A friend of mine is running Windoze98 and has samba = server to provide domain logins. People on the internet are also able = to connect to his network by running them command (in Windoze) = \\xatter.dhs.org. =20 I'm trying to create that same type of setup. I'm able to do = \\www.cmsnet.net and it works fine. I'm also able to do = \\ftp.cmsnet.net and that works fine also. Yet, I'm not able to to = \\manlius-1.cmsnet.net from the windoze98 client. It gives the error = "Network Could not be found". If I log onto my Samba server and run the = command smbclient \\\\manlius-1.cmsnet.net, everything works fine! So, = everything works fine using smbclient but doesn't work right with = windows. Why would this be?? Below is my DNS Zone file: @ IN SOA manlius-1.cmsnet.net. root.cmsnet.net. ( 9910181 ; Seria 10800 ; Refresh 3 hours 3600 ; Retry 1 hour 3600000 ; Expire 1000 hours 86400 ) ; Minimum 24 hours IN NS manlius-1.cmsnet.net IN A 24.24.9.235 IN A 192.168.0.1 localhost IN A 127.0.0.1 manlius-1 IN A 192.168.0.1 smb-2 IN A 192.168.0.2 smb-3 IN A 192.168.0.3 smb-4 IN A 192.168.0.4 smb-5 IN A 192.168.0.5 mail IN A 24.24.9.235 www IN A 24.24.9.235 ftp IN CNAME manlius-1 manlius-2 IN NS dhmain.manlius-2.cmsnet.net. dhmain.manlius-2.cmsnet.net. IN A 24.92.246.33 =20 ------=_NextPart_000_0005_01BF1A45.72D6AB40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I have a question.  I'm not sure if it is my = samba=20 configuration or my DNS configuration.  A friend of mine is running = Windoze98 and has  samba server to provide domain logins.  = People on=20 the internet are also able to connect to his network by running them = command (in=20 Windoze) \\xatter.dhs.org.  =
    I'm trying to create that same = type of=20 setup.  I'm able to do \\www.cmsnet.net and it works = fine.  I'm=20 also able to do \\ftp.cmsnet.net = and that=20 works fine also.  Yet, I'm not able to to \\manlius-1.cmsnet.net from = the=20 windoze98 client.  It gives the error "Network Could not be = found". =20 If I log onto my Samba server and run the command smbclient=20 \\\\manlius-1.cmsnet.net, everything works fine!  So, everything = works fine=20 using smbclient  but doesn't work right with windows.  Why = would this=20 be??  Below is my DNS Zone file:
 
@      =20 IN      SOA    =20 manlius-1.cmsnet.net. root.cmsnet.net.=20 (
           &n= bsp;           &nb= sp;       =20 9910181 ;=20 Seria
          &nbs= p;            = ;        =20 10800    ; Refresh 3=20 hours
          &nbs= p;            = ;        =20 3600     ; Retry 1=20 hour
           = ;            =         =20 3600000  ; Expire 1000=20 hours
          &nbs= p;            = ;        =20 86400 )  ; Minimum 24 hours
       =20 IN      NS     =20 manlius-1.cmsnet.net
       =20 IN      A      =20 24.24.9.235
       =20 IN      A      =20 192.168.0.1
localhost IN   =20 A       127.0.0.1
manlius-1      =20 IN      A      =20 192.168.0.1
smb-2   IN     =20 A       192.168.0.2
smb-3   IN     =20 A       192.168.0.3
smb-4   IN     =20 A       192.168.0.4
smb-5   IN     =20 A       192.168.0.5
mail    = IN     =20 A       24.24.9.235
www     = IN     =20 A       24.24.9.235
ftp     = IN     =20 CNAME   manlius-1
manlius-2      =20 IN      NS     =20 dhmain.manlius-2.cmsnet.net.
dhmain.manlius-2.cmsnet.net.   =20 IN      A      =20 24.92.246.33    
------=_NextPart_000_0005_01BF1A45.72D6AB40-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 12:28:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id CD39A17A4A for ; Tue, 19 Oct 1999 12:28:14 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id MAA34091; Tue, 19 Oct 1999 12:27:57 -0700 (PDT) (envelope-from mph) Date: Tue, 19 Oct 1999 12:27:56 -0700 From: Matthew Hunt To: patl@phoenix.volant.org Cc: Arcady Genkin , freebsd-questions@FreeBSD.ORG Subject: Re: Bash prompt (/usr/home/username instead of ~/) Message-ID: <19991019122756.A34003@wopr.caltech.edu> References: <87ln905oew.fsf@main.wgaf.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from patl@phoenix.volant.org on Tue, Oct 19, 1999 at 11:51:20AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Oct 19, 1999 at 11:51:20AM -0700, patl@phoenix.volant.org wrote: > As I recall, the goal was to get the initial path components to show > up as '~' when appropriate in the prompt; and the 'problem' was that > it didn't seem to take effect until after the first 'cd' after setting > PS1. The suggestion was to put a 'cd' after the 'PS1=...' in the .bashrc. > > My point is that you might not be in your home directory when bash is > started; and that changing the current directory is likely to be an > undesired side-effect. Using 'cd .' should have no side-effects beyond > triggering the change in the prompt. But for me, "cd ." doesn't make the prompt work! I assume that I observe the same problem that the original author does: freefall:/d/users/mph$ pwd /d/users/mph freefall:~$ echo $HOME /home/mph freefall:/d/users/mph$ cd . freefall:/d/users/mph$ cd freefall:~$ pwd /home/mph The problem is that bash's initial idea of where you are (from getcwd(3) when it starts?) doesn't match $HOME. When you "cd" (not "cd ."), it changes directory to $HOME, and becomes happy. -- Matthew Hunt * Inertia is a property http://www.pobox.com/~mph/ * of matter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 12:30: 9 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 D677917A4F for ; Tue, 19 Oct 1999 12:30:03 -0700 (PDT) (envelope-from andrsn@ANDRSN.STANFORD.EDU) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id MAA19914; Tue, 19 Oct 1999 12:18:53 -0700 (PDT) Date: Tue, 19 Oct 1999 12:18:53 -0700 (PDT) From: Annelise Anderson To: Jean-Mark Dupoux Cc: freebsd-questions@freebsd.org Subject: Re: Installing from dos problem In-Reply-To: <380C51F9.23440996@dupx.freeserve.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It seems that what you've done should be okay, but only the FreeBSD partition (in dos terms) should be made bootable. It made your second FreeBSD slice the bootable one (or perhaps the dos extended parition) and that didn't work. I don't know why you're wasting 160 megabytes on /. Little happens there (except installation of new kernels and saving of the old ones) and it really doesn't need to be that big. On Tue, 19 Oct 1999, Jean-Mark Dupoux wrote: > Dear Annelise > > I had a good read of your suggestions, and as I expected, there were > slight differences between your advice and the exact install > instructions at the freebsd web site, insofar as recommended sizes of > partitions (I think mostly due to general progress in hardware > available, since the install instructions referred to release 2.2 from > one or 2 years ago) but I am guessing the principle is basically the > same. > > Before re-partitioning again completely, I tried to install again with > the following configuration, to double-check I had done everything > right first time around, and also try out the "S" switch in the slice > labelling editor as you said. It's not in the labelling editor. It's in the partition (slice) editor, although I think you were doing it in the right place. This terminology really is confusing, since FreeBSD uses both its own terminology and the dos terminology. Dos is happiest booting from the first partition, but the following may work. While you redo this stuff, where are you stashing the distributions to install from dos? Or are you resizing and moving? > slice 1 = freebsd 160mb > slice2 = dos-boot partition 160mb > slice 3 = dos-extended partition 850 mb > slice4= freebsd 860mb > > > the freebsd configuration I tried was > on the entire slice 1 > 60mb slice 4 > 20 mb > remainder > > I used the "S" switch on both freebsd slices, and retained the > "minimal" install option for the time being, since this meant I could > get started immediately (without waiting for any more downloads). The > install file set was on D:\freebsd\bin and d:\freebsd\manpages as > per instructions (was on first attempt on drive c:\freebsd\ etc..) > > This time there was a different error message, but it appeared more > or less immediately after hitting "ok" to proceed. > > "error mounting /dev/wd0s3 on /dist : invalid argument (22)" > > followed by > > "user confirmation requested - unable to initialize selected media. > Would you like to adjust your media configuration and try again > YES/NO" > > I took the opportunity at this point to go back into the editing > screens, double-check the options set, and try again, but there was > no difference to the result. > > Without entering into specifics of an "ideal" set-up for a system > with this size drive, is it safe for me to assume at this stage that > more should have happened using the steps I just described than what > actually did? No, you didn't do it quite right, as explained above. The ideal sizes depend on what you intend to do with this machine-- what you're going to run on it. A larger hard drive suggests that you might want to run X or compile stuff, or run some programs simultaneously; when the ram is limited, you'd want more swap. Since /var is primarily used to log stuff (and to hold databases), when a machine isn't doing much that needs to be logged, it doesn't have to be very big; and on a machine without public access, if it gets crowded you can link to /usr. (I would assume you're not going to run a web server or anonymous ftp on this machine, except perhaps experimentally.) Annelise > > Jean-Mark > > > > Annelise Anderson wrote: > > > One other thought. Are you sure the install is finding the dos > > parititions? Sometimes there is a problem with whether or not > > the subdirectories are in c:\freebsd\bin etc. (or d:\freebsd\bin, > > which is fine); or whether they need to be in c:\bin, c:\xxxx, > > and so forth. > > > > Annelise > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 12:34: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from forrie.net (forrie.net [216.67.12.69]) by hub.freebsd.org (Postfix) with ESMTP id 13F6915033 for ; Tue, 19 Oct 1999 12:34:00 -0700 (PDT) (envelope-from forrie@forrie.com) Received: from Forrest (getbent@forrie.ne.mediaone.net [24.128.72.15]) by forrie.net (8.9.3/8.9.3) with ESMTP id PAA10150 for ; Tue, 19 Oct 1999 15:33:54 -0400 (EDT) Message-Id: <4.2.0.58.19991019153055.0098c910@216.67.12.69> X-Sender: forrie@216.67.12.69 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Tue, 19 Oct 1999 15:32:10 -0400 To: freebsd-questions@freebsd.org From: Forrest Aldrich Subject: Cyrus 1.6.x on FreeBSD 3.x 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 Anyone get this working properly? The ports collection has 1.5.x, and maintainer doesn't respond to email inquiries. I wonder about getting this running with SASL and integrating with PAM. The goal being to set up and use email accounts under Cyrus without adding users to /etc/passwd. Thanks... _F To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 12:35:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ralf.serv.net (a.serv.net [207.207.72.1]) by hub.freebsd.org (Postfix) with ESMTP id 91444177B5 for ; Tue, 19 Oct 1999 12:35:14 -0700 (PDT) (envelope-from mcglk@ralf.serv.net) Received: (from mcglk@localhost) by ralf.serv.net (8.9.3/8.9.3) id MAA49910; Tue, 19 Oct 1999 12:35:08 -0700 (PDT) (envelope-from mcglk) To: questions@FreeBSD.ORG Subject: Re: linux-netscape47-communicator port problems. References: <87904z7r6c.fsf_-_@ralf.serv.net> <380C2EE0.DF967F48@scc.nl> Reply-To: mcglk@serv.net From: Ken McGlothlen Date: 19 Oct 1999 12:35:08 -0700 In-Reply-To: Marcel Moolenaar's message of "Tue, 19 Oct 1999 10:42:08 +0200" Message-ID: <87ogdvuosz.fsf@ralf.serv.net> Lines: 11 X-Mailer: Gnus v5.6.45/Emacs 20.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Marcel Moolenaar writes: | The linux_base port installs xpm, but it has only been added recently. [...] | You can also reinstall linux_base, of course :-) That fixed the problem; I linux_base installed already, but apparently before xpm was added. :) Thanks, Marcel. ---Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 12:39:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (broccoli.graphics.cornell.edu [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id BB1251798B for ; Tue, 19 Oct 1999 12:39:02 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA054591935; Tue, 19 Oct 1999 15:38:55 -0400 Message-Id: <199910191938.AA054591935@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: Bill Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DNS Slave server not answering queries. In-Reply-To: Your message of "Tue, 19 Oct 1999 13:03:21 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 19 Oct 1999 15:38:54 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This error comes from nslookup, not from named. The problem is that nslookup wants to be able to do a reverse lookup on the IP address of the nameserver it's using. If it can't, it gives up and refuses to work at all, and gives this error message. In order to make nslookup happy you need an in-addr.arpa entry for the 192.168.1.11 address. I really don't understand why nslookup is like this, but that's life. See p. 67 of the cricket book (3rd ed.) for details. -Mitch > Hi there, Ill try not to confuse myself to much on the following >question. I have set up a slave dns server using bind 8. The machine the >slave is on consists of one ethernet card residing on two class c >networks via ifconfig alias. >host.fict.dom (198.201.102.11) Public net >tsoh.fict.dom (192.168.1.11) >Both networks are reachable, in and outbound. Zone transfers go smoothly >except when I HUP the named proccess bind complains about not being able >to delete interface 192.168.1.11.53 ( running named as non root ) i dont >see this as a problem since my primary masters are using the same configs >and they all work. NSLINT doesnt so much as blink at my configs. > Firing up nslookup I get: >*** Can't find server name for address 192.168.1.11: No responce from >server >Default Server: localhost.fict.dom >Address: 127.0.0.1 > > All queries return good using 127.0.0.1. > server 198.201.102.11 : all queries good. > >I double checked the db files on my master, tsoh.fict.dom exists as NS PTR >& A records, as well, host.fict.dom exists as NS PTR & A throughout all >configs. named.conf configs read like... > >options { > directory "/etc/namedb"; > //forwarders { 208.216.228.253; 208.216.229.253; }; > multiple-cnames yes; > pid-file "/etc/namedb/named.pid"; >}; >zone "fict.dom" { > type slave; > file "db.fict"; > masters { 192.168.1.10; }; >}; >zone "0.0.127.IN-ADDR.ARPA" { > type master; > file "db.127.0.0"; >}; >zone "1.168.192.in-addr.arpa" { > type slave; > file "db.192.168.1"; > masters { 192.168.1.10; }; >}; >zone "2.168.192.in-addr.arpa" { > type slave; > file "db.192.168.2"; > masters { 192.168.1.10; }; >}; >zone "3.168.192.in-addr.arpa" { > type slave; > file "db.192.168.3"; > masters { 192.168.1.10; }; >}; >zone "253.168.192.in-addr.arpa" { > type slave; > file "db.192.168.253"; > masters { 192.168.1.10; }; >}; >zone "254.168.192.in-addr.arpa" { > type slave; > file "db.192.168.254"; > masters { 192.168.1.10; }; >}; >zone "102.201.198.in-addr.arpa" { > type slave; > file "db.198.201.102"; > masters { 192.168.1.10; }; >}; >zone "223.201.198.in-addr.arpa" { > type slave ; file "db.198.201.223"; > masters { 192.168.1.10; }; >}; >zone "." { > type hint; > file "named.root"; >}; > > Im stumped. The O'Riely gods have forsaken me, help! > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 12:43:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from phoenix.volant.org (phoenix.volant.org [205.179.79.193]) by hub.freebsd.org (Postfix) with ESMTP id B407817A62 for ; Tue, 19 Oct 1999 12:43:43 -0700 (PDT) (envelope-from patl@phoenix.volant.org) Received: from asimov.phoenix.volant.org ([205.179.79.65]) by phoenix.volant.org with smtp (Exim 1.92 #8) id 11dfAc-0006Wn-00; Tue, 19 Oct 1999 12:43:42 -0700 Received: from localhost by asimov.phoenix.volant.org (SMI-8.6/SMI-SVR4) id MAA07529; Tue, 19 Oct 1999 12:43:38 -0700 Date: Tue, 19 Oct 1999 12:43:37 -0700 (PDT) From: patl@phoenix.volant.org Reply-To: patl@phoenix.volant.org Subject: Re: Bash prompt (/usr/home/username instead of ~/) To: Matthew Hunt Cc: Arcady Genkin , freebsd-questions@FreeBSD.ORG In-Reply-To: <19991019122756.A34003@wopr.caltech.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 19-Oct-99 at 12:28, Matthew Hunt (mph@astro.caltech.edu) wrote: > On Tue, Oct 19, 1999 at 11:51:20AM -0700, patl@phoenix.volant.org wrote: > > > As I recall, the goal was to get the initial path components to show > > up as '~' when appropriate in the prompt; and the 'problem' was that > > it didn't seem to take effect until after the first 'cd' after setting > > PS1. The suggestion was to put a 'cd' after the 'PS1=...' in the > > .bashrc. > > My point is that you might not be in your home directory when bash is > > started; and that changing the current directory is likely to be an > > undesired side-effect. Using 'cd .' should have no side-effects beyond > > triggering the change in the prompt. > > But for me, "cd ." doesn't make the prompt work! I assume that I > observe the same problem that the original author does: > > freefall:/d/users/mph$ pwd > /d/users/mph > freefall:~$ echo $HOME > /home/mph > freefall:/d/users/mph$ cd . > freefall:/d/users/mph$ cd > freefall:~$ pwd > /home/mph > > The problem is that bash's initial idea of where you are (from getcwd(3) > when it starts?) doesn't match $HOME. When you "cd" (not "cd ."), it > changes directory to $HOME, and becomes happy. Hmm. In that case, you'll probably have to wrap the cd in a test to avoid unexpected current-directory changes when bash is executed from some other directory. Perhaps something like: if [ "$(bin/pwd)" = "$HOME" ] ; then builtin cd ; fi Of course, this won't properly fix cases where you are in a subdir of your home directory. So maybe you'd prefer something like: builtin cd $(perl -e '$_=$ENV{PWD};s:^$ENV{HOME}:~:;print') (Note: These are both untested off-the-top-of-my-head code fragments.) -Pat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 12:45:11 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 DD09717ACE for ; Tue, 19 Oct 1999 12:45:08 -0700 (PDT) (envelope-from andrsn@ANDRSN.STANFORD.EDU) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id MAA19952; Tue, 19 Oct 1999 12:34:20 -0700 (PDT) Date: Tue, 19 Oct 1999 12:34:20 -0700 (PDT) From: Annelise Anderson To: "Michael R. Wayne" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Is it impossible to upgrade FreeBSD systems? In-Reply-To: <199910191753.NAA01919@manor.msen.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Oct 1999, Michael R. Wayne wrote: > > Environment: > Machines sitting miles away in colo space. No floppy, CDROM, > keyboard, monitor, or console. Just Ethernet and a hard drive. > > Goal: > Binary upgrade from 3.2 to 3.3 RELEASE, from remote site. > > Problem: > All docs state that old versions of sysinstall should not be > used but new version of sysinstall is not found on CDROM #1. > > Attempted solution: > NFS mount the CDROM on the target machine, cd to /cdrom/bin and > sh install.sh [snip] > I can't believe people actually travel to remote locations to shove > floppies into servers to upgrade them. So, how DO people upgrade > machines? The usual method is to cvsup sources and make world, build a new kernel and install it, merge /usr/src/etc as appropriate, and reboot. Apparently you don't have space to do this? If you want to do a binary upgrade, you can download the distributions to this machine (I'm not sure why your nfs mount here didn't work) and use the install.sh scripts. But the binary distro will overwrite /etc, which then needs to be reconfigured--hostname, nameservers, hosts, rc.conf, password files, the works. Backing up /etc and selectively reinstalling it files would be critical, before rebooting. You can also do a buildworld on another machine, and then download /usr/src and /usr/obj to this machine, and do a make installworld. That takes space but doesn't require the colo'd machine to do the build. You still have to merge /usr/src/etc and build a kernel. Actually the upgrade from 3.2 to 3.3 is not especially tricky. Annelise > # sh install.sh > You are about to extract the base distribution into / - are you SURE > you want to do this over your installed system (y/n)? y > tar: Could not unlink bin/rcp : Operation not permitted > tar: Could not create file bin/rcp : Operation not permitted > tar: Could not unlink sbin/init : Operation not permitted > tar: Could not create file sbin/init : Text file busy > tar: Could not unlink usr/bin/man : Operation not permitted > tar: Could not create file usr/bin/man : Operation not permitted > tar: Could not unlink usr/lib/libc.so.3 : Operation not permitted > tar: Could not create file usr/lib/libc.so.3 : Operation not permitted > tar: Could not unlink usr/lib/libc_r.so.3 : Operation not permitted > tar: Could not create file usr/lib/libc_r.so.3 : Operation not permitted > tar: Could not unlink usr/libexec/mail.local : Operation not permitted > tar: Could not create file usr/libexec/mail.local : Operation not permitted > tar: Could not unlink usr/libexec/ld-elf.so.1 : Operation not permitted > tar: Could not create file usr/libexec/ld-elf.so.1 : Operation not permitted > tar: Could not create directory usr/share/examples/etc/defaults : File exists > tar: Could not unlink usr/share/examples/etc/defaults/rc.conf : Not a directory > tar: Could not create file usr/share/examples/etc/defaults/rc.conf : Not a directory > > Once this process completes, users can no longer log into the machine (they > are prompted for a password but always get "Login incorrect") > > I figured out that I can do a bunch of chflags noschg commands permitting > this to mostly complete. Shouldn't the install script be doing this? > > Was it really intentional that /usr/bin/man become a file and > /usr/share/examples/etc/defaults change from a file to a directory? > > > /\/\ \/\/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 13: 5:26 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 39A8617B88 for ; Tue, 19 Oct 1999 13:05:20 -0700 (PDT) (envelope-from jonc@logisticsoftware.co.nz) Received: (from jonc@localhost) by logisticsoftware.co.nz (8.9.3/8.9.3) id JAA09755; Wed, 20 Oct 1999 09:04:28 +1300 (NZDT) Date: Wed, 20 Oct 1999 09:04:28 +1300 (NZDT) From: Jonathan Chen To: Dan Larsson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: messages log In-Reply-To: <01BF1A64.2D1FE520.dl@tyfon.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Oct 1999, Dan Larsson wrote: > I want the messages log (/var/log/messages) to rotate just as the other logs > Do I need to create a crontab for this, or how should I configure the system? The 3.x series uses newsyslog(8) for this. Check out /etc/newsyslog.conf. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "Nyuck, nyuck, nyuck!" - Curly To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 13: 9: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nexus6.source.net (nexus6.source.net [206.100.10.4]) by hub.freebsd.org (Postfix) with ESMTP id 053AB17757 for ; Tue, 19 Oct 1999 13:08:51 -0700 (PDT) (envelope-from rbp@source.net) Received: from nexus6.source.net (nexus6.source.net [206.100.10.4]) by nexus6.source.net (8.8.8/8.8.5) with SMTP id NAA21603 for ; Tue, 19 Oct 1999 13:08:50 -0700 (PDT) Date: Tue, 19 Oct 1999 13:08:50 -0700 (PDT) From: Ryan Petty Reply-To: Ryan Petty To: freebsd-questions@freebsd.org Subject: Kernel make fails 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 am having trouble compiling a new kernel under FreeBSD-3.3-RELEASE. I am not new to FreeBSD per se, but am new to configuring and compiling kernels. When I attempt to make a new kernel I received the following error code: loading kernel ioconf.o(.data+0xd0): undefined reference to `aicdriver' *** Error code 1 Stop. I then went back into my kernel config file and commented out all the IDE and ATAPI controllers and drives (as I do not have any IDE devices installed). I then received the following error: cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf vers.c loading kernel ioconf.o(.data+0x48): undefined reference to `aicdriver' *** Error code 1 Stop. I have included a bit of the output of make before the error if it helps to determine where the error is occurring. I am including my kernel config file for review. Thanks in advance for any help you can give me. # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.freebsd.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.ORG/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.143.2.22 1999/09/14 22:53:30 jkh Exp $ machine "i386" #cpu "I386_CPU" #cpu "I486_CPU" #cpu "I586_CPU" cpu "I686_CPU" ident "NEXUS6-1" maxusers 64 #options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options MFS_ROOT #MFS usable as root device, "MFS" req'ed options NFS #Network Filesystem #options NFS_ROOT #NFS usable as root device, "NFS" req'ed options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem #options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor #options KTRACE #ktrace(1) syscall trace support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options COMPAT_LINUX # 10/19/99 -rbp options "MAXMEM=(256*1024)" # 10/19/99 -rbp options IPFIREWALL # 10/19/99 -rbp options IPDIVERT # 10/19/99 -rbp options QUOTA # 10/19/99 -rbp config kernel root on da0 # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs controller isa0 controller pnp0 # PnP support for ISA controller eisa0 controller pci0 # Floppy drives controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 # IDE controller and disks #options "CMD640" # work around CMD640 chip deficiency #controller wdc0 at isa? port "IO_WD1" bio irq 14 #disk wd0 at wdc0 drive 0 #disk wd1 at wdc0 drive 1 #controller wdc1 at isa? port "IO_WD2" bio irq 15 #disk wd2 at wdc1 drive 0 #disk wd3 at wdc1 drive 1 # ATAPI devices #options ATAPI #Enable ATAPI support for IDE bus #options ATAPI_STATIC #Don't do it as an LKM #device acd0 #IDE CD-ROM #device wfd0 #IDE Floppy (e.g. LS-120) # SCSI Controllers # A single entry for any of these controllers (ncr, ahb, ahc) is # sufficient for any number of installed devices. #controller ncr0 # NCR/Symbios Logic #controller ahb0 # EISA AHA1742 family controller ahc0 # AHA2940 and onboard AIC7xxx devices #controller amd0 # AMD 53C974 (Teckram DC-390(T)) #controller isp0 # Qlogic family #controller dpt0 # DPT Smartcache - See LINT for options! #controller adv0 at isa? port ? cam irq ? #controller adw0 #controller bt0 at isa? port ? cam irq ? #controller aha0 at isa? port 0x340 cam irq 9 controller aic0 at isa? port 0x340 bio irq 9 vector aicintr # SCSI peripherals # Only one of each of these is needed, they are dynamically allocated. controller scbus0 # SCSI bus (required) device da0 # Direct Access (disks) device sa0 # Sequential Access (tape etc) device cd0 # CD device pass0 # Passthrough device (direct SCSI) # Proprietary or custom CD-ROM Interfaces #device wt0 at isa? port 0x300 bio irq 5 drq 1 #device mcd0 at isa? port 0x300 bio irq 10 #device matcd0 at isa? port 0x230 bio #device scd0 at isa? port 0x230 bio # atkbdc0 controls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? tty # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? tty #options XSERVER # support for X server #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at isa? port IO_NPX irq 13 # Power management support (see LINT for more options) #device apm0 at isa? disable flags 0x31 # Advanced Power Management # PCCARD (PCMCIA) support #controller card0 #device pcic0 at card? #device pcic1 at card? # Serial (COM) ports device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 #device sio2 at isa? disable port "IO_COM3" tty irq 5 #device sio3 at isa? disable port "IO_COM4" tty irq 9 # Parallel port device ppc0 at isa? port? flags 0x40 net irq 7 controller ppbus0 # Parallel port bus (required) device lpt0 at ppbus? # Printer device plip0 at ppbus? # TCP/IP over parallel device ppi0 at ppbus? # Parallel port interface device #controller vpo0 at ppbus? # Requires scbus and da0 # PCI Ethernet NICs. #device al0 # ADMtek AL981 (``Comet'') #device ax0 # ASIX AX88140A #device de0 # DEC/Intel DC21x4x (``Tulip'') device fxp0 # Intel EtherExpress PRO/100B (82557, 82558) #device mx0 # Macronix 98713/98715/98725 (``PMAC'') #device pn0 # Lite-On 82c168/82c169 (``PNIC'') #device rl0 # RealTek 8129/8139 #device sf0 # Adaptec AIC-6915 DuraLAN (``Starfire'') #device tl0 # Texas Instruments ThunderLAN #device tx0 # SMC 9432TX (83c170 ``EPIC'') #device vr0 # VIA Rhine, Rhine II #device vx0 # 3Com 3c590, 3c595 (``Vortex'') #device wb0 # Winbond W89C840F #device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. #device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 #device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 #device ep0 at isa? port 0x300 net irq 10 #device ex0 at isa? port? net irq? #device fe0 at isa? port 0x300 net irq ? #device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 net irq 10 drq 0 #device cs0 at isa? port 0x300 net irq ? # requires PCCARD (PCMCIA) support to be activated #device xe0 at isa? port? net irq ? # PCCARD NIC drivers. # ze and zp take over the pcic and cannot coexist with generic pccard # support, nor the ed and ep drivers they replace. #device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000 #device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun 1 # Packet tunnel pseudo-device pty 64 # Pseudo-ttys (telnet etc) pseudo-device gzip # Exec gzipped a.out's # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. pseudo-device bpfilter 1 #Berkeley packet filter _______________________ Ryan Petty SourceNet Corporation http://www.source.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 13:10: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from posgate.acis.com.au (posgate.acis.com.au [203.14.230.14]) by hub.freebsd.org (Postfix) with ESMTP id B2317172E6 for ; Tue, 19 Oct 1999 13:09:51 -0700 (PDT) (envelope-from andymac@bullseye.apana.org.au) Received: from bullseye.apana.org.au (uucp@localhost) by posgate.acis.com.au (8.9.2/8.9.2/Debian/GNU) with UUCP id GAA19299; Wed, 20 Oct 1999 06:00:18 +1000 (EST) Received: from bullseye.apana.org.au (central.apana.org.au [203.9.107.245]) by bullseye.apana.org.au (8.8.8/8.8.8) with SMTP id UAA22741; Tue, 19 Oct 1999 20:57:20 +1000 (EST) (envelope-from andymac@bullseye.apana.org.au) Date: Tue, 19 Oct 1999 20:53:11 +1000 (EST) From: Andrew MacIntyre To: Christopher Michaels Cc: "'Sheldon Hearn'" , freebsd-questions@FreeBSD.ORG Subject: RE: HD errors, what do they mean? In-Reply-To: <6C37EE640B78D2118D2F00A0C90FCB4401105D07@site2s1> Message-ID: X-X-Sender: andymac@bullseye.apana.org.au 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, Christopher Michaels wrote: > Could it be the controller? Because all 3 drives in the system have been > giving periodic strange errors. This just started happening yesterday out > of the blue, and this appears to be the worst so far. > > The drive itself isn't very old, and has performed well. I hope it's not > the drive, but I do have current backups anyway, just to be safe. Faintly possible that you have a power supply problem if all 3 drives are doing it, due to poor regulation (ie some device utilisation pattern causes heavy power demand, dropping supply voltage). -- Andrew I MacIntyre "These thoughts are mine alone..." E-mail: andrew.macintyre@aba.gov.au (work) | Snail: PO Box 370 andymac@bullseye.apana.org.au (play) | Belconnen ACT 2616 Fido: Andrew MacIntyre, 3:620/243.18 | Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 13:12: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from posgate.acis.com.au (posgate.acis.com.au [203.14.230.14]) by hub.freebsd.org (Postfix) with ESMTP id B772E17BA3 for ; Tue, 19 Oct 1999 13:09:51 -0700 (PDT) (envelope-from andymac@bullseye.apana.org.au) Received: from bullseye.apana.org.au (uucp@localhost) by posgate.acis.com.au (8.9.2/8.9.2/Debian/GNU) with UUCP id GAA19298; Wed, 20 Oct 1999 06:00:17 +1000 (EST) Received: from bullseye.apana.org.au (central.apana.org.au [203.9.107.245]) by bullseye.apana.org.au (8.8.8/8.8.8) with SMTP id UAA22174; Tue, 19 Oct 1999 20:36:01 +1000 (EST) (envelope-from andymac@bullseye.apana.org.au) Date: Tue, 19 Oct 1999 20:31:52 +1000 (EST) From: Andrew MacIntyre To: "Gandalf T. Grey" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3 Questions for 3.2-RELEASE Setup on Thinkpad 560X In-Reply-To: <19991018150610.48729.qmail@hotmail.com> Message-ID: X-X-Sender: andymac@bullseye.apana.org.au 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, Gandalf T. Grey wrote: {...} Can't help with your video problem, sorry. > 2. When I set the device speed for my 28.8 Hayes Optima PCMCIA > modem to 28800, I connect to my ISP at 9600 and can surf > very slowly. When I set the device speed higher, I get a > connect message, but all I see is gibberish in the user-PPP > term, so I can't log in. I am using a very generic INIT > string, ATE1Q0M0, which may be the problem. > > Does anyone have an INIT string for the Hayes Optima 28.8 > PCMCIA that allows them to actually connect at 28800, or know > of some other reason why I might be having this problem? Try AT&F This should do a reset to factory defaults, which on most 28.8k modems I've used has been satisfactory (haven't used PCMCIA modems though...). You should be setting the DTE speed (serial port speed) to at least 38400, and preferably 57600. You can't actually set a port speed of 28800, which is probably why you're getting 9600 (default). Your modem<->modem connection speed would have to be set in the init string. I can't help with your SCSI card problem either, sorry. -- Andrew I MacIntyre "These thoughts are mine alone..." E-mail: andrew.macintyre@aba.gov.au (work) | Snail: PO Box 370 andymac@bullseye.apana.org.au (play) | Belconnen ACT 2616 Fido: Andrew MacIntyre, 3:620/243.18 | Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 13:13:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from purple.nugate.com (purple.nugate.com [206.111.60.222]) by hub.freebsd.org (Postfix) with ESMTP id C905817BA4; Tue, 19 Oct 1999 13:13:39 -0700 (PDT) (envelope-from neilson@purple.nugate.com) Received: from localhost (neilson@localhost) by purple.nugate.com (8.8.8/8.8.8) with SMTP id NAA22751; Tue, 19 Oct 1999 13:11:30 -0700 (PDT) (envelope-from neilson@purple.nugate.com) Date: Tue, 19 Oct 1999 13:11:30 -0700 (PDT) From: "D. Alex Neilson" To: questions@FreeBSD.ORG, isp@FreeBSD.ORG Cc: "D. Alex Neilson" , neilson@www.nugate.com, neilson@usc.edu Subject: apache server can't spawn child processes 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 Synopis: apache server can't spawn child processes Hello, I've got 2.2.6 (yeah, I'll upgrade one of these days) which runs a very busy server of typically 300 nobody users (what apache children run as), and cgi programs can't spawn, getting this in the error log for this server: (35)Resource temporarily unavailable: couldn't spawn child process: /content/somesite/public-html/something/cgi/step1.cgi I've beefed up maxusers to 512 which I now realize is overkill, increased CHILD_MAX to 512 in /usr/include/syslimits.h, tweaked the login.conf to this (I presume nobody maps to default): default:\ :cputime=infinity:\ :datasize-cur=88M:\ :stacksize-cur=64M:\ :memorylocked-cur=40M:\ :memoryuse-cur=256M:\ :filesize=infinity:\ :coredumpsize=infinity:\ :maxproc-cur=512:\ :openfiles-cur=8191:\ :priority=0:\ :requirehome@:\ :umask=022:\ :tc=auth-defaults: Here's how busy the server is right now (1pm PDT): 24.5 requests/sec - 437.6 kB/second - 17.9 kB/request 295 requests currently being processed, 30 idle servers I don't know what ceiling I'm banging up against and would appreciate pointers on beefing up system parameters to accomodate large apache server loads. Thanks, Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 13:55:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from rs5s2.datacenter.cha.cantv.net (rs5s2.datacenter.cha.cantv.net [200.44.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 7548417CD2; Tue, 19 Oct 1999 13:54:51 -0700 (PDT) (envelope-from luis@cantv.net) Received: from cantv.net ([200.44.46.54]) by rs5s2.datacenter.cha.cantv.net (8.9.1a/8.9.1/1.0) with ESMTP id QAA17837; Tue, 19 Oct 1999 16:54:26 -0400 (VET) Message-ID: <380CDA44.EE6D9A51@cantv.net> Date: Tue, 19 Oct 1999 16:53:24 -0400 From: Luis Moreno X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: "D. Alex Neilson" Cc: questions@FreeBSD.ORG, isp@FreeBSD.ORG, neilson@www.nugate.com, neilson@usc.edu Subject: Re: apache server can't spawn child processes References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try this in the script that start the web server (under sh). ulimit -u 512 ulimit -n unlimited Hope it helps. -luis "D. Alex Neilson" wrote: > Synopis: apache server can't spawn child processes > > Hello, > > I've got 2.2.6 (yeah, I'll upgrade one of these days) which > runs a very busy server of typically 300 nobody users (what apache > children run as), and cgi programs can't spawn, getting this in the > error log for this server: > > (35)Resource temporarily unavailable: > couldn't spawn child process: > /content/somesite/public-html/something/cgi/step1.cgi > > I've beefed up maxusers to 512 which I now realize is overkill, > increased CHILD_MAX to 512 in /usr/include/syslimits.h, tweaked > the login.conf to this (I presume nobody maps to default): > > default:\ > :cputime=infinity:\ > :datasize-cur=88M:\ > :stacksize-cur=64M:\ > :memorylocked-cur=40M:\ > :memoryuse-cur=256M:\ > :filesize=infinity:\ > :coredumpsize=infinity:\ > :maxproc-cur=512:\ > :openfiles-cur=8191:\ > :priority=0:\ > :requirehome@:\ > :umask=022:\ > :tc=auth-defaults: > > Here's how busy the server is right now (1pm PDT): > > 24.5 requests/sec - 437.6 kB/second - 17.9 kB/request > 295 requests currently being processed, 30 idle servers > > I don't know what ceiling I'm banging up against and would appreciate > pointers on beefing up system parameters to accomodate large apache > server loads. > > Thanks, > > Alex > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 14: 0:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gw1.tesys.com (gw1.tesys.com [207.5.58.2]) by hub.freebsd.org (Postfix) with ESMTP id DC2DA17AD3 for ; Tue, 19 Oct 1999 14:00:23 -0700 (PDT) (envelope-from aj@tesys.com) Received: from aj (aj.tesys.com [207.5.58.20]) by gw1.tesys.com (8.9.1/8.7.3) with SMTP id OAA15232; Tue, 19 Oct 1999 14:00:18 -0700 (PDT) Message-Id: <3.0.32.19991019135823.006e6bd4@gw1.tesys.com> X-Sender: aj@gw1.tesys.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Tue, 19 Oct 1999 13:58:24 -0700 To: support@cdrom.com From: "A.J." Subject: How to make Ethernet come up as Full-Duplex... Cc: questions@freebsd.org, support@tesys.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Support, we have a freebsd3.3 system with Intel ethernet... please give us some pointer on how to make the Ethernet card come up in full-duplex mode at boot time. Sincerely, Ajmer(AJ) Singh Gosal Tech-Support Email :- aj@tesys.com Company :- Telenet System Solutions,Inc. Phone :- 408-383-0334, Ext120 Fax :- 408-383-0335 Web :- http://www.tesys.com Address :- 2480 Kruse Drive ,SanJose ,CA-95131 Certified:- Compaq, HP, Cisco, 3Com/USR, Livingston, Ascend, More. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 14:14:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hera.wku.edu (hera.wku.edu [161.6.18.5]) by hub.freebsd.org (Postfix) with ESMTP id 8D28817D1E for ; Tue, 19 Oct 1999 14:14:35 -0700 (PDT) (envelope-from lanhabb@hera.wku.edu) Received: from localhost (lanhabb@localhost) by hera.wku.edu (8.9.3+Sun/8.9.1) with ESMTP id QAA06038 for ; Tue, 19 Oct 1999 16:14:33 -0500 (CDT) Date: Tue, 19 Oct 1999 16:14:33 -0500 (CDT) From: "Brett B. Lanham" To: freebsd-questions@freebsd.org Subject: root login 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 Evidently I messed something up on install because I am now unable to login as root. I get : login: /bin/csh: Permission denied I am certain I am typing the password correct and I am wondering why the system is trying to throw me into csh. Wouldn't it just give me login incorrect if my password were bad. anyway since I can't login as root I can't do a whole lot to correct this. If there is no easy way to correct this the nI can just reinstall but I would like to be able to fix it w/o the reinstall. I am still able to login as the userr that I set up during the install. I glad at least I did that. Brett To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 14:15:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (mail-buffalo-usa.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id A1BF217D17 for ; Tue, 19 Oct 1999 14:15:43 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2650.21) id ; Tue, 19 Oct 1999 17:15:48 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105D0E@site2s1> From: Christopher Michaels To: "'A.J.'" Cc: questions@freebsd.org Subject: RE: How to make Ethernet come up as Full-Duplex... Date: Tue, 19 Oct 1999 17:18:54 -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 If you are using fxp0 you would type "ifconfig fxp0 media 100BaseTX media-opt full-duplex" Those options can also be added to /etc/rc.conf take a look at both the fxp and ifconfig man pages for more information. -Chris P.S. Your switch needs to support full-duplex for this to work. > -----Original Message----- > From: A.J. [SMTP:aj@tesys.com] > Sent: Tuesday, October 19, 1999 4:58 PM > To: support@cdrom.com > Cc: questions@freebsd.org; support@tesys.com > Subject: How to make Ethernet come up as Full-Duplex... > > Hello Support, > we have a freebsd3.3 system with Intel ethernet... > please give us some pointer on how to make the Ethernet card come up in > full-duplex mode at boot time. > > > Sincerely, > Ajmer(AJ) Singh Gosal > Tech-Support > Email :- aj@tesys.com > Company :- Telenet System Solutions,Inc. > Phone :- 408-383-0334, Ext120 > Fax :- 408-383-0335 > Web :- http://www.tesys.com > Address :- 2480 Kruse Drive ,SanJose ,CA-95131 > Certified:- Compaq, HP, Cisco, 3Com/USR, Livingston, Ascend, More. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 14:19:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (mail-buffalo-usa.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 09CC217D3B for ; Tue, 19 Oct 1999 14:19:14 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2650.21) id ; Tue, 19 Oct 1999 17:19:20 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105D0F@site2s1> From: Christopher Michaels To: "'Brett B. Lanham'" Cc: "FreeBSD Questions (E-mail)" Subject: RE: root login Date: Tue, 19 Oct 1999 17:22:21 -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 You neglected to mention what version you are running. Your root password is valid, it's complaining that you don't have permission to execute /bin/csh (which is the default shell). You can boot single user to rectify this. To boot into single-user mode: 3.1-RELEASE and earlier: At the boot prompt, type ``-s'' and press enter. 3.2-RELEASE or later: At the boot prompt, type ``boot -s'' and press enter. (quoted from Sheldon) I would then suggest mounting your file systems. (mount -a) Once you've done this all you should have to do is type "chmod 755 /bin/csh" to rectify the problem. Hope this helps, -Chris > -----Original Message----- > From: Brett B. Lanham [SMTP:lanhabb@hera.wku.edu] > Sent: Tuesday, October 19, 1999 5:15 PM > To: freebsd-questions@freebsd.org > Subject: root login > > Evidently I messed something up on install because I am now unable to > login as root. I get : > > login: /bin/csh: Permission denied > > I am certain I am typing the password correct and I am wondering why the > system is trying to throw me into csh. Wouldn't it just give me login > incorrect if my password were bad. anyway since I can't login as root I > can't do a whole lot to correct this. If there is no easy way to correct > this the nI can just reinstall but I would like to be able to fix it w/o > the reinstall. I am still able to login as the userr that I set up during > the install. I glad at least I did that. > > Brett > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 14:19:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f122.law4.hotmail.com [216.33.149.122]) by hub.freebsd.org (Postfix) with SMTP id 79B8817D43 for ; Tue, 19 Oct 1999 14:19:40 -0700 (PDT) (envelope-from chandlerrick@hotmail.com) Received: (qmail 51314 invoked by uid 0); 19 Oct 1999 21:19:40 -0000 Message-ID: <19991019211940.51313.qmail@hotmail.com> Received: from 208.164.148.34 by www.hotmail.com with HTTP; Tue, 19 Oct 1999 14:19:39 PDT X-Originating-IP: [208.164.148.34] From: "Rick Chandler" To: freebsd-questions@freebsd.org Subject: XWindows Date: Tue, 19 Oct 1999 14:19:39 PDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Having a problem getting X to work. I have a Diamond speedstar A50(SIS 6326 AGP) card and cannot get it to work. Any help would be appriciated.. Rick. ______________________________________________________ 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 Tue Oct 19 14:20:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (broccoli.graphics.cornell.edu [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id 0D08E17D40 for ; Tue, 19 Oct 1999 14:20:09 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA055638002; Tue, 19 Oct 1999 17:20:02 -0400 Message-Id: <199910192120.AA055638002@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: "A.J." Cc: support@cdrom.com, questions@FreeBSD.ORG, support@tesys.com Subject: Re: How to make Ethernet come up as Full-Duplex... In-Reply-To: Your message of "Tue, 19 Oct 1999 13:58:24 PDT." <3.0.32.19991019135823.006e6bd4@gw1.tesys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 19 Oct 1999 17:20:01 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Assuming it's an fxp device (see "ifconfig -a") change the fxp0 line in /etc/rc.conf to look like this: ifconfig_fxp0="inet 12.34.56.78 netmask 255.255.255.0 media 100baseTX mediaopt full-duplex" (That's all on one line, and make sure to use your own addr and netmask.) Also see "man fxp" for the documentation. -Mitch >Hello Support, >we have a freebsd3.3 system with Intel ethernet... >please give us some pointer on how to make the Ethernet card come up in >full-duplex mode at boot time. > > >Sincerely, >Ajmer(AJ) Singh Gosal >Tech-Support >Email :- aj@tesys.com >Company :- Telenet System Solutions,Inc. >Phone :- 408-383-0334, Ext120 >Fax :- 408-383-0335 >Web :- http://www.tesys.com >Address :- 2480 Kruse Drive ,SanJose ,CA-95131 >Certified:- Compaq, HP, Cisco, 3Com/USR, Livingston, Ascend, More. > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 14:22:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from puma.chaski.com (puma.chaski.com [206.196.46.160]) by hub.freebsd.org (Postfix) with ESMTP id 9CA7417D5E for ; Tue, 19 Oct 1999 14:22:07 -0700 (PDT) (envelope-from dorin@puma.chaski.com) Received: (from dorin@localhost) by puma.chaski.com (8.9.2/8.9.2) id PAA69388 for questions@freebsd.org; Tue, 19 Oct 1999 15:47:17 -0500 (CDT) (envelope-from dorin) From: Michael Dorin Message-Id: <199910192047.PAA69388@puma.chaski.com> Subject: cheap backup wanted To: questions@freebsd.org Date: Tue, 19 Oct 1999 15:47:17 -0500 (CDT) Reply-To: dorin@gr-303.com X-Mailer: ELM [version 2.4ME+ PL43 (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 WHat is the cheapest supported tape backup on the market now? -Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 14:29:31 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 55D4017D86 for ; Tue, 19 Oct 1999 14:29:20 -0700 (PDT) (envelope-from JammerJJ@aol.com) Received: from JammerJJ@aol.com by imo-d01.mx.aol.com (mail_out_v23.6.) id nACQ0Jp5RH (7994) for ; Tue, 19 Oct 1999 17:29:08 -0400 (EDT) From: JammerJJ@aol.com Message-ID: <0.c8d680fa.253e3ca4@aol.com> Date: Tue, 19 Oct 1999 17:29:08 EDT Subject: (no subject) 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 The FreeBSD boot disk won't load on my system which has USB keyboard, mouse, modem and maybe a few more such devices (Acer Aspire) Can someone tell me how to get this going. Sorry to mention this here, but... I tested the boot disks for OpenBSD and Net BSD, and they both loaded without any problems. The FreeBSD boot disk ("KERN.FLP") just says.... keyboard: No and halst right there. The system does not hang, because I can CTRL-ALT-DELETE to reboot the system. Could someone please help me. Thanks Jammer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 14:30:26 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 87B7A17D9A for ; Tue, 19 Oct 1999 14:30:22 -0700 (PDT) (envelope-from JammerJJ@aol.com) Received: from JammerJJ@aol.com by imo-d05.mx.aol.com (mail_out_v23.6.) id nRAUqoPdB_ (7994) for ; Tue, 19 Oct 1999 17:30:18 -0400 (EDT) From: JammerJJ@aol.com Message-ID: <0.26496924.253e3cea@aol.com> Date: Tue, 19 Oct 1999 17:30:18 EDT Subject: FreeBSD and USB Help PLEASE!!!!!!!!!!!!!!! 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 The FreeBSD boot disk won't load on my system which has USB keyboard, mouse, modem and maybe a few more such devices (Acer Aspire) Can someone tell me how to get this going. Sorry to mention this here, but... I tested the boot disks for OpenBSD and Net BSD, and they both loaded without any problems. The FreeBSD boot disk ("KERN.FLP") just says.... keyboard: No and halst right there. The system does not hang, because I can CTRL-ALT-DELETE to reboot the system. Could someone please help me. Thanks Jammer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 14:31:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mission.mvnc.edu (mission.mvnc.edu [149.143.2.3]) by hub.freebsd.org (Postfix) with ESMTP id C919217DAB for ; Tue, 19 Oct 1999 14:31:45 -0700 (PDT) (envelope-from kdrobnac@mission.mvnc.edu) Received: from localhost (kdrobnac@localhost) by mission.mvnc.edu (8.9.0/8.9.0) with SMTP id RAA03054 for ; Tue, 19 Oct 1999 17:29:27 -0400 (EDT) Date: Tue, 19 Oct 1999 17:29:27 -0400 (EDT) From: Kenny Drobnack To: freebsd-questions@freebsd.org Subject: yet another SCSI card question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello! I am still not certain what kind of SCSI card to get for my computer. I was originally looking at Adaptec 2940 or 3940 (a little expensive for me!). Anyway, I came across the following in the list of supported hardware. AdvanSys SCSI controllers (all models). Has anyone tried any of these cards under 3.3-release (or anything after 3.0?) I'm looking at the 3940-uw model (lots cheaper than Adaptecs!) ----- In computer terms, hardware is the stuff you can hit with a baseball bat, and software is the stuff you can only swear at. -from a web page explaining what hardware, software, and firmware are ---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 14:36:12 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 205841790B for ; Tue, 19 Oct 1999 14:36:09 -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 OAA13128; Tue, 19 Oct 1999 14:56:33 -0700 (PDT) Date: Tue, 19 Oct 1999 14:56:33 -0700 (PDT) From: Alfred Perlstein To: Adam Nealis Cc: freebsd-questions Subject: Re: vinum - How long does it take to perform operation X? In-Reply-To: <380CACC2.2800B9CF@csl.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Oct 1999, Adam Nealis wrote: > Sorry to take so long to get back. Been busy with other things. > > Alfred Perlstein wrote: > > > > On Fri, 15 Oct 1999, Adam Nealis wrote: > > > > > 3.3-STABLE (as per a cvsup and update from 14 October). > > > > > > Just starting out with vinum, I've read vinum(4) and vinum(8). > > > > > > I'm trying to create a mirrored volume of 2 x 9GB drives. > > > > > > These drives are /dev/da1s1e and /dev/da2s1e, and are > > > pristine, newfs'd volumes. I don't mount them on boot either, > > > > ^^^^^^ > > > > huh? shouldn't the partition type be set to 'vinum' like in > > the vinum manpage? > Is that vinum(4) or vinum(8)? I can't see anything that mentions > /sbin/mount in either of these man pages. > > As an experiment, I tried changing their type to vinum in /etc/fstab, > but mount complained that it couldn't find mount_vinum. I can't > seem to find the source in /usr/src either. > > /etc/fstab: > > /dev/da1s1e /mnt/mirror0 vinum rw 2 2 > /dev/da2s1e /mnt/mirror2 vinum rw 2 2 > > This is on a 3.3-STABLE box, based on a cvsup and make world > done on 14th October. > > Am I missing something obvious? Yes, the disklabel type should be vinum. You seem to have totally misinterpreted the vinum man page. Vinum will create a device for you in /dev/vinum such as /dev/vinum/vinum0 that you can mount, you do NOT mount the seperate partitions like that. hope this helps. -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 Tue Oct 19 14:39:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay.veriguard.com (relay.securify.com [207.5.63.61]) by hub.freebsd.org (Postfix) with ESMTP id 517861520E for ; Tue, 19 Oct 1999 14:39:15 -0700 (PDT) (envelope-from tomb@cgf.net) Received: by relay.veriguard.com; id OAA12753; Tue, 19 Oct 1999 14:36:49 -0700 (PDT) Received: from unknown(10.5.63.100) by relay.veriguard.com via smap (4.1) id xma012741; Tue, 19 Oct 99 14:36:38 -0700 Message-ID: <380CE465.73B84377@cgf.net> Date: Tue, 19 Oct 1999 14:36:37 -0700 From: tomb X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsdquestions Subject: Does FreeBSD support D-Link DFE-650 etherlink card? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG And if so which device do I need to include? -- Tom Brown --------- Webmaster http://www.justmust.com/ Windows have, for 400 years, been providing the devious with easy access to your possesions. At the end of the 20th centuary this truer than ever. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 14:40:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hades.netsonic.com (hades.netsonic.com [207.250.84.8]) by hub.freebsd.org (Postfix) with ESMTP id C9B5515BE1 for ; Tue, 19 Oct 1999 14:40:09 -0700 (PDT) (envelope-from adam2@netsonic.net) Received: from netsonic_admin ([208.243.22.4]) by hades.netsonic.com (8.9.3/8.9.3) with SMTP id QAA24382 for ; Tue, 19 Oct 1999 16:43:35 -0500 (CDT) Message-Id: <199910192143.QAA24382@hades.netsonic.com> X-Sender: adam2@207.250.84.2 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Tue, 19 Oct 1999 16:38:16 -0500 To: questions@FreeBSD.ORG From: "Adam L. Simpson" Subject: Re: cheap backup wanted In-Reply-To: <199910192047.PAA69388@puma.chaski.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG we use the seagate archive/python with a 12 tape changer. works very well. i bought a couple a few weeks ago... i believe they were around $350 At 03:47 PM 10/19/99 , you wrote: > >WHat is the cheapest supported tape backup on the market now? >-Mike > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 15: 0:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from phoenix.aye.net (phoenix.aye.net [206.185.8.134]) by hub.freebsd.org (Postfix) with SMTP id A0CE417E66 for ; Tue, 19 Oct 1999 15:00:35 -0700 (PDT) (envelope-from barrett@phoenix.aye.net) Received: (qmail 25072 invoked by uid 1000); 19 Oct 1999 22:03:59 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 19 Oct 1999 22:03:59 -0000 Date: Tue, 19 Oct 1999 18:03:59 -0400 (EDT) From: Barrett Richardson To: Jason Cc: questions@freebsd.org, isp@freebsd.org Subject: Re: quick gated questions 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 wrote: > what would I use to have multiple subnets accessible on one > machine? I have gated, but not quite sure how to do this.. I > want all traffic flowing to and from 205.252.42.x to go through one > router and all traffic going to and from 208.45.16.x going through > another, I have multipl interfaces/cards in the machine and setup Assuming class C networks and you aren't running a routing protocol: rip no; static { default gateway x.x.x.x; 205.252.42.0 masklen 24 gateway y.y.y.y; 208.45.16.0 masklen 24 gateway z.z.z.z; }; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 15:18:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jules.citizen1.com (jules.citizen1.com [209.155.58.130]) by hub.freebsd.org (Postfix) with ESMTP id 605E017CF7 for ; Tue, 19 Oct 1999 15:18:53 -0700 (PDT) (envelope-from matt.kershnar@caredata.com) Received: from recidivist (recidivist.citizen1.com [209.155.58.152]) by jules.citizen1.com (8.9.1a/8.9.1a) with SMTP id PAA13822 for ; Tue, 19 Oct 1999 15:18:51 -0700 (PDT) Reply-To: From: "Matthew Kershnar" To: Subject: domain aliasing Date: Tue, 19 Oct 1999 15:20:53 -0500 Message-ID: <002a01bf1a6f$7210f830$983a9bd1@citizen1.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, i'm a sys admin wannabe who's been doing this stuff for three months so i don't know jack. the real sys admin at my place just left so i am trying to do things in his stead, and knowledge is slow in coming. My particular problem right now is that i have a domain name (that has already been registered with internic) and i need to direct all mail to the new domain towards a domain that already exists on the server. it seems like a simple proposition, i'm just not sure which files in need to create/edit and how. any help would be appreciated, as would some suggestions for good unix manuals. thanks for your time. sincerely matt kershnar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 15:23:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from phreebsd.org (gdslppp25.dnvr.uswest.net [216.160.165.25]) by hub.freebsd.org (Postfix) with ESMTP id E43B217A80; Tue, 19 Oct 1999 15:23:16 -0700 (PDT) (envelope-from geniusj@phreebsd.org) Received: from localhost (geniusj@localhost) by phreebsd.org (8.9.3/8.9.3) with ESMTP id QAA03846; Tue, 19 Oct 1999 16:21:47 -0600 Date: Tue, 19 Oct 1999 16:21:47 -0600 (MDT) From: FreeBSD -- The Power to Serve To: Barrett Richardson Cc: Jason , questions@freebsd.org, isp@freebsd.org Subject: Re: quick gated questions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Oct 1999, Barrett Richardson wrote: > > On Mon, 18 Oct 1999, Jason wrote: > > > what would I use to have multiple subnets accessible on one > > machine? I have gated, but not quite sure how to do this.. I > > want all traffic flowing to and from 205.252.42.x to go through one > > router and all traffic going to and from 208.45.16.x going through > > another, I have multipl interfaces/cards in the machine and setup > > Assuming class C networks and you aren't running a routing protocol: > > rip no; > > static { > default gateway x.x.x.x; > 205.252.42.0 masklen 24 gateway y.y.y.y; > 208.45.16.0 masklen 24 gateway z.z.z.z; > }; > Oh, I'm sorry :).. the 205 is 5 ips the 208 is 32 ips and, I tried with closest masklens, and 208 worked, but 205 didnt.. you see, there are upstream filters on the SDSL (which is the 208 subnet) which prevent spoofing.. And it's not really spoofing, we just have multiple connections that we're trying to use on one machine.. If you can understand this, what i'm really looking for is for sort of 2 default gateways.. it should be like this. 208.45.16.x (xl0) should have a default gateway of 208.45.16.249 205.252.42.x (ed1) should have a default gateway of 205.252.42.97 .. Remember, they *ARE* on seperate interfaces, so I see no reason why this shouldn't be possible one way or another, either with gated, or without, or however :).. I know you can do this in IRIX and i *think* linux ;) So, it should be possible on bsd.. however, how, is the hard question :) Does anyone see how this would be possible? Thanks in Advance! Jason DiCioccio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 15:27:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.keycomp.net (www.keycomp.net [207.44.1.33]) by hub.freebsd.org (Postfix) with ESMTP id 9443B1521D for ; Tue, 19 Oct 1999 15:27:18 -0700 (PDT) (envelope-from billieakay@yahoo.com) Received: from bopper (kc-rmt09.keycomp.net [207.44.1.11]) by www.keycomp.net (8.8.5/SCO5) with SMTP id SAA04904; Tue, 19 Oct 1999 18:33:53 -0400 (EDT) Message-ID: <001e01bf1a81$0ac2b8a0$0b012ccf@bopper> From: "Bill A. K." To: "Ryan Petty" , References: Subject: Re: Kernel make fails Date: Tue, 19 Oct 1999 18:26:49 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Did you do a make depend just before you did a make? Good Luck Bill billieakay@yahoo.com ----- Original Message ----- From: Ryan Petty To: Sent: Tuesday, October 19, 1999 4:08 PM Subject: Kernel make fails > Hello, > > I am having trouble compiling a new kernel under FreeBSD-3.3-RELEASE. I > am not new to FreeBSD per se, but am new to configuring and compiling > kernels. > > When I attempt to make a new kernel I received the following error code: > > loading kernel > ioconf.o(.data+0xd0): undefined reference to `aicdriver' > *** Error code 1 > > Stop. > > I then went back into my kernel config file and commented out all the IDE > and ATAPI controllers and drives (as I do not have any IDE devices > installed). I then received the following error: > > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi > -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include > opt_global.h -elf vers.c > loading kernel > ioconf.o(.data+0x48): undefined reference to `aicdriver' > *** Error code 1 > > Stop. > > I have included a bit of the output of make before the error if it helps > to determine where the error is occurring. I am including my kernel > config file for review. > > Thanks in advance for any help you can give me. > > > # > # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks > # > # For more information on this file, please read the handbook section on > # Kernel Configuration Files: > # > # http://www.freebsd.org/handbook/kernelconfig-config.html > # > # The handbook is also available locally in /usr/share/doc/handbook > # if you've installed the doc distribution, otherwise always see the > # FreeBSD World Wide Web server (http://www.FreeBSD.ORG/) for the > # latest information. > # > # An exhaustive list of options and more detailed explanations of the > # device lines is also present in the ./LINT configuration file. If you are > # in doubt as to the purpose or necessity of a line, check first in LINT. > # > # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.143.2.22 1999/09/14 22:53:30 jkh Exp $ > > machine "i386" > #cpu "I386_CPU" > #cpu "I486_CPU" > #cpu "I586_CPU" > cpu "I686_CPU" > ident "NEXUS6-1" > maxusers 64 > > #options MATH_EMULATE #Support for x87 emulation > options INET #InterNETworking > options FFS #Berkeley Fast Filesystem > options FFS_ROOT #FFS usable as root device [keep this!] > options MFS #Memory Filesystem > options MFS_ROOT #MFS usable as root device, "MFS" req'ed > options NFS #Network Filesystem > #options NFS_ROOT #NFS usable as root device, "NFS" req'ed > options MSDOSFS #MSDOS Filesystem > options "CD9660" #ISO 9660 Filesystem > #options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed > options PROCFS #Process filesystem > options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] > options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device > options UCONSOLE #Allow users to grab the console > options FAILSAFE #Be conservative > options USERCONFIG #boot -c editor > options VISUAL_USERCONFIG #visual boot -c editor > #options KTRACE #ktrace(1) syscall trace support > options SYSVSHM #SYSV-style shared memory > options SYSVMSG #SYSV-style message queues > options SYSVSEM #SYSV-style semaphores > options COMPAT_LINUX # 10/19/99 -rbp > options "MAXMEM=(256*1024)" # 10/19/99 -rbp > options IPFIREWALL # 10/19/99 -rbp > options IPDIVERT # 10/19/99 -rbp > options QUOTA # 10/19/99 -rbp > > config kernel root on da0 > > # To make an SMP kernel, the next two are needed > #options SMP # Symmetric MultiProcessor Kernel > #options APIC_IO # Symmetric (APIC) I/O > # Optionally these may need tweaked, (defaults shown): > #options NCPU=2 # number of CPUs > #options NBUS=4 # number of busses > #options NAPIC=1 # number of IO APICs > #options NINTR=24 # number of INTs > > controller isa0 > controller pnp0 # PnP support for ISA > controller eisa0 > controller pci0 > > # Floppy drives > controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 > disk fd0 at fdc0 drive 0 > disk fd1 at fdc0 drive 1 > > # IDE controller and disks > #options "CMD640" # work around CMD640 chip deficiency > #controller wdc0 at isa? port "IO_WD1" bio irq 14 > #disk wd0 at wdc0 drive 0 > #disk wd1 at wdc0 drive 1 > > #controller wdc1 at isa? port "IO_WD2" bio irq 15 > #disk wd2 at wdc1 drive 0 > #disk wd3 at wdc1 drive 1 > > # ATAPI devices > #options ATAPI #Enable ATAPI support for IDE bus > #options ATAPI_STATIC #Don't do it as an LKM > #device acd0 #IDE CD-ROM > #device wfd0 #IDE Floppy (e.g. LS-120) > > # SCSI Controllers > # A single entry for any of these controllers (ncr, ahb, ahc) is > # sufficient for any number of installed devices. > #controller ncr0 # NCR/Symbios Logic > #controller ahb0 # EISA AHA1742 family > controller ahc0 # AHA2940 and onboard AIC7xxx devices > #controller amd0 # AMD 53C974 (Teckram DC-390(T)) > #controller isp0 # Qlogic family > #controller dpt0 # DPT Smartcache - See LINT for options! > > #controller adv0 at isa? port ? cam irq ? > #controller adw0 > #controller bt0 at isa? port ? cam irq ? > #controller aha0 at isa? port 0x340 cam irq 9 > controller aic0 at isa? port 0x340 bio irq 9 vector aicintr > > # SCSI peripherals > # Only one of each of these is needed, they are dynamically allocated. > controller scbus0 # SCSI bus (required) > device da0 # Direct Access (disks) > device sa0 # Sequential Access (tape etc) > device cd0 # CD > device pass0 # Passthrough device (direct SCSI) > > # Proprietary or custom CD-ROM Interfaces > #device wt0 at isa? port 0x300 bio irq 5 drq 1 > #device mcd0 at isa? port 0x300 bio irq 10 > #device matcd0 at isa? port 0x230 bio > #device scd0 at isa? port 0x230 bio > > # atkbdc0 controls both the keyboard and the PS/2 mouse > controller atkbdc0 at isa? port IO_KBD tty > device atkbd0 at isa? tty irq 1 > device psm0 at isa? tty irq 12 > > device vga0 at isa? port ? conflicts > > # splash screen/screen saver > pseudo-device splash > > # syscons is the default console driver, resembling an SCO console > device sc0 at isa? tty > > # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver > #device vt0 at isa? tty > #options XSERVER # support for X server > #options FAT_CURSOR # start with block cursor > # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines > #options PCVT_SCANSET=2 # IBM keyboards are non-std > > # Floating point support - do not disable. > device npx0 at isa? port IO_NPX irq 13 > > # Power management support (see LINT for more options) > #device apm0 at isa? disable flags 0x31 # Advanced Power Management > > # PCCARD (PCMCIA) support > #controller card0 > #device pcic0 at card? > #device pcic1 at card? > > # Serial (COM) ports > device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 > device sio1 at isa? port "IO_COM2" tty irq 3 > #device sio2 at isa? disable port "IO_COM3" tty irq 5 > #device sio3 at isa? disable port "IO_COM4" tty irq 9 > > # Parallel port > device ppc0 at isa? port? flags 0x40 net irq 7 > controller ppbus0 # Parallel port bus (required) > device lpt0 at ppbus? # Printer > device plip0 at ppbus? # TCP/IP over parallel > device ppi0 at ppbus? # Parallel port interface device > #controller vpo0 at ppbus? # Requires scbus and da0 > > # PCI Ethernet NICs. > #device al0 # ADMtek AL981 (``Comet'') > #device ax0 # ASIX AX88140A > #device de0 # DEC/Intel DC21x4x (``Tulip'') > device fxp0 # Intel EtherExpress PRO/100B (82557, 82558) > #device mx0 # Macronix 98713/98715/98725 (``PMAC'') > #device pn0 # Lite-On 82c168/82c169 (``PNIC'') > #device rl0 # RealTek 8129/8139 > #device sf0 # Adaptec AIC-6915 DuraLAN (``Starfire'') > #device tl0 # Texas Instruments ThunderLAN > #device tx0 # SMC 9432TX (83c170 ``EPIC'') > #device vr0 # VIA Rhine, Rhine II > #device vx0 # 3Com 3c590, 3c595 (``Vortex'') > #device wb0 # Winbond W89C840F > #device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'') > > # ISA Ethernet NICs. > # Order is important here due to intrusive probes, do *not* alphabetize > # this list of network interfaces until the probes have been fixed. > # Right now it appears that the ie0 must be probed before ep0. See > # revision 1.20 of this file. > #device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 > #device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 > #device ep0 at isa? port 0x300 net irq 10 > #device ex0 at isa? port? net irq? > #device fe0 at isa? port 0x300 net irq ? > #device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 > #device lnc0 at isa? port 0x280 net irq 10 drq 0 > #device cs0 at isa? port 0x300 net irq ? > # requires PCCARD (PCMCIA) support to be activated > #device xe0 at isa? port? net irq ? > > # PCCARD NIC drivers. > # ze and zp take over the pcic and cannot coexist with generic pccard > # support, nor the ed and ep drivers they replace. > #device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000 > #device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 > > # Pseudo devices - the number indicates how many units to allocated. > pseudo-device loop # Network loopback > pseudo-device ether # Ethernet support > pseudo-device sl 1 # Kernel SLIP > pseudo-device ppp 1 # Kernel PPP > pseudo-device tun 1 # Packet tunnel > pseudo-device pty 64 # Pseudo-ttys (telnet etc) > pseudo-device gzip # Exec gzipped a.out's > > # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. > # Be aware of the administrative consequences of enabling this! > # The number of devices determines the maximum number of > # simultaneous BPF clients programs runnable. > pseudo-device bpfilter 1 #Berkeley packet filter > > > > _______________________ > Ryan Petty > SourceNet Corporation > http://www.source.net > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 15:29:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gizmo.internode.com.au (gizmo.internode.com.au [192.83.231.115]) by hub.freebsd.org (Postfix) with ESMTP id 09D4517F73; Tue, 19 Oct 1999 15:29:01 -0700 (PDT) (envelope-from newton@gizmo.internode.com.au) Received: (from newton@localhost) by gizmo.internode.com.au (8.9.3/8.9.3) id HAA86016; Wed, 20 Oct 1999 07:58:57 +0930 (CST) (envelope-from newton) From: Mark Newton Message-Id: <199910192228.HAA86016@gizmo.internode.com.au> Subject: Re: Solaris Binaries on FreeBSD To: billieakay@yahoo.com (Bill A. K.) Date: Wed, 20 Oct 1999 07:58:57 +0930 (CST) Cc: freebsd-current@FreeBSD.ORG, questions@FreeBSD.ORG In-Reply-To: <000a01bf1a57$c486aaa0$0a012ccf@bopper> from "Bill A. K." at Oct 19, 99 01:31:22 pm 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 Bill A. K. wrote: > I was wondering if we can run Solaris Binaries on our great OS? I've > heard that OpenBSD can do it. If FreeBSD will, what do I need to do this? Grab a copy of the Solaris/x86 libraries from Sun (they'll ship you a CD set for $10 which includes SPARC and x86 binaries). Then look at http://www.freebsd.org/~newton/freebsd-svr4/ to see how to make it work. Note that the module sources on the web page have not been tested with 3.x for a very long time. You really ought to be running -current to expect this to work. - mark ---- Mark Newton Email: newton@internode.com.au (W) Network Engineer Email: newton@atdot.dotat.org (H) Internode Systems Pty Ltd Desk: +61-8-82232999 "Network Man" - Anagram of "Mark Newton" Mobile: +61-416-202-223 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 15:31:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id F184217EF9 for ; Tue, 19 Oct 1999 15:31:30 -0700 (PDT) (envelope-from daemon@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id AAA25140 for freebsd-questions@freebsd.org; Wed, 20 Oct 1999 00:31:26 +0200 (CEST) (envelope-from daemon@bigeye.rhein-neckar.de) Received: (from daemon@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id XAA04177 for freebsd-questions@freebsd.org; Tue, 19 Oct 1999 23:53:42 +0200 (CEST) (envelope-from daemon) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Re: Network backup solution Date: 19 Oct 1999 23:53:41 +0200 Message-ID: <7uip95$426$1@bigeye.rhein-neckar.de> References: <380B43DD.FB7D4FC4@earthling.net> To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Langa Kentane wrote: > I need to backup my FreeBSD 3.2-R server from a Linux box. The linux > box is fitted with a HP tape drive and our budget doesn't allow us to > take the easy way out and just buy another tape drive when I know for > sure that there should be a way to backup over the network. Somebody has already pointed you to Amanda. That is probably overkill for two hosts only, and if you've never done it before, initially setting up Amanda is somewhat difficult due to its complexity. I suggest a more straightforward solution: - Set up rsh so that root can execute commands from the FreeBSD box on the Linux one and vice versa. (~root/.rhosts; probably you also need to add "-h" to the flags rshd is called with in inetd.conf on the Linux box.) - On the FreeBSD box, you can now run full backups like dump 0af linuxbox:/dev/nst0 / dump 0af linuxbox:/dev/nst0 /home dump 0af linuxbox:/dev/nst0 /usr dump 0af linuxbox:/dev/nst0 /var rsh linuxbox mt -f /dev/nst0 rewind (or whatever your filesystems are). See the dump(8) and restore(8) man pages. - You probably want to actually initiate the backup of the FreeBSD box from the Linux machine (you certainly don't want both machines to try to run backups at the same time): rsh freebsdbox dump 0af linuxbox:/dev/nst0 / etc. Collect all the commands in simple shell scripts. Yes, you can read the BSD dump archives on the Linux box. And if you don't use dump there yet, you might want to check it out. Yes, with varying amounts of fiddling you can also do remote backups with tar, cpio, and with pax. (If you can read German, check out the writeup of my presentation on elementary Unix backup tools at this year's LinuxTag: http://home.pages.de/~naddy/unix/backup.html I have intended to rewrite this in English and submit it to Daemon News for quite some time, but I still haven't gotten around to it. Sorry.) -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 15:34: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 52B6317F15 for ; Tue, 19 Oct 1999 15:34:42 -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 OAA49401; Tue, 19 Oct 1999 14:38:13 -0700 (PDT) (envelope-from wcarey@wcarey.com) Date: Tue, 19 Oct 1999 14:38:13 -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.36a82546.253c0920@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 I would recommend a complete update. On Mon, 18 Oct 1999 ATeslik@aol.com wrote: > >>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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 15:41:56 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 6BE2317F89 for ; Tue, 19 Oct 1999 15:41:53 -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 OAA49415; Tue, 19 Oct 1999 14:45:26 -0700 (PDT) (envelope-from wcarey@wcarey.com) Date: Tue, 19 Oct 1999 14:45:26 -0700 (PDT) From: Woody Carey To: tomb Cc: freebsdquestions Subject: Re: Does FreeBSD support D-Link DFE-650 etherlink card? In-Reply-To: <380CE465.73B84377@cgf.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 answer to the question is in the release notes for whatever particular version of freebsd you are referring to. These release notes can be found on the web site, and the ftp site. HTH, Woody On Tue, 19 Oct 1999, tomb wrote: > And if so which device do I need to include? > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 15:50: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (broccoli.graphics.cornell.edu [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id F019017FDA for ; Tue, 19 Oct 1999 15:49:50 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA056833387; Tue, 19 Oct 1999 18:49:47 -0400 Message-Id: <199910192249.AA056833387@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: matt.kershnar@caredata.com Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: domain aliasing In-Reply-To: Your message of "Tue, 19 Oct 1999 15:20:53 CDT." <002a01bf1a6f$7210f830$983a9bd1@citizen1.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 19 Oct 1999 18:49:46 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG you need to: 1. add an MX record to the DNS zone file for the new domain (see O'Reilly's "DNS and BIND", ISBN 1-56592-512-2), and 2. configure sendmail on the existing server to accept mail for the domain (see O'Reilly's "sendmail", ISBN 1-56592-222-0, or www.sendmail.org). -Mitch >hi, i'm a sys admin wannabe who's been doing this stuff for three months so >i don't know jack. the real sys admin at my place just left so i am trying >to do things in his stead, and knowledge is slow in coming. My particular >problem right now is that i have a domain name (that has already been >registered with internic) and i need to direct all mail to the new domain >towards a domain that already exists on the server. it seems like a simple >proposition, i'm just not sure which files in need to create/edit and how. >any help would be appreciated, as would some suggestions for good unix >manuals. thanks for your time. > > >sincerely >matt kershnar > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 15:57:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f68.law4.hotmail.com [216.33.149.68]) by hub.freebsd.org (Postfix) with SMTP id 9F36017F37 for ; Tue, 19 Oct 1999 15:57:19 -0700 (PDT) (envelope-from gandalf24@hotmail.com) Received: (qmail 88058 invoked by uid 0); 19 Oct 1999 22:57:18 -0000 Message-ID: <19991019225718.88057.qmail@hotmail.com> Received: from 216.67.7.60 by www.hotmail.com with HTTP; Tue, 19 Oct 1999 15:57:16 PDT X-Originating-IP: [216.67.7.60] From: "Gandalf T. Grey" To: ingham@i-pi.com, freebsd-questions@freebsd.org Subject: Re: Sound on a Thinkpad 1720i Date: Tue, 19 Oct 1999 15:57:16 PDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was having the same problem with my TP560X which has the same audio setup. I decided to try 're-making' the audio devices from scratch. I removed everything that MAKEDEV snd0/1 had created (audio0/1, etc.) then re-ran MAKEDEV snd0. Everything works fine now. G. >Trying snd1 leads to the message: >pcm1: unit not configured, perhaps you want pcm0 ? > >Trying snd0 (cat file.au >/dev/audio) leads to it just sitting there (no >sound out). When I give up and interrupt the cat, I get >tsleep returns 4 ______________________________________________________ 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 Tue Oct 19 16: 2:35 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 EE80017FF1 for ; Tue, 19 Oct 1999 16:02:26 -0700 (PDT) (envelope-from notme@lvdi.net) Received: from lvdi.net ([216.24.141.14]) by 216.24.138.2127.0.0.1 ; Tue, 19 Oct 1999 15:56:08 2000 PDT Message-ID: <380CFAB6.4A9D2FC@lvdi.net> Date: Tue, 19 Oct 1999 16:11:50 -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: <6C37EE640B78D2118D2F00A0C90FCB4401105D0D@site2s1> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yeah, it works correctly now! Thanks for all the help! Frankie Christopher Michaels wrote: > Well, it should effect /usr/home, it should effect everything on the /usr > partition. > > Try running quotacheck -v and see if that straightens it out. > > -Chris > > > -----Original Message----- > > From: me++ [SMTP:notme@lvdi.net] > > Sent: Monday, October 18, 1999 6:49 PM > > To: Christopher Michaels > > Cc: freebsd-questions@freebsd.org > > Subject: Re: quota not working properly > > > > Ended up it is the space. When I read it from the page, > > I though there was one... :) > > But now there seems to be another problem. I have > > quota installed for /usr, does that effect the user's > > quota for /usr/home? (I was expecting it to, but it didn't > > appear so when I set it up on my server.) > > When I do a quota -v username as root, I can see the limit, > > but it doesn't show me the amount used even after exceeding > > the quota limit. > > > > Once again, thanks a lot to all of you who helped! :) > > > > Frankie > > > > Christopher Michaels wrote: > > > > > 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 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 16:17: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nexus6.source.net (nexus6.source.net [206.100.10.4]) by hub.freebsd.org (Postfix) with ESMTP id 0CBC118084 for ; Tue, 19 Oct 1999 16:16:58 -0700 (PDT) (envelope-from rbp@source.net) Received: from replicant (replicant.source.net [206.100.10.3]) by nexus6.source.net (8.8.8/8.8.5) with SMTP id QAA08090 for ; Tue, 19 Oct 1999 16:16:57 -0700 (PDT) From: "Ryan Petty" To: Subject: RE: Kernel make fails Date: Tue, 19 Oct 1999 16:10:23 -0700 Message-ID: <000c01bf1a87$1f54c6e0$030a64ce@replicant.source.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 In-Reply-To: <001e01bf1a81$0ac2b8a0$0b012ccf@bopper> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I did perform a make depend before make. I even did a make clean, ran the config utility again and re-ran make depend and make. I believe it has to do with the Adaptec 1520B ISA SCSI card I have installed. It is installed in addition to the Adaptec 2940U2W (AIC7896) on board SCSI. Possibly a conflict with two Adaptec cards??? I removed the line controller aic0 at isa? port 0x340 bio irq 9 vector aicintr from the kernel config file and the kernel compiled fine. Is there something incorrect about the syntax? --   Regards, ____________________________ Ryan Petty rbp@source.net   > -----Original Message----- > From: Bill A. K. [mailto:billieakay@yahoo.com] > Sent: Tuesday, October 19, 1999 3:27 PM > To: Ryan Petty; freebsd-questions@freebsd.org > Subject: Re: Kernel make fails > > > Hi, > Did you do a make depend just before you did a make? > > Good Luck > > Bill > billieakay@yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 16:27:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay.veriguard.com (relay.securify.com [207.5.63.61]) by hub.freebsd.org (Postfix) with ESMTP id C6FF4180CB for ; Tue, 19 Oct 1999 16:27:16 -0700 (PDT) (envelope-from tomb@cgf.net) Received: by relay.veriguard.com; id QAA21904; Tue, 19 Oct 1999 16:24:49 -0700 (PDT) Received: from unknown(10.5.63.100) by relay.veriguard.com via smap (4.1) id xma021877; Tue, 19 Oct 99 16:24:30 -0700 Message-ID: <380CFDAE.FAAEE508@cgf.net> Date: Tue, 19 Oct 1999 16:24:30 -0700 From: tomb X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Woody Carey Cc: freebsdquestions Subject: Re: Does FreeBSD support D-Link DFE-650 etherlink card? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Not so I'm afraid. The documentation is as ropy as ever. however http://www.jp.freebsd.org/PAO did have part of the answer. Tom Woody Carey wrote: > > I think the answer to the question is in the release notes for > whatever particular version of freebsd you are referring to. > These release notes can be found on the web site, and the ftp site. > HTH, > > Woody > > On Tue, 19 Oct 1999, tomb wrote: > > > And if so which device do I need to include? > > > > ________________________________________________________________________________ > This message has been checked for all known viruses by the Star Screening System > http://academy.star.co.uk/public/virustats.htm -- Tom Brown --------- Webmaster http://www.justmust.com/ Windows have, for 400 years, been providing the devious with easy access to your possesions. At the end of the 20th centuary this truer than ever. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 16:36:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.inteliport.net (ns1.inteliport.net [208.27.31.2]) by hub.freebsd.org (Postfix) with ESMTP id 63DDB1812A for ; Tue, 19 Oct 1999 16:36:05 -0700 (PDT) (envelope-from gameboy@inteliport.com) Received: from inteliport.com (ip103.inteliport.net [208.27.31.103]) by ns1.inteliport.net (8.8.5/8.8.5) with ESMTP id UAA17446 for ; Tue, 19 Oct 1999 20:24:31 -0500 (EST) Message-ID: <380CF272.C4A20E8E@inteliport.com> Disposition-Notification-To: Brian Date: Tue, 19 Oct 1999 19:36:34 -0300 From: Brian X-Mailer: Mozilla 4.61 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Subject: Make world massive problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i am having a very rough time upgrading from 2.2.8 to 3-stable, i have done this once before but apparently something this time is not quite right.... when i go to do a make world now, it says this or that/unknown/???/makefile.inc not found or something of that nature, the first time this happened i deleted the source tree completely and used cvs to get the new source tree for the stable release. but i seem to be haven' non-stop problems i have also seen some kind of error concerning the crtbegin.c in the csu directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 16:45: 4 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 93EB01814F for ; Tue, 19 Oct 1999 16:44:50 -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 PAA49499; Tue, 19 Oct 1999 15:48:09 -0700 (PDT) (envelope-from wcarey@wcarey.com) Date: Tue, 19 Oct 1999 15:48:09 -0700 (PDT) From: Woody Carey To: Rick Chandler Cc: freebsd-questions@FreeBSD.ORG Subject: Re: XWindows In-Reply-To: <19991019211940.51313.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 Have you looked on www.xfree86.org to see if the version you are using has a driver for that card? - Woody On Tue, 19 Oct 1999, Rick Chandler wrote: > Having a problem getting X to work. I have a Diamond speedstar A50(SIS 6326 > AGP) card and cannot get it to work. > Any help would be appriciated.. > Rick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 16:53:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from blockhead.mincom.com (blockhead1.mincom.com [203.55.175.241]) by hub.freebsd.org (Postfix) with ESMTP id 8495C18198 for ; Tue, 19 Oct 1999 16:52:52 -0700 (PDT) (envelope-from philh@mincom.com) Received: (from uucp@localhost) by blockhead.mincom.com (8.9.3/8.9.3) id JAA49009; Wed, 20 Oct 1999 09:52:50 +1000 (EST) (envelope-from philh@mincom.com) Received: from porthole.mincom.oz.au(172.17.100.2) via SMTP by blockhead.mincom.oz.au, id smtpdG49005; Wed Oct 20 09:52:46 1999 Received: (from philh@localhost) by porthole.mincom.oz.au (8.8.8/8.8.5) id JAA07051; Wed, 20 Oct 1999 09:52:45 +1000 (EST) Date: Wed, 20 Oct 1999 09:52:45 +1000 From: Phil Homewood To: Tony Finch Cc: "Ronald F. Guilmette" , freebsd-questions@FreeBSD.ORG Subject: Re: Stupid file system tricks. Message-ID: <19991020095245.P8842@mincom.com> References: <64003B21ECCAD11185C500805F31EC0303E73E0E@houston.matchlogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: ; from Tony Finch on Tue, Oct 19, 1999 at 03:45:57PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Tony Finch wrote: > nullfs would be great for this situation if it worked. Or NFS, if nullfs is still broke. mount localhost:/some/mounted/dir /some/other/location Obviously a nullfs is (theoretically) more efficient, but NFS has been working for me for years. -- Phil Homewood DNRC email: philh@mincom.com Postmaster and BOFH Mincom Ltd phone: +61-7-3303-3524 Brisbane, QLD Australia fax: +61-7-3303-3269 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 16:53:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from phoenix.aye.net (phoenix.aye.net [206.185.8.134]) by hub.freebsd.org (Postfix) with SMTP id 349D2181A0 for ; Tue, 19 Oct 1999 16:53:21 -0700 (PDT) (envelope-from barrett@phoenix.aye.net) Received: (qmail 23391 invoked by uid 1000); 19 Oct 1999 23:56:44 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 19 Oct 1999 23:56:44 -0000 Date: Tue, 19 Oct 1999 19:56:44 -0400 (EDT) From: Barrett Richardson To: FreeBSD -- The Power to Serve Cc: Jason , questions@freebsd.org, isp@freebsd.org Subject: Re: quick gated questions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Oct 1999, FreeBSD -- The Power to Serve wrote: > > > On Tue, 19 Oct 1999, Barrett Richardson wrote: > > > > > On Mon, 18 Oct 1999, Jason wrote: > > > > > what would I use to have multiple subnets accessible on one > > > machine? I have gated, but not quite sure how to do this.. I > > > want all traffic flowing to and from 205.252.42.x to go through one > > > router and all traffic going to and from 208.45.16.x going through > > > another, I have multipl interfaces/cards in the machine and setup > > > > Assuming class C networks and you aren't running a routing protocol: > > > > rip no; > > > > static { > > default gateway x.x.x.x; > > 205.252.42.0 masklen 24 gateway y.y.y.y; > > 208.45.16.0 masklen 24 gateway z.z.z.z; > > }; > > > > Oh, I'm sorry :).. > the 205 is 5 ips > the 208 is 32 ips > > and, I tried with closest masklens, and 208 worked, but 205 didnt.. you > see, there are upstream filters on the SDSL (which is the 208 subnet) > which prevent spoofing.. And it's not really spoofing, we just have > multiple connections that we're trying to use on one machine.. If you can > understand this, what i'm really looking for is for sort of 2 default > gateways.. > > it should be like this. > > 208.45.16.x (xl0) should have a default gateway of 208.45.16.249 > 205.252.42.x (ed1) should have a default gateway of 205.252.42.97 > .. > > Remember, they *ARE* on seperate interfaces, so I see no reason why this > shouldn't be possible one way or another, either with gated, or without, > or however :).. I know you can do this in IRIX and i *think* linux ;) > > So, it should be possible on bsd.. however, how, is the hard question :) > > Does anyone see how this would be possible? > > Thanks in Advance! > > Jason DiCioccio If they are attached subnets, you shouldn't need any static routes all. - Barrett To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 18: 3:46 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 484F7183B3 for ; Tue, 19 Oct 1999 18:03:42 -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 VAA22790; Tue, 19 Oct 1999 21:06:06 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910200106.VAA22790@cc942873-a.ewndsr1.nj.home.com> Subject: Re: vinum - How long does it take to perform operation X? In-Reply-To: <380CACC2.2800B9CF@csl.com> from Adam Nealis at "Oct 19, 1999 06:39:14 pm" To: adamn@csl.com (Adam Nealis) Date: Tue, 19 Oct 1999 21:06:06 -0400 (EDT) Cc: bright@wintelcom.net (Alfred Perlstein), freebsd-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 Adam Nealis wrote, > Sorry to take so long to get back. Been busy with other things. > > Alfred Perlstein wrote: > > > > On Fri, 15 Oct 1999, Adam Nealis wrote: > > > > > 3.3-STABLE (as per a cvsup and update from 14 October). > > > > > > Just starting out with vinum, I've read vinum(4) and vinum(8). > > > > > > I'm trying to create a mirrored volume of 2 x 9GB drives. > > > > > > These drives are /dev/da1s1e and /dev/da2s1e, and are > > > pristine, newfs'd volumes. I don't mount them on boot either, > > > > ^^^^^^ > > > > huh? shouldn't the partition type be set to 'vinum' like in > > the vinum manpage? > Is that vinum(4) or vinum(8)? I can't see anything that mentions > /sbin/mount in either of these man pages. > > As an experiment, I tried changing their type to vinum in /etc/fstab, > but mount complained that it couldn't find mount_vinum. I can't > seem to find the source in /usr/src either. > > /etc/fstab: > > /dev/da1s1e /mnt/mirror0 vinum rw 2 2 > /dev/da2s1e /mnt/mirror2 vinum rw 2 2 Wow. This is so far off I really do not even know where to start. But I think you mean, /dev/vinum/mirror /mnt/mirror ufs rw 2 2 > This is on a 3.3-STABLE box, based on a cvsup and make world > done on 14th October. > > Am I missing something obvious? A vinum volume looks just like a 'regular' partition to the system. Going back the 'newfs' reference, after you make up a vinum volume, you would, # newfs /dev/vinum/mirror And _not_ the partitions that make it up. -- 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 Tue Oct 19 18: 5: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 71938183C7 for ; Tue, 19 Oct 1999 18:05:45 -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 VAA22807; Tue, 19 Oct 1999 21:08:56 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910200108.VAA22807@cc942873-a.ewndsr1.nj.home.com> Subject: Re: messages log In-Reply-To: <01BF1A64.2D1FE520.dl@tyfon.net> from Dan Larsson at "Oct 19, 1999 07:00:13 pm" To: dl@tyfon.net Date: Tue, 19 Oct 1999 21:08:56 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG ([FreeBSD-Questions-List] (E-post)) 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 Dan Larsson wrote, > I want the messages log (/var/log/messages) to rotate just as the other logs > Do I need to create a crontab for this, or how should I configure the system? It _is_ rotated like the other logs in the default setup. See, manpages for newsyslog(8) and the file /etc/newsyslog.conf. -- 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 Tue Oct 19 18: 8:49 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 4A84F183D6 for ; Tue, 19 Oct 1999 18:08:43 -0700 (PDT) (envelope-from ian@tirnanog.org) Received: (qmail 15272 invoked from network); 20 Oct 1999 01:08:41 -0000 Received: from unknown (HELO ciara) (212.56.122.95) by cask.force9.net with SMTP; 20 Oct 1999 01:08:41 -0000 Message-ID: <001001bf1a98$083e1220$5f7a38d4@ciara> Reply-To: "Ian J Greely" From: "Ian J Greely" To: "Woody Carey" , "Rick Chandler" Cc: Subject: Re: XWindows Date: Wed, 20 Oct 1999 02:11:24 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Use the SVGA driver. Configure it using XF86Config and not the graphical interface as the probe fails every time. I found that I had to put the option no_linear, option no_bitblit in before the card produced any workable results. I have only manged to run it at a low res because my monitor is not up to the job but it does work at the lower resolutions. Check out the README.SiS in the XFree86 document directory /usr/X11R6/lib/doc regards, Ian - -----Original Message----- From: Woody Carey To: Rick Chandler Cc: freebsd-questions@FreeBSD.ORG Date: Wednesday, October 20, 1999 12:50 AM Subject: Re: XWindows > >Have you looked on www.xfree86.org to see if the version you are using >has a driver for that card? > > - Woody > >On Tue, 19 Oct 1999, Rick Chandler wrote: > >> Having a problem getting X to work. I have a Diamond speedstar A50(SIS 6326 >> AGP) card and cannot get it to work. >> Any help would be appriciated.. >> Rick. > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.0.2i iQA/AwUBOA0Wu/V49GQ1PAIGEQKp4ACg+Jb+mdW7gEUW+FxYbVa6hNXv9yIAoNUM MJb47vI86WOD2Scmk2pyleI1 =C1AV -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 18: 9:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.keycomp.net (www.keycomp.net [207.44.1.33]) by hub.freebsd.org (Postfix) with ESMTP id 7156F183DA; Tue, 19 Oct 1999 18:09:40 -0700 (PDT) (envelope-from billieakay@yahoo.com) Received: from bopper (kc-rmt09.keycomp.net [207.44.1.11]) by www.keycomp.net (8.8.5/SCO5) with SMTP id VAA05788; Tue, 19 Oct 1999 21:16:09 -0400 (EDT) Message-ID: <003001bf1a97$b9010960$0b012ccf@bopper> From: "Bill A. K." To: "Mark Newton" Cc: , References: <199910192228.HAA86016@gizmo.internode.com.au> Subject: Re: Solaris Binaries on FreeBSD Date: Tue, 19 Oct 1999 21:09:06 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Are you the author of this emulation? I was wondering because Sun is now shipping Solaris 7.0, will this work? BTW I am running CURRENT Bill billieakay@yahoo.com ----- Original Message ----- From: Mark Newton To: Bill A. K. Cc: ; Sent: Tuesday, October 19, 1999 6:28 PM Subject: Re: Solaris Binaries on FreeBSD > Bill A. K. wrote: > > > I was wondering if we can run Solaris Binaries on our great OS? I've > > heard that OpenBSD can do it. If FreeBSD will, what do I need to do this? > > Grab a copy of the Solaris/x86 libraries from Sun (they'll ship you a > CD set for $10 which includes SPARC and x86 binaries). Then look > at http://www.freebsd.org/~newton/freebsd-svr4/ to see how to make it > work. > > Note that the module sources on the web page have not been tested with > 3.x for a very long time. You really ought to be running -current to > expect this to work. > > - mark > > ---- > Mark Newton Email: newton@internode.com.au (W) > Network Engineer Email: newton@atdot.dotat.org (H) > Internode Systems Pty Ltd Desk: +61-8-82232999 > "Network Man" - Anagram of "Mark Newton" Mobile: +61-416-202-223 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 18:17:10 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 7290918425 for ; Tue, 19 Oct 1999 18:17:06 -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 VAA22853; Tue, 19 Oct 1999 21:17:51 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910200117.VAA22853@cc942873-a.ewndsr1.nj.home.com> Subject: Re: NIS server selection In-Reply-To: <380C80C0.1233ACC@freenet.uk.com> from Ian Diddams at "Oct 19, 1999 03:31:28 pm" To: didds@freenet.uk.com (Ian Diddams) Date: Tue, 19 Oct 1999 21:17:51 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG (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 Ian Diddams wrote, > We will shortkly have the scenario of one NIS master and two or three > NIS slaves. > > Due to various rasons we want to ensure the slaves are used by clients > in preference to the master server which we basically want to use to > merely update the slaves. > > Is there any way I can stipulate clients to use various slaves rather > than the master? The '-S' option of ypbind will do this. Also remember that the structure of the network is important, though. A client is always going to bind to a server on the LAN. If the master is not on the LAN, you don't have anything to worry about (unless there is no slave server either ;). > In Solaris ypinit has a -c option to create such an ordered list of NIS > servers to use , but FreeBSD does not support this feature. I'm not sure what this means. The clients don't run ypinit, so how could it effect what server they bind to? -- 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 Tue Oct 19 18:56:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.clipper.net (mail.eug.clipper.net [207.109.253.5]) by hub.freebsd.org (Postfix) with ESMTP id 970B517625 for ; Tue, 19 Oct 1999 18:56:26 -0700 (PDT) (envelope-from kirkl@clipper.net) Received: from desktop (ppp87.comm02.eug.clipper.net [216.116.34.87]) by mail.clipper.net (8.8.8/8.8.8) with SMTP id SAA32398 for ; Tue, 19 Oct 1999 18:53:44 -0700 From: "Kirk Letourneau" To: Subject: Password Hack Date: Mon, 18 Oct 1999 20:53:50 -0700 Message-ID: <000001bf1a9e$8101d880$0200000a@desktop> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm looking for a program to help me recover a lost root user password. Any suggestions? KL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 19: 2:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id E39621836A for ; Tue, 19 Oct 1999 19:02:06 -0700 (PDT) (envelope-from dscheidt@enteract.com) Received: from shell-1.enteract.com (dscheidt@shell-1.enteract.com [207.229.143.40]) by mail.enteract.com (8.9.3/8.9.3) with SMTP id VAA41973; Tue, 19 Oct 1999 21:02:01 -0500 (CDT) (envelope-from dscheidt@enteract.com) Date: Tue, 19 Oct 1999 21:02:01 -0500 (CDT) From: David Scheidt To: Kirk Letourneau Cc: questions@freebsd.org Subject: Re: Password Hack In-Reply-To: <000001bf1a9e$8101d880$0200000a@desktop> 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, Kirk Letourneau wrote: > I'm looking for a program to help me recover a lost root user password. Any > suggestions? KL > Boot single user, and edit the password file. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 19: 8:25 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 3C67314EE3 for ; Tue, 19 Oct 1999 19:08:01 -0700 (PDT) (envelope-from jonc@logisticsoftware.co.nz) Received: (from jonc@localhost) by logisticsoftware.co.nz (8.9.3/8.9.3) id PAA12980; Wed, 20 Oct 1999 15:07:21 +1300 (NZDT) Date: Wed, 20 Oct 1999 15:07:21 +1300 (NZDT) From: Jonathan Chen To: Kirk Letourneau Cc: questions@FreeBSD.ORG Subject: Re: Password Hack In-Reply-To: <000001bf1a9e$8101d880$0200000a@desktop> 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, Kirk Letourneau wrote: > I'm looking for a program to help me recover a lost root user password. Any > suggestions? KL For FreeBSD this is not required (since you can go to single user mode, and reset the password). For UNIX systems in general, what you need to do is to boot off alternative media - tape, floppy, CDROM, what-have-you; installation media usually provides you with the ability to do this. The vendor should be able to supply you with some form of boot media as well. You then load the drives, wipe the root password, reboot normally and reset the root password. Cheers. --------------------------------------------------------------------- Jonathan Chen | Opportunites are seldom labeled --------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 19:21:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from penelope.skunk.org (penelope.skunk.org [208.133.204.51]) by hub.freebsd.org (Postfix) with ESMTP id 98FC51859F for ; Tue, 19 Oct 1999 19:21:09 -0700 (PDT) (envelope-from ben@penelope.skunk.org) Received: from localhost (ben@localhost) by penelope.skunk.org (8.9.3/8.9.3) with ESMTP id WAA32080 for ; Tue, 19 Oct 1999 22:27:04 -0400 (EDT) Date: Tue, 19 Oct 1999 22:27:04 -0400 (EDT) From: Ben Rosengart To: questions@freebsd.org Subject: /sbin/init mode 500? 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 Why is /sbin/init installed with mode 500? What harm could possibly come from making it 555 like almost everything else in /sbin? Or at least 544? Likewise, /sbin/shutdown is not world readable. Is there any reason for this? -- Ben Rosengart UNIX Systems Engineer, Skunk Group StarMedia Network, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 19:42: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from phreebsd.org (gdslppp25.dnvr.uswest.net [216.160.165.25]) by hub.freebsd.org (Postfix) with ESMTP id DBB991A75D; Tue, 19 Oct 1999 19:41:55 -0700 (PDT) (envelope-from geniusj@suarez.bestweb.net) Received: from localhost (geniusj@localhost) by phreebsd.org (8.9.3/8.9.3) with ESMTP id UAA13595; Tue, 19 Oct 1999 20:24:27 -0600 X-Authentication-Warning: phreebsd.org: geniusj owned process doing -bs Date: Tue, 19 Oct 1999 20:24:27 -0600 (MDT) From: FreeBSD -- The Power to Serve X-Sender: geniusj@phreebsd.org To: Barrett Richardson Cc: FreeBSD -- The Power to Serve , questions@freebsd.org, isp@freebsd.org Subject: Re: quick gated questions 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 Aye, but I want to use SEPERATE routers for each device.. It's a must since each connectino has filters upstream to prevent use of other IP addresses that aren't on their network (spoof protection), therefore they must each be using their own network, so they cant all use the same network.. Thanks in advance (again) Jason DiCioccio On Tue, 19 Oct 1999, Barrett Richardson wrote: > > > > On Tue, 19 Oct 1999, FreeBSD -- The Power to Serve wrote: > > > > > > > On Tue, 19 Oct 1999, Barrett Richardson wrote: > > > > > > > > On Mon, 18 Oct 1999, Jason wrote: > > > > > > > what would I use to have multiple subnets accessible on one > > > > machine? I have gated, but not quite sure how to do this.. I > > > > want all traffic flowing to and from 205.252.42.x to go through one > > > > router and all traffic going to and from 208.45.16.x going through > > > > another, I have multipl interfaces/cards in the machine and setup > > > > > > Assuming class C networks and you aren't running a routing protocol: > > > > > > rip no; > > > > > > static { > > > default gateway x.x.x.x; > > > 205.252.42.0 masklen 24 gateway y.y.y.y; > > > 208.45.16.0 masklen 24 gateway z.z.z.z; > > > }; > > > > > > > Oh, I'm sorry :).. > > the 205 is 5 ips > > the 208 is 32 ips > > > > and, I tried with closest masklens, and 208 worked, but 205 didnt.. you > > see, there are upstream filters on the SDSL (which is the 208 subnet) > > which prevent spoofing.. And it's not really spoofing, we just have > > multiple connections that we're trying to use on one machine.. If you can > > understand this, what i'm really looking for is for sort of 2 default > > gateways.. > > > > it should be like this. > > > > 208.45.16.x (xl0) should have a default gateway of 208.45.16.249 > > 205.252.42.x (ed1) should have a default gateway of 205.252.42.97 > > .. > > > > Remember, they *ARE* on seperate interfaces, so I see no reason why this > > shouldn't be possible one way or another, either with gated, or without, > > or however :).. I know you can do this in IRIX and i *think* linux ;) > > > > So, it should be possible on bsd.. however, how, is the hard question :) > > > > Does anyone see how this would be possible? > > > > Thanks in Advance! > > > > Jason DiCioccio > > > If they are attached subnets, you shouldn't need any static routes > all. > > - > > Barrett > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 19:43:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imo-d04.mx.aol.com (imo-d04.mx.aol.com [205.188.157.36]) by hub.freebsd.org (Postfix) with ESMTP id 3B5951A778 for ; Tue, 19 Oct 1999 19:43:08 -0700 (PDT) (envelope-from ATeslik@aol.com) Received: from ATeslik@aol.com by imo-d04.mx.aol.com (mail_out_v23.6.) id sZZLIhSzY_ (4586); Tue, 19 Oct 1999 22:42:12 -0400 (EDT) From: ATeslik@aol.com Message-ID: <0.c045811e.253e8604@aol.com> Date: Tue, 19 Oct 1999 22:42:12 EDT Subject: Re: Password Hack To: kirkl@clipper.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 Read the FAQ... http://www.FreeBSD.org/FAQ/admin.html#AEN1975 Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 20:24:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gizmo.internode.com.au (gizmo.internode.com.au [192.83.231.115]) by hub.freebsd.org (Postfix) with ESMTP id 80E23184F9; Tue, 19 Oct 1999 20:24:07 -0700 (PDT) (envelope-from newton@gizmo.internode.com.au) Received: (from newton@localhost) by gizmo.internode.com.au (8.9.3/8.9.3) id MAA86702; Wed, 20 Oct 1999 12:53:56 +0930 (CST) (envelope-from newton) From: Mark Newton Message-Id: <199910200323.MAA86702@gizmo.internode.com.au> Subject: Re: Solaris Binaries on FreeBSD To: billieakay@yahoo.com (Bill A. K.) Date: Wed, 20 Oct 1999 12:53:56 +0930 (CST) Cc: newton@internode.com.au, freebsd-current@FreeBSD.ORG, questions@FreeBSD.ORG In-Reply-To: <003001bf1a97$b9010960$0b012ccf@bopper> from "Bill A. K." at Oct 19, 99 09:09:06 pm 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 Bill A. K. wrote: > Are you the author of this emulation? I'm the maintainer and the guy who ported it to FreeBSD. It's very heavily derived from code originally authored by Christos Zoulas for NetBSD. > I was wondering because Sun is now > shipping Solaris 7.0, will this work? Yup. - mark ---- Mark Newton Email: newton@internode.com.au (W) Network Engineer Email: newton@atdot.dotat.org (H) Internode Systems Pty Ltd Desk: +61-8-82232999 "Network Man" - Anagram of "Mark Newton" Mobile: +61-416-202-223 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 20:31: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from poseidon.hamsterville.ultranet.com (poseidon.hamsterville.ultranet.com [146.115.71.116]) by hub.freebsd.org (Postfix) with ESMTP id 927D21A84E for ; Tue, 19 Oct 1999 20:30:58 -0700 (PDT) (envelope-from ben@hamsterville.ultranet.com) Received: from ENERGIZER (energizer.hamsterville.ultranet.com [146.115.71.106]) by poseidon.hamsterville.ultranet.com (8.9.3/8.9.0/1.0-bcg) with SMTP id XAA07445; Tue, 19 Oct 1999 23:32:15 -0400 (EDT) Message-ID: <00cc01bf1aab$bfd83290$6a477392@dsg.hamsterville.ultranet.com> From: "Ben Goodwin" To: "Greg Lehey" Cc: References: <011201bf15ec$2d177380$6a477392@dsg.hamsterville.ultranet.com> <19991014130605.Y78191@freebie.lemis.com> <00a201bf185f$520089f0$6a477392@dsg.hamsterville.ultranet.com> <19991017195845.65410@mojave.worldwide.lemis.com> Subject: Re: Fw: 3.3R box crashing; need help debugging the crash Date: Tue, 19 Oct 1999 23:32:34 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.5600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.5600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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. Check the subject line for the version :) Crap. I don't know what I did, but I no longer have the -RELEASE versions of my kernel or kernel.debug (I upgraded to -STABLE kernel-wise to see if that would help). I can re-create the kernel, however, as I do have the same config file. I do have the log containing what dmesg would have said back then: Oct 9 04:05:52 poseidon /kernel: Copyright (c) 1992-1999 FreeBSD Inc. Oct 9 04:05:52 poseidon /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993 Oct 9 04:05:52 poseidon /kernel: The Regents of the University of California. A ll rights reserved. Oct 9 04:05:52 poseidon /kernel: FreeBSD 3.3-RELEASE #3: Tue Oct 5 05:52:48 ED T 1999 Oct 9 04:05:52 poseidon /kernel: root@poseidon.hamsterville.ultranet.com:/usr/s rc/sys/compile/POSEIDON Oct 9 04:05:52 poseidon /kernel: Timecounter "i8254" frequency 1193182 Hz Oct 9 04:05:52 poseidon /kernel: Timecounter "TSC" frequency 400910463 Hz Oct 9 04:05:52 poseidon /kernel: CPU: Pentium II/Xeon/Celeron (400.91-MHz 686-c lass CPU) Oct 9 04:05:52 poseidon /kernel: Origin = "GenuineIntel" Id = 0x652 Stepping = 2 Oct 9 04:05:52 poseidon /kernel: Features=0x183fbff Oct 9 04:05:52 poseidon /kernel: real memory = 134217728 (131072K bytes) Oct 9 04:05:52 poseidon /kernel: avail memory = 128057344 (125056K bytes) Oct 9 04:05:52 poseidon /kernel: Preloaded elf kernel "kernel" at 0xc0257000. Oct 9 04:05:52 poseidon /kernel: Pentium Pro MTRR support enabled Oct 9 04:05:52 poseidon /kernel: Probing for devices on PCI bus 0: Oct 9 04:05:52 poseidon /kernel: chip0: rev 0x02 on pci0.0.0 Oct 9 04:05:52 poseidon /kernel: chip1: rev 0x02 on pci0.1.0 Oct 9 04:05:52 poseidon /kernel: chip2: rev 0 x02 on pci0.7.0 Oct 9 04:05:52 poseidon /kernel: ide_pci0: rev 0x01 on pci0.7.1 Oct 9 04:05:52 poseidon /kernel: chip3: rev 0x02 on pci0.7.3 Oct 9 04:05:52 poseidon /kernel: rl0: rev 0 x10 int a irq 10 on pci0.16.0 Oct 9 04:05:52 poseidon /kernel: rl0: Ethernet address: 00:e0:29:30:43:f7 Oct 9 04:05:52 poseidon /kernel: rl0: autoneg complete, link status good (half- duplex, 100Mbps) Oct 9 04:05:52 poseidon /kernel: Probing for devices on PCI bus 1: Oct 9 04:05:52 poseidon /kernel: vga0: rev 0x04 int a irq 10 on pci1.0.0 Oct 9 04:05:52 poseidon /kernel: Probing for PnP devices: Oct 9 04:05:52 poseidon /kernel: Probing for devices on the ISA bus: Oct 9 04:05:52 poseidon /kernel: sc0 on isa Oct 9 04:05:52 poseidon /kernel: sc0: VGA color <16 virtual consoles, flags=0x0 > Oct 9 04:05:52 poseidon /kernel: atkbdc0 at 0x60-0x6f on motherboard Oct 9 04:05:52 poseidon /kernel: atkbd0 irq 1 on isa Oct 9 04:05:52 poseidon /kernel: psm0: failed to get data. Oct 9 04:05:52 poseidon /kernel: psm0 irq 12 on isa Oct 9 04:05:52 poseidon /kernel: psm0: model Generic PS/2 mouse, device ID 0 Oct 9 04:05:52 poseidon /kernel: sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa Oct 9 04:05:52 poseidon /kernel: sio0: type 16550A Oct 9 04:05:52 poseidon /kernel: sio1 at 0x2f8-0x2ff irq 3 on isa Oct 9 04:05:52 poseidon /kernel: sio1: type 16550A Oct 9 04:05:52 poseidon /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa Oct 9 04:05:52 poseidon /kernel: wdc0 at 0x1f0-0x1f7 irq 14 on isa Oct 9 04:05:52 poseidon /kernel: wdc0: unit 0 (wd0): Oct 9 04:05:52 poseidon /kernel: wd0: 4924MB (10085040 sectors), 10672 cyls, 15 heads, 63 S/T, 512 B/S Oct 9 04:05:52 poseidon /kernel: wdc0: unit 1 (atapi): , removable, accel, dma, iordy Oct 9 04:05:52 poseidon /kernel: acd0: drive speed 1718 - 6875KB/sec, 128KB cac he Oct 9 04:05:52 poseidon /kernel: acd0: supported read types: CD-R, CD-RW, CD-DA , packet track Oct 9 04:05:52 poseidon /kernel: acd0: Audio: play, 255 volume levels Oct 9 04:05:52 poseidon /kernel: acd0: Mechanism: ejectable tray Oct 9 04:05:52 poseidon /kernel: acd0: Medium: CD-ROM 120mm data disc loaded, u nlocked Oct 9 04:05:52 poseidon /kernel: vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa Oct 9 04:05:52 poseidon /kernel: npx0 on motherboard Oct 9 04:05:52 poseidon /kernel: npx0: INT 16 interface Oct 9 04:05:52 poseidon /kernel: changing root device to wd0s1a I'm not sure what else will help, but I'm more than happy to provide whatever you need. Thanks again, -=| Ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 20:55:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kougars.kish.cc.il.us (kougars.kish.cc.il.us [131.156.65.2]) by hub.freebsd.org (Postfix) with ESMTP id AC5421A947 for ; Tue, 19 Oct 1999 20:55:14 -0700 (PDT) (envelope-from mab@kougars.kish.cc.il.us) Received: from localhost (mab@localhost) by kougars.kish.cc.il.us (8.9.3/8.9.3) with ESMTP id WAA17461 for ; Tue, 19 Oct 1999 22:55:11 -0500 (CDT) Date: Tue, 19 Oct 1999 22:55:10 -0500 (CDT) From: Mike Bush To: freebsd-questions@freebsd.org Subject: 4.0-current compile errors Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This problem started a few weeks ago.. i dont know if its a problem in the CVS tree or my machine (im not really in the loop) but when running make buildworld i have these errors... echo '#include "i386/freebsd.h"' >> tm.h echo '#include "i386/perform.h"' >> tm.h cc -c -O -pipe -I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/config -I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc -I. -fexceptions -DIN_GCC -I/usr/obj/usr/src/tmp/usr/include -DL_mulsi3 -o _mulsi3.o /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/libgcc1.c *** Signal 12 Stop in /usr/src/gnu/lib/libgcc. *** Error code 1 If this is normal or if there is a fix please let me know. thanks :) Mike Bush To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 21: 2:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from calliope1.fm.intel.com (calliope1.fm.intel.com [132.233.247.10]) by hub.freebsd.org (Postfix) with ESMTP id 8B5221A978 for ; Tue, 19 Oct 1999 21:02:20 -0700 (PDT) (envelope-from bun.k.tan@intel.com) Received: from fmsmsx26.fm.intel.com (fmsmsx26.fm.intel.com [132.233.42.26]) by calliope1.fm.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.8 1999/10/12 18:42:22 tod Exp $) with ESMTP id VAA18029 for ; Tue, 19 Oct 1999 21:02:20 -0700 (PDT) Received: by fmsmsx26.fm.intel.com with Internet Mail Service (5.5.2448.0) id <4YTW7CSH>; Tue, 19 Oct 1999 21:02:02 -0700 Message-ID: <7B1A3FD0E515D211AC3E00A0C96B7AC902F9B9E0@orsmsx34.jf.intel.com> From: "Tan, Bun K" To: "'freebsd-questions@FreeBSD.ORG'" Subject: Kickstart / Jumpstart feature in FreeBSD? Date: Tue, 19 Oct 1999 21:02:01 -0700 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 Is there a Kickstart (Linux) / Jumpstart (SPARC)-like feature in FreeBSD? Thanks. Bun Tan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 21: 9:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from laurasia.com.au (lauras.lnk.telstra.net [139.130.93.142]) by hub.freebsd.org (Postfix) with ESMTP id DCD6C1A7CB for ; Tue, 19 Oct 1999 21:09:37 -0700 (PDT) (envelope-from mike@laurasia.com.au) Received: (from mike@localhost) by laurasia.com.au (8.9.3/8.9.3) id MAA15470; Wed, 20 Oct 1999 12:09:19 +0800 (WST) (envelope-from mike) From: Michael Kennett Message-Id: <199910200409.MAA15470@laurasia.com.au> Subject: Re: 4.0-current compile errors In-Reply-To: from Mike Bush at "Oct 19, 1999 10:55:10 pm" To: mab@kougars.kish.cc.il.us (Mike Bush) Date: Wed, 20 Oct 1999 12:09:19 +0800 (WST) Cc: freebsd-questions@FreeBSD.ORG 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 > This problem started a few weeks ago.. i dont know if its a problem in the > CVS tree or my machine (im not really in the loop) but when running make > buildworld i have these errors... > > echo '#include "i386/freebsd.h"' >> tm.h > echo '#include "i386/perform.h"' >> tm.h > cc -c -O -pipe -I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/config > -I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc -I. -fexceptions > -DIN_GCC -I/usr/obj/usr/src/tmp/usr/include -DL_mulsi3 -o _mulsi3.o > /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/libgcc1.c > *** Signal 12 > > Stop in /usr/src/gnu/lib/libgcc. > *** Error code 1 > > If this is normal or if there is a fix please let me know. thanks :) > > Mike Bush > > There have been some major changes in the '-current' tree allowing more than 32 signals. These changes were documented (very well) in a 'HEADS-UP' by Marcel when he committed his changes. I've included that HEADS-UP for your reference below. There is a long thread of discussions on -current about these changes. Check the archives for details. In particular, you'll find that it is necessary to build the kernel and *BOOT* the new kernel before a make world. There is continuing work being done on these changes. Check the UPDATING file in /usr/src for more details on the changes as well. Mike Kennett (mike@laurasia.com.au) -----Included: To: current@FreeBSD.ORG Date: Wed, 29 Sep 1999 17:29:40 +0200 From: Marcel Moolenaar Message-ID: <37F23064.98EEBC67@scc.nl> Subject: HEADS UP: sigset_t changes committed Sender: owner-freebsd-current@FreeBSD.ORG I just finished committing the sigset_t changes I worked on for the last 5 weeks. Before attempting to build world, you must make and install a new kernel. The new kernel will contain new syscalls that are needed during build world. doscmd is currently not being build because it needs fixing first. Alpha users are invited to test the changes since I've not been able to do that myself. I've done all I possibly could do to make this a success. I've attached the commit logs for everyone to see. Please report problems as soon as possible. Thanks, sigset_t change (part 1 of 5) ----------------------------- Rename sigaction, sigprocmask, sigpending and sigsuspend to osigaction, osigprocmask, osigpending and osigsuspend (resp) and add new syscalls for them to support the new sisgset_t without breaking existing binaries. Change the prototype of sigaltstack to use the typedef stack_t instead of struct sigaltstack to reflect that it is SUSv2 compliant. Also, rename sigreturn to osigreturn and add a new syscall to support the modified stackframe. The change is caused by sigreturn operating on ucontext_t now and the fact that siginfo_t has been updated to conform to SUSv2. sigset_t change (part 2 of 5) ----------------------------- The core of the signalling code has been rewritten to operate on the new sigset_t. No methodological changes have been made. Most references to a sigset_t object are through macros (see signalvar.h) to create a level of abstraction and to provide a basis for further improvements. The NSIG constant has not been changed to reflect the maximum number of signals possible. The reason is that it breaks programs (especially shells) which assume that all signals have a non-null name in sys_signame. See src/bin/sh/trap.c for an example. Instead _SIG_MAXSIG has been introduced to hold the maximum signal possible with the new sigset_t. struct sigprop has been moved from signalvar.h to kern_sig.c because a) it is only used there, and b) access must be done though function sigprop(). The latter because the table doesn't holds properties for all signals, but only for the first NSIG signals. signal.h has been reorganized to make reading easier and to add the new and/or modified structures. The "old" structures are moved to signalvar.h to prevent namespace polution. Especially the coda filesystem suffers from the change, because it contained lines like (p->p_sigmask == SIGIO), which is easy to do for integral types, but not for compound types. NOTE: kdump (and port linux_kdump) must be recompiled. Thanks to Garrett Wollman and Daniel Eischen for pressing the importance of changing sigreturn as well. sigset_t change (part 3 of 5) ----------------------------- By introducing a new sigframe so that the signal handler operates on the new siginfo_t and on ucontext_t instead of sigcontext, we now need two version of sendsig and sigreturn. A flag in struct proc determines whether the process expects an old sigframe or a new sigframe. The signal trampoline handles which sigreturn to call. It does this by testing for a magic cookie in the frame. The alpha uses osigreturn to implement longjmp. This means that osigreturn is not only used for compatibility with existing binaries. To handle the new sigset_t, setjmp saves it in sc_reserved (see NOTE). the struct sigframe has been moved from frame.h to sigframe.h to handle the complex header dependencies that was caused by the new sigframe. NOTE: For the i386, the size of jmp_buf has been increased to hold the new sigset_t. On the alpha this has been prevented by using sc_reserved in sigcontext. sigset_t change (part 4 of 5) ----------------------------- The compatibility code and/or emulators have been updated: iBCS2 now mostly uses the older syscalls. SVR4 now properly handles all signals. This has been achieved by using the new sigset_t throughout the emulator. The Linuxulator has been severely updated. Internally the new Linux sigset_t is made the default. These are then mapped to and from the new FreeBSD sigset_t. Also, rt_sigsuspend has been implemented in the Linuxulator. Implementing this syscall basicly caused all this sigset_t changing in the first place and the syscall has been used throughout the change as a means for testing. It basicly is too much work to undo the implementation so that it can later be added again. A special note on the use of sv_sigtbl and sv_sigsize in struct sysentvec: Every signal larger than sv_sigsize is not translated and is passed on to the signal handler unmodified. Signals in the range 1 upto and including sv_sigsize are translated. The rationale is that only the system defined signals need to be translated. The emulators also have been updated so that the translation tables are only indexed for valid (system defined) signals. This change also fixes the translation bug already in the SVR4 emulator. sigset_t change (part 5 of 5) ----------------------------- Most of the userland changes are in libc. For both the alpha and the i386 setjmp has been changed to accomodate for the new sigset_t. Internally, libc is mostly rewritten to use the new syscalls. The exception is in compat-43/sigcompat.c The POSIX thread library has also been rewritten to use the new sigset_t. Except, that it currently only handles NSIG signals instead of the maximum _SIG_MAXSIG. This should not be a problem because current applications don't use any signals higher than NSIG. There are version bumps for the following libraries: libdialog libreadline libc libc_r libedit libftpio libss These libraries either a) have one of the modified structures visible in the interface, or b) use sigset_t internally and may cause breakage if new binaries are used against libraries that don't have the sigset_t change. This not an immediate issue, but will be as soon as applications start using the new range to its fullest. NOTE: libncurses already had an version bump and has not been given one now. NOTE: doscmd is a real casualty and has been disconnected for the moment. Reconnection will eventually happen after doscmd has been fixed. I'm aware that being the last one to touch it, I'm automaticly promoted to being maintainer. According to good taste this means that I will receive a badge which either will be glued or mechanically stapled, drilled or otherwise violently forced onto me :-) NOTE: pcvt/vttest cannot be compiled with -traditional. The change cause sys/types to be included along the way which contains the const and volatile modifiers. I don't consider this a solution, but more a workaround. -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 21:25:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from phoenix.aye.net (phoenix.aye.net [206.185.8.134]) by hub.freebsd.org (Postfix) with SMTP id 4D18D17B9B for ; Tue, 19 Oct 1999 21:25:20 -0700 (PDT) (envelope-from barrett@phoenix.aye.net) Received: (qmail 22083 invoked by uid 1000); 20 Oct 1999 04:26:24 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 20 Oct 1999 04:26:24 -0000 Date: Wed, 20 Oct 1999 00:26:24 -0400 (EDT) From: Barrett Richardson To: FreeBSD -- The Power to Serve Cc: FreeBSD -- The Power to Serve , questions@freebsd.org, isp@freebsd.org Subject: Re: quick gated questions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Oct 1999, FreeBSD -- The Power to Serve wrote: > Aye, but I want to use SEPERATE routers for each device.. It's a must > since each connectino has filters upstream to prevent use of other IP > addresses that aren't on their network (spoof protection), therefore they > must each be using their own network, so they cant all use the same > network.. > Thanks in advance (again) > Jason DiCioccio Ok. Here's what I think I understand of your problem. You are direct connected to subnet 208.45.16.x/y and there is a gateway on that subnet, 208.45.16.248, beyond which is a larger network I'll call A. You are also direct connected to a subnet 205.252.42.x/y and the gateway on that network, 205.252.42.97 connects to a larger network I'll call B. A filters B, and B filters A. For accesses to your box that originate on network A, you need the return traffic to go back to A via 208.45.16.248. Likewise, you need packets that are return traffic to network B to exit your topology via 205.252.42.97. Am I right? To do this, your box must know the subnets that are both in network A, and network B. You need static routes for each of them, or your box must learn them via a routing protocol. Also, you must take care that your applications are not bound to a particular IP address or the return traffic to one of the networks will have a filtered IP address. Alternatively, you may be able to use ipfw and rule based forwarding as a means to the end. Say your box's ip addresses are 208.45.16.a and 205.252.42.b. You apply a rule that forwards packets with a source address of 208.45.16.a to 208.45.16.249. You apply another rule that forwards packets with a source address of 205.252.42.b to 205.252.42.97. You may want to have some extra rules to ensure that traffic destined to the attached subnets doesn't get bounced off the routers. - Barrett To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 21:59:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sling.rapdat.com (covad95.mminternet.com [209.241.151.95]) by hub.freebsd.org (Postfix) with ESMTP id D401F1AB68 for ; Tue, 19 Oct 1999 21:59:43 -0700 (PDT) (envelope-from hackett@rapdat.com) Received: from rapdat.com (gardi.rapdat.com [209.241.151.111]) by sling.rapdat.com (8.9.3/8.9.3) with ESMTP id WAA39702; Tue, 19 Oct 1999 22:06:25 -0700 (PDT) (envelope-from hackett@rapdat.com) Message-ID: <380D4C28.13F38D3F@rapdat.com> Date: Tue, 19 Oct 1999 21:59:21 -0700 From: Nathan Hackett Admin X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Mike Tancsa Cc: freebsd-questions@freebsd.org Subject: Re: Seagate STT20000N scsi tape drive References: <380c5808.1067527032@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 Thanks for the tip. I tried what you suggested, but I got the same result. I changed the number of filemarks to one (it was two), rewrote the archive with tar -c, but tar -u results in the same error. Any other ideas? Thanks, /nathan Mike Tancsa wrote: > On 19 Oct 1999 02:23:38 -0400, in sentex.lists.freebsd.questions you wrote: > > >I have a Seagate STT20000N 20 GB scsi tape drive on a Tyan Thunder 100 > >running FreeBSD3.2. > > Try > > /usr/bin/mt seteotmodel 1 > > ---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 Tue Oct 19 22:39:51 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 D2B481ACC2 for ; Tue, 19 Oct 1999 22:39:44 -0700 (PDT) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr530-a029.otenet.gr [195.167.115.29]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id IAA18606 for ; Wed, 20 Oct 1999 08:39:41 +0300 (EET DST) Received: (qmail 1411 invoked by uid 1001); 19 Oct 1999 15:21:02 -0000 To: freebsd-questions@freebsd.org Subject: Re: "Command not found" References: <001001bf1a40$a3681640$cd720a0a@ethanol> From: Giorgos Keramidas Date: 19 Oct 1999 18:21:02 +0300 In-Reply-To: "Ethanol Yip"'s message of "Tue, 19 Oct 1999 22:45:50 +0800" Message-ID: <86g0z7peap.fsf@localhost.hell.gr> Lines: 19 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 "Ethanol Yip" writes: > During my first logon after re-installing the FreeBSD, I executed the > command sysinstall in /stand but failed, with a message "command not found". Try using the full path to the command, as in: # /stand/sysinstall and remember that the current working directory is NOT in the PATH environment variable in FreeBSD by default, as in that "other" OS. One other solution is when you're in /stand to use: # ./sysintall explicitly specifying that you want to run a program from current directory. -- Giorgos Keramidas, "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 22:52:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (Postfix) with ESMTP id 718C71AAD5 for ; Tue, 19 Oct 1999 22:52:05 -0700 (PDT) (envelope-from marcus@miami.edu) Received: from jaguar.ir.miami.edu ("port 2681"@jaguar.ir.miami.edu [129.171.32.10]) by jaguar.ir.miami.edu (PMDF V5.2-32 #40232) with ESMTP id <0FJW007120ASC8@jaguar.ir.miami.edu> for FreeBSD-questions@FreeBSD.ORG; Wed, 20 Oct 1999 01:52:04 -0400 (EDT) Date: Wed, 20 Oct 1999 01:52:04 -0400 (EDT) From: "Joe \"Marcus\" Clarke" Subject: Re: Error 550: Relaying denied. In-reply-to: <380C1D00.3B01E17E@earthling.net> To: Langa Kentane Cc: FreeBSD-questions@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG By default in 3.2 and 3.3, sendmail relaying is turned off. This means that the user for which mailis sent to must exist locally on your machine, or it will be denied. You can "trust" certain domains you wish to relay for, however. To do this, create a sendmail.cw file in /etc/mail (this is as of late), and add one domain per line. Each of these domains should be domains you wish to relay for. Joe Clarke On Tue, 19 Oct 1999, Langa Kentane wrote: > Hi > I have a small problem with sendmail. I recently installed majordomo on > a machine x.sunnet.co.za and added a line in my db.sunnet.co.za : > x.sunnet.co.za IN MX x.sunnet.co.za > > Now when I try to send mail to majordomo@x.sunnet.co.za my mail FreeBSd > mail server tells me that relaying is denied. > > The mx record for the domain is: @ IN MX mail.sunnet.co.za > > The sendmail that rejected the message is running on mail.sunnet.co.za > > Please help > > -- > > Langa Kentane | Tel: +27 82 928 1952 > Manager: Networks Operations | http://www.sunnet.co.za > Sunshine Networks | http://langa.za.net > __________________________________________________________ > Unix, DOS, Windows > The good, The bad, and the ugly > __________________________________________________________ > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 22:58:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (Postfix) with ESMTP id D7CCF1AD38 for ; Tue, 19 Oct 1999 22:58:31 -0700 (PDT) (envelope-from marcus@miami.edu) Received: from jaguar.ir.miami.edu ("port 2703"@jaguar.ir.miami.edu [129.171.32.10]) by jaguar.ir.miami.edu (PMDF V5.2-32 #40232) with ESMTP id <0FJW0071I0LJC8@jaguar.ir.miami.edu> for freebsd-questions@FreeBSD.ORG; Wed, 20 Oct 1999 01:58:31 -0400 (EDT) Date: Wed, 20 Oct 1999 01:58:31 -0400 (EDT) From: "Joe \"Marcus\" Clarke" Subject: Re: How to fix cant load /kernel ???? Also soft updates fs corruption. In-reply-to: To: Mark Powell Cc: freebsd-questions@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Are you sure the kernel in root is an ELF kernel? I persoanlly haven't seen this error, but it looks like the file type for /kernel is not known to the loader. Can you run ``file /kernel'' on it from the fixit floppy? Also, according to Kirk's talk at FreeBSDCon, it seems SoftUpdates can (or will) allow for crashed systems to come back up without needing to run fsck. I don't think all the support is there yet, but Kirk seems confident that softupdate is good, and is going to get a lot better. He's in the process now of trying to sell it to the major industry hitters. After that, it should become the default in FreeBSD. Joe Clarke On Tue, 19 Oct 1999, Mark Powell wrote: > Hi, > One thing I've never quite understood is the FBSD boot process. I've > looked at docs read the man page, but never quite got it. I've got > machines to boot that wouldn't with: > > $ disklabel -B -b boot1 -s boot2 da0 > $ disklabel -B -b boot1 -s boot2 da0a > $ disklabel -B -b boot1 -s boot2 da0s1a > > Or some combination thereof. > Now we have two web cache machines both setup exactly the same. They > have a "dangerously dedicated" boot disk which has a root partition and > swap inside it. One machine paniced (bad memory) and the root fs was > corrupted. In the past I had the soft update flag on in the root fs, but > heard about possible soft updates problems and took the option out of the > kernel (3.2-STABLE.) The root was mounted async. I noticed the fsck > mentioning something about SOFT_UPDATE whilst it was fixing, but > eventually complained of a missing inode and wouldn't go any further. Did > having the fs mounted async, but the soft updates flag still set confuse > fsck? This is the 1st time I've ever had a corrupted fs and I've had many, > many reboots on async fs. > Anyhow. I booted to a fixit floppy and did a newfs on the fs. Then nfs > mounted the other machine's root fs and cpio'ed everything over. Changed > hostname and IP address and rebooted. Complains it "cant boot /kernel". I > though maybe the newfs had wiped bootblocks due to it being in a > "dangerously dedicated" partition. I booted back into fixit and did my > above trio of disklabel commands. Rebooted, but to no avail. From the boot > prompt I can "load /boot/loader" which seems to load the thing I'm already > in. I can "ls" and see the root fs, kernel, everything. But I can't get > the kernel to boot. > What has happened here that stops it booting? > Many thanks. At last I may get closer to understanding what goes on here. > Cheers. > > disk1s1a> load kernel > dont know how to load module /kernel > disk1s1a> > > Mark Powell - UNIX System Administrator - Clifford Whitworth Building > A.I.S., University of Salford, Salford, Manchester, UK. > Tel: +44 161 295 5936 Fax: +44 161 295 5888 www.pgp.com for PGP key > M.S.Powell@ais.salfrd.ac.uk (spell salford correctly to reply to me) > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 23: 6: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (Postfix) with ESMTP id AE3F61AD6F for ; Tue, 19 Oct 1999 23:05:52 -0700 (PDT) (envelope-from marcus@miami.edu) Received: from jaguar.ir.miami.edu ("port 2727"@jaguar.ir.miami.edu [129.171.32.10]) by jaguar.ir.miami.edu (PMDF V5.2-32 #40232) with ESMTP id <0FJW0071V0XSC8@jaguar.ir.miami.edu> for freebsd-questions@FreeBSD.ORG; Wed, 20 Oct 1999 02:05:52 -0400 (EDT) Date: Wed, 20 Oct 1999 02:05:52 -0400 (EDT) From: "Joe \"Marcus\" Clarke" Subject: Re: Kernel make fails In-reply-to: To: Ryan Petty Cc: freebsd-questions@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The aic0 controller was not ported to the new CAM SCSI layer. Therefore, it will not work with CAM (3.0+) kernels. Joe Clarke On Tue, 19 Oct 1999, Ryan Petty wrote: > Hello, > > I am having trouble compiling a new kernel under FreeBSD-3.3-RELEASE. I > am not new to FreeBSD per se, but am new to configuring and compiling > kernels. > > When I attempt to make a new kernel I received the following error code: > > loading kernel > ioconf.o(.data+0xd0): undefined reference to `aicdriver' > *** Error code 1 > > Stop. > > I then went back into my kernel config file and commented out all the IDE > and ATAPI controllers and drives (as I do not have any IDE devices > installed). I then received the following error: > > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi > -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include > opt_global.h -elf vers.c > loading kernel > ioconf.o(.data+0x48): undefined reference to `aicdriver' > *** Error code 1 > > Stop. > > I have included a bit of the output of make before the error if it helps > to determine where the error is occurring. I am including my kernel > config file for review. > > Thanks in advance for any help you can give me. > > > # > # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks > # > # For more information on this file, please read the handbook section on > # Kernel Configuration Files: > # > # http://www.freebsd.org/handbook/kernelconfig-config.html > # > # The handbook is also available locally in /usr/share/doc/handbook > # if you've installed the doc distribution, otherwise always see the > # FreeBSD World Wide Web server (http://www.FreeBSD.ORG/) for the > # latest information. > # > # An exhaustive list of options and more detailed explanations of the > # device lines is also present in the ./LINT configuration file. If you are > # in doubt as to the purpose or necessity of a line, check first in LINT. > # > # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.143.2.22 1999/09/14 22:53:30 jkh Exp $ > > machine "i386" > #cpu "I386_CPU" > #cpu "I486_CPU" > #cpu "I586_CPU" > cpu "I686_CPU" > ident "NEXUS6-1" > maxusers 64 > > #options MATH_EMULATE #Support for x87 emulation > options INET #InterNETworking > options FFS #Berkeley Fast Filesystem > options FFS_ROOT #FFS usable as root device [keep this!] > options MFS #Memory Filesystem > options MFS_ROOT #MFS usable as root device, "MFS" req'ed > options NFS #Network Filesystem > #options NFS_ROOT #NFS usable as root device, "NFS" req'ed > options MSDOSFS #MSDOS Filesystem > options "CD9660" #ISO 9660 Filesystem > #options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed > options PROCFS #Process filesystem > options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] > options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device > options UCONSOLE #Allow users to grab the console > options FAILSAFE #Be conservative > options USERCONFIG #boot -c editor > options VISUAL_USERCONFIG #visual boot -c editor > #options KTRACE #ktrace(1) syscall trace support > options SYSVSHM #SYSV-style shared memory > options SYSVMSG #SYSV-style message queues > options SYSVSEM #SYSV-style semaphores > options COMPAT_LINUX # 10/19/99 -rbp > options "MAXMEM=(256*1024)" # 10/19/99 -rbp > options IPFIREWALL # 10/19/99 -rbp > options IPDIVERT # 10/19/99 -rbp > options QUOTA # 10/19/99 -rbp > > config kernel root on da0 > > # To make an SMP kernel, the next two are needed > #options SMP # Symmetric MultiProcessor Kernel > #options APIC_IO # Symmetric (APIC) I/O > # Optionally these may need tweaked, (defaults shown): > #options NCPU=2 # number of CPUs > #options NBUS=4 # number of busses > #options NAPIC=1 # number of IO APICs > #options NINTR=24 # number of INTs > > controller isa0 > controller pnp0 # PnP support for ISA > controller eisa0 > controller pci0 > > # Floppy drives > controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 > disk fd0 at fdc0 drive 0 > disk fd1 at fdc0 drive 1 > > # IDE controller and disks > #options "CMD640" # work around CMD640 chip deficiency > #controller wdc0 at isa? port "IO_WD1" bio irq 14 > #disk wd0 at wdc0 drive 0 > #disk wd1 at wdc0 drive 1 > > #controller wdc1 at isa? port "IO_WD2" bio irq 15 > #disk wd2 at wdc1 drive 0 > #disk wd3 at wdc1 drive 1 > > # ATAPI devices > #options ATAPI #Enable ATAPI support for IDE bus > #options ATAPI_STATIC #Don't do it as an LKM > #device acd0 #IDE CD-ROM > #device wfd0 #IDE Floppy (e.g. LS-120) > > # SCSI Controllers > # A single entry for any of these controllers (ncr, ahb, ahc) is > # sufficient for any number of installed devices. > #controller ncr0 # NCR/Symbios Logic > #controller ahb0 # EISA AHA1742 family > controller ahc0 # AHA2940 and onboard AIC7xxx devices > #controller amd0 # AMD 53C974 (Teckram DC-390(T)) > #controller isp0 # Qlogic family > #controller dpt0 # DPT Smartcache - See LINT for options! > > #controller adv0 at isa? port ? cam irq ? > #controller adw0 > #controller bt0 at isa? port ? cam irq ? > #controller aha0 at isa? port 0x340 cam irq 9 > controller aic0 at isa? port 0x340 bio irq 9 vector aicintr > > # SCSI peripherals > # Only one of each of these is needed, they are dynamically allocated. > controller scbus0 # SCSI bus (required) > device da0 # Direct Access (disks) > device sa0 # Sequential Access (tape etc) > device cd0 # CD > device pass0 # Passthrough device (direct SCSI) > > # Proprietary or custom CD-ROM Interfaces > #device wt0 at isa? port 0x300 bio irq 5 drq 1 > #device mcd0 at isa? port 0x300 bio irq 10 > #device matcd0 at isa? port 0x230 bio > #device scd0 at isa? port 0x230 bio > > # atkbdc0 controls both the keyboard and the PS/2 mouse > controller atkbdc0 at isa? port IO_KBD tty > device atkbd0 at isa? tty irq 1 > device psm0 at isa? tty irq 12 > > device vga0 at isa? port ? conflicts > > # splash screen/screen saver > pseudo-device splash > > # syscons is the default console driver, resembling an SCO console > device sc0 at isa? tty > > # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver > #device vt0 at isa? tty > #options XSERVER # support for X server > #options FAT_CURSOR # start with block cursor > # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines > #options PCVT_SCANSET=2 # IBM keyboards are non-std > > # Floating point support - do not disable. > device npx0 at isa? port IO_NPX irq 13 > > # Power management support (see LINT for more options) > #device apm0 at isa? disable flags 0x31 # Advanced Power Management > > # PCCARD (PCMCIA) support > #controller card0 > #device pcic0 at card? > #device pcic1 at card? > > # Serial (COM) ports > device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 > device sio1 at isa? port "IO_COM2" tty irq 3 > #device sio2 at isa? disable port "IO_COM3" tty irq 5 > #device sio3 at isa? disable port "IO_COM4" tty irq 9 > > # Parallel port > device ppc0 at isa? port? flags 0x40 net irq 7 > controller ppbus0 # Parallel port bus (required) > device lpt0 at ppbus? # Printer > device plip0 at ppbus? # TCP/IP over parallel > device ppi0 at ppbus? # Parallel port interface device > #controller vpo0 at ppbus? # Requires scbus and da0 > > # PCI Ethernet NICs. > #device al0 # ADMtek AL981 (``Comet'') > #device ax0 # ASIX AX88140A > #device de0 # DEC/Intel DC21x4x (``Tulip'') > device fxp0 # Intel EtherExpress PRO/100B (82557, 82558) > #device mx0 # Macronix 98713/98715/98725 (``PMAC'') > #device pn0 # Lite-On 82c168/82c169 (``PNIC'') > #device rl0 # RealTek 8129/8139 > #device sf0 # Adaptec AIC-6915 DuraLAN (``Starfire'') > #device tl0 # Texas Instruments ThunderLAN > #device tx0 # SMC 9432TX (83c170 ``EPIC'') > #device vr0 # VIA Rhine, Rhine II > #device vx0 # 3Com 3c590, 3c595 (``Vortex'') > #device wb0 # Winbond W89C840F > #device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'') > > # ISA Ethernet NICs. > # Order is important here due to intrusive probes, do *not* alphabetize > # this list of network interfaces until the probes have been fixed. > # Right now it appears that the ie0 must be probed before ep0. See > # revision 1.20 of this file. > #device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 > #device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 > #device ep0 at isa? port 0x300 net irq 10 > #device ex0 at isa? port? net irq? > #device fe0 at isa? port 0x300 net irq ? > #device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 > #device lnc0 at isa? port 0x280 net irq 10 drq 0 > #device cs0 at isa? port 0x300 net irq ? > # requires PCCARD (PCMCIA) support to be activated > #device xe0 at isa? port? net irq ? > > # PCCARD NIC drivers. > # ze and zp take over the pcic and cannot coexist with generic pccard > # support, nor the ed and ep drivers they replace. > #device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000 > #device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 > > # Pseudo devices - the number indicates how many units to allocated. > pseudo-device loop # Network loopback > pseudo-device ether # Ethernet support > pseudo-device sl 1 # Kernel SLIP > pseudo-device ppp 1 # Kernel PPP > pseudo-device tun 1 # Packet tunnel > pseudo-device pty 64 # Pseudo-ttys (telnet etc) > pseudo-device gzip # Exec gzipped a.out's > > # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. > # Be aware of the administrative consequences of enabling this! > # The number of devices determines the maximum number of > # simultaneous BPF clients programs runnable. > pseudo-device bpfilter 1 #Berkeley packet filter > > > > _______________________ > Ryan Petty > SourceNet Corporation > http://www.source.net > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 23: 6:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (Postfix) with ESMTP id 1AC691AD79 for ; Tue, 19 Oct 1999 23:06:57 -0700 (PDT) (envelope-from marcus@miami.edu) Received: from jaguar.ir.miami.edu ("port 2732"@jaguar.ir.miami.edu [129.171.32.10]) by jaguar.ir.miami.edu (PMDF V5.2-32 #40232) with ESMTP id <0FJW007250ZKC8@jaguar.ir.miami.edu> for freebsd-questions@FreeBSD.ORG; Wed, 20 Oct 1999 02:06:56 -0400 (EDT) Date: Wed, 20 Oct 1999 02:06:56 -0400 (EDT) From: "Joe \"Marcus\" Clarke" Subject: Re: Kickstart / Jumpstart feature in FreeBSD? In-reply-to: <7B1A3FD0E515D211AC3E00A0C96B7AC902F9B9E0@orsmsx34.jf.intel.com> To: "Tan, Bun K" Cc: "'freebsd-questions@FreeBSD.ORG'" Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Check out /usr/ports/net/etherboot. Joe Clarke On Tue, 19 Oct 1999, Tan, Bun K wrote: > Is there a Kickstart (Linux) / Jumpstart (SPARC)-like feature in FreeBSD? > Thanks. > > Bun Tan > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 23:30:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cwcom.net (email.mcmail.com [195.44.0.104]) by hub.freebsd.org (Postfix) with ESMTP id 7B5E11AE23 for ; Tue, 19 Oct 1999 23:30:50 -0700 (PDT) (envelope-from shinykim@hotmail.com) Received: from sun4d.mcmail.com ([195.44.0.112]) by cwcom.net with Microsoft SMTPSVC(5.5.1877.167.16); Wed, 20 Oct 1999 07:30:49 +0100 Received: from oemcomputer (ad14-s15-205-176.cwci.net [195.44.205.176]) by sun4d.mcmail.com (8.8.8+Sun/8.8.8) with SMTP id HAA23208 for ; Wed, 20 Oct 1999 07:28:05 +0100 (BST) Message-Id: <199910200628.HAA23208@sun4d.mcmail.com> From: »þÀÌ´Ï Å´ To: freebsd-questions@freebsd.org Subject: Àú·ÅÇÑ ¿µ¾î¿¬¼ö¸¦ ¿µ±¹¿¡¼­.... Date: Wed, 20 Oct 99 07:29:24 GMT Daylight Time MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=AD_2000_PART_BOUNDARY_19990606 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --AD_2000_PART_BOUNDARY_19990606 Content-Type: text/plain Content-Transfer-Encoding: 7Bit 99³âµµÀÇ ¸¶Áö¸· Çлý ¸ðÁýÀ» ÇÕ´Ï´Ù!!!! Àú´Â ¿µ±¹ Bournemouth (º½¸¶¿ì½º) HTMi È£ÅÚÇб³ Çѱ¹ÀÎ Á÷¿ø Shiny KimÀ̶ó°í ÇÕ´Ï´Ù. ¶ÇÇÑ ÇöÁö¿¡¼­ Shiny Services(www.shinyser.cwc.net)¶ó´Â º»¸Ó½º À¯ÇпøÀ» ¿î¿µÇÏ°í ÀÖ½À´Ï´Ù. ¿µ±¹¿µ¾î(British English)´Â ¼¼°è ¾îµð¸¦ °¡´õ¶óµµ ÀÎÁ¤À» ¹Þ°í Çѱ¹ ¹× ÀϺα¹°¡(Áß±¹40%, ÀϺ»40%, Çʸ®ÇÉ, ¸Æ½ÃÄÚ, ³²¹Ì±¹°¡)¸¦ Á¦¿ÜÇÏ°í´Â ´ëºÎºÐÀÇ ±¹°¡(È£ÁÖ, ´ºÁú·£µå, ij³ª´Ù, ¸ðµç À¯·´±¹°¡, È«Äá, ½Ì°¡Æú..µî)°¡ ¿µ±¹½Ä ¿µ¾î ¾È¿¡¼­ ÀÌ·ç¾îÁý´Ï´Ù. ¿µ±¹¿¡¼­ÀÇ ÇÏ´Â ¿µ¾î°øºÎ´Â ´ÙÀ½°ú °°Àº ÀåÁ¡ÀÌ ÀÖ½À´Ï´Ù. 1) Çкñ°¡ ´Ù¸¥ ¿µ¾î±Ç ±¹°¡¿¡ ºñÇØ ¸Å¿ì Àú·ÅÇÏ°í ¾Æ¸£¹ÙÀÌÆ®°¡ ÇÕ¹ýÀûÀ̸ç Çѱ¹°ú ¿µ±¹Àº ¹«ºñÀÚ ÇùÁ¤±¹À̶ó ¾îÇп¬¼ö¸¦ °¥¶§´Â ÀÔÇÐÇã°¡¼­¸¸ ÀÖÀ¸¸é ÇлýºñÀÚ ¹Þ±â¿Í ¿¬ÀåÀÌ °¡Àå ¿ëÀÌÇÕ´Ï´Ù. ºñÀÚ¸¦ Çѱ¹¿¡¼­ ¹ÞÀ» ÇÊ¿ä°¡ ¾øÀÌ ¼ö¼ÓÀÌ °£´ÜÇÕ´Ï´Ù. º» À¯Çпø(www.shinyser.cwc.net)ÀÇ ÇкñÇÒÀÎ ÇýÅÃÀÌ 20-50 %°¡ ³Ñ½À´Ï´Ù. 2) ¾îÇп¬¼öÇб³ÀÇ ÇлýºñÀ²Àº À¯·´°è°¡ ¾à 70 %¸¦ ³Ñ°í ±×¿Ü Áßµ¿, ¶óƾ, ÀϺ» µîÀÔ´Ï´Ù. ±× Áß Çѱ¹Çлý ºñÀ²ÀÌ 10%¸¦ ³ÑÁö ¾Ê¾Æ¼­ Çѱ¹¾î »ç¿ëÀ¸·Î ÀÎÇÏ¿© ÇнÀÈ¿°ú°¡ ¶³¾îÁö´Â À§ÇèÀ» ÇÇÇÒ ¼ö ÀÖ½À´Ï´Ù. 3) ¿µ±¹½Å»ç¶ó´Â ±ú²ýÇÑ À̹ÌÁö°¡ ¸» ÇØ ÁÖµíÀÌ ¿µ±¹ÀεéÀÇ Ä£ÀýÇÔ°ú ±¹Á¦ÀûÀÎ ¸Å³Ê·Î ¿Ü±¹ÇлýµéÀÌ »ýÈ°Çϱ⿡ ÁÁ½À´Ï´Ù. 4) ÇлýºñÀÚ¸¦ ¼ÒÁöÇÑ ¿Ü±¹ÇлýÀº ÀǷẸÇèÀÌ ÀǷẸÇè ÇýÅÃÀÌ ÀÖ¾î ½ÉÀ庴, ¾Ï, ´Ü¼ø/±³Åë»ç°í, ÇǺÎÁúȯ µî ´ëºÎºÐÀ» ¹«·á·Î Ä¡·á¹ÞÀ» ¼ö ÀÖ½À´Ï´Ù. ÇöÀç ÀÌ°÷¿¡¼­ Ä¡·á¸¦ ¸ñÀûÀ¸·Î ÀÔ±¹ÇÏ´Â »ç¶÷µµ ÀÖ½À´Ï´Ù. Àå±â ü·ùÀÚµéÀº °¢ µ¿³×¿¡ ÀÖ´Â °³ÀÎÀǻ簡 Àֱ⠶§¹®¿¡ ½Å°í¸¸ ÇÏ¸é µË´Ï´Ù. 5) ¿©¼º, ¾î¸°ÀÌ, ³ëÀÎ, ¾Ö¿Ï¿ë µ¿¹° ±×¸®°í ³²ÀÚ(?)°¡ ¿ì¼± ¼øÀ§ÀÎ ¸¸Å­ Ä¡¾È°ú ¹üÁËÀ²(°³ÀÎÃѱâ ÈÞ´ë±ÝÁö)ÀÌ ³·Àº ¾ÈÀüÇÑ ³ª¶óÀÔ´Ï´Ù. 6) À¯·´±¹°¡ÀÇ Áß½ÉÁö¶ó À¯·´¿©Çà ¹× Àü ¼¼°èÀÇ ¹®È­¸¦ Á¢ÇÏ°í Ä£±¸¸¦ »ç±Ð ¼ö ÀÖ½À´Ï´Ù. ÇÑ ¿¹·Î½á ¸¹Àº ÇлýµéÀÌ À¯·´ ¿©Çà½Ã Ä£±¸ÁýÀ» ¹æ¹®ÇØ ¸îÀϾ¿ ¹¬¾î°¡°ï ÇÕ´Ï´Ù. º»¸Ó½º À¯Çпø(www.shinyser.cwc.net)Àº ¿µ±¹ ÇöÁö À¯ÇпøÀ¸·Î ´Ù¾çÇÑ Á¤º¸¿Í ±ú²ýÇÑ ±³À°»ç¾÷À» ¸ñÇ¥·Î ÇÏ¿© ¿µ±¹ÇöÁö Çб³¸¦ ã¾Æ´Ù´Ï¸ç °Ç¹°, Çлý¼ö, ÆíÀǽü³ µîÀ» È®ÀÎÇÏ°í Çлý¿¡°Ô ¾î¶°ÇÑ ºÒÀÌÀÍÀ» ´çÇÏÁö ¾Ê°Ô µµ¿Í µå¸³´Ï´Ù. Çб³¿¡¼­ ÇÒÀÎÇÏ´Â ÀϹÝÀûÀÎ ¿ä±Ý°ú(5-30%) À¯Çпø¿¡ µ¹¾Æ¿À´Â ¼ö¼ö·á¸¦ (15-20 %) ´õ ÇÒÀÎÇÏ¿© Çлý°ú °¡Á·¿¡°Ô º¸´Ù Å« ±â»ÝÀ» Á¦°øÇØ µå¸³´Ï´Ù. 99³âµµÀÇ ¸¶Áö¸· Çлý ¸ðÁýÀ» ÇÕ´Ï´Ù!!!! Àå.´Ü±â ¿¬¼ö ¹× Àü¹®/´ëÇб³, ´ëÇпø°úÁ¤À» ¿øÇÏ´Â ÇлýÀº ²À º»¸Ó½º À¯ÇпøÀÇ È¨ÆäÀÌÁö(www.shinyser.cwc.net)¸¦ ÂüÁ¶ ÇϽñ⠹ٶø´Ï´Ù. ¸¹Àº Çб³µéÀÌ ¿©·¯ºÐÀ» ±â´Ù¸³´Ï´Ù. Shiny Kim Tel/Fax 01202 250590 Mobile :079792 70772 Email : shinykim@hotmail.com Web-Site : www.shinyser.cwc.net Add. : 215A, Stewart Road, Bournemouth, BH8 8PB --AD_2000_PART_BOUNDARY_19990606-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 23:33:17 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 EDCAB1AE38 for ; Tue, 19 Oct 1999 23:33:11 -0700 (PDT) (envelope-from rfg@monkeys.com) Received: from monkeys.com (LOCALHOST [127.0.0.1]) by monkeys.com (8.9.3/8.9.3) with ESMTP id XAA16910; Tue, 19 Oct 1999 23:33:41 -0700 To: Phil Homewood Cc: Tony Finch , freebsd-questions@FreeBSD.ORG Subject: Re: Stupid file system tricks. In-reply-to: Your message of Wed, 20 Oct 1999 09:52:45 +1000. <19991020095245.P8842@mincom.com> From: "Ronald F. Guilmette" Date: Tue, 19 Oct 1999 23:33:41 -0700 Message-ID: <16908.940401221@monkeys.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <19991020095245.P8842@mincom.com>, you wrote: >Tony Finch wrote: >> nullfs would be great for this situation if it worked. > >Or NFS, if nullfs is still broke. > >mount localhost:/some/mounted/dir /some/other/location > >Obviously a nullfs is (theoretically) more efficient, but NFS >has been working for me for years. Thanks. That _would_ work, if I was willing to trust NFS. But my (admittedly limited) understanding of it suggests that it is too much of a security risk to run NFS on anything that is connected to the public Internet. nullfs would be marvelous, if it was reliable. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Oct 19 23:53:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sof.omega.bg (sof.omega.bg [212.116.136.97]) by hub.freebsd.org (Postfix) with ESMTP id 750F11AED0 for ; Tue, 19 Oct 1999 23:53:06 -0700 (PDT) (envelope-from roam@online.bg) Received: from casyst.com (statics74.omega.bg [212.50.5.74]) by sof.omega.bg (8.9.3/8.9.3) with SMTP id JAA26152 for ; Wed, 20 Oct 1999 09:53:48 +0300 Received: (qmail 631 invoked from network); 20 Oct 1999 09:52:36 -0000 Received: from stargazer.development.casyst.com (HELO online.bg) (192.168.13.10) by spunk.development.casyst.com with SMTP; 20 Oct 1999 09:52:36 -0000 Message-ID: <380D7492.25CCBFB5@online.bg> Date: Wed, 20 Oct 1999 09:51:46 +0200 From: Stranger in a strange land X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: fs@freebsd.org, questions@freebsd.org Subject: UFS/FFS support under NT? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Okay, so I searched the mailing lists, so this question has been asked once or twice before, with no definite answer but 'use FreeBSD'. Well, I *am* using FreeBSD - the problem is, due to employment situation, I *have* to use WinNT as well. Is there any way to mount/access fbsd slices under NT? Anything - even an ftp/smbclient-style program for simply traversing directories and reading files - would do.. read-only access would be enough. (Guess I am kind of lazy to read the kernel code and code up a little fs traversing tool myself.. but I just might have to do it, if the need should really arise..) I am currently using FreeBSD 3.1-RELEASE with plans to upgrade to 3.3-RELEASE. At home, I'm using WinNT WorkStation 4.0/SP4; at work - WinNT Enterprise Server 4.0. All partitions are on a single IDE HDD. Any help would be appreciated; sorry for the cross-post. G'luck, Roamer PS. I am currently not on the list, so please cc: replies to roam@online.bg. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 0: 7: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gate1.nutricia.com.pl (gate1.nutricia.com.pl [212.244.109.54]) by hub.freebsd.org (Postfix) with ESMTP id B9F3A1AEFE for ; Wed, 20 Oct 1999 00:05:47 -0700 (PDT) (envelope-from mariusz@ovitanutricia.com.pl) Received: (from mail@localhost) by gate1.nutricia.com.pl (8.9.2/8.9.2) id JAA35282; Wed, 20 Oct 1999 09:05:05 +0200 (CEST) (envelope-from mariusz@ovitanutricia.com.pl) Received: from poczta.nutricia.com.pl(10.0.0.8) by gate1.nutricia.com.pl via smap (V2.1+anti-relay+anti-spam) id xma035280; Wed, 20 Oct 99 09:04:49 +0200 Received: from kostucha.ovitanutricia.com.pl (kostucha.nutricia.com.pl [10.0.0.180]) by poczta.nutricia.com.pl (8.9.3/8.9.3) with ESMTP id JAA78277; Wed, 20 Oct 1999 09:04:47 +0200 (CEST) (envelope-from mariusz@ovitanutricia.com.pl) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <380BD8AD.E445F33B@commercialmovers.com> Date: Wed, 20 Oct 1999 09:06:05 +0200 (CEST) Organization: Ovita Nutricia Poland From: Mariusz Potocki To: "James A. Mutter" Subject: RE: AntiVirus Software Available for FreeBSD? Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 19-Oct-99 James A. Mutter wrote: > > I would like to add some type of AV scanner to my FreeBSD mail server. > Does anyone know if a product (Payware or Freeware) exists to do this? > Check out http://aachalon.de/amavis I succesfully installed this engine (with small patching) and run it with Sophos and AVP antivirus scanners > The idea, is to scan all emails and attachments after they hit the mail > server and before they get to the mail client, for viruses. I see a > product from McAfee that claims to scan "MSDOS" files - but will it scan > MSDOS files on FreeBSD file systems? Does this make a difference? > Yes, it works as advertised. > > > Thanks, > Jim -- Mariusz Potocki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 0:19:53 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 753EA1AF96; Wed, 20 Oct 1999 00:19:39 -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 JAA21749; Wed, 20 Oct 1999 09:20:10 +0200 (CEST) (envelope-from kostal@pefstud.uniag.sk) Date: Wed, 20 Oct 1999 09:20:10 +0200 (CEST) From: Ladislav Kostal To: freebsd-multimedia@freebsd.org Cc: freebsd-questions@freebsd.org Subject: software for grabbing 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 just got camera connected through capture card with bt848 chip working and now need to periodically save images from the cam to to server (will be served in html pages). E.g.: every 5. second save image from camera on certain place. Which software could I use? Is is possible with FXTV? Thanks lk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 0:27: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from moon.mteege.de (ppps-nb03.MVnet.de [194.25.108.153]) by hub.freebsd.org (Postfix) with ESMTP id 50DE41AF70 for ; Wed, 20 Oct 1999 00:26:27 -0700 (PDT) (envelope-from matthias@mteege.de) Received: (from matthias@localhost) by moon.mteege.de (8.8.8/8.8.8) id IAA03523; Wed, 20 Oct 1999 08:53:49 +0200 (MET DST) (envelope-from matthias) Date: Wed, 20 Oct 1999 08:53:48 +0200 From: Matthias Teege To: Terry Todd Cc: freebsd-questions@FreeBSD.ORG Subject: Re: news2mail programs Message-ID: <19991020085348.A3299@moon.mteege.de> References: <199910191743.MAA91174@tltodd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <199910191743.MAA91174@tltodd.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Oct 19, 1999 at 12:43:13PM -0500, Terry Todd wrote: > > > Can anyone recommend a news2mail program? I have tried Alex Schnitman's > but it doesn't seem to work. It compiles but when I try to run it it > connects to the news server and then times out without doing anything. > I am looking for something that can run on my FreeBSD 3.2 system and > will connect to a news server on another system to do a news2mail > function. I don't want all the overhead of running inn or cnews. > I just want to provide a service for people who only have email access > to the internet the ability to receive one or two newsgroups of my > choosing. Has anyone had any success with Alex's news2mail on FreeBSD? checkout the cyrus mailserver in the ports. Matthias -- Matthias Teege -- matthias@mteege.de -- http://emugs.de make world not war PGP-Key auf Anfrage To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 0:41:38 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 1A3111AFA8 for ; Wed, 20 Oct 1999 00:41:23 -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 JAA21933 for ; Wed, 20 Oct 1999 09:41:49 +0200 (CEST) (envelope-from kostal@pefstud.uniag.sk) Date: Wed, 20 Oct 1999 09:41:49 +0200 (CEST) From: Ladislav Kostal To: freebsd-questions@freebsd.org Subject: sendmail question (masquerading and relaying) 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 need to rewrite all occurencies of my.server.sk to real.server.sk in mail headers and use real.server.sk as SMTP host. How to do it? I've tried to use DM, DS and so, but without success :((( 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 Wed Oct 20 0:56:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ctb-mesg2.saix.net (ctb-mesg2.saix.net [196.25.240.74]) by hub.freebsd.org (Postfix) with ESMTP id 726571AFD0 for ; Wed, 20 Oct 1999 00:55:54 -0700 (PDT) (envelope-from cataract@eye2eye.net) Received: from saix.net (cbs53-03-113.wc.saix.net) by ctb-mesg2.saix.net (Sun Internet Mail Server sims.3.5.1999.03.02.17.58.p5) with SMTP id <0FJW0034460YKE@ctb-mesg2.saix.net> for freebsd-questions@FreeBSD.ORG; Wed, 20 Oct 1999 09:55:47 +0200 (SAT) Received: from retina.eye2eye.net [192.168.62.1] by eye2eye.net [127.0.0.1] with SMTP (MDaemon.v2.7.SP0.R) for ; Wed, 20 Oct 1999 09:52:18 +0200 Received: by RETINA with Internet Mail Service (5.0.1459.74) id ; Wed, 20 Oct 1999 09:51:40 +0200 Date: Wed, 20 Oct 1999 09:51:38 +0200 From: Mike Bartlett Subject: export problem To: "'freebsd-questions@FreeBSD.ORG'" Message-id: <1145CD545D54D211BCEB0060B067AD06147785@RETINA> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.0.1459.74) Content-type: text/plain; CHARSET=US-ASCII X-MDaemon-Deliver-To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, Maybe I'm just stupid here - and if so could someone a) tell me i'm stupid and b) tell me why i'm stupid ;) I was having problems with the timezone on my mysql server, which Don Read was able to help me out with and solve my problem, so I executed his solution (setting the TZ in the mysql.sh script) on one of my boxes. Everything worked there was much joy and ulilation. So this morning I take the (what I believe to be) identical solution across to another box and check out the results below! Why does it try to execute TZ and export???? Cheers Mike deye 5$ less mysql.sh #!/bin/sh # TZ=SAT-1SAST export TZ /sbin/ldconfig -m /usr/local/lib/mysql if [ -x /usr/local/bin/safe_mysqld ] then /usr/local/bin/safe_mysqld > /dev/null & && echo -n ' mysql' fi deye 6$ ./mysql.sh mysqldeye 7$ TZ: not found EXPORT: not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 2:19:25 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 572E51B0C1 for ; Wed, 20 Oct 1999 02:19:15 -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 11drrB-0005rJ-00; Wed, 20 Oct 1999 11:16:29 +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 05:39:27 +0400." <37DB044F.E94371F4@mail.ru> Date: Wed, 20 Oct 1999 11:16:29 +0200 Message-ID: <22524.940410989@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 12 Sep 1999 05:39:27 +0400, preacher wrote: > I has MAKEDEVed but have got the same results > I rebuild kernel, check /etc/default/conf, but nothing. So you rebuilt and installed an apm-enabled kernel. You rebooted your system. While you were rebooting, you made sure the APM was nabled in the BIOS. You looked at the kernel probe output, or the output of the dmesg command. What did it say about apm0? You added this line to /etc/defaults/rc.conf: apm_enable="YES" You used MAKEDEV to create the device in /dev. When you ran apmconf -e it _still_ gave you "Device not configured"? That sounds weird. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 2:20:51 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 310481B00D for ; Wed, 20 Oct 1999 02:20:40 -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 11druj-0005t0-00; Wed, 20 Oct 1999 11:20:09 +0200 From: Sheldon Hearn To: Drew Wiggins Cc: Martin Gignac , freebsd-questions@FreeBSD.ORG Subject: Re: How do I remove a user with a capital letter in the login ID? In-reply-to: Your message of "Mon, 18 Oct 1999 12:34:53 +0100." <380B05DD.1C09FECE@multinet-media.com> Date: Wed, 20 Oct 1999 11:20:09 +0200 Message-ID: <22629.940411209@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 18 Oct 1999 12:34:53 +0100, Drew Wiggins wrote: > Use vipw and change the user login name. Or change the rmuser command, which is forcing a stupid restriction on you: Index: rmuser.perl =================================================================== RCS file: /home/ncvs/src/usr.sbin/adduser/rmuser.perl,v retrieving revision 1.8 diff -u -d -r1.8 rmuser.perl --- rmuser.perl 1999/08/28 01:15:11 1.8 +++ rmuser.perl 1999/10/20 09:19:36 @@ -108,7 +108,7 @@ # Username was given as a parameter $login_name = pop(@ARGV); die "Sorry, login name must contain alphanumeric characters only.\n" - if ($login_name !~ /^[a-z0-9_][a-z0-9_\-]*$/); + if ($login_name !~ /^\w[\w\-]*$/); } else { if ($affirm) { print STDERR "${whoami}: Error: -y option given without username!\n"; @@ -276,7 +276,7 @@ print "Enter login name for user to remove: "; $login_name = <>; chop $login_name; - if (!($login_name =~ /^[a-z0-9_][a-z0-9_\-]*$/)) { + if (!($login_name =~ /^\w[\w\-]*$/)) { print STDERR "Sorry, login name must contain alphanumeric characters only.\n"; } elsif (length($login_name) > 16 || length($login_name) == 0) { print STDERR "Sorry, login name must be 16 characters or less.\n"; Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 2:23:30 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 797D61AA51 for ; Wed, 20 Oct 1999 02:23:10 -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 11drxU-0005vJ-00; Wed, 20 Oct 1999 11:23:00 +0200 From: Sheldon Hearn To: "Stowell, Scott - TAFB/LASMT" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Distribution error In-reply-to: Your message of "Mon, 18 Oct 1999 09:43:55 EST." <1F494825E398D2119C820000F86328741F7D3C@laspo4.tinker.af.mil> Date: Wed, 20 Oct 1999 11:23:00 +0200 Message-ID: <22772.940411380@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 18 Oct 1999 09:43:55 EST, "Stowell, Scott - TAFB/LASMT" wrote: > I'm installing v3.3 and at the end of the installation I got the following > message: > > Couldn't extract the following distribution: > > Local > > Anyone know what this particular distribution is and if I should be > concerned? You shouldn't be concerned, no. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 2:27:13 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 809F41B119 for ; Wed, 20 Oct 1999 02:25:34 -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 11drzm-0005ww-00; Wed, 20 Oct 1999 11:25:22 +0200 From: Sheldon Hearn To: JammerJJ@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: (no subject) In-reply-to: Your message of "Tue, 19 Oct 1999 17:29:08 EDT." <0.c8d680fa.253e3ca4@aol.com> Date: Wed, 20 Oct 1999 11:25:22 +0200 Message-ID: <22873.940411522@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Oct 1999 17:29:08 EDT, JammerJJ@aol.com wrote: > Subject: Re: (no subject) Always provide a meaningful subject line. :-) > I tested the boot disks for OpenBSD and Net BSD, and they both loaded > without any problems. The FreeBSD boot disk ("KERN.FLP") just > says.... > > keyboard: No Please read the ERRATA.TXT notes for 3.2-RELEASE, which may help you. You don't say which release you're using, but look at the notes even if you're using 3.3-RELEASE, because they describe exactly the problem you're having. http://www.freebsd.org/releases/3.2R/errata.html Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 2:30:40 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 E17C51A862 for ; Wed, 20 Oct 1999 02:30:33 -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 11ds4b-0005yB-00; Wed, 20 Oct 1999 11:30:21 +0200 From: Sheldon Hearn To: Ben Rosengart Cc: questions@FreeBSD.ORG Subject: Re: /sbin/init mode 500? In-reply-to: Your message of "Tue, 19 Oct 1999 22:27:04 -0400." Date: Wed, 20 Oct 1999 11:30:21 +0200 Message-ID: <22950.940411821@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Oct 1999 22:27:04 -0400, Ben Rosengart wrote: > Why is /sbin/init installed with mode 500? What harm could possibly > come from making it 555 like almost everything else in /sbin? Or at > least 544? > > Likewise, /sbin/shutdown is not world readable. Is there any reason for > this? I'm only answering because nobody else has offered you anything better yet: They've been that way since they were imported from BSD 4.4 Lite :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 2:35:26 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 03E041AADB for ; Wed, 20 Oct 1999 02:35:04 -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 11ds8P-0005yg-00; Wed, 20 Oct 1999 11:34:17 +0200 From: Sheldon Hearn To: RWinters@QKan.Quintiles.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problems installing 3.3 Release over DOS partition In-reply-to: Your message of "Mon, 18 Oct 1999 09:34:11 EST." <8525680E.004F4DF1.00@qrtplc01.qrtp.quintiles.com> Date: Wed, 20 Oct 1999 11:34:17 +0200 Message-ID: <22981.940412057@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 18 Oct 1999 09:34:11 EST, RWinters@QKan.Quintiles.com wrote: > When I did an alt-F2, I found quite a few "chown not found" error > messages These are due to a bug in MAKEDEV, which assumes that chwon will be present, even though it's not critical. > During the copying bin into / process, I got a lot of error messages > about "stand/cpio: bad header", "stand/cpio: bad checksum", and > "stand/cpio: ignoring XXXXX bytes of junk". How do you get the files into your /bin directory? You say you FTP the files? Are you sure that you're using binary mode for each transfer, and are you watching closely to make sure that all of the transfers complete successfully? Caio, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 2:37:58 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 961601AA51 for ; Wed, 20 Oct 1999 02:37:47 -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 11dsBY-0005zy-00; Wed, 20 Oct 1999 11:37:32 +0200 From: Sheldon Hearn To: Brian Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Make world massive problems In-reply-to: Your message of "Tue, 19 Oct 1999 19:36:34 -0300." <380CF272.C4A20E8E@inteliport.com> Date: Wed, 20 Oct 1999 11:37:32 +0200 Message-ID: <23061.940412252@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Oct 1999 19:36:34 -0300, Brian wrote: > i am having a very rough time upgrading from 2.2.8 to 3-stable, i have > done this once before but apparently something this time is not quite > right.... I'll bet that the last time you tried this, you were upgrading to 3.1 or 3.2? You can't upgrade from 2.2.8 to 3-STABLE. You need to update your sources to 3.0-RELEASE and do a ``make upgrade''. Once your system is up to 3.1-RELEASE, you can update to 3.3-STABLE in the manner to which you're accustomed. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 2:38: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from finch-post-10.mail.demon.net (finch-post-10.mail.demon.net [194.217.242.38]) by hub.freebsd.org (Postfix) with ESMTP id B28771A836 for ; Wed, 20 Oct 1999 02:37:53 -0700 (PDT) (envelope-from ngs@elok.com) Received: from elok.demon.co.uk ([194.222.112.235] helo=elok.com) by finch-post-10.mail.demon.net with esmtp (Exim 2.12 #1) id 11dsBs-000EE4-0A for freebsd-questions@FreeBSD.org; Wed, 20 Oct 1999 09:37:52 +0000 Message-ID: <380D8DB5.E30F0176@elok.com> Date: Wed, 20 Oct 1999 10:39:01 +0100 From: Neil Smith Organization: Eloquence X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Subject: "Invalid format" on boot after upgrade from 2.2CAM to 3.3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I just upgraded a 2.2CAM system to 3.3 but now when it boots, just after the "boot:" prompt it comes back with "Invalid format" and cycles round again. I can boot from the kernel.prev, but then cannot mount anything or do anything useful because I get loads of invalid system calls. Am I missing some package or other? Can anyone suggest things I can try? Thanks, Neil. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 2:39:42 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 55E4E1B0C2 for ; Wed, 20 Oct 1999 02:39:36 -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 11dsDP-000618-00; Wed, 20 Oct 1999 11:39:27 +0200 From: Sheldon Hearn To: Rishikesh Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Shared object "libncurses.so.5" not found In-reply-to: Your message of "Mon, 18 Oct 1999 12:35:10 -0400." <199910181635.MAA25525@math.mps.ohio-state.edu> Date: Wed, 20 Oct 1999 11:39:27 +0200 Message-ID: <23133.940412367@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 18 Oct 1999 12:35:10 -0400, Rishikesh wrote: > > I get this error messages when I try to run vim. What should > I do to make vim run properly. > > > /usr/libexec/ld-elf.so.1: Shared object "libncurses.so.5" not found Looks like you're running CURRENT. You should rebuild the vim port. It's outdated since your last ``make world'', which bumped a few library versions, I'm betting. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 2:42:30 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 C0DE01AF26 for ; Wed, 20 Oct 1999 02:42:23 -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 11dsG6-00062r-00; Wed, 20 Oct 1999 11:42:14 +0200 From: Sheldon Hearn To: "Michael R. Wayne" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Is it impossible to upgrade FreeBSD systems? In-reply-to: Your message of "Tue, 19 Oct 1999 13:53:25 -0400." <199910191753.NAA01919@manor.msen.com> Date: Wed, 20 Oct 1999 11:42:14 +0200 Message-ID: <23240.940412534@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Oct 1999 13:53:25 -0400, "Michael R. Wayne" wrote: > Problem: > All docs state that old versions of sysinstall should not be > used but new version of sysinstall is not found on CDROM #1. Are you sure? :-) Where did you look on the CDROM? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 2:58:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from metis.salford.ac.uk (metis.salford.ac.uk [146.87.232.15]) by hub.freebsd.org (Postfix) with SMTP id CF5CA1B226 for ; Wed, 20 Oct 1999 02:58:42 -0700 (PDT) (envelope-from M.S.Powell@salford.ac.uk) Received: (qmail 14715 invoked by alias); 20 Oct 1999 09:58:41 -0000 Received: (qmail 14708 invoked from network); 20 Oct 1999 09:58:41 -0000 Received: from plato.salford.ac.uk (146.87.255.76) by metis.salford.ac.uk with SMTP; 20 Oct 1999 09:58:41 -0000 Received: (qmail 67455 invoked by uid 141); 20 Oct 1999 09:58:41 -0000 Date: Wed, 20 Oct 1999 10:58:41 +0100 (BST) From: Mark Powell X-Sender: mark@localhost To: freebsd-questions@freebsd.org Subject: Re: How to make Ethernet come up as Full-Duplex... 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 In article <7uincr$1i90$1@mimas.salford.ac.uk>, Mitch Collinsworth wrote: > >Assuming it's an fxp device (see "ifconfig -a") change the fxp0 line >in /etc/rc.conf to look like this: > >ifconfig_fxp0="inet 12.34.56.78 netmask 255.255.255.0 media 100baseTX >mediaopt full-duplex" This doesn't work under 3.2-STABLE & 3.3-STABLE at least: /root # ifconfig fxp0 inet x.x.x.x netmask 0xffffff80 media 100BaseTX media-opt full-duplex ifconfig: media-opt: bad value /root # I've tried this before, but never been able to get it to work. Mark Powell - UNIX System Administrator - Clifford Whitworth Building A.I.S., University of Salford, Salford, Manchester, UK. Tel: +44 161 295 5936 Fax: +44 161 295 5888 www.pgp.com for PGP key M.S.Powell@ais.salfrd.ac.uk (spell salford correctly to reply to me) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 5:31:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law-oe32.hotmail.com [209.185.131.31]) by hub.freebsd.org (Postfix) with SMTP id 38A5A1B6EF for ; Wed, 20 Oct 1999 05:31:37 -0700 (PDT) (envelope-from exspecto@hotmail.com) Received: (qmail 12171 invoked by uid 65534); 20 Oct 1999 12:31:37 -0000 Message-ID: <19991020123137.12170.qmail@hotmail.com> X-Originating-IP: [4.16.234.134] From: "Chris Jones" To: Subject: system halt Date: Wed, 20 Oct 1999 07:30:21 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG when i try to boot the kern.flp floppy, it used to give me a strange error near the end of the kernel boot process (failed to init something??) but now when i boot a bunch of letters and number spit out and then it says "system halted" ive tried using different floppies and even redownloaded the floppy images from different ftp sites, to no avail please help, chris jones To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 5:46:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lk.tempest.sk (lk.tempest.sk [195.28.100.47]) by hub.freebsd.org (Postfix) with ESMTP id 5A3821B40F for ; Wed, 20 Oct 1999 05:46:05 -0700 (PDT) (envelope-from ludo_koren@tempest.sk) Received: (from koren@localhost) by lk.tempest.sk (8.9.3/8.9.3) id OAA77186; Wed, 20 Oct 1999 14:45:35 +0200 (CEST) (envelope-from koren) Date: Wed, 20 Oct 1999 14:45:35 +0200 (CEST) Message-Id: <199910201245.OAA77186@lk.tempest.sk> From: Ludo Koren To: kostal@pefstud.uniag.sk Cc: freebsd-questions@FreeBSD.ORG In-reply-to: (message from Ladislav Kostal on Wed, 20 Oct 1999 09:41:49 +0200 (CEST)) Subject: Re: sendmail question (masquerading and relaying) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I need to rewrite all occurencies of my.server.sk to > real.server.sk in mail headers and use real.server.sk as SMTP > host. How to do it? I've tried to use DM, DS and so, but > without success :((( You need to add the following lines to your .mc file: MASQUERADE_AS(real.server.sk) FEATURE(masquerade_envelope) ludo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 5:58:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from proteus.eclipse.net.uk (proteus.eclipse.net.uk [195.188.32.118]) by hub.freebsd.org (Postfix) with ESMTP id 080B21B7BC; Wed, 20 Oct 1999 05:58:51 -0700 (PDT) (envelope-from sh@eclipse.net.uk) Received: from eclipse.net.uk (elara.eclipse.net.uk [195.188.32.31]) by proteus.eclipse.net.uk (Postfix) with ESMTP id 80F659B36; Wed, 20 Oct 1999 13:58:44 +0100 (BST) Message-ID: <380DBC9A.E9E0488E@eclipse.net.uk> Date: Wed, 20 Oct 1999 13:59:06 +0100 From: Stuart Henderson Organization: Eclipse Networking X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en-GB MIME-Version: 1.0 To: FreeBSD -- The Power to Serve Cc: Barrett Richardson , Jason , questions@freebsd.org, isp@freebsd.org Subject: Re: quick gated questions References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > and, I tried with closest masklens, and 208 worked, but 205 didnt.. you > see, there are upstream filters on the SDSL (which is the 208 subnet) > which prevent spoofing.. And it's not really spoofing, we just have > multiple connections that we're trying to use on one machine.. If you can Looks like you need multipath. If you search the -isp archives you should find some mention of it quite recently. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 6:15:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bernie.kbinirsnb.be (bernie.kbinirsnb.be [193.190.234.3]) by hub.freebsd.org (Postfix) with ESMTP id 6BF131B86A for ; Wed, 20 Oct 1999 06:14:26 -0700 (PDT) (envelope-from marcus@kbinirsnb.be) Received: from px20_115.kbinirsnb.be (PX20_115 [192.168.20.115]) by bernie.kbinirsnb.be (8.9.3/8.9.3) with SMTP id PAA28953 for ; Wed, 20 Oct 1999 15:11:34 +0200 (MET DST) From: Marc Dubrowski Reply-To: marcus@kbinirsnb.be Organization: KBINIRScNB To: freebsd-questions@freebsd.org Subject: lost root shell (silly isn't it?) Date: Wed, 20 Oct 1999 15:01:50 +0200 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <99102015133703.00326@px20_115.kbinirsnb.be> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all I made a very stupid mistake: I've set root's shell to /sbin/nologin. I know it's stupid, but I didn't recall how to prevent logging on directly from the console. Now, I'd like to change all this and get my shell back. Can I start my computer in single user mode (and how?) and how to vipw from there ? Thanks in advance Marcus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 6:22: 5 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 5A3721B609 for ; Wed, 20 Oct 1999 06:21:57 -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 11dvgQ-0006d6-00; Wed, 20 Oct 1999 15:21:38 +0200 From: Sheldon Hearn To: marcus@kbinirsnb.be Cc: freebsd-questions@FreeBSD.ORG Subject: Re: lost root shell (silly isn't it?) In-reply-to: Your message of "Wed, 20 Oct 1999 15:01:50 +0200." <99102015133703.00326@px20_115.kbinirsnb.be> Date: Wed, 20 Oct 1999 15:21:38 +0200 Message-ID: <25487.940425698@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 20 Oct 1999 15:01:50 +0200, Marc Dubrowski wrote: > Can I start my computer in single user mode (and how?) and how to vipw > from there ? You'd be flamed for asking an FAQ if the FAQ happened to provide up-to-date information about this problem. ;-) You need to boot into single-user mode. This allows you to specify which shell you want root to use. Then you need to mount your filesystems and use vipw or chsh to change your root shell. To boot into single-user mode: 3.1-RELEASE and earlier: At the boot prompt, type ``-s'' and press enter. 3.2-RELEASE or later: At the boot prompt, type ``boot -s'' and press enter. To mount your filesystems: mount -a To change root's shell: Either vipw or chsh Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 6:35:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tltodd.com (badger.tltodd.com [208.133.92.209]) by hub.freebsd.org (Postfix) with ESMTP id 3A5FA1B620 for ; Wed, 20 Oct 1999 06:35:10 -0700 (PDT) (envelope-from tlt@tltodd.com) Received: (from tlt@localhost) by tltodd.com (8.9.3/8.9.3) id IAA00595 for freebsd-questions@freebsd.org; Wed, 20 Oct 1999 08:34:59 -0500 (CDT) (envelope-from tlt) Date: Wed, 20 Oct 1999 08:34:59 -0500 From: Terry Todd To: freebsd-questions@freebsd.org Subject: Re: news2mail programs Message-ID: <19991020083459.A566@badger.tltodd.com> References: <199910191743.MAA91174@tltodd.com> <19991020085348.A3299@moon.mteege.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19991020085348.A3299@moon.mteege.de>; from Matthias Teege on Wed, Oct 20, 1999 at 08:53:48AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mathias, On Wed, Oct 20, 1999 at 08:53:48AM +0200, Matthias Teege wrote: > On Tue, Oct 19, 1999 at 12:43:13PM -0500, Terry Todd wrote: > > > > > > Can anyone recommend a news2mail program? I have tried Alex Schnitman's > > but it doesn't seem to work. It compiles but when I try to run it it > > connects to the news server and then times out without doing anything. > > I am looking for something that can run on my FreeBSD 3.2 system and > > will connect to a news server on another system to do a news2mail > > function. I don't want all the overhead of running inn or cnews. > > I just want to provide a service for people who only have email access > > to the internet the ability to receive one or two newsgroups of my > > choosing. Has anyone had any success with Alex's news2mail on FreeBSD? > > checkout the cyrus mailserver in the ports. > Matthias > > -- > Matthias Teege -- matthias@mteege.de -- http://emugs.de > make world not war > PGP-Key auf Anfrage > I checked out cyrus. I downloaded it and installed it and then looked at the cyrus doc pages on the web. From: http://asg.web.cmu.edu/cyrus/cyrus-overview.html#news "The IMAP server can export netnews newsgroups as IMAP mailboxes. This is done by creating a partition named news which points to the news spool directory and arranging for the IMAP server's auxiliary databases to be maintained. The server software includes programs for integrating with the INN netnews server. The following information assumes working knowledge of the INN netnews server." Which is way way more complicated than what I am looking for. Thanks anyway, Terry Todd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 6:48: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from weeble.dyndns.org (ubppp233-199.dialin.buffalo.edu [128.205.233.199]) by hub.freebsd.org (Postfix) with ESMTP id 8E6251B8A3 for ; Wed, 20 Oct 1999 06:47:58 -0700 (PDT) (envelope-from cjm2@earthling.net) Received: from shithead (shithead.weeble.dyndns.org [10.0.0.2]) by weeble.dyndns.org (8.9.3/8.9.3) with SMTP id JAA04018; Wed, 20 Oct 1999 09:47:56 -0400 (EDT) (envelope-from cjm2@earthling.net) Message-ID: <000e01bf1b01$ba458a20$0200000a@weeble.dyndns.org> From: "C J Michaels" To: "Brett B. Lanham" Cc: "FreeBSD Questions" References: Subject: Re: root login Date: Wed, 20 Oct 1999 09:48:01 -0400 Organization: WCC MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 1st of all, make sure that /bin/csh is there and is executable. It aparently is since you're not getting errors. What happens if you just manually type /bin/csh (from logging in single user). You could use "chsh" to change your shell to something that definitely works, such as "/bin/sh" -Chris P.S. Please CC: the list when replying. ----- Original Message ----- From: Brett B. Lanham To: Christopher Michaels Sent: Wednesday, October 20, 1999 1:02 AM Subject: RE: root login > Thanks for the help. I did what you told me too and in the end all that > changed was that I didn't get the Permission denied error. It just didn't > login. The motd rolled by and then I got a login prompt again. Do you > have any more ideas? I am running FreeBSD 3.2-RELEASE in a virtual > machine. I forgot about the virtual machine because it is so real. I > wasn't thinking, but I don't think that would have any bering. > > Brett > > On Tue, 19 Oct 1999, Christopher Michaels wrote: > > > You neglected to mention what version you are running. Your root password > > is valid, it's complaining that you don't have permission to execute > > /bin/csh (which is the default shell). > > > > You can boot single user to rectify this. > > > > To boot into single-user mode: > > > > 3.1-RELEASE and earlier: > > At the boot prompt, type ``-s'' and press enter. > > > > 3.2-RELEASE or later: > > At the boot prompt, type ``boot -s'' and press enter. > > > > (quoted from Sheldon) > > > > I would then suggest mounting your file systems. (mount -a) > > > > Once you've done this all you should have to do is type "chmod 755 /bin/csh" > > to rectify the problem. > > > > Hope this helps, > > -Chris > > > > > -----Original Message----- > > > From: Brett B. Lanham [SMTP:lanhabb@hera.wku.edu] > > > Sent: Tuesday, October 19, 1999 5:15 PM > > > To: freebsd-questions@freebsd.org > > > Subject: root login > > > > > > Evidently I messed something up on install because I am now unable to > > > login as root. I get : > > > > > > login: /bin/csh: Permission denied > > > > > > I am certain I am typing the password correct and I am wondering why the > > > system is trying to throw me into csh. Wouldn't it just give me login > > > incorrect if my password were bad. anyway since I can't login as root I > > > can't do a whole lot to correct this. If there is no easy way to correct > > > this the nI can just reinstall but I would like to be able to fix it w/o > > > the reinstall. I am still able to login as the userr that I set up during > > > the install. I glad at least I did that. > > > > > > Brett > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 6:52:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from demo.telefonica.com.pe (kheops.demo.telefonica.com.pe [200.37.84.130]) by hub.freebsd.org (Postfix) with ESMTP id 4FD311B8D8 for ; Wed, 20 Oct 1999 06:52:20 -0700 (PDT) (envelope-from rcc@demo.telefonica.com.pe) Received: from fw (dbase [200.37.84.135]) by demo.telefonica.com.pe (8.9.3/8.9.3) with SMTP id IAA21052; Wed, 20 Oct 1999 08:53:34 +0500 (GMT) Message-ID: <001601bf1b02$68a6a720$4d01190a@fw> From: "Richard Cotrina" To: "Ryan Petty" Cc: References: <000c01bf1a87$1f54c6e0$030a64ce@replicant.source.net> Subject: RE: Kernel make fails Date: Wed, 20 Oct 1999 08:52:53 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I did the same than you when re-compiling my kernel and got the same result. The problem is the aic support. Currently, the 3.3 - REALEASE (and any 3.x ) does not support Adaptec AHA 1520B (AIC driver) under the new CAM scsi susbsystem. Here is an explanation why: ----- Original Message ----- From: John Reynolds~ To: Richard Cotrina Sent: Monday, October 18, 1999 6:00 PM Subject: RE: Adaptec AHA 1520 Support > > [ On Monday, October 18, Richard Cotrina wrote: ] > > > > #uname -r > > 3.3 - RELEASE > > > > You mean that the only solution is to change my SCSI board :( ? > > I used it without problems in RH Linux 6.0, even in SCO Openserver 5. > > Why FreeBSD does not have support for this card ? > I don't remember all the technical details why. The people who wrote the new CAM scsi subsystem that went into production at 3.0 either did not have time or felt that it was too difficult-for-the-benefit to support this old hardware with CAM. From what I understand it is a really really old scsi chipset which uses PIO mode. With the old scsi system the driver "worked" but didn't work well due to lack of documentation on its interface from Adaptec. I can vouch for this. I had a 1520 hooked to a CD rom in 2.x and when I plugged a new scsi drive on it I kept getting panics--it was really not very good for anything other than what those guys deemed "light weight" devices such as CD-roms and scanners. The new CAM scsi system is N times superior to the old system and one of the best scsi implementations in the free world. So, given the benefits, I'd say they have to outweigh the downers for a few people (including myself at one time) who have 1520's.... Doesn't help your sitation, but that's as much of it as I can remember. I'm sure if you search -current or -hackers looking for 1520 you'd find the whole trail about this (about 1.5 years ago). Or, if you ask "really nice" on -scsi, maybe one of the developers will give you a technical reason (a much better one than I could) about why it was too difficult to support or their justification. -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- = | John Reynolds CEG, CCE, Next Generation Flows, HLA | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- = To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 7: 1:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mother.sneaker.net.au (sneaker.net.au [61.8.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 85EB51B92A for ; Wed, 20 Oct 1999 07:01:08 -0700 (PDT) (envelope-from god@sneaker.net.au) Received: from sneaker.net.au (cosmo.sneaker.net.au [61.8.14.5]) by mother.sneaker.net.au (8.8.5/8.8.5) with ESMTP id XAA08456 for ; Wed, 20 Oct 1999 23:59:09 +1000 (EST) Message-ID: <380DCADE.6ACEC7F2@sneaker.net.au> Date: Wed, 20 Oct 1999 23:59:58 +1000 From: Administration Reply-To: god@sneaker.net.au Organization: Sneaker Net X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: CD420E??? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Folks, I am a bit of a Free BSD 'newbie'. I have a PC that I am trying to setup, a P200MMX / Intel Motherboard with an IDE CD ROM and a 2Gb HDD. I have a problem where the system doesn't recognize the CD-ROM. It is a 'Creative Quad' unit model: CD420E. Any Ideas on what settings I should config it to? (It is the slave unit on the 2nd IDE bus). Thanks. - John G -- ,-_|\ SneakerNet | Support Team | Mob: 0419 233 887 / \ P.O. Box 154 | god@sneaker.net.au | Fax: 02 9743 4233 \_,-._/ N Strathfield +--+----------------------+---+ Ph: 02 9743 4233 v NSW 2137 | Low cost Internet Solutions | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 7: 2:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lexicon.ins.com (lexicon.ins.com [199.0.193.11]) by hub.freebsd.org (Postfix) with ESMTP id E2B361B755 for ; Wed, 20 Oct 1999 07:02:11 -0700 (PDT) (envelope-from jpepin@lucent.com) Received: from pepinj (exodus.ins.com [199.0.193.215]) by lexicon.ins.com (8.8.8/8.8.8) with SMTP id HAA17930; Wed, 20 Oct 1999 07:00:35 -0700 (PDT) Reply-To: From: "Joe Pepin" To: "E TiE" , Subject: RE: Optimising XFree86 Date: Wed, 20 Oct 1999 10:00:50 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <19991019111826.38092.qmail@hotmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I found that building X increased my performance noticeably over the pre-compiled package. I compiled it with CC=/usr/local/bin/egcs with -O2. HTH Joe Pepin ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= Joe Pepin Network Systems Engineer Security Practice Lucent Technologies / Bell Labs Innovations NetCare Professional Services Division “The Knowledge Behind the Network” The views/opinions expressed above are not necessarily those of my employer, but they probably should be. ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of E TiE Sent: Tuesday, October 19, 1999 12:18 PM To: freebsd-questions@FreeBSD.ORG Subject: Optimising XFree86 I recently installed FreeBSD 3.3 on a Pentium 120Mhz machine w/ 40 megs RAM and a 128MB swap partition. My problem is that X Window runs unbearably slow on it -- redraws are particularly slow. I've since been searching everywhere for information on how to optimize X Window but nothing (except for upping the proc priority) has turned up. Does anyone have any pointers/info to share? Thanks. PS: The computer has a Matrox Millennium G200 8MB graphics card. ______________________________________________________ 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 7: 8:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from maine.60north.net (maine.60north.net [198.143.201.10]) by hub.freebsd.org (Postfix) with ESMTP id EBAD51B996 for ; Wed, 20 Oct 1999 07:08:52 -0700 (PDT) (envelope-from ankzt@maine.60north.net) Received: from localhost (ankzt@localhost) by maine.60north.net (8.9.3/8.9.2) with ESMTP id KAA06060 for ; Wed, 20 Oct 1999 10:08:46 -0400 (EDT) (envelope-from ankzt@maine.60north.net) Date: Wed, 20 Oct 1999 10:08:46 -0400 (EDT) From: Bill To: freebsd-questions@freebsd.org Subject: scanning mail for keywords through relay. 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 kind people, I use the freebsd boxes here as firewall/pub-net gateways, one job it seems to do very well is act as a mail relay between our firewalled internal private networks and our public nets. I am using sendmail to relay between a few SCO openserver 5.0.5 boxes running MMDF (Dont ask!). What I would like to be able to do is keep an eye out for certain words, you know; like bomb, kill, stab, shoot and of course George Carlins seven dirty words... I would preferabley like to have these mails thrown in a holdq someware pending approval or further manipulation. Anyone know of a port, a way to do this with m4, or some other software that accomplishes this with minimal administration? thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 7:12: 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 D4EF01B9B6 for ; Wed, 20 Oct 1999 07:11:53 -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 11dwQH-0006oM-00; Wed, 20 Oct 1999 16:09:01 +0200 From: Sheldon Hearn To: god@sneaker.net.au Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CD420E??? In-reply-to: Your message of "Wed, 20 Oct 1999 23:59:58 +1000." <380DCADE.6ACEC7F2@sneaker.net.au> Date: Wed, 20 Oct 1999 16:09:01 +0200 Message-ID: <26185.940428541@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 20 Oct 1999 23:59:58 +1000, Administration wrote: > I have a problem where the system doesn't recognize the CD-ROM. > It is a 'Creative Quad' unit model: CD420E. > Any Ideas on what settings I should config it to? > (It is the slave unit on the 2nd IDE bus). You have one of three problems: 1) You can't boot off the CDROM. This is a known issue, discussed in the 3.3-RELEASE errata notes at: http://www.freebsd.org/releases/3.3R/errata.html As that page suggests, boot off floppies. 2) Your CDROM is incorrectly configured. It is "illegal" in terms of the ATAPI specs to configure a CDROM a slave on a channel that has no master. In spite of this, many manufacturers ship machines with this invalid configuration. Jumper the drive as a master. 3) Your "Creative Labs" CDROM isn't a real ATAPI drive, in that it doesn't adhere to the ATAPI specs. It only works with the Wintendo drivers with which it is supplied. 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 Wed Oct 20 7:12:17 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 CC2251B9B5 for ; Wed, 20 Oct 1999 07:11:58 -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 11dwQx-0006oh-00; Wed, 20 Oct 1999 16:09:43 +0200 From: Sheldon Hearn To: jpepin@lucent.com Cc: "E TiE" , freebsd-questions@FreeBSD.ORG Subject: Re: Optimising XFree86 In-reply-to: Your message of "Wed, 20 Oct 1999 10:00:50 +0100." Date: Wed, 20 Oct 1999 16:09:43 +0200 Message-ID: <26206.940428583@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 20 Oct 1999 10:00:50 +0100, "Joe Pepin" wrote: > I found that building X increased my performance noticeably over the > pre-compiled package. I compiled it with CC=3D/usr/local/bin/egcs with -= > O2. That's odd, because the package is compiled with the same optimization. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 7:26:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ctb-mesg2.saix.net (ctb-mesg2.saix.net [196.25.240.74]) by hub.freebsd.org (Postfix) with ESMTP id 7197E1BA2D for ; Wed, 20 Oct 1999 07:26:32 -0700 (PDT) (envelope-from cataract@eye2eye.net) Received: from saix.net (cbs53-02-p196.wc.saix.net) by ctb-mesg2.saix.net (Sun Internet Mail Server sims.3.5.1999.03.02.17.58.p5) with SMTP id <0FJW007UOO44Z9@ctb-mesg2.saix.net> for freebsd-questions@freebsd.org; Wed, 20 Oct 1999 16:26:30 +0200 (SAT) Received: from retina.eye2eye.net [192.168.62.1] by eye2eye.net [127.0.0.1] with SMTP (MDaemon.v2.7.SP0.R) for ; Wed, 20 Oct 1999 16:20:03 +0200 Received: by RETINA with Internet Mail Service (5.0.1459.74) id ; Wed, 20 Oct 1999 16:19:27 +0200 Date: Wed, 20 Oct 1999 16:19:25 +0200 From: Mike Bartlett Subject: RE: scanning mail for keywords through relay. To: 'Bill' , "'freebsd-questions@freebsd.org'" Message-id: <1145CD545D54D211BCEB0060B067AD06147795@RETINA> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.0.1459.74) Content-type: text/plain; CHARSET=US-ASCII X-MDaemon-Deliver-To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Procmail is your friend ;) You can implement mail filters across all users, particular users etc... I think its /usr/ports/mail/procmail You know the rest from there. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Bill Sent: Wednesday, October 20, 1999 4:09 PM To: freebsd-questions@freebsd.org Subject: scanning mail for keywords through relay. Hey kind people, I use the freebsd boxes here as firewall/pub-net gateways, one job it seems to do very well is act as a mail relay between our firewalled internal private networks and our public nets. I am using sendmail to relay between a few SCO openserver 5.0.5 boxes running MMDF (Dont ask!). What I would like to be able to do is keep an eye out for certain words, you know; like bomb, kill, stab, shoot and of course George Carlins seven dirty words... I would preferabley like to have these mails thrown in a holdq someware pending approval or further manipulation. Anyone know of a port, a way to do this with m4, or some other software that accomplishes this with minimal administration? thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 7:49:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 800B71BAD7; Wed, 20 Oct 1999 07:49:03 -0700 (PDT) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 11dx30-000Psh-00; Wed, 20 Oct 1999 15:49:02 +0100 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with SMTP id PAA19167; Wed, 20 Oct 1999 15:49:01 +0100 (BST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Wed, 20 Oct 1999 15:49:01 +0100 (BST) From: J McKitrick To: freebsd-questions@freebsd.org, freebsd-mobile@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anyone had ANY success interfacing the 250 meg zip drive parallel port version with FBSD? -jm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 7:55:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lexicon.ins.com (lexicon.ins.com [199.0.193.11]) by hub.freebsd.org (Postfix) with ESMTP id 6B1DA1B3F5 for ; Wed, 20 Oct 1999 07:55:03 -0700 (PDT) (envelope-from jpepin@lucent.com) Received: from pepinj (aventail.ins.com [208.164.93.91]) by lexicon.ins.com (8.8.8/8.8.8) with SMTP id HAA26477; Wed, 20 Oct 1999 07:54:32 -0700 (PDT) Reply-To: From: "Joe Pepin" To: "Sheldon Hearn" Cc: Subject: RE: Optimising XFree86 Date: Wed, 20 Oct 1999 10:54:46 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <26206.940428583@axl.noc.iafrica.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yeah, that is pretty odd. I have a customized galaxy.c (from xlock) that really pushes X (on my machine anyway) to it's limit. I was getting really choppy performance with more than 1200 stars- but once I compiled X with egcs it smoothed right up. Could I have possibly un-jammed something in a config file somewhere? I didn't change anything else except to rebuild, and the difference was considerable. It's not an objective thing, but I would say that my xlock mode ran ~15% faster after the compile, and I was able to go up to 1600 stars before seeing choppiness. I was just messing around- I'm a dabbler. The reason I'm asking, is I'd like to squeeze as much performance as possible out of this box, and this could prove to be a learning experience. I'd like to know why it improved so much?? Maybe I could twiddle it a bit more and get 2000 stars... TIA, Joe Pepin ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= Joe Pepin Network Systems Engineer Security Practice Lucent Technologies / Bell Labs Innovations NetCare Professional Services Division “The Knowledge Behind the Network” The views/opinions expressed above are not necessarily those of my employer, but they probably should be. ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= -----Original Message----- From: Sheldon Hearn [mailto:sheldonh@axl.noc.iafrica.com]On Behalf Of Sheldon Hearn Sent: Wednesday, October 20, 1999 3:10 PM To: jpepin@lucent.com Cc: E TiE; freebsd-questions@FreeBSD.ORG Subject: Re: Optimising XFree86 On Wed, 20 Oct 1999 10:00:50 +0100, "Joe Pepin" wrote: > I found that building X increased my performance noticeably over the > pre-compiled package. I compiled it with CC=3D/usr/local/bin/egcs with -= > O2. That's odd, because the package is compiled with the same optimization. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 8: 0:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from loki.ideaglobal.com (loki.ideaglobal.com [194.36.20.54]) by hub.freebsd.org (Postfix) with ESMTP id 7D1D51B8FD for ; Wed, 20 Oct 1999 08:00:00 -0700 (PDT) (envelope-from kiril@loki.ideaglobal.com) Received: (from kiril@localhost) by loki.ideaglobal.com (8.9.3/8.9.2) id PAA28671 for freebsd-questions@freebsd.org; Wed, 20 Oct 1999 15:00:03 GMT (envelope-from kiril) From: Kiril Mitev Message-Id: <199910201500.PAA28671@loki.ideaglobal.com> Subject: protected NFS, anyone ? To: freebsd-questions@freebsd.org Date: Wed, 20 Oct 1999 15:00:03 +0000 (GMT) X-Mailer: ELM [version 2.4ME+ PL43 (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 Heya. How easy/secure would be to setup an NFS server/client pair of boxes and ipfw them to only allow the NFS traffic between themselves? What sort of ipfw rules would be necessary ? (Please CC me on your replies) -- Kiril Mitev, IT Operations Mgr, London IDEAglobal.com Standard Corporate Disclaimer applies, see http://www.ideaglobal.com/email-disclaimer.html for details. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 8:12:26 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 ED59F1BB9E for ; Wed, 20 Oct 1999 08:12:18 -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 RAA13657 for ; Wed, 20 Oct 1999 17:12:16 +0200 (MET DST) Message-ID: <380DDBD0.13400E67@tu-harburg.de> Date: Wed, 20 Oct 1999 17:12:16 +0200 From: Sven Reimers X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Flashplayer and Plugin Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, any success using these under 3.1R or 3.2R? Using the flashplayer I get the following error message: shmget: Cannot allocate memory Size = 550 x 400 shmat: Invalid argument X Error of failed request: BadAccess (attempt to access private resource denied) Major opcode of failed request: 129 (MIT-SHM) Minor opcode of failed request: 1 (X_ShmAttach) Serial number of failed request: 22 Current serial number in output stream: 23 and the program quits (similiar with the plugin). Any help welcome. Sven To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 8:37: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from donhm.calcasieu.com (tcnet05-28.austin.texas.net [209.99.42.28]) by hub.freebsd.org (Postfix) with ESMTP id 0654014C3A for ; Wed, 20 Oct 1999 08:36:59 -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 KAA22378; Wed, 20 Oct 1999 10:36: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: <19991020083459.A566@badger.tltodd.com> Date: Wed, 20 Oct 1999 10:36:23 -0500 (CDT) From: Don Read To: Terry Todd Subject: Re: news2mail programs Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 20-Oct-99 Terry Todd wrote: > Mathias, > > > > On Wed, Oct 20, 1999 at 08:53:48AM +0200, Matthias Teege wrote: >> On Tue, Oct 19, 1999 at 12:43:13PM -0500, Terry Todd wrote: >> > >> > >> > Can anyone recommend a news2mail program? I have tried Alex Schnitman's >> checkout the cyrus mailserver in the ports. >> Matthias >> > I checked out cyrus. I downloaded it and installed it and then > looked at the cyrus doc pages on the web. > > From: http://asg.web.cmu.edu/cyrus/cyrus-overview.html#news > "The IMAP server can export netnews newsgroups as IMAP mailboxes. > This is done by creating a partition named news which points to > the news spool directory and arranging for the IMAP server's > auxiliary databases to be maintained. The server software includes > programs for integrating with the INN netnews server. The following > information assumes working knowledge of the INN netnews server." > > Which is way way more complicated than what I am looking for. > > Thanks anyway, > Terry Todd you might try using 'suck' to pull the articles to a tmp directory, then cron a script to mail em (bogus shell psudeo-code follows): cd /var/tmp/news files=`ls -t | tail -50` for art in $files do sendmail myaddr@comain.com < $art rm $art done 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 Wed Oct 20 8:41:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.abraxis.com (arpa-64210.atl-001.abraxis.com [216.47.64.210]) by hub.freebsd.org (Postfix) with SMTP id E2D8C14A13 for ; Wed, 20 Oct 1999 08:40:45 -0700 (PDT) (envelope-from tracc@mail.abraxis.com) Received: from mail.abraxis.com [216.47.64.210] by mail.abraxis.com (SMTPD32-4.07) id A1B52B60E30; Wed, 20 Oct 1999 11:37:25 EST From: "Nassar Carnegie" Reply-To: "Nassar Carnegie" Date: Wed, 20 Oct 99 11:37:25 EST To: questions@freebsd.org Subject: Syscons Message-Id: <19991020154056.E2D8C14A13@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anyone know of a correct way to get an image to load at boot up. I've followed the instructions and loaded the configurations in /boot/loader.rc What is the default bitmap *.ko or *.bmp? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 8:44:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.128.198]) by hub.freebsd.org (Postfix) with ESMTP id 4D49214A21 for ; Wed, 20 Oct 1999 08:44:20 -0700 (PDT) (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (picasso.transbay.net [209.133.53.6]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id QAA85972; Wed, 20 Oct 1999 16:44:17 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost.lan.Awfulhak.org [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id AAA00948; Wed, 20 Oct 1999 00:01:03 -0700 (MST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <199910200701.AAA00948@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.0 09/18/1999 To: "Oles' Hnatkevych" Cc: freebsd-questions@freebsd.org, brian@hak.lan.Awfulhak.org Subject: Re: user PPP - both dial and leased multi-link In-Reply-To: Message from "Oles' Hnatkevych" of "Tue, 19 Oct 1999 21:22:39 +0200." <0890.991019@fc.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 20 Oct 1999 00:01:03 -0700 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hello freebsd-questions, > > Having FreeBSD 3.1 and two offices connected via both > leased and dialup line I've come to conclusion that > setting up a multi-link with bandwidth/traffic control > is not a trivial task. > > If anyone has done a such task - please let me glance > at your ppp configuration files. Or if you can advice > me somthing I'll be very grateful. The latest version of ppp has a rewritten ``set autoload'' command, so if you want to bring secondary links up & down based on traffic, you should get a newer version of the software (from my web page). > Now I run leases line via -dedicated option to PPP > and the dialup gonna be through mgetty. At first just > dialup was used, later we made a leased line and > now try to use both. > > The question that will make much for me clear: > WHAT makes PPP daemons understand (or at least aware) > that they are wanted to establish a multy-link???? > If the key word in ppp.conf is "clone link" than > how I make the "server side" clone???? The key bit is the ``set mrru'' command. Without it, MP is not done. On the client side you need to ``clone'', but on the server side you should do nothing. Ppp is smart enough to receive an incoming call and ``notice'' that there's already a ppp invocation talking to the same peer. When this happens, ppp passes the link to the other ppp invocation. > I do not have a clear idea how I gonna make this :( > > Thank you in advance!!! > > With best wishes, Oles' Hnatkevych, http://gnut.kiev.ua, -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 8:45: 2 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 F082814A13 for ; Wed, 20 Oct 1999 08:44:54 -0700 (PDT) (envelope-from papalia@UDel.Edu) Received: from morgaine.avalon.com (host75-157.student.udel.edu [128.175.75.157]) by copland.udel.edu (8.9.3/8.9.3) with SMTP id LAA03185 for ; Wed, 20 Oct 1999 11:45:18 -0400 (EDT) Message-Id: <4.1.19991020114532.00952aa0@unix01.voicenet.com> X-Sender: jpapalia@unix01.voicenet.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Wed, 20 Oct 1999 11:45:37 -0400 To: freebsd-questions@freebsd.org From: John Subject: Daily security emails 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 was wondering if there is a basic guide some place on "how to read the emails generated by /etc/daily, ./weekly, ./monthly" ? Just as an example, my daily log resulted in me getting the following message about 10 times: > arp: 128.175.75.32 moved from 00:40:95:00:2a:59 to 00:40:95:00:2a:a4 on fxp1 Since fxp1 is my card to the "outside", i'm guessing that someone on my subnet changed their ethernet card? or would that be wrong? I also get other messages like: mail: Mail Queue (2 requests) --Q-ID-- --Size-- -----Q-Time----- ------------Sender/Recipient------------ CAA19205 806 Wed Jul 21 02:00 root (mailer local died with signal 14) root BAA13341 (no control file) Which I'd also like to understand (particularly if they're good/bad/indifferent). I'm still learning, and after a full year of running I'm still configuring all the stuff I never knew I had to / should, so any help that can be offered or suggested readings would be great. Thanks!!! --John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 8:46:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.interlog.com (smtp.interlog.com [207.34.202.37]) by hub.freebsd.org (Postfix) with ESMTP id 5A98C14A13 for ; Wed, 20 Oct 1999 08:46:17 -0700 (PDT) (envelope-from al.feldman@sangoma.com) Received: from alex (dm.interlog.com [199.212.154.24]) by smtp.interlog.com (8.9.1/8.9.1) with SMTP id LAA24246 for ; Wed, 20 Oct 1999 11:46:15 -0400 (EDT) Message-ID: <003501bf1b13$2a1ee6a0$7801a8c0@alex.SANGOMA.COM> From: "Alex Feldman" To: Subject: KLD & Network interface Date: Wed, 20 Oct 1999 11:52:50 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, 1. I wrote two modules KLD modules. The first of them call function from second. How I need compile them, so when I load the first KLD module, the second will be also loaded? 2. I create in my program network interface and atatch it to kernel. How can I remove network interface after from the kernel? Thank's Alex Feldman E-mail : al.feldman@sangoma.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 8:53:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bachue.usc.unal.edu.co (bachue.usc.unal.edu.co [168.176.3.20]) by hub.freebsd.org (Postfix) with ESMTP id CBF8C14A21 for ; Wed, 20 Oct 1999 08:53:01 -0700 (PDT) (envelope-from giffunip@asme.org) Received: from asme.org ([168.176.3.56]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.6) with ESMTP id AAA4B7; Wed, 20 Oct 1999 10:52:27 -0400 Message-ID: <380DE725.CBC07799@asme.org> Date: Wed, 20 Oct 1999 11:00:37 -0500 From: "Pedro F. Giffuni" Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 4.5 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Stranger in a strange land Cc: roam@online.bg, questions@freebsd.org Subject: Re: UFS/FFS support under NT? References: <380D7492.25CCBFB5@online.bg> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Only IMHO, It doesn't make much sense for a server OS to support such a tool (for security and other reasons), so I doubt someone is working on it. Just keep one box for BSD, another for NT, and use NFS, a serial port or something similar to transfer from one to the other. cheers, Pedro Stranger in a strange land wrote: > > Okay, so I searched the mailing lists, so this question has been asked > once or twice before, with no definite answer but 'use FreeBSD'. > Well, I *am* using FreeBSD - the problem is, due to employment > situation, I *have* to use WinNT as well. Is there any way to > mount/access fbsd slices under NT? Anything - even an > ftp/smbclient-style program for simply traversing directories and > reading files - would do.. read-only access would be enough. > (Guess I am kind of lazy to read the kernel code and code up a little fs > traversing tool myself.. but I just might have to do it, if the need > should really arise..) > > I am currently using FreeBSD 3.1-RELEASE with plans to upgrade to > 3.3-RELEASE. At home, I'm using WinNT WorkStation 4.0/SP4; at work - > WinNT Enterprise Server 4.0. All partitions are on a single IDE HDD. > > Any help would be appreciated; sorry for the cross-post. > > G'luck, > Roamer > > PS. I am currently not on the list, so please cc: replies to > roam@online.bg. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-fs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 8:55: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web116.yahoomail.com (web116.yahoomail.com [205.180.60.89]) by hub.freebsd.org (Postfix) with SMTP id EE91114A21 for ; Wed, 20 Oct 1999 08:55:03 -0700 (PDT) (envelope-from dijiang@yahoo.com) Message-ID: <19991020155633.26104.rocketmail@web116.yahoomail.com> Received: from [134.193.32.226] by web116.yahoomail.com; Wed, 20 Oct 1999 08:56:33 PDT Date: Wed, 20 Oct 1999 08:56:33 -0700 (PDT) From: dijiang Huang Subject: how to install gated on the machine without connect to internet? To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a question that I want to use gated to replace the routed to run ospf, as out network is seperate from the internet when I use make install command to install the gated they always ask my to connect to internet and download the package . So, is there anyway for me to install gated without connect to internet and install from the CDROM or from the disk? ===== __________________________________________________ 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 Wed Oct 20 8:59:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (Postfix) with ESMTP id 3015714D7D for ; Wed, 20 Oct 1999 08:59:18 -0700 (PDT) (envelope-from marcus@miami.edu) Received: from jaguar.ir.miami.edu ("port 2810"@jaguar.ir.miami.edu [129.171.32.10]) by jaguar.ir.miami.edu (PMDF V5.2-32 #40232) with ESMTP id <0FJW007N3SETC8@jaguar.ir.miami.edu> for freebsd-questions@FreeBSD.ORG; Wed, 20 Oct 1999 11:59:17 -0400 (EDT) Date: Wed, 20 Oct 1999 11:59:17 -0400 (EDT) From: "Joe \"Marcus\" Clarke" Subject: Re: "Invalid format" on boot after upgrade from 2.2CAM to 3.3 In-reply-to: <380D8DB5.E30F0176@elok.com> To: Neil Smith Cc: freebsd-questions@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is because the 2.2 kernel was in a.out format, and the 3.3 kernel is in ELF format. You need to reinstall the boot manager. You can either write one to the disk from sysinstall, or...never mind, you really only have that option if you can't boot. Just boot up off floppies or CD, and choose Configure. Then select Fdisk. Hit 'W' on the disk you want, and select to reinstall the boot manager (or do a standard). That should work for you. Joe Clarke On Wed, 20 Oct 1999, Neil Smith wrote: > Hi, > > I just upgraded a 2.2CAM system to 3.3 but now when it boots, just after > the "boot:" prompt it comes back with "Invalid format" and cycles round > again. I can boot from the kernel.prev, but then cannot mount anything > or do anything useful because I get loads of invalid system calls. Am I > missing some package or other? > > Can anyone suggest things I can try? > > Thanks, > > Neil. > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 9: 7:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from moon.mteege.de (ppps-nb01.MVnet.de [194.25.108.145]) by hub.freebsd.org (Postfix) with ESMTP id 7FDD114A0D for ; Wed, 20 Oct 1999 09:07:26 -0700 (PDT) (envelope-from matthias@mteege.de) Received: (from matthias@localhost) by moon.mteege.de (8.8.8/8.8.8) id SAA05692; Wed, 20 Oct 1999 18:05:15 +0200 (MET DST) (envelope-from matthias) Date: Wed, 20 Oct 1999 18:05:15 +0200 From: Matthias Teege To: Terry Todd Cc: freebsd-questions@FreeBSD.ORG Subject: Re: news2mail programs Message-ID: <19991020180515.B3299@moon.mteege.de> References: <199910191743.MAA91174@tltodd.com> <19991020085348.A3299@moon.mteege.de> <19991020083459.A566@badger.tltodd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <19991020083459.A566@badger.tltodd.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Oct 20, 1999 at 08:34:59AM -0500, Terry Todd wrote: > Mathias, > > > > On Wed, Oct 20, 1999 at 08:53:48AM +0200, Matthias Teege wrote: > > On Tue, Oct 19, 1999 at 12:43:13PM -0500, Terry Todd wrote: > > > > > > > > > Can anyone recommend a news2mail program? I have tried Alex Schnitman's > > > but it doesn't seem to work. It compiles but when I try to run it it > > > connects to the news server and then times out without doing anything. > > > I am looking for something that can run on my FreeBSD 3.2 system and > > > will connect to a news server on another system to do a news2mail > > > function. I don't want all the overhead of running inn or cnews. > > > I just want to provide a service for people who only have email access > > > to the internet the ability to receive one or two newsgroups of my > > > choosing. Has anyone had any success with Alex's news2mail on FreeBSD? > > > > checkout the cyrus mailserver in the ports. > > Matthias > > > > -- > > Matthias Teege -- matthias@mteege.de -- http://emugs.de > > make world not war > > PGP-Key auf Anfrage > > > I checked out cyrus. I downloaded it and installed it and then > looked at the cyrus doc pages on the web. > > From: http://asg.web.cmu.edu/cyrus/cyrus-overview.html#news > "The IMAP server can export netnews newsgroups as IMAP mailboxes. > This is done by creating a partition named news which points to > the news spool directory and arranging for the IMAP server's > auxiliary databases to be maintained. The server software includes > programs for integrating with the INN netnews server. The following > information assumes working knowledge of the INN netnews server." > > Which is way way more complicated than what I am looking for. yes of course but in my opinion this is the "clean" way. Use a newsserver for the news and a mailserver for the mail. For your service use the news feature of cyrus. I think it is not so complicated it looks like. Use it for a while and you will enjoy it. :-) The advantage is on the long run. Bis dann Matthias -- Matthias Teege -- matthias@mteege.de -- http://emugs.de make world not war PGP-Key auf Anfrage To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 9:15:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.uka.co.uk (ns.uka.co.uk [212.67.203.13]) by hub.freebsd.org (Postfix) with ESMTP id 9A25214A0B for ; Wed, 20 Oct 1999 09:15:13 -0700 (PDT) (envelope-from adam@fordys.net) Received: from mailgate.fordys.net ([195.188.250.233]) by www.uka.co.uk (8.9.3/8.9.3) with ESMTP id RAA05108 for ; Wed, 20 Oct 1999 17:05:19 +0100 Received: from attack.fordys.net ([192.168.1.3]) by mailgate.fordys.net with smtp (Exim 3.02 #4) id 11dyNz-0000Km-00 for freebsd-questions@freebsd.org; Wed, 20 Oct 1999 17:14:47 +0100 Received: from adam by attack.fordys.net with local (Exim 3.03 #1) id 11dzJy-0000Dh-00 for freebsd-questions@freebsd.org; Wed, 20 Oct 1999 17:14:42 +0000 Date: Wed, 20 Oct 1999 17:14:42 +0000 From: Adam Ford To: freebsd-questions@freebsd.org Subject: Mounting an MS-DOS partition? - Tricky! Message-ID: <19991020171442.A838@attack.fordys.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, I'm not subscribed to this list anymore, so would appreciate a CC to me of any responses. I've installed FreeBSD on one patition on my laptop (just one internal drive) I fdisk'ed it from within freebsd, and created a 500MB DOS partition there (enough for windows 95) - which all works jolly well and good, the boot loader asks me which I want, and both boot hunky-dory with no problems! The problem comes when I try and mount the MSDOS partition from unix, I get a silly error message, to which I could find none in the archives of these lists at http://www.uk.freebsd.org/search The problem I get is documented below: root@attack>mount -t msdos /dev/wd0s2 /windows msdos: vfsload (msdos): No such file or directory Yes the windows directory does exist... There was a similar problem in the archive regarding ex2fs, which said support wasn't installed in the kernel, but I do have support for MSDOSFS... Any help would be muchly appreciated... I'm running FreeBSD3.3-RELEASE - just installed yesterday, and spent all night scratching my head over this! Hopefully someone could give me a hand! - I'd be vewwy grateful! :) Thanks for listening, -- ----------------------------------------------------------------- Adam Ford adam@fordys.net http://www.fordys.net ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 9:34:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mojave.worldwide.lemis.com (picasso.transbay.net [209.133.53.6]) by hub.freebsd.org (Postfix) with ESMTP id D68F314A00 for ; Wed, 20 Oct 1999 09:34:18 -0700 (PDT) (envelope-from grog@lemis.com) Received: (grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.6.12) id LAA02666; Tue, 19 Oct 1999 11:41:51 -0700 (PDT) Message-ID: <19991019114151.42479@mojave.worldwide.lemis.com> Date: Tue, 19 Oct 1999 11:41:51 -0700 From: Greg Lehey To: Adam Nealis Cc: freebsd-questions Subject: Re: vinum - How long does it take to perform operation X? References: <38075030.7F681CE8@csl.com> <19991017123346.46381@mojave.lemis.com> <380CAEAA.AE9201E1@csl.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <380CAEAA.AE9201E1@csl.com>; from Adam Nealis on Tue, Oct 19, 1999 at 06:47:22PM +0100 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 Tuesday, 19 October 1999 at 18:47:22 +0100, Adam Nealis wrote: > Greg Lehey wrote: >> >> On Friday, 15 October 1999 at 17:02:56 +0100, Adam Nealis wrote: >>> I don't mount them on boot either, as I quickly discovered vinum >>> dumps core if you try to operate on mount devices. >> >> If you get any kind of dump from Vinum, I want to know about it. > Would you like me to send you the next vinum.core I get? Is this a dump from vinum(8)? That would be new. I certainly don't want you to send me a 200 MB panic dump. > I didn't mention I was finding it very easy to get panics, and > once I got a complete lock up! Meaning I had to power cycle the > box to reboot it. OK, but that's what I want to know about. > I wouldn't be surprised if I'm doing something(s) wrong, but is it > really this easy to hang a box using vinum? It shouldn't be. But if nobody who runs into a problem tells me about it, I can't fix it. >>> I decided to clear out any cruft with >>> >>> bash 2.03# vinum resetconfig >>> >>> Enter Text -> NO FUTURE >>> >>> and it's been over an hour and the command doesn't seem to have >>> completed. >> >> That should be just about instantaneous. > > When I ^C'd that one I got a message saying that the operation had > completed. I may have tried it again later, and caused a panic. OK, follow the instructions for analysing a panic. >>> I don't understand why this is taking so long. I'm becoming >>> confused! >> >> I haven't seen this before. What does 'ps lawx' say? Output to a >> file and then attach it. >> >> After that, reboot your machine and try the 'vinum create' again. If >> it hangs, I'd like to see the output of 'ps lawx' at that point. > > I'll try and do this. > > I'll also figure out how to put in a debug kernel, etc. There's a description in the web page. 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 Wed Oct 20 9:37:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from node10c55.a2000.nl (node10c55.a2000.nl [24.132.12.85]) by hub.freebsd.org (Postfix) with ESMTP id 983F914A29 for ; Wed, 20 Oct 1999 09:37:18 -0700 (PDT) (envelope-from listmail@node10c55.a2000.nl) Received: (from listmail@localhost) by node10c55.a2000.nl (8.9.3/8.9.3) id SAA71539 for freebsd-questions@freebsd.org; Wed, 20 Oct 1999 18:37:17 +0200 (CEST) (envelope-from listmail) From: Robin Huiser Message-Id: <199910201637.SAA71539@node10c55.a2000.nl> Subject: Problems with gnome-ppp To: freebsd-questions@freebsd.org (FreeBSD Questions) Date: Wed, 20 Oct 1999 18:37:17 +0200 (CEST) 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 Hi! I'am having a hard time getting gnome-ppp to work on my system. Everytime I push the "Connect" button, the folowing error is displayed: "The pppd daemon died unexpectedly" And nothing happens... not even an error message on my console. OS : FreeBSD garfield.a2000.nl 3.2-RELEASE Kernel: * includes a modem on /dev/cua2 pseudo-device ppp 3 pseudo-device tun 1 Please help me! Thanks in advance, Robin Huiser To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 9:47:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from rtso200.ruraltel.net (rtso200.ruraltel.net [24.225.0.1]) by hub.freebsd.org (Postfix) with ESMTP id EB89B14A00 for ; Wed, 20 Oct 1999 09:47:26 -0700 (PDT) (envelope-from darryl@osborne-ind.com) Received: from darryl ([24.225.30.194]) by rtso200.ruraltel.net (Post.Office MTA v3.5.3 release 223 ID# 0-62182U10000L2700S0V35) with SMTP id net for ; Wed, 20 Oct 1999 11:47:24 -0500 Reply-To: From: "Darryl Hoar" To: Subject: Freebsd + Netmeeting = Possible ? Date: Wed, 20 Oct 1999 11:48:23 -0500 Message-ID: <000501bf1b1a$ec7678b0$070101c0@ruraltel.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, I am running Freebsd 3.2 on a gateway machine (ppp -auto -alias isp). I have a couple of Win9x boxes on my lan that use the freebsd box for internet access. The Win9x box needs to use Microsoft Net Meeting for some collabrative work. Unfortunately, I can't choose a different application, as that is out of my control. Anybody do this already ? I'm stuck. How do I get this to work. thanks, Darryl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 10: 2:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from edtnps05.telusplanet.net (edtnps05.telusplanet.net [198.161.157.105]) by hub.freebsd.org (Postfix) with ESMTP id C8AF414A2B for ; Wed, 20 Oct 1999 10:02:17 -0700 (PDT) (envelope-from swheeler@altech.ab.ca) Received: from ftmmpx01-port-64.agt.net ([161.184.224.65]:2041 "HELO shannon-s") by smtp2.telusplanet.net with SMTP id ; Wed, 20 Oct 1999 11:04:36 -0600 Message-ID: <030d01bf1b1d$45cc9460$0307070a@shannon-s> From: "Shannon Wheeler" To: Subject: Re: Freebsd + Netmeeting = Possible ? Date: Wed, 20 Oct 1999 11:05:06 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: base64 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG LS0tLS1PcmlnaW5hbCBNZXNzYWdlLS0tLS0NCkZyb206IERhcnJ5bCBIb2FyIDxkYXJyeWxAb3Ni b3JuZS1pbmQuY29tPg0KRGF0ZTogT2N0b2JlciAyMCwgMTk5OSAxMDo1NSBBTQ0KDQoNCj5JIGFt IHJ1bm5pbmcgRnJlZWJzZCAzLjIgb24gYSBnYXRld2F5IG1hY2hpbmUNCg0KaG1tbSwgbWF5YmUg dGhpcyBiaXQ6DQo+IChwcHAgLWF1dG8gLWFsaWFzIGlzcCkuDQoNCmFuc3dlcnMgbXkgcXVlc3Rp b24gYnV0IEknbSBub3Qgc3VyZS4uLg0KDQogIEkNCg0KPmhhdmUgYSBjb3VwbGUgb2YgV2luOXgg Ym94ZXMgb24gbXkgbGFuIHRoYXQgdXNlIHRoZSBmcmVlYnNkIGJveCBmb3INCj5pbnRlcm5ldCBh Y2Nlc3MuICBUaGUgV2luOXggYm94IG5lZWRzIHRvIHVzZSBNaWNyb3NvZnQgTmV0IE1lZXRpbmcN Cj5mb3Igc29tZSBjb2xsYWJyYXRpdmUgd29yay4gIFVuZm9ydHVuYXRlbHksIEkgY2FuJ3QgY2hv b3NlIGEgZGlmZmVyZW50DQo+YXBwbGljYXRpb24sIGFzIHRoYXQgaXMgb3V0IG9mIG15IGNvbnRy b2wuICBBbnlib2R5IGRvIHRoaXMgYWxyZWFkeSA/DQoNCg0KWW91IGhhdmUgdGhlIEZyZWVic2Qg Ym94IHNldCB1cCBhcyBhIHJvdXRlcj8gbmF0PyBvciBwcm94eT8NCg0KSWYgaXQncyBhIHJvdXRl ciwgeW91IHNob3VsZCBiZSBmaW5lLiBZb3UnbGwgaGF2ZSB0byBhbGxvdyBhIGZhaXJseSBsYXJn ZSBVRFAgcG9ydCByYW5nZSAodGhlIGV4YWN0IHJhbmdlIHByZXNlbnRseSBlc2NhcGVzIG1lIC0g MTAwMDAgdG8gNjAwMDAgbWF5YmU/KSBidXQgdGhhdCdzIHRoZSBkZWZhdWx0IGlzbid0IGl0Pw0K DQpJZiB5b3UgaGF2ZSBhIE5BVCBvciBwcm94eSBzZXR1cCB5b3UnbGwgbGlrZWx5IG5vdCBoYXZl IG11Y2ggbHVjayB3aXRoIE5ldE1lZXRpbmcuIEVzcGVjaWFsbHkgbm90IGlmIHlvdSB3YW50IHRv IHNlbmQgdmlkZW8uDQoNClNoYW5ub24NCg0K To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 10:26:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sr1.viacom.com (sr1.viacom.com [166.77.235.170]) by hub.freebsd.org (Postfix) with ESMTP id 3F17214A17 for ; Wed, 20 Oct 1999 10:26:50 -0700 (PDT) (envelope-from Adrian.Henke@vh1.com) Received: from secureny2.secure.viacom.com (fire-smtp-dmz.viacom.com [166.77.235.210]) by sr1.viacom.com () with ESMTP id NAA27758 for ; Wed, 20 Oct 1999 13:26:49 -0400 (EDT) Received: by SECURENY2 with Internet Mail Service (5.5.2650.10) id <42D6826C>; Wed, 20 Oct 1999 13:28:12 -0400 Message-ID: <17021EFBA34CD211BC6400A0C9C749059C23CD@vh1ny2.viacom.com> From: "Henke, Adrian" To: "'freebsd-questions@freebsd.org'" Subject: a question regarding printer configuration Date: Wed, 20 Oct 1999 13:38:51 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.10) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My apologies for the lengthy explanation. Please consider these issues, as I tried to be thorough! Unfortunately, no matter how hard I try to follow the instructions listed in the FreeBSD handbook (as well as numerous other resources), I can't seem to get my Epson Action Laser 1400 parallel printer working properly. But I refuse to give up! I understand that my issues may be difficult to consider without actually looking at my particular machine; nonetheless, I hope that this is not an inappropriate forum to ask for technical advice. First, let's say that I configured all of the settings as stated in the tutorial - the shell script in printcap, enabling ghostscript, etc. Ghostscript is indeed installed, and doesn't seem to be the source of trouble (at least not that I can tell). As an aside, it would make sense for me to ask a question here which plagues me about scripts generally: To I need to chmod 555 each script (not necessarily in printcap, but generally) in order to make it executable? The handbook seems to imply this in Chapter 7 (Printing), but I haven't seen reference to it in any other documentation. Additionally, regardless of the script I place in say, lpfilter or hpif, I can't seem to get the "staircase effect" to cease and create a full page of text when I run lptest > /dev/lpt0. I also tried installing and making executable the lpfilter script from the cdrom (as described in Ch. 16 of The Complete FreeBSD), which worked OK until I tried to configure the spooler. This puzzles me because it seems that the script itself is intended for PostScript printers, and I do not believe that mine provides native support of that (no mention of it in the printer's documentation)! However the main problem, I believe, lies within the spooler. Regardless of whether or not there is a print job in the queue, I get two warning/error messages which say "Warning: lp is down: printing disabled" and "Warning: no daemon present" when I run lpq. In addition, the spooling error log file consistently reads something to the effect of "could not execv" followed by what I think is the directory of the lp daemon. Could I have corrupted the actual binary? The Epson Action Laser 1400's documentation claims that HP LaserJet 4P drivers should work with it if Epson-specific drivers are unavailable. Therefore I enabled the LaserJet4 drivers in the Ghostscript configuration. However when I tried to print out a relatively elaborate piece of text (like an html page from the FreeBSD handbook from within KDE), I seem to have printed a Qt format header with several pages of legible but nonsensical text following. Of course, this was before I started experiencing the error messages mentioned above. Now I simply can't print anything at all unless its directly from lptest > /dev/lpt0. Any relation there? Issuing the lptest 20 5 | lpr command produces no results, which seems to coincide with my mysterious missing daemon. If there is ANYTHING that you might be able to tell me regarding this main issue or any of the more peripheral issues I mentioned, I would undoubtedly be better off than I am right now! Any insights would be well recieved, just don't tell me to forget it and reinstall Windows!!! :) Thanks for your patience. Sincerely, Adrian Henke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 10:31:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (broccoli.graphics.cornell.edu [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id 1DCF314A2F for ; Wed, 20 Oct 1999 10:31:21 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA063800673; Wed, 20 Oct 1999 13:31:14 -0400 Message-Id: <199910201731.AA063800673@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: Mark Powell Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to make Ethernet come up as Full-Duplex... In-Reply-To: Your message of "Wed, 20 Oct 1999 10:58:41 BST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 20 Oct 1999 13:31:11 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>Assuming it's an fxp device (see "ifconfig -a") change the fxp0 line >>in /etc/rc.conf to look like this: >> >>ifconfig_fxp0="inet 12.34.56.78 netmask 255.255.255.0 media 100baseTX >>mediaopt full-duplex" > >This doesn't work under 3.2-STABLE & 3.3-STABLE at least: > >/root # ifconfig fxp0 inet x.x.x.x netmask 0xffffff80 media 100BaseTX media-op >t full-duplex >ifconfig: media-opt: bad value >/root # > >I've tried this before, but never been able to get it to work. I don't have a system I can experiment on at the moment so I don't know how much this matters, but I do see a difference between what I said and what you said. I said 100baseTX (which is what is in the documentation). You said 100BaseTX. -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 10:37:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail4.cadvision.com (mail4.cadvision.com [207.228.64.49]) by hub.freebsd.org (Postfix) with ESMTP id 3412214BED for ; Wed, 20 Oct 1999 10:37:25 -0700 (PDT) (envelope-from dkwiebe@mail.cadvision.com) Received: from mail.cadvision.com (ppp10.heartland.ab.ca [207.107.228.138]) by mail4.cadvision.com (8.9.3/8.9.1/CW) with ESMTP id LAA22785; Wed, 20 Oct 1999 11:37:00 -0600 Message-ID: <380DFF68.8E6028D4@mail.cadvision.com> Date: Wed, 20 Oct 1999 11:44:08 -0600 From: Darren WIebe Reply-To: davehagen@hagenhomes.com Organization: Hagen Homes Ltd. X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 3.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "Henke, Adrian" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: a question regarding printer configuration References: <17021EFBA34CD211BC6400A0C9C749059C23CD@vh1ny2.viacom.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Henke, Adrian" wrote: > First, let's say that I configured all of the settings as stated in the > tutorial - the shell > script in printcap, enabling ghostscript, etc. Ghostscript is indeed > installed, and > doesn't seem to be the source of trouble (at least not that I can tell). As > an aside, it > would make sense for me to ask a question here which plagues me about > scripts > generally: To I need to chmod 555 each script (not necessarily in printcap, > but > generally) in order to make it executable? The handbook seems to imply this > in > Chapter 7 (Printing), but I haven't seen reference to it in any other > documentation. > > Additionally, regardless of the script I place in say, lpfilter or hpif, I > can't seem to > get the "staircase effect" to cease and create a full page of text when I > run lptest > > /dev/lpt0. I also tried installing and making executable the lpfilter > script from the > cdrom (as described in Ch. 16 of The Complete FreeBSD), which worked OK > until > I tried to configure the spooler. This puzzles me because it seems that the > script > itself is intended for PostScript printers, and I do not believe that mine provides > native support of that (no mention of it in the printer's documentation)! I also had trouble using ghostscript. I installed /usr/ports/sysutils/webmin and it will use ghostscripts filters under printer settings. When I set them up using webmin things worked much better. > > However the main problem, I believe, lies within the spooler. Regardless of > > whether or not there is a print job in the queue, I get two warning/error > messages > which say "Warning: lp is down: printing disabled" and "Warning: no daemon > present" when I run lpq. In addition, the spooling error log file > consistently reads > something to the effect of "could not execv" followed by what I think is > the > directory of the lp daemon. Could I have corrupted the actual binary? > Have you run /stand/sysinstall and enabled the printers? > than I am right now! Any insights would be well recieved, just don't tell > me to > forget it and reinstall Windows!!! :) That would be sacrilegious!! :) > > Thanks for your patience. > > Sincerely, > Adrian Henke Hope this helps Darren Wiebe dkwiebe@hagenhomes.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 10:38:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from chickasaw.gate.net (chickasaw.gate.net [198.206.134.26]) by hub.freebsd.org (Postfix) with ESMTP id 4583714BE7 for ; Wed, 20 Oct 1999 10:38:34 -0700 (PDT) (envelope-from beaker@hitnrun.net) Received: from win98 (tsmia3-236.gate.net [207.36.185.236]) by chickasaw.gate.net (8.8.6/8.6.12) with SMTP id NAA113316 for ; Wed, 20 Oct 1999 13:38:12 -0400 From: "eric" To: Subject: Tape Drive Backups with COLORADO 5GB/2.060002 Date: Wed, 20 Oct 1999 13:52:04 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am implementing a FreeBSD 3.3 WebServer/MailServer. I have been successful in all aspects of the configurations except for Backups. I don't know how to mount my tape from my HP Colorado tape drive so that I can copy my *.tgz files onto it. The following shows up when I run dmesg acd0: drive speed 8268KB/sec, 128KB cache acd0: supported read types: CD-R, CD-RW, CD-DA, packet track acd0: Audio: play, 255 volume levels acd0: Mechanism: ejectable tray acd0: Medium: CD-ROM 120mm data disc loaded, unlocked wdc1: unit 1 (atapi): , removable, intr, dma, ior dis wdc1: ATAPI streaming tapes not configured Can you please instruct me or point me in the right direction on how to mount and copy my tar files to the tapes. Thanks in Advanced, beaker@hitnrun.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 10:39:52 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 0186014BE7 for ; Wed, 20 Oct 1999 10:39:50 -0700 (PDT) (envelope-from marko@websorcery.com) Received: from cr90237a ([24.112.202.234]) by mail.rdc3.on.home.com (InterMail v4.01.01.02 201-229-111-106) with SMTP id <19991020173803.MRMX5578.mail.rdc3.on.home.com@cr90237a> for ; Wed, 20 Oct 1999 10:38:03 -0700 Message-ID: <013901bf1b22$a2e94da0$eaca7018@cambr1.on.wave.home.com> From: "Websorcery" To: Subject: virtual host emails question.. Date: Wed, 20 Oct 1999 13:43:36 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a number of virtual hosts setup on a machine running the latest version of FreeBSD. I need to be able to setup emails for the virtual hosts but some of the emails conflict with ones that already exist on the server. What method do I use to accomplish this? THanks for any help.. marko@websorcery.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 10:54:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from webra.com.br (webra04.itanet.com.br [200.245.159.196]) by hub.freebsd.org (Postfix) with SMTP id BEC2014C16 for ; Wed, 20 Oct 1999 10:53:11 -0700 (PDT) (envelope-from alexrocco@zaz.com.br) Received: from rocco by webra.com.br with SMTP (MDaemon.v2.7.SP4.R) for ; Wed, 20 Oct 1999 15:57:05 -0200 Message-ID: <001001bf1b23$f5c384e0$3b00a8c0@rocco> From: "Alexandre Rocco" To: Subject: Logo Date: Wed, 20 Oct 1999 15:53:04 -0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 X-MDaemon-Deliver-To: freebsd-questions@FreeBSD.ORG X-Return-Path: alexrocco@zaz.com.br Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I just wanted a little thing from you... Can you supply me a larger image of your logo, the little devil that is your symbol, i just wanted a logo like this with more resolution, i was planning to make a wallpaper for home use... Maybe a larger image can help me, because the only one i found in the site, is very small and i need a larger to use in the size of my desktop... Can you help ? Thanks! Alexandre Rocco To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 11:22: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ods.org (freebsd.ods.org [205.252.42.124]) by hub.freebsd.org (Postfix) with SMTP id 76BA114CFC for ; Wed, 20 Oct 1999 11:22:02 -0700 (PDT) (envelope-from geniusj@ods.org) Received: (qmail 3531 invoked by uid 1000); 20 Oct 1999 18:28:58 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 20 Oct 1999 18:28:58 -0000 Date: Wed, 20 Oct 1999 14:28:58 -0400 (EDT) From: Systems Administrator To: Stuart Henderson Cc: FreeBSD -- The Power to Serve , Barrett Richardson , Jason , questions@freebsd.org, isp@freebsd.org Subject: Re: quick gated questions In-Reply-To: <380DBC9A.E9E0488E@eclipse.net.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 20 Oct 1999, Stuart Henderson wrote: > > and, I tried with closest masklens, and 208 worked, but 205 didnt.. you > > see, there are upstream filters on the SDSL (which is the 208 subnet) > > which prevent spoofing.. And it's not really spoofing, we just have > > multiple connections that we're trying to use on one machine.. If you can > > Looks like you need multipath. If you search the -isp archives > you should find some mention of it quite recently. > This looks like exactly what I need, however, it is fairly old :).. And hence the patch wont patch even close to correctly, + i dont really trust such an outdated patch on my kernel for obvious reasons :).. Are there any plans to implement multipath routing into FreeBSD's distribution? -JD- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 11:34: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web116.yahoomail.com (web116.yahoomail.com [205.180.60.89]) by hub.freebsd.org (Postfix) with SMTP id DCDD514CA4 for ; Wed, 20 Oct 1999 11:34:03 -0700 (PDT) (envelope-from osiris2002@yahoo.com) Message-ID: <19991020183540.4947.rocketmail@web116.yahoomail.com> Received: from [168.187.18.196] by web116.yahoomail.com; Wed, 20 Oct 1999 11:35:40 PDT Date: Wed, 20 Oct 1999 11:35:40 -0700 (PDT) From: Joss Roots Subject: Hard Disk Error on FreeBSD-3.3 PLEASE HELP To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, I am getting the following error: /kernel:wd1s1e: hard error writing fsbn 1578426 of 1578416 - 1578431 (wd1s1e bn 1578426, cn 98 tn 64 sn 24) error 80 > This is my second hard disk, a 6.1 Gigabyte IDE, it is a dangerously dedicated one, what to do to resolve this error. can I reformat the disk, or mark these blocks as BAD BLOCKS, I don't know how to this on FreeBSD, so ANY help is GREATLY appreciated. Thanks for all of your help in advance. ===== MAY THE FORCE BE WITH YOU. __________________________________________________ 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 Wed Oct 20 11:47:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from federation.addy.com (federation.addy.com [207.239.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 0FEC314CB9 for ; Wed, 20 Oct 1999 11:47:17 -0700 (PDT) (envelope-from fbsdlist@federation.addy.com) Received: from localhost (fbsdlist@localhost) by federation.addy.com (8.8.5/8.6.12) with SMTP id OAA22690 for ; Wed, 20 Oct 1999 14:46:54 -0400 (EDT) Date: Wed, 20 Oct 1999 14:46:53 -0400 (EDT) From: Cliff Addy To: freebsd-questions@FreeBSD.ORG Subject: Corrupt 3.3 CDROMs shipped In-Reply-To: <19991020183540.4947.rocketmail@web116.yahoomail.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 Sorry if this is already known here, I can't keep up with the list like I used to. Seems that Walnut Creek shipped a batch of 3.3 packages that have a bad disk 1. In my case, they wouldn't boot and couldn't install at all. WC was aware of the problem and shipped me a replacement right away. If you've gotten 3.3 and haven't checked it out yet, you should grab a machine and see if they're OK. Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 12:20:25 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 DD21214CD1 for ; Wed, 20 Oct 1999 12:20:20 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gateway.gorean.org (gateway.gorean.org [10.0.0.1]) by dt050n71.san.rr.com (8.9.3/8.8.8) with ESMTP id MAA36681; Wed, 20 Oct 1999 12:20:16 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Wed, 20 Oct 1999 12:20:16 -0700 (PDT) From: Doug Barton X-Sender: doug@dt050n71.san.rr.com To: Lanny Baron Cc: questions@freebsd.org Subject: Re: strange problem with majordomo In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Oct 1999, Lanny Baron wrote: > ----- Transcript of session follows ----- > 550 :include:/usr/local/majordomo/lists/ops... Cannot open > /usr/local/majordomo/lists/ops: Group writable directory Message delivered > to mailing list ops-outgoing 554 ops-outgoing... aliasing/forwarding loop > broken This is a sendmail error, not majordomo. Make sure that the listed directory, and all other directories accessed by sendmail are not group writeable. 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 Wed Oct 20 12:30:33 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 622C814D83 for ; Wed, 20 Oct 1999 12:30:29 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gateway.gorean.org (gateway.gorean.org [10.0.0.1]) by dt050n71.san.rr.com (8.9.3/8.8.8) with ESMTP id MAA36722; Wed, 20 Oct 1999 12:30:26 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Wed, 20 Oct 1999 12:30:26 -0700 (PDT) From: Doug Barton X-Sender: doug@dt050n71.san.rr.com To: Brian Cc: freebsd-questions@FreeBSD.org Subject: Re: Make world massive problems In-Reply-To: <380CF272.C4A20E8E@inteliport.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Oct 1999, Brian wrote: > i am having a very rough time upgrading from 2.2.8 to 3-stable, i have > done this once before but apparently something this time is not quite > right.... > when i go to do a make world now, You don't want to do make world, you want to do make upgrade. Take a look at http://freebsd.simplenet.com/make-upgrade.html. Good luck, Doug PS, howdy to everyone from the terminal room at FreeBSDCon :) -- "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 Wed Oct 20 12:35:29 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 3FC8514D66 for ; Wed, 20 Oct 1999 12:35:02 -0700 (PDT) (envelope-from mike@sentex.net) Received: from simoeon (simeon.sentex.ca [209.112.4.47]) by granite.sentex.net (8.8.8/8.6.9) with SMTP id PAA29641 for ; Wed, 20 Oct 1999 15:35:02 -0400 (EDT) Message-Id: <3.0.5.32.19991020153401.01a33930@staff.sentex.ca> X-Sender: mdtpop@staff.sentex.ca X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Wed, 20 Oct 1999 15:34:01 -0400 To: questions@freebsd.org From: Mike Tancsa Subject: ftpd and controlling uploads Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Forgive me if the answer is right in front of me, but I cant seem to find it. I looked through the mailing list archives, but didnt see anything obvious. Is there a way with the native FreeBSD ftpd to control how files are uploaded via anonymous ftp ? I would like to move away from wu-ftpd, but need the one-way uploads feature. i.e. an anon user uploads a file into incoming, an the permissions on the uploaded file are automatically set to 600 owned by whoever I specifiy in the ftpaccess file. Is this possible with the native FreeBSD version ? ---Mike ------------------------------------------------------------------------ Mike Tancsa, tel 01.519.651.3400 Network Administrator, mike@sentex.net Sentex Communications www.sentex.net Cambridge, Ontario Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 12:36:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from thelab.hub.org (nat203.183.mpoweredpc.net [142.177.203.183]) by hub.freebsd.org (Postfix) with ESMTP id 7CAD314CAC for ; Wed, 20 Oct 1999 12:36:47 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id QAA69027 for ; Wed, 20 Oct 1999 16:36:56 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 20 Oct 1999 16:36:52 -0300 (ADT) From: The Hermit Hacker To: freebsd-questions@freebsd.org Subject: 100baseT through etherswitch ... 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 Morning all... I have a computer connected to an etherswitch at work, 100baseT...doing an FTP of a 300Meg file to another computer on the same etherswitch, also doing 100baseT, how many MB/s should I expect to see *max*? Oh, both hosts and the etherswitch are running half-duplex... Thanks... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 13: 3: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.criterion.canon.co.uk (mailhost.criterion.canon.co.uk [194.223.249.254]) by hub.freebsd.org (Postfix) with ESMTP id 6FD1514D2B for ; Wed, 20 Oct 1999 13:02:55 -0700 (PDT) (envelope-from adamn@csl.com) Received: from csl.com (hermes.criterion.canon.co.uk [194.223.249.13]) by mailhost.criterion.canon.co.uk (8.8.8/8.7.3) with ESMTP id UAA13327; Wed, 20 Oct 1999 20:51:35 +0100 (BST) Message-ID: <380E1FBF.A7A720A8@csl.com> Date: Wed, 20 Oct 1999 21:02:07 +0100 From: Adam Nealis Organization: Criterion Software, Ltd. X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.0.34 i686) X-Accept-Language: en MIME-Version: 1.0 To: Greg Lehey Cc: freebsd-questions Subject: Re: vinum - How long does it take to perform operation X? References: <38075030.7F681CE8@csl.com> <19991017123346.46381@mojave.lemis.com> <380CAEAA.AE9201E1@csl.com> <19991019114151.42479@mojave.worldwide.lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greg Lehey wrote: > > On Tuesday, 19 October 1999 at 18:47:22 +0100, Adam Nealis wrote: > > Greg Lehey wrote: > >> > >> On Friday, 15 October 1999 at 17:02:56 +0100, Adam Nealis wrote: > >>> I don't mount them on boot either, as I quickly discovered vinum > >>> dumps core if you try to operate on mount devices. > >> > >> If you get any kind of dump from Vinum, I want to know about it. > > Would you like me to send you the next vinum.core I get? > > Is this a dump from vinum(8)? That would be new. I certainly don't > want you to send me a 200 MB panic dump. It'd be worse than that - the box has 512MB RAM ;). It was a vinum dump, However, I discovered what my missing ingredient was. Namely, I hadn't used disklabel to change the type of partition 'e' to 'vinum' from 4.2BSD. Suddenly GOTCHA number 6 in man 8 vinum makes a lot of sense. I compiled and installed a debug kernel, caused a panic, and followed your instructions for analysing a crash dump. I got some joy, but not what I expected from your vinum (4) page. As you were interested in the core dump I'll send it to you separately, rather than hit the list, along with my gdb session o/p and a ps laxw of the system during a vinum stop hang. I'll keep my /var/crash/{kernel,vmcore}.0 files around in case you can see an obvious (to you) mistake in your vinum .gdbinit files. Thanks so far... Adam. > > > I didn't mention I was finding it very easy to get panics, and > > once I got a complete lock up! Meaning I had to power cycle the > > box to reboot it. > > OK, but that's what I want to know about. > > > I wouldn't be surprised if I'm doing something(s) wrong, but is it > > really this easy to hang a box using vinum? > > It shouldn't be. But if nobody who runs into a problem tells me about > it, I can't fix it. > > >>> I decided to clear out any cruft with > >>> > >>> bash 2.03# vinum resetconfig > >>> > >>> Enter Text -> NO FUTURE > >>> > >>> and it's been over an hour and the command doesn't seem to have > >>> completed. > >> > >> That should be just about instantaneous. > > > > When I ^C'd that one I got a message saying that the operation had > > completed. I may have tried it again later, and caused a panic. > > OK, follow the instructions for analysing a panic. > > >>> I don't understand why this is taking so long. I'm becoming > >>> confused! > >> > >> I haven't seen this before. What does 'ps lawx' say? Output to a > >> file and then attach it. > >> > >> After that, reboot your machine and try the 'vinum create' again. If > >> it hangs, I'd like to see the output of 'ps lawx' at that point. > > > > I'll try and do this. > > > > I'll also figure out how to put in a debug kernel, etc. > > There's a description in the web page. > > 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 Wed Oct 20 13: 5:50 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 0970514CF9 for ; Wed, 20 Oct 1999 13:05:39 -0700 (PDT) (envelope-from jonc@logisticsoftware.co.nz) Received: (from jonc@localhost) by logisticsoftware.co.nz (8.9.3/8.9.3) id JAA08638; Thu, 21 Oct 1999 09:03:52 +1300 (NZDT) Date: Thu, 21 Oct 1999 09:03:52 +1300 (NZDT) From: Jonathan Chen To: Mike Bartlett Cc: freebsd-questions@FreeBSD.ORG Subject: Re: export problem In-Reply-To: <1145CD545D54D211BCEB0060B067AD06147785@RETINA> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 20 Oct 1999, Mike Bartlett wrote: > deye 5$ less mysql.sh > > #!/bin/sh > # > TZ=SAT-1SAST > export TZ > /sbin/ldconfig -m /usr/local/lib/mysql > > if [ -x /usr/local/bin/safe_mysqld ] > then > /usr/local/bin/safe_mysqld > /dev/null & && echo -n ' mysql' > fi > > deye 6$ ./mysql.sh > mysqldeye 7$ TZ: not found Take out the empty line. The #!/bin/sh *must* be on the first line. Jonathan Chen ------------------------------------------------------------------------ "We laugh in the face of danger, we drop icecubes down the vest of fear" - Edmond Blackadder III To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 13: 9:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from posgate.acis.com.au (posgate.acis.com.au [203.14.230.14]) by hub.freebsd.org (Postfix) with ESMTP id 1462E14CF9 for ; Wed, 20 Oct 1999 13:09:34 -0700 (PDT) (envelope-from andymac@bullseye.apana.org.au) Received: from bullseye.apana.org.au (uucp@localhost) by posgate.acis.com.au (8.9.2/8.9.2/Debian/GNU) with UUCP id GAA20531; Thu, 21 Oct 1999 06:00:20 +1000 (EST) Received: from bullseye.apana.org.au (central.apana.org.au [203.9.107.245]) by bullseye.apana.org.au (8.8.8/8.8.8) with SMTP id UAA03863; Wed, 20 Oct 1999 20:55:09 +1000 (EST) (envelope-from andymac@bullseye.apana.org.au) Date: Wed, 20 Oct 1999 20:50:57 +1000 (EST) From: Andrew MacIntyre To: JammerJJ@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD and USB Help PLEASE!!!!!!!!!!!!!!! In-Reply-To: <0.26496924.253e3cea@aol.com> Message-ID: X-X-Sender: andymac@bullseye.apana.org.au MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Oct 1999 JammerJJ@aol.com wrote: > The FreeBSD boot disk won't load on my system which has USB keyboard, mouse, > modem and maybe a few more such devices (Acer Aspire) {...} > keyboard: No > > and halst right there. The system does not hang, because I can Check the 3.1?/3.2/3.3 errata pages on http://www.freebsd.org, as I recall having to deal with this on an older box just recently. Its a side effect of the new boot loader and the amount of floppy disk space available. -- Andrew I MacIntyre "These thoughts are mine alone..." E-mail: andrew.macintyre@aba.gov.au (work) | Snail: PO Box 370 andymac@bullseye.apana.org.au (play) | Belconnen ACT 2616 Fido: Andrew MacIntyre, 3:620/243.18 | Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 13: 9:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from posgate.acis.com.au (posgate.acis.com.au [203.14.230.14]) by hub.freebsd.org (Postfix) with ESMTP id 5150614CF9 for ; Wed, 20 Oct 1999 13:09:34 -0700 (PDT) (envelope-from andymac@bullseye.apana.org.au) Received: from bullseye.apana.org.au (uucp@localhost) by posgate.acis.com.au (8.9.2/8.9.2/Debian/GNU) with UUCP id GAA20532; Thu, 21 Oct 1999 06:00:20 +1000 (EST) Received: from bullseye.apana.org.au (central.apana.org.au [203.9.107.245]) by bullseye.apana.org.au (8.8.8/8.8.8) with SMTP id VAA03874; Wed, 20 Oct 1999 21:04:03 +1000 (EST) (envelope-from andymac@bullseye.apana.org.au) Date: Wed, 20 Oct 1999 20:59:51 +1000 (EST) From: Andrew MacIntyre To: E TiE Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Optimising XFree86 In-Reply-To: <19991019111826.38092.qmail@hotmail.com> Message-ID: X-X-Sender: andymac@bullseye.apana.org.au MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Oct 1999, E TiE wrote: > I recently installed FreeBSD 3.3 on a Pentium 120Mhz machine w/ 40 megs RAM > and a 128MB swap partition. My problem is that X Window runs unbearably slow > on it -- redraws are particularly slow. I've since been searching everywhere > for information on how to optimize X Window but nothing (except for upping > the proc priority) has turned up. Does anyone have any pointers/info to > share? Thanks. > > PS: The computer has a Matrox Millennium G200 8MB graphics card. Hmmm.... what else are you running? man vmstat and check whether you're swapping (top is also useful for getting an idea of memory usage). -- Andrew I MacIntyre "These thoughts are mine alone..." E-mail: andrew.macintyre@aba.gov.au (work) | Snail: PO Box 370 andymac@bullseye.apana.org.au (play) | Belconnen ACT 2616 Fido: Andrew MacIntyre, 3:620/243.18 | Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 13:24:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from phoenix.volant.org (phoenix.volant.org [205.179.79.193]) by hub.freebsd.org (Postfix) with ESMTP id B51B614DAE for ; Wed, 20 Oct 1999 13:24:53 -0700 (PDT) (envelope-from patl@phoenix.volant.org) Received: from asimov.phoenix.volant.org ([205.179.79.65]) by phoenix.volant.org with smtp (Exim 1.92 #8) for freebsd-questions@freebsd.org id 11e2Hy-00072H-00; Wed, 20 Oct 1999 13:24:50 -0700 Received: from localhost by asimov.phoenix.volant.org (SMI-8.6/SMI-SVR4) id NAA08806; Wed, 20 Oct 1999 13:24:47 -0700 Date: Wed, 20 Oct 1999 13:24:47 -0700 (PDT) From: patl@phoenix.volant.org Reply-To: patl@phoenix.volant.org Subject: USB device sharing questions To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a couple of questions about USB usage. They're sort of 'basic USB' questions; but I'm asking here because I'm particularly interested in what FreeBSD supports (as of 3.3R). 1. Can you connect more than one host to a single USB hub to share printers or other peripherals? 2. If so, how are input devices handled in that situation? (Keyboard, mouse, modem, etc.) Thanks, -Pat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 13:30: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from drawbridge.ascend.com (drawbridge.ascend.com [198.4.92.1]) by hub.freebsd.org (Postfix) with ESMTP id 5511714A28 for ; Wed, 20 Oct 1999 13:30:02 -0700 (PDT) (envelope-from sshilton@ascend.com) Received: from fw-ext.ascend.com (fw-ext [198.4.92.5]) by drawbridge.ascend.com (8.9.1a/8.9.1) with SMTP id NAA10977 for ; Wed, 20 Oct 1999 13:24:44 -0700 (PDT) Received: from russet.ascend.com by fw-ext.ascend.com via smtpd (for drawbridge.ascend.com [198.4.92.1]) with SMTP; 20 Oct 1999 20:30:01 UT Received: from wopr.eng.ascend.com (wopr.eng.ascend.com [206.65.212.178]) by russet.ascend.com (8.9.1a/8.9.1) with ESMTP id NAA07258 for ; Wed, 20 Oct 1999 13:30:00 -0700 (PDT) Received: from njmail.eng.ascend.com (njmail.eng.ascend.com [192.168.19.13]) by wopr.eng.ascend.com (8.9.1/8.9.1) with ESMTP id NAA02389 for ; Wed, 20 Oct 1999 13:31:53 -0700 (PDT) Received: from ascend.com (sshiltn2-pc.ascend.com [192.168.19.51]) by njmail.eng.ascend.com (8.8.8+Sun/8.8.8) with ESMTP id QAA27381 for ; Wed, 20 Oct 1999 16:29:59 -0400 (EDT) Message-ID: <380E2739.99F21B45@ascend.com> Date: Wed, 20 Oct 1999 16:34:01 -0400 From: Sean Shilton X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.5-15 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Upgrade to 3.3-Release Broke ypbind 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 an Ibm Pc server 325 that was running FreeBSD-2.2.7. I have just upgraded it to 3.3-Release, and now ypbind does not work. I am trying to bind to a solaris 2.6/sparc yp server. Are there any known issues with upgrading ypbind? Thanks. -- # Sean Shilton # INS # I "Make the things that make communication work" -work To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 13:32:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from iaces.com (horton.iaces.com [204.147.87.98]) by hub.freebsd.org (Postfix) with ESMTP id 3ED5414A28 for ; Wed, 20 Oct 1999 13:32:10 -0700 (PDT) (envelope-from proot@iaces.com) Received: (from proot@localhost) by iaces.com (8.9.3/8.9.3) id PAA11110; Wed, 20 Oct 1999 15:31:33 -0500 (CDT) From: "Paul T. Root" Message-Id: <199910202031.PAA11110@iaces.com> Subject: Re: 100baseT through etherswitch ... To: scrappy@hub.org (The Hermit Hacker) Date: Wed, 20 Oct 1999 15:31:33 -0500 (CDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: from "The Hermit Hacker" at Oct 20, 1999 04:36:52 PM X-Organization: USWEST !nterprise Networking - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm not sure of the answer, but a tool to show you throughput is only as far as ports (actually it may be in packages). Nettest, it's some old code from Cray, but it still works great. I ported it to FreeBSD (wasn't hard). I also ported it to NT (with GNU installed), that was a little harder. :-) Basically, you run the daemon on one machine (nettestd) and the client on the other (nettest remote-host). Cool stuff. In a previous message, The Hermit Hacker said: > > > Morning all... > > I have a computer connected to an etherswitch at work, > 100baseT...doing an FTP of a 300Meg file to another computer on the same > etherswitch, also doing 100baseT, how many MB/s should I expect to see > *max*? Oh, both hosts and the etherswitch are running half-duplex... > > Thanks... > > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy > Systems Administrator @ hub.org > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- "But what ... is it good for?" --Engineer at the Advanced Computing Systems Division of IBM, 1968, commenting on the microchip. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 13:35:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from iaces.com (horton.iaces.com [204.147.87.98]) by hub.freebsd.org (Postfix) with ESMTP id CD16614A28 for ; Wed, 20 Oct 1999 13:35:54 -0700 (PDT) (envelope-from proot@iaces.com) Received: (from proot@localhost) by iaces.com (8.9.3/8.9.3) id PAA11148; Wed, 20 Oct 1999 15:35:20 -0500 (CDT) From: "Paul T. Root" Message-Id: <199910202035.PAA11148@iaces.com> Subject: Re: 100baseT through etherswitch ... To: proot@iaces.com (Paul T. Root) Date: Wed, 20 Oct 1999 15:35:20 -0500 (CDT) Cc: scrappy@hub.org (The Hermit Hacker), freebsd-questions@FreeBSD.ORG In-Reply-To: <199910202031.PAA11110@iaces.com> from "Paul T. Root" at Oct 20, 1999 03:31:33 PM X-Organization: USWEST !nterprise Networking - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Oh, I guess I could show some output. I have to 100Meg cards on a Cisco switch, full duplex: 20# nettest horton Transfer: 100*4096 bytes from acesfbsd.iaces.com to horton Real System User Kbyte Mbit(K^2) mbit(1+E6) write 16.6320 0.0167 ( 0.1%) 0.0000 ( 0.0%) 24.05 0.188 0.197 read 2.7550 0.0333 ( 1.2%) 0.0000 ( 0.0%) 145.19 1.134 1.189 r/w 19.3870 0.0500 ( 0.3%) 0.0000 ( 0.0%) 41.26 0.322 0.338 In a previous message, Paul T. Root said: > > > I'm not sure of the answer, but a tool to show > you throughput is only as far as ports (actually it > may be in packages). Nettest, it's some old code from > Cray, but it still works great. I ported it to FreeBSD > (wasn't hard). I also ported it to NT (with GNU installed), > that was a little harder. :-) > > Basically, you run the daemon on one machine (nettestd) and > the client on the other (nettest remote-host). > > Cool stuff. > > In a previous message, The Hermit Hacker said: > > > > > > Morning all... > > > > I have a computer connected to an etherswitch at work, > > 100baseT...doing an FTP of a 300Meg file to another computer on the same > > etherswitch, also doing 100baseT, how many MB/s should I expect to see > > *max*? Oh, both hosts and the etherswitch are running half-duplex... > > > > Thanks... > > > > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy > > Systems Administrator @ hub.org > > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > -- > "But what ... is it good for?" --Engineer at the Advanced Computing Systems > Division of IBM, 1968, commenting on the microchip. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- "I would rather gnaw my leg off, pack the bleeding stump with salt, and run in a circle on broken glass than have to deal with any Microsoft product on a regular basis." -- Dan Zimmerman, Vanderbilt University, when asked about Windows NT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 13:47:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (broccoli.graphics.cornell.edu [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id D985214C4B for ; Wed, 20 Oct 1999 13:47:52 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA066982410; Wed, 20 Oct 1999 16:46:50 -0400 Message-Id: <199910202046.AA066982410@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: Sean Shilton Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Upgrade to 3.3-Release Broke ypbind In-Reply-To: Your message of "Wed, 20 Oct 1999 16:34:01 EDT." <380E2739.99F21B45@ascend.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 20 Oct 1999 16:46:49 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I have an Ibm Pc server 325 that was running FreeBSD-2.2.7. I have just >upgraded it to 3.3-Release, and now ypbind does not work. How about posting the specific error message rather than just "does not work"? -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 13:50:39 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 09F8D14D6A for ; Wed, 20 Oct 1999 13:50:37 -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 OAA16731; Wed, 20 Oct 1999 14:11:55 -0700 (PDT) Date: Wed, 20 Oct 1999 14:11:55 -0700 (PDT) From: Alfred Perlstein To: "Tan, Bun K" Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Kickstart / Jumpstart feature in FreeBSD? In-Reply-To: <7B1A3FD0E515D211AC3E00A0C96B7AC902F9B9E0@orsmsx34.jf.intel.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Oct 1999, Tan, Bun K wrote: > Is there a Kickstart (Linux) / Jumpstart (SPARC)-like feature in FreeBSD? > Thanks. When mentioning some obscure feature of a system other than FreeBSD it's usually quite helpful to get a url to the obscure feature that you are talking about. Please can we have a url that describes this obscure feature? thanks, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 13:59:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web106.yahoomail.com (web106.yahoomail.com [205.180.60.73]) by hub.freebsd.org (Postfix) with SMTP id 8A63514C4B for ; Wed, 20 Oct 1999 13:59:09 -0700 (PDT) (envelope-from osiris2002@yahoo.com) Message-ID: <19991020210245.8619.rocketmail@web106.yahoomail.com> Received: from [168.187.17.11] by web106.yahoomail.com; Wed, 20 Oct 1999 14:02:45 PDT Date: Wed, 20 Oct 1999 14:02:45 -0700 (PDT) From: Joss Roots Subject: Re: Hard Disk Error on FreeBSD-3.3 PLEASE HELP To: Lowell Gilbert Cc: 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 Thank you very much for help, that's the kind of answer I was looking for. --- Lowell Gilbert wrote: > The bad news is, this almost always means the > disk is about to die on > you completely. Actually I am suspecting the (extra) long and partially broken cable rather than the HD, but I am going to try use these commands though. >The good news is, bad144(8) > can usually help with > this. badsect(8) might even work, although I'd > be suspicious on an > IDE disk. I am not sure what you mean for the moment, have not read the man pages yet, but may be you mean badsect is for scsi disks ?? > Remember to use them only on > quiescent disks (e.g., > dismount the filesystem). SURE, thanks for the tip any way, I am going to shut down the system and reboot into single user mode. > > But if I were you, I'd put most of my effort > into backing up the data > on the disk so you can copy it to a new one: > I'll bet more blocks > start going bad very soon. Actually the HD is still empty, have been cautious not to put anything on it, but I am tryinmg to build a RELEASE on it so that's when I started getting the errors, no data lost, at least for now. Anyways thank you very much. Anymore feedbacks are most welcome. ===== MAY THE FORCE BE WITH YOU. __________________________________________________ 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 Wed Oct 20 13:59:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ic.delmarva.com (ic.delmarva.com [138.39.7.3]) by hub.freebsd.org (Postfix) with SMTP id B8FFF14C4B for ; Wed, 20 Oct 1999 13:59:19 -0700 (PDT) (envelope-from @chiron.conectiv.com:clendaniel@conectiv.com) Received: from blackhole.delmarva.com by ic.delmarva.com via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 20 Oct 1999 20:59:25 UT Received: from chiron.conectiv.com by blackhole.conectiv.com id aa10198; 20 Oct 99 16:59 EDT Date: Wed, 20 Oct 1999 16:59:07 -0400 (EDT) From: Ian Clendaniel To: Alfred Perlstein Cc: "Tan, Bun K" , "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Kickstart / Jumpstart feature in FreeBSD? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 20 Oct 1999, Alfred Perlstein wrote: > Date: Wed, 20 Oct 1999 14:11:55 -0700 (PDT) > From: Alfred Perlstein > To: "Tan, Bun K" > Cc: "'freebsd-questions@FreeBSD.ORG'" > Subject: Re: Kickstart / Jumpstart feature in FreeBSD? > > On Tue, 19 Oct 1999, Tan, Bun K wrote: > > > Is there a Kickstart (Linux) / Jumpstart (SPARC)-like feature in FreeBSD? > > Thanks. > > When mentioning some obscure feature of a system other than FreeBSD > it's usually quite helpful to get a url to the obscure feature that > you are talking about. > > Please can we have a url that describes this obscure feature? Jumpstart is far from an "obscure" feature. It's an automatted install for Solaris (and presumably other flavors). If you want info on it try sunsolve.sun.com and do a search for jumpstart. --Ian _____________________________________________________________ Ian Clendaniel Conectiv Systems Architect Infrastructure Management ian.clendaniel@conectiv.com http://www.conectiv.com Int:235.5577/Ext:302.451.5577 Pager:800.225.0256 PIN:207595 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 14: 1: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.gfit.net (ns.gfit.net [209.41.124.90]) by hub.freebsd.org (Postfix) with ESMTP id DD47814C4B for ; Wed, 20 Oct 1999 14:00:58 -0700 (PDT) (envelope-from tom@embt.com) Received: from paranor.embt.net (timembt.iinc.com [206.67.169.229]) by mercury.gfit.net (8.8.8/8.8.8) with SMTP id QAA04407; Wed, 20 Oct 1999 16:05:20 -0500 (CDT) (envelope-from tom@embt.com) Message-Id: <3.0.3.32.19991020170041.00b61fe8@mail.embt.com> X-Sender: tembt@mail.embt.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Wed, 20 Oct 1999 17:00:41 -0400 To: The Hermit Hacker From: Tom Embt Subject: Re: 100baseT through etherswitch ... Cc: freebsd-questions@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 04:36 PM 10/20/99 -0300, you wrote: > >Morning all... > > I have a computer connected to an etherswitch at work, >100baseT...doing an FTP of a 300Meg file to another computer on the same >etherswitch, also doing 100baseT, how many MB/s should I expect to see >*max*? Oh, both hosts and the etherswitch are running half-duplex... > >Thanks... I assume "etherswitch" is an ethernet switch. If so, why are you running half duplex? Ideally, 100BaseTX half-duplex should give you an FTP speed of just over 10MB/sec. There are numerous reasons why this speed might not be attainable, but if these are relatively new machines then you should be able to get close. Probably the biggest performance impact would be: 1. Quality of the ethernet card (cheapo's and you will suffer in both speed and CPU utilization) 2. Fast enough drives to write and read the data (new SCSI/UDMA or even better striped drives) 3. Enough CPU to keep everything happy (highly dependant on the above two) Of course I could be wrong.. Tom Embt tom@embt.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 14:10:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id D3E9214D8D for ; Wed, 20 Oct 1999 14:10:14 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 7692 invoked from network); 20 Oct 1999 21:10:12 -0000 Received: from useram45.uk.uudial.com (HELO marder-1.) (62.188.134.217) by smtp.dial.pipex.com with SMTP; 20 Oct 1999 21:10:12 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id WAA00780; Wed, 20 Oct 1999 22:09:53 +0100 (BST) (envelope-from mark) Date: Wed, 20 Oct 1999 22:09:53 +0100 From: Mark Ovens To: Nassar Carnegie Cc: questions@freebsd.org Subject: Re: Syscons Message-ID: <19991020220953.A377@marder-1> References: <19991020154056.E2D8C14A13@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <19991020154056.E2D8C14A13@hub.freebsd.org> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Oct 20, 1999 at 11:37:25AM -0500, Nassar Carnegie wrote: > Does anyone know of a correct way to get an image to load at boot > up. I've followed the instructions and loaded the configurations in > /boot/loader.rc > > What is the default bitmap *.ko or *.bmp? > Not sure what you mean. There is no *default* bitmap, you have to provide your own. .ko files are the kernel loadable modules. Here's my /boot/loader.rc for reference: load /kernel load vesa load -t userconfig_script /kernel.config load -t splash_image_data /dawn.bmp load splash_bmp autoboot > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 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 Wed Oct 20 14:11:17 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 7882914C4B for ; Wed, 20 Oct 1999 14:11:15 -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 OAA17279; Wed, 20 Oct 1999 14:32:33 -0700 (PDT) Date: Wed, 20 Oct 1999 14:32:33 -0700 (PDT) From: Alfred Perlstein To: Ian Clendaniel Cc: "Tan, Bun K" , "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Kickstart / Jumpstart feature in FreeBSD? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 20 Oct 1999, Ian Clendaniel wrote: > On Wed, 20 Oct 1999, Alfred Perlstein wrote: > > > Date: Wed, 20 Oct 1999 14:11:55 -0700 (PDT) > > From: Alfred Perlstein > > To: "Tan, Bun K" > > Cc: "'freebsd-questions@FreeBSD.ORG'" > > Subject: Re: Kickstart / Jumpstart feature in FreeBSD? > > > > On Tue, 19 Oct 1999, Tan, Bun K wrote: > > > > > Is there a Kickstart (Linux) / Jumpstart (SPARC)-like feature in FreeBSD? > > > Thanks. > > > > When mentioning some obscure feature of a system other than FreeBSD > > it's usually quite helpful to get a url to the obscure feature that > > you are talking about. > > > > Please can we have a url that describes this obscure feature? > > Jumpstart is far from an "obscure" feature. It's an automatted install > for Solaris (and presumably other flavors). If you want info on it try > sunsolve.sun.com and do a search for jumpstart. Let's define obscure from a FreeBSD user's point of view: It's not something in FreeBSD. Second, i don't want to do a search, i want a URL that leads me directly too it, i shouldn't have to wade through pages and pages of garbage just to research an answer for someone else. What i'm asking if for people to meet me somewhere halfway, perhaps even quarter of the way there. Now about the "quick install", we just did something like this at freebsdcon by using rsync to sync system together. You can also do a make-world server, the procedure is explained here: http://www.nothing-going-on.demon.co.uk/FreeBSD/make-world/make-world.html specifically: http://www.nothing-going-on.demon.co.uk/FreeBSD/make-world/make-world.html#TOC-607 enjoy, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 14:13:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gatekeeper.tseinc.com (gatekeeper.tseinc.com [209.83.134.9]) by hub.freebsd.org (Postfix) with ESMTP id 0019B14C4B for ; Wed, 20 Oct 1999 14:13:34 -0700 (PDT) (envelope-from jlwest@tseinc.com) Received: (from nobody@localhost) by gatekeeper.tseinc.com (8.8.8/8.8.8) id QAA03637 for ; Wed, 20 Oct 1999 16:13:32 -0500 (CDT) (envelope-from jlwest@tseinc.com) X-Authentication-Warning: gatekeeper.tseinc.com: nobody set sender to using -f Received: from ws2.tse.com(192.168.2.212) by gatekeeper.tseinc.com via smap (V2.1) id xma003626; Wed, 20 Oct 99 16:12:43 -0500 Message-ID: <000d01bf1b42$789845e0$d402a8c0@tse.com> From: "Jay West" To: Subject: Is the "mail -u" option broken under 3.3 Release? Date: Wed, 20 Oct 1999 16:31:28 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On a freshly installed 3.3R machine, I create a user called mytest From root, I do a "mail mytest". I then check /var/mail and see the mytest mail file is there waiting. If I then do a "mail -u mytest", it says there is no mail for the user. But, if I log into the machine as mytest it says I have mail and the mail command retrieves it. Is this brokenness, a "feature", or operator error???? In all responses, please cc me at jlwest@tseinc.com as I'm not currently subscribed to the list. Thanks in advance! Jay West To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 14:15:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id 7AAC914DA4 for ; Wed, 20 Oct 1999 14:15:17 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 8615 invoked from network); 20 Oct 1999 21:15:15 -0000 Received: from useram45.uk.uudial.com (HELO marder-1.) (62.188.134.217) by smtp.dial.pipex.com with SMTP; 20 Oct 1999 21:15:15 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id WAA00831; Wed, 20 Oct 1999 22:14:56 +0100 (BST) (envelope-from mark) Date: Wed, 20 Oct 1999 22:14:56 +0100 From: Mark Ovens To: Adam Ford Cc: freebsd-questions@freebsd.org Subject: Re: Mounting an MS-DOS partition? - Tricky! Message-ID: <19991020221456.B377@marder-1> References: <19991020171442.A838@attack.fordys.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <19991020171442.A838@attack.fordys.net> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Oct 20, 1999 at 05:14:42PM +0000, Adam Ford wrote: > Hi there, > > I'm not subscribed to this list anymore, so would appreciate a CC to > me of any responses. > > I've installed FreeBSD on one patition on my laptop (just one > internal drive) I fdisk'ed it from within freebsd, and created a > 500MB DOS partition there (enough for windows 95) - which all works > jolly well and good, the boot loader asks me which I want, and both > boot hunky-dory with no problems! > > The problem comes when I try and mount the MSDOS partition from > unix, I get a silly error message, to which I could find none in the > archives of these lists at http://www.uk.freebsd.org/search > > The problem I get is documented below: > > root@attack>mount -t msdos /dev/wd0s2 /windows ^^^^^^^^^^ Is it really wd0s2? Windows needs to be in the first partition so I'd expect it to be wd0s1. > msdos: vfsload (msdos): No such file or directory > > Yes the windows directory does exist... > > There was a similar problem in the archive regarding ex2fs, which > said support wasn't installed in the kernel, but I do have support > for MSDOSFS... > > Any help would be muchly appreciated... I'm running > FreeBSD3.3-RELEASE - just installed yesterday, and spent all night > scratching my head over this! > > Hopefully someone could give me a hand! - I'd be vewwy grateful! :) > > Thanks for listening, > > -- > -------------------------------------------------------------------- > Adam Ford adam@fordys.net http://www.fordys.net > -------------------------------------------------------------------- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe > freebsd-questions" in the body of the message -- 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 Wed Oct 20 14:36:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (broccoli.graphics.cornell.edu [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id C7E8D14CB9 for ; Wed, 20 Oct 1999 14:36:13 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA068095370; Wed, 20 Oct 1999 17:36:11 -0400 Message-Id: <199910202136.AA068095370@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: Sean Shilton Cc: freebsd-questions@freebsd.org Subject: Re: Upgrade to 3.3-Release Broke ypbind In-Reply-To: Your message of "Wed, 20 Oct 1999 17:06:09 EDT." <380E2EC1.FF30E341@ascend.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 20 Oct 1999 17:36:09 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ok. have you checked your domain name is set correctly by running 'domainname' ? are your yp servers on the same ethernet or another? How about an 'ifconfig -a' and make sure your netmask and broadcast addresses are correct. I'm betting this is something simple. -Mitch >Running the command ypbind returns no error (and ypbind continues to run >in the backgroud), but ypcat hosts yields the results: >ypcat: no such map hosts.byaddr. reason: Can't bind to server which >serves this domain > >. running the command: > >devgate1# ypbind -ypset >devgate1# ypset basset35 >ypset: can't yp_bind, reason: Can't communicate with ypbind > > >Mitch Collinsworth wrote: >> >> >I have an Ibm Pc server 325 that was running FreeBSD-2.2.7. I have just >> >upgraded it to 3.3-Release, and now ypbind does not work. >> >> How about posting the specific error message rather than just >> "does not work"? >> >> -Mitch > >-- ># Sean Shilton ># INS ># I "Make the things that make communication work" -work ># Exit 105, NJ ># Electronic leash 800-759-8352 PIN 1278080 ># Phone: 732-578-3106 ># Co-President/Chair SWEET&LOW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 14:37:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from edtnps04.telusplanet.net (edtnps04.telusplanet.net [198.161.157.104]) by hub.freebsd.org (Postfix) with ESMTP id 09A7214DE2 for ; Wed, 20 Oct 1999 14:37:53 -0700 (PDT) (envelope-from swheeler@altech.ab.ca) Received: from ftmmpx02-port-65.agt.net ([161.184.224.135]:2806 "HELO shannon-s") by smtp1.telusplanet.net with SMTP id ; Wed, 20 Oct 1999 15:37:24 -0600 Message-ID: <03f601bf1b43$bfc23d80$0307070a@shannon-s> From: "Shannon Wheeler" To: "Mark Ovens" , "Adam Ford" Cc: Subject: Re: Mounting an MS-DOS partition? - Tricky! Date: Wed, 20 Oct 1999 15:40:28 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: base64 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG LS0tLS1PcmlnaW5hbCBNZXNzYWdlLS0tLS0NCkZyb206IE1hcmsgT3ZlbnMgPG1hcmtAZG9nbWEu ZnJlZWJzZC11ay5ldS5vcmc+DQpEYXRlOiBPY3RvYmVyIDIwLCAxOTk5IDM6MjIgUE0NCg0KDQo+ PiByb290QGF0dGFjaz5tb3VudCAtdCBtc2RvcyAvZGV2L3dkMHMyIC93aW5kb3dzDQo+ICAgICAg ICAgICAgICAgICAgICAgICAgICAgICBeXl5eXl5eXl5eDQo+SXMgaXQgcmVhbGx5IHdkMHMyPyBX aW5kb3dzIG5lZWRzIHRvIGJlIGluIHRoZSBmaXJzdCBwYXJ0aXRpb24gc28NCj5JJ2QgZXhwZWN0 IGl0IHRvIGJlIHdkMHMxLg0KDQoNCkkgaGF2ZSBhIDEyRyBkcml2ZSBhbmQgSSBjb3VsZG4ndCBn ZXQgRnJlZUJTRCB0byB3b3JrIGluIHRoZSBsYXN0IGhhbGYgb2YgdGhlIGRyaXZlIGJlY2F1c2Ug aXQgb25seSBzYXcgMTYzODMgY3lsaW5kZXJzIHJhdGhlciB0aGFuIHRoZSAyMXh4eCB0aGF0IHRo ZXJlIGFjdHVhbGx5IHdhcy4gU28gSSBwdXQgRnJlZUJTRCBpbiB0aGUgZmlyc3QgcGFydGl0aW9u IGFuZCBXaW45NSBpbiB0aGUgc2Vjb25kLg0KDQpJIHVzZSBhIGZyZWV3YXJlIHBhcnRpdGlvbiBt YW5hZ2VyIHRvIHNlbGVjdCB3aGljaCB0byBib290IGZyb20gaGVyZSBhdCB3b3JrIGJ1dCBhdCBo b21lIHdpdGggdGhlIHNhbWUgc2V0dXAgSSB1c2UgZmRpc2sgdG8gc3BlY2lmeSB0aGUgYWN0aXZl IHBhcnRpdGlvbi4gV2luZG93cyBoYXMgbm8gcHJvYmxlbSBib290aW5nIGZyb20gdGhlIHNlY29u ZCBwYXJ0aXRpb24gYXMgbG9uZyBhcyBpdCdzIGEgcHJpbWFyeSBwYXJ0aXRpb24gYW5kIG1hcmtl ZCBhY3RpdmUuDQoNCkkgZG9uJ3Qga25vdyBmb3Igc3VyZSB3aGV0aGVyIHRoaXMgd291bGQgd29y ayBpZiB0aGUgZmlyc3QgcGFydGl0aW9uIHdhcyBhbHNvIGEgRE9TIHBhcnRpdGlvbiBidXQgSSB0 aGluayB5b3UnZCBoYXZlIGEgaGFyZCB0aW1lIGNyZWF0aW5nIG1vcmUgdGhhbiBvbmUgRE9TIHBh cnRpdGlvbiBhbnl3YXkuDQoNClNoYW5ub24NCg== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 14:57:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from radius.wavefire.com (radius.workfire.net [139.142.95.252]) by hub.freebsd.org (Postfix) with SMTP id 9C32E14BEB for ; Wed, 20 Oct 1999 14:57:36 -0700 (PDT) (envelope-from swen@wavefire.com) Received: (qmail 8753 invoked from network); 20 Oct 1999 21:57:29 -0000 Received: from swen.kabis.com (HELO swen) (139.142.95.222) by radius.workfire.net with SMTP; 20 Oct 1999 21:57:29 -0000 Message-Id: <3.0.32.19991020145903.012387c0@mail.wavefire.com> X-Sender: swen@mail.wavefire.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 20 Oct 1999 14:59:03 -0700 To: freebsd-questions@freebsd.org From: Chameleon Subject: network disconnection... Mime-Version: 1.0 Content-Type: text/enriched; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, i just have a quick question that i was wondering if someone can help me. i have a router hooked up to @Home cable, and for the last day or so (that i've noticed) it looses the internet connection for 5 - 10 minutes every 1/2 hour or so. I think i have narrowed down... when i type 'dmesg' i get the following msg about 15 times: > >arpresolve: can't allocate llinfo for 127.0.0.1rt >arplookup 127.0.0.1 failed: could not allocate llinfo Any help would be appreciated. Thanks... Swen Kabis ~ -----BEGIN GEEK CODE BLOCK----- GCS/O d-(+) s:+>:- a- C++++ UB++$>++++$ P+ L++>++++$ E-- W++(++) N+ o? K? w--- O- M-- V-- PS+ PE@ Y PGP t++ 5++ X R* tv++ b+++(+) DI++ D+++ G++ e++ h---->$ r+++ x** -----END GEEK CODE BLOCK----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 15: 6:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mojave.worldwide.lemis.com (picasso.transbay.net [209.133.53.6]) by hub.freebsd.org (Postfix) with ESMTP id 1ACB114BEB for ; Wed, 20 Oct 1999 15:06:06 -0700 (PDT) (envelope-from grog@lemis.com) Received: (grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.6.12) id PAA03212; Wed, 20 Oct 1999 15:05:12 -0700 (PDT) Message-ID: <19991020150509.03414@mojave.worldwide.lemis.com> Date: Wed, 20 Oct 1999 15:05:09 -0700 From: Greg Lehey To: dking@malf.net, freebsd-questions@FreeBSD.ORG Subject: Re: Panics with Vinum References: <380B3415.335747B4@stmichael.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <380B3415.335747B4@stmichael.org>; from D. J. King on Mon, Oct 18, 1999 at 07:52:05AM -0700 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 [Format recovered--see http://www.lemis.com/email/email-format.html] On Monday, 18 October 1999 at 7:52:05 -0700, D. J. King wrote: > My configuration is: > > AMD K6-3 with 256MB memory > 2x18GB IBM IDE Disks > > FreeBSD 3.3-Release > > My Vinum Config is: > > drive d1 device /dev/wd2h > drive d2 device /dev/wd0g > volume home > plex org concat > sd length 12990M drive d1 > plex org concat > sd length 12990M drive d2 > vinum start > > Fatal trap 12 > Fault Virtual Address 0x10 > Fault Code Supervisor Read, Page Not Present > Instruction Pointer 0x8:0xc2109317 > Stack Pointer 0x10:0xcf0a8c44 > Frame Pointer 0x10:0xcf0a8c98 > blah, blah, blah > > This is repeatable, at least in my environment It's generally pretty repeatable. Please read the pages at http://www.lemis.com/vinum.html for information about Vinum, and http://www.lemis.com/vinum/bugs.html in particular if you have problems. This one is a known bug which is in 3.3-RELEASE (sorry about that). It's now fixed. Get 3.3-STABLE for the fix. Here's the text from the web page: 28 September 1999: If you don't have all device nodes, 'vinum start' may panic the machine. Specifically, if you have a disk /dev/da0c, you should have the following devices: brw-r----- 1 root operator 4, 0x00010002 Sep 28 12:01 /dev/da0 brw-r----- 1 root operator 4, 0 Sep 28 12:01 /dev/da0a brw-r----- 1 root operator 4, 1 Sep 28 12:01 /dev/da0b brw-r----- 1 root operator 4, 2 Sep 28 12:01 /dev/da0c brw-r----- 1 root operator 4, 3 Sep 28 12:01 /dev/da0d brw-r----- 1 root operator 4, 4 Sep 28 12:01 /dev/da0e brw-r----- 1 root operator 4, 5 Sep 28 12:01 /dev/da0f brw-r----- 1 root operator 4, 6 Sep 28 12:01 /dev/da0g brw-r----- 1 root operator 4, 7 Sep 28 12:01 /dev/da0h brw-r----- 1 root operator 4, 0x00020002 Sep 28 12:01 /dev/da0s1 brw-r----- 1 root operator 4, 0x00020000 Sep 28 12:01 /dev/da0s1a brw-r----- 1 root operator 4, 0x00020001 Sep 28 12:01 /dev/da0s1b brw-r----- 1 root operator 4, 0x00020002 Sep 28 12:01 /dev/da0s1c brw-r----- 1 root operator 4, 0x00020003 Sep 28 12:01 /dev/da0s1d brw-r----- 1 root operator 4, 0x00020004 Sep 28 12:01 /dev/da0s1e brw-r----- 1 root operator 4, 0x00020005 Sep 28 12:01 /dev/da0s1f brw-r----- 1 root operator 4, 0x00020006 Sep 28 12:01 /dev/da0s1g brw-r----- 1 root operator 4, 0x00020007 Sep 28 12:01 /dev/da0s1h brw-r----- 1 root operator 4, 0x00030002 Sep 28 12:01 /dev/da0s2 brw-r----- 1 root operator 4, 0x00040002 Sep 28 12:01 /dev/da0s3 brw-r----- 1 root operator 4, 0x00050002 Sep 28 12:01 /dev/da0s4 In particular, if the /dev/da0s1a devices are missing, we have seen panics. Technical explanation: The function vinum_scandisk was trying to read from a drive which had been invalidated. This caused a null pointer dereference. Status (13 October 1999): Fixed in 4.0-CURRENT (file vinumio.c, revision 1.45) and 3.3-STABLE (file vinumio.c, revision 1.7.2.11). Will not be fixed in older releases, if indeed it exists there. 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 Wed Oct 20 15:10: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from toy.chip-web.com (adsl-63-195-43-50.dsl.snfc21.pacbell.net [63.195.43.50]) by hub.freebsd.org (Postfix) with SMTP id 3C15A14DCA for ; Wed, 20 Oct 1999 15:09:51 -0700 (PDT) (envelope-from ludwigp@bigfoot.com) Received: (qmail 47246 invoked from network); 20 Oct 1999 22:09:50 -0000 Received: from toy.chip-web.com (HELO bigfoot.com) (@172.16.1.30) by toy.chip-web.com with SMTP; 20 Oct 1999 22:09:50 -0000 Message-ID: <380E3DAD.C82AD037@bigfoot.com> Date: Wed, 20 Oct 1999 15:09:49 -0700 From: Ludwig Pummer X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Shannon Wheeler Cc: freebsd-questions@FreeBSd.org, darryl@osborne-ind.com Subject: Re: Freebsd + Netmeeting = Possible ? References: <030d01bf1b1d$45cc9460$0307070a@shannon-s> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Shannon Wheeler wrote: > From: Darryl Hoar > >I am running Freebsd 3.2 on a gateway machine > > hmmm, maybe this bit: > > (ppp -auto -alias isp). > > answers my question but I'm not sure... ... > You have the Freebsd box set up as a router? nat? or proxy? > > If it's a router, you should be fine. You'll have to allow a fairly large UDP port range (the exact range presently escapes me - 10000 to 60000 maybe?) but that's the default isn't it? > > If you have a NAT or proxy setup you'll likely not have much luck with NetMeeting. Especially not if you want to send video. Right. NetMeeting and other H.323 programs don't like NAT, and there weren't any free proxy programs that worked with NetMeeting/Intel Internet Phone back when I searched for one (about a year ago). I did however find a program called PhonePatch, which is commercial ($50) but with a free one-month trial period. It's available as a native FreeBSD binary and it worked for me (for the short period I used it). You just tell your voice-/video-conferencing program that you have an H.323 proxy and enter the proper IP and port for your PhonePatch system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 15:12: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id 16EC814C10; Wed, 20 Oct 1999 15:11:57 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-1-244.dialup.rdu.ipass.net [209.170.132.244]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id SAA20234; Wed, 20 Oct 1999 18:11:52 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id SAA02149; Wed, 20 Oct 1999 18:13:44 -0400 (EDT) (envelope-from rhh) Date: Wed, 20 Oct 1999 18:13:43 -0400 From: Randall Hopper To: Ladislav Kostal Cc: freebsd-multimedia@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: software for grabbing Message-ID: <19991020181343.A1940@ipass.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ladislav Kostal: |I just got camera connected through capture card with bt848 chip working |and now need to periodically save images from the cam to to server (will |be served in html pages). E.g.: every 5. second save image from camera on |certain place. Which software could I use? Is is possible with FXTV? No, Fxtv is a GUI app. For batch capture, you need another tool. There are a number of frame grabbing utils out there. Roger's is the one I recall most recently: http://telepresence.dmem.strath.ac.uk/bt848/ ftp://telepresence.dmem.strath.ac.uk/pub/bt848/examples/grab.c ftp://telepresence.dmem.strath.ac.uk/pub/bt848/examples/webcam/ Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 15:41: 0 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 9D03114BF8 for ; Wed, 20 Oct 1999 15:40:27 -0700 (PDT) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr530-a064.otenet.gr [195.167.115.64]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id BAA00006 for ; Thu, 21 Oct 1999 01:40:21 +0300 (EET DST) Received: (qmail 1131 invoked by uid 1001); 20 Oct 1999 22:15:26 -0000 To: freebsd-questions@freebsd.org Subject: Re: Flashplayer and Plugin References: <380DDBD0.13400E67@tu-harburg.de> From: Giorgos Keramidas Date: 21 Oct 1999 01:15:25 +0300 In-Reply-To: Sven Reimers's message of "Wed, 20 Oct 1999 17:12:16 +0200" Message-ID: <86g0z5vfuq.fsf@localhost.hell.gr> Lines: 29 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 Sven Reimers writes: > Hi, > > any success using these under 3.1R or 3.2R? > > Using the flashplayer I get the following error message: > > shmget: Cannot allocate memory > Size = 550 x 400 > shmat: Invalid argument > X Error of failed request: BadAccess (attempt to access private > resource denied) > Major opcode of failed request: 129 (MIT-SHM) > Minor opcode of failed request: 1 (X_ShmAttach) > Serial number of failed request: 22 > Current serial number in output stream: 23 > Have you enabled SystemV IPC in your kernel? If not, you want to enable it by rebuilding your kernel after adding these to your configuration file: options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores -- Giorgos Keramidas, "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 15:58:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.cinar.com (mailhost.cinar.com [207.107.104.130]) by hub.freebsd.org (Postfix) with ESMTP id 50F4C14DD3 for ; Wed, 20 Oct 1999 15:58:11 -0700 (PDT) (envelope-from mgignac@cinar.com) Received: from mailhost.cinar.com ([205.205.166.2]) by ns2.cinar.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com for ; Wed, 20 Oct 1999 19:00:11 -0400 Received: from CINAR/SpoolDir by mailhost.cinar.com (Mercury 1.43); 20 Oct 99 18:58:14 -0400 (EDT) Received: from SpoolDir by CINAR (Mercury 1.43); 20 Oct 99 18:58:11 -0400 (EDT) Received: from greenwich (205.205.166.11) by mailhost.cinar.com (Mercury 1.43); 20 Oct 99 18:58:03 -0400 (EDT) Message-ID: <001101bf1b4e$4954da80$0ba6cdcd@cinar.com> From: "Martin Gignac" To: Subject: kppp and kfm conflict in KDE 1.1.2? Date: Wed, 20 Oct 1999 18:56:04 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry in advance if this question is really not appropriate for this list (if it really isn't, which FreeBSD related list should I use?). I am running 3.3-STABLE compile on October 18th in conjonction with KDE 1.1.2, compiled on the 19th from a cvsup'ed ports collection. I have noticed that whenever I use kpp to create a dial-up connection, and as soon as it is established, I cannot create terminal (kvt) windows anymore, nor can I use the file manager (kfm). I jump to my text terminal screen (ttys0 or something like that) gives me a KFM NOT RUNNING message. Using top, I can confirm that kfm is still running though. As soon as I close the kppp link, everything works well again. I've tried clearing my KDE preferences and starting from scratch, but to no avail. I've installed pre-built packages ftp'd from the FreeBSD FTP server, but that still didn't work. The KDE bug reports don't seem to mention any problem similar to this. In was just wondering if other people using FreeBSD and KDE 1.1.2 have noticed the same problem with kppp, kvt, and kfm, and if anybody has any solution. Thanks, and please let me know where I should post this should it be innapropriate for this list. -Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 15:59:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web109.yahoomail.com (web109.yahoomail.com [205.180.60.76]) by hub.freebsd.org (Postfix) with SMTP id 623F814BE0 for ; Wed, 20 Oct 1999 15:59:08 -0700 (PDT) (envelope-from osiris2002@yahoo.com) Message-ID: <19991020230248.25320.rocketmail@web109.yahoomail.com> Received: from [168.187.18.228] by web109.yahoomail.com; Wed, 20 Oct 1999 16:02:48 PDT Date: Wed, 20 Oct 1999 16:02:48 -0700 (PDT) From: Joss Roots Subject: Re: Hard Disk Error on FreeBSD-3.3 PLEASE HELP To: Lowell Gilbert Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there , Thanks for feedback I read the man page, and used bad144, unfortunately it is limited to 126 bad blocks per sector, now I am stuck, what can I do ? badsect seems to be a little bit difficult, cuz it needs to know the numbers exactly, any tip is appreciated. ===== MAY THE FORCE BE WITH YOU. __________________________________________________ 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 Wed Oct 20 16:47:14 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 7301014DD6 for ; Wed, 20 Oct 1999 16:47:09 -0700 (PDT) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr530-a064.otenet.gr [195.167.115.64]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id CAA09320 for ; Thu, 21 Oct 1999 02:47:03 +0300 (EET DST) Received: (qmail 1584 invoked by uid 1001); 20 Oct 1999 23:48:53 -0000 To: freebsd-questions@freebsd.org Subject: Re: Hard Disk Error on FreeBSD-3.3 PLEASE HELP References: <19991020210245.8619.rocketmail@web106.yahoomail.com> From: Giorgos Keramidas Date: 21 Oct 1999 02:48:53 +0300 In-Reply-To: Joss Roots's message of "Wed, 20 Oct 1999 14:02:45 -0700 (PDT)" Message-ID: <86d7u9r3tm.fsf@localhost.hell.gr> Lines: 18 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 Joss Roots writes: > > badsect(8) might even work, although I'd > > be suspicious on an > > IDE disk. > > I am not sure what you mean for the moment, have > not read the man pages yet, but may be you mean > badsect is for scsi disks ?? Some newer IDE disks are in the habbit of "remapping" bad sectors, and if this is the case with your disk, badsect might actually mess things up instead of fixing them. I think that is what was meant. It has happened to me once, not with FreeBSD but with Linux that I used until a couple of months ago. -- Giorgos Keramidas, "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 17: 1:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from guppy.pond.net (guppy.pond.net [205.240.25.2]) by hub.freebsd.org (Postfix) with ESMTP id 77FC514DE0 for ; Wed, 20 Oct 1999 17:01:25 -0700 (PDT) (envelope-from dmp@aracnet.com) Received: from aracnet.com (snapuser2-89.pacificcrest.net [216.36.34.89]) by guppy.pond.net (8.9.3/8.9.3) with ESMTP id QAA14440 for ; Wed, 20 Oct 1999 16:53:03 -0700 (PDT) Message-ID: <380E57AD.1338231C@aracnet.com> Date: Wed, 20 Oct 1999 17:00:45 -0700 From: "D.M.P." Organization: dmp@aracnet.com X-Mailer: Mozilla 4.6 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Sysinstall hanging during from-scratch install Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sysinstall hanging during from-scratch install. I'm trying to install FreeBSD 3.2-R onto an NCR Class 3230, Model 6020 computer, but sysinstall keeps hanging during the commit stage. I boot from the floppies, get through the kernel config and load and land at sysinstall. Partition the disk, select packages (bin, manpages, and kernel source), tell it to install from the chosen media, then commit. The install screen shows it doing the newfs's and copying the first bits to disk, then it goes to start loading the BIN package and hangs with the status line showing: 1024 bytes read from bin dist, chunk 1 of 106 @ 1.0KB/sec. I can switch screens, scroll back, and type at the emergency shell, however I don't get any response to the commands I type. After the machine hangs, the CPU heats up rapidly, like it does when you're making a kernel. I just tried installing from the following media: floppy, local CD-ROM, a DOS partition on a second HD, from a freebsd.org FTP (tried five different servers), from my LAN's FTP with the CD mounted and linked to /ftp/pub/cdrom, and from my LAN's FTP with the pkg's in /ftp/pub/freebsd/{bin|manpages|src}. Each time the install fails at the same point, right when it's going to start installing the bin package. Sysinstall fails with or without the overdrive processor. I'd thought about it being a problem with the memory, but based on the kernel boot messages, the stock 4MB isn't enough to boot. (see below) I would really like to get this to work, anyone have any experience with these systems, or know of anything I should check, test, or try? Thanks in advance. System info: NCR Class 3230 Model 6020. Stock specs are LPX case w/ 3xISA riser, onboard Intel 486SX-33, 4MB RAM (4x1MB 3-chip 70ns), 1.44MB floppy, 240MB Conner HD (CP30254), UMC 82C481BF/2AF chipset, onboard Cirrus Logic GD5426 video, and onboard 2xserial, parllel, and PS/2 mouse. Based on the additional specs I got from NCR, I dropped an Intel 486DX-33 chip into the Overdrive socket, upgraded the RAM to 8MB (8x1MB 9-chip 70ns), and added a pair of 3x509 cards. The system runs DOS 5.0/Win3.1 and Windows 95 (slowly) without problems. Last output from the "vty1" debug screen: 2558 blocks /mnt/etc /mnt/etc/defaults /mnt/etc/defaults/rc.conf /mnt/etc/protocols /mnt/etc/services 26 blocks DEBUG: Generating /etc/fstab file DEBUG: Init floppy called for some distribution kernel boot messages (hand-copied from scroll-back): avail memory - 2416640 (2360K bytes) Preloaded elf kernel "kernel" at 0xc05f7000. Preloaded mfs_root "/mfsroot" at 0xc05f709c. Probing for PnP devices: CSN 1 Vendor ID: TCM5090 [ox90506d50] Serial 0xafea37b2 Comp ID: @@@0000 [0x0000 0000] CSN 1 Vendor ID: TCM5090 [ox90506d50] Serial 0xaf81afbc Comp ID: @@@0000 [0x0000 0000] Proding for devices on the ISA bus: sc0 on isa sc0: VGA color, <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbdc0 irq 1 on isa psm0 not found sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16450 si01 at 0x2f8-0x2ff irq 3 on isa sio1: type 16450 fdc0 at 0x3f0=0x3f7 irq 6 drq 2 on isa fdc: FIFO enanled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0=0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 240MB (492250 sectors0, 895 cyls, 10 heads, 55 S/T, 512 B/S ppc0 at 0x378 irq 7 flags 0x40 on isa ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 plip0: on ppbus 0 lpt0: on ppbus 0 lpt0: Interrupt-driven port 2 3c5x9 board(s) on ISA found at 0x300 0x350 ep0 at 0x300-0x30f irq 5 on isa ep0: aui/utp[*UTP*] address 00:20:af:81:af:bc vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface changing root device to fd0c rootfs is 2880 Kbyte campiled in MFS /stand/sysinstall running as init on vty0 -- "Nothing is more noble, nothing more venerable than fidelity. Truth and faithfulness are the most sacred excellences and endowments of the human mind." -- Cicero To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 17: 8:53 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 3311D14DD4 for ; Wed, 20 Oct 1999 17:08:44 -0700 (PDT) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr530-a064.otenet.gr [195.167.115.64]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id DAA26922 for ; Thu, 21 Oct 1999 03:08:31 +0300 (EET DST) Received: (qmail 437 invoked by uid 1001); 20 Oct 1999 12:22:37 -0000 To: freebsd-questions@freebsd.org Subject: swapper gave up on me From: Giorgos Keramidas Date: 20 Oct 1999 15:22:37 +0300 Message-ID: <864sfm1asy.fsf@localhost.hell.gr> Lines: 38 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 Only a few minutes ago I noticed that X11 froze on my FreeBSD box, and I had to manually reboot the thing -- at the same time, the disk seemed to be working and I was a bit scared I would trash my filesystems. However, it came up really nicely, phew! Note that the machine had been happily up for almost 4 days now :-) The funny thing is that a glimpse at /var/log/messages showed this: /kernel: swap_pager: I/O error - pagein failed; blkno 2832, \ size 20480, error 22 /kernel: vm_fault: pager read error, pid 418 (wmaker Should I start worrying that my disk has grown "bad" blocks? Could this be caused by something else, except a faulty disk area? The disk is a Western-Digital 6 Gb IDE one, and the /etc/fstab setup is something like: # Device Mountpoint FStype Options Dump Pass# /dev/wd0s1b none swap sw 0 0 /dev/wd0s4b none swap sw 0 0 /dev/wd0s1a / ufs rw 1 1 /dev/wd0s2a /mp3 ufs rw 1 2 /dev/wd0s3a /htdocs ufs rw 1 2 proc /proc procfs rw 0 0 /dev/wcd0c /cdrom cd9660 ro,noauto 0 0 With the partitions having the following sizes: /dev/wd0s1 4 Gb /dev/wd0s2 1 Gb /dev/wd0s3 1 Gb -- Giorgos Keramidas, "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 17:19:12 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 AF6EC14DEC for ; Wed, 20 Oct 1999 17:19:09 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gateway.gorean.org (gateway.gorean.org [10.0.0.1]) by dt050n71.san.rr.com (8.9.3/8.8.8) with ESMTP id RAA40388; Wed, 20 Oct 1999 17:18:45 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Wed, 20 Oct 1999 17:18:45 -0700 (PDT) From: Doug Barton X-Sender: doug@dt050n71.san.rr.com To: "Ronald F. Guilmette" Cc: Phil Homewood , Tony Finch , freebsd-questions@FreeBSD.ORG Subject: Re: Stupid file system tricks. In-Reply-To: <16908.940401221@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 Tue, 19 Oct 1999, Ronald F. Guilmette wrote: > Thanks. That _would_ work, if I was willing to trust NFS. But my > (admittedly limited) understanding of it suggests that it is too > much of a security risk to run NFS on anything that is connected to > the public Internet. In a situation like yours you wouldn't have a security risk because you would only be connecting back to the local machine. With a little creativity you could set up the exports file so that only 127.0.0.1 could access the shares, and then with a combination of tcp wrappers and/or ipfw you can restrict access to the RPC services quite effectively. We use a combination of inside/outside interfaces and carefully constructed access rules to do just such a system at work, and I do the same thing at home. 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 Wed Oct 20 17:20:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hera.wku.edu (hera.wku.edu [161.6.18.5]) by hub.freebsd.org (Postfix) with ESMTP id 0B73F14DEC for ; Wed, 20 Oct 1999 17:20:42 -0700 (PDT) (envelope-from lanhabb@hera.wku.edu) Received: from localhost (lanhabb@localhost) by hera.wku.edu (8.9.3+Sun/8.9.1) with ESMTP id TAA29131; Wed, 20 Oct 1999 19:20:40 -0500 (CDT) Date: Wed, 20 Oct 1999 19:20:40 -0500 (CDT) From: "Brett B. Lanham" To: C J Michaels Cc: FreeBSD Questions Subject: Re: root login In-Reply-To: <000e01bf1b01$ba458a20$0200000a@weeble.dyndns.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am able to get csh as my normal user. I set the permissions on /bin/csh to 755. It kind of weird I thought. I may just try to change the shell of root. Brett On Wed, 20 Oct 1999, C J Michaels wrote: > 1st of all, make sure that /bin/csh is there and is executable. It > aparently is since you're not getting errors. > > What happens if you just manually type /bin/csh (from logging in single > user). > > You could use "chsh" to change your shell to something that definitely > works, such as "/bin/sh" > > -Chris > > P.S. Please CC: the list when replying. > > ----- Original Message ----- > From: Brett B. Lanham > To: Christopher Michaels > Sent: Wednesday, October 20, 1999 1:02 AM > Subject: RE: root login > > > > Thanks for the help. I did what you told me too and in the end all that > > changed was that I didn't get the Permission denied error. It just didn't > > login. The motd rolled by and then I got a login prompt again. Do you > > have any more ideas? I am running FreeBSD 3.2-RELEASE in a virtual > > machine. I forgot about the virtual machine because it is so real. I > > wasn't thinking, but I don't think that would have any bering. > > > > Brett > > > > On Tue, 19 Oct 1999, Christopher Michaels wrote: > > > > > You neglected to mention what version you are running. Your root > password > > > is valid, it's complaining that you don't have permission to execute > > > /bin/csh (which is the default shell). > > > > > > You can boot single user to rectify this. > > > > > > To boot into single-user mode: > > > > > > 3.1-RELEASE and earlier: > > > At the boot prompt, type ``-s'' and press enter. > > > > > > 3.2-RELEASE or later: > > > At the boot prompt, type ``boot -s'' and press enter. > > > > > > (quoted from Sheldon) > > > > > > I would then suggest mounting your file systems. (mount -a) > > > > > > Once you've done this all you should have to do is type "chmod 755 > /bin/csh" > > > to rectify the problem. > > > > > > Hope this helps, > > > -Chris > > > > > > > -----Original Message----- > > > > From: Brett B. Lanham [SMTP:lanhabb@hera.wku.edu] > > > > Sent: Tuesday, October 19, 1999 5:15 PM > > > > To: freebsd-questions@freebsd.org > > > > Subject: root login > > > > > > > > Evidently I messed something up on install because I am now unable to > > > > login as root. I get : > > > > > > > > login: /bin/csh: Permission denied > > > > > > > > I am certain I am typing the password correct and I am wondering why > the > > > > system is trying to throw me into csh. Wouldn't it just give me login > > > > incorrect if my password were bad. anyway since I can't login as root > I > > > > can't do a whole lot to correct this. If there is no easy way to > correct > > > > this the nI can just reinstall but I would like to be able to fix it > w/o > > > > the reinstall. I am still able to login as the userr that I set up > during > > > > the install. I glad at least I did that. > > > > > > > > Brett > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 17:40:27 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 72FC514DE2 for ; Wed, 20 Oct 1999 17:40:15 -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 UAA18238; Wed, 20 Oct 1999 20:40:07 -0400 (EDT) From: mike@sentex.net (Mike Tancsa) To: hackett@rapdat.com (Nathan Hackett Admin) Cc: questions@freebsd.org Subject: Re: Seagate STT20000N scsi tape drive Date: Thu, 21 Oct 1999 00:40:07 GMT Message-ID: <380e6061.1200751168@mail.sentex.net> References: <380c5808.1067527032@mail.sentex.net> In-Reply-To: X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 20 Oct 1999 01:00:09 -0400, in sentex.lists.freebsd.questions you wrote: >Thanks for the tip. I tried what you suggested, but I got the same result. I >changed the number of filemarks to one (it was two), rewrote the archive with >tar -c, but tar -u results in the same error. I know there have been some changes to the tape system since 3.2. You might try updating to 3.3. I am using one of these drives with some luck, although the tapes seem to go bad far too often. sa0: Removable Sequential Access SCSI-2 device sa0: 10.000MB/s transfers (10.000MHz, offset 15) ---Mike > >Any other ideas? > >Thanks, > >/nathan > >Mike Tancsa wrote: > >> On 19 Oct 1999 02:23:38 -0400, in sentex.lists.freebsd.questions you wrote: >> >> >I have a Seagate STT20000N 20 GB scsi tape drive on a Tyan Thunder 100 >> >running FreeBSD3.2. >> >> Try >> >> /usr/bin/mt seteotmodel 1 >> >> ---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 >--- 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 Wed Oct 20 17:43:30 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 E63C414DE1; Wed, 20 Oct 1999 17:43:24 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gateway.gorean.org (gateway.gorean.org [10.0.0.1]) by dt050n71.san.rr.com (8.9.3/8.8.8) with ESMTP id RAA40443; Wed, 20 Oct 1999 17:41:58 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Wed, 20 Oct 1999 17:41:57 -0700 (PDT) From: Doug Barton X-Sender: doug@dt050n71.san.rr.com To: J McKitrick Cc: freebsd-questions@freebsd.org, freebsd-mobile@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 On Wed, 20 Oct 1999, J McKitrick wrote: > Has anyone had ANY success interfacing the 250 meg zip drive parallel > port version with FBSD? I don't have any hard data, just a bit of experience. Iomega seems to take every opportunity to make gratuitous changes to their API between revisions of the same model of a drive, so it's not too much to believe that their 250 paralell version would be different than the 100's. These problems are much less serious with the SCSI models. 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 Wed Oct 20 17:57:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (Postfix) with ESMTP id 4CD0614CAC for ; Wed, 20 Oct 1999 17:57:22 -0700 (PDT) (envelope-from gunnar@pluto.sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id CAA05546; Thu, 21 Oct 1999 02:57:18 +0200 (MET DST) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.7.5/8.7.3) with ESMTP id CAA12964; Thu, 21 Oct 1999 02:57:17 +0200 (MET DST) Received: (from gunnar@localhost) by pluto.sr.se (8.9.3/8.9.3) id CAA70969; Thu, 21 Oct 1999 02:57:17 +0200 (CEST) (envelope-from gunnar) Date: Thu, 21 Oct 1999 02:57:17 +0200 From: Gunnar Flygt To: Cliff Addy Cc: FreeBSD Questions Subject: Re: Corrupt 3.3 CDROMs shipped Message-ID: <19991021025717.B70670@sr.se> Reply-To: Gunnar Flygt References: <19991020183540.4947.rocketmail@web116.yahoomail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Oct 20, 1999 at 02:46:53PM -0400, Cliff Addy wrote: > Sorry if this is already known here, I can't keep up with the list like I > used to. > > Seems that Walnut Creek shipped a batch of 3.3 packages that have a bad > disk 1. In my case, they wouldn't boot and couldn't install at all. WC > was aware of the problem and shipped me a replacement right away. Where you unable to even read the disc? I can read mine, but is unable to test a full install at the moment > > If you've gotten 3.3 and haven't checked it out yet, you should grab a > machine and see if they're OK. > > Cliff > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 18: 0:27 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 9D06014DF0 for ; Wed, 20 Oct 1999 18:00:22 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gateway.gorean.org (gateway.gorean.org [10.0.0.1]) by dt050n71.san.rr.com (8.9.3/8.8.8) with ESMTP id SAA44544; Wed, 20 Oct 1999 18:00:16 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Wed, 20 Oct 1999 18:00:16 -0700 (PDT) From: Doug Barton X-Sender: doug@dt050n71.san.rr.com To: Chameleon Cc: freebsd-questions@freebsd.org Subject: Re: network disconnection... In-Reply-To: <3.0.32.19991020145903.012387c0@mail.wavefire.com> Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1107165830-940467616=:40358" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1107165830-940467616=:40358 Content-Type: TEXT/PLAIN; charset=US-ASCII Before I forget, please set your mail program to wrap lines around 75 characters, thanks. On Wed, 20 Oct 1999, Chameleon wrote: > when i type 'dmesg' i get the following msg about 15 times: > > > > > >arpresolve: can't allocate llinfo for 127.0.0.1rt > > >arplookup 127.0.0.1 failed: could not allocate llinfo This looks like you're using dhcp. A few of us are working on some updates to the dhclient-script that ships with the system, but for now you can comment out all the route commands that add routes for 127.* in dhclient-script and that should solve your problem. Alternatively you can take a look at the attached diff, which contains most of my work in progress. There are one or two things that need to be finished (pending some confirmation to my changes that will be provided next time that my stupid ISP hard resets their DHCP server) but this will give you an idea as to where I'm heading. Good luck, Doug -- "Stop it, I'm gettin' misty." - Mel Gibson as Porter, "Payback" --0-1107165830-940467616=:40358 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="dhclient-script.diff" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename="dhclient-script.diff" LS0tIC91c3Ivc3JjL2NvbnRyaWIvaXNjLWRoY3AvY2xpZW50L3NjcmlwdHMv ZnJlZWJzZAlUdWUgQXVnIDEwIDAwOjA4OjA3IDE5OTkNCisrKyBkaGNsaWVu dC1zY3JpcHQJV2VkIE9jdCAyMCAxNzo1NzozMCAxOTk5DQpAQCAtMSwxMCAr MSw2IEBADQogIyEvYmluL3NoDQogDQotaWYgWyAteCAvdXNyL2Jpbi9sb2dn ZXIgXTsgdGhlbg0KLQlMT0dHRVI9Ii91c3IvYmluL2xvZ2dlciAtcyAtcCB1 c2VyLm5vdGljZSAtdCBkaGNsaWVudCINCi1lbHNlDQotCUxPR0dFUj1lY2hv DQotZmkNCitMT0dHRVI9Ii91c3IvYmluL2xvZ2dlciAtcyAtcCB1c2VyLm5v dGljZSAtdCBkaGNsaWVudCINCiANCiBtYWtlX3Jlc29sdl9jb25mKCkgew0K ICAgZWNobyBzZWFyY2ggJG5ld19kb21haW5fbmFtZSA+L2V0Yy9yZXNvbHYu Y29uZg0KQEAgLTM0LDIwICszMCwyNSBAQA0KICAgZmkNCiBmaQ0KIA0KLWlm IFsgeCRuZXdfbmV0d29ya19udW1iZXIgIT0geCBdOyB0aGVuDQoraWYgWyB4 JG5ld19uZXR3b3JrX251bWJlciAhPSB4IC1hIFwNCisJeCRuZXdfbmV0d29y a19udW1iZXIgIT0geCRvbGRfbmV0d29ya19udW1iZXIgXTsgdGhlbg0KICAg ICRMT0dHRVIgTmV3IE5ldHdvcmsgTnVtYmVyOiAkbmV3X25ldHdvcmtfbnVt YmVyDQogZmkNCiANCiBpZiBbIHgkbmV3X2Jyb2FkY2FzdF9hZGRyZXNzICE9 IHggXTsgdGhlbg0KLSAgJExPR0dFUiBOZXcgQnJvYWRjYXN0IEFkZHJlc3M6 ICRuZXdfYnJvYWRjYXN0X2FkZHJlc3MNCiAgIG5ld19icm9hZGNhc3RfYXJn PSJicm9hZGNhc3QgJG5ld19icm9hZGNhc3RfYWRkcmVzcyINCisgIGlmIFsg eCRuZXdfYnJvYWRjYXN0X2FkZHJlc3MgIT0geCRvbGRfYnJvYWRjYXN0X2Fk ZHJlc3MgXTsgdGhlbg0KKyAgICAkTE9HR0VSIE5ldyBCcm9hZGNhc3QgQWRk cmVzczogJG5ld19icm9hZGNhc3RfYWRkcmVzcw0KKyAgZmkNCiBmaQ0KIGlm IFsgeCRvbGRfYnJvYWRjYXN0X2FkZHJlc3MgIT0geCBdOyB0aGVuDQogICBv bGRfYnJvYWRjYXN0X2FyZz0iYnJvYWRjYXN0ICRvbGRfYnJvYWRjYXN0X2Fk ZHJlc3MiDQogZmkNCiBpZiBbIHgkbmV3X3N1Ym5ldF9tYXNrICE9IHggXTsg dGhlbg0KLSAgJExPR0dFUiBOZXcgU3VibmV0IE1hc2sgZm9yICRpbnRlcmZh Y2U6ICRuZXdfc3VibmV0X21hc2sNCiAgIG5ld19uZXRtYXNrX2FyZz0ibmV0 bWFzayAkbmV3X3N1Ym5ldF9tYXNrIg0KKyAgaWYgWyB4JG5ld19zdWJuZXRf bWFzayAhPSB4JG9sZF9zdWJuZXRfbWFzayBdOyB0aGVuDQorICAgICRMT0dH RVIgTmV3IFN1Ym5ldCBNYXNrIGZvciAkaW50ZXJmYWNlOiAkbmV3X3N1Ym5l dF9tYXNrDQorICBmaQ0KIGZpDQogaWYgWyB4JG9sZF9zdWJuZXRfbWFzayAh PSB4IF07IHRoZW4NCiAgIG9sZF9uZXRtYXNrX2FyZz0ibmV0bWFzayAkb2xk X3N1Ym5ldF9tYXNrIg0KQEAgLTU3LDYgKzU4LDcgQEANCiBmaQ0KIA0KIGlm IFsgeCRyZWFzb24gPSB4TUVESVVNIF07IHRoZW4NCisNCiAgIGlmY29uZmln ICRpbnRlcmZhY2UgJG1lZGl1bQ0KICAgaWZjb25maWcgJGludGVyZmFjZSBp bmV0IC1hbGlhcyAwLjAuMC4wICRtZWRpdW0gPi9kZXYvbnVsbCAyPiYxDQog ICBzbGVlcCAxDQpAQCAtNjYsNyArNjgsNyBAQA0KIGlmIFsgeCRyZWFzb24g PSB4UFJFSU5JVCBdOyB0aGVuDQogICBpZiBbIHgkYWxpYXNfaXBfYWRkcmVz cyAhPSB4IF07IHRoZW4NCiAgICAgaWZjb25maWcgJGludGVyZmFjZSBpbmV0 IC1hbGlhcyAkYWxpYXNfaXBfYWRkcmVzcyA+IC9kZXYvbnVsbCAyPiYxDQot ICAgIHJvdXRlIGRlbGV0ZSAkYWxpYXNfaXBfYWRkcmVzcyAxMjcuMC4wLjEg PiAvZGV2L251bGwgMj4mMQ0KKyMgICAgcm91dGUgZGVsZXRlICRhbGlhc19p cF9hZGRyZXNzIDEyNy4wLjAuMSA+IC9kZXYvbnVsbCAyPiYxDQogICBmaQ0K ICAgaWZjb25maWcgJGludGVyZmFjZSBpbmV0IDAuMC4wLjAgbmV0bWFzayAw LjAuMC4wIFwNCiAJCWJyb2FkY2FzdCAyNTUuMjU1LjI1NS4yNTUgdXANCkBA IC04MywxOCArODUsMzEgQEANCiAgIGlmIFsgeCRjdXJyZW50X2hvc3RuYW1l ID0geCBdIHx8IFwNCiAgICAgIFsgeCRjdXJyZW50X2hvc3RuYW1lID0geCRv bGRfaG9zdF9uYW1lIF07IHRoZW4NCiAgICAgaWYgWyB4JG5ld19ob3N0X25h bWUgIT0geCRvbGRfaG9zdF9uYW1lIF07IHRoZW4NCi0gICAgICAkTE9HR0VS IE5ldyBIb3N0bmFtZTogJG5ld19ob3N0X25hbWUNCi0gICAgICBob3N0bmFt ZSAkbmV3X2hvc3RfbmFtZQ0KKyAgICAgIGlmIFsgeCRuZXdfZG9tYWluX25h bWUgIT0geCBdOyB0aGVuDQorICAgICAgICBjb21wbGV0ZV9ob3N0bmFtZT0k bmV3X2hvc3RfbmFtZS4kbmV3X2RvbWFpbl9uYW1lDQorICAgICAgZWxzZQ0K KyAgICAgICAgY29tcGxldGVfaG9zdG5hbWU9JG5ld19ob3N0X25hbWUNCisg ICAgICBmaQ0KKyAgICAgICRMT0dHRVIgTmV3IEhvc3RuYW1lOiAkY29tcGxl dGVfaG9zdG5hbWUNCisgICAgICBob3N0bmFtZSAkY29tcGxldGVfaG9zdG5h bWUNCiAgICAgZmkNCiAgIGZpDQogICBpZiBbIHgkb2xkX2lwX2FkZHJlc3Mg IT0geCBdICYmIFsgeCRhbGlhc19pcF9hZGRyZXNzICE9IHggXSAmJiBcDQog CQlbIHgkYWxpYXNfaXBfYWRkcmVzcyAhPSB4JG9sZF9pcF9hZGRyZXNzIF07 IHRoZW4NCiAgICAgaWZjb25maWcgJGludGVyZmFjZSBpbmV0IC1hbGlhcyAk YWxpYXNfaXBfYWRkcmVzcyA+IC9kZXYvbnVsbCAyPiYxDQotICAgIHJvdXRl IGRlbGV0ZSAkYWxpYXNfaXBfYWRkcmVzcyAxMjcuMC4wLjEgPiAvZGV2L251 bGwgMj4mMQ0KKyMgICAgcm91dGUgZGVsZXRlICRhbGlhc19pcF9hZGRyZXNz IDEyNy4wLjAuMSA+IC9kZXYvbnVsbCAyPiYxDQogICBmaQ0KICAgaWYgWyB4 JG9sZF9pcF9hZGRyZXNzICE9IHggXSAmJiBbIHgkb2xkX2lwX2FkZHJlc3Mg IT0geCRuZXdfaXBfYWRkcmVzcyBdOyB0aGVuDQotICAgIGlmY29uZmlnICRp bnRlcmZhY2UgaW5ldCAtYWxpYXMgJG9sZF9pcF9hZGRyZXNzICRtZWRpdW0N Ci0gICAgcm91dGUgZGVsZXRlICRvbGRfaXBfYWRkcmVzcyAxMjcuMSA+L2Rl di9udWxsIDI+JjENCisNCisjWFhYIC0gSW5jb3JyZWN0IGFsaWFzIHN5bnRh eCBmb3IgZnJlZWJzZA0KKyMgICAgaWZjb25maWcgJGludGVyZmFjZSBpbmV0 IC1hbGlhcyAkb2xkX2lwX2FkZHJlc3MgJG1lZGl1bQ0KKyMgICAgcm91dGUg ZGVsZXRlICRvbGRfaXBfYWRkcmVzcyAxMjcuMSA+L2Rldi9udWxsIDI+JjEN CisNCitpZiBbIHgkcmVhc29uID0geEJPVU5EIF07IHRoZW4NCisgIGVjaG8g IkRvIEkgaGF2ZSBhbiBvbGRfcm91dGVycz86ICRvbGRfcm91dGVycyINCisg IGVjaG8gIkRvIEkgaGF2ZSBhbiBvbGRfaXBfYWRkcmVzcz86ICRvbGRfaXBf YWRkcmVzcyINCitmaQ0KKw0KICAgICBmb3Igcm91dGVyIGluICRvbGRfcm91 dGVyczsgZG8NCiAgICAgICByb3V0ZSBkZWxldGUgZGVmYXVsdCAkcm91dGVy ID4vZGV2L251bGwgMj4mMQ0KICAgICBkb25lDQpAQCAtMTA1LDE0ICsxMjAs MjcgQEANCiAJc2hpZnQ7IHNoaWZ0DQogICAgICAgZG9uZQ0KICAgICBmaQ0K LSAgICBhcnAgLW4gLWEgfCBzZWQgLW4gLWUgJ3MvXi4qKFwoLipcKSkgYXQg LiokL2FycCAtbiAtZCBcMS9wJyB8c2gNCisgICAgYXJwIC1uIC1hIHwgc2Vk IC1uIC1lICdzL14uKihcKC4qXCkpIGF0IC4qJC9hcnAgLW4gLWQgXDEvcCcg fCAkTE9HR0VSDQorICAgIGFycCAtbiAtYSB8IHNlZCAtbiAtZSAncy9eLioo XCguKlwpKSBhdCAuKiQvYXJwIC1uIC1kIFwxL3AnIHwgL2Jpbi9zaA0KKw0K K2VsaWYgWyB4JHJlYXNvbiA9IHhCT1VORCBdOyB0aGVuDQorJExPR0dFUiBS ZWFzb24gPSBCT1VORCBidXQgd2Ugc2tpcHBlZCBhbGwgdGhlIG9sZF9pcF9h ZGRyZXNzIHN0dWZmLCBvbGRfaXBfYWRkcmVzcyA9ICRvbGRfaXBfYWRkcmVz cw0KKw0KICAgZmkNCiAgIGlmIFsgeCRvbGRfaXBfYWRkcmVzcyA9IHggXSB8 fCBbIHgkb2xkX2lwX2FkZHJlc3MgIT0geCRuZXdfaXBfYWRkcmVzcyBdIHx8 IFwNCiAgICAgIFsgeCRyZWFzb24gPSB4Qk9VTkQgXSB8fCBbIHgkcmVhc29u ID0geFJFQk9PVCBdOyB0aGVuDQorDQorICAgICMgQXNzdW1lIHdvcnN0IGNh c2Ugc2NlbmFyaW8gdGlsbCB3ZSBrbm93IGJldHRlcg0KKyAgICBpZiBbIHgk cmVhc29uID0geEJPVU5EIF07IHRoZW4NCisgICAgICBhcnAgLWEgLWQNCisg ICAgICByb3V0ZSBmbHVzaA0KKyAgICBmaSANCisNCiAgICAgaWZjb25maWcg JGludGVyZmFjZSBpbmV0ICRuZXdfaXBfYWRkcmVzcyAkbmV3X25ldG1hc2tf YXJnIFwNCiAJCQkJCSRuZXdfYnJvYWRjYXN0X2FyZyAkbWVkaXVtDQotICAg IHJvdXRlIGFkZCAkbmV3X2lwX2FkZHJlc3MgMTI3LjEgPi9kZXYvbnVsbCAy PiYxDQorIyAgICByb3V0ZSBhZGQgJG5ld19pcF9hZGRyZXNzIDEyNy4xID4v ZGV2L251bGwgMj4mMQ0KICAgICBmb3Igcm91dGVyIGluICRuZXdfcm91dGVy czsgZG8NCisgICAgICAkTE9HR0VSIE5ldyBEZWZhdWx0IFJvdXRlcjogJHJv dXRlcg0KICAgICAgIHJvdXRlIGFkZCBkZWZhdWx0ICRyb3V0ZXIgPi9kZXYv bnVsbCAyPiYxDQogICAgIGRvbmUNCiAgICAgaWYgWyAiJG5ld19zdGF0aWNf cm91dGVzIiAhPSAiIiBdOyB0aGVuDQpAQCAtMTI3LDcgKzE1NSw3IEBADQog ICBpZiBbIHgkbmV3X2lwX2FkZHJlc3MgIT0geCRhbGlhc19pcF9hZGRyZXNz IF0gJiYgWyB4JGFsaWFzX2lwX2FkZHJlc3MgIT0geCBdOw0KICAgIHRoZW4N CiAgICAgaWZjb25maWcgJGludGVyZmFjZSBpbmV0IGFsaWFzICRhbGlhc19p cF9hZGRyZXNzICRhbGlhc19zdWJuZXRfYXJnDQotICAgIHJvdXRlIGFkZCAk YWxpYXNfaXBfYWRkcmVzcyAxMjcuMC4wLjENCisjICAgIHJvdXRlIGFkZCAk YWxpYXNfaXBfYWRkcmVzcyAxMjcuMC4wLjENCiAgIGZpDQogICBlY2hvIHNl YXJjaCAkbmV3X2RvbWFpbl9uYW1lID4vZXRjL3Jlc29sdi5jb25mDQogICBm b3IgbmFtZXNlcnZlciBpbiAkbmV3X2RvbWFpbl9uYW1lX3NlcnZlcnM7IGRv DQpAQCAtMTM5LDExICsxNjcsMTQgQEANCiBpZiBbIHgkcmVhc29uID0geEVY UElSRSBdIHx8IFsgeCRyZWFzb24gPSB4RkFJTCBdOyB0aGVuDQogICBpZiBb IHgkYWxpYXNfaXBfYWRkcmVzcyAhPSB4IF07IHRoZW4NCiAgICAgaWZjb25m aWcgJGludGVyZmFjZSBpbmV0IC1hbGlhcyAkYWxpYXNfaXBfYWRkcmVzcyA+ IC9kZXYvbnVsbCAyPiYxDQotICAgIHJvdXRlIGRlbGV0ZSAkYWxpYXNfaXBf YWRkcmVzcyAxMjcuMC4wLjEgPiAvZGV2L251bGwgMj4mMQ0KKyMgICAgcm91 dGUgZGVsZXRlICRhbGlhc19pcF9hZGRyZXNzIDEyNy4wLjAuMSA+IC9kZXYv bnVsbCAyPiYxDQogICBmaQ0KICAgaWYgWyB4JG9sZF9pcF9hZGRyZXNzICE9 IHggXTsgdGhlbg0KLSAgICBpZmNvbmZpZyAkaW50ZXJmYWNlIGluZXQgLWFs aWFzICRvbGRfaXBfYWRkcmVzcyAkbWVkaXVtDQotICAgIHJvdXRlIGRlbGV0 ZSAkb2xkX2lwX2FkZHJlc3MgMTI3LjEgPi9kZXYvbnVsbCAyPiYxDQorDQor I1hYWCAtIEluY29ycmVjdCBhbGlhcyBzeW50YXggZm9yIGZyZWVic2QNCisj ICAgIGlmY29uZmlnICRpbnRlcmZhY2UgaW5ldCAtYWxpYXMgJG9sZF9pcF9h ZGRyZXNzICRtZWRpdW0NCisjICAgIHJvdXRlIGRlbGV0ZSAkb2xkX2lwX2Fk ZHJlc3MgMTI3LjEgPi9kZXYvbnVsbCAyPiYxDQorDQogICAgIGZvciByb3V0 ZXIgaW4gJG9sZF9yb3V0ZXJzOyBkbw0KICAgICAgIHJvdXRlIGRlbGV0ZSBk ZWZhdWx0ICRyb3V0ZXIgPi9kZXYvbnVsbCAyPiYxDQogICAgIGRvbmUNCkBA IC0xNTksNyArMTkwLDcgQEANCiAgIGZpDQogICBpZiBbIHgkYWxpYXNfaXBf YWRkcmVzcyAhPSB4IF07IHRoZW4NCiAgICAgaWZjb25maWcgJGludGVyZmFj ZSBpbmV0IGFsaWFzICRhbGlhc19pcF9hZGRyZXNzICRhbGlhc19zdWJuZXRf YXJnDQotICAgIHJvdXRlIGFkZCAkYWxpYXNfaXBfYWRkcmVzcyAxMjcuMC4w LjENCisjICAgIHJvdXRlIGFkZCAkYWxpYXNfaXBfYWRkcmVzcyAxMjcuMC4w LjENCiAgIGZpDQogICBleGl0X3dpdGhfaG9va3MgMA0KIGZpDQpAQCAtMTY3 LDcgKzE5OCw3IEBADQogaWYgWyB4JHJlYXNvbiA9IHhUSU1FT1VUIF07IHRo ZW4NCiAgIGlmIFsgeCRhbGlhc19pcF9hZGRyZXNzICE9IHggXTsgdGhlbg0K ICAgICBpZmNvbmZpZyAkaW50ZXJmYWNlIGluZXQgLWFsaWFzICRhbGlhc19p cF9hZGRyZXNzID4gL2Rldi9udWxsIDI+JjENCi0gICAgcm91dGUgZGVsZXRl ICRhbGlhc19pcF9hZGRyZXNzIDEyNy4wLjAuMSA+IC9kZXYvbnVsbCAyPiYx DQorIyAgICByb3V0ZSBkZWxldGUgJGFsaWFzX2lwX2FkZHJlc3MgMTI3LjAu MC4xID4gL2Rldi9udWxsIDI+JjENCiAgIGZpDQogICBpZmNvbmZpZyAkaW50 ZXJmYWNlIGluZXQgJG5ld19pcF9hZGRyZXNzICRuZXdfbmV0bWFza19hcmcg XA0KIAkJCQkJJG5ld19icm9hZGNhc3RfYXJnICRtZWRpdW0NCkBAIC0xNzks OSArMjEwLDkgQEANCiAgICAgICBpZiBbIHgkbmV3X2lwX2FkZHJlc3MgIT0g eCRhbGlhc19pcF9hZGRyZXNzIF0gJiYgXA0KIAkJCVsgeCRhbGlhc19pcF9h ZGRyZXNzICE9IHggXTsgdGhlbg0KIAlpZmNvbmZpZyAkaW50ZXJmYWNlIGlu ZXQgYWxpYXMgJGFsaWFzX2lwX2FkZHJlc3MgJGFsaWFzX3N1Ym5ldF9hcmcN Ci0Jcm91dGUgYWRkICRhbGlhc19pcF9hZGRyZXNzIDEyNy4wLjAuMQ0KKyMJ cm91dGUgYWRkICRhbGlhc19pcF9hZGRyZXNzIDEyNy4wLjAuMQ0KICAgICAg IGZpDQotICAgICAgcm91dGUgYWRkICRuZXdfaXBfYWRkcmVzcyAxMjcuMSA+ L2Rldi9udWxsIDI+JjENCisjICAgICAgcm91dGUgYWRkICRuZXdfaXBfYWRk cmVzcyAxMjcuMSA+L2Rldi9udWxsIDI+JjENCiAgICAgICBmb3Igcm91dGVy IGluICRuZXdfcm91dGVyczsgZG8NCiAJcm91dGUgYWRkIGRlZmF1bHQgJHJv dXRlciA+L2Rldi9udWxsIDI+JjENCiAgICAgICBkb25lDQo= --0-1107165830-940467616=:40358-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 18: 3:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from breton.uol.com.br (breton.uol.com.br [200.230.198.74]) by hub.freebsd.org (Postfix) with ESMTP id 8B8D214E0F; Wed, 20 Oct 1999 18:03:04 -0700 (PDT) (envelope-from julianherrera@uol.com.br) Received: from etherial (200-191-20-131-as.acessonet.com.br [200.191.20.131]) by breton.uol.com.br (8.9.1/8.9.1) with SMTP id XAA17798; Wed, 20 Oct 1999 23:02:37 -0200 (BRST) Message-ID: <008401bf1b5f$ceb9f640$8314bfc8@etherial> From: "Julian Diego Herrera Braga" To: Cc: Subject: En: What about port redirection with ip aliasing ? Date: Wed, 20 Oct 1999 23:01:20 -0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello... One day my computer was without available ISA slots. I installed FreeBSD but the damned Winmodem doesn't work, so I had a idea to resurrect the other pentium 100 computer to use its free slots to install an old 14kbps modem. FreeBSD was also loaded in this computer as a gateway to the other computer without modem and the internet by ip aliasing (ppp -alias). Since the gateway computer doesn't have better space (170mb) and power to install some other programs, I would like to use it only for a gateway. This is the small LAN : ------------------ ---------------------- | ether.nostromo | serial | ppprouter.nostromo | 14kbps ------------ | 192.168.1.2 |---------| 192.168.1.1 |---------| Internet | ------------------ cable ---------------------- modem ------------ P2 450Mhz Old Pentium 100 Mhz FreeBSD 3.2 FreeBSD 3.1 (ppp nullmodem) (ppp -alias isp) (ppp nullmodem) natd [options] My problems appeared when I tried to access the client computer from internet through the gateway. Such connection always finished on the gateway computer. Finally, what I want to know is how can I get all the gateway ports from telnetd, ftpd, httpd etc. redirected to the respective client ports. Basically, is something like to make the gateway computer ports invisible to the outside computers, so any connection addressed to its IP will finish into the client computer (ether.nostromo). Is this possible ? How ? Thank you for the attention. P.S.: I've used "natd -port_redirect 192.168.1.1:ftp ftp" and nothing has changed. I tried some other options, but I am not sure what is the best one. Is there any known natd guide on the internet for FreeBSD ? Regards, Julian Herrera mailto:julianherrera@uol.com.br To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 18:15:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (Postfix) with ESMTP id C039514CAC; Wed, 20 Oct 1999 18:15:16 -0700 (PDT) (envelope-from marcus@miami.edu) Received: from jaguar.ir.miami.edu ("port 1098"@jaguar.ir.miami.edu [129.171.32.10]) by jaguar.ir.miami.edu (PMDF V5.2-32 #40232) with ESMTP id <0FJX00C7PI5FKH@jaguar.ir.miami.edu>; Wed, 20 Oct 1999 21:15:15 -0400 (EDT) Date: Wed, 20 Oct 1999 21:15:15 -0400 (EDT) From: "Joe \"Marcus\" Clarke" Subject: Re: En: What about port redirection with ip aliasing ? In-reply-to: <008401bf1b5f$ceb9f640$8314bfc8@etherial> To: Julian Diego Herrera Braga Cc: freebsd-ipfw@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Check out the ppp manpage. The nat port command (or alias port) should do what you want. To quote: nat port proto targetIP:targetPort[-targetPort] aliasPort[-aliasPort] [remoteIP:remotePort[-remotePort]] This command causes incoming proto connections to aliasPort to be redirected to targetPort on targetIP. proto is either ``tcp'' or ``udp''. Joe Clarke p.s. this assumes a current version of ppp from http://www.freebsd.org/~brian On Wed, 20 Oct 1999, Julian Diego Herrera Braga wrote: > Hello... > > One day my computer was without available ISA slots. I installed FreeBSD but > the damned Winmodem doesn't work, so I had a idea to resurrect the other > pentium 100 computer to use its free slots to install an old 14kbps modem. > FreeBSD was also loaded in this computer as a gateway to the other computer > without modem and the internet by ip aliasing (ppp -alias). Since the > gateway computer doesn't have better space (170mb) and power to install some > other programs, I would like to use it only for a gateway. This is the small > LAN : > > ------------------ ---------------------- > | ether.nostromo | serial | ppprouter.nostromo | 14kbps ------------ > | 192.168.1.2 |---------| 192.168.1.1 |---------| Internet | > ------------------ cable ---------------------- modem ------------ > P2 450Mhz Old Pentium 100 Mhz > FreeBSD 3.2 FreeBSD 3.1 > (ppp nullmodem) (ppp -alias isp) > (ppp nullmodem) > natd [options] > > My problems appeared when I tried to access the client computer from > internet through the gateway. Such connection always finished on the > gateway computer. Finally, what I want to know is how can I get all > the gateway ports from telnetd, ftpd, httpd etc. redirected to the > respective client ports. Basically, is something like to make the > gateway computer ports invisible to the outside computers, so any > connection addressed to its IP will finish into the client computer > (ether.nostromo). Is this possible ? How ? Thank you for the attention. > > P.S.: I've used "natd -port_redirect 192.168.1.1:ftp ftp" and nothing has > changed. I tried some other options, but I am not sure what is the best > one. Is there any known natd guide on the internet for FreeBSD ? > > Regards, > Julian Herrera mailto:julianherrera@uol.com.br > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 18:25:47 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 F0A2E14CAC for ; Wed, 20 Oct 1999 18:25:42 -0700 (PDT) (envelope-from rfg@monkeys.com) Received: from monkeys.com (LOCALHOST [127.0.0.1]) by monkeys.com (8.9.3/8.9.3) with ESMTP id SAA15358; Wed, 20 Oct 1999 18:26:27 -0700 To: Doug Barton Cc: Phil Homewood , Tony Finch , freebsd-questions@FreeBSD.ORG Subject: Re: Stupid file system tricks. In-reply-to: Your message of Wed, 20 Oct 1999 17:18:45 -0700. From: "Ronald F. Guilmette" Date: Wed, 20 Oct 1999 18:26:27 -0700 Message-ID: <15356.940469187@monkeys.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , you wrote: >On Tue, 19 Oct 1999, Ronald F. Guilmette wrote: > >> Thanks. That _would_ work, if I was willing to trust NFS. But my >> (admittedly limited) understanding of it suggests that it is too >> much of a security risk to run NFS on anything that is connected to >> the public Internet. > > In a situation like yours you wouldn't have a security risk >because you would only be connecting back to the local machine. With a >little creativity you could set up the exports file so that only 127.0.0.1 >could access the shares, and then with a combination of tcp wrappers >and/or ipfw you can restrict access to the RPC services quite effectively. >We use a combination of inside/outside interfaces and carefully >constructed access rules to do just such a system at work, and I do the >same thing at home. You have a point. I've been meaning to install ipfw anyway. Since we are on the subject, where can I get either a copy of the sources or else a pre-packaged FreeBSD package for that (ipfw)? I was kinda surprised to find that the standard FreeBSD distribution(s) don't seem to contain a package for that. Why not? Another notable absence from the FreeBSD distributions: A pre-built package for ssh/sshd. What's the deal there? Can that stuff not be distributed with FreeBSD because it is proprietary? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 18:31:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from franklin.ticon.net (franklin.ticon.net [205.254.200.23]) by hub.freebsd.org (Postfix) with ESMTP id 0F0FE14CAC for ; Wed, 20 Oct 1999 18:31:32 -0700 (PDT) (envelope-from wizkid@ticon.net) Received: from europa (jvlmaxtnt-1-143.ticon.net [156.46.214.145]) by franklin.ticon.net (8.9.3/8.9.3/ticon.mc) with SMTP id UAA31273; Wed, 20 Oct 1999 20:31:04 -0500 Message-ID: <012701bf1b64$80cd9720$0301a8c0@rqcs.ticon.net> From: "Collin Kreklow" To: "Ronald F. Guilmette" Cc: References: <15356.940469187@monkeys.com> Subject: Re: Stupid file system tricks. Date: Wed, 20 Oct 1999 20:35:04 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The reason you can't find this in the ports is because it is included in the base distribution. See man ipfw for more information. Collin ----- Original Message ----- From: Ronald F. Guilmette To: Doug Barton Cc: Phil Homewood ; Tony Finch ; Sent: Wednesday, October 20, 1999 8:26 PM Subject: Re: Stupid file system tricks. > > In message , you > wrote: > > >On Tue, 19 Oct 1999, Ronald F. Guilmette wrote: > > > >> Thanks. That _would_ work, if I was willing to trust NFS. But my > >> (admittedly limited) understanding of it suggests that it is too > >> much of a security risk to run NFS on anything that is connected to > >> the public Internet. > > > > In a situation like yours you wouldn't have a security risk > >because you would only be connecting back to the local machine. With a > >little creativity you could set up the exports file so that only 127.0.0.1 > >could access the shares, and then with a combination of tcp wrappers > >and/or ipfw you can restrict access to the RPC services quite effectively. > >We use a combination of inside/outside interfaces and carefully > >constructed access rules to do just such a system at work, and I do the > >same thing at home. > > You have a point. > > I've been meaning to install ipfw anyway. > > Since we are on the subject, where can I get either a copy of the sources > or else a pre-packaged FreeBSD package for that (ipfw)? > > I was kinda surprised to find that the standard FreeBSD distribution(s) > don't seem to contain a package for that. Why not? > > Another notable absence from the FreeBSD distributions: A pre-built > package for ssh/sshd. What's the deal there? Can that stuff not be > distributed with FreeBSD because it is proprietary? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 19: 1:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law-f170.hotmail.com [209.185.131.233]) by hub.freebsd.org (Postfix) with SMTP id 82EF714E1F for ; Wed, 20 Oct 1999 19:01:32 -0700 (PDT) (envelope-from skalir@hotmail.com) Received: (qmail 91002 invoked by uid 0); 21 Oct 1999 02:01:31 -0000 Message-ID: <19991021020131.91001.qmail@hotmail.com> Received: from 207.66.87.245 by www.hotmail.com with HTTP; Wed, 20 Oct 1999 19:01:30 PDT X-Originating-IP: [207.66.87.245] From: "skalir scalar" To: freebsd-questions@freebsd.org, freebsd-net@freebsd.org Subject: Linksys PCMCIA Ethernet card Date: Wed, 20 Oct 1999 18:01:30 AKDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Will my Linksys PCMCIA Ethernet card work in FreeBSD? If not, What is a good BSD like or linux OS to use for it? Thankx. ______________________________________________________ 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 Wed Oct 20 19: 5:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id 691A214D7F for ; Wed, 20 Oct 1999 19:05:12 -0700 (PDT) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 68773 invoked by uid 1001); 21 Oct 1999 02:05:10 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 21 Oct 1999 02:05:10 -0000 Date: Wed, 20 Oct 1999 22:05:09 -0400 (EDT) From: Jaime Kikpole To: freebsd-questions@freebsd.org Subject: RAID systems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been wrestling with a Netfinity 5000 and a DPT SmartCache IV for a few weeks now and am near giving up. Yesterday I thought that I had a break through, but I may have been wrong. Specifically, I could boot from an external hard drive and then FreeBSD could see the SmartCache's RAID-5 array. (This was on a minimal install with the default partitioning given by the disk label editor.) Once I saw that, I installed a full OS with custom partitioning (/var was big, /var/log and /tmp were added, etc.). Now it won't boot anymore. Does anyone have a guess as to why it wouldn't boot with a more fine-tuned disk label? BootEasy was claiming that there was no /boot/loader or /kernel. Also, once I restarted, I couldn't figure out what settings to put in the SmartCache's BIOS in order to make it post the array as a "drive" instead of a "disk". I'm not sure if I ever managed to boot from the external SCSI hard drive and have the SmartCache array posting as a drive, to be honest. But their tech support line said that it would be necessary. While I'm asking, can anyone suggest a decent, affordable (under $4000, preferably under $2000) RAID-5 system that connects to a SCSI port? I have a Compaq desktop computer acting as the mail/web/DNS/DHCP/etc. server for my job's at the moment and would like to see it have some redundancy. (Its running on an IDE hard drive right now. Do _that_ on NT! *grin*) I'm guessing that the easiest way to improve that system is to add a SCSI card and plug a RAID-5 external system into that card. Does that sound reasonable? Thanks in advance, Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 19: 6: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web1303.mail.yahoo.com (web1303.mail.yahoo.com [128.11.23.153]) by hub.freebsd.org (Postfix) with SMTP id 856F214D7F for ; Wed, 20 Oct 1999 19:06:06 -0700 (PDT) (envelope-from jawse@yahoo.com) Message-ID: <19991021020641.359.rocketmail@web1303.mail.yahoo.com> Received: from [209.246.80.209] by web1303.mail.yahoo.com; Wed, 20 Oct 1999 19:06:41 PDT Date: Wed, 20 Oct 1999 19:06:41 -0700 (PDT) From: Tim Ryder Subject: Sound configuration To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have installed freebsd 3.2 on my compaq prosignia 150 laptop and have recompiled to kernel for the proper pcmcia support, but I can't seem to find the right information on how to configure my internal sound system. If there is any documentation on how to do this it would be greatly appreciated or has any succesfully done this on a compaq prosignia 150. Please respond to tim@freeride.com. Tim Ryder Developer FreeRide Media LLC tim@freeride.com ===== Tim Ryder jawse@yahoo.com __________________________________________________ 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 Wed Oct 20 19:10:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id B2DB414E22 for ; Wed, 20 Oct 1999 19:10:12 -0700 (PDT) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 68800 invoked by uid 1001); 21 Oct 1999 02:10:11 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 21 Oct 1999 02:10:11 -0000 Date: Wed, 20 Oct 1999 22:10:11 -0400 (EDT) From: Jaime Kikpole To: Tim Ryder Cc: freebsd-questions@FreeBSD.ORG, tim@freeride.com Subject: Re: Sound configuration In-Reply-To: <19991021020641.359.rocketmail@web1303.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 Wed, 20 Oct 1999, Tim Ryder wrote: > I have installed freebsd 3.2 on my compaq prosignia > 150 laptop and have recompiled to kernel for the > proper pcmcia support, but I can't seem to find the > right information on how to configure my internal > sound system. If there is any documentation on how to > do this it would be greatly appreciated or has any > succesfully done this on a compaq prosignia 150. What I did was look in the LINT kernel config file for examples and read the printed copy of The Complete FreeBSD for details on making the snd0 device. You might want to start with reding through the LINT file and looking for the lines that deal with sound cards and then making sure that you "cd /dev ; ./MAKEDEV snd0" as root. Or something *like* that. Good luck, Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 19:19:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.gfit.net (ns.gfit.net [209.41.124.90]) by hub.freebsd.org (Postfix) with ESMTP id EC6D914E3A for ; Wed, 20 Oct 1999 19:19:17 -0700 (PDT) (envelope-from tom@embt.com) Received: from paranor.embt.net (timembt.iinc.com [206.67.169.229]) by mercury.gfit.net (8.8.8/8.8.8) with SMTP id VAA17167; Wed, 20 Oct 1999 21:22:15 -0500 (CDT) (envelope-from tom@embt.com) Message-Id: <3.0.3.32.19991020221738.00b5f958@mail.embt.com> X-Sender: tembt@mail.embt.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Wed, 20 Oct 1999 22:17:38 -0400 To: "Shannon Wheeler" , "Mark Ovens" , "Adam Ford" From: Tom Embt Subject: Re: Mounting an MS-DOS partition? - Tricky! Cc: In-Reply-To: <03f601bf1b43$bfc23d80$0307070a@shannon-s> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>> root@attack>mount -t msdos /dev/wd0s2 /windows >> ^^^^^^^^^^ >>Is it really wd0s2? Windows needs to be in the first partition so >>I'd expect it to be wd0s1. Sorry, that's just not true. >I have a 12G drive and I couldn't get FreeBSD to work in the last half of the drive because it only saw 16383 cylinders rather than the 21xxx that there actually was. So I put FreeBSD in the first partition and Win95 in the second. Dandy. >I use a freeware partition manager to select which to boot from here at work but at home with the same setup I use fdisk to specify the active partition. Windows has no problem booting from the second partition as long as it's a primary partition and marked active. If it works.. I'd use a boot manager, it's easier. >I don't know for sure whether this would work if the first partition was also a DOS partition but I think you'd have a hard time creating more than one DOS partition anyway. > What's wrong with lots of DOS partitions? To the original poster with the problem: does /dev/wd0s2 exist? does /modules/msdos.ko exist? what does 'fdisk wd0' output? Tom Embt tom@embt.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 19:22:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id 7FB7C14E4C for ; Wed, 20 Oct 1999 19:22:35 -0700 (PDT) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 68828 invoked by uid 1001); 21 Oct 1999 02:22:35 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 21 Oct 1999 02:22:35 -0000 Date: Wed, 20 Oct 1999 22:22:35 -0400 (EDT) From: Jaime Kikpole To: Jaye Mathisen Cc: freebsd-questions@freebsd.org Subject: Re: RAID systems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 20 Oct 1999, Jaye Mathisen wrote: > Wait a minute, do you mean SmartCache? Or SmartRAID? There's a > difference. SmartCache IV with 4MB of ECC cache and the ability to make the 4 HDs in the Netfinity into a RAID-5 array. I noticed that there were cards called SmartCache and SmartRAID that were both from DPT, but I don't know how they differ. Would you mind giving me any pointers? Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 20:15:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from weeble.dyndns.org (ubppp233-50.dialin.buffalo.edu [128.205.233.50]) by hub.freebsd.org (Postfix) with ESMTP id DC35D14D21 for ; Wed, 20 Oct 1999 20:14:41 -0700 (PDT) (envelope-from cjm2@earthling.net) Received: from shithead (shithead.weeble.dyndns.org [10.0.0.2]) by weeble.dyndns.org (8.9.3/8.9.3) with SMTP id XAA00729; Wed, 20 Oct 1999 23:14:22 -0400 (EDT) (envelope-from cjm2@earthling.net) From: "Christopher J. Michaels" To: "Brett B. Lanham" Cc: "FreeBSD Questions" Subject: RE: root login Date: Wed, 20 Oct 1999 23:14:20 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Check your /root/.cshrc, /root/.login and the like. -Chris -----Original Message----- From: Brett B. Lanham [mailto:lanhabb@hera.wku.edu] Sent: Wednesday, October 20, 1999 8:21 PM To: C J Michaels Cc: FreeBSD Questions Subject: Re: root login I am able to get csh as my normal user. I set the permissions on /bin/csh to 755. It kind of weird I thought. I may just try to change the shell of root. Brett On Wed, 20 Oct 1999, C J Michaels wrote: > 1st of all, make sure that /bin/csh is there and is executable. It > aparently is since you're not getting errors. > > What happens if you just manually type /bin/csh (from logging in single > user). > > You could use "chsh" to change your shell to something that definitely > works, such as "/bin/sh" > > -Chris > > P.S. Please CC: the list when replying. > > ----- Original Message ----- > From: Brett B. Lanham > To: Christopher Michaels > Sent: Wednesday, October 20, 1999 1:02 AM > Subject: RE: root login > > > > Thanks for the help. I did what you told me too and in the end all that > > changed was that I didn't get the Permission denied error. It just didn't > > login. The motd rolled by and then I got a login prompt again. Do you > > have any more ideas? I am running FreeBSD 3.2-RELEASE in a virtual > > machine. I forgot about the virtual machine because it is so real. I > > wasn't thinking, but I don't think that would have any bering. > > > > Brett > > > > On Tue, 19 Oct 1999, Christopher Michaels wrote: > > > > > You neglected to mention what version you are running. Your root > password > > > is valid, it's complaining that you don't have permission to execute > > > /bin/csh (which is the default shell). > > > > > > You can boot single user to rectify this. > > > > > > To boot into single-user mode: > > > > > > 3.1-RELEASE and earlier: > > > At the boot prompt, type ``-s'' and press enter. > > > > > > 3.2-RELEASE or later: > > > At the boot prompt, type ``boot -s'' and press enter. > > > > > > (quoted from Sheldon) > > > > > > I would then suggest mounting your file systems. (mount -a) > > > > > > Once you've done this all you should have to do is type "chmod 755 > /bin/csh" > > > to rectify the problem. > > > > > > Hope this helps, > > > -Chris > > > > > > > -----Original Message----- > > > > From: Brett B. Lanham [SMTP:lanhabb@hera.wku.edu] > > > > Sent: Tuesday, October 19, 1999 5:15 PM > > > > To: freebsd-questions@freebsd.org > > > > Subject: root login > > > > > > > > Evidently I messed something up on install because I am now unable to > > > > login as root. I get : > > > > > > > > login: /bin/csh: Permission denied > > > > > > > > I am certain I am typing the password correct and I am wondering why > the > > > > system is trying to throw me into csh. Wouldn't it just give me login > > > > incorrect if my password were bad. anyway since I can't login as root > I > > > > can't do a whole lot to correct this. If there is no easy way to > correct > > > > this the nI can just reinstall but I would like to be able to fix it > w/o > > > > the reinstall. I am still able to login as the userr that I set up > during > > > > the install. I glad at least I did that. > > > > > > > > Brett > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 20:42:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server1.amplex.net (server1.amplex.net [209.57.124.2]) by hub.freebsd.org (Postfix) with ESMTP id D477E14D93 for ; Wed, 20 Oct 1999 20:42:19 -0700 (PDT) (envelope-from mark@amplex.net) Received: from server2 (server3.amplex.net [209.57.124.13]) by server1.amplex.net (Build 93 8.9.3/NT-8.9.3) with SMTP id XAA01289 for ; Wed, 20 Oct 1999 23:42:25 -0400 Message-Id: <199910210342.XAA01289@server1.amplex.net> From: "Mark Radabaugh" To: Subject: RE: RAID systems Date: Wed, 20 Oct 1999 23:42:13 -0400 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The SmartCache is a basic SCSI card without caching or RAID (yeah - I know the name says cache...). There is an adapter board that attaches to the card to add caching and RAID support. The SmartRaid had the Caching and RAID components built onto one card. We had some problems with a bad Cache card. I pulled the Cache card and threw it in a drawer for a year. When I needed it I was pleasantly surprised to find the card had a 3 year warranty. DPT was very cool and sent a no charge advance replacement for the SCSI card and the Controller. I would have to give them a big thumbs up for that - much better service than most companies! Mark Radabaugh Amplex (419)833-3635 mark@amplex.net > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Jaime Kikpole > Sent: Wednesday, October 20, 1999 10:23 PM > To: Jaye Mathisen > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: RAID systems > > > On Wed, 20 Oct 1999, Jaye Mathisen wrote: > > Wait a minute, do you mean SmartCache? Or SmartRAID? There's a > > difference. > > SmartCache IV with 4MB of ECC cache and the ability to > make the 4 > HDs in the Netfinity into a RAID-5 array. I noticed that > there were cards > called SmartCache and SmartRAID that were both from DPT, but > I don't know > how they differ. Would you mind giving me any pointers? > > Jaime > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 20:50:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server1.amplex.net (server1.amplex.net [209.57.124.2]) by hub.freebsd.org (Postfix) with ESMTP id D946314E7B for ; Wed, 20 Oct 1999 20:50:05 -0700 (PDT) (envelope-from mark@amplex.net) Received: from server2 (server3.amplex.net [209.57.124.13]) by server1.amplex.net (Build 93 8.9.3/NT-8.9.3) with SMTP id XAA01305 for ; Wed, 20 Oct 1999 23:50:09 -0400 Message-Id: <199910210350.XAA01305@server1.amplex.net> From: "Mark Radabaugh" To: Subject: RE: virtual host emails question.. Date: Wed, 20 Oct 1999 23:50:00 -0400 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <013901bf1b22$a2e94da0$eaca7018@cambr1.on.wave.home.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My usual method is to assign the conflicting address a different name and then create an alias. Example: One person wants office@amplex.net and someone else wants office@toledoaasr.com. Both domains are virtual domains on one server. Give office@amplex.net the original name - everything normal For office@toledoaasr.com create a email account called office1. This is what they log in with to get their mail. In the aliases file create an alias office@toledoaasr.com. Since the alias table is consulted first when delivering mail then mail sent to office@toledoaasr.com will end up in the account 'office1'. Mail to any other office@OtherVirtual.Domains will end up in the account 'office'. Mark Radabaugh Amplex (419)833-3635 mark@amplex.net > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Websorcery > Sent: Wednesday, October 20, 1999 1:44 PM > To: freebsd-questions@FreeBSD.ORG > Subject: virtual host emails question.. > > > I have a number of virtual hosts setup on a machine running the latest > version of FreeBSD. I need to be able to setup emails for > the virtual hosts > but some of the emails conflict with ones that already exist > on the server. > What method do I use to accomplish this? > > THanks for any help.. > marko@websorcery.com > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 20:51: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.svr.pol.co.uk (mail3.svr.pol.co.uk [195.92.193.19]) by hub.freebsd.org (Postfix) with ESMTP id 5D62F14E53 for ; Wed, 20 Oct 1999 20:50:51 -0700 (PDT) (envelope-from jeanm@dupx.freeserve.co.uk) Received: from modem-151.name69.dialup.pol.co.uk ([62.136.194.151] helo=dupx.freeserve.co.uk) by mail3.svr.pol.co.uk with esmtp (Exim 2.12 #2) id 11e9FX-0002rO-00; Thu, 21 Oct 1999 04:50:47 +0100 Message-ID: <380E8D80.812946B3@dupx.freeserve.co.uk> Date: Thu, 21 Oct 1999 04:50:25 +0100 From: Jean-Mark Dupoux X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Annelise Anderson Cc: freebsd-questions@freebsd.org Subject: Re: Installing from dos problem References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I started again by using fdisk in DOS to delete non-dos partitions and re-start the floppy boot from scratch (not absolutely necessary, but one way of making sure to make the right settings.) I was very much hoping this time to finally get round to a boot , after setting only wd0s1 to "bootable" in the partition editor > It seems that what you've done should be okay, but only the > FreeBSD partition (in dos terms) should be made bootable. It made > your second FreeBSD slice the bootable one (or perhaps the > dos extended parition) and that didn't work. I put 40 mb for , 91mb and 30mb on wd0s1, and 856 mb on wd0s4 in the labelling screen. > I don't know why you're wasting 160 megabytes on /. Little > happens there (except installation of new kernels and saving > of the old ones) and it really doesn't need to be that big. Unfortunately when it came to the install, I got hit by the same near instantaneous error message: > > "error mounting /dev/wd0s3 on /dist : invalid argument (22)" > followed by > > "user confirmation requested - unable to initialize selected media. > Would you like to adjust your media configuration and try again > YES/NO" > (A couple of retries brought no improvement to the results). As concerns stashing the ditribution files while re-arranging my partitions, > While you redo this stuff, where are > you stashing the distributions to install from dos? Or are > you resizing and moving? that is in fact a point I was already close to raising myself, since it might provide a nice alternative to the dos - partition method which has not worked so far. I understand that a system can be set-up from tape, but from what I could see, the dist. files would need to be loaded onto the tape initially using freebsd (or any UNIX ?) commands (or have I got this wrong?), so that they could be read back again afterwards. Obviously the drive needs to be supported too, but I am not sure either exactly here. The site handbook info makes it clear there are many varieties of QIC devices (and at least as many cartidge types and sizes), and although freebsd does support some of these, there is no list of specific models. The details of my 2 QIC tape drives are: 1 of 3.2gb H-P Travan drive on a (Iomega ditto-dash) floppy connector card, which writes to dc3000 mini-cartridge or TR3 1/4 inch 1 of seagate 800mb parallel port drive which writes to dc2010 mini-cartridge or TR1 1/4 inch Either drive should have enough capacity (based on space usage on the hard-drive) to load a basic distribution on a single cartridge, but I really dont have much idea of how I could load the files onto a tape so that they would be usable for an installation, since I have never used either drive before except with Windows or DOS based backup programs. Jean-Mark ps thanks for all the help on this so far, I really wish I knew what was going wrong myself. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 20:55:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server1.amplex.net (server1.amplex.net [209.57.124.2]) by hub.freebsd.org (Postfix) with ESMTP id 596EF14E5B for ; Wed, 20 Oct 1999 20:55:50 -0700 (PDT) (envelope-from mark@amplex.net) Received: from server2 (server3.amplex.net [209.57.124.13]) by server1.amplex.net (Build 93 8.9.3/NT-8.9.3) with SMTP id XAA01321 for ; Wed, 20 Oct 1999 23:55:57 -0400 Message-Id: <199910210355.XAA01321@server1.amplex.net> From: "Mark Radabaugh" To: Subject: RE: virtual host emails question.. Date: Wed, 20 Oct 1999 23:55:48 -0400 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <199910210350.XAA01305@server1.amplex.net> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG oops - I goofed. Make that the virtusertable rather than alias. Sorry for the confusion. Mark Radabaugh Amplex (419)833-3635 mark@amplex.net > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Mark > Radabaugh > Sent: Wednesday, October 20, 1999 11:50 PM > To: freebsd-questions@FreeBSD.ORG > Subject: RE: virtual host emails question.. > > > My usual method is to assign the conflicting address a > different name and > then create an alias. > > Example: > > One person wants office@amplex.net and someone else wants > office@toledoaasr.com. Both domains are virtual domains on > one server. > > Give office@amplex.net the original name - everything normal > > For office@toledoaasr.com create a email account called > office1. This is > what they log in with to get their mail. In the aliases file > create an > alias office@toledoaasr.com. > > Since the alias table is consulted first when delivering mail > then mail sent > to office@toledoaasr.com will end up in the account > 'office1'. Mail to any > other office@OtherVirtual.Domains will end up in the account 'office'. > > Mark Radabaugh Amplex (419)833-3635 > mark@amplex.net > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Websorcery > > Sent: Wednesday, October 20, 1999 1:44 PM > > To: freebsd-questions@FreeBSD.ORG > > Subject: virtual host emails question.. > > > > > > I have a number of virtual hosts setup on a machine running > the latest > > version of FreeBSD. I need to be able to setup emails for > > the virtual hosts > > but some of the emails conflict with ones that already exist > > on the server. > > What method do I use to accomplish this? > > > > THanks for any help.. > > marko@websorcery.com > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 20:58:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.svr.pol.co.uk (mail3.svr.pol.co.uk [195.92.193.19]) by hub.freebsd.org (Postfix) with ESMTP id 8EBEF14E53 for ; Wed, 20 Oct 1999 20:58:23 -0700 (PDT) (envelope-from jeanm@dupx.freeserve.co.uk) Received: from modem-151.name69.dialup.pol.co.uk ([62.136.194.151] helo=dupx.freeserve.co.uk) by mail3.svr.pol.co.uk with esmtp (Exim 2.12 #2) id 11e9Mq-00071K-00; Thu, 21 Oct 1999 04:58:20 +0100 Message-ID: <380E8F3E.AE27A1F2@dupx.freeserve.co.uk> Date: Thu, 21 Oct 1999 04:57:51 +0100 From: Jean-Mark Dupoux X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Jaime Kikpole Cc: freebsd-questions@freebsd.org Subject: Re: RAID systems References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sorry, I am still a newbie so cant answer the main part of this question, but for lower-priced RAID cards, I know that "Promise" now have a range starting at below $200. Jaime Kikpole wrote: > I've been wrestling with a Netfinity 5000 and a DPT SmartCache IV > for a few weeks now and am near giving up. Yesterday I thought that I had > a break through, but I may have been wrong. Specifically, I could boot > from an external hard drive and then FreeBSD could see the SmartCache's > RAID-5 array. (This was on a minimal install with the default > partitioning given by the disk label editor.) Once I saw that, I > installed a full OS with custom partitioning (/var was big, /var/log and > /tmp were added, etc.). Now it won't boot anymore. > > Does anyone have a guess as to why it wouldn't boot with a more > fine-tuned disk label? BootEasy was claiming that there was no > /boot/loader or /kernel. Also, once I restarted, I couldn't figure out > what settings to put in the SmartCache's BIOS in order to make it post the > array as a "drive" instead of a "disk". I'm not sure if I ever managed to > boot from the external SCSI hard drive and have the SmartCache array > posting as a drive, to be honest. But their tech support line said that > it would be necessary. > > While I'm asking, can anyone suggest a decent, affordable (under > $4000, preferably under $2000) RAID-5 system that connects to a SCSI port? > I have a Compaq desktop computer acting as the mail/web/DNS/DHCP/etc. > server for my job's at the moment and would like to see it have some > redundancy. (Its running on an IDE hard drive right now. Do _that_ on > NT! *grin*) I'm guessing that the easiest way to improve that system is > to add a SCSI card and plug a RAID-5 external system into that card. Does > that sound reasonable? > > Thanks in advance, > Jaime > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 22:18:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cummings.uol.com.br (cummings.uol.com.br [200.230.198.69]) by hub.freebsd.org (Postfix) with ESMTP id 919C414C43; Wed, 20 Oct 1999 22:18:15 -0700 (PDT) (envelope-from julianherrera@uol.com.br) Received: from etherial (200-191-20-242-as.acessonet.com.br [200.191.20.242]) by cummings.uol.com.br (8.9.1/8.9.1) with SMTP id DAA09174; Thu, 21 Oct 1999 03:18:09 -0200 (BRST) Message-ID: <001701bf1b83$812f7520$0201a8c0@etherial> From: "Julian Diego Herrera Braga" To: Cc: References: Subject: Re: Re: What about port redirection with ip aliasing ? Date: Thu, 21 Oct 1999 03:16:57 -0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I already checked out this manpage (I always verify the manpages before appealing to mailing lists), and I didn't find anything applicable well. In the ppprouter.nostromo machine (the gateway) I run ppp -alias to connect to the Internet (with tun0), connect through the tun1 device to the ether.nostromo (the client) and finally run natd with several configurations like : natd -v -s -redirect_port tcp 192.168.1.2:21 6666 -redirect_address \ 192.168.1.2 0.0.0.0 -n tun0 where 192.168.1.2 is ether.nostromo's IP, tun0 is the modem connection interface to the ISP and Internet. but when I try to telnet 200.191.20.193 6666 (where 200.191.20.193 is the public IP number of the local gateway computer) the connection is not made and the debug messages doesn't show any redirection from 200.230.180.18 (the ISP gateway) to the 192.168.1.2 on the 6666 port, only a redirection to the local gateway IP (in this case 200.191.20.193). So, I think there is no redirection to the ether.nostromo computer in the LAN. Also, using the 'portscanner' program on the local gateway computer (ppprouter) it doesn't show any new port (maybe the 6666, I think so). So, what's wrong ? Am I forgetting anything foolish ? May I use another program like ipfw (the local gateway is running a firewall, wich every time I run after the ppp connections and before natd) ? I'm using these ipfw options, as shown in the natd manpage : ipfw -f flush ipfw add divert natd all from any to any via tun0 ipfw add pass all from any to any Thanks in advance... ------- Original Reply Folows ------------------- > Check out the ppp manpage. The nat port command (or alias port) should do > what you want. To quote: > > nat port proto targetIP:targetPort[-targetPort] aliasPort[-aliasPort] > [remoteIP:remotePort[-remotePort]] > This command causes incoming proto connections to aliasPort > to be redirected to targetPort on targetIP. proto is either > ``tcp'' or ``udp''. > > Joe Clarke ------ Original Message Follows ------------------------ > On Wed, 20 Oct 1999, Julian Diego Herrera Braga wrote: > > > Hello... > > > > One day my computer was without available ISA slots. I installed FreeBSD but > > the damned Winmodem doesn't work, so I had a idea to resurrect the other > > pentium 100 computer to use its free slots to install an old 14kbps modem. > > FreeBSD was also loaded in this computer as a gateway to the other computer > > without modem and the internet by ip aliasing (ppp -alias). Since the > > gateway computer doesn't have better space (170mb) and power to install some > > other programs, I would like to use it only for a gateway. This is the small > > LAN : > > > > ------------------ ---------------------- > > | ether.nostromo | serial | ppprouter.nostromo | 14kbps ------------ > > | 192.168.1.2 |---------| 192.168.1.1 |---------| Internet | > > ------------------ cable ---------------------- modem ------------ > > P2 450Mhz Old Pentium 100 Mhz > > FreeBSD 3.2 FreeBSD 3.1 > > (ppp nullmodem) (ppp -alias isp) > > (ppp nullmodem) > > natd [options] > > > > My problems appeared when I tried to access the client computer from > > internet through the gateway. Such connection always finished on the > > gateway computer. Finally, what I want to know is how can I get all > > the gateway ports from telnetd, ftpd, httpd etc. redirected to the > > respective client ports. Basically, is something like to make the > > gateway computer ports invisible to the outside computers, so any > > connection addressed to its IP will finish into the client computer > > (ether.nostromo). Is this possible ? How ? Thank you for the attention. > > > > P.S.: I've used "natd -port_redirect 192.168.1.1:ftp ftp" and nothing has > > changed. I tried some other options, but I am not sure what is the best > > one. Is there any known natd guide on the internet for FreeBSD ? > > > > Regards, > > Julian Herrera mailto:julianherrera@uol.com.br To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 22:31:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay3-gui.server.ntli.net (relay3-gui.server.ntli.net [194.168.4.200]) by hub.freebsd.org (Postfix) with ESMTP id 5AE8414C43 for ; Wed, 20 Oct 1999 22:31:51 -0700 (PDT) (envelope-from adam@fordys.net) Received: from not-the-nmc.ntli.net ([212.250.12.246] helo=piggy.nmc.ntl.com) by relay3-gui.server.ntli.net with esmtp (Exim 3.03 #2) id 11eAkG-0002TX-00; Thu, 21 Oct 1999 06:26:36 +0100 Received: from [10.176.23.50] (helo=attack.fordys.net) by piggy.nmc.ntl.com with smtp (Exim 3.03 #2) id 11eAoJ-0007vT-00; Thu, 21 Oct 1999 06:30:47 +0100 Received: from adam by attack.fordys.net with local (Exim 3.03 #1) id 11eBkf-0001Vr-00; Thu, 21 Oct 1999 06:31:05 +0000 Date: Thu, 21 Oct 1999 06:31:05 +0000 From: Adam Ford To: Tom Embt Cc: freebsd-questions@freebsd.org Subject: Re: Mounting an MS-DOS partition? - Tricky! Message-ID: <19991021063105.A5778@attack.fordys.net> References: <03f601bf1b43$bfc23d80$0307070a@shannon-s> <3.0.3.32.19991020221738.00b5f958@mail.embt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <3.0.3.32.19991020221738.00b5f958@mail.embt.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Morning folks, > >>> root@attack>mount -t msdos /dev/wd0s2 /windows > >> ^^^^^^^^^^ > >>Is it really wd0s2? Windows needs to be in the first partition so > >>I'd expect it to be wd0s1. > Sorry, that's just not true. I found a quick way to check make sure I was right before I mailed this list origionally; (I am no expert on file systems as you might have guessed!) - I used /stand/sysinstall, this picked it up as /dev/wd0s2 as well, though it seg faulted every time I actually tried to mount it from within there.. > To the original poster with the problem: > does /dev/wd0s2 exist? It does indeedy. root@attack>ls -l /dev/wd0s2 brw-r----- 1 root operator 0, 0x00030002 Oct 20 06:00 /dev/wd0s2 > does /modules/msdos.ko exist? Seems to.. root@attack>ls -l /modules/msdos.ko -r-xr-xr-x 1 root wheel 53648 Sep 16 22:46 /modules/msdos.ko > what does 'fdisk wd0' output? The following.. yes, so I have small drives, dont laugh :) - its not used for big data, mainly just a walkabout comms laptop that I can use to handle mail for my domain after I've plugged it in anywhere :) ******* Working on device /dev/rwd0 ******* parameters extracted from in-core disklabel are: cylinders=525 heads=64 sectors/track=63 (4032 blks/cyl) parameters to be used for BIOS calculations are: cylinders=525 heads=64 sectors/track=63 (4032 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 63, size 1124865 (549 Meg), flag 80 (active) beg: cyl 0/ sector 1/ head 1; end: cyl 278/ sector 63/ head 63 The data for partition 2 is: sysid 14,(Primary 'big' DOS (> 32MB, LBA)) start 1124928, size 991872 (484 Meg), flag 0 beg: cyl 279/ sector 1/ head 0; end: cyl 524/ sector 63/ head 63 The data for partition 3 is: The data for partition 4 is: Does this help? Thanks for your assistance, Regards, -- Adam Ford with no .sig! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 22:46:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (Postfix) with ESMTP id 31C9614C43; Wed, 20 Oct 1999 22:46:18 -0700 (PDT) (envelope-from marcus@miami.edu) Received: from jaguar.ir.miami.edu ("port 3115"@jaguar.ir.miami.edu [129.171.32.10]) by jaguar.ir.miami.edu (PMDF V5.2-32 #40232) with ESMTP id <0FJX00CJLUP5KH@jaguar.ir.miami.edu>; Thu, 21 Oct 1999 01:46:17 -0400 (EDT) Date: Thu, 21 Oct 1999 01:46:17 -0400 (EDT) From: "Joe \"Marcus\" Clarke" Subject: Re: Linksys PCMCIA Ethernet card In-reply-to: <19991021020131.91001.qmail@hotmail.com> To: skalir scalar Cc: freebsd-questions@FreeBSD.ORG, freebsd-net@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I use a LinkSys 10/100 EtherFast card, and it works fine. I, or course am using the PAO distribution with FreeBSD 3.3 RELEASE. PAO can be downloaded from http://www.jp.freebsd.org/PAO, and it's really easy to install. Joe Clarke On Wed, 20 Oct 1999, skalir scalar wrote: > Will my Linksys PCMCIA Ethernet card work in FreeBSD? If not, What > is a good BSD like or linux OS to use for it? > > Thankx. > > ______________________________________________________ > 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 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 22:54:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (Postfix) with ESMTP id F153C14E5E; Wed, 20 Oct 1999 22:54:33 -0700 (PDT) (envelope-from marcus@miami.edu) Received: from jaguar.ir.miami.edu ("port 3145"@jaguar.ir.miami.edu [129.171.32.10]) by jaguar.ir.miami.edu (PMDF V5.2-32 #40232) with ESMTP id <0FJX00CKAV2XKH@jaguar.ir.miami.edu>; Thu, 21 Oct 1999 01:54:33 -0400 (EDT) Date: Thu, 21 Oct 1999 01:54:33 -0400 (EDT) From: "Joe \"Marcus\" Clarke" Subject: Re: Re: What about port redirection with ip aliasing ? In-reply-to: <001701bf1b83$812f7520$0201a8c0@etherial> To: Julian Diego Herrera Braga Cc: freebsd-ipfw@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you're running ppp -alias, you don't need natd. ppp can handle all your tanslation functions. ppp -alias and natd use the same library (libalias) to do all of this. If you're going to use ppp, I would suggest using ppp to do the port redirection as described in the ppp manpage. This should be run on ppprouter.nostromo. Joe Clarke On Thu, 21 Oct 1999, Julian Diego Herrera Braga wrote: > > > I already checked out this manpage (I always verify the manpages before > appealing to mailing lists), and I didn't find anything applicable well. > In the ppprouter.nostromo machine (the gateway) I run ppp -alias to > connect to the Internet (with tun0), connect through the tun1 device > to the ether.nostromo (the client) and finally run natd with several > configurations like : > > natd -v -s -redirect_port tcp 192.168.1.2:21 6666 -redirect_address \ > 192.168.1.2 0.0.0.0 -n tun0 > > where 192.168.1.2 is ether.nostromo's IP, tun0 is the modem connection > interface to the ISP and Internet. > > but when I try to telnet 200.191.20.193 6666 (where 200.191.20.193 is > the public IP number of the local gateway computer) the connection is not > made and the debug messages doesn't show any redirection from 200.230.180.18 > (the ISP gateway) to the 192.168.1.2 on the 6666 port, only a redirection > to the local gateway IP (in this case 200.191.20.193). So, I think there is > no redirection to the ether.nostromo computer in the LAN. > Also, using the 'portscanner' program on the local gateway computer > (ppprouter) > it doesn't show any new port (maybe the 6666, I think so). > So, what's wrong ? Am I forgetting anything foolish ? May I use another > program > like ipfw (the local gateway is running a firewall, wich every time I run > after > the ppp connections and before natd) ? I'm using these ipfw options, as shown > in > the natd manpage : > > ipfw -f flush > ipfw add divert natd all from any to any via tun0 > ipfw add pass all from any to any > > Thanks in advance... > > ------- Original Reply Folows ------------------- > > Check out the ppp manpage. The nat port command (or alias port) should do > > what you want. To quote: > > > > nat port proto targetIP:targetPort[-targetPort] aliasPort[-aliasPort] > > [remoteIP:remotePort[-remotePort]] > > This command causes incoming proto connections to aliasPort > > to be redirected to targetPort on targetIP. proto is either > > ``tcp'' or ``udp''. > > > > Joe Clarke > > ------ Original Message Follows ------------------------ > > > On Wed, 20 Oct 1999, Julian Diego Herrera Braga wrote: > > > > > Hello... > > > > > > One day my computer was without available ISA slots. I installed FreeBSD > but > > > the damned Winmodem doesn't work, so I had a idea to resurrect the other > > > pentium 100 computer to use its free slots to install an old 14kbps > modem. > > > FreeBSD was also loaded in this computer as a gateway to the other > computer > > > without modem and the internet by ip aliasing (ppp -alias). Since the > > > gateway computer doesn't have better space (170mb) and power to install > some > > > other programs, I would like to use it only for a gateway. This is the > small > > > LAN : > > > > > > ------------------ ---------------------- > > > | ether.nostromo | serial | ppprouter.nostromo | 14kbps ------------ > > > | 192.168.1.2 |---------| 192.168.1.1 |---------| Internet | > > > ------------------ cable ---------------------- modem ------------ > > > P2 450Mhz Old Pentium 100 Mhz > > > FreeBSD 3.2 FreeBSD 3.1 > > > (ppp nullmodem) (ppp -alias isp) > > > (ppp nullmodem) > > > natd [options] > > > > > > My problems appeared when I tried to access the client computer from > > > internet through the gateway. Such connection always finished on the > > > gateway computer. Finally, what I want to know is how can I get all > > > the gateway ports from telnetd, ftpd, httpd etc. redirected to the > > > respective client ports. Basically, is something like to make the > > > gateway computer ports invisible to the outside computers, so any > > > connection addressed to its IP will finish into the client computer > > > (ether.nostromo). Is this possible ? How ? Thank you for the attention. > > > > > > P.S.: I've used "natd -port_redirect 192.168.1.1:ftp ftp" and nothing has > > > changed. I tried some other options, but I am not sure what is the best > > > one. Is there any known natd guide on the internet for FreeBSD ? > > > > > > Regards, > > > Julian Herrera mailto:julianherrera@uol.com.br > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 22:56:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from adcom.adcomsys.net (adcom.adcomsys.net [209.63.29.2]) by hub.freebsd.org (Postfix) with ESMTP id 18B8014C8B; Wed, 20 Oct 1999 22:56:12 -0700 (PDT) (envelope-from mikep@adcomsys.net) Received: from mike ([209.63.29.125] (may be forged)) by adcom.adcomsys.net (2.6 Build 1 (Berkeley 8.8.6)/8.8.4) with SMTP id WAA01318; Wed, 20 Oct 1999 22:42:34 -0700 Message-Id: <199910210542.WAA01318@adcom.adcomsys.net> Comments: Authenticated sender is From: "Mike Petragallo" To: RANGE.OF.MOTION.BREAKTHROUGH!!!@adcom.adcomsys.net Date: Wed, 20 Oct 1999 21:12:52 +0000 X-Distribution: Bulk MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: NEW Diagnostic Range of Motion Device X-mailer: Pegasus Mail for Windows (v2.52) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG IF YOU DO PATIENT EXAMS YOU NEED THIS NOW!!! New Range Of Motion system with more versatility than equipment costing $900.00 - $1000.00 for under $200.00 ONLY 1/5 their costs!!!!! Measures VERTICAL and HORIZONTAL "Body and Extremity" R.O.M. movements. Great for X-Ray - angle and curve analysis Eliminates examiner and patient testing errors via failsafe testing design. SATISFACTION GUARANTEED!!!!! Tested in schools & clinics since 1991 and used throughout the US and foreign countries For more info and / or introductory discount, reply ONLY by phone to (425) 821-3459 SINGLE PURCHASE and DEALER INQUIRIES WELCOME - Wholesale prices available on bulk orders. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Oct 20 23:41:29 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 4098F14E8F for ; Wed, 20 Oct 1999 23:41:26 -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 IAA08832; Thu, 21 Oct 1999 08:41:23 +0200 (MET DST) Message-ID: <380EB593.4385721F@tu-harburg.de> Date: Thu, 21 Oct 1999 08:41:23 +0200 From: Sven Reimers X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Giorgos Keramidas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Flashplayer and Plugin References: <380DDBD0.13400E67@tu-harburg.de> <86g0z5vfuq.fsf@localhost.hell.gr> 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 hint but they are enabled. The nice thing is: After logging in this morning my wm claimed difficulties with SHMGET as well, so I just did a clean reboot of my system... and here we go anything works fine! I am not quite sure why, but maybe that is about the lib build during the install of flashplugin(?). Some weird aout stuff. Anything else is elf on my system. So again thanks, will now just check out the plugin. Sven * Mail finished before crash of Communicator4.7 ....... Giorgos Keramidas wrote: > Sven Reimers writes: > > > Hi, > > > > any success using these under 3.1R or 3.2R? > > > > Using the flashplayer I get the following error message: > > > > shmget: Cannot allocate memory > > Size = 550 x 400 > > shmat: Invalid argument > > X Error of failed request: BadAccess (attempt to access private > > resource denied) > > Major opcode of failed request: 129 (MIT-SHM) > > Minor opcode of failed request: 1 (X_ShmAttach) > > Serial number of failed request: 22 > > Current serial number in output stream: 23 > > > > Have you enabled SystemV IPC in your kernel? If not, you want to enable it by > rebuilding your kernel after adding these to your configuration file: > > options SYSVSHM # SYSV-style shared memory > options SYSVMSG # SYSV-style message queues > options SYSVSEM # SYSV-style semaphores > > -- > Giorgos Keramidas, > "What we have to learn to do, we learn by doing." [Aristotle] > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 0:19: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from toy.chip-web.com (adsl-63-195-43-50.dsl.snfc21.pacbell.net [63.195.43.50]) by hub.freebsd.org (Postfix) with SMTP id 5DC5714C02 for ; Thu, 21 Oct 1999 00:19:06 -0700 (PDT) (envelope-from ludwigp@bigfoot.com) Received: (qmail 48198 invoked from network); 21 Oct 1999 07:19:06 -0000 Received: from toy.chip-web.com (HELO bigfoot.com) (@172.16.1.30) by toy.chip-web.com with SMTP; 21 Oct 1999 07:19:06 -0000 Message-ID: <380EBE69.B82E96A9@bigfoot.com> Date: Thu, 21 Oct 1999 00:19:05 -0700 From: Ludwig Pummer X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: michaels@inet.no Cc: freebsd-questions@freebsd.org Subject: Re: Problems with ICQ via NAT References: <19991017103504.19549.qmail@bastesen.inet.no> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG michaels@inet.no wrote: > > > 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.) Sorry I've been slow to reply. I didn't update my configuration file, but that's because I didn't do any kind of command limit, for example, the block and pass sections of my config file: ----- client pass { from: 172.16.0.0/16 to: 0.0.0.0/0 log: connect error } client block { from: 0.0.0.0/0 to: 0.0.0.0/0 log: connect error } block { from: 0.0.0.0/0 to: 127.0.0.1/8 log: connect error } pass { from: 0.0.0.0/0 to: 0.0.0.0/0 log: connect error } ----- No one on the inside network knows how to do anything evil with SOCKS5, so I didn't limit which SOCKS5 commands are allowed. The log file didn't look any different between 1.1.0 and 1.1.0-pre2, but I suppose I could increase the log: statements to aid with debugging or change whatever in my config file you suggest. We should probably take this off the mailing list until a resolution is reached. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 0:28:24 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 C796E14E90 for ; Thu, 21 Oct 1999 00:28:21 -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 AAA04134; Thu, 21 Oct 1999 00:28:50 -0700 To: "Collin Kreklow" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Stupid file system tricks. In-reply-to: Your message of Wed, 20 Oct 1999 20:35:04 -0500. <012701bf1b64$80cd9720$0301a8c0@rqcs.ticon.net> From: "Ronald F. Guilmette" Date: Thu, 21 Oct 1999 00:28:50 -0700 Message-ID: <4130.940490930@monkeys.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <012701bf1b64$80cd9720$0301a8c0@rqcs.ticon.net>, you wrote: >The reason you can't find this in the ports is because it is included in the >base distribution. See man ipfw for more information. Thank you. I dunno why I didn't think of that. Is my face red? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 0:29:34 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 B3D2814E90 for ; Thu, 21 Oct 1999 00:29:26 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 11244 invoked from network); 21 Oct 1999 07:29:25 -0000 Received: from userae15.uk.uudial.com (HELO marder-1.) (62.188.131.157) by smtp.dial.pipex.com with SMTP; 21 Oct 1999 07:29:25 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id IAA00524; Thu, 21 Oct 1999 08:29:03 +0100 (BST) (envelope-from mark) Date: Thu, 21 Oct 1999 08:29:03 +0100 From: Mark Ovens To: Tom Embt Cc: Shannon Wheeler , Adam Ford , freebsd-questions@FreeBSD.ORG Subject: Re: Mounting an MS-DOS partition? - Tricky! Message-ID: <19991021082903.A316@marder-1> References: <03f601bf1b43$bfc23d80$0307070a@shannon-s> <3.0.3.32.19991020221738.00b5f958@mail.embt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <3.0.3.32.19991020221738.00b5f958@mail.embt.com> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Oct 20, 1999 at 10:17:38PM -0400, Tom Embt wrote: > >>> root@attack>mount -t msdos /dev/wd0s2 /windows > >> ^^^^^^^^^^ > >>Is it really wd0s2? Windows needs to be in the first partition so > >>I'd expect it to be wd0s1. > > Sorry, that's just not true. > It always used to be the case. Which version of Windows? Or are you referring to BIOSes that permit booting from partitions other than the first or smart boot managers? -- 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 Thu Oct 21 1:12:43 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 8B0A114E8F for ; Thu, 21 Oct 1999 01:12:36 -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 11eDKg-0008hI-00; Thu, 21 Oct 1999 10:12:22 +0200 From: Sheldon Hearn To: Giorgos Keramidas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: swapper gave up on me In-reply-to: Your message of "20 Oct 1999 15:22:37 +0300." <864sfm1asy.fsf@localhost.hell.gr> Date: Thu, 21 Oct 1999 10:12:22 +0200 Message-ID: <33435.940493542@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 20 Oct 1999 15:22:37 +0300, Giorgos Keramidas wrote: > The funny thing is that a glimpse at /var/log/messages showed this: > > /kernel: swap_pager: I/O error - pagein failed; blkno 2832, \ > size 20480, error 22 > /kernel: vm_fault: pager read error, pid 418 (wmaker > > Should I start worrying that my disk has grown "bad" blocks? Could this be > caused by something else, except a faulty disk area? It would be useful to know what version of FreeBSD you're using, but yes, B_ERROR conditions are supposed to represent I/O errors. Are you sure you didn't see any other interesting messages preceding the ones you saw? I ask because the error message appears to be generated asynchonously, so there may have been something a few lines up. The reason I mention the version of FreeBSD you're using is that my advice is based on a quick glance at the 4.0-CURRENT code. I know it's quite different from the RELENG_3 code. Also, my first guess was that your "error 22" meant a bug in the swap_pager, since that's EINVAL (invalid argument). Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 1:17:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from amalthea.salford.ac.uk (amalthea.salford.ac.uk [146.87.255.61]) by hub.freebsd.org (Postfix) with SMTP id 2B15014E8F for ; Thu, 21 Oct 1999 01:17:29 -0700 (PDT) (envelope-from M.S.Powell@salford.ac.uk) Received: (qmail 7645 invoked by alias); 21 Oct 1999 08:17:28 -0000 Received: (qmail 7639 invoked from network); 21 Oct 1999 08:17:28 -0000 Received: from plato.salford.ac.uk (146.87.255.76) by amalthea.salford.ac.uk with SMTP; 21 Oct 1999 08:17:28 -0000 Received: (qmail 12542 invoked by uid 141); 21 Oct 1999 08:17:23 -0000 Date: Thu, 21 Oct 1999 09:17:23 +0100 (BST) From: Mark Powell X-Sender: mark@localhost To: Mitch Collinsworth Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to make Ethernet come up as Full-Duplex... In-Reply-To: <199910201731.AA063800673@broccoli.graphics.cornell.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 20 Oct 1999, Mitch Collinsworth wrote: > I don't have a system I can experiment on at the moment so I don't > know how much this matters, but I do see a difference between what > I said and what you said. I said 100baseTX (which is what is in > the documentation). You said 100BaseTX. Doesn't work using 100baseTX, either. Same error. Mark Powell - UNIX System Administrator - Clifford Whitworth Building A.I.S., University of Salford, Salford, Manchester, UK. Tel: +44 161 295 5936 Fax: +44 161 295 5888 www.pgp.com for PGP key M.S.Powell@ais.salfrd.ac.uk (spell salford correctly to reply to me) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 1:17:52 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 D926314EDE for ; Thu, 21 Oct 1999 01:17:45 -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 11eDPV-0008kt-00; Thu, 21 Oct 1999 10:17:21 +0200 From: Sheldon Hearn To: Cliff Addy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Corrupt 3.3 CDROMs shipped In-reply-to: Your message of "Wed, 20 Oct 1999 14:46:53 -0400." Date: Thu, 21 Oct 1999 10:17:21 +0200 Message-ID: <33658.940493841@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 20 Oct 1999 14:46:53 -0400, Cliff Addy wrote: > Seems that Walnut Creek shipped a batch of 3.3 packages that have a bad > disk 1. In my case, they wouldn't boot and couldn't install at all. WC > was aware of the problem and shipped me a replacement right away. Let me guess, you have an ATAPI CDROM drive, from which you couldn't boot the CDROM? And you haven't read the 3.3-RELEASE Errata? http://www2.za.freebsd.org/releases/3.3R/errata.html If this is the case, please stop spreading partially accurate but misleading information. "Corrupt" isn't a good choice of words. Is that the word Walnut Creek used? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 1:44: 5 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 622A814EB3 for ; Thu, 21 Oct 1999 01:43:53 -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 11eDoy-0008o3-00; Thu, 21 Oct 1999 10:43:40 +0200 From: Sheldon Hearn To: Mike Tancsa Cc: questions@FreeBSD.ORG Subject: Re: ftpd and controlling uploads In-reply-to: Your message of "Wed, 20 Oct 1999 15:34:01 -0400." <3.0.5.32.19991020153401.01a33930@staff.sentex.ca> Date: Thu, 21 Oct 1999 10:43:40 +0200 Message-ID: <33854.940495420@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 20 Oct 1999 15:34:01 -0400, Mike Tancsa wrote: > Is there a way with the native FreeBSD ftpd to control how files are > uploaded via anonymous ftp ? I would like to move away from wu-ftpd, > but need the one-way uploads feature. i.e. an anon user uploads a > file into incoming, an the permissions on the uploaded file are > automatically set to 600 owned by whoever I specifiy in the ftpaccess > file. Is this possible with the native FreeBSD version ? No. You might want to try my "sticky" patch to ftpd, which allows you something close to what you want. http://www.freebsd.org/~sheldonh/ftpd.diff Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 2: 4:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from iaehv.iae.nl (iaehv.IAE.nl [194.151.64.2]) by hub.freebsd.org (Postfix) with ESMTP id 2675714C8B for ; Thu, 21 Oct 1999 02:04:54 -0700 (PDT) (envelope-from Walter@holoprint.com) Received: from florence (pm12d32.iae.nl [212.61.1.223]) by iaehv.iae.nl (Postfix) with SMTP id 0B3417C69 for ; Thu, 21 Oct 1999 11:04:54 +0200 (CEST) Message-Id: <3.0.32.19991021110117.00e4d100@200.0.0.10> X-Sender: walter#pop.iaehv.nl@200.0.0.10 X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Thu, 21 Oct 1999 11:01:24 +0200 To: freebsd-questions@FreeBSD.ORG From: Walter Spierings Subject: How to have a tsch for root Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We use tsch for all our user accounts. How can we also have the tsch features for the root. Walter Spierings Dutch Holographic Laboratory Kanaaldijk Noord 61 5642 JA Eindhoven The Netherlands tel.: + 31 40 2817 250 fax.: + 31 40 2814 865 Website: www.holoprint.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 2:14: 1 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 2420814C8B for ; Thu, 21 Oct 1999 02:13:56 -0700 (PDT) (envelope-from banta@ghulam.force9.co.uk) Received: (qmail 20378 invoked from network); 21 Oct 1999 09:13:55 -0000 Received: from mayfly.plus.net.uk (HELO mayfly.force9.net) (195.166.128.28) by merlins.force9.net with SMTP; 21 Oct 1999 09:13:55 -0000 Received: (qmail 1778 invoked from network); 21 Oct 1999 09:13:54 -0000 Received: from unknown (HELO ghulam) (212.56.110.27) by mayfly.plus.net.uk with SMTP; 21 Oct 1999 09:13:54 -0000 Message-ID: <000701bf1ba4$acf83f40$1b6e38d4@ghulam> From: "Ghulam Dastgir" To: Subject: FBSD no longer bootable Date: Thu, 21 Oct 1999 10:13:43 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BF1BAC.F42EDCE0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BF1BAC.F42EDCE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable In short I can no longer boot my PC into FreeBSD. Previously I'd been = using FBSD happily as part of a dual boot system sharing the hard-disk = with Windows 95. The dual mechaninsm was provided by FBSD's booteasy = boot manager. The problem occured when Windows got corrupted and I had to reinstall = Windows. So now Windows is OK but I can't access the separate FBSD = partition, which I now still exists because the DOS fdisk utility still = shows it is there. but now fbsd appears before Windows on the harddrive, = or at least this is what dos fdisk says. Any ideas on how I can recover my fbsd. Is it because Windows has = overwritten the Master Boot Record? Or will it be the dreaded TOTAL = system reinstall? Thanks, Ghulam ------=_NextPart_000_0004_01BF1BAC.F42EDCE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
In short I can no longer boot my PC = into=20 FreeBSD. Previously I'd been using FBSD happily as part of a dual boot = system=20 sharing the hard-disk with Windows 95. The dual mechaninsm was provided = by=20 FBSD's booteasy boot manager.
The problem occured when Windows got = corrupted=20 and I had to reinstall Windows. So now Windows is OK but I can't access = the=20 separate FBSD partition, which I now still exists because the DOS fdisk = utility=20 still shows it is there. but now fbsd appears before Windows on the = harddrive,=20 or at least this is what dos fdisk says.
Any ideas on how I can recover my = fbsd. Is it=20 because Windows has overwritten the Master Boot Record? Or will it be = the=20 dreaded TOTAL system reinstall?
 
Thanks,
Ghulam
------=_NextPart_000_0004_01BF1BAC.F42EDCE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 2:41:53 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 A5FFB14C81 for ; Thu, 21 Oct 1999 02:41:51 -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 CAA05695; Thu, 21 Oct 1999 02:58:15 -0700 (PDT) Date: Thu, 21 Oct 1999 02:58:15 -0700 (PDT) From: Alfred Perlstein To: Ghulam Dastgir Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FBSD no longer bootable In-Reply-To: <000701bf1ba4$acf83f40$1b6e38d4@ghulam> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Oct 1999, Ghulam Dastgir wrote: > In short I can no longer boot my PC into FreeBSD. Previously I'd been using FBSD happily as part of a dual boot system sharing the hard-disk with Windows 95. The dual mechaninsm was provided by FBSD's booteasy boot manager. > The problem occured when Windows got corrupted and I had to reinstall Windows. So now Windows is OK but I can't access the separate FBSD partition, which I now still exists because the DOS fdisk utility still shows it is there. but now fbsd appears before Windows on the harddrive, or at least this is what dos fdisk says. > Any ideas on how I can recover my fbsd. Is it because Windows has overwritten the Master Boot Record? Or will it be the dreaded TOTAL system reinstall? please set your mailer to wrap lines longer than 70 characters. ok, you may want to scour the freebsd ftp site for something in a 'tools' dir called OSBSBETA, get that and run it in DOS, it gives a nice boot switcher you can use. enjoy, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 2:54:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from isy.liu.se (isy.liu.se [130.236.48.10]) by hub.freebsd.org (Postfix) with ESMTP id A3AE614E6B for ; Thu, 21 Oct 1999 02:54:36 -0700 (PDT) (envelope-from mj@isy.liu.se) Received: from lagrange.isy.liu.se (lagrange.isy.liu.se [130.236.49.127]) by isy.liu.se (8.9.1/8.9.1) with ESMTP id LAA23943; Thu, 21 Oct 1999 11:54:32 +0200 (MET DST) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <3.0.32.19991021110117.00e4d100@200.0.0.10> Date: Thu, 21 Oct 1999 11:54:32 +0200 (CEST) From: Micke Josefsson To: Walter Spierings Subject: RE: How to have a tsch for root Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 21-Oct-99 Walter Spierings wrote: > We use tsch for all our user accounts. > How can we also have the tsch features for the root. copy /usr/local/bin/tcsh to /bin/tcsh then as root run chsh. Remember to really copy the file to bin or you won't be able to log in if /usr is not mounted. As for example the boot process aborts and you are left with single user mode. /micke ---------------------------------- Michael Josefsson, MSEE mj@isy.liu.se This message was sent by XFMail running on FreeBSD 3.1 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 3: 9:23 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 4C8B314C8A for ; Thu, 21 Oct 1999 03:09:13 -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 11eF9P-0009BX-00; Thu, 21 Oct 1999 12:08:51 +0200 From: Sheldon Hearn To: Micke Josefsson Cc: Walter Spierings , freebsd-questions@FreeBSD.ORG Subject: Re: How to have a tsch for root In-reply-to: Your message of "Thu, 21 Oct 1999 11:54:32 +0200." Date: Thu, 21 Oct 1999 12:08:51 +0200 Message-ID: <35310.940500531@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Oct 1999 11:54:32 +0200, Micke Josefsson wrote: > copy /usr/local/bin/tcsh to /bin/tcsh > then as root run chsh. No. Leave the base system alone. Add /usr/local/bin/tcsh to /etc/shells if it doesn't already exist in that file, and then use the chsh command as root. Keep in mind that, with this configuration, you'll need to use some other shell when /usr is dismounted (/bin/sh or /bin/csh). > Remember to really copy the file to bin or you won't be able to > log in if /usr is not mounted. As for example the boot process aborts > and you are left with single user mode. Probably won't be able to anyway, since tcsh is almost certainly dynamically linked against libraries that won't be available in that scenario. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 3:28:55 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 69A4E14C8A for ; Thu, 21 Oct 1999 03:28:49 -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 TAA32390; Thu, 21 Oct 1999 19:26:45 +0900 (KST) (envelope-from hdcho) Date: Thu, 21 Oct 1999 19:26:45 +0900 (KST) From: Huidae Cho Message-Id: <199910211026.TAA32390@unix.knu.ac.kr> To: brian@Awfulhak.org, freebsd-questions@freebsd.org Subject: Re: ppp.conf problem Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have no defaultrouter in /etc/rc.conf. And these are some related files. Look at the end of ppp.log. Something wrong? /etc/rc.conf ------------ releaseName="3.3-RELEASE" editor="/usr/bin/vi" firewall_enable="YES" firewall_type="open" network_interfaces="lo0" hostname="geni.home.org" saver="logo" keyrate="fast" linux_enable="YES" moused_enable="YES" lpd_enable="YES" nfs_server_enable="YES" nfs_client_enable="YES" /etc/ppp/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 :\" ID : PASSWORD 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 /var/log/ppp.log ---------------- Oct 18 14:07:46 geni ppp[622]: Command: default: set speed 115200 Oct 18 14:07:46 geni ppp[622]: Command: default: set dial ABORT BUSY ABORT NO\sCARRIER TIMEOUT 5 "" AT OK-AT-OK ATE1Q0 OK \dATDT\T TIMEOUT 40 CONNECT Oct 18 14:07:46 geni ppp[622]: tun0: Phase: Using interface: tun0 Oct 18 14:07:46 geni ppp[622]: tun0: Phase: PPP Started. Oct 18 14:07:52 geni ppp[622]: tun0: Command: set phone 12345 Oct 18 14:08:34 geni ppp[622]: tun0: Command: set login \-\-\-\- 3 "ID :" ID : PASSWORD ENTER "" H: "internet 34" Oct 18 14:08:37 geni ppp[622]: tun0: Command: set timeout 120 Oct 18 14:08:50 geni ppp[622]: tun0: Command: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 Oct 18 14:08:54 geni ppp[622]: tun0: Command: add! default HISADDR Oct 18 14:09:00 geni ppp[622]: tun0: Command: dial Oct 18 14:09:00 geni ppp[622]: tun0: Phase: Connected! Oct 18 14:09:00 geni ppp[622]: tun0: Chat: Expecting: Oct 18 14:09:00 geni ppp[622]: tun0: Chat: Sending: AT^M Oct 18 14:09:00 geni ppp[622]: tun0: Chat: Expecting: OK-AT-OK Oct 18 14:09:00 geni ppp[622]: tun0: Chat: Wait for (5): OK Oct 18 14:09:00 geni ppp[622]: tun0: Chat: Sending: ATE1Q0^M Oct 18 14:09:00 geni ppp[622]: tun0: Chat: Expecting: OK Oct 18 14:09:00 geni ppp[622]: tun0: Chat: Wait for (5): OK Oct 18 14:09:02 geni ppp[622]: tun0: Phase: Phone: 12345 Oct 18 14:09:02 geni ppp[622]: tun0: Chat: Sending: ATDT12345^M Oct 18 14:09:02 geni ppp[622]: tun0: Chat: Expecting: CONNECT Oct 18 14:09:02 geni ppp[622]: tun0: Chat: Wait for (40): CONNECT Oct 18 14:09:24 geni ppp[622]: tun0: Chat: Expecting: \-\-\-\- Oct 18 14:09:24 geni ppp[622]: tun0: Chat: Wait for (30): \-\-\-\- --> ---- Oct 18 14:09:26 geni ppp[622]: tun0: Chat: Sending: 3^M Oct 18 14:09:26 geni ppp[622]: tun0: Chat: Expecting: ID : Oct 18 14:09:26 geni ppp[622]: tun0: Chat: Wait for (30): ID : Oct 18 14:09:30 geni ppp[622]: tun0: Chat: Sending: ID^M Oct 18 14:09:30 geni ppp[622]: tun0: Chat: Expecting: : Oct 18 14:09:30 geni ppp[622]: tun0: Chat: Wait for (30): : Oct 18 14:09:31 geni ppp[622]: tun0: Chat: Sending: PASSWORD^M Oct 18 14:09:31 geni ppp[622]: tun0: Chat: Expecting: ENTER Oct 18 14:09:31 geni ppp[622]: tun0: Chat: Wait for (30): ENTER Oct 18 14:09:31 geni ppp[622]: tun0: Chat: Sending: ^M Oct 18 14:09:31 geni ppp[622]: tun0: Chat: Expecting: H: Oct 18 14:09:31 geni ppp[622]: tun0: Chat: Wait for (30): H: Oct 18 14:09:32 geni ppp[622]: tun0: Chat: Sending: internet 34^M Oct 18 14:09:32 geni ppp[622]: tun0: IPCP: Using trigger address 0.0.0.0 Oct 18 14:09:32 geni ppp[622]: tun0: LCP: State change Initial --> Closed Oct 18 14:09:32 geni ppp[622]: tun0: LCP: State change Closed --> Stopped Oct 18 14:09:33 geni ppp[622]: tun0: LCP: LcpSendConfigReq Oct 18 14:09:33 geni ppp[622]: tun0: LCP: ACFCOMP[2] Oct 18 14:09:33 geni ppp[622]: tun0: LCP: PROTOCOMP[2] Oct 18 14:09:33 geni ppp[622]: tun0: LCP: ACCMAP[6] 0x00000000 Oct 18 14:09:33 geni ppp[622]: tun0: LCP: MRU[4] 1500 Oct 18 14:09:33 geni ppp[622]: tun0: LCP: MAGICNUM[6] 0x4696b394 Oct 18 14:09:33 geni ppp[622]: tun0: LCP: State change Stopped --> Req-Sent Oct 18 14:09:34 geni ppp[622]: tun0: LCP: Received Configure Request (1) state = Req-Sent (6) Oct 18 14:09:34 geni ppp[622]: tun0: LCP: MRU[4] 1500 Oct 18 14:09:34 geni ppp[622]: tun0: LCP: MAGICNUM[6] 0x9735ff18 Oct 18 14:09:34 geni ppp[622]: tun0: LCP: PROTOCOMP[2] Oct 18 14:09:34 geni ppp[622]: tun0: LCP: ACFCOMP[2] Oct 18 14:09:34 geni ppp[622]: tun0: LCP: SendConfigAck(Req-Sent) Oct 18 14:09:34 geni ppp[622]: tun0: LCP: MRU[4] 1500 Oct 18 14:09:34 geni ppp[622]: tun0: LCP: MAGICNUM[6] 0x9735ff18 Oct 18 14:09:34 geni ppp[622]: tun0: LCP: PROTOCOMP[2] Oct 18 14:09:34 geni ppp[622]: tun0: LCP: ACFCOMP[2] Oct 18 14:09:34 geni ppp[622]: tun0: LCP: State change Req-Sent --> Ack-Sent Oct 18 14:09:34 geni ppp[622]: tun0: LCP: Received Configure Ack (1) state = Ack-Sent (8) Oct 18 14:09:34 geni ppp[622]: tun0: LCP: State change Ack-Sent --> Opened Oct 18 14:09:34 geni ppp[622]: tun0: LCP: LcpLayerUp Oct 18 14:09:34 geni ppp[622]: tun0: Phase: NewPhase: Authenticate Oct 18 14:09:34 geni ppp[622]: tun0: Phase: NewPhase: Network Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: State change Initial --> Closed Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: IPCP Up event!! Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: IpcpSendConfigReq Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: IPADDR[6] 0.0.0.0 Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compres Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: State change Closed --> Req-Sent Oct 18 14:09:34 geni ppp[622]: tun0: CCP: State change Initial --> Closed Oct 18 14:09:34 geni ppp[622]: tun0: CCP: CCP Up event!! Oct 18 14:09:34 geni ppp[622]: tun0: CCP: CcpSendConfigReq Oct 18 14:09:34 geni ppp[622]: tun0: CCP: DEFLATE[4] win 15 Oct 18 14:09:34 geni ppp[622]: tun0: CCP: PRED1[2] Oct 18 14:09:34 geni ppp[622]: tun0: CCP: State change Closed --> Req-Sent Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: Received Configure Request (1) state = Req-Sent (6) Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: IPADDR[6] 123.456.789.012 Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: SendConfigAck(Req-Sent) Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: IPADDR[6] 123.456.789.012 Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: State change Req-Sent --> Ack-Sent Oct 18 14:09:34 geni ppp[622]: tun0: CCP: Received Configure Request (1) state = Req-Sent (6) Oct 18 14:09:34 geni ppp[622]: tun0: CCP: SendConfigAck(Req-Sent) Oct 18 14:09:34 geni ppp[622]: tun0: CCP: State change Req-Sent --> Ack-Sent Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: Received Configure Nak (1) state = Ack-Sent (8) Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: IPADDR[6] 10.0.2.15 Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: IPADDR[6] changing address: 0.0.0.0 --> 10.0.2.15 Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: IpcpSendConfigReq Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: IPADDR[6] 10.0.2.15 Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compres Oct 18 14:09:34 geni ppp[622]: tun0: CCP: Received Configure Reject (1) state = Ack-Sent (8) Oct 18 14:09:34 geni ppp[622]: tun0: CCP: RecvConfigRej. Oct 18 14:09:34 geni ppp[622]: tun0: CCP: DEFLATE[4] Oct 18 14:09:34 geni ppp[622]: tun0: CCP: PRED1[2] Oct 18 14:09:34 geni ppp[622]: tun0: CCP: CcpSendConfigReq Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: Received Configure Ack (2) state = Ack-Sent (8) Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: State change Ack-Sent --> Opened Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: IpcpLayerUp(9). Oct 18 14:09:34 geni ppp[622]: tun0: IPCP: myaddr = 10.0.2.15 hisaddr = 123.456.789.012 Oct 18 14:09:34 geni ppp[622]: tun0: LCP: OsLinkup: 123.456.789.012 Oct 18 14:09:34 geni ppp[622]: tun0: CCP: Received Configure Ack (2) state = Ack-Sent (8) Oct 18 14:09:34 geni ppp[622]: tun0: CCP: State change Ack-Sent --> Opened Oct 18 14:09:34 geni ppp[622]: tun0: CCP: CcpLayerUp(9). Oct 18 14:09:34 geni ppp[622]: tun0: CCP: Out = none[-1], In = none[-1] Brian wrote: ------------ > > > 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 :\" ID : PASSWORD 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 > > I'd hazard a guess that you've got ``defaultrouter'' set in > /etc/rc.conf. > > Have you tried looking in /var/log/ppp.log ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 4:12:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gw.one.com.au (gw.one.com.au [203.18.85.1]) by hub.freebsd.org (Postfix) with ESMTP id 77A4514A24 for ; Thu, 21 Oct 1999 04:12:44 -0700 (PDT) (envelope-from raymond@one.com.au) Received: from one.com.au (pxx.local [10.18.85.1]) by gw.one.com.au (8.9.2/8.9.2) with SMTP id VAA23665 for freebsd-questions@freebsd.org; Thu, 21 Oct 1999 21:12:43 +1000 (EST) (envelope-from raymond@one.com.au) Date: Thu, 21 Oct 1999 21:12:43 +1000 (EST) From: User Raymond Message-Id: <199910211112.VAA23665@gw.one.com.au> Subject: FreeBSD file size, lseek() etc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To: freebsd-questions@freebsd.org We are trying to construct a file that is larger than the basic 2GB allowed by lseek(). I am sure I have seen some discussion on this somewhere but I've forgotten where... So these questions. 1. Does FreeBSD support file sizes greater than 2GB? 2. If so is there another way (other than lseek()) to address them? 3. If not, will multiple calls to lseek() with whence = SEEK_CUR work or will the internal pointer wrap? Ray Newman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 4:21:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 532BE14A24; Thu, 21 Oct 1999 04:20:53 -0700 (PDT) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 11eGH5-0000mk-00; Thu, 21 Oct 1999 12:20:51 +0100 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with SMTP id MAA26695; Thu, 21 Oct 1999 12:20:51 +0100 (BST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Thu, 21 Oct 1999 12:20:51 +0100 (BST) From: J McKitrick To: freebsd-questions@freebsd.org, mobile Subject: ISP connection dropped Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm using a Toshiba Laptop with a Noteworthy 56k PCMCIA modem. I've been using these 2 ISPs for some time now in windows and Linux. But since I have switched to FBSD, these same ISPs drop the connection every 2-15 minutes. I have no warning... suddenly DNS quits, then the carrier is gone. I have tried different combinations of modem options to drop X2 and 56K support, but nothing seems to work. Only FBSD does this, and it doesn't matter whether i use ppp or KPPP. Does anyone have any ideas? p.s. I emailed my ISPs, asking them to check my log files. They said they had no clue, I should call the modem manufacturer. -jm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 4:39: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.10.60]) by hub.freebsd.org (Postfix) with ESMTP id D61FA14C59 for ; Thu, 21 Oct 1999 04:38:56 -0700 (PDT) (envelope-from kheuer@gwdu60.gwdg.de) Received: from localhost (kheuer@localhost) by gwdu60.gwdg.de (8.9.2/8.9.2) with ESMTP id NAA57045; Thu, 21 Oct 1999 13:38:52 +0200 (CEST) (envelope-from kheuer@gwdu60.gwdg.de) Date: Thu, 21 Oct 1999 13:38:52 +0200 (CEST) From: Konrad Heuer To: Walter Spierings Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to have a tsch for root In-Reply-To: <3.0.32.19991021110117.00e4d100@200.0.0.10> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Oct 1999, Walter Spierings wrote: > We use tsch for all our user accounts.=20 > How can we also have the tsch features for the root. Edit the password file by entering vipw and replace /bin/csh by /usr/local/bin/tcsh within the pwd entry for root. Make sure that /etc/shells contains the following line: /usr/local/bin/tcsh I'd additionally prefer to enable the Bourne shell superuser toor by giving her/him a password: passwd toor If the shared libraries in /usr/lib etc. aren't available in case of problems you'll always be able to become superuser by logging in as toor. Regards // // Konrad Heuer ____ ___ _____= __=20 // Gesellschaft f=FCr wissenschaftliche / __/______ ___ / _ )/ __= / _ \ // Datenverarbeitung mbH G=D6ttingen / _// __/ -_) -_) _ |\ \/= // / // Am Fa=DFberg, D-37077 G=D6ttingen /_/ /_/ \__/\__/____/___= /____/=20 // Deutschland (Germany) ----- The Power to Serve ----= - // http://www.freebsd.org // kheuer@gwdu60.gwdg.de // To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 4:44:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from federation.addy.com (federation.addy.com [207.239.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 43EE014E18 for ; Thu, 21 Oct 1999 04:44:37 -0700 (PDT) (envelope-from fbsdlist@federation.addy.com) Received: from localhost (fbsdlist@localhost) by federation.addy.com (8.8.5/8.6.12) with SMTP id HAA09384; Thu, 21 Oct 1999 07:44:28 -0400 (EDT) Date: Thu, 21 Oct 1999 07:44:27 -0400 (EDT) From: Cliff Addy To: Sheldon Hearn Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Corrupt 3.3 CDROMs shipped In-Reply-To: <33658.940493841@axl.noc.iafrica.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Oct 1999, Sheldon Hearn wrote: > > Seems that Walnut Creek shipped a batch of 3.3 packages that have a bad > > disk 1. In my case, they wouldn't boot and couldn't install at all. WC > > was aware of the problem and shipped me a replacement right away. > > Let me guess, you have an ATAPI CDROM drive, from which you couldn't > boot the CDROM? And you haven't read the 3.3-RELEASE Errata? Actually, it does boot about 1 time in 10. > If this is the case, please stop spreading partially accurate but > misleading information. "Corrupt" isn't a good choice of words. Is that > the word Walnut Creek used? The exact words were "We had a spindle of discs that got screwed up during replication." Corrupt sounds like a pretty good synopsis to me. Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 4:44:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gw.one.com.au (gw.one.com.au [203.18.85.1]) by hub.freebsd.org (Postfix) with ESMTP id 20BDD14E18 for ; Thu, 21 Oct 1999 04:44:42 -0700 (PDT) (envelope-from raymond@one.com.au) Received: from one.com.au (pxx.local [10.18.85.1]) by gw.one.com.au (8.9.2/8.9.2) with SMTP id VAA23731 for freebsd-questions@freebsd.org; Thu, 21 Oct 1999 21:44:40 +1000 (EST) (envelope-from raymond@one.com.au) Date: Thu, 21 Oct 1999 21:44:40 +1000 (EST) From: User Raymond Message-Id: <199910211144.VAA23731@gw.one.com.au> Subject: How to have a tsch for root Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To: freebsd-questions@freebsd.org > On Thu, 21 Oct 1999, Walter Spierings wrote: > > > We use tsch for all our user accounts.=20 > > How can we also have the tsch features for the root. > > Edit the password file by entering > > vipw > > and replace /bin/csh by /usr/local/bin/tcsh within the pwd entry for root. > Make sure that /etc/shells contains the following line: > > /usr/local/bin/tcsh > A better way is to first cp /usr/local/bin/tcsh /bin then make sure /etc/shells contains /bin/tcsh then vipw and change the shell for root to /bin/tcsh. Then it will work when the /usr partition can't be mounted. Ray Newman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 5: 5:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gatekeeper.tseinc.com (gatekeeper.tseinc.com [209.83.134.9]) by hub.freebsd.org (Postfix) with ESMTP id 35B6714BD6 for ; Thu, 21 Oct 1999 05:05:24 -0700 (PDT) (envelope-from jlwest@tseinc.com) Received: (from nobody@localhost) by gatekeeper.tseinc.com (8.8.8/8.8.8) id HAA07720; Thu, 21 Oct 1999 07:05:19 -0500 (CDT) (envelope-from jlwest@tseinc.com) X-Authentication-Warning: gatekeeper.tseinc.com: nobody set sender to using -f Received: from ws2.tse.com(192.168.2.212) by gatekeeper.tseinc.com via smap (V2.1) id xma007718; Thu, 21 Oct 99 07:05:03 -0500 Message-ID: <001f01bf1bbf$2b328d60$d402a8c0@tse.com> From: "Jay West" To: "Sheldon Hearn" Cc: References: <33264.940492418@axl.noc.iafrica.com> Subject: Re: Is the "mail -u" option broken under 3.3 Release? Date: Thu, 21 Oct 1999 07:24:06 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had previously written.... > > If I then do a "mail -u mytest", it says there is no mail for the user. But, > > if I log into the machine as mytest it says I have mail and the mail command > > retrieves it. To which Sheldon replied.... > What happens if you type ``mail -f /var/mail/mytest''? If it gives you > the same result, is any one of /var, /var/mail or /var/mail/mytest a > symlink? "mail -f /var/mail/mytest" does work. Also, this machine is a fresh install of 3.3R, so /var, /var/mail, or /var/mail/mytest are NOT symbolic links. Also, the "mail -f /var/mail/mytest" does retrieve the mail in the mailbox mytest as one would suspect (see below). On a completely different machine I tested the same thing. This machine is also 3.3R, but on this one /var/mail is a symbolic link to /usr/mail (it's a mail server but forgot to make /var filesystem bigger than the default, so a symlink was created to /usr/mail). The permissions have been checked carefully. On this machine I get the exact same results as above, with one exception. Just executing "mail -u mytest" says either "There is no mail for root" (note root, not mytest), or if there is mail for root it retrieves the mail box for root, not mytest. So, two questions... In the first case above, like I said it's a fresh install with no symlinks. I must assume the mail -u command is broken. Correct? And second, in the second case where /var/mail is a symlink, is this a known bad thing to do? I really don't want to have to reinstall this machine to make /var bigger.... ideas? STRANGE!!!! Jay West To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 5:12:14 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 7BE2C14BD6 for ; Thu, 21 Oct 1999 05:11:49 -0700 (PDT) (envelope-from graeme@echidna.com) Received: from eresh.webcom.com (eresh.webcom.com [209.1.28.49]) by hecate.webcom.com (8.9.1/8.9.1) with SMTP id FAA06781 for ; Thu, 21 Oct 1999 05:11:46 -0700 Received: from [63.75.211.217] by inanna.webcom.com (WebCom SMTP 1.2.1) with SMTP id 41366489; Thu Oct 21 05:06 PDT 1999 Message-Id: <380F0317.5C1E3A3@echidna.com> Date: Thu, 21 Oct 1999 08:12:07 -0400 From: Graeme Tait Organization: Echidna X-Mailer: Mozilla 4.02 [en]C-DIAL (WinNT; U) Mime-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Cron and daylight savings Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What happens if my machine is running local time with daylight savings adjustments, and I schedule jobs between 2 and 3 am (or whenever the transitions occurs)? Do they get skipped in the daylight savings transition in Spring and run twice in the Fall? I looked in the handbook and mailing list archives, but found nothing except for a couple of posts in 1995, with the statement that this issue was under discussion. I notice that /etc/crontab schedules daily maintenance for 2 am. The issue raised in the 1995 post was that these activites were skipped in the April forward clock adjustment. -- Graeme Tait To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 5:20: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 9756914BD6 for ; Thu, 21 Oct 1999 05:20:06 -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 11eHCG-000DnS-00; Thu, 21 Oct 1999 14:19:56 +0200 From: Sheldon Hearn To: Graeme Tait Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Cron and daylight savings In-reply-to: Your message of "Thu, 21 Oct 1999 08:12:07 -0400." <380F0317.5C1E3A3@echidna.com> Date: Thu, 21 Oct 1999 14:19:56 +0200 Message-ID: <53037.940508396@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Oct 1999 08:12:07 -0400, Graeme Tait wrote: > What happens if my machine is running local time with daylight savings > adjustments, and I schedule jobs between 2 and 3 am (or whenever the > transitions occurs)? > > Do they get skipped in the daylight savings transition in Spring and run > twice in the Fall? Yes. :-) See the BUGS section of the new crontab(5) manpage: BUGS If you're in one of the 70-odd countries that observe Daylight Savings Time, jobs scheduled during the rollback or advance will be affected. In general, it's not a good idea to schedule jobs during this period. For US timezones (except parts of IN, AZ, and HI) the time shift occurs at 2AM local time. For others, the output of the zdump(8) program's verbose (-v) option can be used to determine the moment of time shift. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 5:42:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tidal.wave.net (wave.net [198.68.31.225]) by hub.freebsd.org (Postfix) with ESMTP id B33B214F49 for ; Thu, 21 Oct 1999 05:42:29 -0700 (PDT) (envelope-from chuckw@wave.net) Received: from jj (tsn-ppp12.rattles.com [204.214.126.12]) by tidal.wave.net (8.8.6/8.8.6) with SMTP id FAA16372 for ; Thu, 21 Oct 1999 05:42:24 -0700 (PDT) Message-ID: <001001bf1bc2$27975de0$0c7ed6cc@jj> From: "Chuck" To: Subject: Un-Zipping a file in UNIX Date: Thu, 21 Oct 1999 05:45:27 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000D_01BF1B87.79F99D40" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000D_01BF1B87.79F99D40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi... I have a file that is archived in zip format. Is there a way to un-zip = it on my UNIX=20 server? Chuck ------=_NextPart_000_000D_01BF1B87.79F99D40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi...
 
I have a file that is archived in zip = format. =20 Is there a way to un-zip it on my UNIX
server?
 
Chuck
------=_NextPart_000_000D_01BF1B87.79F99D40-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 5:50: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailserv.redhat.de (wg.redhat.de [193.103.254.4]) by hub.freebsd.org (Postfix) with ESMTP id 8BB9F14E8B for ; Thu, 21 Oct 1999 05:49:36 -0700 (PDT) (envelope-from bero@redhat.de) Date: Thu, 21 Oct 1999 14:31:09 +0200 (CEST) From: Bernhard Rosenkraenzer To: freebsd-questions@freebsd.org Subject: sys/socket.h broken in current CVS -CURRENT Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-756177753-940509069=:53132" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-756177753-940509069=:53132 Content-Type: TEXT/PLAIN; charset=US-ASCII Some comment closing syntax errors... Here's the fix. LLaP bero --0-756177753-940509069=:53132 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="socket.h" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: fixed /usr/src/sys/sys/socket.h Content-Disposition: attachment; filename="socket.h" LyoNCiAqIENvcHlyaWdodCAoYykgMTk4MiwgMTk4NSwgMTk4NiwgMTk4OCwg MTk5MywgMTk5NA0KICoJVGhlIFJlZ2VudHMgb2YgdGhlIFVuaXZlcnNpdHkg b2YgQ2FsaWZvcm5pYS4gIEFsbCByaWdodHMgcmVzZXJ2ZWQuDQogKg0KICog UmVkaXN0cmlidXRpb24gYW5kIHVzZSBpbiBzb3VyY2UgYW5kIGJpbmFyeSBm b3Jtcywgd2l0aCBvciB3aXRob3V0DQogKiBtb2RpZmljYXRpb24sIGFyZSBw ZXJtaXR0ZWQgcHJvdmlkZWQgdGhhdCB0aGUgZm9sbG93aW5nIGNvbmRpdGlv bnMNCiAqIGFyZSBtZXQ6DQogKiAxLiBSZWRpc3RyaWJ1dGlvbnMgb2Ygc291 cmNlIGNvZGUgbXVzdCByZXRhaW4gdGhlIGFib3ZlIGNvcHlyaWdodA0KICog ICAgbm90aWNlLCB0aGlzIGxpc3Qgb2YgY29uZGl0aW9ucyBhbmQgdGhlIGZv bGxvd2luZyBkaXNjbGFpbWVyLg0KICogMi4gUmVkaXN0cmlidXRpb25zIGlu IGJpbmFyeSBmb3JtIG11c3QgcmVwcm9kdWNlIHRoZSBhYm92ZSBjb3B5cmln aHQNCiAqICAgIG5vdGljZSwgdGhpcyBsaXN0IG9mIGNvbmRpdGlvbnMgYW5k IHRoZSBmb2xsb3dpbmcgZGlzY2xhaW1lciBpbiB0aGUNCiAqICAgIGRvY3Vt ZW50YXRpb24gYW5kL29yIG90aGVyIG1hdGVyaWFscyBwcm92aWRlZCB3aXRo IHRoZSBkaXN0cmlidXRpb24uDQogKiAzLiBBbGwgYWR2ZXJ0aXNpbmcgbWF0 ZXJpYWxzIG1lbnRpb25pbmcgZmVhdHVyZXMgb3IgdXNlIG9mIHRoaXMgc29m dHdhcmUNCiAqICAgIG11c3QgZGlzcGxheSB0aGUgZm9sbG93aW5nIGFja25v d2xlZGdlbWVudDoNCiAqCVRoaXMgcHJvZHVjdCBpbmNsdWRlcyBzb2Z0d2Fy ZSBkZXZlbG9wZWQgYnkgdGhlIFVuaXZlcnNpdHkgb2YNCiAqCUNhbGlmb3Ju aWEsIEJlcmtlbGV5IGFuZCBpdHMgY29udHJpYnV0b3JzLg0KICogNC4gTmVp dGhlciB0aGUgbmFtZSBvZiB0aGUgVW5pdmVyc2l0eSBub3IgdGhlIG5hbWVz IG9mIGl0cyBjb250cmlidXRvcnMNCiAqICAgIG1heSBiZSB1c2VkIHRvIGVu ZG9yc2Ugb3IgcHJvbW90ZSBwcm9kdWN0cyBkZXJpdmVkIGZyb20gdGhpcyBz b2Z0d2FyZQ0KICogICAgd2l0aG91dCBzcGVjaWZpYyBwcmlvciB3cml0dGVu IHBlcm1pc3Npb24uDQogKg0KICogVEhJUyBTT0ZUV0FSRSBJUyBQUk9WSURF RCBCWSBUSEUgUkVHRU5UUyBBTkQgQ09OVFJJQlVUT1JTIGBgQVMgSVMnJyBB TkQNCiAqIEFOWSBFWFBSRVNTIE9SIElNUExJRUQgV0FSUkFOVElFUywgSU5D TFVESU5HLCBCVVQgTk9UIExJTUlURUQgVE8sIFRIRQ0KICogSU1QTElFRCBX QVJSQU5USUVTIE9GIE1FUkNIQU5UQUJJTElUWSBBTkQgRklUTkVTUyBGT1Ig QSBQQVJUSUNVTEFSIFBVUlBPU0UNCiAqIEFSRSBESVNDTEFJTUVELiAgSU4g Tk8gRVZFTlQgU0hBTEwgVEhFIFJFR0VOVFMgT1IgQ09OVFJJQlVUT1JTIEJF IExJQUJMRQ0KICogRk9SIEFOWSBESVJFQ1QsIElORElSRUNULCBJTkNJREVO VEFMLCBTUEVDSUFMLCBFWEVNUExBUlksIE9SIENPTlNFUVVFTlRJQUwNCiAq IERBTUFHRVMgKElOQ0xVRElORywgQlVUIE5PVCBMSU1JVEVEIFRPLCBQUk9D VVJFTUVOVCBPRiBTVUJTVElUVVRFIEdPT0RTDQogKiBPUiBTRVJWSUNFUzsg TE9TUyBPRiBVU0UsIERBVEEsIE9SIFBST0ZJVFM7IE9SIEJVU0lORVNTIElO VEVSUlVQVElPTikNCiAqIEhPV0VWRVIgQ0FVU0VEIEFORCBPTiBBTlkgVEhF T1JZIE9GIExJQUJJTElUWSwgV0hFVEhFUiBJTiBDT05UUkFDVCwgU1RSSUNU DQogKiBMSUFCSUxJVFksIE9SIFRPUlQgKElOQ0xVRElORyBORUdMSUdFTkNF IE9SIE9USEVSV0lTRSkgQVJJU0lORyBJTiBBTlkgV0FZDQogKiBPVVQgT0Yg VEhFIFVTRSBPRiBUSElTIFNPRlRXQVJFLCBFVkVOIElGIEFEVklTRUQgT0Yg VEhFIFBPU1NJQklMSVRZIE9GDQogKiBTVUNIIERBTUFHRS4NCiAqDQogKglA KCMpc29ja2V0LmgJOC40IChCZXJrZWxleSkgMi8yMS85NA0KICogJEZyZWVC U0Q6IHNyYy9zeXMvc3lzL3NvY2tldC5oLHYgMS4zMCAxOTk5LzEwLzIxIDA5 OjA2OjAxIGp1bGlhbiBFeHAgJA0KICovDQoNCiNpZm5kZWYgX1NZU19TT0NL RVRfSF8NCiNkZWZpbmUJX1NZU19TT0NLRVRfSF8NCg0KLyoNCiAqIERlZmlu aXRpb25zIHJlbGF0ZWQgdG8gc29ja2V0czogdHlwZXMsIGFkZHJlc3MgZmFt aWxpZXMsIG9wdGlvbnMuDQogKi8NCg0KLyoNCiAqIFR5cGVzDQogKi8NCiNk ZWZpbmUJU09DS19TVFJFQU0JMQkJLyogc3RyZWFtIHNvY2tldCAqLw0KI2Rl ZmluZQlTT0NLX0RHUkFNCTIJCS8qIGRhdGFncmFtIHNvY2tldCAqLw0KI2Rl ZmluZQlTT0NLX1JBVwkzCQkvKiByYXctcHJvdG9jb2wgaW50ZXJmYWNlICov DQojZGVmaW5lCVNPQ0tfUkRNCTQJCS8qIHJlbGlhYmx5LWRlbGl2ZXJlZCBt ZXNzYWdlICovDQojZGVmaW5lCVNPQ0tfU0VRUEFDS0VUCTUJCS8qIHNlcXVl bmNlZCBwYWNrZXQgc3RyZWFtICovDQoNCi8qDQogKiBPcHRpb24gZmxhZ3Mg cGVyLXNvY2tldC4NCiAqLw0KI2RlZmluZQlTT19ERUJVRwkweDAwMDEJCS8q IHR1cm4gb24gZGVidWdnaW5nIGluZm8gcmVjb3JkaW5nICovDQojZGVmaW5l CVNPX0FDQ0VQVENPTk4JMHgwMDAyCQkvKiBzb2NrZXQgaGFzIGhhZCBsaXN0 ZW4oKSAqLw0KI2RlZmluZQlTT19SRVVTRUFERFIJMHgwMDA0CQkvKiBhbGxv dyBsb2NhbCBhZGRyZXNzIHJldXNlICovDQojZGVmaW5lCVNPX0tFRVBBTElW RQkweDAwMDgJCS8qIGtlZXAgY29ubmVjdGlvbnMgYWxpdmUgKi8NCiNkZWZp bmUJU09fRE9OVFJPVVRFCTB4MDAxMAkJLyoganVzdCB1c2UgaW50ZXJmYWNl IGFkZHJlc3NlcyAqLw0KI2RlZmluZQlTT19CUk9BRENBU1QJMHgwMDIwCQkv KiBwZXJtaXQgc2VuZGluZyBvZiBicm9hZGNhc3QgbXNncyAqLw0KI2RlZmlu ZQlTT19VU0VMT09QQkFDSwkweDAwNDAJCS8qIGJ5cGFzcyBoYXJkd2FyZSB3 aGVuIHBvc3NpYmxlICovDQojZGVmaW5lCVNPX0xJTkdFUgkweDAwODAJCS8q IGxpbmdlciBvbiBjbG9zZSBpZiBkYXRhIHByZXNlbnQgKi8NCiNkZWZpbmUJ U09fT09CSU5MSU5FCTB4MDEwMAkJLyogbGVhdmUgcmVjZWl2ZWQgT09CIGRh dGEgaW4gbGluZSAqLw0KI2RlZmluZQlTT19SRVVTRVBPUlQJMHgwMjAwCQkv KiBhbGxvdyBsb2NhbCBhZGRyZXNzICYgcG9ydCByZXVzZSAqLw0KI2RlZmlu ZQlTT19USU1FU1RBTVAJMHgwNDAwCQkvKiB0aW1lc3RhbXAgcmVjZWl2ZWQg ZGdyYW0gdHJhZmZpYyAqLw0KDQovKg0KICogQWRkaXRpb25hbCBvcHRpb25z LCBub3Qga2VwdCBpbiBzb19vcHRpb25zLg0KICovDQojZGVmaW5lIFNPX1NO REJVRgkweDEwMDEJCS8qIHNlbmQgYnVmZmVyIHNpemUgKi8NCiNkZWZpbmUg U09fUkNWQlVGCTB4MTAwMgkJLyogcmVjZWl2ZSBidWZmZXIgc2l6ZSAqLw0K I2RlZmluZSBTT19TTkRMT1dBVAkweDEwMDMJCS8qIHNlbmQgbG93LXdhdGVy IG1hcmsgKi8NCiNkZWZpbmUgU09fUkNWTE9XQVQJMHgxMDA0CQkvKiByZWNl aXZlIGxvdy13YXRlciBtYXJrICovDQojZGVmaW5lIFNPX1NORFRJTUVPCTB4 MTAwNQkJLyogc2VuZCB0aW1lb3V0ICovDQojZGVmaW5lIFNPX1JDVlRJTUVP CTB4MTAwNgkJLyogcmVjZWl2ZSB0aW1lb3V0ICovDQojZGVmaW5lCVNPX0VS Uk9SCTB4MTAwNwkJLyogZ2V0IGVycm9yIHN0YXR1cyBhbmQgY2xlYXIgKi8N CiNkZWZpbmUJU09fVFlQRQkJMHgxMDA4CQkvKiBnZXQgc29ja2V0IHR5cGUg Ki8NCi8qZWZpbmUJU09fUFJJVlNUQVRFCTB4MTAwOQkJICAgZ2V0L2Rlbnkg cHJpdmlsZWdlZCBzdGF0ZSAqLw0KDQovKg0KICogU3RydWN0dXJlIHVzZWQg Zm9yIG1hbmlwdWxhdGluZyBsaW5nZXIgb3B0aW9uLg0KICovDQpzdHJ1Y3QJ bGluZ2VyIHsNCglpbnQJbF9vbm9mZjsJCS8qIG9wdGlvbiBvbi9vZmYgKi8N CglpbnQJbF9saW5nZXI7CQkvKiBsaW5nZXIgdGltZSAqLw0KfTsNCg0KLyoN CiAqIExldmVsIG51bWJlciBmb3IgKGdldC9zZXQpc29ja29wdCgpIHRvIGFw cGx5IHRvIHNvY2tldCBpdHNlbGYuDQogKi8NCiNkZWZpbmUJU09MX1NPQ0tF VAkweGZmZmYJCS8qIG9wdGlvbnMgZm9yIHNvY2tldCBsZXZlbCAqLw0KDQov Kg0KICogQWRkcmVzcyBmYW1pbGllcy4NCiAqLw0KI2RlZmluZQlBRl9VTlNQ RUMJMAkJLyogdW5zcGVjaWZpZWQgKi8NCiNkZWZpbmUJQUZfTE9DQUwJMQkJ LyogbG9jYWwgdG8gaG9zdCAocGlwZXMsIHBvcnRhbHMpICovDQojZGVmaW5l CUFGX1VOSVgJCUFGX0xPQ0FMCS8qIGJhY2t3YXJkIGNvbXBhdGliaWxpdHkg Ki8NCiNkZWZpbmUJQUZfSU5FVAkJMgkJLyogaW50ZXJuZXR3b3JrOiBVRFAs IFRDUCwgZXRjLiAqLw0KI2RlZmluZQlBRl9JTVBMSU5LCTMJCS8qIGFycGFu ZXQgaW1wIGFkZHJlc3NlcyAqLw0KI2RlZmluZQlBRl9QVVAJCTQJCS8qIHB1 cCBwcm90b2NvbHM6IGUuZy4gQlNQICovDQojZGVmaW5lCUFGX0NIQU9TCTUJ CS8qIG1pdCBDSEFPUyBwcm90b2NvbHMgKi8NCiNkZWZpbmUJQUZfTlMJCTYJ CS8qIFhFUk9YIE5TIHByb3RvY29scyAqLw0KI2RlZmluZQlBRl9JU08JCTcJ CS8qIElTTyBwcm90b2NvbHMgKi8NCiNkZWZpbmUJQUZfT1NJCQlBRl9JU08N CiNkZWZpbmUJQUZfRUNNQQkJOAkJLyogRXVyb3BlYW4gY29tcHV0ZXIgbWFu dWZhY3R1cmVycyAqLw0KI2RlZmluZQlBRl9EQVRBS0lUCTkJCS8qIGRhdGFr aXQgcHJvdG9jb2xzICovDQojZGVmaW5lCUFGX0NDSVRUCTEwCQkvKiBDQ0lU VCBwcm90b2NvbHMsIFguMjUgZXRjICovDQojZGVmaW5lCUFGX1NOQQkJMTEJ CS8qIElCTSBTTkEgKi8NCiNkZWZpbmUgQUZfREVDbmV0CTEyCQkvKiBERUNu ZXQgKi8NCiNkZWZpbmUgQUZfRExJCQkxMwkJLyogREVDIERpcmVjdCBkYXRh IGxpbmsgaW50ZXJmYWNlICovDQojZGVmaW5lIEFGX0xBVAkJMTQJCS8qIExB VCAqLw0KI2RlZmluZQlBRl9IWUxJTksJMTUJCS8qIE5TQyBIeXBlcmNoYW5u ZWwgKi8NCiNkZWZpbmUJQUZfQVBQTEVUQUxLCTE2CQkvKiBBcHBsZSBUYWxr ICovDQojZGVmaW5lCUFGX1JPVVRFCTE3CQkvKiBJbnRlcm5hbCBSb3V0aW5n IFByb3RvY29sICovDQojZGVmaW5lCUFGX0xJTksJCTE4CQkvKiBMaW5rIGxh eWVyIGludGVyZmFjZSAqLw0KI2RlZmluZQlwc2V1ZG9fQUZfWFRQCTE5CQkv KiBlWHByZXNzIFRyYW5zZmVyIFByb3RvY29sIChubyBBRikgKi8NCiNkZWZp bmUJQUZfQ09JUAkJMjAJCS8qIGNvbm5lY3Rpb24tb3JpZW50ZWQgSVAsIGFr YSBTVCBJSSAqLw0KI2RlZmluZQlBRl9DTlQJCTIxCQkvKiBDb21wdXRlciBO ZXR3b3JrIFRlY2hub2xvZ3kgKi8NCiNkZWZpbmUgcHNldWRvX0FGX1JUSVAJ MjIJCS8qIEhlbHAgSWRlbnRpZnkgUlRJUCBwYWNrZXRzICovDQojZGVmaW5l CUFGX0lQWAkJMjMJCS8qIE5vdmVsbCBJbnRlcm5ldCBQcm90b2NvbCAqLw0K I2RlZmluZQlBRl9TSVAJCTI0CQkvKiBTaW1wbGUgSW50ZXJuZXQgUHJvdG9j b2wgKi8NCiNkZWZpbmUJcHNldWRvX0FGX1BJUAkyNQkJLyogSGVscCBJZGVu dGlmeSBQSVAgcGFja2V0cyAqLw0KI2RlZmluZQlBRl9JU0ROCQkyNgkJLyog SW50ZWdyYXRlZCBTZXJ2aWNlcyBEaWdpdGFsIE5ldHdvcmsqLw0KI2RlZmlu ZQlBRl9FMTY0CQlBRl9JU0ROCQkvKiBDQ0lUVCBFLjE2NCByZWNvbW1lbmRh dGlvbiAqLw0KI2RlZmluZQlwc2V1ZG9fQUZfS0VZCTI3CQkvKiBJbnRlcm5h bCBrZXktbWFuYWdlbWVudCBmdW5jdGlvbiAqLw0KI2RlZmluZQlBRl9JTkVU NgkyOAkJLyogSVB2NiAqLw0KI2RlZmluZQlBRl9OQVRNCQkyOQkJLyogbmF0 aXZlIEFUTSBhY2Nlc3MgKi8NCiNkZWZpbmUJQUZfQVRNCQkzMAkJLyogQVRN ICovDQojZGVmaW5lIHBzZXVkb19BRl9IRFJDTVBMVCAzMQkJLyogVXNlZCBi eSBCUEYgdG8gbm90IHJld3JpdGUgaGVhZGVycyAqLw0KI2RlZmluZQlBRl9O RVRHUkFQSAkzMgkJLyogTmV0Z3JhcGggc29ja2V0cw0KCQkJCQkgKiBpbiBp bnRlcmZhY2Ugb3V0cHV0IHJvdXRpbmUNCgkJCQkJICovDQoNCiNkZWZpbmUJ QUZfTUFYCQkzMg0KDQovKg0KICogU3RydWN0dXJlIHVzZWQgYnkga2VybmVs IHRvIHN0b3JlIG1vc3QNCiAqIGFkZHJlc3Nlcy4NCiAqLw0Kc3RydWN0IHNv Y2thZGRyIHsNCgl1X2NoYXIJc2FfbGVuOwkJCS8qIHRvdGFsIGxlbmd0aCAq Lw0KCXVfY2hhcglzYV9mYW1pbHk7CQkvKiBhZGRyZXNzIGZhbWlseSAqLw0K CWNoYXIJc2FfZGF0YVsxNF07CQkvKiBhY3R1YWxseSBsb25nZXI7IGFkZHJl c3MgdmFsdWUgKi8NCn07DQojZGVmaW5lCVNPQ0tfTUFYQUREUkxFTgkyNTUJ CS8qIGxvbmdlc3QgcG9zc2libGUgYWRkcmVzc2VzICovDQoNCi8qDQogKiBT dHJ1Y3R1cmUgdXNlZCBieSBrZXJuZWwgdG8gcGFzcyBwcm90b2NvbA0KICog aW5mb3JtYXRpb24gaW4gcmF3IHNvY2tldHMuDQogKi8NCnN0cnVjdCBzb2Nr cHJvdG8gew0KCXVfc2hvcnQJc3BfZmFtaWx5OwkJLyogYWRkcmVzcyBmYW1p bHkgKi8NCgl1X3Nob3J0CXNwX3Byb3RvY29sOwkJLyogcHJvdG9jb2wgKi8N Cn07DQoNCi8qDQogKiBQcm90b2NvbCBmYW1pbGllcywgc2FtZSBhcyBhZGRy ZXNzIGZhbWlsaWVzIGZvciBub3cuDQogKi8NCiNkZWZpbmUJUEZfVU5TUEVD CUFGX1VOU1BFQw0KI2RlZmluZQlQRl9MT0NBTAlBRl9MT0NBTA0KI2RlZmlu ZQlQRl9VTklYCQlQRl9MT0NBTAkvKiBiYWNrd2FyZCBjb21wYXRpYmlsaXR5 ICovDQojZGVmaW5lCVBGX0lORVQJCUFGX0lORVQNCiNkZWZpbmUJUEZfSU1Q TElOSwlBRl9JTVBMSU5LDQojZGVmaW5lCVBGX1BVUAkJQUZfUFVQDQojZGVm aW5lCVBGX0NIQU9TCUFGX0NIQU9TDQojZGVmaW5lCVBGX05TCQlBRl9OUw0K I2RlZmluZQlQRl9JU08JCUFGX0lTTw0KI2RlZmluZQlQRl9PU0kJCUFGX0lT Tw0KI2RlZmluZQlQRl9FQ01BCQlBRl9FQ01BDQojZGVmaW5lCVBGX0RBVEFL SVQJQUZfREFUQUtJVA0KI2RlZmluZQlQRl9DQ0lUVAlBRl9DQ0lUVA0KI2Rl ZmluZQlQRl9TTkEJCUFGX1NOQQ0KI2RlZmluZSBQRl9ERUNuZXQJQUZfREVD bmV0DQojZGVmaW5lIFBGX0RMSQkJQUZfRExJDQojZGVmaW5lIFBGX0xBVAkJ QUZfTEFUDQojZGVmaW5lCVBGX0hZTElOSwlBRl9IWUxJTksNCiNkZWZpbmUJ UEZfQVBQTEVUQUxLCUFGX0FQUExFVEFMSw0KI2RlZmluZQlQRl9ST1VURQlB Rl9ST1VURQ0KI2RlZmluZQlQRl9MSU5LCQlBRl9MSU5LDQojZGVmaW5lCVBG X1hUUAkJcHNldWRvX0FGX1hUUAkvKiByZWFsbHkganVzdCBwcm90byBmYW1p bHksIG5vIEFGICovDQojZGVmaW5lCVBGX0NPSVAJCUFGX0NPSVANCiNkZWZp bmUJUEZfQ05UCQlBRl9DTlQNCiNkZWZpbmUJUEZfU0lQCQlBRl9TSVANCiNk ZWZpbmUJUEZfSVBYCQlBRl9JUFgJCS8qIHNhbWUgZm9ybWF0IGFzIEFGX05T ICovDQojZGVmaW5lIFBGX1JUSVAJCXBzZXVkb19BRl9SVElQCS8qIHNhbWUg Zm9ybWF0IGFzIEFGX0lORVQgKi8NCiNkZWZpbmUgUEZfUElQCQlwc2V1ZG9f QUZfUElQDQojZGVmaW5lCVBGX0lTRE4JCUFGX0lTRE4NCiNkZWZpbmUJUEZf S0VZCQlwc2V1ZG9fQUZfS0VZDQojZGVmaW5lCVBGX0lORVQ2CUFGX0lORVQ2 DQojZGVmaW5lCVBGX05BVE0JCUFGX05BVE0NCiNkZWZpbmUJUEZfQVRNCQlB Rl9BVE0NCiNkZWZpbmUJUEZfTkVUR1JBUEgJQUZfTkVUR1JBUEgNCg0KI2Rl ZmluZQlQRl9NQVgJCUFGX01BWA0KDQovKg0KICogRGVmaW5pdGlvbnMgZm9y IG5ldHdvcmsgcmVsYXRlZCBzeXNjdGwsIENUTF9ORVQuDQogKg0KICogU2Vj b25kIGxldmVsIGlzIHByb3RvY29sIGZhbWlseS4NCiAqIFRoaXJkIGxldmVs IGlzIHByb3RvY29sIG51bWJlci4NCiAqDQogKiBGdXJ0aGVyIGxldmVscyBh cmUgZGVmaW5lZCBieSB0aGUgaW5kaXZpZHVhbCBmYW1pbGllcyBiZWxvdy4N CiAqLw0KI2RlZmluZSBORVRfTUFYSUQJQUZfTUFYDQoNCiNkZWZpbmUgQ1RM X05FVF9OQU1FUyB7IFwNCgl7IDAsIDAgfSwgXA0KCXsgInVuaXgiLCBDVExU WVBFX05PREUgfSwgXA0KCXsgImluZXQiLCBDVExUWVBFX05PREUgfSwgXA0K CXsgImltcGxpbmsiLCBDVExUWVBFX05PREUgfSwgXA0KCXsgInB1cCIsIENU TFRZUEVfTk9ERSB9LCBcDQoJeyAiY2hhb3MiLCBDVExUWVBFX05PREUgfSwg XA0KCXsgInhlcm94X25zIiwgQ1RMVFlQRV9OT0RFIH0sIFwNCgl7ICJpc28i LCBDVExUWVBFX05PREUgfSwgXA0KCXsgImVtY2EiLCBDVExUWVBFX05PREUg fSwgXA0KCXsgImRhdGFraXQiLCBDVExUWVBFX05PREUgfSwgXA0KCXsgImNj aXR0IiwgQ1RMVFlQRV9OT0RFIH0sIFwNCgl7ICJpYm1fc25hIiwgQ1RMVFlQ RV9OT0RFIH0sIFwNCgl7ICJkZWNuZXQiLCBDVExUWVBFX05PREUgfSwgXA0K CXsgImRlY19kbGkiLCBDVExUWVBFX05PREUgfSwgXA0KCXsgImxhdCIsIENU TFRZUEVfTk9ERSB9LCBcDQoJeyAiaHlsaW5rIiwgQ1RMVFlQRV9OT0RFIH0s IFwNCgl7ICJhcHBsZXRhbGsiLCBDVExUWVBFX05PREUgfSwgXA0KCXsgInJv dXRlIiwgQ1RMVFlQRV9OT0RFIH0sIFwNCgl7ICJsaW5rX2xheWVyIiwgQ1RM VFlQRV9OT0RFIH0sIFwNCgl7ICJ4dHAiLCBDVExUWVBFX05PREUgfSwgXA0K CXsgImNvaXAiLCBDVExUWVBFX05PREUgfSwgXA0KCXsgImNudCIsIENUTFRZ UEVfTk9ERSB9LCBcDQoJeyAicnRpcCIsIENUTFRZUEVfTk9ERSB9LCBcDQoJ eyAiaXB4IiwgQ1RMVFlQRV9OT0RFIH0sIFwNCgl7ICJzaXAiLCBDVExUWVBF X05PREUgfSwgXA0KCXsgInBpcCIsIENUTFRZUEVfTk9ERSB9LCBcDQoJeyAi aXNkbiIsIENUTFRZUEVfTk9ERSB9LCBcDQoJeyAia2V5IiwgQ1RMVFlQRV9O T0RFIH0sIFwNCgl7ICJpbmV0NiIsIENUTFRZUEVfTk9ERSB9LCBcDQoJeyAi bmF0bSIsIENUTFRZUEVfTk9ERSB9LCBcDQoJeyAibmV0Z3JhcGgiLCBDVExU WVBFX05PREUgfSwgXA0KfQ0KDQovKg0KICogUEZfUk9VVEUgLSBSb3V0aW5n IHRhYmxlDQogKg0KICogVGhyZWUgYWRkaXRpb25hbCBsZXZlbHMgYXJlIGRl ZmluZWQ6DQogKglGb3VydGg6IGFkZHJlc3MgZmFtaWx5LCAwIGlzIHdpbGRj YXJkDQogKglGaWZ0aDogdHlwZSBvZiBpbmZvLCBkZWZpbmVkIGJlbG93DQog KglTaXh0aDogZmxhZyhzKSB0byBtYXNrIHdpdGggZm9yIE5FVF9SVF9GTEFH Uw0KICovDQojZGVmaW5lIE5FVF9SVF9EVU1QCTEJCS8qIGR1bXA7IG1heSBs aW1pdCB0byBhLmYuICovDQojZGVmaW5lIE5FVF9SVF9GTEFHUwkyCQkvKiBi eSBmbGFncywgZS5nLiBSRVNPTFZJTkcgKi8NCiNkZWZpbmUgTkVUX1JUX0lG TElTVAkzCQkvKiBzdXJ2ZXkgaW50ZXJmYWNlIGxpc3QgKi8NCiNkZWZpbmUJ TkVUX1JUX01BWElECTQNCg0KI2RlZmluZSBDVExfTkVUX1JUX05BTUVTIHsg XA0KCXsgMCwgMCB9LCBcDQoJeyAiZHVtcCIsIENUTFRZUEVfU1RSVUNUIH0s IFwNCgl7ICJmbGFncyIsIENUTFRZUEVfU1RSVUNUIH0sIFwNCgl7ICJpZmxp c3QiLCBDVExUWVBFX1NUUlVDVCB9LCBcDQp9DQoNCi8qDQogKiBNYXhpbXVt IHF1ZXVlIGxlbmd0aCBzcGVjaWZpYWJsZSBieSBsaXN0ZW4uDQogKi8NCiNk ZWZpbmUJU09NQVhDT05OCTEyOA0KDQovKg0KICogTWVzc2FnZSBoZWFkZXIg Zm9yIHJlY3Ztc2cgYW5kIHNlbmRtc2cgY2FsbHMuDQogKiBVc2VkIHZhbHVl LXJlc3VsdCBmb3IgcmVjdm1zZywgdmFsdWUgb25seSBmb3Igc2VuZG1zZy4N CiAqLw0Kc3RydWN0IG1zZ2hkciB7DQoJY2FkZHJfdAltc2dfbmFtZTsJCS8q IG9wdGlvbmFsIGFkZHJlc3MgKi8NCgl1X2ludAltc2dfbmFtZWxlbjsJCS8q IHNpemUgb2YgYWRkcmVzcyAqLw0KCXN0cnVjdAlpb3ZlYyAqbXNnX2lvdjsJ CS8qIHNjYXR0ZXIvZ2F0aGVyIGFycmF5ICovDQoJdV9pbnQJbXNnX2lvdmxl bjsJCS8qICMgZWxlbWVudHMgaW4gbXNnX2lvdiAqLw0KCWNhZGRyX3QJbXNn X2NvbnRyb2w7CQkvKiBhbmNpbGxhcnkgZGF0YSwgc2VlIGJlbG93ICovDQoJ dV9pbnQJbXNnX2NvbnRyb2xsZW47CQkvKiBhbmNpbGxhcnkgZGF0YSBidWZm ZXIgbGVuICovDQoJaW50CW1zZ19mbGFnczsJCS8qIGZsYWdzIG9uIHJlY2Vp dmVkIG1lc3NhZ2UgKi8NCn07DQoNCiNkZWZpbmUJTVNHX09PQgkJMHgxCQkv KiBwcm9jZXNzIG91dC1vZi1iYW5kIGRhdGEgKi8NCiNkZWZpbmUJTVNHX1BF RUsJMHgyCQkvKiBwZWVrIGF0IGluY29taW5nIG1lc3NhZ2UgKi8NCiNkZWZp bmUJTVNHX0RPTlRST1VURQkweDQJCS8qIHNlbmQgd2l0aG91dCB1c2luZyBy b3V0aW5nIHRhYmxlcyAqLw0KI2RlZmluZQlNU0dfRU9SCQkweDgJCS8qIGRh dGEgY29tcGxldGVzIHJlY29yZCAqLw0KI2RlZmluZQlNU0dfVFJVTkMJMHgx MAkJLyogZGF0YSBkaXNjYXJkZWQgYmVmb3JlIGRlbGl2ZXJ5ICovDQojZGVm aW5lCU1TR19DVFJVTkMJMHgyMAkJLyogY29udHJvbCBkYXRhIGxvc3QgYmVm b3JlIGRlbGl2ZXJ5ICovDQojZGVmaW5lCU1TR19XQUlUQUxMCTB4NDAJCS8q IHdhaXQgZm9yIGZ1bGwgcmVxdWVzdCBvciBlcnJvciAqLw0KI2RlZmluZQlN U0dfRE9OVFdBSVQJMHg4MAkJLyogdGhpcyBtZXNzYWdlIHNob3VsZCBiZSBu b25ibG9ja2luZyAqLw0KI2RlZmluZQlNU0dfRU9GCQkweDEwMAkJLyogZGF0 YSBjb21wbGV0ZXMgY29ubmVjdGlvbiAqLw0KI2RlZmluZSBNU0dfQ09NUEFU ICAgICAgMHg4MDAwCQkvKiB1c2VkIGluIHNlbmRpdCgpICovDQoNCi8qDQog KiBIZWFkZXIgZm9yIGFuY2lsbGFyeSBkYXRhIG9iamVjdHMgaW4gbXNnX2Nv bnRyb2wgYnVmZmVyLg0KICogVXNlZCBmb3IgYWRkaXRpb25hbCBpbmZvcm1h dGlvbiB3aXRoL2Fib3V0IGEgZGF0YWdyYW0NCiAqIG5vdCBleHByZXNzaWJs ZSBieSBmbGFncy4gIFRoZSBmb3JtYXQgaXMgYSBzZXF1ZW5jZQ0KICogb2Yg bWVzc2FnZSBlbGVtZW50cyBoZWFkZWQgYnkgY21zZ2hkciBzdHJ1Y3R1cmVz Lg0KICovDQpzdHJ1Y3QgY21zZ2hkciB7DQoJdV9pbnQJY21zZ19sZW47CQkv KiBkYXRhIGJ5dGUgY291bnQsIGluY2x1ZGluZyBoZHIgKi8NCglpbnQJY21z Z19sZXZlbDsJCS8qIG9yaWdpbmF0aW5nIHByb3RvY29sICovDQoJaW50CWNt c2dfdHlwZTsJCS8qIHByb3RvY29sLXNwZWNpZmljIHR5cGUgKi8NCi8qIGZv bGxvd2VkIGJ5CXVfY2hhciAgY21zZ19kYXRhW107ICovDQp9Ow0KDQovKg0K ICogV2hpbGUgd2UgbWF5IGhhdmUgbW9yZSBncm91cHMgdGhhbiB0aGlzLCB0 aGUgY21zZ2NyZWQgc3RydWN0IG11c3QNCiAqIGJlIGFibGUgdG8gZml0IGlu IGFuIG1idWYsIGFuZCBOR1JPVVBTX01BWCBpcyB0b28gbGFyZ2UgdG8gYWxs b3cNCiAqIHRoaXMuDQoqLw0KI2RlZmluZSBDTUdST1VQX01BWCAxNg0KDQov Kg0KICogQ3JlZGVudGlhbHMgc3RydWN0dXJlLCB1c2VkIHRvIHZlcmlmeSB0 aGUgaWRlbnRpdHkgb2YgYSBwZWVyDQogKiBwcm9jZXNzIHRoYXQgaGFzIHNl bnQgdXMgYSBtZXNzYWdlLiBUaGlzIGlzIGFsbG9jYXRlZCBieSB0aGUNCiAq IHBlZXIgcHJvY2VzcyBidXQgZmlsbGVkIGluIGJ5IHRoZSBrZXJuZWwuIFRo aXMgcHJldmVudHMgdGhlDQogKiBwZWVyIGZyb20gbHlpbmcgYWJvdXQgaXRz IGlkZW50aXR5LiAoTm90ZSB0aGF0IGNtY3JlZF9ncm91cHNbMF0NCiAqIGlz IHRoZSBlZmZlY3RpdmUgR0lELikNCiAqLw0Kc3RydWN0IGNtc2djcmVkIHsN CglwaWRfdAljbWNyZWRfcGlkOwkJLyogUElEIG9mIHNlbmRpbmcgcHJvY2Vz cyAqLw0KCXVpZF90CWNtY3JlZF91aWQ7CQkvKiByZWFsIFVJRCBvZiBzZW5k aW5nIHByb2Nlc3MgKi8NCgl1aWRfdAljbWNyZWRfZXVpZDsJCS8qIGVmZmVj dGl2ZSBVSUQgb2Ygc2VuZGluZyBwcm9jZXNzICovDQoJZ2lkX3QJY21jcmVk X2dpZDsJCS8qIHJlYWwgR0lEIG9mIHNlbmRpbmcgcHJvY2VzcyAqLw0KCXNo b3J0CWNtY3JlZF9uZ3JvdXBzOwkJLyogbnVtYmVyIG9yIGdyb3VwcyAqLw0K CWdpZF90CWNtY3JlZF9ncm91cHNbQ01HUk9VUF9NQVhdOwkvKiBncm91cHMg Ki8NCn07DQoNCi8qIGdpdmVuIHBvaW50ZXIgdG8gc3RydWN0IGNtc2doZHIs IHJldHVybiBwb2ludGVyIHRvIGRhdGEgKi8NCiNkZWZpbmUJQ01TR19EQVRB KGNtc2cpCQkoKHVfY2hhciAqKSgoY21zZykgKyAxKSkNCg0KLyogZ2l2ZW4g cG9pbnRlciB0byBzdHJ1Y3QgY21zZ2hkciwgcmV0dXJuIHBvaW50ZXIgdG8g bmV4dCBjbXNnaGRyICovDQojZGVmaW5lCUNNU0dfTlhUSERSKG1oZHIsIGNt c2cpCVwNCgkoKChjYWRkcl90KShjbXNnKSArIChjbXNnKS0+Y21zZ19sZW4g KyBzaXplb2Yoc3RydWN0IGNtc2doZHIpID4gXA0KCSAgICAobWhkciktPm1z Z19jb250cm9sICsgKG1oZHIpLT5tc2dfY29udHJvbGxlbikgPyBcDQoJICAg IChzdHJ1Y3QgY21zZ2hkciAqKU5VTEwgOiBcDQoJICAgIChzdHJ1Y3QgY21z Z2hkciAqKSgoY2FkZHJfdCkoY21zZykgKyBBTElHTigoY21zZyktPmNtc2df bGVuKSkpDQoNCiNkZWZpbmUJQ01TR19GSVJTVEhEUihtaGRyKQkoKHN0cnVj dCBjbXNnaGRyICopKG1oZHIpLT5tc2dfY29udHJvbCkNCg0KLyogIlNvY2tl dCItbGV2ZWwgY29udHJvbCBtZXNzYWdlIHR5cGVzOiAqLw0KI2RlZmluZQlT Q01fUklHSFRTCTB4MDEJCS8qIGFjY2VzcyByaWdodHMgKGFycmF5IG9mIGlu dCkgKi8NCiNkZWZpbmUJU0NNX1RJTUVTVEFNUAkweDAyCQkvKiB0aW1lc3Rh bXAgKHN0cnVjdCB0aW1ldmFsKSAqLw0KI2RlZmluZQlTQ01fQ1JFRFMJMHgw MwkJLyogcHJvY2VzcyBjcmVkcyAoc3RydWN0IGNtc2djcmVkKSAqLw0KDQov Kg0KICogNC4zIGNvbXBhdCBzb2NrYWRkciwgbW92ZSB0byBjb21wYXQgZmls ZSBsYXRlcg0KICovDQpzdHJ1Y3Qgb3NvY2thZGRyIHsNCgl1X3Nob3J0CXNh X2ZhbWlseTsJCS8qIGFkZHJlc3MgZmFtaWx5ICovDQoJY2hhcglzYV9kYXRh WzE0XTsJCS8qIHVwIHRvIDE0IGJ5dGVzIG9mIGRpcmVjdCBhZGRyZXNzICov DQp9Ow0KDQovKg0KICogNC4zLWNvbXBhdCBtZXNzYWdlIGhlYWRlciAobW92 ZSB0byBjb21wYXQgZmlsZSBsYXRlcikuDQogKi8NCnN0cnVjdCBvbXNnaGRy IHsNCgljYWRkcl90CW1zZ19uYW1lOwkJLyogb3B0aW9uYWwgYWRkcmVzcyAq Lw0KCWludAltc2dfbmFtZWxlbjsJCS8qIHNpemUgb2YgYWRkcmVzcyAqLw0K CXN0cnVjdAlpb3ZlYyAqbXNnX2lvdjsJCS8qIHNjYXR0ZXIvZ2F0aGVyIGFy cmF5ICovDQoJaW50CW1zZ19pb3ZsZW47CQkvKiAjIGVsZW1lbnRzIGluIG1z Z19pb3YgKi8NCgljYWRkcl90CW1zZ19hY2NyaWdodHM7CQkvKiBhY2Nlc3Mg cmlnaHRzIHNlbnQvcmVjZWl2ZWQgKi8NCglpbnQJbXNnX2FjY3JpZ2h0c2xl bjsNCn07DQoNCi8qDQogKiBob3d0byBhcmd1bWVudHMgZm9yIHNodXRkb3du KDIpLCBzcGVjaWZpZWQgYnkgUG9zaXguMWcuDQogKi8NCiNkZWZpbmUJU0hV VF9SRAkJMAkJLyogc2h1dCBkb3duIHRoZSByZWFkaW5nIHNpZGUgKi8NCiNk ZWZpbmUJU0hVVF9XUgkJMQkJLyogc2h1dCBkb3duIHRoZSB3cml0aW5nIHNp ZGUgKi8NCiNkZWZpbmUJU0hVVF9SRFdSCTIJCS8qIHNodXQgZG93biBib3Ro IHNpZGVzICovDQoNCi8qDQogKiBzZW5kZmlsZSgyKSBoZWFkZXIvdHJhaWxl ciBzdHJ1Y3QNCiAqLw0Kc3RydWN0IHNmX2hkdHIgew0KCXN0cnVjdCBpb3Zl YyAqaGVhZGVyczsJLyogcG9pbnRlciB0byBhbiBhcnJheSBvZiBoZWFkZXIg c3RydWN0IGlvdmVjJ3MgKi8NCglpbnQgaGRyX2NudDsJCS8qIG51bWJlciBv ZiBoZWFkZXIgaW92ZWMncyAqLw0KCXN0cnVjdCBpb3ZlYyAqdHJhaWxlcnM7 CS8qIHBvaW50ZXIgdG8gYW4gYXJyYXkgb2YgdHJhaWxlciBzdHJ1Y3QgaW92 ZWMncyAqLw0KCWludCB0cmxfY250OwkJLyogbnVtYmVyIG9mIHRyYWlsZXIg aW92ZWMncyAqLw0KfTsNCg0KI2lmbmRlZglLRVJORUwNCg0KI2luY2x1ZGUg PHN5cy9jZGVmcy5oPg0KDQpfX0JFR0lOX0RFQ0xTDQppbnQJYWNjZXB0IF9f UCgoaW50LCBzdHJ1Y3Qgc29ja2FkZHIgKiwgaW50ICopKTsNCmludAliaW5k IF9fUCgoaW50LCBjb25zdCBzdHJ1Y3Qgc29ja2FkZHIgKiwgaW50KSk7DQpp bnQJY29ubmVjdCBfX1AoKGludCwgY29uc3Qgc3RydWN0IHNvY2thZGRyICos IGludCkpOw0KaW50CWdldHBlZXJuYW1lIF9fUCgoaW50LCBzdHJ1Y3Qgc29j a2FkZHIgKiwgaW50ICopKTsNCmludAlnZXRzb2NrbmFtZSBfX1AoKGludCwg c3RydWN0IHNvY2thZGRyICosIGludCAqKSk7DQppbnQJZ2V0c29ja29wdCBf X1AoKGludCwgaW50LCBpbnQsIHZvaWQgKiwgaW50ICopKTsNCmludAlsaXN0 ZW4gX19QKChpbnQsIGludCkpOw0Kc3NpemVfdAlyZWN2IF9fUCgoaW50LCB2 b2lkICosIHNpemVfdCwgaW50KSk7DQpzc2l6ZV90CXJlY3Zmcm9tIF9fUCgo aW50LCB2b2lkICosIHNpemVfdCwgaW50LCBzdHJ1Y3Qgc29ja2FkZHIgKiwg aW50ICopKTsNCnNzaXplX3QJcmVjdm1zZyBfX1AoKGludCwgc3RydWN0IG1z Z2hkciAqLCBpbnQpKTsNCnNzaXplX3QJc2VuZCBfX1AoKGludCwgY29uc3Qg dm9pZCAqLCBzaXplX3QsIGludCkpOw0Kc3NpemVfdAlzZW5kdG8gX19QKChp bnQsIGNvbnN0IHZvaWQgKiwNCgkgICAgc2l6ZV90LCBpbnQsIGNvbnN0IHN0 cnVjdCBzb2NrYWRkciAqLCBpbnQpKTsNCnNzaXplX3QJc2VuZG1zZyBfX1Ao KGludCwgY29uc3Qgc3RydWN0IG1zZ2hkciAqLCBpbnQpKTsNCmludAlzZW5k ZmlsZSBfX1AoKGludCwgaW50LCBvZmZfdCwgc2l6ZV90LCBzdHJ1Y3Qgc2Zf aGR0ciAqLCBvZmZfdCAqLCBpbnQpKTsNCmludAlzZXRzb2Nrb3B0IF9fUCgo aW50LCBpbnQsIGludCwgY29uc3Qgdm9pZCAqLCBpbnQpKTsNCmludAlzaHV0 ZG93biBfX1AoKGludCwgaW50KSk7DQppbnQJc29ja2V0IF9fUCgoaW50LCBp bnQsIGludCkpOw0KaW50CXNvY2tldHBhaXIgX19QKChpbnQsIGludCwgaW50 LCBpbnQgKikpOw0KX19FTkRfREVDTFMNCg0KI2VuZGlmIC8qICFLRVJORUwg Ki8NCg0KI2VuZGlmIC8qICFfU1lTX1NPQ0tFVF9IXyAqLw0K --0-756177753-940509069=:53132-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 5:53:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.pair.com (relay1.pair.com [209.68.1.20]) by hub.freebsd.org (Postfix) with SMTP id 9B04914D4E for ; Thu, 21 Oct 1999 05:53:26 -0700 (PDT) (envelope-from hiddink@galileo.or.cr) Received: (qmail 22733 invoked from network); 21 Oct 1999 12:53:48 -0000 Received: from escazu1-a13.racsa.co.cr (HELO verberne) (196.40.7.14) by relay1.pair.com with SMTP; 21 Oct 1999 12:53:48 -0000 X-pair-Authenticated: 196.40.7.14 From: "Bert Hiddink" To: freebsd-questions@freebsd.org Date: Thu, 21 Oct 1999 06:58:05 -0600 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Setting up IP-based Virtual Hosts for FreeBSD X-mailer: Pegasus Mail for Win32 (v3.12a) Message-Id: <19991021125334.9B04914D4E@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I have FreeBSD 2.2.8 with Apache 1.3. on a Windows LAN. I would like to set-up IP-based Virtual Hosts feature of Apache for FreeBSD. Therefore I created multiple IP-alias with the ifconfig command. /sbin/ifconfig ed0 alias 192.168.1.11 netmask 255.255.255.255 /sbin/ifconfig ed0 alias 192.168.1.12 netmask 255.255.255.255 ... So far, so good. Then I added to the /etc/hosts: 192.168.1.11 local.sipromicro.com 192.168.1.12 local.coopnetaldia.org 192.168.1.13 local.coopnetupdate.org 192.168.1.14 local.associate-expert.net 192.168.1.15 local.microempresa.org 192.168.1.16 local.apache.org 192.168.1.17 local.galileo.or.cr 192.168.1.18 local.coninpyme.org Then I edited the httpd.conf of Apache: DocumentRoot /usr/local/www/data/hp-sipromicro ServerName local.sipromicro.com DocumentRoot /usr/local/www/data/hp-coopnetaldia ServerName local.coopnetaldia.org DocumentRoot /usr/local/www/data/hp-coopnetupdate ServerName local.coopnetupdate.org DocumentRoot /usr/local/www/data/hp-associate-expert ServerName local.associate-expert.net DocumentRoot /usr/local/www/data/hp-microempresa ServerName local.microempresa.org DocumentRoot /usr/local/www/htdocs ServerName local.apache.org DocumentRoot /usr/local/www/data/hp-galileo ServerName local.galileo.or.cr DocumentRoot /usr/local/www/data/hp-coninpyme ServerName local.coninpyme.org >From a Windows machine, I can now acces the Virtual Hosts by typing on the IP-address in my browser, and this points correctly to the respective directory. However, I would like this to work with the Virtual Hostnames f.e. instead of using 192.168.1.12 typing directly http://local.coopnetaldia.org (see the example above). However, I can not get did worked. What I am doing wrong here? Do I need a DNS-server for this? Any help would be greatly appreciated! Regards, -brt Bert Hiddink, FUNDACION GALILEO Correo electronico: hiddink@galileo.or.cr Sitio: http://www.galileo.or.cr Tel. (506) 280 8683, telefax. (506) 280 8847 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 5:54:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from saul.netgates.co.uk (saul.netgates.co.uk [194.105.64.199]) by hub.freebsd.org (Postfix) with ESMTP id 26A8814F0A for ; Thu, 21 Oct 1999 05:53:47 -0700 (PDT) (envelope-from didds@freenet.uk.com) Received: from freenet.uk.com (localhost [127.0.0.1]) by saul.netgates.co.uk (8.9.3/8.9.3) with ESMTP id NAA15409 for ; Thu, 21 Oct 1999 13:53:45 +0100 (BST) (envelope-from didds@freenet.uk.com) Message-ID: <380F0CD8.997A7F59@freenet.uk.com> Date: Thu, 21 Oct 1999 13:53:44 +0100 From: Ian Diddams X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Subject: radius help needed desperately before I slit my wrists Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Needing to upgrade the original radius server which has been running here for ever with nothing dicumented, previous sys admins left company blah blah blah etc etc usual nightmare scenario, I'm at my wits end. Sure I've found the ascend-radius port. And installed it. But the only help I can find is man radius.conf which is about as clear as mud to me as I am obviously completely useless and lower on the useful ladder than a dead sea slug. So I need, desperately, some pointers with this stuff... I've also found some html helps for radius but while they glibly imply "run radiusd with a -f /etc/passwd" I can'y actually find any real help - like is that all I need? Does this make a users file that is didtinctly un passwd file like irrelevant? Does it automatically create a users file from /etc/passwd? Do I need to painstakingly create a users file by hand to equate to entries to /etc/passwd? What is the meaning of life? Why is the colour green? We would like to configure radius to use the existing passwd file, preferably served by NIS. If a NIS served file is not possible we can always ypcat passwd to a file, and run radius using that file I guess, so that's not a major hassle. But, bottom line, what do I need to do? (suggestions to get a life would be followed if there is life after radius. But radius must come fuirst at the moment) (sobs silently to himself, gibbering in the corner of the server room...) Didds To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 5:55: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id C822814EA2 for ; Thu, 21 Oct 1999 05:54:34 -0700 (PDT) (envelope-from dscheidt@enteract.com) Received: from shell-3.enteract.com (dscheidt@shell-3.enteract.com [207.229.143.42]) by mail.enteract.com (8.9.3/8.9.3) with SMTP id HAA81672; Thu, 21 Oct 1999 07:54:31 -0500 (CDT) (envelope-from dscheidt@enteract.com) Date: Thu, 21 Oct 1999 07:54:31 -0500 (CDT) From: David Scheidt To: Chuck Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Un-Zipping a file in UNIX In-Reply-To: <001001bf1bc2$27975de0$0c7ed6cc@jj> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Oct 1999, Chuck wrote: > Hi... > > I have a file that is archived in zip format. Is there a way to un-zip it on my UNIX > server? > /usr/ports/archivers/unzip. I thinkgzip will deal with single files in .zip format, but not archives. And please don't send html to mailing lists. David Scheidt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 6:26: 8 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 7E1B714BEB for ; Thu, 21 Oct 1999 06:25:56 -0700 (PDT) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr530-a022.otenet.gr [195.167.115.22]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id QAA12822 for ; Thu, 21 Oct 1999 16:25:52 +0300 (EET DST) Received: (qmail 2997 invoked by uid 1001); 21 Oct 1999 12:27:45 -0000 To: freebsd-questions@freebsd.org Subject: Re: Flashplayer and Plugin References: <380DDBD0.13400E67@tu-harburg.de> <86g0z5vfuq.fsf@localhost.hell.gr> <380EB593.4385721F@tu-harburg.de> From: Giorgos Keramidas Date: 21 Oct 1999 15:27:44 +0300 In-Reply-To: Sven Reimers's message of "Thu, 21 Oct 1999 08:41:23 +0200" Message-ID: <86hfjknbjz.fsf@localhost.hell.gr> Lines: 25 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 Sven Reimers writes: > Thanks for the hint but they are enabled. > > The nice thing is: After logging in this > morning my wm claimed difficulties with SHMGET > as well, so I just did a clean reboot of my system... > and here we go anything works fine! > > I am not quite sure why, but maybe that is about the lib > build during the install of flashplugin(?). > > Some weird aout stuff. Anything else is elf on my system. The SysV shared memory and other IPC resources are limited and persistant, i.e. they do not get de-allocated unless a program specifically requests de-allocation. Your flash plugin installation probably left various SHM segments allocated and you run out of `free' shared segments. Next time this happens, try using `ipcs' to see the allocated resources, and if you're sure that none really needs them use `ipcrm' to delete stale ones. -- Giorgos Keramidas, "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 6:26:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc05.worldnet.att.net (mtiwmhc05.worldnet.att.net [204.127.131.40]) by hub.freebsd.org (Postfix) with ESMTP id A75AF14C8B for ; Thu, 21 Oct 1999 06:26:06 -0700 (PDT) (envelope-from storey.r@worldnet.att.net) Received: from alpha ([12.77.58.91]) by mtiwmhc05.worldnet.att.net (InterMail v03.02.07.07 118-134) with SMTP id <19991021132605.ELBX12296@alpha> for ; Thu, 21 Oct 1999 13:26:05 +0000 Message-ID: <008d01bf1bc8$41a980e0$97d3fea9@alpha> From: "Richard Storey" To: Subject: Info sources Date: Thu, 21 Oct 1999 09:29:08 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi a few days ago i installed FBSD 2.2.8 on an old box just to learn unix--fbsd seemed like the best choice. I have a book, Unix Unleashed (SAMS, 3 ed.) but i often find that things in fbsd aren't exactly like the way they are in the book, i.e., the book speaks a lot to sys v, aix, linux, irix, but not fbsd. Has anyone read the book, The Complete Free BSD? Is it very comprehensive as to fill in the gaps where a generic unix book falls short? Also, is there some place where i can find a detailed description of all ports, meaning what each pgm does? thanks rs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 6:35:52 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 38AB414C03 for ; Thu, 21 Oct 1999 06:35:47 -0700 (PDT) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr530-a022.otenet.gr [195.167.115.22]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id QAA29925 for ; Thu, 21 Oct 1999 16:35:42 +0300 (EET DST) Received: (qmail 2991 invoked by uid 1001); 21 Oct 1999 12:23:42 -0000 To: freebsd-questions@freebsd.org Subject: Re: Installing from dos problem References: <380E8D80.812946B3@dupx.freeserve.co.uk> From: Giorgos Keramidas Date: 21 Oct 1999 15:23:41 +0300 In-Reply-To: Jean-Mark Dupoux's message of "Thu, 21 Oct 1999 04:50:25 +0100" Message-ID: <86k8ognbqq.fsf@localhost.hell.gr> Lines: 34 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 Jean-Mark Dupoux writes: > I put 40 mb for , 91mb and 30mb on wd0s1, and 856 mb > on wd0s4 in the labelling screen. > > Unfortunately when it came to the install, I got hit by the same near > instantaneous error message: > > > "error mounting /dev/wd0s3 on /dist : invalid argument (22)" > Maybe I am all wrong here, but shouldn't that be a FreeBSD `partition' and not a slice? I mean, something like: error mounting /dev/wd0s3a on /dist : invalid argument (22) When, during the installation you're making the partitions for FreeBSD, there are two stages AFAIK. 1. Create the BSD `slices', with the correct slice type. This should give you the /dev/wd0s3 thing with a slice type of 165. 2. Enter the disklabel editor and create the proper partitions. This will let you create /dev/wd0s3a, /dev/wd0s3b, etc. Trying to mount /dev/wd0s3 as a BSD partition is probably going to fail because `mounting' makes sense only for partitions and this is a slice. Perhaps you did not specify correctly the mount points in the disklabel editor? I can't think of something else right now... -- Giorgos Keramidas, "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 6:36: 2 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 5C66A14C59 for ; Thu, 21 Oct 1999 06:35:45 -0700 (PDT) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr530-a022.otenet.gr [195.167.115.22]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id QAA29924 for ; Thu, 21 Oct 1999 16:35:42 +0300 (EET DST) Received: (qmail 2971 invoked by uid 1001); 21 Oct 1999 12:08:27 -0000 To: freebsd-questions@freebsd.org Cc: sheldonh@uunet.co.za Subject: Re: swapper gave up on me References: <33435.940493542@axl.noc.iafrica.com> From: Giorgos Keramidas Date: 21 Oct 1999 15:08:27 +0300 In-Reply-To: Sheldon Hearn's message of "Thu, 21 Oct 1999 10:12:22 +0200" Message-ID: <86n1tcncg4.fsf@localhost.hell.gr> Lines: 15 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 Well, well... first of all, thank you Sheldon for your reply. I just happened to look at the logs and dmesg today, and found out that while playing with disklabel, I had changed /dev/wd0s4a (a swap partition), to /dev/wd0s4b without actually updating my /etc/fstab to indicate the change. A message of: /dev/wd0s4a: Device is not configured in the beginning of my dmesg output showed where the problem was. There remains to see why device was not configured but the swapper gave up on me. Perhaps I ought to start reading some sources after all. -- Giorgos Keramidas, "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 6:46:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sstar.com (sstar.com [209.102.160.1]) by hub.freebsd.org (Postfix) with ESMTP id 2ABD914CE4 for ; Thu, 21 Oct 1999 06:46:14 -0700 (PDT) (envelope-from king@sstar.com) Received: from MAROON ([134.132.228.8]) by sstar.com with ESMTP (IPAD 2.5s/64) id 1840400; Thu, 21 Oct 1999 08:46:12 -0500 Message-Id: <4.2.0.58.19991021084512.02041a18@mail.sstar.com> X-Sender: king@mail.sstar.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Thu, 21 Oct 1999 08:46:11 -0500 To: questions@freebsd.org From: Jim King Subject: FTP default directory 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 Normally when a user logs in via FTP the current directory is set to the their home directory. Is there a way to change the default directory they get when they login? Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 7: 7: 5 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 1C34814A28 for ; Thu, 21 Oct 1999 07:06:46 -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 11eIrX-000Dzx-00; Thu, 21 Oct 1999 16:06:39 +0200 From: Sheldon Hearn To: Jim King Cc: questions@FreeBSD.ORG Subject: Re: FTP default directory In-reply-to: Your message of "Thu, 21 Oct 1999 08:46:11 EST." <4.2.0.58.19991021084512.02041a18@mail.sstar.com> Date: Thu, 21 Oct 1999 16:06:39 +0200 Message-ID: <53812.940514799@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Oct 1999 08:46:11 EST, Jim King wrote: > Normally when a user logs in via FTP the current directory is set to the > their home directory. Is there a way to change the default directory they > get when they login? There's the anonymous FTP feature, but that still requires the user to use a different username from the one he or she uses to log in. From the sound of your question, that's not what you want. Perhaps one of the more bloated FTP daemons like wu-ftpd or proftpd will provide the functionality youwant. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 7:21:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from Samizdat.uucom.com (samizdat.uucom.com [198.202.217.54]) by hub.freebsd.org (Postfix) with ESMTP id 562BE14E23 for ; Thu, 21 Oct 1999 07:20:42 -0700 (PDT) (envelope-from cshenton@uucom.com) Received: (from cshenton@localhost) by Samizdat.uucom.com (8.9.3/8.9.3) id KAA05042; Thu, 21 Oct 1999 10:20:34 -0400 (EDT) To: Cc: Subject: Re: Freebsd + Netmeeting = Possible ? References: <000501bf1b1a$ec7678b0$070101c0@ruraltel.net> User-Agent: SEMI/1.13.3 (Komaiko) FLIM/1.12.5 (Hirahata) Emacs/20.3 (i386-pc-solaris2.7) MULE/4.0 (HANANOEN) MIME-Version: 1.0 (generated by SEMI 1.13.3 - "Komaiko") Content-Type: text/plain; charset=US-ASCII From: Chris Shenton Date: 21 Oct 1999 10:20:34 -0400 In-Reply-To: "Darryl Hoar"'s message of "Wed, 20 Oct 1999 11:48:23 -0500" Message-ID: Lines: 35 X-Mailer: Gnus v5.6.45/Emacs 20.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 20 Oct 1999 11:48:23 -0500, "Darryl Hoar" said: Darryl> Greetings, I am running Freebsd 3.2 on a gateway machine (ppp Darryl> -auto -alias isp). I have a couple of Win9x boxes on my lan Darryl> that use the freebsd box for internet access. The Win9x box Darryl> needs to use Microsoft Net Meeting for some collabrative work. Darryl> Unfortunately, I can't choose a different application, as that Darryl> is out of my control. Anybody do this already ? Darryl> I'm stuck. How do I get this to work. NetMeeting implements H.323 protocols which bury client and server information in the payload rather than just leaving them in the header. This -- like any other application which does this -- makes NAT or Proxy very hard. H.323 also has a very complex negotiation phase: the client and server rendesvous on one well known port, then agree to meet on another random port, then do this once more -- for no sane reason I can understand. It was designed by committee, a committee that never had to actually implement it or make it work on modern networks that have any security concerns. I wrote a paper on its security implications a while back; you might find it helpful to understanding how it works and it might point you to other resources. http://www.shenton.org/~chris/nasa-hq/netmeeting/ But sorry, I don't have a solution for you unless someone's written a proxy which tracks the complex port negotiation. I understand Raptor and Checkpoint now do this in their firewalls but it still presents an astounding security risk to the end user workstations: giving remote users with no decent authentication keyboard/mouse access to your machine and anything it has access to. Good luck. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 7:21:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by hub.freebsd.org (Postfix) with ESMTP id B93FE14E23 for ; Thu, 21 Oct 1999 07:21:20 -0700 (PDT) (envelope-from zzhang@cs.binghamton.edu) Received: from sol.cs.binghamton.edu (cs1-gw.cs.binghamton.edu [128.226.171.72]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with SMTP id KAA10646; Thu, 21 Oct 1999 10:21:15 -0400 (EDT) Date: Thu, 21 Oct 1999 09:18:26 -0400 (EDT) From: Zhihui Zhang To: Walter Spierings Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to have a tsch for root In-Reply-To: <3.0.32.19991021110117.00e4d100@200.0.0.10> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Oct 1999, Walter Spierings wrote: > We use tsch for all our user accounts. > How can we also have the tsch features for the root. > # chpass -s tcsh root -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 7:28:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sstar.com (sstar.com [209.102.160.1]) by hub.freebsd.org (Postfix) with ESMTP id EBB4F14E97 for ; Thu, 21 Oct 1999 07:28:51 -0700 (PDT) (envelope-from king@sstar.com) Received: from JKING ([134.132.79.233]) by sstar.com with ESMTP (IPAD 2.5s/64) id 1863000; Thu, 21 Oct 1999 09:28:48 -0500 Message-Id: <4.2.0.58.19991021092706.00a52d38@mail.sstar.com> X-Sender: king@mail.sstar.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Thu, 21 Oct 1999 09:28:47 -0500 To: Sheldon Hearn From: Jim King Subject: Re: FTP default directory Cc: questions@freebsd.org In-Reply-To: <53812.940514799@axl.noc.iafrica.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 04:06 PM 10/21/1999 +0200, Sheldon Hearn wrote: >On Thu, 21 Oct 1999 08:46:11 EST, Jim King wrote: > > > Normally when a user logs in via FTP the current directory is set to the > > their home directory. Is there a way to change the default directory they > > get when they login? > >There's the anonymous FTP feature, but that still requires the user to >use a different username from the one he or she uses to log in. From the >sound of your question, that's not what you want. No, I still want per-user ID/password, so anonymous FTP is out. >Perhaps one of the more bloated FTP daemons like wu-ftpd or proftpd will >provide the functionality youwant. OK, I can deal with some bloat - I'll take a look. Thanks, Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 7:31:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web1704.mail.yahoo.com (web1704.mail.yahoo.com [128.11.23.215]) by hub.freebsd.org (Postfix) with SMTP id 0716614E23 for ; Thu, 21 Oct 1999 07:31:25 -0700 (PDT) (envelope-from tjarrow3@yahoo.com) Message-ID: <19991021143236.11128.rocketmail@web1704.mail.yahoo.com> Received: from [207.31.97.178] by web1704.mail.yahoo.com; Thu, 21 Oct 1999 07:32:36 PDT Date: Thu, 21 Oct 1999 07:32:36 -0700 (PDT) From: Godzilla Subject: RE: Freebsd + Netmeeting = Possible ? To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've actually been able to get Netmeeting to work from behind our FreeBSD gateway. The FreeBSD box is running a socks5 proxy server, and we run Netmeeting "socksified" using the free sockscap app available here: http://www.socks.nec.com/sockscap.html Works like a charm. Feel free to email me off the list for further info. T.J. Arrowsmith tjarrow3@yahoo.com > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Chris Shenton > Sent: Thursday, October 21, 1999 10:21 AM > To: darryl@osborne-ind.com > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Freebsd + Netmeeting = Possible ? > > > On Wed, 20 Oct 1999 11:48:23 -0500, "Darryl Hoar" > said: > > Darryl> Greetings, I am running Freebsd 3.2 on a gateway machine (ppp > Darryl> -auto -alias isp). I have a couple of Win9x boxes on my lan > Darryl> that use the freebsd box for internet access. The Win9x box > Darryl> needs to use Microsoft Net Meeting for some collabrative work. > Darryl> Unfortunately, I can't choose a different application, as that > Darryl> is out of my control. Anybody do this already ? > > Darryl> I'm stuck. How do I get this to work. > > NetMeeting implements H.323 protocols which bury client and server > information in the payload rather than just leaving them in the > header. This -- like any other application which does this -- makes > NAT or Proxy very hard. H.323 also has a very complex negotiation > phase: the client and server rendesvous on one well known port, then > agree to meet on another random port, then do this once more -- for no > sane reason I can understand. It was designed by committee, a > committee that never had to actually implement it or make it work on > modern networks that have any security concerns. > > I wrote a paper on its security implications a while back; you might > find it helpful to understanding how it works and it might point you > to other resources. > http://www.shenton.org/~chris/nasa-hq/netmeeting/ But sorry, I don't have a solution for you unless someone's written a proxy which tracks the complex port negotiation. I understand Raptor and Checkpoint now do this in their firewalls but it still presents an astounding security risk to the end user workstations: giving remote users with no decent authentication keyboard/mouse access to your machine and anything it has access to. Good luck. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message ===== __________________________________________________ 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 Thu Oct 21 7:35:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ds9.dreamhaven.net (dt0f4n1e.san.rr.com [24.94.22.30]) by hub.freebsd.org (Postfix) with ESMTP id 7DCBE14E23 for ; Thu, 21 Oct 1999 07:35:41 -0700 (PDT) (envelope-from data@ds9.dreamhaven.org) Received: from data (helo=localhost) by ds9.dreamhaven.net with local-esmtp (Exim 2.12 #2) id 11eJJd-0000QG-00 for freebsd-questions@freebsd.org; Thu, 21 Oct 1999 07:35:41 -0700 Date: Thu, 21 Oct 1999 07:35:41 -0700 (PDT) From: Bryce Newall To: FreeBSD Questions List Subject: "No buffer space" strikes again... 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 Greetings everyone, I've written in about this a few times, but it seems to be a problem that absolutely refuses to go away. I co-admin 2 FreeBSD servers, one of which hosts some pretty high-volume web sites. Every 5-10 days, the machine has to be rebooted, because messages like this start appearing in the logs: Oct 21 07:07:32 manx proftpd[15912]: socket() failed in inet_create_connection(): No buffer space available Oct 21 07:12:55 manx proftpd[16704]: socket() failed in inet_create_connection(): No buffer space available Oct 21 07:12:56 manx proftpd[16703]: socket() failed in inet_create_connection(): No buffer space available Oct 21 07:13:23 manx proftpd[16739]: socket() failed in inet_create_connection(): No buffer space available Oct 21 07:13:30 manx proftpd[16750]: socket() failed in inet_create_connection(): No buffer space available We're running 3.3-STABLE. We used to use a 3Com 3C905 (Fast EtherLink XL) ethernet card, but were told by some that these cards don't work particularly well under FreeBSD. So, we tried switching to an Intel Pro/100+ ethernet card, but just ran into the same problem. Does anyone have any suggestions of anything else to try, possibly a different ethernet card, tweaks to the OS, patches...? We're stumped. Thanks in advance! ********************************************************************** * Bryce Newall * Email: data@dreamhaven.net * * WWW: http://www.dreamhaven.net/~data * ICQ: 461599 * * "Insanity takes its toll. Please have exact change." * ********************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 7:50:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from onondaga.gate.net (onondaga.gate.net [198.206.134.31]) by hub.freebsd.org (Postfix) with ESMTP id 17E1614BC6 for ; Thu, 21 Oct 1999 07:50:20 -0700 (PDT) (envelope-from wjm@gate.net) Received: from dakota.gate.net (wjm@dakota.gate.net [199.227.0.13]) by onondaga.gate.net (8.8.6/8.6.12) with ESMTP id KAA61302; Thu, 21 Oct 1999 10:47:27 -0400 Received: from localhost (wjm@localhost) by dakota.gate.net (8.8.6/8.7.3) with ESMTP id KAA49892; Thu, 21 Oct 1999 10:50:14 -0400 X-Authentication-Warning: dakota.gate.net: wjm owned process doing -bs Date: Thu, 21 Oct 1999 10:50:14 -0400 (EDT) From: William Melanson To: Richard Storey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Info sources In-Reply-To: <008d01bf1bc8$41a980e0$97d3fea9@alpha> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Oct 1999, Richard Storey wrote: % % hi % % a few days ago i installed FBSD 2.2.8 on an old box just to learn unix--fbsd % seemed like the best choice. I have a book, Unix Unleashed (SAMS, 3 ed.) % but i often find that things in fbsd aren't exactly like the way they are in % the book, i.e., the book speaks a lot to sys v, aix, linux, irix, but not % fbsd. % % Has anyone read the book, The Complete Free BSD? Is it very comprehensive % as to fill in the gaps where a generic unix book falls short? Also, is % there some place where i can find a detailed description of all ports, % meaning what each pgm does? % % thanks % % rs Hi Richard, The Complete FreebSD (3rd edition) is a must have for all bsd enthusiasts. I as well as many others look towards that book as the bsd bible. It truly is a must-have whereas all your freebsd questions will most certainly be answered. The Complete FreeBSD book in conjunctions with the online handbook/tutorials/faq's at www.freebsd.org as well as this mailing list will leave 99.9% of all questions unanswered. - enjoy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 7:53:19 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 E56BB14BC6 for ; Thu, 21 Oct 1999 07:53:14 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id JAA87613; Thu, 21 Oct 1999 09:53:04 -0500 (CDT) (envelope-from dan) Date: Thu, 21 Oct 1999 09:53:04 -0500 From: Dan Nelson To: User Raymond Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD file size, lseek() etc Message-ID: <19991021095304.A87215@dan.emsphone.com> References: <199910211112.VAA23665@gw.one.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <199910211112.VAA23665@gw.one.com.au>; from raymond@one.com.au on Thu, Oct 21, 1999 at 09:12:43PM +1000 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Oct 21), User Raymond said: > We are trying to construct a file that is larger than the basic 2GB > allowed by lseek(). I am sure I have seen some discussion on this > somewhere but I've forgotten where... huh? lseek() has no 2gb restrictions at all. Under 2.2.* this was the only way to seek to files over 2gb. You must be thinking of fseek(), which is limited to 2gb becuase of its "int whence" prototype. lseek() takes an off_t which is a 64-bit type. > So these questions. > > 1. Does FreeBSD support file sizes greater than 2GB? Yes. > 2. If so is there another way (other than lseek()) to address them? Yes. Unser 3.2 and higher you can use fseeko() (which has an off_t whence) to access a FILE * past the 2gb point. > 3. If not, will multiple calls to lseek() with whence = SEEK_CUR > work or will the internal pointer wrap? Again, you must be thinking of fseek(), and no, this won't work becuase fseek() internally converts SEEK_CUR to a SEEK_SET after first determining the current file offset (and storing it in an int, thus wrapping at the 2gb point). So. bottom line: lseek() works past 2gb on all versions. If you need to seek a stdio FILE *, you need fseeko(), which appeared in 3.2. If you have an earlier version of FreeBSD that you need fseeko() on, I can send you patches for it. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 7:53:22 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 A6B4614D01 for ; Thu, 21 Oct 1999 07:53:18 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id JAA87613; Thu, 21 Oct 1999 09:53:04 -0500 (CDT) (envelope-from dan) Date: Thu, 21 Oct 1999 09:53:04 -0500 From: Dan Nelson To: User Raymond Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD file size, lseek() etc Message-ID: <19991021095304.A87215@dan.emsphone.com> References: <199910211112.VAA23665@gw.one.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <199910211112.VAA23665@gw.one.com.au>; from raymond@one.com.au on Thu, Oct 21, 1999 at 09:12:43PM +1000 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Oct 21), User Raymond said: > We are trying to construct a file that is larger than the basic 2GB > allowed by lseek(). I am sure I have seen some discussion on this > somewhere but I've forgotten where... huh? lseek() has no 2gb restrictions at all. Under 2.2.* this was the only way to seek to files over 2gb. You must be thinking of fseek(), which is limited to 2gb becuase of its "int whence" prototype. lseek() takes an off_t which is a 64-bit type. > So these questions. > > 1. Does FreeBSD support file sizes greater than 2GB? Yes. > 2. If so is there another way (other than lseek()) to address them? Yes. Unser 3.2 and higher you can use fseeko() (which has an off_t whence) to access a FILE * past the 2gb point. > 3. If not, will multiple calls to lseek() with whence = SEEK_CUR > work or will the internal pointer wrap? Again, you must be thinking of fseek(), and no, this won't work becuase fseek() internally converts SEEK_CUR to a SEEK_SET after first determining the current file offset (and storing it in an int, thus wrapping at the 2gb point). So. bottom line: lseek() works past 2gb on all versions. If you need to seek a stdio FILE *, you need fseeko(), which appeared in 3.2. If you have an earlier version of FreeBSD that you need fseeko() on, I can send you patches for it. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 7:54: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from westga.edu (westga.edu [160.10.4.2]) by hub.freebsd.org (Postfix) with ESMTP id 84B5314F2A for ; Thu, 21 Oct 1999 07:53:53 -0700 (PDT) (envelope-from stu12915@westga.edu) Received: from localhost by westga.edu (8.9.2/8.9.2/TSS-usg.m4_1.17-x[29Jan1999]) with ESMTP id KAA28363 for ; Thu, 21 Oct 1999 10:53:50 -0400 (EDT) Date: Thu, 21 Oct 1999 10:53:50 -0400 (EDT) From: Edwin Rudolph To: freebsd-questions@freebsd.org Subject: Parallel LS-120/SuperDisk? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have been searching these lists for some time trying to find some info about the PARALLEL version of the Imation SuperDisk/LS-120 drives and haven't been able to come across anything. I have 3.0-RELEASE. I have played around with the ppbus, etc. kernel stuff, but have had no luck. Any suggestions on this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 7:57:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wop21.wop.wtb.tue.nl (wop21.wop.wtb.tue.nl [131.155.56.216]) by hub.freebsd.org (Postfix) with ESMTP id A84C114D12 for ; Thu, 21 Oct 1999 07:57:24 -0700 (PDT) (envelope-from karelj@wop21.wop.wtb.tue.nl) Received: (from karelj@localhost) by wop21.wop.wtb.tue.nl (8.9.3/8.9.3) id QAA53600; Thu, 21 Oct 1999 16:59:16 +0200 (CEST) (envelope-from karelj) Date: Thu, 21 Oct 1999 16:59:16 +0200 From: Karel Joop Bosschaart To: freebsd-questions@freebsd.org, Harry Platypus Subject: Re: BSD daemon bitmaps for X-Windows? Message-ID: <19991021165916.A53525@wop21.wop.wtb.tue.nl> Reply-To: K.J.Bosschaart@wtb.tue.nl References: <19991019165801.1520.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <19991019165801.1520.qmail@hotmail.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Oct 19, 1999 at 09:58:01AM -0700, Harry Platypus wrote: > Hi there - > > I'm using AfterStep window manager, and there's nothing quite so aggravating > to a FreeBSD user than to see iconified Xterms represented by a damn > PENGUIN! Does anyone have a bitmap of the Hosokawa daemon walking or > standing, as illustrated on the FBSD CD-ROM? > Go to http://wm.themes.org and do a theme search on FreeBSD; the 'FreeBSD-theme' (tar.gz archive) contains 'chuck.xpm' (64x64) and 'bsdterm.xpm' (48x48) which might be useful for you. Karel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 7:57:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server1.cctinc.net (colocation-cybercom2.citywalk.net [209.118.223.2]) by hub.freebsd.org (Postfix) with ESMTP id 0705614F5E for ; Thu, 21 Oct 1999 07:57:47 -0700 (PDT) (envelope-from hostmaster@cctinc.net) Received: from cctinc.net ([216.76.105.98]) by server1.cctinc.net (8.8.7/8.8.7) with ESMTP id LAA11824 for ; Thu, 21 Oct 1999 11:10:10 -0400 (EDT) (envelope-from hostmaster@cctinc.net) Message-ID: <380F2A3E.32C698C0@cctinc.net> Date: Thu, 21 Oct 1999 10:59:10 -0400 From: Mike Alich Organization: Web Hosting Technologies, Inc. X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Hardware Comp. Content-Type: multipart/mixed; boundary="------------12024749055D3D9A86FFDDC8" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------12024749055D3D9A86FFDDC8 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Can you tell me where I can get a COMPLETE and CURRENT list of supported hardware for FreeBSD. I am mainly concerned about what types of Adaptech controllers are supported. I need to setup dual drive mirroring for my system and get a compatiable tape drive. Thanks in advance!! Mike -- Web Hosting Technologies, Inc. Tel: 561.841.2669 / Toll Free: 877.841.2669 http://www.whtech.net Mike Alich mike@whtech.net Web Hosting and Internet Solutions. Virtual Web Hosting $19.95 per month Reseller Program Available --------------12024749055D3D9A86FFDDC8 Content-Type: text/x-vcard; charset=us-ascii; name="hostmaster.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Mike Alich Content-Disposition: attachment; filename="hostmaster.vcf" begin:vcard n:Alich;Mike tel;pager:561.885.6315 tel;work:561.841.2669 x-mozilla-html:FALSE url:http://www.whtech.net org:Web Hosting Technologies, Inc. adr:;;13221 Crisa Drive;Palm Beach Gardens;Florida;33410;US version:2.1 email;internet:mike@whtech.net fn:Mike Alich end:vcard --------------12024749055D3D9A86FFDDC8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 8: 7:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from eagle.ACNS.ColoState.EDU (eagle.ACNS.ColoState.EDU [129.82.100.90]) by hub.freebsd.org (Postfix) with ESMTP id 814C014D12 for ; Thu, 21 Oct 1999 08:07:41 -0700 (PDT) (envelope-from toddshan@holly.colostate.edu) Received: from holly.ColoState.EDU (holly.ACNS.ColoState.EDU [129.82.100.76]) by eagle.ACNS.ColoState.EDU (AIX4.3/UCB 8.8.8/8.8.8) with ESMTP id JAA18864 for ; Thu, 21 Oct 1999 09:07:31 -0600 Received: from holly.colostate.edu (res099066.HALLS.ColoState.EDU [129.82.99.66]) by holly.ColoState.EDU (AIX4.3/UCB 8.8.8/8.8.8) with ESMTP id JAA59126 for ; Thu, 21 Oct 1999 09:07:30 -0600 Message-ID: <380F2ADF.2165E2FE@holly.colostate.edu> Date: Thu, 21 Oct 1999 09:01:52 -0600 From: tshannon X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Virus after install? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Howdy, I downloaded FreeBSD ISO from ftp4.freebsd.org. After performing the install, and getting FreeBSD to sort of run, I headed back to windows to do some homework. While booting, Nortons AntiVirus now reports the BLOODHOUND.MBR virus in my master boot record. The only thing I had done since the last boot was install FreeBSD. So, obviously, I have removed FreeBSD and got to work on removing the BLOODHOUND.MBR as well. #1: Is the Bloodhound.MBR FreeBSD's boot loader, and not a virus? #2: If it isnt, you need to check your ISO's on the FTP sites...cause thats where I got. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 8:29:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from penguin.wise.edt.ericsson.se (penguin-ext.wise.edt.ericsson.se [194.237.142.110]) by hub.freebsd.org (Postfix) with ESMTP id A9AEB14BEF for ; Thu, 21 Oct 1999 08:29:48 -0700 (PDT) (envelope-from usenet@erix.ericsson.se) Received: from super.du.uab.ericsson.se (root@super.du.uab.ericsson.se [134.138.176.16]) by penguin.wise.edt.ericsson.se (8.9.3/8.9.3/WIREfire-1.3) with ESMTP id RAA01431 for ; Thu, 21 Oct 1999 17:29:47 +0200 (MET DST) Received: from news.du.uab.ericsson.se (news [134.138.176.24]) by super.du.uab.ericsson.se (8.9.3/8.9.3/erix-1.7) with ESMTP id RAA02555 for ; Thu, 21 Oct 1999 17:29:46 +0200 (MET DST) Received: (from news@localhost) by news.du.uab.ericsson.se (8.9.1b+Sun/8.9.1/news-1.1) id RAA26442 for freebsd-questions@freebsd.org; Thu, 21 Oct 1999 17:29:45 +0200 (MET DST) Received: from GATEWAY by news with netnews for freebsd-questions@freebsd.org (freebsd-questions@freebsd.org) To: freebsd-questions@freebsd.org Date: 21 Oct 1999 17:29:41 +0200 From: Kent Boortz Message-ID: Organization: Ericsson Telecom AB, Stockholm, Sweden Content-Type: text/plain; charset=us-ascii Subject: Sound applications for FreeBSD? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have some old casettes with live music and want to transfer it to audio CD and to MP3 files. What free FreeBSD applications are you using to record the sound to disk? Prefer AIFF format but other formats are ok. adjust volume of the sampled data? adjust tone, maybe a digital equalizer? remove hiss and other defects? split into separate tracks? (I don't know if I justs can mark in the file where to insert the track starts or if I need to split the file to separate files.) record a music CD using my Yamaha CD-RW burner? I think it can do disk-at-once with the proper software. convert to MP3 files? I'm using FreeBSD stable updating with cvsup and a SoundBlaster PCI128. I have looked around for applications to record and edit the sound, most of them Linux binaries, but have had tons of problems (DAP crashes my machine for example). Others install ok but are not suitable for working with large files. Any suggestions, hints or pointers are welcome, kent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 8:36:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub.scl.ameslab.gov (mailhub.scl.ameslab.gov [147.155.137.127]) by hub.freebsd.org (Postfix) with ESMTP id 8790C14F2E for ; Thu, 21 Oct 1999 08:36:41 -0700 (PDT) (envelope-from ghelmer@scl.ameslab.gov) Received: from demios.ether.scl.ameslab.gov ([147.155.137.54]) by mailhub.scl.ameslab.gov with esmtp (Exim 3.02 #1) id 11eKGF-000Hny-00; Thu, 21 Oct 1999 10:36:15 -0500 Date: Thu, 21 Oct 1999 10:36:13 -0500 From: Guy Helmer To: Chris Shenton Cc: darryl@osborne-ind.com, freebsd-questions@FreeBSD.ORG Subject: Re: Freebsd + Netmeeting = Possible ? 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 21 Oct 1999, Chris Shenton wrote: > On Wed, 20 Oct 1999 11:48:23 -0500, "Darryl Hoar" said: > > Darryl> Greetings, I am running Freebsd 3.2 on a gateway machine (ppp > Darryl> -auto -alias isp). I have a couple of Win9x boxes on my lan > Darryl> that use the freebsd box for internet access. The Win9x box > Darryl> needs to use Microsoft Net Meeting for some collabrative work. > Darryl> Unfortunately, I can't choose a different application, as that > Darryl> is out of my control. Anybody do this already ? > > Darryl> I'm stuck. How do I get this to work. > > NetMeeting implements H.323 protocols which bury client and server > information in the payload rather than just leaving them in the > header. > ... > But sorry, I don't have a solution for you unless someone's written a > proxy which tracks the complex port negotiation. I understand Raptor > and Checkpoint now do this in their firewalls but it still presents an > astounding security risk to the end user workstations: giving remote > users with no decent authentication keyboard/mouse access to your > machine and anything it has access to. Some friends of mine started an H.323 gatekeeper which may provide the bits necessary to run NetMeeting through a machine that does NAT (I haven't tried it, and I don't understand the protocols well enough yet to know whether it solves this particular problem). It's available via: http://www.willamowius.de/openh323gk.html A description of H.323 gatekeeper functionality is at: http://www.databeam.com/h323/h323primer.html#gatekeepers Hope this helps, Guy Guy Helmer, Ph.D. Candidate, Iowa State University Dept. of Computer Science Research Assistant, Ames Laboratory --- ghelmer@scl.ameslab.gov Research Assistant, Dept. of Computer Science --- ghelmer@cs.iastate.edu Teaching Assistant, ComS 652 Distributed Operating Systems http://www.cs.iastate.edu/~ghelmer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 8:56:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f109.law3.hotmail.com [209.185.241.109]) by hub.freebsd.org (Postfix) with SMTP id 4F26814F90 for ; Thu, 21 Oct 1999 08:56:31 -0700 (PDT) (envelope-from gichin@hotmail.com) Received: (qmail 91174 invoked by uid 0); 21 Oct 1999 15:56:30 -0000 Message-ID: <19991021155630.91173.qmail@hotmail.com> Received: from 131.211.124.21 by www.hotmail.com with HTTP; Thu, 21 Oct 1999 08:56:29 PDT X-Originating-IP: [131.211.124.21] From: "Reinoud Koornstra" To: freebsd-questions@freebsd.org Subject: motif Date: Thu, 21 Oct 1999 17:56:29 CEST Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All, I am trying to compile a program, but i am not sure about the motive dirs. Here is what the help sayss about compiling: The paths to X11 and Motif libraries and include files should be correct. For example, for SUN, check that in the variable VIBFLAG -R/usr/openwin/lib -R/opt/SUNWmotif/lib -L/usr/openwin/lib -L/opt/SUNWmotif/lib are valid paths to X11 and Motif libraries, while -I/usr/openwin/include -I/opt/SUNWmotif/include are valid paths to X11 and Motif include files. If on your computer the libraries and include files are located elsewhere, edit the variable VIBFLAG in viball.xxx file. DO NOT break the line of the make command. Can someone plz tell em the apropriate dir which i should include? Bye, Reinoud. ______________________________________________________ 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 Thu Oct 21 9: 0:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from edtnps04.telusplanet.net (edtnps04.telusplanet.net [198.161.157.104]) by hub.freebsd.org (Postfix) with ESMTP id 0745614F43 for ; Thu, 21 Oct 1999 09:00:35 -0700 (PDT) (envelope-from swheeler@altech.ab.ca) Received: from ftmmpx01-port-40.agt.net ([161.184.224.41]:3558 "HELO shannon-s") by smtp1.telusplanet.net with SMTP id ; Thu, 21 Oct 1999 10:00:17 -0600 Message-ID: <05bc01bf1bdd$d21e80c0$0307070a@shannon-s> From: "Shannon Wheeler" To: Subject: Re: Mounting an MS-DOS partition? - Tricky! Date: Thu, 21 Oct 1999 09:56:56 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well I keep seeing messages here asking people to set their clients to wrap mail at 70 (or so) characters... Could I also ask people to trim the excess addresses from the From: field when replying? I get enough mail from this list already - I don't need two or more of each thread I'm involved in. thanks. It was actually never true that Windows needed to be in the first partition. You may be thinking of MS-DOS? I believe you can only install DOS in the Active primary partition (there should only be one active partition). This isn't necessarily the first primary partition. Some versions of DOS may have an additional restriction of only being able to install in the first primary partition. I don't have enough installable DOS versions, enough time, nor enough interest to test this. DOS can definately boot from other than the first primary partition though. As long as it's an Active partition. Are you implying that some BIOSes always boot from the first partition rather than the Active partition? Shannon -----Original Message----- From: Mark Ovens Date: October 21, 1999 1:37 AM >On Wed, Oct 20, 1999 at 10:17:38PM -0400, Tom Embt wrote: >> >>> root@attack>mount -t msdos /dev/wd0s2 /windows >> >> ^^^^^^^^^^ >> >>Is it really wd0s2? Windows needs to be in the first partition so >> >>I'd expect it to be wd0s1. >> >> Sorry, that's just not true. >> > >It always used to be the case. Which version of Windows? Or are >you referring to BIOSes that permit booting from partitions other >than the first or smart boot managers? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 9: 0:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from edtnps04.telusplanet.net (edtnps04.telusplanet.net [198.161.157.104]) by hub.freebsd.org (Postfix) with ESMTP id EF85214FDA for ; Thu, 21 Oct 1999 09:00:35 -0700 (PDT) (envelope-from swheeler@altech.ab.ca) Received: from ftmmpx01-port-40.agt.net ([161.184.224.41]:3558 "HELO shannon-s") by smtp1.telusplanet.net with SMTP id ; Thu, 21 Oct 1999 10:00:20 -0600 Message-ID: <05bd01bf1bdd$d38fc400$0307070a@shannon-s> From: "Shannon Wheeler" To: Subject: Re: Mounting an MS-DOS partition? - Tricky! Date: Thu, 21 Oct 1999 10:03:02 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----Original Message----- From: Tom Embt Date: October 20, 1999 8:25 PM >>I have a 12G drive and I couldn't get FreeBSD to work in the last half of >the drive because it only saw 16383 cylinders rather than the 21xxx that >there actually was. So I put FreeBSD in the first partition and Win95 in >the second. > >Dandy. > >>I use a freeware partition manager to select which to boot from here at >work but at home with the same setup I use fdisk to specify the active >partition. Windows has no problem booting from the second partition as long >as it's a primary partition and marked active. > >If it works.. I'd use a boot manager, it's easier. Well it's on a 486 (AMD K5/133. PCI) whose BIOS is not flashable and doesn't handle the entire 12G properly. I therefore had to use Disk Manager when I set it up originally (all Win95). If I install a boot manager I lose the Disk Manager so the BIOS (I guess that'd be where the problem lies) won't see the second partition and let me boot from it. Therefore I always have to use fdisk when I want to boot into the non-current OS. >>I don't know for sure whether this would work if the first partition was >also a DOS partition but I think you'd have a hard time creating more than >one DOS partition anyway. >> > >What's wrong with lots of DOS partitions? Well, I meant DOS's FDISK won't let you create more than one Primary Partition. Shannon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 9: 8:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from edtnps05.telusplanet.net (edtnps05.telusplanet.net [198.161.157.105]) by hub.freebsd.org (Postfix) with ESMTP id F40F114C59 for ; Thu, 21 Oct 1999 09:08:52 -0700 (PDT) (envelope-from swheeler@altech.ab.ca) Received: from ftmmpx05-port-61.agt.net ([161.184.225.84]:3585 "HELO shannon-s") by smtp2.telusplanet.net with SMTP id ; Thu, 21 Oct 1999 10:11:12 -0600 Message-ID: <05e201bf1bde$fa7f4e40$0307070a@shannon-s> From: "Shannon Wheeler" To: Subject: Re: Virus after install? Date: Thu, 21 Oct 1999 10:07:54 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----Original Message----- From: tshannon Date: October 21, 1999 9:15 AM >I downloaded FreeBSD ISO from ftp4.freebsd.org. After performing the >install, and getting FreeBSD to sort of run, I headed back to windows to >do some homework. > >While booting, Nortons AntiVirus now reports the BLOODHOUND.MBR virus in >my master boot record. > >The only thing I had done since the last boot was install FreeBSD. So, >obviously, I have removed FreeBSD and got to work on removing the >BLOODHOUND.MBR as well. > >#1: Is the Bloodhound.MBR FreeBSD's boot loader, and not a virus? Yes. This is what NortonAV calls all suspected viruses that it doesn't have another name for. This is because of what it calls it's 'BloodHound' technology. It would certainly be nice to have the option to turn off boot sector scanning ;-) Shannon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 9: 9: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.128.198]) by hub.freebsd.org (Postfix) with ESMTP id 57D6714C59; Thu, 21 Oct 1999 09:08:57 -0700 (PDT) (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (picasso.transbay.net [209.133.53.6]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id RAA16178; Thu, 21 Oct 1999 17:08:56 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost.lan.Awfulhak.org [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id JAA01630; Thu, 21 Oct 1999 09:11:00 -0700 (MST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <199910211611.JAA01630@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.0 09/18/1999 To: J McKitrick Cc: freebsd-questions@FreeBSD.ORG, mobile , brian@hak.lan.Awfulhak.org Subject: Re: ISP connection dropped In-Reply-To: Message from J McKitrick of "Thu, 21 Oct 1999 12:20:51 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 21 Oct 1999 09:10:59 -0700 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG And what does your log say ? > I'm using a Toshiba Laptop with a Noteworthy 56k PCMCIA modem. I've been > using these 2 ISPs for some time now in windows and Linux. But since I > have switched to FBSD, these same ISPs drop the connection every 2-15 > minutes. I have no warning... suddenly DNS quits, then the carrier is > gone. I have tried different combinations of modem options to drop X2 and > 56K support, but nothing seems to work. Only FBSD does this, and it > doesn't matter whether i use ppp or KPPP. Does anyone have any ideas? > > p.s. I emailed my ISPs, asking them to check my log files. They said > they had no clue, I should call the modem manufacturer. > > -jm -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 9:11:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id B1F1D14C59; Thu, 21 Oct 1999 09:11:09 -0700 (PDT) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 11eKo0-000O98-00; Thu, 21 Oct 1999 17:11:08 +0100 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with SMTP id RAA30972; Thu, 21 Oct 1999 17:11:07 +0100 (BST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Thu, 21 Oct 1999 17:11:07 +0100 (BST) From: J McKitrick To: Brian Somers Cc: freebsd-questions@FreeBSD.ORG, mobile , brian@hak.lan.awfulhak.org Subject: Re: ISP connection dropped In-Reply-To: <199910211611.JAA01630@hak.lan.Awfulhak.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It says: Carrier Dropped -jm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 9:47: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from xylan.com (postal.xylan.com [208.8.0.248]) by hub.freebsd.org (Postfix) with ESMTP id 026FA14F2C; Thu, 21 Oct 1999 09:46:59 -0700 (PDT) (envelope-from wes@softweyr.com) Received: from mailhub.xylan.com by xylan.com (8.8.7/SMI-SVR4 (ind.alcatel.com 2.3 [OUT])) id JAA18286; Thu, 21 Oct 1999 09:46:53 -0700 (PDT) Received: from omni.xylan.com by mailhub.xylan.com (SMI-8.6/SMI-SVR4 (mailhub 2.1 [HUB])) id JAA09253; Thu, 21 Oct 1999 09:46:53 -0700 Received: from softweyr.com (picasso.transbay.net) by omni.xylan.com (4.1/SMI-4.1 (xylan engr [SPOOL])) id AA05180; Thu, 21 Oct 99 09:46:45 PDT Message-Id: <380F4376.F1C0E16C@softweyr.com> Date: Thu, 21 Oct 1999 10:46:46 -0600 From: Wes Peters Organization: Softweyr LLC X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en Mime-Version: 1.0 To: skalir scalar Cc: freebsd-questions@FreeBSD.ORG, freebsd-net@FreeBSD.ORG Subject: Re: Linksys PCMCIA Ethernet card References: <19991021020131.91001.qmail@hotmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG skalir scalar wrote: > > Will my Linksys PCMCIA Ethernet card work in FreeBSD? If not, What > is a good BSD like or linux OS to use for it? Yes, it should work fine. Mine does. If not, just get a good, cheap NE-2000 clone. Switching operating systems for the sake of an ethernet card seems kind of backwards, especially for a $40 card. -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC wes@softweyr.com http://softweyr.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 9:47:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from castor.ssimicro.com (birch.ssimicro.com [199.247.51.10]) by hub.freebsd.org (Postfix) with ESMTP id C206B14F2C for ; Thu, 21 Oct 1999 09:47:36 -0700 (PDT) (envelope-from allanr@ssimicro.com) Received: from manager (yeti.ssimicro.com [199.247.87.132]) by castor.ssimicro.com (8.9.3/8.9.3) with SMTP id KAA09907; Thu, 21 Oct 1999 10:47:28 -0600 (MDT) From: "Allan Ross" To: Cc: "Shannon Wheeler" Subject: RE: Virus after install? Date: Thu, 21 Oct 1999 10:46:56 -0600 Message-ID: <002d01bf1be3$e2a12140$8457f7c7@manager.ssimicro.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <05e201bf1bde$fa7f4e40$0307070a@shannon-s> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Turn off boot sector scanning? I think not. Does it not make FAR more sense to have a representative of the FreeBSD team contact Symantec and request that they add the profile of booteasy to its database so that it is properly identified and reported? -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Shannon Wheeler Sent: Thursday, October 21, 1999 10:08 AM To: freebsd-questions@FreeBSD.ORG Subject: Re: Virus after install? -----Original Message----- From: tshannon Date: October 21, 1999 9:15 AM >I downloaded FreeBSD ISO from ftp4.freebsd.org. After performing the >install, and getting FreeBSD to sort of run, I headed back to windows to >do some homework. > >While booting, Nortons AntiVirus now reports the BLOODHOUND.MBR virus in >my master boot record. > >The only thing I had done since the last boot was install FreeBSD. So, >obviously, I have removed FreeBSD and got to work on removing the >BLOODHOUND.MBR as well. > >#1: Is the Bloodhound.MBR FreeBSD's boot loader, and not a virus? Yes. This is what NortonAV calls all suspected viruses that it doesn't have another name for. This is because of what it calls it's 'BloodHound' technology. It would certainly be nice to have the option to turn off boot sector scanning ;-) Shannon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 10: 4:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from edtnps04.telusplanet.net (edtnps04.telusplanet.net [198.161.157.104]) by hub.freebsd.org (Postfix) with ESMTP id 67BE114CC5 for ; Thu, 21 Oct 1999 10:04:16 -0700 (PDT) (envelope-from swheeler@altech.ab.ca) Received: from ftmmpx01-port-56.agt.net ([161.184.224.57]:3675 "HELO shannon-s") by smtp1.telusplanet.net with SMTP id ; Thu, 21 Oct 1999 11:04:04 -0600 Message-ID: <062d01bf1be6$bb8a6320$0307070a@shannon-s> From: "Shannon Wheeler" To: Subject: Re: Virus after install? Date: Thu, 21 Oct 1999 11:07:15 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well.... I don't use booteasy. I'm using some other freebie boot manager. Sure it would be nice if NAV would add the profiles for a few common boot managers to its database though. In the meantime, I have the BIOS bootsector protection turned on, decent backups, and I install very little new software. Hey, it's possible that a virus may sneak past but I'm willing to take the risk - that's why a lot of us use unix isn't it? (highly configurable. Can't we ask the same thing of Windows Software Publishers?) Shannon -----Original Message----- From: Allan Ross Date: October 21, 1999 10:56 AM >Turn off boot sector scanning? I think not. Does it not make FAR more sense >to have a representative of the FreeBSD team contact Symantec and request >that they add the profile of booteasy to its database so that it is properly >identified and reported? > >-----Original Message----- >From: tshannon >Date: October 21, 1999 9:15 AM > > >>I downloaded FreeBSD ISO from ftp4.freebsd.org. After performing the >>install, and getting FreeBSD to sort of run, I headed back to windows to >>do some homework. >> >>While booting, Nortons AntiVirus now reports the BLOODHOUND.MBR virus in >>my master boot record. >> >>The only thing I had done since the last boot was install FreeBSD. So, >>obviously, I have removed FreeBSD and got to work on removing the >>BLOODHOUND.MBR as well. >> >>#1: Is the Bloodhound.MBR FreeBSD's boot loader, and not a virus? > > >Yes. This is what NortonAV calls all suspected viruses that it doesn't have >another name for. This is because of what it calls it's 'BloodHound' >technology. > >It would certainly be nice to have the option to turn off boot sector >scanning ;-) > >Shannon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 10:33: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.128.198]) by hub.freebsd.org (Postfix) with ESMTP id 6A1F414D31 for ; Thu, 21 Oct 1999 10:32:57 -0700 (PDT) (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (picasso.transbay.net [209.133.53.6]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id SAA16581; Thu, 21 Oct 1999 18:32:55 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost.lan.Awfulhak.org [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id KAA32775; Thu, 21 Oct 1999 10:34:59 -0700 (MST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <199910211734.KAA32775@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.0 09/18/1999 To: Huidae Cho Cc: brian@Awfulhak.org, freebsd-questions@freebsd.org, brian@hak.lan.Awfulhak.org Subject: Re: ppp.conf problem In-Reply-To: Message from Huidae Cho of "Thu, 21 Oct 1999 19:26:45 +0900." <199910211026.TAA32390@unix.knu.ac.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 21 Oct 1999 10:34:58 -0700 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have no defaultrouter in /etc/rc.conf. > And these are some related files. > Look at the end of ppp.log. Something wrong? Yes... that ppp log is not from 3.2. The ``OsLinkup'' bit was removed long before 3.2 was released. [.....] -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 10:37:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.128.198]) by hub.freebsd.org (Postfix) with ESMTP id B64FE14D31; Thu, 21 Oct 1999 10:37:26 -0700 (PDT) (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (picasso.transbay.net [209.133.53.6]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id SAA16611; Thu, 21 Oct 1999 18:37:24 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost.lan.Awfulhak.org [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id KAA32817; Thu, 21 Oct 1999 10:39:28 -0700 (MST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <199910211739.KAA32817@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.0 09/18/1999 To: J McKitrick Cc: Brian Somers , freebsd-questions@FreeBSD.ORG, mobile , brian@hak.lan.Awfulhak.org, brian@hak.lan.Awfulhak.org Subject: Re: ISP connection dropped In-Reply-To: Message from J McKitrick of "Thu, 21 Oct 1999 17:11:07 BST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 21 Oct 1999 10:39:28 -0700 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > It says: > > Carrier Dropped ? I can't find such a diagnostic in the source. I was hoping you'd perhaps post the relevant part of your log. > -jm -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 10:46:26 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 3EFA414EA2 for ; Thu, 21 Oct 1999 10:46:23 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gateway.gorean.org (gateway.gorean.org [10.0.0.1]) by dt050n71.san.rr.com (8.9.3/8.8.8) with ESMTP id KAA47475; Thu, 21 Oct 1999 10:46:03 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Thu, 21 Oct 1999 10:46:03 -0700 (PDT) From: Doug Barton X-Sender: doug@dt050n71.san.rr.com To: "Ronald F. Guilmette" Cc: Phil Homewood , Tony Finch , freebsd-questions@FreeBSD.ORG Subject: Re: Stupid file system tricks. In-Reply-To: <15356.940469187@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 Wed, 20 Oct 1999, Ronald F. Guilmette wrote: > Since we are on the subject, where can I get either a copy of the sources > or else a pre-packaged FreeBSD package for that (ipfw)? > > I was kinda surprised to find that the standard FreeBSD distribution(s) > don't seem to contain a package for that. Why not? It's part of the base. > Another notable absence from the FreeBSD distributions: A pre-built > package for ssh/sshd. What's the deal there? Can that stuff not be > distributed with FreeBSD because it is proprietary? Short answer, export restrictions on the encryption. Longer answers can be found in the mail archives. 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 Thu Oct 21 11: 4: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 7C9CB14F72; Thu, 21 Oct 1999 11:03:55 -0700 (PDT) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 11eMZ5-0000FT-00; Thu, 21 Oct 1999 19:03:51 +0100 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with SMTP id TAA31727; Thu, 21 Oct 1999 19:03:50 +0100 (BST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Thu, 21 Oct 1999 19:03:50 +0100 (BST) From: J McKitrick To: Brian Somers Cc: freebsd-questions@FreeBSD.ORG, mobile , brian@hak.lan.awfulhak.org, brian@hak.lan.awfulhak.org Subject: Re: ISP connection dropped In-Reply-To: <199910211739.KAA32817@hak.lan.Awfulhak.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK, i'll do that. I expect to lose my connection any minute now ;-) -jm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 11: 4:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 7F72114F6D; Thu, 21 Oct 1999 11:04:31 -0700 (PDT) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 11eMZh-0002nd-00; Thu, 21 Oct 1999 19:04:29 +0100 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with SMTP id TAA31735; Thu, 21 Oct 1999 19:04:29 +0100 (BST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Thu, 21 Oct 1999 19:04:29 +0100 (BST) From: J McKitrick To: Brian Somers Cc: freebsd-questions@FreeBSD.ORG, mobile , brian@hak.lan.awfulhak.org, brian@hak.lan.awfulhak.org Subject: Re: ISP connection dropped In-Reply-To: <199910211739.KAA32817@hak.lan.Awfulhak.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You want the applicable messages from /var/log/messages about pppd, right? -jm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 11:13:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.128.198]) by hub.freebsd.org (Postfix) with ESMTP id 4C72914F6D for ; Thu, 21 Oct 1999 11:13:31 -0700 (PDT) (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (picasso.transbay.net [209.133.53.6]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id TAA16959; Thu, 21 Oct 1999 19:13:25 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost.lan.Awfulhak.org [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id LAA33630; Thu, 21 Oct 1999 11:15:28 -0700 (MST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <199910211815.LAA33630@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.0 09/18/1999 To: SunPhreek Cc: questions@FreeBSD.ORG, brian@hak.lan.Awfulhak.org Subject: Re: ppp -nat woes In-Reply-To: Message from SunPhreek of "Mon, 18 Oct 1999 21:28:49 EDT." <380BC951.DC390A13@infoave.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 21 Oct 1999 11:15:28 -0700 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hello all, > > I am wondering what causes ppp -nat to complain: > > Warning cannot load libalias (compiled out) This error message has been altered slightly, but it does mean that NAT has been compiled out. > This only occurs when I attempt to load ppp > from cron as: /stand/ppp -nat -background > > Is it because the root sh for cron does not have a > library path reference or something like that? I need to > get ppp working from cron if possible. Any help is greatly > appreciated. It's because it's not necessary at install time. Use /usr/sbin/ppp instead. > Thanks, > > Brian -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 11:14: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from chickasaw.gate.net (chickasaw.gate.net [198.206.134.26]) by hub.freebsd.org (Postfix) with ESMTP id 0A3B514F6D for ; Thu, 21 Oct 1999 11:13:59 -0700 (PDT) (envelope-from wjm@gate.net) Received: from dakota.gate.net (wjm@dakota.gate.net [199.227.0.13]) by chickasaw.gate.net (8.8.6/8.6.12) with ESMTP id OAA138832 for ; Thu, 21 Oct 1999 14:13:37 -0400 Received: from localhost (wjm@localhost) by dakota.gate.net (8.8.6/8.7.3) with ESMTP id OAA37014 for ; Thu, 21 Oct 1999 14:13:56 -0400 X-Authentication-Warning: dakota.gate.net: wjm owned process doing -bs Date: Thu, 21 Oct 1999 14:13:56 -0400 (EDT) From: William Melanson To: freebsd-questions@FreeBSD.ORG Subject: RE: Virus after install? In-Reply-To: <002d01bf1be3$e2a12140$8457f7c7@manager.ssimicro.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Oct 1999, Allan Ross wrote: % % Turn off boot sector scanning? I think not. Does it not make FAR more % sense to have a representative of the FreeBSD team contact Symantec % and request that they add the profile of booteasy to its database so % that it is properly identified and reported? % No... If the good people at Symantec are commercial vendors of said sotfware (which of course they are). It is they who should take the liberty of contacting the appropriate bsd representatives in regards to their anti-virus, multi-platform functionality (or lac thereof). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 11:22:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.128.198]) by hub.freebsd.org (Postfix) with ESMTP id E36C914F7E; Thu, 21 Oct 1999 11:22:20 -0700 (PDT) (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (picasso.transbay.net [209.133.53.6]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id TAA17015; Thu, 21 Oct 1999 19:22:17 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost.lan.Awfulhak.org [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id LAA33775; Thu, 21 Oct 1999 11:24:20 -0700 (MST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <199910211824.LAA33775@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.0 09/18/1999 To: J McKitrick Cc: Brian Somers , freebsd-questions@FreeBSD.ORG, mobile , brian@hak.lan.Awfulhak.org, brian@hak.lan.Awfulhak.org Subject: Re: ISP connection dropped In-Reply-To: Message from J McKitrick of "Thu, 21 Oct 1999 19:04:29 BST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 21 Oct 1999 11:24:20 -0700 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > You want the applicable messages from /var/log/messages about pppd, right? You said you'd tried ppp. Can you get the applicable bits of /var/log/ppp.log ? > -jm -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 11:26:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id AADF514CB0; Thu, 21 Oct 1999 11:26:11 -0700 (PDT) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 11eMug-0000oc-00; Thu, 21 Oct 1999 19:26:10 +0100 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with SMTP id TAA31932; Thu, 21 Oct 1999 19:26:09 +0100 (BST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Thu, 21 Oct 1999 19:26:09 +0100 (BST) From: J McKitrick To: Brian Somers Cc: freebsd-questions@freebsd.org, mobile , brian@hak.lan.Awfulhak.org, brian@hak.lan.Awfulhak.org Subject: Re: ISP connection dropped In-Reply-To: <199910211824.LAA33775@hak.lan.Awfulhak.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there an easy way to cut and paste from xterm into pine email? -jm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 11:26:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from grover.en.com (grover.en.com [204.89.181.10]) by hub.freebsd.org (Postfix) with ESMTP id 9430914F6D for ; Thu, 21 Oct 1999 11:26:18 -0700 (PDT) (envelope-from john_m@kdcolor.com) Received: from kdcolor.com (d257.as0.clev.oh.voyager.net [207.180.235.65]) by grover.en.com (8.9.3/8.9.3) with ESMTP id OAA06149 for ; Thu, 21 Oct 1999 14:20:26 -0400 (EDT) Message-Id: <199910211820.OAA06149@grover.en.com> Date: Thu, 21 Oct 1999 14:29:23 -0400 From: "Kurt"@kdcolor.com Reply-To: krepola@stratos.net X-Mailer: Mozilla 4.61 [en]C-DIAL (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Free BSD and Adaptec AAA-131U2 Compatibility Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Are there any known compatibility issues for the Adaptec AAA-131U2? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 12: 8:30 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 70B2A14C07 for ; Thu, 21 Oct 1999 12:08:24 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 26437 invoked from network); 21 Oct 1999 19:08:21 -0000 Received: from userbk77.uk.uudial.com (HELO marder-1.) (62.188.144.85) by smtp.dial.pipex.com with SMTP; 21 Oct 1999 19:08:21 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id UAA00426; Thu, 21 Oct 1999 20:07:19 +0100 (BST) (envelope-from mark) Date: Thu, 21 Oct 1999 20:07:19 +0100 From: Mark Ovens To: Shannon Wheeler Cc: freebsd-questions@freebsd.org Subject: Re: Mounting an MS-DOS partition? - Tricky! Message-ID: <19991021200719.A341@marder-1> References: <05bc01bf1bdd$d21e80c0$0307070a@shannon-s> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <05bc01bf1bdd$d21e80c0$0307070a@shannon-s> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Whilst this may seem inappropriate for -questions, I'm persuing it as it relates to multi-booting FreeBSD with Windows and the multi-os tutorial in the docs states: "Windows 95 and DOS need to be on the first primary partitiin [sic] on the first hard disk." which contradicts what is being said here. Therefore the tutorial may need amending so as not to give mis-leading info (and yes, I'm volunteering to do that if it is indeed required :) ). On Thu, Oct 21, 1999 at 09:56:56AM -0600, Shannon Wheeler wrote: > > It was actually never true that Windows needed to be in the first partition. Which version of Windows are you referring to? > You may be thinking of MS-DOS? Well, Win3.x was a separate "OS" that ran on top of DOS, and Win95 is also a separate "OS" that runs on top of DOS (v7) although M$ try to hide the fact. > I believe you can only install DOS in the Active primary partition (there > should only be one active partition). This isn't necessarily the first > primary partition. Some versions of DOS may have an additional restriction > of only being able to install in the first primary partition. I don't have > enough installable DOS versions, enough time, nor enough interest to test > this. > > DOS can definately boot from other than the first primary partition though. > As long as it's an Active partition. > Maybe this "only on C:" arose because of DOS FDISK only allowing the creation of a single primary partition (I've always used OS/2's FDISK, as it has a better interface, and that allows you to create upto the maximum 4 partitions). > Are you implying that some BIOSes > always boot from the first partition rather than the Active partition? I was, but now I realize that it is in fact the active partition. I used to run OS/2's boot manager which requires it's own partition and that wasn't the first partition, so yes, you are correct. I was also thinking about my BIOS that allows the choice of C:, D:, E:, or F: as well as A: and CD to boot from first. Reading the manual it seems that these refer to the 4 possible physical (IDE) disks, and not logical drives (DOS partitions) although these Taiwanese mobo manuals do tend to be rather, errr, minimalist. > Shannon > > -----Original Message----- > From: Mark Ovens > Date: October 21, 1999 1:37 AM > > > >On Wed, Oct 20, 1999 at 10:17:38PM -0400, Tom Embt wrote: > >> >>> root@attack>mount -t msdos /dev/wd0s2 /windows > >> >> ^^^^^^^^^^ > >> >>Is it really wd0s2? Windows needs to be in the first partition so > >> >>I'd expect it to be wd0s1. > >> > >> Sorry, that's just not true. > >> > > > >It always used to be the case. Which version of Windows? Or are > >you referring to BIOSes that permit booting from partitions other > >than the first or smart boot managers? > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 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 Thu Oct 21 12:12:25 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 D7F6114A21 for ; Thu, 21 Oct 1999 12:12:22 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 27029 invoked from network); 21 Oct 1999 19:12:21 -0000 Received: from userbk77.uk.uudial.com (HELO marder-1.) (62.188.144.85) by smtp.dial.pipex.com with SMTP; 21 Oct 1999 19:12:21 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id UAA00505; Thu, 21 Oct 1999 20:11:57 +0100 (BST) (envelope-from mark) Date: Thu, 21 Oct 1999 20:11:56 +0100 From: Mark Ovens To: William Melanson Cc: freebsd-questions@freebsd.org Subject: Re: Virus after install? Message-ID: <19991021201155.B341@marder-1> References: <002d01bf1be3$e2a12140$8457f7c7@manager.ssimicro.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 Thu, Oct 21, 1999 at 02:13:56PM -0400, William Melanson wrote: > On Thu, 21 Oct 1999, Allan Ross wrote: > > % > % Turn off boot sector scanning? I think not. Does it not make FAR more > % sense to have a representative of the FreeBSD team contact Symantec > % and request that they add the profile of booteasy to its database so > % that it is properly identified and reported? > % > > No... > > If the good people at Symantec are commercial vendors of said sotfware > (which of course they are). It is they who should take the liberty of > contacting the appropriate bsd representatives in regards to their > anti-virus, multi-platform functionality (or lac thereof). > This has come up before, about a month ago. In that thread someone appeared to be implying that they would contact Symantec. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 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 Thu Oct 21 12:14:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kg.ops.uunet.co.za (kg.ops.uunet.co.za [196.31.1.31]) by hub.freebsd.org (Postfix) with ESMTP id BEF6814C97 for ; Thu, 21 Oct 1999 12:14:16 -0700 (PDT) (envelope-from khetan@link.freebsd.os.org.za) X-Disclaimer: Contents of this e-mail are the writer's opinion X-Disclaimer2: and may not be quoted, re-produced or forwarded X-Disclaimer3: (in part or whole) without the author's permission. Received: from localhost (khetan@localhost) by kg.ops.uunet.co.za (8.9.3/8.9.3) with ESMTP id VAA30282; Thu, 21 Oct 1999 21:13:57 +0200 (SAST) (envelope-from khetan@link.freebsd.os.org.za) Date: Thu, 21 Oct 1999 21:13:57 +0200 (SAST) From: Khetan Gajjar X-Sender: khetan@kg.ops.uunet.co.za Reply-To: Khetan Gajjar To: Walter Spierings Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to have a tsch for root In-Reply-To: <3.0.32.19991021110117.00e4d100@200.0.0.10> Message-ID: X-Mobile: +27 82 9907663 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Oct 1999, Walter Spierings wrote: >We use tsch for all our user accounts. >How can we also have the tsch features for the root. Something like if [ -x /usr/local/bin/tcsh ]; then SHELL=/usr/local/bin/tcsh export SHELL exec /usr/local/bin/tcsh else echo /usr/local/bin/tcsh not found using default shell of $SHELL fi in the .profile file in ~root should work perfectly, and solve all the problems outlined by other people. At least, it works for me ;-) --- Khetan Gajjar (!kg1779) * khetan@iafrica.com ; khetan@os.org.za http://www.os.org.za/~khetan * Talk/Finger khetan@chain.freebsd.os.org.za FreeBSD enthusiast * http://www2.za.freebsd.org/ Stupidest quote heard : Who is this BSD, and why should we free him ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 12:17:13 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 DBD8414FA1 for ; Thu, 21 Oct 1999 12:17:10 -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 <19991021191649.THOM23886.mail.rdc1.wa.home.com@c583119a> for ; Thu, 21 Oct 1999 12:16:49 -0700 From: "Francis J. Bruening" To: "freebsd" Subject: How to set up mail / do I really need to hack sendmail? Date: Thu, 21 Oct 1999 12:18:51 -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 Hi, I recently installed 3.3-STABLE, and am trying to get my mail to work correctly. My setup is simple, and I would assume fairly typical. My home machine is connected via cable to my ISP (@Home in this case) I have a dhcp assigned IP, and my hostname is c583119-a (assigned by dhcp). The FQDN is c583119-a.potlnd.or.home.com. the LAN I'm on has a mail server "mail" (I have the IP #), and I have a POP3 account on the server fjbruening. I can send and recieve mail to my mail server address "fjbruening@home.com", which is what I want to be able to do. My problem: (there are 2) I'm using mutt, and often mail gets bounced because I get a msg saying "sender domain must exist..." I fixed that by modifying a line in my muttrc "/usr/sbin/sendmail -oem -ffjbruening@" Now, however the return address people see from me is "c583119-a.potlnd.or.home.com", which they can't get to... 1) whats the easiest way to supply the reply address of "fjbruening@home.com" 2) is the muttrc fix for being a 'real' account the right way to fix this? thanks in advance. Regards, Francis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 12:32:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.gfit.net (ns.gfit.net [209.41.124.90]) by hub.freebsd.org (Postfix) with ESMTP id EC2CF14BD5 for ; Thu, 21 Oct 1999 12:32:17 -0700 (PDT) (envelope-from tom@embt.com) Received: from paranor.embt.net (timembt.iinc.com [206.67.169.229]) by mercury.gfit.net (8.8.8/8.8.8) with SMTP id OAA20811; Thu, 21 Oct 1999 14:36:48 -0500 (CDT) (envelope-from tom@embt.com) Message-Id: <3.0.3.32.19991021153210.00a9acc0@mail.embt.com> X-Sender: tembt@mail.embt.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Thu, 21 Oct 1999 15:32:10 -0400 To: "Shannon Wheeler" , From: Tom Embt Subject: Re: Mounting an MS-DOS partition? - Tricky! In-Reply-To: <05bd01bf1bdd$d38fc400$0307070a@shannon-s> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 10:03 AM 10/21/99 -0600, Shannon Wheeler wrote: >-----Original Message----- >From: Tom Embt >Date: October 20, 1999 8:25 PM > > >>>I have a 12G drive and I couldn't get FreeBSD to work in the last half of >>the drive because it only saw 16383 cylinders rather than the 21xxx that >>there actually was. So I put FreeBSD in the first partition and Win95 in >>the second. >> >>Dandy. >> >>>I use a freeware partition manager to select which to boot from here at >>work but at home with the same setup I use fdisk to specify the active >>partition. Windows has no problem booting from the second partition as long >>as it's a primary partition and marked active. >> >>If it works.. I'd use a boot manager, it's easier. > > >Well it's on a 486 (AMD K5/133. PCI) whose BIOS is not flashable and doesn't >handle the entire 12G properly. I therefore had to use Disk Manager when I >set it up originally (all Win95). If I install a boot manager I lose the >Disk Manager so the BIOS (I guess that'd be where the problem lies) won't >see the second partition and let me boot from it. Therefore I always have to >use fdisk when I want to boot into the non-current OS. Oooh K. Now I understand your situation. Disk Manglers(Managers) are a pain, but it doesn't look like much can be done about it. >>>I don't know for sure whether this would work if the first partition was >>also a DOS partition but I think you'd have a hard time creating more than >>one DOS partition anyway. >>> >> >>What's wrong with lots of DOS partitions? > > >Well, I meant DOS's FDISK won't let you create more than one Primary >Partition. Ah. Yes you have to use something else for that, like efdisk or Partition Magic. I haven't used regular DOS FDISK in soo long I wasn't thinking about it. I have got a great little bootable DOS disk here that has both of em on it, I use it ALOT. >Shannon Tom Embt tom@embt.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 12:33: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from almazs.pacex.net (almazs.pacex.net [204.1.219.156]) by hub.freebsd.org (Postfix) with ESMTP id 4093614F7E for ; Thu, 21 Oct 1999 12:33:04 -0700 (PDT) (envelope-from danielb@almazs.pacex.net) Received: from localhost (danielb@localhost) by almazs.pacex.net (8.9.3/8.9.3) with ESMTP id MAA17462 for ; Thu, 21 Oct 1999 12:33:04 -0700 (PDT) Date: Thu, 21 Oct 1999 12:33:04 -0700 (PDT) From: daniel B To: freebsd-questions@freebsd.org Subject: ipfw dny ip from any to any 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 folks; I want to log all denied packets in ipfw and I used 65534 add deny log all from any to any this should 'bypass' the las rule 65535 deny all from any to any but it doen't! I still see denied packet on the last rule when I do ipfw sh What to do now? Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 12:46:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gaia.engr.latech.edu (gaia.engr.LaTech.edu [138.47.18.49]) by hub.freebsd.org (Postfix) with ESMTP id 5549D14A19 for ; Thu, 21 Oct 1999 12:46:32 -0700 (PDT) (envelope-from lyl001@coes.latech.edu) Received: from thal-s-pewter (dialup-93.remote.LaTech.edu [138.47.16.93]) by gaia.engr.latech.edu (8.9.1/8.9.1) with SMTP id OAA09655 for ; Thu, 21 Oct 1999 14:46:26 -0500 (CDT) Message-Id: <3.0.6.32.19991021144552.00799410@coes.latech.edu> X-Sender: lyl001@coes.latech.edu X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Thu, 21 Oct 1999 14:45:52 -0500 To: questions@freebsd.org From: Mary Lee Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Salutations I am trying to configure a pentium 90 with 24 megs of ram to work as a gateway for a local area network... i have 2 pnp 10/100 pci network cards, and an hp vectra xm series 3 5/90 onboard lancard (3 lan cards all togeather) This is the problem... on bootup: rl0 rev 0x10 int a irq 9 on pci 0.2.0 Ethernet Address: 00:00:e8:81:32:31 autoneg not complete, no carrier rl1rev 0x10 int a irq 9 on pci 0.2.0 Ethernet Address: 00:00:e8:81:32:d1 autoneg not complete, no carrier lnc1 rev 0x02 int a irq 9 pci 0.6.0 pcnet -32 VL-Bus address 08:00:09:c3:d1:fc ... lnc1 Heartbeat error --SQE test failed loss of carrier during transmit -- Net error? ------------------------------------------------- none of these cards are conected, and i haven't figured out how to configure the pnp cards i boot -c , and type pnp 1 os, but nothing, i'm not sure the bois has pnp support, but it does asign the rt mac addrss for the lan card.... any help you could send me would be much appreciated :) stephen sjh003@latech.edu mary lyl001@coes.latech.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 12:47:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nexus.plymovent.se (nexus.plymovent.se [212.247.77.253]) by hub.freebsd.org (Postfix) with ESMTP id D850F14A19 for ; Thu, 21 Oct 1999 12:47:30 -0700 (PDT) (envelope-from thomas.uhrfelt@plymovent.se) Received: from vectrap2.plymoventusa.com ([63.71.247.146]) by nexus.plymovent.se (8.9.3/8.9.3) with SMTP id VAA03278 for ; Thu, 21 Oct 1999 21:57:04 +0200 (CEST) (envelope-from thomas.uhrfelt@plymovent.se) Received: by localhost with Microsoft MAPI; Thu, 21 Oct 1999 15:47:49 -0400 Message-ID: <01BF1BDB.A0A021E0.thomas.uhrfelt@plymovent.se> From: Thomas Uhrfelt Reply-To: "thomas.uhrfelt@plymovent.se" To: "'freebsd-questions@freebsd.org'" Subject: Mailproblems that suddenly occured today. Date: Thu, 21 Oct 1999 15:47:48 -0400 Organization: PlymoVent AB X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We have 2 mailgateways that started to behave really strange today. Box1: FreeBSD 3.2-S (sendmail,qpopper,nat,ipfw) Box2: FreeBSD 3.3-S --- " --- The 2nd box is tracking stable as of today. First the second box (located in Sweden) started to behave funny, people in the private addressspace (internal side) couldn't fetch their mail. You could send and pop via the outside interface just fine (this box has been running fine for 6 months now). Then I decided to configure box no 2 not only to redirect mail to the MS exchange box but to have it behave just like the 1st box .. and gee, the same problems. The error I get from qpopper is: Oct 21 18:39:46 nexus popper[2787]: @[192.168.1.205]: -ERR POP EOF received every time somebody tries to fetch their mail, the important thing to remember here is that nothing has changed - I have punched myself bloody trying to figure out some reasonable explanation for this, but I think it has something to do with ipfw/nat since it clearly works OK via the outside interface. Sendmail gives these wondeful messages: Oct 21 17:50:47 nexus sendmail[2443]: NOQUEUE: Null connection from [192.168.1.22] Please help me out here to find a sollution - I am in the middle of replacing a MS Exchangeserver here when all of this happened (on two locations) .. I don't want FBSD getting a bad rep here, not since they were kind enough to allow me to shove the Exchange to the junkyard. Thomas Uhrfelt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 12:51:40 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 6033714C46 for ; Thu, 21 Oct 1999 12:51:36 -0700 (PDT) (envelope-from jonc@logisticsoftware.co.nz) Received: (from jonc@localhost) by logisticsoftware.co.nz (8.9.3/8.9.3) id IAA07654; Fri, 22 Oct 1999 08:51:00 +1300 (NZDT) Date: Fri, 22 Oct 1999 08:51:00 +1300 (NZDT) From: Jonathan Chen To: Mike Alich Cc: questions@FreeBSD.ORG Subject: Re: Hardware Comp. In-Reply-To: <380F2A3E.32C698C0@cctinc.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Oct 1999, Mike Alich wrote: > Can you tell me where I can get a COMPLETE and CURRENT list of supported > hardware for FreeBSD. > > I am mainly concerned about what types of Adaptech controllers are > supported. I need to setup dual drive mirroring for my system and get a > compatiable tape drive. A good place to start: http://www.freebsd.org/releases/3.3R/notes.html Jonathan Chen ---------------------------------------------------------------------- "Don't forget the most important rule to live by.. Never believe anything you read on the USENET" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 13: 2:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from defiant.quansoo.com (defiant.quansoo.com [63.66.225.90]) by hub.freebsd.org (Postfix) with ESMTP id 3F0A114A18 for ; Thu, 21 Oct 1999 13:02:07 -0700 (PDT) (envelope-from cgriffiths@quansoo.com) Received: from localhost (cgriffiths@localhost) by defiant.quansoo.com (8.9.3/8.9.3) with ESMTP id QAA40430 for ; Thu, 21 Oct 1999 16:02:06 -0400 (EDT) (envelope-from cgriffiths@quansoo.com) X-Authentication-Warning: defiant.quansoo.com: cgriffiths owned process doing -bs Date: Thu, 21 Oct 1999 16:02:06 -0400 (EDT) From: "Christopher T. Griffiths" To: questions@freebsd.org Subject: UPS Monitoring Software. 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, Has anyone worked with or even got to work smartupstools at the following url: http://www.exploits.org/~rkroll/smartupstools/ I can compile it but cannot get the web cgi piece to work with gd. I compiled my own gd with libpmg and zlib with no effect. If anyone has gotten this piece to work please let me know. I am currently running FBSD 3.3 stable updated yesterday and my gd port was done today. Thanks Chris Christopher T. Griffiths Senior Network/Systems Administrator Quansoo Group Inc. cgriffiths@quansoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 13:17:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.nexos.com.br (ns.nexos.com.br [200.223.94.67]) by hub.freebsd.org (Postfix) with ESMTP id 2C1DD14FA2; Thu, 21 Oct 1999 13:17:32 -0700 (PDT) (envelope-from josue@nexos.com.br) Received: from nexos.com.br (ubu.nexos.com.br [200.223.94.75]) by ns.nexos.com.br (8.9.2/8.9.2) with ESMTP id SAA17142; Thu, 21 Oct 1999 18:17:59 -0200 (BDB) (envelope-from josue@nexos.com.br) Message-ID: <380F752C.19B28700@nexos.com.br> Date: Thu, 21 Oct 1999 18:18:52 -0200 From: "=?iso-8859-1?Q?Josu=E9=20Jos=E9?= Souza Jr." Organization: Nexos =?iso-8859-1?Q?Servi=E7os?= de Redes Ltda. X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG, freebsd-security@FreeBSD.ORG Subject: Natd problem Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, we administrate a network that has about 700 machines using a firewall with natd. The network deals with high traffic and is configured like this: Internet | | | ISA adapter 10Mbps ---------- | | PCI adapter 100Mbps | Firewall |------------------------Extranet | | ---------- | PCI adapter 100Mbps | | Intranet The problem is that sometimes we get this error message from natd Oct 21 16:04:49 fw natd[106]: failed to write packet back (Host is down) The machine also hangs up in a two times in a week basis. Could this be caused by the traffic on the ISA adapter? Does anyone have any hints about this problem? Thanks in advance, -- ------------------------------------------ Josué José Souza Jr. - Operações e Suporte josue@nexos.com.br Nexos Serviços de Redes Ltda. http://www.nexos.com.br Salvador - Bahia - Brasil ------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 13:28:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (Postfix) with ESMTP id 142C414C16 for ; Thu, 21 Oct 1999 13:28:17 -0700 (PDT) (envelope-from marcus@miami.edu) Received: from jaguar.ir.miami.edu ("port 3470"@jaguar.ir.miami.edu [129.171.32.10]) by jaguar.ir.miami.edu (PMDF V5.2-32 #40232) with ESMTP id <0FJY00K8UZJ4DB@jaguar.ir.miami.edu> for freebsd-questions@FreeBSD.ORG; Thu, 21 Oct 1999 16:28:16 -0400 (EDT) Date: Thu, 21 Oct 1999 16:28:16 -0400 (EDT) From: "Joe \"Marcus\" Clarke" Subject: Re: How to have a tsch for root In-reply-to: <3.0.32.19991021110117.00e4d100@200.0.0.10> To: Walter Spierings Cc: freebsd-questions@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG BE VERY CAREFUL DOING THIS. By default, tcsh is dynamically linked against libraries in /usr/lib. If the system becomes unusable, and you need to boot into single-user mode, tcsh will NOT work. You must build a statically linked version of tcsh. To do this: (make sure you have a current version of the tcsh port) # cd /usr/ports/shells/tcsh # make configure # cd work/tcsh-6.09.00 # vi Makefile (go to line 154) (uncomment line 154) # cd ../.. # make # cd work/tcsh-6.09.00 # strip tcsh # cp tcsh /bin # chmod 555 /bin/tcsh # chown root.wheel tcsh # vi /etc/shells (add an entry for /bin/tcsh) # vipw (change root's shell) After that, you should have a statically-linked version of the binary. This will let root use tcsh, and allow root to use it in single-user mode. Joe Clarke On Thu, 21 Oct 1999, Walter Spierings wrote: > We use tsch for all our user accounts. > How can we also have the tsch features for the root. > > Walter Spierings > Dutch Holographic Laboratory > Kanaaldijk Noord 61 > 5642 JA Eindhoven > The Netherlands > > tel.: + 31 40 2817 250 > fax.: + 31 40 2814 865 > > Website: www.holoprint.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 13:29:23 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 CDD2114D2F for ; Thu, 21 Oct 1999 13:29:11 -0700 (PDT) (envelope-from banta@ghulam.force9.co.uk) Received: (qmail 15880 invoked from network); 21 Oct 1999 20:29:11 -0000 Received: from unknown (HELO mayfly.force9.net) (195.166.128.28) by cask.force9.net with SMTP; 21 Oct 1999 20:29:11 -0000 Received: (qmail 25580 invoked from network); 21 Oct 1999 20:29:09 -0000 Received: from a107-07-02.dial.plus.net.uk (HELO ghulam) (195.166.140.107) by mayfly.plus.net.uk with SMTP; 21 Oct 1999 20:29:09 -0000 Message-ID: <000801bf1c03$0097ef20$6b8ca6c3@ghulam> From: "Ghulam Dastgir" To: Subject: Sendmail for dialup host Date: Thu, 21 Oct 1999 21:29:00 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BF1C0B.4A1A0360" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BF1C0B.4A1A0360 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I have a dialup connection to the internet from my FreeBSD machine = (v2.2.6). So I need to change my default /etc/sendmail.cf config file = since my outgoing email reads banta@voyager.ghulam.force9.co.uk instead = of banta@ghulam.force9.co.uk . Following the instructions for this in = the FAQ (sections 8.18 and 8.19) it says I create a .mc file, in my case = ghulam.mc. This file is given below using the template of 8.19 in the = FAQ: =20 VERSIONID(`voyager.ghulam.force9.co.uk.mc version 1.0')=20 OSTYPE(bsd4.4)dnl FEATURE(nouucp)dnl=20 MAILER(local)dnl=20 MAILER(smtp)dnl=20 Cwlocalhost Cwvoyager.ghulam.force9.co.uk Cwghulam.force9.co.uk=20 MASQUERADE_AS(`ghulam.force9.co.uk')dnl=20 FEATURE(allmasquerade)dnl=20 FEATURE(masquerade_envelope)dnl FEATURE(nocanonify)dnl FEATURE(nodns)dnl=20 define(SMART_HOST, `relay.force9.net')=20 Dmghulam.force9.co.uk=20 define(`confDOMAIN_NAME',`ghulam.force9.co.uK')dnl=20 define(`confDELIVERY_MODE',`deferred')dnL Where voyager.ghulam.force9.co.uk is my hostname and ghulam.force9.co.uk = my email domain. The problem occurs when I follow the instructions in = FAQ 8.18 to convert this ghulam.mc to a ghulam.cf to replace my = /etc/sendmail.cf. When I'm in the directory: = /usr/src/usr.sbin/sendmail/cf/cf, I do: make ghulam.cf <---though shouldn't this be ghulam.mc? but this is = what the FAQ says And the Makefile generates an error: Makefile:32:*** missing separator. Stop. So I thought that now the problem's with the makefile, so I reinstalled = the entire sendmail source distribution from the 1st cdrom under = /cdrom/src/ssmailcf.aa. But I still get the same sendmail error. Any ideas? Thanks, Ghulam ------=_NextPart_000_0005_01BF1C0B.4A1A0360 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
I have a = dialup connection=20 to the internet from my FreeBSD machine (v2.2.6). So I need to change my = default=20 /etc/sendmail.cf config file since my outgoing email reads banta@voyager.ghulam.fo= rce9.co.uk=20 instead of banta@ghulam.force9.co.uk = .=20 Following the instructions for this in the FAQ (sections 8.18 and 8.19) = it says=20 I create a .mc file, in my case ghulam.mc. This file is given below = using the=20 template of 8.19 in the FAQ:   =20

VERSIONID(`voyager.ghulam.force9.co.uk.mc version 1.0')

    OSTYPE(bsd4.4)dnl

    FEATURE(nouucp)dnl

    MAILER(local)dnl

    MAILER(smtp)dnl

    Cwlocalhost

    Cwvoyager.ghulam.force9.co.uk

    Cwghulam.force9.co.uk

    MASQUERADE_AS(`ghulam.force9.co.uk')dnl

    FEATURE(allmasquerade)dnl

    FEATURE(masquerade_envelope)dnl

    FEATURE(nocanonify)dnl

    FEATURE(nodns)dnl

    define(SMART_HOST, `relay.force9.net')

    Dmghulam.force9.co.uk

    define(`confDOMAIN_NAME',`ghulam.force9.co.uK')dnl =

   =20 define(`confDELIVERY_MODE',`deferred')dnL

 
Where voyager.ghulam.force9.co.uk is = my hostname=20 and ghulam.force9.co.uk my email domain. The problem occurs when I = follow the=20 instructions in FAQ 8.18 to convert this ghulam.mc to a ghulam.cf to = replace my=20 /etc/sendmail.cf. When I'm in the directory: = /usr/src/usr.sbin/sendmail/cf/cf, I=20 do:
    make = ghulam.cf =20 <---though shouldn't this be ghulam.mc? but this is what the FAQ=20 says
And the = Makefile generates=20 an error:
   =20 Makefile:32:*** missing separator. Stop.
 
So I thought that now the problem's with the = makefile, so I=20 reinstalled the entire sendmail source distribution from the 1st cdrom = under=20 /cdrom/src/ssmailcf.aa. But I still get the same sendmail = error.
 
Any ideas?
 
Thanks,
 
Ghulam
 
------=_NextPart_000_0005_01BF1C0B.4A1A0360-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 13:34: 9 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 7338514D2F for ; Thu, 21 Oct 1999 13:34:07 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gateway.gorean.org (gateway.gorean.org [10.0.0.1]) by dt050n71.san.rr.com (8.9.3/8.8.8) with ESMTP id NAA51334; Thu, 21 Oct 1999 13:34:05 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Thu, 21 Oct 1999 13:34:04 -0700 (PDT) From: Doug Barton X-Sender: doug@dt050n71.san.rr.com To: Graeme Tait Cc: freebsd-questions@freebsd.org Subject: Re: Cron and daylight savings In-Reply-To: <380F0317.5C1E3A3@echidna.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Oct 1999, Graeme Tait wrote: > What happens if my machine is running local time with daylight savings > adjustments, and I schedule jobs between 2 and 3 am (or whenever the > transitions occurs)? > > Do they get skipped in the daylight savings transition in Spring and run > twice in the Fall? Yes, Sheldon pointed you to the correct info on that. > I looked in the handbook and mailing list archives, but found nothing > except for a couple of posts in 1995, with the statement that this issue > was under discussion. I'm not sure where you searched (what mailing lists) but there were many many posts about this in the past. Try searching -hackers. > I notice that /etc/crontab schedules daily maintenance for 2 am. The > issue raised in the 1995 post was that these activites were skipped in > the April forward clock adjustment. One of the things implemented recently was to change that time to 1:59am, which works in the vast majority of cases. You should probably take a look at upgrading your system to a recent -Stable release. 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 Thu Oct 21 13:37:25 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 4075C14FA2 for ; Thu, 21 Oct 1999 13:37:24 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gateway.gorean.org (gateway.gorean.org [10.0.0.1]) by dt050n71.san.rr.com (8.9.3/8.8.8) with ESMTP id NAA51338; Thu, 21 Oct 1999 13:37:20 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Thu, 21 Oct 1999 13:37:20 -0700 (PDT) From: Doug Barton X-Sender: doug@dt050n71.san.rr.com To: Richard Storey Cc: freebsd-questions@freebsd.org Subject: Re: Info sources In-Reply-To: <008d01bf1bc8$41a980e0$97d3fea9@alpha> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Oct 1999, Richard Storey wrote: > hi > > a few days ago i installed FBSD 2.2.8 on an old box just to learn unix--fbsd > seemed like the best choice. I have a book, Unix Unleashed (SAMS, 3 ed.) > but i often find that things in fbsd aren't exactly like the way they are in > the book, i.e., the book speaks a lot to sys v, aix, linux, irix, but not > fbsd. The complete freebsd is definitely a good book which you should pick up if you get serious about using freebsd. However that Unix unleashed book is also quite good, and provides a lot of interesting history of the system, telling you WHY things are, not just how they work. The knowledge you gain by trying to reproduce the examples in the book on your freebsd system will give you a much richer learning experience in the process. 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 Thu Oct 21 13:45:53 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 B607A14FAB for ; Thu, 21 Oct 1999 13:45:30 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gateway.gorean.org (gateway.gorean.org [10.0.0.1]) by dt050n71.san.rr.com (8.9.3/8.8.8) with ESMTP id NAA51384; Thu, 21 Oct 1999 13:44:52 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Thu, 21 Oct 1999 13:44:51 -0700 (PDT) From: Doug Barton X-Sender: doug@dt050n71.san.rr.com To: daniel B Cc: freebsd-questions@freebsd.org Subject: Re: ipfw dny ip from any to any In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Oct 1999, daniel B wrote: > Hi folks; > > I want to log all denied packets in ipfw and I used > 65534 add deny log all from any to any > this should 'bypass' the las rule > 65535 deny all from any to any > > but it doen't! I still see denied packet on the last rule when I do > ipfw sh > > What to do now? I bet that the amount of packets is always constant, right? Try doing 'ipfw -a l' once a day for a few days. The number should always be the same. This represents the number of packets that cross the interface before your firewall rules are loaded by the init process. If it turns out that the number does grow, then we have a bug somewhere and we need to track it down. 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 Thu Oct 21 13:57:38 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 CF42A14A1D; Thu, 21 Oct 1999 13:57:31 -0700 (PDT) (envelope-from jonc@logisticsoftware.co.nz) Received: (from jonc@localhost) by logisticsoftware.co.nz (8.9.3/8.9.3) id JAA08964; Fri, 22 Oct 1999 09:56:34 +1300 (NZDT) Date: Fri, 22 Oct 1999 09:56:34 +1300 (NZDT) From: Jonathan Chen To: "=?iso-8859-1?Q?Josu=E9=20Jos=E9?= Souza Jr." Cc: freebsd-questions@FreeBSD.ORG, freebsd-security@FreeBSD.ORG Subject: Re: Natd problem In-Reply-To: <380F752C.19B28700@nexos.com.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Oct 1999, [iso-8859-1] Josu=E9 Jos=E9 Souza Jr. wrote: [...] > The problem is that sometimes we get this error message from natd >=20 > Oct 21 16:04:49 fw natd[106]: failed to write packet back (Host is > down) When we had this, it was due to a misconfig'd ipfw rule. Our smallish network and reproducible error allowed me to fix it quick smart. With your 700 machine network, I wish you good luck. :-) Jonathan Chen ---------------------------------------------------------------------- "Don't forget the most important rule to live by.. Never believe anything you read on the USENET" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 14: 1:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tetron03.tetronsoftware.com (tetron03.tetronsoftware.com [208.236.46.108]) by hub.freebsd.org (Postfix) with ESMTP id A95B214A1D; Thu, 21 Oct 1999 14:01:12 -0700 (PDT) (envelope-from zeus@tetron03.tetronsoftware.com) Received: from tetron03.tetronsoftware.com (tetron03.tetronsoftware.com [208.236.46.108]) by tetron03.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id QAA40714; Thu, 21 Oct 1999 16:02:52 -0500 (CDT) (envelope-from zeus@tetron03.tetronsoftware.com) Date: Thu, 21 Oct 1999 16:02:52 -0500 (CDT) From: Gene Harris To: "=?iso-8859-1?Q?Josu=E9=20Jos=E9?= Souza Jr." Cc: freebsd-questions@FreeBSD.ORG, freebsd-security@FreeBSD.ORG Subject: Re: Natd problem In-Reply-To: <380F752C.19B28700@nexos.com.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have had problems in the past mixing pnp isa and pci components. In one case, I pitched the isa card and went with a pci card and the problems went away. If your isa card is not pnp, then make sure that you tell the bios it is present (i.e. set any legacy isa irq and dma requirements in the bios setup.) Gene Harris Tetron Software, LLC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 14: 5:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from castor.ssimicro.com (birch.ssimicro.com [199.247.51.10]) by hub.freebsd.org (Postfix) with ESMTP id 284A714FA9 for ; Thu, 21 Oct 1999 14:05:28 -0700 (PDT) (envelope-from allanr@ssimicro.com) Received: from manager (yeti.ssimicro.com [199.247.87.132]) by castor.ssimicro.com (8.9.3/8.9.3) with SMTP id PAA00258 for ; Thu, 21 Oct 1999 15:05:27 -0600 (MDT) From: "Allan Ross" To: Subject: RE: Virus after install? Date: Thu, 21 Oct 1999 15:04:53 -0600 Message-ID: <000901bf1c07$ebbf6100$8457f7c7@manager.ssimicro.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <19991021201155.B341@marder-1> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, rather than hope that someone is pokeing about on this I have posted a question to the Symantec tech support page. Here is a cut/paste of my post, I will post their reply when I get one. I use an operating system called FreeBSD(www.freebsd.org). One of the install options of this software is to create a multiboot install with the current OS (win95/98 for example) This is achieved by making changes to the master boot record. It has been reported in one of the mailing lists (questions@freebsd.org) that this change is subsequently detected by Norton Anti-Virus as a virus (Bloodhound.MBR). Can the Norton dat files be updated to properly recognize the multi-boot software that is available out there? Is research already being done in this area? Thanks! -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Mark Ovens Sent: Thursday, October 21, 1999 1:12 PM To: William Melanson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Virus after install? On Thu, Oct 21, 1999 at 02:13:56PM -0400, William Melanson wrote: > On Thu, 21 Oct 1999, Allan Ross wrote: > > % > % Turn off boot sector scanning? I think not. Does it not make FAR more > % sense to have a representative of the FreeBSD team contact Symantec > % and request that they add the profile of booteasy to its database so > % that it is properly identified and reported? > % > > No... > > If the good people at Symantec are commercial vendors of said sotfware > (which of course they are). It is they who should take the liberty of > contacting the appropriate bsd representatives in regards to their > anti-virus, multi-platform functionality (or lac thereof). > This has come up before, about a month ago. In that thread someone appeared to be implying that they would contact Symantec. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 14:32: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp7.atl.mindspring.net (smtp7.atl.mindspring.net [207.69.128.51]) by hub.freebsd.org (Postfix) with ESMTP id 3867F14C46 for ; Thu, 21 Oct 1999 14:32:00 -0700 (PDT) (envelope-from dragon.s@ix.netcom.com) Received: from ix.netcom.com (gra-mi13-238.ix.netcom.com [206.214.128.238]) by smtp7.atl.mindspring.net (8.8.5/8.8.5) with ESMTP id RAA13573 for ; Thu, 21 Oct 1999 17:31:58 -0400 (EDT) Message-ID: <380F84E0.D4AD1FEB@ix.netcom.com> Date: Thu, 21 Oct 1999 17:25:52 -0400 From: Dan Diephouse X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Palm Pilot serial connection to PPP Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG With the new Palm OS 3.3 update I am supposed to be able to create a serial connection from my Palm Pilot in its cradle to my machine. I have set up PPP, but when I go to establish the serial connection on the Pilot it just sits there. Since it is supposed to prompt me for the password when the login prompt comes up, I have deduced it is not a PPP setup problem. Therefore it must be a getty settings problem or such. Soooo....I downloaded a serial program for the Palm Pilot and went into the term program on my PC. When I typed a character on my computer it turns up as jibberish on the Pilot and vice versa. Anyone have any idea what I should do to fix this? Is this really feasible? Thanks, Dan Diephouse P.S. Getty is set up for the serial port as: ttyd0 "/usr/libexec/getty std.38400" dialin on secure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 14:43:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (broccoli.graphics.cornell.edu [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id 4714514A1D for ; Thu, 21 Oct 1999 14:43:29 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA079582203; Thu, 21 Oct 1999 17:43:23 -0400 Message-Id: <199910212143.AA079582203@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: Mark Powell Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to make Ethernet come up as Full-Duplex... In-Reply-To: Your message of "Thu, 21 Oct 1999 09:17:23 BST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 21 Oct 1999 17:43:22 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Doesn't work using 100baseTX, either. Same error. Well I'm stumped. It works fine for me on 3 systems, and for everyone else who has posted about it the past few months. There must be something different about your system. Are you sure you have an Intel EtherExpress Pro/100B ? -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 15: 8:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mercutio.EECS.Berkeley.EDU (mercutio.EECS.Berkeley.EDU [128.32.138.80]) by hub.freebsd.org (Postfix) with ESMTP id 64C3414C95 for ; Thu, 21 Oct 1999 15:08:14 -0700 (PDT) (envelope-from sowings@cory.EECS.Berkeley.EDU) Received: from mercutio.EECS.Berkeley.EDU (sowings@localhost.Berkeley.EDU [127.0.0.1]) by mercutio.EECS.Berkeley.EDU (8.8.6 (PHNE_14041)/8.8.8) with ESMTP id PAA21882 for ; Thu, 21 Oct 1999 15:08:03 -0700 (PDT) From: Sanford Owings Message-Id: <199910212208.PAA21882@mercutio.EECS.Berkeley.EDU> To: freebsd-questions@freebsd.org Subject: Pointers for setting up NLS locales? Date: Thu, 21 Oct 1999 15:08:02 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG (Apologies if you saw this first on -newbies....) I want to set up a new locale for Ireland. I have data for day names, month names, what have you. The LC_CTYPE stuff should be fine using latin1. What I need now is a pointer on where to begin! Does anyone know the locale name--the equivalent of en_US.ISO-8859-1 for Ireland? Pointers to websites or publications on internationalization of software would be of tremendous help. -- Sanford Owings EECS Instructional Group Staff University of California at Berkeley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 15:37:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from charlie.orbitalnet.co.uk (charlie.orbitalnet.co.uk [62.232.18.119]) by hub.freebsd.org (Postfix) with ESMTP id 0A3CC14CE1 for ; Thu, 21 Oct 1999 15:36:59 -0700 (PDT) (envelope-from support@orbitalnet.co.uk) Received: from orbital-computers.co.uk (secure.ns0.net [62.232.18.66]) by charlie.orbitalnet.co.uk (8.8.8/8.8.7) with SMTP id XAA09166 for ; Thu, 21 Oct 1999 23:37:35 +0100 (BST) Received: from Darren by orbital-computers.co.uk with SMTP (MDaemon.v2.7.SP4.R) for ; Thu, 21 Oct 1999 23:36:55 +0100 Message-ID: <015f01bf1c13$f58a4860$4512e83e@ORBITALNET> Reply-To: "OrbitalNet" From: "OrbitalNet" To: Subject: Tape Drives Date: Thu, 21 Oct 1999 23:31:03 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Return-Path: support@orbitalnet.co.uk Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Does anyone know if a HP Colorado 8GB Tape drive will configure on freebsd Thankyou Darren Brown To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 15:37:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ds9.dreamhaven.net (dt0f4n1e.san.rr.com [24.94.22.30]) by hub.freebsd.org (Postfix) with ESMTP id 8F94714D2E for ; Thu, 21 Oct 1999 15:37:22 -0700 (PDT) (envelope-from data@ds9.dreamhaven.net) Received: from data (helo=localhost) by ds9.dreamhaven.net with local-esmtp (Exim 2.12 #2) id 11eQpi-0000hS-00 for freebsd-questions@freebsd.org; Thu, 21 Oct 1999 15:37:18 -0700 Date: Thu, 21 Oct 1999 15:37:18 -0700 (PDT) From: Bryce Newall To: FreeBSD Questions List Subject: RE: "No buffer space" strikes again... (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Charles had a good idea in that I should forward this response to the list, so here goes. :) -----Original Message----- From: Bryce Newall [mailto:data@dreamhaven.net] Sent: Thursday, October 21, 1999 9:35 AM To: Charles Randall Subject: RE: "No buffer space" strikes again... On Thu, 21 Oct 1999, Charles Randall wrote: > Have you re-compiled a kernel bumping maxusers and NMBCLUSTERS? > > I suggest bumping maxusers to 128 and NMBCLUSTERS to 4096. See the LINT > kernel configuration for examples. We've got maxusers at 128 and NMBCLUSTERS at 6000... think we should go higher? ********************************************************************** * Bryce Newall * Email: data@dreamhaven.net * * WWW: http://www.dreamhaven.net/~data * ICQ: 461599 * * "Insanity takes its toll. Please have exact change." * ********************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 15:37:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id D792614D2E for ; Thu, 21 Oct 1999 15:37:33 -0700 (PDT) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 70698 invoked by uid 1001); 21 Oct 1999 22:37:31 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 21 Oct 1999 22:37:31 -0000 Date: Thu, 21 Oct 1999 18:37:31 -0400 (EDT) From: Jaime Kikpole To: Mary Lee Cc: questions@freebsd.org Subject: Re: your mail In-Reply-To: <3.0.6.32.19991021144552.00799410@coes.latech.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Oct 1999, Mary Lee wrote: > I am trying to configure a pentium 90 with 24 megs of ram to work as a > gateway for a local area network... I'd suggest that you make the RAM 32MB or 48MB. You might hit swap and slow down occationally otherwise. (Unless this is a very small network.) > i have 2 pnp 10/100 pci network cards, and an hp vectra xm series 3 5/90 > onboard lancard (3 lan cards all togeather) > This is the problem... > on bootup: > rl0 rev 0x10 int a irq 9 on pci 0.2.0 > Ethernet Address: 00:00:e8:81:32:31 > autoneg not complete, no carrier > rl1rev 0x10 int a irq 9 on pci 0.2.0 > Ethernet Address: 00:00:e8:81:32:d1 > autoneg not complete, no carrier > lnc1 rev 0x02 int a irq 9 pci 0.6.0 > pcnet -32 VL-Bus address 08:00:09:c3:d1:fc > ... > lnc1 Heartbeat error --SQE test failed > loss of carrier during transmit -- Net error? > > ------------------------------------------------- > none of these cards are conected, and i haven't figured out how to > configure the pnp cards i boot -c , and type pnp 1 os, but nothing, > i'm not sure the bois has pnp support, but it does asign the rt mac addrss > for the lan card.... I can't help with the PnP stuff, but it looks to me like your ethernet card is a 10/100 card that can't figure out if it needs to operate as a 10Mb/s or 100Mb/s card. This could be something as simple as needing to plug it into a hub before turning it on. Good luck, Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 15:39:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from charlie.orbitalnet.co.uk (charlie.orbitalnet.co.uk [62.232.18.119]) by hub.freebsd.org (Postfix) with ESMTP id 07F7E14C9D for ; Thu, 21 Oct 1999 15:39:33 -0700 (PDT) (envelope-from darren@office.orbitalnet.co.uk) Received: from Darren (support-ash.orbitalnet.co.uk [62.232.18.69]) by charlie.orbitalnet.co.uk (8.8.8/8.8.7) with SMTP id XAA09195 for ; Thu, 21 Oct 1999 23:40:11 +0100 (BST) Message-ID: <017301bf1c14$68b6d740$4512e83e@ORBITALNET> From: "OrbitalNet Office" To: Subject: HP Tape Drive Date: Thu, 21 Oct 1999 23:34:16 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Does anyone know if a HP Colorado 8GB Tape drive will configure on freebsd Thankyou Darren Brown To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 15:59:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.cadvision.com (mail3.cadvision.com [207.228.64.48]) by hub.freebsd.org (Postfix) with ESMTP id EA58214BD2 for ; Thu, 21 Oct 1999 15:59:17 -0700 (PDT) (envelope-from dkwiebe@mail.cadvision.com) Received: from mail.cadvision.com (ppp2.heartland.ab.ca [207.107.228.130]) by mail3.cadvision.com (8.9.3/8.9.1/CW) with ESMTP id QAA14534; Thu, 21 Oct 1999 16:59:01 -0600 Message-ID: <380F9C59.DEFBB95A@mail.cadvision.com> Date: Thu, 21 Oct 1999 17:06:01 -0600 From: Darren WIebe Reply-To: dkwiebe@hagenhomes.com Organization: Hagen Homes Ltd. X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 3.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: OrbitalNet Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Tape Drives References: <015f01bf1c13$f58a4860$4512e83e@ORBITALNET> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is this an interal drive that attaches to the floppy cable?? If so, support was removed in 3.0 or there around. Darren OrbitalNet wrote: > > Hi, Does anyone know if a HP Colorado 8GB Tape drive will configure on > freebsd > > Thankyou > Darren Brown > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 16:24:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id 7D94114BD2 for ; Thu, 21 Oct 1999 16:23:46 -0700 (PDT) (envelope-from bartequi@neomedia.it) Received: from neomedia.it (ppp36-pa3.neomedia.it [195.103.207.164]) by aragorn.neomedia.it (8.9.3/8.9.3) with ESMTP id BAA29776 for ; Fri, 22 Oct 1999 01:23:39 +0200 (CEST) Message-ID: <380FA167.B4916449@neomedia.it> Date: Fri, 22 Oct 1999 01:27:35 +0200 From: Salvo Bartolotta Organization: none X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.12-20 i686) X-Accept-Language: fr, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: About the installation problem on IDE CDROM Content-Type: multipart/alternative; boundary="------------60B0D84DF588B64434EAFEDF" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------60B0D84DF588B64434EAFEDF Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Dear FreeBSD staff, I have just browsed your sites and read about the IDE CD-ROM installation problem in the ERRATA.txt for the 3.3. Release. Also, there's a great number of mailing lists ... so I let you decide if and where to post the information contained in this message. A few days ago I installed the 3.3 release (Walnut Creek 4 CDs) from an IDE CD-ROM in a curious way, and I wonder whether this installation is somehow correct. However, I write so that you should be able to reproduce the situation and publish the results (if worth publishing) in the ERRATA.txt. My computer is an Intel Pentium III 450 MHz (ASUS P2B-F) 384 MB RAM, 3 HDs (4 GB WDC AC24300L, 8 GB IBM DHEA 38451 and 16 GB IBM DTTA 351680), a Mitsumi FX240S (ATAPI), a SCSI CDROM and a SCSI CD-writer (not boot from there, sigh ...), among others. Actually, my Walnut Creek CD #1 did NOT boot from my IDE CD unit at all. I might simply have given up, and try the diskette method. Instead, (oh my !) I inserted the CD #2 in my IDE CDROM unit ... and the system booted ! It almost goes without saying that the installation process went on, and when the "last chance" dialog box appeared, I reinserted CD # 1 - if bugs have logic ... - and the installation was practically completed. By the way, I chose to install "All". N.B. I am no FreeBSD guru; rather, I am a novice, and I even did NOT look at the content of CD #1 and # 2 at the time of the trial - it was just (insane) "instant decision" (or trial). And I do NOT know exactly what to think of the whole thing. At any rate, maybe I have detected a couple of minor bugs. **************************************Problem I ***************************************** I found no way to install the package "local". The installation process copies all the OS packages (choice "All") except "local". It goes without saying that I have tried a post install configuration (/stand/sysinstall ...), and I have tried all four CDs. Unfortunately, the "local" package (=local additions) is not in any of the four CDs. However, the system, on the whole, seems to work almost properly :-) **************************************Problem II ***************************************** I have been experiencing problems with the Gnome + Enlightenment environment. When starting X, I sometimes receive a "Gnome non compliant error"; the mouse pointer shape is always a cross and does NOT change its form; the X environment is always NOT functional, ie the mouse does NOT work properly, right-clicking does NOT work etc. If I launch the Gnome Control Center applet and if I change Windows Managers (e.g. any other W.M. instead of Enlightenment), and then I choose Enlightment again, the mouse pointer magically acquires its normal "arrow" form, and everything seems to work properly since that very moment. If I log out ... alas, I have to repeat the process again, ie launching Gnome Control Center, changing W.M.s etc. A far as I can see, it is a problem of (non-proper) initialization of Enlightenment, but I am a FreeBSDS novice and I know no fixing script or workaround at the moment :-( I would like to be able to seamlesly switch dekstop environments as in Linux (e.g. options at login) ... ;-) ******************************************************************************************* Finally, if I do not ask too much, could you let me know whether this "installation" of mine can reasonably be fixed ? I thank you very much in advance for reading this unusual long letter, and for any tip you will e-mail to me on this (minefield) subject. Truly yours Salvo Bartolotta (from Sicily) --------------60B0D84DF588B64434EAFEDF Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Dear FreeBSD staff,

I have just browsed your sites and read about the IDE CD-ROM installation problem in the ERRATA.txt for the 3.3. Release. Also, there's a great number of mailing lists ... so I let you decide if and where to post the information contained in this message.

A few days ago I installed the 3.3 release (Walnut Creek 4 CDs) from an IDE CD-ROM in a curious way, and I wonder whether this installation is somehow correct. However, I write so that  you should be able to reproduce the situation and publish the results (if worth publishing) in the ERRATA.txt.

My computer is an Intel Pentium III 450 MHz (ASUS P2B-F) 384 MB RAM, 3 HDs (4 GB WDC AC24300L, 8 GB IBM DHEA 38451 and 16 GB IBM DTTA 351680), a Mitsumi FX240S (ATAPI),  a SCSI CDROM and a SCSI CD-writer (not boot from there, sigh ...), among others.

Actually, my Walnut Creek CD #1 did NOT boot from my IDE CD unit at all.
I might simply have given up, and try the diskette method.

Instead, (oh my !) I inserted the CD #2 in my IDE CDROM unit ... and the system booted !

It almost goes without saying that the installation process went on, and when the "last chance" dialog box appeared, I reinserted CD # 1 - if bugs have logic ... - and the installation was  practically completed.
By the way, I chose to install "All".
 

N.B. I am no FreeBSD guru; rather, I am a novice, and I even did NOT look at the content of CD #1 and # 2 at the time of the trial - it was just  (insane) "instant decision" (or trial).

And I do NOT know exactly what to think of the whole thing.

At any rate, maybe I have detected  a couple of minor bugs.
 

**************************************Problem I *****************************************
I found no way to install the package "local". The installation process copies all the OS packages (choice "All") except "local".  It goes without saying that I have tried a post install configuration (/stand/sysinstall ...), and I have tried all four CDs. Unfortunately, the "local" package (=local additions) is not in any of the four CDs. However, the system, on the whole, seems to work almost properly :-)
 

**************************************Problem II *****************************************
I have been experiencing problems with the Gnome + Enlightenment environment.
When starting X, I sometimes receive a "Gnome non compliant error"; the mouse pointer shape is always a cross and does NOT change its form; the X environment is always NOT functional, ie the mouse does NOT work properly, right-clicking does NOT work etc.

If I launch the Gnome Control Center applet and if I change Windows Managers (e.g. any other W.M. instead of Enlightenment), and then I choose Enlightment again, the mouse pointer magically acquires its normal "arrow" form, and everything seems to work properly since that very moment.
If I log out ... alas, I have to repeat the process again, ie launching Gnome Control Center, changing W.M.s etc.

A far as I can see, it is a problem of (non-proper) initialization of Enlightenment, but I am a FreeBSDS novice and I know no fixing script or workaround at the moment :-(

I would like to be able to seamlesly switch dekstop environments as in Linux (e.g. options at login)  ... ;-)

*******************************************************************************************

Finally, if I do not ask too much, could you let me know whether this "installation" of mine can reasonably be fixed ?

I thank you very much in advance for reading this unusual long letter, and for any tip you will e-mail to me on this (minefield) subject.

Truly yours
Salvo Bartolotta (from Sicily)
  --------------60B0D84DF588B64434EAFEDF-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 16:24:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from indyweb.cgocable.ca (indyweb.cgocable.ca [205.151.69.200]) by hub.freebsd.org (Postfix) with ESMTP id 5051814BD2 for ; Thu, 21 Oct 1999 16:24:15 -0700 (PDT) (envelope-from foub@globetrotter.net) Received: from windows.cgocable.ca (141-154.ri.cgocable.ca [24.226.141.154]) by indyweb.cgocable.ca (8.9.3/8.9.3) with SMTP id TAA13545389 for ; Thu, 21 Oct 1999 19:23:46 -0400 (EDT) Message-ID: <000701bf1c1b$67617c40$0201a8c0@cgocable.ca> From: "Guillaume Paquet" To: Subject: Seagate Tape drive Date: Thu, 21 Oct 1999 19:24:16 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does Seagate Falcon II 8GB TR4 SCSI Tape Drive is supported by FreeBSD 3.3-RELEASE? If yes, do I have to activate something in my kernel to have it working? Guillaume Paquet foub@globetrotter.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 17: 7:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from venus.GAIANET.NET (venus.GAIANET.NET [207.211.200.51]) by hub.freebsd.org (Postfix) with ESMTP id 66AFC14D2D for ; Thu, 21 Oct 1999 17:07:37 -0700 (PDT) (envelope-from vince@venus.GAIANET.NET) Received: from localhost (vince@localhost) by venus.GAIANET.NET (8.9.3/8.9.3) with ESMTP id RAA31022 for ; Thu, 21 Oct 1999 17:07:30 -0700 (PDT) (envelope-from vince@venus.GAIANET.NET) Date: Thu, 21 Oct 1999 17:07:30 -0700 (PDT) From: Vincent Poy To: FreeBSD-Questions@FreeBSD.ORG Subject: FreeBSD 3.3-RELEASE passwd issue 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 Greetings, I installed a new machine on 3.3-RELEASE and copied the passwords entries from another 3.2-RELEASE machine. I installed des on both machines but for some odd reason, the following as a example will not be recognized on the 3.3-RELEASE machine in /etc/master.passwd as a valid password while it worked fine when I copied it from 3.1-RELEASE, -CURRENT and even 2.2.x machines. vince:7G2DAweJ1/D8c:1001:0::0:0:Vincent Poy,,,:/home/vince:/usr/local/bin/tcsh So I had to run passwd on each user to manually do the passwords resulting that the passwords are DES as shown below: vince:$1$I1DcF26E$/qf90HbgJHM3vhqDbu1Pl/:1001:0::0:0:Vincent Poy,,,:/home/vince:/usr/local/bin/tcsh Seems that the DES package can't read MD5 passwords like it can in older releases. Anyone have any ideas what I'm doing wrong? Cheers, Vince - vince@MCESTATE.COM - vince@GAIANET.NET ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] GaiaNet Corporation - M & C Estate / / / / | / | __] ] Beverly Hills, California USA 90210 / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 17:27:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from timingpdc.timing.com (timingpdc.timing.com [206.168.13.194]) by hub.freebsd.org (Postfix) with ESMTP id EDE4514BD2 for ; Thu, 21 Oct 1999 17:27:14 -0700 (PDT) (envelope-from jhein@timing.com) Received: from taz.timing.com ([206.168.13.210]) by timingpdc.timing.com (Post.Office MTA v3.1.2 release (PO205-101c) ID# 103-49575U100L2S100) with ESMTP id AAA198; Thu, 21 Oct 1999 18:28:08 -0600 Received: (from jhein@localhost) by taz.timing.com (8.8.7/8.8.7) id SAA17379; Thu, 21 Oct 1999 18:27:13 -0600 X-Authentication-Warning: taz.timing.com: jhein set sender to jhein@taz.timing.com using -f MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14351.44896.980183.480934@taz.timing.com> Date: Thu, 21 Oct 1999 18:27:12 -0600 (MDT) From: "John E. Hein" To: Mitch Collinsworth Cc: Mark Powell , freebsd-questions@FreeBSD.ORG Subject: Re: How to make Ethernet come up as Full-Duplex... In-Reply-To: <199910212143.AA079582203@broccoli.graphics.cornell.edu> References: <199910212143.AA079582203@broccoli.graphics.cornell.edu> X-Mailer: VM 6.75 under Emacs 20.4.1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Powell wrote, Wed, 20 Oct 1999 10:58:41 +0100 (BST): >This doesn't work under 3.2-STABLE & 3.3-STABLE at least: > >/root # ifconfig fxp0 inet x.x.x.x netmask 0xffffff80 media 100BaseTX media-opt full-duplex >ifconfig: media-opt: bad value Mitch Collinsworth wrote at 17:43 -0400 on Oct 21: > >Doesn't work using 100baseTX, either. Same error. > > Well I'm stumped. It works fine for me on 3 systems, and for everyone > else who has posted about it the past few months. There must be > something different about your system. Are you sure you have an > Intel EtherExpress Pro/100B ? Mark, Did you really type "media-opt" (with hyphen)? If so, perhaps that's your trouble. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 17:38:13 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 2789B14CCE for ; Thu, 21 Oct 1999 17:38:09 -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 UAA31035; Thu, 21 Oct 1999 20:41:26 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910220041.UAA31035@cc942873-a.ewndsr1.nj.home.com> Subject: Re: How to set up mail / do I really need to hack sendmail? In-Reply-To: from "Francis J. Bruening" at "Oct 21, 1999 12:18:51 pm" To: francis.j.bruening@bigfoot.com (Francis J. Bruening) Date: Thu, 21 Oct 1999 20:41:26 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG (freebsd) 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 Francis J. Bruening wrote, [Charset iso-8859-1 unsupported, filtering to ASCII...] > Hi, > > I recently installed 3.3-STABLE, and am trying to get my mail to work > correctly. My setup is simple, and I would assume fairly typical. > > My home machine is connected via cable to my ISP (@Home in this case) > > I have a dhcp assigned IP, and my hostname is c583119-a (assigned by dhcp). > The FQDN is c583119-a.potlnd.or.home.com. > > the LAN I'm on has a mail server "mail" (I have the IP #), and I have a POP3 > account on the server fjbruening. I can send and recieve mail to my mail > server > address "fjbruening@home.com", which is what I want to be able to do. > > My problem: (there are 2) > > I'm using mutt, and often mail gets bounced because I get a msg saying > "sender domain must exist..." Hmmm... @Home's DNS should have valid reverse-lookup for you. That should not really happen. > I fixed that by modifying a line in my muttrc > "/usr/sbin/sendmail -oem -ffjbruening@" > > Now, however the return address people see from me is > "c583119-a.potlnd.or.home.com", which they can't get to... > > 1) whats the easiest way to supply the reply address of > "fjbruening@home.com" > 2) is the muttrc fix for being a 'real' account the right way to fix this? If you have the sources, go to, /usr/src/contrib/sendmail/cf And read the README. Pay particular attention to the 'nullclient' feature and MASQUERADE_AS. Then again, you can be like me and just put a 'reply-to' line in all of the mail. -- 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 Thu Oct 21 17:46: 3 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 8285814BD2 for ; Thu, 21 Oct 1999 17:46:01 -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 UAA31053; Thu, 21 Oct 1999 20:49:17 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910220049.UAA31053@cc942873-a.ewndsr1.nj.home.com> Subject: Re: motif In-Reply-To: <19991021155630.91173.qmail@hotmail.com> from Reinoud Koornstra at "Oct 21, 1999 05:56:29 pm" To: gichin@hotmail.com (Reinoud Koornstra) Date: Thu, 21 Oct 1999 20:49:17 -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 Reinoud Koornstra wrote, > Hi All, > > I am trying to compile a program, but i am not sure about the motive dirs. > Here is what the help sayss about compiling: [snip] > Can someone plz tell em the apropriate dir which i should include? They should be in, -L/usr/X11R6/lib -I/usr/X11R6/include However, Motif is a commercial package that does not come with XFree86. There is a freeware version of a Motif-like system call Lesstif. It's in the ports, /usr/ports/x11-toolkits/lesstif. -- 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 Thu Oct 21 17:47:23 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 17D1314D40 for ; Thu, 21 Oct 1999 17:47:20 -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 UAA31065; Thu, 21 Oct 1999 20:50:34 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910220050.UAA31065@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Hardware Comp. In-Reply-To: <380F2A3E.32C698C0@cctinc.net> from Mike Alich at "Oct 21, 1999 10:59:10 am" To: hostmaster@cctinc.net (Mike Alich) Date: Thu, 21 Oct 1999 20:50:34 -0400 (EDT) Cc: 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 Mike Alich wrote, > Can you tell me where I can get a COMPLETE and CURRENT list of supported > hardware for FreeBSD. > > I am mainly concerned about what types of Adaptech controllers are > supported. I need to setup dual drive mirroring for my system and get a > compatiable tape drive. > > Thanks in advance!! Release notes are your best source. http://www.freebsd.org/releases/ -- 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 Thu Oct 21 17:53:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from copper.singnet.com.sg (smtp2.singnet.com.sg [165.21.7.82]) by hub.freebsd.org (Postfix) with ESMTP id 1F94214E2C for ; Thu, 21 Oct 1999 17:53:45 -0700 (PDT) (envelope-from hsengyip@singnet.com.sg) Received: from pc (qtns03534.singnet.com.sg [165.21.168.164]) by copper.singnet.com.sg (8.9.1a/8.9.1) with SMTP id IAA06106 for ; Fri, 22 Oct 1999 08:53:43 +0800 (SGT) Message-ID: <002301bf1c28$d93d3540$0d7315a5@pc> From: "Ho Seng Yip" To: Subject: DNS Record Date: Fri, 22 Oct 1999 08:59:47 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="x-user-defined" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have two SMTP servers and will like to edit the DNS record for the domain such that if the first stmp server fails, the mail client should try the second one. I have such a record, smtp 8H IN CNAME smtpserver1 8H IN CNAME smtpserver2 When I try to ping smtp.mydomain.com, it gives me the IP address of the first domain and when I try to ping again, it gives me the IP address of the second domain. Is this how it should be done? Thank you. Regards, Seng Yip To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 18: 3:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lh2.rdc1.sdca.home.com (ha2.rdc1.sdca.home.com [24.0.3.67]) by hub.freebsd.org (Postfix) with ESMTP id 2E95714D89 for ; Thu, 21 Oct 1999 18:03:05 -0700 (PDT) (envelope-from Dante@BusinessPlan-it.com) Received: from cx195682-a ([24.0.135.49]) by lh2.rdc1.sdca.home.com (InterMail v4.01.01.00 201-229-111) with SMTP id <19991022010303.VAQX5567.lh2.rdc1.sdca.home.com@cx195682-a>; Thu, 21 Oct 1999 18:03:03 -0700 Message-Id: <3.0.32.19991021180458.006ce614@mail> X-Sender: vencapguy@mail X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Thu, 21 Oct 1999 18:05:00 -0700 To: (Recipient list suppressed) From: "Dante Fichera, CPA" Subject: Raising Capital in the New Millennium Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=====================_940579500==_" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --=====================_940579500==_ Content-Type: text/enriched; charset="us-ascii" Dear Sir or Madam: Please find the attached press release for BusinessPlan-it.com. I believe it will be of great interest to your readers, as we have created a website that facilitates the capital raising process for startup companies. We are involved with several non-profit organizations including the Small Business Administration and Point Loma Nazarene University and currently boast investor membership with over $500 million of investable assets. Regards, Dante Fichera, CPA President www.BusinessPlan-it.com Phone: 619-298-0077 Fax: 619-298-0777 --=====================_940579500==_ Content-Type: application/msword; name="press release national.doc"; x-mac-type="42494E41"; x-mac-creator="4D535744" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="press release national.doc" 0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAAPgADAP7/CQAGAAAAAAAAAAAAAAABAAAAMgAAAAAAAAAA EAAANAAAAAEAAAD+////AAAAADEAAAD///////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////s pcEAWQAJBAAACBK/AAAAAAAAEAAAAAAABAAAvA0AAA4AYmpiavNX81cAAAAAAAAAAAAAAAAAAAAA AAAJBBYAHiAAAJE9AQCRPQEAlgkAAAAAAAADAAAAAAAAACIAAAAAAAAAAAAAAAAAAAD//w8AAAAA AAAAAAD//w8AAAAAAAAAAAD//w8AAAAAAAAAAAAAAAAAAAAAAF0AAAAAANABAAAAAAAA0AEAANAB AAAAAAAA0AEAAAAAAADaAQAAJgAAAAACAAAMAAAADAIAABQAAAAAAAAAAAAAACACAAAAAAAAIAIA AAAAAAAgAgAAAAAAACACAAA4AAAAWAIAAAwAAABkAgAAFAAAACACAAAAAAAAtQUAALYAAACEAgAA KAAAAKwCAAAAAAAArAIAAAAAAACsAgAAEAAAALwCAAAAAAAAvAIAAD4AAAD6AgAAFAAAAA4DAAAM AAAAegUAAAIAAAB8BQAAAAAAAHwFAAAAAAAAfAUAAAAAAAB8BQAAAAAAAHwFAAAAAAAAfAUAACQA AABrBgAA9AEAAF8IAAB2AAAAoAUAABUAAAAAAAAAAAAAAAAAAAAAAAAA0AEAAAoAAAAaAwAAAAAA AAAAAAAAAAAAAAAAAAAAAAC8AgAAAAAAALwCAAAAAAAAGgMAAAAAAAAaAwAAAAAAAKAFAAAAAAAA uAMAAAAAAADQAQAAAAAAANABAAAAAAAAvAIAAAAAAAAAAAAAAAAAALwCAAAAAAAAhAIAAAAAAAC4 AwAAAAAAALgDAAAAAAAAuAMAAAAAAAAaAwAANAAAANABAAAAAAAAvAIAAAAAAADQAQAAAAAAALwC AAAAAAAAegUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAIAAAAAAAAgAgAAAAAAANABAAAAAAAA0AEA AAAAAADQAQAAAAAAANABAAAAAAAAGgMAAAAAAAB6BQAAAAAAALgDAADCAQAAuAMAAAAAAAAAAAAA AAAAAHoFAAAAAAAA0AEAAAAAAADQAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegUAAAAAAAC8AgAAAAAAAHgCAAAMAAAAQOC/f2oa vwEgAgAAAAAAACACAAAAAAAATgMAAGoAAAB6BQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARk9S IElNTUVESUFURSBSRUxFQVNFCSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIENvbnRh Y3Q6IERhbnRlIEZpY2hlcmEsIENQQSAoNjE5KSAyOTgtMDA3Nw0NDUlOVEVSTkVULUJBU0VEIEZJ TkFOQ0UgRklSTSANT1BFTlMgSVRTIJNWSVJUVUFMlCBET09SUyBGT1IgQlVTSU5FU1MNDUJ1c2lu ZXNzUGxhbi1pdC5jb20gT2ZmZXJzIEVudHJlcHJlbmV1cnMgYW5kIFZlbnR1cmUgQ2FwaXRhbGlz dHMgDU5ldyBNZWRpdW0gb24gYSBHbG9iYWwgTGV2ZWwNDVNBTiBESUVHTyAoT2N0b2JlciAxOSwg MTk5OSkgliBXb3JraW5nIHRvIHBhcnRuZXIgZW50cmVwcmVuZXVycyBhbmQgc3RhcnR1cCBjb21w YW5pZXMgd2l0aCBhY2NyZWRpdGVkIGludmVzdG9ycyBhbmQgdmVudHVyZSBjYXBpdGFsaXN0cyBm cm9tIGFyb3VuZCB0aGUgZ2xvYmUsIFNhbiBEaWVnby1iYXNlZCBCdXNpbmVzc1BsYW4taXQuY29t IGFubm91bmNlZCB0b2RheSB0aGF0IGl0cyB3ZWJzaXRlIGlzIG9mZmljaWFsbHkgb3BlbiBmb3Ig YnVzaW5lc3MuICATIEhZUEVSTElOSyBodHRwOi8vd3d3LkJ1c2luZXNzUGxhbi1pdC5jb20gARR3 d3cuQnVzaW5lc3NQbGFuLWl0LmNvbRUgaXMgdGhlIGZpcnN0IHNpdGUgdG8gb2ZmZXIgY2FwaXRh bCByYWlzaW5nIHNlcnZpY2VzIG9uIGFuIGludGVybmF0aW9uYWwgbGV2ZWwuDQ1UaGUgSW50ZXJu ZXQtYmFzZWQgZmluYW5jaWFsIHNlcnZpY2VzIGNvbXBhbnkgcHJvdmlkZXMgYSBuZXcgbWVkaXVt IGZvciBlbnRyZXByZW5ldXJzIGFuZCBpbnZlc3RvcnMgYWxpa2UgYnkgYWxsb3dpbmcgbmV3IGJ1 c2luZXNzZXMgdG8gc2hvd2Nhc2UgdGhlaXIgYnVzaW5lc3MgY29uY2VwdHMgb25saW5lIHRvIHF1 YWxpZmllZCBpbnZlc3RvcnMuICBJbiB0dXJuLCBCdXNpbmVzc1BsYW4taXQuY29tIHdpbGwgbm90 aWZ5IGFwcHJvcHJpYXRlIHZlbnR1cmUgY2FwaXRhbGlzdHMgYXMgc29vbiBhcyBlYWNoIG5ldyBv cHBvcnR1bml0eSBpcyBwb3N0ZWQgdG8gdGhlIHdlYnNpdGUuDQ0iV2WSdmUgcmVhbGl6ZWQgdGhh dCB2ZW50dXJlIGNhcGl0YWxpc3RzIG5lZWQgYSBtb3JlIHVzZXItZnJpZW5kbHkgbWVkaXVtIGZv ciBleGFtaW5pbmcgYnVzaW5lc3MgY29uY2VwdHMgYW5kIGNvbW11bmljYXRpbmcgd2l0aCBwYXJ0 aWVzIHNlZWtpbmcgY2FwaXRhbCwiIHNhaWQgRGFudGUgRmljaGVyYSwgQ1BBIGFuZCBQcmVzaWRl bnQgb2YgQnVzaW5lc3NQbGFuLWl0LmNvbS4NDVRoZSB3ZWJzaXRlIGFsc28gZmVhdHVyZXMgZXh0 ZW5zaXZlIHJlc291cmNlcyBmb3IgZW50cmVwcmVuZXVycywgaW5jbHVkaW5nIHRoZSBib29rLCBF bnRyZXByZW5ldXKScyBHdWlkZSB0byBSYWlzaW5nIENhcGl0YWwsIGNvLWVkaXRlZCBieSBEYW50 ZSBGaWNoZXJhLCB3aGljaCBpbmNsdWRlcyBpbnNpZ2h0ZnVsICJIb3ctVG8iIGNoYXB0ZXJzIGFu ZCBwcm9maWxlcyBvdmVyIDIwMCB2ZW50dXJlIGNhcGl0YWwgZmlybXMuDQ1Qcm92aWRpbmcgZXN0 YWJsaXNoZWQgcmVsYXRpb25zaGlwcyBmcm9tBSBhIGNvbXByZWhlbnNpdmUgZGF0YWJhc2Ugb2Yg aW52ZXN0b3JzLCBCdXNpbmVzc1BsYW4taXQuY29tIG1heSBiZSByZXRhaW5lZCBieSBlbnRyZXBy ZW5ldXJzIGFuZCBidXNpbmVzcyBleGVjdXRpdmVzIHRvIGRldmVsb3AgZWZmZWN0aXZlIGJ1c2lu ZXNzIHBsYW5zLCBpZGVudGlmeSBpbnZlc3RvcnMsIGRldmVsb3AgYXBwcm9hY2ggc3RyYXRlZ2ll cywgYXJyYW5nZSBtZWV0aW5ncywgYW5kIGFzc2lzdCB3aXRoIHByZXNlbnRhdGlvbnMuICBCdXNp bmVzc1BsYW4taXQuY29tIGN1cnJlbnRseSBhc3Npc3RzIGNsaWVudHMgYW5kIGludmVzdG9ycyBp biBmb3VyIGxhbmd1YWdlcyAoRW5nbGlzaCwgR2VybWFuLCBGcmVuY2ggYW5kIFNwYW5pc2gpLCBm YWNpbGl0YXRpbmcgdGhlIHN0YXJ0dXAgcHJvY2VzcyBvbiBhIGdsb2JhbCBsZXZlbC4gIFNvbWUg b2YgdGhlaXIgY3VycmVudCBjbGllbnRzIGluY2x1ZGUgVmludGFnZVJlc2VydmUuY29tLCBhbiBJ bnRlcm5ldC1iYXNlZCByZXRhaWxlciBvZiBmaW5lIHdpbmUsIFZlcnNhYmlkLmNvbSwgYW4gb25s aW5lIHJlYWwgZXN0YXRlIGF1Y3Rpb24gZmlybSwgYW5kIEdsb2JhbCBWZW50dXJlcywgTExDLCBh biBMQk8vVmVudHVyZSBmaXJtIHRoYXQgaW52ZXN0cyBwcmltYXJpbHkgaW4gRXVyb3BlLg0NVG8g bGVhcm4gbW9yZSBhYm91dCBob3cgdGhpcyBjdXR0aW5nIGVkZ2UgZmlybSB3aWxsIGNoYW5nZSB0 aGUgd2F5IGNhcGl0YWwgaXMgcmFpc2VkIGluIHRoZSBuZXcgbWlsbGVuaXVtIHZpc2l0IHRoZWly IHdlYnNpdGUgYXQgd3d3LkJ1c2luZXNzUGxhbi1pdC5jb20sIG9yIGNvbnRhY3Q6IA1EYW50ZSBG aWNoZXJhICg2MTkpIDI5OC0wMDc3IChwaG9uZSksIBMgSFlQRVJMSU5LIG1haWx0bzpEYW50ZUBi dXNpbmVzc3BsYW4taXQuY29tIAEURGFudGVAYnVzaW5lc3NwbGFuLWl0LmNvbRUuDQ0jICMgIw0N DQ0NE1BBR0UgXCMgIidQYWdlOiAnIycLJyIgIBUFRnJvbT8NDQ0AAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAYgQAAGQEAACo BAAAqQQAAOsEAAAIBQAAMAUAAF8FAAAPBgAAEAYAADoGAAA7BgAAPAYAAFMGAABUBgAAowYAAKQG AAAhCQAASQkAAOgJAADpCQAAQw0AAEQNAABwDQAAcQ0AAHINAACLDQAAjA0AAI0NAACPDQAAlQ0A AJYNAACZDQAAmg0AALANAACyDQAAsw0AALQNAAC7DQAAvA0AAP31/fX99e7m7tvuzdvE2+687rTu qe6c5oycgpzm7vX9AH0Aen1zAP0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0DagAAAAAwShEA VQgBBDBKEQAACQNqAAAAAFUIARMwShAAQioBQ0oWAE9KAgBRSgIAHgIIgQNq5QAAAAYIAUIqAUNK FgBPSgIAUUoCAFUIAQAYA2oAAAAAQioBQ0oWAE9KAgBRSgIAVQgBABQDagAAAAAwShEAPAiBQ0oW AFUIAQAPNgiBQ0oWAE9KAgBRSgIAD0IqBkNKFgBPSgIAUUoCABAwShAAQ0oWAE9KAgBRSgIAABsC CIEDagAAAAAGCAFDShYAT0oCAFFKAgBVCAEVA2oAAAAAQ0oWAE9KAgBRSgIAVQgBD0IqAUNKFgBP SgIAUUoCAAxDShYAT0oCAFFKAgAADzUIgUNKFgBPSgIAUUoCAARDShYAKAAEAABiBAAAYwQAAGQE AACBBAAAqAQAAKkEAADrBAAACAUAAAkFAACkBgAApQYAAPEHAADyBwAAywgAAMwIAAC/CQAAwAkA AHUMAAB2DAAAHQ0AAI4NAACPDQAAlQ0AAJYNAACXDQAAmA0AAP0AAAAAAAAAAAAAAAD7AAAAAAAA AAAAAAAA+AAAAAAAAAAAAAAAAPYAAAAAAAAAAAAAAAD2AAAAAAAAAAAAAAAA+AAAAAAAAAAAAAAA APYAAAAAAAAAAAAAAAD4AAAAAAAAAAAAAAAA+wAAAAAAAAAAAAAAAPAAAAAAAAAAAAAAAADwAAAA AAAAAAAAAAAA8AAAAAAAAAAAAAAAAPAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAA8AAAAAAAAAAA AAAAAPAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAA8AAAAAAAAAAAAAAAAPAAAAAAAAAAAAAAAADw AAAAAAAAAAAAAAAA8AAAAAAAAAAAAAAAAPsAAAAAAAAAAAAAAADqAAAAAAAAAAAAAAAA+wAAAAAA AAAAAAAAAOcAAAAAAAAAAAAAAAD7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMPAAMkAQYA AAMkARJkIAEBAAYAAAMkAxJkIAEBAAABAgADAAADJAEAAQAAAAEBAAAaAAQAAGIEAABjBAAAZAQA AIEEAACoBAAAqQQAAOsEAAAIBQAACQUAAKQGAAClBgAA8QcAAPIHAADLCAAAzAgAAL8JAADACQAA dQwAAHYMAAAdDQAAjg0AAI8NAACVDQAAlg0AAJgNAACZDQAAug0AALsNAAC8DQAA/Pn28Orn4d7b ANjV0s/MycbDwL0Aure1tbW1tbUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAACAQEABQYa9///BQYb9///BQYz+P//BQY0+P//BQbp+v//BQbq+v//BQbd+///BQbe+/// BQa3/P//BQa4/P//BQYE/v//BQYF/v//BQah////BQa+////CgICAAUBBlf///8ABQbZ////CgIC AAUBBn////8ACgICAAUBBpz///8ABQad////BQae////BQIBAAUAAB2YDQAAmQ0AALoNAAC7DQAA vA0AAP0AAAAAAAAAAAAAAAD7AAAAAAAAAAAAAAAA/QAAAAAAAAAAAAAAAP0AAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAESAAABAAAABBwAH7DQLyCw4D0hsFEFIrBR BSOQoAUkkG4EJbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA5QAAAEQAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0Mnqefm6 zhGMggCqAEupCwIAAAAXAAAAGAAAAHcAdwB3AC4AQgB1AHMAaQBuAGUAcwBzAFAAbABhAG4ALQBp AHQALgBjAG8AbQAAAODJ6nn5us4RjIIAqgBLqQtAAAAAaAB0AHQAcAA6AC8ALwB3AHcAdwAuAGIA dQBzAGkAbgBlAHMAcwBwAGwAYQBuAC0AaQB0AC4AYwBvAG0ALwAAAOsAAABEAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANDJ6nn5 us4RjIIAqgBLqQsCAAAAFwAAABoAAABEAGEAbgB0AGUAQABiAHUAcwBpAG4AZQBzAHMAcABsAGEA bgAtAGkAdAAuAGMAbwBtAAAA4Mnqefm6zhGMggCqAEupC0IAAABtAGEAaQBsAHQAbwA6AEQAYQBu AHQAZQBAAGIAdQBzAGkAbgBlAHMAcwBwAGwAYQBuAC0AaQB0AC4AYwBvAG0AAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABIAEwAKAAEAWwAPAAIAAAAAAAAAKAAAQPH/ AgAoAAAABgBOAG8AcgBtAGEAbAAAAAIAAAAIAENKGABtSAkEOAABYAEAAgA4AAAACQBIAGUAYQBk AGkAbgBnACAAMQAAAAgAAQAGJAFAJgALADUIgU9KAgBRSgIAADwAAmABAAIAPAAAAAkASABlAGEA ZABpAG4AZwAgADIAAAALAAIAAyQBBiQBQCYBAAsANQiBT0oCAFFKAgAAAAAAAAAAAAAAAAAAAAA8 AEFA8v+hADwAAAAWAEQAZQBmAGEAdQBsAHQAIABQAGEAcgBhAGcAcgBhAHAAaAAgAEYAbwBuAHQA AAAAAAAAAAAAAAAAMAAgYAEA8gAwAAAABgBGAG8AbwB0AGUAcgAAAA0ADwANxggAAuAQwCEBAgAE AENKFAAoAFVgogABASgAAAAJAEgAeQBwAGUAcgBsAGkAbgBrAAAABgA+KgFCKgI2ACdgogARATYA AAARAEMAbwBtAG0AZQBuAHQAIABSAGUAZgBlAHIAZQBuAGMAZQAAAAQAQ0oQADAAHmABACIBMAAA AAwAQwBvAG0AbQBlAG4AdAAgAFQAZQB4AHQAAAACABIABABDShQABABFAHIAaQBrAOgFAAC8CQAA AwBiAGkAegAAAAAAAAAAAAAAAAAAAAAAAAD/////AAAAACEAAAAkAAAAAAAAALwJAAAGAAAgAAAA AP////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAIAAAACAAAA BQAAAAAEAAC8DQAADAAAAAAEAACYDQAAvA0AAA0AAAAPAAAAAAQAALwNAAAOAAAADwIAADsCAABT AgAAQwkAAHEJAACLCQAAvAkAABNYFP8VhBNYFP8VhAAAAAAZAAAAJAAAABMhlQD//wIAAAANAF8A SABsAHQANAA2ADIANAA2ADcAMwA1ADEADQBfAEgAbAB0ADQANgAyADQANgA3ADMAMAA2AIcJAACK CQAAvQkAAAAAAAABAAAAiAkAAIsJAAC9CQAAAAAAADoJAABBCQAAlgkAAJgJAACZCQAAswkAALoJ AAC9CQAABwAEAAcABwACAAcABwAHAAAAAAAWAAAAPgAAAGEAAAClAgAAwgIAANICAABuAwAAkAcA AD8IAABBCAAAdAgAAJYJAACYCQAAmQkAALMJAAC6CQAAvQkAAAcAGgAHAAcABwAaAAcABwAHABoA BwAHAAcAAgAHAAcABwD//wYAAAAEAEUAcgBpAGsATABDADoAXABCAHUAcwBpAG4AZQBzAHMAIABQ AGwAYQBuAC0AaQB0AFwATQBhAHIAawBlAHQAaQBuAGcAXABwAHIAZQBzAHMAIAByAGUAbABlAGEA cwBlACAAcwB0AHUAZgBmAFwAcAByAGUAcwBzACAAcgBlAGwAZQBhAHMAZQAgAG4AYQB0AGkAbwBu AGEAbAAuAGQAbwBjAAQARQByAGkAawA/AEMAOgBcAFcASQBOAEQATwBXAFMAXABUAEUATQBQAFwA QQB1AHQAbwBSAGUAYwBvAHYAZQByAHkAIABzAGEAdgBlACAAbwBmACAAcAByAGUAcwBzACAAcgBl AGwAZQBhAHMAZQAgAG4AYQB0AGkAbwBuAGEAbAAuAGEAcwBkAA0ARABhAG4AdABlACAARgBpAGMA aABlAHIAYQA4AEMAOgBcAFAAcgBvAGoAZQBjAHQAcwBcAEMAbwBtAHAAYQBuAHkAXABNAGEAcgBr AGUAdABpAG4AZwBcAHAAcgBlAHMAcwAgAHIAZQBsAGUAYQBzAGUAIABuAGEAdABpAG8AbgBhAGwA LgBkAG8AYwD/QAKAAQAAAAAAAAAAABxadAABAAEAAAAAAAAAAAAAAAAAAAAAAAIQAAAAAAAAALwJ AABgAAAIAEAAAAMAAABHFpABAAACAgYDBQQFAgMEhzoAAAAAAAAAAAAAAAAAAP8AAAAAAAAAVABp AG0AZQBzACAATgBlAHcAIABSAG8AbQBhAG4AAAA1FpABAgAFBQECAQcGAgUHAAAAAAAAABAAAAAA AAAAAAAAAIAAAAAAUwB5AG0AYgBvAGwAAAAzJpABAAACCwYEAgICAgIEhzoAAAAAAAAAAAAAAAAA AP8AAAAAAAAAQQByAGkAYQBsAAAAIgAEAPEIiBgAANACAABoAQAAAAAtmzpGLZs6RgAAAAACAAAA AABiAQAA5wcAAAEABAAAAAQAAxAQAAAAAAAAAAAAAAABAAEAAAABAAAAAAAAAMEiAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAKUGwAe0ALQAgAAyMAAAAAAAAAAAAAAAAAAAtAkAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAACAAAAAAD//xIAAAAAAAAAFQBGAE8AUgAgAEkATQBNAEUARABJAEEAVABFACAAUgBFAEwARQBB AFMARQAAAAAAAAAEAEUAcgBpAGsADQBEAGEAbgB0AGUAIABGAGkAYwBoAGUAcgBhAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD+/wAABAoCAAAAAAAAAAAAAAAAAAAAAAABAAAA4IWf8vlP aBCrkQgAKyez2TAAAABsAQAAEAAAAAEAAACIAAAAAgAAAJAAAAADAAAAsAAAAAQAAAC8AAAABQAA AMwAAAAHAAAA2AAAAAgAAADoAAAACQAAAAABAAASAAAADAEAAAoAAAAoAQAADAAAADQBAAANAAAA QAEAAA4AAABMAQAADwAAAFQBAAAQAAAAXAEAABMAAABkAQAAAgAAAOQEAAAeAAAAFgAAAEZPUiBJ TU1FRElBVEUgUkVMRUFTRQA4AB4AAAABAAAAAE9SIB4AAAAFAAAARXJpawBNTUUeAAAAAQAAAABy aWseAAAABwAAAE5vcm1hbABFHgAAAA4AAABEYW50ZSBGaWNoZXJhAFJFHgAAAAIAAAAyAG50HgAA ABMAAABNaWNyb3NvZnQgV29yZCA4LjAAU0AAAAAAAAAAAAAAAEAAAAAAxsJtahq/AUAAAAAAxsJt ahq/AQMAAAABAAAAAwAAAGIBAAADAAAA5wcAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAA/v8AAAQKAgAAAAAAAAAAAAAAAAAAAAAAAgAAAALVzdWcLhsQk5cIACss +a5EAAAABdXN1ZwuGxCTlwgAKyz5rkwBAAAIAQAADAAAAAEAAABoAAAADwAAAHAAAAAFAAAAiAAA AAYAAACQAAAAEQAAAJgAAAAXAAAAoAAAAAsAAACoAAAAEAAAALAAAAATAAAAuAAAABYAAADAAAAA DQAAAMgAAAAMAAAA6gAAAAIAAADkBAAAHgAAABAAAABGbG95ZCdzIE1pbmlvbnMAAwAAABAAAAAD AAAABAAAAAMAAAC0CQAAAwAAAGoQCAALAAAAAAAAAAsAAAAAAAAACwAAAAAAAAALAAAAAAAAAB4Q AAABAAAAFgAAAEZPUiBJTU1FRElBVEUgUkVMRUFTRQAMEAAAAgAAAB4AAAAGAAAAVGl0bGUAAwAA AAEAAACsAQAABAAAAAAAAAAoAAAAAQAAAFIAAAACAAAAWgAAAAMAAACyAAAAAgAAAAIAAAAKAAAA X1BJRF9HVUlEAAMAAAAMAAAAX1BJRF9ITElOS1MAAgAAAOQEAABBAAAATgAAAHsAQQAxADcANAA5 ADEANQBEAC0ANwAwAEUAMQAtADEAMQBEADMALQA5ADMAMgBDAC0AMAAwADUAMABEAEEAMQA3ADUA QwA5AEEAfQAAAAAAQQAAAPAAAAAMAAAAAwAAAD8ARwADAAAAAwAAAAMAAAAAAAAAAwAAAAUAAAAf AAAAIQAAAG0AYQBpAGwAdABvADoARABhAG4AdABlAEAAYgB1AHMAaQBuAGUAcwBzAHAAbABhAG4A LQBpAHQALgBjAG8AbQAAAAAAHwAAAAEAAAAAAAAAAwAAAHAAYQADAAAAAAAAAAMAAAAAAAAAAwAA AAUAAAAfAAAAIAAAAGgAdAB0AHAAOgAvAC8AdwB3AHcALgBiAHUAcwBpAG4AZQBzAHMAcABsAGEA bgAtAGkAdAAuAGMAbwBtAC8AAAAfAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAEAAAACAAAAAwAAAAQAAAAFAAAABgAAAAcAAAAIAAAACQAAAAoAAAALAAAADAAAAA0A AAAOAAAADwAAABAAAAD+////EgAAABMAAAAUAAAAFQAAABYAAAAXAAAAGAAAAP7///8aAAAAGwAA ABwAAAAdAAAAHgAAAB8AAAAgAAAA/v///yIAAAAjAAAAJAAAACUAAAAmAAAAJwAAACgAAAD+//// KgAAACsAAAAsAAAALQAAAC4AAAAvAAAAMAAAAP7////9////MwAAAP7////+/////v////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// ////////UgBvAG8AdAAgAEUAbgB0AHIAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAABYABQH//////////wMAAAAGCQIAAAAAAMAAAAAAAABGAAAAAMAdWH9qGr8B YIHHf2oavwE1AAAAgAAAAAAAAABEAGEAdABhAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgACAf///////////////wAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAABEAAAAAEAAAAAAAADEAVABhAGIAbABlAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAIAAQAAAP////////// AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAQAAAAAAAAVwBvAHIAZABE AG8AYwB1AG0AZQBuAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoA AgEGAAAABQAAAP////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHiAA AAAAAAAFAFMAdQBtAG0AYQByAHkASQBuAGYAbwByAG0AYQB0AGkAbwBuAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAKAACAf///////////////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAACEAAAAAEAAAAAAAAAUARABvAGMAdQBtAGUAbgB0AFMAdQBtAG0AYQByAHkASQBuAGYA bwByAG0AYQB0AGkAbwBuAAAAAAAAAAAAAAA4AAIBBAAAAP//////////AAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAAQAAAAAAAAAQBDAG8AbQBwAE8AYgBqAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABIAAgECAAAABwAAAP////8A AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAAABPAGIAagBlAGMA dABQAG8AbwBsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAB AP///////////////wAAAAAAAAAAAAAAAAAAAAAAAAAAYIHHf2oavwFggcd/ahq/AQAAAAAAAAAA AAAAAAEAAAD+//////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// ////AQD+/wMKAAD/////BgkCAAAAAADAAAAAAAAARhgAAABNaWNyb3NvZnQgV29yZCBEb2N1bWVu dAAKAAAATVNXb3JkRG9jABAAAABXb3JkLkRvY3VtZW50LjgA9DmycQAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAA= --=====================_940579500==_-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 18: 9:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ppp156-V90-syntagma.athe.hellasnet.gr (ppp208-V90-syntagma.athe.hellasnet.gr [212.54.193.223]) by hub.freebsd.org (Postfix) with ESMTP id 1BDB414D69 for ; Thu, 21 Oct 1999 18:07:58 -0700 (PDT) (envelope-from peaker@peaker.net) Received: from peaker.net (flint@birdofprey [127.0.0.1] (may be forged)) by ppp156-V90-syntagma.athe.hellasnet.gr (8.9.3/8.9.3/Debian 8.9.3-6) with ESMTP id EAA00807 for ; Fri, 22 Oct 1999 04:06:01 +0300 X-Authentication-Warning: birdofprey.penguinpowered.com: Host flint@birdofprey [127.0.0.1] (may be forged) claimed to be peaker.net Message-ID: <380FB877.A449DA5B@peaker.net> Date: Fri, 22 Oct 1999 01:05:59 +0000 From: Matt Aaron Reply-To: peaker@peaker.net X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.0.38 i586) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-Questions@FreeBSD.ORG Subject: Converting passwords Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I'm currently in the process of moving users accounts from a 3.0 machine over to a different 3.2 one. Is there a way to convert the passwd file? The 3.0 passwd file is MD5, while the 3.2 one is using DES encoding. I don't have a listing of the passwords in plaintext unfortunatly, so I need a way to decrypt them, if possible. I'm sorry if this sounds like a really strange problem, I'm about ready to pull out my hair :-). Thanks in advance, - Matt Aaron (Peaker@peaker.net) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 18:15:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mercutio.EECS.Berkeley.EDU (mercutio.EECS.Berkeley.EDU [128.32.138.80]) by hub.freebsd.org (Postfix) with ESMTP id 9D0CC14C2D for ; Thu, 21 Oct 1999 18:15:57 -0700 (PDT) (envelope-from sowings@cory.EECS.Berkeley.EDU) Received: from mercutio.EECS.Berkeley.EDU (sowings@localhost.Berkeley.EDU [127.0.0.1]) by mercutio.EECS.Berkeley.EDU (8.8.6 (PHNE_14041)/8.8.8) with ESMTP id SAA23408; Thu, 21 Oct 1999 18:15:43 -0700 (PDT) From: Sanford Owings Message-Id: <199910220115.SAA23408@mercutio.EECS.Berkeley.EDU> To: "Ho Seng Yip" Cc: freebsd-questions@freebsd.org Subject: Re: DNS Record In-reply-to: Your message of "Fri, 22 Oct 1999 08:59:47 +0800." <002301bf1c28$d93d3540$0d7315a5@pc> Date: Thu, 21 Oct 1999 18:15:42 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have two SMTP servers and will like to edit the DNS record for the domain > such that if the first stmp server fails, the mail client should try the > second one. I have such a record, > > smtp 8H IN CNAME smtpserver1 > 8H IN CNAME smtpserver2 > > When I try to ping smtp.mydomain.com, it gives me the IP address of the > first domain and when I try to ping again, it gives me the IP address of the > second domain. > > Is this how it should be done? Nope. You should be using "MX" or "Mail eXchanger" records. This type of record tells DNS "hey, send mail here." You want your PRIMARY mail server to have a low number, like 5, and your SECONDARY to have a higher number, like 10 or 15. You'll also have to be careful with the setup of the second email server, depending on how your system is set up. From the DNS setup here: Trying DNS pasteur.EECS.Berkeley.EDU preference = 5, mail exchanger = pasteur.EECS.Berkeley.EDU pasteur.EECS.Berkeley.EDU preference = 10, mail exchanger = torus.cs.berkeley.edu I can also show you the specific entries in the DNS tables if you need to see them. -- Sanford Owings EECS Instructional Group Staff University of California at Berkeley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 18:39:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wireless.net (wireless.net [207.137.156.159]) by hub.freebsd.org (Postfix) with ESMTP id 3598A14D1F for ; Thu, 21 Oct 1999 18:39:26 -0700 (PDT) (envelope-from dbutter@wireless.net) Received: from db.wireless.net (db.wireless.net [209.75.70.101]) by wireless.net (8.8.7/8.8.4) with ESMTP id SAA07953 for ; Thu, 21 Oct 1999 18:40:44 -0700 (PDT) Received: from wireless.net (dbm.wireless.net [192.168.0.2]) by db.wireless.net (8.9.3/8.9.3) with ESMTP id SAA04075 for ; Thu, 21 Oct 1999 18:33:14 -0700 (PDT) (envelope-from dbutter@wireless.net) Message-ID: <380FC168.686EF512@wireless.net> Date: Thu, 21 Oct 1999 18:44:08 -0700 From: Devin Butterfield X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Parallel port i/o... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I am currently working on a project that needs to read and write data to and from the parallel port under FreeBSD 3.3. I am wondering if there is any possibility that the standard parallel port driver might interfere with my user mode program's i/o instructions? In other words, should I disable the parallel port driver at boot time with userconfig, or can I expect to have reliable i/o to the parallel port with the driver enabled? Any thoughts or suggestions would be appreciated! -- Regards, Devin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 18:50:35 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 BCE3614D69 for ; Thu, 21 Oct 1999 18:50:33 -0700 (PDT) (envelope-from notme@lvdi.net) Received: from lvdi.net ([216.24.141.57]) by 216.24.138.2127.0.0.1 ; Thu, 21 Oct 1999 18:44:10 2000 PDT Message-ID: <380FC522.DCAB2333@lvdi.net> Date: Thu, 21 Oct 1999 19:00:02 -0700 From: me++ X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: Steve Doty , "freebsd-questions@freebsd.org" Subject: another CCD question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I hope you don't mind me keep asking you questions... I read from the tutorial pages that the 2 hard drives must be identical in order to use CCD, I am wondering what do they really mean by "identical." Also, am I supposed to boot from a CD-ROM or so forth in order to do the CCD? (as I read from the tutorial, I am supposed to do disklabel on both of my disks, but I couldn't do disklabel when I'm in the partition that I want to label...) If I am heading toward the wrong direction (which I am suspecting to be...), please point me to the right direction. :) Thank you very much for your help! Frankie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 18:55:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.megsinet.net (mailcluster-b.corecomm.net [216.214.150.11]) by hub.freebsd.org (Postfix) with ESMTP id 5F27114D27 for ; Thu, 21 Oct 1999 18:55:20 -0700 (PDT) (envelope-from cpitzer@megsinet.net) Received: from me (max2-2.columbus.corecomm.net) by mail.megsinet.net (Sun Internet Mail Server sims.3.5.1998.11.13.11.10) with SMTP id <0FJZ00CGQEUWYQ@mail.megsinet.net> for questions@freebsd.org; Thu, 21 Oct 1999 20:59:22 -0500 (CDT) Date: Thu, 21 Oct 1999 21:53:21 -0400 From: Chris Pitzer Subject: appletalk pc To: questions@freebsd.org Message-id: <002501bf1c30$38e36da0$2a640a0a@me> MIME-version: 1.0 X-Mailer: Microsoft Outlook Express 5.00.2615.200 Content-type: multipart/alternative; boundary="----=_NextPart_000_0022_01BF1C0E.B1118AE0" X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Priority: 3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0022_01BF1C0E.B1118AE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I would like to connect my Macintosh powerbook to my FreeBSD box using = appletalk. I have acquired an Apple Localtalk PC card and am trying to = find drivers for it without much success. I have seen people talking = about having done it but no luck in finding out how. any help is appreciated. chris ------=_NextPart_000_0022_01BF1C0E.B1118AE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

I would like to connect my Macintosh = powerbook to=20 my FreeBSD box using appletalk.  I have acquired an Apple Localtalk = PC card=20 and am trying to find drivers for it without much success.  I have = seen=20 people talking about having done it but no luck in finding out = how.
 
any help is appreciated.
 
chris
 
------=_NextPart_000_0022_01BF1C0E.B1118AE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 19: 0:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 012A414D69 for ; Thu, 21 Oct 1999 19:00:42 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id HAA10327; Fri, 22 Oct 1999 07:50:04 +0600 (ESS) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id HAA01699; Fri, 22 Oct 1999 07:17:09 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.3/8.9.2) with ESMTP id HAA00347; Fri, 22 Oct 1999 07:17:35 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Fri, 22 Oct 1999 07:17:33 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: Mary Lee Cc: questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <3.0.6.32.19991021144552.00799410@coes.latech.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- make sure you have "PnP OS installed = NO" in BIOS/Setup Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) On Thu, 21 Oct 1999, Mary Lee wrote: > Salutations > > I am trying to configure a pentium 90 with 24 megs of ram to work as a > gateway for a local area network... > i have 2 pnp 10/100 pci network cards, and an hp vectra xm series 3 5/90 > onboard lancard (3 lan cards all togeather) > This is the problem... > on bootup: > rl0 rev 0x10 int a irq 9 on pci 0.2.0 > Ethernet Address: 00:00:e8:81:32:31 > autoneg not complete, no carrier > rl1rev 0x10 int a irq 9 on pci 0.2.0 > Ethernet Address: 00:00:e8:81:32:d1 > autoneg not complete, no carrier > lnc1 rev 0x02 int a irq 9 pci 0.6.0 > pcnet -32 VL-Bus address 08:00:09:c3:d1:fc > ... > lnc1 Heartbeat error --SQE test failed > loss of carrier during transmit -- Net error? > > ------------------------------------------------- > none of these cards are conected, and i haven't figured out how to > configure the pnp cards i boot -c , and type pnp 1 os, but nothing, > i'm not sure the bois has pnp support, but it does asign the rt mac addrss > for the lan card.... > any help you could send me would be much appreciated :) > stephen > sjh003@latech.edu > mary > lyl001@coes.latech.edu > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQB1AwUBOA+7LuRxlWKN2EXhAQFWtQL+MpQoG4LA/uSvme+3SVf6y3qs3mw2a5tO vlqRueu6vY1rrHmFyTGd5qLmbC82DngySflu+63aqDaQ1p2PNsiEvQj7IIXw+AQE 0RgzSDKI5PFLKqU2rec5bgyngLCsygb8 =GD1k -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 19:46:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail-out.visi.com (kauket.visi.com [209.98.98.22]) by hub.freebsd.org (Postfix) with ESMTP id 32B0B14E74 for ; Thu, 21 Oct 1999 19:46:12 -0700 (PDT) (envelope-from lists@rhavenn.net) Received: from rhavenn (rhavenn.isdn.visi.com [209.98.4.95]) by mail-out.visi.com (Postfix) with SMTP id 4743C3731 for ; Thu, 21 Oct 1999 21:46:11 -0500 (CDT) Message-Id: <3.0.6.32.19991021215338.0091f3b0@mail.trlinks.com> X-Sender: rhavenn@mail.trlinks.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Thu, 21 Oct 1999 21:53:38 -0500 To: freebsd-questions@freebsd.org From: Lists User Subject: IPFW is acting funny... Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello List- Well, more then likely I am not understanding IPFW correctly, but here is my problem: I have the IPFIREWALL, etc.. on in the kernel and my firewall works, but I am trying to keep my local computers and routers from filling my logs, so I put a line in before my last one which should deny certian local requests, but not log them. #Before the last line $ipfw add deny udp from 172.20.20.15 137 to 172.20.20.12 137 #This is a Win98 box to my NIX box $ipfw add deny udp from 172.20.20.15 138 to 172.20.20.12 138 #My last lines. $ipfw add deny log tcp from any to any $ipfw add deny log udp from any to any My question/problem is that these requests still get logged and fillup my log file with junk. I thought if a deny matched it would terminate, but it keeps going and logs the requests? In my log file it shows up exactly like the deny requests above it. Am I missing something? Thanks! I am on the digest list, but could you email me seperately if you have an answer :) Henrik lists@rhavenn.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 20:12:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sparenix.metronet.com (sparenix.metronet.com [207.170.106.3]) by hub.freebsd.org (Postfix) with SMTP id B62ED14CAA for ; Thu, 21 Oct 1999 20:12:02 -0700 (PDT) (envelope-from jmanley@metronet.com) Received: (qmail 27014 invoked by uid 7770); 22 Oct 1999 03:31:02 -0000 Received: from fcn105-64.tmi.net (HELO win) (207.170.105.64) by sparenix.metronet.com with SMTP; 22 Oct 1999 03:31:02 -0000 Message-Id: <4.1.19991021220124.0097a2e0@mail.metronet.com> X-Sender: jmanley@mail.metronet.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Thu, 21 Oct 1999 22:13:16 -0500 To: freebsd-questions@freebsd.org From: Jim Manley Subject: Problems with 'dump' Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am having a problem with the 'dump' command. Here's an example output: darkstar# dump -0u -f /dev/nrsa0 /usr/src DUMP: Date of this level 0 dump: Thu Oct 21 21:58:18 1999 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping /usr/src to /dev/nrsa0 DUMP: bad sblock magic number DUMP: The ENTIRE dump is aborted. darkstar# Same thing happens if I try to dump to a file on the hard drive. System specs: AMD K5 166Mhz, 32MB RAM, SCSI HP 4mm DAT Tape Drive AHA-1542CP SCSI Host Adapter FBSD 3.3-Stable, cvsupped 10/20/99 I'd appreciate any help or suggestions anyone may have. Regards, Jim Manley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 20:16: 0 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 272A214CAA for ; Thu, 21 Oct 1999 20:15:47 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id WAA04010; Thu, 21 Oct 1999 22:15:44 -0500 (CDT) (envelope-from dan) Date: Thu, 21 Oct 1999 22:15:44 -0500 From: Dan Nelson To: Jim Manley Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problems with 'dump' Message-ID: <19991021221544.A3829@dan.emsphone.com> References: <4.1.19991021220124.0097a2e0@mail.metronet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <4.1.19991021220124.0097a2e0@mail.metronet.com>; from jmanley@metronet.com on Thu, Oct 21, 1999 at 10:13:16PM -0500 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Oct 21), Jim Manley said: > I am having a problem with the 'dump' command. Here's an example output: > > darkstar# dump -0u -f /dev/nrsa0 /usr/src > DUMP: Date of this level 0 dump: Thu Oct 21 21:58:18 1999 > DUMP: Date of last level 0 dump: the epoch > DUMP: Dumping /usr/src to /dev/nrsa0 > DUMP: bad sblock magic number > DUMP: The ENTIRE dump is aborted. > darkstar# Dump works on entire fileystems, not subdirectories or individual files. Give it the path to a mountpoint, or give it the raw devicename of the filesystem you want dumped. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 20:27:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wally.bellnetworks.net (www.bellnetworks.net [216.214.153.70]) by hub.freebsd.org (Postfix) with ESMTP id 320A314D41 for ; Thu, 21 Oct 1999 20:27:09 -0700 (PDT) (envelope-from jerry@bellnetworks.net) Received: from bellnetworks.net (alice.bellnetworks.net [216.214.153.74]) by wally.bellnetworks.net (8.9.3/8.9.3) with ESMTP id XAA99547; Thu, 21 Oct 1999 23:26:16 -0400 (EDT) (envelope-from jerry@bellnetworks.net) Message-ID: <380FD8A6.86BC123D@bellnetworks.net> Date: Thu, 21 Oct 1999 23:23:18 -0400 From: Jerry Bell X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Lists User Cc: freebsd-questions@FreeBSD.ORG Subject: Re: IPFW is acting funny... References: <3.0.6.32.19991021215338.0091f3b0@mail.trlinks.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The problem is that the traffic is not matching your rules, since you are also specifying a source port. Try this: $ipfw add deny udp from 172.20.20.15 1024-65535 to 172.20.20.12 137 $ipfw add deny udp from 172.20.20.15 1024-65535 to 172.20.20.12 138 or just $ipfw add deny udp from 172.20.20.15 to 172.20.20.12 137 $ipfw add deny udp from 172.20.20.15 to 172.20.20.12 138 When connections are established, an ephemeral port is assigned on the initiating side (in the range of 1024-65535). There is a bit more info at http://www.bellnetworks.net/cs Hope this helps. Jerry Lists User wrote: > > Hello List- > > Well, more then likely I am not understanding IPFW correctly, but here > is my problem: > > I have the IPFIREWALL, etc.. on in the kernel and my firewall works, but I > am trying to keep my local > computers and routers from filling my logs, so I put a line in before my > last one which should deny > certian local requests, but not log them. > > #Before the last line > $ipfw add deny udp from 172.20.20.15 137 to 172.20.20.12 137 #This is a > Win98 box to my NIX box > $ipfw add deny udp from 172.20.20.15 138 to 172.20.20.12 138 > > #My last lines. > $ipfw add deny log tcp from any to any > $ipfw add deny log udp from any to any > > My question/problem is that these requests still get logged and fillup my > log file with junk. I thought > if a deny matched it would terminate, but it keeps going and logs the > requests? In my log file it shows > up exactly like the deny requests above it. > > Am I missing something? > > Thanks! I am on the digest list, but could you email me seperately if you > have an answer :) > > Henrik > lists@rhavenn.net > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 20:33:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc2.on.home.com (ha1.rdc2.on.home.com [24.9.0.15]) by hub.freebsd.org (Postfix) with ESMTP id 9C5A615010 for ; Thu, 21 Oct 1999 20:33:31 -0700 (PDT) (envelope-from street@iname.com) Received: from mired.eh.local ([24.64.136.188]) by mail.rdc2.on.home.com (InterMail v4.01.01.07 201-229-111-110) with ESMTP id <19991022033330.VQOD29865.mail.rdc2.on.home.com@mired.eh.local>; Thu, 21 Oct 1999 20:33:30 -0700 Received: (from kws@localhost) by mired.eh.local (8.9.3/8.9.3) id XAA09579; Thu, 21 Oct 1999 23:33:24 -0400 (EDT) (envelope-from kws) To: Jim Manley Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problems with 'dump' References: <4.1.19991021220124.0097a2e0@mail.metronet.com> From: Kevin Street Date: 21 Oct 1999 23:33:24 -0400 In-Reply-To: Jim Manley's message of "Thu, 21 Oct 1999 22:13:16 -0500" Message-ID: <87g0z4xe63.fsf@mired.eh.local> Lines: 18 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 Jim Manley writes: > I am having a problem with the 'dump' command. Here's an example output: > > darkstar# dump -0u -f /dev/nrsa0 /usr/src > DUMP: Date of this level 0 dump: Thu Oct 21 21:58:18 1999 > DUMP: Date of last level 0 dump: the epoch > DUMP: Dumping /usr/src to /dev/nrsa0 > DUMP: bad sblock magic number > DUMP: The ENTIRE dump is aborted. > darkstar# dump works only on filesystems. /usr/src is probably a sub-directory not the root of a filesystem. -- Kevin Street street@iname.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 20:52:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 9286014CC2 for ; Thu, 21 Oct 1999 20:52:15 -0700 (PDT) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) for freebsd-questions@freebsd.org id 11eVkN-000BI6-00; Fri, 22 Oct 1999 04:52:07 +0100 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with SMTP id EAA35086 for ; Fri, 22 Oct 1999 04:52:07 +0100 (BST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Fri, 22 Oct 1999 04:52:06 +0100 (BST) From: J McKitrick To: freebsd-questions@freebsd.org Subject: WYSIWYG word processor needed 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 know i asked this before, but AbiWord has an annoying bug when i hit the space bar.. Are there any other good free WPs worth checking out for FBSD? I'm tring to avoid staroffice if possible, as well as wordperfect, unless it is overwhelmingly suggested. -jm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 21:17:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from csimo01.mx.cs.com (csimo01.mx.cs.com [198.81.17.74]) by hub.freebsd.org (Postfix) with ESMTP id 89EE414C34 for ; Thu, 21 Oct 1999 21:17:32 -0700 (PDT) (envelope-from Oswap@cs.com) Received: from Oswap@cs.com by csimo01.mx.cs.com (mail_out_v23.6.) id nLTBa15495 (4390) for ; Fri, 22 Oct 1999 00:17:29 -0400 (EDT) From: Oswap@cs.com Message-ID: <0.bb411e9b.25413f59@cs.com> Date: Fri, 22 Oct 1999 00:17:29 EDT Subject: A few questions 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 FreeBSD Question Answers- I have a atatpi cdrom, and need to know how to mount it. Here is what the screen says upon boot up: wdc0 at 0x1f0-0x1f7 irq14 on isa wdc0: unit 0 (wd0): wd0: 1225MB (2509920sectors), 2490cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (atapi): , removable, intr, iordy I tried mount /cdrom , didn't work tried mount /dev/atapi /cdrom ,didn't work tried mount /dev/wd1 /cdrom ,didn't work tried mount_cd9660 /cdrom ,didn't work If you know how please tell! Next Question: How do I change the pre-login message? Someone told me to look in gettytab, but i couldn't figure it out. Thanks, Robert Foster To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 21:22: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from csimo01.mx.cs.com (csimo01.mx.cs.com [198.81.17.74]) by hub.freebsd.org (Postfix) with ESMTP id BE57814EDD for ; Thu, 21 Oct 1999 21:22:07 -0700 (PDT) (envelope-from Oswap@cs.com) Received: from Oswap@cs.com by csimo01.mx.cs.com (mail_out_v23.6.) id nFCCa15495 (4380) for ; Fri, 22 Oct 1999 00:21:57 -0400 (EDT) From: Oswap@cs.com Message-ID: <0.574d0664.25414065@cs.com> Date: Fri, 22 Oct 1999 00:21:57 EDT Subject: A few questions 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 FreeBSD Question Answers- I have a atatpi cdrom, and need to know how to mount it. Here is what the screen says upon boot up: wdc0 at 0x1f0-0x1f7 irq14 on isa wdc0: unit 0 (wd0): wd0: 1225MB (2509920sectors), 2490cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (atapi): , removable, intr, iordy I tried mount /cdrom , didn't work tried mount /dev/atapi /cdrom ,didn't work tried mount /dev/wd1 /cdrom ,didn't work tried mount_cd9660 /cdrom ,didn't work If you know how please tell! Next Question: How do I change the pre-login message? Someone told me to look in gettytab, but i couldn't figure it out. Thanks, Robert Foster To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 21:27:33 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 30A1C14CC0 for ; Thu, 21 Oct 1999 21:27:30 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id XAA06098; Thu, 21 Oct 1999 23:27:30 -0500 (CDT) (envelope-from dan) Date: Thu, 21 Oct 1999 23:27:29 -0500 From: Dan Nelson To: Oswap@cs.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: A few questions Message-ID: <19991021232729.A5761@dan.emsphone.com> References: <0.bb411e9b.25413f59@cs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <0.bb411e9b.25413f59@cs.com>; from Oswap@cs.com on Fri, Oct 22, 1999 at 12:17:29AM -0400 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Oct 22), Oswap@cs.com said: > FreeBSD Question Answers- > I have a atatpi cdrom, and need to know how to mount it. Here is what the > screen says upon boot up: > > wdc0 at 0x1f0-0x1f7 irq14 on isa > wdc0: unit 0 (wd0): > wd0: 1225MB (2509920sectors), 2490cyls, 16 heads, 63 S/T, 512 B/S > wdc0: unit 1 (atapi): , removable, intr, iordy Hm. you're missing a "wcd0" line here. I'm hoping you just didn't paste it in. Try "mount -t cd9660 /dev/wcd0c /cdrom". > If you know how please tell! > > Next Question: > How do I change the pre-login message? > Someone told me to look in gettytab, but i couldn't figure it out. The message is encoded in the ``:im=:'' string. The gettytab manpage lists the %-sequences you can use. If you prefer, you can put the message in a file. Remove the ``:im=:'' block from /etc/gettytab and replace it with ``:if=/etc/issue:'' , then stick the message in /etc/issue. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 21:27:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sparenix.metronet.com (sparenix.metronet.com [207.170.106.3]) by hub.freebsd.org (Postfix) with SMTP id 574D214FD3 for ; Thu, 21 Oct 1999 21:27:52 -0700 (PDT) (envelope-from jmanley@metronet.com) Received: (qmail 27796 invoked by uid 7770); 22 Oct 1999 04:46:48 -0000 Received: from fcn105-64.tmi.net (HELO win) (207.170.105.64) by sparenix.metronet.com with SMTP; 22 Oct 1999 04:46:48 -0000 Message-Id: <4.1.19991021231756.00970200@mail.metronet.com> X-Sender: jmanley@mail.metronet.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Thu, 21 Oct 1999 23:29:02 -0500 To: freebsd-questions@freebsd.org From: Jim Manley Subject: panic:page faults Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My FBSD 3.3-stable box has started to panic with page faults upon reboot. When I reboot the box, it goes through the probe upto the point where it waits for the SCSI devices to settle then, WHAM -- page fault, panic, reboot. Here's the error message: fatal trap 12: page fault while in kernel mode fault virtual address = 0x1c fault code = supervisor read, page not present instruction pointer = 0x8:0xc011ca61 stack pointer = 0x10:0xc0232328 frame pointer = 0x10:0xc02323b4 code segment = base 0x0, limit 0xfffff, type 0x1b = dpl 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, iopl=0 current process = idle interrupt mask = trap number = 12 panic: page fault Am I looking at a hardware problem here (i.e, bad simm)? I haven't changed hardware configuration of the box in several months. System specs: AMD K5 166Mhz, 32MB RAM, SCSI HP 4mm DAT Tape Drive AHA-1542CP SCSI Host Adapter, 3COM Etherlink III NIC, Diamond Stealth 2000 3D Video w/ 4MB RAM, 2 2GB Hard Drives FBSD 3.3-Stable, cvsupped 10/20/99 Regards, Jim Manley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 22: 4:55 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 E4BB914E42 for ; Thu, 21 Oct 1999 22:04:53 -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 KAA38678; Fri, 22 Oct 1999 10:00:57 GMT (envelope-from jcwells@u.washington.edu) X-Authentication-Warning: s8-37-26.student.washington.edu: jcw owned process doing -bs Date: Fri, 22 Oct 1999 10:00:57 +0000 (GMT) From: "Jason C. Wells" X-Sender: jcw@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: J McKitrick Cc: freebsd-questions@FreeBSD.ORG Subject: Re: WYSIWYG word processor needed 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 Fri, 22 Oct 1999, J McKitrick wrote: >I know i asked this before, but AbiWord has an annoying bug when i hit the >space bar.. Are there any other good free WPs worth checking out for >FBSD? I'm tring to avoid staroffice if possible, as well as wordperfect, >unless it is overwhelmingly suggested. I overwhelmingly suggest WP for a Word Processor. 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 Thu Oct 21 22: 7:56 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 0890E14DB9 for ; Thu, 21 Oct 1999 22:07:54 -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 KAA46604; Fri, 22 Oct 1999 10:05:15 GMT (envelope-from jcwells@u.washington.edu) X-Authentication-Warning: s8-37-26.student.washington.edu: jcw owned process doing -bs Date: Fri, 22 Oct 1999 10:05:15 +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: A few questions In-Reply-To: <0.bb411e9b.25413f59@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 Fri, 22 Oct 1999 Oswap@cs.com wrote: >I tried mount /cdrom , didn't work >tried mount /dev/atapi /cdrom ,didn't work >tried mount /dev/wd1 /cdrom ,didn't work >tried mount_cd9660 /cdrom ,didn't work >If you know how please tell! Wow. You sure tried a lot of stuff. I bet that the errer message that you got gave you a clue about what was wrong. It would probabsy help us to answer you. But I am pretty sure I can help anyway. The proper device name for your atapi cdrom is most likely /dev/wcd0c. mount -t cd9660 /dev/wcd0c /cdrom Also, the mount /cdrom incantation will work if /cdrom is in /etc/fstab. 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 Thu Oct 21 22:11:57 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 AF20B14DB9 for ; Thu, 21 Oct 1999 22:11:54 -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 OAA00337 for freebsd-questions@freebsd.org; Fri, 22 Oct 1999 14:10:02 +0900 (KST) (envelope-from hdcho) Date: Fri, 22 Oct 1999 14:10:02 +0900 (KST) From: Huidae Cho Message-Id: <199910220510.OAA00337@unix.knu.ac.kr> To: freebsd-questions@freebsd.org Subject: network restart Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG when network stops for some reasons, how can i restart network w/o reboot? just run '/etc/netstart' ? help me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 22:21:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cm-24-142-61-16.cableco-op.ispchannel.com (cm-24-142-61-16.cableco-op.ispchannel.com [24.142.61.16]) by hub.freebsd.org (Postfix) with ESMTP id 7389014D11 for ; Thu, 21 Oct 1999 22:21:53 -0700 (PDT) (envelope-from jwg@netbox.com) Received: from localhost (jwg@localhost) by cm-24-142-61-16.cableco-op.ispchannel.com (8.8.8/8.8.8) with ESMTP id WAA23620 for ; Thu, 21 Oct 1999 22:17:01 -0700 (PDT) (envelope-from jwg@netbox.com) X-Authentication-Warning: cm-24-142-61-16.cableco-op.ispchannel.com: jwg owned process doing -bs Date: Thu, 21 Oct 1999 22:17:01 -0700 (PDT) From: Jeff Gray X-Sender: jwg@cm-24-142-61-16.cableco-op.ispchannel.com To: Questions at FreeBSD Subject: Maximum number of clients reached 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 Hmmmm... cannot seem to find which file to edit to fix this. Running 3.3 KDE as my desktop Have a number of windows open :-) Just rebuilt the kernal adding vn0 and now, after a bunch of windows, % Xlib: connection to ":0.0" refused by server Xlib: Maximum number of clients reached xterm Xt error: Can't open display: :0 Which file to edit to fix, increase the number of clients? Thanks in advance. Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Oct 21 22:38:23 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 8AE8D15019 for ; Thu, 21 Oct 1999 22:38:20 -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 KAA63905; Fri, 22 Oct 1999 10:35:36 GMT (envelope-from jcwells@u.washington.edu) X-Authentication-Warning: s8-37-26.student.washington.edu: jcw owned process doing -bs Date: Fri, 22 Oct 1999 10:35:36 +0000 (GMT) From: "Jason C. Wells" X-Sender: jcw@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: Huidae Cho Cc: freebsd-questions@FreeBSD.ORG Subject: Re: network restart In-Reply-To: <199910220510.OAA00337@unix.knu.ac.kr> 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, 22 Oct 1999, Huidae Cho wrote: >when network stops for some reasons, how can i restart network w/o reboot? >just run '/etc/netstart' ? >help me. First, you should not just accept that the network just stops. Fix the problem at the source. To aswer your question though: One way is to 'kill 1' then exit at the console to cause a restart. Another way is some incantation of 'ifconfig' that I can't recall. Look in one of the /etc/rc scripts for the right way to do this. 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 Thu Oct 21 23:19:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from moon.mteege.de (ppps-nb03.MVnet.de [194.25.108.153]) by hub.freebsd.org (Postfix) with ESMTP id 1595714F8E for ; Thu, 21 Oct 1999 23:19:15 -0700 (PDT) (envelope-from matthias@mteege.de) Received: (from matthias@localhost) by moon.mteege.de (8.8.8/8.8.8) id IAA20246; Fri, 22 Oct 1999 08:08:24 +0200 (MET DST) (envelope-from matthias) Date: Fri, 22 Oct 1999 08:08:24 +0200 From: Matthias Teege To: Chris Pitzer Cc: questions@FreeBSD.ORG Subject: Re: appletalk pc Message-ID: <19991022080824.A20211@moon.mteege.de> References: <002501bf1c30$38e36da0$2a640a0a@me> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <002501bf1c30$38e36da0$2a640a0a@me> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Oct 21, 1999 at 09:53:21PM -0400, Chris Pitzer wrote: > I would like to connect my Macintosh powerbook to my FreeBSD box using appletalk. I have acquired an Apple Localtalk PC card and am trying to find drivers for it without much success. I have seen people talking about having done it but no luck in finding out how. > > any help is appreciated. connect both with ethernet and install netatalk from the ports. Matthias -- Matthias Teege -- matthias@mteege.de -- http://emugs.de make world not war PGP-Key auf Anfrage To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 0: 2: 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 E2FC914D44 for ; Fri, 22 Oct 1999 00:01:59 -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 JAA03921; Fri, 22 Oct 1999 09:01:57 +0200 (MET DST) Message-ID: <38100BE4.7CA0A68@tu-harburg.de> Date: Fri, 22 Oct 1999 09:01:57 +0200 From: Sven Reimers X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Giorgos Keramidas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Flashplayer and Plugin References: <380DDBD0.13400E67@tu-harburg.de> <86g0z5vfuq.fsf@localhost.hell.gr> <380EB593.4385721F@tu-harburg.de> <86hfjknbjz.fsf@localhost.hell.gr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I will try this. Thanks. Sven Giorgos Keramidas wrote: > Sven Reimers writes: > > > Thanks for the hint but they are enabled. > > > > The nice thing is: After logging in this > > morning my wm claimed difficulties with SHMGET > > as well, so I just did a clean reboot of my system... > > and here we go anything works fine! > > > > I am not quite sure why, but maybe that is about the lib > > build during the install of flashplugin(?). > > > > Some weird aout stuff. Anything else is elf on my system. > > The SysV shared memory and other IPC resources are limited and persistant, > i.e. they do not get de-allocated unless a program specifically requests > de-allocation. Your flash plugin installation probably left various SHM > segments allocated and you run out of `free' shared segments. > > Next time this happens, try using `ipcs' to see the allocated resources, and > if you're sure that none really needs them use `ipcrm' to delete stale ones. > > -- > Giorgos Keramidas, > "What we have to learn to do, we learn by doing." [Aristotle] > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 0:16:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay.ucb.crimea.ua (UCB-Async4-CRISCO.CRIS.NET [212.110.129.130]) by hub.freebsd.org (Postfix) with ESMTP id 42A9A14D2D for ; Fri, 22 Oct 1999 00:15:05 -0700 (PDT) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.3/8.9.3/UCB) id RAA41336; Thu, 21 Oct 1999 17:09:07 +0300 (EEST) (envelope-from ru) Date: Thu, 21 Oct 1999 17:09:07 +0300 From: Ruslan Ermilov To: Bert Hiddink Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Setting up IP-based Virtual Hosts for FreeBSD Message-ID: <19991021170907.A39917@relay.ucb.crimea.ua> Mail-Followup-To: Bert Hiddink , freebsd-questions@FreeBSD.ORG References: <19991021125334.9B04914D4E@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <19991021125334.9B04914D4E@hub.freebsd.org>; from Bert Hiddink on Thu, Oct 21, 1999 at 06:58:05AM -0600 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Oct 21, 1999 at 06:58:05AM -0600, Bert Hiddink wrote: > Hello, > > I have FreeBSD 2.2.8 with Apache 1.3. on a Windows LAN. > > I would like to set-up IP-based Virtual Hosts feature of Apache for > FreeBSD. Therefore I created multiple IP-alias with the ifconfig > command. > /sbin/ifconfig ed0 alias 192.168.1.11 netmask 255.255.255.255 > /sbin/ifconfig ed0 alias 192.168.1.12 netmask 255.255.255.255 > ... > > So far, so good. Then I added to the /etc/hosts: > > 192.168.1.11 local.sipromicro.com > 192.168.1.12 local.coopnetaldia.org > 192.168.1.13 local.coopnetupdate.org > 192.168.1.14 local.associate-expert.net > 192.168.1.15 local.microempresa.org > 192.168.1.16 local.apache.org > 192.168.1.17 local.galileo.or.cr > 192.168.1.18 local.coninpyme.org > > Then I edited the httpd.conf of Apache: > > > DocumentRoot /usr/local/www/data/hp-sipromicro > ServerName local.sipromicro.com > > [...] > > >From a Windows machine, I can now acces the Virtual Hosts by typing > on the IP-address in my browser, and this points correctly to the > respective directory. However, I would like this to work with the > Virtual Hostnames f.e. instead of using 192.168.1.12 typing directly > http://local.coopnetaldia.org (see the example above). > > However, I can not get did worked. What I am doing wrong here? > Do I need a DNS-server for this? > Either run DNS, or populate %windir%\HOSTS with the same entries. -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank, ru@FreeBSD.org FreeBSD committer, +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 0:28: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 AFA1D14A2E for ; Fri, 22 Oct 1999 00:28:26 -0700 (PDT) (envelope-from sbcorey@azstarnet.com) Received: from dialup12ip017.tus.azstarnet.com (dialup12ip017.tus.azstarnet.com [169.197.35.145]) by cepheus.azstarnet.com (8.9.3+blt.Beta0/8.9.3) with ESMTP id AAA10861; Fri, 22 Oct 1999 00:28:22 -0700 (MST) Message-Id: <199910220728.AAA10861@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: Date: Fri, 22 Oct 1999 00:40:26 -0700 (MST) From: sbcorey@azstarnet.com To: Jeff Gray Subject: RE: Maximum number of clients reached Cc: Questions at FreeBSD Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 22-Oct-99 Jeff Gray wrote: > Hmmmm... cannot seem to find which file to edit to fix this. > > Running 3.3 > KDE as my desktop > > Have a number of windows open :-) > Just rebuilt the kernel adding vn0 and now, after a bunch of windows, > > % Xlib: connection to ":0.0" refused by server > Xlib: Maximum number of clients reached > xterm Xt error: Can't open display: :0 > > Which file to edit to fix, increase the number of clients? > Look in your kernel configuration and see how many "MAXUSERS" you have. You Might just have to recompile the kernel with a bigger number. > Thanks in advance. > Jeff --- A kinder and gentler sbcorey -- 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 Fri Oct 22 1:38:27 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 D1B8E14E6E for ; Fri, 22 Oct 1999 01:38:25 -0700 (PDT) (envelope-from tienhuat_lee@yahoo.com) Message-ID: <19991022083957.18983.rocketmail@web701.mail.yahoo.com> Received: from [202.188.57.58] by web701.mail.yahoo.com; Fri, 22 Oct 1999 01:39:57 PDT Date: Fri, 22 Oct 1999 01:39:57 -0700 (PDT) From: TIENHUAT LEE Subject: Latest Stable FreeBSD? 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 everybody, What is the latest stable FreeBSD? 3.3? Thanks. Regards, tienhuat ------- ===== __________________________________________________ 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 Fri Oct 22 1:48:18 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 2F0DF14E6E for ; Fri, 22 Oct 1999 01:48:13 -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 11eaMo-000FiI-00; Fri, 22 Oct 1999 10:48:06 +0200 From: Sheldon Hearn To: TIENHUAT LEE Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Latest Stable FreeBSD? In-reply-to: Your message of "Fri, 22 Oct 1999 01:39:57 MST." <19991022083957.18983.rocketmail@web701.mail.yahoo.com> Date: Fri, 22 Oct 1999 10:48:06 +0200 Message-ID: <60405.940582086@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 Oct 1999 01:39:57 MST, TIENHUAT LEE wrote: > What is the latest stable FreeBSD? 3.3? Yes. Next time you're wondering, check out the FreeBSD web page. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 1:51:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from snoopy.pacific.net.sg (snoopy.pacific.net.sg [203.120.90.116]) by hub.freebsd.org (Postfix) with ESMTP id 63A9F14E6E for ; Fri, 22 Oct 1999 01:51:06 -0700 (PDT) (envelope-from jk.tan@pacific.net.sg) Received: from pop1.pacific.net.sg (pop1.pacific.net.sg [203.120.90.85]) by snoopy.pacific.net.sg with ESMTP id QAA24442 for ; Fri, 22 Oct 1999 16:51:03 +0800 (SGT) Received: from firefox.pacific.net.sg (firefox.pacific.net.sg [203.120.89.74]) by pop1.pacific.net.sg with ESMTP id QAA11347 for ; Fri, 22 Oct 1999 16:51:02 +0800 (SGT) Date: Fri, 22 Oct 1999 16:49:24 +0800 (SGT) From: Tan Juay Kwang X-Sender: tanjk@firefox.pacific.net.sg To: freebsd-questions@freebsd.org Subject: SecurityDynamics' SecurID client? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there a client for SecurID from SecurityDynamics for FBSD? Regards, Juay Kwang To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 2: 1: 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 C898F14D69 for ; Fri, 22 Oct 1999 02:00:39 -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 11eaU0-000FkC-00; Fri, 22 Oct 1999 10:55:32 +0200 From: Sheldon Hearn To: "Ghulam Dastgir" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail for dialup host In-reply-to: Your message of "Thu, 21 Oct 1999 21:29:00 +0100." <000801bf1c03$0097ef20$6b8ca6c3@ghulam> Date: Fri, 22 Oct 1999 10:55:32 +0200 Message-ID: <60523.940582532@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Oct 1999 21:29:00 +0100, "Ghulam Dastgir" wrote: > /etc/sendmail.cf. When I'm in the directory: = > /usr/src/usr.sbin/sendmail/cf/cf, I do: > make ghulam.cf <---though shouldn't this be ghulam.mc? Yes. It should be gulam.mc . > but this is what the FAQ says ha! You're right: http://www.freebsd.org/FAQ/admin.html#UUCPMAIL I'll fix it. Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 2:22:46 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 28B3614BF4 for ; Fri, 22 Oct 1999 02:22:41 -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 11eap6-000Fr8-00; Fri, 22 Oct 1999 11:17:20 +0200 From: Sheldon Hearn To: "Ghulam Dastgir" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail for dialup host In-reply-to: Your message of "Fri, 22 Oct 1999 10:55:32 +0200." <60523.940582532@axl.noc.iafrica.com> Date: Fri, 22 Oct 1999 11:17:20 +0200 Message-ID: <60953.940583840@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 Oct 1999 10:55:32 +0200, Sheldon Hearn wrote: > Yes. It should be gulam.mc . Oops, I'm wrong. The FAQ seems correct. I've tried to reproduce the problem you're having, but it seems to be working fine for me. The only thing I can think of is that there's something in the /usr/share/mk/bsd.prog.mk that I have which makes this work. I used the 2.2.8-RELEASE ssmailcf.aa, but my machine is a 4.0-CURRENT scratchbox. What revision of /usr/share/mk/bsd.prog.mk and other makefile includes do you have? You can find out with the following command: ident /usr/share/mk/*.mk Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 2:27: 2 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 88A9814E2B for ; Fri, 22 Oct 1999 02:26:57 -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 11eayB-000GGP-00; Fri, 22 Oct 1999 11:26:43 +0200 From: Sheldon Hearn To: Jeff Gray Cc: Questions at FreeBSD Subject: Re: Maximum number of clients reached In-reply-to: Your message of "Thu, 21 Oct 1999 22:17:01 MST." Date: Fri, 22 Oct 1999 11:26:43 +0200 Message-ID: <62520.940584403@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Oct 1999 22:17:01 MST, Jeff Gray wrote: > % Xlib: connection to ":0.0" refused by server > Xlib: Maximum number of clients reached > xterm Xt error: Can't open display: :0 I'm sucking answers out of my thumb here, but how many psuedo-terminals do you have configured into your kernel and how many pty devices are configured in /dev ? grep pty /path/to/MYKERNELCONFIG If you suspect that this is indeed your problem, check out this entry in the FreeBSD FAQ: http://www.freebsd.org/FAQ/admin.html#AEN2024 Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 2:56:29 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 4E32614FBA for ; Fri, 22 Oct 1999 02:56:20 -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 11ebQh-000GLq-00; Fri, 22 Oct 1999 11:56:11 +0200 From: Sheldon Hearn To: "Jay West" Cc: freebsd-questions@freebsd.org Subject: Re: Is the "mail -u" option broken under 3.3 Release? In-reply-to: Your message of "Thu, 21 Oct 1999 07:24:06 EST." <001f01bf1bbf$2b328d60$d402a8c0@tse.com> Date: Fri, 22 Oct 1999 11:56:11 +0200 Message-ID: <62857.940586171@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Oct 1999 07:24:06 EST, "Jay West" wrote: > So, two questions... In the first case above, like I said it's a > fresh install with no symlinks. I must assume the mail -u command is > broken. Correct? And second, in the second case where /var/mail is a > symlink, is this a known bad thing to do? I really don't want to have > to reinstall this machine to make /var bigger.... ideas? It's odd, because the manpage says that ``-u foo'' is the same as ``-f /var/mail/foo''. Looking at the code, this is _not_ true. The -u option really sets the user whom we pretend to be. My advice would be to use the -f option, since I don't really know what -u is for. :-) Later, Sheldon. PS: Nope, there shouldn't be a problem using symlinks. But since we were working on the assumption that mail(1) might be broken, I was trying to narrow down our options. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 3: 8:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id C8DBD14C36 for ; Fri, 22 Oct 1999 03:08:31 -0700 (PDT) (envelope-from a.satow@toba.rhein-neckar.de) Received: (from uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with UUCP id MAA18534 for freebsd-questions@freebsd.org; Fri, 22 Oct 1999 12:08:30 +0200 (CEST) (envelope-from a.satow@toba.rhein-neckar.de) Received: (from alex@localhost) by diaguita.inti.huasi (8.9.3/8.9.3) id LAA06159 for freebsd-questions@freebsd.org; Fri, 22 Oct 1999 11:58:30 +0200 (CEST) (envelope-from alex) Date: Fri, 22 Oct 1999 11:58:30 +0200 From: "A. Satow" To: freebsd-questions@freebsd.org Subject: Terminal Message-ID: <19991022115830.A5306@diaguita.inti.huasi> Reply-To: "A. Satow" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Sometimes I connect to my FreeBSD Box (3.0 Stable) via Telnet from Windows NT 4.0. In order to be able to use for example Midnight Commander I change my TERM variable from TERM=cons25l1 to TERM=vt100. When I switch back, working directly on a FreeBSD console everything is black and white (X applications are still in colour). But what strikes me most is that even when I shutdown FreeBSD and start again the console is still black and white. Only a second boot would start the console in colour modus. Am I missing something? TERM=cons25l1 Graphic Board: Miro Crystal 20SD PCI with S3 SDAC Pentium 120 (not state of the art, but FreeBSD does really a great job!!) OT: BTW can anyone recommend some good Telnet client for WIN NT. I would appreciate any help. Thanks in advance! Bye Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 3:18:29 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 0EF3C14F56 for ; Fri, 22 Oct 1999 03:18:24 -0700 (PDT) (envelope-from ian@tirnanog.org) Received: (qmail 25165 invoked from network); 22 Oct 1999 10:18:22 -0000 Received: from unknown (HELO ciara) (212.56.111.23) by cask.force9.net with SMTP; 22 Oct 1999 10:18:22 -0000 Message-ID: <000f01bf1c77$2ba9d6a0$176f38d4@ciara> Reply-To: "Ian J Greely" From: "Ian J Greely" To: "Jason C. Wells" , "J McKitrick" Cc: Subject: Re: WYSIWYG word processor needed Date: Fri, 22 Oct 1999 11:21:12 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Star Office from Sun? It will have to run in Linux compatability mode but now that Sun have bought out the company single user "home" licences are free. www.sun.com regards, Ian - -----Original Message----- From: Jason C. Wells To: J McKitrick Cc: freebsd-questions@FreeBSD.ORG Date: Friday, October 22, 1999 6:10 AM Subject: Re: WYSIWYG word processor needed >On Fri, 22 Oct 1999, J McKitrick wrote: > >>I know i asked this before, but AbiWord has an annoying bug when i hit the >>space bar.. Are there any other good free WPs worth checking out for >>FBSD? I'm tring to avoid staroffice if possible, as well as wordperfect, >>unless it is overwhelmingly suggested. > >I overwhelmingly suggest WP for a Word Processor. > >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 > -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.0.2i iQA/AwUBOBA6l/V49GQ1PAIGEQKAFwCgrAVgSbMmH8ar3G5H773theZq/PwAoKaa HDqbC/B6vYrIlzvA3ZTMnvuN =Xy3c -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 4: 2: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id 46C8E14EA5 for ; Fri, 22 Oct 1999 04:02:05 -0700 (PDT) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 71982 invoked by uid 1001); 22 Oct 1999 11:02:03 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 22 Oct 1999 11:02:03 -0000 Date: Fri, 22 Oct 1999 07:02:03 -0400 (EDT) From: Jaime Kikpole To: Matthias Teege Cc: Chris Pitzer , questions@FreeBSD.ORG Subject: Re: appletalk pc In-Reply-To: <19991022080824.A20211@moon.mteege.de> 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, 22 Oct 1999, Matthias Teege wrote: > On Thu, Oct 21, 1999 at 09:53:21PM -0400, Chris Pitzer wrote: > > I would like to connect my Macintosh powerbook to my FreeBSD box using appletalk. I have acquired an Apple Localtalk PC card and am trying to find drivers for it without much success. I have seen people talking about having done it but no luck in finding out how. > > > > any help is appreciated. > > connect both with ethernet and install netatalk from the ports. Don't forget to ompile a new kernel with "options NETATALK" somewhere in your kernel config file. Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 4:10:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id A053A14EA5 for ; Fri, 22 Oct 1999 04:10:55 -0700 (PDT) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 72001 invoked by uid 1001); 22 Oct 1999 11:10:54 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 22 Oct 1999 11:10:54 -0000 Date: Fri, 22 Oct 1999 07:10:53 -0400 (EDT) From: Jaime Kikpole To: Jim Manley Cc: freebsd-questions@freebsd.org Subject: Re: panic:page faults In-Reply-To: <4.1.19991021231756.00970200@mail.metronet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Oct 1999, Jim Manley wrote: > My FBSD 3.3-stable box has started to panic with page faults upon reboot. > When I reboot the box, it goes through the probe upto the point where it > waits for the SCSI devices to settle then, WHAM -- page fault, panic, reboot. > > fatal trap 12: page fault while in kernel mode > fault virtual address = 0x1c > fault code = supervisor read, page not present > instruction pointer = 0x8:0xc011ca61 > stack pointer = 0x10:0xc0232328 > frame pointer = 0x10:0xc02323b4 > code segment = base 0x0, limit 0xfffff, type 0x1b > = dpl 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, iopl=0 > current process = idle > interrupt mask = > trap number = 12 > panic: page fault > > Am I looking at a hardware problem here (i.e, bad simm)? I haven't changed > hardware configuration of the box in several months. Its possible. I'm not expert on this sort of thing, but I used to have a K5 based system that could only reach uptimes of 3 to 20 days. (You should have seen the look on my friend's face when I complained about this to him.... "Only?!?") I often found slight typos in the source code of the kernel or a port that I was installing. Usually it was something like a ^L taking the place of the correct letter. I dealt with this for months and then tried to diagnose it but ended up only discovering that my computer was unable to cold boot anymore. You might want to test a different hard drive, SCSI controller, SIMM or DIMM, and/or mother board, just to see if the problem stops. Alternately, it might be a partitioning or disk label problem, which the hard drive swap would also fix. Of course, if it was a bad software config, the hard drive swap would fix that, too. :) Anyway, point was that it *might* be hardware. I can't offer much advise, only my previous experiences. Good luck, Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 4:56:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from barrow.uwaterloo.ca (barrow.uwaterloo.ca [129.97.140.32]) by hub.freebsd.org (Postfix) with ESMTP id 5962A14EA5 for ; Fri, 22 Oct 1999 04:56:35 -0700 (PDT) (envelope-from acheng@barrow.uwaterloo.ca) Received: from localhost (acheng@localhost) by barrow.uwaterloo.ca (8.8.8/8.8.8) with SMTP id HAA18288 for ; Fri, 22 Oct 1999 07:56:34 -0400 (EDT) Date: Fri, 22 Oct 1999 07:56:34 -0400 (EDT) From: Ada To: freebsd-questions@FreeBSD.ORG Subject: Do I have to upgrade from 3.1 -> 3.2 for SB PCI 128 to work? 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 been trying to config a friend's sound card with no success thus far. The sound card she has is a SB PCI 128. She is currently running 3.1 on a Pent II with 64 megs of RAM. Originally we tried the following two lines on her GENERIC file device pcm0 at isa? port ? tty irq ? drq ? flags 0x0 device pca0 at isa? port "IO_TIMER1" tty which upon reboot results in pcm0 not found pca0 on motherboard pca0: PC speaker audio driver Upon advice from another bsd-questions subscriber (who has the sound card working under 3.2) we replace the 2 lines above with the following controller pnp0 controller pci0 device pcm0 device pca0 at isa? port "IO_TIMER1" tty But the sound card is still not recognize. The dmesg is attached at the end. So does she need to upgrade to 3.2 or 3.3 in order for her sound card to work? (We don't have 3.2 available but we do have 3.3 avaiable) Many thanks in advance Ada Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.1-RELEASE #3: Thu Oct 21 14:25:03 EDT 1999 liarseneau@TopGun:/usr/src/sys/compile/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III (451.02-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x673 Stepping=3 Features=0x383f9ff,> real memory = 134217728 (131072K bytes) avail memory = 127062016 (124084K bytes) Preloaded elf kernel "kernel" at 0xf035b000. Probing for devices on PCI bus 0: chip0: rev 0x03 on pci0.0.0 chip1: rev 0x03 on pci0.1.0 chip2: rev 0x02 on pci0.7.0 ide_pci0: rev 0x01 on pci0.7.1 chip3: rev 0x02 on pci0.7.3 Probing for devices on PCI bus 1: vga0: rev 0x5c int a irq 11 on pci1.0.0 Probing for PnP devices: Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> ed0 not found at 0x280 fe0 not found at 0x300 pca0 on motherboard pca0: PC speaker audio driver atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 irq 12 on isa psm0: model Generic PS/2 mouse, device ID 0 sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 9787MB (20044080 sectors), 19885 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (atapi): , removable, accel, dma, iordis acd0: drive speed 0KB/sec, 512KB cache acd0: supported read types: CD-R, CD-RW, CD-DA acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray acd0: Medium: no/blank disc inside, unlocked wt0 not found at 0x300 mcd0 not found at 0x300 matcdc0 not found at 0x230 scd0 not found at 0x230 ppc0 at 0x378 irq 7 on isa ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode ppb0: IEEE1284 device found /NIBBLE/ECP Probing for PnP devices on ppbus0: ppbus0: PRINTER MLC,PCL,PJL nlpt0: on ppbus 0 nlpt0: Interrupt-driven port ppi0: on ppbus 0 plip0: on ppbus 0 ie0: unknown board_id: f000 ie0 not found at 0x300 ep0 not found at 0x300 ex0 not found le0 not found at 0x300 lnc0 not found at 0x280 ze0 not found at 0x300 zp0 not found at 0x300 cs0 not found at 0x300 adv0 not found at 0x330 bt0 not found at 0x134 aha0 not found at 0x134 vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface changing root device to wd0s2a To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 5:57:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wop21.wop.wtb.tue.nl (wop21.wop.wtb.tue.nl [131.155.56.216]) by hub.freebsd.org (Postfix) with ESMTP id 4F41614F3B for ; Fri, 22 Oct 1999 05:57:10 -0700 (PDT) (envelope-from karelj@wop21.wop.wtb.tue.nl) Received: (from karelj@localhost) by wop21.wop.wtb.tue.nl (8.9.3/8.9.3) id OAA00514; Fri, 22 Oct 1999 14:59:09 +0200 (CEST) (envelope-from karelj) Date: Fri, 22 Oct 1999 14:59:09 +0200 From: Karel Joop Bosschaart To: Ada , freebsd-questions@freebsd.org Subject: Re: Do I have to upgrade from 3.1 -> 3.2 for SB PCI 128 to work? Message-ID: <19991022145909.A463@wop21.wop.wtb.tue.nl> Reply-To: K.J.Bosschaart@wtb.tue.nl References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Oct 22, 1999 at 07:56:34AM -0400, Ada wrote: > Hi, > I have been trying to config a friend's sound card with no success > thus far. The sound card she has is a SB PCI 128. She is currently > running 3.1 on a Pent II with 64 megs of RAM. > Originally we tried the following two lines on her GENERIC file > > device pcm0 at isa? port ? tty irq ? drq ? flags 0x0 > device pca0 at isa? port "IO_TIMER1" tty > > which upon reboot results in > pcm0 not found > pca0 on motherboard > pca0: PC speaker audio driver > > Upon advice from another bsd-questions subscriber (who has the sound card > working under 3.2) we replace the 2 lines above with the following > controller pnp0 > controller pci0 > device pcm0 > device pca0 at isa? port "IO_TIMER1" tty > Should be OK. Are you sure you want the PC speaker (pca) when having an SB PCI 128 ;-) ? > But the sound card is still not recognize. The dmesg is attached at the > end. So does she need to upgrade to 3.2 or 3.3 in order for her sound card > to work? (We don't have 3.2 available but we do have 3.3 avaiable) I had the PCI128 working since 3.1. However, it might be that I applied some patches at that time since they weren't included in the base distribution yet (the site where I got it isn't there anymore). Check /usr/src/sys/pci for es1370.c and es1370_reg.h. (my versions are from 1999/08/29). > Copyright (c) 1992-1999 FreeBSD Inc. > Copyright (c) 1982, 1986, 1989, 1991, 1993 > The Regents of the University of California. All rights reserved. > FreeBSD 3.1-RELEASE #3: Thu Oct 21 14:25:03 EDT 1999 > liarseneau@TopGun:/usr/src/sys/compile/GENERIC ^^^^^^^ Are you sure this is the custom kernel you built? It isn't a bad idea to rename it to avoid any confusion (and keep the GENERIC for reference). > Timecounter "i8254" frequency 1193182 Hz > CPU: Pentium III (451.02-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0x673 Stepping=3 > Features=0x383f9ff,> > real memory = 134217728 (131072K bytes) > avail memory = 127062016 (124084K bytes) That's 128MB, but you mentioned that the machine is running 64MB?? Hmmm, I don't see any trace of an SB PCI 128 in this dmesg :-(. Are you really sure about the correct kernel version? It should list something like es1: rev 0x01 int a irq 5 on pci0.10.0 pcm1: using I/O space register mapping at 0xb800 and pcm0 not found (for some reason this is normal). Good luck, Karel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 6: 1: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cm-24-142-61-16.cableco-op.ispchannel.com (cm-24-142-61-16.cableco-op.ispchannel.com [24.142.61.16]) by hub.freebsd.org (Postfix) with ESMTP id C46A014F1C for ; Fri, 22 Oct 1999 06:01:01 -0700 (PDT) (envelope-from jwg@netbox.com) Received: from localhost (jwg@localhost) by cm-24-142-61-16.cableco-op.ispchannel.com (8.8.8/8.8.8) with ESMTP id FAA08224; Fri, 22 Oct 1999 05:55:58 -0700 (PDT) (envelope-from jwg@netbox.com) X-Authentication-Warning: cm-24-142-61-16.cableco-op.ispchannel.com: jwg owned process doing -bs Date: Fri, 22 Oct 1999 05:55:58 -0700 (PDT) From: Jeff Gray X-Sender: jwg@cm-24-142-61-16.cableco-op.ispchannel.com To: Sheldon Hearn Cc: Questions at FreeBSD Subject: Re: Maximum number of clients reached In-Reply-To: <62520.940584403@axl.noc.iafrica.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 > > grep pty /path/to/MYKERNELCONFIG I have 32 maxusers 16 pty in my confign and a lot more in /dev There are no pty processes running according to ps There are 7 tty processes running according to ps There re 12 icons which show being open windows on my kde desktop There are 80 processes running which I do not understand, % ps aux|grep -c kioslave 80 example from ps auxwwwww output jwgray 51254 0.0 1.7 4208 2160 v0 S 9:36PM 0:00.17 kioslave /tmp//kio_1001_1577_0.0 Thanks Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 6: 7:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from barrow.uwaterloo.ca (barrow.uwaterloo.ca [129.97.140.32]) by hub.freebsd.org (Postfix) with ESMTP id 4C33514E41 for ; Fri, 22 Oct 1999 06:06:06 -0700 (PDT) (envelope-from acheng@barrow.uwaterloo.ca) Received: from localhost (acheng@localhost) by barrow.uwaterloo.ca (8.8.8/8.8.8) with SMTP id JAA18308; Fri, 22 Oct 1999 09:06:03 -0400 (EDT) Date: Fri, 22 Oct 1999 09:06:02 -0400 (EDT) From: Ada To: K.J.Bosschaart@wtb.tue.nl Cc: freebsd-questions@freebsd.org Subject: Re: Do I have to upgrade from 3.1 -> 3.2 for SB PCI 128 to work? In-Reply-To: <19991022145909.A463@wop21.wop.wtb.tue.nl> 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, 22 Oct 1999, Karel Joop Bosschaart wrote: > > On Fri, Oct 22, 1999 at 07:56:34AM -0400, Ada wrote: > > Hi, > > I have been trying to config a friend's sound card with no success > > thus far. The sound card she has is a SB PCI 128. She is currently > > running 3.1 on a Pent II with 64 megs of RAM. > > Originally we tried the following two lines on her GENERIC file > > > > device pcm0 at isa? port ? tty irq ? drq ? flags 0x0 > > device pca0 at isa? port "IO_TIMER1" tty > > > > which upon reboot results in > > pcm0 not found > > pca0 on motherboard > > pca0: PC speaker audio driver > > > > Upon advice from another bsd-questions subscriber (who has the sound card > > working under 3.2) we replace the 2 lines above with the following > > controller pnp0 > > controller pci0 > > device pcm0 > > device pca0 at isa? port "IO_TIMER1" tty > > > Should be OK. Are you sure you want the PC speaker (pca) when having an > SB PCI 128 ;-) ? > > > But the sound card is still not recognize. The dmesg is attached at the > > end. So does she need to upgrade to 3.2 or 3.3 in order for her sound card > > to work? (We don't have 3.2 available but we do have 3.3 avaiable) > > I had the PCI128 working since 3.1. However, it might be that I > applied some patches at that time since they weren't included in the > base distribution yet (the site where I got it isn't there anymore). > Check /usr/src/sys/pci for es1370.c and es1370_reg.h. (my versions > are from 1999/08/29). > > > Copyright (c) 1992-1999 FreeBSD Inc. > > Copyright (c) 1982, 1986, 1989, 1991, 1993 > > The Regents of the University of California. All rights reserved. > > FreeBSD 3.1-RELEASE #3: Thu Oct 21 14:25:03 EDT 1999 > > liarseneau@TopGun:/usr/src/sys/compile/GENERIC > ^^^^^^^ > Are you sure this is the custom kernel you built? It isn't a bad Yes, this is the custom kernel. > idea to rename it to avoid any confusion (and keep the GENERIC > for reference). > > > Timecounter "i8254" frequency 1193182 Hz > > CPU: Pentium III (451.02-MHz 686-class CPU) > > Origin = "GenuineIntel" Id = 0x673 Stepping=3 > > Features=0x383f9ff,> > > real memory = 134217728 (131072K bytes) > > avail memory = 127062016 (124084K bytes) > > That's 128MB, but you mentioned that the machine is running 64MB?? Ah, I might have remember the specs wrong (seems like it is a Pent 3 too) I will try to look at the /usr/src/sys/pci directory. Thanks Ada > Hmmm, I don't see any trace of an SB PCI 128 in this dmesg :-(. > Are you really sure about the correct kernel version? > It should list something like > > es1: rev 0x01 int a irq 5 on pci0.10.0 > pcm1: using I/O space register mapping at 0xb800 > > and > > pcm0 not found > > (for some reason this is normal). > > Good luck, > > Karel. > ============================================================================ Ada Cheng http://www.grad.math.uwaterloo.ca/~acheng Department of Applied Mathematics acheng@barrow.uwaterloo.ca University of Waterloo Waterloo, Ont. N2L 3G1 Canada ============================================================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 6:12: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from maverick.ops.mweb.co.za (maverick.ops.mweb.co.za [196.2.61.189]) by hub.freebsd.org (Postfix) with ESMTP id AF31415021 for ; Fri, 22 Oct 1999 06:11:56 -0700 (PDT) (envelope-from ghopkins@iafrica.com) Received: from localhost ([127.0.0.1]) by maverick.ops.mweb.co.za with smtp (Exim 3.03 #1) id 11eeU6-0001Xh-00 for freebsd-questions@FreeBSD.ORG; Fri, 22 Oct 1999 15:11:55 +0200 Date: Fri, 22 Oct 1999 15:11:54 +0200 (SAST) From: Gareth Hopkins X-Sender: ghopkins@maverick.ops.mweb.co.za Reply-To: Gareth Hopkins To: freebsd-questions@FreeBSD.ORG Subject: Driver for Dell Poweredge 4300 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am looking for the PERC II Raid controller for the Dell Poweredge 4300. Any ideas where I can get it? --- Gareth Hopkins FreeBSD is like a Wigwam. No Windows, no Gates, and an Apache inside. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 6:15:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.pair.com (relay1.pair.com [209.68.1.20]) by hub.freebsd.org (Postfix) with SMTP id 44CEB14E67 for ; Fri, 22 Oct 1999 06:15:16 -0700 (PDT) (envelope-from hiddink@galileo.or.cr) Received: (qmail 19013 invoked from network); 22 Oct 1999 13:15:38 -0000 Received: from escazu1-a50.racsa.co.cr (HELO verberne) (196.40.7.51) by relay1.pair.com with SMTP; 22 Oct 1999 13:15:38 -0000 X-pair-Authenticated: 196.40.7.51 From: "Bert Hiddink" To: freebsd-questions@FreeBSD.ORG Date: Fri, 22 Oct 1999 07:19:51 -0600 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Setting up IP-based Virtual Hosts for FreeBSD Cc: Ruslan Ermilov In-reply-to: <19991021170907.A39917@relay.ucb.crimea.ua> References: <19991021125334.9B04914D4E@hub.freebsd.org>; from Bert Hiddink on Thu, Oct 21, 1999 at 06:58:05AM -0600 X-mailer: Pegasus Mail for Win32 (v3.12a) Message-Id: <19991022131518.44CEB14E67@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, On 21 Oct 99, at 17:09, Ruslan Ermilov wrote: > > >From a Windows machine, I can now acces the Virtual Hosts by typing > > > > > on the IP-address in my browser, and this points correctly to the > > respective directory. However, I would like this to work with the > > Virtual Hostnames f.e. instead of using 192.168.1.12 typing directly > > http://local.coopnetaldia.org (see the example above). > > > > However, I can not get did worked. What I am doing wrong here? > > Do I need a DNS-server for this? > > > Either run DNS, or populate %windir%\HOSTS with the same entries. Thanks for your reply! Could you please give me some more hints how to either run DNS on a LAN/FreeBSD/Windows or populate %windir%\HOSTS with the same entries? Many thanks in advance! Regards, -brt Bert Hiddink, FUNDACION GALILEO Correo electronico: hiddink@galileo.or.cr Sitio: http://www.galileo.or.cr Tel. (506) 280 8683, telefax. (506) 280 8847 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 6:21:22 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 A249514E67 for ; Fri, 22 Oct 1999 06:21:11 -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 11eecr-000Gcw-00; Fri, 22 Oct 1999 15:20:57 +0200 From: Sheldon Hearn To: Jeff Gray Cc: Questions at FreeBSD Subject: Re: Maximum number of clients reached In-reply-to: Your message of "Fri, 22 Oct 1999 05:55:58 MST." Date: Fri, 22 Oct 1999 15:20:57 +0200 Message-ID: <63917.940598457@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 Oct 1999 05:55:58 MST, Jeff Gray wrote: > 16 pty in my config Bump that. > and a lot more in /dev I don't think the existance of a device node in /dev means that the device is configured. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 6:24:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wop21.wop.wtb.tue.nl (wop21.wop.wtb.tue.nl [131.155.56.216]) by hub.freebsd.org (Postfix) with ESMTP id 0867714E67 for ; Fri, 22 Oct 1999 06:24:31 -0700 (PDT) (envelope-from karelj@wop21.wop.wtb.tue.nl) Received: (from karelj@localhost) by wop21.wop.wtb.tue.nl (8.9.3/8.9.3) id PAA00691; Fri, 22 Oct 1999 15:26:32 +0200 (CEST) (envelope-from karelj) Date: Fri, 22 Oct 1999 15:26:31 +0200 From: Karel Joop Bosschaart To: Ada , freebsd-questions@freebsd.org Subject: Re: Do I have to upgrade from 3.1 -> 3.2 for SB PCI 128 to work? Message-ID: <19991022152631.A635@wop21.wop.wtb.tue.nl> Reply-To: K.J.Bosschaart@wtb.tue.nl References: <19991022145909.A463@wop21.wop.wtb.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Oct 22, 1999 at 09:06:02AM -0400, Ada wrote: > On Fri, 22 Oct 1999, Karel Joop Bosschaart wrote: > > > > > On Fri, Oct 22, 1999 at 07:56:34AM -0400, Ada wrote: > > > Hi, > > > I have been trying to config a friend's sound card with no success > > > thus far. The sound card she has is a SB PCI 128. She is currently BTW, recently I heard someone got the SB PCI 128 working by applying patches in ftp.thebarn.com/FreeBSD/es1371. Apparently this is for the 1371 chipset instead of 1370. Maybe SB changed chip? Karel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 6:26:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mentor.cup.edu (mentor.cup.edu [158.83.1.56]) by hub.freebsd.org (Postfix) with SMTP id DFBF214E67 for ; Fri, 22 Oct 1999 06:26:31 -0700 (PDT) (envelope-from rad2921@cup.edu) Received: from neoplanet.com ([209.166.148.82]) by duncan.cup.edu with SMTP for freebsd-questions@FreeBSD.ORG; Fri, 22 Oct 1999 9:26:49 -0400 Reply-To: Tim Radigan From: rad2921@cup.edu To: freebsd-questions@FreeBSD.ORG Cc: Subject: Mitsumi CD-ROM drive. Date: 22 Oct 99 09:31:15 -0500 X-Mailer: NeoPlanet Version: 5.0.0.1014 X-ID: FF5000007B4111D386C1005004769DC4 Message-Id: <19991022132632.DFBF214E67@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, I am having a problem getting my Mitsumi ATAPI IDE CD-ROM drive to work correctly. I have it installed on my secondary master IDE controller. For some reason the ONLY CD drive that will make my CD-ROM drive functional is the device acd0. This is a problem because it thinks that I have a CD-R/RW drive (which I don't). I've tried controller wcd0, device mcd0, and anything else that I could think of. But nothing works in regard to properly loading my CD-ROM drive with the correct devices, controllers, etc. Any help would be appreciated. Thank you, Tim Radigan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 6:31:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nile.intac.com (nile.intac.com [198.6.114.2]) by hub.freebsd.org (Postfix) with ESMTP id 8159A15012 for ; Fri, 22 Oct 1999 06:31:34 -0700 (PDT) (envelope-from gkaplan@castle.net) Received: from castle.net (parsip-usr-96.intac.com [199.173.8.167]) by nile.intac.com (8.9.3/8.9.3/ktb) with ESMTP id JAA12654 for ; Fri, 22 Oct 1999 09:31:13 -0400 (EDT) Message-ID: <3810675B.AE99F983@castle.net> Date: Fri, 22 Oct 1999 09:32:11 -0400 From: gkaplan X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: Questions Subject: disk speed References: <199910212221.RAA24394@gw.emailip.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The following is from tech support of the supplier of my recently purchased disk. tech wrote: > RPM speeds are normally set by the design engineer and cannot be changed. > I am not familiar with the specific drive you mention below, but from the > rpms you say are reported, it must be a laptop drive, for which 3600 rpm is > not unusual. > > At 11:47 AM 10/21/99 -0400, you wrote: > >I have an IBM-DJNA-371350 for which the disklabel (from FreeBSD) reports > >3600 rpm. My question is: Is the rpm a controllable feature of this > >drive? If it is where is the control applied? > > Does this mean that there is an cosmetic error in the output from 'disklabel' ? Is there a different list to which to which it would be more appropriate to post this message . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 7:31:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wookie.bellsouth.cl (bellsouth.cl [206.48.84.212]) by hub.freebsd.org (Postfix) with ESMTP id A5AC614C1D for ; Fri, 22 Oct 1999 07:31:14 -0700 (PDT) (envelope-from marcelo@msm.cl) Received: from stgo.cl (postfix@[206.48.86.98]) by wookie.bellsouth.cl (8.8.8/8.8.8) with ESMTP id LAA11356 for ; Fri, 22 Oct 1999 11:28:27 -0300 Received: from marcelo.msm.cl (marcelo.stgo.cl [192.168.1.1]) by stgo.cl (Postfix) with ESMTP id AF512193425 for ; Fri, 22 Oct 1999 11:29:26 +0000 (GMT) Message-Id: <4.2.0.58.19991022110736.00cd0480@server> X-Sender: miturbe@server X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Fri, 22 Oct 1999 11:31:39 -0400 To: freebsd-questions@FreeBSD.ORG From: "Marcelo J. Iturbe" Subject: instalation questionk Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a few questions regarding instalation and opration. 1) I would like to install FreeBSD via FTP. The computer which I will be=20 installing it on, does not have an operating system installed. I was trying to go through the instructions found at=20 http://www.freebsd.org/handbook/install.html. However, the instructions=20 refer you to a bootable floppy, and then there are instructions on how to=20 make the bootable floopy from the CD-Rom. I downloaded ls-lR.gz from cdrom.com trying to figure out which files I=20 might need. I found the dos tools required to make the floopy but not the=20 files. can some one help me out with this matter? Which files I need to=20 create the bootables? I would like to install 2.2.8 stable since this is going to be a highend=20 server. 2) The server which will run FreeBSD, currently has 1 PentiumIII Xeon=20 500Mhz cpu with the capacity to grow up to 4 CPUs. If I add more CPUs in the future, will this have any implications on=20 FreeBSD? Or will just work naturally and recognize them both at start-up? 3) This server has 2 nine gig hard drives (raid 5 model). They are=20 hotswapable. I would like to have the 2 hard drives mirror each other at=20 all times. How can I acomplish this? I would imagine that once that is up=20 and running.. if I have to remove one of the hard drives I would have to a)= =20 stop the mirroring software b) unmount the drive and c) remove the drive.=20 Or can FreeBSD handle someone just pulling out the hard drive? Thank you for your time and feedback. Regards, Marcelo *********************************************** ICQ 22921676 MSM Interactive. Dario Urzua 1940, Providencia, Chile. Phone: (56-2)204-3510=A0 Fax: (56-2) 204-3508 Email: marcelo@msm.cl=A0=A0=A0=A0http://www.msm.cl ******************************************* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 7:32:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.perceptionpub.com (ns1.perceptionpub.com [208.218.82.3]) by hub.freebsd.org (Postfix) with ESMTP id 8ED2715023 for ; Fri, 22 Oct 1999 07:32:03 -0700 (PDT) (envelope-from dhummel@ppgweb.com) Received: from NS.PERCEPTIONPUB.COM ([208.218.82.2]) by ns.perceptionpub.com (Netscape Messaging Server 3.6) with ESMTP id AAA44C for ; Fri, 22 Oct 1999 10:27:59 -0400 Date: Fri, 22 Oct 1999 10:27:52 -0400 (EDT) From: Dave Hummel X-Sender: dhummel@NS1.PERCEPTIONPUB.COM To: questions@freebsd.org Subject: Oracle DBD (or how to connect to Oracle Database) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm sure this problem is shared by many: We want to run more (all?) of our webservers on FreeBSD but we _must_ be able to connect to an Oracle Database (on Solaris) with mod_perl. Has anyone been able to get DBD::Ora going? The best solution would be DBD::Ora compiled/distributed in such a way that the webserver need not have Oracle installed on it. I intend to pursue this, but I'm wondering if someone more clever than me has done it already. Or is there another solution entirely? Ideas anyone? Thanks, Dave p.s. - The fact that Oracle doesn't support FreeBSD is reason enough in my eyes to refrain from using their product (c'mon, at least make client libs available). I feel like I should support opensource and FreeBSD-friendly companies like MySQL, but this does me no good for sites currently running Oracle. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 7:36:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stell.cns.vt.edu (stell.cns.vt.edu [128.173.12.7]) by hub.freebsd.org (Postfix) with ESMTP id 54FA114C82 for ; Fri, 22 Oct 1999 07:36:14 -0700 (PDT) (envelope-from stellr@stell.cns.vt.edu) Received: (from stellr@localhost) by stell.cns.vt.edu (8.9.3/8.9.3) id KAA05745 for freebsd-questions@FreeBSD.ORG; Fri, 22 Oct 1999 10:36:13 -0400 (EDT) Date: Fri, 22 Oct 1999 10:36:12 -0400 From: Ray Stell To: freebsd-questions@FreeBSD.ORG Subject: ssh make Message-ID: <19991022103611.A5660@stell.cns.vt.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I do a make in the /usr/ports/security/ssh dir and get these missing header messages...how to build? bash-2.03# make ===> Building for ssh-1.2.27 cc -pipe -c -I. -I../../../rsaref/work -I.//usr/include -I.//usr/include -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/local/etc/ssh_config\" -DSERVER_CONFIG_FILE=\"/usr/local/etc/sshd_config\" -DSSH_PROGRAM=\"/usr/local/bin/ssh1\" -DETCDIR=\"/usr/local/etc\" -DPIDDIR=\"/var/run\" -DSSH_BINDIR=\"/usr/local/bin\" -DTIS_MAP_FILE=\"/usr/local/etc/sshd_tis.map\" -O -pipe -I/usr/X11R6/include rsaglue.c rsaglue.c:74: source/global.h: No such file or directory rsaglue.c:75: source/rsaref.h: No such file or directory rsaglue.c:93: parse error before `*' rsaglue.c: In function `rsaref_public_key': rsaglue.c:95: `rsa' undeclared (first use this function) rsaglue.c:95: (Each undeclared identifier is reported only once rsaglue.c:95: for each function it appears in.) rsaglue.c:95: `key' undeclared (first use this function) rsaglue.c:96: `MAX_RSA_MODULUS_LEN' undeclared (first use this function) rsaglue.c: At top level: rsaglue.c:104: parse error before `*' rsaglue.c: In function `rsaref_private_key': rsaglue.c:107: `rsa' undeclared (first use this function) rsaglue.c:107: `key' undeclared (first use this function) rsaglue.c:108: `MAX_RSA_MODULUS_LEN' undeclared (first use this function) rsaglue.c:111: `MAX_RSA_PRIME_LEN' undeclared (first use this function) rsaglue.c: In function `rsa_public_encrypt': rsaglue.c:129: `MAX_RSA_MODULUS_LEN' undeclared (first use this function) rsaglue.c:133: `R_RSA_PUBLIC_KEY' undeclared (first use this function) rsaglue.c:133: parse error before `public_key' rsaglue.c:134: `R_RANDOM_STRUCT' undeclared (first use this function) rsaglue.c:136: `MAX_RSA_MODULUS_BITS' undeclared (first use this function) rsaglue.c:144: `public_key' undeclared (first use this function) rsaglue.c:146: `rands' undeclared (first use this function) rsaglue.c: In function `rsa_private_decrypt': rsaglue.c:164: `MAX_RSA_MODULUS_LEN' undeclared (first use this function) rsaglue.c:167: `R_RSA_PRIVATE_KEY' undeclared (first use this function) rsaglue.c:167: parse error before `private_key' rsaglue.c:169: `MAX_RSA_MODULUS_BITS' undeclared (first use this function) rsaglue.c:177: `private_key' undeclared (first use this function) *** Error code 1 =============================================================== Ray Stell stellr@vt.edu (540) 231-4109 KE4TJC 28^D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 7:37:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from europa.salford.ac.uk (europa.salford.ac.uk [146.87.3.2]) by hub.freebsd.org (Postfix) with SMTP id EC09B14C1D for ; Fri, 22 Oct 1999 07:37:42 -0700 (PDT) (envelope-from M.S.Powell@salford.ac.uk) Received: (qmail 11525 invoked by alias); 22 Oct 1999 14:37:41 -0000 Received: (qmail 11519 invoked from network); 22 Oct 1999 14:37:40 -0000 Received: from plato.salford.ac.uk (146.87.255.76) by europa.salford.ac.uk with SMTP; 22 Oct 1999 14:37:40 -0000 Received: (qmail 25429 invoked by uid 141); 22 Oct 1999 14:37:40 -0000 Date: Fri, 22 Oct 1999 15:32:20 +0100 (BST) From: Mark Powell X-Sender: mark@localhost To: "John E. Hein" Subject: Re: How to make Ethernet come up as Full-Duplex... In-Reply-To: <14351.44896.980183.480934@taz.timing.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 Oct 1999, John E. Hein wrote: > > >Doesn't work using 100baseTX, either. Same error. > > > > Well I'm stumped. It works fine for me on 3 systems, and for everyone > > else who has posted about it the past few months. There must be > > something different about your system. Are you sure you have an > > Intel EtherExpress Pro/100B ? > > Mark, > Did you really type "media-opt" (with hyphen)? If so, perhaps that's > your trouble. Yep. I cut and pasted the command-line supplied: # ifconfig fxp0 inet x.x.x.x netmask 0xffffff80 media 100BaseTX media-opt full-duplex ifconfig: media-opt: bad value # l `which ifconfig` -r-xr-xr-x 1 root wheel 169024 Sep 29 10:23 /sbin/ifconfig # uname -a FreeBSD x.x.x.x 3.3-STABLE FreeBSD 3.3-STABLE #0: Wed Oct 13 15:01:17 BST 1999 x.x.x.x:/usr/src/sys/compile/PLATO i386 Mark Powell - UNIX System Administrator - Clifford Whitworth Building A.I.S., University of Salford, Salford, Manchester, UK. Tel: +44 161 295 5936 Fax: +44 161 295 5888 www.pgp.com for PGP key M.S.Powell@ais.salfrd.ac.uk (spell salford correctly to reply to me) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 7:50:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stell.cns.vt.edu (stell.cns.vt.edu [128.173.12.7]) by hub.freebsd.org (Postfix) with ESMTP id 5BDB714C34 for ; Fri, 22 Oct 1999 07:50:06 -0700 (PDT) (envelope-from stellr@stell.cns.vt.edu) Received: (from stellr@localhost) by stell.cns.vt.edu (8.9.3/8.9.3) id KAA05806 for freebsd-questions@FreeBSD.ORG; Fri, 22 Oct 1999 10:50:05 -0400 (EDT) Date: Fri, 22 Oct 1999 10:50:05 -0400 From: Ray Stell To: freebsd-questions@FreeBSD.ORG Subject: Re: ssh make Message-ID: <19991022105003.A5756@stell.cns.vt.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG oops, sorry... This port requires package(s) "rsaref-2.0" to build.

This port requires package(s) "rsaref-2.0" to run. =============================================================== Ray Stell stellr@vt.edu (540) 231-4109 KE4TJC 28^D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 7:54:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stell.cns.vt.edu (stell.cns.vt.edu [128.173.12.7]) by hub.freebsd.org (Postfix) with ESMTP id 73CAA14C34 for ; Fri, 22 Oct 1999 07:54:06 -0700 (PDT) (envelope-from stellr@stell.cns.vt.edu) Received: (from stellr@localhost) by stell.cns.vt.edu (8.9.3/8.9.3) id KAA05826 for freebsd-questions@FreeBSD.ORG; Fri, 22 Oct 1999 10:54:06 -0400 (EDT) Date: Fri, 22 Oct 1999 10:54:06 -0400 From: Ray Stell To: freebsd-questions@FreeBSD.ORG Subject: Re: Oracle DBD (or how to connect to Oracle Database) Message-ID: <19991022105405.A5779@stell.cns.vt.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was able to get the Linux Oracel 8 client to run on 3.2. http://www.scc.nl/~marcel/howto-oracle.html was my starting place, though there were many a twist along the way. I am trying to repeat under 3.3 =============================================================== Ray Stell stellr@vt.edu (540) 231-4109 KE4TJC 28^D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 8: 6: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from omnix.net (omnix.net [195.154.168.66]) by hub.freebsd.org (Postfix) with SMTP id C3C9E15023 for ; Fri, 22 Oct 1999 08:05:52 -0700 (PDT) (envelope-from didier@omnix.net) Received: (qmail 12595 invoked by uid 200); 22 Oct 1999 15:05:48 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 22 Oct 1999 15:05:48 -0000 Date: Fri, 22 Oct 1999 15:05:48 +0000 (GMT) From: Didier Derny To: gkaplan Cc: Questions Subject: Re: disk speed In-Reply-To: <3810675B.AE99F983@castle.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, I the same disk at home, it's a 7200 rpm but is wrongly reported as 3600rpm by disklabel. I get about 14 mbytes/s with 'iozone 250' On Fri, 22 Oct 1999, gkaplan wrote: > The following is from tech support of the supplier of my recently purchased > disk. > > tech wrote: > > > RPM speeds are normally set by the design engineer and cannot be changed. > > I am not familiar with the specific drive you mention below, but from the > > rpms you say are reported, it must be a laptop drive, for which 3600 rpm is > > not unusual. > > > > At 11:47 AM 10/21/99 -0400, you wrote: > > >I have an IBM-DJNA-371350 for which the disklabel (from FreeBSD) reports > > >3600 rpm. My question is: Is the rpm a controllable feature of this > > >drive? If it is where is the control applied? > > > > > Does this mean that there is an cosmetic error in the output from 'disklabel' > ? > Is there a different list to which to which it would be more appropriate to > post this message . > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 8: 8:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from timingpdc.timing.com (timingpdc.timing.com [206.168.13.194]) by hub.freebsd.org (Postfix) with ESMTP id DDB1815030 for ; Fri, 22 Oct 1999 08:08:34 -0700 (PDT) (envelope-from jhein@timing.com) Received: from taz.timing.com ([206.168.13.210]) by timingpdc.timing.com (Post.Office MTA v3.1.2 release (PO205-101c) ID# 103-49575U100L2S100) with ESMTP id AAA324; Fri, 22 Oct 1999 09:09:02 -0600 Received: (from jhein@localhost) by taz.timing.com (8.8.7/8.8.7) id JAA20914; Fri, 22 Oct 1999 09:08:27 -0600 X-Authentication-Warning: taz.timing.com: jhein set sender to jhein@taz.timing.com using -f MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14352.32235.429425.101148@taz.timing.com> Date: Fri, 22 Oct 1999 09:08:27 -0600 (MDT) From: "John E. Hein" To: Mark Powell Cc: questions@FreeBSD.ORG Subject: Re: How to make Ethernet come up as Full-Duplex... In-Reply-To: References: <14351.44896.980183.480934@taz.timing.com> X-Mailer: VM 6.75 under Emacs 20.4.1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Powell wrote at 15:32 +0100 on Oct 22: > On Thu, 21 Oct 1999, John E. Hein wrote: > > Mark, > > Did you really type "media-opt" (with hyphen)? If so, perhaps that's > > your trouble. > > Yep. I cut and pasted the command-line supplied: > > # ifconfig fxp0 inet x.x.x.x netmask 0xffffff80 media 100BaseTX media-opt > full-duplex > ifconfig: media-opt: bad value Sooo... cut & paste or no, I assume it works fine when you don't use the faulty line with the hyphen and the appropriate spelling of 100baseTX that Sheldon suggested, right? You didn't really say. If you still have a problem after you've used the correct spelling of these args (consult the man pages first in the future, specifically fxp(4) & ifconfig(8) in this case), I don't know what your problem may be. The error message certainly seems to point to the misspelling error. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 8:50:41 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 8FBFF15052 for ; Fri, 22 Oct 1999 08:50:27 -0700 (PDT) (envelope-from slay3241@bright.net) Received: from bright.net (akro-max1-cs-20.dial.bright.net [209.143.19.22]) by sparticus.bright.net (8.9.3/8.9.3 ComNet Build) with ESMTP id LAA15294 for ; Fri, 22 Oct 1999 11:50:17 -0400 (EDT) Message-ID: <3810879B.EC8F4DB3@bright.net> Date: Fri, 22 Oct 1999 11:49:47 -0400 From: bill slaybaugh X-Mailer: Mozilla 4.61 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD List Subject: newbie kernel question- Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am a recent entry to the FreeBSD realm, having used several versions and distributions of Linux. Using 3.2, I just built my first custom kernel. Nothing fancy; pretty much just turning off devices and options that weren't needed. I was pretty surprised when the size of the new kernel came back as 5980783, when the generic kernel had been 2329748. It does load faster, what with skipping unnecessary probing. Why so much larger than the generic? This is probably a classic newbie misunderstanding - - and I'm in new territory. 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 Fri Oct 22 9: 3:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id E36BA14C2A for ; Fri, 22 Oct 1999 09:03:02 -0700 (PDT) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 11eh9b-00011D-00; Fri, 22 Oct 1999 17:02:55 +0100 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with SMTP id RAA38856; Fri, 22 Oct 1999 17:02:54 +0100 (BST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Fri, 22 Oct 1999 17:02:54 +0100 (BST) From: J McKitrick To: bill slaybaugh Cc: FreeBSD List Subject: Re: newbie kernel question- In-Reply-To: <3810879B.EC8F4DB3@bright.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 Actually, i would like to turn off all that probing as well, but i'm not quite sure what to do. I know i can comment out various lines, but is there an easy way to tell from the log? I have a laptop, and since it's already configured, i can't tell whether some of the stuff it is looking for is there or not. -jm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 9:10: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 11C6815078 for ; Fri, 22 Oct 1999 09:09:29 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id VAA09758; Fri, 22 Oct 1999 21:50:17 +0600 (ESS) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id TAA00395; Fri, 22 Oct 1999 19:58:23 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.3/8.9.2) with ESMTP id TAA00367; Fri, 22 Oct 1999 19:56:36 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Fri, 22 Oct 1999 19:56:34 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: J McKitrick Cc: freebsd-questions@FreeBSD.ORG Subject: Re: WYSIWYG word processor needed In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- KLyX maybe ? are you familiar with LaTeX stuff ? Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) On Fri, 22 Oct 1999, J McKitrick wrote: > I know i asked this before, but AbiWord has an annoying bug when i hit the > space bar.. Are there any other good free WPs worth checking out for > FBSD? I'm tring to avoid staroffice if possible, as well as wordperfect, > unless it is overwhelmingly suggested. > > -jm > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQB1AwUBOBBtE+RxlWKN2EXhAQF0GQMAl3T6VGiGH6ijB+gzL6bCWdxnDOzpbVD5 /BBCerzTYenzH1/FO1Bv53KPEFxPAcJfU43xp6stOe4/8fxo36dCRjpysZxUpira BNjD6bH428ApKbxF2ZdpwlbjZWWNczJN =0K04 -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 9:37:33 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 B89B914D9A for ; Fri, 22 Oct 1999 09:37:10 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 23053 invoked from network); 22 Oct 1999 16:37:03 -0000 Received: from usercb28.uk.uudial.com (HELO marder-1.) (62.188.150.195) by smtp.dial.pipex.com with SMTP; 22 Oct 1999 16:37:03 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id RAA04198 for questions@freebsd.org; Fri, 22 Oct 1999 17:36:04 +0100 (BST) (envelope-from mark) Date: Fri, 22 Oct 1999 17:36:04 +0100 From: Mark Ovens To: questions@freebsd.org Subject: Problems using send-pr with Emacs Message-ID: <19991022173603.B316@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG According to send-pr(1): "An Emacs user interface for send-pr with completion of field values is part of the send-pr distribution (invoked with M-x send-pr). See the file send-pr.info or the ASCII file INSTALL in the top level directory of the distribu- tion for configuration and installation information. The Emacs LISP template file is send-pr-el.in and is installed as send-pr.el." I copied send-pr-el.in to /usr/local/share/emacs/20.3/lisp/mail/send-pr.el and managed to compile it in emacs to produce the .elc file, but ``M-x send-pr'' doesn't work. Also, using Help->Find Emacs Packages and then selecting mail doesn't show send-pr in the list. Looking at sendmail.el for guidance I added: ;;; send-pr.el --- mail bug reports to GNATS. and: ;; Keywords: mail to send-pr.el and re-compiled. Still not listed as a package and ``M-x send-pr'' still doesn't work (it just gives ``[no match]''. So, how the hell do you run send-pr in emacs (v20.3)? Do you have to "register" the send-pr package or something? The emacs manual isn't much help here. Thanks. -- 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 Fri Oct 22 9:40:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id F1B6614E1D for ; Fri, 22 Oct 1999 09:40:25 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 26228 invoked from network); 22 Oct 1999 16:40:18 -0000 Received: from usercb28.uk.uudial.com (HELO marder-1.) (62.188.150.195) by smtp.dial.pipex.com with SMTP; 22 Oct 1999 16:40:18 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id RAA04277; Fri, 22 Oct 1999 17:40:00 +0100 (BST) (envelope-from mark) Date: Fri, 22 Oct 1999 17:40:00 +0100 From: Mark Ovens To: J McKitrick Cc: bill slaybaugh , FreeBSD List Subject: Re: newbie kernel question- Message-ID: <19991022174000.C316@marder-1> References: <3810879B.EC8F4DB3@bright.net> 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 Fri, Oct 22, 1999 at 05:02:54PM +0100, J McKitrick wrote: > Actually, i would like to turn off all that probing as well, but i'm not > quite sure what to do. I know i can comment out various lines, but is > there an easy way to tell from the log? I have a laptop, and since it's > already configured, i can't tell whether some of the stuff it is looking > for is there or not. > Basically just use dmesg(1) and look for all the "not found at 0x???" messages then comment out the related lines in the kernel config file. > -jm > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 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 Fri Oct 22 9:47:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by hub.freebsd.org (Postfix) with ESMTP id 3ED4514D9A for ; Fri, 22 Oct 1999 09:47:41 -0700 (PDT) (envelope-from zzhang@cs.binghamton.edu) Received: from sol.cs.binghamton.edu (cs1-gw.cs.binghamton.edu [128.226.171.72]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with SMTP id MAA02101 for ; Fri, 22 Oct 1999 12:47:38 -0400 (EDT) Date: Fri, 22 Oct 1999 11:44:50 -0400 (EDT) From: Zhihui Zhang To: freebsd-questions@freebsd.org Subject: Device naming conventions 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 Can anyone tell me what do the names wd0a, wd0b, wd0c, ... wd0h stand for? I know the meaning of wd0s1a ~ wd0s1h where s stands for "slice". Thanks. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 9:49:15 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 48ABF14D9A for ; Fri, 22 Oct 1999 09:49:04 -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 VAA42273; Fri, 22 Oct 1999 21:46:30 GMT (envelope-from jcwells@u.washington.edu) X-Authentication-Warning: s8-37-26.student.washington.edu: jcw owned process doing -bs Date: Fri, 22 Oct 1999 21:46:29 +0000 (GMT) From: "Jason C. Wells" X-Sender: jcw@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: bill slaybaugh Cc: FreeBSD List Subject: Re: newbie kernel question- In-Reply-To: <3810879B.EC8F4DB3@bright.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 Oct 1999, bill slaybaugh wrote: >I am a recent entry to the FreeBSD realm, having used several >versions and distributions of Linux. >Using 3.2, I just built my first custom kernel. Nothing fancy; >pretty much just turning off devices and options that weren't >needed. I was pretty surprised when the size of the new kernel >came back as 5980783, when the generic kernel had been 2329748. >It does load faster, what with skipping unnecessary probing. >Why so much larger than the generic? >This is probably a classic newbie misunderstanding - - >and I'm in new territory. >Thanks in advance. You probably have a debug kernel with symbols built into it. I think you can "strip -g kernel" but it has been a while. FWIW, the debug kernel doesnt hurt performance. man strip 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 Fri Oct 22 9:53:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.criterion.canon.co.uk (mailhost.criterion.canon.co.uk [194.223.249.254]) by hub.freebsd.org (Postfix) with ESMTP id 1EB4714D9A for ; Fri, 22 Oct 1999 09:53:11 -0700 (PDT) (envelope-from adamn@csl.com) Received: from csl.com (hermes.criterion.canon.co.uk [194.223.249.13]) by mailhost.criterion.canon.co.uk (8.8.8/8.7.3) with ESMTP id RAA26761; Fri, 22 Oct 1999 17:40:46 +0100 (BST) Message-ID: <38109608.4F874132@csl.com> Date: Fri, 22 Oct 1999 17:51:20 +0100 From: Adam Nealis Organization: Criterion Software, Ltd. X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.0.34 i686) X-Accept-Language: en MIME-Version: 1.0 To: J McKitrick Cc: bill slaybaugh , FreeBSD List Subject: Re: newbie kernel question- References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG J McKitrick wrote: > > Actually, i would like to turn off all that probing as well, but i'm not > quite sure what to do. I know i can comment out various lines, but is > there an easy way to tell from the log? I have a laptop, and since it's > already configured, i can't tell whether some of the stuff it is looking > for is there or not. Read this (and perhaps the whole section first). http://www.uk.freebsd.org/handbook/kernelconfig-building.html But in a nutshell, I do grep "not found" /var/run/dmesg.boot | lp cd /usr/src/sys/i386/conf cp GENERIC MYHOSTNAME vi MYHOSTNAME and, armed with the printout from dmesg.boot I identify all the lines that specify the devices I don't have. That done, quit vi and config MYHOSTNAME cd ../../compile/MYHOSTNAME make depend && amke make install reboot If there's a problem rebooting, you still have /kernel.old and /kernel.GENERIC to boot from. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 9:54: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 33CA21503E for ; Fri, 22 Oct 1999 09:53:51 -0700 (PDT) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) for freebsd-questions@freebsd.org id 11ehws-00022j-00; Fri, 22 Oct 1999 17:53:50 +0100 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with SMTP id RAA39184 for ; Fri, 22 Oct 1999 17:53:49 +0100 (BST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Fri, 22 Oct 1999 17:53:49 +0100 (BST) From: J McKitrick To: freebsd-questions@freebsd.org Subject: booting delay 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 If i press any key during the Booteasy prompt, i can get the options for booting, correct? SUch as which kernel, etc. What is the pause for later on? The countdown that can be changed in the boot conf file (or wherever it is, i saw it but i forget)? Is that just to allow time to call up a command prompt? Since my rc.conf will be slower (since i will be adding a sleep 1 to pause for pccardd) i would like to trim unnecessary time from booting up. But i also don't want to lose functionality in the event of a system problem. I'm running 3.2 on a laptop, BTW. -jm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 10: 6:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from almazs.pacex.net (almazs.pacex.net [204.1.219.156]) by hub.freebsd.org (Postfix) with ESMTP id CDAD114C26 for ; Fri, 22 Oct 1999 10:06:15 -0700 (PDT) (envelope-from danielb@almazs.pacex.net) Received: from localhost (danielb@localhost) by almazs.pacex.net (8.9.3/8.9.3) with ESMTP id KAA20705; Fri, 22 Oct 1999 10:06:14 -0700 (PDT) Date: Fri, 22 Oct 1999 10:06:14 -0700 (PDT) From: daniel B To: Doug Barton Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ipfw dny ip from any to any In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I want to log all denied packets in ipfw and I used > > 65534 add deny log all from any to any > > this should 'bypass' the las rule > > 65535 deny all from any to any > > > > but it doen't! I still see denied packet on the last rule when I do > > ipfw sh > > > > What to do now? > > I bet that the amount of packets is always constant, right? Try > doing 'ipfw -a l' once a day for a few days. The number should always be > the same. This represents the number of packets that cross the interface > before your firewall rules are loaded by the init process. > > If it turns out that the number does grow, then we have a bug > somewhere and we need to track it down. > > Good luck, Well NO LUCK yet! I also tried this: $fwcmd add 65532 deny log tcp from any to any $fwcmd add 65533 deny log udp from any to any $fwcmd add 65534 deny log icmp from any to any and the last rule dy default is: 65535 deny all from any to any and I still see denied packets logged under the last rule I reloaded my firewall rules and even rebooted! Huh! Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 10:25:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from charlie.orbitalnet.co.uk (charlie.orbitalnet.co.uk [62.232.18.119]) by hub.freebsd.org (Postfix) with ESMTP id BD6EC14BE6 for ; Fri, 22 Oct 1999 10:25:39 -0700 (PDT) (envelope-from darren@office.orbitalnet.co.uk) Received: from Darren (support-ash.orbitalnet.co.uk [62.232.18.69]) by charlie.orbitalnet.co.uk (8.8.8/8.8.7) with SMTP id SAA08292 for ; Fri, 22 Oct 1999 18:26:12 +0100 (BST) Message-ID: <001a01bf1cb1$7de4d0c0$4512e83e@ORBITALNET> From: "OrbitalNet Office" To: Subject: Tape Streamer Novice Date: Fri, 22 Oct 1999 18:18:42 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All, I have just intalled a HP tape drive (IDE) I get the following message, can anyone translate for me please.... > wdc1 at 0x170-0x177 irq 15 on isa > wdc1: unit 0 (atapi): , removable, intr, dma, iordis > wdc1: ATAPI streaming tapes not configured Any suggestions on what i need to do? Thanks Darren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 10:32:46 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 6B5F81507A for ; Fri, 22 Oct 1999 10:32:43 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id MAA20951; Fri, 22 Oct 1999 12:32:34 -0500 (CDT) (envelope-from dan) Date: Fri, 22 Oct 1999 12:32:34 -0500 From: Dan Nelson To: OrbitalNet Office Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Tape Streamer Novice Message-ID: <19991022123234.B20707@dan.emsphone.com> References: <001a01bf1cb1$7de4d0c0$4512e83e@ORBITALNET> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <001a01bf1cb1$7de4d0c0$4512e83e@ORBITALNET>; from darren@office.orbitalnet.co.uk on Fri, Oct 22, 1999 at 06:18:42PM +0100 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Oct 22), OrbitalNet Office said: > I have just intalled a HP tape drive (IDE) > I get the following message, can anyone translate for me please.... > > > wdc1 at 0x170-0x177 irq 15 on isa > > wdc1: unit 0 (atapi): , removable, intr, dma, iordis > > wdc1: ATAPI streaming tapes not configured translation: add "device wst0" to your kernel config file and rebuild. > Any suggestions on what i need to do? I suggest getting a nice SCSI tape drive. -- 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 Fri Oct 22 10:36:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc2.occa.home.com (ha1.rdc2.occa.home.com [24.2.8.66]) by hub.freebsd.org (Postfix) with ESMTP id 2E77E14BD2 for ; Fri, 22 Oct 1999 10:36:44 -0700 (PDT) (envelope-from potentate@home.com) Received: from home.com ([24.1.156.39]) by mail.rdc2.occa.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <19991022173644.PQSR8534.mail.rdc2.occa.home.com@home.com> for ; Fri, 22 Oct 1999 10:36:44 -0700 Message-ID: <3810A0DE.14A8E8E4@home.com> Date: Fri, 22 Oct 1999 10:37:34 -0700 From: Tim Organization: Despots, Inc. X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Help booting 3.3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, As a very long time Unix user, I hope this problem can be resolved, it has me a bit stumped. I am trying to boot from either flopy or CD-ROM 3.3 release (walnut creek cdrom) but simply get "boot error". Hardware: Tyan Trinity ATX S-1598 motherboard AMD K6-III at 400 mhz 256Mbyte ram Adaptec 2940uw SCSI Matrox Millenium II display controller Looked at source code, but no help I've looked thru the most of the FAQs, handbook etc. Please don't tell me the K6 III is not supported! Thanks Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 10:43:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web2104.mail.yahoo.com (web2104.mail.yahoo.com [128.11.68.248]) by hub.freebsd.org (Postfix) with SMTP id E545E14C89 for ; Fri, 22 Oct 1999 10:43:35 -0700 (PDT) (envelope-from dharms98@yahoo.com) Message-ID: <19991022174552.1714.rocketmail@web2104.mail.yahoo.com> Received: from [207.32.92.13] by web2104.mail.yahoo.com; Fri, 22 Oct 1999 10:45:52 PDT Date: Fri, 22 Oct 1999 10:45:52 -0700 (PDT) From: Daniel Harms Subject: PAMified SSH To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anyone know any place where I can get SSH 1.x that works with PAM on FreeBSD 3.3? I tried using the Linux patch from http://opensource.captech.com/pub/linux/libs/pam/pre/applications/, but it doesn't compile very well.... Thanks. D __________________________________________________ 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 Fri Oct 22 10:44:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from castor.ssimicro.com (birch.ssimicro.com [199.247.51.10]) by hub.freebsd.org (Postfix) with ESMTP id 7D4BE14C89 for ; Fri, 22 Oct 1999 10:44:41 -0700 (PDT) (envelope-from allanr@ssimicro.com) Received: from manager (yeti.ssimicro.com [199.247.87.132]) by castor.ssimicro.com (8.9.3/8.9.3) with SMTP id LAA02297 for ; Fri, 22 Oct 1999 11:44:40 -0600 (MDT) From: "Allan Ross" To: Subject: RE: Virus after install? Date: Fri, 22 Oct 1999 11:44:13 -0600 Message-ID: <000201bf1cb5$0df547a0$8457f7c7@manager.ssimicro.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <000901bf1c07$ebbf6100$8457f7c7@manager.ssimicro.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Got a response from Symantec on this. Cut/Paste is attatched. I don't use a dual boot system at the moment but if anyone can send theses people some live data, they look like they're willing to update accordingly. Allan Ross - >> Can the Norton dat files be updated to properly >>recognize the multi-boot software that is available out there? Is >>research already being done in this area? Hello Allan Thanks for using the Norton AntiVirus discussion group. We have had another report of this and the customer was asked to submit a sample so that a change could be made. At this time I do not have information on weather or not they followed through. If you would like to submit you can contact 541-465-8420 for information on how to accomplish this. Thanks Randy Rejda Symantec Online Technical Support -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Allan Ross Sent: Thursday, October 21, 1999 3:05 PM To: freebsd-questions@FreeBSD.ORG Subject: RE: Virus after install? Well, rather than hope that someone is pokeing about on this I have posted a question to the Symantec tech support page. Here is a cut/paste of my post, I will post their reply when I get one. I use an operating system called FreeBSD(www.freebsd.org). One of the install options of this software is to create a multiboot install with the current OS (win95/98 for example) This is achieved by making changes to the master boot record. It has been reported in one of the mailing lists (questions@freebsd.org) that this change is subsequently detected by Norton Anti-Virus as a virus (Bloodhound.MBR). Can the Norton dat files be updated to properly recognize the multi-boot software that is available out there? Is research already being done in this area? Thanks! -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Mark Ovens Sent: Thursday, October 21, 1999 1:12 PM To: William Melanson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Virus after install? On Thu, Oct 21, 1999 at 02:13:56PM -0400, William Melanson wrote: > On Thu, 21 Oct 1999, Allan Ross wrote: > > % > % Turn off boot sector scanning? I think not. Does it not make FAR more > % sense to have a representative of the FreeBSD team contact Symantec > % and request that they add the profile of booteasy to its database so > % that it is properly identified and reported? > % > > No... > > If the good people at Symantec are commercial vendors of said sotfware > (which of course they are). It is they who should take the liberty of > contacting the appropriate bsd representatives in regards to their > anti-virus, multi-platform functionality (or lac thereof). > This has come up before, about a month ago. In that thread someone appeared to be implying that they would contact Symantec. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 10:50:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ogre.pnpa.net (ogre.pnpa.net [209.158.48.4]) by hub.freebsd.org (Postfix) with ESMTP id 07FE514C1E for ; Fri, 22 Oct 1999 10:50:46 -0700 (PDT) (envelope-from ian@pnpa.net) Received: from pnpa.net (root@localhost [127.0.0.1]) by ogre.pnpa.net (8.9.3/8.9.3) with ESMTP id NAA21005 for ; Fri, 22 Oct 1999 13:51:26 -0400 Message-ID: <3810A41D.D588E6C3@pnpa.net> Date: Fri, 22 Oct 1999 13:51:25 -0400 From: Ian X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.2.10 i686) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: kernel arp messages Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all I have a freebsd 3.3 machine that i just setup with 2 nics with the hopes that of using it as a gateway / router for an internal lan.. but i get these errors in my logs and the logs of my server (bsdi 4.0) pn0 is setup to be on the outside network, pn1 is the internal what could be causing something like this? This is happening once every 30 - 60 secs arp: 209.158.48.1 is on pn0 but got reply from 00:10:7b:80:04:40 on pn1 arp: 209.158.48.1 is on pn0 but got reply from 00:10:7b:80:04:40 on pn1 arp: 209.158.48.1 is on pn0 but got reply from 00:10:7b:80:04:40 on pn1 arp: 209.158.48.1 is on pn0 but got reply from 00:10:7b:80:04:40 on pn1 arp: 209.158.48.2 is on pn0 but got reply from 00:90:27:84:e8:40 on pn1 arp: 209.158.48.1 is on pn0 but got reply from 00:10:7b:80:04:40 on pn1 arp: 209.158.48.1 is on pn0 but got reply from 00:10:7b:80:04:40 on pn1 arp: 209.158.48.1 is on pn0 but got reply from 00:10:7b:80:04:40 on pn1 arp: 209.158.48.1 is on pn0 but got reply from 00:10:7b:80:04:40 on pn1 arp: 209.158.48.1 is on pn0 but got reply from 00:10:7b:80:04:40 on pn1 arp: 209.158.48.2 is on pn0 but got reply from 00:90:27:84:e8:40 on pn1 arp: 209.158.48.2 is on pn0 but got reply from 00:90:27:84:e8:40 on pn1 arp: 209.158.48.1 is on pn0 but got reply from 00:10:7b:80:04:40 on pn1 TIA Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 11:11:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (broccoli.graphics.cornell.edu [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id BEDC014C1E for ; Fri, 22 Oct 1999 11:11:25 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA089045877; Fri, 22 Oct 1999 14:11:17 -0400 Message-Id: <199910221811.AA089045877@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: Mark Powell Cc: freebsd-questions@freebsd.org Subject: Re: How to make Ethernet come up as Full-Duplex... In-Reply-To: Your message of "Fri, 22 Oct 1999 15:32:20 BST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 22 Oct 1999 14:11:15 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> Did you really type "media-opt" (with hyphen)? If so, perhaps that's >> your trouble. > >Yep. I cut and pasted the command-line supplied: > ># ifconfig fxp0 inet x.x.x.x netmask 0xffffff80 media 100BaseTX media-opt >full-duplex >ifconfig: media-opt: bad value Supplied from where? -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 11:23:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id 417B714BCE for ; Fri, 22 Oct 1999 11:23:34 -0700 (PDT) (envelope-from mwlucas@blackhelicopters.org) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id OAA80472; Fri, 22 Oct 1999 14:23:29 -0400 (EDT) (envelope-from mwlucas) From: Michael Lucas Message-Id: <199910221823.OAA80472@blackhelicopters.org> Subject: Re: Help booting 3.3 In-Reply-To: <3810A0DE.14A8E8E4@home.com> from Tim at "Oct 22, 1999 10:37:34 am" To: potentate@home.com (Tim) Date: Fri, 22 Oct 1999 14:23:29 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (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 Hello, A few of the 3.3-RELEASE CDs didn't come out right. You should probably contact the vendor with this problem; they'll ship you a replacement. > > Greetings, > > As a very long time Unix user, I hope this problem can be resolved, > it has me a bit stumped. > > I am trying to boot from either flopy or CD-ROM 3.3 release > (walnut creek cdrom) but simply get "boot error". > > Hardware: > > Tyan Trinity ATX S-1598 motherboard > AMD K6-III at 400 mhz > 256Mbyte ram > Adaptec 2940uw SCSI > Matrox Millenium II display controller > > Looked at source code, but no help > I've looked thru the most of the FAQs, handbook > etc. Please don't tell me the K6 III is not supported! > > Thanks > > Tim > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 11:39:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [192.216.136.195]) by hub.freebsd.org (Postfix) with ESMTP id BF4E614E2D for ; Fri, 22 Oct 1999 11:39:17 -0700 (PDT) (envelope-from shawn@luke.cpl.net) Received: (from shawn@localhost) by luke.cpl.net (8.9.3/8.9.3) id LAA03095 for questions@freebsd.org; Fri, 22 Oct 1999 11:41:30 -0700 (PDT) Date: Fri, 22 Oct 1999 11:41:30 -0700 From: Shawn Ramsey To: questions@freebsd.org Subject: TIme Zone? Message-ID: <19991022114129.F22368@cpl.net> 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 How do I change the Time Zone? I normally do it through sysinstall, but for some reason that is not working. There must be another way to do it, how do I? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 11:40:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dnsmail.fleet.navy.mil (dnsmail.fleet.navy.mil [205.56.144.3]) by hub.freebsd.org (Postfix) with ESMTP id 9846B14E2A for ; Fri, 22 Oct 1999 11:39:59 -0700 (PDT) (envelope-from shawjl@benfold.navy.mil) Received: from valor.benfold.navy.mil ([205.90.160.12]) by dnsmail.fleet.navy.mil (8.9.3/8.9.3) with ESMTP id RAA27603 for ; Fri, 22 Oct 1999 17:16:17 GMT Message-Id: <199910221716.RAA27603@dnsmail.fleet.navy.mil> Received: from pc_120 by valor.benfold.navy.mil with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1460.8) id 4SV4DR0G; Thu, 21 Oct 1999 23:33:47 +0800 Comments: Authenticated sender is From: "Shaw, James Lester" To: questions@freebsd.org Date: Thu, 21 Oct 1999 18:28:52 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Sony CDU-31A CD-ROM Drives X-mailer: Pegasus Mail for Windows (v2.54) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSD libserver.benfoldlibrary 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Mon Oct 18 10:10:15 GMT 1999 root@libserver:/usr/src/sys/compile/SrvKernel i386 I'm having trouble getting FreeBSD to recognize all my "SONY CDU31A Rev 1.2b" drives. I have 4 total and it will only find 1. I have 2 cases daisy-chained together consisting of 2 drives each. Is there a way to fix this problem? Sincerely, James Shaw --==--==--==--==--==--==--==--==--==--==--==--==-- | --==> WestPac '99 <==-- | | <= June 18, 1999 - December 18, 1999 => | | U.S.S. Benfold (DDG-65) | | By: SA Shaw, James L. (aka. Simba7) | --==--==--==--==--==--==--==--==--==--==--==--==-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 11:47: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cm-24-142-61-16.cableco-op.ispchannel.com (cm-24-142-61-16.cableco-op.ispchannel.com [24.142.61.16]) by hub.freebsd.org (Postfix) with ESMTP id 3B58414DCF for ; Fri, 22 Oct 1999 11:47:01 -0700 (PDT) (envelope-from jwg@netbox.com) Received: from localhost (jwg@localhost) by cm-24-142-61-16.cableco-op.ispchannel.com (8.8.8/8.8.8) with ESMTP id LAA27630; Fri, 22 Oct 1999 11:41:58 -0700 (PDT) (envelope-from jwg@netbox.com) X-Authentication-Warning: cm-24-142-61-16.cableco-op.ispchannel.com: jwg owned process doing -bs Date: Fri, 22 Oct 1999 11:41:58 -0700 (PDT) From: Jeff Gray X-Sender: jwg@cm-24-142-61-16.cableco-op.ispchannel.com To: "Jason C. Wells" Cc: bill slaybaugh , FreeBSD List Subject: Re: newbie kernel question- In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > You probably have a debug kernel with symbols built into it. I think you > can "strip -g kernel" but it has been a while. Have never tried this so I wish to be a bit careful. Looking at man strip and the archives, for ELF kernels cd / strip -g --strip-debug kernel Nothing else required, this will reduce the size of the object file /kernel This is a real good thing if it is safe, for those with / partitions that are too small. Safe? Any other steps? Thanks jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 11:48:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mercure.IRO.UMontreal.CA (mercure.IRO.UMontreal.CA [132.204.24.67]) by hub.freebsd.org (Postfix) with ESMTP id 3E22614DCF for ; Fri, 22 Oct 1999 11:47:49 -0700 (PDT) (envelope-from beaupran@IRO.UMontreal.CA) Received: from blc41.IRO.UMontreal.CA (IDENT:root@blc41.IRO.UMontreal.CA [132.204.21.42]) by mercure.IRO.UMontreal.CA (8.9.1/8.9.3) with ESMTP id OAA26281 for ; Fri, 22 Oct 1999 14:47:49 -0400 Received: (from beaupran@localhost) by blc41.IRO.UMontreal.CA (8.9.1/8.9.1) id OAA26433; Fri, 22 Oct 1999 14:47:48 -0400 Full-Name: Antoine Beaupre X-Authentication-Warning: blc41.IRO.UMontreal.CA: beaupran set sender to beaupran@blc41.IRO.UMontreal.CA using -f From: Antoine Beaupre MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14352.45396.46968.93644@blc41.IRO.UMontreal.CA> Date: Fri, 22 Oct 1999 14:47:48 -0400 (EDT) To: freebsd-questions@freebsd.org Subject: Creating a boot floppy (ref: handbook 9.2.8) X-Mailer: VM 6.75 under Emacs 20.3.1 Reply-To: Spidey Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. I'm running FBSD-3.3-STABLE. Cvsup made in early october. I know this (creating a boot floppy) is a widely discussed matter I also know that the general answer is "dd if=boot.flp of=/dev/rfd0"... But there's something in the handbook that interested me a lot: the 'Backup:Backup programs" section. Strangely, in this section, there's also a section called "Emergency Restore Procedure". In there, it is explained how to make backups and what to have handy before the ultimate crash. What is interesting is that: 1- the kernel configuration given does not compile 2- after modifications (read: removing almost everything), it does, but takes about 900K and 420K gzip'd 3- it is advised to put the binaries gzipped (gzip -c -best > /mnt/), but I am not able to run these, even with the 'gzip' options compiled in the kernel. Is this because this capability was only implemented for a.out and not for elf? (from LINT, 3.3-STABLE: pseudo-device gzip #Exec gzipped a.out's ) I don't remember exactly the warning message but it said something like 'cannot uncompress init...' I will try to get a more precise description if I have the time because I'm not close to the box right now. So I guess that it is _almost_ possible to make a boot floppy apart from dd'ing it from the boot image. Anyways, I tried quickly to boot from the (2-disk) boot images (kern.flp, mfsroot.flp) and the kernel did not boot at all!!! The loader did not find the /kernel file. Indeed, there's just a /kernel.gz, and I wasn't able to boot from it either. I do all that in the line of a major restructuration of the box. I had a new drive, so I backed up all my partitions of the old one (including the Win95 one), to the new one, using dump. I expect to be able to boot from a floppy, mount the new drive, clear the old one with a fresh partitioning, and restore my backups. Right now, this seems like less and less a possibility. I _really_ think that this handbook section should be updated to reflect the changes to FBSD (a single floppy seems not enough!) because some newbie (me? :)) may decide to make the same thing as me, but just a little too fast.. There's also a mention of a "/usr/src/release/floppies/Makefile that's supposed to let you *just* make those floppies, but it's not really gelled yet." There's no such directory in FBSD-stable... " Q: How can I make my own custom install floppy? A: Currently there's no way to *just* make a custom install floppy. You have to cut a whole new release, which will include your install floppy. There's some code in /usr/src/release/floppies/Makefile that's supposed to let you *just* make those floppies, but it's not really gelled yet. To make a custom release, follow the instructions here. " This is in contradiction with the 'backup' part of the handbook... So that's that.. I hope someone sees some good ideas to solve this, 'cause I'm all out of luck... Thanks. AnarCat -- Si l'image donne l'illusion de savoir C'est que l'adage pretend que pour croire, L'important ne serait que de voir Lofofora To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 11:54: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cm-24-142-61-16.cableco-op.ispchannel.com (cm-24-142-61-16.cableco-op.ispchannel.com [24.142.61.16]) by hub.freebsd.org (Postfix) with ESMTP id 0561514EA9 for ; Fri, 22 Oct 1999 11:53:50 -0700 (PDT) (envelope-from jwg@netbox.com) Received: from localhost (jwg@localhost) by cm-24-142-61-16.cableco-op.ispchannel.com (8.8.8/8.8.8) with ESMTP id LAA00122; Fri, 22 Oct 1999 11:48:41 -0700 (PDT) (envelope-from jwg@netbox.com) X-Authentication-Warning: cm-24-142-61-16.cableco-op.ispchannel.com: jwg owned process doing -bs Date: Fri, 22 Oct 1999 11:48:41 -0700 (PDT) From: Jeff Gray X-Sender: jwg@cm-24-142-61-16.cableco-op.ispchannel.com To: Shawn Ramsey Cc: questions@FreeBSD.ORG Subject: Re: TIme Zone? In-Reply-To: <19991022114129.F22368@cpl.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 Time Zone can be done, in csh, by setenv TZ GMT look at the directory /usr/share/zoneinfo for the list of valid time zones. After you set the TZ you will have to reset the date, date 1422 to get 2:22 pm in the new TZ My suggestion is to, a) change the TZ in the root enviornment. b) update your /etc/rc.conf file with ntpdate by adding ntpdate_flags="valid_timeserver" ntpdate_enable="YES" get the timeserver from man ntpdate Jeff On Fri, 22 Oct 1999, Shawn Ramsey wrote: > Real-To: Shawn Ramsey > > How do I change the Time Zone? I normally do it through sysinstall, but for > some reason that is not working. There must be another way to do it, how do > I? > > Thanks. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 12:21: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tomcat.webber.net.ua (S2-1.GWN-KVC2.ukrpack.net [195.230.151.38]) by hub.freebsd.org (Postfix) with ESMTP id 78C5414ECA for ; Fri, 22 Oct 1999 12:20:39 -0700 (PDT) (envelope-from apl@webber.net.ua) Received: from webber.net.ua (opera.webber.net.ua [193.193.198.41]) by tomcat.webber.net.ua (8.9.3/8.9.1) with ESMTP id WAA05821 for ; Fri, 22 Oct 1999 22:20:30 +0300 (EEST) Message-ID: <3810B8CA.4F8A13BF@webber.net.ua> Date: Fri, 22 Oct 1999 22:19:38 +0300 From: Andrew Petrenko X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.3-STABLE i386) X-Accept-Language: ru, uk, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: SCSI MO DYNAMO 1300SD and 640 MB disk Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How can i use subj? i have some error (da1:ahc0:0:4:0): READ(10). CDB: 28 0 4f 49 0 1 0 0 1 0 (da1:ahc0:0:4:0): ILLEGAL REQUEST asc:21,0 (da1:ahc0:0:4:0): Logical block address out of range (da1:ahc0:0:4:0): READ(10). CDB: 28 0 20 20 53 50 0 0 1 0 (da1:ahc0:0:4:0): ILLEGAL REQUEST asc:21,0 (da1:ahc0:0:4:0): Logical block address out of range (da1:ahc0:0:4:0): READ(10). CDB: 28 0 e9 e 2 7f 0 0 1 0 (da1:ahc0:0:4:0): ILLEGAL REQUEST asc:21,0 (da1:ahc0:0:4:0): Logical block address out of range (da1:ahc0:0:4:0): READ(10). CDB: 28 0 65 72 70 21 0 0 1 0 (da1:ahc0:0:4:0): ILLEGAL REQUEST asc:21,0 (da1:ahc0:0:4:0): Logical block address out of range (da1:ahc0:0:4:0): READ(10). CDB: 28 0 4f 49 0 1 0 0 1 0 (da1:ahc0:0:4:0): ILLEGAL REQUEST asc:21,0 (da1:ahc0:0:4:0): Logical block address out of range (da1:ahc0:0:4:0): READ(10). CDB: 28 0 20 20 53 50 0 0 1 0 (da1:ahc0:0:4:0): ILLEGAL REQUEST asc:21,0 (da1:ahc0:0:4:0): Logical block address out of range (da1:ahc0:0:4:0): READ(10). CDB: 28 0 e9 e 2 7f 0 0 1 0 (da1:ahc0:0:4:0): ILLEGAL REQUEST asc:21,0 (da1:ahc0:0:4:0): Logical block address out of range -- WBR, Andrew Petrenko / apl@webber.net.ua / ICQ #19575997 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 12:25:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from timingpdc.timing.com (timingpdc.timing.com [206.168.13.194]) by hub.freebsd.org (Postfix) with ESMTP id 8025314ECA for ; Fri, 22 Oct 1999 12:25:41 -0700 (PDT) (envelope-from jhein@timing.com) Received: from taz.timing.com ([206.168.13.210]) by timingpdc.timing.com (Post.Office MTA v3.1.2 release (PO205-101c) ID# 103-49575U100L2S100) with ESMTP id AAA302; Fri, 22 Oct 1999 13:26:14 -0600 Received: (from jhein@localhost) by taz.timing.com (8.8.7/8.8.7) id NAA24692; Fri, 22 Oct 1999 13:25:39 -0600 X-Authentication-Warning: taz.timing.com: jhein set sender to jhein@taz.timing.com using -f MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14352.47667.735759.155866@taz.timing.com> Date: Fri, 22 Oct 1999 13:25:39 -0600 (MDT) From: "John E. Hein" To: Mark Ovens Cc: questions@freebsd.org Subject: Problems using send-pr with Emacs In-Reply-To: <19991022173603.B316@marder-1> References: <19991022173603.B316@marder-1> X-Mailer: VM 6.75 under Emacs 20.4.1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Look in send-pr.el The answer's in there, but basically put the following lines in your .emacs and restart emacs or put 'em in *scratch* and use eval-region or eval-buffer: (autoload 'send-pr-mode "send-pr" "Major mode for sending problem reports." t) (autoload 'send-pr "send-pr" "Command to create and send a problem report." t) Mark Ovens wrote at 17:36 +0100 on Oct 22: > According to send-pr(1): > > "An Emacs user interface for send-pr with completion of > field values is part of the send-pr distribution (invoked > with M-x send-pr). See the file send-pr.info or the ASCII > file INSTALL in the top level directory of the distribu- > tion for configuration and installation information. The > Emacs LISP template file is send-pr-el.in and is installed > as send-pr.el." > > I copied send-pr-el.in to /usr/local/share/emacs/20.3/lisp/mail/send-pr.el > and managed to compile it in emacs to produce the .elc file, but > ``M-x send-pr'' doesn't work. > > Also, using Help->Find Emacs Packages and then selecting mail > doesn't show send-pr in the list. Looking at sendmail.el for guidance > I added: > > ;;; send-pr.el --- mail bug reports to GNATS. > > and: > > ;; Keywords: mail > > to send-pr.el and re-compiled. Still not listed as a package and > ``M-x send-pr'' still doesn't work (it just gives ``[no match]''. > > So, how the hell do you run send-pr in emacs (v20.3)? Do you have > to "register" the send-pr package or something? The emacs manual > isn't much help here. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 12:31: 0 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 B026914ECA for ; Fri, 22 Oct 1999 12:30:58 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2650.21) id ; Fri, 22 Oct 1999 15:30:58 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105D12@site2s1> From: Christopher Michaels To: 'Mitch Collinsworth' , Mark Powell Cc: freebsd-questions@freebsd.org Subject: RE: How to make Ethernet come up as Full-Duplex... Date: Fri, 22 Oct 1999 15:34:13 -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 Ok.. this was my bad, I was typing it from memory and apparently I made a type-O. Several people after the fact didn't catch my type-o and kept the mis-information going. It's supposed to be "mediaopt" not "media-opt" I apologize. For the record, if said person who asked the original question has looked at the man page (for fxp and ifconfig) as I had suggested, he would have noticed my type-o. Hope this clears things up, -Chris > -----Original Message----- > From: Mitch Collinsworth [SMTP:mkc@Graphics.Cornell.EDU] > Sent: Friday, October 22, 1999 2:11 PM > To: Mark Powell > Cc: freebsd-questions@freebsd.org > Subject: How to make Ethernet come up as Full-Duplex... > > > >> Did you really type "media-opt" (with hyphen)? If so, perhaps that's > >> your trouble. > > > >Yep. I cut and pasted the command-line supplied: > > > ># ifconfig fxp0 inet x.x.x.x netmask 0xffffff80 media 100BaseTX media-opt > >full-duplex > >ifconfig: media-opt: bad value > > > Supplied from where? > > -Mitch > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 12:34:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from timingpdc.timing.com (timingpdc.timing.com [206.168.13.194]) by hub.freebsd.org (Postfix) with ESMTP id 0E91D14ECA for ; Fri, 22 Oct 1999 12:34:30 -0700 (PDT) (envelope-from jhein@timing.com) Received: from taz.timing.com ([206.168.13.210]) by timingpdc.timing.com (Post.Office MTA v3.1.2 release (PO205-101c) ID# 103-49575U100L2S100) with ESMTP id AAA312; Fri, 22 Oct 1999 13:35:04 -0600 Received: (from jhein@localhost) by taz.timing.com (8.8.7/8.8.7) id NAA24700; Fri, 22 Oct 1999 13:34:29 -0600 X-Authentication-Warning: taz.timing.com: jhein set sender to jhein@taz.timing.com using -f MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14352.48197.261251.295047@taz.timing.com> Date: Fri, 22 Oct 1999 13:34:29 -0600 (MDT) From: "John E. Hein" To: Mark Ovens Cc: questions@freebsd.org Subject: Problems using send-pr with Emacs In-Reply-To: <19991022173603.B316@marder-1> References: <19991022173603.B316@marder-1> X-Mailer: VM 6.75 under Emacs 20.4.1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Here's another couple different ways (not exactly what you wanted, but here they are)... - make sure you've started the emacs client server (server-start) from your .emacs or from some scratch buffer. then do the following csh-style: (setenv EDITOR emacsclient ; send-pr) this will open up a send-pr buffer in your already running emacs session. - start an emacs using send-pr: (setenv EDITOR emacs ; send-pr) How many other ways are there? ;) Mark Ovens wrote at 17:36 +0100 on Oct 22: > According to send-pr(1): > > "An Emacs user interface for send-pr with completion of > field values is part of the send-pr distribution (invoked > with M-x send-pr). See the file send-pr.info or the ASCII > file INSTALL in the top level directory of the distribu- > tion for configuration and installation information. The > Emacs LISP template file is send-pr-el.in and is installed > as send-pr.el." > > I copied send-pr-el.in to /usr/local/share/emacs/20.3/lisp/mail/send-pr.el > and managed to compile it in emacs to produce the .elc file, but > ``M-x send-pr'' doesn't work. > > Also, using Help->Find Emacs Packages and then selecting mail > doesn't show send-pr in the list. Looking at sendmail.el for guidance > I added: > > ;;; send-pr.el --- mail bug reports to GNATS. > > and: > > ;; Keywords: mail > > to send-pr.el and re-compiled. Still not listed as a package and > ``M-x send-pr'' still doesn't work (it just gives ``[no match]''. > > So, how the hell do you run send-pr in emacs (v20.3)? Do you have > to "register" the send-pr package or something? The emacs manual > isn't much help here. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 12:43:49 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 63D8714CB3 for ; Fri, 22 Oct 1999 12:43:40 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2650.21) id ; Fri, 22 Oct 1999 15:43:40 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105D13@site2s1> From: Christopher Michaels To: 'Salvo Bartolotta' Cc: freebsd-questions@FreeBSD.ORG Subject: RE: About the installation problem on IDE CDROM Date: Fri, 22 Oct 1999 15:46:55 -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 Hi, I'm going to answer the questions I can.. Please don't post in HTML in the future, many people on this list don't use HTML enabled mailers and will just ignore your postings. See below... > -----Original Message----- > From: Salvo Bartolotta [SMTP:bartequi@neomedia.it] > Sent: Thursday, October 21, 1999 7:28 PM > To: freebsd-questions@FreeBSD.ORG > Subject: About the installation problem on IDE CDROM > > Dear FreeBSD staff, > > I have just browsed your sites and read about the IDE CD-ROM installation > problem in the ERRATA.txt for the 3.3. Release. Also, there's a great > number of mailing lists ... so I let you decide if and where to post the > information contained in this message. > > A few days ago I installed the 3.3 release (Walnut Creek 4 CDs) from an > IDE CD-ROM in a curious way, and I wonder whether this installation is > somehow correct. However, I write so that you should be able to reproduce > the situation and publish the results (if worth publishing) in the > ERRATA.txt. > > My computer is an Intel Pentium III 450 MHz (ASUS P2B-F) 384 MB RAM, 3 HDs > (4 GB WDC AC24300L, 8 GB IBM DHEA 38451 and 16 GB IBM DTTA 351680), a > Mitsumi FX240S (ATAPI), a SCSI CDROM and a SCSI CD-writer (not boot from > there, sigh ...), among others. > > Actually, my Walnut Creek CD #1 did NOT boot from my IDE CD unit at all. > I might simply have given up, and try the diskette method. > > Instead, (oh my !) I inserted the CD #2 in my IDE CDROM unit ... and the > system booted ! > That's the "live filesystem cdrom". I've never tried booting from that so I don't know exactly what would happen. If the system boots, I assume it installed properly. > It almost goes without saying that the installation process went on, and > when the "last chance" dialog box appeared, I reinserted CD # 1 - if bugs > have logic ... - and the installation was practically completed. > By the way, I chose to install "All". > > > N.B. I am no FreeBSD guru; rather, I am a novice, and I even did NOT look > at the content of CD #1 and # 2 at the time of the trial - it was just > (insane) "instant decision" (or trial). > > And I do NOT know exactly what to think of the whole thing. > > At any rate, maybe I have detected a couple of minor bugs. > > > **************************************Problem I > ***************************************** > I found no way to install the package "local". The installation process > copies all the OS packages (choice "All") except "local". It goes without > saying that I have tried a post install configuration (/stand/sysinstall > ...), and I have tried all four CDs. Unfortunately, the "local" package > (=local additions) is not in any of the four CDs. However, the system, on > the whole, seems to work almost properly :-) > Right-O, the "local" packages appear to be a place that was added to the installation for custom packages to be added to the installation. I assume this would be for internal use at a company that needed to add something to the base install. In otherwords, it's ok that it didn't work as there's nothing in there to install. > **************************************Problem II > ***************************************** > I have been experiencing problems with the Gnome + Enlightenment > environment. > When starting X, I sometimes receive a "Gnome non compliant error"; the > mouse pointer shape is always a cross and does NOT change its form; the X > environment is always NOT functional, ie the mouse does NOT work properly, > right-clicking does NOT work etc. > > If I launch the Gnome Control Center applet and if I change Windows > Managers (e.g. any other W.M. instead of Enlightenment), and then I choose > Enlightment again, the mouse pointer magically acquires its normal "arrow" > form, and everything seems to work properly since that very moment. > If I log out ... alas, I have to repeat the process again, ie launching > Gnome Control Center, changing W.M.s etc. > > A far as I can see, it is a problem of (non-proper) initialization of > Enlightenment, but I am a FreeBSDS novice and I know no fixing script or > workaround at the moment :-( > > I would like to be able to seamlesly switch dekstop environments as in > Linux (e.g. options at login) ... ;-) > > Sorry, not my forte! Hopefully someone else can comment on this. (Choosing desktops at login would require configuring xdm). > ************************************************************************** > ***************** > > Finally, if I do not ask too much, could you let me know whether this > "installation" of mine can reasonably be fixed ? > Don't imagine why not, doesn't appear to be that broken to begin with. As you probably know, the problem with the install cdrom not booting was listed in the ERRATA and is a know issue. It appears the only real problem that you are having is the X-Win problem, and hopefully someone a little more familiar with GNOME + Enlightenment will be able to assist you. > I thank you very much in advance for reading this unusual long letter, and > for any tip you will e-mail to me on this (minefield) subject. > > Truly yours > Salvo Bartolotta (from Sicily) > Hope this help, -Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 12:53:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.intekom.com (smtp.intekom.com [196.25.69.22]) by hub.freebsd.org (Postfix) with ESMTP id B8EF014BD3 for ; Fri, 22 Oct 1999 12:53:45 -0700 (PDT) (envelope-from evablunted@earthling.net) Received: from uta36-01-p26.ec.saix.net ([155.239.168.26] helo=earthling.net) by mail.intekom.com with esmtp (Exim 3.03 #6) id 11ekk1-0001pv-00; Fri, 22 Oct 1999 21:52:45 +0200 Message-ID: <3810BABE.CEDDCEF1@earthling.net> Date: Fri, 22 Oct 1999 21:27:58 +0200 From: Langa Kentane Organization: Sunsine Networks X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.2.5-22 i586) X-Accept-Language: en MIME-Version: 1.0 To: linux-admin@vger.rutgers.edu, freebsd-questions@freebsd.org Subject: Minivend vs Opencart Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Not trying to start a flame war or anything like that. I just want to really good advice on which of the two online shopping packages is best. Can you give me info on ease of configuration and configurability and which of the two is more powerfull and which is more supported and has some good front end available. I have just tried miniven and found it to be a night mare. But maybe it's because I am new to the whole thing. I don't wanna go and try opencart if it is no better. Thanks in advance -- Langa Kentane | Tel: +27 82 928 1952 Manager: Networks Operations | http://www.sunnet.co.za Sunshine Networks | http://langa.za.net __________________________________________________________ Unix, DOS, Windows The good, The bad, and the ugly __________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 12:56:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f228.hotmail.com [207.82.251.119]) by hub.freebsd.org (Postfix) with SMTP id C91F614F1B for ; Fri, 22 Oct 1999 12:56:42 -0700 (PDT) (envelope-from delrinkenro@hotmail.com) Received: (qmail 89986 invoked by uid 0); 22 Oct 1999 19:56:40 -0000 Message-ID: <19991022195640.89985.qmail@hotmail.com> Received: from 216.210.30.206 by www.hotmail.com with HTTP; Fri, 22 Oct 1999 12:56:40 PDT X-Originating-IP: [216.210.30.206] From: "Delrin Kenro" To: questions@freebsd.org Subject: Problem labeling HD partitions Date: Fri, 22 Oct 1999 15:56:40 EDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This problem has been plaguing me for a few days. Could anyone suggest why FreeBSD would not be displaying my second HD in the partition editor during install. I have 2 IDE drives 1 3.6G and 1 866MB, they are both visible in the partition editor, but after I have configured them, only one is displayed in the label editor, this happens with a few other HD's and when they are on different controllers also, I don't think it is a hardware problem. Can someone please give me an idea of how I could resolve this? MUCH appreciated, and thanks in advance. Vince ______________________________________________________ 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 Fri Oct 22 13:36:39 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 9DAE215039 for ; Fri, 22 Oct 1999 13:36:31 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 24537 invoked from network); 22 Oct 1999 20:36:27 -0000 Received: from userbi19.uk.uudial.com (HELO marder-1.) (62.188.143.83) by smtp.dial.pipex.com with SMTP; 22 Oct 1999 20:36:27 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id VAA01117; Fri, 22 Oct 1999 21:36:27 +0100 (BST) (envelope-from mark) Date: Fri, 22 Oct 1999 21:36:26 +0100 From: Mark Ovens To: "John E. Hein" Cc: questions@freebsd.org Subject: Re: Problems using send-pr with Emacs Message-ID: <19991022213625.A588@marder-1> References: <19991022173603.B316@marder-1> <14352.47667.735759.155866@taz.timing.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <14352.47667.735759.155866@taz.timing.com> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Oct 22, 1999 at 01:25:39PM -0600, John E. Hein wrote: > Look in send-pr.el > The answer's in there, but basically put the following lines in > your .emacs and restart emacs or put 'em in *scratch* and > use eval-region or eval-buffer: > > (autoload 'send-pr-mode "send-pr" > "Major mode for sending problem reports." t) > (autoload 'send-pr "send-pr" > "Command to create and send a problem report." t) > Great, thanks, that's done it :) > Mark Ovens wrote at 17:36 +0100 on Oct 22: > > According to send-pr(1): > > > > "An Emacs user interface for send-pr with completion of > > field values is part of the send-pr distribution (invoked > > with M-x send-pr). See the file send-pr.info or the ASCII > > file INSTALL in the top level directory of the distribu- > > tion for configuration and installation information. The > > Emacs LISP template file is send-pr-el.in and is installed > > as send-pr.el." > > > > I copied send-pr-el.in to /usr/local/share/emacs/20.3/lisp/mail/send-pr.el > > and managed to compile it in emacs to produce the .elc file, but > > ``M-x send-pr'' doesn't work. > > > > Also, using Help->Find Emacs Packages and then selecting mail > > doesn't show send-pr in the list. Looking at sendmail.el for guidance > > I added: > > > > ;;; send-pr.el --- mail bug reports to GNATS. > > > > and: > > > > ;; Keywords: mail > > > > to send-pr.el and re-compiled. Still not listed as a package and > > ``M-x send-pr'' still doesn't work (it just gives ``[no match]''. > > > > So, how the hell do you run send-pr in emacs (v20.3)? Do you have > > to "register" the send-pr package or something? The emacs manual > > isn't much help here. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 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 Fri Oct 22 13:53:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailserver.ipf.net (mailserver.ipf.net [195.211.211.33]) by hub.freebsd.org (Postfix) with SMTP id C300114EF9 for ; Fri, 22 Oct 1999 13:53:42 -0700 (PDT) (envelope-from Usselmann.M@icg-online.de) Received: (qmail 25940 invoked from network); 22 Oct 1999 20:47:01 -0000 Received: from ip1.mainz.okay.net (HELO icg?pc204) (194.117.240.1) by mail.okay.net with SMTP; 22 Oct 1999 20:47:01 -0000 From: "Manfred Usselmann" To: "freebsd-questions@FreeBSD.ORG" Cc: "Ian J Greely" , "J McKitrick" Date: Fri, 22 Oct 1999 22:45:38 +0100 Reply-To: "Manfred Usselmann" X-Mailer: PMMail 2000 Standard (2.10.1999) For Windows NT (4.0.1381;5) In-Reply-To: <000f01bf1c77$2ba9d6a0$176f38d4@ciara> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: WYSIWYG word processor needed Message-Id: <19991022205343.C300114EF9@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 Oct 1999 11:21:12 +0100, Ian J Greely wrote: >Star Office from Sun? > >It will have to run in Linux compatability mode but now that Sun have >bought out the company >single user "home" licences are free. www.sun.com Since Sun bought StarDivision the licence is free for _commercial_ use too! -- Manfred Usselmann usselmann.m@icg-online.de -------------------------------------------------- I C G Informationstechnologie Consulting GmbH Bahnstr. 7, D-65835 Liederbach / Ts. Tel. +49 69 333 623, Fax +49 69 306 845 -------------------------------------------------- http://www.icg-online.de -------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 13:58:16 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 20D6A14E30 for ; Fri, 22 Oct 1999 13:58:13 -0700 (PDT) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr364-a122.otenet.gr [195.167.112.218]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id XAA17378 for ; Fri, 22 Oct 1999 23:58:07 +0300 (EET DST) Received: (qmail 29144 invoked by uid 1001); 22 Oct 1999 01:55:54 -0000 To: freebsd-questions@freebsd.org Subject: Re: Raising Capital in the New Millennium References: <3.0.32.19991021180458.006ce614@mail> From: Giorgos Keramidas Date: 22 Oct 1999 04:55:53 +0300 In-Reply-To: "Dante Fichera, CPA"'s message of "Thu, 21 Oct 1999 18:05:00 -0700" Message-ID: <864sfk2m6u.fsf@localhost.hell.gr> Lines: 12 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 Are they even remotely serious? Posting on a BSD list with a huge application/ms-word attachment... Ahem, add them to my kill file I should do maybe... -- Giorgos Keramidas, "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 14:27:55 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 3275D14D47 for ; Fri, 22 Oct 1999 14:27:46 -0700 (PDT) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr364-a122.otenet.gr [195.167.112.218]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id AAA01236 for ; Sat, 23 Oct 1999 00:27:25 +0300 (EET DST) Received: (qmail 63830 invoked by uid 1001); 22 Oct 1999 21:28:59 -0000 To: freebsd-questions@freebsd.org Subject: Re: Oracle DBD (or how to connect to Oracle Database) References: From: Giorgos Keramidas Date: 23 Oct 1999 00:28:58 +0300 In-Reply-To: Dave Hummel's message of "Fri, 22 Oct 1999 10:27:52 -0400 (EDT)" Message-ID: <863dv3dqzp.fsf@localhost.hell.gr> Lines: 14 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 Dave Hummel writes: [snip] > Or is there another solution entirely? If you're not completely stuck on DB::Ora, you could try using PHP. Their home page at should provide you with all the information you need. I think that using PHP with Oracle is a lot easier, but this is my own personal opinion... and I am not trying to force anyone to agree with me. -- Giorgos Keramidas, "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 14:31: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.AFFI.NET (mail.affi.net [209.154.182.123]) by hub.freebsd.org (Postfix) with SMTP id E4A3114D47 for ; Fri, 22 Oct 1999 14:31:03 -0700 (PDT) (envelope-from unknown) Received: from Moscow11-P10.rosprint.net by mail.AFFI.NET (Lotus SMTP MTA v1.1 (385.6 5-6-1997)) with SMTP id 85256812.0076F72A­„; Fri, 22 Oct 1999 17:39:31 -0400 Date: Sat, 23 Oct 1999 01:30:04 +0400 From: debian X-Mailer: The Bat! (v1.35) UNREG / CD5BF9353B3B7091 Reply-To: X-Priority: 3 (Normal) Message-ID: <562.991023@> To: freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello freebsd-questions, Im need libstdc++.so.3 The lib pakage required for kde 1.1.2 Whea im can get this packege ? Best regards, debian mailto:debian@mail.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 15: 4:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cm-24-142-61-16.cableco-op.ispchannel.com (cm-24-142-61-16.cableco-op.ispchannel.com [24.142.61.16]) by hub.freebsd.org (Postfix) with ESMTP id 6458B14D72 for ; Fri, 22 Oct 1999 15:04:07 -0700 (PDT) (envelope-from jwg@netbox.com) Received: from localhost (jwg@localhost) by cm-24-142-61-16.cableco-op.ispchannel.com (8.8.8/8.8.8) with ESMTP id OAA12809 for ; Fri, 22 Oct 1999 14:59:09 -0700 (PDT) (envelope-from jwg@netbox.com) X-Authentication-Warning: cm-24-142-61-16.cableco-op.ispchannel.com: jwg owned process doing -bs Date: Fri, 22 Oct 1999 14:59:09 -0700 (PDT) From: Jeff Gray X-Sender: jwg@cm-24-142-61-16.cableco-op.ispchannel.com To: Questions at FreeBSD Subject: Re: newbie kernel question- strip problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG So, I tried it but.....does not appear to work. Running 3.3 Release # pwd / # strip -g --strip-debug kernel /usr/libexec/elf/strip: kernel: rename: Operation not permitted permissions are, -r-xr-xr-x 1 root wheel 10691754 Oct 21 10:19 kernel So, I tried, in preparation, # chmod 755 kernel chmod: kernel: Operation not permitted I then made a copy of the kernel in a /usr directory and ran the same strip -g --strip-debug /usr/play/kernel.debut Worked perfectly, took only a couple of seconds. Went from 10MB to 2 MB Rename the one from the play directory as kernel? Not very comfortable until understanding why the general instruction failled. Thanks jeff > > You probably have a debug kernel with symbols built into it. I think you > can "strip -g kernel" but it has been a while. Have never tried this so I wish to be a bit careful. Looking at man strip and the archives, for ELF kernels cd / strip -g --strip-debug kernel Nothing else required, this will reduce the size of the object file /kernel This is a real good thing if it is safe, for those with / partitions that are too small. Safe? Any other steps? Thanks jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 15:20:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 8C84D14C1F for ; Fri, 22 Oct 1999 15:20:07 -0700 (PDT) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) for freebsd-questions@freebsd.org id 11en2c-0007tp-00; Fri, 22 Oct 1999 23:20:06 +0100 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with SMTP id XAA41075 for ; Fri, 22 Oct 1999 23:20:05 +0100 (BST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Fri, 22 Oct 1999 23:20:05 +0100 (BST) From: J McKitrick To: freebsd-questions@freebsd.org Subject: newbie kernel config question... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I see a lot of PCI probing when i boot, but nothing is found. SHould i remove that from my list? Also, why does the boot process pause for so long after identifying the harddrive layout? Mine takes a good 5-10 seconds. -jm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 15:41:39 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 5F53D14C1F for ; Fri, 22 Oct 1999 15:41:36 -0700 (PDT) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr364-a122.otenet.gr [195.167.112.218]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id BAA07032 for ; Sat, 23 Oct 1999 01:41:30 +0300 (EET DST) Received: (qmail 48087 invoked by uid 1001); 22 Oct 1999 22:43:20 -0000 To: freebsd-questions@freebsd.org Subject: kernel sources From: Giorgos Keramidas Date: 23 Oct 1999 01:43:19 +0300 Message-ID: <86r9inauew.fsf@localhost.hell.gr> Lines: 22 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 Well, since I installed FreeBSD, a few weeks ago, I am getting more and more impressed by the design of the whole thing. I was browsing through the sources the last couple of days, especially the kernel sources. Having read about the `mount -o rw /dev/fd0' bug, that fails to recognize write-protected floppies, I was thinking that it would be a nice thing to get myself acquainted with the kernel sources by trying to, ahem, fix this thing. However, reading the *entire* kernel sources seems quite daunting, and I was wondering if any of you can recommend some `kernel internals' introductory docs that I should start with. The best thing I've done so far was to use `etags' to produce a TAGS file in /usr/src/sys and several M-. or M-, commands in XEmacs to jump around in the sources, but this does not seem to be enough... at least at first. Any suggestions for extra reading before actually playing around with my kernel sources are obviously welcome :) -- Giorgos Keramidas, "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 15:44:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id 9FD0914C1F for ; Fri, 22 Oct 1999 15:44:33 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from owp.csus.edu (mothra.ecs.csus.edu [130.86.76.220]) by pebkac.owp.csus.edu (8.9.3/8.9.3) with ESMTP id PAA41340; Fri, 22 Oct 1999 15:44:31 -0700 (PDT) Message-ID: <3810E8CA.5BDFAA5B@owp.csus.edu> Date: Fri, 22 Oct 1999 22:44:26 +0000 From: Joseph Scott Organization: Water Programs - CSU Sacramento X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: Giorgos Keramidas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Oracle DBD (or how to connect to Oracle Database) References: <863dv3dqzp.fsf@localhost.hell.gr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Giorgos Keramidas wrote: > > Dave Hummel writes: > > [snip] > > > Or is there another solution entirely? > > If you're not completely stuck on DB::Ora, you could try using PHP. Their > home page at should provide you with all the information > you need. I think that using PHP with Oracle is a lot easier, but this is my > own personal opinion... and I am not trying to force anyone to agree with me. I don't think either of them will work, they require the Oracle Client libs, which is the problem I believe. Because they are for Linux they won't compile with FreeBSD version of PHP or the DBD/DBI::ORA stuff. If I'm wrong I would love for someone to point out how to make PHP3 link against the Oracle Client libs for Oracle support under FreeBSD. I tried this many, many, many times and didn't have any luck. Then again there may be someone out there with more diligence and intelligence than I who has made it work -- Joseph Scott joseph.scott@owp.csus.edu Office Of Water Programs - CSU Sacramento To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 15:53:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id D71A014CB6 for ; Fri, 22 Oct 1999 15:53:36 -0700 (PDT) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id SAA17025; Fri, 22 Oct 1999 18:53:27 -0400 (EDT) (envelope-from brett@peloton.runet.edu) Date: Fri, 22 Oct 1999 18:53:27 -0400 (EDT) From: Brett Taylor To: Manfred Usselmann Cc: "freebsd-questions@FreeBSD.ORG" , Ian J Greely , J McKitrick Subject: Re: WYSIWYG word processor needed In-Reply-To: <19991022205343.C300114EF9@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, You might try AbiWord as well - they now distribute FreeBSD binaries in the standard package format. It's free for use for all. http://www.abisource.com/ Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 15:56:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from value.net (value.net [209.182.128.4]) by hub.freebsd.org (Postfix) with ESMTP id BC14F14DD2 for ; Fri, 22 Oct 1999 15:56:34 -0700 (PDT) (envelope-from wself@value.net) Received: (from wself@localhost) by value.net (8.8.7/8.7.4) id PAA02378; Fri, 22 Oct 1999 15:50:11 -0700 (PDT) Date: Fri, 22 Oct 1999 15:50:10 -0700 From: Wayne Self To: Langa Kentane Cc: linux-admin@vger.rutgers.edu, freebsd-questions@FreeBSD.ORG Subject: Re: Minivend vs Opencart Message-ID: <19991022155010.A29517@value.net> References: <3810BABE.CEDDCEF1@earthling.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <3810BABE.CEDDCEF1@earthling.net>; from Langa Kentane on Fri, Oct 22, 1999 at 09:27:58PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Oct 22, 1999 at 09:27:58PM +0200, Langa Kentane wrote: > Hi > Not trying to start a flame war or anything like that. I just want to > really good advice on which of the two online shopping packages is best. > > Can you give me info on ease of configuration and configurability and > which of the two is more powerfull and which is more supported and has > some good front end available. > > I have just tried miniven and found it to be a night mare. But maybe > it's because I am new to the whole thing. I don't wanna go and try > opencart if it is no better. > > Thanks in advance i havn't used minivend, so i'm not sure how it compares to opencart. in any case, i would suggest opencart. it's a good package. - wayne -- Wayne Self http://www.value.net 925-943-5769 x218 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 16: 2: 4 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 3C28A14CB6 for ; Fri, 22 Oct 1999 16:02:01 -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 TAA33525; Fri, 22 Oct 1999 19:05:18 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910222305.TAA33525@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Converting passwords In-Reply-To: <380FB877.A449DA5B@peaker.net> from Matt Aaron at "Oct 22, 1999 01:05:59 am" To: peaker@peaker.net Date: Fri, 22 Oct 1999 19:05:18 -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 Matt Aaron wrote, > Hello, > > I'm currently in the process of moving users accounts from a 3.0 machine > over to a different 3.2 one. Is there a way to convert the passwd > file? The 3.0 passwd file is MD5, while the 3.2 one is using > DES encoding. I don't have a listing of the passwords in plaintext > unfortunatly, so I need a way to decrypt them, if possible. If they were easy to decrypt, it would not be a very good password algorithm now would it? There is no practical way to convert encrypted passwords in one format to another (except to ask the users to re-enter them all again). However, you may be in luck. FreeBSD will have no trouble using both MD5 and DES passwords in the same file. If there is no other reason to try to convert them, you can just add the passwords as-is, and the OS will know how to handle them. IIRC, there is absolutely no configuration required for it to handle both types on a system that has DES installed. > I'm sorry if this sounds like a really strange problem, I'm about ready > to pull out my hair :-). It's actually a very frequent question. -- 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 Fri Oct 22 16: 8:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 5373E14CB6 for ; Fri, 22 Oct 1999 16:08:25 -0700 (PDT) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) for freebsd-questions@freebsd.org id 11ennM-000O9U-00; Sat, 23 Oct 1999 00:08:24 +0100 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with SMTP id AAA41433 for ; Sat, 23 Oct 1999 00:08:23 +0100 (BST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Sat, 23 Oct 1999 00:08:23 +0100 (BST) From: J McKitrick To: freebsd-questions@freebsd.org Subject: PPP permissions 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 KNOW i saw it somewhere, but i can't find it. For a single user dialup machine, what is the procedure with group and permissions to allow non-root users (me!) to use ppp for dialup? -jm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 16:28: 8 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 8D10814D47 for ; Fri, 22 Oct 1999 16:27:59 -0700 (PDT) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr364-a122.otenet.gr [195.167.112.218]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id CAA27810 for ; Sat, 23 Oct 1999 02:27:56 +0300 (EET DST) Received: (qmail 63545 invoked by uid 1001); 22 Oct 1999 23:29:42 -0000 To: freebsd-questions@freebsd.org Subject: Re: Oracle DBD (or how to connect to Oracle Database) References: <863dv3dqzp.fsf@localhost.hell.gr> <3810E8CA.5BDFAA5B@owp.csus.edu> From: Giorgos Keramidas Date: 23 Oct 1999 02:29:37 +0300 In-Reply-To: Joseph Scott's message of "Fri, 22 Oct 1999 22:44:26 +0000" Message-ID: <86ln8v6kkd.fsf@localhost.hell.gr> Lines: 16 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 Joseph Scott writes: > Giorgos Keramidas wrote: > > If I'm wrong I would love for someone to point out how to make PHP3 link > against the Oracle Client libs for Oracle support under FreeBSD. You are not wrong, not at all. However, PHP works with ODBC and Oracle can be user over ODBC too. The problem is that doing all this extra work, installing ODBC libraries, PHP, configuring Apache, etc. might be a little overkill compared to what one can do with the Oracle client libs. Therefore, you are right at this point. -- Giorgos Keramidas, "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 16:34:59 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 E8D7614EE9 for ; Fri, 22 Oct 1999 16:34:35 -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 TAA33777; Fri, 22 Oct 1999 19:37:51 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910222337.TAA33777@cc942873-a.ewndsr1.nj.home.com> Subject: Re: FreeBSD 3.3-RELEASE passwd issue In-Reply-To: from Vincent Poy at "Oct 21, 1999 05:07:30 pm" To: vince@venus.GAIANET.NET (Vincent Poy) Date: Fri, 22 Oct 1999 19:37:51 -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 Vincent Poy wrote, > Greetings, > > I installed a new machine on 3.3-RELEASE and copied the passwords > entries from another 3.2-RELEASE machine. I installed des on both > machines but for some odd reason, the following as a example will not be > recognized on the 3.3-RELEASE machine in /etc/master.passwd as a valid > password while it worked fine when I copied it from 3.1-RELEASE, -CURRENT > and even 2.2.x machines. > > vince:7G2DAweJ1/D8c:1001:0::0:0:Vincent Poy,,,:/home/vince:/usr/local/bin/tcsh OK, this is a typical DES 13 character password. > So I had to run passwd on each user to manually do the passwords > resulting that the passwords are DES as shown below: > > vince:$1$I1DcF26E$/qf90HbgJHM3vhqDbu1Pl/:1001:0::0:0:Vincent Poy,,,:/home/vince:/usr/local/bin/tcsh This is not a DES password. This is an MD5 password. > Seems that the DES package can't read MD5 passwords like it can in > older releases. Anyone have any ideas what I'm doing wrong? No, it looks to me like you have it backwards, that you really did not install DES on this system. -- 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 Fri Oct 22 16:38: 9 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 2C44E14F13 for ; Fri, 22 Oct 1999 16:37:39 -0700 (PDT) (envelope-from ian@tirnanog.org) Received: (qmail 8577 invoked from network); 22 Oct 1999 23:37:37 -0000 Received: from unknown (HELO ciara) (195.166.140.217) by cask.force9.net with SMTP; 22 Oct 1999 23:37:37 -0000 Message-ID: <001001bf1ce6$d3b259c0$020afea9@ciara> Reply-To: "Ian J Greely" From: "Ian J Greely" To: "Manfred Usselmann" , "FreeBSD Questions (E-mail)" Subject: Re: WYSIWYG word processor needed Date: Sat, 23 Oct 1999 00:40:29 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Umm, I don't fully recall the licence agreement. *smile* Anyone using it for commercial reasons should read the licence. I have the feeling that there are restrictions in the licence related to business usage more from reading the press releases on the Sun site than reading the data on the CD. regards, Ian -----Original Message----- From: Manfred Usselmann To: freebsd-questions@FreeBSD.ORG Cc: Ian J Greely ; J McKitrick Date: Friday, October 22, 1999 9:52 PM Subject: Re: WYSIWYG word processor needed >On Fri, 22 Oct 1999 11:21:12 +0100, Ian J Greely wrote: > >>Star Office from Sun? >> >>It will have to run in Linux compatability mode but now that Sun have >>bought out the company >>single user "home" licences are free. www.sun.com > >Since Sun bought StarDivision the licence is free for _commercial_ use too! > > >-- >Manfred Usselmann >usselmann.m@icg-online.de >-------------------------------------------------- >I C G Informationstechnologie Consulting GmbH >Bahnstr. 7, D-65835 Liederbach / Ts. >Tel. +49 69 333 623, Fax +49 69 306 845 >-------------------------------------------------- >http://www.icg-online.de >-------------------------------------------------- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 16:41:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from charlie.orbitalnet.co.uk (charlie.orbitalnet.co.uk [62.232.18.119]) by hub.freebsd.org (Postfix) with ESMTP id D044C14BCC for ; Fri, 22 Oct 1999 16:41:14 -0700 (PDT) (envelope-from darren@office.orbitalnet.co.uk) Received: from Darren (support-ash.orbitalnet.co.uk [62.232.18.69]) by charlie.orbitalnet.co.uk (8.8.8/8.8.7) with SMTP id AAA00366 for ; Sat, 23 Oct 1999 00:41:11 +0100 (BST) Message-ID: <015401bf1ce5$c5e6f7c0$4512e83e@ORBITALNET> From: "OrbitalNet Office" To: Subject: HP Tape drive Date: Sat, 23 Oct 1999 00:32:57 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anyone sucessfully configured a HP Colorado 8G IDE tape drive in a BSD box?? OrbitalNet Ltd T: 01233 646505 F: 01233 666640 W: http://www.orbitalnet.co.uk Domain Name Registration, Hosting & Site Design To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 16:44: 9 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 3E33614E31 for ; Fri, 22 Oct 1999 16:43:51 -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 TAA33834; Fri, 22 Oct 1999 19:47:07 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910222347.TAA33834@cc942873-a.ewndsr1.nj.home.com> Subject: Re: IPFW is acting funny... In-Reply-To: <3.0.6.32.19991021215338.0091f3b0@mail.trlinks.com> from Lists User at "Oct 21, 1999 09:53:38 pm" To: lists@rhavenn.net (Lists User) Date: Fri, 22 Oct 1999 19:47:07 -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 Lists User wrote, > Hello List- > > Well, more then likely I am not understanding IPFW correctly, but here > is my problem: > > > I have the IPFIREWALL, etc.. on in the kernel and my firewall works, but I > am trying to keep my local > computers and routers from filling my logs, so I put a line in before my > last one which should deny > certian local requests, but not log them. > > > #Before the last line > $ipfw add deny udp from 172.20.20.15 137 to 172.20.20.12 137 #This is a > Win98 box to my NIX box > $ipfw add deny udp from 172.20.20.15 138 to 172.20.20.12 138 > > #My last lines. > $ipfw add deny log tcp from any to any > $ipfw add deny log udp from any to any > > > > My question/problem is that these requests still get logged and fillup my > log file with junk. I thought > if a deny matched it would terminate, but it keeps going and logs the > requests? In my log file it shows > up exactly like the deny requests above it. > > > Am I missing something? My guess is that the above is missing all of the broadcasts (address 172.20.20.255 if you are using the whole class C space) that NetBIOS machines love to make. If you just want to lose all of the NetBIOS from that machine, $ipfw add deny udp from 172.20.20.15 137-139 to 172.20.20.0/24 137-139 Would do it all in one line. -- 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 Fri Oct 22 16:48:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by hub.freebsd.org (Postfix) with ESMTP id B3E4B14BCC for ; Fri, 22 Oct 1999 16:48:55 -0700 (PDT) (envelope-from cayford@vicor-nb.com) Received: from vicor-nb.com (lott.vicor-nb.com [208.206.78.15]) by mail.vicor-nb.com (Postfix) with ESMTP id CC38997E02 for ; Fri, 22 Oct 1999 16:48:11 -0700 (PDT) Message-ID: <3810F7A9.A7A639AF@vicor-nb.com> Date: Fri, 22 Oct 1999 16:47:53 -0700 From: Cayford Burrell X-Mailer: Mozilla 4.06 [en] (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: scsi tape timeouts and crashes Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. In the last week one of our servers has crashed during tape backups, 3 times now. The tape is a 4mm scsi, on it's own 2940. The system disk is on a different 2940. It is running FreeBSD 2.2.6. Each time, during the tape backup, the machine freezes up, no console response, no rlogin, no ping. We hit the reset button, and reboot. The /var/log/messages file shows problems beginning with "st0(ahc0:2:0) SCB 0x0 - timed out in command phase, SCISIGI == 0x84", various additional timeouts, bus resets, etc. In the course of a minute, there are 15 such messages, then the reboot messages "Copyright 1992-1998 FreeBSD Inc". I suspect that the drive itself has problems, but it seems strange that a problem like this would cause the machine to freeze. Anything going on in the st driver that would help here? I've heard that in 3.x, the CAM drivers are now in control, and maybe they do a better job of coping with device troubles. Thanks. -- Cayford To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 17: 2:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 4103014C5A; Fri, 22 Oct 1999 17:02:09 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: How to get best results from FreeBSD-questions Message-Id: <19991023000209.4103014C5A@hub.freebsd.org> Date: Fri, 22 Oct 1999 17:02:09 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How to get the best results from FreeBSD questions. =================================================== Last update 3 September 1999 This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from Majordomo@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions mailing list! If you ever want to remove yourself from this mailing list, you can send mail to "Majordomo@FreeBSD.ORG" with the following command in the body of your email message: unsubscribe freebsd-questions Greg Lehey Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions, -newbies or -hackers? =================================================== Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In addition, the FreeBSD-newbies list caters specifically for people who are new to FreeBSD and may be having trouble getting used to the environment. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/FAQ/FAQ.html, and also on your own system (once you've installed it) at /usr/share/doc/FAQ/FAQ.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. If you're new to FreeBSD, and the message is about your own relationship to FreeBSD, send the message to FreeBSD-newbies. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 4. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 5. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 6. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 7. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 8. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. Use some technique to identify which text came from the original message, and which text you add. I personally find that prepending ``> '' to the original message works best. Leaving white space after the ``> '' and leave empty lines between your text and the original text both make the result more readable. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. Most mailers change the subject line on a reply by prepending a text such as ``Re: ''. If your mailer doesn't do it automatically, you should do it manually. 11. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), please fix it. In the case of an incorrect subject line (such as ``HELP!!??''), change the subject line to (say) ``Re: Difficulties with sync PPP (was: HELP!!??)''. That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 17: 2:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 7DC0D14D0D; Fri, 22 Oct 1999 17:02:09 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", third edition: errata and addenda Message-Id: <19991023000209.7DC0D14D0D@hub.freebsd.org> Date: Fri, 22 Oct 1999 17:02:09 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, third edition Last revision: 2 August 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the third edition, formatted on 17 May 1999. You'll find this information on page iv (the page before the beginning of the Table of Contents). See the end of this document for instructions on how to find the errata for an older version. You can get the current document in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ps. See page 302 of the third edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-3.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at Page ii _______ The instructions on page ii (opposite the title page) tell you to look at ftp://ftp.lemis.com/pub/cfbsd/errata-2 for the errata list. That's wrong. Look at this list. Pages 190 and 191 _________________ The description is not very clear about which text appears when booting from floppy for initial install, and which appears when booting normally. The procedure is very similar, but there are some differences. Add the following text after the heading Boot messages: You'll boot your system in at least two different ways: initially you'll boot from floppy or CD-ROM in order to install the system. Later, after the system is installed, you'll boot from hard disk. The procedure is almost identical, so we'll look at both versions in the following examples. Replace the text from the middle of page 191 with: If you're booting from 1.44 MB floppies, you will then see: Please insert MFS root floppy and press enter: When you insert the MFS root floppy and press Enter, you see more twirling batons, then the UserConfig screen appears. UserConfig: Modifying the boot configuration ____________________________________________ After the kernel has been loaded, the following screen will appear if you are installing the system, or if you have requested it with the -c option to the boot loader: Page 206 ________ The bottom two lines on this page should be in bold constant font, indicating that this is input for your /etc/rc.config file Page 2 Errata and addenda for the Complete FreeBSD, third edition nfs_client_enable="YES" # This host is an NFS client (or NO). nfs_server_enable="YES" # This host is an NFS server (or NO). Page 265 ________ The example on the second half of the page refers to the old SCSI driver. The scsi program is no longer available in FreeBSD 3.x. Instead, use the camcontrol program. Replace the text with:. Modern disks make provisions for recovering from such errors by allocating an alternate sector for the data. IDE drives do this automatically, but with SCSI drives you have the option of enabling or disabling reallocation. Usually it is turned on when you buy them, but occasionally it is not. When installing a new disk, you should check that the parameters ARRE (Auto Read Reallocation Enable) and AWRE (Auto Write Reallocation Enable) are turned on. For example, to check and set the values for disk da1, you would enter: # camcontrol modepage da1 -m 1 -e -P 3 # scsi -f /dev/rda1c -m 1 -e -P 3 This command will start up your favourite editor (either the one specified in the EDITOR environment variable, or vi by default) with the following data: AWRE (Auto Write Reallocation Enbld): 0 ARRE (Auto Read Reallocation Enbld): 1 TB (Transfer Block): 0 RC (Read Continuous): 0 EER (Enable Early Recovery): 0 PER (Post Error): 0 DTE (Disable Transfer on Error): 0 DCR (Disable Correction): 0 Read Retry Count: 16 Correction Span: 41 Head Offset Count: 0 Data Strobe Offset Count: 0 Write Retry Count: 16 Recovery Time Limit: 0 The values for AWRE and ARRE should both be 1. If they aren't, as in this case, where AWRE is 0, change the data with the editor, save it, and exit. The camcontrol program will write the data back to the disk and enable the option. Page 3 The Complete FreeBSD Page 331 ________ The description of the config refers to the SCSI drive sd0. This is the old name; in FreeBSD version 3, SCSI drives are called da, so this reference should be da0. Thanks to Francisco Reyes for pointing out this problem. Page 362 ________ Replace the text at the top of the page with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention, and to Francisco Reyes and Bill Fumerola for pointing out that it still wasn't fixed in the third edition. Page 409 ________ The information on setting the default routers specified the wrong end of the PPP links in some places. It should always be the ``far'' end of the link. Replace the second example on page 409, and the text following it, with this text: defaultrouter="139.130.136.129" # Set to default gateway (or NO). static_routes="" # Set to static route list (or leave empty). gateway_enable="YES" # Set to YES if this host will be a gateway. This is the normal way to set the default route on a point-to-point interface. In fact, for PPP you don't need to specify the default address: the PPP packages will set it for you when the link comes up. This makes it possible to Page 4 Errata and addenda for the Complete FreeBSD, third edition set default routes when you're forced to use dynamic IP addresses, where you don't know the address at this point. We'll see how PPP does this on page 446. In the first example on page 410, the sixth example on page 412 and the second example on page 413, replace the defaultrouter definition with: defaultrouter="139.130.237.65" # Set to default gateway (or NO). Thanks to Andreas Longwitz for pointing out this error. Getting errata for older editions of the book _____________________________________________ There have been a total of five different versions of ``The Complete FreeBSD''. The most accurate way to distinguish them is by the format date, which you'll find at the bottom of page iv (the page before the beginning of the Table of Contents) in all versions of the book. 1. The first was titled ``Installing and running FreeBSD'', and was formatted on 24 February 1996. No errata list exists for this book. 2. For the first edition (19 July 1996), get ftp://ftp.lemis.com/pub/cfbsd/er- rata-1. This same file is also available via the web link http://www.lemis.com/errata-1. I am no longer updating this errata list. 3. The list for the second edition (16 December 1997) is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the second edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only Page 5 Getting errata for older editions of the book take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. 4. The revised second edition was formatted on 11 February 1999. As the name suggests, it's not a complete new edition: in fact, only three chapters are different: o The chapter ``Setting up X11'' has been brought up to date. o Appendix D (``Contents of the Ports Collection'') has been replaced by two appendixes, ``Errata and Addenda'' (the errata list up to date at the time) and ``FreeBSD 3.0'', which describes the differences between FreeBSD 2.x and FreeBSD 3.x. There is no separate errata list for this book. Refer to the second edition errata list. 5. The current, third edition, formatted on 17 May 1999. This is the correct list for this edition. Page 6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 17: 2:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 5F09D14CB2; Fri, 22 Oct 1999 17:02:09 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", second edition: errata and addenda Message-Id: <19991023000209.5F09D14CB2@hub.freebsd.org> Date: Fri, 22 Oct 1999 17:02:09 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, second edition Last revision: 21 June 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the second edition, formatted on 16 December 1997. If you have this book, please check this list. If you have the first edition of 19 July 1996, please check ftp://ftp.lemis.com/pub/cfbsd/errata-1. This same file is also available via the web link http://www.lemis.com/. This list is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the book to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at General changes _______________ o In a number of places, I suggest the use of the following command to find process information: $ ps aux | grep foo Unfortunately, ps is sensitive to the column width of the terminal emulator upon which it is working. This command usually works fine on a relatively wide xterm, but if you're running on an 80-column terminal, it may truncate exactly the information you're looking for, so you end up with no output. You can fix that with the w option: $ ps waux | grep foo Thanks to Sue Blake for this information Location of the sample files ____________________________ On the 2.2.5 CD-ROM only, the location of the sample files does not match the specifications in the book (/book on the first CD-ROM). The 2.2.5 CD-ROM came out before the book, and it contains the files on the third (repository) CD-ROM as a single gzipped tar file /xperimnt/cfbsd/cfbsd.tar.gz. It contains the following files: drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/ drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/mutt/ -rw-r--r-- jkh/jkh 352 Oct 15 15:21 1997 cfbsd/mutt/.mail_aliases -rw-r--r-- jkh/jkh 9394 Oct 15 15:22 1997 cfbsd/mutt/.muttrc drwxr-xr-x jkh/jkh 0 Oct 17 14:02 1997 cfbsd/scripts/ -rw-r--r-- jkh/jkh 18281 Oct 16 16:52 1997 cfbsd/scripts/.fvwm2rc -rwxr-xr-x jkh/jkh 1392 Oct 17 12:54 1997 cfbsd/scripts/install-desktop -rw-r--r-- jkh/jkh 296 Oct 17 12:35 1997 cfbsd/scripts/.xinitrc -rwxr-xr-x jkh/jkh 622 Oct 17 13:51 1997 cfbsd/scripts/install-rcfiles -rw-r--r-- jkh/jkh 1133 Oct 17 13:00 1997 cfbsd/scripts/Uutry -rw-r--r-- jkh/jkh 1028 Oct 17 14:02 1997 cfbsd/scripts/README drwxr-xr-x jkh/jkh 0 Oct 18 19:32 1997 cfbsd/docs/ -rw-r--r-- jkh/jkh 199111 Oct 16 14:29 1997 cfbsd/docs/packages.txt Page 2 Errata and addenda for the Complete FreeBSD, second edition -rw-r--r-- jkh/jkh 189333 Oct 16 14:28 1997 cfbsd/docs/packages-by-category.txt -rw-r--r-- jkh/jkh 188108 Oct 16 14:29 1997 cfbsd/docs/packages.ps -rw-r--r-- jkh/jkh 226439 Oct 16 14:27 1997 cfbsd/docs/packages-by-category.ps -rw-r--r-- jkh/jkh 788 Oct 16 15:01 1997 cfbsd/README -rw-r--r-- jkh/jkh 248 Oct 17 11:52 1997 cfbsd/errata To extract one of these files, say cfbsd/docs/packages.txt, and assuming you have the CD-ROM mounted as /cdrom, enter: # cd /usr/share/doc # tar xvzf /cdrom/xperimnt/cfbsd/cfbsd.tar.gz cfbsd/docs/packages.txt See page 209 for more information on using tar. These files are an early version of what is described in the book. I'll put up some updated versions on ftp://ftp.lemis.com/ in the near future. Thanks to Frank McCormick for drawing this to my attention. Chapter 8: Setting up X11 _________________________ For FreeBSD 2.2.7, this chapter has changed sufficiently to make it impractical to distribute errata. You can download the PostScript version from ftp://www.lemis.com/pub/cfbsd/xsetup.ps, or the ASCII version from ftp://www.lemis.com/pub/cfbsd/xsetup.txt. No HTML version is available. Page xxxiv __________ Before the discussion of the shell prompts in the middle of the page, add: In this book, I recommend the use of the Bourne shell or one of its descendents (sh, bash, pdksh, ksh or zsh). With the exception of sh, they are all in the Ports Collection. I personally use the bash shell. This is a personal preference, and a recommendation, but it's not the standard shell. The standard BSD shell is the C shell (csh), which has a fuller- featured descendent tcsh. In particular, the standard installation sets the root user up with a csh. See page 152 (in this errata) for details of how to change the shell. Page 3 General changes Page 11: Reading the handbook _____________________________ The CD-ROM now includes Netscape. Replace the last paragraph on the page and the example on the following page with: If you're running X, you can use a browser like netscape to read the handbook. If you don't have X running yet, use lynx. Both of these programs are included on the CD-ROM. To install them, enter: # pkg_add /cdrom/packages/All/netscape-communicator-4.5.tgz or # pkg_add /cdrom/packages/All/lynx-2.8.1.1.tgz The numbers after the name (4.5 and 2.8.1.1) may change after this book has been printed. Use ls to list the names if you can't find these particular versions. Note that lynx is not a complete substitute for netscape: since it is text- only, it is not capable of displaying the large majority of web pages correctly. It will suffice for reading most of the handbook, however. Thanks to Stuart Henderson and for drawing this to my attention. Page 12: Printing the handbook ______________________________ The instructions for formatting the handbook are obsolete. Replace the section starting Alternatively, you can print out the handbook with the following text: Alternatively, you can print out the handbook. You need to have the documentation sources (/usr/doc) installed on your system. You can find them on the second CD-ROM in the directory of the same name. To install them, first mount your CD-ROM (see page 175). Then enter: $ cd /cdrom/usr/doc/handbook $ mkdir -p /usr/doc/handbook you may need to be root for this operation $ cp -pr * /usr/doc/handbook You have a choice of formats for the output: o ascii will give you plain 7-bit ASCII output, suitable for reading on a character-mode terminal. Page 4 Errata and addenda for the Complete FreeBSD, second edition o html will give you HTML output, suitable for browsing with a web browser. o latex will give you LATEX format, suitable for further processing with TEX and LATEX. o ps will give you PostScript output, probably the best choice for printing. o roff will give you output in troff source. You can process this output with nroff or troff, but it's currently not very polished. LATEX output is a better choice if you want to process it further. Once you have decided your format, use make to create the document. For example, if you decide on PostScript format, you would enter: $ make FORMATS=ps This creates a file handbook.ps which you can then print to a PostScript printer or with the aid of ghostscript (see page 222). Thanks to Bob Beer for drawing this to my attention. Page 45: Preparing floppies for installation _____________________________________________ Replace the paragraph below the list of file names (in the middle of the page) with: The floppy set should contain the file bin.inf and the ones whose names start with bin. followed by two letters. These other files are all 240640 bytes long, except for the final one which is usually shorter. Use the MS-DOS COPY program to copy as many files as will fit onto each disk (5 or 6) until you've got all the distributions you want packed up in this fashion. Copy each distribution into subdirectory corresponding to the base name--for example, copy the bin distribution to the files A:\BIN\BIN.INF, A:\BIN\BIN.AA and so on. Page 80 and 81 ______________ In a couple of examples, the FreeBSD partition is shown as type 164. It should be 165. Thanks to an unknown contributer for this correction (sorry, I lost your name). Page 5 General changes Page 88: setting up for dumping _______________________________ The example mentions a variable savecore in /etc/rc.conf. This variable is no longer used--it's enough to set the variable dumpdev. Page 92 _______ At the end of the section How to install a package add the text: Alternatively, you can install packages from the /stand/sysinstall Final Configuration Menu. We saw this menu on page in figure 4-14 on page 71. When you start sysinstall from the command line, you get to this menu by selecting Index, and then selecting Configure. Page 93 _______ Before the heading Install ports from the first CD-ROM add: Install ports when installing the system ________________________________________ The file ports/ports.tgz on the first CD-ROM is a tar archive containing all the ports. You can install it with the base system if you select the Custom distribution and include the ports collection. If you didn't install them at the time, use the following method to install them all (about 40 MB). Make sure your CD-ROM is mounted (in this example on /cdrom), and enter: Page 96 _______ Replace the example at the top of the page with: Instead, do: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # for i in *; do > ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i > done Page 6 Errata and addenda for the Complete FreeBSD, second edition If you're using csh or tcsh, enter: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # foreach i (*) ? ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i ? end Thanks to Christopher Raven and Francois Jacques for drawing this to my attention. Page 104 ________ The examples at the bottom of the page and the top of the next page specify the wrong directory (/usr). It should be /usr/X11R6. Replace the examples with: For a full install, choose /cdrom/dists/XF86331/X331*.tgz. If you are using sh, enter: # cd /usr/X11R6 # for i in /cdrom/dists/XF86331/X331*.tgz; do # tar xzf $i # done If you are using csh, enter: % cd /usr/X11R6 % foreach i (/cdrom/dists/XF86331/X331*.tgz) % tar xzf $i % end For a minimal installation, first choose a server archive corresponding to your VGA board. If table 8-2 on page 103 doesn't give you enough information, check the server man pages, starting on page 1545, which list the VGA chip sets supported by each server. For example, if you have an ET4000 based board you will use the XF86_SVGA server. In this case you would enter: # cd /usr/X11R6 # tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here # for i in bin fnts lib xicf; do # tar xzf /cdrom/dists/XF86331/X331$i.tgz # done Page 7 Install ports when installing the system If you are using csh, enter: % cd /usr/X11R6 % tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here % foreach i (bin fnts lib xicf) % tar xzf /cdrom/dists/XF86331/$i % end Thanks to Manuel Enrique Garcia Cuesta for pointing out this one. Page 128 ________ Replace the complete text below the example with the following: These values are defaults, and many are either incorrect for FreeBSD (for example the device name /dev/com1) or do not apply at all (for example Xqueue). If you are configuring manually, select one Protocol and one Device entry from the following selection. If you must use a two-button mouse, uncomment the keyword Emulate3Buttons--in this mode, pressing both mouse buttons simultane- ously within Emulate3Timeout milliseconds causes the server to report a middle button press. Section "Pointer" Protocol "Microsoft" for Microsoft protocol mice Protocol "MouseMan" for Logitech mice Protocol "PS/2" for a PS/2 mouse Protocol "Busmouse" for a bus mouse Device "/dev/ttyd0" for a mouse on the first serial port Device "/dev/ttyd1" for a mouse on the second serial port Device "/dev/ttyd2" for a mouse on the third serial port Device "/dev/ttyd3" for a mouse on the fourth serial port Device "/dev/psm0" for a PS/2 mouse Device "/dev/mse0" for a bus mouse Emulate3Buttons only for a two-button mouse EndSection You'll notice that the protocol name does not always match the manufacturer's Page 8 Errata and addenda for the Complete FreeBSD, second edition name. In particular, the Logitech protocol only applies to older Logitech mice. The newer ones use either the MouseMan or Microsoft protocols. Nearly all modern serial mice run one of these two protocols, and most run both. If you are using a bus mouse or a PS/2 mouse, make sure that the device driver is included in the kernel. The GENERIC kernel contains drivers for both mice, but the PS/2 driver is disabled. Use UserConfig (see page 50) to enable it. Page 140 ________ Just before the paragraph The super user add the following paragraph: If you do manage to lose the root password, all may not be lost. Reboot the machine to single user mode (see page 157), and enter: # mount -u / mount root file system read/write # mount /usr mount /usr file system (if separate) # passwd root change the password for root Enter new password: Enter password again: # ^D enter ctrl-D to continue with startup If you have a separate /usr file system (the normal case), you need to mount it as well, since the passwd program is in the directory /usr/bin. Note that you should explicitly state the name root: in single user mode, the system doesn't have the concept of user IDs. Page 148 ________ Replace the text at the top of the page with: Modern shells supply command line editing which resembles the editors vi or Emacs. In bash, sh, ksh, and zsh you can make the choice by entering Page 152 ________ After figure 10-8, add the following text: It would be tedious for every user to put settings in their private initialization files, so the shells also read a system-wide default file. For the Bourne shell family, it is /etc/profile, while the C shell family has three Page 9 Install ports when installing the system files: /etc/csh.login to be executed on login, /etc/csh.cshrc to be executed when a new shell is started after you log in, and /etc/csh.logout to be executed when you stop a shell. The start files are executed before the corresponding individual files. In addition, login classes (page 141) offer another method of setting environment variables at a global level. Changing your shell ___________________ The FreeBSD installation gives root a C shell, csh. This is the traditional Berkeley shell, but it has a number of disadvantages: command line editing is very primitive, and the script language is significantly different from that of the Bourne shell, which is the de facto standard for shell scripts: if you stay with the C shell, you may still need to understand the Bourne shell. The latest version of the Bourne shell sh also includes some command line editing. See page 148 for details of how to enable it. You can get better command line editing with tcsh, in the Ports Collection. You can get both better command line editing and Bourne shell syntax with bash, also in the Ports Collection. If you have root access, you can use vipw to change your shell, but there's a more general way: use chsh (Change Shell). Simply run the program. It starts your favourite editor (as defined by the EDITOR environment variable). Here's an example before: #Changing user database information for velte. Shell: /bin/csh Full Name: Jack Velte Location: Office Phone: Home Phone: You can change anything after the colons. For example, you might change this to: #Changing user database information for velte. Shell: /usr/local/bin/bash Full Name: Jack Velte Location: On the road Office Phone: +1-408-555-1999 Home Phone: Page 10 Errata and addenda for the Complete FreeBSD, second edition chsh checks and updates the password files when you save the modifications and exit the editor. The next time you log in, you get the new shell. chsh tries to ensure you don't make any mistakes--for example, it won't let you enter the name of a shell which isn't mentioned in the file /etc/shells--but it's a very good idea to check the shell before logging out. You can try this with su, which you normally use to become super user: bumble# su velte Password: su-2.00$ note the new prompt There are a couple of problems in using tcsh or bash as a root shell: o The shell for root must be on the root file system, otherwise it will not work in single user mode. Unfortunately, most ports of shells put the shell in the directory /usr/local/bin, which is almost never on the root file system. o Most shells are dynamically linked: they rely on library routines in files such as /usr/lib/libc.a. These files are not available in single user mode, so the shells won't work. You can solve this problem by creating statically linked versions of the shell, but this requires programming experience beyond the scope of this book. If you can get hold of a statically linked version, perform the following steps to install it: o Copy the shell to /bin, for example: # cp /usr/local/bin/bash /bin o Add the name of the shell to /etc/shells, in this example the line in bold print: # List of acceptable shells for chpass(1). # Ftpd will not allow users to connect who are not using # one of these shells. /bin/sh /bin/csh /bin/bash You can then change the shell for root as described above. Page 11 Install ports when installing the system Thanks to Lars Koller for drawing this to my attention. Page 160 ________ Replace the text at the fourth bullet with the augmented text: The second-level boot locates the kernel, by default the file /kernel on the root file system, and loads it into memory. It prints the Boot: prompt at this point so that you can influence this choice--see the man page on page 579 for more details of what you can enter at this prompt. Page 169 ________ Replace the last paragraph on the page with: The standard solution for these problems is to relocate the /tmp file system to a different directory, say /usr/tmp, and create a symbolic link from /usr/tmp to /tmp--see Chapter 4, Installing FreeBSD, page 72, for more details. Thanks to Charlie Sorsby for drawing this to my attention. Page 176 ________ Add the following paragraph Unmounting file systems When you mount a file system, the system assumes it is going to stay there, and in the interests of efficiency it delays writing data back to the file system. This is the same effect we discussed on page 158. As a result, if you want to stop using a file system, you need to tell the system about it. You do this with the umount command. Note the spelling--there's no n in the command name. You need to do this even with read-only media such as CD-ROMs: the system assumes it can access the data from a mounted file system, and it gets quite unhappy if it can't. Where possible, it locks removable media so that you can't remove them from the device until you unmount them. Using umount is straightforward: just tell it what to unmount, either the device name or the directory name. For example, to unmount the CD-ROM we Page 12 Errata and addenda for the Complete FreeBSD, second edition mounted in the example above, you could enter one of these commands: # umount /dev/cd1a # umount /cd1 Before unmounting a file system, umount checks that nobody is using it. If somebody is using it, it will refuse to unmount it with a message like umount: /cd1: Device busy. This message often occurs because you have changed your directory to a directory on the file system you want to remove. For example (which also shows the usefulness of having directory names in the prompt): === root@freebie (/dev/ttyp2) /cd1 16 -> umount /cd1 umount: /cd1: Device busy === root@freebie (/dev/ttyp2) /cd1 17 -> cd === root@freebie (/dev/ttyp2) ~ 18 -> umount /cd1 === root@freebie (/dev/ttyp2) ~ 19 -> Thanks to Ken Deboy for pointing out this omission. Page 180 ________ The example in the middle of the page should read: For example, to generate a second set of 32 pseudo-terminals, enter: # cd /dev # ./MAKEDEV pty1 You can generate up to 256 pseudo-terminals. They are named ttyp0 through ttypv, ttyq0 through ttyqv, ttyr0 through ttyrv, ttys0 through ttysv, ttyP0 through ttyPv, ttyQ0 through ttyQv, ttyR0 through ttyRv and ttyS0 through ttySv. To create each set of 32 terminals, use the number of the set: the first set is pty0, and the eighth set is pty7. Note that some processes, such as xterm, only look at ttyp0 through ttysv. Thanks to Karl Wagner for pointing out this error. Page 197, first line ____________________ The text of the first full sentence reads: Page 13 Install ports when installing the system The first name, up the the symbol, is the label. In fact, it should read: The first name, up to the | symbol, is the label. Page 208, middle of page ________________________ The example shows the file name /dev/rst0 when using the Bourne shell, and /dev/nrst0 when using C shell and friends. This is inconsistent; use /dev/nrst0 with any shell if you want a non-rewinding tape, or /dev/rst0 if you want a rewinding tape. Thanks to Norman C Rice for pointing out this one. Page 219 ________ Before the section Testing the spooler add the following section: As we saw above, the line printer daemon lpd is responsible for printing spooled jobs. By default it isn't started at boot time. If you're root, you can start it by name: # lpd Normally, however, you will want it to be started automatically when the system starts up. You do this by setting the variable lpd_enable in /etc/rc.conf: lpd_enable="YES" # Run the line printer daemon See page for more details of /etc/rc.conf. Another line in /etc/rc.conf refers to the line printer daemon: lpd_flags="" # Flags to lpd (if enabled). You don't normally need to change this line. See the man page for lpd for details of the flags. Thanks to Tommy G. James for bringing this to my attention. Page 14 Errata and addenda for the Complete FreeBSD, second edition Page 231 ________ Replace the first line of the example with: xhost presto bumble gw The original version allowed anybody on the Internet to access your system. Thanks to Jerry Dunham for drawing this one to my attention. Page 237 ________ In the section Installing the sample desktop, replace the first paragraph with: You'll find all the files described in this chapter on the first CD-ROM (Installation CD-ROM) in the directory /book. Remember that you must mount the CD-ROM before you can access the files--see page 175 for further details. The individual scripts are in the directory /book/scripts, but you'll probably find it easier to install them with the script install-desktop: Thanks to Chris Kaiser for drawing this to my attention. Page 242 ________ The instructions for extracting the source files from CD-ROM in the middle of page 242 are incorrect. You'll find the kernel sources on the first CD-ROM in the directory /src. Replace the example with: # mkdir -p /usr/src/sys # ln -s /usr/src/sys /sys # cd / # cat /cdrom/src/ssys.[a-d]* | tar xzvf - Thanks to Raymond Noel , Suttipan Limanond and Satwant for finding this one in several small slices. Page 15 Install ports when installing the system Page 257 ________ Replace the paragraph Berkeley Packet Filter with: pseudo-device bpfilter ______________________ The Berkeley Packet Filter (bpf) allows you to capture packets crossing a network interface to disk or to examine them with the tcpdump program. Note that this capability represents a significant compromise of network security. The number after bpfilter is the number of concurrent processes that can use the facility. Not all network interfaces support bpf. In order to use the Berkeley Packet Filter, you must also create the device nodes /dev/bpf0 to /dev/bpf3 (if you're using the default number 4). Current- ly, MAKEDEV doesn't help much--you need to create each device separately: # cd /dev # ./MAKEDEV bpf0 # ./MAKEDEV bpf1 # ./MAKEDEV bpf2 # ./MAKEDEV bpf3 Thanks to Christopher Raven for drawing this to my attention. Page 264 ________ In the list of disk driver flags, add: o Bit 12 (0x1000) enables LBA (logical block addressing mode). If this bit is not set, the driver accesses the disk in CHS (cylinder/head/sector) mode. o In CHS mode, if bits 11 to 8 are not equal to 0, they specify the number of heads to assume (between 1 and 15). The driver recalculates the number of cylinders to make up the total size of the disk. Page 16 Errata and addenda for the Complete FreeBSD, second edition Page 273, ``Building the kernel'' _________________________________ Replace the example with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention. Page 283, ``Creating the source tree'' ______________________________________ Add a third point to what you need to know: 3. Possibly, the date of the last update that you want to be included in the checkout. If you specify this date, cvs ignores any more recent updates. This option is often useful when somebody discovers a recently introduced bug in -CURRENT: you check out the modules as they were before the bug was introduced. You specify the date with the -D option, for example -D "10 December 1997". Page 285, after the second example. ___________________________________ Add the text: If you need to check out an older version, for example if there are problems with the most recent version of -CURRENT, you could enter: # cvs co -D "10 December 1997" src/sys This command checks out the kernel sources as of 10 December 1997. Page 17 Install ports when installing the system Page 294 ________ Add the following section: Problems executing Linux binaries _________________________________ One of the problems with the ELF format used by more recent Linux binaries is that they usually contain no information to identify them as Linux binaries. They might equally well be BSD/OS or UnixWare binaries. That's not really a problem at this point, since the only ELF format that FreeBSD 3.2 understands is Linux, but FreeBSD-CURRENT recognizes a native FreeBSD ELF format as well, and of course that's the default. If you want to run a Linux ELF binary on such a system, you must brand the executable using the program brandelf. For example, to brand the StarOffice program swriter3, you would enter: # brandelf -t linux /usr/local/StarOffice-3.1/linux-x86/bin/swriter3 Thanks to Dan Busarow for bringing this to my attention. Page 364, middle of page ________________________ Change the text from: The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though they may be in lower case. to The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though newer versions of ppp allow you to write them in lower case. Thanks to Mark S. Reichman for this correction. Page 368 ________ Replace the paragraph after the second example with: In FreeBSD version 3.0 and later, specify the options PPP_BSDCOMP and Page 18 Errata and addenda for the Complete FreeBSD, second edition PPP_DEFLATE to enable two kinds of compression. You'll also need to specify the corresponding option in Kernel PPP's configuration file. These options are not available in FreeBSD version 2. Thanks to Brian Somers for this information. Page 397 ________ In the section ``Nicknames'', the example should read: www IN CNAME freebie ftp IN CNAME presto In other words, there should be a space between CNAME and the system name. Page 422 ________ Replace the text above the example with: tcpdump is a program which monitors a network interface and displays selected information which passes through it. It uses the Berkeley Packet Filter (bpf), an optional component of the kernel. It is not included in the GENERIC kernel: see page 257 for information on how to configure it. If you don't configure the Berkeley Packet Filter, you will get a message like tcpdump: /dev/bpf0: device not configured If you forget to create the devices for bpf, you will get a message like: tcpdump: /dev/bpf0: No such file or directory Since tcpdump poses a potential security problem, you must be root in order to run it. The simplest way to run it is without any parameters. This will cause tcpdump to monitor and display all traffic on the first active network interface, normally Ethernet: Thanks to Christopher Raven for drawing this to my attention. Page 19 Install ports when installing the system Page 423 ________ The description at the top of the page incorrectly uses the term IP address instead of Ethernet address. In addition, a page number reference is incorrect. Replace the paragraph with: o Line 1 shows an ARP request: system presto is looking for the Ethernet address of wait. It would appear that wait is currently not responding, since there is no reply. o Line 2 is not an IP message at all. tcpdump shows the Ethernet addresses and the beginning of the packet. We don't consider this kind of request in this book. o Line 3 is a broadcast ntp message. We looked at ntp on page 160. o Line 4 is another attempt by presto to find the IP address of wait. o Line 5 is a broadcast message from bumble on the rwho port, giving information about its current load averages and how long it has been up. See the man page for rwho on page 1167 for more information. o Line 6 is from a TCP connection between port 6000 on freebie and port 1089 on presto. It is sending 384 bytes (with the sequence numbers 536925467 to 536925851; see page 305), and is acknowledging that the last byte it received from presto had the sequence number 325114346. The window size is 17280. o Line 7 is another ARP request. presto is looking for the Ethernet address of freebie. How can that happen? We've just seen that they have a TCP connection. In fact, ARP information expires after 20 minutes. It's quite possible that all connections between presto and freebie have been dormant for this period, so presto needs to find freebie's IP address again. o Line 8 is the ARP reply from freebie to presto giving its Ethernet address. o Line 9 shows a reply from presto on the connection to freebie that we saw on line 6. It acknowledges the data up to sequence number 536925851, but doesn't send any itself. o Line 10 shows another 448 bytes of data from freebie to presto, and acknowledging the same sequence number from presto as in line 6. Thanks to Sergei S. Laskavy for drawing this to my Page 20 Errata and addenda for the Complete FreeBSD, second edition attention. Page 450: anonymous ftp _______________________ Replace the paragraph starting with Create a user ftp: Create a user ftp, with the anonymous ftp directory as the home directory and the shell /dev/null. Using /dev/null as the shell makes it impossible to log in as user ftp, but does not interfere with the use of anonymous ftp. ftp can be a member of group bin, or you can create a new group ftp by adding the group to /etc/group. See page 138 for more details of adding users, and the man page on page 805 for adding groups. Thanks to Mark S. Reichman for drawing this to my attention. Page 466, before the ps example _______________________________ Add another bullet: o Finally, you may find it convenient to let some other system handle all your mail delivery for you: you just send anything you can't deliver locally to this other host, which sendmail calls a smart host. This is particularly convenient if you send your mail with UUCP. To tell sendmail to use a smart host (in our case, mail.example.net), find the following line in sendmail.cf: # "Smart" relay host (may be null) DS Change it to: # "Smart" relay host (may be null) DSmail.example.net Page 478, ``Running Apache'' ____________________________ The text describes the location of the server as /usr/local/www/server/httpd. This appears to depend on where you get the port from. Some people report the file being at the more likely location /usr/local/sbin/httpd (though note the Page 21 Install ports when installing the system directory sbin, not bin). Check both locations if you run into trouble. Thanks to Sue Blake for this information. Page 492 ________ Replace references to nmdb with nmbd. Page 493 ________ Replace the last paragraph on the page with: socket options is hardly mentioned in the documentation, but it's very important: many Microsoft implementations of TCP/IP are inefficient and establish a new TCP more often than necessary. Select the socket options TCP_NODELAY and IPTOS_LOWDELAY, which can speed up the response time of such applications by over 95%. Page 22 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 17: 3:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from timingpdc.timing.com (timingpdc.timing.com [206.168.13.194]) by hub.freebsd.org (Postfix) with ESMTP id B5E1414FC3 for ; Fri, 22 Oct 1999 17:03:07 -0700 (PDT) (envelope-from jhein@timing.com) Received: from taz.timing.com ([206.168.13.210]) by timingpdc.timing.com (Post.Office MTA v3.1.2 release (PO205-101c) ID# 103-49575U100L2S100) with ESMTP id AAA301; Fri, 22 Oct 1999 18:03:40 -0600 Received: (from jhein@localhost) by taz.timing.com (8.8.7/8.8.7) id SAA26145; Fri, 22 Oct 1999 18:03:05 -0600 X-Authentication-Warning: taz.timing.com: jhein set sender to jhein@taz.timing.com using -f MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14352.64313.415.427020@taz.timing.com> Date: Fri, 22 Oct 1999 18:03:04 -0600 (MDT) From: "John E. Hein" To: Jeff Gray Cc: Questions at FreeBSD Subject: Re: newbie kernel question- strip problem In-Reply-To: References: X-Mailer: VM 6.75 under Emacs 20.4.1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jeff Gray wrote at 14:59 -0700 on Oct 22: > So, I tried it but.....does not appear to work. > > Running 3.3 Release > > # pwd > / > # strip -g --strip-debug kernel > /usr/libexec/elf/strip: kernel: rename: Operation not permitted > > > permissions are, > -r-xr-xr-x 1 root wheel 10691754 Oct 21 10:19 kernel > > So, I tried, in preparation, > # chmod 755 kernel > chmod: kernel: Operation not permitted do 'ls -lo /kernel' then do 'man chflags' (nothing like curling up with a good man page) (for a real example of chflags usage, do: cd /usr/src/sys/compile/YOURKERNEL ; make -n install then read the few lines that it spits out) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 17:11: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www1.siscom.net (www1.siscom.net [209.251.2.96]) by hub.freebsd.org (Postfix) with ESMTP id 0989515078 for ; Fri, 22 Oct 1999 17:10:58 -0700 (PDT) (envelope-from drauman@siscom.net) Received: (from Unknown UID 5000@localhost) by www1.siscom.net (8.9.3/8.9.3) id UAA86073; Fri, 22 Oct 1999 20:10:50 -0400 (EDT) (envelope-from drauman@siscom.net) From: drauman@siscom.net Message-Id: <199910230010.UAA86073@www1.siscom.net> X-Authentication-Warning: www1.siscom.net: Unknown UID 5000 set sender to drauman@siscom.net using -f To: questions@freebsd.org Subject: ppp and USR 56k Sportster modem Date: Sat, 23 Oct 1999 00:10:50 GMT Mime-version: 1.0 Content-type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to set up dialin ppp. I know FreeBSD 3.3-RELEASE can use the modem because I dialed out and with ppp in interactive mode. I could set the "Answer after rings" setting to one (1) and the modem would pick up. Soon as I dropped out of ppp the modem would not answer. Ok, www.usr.com had a page for setting up the modem for unix. Entered interactive mode and issued the command "AT&FS0=1&W" received OK. This was supposed to update the NVRAM. I checked it by issuing the command "ATI5" template 0 showed "S0=001. . ." "S0" being the "Answer after # of rings". Exited interactive mode and tried to dial the modem did not answer???? A very specific question I know but can anybody help? Dan Auman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 17:19:18 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 CA19514C97 for ; Fri, 22 Oct 1999 17:19:14 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 9364 invoked from network); 23 Oct 1999 00:19:13 -0000 Received: from userae10.uk.uudial.com (HELO marder-1.) (62.188.131.152) by smtp.dial.pipex.com with SMTP; 23 Oct 1999 00:19:13 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id BAA03076; Sat, 23 Oct 1999 01:18:35 +0100 (BST) (envelope-from mark) Date: Sat, 23 Oct 1999 01:18:35 +0100 From: Mark Ovens To: Jeff Gray Cc: Questions at FreeBSD Subject: Re: newbie kernel question- strip problem Message-ID: <19991023011835.B588@marder-1> References: 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 Fri, Oct 22, 1999 at 02:59:09PM -0700, Jeff Gray wrote: > So, I tried it but.....does not appear to work. > > Running 3.3 Release > > # pwd > / > # strip -g --strip-debug kernel > /usr/libexec/elf/strip: kernel: rename: Operation not permitted > > > permissions are, > -r-xr-xr-x 1 root wheel 10691754 Oct 21 10:19 kernel > > So, I tried, in preparation, > # chmod 755 kernel > chmod: kernel: Operation not permitted > > I then made a copy of the kernel in a /usr directory and ran the same > strip -g --strip-debug /usr/play/kernel.debut > > Worked perfectly, took only a couple of seconds. Went from 10MB to 2 MB > > Rename the one from the play directory as kernel? Not very comfortable > until understanding why the general instruction failled. > /kernel has the immutable flag set: marder-1# ls -lo kernel -r-xr-xr-x 1 root wheel schg 1694816 Oct 17 20:07 kernel ^^^^ use ``chflags noschg /kernel'' to remove it, then strip(1). Don't forget to reset it after with ``chflags schg /kernel'' HTH > Thanks > jeff > > > > > > > You probably have a debug kernel with symbols built into it. I think you > > can "strip -g kernel" but it has been a while. > > Have never tried this so I wish to be a bit careful. > > Looking at man strip and the archives, for ELF kernels > cd / > strip -g --strip-debug kernel > > Nothing else required, this will reduce the size of the object file > /kernel > > This is a real good thing if it is safe, for those with / partitions that > are too small. > > Safe? Any other steps? > > Thanks > jeff > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 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 Fri Oct 22 17:22:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from Mailbox.mcs.net (Mailbox.mcs.com [192.160.127.87]) by hub.freebsd.org (Postfix) with ESMTP id B79B014C97 for ; Fri, 22 Oct 1999 17:22:45 -0700 (PDT) (envelope-from tforrest@Mailbox.mcs.net) Received: (from tforrest@localhost) by Mailbox.mcs.net (8.9.3/8.9.3) id TAA18390; Fri, 22 Oct 1999 19:22:44 -0500 (CDT) (envelope-from tforrest) Message-Id: <199910230022.TAA18390@Mailbox.mcs.net> From: "Tommy Forrest - KE4PYM" To: "freebsd-questions@FreeBSD.ORG" Date: Fri, 22 Oct 1999 20:18:57 -0400 Reply-To: "Tommy Forrest - KE4PYM" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.1998) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Newbie Alert - Kernel + PAS16/SCSI Controller Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Call me frustrated in the State of Insanity. Working with 3.3-RELEASE. Trying to configure the kernel for my PAS16 and its onboard SCSI controller that I intend to run my Plextor CDROM from. I am a bit frustrated at the documentation for this. Either that or I am just missing something here. I was told to refer to /i386/isa/sound/sound.doc. In this document it tells me to "Uncomment one or more of these device entries, depending on what type of sound card you have" and for my PAS16 I put into my kernel file (WEEDWHACKER) device pas0 at isa? port 0x388 irq 10 drq 6 I also added my device node as I was told to do on the freebsd.org pages. Is this correct? Now on to the SCSI controller part of my question. In my kernel file I have the following: #SCSI Controllers controller nca0 at isa? port 0x1f88 bio irq 10 (i also tried controller nca0 at isa? port 0x1f88 bio irq 10 vector ncaintr) #SCSI peripherals controller scbus0 device cd0 at scbus? So I follow all the commands on the online docs and when I 'make' my kernel it stops. error code one because of these two lines: autoconf.o(.text+0x2c5): undefined reference to `nfs_diskless_valid' ioconf.o(.data+0xd0): undefined reference to `ncadriver' *** Error code 1 Stop Can anyone please throw some hints on how to get this working? Thank you very much for your time and help!! Tommy Forrest - KE4PYM - tforrest@mcs.net http://www.mcs.net/~tforrest And now, its time, for some useless, bandwidth wasting words of wisdom: "If you can't make it good, make it LOOK good." - B Gates PGP Public Key Fingerprint: 5762 A3CC 8EA5 8542 9666 222B 61A9 2558 ** Tag(s) inserted by Bandit Tagger98 - http://www.gbar.dtu.dk/~c918704 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 17:23:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id 5172E14C97 for ; Fri, 22 Oct 1999 17:23:31 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 10680 invoked from network); 23 Oct 1999 00:23:30 -0000 Received: from userae10.uk.uudial.com (HELO marder-1.) (62.188.131.152) by smtp.dial.pipex.com with SMTP; 23 Oct 1999 00:23:30 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id BAA03132; Sat, 23 Oct 1999 01:23:30 +0100 (BST) (envelope-from mark) Date: Sat, 23 Oct 1999 01:23:30 +0100 From: Mark Ovens To: J McKitrick Cc: freebsd-questions@freebsd.org Subject: Re: PPP permissions Message-ID: <19991023012330.C588@marder-1> References: 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 23, 1999 at 12:08:23AM +0100, J McKitrick wrote: > I KNOW i saw it somewhere, but i can't find it. For a single user dialup > machine, what is the procedure with group and permissions to allow > non-root users (me!) to use ppp for dialup? > Add `` allow user '' to /etc/ppp/ppp.conf, or `` allow user *'' for all users, and make sure they are members of the network group. > -jm > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 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 Fri Oct 22 17:26:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id D2B2114BF4 for ; Fri, 22 Oct 1999 17:26:22 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 10746 invoked from network); 23 Oct 1999 00:26:21 -0000 Received: from userae10.uk.uudial.com (HELO marder-1.) (62.188.131.152) by smtp.dial.pipex.com with SMTP; 23 Oct 1999 00:26:21 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id BAA03164; Sat, 23 Oct 1999 01:26:24 +0100 (BST) (envelope-from mark) Date: Sat, 23 Oct 1999 01:26:23 +0100 From: Mark Ovens To: J McKitrick Cc: freebsd-questions@freebsd.org Subject: Re: newbie kernel config question... Message-ID: <19991023012622.D588@marder-1> References: 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 Fri, Oct 22, 1999 at 11:20:05PM +0100, J McKitrick wrote: > I see a lot of PCI probing when i boot, but nothing is found. SHould i > remove that from my list? Not quite sure what you're referring to here. Post some output from dmesg to show exactly which probes. > Also, why does the boot process pause for so > long after identifying the harddrive layout? Mine takes a good 5-10 > seconds. > It's probing for other drives (on the secondary IDE channel). > -jm > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 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 Fri Oct 22 17:28:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id B8BC014E44 for ; Fri, 22 Oct 1999 17:28:09 -0700 (PDT) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) for freebsd-questions@freebsd.org id 11ep2W-0009xG-00; Sat, 23 Oct 1999 01:28:08 +0100 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with SMTP id BAA42029; Sat, 23 Oct 1999 01:28:08 +0100 (BST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Sat, 23 Oct 1999 01:28:07 +0100 (BST) From: J McKitrick To: Mark Ovens Cc: freebsd-questions@freebsd.org Subject: Re: PPP permissions In-Reply-To: <19991023012330.C588@marder-1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To edit groups, i just go to /etc/group and add 'network' to the end of each users line, correct? The Complete FBSD is a little unclear on group management. -jm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 17:29:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id E871814E44 for ; Fri, 22 Oct 1999 17:29:40 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 10901 invoked from network); 23 Oct 1999 00:29:39 -0000 Received: from userae10.uk.uudial.com (HELO marder-1.) (62.188.131.152) by smtp.dial.pipex.com with SMTP; 23 Oct 1999 00:29:39 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id BAA03215; Sat, 23 Oct 1999 01:29:41 +0100 (BST) (envelope-from mark) Date: Sat, 23 Oct 1999 01:29:41 +0100 From: Mark Ovens To: J McKitrick Cc: freebsd-questions@freebsd.org Subject: Re: PPP permissions Message-ID: <19991023012941.E588@marder-1> References: <19991023012330.C588@marder-1> 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 23, 1999 at 01:28:07AM +0100, J McKitrick wrote: > To edit groups, i just go to /etc/group and add 'network' to the end of > each users line, correct? The Complete FBSD is a little unclear on group > management. > Other way round; add the user names to the network entry: network:*:69:mark,radan > -jm > > -- 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 Fri Oct 22 17:35: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 754FE14E44 for ; Fri, 22 Oct 1999 17:35:02 -0700 (PDT) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) for freebsd-questions@freebsd.org id 11ep99-0005Fe-00; Sat, 23 Oct 1999 01:34:59 +0100 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with SMTP id BAA42105; Sat, 23 Oct 1999 01:34:59 +0100 (BST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Sat, 23 Oct 1999 01:34:58 +0100 (BST) From: J McKitrick To: Mark Ovens Cc: freebsd-questions@freebsd.org Subject: Re: newbie kernel config question... In-Reply-To: <19991023012622.D588@marder-1> Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1535025487-940638898=:42101" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1535025487-940638898=:42101 Content-Type: TEXT/PLAIN; charset=US-ASCII Here's edited dmesg output... -jm --0-1535025487-940638898=:42101 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=out Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename=out c2lvMSBub3QgZm91bmQgYXQgMHgyZjgNCg== --0-1535025487-940638898=:42101-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 17:37:23 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 ED43D14E44 for ; Fri, 22 Oct 1999 17:37:20 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 9911 invoked from network); 23 Oct 1999 00:37:19 -0000 Received: from userae10.uk.uudial.com (HELO marder-1.) (62.188.131.152) by smtp.dial.pipex.com with SMTP; 23 Oct 1999 00:37:19 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id BAA03290; Sat, 23 Oct 1999 01:37:22 +0100 (BST) (envelope-from mark) Date: Sat, 23 Oct 1999 01:37:22 +0100 From: Mark Ovens To: J McKitrick Cc: freebsd-questions@freebsd.org Subject: Re: newbie kernel config question... Message-ID: <19991023013722.F588@marder-1> References: <19991023012622.D588@marder-1> 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 23, 1999 at 01:34:58AM +0100, J McKitrick wrote: > Here's edited dmesg output... > > -jm > > sio1 not found at 0x2f8 This is the second com port. Any idea why it isn't found (disabled in the BIOS maybe)? -- 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 Fri Oct 22 17:40: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 6CE1B14E44 for ; Fri, 22 Oct 1999 17:40:02 -0700 (PDT) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) for freebsd-questions@freebsd.org id 11epE2-000AAb-00; Sat, 23 Oct 1999 01:40:02 +0100 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with SMTP id BAA42158; Sat, 23 Oct 1999 01:40:01 +0100 (BST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Sat, 23 Oct 1999 01:40:01 +0100 (BST) From: J McKitrick To: Mark Ovens Cc: freebsd-questions@freebsd.org Subject: Re: newbie kernel config question... In-Reply-To: <19991023013722.F588@marder-1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a laptop. I only hace one PCMCIA card: regular modem. -jm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 17:40:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.www-service.de (smtp.www-service.de [212.77.161.16]) by hub.freebsd.org (Postfix) with SMTP id BD20A14E44 for ; Fri, 22 Oct 1999 17:40:38 -0700 (PDT) (envelope-from Usselmann.M@icg-online.de) Received: (qmail 5583 invoked from network); 23 Oct 1999 00:40:36 -0000 Received: from pc19f038b.dip.t-dialin.net (HELO icg?pc204) (193.159.3.139) by smtp.www-service.de with SMTP; 23 Oct 1999 00:40:36 -0000 From: "Manfred Usselmann" To: "FreeBSD Questions (E-mail)" , "Ian J Greely" Date: Sat, 23 Oct 1999 02:39:25 +0100 Reply-To: "Manfred Usselmann" X-Mailer: PMMail 2000 Standard (2.10.1999) For Windows NT (4.0.1381;5) In-Reply-To: <001001bf1ce6$d3b259c0$020afea9@ciara> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: WYSIWYG word processor needed Message-Id: <19991023004039.BD20A14E44@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yes, check for yourself. But as far as I can see it is really free for use within your own organisation. The restriction is, you have no right to distribute it. Except as educational institution, then you can distribute within the institution to faculty, staff and currently enrolled students, but only without charging the distribution. From http://www.sun.com/products/staroffice/index.html: "The .com office business model: Free for personal and commercial use; pay only for services and support. " From http://www.sun.com/products/staroffice/get.html "StarOffice 5.1 is FREE* software! * Customer pays media, shipping, and handling charges. " "Internal-Only Use You may freely install StarOffice on multiple computers within your own INTERNAL organization (or school.) " Manfred On Sat, 23 Oct 1999 00:40:29 +0100, Ian J Greely wrote: >Umm, > >I don't fully recall the licence agreement. *smile* Anyone using it for >commercial reasons should >read the licence. I have the feeling that there are restrictions in the >licence related to business usage >more from reading the press releases on the Sun site than reading the data >on the CD. > >regards, >Ian >-----Original Message----- >From: Manfred Usselmann >To: freebsd-questions@FreeBSD.ORG >Cc: Ian J Greely ; J McKitrick > >Date: Friday, October 22, 1999 9:52 PM >Subject: Re: WYSIWYG word processor needed > > >>On Fri, 22 Oct 1999 11:21:12 +0100, Ian J Greely wrote: >> >>>Star Office from Sun? >>> >>>It will have to run in Linux compatability mode but now that Sun have >>>bought out the company >>>single user "home" licences are free. www.sun.com >> >>Since Sun bought StarDivision the licence is free for _commercial_ use too! >> >> >>-- >>Manfred Usselmann >>usselmann.m@icg-online.de >>-------------------------------------------------- >>I C G Informationstechnologie Consulting GmbH >>Bahnstr. 7, D-65835 Liederbach / Ts. >>Tel. +49 69 333 623, Fax +49 69 306 845 >>-------------------------------------------------- >>http://www.icg-online.de >>-------------------------------------------------- >> >> >> > > -- Manfred Usselmann usselmann.m@icg-online.de -------------------------------------------------- I C G Informationstechnologie Consulting GmbH Bahnstr. 7, D-65835 Liederbach / Ts. Tel. +49 69 333 623, Fax +49 69 306 845 -------------------------------------------------- http://www.icg-online.de -------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 17:42: 9 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 A735B14E44 for ; Fri, 22 Oct 1999 17:42:07 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 10043 invoked from network); 23 Oct 1999 00:42:05 -0000 Received: from userae10.uk.uudial.com (HELO marder-1.) (62.188.131.152) by smtp.dial.pipex.com with SMTP; 23 Oct 1999 00:42:05 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id BAA03361 for questions@freebsd.org; Sat, 23 Oct 1999 01:42:10 +0100 (BST) (envelope-from mark) Date: Sat, 23 Oct 1999 01:42:09 +0100 From: Mark Ovens To: questions@freebsd.org Subject: Is the GNATS database not working? Message-ID: <19991023014209.G588@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I posted a pr over 12 hours ago using send-pr but haven't received acknowledgement yet. send-pr(1) said the pr was sent successfully and it didn't bounce. Also, the last posted pr was over 24 hours ago: ports/14456 Fri Oct 22 00:20:00 PDT 1999 Is the database down for some reason? -- 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 Fri Oct 22 17:43:28 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 C0F0314BE6 for ; Fri, 22 Oct 1999 17:43:23 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 10078 invoked from network); 23 Oct 1999 00:43:22 -0000 Received: from userae10.uk.uudial.com (HELO marder-1.) (62.188.131.152) by smtp.dial.pipex.com with SMTP; 23 Oct 1999 00:43:22 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id BAA03389; Sat, 23 Oct 1999 01:43:26 +0100 (BST) (envelope-from mark) Date: Sat, 23 Oct 1999 01:43:25 +0100 From: Mark Ovens To: J McKitrick Cc: freebsd-questions@freebsd.org Subject: Re: newbie kernel config question... Message-ID: <19991023014325.H588@marder-1> References: <19991023013722.F588@marder-1> 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 23, 1999 at 01:40:01AM +0100, J McKitrick wrote: > This is a laptop. I only hace one PCMCIA card: regular modem. > Disable it then. Either use ``boot -c'' or add ``di sio1'' to /boot/boot.conf. > -jm > > -- 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 Fri Oct 22 17:51:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.erols.com (smtp3.erols.com [207.172.3.236]) by hub.freebsd.org (Postfix) with ESMTP id 71D1F14BE6 for ; Fri, 22 Oct 1999 17:51:54 -0700 (PDT) (envelope-from jhoblitz@erols.com) Received: from erols.com (207-172-116-66.s3.as11.blb.md.dialup.rcn.com [207.172.116.66]) by smtp3.erols.com (8.8.8/8.8.5) with ESMTP id UAA12712 for ; Fri, 22 Oct 1999 20:51:52 -0400 (EDT) Message-ID: <38110490.410E9F05@erols.com> Date: Fri, 22 Oct 1999 20:42:56 -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: Thank You Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I would like to say thank you for all the help I have recieved from the mailing list . You people are friendly, helpful and extremely patient when I do not explain the question right. Also since I recently(past 4 weeks) replaced my linux system with FREEBSD I have had the most stable system I have ever run. Thanks for a great OS and thanks for all the help. Chad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 17:56:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mashie.force9.net (mashie.force9.net [195.166.128.30]) by hub.freebsd.org (Postfix) with SMTP id A1AA714BE6 for ; Fri, 22 Oct 1999 17:56:44 -0700 (PDT) (envelope-from ian@tirnanog.org) Received: (qmail 19285 invoked from network); 23 Oct 1999 00:56:44 -0000 Received: from mayfly.plus.net.uk (HELO mayfly.force9.net) (195.166.128.28) by mashie.force9.net with SMTP; 23 Oct 1999 00:56:44 -0000 Received: (qmail 31993 invoked from network); 23 Oct 1999 00:56:42 -0000 Received: from unknown (HELO ciara) (212.56.102.87) by mayfly.plus.net.uk with SMTP; 23 Oct 1999 00:56:42 -0000 Message-ID: <001201bf1cf1$e0361500$020afea9@ciara> Reply-To: "Ian J Greely" From: "Ian J Greely" To: "Manfred Usselmann" , "FreeBSD Questions (E-mail)" Subject: Re: WYSIWYG word processor needed Date: Sat, 23 Oct 1999 01:59:34 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thanks for the clarification Manfred. I like this new model but it does concern me that the more profitable products will be those that fail the most. Umm... Out of interest has anyone actually configured it up? I tried on 3.2 but went to bed when it started to complain of missing linux compatability modules... I use in on Doze though... and I've stopped helping "family N friends" using Office now that there is an alternative I can get them running. :-) Great business move by Sun. Pity about the damn thing trying to take over the computer once it's installed. regards, Ian - -----Original Message----- From: Manfred Usselmann To: FreeBSD Questions (E-mail) ; Ian J Greely Date: Saturday, October 23, 1999 1:45 AM Subject: Re: WYSIWYG word processor needed >Yes, check for yourself. But as far as I can see it is really free for use within your own >organisation. The restriction is, you have no right to distribute it. Except as educational >institution, then you can distribute within the institution to faculty, staff and currently enrolled >students, but only without charging the distribution. > >From http://www.sun.com/products/staroffice/index.html: > >"The .com office business model: Free for personal and commercial use; pay only for >services and support. " > >From http://www.sun.com/products/staroffice/get.html > >"StarOffice 5.1 is FREE* software! > >* Customer pays media, shipping, and handling charges. " > >"Internal-Only Use >You may freely install StarOffice on multiple computers within your own INTERNAL >organization (or school.) " > >Manfred > >On Sat, 23 Oct 1999 00:40:29 +0100, Ian J Greely wrote: > >>Umm, >> >>I don't fully recall the licence agreement. *smile* Anyone using it for >>commercial reasons should >>read the licence. I have the feeling that there are restrictions in the >>licence related to business usage >>more from reading the press releases on the Sun site than reading the data >>on the CD. >> >>regards, >>Ian >>-----Original Message----- >>From: Manfred Usselmann >>To: freebsd-questions@FreeBSD.ORG >>Cc: Ian J Greely ; J McKitrick >> >>Date: Friday, October 22, 1999 9:52 PM >>Subject: Re: WYSIWYG word processor needed >> >> >>>On Fri, 22 Oct 1999 11:21:12 +0100, Ian J Greely wrote: >>> >>>>Star Office from Sun? >>>> >>>>It will have to run in Linux compatability mode but now that Sun have >>>>bought out the company >>>>single user "home" licences are free. www.sun.com >>> >>>Since Sun bought StarDivision the licence is free for _commercial_ use too! >>> >>> >>>-- >>>Manfred Usselmann >>>usselmann.m@icg-online.de >>>-------------------------------------------------- >>>I C G Informationstechnologie Consulting GmbH >>>Bahnstr. 7, D-65835 Liederbach / Ts. >>>Tel. +49 69 333 623, Fax +49 69 306 845 >>>-------------------------------------------------- >>>http://www.icg-online.de >>>-------------------------------------------------- >>> >>> >>> >> >> > > >-- >Manfred Usselmann >usselmann.m@icg-online.de >-------------------------------------------------- >I C G Informationstechnologie Consulting GmbH >Bahnstr. 7, D-65835 Liederbach / Ts. >Tel. +49 69 333 623, Fax +49 69 306 845 >-------------------------------------------------- >http://www.icg-online.de >-------------------------------------------------- > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.0.2i iQA/AwUBOBEIdPV49GQ1PAIGEQLQ/ACgkYwmd0fxe2BuW49lsn1uEjwk8PEAoPL/ di6wqKfEcgi7JMBX4ghGHZ4l =YOLk -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 17:59:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cm-24-142-61-16.cableco-op.ispchannel.com (cm-24-142-61-16.cableco-op.ispchannel.com [24.142.61.16]) by hub.freebsd.org (Postfix) with ESMTP id C440014FD3 for ; Fri, 22 Oct 1999 17:59:12 -0700 (PDT) (envelope-from jwg@netbox.com) Received: from localhost (jwg@localhost) by cm-24-142-61-16.cableco-op.ispchannel.com (8.8.8/8.8.8) with ESMTP id RAA23220; Fri, 22 Oct 1999 17:52:57 -0700 (PDT) (envelope-from jwg@netbox.com) X-Authentication-Warning: cm-24-142-61-16.cableco-op.ispchannel.com: jwg owned process doing -bs Date: Fri, 22 Oct 1999 17:52:57 -0700 (PDT) From: Jeff Gray X-Sender: jwg@cm-24-142-61-16.cableco-op.ispchannel.com To: Mark Ovens Cc: Questions at FreeBSD Subject: Re: newbie kernel question- strip problem In-Reply-To: <19991023011835.B588@marder-1> 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 Maybe a [silly] rehash, but maybe not. The reason I ask is that neither the archives nor the earlier post by Jason indicated that it was necessary to change permissions to do this before using strip -g on a kernel. I am trying to understand if I am solving the correct problem by changing permissions. Is this because of the coversion to ELF? If so, then this rehash is not completely silly. What I intend to do if the change of permissions is the way to look at it. chflags noschg /kernel strip -g --strip-debug kernel chflags schg /kernel shutdown -r now Thanks to all, jeff > > /kernel has the immutable flag set: > > marder-1# ls -lo kernel > -r-xr-xr-x 1 root wheel schg 1694816 Oct 17 20:07 kernel > ^^^^ > > use ``chflags noschg /kernel'' to remove it, then strip(1). > > Don't forget to reset it after with ``chflags schg /kernel'' > > HTH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 18: 5:15 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 B2C6914BE5 for ; Fri, 22 Oct 1999 18:05:12 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 10874 invoked from network); 23 Oct 1999 01:05:10 -0000 Received: from userae10.uk.uudial.com (HELO marder-1.) (62.188.131.152) by smtp.dial.pipex.com with SMTP; 23 Oct 1999 01:05:10 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id CAA03686; Sat, 23 Oct 1999 02:05:14 +0100 (BST) (envelope-from mark) Date: Sat, 23 Oct 1999 02:05:13 +0100 From: Mark Ovens To: Jeff Gray Cc: Questions at FreeBSD Subject: Re: newbie kernel question- strip problem Message-ID: <19991023020511.I588@marder-1> References: <19991023011835.B588@marder-1> 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 Fri, Oct 22, 1999 at 05:52:57PM -0700, Jeff Gray wrote: > Maybe a [silly] rehash, but maybe not. > > The reason I ask is that neither the archives nor the earlier post by > Jason indicated that it was necessary to change permissions to do this > before using strip -g on a kernel. I am trying to understand if I > am solving the correct problem by changing permissions. > Not sure why it's not documented, and yes you are solving the correct problem by changing permissions. > Is this because of the coversion to ELF? If so, then this rehash is not > completely silly. > No, it's always been that way. The immutable flag prevents even root accidently deleting the kernel. > What I intend to do if the change of permissions is the way to look at it. > > chflags noschg /kernel > strip -g --strip-debug kernel > chflags schg /kernel > > shutdown -r now > That's correct. > Thanks to all, > jeff > > > > > /kernel has the immutable flag set: > > > > marder-1# ls -lo kernel > > -r-xr-xr-x 1 root wheel schg 1694816 Oct 17 20:07 kernel > > ^^^^ > > > > use ``chflags noschg /kernel'' to remove it, then strip(1). > > > > Don't forget to reset it after with ``chflags schg /kernel'' > > > > HTH > -- 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 Fri Oct 22 18:10:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id 3250E14BE5 for ; Fri, 22 Oct 1999 18:10:15 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 11811 invoked from network); 23 Oct 1999 01:10:13 -0000 Received: from userae10.uk.uudial.com (HELO marder-1.) (62.188.131.152) by smtp.dial.pipex.com with SMTP; 23 Oct 1999 01:10:13 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id CAA03798; Sat, 23 Oct 1999 02:10:16 +0100 (BST) (envelope-from mark) Date: Sat, 23 Oct 1999 02:10:14 +0100 From: Mark Ovens To: Ian J Greely Cc: Manfred Usselmann , "FreeBSD Questions (E-mail)" Subject: Re: WYSIWYG word processor needed Message-ID: <19991023021014.J588@marder-1> References: <001201bf1cf1$e0361500$020afea9@ciara> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <001201bf1cf1$e0361500$020afea9@ciara> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Oct 23, 1999 at 01:59:34AM +0100, Ian J Greely wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Thanks for the clarification Manfred. I like this new model but it > does concern me that the more profitable products will be those that > fail the most. Umm... > > Out of interest has anyone actually configured it up? I tried on 3.2 > but went to bed when it started > to complain of missing linux compatability modules... > Yes (on 3.3-stable). Search back through -questions archive. There was a detailed post by someone a couple of weeks ago about how you have to manually extract one of the .zip files on the CD to the HD and then run ``ldconfig''. Then it can find the libs. > I use in on Doze though... and I've stopped helping "family N friends" > using Office now that there is an > alternative I can get them running. :-) > :) > Great business move by Sun. Pity about the damn thing trying to take > over the computer once it's installed. > If you mean running on the desktop (in Windows) then you can change it. I think its "Integrated Desktop" in the "View" menu (or something similar). > regards, > Ian > - -----Original Message----- > From: Manfred Usselmann > To: FreeBSD Questions (E-mail) ; Ian J Greely > > Date: Saturday, October 23, 1999 1:45 AM > Subject: Re: WYSIWYG word processor needed > > > >Yes, check for yourself. But as far as I can see it is really free > for use within your own > >organisation. The restriction is, you have no right to distribute it. > Except as educational > >institution, then you can distribute within the institution to > faculty, staff and currently enrolled > >students, but only without charging the distribution. > > > >From http://www.sun.com/products/staroffice/index.html: > > > >"The .com office business model: Free for personal and commercial > use; pay only for > >services and support. " > > > >From http://www.sun.com/products/staroffice/get.html > > > >"StarOffice 5.1 is FREE* software! > > > >* Customer pays media, shipping, and handling charges. " > > > >"Internal-Only Use > >You may freely install StarOffice on multiple computers within your > own INTERNAL > >organization (or school.) " > > > >Manfred > > > >On Sat, 23 Oct 1999 00:40:29 +0100, Ian J Greely wrote: > > > >>Umm, > >> > >>I don't fully recall the licence agreement. *smile* Anyone using it > for > >>commercial reasons should > >>read the licence. I have the feeling that there are restrictions in > the > >>licence related to business usage > >>more from reading the press releases on the Sun site than reading > the data > >>on the CD. > >> > >>regards, > >>Ian > >>-----Original Message----- > >>From: Manfred Usselmann > >>To: freebsd-questions@FreeBSD.ORG > >>Cc: Ian J Greely ; J McKitrick > >> > >>Date: Friday, October 22, 1999 9:52 PM > >>Subject: Re: WYSIWYG word processor needed > >> > >> > >>>On Fri, 22 Oct 1999 11:21:12 +0100, Ian J Greely wrote: > >>> > >>>>Star Office from Sun? > >>>> > >>>>It will have to run in Linux compatability mode but now that Sun > have > >>>>bought out the company > >>>>single user "home" licences are free. www.sun.com > >>> > >>>Since Sun bought StarDivision the licence is free for _commercial_ > use too! > >>> > >>> > >>>-- > >>>Manfred Usselmann > >>>usselmann.m@icg-online.de > >>>-------------------------------------------------- > >>>I C G Informationstechnologie Consulting GmbH > >>>Bahnstr. 7, D-65835 Liederbach / Ts. > >>>Tel. +49 69 333 623, Fax +49 69 306 845 > >>>-------------------------------------------------- > >>>http://www.icg-online.de > >>>-------------------------------------------------- > >>> > >>> > >>> > >> > >> > > > > > >-- > >Manfred Usselmann > >usselmann.m@icg-online.de > >-------------------------------------------------- > >I C G Informationstechnologie Consulting GmbH > >Bahnstr. 7, D-65835 Liederbach / Ts. > >Tel. +49 69 333 623, Fax +49 69 306 845 > >-------------------------------------------------- > >http://www.icg-online.de > >-------------------------------------------------- > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > -----BEGIN PGP SIGNATURE----- > Version: PGPfreeware 6.0.2i > > iQA/AwUBOBEIdPV49GQ1PAIGEQLQ/ACgkYwmd0fxe2BuW49lsn1uEjwk8PEAoPL/ > di6wqKfEcgi7JMBX4ghGHZ4l > =YOLk > -----END PGP SIGNATURE----- > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 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 Fri Oct 22 18:11:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wookie.bellsouth.cl (bellsouth.cl [206.48.84.212]) by hub.freebsd.org (Postfix) with ESMTP id 43A8B14BE5 for ; Fri, 22 Oct 1999 18:11:05 -0700 (PDT) (envelope-from marcelo@msm.cl) Received: from stgo.cl (postfix@[206.48.86.98]) by wookie.bellsouth.cl (8.8.8/8.8.8) with ESMTP id WAA20507 for ; Fri, 22 Oct 1999 22:08:18 -0300 Received: from marcelo.msm.cl (marcelo.stgo.cl [192.168.1.1]) by stgo.cl (Postfix) with ESMTP id 48C3B193425 for ; Fri, 22 Oct 1999 22:09:16 +0000 (GMT) Message-Id: <4.2.0.58.19991022221005.00c144a0@server> X-Sender: miturbe@server X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Fri, 22 Oct 1999 22:11:48 -0400 To: freebsd-questions@FreeBSD.ORG From: "Marcelo J. Iturbe" Subject: Fwd: instalation questions Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Sorry if this got to the list twice but we had problems with our server and= =20 I do not know what email got sent. I also had problems receiving mail... so if any one replied to this email=20 please send me your message again. Thanks in advance. Marcelo >Date: Fri, 22 Oct 1999 11:31:39 -0400 >To: freebsd-questions@FreeBSD.ORG >From: "Marcelo J. Iturbe" >Subject: instalation questionk > >Hi, >I have a few questions regarding instalation and opration. > >1) I would like to install FreeBSD via FTP. The computer which I will be=20 >installing it on, does not have an operating system installed. >I was trying to go through the instructions found at=20 >http://www.freebsd.org/handbook/install.html. However, the instructions=20 >refer you to a bootable floppy, and then there are instructions on how to= =20 >make the bootable floopy from the CD-Rom. >I downloaded ls-lR.gz from cdrom.com trying to figure out which files I=20 >might need. I found the dos tools required to make the floopy but not the= =20 >files. can some one help me out with this matter? Which files I need to=20 >create the bootables? >I would like to install 2.2.8 stable since this is going to be a highend=20 >server. > >2) The server which will run FreeBSD, currently has 1 PentiumIII Xeon=20 >500Mhz cpu with the capacity to grow up to 4 CPUs. >If I add more CPUs in the future, will this have any implications on=20 >FreeBSD? Or will just work naturally and recognize them both at start-up? > >3) This server has 2 nine gig hard drives (raid 5 model). They are=20 >hotswapable. I would like to have the 2 hard drives mirror each other at=20 >all times. How can I acomplish this? I would imagine that once that is up= =20 >and running.. if I have to remove one of the hard drives I would have to=20 >a) stop the mirroring software b) unmount the drive and c) remove the=20 >drive. Or can FreeBSD handle someone just pulling out the hard drive? > >Thank you for your time and feedback. > >Regards, >Marcelo *********************************************** ICQ 22921676 MSM Interactive. Dario Urzua 1940, Providencia, Chile. Phone: (56-2)204-3510=A0 Fax: (56-2) 204-3508 Email: marcelo@msm.cl=A0=A0=A0=A0http://www.msm.cl ******************************************* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 18:13: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id EC90514BE5 for ; Fri, 22 Oct 1999 18:13:07 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from owp.csus.edu (mothra.ecs.csus.edu [130.86.76.220]) by pebkac.owp.csus.edu (8.9.3/8.9.3) with ESMTP id SAA41731; Fri, 22 Oct 1999 18:13:06 -0700 (PDT) Message-ID: <38110BA1.3DFB348B@owp.csus.edu> Date: Sat, 23 Oct 1999 01:13:05 +0000 From: Joseph Scott Organization: Water Programs - CSU Sacramento X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: Giorgos Keramidas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Oracle DBD (or how to connect to Oracle Database) References: <863dv3dqzp.fsf@localhost.hell.gr> <3810E8CA.5BDFAA5B@owp.csus.edu> <86ln8v6kkd.fsf@localhost.hell.gr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Giorgos Keramidas wrote: > > Joseph Scott writes: > > > Giorgos Keramidas wrote: > > > > If I'm wrong I would love for someone to point out how to make PHP3 link > > against the Oracle Client libs for Oracle support under FreeBSD. > > You are not wrong, not at all. However, PHP works with ODBC and Oracle can be > user over ODBC too. The problem is that doing all this extra work, installing > ODBC libraries, PHP, configuring Apache, etc. might be a little overkill > compared to what one can do with the Oracle client libs. Therefore, you are > right at this point. What ODBC are did you use under FreeBSD? I remember coming across a couple of them, I think there was iODBC, then there was also something called FreeTDS or some such. -- Joseph Scott joseph.scott@owp.csus.edu Office Of Water Programs - CSU Sacramento To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 18:13:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id DBBA914DFD for ; Fri, 22 Oct 1999 18:13:17 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 11841 invoked from network); 23 Oct 1999 01:13:15 -0000 Received: from userae10.uk.uudial.com (HELO marder-1.) (62.188.131.152) by smtp.dial.pipex.com with SMTP; 23 Oct 1999 01:13:15 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id CAA03827; Sat, 23 Oct 1999 02:13:17 +0100 (BST) (envelope-from mark) Date: Sat, 23 Oct 1999 02:13:17 +0100 From: Mark Ovens To: Ian J Greely Cc: questions@freebsd.org Subject: [rob@coombs.anu.edu.au: Re: StarOffice 5.1 on CDs] Message-ID: <19991023021317.K588@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To save you searching the archives, here's the message I was referring to (thought I'd deleted it): ----- Forwarded message from Rob Hurle ----- Date: Sun, 10 Oct 1999 12:42:40 +1000 (EST) From: Rob Hurle To: freebsd-questions@freebsd.org Subject: Re: StarOffice 5.1 on CDs Installing this has been painful, but Ken McGlothlen (mcglk@serv.net) has some some excellent advice at: http://www.serv.net/~mcglk/staroffice-install.html If you are installing from the CD-ROM that you can get from SUN, there are a few changes necessary: Stage1: Paving the way for that obnoxious... Here, you will need to set up a temporary directory (I used /compat/linux/lib/StarOffice, but something in /tmp would be more sensible), and cd into it: cd /tmp/StarOffice Then copy the setup.zip file and unzip it - turning the file names all into lower case: cp /cdrom/linux/office51/setup.zip . unzip -L setup.zip (unzip is in the ports collection). Then proceed as per Ken's instructions: echo "/tmp/StarOffice" >> /compat/linux/etc/ld.so.conf /compat/linux/sbin/ldconfig If you just try to run the "setup" script directly from the CD, it does the same thing with its own temporary directory in /tmp (uses heaps of space - you may not want /tmp on the root file system for this), but does not set up the ld.so.conf file, nor run ldconfig to update ld.so.cache. Hence you get an error. ---------------------------------------------------------- Rob Hurle rob@coombs.anu.edu.au Connect-A Tel: +61 2 6247 2397 PO Box 13 Fax: +61 2 6248 8905 Ainslie ACT 2602 Mobile: 0417 293 603 Australia ---------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message ----- End forwarded message ----- -- 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 Fri Oct 22 18:23:41 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 4D10014C99 for ; Fri, 22 Oct 1999 18:23:38 -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 VAA34139; Fri, 22 Oct 1999 21:26:56 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910230126.VAA34139@cc942873-a.ewndsr1.nj.home.com> Subject: Re: another CCD question In-Reply-To: <380FC522.DCAB2333@lvdi.net> from me++ at "Oct 21, 1999 07:00:02 pm" To: notme@lvdi.net (me++) Date: Fri, 22 Oct 1999 21:26:56 -0400 (EDT) Cc: sdoty@lvdi.net (Steve Doty), freebsd-questions@FreeBSD.ORG (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 me++ wrote, > Hi, > I hope you don't mind me keep asking you questions... > I read from the tutorial pages that the 2 hard drives must > be identical in order to use CCD, I am wondering what > do they really mean by "identical." Also, am I supposed > to boot from a CD-ROM or so forth in order to do the > CCD? (as I read from the tutorial, I am supposed to do > disklabel on both of my disks, but I couldn't do disklabel > when I'm in the partition that I want to label...) > > If I am heading toward the wrong direction (which I am > suspecting to be...), please point me to the right direction. :) I would suggest you try using vinum over ccd. Have a look at that documentation, vinum(4), vinum(8), and the website, http://www.lemis.com/vinum.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 Fri Oct 22 18:27:42 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 4FF2214C99 for ; Fri, 22 Oct 1999 18:27:39 -0700 (PDT) (envelope-from ian@tirnanog.org) Received: (qmail 20894 invoked from network); 23 Oct 1999 01:27:38 -0000 Received: from mayfly.plus.net.uk (HELO mayfly.force9.net) (195.166.128.28) by merlins.force9.net with SMTP; 23 Oct 1999 01:27:38 -0000 Received: (qmail 32364 invoked from network); 23 Oct 1999 01:27:37 -0000 Received: from unknown (HELO ciara) (212.56.102.87) by mayfly.plus.net.uk with SMTP; 23 Oct 1999 01:27:37 -0000 Message-ID: <002601bf1cf6$31d776c0$020afea9@ciara> Reply-To: "Ian J Greely" From: "Ian J Greely" To: "Mark Ovens" Cc: "Manfred Usselmann" , "FreeBSD Questions (E-mail)" Subject: Re: WYSIWYG word processor needed Date: Sat, 23 Oct 1999 02:30:28 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Yes (on 3.3-stable). Search back through -questions archive. There >was a detailed post by someone a couple of weeks ago about how you >have to manually extract one of the .zip files on the CD to the HD >and then run ``ldconfig''. Then it can find the libs. Thanks for that Mark. I have moved up to 3.3 stable and will do a search for the post you mention. > >> I use in on Doze though... and I've stopped helping "family N friends" >> using Office now that there is an >> alternative I can get them running. :-) >> > :) Not that I dislike M$ or anything like that. Just nice to see someone who lives by the sword have to sit on one. If those of us who *actually* keep all those windows dweebs running refuse to help with Office and get them running something else, then M$ won't be able to use that cash cow to kill off working products from other companies. :-) > > >If you mean running on the desktop (in Windows) then you can change >it. I think its "Integrated Desktop" in the "View" menu (or something >similar). Thanks for that too. I'll have a look at it. It was really begining to irritate me. *frown* I just want a word processor thanx :) regards, Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 18:37: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [192.216.136.195]) by hub.freebsd.org (Postfix) with ESMTP id B17B414E4A for ; Fri, 22 Oct 1999 18:37:03 -0700 (PDT) (envelope-from shawn@megadeth.org) Received: from megadeth.org (gw2-fw.redlands.cpl.net [209.203.102.34] (may be forged)) by luke.cpl.net (8.9.3/8.9.3) with ESMTP id SAA13408; Fri, 22 Oct 1999 18:37:01 -0700 (PDT) Message-ID: <37C0A6B7.57425CEB@megadeth.org> Date: Sun, 22 Aug 1999 18:41:11 -0700 From: Shawn Ramsey X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Jeff Gray Cc: Shawn Ramsey , questions@FreeBSD.ORG Subject: Re: TIme Zone? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > setenv TZ GMT > look at the directory /usr/share/zoneinfo for the list of valid > time zones. > > After you set the TZ you will have to reset the date, > date 1422 to get 2:22 pm in the new TZ > > My suggestion is to, > > a) change the TZ in the root enviornment. > > b) update your /etc/rc.conf file with ntpdate > by adding > > ntpdate_flags="valid_timeserver" > ntpdate_enable="YES" > > get the timeserver from man ntpdate That did the trick. xntpd seems to work better though, which is what we use to keep time synched on all FreeBSD boxes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 19:18:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail4.cadvision.com (mail4.cadvision.com [207.228.64.49]) by hub.freebsd.org (Postfix) with ESMTP id C4E9914E07 for ; Fri, 22 Oct 1999 19:18:41 -0700 (PDT) (envelope-from dkwiebe@mail.cadvision.com) Received: from mail.cadvision.com (ppp12.heartland.ab.ca [207.107.228.140]) by mail4.cadvision.com (8.9.3/8.9.1/CW) with ESMTP id UAA12581; Fri, 22 Oct 1999 20:18:24 -0600 Message-ID: <38111C87.20B78FC2@mail.cadvision.com> Date: Fri, 22 Oct 1999 20:25:11 -0600 From: Darren WIebe Reply-To: dkwiebe@hagenhomes.com Organization: Hagen Homes Ltd. X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 3.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Ian J Greely Cc: Manfred Usselmann , "FreeBSD Questions (E-mail)" Subject: Re: WYSIWYG word processor needed References: <001201bf1cf1$e0361500$020afea9@ciara> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ian J Greely wrote: I have a port done up that will install StarOffice 5.1 from sun. You will need the new applicat.rdb file. It explains how to get that in the Makefile. You will also need "so51a_lnx_01.tar" in your /usr/ports/distfiles/directory" Point netscape to "www.hagenhomes.com/staroffice51a.tar" and save it as whatever file you want. Now untar it. Now you should make a tmp directory under /usr/compat/linux You will have to go into an x-window and su to root before typing make install. Please be aware that I cannot guarantee that it will not mess up your system. I do not think that it will. but.... Put it this way, I have not hacked makefiles for years. If you have any patches for me I would appreciate them. Also it will not uninstall itself. You will need a file in your home directory called ".sversionrc" this file must have only the following line in it. StarOffice 5.1=/usr/local/Office51 If that is were you have chosen to install it. Please also be aware that I do not feel that this port is ready for the mainstream, nor would anybody else, I'm sure. I just thought that I would make it available because of the amount of StarOffice related questions on this list in the past several days. Please excuse me if it screws up your system or does any other irreparable damage. You might want to look through the makefile before you install it. Darren Wiebe dkwiebe@hagenhomes.com > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Thanks for the clarification Manfred. I like this new model but it > does concern me that the more profitable products will be those that > fail the most. Umm... > > Out of interest has anyone actually configured it up? I tried on 3.2 > but went to bed when it started > to complain of missing linux compatability modules... > > I use in on Doze though... and I've stopped helping "family N friends" > using Office now that there is an > alternative I can get them running. :-) > > Great business move by Sun. Pity about the damn thing trying to take > over the computer once it's installed. > *** MUCH CUT OUT*** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 19:28:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imc01.ex.nus.edu.sg (imc01.ex.nus.edu.sg [137.132.14.60]) by hub.freebsd.org (Postfix) with ESMTP id 9903714C85; Fri, 22 Oct 1999 19:28:06 -0700 (PDT) (envelope-from ccegongw@nus.edu.sg) Received: by imc01.ex.nus.edu.sg with Internet Mail Service (5.5.2650.21) id <4QCRLMC6>; Sat, 23 Oct 1999 10:29:45 +0800 Message-ID: <762388C091FAD01180FF00A02462137801AC5BFD@exchange.nus.edu.sg> From: Gong Wei To: "'freebsd-questions@freebsd.org'" Cc: "'freebsd-stable@freebsd.org'" Subject: 3.3 Stable Performance Monitoring Date: Sat, 23 Oct 1999 10:29:43 +0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="ISO-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, We have a few 3.3 Stable production servers lying around the campus to serve the university population. As usual, we need some means to manage/monitor the server performance closely. We also have a few Solaris machines around. We've purchased a SNMP agent from Empire Technology (www.empiretech.com) which can report various system performance related parameters, like swap usage, system load, cpu utilization, number of open file descriptor, number of processes, etc. The bad news is that their product doesn't support FreeBSD, although it does support Linux. So we cannot use this tool to monitor the system performance. Instead, we need something else which can do roughly the same thing. Among so many parameters our immediate interests is the following: * CPU utilization, % used in Kernel space vs % used in user space * RAM utilization * SWAP utilization * Network bandwidth usage * number of file descriptors used As ususal, any hints/comments are more than welcomed. Please do mail a copy of your response to me directly. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 19:38:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from toy.chip-web.com (adsl-63-195-43-50.dsl.snfc21.pacbell.net [63.195.43.50]) by hub.freebsd.org (Postfix) with SMTP id CF62414F64 for ; Fri, 22 Oct 1999 19:38:54 -0700 (PDT) (envelope-from ludwigp@bigfoot.com) Received: (qmail 54228 invoked from network); 23 Oct 1999 02:38:53 -0000 Received: from laptop.chip-web.com (HELO bigfoot.com) (172.16.1.6) by toy.chip-web.com with SMTP; 23 Oct 1999 02:38:53 -0000 Message-ID: <38111FE7.5F578BF0@bigfoot.com> Date: Fri, 22 Oct 1999 19:39:35 -0700 From: Ludwig Pummer X-Mailer: Mozilla 4.61 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Mark Ovens Cc: Jeff Gray , Questions at FreeBSD Subject: Re: newbie kernel question- strip problem References: <19991023011835.B588@marder-1> <19991023020511.I588@marder-1> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Ovens wrote: > On Fri, Oct 22, 1999 at 05:52:57PM -0700, Jeff Gray wrote: > > Maybe a [silly] rehash, but maybe not. > > > > The reason I ask is that neither the archives nor the earlier post by > > Jason indicated that it was necessary to change permissions to do this > > before using strip -g on a kernel. I am trying to understand if I > > am solving the correct problem by changing permissions. > > Not sure why it's not documented, and yes you are solving the > correct problem by changing permissions. The order in which I learned to do it is: 1) compile kernel. stay in the compile directory 2) cp kernel /var/crash/kernel.debug 3) strip -g kernel 4) make install That saves the trouble of modifying the copy of the kernel that's already installed and chflag'ed. Maybe I should use the --strip-debug option... --Ludwig Pummer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 19:40:50 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 52A2014F64 for ; Fri, 22 Oct 1999 19:40:46 -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 WAA15445; Fri, 22 Oct 1999 22:40:24 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <4.1.19991022223842.0395ed50@granite.sentex.ca> X-Sender: mdtancsa@granite.sentex.ca X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Fri, 22 Oct 1999 22:40:22 -0400 To: Gong Wei , From: Mike Tancsa Subject: Re: 3.3 Stable Performance Monitoring In-Reply-To: <762388C091FAD01180FF00A02462137801AC5BFD@exchange.nus.edu. sg> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 10:29 PM 10/22/99 , Gong Wei wrote: >Hi all, > >We have a few 3.3 Stable production servers lying around the campus to serve >the university population. As usual, we need some means to manage/monitor >the server performance closely. Take a look at the latest UCD SNMP, mrtg and bb. All are in /usr/ports/net. Between the three of them and a few scripts you might get all what you need. ---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 Fri Oct 22 19:43:38 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 A325614F64 for ; Fri, 22 Oct 1999 19:43:36 -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 WAA34344; Fri, 22 Oct 1999 22:46:54 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910230246.WAA34344@cc942873-a.ewndsr1.nj.home.com> Subject: Re: kernel arp messages In-Reply-To: <3810A41D.D588E6C3@pnpa.net> from Ian at "Oct 22, 1999 01:51:25 pm" To: ian@pnpa.net (Ian) Date: Fri, 22 Oct 1999 22:46:54 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG (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 Ian wrote, > Hi all > I have a freebsd 3.3 machine that i just setup with 2 nics with the > hopes that of using it as a gateway / router for an internal lan.. > but i get these errors in my logs and the logs of my server (bsdi 4.0) > pn0 is setup to be on the outside network, pn1 is the internal > what could be causing something like this? > This is happening once every 30 - 60 secs > > arp: 209.158.48.1 is on pn0 but got reply from 00:10:7b:80:04:40 on pn1 > arp: 209.158.48.1 is on pn0 but got reply from 00:10:7b:80:04:40 on pn1 > arp: 209.158.48.1 is on pn0 but got reply from 00:10:7b:80:04:40 on pn1 > arp: 209.158.48.1 is on pn0 but got reply from 00:10:7b:80:04:40 on pn1 > arp: 209.158.48.2 is on pn0 but got reply from 00:90:27:84:e8:40 on pn1 > arp: 209.158.48.1 is on pn0 but got reply from 00:10:7b:80:04:40 on pn1 > arp: 209.158.48.1 is on pn0 but got reply from 00:10:7b:80:04:40 on pn1 > arp: 209.158.48.1 is on pn0 but got reply from 00:10:7b:80:04:40 on pn1 > arp: 209.158.48.1 is on pn0 but got reply from 00:10:7b:80:04:40 on pn1 > arp: 209.158.48.1 is on pn0 but got reply from 00:10:7b:80:04:40 on pn1 > arp: 209.158.48.2 is on pn0 but got reply from 00:90:27:84:e8:40 on pn1 > arp: 209.158.48.2 is on pn0 but got reply from 00:90:27:84:e8:40 on pn1 > arp: 209.158.48.1 is on pn0 but got reply from 00:10:7b:80:04:40 on pn1 The most frequent cause is when someone (for whatever reason) attaches two NICs to one physical network and gives them different subnets. In your case, I assume that pn0 is on the 209.158.48.0/x network, but for whatever reason, pn1 is hearing arp replies for those addresses (even though it is not on 209.158.48.0/x). So, are pn0 and pn1 really on different networks? If they are, is there a misconfigured machine or two on pn1 network that have the wrong IP address? If you still can't figure it out, forward info on the physical setup of your network, ifconfig -a output, and netstat -rn. HTH. -- 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 Fri Oct 22 19:46:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imc01.ex.nus.edu.sg (imc01.ex.nus.edu.sg [137.132.14.60]) by hub.freebsd.org (Postfix) with ESMTP id 6BD0314D65 for ; Fri, 22 Oct 1999 19:46:48 -0700 (PDT) (envelope-from ccegongw@nus.edu.sg) Received: by imc01.ex.nus.edu.sg with Internet Mail Service (5.5.2650.21) id <4QCRLM63>; Sat, 23 Oct 1999 10:48:28 +0800 Message-ID: <762388C091FAD01180FF00A02462137801AC5BFF@exchange.nus.edu.sg> From: Gong Wei To: 'Mike Tancsa' , freebsd-questions@FreeBSD.ORG Subject: RE: 3.3 Stable Performance Monitoring Date: Sat, 23 Oct 1999 10:48:25 +0800 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 UCD SNMP agent the capability to call external script, but the bad news is that for some of the parameters I even don't know how to find out them through existing programs, like number of file descriptors being used :-( I do have a simple script to return the swap usage, though .... -----Original Message----- From: Mike Tancsa [mailto:mike@sentex.net] Sent: Saturday, October 23, 1999 10:40 AM To: Gong Wei; freebsd-questions@FreeBSD.ORG Subject: Re: 3.3 Stable Performance Monitoring At 10:29 PM 10/22/99 , Gong Wei wrote: >Hi all, > >We have a few 3.3 Stable production servers lying around the campus to serve >the university population. As usual, we need some means to manage/monitor >the server performance closely. Take a look at the latest UCD SNMP, mrtg and bb. All are in /usr/ports/net. Between the three of them and a few scripts you might get all what you need. ---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 Fri Oct 22 19:47:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from paradox.nexuslabs.com (cc718001-a.vron1.nj.home.com [24.11.70.21]) by hub.freebsd.org (Postfix) with ESMTP id 169971501D; Fri, 22 Oct 1999 19:47:37 -0700 (PDT) (envelope-from cyouse@paradox.nexuslabs.com) Received: from localhost (cyouse@localhost) by paradox.nexuslabs.com (8.9.3/8.9.3) with ESMTP id WAA10132; Fri, 22 Oct 1999 22:45:53 -0400 (EDT) (envelope-from cyouse@paradox.nexuslabs.com) Date: Fri, 22 Oct 1999 22:45:52 -0400 (EDT) From: Chuck Youse To: Gong Wei Cc: "'freebsd-questions@freebsd.org'" , "'freebsd-stable@freebsd.org'" Subject: Re: 3.3 Stable Performance Monitoring In-Reply-To: <762388C091FAD01180FF00A02462137801AC5BFD@exchange.nus.edu.sg> 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 assuming that you've eliminated the possibility of running this under Linux emulation mode? It may be that the snmp agent diddles too closely with kernel structures to allow for this, but there are emulatable ways to perform each of the tasks listed.. Chuck On Sat, 23 Oct 1999, Gong Wei wrote: > Hi all, > > We have a few 3.3 Stable production servers lying around the campus to serve > the university population. As usual, we need some means to manage/monitor > the server performance closely. > > We also have a few Solaris machines around. We've purchased a SNMP agent > from Empire Technology (www.empiretech.com) which can report various system > performance related parameters, like swap usage, system load, cpu > utilization, number of open file descriptor, number of processes, etc. > > The bad news is that their product doesn't support FreeBSD, although it does > support Linux. So we cannot use this tool to monitor the system > performance. Instead, we need something else which can do roughly the same > thing. > > Among so many parameters our immediate interests is the following: > * CPU utilization, % used in Kernel space vs % used in user space > * RAM utilization > * SWAP utilization > * Network bandwidth usage > * number of file descriptors used > > As ususal, any hints/comments are more than welcomed. Please do mail a copy > of your response to me directly. Thanks! > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 19:54:38 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 E509B15001 for ; Fri, 22 Oct 1999 19:54:36 -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 WAA15526; Fri, 22 Oct 1999 22:54:23 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <4.1.19991022224849.0395ee40@granite.sentex.ca> X-Sender: mdtancsa@granite.sentex.ca X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Fri, 22 Oct 1999 22:54:21 -0400 To: Gong Wei , freebsd-questions@FreeBSD.ORG From: Mike Tancsa Subject: RE: 3.3 Stable Performance Monitoring In-Reply-To: <762388C091FAD01180FF00A02462137801AC5BFF@exchange.nus.edu. sg> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 10:48 PM 10/22/99 , Gong Wei wrote: >UCD SNMP agent the capability to call external script, but the bad news is >that for some of the parameters I even don't know how to find out them >through existing programs, like number of file descriptors being used :-( vinyl# pstat -T 283/4136 files 7M/255M swap space similarly, iostat, vmstat, netstat provides oodles of information. Have a look through those man pages, and have a look at the mailling list archives. Its all been asked and answered before :-) ---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 Fri Oct 22 20:16:41 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 31B2B1503F for ; Fri, 22 Oct 1999 20:16:37 -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 XAA34423; Fri, 22 Oct 1999 23:19:46 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910230319.XAA34423@cc942873-a.ewndsr1.nj.home.com> Subject: Re: ipfw dny ip from any to any In-Reply-To: from daniel B at "Oct 22, 1999 10:06:14 am" To: danielb@pacex.net (daniel B) Date: Fri, 22 Oct 1999 23:19:46 -0400 (EDT) Cc: Doug@gorean.org (Doug Barton), 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 daniel B wrote, > > > I want to log all denied packets in ipfw and I used > > > 65534 add deny log all from any to any > > > this should 'bypass' the las rule > > > 65535 deny all from any to any > > > > > > but it doen't! I still see denied packet on the last rule when I do > > > ipfw sh > > > > > > What to do now? > > > > I bet that the amount of packets is always constant, right? Try > > doing 'ipfw -a l' once a day for a few days. The number should always be > > the same. This represents the number of packets that cross the interface > > before your firewall rules are loaded by the init process. > > > > If it turns out that the number does grow, then we have a bug > > somewhere and we need to track it down. > > > > Good luck, > Well NO LUCK yet! I also tried this: > $fwcmd add 65532 deny log tcp from any to any > $fwcmd add 65533 deny log udp from any to any > $fwcmd add 65534 deny log icmp from any to any > > and the last rule dy default is: > > 65535 deny all from any to any > > and I still see denied packets logged under the last rule > I reloaded my firewall rules and even rebooted! > Huh! First, you did not answer if the number of packets that were hitting that last rule ever changed. Did you witness them change? (The number changed between two checks during which time the machine never was rebooted and the ipfw rules were never touched.) Second, there are protocols besides TCP, UDP, and ICMP. Packets from other protocols, known or unknown, can fall through. In addition, broken packets can fall through as well. I would expect that you would get some in this second configuration. -- 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 Fri Oct 22 20:36:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from venus.GAIANET.NET (venus.GAIANET.NET [207.211.200.51]) by hub.freebsd.org (Postfix) with ESMTP id 047D814E49 for ; Fri, 22 Oct 1999 20:36:56 -0700 (PDT) (envelope-from vince@venus.GAIANET.NET) Received: from localhost (vince@localhost) by venus.GAIANET.NET (8.9.3/8.9.3) with ESMTP id UAA39267; Fri, 22 Oct 1999 20:36:47 -0700 (PDT) (envelope-from vince@venus.GAIANET.NET) Date: Fri, 22 Oct 1999 20:36:47 -0700 (PDT) From: Vincent Poy To: cjclark@home.com Cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: FreeBSD 3.3-RELEASE passwd issue In-Reply-To: <199910222337.TAA33777@cc942873-a.ewndsr1.nj.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 Oct 1999, Crist J. Clark wrote: > Vincent Poy wrote, > > Greetings, > > > > I installed a new machine on 3.3-RELEASE and copied the passwords > > entries from another 3.2-RELEASE machine. I installed des on both > > machines but for some odd reason, the following as a example will not be > > recognized on the 3.3-RELEASE machine in /etc/master.passwd as a valid > > password while it worked fine when I copied it from 3.1-RELEASE, -CURRENT > > and even 2.2.x machines. > > > > vince:7G2DAweJ1/D8c:1001:0::0:0:Vincent Poy,,,:/home/vince:/usr/local/bin/tcsh > > OK, this is a typical DES 13 character password. > > > So I had to run passwd on each user to manually do the passwords > > resulting that the passwords are DES as shown below: > > > > vince:$1$I1DcF26E$/qf90HbgJHM3vhqDbu1Pl/:1001:0::0:0:Vincent Poy,,,:/home/vince:/usr/local/bin/tcsh > > This is not a DES password. This is an MD5 password. > > > Seems that the DES package can't read MD5 passwords like it can in > > older releases. Anyone have any ideas what I'm doing wrong? > > No, it looks to me like you have it backwards, that you really did not > install DES on this system. Really? It seems to be the other way around... Maybe I may have remembered it wrong but I thought the one with $ was DES. Anyways, I downloaded the des and did sh install.sh and installed and it works fine after copying the old passwords over but passwd generates $ format passwords and I'm sure I have DES because of the following: -r--r--r-- 1 root wheel 53118 May 17 17:41 /usr/lib/libdes.a lrwxrwxrwx 1 root wheel 11 Oct 21 16:37 /usr/lib/libdes.so -> libdes.so.3 -r--r--r-- 1 root wheel 35678 May 17 17:41 /usr/lib/libdes.so.3 -r--r--r-- 1 root wheel 56608 May 17 17:41 /usr/lib/libdes_p.a -r--r--r-- 1 root wheel 13018 May 17 17:37 /usr/lib/libdescrypt.a lrwxrwxrwx 1 root wheel 16 Oct 21 16:37 /usr/lib/libdescrypt.so -> libdescrypt.so.2 -r--r--r-- 1 root wheel 12965 May 17 17:37 /usr/lib/libdescrypt.so.2 -r--r--r-- 1 root wheel 14750 May 17 17:37 /usr/lib/libdescrypt_p.a Cheers, Vince - vince@MCESTATE.COM - vince@GAIANET.NET ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] GaiaNet Corporation - M & C Estate / / / / | / | __] ] Beverly Hills, California USA 90210 / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 20:56:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from thelab.hub.org (nat198.58.mpoweredpc.net [142.177.198.58]) by hub.freebsd.org (Postfix) with ESMTP id C7E1814D28 for ; Fri, 22 Oct 1999 20:56:39 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id AAA89990; Sat, 23 Oct 1999 00:56:17 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Sat, 23 Oct 1999 00:56:12 -0300 (ADT) From: The Hermit Hacker To: Mike Tancsa Cc: Gong Wei , freebsd-questions@FreeBSD.org Subject: RE: 3.3 Stable Performance Monitoring In-Reply-To: <4.1.19991022224849.0395ee40@granite.sentex.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 Oct 1999, Mike Tancsa wrote: > At 10:48 PM 10/22/99 , Gong Wei wrote: > >UCD SNMP agent the capability to call external script, but the bad news is > >that for some of the parameters I even don't know how to find out them > >through existing programs, like number of file descriptors being used :-( > > vinyl# pstat -T > 283/4136 files > 7M/255M swap space > > similarly, iostat, vmstat, netstat provides oodles of information. Have a > look through those man pages, and have a look at the mailling list > archives. Its all been asked and answered before :-) Being quite interested in this as well, went to search the archives and for something that's been "asked and answered before", am having a fun time trying to find it :) One thing I'm interested in doing is monitoring something that I'd figure would be simple: loadavg. But, snmpwalk on my machine (ucd-snmp 4.0.1 isntalled) reveals very little information other then those that appear to deal with the network, where there is oddles of info ... I'm lookign through the ucd-snmp web site right now, adn the EXAMPLES.conf file that comes with the distribution, but would think stuff like: % swap usage % cpu usage loadavg would be of interest to others, no? I'd like to avoid re-creating a wheel that someone else has already done, if at al possible...? Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 21:11:17 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 0B4F714D28 for ; Fri, 22 Oct 1999 21:11:12 -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 AAA34594; Sat, 23 Oct 1999 00:14:28 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910230414.AAA34594@cc942873-a.ewndsr1.nj.home.com> Subject: Re: FreeBSD 3.3-RELEASE passwd issue In-Reply-To: from Vincent Poy at "Oct 22, 1999 08:36:47 pm" To: vince@venus.GAIANET.NET (Vincent Poy) Date: Sat, 23 Oct 1999 00:14:28 -0400 (EDT) Cc: cjclark@home.com, 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 Vincent Poy wrote, > On Fri, 22 Oct 1999, Crist J. Clark wrote: > > > Vincent Poy wrote, > > > Greetings, > > > > > > I installed a new machine on 3.3-RELEASE and copied the passwords > > > entries from another 3.2-RELEASE machine. I installed des on both > > > machines but for some odd reason, the following as a example will not be > > > recognized on the 3.3-RELEASE machine in /etc/master.passwd as a valid > > > password while it worked fine when I copied it from 3.1-RELEASE, -CURRENT > > > and even 2.2.x machines. > > > > > > vince:7G2DAweJ1/D8c:1001:0::0:0:Vincent Poy,,,:/home/vince:/usr/local/bin/tcsh > > > > OK, this is a typical DES 13 character password. > > > > > So I had to run passwd on each user to manually do the passwords > > > resulting that the passwords are DES as shown below: > > > > > > vince:$1$I1DcF26E$/qf90HbgJHM3vhqDbu1Pl/:1001:0::0:0:Vincent Poy,,,:/home/vince:/usr/local/bin/tcsh > > > > This is not a DES password. This is an MD5 password. > > > > > Seems that the DES package can't read MD5 passwords like it can in > > > older releases. Anyone have any ideas what I'm doing wrong? > > > > No, it looks to me like you have it backwards, that you really did not > > install DES on this system. > > Really? It seems to be the other way around... Maybe I may have > remembered it wrong but I thought the one with $ was DES. Nope, see the sources, % more /usr/src/secure/lib/libcrypt/crypt.c . . . if (!strncmp(setting, "$1$", 3)) return crypt_md5(key, setting); . . . > Anyways, I > downloaded the des and did sh install.sh and installed and it works fine > after copying the old passwords over but passwd generates $ format > passwords and I'm sure I have DES because of the following: > > -r--r--r-- 1 root wheel 53118 May 17 17:41 /usr/lib/libdes.a > lrwxrwxrwx 1 root wheel 11 Oct 21 16:37 /usr/lib/libdes.so -> > libdes.so.3 > -r--r--r-- 1 root wheel 35678 May 17 17:41 /usr/lib/libdes.so.3 > -r--r--r-- 1 root wheel 56608 May 17 17:41 /usr/lib/libdes_p.a > -r--r--r-- 1 root wheel 13018 May 17 17:37 /usr/lib/libdescrypt.a > lrwxrwxrwx 1 root wheel 16 Oct 21 16:37 /usr/lib/libdescrypt.so -> > libdescrypt.so.2 > -r--r--r-- 1 root wheel 12965 May 17 17:37 /usr/lib/libdescrypt.so.2 > -r--r--r-- 1 root wheel 14750 May 17 17:37 /usr/lib/libdescrypt_p.a OK, you _have_ DES, but what are the /usr/lib/libcrypt* links pointing to? -- 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 Fri Oct 22 21:15:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from venus.GAIANET.NET (venus.GAIANET.NET [207.211.200.51]) by hub.freebsd.org (Postfix) with ESMTP id 8595915068 for ; Fri, 22 Oct 1999 21:15:12 -0700 (PDT) (envelope-from vince@venus.GAIANET.NET) Received: from localhost (vince@localhost) by venus.GAIANET.NET (8.9.3/8.9.3) with ESMTP id VAA39408; Fri, 22 Oct 1999 21:15:02 -0700 (PDT) (envelope-from vince@venus.GAIANET.NET) Date: Fri, 22 Oct 1999 21:15:02 -0700 (PDT) From: Vincent Poy To: cjclark@home.com Cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: FreeBSD 3.3-RELEASE passwd issue In-Reply-To: <199910230414.AAA34594@cc942873-a.ewndsr1.nj.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 Oct 1999, Crist J. Clark wrote: > Vincent Poy wrote, > > On Fri, 22 Oct 1999, Crist J. Clark wrote: > > > > > Vincent Poy wrote, > > > > Greetings, > > > > > > > > I installed a new machine on 3.3-RELEASE and copied the passwords > > > > entries from another 3.2-RELEASE machine. I installed des on both > > > > machines but for some odd reason, the following as a example will not be > > > > recognized on the 3.3-RELEASE machine in /etc/master.passwd as a valid > > > > password while it worked fine when I copied it from 3.1-RELEASE, -CURRENT > > > > and even 2.2.x machines. > > > > > > > > vince:7G2DAweJ1/D8c:1001:0::0:0:Vincent Poy,,,:/home/vince:/usr/local/bin/tcsh > > > > > > OK, this is a typical DES 13 character password. > > > > > > > So I had to run passwd on each user to manually do the passwords > > > > resulting that the passwords are DES as shown below: > > > > > > > > vince:$1$I1DcF26E$/qf90HbgJHM3vhqDbu1Pl/:1001:0::0:0:Vincent Poy,,,:/home/vince:/usr/local/bin/tcsh > > > > > > This is not a DES password. This is an MD5 password. > > > > > > > Seems that the DES package can't read MD5 passwords like it can in > > > > older releases. Anyone have any ideas what I'm doing wrong? > > > > > > No, it looks to me like you have it backwards, that you really did not > > > install DES on this system. > > > > Really? It seems to be the other way around... Maybe I may have > > remembered it wrong but I thought the one with $ was DES. > > Nope, see the sources, > > % more /usr/src/secure/lib/libcrypt/crypt.c > . > . > . > if (!strncmp(setting, "$1$", 3)) > return crypt_md5(key, setting); > . > . > . Okay, guess I do have it reverse. > > Anyways, I > > downloaded the des and did sh install.sh and installed and it works fine > > after copying the old passwords over but passwd generates $ format > > passwords and I'm sure I have DES because of the following: > > > > -r--r--r-- 1 root wheel 53118 May 17 17:41 /usr/lib/libdes.a > > lrwxrwxrwx 1 root wheel 11 Oct 21 16:37 /usr/lib/libdes.so -> > > libdes.so.3 > > -r--r--r-- 1 root wheel 35678 May 17 17:41 /usr/lib/libdes.so.3 > > -r--r--r-- 1 root wheel 56608 May 17 17:41 /usr/lib/libdes_p.a > > -r--r--r-- 1 root wheel 13018 May 17 17:37 /usr/lib/libdescrypt.a > > lrwxrwxrwx 1 root wheel 16 Oct 21 16:37 /usr/lib/libdescrypt.so -> > > libdescrypt.so.2 > > -r--r--r-- 1 root wheel 12965 May 17 17:37 /usr/lib/libdescrypt.so.2 > > -r--r--r-- 1 root wheel 14750 May 17 17:37 /usr/lib/libdescrypt_p.a > > OK, you _have_ DES, but what are the /usr/lib/libcrypt* links pointing > to? This is what it shows: lrwxrwxrwx 1 root wheel 13 Oct 21 16:37 /usr/lib/libcrypt.a -> libdescrypt.a lrwxrwxrwx 1 root wheel 14 Oct 21 16:37 /usr/lib/libcrypt.so -> libdescrypt.so lrwxrwxrwx 1 root wheel 16 Oct 21 16:37 /usr/lib/libcrypt.so.2 -> libdescrypt.so.2 lrwxrwxrwx 1 root wheel 15 Oct 21 16:37 /usr/lib/libcrypt_p.a -> libdescrypt_p.a Seems for some reason, unless I go into vipw and delete the entire password, the passwd program will just write MD5 instead of DES since it had the $ before it. Cheers, Vince - vince@MCESTATE.COM - vince@GAIANET.NET ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] GaiaNet Corporation - M & C Estate / / / / | / | __] ] Beverly Hills, California USA 90210 / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 21:15:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.shadow.net (mail.shadow.net [204.177.71.231]) by hub.freebsd.org (Postfix) with ESMTP id CC8DD15075 for ; Fri, 22 Oct 1999 21:15:40 -0700 (PDT) (envelope-from reason@shadow.net) Received: from ararat.mygus.com (mail@mch.shadow.net [207.17.59.250]) by mail.shadow.net (8.9.3/8.9.3) with ESMTP id AAA00053 for ; Sat, 23 Oct 1999 00:16:54 -0400 (EDT) Received: from localhost ([127.0.0.1] helo=ararat ident=vladik) by ararat.mygus.com with smtp (Exim 3.03 #1 (Debian)) for FreeBSD-Questions@FreeBSD.ORG id 15UDl3-0002ZQ-00; Tue, 07 Aug 2001 16:47:21 -0400 From: Vladislav To: FreeBSD-Questions@freebsd.org Subject: [Q]boot manager, cannot install Date: Tue, 7 Aug 2001 16:40:28 -0400 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <01080716472106.00729@ararat> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I was suggested to repost my question here, my comuter is a 486, 20M of RAM, has 2 ide disks, first 1 is 500MB has linux installed second is 202MB has FreeBSD 3.3 installed. I cannot figure how to get FreeBSD bootmanager installed on the disk1. When using /stand/sysinstall I select custom and then go to the Partioning screen. There I select disk1 and see that blocks 0-63 are free (then I ext2fs and then linux swap) I select the unused partion, hit 'C' create, it asks me whether want the whole 64 sectors allocated for FreeBSD (file system type 165) I say yes, but then when I see the list of partions there, it still says 0-63 unused! I tried to boot from the floppy, still the same problem. May be there is a problem with my BIOS reporting disk geometry? Thanks in advance for any help, Vladislav >The problem I am having right now is that the system does not seem >to read those files. I think this is because I do not have boot loader >installed, I boot from a floppy disk (I tried to install FreeBSD's boot manager >but I have a old MB that can only boot from drive 1, and my freeBSD is >on drive 2 (all IDE), and even though drive 1 has free space from block 0 to >block 63, FreeBSD cannot create a partion there, so overall I cannot >install the boot manager onto the boot sectors of drive 1 and therfore cannot >boot from the hardisk, and therefore cannot use /boot/kernel.conf files to >manage the boot process.) >But anyways, thanks for the help, I guess, I have no other way but to change >the address of my network card (but then I have the sound card that is on x280, >so I have change that as well). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 21:32:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ausit.com (mail.ausit.com [203.41.163.235]) by hub.freebsd.org (Postfix) with ESMTP id C8EBD14D28 for ; Fri, 22 Oct 1999 21:32:23 -0700 (PDT) (envelope-from greg@ausit.com) Received: from wk1 (sun.ausit.com [203.41.163.240]) by mail.ausit.com (8.9.3/8.9.3) with ESMTP id OAA01113 for ; Sat, 23 Oct 1999 14:32:21 +1000 Message-ID: <199910231432550348.00DAFE9B@mail.ausit.com> X-Mailer: Calypso Version 3.00.03.02 (1) Date: Sat, 23 Oct 1999 14:32:55 +1000 From: "Greg W" To: freebsd-questions@FreeBSD.ORG Subject: user management Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all is there a GUI for user management ? the default one from a console lets you add, but no remove :-( , would like something that would run under any desktop, or even a good script may do sorry, i am a bit lost with BSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 21:45:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from silver.sdsmt.edu (silver.sdsmt.edu [151.159.1.1]) by hub.freebsd.org (Postfix) with ESMTP id 9B0CA14D28 for ; Fri, 22 Oct 1999 21:45:16 -0700 (PDT) (envelope-from pjs6348@silver.sdsmt.edu) Received: from localhost (pjs6348@localhost) by silver.sdsmt.edu (8.9.3/8.9.2) with ESMTP id WAA21550 for ; Fri, 22 Oct 1999 22:45:16 -0600 Date: Fri, 22 Oct 1999 22:45:15 -0600 (MDT) From: Pete Stapley To: freebsd-questions@freebsd.org Subject: ATI All in Wonder 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 saw a reference on a webpage for a FreeBSD driver for the All in Wonder, does this exsist? ANd if so where can I get it? Thanks, Peter Stapley pjs6348@silver.sdsmt.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 21:52: 2 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 CC42B14D28 for ; Fri, 22 Oct 1999 21:51:50 -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 AAA34689; Sat, 23 Oct 1999 00:55:06 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910230455.AAA34689@cc942873-a.ewndsr1.nj.home.com> Subject: Re: FreeBSD 3.3-RELEASE passwd issue In-Reply-To: from Vincent Poy at "Oct 22, 1999 09:15:02 pm" To: vince@venus.GAIANET.NET (Vincent Poy) Date: Sat, 23 Oct 1999 00:55:06 -0400 (EDT) Cc: cjclark@home.com, 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 Vincent Poy wrote, [snip] > > Seems for some reason, unless I go into vipw and delete the entire > password, the passwd program will just write MD5 instead of DES since it > had the $ before it. Oh, yeah. That's a know "gotcha." Once you set the password to one format, the only way to change it is to go in manually with vipw. But to the original problem, those 13 character passwords you said you originally had, the DES ones, should work fine. -- 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 Fri Oct 22 22:12:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.whtz.com (m8.z100.com [209.73.193.8]) by hub.freebsd.org (Postfix) with SMTP id 9DE4F14E49 for ; Fri, 22 Oct 1999 22:12:22 -0700 (PDT) (envelope-from courtney@whtz.com) Received: by mail.whtz.com(Lotus SMTP MTA v4.6.2 (693.3 8-11-1998)) id 85256813.001D32E5 ; Sat, 23 Oct 1999 01:04:06 -0400 X-Lotus-FromDomain: Z100 From: courtney@whtz.com To: freebsd-questions@freebsd.org Message-ID: <85256813.001BAEAB.00@mail.whtz.com> Date: Sat, 23 Oct 1999 01:02:19 -0400 Subject: Apache Question Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK...I have a freebsd box running 3.2 and I want to add the Apache WWW server to it. I did a /stand/sysinstall and downloaded the apache server, then went into /usr/ports/www/apache12 and did a "make" but now what the heck do I have to do to get this thing working??? Thanks, Bernie Courtney Bernie Courtney Z100 New York Radio Engineering mailto:courtney@whtz.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 22:13:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.uniserve.com (mail2.uniserve.com [204.244.156.7]) by hub.freebsd.org (Postfix) with ESMTP id 64C1D1504A; Fri, 22 Oct 1999 22:12:33 -0700 (PDT) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca ([204.244.186.218]) by mail2.uniserve.com with smtp (Exim 3.03 #4) id 11etTU-000C5w-00; Fri, 22 Oct 1999 22:12:16 -0700 Date: Fri, 22 Oct 1999 22:12:08 -0700 (PDT) From: Tom X-Sender: tom@shell.uniserve.ca To: Gong Wei Cc: "'freebsd-questions@freebsd.org'" , "'freebsd-stable@freebsd.org'" Subject: Re: 3.3 Stable Performance Monitoring In-Reply-To: <762388C091FAD01180FF00A02462137801AC5BFD@exchange.nus.edu.sg> 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, 23 Oct 1999, Gong Wei wrote: > We also have a few Solaris machines around. We've purchased a SNMP agent > from Empire Technology (www.empiretech.com) which can report various system > performance related parameters, like swap usage, system load, cpu > utilization, number of open file descriptor, number of processes, etc. > > The bad news is that their product doesn't support FreeBSD, although it does > support Linux. So we cannot use this tool to monitor the system > performance. Instead, we need something else which can do roughly the same > thing. > > Among so many parameters our immediate interests is the following: > * CPU utilization, % used in Kernel space vs % used in user space > * RAM utilization > * SWAP utilization > * Network bandwidth usage > * number of file descriptors used > > As ususal, any hints/comments are more than welcomed. Please do mail a copy > of your response to me directly. Thanks! The ucd-snmp package includes a snmp daemon (snmpd). That last time I did a snmpwalk on it, it reported lots of stuff like you want. The funny part, is that this server probably works on Solaris too, and doesn't cost anything! BTW, I usually get the network bandwidth off the switch the server is plugged into though. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 22:22: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ausit.com (mail.ausit.com [203.41.163.235]) by hub.freebsd.org (Postfix) with ESMTP id 81C8114C37 for ; Fri, 22 Oct 1999 22:21:56 -0700 (PDT) (envelope-from greg@ausit.com) Received: from wk1 (sun.ausit.com [203.41.163.240]) by mail.ausit.com (8.9.3/8.9.3) with ESMTP id PAA01238 for ; Sat, 23 Oct 1999 15:21:54 +1000 Message-ID: <199910231522280143.01085B15@mail.ausit.com> In-Reply-To: <85256813.001BAEAB.00@mail.whtz.com> References: <85256813.001BAEAB.00@mail.whtz.com> X-Mailer: Calypso Version 3.00.03.02 (1) Date: Sat, 23 Oct 1999 15:22:28 +1000 From: "Greg W" To: freebsd-questions@freebsd.org Subject: Re: Apache Question Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG you should be able too see if its running first by going to http:// you may have to start it up as well then you have the http.conf file to configure it ............ *********** REPLY SEPARATOR *********** On 23/10/99 at 1:02 courtney@whtz.com wrote: >OK...I have a freebsd box running 3.2 and I want to add the Apache WWW >server to it. I did a /stand/sysinstall and downloaded the apache server, >then went into /usr/ports/www/apache12 and did a "make" but now what the >heck do I have to do to get this thing working??? > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 22:39:11 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 204C014C98 for ; Fri, 22 Oct 1999 22:39:06 -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 BAA34851; Sat, 23 Oct 1999 01:42:00 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910230542.BAA34851@cc942873-a.ewndsr1.nj.home.com> Subject: Re: user management In-Reply-To: <199910231432550348.00DAFE9B@mail.ausit.com> from Greg W at "Oct 23, 1999 02:32:55 pm" To: greg@ausit.com (Greg W) Date: Sat, 23 Oct 1999 01:42:00 -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 Greg W wrote, > Hi all > > is there a GUI for user management ? the default one from a console lets > you add, but no remove :-( , would like something that would run under any > desktop, or even a good script may do > > sorry, i am a bit lost with BSD % man rmuser Notice that on the adduser manpage, "SEE ALSO chpass(1), finger(1), passwd(1), setlogin(2), yp(4), aliases(5), group(5), login.conf(5), passwd(5), shells(5), addgroup(8), pw(8), pwd_mkdb(8), rmgroup(8), rmuser(8), vipw(8)" ^^^^^^^^^ -- 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 Fri Oct 22 22:45:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ausit.com (mail.ausit.com [203.41.163.235]) by hub.freebsd.org (Postfix) with ESMTP id 6209614DC3 for ; Fri, 22 Oct 1999 22:45:05 -0700 (PDT) (envelope-from greg@ausit.com) Received: from wk1 (sun.ausit.com [203.41.163.240]) by mail.ausit.com (8.9.3/8.9.3) with ESMTP id PAA01270; Sat, 23 Oct 1999 15:44:42 +1000 Message-ID: <199910231545320563.011D7AFA@mail.ausit.com> In-Reply-To: <199910230542.BAA34851@cc942873-a.ewndsr1.nj.home.com> References: <199910230542.BAA34851@cc942873-a.ewndsr1.nj.home.com> X-Mailer: Calypso Version 3.00.03.02 (1) Date: Sat, 23 Oct 1999 15:45:32 +1000 From: "Greg W" To: cjclark@home.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: user management Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all I want something that is easy and quick to edit user info, remove or add users etc, lets say I want to remove 1 , add another, mod ones group, change anothers home dir ........ I dont wanna type all this, and I want to see the results graphically so there is no mistakes..... there is a really simple tool in RH linux to do this, is there anything for FreeBSD ? I am aware of man pages, webmin, and prefer if it will run independent of desktop used. On 23/10/99 at 1:42 Crist J. Clark wrote: >Greg W wrote, >> Hi all >> >> is there a GUI for user management ? the default one from a console lets >> you add, but no remove :-( , would like something that would run under any >> desktop, or even a good script may do >> >> sorry, i am a bit lost with BSD > >% man rmuser > >Notice that on the adduser manpage, > >"SEE ALSO > chpass(1), finger(1), passwd(1), setlogin(2), yp(4), aliases(5), > group(5), login.conf(5), passwd(5), shells(5), addgroup(8), pw(8), > pwd_mkdb(8), rmgroup(8), rmuser(8), vipw(8)" > > ^^^^^^^^^ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 22:56:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.vnet.net (smtp1.vnet.net [166.82.1.31]) by hub.freebsd.org (Postfix) with ESMTP id 0D1D114CF2; Fri, 22 Oct 1999 22:56:35 -0700 (PDT) (envelope-from rivers@dignus.com) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by smtp1.vnet.net (8.9.1a/8.9.1) with ESMTP id BAA04540; Sat, 23 Oct 1999 01:56:13 -0400 (EDT) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by dignus.com (8.9.2/8.8.5) with ESMTP id BAA38111; Sat, 23 Oct 1999 01:56:11 -0400 (EDT) Received: (from rivers@localhost) by lakes.dignus.com (8.9.3/8.6.9) id BAA10962; Sat, 23 Oct 1999 01:56:07 -0400 (EDT) Date: Sat, 23 Oct 1999 01:56:07 -0400 (EDT) From: Thomas David Rivers Message-Id: <199910230556.BAA10962@lakes.dignus.com> To: ccegongw@nus.edu.sg, cyouse@paradox.nexuslabs.com Subject: Re: 3.3 Stable Performance Monitoring Cc: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It turns out one of the principles at Empire Technologies is a friend of mine. I'll send him a note regarding a FreeBSD version and see what comes out of it. - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 23:21:40 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 AFC3714DE7 for ; Fri, 22 Oct 1999 23:21:36 -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 CAA35084; Sat, 23 Oct 1999 02:24:49 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910230624.CAA35084@cc942873-a.ewndsr1.nj.home.com> Subject: Re: user management In-Reply-To: <199910231545320563.011D7AFA@mail.ausit.com> from Greg W at "Oct 23, 1999 03:45:32 pm" To: greg@ausit.com (Greg W) Date: Sat, 23 Oct 1999 02:24:49 -0400 (EDT) Cc: cjclark@home.com, 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 Greg W wrote, > Hi all > > I want something that is easy and quick to edit user info, remove or add > users etc, lets say I want to remove 1 , add another, mod ones group, > change anothers home dir ........ vipw > I dont wanna type all this, Sorry, you'll have to. They're still working on the cerebral neural interface driver for FreeBSD. > and I > want to see the results graphically so there is no mistakes..... vipw uses the text editor of your choice. You can use a really big font if you'd like. > there is a really simple tool in RH linux to do this, is there anything for > FreeBSD ? > > I am aware of man pages, webmin, and prefer if it will run independent of > desktop used. I think you're actually looking for a rather obscure product by a small software firm in WA. The system is called Windows NT. -- 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 Fri Oct 22 23:27: 1 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 7956314DE7 for ; Fri, 22 Oct 1999 23:26:58 -0700 (PDT) (envelope-from notme@lvdi.net) Received: from lvdi.net ([216.24.141.168]) by 216.24.138.2127.0.0.1 ; Fri, 22 Oct 1999 23:20:30 2000 PDT Message-ID: <3811576B.55ABA6DB@lvdi.net> Date: Fri, 22 Oct 1999 23:36:27 -0700 From: Frankie Li X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: Greg W Cc: freebsd-questions@FreeBSD.ORG Subject: Re: user management References: <199910231432550348.00DAFE9B@mail.ausit.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You could try SAM (System Administration Manager or something similar...) I found it in the FreeBSD'zine site, but I think they changed the address... so you got to do a bit of search to find it... :) It runs on X with no problem. Frankie Greg W wrote: > Hi all > > is there a GUI for user management ? the default one from a console lets > you add, but no remove :-( , would like something that would run under any > desktop, or even a good script may do > > sorry, i am a bit lost with BSD > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 23:27:14 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 9A49415048 for ; Fri, 22 Oct 1999 23:27:10 -0700 (PDT) (envelope-from Neo71484@aol.com) Received: from Neo71484@aol.com by imo-d06.mx.aol.com (mail_out_v23.6.) id nXAQ04BkZk (4427) for ; Sat, 23 Oct 1999 02:27:00 -0400 (EDT) From: Neo71484@aol.com Message-ID: <0.c38bff2f.2542af33@aol.com> Date: Sat, 23 Oct 1999 02:26:59 EDT Subject: Questions To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Windows AOL sub 41 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear free-bsd-questions, My name is Derrick and we have just bought a shell from inetking and we have no idea how in the world to use it.. and I was wondering if you can send me some help on the meaning of some terms and a list of commands... we are using it to set up a network for IRC thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Oct 22 23:27:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from venus.GAIANET.NET (venus.GAIANET.NET [207.211.200.51]) by hub.freebsd.org (Postfix) with ESMTP id 2865415048 for ; Fri, 22 Oct 1999 23:27:30 -0700 (PDT) (envelope-from vince@venus.GAIANET.NET) Received: from localhost (vince@localhost) by venus.GAIANET.NET (8.9.3/8.9.3) with ESMTP id XAA39839; Fri, 22 Oct 1999 23:27:20 -0700 (PDT) (envelope-from vince@venus.GAIANET.NET) Date: Fri, 22 Oct 1999 23:27:20 -0700 (PDT) From: Vincent Poy To: cjclark@home.com Cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: FreeBSD 3.3-RELEASE passwd issue In-Reply-To: <199910230455.AAA34689@cc942873-a.ewndsr1.nj.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 Oct 1999, Crist J. Clark wrote: > Vincent Poy wrote, > [snip] > > > > Seems for some reason, unless I go into vipw and delete the entire > > password, the passwd program will just write MD5 instead of DES since it > > had the $ before it. > > Oh, yeah. That's a know "gotcha." Once you set the password to one > format, the only way to change it is to go in manually with vipw. > > But to the original problem, those 13 character passwords you said you > originally had, the DES ones, should work fine. Yeah, thanks for fixing the mixup.... But what's the maximum characters allowed for MD5 and DES for passwords? Cheers, Vince - vince@MCESTATE.COM - vince@GAIANET.NET ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] GaiaNet Corporation - M & C Estate / / / / | / | __] ] Beverly Hills, California USA 90210 / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 0:13:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from meer.meer.net (meer.meer.net [140.174.164.2]) by hub.freebsd.org (Postfix) with ESMTP id D263D14C98 for ; Sat, 23 Oct 1999 00:13:12 -0700 (PDT) (envelope-from gnn@punk.neville-neil.com) Received: from punk.meer.net (punk.neville-neil.com [209.157.132.82]) by meer.meer.net (8.9.3/8.9.3/meer) with ESMTP id AAA3159784 for ; Sat, 23 Oct 1999 00:13:11 -0700 (PDT) Received: from punk (localhost.meer.net [127.0.0.1]) by punk.meer.net (8.9.3/8.9.2) with ESMTP id AAA02793 for ; Sat, 23 Oct 1999 00:13:09 -0700 (PDT) (envelope-from gnn@punk.neville-neil.com) Message-Id: <199910230713.AAA02793@punk.meer.net> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-questions@freebsd.org Subject: Does 3.3 support SCSI DVDs? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 23 Oct 1999 00:13:09 -0700 From: "George V. Neville-Neil" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks, George To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 1:12:38 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 53F9514BE5 for ; Sat, 23 Oct 1999 01:12:30 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 19516 invoked from network); 23 Oct 1999 08:12:28 -0000 Received: from useras28.uk.uudial.com (HELO marder-1.) (62.188.137.32) by smtp.dial.pipex.com with SMTP; 23 Oct 1999 08:12:28 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id JAA06383; Sat, 23 Oct 1999 09:12:44 +0100 (BST) (envelope-from mark) Date: Sat, 23 Oct 1999 09:12:44 +0100 From: Mark Ovens To: Ludwig Pummer Cc: Jeff Gray , Questions at FreeBSD Subject: Re: newbie kernel question- strip problem Message-ID: <19991023091244.A6233@marder-1> References: <19991023011835.B588@marder-1> <19991023020511.I588@marder-1> <38111FE7.5F578BF0@bigfoot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <38111FE7.5F578BF0@bigfoot.com> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Oct 22, 1999 at 07:39:35PM -0700, Ludwig Pummer wrote: > Mark Ovens wrote: > > On Fri, Oct 22, 1999 at 05:52:57PM -0700, Jeff Gray wrote: > > > Maybe a [silly] rehash, but maybe not. > > > > > > The reason I ask is that neither the archives nor the earlier post by > > > Jason indicated that it was necessary to change permissions to do this > > > before using strip -g on a kernel. I am trying to understand if I > > > am solving the correct problem by changing permissions. > > > > Not sure why it's not documented, and yes you are solving the > > correct problem by changing permissions. > > The order in which I learned to do it is: > 1) compile kernel. stay in the compile directory > 2) cp kernel /var/crash/kernel.debug > 3) strip -g kernel > 4) make install > Yes, but the original poster already had a debug kernel installed so he needed chflags(1) to strip it. > That saves the trouble of modifying the copy of the kernel that's > already installed and chflag'ed. Maybe I should use the --strip-debug > option... > I don't think the original poster actually wanted a debug kernel. > --Ludwig Pummer > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 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 Sat Oct 23 1:17:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id 319B414BE5 for ; Sat, 23 Oct 1999 01:17:10 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 20895 invoked from network); 23 Oct 1999 08:17:08 -0000 Received: from useras28.uk.uudial.com (HELO marder-1.) (62.188.137.32) by smtp.dial.pipex.com with SMTP; 23 Oct 1999 08:17:08 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id JAA06450; Sat, 23 Oct 1999 09:17:24 +0100 (BST) (envelope-from mark) Date: Sat, 23 Oct 1999 09:17:24 +0100 From: Mark Ovens To: Shawn Ramsey Cc: Jeff Gray , Shawn Ramsey , questions@freebsd.org Subject: Re: TIme Zone? Message-ID: <19991023091724.B6233@marder-1> References: <37C0A6B7.57425CEB@megadeth.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <37C0A6B7.57425CEB@megadeth.org> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Aug 22, 1999 at 06:41:11PM -0700, Shawn Ramsey wrote: > > setenv TZ GMT > > look at the directory /usr/share/zoneinfo for the list of valid > > time zones. > > > > After you set the TZ you will have to reset the date, > > date 1422 to get 2:22 pm in the new TZ > > > > My suggestion is to, > > > > a) change the TZ in the root enviornment. > > > > b) update your /etc/rc.conf file with ntpdate > > by adding > > > > ntpdate_flags="valid_timeserver" > > ntpdate_enable="YES" > > > > get the timeserver from man ntpdate > > That did the trick. xntpd seems to work better though, which is what we > use to keep time synched on all FreeBSD boxes. > Subject: Re: TIme Zone? From: Shawn Ramsey Date: Sun, 22 Aug 1999 18:41:11 -0700 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ To: Jeff Gray Cc: Shawn Ramsey , questions@freebsd.org Hmm, didn't work *that* well ;-) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 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 Sat Oct 23 1:21:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from microshell.com (microshell.com [216.231.36.234]) by hub.freebsd.org (Postfix) with ESMTP id E7AF914BE5 for ; Sat, 23 Oct 1999 01:21:07 -0700 (PDT) (envelope-from mnirwan@microshell.com) Received: from localhost (mnirwan@localhost) by microshell.com (8.9.2/8.9.2) with ESMTP id BAA96153 for ; Sat, 23 Oct 1999 01:23:17 -0700 (PDT) (envelope-from mnirwan@microshell.com) Date: Sat, 23 Oct 1999 01:23:17 -0700 (PDT) From: Maresa Nirwan To: freebsd-questions@FreeBSD.ORG Subject: 3Com Megahertz 10 (3CCE589ET) 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've got 3Com Megahertz PCMCIA NIC. Does FreeBSD 3.3 support this NIC? If yes, which driver should I use?? Thank you. MSN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 1:23:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [192.216.136.195]) by hub.freebsd.org (Postfix) with ESMTP id 8CD3514BE5 for ; Sat, 23 Oct 1999 01:23:08 -0700 (PDT) (envelope-from shawn@luke.cpl.net) Received: (from shawn@localhost) by luke.cpl.net (8.9.3/8.9.3) id BAA27777; Sat, 23 Oct 1999 01:21:47 -0700 (PDT) Date: Sat, 23 Oct 1999 01:21:46 -0700 From: Shawn Ramsey To: Mark Ovens Cc: Shawn Ramsey , Jeff Gray , questions@freebsd.org Subject: Re: TIme Zone? Message-ID: <19991023012146.N22368@cpl.net> References: <37C0A6B7.57425CEB@megadeth.org> <19991023091724.B6233@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <19991023091724.B6233@marder-1>; from Mark Ovens on Sat, Oct 23, 1999 at 09:17:24AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Subject: Re: TIme Zone? > From: Shawn Ramsey > Date: Sun, 22 Aug 1999 18:41:11 -0700 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > To: Jeff Gray > Cc: Shawn Ramsey , questions@freebsd.org > > Hmm, didn't work *that* well ;-) Umm, I posted that from my Windowz box. The date was set to August to get SecureCRT to run. (expired demo, not very smart as you can set the date back after it expires. :) ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 1:24:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id D91D814BE5 for ; Sat, 23 Oct 1999 01:24:11 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 22333 invoked from network); 23 Oct 1999 08:24:10 -0000 Received: from useras28.uk.uudial.com (HELO marder-1.) (62.188.137.32) by smtp.dial.pipex.com with SMTP; 23 Oct 1999 08:24:10 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id JAA06481; Sat, 23 Oct 1999 09:24:27 +0100 (BST) (envelope-from mark) Date: Sat, 23 Oct 1999 09:24:26 +0100 From: Mark Ovens To: Pete Stapley Cc: freebsd-questions@freebsd.org Subject: Re: ATI All in Wonder Message-ID: <19991023092426.C6233@marder-1> References: 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 Fri, Oct 22, 1999 at 10:45:15PM -0600, Pete Stapley wrote: > I saw a reference on a webpage for a FreeBSD driver for the All in Wonder, > does this exsist? ANd if so where can I get it? > There's a reference to it at http://vulture.dmem.strath.ac.uk/bt848/ > Thanks, > > Peter Stapley > pjs6348@silver.sdsmt.edu > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 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 Sat Oct 23 1:35:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ausit.com (mail.ausit.com [203.41.163.235]) by hub.freebsd.org (Postfix) with ESMTP id D964F14C1F for ; Sat, 23 Oct 1999 01:35:15 -0700 (PDT) (envelope-from greg@ausit.com) Received: from wk1 (sun.ausit.com [203.41.163.240]) by mail.ausit.com (8.9.3/8.9.3) with ESMTP id SAA01522 for ; Sat, 23 Oct 1999 18:35:13 +1000 Message-ID: <199910231835490384.01B9606F@mail.ausit.com> In-Reply-To: <199910230624.CAA35084@cc942873-a.ewndsr1.nj.home.com> References: <199910230624.CAA35084@cc942873-a.ewndsr1.nj.home.com> X-Mailer: Calypso Version 3.00.03.02 (1) Date: Sat, 23 Oct 1999 18:35:49 +1000 From: "Greg W" To: freebsd-questions@FreeBSD.ORG Subject: Re: user management Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Grrr ......dont remember asking for rudeness........ Linux, Novell & NT and they all have the same capability built in.............user management by GUI or command line, now if I have to I will mod a script I made to simplify the process, but why re create the wheel ? thats why I sent the email, I am not forcing you or anyone else to change the way YOU do things, so the rudeness was most uncalled for....... A special welcome to a FreeBSD newcomer eh ? *********** REPLY SEPARATOR *********** On 23/10/99 at 2:24 Crist J. Clark wrote: >Greg W wrote, >> Hi all >> >> I want something that is easy and quick to edit user info, remove or add >> users etc, lets say I want to remove 1 , add another, mod ones group, >> change anothers home dir ........ > >vipw > >> I dont wanna type all this, > >Sorry, you'll have to. They're still working on the cerebral neural >interface driver for FreeBSD. > >> and I >> want to see the results graphically so there is no mistakes..... > >vipw uses the text editor of your choice. You can use a really big >font if you'd like. > >> there is a really simple tool in RH linux to do this, is there anything for >> FreeBSD ? >> >> I am aware of man pages, webmin, and prefer if it will run independent of >> desktop used. > >I think you're actually looking for a rather obscure product by a >small software firm in WA. The system is called Windows NT. >-- >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 Sat Oct 23 3:29:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from charlie.orbitalnet.co.uk (charlie.orbitalnet.co.uk [62.232.18.119]) by hub.freebsd.org (Postfix) with ESMTP id 8E9F514CE3 for ; Sat, 23 Oct 1999 03:29:20 -0700 (PDT) (envelope-from darren@office.orbitalnet.co.uk) Received: from Darren (support-ash.orbitalnet.co.uk [62.232.18.69]) by charlie.orbitalnet.co.uk (8.8.8/8.8.7) with SMTP id LAA07879 for ; Sat, 23 Oct 1999 11:29:40 +0100 (BST) Message-ID: <023401bf1d40$1cfb31c0$4512e83e@ORBITALNET> From: "OrbitalNet Office" To: Subject: HP Colorado 8G Tape Drive Date: Sat, 23 Oct 1999 11:19:38 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have just install an 8G HP tape IDE drive. It id's as follows > wst0: Drive empty, reverse, eformat, qfa, ecc, 512b > wst0: Max speed=0Kb/s, Transfer limit=64 blocks, Buffer size=1024 blocks > sea0 not Could someone tell me what i have to do now?? I want to put the contents of /usr on the tape. Thanks Darren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 3:58:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from proteus.8eight8.net.ph (proteus.8eight8.net.ph [202.78.92.254]) by hub.freebsd.org (Postfix) with ESMTP id CA2A214D17; Sat, 23 Oct 1999 03:58:31 -0700 (PDT) (envelope-from deponz@proteus.8eight8.net.ph) Received: from [127.0.0.1] (HELO proteus.8eight8.net.ph) by proteus.8eight8.net.ph (CommuniGate Pro SMTP 3.1b6) with SMTP id 680010; Sat, 23 Oct 1999 19:14:11 +0800 From: Dennis Michael F.Ponseca & Reply-To: deponz@proteus.8eight8.net.ph To: Tom , Gong Wei Subject: Re: 3.3 Stable Performance Monitoring Date: Sat, 23 Oct 1999 19:12:35 +0800 X-Mailer: KMail [version 1.0.17] Content-Type: text/plain Cc: "'freebsd-questions@freebsd.org'" , "'freebsd-stable@freebsd.org'" References: MIME-Version: 1.0 Message-Id: <99102319141100.27206@proteus.8eight8.net.ph> Content-Transfer-Encoding: 8bit X-KMail-Mark: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG *This message was transferred with a trial version of CommuniGate(tm) Pro* On Sat, 23 Oct 1999, Tom wrote: Another way to the monitor system performance in conjunction to snmp is try to use the MRTG package, in the contrib directory u can find a lot of useful and working plugins that will monitor system performance. > *This message was transferred with a trial version of CommuniGate(tm) Pro* > On Sat, 23 Oct 1999, Gong Wei wrote: > > > We also have a few Solaris machines around. We've purchased a SNMP agent > > from Empire Technology (www.empiretech.com) which can report various system > > performance related parameters, like swap usage, system load, cpu > > utilization, number of open file descriptor, number of processes, etc. > > > > The bad news is that their product doesn't support FreeBSD, although it does > > support Linux. So we cannot use this tool to monitor the system > > performance. Instead, we need something else which can do roughly the same > > thing. > > > > Among so many parameters our immediate interests is the following: > > * CPU utilization, % used in Kernel space vs % used in user space > > * RAM utilization > > * SWAP utilization > > * Network bandwidth usage > > * number of file descriptors used > > > > As ususal, any hints/comments are more than welcomed. Please do mail a copy > > of your response to me directly. Thanks! > > The ucd-snmp package includes a snmp daemon (snmpd). That last time I > did a snmpwalk on it, it reported lots of stuff like you want. The funny > part, is that this server probably works on Solaris too, and doesn't cost > anything! > > BTW, I usually get the network bandwidth off the switch the server is > plugged into though. > > Tom > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 4:45:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tuan.cse.rmit.EDU.AU (tuan.cse.rmit.edu.au [131.170.118.1]) by hub.freebsd.org (Postfix) with ESMTP id 9EFAC14C12 for ; Sat, 23 Oct 1999 04:45:27 -0700 (PDT) (envelope-from s9708953@dropbear.cse.rmit.EDU.AU) Received: from dropbear.cse.rmit.EDU.AU (s9708953@dropbear.cse.rmit.edu.au [131.170.118.20]) by tuan.cse.rmit.EDU.AU (8.9.1a/8.9.1) with ESMTP id VAA17417 for ; Sat, 23 Oct 1999 21:45:28 +1000 (EST) Received: from localhost (s9708953@localhost) by dropbear.cse.rmit.EDU.AU (8.9.1a/8.9.1) with SMTP id VAA21505 for ; Sat, 23 Oct 1999 21:45:22 +1000 (EST) Date: Sat, 23 Oct 1999 21:45:22 +1000 (EST) From: Long Hoang Tran To: freebsd-questions@FreeBSD.ORG Subject: installation problem In-Reply-To: <000801bf1d47$70d739e0$16028aca@pavilion> 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've just started to install freeBSD 3.2 and having a bit of a problem with the installatin process. The installation of the kernel is successful however when it came to installing the applications a few problems occur. -an error message appears. "/mnt/usr:write failed: file system full" -another error message appears. "/mnt/var:write failed: file system full" -after a while the computer just idles, no hard disk nor CPU activity I was wondering if you could suggest a solution to this problem. My computer setup: Celeron 333MHz 64M ram intel i740 2 hard drive, 850M and 810M (tried installing on both but failed) Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 5:49:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from charlie.orbitalnet.co.uk (charlie.orbitalnet.co.uk [62.232.18.119]) by hub.freebsd.org (Postfix) with ESMTP id 8368E14C22 for ; Sat, 23 Oct 1999 05:49:18 -0700 (PDT) (envelope-from darren@office.orbitalnet.co.uk) Received: from Darren (support-ash.orbitalnet.co.uk [62.232.18.69]) by charlie.orbitalnet.co.uk (8.8.8/8.8.7) with SMTP id NAA08784 for ; Sat, 23 Oct 1999 13:49:38 +0100 (BST) Message-ID: <026901bf1d53$9a0b8300$4512e83e@ORBITALNET> From: "OrbitalNet Office" To: Subject: Tape Drive HP Colorado Date: Sat, 23 Oct 1999 13:39:08 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Please help, this is killing me :-( I have just install an 8G HP tape IDE drive. It id's as follows > wst0: Drive empty, reverse, eformat, qfa, ecc, 512b > wst0: Max speed=0Kb/s, Transfer limit=64 blocks, Buffer size=1024 blocks > sea0 not Could someone tell me what i have to do now?? I want to put the contents of /usr on the tape. There is no mention of wst0 in /dev ??? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 5:54: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from guarani.aserver.com.br (guarani.aserver.com.br [200.211.75.7]) by hub.freebsd.org (Postfix) with ESMTP id 0246614C22 for ; Sat, 23 Oct 1999 05:53:53 -0700 (PDT) (envelope-from applein@aserver.com.br) Received: from F637HYM20604.aserver.com.br (F637HYM20604 [200.211.75.3] (may be forged)) by guarani.aserver.com.br (8.9.1a/8.9.1) with SMTP id KAA28235 for ; Sat, 23 Oct 1999 10:04:26 -0200 Message-Id: <199910231204.KAA28235@guarani.aserver.com.br> From: "Flavio Alberto" To: Subject: How I assemble my COMPACT DISC Date: Sat, 23 Oct 1999 10:52:09 -0200 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How I assemble my COMPACT DISC to be able to hear musica in my FreeBSD? I am using versao 3.1 and when I try to assemble the compact disc to hear musica it me comes back the following message: cd9660: Error Input/output To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 6:22:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.whtz.com (m8.z100.com [209.73.193.8]) by hub.freebsd.org (Postfix) with SMTP id C74CF14CB1 for ; Sat, 23 Oct 1999 06:22:07 -0700 (PDT) (envelope-from courtney@whtz.com) Received: by mail.whtz.com(Lotus SMTP MTA v4.6.2 (693.3 8-11-1998)) id 85256813.0048AF22 ; Sat, 23 Oct 1999 09:13:54 -0400 X-Lotus-FromDomain: Z100 From: courtney@whtz.com To: greg@ausit.com Cc: freebsd-questions@freebsd.org Message-ID: <85256813.0048AE68.00@mail.whtz.com> Date: Sat, 23 Oct 1999 09:13:51 -0400 Subject: Re: Apache Question Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nope I can't see anything running....thats the problem.... Bernie Courtney To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 7: 6:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ausit.com (mail.ausit.com [203.41.163.235]) by hub.freebsd.org (Postfix) with ESMTP id 5FD0914BEA for ; Sat, 23 Oct 1999 07:06:19 -0700 (PDT) (envelope-from greg@ausit.com) Received: from wk1 (sun.ausit.com [203.41.163.240]) by mail.ausit.com (8.9.3/8.9.3) with ESMTP id AAA02006; Sun, 24 Oct 1999 00:06:10 +1000 Message-ID: <199910240006500794.02E87010@mail.ausit.com> In-Reply-To: <85256813.0048AE68.00@mail.whtz.com> References: <85256813.0048AE68.00@mail.whtz.com> X-Mailer: Calypso Version 3.00.03.02 (1) Date: Sun, 24 Oct 1999 00:06:50 +1000 From: "Greg W" To: courtney@whtz.com Cc: freebsd-questions@freebsd.org Subject: Re: Apache Question Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG as root /usr/local/sbin/apachectl start should start apache replace start with stop to stop, as far as getting it to fire up automatically on boot, I am not sure as am new to FreeBSD, I imagine it would be started out of rc.local I will let someone else elaborate on the process, if you install from a port, it should have laready placed the file in rc.d dir there can be name issues with starting apache as well, the box name need to resolve.................. *********** REPLY SEPARATOR *********** On 23/10/99 at 9:13 courtney@whtz.com wrote: >nope I can't see anything running....thats the problem.... > >Bernie Courtney To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 7:35:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mout1.01019freenet.de (mout1.01019freenet.de [62.104.201.3]) by hub.freebsd.org (Postfix) with ESMTP id 608DA14D69 for ; Sat, 23 Oct 1999 07:35:19 -0700 (PDT) (envelope-from sold@mero-13a.merowingia.uni-kl.de) Received: from [62.104.201.2] (helo=mx1.01019freenet.de) by mout1.01019freenet.de with esmtp (Exim 3.03 #1) id 11f2GL-0001Z1-00 for FreeBSD-Questions@freebsd.org; Sat, 23 Oct 1999 16:35:17 +0200 Received: from [212.81.237.133] (helo=mero-13a.merowingia.uni-kl.de) by mx1.01019freenet.de with esmtp (Exim 3.03 #1) id 11f2GK-00038s-00 for FreeBSD-Questions@FreeBSD.org; Sat, 23 Oct 1999 16:35:16 +0200 Received: (from sold@localhost) by mero-13a.merowingia.uni-kl.de (8.9.3/8.9.3) id QAA01263; Sat, 23 Oct 1999 16:34:28 +0200 (CEST) (envelope-from sold) Date: Sat, 23 Oct 1999 16:34:28 +0200 (CEST) Message-Id: <199910231434.QAA01263@mero-13a.merowingia.uni-kl.de> From: Christoph Sold To: FreeBSD-Questions@FreeBSD.org Subject: My /usr/local/etc/kdm.sh script does not work Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Folks, I sumbled across a problem I am not able to solve myself: I want to start kdm automatically at boot time. However, my solution does not work. Here are the pieces: sold@mero-13a[local/etc/rc.d]> ls -alF drwxr-xr-x 2 root wheel 512 Oct 23 16:27 ./ drwxr-xr-x 4 root wheel 1024 Oct 14 02:07 ../ -r-xr-x--x 1 root wheel 81 Aug 30 18:29 kdm.sh* sold@mero-13a[local/etc/rc.d]> cat kdm.sh #!/bin/sh if [ -x /usr/local/bin/kdm ] ; then #sleep for some time to give getty a chance to grab its ttys (echo -n " kdm"; sleep 12; kdm 2>&1 > /var/log/kdm.startup)& fi exit 0 sold@mero-13a[local/etc/rc.d]> uname -a FreeBSD mero-13a.merowingia.uni-kl.de 3.3-STABLE FreeBSD 3.3-STABLE #5: Sun Sep 26 09:41:55 CEST 1999 sold@mero-14a.merowingia.uni-kl.de:/usr/src/sys/compile/CHEASY-STABLE i386 When booting, this script does nothing after it has printed " kdm". When invoked from any root shell, it starts kdm just fine. Any ideas most welcome. -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 7:39:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.svr.pol.co.uk (mail2.svr.pol.co.uk [195.92.193.210]) by hub.freebsd.org (Postfix) with ESMTP id 8944B14CB1 for ; Sat, 23 Oct 1999 07:39:09 -0700 (PDT) (envelope-from jeanm@dupx.freeserve.co.uk) Received: from modem-12.name79.dialup.pol.co.uk ([62.136.199.12] helo=dupx.freeserve.co.uk) by mail2.svr.pol.co.uk with esmtp (Exim 2.12 #2) id 11f2K4-0005Wm-00 for FreeBSD-Questions@FreeBSD.ORG; Sat, 23 Oct 1999 15:39:09 +0100 Message-ID: <3811C877.CD82B14B@dupx.freeserve.co.uk> Date: Sat, 23 Oct 1999 15:38:48 +0100 From: Jean-Mark Dupoux X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: "FreeBSD-Questions@FreeBSD.ORG" Subject: boot floppies Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This may just be an oversight in the content of the manual, but there seems to be some ambiguity about installation from floppy disk / booting from floppy at install time from other media. 1. since release 2.2, booting at install time has not been possible from 1.2mb, (http://www.freebsd.org/releases/2.2R/install-media.html) but, 2. in the current installation instructions, as per http://www.freebsd.org/handbook/x778.html it is stated that 1.4mb or 1.2 mb floppies can be used to store and load the .bin files (although other methods are clearly preferable if available). This seems a little, although logically not impossible, since kern.flp and mfsroot.flp may still be required on 1.44mb disks, even if the .bin files are on 1.2mb disks. I cannot help but wonder if this is really what is meant. Also, since support for 1.2mb booting appears to have been dropped with release 2.2 primarily because of space limitations on a single 1.2 mb disk, but now release 3.3 requires more than a single 1.44mb disks in any case, is it feasible those contents could now be spanned over more 1.2mb disks ? is it merely a matter of decompressing the files and re-copying, or are there other over-riding technical considerations (apart from negative vibes of what is basically a regressive technological step)? Jean-Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 8: 8:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from androcles.com (androcles.com [204.57.240.10]) by hub.freebsd.org (Postfix) with ESMTP id DB11B14C99; Sat, 23 Oct 1999 08:08:36 -0700 (PDT) (envelope-from alex@androcles.com) Received: (from dhh@localhost) by androcles.com (8.9.3/8.9.3) id IAA93765; Sat, 23 Oct 1999 08:08:26 -0700 (PDT) Message-ID: 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: <762388C091FAD01180FF00A02462137801AC5BFD@exchange.nus.edu.sg> Date: Sat, 23 Oct 1999 08:08:26 -0700 (PDT) Reply-To: dhh@androcles.com From: "Duane H. Hesser" To: Gong Wei Subject: RE: 3.3 Stable Performance Monitoring Cc: "freebsd-stable@freebsd.org" , "freebsd-questions@freebsd.org" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Big Brother? home: http://maclawran.ca/bb-dnld/index.html demo: http://maclawran.ca/bb-dnld/new-demo.html -------------- Duane H. Hesser dhh@androcles.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 8:32:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id 60AFB14BFC for ; Sat, 23 Oct 1999 08:32:39 -0700 (PDT) (envelope-from rposey@nwlink.com) Received: from rposey (ip248.r4.d.bel.nwlink.com [207.202.172.248]) by smtp.nwlink.com (8.9.3/8.9.3) with SMTP id IAA27756 for ; Sat, 23 Oct 1999 08:32:38 -0700 (PDT) Message-ID: <000501bf1d6c$81b8ab20$f8accacf@rposey> From: "Robert Posey" To: Subject: Log in question Date: Sat, 23 Oct 1999 08:37:24 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Why is there an 8 character limitation in the logging in procedure? The BSDI version allows for 128 characters when logging in? Is there any way the change the length of the number of log in characters? Thanks in advance! Rob rposey@nwlink.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 8:38:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from thor.oss.uswest.net (thor.oss.uswest.net [204.147.85.85]) by hub.freebsd.org (Postfix) with ESMTP id C403F14BFC for ; Sat, 23 Oct 1999 08:38:18 -0700 (PDT) (envelope-from bryana@thor.oss.uswest.net) Received: (from bryana@localhost) by thor.oss.uswest.net (8.9.3/8.8.8) id KAA69511; Sat, 23 Oct 1999 10:38:02 -0500 (CDT) (envelope-from bryana) Date: Sat, 23 Oct 1999 10:38:02 -0500 From: Bryan Albright To: The Hermit Hacker Cc: Mike Tancsa , Gong Wei , freebsd-questions@FreeBSD.ORG Subject: Re: 3.3 Stable Performance Monitoring Message-ID: <19991023103802.A69467@thor.oss.uswest.net> References: <4.1.19991022224849.0395ee40@granite.sentex.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ---On 10/23/99 at 12:56, someone may or may not have written 1.6K bytes--- > On Fri, 22 Oct 1999, Mike Tancsa wrote: > Being quite interested in this as well, went to search the archives and > for something that's been "asked and answered before", am having a fun > time trying to find it :) > > One thing I'm interested in doing is monitoring something that I'd figure > would be simple: loadavg. But, snmpwalk on my machine (ucd-snmp 4.0.1 > isntalled) reveals very little information other then those that appear to > deal with the network, where there is oddles of info ... > > I'm lookign through the ucd-snmp web site right now, adn the EXAMPLES.conf > file that comes with the distribution, but would think stuff like: > > % swap usage > % cpu usage > loadavg Well, for the load average, you could use sysctl -n vm.loadavg to get the information: > sysctl -n vm.loadavg { 0.15 0.06 0.02 } I'm not sure how helpful this would be however, I've not used snmp yet. Bryan -- +---------------------------+--------------------------+ | Bryan Albright | bryana@uswest.net | +---------------------------+--------------------------+ | Plumber's sign: "We repair what your husband Fixed." | +------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 8:44:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from moon.mteege.de (ppps-nb03.MVnet.de [194.25.108.153]) by hub.freebsd.org (Postfix) with ESMTP id 0798614BCF for ; Sat, 23 Oct 1999 08:44:12 -0700 (PDT) (envelope-from matthias@mteege.de) Received: (from matthias@localhost) by moon.mteege.de (8.8.8/8.8.8) id PAA28886; Sat, 23 Oct 1999 15:12:16 +0200 (MET DST) (envelope-from matthias) Date: Sat, 23 Oct 1999 15:12:16 +0200 From: Matthias Teege To: Langa Kentane Cc: linux-admin@vger.rutgers.edu, freebsd-questions@FreeBSD.ORG Subject: Re: Minivend vs Opencart Message-ID: <19991023151216.A28744@moon.mteege.de> References: <3810BABE.CEDDCEF1@earthling.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <3810BABE.CEDDCEF1@earthling.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Oct 22, 1999 at 09:27:58PM +0200, Langa Kentane wrote: > Hi > Not trying to start a flame war or anything like that. I just want to > really good advice on which of the two online shopping packages is best. > > Can you give me info on ease of configuration and configurability and > which of the two is more powerfull and which is more supported and has > some good front end available. > > I have just tried miniven and found it to be a night mare. But maybe > it's because I am new to the whole thing. I don't wanna go and try > opencart if it is no better. but this is the best way to find out wat is the best package (for you) :-) Matthias -- Matthias Teege -- matthias@mteege.de -- http://emugs.de make world not war PGP-Key auf Anfrage To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 8:44:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from thor.oss.uswest.net (thor.oss.uswest.net [204.147.85.85]) by hub.freebsd.org (Postfix) with ESMTP id 6995814BC2 for ; Sat, 23 Oct 1999 08:44:54 -0700 (PDT) (envelope-from bryana@thor.oss.uswest.net) Received: (from bryana@localhost) by thor.oss.uswest.net (8.9.3/8.8.8) id KAA69584; Sat, 23 Oct 1999 10:46:21 -0500 (CDT) (envelope-from bryana) Date: Sat, 23 Oct 1999 10:46:21 -0500 From: Bryan Albright To: courtney@whtz.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Apache Question Message-ID: <19991023104621.B69467@thor.oss.uswest.net> References: <85256813.001BAEAB.00@mail.whtz.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <85256813.001BAEAB.00@mail.whtz.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ---On 10/23/99 at 01:02, someone may or may not have written 0.5K bytes--- > > > OK...I have a freebsd box running 3.2 and I want to add the Apache WWW > server to it. I did a /stand/sysinstall and downloaded the apache server, > then went into /usr/ports/www/apache12 and did a "make" but now what the > heck do I have to do to get this thing working??? Okay, first thing is to do a "make install". That will install all of the required files and libraries in the correct locations. Then, try to do a "/usr/local/sbin/apachectl start". You should get a message similar to "/usr/local/sbin/apachectl start: httpd started" If not, look in your /usr/local/etc/apache directory and make sure you have the apache.conf, httpd.conf and srm.conf files, not just the default ones. (for a quick and dirty startup, you could just cp the default files to the original .conf names, but I would not recommend this. It is better to cp the default files, then modify the conf files to match your needs and security concerns.) Then try the "apachectl start" command, and all should be happy. Hope this helps and makes sense (its been a while since I've installed apache on my server), Bryan -- +---------------------------+--------------------------+ | Bryan Albright | bryana@uswest.net | +---------------------------+--------------------------+ | Plumber's sign: "We repair what your husband Fixed." | +------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 8:59:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mout1.01019freenet.de (mout1.01019freenet.de [62.104.201.3]) by hub.freebsd.org (Postfix) with ESMTP id 2EF4114D5C for ; Sat, 23 Oct 1999 08:59:42 -0700 (PDT) (envelope-from sold@mero-13a.merowingia.uni-kl.de) Received: from [62.104.201.6] (helo=mx0.01019freenet.de) by mout1.01019freenet.de with esmtp (Exim 3.03 #1) id 11f3a1-0003Ga-00; Sat, 23 Oct 1999 17:59:41 +0200 Received: from [212.81.237.133] (helo=mero-13a.merowingia.uni-kl.de) by mx0.01019freenet.de with esmtp (Exim 3.03 #1) id 11f3Zz-0008OS-00; Sat, 23 Oct 1999 17:59:40 +0200 Received: (from sold@localhost) by mero-13a.merowingia.uni-kl.de (8.9.3/8.9.3) id RAA05636; Sat, 23 Oct 1999 17:58:51 +0200 (CEST) (envelope-from sold) From: Christoph Sold Message-ID: <14353.56120.644027.166461@mero-13a.merowingia.uni-kl.de> Date: Sat, 23 Oct 1999 17:58:48 +0200 (CEST) To: Kent Boortz Cc: FreeBSD-Questions@FreeBSD.org Subject: Sound applications for FreeBSD? In-Reply-To: <83181237@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 6) "Big Bend" XEmacs Lucid Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kent Boortz writes: > I have some old casettes with live music and want to transfer it to > audio CD and to MP3 files. > > What free FreeBSD applications are you using to > > [snip] > convert to MP3 files? Bladeenc. Slow, but does neither crash nor produce artifacts in it's output. It's in the ports. -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 9: 5:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.ixa.net (ns.ixa.net [199.242.16.12]) by hub.freebsd.org (Postfix) with ESMTP id 2974514D5C for ; Sat, 23 Oct 1999 09:05:00 -0700 (PDT) (envelope-from blake@pyramus.com) Received: from phil.pyramus.com ([206.129.206.2]) by ns.ixa.net (8.8.7/8.8.5) with ESMTP id JAA26446 for ; Sat, 23 Oct 1999 09:04:55 -0700 (PDT) Received: from dark_star (dark-star.pyramus.com [206.129.206.6]) by phil.pyramus.com (8.8.3/8.6.12) with SMTP id RAA13267; Sat, 23 Oct 1999 17:14:47 -0700 (PDT) Date: Sat, 23 Oct 1999 17:14:47 -0700 (PDT) Message-Id: <3.0.16.19991023091357.1f5708ce@pyramus.com> X-Sender: blake@pyramus.com X-Mailer: Windows Eudora Pro Version 3.0 (16) To: "Greg W" From: Blake Swensen Subject: Re: user management Cc: 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 Take a look at webmin (http://www.webmin.com/) You will like this bad-boy! Peace, Blake At 02:32 PM 10/23/99 +1000, Greg W wrote: >Hi all > >is there a GUI for user management ? the default one from a console lets >you add, but no remove :-( , would like something that would run under any >desktop, or even a good script may do > >sorry, i am a bit lost with BSD > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 9:22: 0 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 55C2914BF9 for ; Sat, 23 Oct 1999 09:21:45 -0700 (PDT) (envelope-from papalia@UDel.Edu) Received: from morgaine.avalon.com (host75-157.student.udel.edu [128.175.75.157]) by copland.udel.edu (8.9.3/8.9.3) with SMTP id MAA23171; Sat, 23 Oct 1999 12:22:02 -0400 (EDT) Message-Id: <4.1.19991023122052.0094ee90@unix01.voicenet.com> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Sat, 23 Oct 1999 12:22:10 -0400 To: "OrbitalNet Office" , From: John Subject: Re: Tape Drive HP Colorado In-Reply-To: <026901bf1d53$9a0b8300$4512e83e@ORBITALNET> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You need to provide a little more information on what you've done already. Did you just plug in the drive and power it up? Did you go into /dev and ./MAKEDEV wst0 ? Did you add the device to your kernel and recompile and reboot? What have you done so far? --John >Hi >Please help, this is killing me :-( > >I have just install an 8G HP tape IDE drive. It id's as follows > >> wst0: Drive empty, reverse, eformat, qfa, ecc, 512b >> wst0: Max speed=0Kb/s, Transfer limit=64 blocks, Buffer size=1024 blocks >> sea0 not > >Could someone tell me what i have to do now?? I want to put the contents of >/usr on the tape. > >There is no mention of wst0 in /dev ??? > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 9:33:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from thelab.hub.org (nat198.58.mpoweredpc.net [142.177.198.58]) by hub.freebsd.org (Postfix) with ESMTP id F005614C36 for ; Sat, 23 Oct 1999 09:32:57 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id NAA96399; Sat, 23 Oct 1999 13:32:22 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Sat, 23 Oct 1999 13:32:17 -0300 (ADT) From: The Hermit Hacker To: Bryan Albright Cc: Mike Tancsa , Gong Wei , freebsd-questions@FreeBSD.ORG Subject: Re: 3.3 Stable Performance Monitoring In-Reply-To: <19991023103802.A69467@thor.oss.uswest.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 Actually, based on this, I went back into EXAMPLES.conf to see if I could incorporate this...I obviously hadn't read far enough in the file, as there is a section in there that goes like: ############################################################################### # load average checks # # load [1MAX=12.0] [5MAX=12.0] [15MAX=12.0] # # 1MAX: If the 1 minute load average is above this limit at query # time, the errorFlag will be set. # 5MAX: Similar, but for 5 min average. # 15MAX: Similar, but for 15 min average. # Check for loads: load 12 14 14 # % snmpwalk -v 1 localhost public .1.3.6.1.4.1.2021.10 # enterprises.ucdavis.loadTable.laEntry.loadaveIndex.1 = 1 # enterprises.ucdavis.loadTable.laEntry.loadaveIndex.2 = 2 # enterprises.ucdavis.loadTable.laEntry.loadaveIndex.3 = 3 # enterprises.ucdavis.loadTable.laEntry.loadaveNames.1 = "Load-1" # enterprises.ucdavis.loadTable.laEntry.loadaveNames.2 = "Load-5" # enterprises.ucdavis.loadTable.laEntry.loadaveNames.3 = "Load-15" # enterprises.ucdavis.loadTable.laEntry.loadaveLoad.1 = "0.49" Hex: 30 2E 34 39 # enterprises.ucdavis.loadTable.laEntry.loadaveLoad.2 = "0.31" Hex: 30 2E 33 31 # enterprises.ucdavis.loadTable.laEntry.loadaveLoad.3 = "0.26" Hex: 30 2E 32 36 # enterprises.ucdavis.loadTable.laEntry.loadaveConfig.1 = "12.00" # enterprises.ucdavis.loadTable.laEntry.loadaveConfig.2 = "14.00" # enterprises.ucdavis.loadTable.laEntry.loadaveConfig.3 = "14.00" # enterprises.ucdavis.loadTable.laEntry.loadaveErrorFlag.1 = 0 # enterprises.ucdavis.loadTable.laEntry.loadaveErrorFlag.2 = 0 # enterprises.ucdavis.loadTable.laEntry.loadaveErrorFlag.3 = 0 # enterprises.ucdavis.loadTable.laEntry.loadaveErrMessage.1 = "" # enterprises.ucdavis.loadTable.laEntry.loadaveErrMessage.2 = "" # enterprises.ucdavis.loadTable.laEntry.loadaveErrMessage.3 = "" # ----------------------------------------------------------------------------- That works... thanks for the reminder about sysctl though, am going to look through its output and see what I can pull out of it... On Sat, 23 Oct 1999, Bryan Albright wrote: > ---On 10/23/99 at 12:56, someone may or may not have written 1.6K bytes--- > > On Fri, 22 Oct 1999, Mike Tancsa wrote: > > Being quite interested in this as well, went to search the archives and > > for something that's been "asked and answered before", am having a fun > > time trying to find it :) > > > > One thing I'm interested in doing is monitoring something that I'd figure > > would be simple: loadavg. But, snmpwalk on my machine (ucd-snmp 4.0.1 > > isntalled) reveals very little information other then those that appear to > > deal with the network, where there is oddles of info ... > > > > I'm lookign through the ucd-snmp web site right now, adn the EXAMPLES.conf > > file that comes with the distribution, but would think stuff like: > > > > % swap usage > > % cpu usage > > loadavg > > Well, for the load average, you could use sysctl -n vm.loadavg to get > the information: > > > sysctl -n vm.loadavg > { 0.15 0.06 0.02 } > > > I'm not sure how helpful this would be however, I've not used snmp yet. > > Bryan > -- > +---------------------------+--------------------------+ > | Bryan Albright | bryana@uswest.net | > +---------------------------+--------------------------+ > | Plumber's sign: "We repair what your husband Fixed." | > +------------------------------------------------------+ > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 9:54:23 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 5681E14C25 for ; Sat, 23 Oct 1999 09:54:06 -0700 (PDT) (envelope-from papalia@UDel.Edu) Received: from morgaine.avalon.com (host75-157.student.udel.edu [128.175.75.157]) by copland.udel.edu (8.9.3/8.9.3) with SMTP id MAA12558 for ; Sat, 23 Oct 1999 12:54:31 -0400 (EDT) Message-Id: <4.1.19991023124809.0094c410@unix01.voicenet.com> X-Sender: jpapalia@unix01.voicenet.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Sat, 23 Oct 1999 12:54:41 -0400 To: freebsd-questions@freebsd.org From: John Subject: ldconfig & elf Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 'Morning all... I'm having what I think to be a problem with ldconfig. Checked the archives, didn't spot anything useful. I apologize in advance if this is a FAQ. Running 3.3, and everythings seems to be purring ok, except for the occassional call to an elf library. I thought I understood the command, somebody correct me if i'm off: I tried to run ldconfig -elf. Nothing. ldconfig -v -elf = nothing ldconfig -v -m -elf = nothing ldconfig -v -R -elf = nothing ldconfig -v -m = nothing Previously if i ran ldconfig -v -r -elf, I'd be shown what was in essence and empty file. Now if I run ldconfig -v -r -elf, I get a Bad system call (core dumped). Not sure what I did... Any thoughts would be MUCH appreciated. Thanks, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 10: 8: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from alpha.mynet.dhs.org (cr612197-a.wlfdle1.on.wave.home.com [24.112.74.34]) by hub.freebsd.org (Postfix) with ESMTP id BDE1614BF4; Sat, 23 Oct 1999 10:07:50 -0700 (PDT) (envelope-from cybermac@tuna.egate.net) Received: from localhost (cybermac@localhost) by alpha.mynet.dhs.org (8.9.2/8.9.3) with ESMTP id NAA06832; Sat, 23 Oct 1999 13:14:01 -0400 (EDT) Date: Sat, 23 Oct 1999 13:14:01 -0400 (EDT) From: CyberMac X-Sender: cybermac@alpha.mynet.dhs.org To: freebsd-scsi@freebsd.org Cc: freebsd-questions@freebsd.org Subject: DPT SmartRAID V ready yet? 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 noticed that FreeBSD has support for DPT SmartRAID III and IV, and is still in the process of making SmartRAID V + I2O drivers available for this great OS. However, is there any other way to make SmartRAID V working under FreeBSD 3.3-Release (e.g. use the current available Linux driver etc..)? If there is, can someone please give me some hints or URLs for such workaround? I'm keeping my fingers crossed... Great thanks! Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 10:10:36 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 AFC1C14C35 for ; Sat, 23 Oct 1999 10:10:18 -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 NAA37967; Sat, 23 Oct 1999 13:13:33 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910231713.NAA37967@cc942873-a.ewndsr1.nj.home.com> Subject: Re: FreeBSD 3.3-RELEASE passwd issue In-Reply-To: from Vincent Poy at "Oct 22, 1999 11:27:20 pm" To: vince@venus.GAIANET.NET (Vincent Poy) Date: Sat, 23 Oct 1999 13:13:32 -0400 (EDT) Cc: cjclark@home.com, 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 Vincent Poy wrote, > On Sat, 23 Oct 1999, Crist J. Clark wrote: > > > Vincent Poy wrote, > > [snip] > > > > > > Seems for some reason, unless I go into vipw and delete the entire > > > password, the passwd program will just write MD5 instead of DES since it > > > had the $ before it. > > > > Oh, yeah. That's a know "gotcha." Once you set the password to one > > format, the only way to change it is to go in manually with vipw. > > > > But to the original problem, those 13 character passwords you said you > > originally had, the DES ones, should work fine. > > Yeah, thanks for fixing the mixup.... But what's the maximum > characters allowed for MD5 and DES for passwords? I believe the maximum number of characters you can type in is 128. However, for DES I know only the first 8 characters are significant. From a _really_ quick look at crypt_md5() source, it looks like it uses 16. Is that right? I am sure MD5 uses more. -- 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 Sat Oct 23 10:30: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.structured.net (mail.structured.net [206.58.0.25]) by hub.freebsd.org (Postfix) with ESMTP id 9E99A14C3E for ; Sat, 23 Oct 1999 10:29:41 -0700 (PDT) (envelope-from beowulf@structured.net) Received: from pickwick.sns-access.com (pickwick.sns-access.com [206.58.0.33]) by mail.structured.net (8.8.8/8.8.8) with ESMTP id KAA05759 for ; Sat, 23 Oct 1999 10:29:38 -0700 (PDT) From: Chad Monteith Received: (from beowulf@localhost) by pickwick.sns-access.com (8.8.5/8.8.3) id KAA18034 for freebsd-questions@freebsd.org; Sat, 23 Oct 1999 10:29:37 -0700 (PDT) Date: Sat, 23 Oct 1999 10:29:37 -0700 (PDT) Message-Id: <199910231729.KAA18034@pickwick.sns-access.com> To: freebsd-questions@freebsd.org Subject: Intel 82559 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I couldnt find in the release notes or on the web page if 3.3 supports the Intell 82559 chipset. Does anybody know? Chad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 11: 2:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.AFFI.NET (mail.affi.net [209.154.182.123]) by hub.freebsd.org (Postfix) with SMTP id 4590F14DB8 for ; Sat, 23 Oct 1999 11:02:42 -0700 (PDT) (envelope-from unknown) Received: from Moscow11-P13.rosprint.net by mail.AFFI.NET (Lotus SMTP MTA v1.1 (385.6 5-6-1997)) with SMTP id 85256813.0063E8EF­„; Sat, 23 Oct 1999 14:11:18 -0400 Date: Sat, 23 Oct 1999 22:02:12 +0400 From: debian X-Mailer: The Bat! (v1.35) UNREG / CD5BF9353B3B7091 Reply-To: X-Priority: 3 (Normal) Message-ID: <4918.991023@> To: freebsd-questions@FreeBSD.ORG Subject: Read this pease. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello freebsd-questions, Hi, I'm realy need your help. I've instelled FreeBSD v. 3.2 and all Requires: packages for Kde 1.1.2 Requires: Mesa-3.0, XFree86-3.3.5, gettext-0.10.35, giflib-4.1.0, jpeg-6b, kdebase-1.1.2, kdegames-1.1.2, kdegraphics-1.1.2, kdelibs-1.1.2, kdemultimedia-1.1.2, kdenetwork-1.1.2, kdesupport-1.1.2, kdeutils-1.1.2, png-1.0.3, qt-1.42, tiff-3.5.1, uulib-0.5.13, xpm-3.4k and afet it, wile trying to run kde I saw the next: ld-elf.so.1 can't find shared object libstdc++.so.3 After that I have found this library as the separate file and have put in /usr/lib/ and have seen the other error.... So? What lib package should I install?? Please, Help me. My e-mail: debian@mail.ru Best regards, debian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 11:15:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pop1.tm.net.my (pop.tm.net.my [202.188.95.1]) by hub.freebsd.org (Postfix) with ESMTP id 9B0DA15108 for ; Sat, 23 Oct 1999 11:15:31 -0700 (PDT) (envelope-from entan@tm.net.my) Received: from default ([202.188.184.23]) by pop1.tm.net.my (InterMail v03.02.05 118 121 101) with SMTP id <19991023181529.DEEU8847@default> for ; Sun, 24 Oct 1999 02:15:29 +0800 Message-Id: <3.0.6.32.19991024015015.007a6d20@pop.tm.net.my> X-Sender: entan@pop.tm.net.my X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Sun, 24 Oct 1999 01:50:15 -0300 To: freebsd-questions@FreeBSD.ORG From: Goh Chin Eng Subject: Re: Hi ! Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there!Would you wanna give me some advise on this? Thanks! Wrf Inc. trades in dynamic environment where it is essential that information is presented quickly and clearly to its staff. The information can come from the company's database or from other staff members. Significant processing of the information is also required on each individual's personal computer (PC) before effective decision can be made. Wrf Inc. intends to upgrade its computer system to improve speed and clarity of information. Each member of staff will have a PC linked to a local area network (LAN). Each PC will run on Windows 3.1 and a word-processor and a spreadsheet on its local hard disk. The network will be used for centralised back-up, access to a central database and storage of data files. The LAN will also be used for communication within the office by E-mail. The Systems analyst in charge of the project thinks that users will require 386 processor running at 20 megahertz with two megabytes of RAM. The network will incoporate a central server file server and run at a low baud rate. he is pleased that the system will cost only about $6000 per user. The system analyst is on fixed-term contract, which terminates when the system installation is complete. Users have broadly welcomed the move,although they have not been formally told about the systems change. The requistioning departments of WRF Inf.has now questioned the order for the computer hardware and software because of the lack of authorisation from the board. Tasks : You are required to write a report ( of about 15000 to 2000 words long ) to the Board, briefly explaining the system development life cycle (SDCL), and explaining why it is prefered to the situation outlined above as a means of providing a systems changeover for WRF Inc. In assesing this piece of assignment, marks will be allocated for the application of knowledge to the case situation and the skills in communication, analysis, evalution and creativity. ** Duration : 2 weeks Rgds, chin eng To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 11:30:19 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 1346214D03 for ; Sat, 23 Oct 1999 11:30:15 -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 OAA38186; Sat, 23 Oct 1999 14:33:35 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910231833.OAA38186@cc942873-a.ewndsr1.nj.home.com> Subject: Re: ldconfig & elf In-Reply-To: <4.1.19991023124809.0094c410@unix01.voicenet.com> from John at "Oct 23, 1999 12:54:41 pm" To: papalia@UDel.Edu (John) Date: Sat, 23 Oct 1999 14:33:35 -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 John wrote, > 'Morning all... > > I'm having what I think to be a problem with ldconfig. Checked the > archives, didn't spot anything useful. I apologize in advance if this is a > FAQ. > > Running 3.3, and everythings seems to be purring ok, except for the > occassional call to an elf library. I thought I understood the command, > somebody correct me if i'm off: Not sure if you do. > I tried to run ldconfig -elf. Nothing. This is correct behavior. You probably just reset the /var/run/ld-elf.so.hints file to nil as well. > ldconfig -v -elf = nothing That's correct. You are pretty much telling it to do nothing here. > ldconfig -v -m -elf = nothing Correct. > ldconfig -v -R -elf = nothing Correct. > ldconfig -v -m = nothing Correct. > Previously if i ran ldconfig -v -r -elf, I'd be shown what was in essence > and empty file. Now if I run ldconfig -v -r -elf, I get a Bad system call > (core dumped). Not sure what I did... This, however, is NOT correct. I am not sure why it would be core dumping. Before you try anthing else, why don't you rebuild your hints file, # ldconfig -elf /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib # ldconfig -r -elf -- 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 Sat Oct 23 11:45: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gvinpin.grad.kiev.ua (KievglavArhit-UTC.ukrtel.net [195.5.25.54]) by hub.freebsd.org (Postfix) with ESMTP id 5C27E14C2C for ; Sat, 23 Oct 1999 11:44:59 -0700 (PDT) (envelope-from rssh@gvinpin.grad.kiev.ua) Received: (from rssh@localhost) by gvinpin.grad.kiev.ua (8.8.7/8.8.7) id VAA27460; Sat, 23 Oct 1999 21:44:51 +0300 Date: Sat, 23 Oct 1999 21:44:51 +0300 From: rssh@gvinpin.grad.kiev.ua Message-Id: <199910231844.VAA27460@gvinpin.grad.kiev.ua> To: dhummel@ppgweb.com, questions@FreeBSD.ORG Subject: Re: Oracle DBD (or how to connect to Oracle Database) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We use for this purpose home-developed CORBA Qury Service and Apache module To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 11:50:21 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 7275314C33 for ; Sat, 23 Oct 1999 11:50:18 -0700 (PDT) (envelope-from e-masson@kisoft-services.com) Received: from kisoft-services.com (Nantes6.francenet.net [193.149.110.70]) by logatome.micronet.fr (8.8.8/8.8.8) with ESMTP id UAA22606; Sat, 23 Oct 1999 20:49:51 +0200 (CEST) Message-ID: <38120262.6BF5BA76@kisoft-services.com> Date: Sat, 23 Oct 1999 20:45:55 +0200 From: Eric MASSON Organization: Kisoft Services X-Mailer: Mozilla 4.6 [fr] (WinNT; I) X-Accept-Language: fr MIME-Version: 1.0 To: Flavio Alberto Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: How I assemble my COMPACT DISC References: <199910231204.KAA28235@guarani.aserver.com.br> 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, There's no way to try mounting a Audio CD on FBSD filesystem. You need a CD audio player, look in the ports collection /usr/ports/audio/, make your choice, install on your box (make install in the directory of chosen player) and enjoy. Regards Eric Flavio Alberto a écrit : > > How I assemble my COMPACT DISC to be able to hear musica in my FreeBSD? I am > using versao 3.1 and when I try to assemble the compact disc to > hear musica it me > comes back the following message: > cd9660: Error Input/output > > 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 Sat Oct 23 11:52:18 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 BDDB414DD0 for ; Sat, 23 Oct 1999 11:52:16 -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 OAA38255; Sat, 23 Oct 1999 14:53:46 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910231853.OAA38255@cc942873-a.ewndsr1.nj.home.com> Subject: Re: TIme Zone? In-Reply-To: <19991023012146.N22368@cpl.net> from Shawn Ramsey at "Oct 23, 1999 01:21:46 am" To: shawn@cpl.net (Shawn Ramsey) Date: Sat, 23 Oct 1999 14:53:46 -0400 (EDT) Cc: mark@dogma.freebsd-uk.eu.org (Mark Ovens), shawn@megadeth.org (Shawn Ramsey), jwg@netbox.com (Jeff Gray), 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 Shawn Ramsey wrote, > > Subject: Re: TIme Zone? > > From: Shawn Ramsey > > Date: Sun, 22 Aug 1999 18:41:11 -0700 > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > To: Jeff Gray > > Cc: Shawn Ramsey , questions@freebsd.org > > > > Hmm, didn't work *that* well ;-) > > Umm, I posted that from my Windowz box. The date was set to August to get > SecureCRT to run. (expired demo, not very smart as you can set the date back > after it expires. :) ) I would not brag about violating license agreements on a very public list. -- 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 Sat Oct 23 11:58:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mta3.snfc21.pbi.net (mta3.snfc21.pbi.net [206.13.28.141]) by hub.freebsd.org (Postfix) with ESMTP id 1705D14DEE for ; Sat, 23 Oct 1999 11:58:23 -0700 (PDT) (envelope-from madscientist@thegrid.net) Received: from remus ([63.193.246.169]) by mta3.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.1999.09.16.21.57.p8) with SMTP id <0FK200KVKKOP84@mta3.snfc21.pbi.net> for freebsd-questions@freebsd.org; Sat, 23 Oct 1999 11:58:01 -0700 (PDT) Date: Sat, 23 Oct 1999 11:56:20 -0700 From: The Mad Scientist Subject: AHA-1510 support X-Sender: i289861@mail.thegrid.net To: freebsd-questions@freebsd.org Message-id: <4.1.19991023115318.00957310@mail.thegrid.net> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Content-type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG All, I see in the handbook that Adaptec AHA-1510 controllers are no longer supported in the new CAM SCSI system. Does anyone know when they will be supported again in the latest release? TIA, -Dean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 12: 5:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nwcst293.netaddress.usa.net (nwcst293.netaddress.usa.net [204.68.23.38]) by hub.freebsd.org (Postfix) with SMTP id F0F1714C2C for ; Sat, 23 Oct 1999 12:05:15 -0700 (PDT) (envelope-from kha0s@usa.net) Received: (qmail 19529 invoked by uid 60001); 23 Oct 1999 19:07:01 -0000 Message-ID: <19991023190701.19526.qmail@nwcst293.netaddress.usa.net> Received: from 204.68.23.38 by nwcst293 for [195.230.150.89] via web-mailer(M3.3.1.96) on Sat Oct 23 19:07:01 GMT 1999 Date: 23 Oct 99 22:07:01 LST DST From: VICTOR KAKHNYCH To: freebsd-questions@FreeBSD.ORG Subject: MRTG statistic from dial-up _lines_ ( a-la cisco async's) X-Mailer: USANET web-mailer (M3.3.1.96) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I want get MRTG statistic from dial-up lines (async ports: cuaa0, cuaa1, ... - not from ppp0, ppp1,... interfaces). Maybe somebody know how to do something like this: ppp0 =3D cuaa0, ppp1 =3D cuaa1,... for dial-up lines? /kha0s ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=3D= 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 12:20:41 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 52E1B14BE5 for ; Sat, 23 Oct 1999 12:20:37 -0700 (PDT) (envelope-from e-masson@kisoft-services.com) Received: from kisoft-services.com (Nantes6.francenet.net [193.149.110.70]) by logatome.micronet.fr (8.8.8/8.8.8) with ESMTP id VAA25154 for ; Sat, 23 Oct 1999 21:20:35 +0200 (CEST) Message-ID: <38120AAC.80937122@kisoft-services.com> Date: Sat, 23 Oct 1999 21:21:16 +0200 From: Eric MASSON Organization: Kisoft Services X-Mailer: Mozilla 4.6 [fr] (WinNT; I) X-Accept-Language: fr MIME-Version: 1.0 To: FreeBSD Questions Subject: libglade Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Maybe it's not the appropriate list, (In that case, i apologize). Does anyone knows if libglade is a part of Gnome or if it exists without all the Gnome stuff (i really have no interest in) Thanks for answers Eric -- 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 Sat Oct 23 12:48:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.neta.com (nfs.neta.com [206.124.164.2]) by hub.freebsd.org (Postfix) with SMTP id 3989914A07 for ; Sat, 23 Oct 1999 12:48:55 -0700 (PDT) (envelope-from david@cql.com) Received: (qmail 26678 invoked from network); 23 Oct 1999 19:48:55 -0000 Received: from david.cql.com (HELO david) (208.194.82.231) by nfs.neta.com with SMTP; 23 Oct 1999 19:48:55 -0000 From: "David Kurtzberg" To: Subject: problem... Date: Sat, 23 Oct 1999 12:40:01 -0700 Message-ID: <000201bf1d8e$655516e0$e752c2d0@david.cql.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to do an ftp install of freebsd on my laptop, using the 3.3 poa bootdisks. I boot the disks, go through the kernel configuration, and get into the installation program. It recognizes my pcmcia network card (which is a 3com etherlink 3 3C589C), and I configure everything in the network configuration screen. I pick my host site, but it wont conect. so, How do I get it to connect? ***Things ive tried -Read faq, both my cardbus and card are supported, picked cardbus from teh menu disallowing irqs 1-9, no luck -got the exact address(for pcic0), put it in the cli mode kernel configuration, didnt work so, anyone have any ideas? thanks -Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 13: 5:46 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 D778514C40 for ; Sat, 23 Oct 1999 13:05:44 -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 NAA68251; Sat, 23 Oct 1999 13:05:42 -0700 (PDT) (envelope-from Doug@gorean.org) Message-ID: <38121515.738FF778@gorean.org> Date: Sat, 23 Oct 1999 13:05:41 -0700 From: Doug Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: Neo71484@aol.com Cc: freebsd-questions@freebsd.org Subject: Re: Questions References: <0.c38bff2f.2542af33@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 Neo71484@aol.com wrote: > > Dear free-bsd-questions, > > My name is Derrick and we have just bought a shell from inetking and we > have no idea how in the world to use it.. and I was wondering if you can send > me some help on the meaning of some terms and a list of commands... we are > using it to set up a network for IRC thanks There is a lot of information available on the web, usenet and in books about how to "use a shell account." There is no way anyone can give you an intelligent answer in one e-mail. Also, running an IRC server requires a lot of unix system administration experience. I suggest that perhaps you should set your sights a little lower first. Good luck, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 13:11:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wireless.net (wireless.net [207.137.156.159]) by hub.freebsd.org (Postfix) with ESMTP id 201F614C25 for ; Sat, 23 Oct 1999 13:11:29 -0700 (PDT) (envelope-from dbutter@wireless.net) Received: from db.wireless.net (db.wireless.net [209.75.70.101]) by wireless.net (8.8.7/8.8.4) with ESMTP id NAA15204 for ; Sat, 23 Oct 1999 13:13:09 -0700 (PDT) Received: from wireless.net (dbm.wireless.net [192.168.0.2]) by db.wireless.net (8.9.3/8.9.3) with ESMTP id NAA05459 for ; Sat, 23 Oct 1999 13:05:08 -0700 (PDT) (envelope-from dbutter@wireless.net) Message-ID: <38121787.B7E0B3AD@wireless.net> Date: Sat, 23 Oct 1999 13:16:07 -0700 From: Devin Butterfield X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: unsubscribe Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 Sat Oct 23 13:17:36 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 32E3F14DE3 for ; Sat, 23 Oct 1999 13:17:33 -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 NAA68257; Sat, 23 Oct 1999 13:17:00 -0700 (PDT) (envelope-from Doug@gorean.org) Message-ID: <381217BB.CDA1A810@gorean.org> Date: Sat, 23 Oct 1999 13:16:59 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: Christoph Sold Cc: FreeBSD-Questions@FreeBSD.org Subject: Re: My /usr/local/etc/kdm.sh script does not work References: <199910231434.QAA01263@mero-13a.merowingia.uni-kl.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Christoph Sold wrote: > > Hi Folks, > > I sumbled across a problem I am not able to solve myself: I want to > start kdm automatically at boot time. Look in /etc/ttys for xdm, copy the line, replace with the path to kdm and turn it on. Then do 'kill -1 1' to hup init and you should have it ready to go. Good luck, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 13:34:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [192.216.136.195]) by hub.freebsd.org (Postfix) with ESMTP id DD2FC14DE3 for ; Sat, 23 Oct 1999 13:34:20 -0700 (PDT) (envelope-from shawn@luke.cpl.net) Received: (from shawn@localhost) by luke.cpl.net (8.9.3/8.9.3) id NAA15579; Sat, 23 Oct 1999 13:33:01 -0700 (PDT) Date: Sat, 23 Oct 1999 13:33:00 -0700 From: Shawn Ramsey To: cjclark@home.com Cc: Mark Ovens , Shawn Ramsey , Jeff Gray , questions@FreeBSD.ORG Subject: Re: TIme Zone? Message-ID: <19991023133300.A14012@cpl.net> References: <19991023012146.N22368@cpl.net> <199910231853.OAA38255@cc942873-a.ewndsr1.nj.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <199910231853.OAA38255@cc942873-a.ewndsr1.nj.home.com>; from Crist J. Clark on Sat, Oct 23, 1999 at 02:53:46PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > Subject: Re: TIme Zone? > > > From: Shawn Ramsey > > > Date: Sun, 22 Aug 1999 18:41:11 -0700 > > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > > To: Jeff Gray > > > Cc: Shawn Ramsey , questions@freebsd.org > > > > > > Hmm, didn't work *that* well ;-) > > > > Umm, I posted that from my Windowz box. The date was set to August to get > > SecureCRT to run. (expired demo, not very smart as you can set the date back > > after it expires. :) ) > > I would not brag about violating license agreements on a very public > list. Actually, it was an expired Real Jukebox beta, and I did not feel like updating it at the time. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 13:39:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server1.imediaconsultants.com (server1.imediaconsultants.com [209.50.164.10]) by hub.freebsd.org (Postfix) with ESMTP id 3CEDF14DE3 for ; Sat, 23 Oct 1999 13:39:07 -0700 (PDT) (envelope-from admin@imediaconsultants.com) Received: from imediaconsultants.com (pornucopia.imediaconsultants.com [209.50.164.14]) by server1.imediaconsultants.com (8.8.8/8.6.12) with ESMTP id NAA10584 for ; Sat, 23 Oct 1999 13:39:18 -0700 (PDT) Message-ID: <38121C4D.1103166C@imediaconsultants.com> Date: Sat, 23 Oct 1999 13:36:29 -0700 From: admin X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: perl scripts Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My programmer just untalled the latest Apache (Apache/1.3.9 (Unix) PHP/3.0.12 FrontPage/4.0.4.3) server on my systems and now none of the perl scripts work any suggestions?? -- Eugene Irvin President Internet Media Consultants, INC Phone: 702-733-2929 Fax: 702-733-1404 http://www.IMediaConsultants.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 14:21:30 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 0EEF214EC9 for ; Sat, 23 Oct 1999 14:21:27 -0700 (PDT) (envelope-from papalia@UDel.Edu) Received: from morgaine.avalon.com (host75-157.student.udel.edu [128.175.75.157]) by copland.udel.edu (8.9.3/8.9.3) with SMTP id RAA05251; Sat, 23 Oct 1999 17:21:53 -0400 (EDT) Message-Id: <4.1.19991023171854.0093eb00@unix01.voicenet.com> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Sat, 23 Oct 1999 17:22:03 -0400 To: cjclark@home.com From: John Subject: Re: ldconfig & elf Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <199910231833.OAA38186@cc942873-a.ewndsr1.nj.home.com> References: <4.1.19991023124809.0094c410@unix01.voicenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> Running 3.3, and everythings seems to be purring ok, except for the >> occassional call to an elf library. I thought I understood the command, >> somebody correct me if i'm off: >Not sure if you do. I do believe you're very right with this assessment =) >> Previously if i ran ldconfig -v -r -elf, I'd be shown what was in essence >> and empty file. Now if I run ldconfig -v -r -elf, I get a Bad system call >> (core dumped). Not sure what I did... > >This, however, is NOT correct. I am not sure why it would be core >dumping. Before you try anthing else, why don't you rebuild your hints >file, > ># ldconfig -elf /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib ># ldconfig -r -elf I tried running both, and I keep getting "exit on signal 12, core dump." Just for giggles I tried running simply "ldconfig -elf", and I get the errors that ulimit() and setup() are not supported. Any more ideas? Thanks for the help!!! --John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 14:30: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from horst.bfd.com (horst.bfd.com [12.9.219.10]) by hub.freebsd.org (Postfix) with ESMTP id 762BB14A2C for ; Sat, 23 Oct 1999 14:30:07 -0700 (PDT) (envelope-from ejs@bfd.com) Received: from HARLIE.bfd.com (bastion.bfd.com [12.9.219.14]) by horst.bfd.com (8.9.3/8.9.3) with ESMTP id OAA25794; Sat, 23 Oct 1999 14:29:01 -0700 (PDT) (envelope-from ejs@bfd.com) Date: Sat, 23 Oct 1999 14:29:01 -0700 (PDT) From: "Eric J. Schwertfeger" To: Christoph Sold Cc: Kent Boortz , FreeBSD-Questions@FreeBSD.ORG Subject: Re: Sound applications for FreeBSD? In-Reply-To: <14353.56120.644027.166461@mero-13a.merowingia.uni-kl.de> 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, 23 Oct 1999, Christoph Sold wrote: > Kent Boortz writes: > > I have some old casettes with live music and want to transfer it to > > audio CD and to MP3 files. > > > > What free FreeBSD applications are you using to > > > > [snip] > > convert to MP3 files? > > Bladeenc. Slow, but does neither crash nor produce artifacts in it's > output. It's in the ports. I didn't see the original message, but you might want to look into the beta version of LAME at http://www.sulaco.org/mp3/ From what I've heard, Bladeenc is an optimized version of the ISO demo distribution. LAME started off with the same base, but has fixed bugs in the ISO demo code, and improved the psychoacoustic modeling. The quality has been improving. I do no recommend the last "stable" release (3.13) because more recent versions have fixed some serious bugs. Newer versions of gogo (not the version in the ports) are also based on LAME. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 15:12:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from amukta.gci.net (amukta.gci.net [208.138.130.216]) by hub.freebsd.org (Postfix) with ESMTP id EC5D814C2C for ; Sat, 23 Oct 1999 15:12:21 -0700 (PDT) (envelope-from rnorgard@gci.net) Received: from catawba.ohio.net ([209.165.132.141]) by amukta.gci.net (Netscape Messaging Server 4.05) with SMTP id FK2TM603.X28 for ; Sat, 23 Oct 1999 14:10:54 -0800 From: Robert Norgard Reply-To: rnorgard@gci.net To: freebsd-questions@FreeBSD.ORG Subject: Laptop Choices Date: Sat, 23 Oct 1999 14:07:29 -0800 X-Mailer: KMail [version 1.0.17] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <99102314120801.00297@catawba.ohio.net> Content-Transfer-Encoding: 8bit X-KMail-Mark: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am looking for suggestions on which laptop to buy for FreeBSD. Any comments? Any models to stay away from with known issues? I am contemplating a low-end Toshiba w/4G hd and 600x800 screen. Built-in floppy and CDROM. These run about $1200. Others I've seen go well over $2000. All info appreciated. -- Bob Norgard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 15:17:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from whitemtn.granite.com (whitemtn.granite.com [208.3.184.25]) by hub.freebsd.org (Postfix) with ESMTP id 4D84F14ECD for ; Sat, 23 Oct 1999 15:17:39 -0700 (PDT) (envelope-from cmullead@granite.com) Received: from sparhawk.granite.com (ramari [208.3.184.66]) by whitemtn.granite.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id VNKGN9WT; Sat, 23 Oct 1999 18:15:21 -0400 Date: Sat, 23 Oct 1999 18:14:43 -0400 (EDT) From: Chuck Mulleady To: freebsd-questions@FreeBSD.ORG Subject: Compaq Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSD 3.1 Compaq EP-6XXX series Intel Pro100 PCI card I get the error "fxp0: Can't map memory" Anybody seen this or have any idea where to find an answer. This same card works on the same box with RH Linux fine. Chuck Chuck Mulleady IT Manager Granite Systems cmulleady@granite.com (603)625-0100 X131 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 15:19:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.neta.com (nfs.neta.com [206.124.164.2]) by hub.freebsd.org (Postfix) with SMTP id 7C54014E61 for ; Sat, 23 Oct 1999 15:19:45 -0700 (PDT) (envelope-from david@cql.com) Received: (qmail 13809 invoked from network); 23 Oct 1999 22:19:45 -0000 Received: from david.cql.com (HELO david) (208.194.82.231) by nfs.neta.com with SMTP; 23 Oct 1999 22:19:45 -0000 From: "David Kurtzberg" To: Subject: RE: Laptop Choices Date: Sat, 23 Oct 1999 15:10:52 -0700 Message-ID: <000401bf1da3$780484a0$e752c2d0@david.cql.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 In-Reply-To: <99102314120801.00297@catawba.ohio.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG right now im installing it on a p133 with 16M of ram and an internal cdrom or floppy, and the other in an external mount. I will keep you updated on how it goes. -Dave > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Robert Norgard > Sent: Saturday, October 23, 1999 3:07 PM > To: freebsd-questions@FreeBSD.ORG > Subject: Laptop Choices > > > I am looking for suggestions on which laptop to buy for FreeBSD. > Any comments? Any models to stay away from with known issues? > I am contemplating a low-end Toshiba w/4G hd and 600x800 screen. > Built-in floppy and CDROM. These run about $1200. Others > I've seen go well over $2000. All info appreciated. > > -- Bob Norgard > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 15:26:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.whtz.com (m8.z100.com [209.73.193.8]) by hub.freebsd.org (Postfix) with SMTP id 1A8EA14E96 for ; Sat, 23 Oct 1999 15:26:31 -0700 (PDT) (envelope-from courtney@whtz.com) Received: by mail.whtz.com(Lotus SMTP MTA v4.6.2 (693.3 8-11-1998)) id 85256813.007A861D ; Sat, 23 Oct 1999 18:18:17 -0400 X-Lotus-FromDomain: Z100 From: courtney@whtz.com To: freebsd-questions@FreeBSD.ORG Message-ID: <85256813.007A8413.00@mail.whtz.com> Date: Sat, 23 Oct 1999 18:18:11 -0400 Subject: Pearl Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK- anyone want to shed some light on how I can install Pearl on my FreeBSD 3.2 Server? Thanks, Bernie Courtney Z100 New York Radio Engineering mailto:courtney@whtz.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 15:38:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id 43B4914A10 for ; Sat, 23 Oct 1999 15:38:57 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id PAA03908; Sat, 23 Oct 1999 15:38:55 -0700 (PDT) (envelope-from mph) Date: Sat, 23 Oct 1999 15:38:55 -0700 From: Matthew Hunt To: courtney@whtz.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Pearl Message-ID: <19991023153855.A3852@wopr.caltech.edu> References: <85256813.007A8413.00@mail.whtz.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <85256813.007A8413.00@mail.whtz.com>; from courtney@whtz.com on Sat, Oct 23, 1999 at 06:18:11PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Oct 23, 1999 at 06:18:11PM -0400, courtney@whtz.com wrote: > OK- anyone want to shed some light on how I can install Pearl on my FreeBSD > 3.2 Server? It's already there, and it's spelled "perl". -- Matthew Hunt * Science rules. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 15:40:50 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 068EC14A10 for ; Sat, 23 Oct 1999 15:40:47 -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 SAA38649; Sat, 23 Oct 1999 18:44:06 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910232244.SAA38649@cc942873-a.ewndsr1.nj.home.com> Subject: Re: ldconfig & elf In-Reply-To: <4.1.19991023171854.0093eb00@unix01.voicenet.com> from John at "Oct 23, 1999 05:22:03 pm" To: papalia@UDel.Edu (John) Date: Sat, 23 Oct 1999 18:44:06 -0400 (EDT) Cc: cjclark@home.com, 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 John wrote, > >> Running 3.3, and everythings seems to be purring ok, except for the > >> occassional call to an elf library. I thought I understood the command, > >> somebody correct me if i'm off: > >Not sure if you do. > > I do believe you're very right with this assessment =) > > > > >> Previously if i ran ldconfig -v -r -elf, I'd be shown what was in essence > >> and empty file. Now if I run ldconfig -v -r -elf, I get a Bad system call > >> (core dumped). Not sure what I did... > > > >This, however, is NOT correct. I am not sure why it would be core > >dumping. Before you try anthing else, why don't you rebuild your hints > >file, > > > ># ldconfig -elf /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib > ># ldconfig -r -elf > > I tried running both, and I keep getting "exit on signal 12, core dump." > Just for giggles I tried running simply "ldconfig -elf", and I get the > errors that ulimit() and setup() are not supported. > > Any more ideas? Are the core dumps actually from ldconfig? Or has the loss of ELF libraries impared your shell somehow? ulimit() and setup() are not things I associate with ldconfig, but rather the shell. If it is the shell, make sure to use /bin/sh or /bin/csh until you can fix the problem. Do a 'ls -l' of /sbin and make sure the ldconfig executable has not been corrupted (its modification time should be close to all of the other programs in there). Oh, and maybe try using the full pathname... but I don't know why there would be another program called 'ldconfig' in your path. If all of that does not work, you might want to grab the ldconfig executable from the most convenient source (CD or website). What kind of modifications have you made, if you are aware of any, to your base system? -- 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 Sat Oct 23 16: 4:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.whtz.com (m8.z100.com [209.73.193.8]) by hub.freebsd.org (Postfix) with SMTP id 7757F14BE0 for ; Sat, 23 Oct 1999 16:04:10 -0700 (PDT) (envelope-from courtney@whtz.com) Received: by mail.whtz.com(Lotus SMTP MTA v4.6.2 (693.3 8-11-1998)) id 85256813.007DF86E ; Sat, 23 Oct 1999 18:55:55 -0400 X-Lotus-FromDomain: Z100 From: courtney@whtz.com To: mph@astro.caltech.edu Cc: freebsd-questions@freebsd.org Message-ID: <85256813.007DF6AC.00@mail.whtz.com> Date: Sat, 23 Oct 1999 18:55:50 -0400 Subject: Re: Pearl Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG don't mind me it's late in the day...I was thinking of system V where it in another directory- right after I sent the message I found out where it was. thanks, Bernie Courtney Z100 New York Radio Engineering mailto:courtney@whtz.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 16:26:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from venus.GAIANET.NET (venus.GAIANET.NET [207.211.200.51]) by hub.freebsd.org (Postfix) with ESMTP id 4266614C22 for ; Sat, 23 Oct 1999 16:26:29 -0700 (PDT) (envelope-from vince@venus.GAIANET.NET) Received: from localhost (vince@localhost) by venus.GAIANET.NET (8.9.3/8.9.3) with ESMTP id QAA46553; Sat, 23 Oct 1999 16:26:21 -0700 (PDT) (envelope-from vince@venus.GAIANET.NET) Date: Sat, 23 Oct 1999 16:26:21 -0700 (PDT) From: Vincent Poy To: cjclark@home.com Cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: FreeBSD 3.3-RELEASE passwd issue In-Reply-To: <199910231713.NAA37967@cc942873-a.ewndsr1.nj.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 Oct 1999, Crist J. Clark wrote: > Vincent Poy wrote, > > On Sat, 23 Oct 1999, Crist J. Clark wrote: > > > > > Vincent Poy wrote, > > > [snip] > > > > > > > > Seems for some reason, unless I go into vipw and delete the entire > > > > password, the passwd program will just write MD5 instead of DES since it > > > > had the $ before it. > > > > > > Oh, yeah. That's a know "gotcha." Once you set the password to one > > > format, the only way to change it is to go in manually with vipw. > > > > > > But to the original problem, those 13 character passwords you said you > > > originally had, the DES ones, should work fine. > > > > Yeah, thanks for fixing the mixup.... But what's the maximum > > characters allowed for MD5 and DES for passwords? > > I believe the maximum number of characters you can type in is 128. > However, for DES I know only the first 8 characters are > significant. From a _really_ quick look at crypt_md5() source, it > looks like it uses 16. Is that right? I am sure MD5 uses more. Hmmm, I think MD5 does use more except is there a reason to not install DES at all? Cheers, Vince - vince@MCESTATE.COM - vince@GAIANET.NET ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] GaiaNet Corporation - M & C Estate / / / / | / | __] ] Beverly Hills, California USA 90210 / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 16:36:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from news.uni-kl.de (news.uni-kl.de [131.246.137.51]) by hub.freebsd.org (Postfix) with SMTP id E4A4C14C9C for ; Sat, 23 Oct 1999 16:36:15 -0700 (PDT) (envelope-from sold@cheasy.de) Received: from kit.uni-kl.de ( mail.kit.uni-kl.de [131.246.168.130] ) by news.uni-kl.de id aa24320 for ; 24 Oct 1999 01:38 MESZ Received: from KIT_PRIAMOS/SpoolDir by kit.uni-kl.de (Mercury 1.43); 24 Oct 99 01:36:15 +0200 Received: from SpoolDir by KIT_PRIAMOS (Mercury 1.43); 24 Oct 99 01:36:12 +0200 Received: from router.merowingia.uni-kl.de (131.246.134.2) by kit.uni-kl.de (Mercury 1.43) with ESMTP; 24 Oct 99 01:36:07 +0200 Received: from mero-13a.merowingia.uni-kl.de (mero-13a.merowingia.uni-kl.de [131.246.135.13]) by router.merowingia.uni-kl.de (8.9.3/8.8.8) with ESMTP id BAA54549 for ; Sun, 24 Oct 1999 01:36:06 +0200 (CEST) Received: (from root@localhost) by mero-13a.merowingia.uni-kl.de (8.9.3/8.9.3) id BAA00884; Sun, 24 Oct 1999 01:35:20 +0200 (CEST) (envelope-from sold) From: Christoph Sold MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14354.17975.313473.480254@mero-13a.merowingia.uni-kl.de> Date: Sun, 24 Oct 1999 01:35:19 +0200 (CEST) To: FreeBSD-Questions@freebsd.org Subject: Re: My /usr/local/etc/kdm.sh script does not work In-Reply-To: <381217BB.CDA1A810@gorean.org> References: <199910231434.QAA01263@mero-13a.merowingia.uni-kl.de> <381217BB.CDA1A810@gorean.org> X-Mailer: VM 6.72 under 21.1 (patch 6) "Big Bend" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug Barton writes: > Christoph Sold wrote: > > > > Hi Folks, > > > > I sumbled across a problem I am not able to solve myself: I want to > > start kdm automatically at boot time. > > Look in /etc/ttys for xdm, copy the line, replace with the > path to kdm and turn it on. Then do 'kill -1 1' to hup init and you > should have it ready to go. For hysterical raisins (and because of the advice of Greg Lehey), I wanted to avoid the /etc/ttys solution. A friend of mine found the problem: during startup, $PATH is not (yet) set up. Thus, changing the script to the following solved the problem, too. Nevertheless, Thanks, Doug: Your solution works well, too. -Christoph Sold P.S: Changed kdm startup script: file:///usr/local/etc/rc.d/kdm.sh --------------------------------------------------------------------------- #!/bin/sh export PATH="/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/X11R6/bin" if [ -x /usr/local/bin/kdm ] ; then #sleep for some time to give getty a chance to grab its ttys (echo -n "kdm"; sleep 12; kdm > /var/log/kdm.startup 2>&1 )& fi exit 0 --------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 16:42:55 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 8E8C414C9C for ; Sat, 23 Oct 1999 16:42:51 -0700 (PDT) (envelope-from edirol@anime.ca) Received: from epoch.anime.ca (HSE-TOR-ppp25728.sympatico.ca [209.226.82.225]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id TAA29592 for ; Sat, 23 Oct 1999 19:46:48 -0400 (EDT) Received: from magus (magus.anime.ca [192.168.0.3]) by epoch.anime.ca (8.9.3/8.9.3) with SMTP id TAA33032 for ; Sat, 23 Oct 1999 19:42:49 -0400 (EDT) (envelope-from edirol@anime.ca) Message-ID: <000501bf1db0$50e50860$0300a8c0@anime.ca> From: "Edirol" To: Subject: crypt libraries Date: Sat, 23 Oct 1999 19:42:48 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, I was switching my system from using the DES libs to the regular MD5 libs. My password file contains both DES and MD5 passwords but I can't seem to authenticate. Here's a list of my crypt libs: lrwxrwxrwx 1 root wheel 11 Oct 23 18:18 libcrypt.a@ -> libscrypt.a lrwxrwxrwx 1 root wheel 12 Oct 23 18:18 libcrypt.so@ -> libscrypt.so lrwxrwxrwx 1 root wheel 14 Oct 23 18:18 libcrypt.so.2@ -> libscrypt.so.2 lrwxrwxrwx 1 root wheel 15 Oct 3 16:36 libcrypt_p.a@ -> libdescrypt_p.a -r--r--r-- 1 root wheel 13018 Sep 16 18:40 libdescrypt.a lrwxrwxrwx 1 root wheel 16 Oct 3 16:36 libdescrypt.so@ -> libdescrypt.so.2 -r--r--r-- 1 root wheel 12965 Sep 16 18:40 libdescrypt.so.2 -r--r--r-- 1 root wheel 14750 Sep 16 18:40 libdescrypt_p.a -r--r--r-- 1 root wheel 6194 Sep 16 18:40 libscrypt.a lrwxrwxrwx 1 root wheel 14 Oct 23 18:18 libscrypt.so@ -> libscrypt.so.2 -r--r--r-- 1 root wheel 7579 Sep 16 18:40 libscrypt.so.2 One thing I did notice. I don't seem to have libscrypt_p.a but I think I could copy that from another system. Could someone verify whether if all the links are pointed correctly? Thanks, - Will To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 17: 6:12 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 DD19414E96 for ; Sat, 23 Oct 1999 17:06:10 -0700 (PDT) (envelope-from drbrain@magnesium.net) Received: (qmail 4399 invoked by uid 1100); 24 Oct 1999 00:06:09 -0000 Date: 23 Oct 1999 17:06:09 -0700 Date: Sat, 23 Oct 1999 17:06:09 -0700 From: "Dr. Brain" To: freebsd-questions@freebsd.org Subject: NFS tuning for mp3 playing Message-ID: <19991023170609.A4089@toxic.magnesium.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have an NFS server running 3.3-Release and a -current client. My mp3 files are all stored on the server which is connected to the client via two Intel EtherExpress pro 10/100B nics with a 100Mbit full-duplex connection. I have been using amp to play mp3s across the NFS mount, and every now and again the last two seconds or so of sound will not be played, and the next song will immediately start. With the client machine running windows and using samba I do not have this problem. Is there any tuning I can do to either machine to eliminate the skippage? Man page references and web sites graciously accepted. -- Eric Hodel drbrain@magnesium.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 17:17:39 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 000FB14E96 for ; Sat, 23 Oct 1999 17:17:36 -0700 (PDT) (envelope-from papalia@UDel.Edu) Received: from morgaine.avalon.com (host75-157.student.udel.edu [128.175.75.157]) by copland.udel.edu (8.9.3/8.9.3) with SMTP id UAA20346; Sat, 23 Oct 1999 20:18:02 -0400 (EDT) Message-Id: <4.1.19991023201332.00943a50@unix01.voicenet.com> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Sat, 23 Oct 1999 20:18:12 -0400 To: cjclark@home.com From: John Subject: Re: ldconfig & elf - solved Cc: cjclark@home.com, freebsd-questions@FreeBSD.ORG In-Reply-To: <199910232244.SAA38649@cc942873-a.ewndsr1.nj.home.com> References: <4.1.19991023171854.0093eb00@unix01.voicenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Problem solved.. I recompiled ldconfig, and it works fine now. As for which changes were made to the base system - none that I know of. I do a cvsup every friday night (in weekly.local), but haven't remade the world in 1.5 months or so. Only changes that I made was an failed attempt to install staroffice. After rebuilding ldconifg, I managed to use the command lines below to rebuild the hints file, and all seems to be happy now. Now, if I could just remember what I was planning on doing when all this happened =) Thank you GREATLY for the help!!! --John >> >> Running 3.3, and everythings seems to be purring ok, except for the >> >> occassional call to an elf library. I thought I understood the command, >> >> somebody correct me if i'm off: >> >Not sure if you do. >> I do believe you're very right with this assessment =) >> >> >> Previously if i ran ldconfig -v -r -elf, I'd be shown what was in essence >> >> and empty file. Now if I run ldconfig -v -r -elf, I get a Bad system call >> >> (core dumped). Not sure what I did... >> >This, however, is NOT correct. I am not sure why it would be core >> >dumping. Before you try anthing else, why don't you rebuild your hints >> >file, >> ># ldconfig -elf /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib >> ># ldconfig -r -elf >> I tried running both, and I keep getting "exit on signal 12, core dump." >> Just for giggles I tried running simply "ldconfig -elf", and I get the >> errors that ulimit() and setup() are not supported. >> Any more ideas? >Are the core dumps actually from ldconfig? Or has the loss of ELF >libraries impared your shell somehow? ulimit() and setup() are not >things I associate with ldconfig, but rather the shell. If it is the >shell, make sure to use /bin/sh or /bin/csh until you can fix the >problem. > >Do a 'ls -l' of /sbin and make sure the ldconfig executable has not >been corrupted (its modification time should be close to all of the >other programs in there). > >Oh, and maybe try using the full pathname... but I don't know why >there would be another program called 'ldconfig' in your path. > >If all of that does not work, you might want to grab the ldconfig >executable from the most convenient source (CD or website). > >What kind of modifications have you made, if you are aware of any, to >your base system? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 17:20:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.svr.pol.co.uk (mail3.svr.pol.co.uk [195.92.193.19]) by hub.freebsd.org (Postfix) with ESMTP id 5B43814EA1 for ; Sat, 23 Oct 1999 17:20:11 -0700 (PDT) (envelope-from jeanm@dupx.freeserve.co.uk) Received: from modem-71.name47.dialup.pol.co.uk ([62.136.183.71] helo=dupx.freeserve.co.uk) by mail3.svr.pol.co.uk with esmtp (Exim 2.12 #2) id 11fBOM-0005jV-00 for FreeBSD-Questions@FreeBSD.ORG; Sun, 24 Oct 1999 01:20:10 +0100 Message-ID: <381250A5.27E0FF47@dupx.freeserve.co.uk> Date: Sun, 24 Oct 1999 01:19:49 +0100 From: Jean-Mark Dupoux X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: "FreeBSD-Questions@FreeBSD.ORG" Subject: error messages Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there a listing or any documentation on what error messages mean ? I get the same message when trying to install from dos-partition or from floppies "write failure on transfer : wrote -1 bytes of 1024 bytes". have concluded this installation will probably not get off the ground now, release 3.3 just doesnt seem to like my hard drive, although i thought this was as standard as could be, but would still be interesing to figure out why. a freeBSD failure..... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 17:26:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from guarani.aserver.com.br (guarani.aserver.com.br [200.211.75.7]) by hub.freebsd.org (Postfix) with ESMTP id F21DF14EA1 for ; Sat, 23 Oct 1999 17:26:31 -0700 (PDT) (envelope-from applein@aserver.com.br) Received: from F637HYM20604.aserver.com.br (F637HYM20604 [200.211.75.3] (may be forged)) by guarani.aserver.com.br (8.9.1a/8.9.1) with SMTP id VAA12805 for ; Sat, 23 Oct 1999 21:36:26 -0200 Message-Id: <199910232336.VAA12805@guarani.aserver.com.br> From: "Flavio Alberto" To: Subject: YAMAHA OPL3 SAx Date: Sat, 23 Oct 1999 22:24:50 -0200 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-Mimeole: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to configure my board YAMAHA OPL3 SAx in my FreeBSD 3.1 but am facing some problems, I I followed some pacings that I found in a URL that this cited in the end, I made all the described pacings in this document but I am finding difficulties in the end of it when I I try to make cat / dev/sndstat the archive sndstat I do not exist some of the other symbolic archives that it tells to make links also does not meet as I must proceed in this situation? URL: http://www.geocrawler.com/archives/3/151/1999/3/0/770845 / Note: I am in Brazil, therefore my English is not very good, if you not to understand some phrase or word please he sends it for me.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 18: 4:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from laedu.lalc.k12.ca.us (laedu.lalc.k12.ca.us [156.3.81.1]) by hub.freebsd.org (Postfix) with ESMTP id D414814EA1 for ; Sat, 23 Oct 1999 18:04:42 -0700 (PDT) (envelope-from cerise@geocities.com) Received: from swhite (user207x99x162x247.vaughn.k12.ca.us [207.99.162.247]) by laedu.lalc.k12.ca.us (8.9.2/8.9.2) with SMTP id RAA15701 for ; Sat, 23 Oct 1999 17:58:23 -0700 (PDT) Message-Id: <1.5.4.32.19991024010743.006df9a0@lalc.k12.ca.us> X-Sender: swhite@lalc.k12.ca.us (Unverified) X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sat, 23 Oct 1999 18:07:43 -0700 To: freebsd-questions@FreeBSD.ORG From: ByteSavers International Subject: Installation of FreeBSD woes. Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG According to you folk, a file image of 1,474,560 bytes will fit on my 3.5" floppy. After 2 formats (one under DOS 6.22 and one under Slackware 4.0), I find several of my floppy disks holding 1,457,664 bytes... 1,474,560 bytes > 1,457,664 bytes, therefore no luck. What to do? -Phil/CERisE SomeOtherPerson: we have no cheese in the house! SomeOtherPerson: err..we do, but it's non-fat tasteless garbage CERisE8192: Well that's because you're pathetic weight-watchers ;) SomeOtherPerson: it almost ruined my sunday night... 6:20-ish 10/18/99 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 18: 9:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 4464414EA1 for ; Sat, 23 Oct 1999 18:09:28 -0700 (PDT) (envelope-from marc@oldserver.demon.nl) Received: from [212.238.105.241] (helo=propro) by post.mail.nl.demon.net with esmtp (Exim 2.02 #1) id 11fCA3-0000up-00; Sun, 24 Oct 1999 01:09:27 +0000 Date: Sun, 24 Oct 1999 03:09:27 +0200 (CEST) From: Marc Schneiders To: Jean-Mark Dupoux Cc: "FreeBSD-Questions@FreeBSD.ORG" Subject: Re: error messages In-Reply-To: <381250A5.27E0FF47@dupx.freeserve.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 Oct 1999, Jean-Mark Dupoux wrote: > Is there a listing or any documentation on what error messages mean ? > > I get the same message when trying to install from dos-partition or > from floppies > > "write failure on transfer : wrote -1 bytes of 1024 bytes". > > have concluded this installation will probably not get off the ground > now, release 3.3 just doesnt seem to like my hard drive, although i > thought this was as standard as could be, but would still be interesing > to figure out why. > I had this problem a few weeks ago. Changed the hard disk and everything was ok. Not special for 3.3. When that failed I tried 3.1, of which I have the CD's. That failed as well, with different errors (forgot what exactly, but) pointing to hard disk. > > a freeBSD failure..... > No! Hard disk failure ... Good luck! Marc Marc Schneiders || In re tam justa || nulla est deliberatio! marc@venster.nl || marc@oldserver.demon.nl || Acta SS. MM. Scillitanorum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 18:14:16 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 2F77914EA1 for ; Sat, 23 Oct 1999 18:14:12 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 20287 invoked from network); 24 Oct 1999 01:14:11 -0000 Received: from useraq48.uk.uudial.com (HELO marder-1.) (62.188.136.108) by smtp.dial.pipex.com with SMTP; 24 Oct 1999 01:14:11 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id CAA02474; Sun, 24 Oct 1999 02:14:12 +0100 (BST) (envelope-from mark) Date: Sun, 24 Oct 1999 02:14:12 +0100 From: Mark Ovens To: ByteSavers International Cc: freebsd-questions@freebsd.org Subject: Re: Installation of FreeBSD woes. Message-ID: <19991024021412.K650@marder-1> References: <1.5.4.32.19991024010743.006df9a0@lalc.k12.ca.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <1.5.4.32.19991024010743.006df9a0@lalc.k12.ca.us> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Oct 23, 1999 at 06:07:43PM -0700, ByteSavers International wrote: > According to you folk, a file image of 1,474,560 bytes will fit on my 3.5" > floppy. > > After 2 formats (one under DOS 6.22 and one under Slackware 4.0), I find > several of my floppy disks holding 1,457,664 bytes... > > 1,474,560 bytes > 1,457,664 bytes, therefore no luck. What to do? > You don't format them, you use fdimage (in the tools directory on the first CD). The files are disk images, not regular files. 1.44*1024*1000 = 1474560 HTH > -Phil/CERisE > SomeOtherPerson: we have no cheese in the house! > SomeOtherPerson: err..we do, but it's non-fat tasteless garbage > CERisE8192: Well that's because you're pathetic weight-watchers ;) > SomeOtherPerson: it almost ruined my sunday night... > > 6:20-ish 10/18/99 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 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 Sat Oct 23 18:41:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailarray.mpx.com.au (local2.mpx.com.au [203.29.192.98]) by hub.freebsd.org (Postfix) with ESMTP id BB73E14CE5 for ; Sat, 23 Oct 1999 18:41:17 -0700 (PDT) (envelope-from jmcconnel@optusnet.com.au) Received: from jarl(really [198.142.59.122]) by mailarray.mpx.com.au via smtpd with smtp id for ; Sun, 24 Oct 1999 11:41:13 +1000 (/\##/\ Smail3.1.30.13.Y2K #30.35 built 1-mar-01) Message-ID: <000e01bf1dc0$dbd8ad40$0100a8c0@jarl> From: "Jarl McConnel" To: "FreeBSD Support" Subject: FTP Serving Date: Sun, 24 Oct 1999 11:41:04 +1000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000A_01BF1E14.A74417A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000A_01BF1E14.A74417A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi, I was wondering, from CDROM.com which uses FreeBSD, does FreeBSD come with a built in FTP daemon, or do you have to use another, such as ProFTPD? Any help would be greatly appreceated. Jarl McConnel Share What You Know. Learn What You Don't ------=_NextPart_000_000A_01BF1E14.A74417A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

 
Hi,
 
I was wondering, from CDROM.com which = uses FreeBSD,=20 does FreeBSD come with a built in FTP daemon, or do you have to=20 use another, such as ProFTPD?
 
Any help would be greatly = appreceated.
 
Jarl=20 McConnel





Share What You Know. Learn What You = Don't
------=_NextPart_000_000A_01BF1E14.A74417A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 18:45:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fastlane.net (fastlane.net [209.197.224.10]) by hub.freebsd.org (Postfix) with ESMTP id D679814E14 for ; Sat, 23 Oct 1999 18:45:32 -0700 (PDT) (envelope-from leoric@fastlane.net) Received: from fastlane.net (ftworth.tx.tnt1.44.fastlane.net [209.197.193.44]) by fastlane.net (8.9.3/8.9.3) with ESMTP id UAA08835 for ; Sat, 23 Oct 1999 20:45:31 -0500 (CDT) Message-ID: <381263D8.DE1AF9C@fastlane.net> Date: Sat, 23 Oct 1999 20:41:44 -0500 From: leoric X-Mailer: Mozilla 4.61 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: loop-back Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG For some reason or another I am unable to ping or use 127.0.0.1 or localhost. Whenever i do try to ping those interfaces i get No Route to Host. What files might I have screwed up to make this happen? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 18:49:55 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 611EC14E14 for ; Sat, 23 Oct 1999 18:49:53 -0700 (PDT) (envelope-from notme@lvdi.net) Received: from lvdi.net ([216.24.141.74]) by 216.24.138.2127.0.0.1 ; Sat, 23 Oct 1999 18:43:23 2000 PDT Message-ID: <381267F5.934C8365@lvdi.net> Date: Sat, 23 Oct 1999 18:59:17 -0700 From: Frankie Li X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: Jarl McConnel Cc: FreeBSD Support Subject: Re: FTP Serving References: <000e01bf1dc0$dbd8ad40$0100a8c0@jarl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yep, FreeBSD comes with FTP daemon. Frankie Jarl McConnel wrote: > Hi, I was wondering, from CDROM.com which uses FreeBSD, does FreeBSD > come with a built in FTP daemon, or do you have to use another, such > as ProFTPD? Any help would be greatly appreceated. Jarl McConnel > > > > > > > Share What You Know. Learn What You Don't > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 18:55:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from navajo.cbn.net.id (navajo.cbn.net.id [202.158.2.132]) by hub.freebsd.org (Postfix) with SMTP id CD1D814E14 for ; Sat, 23 Oct 1999 18:55:19 -0700 (PDT) (envelope-from ayip-bind@cbn.net.id) Received: (qmail 3434 invoked from network); 24 Oct 1999 12:56:32 -0000 Received: from navajo.cbn.net.id (HELO cbn.net.id) (ayip@202.158.2.132) by navajo.cbn.net.id with SMTP; 24 Oct 1999 12:56:32 -0000 Message-ID: <38130200.1520854B@cbn.net.id> Date: Sun, 24 Oct 1999 19:56:32 +0700 From: "A.Y. Sjarifuddin" X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.5-15 i586) X-Accept-Language: en MIME-Version: 1.0 To: bind-users@isc.org, freebsd-questions@FreeBSD.ORG Subject: Bind8 on FreeBSD3.2 Content-Type: text/plain; charset=iso-8859-9 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear All, I just upgrade my previous bind8.1 to bind8.2 on FreeBSD 3.2-RELEASE the previous binary was in /usr/sbin/named and the conf file in /etc/namedb/* I upgrade it from /usr/ports/net/bind8 and the compiled binary was created in /usr/local/sbin/named and the conf file in /etc/* any idea how to setup this bind8 to the previous directory? (/usr/sbin/named and /etc/namedb/conf) there's no problem while executing /usr/sbin/named but I got this error while executing the new named from /usr/local/sbin/named : ctl_server: bind: Address already in use Any suggestion? Thanks in advance. Ayip. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 19: 8:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from charlie.orbitalnet.co.uk (charlie.orbitalnet.co.uk [62.232.18.119]) by hub.freebsd.org (Postfix) with ESMTP id 22D0214E14 for ; Sat, 23 Oct 1999 19:08:21 -0700 (PDT) (envelope-from darren@office.orbitalnet.co.uk) Received: from Darren (support-ash.orbitalnet.co.uk [62.232.18.69]) by charlie.orbitalnet.co.uk (8.8.8/8.8.7) with SMTP id DAA04591 for ; Sun, 24 Oct 1999 03:08:44 +0100 (BST) Message-ID: <044f01bf1dc2$e366f6a0$4512e83e@ORBITALNET> From: "OrbitalNet Office" To: Subject: wst0 Date: Sun, 24 Oct 1999 02:55:46 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Is the device "wst0" a scsi tape drive or an IDE tape drive? Thanks Darren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 19:21:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fastlane.net (fastlane.net [209.197.224.10]) by hub.freebsd.org (Postfix) with ESMTP id 7F68114E14 for ; Sat, 23 Oct 1999 19:21:14 -0700 (PDT) (envelope-from leoric@fastlane.net) Received: from fastlane.net (ftworth.tx.tnt1.44.fastlane.net [209.197.193.44]) by fastlane.net (8.9.3/8.9.3) with ESMTP id VAA12971 for ; Sat, 23 Oct 1999 21:21:12 -0500 (CDT) Message-ID: <38126C36.F2A369FC@fastlane.net> Date: Sat, 23 Oct 1999 21:17:26 -0500 From: leoric X-Mailer: Mozilla 4.61 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: loop-back figured it out Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG heh i figured it out lo0 was not being initialized in rc.conf sorry to bug you all with such a stupid question thnx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 19:34:52 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 B751314E14 for ; Sat, 23 Oct 1999 19:34:49 -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 WAA39122; Sat, 23 Oct 1999 22:38:01 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910240238.WAA39122@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Bind8 on FreeBSD3.2 In-Reply-To: <38130200.1520854B@cbn.net.id> from "A.Y. Sjarifuddin" at "Oct 24, 1999 07:56:32 pm" To: ayip-bind@cbn.net.id (A.Y. Sjarifuddin) Date: Sat, 23 Oct 1999 22:38:00 -0400 (EDT) Cc: bind-users@isc.org, 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 A.Y. Sjarifuddin wrote, [Charset iso-8859-9 unsupported, filtering to ASCII...] > Dear All, > I just upgrade my previous bind8.1 to bind8.2 on FreeBSD 3.2-RELEASE > the previous binary was in /usr/sbin/named and the conf file in > /etc/namedb/* > > I upgrade it from /usr/ports/net/bind8 and the compiled binary was > created in /usr/local/sbin/named > and the conf file in /etc/* > > any idea how to setup this bind8 to the previous directory? > (/usr/sbin/named and /etc/namedb/conf) See the '-c' and '-t' switches on the command line. You also can set the working directory in named.conf. > there's no problem while executing /usr/sbin/named but I got this error > while executing the new named > from /usr/local/sbin/named : ctl_server: bind: Address already in use > > Any suggestion? Kill the named that is already running first. -- 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 Sat Oct 23 19:40:51 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 2156F14E14 for ; Sat, 23 Oct 1999 19:40:48 -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 WAA39148; Sat, 23 Oct 1999 22:44:07 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910240244.WAA39148@cc942873-a.ewndsr1.nj.home.com> Subject: Re: crypt libraries In-Reply-To: <000501bf1db0$50e50860$0300a8c0@anime.ca> from Edirol at "Oct 23, 1999 07:42:48 pm" To: edirol@anime.ca (Edirol) Date: Sat, 23 Oct 1999 22:44:07 -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 Edirol wrote, [Charset iso-8859-1 unsupported, filtering to ASCII...] > Hi there, > > I was switching my system from using the DES libs to the regular MD5 libs. > > My password file contains both DES and MD5 passwords but I can't seem to > authenticate. > > Here's a list of my crypt libs: > > lrwxrwxrwx 1 root wheel 11 Oct 23 18:18 libcrypt.a@ -> libscrypt.a > lrwxrwxrwx 1 root wheel 12 Oct 23 18:18 libcrypt.so@ -> libscrypt.so > lrwxrwxrwx 1 root wheel 14 Oct 23 18:18 libcrypt.so.2@ -> > libscrypt.so.2 > lrwxrwxrwx 1 root wheel 15 Oct 3 16:36 libcrypt_p.a@ -> > libdescrypt_p.a > -r--r--r-- 1 root wheel 13018 Sep 16 18:40 libdescrypt.a > lrwxrwxrwx 1 root wheel 16 Oct 3 16:36 libdescrypt.so@ -> > libdescrypt.so.2 > -r--r--r-- 1 root wheel 12965 Sep 16 18:40 libdescrypt.so.2 > -r--r--r-- 1 root wheel 14750 Sep 16 18:40 libdescrypt_p.a > -r--r--r-- 1 root wheel 6194 Sep 16 18:40 libscrypt.a > lrwxrwxrwx 1 root wheel 14 Oct 23 18:18 libscrypt.so@ -> > libscrypt.so.2 > -r--r--r-- 1 root wheel 7579 Sep 16 18:40 libscrypt.so.2 > > One thing I did notice. I don't seem to have libscrypt_p.a but I think I > could copy that from another system. > > Could someone verify whether if all the links are pointed correctly? They are pointing correctly if you want to use MD5 only. However, you can't use DES passwords unless you point them to libdescrypt.so.2. -- 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 Sat Oct 23 19:41:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (Postfix) with ESMTP id 4889C14E14 for ; Sat, 23 Oct 1999 19:41:20 -0700 (PDT) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.8/8.8.8) with ESMTP id KAA14023 for ; Sun, 24 Oct 1999 10:41:15 +0800 (WST) (envelope-from dean@odyssey.apana.org.au) Date: Sun, 24 Oct 1999 10:41:15 +0800 (WST) From: Dean Hollister To: FreeBSD Questions Subject: Sendmail anti relaying Message-ID: X-no-archive: yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hiyall, I've tried playing with the sendmail anti relaying features at http://www.sendmail.org/, but I cannot get them working correctly with the FreeBSD anti spam measures in Sendmail 8.8.8. Does anyone have a working sendmail.cf that: Only allows relaying from trusted IP's Checks for a valid domain name Allows blocking by domain Allows blocking by IP ? Regards, d. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 19:47:40 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 5B4E614E14 for ; Sat, 23 Oct 1999 19:47:37 -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 WAA39167; Sat, 23 Oct 1999 22:50:55 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910240250.WAA39167@cc942873-a.ewndsr1.nj.home.com> Subject: Re: FreeBSD 3.3-RELEASE passwd issue In-Reply-To: from Vincent Poy at "Oct 23, 1999 04:26:21 pm" To: vince@venus.GAIANET.NET (Vincent Poy) Date: Sat, 23 Oct 1999 22:50:54 -0400 (EDT) Cc: cjclark@home.com, 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 Vincent Poy wrote, > On Sat, 23 Oct 1999, Crist J. Clark wrote: > > > Vincent Poy wrote, > > > On Sat, 23 Oct 1999, Crist J. Clark wrote: > > > > > > > Vincent Poy wrote, > > > > [snip] > > > > > > > > > > Seems for some reason, unless I go into vipw and delete the entire > > > > > password, the passwd program will just write MD5 instead of DES since it > > > > > had the $ before it. > > > > > > > > Oh, yeah. That's a know "gotcha." Once you set the password to one > > > > format, the only way to change it is to go in manually with vipw. > > > > > > > > But to the original problem, those 13 character passwords you said you > > > > originally had, the DES ones, should work fine. > > > > > > Yeah, thanks for fixing the mixup.... But what's the maximum > > > characters allowed for MD5 and DES for passwords? > > > > I believe the maximum number of characters you can type in is 128. > > However, for DES I know only the first 8 characters are > > significant. From a _really_ quick look at crypt_md5() source, it > > looks like it uses 16. Is that right? I am sure MD5 uses more. > > Hmmm, I think MD5 does use more except is there a reason to not > install DES at all? I had a hard time parsing this sentence. Is there a period missing after the "execpt?" MD5 does use more characters. MD5 is unquestionably the more secure option for that reason and others. DES has U.S. export restrictions attached to it (the reason the MD5 password method was developed at all). That's a "reason" for people outside the U.S. not to use it, they cannot get it in the standard FreeBSD distribution. As for whether someone in the US would prefer to or not to use it, the only reason to use DES is for compatibility with other systems that only use DES (e.g. my machines using NIS at the office fall into that category). Other than that, I really don't know of a good reason. -- 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 Sat Oct 23 19:53:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id E3A6814CA0 for ; Sat, 23 Oct 1999 19:53:20 -0700 (PDT) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id UAA06486; Sat, 23 Oct 1999 20:53:08 -0600 (MDT) (envelope-from ken) Message-Id: <199910240253.UAA06486@panzer.kdm.org> Subject: Re: AHA-1510 support In-Reply-To: <4.1.19991023115318.00957310@mail.thegrid.net> from The Mad Scientist at "Oct 23, 1999 11:56:20 am" To: madscientist@thegrid.net (The Mad Scientist) Date: Sat, 23 Oct 1999 20:53:08 -0600 (MDT) Cc: freebsd-questions@FreeBSD.ORG From: "Kenneth D. Merry" 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 The Mad Scientist wrote... > All, > I see in the handbook that Adaptec AHA-1510 controllers are no longer > supported in the new CAM SCSI system. Does anyone know when they will be > supported again in the latest release? If you want support in an actual release, you'll have to wait until 3.4. If you want to run -current or -stable, a driver for the 6260/6360 chips was checked in in the past week. You could run a stable snapshot, look at ftp://current.FreeBSD.org/pub/FreeBSD/snapshots/i386 for the latest current and stable snapshot releases. I don't think the aic driver has been put in GENERIC yet, so you'll have to make a custom kernel to access the controller. Since you can't boot off your 1510 in any case, you can probably just do the install and then recompile your kernel with the aic driver. If you have any questions about the aic driver, contact the author, Luoqi Chen . Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 19:55:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id C311514CA0 for ; Sat, 23 Oct 1999 19:55:43 -0700 (PDT) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id UAA06503; Sat, 23 Oct 1999 20:55:40 -0600 (MDT) (envelope-from ken) Message-Id: <199910240255.UAA06503@panzer.kdm.org> Subject: Re: Does 3.3 support SCSI DVDs? In-Reply-To: <199910230713.AAA02793@punk.meer.net> from "George V. Neville-Neil" at "Oct 23, 1999 00:13:09 am" To: gnn@neville-neil.com (George V. Neville-Neil) Date: Sat, 23 Oct 1999 20:55:40 -0600 (MDT) Cc: freebsd-questions@FreeBSD.ORG From: "Kenneth D. Merry" 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 George V. Neville-Neil wrote... > Thanks, > George Yes, but that depends on what you mean by "support". If you want to write to a DVD-RAM drive, we don't support write access through the CD driver just yet. And we don't support the UDF filesystem, so you'll have to use some other filesystem type. ISO 9660 or UFS would work. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 19:59:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id 73AF914F9E for ; Sat, 23 Oct 1999 19:59:51 -0700 (PDT) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id UAA06524; Sat, 23 Oct 1999 20:59:48 -0600 (MDT) (envelope-from ken) Message-Id: <199910240259.UAA06524@panzer.kdm.org> Subject: Re: Newbie Alert - Kernel + PAS16/SCSI Controller In-Reply-To: <199910230022.TAA18390@Mailbox.mcs.net> from Tommy Forrest - KE4PYM at "Oct 22, 1999 08:18:57 pm" To: tforrest@mcs.net (Tommy Forrest - KE4PYM) Date: Sat, 23 Oct 1999 20:59:48 -0600 (MDT) Cc: freebsd-questions@FreeBSD.ORG (freebsd-questions@FreeBSD.ORG) From: "Kenneth D. Merry" 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 [ In the future, please keep your line lengths less than 80 characters ] Tommy Forrest - KE4PYM wrote... > Call me frustrated in the State of Insanity. > > > Working with 3.3-RELEASE. Trying to configure the kernel for my PAS16 and its onboard SCSI controller that I intend to run my Plextor CDROM from. I am a > bit frustrated at the documentation for this. Either that or I am just missing something here. I was told to refer to /i386/isa/sound/sound.doc. In this document > it tells me to "Uncomment one or more of these device entries, depending on what type of sound card you have" and for my PAS16 I put into my kernel file > (WEEDWHACKER) device pas0 at isa? port 0x388 irq 10 drq 6 I also added my device node as I was told to do on the freebsd.org pages. > > Is this correct? > > Now on to the SCSI controller part of my question. In my kernel file I have the following: > > #SCSI Controllers > controller nca0 at isa? port 0x1f88 bio irq 10 (i also tried controller nca0 at isa? port 0x1f88 bio irq 10 vector ncaintr) The nca driver isn't supported in 3.0 and newer. (and isn't likely to be supported unless someone with hardware decides to port the driver) Sorry. If you want to use your CDROM drive, you'll have to get a support SCSI controller. Or you can go back to 2.2.8 -- the nca driver last worked in that release. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 20: 2: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id E470315125 for ; Sat, 23 Oct 1999 20:01:56 -0700 (PDT) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id VAA06543; Sat, 23 Oct 1999 21:01:47 -0600 (MDT) (envelope-from ken) Message-Id: <199910240301.VAA06543@panzer.kdm.org> Subject: Re: SCSI MO DYNAMO 1300SD and 640 MB disk In-Reply-To: <3810B8CA.4F8A13BF@webber.net.ua> from Andrew Petrenko at "Oct 22, 1999 10:19:38 pm" To: apl@webber.net.ua (Andrew Petrenko) Date: Sat, 23 Oct 1999 21:01:47 -0600 (MDT) Cc: freebsd-questions@FreeBSD.ORG From: "Kenneth D. Merry" 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 Andrew Petrenko wrote... > How can i use subj? > i have some error > > (da1:ahc0:0:4:0): READ(10). CDB: 28 0 4f 49 0 1 0 0 1 0 > (da1:ahc0:0:4:0): ILLEGAL REQUEST asc:21,0 > (da1:ahc0:0:4:0): Logical block address out of range > (da1:ahc0:0:4:0): READ(10). CDB: 28 0 20 20 53 50 0 0 1 0 > (da1:ahc0:0:4:0): ILLEGAL REQUEST asc:21,0 > (da1:ahc0:0:4:0): Logical block address out of range > (da1:ahc0:0:4:0): READ(10). CDB: 28 0 e9 e 2 7f 0 0 1 0 > (da1:ahc0:0:4:0): ILLEGAL REQUEST asc:21,0 > (da1:ahc0:0:4:0): Logical block address out of range > (da1:ahc0:0:4:0): READ(10). CDB: 28 0 65 72 70 21 0 0 1 0 > (da1:ahc0:0:4:0): ILLEGAL REQUEST asc:21,0 > (da1:ahc0:0:4:0): Logical block address out of range > (da1:ahc0:0:4:0): READ(10). CDB: 28 0 4f 49 0 1 0 0 1 0 > (da1:ahc0:0:4:0): ILLEGAL REQUEST asc:21,0 > (da1:ahc0:0:4:0): Logical block address out of range > (da1:ahc0:0:4:0): READ(10). CDB: 28 0 20 20 53 50 0 0 1 0 > (da1:ahc0:0:4:0): ILLEGAL REQUEST asc:21,0 > (da1:ahc0:0:4:0): Logical block address out of range > (da1:ahc0:0:4:0): READ(10). CDB: 28 0 e9 e 2 7f 0 0 1 0 > (da1:ahc0:0:4:0): ILLEGAL REQUEST asc:21,0 > (da1:ahc0:0:4:0): Logical block address out of range Check your disklabel. It looks like the disklabel and the drive disagree on the size of the disk. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 20: 2:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imo13.mx.aol.com (imo13.mx.aol.com [198.81.17.3]) by hub.freebsd.org (Postfix) with ESMTP id 2D62314CA0 for ; Sat, 23 Oct 1999 20:02:09 -0700 (PDT) (envelope-from ATeslik@aol.com) Received: from ATeslik@aol.com by imo13.mx.aol.com (mail_out_v23.6.) id 1ORNa11018 (4558); Sat, 23 Oct 1999 23:00:47 -0400 (EDT) From: ATeslik@aol.com Message-ID: <0.ca5dc00a.2543d05e@aol.com> Date: Sat, 23 Oct 1999 23:00:46 EDT Subject: Re: perl scripts To: admin@imediaconsultants.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 I'm no expert here, so hold the flames, but did you check your httpd.conf file to make sure its configured properly for .pl (assuming you're using the .pl extension on your perl files). Apache 1.3.9 has all settings stored in httpd.conf by default whereas previous versions had them in three files. Read the docs regarding the differences between what you installed and what you had. You also might want make sure you compile mod.perl into the httpd build for less forking (easier on CPU). Alex---> >My programmer just untalled the latest Apache (Apache/1.3.9 (Unix) >PHP/3.0.12 FrontPage/4.0.4.3) server on my systems and now none of the >perl scripts work any suggestions?? >-- >Eugene Irvin >President I>nternet Media Consultants, INC >Phone: 702-733-2929 >Fax: 702-733-1404 >http://www.IMediaConsultants.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 20: 4:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id A49E714CA0 for ; Sat, 23 Oct 1999 20:04:36 -0700 (PDT) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id VAA06565; Sat, 23 Oct 1999 21:04:19 -0600 (MDT) (envelope-from ken) Message-Id: <199910240304.VAA06565@panzer.kdm.org> Subject: Re: Sony CDU-31A CD-ROM Drives In-Reply-To: <199910221716.RAA27603@dnsmail.fleet.navy.mil> from "Shaw, James Lester" at "Oct 21, 1999 06:28:52 pm" To: shawjl@benfold.navy.mil (Shaw James Lester) Date: Sat, 23 Oct 1999 21:04:19 -0600 (MDT) Cc: questions@FreeBSD.ORG From: "Kenneth D. Merry" 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 Shaw, James Lester wrote... > FreeBSD libserver.benfoldlibrary 3.3-RELEASE FreeBSD 3.3-RELEASE #0: > Mon Oct 18 10:10:15 GMT 1999 > root@libserver:/usr/src/sys/compile/SrvKernel i386 > > I'm having trouble getting FreeBSD to recognize all my "SONY CDU31A > Rev 1.2b" drives. I have 4 total and it will only find 1. I have 2 > cases daisy-chained together consisting of 2 drives each. Is there a > way to fix this problem? Check your cabling and termination. You probably have termination enabled on a drive in the middle of the chain or something. If you continue to have trouble, send mail to the freebsd-scsi list, and make sure to include a detailed description of your cabling and termination setup. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 20:16:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id 81E0715002 for ; Sat, 23 Oct 1999 20:16:36 -0700 (PDT) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id VAA06682; Sat, 23 Oct 1999 21:16:35 -0600 (MDT) (envelope-from ken) Message-Id: <199910240316.VAA06682@panzer.kdm.org> Subject: Re: Free BSD and Adaptec AAA-131U2 Compatibility In-Reply-To: <199910211820.OAA06149@grover.en.com> from "Kurt@kdcolor.com" at "Oct 21, 1999 02:29:23 pm" To: krepola@stratos.net Date: Sat, 23 Oct 1999 21:16:34 -0600 (MDT) Cc: freebsd-questions@FreeBSD.ORG From: "Kenneth D. Merry" 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 "Kurt"@kdcolor.com wrote... > Are there any known compatibility issues for the Adaptec AAA-131U2? > It isn't supported as a RAID card. It might work as a regular SCSI card if the SCSI chips on board show up as separate PCI devices. Of course it isn't worth buying the card just for that functionality. You would be better off buying a 3950U2. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 20:49:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web117.yahoomail.com (web117.yahoomail.com [205.180.60.91]) by hub.freebsd.org (Postfix) with SMTP id 8AD1915057 for ; Sat, 23 Oct 1999 20:49:16 -0700 (PDT) (envelope-from aletc1@yahoo.com) Message-ID: <19991024035014.2390.rocketmail@web117.yahoomail.com> Received: from [169.158.131.216] by web117.yahoomail.com; Sat, 23 Oct 1999 20:50:14 PDT Date: Sat, 23 Oct 1999 20:50:14 -0700 (PDT) From: Alejandro Tamayo Reply-To: aletc1@yahoo.com Subject: Internal Modem Question (URGENT!) To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a TOSHIBA 2520 Series Laptop and i have a Internal Modem, a TOSHIBA v.90/K56flex Internal Modem, but FreeBSD dont work with it! I need to know how i can install it in FreeBSD and how i can configure it! Sendme the answer to aletc1@yahoo.com __________________________________________________ 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 Sat Oct 23 20:55:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f152.law3.hotmail.com [209.185.241.152]) by hub.freebsd.org (Postfix) with SMTP id 25D60150AC for ; Sat, 23 Oct 1999 20:55:01 -0700 (PDT) (envelope-from bsd_freebsd@hotmail.com) Received: (qmail 23925 invoked by uid 0); 24 Oct 1999 03:55:01 -0000 Message-ID: <19991024035501.23924.qmail@hotmail.com> Received: from 203.166.0.58 by www.hotmail.com with HTTP; Sat, 23 Oct 1999 20:55:00 PDT X-Originating-IP: [203.166.0.58] From: "danny h" To: jcm@dogma.freebsd-uk.eu.org, freebsd-questions@freebsd.org Subject: Re: WYSIWYG word processor needed Date: Sun, 24 Oct 1999 03:55:00 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, If you want a "Free" word processor for Freebsd I suggest you download StarOffice from the "Sun Website" or the Freebsd website. Thank you. >From: J McKitrick >To: freebsd-questions@freebsd.org >Subject: WYSIWYG word processor needed >Date: Fri, 22 Oct 1999 04:52:06 +0100 (BST) > >I know i asked this before, but AbiWord has an annoying bug when i hit the >space bar.. Are there any other good free WPs worth checking out for >FBSD? I'm tring to avoid staroffice if possible, as well as wordperfect, >unless it is overwhelmingly suggested. > >-jm > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > ______________________________________________________ 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 Sat Oct 23 21: 7: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f65.law3.hotmail.com [209.185.241.65]) by hub.freebsd.org (Postfix) with SMTP id 4C727150B0 for ; Sat, 23 Oct 1999 21:07:04 -0700 (PDT) (envelope-from bsd_freebsd@hotmail.com) Received: (qmail 250 invoked by uid 0); 24 Oct 1999 04:07:03 -0000 Message-ID: <19991024040703.249.qmail@hotmail.com> Received: from 203.166.0.58 by www.hotmail.com with HTTP; Sat, 23 Oct 1999 21:07:02 PDT X-Originating-IP: [203.166.0.58] From: "danny h" To: greg@ausit.com, freebsd-questions@freebsd.org Subject: Re: Apache Question Date: Sun, 24 Oct 1999 04:07:02 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello follow these instruction to get apache working:- Assumed knowledge - Basic understanding of networking termnlogy - Uunderstanding of basic commands - Must have su access 1) In your webbrowser type http:// to check if it is working properly.(If not read on) 2) Make sure httpd.conf, access.conf, etc exist. Usually when you first install Apache that way it should be named httpd.conf.default. To change the name of the file to httpd.conf type "mv httpd.conf.default httpd.conf. 3) Follow the above instruction rename access.conf.default etc 4) Now you must change the contents of httpd.conf. to do that you vi httpd.conf (Find the line) DocumentRoot (change it to where you want to store the web contents eg:- /usr/local/www/data/. Remeber that /usr/local/www/data/ must exist. 4) Now you must start Apache. To start Apache simply type /usr/local/application/apache/bin/apachectl start. 5) To test if Apache has started type ps -gax (if it works you should see httpd) Hope that helps. Sorry for presentatation of the above instrucitons :( >From: "Greg W" >To: freebsd-questions@freebsd.org >Subject: Re: Apache Question >Date: Sat, 23 Oct 1999 15:22:28 +1000 > >you should be able too see if its running first by going to >http:// > >you may have to start it up as well > >then you have the http.conf file to configure it ............ > > > >*********** REPLY SEPARATOR *********** > >On 23/10/99 at 1:02 courtney@whtz.com wrote: > > >OK...I have a freebsd box running 3.2 and I want to add the Apache WWW > >server to it. I did a /stand/sysinstall and downloaded the apache >server, > >then went into /usr/ports/www/apache12 and did a "make" but now what the > >heck do I have to do to get this thing working??? > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message ______________________________________________________ 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 Sat Oct 23 21:13:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f255.law3.hotmail.com [209.185.240.28]) by hub.freebsd.org (Postfix) with SMTP id CD08E14C14 for ; Sat, 23 Oct 1999 21:13:41 -0700 (PDT) (envelope-from bsd_freebsd@hotmail.com) Received: (qmail 71318 invoked by uid 0); 24 Oct 1999 04:13:41 -0000 Message-ID: <19991024041341.71317.qmail@hotmail.com> Received: from 203.166.0.58 by www.hotmail.com with HTTP; Sat, 23 Oct 1999 21:13:39 PDT X-Originating-IP: [203.166.0.58] From: "danny h" To: entan@tm.net.my, freebsd-questions@FreeBSD.ORG Subject: Re: Hi ! Date: Sun, 24 Oct 1999 04:13:39 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I would implement a Intranet with Alliare Cold Fusion :) to solve all your problems. >From: Goh Chin Eng >To: freebsd-questions@FreeBSD.ORG >Subject: Re: Hi ! >Date: Sun, 24 Oct 1999 01:50:15 -0300 > > >Hi there!Would you wanna give me some advise on this? Thanks! > >Wrf Inc. trades in dynamic environment where it is essential that >information is presented quickly and clearly to its staff. The information >can come from the company's database or from other staff members. >Significant processing of the information is also required on each >individual's personal computer (PC) before effective decision can be made. > >Wrf Inc. intends to upgrade its computer system to improve speed and >clarity of information. Each member of staff will have a PC linked to a >local area network (LAN). Each PC will run on Windows 3.1 and a >word-processor and a spreadsheet on its local hard disk. The network will >be used for centralised back-up, access to a central database and storage >of data files. The LAN will also be used for communication within the >office by E-mail. The Systems analyst in charge of the project thinks that >users will require 386 processor running at 20 megahertz with two megabytes >of RAM. The network will incoporate a central server file server and run at >a low baud rate. he is pleased that the system will cost only about $6000 >per user. The system analyst is on fixed-term contract, which terminates >when the system installation is complete. > >Users have broadly welcomed the move,although they have not been formally >told about the systems change. The requistioning departments of WRF Inf.has >now questioned the order for the computer hardware and software because of >the lack of authorisation from the board. > >Tasks : >You are required to write a report ( of about 15000 to 2000 words long ) to >the Board, briefly explaining the system development life cycle (SDCL), and >explaining why it is prefered to the situation outlined above as a means of >providing a systems changeover for WRF Inc. > >In assesing this piece of assignment, marks will be allocated for the >application of knowledge to the case situation and the skills in >communication, analysis, evalution and creativity. > >** Duration : 2 weeks > >Rgds, >chin eng > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > ______________________________________________________ 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 Sat Oct 23 21:16:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f244.law3.hotmail.com [209.185.241.244]) by hub.freebsd.org (Postfix) with SMTP id C957215075 for ; Sat, 23 Oct 1999 21:16:39 -0700 (PDT) (envelope-from bsd_freebsd@hotmail.com) Received: (qmail 74712 invoked by uid 0); 24 Oct 1999 04:16:38 -0000 Message-ID: <19991024041638.74711.qmail@hotmail.com> Received: from 203.166.0.58 by www.hotmail.com with HTTP; Sat, 23 Oct 1999 21:16:37 PDT X-Originating-IP: [203.166.0.58] From: "danny h" To: applein@aserver.com.br, freebsd-questions@FreeBSD.ORG Subject: YAMAHA OPL3 SAx on Freebsd 227 Date: Sun, 24 Oct 1999 04:16:37 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I would like to setup the above sound card for my Freebsd X windows box. I know in linux there is /sbin/sndconfig but how can I setup my sndcard on Freebsd 227. Please give me some direction( web site, documentation, anything will be helfpful) 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 Sat Oct 23 21:31:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from doughnut.cc.uq.edu.au (doughnut.cc.uq.edu.au [130.102.128.239]) by hub.freebsd.org (Postfix) with ESMTP id 731EF14C19; Sat, 23 Oct 1999 21:31:06 -0700 (PDT) (envelope-from T.Jago@its.uq.edu.au) Received: (from tony@localhost) by doughnut.cc.uq.edu.au (8.9.3/8.9.3) id OAA12347; Sun, 24 Oct 1999 14:31:04 +1000 (EST) (envelope-from T.Jago@its.uq.edu.au) X-Authentication-Warning: doughnut.cc.uq.edu.au: tony set sender to T.Jago@its.uq.edu.au using -f Date: Sun, 24 Oct 1999 14:31:03 +1000 (EST) X-Sender: tony@doughnut.cc.uq.edu.au To: freebsd-net@freebsd.org, freebsd-questions@freebsd.org, samba@samba.org Subject: Very Poor Samba -> Win9x performance Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII From: Tony Jago Organization: University of Queensland X-Key-Fingerprint: 48 3F 5D FB 37 51 01 C5 A1 82 B1 6B 76 2C 75 9D X-PGP-Key-URL: http://doughnut.cc.uq.edu.au/pub/pgp-keys/T.Jago@its.uq.edu.au X-Direct-Email: tony@scar.uq.edu.au Comments: This mail has be en PGP signed. (http://www.pgp.com/) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, when transferring a file from a FreeBSD box to a Win9x share using smbclient the performance appears to be very slow (ie. about 10k per second). I am running FreeBSD 3.3-STABLE (as of 24/10/99) and Samba 2.0.5a although the problem occurs on slightly older versions of FreeBSD and of samba. As you can see, the get and put performance is vastly different. The tests were performed on a dedicated network. # smbclient \\\\panic\\upload -N -c "put 1mb.dat" Added interface ip=10.0.2.1 bcast=10.0.2.255 nmask=255.255.255.0 Got a positive name query response from 10.0.2.18 ( 10.0.2.18 ) putting file 1mb.dat as \1mb.dat (9.82971 kb/s) (average 9.82971 kb/s) # smbclient \\\\panic\\upload -N -c "get 1mb.dat" Added interface ip=10.0.2.1 bcast=10.0.2.255 nmask=255.255.255.0 Got a positive name query response from 10.0.2.18 ( 10.0.2.18 ) getting file 1mb.dat of size 1048576 as 1mb.dat (425.603 kb/s) (average 425.603 kb/s) If I boot the FreeBSD box into Windows then it can transfer files to the other windows box at high speed. I have reproduced the problem on 3 different FreeBSD boxes and 2 different windows boxes (win95 & win98). I am unsure if the problem is a TCP problem or a Samba problem. During the slow transfer, netstat always reports 2111 bytes in the SendQ on the BSD box. # netstat -n Active Internet connections Proto Recv-Q Send-Q Local Address Foreign Address (state) tcp 0 2111 10.0.2.1.1108 10.0.2.18.139 ESTABLISHED A tcpdump of the transfer however shows some longish pauses waiting for the windows box to reply. This pause seems to be about the same length of time no matter if the windows box is is a Pentium 120 or a PII 333. 10.0.2.1 (FreeBSD PC) 10.0.2.18 (Windows 95 PC) # tcpdump -i ed0 -n tcpdump: listening on ed0 14:22:47.143804 10.0.2.1.1282 > 10.0.2.255.137: udp 50 14:22:47.144432 10.0.2.18.137 > 10.0.2.1.1282: udp 62 14:22:47.444199 10.0.2.1.1109 > 10.0.2.18.139: S 811544824:811544824(0) win 16384 (DF) 14:22:47.444710 10.0.2.18.139 > 10.0.2.1.1109: S 17659612:17659612(0) ack 811544825 win 8760 (DF) 14:22:47.444921 10.0.2.1.1109 > 10.0.2.18.139: . ack 1 win 17520 (DF) 14:22:47.704063 10.0.2.1.1109 > 10.0.2.18.139: P 1:77(76) ack 1 win 17520 (DF) 14:22:47.704723 10.0.2.18.139 > 10.0.2.1.1109: P 1:5(4) ack 77 win 8684 (DF) 14:22:47.705465 10.0.2.1.1109 > 10.0.2.18.139: P 77:245(168) ack 5 win 17520 (DF) 14:22:47.706348 10.0.2.18.139 > 10.0.2.1.1109: P 5:86(81) ack 245 win 8516 (DF) 14:22:47.718935 10.0.2.1.1109 > 10.0.2.18.139: P 245:339(94) ack 86 win 17520 (DF) 14:22:47.719783 10.0.2.18.139 > 10.0.2.1.1109: P 86:131(45) ack 339 win 8422 (DF) 14:22:47.726618 10.0.2.1.1109 > 10.0.2.18.139: P 339:431(92) ack 131 win 17520 (DF) 14:22:47.728456 10.0.2.18.139 > 10.0.2.1.1109: P 131:177(46) ack 431 win 8330 (DF) 14:22:47.729473 10.0.2.1.1109 > 10.0.2.18.139: P 431:509(78) ack 177 win 17520 (DF) 14:22:47.732845 10.0.2.18.139 > 10.0.2.1.1109: P 177:246(69) ack 509 win 8252 (DF) 14:22:47.740104 10.0.2.1.1109 > 10.0.2.18.139: . 509:1969(1460) ack 246 win 17520 (DF) 14:22:47.933404 10.0.2.18.139 > 10.0.2.1.1109: . ack 1969 win 8760 (DF) 14:22:47.933898 10.0.2.1.1109 > 10.0.2.18.139: P 1969:2620(651) ack 246 win 17520 (DF) 14:22:47.935734 10.0.2.18.139 > 10.0.2.1.1109: P 246:297(51) ack 2620 win 8109 (DF) 14:22:47.936794 10.0.2.1.1109 > 10.0.2.18.139: . 2620:4080(1460) ack 297 win 17520 (DF) 14:22:48.135970 10.0.2.18.139 > 10.0.2.1.1109: . ack 4080 win 8760 (DF) 14:22:48.136422 10.0.2.1.1109 > 10.0.2.18.139: P 4080:4731(651) ack 297 win 17520 (DF) 14:22:48.138145 10.0.2.18.139 > 10.0.2.1.1109: P 297:348(51) ack 4731 win 8109 (DF) 14:22:48.139198 10.0.2.1.1109 > 10.0.2.18.139: . 4731:6191(1460) ack 348 win 17520 (DF) 14:22:48.338442 10.0.2.18.139 > 10.0.2.1.1109: . ack 6191 win 8760 (DF) 14:22:48.338894 10.0.2.1.1109 > 10.0.2.18.139: P 6191:6842(651) ack 348 win 17520 (DF) 14:22:48.340633 10.0.2.18.139 > 10.0.2.1.1109: P 348:399(51) ack 6842 win 8109 (DF) 14:22:48.341720 10.0.2.1.1109 > 10.0.2.18.139: . 6842:8302(1460) ack 399 win 17520 (DF) 14:22:48.540938 10.0.2.18.139 > 10.0.2.1.1109: . ack 8302 win 8760 (DF) 14:22:48.541398 10.0.2.1.1109 > 10.0.2.18.139: P 8302:8953(651) ack 399 win 17520 (DF) 14:22:48.543140 10.0.2.18.139 > 10.0.2.1.1109: P 399:450(51) ack 8953 win 8109 (DF) 14:22:48.544242 10.0.2.1.1109 > 10.0.2.18.139: . 8953:10413(1460) ack 450 win 17520 (DF) I do have "tcp_extensions" switched on but I have tried putting them off and tweaking with the Microsoft TCP stack as well and it makes no difference. Samba has "TCP_NODELAY" as a socket option. If anybody can shed some light on this problem it would be great. Thanks in Advance, Tony --- Tony Jago, System Administrator, E-Mail: T.Jago@its.uq.edu.au Server and Security Group, Phone: +61 7 3365 4078 Information Technology Services, The University of Queensland. Brisbane, Australia. 4072. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 21:44:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gwis.com (darcy.gwis.com [209.57.72.3]) by hub.freebsd.org (Postfix) with ESMTP id 910AA14C19 for ; Sat, 23 Oct 1999 21:44:10 -0700 (PDT) (envelope-from ddr@gwis.com) Received: from localhost (ddr@localhost) by gwis.com (8.9.0/8.9.3) with SMTP id AAA06033 for ; Sun, 24 Oct 1999 00:43:44 -0400 (EDT) Date: Sun, 24 Oct 1999 00:43:44 -0400 (EDT) From: GWIS - Dan Roberts To: freebsd-questions@freebsd.org Subject: Why is restore so much slower than dump? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm using a DDS-3 drive to backup files using rdump between two private 100Mbit ports on a switched network. Dumps are fairly quick, but now I'm trying to restore a filesystem and it's going deathly slow. It's obvious from the slowly flickering drive activity and nic card lights that the efficiency of this operation could be greatly improved. Does anyone know what the problem is, and if there is anything I can do about it? -- Dan Roberts, Systems Engineer Voice 800.656.GWIS GWIS Internet Solutions Fax 330.656.5440 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 21:51: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f20.law3.hotmail.com [209.185.241.20]) by hub.freebsd.org (Postfix) with SMTP id DE54014C09 for ; Sat, 23 Oct 1999 21:51:03 -0700 (PDT) (envelope-from bsd_freebsd@hotmail.com) Received: (qmail 49969 invoked by uid 0); 24 Oct 1999 04:51:03 -0000 Message-ID: <19991024045103.49968.qmail@hotmail.com> Received: from 203.166.0.58 by www.hotmail.com with HTTP; Sat, 23 Oct 1999 21:51:02 PDT X-Originating-IP: [203.166.0.58] From: "danny h" To: freebsd-questions@freebsd.org Subject: StarOffice 5.1 for Linux work for Freebsd?? Date: Sun, 24 Oct 1999 04:51:02 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am beginning to ask too many questions in one day but, Sinerio I currrently aquired StarOffice 5.1 ported to Llinux Redhat. I am currently running Freebsd 227 Star Office file is a rpm file I have the linux emulator running. Question:- Because the StarOffice 5.1 is a rpm file What do I need to get that to install on Freebsd? Thank you for helping me out. ______________________________________________________ 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 Sat Oct 23 22:22:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (Postfix) with ESMTP id CED8114E9C; Sat, 23 Oct 1999 22:22:05 -0700 (PDT) (envelope-from julian@whistle.com) Received: from current1.whiste.com (current1.whistle.com [207.76.205.22]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id WAA28933; Sat, 23 Oct 1999 22:18:58 -0700 (PDT) Date: Sat, 23 Oct 1999 22:18:58 -0700 (PDT) From: Julian Elischer To: Tony Jago Cc: freebsd-net@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG, samba@samba.org Subject: Re: Very Poor Samba -> Win9x performance 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 did you use the port? there is a patch in the ports for a slowness problem. On Sun, 24 Oct 1999, Tony Jago wrote: > > Hello, when transferring a file from a FreeBSD box to a Win9x share using > smbclient the performance appears to be very slow (ie. about 10k per > second). I am running FreeBSD 3.3-STABLE (as of 24/10/99) and Samba > 2.0.5a although the problem occurs on slightly older versions of FreeBSD > and of samba. > > As you can see, the get and put performance is vastly different. The > tests were performed on a dedicated network. > > # smbclient \\\\panic\\upload -N -c "put 1mb.dat" > Added interface ip=10.0.2.1 bcast=10.0.2.255 nmask=255.255.255.0 > Got a positive name query response from 10.0.2.18 ( 10.0.2.18 ) > putting file 1mb.dat as \1mb.dat (9.82971 kb/s) (average 9.82971 kb/s) > > # smbclient \\\\panic\\upload -N -c "get 1mb.dat" > Added interface ip=10.0.2.1 bcast=10.0.2.255 nmask=255.255.255.0 > Got a positive name query response from 10.0.2.18 ( 10.0.2.18 ) > getting file 1mb.dat of size 1048576 as 1mb.dat (425.603 kb/s) (average > 425.603 kb/s) > > If I boot the FreeBSD box into Windows then it can transfer files to the > other windows box at high speed. > > I have reproduced the problem on 3 different FreeBSD boxes and 2 > different windows boxes (win95 & win98). > > I am unsure if the problem is a TCP problem or a Samba problem. During > the slow transfer, netstat always reports 2111 bytes in the SendQ on the > BSD box. > > # netstat -n > Active Internet connections > Proto Recv-Q Send-Q Local Address Foreign Address (state) > tcp 0 2111 10.0.2.1.1108 10.0.2.18.139 ESTABLISHED > > A tcpdump of the transfer however shows some longish pauses waiting for > the windows box to reply. This pause seems to be about the same length of > time no matter if the windows box is is a Pentium 120 or a PII 333. > > 10.0.2.1 (FreeBSD PC) 10.0.2.18 (Windows 95 PC) > > # tcpdump -i ed0 -n > tcpdump: listening on ed0 > 14:22:47.143804 10.0.2.1.1282 > 10.0.2.255.137: udp 50 > 14:22:47.144432 10.0.2.18.137 > 10.0.2.1.1282: udp 62 > 14:22:47.444199 10.0.2.1.1109 > 10.0.2.18.139: S 811544824:811544824(0) > win 16384 (DF) > 14:22:47.444710 10.0.2.18.139 > 10.0.2.1.1109: S 17659612:17659612(0) ack > 811544825 win 8760 (DF) > 14:22:47.444921 10.0.2.1.1109 > 10.0.2.18.139: . ack 1 win 17520 (DF) > 14:22:47.704063 10.0.2.1.1109 > 10.0.2.18.139: P 1:77(76) ack 1 win 17520 > (DF) > 14:22:47.704723 10.0.2.18.139 > 10.0.2.1.1109: P 1:5(4) ack 77 win 8684 > (DF) > 14:22:47.705465 10.0.2.1.1109 > 10.0.2.18.139: P 77:245(168) ack 5 win > 17520 (DF) > 14:22:47.706348 10.0.2.18.139 > 10.0.2.1.1109: P 5:86(81) ack 245 win 8516 > (DF) > 14:22:47.718935 10.0.2.1.1109 > 10.0.2.18.139: P 245:339(94) ack 86 win > 17520 (DF) > 14:22:47.719783 10.0.2.18.139 > 10.0.2.1.1109: P 86:131(45) ack 339 win > 8422 (DF) > 14:22:47.726618 10.0.2.1.1109 > 10.0.2.18.139: P 339:431(92) ack 131 win > 17520 (DF) > 14:22:47.728456 10.0.2.18.139 > 10.0.2.1.1109: P 131:177(46) ack 431 win > 8330 (DF) > 14:22:47.729473 10.0.2.1.1109 > 10.0.2.18.139: P 431:509(78) ack 177 win > 17520 (DF) > 14:22:47.732845 10.0.2.18.139 > 10.0.2.1.1109: P 177:246(69) ack 509 win > 8252 (DF) > 14:22:47.740104 10.0.2.1.1109 > 10.0.2.18.139: . 509:1969(1460) ack 246 > win 17520 (DF) > 14:22:47.933404 10.0.2.18.139 > 10.0.2.1.1109: . ack 1969 win 8760 (DF) > 14:22:47.933898 10.0.2.1.1109 > 10.0.2.18.139: P 1969:2620(651) ack 246 > win 17520 (DF) > 14:22:47.935734 10.0.2.18.139 > 10.0.2.1.1109: P 246:297(51) ack 2620 win > 8109 (DF) > 14:22:47.936794 10.0.2.1.1109 > 10.0.2.18.139: . 2620:4080(1460) ack 297 > win 17520 (DF) > 14:22:48.135970 10.0.2.18.139 > 10.0.2.1.1109: . ack 4080 win 8760 (DF) > 14:22:48.136422 10.0.2.1.1109 > 10.0.2.18.139: P 4080:4731(651) ack 297 > win 17520 (DF) > 14:22:48.138145 10.0.2.18.139 > 10.0.2.1.1109: P 297:348(51) ack 4731 win > 8109 (DF) > 14:22:48.139198 10.0.2.1.1109 > 10.0.2.18.139: . 4731:6191(1460) ack 348 > win 17520 (DF) > 14:22:48.338442 10.0.2.18.139 > 10.0.2.1.1109: . ack 6191 win 8760 (DF) > 14:22:48.338894 10.0.2.1.1109 > 10.0.2.18.139: P 6191:6842(651) ack 348 > win 17520 (DF) > 14:22:48.340633 10.0.2.18.139 > 10.0.2.1.1109: P 348:399(51) ack 6842 win > 8109 (DF) > 14:22:48.341720 10.0.2.1.1109 > 10.0.2.18.139: . 6842:8302(1460) ack 399 > win 17520 (DF) > 14:22:48.540938 10.0.2.18.139 > 10.0.2.1.1109: . ack 8302 win 8760 (DF) > 14:22:48.541398 10.0.2.1.1109 > 10.0.2.18.139: P 8302:8953(651) ack 399 > win 17520 (DF) > 14:22:48.543140 10.0.2.18.139 > 10.0.2.1.1109: P 399:450(51) ack 8953 win > 8109 (DF) > 14:22:48.544242 10.0.2.1.1109 > 10.0.2.18.139: . 8953:10413(1460) ack 450 > win 17520 (DF) > > I do have "tcp_extensions" switched on but I have tried putting them off > and tweaking with the Microsoft TCP stack as well and it makes no > difference. Samba has "TCP_NODELAY" as a socket option. > > If anybody can shed some light on this problem it would be great. Thanks > in Advance, > > Tony > > --- > Tony Jago, System Administrator, E-Mail: T.Jago@its.uq.edu.au > Server and Security Group, Phone: +61 7 3365 4078 > Information Technology Services, > The University of Queensland. Brisbane, Australia. 4072. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-net" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 22:43:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bilbo.w-link.net (bilbo.w-link.net [206.98.114.20]) by hub.freebsd.org (Postfix) with ESMTP id 243C814DCB; Sat, 23 Oct 1999 22:43:35 -0700 (PDT) (envelope-from rave@bilbo.w-link.net) Received: from default (dial56-186.w-link.net [208.178.8.221]) by bilbo.w-link.net (8.9.0/8.8.5) with SMTP id VAA25787; Sat, 23 Oct 1999 21:57:52 -0700 (PDT) Message-Id: <199910240457.VAA25787@bilbo.w-link.net> Comments: Authenticated sender is From: rave@mx.serv.net To: SEEKING@bilbo.w-link.net, CONTRACT@bilbo.w-link.net, WORK@bilbo.w-link.net, -@bilbo.w-link.net, DOCUMENTATION@bilbo.w-link.net Date: Mon, 4 Oct 1999 05:19:25 +0000 X-Distribution: Bulk Subject: Attn: Human Resources - Seeking Contract Work, Documentation & C X-mailer: Pegasus Mail for Windows (v2.52) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Senior technical writer, project leader and electronic documentation specialist seeks contract work. Clients have included companies such as Microsoft and Koch Petroleum. Excellent communication skills, able to work with all levels of the company from programmers to CEO. Excellent background in technical, marketing and creative writing. Writing samples, full resume and references available on request. Experience in creating both published and online documentation. PARTIAL LIST OF SKILLS: -Win 95, Microsoft Word, Excel, PowerPoint, Visio (Flowcharting) -Context-sensitive Help (Robohelp, HTML and Java Based) -WordBasic Macros, VBA, Familiarity with Visual Basic -Exposure to CBT development -Understanding and experience with database concepts -Adobe PageMaker, Ventura and many other DTP apps -Corel Draw and many other graphics applications -Screen import programs -OCR and scanning utilities -PC to MAC, MAC to PC document conversions. -Experience with source control software -Moderate skills using FrameMaker 5 -Experience creating Adobe Acrobat PDF files. REQUIRED: Prefer Corp Sole to Corp relationship directly with the client. Agents are also welcome in the same capacity. Option of performing production at my facility. Projects may start out on site but telecommuting / remote production is allowed once comfort level is established. I am fully equipped. I am able to work with my own circle of associates to bring additional skill sets to a project. Contact Dohmnall CGN Adams - Corporation Sole, Phone: 425-882-3431 or 780-998-4066 Rates: Fees are charged by the hour or by the project. Average hourly fees range from $35.00 to $55.00 USD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 22:46:14 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 6208714DF6 for ; Sat, 23 Oct 1999 22:46:13 -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 KAA48331; Sun, 24 Oct 1999 10:43:51 GMT (envelope-from jcwells@u.washington.edu) X-Authentication-Warning: s8-37-26.student.washington.edu: jcw owned process doing -bs Date: Sun, 24 Oct 1999 10:43:51 +0000 (GMT) From: "Jason C. Wells" X-Sender: jcw@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: Jarl McConnel Cc: FreeBSD Support Subject: Re: FTP Serving In-Reply-To: <000e01bf1dc0$dbd8ad40$0100a8c0@jarl> 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, 24 Oct 1999, Jarl McConnel wrote: >I was wondering, from CDROM.com which uses FreeBSD, does FreeBSD come >with a built in FTP daemon, or do you have to use another, such as >ProFTPD? It comes with one. Many others are also available. 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 Sat Oct 23 22:54: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bifrost.agrknives.com (bifrost.hos.net [205.238.129.40]) by hub.freebsd.org (Postfix) with ESMTP id 7E8D814DF6 for ; Sat, 23 Oct 1999 22:53:59 -0700 (PDT) (envelope-from arussell@bifrost.agrknives.com) Received: (from arussell@localhost) by bifrost.agrknives.com (8.8.8/8.8.8) id AAA11795 for questions@freebsd.org; Sun, 24 Oct 1999 00:52:08 -0500 (CDT) (envelope-from arussell) From: "A.G. Russell IV" Message-Id: <199910240552.AAA11795@bifrost.agrknives.com> Subject: OpenBSD changes to the kernel... To: questions@freebsd.org Date: Sun, 24 Oct 1999 00:52:08 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL43 (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 How often, if ever are the changes made by the OpenBSD group migrated to FreeBSD? A.G. _______________________________________________________________________________ A.G. Russell IV KC5KFD High Order Software e-mail: ag4@hos.net Phone 512-834-1145 These are my views, on anyone else they would look silly. When it absolutely, positively has to be destroyed by tomorrow... United States Marine Corps ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 22:54:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 226E814DF6 for ; Sat, 23 Oct 1999 22:54:33 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id LAA26357; Sun, 24 Oct 1999 11:49:52 +0600 (ESS) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id LAA01625; Sun, 24 Oct 1999 11:12:00 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.3/8.9.2) with ESMTP id LAA00434; Sun, 24 Oct 1999 11:12:25 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Sun, 24 Oct 1999 11:12:22 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: Vincent Poy Cc: cjclark@home.com, FreeBSD-Questions@FreeBSD.ORG Subject: Re: FreeBSD 3.3-RELEASE passwd issue 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 -----BEGIN PGP SIGNED MESSAGE----- On Sat, 23 Oct 1999, Vincent Poy wrote: > On Sat, 23 Oct 1999, Crist J. Clark wrote: > > > Vincent Poy wrote, > > > On Sat, 23 Oct 1999, Crist J. Clark wrote: > > > > > > > Vincent Poy wrote, > > > > [snip] > > > > > > > > > > Seems for some reason, unless I go into vipw and delete the entire > > > > > password, the passwd program will just write MD5 instead of DES since it > > > > > had the $ before it. > > > > > > > > Oh, yeah. That's a know "gotcha." Once you set the password to one > > > > format, the only way to change it is to go in manually with vipw. > > > > > > > > But to the original problem, those 13 character passwords you said you > > > > originally had, the DES ones, should work fine. > > > > > > Yeah, thanks for fixing the mixup.... But what's the maximum > > > characters allowed for MD5 and DES for passwords? > > > > I believe the maximum number of characters you can type in is 128. > > However, for DES I know only the first 8 characters are > > significant. From a _really_ quick look at crypt_md5() source, it > > looks like it uses 16. Is that right? I am sure MD5 uses more. > > Hmmm, I think MD5 does use more except is there a reason to not > install DES at all? certain programs expect your machine to understand DES, samba is what first comes to mind. other programs ? > > > Cheers, > Vince - vince@MCESTATE.COM - vince@GAIANET.NET ________ __ ____ > Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] > GaiaNet Corporation - M & C Estate / / / / | / | __] ] > Beverly Hills, California USA 90210 / / / / / |/ / | __] ] > HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQB1AwUBOBKVOORxlWKN2EXhAQFqHAMAkJhFh41u/hwGDx1Md6XndFexXywxCQYP mWYZXrDLJh1cIqd1rp4JwYwa3XfxABaskJCHOG6EU5yAz19PyVuo8+eVPspr35eN Sien1R+oqM2e7zMkdXOFfVqNr3TCBQeO =hjCj -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 23:19:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from venus.GAIANET.NET (venus.GAIANET.NET [207.211.200.51]) by hub.freebsd.org (Postfix) with ESMTP id 4C71814DF6 for ; Sat, 23 Oct 1999 23:19:11 -0700 (PDT) (envelope-from vince@venus.GAIANET.NET) Received: from localhost (vince@localhost) by venus.GAIANET.NET (8.9.3/8.9.3) with ESMTP id XAA48181; Sat, 23 Oct 1999 23:19:01 -0700 (PDT) (envelope-from vince@venus.GAIANET.NET) Date: Sat, 23 Oct 1999 23:19:01 -0700 (PDT) From: Vincent Poy To: cjclark@home.com Cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: FreeBSD 3.3-RELEASE passwd issue In-Reply-To: <199910240250.WAA39167@cc942873-a.ewndsr1.nj.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 Oct 1999, Crist J. Clark wrote: > > > I believe the maximum number of characters you can type in is 128. > > > However, for DES I know only the first 8 characters are > > > significant. From a _really_ quick look at crypt_md5() source, it > > > looks like it uses 16. Is that right? I am sure MD5 uses more. > > > > Hmmm, I think MD5 does use more except is there a reason to not > > install DES at all? > > I had a hard time parsing this sentence. Is there a period missing > after the "execpt?" No... I was asking like would the other have any advantages. > MD5 does use more characters. MD5 is unquestionably the more secure > option for that reason and others. DES has U.S. export restrictions > attached to it (the reason the MD5 password method was developed at > all). That's a "reason" for people outside the U.S. not to use it, > they cannot get it in the standard FreeBSD distribution. That's true but there is a non-US DES that's not subject to the export restrictions for FreeBSD. > As for whether someone in the US would prefer to or not to use it, the > only reason to use DES is for compatibility with other systems that > only use DES (e.g. my machines using NIS at the office fall into that > category). Other than that, I really don't know of a good reason. Hmmm, or maybe the reason of certain software needing it. Cheers, Vince - vince@MCESTATE.COM - vince@GAIANET.NET ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] GaiaNet Corporation - M & C Estate / / / / | / | __] ] Beverly Hills, California USA 90210 / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Oct 23 23:58:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (Postfix) with ESMTP id AA58215091 for ; Sat, 23 Oct 1999 23:58:07 -0700 (PDT) (envelope-from gunnar@pluto.sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id IAA17129; Sun, 24 Oct 1999 08:58:03 +0200 (MET DST) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.7.5/8.7.3) with ESMTP id IAA03152; Sun, 24 Oct 1999 08:58:02 +0200 (MET DST) Received: (from gunnar@localhost) by pluto.sr.se (8.9.3/8.9.3) id IAA95960; Sun, 24 Oct 1999 08:58:02 +0200 (CEST) (envelope-from gunnar) Date: Sun, 24 Oct 1999 08:58:02 +0200 From: Gunnar Flygt To: ByteSavers International Cc: FreeBSD Questions Subject: Re: Installation of FreeBSD woes. Message-ID: <19991024085802.A95706@sr.se> Reply-To: Gunnar Flygt References: <1.5.4.32.19991024010743.006df9a0@lalc.k12.ca.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <1.5.4.32.19991024010743.006df9a0@lalc.k12.ca.us> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Oct 23, 1999 at 06:07:43PM -0700, ByteSavers International wrote: > According to you folk, a file image of 1,474,560 bytes will fit on my 3.5" > floppy. A good thing when starting to use a new OS, is to actually read the README's that come with the CD's or are in the appropriate directorys on the FTP site! It tells you how to put the !! images !! (not files) on the floppies. ie. from UNIX, use dd, and from DOS use fdimage.exe. > > After 2 formats (one under DOS 6.22 and one under Slackware 4.0), I find > several of my floppy disks holding 1,457,664 bytes... > > 1,474,560 bytes > 1,457,664 bytes, therefore no luck. What to do? > > -Phil/CERisE > SomeOtherPerson: we have no cheese in the house! > SomeOtherPerson: err..we do, but it's non-fat tasteless garbage > CERisE8192: Well that's because you're pathetic weight-watchers ;) > SomeOtherPerson: it almost ruined my sunday night... > > 6:20-ish 10/18/99 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message