From owner-freebsd-questions Sun Mar 17 0:22:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp015.mail.yahoo.com (smtp015.mail.yahoo.com [216.136.173.59]) by hub.freebsd.org (Postfix) with SMTP id 90D9637B400 for ; Sun, 17 Mar 2002 00:22:14 -0800 (PST) Received: from donniejones18 (AUTH login) at 12-220-244-231.client.insightbb.com (HELO Kaiser) (donniejones18@12.220.244.231) by smtp.mail.vip.sc5.yahoo.com with SMTP; 17 Mar 2002 08:22:14 -0000 Date: Sun, 17 Mar 2002 03:22:15 -0500 From: Donnie Jones To: Marco Radzinschi Cc: freebsd-questions@freebsd.org Subject: Re: ftp server and freebsd gateway ( ipnat ) Message-Id: <20020317032215.477f7bdd.donniejones18@yahoo.com> In-Reply-To: <20020316132946.N61193-100000@mail.radzinschi.com> References: <20020316013151.12f9b698.donniejones18@yahoo.com> <20020316132946.N61193-100000@mail.radzinschi.com> X-Mailer: Sylpheed version 0.6.6 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG That seems great, but I am needing to set up redirections for more than one ftp server behind the BSD gateway.... Your setup is for only one ftp server, right? If you look at the way I am redirecting on the ports it is to allow for a client to connect to the individual ftp servers behind the BSD gateway. Thanks for the help. Any other ideas? -Donnie Jones On Sat, 16 Mar 2002 13:42:40 -0500 (EST) Marco Radzinschi wrote: > > I have a FreeBSD server behind an OpenBSD gateway/firewall, and it works > fine. The only caveat is that clients must use ACTIVE FTP mode, not > passive. > > If you read up on how passive FTP works, you will find that the > client connects to a random high port on the server, which your gateway is > not forwarding to the FTP servers. > > The only problem I can see with your setup is that in active mode, the FTP > servers open up a connection to port 20 on the client. Their firewall > may not be letting port 20 in, in which case active mode will not work for them. > > If the clients are behind a firewall, they will not be able to connect to > your FTP servers unless their firewall has an FTP-PROXY to allow active > FTP connections. > > I will paste the rules on my OpenBSD box below, which work perfectly, with > the exception of clients behind firewalls. My apologies for this being in > OpenBSD NAT syntax, but it is almost identical to FreeBSD. > > nat on xl0 from 192.168.1.0/24 to any -> xl0 > rdr on xl0 proto tcp from any to any port 21 -> 192.168.1.2 port 21 > > I would check that your FTP servers can make outbound connections on port > 20, and that your users are not connecting from behind firewalls without > an FTP-PROXY set up. > > Marco Radzinschi > > E-Mail: marco@radzinschi.com > AOL IM: CrackedBoy > > > On Sat, 16 Mar 2002, Donnie Jones wrote: > > > > > Hey all. > > > > I am having some problems with people connecting to my ftp servers behing my FBSD gateway. > > > > I am using ip nat for my LAN with 3 hosts running ftp servers behing the FBSD gateway. > > > > IP Addresses for LAN ftp servers: > > > > 192.168.0.5 -- 1st ftp server > > 192.168.0.6 -- 2nd ftp server > > 192.168.0.7 -- 3rd ftp server > > > > To access these ftp servers I am using ip nat's port redirection: > > > > rdr fxp0 12.220.244.231/32 port 13005 -> 192.168.0.5 port 21 # 1st ftp server > > > > rdr fxp0 12.220.244.231/32 port 13006 -> 192.168.0.6 port 21 # 2nd ftp server > > > > rdr fxp0 12.220.244.231/32 port 13007 -> 192.168.0.7 port 21 # 3rd ftp server > > > > By doing this, a person using ftp can connect to my IP Address at that specific port and then it gets redirected to the correct ftp server behind the FBSD gateway on the LAN. > > > > Now, this works for some ftp clients, but most of them, especially windows clients, have issues with getting the "list" for their directories, and it just stalls. Eventually, the client will timeout and they are disconnected, therefore, preventing any files to be transferred. > > > > I am not sure what else can be done to fix this. I've tried having the clients use active and tried passive with no better results. > > > > Any ideas on things to try to solve this would be wonderful. > > > > I have attempted to set up an ftp proxy, but I was confused in how to use the program jftpgw. > > > > If anyone has had success with this program, a sample jftpgw.conf, other than the one that comes with the program, or some url's for online docs would be great for me to look at. > > > > Also, part of the reason I am asking is that this seems to be a big problem for other users also, and there is not very much documentation available for explanations on how to fix these issues. > > > > So, I would like to write up a "howto" to facilitate others in this, with the help I receive from this list. > > > > I have already written a "FBSD gateway howto" available at http://www.darthik.com, under the FreeBSD tab, if anyone would like to take a look at it and give me some comments. > > > > > > Thanks for your time, sorry about the length. > > > > -Donnie Jones _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 0:29: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f81.pav2.hotmail.com [64.4.37.81]) by hub.freebsd.org (Postfix) with ESMTP id DA01337B404 for ; Sun, 17 Mar 2002 00:29:06 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 17 Mar 2002 00:29:06 -0800 Received: from 4.61.39.167 by pv2fd.pav2.hotmail.msn.com with HTTP; Sun, 17 Mar 2002 08:29:06 GMT X-Originating-IP: [4.61.39.167] From: "Frank ." To: matthew.graybosch@cshore.com Cc: FreeBSD-Questions@FreeBSD.Org Subject: Re: Burning .wav's or .mp3's to a CD Date: Sun, 17 Mar 2002 08:29:06 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 17 Mar 2002 08:29:06.0894 (UTC) FILETIME=[CDBDDEE0:01C1CD8D] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG So if I follow you correctly, there is no way to get from what I have (.mp3s and .wavs) to .ogg? In other words, is it possible to get a .ogg from what I currently have? (I have no clue what Ogg Worbis is btw.) -Frank >From: Matthew Graybosch >To: "Frank ." >CC: FreeBSD-Questions@FreeBSD.Org >Subject: Re: Burning .wav's or .mp3's to a CD >Date: Sun, 17 Mar 2002 03:20:40 -0500 > >On Sun, 17 Mar 2002 08:00:47 +0000 >"Frank ." wrote: > > > Someone told me that xmms output'd .wav files are supported by sox, I > > do not know if that is so. Is there some other way to burn mp3s to cd > > or is this the only way? What else can I try? Thanks, > >If you were using Ogg Vorbis instead of MP3 I'd suggest using "ogg123 -d >wav -f track01.wav track01.ogg" and using the resulting wavefile. >However, mpg123 doesn't seem to have that functionality, according to >its man page. > >-- >Matthew Graybosch >http://www.starbreaker.net >"Have compiler, will travel." _________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. 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 Mar 17 0:40:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ettnet.se (mail.ettnet.se [212.109.4.7]) by hub.freebsd.org (Postfix) with SMTP id 76DC037B402 for ; Sun, 17 Mar 2002 00:40:35 -0800 (PST) Received: (qmail 5743 invoked from network); 17 Mar 2002 08:40:32 -0000 Received: from unknown (HELO ppp-212-109-5-89) (212.109.5.89) by mail.ettnet.se with SMTP; 17 Mar 2002 08:40:32 -0000 From: Thomas Widlumdh Reply-To: tw@ettnet.se To: freebsd-questions@FreeBSD.ORG Subject: Re: ppp/kppp.... Date: Sun, 17 Mar 2002 09:26:14 +0100 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <02031709403700.02477@ppp-212-109-5-73> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I do thank those of You who contributed to get my ppp/kppp to work. I had obviously two options, kppp and/or user ppp. Kppp was said to be hard to config. But I thought it would be nice to get kppp working as I had the program in Kde. My use of all this is an common connection to the internet from this very BSD-box (so far). And I managed to get it to work! This mail is sent from kmail with kppp! One odd thing though. With kppp up and running, there is no possibility to start another program from Kde. I can start a program from the terminal, though. So I have to have Kmail, Netscape, any terminal of need etc launched before I start Kppp. The possibilities to start another program from Kde return once I close Kppp. Odd! A bug? Free BSD 4.1 Kppp 1.6.22 Kmail 1.0.28 Once again, thank You, Thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 1: 0:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f153.pav2.hotmail.com [64.4.37.153]) by hub.freebsd.org (Postfix) with ESMTP id 5048537B417 for ; Sun, 17 Mar 2002 00:59:20 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 17 Mar 2002 00:59:20 -0800 Received: from 4.61.39.167 by pv2fd.pav2.hotmail.msn.com with HTTP; Sun, 17 Mar 2002 08:59:20 GMT X-Originating-IP: [4.61.39.167] From: "Frank ." To: matthew.graybosch@cshore.com Cc: FreeBSD-Questions@FreeBSD.Org Subject: Re: Burning .wav's or .mp3's to a CD Date: Sun, 17 Mar 2002 08:59:20 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 17 Mar 2002 08:59:20.0114 (UTC) FILETIME=[06814920:01C1CD92] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks man, great help!! It's very much appriciated. Will take a look at all you suggested and see what I can come up with. -Frank >To begin, fire up your browser and go to >http://www.xiph.org/ogg/vorbis/index.html to learn about Ogg Vorbis. The >site has a FAQ at http://www.xiph.org/ogg/vorbis/faq.html > >Basically, Ogg Vorbis is a patent-free scheme for compressing audio >files in a manner similar to MP3. Sound quality appears to be slightly >better for European Heavy Metal tracks at the same bitrate. Change to >root, type "cd /usr/ports/audio/vorbis-tools", and belt out a "make >install clean". If you're using csh or tcsh I suggest using "make >install clean && rehash" instead. > >Converting .wav to .ogg is easy. You just need the Ogg Vorbis encoder, >[oggenc]. Once you have it installed, just read "man oggenc". If you >wanted to convert from MP3 to Vorbis, you'd have to get a wavefile first >and convert the wavefile to Vorbis. If you do this, you should expect a >degradation in sound quality -- just rip the CD instead. > >As for recording wavefiles to a CD -- I've never used or needed sox. The >[burncd] tool allows the writing of wavefiles to CD-R(W) media without >the use of sox. Read the man page and make a coaster or two to get the >hang of it. [burncd] is for IDE/ATAPI CD-R(W) drives, BTW. If you've got >a SCSI burner then read the man page for [cdrecord] instead. > >-- >Matthew Graybosch >http://www.starbreaker.net >"Have compiler, will travel." _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 1:33:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from habana.easygolucky.de (habana.easygolucky.de [195.27.205.226]) by hub.freebsd.org (Postfix) with ESMTP id 5849737B416 for ; Sun, 17 Mar 2002 01:33:23 -0800 (PST) Received: (from mhe@localhost) by habana.easygolucky.de (8.11.6/8.11.6) id g2H9OTm42339; Sun, 17 Mar 2002 10:24:29 +0100 (CET) (envelope-from mhe) Date: Sun, 17 Mar 2002 10:24:29 +0100 From: Manuel Hendel To: "Frank ." Cc: FreeBSD-Questions@FreeBSD.Org Subject: Re: Burning .wav's or .mp3's to a CD Message-ID: <20020317092428.GA1954@habana.easygolucky.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Just use mpg123 to convert from .mp3 to .pcm. You can burn this on cd. see this link: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-mp3.html Manuel -- It took me fifteen years to discover that I had no talent for writing, but I couldn't give up because by that time I was too famous. -(not sure) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 1:56: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from Gina.esfm.ipn.mx (Gina.esfm.ipn.mx [148.204.102.61]) by hub.freebsd.org (Postfix) with ESMTP id 1EDA937B402 for ; Sun, 17 Mar 2002 01:56:04 -0800 (PST) Received: from localhost (mrspock@localhost) by Gina.esfm.ipn.mx (8.11.6/8.11.6) with ESMTP id g2H9taj70555 for ; Sun, 17 Mar 2002 03:55:38 -0600 (CST) (envelope-from mrspock@esfm.ipn.mx) Date: Sun, 17 Mar 2002 03:55:36 -0600 (CST) From: Eduardo Viruena Silva To: Subject: Diskless in FBS4.5-R Message-ID: <20020317035449.O70527-100000@Gina.esfm.ipn.mx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello!! I have an old FreeBSD-4.3 box running in a Pentium I/160MHz. I use this computer as DHCP server and I have in it images for several operating systems [FBSD-4.3R among them]. Now, we wanted to update this computer and install FBSD-4.5R. to do this, I took a new computer, and installed and configured FreeBSD-4.5R. Then I transfered my /tftpboot directory, activated tftp service, copied my DHCP configuration, transfered my diskless OS systems. and everything seemed to be ok. My old computer was unplugged. I tested my diskless server with MS-DOS and it transfered it ok. I also have the files to transfer the installation images for installing FreeBSD-4.5 and it also worked ok. Nevertheless, my diskless image for FreeBSD-4.3R did not work and either a new one for FreeBSD-4.5. When the image is downloaded to the client, the kernel is transfered and loaded but, when it tries to mount the root filesytem, a panic issue is displayed saying that the mounting directory is not available [but, I can mount the rootfs directory using NFS in every computer in the network where the server is connected] Do you have any idea of what is happening? Do you have FreeBSD-4.5 working diskless and serving diskless images? Any suggestion will be appreciated. Thanks in advance. -- Eduardo Viruena Silva eduardo.viruena@esfm.ipn.mx ESFM-IPN (52)(55) 5729-6000 x 55011 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 1:56:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id A187337B400 for ; Sun, 17 Mar 2002 01:56:41 -0800 (PST) Received: (qmail 93572 invoked by uid 100); 17 Mar 2002 09:56:38 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15508.26709.552773.464882@guru.mired.org> Date: Sun, 17 Mar 2002 03:56:37 -0600 To: questions@freebsd.org Subject: Which Linux for a long-time FreeBSD user? X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all, No, I'm not going to quit running FreeBSD. However, I want to use the Linux kernel module from the Gatos project. I may at some point try and port it into the FreeBSD kernel - especially if someone agrees to convert the Brooktree driver to provide the same API. However, for now, I'm going to run it under Linux. The question is - which one? Anyone have recommendations for the most BSD-like Linux distro? I'll need one that I can add the module to, etc. Thanx, http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 2: 9:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns0.binep.ac.ru (serv2.binep.ac.ru [193.233.44.227]) by hub.freebsd.org (Postfix) with ESMTP id 31C0937B404; Sun, 17 Mar 2002 02:09:31 -0800 (PST) Received: from byfi (byfi.binep.ac.ru [193.233.44.234]) by ns0.binep.ac.ru (8.11.6/8.11.6) with SMTP id g2HAOsi26367; Sun, 17 Mar 2002 13:24:54 +0300 (MSK) (envelope-from goshik@binep.ac.ru) Message-ID: <069e01c1cd9b$c9580b60$ea2ce9c1@binep.ac.ru> From: "Igor B. Bykhalo" To: "Miguel Mendez" Cc: "FreeBSD Questions" , References: <00e201c1cc50$9d223800$ea2ce9c1@binep.ac.ru> <20020315194436.A37023@energyhq.homeip.net> Subject: Solved: Re: lyx build error - anyone can help? Date: Sun, 17 Mar 2002 13:08:08 +0300 Organization: BINEPCP RAS MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > From: "Miguel Mendez" > To: "Igor B. Bykhalo" > Cc: "FreeBSD Questions" ; > Sent: Friday, March 15, 2002 9:44 PM > Subject: Re: lyx build error - anyone can help? > > On Fri, Mar 15, 2002 at 09:38:08PM +0300, Igor B. Bykhalo wrote: > > I can't compile lyx, three days in a row it refuses to build :( > > > > Head and tail of build log are below. > > Please, try the attached patch. > > cd /usr/ports/print && patch -p0 < lyx.diff > cd lyx && make clean && make install Thank You very much, this worked! Hopefully, maintainer will fix it some day... :-) Now to confugure VNC to check is this really working... Thanks a lot, Igor > > Cheers, > -- > Miguel Mendez - flynn@energyhq.homeip.net > GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt > EnergyHQ :: http://www.energyhq.tk > FreeBSD - The power to serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 2:53:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from antares.surnet.ru (antares.surnet.ru [195.54.2.5]) by hub.freebsd.org (Postfix) with ESMTP id 252E037B404 for ; Sun, 17 Mar 2002 02:53:36 -0800 (PST) Received: (from uucp@localhost) by antares.surnet.ru (8.11.6/Joy) with UUCP id g2HArTA75216 for questions@FreeBSD.ORG; Sun, 17 Mar 2002 15:53:29 +0500 (YEKT) Received: from localhost (localhost [127.0.0.1]) by sol.chel.skbkontur.ru with ESMTP id g2HASWs53560 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO) for ; Sun, 17 Mar 2002 15:28:33 +0500 (YEKT) (envelope-from ilia@chel.skbkontur.ru) Date: Sun, 17 Mar 2002 15:28:32 +0500 (YEKT) From: =?koi8-r?B?6czY0SD7ydDJw8nO?= To: questions@FreeBSD.ORG Subject: mod_auth_pam + apache Message-ID: <20020317152733.C53549-100000@sol.chel.skbkontur.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Sirs, is it neccesary to run httpd as root in order to use mod_auth_pam ? if no, what steps could I miss ? (it doesn't work for me) Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5=CC=C1=CE=C9=D1) Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 3: 3:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns0.binep.ac.ru (serv2.binep.ac.ru [193.233.44.227]) by hub.freebsd.org (Postfix) with ESMTP id 87DB037B417 for ; Sun, 17 Mar 2002 03:03:39 -0800 (PST) Received: from byfi (byfi.binep.ac.ru [193.233.44.234]) by ns0.binep.ac.ru (8.11.6/8.11.6) with SMTP id g2HBJFi26432; Sun, 17 Mar 2002 14:19:15 +0300 (MSK) (envelope-from goshik@binep.ac.ru) Message-ID: <06c401c1cda3$60c6f720$ea2ce9c1@binep.ac.ru> From: "Igor B. Bykhalo" To: "Leo De Geer" Cc: "FreeBSD Questions" References: <003901c1cd90$9362e080$fa00000a@ktv2> Subject: Re: the cvs-miror port Date: Sun, 17 Mar 2002 14:03:25 +0300 Organization: BINEPCP RAS MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cc:'d to questions - somebody more knowlegeable will correct me if I say something wrong... > From: "Leo De Geer" > To: "Igor B. Bykhalo" > Sent: Sunday, March 17, 2002 11:48 AM > Subject: the cvs-miror port > > I did se in the freebsd mailing list that you did get the port to work. > I tried to get it working wit no success. I did the make and make > install and after about 5 min it started to do its update but no output. > What do you mean by "no output"? After installation of the cvsup-mirror you should have in your /usr/local/etc/cvsup: > goshik# ll /usr/local/etc/cvsup > total 14 > -r--r--r-- 1 root wheel 277 15 ÍÁÒ 10:31 config.sh > -r--r--r-- 1 root wheel 154 14 ÍÁÒ 11:34 cvsupd.access > drwxr-xr-x 2 root wheel 512 14 ÍÁÒ 11:35 prefixes > drwxr-xr-x 84 cvsupin cvsupin 2048 14 ÍÁÒ 22:27 sup > drwxr-xr-x 4 cvsupin cvsupin 512 14 ÍÁÒ 18:53 sup.client > -r--r--r-- 1 root wheel 404 14 ÍÁÒ 11:34 supfile > -r-xr-xr-x 1 root wheel 1658 15 ÍÁÒ 09:06 update.sh ^^^^^^^^^ This one runs updates hourly from your /etc/crontab and puts it's output into /var/log/cvsup.log If you look closely into script, you'll find that checkout info is put into sup.client/cvs-all directory... You wanted to know about these outputs? If not, reformulate your question, please...:-) HTH, Igor > Do you have som hints to that's going rong. > > Regards Leo > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 3:11:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bamse.ktv.se (bamse.ktv.se [195.17.241.138]) by hub.freebsd.org (Postfix) with ESMTP id 7A47E37B416 for ; Sun, 17 Mar 2002 03:11:35 -0800 (PST) Received: from ktv2 (adsl.entus.se [195.17.241.139]) by bamse.ktv.se (8.11.6/8.11.6) with ESMTP id g2HBBXZ24871; Sun, 17 Mar 2002 12:11:33 +0100 (CET) (envelope-from leo@ktv.se) From: "Leo De Geer" To: "'Igor B. Bykhalo'" Cc: Subject: SV: the cvs-miror port Date: Sun, 17 Mar 2002 12:13:17 +0100 Message-ID: <003d01c1cda4$be396e50$fa00000a@ktv2> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <06c401c1cda3$60c6f720$ea2ce9c1@binep.ac.ru> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have the files in /usr/local/etc/cvsup But it don=E2=80=99t update Even if I have set it to do so. -----Ursprungligt meddelande----- Fr=C3=A5n: Igor B. Bykhalo [mailto:goshik@binep.ac.ru]=20 Skickat: den 17 mars 2002 12:03 Till: Leo De Geer Kopia: FreeBSD Questions =C3=84mne: Re: the cvs-miror port cc:'d to questions - somebody more knowlegeable will correct me if I say something wrong... > From: "Leo De Geer" > To: "Igor B. Bykhalo" > Sent: Sunday, March 17, 2002 11:48 AM > Subject: the cvs-miror port > > I did se in the freebsd mailing list that you did get the port to = work. > I tried to get it working wit no success. I did the make and make > install and after about 5 min it started to do its update but no = output. > What do you mean by "no output"? After installation of the cvsup-mirror you should have in your /usr/local/etc/cvsup: > goshik# ll /usr/local/etc/cvsup > total 14 > -r--r--r-- 1 root wheel 277 15 =D0=BC=D0=B0=D1=80 10:31 = config.sh > -r--r--r-- 1 root wheel 154 14 =D0=BC=D0=B0=D1=80 11:34 = cvsupd.access > drwxr-xr-x 2 root wheel 512 14 =D0=BC=D0=B0=D1=80 11:35 = prefixes > drwxr-xr-x 84 cvsupin cvsupin 2048 14 =D0=BC=D0=B0=D1=80 22:27 sup > drwxr-xr-x 4 cvsupin cvsupin 512 14 =D0=BC=D0=B0=D1=80 18:53 = sup.client > -r--r--r-- 1 root wheel 404 14 =D0=BC=D0=B0=D1=80 11:34 = supfile > -r-xr-xr-x 1 root wheel 1658 15 =D0=BC=D0=B0=D1=80 09:06 = update.sh ^^^^^^^^^ This one runs updates hourly from your /etc/crontab and puts it's output into /var/log/cvsup.log If you look closely into script, you'll find that checkout info is put into sup.client/cvs-all directory... You wanted to know about these outputs? If not, reformulate your question, please...:-) HTH, Igor > Do you have som hints to that's going rong. > > Regards Leo > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 4: 1:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tarakan-network.com (chojin.adsl.nerim.net [62.4.22.98]) by hub.freebsd.org (Postfix) with ESMTP id 4EF5437B448 for ; Sun, 17 Mar 2002 04:00:39 -0800 (PST) Received: from chojin (chojin.lan.tarakan-network.com [192.168.1.3] (may be forged)) by tarakan-network.com (8.12.1/8.11.3) with SMTP id g2HC19HA015462 for ; Sun, 17 Mar 2002 13:01:09 +0100 (CET) (envelope-from freebsd@tarakan-network.com) Message-ID: <00ad01c1cdab$5c9847f0$0301a8c0@chojin> From: "Chojin" To: Subject: ADSL ECI USB Modem works with FreeBSD ? Date: Sun, 17 Mar 2002 13:00:41 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00AA_01C1CDB3.BE50C910" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_00AA_01C1CDB3.BE50C910 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I would like to know if FreeBSD can use ADSL ECI USB Modem ? (4.5 or 5.0 = current maybe ?) How proceed ? Thank you. Chojin ------=_NextPart_000_00AA_01C1CDB3.BE50C910 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
 
I would like to know if FreeBSD can use = ADSL ECI=20 USB Modem ? (4.5 or 5.0 current maybe ?)
How proceed ?
 
Thank you.
Chojin
------=_NextPart_000_00AA_01C1CDB3.BE50C910-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 4:19:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from habana.easygolucky.de (habana.easygolucky.de [195.27.205.226]) by hub.freebsd.org (Postfix) with ESMTP id 7A83E37B431 for ; Sun, 17 Mar 2002 04:18:41 -0800 (PST) Received: (from mhe@localhost) by habana.easygolucky.de (8.11.6/8.11.6) id g2HC9oF56090 for freebsd-questions@freebsd.org; Sun, 17 Mar 2002 13:09:50 +0100 (CET) (envelope-from mhe) Date: Sun, 17 Mar 2002 13:09:49 +0100 From: Manuel Hendel To: FreeBSD Questions Subject: problems with gphoto2 Message-ID: <20020317120949.GB1954@habana.easygolucky.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I got a fully supported Canon IXUS Digital 300 connacted through a NEC USB Hub to the USB Port. #habana:/d1/home/mhe$ dmesg #...snip... #ugen0: Canon Inc. DIGITAL IXUS 300, rev 1.10/0.01, addr 4 #...snip... Actually, everthing should work, from the usb side, but a brings the following information: #habana:~$ gphoto2 --list-ports #Devices found: 1 #Path Description #-------------------------------------------------------------- #usb: Universal Serial Bus #habana:~$ This looks like, that there is no usb device! What's going wron here! Can anybody help? Manuel -- What you end up with, after running an operating system concept through these many marketing coffee filters, is something not unlike plain hot water. -Matt Welsh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 5:18:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns17.u-build-it.net (ns17.u-build-it.net [66.33.65.140]) by hub.freebsd.org (Postfix) with ESMTP id 0EA2237B417 for ; Sun, 17 Mar 2002 05:18:23 -0800 (PST) Received: from h0002e3053cbe.ne.client2.attbi.com ([66.31.121.43] helo=beast) by ns17.u-build-it.net with asmtp (Exim 3.34 #1) id 16maYA-0004Wh-00 for Freebsd-questions@FreeBSD.org; Sun, 17 Mar 2002 08:18:14 -0500 From: "Paul A. Howes" To: Subject: Motherboard compatibility question... Date: Sun, 17 Mar 2002 08:18:29 -0500 Message-ID: <007701c1cdb6$3af2b0d0$0200a8c0@beast> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ns17.u-build-it.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [0 0] X-AntiAbuse: Sender Address Domain - fair-ware.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am planning to build a firewall system, and saw that Tyan now has a Flex-ATX motherboard that contains two Intel Ethernet controllers. One is a standard 82559 chip, but the other is a part of the motherboard chipset, and is labeled as being an "82561EM" controller. Does anyone know if FreeBSD will support both of these using the "fxp" driver? If so, then I think I have found my new firewall motherboard :) The URL to the motherboard description is: http://www.tyan.com/products/html/tomcati815ef.html Thanks! -- Paul A. Howes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 6:16:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ecotc.com (ecotc.com [216.122.217.222]) by hub.freebsd.org (Postfix) with ESMTP id 283C437B404 for ; Sun, 17 Mar 2002 06:16:17 -0800 (PST) Received: from [192.168.1.100] (bgp623769bgs.brick201.nj.comcast.net [68.39.121.146]) by ecotc.com (8.11.0/8.11.0) with ESMTP id g2HEG9d52907 for ; Sun, 17 Mar 2002 09:16:10 -0500 (EST) (envelope-from eco@ecotc.com) User-Agent: Microsoft-Entourage/9.0.1.3108 Date: Sun, 17 Mar 2002 09:16:54 -0500 Subject: Need help updating PHP - get Error code 1 after running make install From: Ed To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I need help updating PHP - I get an Error code 1 after running make install. The feature/option selection screen does appear, I hit OK, then get the error. Also says Stop in /path/blah/blah/blah.... Any help appreciated. Thanks. Ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 6:27: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.toronto.istar.net (mail1.toronto.istar.net [209.89.75.17]) by hub.freebsd.org (Postfix) with ESMTP id A0A5737B41A for ; Sun, 17 Mar 2002 06:26:57 -0800 (PST) Received: from d226-39-102.home.cgocable.net ([24.226.39.102] helo=x1-6-00-50-ba-de-36-33.kico2.on.cogeco.ca) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 16mbdn-0003xY-00; Sun, 17 Mar 2002 09:28:07 -0500 Received: from localhost (genisis@localhost) by x1-6-00-50-ba-de-36-33.kico2.on.cogeco.ca (8.11.6/8.11.6) with ESMTP id g2HEXM172598; Sun, 17 Mar 2002 09:33:23 -0500 (EST) (envelope-from genisis@istar.ca) X-Authentication-Warning: x1-6-00-50-ba-de-36-33.kico2.on.cogeco.ca: genisis owned process doing -bs Date: Sun, 17 Mar 2002 09:33:22 -0500 (EST) From: Dru X-X-Sender: To: Tim Kellers Cc: Roman Neuhauser , "Kellers, Timothy" , "'questions@freebsd.org'" , "'kellers@njit.edu'" Subject: Re: desktop.eml and sample.eml In-Reply-To: <20020316221004.J49217-100000@serv1.wallnet.com> Message-ID: <20020317092424.N1643-100000@genisis> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 16 Mar 2002, Tim Kellers wrote: > > Using find, is this command safe? > > find / -name "sample.eml" -delete > > I've read (and re-read) the man page for find and I'm still a bit skittish > about the -delete function. And while I have used find often before, I've > never used the -delete argument. When I tried it earlier this evening on > my home computer, I wiped out my home directory. (I figured out my > boneheaded syntax after that one). > > I can't afford to wipe out the school's server, though, so any suggestions > (or different approaches) to deleting these miserable virus droppings. > > Thanks, Hi Tim, If you're concerned about inadvertantly nuking other files, there's a couple of ways you can verify what will be deleted before doing the delete. You could become the superuser and cd into / and try this: su cd / find . -name "*.eml" -print > somefile then skim over the resulting somefile. If it looks good, use this command to remove the files: find . -name "*.eml" -delete An alternative is to use the "ok" switch which will prompt you for every file it finds, asking your permission before deleting it. A bit slower, but you'll know which files will get deleted: find . -name "*.eml" -ok rm {} \; HTH, Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 6:37:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.mail.vanderbilt.edu (smtp1.mail.Vanderbilt.Edu [129.59.1.75]) by hub.freebsd.org (Postfix) with ESMTP id CB8C537B41D for ; Sun, 17 Mar 2002 06:37:19 -0800 (PST) Received: from smtp1.mail.vanderbilt.edu (LOCALHOST [127.0.0.1]) by smtp1.mail.vanderbilt.edu (8.11.6/8.11.6/VU-3.6C+d3.6) with ESMTP id g2HEbIG21927 for ; Sun, 17 Mar 2002 08:37:18 -0600 (CST) Received: from ci537698-a (pcp612785pcs.wilmsc01.tn.comcast.net [68.53.28.231]) by smtp1.mail.vanderbilt.edu (8.11.6/8.11.6/VU-3.6B+d3.6) with ESMTP id g2HEbIf21923 for ; Sun, 17 Mar 2002 08:37:18 -0600 (CST) Date: Sun, 17 Mar 2002 08:37:31 -0600 From: "Giles, George S" To: freebsd-questions@freebsd.org Subject: Vinum Raid 5 Problem Message-ID: <482151146.1016354251@ci537698-a> X-Mailer: Mulberry/2.1.2 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG My system has three identical disks. The following config does not work: drive d1 device /dev/da1e drive d2 device /dev/da2e drive d3 device /dev/da3e volume myRaidFive plex org raid5 512K sd length 4g drive d1 sd length 4g drive d2 sd length 4g drive d3 The result of the config is: 3 drives: D d1 State: up Device /dev/da1e Avail: 4650/8746 MB (53%) D d2 State: up Device /dev/da2e Avail: 4650/8746 MB (53%) D d3 State: up Device /dev/da3e Avail: 4650/8746 MB (53%) 1 volumes: V myRaidFive State: down Plexes: 1 Size: 8192 MB 1 plexes: P myRaidFive.p0 R5 State: init Subdisks: 3 Size: 8192 MB 3 subdisks: S myRaidFive.p0.s0 State: empty PO: 0 B Size: 4096 MB S myRaidFive.p0.s1 State: empty PO: 512 kB Size: 4096 MB S myRaidFive.p0.s2 State: empty PO: 1024 kB Size: 4096 MB s When I run newfs I get the following error: newfs: /dev/vinum/myRaidFive: Input/output error These drives make striped and concatenated logical volumes just fine. I am using 4.4-Release. Please advise. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 7: 6:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from scaup.prod.itd.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by hub.freebsd.org (Postfix) with ESMTP id 4B16A37B41A for ; Sun, 17 Mar 2002 07:06:34 -0800 (PST) Received: from sdn-ar-008dcwashp136.dialsprint.net ([63.178.91.200] helo=moo.holy.cow) by scaup.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16mcEt-00063Q-00; Sun, 17 Mar 2002 07:06:27 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id 62D1650C01; Sun, 17 Mar 2002 10:08:43 -0500 (EST) Date: Sun, 17 Mar 2002 10:08:43 -0500 From: parv To: "F. Xavier Noria" Cc: freebsd-questions@FreeBSD.org Subject: Re: Perl & system upgrade Message-ID: <20020317150843.GA998@moo.holy.cow> Mail-Followup-To: "F. Xavier Noria" , freebsd-questions@FreeBSD.org References: <20020316155835.6f094167.fxn@isoco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020316155835.6f094167.fxn@isoco.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message <20020316155835.6f094167.fxn@isoco.com>, wrote F. Xavier Noria thusly... > > I am downloading the sources right now to upgrade this 4.4 box to > 4.5. Perl 5.6.1 is installed and before I build the new sustem I > would like to know whether it would be a good idea to execute > "use.perl system" to make /usr/bin/perl the original system perl > or it does not matter. just wanted to let you know that i had built (upgraded from older 4.5-stable) 4-stable a few hour ago w/ perl from ports w/o any ill effects or doing anything special in particular. - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 7:22:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from c003.snv.cp.net (c003-h023.c003.snv.cp.net [209.228.32.237]) by hub.freebsd.org (Postfix) with SMTP id 9C4C737B419 for ; Sun, 17 Mar 2002 07:22:30 -0800 (PST) Received: (cpmta 25702 invoked from network); 17 Mar 2002 07:22:28 -0800 Received: from 64.195.103.89 (HELO localhost.localdomain) by smtp.telocity.com (209.228.32.237) with SMTP; 17 Mar 2002 07:22:28 -0800 X-Sent: 17 Mar 2002 15:22:28 GMT Received: by localhost.localdomain (Postfix, from userid 1000) id CB34AA39BE; Sun, 17 Mar 2002 09:22:27 -0600 (CST) To: Mike Meyer Cc: questions@freebsd.org Subject: Re: Which Linux for a long-time FreeBSD user? References: <15508.26709.552773.464882@guru.mired.org> From: BSDguy Date: 17 Mar 2002 09:22:27 -0600 In-Reply-To: <15508.26709.552773.464882@guru.mired.org> Message-ID: <87sn6zp6bw.fsf@rhlinux.localdomain> Lines: 16 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >>>>"MM" == Mike Meyer writes: MM> Hello all, No, I'm not going to quit running FreeBSD. However, I MM> want to use the Linux kernel module from the Gatos project. I may MM> at some point try and port it into the FreeBSD kernel - MM> especially if someone agrees to convert the Brooktree driver to MM> provide the same API. However, for now, I'm going to run it under MM> Linux. MM> The question is - which one? Anyone have recommendations for the MM> most BSD-like Linux distro? I'll need one that I can add the MM> module to, etc. Slackware is the most BSD-ish. -anthony To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 7:23:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail4.nc.rr.com (fe4.southeast.rr.com [24.93.67.51]) by hub.freebsd.org (Postfix) with ESMTP id 8365837B419 for ; Sun, 17 Mar 2002 07:23:52 -0800 (PST) Received: from i8k.babbleon.org ([66.57.85.154]) by mail4.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Sun, 17 Mar 2002 10:24:21 -0500 Received: by i8k.babbleon.org (Postfix, from userid 111) id 07FC5BB35; Sun, 17 Mar 2002 10:23:41 -0500 (EST) Content-Type: text/plain; charset="iso-8859-1" From: Brian T.Schellenberger To: Peter Leftwich Subject: Re: An idiot, his box, and a security question [PuTTY telnet/ssh] Date: Sun, 17 Mar 2002 10:23:41 -0500 X-Mailer: KMail [version 1.3] Cc: questions@FreeBSD.ORG References: <20020317001244.Y30953-100000@earl-grey.cloud9.net> <20020317053307.GA7491@hades.hell.gr> In-Reply-To: <20020317053307.GA7491@hades.hell.gr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020317152341.07FC5BB35@i8k.babbleon.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG | On 2002-03-17 00:17, Peter Leftwich wrote: | > | > I still don't get this whole "don't use root" issue. If I had installed | > Win2000 at home (after having had EEEEnough of Win98SR1), then I would've | > created a login with Administrator rights. I login as root to my FreeBSD | > 4.5-RELEASE box all the time. The "su" command confuses me, so I stay | > way away from it, besides, I am constantly tweaking *system-wide* and | > installing programs, so why would I ever login from userland?? Well, when you are first setting up a machine, it makes plenty of sense to log in as root. I do, too. But once you have your system set up and you are running programs frequently but intalling them only rarely, it's better to log in as a normal user and "su" to root only for those occaisonal special tasks that only root can do. If you do an adiministrator task frequently, I recommmend "op" as a way to avoid having to "su" all the time for common tasks. "sudo" does the same thing is more commonly used but I find it a lot more awkward to use. The big advantage of not running as root all the time is that you can't accidentally screw up your entire system if you do something boneheaded. Also, if you run a trojan horse (these do exist for Unix systems even if they aren't as common as on Windows), and you are not root, you are protected from system damage. The same would be true of a virus, and though I don't actually know of viruses _per_se_ on Unix systems, there is nothing inherit to prevent them from being written. They wouldn't, however, tend to spread very far since most people don't run as root all the time. By running as root all the time, you are sort of like the person who refuses to be immunized--you are somewhat protected by the fact that most people run as root but you'd be safer if you did, too. And you aren't protected at all from your own screwups. -- Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) Brian, the man from Babble-On . . . . bts@babbleon.org (personal) ME --> http://www.babbleon.org http://www.eff.org <-- GOOD GUYS --> http://www.programming-freedom.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 7:24: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by hub.freebsd.org (Postfix) with ESMTP id A67CE37B404 for ; Sun, 17 Mar 2002 07:24:03 -0800 (PST) Received: from user-119aekg.biz.mindspring.com ([66.149.58.144] helo=motil) by albatross.prod.itd.earthlink.net with smtp (Exim 3.33 #1) id 16mcVv-0006AP-00 for freebsd-questions@freebsd.org; Sun, 17 Mar 2002 07:24:03 -0800 Message-ID: <026c01c1cdc7$de23f910$7b00a8c0@motil> From: "barazani" To: References: Subject: Re: Sendmail to company mailserver, how? Date: Sun, 17 Mar 2002 10:24:43 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1255" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mine has DSsmtp.earthlink.net of course make sure your mail server allows relaying ... ----- Original Message ----- From: "Jon Larssen" To: Sent: Friday, March 15, 2002 9:19 PM Subject: Sendmail to company mailserver, how? > Hello, > > I'be banging my head against a wall for several days with Sendmail. I have > this box working as a router, the company mail server is another box. Now, > I'd like to send email from the routerbox to mailserver (like the daily > security reports). What should be the sendmail.cf options to this? > > I have already disabled sendmail in rc.conf, since I don't need the daemon > running in this box. Do I have to disable the local mailer? > > Best regards, > Jon. > > _________________________________________________________________ > Send and receive Hotmail on your mobile device: http://mobile.msn.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 7:29:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from peckdani-2.user.msu.edu (peckdani-2.user.msu.edu [35.11.173.133]) by hub.freebsd.org (Postfix) with ESMTP id 7C80137B41D for ; Sun, 17 Mar 2002 07:29:54 -0800 (PST) Received: (from dan@localhost) by peckdani-2.user.msu.edu (8.11.6/8.11.6) id g2HFTmf42468; Sun, 17 Mar 2002 10:29:48 -0500 (EST) (envelope-from dan) Date: Sun, 17 Mar 2002 10:29:48 -0500 From: Dan Peck To: Mike Meyer Cc: questions@FreeBSD.ORG Subject: Re: Which Linux for a long-time FreeBSD user? Message-ID: <20020317102947.A41395@peckdani-2.user.msu.edu> References: <15508.26709.552773.464882@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <15508.26709.552773.464882@guru.mired.org>; from mwm-dated-1016790998.1dee4e@mired.org on Sun, Mar 17, 2002 at 03:56:37AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've never actually used either, but gentoo has it's own version of ports ("portage"), and I believe for the most part is source based, another one I've heard good things about would be Sourcerer, but as I said, I've neither used either . . . -Dan On Sun, Mar 17, 2002 at 03:56:37AM -0600, Mike Meyer wrote: > Hello all, > > No, I'm not going to quit running FreeBSD. However, I want to use the > Linux kernel module from the Gatos project. I may at some point try > and port it into the FreeBSD kernel - especially if someone agrees to > convert the Brooktree driver to provide the same API. However, for > now, I'm going to run it under Linux. > > The question is - which one? Anyone have recommendations for the most > BSD-like Linux distro? I'll need one that I can add the module to, > etc. > > Thanx, > -- > Mike Meyer http://www.mired.org/home/mwm/ > Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- "Your theory is cray, but it's not crazy enough to be true." --Neils Bohr. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 7:32: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nycsmtp1out.rdc-nyc.rr.com (nycsmtp1out.rdc-nyc.rr.com [24.29.99.226]) by hub.freebsd.org (Postfix) with ESMTP id 543BE37B420 for ; Sun, 17 Mar 2002 07:31:55 -0800 (PST) Received: from scott1.nyc.rr.com (24-168-24-239.nyc.rr.com [24.168.24.239]) by nycsmtp1out.rdc-nyc.rr.com (8.12.1/Road Runner SMTP Server 1.0) with ESMTP id g2HFUkbd008737; Sun, 17 Mar 2002 10:30:46 -0500 (EST) Message-Id: <5.1.0.14.0.20020317102048.00bbb310@pop-server.nyc.rr.com> X-Sender: scottro@pop-server.nyc.rr.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 17 Mar 2002 10:31:51 -0500 To: Mike Meyer , questions@FreeBSD.ORG From: Scott Subject: Re: Which Linux for a long-time FreeBSD user? In-Reply-To: <15508.26709.552773.464882@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 03:56 2002/03/17 -0600, Mike Meyer wrote: >Hello all, > >No, I'm not going to quit running FreeBSD. However, I want to use the >Linux kernel module from the Gatos project. I may at some point try >and port it into the FreeBSD kernel - especially if someone agrees to >convert the Brooktree driver to provide the same API. However, for >now, I'm going to run it under Linux. > >The question is - which one? Anyone have recommendations for the most >BSD-like Linux distro? I'll need one that I can add the module to, >etc. There is a relatively new Linux out, called Gentoo. The downside is that as it's new (only RC stage) it's still a bit buggy, and not that well documented---one can, however, download their mailing list archive, unzip and then search. (The online search function isn't working yet.) Also, if you decide to download the 16-18 meg ISO and build it all from source, it takes several hours, even with a high speed connection and fast machine--there is a 650 or so meg ISO that has all the binaries already compiled. The upside is that's it's fast, BSD like in many ways, and uses a system called portage, which works quite similarly to ports--it'll check dependencies, etc. etc. You can even do a make world type thing--however, consider that if you do that, it will update EVERYTHING save what isn't specified--that is, if you have X 4.1 it'll download and compile and install X 4.2. There's ways around this though. A few gotchas if, after looking at it, you're interested. The documentation is still quite sparse---when doing the build, you have to make a separate boot partition or it fails because Grub is looking for that separate boot partition --there's a workaround that I don't remember (as I only found out about it after having already made that partition). SSH 3.1---when you add a user (which should be done with adduser -m--otherwise no home directory is created, etc, it doesn't give the user a shell, so you have to manually add a shell in /etc/passwd, or the user won't be able to login. Also, adding a user to the wheel group---there are command line switches for it, but if, as I do, you manually do /etc/group the syntax is weird. In most distros it's (on the wheel line) root, otheruser. In this one it's root ,otheruser (Note the space between root and the comma). Anyway, if you find it worth looking into it's at http://www.gentoo.org HTH Scott Robbins To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 7:33:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 4779A37B41D for ; Sun, 17 Mar 2002 07:33:31 -0800 (PST) Received: (qmail 947 invoked by uid 100); 17 Mar 2002 15:33:13 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15508.46905.266849.327264@guru.mired.org> Date: Sun, 17 Mar 2002 09:33:13 -0600 To: questions@freebsd.org Subject: Re: Which Linux for a long-time FreeBSD user? In-Reply-To: <15508.26709.552773.464882@guru.mired.org> References: <15508.26709.552773.464882@guru.mired.org> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I want to thank everyone who replied. After some study, I'm downloading a copy of the Gentoo install disks. Three things about it got me: 1) they're engineering it as a server platform; 2) they treat building from source as the normal install; 3) it's doesn't use rpms. Thanks again to all who responded, http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 7:47: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by hub.freebsd.org (Postfix) with ESMTP id B8A2C37B404 for ; Sun, 17 Mar 2002 07:47:02 -0800 (PST) Received: from user-119aekg.biz.mindspring.com ([66.149.58.144] helo=motil) by albatross.prod.itd.earthlink.net with smtp (Exim 3.33 #1) id 16mcsA-0000vm-00 for freebsd-questions@freebsd.org; Sun, 17 Mar 2002 07:47:02 -0800 Message-ID: <037701c1cdcb$1404d240$7b00a8c0@motil> From: "barazani" To: References: <15508.26709.552773.464882@guru.mired.org> Subject: Re: Which Linux for a long-time FreeBSD user? Date: Sun, 17 Mar 2002 10:47:43 -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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've recently had to build a firewall based on iptables ;-( i sent an email to a linux group and most of them recommended debian i have not played with it just yet but here's a snip from one email that got me curious . >>>> Debian of course > iptables > cyrus-imap > postfix > procmail > samba > dhcpd Do a base install and then... apt-get install kernel-image-2.4.18-386 apt-get install iptables apt-get install cyrus-imapd apt-get install postfix apt-get install procmail apt-get install samba apt-get install dhcp the apt-get option reminds me of the ports ..... i will be more than happy to hear your decision ( I'm a fan ...) ----- Original Message ----- From: "Mike Meyer" To: Sent: Sunday, March 17, 2002 4:56 AM Subject: Which Linux for a long-time FreeBSD user? > Hello all, > > No, I'm not going to quit running FreeBSD. However, I want to use the > Linux kernel module from the Gatos project. I may at some point try > and port it into the FreeBSD kernel - especially if someone agrees to > convert the Brooktree driver to provide the same API. However, for > now, I'm going to run it under Linux. > > The question is - which one? Anyone have recommendations for the most > BSD-like Linux distro? I'll need one that I can add the module to, > etc. > > Thanx, > -- > Mike Meyer http://www.mired.org/home/mwm/ > Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 8:20: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-64-219-21-192.dsl.crchtx.swbell.net [64.219.21.192]) by hub.freebsd.org (Postfix) with ESMTP id C796437B404 for ; Sun, 17 Mar 2002 08:20:04 -0800 (PST) Received: from SAGEONE (sageone [192.168.0.5]) by sage-one.net (8.11.6/8.11.6) with SMTP id g2HGK3X04594 for ; Sun, 17 Mar 2002 10:20:04 -0600 (CST) (envelope-from admin@sage-one.net) Message-Id: <3.0.5.32.20020317102001.0119eb88@mail.sage-one.net> X-Sender: admin@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 17 Mar 2002 10:20:01 -0600 To: freebsd-questions@freebsd.org From: Server Admin Subject: Apache/Frontpage setup for Vhosts Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Running 4.5-Stable with Apache and Frontpage2002 On a new server setup, I just set up Apache for the first vhost (name-based) and found it was a lot more simple than I had anticipated and the virtual host fired right up first try and is "on the air". Love Apache! Was looking for it to be more difficult, but found that I could place the vhost just about anywhere. BUT, what is driving me nuts now after many retries is how to set up Frontpage as another independent "root" web for that vhost. I've tried running "fp_install.sh" with different responses to the interactive questions, but no dice. I thought I'd found it where it asked for setup another "virtual server", and after replying "yes", it asked for "config file". It didn't like any of my answers and I had to abort the attempt. My "ports are wide open" for any tips/suggestions about how to do this. Here's my directory structure now: Main Domain root: /usr/local/www/data Vhost: I wanted to do this to keep each of the vhosts separate from main domain: /usr/local/www/vhosts/myvhost1.com/data Also, tried this (because FP re-install seems to look for webs in the root): /usr/local/www/data/myvhost FP re-install also asked if I wanted to install a "web root" now, but I figured that was for the main domain and didn't have the nerve to try a "yes" and risk messing up the existing main web root. Many thanks for any ideas from anyone who knows a solution for the above and willing to share the info. I'm afraid I'm on the verge of wrecking things since I don't quite understand it. .... our website: http://www.sage-one.net/ Best regards, Jack L. Stone Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 8:24:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.macconnect.com (mail.macconnect.com [204.68.168.11]) by hub.freebsd.org (Postfix) with SMTP id 5968B37B443 for ; Sun, 17 Mar 2002 08:23:47 -0800 (PST) Received: (qmail 48189 invoked by uid 0); 17 Mar 2002 16:29:11 -0000 Received: from unknown (HELO ?10.0.1.7?) (24.168.28.19) by mail.macconnect.com with SMTP; 17 Mar 2002 16:29:11 -0000 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Sun, 17 Mar 2002 11:24:33 -0500 Subject: Re: HELP!! problem with new bsd mail server [solved kind of] From: Brendan McAlpine To: Patrick O'Reilly , Message-ID: In-Reply-To: <00f801c1cd28$8a198a00$0200000a@perimeter.co.za> Mime-version: 1.0 Content-type: text/plain; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks Patrick. Sorry for the lack of info. At this point, all I want is for the machine to run a full 24 hours without going deaf to network connections. Its very strange. The machine is running FreeBSD4.5 and I'm running qmail, qmailadmin, and sqwebmail. Apache is serving up the qmailadmin and sqwebmail cgi's. The machine is a brand new, dual 1GHZ pentium running RAID 5 across 3 large SCSI disks. Every 3 or 4 hours the machine goes "deaf" to its network set up and no incoming or outbound traffic can get through. When it goes deaf it can't even ping the switch its connected to. At first I thought the problem was because of the dual ethernet cards. So = I disabled one of them in the bios settings. The machine ran better. After 24 hours or so, it started going deaf every 4 or 5 hours again. Since this is happening on a more or less random schedule, I can't pin down what the problem is. Something is causing the machine to less its networking ability for about 10 minutes at a time every 4 or 5 hours. BTW, I checked my log files and nothing is being logged as errors when the downtime occurs. The only errors in there are: /kernel: stray irq 7 I'm unsure of how to move from here....please help..... TIA Brendan How should I go about trying to figure out what is caus > From: "Patrick O'Reilly" > Date: Sat, 16 Mar 2002 22:24:11 +0200 > To: "Brendan McAlpine" , > Subject: Re: HELP!! problem with new bsd mail server [solved kind of] >=20 >> ----- Original Message ----- >> From: "Brendan McAlpine" >>=20 >> Hey everyone, >>=20 >> I solved the immediate problem but I still need a long term solution. >> Basically I disabled the second ethernet card and everything looks good >> right now. I am still looking for a better way to do this though. >> Optimally I would like the second card to be ready to go if the first > one >> fails. I guess going into bios and enabling the card isn=B9t such a big > deal, >> but I would like a more seamless way. >>=20 >=20 > Brendan, >=20 > You have not given much info in your posts (hence the stony silence :), s= o > I'm going to read between the lines a little. >=20 > I'm guessing you have the two network cards configured on the same > network, because you talk about redundancy and possibly using the same IP > for both cards. I think this is where your problem lies. >=20 > Unless you use some specialised software and a switch that supports it, > you cannot have both cards on the same IP address (AFAIK!). Furthermore, > having them both on the same network subnet will lead to problems with > routing of outbound traffic from the box. >=20 > For the moment I think you will have to keep one card off until someone > wiser than me can suggest software which will enable what you are after. >=20 > The manual alternative is to write a script to configure and "up" the > second interface if the first should die. You could even add a status > check (ping another IP on the subnet that should always be up), and let > this run every minute in cron to "automate" the changeover. It's crude > but might help you in the mean time. >=20 > Regards, > Patrick O'Reilly. >=20 >=20 >=20 >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 8:36:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.mx.pitdc1.stargate.net (smtp1.mx.pitdc1.stargate.net [206.210.69.141]) by hub.freebsd.org (Postfix) with SMTP id EBAEB37B426 for ; Sun, 17 Mar 2002 08:36:24 -0800 (PST) Received: (qmail 20078 invoked from network); 17 Mar 2002 16:36:19 -0000 Received: from dap-209-166-136-168.nfas.greensburg-tnt-1.sns234.pa.stargate.net (HELO wastegate.net) (209.166.136.168) by smtp1.mx.pitdc1.stargate.net with SMTP; 17 Mar 2002 16:36:19 -0000 Received: from MOTHER (mother.wg.local [192.168.1.2]) by wastegate.net (Postfix) with ESMTP id 79F284844F; Sun, 17 Mar 2002 11:37:25 -0500 (EST) From: "Doug Reynolds" To: "Brendan McAlpine" , "Patrick O'Reilly" , "questions@FreeBSD.ORG" Date: Sun, 17 Mar 2002 11:39:32 -0500 Reply-To: "Doug Reynolds" X-Mailer: PMMail 2000 Professional (2.20.2472) For Windows 2000 (5.1.2600) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: HELP!! problem with new bsd mail server [solved kind of] Message-Id: <20020317163725.79F284844F@wastegate.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 17 Mar 2002 11:24:33 -0500, Brendan McAlpine wrote: >Thanks Patrick. Sorry for the lack of info. > >At this point, all I want is for the machine to run a full 24 hours without >going deaf to network connections. > >Its very strange. The machine is running FreeBSD4.5 and I'm running qmail, >qmailadmin, and sqwebmail. Apache is serving up the qmailadmin and >sqwebmail cgi's. > >The machine is a brand new, dual 1GHZ pentium running RAID 5 across 3 large >SCSI disks. > >Every 3 or 4 hours the machine goes "deaf" to its network set up and no >incoming or outbound traffic can get through. When it goes deaf it can't >even ping the switch its connected to. > >At first I thought the problem was because of the dual ethernet cards. So I >disabled one of them in the bios settings. The machine ran better. After >24 hours or so, it started going deaf every 4 or 5 hours again. > >Since this is happening on a more or less random schedule, I can't pin down >what the problem is. Something is causing the machine to less its >networking ability for about 10 minutes at a time every 4 or 5 hours. > >BTW, I checked my log files and nothing is being logged as errors when the >downtime occurs. The only errors in there are: > >/kernel: stray irq 7 > >I'm unsure of how to move from here....please help..... first thing you need to give us is a dmesg and tell us what kinda network card(s) you are running.. the stray irq 7 sounds like a conflict try turning off your LPT1 printer port in the BIOS (if you aren't using it) and see if that helps --- doug reynolds | the maverick | mav@wastegate.net PGP Public Key Fingerprint: 7FEC 10AA 056B F8DE AC1E 6965 FBBE 9601 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 8:39:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.mx.pitdc1.stargate.net (smtp1.mx.pitdc1.stargate.net [206.210.69.141]) by hub.freebsd.org (Postfix) with SMTP id 8FD0237B41A for ; Sun, 17 Mar 2002 08:39:41 -0800 (PST) Received: (qmail 21969 invoked from network); 17 Mar 2002 16:39:37 -0000 Received: from dap-209-166-136-168.nfas.greensburg-tnt-1.sns234.pa.stargate.net (HELO wastegate.net) (209.166.136.168) by smtp1.mx.pitdc1.stargate.net with SMTP; 17 Mar 2002 16:39:37 -0000 Received: from MOTHER (mother.wg.local [192.168.1.2]) by wastegate.net (Postfix) with ESMTP id C640548452; Sun, 17 Mar 2002 11:41:09 -0500 (EST) From: "Doug Reynolds" To: "freebsd-questions@freebsd.org" , "Server Admin" Date: Sun, 17 Mar 2002 11:43:17 -0500 Reply-To: "Doug Reynolds" X-Mailer: PMMail 2000 Professional (2.20.2472) For Windows 2000 (5.1.2600) In-Reply-To: <3.0.5.32.20020317102001.0119eb88@mail.sage-one.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Apache/Frontpage setup for Vhosts Message-Id: <20020317164109.C640548452@wastegate.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 17 Mar 2002 10:20:01 -0600, Server Admin wrote: >Running 4.5-Stable with Apache and Frontpage2002 > >On a new server setup, I just set up Apache for the first vhost >(name-based) and found it was a lot more simple than I had anticipated and >the virtual host fired right up first try and is "on the air". Love Apache! > >Was looking for it to be more difficult, but found that I could place the >vhost just about anywhere. BUT, what is driving me nuts now after many >retries is how to set up Frontpage as another independent "root" web for >that vhost. I've tried running "fp_install.sh" with different responses to >the interactive questions, but no dice. I thought I'd found it where it >asked for setup another "virtual server", and after replying "yes", it >asked for "config file". It didn't like any of my answers and I had to >abort the attempt. not that this is going to help your dilemma- but I've found that FP seems to only like one root web per port. I'm pretty sure it can be done different, but the only other ways i've seen it done is if each vhost has its only ip address.. what i've done myself is just pointed the different hosts to different dirs under the root.. not the best, but works. --- doug reynolds | the maverick | mav@wastegate.net PGP Public Key Fingerprint: 7FEC 10AA 056B F8DE AC1E 6965 FBBE 9601 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 8:47: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-64-219-21-192.dsl.crchtx.swbell.net [64.219.21.192]) by hub.freebsd.org (Postfix) with ESMTP id E102537B43D for ; Sun, 17 Mar 2002 08:46:55 -0800 (PST) Received: from SAGEONE (sageone [192.168.0.5]) by sage-one.net (8.11.6/8.11.6) with SMTP id g2HGknX04779; Sun, 17 Mar 2002 10:46:50 -0600 (CST) (envelope-from admin@sage-one.net) Message-Id: <3.0.5.32.20020317104647.0119eb88@mail.sage-one.net> X-Sender: admin@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 17 Mar 2002 10:46:47 -0600 To: "Doug Reynolds" , "freebsd-questions@freebsd.org" From: Server Admin Subject: Re: Apache/Frontpage setup for Vhosts In-Reply-To: <20020317164109.C640548452@wastegate.net> References: <3.0.5.32.20020317102001.0119eb88@mail.sage-one.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG No, there are "name-based" and "IP-based" setups for vhosts. I've used both, but unfortunately, someone else set them up for me originally. I have a remote server now on UNIX running this same named-based setup... I've been running more than a dozen vhosts on a single IP.... I'm just trying to duplicate it on a local server. At 11:43 AM 3.17.2002 -0500, Doug Reynolds wrote: >On Sun, 17 Mar 2002 10:20:01 -0600, Server Admin wrote: > >>Running 4.5-Stable with Apache and Frontpage2002 >> >>On a new server setup, I just set up Apache for the first vhost >>(name-based) and found it was a lot more simple than I had anticipated and >>the virtual host fired right up first try and is "on the air". Love Apache! >> >>Was looking for it to be more difficult, but found that I could place the >>vhost just about anywhere. BUT, what is driving me nuts now after many >>retries is how to set up Frontpage as another independent "root" web for >>that vhost. I've tried running "fp_install.sh" with different responses to >>the interactive questions, but no dice. I thought I'd found it where it >>asked for setup another "virtual server", and after replying "yes", it >>asked for "config file". It didn't like any of my answers and I had to >>abort the attempt. > >not that this is going to help your dilemma- but I've found that FP >seems to only like one root web per port. I'm pretty sure it can be >done different, but the only other ways i've seen it done is if each >vhost has its only ip address.. > >what i've done myself is just pointed the different hosts to different >dirs under the root.. not the best, but works. > >--- >doug reynolds | the maverick | mav@wastegate.net > >PGP Public Key Fingerprint: 7FEC 10AA 056B F8DE AC1E 6965 FBBE 9601 > > > > .... our website: http://www.sage-one.net/ Best regards, Jack L. Stone Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 9:11:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.mx.pitdc1.stargate.net (smtp1.mx.pitdc1.stargate.net [206.210.69.141]) by hub.freebsd.org (Postfix) with SMTP id 7D69637B426 for ; Sun, 17 Mar 2002 09:11:30 -0800 (PST) Received: (qmail 6239 invoked from network); 17 Mar 2002 17:11:26 -0000 Received: from dap-209-166-136-168.nfas.greensburg-tnt-1.sns234.pa.stargate.net (HELO wastegate.net) (209.166.136.168) by smtp1.mx.pitdc1.stargate.net with SMTP; 17 Mar 2002 17:11:26 -0000 Received: from MOTHER (mother.wg.local [192.168.1.2]) by wastegate.net (Postfix) with ESMTP id 9284F48452 for ; Sun, 17 Mar 2002 12:13:12 -0500 (EST) From: "Doug Reynolds" To: "freebsd-questions" Date: Sun, 17 Mar 2002 12:15:20 -0500 Reply-To: "Doug Reynolds" X-Mailer: PMMail 2000 Professional (2.20.2472) For Windows 2000 (5.1.2600) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: belkin UPS Message-Id: <20020317171312.9284F48452@wastegate.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG has anyone sucessfully got a program running for a belkin UPS? I tried their watchdog (which is for like freebsd 2.2 or so), and it wouldn't run (had the freebsd 2.2.* libraries installed). anyone else have any luck? --- doug reynolds | the maverick | mav@wastegate.net PGP Public Key Fingerprint: 7FEC 10AA 056B F8DE AC1E 6965 FBBE 9601 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 10: 8:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.macconnect.com (mail.macconnect.com [204.68.168.11]) by hub.freebsd.org (Postfix) with SMTP id 632DF37B444 for ; Sun, 17 Mar 2002 10:08:09 -0800 (PST) Received: (qmail 29736 invoked by uid 0); 17 Mar 2002 18:13:09 -0000 Received: from unknown (HELO ?10.0.1.7?) (24.168.28.19) by mail.macconnect.com with SMTP; 17 Mar 2002 18:13:09 -0000 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Sun, 17 Mar 2002 13:08:30 -0500 Subject: Ethernet card settings question From: Brendan McAlpine To: Message-ID: Mime-version: 1.0 Content-type: multipart/alternative; boundary="B_3099215312_417772" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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. --B_3099215312_417772 Content-type: text/plain; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable How can I change my ethernet card=B9s setting from 100MBPS Full Duplex to 10MBPS half duplex? Brendan --B_3099215312_417772 Content-type: text/html; charset="US-ASCII" Content-transfer-encoding: quoted-printable Ethernet card settings question How can I change my ethernet card’s setting from= 100MBPS Full Duplex to 10MBPS half duplex?

Brendan
--B_3099215312_417772-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 10:32:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dns.perimeter.co.za (dns.perimeter.co.za [196.25.164.254]) by hub.freebsd.org (Postfix) with ESMTP id 8434537B489 for ; Sun, 17 Mar 2002 10:32:16 -0800 (PST) Received: from asterix (ndf-dial-196-30-126-2.mweb.co.za [196.30.126.2]) by dns.perimeter.co.za (8.11.1/8.11.1) with SMTP id g2HIVs523336; Sun, 17 Mar 2002 20:31:54 +0200 (SAST) (envelope-from bsd@perimeter.co.za) Message-ID: <003101c1cde3$84795920$0200000a@perimeter.co.za> From: "Patrick O'Reilly" To: "Brendan McAlpine" , References: Subject: Re: HELP!! problem with new bsd mail server [solved kind of] Date: Sun, 17 Mar 2002 20:42:38 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Brendan McAlpine" To: "Patrick O'Reilly" ; Sent: Sunday, March 17, 2002 6:24 PM Subject: Re: HELP!! problem with new bsd mail server [solved kind of] > At first I thought the problem was because of the dual ethernet cards. So I > disabled one of them in the bios settings. The machine ran better. After > 24 hours or so, it started going deaf every 4 or 5 hours again. > > BTW, I checked my log files and nothing is being logged as errors when the > downtime occurs. The only errors in there are: > > /kernel: stray irq 7 > > I'm unsure of how to move from here....please help..... > I'm afraid I'm out of ideas too now. Doug might be onto something, but I'm not much use when it comes to talking about irqs. I hope you figure it out. Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 10:38:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from zapper.org (gso26-96-004.triad.rr.com [66.26.96.4]) by hub.freebsd.org (Postfix) with ESMTP id 947EA37B476 for ; Sun, 17 Mar 2002 10:38:54 -0800 (PST) Received: (from Zapper@localhost) by zapper.org (8.11.6/8.9.3) id g2HIbTf00204; Sun, 17 Mar 2002 13:37:29 -0500 (EST) (envelope-from Zapper) Date: Sun, 17 Mar 2002 13:37:29 -0500 From: Zapper To: freebsd-questions@FreeBSD.ORG Subject: Problem installing jdk1.3.1 Message-Id: <20020317133729.377221de.Zapper@FoxChat.Net> Organization: FoxSurfer Group X-Mailer: Sylpheed version 0.7.2claws (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Trying to install jdk1.3.1 on FreeBSD-4.5 Stable and get the following - [root]:/usr/ports/java/jdk13# make [root]:/usr/ports/java/jdk13# make ===> Building for jdk-1.3.1p6_2 i386 Build started: 1.3.1-p6-ligeia-020317-13:21 ERROR: Your BOOTDIR environment variable does not point to a valid Java 2 SDK for bootstrapping this build. A Java 2 SDK 1.3.1 build must be bootstrapped against any 1.3 build. Please update your ALT_BOOTDIR setting, or just unset it, and start your build again. Exiting because of the above error(s). gmake: *** [sanity] Error 1 *** Error code 2 Stop in /usr/ports/java/jdk13. *** Error code 1 Stop in /usr/ports/java/jdk13. *** Error code 1 Stop in /usr/ports/java/jdk13. Not sure what's going on here. Anyone else have this problem? Is so, where can I find help documentation on this? Respectfully, Mark Barthelemy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 10:42: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe51.law3.hotmail.com [209.185.240.219]) by hub.freebsd.org (Postfix) with ESMTP id B2A7C37B47D for ; Sun, 17 Mar 2002 10:42:05 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 17 Mar 2002 10:42:05 -0800 X-Originating-IP: [200.191.139.189] From: "Gabriel" To: Subject: maximum number of processes Date: Sun, 17 Mar 2002 15:42:51 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C1CDCA.65C8C970" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: X-OriginalArrivalTime: 17 Mar 2002 18:42:05.0762 (UTC) FILETIME=[6FA7C220:01C1CDE3] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C1CDCA.65C8C970 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I=B4d like to know if there is any limitation about the number of = processes that can be started on a freBSD/Intel machine and what is the = thread model used by FRee BSD. Thanks in advance. Gabriel Mendes ------=_NextPart_000_0005_01C1CDCA.65C8C970 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I=B4d like to know if there is any = limitation about=20 the number of processes that can be started on a freBSD/Intel machine = and what=20 is the thread model used by FRee BSD.
 
Thanks in advance.
 
Gabriel = Mendes
------=_NextPart_000_0005_01C1CDCA.65C8C970-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 11:10:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts14-srv.bellnexxia.net (tomts14.bellnexxia.net [209.226.175.35]) by hub.freebsd.org (Postfix) with ESMTP id 75ECB37B476 for ; Sun, 17 Mar 2002 11:10:44 -0800 (PST) Received: from ibm78zxn31 ([216.209.138.58]) by tomts14-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020317191042.CKKN19892.tomts14-srv.bellnexxia.net@ibm78zxn31> for ; Sun, 17 Mar 2002 14:10:42 -0500 Reply-To: From: "Adrienne Rowan" To: Subject: Looking for information concerning Hardware Compatibility Date: Sun, 17 Mar 2002 14:12:02 -0500 Message-ID: <000901c1cde7$9efced80$3a8ad1d8@ibm78zxn31> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000A_01C1CDBD.B626E580" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2605 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000A_01C1CDBD.B626E580 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit I have recently upgraded some system hardware and was enquiring wether or not the ATI Radeon Video Chipset had been integrated into the Current-Stable branch of the distribution. This card was baught because the older card I had installed finally broke down a few weeks ago and Xfree86 keeps freezing on reboot ------=_NextPart_000_000A_01C1CDBD.B626E580 Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable

I have recently upgraded some system hardware and was enquiring wether or not the ATI Radeon Video Chipset had been integrated into the Current-Stable branch of the distribution.

 

This card was baught = because the older card I had installed finally broke down a few weeks ago and = Xfree86 keeps freezing on reboot

------=_NextPart_000_000A_01C1CDBD.B626E580-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 11:26: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from surreal.nl (surreal.nl [212.204.236.10]) by hub.freebsd.org (Postfix) with ESMTP id 09B1937B47B for ; Sun, 17 Mar 2002 11:26:04 -0800 (PST) Received: by surreal.nl (Postfix, from userid 1000) id 9BA467FECD; Sun, 17 Mar 2002 20:26:04 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by surreal.nl (Postfix) with ESMTP id 9A0CE87ACD; Sun, 17 Mar 2002 20:26:04 +0100 (CET) Date: Sun, 17 Mar 2002 20:26:04 +0100 (CET) From: Walter Hop To: Brendan McAlpine Cc: questions@freebsd.org Subject: Re: Ethernet card settings question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [in reply to Brendan McAlpine , 17/03/02] > How can I change my ethernet card¹s setting from 100MBPS Full Duplex to > 10MBPS half duplex? If your card supports it, try: ifconfig dc0 media 10baset/utp (where dc0 is replaced by your card device) If you want, you can also add the "media 10baset/utp" to the ifconfig line in /etc/rc.conf to do this automatically at startup. -- Walter Hop | +31 6 24290808 | PGP keyid 0x84813998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 11:28:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from surreal.nl (surreal.nl [212.204.236.10]) by hub.freebsd.org (Postfix) with ESMTP id 9BA5537B41F for ; Sun, 17 Mar 2002 11:28:21 -0800 (PST) Received: by surreal.nl (Postfix, from userid 1000) id E382D7FECD; Sun, 17 Mar 2002 20:28:22 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by surreal.nl (Postfix) with ESMTP id DE3EC87ACD; Sun, 17 Mar 2002 20:28:22 +0100 (CET) Date: Sun, 17 Mar 2002 20:28:22 +0100 (CET) From: Walter Hop To: Zapper Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problem installing jdk1.3.1 In-Reply-To: <20020317133729.377221de.Zapper@FoxChat.Net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [in reply to Zapper , 17/03/02] > ERROR: Your BOOTDIR environment variable does not point > to a valid Java 2 SDK for bootstrapping this build. > A Java 2 SDK 1.3.1 build must be bootstrapped against any > 1.3 build. Please update your ALT_BOOTDIR setting, or > just unset it, and start your build again. > > Not sure what's going on here. Anyone else have this problem? Is > so, where can I find help documentation on this? Exactly the same problem yesterday :) I discovered you have to install the binary "linux-jdk13" port before building the native "jdk13". Apparently a working java environment is needed to build this port. (You can uninstall linux-jdk13 afterwards.) good luck, walter -- Walter Hop | +31 6 24290808 | PGP keyid 0x84813998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 11:29:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-64-219-21-132.dsl.crchtx.swbell.net [64.219.21.132]) by hub.freebsd.org (Postfix) with ESMTP id 9BEE537B41F for ; Sun, 17 Mar 2002 11:29:24 -0800 (PST) Received: from SAGEONE (sageone [192.168.0.5]) by sage-one.net (8.11.6/8.11.6) with SMTP id g2HJTK600494; Sun, 17 Mar 2002 13:29:20 -0600 (CST) (envelope-from admin@sage-one.net) Message-Id: <3.0.5.32.20020317132918.011a28d8@mail.sage-one.net> X-Sender: admin@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 17 Mar 2002 13:29:18 -0600 To: "Doug Reynolds" , "freebsd-questions@freebsd.org" From: Server Admin Subject: Re: Apache/Frontpage setup for Vhosts -GOT IT! In-Reply-To: <20020317164109.C640548452@wastegate.net> References: <3.0.5.32.20020317102001.0119eb88@mail.sage-one.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Doug: For the benefit of those who were not sure like me on the vhost setup for FrontPage, I got it set up this time using "fp_install.sh". For some reason, this setup script is inconsistant and this time it found my httpd.conf file and saw the new vhost! Two times before it did not see the vhosts. Here's a snippet of the install dialogue: ===================================== Installing Virtual Webs... Do you want to install Virtual Webs (y/n) [Y]? Server config filename []: /usr/local/etc/apache/httpd.conf Getting User from /usr/local/etc/apache/httpd.conf 1) www.vhost1.net 2) www.vhost2.com Select the virtual web to install (CTRL-D if no more webs): 2 ===================================== Bang! It installed as another ROOT web.... for the vhost. Now as seen above, there are TWO vhost document roots on FronPage on one IP.... Now to add more vhosts.... At 11:43 AM 3.17.2002 -0500, Doug Reynolds wrote: >On Sun, 17 Mar 2002 10:20:01 -0600, Server Admin wrote: > >>Running 4.5-Stable with Apache and Frontpage2002 >> >>On a new server setup, I just set up Apache for the first vhost >>(name-based) and found it was a lot more simple than I had anticipated and >>the virtual host fired right up first try and is "on the air". Love Apache! >> >>Was looking for it to be more difficult, but found that I could place the >>vhost just about anywhere. BUT, what is driving me nuts now after many >>retries is how to set up Frontpage as another independent "root" web for >>that vhost. I've tried running "fp_install.sh" with different responses to >>the interactive questions, but no dice. I thought I'd found it where it >>asked for setup another "virtual server", and after replying "yes", it >>asked for "config file". It didn't like any of my answers and I had to >>abort the attempt. > >not that this is going to help your dilemma- but I've found that FP >seems to only like one root web per port. I'm pretty sure it can be >done different, but the only other ways i've seen it done is if each >vhost has its only ip address.. > >what i've done myself is just pointed the different hosts to different >dirs under the root.. not the best, but works. > >--- >doug reynolds | the maverick | mav@wastegate.net > >PGP Public Key Fingerprint: 7FEC 10AA 056B F8DE AC1E 6965 FBBE 9601 > > > > .... our website: http://www.sage-one.net/ Best regards, Jack L. Stone Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 11:31:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from surreal.nl (surreal.nl [212.204.236.10]) by hub.freebsd.org (Postfix) with ESMTP id 8347237B436 for ; Sun, 17 Mar 2002 11:31:09 -0800 (PST) Received: by surreal.nl (Postfix, from userid 1000) id D83537FECD; Sun, 17 Mar 2002 20:31:10 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by surreal.nl (Postfix) with ESMTP id D6A5587AE2; Sun, 17 Mar 2002 20:31:10 +0100 (CET) Date: Sun, 17 Mar 2002 20:31:10 +0100 (CET) From: Walter Hop To: robert.fleming@rogers.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Looking for information concerning Hardware Compatibility In-Reply-To: <000901c1cde7$9efced80$3a8ad1d8@ibm78zxn31> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [in reply to Adrienne Rowan , 17/03/02] > I have recently upgraded some system hardware and was enquiring wether > or not the ATI Radeon Video Chipset had been integrated into the > Current-Stable branch of the distribution. FreeBSD itself should work with all graphic adapters. If you are looking for XFree86 support, the current version in FreeBSD ports is 4.1.0, you can find information about supported cards here: http://www.xfree86.org/4.1.0/Status.html -- Walter Hop | +31 6 24290808 | PGP keyid 0x84813998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 11:35:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.macconnect.com (mail.macconnect.com [204.68.168.11]) by hub.freebsd.org (Postfix) with SMTP id BC78E37B421 for ; Sun, 17 Mar 2002 11:35:40 -0800 (PST) Received: (qmail 34663 invoked by uid 0); 17 Mar 2002 19:41:10 -0000 Received: from unknown (HELO ?10.0.1.7?) (24.168.28.19) by mail.macconnect.com with SMTP; 17 Mar 2002 19:41:10 -0000 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Sun, 17 Mar 2002 14:36:31 -0500 Subject: Re: HELP!! problem with new bsd mail server [solved kind of] From: Brendan McAlpine To: Patrick O'Reilly , Message-ID: In-Reply-To: <003101c1cde3$84795920$0200000a@perimeter.co.za> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It looks like qmail was causing these problems. Very weird, but true. As soon as I quit qmail on the server, the interface came back up and hasn't been down since. I rebooted the machine, allowing qmail to start up again. The machine pings until qmail starts up, and then the interface goes deaf. I am now digging through qmail to see what is going on. Brendan > From: "Patrick O'Reilly" > Date: Sun, 17 Mar 2002 20:42:38 +0200 > To: "Brendan McAlpine" , > Subject: Re: HELP!! problem with new bsd mail server [solved kind of] > > ----- Original Message ----- > From: "Brendan McAlpine" > To: "Patrick O'Reilly" ; > Sent: Sunday, March 17, 2002 6:24 PM > Subject: Re: HELP!! problem with new bsd mail server [solved kind of] > > >> At first I thought the problem was because of the dual ethernet cards. > So I >> disabled one of them in the bios settings. The machine ran better. > After >> 24 hours or so, it started going deaf every 4 or 5 hours again. >> >> BTW, I checked my log files and nothing is being logged as errors when > the >> downtime occurs. The only errors in there are: >> >> /kernel: stray irq 7 >> >> I'm unsure of how to move from here....please help..... >> > > I'm afraid I'm out of ideas too now. Doug might be onto something, but > I'm not much use when it comes to talking about irqs. > > I hope you figure it out. > > Patrick. > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 11:57:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns6.icdc.com (ns6.icdc.com [208.244.152.35]) by hub.freebsd.org (Postfix) with ESMTP id 49C3737B416 for ; Sun, 17 Mar 2002 11:57:15 -0800 (PST) Received: from ultra2000 (peco.9.endevour.icdc.com [208.244.154.63]) by ns6.icdc.com (8.11.3/8.11.3) with SMTP id g2HJv7b11697; Sun, 17 Mar 2002 14:57:07 -0500 (EST) Message-ID: <002f01c1cdee$1d010080$2c14fea9@ultra2000> From: "Chauncey Smith" To: "Gabriel" Cc: "freebsd.org" References: Subject: Re: maximum number of processes Date: Sun, 17 Mar 2002 14:57:42 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0026_01C1CDC4.16F7B0A0" 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0026_01C1CDC4.16F7B0A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable That really depends on the version you're using. I seem to recall that = it's linked to the number of user in the kernel config file of the = compiled kernel in versions pre 4.5. and in 4.5 you set this maxuser = number to 0 and it will set the number dynamicly on boot up. I the formula is 20 + 16 * maxusers. so if your maxusers is set to one = you can only have 36 maxuim processes.=20 ----- Original Message -----=20 From: Gabriel=20 To: questions@FreeBSD.ORG=20 Sent: Sunday, March 17, 2002 6:42 PM Subject: maximum number of processes I=B4d like to know if there is any limitation about the number of = processes that can be started on a freBSD/Intel machine and what is the = thread model used by FRee BSD. Thanks in advance. Gabriel Mendes ------=_NextPart_000_0026_01C1CDC4.16F7B0A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
That really depends on the version = you're using. I=20 seem to recall that it's linked to the number of user in the kernel = config file=20 of the compiled kernel in versions pre 4.5. and in 4.5 you set this = maxuser=20 number to 0 and it will set the number dynamicly on boot = up.
 
I the formula is 20 + 16 * maxusers. so = if your=20 maxusers is set to one you can only have 36 maxuim processes. =
----- Original Message -----
From:=20 Gabriel
To: questions@FreeBSD.ORG
Sent: Sunday, March 17, 2002 = 6:42=20 PM
Subject: maximum number of=20 processes

I=B4d like to know if there is any = limitation about=20 the number of processes that can be started on a freBSD/Intel machine = and what=20 is the thread model used by FRee BSD.
 
Thanks in advance.
 
Gabriel=20 Mendes
------=_NextPart_000_0026_01C1CDC4.16F7B0A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 12:16:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bilbo.in.mat.cc (bilbo.in.mat.cc [212.43.217.121]) by hub.freebsd.org (Postfix) with ESMTP id 584E437B400 for ; Sun, 17 Mar 2002 12:16:18 -0800 (PST) Received: from bilbo.in.org (localhost [127.0.0.1]) by bilbo.in.mat.cc (Postfix) with ESMTP id D404C71183 for ; Sun, 17 Mar 2002 21:16:14 +0100 (CET) Received: from sauron (sauron.in.mat.cc [212.43.217.122]) by bilbo.in.mat.cc (Postfix) with ESMTP id E1D5B71183 for ; Sun, 17 Mar 2002 21:16:11 +0100 (CET) Date: Sun, 17 Mar 2002 21:16:11 +0100 From: Mathieu Arnold To: questions@freebsd.org Subject: ppp problem Message-ID: <101993203.1016399771@sauron> X-Mailer: Mulberry/2.2.0b2 (Win32) X-wazaaa: True, true MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi I currently use a linux box to establish a vpn. I do : $ cat maketunnel MYTTY=`/usr/sbin/pty-redir /usr/bin/ssh -C -c none vpn@` /usr/bin/sudo /home/vpn/Smaketunnel $MYTTY pty-redir is a small program which emulates a tty. $ cat Smaketunnel /usr/sbin/pppd $1 noauth nodetach local 10.0.5.10:10.0.5.1 and on the server, the vpn user has a script shell as login shell : $ cat tunnel /usr/bin/sudo /usr/sbin/pppd passive noauth it works great :) now, I want to switch my home box to freebsd, so I read the sample conf file and did : $ cat /etc/ppp/ppp.conf default: vpn: set timeout 0 set log phase chat connect lcp ipcp command set dial set login set ifaddr 10.0.5.2 10.0.5.1 set server /var/run/ppp/loop "" 0177 # Passive mode allows ssh plenty of time to establish the connection set openmode passive set device "!ssh vpn@" then, I launch : $ ppp -foreground ppp Working in foreground mode Using interface: tun0 sshd[18096]: connection from "" sshd[22199]: User vpn, coming from , authenticated. sudo: vpn : TTY=unknown ; PWD=/home/vpn ; USER=root ; COMMAND=/usr/sbin/pppd passive noauth pppd[22203]: no device specified and stdin is not a tty how could I do to have the thing I have with my linux vpn : sudo: vpn : TTY=pts/1 ; PWD=/home/vpn ; USER=root ; COMMAND=/usr/sbin/pppd passive noauth pppd[10943]: pppd 2.3.8 started by vpn, uid 0 I believe there is some way to have freebsd's ppp to emulate a tty, but I can't find out :) -- Mathieu Arnold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 12:28:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailout2-eri1.midsouth.rr.com (mailout2-eri1.midsouth.rr.com [24.165.200.7]) by hub.freebsd.org (Postfix) with ESMTP id F362537B404 for ; Sun, 17 Mar 2002 12:28:10 -0800 (PST) Received: from amd (HubN-mcr-24-24-110-196.midsouth.rr.com [24.24.110.196]) by mailout2-eri1.midsouth.rr.com (8.11.4/8.11.4) with SMTP id g2HKS9903880 for ; Sun, 17 Mar 2002 14:28:10 -0600 (CST) Message-ID: <000801c1cdf2$20d53d30$0400a8c0@amd> From: "James" To: Subject: simple firewall Date: Sun, 17 Mar 2002 14:27:15 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C1CDBF.D5F782A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C1CDBF.D5F782A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello my firewall works and nats when firewall type is set to open but = when I change to simple firewall type I get 210: or 218 or 215 on of = those numbers with failed to write packet back (permission denied) and = it will say last message repeated 6 times then 11 times and after while = I will get to the login prompt any help would be appreciated thanks = James Crouse ------=_NextPart_000_0005_01C1CDBF.D5F782A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello my firewall works and nats when = firewall type=20 is set to open but when I change to simple firewall type I get = 210: or=20 218 or 215 on of those numbers with failed to write packet back = (permission=20 denied) and it will say last message repeated 6 times then 11 times and = after=20 while I will get to the login prompt any help would be appreciated = thanks James=20 Crouse
------=_NextPart_000_0005_01C1CDBF.D5F782A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 13: 1:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp06.retemail.es (smtp06.iddeo.es [62.81.186.16]) by hub.freebsd.org (Postfix) with ESMTP id E24A737B404 for ; Sun, 17 Mar 2002 13:01:20 -0800 (PST) Received: from conway.localdomain ([62.174.22.99]) by smtp06.retemail.es (InterMail vM.5.01.03.02 201-253-122-118-102-20010403) with SMTP id <20020317210112.NKVO15175.smtp06.retemail.es@conway.localdomain> for ; Sun, 17 Mar 2002 22:01:12 +0100 Date: Sun, 17 Mar 2002 22:04:25 +0100 From: F.Xavier Noria To: freebsd-questions@FreeBSD.org Subject: portsdb -uU hangs? Message-Id: <20020317220425.5a857cc7.fxn@isoco.com> X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It seems portsdb -uU hangs with the current /usr/ports (updated this morning) after these messages: *** Error code 1: malformed entry: *** Error code 1 `all' not remade because of errors.: malformed entry: `all' not remade because of errors. "Makefile", line 70: Need an operator: malformed entry: "Makefile", line 70: Need an operator "Makefile", line 72: Need an operator: malformed entry: "Makefile", line 72: Need an operator "Makefile", line 73: Need an operator: malformed entry: "Makefile", line 73: Need an operator "Makefile", line 74: Need an operator: malformed entry: "Makefile", line 74: Need an operator "Makefile", line 75: Need an operator: malformed entry: "Makefile", line 75: Need an operator "Makefile", line 76: Need an operator: malformed entry: "Makefile", line 76: Need an operator "Makefile", line 77: Need an operator: malformed entry: "Makefile", line 77: Need an operator "Makefile", line 78: Need an operator: malformed entry: "Makefile", line 78: Need an operator "Makefile", line 80: Need an operator: malformed entry: "Makefile", line 80: Need an operator "Makefile", line 81: Need an operator: malformed entry: "Makefile", line 81: Need an operator "Makefile", line 82: Need an operator: malformed entry: "Makefile", line 82: Need an operator "Makefile", line 83: Need an operator: malformed entry: "Makefile", line 83: Need an operator "Makefile", line 84: Need an operator: malformed entry: "Makefile", line 84: Need an operator "Makefile", line 85: Need an operator: malformed entry: "Makefile", line 85: Need an operator "Makefile", line 86: Need an operator: malformed entry: "Makefile", line 86: Need an operator "Makefile", line 87: Need an operator: malformed entry: "Makefile", line 87: Need an operator "Makefile", line 88: Need an operator: malformed entry: "Makefile", line 88: Need an operator "Makefile", line 115: Need an operator: malformed entry: "Makefile", line 115: Need an operator Any ideas? -- fxn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 13: 1:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from c009.snv.cp.net (c009-h009.c009.snv.cp.net [209.228.34.122]) by hub.freebsd.org (Postfix) with SMTP id E8BB037B402 for ; Sun, 17 Mar 2002 13:01:43 -0800 (PST) Received: (cpmta 21013 invoked from network); 17 Mar 2002 13:01:43 -0800 Date: 17 Mar 2002 13:01:43 -0800 Message-ID: <20020317210143.21012.cpmta@c009.snv.cp.net> X-Sent: 17 Mar 2002 21:01:43 GMT Received: from [205.150.212.5] by mail.canada.com with HTTP; 17 Mar 2002 13:01:43 PST Content-Type: text/plain Content-Disposition: inline Mime-Version: 1.0 To: freebsd-questions@freebsd.org From: dill@canada.com X-Mailer: Web Mail 3.9.3.11 X-Sent-From: dill@canada.com Subject: CVSup question Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From the handbook I understand that a production server should be running RELEASE branch. I am now setting up a 4.5 RELEASE server and try to update the source of this branch with CVSup (Just for security updates only and NOT update to STABLE). However I am confused as to which CVS tag to use. My question is: 1. What is the difference between RELENG_4_5 and RELENG_4_5_0_RELEASE ? Which one should I use? 2. Are there any other way to do this? I am not too comfortable with this un-updated machine to connect to the net and download source. Could I use another machine and download the source and then transfer data by a CD ? If so, how (or point me to the right doc please) ? THANKS! __________________________________________________________ Get your FREE personalized e-mail at http://www.canada.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 13:19:17 2002 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 9B7D437B402 for ; Sun, 17 Mar 2002 13:19:13 -0800 (PST) Received: from dan.emsphone.com (dan@localhost [127.0.0.1]) by dan.emsphone.com (8.12.2/8.12.2) with ESMTP id g2HLJCph051519; Sun, 17 Mar 2002 15:19:12 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.2/8.12.2/Submit) id g2HLJBd0051517; Sun, 17 Mar 2002 15:19:11 -0600 (CST) Date: Sun, 17 Mar 2002 15:19:11 -0600 From: Dan Nelson To: Doug Reynolds Cc: freebsd-questions Subject: Re: belkin UPS Message-ID: <20020317211911.GB32545@dan.emsphone.com> References: <20020317171312.9284F48452@wastegate.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020317171312.9284F48452@wastegate.net> User-Agent: Mutt/1.3.27i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Mar 17), Doug Reynolds said: > has anyone sucessfully got a program running for a belkin UPS? I > tried their watchdog (which is for like freebsd 2.2 or so), and it > wouldn't run (had the freebsd 2.2.* libraries installed). anyone > else have any luck? NUT (Network UPS Tools) claims to support the Belkin Regulator line of UPSs. http://www.exploits.org/nut/library/compat.html It's in the ports tree as ports/sysutils/nut. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 13:24:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from zerg.codec.ro (zerg.codec.ro [193.230.240.30]) by hub.freebsd.org (Postfix) with ESMTP id 884B437B400 for ; Sun, 17 Mar 2002 13:24:34 -0800 (PST) Received: (from httpd@localhost) by zerg.codec.ro (8.11.4/8.11.4) id g2HLNGM30436; Sun, 17 Mar 2002 23:23:16 +0200 Message-Id: <200203172123.g2HLNGM30436@zerg.codec.ro> From: Duke DOGG To: freebsd-questions@freebsd.org Subject: FreeBSD possibly damages fat32 partition !!! Date: Sun, 17 Mar 2002 23:23:16 +0200 MIME-Version: 1.0 X-Originating-IP: [193.226.6.226] X-Mailer: freemail 0.9.8 X-User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.2 i386) Opera 6.0 [en] X-Organization: CODEC FreeMail Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I have to partitions on my harddisk, 1 is for FreeBSD and the other is a FAT32 for Win2k. The problem is that after working for FreeBSD with the FAT32 partition for almost 2 months without problems (with multiple boots in win2k) everything was ok. But today after mounting the FAT32 to get something from there, the ls showed me between normal files some "weird-characters" files (those kind of files that tells you that the partition is messed up). I tried to boot win2k to make sure that its ok, but it couldnt boot. I encountered the same problem some time ago (with FreeBSD 4.4) but I thought it wasnt because of FreeBSD. Also, a friend of mine got his win2k partition messed up some time after installing FreeBSD, and mounting it, of course. Now, anyone encountered this problem? I've mounted the fat32 in the usual way: /dev/ad0s1 /mnt/win msdos rw,noauto 0 0 ______________________________________________________________________ Do you want a free e-mail for life ? Get it at http://www.email.ro/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 13:35: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by hub.freebsd.org (Postfix) with ESMTP id 1280837B400 for ; Sun, 17 Mar 2002 13:35:03 -0800 (PST) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.12.2/2002030600) with ESMTP id g2HLZ1N03737 for ; Sun, 17 Mar 2002 22:35:01 +0100 (CET) Received: from mail.cs.uni-sb.de (IDENT:WNrVpEuHahLYuRHINkl6lj03/jzHXYEL@mail.cs.uni-sb.de [134.96.254.200]) by cs.uni-sb.de (8.12.1/2002030600) with ESMTP id g2HLZ0W03933 for ; Sun, 17 Mar 2002 22:35:01 +0100 (CET) Received: from wjpserver.cs.uni-sb.de (wjpserver.cs.uni-sb.de [134.96.247.42]) by mail.cs.uni-sb.de (8.12.2/2002030600) with ESMTP id g2HLYxs08631 for ; Sun, 17 Mar 2002 22:34:59 +0100 (CET) Received: (from schuerge@localhost) by wjpserver.cs.uni-sb.de (8.11.0/8.11.0/wjp-SVR4/1999052600) id g2HLYwW11233 for freebsd-questions@freebsd.org; Sun, 17 Mar 2002 22:34:58 +0100 (MET) From: Thomas Schuerger Message-Id: <200203172134.g2HLYwW11233@wjpserver.cs.uni-sb.de> Subject: smbfs on 4.5 not working anymore? To: freebsd-questions@freebsd.org Date: Sun, 17 Mar 2002 22:34:58 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL57 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! After upgrading my dual processor FreeBSD box from 4.3 to 4.5-STABLE, smbfs does not seem to work anymore. It used to work fine before the upgrade. Nothing was changed in the fstab entries nor on the machine that hosts the SMB share. dmesg says the following on boot: module_register: module dev_netsmb already exists! linker_file_sysinit "smbfs.ko" failed to register! 17 When trying to mount an SMB share: root@starfire:/usr/ports% umount /smb-backup umount: /zelith-backup1: not currently mounted root@starfire:/usr/ports% mount /smb-backup smbfs: vfsload(smbfs): File exists Exit 71 My klddstat: Id Refs Address Size Name 1 7 0xc0100000 2c5358 kernel 2 1 0xc03c6000 53b8 vesa.ko 4 1 0xc2027000 2000 green_saver.ko 5 1 0xc2029000 14000 linux.ko 7 2 0xc2c2f000 3000 libiconv.ko 8 1 0xc2c15000 1a000 smbfs.ko 9 1 0xc2c32000 3000 libmchain.ko I also tried to rebuild and reinstall the smbfs module, but that didn't help. Any ideas? Greetings, Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 13:41:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out0.mx.nwbl.wi.voyager.net (out0.mx.nwbl.wi.voyager.net [169.207.1.78]) by hub.freebsd.org (Postfix) with ESMTP id 84F4737B402 for ; Sun, 17 Mar 2002 13:41:21 -0800 (PST) Received: from shell.core.com (shell.core.com [169.207.1.89]) by out0.mx.nwbl.wi.voyager.net (8.11.4/8.11.4/1.7) with ESMTP id g2HLg1g42222; Sun, 17 Mar 2002 15:42:01 -0600 (CST) Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g2HLfI818162; Sun, 17 Mar 2002 15:41:18 -0600 (CST) Date: Sun, 17 Mar 2002 15:41:18 -0600 (CST) From: Steven Lake X-X-Sender: raiden@shell.core.com To: David Greenman Cc: Steven Lake , Subject: Re: PID's at max, what next?? In-Reply-To: <20020316234402.G46010@nexus.root.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ah, ok. That's what I thought. I just was curious if it rebooted, crashed, or what it did. Thanks. So I can only run 999999 consecutive processes, but I don't have to worry about my process ID's maxing out and fouling things out. Cool. :) On Sat, 16 Mar 2002, David Greenman wrote: > > Ok, this is a curiousity question. But when your server reaches > >it's maximum number of allowed PID's, what does it do? I've never had one > >reach its maximum number of PID's, so I have never seen what happens > >after that. So I'm just curious. Thanks. > > Do you mean the maximum number of processes or do you mean the process ID > number gets to 99999? In the first case (max process limit), you get an error > that says "proc: table is full", but the system continues to run (except that > no more processes can be created). In the second case when the process ID > number reaches 99999, it just wraps around to the first available number > after 100. > > -DG > > David Greenman > Co-founder, The FreeBSD Project - http://www.freebsd.org > President, TeraSolutions, Inc. - http://www.terasolutions.com > President, Download Technologies, Inc. - http://www.downloadtech.com > Pave the road of life with opportunities. > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 14:25: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe18.pav2.hotmail.com [64.4.36.122]) by hub.freebsd.org (Postfix) with ESMTP id A5F3537B400 for ; Sun, 17 Mar 2002 14:25:06 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 17 Mar 2002 14:25:06 -0800 X-Originating-IP: [66.32.77.239] From: "Jeff Jeter" To: "FreeBSD Questions" Subject: networking Date: Sun, 17 Mar 2002 17:24:58 -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.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: X-OriginalArrivalTime: 17 Mar 2002 22:25:06.0641 (UTC) FILETIME=[9747DC10:01C1CE02] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I cannot get LAN browsing or smbmount working under 4.4. If i try to access Local Network in Knoquerer it says cannot connect to localhost. When i try to autosetup LISa and ResLISa it says no interfaces configured. I can however browse the internet. output from smbclient: smbclient file://Laptop/C addedn interface ip=192.168.1.113 bcast=192.168.1.255 nmask=255.255.255.0 timeout connection to 63.64.164.91:138 (not the IP of file://Laptop - 192.168.1.10x) Connecton to Laptop failed. I do use a DHCP server built into my router. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 14:34:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.macconnect.com (mail.macconnect.com [204.68.168.11]) by hub.freebsd.org (Postfix) with SMTP id 54EF337B402 for ; Sun, 17 Mar 2002 14:34:09 -0800 (PST) Received: (qmail 71756 invoked by uid 0); 17 Mar 2002 22:39:34 -0000 Received: from unknown (HELO ?10.0.1.7?) (24.168.28.19) by mail.macconnect.com with SMTP; 17 Mar 2002 22:39:34 -0000 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Sun, 17 Mar 2002 17:34:56 -0500 Subject: Re: HELP!! problem with new bsd mail server [solved kind of] From: Brendan McAlpine To: Doug Reynolds , Patrick O'Reilly , "questions@FreeBSD.ORG" Message-ID: In-Reply-To: <20020317163725.79F284844F@wastegate.net> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok Here is what I've found so far. Thanks for all the help to date. It is very much appreciated. I found that when I shut down qmail, the server returned to normal. After a thorough search through qmail files and after several hours of testing, the problem seems to be occurring when the concurrent connections (pop and smtp) gets up to about 100. At that point the network card stops working. I am using the generic 4.3 kernel. Once I lowered qmails concurrent connections setting (to 20, very low) the server operated just fine. However, when it gets busy during business hours, mail is going to be queued up, not a good thing. Are there any settings in the kernel that I should be changing to allow this machine to handle more concurrent connections without freaking out? Thanks for any advice. Brendan > From: "Doug Reynolds" > Reply-To: "Doug Reynolds" > Date: Sun, 17 Mar 2002 11:39:32 -0500 > To: "Brendan McAlpine" , "Patrick O'Reilly" > , "questions@FreeBSD.ORG" > Subject: Re: HELP!! problem with new bsd mail server [solved kind of] > > On Sun, 17 Mar 2002 11:24:33 -0500, Brendan McAlpine wrote: > >> Thanks Patrick. Sorry for the lack of info. >> >> At this point, all I want is for the machine to run a full 24 hours without >> going deaf to network connections. >> >> Its very strange. The machine is running FreeBSD4.5 and I'm running qmail, >> qmailadmin, and sqwebmail. Apache is serving up the qmailadmin and >> sqwebmail cgi's. >> >> The machine is a brand new, dual 1GHZ pentium running RAID 5 across 3 large >> SCSI disks. >> >> Every 3 or 4 hours the machine goes "deaf" to its network set up and no >> incoming or outbound traffic can get through. When it goes deaf it can't >> even ping the switch its connected to. >> >> At first I thought the problem was because of the dual ethernet cards. So I >> disabled one of them in the bios settings. The machine ran better. After >> 24 hours or so, it started going deaf every 4 or 5 hours again. >> >> Since this is happening on a more or less random schedule, I can't pin down >> what the problem is. Something is causing the machine to less its >> networking ability for about 10 minutes at a time every 4 or 5 hours. >> >> BTW, I checked my log files and nothing is being logged as errors when the >> downtime occurs. The only errors in there are: >> >> /kernel: stray irq 7 >> >> I'm unsure of how to move from here....please help..... > > first thing you need to give us is a dmesg and tell us what kinda > network card(s) you are running.. > > the stray irq 7 sounds like a conflict > > try turning off your LPT1 printer port in the BIOS (if you aren't using > it) and see if that helps > > --- > doug reynolds | the maverick | mav@wastegate.net > > PGP Public Key Fingerprint: 7FEC 10AA 056B F8DE AC1E 6965 FBBE 9601 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 14:37: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.mail.pas.earthlink.net [207.217.120.84]) by hub.freebsd.org (Postfix) with ESMTP id 4CBA237B400 for ; Sun, 17 Mar 2002 14:36:54 -0800 (PST) Received: from sdn-ar-007dcwashp211.dialsprint.net ([63.178.91.123] helo=moo.holy.cow) by gull.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16mjGn-00065a-00 for freebsd-questions@freebsd.org; Sun, 17 Mar 2002 14:36:53 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id DDF9050B8B; Sun, 17 Mar 2002 17:39:10 -0500 (EST) Date: Sun, 17 Mar 2002 17:39:10 -0500 From: parv To: f-q Subject: awk - any possibility of using a variable in regex Message-ID: <20020317223910.GA3245@moo.holy.cow> Mail-Followup-To: f-q Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG is it impossible to use a variable inside a regex in awk? i tried the following w/o any success... { echo 'polka dot'; echo 'red dot'; } | \ awk -v type=polka ' BEGIN { dot_type=type } /dot_type/ { print }' ...so i had resorted to perl for now. actual usage is to kill X applications -- xinit, startx -- (from /usr/share/skel/dot.xinitrc)... ... if [ -x /usr/X11R6/bin/fvwm2 ] then # ... elif [ -x /usr/X11R6/bin/twm ] then # ... else echo ' neither fvwm2 nor twm is available/executable; exiting...' echo ' cleaning up...' /bin/ps wwaux | \ /usr/local/bin/perl -n -e \ '$usr = $ENV{$USER} ? $ENV{USER} : $ENV{LOGNAME}; if ( m#^$usr.+\b(?:startx|xinit)\b#o ) { (undef, $pid) = split(/[ ]+/); print "$pid\n" if ($pid =~ /^\d+$/); } ' | \ /usr/bin/xargs /bin/kill -9 echo ' ...done' exit 1 fi - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 14:49:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe49.law12.hotmail.com [64.4.18.21]) by hub.freebsd.org (Postfix) with ESMTP id CE36937B405 for ; Sun, 17 Mar 2002 14:49:21 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 17 Mar 2002 14:49:21 -0800 X-Originating-IP: [66.32.77.239] From: "Jeff Jeter" To: "FreeBSD Questions" Subject: 2 audio streams Date: Sun, 17 Mar 2002 17:49:20 -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.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: X-OriginalArrivalTime: 17 Mar 2002 22:49:21.0763 (UTC) FILETIME=[FA99DB30:01C1CE05] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is there a way that i can have 2 ausio apps open at once (ie. XMMA and AVIPlay) and both have audio? Thanks, Jeff Jeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 14:55:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl6-t65.citlink.net [207.173.251.65]) by hub.freebsd.org (Postfix) with ESMTP id CA03937B400 for ; Sun, 17 Mar 2002 14:55:27 -0800 (PST) Received: from bigdaddy (bigdaddy [192.168.1.3]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 487E0EE609; Sun, 17 Mar 2002 14:55:21 -0800 (PST) Message-ID: <013701c1ce06$d0e99860$0301a8c0@bigdaddy> From: "Drew Tomlinson" To: , References: <20020317210143.21012.cpmta@c009.snv.cp.net> Subject: Re: CVSup question Date: Sun, 17 Mar 2002 14:55:21 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: To: Sent: Sunday, March 17, 2002 1:01 PM Subject: CVSup question > >From the handbook I understand that a production server should be running RELEASE branch. I am now setting up a 4.5 RELEASE server and try to update the source of this branch with CVSup (Just for security updates only and NOT update to STABLE). However I am confused as to which CVS tag to use. My question is: > > 1. What is the difference between RELENG_4_5 and RELENG_4_5_0_RELEASE ? Which one should I use? I know the RELENG_4_5 is the security update only branch. I assume that RELENG_4_5_0_RELEASE is 4.5-RELEASE without any updates. Thus if you want security updates, RELENG_4_5 is the one to use. > 2. Are there any other way to do this? I am not too comfortable with this un-updated machine to connect to the net and download source. Could I use another machine and download the source and then transfer data by a CD ? If so, how (or point me to the right doc please) ? I'm sure this is possible. I seem to recall something in the handbook about doing updates on one machine and then using NFS and updating all machines in your environment. Maybe someone else will have more specifics. HTH, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 15:30:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail7.mn.rr.com (mkc-162-160.kc.rr.com [24.94.162.160]) by hub.freebsd.org (Postfix) with ESMTP id 5C78D37B416 for ; Sun, 17 Mar 2002 15:30:33 -0800 (PST) Received: from localhost ([24.26.174.22]) by mail7.mn.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Sun, 17 Mar 2002 17:28:34 -0600 Date: Sun, 17 Mar 2002 17:30:33 -0600 Mime-Version: 1.0 (Apple Message framework v481) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: resetting input fields From: Joshua Holland To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.481) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I have a link from a search result page to detail pages like this: [FMP-record] [FMP-field: Brand] [FMP-field: Model]
[FMP-field: Type] [FMP-field: Size]


[/FMP-record] Is there something I can add to this that will reset pop-ups and checkboxes on the detail page? Or a way for a script to be run that would do the same? I've been able to run scripts with a form and submit button, but how do you do it with this kind of link? Thanks, Josh. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 15:33:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from auemail2.firewall.lucent.com (auemail2.lucent.com [192.11.223.163]) by hub.freebsd.org (Postfix) with ESMTP id 6595137B402 for ; Sun, 17 Mar 2002 15:33:42 -0800 (PST) Received: from au0009exch001p.wins.lucent.com (h135-254-95-226.lucent.com [135.254.95.226]) by auemail2.firewall.lucent.com (Switch-2.1.3/Switch-2.1.0) with ESMTP id g2HNXdO03880 for ; Sun, 17 Mar 2002 18:33:40 -0500 (EST) Received: by AU0009EXCH001P with Internet Mail Service (5.5.2650.21) id ; Mon, 18 Mar 2002 10:33:38 +1100 Message-ID: From: "Wong, Mun Chung (Mun Chung)" To: "'freebsd-questions@freebsd.org'" Subject: [4.5] Urgent help needed: Error message (da0:bt0:0:0:0): CCB 0xcc 32c700 - timed out Date: Mon, 18 Mar 2002 10:33:36 +1100 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi I've recently installed FreeBSD 4.5 on a 1800XP+ within vmware GSX1.0 on Windows2000. When I tried to compile a new kernel, I always run into this problem: (da0:bt0:0:0:0): CCB 0xcc32c700 - timed out (da0:bt0:0:0:0): CCB 0xcc32c700 - timed out bt0: No longer in timeout and the above repeats indefinitely ... What does the above mean ? Anyone knows ? Does it sound like a bad harddisk or not ? The hardware spec is: AMD 1800+ XP 512M DDR RAM Mobo Soltek SL-75DRV4 with VIA KT166A and ATA133 Harddisk is Maxtor ATA133 60G TIA MCW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 15:58: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail7.mn.rr.com (mkc-162-160.kc.rr.com [24.94.162.160]) by hub.freebsd.org (Postfix) with ESMTP id 0BD7937B416 for ; Sun, 17 Mar 2002 15:58:06 -0800 (PST) Received: from localhost ([24.26.174.22]) by mail7.mn.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Sun, 17 Mar 2002 17:55:47 -0600 Date: Sun, 17 Mar 2002 17:57:45 -0600 Mime-Version: 1.0 (Apple Message framework v481) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: Checkbox weirdness From: Joshua Holland To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.481) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have an edit page with checkbox options. When I check some and submit, they are entered into the db and are saved. If I edit again, and uncheck some, then same thing. If I uncheck all of the checkboxes and submit, the changes are not saved, and when I go back to edit, all the boxes I unchecked are all checked again. Unchecking is only remembered when I leave at least one box checked. What's up with that? Josh. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 16:15:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp015.mail.yahoo.com (smtp015.mail.yahoo.com [216.136.173.59]) by hub.freebsd.org (Postfix) with SMTP id 6A6E237B400 for ; Sun, 17 Mar 2002 16:15:57 -0800 (PST) Received: from huanghwh (AUTH plain) at unknown (HELO yahoo.com) (huanghwh@210.21.6.34) by smtp.mail.vip.sc5.yahoo.com with SMTP; 18 Mar 2002 00:15:57 -0000 Message-ID: <3C9531B4.2050405@yahoo.com> Date: Mon, 18 Mar 2002 08:15:49 +0800 From: Huang wen hui User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.9) Gecko/20020317 X-Accept-Language: zh-cn, en-us MIME-Version: 1.0 To: freebsd-questions Subject: portupgrade problem Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, I have a problem of using portupgrade. # portupgrade -a [Updating the pkgdb in /var/db/pkg ... - 113 packages found (-1 +1) (...)/usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:374:in `each': negative allocation size (or too big) (NoMemoryError) from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:374:in `select' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:374:in `update_db' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:532:in `open_db' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:681:in `installed_pkgs' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:599:in `installed_pkg?' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:197:in `pkg' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:706:in `glob' from /usr/local/sbin/portupgrade:458:in `main' ... 8 levels... from /usr/local/sbin/portupgrade:186:in `initialize' from /usr/local/sbin/portupgrade:186:in `new' from /usr/local/sbin/portupgrade:186:in `main' from /usr/local/sbin/portupgrade:1609 how to fix it ? --hwh _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 16:21:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web9708.mail.yahoo.com (web9708.mail.yahoo.com [216.136.128.166]) by hub.freebsd.org (Postfix) with SMTP id 2813937B419 for ; Sun, 17 Mar 2002 16:21:07 -0800 (PST) Message-ID: <20020318002107.41822.qmail@web9708.mail.yahoo.com> Received: from [141.154.38.211] by web9708.mail.yahoo.com via HTTP; Sun, 17 Mar 2002 16:21:07 PST Date: Sun, 17 Mar 2002 16:21:07 -0800 (PST) From: Peter Gatsoulis Reply-To: pg@eth1.com Subject: ssh -X forwarding fails To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi I hav been bangin my head w/this 1. 2 fbsd 4.5 machines, call them work and home. Both can run XFree86 locally I'm trying to get the work machine's desktop to display remotely on my home machine. On my work machine I have sshd_config as it should be with X11Forwarding YES and X11DisplayOffset 10 I do ssh -X someip to get to work machine. I then do startx or startx -listen_tcp failing with: xauth: (argv):1: bad display name "zelo.verizon.net:0" in "remove" command I suspect this has something to do w/ xauth or display variables NOT being set. I have removed .Xauthority files from both local & remote directories w/ no effect. also doing "env" shows me that there IS NO "DISPLAY" variable present in either the remote or local machines. I suspect this is the problem??? How is this set correctly? Both machines are on private LANs behind firewalls, both are in the 192.168.x.x ranges. __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.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 Mar 17 16:50:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 6AC8D37B444 for ; Sun, 17 Mar 2002 16:50:26 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 9D24E7831E; Mon, 18 Mar 2002 11:20:24 +1030 (CST) Date: Mon, 18 Mar 2002 11:20:24 +1030 From: Greg Lehey To: "Giles, George S" Cc: freebsd-questions@freebsd.org Subject: Re: Vinum Raid 5 Problem Message-ID: <20020318112024.B70252@wantadilla.lemis.com> References: <482151146.1016354251@ci537698-a> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <482151146.1016354251@ci537698-a> User-Agent: Mutt/1.3.23i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [Format recovered--see http://www.lemis.com/email/email-format.html] Computer output wrapped. On Sunday, 17 March 2002 at 8:37:31 -0600, Giles, George S wrote: > > My system has three identical disks. The following config does not > work: > > 1 volumes: > V myRaidFive State: down Plexes: 1 Size: 8192 MB Care to have a guess what "down" means? > 1 plexes: > P myRaidFive.p0 R5 State: init Subdisks: 3 Size: 8192 MB "init" may not be so obvious. That's why it's described in the man page: init [-S] size [-w] plex | subdisk vinum init initializes a subdisk by writing zeroes to it. You can initialize all subdisks in a plex by specifying the plex name. This is the only way to ensure consistent data in a plex. You must perform this initialization before using a RAID-5 plex. It is also recommended for other new plexes. vinum initializes all subdisks of a plex in parallel. Since this operation can take a long time, it is normally performed in the background. If you want to wait for completion of the command, use the -w (wait) option. Specify the -S option if you want to write blocks of a different size from the default value of 16 kB. vinum prints a console message when the initialization is complete. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html 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 Mar 17 17: 7: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from northnetworks.ca (d150-201-199.home.cgocable.net [24.150.201.199]) by hub.freebsd.org (Postfix) with ESMTP id 1B30C37B405 for ; Sun, 17 Mar 2002 17:06:52 -0800 (PST) Received: from northnetworks.ca [192.168.250.99] by northnetworks.ca [127.0.0.1] with SMTP (MDaemon.PRO.PRO.v5.0.4.R) for ; Sun, 17 Mar 2002 20:10:08 -0500 Message-ID: <3C949497.1010309@northnetworks.ca> Date: Sun, 17 Mar 2002 08:05:27 -0500 From: Steve Bertrand User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20010914 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Newbie Question... Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MDRemoteIP: 192.168.250.99 X-Return-Path: steve@northnetworks.ca X-MDaemon-Deliver-To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi there, I have 2 Windows 2000 servers providing DNS, http, https, ftp hosting for numerous clients on the internet. I recently installed Mandrake on my laptop which is my everyday workstation. I have an older box (p166) that I would like to use as a test Unix based server, but it is very low on resources, such as hard disk space and memory (40MB, 2GB). I am getting somewhat familiar working at the terminal on my linux machine, and would like to know if BSD will install on such hardware and how I go about installing it using minimal resources. Also, how do I become a member of this mailing list? Tks, - Steve Bertrand To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 17:27:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from newman.cs.purdue.edu (newman.cs.purdue.edu [128.10.2.6]) by hub.freebsd.org (Postfix) with ESMTP id ADF6B37B402 for ; Sun, 17 Mar 2002 17:27:36 -0800 (PST) Received: from lore.cs.purdue.edu (IDENT:1301@lore.cs.purdue.edu [128.10.2.16]) by newman.cs.purdue.edu (8.11.6/8.11.6/PURDUE_CS-2.0) with ESMTP id g2I1RUP04239 for ; Sun, 17 Mar 2002 20:27:31 -0500 (EST) Date: Sun, 17 Mar 2002 20:27:30 -0500 (EST) From: Daniel Kim To: Subject: Kernel Hangs Message-ID: X-PGP-Public-Key: finger dk@cs.purdue.edu X-PGP-Fingerprint: E3 D6 3B 3E 34 E6 0D F9 51 CF 32 5F B0 7E 6B A6 25 8C AB 53 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just cvsup my sources and compiled my 4.5-STABLE kernel. Upon reboot, it halted at: Mounting root from ufs:/dev/ad0s2a I thought it might have been some misconfiguration, so I loaded kernel.old, and kernel.GENERIC and the same thing happened. A friend mentioned to me that he had a similar problem, and adding the following lines: hw.pcic.irc="0" hw.pcic.intr_path="1" to the /boot/loader.conf did the trick. I booted with fixit.flp and unfortunately, it didn't work for me. Does anybody have any suggestions? --dk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 17:43:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts20-srv.bellnexxia.net (tomts20.bellnexxia.net [209.226.175.74]) by hub.freebsd.org (Postfix) with ESMTP id 2605837B417 for ; Sun, 17 Mar 2002 17:43:19 -0800 (PST) Received: from xena.gsicomp.on.ca ([65.95.178.46]) by tomts20-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020318014313.USLV7112.tomts20-srv.bellnexxia.net@xena.gsicomp.on.ca>; Sun, 17 Mar 2002 20:43:13 -0500 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.3/8.11.3) with SMTP id g2I1Va745685; Sun, 17 Mar 2002 20:31:36 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <002801c1ce1e$41876ea0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Steve Bertrand" , References: <3C949497.1010309@northnetworks.ca> Subject: Re: Newbie Question... Date: Sun, 17 Mar 2002 20:43:02 -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.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hi there, > > I have 2 Windows 2000 servers providing DNS, http, https, ftp hosting > for numerous clients on the internet. I recently installed Mandrake on > my laptop which is my everyday workstation. I have an older box (p166) > that I would like to use as a test Unix based server, but it is very low > on resources, such as hard disk space and memory (40MB, 2GB). I am > getting somewhat familiar working at the terminal on my linux machine, > and would like to know if BSD will install on such hardware and how I go > about installing it using minimal resources. FreeBSD will install just fine on a machine with 2GB of disk space and 40MB of RAM. (I've got 3 machines doing various things which are all P166s with 1GB or 2GB disks.) Depending on what your laptop *is*, you may run into some device problems (sound and video card support). > Also, how do I become a member of this mailing list? See http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/eresources.html (Section C.1.2 - How to Subscribe) -- Matt Emmerton GSI Computer Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 17:52:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cmr2.ash.ops.us.uu.net (cmr2.ash.ops.us.uu.net [198.5.241.40]) by hub.freebsd.org (Postfix) with ESMTP id 0D4B937B417 for ; Sun, 17 Mar 2002 17:52:43 -0800 (PST) Received: from csserve0.corp.us.uu.net by cmr2.ash.ops.us.uu.net with ESMTP (peer crosschecked as: csserve0.corp.us.uu.net [153.39.88.140]) id QQmgqp11303; Mon, 18 Mar 2002 01:52:36 GMT Received: from haiti.corp.us.uu.net by csserve0.corp.us.uu.net with ESMTP (peer crosschecked as: localhost [127.0.0.1]) id QQmgqp18475; Sun, 17 Mar 2002 20:52:16 -0500 (EST) Received: from localhost (jamgill@localhost) by haiti.corp.us.uu.net (8.10.2+Sun/8.9.3) with ESMTP id g2I1q7616292; Sun, 17 Mar 2002 20:52:16 -0500 (EST) X-Authentication-Warning: haiti.corp.us.uu.net: jamgill owned process doing -bs Date: Sun, 17 Mar 2002 20:52:07 -0500 (EST) From: "jamgill@uu.net" X-Sender: jamgill@haiti.corp.us.uu.net To: Steve Bertrand Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Newbie Question... In-Reply-To: <3C949497.1010309@northnetworks.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Steve, On Sun, 17 Mar 2002, Steve Bertrand wrote: > and would like to know if BSD will install on such hardware and how I go > about installing it using minimal resources. See the handbook to answer your every question! Read through Chapter two: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html and when you get to section 2.6 it will show you how to do a "minimal install" That is probably what you want, but you will likely want to add the ports and the kernel sources as time goes by. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --gill | Tatu Ylonen, SSH 1.2.12 README: "Beware that the most effective | way for someone to decrypt your data may be with a rubber hose." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 18:11:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f164.law10.hotmail.com [64.4.15.164]) by hub.freebsd.org (Postfix) with ESMTP id 34ADA37B402 for ; Sun, 17 Mar 2002 18:11:27 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 17 Mar 2002 18:11:26 -0800 Received: from 68.48.20.131 by lw10fd.law10.hotmail.msn.com with HTTP; Mon, 18 Mar 2002 02:11:26 GMT X-Originating-IP: [68.48.20.131] Reply-To: jshenry@comp.uark.edu From: "Seth Henry" To: freebsd-questions@freebsd.org Subject: Need help porting linux code to FreeBSD Date: Sun, 17 Mar 2002 20:11:26 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 18 Mar 2002 02:11:26.0963 (UTC) FILETIME=[35C88C30:01C1CE22] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all, This is my first time doing any real "hardware" coding, but I have written a lot of C code for other things. I am working on turning a Compaq IA-1 internet appliance into a useable X-terminal. A great deal of work has gone into porting Linux to this device, but less so on the FreeBSD side. Since I prefer FreeBSD, I thought I would tackle customizing it to fit the hardware. The IA-1 has a number of functions that are available through the VIA chipset by way of setting bits in the chipset registers. A linux program exists to poke and prod this register into turning these functions on and off (in this case, the panel lights and the display backlight). It uses the io.h library, and calls outl, outb, and inl. I would like to rewrite this code so that I can embed it in things like the screen blanker (since the LCD doesn't respond to DPMS), and other user-land programs to control the lights. (the power light alone would be nice). So, where would I need to start looking to translate this code from Linux to FreeBSD? In particular, where can I dig up information on the equivalent to io.h (or is there an io.h in FreeBSD?) I haven't installed all of the source trees, but I did install the headers. However, I haven't found this file. Any help would be appreciated, though I would like to learn how to do this. The original source code is included below. Thanks, Seth Henry #include // Example User Space program to Set and Clear the IA-1 front LEDs and the Backlight // // Copyright (c)2002 Neptune. // // Thanks to Robert Rose and Steven M. Doyle for their pioneering iopener // work and for posting the details so I could figure it out the IA-1. // // This code has been released under GPL. See http://www.gnu.org for more // information. // // Notes: Must compile with optimization ie: gcc -O -o ia1led ia1led.c // Must run as root // Probably will work with non-standard IA-1 bios (ACPI I/O Base != 0xEE00) #define PCI_CFG_ADDR 0xCF8 #define PCI_CFG_DATA 0xCFC #define PCI_CMD(busn, devn, funcn, regn) (0x80000000 | (busn << 16) | (devn << 11) | (funcn << 8) | (regn << 2)) // Prototypes void tog_bit(int bit); void set_bit(int bit); void clr_bit(int bit); // Globals unsigned int GPO_ADDR = 0xEE4C; // VT82C686 Gen Purpose Output port address - Initialized to expected value int main(int argc, char **argv) { unsigned long i; char *s; if(argc!=2) { printf("\nUsage: %s nnnn...\n\n",argv[0]); printf(" where nnnn consists of one or more of the following chars:\n"); printf(" 0 - Turn left LED off\n"); printf(" 1 - Turn left LED on\n"); printf(" 2 - Turn center LED off\n"); printf(" 3 - Turn center LED on\n"); printf(" 4 - Turn right LED off\n"); printf(" 5 - Turn right LED on\n"); printf(" 6 - Turn backlight off\n"); printf(" 7 - Turn backlight on\n\n"); exit(0); } iopl(3); // Give Access to all ports - Be careful.... // Check that the VIA VT82C686 PCI cfg is responding outb (0x01, PCI_CFG_ADDR+3); i = inl (PCI_CFG_ADDR); outl (0x80000000, PCI_CFG_ADDR); if (inl (PCI_CFG_ADDR) != 0x80000000) { printf("PCI config test: Fail\n"); exit(1); } outl (i, 0xCF8); // Check the vendor ID and Device outl(PCI_CMD(0x0,0x7,0x4,0x0),PCI_CFG_ADDR); i = inl(PCI_CFG_DATA); if(i != 0x30571106) { printf("Error: Incorrect Vendor and Device IDs found:\n"); printf("Found Vendor ID = %04x, Device = %04x\n",i&0x0FFFF, i>>16); exit(2); } // Get the Power Management I/O Base Add Offset (Reg Offset 48) outl(PCI_CMD(0x0,0x7,0x4,0x12),PCI_CFG_ADDR); i = inl(PCI_CFG_DATA) & 0x0FF80; // Clear bits 0-6 if(i!=0xEE00) printf("Unusual I/O Base Offset found = %08x\n",i); GPO_ADDR = i | 0x4C; // Set the General Purpose Output port address // Scan the arg string and take action for(s=argv[1];*s!='\0';s++) { switch(*s) { case '0': set_bit(0); break; case '1': clr_bit(0); break; // Left LED (on/off) is active low case '2': clr_bit(8); break; case '3': set_bit(8); break; case '4': clr_bit(14); break; case '5': set_bit(14); break; case '6': clr_bit(7); break; case '7': set_bit(7); break; default: break; // Ignore everything else } } exit(0); // Success } // Bit Toggle, Set and Clear routines void tog_bit(int bit) { unsigned long i; i = inl(GPO_ADDR); i = i ^ (0x1 << bit); // Toggle the bit outl(i,GPO_ADDR); } void set_bit(int bit) { unsigned long i; i = inl(GPO_ADDR); i = i | (0x1 << bit); // Set the bit outl(i,GPO_ADDR); } void clr_bit(int bit) { unsigned long i; i = inl(GPO_ADDR); i = i & ~(0x1 << bit); // Clear the bit outl(i,GPO_ADDR); } _________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. 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 Mar 17 18:14:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe12.pav2.hotmail.com [64.4.36.116]) by hub.freebsd.org (Postfix) with ESMTP id 73C6D37B423 for ; Sun, 17 Mar 2002 18:13:54 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 17 Mar 2002 18:13:54 -0800 X-Originating-IP: [66.32.77.239] From: "Jeff Jeter" To: "FreeBSD Questions" Subject: Xterm doesn't accept special keys Date: Sun, 17 Mar 2002 21:13: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.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: X-OriginalArrivalTime: 18 Mar 2002 02:13:54.0445 (UTC) FILETIME=[8DB083D0:01C1CE22] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG When i try to use keys other than letters, enter, and arrows, such as home, end, etc xterm just outputs a ~. When i am not running X these keys work. What do i do to enable these keys. I have tried other terminal emulators (in ports) and had the same result. Also how do i make xterm update whats in the path (so i don't need to open a new terminal after installation)? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 18:33:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from breg.mc.mpls.visi.com (breg.mc.mpls.visi.com [208.42.156.101]) by hub.freebsd.org (Postfix) with ESMTP id EC50E37B402 for ; Sun, 17 Mar 2002 18:33:06 -0800 (PST) Received: from sheol.localdomain (hawkeyd-fw.dsl.visi.com [208.42.101.193]) by breg.mc.mpls.visi.com (Postfix) with ESMTP id 02F8C2D04A6; Sun, 17 Mar 2002 20:33:06 -0600 (CST) Received: (from hawkeyd@localhost) by sheol.localdomain (8.11.6/8.11.6) id g2I2X4n22005; Sun, 17 Mar 2002 20:33:04 -0600 (CST) (envelope-from hawkeyd) Date: Sun, 17 Mar 2002 20:33:04 -0600 (CST) Message-Id: <200203180233.g2I2X4n22005@sheol.localdomain> Mime-Version: 1.0 X-Newsreader: knews 1.0b.1 Reply-To: hawkeyd@visi.com Organization: if (!FIFO) if (!LIFO) break; References: <20020317223910.GA3245_moo.holy.cow@ns.sol.net> In-Reply-To: <20020317223910.GA3245_moo.holy.cow@ns.sol.net> From: hawkeyd@visi.com (D J Hawkey Jr) Subject: Re: awk - any possibility of using a variable in regex X-Original-Newsgroups: sol.lists.freebsd.questions To: parv_@yahoo.com, freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In article <20020317223910.GA3245_moo.holy.cow@ns.sol.net>, parv_@yahoo.com writes: > is it impossible to use a variable inside a regex in awk? i tried > the following w/o any success... > > { echo 'polka dot'; echo 'red dot'; } | \ > awk -v type=polka ' BEGIN { dot_type=type } /dot_type/ { print }' > > ...so i had resorted to perl for now. > > actual usage is to kill X applications -- xinit, startx -- (from > /usr/share/skel/dot.xinitrc)... > > [SNIP] Hey, I could use something like this! I don't know if awk REs support variables - I played with your example some, and it doesn't do anything for me - but I can make your script a little more efficient by eliminating the perl. Try something like this: ---8<--- #!/bin/sh TMP=/var/tmp/$0.$$ teststop () { [ `ps -aO ruser |egrep $LOGNAME.+$1 | grep -v grep | tee $TMP | wc -l` -eq 1 ] && kill -9 `cat $TMP | awk '{ print $1 }'` rm -f $TMP } teststop startx teststop xinit --->8--- A little more time and creativity could pro'lly eliminate the temporary file, and maybe the awk, too. > - parv Hope this helps, Dave -- Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming, or what?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 18:52:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from brea.mc.mpls.visi.com (brea.mc.mpls.visi.com [208.42.156.100]) by hub.freebsd.org (Postfix) with ESMTP id 5159E37B402 for ; Sun, 17 Mar 2002 18:52:30 -0800 (PST) Received: from sheol.localdomain (hawkeyd-fw.dsl.visi.com [208.42.101.193]) by brea.mc.mpls.visi.com (Postfix) with ESMTP id 479962DDBB1; Sun, 17 Mar 2002 20:52:29 -0600 (CST) Received: (from hawkeyd@localhost) by sheol.localdomain (8.11.6/8.11.6) id g2I2qSW22123; Sun, 17 Mar 2002 20:52:28 -0600 (CST) (envelope-from hawkeyd) Date: Sun, 17 Mar 2002 20:52:28 -0600 From: D J Hawkey Jr To: parv_@yahoo.com, freebsd-questions@freebsd.org Subject: [hawkeyd@visi.com: Re: awk - any possibility of using a variable in regex] Message-ID: <20020317205228.A22100@sheol.localdomain> Reply-To: hawkeyd@visi.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG My bad to reply to myself, but I remember I *do* have something like this, without the need for perl or awk: ---8<--- #!/bin/sh for i in ico mouseclock pyro xcursor xearth xfishtank xneko xroach; do killall -9 -u $LOGNAME -c $i 2>/dev/null done --->8--- ----- Forwarded message from D J Hawkey Jr ----- #!/bin/sh TMP=/var/tmp/$0.$$ teststop () { [ `ps -aO ruser |egrep $LOGNAME.+$1 | grep -v grep | tee $TMP | wc -l` -eq 1 ] && kill -9 `cat $TMP | awk '{ print $1 }'` rm -f $TMP } teststop startx teststop xinit ----- End forwarded message ----- Dave -- ______________________ ______________________ \__________________ \ D. J. HAWKEY JR. / __________________/ \________________/\ hawkeyd@visi.com /\________________/ http://www.visi.com/~hawkeyd/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 18:57:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta04.mail.mel.aone.net.au (mta04.mail.au.uu.net [203.2.192.84]) by hub.freebsd.org (Postfix) with ESMTP id 10F4B37B404 for ; Sun, 17 Mar 2002 18:57:14 -0800 (PST) Received: from ausyddtp0050.ozemail.com.au ([203.166.66.104]) by mta04.mail.mel.aone.net.au with ESMTP id <20020318025706.OUGX13484.mta04.mail.mel.aone.net.au@ausyddtp0050.ozemail.com.au>; Mon, 18 Mar 2002 13:57:06 +1100 Message-Id: <5.1.0.14.2.20020318135557.01be6c60@pop.ozemail.com.au> X-Sender: rbyrnes@pop.ozemail.com.au X-Mailer: I wish it was Linux Date: Mon, 18 Mar 2002 13:57:03 +1100 To: Mike Meyer From: Rob B Subject: Re: Which Linux for a long-time FreeBSD user? Cc: questions@freebsd.org In-Reply-To: <15508.26709.552773.464882@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 20:56 17/03/2002, Mike Meyer sent this up the stick: >Hello all, > >No, I'm not going to quit running FreeBSD. However, I want to use the >Linux kernel module from the Gatos project. I may at some point try >and port it into the FreeBSD kernel - especially if someone agrees to >convert the Brooktree driver to provide the same API. However, for >now, I'm going to run it under Linux. > >The question is - which one? Anyone have recommendations for the most >BSD-like Linux distro? I'll need one that I can add the module to, >etc. Hmm, I would say (of the more major distros) that the most BSD-ish would be slackware (www.slackware.org) Cheers, Rob -- It doesn't matter what you do, it only matters what you say you've done and what you're going to do. [15200.8 km (8207.8 mi), 262.8 deg](Apparent) Rennerian This is random quote 651 of a collection of 1203 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 19: 3:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe63.pav2.hotmail.com [64.4.36.197]) by hub.freebsd.org (Postfix) with ESMTP id E673237B417 for ; Sun, 17 Mar 2002 19:03:42 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 17 Mar 2002 19:03:43 -0800 X-Originating-IP: [66.32.77.239] From: "Jeff Jeter" To: "FreeBSD Questions" Subject: build error: end of config.log Date: Sun, 17 Mar 2002 22:03:42 -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.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: X-OriginalArrivalTime: 18 Mar 2002 03:03:43.0006 (UTC) FILETIME=[8302BBE0:01C1CE29] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Recently when i have tried to build something from ports i have gotten an end of config.log error and an exit 1: output from build of ananjuta [configure part of Makefile] configure: exit 1 (end of config.log) *** Error Code 1 Stop in /usr/ports/devel/bonobo *** Error Code 1 [The rest of the stops] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 19:21:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id E1AA737B400 for ; Sun, 17 Mar 2002 19:21:39 -0800 (PST) Received: from hades.hell.gr (patr530-a033.otenet.gr [212.205.215.33]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2I3Lajo025443; Mon, 18 Mar 2002 05:21:37 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2I3LaQm004320; Mon, 18 Mar 2002 05:21:36 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2I3LUv1004318; Mon, 18 Mar 2002 05:21:31 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Mon, 18 Mar 2002 05:21:30 +0200 From: Giorgos Keramidas To: Steve Bertrand Cc: freebsd-questions@freebsd.org Subject: Re: Newbie Question... Message-ID: <20020318032130.GA4147@hades.hell.gr> References: <3C949497.1010309@northnetworks.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C949497.1010309@northnetworks.ca> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-03-17 08:05, Steve Bertrand wrote: > Hi there, > > I have 2 Windows 2000 servers providing DNS, http, https, ftp hosting > for numerous clients on the internet. I recently installed Mandrake on > my laptop which is my everyday workstation. I have an older box (p166) > that I would like to use as a test Unix based server, but it is very low > on resources, such as hard disk space and memory (40MB, 2GB). I am > getting somewhat familiar working at the terminal on my linux machine, > and would like to know if BSD will install on such hardware and how I go > about installing it using minimal resources. Sure. I'm running FreeBSD ever since 3.x on a similar machine (well, you didn't mention physical memory size, but I'll have to assume it's at least 16 MB, isn't it?). Now it's been source upgraded to 5.0-CURRENT and still goes on happily performing my every day work. You can perform a very minimal install, in less than 100 MB. I'm not sure if a VERY stripped down installation can fit in those 40 MB, but I'd do this in two steps: o Backup any data that the 2 GB disk has. CDROM or tape, will do just fine. You only need to make sure that if anything goes wrong, you can restore the disk in it's previous state with minimum hassle. Remember: backing up data is not everything. MAKING SURE THAT RESTORE WORKS AS EXPECTED, *IS* EVERYTHING :) o Remove all other disks, and try to install FreeBSD on the 2 GB disk. At first, choose only those packages that you think will be required, but make sure you install at least "bin", "man" the documentation, and two absolutely necessary packages: lynx (to be able to read the docs installed) and, if you decide that you will rebuild everything from source one day, the cvsup package (to be able to upgrade the sources). The installation instructions of your release shoule cover the rest of the details (if they don't, it's a bug, and you should probably report it to the documentation team, but let's leave that for the moment). > Also, how do I become a member of this mailing list? You send a message to majordomo@freebsd.org with the proper subscription commands. Try sending a message to majordomo that has in it's body only the word "HELP" (without quotes, of course) and see what the program replies... Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 19:27:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 0EE9937B42C for ; Sun, 17 Mar 2002 19:27:45 -0800 (PST) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id 5BCA1BE70; Sun, 17 Mar 2002 19:27:45 -0800 (PST) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id TAA08571; Sun, 17 Mar 2002 19:27:45 -0800 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id g2I3RV305504; Sun, 17 Mar 2002 19:27:31 -0800 (PST) (envelope-from swear@blarg.net) To: "Jeff Jeter" Cc: "FreeBSD Questions" Subject: Re: Xterm doesn't accept special keys References: From: swear@blarg.net (Gary W. Swearingen) Date: 17 Mar 2002 19:27:31 -0800 In-Reply-To: Message-ID: Lines: 44 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Jeff Jeter" writes: > When i try to use keys other than letters, enter, and arrows, such as home, > end, etc xterm just outputs a ~. When i am not running X these keys work. > What do i do to enable these keys. I have tried other terminal emulators > (in ports) and had the same result. From my .Xresources (note the comments): XTerm*VT100.Translations: #override \n\ Ctrl Up: scroll-back(1,line) \n\ Ctrl Down: scroll-forw(1,line) \n\ Shift Up: scroll-back(1,page) \n\ Shift Down: scroll-forw(1,page) \n\ Meta Up: scroll-back(1,halfpage) \n\ Meta Down: scroll-forw(1,halfpage) \n\ Shift : select-start() \n\ Shift : select-extend() \n\ Shift : select-end(SECONDARY,CLIPBOARD) \n\ Shift : insert-selection(SECONDARY,CLIPBOARD) \n\ Shift : start-extend() \n\ Shift : select-extend() \n\ Shift : select-end(SECONDARY,CLIPBOARD) ! Insert: string("cd -\n") \n\ ! Delete: string("\025") \n\ ! Home: string("cd ") \n\ ! End: string("savepower") \n\ ! Prior: string("ps ax\n") \n\ ! Next: string("ps ax | grep ") IIRC, defining keys like Home and End this way will cause problems with terminal programs which expect the normal definitions. You might get what you're looking for (but didn't specify) by using you're shell's features that allow defining keys ("bind" in ksh). > Also how do i make xterm update whats in the path (so i don't need to open a > new terminal after installation)? I don't understand the question, but xterm won't change the PATH variable. That can be changed in one of your shell start up scripts. You CAN tell xterm (with -ls or +ls option) whether to start a shell login-style if you want to put the setting only in a login shell startup script. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 19:28:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vms4.rit.edu (vms4.isc.rit.edu [129.21.3.15]) by hub.freebsd.org (Postfix) with ESMTP id 8C0A837B417 for ; Sun, 17 Mar 2002 19:28:53 -0800 (PST) Received: from Sonic.rit.edu ([24.169.199.185]) by ritvax.isc.rit.edu (PMDF V5.2-32 #40294) with ESMTPA id <01KFHEVKP7VUG76FLT@ritvax.isc.rit.edu> for questions@freebsd.org; Sun, 17 Mar 2002 22:28:50 EST Date: Sun, 17 Mar 2002 22:28:29 -0500 From: Matt Penna Subject: Re: Which Linux for a long-time FreeBSD user? In-reply-to: <15508.26709.552773.464882@guru.mired.org> X-Sender: mdp1261@vmspop.isc.rit.edu To: questions@freebsd.org Cc: Mike Meyer Message-id: <5.1.0.14.2.20020317222447.03995b10@vmspop.isc.rit.edu> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Content-type: text/plain; format=flowed; charset=us-ascii Content-transfer-encoding: 7BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 03:56 AM 3/17/02 -0600, you wrote: >Hello all, > >No, I'm not going to quit running FreeBSD. However, I want to use the >Linux kernel module from the Gatos project. I may at some point try >and port it into the FreeBSD kernel - especially if someone agrees to >convert the Brooktree driver to provide the same API. However, for >now, I'm going to run it under Linux. A short time ago, a friend of mine pointed me to a very new distribution called Sorcerer Linux: http://www.distrowatch.com/review-sorcerer.php Sounded very BSDish with the compile-from-source philosophy. I haven't actually worked with this distribution, so I'm not endorsing it. Just passing along the link because prior to this point, I had never heard of it! Matt -- Matt Penna mdp1261@rit.edu ICQ: 399825 S0ba on AOLIM "The trouble with computers, of course, is that they're very sophisticated idiots." -Dr. Who To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 19:31:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fep04-mail.bloor.is.net.cable.rogers.com (fep04-mail.bloor.is.net.cable.rogers.com [66.185.86.74]) by hub.freebsd.org (Postfix) with ESMTP id DF5F437B419 for ; Sun, 17 Mar 2002 19:31:30 -0800 (PST) Received: from p1 ([24.42.67.220]) by fep04-mail.bloor.is.net.cable.rogers.com (InterMail vM.5.01.04.06 201-253-122-122-106-20020109) with ESMTP id <20020318033130.ELDK6023.fep04-mail.bloor.is.net.cable.rogers.com@p1> for ; Sun, 17 Mar 2002 22:31:30 -0500 Reply-To: From: "Beauford" To: "FreeBSD" Subject: Newbie Question Date: Mon, 18 Mar 2002 22:34:00 -0800 Message-ID: <000001c1cf10$1143ffe0$6401a8c0@p1> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Authentication-Info: Submitted using SMTP AUTH LOGIN at fep04-mail.bloor.is.net.cable.rogers.com from [24.42.67.220] using ID at Sun, 17 Mar 2002 22:31:17 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I should probably be able to find this, but It is escaping me right now. I just added another drive to my existing FreeBSD box and went into /stand/sysinstall and fdisked and labelled the drive appropriately, but how do I format it and get it mounted (actually, mounting is not a problem, but what is the drive called? My first drive is ad0s1a). Thanks, Beauford To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 19:49:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nycsmtp1out.rdc-nyc.rr.com (nycsmtp1out.rdc-nyc.rr.com [24.29.99.226]) by hub.freebsd.org (Postfix) with ESMTP id 8618C37B404 for ; Sun, 17 Mar 2002 19:49:30 -0800 (PST) Received: from scott1.nyc.rr.com (24-168-24-239.nyc.rr.com [24.168.24.239]) by nycsmtp1out.rdc-nyc.rr.com (8.12.1/Road Runner SMTP Server 1.0) with ESMTP id g2I3mFbd025067; Sun, 17 Mar 2002 22:48:15 -0500 (EST) Message-Id: <5.1.0.14.0.20020317224628.00c4e300@pop-server.nyc.rr.com> X-Sender: scottro@pop-server.nyc.rr.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 17 Mar 2002 22:48:02 -0500 To: Matt Penna , questions@FreeBSD.ORG From: Scott Subject: Re: Which Linux for a long-time FreeBSD user? Cc: Mike Meyer In-Reply-To: <5.1.0.14.2.20020317222447.03995b10@vmspop.isc.rit.edu> References: <15508.26709.552773.464882@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 22:28 2002/03/17 -0500, Matt Penna wrote: >At 03:56 AM 3/17/02 -0600, you wrote: >>Hello all, >> >>No, I'm not going to quit running FreeBSD. >A short time ago, a friend of mine pointed me to a very new distribution >called Sorcerer Linux: > >http://www.distrowatch.com/review-sorcerer.php Actually, Sorceror's pretty much dead. There were various political problems (so I hear, don't really know the issues). It's now called lunar penguin or something like that, but at least one of the developers has gone over to Gentoo. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 19:50:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.csu.ru [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id AF06A37B417; Sun, 17 Mar 2002 19:50:02 -0800 (PST) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.11.6/8.11.6) with ESMTP id g2I3ntt77958 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO); Mon, 18 Mar 2002 08:49:57 +0500 (YEKT) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.11.6/8.11.2) with UUCP id g2I3ntP25378; Mon, 18 Mar 2002 08:49:55 +0500 (YEKT) (envelope-from ilia@cgu.chel.su) Received: from localhost (localhost.cgu.chel.su [127.0.0.1]) by jane.poka.net (8.11.6/8.11.1) with ESMTP id g2I3mas01035; Mon, 18 Mar 2002 08:48:37 +0500 (YEKT) (envelope-from ilia@cgu.chel.su) Date: Mon, 18 Mar 2002 08:48:36 +0500 (YEKT) From: Ilia Chipitsine X-Sender: ilia@jane.poka.net To: questions@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: www/mod_auth_pam 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Sirs, is it neccessary to run Apache as root ? mod_auth_pam gives me: [Mon Mar 18 08:47:02 2002] [error] (2)No such file or directory: access to / failed for 192.168.203.1, reason: Authentication failure Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 20: 0:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 245B837B400 for ; Sun, 17 Mar 2002 20:00:21 -0800 (PST) Received: from hades.hell.gr (patr530-a033.otenet.gr [212.205.215.33]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2I40Hjo009060; Mon, 18 Mar 2002 06:00:19 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2I40IQm004769; Mon, 18 Mar 2002 06:00:18 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2I40HJA004768; Mon, 18 Mar 2002 06:00:17 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Mon, 18 Mar 2002 06:00:16 +0200 From: Giorgos Keramidas To: Beauford Cc: FreeBSD Subject: Re: Newbie Question Message-ID: <20020318040016.GA4703@hades.hell.gr> References: <000001c1cf10$1143ffe0$6401a8c0@p1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001c1cf10$1143ffe0$6401a8c0@p1> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-03-18 22:34, Beauford wrote: > I should probably be able to find this, but It is escaping me right now. > I just added another drive to my existing FreeBSD box and went into > /stand/sysinstall and fdisked and labelled the drive appropriately, but > how do I format it and get it mounted (actually, mounting is not a > problem, but what is the drive called? My first drive is ad0s1a). You'll find a wealth of information about this in the FreeBSD.org article "Formatting Media for use with FreeBSD". Find it online at: http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/formatting-media/ Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 20:43: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sigbus.com (c-24-126-148-218.we.client2.attbi.com [24.126.148.218]) by hub.freebsd.org (Postfix) with ESMTP id 8D07B37B417 for ; Sun, 17 Mar 2002 20:43:02 -0800 (PST) Received: (from henrich@localhost) by sigbus.com (8.11.1/8.11.1) id g2I4gtj02820 for freebsd-questions@freebsd.org; Sun, 17 Mar 2002 20:42:55 -0800 (PST) (envelope-from henrich) Date: Sun, 17 Mar 2002 20:42:55 -0800 From: Charles Henrich To: freebsd-questions@freebsd.org Subject: 262144-byte tape record bigger than suplied buffer Message-ID: <20020317204254.B2713@sigbus.com> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.2-RELEASE X-PGP-Fingerprint: 1024/F7 FD C7 3A F5 6A 23 BF 76 C4 B8 C9 6E 41 A4 4F X-GPG-Fingerprint: EA4C AB9B 0C38 17C0 AB3F 11DE 41F6 5883 41E7 4F49 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Im trying to read dat tapes made on an IRIX box, and I keep getting 262144-byte tape record bigger than suplied buffer Even if I try dd w/ bs=256k, or tar -b 512, all of em fail with an I/O error and that message. Any idea? Charles Henrich Eon Entertainment henrich@msu.edu http://www.sigbus.com:81/~henrich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 20:59:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from omta02.mta.everyone.net (sitemail3.everyone.net [216.200.145.37]) by hub.freebsd.org (Postfix) with ESMTP id 76E7837B405 for ; Sun, 17 Mar 2002 20:59:40 -0800 (PST) Received: from sitemail.everyone.net (dsnat [216.200.145.62]) by omta02.mta.everyone.net (Postfix) with ESMTP id 63AAB1C362C for ; Sun, 17 Mar 2002 20:59:40 -0800 (PST) Received: by sitemail.everyone.net (Postfix, from userid 99) id 3C50E2757; Sun, 17 Mar 2002 20:59:40 -0800 (PST) Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Date: Sun, 17 Mar 2002 20:59:40 -0800 (PST) From: nur adiana To: questions@FreeBSD.org Subject: racoon Reply-To: adiana@ikhlas.com X-Originating-Ip: [161.139.66.13] Message-Id: <20020318045940.3C50E2757@sitemail.everyone.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Currently, i've allready install freebsd at 2 workstation. I want to enable IPSec and tunnell between this 2 host. But i have problem to install racoon.Can u please give me the steps to install and complie the racoon in FreeBSD. Thank you. regards, -nik shahidah- _____________________________________________________________ Meksom, Mozilla Bahasa Melayu http://ikhlas.com/meksom/ _____________________________________________________________ Run a small business? Then you need professional email like you@yourbiz.com from Everyone.net http://www.everyone.net?tag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 21: 1:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id EDBEA37B405 for ; Sun, 17 Mar 2002 21:01:35 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 97D647831E; Mon, 18 Mar 2002 15:31:23 +1030 (CST) Date: Mon, 18 Mar 2002 15:31:23 +1030 From: Greg 'groggy' Lehey To: Charles Henrich Cc: freebsd-questions@freebsd.org Subject: Re: 262144-byte tape record bigger than suplied buffer Message-ID: <20020318153123.O93909@wantadilla.lemis.com> References: <20020317204254.B2713@sigbus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020317204254.B2713@sigbus.com> User-Agent: Mutt/1.3.23i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday, 17 March 2002 at 20:42:55 -0800, Charles Henrich wrote: > Im trying to read dat tapes made on an IRIX box, and I keep getting > > 262144-byte tape record bigger than suplied buffer > > Even if I try dd w/ bs=256k, or tar -b 512, all of em fail with an I/O error > and that message. Any idea? Sorry, you're out of luck. FreeBSD can read a maximum of 131072 bytes in a single transfer. If the on-tape format is larger than that, you won't be able to read it. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html 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 Mar 17 21: 4:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uce55.uchaswv.edu (uce55.uchaswv.edu [12.4.161.9]) by hub.freebsd.org (Postfix) with ESMTP id 471F937B402 for ; Sun, 17 Mar 2002 21:04:46 -0800 (PST) Received: from there ([172.16.32.103]) by uce55.uchaswv.edu (8.9.3 (PHNE_22672)/8.9.3) with SMTP id AAA29353 for ; Mon, 18 Mar 2002 00:09:05 -0500 (EST) Message-Id: <200203180509.AAA29353@uce55.uchaswv.edu> Content-Type: text/plain; charset="iso-8859-1" From: Nathan Mace To: freebsd-questions@freebsd.org Subject: /dev/nsmb* Date: Mon, 18 Mar 2002 00:04:42 -0500 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG whenever i try to mount a samba share on freebsd-4.5 i get the following error: can't get handle to requester (no /dev/nsmb* device) what do i need to do to be able to mount samba shares? i have done this on linux in the past, and i remeber it being tricky if you've never done it before, but pretty simple once you figure it out. what am i doing wrong? the command i'm using is "mount_smbfs -I 172.16.33.3 //nathan@172.16.33.3/Everybody smb" where 172.16.33.3 is the server, nathan is the user name and Everybody is the name share, and smb is the local directory that i want to use as the mount point. i googled for awhile, but didn't find anything in english that was helpful nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 21: 8:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from glow.binity.net (glow.binity.net [213.84.201.224]) by hub.freebsd.org (Postfix) with ESMTP id 8809937B402 for ; Sun, 17 Mar 2002 21:08:34 -0800 (PST) Received: from vscan (glow.dt1.binity.net [172.23.18.1]) by glow.binity.net (Postfix) with ESMTP id C672E55AF; Mon, 18 Mar 2002 06:08:24 +0100 (CET) Received: from there (silver.dt1.binity.net [172.23.3.20]) by glow.binity.net (Postfix) with SMTP id E2FD15507; Mon, 18 Mar 2002 06:08:22 +0100 (CET) Content-Type: text/plain; charset="iso-8859-15" From: Walter Hop Message-Id: <200203180607.33604@silver> To: Nathan Mace , freebsd-questions@freebsd.org Subject: Re: /dev/nsmb* Date: Mon, 18 Mar 2002 06:08:20 +0100 X-Mailer: KMail [version 1.3.2] References: <200203180509.AAA29353@uce55.uchaswv.edu> In-Reply-To: <200203180509.AAA29353@uce55.uchaswv.edu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by glow.binity.net (amavis-perl-11-sky2) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [in reply to Nathan Mace, Monday 18 March 2002 06:04] > whenever i try to mount a samba share on freebsd-4.5 i get the > following error: > > can't get handle to requester (no /dev/nsmb* device) Have you tried making the nsmb0 device by: % cd /dev % sh ./MAKEDEV nsmb0 -- Walter Hop | +31 6 24290808 | PGP key 0x84813998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 21:39:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uce55.uchaswv.edu (uce55.uchaswv.edu [12.4.161.9]) by hub.freebsd.org (Postfix) with ESMTP id B3C9C37B41F for ; Sun, 17 Mar 2002 21:39:22 -0800 (PST) Received: from there ([172.16.32.103]) by uce55.uchaswv.edu (8.9.3 (PHNE_22672)/8.9.3) with SMTP id AAA29581; Mon, 18 Mar 2002 00:43:31 -0500 (EST) Message-Id: <200203180543.AAA29581@uce55.uchaswv.edu> Content-Type: text/plain; charset="iso-8859-15" From: Nathan Mace To: Walter Hop , freebsd-questions@freebsd.org Subject: Re: /dev/nsmb* Date: Mon, 18 Mar 2002 00:39:08 -0500 X-Mailer: KMail [version 1.3.2] References: <200203180509.AAA29353@uce55.uchaswv.edu> <200203180607.33604@silver> In-Reply-To: <200203180607.33604@silver> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday 18 March 2002 12:08 am, Walter Hop wrote: > [in reply to Nathan Mace, Monday 18 March 2002 06:04] > > > whenever i try to mount a samba share on freebsd-4.5 i get the > > following error: > > > > can't get handle to requester (no /dev/nsmb* device) > > Have you tried making the nsmb0 device by: > > % cd /dev > % sh ./MAKEDEV nsmb0 i get a "nsmb0 - no such name" nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 21:42: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dns.perimeter.co.za (dns.perimeter.co.za [196.25.164.254]) by hub.freebsd.org (Postfix) with ESMTP id ABE1937B400 for ; Sun, 17 Mar 2002 21:41:53 -0800 (PST) Received: from asterix (ndf-dial-196-30-127-51.mweb.co.za [196.30.127.51]) by dns.perimeter.co.za (8.11.1/8.11.1) with SMTP id g2I5fh528458; Mon, 18 Mar 2002 07:41:44 +0200 (SAST) (envelope-from bsd@perimeter.co.za) Message-ID: <001601c1ce41$1b8ff5a0$0200000a@perimeter.co.za> From: "Patrick O'Reilly" To: "Brendan McAlpine" , "Doug Reynolds" , References: Subject: Re: HELP!! problem with new bsd mail server [solved kind of] Date: Mon, 18 Mar 2002 07:52:33 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maxusers in the Kernel config ??? ----- Original Message ----- From: "Brendan McAlpine" To: "Doug Reynolds" ; "Patrick O'Reilly" ; Sent: Monday, March 18, 2002 12:34 AM Subject: Re: HELP!! problem with new bsd mail server [solved kind of] > Ok > > Here is what I've found so far. Thanks for all the help to date. It is > very much appreciated. > > I found that when I shut down qmail, the server returned to normal. After a > thorough search through qmail files and after several hours of testing, the > problem seems to be occurring when the concurrent connections (pop and smtp) > gets up to about 100. At that point the network card stops working. > > I am using the generic 4.3 kernel. Once I lowered qmails concurrent > connections setting (to 20, very low) the server operated just fine. > However, when it gets busy during business hours, mail is going to be queued > up, not a good thing. > > Are there any settings in the kernel that I should be changing to allow this > machine to handle more concurrent connections without freaking out? > > Thanks for any advice. > > Brendan > > From: "Doug Reynolds" > > Reply-To: "Doug Reynolds" > > Date: Sun, 17 Mar 2002 11:39:32 -0500 > > To: "Brendan McAlpine" , "Patrick O'Reilly" > > , "questions@FreeBSD.ORG" > > Subject: Re: HELP!! problem with new bsd mail server [solved kind of] > > > > On Sun, 17 Mar 2002 11:24:33 -0500, Brendan McAlpine wrote: > > > >> Thanks Patrick. Sorry for the lack of info. > >> > >> At this point, all I want is for the machine to run a full 24 hours without > >> going deaf to network connections. > >> > >> Its very strange. The machine is running FreeBSD4.5 and I'm running qmail, > >> qmailadmin, and sqwebmail. Apache is serving up the qmailadmin and > >> sqwebmail cgi's. > >> > >> The machine is a brand new, dual 1GHZ pentium running RAID 5 across 3 large > >> SCSI disks. > >> > >> Every 3 or 4 hours the machine goes "deaf" to its network set up and no > >> incoming or outbound traffic can get through. When it goes deaf it can't > >> even ping the switch its connected to. > >> > >> At first I thought the problem was because of the dual ethernet cards. So I > >> disabled one of them in the bios settings. The machine ran better. After > >> 24 hours or so, it started going deaf every 4 or 5 hours again. > >> > >> Since this is happening on a more or less random schedule, I can't pin down > >> what the problem is. Something is causing the machine to less its > >> networking ability for about 10 minutes at a time every 4 or 5 hours. > >> > >> BTW, I checked my log files and nothing is being logged as errors when the > >> downtime occurs. The only errors in there are: > >> > >> /kernel: stray irq 7 > >> > >> I'm unsure of how to move from here....please help..... > > > > first thing you need to give us is a dmesg and tell us what kinda > > network card(s) you are running.. > > > > the stray irq 7 sounds like a conflict > > > > try turning off your LPT1 printer port in the BIOS (if you aren't using > > it) and see if that helps > > > > --- > > doug reynolds | the maverick | mav@wastegate.net > > > > PGP Public Key Fingerprint: 7FEC 10AA 056B F8DE AC1E 6965 FBBE 9601 > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 17 22: 7:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.macconnect.com (mail.macconnect.com [204.68.168.11]) by hub.freebsd.org (Postfix) with SMTP id 2EAFF37B400 for ; Sun, 17 Mar 2002 22:07:47 -0800 (PST) Received: (qmail 46605 invoked by uid 0); 18 Mar 2002 06:13:17 -0000 Received: from unknown (HELO ?10.0.1.7?) (24.168.28.19) by mail.macconnect.com with SMTP; 18 Mar 2002 06:13:17 -0000 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Mon, 18 Mar 2002 01:08:30 -0500 Subject: Re: HELP!! problem with new bsd mail server [solved kind of] From: Brendan McAlpine To: Patrick O'Reilly , Message-ID: In-Reply-To: <001601c1ce41$1b8ff5a0$0200000a@perimeter.co.za> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is there a way to change this without re-compiling the kernel? What do you think it should be set to? Brendan > From: "Patrick O'Reilly" > Date: Mon, 18 Mar 2002 07:52:33 +0200 > To: "Brendan McAlpine" , "Doug Reynolds" > , > Subject: Re: HELP!! problem with new bsd mail server [solved kind of] > > maxusers in the Kernel config ??? > > ----- Original Message ----- > From: "Brendan McAlpine" > To: "Doug Reynolds" ; "Patrick O'Reilly" > ; > Sent: Monday, March 18, 2002 12:34 AM > Subject: Re: HELP!! problem with new bsd mail server [solved kind of] > > >> Ok >> >> Here is what I've found so far. Thanks for all the help to date. It is >> very much appreciated. >> >> I found that when I shut down qmail, the server returned to normal. > After a >> thorough search through qmail files and after several hours of testing, > the >> problem seems to be occurring when the concurrent connections (pop and > smtp) >> gets up to about 100. At that point the network card stops working. >> >> I am using the generic 4.3 kernel. Once I lowered qmails concurrent >> connections setting (to 20, very low) the server operated just fine. >> However, when it gets busy during business hours, mail is going to be > queued >> up, not a good thing. >> >> Are there any settings in the kernel that I should be changing to allow > this >> machine to handle more concurrent connections without freaking out? >> >> Thanks for any advice. >> >> Brendan >>> From: "Doug Reynolds" >>> Reply-To: "Doug Reynolds" >>> Date: Sun, 17 Mar 2002 11:39:32 -0500 >>> To: "Brendan McAlpine" , "Patrick O'Reilly" >>> , "questions@FreeBSD.ORG" > >>> Subject: Re: HELP!! problem with new bsd mail server [solved kind of] >>> >>> On Sun, 17 Mar 2002 11:24:33 -0500, Brendan McAlpine wrote: >>> >>>> Thanks Patrick. Sorry for the lack of info. >>>> >>>> At this point, all I want is for the machine to run a full 24 hours > without >>>> going deaf to network connections. >>>> >>>> Its very strange. The machine is running FreeBSD4.5 and I'm running > qmail, >>>> qmailadmin, and sqwebmail. Apache is serving up the qmailadmin and >>>> sqwebmail cgi's. >>>> >>>> The machine is a brand new, dual 1GHZ pentium running RAID 5 across 3 > large >>>> SCSI disks. >>>> >>>> Every 3 or 4 hours the machine goes "deaf" to its network set up and > no >>>> incoming or outbound traffic can get through. When it goes deaf it > can't >>>> even ping the switch its connected to. >>>> >>>> At first I thought the problem was because of the dual ethernet > cards. So I >>>> disabled one of them in the bios settings. The machine ran better. > After >>>> 24 hours or so, it started going deaf every 4 or 5 hours again. >>>> >>>> Since this is happening on a more or less random schedule, I can't > pin down >>>> what the problem is. Something is causing the machine to less its >>>> networking ability for about 10 minutes at a time every 4 or 5 hours. >>>> >>>> BTW, I checked my log files and nothing is being logged as errors > when the >>>> downtime occurs. The only errors in there are: >>>> >>>> /kernel: stray irq 7 >>>> >>>> I'm unsure of how to move from here....please help..... >>> >>> first thing you need to give us is a dmesg and tell us what kinda >>> network card(s) you are running.. >>> >>> the stray irq 7 sounds like a conflict >>> >>> try turning off your LPT1 printer port in the BIOS (if you aren't > using >>> it) and see if that helps >>> >>> --- >>> doug reynolds | the maverick | mav@wastegate.net >>> >>> PGP Public Key Fingerprint: 7FEC 10AA 056B F8DE AC1E 6965 FBBE 9601 >>> >>> >>> >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" 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 Mar 17 22:16:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gyros.marcuscom.com (10-058.006.popsite.net [64.24.39.58]) by hub.freebsd.org (Postfix) with ESMTP id 133D937B402 for ; Sun, 17 Mar 2002 22:16:21 -0800 (PST) Received: (from marcus@localhost) by gyros.marcuscom.com (8.11.6/8.11.6) id g2I6GAg00399; Mon, 18 Mar 2002 01:16:10 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: gyros.marcuscom.com: marcus set sender to marcus@marcuscom.com using -f Subject: Re: /dev/nsmb* From: Joe Marcus Clarke To: Nathan Mace Cc: Walter Hop , freebsd-questions@FreeBSD.ORG In-Reply-To: <200203180543.AAA29581@uce55.uchaswv.edu> References: <200203180509.AAA29353@uce55.uchaswv.edu> <200203180607.33604@silver> <200203180543.AAA29581@uce55.uchaswv.edu> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-L3ho1oVziSMfOhEK5QE+" X-Mailer: Evolution/1.0.2 Date: 18 Mar 2002 01:16:10 -0500 Message-Id: <1016432170.283.6.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-L3ho1oVziSMfOhEK5QE+ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2002-03-18 at 00:39, Nathan Mace wrote: > On Monday 18 March 2002 12:08 am, Walter Hop wrote: > > [in reply to Nathan Mace, Monday 18 March 2002 06:04] > > > > > whenever i try to mount a samba share on freebsd-4.5 i get the > > > following error: > > > > > > can't get handle to requester (no /dev/nsmb* device) > > > > Have you tried making the nsmb0 device by: > > > > % cd /dev > > % sh ./MAKEDEV nsmb0 >=20 > i get a "nsmb0 - no such name" Are you sure this is FreeBSD 4.5? The nsmb* device is listed in MAKEDEV, and works for me. From /dev/MAKEDEV:=20 nsmb*) unit=3D`expr $i : 'nsmb\(.*\)'` mknod nsmb$unit c 144 $unit ;; If you're sure you have the right MAKEDEV script, make sure you're not trying to run it with bash. The sh you should be using is the Bourne shell that shipped with FreeBSD. I have noticed that when running in a SMP configuration, using the smbfs kernel modules doesn't work. You have to hardcode the SMB stuff into the kernel. However, on single CPU configs, what you're doing works. Joe >=20 > nathan >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 --=-L3ho1oVziSMfOhEK5QE+ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEABECAAYFAjyVhioACgkQb2iPiv4Uz4dS5wCeLogJaAaCL5G0Ah62lQkROFr6 3HIAnApXl/phBKsIjtt8KM4tSpwWIDvQ =ZcSv -----END PGP SIGNATURE----- --=-L3ho1oVziSMfOhEK5QE+-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 22:21:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wiproecmx1.wipro.com (wiproecmx1.wipro.com [164.164.31.5]) by hub.freebsd.org (Postfix) with ESMTP id 1833837B405 for ; Sun, 17 Mar 2002 22:21:03 -0800 (PST) Received: from ecvwall1.wipro.com (ecvwall1.wipro.com [164.164.23.6]) by wiproecmx1.wipro.com (8.11.3/8.11.3) with SMTP id g2I6J7P20215 for ; Mon, 18 Mar 2002 11:49:08 +0530 (IST) Received: from Jaideep ([192.168.80.18]) by ecmail.mail.wipro.com (Netscape Messaging Server 4.15) with ESMTP id GT5OAF01.M9S; Mon, 18 Mar 2002 11:50:39 +0530 From: "Jaideep Bhatia" To: "'Joe Marcus Clarke'" , "'Nathan Mace'" Cc: "'Walter Hop'" , Subject: RE: /dev/nsmb* Date: Mon, 18 Mar 2002 11:46:53 +0530 Organization: Wipro Technologies Message-ID: <000c01c1ce44$7fe61e50$1250a8c0@Jaideep> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPartTM-000-cb118e4d-3a2d-11d6-a942-00b0d0d06be8" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal In-Reply-To: <1016432170.283.6.camel@gyros.marcuscom.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPartTM-000-cb118e4d-3a2d-11d6-a942-00b0d0d06be8 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit You don't have to create any nsb* device. SMB support should be compiled in the kernel. Install the samba port. Edit smb.conf file properly and reboot the machine. Hope this should solve your problem. Regards, Jaideep -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Joe Marcus Clarke Sent: Monday, March 18, 2002 11:46 AM To: Nathan Mace Cc: Walter Hop; freebsd-questions@FreeBSD.ORG Subject: Re: /dev/nsmb* On Mon, 2002-03-18 at 00:39, Nathan Mace wrote: > On Monday 18 March 2002 12:08 am, Walter Hop wrote: > > [in reply to Nathan Mace, Monday 18 March 2002 06:04] > > > > > whenever i try to mount a samba share on freebsd-4.5 i get the > > > following error: > > > > > > can't get handle to requester (no /dev/nsmb* device) > > > > Have you tried making the nsmb0 device by: > > > > % cd /dev > > % sh ./MAKEDEV nsmb0 > > i get a "nsmb0 - no such name" Are you sure this is FreeBSD 4.5? The nsmb* device is listed in MAKEDEV, and works for me. From /dev/MAKEDEV: nsmb*) unit=`expr $i : 'nsmb\(.*\)'` mknod nsmb$unit c 144 $unit ;; If you're sure you have the right MAKEDEV script, make sure you're not trying to run it with bash. The sh you should be using is the Bourne shell that shipped with FreeBSD. I have noticed that when running in a SMP configuration, using the smbfs kernel modules doesn't work. You have to hardcode the SMB stuff into the kernel. However, on single CPU configs, what you're doing works. Joe > > nathan > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > ------=_NextPartTM-000-cb118e4d-3a2d-11d6-a942-00b0d0d06be8 Content-Type: text/plain; name="Wipro_Disclaimer.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Wipro_Disclaimer.txt" **************************Disclaimer************************************ Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged' and 'confidential' and intended for use only by the individual or entity to which it is addressed. You are notified that any use, copying or dissemination of the information contained in the E-MAIL in any manner whatsoever is strictly prohibited. ******************************************************************** ------=_NextPartTM-000-cb118e4d-3a2d-11d6-a942-00b0d0d06be8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 22:21:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from foo31-146.visit.se (foo31-146.visit.se [62.119.31.146]) by hub.freebsd.org (Postfix) with ESMTP id 6305037B416 for ; Sun, 17 Mar 2002 22:21:29 -0800 (PST) Received: (from martin@localhost) by foo31-146.visit.se (8.11.6/8.11.6) id g2I6KmY01755; Mon, 18 Mar 2002 07:20:48 +0100 (CET) (envelope-from martin) Date: Mon, 18 Mar 2002 07:20:48 +0100 From: Martin Karlsson To: Jeff Jeter Cc: FreeBSD Questions Subject: Re: Xterm doesn't accept special keys Message-ID: <20020318062048.GA173@foo31-146.visit.se> Mail-Followup-To: Martin Karlsson , Jeff Jeter , FreeBSD Questions References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i X-PGP-Keyid: 0x9C924660 X-PGP-Fingerprint: 5970 BE22 2C33 4D8F 53FD 7E34 66FF 9332 9C92 4660 X-Editor: Vim http://www.vim.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Jeff Jeter [2002-03-17 21.13 -0500]: [...SNIP...] > Also how do i make xterm update whats in the path (so i don't need to open a > new terminal after installation)? I assume you mean something like, 'after having installed foo, how can I start foo without having to start a new x-term'? If that's the case, then 'rehash' (for (t)csh) or 'hash -r' (for sh-style shells) will do it. HTH -- Martin Karlsson I welcome mail encrypted with PGP/GPG. See headers for my public key. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 22:32: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.macconnect.com (mail.macconnect.com [204.68.168.11]) by hub.freebsd.org (Postfix) with SMTP id CC93037B41A for ; Sun, 17 Mar 2002 22:32:00 -0800 (PST) Received: (qmail 66801 invoked by uid 0); 18 Mar 2002 06:37:31 -0000 Received: from unknown (HELO ?10.0.1.7?) (24.168.28.19) by mail.macconnect.com with SMTP; 18 Mar 2002 06:37:31 -0000 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Mon, 18 Mar 2002 01:32:39 -0500 Subject: Re: HELP!! problem with new bsd mail server [solved kind of] From: Brendan McAlpine To: Patrick O'Reilly , Message-ID: In-Reply-To: <001601c1ce41$1b8ff5a0$0200000a@perimeter.co.za> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hmmm The generic kernel is set for 32 maxusers, which should give me 532 simultaneous processes. Qmail is only set for 100 concurrent connections at its max......so would increasing the maxusers really help? What about ICMP_BANDLIM? I've heard that sometimes that kernel option causes networking problems. Has anyone heard about that? Thanks Brendan > From: "Patrick O'Reilly" > Date: Mon, 18 Mar 2002 07:52:33 +0200 > To: "Brendan McAlpine" , "Doug Reynolds" > , > Subject: Re: HELP!! problem with new bsd mail server [solved kind of] > > maxusers in the Kernel config ??? > > ----- Original Message ----- > From: "Brendan McAlpine" > To: "Doug Reynolds" ; "Patrick O'Reilly" > ; > Sent: Monday, March 18, 2002 12:34 AM > Subject: Re: HELP!! problem with new bsd mail server [solved kind of] > > >> Ok >> >> Here is what I've found so far. Thanks for all the help to date. It is >> very much appreciated. >> >> I found that when I shut down qmail, the server returned to normal. > After a >> thorough search through qmail files and after several hours of testing, > the >> problem seems to be occurring when the concurrent connections (pop and > smtp) >> gets up to about 100. At that point the network card stops working. >> >> I am using the generic 4.3 kernel. Once I lowered qmails concurrent >> connections setting (to 20, very low) the server operated just fine. >> However, when it gets busy during business hours, mail is going to be > queued >> up, not a good thing. >> >> Are there any settings in the kernel that I should be changing to allow > this >> machine to handle more concurrent connections without freaking out? >> >> Thanks for any advice. >> >> Brendan >>> From: "Doug Reynolds" >>> Reply-To: "Doug Reynolds" >>> Date: Sun, 17 Mar 2002 11:39:32 -0500 >>> To: "Brendan McAlpine" , "Patrick O'Reilly" >>> , "questions@FreeBSD.ORG" > >>> Subject: Re: HELP!! problem with new bsd mail server [solved kind of] >>> >>> On Sun, 17 Mar 2002 11:24:33 -0500, Brendan McAlpine wrote: >>> >>>> Thanks Patrick. Sorry for the lack of info. >>>> >>>> At this point, all I want is for the machine to run a full 24 hours > without >>>> going deaf to network connections. >>>> >>>> Its very strange. The machine is running FreeBSD4.5 and I'm running > qmail, >>>> qmailadmin, and sqwebmail. Apache is serving up the qmailadmin and >>>> sqwebmail cgi's. >>>> >>>> The machine is a brand new, dual 1GHZ pentium running RAID 5 across 3 > large >>>> SCSI disks. >>>> >>>> Every 3 or 4 hours the machine goes "deaf" to its network set up and > no >>>> incoming or outbound traffic can get through. When it goes deaf it > can't >>>> even ping the switch its connected to. >>>> >>>> At first I thought the problem was because of the dual ethernet > cards. So I >>>> disabled one of them in the bios settings. The machine ran better. > After >>>> 24 hours or so, it started going deaf every 4 or 5 hours again. >>>> >>>> Since this is happening on a more or less random schedule, I can't > pin down >>>> what the problem is. Something is causing the machine to less its >>>> networking ability for about 10 minutes at a time every 4 or 5 hours. >>>> >>>> BTW, I checked my log files and nothing is being logged as errors > when the >>>> downtime occurs. The only errors in there are: >>>> >>>> /kernel: stray irq 7 >>>> >>>> I'm unsure of how to move from here....please help..... >>> >>> first thing you need to give us is a dmesg and tell us what kinda >>> network card(s) you are running.. >>> >>> the stray irq 7 sounds like a conflict >>> >>> try turning off your LPT1 printer port in the BIOS (if you aren't > using >>> it) and see if that helps >>> >>> --- >>> doug reynolds | the maverick | mav@wastegate.net >>> >>> PGP Public Key Fingerprint: 7FEC 10AA 056B F8DE AC1E 6965 FBBE 9601 >>> >>> >>> >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" 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 Mar 17 22:37:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp011.mail.yahoo.com (smtp011.mail.yahoo.com [216.136.173.31]) by hub.freebsd.org (Postfix) with SMTP id E2B6B37B400 for ; Sun, 17 Mar 2002 22:37:25 -0800 (PST) Received: from jlboss (AUTH plain) at wks-94-207-167.kscable.com (HELO yahoo.com) (jlboss@24.94.207.167) by smtp.mail.vip.sc5.yahoo.com with SMTP; 18 Mar 2002 06:37:25 -0000 Message-ID: <3C958BEB.2000801@yahoo.com> Date: Mon, 18 Mar 2002 00:40:43 -0600 From: Justin L Boss User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.4) Gecko/20011126 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: FreeBSD-Questions Subject: newbie programing question for X Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to test some opengl stuff in X but when I g++ it I get: open.cpp:1: GL/gl.h: No such file or directory open.cpp:2: GL/glu.h: No such file or directory open.cpp:3: GL/glx.h: No such file or directory I know that what it is saying I just don't know how to tell it to look in the /usr/X11R6/include also I'm using xwpe if that maters to you. Thanks. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 23: 8:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dns.perimeter.co.za (dns.perimeter.co.za [196.25.164.254]) by hub.freebsd.org (Postfix) with ESMTP id BDDB737B400 for ; Sun, 17 Mar 2002 23:08:16 -0800 (PST) Received: from patrick (loopback.mipjhb [209.212.102.245] (may be forged)) by dns.perimeter.co.za (8.11.1/8.11.1) with SMTP id g2I789529142; Mon, 18 Mar 2002 09:08:09 +0200 (SAST) (envelope-from bsd@perimeter.co.za) Message-ID: <002701c1ce4c$99de3ec0$b50d030a@patrick> From: "Patrick O'Reilly" To: "Brendan McAlpine" , References: Subject: Re: HELP!! problem with new bsd mail server [solved kind of] Date: Mon, 18 Mar 2002 09:14:52 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Brendan McAlpine" > Hmmm > > The generic kernel is set for 32 maxusers, which should give me 532 > simultaneous processes. Qmail is only set for 100 concurrent connections at > its max......so would increasing the maxusers really help? Brendan, I'm not going to pretend to be authoritative on this subect, but here's what my gut tells me: The kernel maxuers setting is used as a scaling factor on various default settings in the kernel environment. One of these, as you noted, indicates that you should be able to have 532 concurrent processes (I'm assuming you did the math :). But there may be other limits you hit before then. For example, what about the numbers of simultaneous open file handles, or descriptors, or whatever the correct terminology is? My gut feel is that each qmail process is somewhat like a user (albeit a lightweight user), and requires a set of resources, somewhat like a user. If you have 'maxusers=32', and you have 100 simultaneous qmail processes running, my immediate reaction is that you are running more than I would have guessed your could system support 'out the box'. In an environment like yours where you have a reasonably heavy workload in a specific area I think you must accept that you will need to do some tuning of the system. > Is there a way to change this without re-compiling the kernel? No, not that I know of. 'sysctl kern.maxusers' will tell you what the current value is, but it is a read-only attribute, so you can't fiddle it via sysctl. Anyway, in my experience, rebuilding a kernel is not a particularly stressful exercise. It is certainly less stressful than living with a box that goes to sleep every day!!! > What about ICMP_BANDLIM? I've heard that sometimes that kernel option > causes networking problems. Has anyone heard about that? I have no idea whether this has any impact on your situation :( Again - I'm not sure that nudging maxusers will definitely solve your problem, but given the info you've told us I would say it is definitely worth a try. Regards, Patrick O'Reilly. --- Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming, or what?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 23: 9:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uclink4.berkeley.edu (uclink4.Berkeley.EDU [128.32.25.39]) by hub.freebsd.org (Postfix) with ESMTP id A76D437B417 for ; Sun, 17 Mar 2002 23:09:13 -0800 (PST) Received: from k (adsl-64-169-90-22.dsl.snfc21.pacbell.net [64.169.90.22]) by uclink4.berkeley.edu (8.11.4/8.11.4) with SMTP id g2I79D519073 for ; Sun, 17 Mar 2002 23:09:13 -0800 (PST) Message-ID: <000a01c1ce4c$16245240$6401a8c0@sbcglobal.net> From: "Kurtis Nishimura" To: Subject: FreeBSD 2.1.7 Date: Sun, 17 Mar 2002 23:11:06 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C1CE09.0499CB60" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C1CE09.0499CB60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi there... Does anyone know where I can get a copy of FreeBSD 2.1.7. I need a copy = of BSD that will install and run on a machine with 4 megs of ram. I = can't seem to find any super old versions of BSD on the ftp server. = Anywhere else I might check? Thanks! ------=_NextPart_000_0007_01C1CE09.0499CB60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi there...
Does anyone know where I can get a copy = of FreeBSD=20 2.1.7.  I need a copy of BSD that will install and run on a machine = with 4=20 megs of ram.  I can't seem to find any super old versions of BSD on = the=20 ftp server.  Anywhere else I might check?
Thanks!
------=_NextPart_000_0007_01C1CE09.0499CB60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 23:11:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from newmoon.mt.lv (newmoon.mt.lv [159.148.147.197]) by hub.freebsd.org (Postfix) with ESMTP id 2ED4237B41A for ; Sun, 17 Mar 2002 23:11:42 -0800 (PST) Received: from indigo.int.mt.lv (indigo.int.mt.lv [10.5.8.15]) by newmoon.mt.lv (8.11.6/8.11.6) with ESMTP id g2I79l225941; Mon, 18 Mar 2002 09:09:47 +0200 Received: from indigo.int.mt.lv (localhost.localdomain [127.0.0.1]) by indigo.int.mt.lv (8.12.2/8.11.6) with ESMTP id g2I6wVOJ032103; Mon, 18 Mar 2002 08:58:31 +0200 (EET) (envelope-from denis@mt.lv) To: warrior@mailbox.riga.lv Cc: freebsd-questions@FreeBSD.org Subject: Re: HTML editors References: <200203160220.g2G2KLk30380@smtp.delfi.lv> From: denis@mt.lv (Denis J. Cirulis) Date: 18 Mar 2002 08:58:31 +0200 In-Reply-To: <200203160220.g2G2KLk30380@smtp.delfi.lv> Message-ID: <86hene5pm0.fsf@indigo.int.mt.lv> Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG warrior@mailbox.riga.lv writes: > What's your favorite for X? I've used bluefish for a while but it doesn't fully > satisfy me now. I'd like a neater look, flat buttons perhaps, highlighting HTML > code, multiple file sessions and *last folder used* save. Anyway, give me someth > ing :) I would suggest (X)emacs. I'm using it for any type of text processing, programming and even for reading and sending out my mail :) It is hard to suggest emacs because of it's complexity, but to my mind it is good to have at least basic knowledge of emacs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 23:18:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.aracnet.com (mail3.aracnet.com [216.99.193.38]) by hub.freebsd.org (Postfix) with ESMTP id 5A06337B419 for ; Sun, 17 Mar 2002 23:18:15 -0800 (PST) Received: from shell1.aracnet.com (shell1.aracnet.com [216.99.193.21]) by mail3.aracnet.com (8.12.2/8.12.1) with ESMTP id g2I7IV9e030738 for ; Sun, 17 Mar 2002 23:18:31 -0800 Received: by shell1.aracnet.com (8.11.6) id g2I7IZD26563; Sun, 17 Mar 2002 23:18:35 -0800 Message-Id: <200203180718.g2I7IZD26563@shell1.aracnet.com> Subject: Junkbuster issue under FreeBSD To: freebsd-questions@freebsd.org Date: Sun, 17 Mar 2002 23:18:35 -0800 (PST) From: "Seagull" X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have noticed some odd behavior when running junkbuster under FreeBSD. Unfortunately, the junkbuster folks don't have a nice mailing list to ask questions to, so I figured I'd start here, since I can only produce the problem under BSD. :) If there's a more appropriate list for this, please let me know. Every now and then, it appears that junkbuster connects to the wrong host to fetch a particular URL (in fact, it's worse than that: it not only connects to the wrong host, but it also sends a complete proxy GET when it gets there). It is quite repeatable for me: 1. Go to site A to request URI a (http://A/a) 2. Then go to Site B to request URI b (http://B/b) About once every four or five times, at step 2, junkbuster will actually send a proxy GET to Site A, and ask for URI b (basically, it tries to say GET http://A/b) Here's tcpdump output showing the problem in action: 22:44:32.751124 cappuccino.mechalas.net.1236 > medley.mechalas.net.911: P 7113:7824(711) ack 9970 win 4390 (DF) 0x0000 4500 02ef 05f1 4000 8006 17c5 c0a8 2c06 E.....@.......,. 0x0010 c0a8 2cfc 04d4 038f 01ab 91f4 87a1 ebdc ..,............. 0x0020 5018 1126 1bf9 0000 4745 5420 6874 7470 P..&....GET.http 0x0030 3a2f 2f6d 792e 7961 686f 6f2e 636f 6d2f ://my.yahoo.com/ 0x0040 2048 5454 502f 312e 310d 0a48 6f73 743a .HTTP/1.1..Host: 0x0050 206d 792e 7961 686f 6f2e 636f 6d0d 0a55 .my.yahoo.com..U 22:44:32.751228 medley.mechalas.net.3491 > a108.suntimes.com.http: P 7021:7732(711) ack 9994 win 33304 (DF) 0x0000 4500 02fb eb0d 4000 4006 04bb c0a8 2cfc E.....@.@.....,. 0x0010 0c24 4e6c 0da3 0050 05b0 9c28 fa0b 983a .$Nl...P...(...: 0x0020 8018 8218 e7c8 0000 0101 080a 0b9f 618b ..............a. 0x0030 0d18 6f71 4745 5420 6874 7470 3a2f 2f6d ..oqGET.http://m 0x0040 792e 7961 686f 6f2e 636f 6d2f 2048 5454 y.yahoo.com/.HTT 0x0050 502f 312e 310d 0a48 6f73 743a 206d 792e P/1.1..Host:.my. 0x0060 7961 686f 6f2e 636f 6d0d 0a55 7365 722d yahoo.com..User- 0x0070 4167 656e 743a 204d 6f7a 696c 6c61 2f35 Agent:.Mozilla/5 Here, I was browsing on www.suntimes.com, and then moved on to my.yahoo.com. Except that junkbuster went to a108.suntimes.com, and issued a "GET http://my.yahoo.com/" request. This happens both with the pre-compiled package via the ports collection, and if I compile the source myself from the JunkBuster Web site. I've had this problem on all versions of 4.x-RELEASE (including 4.5) on x86. Has anyone else seen this? I figured I would ask around before I broke out the debugger to try and track down what is happening, just in case some kind soul has already found and created a fix. Cheers, John -- \ carpe cavy! seagull @ aracnet.com \ http://www.aracnet.com/~seagull \ (seize the guinea pig!) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 23:18:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hercules.worldgatein.com (unassigned-26-64-109-203.worldgatein.com [203.109.64.26]) by hub.freebsd.org (Postfix) with ESMTP id 086E937B41C for ; Sun, 17 Mar 2002 23:18:21 -0800 (PST) Received: from rivendell.worldgatein.net (interoffice.worldgatein.com [203.109.64.31]) by hercules.worldgatein.com (Postfix) with ESMTP id 4E8481005270 for ; Mon, 18 Mar 2002 12:34:11 +0530 (IST) Received: by rivendell.worldgatein.net (Postfix, from userid 1001) id EA2B93260F; Mon, 18 Mar 2002 12:46:05 +0530 (IST) Date: Mon, 18 Mar 2002 12:46:05 +0530 From: Devdas Bhagat To: freebsd-questions@FreeBSD.ORG Subject: Re: ppp/kppp.... Message-ID: <20020318124605.G75232@rivendell.worldgatein.net> Reply-To: Devdas Bhagat Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <02031709403700.02477@ppp-212-109-5-73> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <02031709403700.02477@ppp-212-109-5-73>; from tw@ettnet.se on Sun, Mar 17, 2002 at 09:26:14AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 17/03/02 09:26 +0100, Thomas Widlumdh wrote: > One odd thing though. With kppp up and running, there is no possibility to > start another program from Kde. I can start a program from the terminal, though. > So I have to have Kmail, Netscape, any terminal of need etc launched before I > start Kppp. > The possibilities to start another program from Kde return once I > close Kppp. Odd! A bug? Start kppp as a background process. $kppp & Devdas Bhagat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 23:19:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns6.icdc.com (ns6.icdc.com [208.244.152.35]) by hub.freebsd.org (Postfix) with ESMTP id 4B38A37B41B; Sun, 17 Mar 2002 23:19:40 -0800 (PST) Received: from ultra2000 (peco.14.galaxy.icdc.com [208.244.152.142]) by ns6.icdc.com (8.11.3/8.11.3) with SMTP id g2I7JXb04352; Mon, 18 Mar 2002 02:19:33 -0500 (EST) Message-ID: <00db01c1ce4d$72ce2240$2c14fea9@ultra2000> From: "Chauncey Smith" To: , , "Matthew Emmerton" Cc: "freebsd.org" References: <006f01c1cc8c$4135d7e0$1200a8c0@gsicomp.on.ca> Subject: Suggestions for handbook Was: Errors when making Kernel Date: Mon, 18 Mar 2002 01:41:05 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've found this to be a very common newbie error. I believe we should document this in the hand book somewhere so that it is available to everyone. How would one go about suggesting something like that to the documention project? ----- Original Message ----- From: Matthew Emmerton To: ; Sent: Friday, March 15, 2002 8:45 PM Subject: Re: Errors when making Kernel > > When I try to make my kernel using the enclosed config file, I get errors > > like > > > /usr/src/sys/compile/MYKERNEL/../../dev/usb/umass.c(.text+0x14be):undefined > > reference to 'xpt_create_path' > > >From your kernel config: > > # SCSI peripherals > #device scbus # SCSI bus (required) > #device da # Direct Access (disks) > ... > device umass # Disks/Mass storage - Requires scbus and da > > Uncomment 'device scbus' and 'device da' and you should be fine. > > -- > Matt > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 17 23:23:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 0C31F37B41B for ; Sun, 17 Mar 2002 23:23:42 -0800 (PST) Received: (qmail 2096 invoked by uid 100); 18 Mar 2002 07:23:41 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15509.38396.729992.906042@guru.mired.org> Date: Mon, 18 Mar 2002 01:23:40 -0600 To: "Chauncey Smith" Cc: , , "Matthew Emmerton" , "freebsd.org" Subject: Re: Suggestions for handbook Was: Errors when making Kernel In-Reply-To: <00db01c1ce4d$72ce2240$2c14fea9@ultra2000> References: <006f01c1cc8c$4135d7e0$1200a8c0@gsicomp.on.ca> <00db01c1ce4d$72ce2240$2c14fea9@ultra2000> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In <00db01c1ce4d$72ce2240$2c14fea9@ultra2000>, Chauncey Smith typed: > I've found this to be a very common newbie error. I believe we should > document this in the hand book somewhere so that it is available to > everyone. How would one go about suggesting something like that to the > documention project? send-pr. Best if you provide a diff to the appropriate source file, second best if you provide the text to be added as flat text, worst to just make the suggestion. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 23:31:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from foo31-146.visit.se (foo31-146.visit.se [62.119.31.146]) by hub.freebsd.org (Postfix) with ESMTP id 665C237B427; Sun, 17 Mar 2002 23:30:28 -0800 (PST) Received: (from martin@localhost) by foo31-146.visit.se (8.11.6/8.11.6) id g2I7TMB02194; Mon, 18 Mar 2002 08:29:22 +0100 (CET) (envelope-from martin) Date: Mon, 18 Mar 2002 08:29:21 +0100 From: Martin Karlsson To: Mike Meyer Cc: Chauncey Smith , freebsd-questions@FreeBSD.ORG, arnold@vkoppen.com, Matthew Emmerton , "freebsd.org" Subject: Re: Suggestions for handbook Was: Errors when making Kernel Message-ID: <20020318072921.GA2120@foo31-146.visit.se> Mail-Followup-To: Martin Karlsson , Mike Meyer , Chauncey Smith , freebsd-questions@FreeBSD.ORG, arnold@vkoppen.com, Matthew Emmerton , "freebsd.org" References: <006f01c1cc8c$4135d7e0$1200a8c0@gsicomp.on.ca> <00db01c1ce4d$72ce2240$2c14fea9@ultra2000> <15509.38396.729992.906042@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <15509.38396.729992.906042@guru.mired.org> User-Agent: Mutt/1.3.28i X-PGP-Keyid: 0x9C924660 X-PGP-Fingerprint: 5970 BE22 2C33 4D8F 53FD 7E34 66FF 9332 9C92 4660 X-Editor: Vim http://www.vim.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Mike Meyer [2002-03-18 01.23 -0600]: > In <00db01c1ce4d$72ce2240$2c14fea9@ultra2000>, Chauncey Smith typed: > > I've found this to be a very common newbie error. I believe we should > > document this in the hand book somewhere so that it is available to > > everyone. How would one go about suggesting something like that to the > > documention project? > > send-pr. Best if you provide a diff to the appropriate source file, > second best if you provide the text to be added as flat text, worst to > just make the suggestion. http://www.onlamp.com/pub/a/bsd/2001/03/08/Big_Scary_Daemons.html for details. -- Martin Karlsson I welcome mail encrypted with PGP/GPG. See headers for my public key. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 23:33:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 5623237B416 for ; Sun, 17 Mar 2002 23:33:43 -0800 (PST) Received: (qmail 5877 invoked by uid 100); 18 Mar 2002 07:33:41 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15509.38996.701163.163003@guru.mired.org> Date: Mon, 18 Mar 2002 01:33:40 -0600 To: Chauncey Smith Cc: freebsd-questions@FreeBSD.ORG, arnold@vkoppen.com, Matthew Emmerton , "freebsd.org" Subject: Re: Suggestions for handbook Was: Errors when making Kernel In-Reply-To: <20020318072921.GA2120@foo31-146.visit.se> References: <006f01c1cc8c$4135d7e0$1200a8c0@gsicomp.on.ca> <00db01c1ce4d$72ce2240$2c14fea9@ultra2000> <15509.38396.729992.906042@guru.mired.org> <20020318072921.GA2120@foo31-146.visit.se> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In <20020318072921.GA2120@foo31-146.visit.se>, Martin Karlsson typed: > * Mike Meyer [2002-03-18 01.23 -0600]: > > In <00db01c1ce4d$72ce2240$2c14fea9@ultra2000>, Chauncey Smith typed: > > > I've found this to be a very common newbie error. I believe we should > > > document this in the hand book somewhere so that it is available to > > > everyone. How would one go about suggesting something like that to the > > > documention project? > > > > send-pr. Best if you provide a diff to the appropriate source file, > > second best if you provide the text to be added as flat text, worst to > > just make the suggestion. > http://www.onlamp.com/pub/a/bsd/2001/03/08/Big_Scary_Daemons.html The send-pr man page is a better source for details; it's edited by the people who would have to make the change. Which brings up the thought that possibly there's a non-freebsd.org web site giving advice on how to create a custom kernel and has it wrong. Anyone know of such a site, and how to get it fixed? http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 17 23:52:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by hub.freebsd.org (Postfix) with ESMTP id DD4AF37B404 for ; Sun, 17 Mar 2002 23:52:24 -0800 (PST) Received: from sdn-ar-007dcwashp005.dialsprint.net ([63.178.91.13] helo=moo.holy.cow) by hawk.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 16mrwN-0002r9-00; Sun, 17 Mar 2002 23:52:24 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id 9FD1550B8B; Mon, 18 Mar 2002 02:54:40 -0500 (EST) Date: Mon, 18 Mar 2002 02:54:40 -0500 From: parv To: D J Hawkey Jr Cc: freebsd-questions@freebsd.org Subject: Re: awk - any possibility of using a variable in regex Message-ID: <20020318075440.GA3810@moo.holy.cow> Mail-Followup-To: D J Hawkey Jr , freebsd-questions@freebsd.org References: <20020317205228.A22100@sheol.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020317205228.A22100@sheol.localdomain> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message <20020317205228.A22100@sheol.localdomain>, wrote D J Hawkey Jr thusly... > > My bad to reply to myself, but I remember I *do* have something like this, > without the need for perl or awk: ... > #!/bin/sh > > for i in ico mouseclock pyro xcursor xearth xfishtank xneko xroach; do > killall -9 -u $LOGNAME -c $i 2>/dev/null > done that doesn't work here if a program is started w/ full path, say, "/usr/X11R6/bin/xeyes" instead of "xeyes". from killall man page, it seems that it should work, kind of ps -c output, but it doesn't. perhaps a bug? > #!/bin/sh > > TMP=/var/tmp/$0.$$ > > teststop () > { > [ `ps -aO ruser |egrep $LOGNAME.+$1 | grep -v grep | tee $TMP | wc -l` -eq 1 ] && kill -9 `cat $TMP | awk '{ print $1 }'` > rm -f $TMP > } i was so intent on using awk to avoid two greps like above that i missed the fact that i could have used variables w/ grep. thanks much dave for the reminder. below is the resulting script. #!/bin/sh user=${USER:-${LOGNAME}} for proc in startx xinit # etc... do pids=$(ps -a -O ruser -c | egrep "${user}.+\<${proc}\>" | awk '!/grep/{ print $1 }') #echo pids: $pids [ x"${pids}" = x ] && continue count=$(echo $pids | wc -l) #echo count: $count [ $count -eq 0 ] && continue for pid in $pids do #echo killing pid: $pid /bin/kill -SIGKILL $pid done done # end - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 0:16:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by hub.freebsd.org (Postfix) with ESMTP id 0B01937B400 for ; Mon, 18 Mar 2002 00:16:36 -0800 (PST) Received: from sdn-ar-007dcwashp005.dialsprint.net ([63.178.91.13] helo=moo.holy.cow) by albatross.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16msJj-0003BH-00; Mon, 18 Mar 2002 00:16:31 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id 5AEAA50B8B; Mon, 18 Mar 2002 03:18:48 -0500 (EST) Date: Mon, 18 Mar 2002 03:18:48 -0500 From: parv To: D J Hawkey Jr Cc: freebsd-questions@freebsd.org Subject: Re: awk - any possibility of using a variable in regex Message-ID: <20020318081848.GA4720@moo.holy.cow> Mail-Followup-To: D J Hawkey Jr , freebsd-questions@freebsd.org References: <20020317205228.A22100@sheol.localdomain> <20020318075440.GA3810@moo.holy.cow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020318075440.GA3810@moo.holy.cow> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message <20020318075440.GA3810@moo.holy.cow>, wrote parv thusly... > > i was so intent on using awk to avoid two greps like above that i > missed the fact that i could have used variables w/ grep. ... > for proc in startx xinit # etc... > do > pids=$(ps -a -O ruser -c | egrep "${user}.+\<${proc}\>" | awk '!/grep/{ print $1 }') ... well for the sake of argument it's possible to eliminate the need of grep, but that comes at the cost of readability/maintainability. just remember to keep the quotes balanced... pids=$(ps -a -O ruser -c | awk '!/awk/ && /'"${user}"'.+\<'"${proc}"'\>/ {print $1}') -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 0:17:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp04.retemail.es (smtp04.iddeo.es [62.81.186.14]) by hub.freebsd.org (Postfix) with ESMTP id EE87A37B400 for ; Mon, 18 Mar 2002 00:17:24 -0800 (PST) Received: from conway.localdomain ([62.174.72.1]) by smtp04.retemail.es (InterMail vM.5.01.03.02 201-253-122-118-102-20010403) with SMTP id <20020318081722.ZBIK1921.smtp04.retemail.es@conway.localdomain>; Mon, 18 Mar 2002 09:17:22 +0100 Date: Mon, 18 Mar 2002 09:20:35 +0100 From: F.Xavier Noria To: "Drew Tomlinson" , dill@canada.com Cc: freebsd-questions@FreeBSD.org Subject: Re: CVSup question Message-Id: <20020318092035.72fb7ed8.fxn@isoco.com> In-Reply-To: <013701c1ce06$d0e99860$0301a8c0@bigdaddy> References: <20020317210143.21012.cpmta@c009.snv.cp.net> <013701c1ce06$d0e99860$0301a8c0@bigdaddy> X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 17 Mar 2002 14:55:21 -0800 "Drew Tomlinson" wrote: : > 2. Are there any other way to do this? I am not too comfortable with : this un-updated machine to connect to the net and download source. : Could I use another machine and download the source and then transfer : data by a CD ? If so, how (or point me to the right doc please) ? : : I'm sure this is possible. I seem to recall something in the handbook : about doing updates on one machine and then using NFS and updating all : machines in your environment. Maybe someone else will have more : specifics. Yeah, it's in section 19.4.6.2, search for "NFS" in this page: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html It says basically that one may execute make buildworld in machine A, mount its /usr/src and /usr/obj via NFS in machines B and C and just make installworld there. I guess that implies you can copy /usr/src and /usr/obj from computer A to the rest of the network with CDs and continue the process from there. -- fxn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 0:42:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by hub.freebsd.org (Postfix) with ESMTP id A7F0637B400 for ; Mon, 18 Mar 2002 00:42:17 -0800 (PST) Received: from fwd06.sul.t-online.de by mailout01.sul.t-online.com with smtp id 16msiZ-0001Yc-03; Mon, 18 Mar 2002 09:42:11 +0100 Received: from peedub.jennejohn.org (520017439985-0001@[217.235.108.191]) by fmrl06.sul.t-online.com with esmtp id 16msiL-0KXiXQC; Mon, 18 Mar 2002 09:41:57 +0100 Received: from peedub.jennejohn.org (localhost [127.0.0.1]) by peedub.jennejohn.org (8.12.2/8.11.6) with ESMTP id g2I8goGS058604; Mon, 18 Mar 2002 09:42:50 +0100 (CET) (envelope-from garyj@peedub.jennejohn.org) Message-Id: <200203180842.g2I8goGS058604@peedub.jennejohn.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.3 To: jshenry@comp.uark.edu Cc: freebsd-questions@freebsd.org Subject: Re: Need help porting linux code to FreeBSD Reply-To: Gary Jennejohn In-reply-to: Your message of "Sun, 17 Mar 2002 20:11:26 CST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 18 Mar 2002 09:42:50 +0100 From: Gary Jennejohn X-Sender: 520017439985-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Seth Henry" writes: [snip - Linux code] > So, where would I need to start looking to translate this code from Linux to > FreeBSD? In particular, where can I dig up information on the equivalent to > io.h (or is there an io.h in FreeBSD?) I haven't installed all of the source > trees, but I did install the headers. However, I haven't found this file. > > Any help would be appreciated, though I would like to learn how to do this. > The original source code is included below. > Take a look at /usr/src//usr.bin/doscmd, it does accesses to ports from user-land. Basically, it uses i386_set_ioperm(2) to make a port accessible and then some macros (defined in port.c) called in() and out() to do the actual reads/writes. --- Gary Jennejohn / garyj@jennejohn.org gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 0:50:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by hub.freebsd.org (Postfix) with ESMTP id 53DB137B481 for ; Mon, 18 Mar 2002 00:49:48 -0800 (PST) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id g2I8nfi23536; Mon, 18 Mar 2002 10:49:42 +0200 Message-Id: <200203180849.g2I8nfi23536@lv.raad.tartu.ee> Received: from SpoolDir by INFO (Mercury 1.48); 18 Mar 02 10:48:30 +0200 From: "Toomas Aas" Organization: Tartu City Government To: Tim Kellers , freebsd-questions@freebsd.org Date: Mon, 18 Mar 2002 10:48:22 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: desktop.eml and sample.eml In-reply-to: <20020315222030.S14440-100000@serv1.wallnet.com> X-info: Headers changed by Barricade Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Secondly, if I save the output of: > > # locate desktop.eml > > into a file, is there a reasonably non-hazardous way of deleting all the > filenames contained within the file? cat eml-list.txt | xargs rm should do it, but I didn't try it out. -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * Atheism is a non-prophet organization. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 1:13:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sbcsmtp2.sbc.com (sbcsmtp2.sbc.com [209.184.203.4]) by hub.freebsd.org (Postfix) with ESMTP id D049437B417 for ; Mon, 18 Mar 2002 01:13:21 -0800 (PST) Received: from sbc.com (localhost [127.0.0.1]) by sbcsmtp2.sbc.com (8.10.1/8.10.1) with ESMTP id g2I99Wb00804 for ; Mon, 18 Mar 2002 03:09:32 -0600 (CST) Received: from msgnorth98.ffcrc.pacbell.com (msgnorth98.ffcrc.pacbell.com [150.234.34.86]) by sbcsmtp2.sbc.com (8.10.1/8.10.1) with ESMTP id g2I99Tr00801 for ; Mon, 18 Mar 2002 03:09:29 -0600 (CST) Received: by msgnorth98.ffcrc.pacbell.com with Internet Mail Service (5.5.2653.19) id <1R7JRQ5C>; Mon, 18 Mar 2002 01:12:27 -0800 Message-ID: <97BD6CFFDACDD511BD090008C75DD04F01416A8E@msgnorth12.ffcrc.pacbell.com> From: "HODGE, DAVE (SBCSI)" To: "'questions@FreeBSD.org'" Subject: FW: does FREEBSD work with either "Partition Magic" or "Boot Magi c" b y Power Quest? Date: Mon, 18 Mar 2002 01:12:21 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to utilize one boot method for many various OS systems that I need to run for evaluation. What I'm trying to find out is do you know if the Power Quest product "Partition Magic" or "Boot Magic" have been successfully used with FREEBSD OS? If yes, how were the products utilized? Any information would be greatly appreciated. Thanks and regards. Dave Hodge Network Technical Manager - SBC Services Inc., Network Capacity, Performance and Modeling - (NCPM) Team Company: 3540 Kings Way, Rm-101, Sacramento, and CA. 95821 US Mail: P.O. Box 15038, Sacramento, and CA. 95851 Voice: 916.972.5773 Pager: 916.326.2258 Fax: 916.481.2063 Company: david.hodge@sbc.com Public: dlhodge@pacbell.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 2: 3: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pumba.nur.ac.rw (pumba.nur.ac.rw [216.147.148.9]) by hub.freebsd.org (Postfix) with ESMTP id 25FFE37B405 for ; Mon, 18 Mar 2002 02:02:51 -0800 (PST) Received: from [216.147.148.11] (account ) by pumba.nur.ac.rw (CommuniGate Pro WebUser 3.4.2) with HTTP id 2928974 for ; Mon, 18 Mar 2002 10:02:34 +0000 From: "mike ndabarasa" Subject: how to allow more than 100 simultaneous users To: freebsd-questions@freebsd.org X-Mailer: CommuniGate Pro Web Mailer v.3.4.2 Date: Mon, 18 Mar 2002 10:02:34 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hello list members, i have a small server for students who need to do their hands on and i am having problems with the number of simultaneour connections. they won't go beyond 32 while i need at least a 100! i modified max 256 and pseudo-device pty 256 but can't still go beyond 32 connections. who can help ? NDABARASA MIKE *** CCNA(Cisco Certified Network Associate) *** *** CCAI(Cisco Certified Academy Instructor) *** National University of Rwanda COMPUTING CENTRE E-mail: mike@nur.ac.rw Voice: office (+250)530666 mobile (+250)08425269 ============================================================ Felix qui potuit rerum cognoscere causas *** &&& $$$ &&& *** Heureux celui qui comprend l'ultime raison des choses ============================================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 2:18:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from slate.dublin.wbtsystems.com (slate.dublin.wbtsystems.com [193.120.231.12]) by hub.freebsd.org (Postfix) with ESMTP id BD9ED37B400 for ; Mon, 18 Mar 2002 02:18:19 -0800 (PST) Received: from vagabond (p1022.as1.exs.dublin.eircom.net [159.134.227.254]) (authenticated bits=0) by slate.dublin.wbtsystems.com (8.12.2/8.12.2) with ESMTP id g2IAI9rh070812; Mon, 18 Mar 2002 10:18:11 GMT From: "Barry Byrne" To: "mike ndabarasa" , Subject: RE: how to allow more than 100 simultaneous users Date: Mon, 18 Mar 2002 10:18:46 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Scanned-By: MIMEDefang 2.6 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike: You need to modify the 'maxusers' parameter in the kernel config and build a new kernel. Details for doing this are in the handbook. The maxusers parameter controls the maximum number of proces tables - it's not a one to one ratio, but and I can't think of the formula off the top of my head. Anyway, if you set this to something around the 100 mark, rebuild your kernel & reboot, then you should be good to go. One thing to note - from release 4.5 onwards, the value defaults to zero in the config file, and I think the max is determined based on the available memory. You can still override it by supplying a positive value. Cheers, Barry -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of mike ndabarasa Sent: 18 March 2002 10:03 To: freebsd-questions@FreeBSD.ORG Subject: how to allow more than 100 simultaneous users hello list members, i have a small server for students who need to do their hands on and i am having problems with the number of simultaneour connections. they won't go beyond 32 while i need at least a 100! i modified max 256 and pseudo-device pty 256 but can't still go beyond 32 connections. who can help ? NDABARASA MIKE *** CCNA(Cisco Certified Network Associate) *** *** CCAI(Cisco Certified Academy Instructor) *** National University of Rwanda COMPUTING CENTRE E-mail: mike@nur.ac.rw Voice: office (+250)530666 mobile (+250)08425269 ============================================================ Felix qui potuit rerum cognoscere causas *** &&& $$$ &&& *** Heureux celui qui comprend l'ultime raison des choses ============================================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" 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 Mar 18 2:30: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f11.law9.hotmail.com [64.4.9.11]) by hub.freebsd.org (Postfix) with ESMTP id C873737B41C for ; Mon, 18 Mar 2002 02:29:59 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Mar 2002 02:29:59 -0800 Received: from 202.98.16.2 by lw9fd.law9.hotmail.msn.com with HTTP; Mon, 18 Mar 2002 10:29:59 GMT X-Originating-IP: [202.98.16.2] From: "Liu Siwei" To: cn-bsd-questions@cn.freebsd.org, x-sb@myrealbox.com Cc: freebsd-questions@freebsd.org Subject: Linux Chinput run on FreeBSD Date: Mon, 18 Mar 2002 10:29:59 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 18 Mar 2002 10:29:59.0772 (UTC) FILETIME=[DB34F9C0:01C1CE67] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 2:31: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f265.law9.hotmail.com [64.4.8.140]) by hub.freebsd.org (Postfix) with ESMTP id D1B5337B419 for ; Mon, 18 Mar 2002 02:30:57 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Mar 2002 02:30:57 -0800 Received: from 202.98.16.2 by lw9fd.law9.hotmail.msn.com with HTTP; Mon, 18 Mar 2002 10:30:57 GMT X-Originating-IP: [202.98.16.2] From: "Liu Siwei" To: cn-bsd-questions@cn.freebsd.org, x-sb@myrealbox.com Cc: freebsd-questions@freebsd.org Subject: Linux Chinput run on FreeBSD Date: Mon, 18 Mar 2002 10:30:57 +0000 Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_78aa_5788_268f" Message-ID: X-OriginalArrivalTime: 18 Mar 2002 10:30:57.0815 (UTC) FILETIME=[FDCDA270:01C1CE67] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_78aa_5788_268f Content-Type: text/plain; format=flowed _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx ------=_NextPart_000_78aa_5788_268f Content-Type: text/plain; name="dddd.txt"; format=flowed Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="dddd.txt" On Monday 18 March 2002 09:17, List wrote: >±¾È˽«Õâ¸öÓʼþÁбí¹ýÈ¥µÄ²¿·Ö¹²Ô¼3.4M²éÁ˸ö±é£¬ÈÔ²»Äܽâ¾öÖÐÎÄÏÔʾµÄÎÊÌ⣬Çë¸÷λ°ïæ,¶àл£º Äã¿ÉÒÔʹÓÃminiChinput-3.0.2 for Linux(¶þ½øÖÆÎļþ,¿ÉÒÔÔÚredhatÍøÕ¾ÉÏÏÂÔصõ½),È»ºó°²×°linux_base-7,ʹÓÃ/usr/compat/linux/bin/rpm½øÐа²×°miniChinput-0.0.2-1.i386.rpm. Èç: /compat/linux/bin/rpm -ivh --nodeps miniChinput-0.0.2-1.i386.rpm È»ºóÔÚÈç´Ë°²×°ÈçÏÂLinuxµÄÈí¼þ°ü: imlib-1.9.10-2.i386.rpm libungif-4.1.0-9.i386.rpm libpng-1.0.12-2.i386.rpm libtiff-3.5.5-13.i386.rpm ÒÔÉÏÈí¼þ°ü¾ù¿ÉÔÚredhat 7.2µÄÁ½ÕÅ°²×°¹âÅÌÀïÕÒµ½. ÎÒ¾ÍÊÇÓõÄminiChinputÔÚFreeBSDϵÄKmailÀï»Ø¸´µÄÕâ·âÐÅ. > >±¾ÈËÒÑ°²×°ºÃFreeBSD Release 4.5, Xfree86£¨°²×°ÅÌÉÏ×Ô´ø£©, KDE 2.2.2, >ÓÃKDE×Ô´øµÄä¯ÀÀÆ÷ÒÑÄÜÕý³£¿´Ó¢ÎÄÍøÒ³£¬ÓÃÏÂÃæµÄ·½·¨°²×°Chinput²¢°´ÏÂÃæµÄ·½·¨ÉèÖúó£¬ÈÔÈ»³öÏÖ >ÕâÑùµÄ´íÎóÐÅÏ¢£ºcannot open font ccs16_1. ÔÙ¿´ÖÐÎÄÍøÒ³ÈÔÈ»ÊÇһƬ¿Õ°×£¿ > >±¾ÈË/etc/XF86ConfigÖÐsection "Files" >FontPathÖÐÒÑ°üÀ¨¡°/usr/X11R6/lib/X11/fonts/misc > > > > >From: zmfan >To: cn-bsd-questions@cn.freebsd.org >Date: Friday, September 22, 2000, 1:51:34 PM >Subject: FreeBSD 4.1 Ï Gnome+chinput ÖÐÎÄ·½°¸( ÐÞ¸Ä) > >===8<==============Original message text=============== >FreeBSD 4.1 Ï Gnome+chinput ÖÐÎÄ·½°¸ > >ÒÔÏÂÊÇÎҵݲװ¾­Ñé,Ï£ÍûÄܸøÏóÎÒÒ»ÑùÏë°Ñ FreeBSD ×ö×ÀÃæÓ¦ÓõijõѧÕßÅóÓÑÒ» > >µãÖ¸ÄÏ.ͬʱҲϣÍûµÃµ½Óо­ÑéµÄ¸ßÊÖÖ¸Õý. > >-------------------ÏÔʾ²¿·Ö------------------- >ÉèÖà locale: >ÐÞ¸Ä /etc/csh.login: >Ìí¼Ó: >setenv LANG zh_CN.EUC >setenv MM_CHARSET gb2312.1980-0 > >ÐÞ¸Ä /root/.cshrc >Ìí¼Ó: >setenv LC_CTYPE zh_CN.EUC >setenv LC_ALL zh_CN.EUC > >ºº»¯ Gnome: >cd /usr/X11R6/share/locale >ln -s zh_CN.GB2312 zh_CN.EUC >cd /usr/X11R6/share/gnome >ln -s gtkrc.zh_CN gtkrc.zh_CN.EUC > >ÏêϸµÄÉèÖÃ˵Ã÷ÔÚ /usr/share/doc/handbook ÖÐ. >-------------------ÊäÈ벿·Ö------------------- >ÊäÈë·½·¨ chinput: > ftp://ftp.cn.freebsd.org/pub/ported/zh-chinput-2.1.tar.gz > tar zxfv zh-chinput-2.1.tar.gz > >Èç¹û²»Ïëÿ´ÎÔËÐж¼¿´µ½ÌáʾµÄ»°¾Í×¢Ê͵ôÕâÒ»ÐÐ,ÈçÏÂËùʾ:(ÔÚ src/chinput.c) > >// msg("Please first\n\t\"export XMODIFIERS=@im=Chinput\"\nbefore run >this program\n"); > > make > make install > >ÐÞ¸Ä /root/.cshrc: >Ìí¼Ó: setenv XMODIFIERS @im=Chinput > >Èà GNOME ×Ô¶¯ÔËÐÐ chinput: > ÔÚ Gnome Control Center -> Startup Programs -> add: chinput > >-------------------Ó¦ÓÃÈí¼þ------------------- >Îı¾/HTML±à¼­Æ÷ÍƼö: bluefish > >Netscape 4.73/4.75 : >±à¼­:/root/.Xdefaults >Ìí¼Ó: >Netscape*versionLocale: zh_CN.EUC >Netscape*defaultCharset:gb2312.1980-0 >Netscape*fontList:\ >-adobe-helvetica-medium-r-*--14-*-*-*-*-*-*-*;\ >-isas-*-*-*-*--16-*-*-*-*-*-*-*: >Netscape*XmTextField.fontList:\ >-adobe-helvetica-medium-r-*--14-*-*-*-*-*-*-*;\ >-isas-*-*-*-*--16-*-*-*-*-*-*-*: >Netscape*XmText.fontList:\ >-adobe-helvetica-medium-r-*--14-*-*-*-*-*-*-*;\ >-isas-*-*-*-*--16-*-*-*-*-*-*-*: >Netscape*inputMethod: Chinput >Netscape*preeditType: root > >ÏÂÔØ°²×° Netscape locale µÄ patch °ü: libxpg4-ns-3.3 >±à¼­Éú³É : /usr/local/bin/startns >ÄÚÈÝ: >#!/bin/csh >setenv LD_PRELOAD /usr/local/lib/aout/libxpg4-ns.so.2.0 >exec netscape & >setenv LD_PRELOAD > >chmod +x /usr/local/bin/startns >Æô¶¯ Netscape: startns >-------------------²Î¿¼Îļþ------------------- >RedHat 6.2 ÖÐÎÄÏÔʾÓëÊäÈëµÄÉèÖÃ: >http://www.linuxforum.net/doc/c-redhat.html > >---------------------¸Ðл-------------------- >chinput µÄ×÷ÕßYu Mingjian >phj °Ñ chinput ÒÆÖ²µ½ÁË FreeBSD. >twfx °ïÖú½â¾öÁË Netscape ÏÂʹÓà chinput µÄÎÊÌâ. > > >zmfan@sina.com > > > > >---------------------------------------------------------------- >Ôڻظ´ÎÄÕÂ֮ǰ,ÇëÏȲ鿴http://www.cn.FreeBSD.org/freebsd_doc_cn.html >Èç¹ûÏëÈ¡Ïû¶©Ôı¾ÁбíµÄ»°,½«"unsubscribe >cn-bsd-questions"·ÅÔÚÓʼþµÄÕýÎÄÖмĵ½ >majordomo@cn.FreeBSD.org > > >===8<===========End of original message text=========== ------=_NextPart_000_78aa_5788_268f-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 2:33:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hamberg.it.uu.se (hamberg.it.uu.se [130.238.9.198]) by hub.freebsd.org (Postfix) with ESMTP id CA49537B41B for ; Mon, 18 Mar 2002 02:33:26 -0800 (PST) Received: (from ertr1013@localhost) by hamberg.it.uu.se (8.8.5/8.8.5) id LAA28047; Mon, 18 Mar 2002 11:33:01 +0100 (MET) Date: Mon, 18 Mar 2002 11:33:01 +0100 From: Erik Trulsson To: "mike ndabarasa" Cc: freebsd-questions@freebsd.org Subject: Re: how to allow more than 100 simultaneous users Message-ID: <20020318113301.A11533@student.uu.se> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from freebsd@nur.ac.rw on Mon, Mar 18, 2002 at 10:02:34AM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 18, 2002 at 10:02:34AM +0000, mike ndabarasa wrote: > > hello list members, > i have a small server for students who need to do their > hands on and i am having problems with the number of > simultaneour connections. > > they won't go beyond 32 while i need at least a 100! > > i modified > max 256 > and > pseudo-device pty 256 > > but can't still go beyond 32 connections. > > who can help ? Did you also create the new ptys or did you just enable them in the kernel? To create them do the following: cd /dev sh ./MAKEDEV pty0 sh ./MAKEDEV pty1 sh ./MAKEDEV pty2 sh ./MAKEDEV pty3 sh ./MAKEDEV pty4 sh ./MAKEDEV pty5 sh ./MAKEDEV pty6 sh ./MAKEDEV pty7 After that you should have 256 ptys available. (Each of those invocations create 32 ptys in /dev) -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 2:58:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp017.mail.yahoo.com (smtp017.mail.yahoo.com [216.136.174.114]) by hub.freebsd.org (Postfix) with SMTP id 4E0F037B405 for ; Mon, 18 Mar 2002 02:58:26 -0800 (PST) Received: from sgeine (AUTH login) at adsl-63-198-133-39.dsl.lsan03.pacbell.net (HELO edinburgh) (sgeine@63.198.133.39) by smtp.mail.vip.sc5.yahoo.com with SMTP; 18 Mar 2002 10:58:26 -0000 Reply-To: From: "Jesse Geddis" To: "FreeBSD-Questions" Subject: startup scripts Date: Mon, 18 Mar 2002 02:58:25 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG not sure why this hasn't been working I can run the script manually successfully but it doesn't seem to be run at boot. any ideas? '/usr/local/etc/rc.d/setiathome start' works FreeBSD skye.sgeine.net 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Fri Mar 8 11:35:16 GMT 2002 sgeine@skye.sgeine.net:/usr/src/sys/compile/Skye i386 rc.conf local_startup="/usr/local/etc/rc.d" ls -al /usr/local/etc/rc.d total 3 drwxr-xr-x 2 root wheel 512 Mar 18 10:54 . drwxr-xr-x 4 root wheel 512 Mar 5 07:44 .. -rwxr-xr-x 1 root wheel 382 Mar 18 10:54 setiathome skye:/usr/local/etc/rc.d# cat setiathome #!/bin/sh echo -n 'Starting SETI@Home v3.03' case "$1" in start) chdir /usr/home/seti /usr/home/seti/setiathome -nice 19 -email > /dev/null 2> /dev/null & ;; stop) kill -9 `cat /usr/home/seti/pid.sah` ;; *) echo "Usage: `basename $0` {start|stop}" >&2 exit 64 ;; esac exit 0 _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 3: 4:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20810.mail.yahoo.com (web20810.mail.yahoo.com [216.136.226.199]) by hub.freebsd.org (Postfix) with SMTP id 0F20237B404 for ; Mon, 18 Mar 2002 03:04:18 -0800 (PST) Message-ID: <20020318110417.35254.qmail@web20810.mail.yahoo.com> Received: from [194.105.50.17] by web20810.mail.yahoo.com via HTTP; Mon, 18 Mar 2002 12:04:17 CET Date: Mon, 18 Mar 2002 12:04:17 +0100 (CET) From: =?iso-8859-1?q?stefano=20clemente?= Subject: CAN I HELP WITH A TRADUCTION? To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all :D First of all thanks for this fantastic os that you guys made so strong and secure, and now i wanna ask u one think: beacuse i live and was born in italy i try to find in italian sites a version of Handbook in my language but i don't find this. I don't have so many problem to read pages and pages in english (i understand english but if u wanna talk to me in "fast english i don't understand very much) so i think (if an italian version of freebsd handbook don't exist..) can i begin to translate the freebsd handbook for made an italian version, or someone is doing it? Maybe you think this is a stupid question but i have many friends and many of this would try freebsd but they have problem with english (like me =) u will think reading my bad english ;) hihihi). So if u can say me something i can try to translate or at least begin to transalte the handbook and maybe i can also find other italian guy that can help me. Hoping someone of your stuff will answer me i say you "cul8rrrr". Stefano Clemente aka N0bodY88 of spippolatori.com Sysadmin of Trento, CCNA studying :D Byez to all ps: if i can help in other ways say me... byez ______________________________________________________________________ La reginetta del pop è tornata! Ascolta'I'm Not A Girl, Not Yet A Woman' su Yahoo! http://it.yahoo.com/mail_it/foot/?http://it.music.yahoo.com/britney/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 3: 6:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20804.mail.yahoo.com (web20804.mail.yahoo.com [216.136.226.193]) by hub.freebsd.org (Postfix) with SMTP id 7B54837B41D for ; Mon, 18 Mar 2002 03:06:38 -0800 (PST) Message-ID: <20020318110638.92211.qmail@web20804.mail.yahoo.com> Received: from [194.105.50.17] by web20804.mail.yahoo.com via HTTP; Mon, 18 Mar 2002 12:06:38 CET Date: Mon, 18 Mar 2002 12:06:38 +0100 (CET) From: =?iso-8859-1?q?stefano=20clemente?= Subject: CAN I HELP WITH A TRADUCTION? To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all :D First of all thanks for this fantastic os that you guys made so strong and secure, and now i wanna ask u one think: beacuse i live and was born in italy i try to find in italian sites a version of Handbook in my language but i don't find this. I don't have so many problem to read pages and pages in english (i understand english but if u wanna talk to me in "fast english i don't understand very much) so i think (if an italian version of freebsd handbook don't exist..) can i begin to translate the freebsd handbook for made an italian version, or someone is doing it? Maybe you think this is a stupid question but i have many friends and many of this would try freebsd but they have problem with english (like me =) u will think reading my bad english ;) hihihi). So if u can say me something i can try to translate or at least begin to transalte the handbook and maybe i can also find other italian guy that can help me. Hoping someone of your stuff will answer me i say you "cul8rrrr". Stefano Clemente aka N0bodY88 of spippolatori.com Sysadmin of Trento, CCNA studying :D Byez to all ps: if i can help in other ways say me... byez ______________________________________________________________________ La reginetta del pop è tornata! Ascolta'I'm Not A Girl, Not Yet A Woman' su Yahoo! http://it.yahoo.com/mail_it/foot/?http://it.music.yahoo.com/britney/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 3:10:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from oxe.cs.umu.se (oxe.cs.umu.se [130.239.40.14]) by hub.freebsd.org (Postfix) with ESMTP id 7CC7937B402 for ; Mon, 18 Mar 2002 03:10:18 -0800 (PST) Received: from bark (rfc1413 says tdv94ped@bark.cs.umu.se [130.239.40.185]) by oxe.cs.umu.se (8.8.8/8.8.8) with ESMTP id MAA21491; Mon, 18 Mar 2002 12:10:14 +0100 (MET) Date: Mon, 18 Mar 2002 12:10:14 +0100 (MET) From: Paul Everlund To: Jesse Geddis Cc: FreeBSD-Questions Subject: Re: startup scripts In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 18 Mar 2002, Jesse Geddis wrote: > not sure why this hasn't been working I can run the script manually > successfully but it doesn't seem to be run at boot. any ideas? > '/usr/local/etc/rc.d/setiathome start' works Try to rename setiathome to setiathome.sh in your /usr/local/etc/r.d directory, make it executable by root (which it probably already is as you could start it manually.) Maybe this will help, or maybe not. :-) Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 3:18:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp012.mail.yahoo.com (smtp012.mail.yahoo.com [216.136.173.32]) by hub.freebsd.org (Postfix) with SMTP id 610EB37B41C for ; Mon, 18 Mar 2002 03:18:06 -0800 (PST) Received: from sgeine (AUTH login) at adsl-63-198-133-39.dsl.lsan03.pacbell.net (HELO edinburgh) (sgeine@63.198.133.39) by smtp.mail.vip.sc5.yahoo.com with SMTP; 18 Mar 2002 11:18:06 -0000 Reply-To: From: "Jesse Geddis" To: "Paul Everlund" Cc: "FreeBSD-Questions" Subject: RE: startup scripts Date: Mon, 18 Mar 2002 03:18:05 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG adding .sh did it, thanks so much Paul. anyone want to add that to http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning -starting-services.html ? =) would be somewhat useful there or in /etc/defaults/rc.conf as a comment -----Original Message----- From: tdv94ped@bark.cs.umu.se [mailto:tdv94ped@bark.cs.umu.se]On Behalf Of Paul Everlund Sent: Monday, March 18, 2002 3:10 AM To: Jesse Geddis Cc: FreeBSD-Questions Subject: Re: startup scripts On Mon, 18 Mar 2002, Jesse Geddis wrote: > not sure why this hasn't been working I can run the script manually > successfully but it doesn't seem to be run at boot. any ideas? > '/usr/local/etc/rc.d/setiathome start' works Try to rename setiathome to setiathome.sh in your /usr/local/etc/r.d directory, make it executable by root (which it probably already is as you could start it manually.) Maybe this will help, or maybe not. :-) Best regards, Paul _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 3:21:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ceca.es (mail.ceca.es [80.68.128.18]) by hub.freebsd.org (Postfix) with ESMTP id 57F5837B405 for ; Mon, 18 Mar 2002 03:21:10 -0800 (PST) Received: from mulhacen.caja-granada.es ([192.168.25.2]) by mail.ceca.es (8.8.8+Sun/8.8.8) with ESMTP id MAA08775 for ; Mon, 18 Mar 2002 12:21:09 +0100 (MET) Received: from CORREOEX.caja-granada.es (sccpd00 [130.130.7.3]) by mulhacen.caja-granada.es (8.11.6/8.11.6) with ESMTP id g2IBKLv37870 for ; Mon, 18 Mar 2002 12:20:21 +0100 (CET) X-RAV-AntiVirus: Este correo ha sido escaneado buscando virus en el host: mulhacen.caja-granada.es Received: from CORREOEX.caja-granada.es (sccpd00 [130.130.7.3]) by mulhacen.caja-granada.es (8.11.6/8.11.6) with ESMTP id g2IBKLv37870 for ; Mon, 18 Mar 2002 12:20:21 +0100 (CET) (envelope-from JMegias@caja-granada.es) Received: by correoex.caja-granada.es with Internet Mail Service (5.5.2653.19) id ; Mon, 18 Mar 2002 12:24:09 +0100 Message-ID: <1A4723CDE42AD611B61200A0C9AA5F3729BBDE@correoex.caja-granada.es> From: "Megias Sanchez, Jose Manuel" To: "'freebsd-questions@FreeBSD.ORG'" Subject: Message Xlib extension "MIT-SHM" missing in gnome+enlightenment Date: Mon, 18 Mar 2002 12:23:59 +0100 X-Mailer: Internet Mail Service (5.5.2653.19) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello I've just installed gnome+enlightenment in a system running FreeBSD 4.5 stable and when I'm opening a xterminal session I'm seeing the following message: Xlib: extension "MIT-SHM" missing on display "1.2.3.4:0.0" With this message I'm looking that the text of the menus doesn´t appear. Any suggestion? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 3:26:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pumba.nur.ac.rw (pumba.nur.ac.rw [216.147.148.9]) by hub.freebsd.org (Postfix) with ESMTP id AC7B937B400 for ; Mon, 18 Mar 2002 03:25:57 -0800 (PST) Received: from [216.147.148.11] (account ) by pumba.nur.ac.rw (CommuniGate Pro WebUser 3.4.2) with HTTP id 2930929 for ; Mon, 18 Mar 2002 11:25:38 +0000 From: "mike ndabarasa" Subject: Re: how to allow more than 100 simultaneous users To: freebsd-questions@freebsd.org X-Mailer: CommuniGate Pro Web Mailer v.3.4.2 Date: Mon, 18 Mar 2002 11:25:38 +0000 Message-ID: In-Reply-To: <20020318113301.A11533@student.uu.se> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 18 Mar 2002 11:33:01 +0100 Erik Trulsson wrote: > On Mon, Mar 18, 2002 at 10:02:34AM +0000, mike ndabarasa > wrote: > > > > hello list members, > > i have a small server for students who need to do their > > hands on and i am having problems with the number of > > simultaneour connections. > > > > they won't go beyond 32 while i need at least a 100! > > > > i modified > > max 256 > > and > > pseudo-device pty 256 > > > > but can't still go beyond 32 connections. > > > > who can help ? > > Did you also create the new ptys or did you just enable > them in the kernel? > To create them do the following: > > cd /dev > sh ./MAKEDEV pty0 > sh ./MAKEDEV pty1 > sh ./MAKEDEV pty2 > sh ./MAKEDEV pty3 > sh ./MAKEDEV pty4 > sh ./MAKEDEV pty5 > sh ./MAKEDEV pty6 > sh ./MAKEDEV pty7 > > > After that you should have 256 ptys available. > (Each of those invocations create 32 ptys in /dev) > i did only enable! didn't do the sh ./MAKEDEV ptyx before i do it i can see i have from ptyp0 to ptypv. will i say sh ./MAKEDEV ptypw . . . sh ./MAKEDEV ptypz what comes after ptypz ? > > > -- > > Erik Trulsson > ertr1013@student.uu.se > NDABARASA MIKE *** CCNA(Cisco Certified Network Associate) *** *** CCAI(Cisco Certified Academy Instructor) *** National University of Rwanda COMPUTING CENTRE E-mail: mike@nur.ac.rw Voice: office (+250)530666 mobile (+250)08425269 ============================================================ Felix qui potuit rerum cognoscere causas *** &&& $$$ &&& *** Heureux celui qui comprend l'ultime raison des choses ============================================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 3:46:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from he0.easygolucky.de (he0.easygolucky.de [62.208.187.122]) by hub.freebsd.org (Postfix) with ESMTP id 5079D37B417 for ; Mon, 18 Mar 2002 03:46:42 -0800 (PST) Received: by he0.easygolucky.de (Postfix, from userid 1976) id AF6FE62041; Mon, 18 Mar 2002 12:45:02 +0100 (CET) Date: Mon, 18 Mar 2002 12:45:02 +0100 From: Manuel Hendel To: FreeBSD Questions Subject: DVB IP Card Message-ID: <20020318114502.GA75753@he0.easygolucky.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Has anyone tried DVB IP under FreeBSD and wants to share his/her experiences with it. What is good PCI Card to use with FreeBSD? Thanks, Manuel -- Dentists are incapable of asking questions that require a simple yes or no answer. -Mark's Dental-Chair Discovery To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 3:50: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hamberg.it.uu.se (hamberg.it.uu.se [130.238.9.198]) by hub.freebsd.org (Postfix) with ESMTP id E97A937B402 for ; Mon, 18 Mar 2002 03:49:53 -0800 (PST) Received: (from ertr1013@localhost) by hamberg.it.uu.se (8.8.5/8.8.5) id MAA07294; Mon, 18 Mar 2002 12:49:17 +0100 (MET) Date: Mon, 18 Mar 2002 12:49:17 +0100 From: Erik Trulsson To: "mike ndabarasa" Cc: freebsd-questions@freebsd.org Subject: Re: Re: how to allow more than 100 simultaneous users Message-ID: <20020318124916.B11533@student.uu.se> References: <20020318113301.A11533@student.uu.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from freebsd@nur.ac.rw on Mon, Mar 18, 2002 at 11:25:38AM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 18, 2002 at 11:25:38AM +0000, mike ndabarasa wrote: > > > > On Mon, 18 Mar 2002 11:33:01 +0100 > Erik Trulsson wrote: > > On Mon, Mar 18, 2002 at 10:02:34AM +0000, mike ndabarasa > > wrote: > > > > > > hello list members, > > > i have a small server for students who need to do their > > > hands on and i am having problems with the number of > > > simultaneour connections. > > > > > > they won't go beyond 32 while i need at least a 100! > > > > > > i modified > > > max 256 > > > and > > > pseudo-device pty 256 > > > > > > but can't still go beyond 32 connections. > > > > > > who can help ? > > > > Did you also create the new ptys or did you just enable > > them in the kernel? > > To create them do the following: > > > > cd /dev > > sh ./MAKEDEV pty0 > > sh ./MAKEDEV pty1 > > sh ./MAKEDEV pty2 > > sh ./MAKEDEV pty3 > > sh ./MAKEDEV pty4 > > sh ./MAKEDEV pty5 > > sh ./MAKEDEV pty6 > > sh ./MAKEDEV pty7 > > > > > > After that you should have 256 ptys available. > > (Each of those invocations create 32 ptys in /dev) > > > > > i did only enable! > didn't do the sh ./MAKEDEV ptyx > > before i do it i can see i have from ptyp0 to ptypv. > > will i say > > sh ./MAKEDEV ptypw > . > . > . > sh ./MAKEDEV ptypz > > > what comes after ptypz ? You should invoke MAKEDEV exactly as I showed above. Those commands will create ptyXY where X is one of pqrsPQRS and Y is one of 0123456789abcdefghijklmnopqrstuv All in all 8 sets of 32 ptys each for a total of 256 ptys. -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 5:28:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.mail.vanderbilt.edu (smtp1.mail.Vanderbilt.Edu [129.59.1.75]) by hub.freebsd.org (Postfix) with ESMTP id 7874637B417 for ; Mon, 18 Mar 2002 05:28:02 -0800 (PST) Received: from smtp1.mail.vanderbilt.edu (LOCALHOST [127.0.0.1]) by smtp1.mail.vanderbilt.edu (8.11.6/8.11.6/VU-3.6C+d3.6) with ESMTP id g2IDS1G00747 for ; Mon, 18 Mar 2002 07:28:01 -0600 (CST) Received: from george ([160.129.239.72]) by smtp1.mail.vanderbilt.edu (8.11.6/8.11.6/VU-3.6B+d3.6) with ESMTP id g2IDS1f00743 for ; Mon, 18 Mar 2002 07:28:01 -0600 (CST) Date: Mon, 18 Mar 2002 07:28:06 -0600 From: "Giles, George S" To: freebsd-questions@freebsd.org Subject: Installing Linux binaries with RPM Message-ID: <235365953.1016436486@george> X-Mailer: Mulberry/2.1.2 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG WHen attempting to install a linux binary I get an error on failed dependency check for required libraries. The problem is they are both all on the system and in the $PATH variable visible to RPM. I could not find an RPM option that allows searching of libraries. Any idea how I can get this to work ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 5:34:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pickup2-ld.pvd.loa.net (pickup.loa.com [199.171.167.59]) by hub.freebsd.org (Postfix) with SMTP id F095737B404 for ; Mon, 18 Mar 2002 05:34:41 -0800 (PST) Received: (qmail 21450 invoked by uid 0); 18 Mar 2002 13:34:40 -0000 Received: from unknown (HELO pretorian) (208.130.43.221) by pickup2-ld.pvd.loa.net with SMTP; 18 Mar 2002 13:34:40 -0000 Message-ID: <004d01c1ce81$be2e6860$37b4a8c0@pretorian> From: "Kennebunk Mailing List" To: Subject: please help !!! moved from sendmail to postfix..help!! Date: Mon, 18 Mar 2002 08:35:17 -0500 Organization: Log On America MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Im running a freebsd 4.3 box ...Its running as a gateway for my internal network w/ nat & ipfw over DSL static ip. Im also hosting my domain and DNS from this box...this includes mail with active users ( who arent getting mail as of now) I was running sendmail with no issues but with all the spam i was getting i wanted to try postfix. anyway...... I installed postfix as per the instructions...my problem is that i can send but i cant recieve mail anyone running postifx ...have suggestions ?? or a howto to follow thats FBSD specific... i really need to get this working ..as my users arent getting mail any help is GREATLY appreciated .... thanx Brent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 6:26:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wilderness.dyn.dhs.org (host-209-214-120-64.bna.bellsouth.net [209.214.120.64]) by hub.freebsd.org (Postfix) with ESMTP id 8B84537B402 for ; Mon, 18 Mar 2002 06:26:52 -0800 (PST) Received: from colossus.cotharyus.net (colossus.cotharyus.net [192.168.1.6]) by wilderness.dyn.dhs.org (Postfix) with SMTP id BBB0993406 for ; Mon, 18 Mar 2002 07:29:40 -0600 (CST) Date: Mon, 18 Mar 2002 08:30:54 -0600 From: Laurence Sanford To: questions@freebsd.org Subject: jdk13 port build error Message-Id: <20020318083054.48449f70.lauasanf@wilderness.dyn.dhs.org> X-Mailer: Sylpheed version 0.7.2 (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG When I try to build jdk13 I get the following error: ===> Building for jdk-1.3.1p6_2 i386 Build started: 1.3.1-p6-lauasanf-020318-08:28 ERROR: BOOTDIR does not point to a valid Java 2 SDK Check that you have access to /usr/local/linux-jdk1.3.1/bin/java and/or check your value of ALT_BOOTDIR. Exiting because of the above error(s). gmake: *** [sanity] Error 1 *** Error code 2 Stop in /usr/ports/java/jdk13. *** Error code 1 Stop in /usr/ports/java/jdk13. *** Error code 1 Stop in /usr/ports/java/jdk13. *** Error code 1 Stop in /usr/ports/java/jdk13. root@colossus(/usr/ports/java/jdk13)# I'm sure there's someone out there who is much smarter than I and can tell me exactly what it is I need to do to remedy the situation. I have exhausted all of the ideas my feable mind can produce. Thanks for your help. -- Cotharyus lauasanf@bellsouth.net ICQ: 8690555 Bugs, pl. n.: Small living things that small living boys throw on small living girls. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 6:30:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from klima.physik.uni-mainz.de (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by hub.freebsd.org (Postfix) with ESMTP id 655CE37B402 for ; Mon, 18 Mar 2002 06:30:31 -0800 (PST) Received: from klima.Physik.Uni-Mainz.DE (Sturm@klima.Physik.Uni-Mainz.DE [134.93.180.162]) by klima.physik.uni-mainz.de (8.11.6/8.11.6) with ESMTP id g2IEUUd15182 for ; Mon, 18 Mar 2002 15:30:30 +0100 (CET) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Mon, 18 Mar 2002 15:30:29 +0100 (CET) From: "Hartmann, O." To: freebsd-questions@freebsd.org Subject: NIS/YP, NFS and PORTMAPPER over BRIDGED FIREWALL, please help Message-ID: <20020318150752.H12650-100000@klima.physik.uni-mainz.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello. I have to deal with a complicated scnenario of bad network architecture, but since I can not redesign the network, I have to deal with what's given. Our institute lives within a shared numeric domain and our pool of IPs is shared with two other departments, but each of these departments have 'unique' aliases. Our department has a server farm, located in a special room and I want to 'secure' this room and for that I built up a bridge with PicoBSD that should do a firewalling work. So far. The PicoBSD works well, it is already set up. But it run into trouble setting up dedicated rules for each hosts. I want to scetch my ideas: There are five main servers behind the bridge, so at the beginning of the filter rule table I do this for each host behind the bridge: $fwcmd add 190 skipto 1000 ip from any to $host1 $fwcmd add 200 skipto 1000 ip from $host1 to any Intention is to have for each host a dedicated 'block' of rulesets. Then I define a block of rulesets for this special host and initialy I try to allow all traffic to and from the 'inner' servers by doing this: $fwcmd add 1010 allow ip from $host1 to $host2 $fwcmd add 1020 allow ip from $host2 to $host1 $fwcmd add 1030 allow ip from $host1 to $host3 $fwcmd add 1040 allow ip from $host3 to $host1 . . . and I do this for each host to ensure, that traffic can pass. Well, this maybe seems foolish, but I have no other idea to work around the problem we have with the chaos of the given network. At this moment I test the bridge with only one host behind the firewall and it is a NIS/YP client, the NIS/YP servers are 'outbound', but that should not care. The problem occuring is, that NFS works fine, but ssh, telnet and other services, which seem to 'authenticate' a incoming user via NIS/YP fail! I opened port 111 for portmap, both TCP and UDP, but nothing happened. I read the manuals of portmap and I understand the way it works this way: a client 'asks' for a service and get response from portmap giving service number and the port number the wanted service/server is listen on. Then the client tries again on this port. But only NFS has a fix port (2049), all other services a nonpredicteable in theory, or is this wrong? Sorry, I'm a network novice this way and before studying to much literature I would like to ask the net ... If this is true (I mean how portmap works) it seems to be impossible to 'allow' dedicated ports to receive traffic. This 'theory' gets more likely as I receive messages of the host on the console (that behind the bridge) it is missing its NIS/YP domain (domain not responding). Opening the bridge by this $fwcmd add allow ip from $net:$mask to $net:$mask 'solves' the problem, but in our situation here it means: the bridge is open for everything, so I could deinstall it and the result would be the same ... -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ------------------------------------------------------------------ IT-Administration des Institutes fuer Physik der Atmosphaere (IPA) ------------------------------------------------------------------ Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinenraum) Tel: +496131/3924144 (Buero) FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 6:30:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.158]) by hub.freebsd.org (Postfix) with ESMTP id A563537B404 for ; Mon, 18 Mar 2002 06:30:37 -0800 (PST) Received: (from lowell@localhost) by be-well.ilk.org (8.11.6/8.11.6) id g2IEUS610137; Mon, 18 Mar 2002 09:30:28 -0500 (EST) (envelope-from lowell@world.std.com) X-Authentication-Warning: be-well.ilk.org: lowell set sender to lowell@world.std.com using -f To: freebsd-questions@freebsd.org Reply-To: freebsd-questions@freebsd.org Subject: Re: simple firewall References: <000801c1cdf2$20d53d30$0400a8c0@amd> From: Lowell Gilbert Date: 18 Mar 2002 09:30:27 -0500 In-Reply-To: <000801c1cdf2$20d53d30$0400a8c0@amd> Message-ID: <44bsdmt0cc.fsf@be-well.ilk.org> Lines: 11 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "James" writes: > Hello my firewall works and nats when firewall type is set to open but = > when I change to simple firewall type I get 210: or 218 or 215 on of = > those numbers with failed to write packet back (permission denied) and = > it will say last message repeated 6 times then 11 times and after while = > I will get to the login prompt any help would be appreciated thanks = You have some packets being rejected *after* being transformed by natd. This probably indicates a problem with something overly restrictive in your firewall ruleset. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 6:41:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from glow.binity.net (glow.binity.net [213.84.201.224]) by hub.freebsd.org (Postfix) with ESMTP id 3989D37B417; Mon, 18 Mar 2002 06:41:32 -0800 (PST) Received: from vscan (glow.dt1.binity.net [172.23.18.1]) by glow.binity.net (Postfix) with ESMTP id CEE5255AF; Mon, 18 Mar 2002 15:41:23 +0100 (CET) Received: from there (silver.dt1.binity.net [172.23.3.20]) by glow.binity.net (Postfix) with SMTP id 1C6685507; Mon, 18 Mar 2002 15:41:22 +0100 (CET) Content-Type: text/plain; charset="iso-8859-15" From: Walter Hop Message-Id: <200203181534.59830@silver> To: Laurence Sanford , questions@freebsd.org Subject: Re: jdk13 port build error Date: Mon, 18 Mar 2002 15:41:18 +0100 X-Mailer: KMail [version 1.3.2] References: <20020318083054.48449f70.lauasanf@wilderness.dyn.dhs.org> In-Reply-To: <20020318083054.48449f70.lauasanf@wilderness.dyn.dhs.org> Cc: java@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by glow.binity.net (amavis-perl-11-sky2) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [in reply to Laurence Sanford, Monday 18 March 2002 15:30] > ===> Building for jdk-1.3.1p6_2 > i386 Build started: 1.3.1-p6-lauasanf-020318-08:28 > ERROR: BOOTDIR does not point to a valid Java 2 SDK > Check that you have access to > /usr/local/linux-jdk1.3.1/bin/java > and/or check your value of ALT_BOOTDIR. You have to install the binary "linux-jdk13" port, before building the native "jdk13". Apparently a working java environment is needed to build this port. (You can uninstall linux-jdk13 afterwards.) A lot of people ask this question and I didn't understand it either the first time; CC-d to the maintainers of the jdk13 port (java@freebsd.org) so they can consider updating pkg-descr and the error message to include a hint to installing linux-jdk1.3.1 before building jdk13. :) thanks! walter -- Walter Hop | +31 6 24290808 | PGP keyid 0x84813998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 6:49:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id E86BA37B405 for ; Mon, 18 Mar 2002 06:49:34 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Mon, 18 Mar 2002 14:46:29 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id ; Mon, 18 Mar 2002 14:46:29 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D041E9F4F@MAIL1> From: Mike Dewhirst To: "'questions@freebsd.org'" Subject: restricting users Date: Mon, 18 Mar 2002 14:47:18 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1CE8B.CDA82790" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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_01C1CE8B.CDA82790 Content-Type: text/plain; charset="iso-8859-1" What is the standard practice for creating user accounts that are very restricted, e.g. just login, home dir access + cvs - no read access of /etc, /, etc. Many thanks in advance for any advice, Mike Dewhirst This message was written in plain text mode. Everything below the dotted line was not written by the author of this email. ---------------------- =********************************************************** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited. If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail. Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free. **********************************************************= ------_=_NextPart_001_01C1CE8B.CDA82790 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable restricting users

What is the standard practice for creating user accounts = that are very restricted, e.g. just login, home dir access + cvs - no read = access of /etc, /, etc.

Many thanks in advance for any advice,

Mike Dewhirst


This message was written in plain text mode.
Everything below the dotted line was not
written by the author of this email.
----------------------



=3D**********************************************************

If you are not the intended recipient, employee or agent responsible for de= livering the message to the intended recipient, you are hereby notified tha= t any dissemination or copying of this communication and its attachments is= strictly prohibited.

If you have received this communication and its attachments in error, pleas= e return the original message and attachments to the sender using the reply= facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does n= ot accept legal responsibility for the contents of this message. Any views= or opinions presented are solely those of the author and do not necessaril= y represent those of the UCLES Group unless otherwise specifically stated.<= BR>
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not gua= rantee that this email is virus free.

**********************************************************=3D
------_=_NextPart_001_01C1CE8B.CDA82790-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 7:19: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 8115B37B83A for ; Mon, 18 Mar 2002 07:16:10 -0800 (PST) Received: from barbish ([63.70.155.112]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com; Mon, 18 Mar 2002 10:16:08 -0500 From: "Joe & Fhe Barbish" To: "Kennebunk Mailing List" Cc: "FBSDQ" Subject: RE: please help !!! moved from sendmail to postfix..help!! Date: Mon, 18 Mar 2002 10:16:07 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <004d01c1ce81$be2e6860$37b4a8c0@pretorian> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Send mail to your domain name bob@your_domain.com and it will show up at postfix front door port 25. Log in as bob on your FBSD box and you should see message 'you have mail'. Use FBSD mail command to see mail. Enter mail on command line. If you are really asking about getting mail from your ISP mail box that is different subject. All most all ISP's do not allow SMTP access to their pop3 mail servers because it's a security problem. You need to install fetchmail to get your mail from your ISP mail account and hand it off to postfix. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Kennebunk Mailing List Sent: Monday, March 18, 2002 8:35 AM To: freebsd-questions@freebsd.org Subject: please help !!! moved from sendmail to postfix..help!! Im running a freebsd 4.3 box ...Its running as a gateway for my internal network w/ nat & ipfw over DSL static ip. Im also hosting my domain and DNS from this box...this includes mail with active users ( who arent getting mail as of now) I was running sendmail with no issues but with all the spam i was getting i wanted to try postfix. anyway...... I installed postfix as per the instructions...my problem is that i can send but i cant recieve mail anyone running postifx ...have suggestions ?? or a howto to follow thats FBSD specific... i really need to get this working ..as my users arent getting mail any help is GREATLY appreciated .... thanx Brent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" 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 Mar 18 7:29:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pickup4-ld.pvd.loa.net (pickup.loa.com [199.171.167.59]) by hub.freebsd.org (Postfix) with SMTP id 5D98137B41F for ; Mon, 18 Mar 2002 07:29:01 -0800 (PST) Received: (qmail 27688 invoked by uid 0); 18 Mar 2002 15:28:51 -0000 Received: from unknown (HELO pretorian) (208.130.43.221) by pickup4-ld.pvd.loa.net with SMTP; 18 Mar 2002 15:28:51 -0000 Message-ID: <004f01c1ce91$b1166820$37b4a8c0@pretorian> From: "Kennebunk Mailing List" To: "Joe & Fhe Barbish" Cc: "FBSDQ" References: Subject: Re: please help !!! moved from sendmail to postfix..help!! Date: Mon, 18 Mar 2002 10:29:27 -0500 Organization: Log On America MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I already have fetchmail istalled as well as popper.... Thats not the issue . I have mail from my ISP forwarded to my user account on my domain. so no need for fetchmail and popper. befor i tried this ...all was working great ..I have squirrel mail ( webmail) istalled w/ IMAP and ive been getting my mail that way ...I havent had to use fetchmail & popper for some time now. So befor i did this i had: sendmail squirrelmail IMAP all working great .. is there a decent "howto" on converting from sendmail to postfix ? thanx b ----- Original Message ----- From: "Joe & Fhe Barbish" To: "Kennebunk Mailing List" Cc: "FBSDQ" Sent: Monday, March 18, 2002 10:16 AM Subject: RE: please help !!! moved from sendmail to postfix..help!! > Send mail to your domain name bob@your_domain.com and it will show > up at postfix front door port 25. Log in as bob on your FBSD box > and you should see message 'you have mail'. Use FBSD mail command > to see mail. Enter mail on command line. If you are really asking > about getting mail from your ISP mail box that is different subject. > All most all ISP's do not allow SMTP access to their pop3 mail servers > because it's a security problem. You need to install fetchmail to get > your mail from your ISP mail account and hand it off to postfix. > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Kennebunk Mailing > List > Sent: Monday, March 18, 2002 8:35 AM > To: freebsd-questions@freebsd.org > Subject: please help !!! moved from sendmail to postfix..help!! > > Im running a freebsd 4.3 box ...Its running as a gateway for my internal > network w/ > nat & ipfw over DSL static ip. > Im also hosting my domain and DNS from this box...this includes mail with > active users ( who arent getting mail as of now) > I was running sendmail with no issues but with all the spam i was getting i > wanted to try postfix. > anyway...... > I installed postfix as per the instructions...my problem is that i can send > but i cant recieve mail > anyone running postifx ...have suggestions ?? or a howto to follow thats > FBSD specific... > > i really need to get this working ..as my users arent getting mail > any help is GREATLY appreciated .... > > > thanx > Brent > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 7:31:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from SRDMAIL.SINP.MSU.RU (bigking.sinp.msu.ru [213.131.9.130]) by hub.freebsd.org (Postfix) with ESMTP id 7EAF437B497 for ; Mon, 18 Mar 2002 07:31:30 -0800 (PST) Received: from dima (helo=localhost) by SRDMAIL.SINP.MSU.RU with local-esmtp (Exim 3.34 #1) id 16myq7-000Ggm-00 for freebsd-questions@FreeBSD.org; Mon, 18 Mar 2002 18:14:23 +0300 Date: Mon, 18 Mar 2002 18:14:23 +0300 (MSK) From: Dmitry Mottl To: freebsd-questions@FreeBSD.org Subject: mbufs, nmbclusters Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi How can I find which program uses a lot of kernel mbufs and nmbclusters? Is the maximum number of nmbclusters that can be occupied by program is N*(net.inet.tcp.sendspace+net.inet.tcp.recvspace)/2048, where N is number of tcp connections opened by the program? Thank you Best regards, Dmitry Mottl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 7:35:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp018.mail.yahoo.com (smtp018.mail.yahoo.com [216.136.174.115]) by hub.freebsd.org (Postfix) with SMTP id 2065B37B477 for ; Mon, 18 Mar 2002 07:34:51 -0800 (PST) Received: from bara?zani (AUTH login) at unknown (HELO moti) (bara?zani@12.27.148.78) by smtp.mail.vip.sc5.yahoo.com with SMTP; 18 Mar 2002 15:34:46 -0000 Message-ID: <047e01c1ce92$bacdef90$fd6e34c6@moti> From: "Bara Zani" To: References: <000c01c1ce44$7fe61e50$1250a8c0@Jaideep> Subject: Re: /dev/nsmb* Date: Mon, 18 Mar 2002 10:36:47 -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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Did you by anychance run a cvsup upgraded but did not run mergemaster ? i had the same problems mergemaster solved them . ----- Original Message ----- From: "Jaideep Bhatia" To: "'Joe Marcus Clarke'" ; "'Nathan Mace'" Cc: "'Walter Hop'" ; Sent: Monday, March 18, 2002 1:16 AM Subject: RE: /dev/nsmb* > You don't have to create any nsb* device. SMB support should be compiled > in the kernel. Install the samba port. Edit smb.conf file properly and > reboot the machine. > Hope this should solve your problem. > Regards, > Jaideep > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Joe Marcus > Clarke > Sent: Monday, March 18, 2002 11:46 AM > To: Nathan Mace > Cc: Walter Hop; freebsd-questions@FreeBSD.ORG > Subject: Re: /dev/nsmb* > > > On Mon, 2002-03-18 at 00:39, Nathan Mace wrote: > > On Monday 18 March 2002 12:08 am, Walter Hop wrote: > > > [in reply to Nathan Mace, Monday 18 March 2002 06:04] > > > > > > > whenever i try to mount a samba share on freebsd-4.5 i get the > > > > following error: > > > > > > > > can't get handle to requester (no /dev/nsmb* device) > > > > > > Have you tried making the nsmb0 device by: > > > > > > % cd /dev > > > % sh ./MAKEDEV nsmb0 > > > > i get a "nsmb0 - no such name" > > Are you sure this is FreeBSD 4.5? The nsmb* device is listed in > MAKEDEV, and works for me. From /dev/MAKEDEV: > > nsmb*) > unit=`expr $i : 'nsmb\(.*\)'` > mknod nsmb$unit c 144 $unit > ;; > > > If you're sure you have the right MAKEDEV script, make sure you're not > trying to run it with bash. The sh you should be using is the Bourne > shell that shipped with FreeBSD. > > I have noticed that when running in a SMP configuration, using the smbfs > kernel modules doesn't work. You have to hardcode the SMB stuff into > the kernel. However, on single CPU configs, what you're doing works. > > Joe > > > > > nathan > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 7:53:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp016.mail.yahoo.com (smtp016.mail.yahoo.com [216.136.174.113]) by hub.freebsd.org (Postfix) with SMTP id 6054337B416 for ; Mon, 18 Mar 2002 07:53:17 -0800 (PST) Received: from bara?zani (AUTH login) at unknown (HELO moti) (bara?zani@12.27.148.78) by smtp.mail.vip.sc5.yahoo.com with SMTP; 18 Mar 2002 15:53:16 -0000 Message-ID: <050801c1ce95$50144840$fd6e34c6@moti> From: "Bara Zani" To: References: <20020318045940.3C50E2757@sitemail.everyone.net> Subject: Re: racoon Date: Mon, 18 Mar 2002 10:55:17 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1255" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cd /usr/ports/security/racoon make all install clean config files are in /usr/local/etc/racoon ----- Original Message ----- From: "nur adiana" To: Sent: Sunday, March 17, 2002 11:59 PM Subject: racoon > Hi, > Currently, i've allready install freebsd at 2 workstation. I want to enable IPSec and tunnell between this 2 host. But i have problem to install racoon.Can u please give me the steps to install and complie the racoon in FreeBSD. Thank you. > > regards, > -nik shahidah- > > _____________________________________________________________ > Meksom, Mozilla Bahasa Melayu http://ikhlas.com/meksom/ > > _____________________________________________________________ > Run a small business? Then you need professional email like you@yourbiz.com from Everyone.net http://www.everyone.net?tag > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 7:54:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from janeway.vonbek.dhs.org (bgm-24-24-79-198.stny.rr.com [24.24.79.198]) by hub.freebsd.org (Postfix) with ESMTP id 4B2E237B421 for ; Mon, 18 Mar 2002 07:54:03 -0800 (PST) Received: by janeway.vonbek.dhs.org (Postfix, from userid 12347) id 6E8B2E77120; Mon, 18 Mar 2002 10:55:11 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id 6C0A36A8C0A; Mon, 18 Mar 2002 10:55:11 -0500 (EST) Date: Mon, 18 Mar 2002 10:55:11 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: Jeff Jeter Cc: FreeBSD Questions Subject: Re: 2 audio streams In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG As long as your sound card is full-duplex (and the driver supports it) this should't be a problem. Which sound card? I'll try it on my SBLive! when I get home, which I know is full-duplex. On Sun, 17 Mar 2002, Jeff Jeter wrote: > Date: Sun, 17 Mar 2002 17:49:20 -0500 > From: Jeff Jeter > To: FreeBSD Questions > Subject: 2 audio streams > > Is there a way that i can have 2 ausio apps open at once (ie. XMMA and > AVIPlay) and both have audio? > > Thanks, > Jeff Jeter > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- |-John Bleichert----syborg@stny.rr.com----------------| |-------------------http://vonbek.dhs.org/latest.jpg--| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 8: 2:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from zipcon.net (zipcon.net [209.221.136.5]) by hub.freebsd.org (Postfix) with SMTP id 14B7237B402 for ; Mon, 18 Mar 2002 08:02:34 -0800 (PST) Received: (qmail 6090 invoked from network); 18 Mar 2002 16:04:03 -0000 Received: from chonk.zipcon.net (HELO there) (209.221.137.5) by zipcon.net with SMTP; 18 Mar 2002 16:04:03 -0000 Content-Type: text/plain; charset="iso-8859-1" From: David Herman To: questions@freebsd.org Subject: Re: FW: does FREEBSD work with either "Partition Magic" or "Boot Magi c" b y Power Quest? Date: Mon, 18 Mar 2002 08:06:02 -0800 X-Mailer: KMail [version 1.3.2] References: <97BD6CFFDACDD511BD090008C75DD04F01416A8E@msgnorth12.ffcrc.pacbell.com> In-Reply-To: <97BD6CFFDACDD511BD090008C75DD04F01416A8E@msgnorth12.ffcrc.pacbell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020318160234.14B7237B402@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday 18 March 2002 01:12 am, HODGE, DAVE (SBCSI) wrote: > I'm trying to utilize one boot method for many various OS systems > that I need to run for evaluation. What I'm trying to find out is do > you know if the Power Quest product "Partition Magic" or "Boot > Magic" have been successfully used with FREEBSD OS? If yes, how were > the products utilized? I use boot magic (from Partition Magic5 bundle) to boot freeBSD just fine. I had linux, qnx, BeOS and winders installed and booting w/ Boot Magic before installing freeBSDand just had to tell freeBSD not to overwrite the mbr when I installed it. You may run into trouble if you try booting from diferent bsd kernels in the same partition/slice, this could probably be circumvented by telling freeBSD to put its boot manager in the correct place. I haven't gotten that far yet. Partition Magic 5 won't write BSD slices but can be used to free up disk space. good luck. -- dh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 8: 4:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ws4-1.us4.outblaze.com (205-158-62-42.outblaze.com [205.158.62.42]) by hub.freebsd.org (Postfix) with SMTP id 05CED37B400 for ; Mon, 18 Mar 2002 08:04:32 -0800 (PST) Received: (qmail 25200 invoked by uid 1001); 18 Mar 2002 16:04:31 -0000 Message-ID: <20020318160431.25199.qmail@operamail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [12.33.164.6] by ws4-1.us4.outblaze.com with http for jud@operamail.com; Mon, 18 Mar 2002 11:04:31 -0500 From: "Jud " To: "HODGE, DAVE (SBCSI)" , "'questions@FreeBSD.org'" Date: Mon, 18 Mar 2002 11:04:31 -0500 Subject: Re: FW: does FREEBSD work with either "Partition Magic" or "Boot Magi c" b y Power Quest? X-Originating-Ip: 12.33.164.6 X-Originating-Server: ws4-1.us4.outblaze.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "HODGE, DAVE (SBCSI)" Date: Mon, 18 Mar 2002 01:12:21 -0800 To: "''questions@FreeBSD.org''" Subject: FW: does FREEBSD work with either "Partition Magic" or "Boot Magi c" b y Power Quest? > I'm trying to utilize one boot method for many various OS systems that I > need to run for evaluation. What I'm trying to find out is do you know if > the Power Quest product "Partition Magic" or "Boot Magic" have been > successfully used with FREEBSD OS? If yes, how were the products utilized? I'm currently using a shareware program called BootIt NG (http://www.terabyteunlimited.com), which has similar capabilities to PM/BM. I use BootIt to multi-boot a RAID-0 array with Windows 2000 and FreeBSD, and a separate hard drive with Windows 98. I've also used BootIt to resize and move my Windows partitions, though not my FreeBSD partition. BootIt NG has very similar capabilities to Partition Magic/Boot Magic, and I'd speculate they work in similar fashion. That said, I don't know two things: (1) Whether Partition Magic or BootIt NG can be used to resize FreeBSD slices or partitions; and (2) whether Boot Magic recognizes and can boot FreeBSD. However, there are alternative ways (some of them free) to accomplish both. For example, GRUB is an excellent free bootloader available as a FreeBSD port. (I'm not using it currently only because I haven't been able to figure out how/if GRUB works with RAID-0 arrays.) Jud -- _______________________________________________ Download the free Opera browser at http://www.opera.com/ Powered by Outblaze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 8:25:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.tpgi.com.au (mail.tpgi.com.au [203.12.160.58]) by hub.freebsd.org (Postfix) with ESMTP id 88DE837B416 for ; Mon, 18 Mar 2002 08:25:10 -0800 (PST) Received: from co3014978-a (syd11-56k-194.tpgi.com.au [203.213.34.194]) by mail2.tpgi.com.au (8.11.6/8.11.6) with SMTP id g2IGP9E01396 for ; Tue, 19 Mar 2002 03:25:09 +1100 Message-Id: <200203181625.g2IGP9E01396@mail2.tpgi.com.au> Date: Tue, 19 Mar 2002 3:35:50 +1000 From: Richard To: "freebsd-questions@FreeBSD.ORG" Subject: Limit PERL opening file in a directory. X-mailer: FoxMail 4.0 beta 2 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: base64 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG SSBoYXZlIGEgZmV3IHZpcnR1YWwgc2l0ZXMgaW4gbXkgc2VydmVyLiBUaGVyZSBpcyBhIHNlY3Vy aXR5IHJpc2sNCnRoYXQgdGhlc2UgdXNlcnMgYXJlIGFibGUgdG8gb3BlbiBmaWxlcyB0aGF0IGFy ZSBub3QgaW4gaGlzL2hlcg0KZGlyZWN0b3J5IGJ5IHVzaW5nIFBFUkwgc2NyaXB0cyBiZWNhdXNl IG1vc3Qgb2YgdGhlIHN5c3RlbSBmaWxlcw0KYXJlIHNldCBhcyBldmVyeW9uZSByZWFkLg0KDQpO b3csIEkganVzdCBtYWRlIGl0IHdvcmsgdGhhdCB0aGUgdXNlciBjYW4gbm90IG9wZW4gYSBmaWxl IG91dA0Kb2YgaGlzL2hlciBkaXJlY3Rvcnkgd2l0aCBQSFAgYnkgYWRkaW5nIHBocF9hZG1pbl92 YWx1ZSBvcGVuX2Jhc2VkaXIgJ2RpcmVjdG9yeScNCmludG8gYXBhY2hlIGNvbmZpZ3VyYXRpb24g ZmlsZS4NCg0KSSB3YW50IHRvIGltcGxlbWVudCB0aGUgc2FtZSBsaW1pdGF0aW9uIHdpdGggUEVS TC4NCkFsc28sIEkgd2FudCB0byBibG9jayBzb21lIGZ1bmN0aW9ucyBpbiBQRVJMLCBzdWNoIGFz IHN5c3RlbSgpLg0KDQpJcyB0aGVyZSBhbnkgc3VnZ2VzdGlvbj8gVGhhbmsgeW91Lg0K To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 8:34: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uce55.uchaswv.edu (uce55.uchaswv.edu [12.4.161.9]) by hub.freebsd.org (Postfix) with ESMTP id 2986637B422 for ; Mon, 18 Mar 2002 08:33:49 -0800 (PST) Received: from there ([172.16.32.103]) by uce55.uchaswv.edu (8.9.3 (PHNE_22672)/8.9.3) with SMTP id LAA14376; Mon, 18 Mar 2002 11:37:39 -0500 (EST) Message-Id: <200203181637.LAA14376@uce55.uchaswv.edu> Content-Type: text/plain; charset="iso-8859-1" From: Nathan Mace To: "Jaideep Bhatia" , "'Joe Marcus Clarke'" , freebsd-questions@freebsd.org Subject: Re: /dev/nsmb* Date: Mon, 18 Mar 2002 11:33:18 -0500 X-Mailer: KMail [version 1.3.2] References: <000c01c1ce44$7fe61e50$1250a8c0@Jaideep> In-Reply-To: <000c01c1ce44$7fe61e50$1250a8c0@Jaideep> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday 18 March 2002 01:16 am, Jaideep Bhatia wrote: > You don't have to create any nsb* device. SMB support should be compiled > in the kernel. Install the samba port. Edit smb.conf file properly and > reboot the machine. > Hope this should solve your problem. > Regards, > Jaideep well I AM running 4.5, uname says so ;) also, i've been running samba on this machine for a long time, though this is the 1st time i tried to mount a smb share. i think i know what the problem is, and i guess i deserve it. you guys are gonna freak out about this. when i upgraded from 4.4 to 4.5 i did not run mergemaster or remakes the devices. why?! you might ask. well the 1st time i did it when i was just starting to use freebsd, it mergemaster hosed my /etc directroy beyond repair. i had made a backup of it, but i couldn't even get into single user mode to restore it. so i had to format the drive. i'm entirely sure that part of my problem is in the fact that i havn't remade all of my devices since i upgraded to 4.5. what do i need to do? "sh MAKEDEV all"??? also, yes i made sure that i was not using the bash seel to try and make the device. can someone help me? nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 8:42:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from SRDMAIL.SINP.MSU.RU (bigking.sinp.msu.ru [213.131.9.130]) by hub.freebsd.org (Postfix) with ESMTP id 7463B37B417 for ; Mon, 18 Mar 2002 08:42:29 -0800 (PST) Received: from dima (helo=localhost) by SRDMAIL.SINP.MSU.RU with local-esmtp (Exim 3.34 #1) id 16n0EN-000GuQ-00; Mon, 18 Mar 2002 19:43:31 +0300 Date: Mon, 18 Mar 2002 19:43:31 +0300 (MSK) From: Dmitry Mottl To: Richard Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: Limit PERL opening file in a directory. In-Reply-To: <200203181625.g2IGP9E01396@mail2.tpgi.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi On Tue, 19 Mar 2002, Richard wrote: > I have a few virtual sites in my server. There is a security risk > that these users are able to open files that are not in his/her > directory by using PERL scripts because most of the system files > are set as everyone read. > > Now, I just made it work that the user can not open a file out > of his/her directory with PHP by adding php_admin_value open_basedir 'directory' > into apache configuration file. > > I want to implement the same limitation with PERL. > Also, I want to block some functions in PERL, such as system(). > > Is there any suggestion? Thank you. You shold better set propper permissions on files and directories. Apache's suExec is very handy if you need to restrict cgi script's permisions. chmod 750 /home/site1 chown -R site1:wwwguest /home/site1 chmod 750 /home/site2 chown -R site2:wwwguest /home/site2 in httpd.conf: === User wwwguest Group wwwguest User site1 Group site1 User site1 Group site1 === So Apache will run as wwwguest and has the access to users files (readonly), but users script are run as their own uid/gid (cause SuExec does it), so they can't access another user's directory. -- Dmitry A. Mottl Network Administrator Skobeltsyn's Institute of Nuclear Physics Moscow State Unversity To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 9: 6:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vkoppen.com (dsl-65-185-18-141.telocity.com [65.185.18.141]) by hub.freebsd.org (Postfix) with ESMTP id 9E44F37B400; Mon, 18 Mar 2002 09:06:10 -0800 (PST) Received: from caesar by vkoppen.com with SMTP (MDaemon.v3.5.0.R); Mon, 18 Mar 2002 12:05:05 -0500 From: "Arnaud van Koppen" To: , , "Matthew Emmerton" Cc: "freebsd.org" Subject: RE: Suggestions for handbook Was: Errors when making Kernel Date: Mon, 18 Mar 2002 12:05:05 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <00db01c1ce4d$72ce2240$2c14fea9@ultra2000> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Return-Path: arnaud@vkoppen.com Reply-To: arnaud@vkoppen.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I my case the problem was in de GENERIC kernel config file that comes with the distribution. The line "device umass # Disks/Mass storage - Requires scbus and da" is listed under USB devices, so when you go through the list without reading every line properly, thinking 'I want to use my USB', you leave everything uncommented, missing the dependency. I'm using 'The complete FreeBSD', 3rd edition, wihich is not mentioning the USB-options at all, and the online handbook, which just mentions the list, without pointing out the dependency, so it can easily be missed. But I have to admit that proper reading would avoid the problem. Hope this will help you. Arnold *-----Original Message----- *From: Chauncey Smith [mailto:csmith@icdc.com] *Sent: Monday, March 18, 2002 1:41 AM *To: freebsd-questions@FreeBSD.ORG; arnold@vkoppen.com; Matthew Emmerton *Cc: freebsd.org *Subject: Suggestions for handbook Was: Errors when making Kernel * * *I've found this to be a very common newbie error. I believe we should *document this in the hand book somewhere so that it is available to *everyone. How would one go about suggesting something like that to the *documention project? *----- Original Message ----- *From: Matthew Emmerton *To: ; *Sent: Friday, March 15, 2002 8:45 PM *Subject: Re: Errors when making Kernel * * *> > When I try to make my kernel using the enclosed config file, I get *errors *> > like *> > *> */usr/src/sys/compile/MYKERNEL/../../dev/usb/umass.c(.text+0x14be):undefined *> > reference to 'xpt_create_path' *> *> >From your kernel config: *> *> # SCSI peripherals *> #device scbus # SCSI bus (required) *> #device da # Direct Access (disks) *> ... *> device umass # Disks/Mass storage - Requires scbus and da *> *> Uncomment 'device scbus' and 'device da' and you should be fine. *> *> -- *> Matt *> *> *> To Unsubscribe: send mail to majordomo@FreeBSD.org *> with "unsubscribe freebsd-questions" 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 Mar 18 9:11:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.velosystems.net (wsip68-15-85-238.oc.oc.cox.net [68.15.85.238]) by hub.freebsd.org (Postfix) with ESMTP id 8843137B402 for ; Mon, 18 Mar 2002 09:11:37 -0800 (PST) Received: from win2kads (win2kads [192.168.1.5]) by mail.velosystems.net (Postfix) with SMTP id 5127612729; Mon, 18 Mar 2002 09:11:32 -0800 (PST) Message-ID: <002401c1cea0$240151c0$0501a8c0@VELOSYSTEMS.NET> From: "Steve Wingate" To: Cc: References: <200203160220.g2G2KLk30380@smtp.delfi.lv> <86hene5pm0.fsf@indigo.int.mt.lv> Subject: Re: HTML editors Date: Mon, 18 Mar 2002 09:12:53 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > warrior@mailbox.riga.lv writes: > > > What's your favorite for X? I've used bluefish for a while but it doesn't fully > > satisfy me now. I'd like a neater look, flat buttons perhaps, highlighting HTML > > code, multiple file sessions and *last folder used* save. Anyway, give me someth > > ing :) Bluefish has HTML color highlighting....maybe you just need to look at the options and manual closer. (or suggest improvements to the author). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 9:20:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ws4-1.us4.outblaze.com (205-158-62-42.outblaze.com [205.158.62.42]) by hub.freebsd.org (Postfix) with SMTP id 6BC6E37B400 for ; Mon, 18 Mar 2002 09:20:29 -0800 (PST) Received: (qmail 29683 invoked by uid 1001); 18 Mar 2002 17:20:26 -0000 Message-ID: <20020318172026.29682.qmail@operamail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [12.33.164.6] by ws4-1.us4.outblaze.com with http for jud@operamail.com; Mon, 18 Mar 2002 12:20:25 -0500 From: "Jud " To: freebsd-questions@FreeBSD.ORG Date: Mon, 18 Mar 2002 12:20:25 -0500 Subject: PPP - Term Shows Nonsensical Response X-Originating-Ip: 12.33.164.6 X-Originating-Server: ws4-1.us4.outblaze.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This past weekend, I installed FreeBSD 4.5-RELEASE from the FreeBSDMall CD set on a new RAID-0 array. FreeBSD has one half of the array, and Windows 2000 has the other. Before installing the new RAID array, I had been running 4.5-RELEASE, then 4.5-STABLE on another hard drive (now devoted to Windows 98 and QNX) without problems. Since installing 4.5-RELEASE on the RAID array, I haven't been able to get ppp to work. Running in interactive mode, when I enter atdt[ISP PHONE#], what appears is CONNECT 26400/ARQ (it's a slow dialup - rural phone lines:), followed on the next line by a few characters of gibberish. Then it just hangs - nothing appears on the display when I try to type in my username and password. Finally, the connection drops. I also tried auto ppp, using the IP addresses of my ISP's nameservers in an /etc/resolv.conf file I created. I then fired up Lynx. The modem dialed out and connected, but again, nothing more happened until Lynx gave me an "Unable to connect..." message and the connection dropped. I'm using a US Robotics 5686D external serial modem. No problems connecting from Windows 2000 on the same array. Solutions, anyone? TIA, Jud -- _______________________________________________ Download the free Opera browser at http://www.opera.com/ Powered by Outblaze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 9:29:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id E992F37B404 for ; Mon, 18 Mar 2002 09:29:28 -0800 (PST) Received: from arnold (arnold.lan [192.168.1.8]) by ei.bzerk.org (8.11.6/8.11.6) with SMTP id g2IHTRk46545; Mon, 18 Mar 2002 18:29:27 +0100 (CET) (envelope-from BSDJunk@1729.net) Message-ID: <001901c1cea2$743d9020$0801a8c0@lan.1729.net> From: "BSDJunk" To: Cc: "Kennebunk Mailing List" References: <004d01c1ce81$be2e6860$37b4a8c0@pretorian> Subject: Re: please help !!! moved from sendmail to postfix..help!! Date: Mon, 18 Mar 2002 18:29:26 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Why don't you go back to sendmail, make your users happy again and if you still want to play with postfix, do it on a non-production machine. If you're looking for ways to reduce spam, blocking open relays goes a long way. Is easy to setup with sendmail too: http://www.ordb.org/faq/#sendmail ----- Original Message ----- From: "Kennebunk Mailing List" To: Sent: Monday, March 18, 2002 2:35 PM Subject: please help !!! moved from sendmail to postfix..help!! > Im running a freebsd 4.3 box ...Its running as a gateway for my internal > network w/ > nat & ipfw over DSL static ip. > Im also hosting my domain and DNS from this box...this includes mail with > active users ( who arent getting mail as of now) > I was running sendmail with no issues but with all the spam i was getting i > wanted to try postfix. > anyway...... > I installed postfix as per the instructions...my problem is that i can send > but i cant recieve mail > anyone running postifx ...have suggestions ?? or a howto to follow thats > FBSD specific... > > i really need to get this working ..as my users arent getting mail > any help is GREATLY appreciated .... > > > thanx > Brent > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 18 9:29:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-in.sc5.paypal.com (smtp-in.sc5.paypal.com [216.136.155.8]) by hub.freebsd.org (Postfix) with ESMTP id F220D37B405 for ; Mon, 18 Mar 2002 09:29:31 -0800 (PST) Received: from xchange2.pa1.paypal.com (xchange2.pa1.paypal.com [10.1.1.37]) by smtp-in.sc5.paypal.com (8.11.6/8.11.6) with ESMTP id g2IHTU518110; Mon, 18 Mar 2002 09:29:30 -0800 Received: from paypal.com (stinky.pa1.paypal.com [10.1.2.6]) by xchange2.pa1.paypal.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2655.55) id G00WSHDM; Mon, 18 Mar 2002 09:29:37 -0800 Message-ID: <3C9623FE.5040906@paypal.com> Date: Mon, 18 Mar 2002 09:29:34 -0800 From: Brian Nelson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.9) Gecko/20020315 X-Accept-Language: en-us, en MIME-Version: 1.0 To: mfales Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mouse conflict? References: <001401c1cd21$a39dd7d0$7e97fea9@mg> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mfales wrote: > I'm running kernel 4.4 (although I'm pretty sure that's irrelevant in > this case. My situation is this: my mouse had been working > fine...configured it during install and configured it as /dev/sysmouse > when I ran xf86config. After configuring my modem and ppp I'd get the > error "Mouse device busy" or something to that affect, when trying to > start x. It (the mouse) is physically attached to COM1 on my > motherboard...but what's throwing me off is...I'm using an adapter > because the system in question is an AT and my mouse is a microsoft > ps/2. When I "boot -c" it's showing up as /dev/ps0 on irq 12 and it's > refusing to let me change it....I'm assuming it needs to be on 0x3F8 irq > 4. I've tried going back to sysinstall and reconfiguring with no luck. > Any input would be greatly appreciated. > > thanks, > > matt fales have you verified that your XF86Config is pointing to /dev/sysmouse? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 9:44:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web11708.mail.yahoo.com (web11708.mail.yahoo.com [216.136.172.74]) by hub.freebsd.org (Postfix) with SMTP id 2128137B402 for ; Mon, 18 Mar 2002 09:44:18 -0800 (PST) Message-ID: <20020318174417.31841.qmail@web11708.mail.yahoo.com> Received: from [209.140.253.2] by web11708.mail.yahoo.com via HTTP; Mon, 18 Mar 2002 09:44:17 PST Date: Mon, 18 Mar 2002 09:44:17 -0800 (PST) From: Tim Erlin Subject: make buildworld fails To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Any help would be greatly appreciated...I've never had a buildworld fail before, so I'm not sure where to start. TIA. --Tim 4.4-RELEASE, cvsup with RELENG_4_4 (or RELENG_4) I run: cd /usr/obj chflags -R noschg * rm -rf * cd /usr/src make -j4 buildworld The last 50 lines of the output are: ld -N -e start -Ttext 0x600 -o boot0.out boot0.o objcopy -S -O binary boot0.out boot0 ===> sys/boot/i386/kgzldr (cd /usr/src/sys/boot/i386/kgzldr; m4 -DSIOPRT=0x3f8 /usr/src/sys/boot/i386/kgzldr/start.s) | as -o start.o cc -fno-builtin -Os -DKZIP -mpreferred-stack-boundary=2 -I/usr/obj/usr/src/i386/usr/include -c /usr/src/sys/boot/i386/kgzldr/boot.c cc -fno-builtin -Os -DKZIP -mpreferred-stack-boundary=2 -I/usr/obj/usr/src/i386/usr/include -c /usr/src/sys/boot/i386/kgzldr/../../../kern/inflate.c cc -fno-builtin -Os -DKZIP -mpreferred-stack-boundary=2 -I/usr/obj/usr/src/i386/usr/include -c /usr/src/sys/boot/i386/kgzldr/lib.c (cd /usr/src/sys/boot/i386/kgzldr; m4 -DSIOPRT=0x3f8 /usr/src/sys/boot/i386/kgzldr/crt.s) | as -o crt.o (cd /usr/src/sys/boot/i386/kgzldr; m4 -DSIOPRT=0x3f8 /usr/src/sys/boot/i386/kgzldr/sio.s) | as -o sio.o cc -nostdlib -static -r -o kgzldr.o start.o boot.o inflate.o lib.o crt.o sio.o ===> sys/boot/i386/btx ===> sys/boot/i386/btx/btx (cd /usr/src/sys/boot/i386/btx/btx; m4 btx.s) | as --defsym BTX_FLAGS=0x0 -o btx.o {standard input}: Assembler messages: {standard input}:527: Warning: stand-alone `data16' prefix {standard input}:544: Warning: stand-alone `data16' prefix ld -N -e start -Ttext 0x9000 -o btx.out btx.o objcopy -S -O binary btx.out btx ===> sys/boot/i386/btx/btxldr (cd /usr/src/sys/boot/i386/btx/btxldr; m4 -DLOADER_ADDRESS=0x200000 btxldr.s ) | as -o btxldr.o ld -N -e start -Ttext 0x200000 -o btxldr.out btxldr.o objcopy -S -O binary btxldr.out btxldr ===> sys/boot/i386/btx/lib as -elf -o btxcsu.o /usr/src/sys/boot/i386/btx/lib/btxcsu.s as -elf -o btxsys.o /usr/src/sys/boot/i386/btx/lib/btxsys.s as -elf -o btxv86.o /usr/src/sys/boot/i386/btx/lib/btxv86.s ld -elf -i -o crt0.o btxcsu.o btxsys.o btxv86.o ===> sys/boot/i386/boot2 elf_load_section: truncated ELF file dd if=/dev/zero of=boot2.ldr bs=512 count=1 2>/dev/null Abort trap as --defsym FLAGS=0x80 /usr/src/sys/boot/i386/boot2/boot1.s -o boot1.o *** Error code 134 as --defsym SIOPRT=0x3f8 --defsym SIOFMT=0x3 --defsym SIOSPD=9600 /usr/src/sys/boot/i386/boot2/sio.s -o sio.o 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error bash-2.05# exit __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.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 Mar 18 9:54:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns0.binep.ac.ru (serv2.binep.ac.ru [193.233.44.227]) by hub.freebsd.org (Postfix) with ESMTP id 3EACB37B404 for ; Mon, 18 Mar 2002 09:54:36 -0800 (PST) Received: from byfi (byfi.binep.ac.ru [193.233.44.234]) by ns0.binep.ac.ru (8.11.6/8.11.6) with SMTP id g2IIAii30643; Mon, 18 Mar 2002 21:10:44 +0300 (MSK) (envelope-from goshik@binep.ac.ru) Message-ID: <025d01c1cea5$f04d2d80$ea2ce9c1@binep.ac.ru> From: "Igor B. Bykhalo" To: "stefano clemente" , References: <20020318110638.92211.qmail@web20804.mail.yahoo.com> Subject: Re: CAN I HELP WITH A TRADUCTION? Date: Mon, 18 Mar 2002 20:43:11 +0300 Organization: BINEPCP RAS MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > ----- Original Message ----- > From: "stefano clemente" > To: > > Hi all :D First of all thanks for this fantastic os > that you guys made so strong and secure, and now i > wanna ask u one think: beacuse i live and was born in > italy i try to find in italian sites a version of > Handbook in my language but i don't find this. I don't > have so many problem to read pages and pages in > english (i understand english but if u wanna talk to > me in "fast english i don't understand very much) so i > think (if an italian version of freebsd handbook don't > exist..) can i begin to translate the freebsd handbook > for made an italian version, or someone is doing it? > Maybe you think this is a stupid question but i have > many friends and many of this would try freebsd but > they have problem with english (like me =) u will > think reading my bad english ;) hihihi). So if u can > say me something i can try to translate or at least > begin to transalte the handbook and maybe i can also > find other italian guy that can help me. Hoping > someone of your stuff will answer me i say you > "cul8rrrr". I'm not in the stuff, but obviously you need to contact thr FreeBSD Documentation Project mailing list at FreeBSD-doc@FreeBSD.ORG and read http://www.freebsd.org/docproj/index.html I think they will be happy to catch one more volunteer :-) HTH, Igor > > Stefano Clemente > aka N0bodY88 of spippolatori.com > Sysadmin of Trento, CCNA studying :D Byez to all > ps: if i can help in other ways say me... byez > > ______________________________________________________________________ > > La reginetta del pop è tornata! Ascolta'I'm Not A Girl, Not Yet A Woman' su Yahoo! > http://it.yahoo.com/mail_it/foot/?http://it.music.yahoo.com/britney/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 18 9:55: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns0.binep.ac.ru (serv2.binep.ac.ru [193.233.44.227]) by hub.freebsd.org (Postfix) with ESMTP id 8816137B404 for ; Mon, 18 Mar 2002 09:54:52 -0800 (PST) Received: from byfi (byfi.binep.ac.ru [193.233.44.234]) by ns0.binep.ac.ru (8.11.6/8.11.6) with SMTP id g2IIB3i30644; Mon, 18 Mar 2002 21:11:03 +0300 (MSK) (envelope-from goshik@binep.ac.ru) Message-ID: <025e01c1cea5$fbc1eac0$ea2ce9c1@binep.ac.ru> From: "Igor B. Bykhalo" To: "Leo De Geer" Cc: References: <003d01c1cda4$be396e50$fa00000a@ktv2> Subject: Re: the cvs-miror port Date: Mon, 18 Mar 2002 20:54:21 +0300 Organization: BINEPCP RAS MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > From: "Leo De Geer" > To: "'Igor B. Bykhalo'" > Cc: > Sent: Sunday, March 17, 2002 2:13 PM > Subject: SV: the cvs-miror port > > I have the files in /usr/local/etc/cvsup > > But it don’t update > > Even if I have set it to do so. [...] Please, Leo, please be more specific ... what do you mean by "But it don’t update"??? You want it to update /usr/src, /usr/ports, etc.? It won't. It should update _your local CVS tree_, and then you get the ability to update your sources from _your local CVS tree_. Igor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 10: 5:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tninet.se (lennier.tninet.se [195.100.94.105]) by hub.freebsd.org (Postfix) with ESMTP id 658EB37B416 for ; Mon, 18 Mar 2002 10:05:49 -0800 (PST) Received: from cs.umu.se (h27n1c1o1023.bredband.skanova.com [213.64.164.27]) by lennier.tninet.se (BMR ErlangTM/OTP 3.0) with ESMTP id 648049.474747.1016.0s11568515lennier for ; Mon, 18 Mar 2002 19:05:47 +0100 Message-ID: <3C962C7B.2338DB5E@cs.umu.se> Date: Mon, 18 Mar 2002 19:05:47 +0100 From: Paul Everlund X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: sv,en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Upgrade release with build world: HDD space, CVSUP and Speed Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! I have three questions: 1. If I have all sources for RELENG_4_5, and then want to upgrade to RELENG_4_6 (when it is released), should I remove all RELENG_4_5 source files first and then do a CVSUP? Or is it ok to have the "old" RELENG_4_5 files in the source tree when CVSUPing? 2. If I make a build world, how much extra HDD space are needed for everything to build, not including the sources? 3. With a 486 DX2 66MHz, 40 MB RAM, 4200 rpm and 5400 rpm HDD's, will the build be finished before RELENG_4_7 is released? :-) That is, how long does it take to build world on this machine? Can someone provide an estimate, or maybe someone really have build the world on a 486, as stated above? Thanks in advance! Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 10:13:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13305.mail.yahoo.com (web13305.mail.yahoo.com [216.136.175.41]) by hub.freebsd.org (Postfix) with SMTP id 3298037B402 for ; Mon, 18 Mar 2002 10:13:10 -0800 (PST) Message-ID: <20020318181310.72850.qmail@web13305.mail.yahoo.com> Received: from [66.88.192.135] by web13305.mail.yahoo.com via HTTP; Mon, 18 Mar 2002 10:13:09 PST Date: Mon, 18 Mar 2002 10:13:09 -0800 (PST) From: George Dew Reply-To: GDew@ResponseNetworking.com Subject: queueing disabled To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks for previous help, but now I have another question that I hope you can help me out with. I have a printer on lpt0 on my BSD server. The printcap file is correct (I assume), it's just like the book says it should be, and I've checked against the freeBSD on-line manual. I've also checked the cable to the printer, and it's firmly in place. Also, the printer prints fine from other computers. When I try to print, it gives me an error of: "lpr: printer queue is disabled" Any ideas? ===== George Dew Response Networking Inc. Box 3411 Grand Central Station New York, NY 10163-3411 212-539-3000 gdew@rni1.com __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.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 Mar 18 10:14:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl6-t65.citlink.net [207.173.251.65]) by hub.freebsd.org (Postfix) with ESMTP id 60D1237B400 for ; Mon, 18 Mar 2002 10:14:19 -0800 (PST) Received: from bigdaddy (bigdaddy [192.168.1.3]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 1DC0FEE609; Mon, 18 Mar 2002 10:14:18 -0800 (PST) Message-ID: <003901c1cea8$b814c100$0301a8c0@bigdaddy> From: "Drew Tomlinson" To: "Paul Everlund" , References: <3C962C7B.2338DB5E@cs.umu.se> Subject: Re: Upgrade release with build world: HDD space, CVSUP and Speed Date: Mon, 18 Mar 2002 10:14:18 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Paul Everlund" To: Sent: Monday, March 18, 2002 10:05 AM Subject: Upgrade release with build world: HDD space, CVSUP and Speed > Hi! > > I have three questions: > > 1. If I have all sources for RELENG_4_5, and then want to upgrade to > RELENG_4_6 (when it is released), should I remove all RELENG_4_5 > source files first and then do a CVSUP? Or is it ok to have the > "old" RELENG_4_5 files in the source tree when CVSUPing? Removing the old sources is not necessary as far as I know. I have never removed them and have had no problems. > 2. If I make a build world, how much extra HDD space are needed for > everything to build, not including the sources? I don't know. > 3. With a 486 DX2 66MHz, 40 MB RAM, 4200 rpm and 5400 rpm HDD's, will > the build be finished before RELENG_4_7 is released? :-) That is, > how long does it take to build world on this machine? Can someone > provide an estimate, or maybe someone really have build the world > on a 486, as stated above? I have a 486 DX4 100MHz with 42 MB RAM and a standard IDE drive. It takes me about 24 hours to do the make buildworld portion and around 3-4 hours for the make buildkernel part. The installs go pretty quickly and it's mostly just file copies and/or moves. HTH, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 10:15:15 2002 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 AD6C637B404 for ; Mon, 18 Mar 2002 10:15:08 -0800 (PST) Received: (from httpd@localhost) by aragorn.neomedia.it (8.11.4/8.11.4) id g2IIEo819995; Mon, 18 Mar 2002 19:14:50 +0100 (CET) To: stefano clemente Subject: Re: CAN I HELP WITH A TRADUCTION? Message-ID: <1016475290.3c962e9a40000@webmail.neomedia.it> Date: Mon, 18 Mar 2002 19:14:50 +0100 (CET) From: Salvo Bartolotta Cc: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.4-cvs X-WebMail-Company: Neomedia s.a.s. X-Originating-IP: 62.98.238.249 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG stefano clemente seems to have written: > can i begin to translate the freebsd handbook [...] Yes, please. :-) You may wish to visit http://www.gufi.org, subscribe to traduzioni@gufi.org, and contact Gianluca Sordiglioni via that list. You might also want to browse the GUFI archives in order to get the idea of what has already been discussed. Please take a look at http://www.gufi.org/~inzet/STATUS as well. There's an ongoing[*] translation project and part of the handbook is already translated. BTW, some of the 'assigned' chapters are nearing completion. [*] despite a period of limited activity. We've been rather busy with R.L. tasks in the past few months. *Sigh* Ciao, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 10:18:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hamberg.it.uu.se (hamberg.it.uu.se [130.238.9.198]) by hub.freebsd.org (Postfix) with ESMTP id 3ACDC37B405 for ; Mon, 18 Mar 2002 10:18:37 -0800 (PST) Received: (from ertr1013@localhost) by hamberg.it.uu.se (8.8.5/8.8.5) id TAA24901; Mon, 18 Mar 2002 19:18:34 +0100 (MET) Date: Mon, 18 Mar 2002 19:18:34 +0100 From: Erik Trulsson To: Paul Everlund Cc: freebsd-questions@freebsd.org Subject: Re: Upgrade release with build world: HDD space, CVSUP and Speed Message-ID: <20020318191834.A18807@student.uu.se> References: <3C962C7B.2338DB5E@cs.umu.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C962C7B.2338DB5E@cs.umu.se>; from tdv94ped@cs.umu.se on Mon, Mar 18, 2002 at 07:05:47PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 18, 2002 at 07:05:47PM +0100, Paul Everlund wrote: > Hi! > > I have three questions: > > 1. If I have all sources for RELENG_4_5, and then want to upgrade to > RELENG_4_6 (when it is released), should I remove all RELENG_4_5 > source files first and then do a CVSUP? Or is it ok to have the > "old" RELENG_4_5 files in the source tree when CVSUPing? > > 2. If I make a build world, how much extra HDD space are needed for > everything to build, not including the sources? About 300MB (which is approximately the same amount of space as the sources take) > > 3. With a 486 DX2 66MHz, 40 MB RAM, 4200 rpm and 5400 rpm HDD's, will > the build be finished before RELENG_4_7 is released? :-) That is, > how long does it take to build world on this machine? Can someone > provide an estimate, or maybe someone really have build the world > on a 486, as stated above? My guess would be somewhere around 24 hours for a make world+kernel. Data points: Pentium 1 @ 133 MHz, 32 MB RAM : 11 hours 386sx @ 33 MHz , 8 MB RAM : 5 days -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 11: 7:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by hub.freebsd.org (Postfix) with ESMTP id 7FE7037B402 for ; Mon, 18 Mar 2002 11:07:37 -0800 (PST) Received: from panix2.panix.com (panix2.panix.com [166.84.1.2]) by mail2.panix.com (Postfix) with ESMTP id 2C1198EDE for ; Mon, 18 Mar 2002 14:07:36 -0500 (EST) Received: (from jester@localhost) by panix2.panix.com (8.11.3nb1/8.8.8/PanixN1.0) id g2IJ7ax13565 for freebsd-questions@freebsd.org; Mon, 18 Mar 2002 14:07:36 -0500 (EST) Date: Mon, 18 Mar 2002 14:07:36 -0500 From: Jesse Sheidlower To: freebsd-questions@freebsd.org Subject: Problem with dhclient Message-ID: <20020318190736.GA12518@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm running FreeBSD on a laptop computer, and in general I'm pretty ignorant about networking issues. I'm having some difficulty using the dhclient program and was hoping someone could give me a hand. After booting, if I'm plugged into a network with a DHCP server on it, I can run dhclient and get assigned everything I need and be connected. However, if I move the computer from one DHCP network to another without shutting it down, I cannot seem to get new networking information. If I don't touch anything, the previous settings stay in place (whether I had previously been using dhclient, or had manually configured for a static network); when I try to run dhclient I get the message "ifconfig: icotl (SIOCAIFADDR): File exists" (and no other ouput), and running "ifconfig" shows no inet configuration, though I do get a "status: active" line under fxp0 (my Ethernet card). Bringing fxp0 down and up has no effect. I've run through a number of experiments, and all I can say is that rebooting the machine _always_ allows me to successfully configure using dhclient. I've looked through the various man pages for dhclient and its related scripts and conf files, and looked online for advice, and haven't seen anything useful. Any ideas? It's something of a pain to have to reboot the computer every time I move it. Thanks, Jesse Sheidlower To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 11:12:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from c011.snv.cp.net (c011-h006.c011.snv.cp.net [209.228.34.219]) by hub.freebsd.org (Postfix) with SMTP id B5E3C37B429 for ; Mon, 18 Mar 2002 11:11:24 -0800 (PST) Received: (cpmta 3108 invoked from network); 18 Mar 2002 11:11:23 -0800 Received: from 65.33.22.146 (HELO skydiver) by smtp.namezero.com (209.228.34.219) with SMTP; 18 Mar 2002 11:11:23 -0800 X-Sent: 18 Mar 2002 19:11:23 GMT Message-ID: <008801c1ceb9$5ec190e0$0201a8c0@skydiver> Reply-To: "Ravi Gehlot" From: "Ravi Gehlot" To: Cc: Subject: SWAP issues Date: Mon, 18 Mar 2002 14:13:28 -0600 Organization: Ravi Gehlot MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0085_01C1CE87.1383B4F0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0085_01C1CE87.1383B4F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am trying to get FreeBSD installed in a HDD of 60 GB. The HDD was = very well recognized and it proved to be working just fine. The HDD was = partitioned in 6 (six) slices. 1 - 15 GB 2 - 15 GB 3 - 10 GB 4 - 10 GB 5 - 8100 MB 6 - 564 MB =20 The first partition is intended to run FreeBSD 4.5. I label it and = it creates slices for /usr, /, /var and /tmp. The swap partition I added = is the sixty partition of 564 MB. However, FreeBSD doesn't recognize = this swap as part of the slice or something and then nothing can be = installed. Why can't I use the sixty partition of 564 as a swap for the = first partition of 15 GB ??? They are all in the same HDD but in = diferent slices. Ravi. ------=_NextPart_000_0085_01C1CE87.1383B4F0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
    I am trying to get = FreeBSD=20 installed in a HDD of 60 GB. The HDD was very well recognized and it = proved to=20 be working just fine. The HDD was partitioned in 6 (six) = slices.
 
    1 - 15 = GB
    2 - 15 = GB
    3 - 10 = GB
    4 - 10 = GB
    5 - 8100 = MB
    6 - 564 = MB
   
    The first partition = is intended=20 to run FreeBSD 4.5. I label it and it creates slices for /usr, /, /var = and /tmp.=20 The swap partition I added is the sixty partition of 564 MB. However, = FreeBSD=20 doesn't recognize this swap as part of the slice or something and then = nothing=20 can be installed. Why can't I use the sixty partition of 564 as a = swap for=20 the first partition of 15 GB ??? They are all in the same HDD but in = diferent=20 slices.
 
Ravi.
------=_NextPart_000_0085_01C1CE87.1383B4F0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 11:12:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smnolde.com (c-24-98-60-141.atl.client2.attbi.com [24.98.60.141]) by hub.freebsd.org (Postfix) with ESMTP id 7B5B137B419 for ; Mon, 18 Mar 2002 11:11:57 -0800 (PST) Received: from bsd ([192.168.10.7] helo=bsd.smnolde.com) by smnolde.com with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.30 #1) id 16n2Y1-0004Bu-00; Mon, 18 Mar 2002 14:11:57 -0500 Received: from scott by bsd.smnolde.com with local (Exim 3.33 #1) id 16n2Y0-0003dK-00; Mon, 18 Mar 2002 14:11:56 -0500 Date: Mon, 18 Mar 2002 14:11:56 -0500 From: "Scott M. Nolde" To: Jesse Sheidlower Cc: freebsd-questions@freebsd.org Subject: Re: Problem with dhclient Message-ID: <20020318141156.A13260@smnolde.com> References: <20020318190736.GA12518@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020318190736.GA12518@panix.com>; from jester@panix.com on Mon, Mar 18, 2002 at 02:07:36PM -0500 X-Disclaimer: If you can read this you're looking for too much Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jesse Sheidlower(jester@panix.com)@2002.03.18 14:07:36 +0000: > > I'm running FreeBSD on a laptop computer, and in general I'm pretty > ignorant about networking issues. I'm having some difficulty using > the dhclient program and was hoping someone could give me a hand. > > After booting, if I'm plugged into a network with a DHCP server on it, > I can run dhclient and get assigned everything I need and be > connected. However, if I move the computer from one DHCP network to > another without shutting it down, I cannot seem to get new networking > information. If I don't touch anything, the previous settings stay in > place (whether I had previously been using dhclient, or had manually > configured for a static network); when I try to run dhclient I get the > message "ifconfig: icotl (SIOCAIFADDR): File exists" (and no other > ouput), and running "ifconfig" shows no inet configuration, though I > do get a "status: active" line under fxp0 (my Ethernet card). Bringing > fxp0 down and up has no effect. > > I've run through a number of experiments, and all I can say is that > rebooting the machine _always_ allows me to successfully configure > using dhclient. I've looked through the various man pages for > dhclient and its related scripts and conf files, and looked online > for advice, and haven't seen anything useful. > > Any ideas? It's something of a pain to have to reboot the computer > every time I move it. > > Thanks, > > Jesse Sheidlower > Did you try killing the dhclient process and then rerunning it again at the new location? You could also remove the inet address from the nic using ifconfig and then running dhclient. -- Scott Nolde GPG Key 0xD869AB48 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 11:16: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.magicwebdesign.com.br (exu.magicwebdesign.com.br [200.250.93.5]) by hub.freebsd.org (Postfix) with SMTP id EC62A37B404 for ; Mon, 18 Mar 2002 11:15:53 -0800 (PST) Received: (qmail 86210 invoked by uid 85); 18 Mar 2002 19:15:48 -0000 Received: from linke@magicwebdesign.com.br by exu.magicwebdesign.com.br with qmail-scanner-1.00 (uvscan: v4.1.40/v4191. . Clean. Processed in 0.130672 secs); 18 Mar 2002 19:15:48 -0000 Received: from unknown (HELO belzebu.magicwebdesign.com.br) (200.250.93.6) by 0 with SMTP; 18 Mar 2002 19:15:48 -0000 Date: Mon, 18 Mar 2002 16:15:26 -0300 From: Diego Linke - GAMK To: questions@FreeBSD.org Subject: Advanced Routing Message-Id: <20020318161526.374ae286.linke@magicwebdesign.com.br> Organization: Magic Web Design X-Mailer: Sylpheed version 0.7.0 (GTK+ 1.2.10; i386--freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I had a machine with linux and a package called "ip advanced routing". That computer's disk got burned and then I chose to use BSD instead of reinstalling linux. The problem now follows: It has 3 networks cards, one to the internal network (192.168.0.X) , another to an ADSL router and the third to a leased line Internet link (NIC). I need to NAT the internal network, being able to choose which IPs go "nated" for the ADSL or for the leased line. The company's Directors already asked me to return to Linux, since it has "ip advanced routing". I'm struggling to mantain BSD on our servers, and I cannot believe it's not possible to perform this function under this so advanced system. Any help is much appreciated. Thanks, -- Diego Linke System/Network Administrator - Magic Web Design ----------------------------------------------------------- linke@magicwebdesign.com.br www.magicwebdesign.com.br (41) 342-6434 Curitiba - PR - Brasil To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 11:19:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mbox.com.au (203-134-146-019.cust.pth.iprimus.net.au [203.134.146.19]) by hub.freebsd.org (Postfix) with ESMTP id EF28137B402 for ; Mon, 18 Mar 2002 11:19:40 -0800 (PST) Received: from nms2.mbox.com.au (webmail.mbox.com.au [192.168.20.4]) by smtp2.mbox.com.au (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0GT600JK1O5LWW@smtp2.mbox.com.au> for freebsd-questions@FreeBSD.ORG; Tue, 19 Mar 2002 03:15:21 +0800 (WST) Received: from mbox.com.au ([127.0.0.1]) by nms2.mbox.com.au (Netscape Messaging Server 4.15) with ESMTP id GT6O7J00.BZH; Tue, 19 Mar 2002 03:16:31 +0800 Date: Tue, 19 Mar 2002 06:16:31 +1100 From: BSD Freak Subject: Re: VPN tunnels using gif interface To: Jim Durham , FreeBSD Questions Message-id: <2247e79224e222.224e2222247e79@mbox.com.au> MIME-version: 1.0 X-Mailer: Netscape Webmail Content-type: text/plain; charset=us-ascii Content-language: en Content-disposition: inline Content-transfer-encoding: 7BIT X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I don't quite understand how you use Windows VPN clients (I am asuming you mean PPTP) to connect to mpd. The pkg-descr for mpd is as follows: ..."Mpd is a user-mode implementation of the PPP protocol for FreeBSD. It supports several of the numerous PPP sub-protocols and extensions, such as: Multi-link PPP capability PAP, CHAP, and MS-CHAP authentication DES encryption "... It says nothing of PPTP. If uo have manged to get it going with PPTP clients I would be very grateful if you could supply me with the basic details and some sample configs. I would be happy to write the HOWTO and post it for everyone else....... ----- Original Message ----- From: Jim Durham Date: Friday, March 15, 2002 7:47 am Subject: Re: VPN tunnels using gif interface > On Tuesday 12 March 2002 12:55 am, BSD Freak wrote: > > Hi everyone, > > > > I hope you all having a good day...... > > > > Well I've got a bit of a dilemma.... I have setup FreeBSD as a > > IPSEC/gif tunnel VPN gateway between multiple sites but now I need > > to have travelling Windoze and Linux laptops to be able to tunnel > > into the corporate network. So far I have been doing this with an > > NT box behind the gateway running a PPTP server but I really want > > to decomission this silly old thing. I have googled all round the > > place but not found any thing regarding the possibility of > > estabilishing a gif tunnel with my FreeBSD gateway from Windoze or > > Linux clients, surely this must be possible? I have even got > > transport mode IPSEC working from Windoze laptops so a gif tunnel > > is my last step for a perfect FreeBSD VPN solution. Is this > > possible? If not what other options do I have for getting > > travelling laptops onto our corporate network (and SSH port > > forwarding is not an option). > > > > I have a similar situation, 2 sites on either side of the country > and > lots of remote users with Windows boxes. > > I run 'mpd' from the ports collection and use the Windows client's > VPN to connect to it. Works very nicely. > > To connect between the 2 offices, I use IPSEC and 'raccoon' to > exchange keys between 2 FreeBSD machines. I also can do IPSEC > between > my machine at home and the office. > > Using mpd and samba2.2, VPN users can see the whole 'Network > Neighborhood' from any location (well, unless they block ports like > a > current venue our guys are working 8-) ) . They can "log in" ( or > "log on" as M$ is fond of saying..gotta be different!) to the > NetBios > network and browse and drag and drop to their little heart's content. > > I've had enough enquiries about this stuff that I'm considering > setting up a web page with some HowTos. Just need the time! > > -Jim Durham > --------------------------------------------------------------------- Never lose a fax again, receive faxes to your personal email account! Visit http://www.mbox.com.au/fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 11:23:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id D538D37B402 for ; Mon, 18 Mar 2002 11:23:51 -0800 (PST) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.3) with ESMTP id NAA26710; Mon, 18 Mar 2002 13:23:43 -0600 (CST) (envelope-from cdillon@wolves.k12.mo.us) Date: Mon, 18 Mar 2002 13:23:42 -0600 (CST) From: Chris Dillon To: "Kellers, Timothy" Cc: "'questions@freebsd.org'" , "'kellers@njit.edu'" Subject: Re: desktop.eml and sample.eml In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 15 Mar 2002, Kellers, Timothy wrote: > Secondly, if I save the output of: > > # locate desktop.eml > > into a file, is there a reasonably non-hazardous way of deleting all the > filenames contained within the file? This would be better: find /path/to/search -iname desktop.eml -delete find /path/to/search -iname sample.eml -delete -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet - Available for IA32 (Intel x86) and Alpha architectures - IA64, PowerPC, UltraSPARC, and ARM architectures under development - http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 11:24:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pumba.nur.ac.rw (pumba.nur.ac.rw [216.147.148.9]) by hub.freebsd.org (Postfix) with ESMTP id 6FF5937B400 for ; Mon, 18 Mar 2002 11:23:44 -0800 (PST) Received: from [216.147.148.12] (account ) by pumba.nur.ac.rw (CommuniGate Pro WebUser 3.4.2) with HTTP id 2937012; Mon, 18 Mar 2002 19:23:36 +0000 From: "mike ndabarasa" Subject: Re: how to allow more than 100 simultaneous users To: Erik Trulsson , "mike ndabarasa" Cc: freebsd-questions@freebsd.org X-Mailer: CommuniGate Pro Web Mailer v.3.4.2 Date: Mon, 18 Mar 2002 19:23:36 +0000 Message-ID: In-Reply-To: <20020318124916.B11533@student.uu.se> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG thank you Erik! i just that way and this afternoon i was amazed to see more than 72 users connected users. On Mon, 18 Mar 2002 12:49:17 +0100 Erik Trulsson wrote: > On Mon, Mar 18, 2002 at 11:25:38AM +0000, mike ndabarasa > wrote: > > > > > > > > On Mon, 18 Mar 2002 11:33:01 +0100 > > Erik Trulsson wrote: > > > On Mon, Mar 18, 2002 at 10:02:34AM +0000, mike > ndabarasa > > > wrote: > > > > > > > > hello list members, > > > > i have a small server for students who need to do > their > > > > hands on and i am having problems with the number > of > > > > simultaneour connections. > > > > > > > > they won't go beyond 32 while i need at least a > 100! > > > > > > > > i modified > > > > max 256 > > > > and > > > > pseudo-device pty 256 > > > > > > > > but can't still go beyond 32 connections. > > > > > > > > who can help ? > > > > > > Did you also create the new ptys or did you just > enable > > > them in the kernel? > > > To create them do the following: > > > > > > cd /dev > > > sh ./MAKEDEV pty0 > > > sh ./MAKEDEV pty1 > > > sh ./MAKEDEV pty2 > > > sh ./MAKEDEV pty3 > > > sh ./MAKEDEV pty4 > > > sh ./MAKEDEV pty5 > > > sh ./MAKEDEV pty6 > > > sh ./MAKEDEV pty7 > > > > > > > > > After that you should have 256 ptys available. > > > (Each of those invocations create 32 ptys in /dev) > > > > > > > > > i did only enable! > > didn't do the sh ./MAKEDEV ptyx > > > > before i do it i can see i have from ptyp0 to ptypv. > > > > will i say > > > > sh ./MAKEDEV ptypw > > . > > . > > . > > sh ./MAKEDEV ptypz > > > > > > what comes after ptypz ? > > You should invoke MAKEDEV exactly as I showed above. > > Those commands will create ptyXY where X is one of > pqrsPQRS > and Y is one of 0123456789abcdefghijklmnopqrstuv > All in all 8 sets of 32 ptys each for a total of 256 > ptys. > > > -- > > Erik Trulsson > ertr1013@student.uu.se > NDABARASA MIKE *** CCNA(Cisco Certified Network Associate) *** *** CCAI(Cisco Certified Academy Instructor) *** National University of Rwanda COMPUTING CENTRE E-mail: mike@nur.ac.rw Voice: office (+250)530666 mobile (+250)08425269 ============================================================ Felix qui potuit rerum cognoscere causas *** &&& $$$ &&& *** Heureux celui qui comprend l'ultime raison des choses ============================================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 11:26:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from asmodean.nks.net (asmodean.nks.net [216.139.201.16]) by hub.freebsd.org (Postfix) with ESMTP id 2644537B405 for ; Mon, 18 Mar 2002 11:26:17 -0800 (PST) Received: from localhost (joeo@localhost) by asmodean.nks.net (8.9.3/8.9.3) with ESMTP id OAA21689; Mon, 18 Mar 2002 14:26:40 -0500 Date: Mon, 18 Mar 2002 14:26:40 -0500 (EST) From: X-Sender: To: Diego Linke - GAMK Cc: Subject: Re: Advanced Routing In-Reply-To: <20020318161526.374ae286.linke@magicwebdesign.com.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Look at the IPFW man page. Look for the "fwd" action. On Mon, 18 Mar 2002, Diego Linke - GAMK wrote: > Hi, > > I had a machine with linux and a package called "ip advanced routing". That > computer's disk got burned and then I chose to use BSD instead of > reinstalling linux. The problem now follows: > > It has 3 networks cards, one to the internal network (192.168.0.X) , another > to an ADSL router and the third to a leased line Internet link (NIC). > > I need to NAT the internal network, being able to choose which IPs go > "nated" for the ADSL or for the leased line. The company's Directors already > asked me to return to Linux, since it has "ip advanced routing". I'm struggling > to mantain BSD on our servers, and I cannot believe it's not possible to > perform this function under this so advanced system. > > Any help is much appreciated. > > Thanks, > > -- > Diego Linke > System/Network Administrator - Magic Web Design > ----------------------------------------------------------- > linke@magicwebdesign.com.br > www.magicwebdesign.com.br > (41) 342-6434 Curitiba - PR - Brasil > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 18 11:39:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from zerg.codec.ro (zerg.codec.ro [193.230.240.30]) by hub.freebsd.org (Postfix) with ESMTP id 1C02B37B404 for ; Mon, 18 Mar 2002 11:39:24 -0800 (PST) Received: (from httpd@localhost) by zerg.codec.ro (8.11.4/8.11.4) id g2IJbkV14448; Mon, 18 Mar 2002 21:37:46 +0200 Message-Id: <200203181937.g2IJbkV14448@zerg.codec.ro> From: winston To: freebsd-questions@freebsd.org Subject: FreeBSD support for ReiserFS ? Date: Mon, 18 Mar 2002 21:37:46 +0200 MIME-Version: 1.0 X-Originating-IP: [193.226.6.226] X-Mailer: freemail 0.9.8 X-User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.2 i386) Opera 6.0 [en] X-Organization: CODEC FreeMail Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, Does FreeBSD supports ReiserFS ? I read about this new file system and it seems it outperforms both ufs and ext2 epecially when dealing with small files. thanx.. ______________________________________________________________________ Do you want a free e-mail for life ? Get it at http://www.email.ro/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 11:45:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from famine.e-raist.com (famine.e-raist.com [65.100.40.90]) by hub.freebsd.org (Postfix) with ESMTP id 6485737B417 for ; Mon, 18 Mar 2002 11:45:46 -0800 (PST) Received: from e-raist.com ([206.163.112.115]) (authenticated bits=0) by famine.e-raist.com (8.12.2/8.12.2) with ESMTP id g2IJjkrG038879 for ; Mon, 18 Mar 2002 11:45:47 -0800 (PST) Message-ID: <3C93D0AB.6C3618F7@e-raist.com> Date: Sat, 16 Mar 2002 15:09:31 -0800 From: Raistlin Majere X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re:Which Linux for a long-time FreeBSD user? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike, I've ran a few version of linux and found I get along with redhat. I would recommend downloading and installing 7.2 (running a 2.4 kernel) (lastest version available from www.redhat.com). The kernel and modules are typically stored in /usr/src/linux, which should help in your work. Redhat is quite versatile and functional, and makes a decent desktop OS. Debian is another flavor I would recommend as by default its more secure than redhat. I haven't done much with linux for awhile though, so I'm unfamiliar with what its like these days. Good luck! Raistlin Alexander Majere To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 12: 2:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ext-nj2gw-2.online-age.net (ext-nj2gw-2.online-age.net [216.35.73.164]) by hub.freebsd.org (Postfix) with ESMTP id 7AF9837B404 for ; Mon, 18 Mar 2002 12:02:35 -0800 (PST) Received: from int-nj2gw-3.online-age.net (int-nj2gw-3 [3.159.236.67]) by ext-nj2gw-2.online-age.net (8.9.3+Sun/8.9.1/990426-RLH) with ESMTP id PAA15669 for ; Mon, 18 Mar 2002 15:02:31 -0500 (EST) From: Paul.Marcantonio@indsys.ge.com Received: from nsmtrs1.motors.ge.com (localhost [127.0.0.1]) by int-nj2gw-3.online-age.net (8.9.3+Sun/8.9.1/990426-RLH) with ESMTP id PAA01284 for ; Mon, 18 Mar 2002 15:02:30 -0500 (EST) Received: from inftwbhs1misge.motors.ge.com (inftwbhs1misge.motors.ge.com [3.37.8.195]) by nsmtrs1.motors.ge.com (Postfix) with ESMTP id 2D78533314 for ; Mon, 18 Mar 2002 15:02:30 -0500 (EST) Received: by inftwbhs1misge.motors.ge.com with Internet Mail Service (5.5.2653.19) id ; Mon, 18 Mar 2002 15:02:28 -0500 Message-ID: <6C736F83ADCE63498285831A51DE2DB507D9FF@inftwmsx2misge.motors.ge.com> To: freebsd-questions@FreeBSD.ORG Subject: Locking down a user account to just one directory Date: Mon, 18 Mar 2002 15:02:27 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Hopefully this should be an easy one for you all, because I am new to the Unix FreeBSD world and could use some help. I would like to lock down a user I created using FreeBSD ver 3.5 (I created user using "adduser" the user has a "tcshl" shell) to just writing and reading one directory. Does anyone know how to do this easily? Thank you in advance Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 12: 4:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from asmodean.nks.net (asmodean.nks.net [216.139.201.16]) by hub.freebsd.org (Postfix) with ESMTP id B56A837B404 for ; Mon, 18 Mar 2002 12:04:42 -0800 (PST) Received: from localhost (joeo@localhost) by asmodean.nks.net (8.9.3/8.9.3) with ESMTP id PAA21882; Mon, 18 Mar 2002 15:05:12 -0500 Date: Mon, 18 Mar 2002 15:05:11 -0500 (EST) From: X-Sender: To: Diego Linke - GAMK Cc: Subject: Re: Advanced Routing In-Reply-To: <20020318164116.12c7667c.linke@magicwebdesign.com.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ah... you also need the source address nat'd so return traffic comes back over the correct WAN link... You might be able to get both the "nat" and the "fwd" working with a clever usage of the some "via" modifiers to those ipfw rules, I'm not familiar enough with the way packets flow through the ipfw code to offer more help. On Mon, 18 Mar 2002, Diego Linke - GAMK wrote: > Hi > > The ipfw fwd ... > > Not alter header package :-) > > natd -> use routing table > > I need define a default gateway... The natd send package for default gateway... :-) > > -- > Diego Linke > System/Network Administrator - Magic Web Design > ----------------------------------------------------------- > linke@magicwebdesign.com.br > www.magicwebdesign.com.br > (41) 342-6434 Curitiba - PR - Brasil > > On Mon, 18 Mar 2002 14:26:40 -0500 (EST) > wrote: > > > Look at the IPFW man page. Look for the "fwd" action. > > > > On Mon, 18 Mar 2002, Diego Linke - GAMK wrote: > > > > > Hi, > > > > > > I had a machine with linux and a package called "ip advanced routing". That > > > computer's disk got burned and then I chose to use BSD instead of > > > reinstalling linux. The problem now follows: > > > > > > It has 3 networks cards, one to the internal network (192.168.0.X) , another > > > to an ADSL router and the third to a leased line Internet link (NIC). > > > > > > I need to NAT the internal network, being able to choose which IPs go > > > "nated" for the ADSL or for the leased line. The company's Directors already > > > asked me to return to Linux, since it has "ip advanced routing". I'm struggling > > > to mantain BSD on our servers, and I cannot believe it's not possible to > > > perform this function under this so advanced system. > > > > > > Any help is much appreciated. > > > > > > Thanks, > > > > > > -- > > > Diego Linke > > > System/Network Administrator - Magic Web Design > > > ----------------------------------------------------------- > > > linke@magicwebdesign.com.br > > > www.magicwebdesign.com.br > > > (41) 342-6434 Curitiba - PR - Brasil > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" 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 Mar 18 12:13:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.mail.vanderbilt.edu (smtp1.mail.Vanderbilt.Edu [129.59.1.75]) by hub.freebsd.org (Postfix) with ESMTP id F1FFC37B400 for ; Mon, 18 Mar 2002 12:13:05 -0800 (PST) Received: from smtp1.mail.vanderbilt.edu (LOCALHOST [127.0.0.1]) by smtp1.mail.vanderbilt.edu (8.11.6/8.11.6/VU-3.6C+d3.6) with ESMTP id g2IKD1G04509 for ; Mon, 18 Mar 2002 14:13:01 -0600 (CST) Received: from george ([160.129.239.72]) by smtp1.mail.vanderbilt.edu (8.11.6/8.11.6/VU-3.6B+d3.6) with ESMTP id g2IKD1f04505 for ; Mon, 18 Mar 2002 14:13:01 -0600 (CST) Date: Mon, 18 Mar 2002 14:13:00 -0600 From: "Giles, George S" To: freebsd-questions@FreeBSD.ORG Subject: Re:Which Linux for a long-time FreeBSD user? Message-ID: <2337984.1016460780@george> In-Reply-To: <3C93D0AB.6C3618F7@e-raist.com> References: <3C93D0AB.6C3618F7@e-raist.com> X-Mailer: Mulberry/2.1.2 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG My two cents: Red Hat 7.2 has the xfs journalled file system which is nice. Mandrake 8.0/8.1 can be secured rigorously after install by using ipfw. I prefer Mandrake, I like security over speed since I run on junk boxes anyway. --On Saturday, March 16, 2002 3:09 PM -0800 Raistlin Majere wrote: > Mike, > > I've ran a few version of linux and found I get along with > redhat. I would recommend downloading and installing 7.2 (running > a 2.4 kernel) (lastest version available from www.redhat.com). > The kernel and modules are typically stored in /usr/src/linux, > which should help in your work. Redhat is quite versatile and > functional, and makes a decent desktop OS. > > Debian is another flavor I would recommend as by default its > more secure than redhat. I haven't done much with linux for > awhile though, so I'm unfamiliar with what its like these days. > > Good luck! > > Raistlin Alexander Majere > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --------------------------------------- Giles, George S Vanderbilt University Email: george.s.giles@Vanderbilt.Edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 12:20:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from primus.vsservices.com (primus.vsservices.com [63.66.136.75]) by hub.freebsd.org (Postfix) with ESMTP id 7FBDF37B416 for ; Mon, 18 Mar 2002 12:20:06 -0800 (PST) Received: from prime.vsservices.com (conr-adsl-dhcp-26-38.txucom.net [209.34.26.38]) by primus.vsservices.com (8.11.3/8.11.3) with SMTP id g2IKJqk16138; Mon, 18 Mar 2002 14:19:52 -0600 (CST) (envelope-from gclarkii@vsservices.com) Date: Mon, 18 Mar 2002 14:19:52 -0600 From: GB Clark To: Brendan McAlpine Cc: bsd@perimeter.co.za, questions@FreeBSD.ORG Subject: Re: HELP!! problem with new bsd mail server [solved kind of] Message-Id: <20020318141952.32de330f.gclarkii@vsservices.com> In-Reply-To: References: <003101c1cde3$84795920$0200000a@perimeter.co.za> X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 17 Mar 2002 14:36:31 -0500 Brendan McAlpine wrote: > It looks like qmail was causing these problems. Very weird, but true. As > soon as I quit qmail on the server, the interface came back up and hasn't > been down since. > > I rebooted the machine, allowing qmail to start up again. The machine pings > until qmail starts up, and then the interface goes deaf. > > I am now digging through qmail to see what is going on. > > Brendan > > > From: "Patrick O'Reilly" > > Date: Sun, 17 Mar 2002 20:42:38 +0200 > > To: "Brendan McAlpine" , > > Subject: Re: HELP!! problem with new bsd mail server [solved kind of] > > > > ----- Original Message ----- > > From: "Brendan McAlpine" > > To: "Patrick O'Reilly" ; > > Sent: Sunday, March 17, 2002 6:24 PM > > Subject: Re: HELP!! problem with new bsd mail server [solved kind of] > > > > > >> At first I thought the problem was because of the dual ethernet cards. > > So I > >> disabled one of them in the bios settings. The machine ran better. > > After > >> 24 hours or so, it started going deaf every 4 or 5 hours again. > >> > >> BTW, I checked my log files and nothing is being logged as errors when > > the > >> downtime occurs. The only errors in there are: > >> > >> /kernel: stray irq 7 > >> > >> I'm unsure of how to move from here....please help..... > >> > > > > I'm afraid I'm out of ideas too now. Doug might be onto something, but > > I'm not much use when it comes to talking about irqs. > > > > I hope you figure it out. > > > > Patrick. > > > > > What is the mbuf status before the machine goes quiet? 'netstat -m' output? Also, is it strictly the network interface, or can you still logon to the console? GB -- GB Clark II | Roaming FreeBSD Admin gclarkii@VSServices.COM | General Geek CTHULU for President - Why choose the lesser of two evils? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 12:37: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by hub.freebsd.org (Postfix) with ESMTP id 2364D37B402 for ; Mon, 18 Mar 2002 12:37:02 -0800 (PST) Received: from panix2.panix.com (panix2.panix.com [166.84.1.2]) by mail3.panix.com (Postfix) with ESMTP id 9C16D9820D; Mon, 18 Mar 2002 15:37:01 -0500 (EST) Received: (from jester@localhost) by panix2.panix.com (8.11.3nb1/8.8.8/PanixN1.0) id g2IKb1320300; Mon, 18 Mar 2002 15:37:01 -0500 (EST) Date: Mon, 18 Mar 2002 15:37:01 -0500 From: Jesse Sheidlower To: "Scott M. Nolde" Cc: freebsd-questions@freebsd.org Subject: Re: Problem with dhclient Message-ID: <20020318203701.GA18188@panix.com> References: <20020318190736.GA12518@panix.com> <20020318141156.A13260@smnolde.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020318141156.A13260@smnolde.com> User-Agent: Mutt/1.3.25i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 18, 2002 at 02:11:56PM -0500, Scott M. Nolde wrote: > Jesse Sheidlower(jester@panix.com)@2002.03.18 14:07:36 +0000: > > > > I'm running FreeBSD on a laptop computer, and in general I'm pretty > > ignorant about networking issues. I'm having some difficulty using > > the dhclient program and was hoping someone could give me a hand. > > > > After booting, if I'm plugged into a network with a DHCP server on it, > > I can run dhclient and get assigned everything I need and be > > connected. However, if I move the computer from one DHCP network to > > another without shutting it down, I cannot seem to get new networking > > information. If I don't touch anything, the previous settings stay in > > place (whether I had previously been using dhclient, or had manually > > configured for a static network); when I try to run dhclient I get the > > message "ifconfig: icotl (SIOCAIFADDR): File exists" (and no other > > ouput), and running "ifconfig" shows no inet configuration, though I > > do get a "status: active" line under fxp0 (my Ethernet card). Bringing > > fxp0 down and up has no effect. > > > > I've run through a number of experiments, and all I can say is that > > rebooting the machine _always_ allows me to successfully configure > > using dhclient. I've looked through the various man pages for > > dhclient and its related scripts and conf files, and looked online > > for advice, and haven't seen anything useful. > > > > Any ideas? It's something of a pain to have to reboot the computer > > every time I move it. > > > > Thanks, > > > > Jesse Sheidlower > > > > Did you try killing the dhclient process and then rerunning it again at > the new location? Yes, I did. It had no effect--I got the same result of the "File exists", though after I had killed the dhclient process, it had to churn for a while before it returned me to a shell prompt. (I should mention that after rebooting, I also get the "File exists" message, but this is followed by a bunch of address assignments, not by a shell prompt.) > You could also remove the inet address from the nic > using ifconfig and then running dhclient. After the usual process, the ifconfiguration I have is without an inet address, but I did try to manually assign a bogus address and then run dhclient and it didn't work. Once again, by rebooting I was able to run dhclient and get an address assigned. Thanks....Hope I can work this out. Jesse Sheidlower To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 12:41: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from newmoon.mt.lv (newmoon.mt.lv [159.148.147.197]) by hub.freebsd.org (Postfix) with ESMTP id DDC3137B447 for ; Mon, 18 Mar 2002 12:40:24 -0800 (PST) Received: (from denis@localhost) by newmoon.mt.lv (8.11.6/8.11.6) id g2IKcOe08102; Mon, 18 Mar 2002 22:38:24 +0200 Date: Mon, 18 Mar 2002 22:38:24 +0200 From: "Denis J. Cirulis" To: winston Cc: freebsd-questions@FreeBSD.org Subject: Re: FreeBSD support for ReiserFS ? Message-ID: <20020318223824.A8051@newmoon.mt.lv> References: <200203181937.g2IJbkV14448@zerg.codec.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200203181937.g2IJbkV14448@zerg.codec.ro>; from duke99@email.ro on Mon, Mar 18, 2002 at 09:37:46PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 18, 2002 at 09:37:46PM +0200, winston wrote: > > Hi all, > > Does FreeBSD supports ReiserFS ? I read about this new file system and it > seems it outperforms both ufs and ext2 epecially when dealing with small files. No, journaling filesystems are not supported by FreeBSD. FreeBSD has it's own soft-updates mechanism, which in many cases is much more powerfull than journaling fs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 12:41:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id 3B54937B43B for ; Mon, 18 Mar 2002 12:41:10 -0800 (PST) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id g2IKhZL20342; Mon, 18 Mar 2002 14:43:35 -0600 (CST) (envelope-from nick@rogness.net) Date: Mon, 18 Mar 2002 14:43:35 -0600 (CST) From: Nick Rogness X-Sender: nick@cody.jharris.com To: Diego Linke - GAMK Cc: questions@FreeBSD.ORG Subject: Re: Advanced Routing In-Reply-To: <20020318161526.374ae286.linke@magicwebdesign.com.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 18 Mar 2002, Diego Linke - GAMK wrote: > Hi, > > I had a machine with linux and a package called "ip advanced routing". > That computer's disk got burned and then I chose to use BSD instead of > reinstalling linux. The problem now follows: > > It has 3 networks cards, one to the internal network (192.168.0.X) , > another to an ADSL router and the third to a leased line Internet link > (NIC). > > I need to NAT the internal network, being able to choose which IPs go > "nated" for the ADSL or for the leased line. The company's Directors > already asked me to return to Linux, since it has "ip advanced > routing". I'm struggling to mantain BSD on our servers, and I cannot > believe it's not possible to perform this function under this so > advanced system. > This is fairly simple to do using ipfw fwd and 2 copies of natd. add 100 fwd $GW_LL ip from 192.168.0.X to any out via de0 add 101 fwd $GW_LL ip from 192.168.0.Y to any out via de0 add 102 fwd $GW_LL ip from 192.168.0.Z to any out via de0 add 1000 divert 8668 ip from any to any via de0 add 2000 divert 8669 ip from any to any via de1 This ruleset assumes that your default gateway is out de0 (DSL) and you are forwarding 192.168.0.[XYZ] out the Leased line. 2 different instances of natd running on different ports (8668 & 8669) and interfaces (de0 and de1). Also, $GW_LL is the next-hop address of the leased line (via de1). So: # natd -p 8668 -n de0 # natd -p 8669 -n de1 Add the above ruleset and things should work. Assuming the above comments. Nick Rogness - Don't mind me...I'm just sniffing your packets To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 12:42: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from s096-n062.tele2.cz (s096-n062.tele2.cz [213.246.96.62]) by hub.freebsd.org (Postfix) with ESMTP id 11F8237B47D; Mon, 18 Mar 2002 12:40:29 -0800 (PST) Received: from localhost (plusik@localhost) by s096-n062.tele2.cz (8.11.6/8.11.6) with ESMTP id g2IKcQP00414; Mon, 18 Mar 2002 21:38:30 +0100 (CET) (envelope-from plusik@pohoda.cz) X-Authentication-Warning: s096-n062.tele2.cz: plusik owned process doing -bs Date: Mon, 18 Mar 2002 21:38:25 +0100 (CET) From: Tomas Pluskal X-X-Sender: plusik@s096-n062.tele2.cz To: freebsd-questions@FreeBSD.ORG, Subject: slow ATAPI ZIP ? Message-ID: <20020318213656.Y410-200000@s096-n062.tele2.cz> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-2076576370-1016483905=:410" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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-2076576370-1016483905=:410 Content-Type: TEXT/PLAIN; charset=US-ASCII -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I've 2 IDE controllers in my computer (1 on the mainboard and 1 added PCI card). Both are ATA-100. FreeBSD finds them OK and all connected devices work. On the second controller I have 1 HDD (1st IDE channel) and ATAPI ZIP drive (2nd IDE channel) and none of them works with DMA. Even when I set dma with sysctl, it falls back to PIO mode. I am not sure about the ZIP drive, but I am sure the HDD supports UDMA (it's WD Caviar 15GB). The HDD is quite fast even when in PIO mode (about 3 MB/s), but the ZIP drive is extremely slow (about 50KB/s), which is annoying. In M$ Windows it works normally (at least 10x faster). Maybe the kernel sets bad PIO mode for the ZIP drive, but I don't know how to change it ? This is dmesg report about ata devices (full dmesg included as attachment): atapci0: port 0xb000-0xb00f,0xac00-0xac03,0xa800-0xa807,0xa400-0xa403,0xa000-0xa007 irq 11 at device 8.0 on pci0 ata2: at 0xa000 on atapci0 ata3: at 0xa800 on atapci0 atapci1: port 0xbc00-0xbc0f at device 17.1 on pci0 ata0: at 0x1f0 irq 14 on atapci1 ata1: at 0x170 irq 15 on atapci1 ad0: 38166MB [77545/16/63] at ata0-master WDMA2 ad6: 14669MB [29805/16/63] at ata3-master UDMA66 acd0: CD-RW at ata1-master using PIO4 acd1: CDROM at ata1-slave using PIO4 afd0: 96MB [32/64/96] at ata2-master using PIO0 Is there a possibility to make the ZIP drive faster ? Thx Tomas Pluskal -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8llBBqlO9Q2aZisoRAq+ZAKCEu/dkMBbvkxfe5Il+D3VmUwJBAQCfZo2F 4VcX22K82VqzmjzbE3tHuWI= =JIiu -----END PGP SIGNATURE----- --0-2076576370-1016483905=:410 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=dmesg Content-Transfer-Encoding: BASE64 Content-ID: <20020318213825.D410@s096-n062.tele2.cz> Content-Description: Content-Disposition: attachment; filename=dmesg Q29weXJpZ2h0IChjKSAxOTkyLTIwMDIgVGhlIEZyZWVCU0QgUHJvamVjdC4N CkNvcHlyaWdodCAoYykgMTk3OSwgMTk4MCwgMTk4MywgMTk4NiwgMTk4OCwg MTk4OSwgMTk5MSwgMTk5MiwgMTk5MywgMTk5NA0KCVRoZSBSZWdlbnRzIG9m IHRoZSBVbml2ZXJzaXR5IG9mIENhbGlmb3JuaWEuIEFsbCByaWdodHMgcmVz ZXJ2ZWQuDQpGcmVlQlNEIDQuNS1SRUxFQVNFICMxOTogTW9uIE1hciAxMSAw OTo0NToxMyBDRVQgMjAwMg0KICAgIHJvb3RAczA5Ni1uMDYyLnRlbGUyLmN6 Oi91c3Ivc3JjL3N5cy9jb21waWxlL1BMVVNJSw0KVGltZWNvdW50ZXIgImk4 MjU0IiAgZnJlcXVlbmN5IDExOTMxODIgSHoNCkNQVTogQU1EIEF0aGxvbih0 bSkgWFAgMTYwMCsgKDE0MTAuMzUtTUh6IDY4Ni1jbGFzcyBDUFUpDQogIE9y aWdpbiA9ICJBdXRoZW50aWNBTUQiICBJZCA9IDB4NjYyICBTdGVwcGluZyA9 IDINCiAgRmVhdHVyZXM9MHgzODNmOWZmPEZQVSxWTUUsREUsUFNFLFRTQyxN U1IsUEFFLE1DRSxDWDgsU0VQLE1UUlIsUEdFLE1DQSxDTU9WLFBBVCxQU0Uz NixNTVgsRlhTUixTU0U+DQogIEFNRCBGZWF0dXJlcz0weGMwNDgwMDAwPDxi MTk+LEFNSUUsRFNQLDNETm93IT4NCnJlYWwgbWVtb3J5ICA9IDUzNjgwNTM3 NiAoNTI0MjI0SyBieXRlcykNCmF2YWlsIG1lbW9yeSA9IDUxODcxMzM0NCAo NTA2NTU2SyBieXRlcykNClByZWxvYWRlZCBlbGYga2VybmVsICJrZXJuZWwi IGF0IDB4YzAzOGIwMDAuDQpWRVNBOiB2Mi4wLCA2NTUzNmsgbWVtb3J5LCBm bGFnczoweDEsIG1vZGUgdGFibGU6MHhjMDMxZjI0MiAoMTAwMDAyMikNClZF U0E6IEFUSSBSMjAwDQpQZW50aXVtIFBybyBNVFJSIHN1cHBvcnQgZW5hYmxl ZA0KbWQwOiBNYWxsb2MgZGlzaw0KVXNpbmcgJFBJUiB0YWJsZSwgNiBlbnRy aWVzIGF0IDB4YzAwZmRmMTANCmFwbTA6IDxBUE0gQklPUz4gb24gbW90aGVy Ym9hcmQNCmFwbTogZm91bmQgQVBNIEJJT1MgdjEuMiwgY29ubmVjdGVkIGF0 IHYxLjINCm5weDA6IDxtYXRoIHByb2Nlc3Nvcj4gb24gbW90aGVyYm9hcmQN Cm5weDA6IElOVCAxNiBpbnRlcmZhY2UNCnBjaWIwOiA8SG9zdCB0byBQQ0kg YnJpZGdlPiBvbiBtb3RoZXJib2FyZA0KcGNpMDogPFBDSSBidXM+IG9uIHBj aWIwDQpwY2liMTogPFBDSSB0byBQQ0kgYnJpZGdlICh2ZW5kb3I9MTEwNiBk ZXZpY2U9YjA5OSk+IGF0IGRldmljZSAxLjAgb24gcGNpMA0KcGNpMTogPFBD SSBidXM+IG9uIHBjaWIxDQpwY2kxOiA8QVRJIG1vZGVsIDUxNGMgZ3JhcGhp Y3MgYWNjZWxlcmF0b3I+IGF0IDAuMCBpcnEgMTENCmF0YXBjaTA6IDxDTUQg NjQ5IEFUQTEwMCBjb250cm9sbGVyPiBwb3J0IDB4YjAwMC0weGIwMGYsMHhh YzAwLTB4YWMwMywweGE4MDAtMHhhODA3LDB4YTQwMC0weGE0MDMsMHhhMDAw LTB4YTAwNyBpcnEgMTEgYXQgZGV2aWNlIDguMCBvbiBwY2kwDQphdGEyOiBh dCAweGEwMDAgb24gYXRhcGNpMA0KYXRhMzogYXQgMHhhODAwIG9uIGF0YXBj aTANCmVkMDogPE5FMjAwMCBQQ0kgRXRoZXJuZXQgKFJlYWxUZWsgODAyOSk+ IHBvcnQgMHhiNDAwLTB4YjQxZiBpcnEgMTAgYXQgZGV2aWNlIDkuMCBvbiBw Y2kwDQplZDA6IGFkZHJlc3MgMDA6MDA6ZTg6NzU6Nzc6ZmYsIHR5cGUgTkUy MDAwICgxNiBiaXQpIA0KYmt0cjA6IDxCcm9va1RyZWUgODc4PiBtZW0gMHhl ZjAwMDAwMC0weGVmMDAwZmZmIGlycSAxMSBhdCBkZXZpY2UgMTAuMCBvbiBw Y2kwDQppaWNiYjA6IDxJMkMgZ2VuZXJpYyBiaXQtYmFuZ2luZyBkcml2ZXI+ IG9uIGJ0aTJjMA0KaWljYnVzMDogPFBoaWxpcHMgSTJDIGJ1cz4gb24gaWlj YmIwIG1hc3Rlci1vbmx5DQpzbWJ1czA6IDxTeXN0ZW0gTWFuYWdlbWVudCBC dXM+IG9uIGJ0aTJjMA0KYmt0cjA6IFdhcm5pbmcgLSBjYXJkIHZlbmRvciAw eDEwMDIgKG1vZGVsIDB4MDAwMykgdW5rbm93bi4NCmJrdHIwOiBQaW5uYWNs ZS9NaXJvIFRWLCBUZW1pYyBOVFNDIHR1bmVyLg0KcGNpMDogPHVua25vd24g Y2FyZD4gKHZlbmRvcj0weDEwOWUsIGRldj0weDA4NzgpIGF0IDEwLjEgaXJx IDExDQpwY20wOiA8QXVkaW9QQ0kgRVMxMzcwPiBwb3J0IDB4YjgwMC0weGI4 M2YgaXJxIDExIGF0IGRldmljZSAxMS4wIG9uIHBjaTANCmlzYWIwOiA8UENJ IHRvIElTQSBicmlkZ2UgKHZlbmRvcj0xMTA2IGRldmljZT0zMTQ3KT4gYXQg ZGV2aWNlIDE3LjAgb24gcGNpMA0KaXNhMDogPElTQSBidXM+IG9uIGlzYWIw DQphdGFwY2kxOiA8VklBIEFwb2xsbyBBVEEgY29udHJvbGxlcj4gcG9ydCAw eGJjMDAtMHhiYzBmIGF0IGRldmljZSAxNy4xIG9uIHBjaTANCmF0YTA6IGF0 IDB4MWYwIGlycSAxNCBvbiBhdGFwY2kxDQphdGExOiBhdCAweDE3MCBpcnEg MTUgb24gYXRhcGNpMQ0KdWhjaTA6IDxWSUEgODNDNTcyIFVTQiBjb250cm9s bGVyPiBwb3J0IDB4YzAwMC0weGMwMWYgaXJxIDExIGF0IGRldmljZSAxNy4y IG9uIHBjaTANCnVzYjA6IDxWSUEgODNDNTcyIFVTQiBjb250cm9sbGVyPiBv biB1aGNpMA0KdXNiMDogVVNCIHJldmlzaW9uIDEuMA0KdWh1YjA6IFZJQSBV SENJIHJvb3QgaHViLCBjbGFzcyA5LzAsIHJldiAxLjAwLzEuMDAsIGFkZHIg MQ0KdWh1YjA6IDIgcG9ydHMgd2l0aCAyIHJlbW92YWJsZSwgc2VsZiBwb3dl cmVkDQp1aGNpMTogPFZJQSA4M0M1NzIgVVNCIGNvbnRyb2xsZXI+IHBvcnQg MHhjNDAwLTB4YzQxZiBpcnEgMTEgYXQgZGV2aWNlIDE3LjMgb24gcGNpMA0K dXNiMTogPFZJQSA4M0M1NzIgVVNCIGNvbnRyb2xsZXI+IG9uIHVoY2kxDQp1 c2IxOiBVU0IgcmV2aXNpb24gMS4wDQp1aHViMTogVklBIFVIQ0kgcm9vdCBo dWIsIGNsYXNzIDkvMCwgcmV2IDEuMDAvMS4wMCwgYWRkciAxDQp1aHViMTog MiBwb3J0cyB3aXRoIDIgcmVtb3ZhYmxlLCBzZWxmIHBvd2VyZWQNCm9ybTA6 IDxPcHRpb24gUk9NPiBhdCBpb21lbSAweGMwMDAwLTB4Y2JmZmYgb24gaXNh MA0KZmRjMDogPE5FQyA3MjA2NUIgb3IgY2xvbmU+IGF0IHBvcnQgMHgzZjAt MHgzZjUsMHgzZjcgaXJxIDYgZHJxIDIgb24gaXNhMA0KZmRjMDogRklGTyBl bmFibGVkLCA4IGJ5dGVzIHRocmVzaG9sZA0KZmQwOiA8MTQ0MC1LQiAzLjUi IGRyaXZlPiBvbiBmZGMwIGRyaXZlIDANCmF0a2JkYzA6IDxLZXlib2FyZCBj b250cm9sbGVyIChpODA0Mik+IGF0IHBvcnQgMHg2MCwweDY0IG9uIGlzYTAN CmF0a2JkMDogPEFUIEtleWJvYXJkPiBmbGFncyAweDEgaXJxIDEgb24gYXRr YmRjMA0Ka2JkMCBhdCBhdGtiZDANCnBzbTA6IDxQUy8yIE1vdXNlPiBpcnEg MTIgb24gYXRrYmRjMA0KcHNtMDogbW9kZWwgTmV0TW91c2UvTmV0U2Nyb2xs IE9wdGljYWwsIGRldmljZSBJRCAwDQp2Z2EwOiA8R2VuZXJpYyBJU0EgVkdB PiBhdCBwb3J0IDB4M2MwLTB4M2RmIGlvbWVtIDB4YTAwMDAtMHhiZmZmZiBv biBpc2EwDQpzYzA6IDxTeXN0ZW0gY29uc29sZT4gYXQgZmxhZ3MgMHgxMDAg b24gaXNhMA0Kc2MwOiBWR0EgPDE2IHZpcnR1YWwgY29uc29sZXMsIGZsYWdz PTB4MzAwPg0Kc2lvMCBhdCBwb3J0IDB4M2Y4LTB4M2ZmIGlycSA0IGZsYWdz IDB4MTAgb24gaXNhMA0Kc2lvMDogdHlwZSAxNjU1MEENCnNpbzEgYXQgcG9y dCAweDJmOC0weDJmZiBpcnEgMyBvbiBpc2EwDQpzaW8xOiB0eXBlIDE2NTUw QQ0KcHBjMDogPFBhcmFsbGVsIHBvcnQ+IGF0IHBvcnQgMHgzNzgtMHgzN2Yg aXJxIDcgb24gaXNhMA0KcHBjMDogR2VuZXJpYyBjaGlwc2V0IChOSUJCTEUt b25seSkgaW4gQ09NUEFUSUJMRSBtb2RlDQpwbGlwMDogPFBMSVAgbmV0d29y ayBpbnRlcmZhY2U+IG9uIHBwYnVzMA0KbHB0MDogPFByaW50ZXI+IG9uIHBw YnVzMA0KbHB0MDogSW50ZXJydXB0LWRyaXZlbiBwb3J0DQpwcGkwOiA8UGFy YWxsZWwgSS9PPiBvbiBwcGJ1czANCklQIHBhY2tldCBmaWx0ZXJpbmcgaW5p dGlhbGl6ZWQsIGRpdmVydCBkaXNhYmxlZCwgcnVsZS1iYXNlZCBmb3J3YXJk aW5nIGRpc2FibGVkLCBkZWZhdWx0IHRvIGRlbnksIGxvZ2dpbmcgZGlzYWJs ZWQNCmFkMDogMzgxNjZNQiA8U1QzNDAwMTZBPiBbNzc1NDUvMTYvNjNdIGF0 IGF0YTAtbWFzdGVyIFdETUEyDQphZDY6IDE0NjY5TUIgPFdEQyBXRDE1M0JB PiBbMjk4MDUvMTYvNjNdIGF0IGF0YTMtbWFzdGVyIFVETUE2Ng0KYWNkMDog Q0QtUlcgPFNPTlkgQ0QtUlcgQ1JYMTc1QT4gYXQgYXRhMS1tYXN0ZXIgdXNp bmcgUElPNA0KYWNkMTogQ0RST00gPEJDRC00MFhIIENELVJPTT4gYXQgYXRh MS1zbGF2ZSB1c2luZyBQSU80DQphZmQwOiA5Nk1CIDxJT01FR0EgWklQIDEw MCBBVEFQST4gWzMyLzY0Lzk2XSBhdCBhdGEyLW1hc3RlciB1c2luZyBQSU8w DQpNb3VudGluZyByb290IGZyb20gdWZzOi9kZXYvYWQwczJhDQo= --0-2076576370-1016483905=:410-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 12:52:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mailbox.net.uk (smtp.mailbox.co.uk [195.82.125.32]) by hub.freebsd.org (Postfix) with ESMTP id BA12137B402 for ; Mon, 18 Mar 2002 12:52:16 -0800 (PST) Received: from [212.18.235.141] (helo=sjmobile) by smtp.mailbox.net.uk with smtp (Exim 3.22 #2) id 16n472-0004Se-00; Mon, 18 Mar 2002 20:52:13 +0000 Message-ID: <000401c1cebe$d15fa920$0a00000a@stjames.net> From: "System Administrator" To: "Mark Blackman" Cc: "Questions@FreeBSD" References: <20020318162252.9B1B2579AC@mailhost1.dircon.co.uk> Subject: Re: Netgear ME102 Date: Mon, 18 Mar 2002 20:52:27 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mark No solution came forth from our suppliers or the manufacturers (of the AP or the 10/100 Switch that sits between the AP and the FBSD router) - they seemed stumped, though eager to help. More recently, I downloaded and installed a firmware upgrade (to 1.4h) for the ME102 (available from the Netgear site) and have not observed the same behavior since. It is difficult to know for sure that the "moving ARP" problem has gone for good as it would only appear when I had a whole class-full of children hammering the Internet. Even then, only after 20 minutes or so... That being said, I've also CVSuped our FBSD boxes to 4.5RELENG recently for other reasons which may muddy the water a bit. Netgear have recently replied to an email stating that the firmware upgrade should not have any bearing on this problem... Being a practical man (and abating my curiousity due to demands on my time), I am satisfied for now that the setup works. The ME102s are excellent value for money (especially now the HE102 54Mbs APs are on sale) and seem to work a treat outside of the problem in question. Good luck. Martyn Hill IT Co-ordinator and ICT Teacher St James Independent School ----- Original Message ----- From: "Mark Blackman" To: Sent: Monday, March 18, 2002 4:23 PM Subject: Netgear ME102 > Hi > > Did you get your Netgear to work with FreeBSD after all. I saw your Oct 31 > message to freebsd-questions with no response and I wonder what the outcome > was? > > I've purchased (but not yet received) one of these for personal use and wanted > to find out how well they work with FreeBSD. > > Cheers, > Mark Blackman > Senior Systems Developer/Architect Tel: +44 (0)870 887 8896 > Netscalibur UK Limited Fax: +44 (0)870 887 8868 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 13: 1:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from imnetworks.com (mail2.imnetworks.com [208.184.122.59]) by hub.freebsd.org (Postfix) with ESMTP id BEB5137B402 for ; Mon, 18 Mar 2002 13:01:51 -0800 (PST) Received: from [66.123.14.2] (account ) by imnetworks.com (CommuniGate Pro WebUser 3.4.7) with HTTP id 1561668 for ; Mon, 18 Mar 2002 13:01:53 -0800 From: "Tony Vickers" Subject: SMP To: freebsd-questions@FreeBSD.ORG X-Mailer: CommuniGate Pro Web Mailer v.3.4.7 Date: Mon, 18 Mar 2002 13:01:53 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Can FreeBSD support more than one CPU? All the docs that I have found touch on the subject, but never really answer the question. I plan on moving from linux to FreeBSD on our database systems, however this question could make or break the out come. Thanks. Tony Tony Vickers Unix-Linux Systems Administrator (oo) iM Networks Inc. Work - 650.230.0449 / \/ \ 305 West Evelyn Ave. Cell - 650.580.3542 /( )\ Mountain View, CA 94041 Fax - 650.967.3924 ~^--^~ http://www.imnetworks.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 13: 5:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ler-freebie.iadfw.net (ler-freebie.iadfw.net [206.66.13.221]) by hub.freebsd.org (Postfix) with ESMTP id 3A7CC37B400 for ; Mon, 18 Mar 2002 13:05:28 -0800 (PST) Received: from ler-freebie.iadfw.net (localhost [127.0.0.1]) by ler-freebie.iadfw.net (8.11.6/8.11.6) with SMTP id g2IL5QT45092; Mon, 18 Mar 2002 15:05:26 -0600 (CST) (envelope-from ler@lerctr.org) Date: Mon, 18 Mar 2002 15:05:25 -0600 From: Larry Rosenman To: "Tony Vickers" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SMP Message-Id: <20020318150525.3a3c5745.ler@lerctr.org> In-Reply-To: References: X-Mailer: Sylpheed version 0.7.4claws (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yes. You need some config changes in the kernel, but see the LINT file. LER On Mon, 18 Mar 2002 13:01:53 -0800 "Tony Vickers" wrote: > Can FreeBSD support more than one CPU? All the docs that I have found touch on > the subject, but never really answer the question. I plan on moving from linux > to FreeBSD on our database systems, however this question could make or break > the out come. Thanks. > > > Tony > > Tony Vickers > Unix-Linux Systems Administrator > (oo) iM Networks Inc. Work - 650.230.0449 > / \/ \ 305 West Evelyn Ave. Cell - 650.580.3542 > /( )\ Mountain View, CA 94041 Fax - 650.967.3924 > ~^--^~ http://www.imnetworks.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 13: 7:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from imailg2.svr.pol.co.uk (imailg2.svr.pol.co.uk [195.92.195.180]) by hub.freebsd.org (Postfix) with ESMTP id EBD6437B484 for ; Mon, 18 Mar 2002 13:06:44 -0800 (PST) Received: from modem-3427.wolf.dialup.pol.co.uk ([217.134.93.99] helo=online247.fsworld.co.uk) by imailg2.svr.pol.co.uk with esmtp (Exim 3.35 #1) id 16n4L4-00057Q-00 for questions@freebsd.org; Mon, 18 Mar 2002 21:06:43 +0000 Received: from pcrlh.internet.point ([10.0.0.15]) by online247.fsworld.co.uk (8.11.6/8.11.1) with SMTP id g2IL5jY05026 for ; Mon, 18 Mar 2002 21:05:45 GMT (envelope-from rlh@online247.fsworld.co.uk) Message-ID: <006301c1cec0$c2feb680$0f00000a@internet.point> From: "Dr Richard Hesketh" To: Subject: Re: Compaq Smart Array 5300 controller Date: Mon, 18 Mar 2002 21:06:19 -0000 Organization: At Home MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Hello, > >The error your getting is "no disks found "? > >If so did you setup the raid drive ? What is the Raid's config? stripe size? >> I'm trying to install the latest release of FreeBSD on a Compaq Proliant >> 530 with Compaq Smart Array 5300 RAID controller. Sysinstall does not >> recognize the RAID controller. I've read everywhere but only found the >> following in the Hardware Release notes: I've come across this problem as well today. The RAID controller is not recognized by the kernel ("unknown pci device") as the PCI id appears to be different to any listed in /sys/dev/ida/ida_pci.c The "unknown device" is given as (from memory!): vendorid = 0x0e11 deviceid = 0xb060 My guess is that the board_id array in ida_pci.c needs to be populated with an appropriate set of ids. Not sure if its version 3 or 4 of the access functions though. I'm going to build some example kernels using the following different board_id settings: { 0xB0600E11, "Compaq SMART 5300 array controller", &ida_v4_access, 0 }, and { 0xB0600E11, "Compaq SMART 5300 array controller", &ida_v3_access, 0 }, and { 0xB0600E11, "Compaq SMART 5300 array controller", &ida_v4_access, IDA_FIRMWARE }, Does this sound reasonable? Thanks, Richard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 13: 9:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.happcontrols.com (mail.happcontrols.com [12.15.19.237]) by hub.freebsd.org (Postfix) with ESMTP id 67F5D37B4AB for ; Mon, 18 Mar 2002 13:08:04 -0800 (PST) Received: from CONDOR.happcontrols.com (sniper.happcontrols.com [12.15.19.193]) by mail.happcontrols.com (8.12.1/8.12.1) with ESMTP id g2IL4rJm049604; Mon, 18 Mar 2002 15:04:53 -0600 (CST) Message-Id: <5.1.0.14.0.20020318150115.02bcd060@mail.happcontrols.com> X-Sender: ben@mail.happcontrols.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 18 Mar 2002 15:04:53 -0600 To: "Tony Vickers" From: Ben Kadish Subject: Re: SMP Cc: freebsd-questions@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 If you enable SMP and APIC_IO in the kernel config file, FBSD does SMP very nicely. See http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html for more info. At 01:01 PM 3/18/2002 -0800, you wrote: Can FreeBSD support more than one CPU? All the docs that I have found touch on the subject, but never really answer the question. I plan on moving from linux to FreeBSD on our database systems, however this question could make or break the out come. Thanks. Ben Kadish Ben@happcontrols.com Network Analyst Happ Controls, Inc. Ph: 847-593-6161, ext. 175 Fx: 847-593-6137 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (MingW32) Comment: For info see http://www.gnupg.org iD8DBQE8llZt+rGZAmHbI54RAmjLAJ9UWvIlgHy+tK1OspY1/T8NHLxzVgCfaYgs hXd9C5nTzuFrONLLmZbzMjg= =Gz5i -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 13:10:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sagan.beanstalk.net (sagan.beanstalk.net [12.162.34.5]) by hub.freebsd.org (Postfix) with ESMTP id 5CD7537B400 for ; Mon, 18 Mar 2002 13:10:05 -0800 (PST) Received: from fcoffice.ptfd.org (unverified [12.162.35.159]) by sagan.beanstalk.net (Vircom SMTPRS 4.2.181) with SMTP id for ; Mon, 18 Mar 2002 16:12:22 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Michael W.Holdeman Organization: PTFD To: FreeBSD Questions Subject: bidwatcher Date: Mon, 18 Mar 2002 16:10:01 -0500 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <02031816100100.22396@fcoffice.ptfd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The current BSD port of bidwatcher (1.1.6a) does not seem to work with ebay currently. Anyone have it working or know of a 1.3.2 port for FreeBSD? Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 13:11:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by hub.freebsd.org (Postfix) with SMTP id 288FD37B402 for ; Mon, 18 Mar 2002 13:11:10 -0800 (PST) Received: (qmail 53612 invoked from network); 18 Mar 2002 21:10:33 -0000 Received: from dsl092-171-091.wdc1.dsl.speakeasy.net (66.92.171.91) by dsl092-171-091.wdc1.dsl.speakeasy.net with SMTP; 18 Mar 2002 21:10:33 -0000 Date: Mon, 18 Mar 2002 16:10:33 -0500 (EST) From: Kenneth Culver To: winston Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD support for ReiserFS ? In-Reply-To: <200203181937.g2IJbkV14448@zerg.codec.ro> Message-ID: <20020318161018.G53554-100000@alpha.yumyumyum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Nope, care to port it? :-) Ken On Mon, 18 Mar 2002, winston wrote: > > Hi all, > > Does FreeBSD supports ReiserFS ? I read about this new file system and it > seems it outperforms both ufs and ext2 epecially when dealing with small files. > > thanx.. > > ______________________________________________________________________ > Do you want a free e-mail for life ? Get it at http://www.email.ro/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 18 13:13:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by hub.freebsd.org (Postfix) with SMTP id 27B3637B402 for ; Mon, 18 Mar 2002 13:13:52 -0800 (PST) Received: (qmail 53634 invoked from network); 18 Mar 2002 21:13:15 -0000 Received: from dsl092-171-091.wdc1.dsl.speakeasy.net (66.92.171.91) by dsl092-171-091.wdc1.dsl.speakeasy.net with SMTP; 18 Mar 2002 21:13:15 -0000 Date: Mon, 18 Mar 2002 16:13:15 -0500 (EST) From: Kenneth Culver To: Tony Vickers Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SMP In-Reply-To: Message-ID: <20020318161110.S53554-100000@alpha.yumyumyum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Can FreeBSD support more than one CPU? All the docs that I have found > touch on the subject, but never really answer the question. I plan on > moving from linux to FreeBSD on our database systems, however this > question could make or break the out come. Thanks. Yes FreeBSD supports SMP, but it won't make much of a difference on a FreeBSD 4.x machine for databases. Databases tend to have a lot of processes trying to access the disk at once. This requires kernel service and right now in 4.x FreeBSD can only have one processor running the kernel at once. FreeBSD 5.0 (planned for release in November) will correct this, and most likely be as fast as (if not faster than) anything out there. Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 13:50: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by hub.freebsd.org (Postfix) with SMTP id 1EBC037B404 for ; Mon, 18 Mar 2002 13:49:56 -0800 (PST) Received: from bara?zani (AUTH login) at unknown (HELO moti) (bara?zani@12.27.148.78) by smtp.mail.vip.sc5.yahoo.com with SMTP; 18 Mar 2002 21:49:55 -0000 Message-ID: <085e01c1cec7$218a4c90$fd6e34c6@moti> From: "Bara Zani" To: "BSD Freak" , "FreeBSD Questions" References: <2247e79224e222.224e2222247e79@mbox.com.au> Subject: Re: VPN tunnels using gif interface Date: Mon, 18 Mar 2002 16:51:58 -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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://www.itga.com.au/~gnb/vpn/pptp-serv.html ----- Original Message ----- From: "BSD Freak" To: "Jim Durham" ; "FreeBSD Questions" Sent: Monday, March 18, 2002 2:16 PM Subject: Re: VPN tunnels using gif interface > I don't quite understand how you use Windows VPN clients (I am asuming > you mean PPTP) to connect to mpd. The pkg-descr for mpd is as follows: > > ..."Mpd is a user-mode implementation of the PPP protocol for FreeBSD. > It supports several of the numerous PPP sub-protocols and extensions, > such as: > > Multi-link PPP capability > PAP, CHAP, and MS-CHAP authentication > DES encryption "... > > > It says nothing of PPTP. If uo have manged to get it going with PPTP > clients I would be very grateful if you could supply me with the basic > details and some sample configs. I would be happy to write the HOWTO and > post it for everyone else....... > > > > ----- Original Message ----- > From: Jim Durham > Date: Friday, March 15, 2002 7:47 am > Subject: Re: VPN tunnels using gif interface > > > On Tuesday 12 March 2002 12:55 am, BSD Freak wrote: > > > Hi everyone, > > > > > > I hope you all having a good day...... > > > > > > Well I've got a bit of a dilemma.... I have setup FreeBSD as a > > > IPSEC/gif tunnel VPN gateway between multiple sites but now I need > > > to have travelling Windoze and Linux laptops to be able to tunnel > > > into the corporate network. So far I have been doing this with an > > > NT box behind the gateway running a PPTP server but I really want > > > to decomission this silly old thing. I have googled all round the > > > place but not found any thing regarding the possibility of > > > estabilishing a gif tunnel with my FreeBSD gateway from Windoze or > > > Linux clients, surely this must be possible? I have even got > > > transport mode IPSEC working from Windoze laptops so a gif tunnel > > > is my last step for a perfect FreeBSD VPN solution. Is this > > > possible? If not what other options do I have for getting > > > travelling laptops onto our corporate network (and SSH port > > > forwarding is not an option). > > > > > > > I have a similar situation, 2 sites on either side of the country > > and > > lots of remote users with Windows boxes. > > > > I run 'mpd' from the ports collection and use the Windows client's > > VPN to connect to it. Works very nicely. > > > > To connect between the 2 offices, I use IPSEC and 'raccoon' to > > exchange keys between 2 FreeBSD machines. I also can do IPSEC > > between > > my machine at home and the office. > > > > Using mpd and samba2.2, VPN users can see the whole 'Network > > Neighborhood' from any location (well, unless they block ports like > > a > > current venue our guys are working 8-) ) . They can "log in" ( or > > "log on" as M$ is fond of saying..gotta be different!) to the > > NetBios > > network and browse and drag and drop to their little heart's content. > > > > I've had enough enquiries about this stuff that I'm considering > > setting up a web page with some HowTos. Just need the time! > > > > -Jim Durham > > > > > --------------------------------------------------------------------- > Never lose a fax again, receive faxes to your personal email account! > Visit http://www.mbox.com.au/fax > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 13:50:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.simrad.no (mail.simrad.no [193.69.73.2]) by hub.freebsd.org (Postfix) with ESMTP id 89DC037B41E for ; Mon, 18 Mar 2002 13:50:42 -0800 (PST) To: freebsd-questions@freebsd.org Subject: gnome-session not to be found anywhere MIME-Version: 1.0 X-Mailer: Lotus Notes Build M11_11052001 Beta 4 November 05, 2001 Message-ID: From: chip.wiegand@simrad.com Date: Mon, 18 Mar 2002 13:50:39 -0800 X-MIMETrack: Serialize by Router on S_INET01/S_EXT(Release 5.0.6a |January 17, 2001) at 18.03.2002 22:50:44, Serialize complete at 18.03.2002 22:50:44 Content-Type: multipart/alternative; boundary="=_alternative 007803F388256B80_=" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multipart message in MIME format. --=_alternative 007803F388256B80_= Content-Type: text/plain; charset="US-ASCII" I used sysinstall to install gnome-enlightenment and now cannot find the startup file. I believe it to gnome-session, but am not sure. I cannot find gnome-session anywhere. I then took a look at pkg_info and there was no mention of enlightenment anywhere on it. Gnome was there though. I followed the instructions in the handbook for installing Gnome to begin with. Any ideas what the startup file name is for the gnome-enlightenment package from sysinstall? -- Chip Wiegand Computer Services Simrad, Inc www.simrad.com chip.wiegand@simrad.com "There is no reason anyone would want a computer in their home." --Ken Olson, president, chairman and founder of Digital Equipment Corporation, 1977 (They why do I have 7? Somebody help me!) --=_alternative 007803F388256B80_= Content-Type: text/html; charset="US-ASCII"
I used sysinstall to install gnome-enlightenment and now cannot find the startup file.
I believe it to gnome-session, but am not sure. I cannot find gnome-session anywhere.
I then took a look at pkg_info and there was no mention of enlightenment anywhere on
it. Gnome was there though. I followed the instructions in the handbook for installing
Gnome to begin with. Any ideas what the startup file name is for the gnome-enlightenment
package from sysinstall?

--
Chip Wiegand
Computer Services
Simrad, Inc
www.simrad.com
chip.wiegand@simrad.com

"There is no reason anyone would want a computer in their home."
    --Ken Olson, president, chairman and founder of Digital Equipment Corporation, 1977
(They why do I have 7? Somebody help me!)
--=_alternative 007803F388256B80_=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 14:12:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail15a.boca15-verio.com (mail15a.boca15-verio.com [208.55.91.57]) by hub.freebsd.org (Postfix) with SMTP id 1C62137B402 for ; Mon, 18 Mar 2002 14:12:19 -0800 (PST) Received: from www.soulfound.com (168.143.66.225) by mail15a.boca15-verio.com (RS ver 1.0.60s) with SMTP id 056658918 for ; Mon, 18 Mar 2002 17:11:52 -0500 (EST) Reply-To: From: To: Subject: ls -la vs. ls -lah Date: Mon, 18 Mar 2002 17:11:51 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Loop-Detect: 1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I am new to the Free BSD way and found the human readable format I am used to seeing on most Unix OS does not work on BSD. For example: > ls -lah ls: illegal option -- h usage: ls [-ABCFGHLPRTWabcdfgiklnoqrstu1] [file ...] > Is there any command or plug-in I can use that will enable this or use as an alternative? Customers and users only understand bytes and megabytes, so I am sure you can understand my problem. Sincerely, Angus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 14:15:16 2002 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 563B437B402 for ; Mon, 18 Mar 2002 14:15:13 -0800 (PST) Received: from dan.emsphone.com (dan@localhost [127.0.0.1]) by dan.emsphone.com (8.12.2/8.12.2) with ESMTP id g2IMF9Z4054992; Mon, 18 Mar 2002 16:15:12 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.2/8.12.2/Submit) id g2IMF9e2054991; Mon, 18 Mar 2002 16:15:09 -0600 (CST) Date: Mon, 18 Mar 2002 16:15:09 -0600 From: Dan Nelson To: freeBSD@soulfound.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ls -la vs. ls -lah Message-ID: <20020318221509.GC13815@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Mar 18), freeBSD@soulfound.com said: > I am new to the Free BSD way and found the human readable format I am > used to seeing on most Unix OS does not work on BSD. > > For example: > > > ls -lah > ls: illegal option -- h > usage: ls [-ABCFGHLPRTWabcdfgiklnoqrstu1] [file ...] > > > > Is there any command or plug-in I can use that will enable this or > use as an alternative? You can use the misc/gnuls port for now. Ls on -current has the '-h' option, so I assume it will be just a matter of time until 4.* gets it. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 14:24: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sydmail3.telpacific.com.au (sydmail3.telpacific.com.au [203.88.240.16]) by hub.freebsd.org (Postfix) with ESMTP id A022A37B417 for ; Mon, 18 Mar 2002 14:23:50 -0800 (PST) Received: from co3014978-a (dun088255233i088247039.rivernet.com.au [203.88.247.39]) by sydmail3.telpacific.com.au (8.11.5/8.11.5) with SMTP id g2IMOn616027 for ; Tue, 19 Mar 2002 09:24:49 +1100 (EST) (envelope-from guyuan@telpacific.com.au) Message-Id: <200203182224.g2IMOn616027@sydmail3.telpacific.com.au> Date: Tue, 19 Mar 2002 9:34:27 +1000 From: Richard To: "freebsd-questions@FreeBSD.ORG" Subject: Limit PERL opening file in a directory. X-mailer: FoxMail 4.0 beta 2 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: base64 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG SSBoYXZlIGEgZmV3IHZpcnR1YWwgc2l0ZXMgaW4gbXkgc2VydmVyLiBUaGVyZSBpcyBhIHNlY3Vy aXR5IHJpc2sNCnRoYXQgdGhlc2UgdXNlcnMgYXJlIGFibGUgdG8gb3BlbiBmaWxlcyB0aGF0IGFy ZSBub3QgaW4gaGlzL2hlcg0KZGlyZWN0b3J5IGJ5IHVzaW5nIFBFUkwgc2NyaXB0cyBiZWNhdXNl IG1vc3Qgb2YgdGhlIHN5c3RlbSBmaWxlcw0KYXJlIHNldCBhcyBldmVyeW9uZSByZWFkLg0KDQpO b3csIEkganVzdCBtYWRlIGl0IHdvcmsgdGhhdCB0aGUgdXNlciBjYW4gbm90IG9wZW4gYSBmaWxl IG91dA0Kb2YgaGlzL2hlciBkaXJlY3Rvcnkgd2l0aCBQSFAgYnkgYWRkaW5nIHBocF9hZG1pbl92 YWx1ZSBvcGVuX2Jhc2VkaXIgJ2RpcmVjdG9yeScNCmludG8gYXBhY2hlIGNvbmZpZ3VyYXRpb24g ZmlsZS4NCg0KSSB3YW50IHRvIGltcGxlbWVudCB0aGUgc2FtZSBsaW1pdGF0aW9uIHdpdGggUEVS TC4NCkFsc28sIEkgd2FudCB0byBibG9jayBzb21lIGZ1bmN0aW9ucyBpbiBQRVJMLCBzdWNoIGFz IHN5c3RlbSgpLg0KDQpJcyB0aGVyZSBhbnkgc3VnZ2VzdGlvbj8gVGhhbmsgeW91Lg0K To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 14:27:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 1509D37B400; Mon, 18 Mar 2002 14:27:17 -0800 (PST) Received: from hades.hell.gr (patr530-a046.otenet.gr [212.205.215.46]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2IMRCjo025400; Tue, 19 Mar 2002 00:27:14 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2IMRBJF051271; Tue, 19 Mar 2002 00:27:11 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2IMRABd051269; Tue, 19 Mar 2002 00:27:10 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Tue, 19 Mar 2002 00:27:08 +0200 From: Giorgos Keramidas To: freeBSD@soulfound.com Cc: Josef Karthauser , freebsd-questions@freebsd.org Subject: Re: ls -la vs. ls -lah Message-ID: <20020318222707.GB40336@hades.hell.gr> References: Mime-Version: 1.0 Content-Type: application/pgp; x-action=sign; format=text Content-Disposition: inline; filename="msg.pgp" In-Reply-To: User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2002-03-18 17:11, freeBSD@soulfound.com wrote: > Hello, > > I am new to the Free BSD way and found the human readable format I am used > to seeing on most Unix OS does not work on BSD. > > For example: > > > ls -lah > ls: illegal option -- h > usage: ls [-ABCFGHLPRTWabcdfgiklnoqrstu1] [file ...] It appears that there already is a -h flag in -CURRENT, but has not been merged to -STABLE yet. I've Cc:'ed Josef Karthauser in this message, who made the original change to -CURRENT. date: 2001/12/28 20:50:12; author: joe; state: Exp; lines: +5 -1 Add a new flag, -h which when combined with the -l option causes file sizes to be displayed with unit suffixes; Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte in order to reduce the number of digits to three or less. Submitted by: nik ---------------------------- Josef, is there any case this change is MFC'ed? Can we help in any way? Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) iD8DBQE8lmm71g+UGjGGA7YRApC6AKCxUTg9qhOr4Rum0S79CpHvRn9ICwCgrE3S 2kcJIHE0gRzgJCnYHDqmauE= =Y8ye -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 14:55: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.xtraxion.com (e134174.upc-e.chello.nl [213.93.134.174]) by hub.freebsd.org (Postfix) with ESMTP id 4F6F237B429 for ; Mon, 18 Mar 2002 14:54:46 -0800 (PST) Received: from xp (xp.xtraxion.com [10.0.0.3]) by ns1.xtraxion.com (8.12.2/8.12.2) with SMTP id g2IN0HN6067813; Tue, 19 Mar 2002 00:00:23 +0100 (CET) From: "Rick Hoppe" To: "Paul Everlund" Cc: Subject: RE: Upgrade release with build world: HDD space, CVSUP and Speed Date: Mon, 18 Mar 2002 23:54:29 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <3C962C7B.2338DB5E@cs.umu.se> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 3. With a 486 DX2 66MHz, 40 MB RAM, 4200 rpm and 5400 rpm HDD's, will > the build be finished before RELENG_4_7 is released? :-) That is, > how long does it take to build world on this machine? Can someone > provide an estimate, or maybe someone really have build the world > on a 486, as stated above? > One month ago I upgraded one of my systems from 4.3-RELEASE to 4.5-RELEASE with the same CPU/RAM configuration (and slow HDD) and it took me 28.5 hours with still Apache and Sendmail services running. Lucky for me every time a step from the 'make world' procedure was completed I was around so I could start the next step. Regards, Rick Hoppe Network- and Systemspecialist Xtraxion Internet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 14:59: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 6B36A37B416 for ; Mon, 18 Mar 2002 14:58:36 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 53B5C78317; Tue, 19 Mar 2002 09:28:34 +1030 (CST) Date: Tue, 19 Mar 2002 09:28:34 +1030 From: Greg 'groggy' Lehey To: "Giles, George S" Cc: FreeBSD Questions Subject: Re: Vinum Raid 5 Problem Message-ID: <20020319092834.X93909@wantadilla.lemis.com> References: <20020318112024.B70252@wantadilla.lemis.com> <235204156.1016436324@george> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <235204156.1016436324@george> User-Agent: Mutt/1.3.23i Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [Format recovered--see http://www.lemis.com/email/email-format.html] Quoted text completely mangled. On Monday, 18 March 2002 at 7:25:24 -0600, Giles, George S wrote: > --On Monday, March 18, 2002 11:20 AM +1030 Greg Lehey wrote: >> [Format recovered--see http://www.lemis.com/email/email-format.html] >> >> Computer output wrapped. >> >> On Sunday, 17 March 2002 at 8:37:31 -0600, Giles, George S wrote: >>> >>> My system has three identical disks. The following config does >>> not work: >>> >>> 1 volumes: >>> V myRaidFive State: down Plexes: 1 Size: >>> 8192 MB >> >> Care to have a guess what "down" means? >> >>> 1 plexes: >>> P myRaidFive.p0 R5 State: init Subdisks: 3 Size: >>> 8192 MB >> >> "init" may not be so obvious. That's why it's described in the >> man page: >> >> >> init [-S] size [-w] plex | subdisk >> >> vinum init initializes a subdisk by writing zeroes >> to it. You can initialize all subdisks in a plex by >> specifying the plex name. This is the only way to >> ensure consistent data in a plex. You must perform >> this initialization before using a RAID-5 plex. It >> is also recommended for other new plexes. vinum initializes >> all subdisks of a plex in parallel. Since this operation can >> take a long time, it is normally performed in the background. If >> you want to wait for completion of the command, use >> the -w (wait) option. >> >> Specify the -S option if you want to write blocks of >> a different size from the default value of 16 kB. >> vinum prints a console message when the >> initialization is complete. > > The problem turned out to be the specification of the disk sizes in > gigabytes with a g when megabytes were used it all worked as > expected. No, that is incorrect. It's as I stated: you need to initialize RAID-5 plexes before you can use them. If you have somehow found out how to use a RAID-5 plex without initializing it (there are some back doors which I won't describe), you'll have complete and utter data corruption if you lose a spindle. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 15: 9:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gyros.marcuscom.com (dhcp-171-69-85-22.cisco.com [171.69.85.22]) by hub.freebsd.org (Postfix) with ESMTP id 4C7EB37B404 for ; Mon, 18 Mar 2002 15:09:49 -0800 (PST) Received: (from marcus@localhost) by gyros.marcuscom.com (8.11.6/8.11.6) id g2IN9ff89564; Mon, 18 Mar 2002 18:09:41 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: gyros.marcuscom.com: marcus set sender to marcus@marcuscom.com using -f Subject: Re: gnome-session not to be found anywhere From: Joe Marcus Clarke To: chip.wiegand@simrad.com Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-/F3UYg6mMTCDPmtd6KjQ" X-Mailer: Evolution/1.0.2 Date: 18 Mar 2002 18:09:41 -0500 Message-Id: <1016492981.89524.1.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-/F3UYg6mMTCDPmtd6KjQ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2002-03-18 at 16:50, chip.wiegand@simrad.com wrote: > I used sysinstall to install gnome-enlightenment and now cannot find the=20 > startup file.=20 > I believe it to gnome-session, but am not sure. I cannot find=20 > gnome-session anywhere. > I then took a look at pkg_info and there was no mention of enlightenment=20 > anywhere on > it. Gnome was there though. I followed the instructions in the handbook=20 > for installing=20 > Gnome to begin with. Any ideas what the startup file name is for the=20 > gnome-enlightenment > package from sysinstall? Not sure about Enlightenment, but GNOME is started using the /usr/X11R6/bin/gnome-session command. This command is installed as part of gnomecore. Once GNOME is up and running, you can use the Control Center to select Enlightenment as your window manager. Joe >=20 > -- > Chip Wiegand > Computer Services > Simrad, Inc > www.simrad.com > chip.wiegand@simrad.com >=20 > "There is no reason anyone would want a computer in their home." > --Ken Olson, president, chairman and founder of Digital Equipment=20 > Corporation, 1977 > (They why do I have 7? Somebody help me!) --=-/F3UYg6mMTCDPmtd6KjQ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEABECAAYFAjyWc7UACgkQb2iPiv4Uz4d+KwCgijThFN7aoKdPiRa+3BEsD1OQ NIEAnR3Uk2PaOg+IBzzi/ey18tiRzpp/ =3GDS -----END PGP SIGNATURE----- --=-/F3UYg6mMTCDPmtd6KjQ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 15:21:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by hub.freebsd.org (Postfix) with ESMTP id 09C6637B444 for ; Mon, 18 Mar 2002 15:21:00 -0800 (PST) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id PAA56591; Mon, 18 Mar 2002 15:16:52 -0800 (PST) Date: Mon, 18 Mar 2002 15:16:52 -0800 (PST) From: Annelise Anderson To: "Michael W.Holdeman" Cc: FreeBSD Questions Subject: Re: bidwatcher In-Reply-To: <02031816100100.22396@fcoffice.ptfd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 18 Mar 2002, Michael W.Holdeman wrote: > The current BSD port of bidwatcher (1.1.6a) does not seem to work with ebay > currently. > Anyone have it working or know of a 1.3.2 port for FreeBSD? > It quit working for me about three days ago. I've tried to contact the responsible parties but have no answer yet. Actually freebsd-ports would be the place to ask. I think bidwatcher "forked" and the sourceforge version is different from the one in ports. If you discover a solution, let me know-- Annelise -- Annelise Anderson Author of: FreeBSD: An Open-Source Operating System for Your PC Available from: BSDmall.com and amazon.com Book Website: http://www.bittreepress.com/FreeBSD/introbook/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 15:24:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from otaku.freeshell.org (otaku.freeshell.org [207.202.214.131]) by hub.freebsd.org (Postfix) with ESMTP id A6A6737B402 for ; Mon, 18 Mar 2002 15:24:23 -0800 (PST) Received: by otaku.freeshell.org (8.11.3/8.11.6) id g2INOJl17767; Mon, 18 Mar 2002 23:24:19 GMT Date: Mon, 18 Mar 2002 23:24:19 +0000 (UTC) From: Erik Sabowski X-X-Sender: To: Subject: NIS problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am trying to set up NIS on freebsd 4.5. I had it working, but now ypbind is giving me problems. when i start ypbind, then try to run 'rpcinfo -p localhost' to see if it registered with the portmapper, it just hangs. but if i kill ypbind then try running rpcinfo again, it works, only listing portmapper. also, when i kill ypbind, i get the following error: ypbind[144]: could not read from child: Interrupted system call #airyk -- airyk@sdf.lonestar.org SDF Public Access UNIX System - http://sdf.lonestar.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 15:32:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vulcan.rsasecurity.com (vulcan.rsasecurity.com [204.167.114.130]) by hub.freebsd.org (Postfix) with SMTP id 40FDD37B4DF for ; Mon, 18 Mar 2002 15:31:50 -0800 (PST) Received: from sdtihq24.securitydynamics.com by vulcan.rsasecurity.com via smtpd (for hub.FreeBSD.org [216.136.204.18]) with SMTP; 18 Mar 2002 23:31:11 UT Received: from ebola.securitydynamics.com (ebola.securid.com [192.80.211.4]) by sdtihq24.securid.com (Pro-8.9.3/Pro-8.9.3) with ESMTP id SAA16539 for ; Mon, 18 Mar 2002 18:31:08 -0500 (EST) Received: from spirit.dynas.se (localhost [127.0.0.1]) by ebola.securitydynamics.com (8.10.2+Sun/8.9.1) with SMTP id g2INViK00580 for ; Mon, 18 Mar 2002 18:31:44 -0500 (EST) Received: (qmail 23721 invoked from network); 18 Mar 2002 23:31:41 -0000 Received: from explorer.rsa.com (HELO mikko.rsa.com) (10.81.217.59) by spirit.dynas.se with SMTP; 18 Mar 2002 23:31:41 -0000 Received: (from mikko@localhost) by mikko.rsa.com (8.11.6/8.11.6) id g2INVdM86443; Mon, 18 Mar 2002 15:31:39 -0800 (PST) (envelope-from mikko) Date: Mon, 18 Mar 2002 15:31:39 -0800 (PST) From: Mikko Tyolajarvi Message-Id: <200203182331.g2INVdM86443@mikko.rsa.com> To: jshamlet@hotmail.com Cc: questions@freebsd.org Orig-To: "Seth Henry" Subject: Re: Need help porting linux code to FreeBSD Newsgroups: local.freebsd.questions References: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In local.freebsd.questions you write: >Hello all, >This is my first time doing any real "hardware" coding, but I have written a >lot of C code for other things. >I am working on turning a Compaq IA-1 internet appliance into a useable >X-terminal. A great deal of work has gone into porting Linux to this device, >but less so on the FreeBSD side. Since I prefer FreeBSD, I thought I would >tackle customizing it to fit the hardware. The IA-1 has a number of >functions that are available through the VIA chipset by way of setting bits >in the chipset registers. A linux program exists to poke and prod this >register into turning these functions on and off (in this case, the panel >lights and the display backlight). It uses the io.h library, and calls outl, >outb, and inl. >I would like to rewrite this code so that I can embed it in things like the >screen blanker (since the LCD doesn't respond to DPMS), and other user-land >programs to control the lights. (the power light alone would be nice). >So, where would I need to start looking to translate this code from Linux to >FreeBSD? In particular, where can I dig up information on the equivalent to >io.h (or is there an io.h in FreeBSD?) I haven't installed all of the source >trees, but I did install the headers. However, I haven't found this file. Try . And you need to open /dev/io at the beginning of the program, e.g.: if (open("/dev/io", O_RDWR, 0) < 0) { perror("/dev/io"); return 1; } Hmm... I think the arguments to some of the out*() functions may be swapped, compared to Linux as well. Check the header file. $.02, /Mikko -- Mikko Työläjärvi_______________________________________mikko@rsasecurity.com RSA Security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 15:34:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by hub.freebsd.org (Postfix) with SMTP id 2CE6437B4DA for ; Mon, 18 Mar 2002 15:34:10 -0800 (PST) Received: (qmail 54348 invoked from network); 18 Mar 2002 23:33:33 -0000 Received: from dsl092-171-091.wdc1.dsl.speakeasy.net (66.92.171.91) by dsl092-171-091.wdc1.dsl.speakeasy.net with SMTP; 18 Mar 2002 23:33:33 -0000 Date: Mon, 18 Mar 2002 18:33:33 -0500 (EST) From: Kenneth Culver To: freeBSD@soulfound.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ls -la vs. ls -lah In-Reply-To: Message-ID: <20020318183307.G54326-100000@alpha.yumyumyum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I believe what you are probably looking for is gnuls, it is in the FreeBSD ports tree: /usr/ports/misc/gnuls. Ken On Mon, 18 Mar 2002 freeBSD@soulfound.com wrote: > Hello, > > I am new to the Free BSD way and found the human readable format I am used > to seeing on most Unix OS does not work on BSD. > > For example: > > > ls -lah > ls: illegal option -- h > usage: ls [-ABCFGHLPRTWabcdfgiklnoqrstu1] [file ...] > > > > > Is there any command or plug-in I can use that will enable this or use as an > alternative? > > Customers and users only understand bytes and megabytes, so I am sure you > can understand my problem. > > Sincerely, > > Angus > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 18 15:48:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 0lsen.net (12-224-41-96.client.attbi.com [12.224.41.96]) by hub.freebsd.org (Postfix) with ESMTP id 21B2637B404 for ; Mon, 18 Mar 2002 15:48:26 -0800 (PST) Received: by 0lsen.net (Postfix, from userid 1001) id 07D21B01; Mon, 18 Mar 2002 15:48:25 -0800 (PST) Date: Mon, 18 Mar 2002 15:48:24 -0800 From: Clint Olsen To: freebsd-questions@freebsd.org Subject: Overriding default fonts in RealPlayer Message-ID: <20020318234824.GA21879@0lsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i Organization: NULlsen Network X-Disclaimer: Mutt Bites! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok, I've figured out what's happening with the "box" representation of fonts in quite a few of my applications. Apparently in XFree86 4.X and beyond, they are offering unicode representations, and many applications are NOT correctly specifying the font encoding to be ISO8859-1. If they don't specify, they get the unicode version. I noticed this problem with Xchat. If I go in and select the proper font (with encoding), it works. Luckily most of Xchat is comprehensible enough to go into the menus and fix it. So, now the challenge is to find the correct incantation in my .Xdefaults (resources) which RealPlayer just might read and override the font settings. Does anyone know how to determine this? It isn't documented anywhere. Thanks, -Clint To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 16: 1:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from imnetworks.com (mail2.imnetworks.com [208.184.122.59]) by hub.freebsd.org (Postfix) with ESMTP id A2DBF37B417 for ; Mon, 18 Mar 2002 16:01:02 -0800 (PST) Received: from [66.123.14.2] (account ) by imnetworks.com (CommuniGate Pro WebUser 3.4.7) with HTTP id 1561843 for ; Mon, 18 Mar 2002 16:01:04 -0800 From: "Tony Vickers" Subject: Which BSD To: freebsd-questions@freebsd.org X-Mailer: CommuniGate Pro Web Mailer v.3.4.7 Date: Mon, 18 Mar 2002 16:01:04 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I would like to thank the guys that answered my question about SM{P, Thanks! We are going to move forward with BSD. But THE question still needs to be answered. I do not want to start a flame war on between the BSDs,and or linux or should I say GNU-linux but I need to know which BSD is best. Thanks for the help. Tony Tony Vickers Unix-Linux Systems Administrator (oo) iM Networks Inc. Work - 650.230.0449 / \/ \ 305 West Evelyn Ave. Cell - 650.580.3542 /( )\ Mountain View, CA 94041 Fax - 650.967.3924 ~^--^~ http://www.imnetworks.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 16:11:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail11.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id 533B137B402 for ; Mon, 18 Mar 2002 16:11:23 -0800 (PST) Received: (qmail 16909 invoked from network); 19 Mar 2002 00:11:22 -0000 Received: from unknown (HELO helios.sr.nextrials.com) ([66.92.181.34]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 19 Mar 2002 00:11:22 -0000 Received: by helios.sr.nextrials.com (Postfix, from userid 1000) id 96041312F; Mon, 18 Mar 2002 16:11:22 -0800 (PST) Date: Mon, 18 Mar 2002 16:11:22 -0800 From: Jim Mock To: Tony Vickers Cc: freebsd-questions@freebsd.org Subject: Re: Which BSD Message-ID: <20020319001122.GB22539@helios.dub.net> Reply-To: mij@soupnazi.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 18 Mar 2002 at 16:01:04 -0800, Tony Vickers wrote: > I would like to thank the guys that answered my question about SM{P, > Thanks! We are going to move forward with BSD. But THE question still > needs to be answered. I do not want to start a flame war on between > the BSDs,and or linux or should I say GNU-linux but I need to know > which BSD is best. Thanks for the help. You should figure out what your needs are, research the different BSDs, and decide this for yourself. After all, opinions are like assholes -- everyone has one, and in this case, it's your own that counts. - jim -- jim mock http://soupnazi.org/ | jim@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 16:23:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id C71A637B400 for ; Mon, 18 Mar 2002 16:23:20 -0800 (PST) Received: from hades.hell.gr (patr530-a027.otenet.gr [212.205.215.27]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2J0NFjo009738; Tue, 19 Mar 2002 02:23:18 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2J0NDlU000892; Tue, 19 Mar 2002 02:23:13 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2J0NDpr000891; Tue, 19 Mar 2002 02:23:13 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Tue, 19 Mar 2002 02:23:13 +0200 From: Giorgos Keramidas To: Tony Vickers Cc: freebsd-questions@freebsd.org Subject: Re: Which BSD Message-ID: <20020319002313.GA378@hades.hell.gr> References: Mime-Version: 1.0 Content-Type: application/pgp; x-action=sign; format=text Content-Disposition: inline; filename="msg.pgp" In-Reply-To: User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2002-03-18 16:01, Tony Vickers wrote: > I would like to thank the guys that answered my question about SM{P, Thanks! We > are going to move forward with BSD. But THE question still needs to be answered. > I do not want to start a flame war on between the BSDs,and or linux or should I > say GNU-linux but I need to know which BSD is best. Thanks for the help. That heavily depends on what you plan to do with it, your personal preference/taste and other factors that we (the list, as a group of individuals who can and do have differing opinions about the BSDs) can not guess for you, and force upon you. Your best bet would be to do a bit of research, and decide for yourself :) Start by writing down, and trying to understand what you will be doing with that BSD. Requirements is half of the research. Then, search at the web pages of the various BSDs. You will most certainly find a wealth of information there. If you still don't know if some of your requirements are supported by one of the BSDs, here's the place to ask (i.e. in email). Dig the mailing list archives[1] first, and see if you can find something. Then, do post any questions about FreeBSD you might have. There are many knowledgeable posters that lurk these lists. But you need to ask a less vague question to get answers that have something useful in them. The question has to 'show' that you did your part of research, and now want to know if this little feature that you deem important is supported by the specific breed of BSD. I hope this helps, although I deliberately tried to avoid answering "FoobarBSD is the best". This is something that you have to decide :) Cheers, [1] The http://groups.google.com/ interface is a charm for searching the mailing list archives of FreeBSD, NetBSD or OpenBSD. I use it almost daily to search for stuff that I know I have seen pass through my mailboxes, but have deleted long ago. Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) iD8DBQE8loTw1g+UGjGGA7YRAq8iAJ9KaNIixFAziDE2AZF0teYzjJX4hgCfVfC1 VoZK/QWWhmRMT55UR35CVXs= =8gWI -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 16:32: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 2BF7D37B416 for ; Mon, 18 Mar 2002 16:31:56 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 7841878317; Tue, 19 Mar 2002 11:01:53 +1030 (CST) Date: Tue, 19 Mar 2002 11:01:53 +1030 From: Greg 'groggy' Lehey To: winston Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD support for ReiserFS ? Message-ID: <20020319110153.B91646@wantadilla.lemis.com> References: <200203181937.g2IJbkV14448@zerg.codec.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200203181937.g2IJbkV14448@zerg.codec.ro> User-Agent: Mutt/1.3.23i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday, 18 March 2002 at 21:37:46 +0200, winston wrote: >> Does FreeBSD supports ReiserFS ? I read about this new file > system and it seems it outperforms both ufs and ext2 epecially when > dealing with small files. There's currently a discussion going on on another mailing list about porting ReiserFS. I don't expect it will happen, though. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 16:34: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id B6BF237B405 for ; Mon, 18 Mar 2002 16:33:58 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id DA1897831F; Tue, 19 Mar 2002 11:03:56 +1030 (CST) Date: Tue, 19 Mar 2002 11:03:56 +1030 From: Greg 'groggy' Lehey To: Kenneth Culver Cc: Tony Vickers , freebsd-questions@FreeBSD.ORG Subject: Re: SMP Message-ID: <20020319110356.C91646@wantadilla.lemis.com> References: <20020318161110.S53554-100000@alpha.yumyumyum.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020318161110.S53554-100000@alpha.yumyumyum.org> User-Agent: Mutt/1.3.23i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday, 18 March 2002 at 16:13:15 -0500, Kenneth Culver wrote: >> Can FreeBSD support more than one CPU? All the docs that I have found >> touch on the subject, but never really answer the question. I plan on >> moving from linux to FreeBSD on our database systems, however this >> question could make or break the out come. Thanks. > > Yes FreeBSD supports SMP, but it won't make much of a difference on a > FreeBSD 4.x machine for databases. Databases tend to have a lot of > processes trying to access the disk at once. This requires kernel service > and right now in 4.x FreeBSD can only have one processor running the > kernel at once. FreeBSD 5.0 (planned for release in November) will correct > this, and most likely be as fast as (if not faster than) anything out > there. We don't expect the initial release of 5.0 to bring significant performance improvements, though in the particular case of databases it might be a little faster than 4.x. It certainly won't perform as well as some commercial UNIX products, though. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 16:42:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.nc.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id CC1B037B41B for ; Mon, 18 Mar 2002 16:41:58 -0800 (PST) Received: from i8k.babbleon.org ([66.57.85.154]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Mon, 18 Mar 2002 19:40:31 -0500 Received: by i8k.babbleon.org (Postfix, from userid 111) id 879EEBA05; Mon, 18 Mar 2002 19:40:25 -0500 (EST) Content-Type: text/plain; charset="iso-8859-1" From: Brian T.Schellenberger To: Raistlin Majere , freebsd-questions@FreeBSD.ORG Subject: Re:Which Linux for a long-time FreeBSD user? Date: Mon, 18 Mar 2002 19:40:25 -0500 X-Mailer: KMail [version 1.3] References: <3C93D0AB.6C3618F7@e-raist.com> In-Reply-To: <3C93D0AB.6C3618F7@e-raist.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020319004025.879EEBA05@i8k.babbleon.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Saturday 16 March 2002 06:09 pm, Raistlin Majere wrote: I would say that Mandrake and RedHat are, however, about as UNlike FreeBSD as you can get. Slackware's the most similar I've used, but I've not used Debian and others. Of course, nothing's as good as the Real Thing. | Mike, | | I've ran a few version of linux and found I get along with redhat. I | would recommend downloading and installing 7.2 (running a 2.4 kernel) | (lastest version available from www.redhat.com). The kernel and modules | are typically stored in /usr/src/linux, which should help in your work. | Redhat is quite versatile and functional, and makes a decent desktop OS. | | Debian is another flavor I would recommend as by default its more | secure than redhat. I haven't done much with linux for awhile though, | so I'm unfamiliar with what its like these days. | | Good luck! | | Raistlin Alexander Majere | | | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-questions" in the body of the message -- Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) Brian, the man from Babble-On . . . . bts@babbleon.org (personal) ME --> http://www.babbleon.org http://www.eff.org <-- GOOD GUYS --> http://www.programming-freedom.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 16:45: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail7.nc.rr.com (fe7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id E311A37B402 for ; Mon, 18 Mar 2002 16:44:55 -0800 (PST) Received: from i8k.babbleon.org ([66.57.85.154]) by mail7.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Mon, 18 Mar 2002 19:44:54 -0500 Received: by i8k.babbleon.org (Postfix, from userid 111) id 04F91BA05; Mon, 18 Mar 2002 19:44:49 -0500 (EST) Content-Type: text/plain; charset="iso-8859-1" From: Brian T.Schellenberger To: "Tony Vickers" , freebsd-questions@FreeBSD.ORG Subject: Re: Which BSD Date: Mon, 18 Mar 2002 19:44:49 -0500 X-Mailer: KMail [version 1.3] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020319004449.04F91BA05@i8k.babbleon.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday 18 March 2002 07:01 pm, Tony Vickers wrote: | I would like to thank the guys that answered my question about SM{P, | Thanks! We are going to move forward with BSD. But THE question still needs | to be answered. I do not want to start a flame war on between the BSDs,and | or linux or should I say GNU-linux but I need to know which BSD is best. If the question *had* an answer, there would be only one. [It's like asking "what ice cream flavor is best?" (Gold Medal Ribbon, in case you were wondering.)] | Thanks for the help. | | Tony | | Tony Vickers | Unix-Linux Systems Administrator | (oo) iM Networks Inc. Work - 650.230.0449 | / \/ \ 305 West Evelyn Ave. Cell - 650.580.3542 | /( )\ Mountain View, CA 94041 Fax - 650.967.3924 | ~^--^~ http://www.imnetworks.com | | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-questions" in the body of the message -- Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) Brian, the man from Babble-On . . . . bts@babbleon.org (personal) ME --> http://www.babbleon.org http://www.eff.org <-- GOOD GUYS --> http://www.programming-freedom.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 16:49:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail7.nc.rr.com (fe7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id 71BA137B405 for ; Mon, 18 Mar 2002 16:49:26 -0800 (PST) Received: from i8k.babbleon.org ([66.57.85.154]) by mail7.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Mon, 18 Mar 2002 19:49:02 -0500 Received: by i8k.babbleon.org (Postfix, from userid 111) id DF588BA05; Mon, 18 Mar 2002 19:49:02 -0500 (EST) Content-Type: text/plain; charset="iso-8859-1" From: Brian T.Schellenberger To: "HODGE, DAVE (SBCSI)" , "'questions@FreeBSD.org'" Subject: Re: does FREEBSD work with either "Partition Magic" or "Boot Magic" b y Power Quest? Date: Mon, 18 Mar 2002 19:49:02 -0500 X-Mailer: KMail [version 1.3] References: <20020318160431.25199.qmail@operamail.com> In-Reply-To: <20020318160431.25199.qmail@operamail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020319004902.DF588BA05@i8k.babbleon.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG | > I'm trying to utilize one boot method for many various OS systems that I | > need to run for evaluation. What I'm trying to find out is do you know if | > the Power Quest product "Partition Magic" or "Boot Magic" have been | > successfully used with FREEBSD OS? If yes, how were the products | > utilized? Partition Magic does not deal with FreeBSD partitions. FreeBSD demands to have one primary partition, and subdivides within that space itself. (To keep everybody confused, it calls these primary partitions "slices.") Parition Magic is useful to prepare an existing disk to receive FreeBSD, but it cannot resize or move an existing FreeBSD partition. BootMagic could probably handle FreeBSD fine, though I find FreeBSD's own BootEasy to be better (because it remembers the *previous* boot target and uses that as the default--this is almost always what I want and I know of no other boot program that behaves this way). -- Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) Brian, the man from Babble-On . . . . bts@babbleon.org (personal) ME --> http://www.babbleon.org http://www.eff.org <-- GOOD GUYS --> http://www.programming-freedom.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 17: 0:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nycsmtp2out.rdc-nyc.rr.com (nycsmtp2out.rdc-nyc.rr.com [24.29.99.227]) by hub.freebsd.org (Postfix) with ESMTP id 315EC37B405 for ; Mon, 18 Mar 2002 17:00:46 -0800 (PST) Received: from scott1.nyc.rr.com (24-168-24-239.nyc.rr.com [24.168.24.239]) by nycsmtp2out.rdc-nyc.rr.com (8.12.1/Road Runner SMTP Server 1.0) with ESMTP id g2J0wmlu000464; Mon, 18 Mar 2002 19:58:48 -0500 (EST) Message-Id: <5.1.0.14.0.20020318195824.00bdab90@pop-server.nyc.rr.com> X-Sender: scottro@pop-server.nyc.rr.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 18 Mar 2002 20:00:36 -0500 To: "Brian T.Schellenberger" , "HODGE, DAVE (SBCSI)" , "'questions@FreeBSD.org'" From: Scott Subject: Re: does FREEBSD work with either "Partition Magic" or "Boot Magic" b y Power Quest? In-Reply-To: <20020319004902.DF588BA05@i8k.babbleon.org> References: <20020318160431.25199.qmail@operamail.com> <20020318160431.25199.qmail@operamail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 19:49 2002/03/18 -0500, Brian T.Schellenberger wrote: >| > I'm trying to utilize one boot method for many various OS systems that I >| > need to run for evaluation. What I'm trying to find out is do you know if >| > the Power Quest product "Partition Magic" or "Boot Magic" have been >| > successfully used with FREEBSD OS? If yes, how were the products >| > utilized? > > >BootMagic could probably handle FreeBSD fine, though I find FreeBSD's own >BootEasy to be better (because it remembers the *previous* boot target and >uses that as the default--this is almost always what I want and I know of no >other boot program that behaves this way). Short answer: BootMagic will work with FreeBSD--I remember doing it awhile back when I used it. Longer answer, and not really answering the original question: These days, FWIW, I use Grub which I find quite easy to configure and use--I usually use a Linux version of it, however, I've also at times, configured FreeBSD's version (available in ports) without problem. HTH Scott Robbins To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 17: 2:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.hq.newdream.net (mail.hq.newdream.net [216.246.35.10]) by hub.freebsd.org (Postfix) with ESMTP id 25B4A37B402 for ; Mon, 18 Mar 2002 17:02:24 -0800 (PST) Received: from 127.0.0.1 (zugzug.hq.newdream.net [127.0.0.1]) by drama.hq.newdream.net (Postfix) with SMTP id 66CB03B370 for ; Mon, 18 Mar 2002 17:02:24 -0800 (PST) Received: by mail.hq.newdream.net (Postfix, from userid 1012) id B86973B33B; Mon, 18 Mar 2002 17:02:22 -0800 (PST) Date: Mon, 18 Mar 2002 17:02:22 -0800 From: Will Yardley To: questions@freebsd.org Subject: Eterm problems Message-ID: <20020319010222.GH13247@hq.newdream.net> Mail-Followup-To: Will Yardley , questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.0i Organization: New Dream Network Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [i'm not on the list, so please send a copy to me if possible... i'm using mutt, so if you are as well, a list reply should work fine] i have upgraded Eterm to version 0.9.1 (from ports); freebsd 4.5 stable, XFree86 just upgraded to 4.2.0 my problem is that i use the multikey to type accented characters (like é, â, etc); i have it mapped to the windows key on my keyboard. after upgrading, i can no longer type these characters in Eterm, although i can copy them in from another application. they work just fine in xterm, or in graphical applications. xev shows that it is being recognized as the multi key: KeyRelease event, serial 25, synthetic NO, window 0x1a00002, root 0x41, subw 0x0, time 2887319098, (586,607), root:(1067,767), state 0x10, keycode 115 (keysym 0xff20, Multi_key), same_screen YES, XLookupString gives 0 characters: "" however if i type 'multi-key-e-`' i get: e` instead of è i was running an older version (i think 0.9) for a while and did not have this problem.... i have the same problem on my home machine, and tried adding '--enable-multi-charset' to the port by hand. if no one here knows, i will send a message to the port maintainer and / or the Eterm developers. -- Will Yardley input: william < @ hq . newdream . net . > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 17:20:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ws4-1.us4.outblaze.com (205-158-62-42.outblaze.com [205.158.62.42]) by hub.freebsd.org (Postfix) with SMTP id EABA337B402 for ; Mon, 18 Mar 2002 17:20:18 -0800 (PST) Received: (qmail 4492 invoked by uid 1001); 19 Mar 2002 01:20:18 -0000 Message-ID: <20020319012018.4491.qmail@operamail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [209.246.213.14] by ws4-1.us4.outblaze.com with http for jud@operamail.com; Mon, 18 Mar 2002 20:20:17 -0500 From: "Jud " To: "Brian T.Schellenberger" , "HODGE, DAVE (SBCSI)" , "'questions@FreeBSD.org'" Date: Mon, 18 Mar 2002 20:20:17 -0500 Subject: Re: does FREEBSD work with either "Partition Magic" or "Boot Magic" b y Power Quest? X-Originating-Ip: 209.246.213.14 X-Originating-Server: ws4-1.us4.outblaze.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Brian T.Schellenberger" Date: Mon, 18 Mar 2002 19:49:02 -0500 To: "HODGE, DAVE (SBCSI)" , "''questions@FreeBSD.org''" Subject: Re: does FREEBSD work with either "Partition Magic" or "Boot Magic" b y Power Quest? [snip] > BootMagic could probably handle FreeBSD fine, though I find FreeBSD's own > BootEasy to be better (because it remembers the *previous* boot target and > uses that as the default--this is almost always what I want and I know of no > other boot program that behaves this way). [snip] FWIW, BootIt NG does at half the cost of PM/BM (is Boot Magic available separately?). Of course BootEasy and GRUB are free, though they don't have the Windows partition resizing capabilities of BootIt. What I'd like is to use GRUB to boot the two OSs on my RAID-0 array and a third OS on my third hard drive. Anyone know if GRUB is currently capable of handling this? What about BootEasy? Jud -- _______________________________________________ Download the free Opera browser at http://www.opera.com/ Powered by Outblaze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 17:37:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.radzinschi.com (pcp284510pcs.owngsm01.md.comcast.net [68.54.240.17]) by hub.freebsd.org (Postfix) with ESMTP id 9794E37B416 for ; Mon, 18 Mar 2002 17:37:49 -0800 (PST) Received: from localhost (marco@localhost.radzinschi.com [127.0.0.1]) by mail.radzinschi.com (8.11.6/8.11.6) with ESMTP id g2J1bk567174; Mon, 18 Mar 2002 20:37:47 -0500 (EST) (envelope-from marco@radzinschi.com) Date: Mon, 18 Mar 2002 20:37:46 -0500 (EST) From: Marco Radzinschi To: Tony Vickers Cc: Subject: Re: Which BSD In-Reply-To: Message-ID: <20020318203708.Q67164-100000@mail.radzinschi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Since you require SMP support, FreeBSD in your case. Neither OpenBSD nor NetBSD support SMP yet. Marco Radzinschi E-Mail: marco@radzinschi.com AOL IM: CrackedBoy On Mon, 18 Mar 2002, Tony Vickers wrote: > I would like to thank the guys that answered my question about SM{P, Thanks! We > are going to move forward with BSD. But THE question still needs to be answered. > I do not want to start a flame war on between the BSDs,and or linux or should I > say GNU-linux but I need to know which BSD is best. Thanks for the help. > > Tony > > Tony Vickers > Unix-Linux Systems Administrator > (oo) iM Networks Inc. Work - 650.230.0449 > / \/ \ 305 West Evelyn Ave. Cell - 650.580.3542 > /( )\ Mountain View, CA 94041 Fax - 650.967.3924 > ~^--^~ http://www.imnetworks.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 Mar 18 17:49:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fep03-mail.bloor.is.net.cable.rogers.com (fep03-mail.bloor.is.net.cable.rogers.com [66.185.86.73]) by hub.freebsd.org (Postfix) with ESMTP id 2D5B137B41E for ; Mon, 18 Mar 2002 17:48:59 -0800 (PST) Received: from p1 ([24.42.67.220]) by fep03-mail.bloor.is.net.cable.rogers.com (InterMail vM.5.01.04.06 201-253-122-122-106-20020109) with ESMTP id <20020319014857.VEUK5932.fep03-mail.bloor.is.net.cable.rogers.com@p1>; Mon, 18 Mar 2002 20:48:57 -0500 Reply-To: From: "Beauford" To: "'Giorgos Keramidas'" Cc: "FreeBSD" Subject: RE: Newbie Question Date: Tue, 19 Mar 2002 20:50:04 -0800 Message-ID: <001d01c1cfca$b688b300$6401a8c0@p1> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <20020318040016.GA4703@hades.hell.gr> X-Authentication-Info: Submitted using SMTP AUTH LOGIN at fep03-mail.bloor.is.net.cable.rogers.com from [24.42.67.220] using ID at Mon, 18 Mar 2002 20:48:48 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is the site I read and is what I did, but still no go. I did it again and tried to manually mount the drive and get "incorrect superblock". I am using wd1s1e for the drive designation. So maybe my problem is something else. Any suggestions? Thanks -----Original Message----- From: Giorgos Keramidas [mailto:keramida@ceid.upatras.gr] Sent: March 17, 2002 8:00 PM To: Beauford Cc: FreeBSD Subject: Re: Newbie Question On 2002-03-18 22:34, Beauford wrote: > I should probably be able to find this, but It is escaping me right > now. I just added another drive to my existing FreeBSD box and went > into /stand/sysinstall and fdisked and labelled the drive > appropriately, but how do I format it and get it mounted (actually, > mounting is not a problem, but what is the drive called? My first > drive is ad0s1a). You'll find a wealth of information about this in the FreeBSD.org article "Formatting Media for use with FreeBSD". Find it online at: http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/formatting-media/ Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 17:50:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id E61DE37B41C for ; Mon, 18 Mar 2002 17:50:07 -0800 (PST) Received: from barbish ([63.70.155.73]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com for ; Mon, 18 Mar 2002 20:50:06 -0500 From: "Joe & Fhe Barbish" To: "FBSDQ" Subject: Security knobs, when do they execute? Date: Mon, 18 Mar 2002 20:50:03 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG To all the FBSD security wizards. I have found this list of special security knobs that have impressive sounding names. The information that is missing is WHEN do these knobs get control to do their thing? The normal flow for inbound packet would be kernel, Nat, and ipfw. Where does each one get control to do it's thing? When these knobs do there thing is there some way to record the event happened? I know log_in_vain issues a message, but I have not gotten anything from the others. Are there any knobs I missed? log_in_vain="YES" icmp_drop_redirect="YES" tcp_drop_synfin="YES tcp_restrict_rst="YES" syslogd_flags="-ss" portmap_enable="NO" sysctl net.inet.tcp.blackhole=2 sysctl net.inet.udp.blackhole=1 Background Info # Extra firewalling options log_in_vain="YES" # NO is default. YES enables logging of # connection attempts to ports that have no # listening socket on them. Put msg on consol icmp_drop_redirect="YES" # YES will cause the kernel to ignore # ICMP REDIRECT packets. tcp_drop_synfin="YES" # YES will cause the kernel to ignore TCP # frames that have both the SYN and FIN flags # set. Only available if the kernel was built # with the TCP_DROP_SYNFIN option. # change to NO if web server behind firewall. tcp_restrict_rst="YES" # YES will cause the kernel to refrain from # emitting TCP RST frames in response to # invalid TCP packets (e.g., frames destined # for closed ports). This option is only # available if the kernel was built with the # TCP_RESTRICT_RST option. syslogd_flags="-ss" # Don't use network sockets so portscan # will not find (security tip) portmap_enable="NO" # Don't allow nfs portmapper (security tip) Another very obscure option is blackhole, new in FBSD 4.4 The blackhole sysctl(8) is used to control system behavior when connection requests are received on TCP or UDP ports where there is no socket listening. Normal behavior, when a TCP SYN segment is received on a port where there is no socket accepting connections, is for the system to return a RST segment, and drop the connection. The connecting system will see this as a "Connection reset by peer". By setting the TCP blackhole MIB to a numeric value of 1, the incoming SYN segment is merely dropped, and no RST is sent, making the system appear as a blackhole. By setting the MIB value to 2, any segment arriving on a closed port is dropped without returning a RST. This provides some degree of protection against stealth port scans. In the UDP instance, enabling blackhole behavior turns off the sending of an ICMP port unreachable message in response to a UDP datagram which arrives on a port where there is no socket listening. It must be noted that this behavior will prevent remote systems from running traceroute(8) to a system. The blackhole behavior is useful to slow down anyone who is port scanning a system, attempting to detect vulnerable services on a system. It could potentially also slow down someone who is attempting a denial of service attack. The sysctl net.inet.tcp.blackhole=2 command can be entered from the command line and will be in effect until the next boot. The sysctl command can also be in the /etc/sysctl.conf file (which you must create) and if present will be activated during the boot process. Read man sysctl for command format to display settings of this option and some others that allow you to change to default dynamic rules time out values. /etc/sysctl.conf file contents sysctl net.inet.tcp.blackhole=2 sysctl net.inet.udp.blackhole=1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 17:56:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id D05C437B41F for ; Mon, 18 Mar 2002 17:56:29 -0800 (PST) Received: from hades.hell.gr (patr530-a169.otenet.gr [212.205.215.169]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2J1uQjo029616; Tue, 19 Mar 2002 03:56:27 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2J1uQtu000730; Tue, 19 Mar 2002 03:56:26 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2J1uQYX000729; Tue, 19 Mar 2002 03:56:26 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Tue, 19 Mar 2002 03:56:26 +0200 From: Giorgos Keramidas To: Beauford Cc: FreeBSD Subject: Re: Newbie Question Message-ID: <20020319015626.GB530@hades.hell.gr> References: <20020318040016.GA4703@hades.hell.gr> <001d01c1cfca$b688b300$6401a8c0@p1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001d01c1cfca$b688b300$6401a8c0@p1> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-03-19 20:50, Beauford wrote: > Giorgos Keramidas wrote: > > On 2002-03-18 22:34, Beauford wrote: > > > I should probably be able to find this, but It is escaping me right > > > now. I just added another drive to my existing FreeBSD box and went > > > into /stand/sysinstall and fdisked and labelled the drive > > > appropriately, but how do I format it and get it mounted (actually, > > > mounting is not a problem, but what is the drive called? My first > > > drive is ad0s1a). > > > > You'll find a wealth of information about this in the FreeBSD.org > > article "Formatting Media for use with FreeBSD". Find it online at: > > > > http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/formatting-media/ > > This is the site I read and is what I did, but still no go. I did it > again and tried to manually mount the drive and get "incorrect > superblock". I am using wd1s1e for the drive designation. So maybe my > problem is something else. Any suggestions? Please do *not* post your reply above the quoted text. Also set your mailer up so that it prepends quoted text with "> " or something similar. Read the instructions of that page again. It's obvious that you forgot to run "newfs", but I wanted you to find out by yourself. Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 17:57:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id 954AF37B440 for ; Mon, 18 Mar 2002 17:57:29 -0800 (PST) Received: from myrealbox.com tdrake@smtp-send.myrealbox.com [65.29.242.182] by smtp-send.myrealbox.com with Novell NIMS $Revision: 2.88 $ on Novell NetWare; Mon, 18 Mar 2002 18:57:29 -0700 Message-ID: <3C969AB6.54375148@myrealbox.com> Date: Mon, 18 Mar 2002 19:56:06 -0600 From: Troy X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Merging partition space with disklabel Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm setting up fbsd on a new machine using one of the disks out of the old box, which contains the valuable /home partition with data that I cant loose by blowing away that slice and recreating, but on that disk I also have the /var and swap slices, in which I'd like to get rid of the swap and merge it into the /home slice, all without loosing home's data, is there a way to do this, or am I stuck with this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 17:59: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from Nolo.com (fc.parker-st.com [208.25.95.29]) by hub.freebsd.org (Postfix) with ESMTP id D2FDD37B4A4; Mon, 18 Mar 2002 17:58:29 -0800 (PST) Message-id: Date: Mon, 18 Mar 2002 18:01:11 -0800 Subject: FreeBSD 2.2.8 ISO or install media To: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org From: "Mark Stuhr" MIME-Version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Anyone know where I can put my hands on the files that would allow me to setup a 2.2.8 server without having to compile server source code. An ISO image would be best. Someone have a CD to sell or borrow in the bay area would be great. A place where I can find the server files and a floppy boot disk that would trigger an install would be fine. Any ideas greatly appreciated. Thanks Mark Stuhr Director of Inf. Tech. www.nolo.com mark@nolo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 18: 0: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.melsa.net.id (mx2.melsa.net.id [202.138.224.13]) by hub.freebsd.org (Postfix) with ESMTP id 9BADD37B498 for ; Mon, 18 Mar 2002 17:58:26 -0800 (PST) Received: from ns2.melsa.net.id (ns2.melsa.net.id [202.138.224.4]) by mx2.melsa.net.id (8.11.3/8.11.3) with ESMTP id g2J1wFf85803 for ; Tue, 19 Mar 2002 08:58:15 +0700 (JAVT) Received: from tech04 (tech04.melsa.net.id [202.138.225.212]) by ns2.melsa.net.id (8.11.3/8.11.3) with SMTP id g2J1wFg60695 for ; Tue, 19 Mar 2002 08:58:15 +0700 (JAVT) Message-ID: <001c01c1cee9$54b626d0$d4e18aca@melsa.net.id> From: "ekoz" To: Subject: perl question Date: Tue, 19 Mar 2002 08:56:47 +0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0019_01C1CF24.00AE9BE0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0019_01C1CF24.00AE9BE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi All, I have a little problem with perl. I try to delete a few line in a file = with perl. I have a following line : cs cs.tpkkoja I use "s/\bcs\b/ /;" to deleting the word "cs" and i don't want to = deleting "cs.tpkkoja" but, i get this result : .tpkkoja all the word "cs" is deleted include in "cs.tpkkoja". Any Suggestions ? ________________________________ Eko Suwarsono ekoz@melsa.net.id ------=_NextPart_000_0019_01C1CF24.00AE9BE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi All,
 
I have a little problem with perl. I = try to delete=20 a few line in a file with perl. I have a following line = :
 
cs
cs.tpkkoja
 
I use "s/\bcs\b/ /;" to deleting = the word "cs"=20 and i don't want to deleting  "cs.tpkkoja" but, i get this = result=20 :
 
     = .tpkkoja
all the word "cs" is deleted include in = "cs.tpkkoja".
Any Suggestions ?
 
________________________________
 Eko=20 Suwarsono
 ekoz@melsa.net.id
------=_NextPart_000_0019_01C1CF24.00AE9BE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 18: 5:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.macconnect.com (mail.macconnect.com [204.68.168.11]) by hub.freebsd.org (Postfix) with SMTP id 7F1ED37B419 for ; Mon, 18 Mar 2002 18:05:25 -0800 (PST) Received: (qmail 7453 invoked by uid 0); 19 Mar 2002 02:10:55 -0000 Received: from unknown (HELO ?10.0.1.7?) (24.168.28.19) by mail.macconnect.com with SMTP; 19 Mar 2002 02:10:55 -0000 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Mon, 18 Mar 2002 21:06:18 -0500 Subject: Tracking down bandwidth hogs... From: Brendan McAlpine To: FreeBSD Message-ID: In-Reply-To: <20020319015626.GB530@hades.hell.gr> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a FreeBSD 4.3 machine running as a queuing mail server (qmail). There is no load on the server at all according to uptime and qmail commands, but my mrtg graph for that machine is showing a huge amount of bandwidth usage. How can I track down the cause of this usage? Mail logs don't indicate any mail activity.... TIA Brendan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 18:12:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from c009.snv.cp.net (c009-h012.c009.snv.cp.net [209.228.34.125]) by hub.freebsd.org (Postfix) with SMTP id 6607337B41A for ; Mon, 18 Mar 2002 18:12:13 -0800 (PST) Received: (cpmta 24945 invoked from network); 18 Mar 2002 18:12:12 -0800 Date: 18 Mar 2002 18:12:12 -0800 Message-ID: <20020319021212.24944.cpmta@c009.snv.cp.net> X-Sent: 19 Mar 2002 02:12:12 GMT Received: from [205.150.212.5] by mail.canada.com with HTTP; 18 Mar 2002 18:12:12 PST Content-Type: text/plain Content-Disposition: inline Mime-Version: 1.0 To: questions@FreeBSD.ORG From: dill@canada.com X-Mailer: Web Mail 3.9.3.11 X-Sent-From: dill@canada.com Subject: Latest Release? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am trying to download the latest release version, I know right now it is 4.5 but I also heard of 4.5-RELEASEp2 which fixes bugs. I am wondering where I can download the p2 version instead of the 4.5-RELEASE? Most FTP that I look has the stable and current branches and the release still looks like the original release, no sign of p2 at all.... __________________________________________________________ Get your FREE personalized e-mail at http://www.canada.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 18:16:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from c009.snv.cp.net (c009-h021.c009.snv.cp.net [209.228.34.134]) by hub.freebsd.org (Postfix) with SMTP id 1C15D37B419 for ; Mon, 18 Mar 2002 18:16:08 -0800 (PST) Received: (cpmta 26259 invoked from network); 18 Mar 2002 18:16:07 -0800 Date: 18 Mar 2002 18:16:07 -0800 Message-ID: <20020319021607.26258.cpmta@c009.snv.cp.net> X-Sent: 19 Mar 2002 02:16:07 GMT Received: from [205.150.212.5] by mail.canada.com with HTTP; 18 Mar 2002 18:16:07 PST Content-Type: text/plain Content-Disposition: inline Mime-Version: 1.0 To: bmcalpine@macconnect.com, questions@freebsd.org From: dill@canada.com X-Mailer: Web Mail 3.9.3.11 X-Sent-From: dill@canada.com Subject: Re: Tracking down bandwidth hogs... Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 18 March 2002, Brendan McAlpine wrote: Run netstat -an and see what ports are open. That gives you an idea of what services are offered. If still in doubt, try tcpdump and see what sort of packets actually gets to the interface. > I have a FreeBSD 4.3 machine running as a queuing mail server (qmail). > There is no load on the server at all according to uptime and qmail > commands, but my mrtg graph for that machine is showing a huge amount of > bandwidth usage. > > How can I track down the cause of this usage? Mail logs don't indicate any > mail activity.... __________________________________________________________ Get your FREE personalized e-mail at http://www.canada.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 18:23:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cauchy.clarkevans.com (209-9-30-66.sdsl.cais.net [209.9.30.66]) by hub.freebsd.org (Postfix) with ESMTP id 2D3EA37B416 for ; Mon, 18 Mar 2002 18:23:22 -0800 (PST) Received: from cce by cauchy.clarkevans.com with local (Exim 3.33 #1) id 16n9JJ-00079V-00 for freebsd-questions@freebsd.org; Mon, 18 Mar 2002 21:25:13 -0500 Date: Mon, 18 Mar 2002 21:25:13 -0500 From: "Clark C . Evans" To: freebsd-questions@freebsd.org Subject: ipfw / tinydns settings Message-ID: <20020318212513.A27453@doublegemini.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello. I'm running tinydns on a box with ipfw, what incantation do I need to allow dns queries to the box? I have... add pass all from any to any via lo0 add pass udp from any to me 53 keep-state add pass udp from me to any 53 Anyway, I read the ipfw manual but I don't quite grok what's going on; it looks like the queries are making their way in, but the response from tinydns is being blocked. As soon as I put "add pass udp from any to any" it works... but I did this just to make sure that it is a ipfw issue. Thanks! Clark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 18:46:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from janeway.vonbek.dhs.org (bgm-24-24-79-198.stny.rr.com [24.24.79.198]) by hub.freebsd.org (Postfix) with ESMTP id BF5D137B405 for ; Mon, 18 Mar 2002 18:46:20 -0800 (PST) Received: by janeway.vonbek.dhs.org (Postfix, from userid 12347) id DFC84E77120; Mon, 18 Mar 2002 21:47:32 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id DD3546A8C0A for ; Mon, 18 Mar 2002 21:47:32 -0500 (EST) Date: Mon, 18 Mar 2002 21:47:32 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: FreeBSD Questions Subject: Re: 2 audio streams In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 18 Mar 2002, John Bleichert wrote: > As long as your sound card is full-duplex (and the driver supports > it) this should't be a problem. Which sound card? I'll try it on my > SBLive! when I get home, which I know is full-duplex. > > On Sun, 17 Mar 2002, Jeff Jeter wrote: > > > Date: Sun, 17 Mar 2002 17:49:20 -0500 > > From: Jeff Jeter > > To: FreeBSD Questions > > Subject: 2 audio streams > > > > Is there a way that i can have 2 ausio apps open at once (ie. XMMA and > > AVIPlay) and both have audio? > > > > Thanks, > > Jeff Jeter > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > Geez, I dunno. I'm running xmms using the libmpg123 driver and I can play an audio CD at the same time, but I can't seem to run another instance of the libmpg123 driver - /dev/dsp is busy. This is with an SBLive!. I can play multiple mp3 streams in Linux (mpg123 and xmms) but not here. Oh well, not a biggie. Just trying to add some empirical data. JB |-John Bleichert----syborg@stny.rr.com----------------| |-------------------http://vonbek.dhs.org/latest.jpg--| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 18:47:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail4.nc.rr.com (fe4.southeast.rr.com [24.93.67.51]) by hub.freebsd.org (Postfix) with ESMTP id D08ED37B400 for ; Mon, 18 Mar 2002 18:47:31 -0800 (PST) Received: from i8k.babbleon.org ([66.57.85.154]) by mail4.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Mon, 18 Mar 2002 21:46:22 -0500 Received: by i8k.babbleon.org (Postfix, from userid 111) id C0896BA05; Mon, 18 Mar 2002 21:45:51 -0500 (EST) Content-Type: text/plain; charset="iso-8859-1" From: Brian T.Schellenberger To: , "'Giorgos Keramidas'" Subject: Re: Newbie Question Date: Mon, 18 Mar 2002 21:45:51 -0500 X-Mailer: KMail [version 1.3] Cc: "FreeBSD" References: <001d01c1cfca$b688b300$6401a8c0@p1> In-Reply-To: <001d01c1cfca$b688b300$6401a8c0@p1> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020319024551.C0896BA05@i8k.babbleon.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday 19 March 2002 11:50 pm, Beauford wrote: | This is the site I read and is what I did, but still no go. I did it | again and tried to manually mount the drive and get "incorrect | superblock". I am using wd1s1e for the drive designation. So maybe my | problem is something else. Any suggestions? For the name of the drive, check "dmesg." Then newfs /dev/ and then mount it. | | Thanks | | -----Original Message----- | From: Giorgos Keramidas [mailto:keramida@ceid.upatras.gr] | Sent: March 17, 2002 8:00 PM | To: Beauford | Cc: FreeBSD | Subject: Re: Newbie Question | | On 2002-03-18 22:34, Beauford wrote: | > I should probably be able to find this, but It is escaping me right | > now. I just added another drive to my existing FreeBSD box and went | > into /stand/sysinstall and fdisked and labelled the drive | > appropriately, but how do I format it and get it mounted (actually, | > mounting is not a problem, but what is the drive called? My first | > drive is ad0s1a). | | You'll find a wealth of information about this in the FreeBSD.org | article "Formatting Media for use with FreeBSD". Find it online at: | | http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/formatting-media/ | | Giorgos Keramidas FreeBSD Documentation Project | keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ | | | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-questions" in the body of the message -- Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) Brian, the man from Babble-On . . . . bts@babbleon.org (personal) ME --> http://www.babbleon.org http://www.eff.org <-- GOOD GUYS --> http://www.programming-freedom.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 18:49:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts10-srv.bellnexxia.net (tomts10.bellnexxia.net [209.226.175.54]) by hub.freebsd.org (Postfix) with ESMTP id 0667D37B417 for ; Mon, 18 Mar 2002 18:49:09 -0800 (PST) Received: from there ([64.231.182.96]) by tomts10-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with SMTP id <20020319024908.DKQO13142.tomts10-srv.bellnexxia.net@there>; Mon, 18 Mar 2002 21:49:08 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Steve Brown To: "Tony Vickers" , freebsd-questions@FreeBSD.ORG Subject: Re: Which BSD Date: Mon, 18 Mar 2002 21:49:04 -0500 X-Mailer: KMail [version 1.3.2] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020319024908.DKQO13142.tomts10-srv.bellnexxia.net@there> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In my humble opinion (I'm somewhat new at this). I tried FreeBSD, OpenBSD, NetBSD in that order, and finally settled on FreeBSD. FreeBSD's easy to use and has all the bells & whistles, best documentation, and seems to be a little more conservative with it's components (eg. still uses tried&true Xfree86 3.3.6... which is good, I couldn't get 4x to work) Openbsd's default install is very secure (so secure that I could not configure it to send or receive any mail). This one's not for beginners, I gave up trying to make it do anything useful... NetBSD's default install is sparse, but it runs on just about anything! On March 18, 2002 07:01 pm, Tony Vickers wrote: > I would like to thank the guys that answered my question about SM{P, > Thanks! We are going to move forward with BSD. But THE question still needs > to be answered. I do not want to start a flame war on between the BSDs,and > or linux or should I say GNU-linux but I need to know which BSD is best. > Thanks for the help. > > Tony > > Tony Vickers > Unix-Linux Systems Administrator > (oo) iM Networks Inc. Work - 650.230.0449 > / \/ \ 305 West Evelyn Ave. Cell - 650.580.3542 > /( )\ Mountain View, CA 94041 Fax - 650.967.3924 > ~^--^~ http://www.imnetworks.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 Mar 18 18:49:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts22-srv.bellnexxia.net (tomts22.bellnexxia.net [209.226.175.184]) by hub.freebsd.org (Postfix) with ESMTP id C020637B416 for ; Mon, 18 Mar 2002 18:49:13 -0800 (PST) Received: from [192.168.1.3] ([64.230.110.102]) by tomts22-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020319024912.SKSD5039.tomts22-srv.bellnexxia.net@[192.168.1.3]> for ; Mon, 18 Mar 2002 21:49:12 -0500 User-Agent: Microsoft-Entourage/9.0.1.3108 Date: Mon, 18 Mar 2002 21:50:30 -0500 Subject: Introduction - Serence From: Allan Wille To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello I'll keep my message brief. I'd like to introduce myself and the company I represent as CEO - Serence. Since our inception, we have focused on enabling Content Service Providers, like you, to extend their existing Web-based content to their audience and customers in a persistent real-time desktop channel. I believe that we could increase repeat traffic to your site, and help you differentiate among increasing competition. I'd like to chat with you or one of your colleagues about the possibility of working together. Best regards and thank you in advance Allan Wille PS - we are Ottawa based as well. A brief company intro. Serence Inc. was founded to address the growing need for content service providers to offer real-time value added information services. Our information channel software reduces customer churn and increases traffic or subscriptions to revenue sources. The Serence solution, developed around a live, automated information channel, enables subscribing users to reduce time spent gathering information and gives content providers a persistent and scalable way to deliver timely information directly to their audience. Serence will change the way we receive and publish information. s e r e n c e | you have better things to do. Allan Wille President & CEO t. 613.255.1975 Corporate: http://www.serence.com Product beta site: http://www.klipfarm.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 18:54:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from titus.lastamericanempire.com (dsl081-101-239.den1.dsl.speakeasy.net [64.81.101.239]) by hub.freebsd.org (Postfix) with ESMTP id BE23737B400 for ; Mon, 18 Mar 2002 18:54:46 -0800 (PST) Received: by titus.lastamericanempire.com (Postfix, from userid 1000) id 34E4520FC6; Mon, 18 Mar 2002 20:02:22 -0700 (MST) Date: Mon, 18 Mar 2002 20:02:22 -0700 From: Zach Thompson To: ekoz Cc: freebsd-questions@FreeBSD.ORG Subject: Re: perl question Message-ID: <20020318200222.A6691@lastamericanempire.com> References: <001c01c1cee9$54b626d0$d4e18aca@melsa.net.id> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <001c01c1cee9$54b626d0$d4e18aca@melsa.net.id>; from ekoz@melsa.net.id on Tue, Mar 19, 2002 at 08:56:47AM +0700 X-Mailer: Mutt http://www.mutt.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * ekoz [020318 19:07]: > Hi All, > > I have a little problem with perl. I try to delete a few line in a file with perl. I have a following line : > > cs > cs.tpkkoja > > I use "s/\bcs\b/ /;" to deleting the word "cs" and i don't want to deleting "cs.tpkkoja" but, i get this result : > > .tpkkoja > all the word "cs" is deleted include in "cs.tpkkoja". > Any Suggestions ? If the "cs" you want to delete is always on a line of itself: s/^cs$//; You could add other things like checking for leading/trailing whitespace too. Zach Thompson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 19:25: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe63.pav2.hotmail.com [64.4.36.197]) by hub.freebsd.org (Postfix) with ESMTP id 9782437B400 for ; Mon, 18 Mar 2002 19:24:59 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Mar 2002 19:24:59 -0800 X-Originating-IP: [66.32.84.159] From: "Jeff Jeter" To: "John Bleichert" Cc: "FreeBSD Questions" References: Subject: Re: 2 audio streams Date: Mon, 18 Mar 2002 22:22:18 -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.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: X-OriginalArrivalTime: 19 Mar 2002 03:24:59.0690 (UTC) FILETIME=[A66300A0:01C1CEF5] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Builtin card i'm using the default device pcm driver. Do i need to use another? ----- Original Message ----- From: "John Bleichert" To: "Jeff Jeter" Cc: "FreeBSD Questions" Sent: Monday, March 18, 2002 10:55 AM Subject: Re: 2 audio streams > > As long as your sound card is full-duplex (and the driver supports > it) this should't be a problem. Which sound card? I'll try it on my > SBLive! when I get home, which I know is full-duplex. > > On Sun, 17 Mar 2002, Jeff Jeter wrote: > > > Date: Sun, 17 Mar 2002 17:49:20 -0500 > > From: Jeff Jeter > > To: FreeBSD Questions > > Subject: 2 audio streams > > > > Is there a way that i can have 2 ausio apps open at once (ie. XMMA and > > AVIPlay) and both have audio? > > > > Thanks, > > Jeff Jeter > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > -- > |-John Bleichert----syborg@stny.rr.com----------------| > |-------------------http://vonbek.dhs.org/latest.jpg--| > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 19:41:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtprelay3.dc3.adelphia.net (smtprelay3.dc3.adelphia.net [24.50.78.6]) by hub.freebsd.org (Postfix) with ESMTP id 9354237B402 for ; Mon, 18 Mar 2002 19:41:33 -0800 (PST) Received: from gteworldwind ([216.202.164.30]) by smtprelay3.dc3.adelphia.net (Netscape Messaging Server 4.15) with SMTP id GT7BHV00.VM8; Mon, 18 Mar 2002 22:39:31 -0500 MIME-Version: 1.0 X-Mailer: Smartcode ObjectSet 1.0 From: Greg Oshiro Subject: Re[2]: Problem with dhclient Date: Mon, 18 Mar 2002 19:39:00 To: jester@panix.com, scott@smnolde.com Cc: freebsd-questions@FreeBSD.ORG Content-Type: multipart/mixed; boundary="=PMail:=_0002@@fhrzFmxbdVQpSN5VukYC" Message-Id: <20020319034134.9354237B402@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=PMail:=_0002@@fhrzFmxbdVQpSN5VukYC Content-Type: text/plain Content-Transfer-Encoding: quoted-printable This is my first reply to the list, so please let me know of any screw-ups.= .. Try: kill dhclient -1 After connecting to the "new" network I think the -1 option causes dhclient to attempt obtaining a lease. I don't use DHCP, so I can't test it. Thanx, goshiro@compuserve.com =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D From: Jesse Sheidlower To: Internet Mail::["Scott M. Nolde" ] cc: Internet Mail::[freebsd-questions@FreeBSD.ORG] Subject: Re: Problem with dhclient Date: 3/18/02 3:37 PM On Mon, Mar 18, 2002 at 02:11:56PM -0500, Scott M. Nolde wrote: > Jesse Sheidlower(jester@panix.com)@2002.03.18 14:07:36 +0000: > > = > > I'm running FreeBSD on a laptop computer, and in general I'm pretty > > ignorant about networking issues. I'm having some difficulty using > > the dhclient program and was hoping someone could give me a hand. > > = > > After booting, if I'm plugged into a network with a DHCP server on it, > > I can run dhclient and get assigned everything I need and be > > connected. However, if I move the computer from one DHCP network to > > another without shutting it down, I cannot seem to get new networking > > information. If I don't touch anything, the previous settings stay in > > place (whether I had previously been using dhclient, or had manually > > configured for a static network); when I try to run dhclient I get the > > message "ifconfig: icotl (SIOCAIFADDR): File exists" (and no other > > ouput), and running "ifconfig" shows no inet configuration, though I > > do get a "status: active" line under fxp0 (my Ethernet card). Bringing > > fxp0 down and up has no effect. > > = > > I've run through a number of experiments, and all I can say is that > > rebooting the machine _always_ allows me to successfully configure > > using dhclient. I've looked through the various man pages for = > > dhclient and its related scripts and conf files, and looked online > > for advice, and haven't seen anything useful. > > = > > Any ideas? It's something of a pain to have to reboot the computer > > every time I move it. > > = > > Thanks, > > = > > Jesse Sheidlower > > > = > Did you try killing the dhclient process and then rerunning it again at > the new location? = Yes, I did. It had no effect--I got the same result of the "File exists", though after I had killed the dhclient process, it had to churn for a while before it returned me to a shell prompt. (I should mention that after rebooting, I also get the "File exists" message, but this is followed by a bunch of address assignments, not by a shell prompt.) > You could also remove the inet address from the nic > using ifconfig and then running dhclient. After the usual process, the ifconfiguration I have is without an inet address, but I did try to manually assign a bogus address and then run dhclient and it didn't work. Once again, by rebooting I was able to run dhclient and get an address assigned. Thanks....Hope I can work this out. Jesse Sheidlower To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message --=PMail:=_0002@@fhrzFmxbdVQpSN5VukYC-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 19:52:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from corp1.cbn.net.id (corp1.cbn.net.id [202.158.3.24]) by hub.freebsd.org (Postfix) with ESMTP id F2B5C37B404 for ; Mon, 18 Mar 2002 19:52:33 -0800 (PST) Received: from dante.naver.co.id (unknown [202.158.82.9]) by corp1.cbn.net.id (Postfix) with ESMTP id 298C51E8A5 for ; Tue, 19 Mar 2002 10:52:26 +0700 (WIT) Received: by dante.naver.co.id (Postfix, from userid 1000) id 428105C274; Tue, 19 Mar 2002 10:52:28 +0700 (WIT) Date: Tue, 19 Mar 2002 10:52:28 +0700 From: John Indra To: freebsd-questions@freebsd.org Subject: Socket Programming in UN*X Message-ID: <20020319105228.A78257@office.naver.co.id> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mailer: Mutt 1.2.5.1i on FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi... Can anyone point me to URLs that have tutorials on socket programming in UN*X. I am a novice C programmer and need a step-by-step with explanation kind of tutorial. tq /john "I go, I fight, and I win!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 19:56:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dc-mx08.cluster1.charter.net (dc-mx08.cluster0.hsacorp.net [209.225.8.18]) by hub.freebsd.org (Postfix) with ESMTP id 4651B37B405 for ; Mon, 18 Mar 2002 19:56:48 -0800 (PST) Received: from [24.171.17.213] (HELO trollbox) by dc-mx08.cluster1.charter.net (CommuniGate Pro SMTP 3.5.3) with SMTP id 24590201 for questions@FreeBSD.org; Mon, 18 Mar 2002 22:56:25 -0500 Message-ID: <000a01c1cefa$66285670$0400a8c0@trollbox> From: "Louis" To: Subject: Question about xfree86 version and FreeBSD Date: Mon, 18 Mar 2002 21:58:54 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C1CEC8.185C5590" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 Disposition-Notification-To: "Louis" X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C1CEC8.185C5590 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I can't find the answer to this question in your docs: What version of your software includes xfree86 4.1.0 or higher as the = default version of xfree86 available during install? I use a Matrox = G450. I was not able to get xfree86 installed on my system = post-install. I'm a newbie. For some reason, the cvsup without gui package I = downloaded via ftp and installed with pkg_add after my 4.5 release = install doesn't seem to work either. So basically, I'm not able to learn FreeBSD yet using the GUI. So for = now, I'm stuck learning *nix using Linux instead of FreeBSD. Help! I downloaded 4.5 release. It installed OK without gui, but I want to = use FreeBSD as both a server and as a desktop with Gnome or KDE; so I = need xfree86 4.1.0 to work with my video card. Thank you very much, Louis ------=_NextPart_000_0007_01C1CEC8.185C5590 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
I can't find the answer to this = question in your=20 docs:
 
What version of your software includes = xfree86=20 4.1.0 or higher as the default version of xfree86 available during=20 install?  I use a Matrox G450.  I was not able to get xfree86=20 installed on my system post-install.
 
I'm a newbie.  For some reason, = the cvsup=20 without gui package I downloaded via ftp and installed with = pkg_add after=20 my 4.5 release install doesn't seem to work either.
 
So basically, I'm not able to learn = FreeBSD yet=20 using the GUI.  So for now, I'm stuck learning *nix using Linux = instead of=20 FreeBSD.  Help!
 
I downloaded 4.5 release.  It = installed OK=20 without gui, but I want to use FreeBSD as both a server and as a desktop = with=20 Gnome or KDE; so I need xfree86 4.1.0 to work with my video = card.
 
Thank you very much,
 
Louis
------=_NextPart_000_0007_01C1CEC8.185C5590-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 19:59:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from zapper.org (gso26-96-004.triad.rr.com [66.26.96.4]) by hub.freebsd.org (Postfix) with ESMTP id E49C637B402 for ; Mon, 18 Mar 2002 19:59:29 -0800 (PST) Received: (from Zapper@localhost) by zapper.org (8.11.6/8.9.3) id g2J3vkZ69542; Mon, 18 Mar 2002 22:57:46 -0500 (EST) (envelope-from Zapper) Date: Mon, 18 Mar 2002 22:57:45 -0500 From: Zapper To: freebsd-questions@FreeBSD.ORG Subject: Mozilla install problems. Message-Id: <20020318225745.4802e3d6.Zapper@FoxChat.Net> Organization: FoxSurfer Group X-Mailer: Sylpheed version 0.7.2claws (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've tried for the last 3 days to get the latest ported version of mozilla (PORTVERSION= 0.9.9) to install on my FreeBSD-4.5 Stable box to no avail. I've looked with no luck to find if there was anything on this. The following is the errors - In file included from ../x11shared/nsAntiAliasedGlyph.h:9, from nsAntiAliasedGlyph.cpp:47: /usr/local/include/freetype2/freetype/ftglyph.h:104: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:106: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:157: syntax error before `;' /usr/local/include/freetype2/freetype /ftglyph.h:205: syntax error before `;' /usr/local/include/freetype2/freetype/ftglyph.h:227: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:228: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:250: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:251: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:280: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:281: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:360: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:436: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:437: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:455: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:486: syntax error before `(' /usr/local/include/freetype2/freetype/ftglyph.h:505: `FT_Error' was not declared in this scope /usr/local/include/freetype2/freetype/ftglyph.h:506: syntax error before `(' In file included from nsAntiAliasedGlyph.cpp:47: .../x11shared/nsAntiAliasedGlyph.h:45: `FT_BBox' was not declared in this scope .../x11shared/nsAntiAliasedGlyph.h:45: `aBbox' was not declared in this scope .../x11shared/nsAntiAliasedGlyph.h:45: syntax error before `,' .../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ forbids initialization of member `WrapFreeType' .../x11shared/nsAntiAliasedGlyph.h:46: making `WrapFreeType' static .../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ forbids in-class initialization of non-const static member `WrapFreeType' nsAntiAliasedGlyph.cpp:104: `FT_BBox' was not declared in this scope nsAntiAliasedGlyph.cpp:104: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:104: syntax error before `,' nsAntiAliasedGlyph.cpp:106: duplicate initialization of nsAntiAliasedGlyph::WrapFreeType nsAntiAliasedGlyph.cpp:106: initializer list being treated as compound expression nsAntiAliasedGlyph.cpp:106: syntax error before `{' nsAntiAliasedGlyph.cpp:108: ANSI C++ forbids declaration `mDescent' with no type nsAntiAliasedGlyph.cpp:108: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:109: ANSI C++ forbids declaration `mLBearing' with no type nsAntiAliasedGlyph.cpp:109: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:110: ANSI C++ forbids declaration `mRBearing' with no type nsAntiAliasedGlyph.cpp:110: `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:111: ANSI C++ forbids declaration `mAdvance' with no type nsAntiAliasedGlyph.cpp:111: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:112: ANSI C++ forbids declaration `mWidth' with no type nsAntiAliasedGlyph.cpp:112: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:113: ANSI C++ forbids declaration `mHeight' with no type nsAntiAliasedGlyph.cpp:113: `aSlot' was not declared in this scope nsAntiAliasedGlyph.cpp:116: syntax error before `if' {standard input}: Assembler messages: {standard input}:320: Error: Rest of line ignored. First ignored character is `:'. {standard input}:326: Error: Rest of line ignored. First ignored character is `:'. {standard input}:332: Error: Rest of line ignored. First ignored character is `:'. {standard input}:338: Error: Rest of line ignored. First ignored character is `:'. {standard input}:344: Error: Rest of line ignored. First ignored character is `:'. {standard input}:350: Error: Rest of line ignored. First ignored character is `:'. gmake[4]: *** [nsAntiAliasedGlyph.o] Error 1 gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src/gtk' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx' gmake[1]: *** [tier_9] Error 2 gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/mozilla. *** Error code 1 Stop in /usr/ports/www/mozilla. *** Error code 1 Stop in /usr/ports/www/mozilla. *** Error code 1 Stop in /usr/ports/www/mozilla. I've tried reinstalling gtk12 and freetype and several other things ... the real hoot is, I got "linux-mozilla" installed ... go figure. I'd appreciate it if anyone has a solution or knows where I can find a solution. Respectfully, Mark Barthelemy -- Admin-FoxSurfer.Com FreeBSD 4.5-STABLE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 20: 2:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mooseriver.com (superior.mooseriver.com [205.166.121.28]) by hub.freebsd.org (Postfix) with ESMTP id D6DD537B417 for ; Mon, 18 Mar 2002 20:02:19 -0800 (PST) Received: (from jgrosch@localhost) by mooseriver.com (8.11.6/8.11.5) id g2J422I27926; Mon, 18 Mar 2002 20:02:02 -0800 (PST) (envelope-from jgrosch) Date: Mon, 18 Mar 2002 20:02:02 -0800 From: Josef Grosch To: John Indra Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Socket Programming in UN*X Message-ID: <20020319040202.GA27901@mooseriver.com> Reply-To: jgrosch@mooseriver.com References: <20020319105228.A78257@office.naver.co.id> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020319105228.A78257@office.naver.co.id> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Mar 19, 2002 at 10:52:28AM +0700, John Indra wrote: > Hi... > > Can anyone point me to URLs that have tutorials on socket programming in > UN*X. I am a novice C programmer and need a step-by-step with explanation > kind of tutorial. Unix Network Programming by W. Richard Stevens Josef -- Josef Grosch | Another day closer to a | FreeBSD 4.5 jgrosch@MooseRiver.com | Micro$oft free world | www.bafug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 20: 2:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from CYPHER.turbonet.com (cypher.turbonet.com [206.228.112.5]) by hub.freebsd.org (Postfix) with ESMTP id C8EC737B404 for ; Mon, 18 Mar 2002 20:02:30 -0800 (PST) Received: from [63.161.20.112] by CYPHER.turbonet.com (NTMail 7.01.0028/NT0409.00.990455ed) with ESMTP id iiqxpbaa for freebsd-questions@freebsd.org; Mon, 18 Mar 2002 20:02:24 -0800 Date: Mon, 18 Mar 2002 20:02:10 -0800 (PST) From: Nick Webb Subject: TkRat and ispell 3.1.xx To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: MULTIPART/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; BOUNDARY="0-1804289383-1016510542=:92370" Message-Id: <04022323407926@CYPHER.turbonet.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --0-1804289383-1016510542=:92370 Content-Type: TEXT/plain; charset=us-ascii Hi, I've just finished a big search for the 'perfect' email client, and have stopped with a client that leaves me 95% satisfied: TkRat. In order to gain the other 5% I need spell checking . . . I have ispell installed (3.2.05), but TkRat says "Sorry, you do not have Ispell 3.1.xx installed." when I try to use spell check. I know some of you out there must use this excellent client, so how did you get around this? Perhaps there is a compile-time option or some preference setting that I missed, I hope so. I don't want to install ispell 3.1.xx just for TkRat, but I just might if there isn't another way. Thanks. PS: Please let me know if you think this type of question is bad for this list. I figured it was appropriate since users of the program in FreeBSD would have ran into the same problem. -- Nick Webb http://www.uidaho.edu/~nickw/ --0-1804289383-1016510542=:92370 Content-Type: APPLICATION/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8lrhIPIwkmIhNJygRAu00AKDlgUlKTWikgS4Uj+Dt5HKkw3juTACg1JAR XbbxVasmMpYeF94hYbayotw= =TRnu -----END PGP SIGNATURE----- --0-1804289383-1016510542=:92370-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 20: 8:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rain.macguire.net (sense-sea-MegaSub-1-125.oz.net [216.39.144.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BBE637B402 for ; Mon, 18 Mar 2002 20:08:53 -0800 (PST) Received: (from roo@localhost) by rain.macguire.net (8.11.6/8.11.6) id g2J46DA07830; Mon, 18 Mar 2002 20:06:13 -0800 (PST) (envelope-from roo) Date: Mon, 18 Mar 2002 20:06:13 -0800 From: Benjamin Krueger To: John Indra Cc: freebsd-questions@FreeBSD.ORG, Josef Grosch Subject: Re: Socket Programming in UN*X Message-ID: <20020318200613.I93644@rain.macguire.net> References: <20020319105228.A78257@office.naver.co.id> <20020319040202.GA27901@mooseriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020319040202.GA27901@mooseriver.com>; from jgrosch@mooseriver.com on Mon, Mar 18, 2002 at 08:02:02PM -0800 X-PGP-Key: http://www.macguire.net/benjamin/public_key.asc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Josef Grosch (jgrosch@mooseriver.com) [020318 20:00]: > On Tue, Mar 19, 2002 at 10:52:28AM +0700, John Indra wrote: > > Hi... > > > > Can anyone point me to URLs that have tutorials on socket programming in > > UN*X. I am a novice C programmer and need a step-by-step with explanation > > kind of tutorial. > > > Unix Network Programming by W. Richard Stevens > > > > Josef > > -- > Josef Grosch | Another day closer to a | FreeBSD 4.5 > jgrosch@MooseRiver.com | Micro$oft free world | www.bafug.org You might also consider Beej's guide to Network Programming, as a cheaper alternative until you can afford to invest in Stevens' incredible books (and you most definately should). http://www.ecst.csuchico.edu/~beej/guide/net/ -- Benjamin Krueger "Life is far too important a thing ever to talk seriously about." - Oscar Wilde (1854 - 1900) ---------------------------------------------------------------- Send mail w/ subject 'send public key' or query for (0x251A4B18) Fingerprint = A642 F299 C1C1 C828 F186 A851 CFF0 7711 251A 4B18 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 20:13:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (mail.pioneernet.net [207.115.64.224]) by hub.freebsd.org (Postfix) with ESMTP id EAAFC37B404 for ; Mon, 18 Mar 2002 20:13:07 -0800 (PST) Received: from chip.wiegand.org [66.114.152.128] by pioneernet.net (SMTPD32-6.06) id AB79A9050090; Mon, 18 Mar 2002 20:15:53 -0800 Date: Mon, 18 Mar 2002 20:13:10 +0000 From: Chip Wiegand To: "Louis" Cc: questions@FreeBSD.org Subject: Re: Question about xfree86 version and FreeBSD Message-Id: <20020318201310.7b81a585.chip@wiegand.org> In-Reply-To: <000a01c1cefa$66285670$0400a8c0@trollbox> References: <000a01c1cefa$66285670$0400a8c0@trollbox> Organization: Alternative Operating Systems X-Mailer: Sylpheed version 0.7.0claws (GTK+ 1.2.10; i386--freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 18 Mar 2002 21:58:54 -0600 "Louis" wrote: > Hi, > > I can't find the answer to this question in your docs: > > What version of your software includes xfree86 4.1.0 or higher as the > default version of xfree86 available during install? None, only 3.3.6 is installed by default. > I use a Matrox > G450. I was not able to get xfree86 installed on my system > post-install. What are the error messages? Provide a bit more info please. > I'm a newbie. For some reason, the cvsup without gui package I > downloaded via ftp and installed with pkg_add after my 4.5 release > install doesn't seem to work either. Again, you need to provide details. > So basically, I'm not able to learn FreeBSD yet using the GUI. So for > now, I'm stuck learning *nix using Linux instead of FreeBSD. Help! > > I downloaded 4.5 release. It installed OK without gui, but I want to > use FreeBSD as both a server and as a desktop with Gnome or KDE; so I > need xfree86 4.1.0 to work with my video card. use sysinstall - /stand/sysinstall to install XFree86 4. The handbook has an excellant chapter on just this subject. Make sure you read it and follow it exactly, you will get it working. -- Chip W www.wiegand.org chip@wiegand.org > Thank you very much, > > Louis > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 20:28:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blues.hodgsonhouse.com (blues.hodgsonhouse.com [24.72.10.211]) by hub.freebsd.org (Postfix) with ESMTP id 6BDF037B400 for ; Mon, 18 Mar 2002 20:28:47 -0800 (PST) Received: by blues.hodgsonhouse.com (Postfix, from userid 500) id AAE217F510; Mon, 18 Mar 2002 22:11:03 -0600 (CST) Date: Mon, 18 Mar 2002 22:11:03 -0600 From: Tillman Hodgson To: John Indra Cc: freebsd-questions@freebsd.org Subject: Re: Socket Programming in UN*X Message-ID: <20020318221103.A8300@hodgsonhouse.com> References: <20020319105228.A78257@office.naver.co.id> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020319105228.A78257@office.naver.co.id>; from maverick@office.naver.co.id on Tue, Mar 19, 2002 at 10:52:28AM +0700 X-Editor: Vim Rocks! http://www.vim.org X-Mailer: Mutt Rocks! http://www.mutt.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Mar 19, 2002 at 10:52:28AM +0700, John Indra wrote: > Hi... > > Can anyone point me to URLs that have tutorials on socket programming in > UN*X. I am a novice C programmer and need a step-by-step with explanation > kind of tutorial. Beej's Guides (http://www.ecst.csuchico.edu/~beej/guide/) includes a Socket Programming Guide which is quite good: http://www.ecst.csuchico.edu/~beej/guide/net/ W. Richard Stevens wrote some excellent books on the topic. You can find some info on his website: http://www.kohala.com/start/ Hope this helps, -T -- 1. Out of clutter, find simplicity. 2. From discord, find harmony. 3. In the middle of difficulty lies opportunity. - Albert Einstein, Three rules of work To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 20:41:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uce55.uchaswv.edu (uce55.uchaswv.edu [12.4.161.9]) by hub.freebsd.org (Postfix) with ESMTP id C835D37B400 for ; Mon, 18 Mar 2002 20:41:56 -0800 (PST) Received: from there ([172.16.32.103]) by uce55.uchaswv.edu (8.9.3 (PHNE_22672)/8.9.3) with SMTP id XAA15358 for ; Mon, 18 Mar 2002 23:46:20 -0500 (EST) Message-Id: <200203190446.XAA15358@uce55.uchaswv.edu> Content-Type: text/plain; charset="iso-8859-1" From: Nathan Mace To: freebsd-questions@freebsd.org Subject: coda filesystems Date: Mon, 18 Mar 2002 23:41:54 -0500 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG has anyone here tried to use the coda filesystem on freebsd? it an alternative to NFS, but i can't get it to work. if anyone has used it before, maybe you could me what to do to fix it when venus reports thats it can't access /dev/cfs0?! i know this is a long shot, but any info would help alot. thanks nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 20:54: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from corp2.cbn.net.id (corp2.cbn.net.id [202.158.3.25]) by hub.freebsd.org (Postfix) with ESMTP id 9FB9437B404 for ; Mon, 18 Mar 2002 20:54:04 -0800 (PST) Received: from dante.naver.co.id (unknown [202.158.82.9]) by corp2.cbn.net.id (Postfix) with ESMTP id 8C85D732D for ; Tue, 19 Mar 2002 11:53:50 +0700 (WIT) Received: by dante.naver.co.id (Postfix, from userid 1000) id B9A0E5C274; Tue, 19 Mar 2002 11:53:38 +0700 (WIT) Date: Tue, 19 Mar 2002 11:53:38 +0700 From: John Indra To: freebsd-questions@FreeBSD.ORG Subject: Re: Socket Programming in UN*X Message-ID: <20020319115338.B78257@office.naver.co.id> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20020319105228.A78257@office.naver.co.id> <20020319040202.GA27901@mooseriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020319040202.GA27901@mooseriver.com>; from jgrosch@mooseriver.com on Mon, Mar 18, 2002 at 08:02:02PM -0800 X-Mailer: Mutt 1.2.5.1i on FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 18, 2002 at 08:02:02PM -0800, Josef Grosch wrote: >Unix Network Programming by W. Richard Stevens Unfortunately I live in a country that these kinds of good quality book is VERY VERY hard to find and buy... Any URLs instead? I have visited the Beej one. Any others? tq /john "I go, I fight, and I win!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 21: 5:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by hub.freebsd.org (Postfix) with ESMTP id 6F26737B400 for ; Mon, 18 Mar 2002 21:05:40 -0800 (PST) Received: from localhost (scanner@localhost) by sasami.jurai.net (8.11.6/8.11.6) with ESMTP id g2J55ND73312; Tue, 19 Mar 2002 00:05:25 -0500 (EST) (envelope-from scanner@sasami.jurai.net) Date: Tue, 19 Mar 2002 00:05:23 -0500 (EST) From: scanner@sasami.jurai.net To: John Indra Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Socket Programming in UN*X In-Reply-To: <20020319115338.B78257@office.naver.co.id> Message-ID: <20020319000509.N73280-100000@sasami.jurai.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 19 Mar 2002, John Indra wrote: > On Mon, Mar 18, 2002 at 08:02:02PM -0800, Josef Grosch wrote: > > >Unix Network Programming by W. Richard Stevens > > Unfortunately I live in a country that these kinds of good quality book is > VERY VERY hard to find and buy... Any URLs instead? I have visited the Beej > one. Any others? Thats what www.amazon.com is for :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 21:30:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from windmill.garlic.com (windmill-en0.garlic.com [208.195.160.130]) by hub.freebsd.org (Postfix) with ESMTP id AF74537B402 for ; Mon, 18 Mar 2002 21:30:25 -0800 (PST) Received: from garlic.com (164.sm7.dialup.garlic.net [216.139.3.164]) by windmill.garlic.com (8.11.1/8.11.1) with ESMTP id g2J5UOJ21862 for ; Mon, 18 Mar 2002 21:30:24 -0800 Message-ID: <3C96CCF6.2070409@garlic.com> Date: Mon, 18 Mar 2002 21:30:30 -0800 From: "Remington L." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.8) Gecko/20020309 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions Subject: gettext error? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG im trying to install gettext-0.10.40 via portupgrade: # portupgrade -RpvF gettext ** No need to upgrade 'libiconv-1.7_2' (>= libiconv-1.7_2). (specify -f to force) ** The port directory for 'devel/gettext-devel' does not exist. ---> Reporting the results (+:succeeded / -:ignored / *:skipped / !:failed) - converters/libiconv (libiconv-1.7_2) ! devel/gettext-devel (gettext-0.10.40) (port directory error) Is this just a simple error? And how can it be fixed? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 21:37:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gyros.marcuscom.com (09-089.006.popsite.net [64.24.38.89]) by hub.freebsd.org (Postfix) with ESMTP id BE69037B404 for ; Mon, 18 Mar 2002 21:37:02 -0800 (PST) Received: (from marcus@localhost) by gyros.marcuscom.com (8.11.6/8.11.6) id g2J5aVF00556; Tue, 19 Mar 2002 00:36:31 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: gyros.marcuscom.com: marcus set sender to marcus@marcuscom.com using -f Subject: Re: Mozilla install problems. From: Joe Marcus Clarke To: Zapper Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20020318225745.4802e3d6.Zapper@FoxChat.Net> References: <20020318225745.4802e3d6.Zapper@FoxChat.Net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-7vbXC+DgUFb7vVDoip+2" X-Mailer: Evolution/1.0.2 Date: 19 Mar 2002 00:36:30 -0500 Message-Id: <1016516190.283.4.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-7vbXC+DgUFb7vVDoip+2 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2002-03-18 at 22:57, Zapper wrote: > I've tried for the last 3 days to get the latest ported version of mozi= lla (PORTVERSION=3D 0.9.9) to install on my FreeBSD-4.5 Stable box to no av= ail. I've looked with no luck to find if there was anything on this. The = following is the errors - This has been discussed ad nauseam on freebsd-ports@, -stable, -questions, and -gnome. Please consult the archives at=20 http://www.freebsd.org/search/search.html For solutions. Joe >=20 > In file included from ../x11shared/nsAntiAliasedGlyph.h:9, > from nsAntiAliasedGlyph.cpp:47: > /usr/local/include/freetype2/freetype/ftglyph.h:104: syntax error before = `;' > /usr/local/include/freetype2/freetype/ftglyph.h:106: syntax error before = `;' > /usr/local/include/freetype2/freetype/ftglyph.h:157: syntax error before = `;' > /usr/local/include/freetype2/freetype /ftglyph.h:205: syntax error before= `;' > /usr/local/include/freetype2/freetype/ftglyph.h:227: `FT_Error' was not d= eclared in this scope > /usr/local/include/freetype2/freetype/ftglyph.h:228: syntax error before = `(' > /usr/local/include/freetype2/freetype/ftglyph.h:250: `FT_Error' was not d= eclared in this scope > /usr/local/include/freetype2/freetype/ftglyph.h:251: syntax error before = `(' > /usr/local/include/freetype2/freetype/ftglyph.h:280: `FT_Error' was not d= eclared in this scope > /usr/local/include/freetype2/freetype/ftglyph.h:281: syntax error before = `(' > /usr/local/include/freetype2/freetype/ftglyph.h:360: syntax error before = `(' > /usr/local/include/freetype2/freetype/ftglyph.h:436: `FT_Error' was not d= eclared in this scope > /usr/local/include/freetype2/freetype/ftglyph.h:437: syntax error before = `(' > /usr/local/include/freetype2/freetype/ftglyph.h:455: syntax error before = `(' > /usr/local/include/freetype2/freetype/ftglyph.h:486: syntax error before = `(' > /usr/local/include/freetype2/freetype/ftglyph.h:505: `FT_Error' was not d= eclared in this scope > /usr/local/include/freetype2/freetype/ftglyph.h:506: syntax error before = `(' > In file included from nsAntiAliasedGlyph.cpp:47: > .../x11shared/nsAntiAliasedGlyph.h:45: `FT_BBox' was not declared in this= scope > .../x11shared/nsAntiAliasedGlyph.h:45: `aBbox' was not declared in this s= cope > .../x11shared/nsAntiAliasedGlyph.h:45: syntax error before `,' > .../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ forbids initialization of= member `WrapFreeType' > .../x11shared/nsAntiAliasedGlyph.h:46: making `WrapFreeType' static > .../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ forbids in-class initiali= zation of non-const static member `WrapFreeType' > nsAntiAliasedGlyph.cpp:104: `FT_BBox' was not declared in this scope > nsAntiAliasedGlyph.cpp:104: `aBbox' was not declared in this scope > nsAntiAliasedGlyph.cpp:104: syntax error before `,' > nsAntiAliasedGlyph.cpp:106: duplicate initialization of nsAntiAliasedGlyp= h::WrapFreeType > nsAntiAliasedGlyph.cpp:106: initializer list being treated as compound ex= pression > nsAntiAliasedGlyph.cpp:106: syntax error before `{' > nsAntiAliasedGlyph.cpp:108: ANSI C++ forbids declaration `mDescent' with = no type > nsAntiAliasedGlyph.cpp:108: `aBbox' was not declared in this scope > nsAntiAliasedGlyph.cpp:109: ANSI C++ forbids declaration `mLBearing' with= no type > nsAntiAliasedGlyph.cpp:109: `aBbox' was not declared in this scope > nsAntiAliasedGlyph.cpp:110: ANSI C++ forbids declaration `mRBearing' with= no type > nsAntiAliasedGlyph.cpp:110: `aBbox' was not declared in this scope > nsAntiAliasedGlyph.cpp:111: ANSI C++ forbids declaration `mAdvance' with = no type > nsAntiAliasedGlyph.cpp:111: `aSlot' was not declared in this scope > nsAntiAliasedGlyph.cpp:112: ANSI C++ forbids declaration `mWidth' with no= type > nsAntiAliasedGlyph.cpp:112: `aSlot' was not declared in this scope > nsAntiAliasedGlyph.cpp:113: ANSI C++ forbids declaration `mHeight' with n= o type > nsAntiAliasedGlyph.cpp:113: `aSlot' was not declared in this scope > nsAntiAliasedGlyph.cpp:116: syntax error before `if' > {standard input}: Assembler messages: > {standard input}:320: Error: Rest of line ignored. First ignored characte= r is `:'. > {standard input}:326: Error: Rest of line ignored. First ignored characte= r is `:'. > {standard input}:332: Error: Rest of line ignored. First ignored characte= r is `:'. > {standard input}:338: Error: Rest of line ignored. First ignored characte= r is `:'. > {standard input}:344: Error: Rest of line ignored. First ignored characte= r is `:'. > {standard input}:350: Error: Rest of line ignored. First ignored characte= r is `:'. > gmake[4]: *** [nsAntiAliasedGlyph.o] Error 1 > gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src/= gtk' > gmake[3]: *** [libs] Error 2 > gmake[3]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src' > gmake[2]: *** [libs] Error 2 > gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx' > gmake[1]: *** [tier_9] Error 2 > gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla' > gmake: *** [default] Error 2 > *** Error code 2 >=20 > Stop in /usr/ports/www/mozilla. > *** Error code 1 >=20 > Stop in /usr/ports/www/mozilla. > *** Error code 1 >=20 > Stop in /usr/ports/www/mozilla. > *** Error code 1 >=20 > Stop in /usr/ports/www/mozilla. >=20 >=20 > I've tried reinstalling gtk12 and freetype and several other things ...= the real hoot is, I got "linux-mozilla" installed ... go figure. I'd appr= eciate it if anyone has a solution or knows where I can find a solution. >=20 > Respectfully, >=20 > Mark Barthelemy >=20 > --=20 > Admin-FoxSurfer.Com FreeBSD 4.5-STABLE >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 --=-7vbXC+DgUFb7vVDoip+2 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEABECAAYFAjyWzl4ACgkQb2iPiv4Uz4e2RQCdFZEfiykXenDSF4NAkAPbGvbB 4q4An1JJZ2gmksGlFDBncnOXrgrgutla =LrSw -----END PGP SIGNATURE----- --=-7vbXC+DgUFb7vVDoip+2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 21:57:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.notes.ricoh.co.jp (mail3.notes.ricoh.co.jp [202.211.49.20]) by hub.freebsd.org (Postfix) with ESMTP id AB18837B404 for ; Mon, 18 Mar 2002 21:57:24 -0800 (PST) Received: from delsol.isd.ricoh.co.jp (IDENT:mirapoint@delsol [133.139.250.75]) by mail3.notes.ricoh.co.jp (8.9.3+3.2W/3.7W) id OAA13491 for ; Tue, 19 Mar 2002 14:56:55 +0900 (JST) Received: from fdc.rdc.ricoh.co.jp ([10.56.62.16]) by delsol.isd.ricoh.co.jp (Mirapoint) with ESMTP id ACT92697; Tue, 19 Mar 2002 14:56:54 +0900 (JST) Received: from tomo (tomo [10.56.62.140]) by fdc.rdc.ricoh.co.jp (8.8.5+2.7Wbeta5/3.5Wpl701/28/98) with SMTP id PAA03064; Tue, 19 Mar 2002 15:05:22 +0900 (JST) Message-ID: <003301c1cf0a$deea3c80$8c3e380a@fdc.rdc.ricoh.co.jp> From: "Takumi Hirai" To: Cc: Subject: EAR Date: Tue, 19 Mar 2002 14:56:53 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002F_01C1CF56.4E765700" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_002F_01C1CF56.4E765700 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit To whom it may concern, We, RICOH Co. Ltd., would like to know whether the FreeBSD Software which we are obtaining from you are subject to Export Administration Regulation(EAR) of USA, or not. As you may be aware of, EAR not only prohibits to export "Controlled Hi-technology Products" and/or "Controlled Technologies" of US-origin from USA, but also to re-export them from FOREIGN COUNTRIES to the "Controlled countries", such as IRAN, IRAQ, LIBYA, NORTH KOREA, and CUBA, etc. If the FreeBSD Software is subject to EAR, please lets us know the contents of Commerce Control List(CCL), such as its Export Commodity Classification Number(ECCN), the reason for control, and the controlled countries for it. We thank you for your kind cooperation. Best regards, Takumi Hirai RICOH Co. Ltd. ------=_NextPart_000_002F_01C1CF56.4E765700 Content-Type: text/html; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable
To whom it may concern,
 
We, RICOH Co. Ltd., would like to know whether the = FreeBSD=20 Software which we are
obtaining from you are subject to Export = Administration=20 Regulation(EAR) of USA, or not.
 
As you may be aware of, EAR not only prohibits to = export=20 "Controlled
Hi-technology Products" and/or "Controlled Technologies" = of=20 US-origin from USA, but also to
re-export them from FOREIGN COUNTRIES = to the=20 "Controlled countries", such as IRAN, IRAQ,
LIBYA, NORTH KOREA, and = CUBA,=20 etc.
 
If the FreeBSD Software is subject to  EAR, = please lets=20 us know the contents of
Commerce Control List(CCL), such as its = Export=20 Commodity Classification Number(ECCN),
the reason for control, and the controlled countries = for=20 it.
 
We thank you for your kind cooperation.
 
Best regards,
Takumi Hirai
RICOH Co.=20 Ltd.
------=_NextPart_000_002F_01C1CF56.4E765700-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 22:14:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (mail.pioneernet.net [207.115.64.224]) by hub.freebsd.org (Postfix) with ESMTP id 2BE2D37B433 for ; Mon, 18 Mar 2002 22:14:32 -0800 (PST) Received: from chip.wiegand.org [66.114.152.128] by pioneernet.net (SMTPD32-6.06) id A7EDE8A300CE; Mon, 18 Mar 2002 22:17:17 -0800 Date: Mon, 18 Mar 2002 22:14:34 +0000 From: Chip Wiegand To: freebsd-questions@FreeBSD.ORG Cc: Zapper@FoxChat.Net Subject: Re: Mozilla install problems. Message-Id: <20020318221434.19171a4f.chip@wiegand.org> In-Reply-To: <1016516190.283.4.camel@gyros.marcuscom.com> References: <20020318225745.4802e3d6.Zapper@FoxChat.Net> <1016516190.283.4.camel@gyros.marcuscom.com> Organization: Alternative Operating Systems X-Mailer: Sylpheed version 0.7.0claws (GTK+ 1.2.10; i386--freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 19 Mar 2002 00:36:30 -0500 Joe Marcus Clarke wrote: > On Mon, 2002-03-18 at 22:57, Zapper wrote: > > I've tried for the last 3 days to get the latest ported version of > > mozilla (PORTVERSION= 0.9.9) to install on my FreeBSD-4.5 Stable box to no > > avail. I've looked with no luck to find if there was anything on > > this. The following is the errors - > > This has been discussed ad nauseam on freebsd-ports@, -stable, > -questions, and -gnome. Please consult the archives at > > http://www.freebsd.org/search/search.html > > For solutions. > > Joe And a FYI, the port for linux-mozilla works just fine. -- Chip > > > > In file included from ../x11shared/nsAntiAliasedGlyph.h:9, > > from nsAntiAliasedGlyph.cpp:47: > > /usr/local/include/freetype2/freetype/ftglyph.h:104: syntax error > > before `;'/usr/local/include/freetype2/freetype/ftglyph.h:106: > > syntax error before > > `;'/usr/local/include/freetype2/freetype/ftglyph.h:157: syntax error > > before `;'/usr/local/include/freetype2/freetype /ftglyph.h:205: > > syntax error before > > `;'/usr/local/include/freetype2/freetype/ftglyph.h:227: `FT_Error' > > was not declared in this > > scope/usr/local/include/freetype2/freetype/ftglyph.h:228: syntax > > error before `('/usr/local/include/freetype2/freetype/ftglyph.h:250: > > `FT_Error' was not declared in this > > scope/usr/local/include/freetype2/freetype/ftglyph.h:251: syntax > > error before `('/usr/local/include/freetype2/freetype/ftglyph.h:280: > > `FT_Error' was not declared in this > > scope/usr/local/include/freetype2/freetype/ftglyph.h:281: syntax > > error before `('/usr/local/include/freetype2/freetype/ftglyph.h:360: > > syntax error before > > `('/usr/local/include/freetype2/freetype/ftglyph.h:436: `FT_Error' > > was not declared in this > > scope/usr/local/include/freetype2/freetype/ftglyph.h:437: syntax > > error before `('/usr/local/include/freetype2/freetype/ftglyph.h:455: > > syntax error before > > `('/usr/local/include/freetype2/freetype/ftglyph.h:486: syntax error > > before `('/usr/local/include/freetype2/freetype/ftglyph.h:505: > > `FT_Error' was not declared in this > > scope/usr/local/include/freetype2/freetype/ftglyph.h:506: syntax > > error before `(' In file included from nsAntiAliasedGlyph.cpp:47: > > .../x11shared/nsAntiAliasedGlyph.h:45: `FT_BBox' was not declared in > > this scope.../x11shared/nsAntiAliasedGlyph.h:45: `aBbox' was not > > declared in this scope.../x11shared/nsAntiAliasedGlyph.h:45: syntax > > error before `,'.../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ > > forbids initialization of member > > `WrapFreeType'.../x11shared/nsAntiAliasedGlyph.h:46: making > > `WrapFreeType' static.../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ > > forbids in-class initialization of non-const static member > > `WrapFreeType' nsAntiAliasedGlyph.cpp:104: `FT_BBox' was not > > declared in this scope nsAntiAliasedGlyph.cpp:104: `aBbox' was not > > declared in this scope nsAntiAliasedGlyph.cpp:104: syntax error > > before `,' nsAntiAliasedGlyph.cpp:106: duplicate initialization of > > nsAntiAliasedGlyph::WrapFreeType nsAntiAliasedGlyph.cpp:106: > > initializer list being treated as compound expression > > nsAntiAliasedGlyph.cpp:106: syntax error before `{' > > nsAntiAliasedGlyph.cpp:108: ANSI C++ forbids declaration `mDescent' > > with no type nsAntiAliasedGlyph.cpp:108: `aBbox' was not declared in > > this scope nsAntiAliasedGlyph.cpp:109: ANSI C++ forbids declaration > > `mLBearing' with no type nsAntiAliasedGlyph.cpp:109: `aBbox' was not > > declared in this scope nsAntiAliasedGlyph.cpp:110: ANSI C++ forbids > > declaration `mRBearing' with no type nsAntiAliasedGlyph.cpp:110: > > `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:111: > > ANSI C++ forbids declaration `mAdvance' with no type > > nsAntiAliasedGlyph.cpp:111: `aSlot' was not declared in this scope > > nsAntiAliasedGlyph.cpp:112: ANSI C++ forbids declaration `mWidth' > > with no type nsAntiAliasedGlyph.cpp:112: `aSlot' was not declared in > > this scope nsAntiAliasedGlyph.cpp:113: ANSI C++ forbids declaration > > `mHeight' with no type nsAntiAliasedGlyph.cpp:113: `aSlot' was not > > declared in this scope nsAntiAliasedGlyph.cpp:116: syntax error > > before `if'{standard input}: Assembler messages: > > {standard input}:320: Error: Rest of line ignored. First ignored > > character is `:'.{standard input}:326: Error: Rest of line ignored. > > First ignored character is `:'.{standard input}:332: Error: Rest of > > line ignored. First ignored character is `:'.{standard input}:338: > > Error: Rest of line ignored. First ignored character is > > `:'.{standard input}:344: Error: Rest of line ignored. First ignored > > character is `:'.{standard input}:350: Error: Rest of line ignored. > > First ignored character is `:'. gmake[4]: *** [nsAntiAliasedGlyph.o] > > Error 1 gmake[4]: Leaving directory > > `/usr/ports/www/mozilla/work/mozilla/gfx/src/gtk' gmake[3]: *** > > [libs] Error 2 gmake[3]: Leaving directory > > `/usr/ports/www/mozilla/work/mozilla/gfx/src' gmake[2]: *** [libs] > > Error 2 gmake[2]: Leaving directory > > `/usr/ports/www/mozilla/work/mozilla/gfx' gmake[1]: *** [tier_9] > > Error 2 gmake[1]: Leaving directory > > `/usr/ports/www/mozilla/work/mozilla' gmake: *** [default] Error 2 > > *** Error code 2 > > > > Stop in /usr/ports/www/mozilla. > > *** Error code 1 > > > > Stop in /usr/ports/www/mozilla. > > *** Error code 1 > > > > Stop in /usr/ports/www/mozilla. > > *** Error code 1 > > > > Stop in /usr/ports/www/mozilla. > > > > > > I've tried reinstalling gtk12 and freetype and several other > > things ... the real hoot is, I got "linux-mozilla" installed ... > > go figure. I'd appreciate it if anyone has a solution or knows > > where I can find a solution. > > > > Respectfully, > > > > Mark Barthelemy > > > > -- > > Admin-FoxSurfer.Com FreeBSD 4.5-STABLE > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" 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 Mar 18 22:25:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f30.pav1.hotmail.com [64.4.31.30]) by hub.freebsd.org (Postfix) with ESMTP id 0440537B400 for ; Mon, 18 Mar 2002 22:25:18 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Mar 2002 22:25:14 -0800 Received: from 66.75.100.186 by pv1fd.pav1.hotmail.msn.com with HTTP; Tue, 19 Mar 2002 06:25:13 GMT X-Originating-IP: [66.75.100.186] From: "Lee Mark Mercado" To: freebsd-questions@FreeBSD.ORG Subject: ported application version Date: Mon, 18 Mar 2002 22:25:13 -0800 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 19 Mar 2002 06:25:14.0013 (UTC) FILETIME=[D439BCD0:01C1CF0E] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG how will i know the version of the port before i install it ? _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 22:32: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f141.pav1.hotmail.com [64.4.31.141]) by hub.freebsd.org (Postfix) with ESMTP id 4AA2937B41B for ; Mon, 18 Mar 2002 22:32:01 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Mar 2002 22:32:00 -0800 Received: from 66.75.100.186 by pv1fd.pav1.hotmail.msn.com with HTTP; Tue, 19 Mar 2002 06:32:00 GMT X-Originating-IP: [66.75.100.186] From: "Lee Mark Mercado" To: freebsd-questions@FreeBSD.ORG Subject: daily routine in /usr/local/etc/periodic/daily Date: Mon, 18 Mar 2002 22:32:00 -0800 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 19 Mar 2002 06:32:00.0487 (UTC) FILETIME=[C680BF70:01C1CF0F] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i have this file to run every night, so i put it in /usr/local/etc/periodic/daily ... isnt it that the cron should run it also the way it runs /etc/periodic/daily files ? the file is csvupfile that updates the ports collection. Also, how will i know if the cron did run the file and updated the ports collection ? my /etc/crontab file is unaltered and im running 4.5-stable branch _________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. 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 Mar 18 22:36:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gyros.marcuscom.com (09-089.006.popsite.net [64.24.38.89]) by hub.freebsd.org (Postfix) with ESMTP id AC2E737B425 for ; Mon, 18 Mar 2002 22:36:11 -0800 (PST) Received: (from marcus@localhost) by gyros.marcuscom.com (8.11.6/8.11.6) id g2J6ZES59199; Tue, 19 Mar 2002 01:35:14 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: gyros.marcuscom.com: marcus set sender to marcus@marcuscom.com using -f Subject: Re: Mozilla install problems. From: Joe Marcus Clarke To: Chip Wiegand Cc: freebsd-questions@FreeBSD.ORG, Zapper@FoxChat.Net In-Reply-To: <20020318221434.19171a4f.chip@wiegand.org> References: <20020318225745.4802e3d6.Zapper@FoxChat.Net> <1016516190.283.4.camel@gyros.marcuscom.com> <20020318221434.19171a4f.chip@wiegand.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-BYvvkpRElUR5bYyq2iCw" X-Mailer: Evolution/1.0.2 Date: 19 Mar 2002 01:35:13 -0500 Message-Id: <1016519713.49339.1.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-BYvvkpRElUR5bYyq2iCw Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2002-03-18 at 17:14, Chip Wiegand wrote: > On 19 Mar 2002 00:36:30 -0500 > Joe Marcus Clarke wrote: >=20 > > On Mon, 2002-03-18 at 22:57, Zapper wrote: > > > I've tried for the last 3 days to get the latest ported version of > > > mozilla (PORTVERSION=3D 0.9.9) to install on my FreeBSD-4.5 Stable = box to no > > > avail. I've looked with no luck to find if there was anything on > > > this. The following is the errors - > >=20 > > This has been discussed ad nauseam on freebsd-ports@, -stable, > > -questions, and -gnome. Please consult the archives at=20 > >=20 > > http://www.freebsd.org/search/search.html > >=20 > > For solutions. > >=20 > > Joe >=20 > And a FYI, the port for linux-mozilla works just fine. Yes, because the linux port doesn't build. Only binaries are installed. Joe >=20 > -- > Chip > =20 > > >=20 > > > In file included from ../x11shared/nsAntiAliasedGlyph.h:9, > > > from nsAntiAliasedGlyph.cpp:47: > > > /usr/local/include/freetype2/freetype/ftglyph.h:104: syntax error > > > before `;'/usr/local/include/freetype2/freetype/ftglyph.h:106: > > > syntax error before > > > `;'/usr/local/include/freetype2/freetype/ftglyph.h:157: syntax error > > > before `;'/usr/local/include/freetype2/freetype /ftglyph.h:205: > > > syntax error before > > > `;'/usr/local/include/freetype2/freetype/ftglyph.h:227: `FT_Error' > > > was not declared in this > > > scope/usr/local/include/freetype2/freetype/ftglyph.h:228: syntax > > > error before `('/usr/local/include/freetype2/freetype/ftglyph.h:250: > > > `FT_Error' was not declared in this > > > scope/usr/local/include/freetype2/freetype/ftglyph.h:251: syntax > > > error before `('/usr/local/include/freetype2/freetype/ftglyph.h:280: > > > `FT_Error' was not declared in this > > > scope/usr/local/include/freetype2/freetype/ftglyph.h:281: syntax > > > error before `('/usr/local/include/freetype2/freetype/ftglyph.h:360: > > > syntax error before > > > `('/usr/local/include/freetype2/freetype/ftglyph.h:436: `FT_Error' > > > was not declared in this > > > scope/usr/local/include/freetype2/freetype/ftglyph.h:437: syntax > > > error before `('/usr/local/include/freetype2/freetype/ftglyph.h:455: > > > syntax error before > > > `('/usr/local/include/freetype2/freetype/ftglyph.h:486: syntax error > > > before `('/usr/local/include/freetype2/freetype/ftglyph.h:505: > > > `FT_Error' was not declared in this > > > scope/usr/local/include/freetype2/freetype/ftglyph.h:506: syntax > > > error before `(' In file included from nsAntiAliasedGlyph.cpp:47: > > > .../x11shared/nsAntiAliasedGlyph.h:45: `FT_BBox' was not declared in > > > this scope.../x11shared/nsAntiAliasedGlyph.h:45: `aBbox' was not > > > declared in this scope.../x11shared/nsAntiAliasedGlyph.h:45: syntax > > > error before `,'.../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ > > > forbids initialization of member > > > `WrapFreeType'.../x11shared/nsAntiAliasedGlyph.h:46: making > > > `WrapFreeType' static.../x11shared/nsAntiAliasedGlyph.h:46: ANSI C++ > > > forbids in-class initialization of non-const static member > > > `WrapFreeType' nsAntiAliasedGlyph.cpp:104: `FT_BBox' was not > > > declared in this scope nsAntiAliasedGlyph.cpp:104: `aBbox' was not > > > declared in this scope nsAntiAliasedGlyph.cpp:104: syntax error > > > before `,' nsAntiAliasedGlyph.cpp:106: duplicate initialization of > > > nsAntiAliasedGlyph::WrapFreeType nsAntiAliasedGlyph.cpp:106: > > > initializer list being treated as compound expression > > > nsAntiAliasedGlyph.cpp:106: syntax error before `{' > > > nsAntiAliasedGlyph.cpp:108: ANSI C++ forbids declaration `mDescent' > > > with no type nsAntiAliasedGlyph.cpp:108: `aBbox' was not declared in > > > this scope nsAntiAliasedGlyph.cpp:109: ANSI C++ forbids declaration > > > `mLBearing' with no type nsAntiAliasedGlyph.cpp:109: `aBbox' was not > > > declared in this scope nsAntiAliasedGlyph.cpp:110: ANSI C++ forbids > > > declaration `mRBearing' with no type nsAntiAliasedGlyph.cpp:110: > > > `aBbox' was not declared in this scope nsAntiAliasedGlyph.cpp:111: > > > ANSI C++ forbids declaration `mAdvance' with no type > > > nsAntiAliasedGlyph.cpp:111: `aSlot' was not declared in this scope > > > nsAntiAliasedGlyph.cpp:112: ANSI C++ forbids declaration `mWidth' > > > with no type nsAntiAliasedGlyph.cpp:112: `aSlot' was not declared in > > > this scope nsAntiAliasedGlyph.cpp:113: ANSI C++ forbids declaration > > > `mHeight' with no type nsAntiAliasedGlyph.cpp:113: `aSlot' was not > > > declared in this scope nsAntiAliasedGlyph.cpp:116: syntax error > > > before `if'{standard input}: Assembler messages: > > > {standard input}:320: Error: Rest of line ignored. First ignored > > > character is `:'.{standard input}:326: Error: Rest of line ignored. > > > First ignored character is `:'.{standard input}:332: Error: Rest of > > > line ignored. First ignored character is `:'.{standard input}:338: > > > Error: Rest of line ignored. First ignored character is > > > `:'.{standard input}:344: Error: Rest of line ignored. First ignored > > > character is `:'.{standard input}:350: Error: Rest of line ignored. > > > First ignored character is `:'. gmake[4]: *** [nsAntiAliasedGlyph.o] > > > Error 1 gmake[4]: Leaving directory > > > `/usr/ports/www/mozilla/work/mozilla/gfx/src/gtk' gmake[3]: *** > > > [libs] Error 2 gmake[3]: Leaving directory > > > `/usr/ports/www/mozilla/work/mozilla/gfx/src' gmake[2]: *** [libs] > > > Error 2 gmake[2]: Leaving directory > > > `/usr/ports/www/mozilla/work/mozilla/gfx' gmake[1]: *** [tier_9] > > > Error 2 gmake[1]: Leaving directory > > > `/usr/ports/www/mozilla/work/mozilla' gmake: *** [default] Error 2 > > > *** Error code 2 > > >=20 > > > Stop in /usr/ports/www/mozilla. > > > *** Error code 1 > > >=20 > > > Stop in /usr/ports/www/mozilla. > > > *** Error code 1 > > >=20 > > > Stop in /usr/ports/www/mozilla. > > > *** Error code 1 > > >=20 > > > Stop in /usr/ports/www/mozilla. > > >=20 > > >=20 > > > I've tried reinstalling gtk12 and freetype and several other > > > things ... the real hoot is, I got "linux-mozilla" installed ... > > > go figure. I'd appreciate it if anyone has a solution or knows > > > where I can find a solution. > > >=20 > > > Respectfully, > > >=20 > > > Mark Barthelemy > > >=20 > > > --=20 > > > Admin-FoxSurfer.Com FreeBSD 4.5-STABLE > > >=20 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > >=20 > >=20 > >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 --=-BYvvkpRElUR5bYyq2iCw Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEABECAAYFAjyW3CEACgkQb2iPiv4Uz4dDWgCeOZHEeuM7OconH+0zeJgmayCw I0AAoIlzPGLptC9MDk0Xm9Tn8COXbwr6 =rH1J -----END PGP SIGNATURE----- --=-BYvvkpRElUR5bYyq2iCw-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 22:39: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp012.mail.yahoo.com (smtp012.mail.yahoo.com [216.136.173.32]) by hub.freebsd.org (Postfix) with SMTP id 6FF0637B402 for ; Mon, 18 Mar 2002 22:38:55 -0800 (PST) Received: from jlboss (AUTH plain) at wks-94-207-167.kscable.com (HELO yahoo.com) (jlboss@24.94.207.167) by smtp.mail.vip.sc5.yahoo.com with SMTP; 19 Mar 2002 06:38:55 -0000 Message-ID: <3C96DDC5.8030301@yahoo.com> Date: Tue, 19 Mar 2002 00:42:13 -0600 From: Justin L Boss User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.4) Gecko/20011126 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: FreeBSD-Questions Subject: twiggi or twig Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Has anyone got twiggi or twig to work on freebsd? If you don't know what twiggi is go to http://www.dorf.rwth-aachen.de/~jbaalmann/murkel/ no just kidding, go to http://twig.screwdriver.net/ _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 22:41: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (mail.pioneernet.net [207.115.64.224]) by hub.freebsd.org (Postfix) with ESMTP id BE84737B402 for ; Mon, 18 Mar 2002 22:41:01 -0800 (PST) Received: from chip.wiegand.org [66.114.152.128] by pioneernet.net (SMTPD32-6.06) id AD7C85E50124; Mon, 18 Mar 2002 22:41:00 -0800 Date: Mon, 18 Mar 2002 22:41:11 +0000 From: Chip Wiegand To: freebsd-questions@freebsd.org Subject: X question Message-Id: <20020318224111.3fddadaf.chip@wiegand.org> Organization: Alternative Operating Systems X-Mailer: Sylpheed version 0.7.0claws (GTK+ 1.2.10; i386--freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have XFree86-4.1.0 installed. Sometimes when I install a new app, the list of dependencies shows it depends on 3.3.6. When I install such an app, will it install 3.3.6? Or is the port smart enough to know that it is not needed becuase 4.1.0 is installed? -- Chip W www.wiegand.org chip@wiegand.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 22:44: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta6.snfc21.pbi.net (mta6.snfc21.pbi.net [206.13.28.240]) by hub.freebsd.org (Postfix) with ESMTP id 34E8F37B400; Mon, 18 Mar 2002 22:43:57 -0800 (PST) Received: from shambel.netsanet.net ([64.166.84.91]) by mta6.snfc21.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GT700G43K18CT@mta6.snfc21.pbi.net>; Mon, 18 Mar 2002 22:43:57 -0800 (PST) Received: from shambel.netsanet.net (localhost [127.0.0.1]) by shambel.netsanet.net (8.12.2/8.12.2) with ESMTP id g2J6hkFh043381; Mon, 18 Mar 2002 22:43:46 -0800 Received: (from mikem@localhost) by shambel.netsanet.net (8.12.2/8.12.2/Submit) id g2J6hkpA043380; Mon, 18 Mar 2002 22:43:46 -0800 (PST) Date: Mon, 18 Mar 2002 22:43:45 -0800 From: Mike Makonnen Subject: Re: FreeBSD 2.2.8 ISO or install media In-reply-to: To: Mark Stuhr Cc: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org Message-id: <1016520225.43351.2.camel@shambel.netsanet.net> MIME-version: 1.0 X-Mailer: Evolution/1.0.2 Content-type: text/plain Content-transfer-encoding: 7BIT References: X-Authentication-warning: shambel.netsanet.net: mikem set sender to mike_makonnen@yahoo.com using -f Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 2002-03-18 at 18:01, Mark Stuhr wrote: > Anyone know where I can put my hands on the files that would allow me to > setup a 2.2.8 server without having to compile server source code. > > An ISO image would be best. Do you have your heart set on 2.2.8? We have a 2.2.6 install iso at ftp.svbug.com. cheers, Mike Makonnen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 22:52:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hex.databits.net (hex.csh.rit.edu [129.21.60.203]) by hub.freebsd.org (Postfix) with SMTP id 0577237B405 for ; Mon, 18 Mar 2002 22:52:27 -0800 (PST) Received: (qmail 19709 invoked by uid 1001); 19 Mar 2002 06:44:09 -0000 Date: Tue, 19 Mar 2002 01:44:09 -0500 From: Pete Fritchman To: Mark Stuhr Cc: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org Subject: Re: FreeBSD 2.2.8 ISO or install media Message-ID: <20020319014409.A19447@databits.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from mark@nolo.com on Mon, Mar 18, 2002 at 06:01:11PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ++ 18/03/02 18:01 -0800 - Mark Stuhr: | Anyone know where I can put my hands on the files that would allow me to | setup a 2.2.8 server without having to compile server source code. | | An ISO image would be best. | | Someone have a CD to sell or borrow in the bay area would be great. | | A place where I can find the server files and a floppy boot disk that | would trigger an install would be fine. | | Any ideas greatly appreciated. Here's a list of sites that carry the 2.2.8 release directory (you could make floppies & do a net install): http://www.freebsdmirrors.org/FBSDsites.php3?release=2.2.8-RELEASE --pete -- Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 23: 8:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-239.dsl.lsan03.pacbell.net [64.165.226.239]) by hub.freebsd.org (Postfix) with ESMTP id E0AFC37B402 for ; Mon, 18 Mar 2002 23:08:54 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E3F3066C39; Mon, 18 Mar 2002 23:08:53 -0800 (PST) Date: Mon, 18 Mar 2002 23:08:53 -0800 From: Kris Kennaway To: pg@eth1.com Cc: freebsd-questions@freebsd.org Subject: Re: ssh -X forwarding fails Message-ID: <20020318230853.A83083@xor.obsecurity.org> References: <20020318002107.41822.qmail@web9708.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020318002107.41822.qmail@web9708.mail.yahoo.com>; from kjerstes@yahoo.com on Sun, Mar 17, 2002 at 04:21:07PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 17, 2002 at 04:21:07PM -0800, Peter Gatsoulis wrote: > also doing "env" shows me that there IS NO "DISPLAY" > variable present in either the remote or local > machines. >=20 > I suspect this is the problem??? Yep. You have to set DISPLAY to the correct value before ssh'ing, otherwise ssh has no idea which display you want X traffic forwarded to. It should usually be something like ":0.0" to indicate the primary local display, but it doesn't always have to be. Kris --8t9RHnE3ZwKMSgU+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8luQFWry0BWjoQKURApRZAJ9ADISw5gdmoUTU305ryPTHWKnduACgieqE NbUZokAoXL0qtl8LR4lTbZs= =nz5V -----END PGP SIGNATURE----- --8t9RHnE3ZwKMSgU+-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 23:12:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-239.dsl.lsan03.pacbell.net [64.165.226.239]) by hub.freebsd.org (Postfix) with ESMTP id 3439D37B405 for ; Mon, 18 Mar 2002 23:12:23 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4227A66C39; Mon, 18 Mar 2002 23:12:22 -0800 (PST) Date: Mon, 18 Mar 2002 23:12:22 -0800 From: Kris Kennaway To: Louis Cc: questions@FreeBSD.org Subject: Re: Question about xfree86 version and FreeBSD Message-ID: <20020318231222.B83083@xor.obsecurity.org> References: <000a01c1cefa$66285670$0400a8c0@trollbox> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="yNb1oOkm5a9FJOVX" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <000a01c1cefa$66285670$0400a8c0@trollbox>; from stlouislouis@charter.net on Mon, Mar 18, 2002 at 09:58:54PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --yNb1oOkm5a9FJOVX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Mar 18, 2002 at 09:58:54PM -0600, Louis wrote: > What version of your software includes xfree86 4.1.0 or higher as > the default version of xfree86 available during install? I use a > Matrox G450. I was not able to get xfree86 installed on my system > post-install. None include it by default, but any releases after whenever XFree86 4.1.0 was released include it as an option which can be installed from the 'packages' menu in sysinstall. Kris --yNb1oOkm5a9FJOVX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8luTVWry0BWjoQKURAnQNAKDFXOHGw7gI+BSYNxk/vrdNRgVQRACgoMLV hxupR6Es0idsBrNaKElOXXk= =Jcfy -----END PGP SIGNATURE----- --yNb1oOkm5a9FJOVX-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 23:28:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail4.intermedia.net (mail4.intermedia.net [206.40.48.154]) by hub.freebsd.org (Postfix) with ESMTP id 52D4037B402; Mon, 18 Mar 2002 23:28:50 -0800 (PST) Received: from suryasoft-tech.com (unverified [206.40.48.156]) by mail4.intermedia.net (Rockliffe SMTPRA 4.5.4) with SMTP id ; Mon, 18 Mar 2002 23:28:46 -0800 Message-ID: <81910-2200232197252778@suryasoft-tech.com> X-EM-Version: 6, 0, 1, 0 X-EM-Registration: #0000630610931300BB40 From: "sunil agarwal" To: freebsd-questions@freebsd.org Subject: Software Outsourcing From India Date: Mon, 18 Mar 2002 23:25:27 -0800 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Sir / Madam , Surya Soft-tech Limited, an ISO 9001 organisation is the IT venture of SURYA, a USD 200 million group operating successfully in India and overseas in the areas of Lighting, Steel and Herbal products & commanding market leadership in all product lines. We at Surya Soft-tech excel in providing cutting edge software solutions to varied industrial segments across the globe in the areas of: · e-Business · Enterprise and other Application Software · Systems ? Embedded Software · GIS Solutions and Services Over 100 highly skilled, dynamic professionals having on hand experience in the latest technologies and 20000 Sq. Ft. state-of-the-art development centers at Bangalore provides us with an excellent platform to delight our clients. Please let us know the areas in which we can mutually build business relations. We invite you and your colleagues to visit our facilities during your next visit to India. You are also requested to send us the details about your organisation, names and addresses of the key persons and the steps we must take in order to forge a long-term business relation with your organisation. For more information please visit us at www.suryasoft-tech.com. Thanking You With best wishes and warm regards For SURYA SOFT-TECH LIMITED Sunil Agarwal Business Development Group E-mail : sunil@suryasoft-tech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 23:34:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from linux.lnk.lt (linux.lnk.lt [195.12.175.45]) by hub.freebsd.org (Postfix) with SMTP id 4D9F137B402 for ; Mon, 18 Mar 2002 23:34:11 -0800 (PST) Received: (qmail 4253 invoked from network); 19 Mar 2002 09:34:01 +0200 Received: from unknown (HELO mantas) (195.12.175.42) by 0 with SMTP; 19 Mar 2002 09:34:01 +0200 Reply-To: From: =?iso-8859-4?Q?Mantas_Smelevi=E8ius?= To: Subject: Date: Tue, 19 Mar 2002 09:34:09 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-4" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG subscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 23:36:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.mail.pas.earthlink.net [207.217.120.84]) by hub.freebsd.org (Postfix) with ESMTP id 0D59B37B400 for ; Mon, 18 Mar 2002 23:36:33 -0800 (PST) Received: from cpe-24-221-245-91.ca.sprintbbd.net ([24.221.245.91] helo=jasonspc.earthlink.net) by gull.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16nEAS-0002tx-00 for questions@freebsd.org; Mon, 18 Mar 2002 23:36:24 -0800 Message-Id: <5.1.0.14.2.20020318233425.03732550@sirius.com> X-Sender: jmsinternetinc@mail.earthlink.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 18 Mar 2002 23:35:54 -0800 To: questions@freebsd.org From: "JMS Internet, Inc." Subject: sendmail/procmail install Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG My ISP setup Qmail for me, unfortunately it's allowing spammers to relay through it if they provide one of my hosted domain names... So, I'd like to get Qmail removed and Sendmail & Procmail installed. Any suggestions for companies/people that offer this service? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 23:37:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.mail.pas.earthlink.net [207.217.120.84]) by hub.freebsd.org (Postfix) with ESMTP id 204D837B402 for ; Mon, 18 Mar 2002 23:37:27 -0800 (PST) Received: from cpe-24-221-245-91.ca.sprintbbd.net ([24.221.245.91] helo=jasonspc.earthlink.net) by gull.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16nEBS-0003Zs-00 for freebsd-questions@freebsd.org; Mon, 18 Mar 2002 23:37:26 -0800 Message-Id: <5.1.0.14.2.20020318233652.03738430@mail.earthlink.net> X-Sender: jmsinternetinc@mail.earthlink.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 18 Mar 2002 23:37:00 -0800 To: freebsd-questions@freebsd.org From: "JMS Internet, Inc." Subject: sendmail/procmail install Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG My ISP setup Qmail for me, unfortunately it's allowing spammers to relay through it if they provide one of my hosted domain names... So, I'd like to get Qmail removed and Sendmail & Procmail installed. Any suggestions for companies/people that offer this service? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 23:48:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from newmoon.mt.lv (newmoon.mt.lv [159.148.147.197]) by hub.freebsd.org (Postfix) with ESMTP id 472B537B417 for ; Mon, 18 Mar 2002 23:47:29 -0800 (PST) Received: from indigo.int.mt.lv (indigo.int.mt.lv [10.5.8.15]) by newmoon.mt.lv (8.11.6/8.11.6) with ESMTP id g2J7jV214215; Tue, 19 Mar 2002 09:45:31 +0200 Received: from indigo.int.mt.lv (localhost.localdomain [127.0.0.1]) by indigo.int.mt.lv (8.12.2/8.12.2) with ESMTP id g2J7YFR5043262; Tue, 19 Mar 2002 09:34:16 +0200 (EET) (envelope-from denis@mt.lv) To: John Bleichert Cc: freebsd-questions@FreeBSD.org Subject: Re: sendmail | pine References: <20020315232450.O311-100000@picard.vonbek.dhs.org> From: denis@mt.lv (Denis J. Cirulis) Date: 19 Mar 2002 09:34:15 +0200 In-Reply-To: <20020315232450.O311-100000@picard.vonbek.dhs.org> Message-ID: <86vgbtf1u0.fsf@indigo.int.mt.lv> Lines: 31 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Bleichert writes: > Hello All > > Hopefully this isnt too terribly green, but how do I override my Unix > username with the left side of my email address using sendmail and pine? I > use pine in Linux, but with postfix and procmail, which I know how to use. > > Is there a quick and dirty way to solve this? I'm reading the man page for > /etc/aliases right now, dunno if it's the right track. > > Im not ready to install postfix yer, or maybe I am hehe. sendmail is ok, > Im just new at it. And procmail works fine, too. > > Thanks - I am rtfm, but it's late and I want quick info as well! ;-) Hello, John! You can edit /etc/mail/sendmail.mc (according to the documentation at www.sendmail.org) Add there: MASQUERADE_AS(domain.com) FEATURE(masquerade_envelope) or FEATURE(allmasquerade) then type make in /etc/mail and killall -HUP sendmail This action gives you all your outgoing mail to be masqueraded to domain.com instead of your real hostname. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 23:50:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail7.nc.rr.com (mail7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id 769E337B425 for ; Mon, 18 Mar 2002 23:50:15 -0800 (PST) Received: from i8k.babbleon.org ([66.57.85.154]) by mail7.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Tue, 19 Mar 2002 00:52:42 -0500 Received: by i8k.babbleon.org (Postfix, from userid 111) id 9749EBABF; Tue, 19 Mar 2002 00:52:42 -0500 (EST) Content-Type: text/plain; charset="iso-8859-1" From: Brian T.Schellenberger To: "Louis" , Subject: Re: Question about xfree86 version and FreeBSD Date: Tue, 19 Mar 2002 00:52:42 -0500 X-Mailer: KMail [version 1.3] References: <000a01c1cefa$66285670$0400a8c0@trollbox> In-Reply-To: <000a01c1cefa$66285670$0400a8c0@trollbox> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020319055242.9749EBABF@i8k.babbleon.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday 18 March 2002 10:58 pm, Louis wrote: | Hi, | | I can't find the answer to this question in your docs: | | What version of your software includes xfree86 4.1.0 or higher as the | default version of xfree86 available during install? Alas, none. | I use a Matrox G450. | I was not able to get xfree86 installed on my system post-install. We might be able to help you with that. What happened? (The first secret is: do the base install *without* X but pick X4 from the packages list when you install. The second secret is: don't bother trying to configure your card the usual way -- just search Linux for Laptops and find a working config file. Or at least do this if "X --configure" doesn't do it for you.) | I'm a newbie. For some reason, the cvsup without gui package I downloaded | via ftp and installed with pkg_add after my 4.5 release install doesn't | seem to work either. You could try building it from ports instead. | | So basically, I'm not able to learn FreeBSD yet using the GUI. So for now, | I'm stuck learning *nix using Linux instead of FreeBSD. Help! | | I downloaded 4.5 release. It installed OK without gui, but I want to use | FreeBSD as both a server and as a desktop with Gnome or KDE; so I need | xfree86 4.1.0 to work with my video card. | | Thank you very much, | | Louis -- Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) Brian, the man from Babble-On . . . . bts@babbleon.org (personal) ME --> http://www.babbleon.org http://www.eff.org <-- GOOD GUYS --> http://www.programming-freedom.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Mar 18 23:59:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from harrier.prod.itd.earthlink.net (harrier.mail.pas.earthlink.net [207.217.120.12]) by hub.freebsd.org (Postfix) with ESMTP id 4675737B402 for ; Mon, 18 Mar 2002 23:59:22 -0800 (PST) Received: from sdn-ar-008dcwashp033.dialsprint.net ([63.178.91.145] helo=moo.holy.cow) by harrier.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16nEWf-0000Y2-00 for freebsd-questions@freebsd.org; Mon, 18 Mar 2002 23:59:21 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id C8B2350B8E; Tue, 19 Mar 2002 03:01:31 -0500 (EST) Date: Tue, 19 Mar 2002 03:01:31 -0500 From: parv To: f-q Subject: installing xemacs21 w/ minimum packages Message-ID: <20020319080130.GA16769@moo.holy.cow> Mail-Followup-To: f-q Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i want to install xemacs w/o all other junk listed in xemacs-packages/Makefile as all i want is an editor. what can i do away w/? - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 0:41:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mteege.de (ppps-nb01.MVnet.de [194.25.108.145]) by hub.freebsd.org (Postfix) with ESMTP id 4AA1937B41D for ; Tue, 19 Mar 2002 00:41:07 -0800 (PST) Received: from gic.mteege.de (ster.mteege.de [192.168.0.9]) by mail.mteege.de (8.11.6/8.11.6) with ESMTP id g2J8SWX38124 for ; Tue, 19 Mar 2002 09:28:32 +0100 (CET) (envelope-from matthias@mteege.de) Received: (from matthias@localhost) by gic.mteege.de (8.11.6/8.11.6) id g2J8KnQ39969 for freebsd-questions@FreeBSD.ORG; Tue, 19 Mar 2002 09:20:49 +0100 (CET) (envelope-from matthias) Date: Tue, 19 Mar 2002 09:20:49 +0100 From: Matthias Teege To: freebsd-questions@FreeBSD.ORG Subject: Re: coda filesystems Message-ID: <20020319092049.D39036@mteege.de> Reply-To: matthias@mteege.de Mail-Followup-To: Matthias Teege , freebsd-questions@FreeBSD.ORG References: <200203190446.XAA15358@uce55.uchaswv.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200203190446.XAA15358@uce55.uchaswv.edu>; from nmace85@yahoo.com on Mon, Mar 18, 2002 at 11:41:54PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 18, 2002 at 11:41:54PM -0500, Nathan Mace wrote: > has anyone here tried to use the coda filesystem on freebsd? it an Yes and it works. > alternative to NFS, but i can't get it to work. if anyone has used it Maybe. What is the problem that would be solved? CODA is only usefull if you have more than one Fileserver or disconnected clients like notebooks. > before, maybe you could me what to do to fix it when venus reports thats it > can't access /dev/cfs0?! i know this is a long shot, but any info would help Do you compile the a new kernel with the specific options? There is also a patch vor MAKEDEV to build the cfs device. Bis dann Matthias -- Matthias Teege -- matthias@mteege.de -- http://www.mteege.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 Tue Mar 19 0:54:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 0002437B400 for ; Tue, 19 Mar 2002 00:54:49 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g2J8scJ75781; Tue, 19 Mar 2002 20:54:38 +1200 (NZST) (envelope-from jonc) Date: Tue, 19 Mar 2002 20:54:38 +1200 From: Jonathan Chen To: Zapper Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Mozilla install problems. Message-ID: <20020319205438.A4550@grimoire.chen.org.nz> References: <20020318225745.4802e3d6.Zapper@FoxChat.Net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020318225745.4802e3d6.Zapper@FoxChat.Net>; from Zapper@FoxChat.Net on Mon, Mar 18, 2002 at 10:57:45PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 18, 2002 at 10:57:45PM -0500, Zapper wrote: > I've tried for the last 3 days to get the latest ported version of mozilla (PORTVERSION= 0.9.9) to install on my FreeBSD-4.5 Stable box to no avail. I've looked with no luck to find if there was anything on this. The following is the errors - > > In file included from ../x11shared/nsAntiAliasedGlyph.h:9, > from nsAntiAliasedGlyph.cpp:47: > /usr/local/include/freetype2/freetype/ftglyph.h:104: syntax error before `;' Update (portupgrade) your freetype and freetype2 ports, and then try the build again. -- 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 Tue Mar 19 0:55:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 1451737B417 for ; Tue, 19 Mar 2002 00:55:39 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g2J8tYZ75803; Tue, 19 Mar 2002 20:55:34 +1200 (NZST) (envelope-from jonc) Date: Tue, 19 Mar 2002 20:55:34 +1200 From: Jonathan Chen To: Chip Wiegand Cc: "freebsd-questions@freebsd.org" Subject: Re: X question Message-ID: <20020319205534.B4550@grimoire.chen.org.nz> References: <20020318224111.3fddadaf.chip@wiegand.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020318224111.3fddadaf.chip@wiegand.org>; from chip@wiegand.org on Mon, Mar 18, 2002 at 10:41:11PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 18, 2002 at 10:41:11PM +0000, Chip Wiegand wrote: > I have XFree86-4.1.0 installed. Sometimes when I install a new app, the > list of dependencies shows it depends on 3.3.6. When I install such an > app, will it install 3.3.6? Or is the port smart enough to know that it > is not needed becuase 4.1.0 is installed? You need to put the line: XFREE86_VERSION= 4 in /etc/make.conf -- Jonathan Chen ---------------------------------------------------------------------- Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 0:58:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from two.zutom.sk (two.zutom.sk [212.89.230.2]) by hub.freebsd.org (Postfix) with ESMTP id 76E1D37B404 for ; Tue, 19 Mar 2002 00:58:28 -0800 (PST) Received: from roman2 (roman.zutomxx [10.0.0.2]) by two.zutom.sk (8.11.6/8.11.1) with SMTP id g2J93qo81946 for ; Tue, 19 Mar 2002 10:03:52 +0100 (CET) (envelope-from roman@zutom.sk) Message-ID: <001601c1cf24$3bdb13b0$0200000a@zutomxx> From: "Roman Mikus" To: Subject: strange ppp state Date: Tue, 19 Mar 2002 09:58:27 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I have 2 FreeBSD machines running ppp on leased line with analog modems. Modems are configured with &l1 options for leased lines and my ppp.conf looks like: default: set log Phase Chat LCP IPCP CCP tun command set device /dev/cuaa0 set speed 38400 set ifaddr 10.0.0.213 10.0.0.214 255.255.255.252 add! 10.0.0.212/30 HISADDR I'm running ppp with ppp -dedicated command. After restarting of both machines ppp connects without problems and I can ping another side. But after some time (few hours), ppp disconects for some reason and hangs up in the state you can see from my ppp.log file. Modems are connecting without any problems. This state can be repaired only with restarting of ppp on both machines. I have installed FreeBSD-4.5-STABLE and FreeBSD 4.4-p3-RELEASE on these machines. Can anyone tell me where is a problem? Is it ppp or modem related? Thank you for any advice. Roman ppp.log: Mar 18 19:11:01 wog ppp[39327]: Phase: Using interface: tun0 Mar 18 19:11:01 wog ppp[39327]: Phase: deflink: Created in closed state Mar 18 19:11:01 wog ppp[39327]: tun0: Command: default: set device /dev/cuaa0 Mar 18 19:11:01 wog ppp[39327]: tun0: Command: default: set speed 38400 Mar 18 19:11:01 wog ppp[39327]: tun0: Command: default: set ifaddr 10.0.0.213 10.0.0.214 255.255.255.252 Mar 18 19:11:01 wog ppp[39327]: tun0: Command: default: add! 10.0.0.212/30 HISADDR Mar 18 19:11:01 wog ppp[39327]: tun0: Phase: PPP Started (interactive mode). Mar 18 19:11:18 wog ppp[39327]: tun0: Command: /dev/tty: term Mar 18 19:11:18 wog ppp[39327]: tun0: Phase: bundle: Establish Mar 18 19:11:18 wog ppp[39327]: tun0: Phase: deflink: closed -> opening Mar 18 19:11:18 wog ppp[39327]: tun0: Phase: deflink: Connected! Mar 18 19:11:18 wog ppp[39327]: tun0: Phase: deflink: opening -> carrier Mar 18 19:11:19 wog ppp[39327]: tun0: Phase: deflink: /dev/cuaa0: CD detected Mar 18 19:11:19 wog ppp[39327]: tun0: Phase: deflink: carrier -> ready Mar 18 19:11:25 wog ppp[39327]: tun0: Phase: deflink: ready -> carrier Mar 18 19:11:25 wog ppp[39327]: tun0: Phase: deflink: carrier -> lcp Mar 18 19:11:25 wog ppp[39327]: tun0: LCP: FSM: Using "deflink" as a transport Mar 18 19:11:25 wog ppp[39327]: tun0: LCP: deflink: State change Initial --> Closed Mar 18 19:11:25 wog ppp[39327]: tun0: LCP: deflink: State change Closed --> Stopped Mar 18 19:11:26 wog ppp[39327]: tun0: LCP: deflink: LayerStart Mar 18 19:11:26 wog ppp[39327]: tun0: LCP: deflink: SendConfigReq(1) state = Stopped Mar 18 19:11:26 wog ppp[39327]: tun0: LCP: ACFCOMP[2] Mar 18 19:11:26 wog ppp[39327]: tun0: LCP: PROTOCOMP[2] Mar 18 19:11:26 wog ppp[39327]: tun0: LCP: ACCMAP[6] 0x00000000 Mar 18 19:11:26 wog ppp[39327]: tun0: LCP: MRU[4] 1500 Mar 18 19:11:26 wog ppp[39327]: tun0: LCP: MAGICNUM[6] 0x7b6bc115 Mar 18 19:11:26 wog ppp[39327]: tun0: LCP: deflink: State change Stopped --> Req-Sent Mar 18 19:11:26 wog ppp[39327]: tun0: LCP: deflink: RecvConfigAck(1) state = Req-Sent Mar 18 19:11:26 wog ppp[39327]: tun0: LCP: deflink: State change Req-Sent --> Ack-Rcvd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 1: 5:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from plab.ku.dk (plab.ku.dk [130.225.107.20]) by hub.freebsd.org (Postfix) with ESMTP id 3059837B405 for ; Tue, 19 Mar 2002 01:05:39 -0800 (PST) Received: (from dk@localhost) by plab.ku.dk (8.11.6/8.9.3) id g2J95cm83426 for freebsd-questions@freebsd.org.AVP; Tue, 19 Mar 2002 10:05:38 +0100 (CET) (envelope-from dk) Received: (from dk@localhost) by plab.ku.dk (8.11.6/8.9.3) id g2J95cB83418; Tue, 19 Mar 2002 10:05:38 +0100 (CET) (envelope-from dk) Mime-version: 1.0 Content-type: text/plain; charset="koi8-r" Content-transfer-encoding: 8bit Keywords: 2001334874 X-Comment-To: Richard To: freebsd-questions@freebsd.org Subject: Re: Limit PERL opening file in a directory. References: <200203181625.g2IGP9E01396@mail2.tpgi.com.au> From: Dmitry Karasik In-Reply-To: Richard's message of "Tue, 19 Mar 2002 3:35:50 +1000" Date: 19 Mar 2002 10:05:38 +0100 Message-ID: <84u1rd2ahp.fsf@plab.ku.dk> Lines: 20 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Richard! On 18 Mar 02 at 18:35, "Richard" (Richard ) wrote: Richard> I want to implement the same limitation with PERL. Also, I want Richard> to block some functions in PERL, such as system(). Richard> Is there any suggestion? Thank you. Here comes mine - man Opcode. -- Sincerely, Dmitry --- www.karasik.eu.org --- Life ain't fair, but the root password helps. - BOFH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 1:11: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from msr24.hinet.net (msr24.hinet.net [168.95.4.124]) by hub.freebsd.org (Postfix) with ESMTP id 7BD0437B41C; Tue, 19 Mar 2002 01:10:30 -0800 (PST) Received: from cmkprivate (61-231-1-69.HINET-IP.hinet.net [61.231.1.69]) by msr.hinet.net (8.8.8/8.8.8) with SMTP id OAA27308; Tue, 19 Mar 2002 14:56:22 +0800 (CST) Date: Tue, 19 Mar 2002 14:56:22 +0800 (CST) From: nntsnvh@ms10.hinet.net Message-Id: <200203190656.OAA27308@msr.hinet.net> To: obrien@msr24.hinet.net Subject: xcrgh PC°®²b¶Ü?? mbblz MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Novasoft_Sagittarius_Professional_" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Novasoft Sagittarius Professional Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_Novasoft_Sagittarius_Professional_ Content-Type: text/html; charset="big5" Content-Transfer-Encoding: 7bit hkdmvgmri ¥Õ¦â±¡¤H¸`¯S§OÃا

¹ï¤£°_¡I¥´ÂZ±z¤F¡A¥ý¦V±z»¡Án³øºp¡I

¡°    ¥»°Ó«°  ¥¿´Â¡yºô¸ô¤j½æ³õ¡zªº¥Ø¼ÐÄw³Æ³W¹º¤¤¡A¬°©Û¶Ò°ò¥»·|­û¡A¯SÃØ°e¶W­È¦n§¡y²M¼ä¹q¸£±M¥Î°g§A§l¹Ð¾¹¡z ¡m­ì»ù¢³¢·¢¯¤¸¡n

¡°  ³o¦¸¬¡°Ê¡A¡@±z¥u¶·­t¾á¢°¢·¢¯¤¸¡mÂ÷®q¬°¢±¢·¢¯¤¸¡nªº¦v°t¹B¶O¤Î¬ÛÃö§@·~³B²z¶O§Y¾Ö¦³³ü®M¡y²M¼ä¹q¸£±M¥Î°g§A§l¹Ð¾¹¡z ¡A°£¦¹¤§¥~¡A¤£¶·¦A¤ä¥I¥ô¦ó¶O¥Î¡I¡i³f¨ì¦¬´Ú¡j

¡°  ±z¥u­n¦b¤U­±³o±iªí®æ¤¤¡A¶ñ¤J¡@±zªº¸ê®Æ¡A¨Ã«ö¤U¡y°e¥X­q³æ¶s¡z¡A¡@±z´N¬O§Ú­Ìªº°ò¥»·|­û¡A§Ú­Ì´N·|±H°e±z¡y²M¼ä¹q¸£±M¥Î°g§A§l¹Ð¾¹¡z ¡C

¡°  ©¹«á¡yª«¶W©Ò­È¡zªºª««~¡A¦¨¬°·|­ûªº¡@±z±NÀò±oÀu¥ý³qª¾ªºÅv§Q¡I

¬Ã±¤±zªº¹q¸£´£¤É¹q¸£¨Ï¥Î¹Ø©R

¡° ±zÄ_¨©¹q¸£¾Þ§@¤@¬q®É¶¡¤§«á,Áä½LªºÁ_»Ø¤Î¹q¸£¾÷´ß¤º¥Rº¡¤F¹Ð®J,¤@¨Ó¼vÅTÁä½L¨Ï¥Î¹Ø©R,¦P®É¾÷´ß¤º¹Ð®J©ö³y¦¨¹q¤l¹s¥óµu¸ô¡A¤j¤j­°§C¹q¸£¨Ï¥Î¹Ø©R ¡C

¦b³o¥Rº¡DIYªº¦~¥N¡A¯S¤¶²Ð³Ì¨ÎDIY¤u¨ã¡X¡y­²M¼ä¹q¸£±M¥Î°g§A§l¹Ð¾¹¡z¡A§A¨Ï¥Î¥¦¡A¥i­°§C¬G»Ùµo¥Í¾÷²v¤Î´î¤Ö¹q¸£µL¿×·l¯Ó¡C


§Ú­n­qÁÊ

¡@

  

©m¦W(½Ð¸Ô¶ñ©m¦W,ÁÂÁÂ)

¹q¸Ü¦æ°Ê¹q¸Ü(½Ð¸Ô¶ñ¹q¸Ü,ÁÂÁÂ)
¶l±H¦a§}
 ¶l»¼°Ï¸¹
¹q¤l«H½c
     

¥»«H¥ó­Y³y¦¨±zªº¤£«K,½Ð¦h¦h¥]²[ ÁÂÁ¡I        

xuzfyxvya ------=_Novasoft_Sagittarius_Professional_ Content-Type: text/html; Content-Transfer-Encoding: quoted-printable ------=_Novasoft_Sagittarius_Professional_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 1:23:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f247.law11.hotmail.com [64.4.17.247]) by hub.freebsd.org (Postfix) with ESMTP id 8F56637B400; Tue, 19 Mar 2002 01:23:34 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 19 Mar 2002 01:23:34 -0800 Received: from 68.6.86.185 by lw11fd.law11.hotmail.msn.com with HTTP; Tue, 19 Mar 2002 09:23:34 GMT X-Originating-IP: [68.6.86.185] From: "Charles Burns" To: mike_makonnen@yahoo.com, mark@nolo.com Cc: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org Subject: Re: FreeBSD 2.2.8 ISO or install media Date: Tue, 19 Mar 2002 02:23:34 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 19 Mar 2002 09:23:34.0499 (UTC) FILETIME=[BE365330:01C1CF27] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Anyone know where I can put my hands on the files that would allow me to > > setup a 2.2.8 server without having to compile server source code. > > > > An ISO image would be best. > >Do you have your heart set on 2.2.8? We have a 2.2.6 install iso at >ftp.svbug.com. Naah, I'm sure version 2.2.6 is too old for him to make use of. ;-) _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 1:25: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 4C14737B416 for ; Tue, 19 Mar 2002 01:24:58 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g2J9On675923; Tue, 19 Mar 2002 21:24:49 +1200 (NZST) (envelope-from jonc) Date: Tue, 19 Mar 2002 21:24:49 +1200 From: Jonathan Chen To: Lee Mark Mercado Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ported application version Message-ID: <20020319212449.C4550@grimoire.chen.org.nz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from mercadolee@hotmail.com on Mon, Mar 18, 2002 at 10:25:13PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 18, 2002 at 10:25:13PM -0800, Lee Mark Mercado wrote: > > > how will i know the version of the port before i install it ? Look at the Makefile in the port directory. There's a version string in there under PORTVERSION=.... -- 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 Mar 19 1:27:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id A38AF37B402 for ; Tue, 19 Mar 2002 01:27:31 -0800 (PST) Received: (qmail 62338 invoked by uid 100); 19 Mar 2002 09:27:31 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15511.1154.385410.640889@guru.mired.org> Date: Tue, 19 Mar 2002 03:27:30 -0600 To: Troy Cc: freebsd-questions@freebsd.org Subject: Re: Merging partition space with disklabel In-Reply-To: <3C969AB6.54375148@myrealbox.com> References: <3C969AB6.54375148@myrealbox.com> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In <3C969AB6.54375148@myrealbox.com>, Troy typed: > I'm setting up fbsd on a new machine using one of the disks out of the > old box, which contains the valuable /home partition with data that I > cant loose by blowing away that slice and recreating, but on that disk I > also have the /var and swap slices, in which I'd like to get rid of the > swap and merge it into the /home slice, all without loosing home's data, > is there a way to do this, or am I stuck with this? If swap follows /home, then you can do it by tweaking the partition table then using growfs. Otherwise, you have to dump, change, then restore. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 1:31:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 2B02937B400 for ; Tue, 19 Mar 2002 01:31:13 -0800 (PST) Received: (qmail 62405 invoked by uid 100); 19 Mar 2002 09:31:12 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15511.1376.184002.422094@guru.mired.org> Date: Tue, 19 Mar 2002 03:31:12 -0600 To: "Lee Mark Mercado" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: daily routine in /usr/local/etc/periodic/daily In-Reply-To: References: X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In , Lee Mark Mercado typed: > i have this file to run every night, so i put it in > /usr/local/etc/periodic/daily ... isnt it that the cron should run it also > the way it runs /etc/periodic/daily files ? Yes. Make sure the file name has the proper format of a 3-digit number, dot, then the name and that it's executable. > the file is csvupfile that updates the ports collection. Also, how will i > know if the cron did run the file and updated the ports collection ? By what it outputs. Unless you redirect it, the output will show up in the output of the daily periodic run. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 2: 1:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uk2.kanda-systems.net (uk2.kanda-systems.net [193.195.117.202]) by hub.freebsd.org (Postfix) with ESMTP id 8502337B400 for ; Tue, 19 Mar 2002 02:01:28 -0800 (PST) Received: from localhost.kanda-systems.net (localhost.kanda-systems.net [127.0.0.1]) by uk2.kanda-systems.net (Postfix) with ESMTP id 24B5D3C1E8; Tue, 19 Mar 2002 11:15:08 +0000 (GMT) Date: Tue, 19 Mar 2002 11:15:07 +0000 (GMT) From: jason+freebsd@kanda.com X-X-Sender: jason@uk2.kanda-systems.net Reply-To: jason+freebsd@kanda.com To: John Indra Cc: freebsd-questions@freebsd.org Subject: Re: Socket Programming in UN*X In-Reply-To: <20020319105228.A78257@office.naver.co.id> Message-ID: <20020319111235.M69540-100000@uk2.kanda-systems.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 19 Mar 2002, John Indra wrote: > Hi... > > Can anyone point me to URLs that have tutorials on socket programming in > UN*X. I am a novice C programmer and need a step-by-step with explanation > kind of tutorial. Google for: bsd+sockets+tutorial (7,000 matches, most are relevant) Included are alot of university teaching notes & tutorials. Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 2:24: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mbox.com.au (203-134-146-019.cust.pth.iprimus.net.au [203.134.146.19]) by hub.freebsd.org (Postfix) with ESMTP id 0D85C37B400 for ; Tue, 19 Mar 2002 02:24:04 -0800 (PST) Received: from nms2.mbox.com.au (webmail.mbox.com.au [192.168.20.4]) by smtp2.mbox.com.au (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0GT7003N7U0ROA@smtp2.mbox.com.au> for freebsd-questions@FreeBSD.ORG; Tue, 19 Mar 2002 18:19:40 +0800 (WST) Received: from mbox.com.au ([127.0.0.1]) by nms2.mbox.com.au (Netscape Messaging Server 4.15) with ESMTP id GT7U2Q01.O21 for ; Tue, 19 Mar 2002 18:20:50 +0800 Date: Tue, 19 Mar 2002 21:20:50 +1100 From: BSD Freak Subject: A quick fsck question To: FreeBSD Questions Message-id: <22dab8f22de158.22de15822dab8f@mbox.com.au> MIME-version: 1.0 X-Mailer: Netscape Webmail Content-type: text/plain; charset=us-ascii Content-language: en Content-disposition: inline Content-transfer-encoding: 7BIT X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi guys, Just a quick question. If I mount a UFS file system as read only (on an IDE HDD) will it still require an fsck after an unclean shutdown? Warm Regards and many thanks to all..... --------------------------------------------------------------------- Would you like to receive faxes to your personal email address? You can with mBox. Visit http://www.mbox.com.au/fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 2:27:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mbox.com.au (203-134-146-019.cust.pth.iprimus.net.au [203.134.146.19]) by hub.freebsd.org (Postfix) with ESMTP id AED0737B402 for ; Tue, 19 Mar 2002 02:27:05 -0800 (PST) Received: from nms2.mbox.com.au (webmail.mbox.com.au [192.168.20.4]) by smtp2.mbox.com.au (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0GT7004AIU5TYK@smtp2.mbox.com.au> for freebsd-questions@FreeBSD.ORG; Tue, 19 Mar 2002 18:22:46 +0800 (WST) Received: from mbox.com.au ([127.0.0.1]) by nms2.mbox.com.au (Netscape Messaging Server 4.15) with ESMTP id GT7U7S00.KUT; Tue, 19 Mar 2002 18:23:52 +0800 Date: Tue, 19 Mar 2002 21:23:52 +1100 From: BSD Freak Subject: Re: File system layout with multiple jails To: Scott Bolte , FreeBSD Questions Message-id: <22e12ff22dffe6.22dffe622e12ff@mbox.com.au> MIME-version: 1.0 X-Mailer: Netscape Webmail Content-type: text/plain; charset=us-ascii Content-language: en Content-disposition: inline Content-transfer-encoding: 7BIT X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Very clever! Would you mind posting the contents of scripts on the this list or perhaps on somewhere on the web. It would be very helpful to many I think....... ----- Original Message ----- From: Scott Bolte Date: Thursday, February 14, 2002 11:59 pm Subject: Re: File system layout with multiple jails > On Thu, 14 Feb 2002 17:44:14 +1100, BSD Freak wrote: > > Hi everyone, > > > > Does anyone have any bright ideas for good file system layouts > when > > running multiple jails? > > I won't say they are bright, but the ideas reflected in > this layout are working well for me: > > /jails/ Home for most jail related material. Note I do not > backup /jails every night as I do other partitions. > (I do backup /data every night and you'll see below > how I make use of that in a jail.) > > /jails is its own partition so if it fills, it will > not cause problems for the host system. > > /jails/{jail_X}/ > The root for one specific jail. Of course if you > have sets of jails, then /jails/jail_A/{cell_1,cell_2} > and /jails/jail_B/{cell_10,cell_11} where cell_# > is actually the root directory works well for > keeping them well organized. > > /jails/etc/rc.d/ > Startup scripts (e.g. jail_X.sh) for all jails. > > If you augment $local_startup in /etc/rc.conf to > include /jails/etc/rc.d then all the jails will be > started automatically. > > /jails/bin/ > Jail management scripts. > > .../bin/JAIL_CTL.sh A generic start, stop, enter, trace, > ps script. Each jail's startup > script sets a bunch of environment > variables and then calls JAIL_CTL. > > .../bin/jail_clone duplicates a jail. > > .../bin/jail_ps runs ps for all the processes in > a specific jail. > > /jails/var/trace/ > Home for kdump traces of jail execution. > > /jails/template/ > A reference jail that I can clone in a few minutes > time. Much easier then running (make world) every > time I need a new jail. > > /data/jails/{jail_X}/ > If there is a /data/jails/{jail_X} present, then > it is automatically mounted as /jails/{jail_X}/data > when the jail is started. That way the /data > directory in a jail can be treated separately then > from the rest of the jail. > > One caveat if you do this. Multiple jails, each > with their own uid space, will rapidly overlap in > the host's uid space. To avoid this, my jail creation > script hashes the jail's IP address to create a > (relatively) unique starting point for that jail's > uids. That starting uid is placed in the jail's > /et chances that uids will collide. > > /data/jails/{jail_X}/home/ > Symlink to /data/home (in the jail of course). If > /data/jails/{jail_X} is mounted on the jail's /data, > then the home partition in the jail is actually > coming from /data of the host and therefore will > be backed up on a regular basis. > > /data/jails/{jail_X}/proc/ > If it is present, then /proc is mounted on this > directory when a jail is started and unmounted when > it is stopped. > > > > How do I stop /var/log in one the jails from filling up the > whole drive > > and affecting the rest without giving each jail it's own partition? > > > > Is it possible to some how set a quota on how large a particular > > directory can get? > > About all I can think of is to make a directory, and all its > subordinate directories, owned by a specific user. You can > then have per user quotas. > > For the specific example of /var/log, you'd have to set the > user to be root_X. If you then set the user-ID-on-execution > bit (see chmod(1) or chmod(2)) for /var/log so all new files > and directories created under it would also be owned by root_X. > > I suspect you'd have to pre-populate your /var/log directory > and chown everything to root_X. If you then change everything > there to have world write permissions then root in the jail > can update the files. Having world write access is a bad > idea, but it's your trade-off to consider. > > > Scott > --------------------------------------------------------------------- Would you like to receive faxes to your personal email address? You can with mBox. Visit http://www.mbox.com.au/fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 2:46:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gurudom.ramax.com (h24-68-240-50.cg.shawcable.net [24.68.240.50]) by hub.freebsd.org (Postfix) with SMTP id 0D68637B402 for ; Tue, 19 Mar 2002 02:46:25 -0800 (PST) Received: (qmail 4965 invoked from network); 19 Mar 2002 10:46:24 -0000 Received: from unknown (HELO bismark.io.sys.ramax.com) (10.0.0.1) by netopia.io.sys with SMTP; 19 Mar 2002 10:46:24 -0000 To: FreeBSD Questions Subject: Re: A quick fsck question References: <22dab8f22de158.22de15822dab8f@mbox.com.au> From: Alex Rodioukov Date: 19 Mar 2002 03:46:24 -0700 In-Reply-To: <22dab8f22de158.22de15822dab8f@mbox.com.au> Message-ID: <873cywu96n.fsf@bismark.io.sys> Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG No, when the filesystem is mounted read-only it is marked as "clean". fsck(8) says that: "In "preen" mode the clean flag of each filesystem's superblock is examined and only those filesystems that are not marked clean are checked. Filesystems are marked clean when they are unmounted, when they have been mounted read-only, or when fsck runs on them successfully." > If I mount a UFS file system as read only (on an IDE HDD) will it still > require an fsck after an unclean shutdown? Regards, Alex. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 2:50:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 60ED537B402 for ; Tue, 19 Mar 2002 02:50:08 -0800 (PST) Received: from hades.hell.gr (patr530-a079.otenet.gr [212.205.215.79]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2JAo2aQ022509; Tue, 19 Mar 2002 12:50:03 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2JAo2tu004297; Tue, 19 Mar 2002 12:50:03 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2JAo2IJ004296; Tue, 19 Mar 2002 12:50:02 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Tue, 19 Mar 2002 12:50:02 +0200 (EET) From: Giorgos Keramidas X-X-Sender: charon@hades To: BSD Freak Cc: FreeBSD Questions Subject: Re: A quick fsck question In-Reply-To: <22dab8f22de158.22de15822dab8f@mbox.com.au> Message-ID: <20020319124855.W4219-100000@hades> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG BSD Freak wrote: > Hi guys, > > Just a quick question. > If I mount a UFS file system as read only (on an IDE HDD) will it still > require an fsck after an unclean shutdown? Probably not, but still it's not a good idea to work with unclean filesystems. Especially if the filesystem has gone through an abnormal shutdown. Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 3: 3:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sydmail3.telpacific.com.au (sydmail3.telpacific.com.au [203.88.240.16]) by hub.freebsd.org (Postfix) with ESMTP id A096037B416 for ; Tue, 19 Mar 2002 03:03:30 -0800 (PST) Received: from co3014978-a (dun088255245i088234137.rivernet.com.au [203.88.234.137]) by sydmail3.telpacific.com.au (8.11.5/8.11.5) with SMTP id g2JB4VH56561 for ; Tue, 19 Mar 2002 22:04:32 +1100 (EST) (envelope-from guyuan@telpacific.com.au) Message-Id: <200203191104.g2JB4VH56561@sydmail3.telpacific.com.au> Date: Tue, 19 Mar 2002 22:14:10 +1000 From: Richard To: "freebsd-questions@FreeBSD.ORG" Subject: How to disallow a certain user or group to access a directory and all other users will not be affected X-mailer: FoxMail 4.0 beta 2 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: base64 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG SSBhbSBmYWNpbmcgYSBwcm9ibGVtIHRoYXQgSSBvbmx5IHdhbnQgdG8gYmxvY2sgYSBjZXJ0YWlu DQp1c2VyIG9yIGEgZ3JvdXAgdG8gYWNjZXNzIGEgZmV3IGRpcmVjdG9yaWVzIGFuZCBhbGwgb3Ro ZXINCnVzZXJzIHdpbGwgbm90IGJlIGFmZmVjdGVkLg0KDQpJdCBkb2VzIG5vdCBzZWVtIHRvIGJl IGEgcHJvYmxlbSBpbiB3aW4yMDAwLCBidXQgSSBjYW5ub3QNCmltcGxlbWVudCBpbiBGcmVlQlNE IG9yIExpbnV4LiBJcyBpdCBwb3NzaWJsZSB0byBpbXBsZW1lbnQNCmluIEZyZWVCU0Qgb3IgTGlu dXg/DQoNCk15IE9TIGlzIEZyZWVCU0QgNC40Lg0KDQpBbnlvbmUgd2hvIGNhbiBoZWxwIG1lIHdp bGwgYmUgdmVyeSBhcHByZWNpYXRlZC4NCg0KDQo= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 3:21:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ettnet.se (mail.ettnet.se [212.109.4.7]) by hub.freebsd.org (Postfix) with SMTP id 06ED937B404 for ; Tue, 19 Mar 2002 03:21:01 -0800 (PST) Received: (qmail 63649 invoked from network); 19 Mar 2002 11:20:59 -0000 Received: from unknown (HELO ppp-212-109-5-5) (212.109.5.5) by mail.ettnet.se with SMTP; 19 Mar 2002 11:20:59 -0000 From: Thomas Widlumdh Reply-To: tw@ettnet.se To: freebsd-questions@FreeBSD.ORG Subject: IPv6? Date: Tue, 19 Mar 2002 12:12:34 +0100 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <02031912162501.01424@ppp-212-109-5-110> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm connecting to the internet via a telephonne modem. I'm using Kppp. Occasionally I get the message: pppd : Connect : ppp0 <--> /dev/cuaa0 ppp0 : IPv6 not supported What is this IPv6? Should I bother? The connection with my ISP works very well. So do Kmail and Netscape. Thanks, Thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 3:25:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 6CAB937B400 for ; Tue, 19 Mar 2002 03:25:23 -0800 (PST) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Tue, 19 Mar 2002 11:25:15 +0000 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 16nHiQ-0005ol-00; Tue, 19 Mar 2002 11:23:42 +0000 Date: Tue, 19 Mar 2002 11:23:42 +0000 (GMT) From: Jan Grant X-X-Sender: cmjg@mail.ilrt.bris.ac.uk To: John Indra Cc: freebsd-questions@freebsd.org Subject: Re: Socket Programming in UN*X In-Reply-To: <20020319105228.A78257@office.naver.co.id> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 19 Mar 2002, John Indra wrote: > Hi... > > Can anyone point me to URLs that have tutorials on socket programming in > UN*X. I am a novice C programmer and need a step-by-step with explanation > kind of tutorial. There are a couple of reasonably relevant documents here: http://docs.FreeBSD.org/doc/ You're after PSD:20 and PSD:21; Stevens is better, if you can get it (APUE and Network Programming are extremely worthy) -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287088 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk Prolog in JavaScript: http://tribble.ilrt.bris.ac.uk/~cmjg/logic/prolog-latest To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 3:28:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 159EA37B400 for ; Tue, 19 Mar 2002 03:28:36 -0800 (PST) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Tue, 19 Mar 2002 11:28:16 +0000 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 16nHmR-0005rU-00; Tue, 19 Mar 2002 11:27:51 +0000 Date: Tue, 19 Mar 2002 11:27:51 +0000 (GMT) From: Jan Grant X-X-Sender: cmjg@mail.ilrt.bris.ac.uk To: Richard Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: How to disallow a certain user or group to access a directory and all other users will not be affected In-Reply-To: <200203191104.g2JB4VH56561@sydmail3.telpacific.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 19 Mar 2002, Richard wrote: > I am facing a problem that I only want to block a certain > user or a group to access a few directories and all other > users will not be affected. > > It does not seem to be a problem in win2000, but I cannot > implement in FreeBSD or Linux. Is it possible to implement > in FreeBSD or Linux? You need extended ACLs. I believe Linux has them; the TrustedBSD project is doing the same for FreeBSD (the code's already in current, IIRC). -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287088 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk Q: What's yellow and equivalent to the axiom of choice? A: Zorn's lemon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 3:30: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fe070.worldonline.dk (fe070.worldonline.dk [212.54.64.208]) by hub.freebsd.org (Postfix) with SMTP id 72B0937B404 for ; Tue, 19 Mar 2002 03:30:04 -0800 (PST) Received: (qmail 12840 invoked by uid 0); 19 Mar 2002 11:30:03 -0000 Received: from unknown (HELO NEIGAARD?MOB) (213.237.13.224) by fe070.worldonline.dk with SMTP; 19 Mar 2002 11:30:03 -0000 Date: Tue, 19 Mar 2002 12:29:11 +0100 From: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= X-Mailer: The Bat! (v1.53d) Reply-To: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= X-Priority: 3 (Normal) Message-ID: <7112061563.20020319122911@e-box.dk> To: questions@FreeBSD.ORG Subject: Offtopic - Apache+mod_ssl MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi There are some basic concepts about mod_ssl I don't understand. I have tried the mod_ssl maillist but it seems that they don't like newbie's. Maybe it's my way of asking they don't like, I'm not sure, but I have followed the list and seen other newbie's being ignored :) So I try my luck here, and hope that one of you will help me out here. I have read the documentation (or the documentation I could find), and I belive that I understand how to configure mod_ssl enough to get started. But... There is one thing I really don't understand. Users... Where are the SSL users, where do I manage their usernames/passwords? I'm mostly concerned about username/password authentication to start with, later I will play with certificates. I just cant find any info on how to manage those user, maybe some of you have a link to this kind of information. -- Med venlig hilsen/Best regards, Søren Neigaard mailto:neigaard@e-box.dk -- "First we thought the PC was a calculator. Then we found out how to turn numbers into letters with ASCII — and we thought it was a typewriter. Then we discovered graphics, and we thought it was a television. With the World Wide Web, we've realized it's a brochure." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 3:40:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uk2.kanda-systems.net (uk2.kanda-systems.net [193.195.117.202]) by hub.freebsd.org (Postfix) with ESMTP id 6FB8E37B405 for ; Tue, 19 Mar 2002 03:40:17 -0800 (PST) Received: from localhost.kanda-systems.net (localhost.kanda-systems.net [127.0.0.1]) by uk2.kanda-systems.net (Postfix) with ESMTP id AEB9D3C1E8; Tue, 19 Mar 2002 12:54:00 +0000 (GMT) Date: Tue, 19 Mar 2002 12:54:00 +0000 (GMT) From: jason+freebsd@kanda.com X-X-Sender: jason@uk2.kanda-systems.net Reply-To: jason+freebsd@kanda.com To: Jan Grant Cc: Richard , "freebsd-questions@FreeBSD.ORG" Subject: Re: How to disallow a certain user or group to access a directory and all other users will not be affected In-Reply-To: Message-ID: <20020319124758.W69540-100000@uk2.kanda-systems.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 19 Mar 2002, Jan Grant wrote: > On Tue, 19 Mar 2002, Richard wrote: > > > I am facing a problem that I only want to block a certain > > user or a group to access a few directories and all other > > users will not be affected. > > > > It does not seem to be a problem in win2000, but I cannot > > implement in FreeBSD or Linux. Is it possible to implement > > in FreeBSD or Linux? > > You need extended ACLs. I believe Linux has them; the TrustedBSD project > is doing the same for FreeBSD (the code's already in current, IIRC). Not quite so, typically you use permissions to grant access, ie. user x can read/write these files, group y can only read these files and everyone else has no access. Permissions can be turned on their head a bit, eg: user x has no access, group y has read only access and everyone else can do anything with them. With thoughtful use of groups, you should be able to emulate some ACL functionality, although it will be fiddlier than with ACLs. Some quick examples: To stop a group accessing a directory/file: chgrp group directory (where group is the group you want to restrict access to, and directory is the directory name) Then chmod 707 directory To stop a user accessing a file or directory: chgrp user directory Then chmod 077 directory (where user is the user you want to restrict access to, and directory is the directory name) Jason > > > -- > jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ > Tel +44(0)117 9287088 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk > Q: What's yellow and equivalent to the axiom of choice? A: Zorn's lemon. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 19 3:40:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gurudom.ramax.com (h24-68-240-50.cg.shawcable.net [24.68.240.50]) by hub.freebsd.org (Postfix) with SMTP id C6DE037B402 for ; Tue, 19 Mar 2002 03:40:29 -0800 (PST) Received: (qmail 6201 invoked from network); 19 Mar 2002 11:40:29 -0000 Received: from unknown (HELO bismark.io.sys.ramax.com) (10.0.0.1) by netopia.io.sys with SMTP; 19 Mar 2002 11:40:29 -0000 To: Richard Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: How to disallow a certain user or group to access a directory and all other users will not be affected References: <200203191104.g2JB4VH56561@sydmail3.telpacific.com.au> From: Alex Rodioukov Date: 19 Mar 2002 04:40:29 -0700 In-Reply-To: <200203191104.g2JB4VH56561@sydmail3.telpacific.com.au> Message-ID: <87y9goss42.fsf@bismark.io.sys> Lines: 24 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Richard writes: > I am facing a problem that I only want to block a certain > user or a group to access a few directories and all other > users will not be affected. > > It does not seem to be a problem in win2000, but I cannot > implement in FreeBSD or Linux. Is it possible to implement > in FreeBSD or Linux? You'll need to create a group that will contain all the users that should not have access to restricted directories. Then you'll need to change the group id for that directories to the group you've created. After you'll revoke all the permissions from the group - that group will have no access. Like such: # chgrp restricted dir1 dir2 dir3 # chmod g-rwx dir1 dir2 dir3 After this is done the users that belong to the "restricted" group will have no access to dir1, dir2 etc... Regards, Alex. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 3:48:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id E34CD37B400 for ; Tue, 19 Mar 2002 03:48:28 -0800 (PST) Received: (qmail 64270 invoked by uid 100); 19 Mar 2002 11:48:25 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15511.9609.134146.560977@guru.mired.org> Date: Tue, 19 Mar 2002 05:48:25 -0600 To: Jan Grant Cc: Richard , "freebsd-questions@FreeBSD.ORG" Subject: Re: How to disallow a certain user or group to access a directory and all other users will not be affected In-Reply-To: References: <200203191104.g2JB4VH56561@sydmail3.telpacific.com.au> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In , Jan Grant typed: > On Tue, 19 Mar 2002, Richard wrote: > > I am facing a problem that I only want to block a certain > > user or a group to access a few directories and all other > > users will not be affected. > You need extended ACLs. I believe Linux has them; the TrustedBSD project > is doing the same for FreeBSD (the code's already in current, IIRC). Actually, any Unix can halfway do it. Put the users you want excluded in group "excluded". Then make the directory owned by group excluded, mode 705 (or whatever). The group permissions takes precedence over the "other" permission, so those users are excluded. I say "halfway" because that's not they way you're supposed to use groups. So it's relatively straightforward for a user to "lose" a group, at least on some Unices. I originally found this on BSD 4.x, and I don't know if it's been changed since. CSRG didn't consider it a problem, and I haven't tested it on any version of FreeBSD. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 3:51: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 4B15437B402 for ; Tue, 19 Mar 2002 03:50:59 -0800 (PST) Received: (qmail 2127 invoked by uid 0); 18 Mar 2002 17:06:12 -0000 Received: from tk212017108240.univie.teleweb.at (HELO Deadcell.ant) (212.17.108.240) by mail.gmx.net (mp009-rz3) with SMTP; 18 Mar 2002 17:06:12 -0000 Received: (from ant@localhost) by Deadcell.ant (8.11.6/8.11.6) id g2IH6Bm01025 for freebsd-questions@freebsd.org; Mon, 18 Mar 2002 18:06:11 +0100 (CET) (envelope-from ant) Date: Mon, 18 Mar 2002 18:06:11 +0100 From: Andreas Ntaflos To: freebsd-questions@freebsd.org Subject: why does dmesg.boot get overwritten? Message-ID: <20020318180610.A44264@Deadcell.ant> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all, I wonder why after a day or two uptime my /var/run/dmesg.boot gets completely overwritten by various messages, mostly generated by log_in_vain (eg Connection attempt to UDP 127.0.0.1:512 from 127.0.0.1:1654) but also a few others. I tought dmesg.boot is there to preserve the messages output at boot time? What could cause it to get clobbered with anything else than boot information? Some syslog settings? Or is there anything else I have to consider about that particular problem? Thanks and regards -- Andreas "ant" Ntaflos ntaflos.andreas@gmx.net Vienna, AUSTRIA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 3:54:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.droso.net (koala.droso.net [193.162.142.122]) by hub.freebsd.org (Postfix) with ESMTP id 5639A37B402 for ; Tue, 19 Mar 2002 03:54:23 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id 9D8F75B85; Tue, 19 Mar 2002 12:54:21 +0100 (CET) Received: by mail.droso.net (Postfix, from userid 1001) id 138FA5B8D; Tue, 19 Mar 2002 12:54:20 +0100 (CET) Date: Tue, 19 Mar 2002 12:54:20 +0100 From: Erwin Lansing To: Thomas Widlumdh Cc: freebsd-questions@FreeBSD.ORG Subject: Re: IPv6? Message-ID: <20020319125420.F74835@mail.droso.net> References: <02031912162501.01424@ppp-212-109-5-110> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="KdquIMZPjGJQvRdI" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <02031912162501.01424@ppp-212-109-5-110>; from tw@ettnet.se on Tue, Mar 19, 2002 at 12:12:34PM +0100 X-Operating-System: FreeBSD/i386 4.5-STABLE X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --KdquIMZPjGJQvRdI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 19, 2002 at 12:12:34PM +0100, Thomas Widlumdh wrote: > Hi, > I'm connecting to the internet via a telephonne modem. > I'm using Kppp. >=20 > Occasionally I get the message: > pppd : Connect : ppp0 <--> /dev/cuaa0 >=20 > ppp0 : IPv6 not supported >=20 > What is this IPv6? Should I bother? >=20 http://www.ipv6.org/ Probably no need to worry, if you don't mind seeing a warning every once in a while. /erwin --=20 Erwin Lansing -- http://droso.org fingerprint =3D FB58 9797 299A F18E 2D3E 73D6 AB2F 5A5B 1525 6990 "Show me a web app that can't be served from a Pentium 100 and I'll show you a dead dot-com" -- Kevin Jamieson --KdquIMZPjGJQvRdI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8lybrqy9aWxUlaZARAnXiAJ9W6FdRgkijZ3DJ7TRmS6a1sJKGnwCeM2AB 4d4T3IoIj0xuZg48WSucoqo= =+B5d -----END PGP SIGNATURE----- --KdquIMZPjGJQvRdI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 3:59: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mel-rto2.wanadoo.fr (smtp-out-2.wanadoo.fr [193.252.19.254]) by hub.freebsd.org (Postfix) with ESMTP id A3E8537B400 for ; Tue, 19 Mar 2002 03:58:57 -0800 (PST) Received: from mel-rta8.wanadoo.fr (193.252.19.79) by mel-rto2.wanadoo.fr; 19 Mar 2002 12:58:52 +0100 Received: from 100s (193.253.46.176) by mel-rta8.wanadoo.fr; 19 Mar 2002 12:58:36 +0100 MIME-Version: 1.0 Message-Id: <3C9727DD.000003.79471@100s> Date: Tue, 19 Mar 2002 15:58:21 +0400 (Arabie) Content-Type: Multipart/related; type="multipart/alternative"; boundary="------------Boundary-00=_9LY7G6G0000000000000" X-Mailer: IncrediMail 2001 (1700618) From: "Pascal L." X-FID: BA285063-5BCE-11D4-AF8D-0050DAC67E11 X-FVER: 2.0 X-FIT: Letter X-FCOL: Elegant Paper X-FCAT: Stationery X-FDIS: Rice Fields X-Extensions: SU1CTDEsNDEsgUmBSTAkkcGNgZmVTY0wNCxNhYUoiU0kOMEoTYGBjYEoJDSZnSyFhUksSU1CTDIsMCwsSU1CTDMsMCws X-BG: X-BGT: repeat X-BGC: #dce0e3 X-BGPX: 0px X-BGPY: 0px X-ASN: ANIM3D00-NONE-0000-0000-000000000000 X-ASNF: 0 X-ASH: ANIM3D00-NONE-0000-0000-000000000000 X-ASHF: 1 X-AN: 6486DDE0-3EFD-11D4-BA3D-0050DAC68030 X-ANF: 0 X-AP: 6486DDE0-3EFD-11D4-BA3D-0050DAC68030 X-APF: 1 X-AD: C3C52140-4147-11D4-BA3D-0050DAC68030 X-ADF: 0 X-AUTO: X-ASN,X-ASH,X-AN,X-AP,X-AD X-CNT: ; X-Priority: 3 To: Subject: Debutant Unix !! Disposition-Notification-To: "Pascal L." Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --------------Boundary-00=_9LY7G6G0000000000000 Content-Type: Multipart/Alternative; boundary="------------Boundary-00=_9LY7BHK0000000000000" --------------Boundary-00=_9LY7BHK0000000000000 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Bonjour,=0D =0D j'ai toujours travailler sur plate-forme Windows et je me suis decider a essayer les syst=E8mes UNIX. J'ai donc telecharger FreeBSD 4.5 mais je n'= y comprends pas grand chose, car etant tres tres nouveau dans le monde UNIX= , il y a toute une =E9ducation =E0 refaire en partant de z=E9ro. Je voudrai= s reellement apprendre a utiliser cette OS a fond mais pour cela, je voudra= is savoir s'il existe un manuel en Fran=E7ais qui explique FreeBSD 4.5 de A = a Z, une sorte de Bible quoi pour les debutants. J'ai vu sur le net qu'il y a=20 The Complete FreeBSD" mais existe-t-il ce livre en Francais ? Ayant tout = mon temps libre pour l'instant, je pourrais me consacrer a apprendre ce syst=E8= me, mais il me faut vraiment de l'aide.=0D =0D Merci,=0D =0D Sincerement,=0D Pascal. --------------Boundary-00=_9LY7BHK0000000000000 Content-Type: Text/HTML; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable =0D =0A
Bonjour,
 
j'ai toujours travailler sur plate-forme Windows et je me suis= =20 decider a essayer les syst=E8mes UNIX. J'ai donc telecharger F= reeBSD=20 4.5 mais je n'y comprends pas grand chose, car etant tres tres nouv= eau=20 dans le monde UNIX, il y a toute une =E9ducation =E0 refaire e= n partant=20 de z=E9ro. Je voudrais reellement apprendre a utiliser cette O= S a=20 fond mais pour cela, je voudrais savoir s'il existe un manuel en Fr= an=E7ais=20 qui explique FreeBSD 4.5 de A a Z, une sorte de Bible quoi pou= r les=20 debutants. J'ai vu sur le net qu'il y a "The Complete FreeBSD" mais= =20 existe-t-il ce livre en Francais ? Ayant tout mon temps libre pour=20 l'instant, je pourrais me consacrer a apprendre ce syst=E8me, = mais il=20 me faut vraiment de l'aide.
 
Merci,
 
Sincerement,
Pascal.
________________________________________________________________=
<= IMG=20 align=3Dbaseline alt=3D"" border=3D0 hspace=3D0=20 src=3D"cid:DD2AD267-3B4D-11D6-8715-444553540000">  IncrediMai= l -=20 La messagerie =E9lectronique a enfin =E9volu=E9 -
<= FONT=20 face=3D"Times New Roman" size=3D3>Cliquer=20 ici
--------------Boundary-00=_9LY7BHK0000000000000-- --------------Boundary-00=_9LY7G6G0000000000000 Content-Type: image/gif Content-Transfer-Encoding: base64 Content-ID: R0lGODlhFAAPALMIAP9gAM9gAM8vAM9gL/+QL5AvAGAvAP9gL////wAAAAAAAAAAAAAAAAAAAAAA AAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJFAAIACwAAAAAFAAPAAAEVRDJSaudJuudrxlEKI6B URlCUYyjKpgYAKSgOBSCDEuGDKgrAtC3Q/R+hkPJEDgYCjpKr5A8WK9OaPFZwHoPqm3366VKyeRt E30tVVRscMHDqV/u+AgAIfkEBWQACAAsAAAAABQADwAABBIQyUmrvTjrzbv/YCiOZGmeaAQAIfkE CRQACAAsAgABABAADQAABEoQIUOrpXIOwrsPxiQUheeRAgUA49YNhbCqK1kS9grQhXGAhsDBUJgZ AL2Dcqkk7ogFpvRAokSn0p4PO6UIuUsQggSmFjKXdAgRAQAh+QQFCgAIACwAAAAAFAAPAAAEEhDJ Sau9OOvNu/9gKI5kaZ5oBAAh+QQJFAAIACwCAAEAEAANAAAEShAhQ6ulcg7Cuw/GJBSF55ECBQDj 1g2FsKorWRL2CtCFcYCGwMFQmBkAvYNyqSTuiAWm9ECiRKfSng87pQi5SxCCBKYWMpd0CBEBACH5 BAVkAAgALAAAAAAUAA8AAAQSEMlJq7046827/2AojmRpnmgEADs= --------------Boundary-00=_9LY7G6G0000000000000 Content-Type: Image/jpeg Content-ID: Content-Transfer-Encoding: base64 /9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAHgAA/+4AIUFkb2JlAGTAAAAAAQMA EAMCAwYAAAHbAAAC1gAABZX/2wCEABALCwsMCxAMDBAXDw0PFxsUEBAUGx8XFxcXFx8eFxoaGhoX Hh4jJSclIx4vLzMzLy9AQEBAQEBAQEBAQEBAQEABEQ8PERMRFRISFRQRFBEUGhQWFhQaJhoaHBoa JjAjHh4eHiMwKy4nJycuKzU1MDA1NUBAP0BAQEBAQEBAQEBAQP/CABEIAGUAcwMBIgACEQEDEQH/ xACAAAEBAQEAAAAAAAAAAAAAAAAAAQIGAQEBAAAAAAAAAAAAAAAAAAAAARABAAICAwEAAgMAAAAA AAAAAQARIQIxQRIiQDIQMFARAAICAgIBBAIDAQEAAAAAAAERACExQVFhcYGRobECEsHhMtHxEgEA AAAAAAAAAAAAAAAAAABQ/9oADAMBAAIRAxEAAADtRZYE1ASghQFgUZoCkKSwLmhcllAEqkSkqFAl hUomoAS3IoJqFlDNpFEAQFE1AIVYAWIVKAJRNZpYCwVmmshKACA0CBAUCBYGwf/aAAgBAgABBQD8 B/yP/9oACAEDAAEFAPz6/or8H//aAAgBAQABBQC2+ZeHjbD+saX6hwXeDW1Rg4xLLTa+m7ZiIEsI 1MTiHP1dYpvFADiFM1/X6nq9byuwdPPz5oFofWlEMQ9ULKrWq2ppG9Y2J6INQma9lVTRdlUKgHzX XSEECw1SYu5WsGoJPkisZYpx31GvXZQ/JM3VwShzVTsp1EZbBI8LcaUSih86+s2Zl4Wp6+lAZnVs Dkjdku5m+lJTdXDG2SHM9M2wKX1YxsaZTTwmoVrYnqsMrM652yjs01K0mtbGAz6Y5dpfqNz06qpq 5QNjiIjiZtbhtceNuf0jyeqGgu6rXMvI4omPWbPMYzEfMI+axHnFvOP4/9oACAECAgY/AGP/2gAI AQMCBj8AY//aAAgBAQEGPwB72Yucb1BfIhFEaeZ+xRXFQELN+HEUQdjU0Xn4g9gRCQcpw1yajGYs P/kFvUzvjUBWrIMFHI2OJQNEAjiEEFdTmfG/MTHq5RFOnpTV3kzCBx7x4YOD1AV5uYJvnqMA0hep jfwpYCwC4Bx3q55zeZRBCw9TkoIuHw78RdczSNH2mgqcLpRC+RASAkA3B13mcYd5mR84c/yOx4lW tRAZ6mGDhiP9WgXVyhWA+xDgMOWGMsTg/wBTz8SjjXrP8hHIlX1MZ6mDzgc/cIV/iyN1GBR0MQMK jnEzvvMz8mUkErKlfqU63iV+IKNH7mNZBLFQEpEDeDOV32IVn8WR4caoywqI2p695mbZzNUQIcKf k0bo+0NpCqn7CiQiNGXkdQen1DpjGeZ7WNw3pK+I93maCPc16+Zkf6XxMCsFwAkaiIB57vc/IAhZ /HqZBBbB0ZokAEOGxsYqBgPp8agQBu4VSMJdqx6SwDsGBrTmAR93uZGX6KePowEADAIjoX8gw459 CICaW/MLGvodQfkDW71zBxRHtB3j3jC4PMIYoAgKNfPMCQNN7jCzvlzXPopzhQvNZY3CRya9ZrEF fRE0iCB5mscZuVYfKmAi94uE3Q8qfytQ7xD0svmFcmaxNPI8iMjh3pmF2HbzqeUi+YkiD/MrOl5L mbwPuWVfmXpv3hDH8qAjPpiZHXkRnSd6ZhB53mejzKV6US0K9TCCLyCeIhtETX5MsHBGJkD/ANiF kMCE2qGoCdZ8Q8AMGpYFqEhdhRIYH3CF3d1M/Mexma+4CwdQ2Ddcx0exAlmj04QUQd8QWLB/iB5G xmEg5TENVZqPYzFV8eHAy9T/AEc8a4n3Ov6g/VwvE6lpQ4VNysXzhS8esOO8w/rlF/rypjV3B5H1 Knr8T//Z --------------Boundary-00=_9LY7G6G0000000000000-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 5: 4:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id AF12937B400 for ; Tue, 19 Mar 2002 05:04:44 -0800 (PST) Received: from hades.hell.gr (patr530-a054.otenet.gr [212.205.215.54]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2JD4caQ008639; Tue, 19 Mar 2002 15:04:39 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2JD4jtu005512; Tue, 19 Mar 2002 15:04:45 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2JD4jCO005511; Tue, 19 Mar 2002 15:04:45 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Tue, 19 Mar 2002 15:04:45 +0200 From: Giorgos Keramidas To: "Pascal L." Cc: freebsd-questions@freebsd.org Subject: Re: Debutant Unix !! Message-ID: <20020319130445.GC4968@hades.hell.gr> References: <3C9727DD.000003.79471@100s> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C9727DD.000003.79471@100s> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-03-19 15:58, Pascal L. wrote: > Bonjour, Bonjour Pascal, but note that English is the common language on this list. You'll get your message to a much wider audience if you write in English :) > j'ai toujours travailler sur plate-forme Windows et je me suis decider a > essayer les syst?mes UNIX. Sure. Why not? Welcome to the UNIX side of the world. > Je voudrais reellement apprendre a utiliser cette OS a fond mais pour > cela, je voudrais savoir s'il existe un manuel en Fran?ais qui explique > FreeBSD 4.5 de A a Z, une sorte de Bible quoi pour les debutants. I'm not sure if a book in French exists, but I'm sure you will certainly find useful the translations of the "French FreeBSD Documentation Team". Find them at: [ http://www.FreeBSD.org/docproj/translations.html#french ] Cheers, Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 5:13:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f53.law8.hotmail.com [216.33.241.53]) by hub.freebsd.org (Postfix) with ESMTP id E233737B404 for ; Tue, 19 Mar 2002 05:13:15 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 19 Mar 2002 05:13:15 -0800 Received: from 165.155.112.1 by lw8fd.law8.hotmail.msn.com with HTTP; Tue, 19 Mar 2002 13:13:15 GMT X-Originating-IP: [165.155.112.1] From: "XAesculapius Shadow of Death" To: freebsd-questions@FreeBSD.ORG, ericj@openbsd.org, wvdputte@openbsd.org, chris@openbsd.org, www@netbsd.org, debian-project@lists.debian.org Subject: question on linux Date: Tue, 19 Mar 2002 08:13:15 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 19 Mar 2002 13:13:15.0941 (UTC) FILETIME=[D4977D50:01C1CF47] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i m a beginner on linux, i don't know which modem i can use on a linux and i have two modems at home, i don't know which one i can use, so can you help me? Lucent Win Modem Aopen FM56-PM XAesculapius _________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. 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 Mar 19 5:25:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 462AA37B400 for ; Tue, 19 Mar 2002 05:25:30 -0800 (PST) Received: from hades.hell.gr (patr530-a065.otenet.gr [212.205.215.65]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2JDPOaQ018151; Tue, 19 Mar 2002 15:25:25 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2JDPWtu005765; Tue, 19 Mar 2002 15:25:32 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2JDHoYh005655; Tue, 19 Mar 2002 15:17:50 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Tue, 19 Mar 2002 15:17:50 +0200 From: Giorgos Keramidas To: "JMS Internet, Inc." Cc: freebsd-questions@freebsd.org Subject: Re: sendmail/procmail install Message-ID: <20020319131749.GE4968@hades.hell.gr> References: <5.1.0.14.2.20020318233652.03738430@mail.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.1.0.14.2.20020318233652.03738430@mail.earthlink.net> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-03-18 23:37, JMS Internet, Inc. wrote: > My ISP setup Qmail for me, unfortunately it's allowing spammers to relay > through it if they provide one of my hosted domain names... So, I'd like to > get Qmail removed and Sendmail & Procmail installed. Any suggestions for > companies/people that offer this service? Procmail can be used with qmail too. Read the documentation for .qmail files... Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 5:25:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 418D837B405 for ; Tue, 19 Mar 2002 05:25:33 -0800 (PST) Received: from hades.hell.gr (patr530-a065.otenet.gr [212.205.215.65]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2JDPRaQ018223; Tue, 19 Mar 2002 15:25:30 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2JDPWtw005765; Tue, 19 Mar 2002 15:25:35 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2JDGHFi005630; Tue, 19 Mar 2002 15:16:17 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Tue, 19 Mar 2002 15:16:17 +0200 From: Giorgos Keramidas To: John Indra Cc: freebsd-questions@freebsd.org Subject: Re: Socket Programming in UN*X Message-ID: <20020319131617.GD4968@hades.hell.gr> References: <20020319105228.A78257@office.naver.co.id> <20020319040202.GA27901@mooseriver.com> <20020319115338.B78257@office.naver.co.id> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020319115338.B78257@office.naver.co.id> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-03-19 11:53, John Indra wrote: > On Mon, Mar 18, 2002 at 08:02:02PM -0800, Josef Grosch wrote: > > >Unix Network Programming by W. Richard Stevens > > Unfortunately I live in a country that these kinds of good quality book is > VERY VERY hard to find and buy... Any URLs instead? I have visited the Beej > one. Any others? From my lynx_bookmarks.html: http://www.cs.buffalo.edu/~milun/unix.programming.html http://users.actcom.co.il/~choo/lupg/tutorials/ http://www-users.cs.umn.edu/~bentlema/unix/ http://www.nas.nasa.gov/~edavis/unix_sys_prog.html Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 5:26:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id 614A137B404 for ; Tue, 19 Mar 2002 05:26:03 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Tue, 19 Mar 2002 13:22:51 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id ; Tue, 19 Mar 2002 13:22:50 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D041E9F5A@MAIL1> From: Mike Dewhirst To: "'questions@freebsd.org'" Subject: restricting users Date: Tue, 19 Mar 2002 13:23:33 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1CF49.44E64B30" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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_01C1CF49.44E64B30 Content-Type: text/plain; charset="iso-8859-1" What is the standard practice for creating user accounts that are very restricted, e.g. just login, home dir access + cvs - no read access of /etc, /, etc. I've heard of jails, but how restrictive are they? Can a user run their own copy of an app server/database/etc? Many thanks in advance for any advice, Mike Dewhirst This message was written in plain text mode. Everything below the dotted line was not written by the author of this email. ---------------------- =********************************************************** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited. If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail. Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free. **********************************************************= ------_=_NextPart_001_01C1CF49.44E64B30 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable restricting users

What is the standard practice for creating user accounts = that are very restricted, e.g. just login, home dir access + cvs - no read = access of /etc, /, etc.

I've heard of jails, but how restrictive are they? Can a = user run their own copy of an app server/database/etc?

Many thanks in advance for any advice,

Mike Dewhirst


This message was written in plain text mode.
Everything below the dotted line was not
written by the author of this email.
----------------------



=3D**********************************************************

If you are not the intended recipient, employee or agent responsible for de= livering the message to the intended recipient, you are hereby notified tha= t any dissemination or copying of this communication and its attachments is= strictly prohibited.

If you have received this communication and its attachments in error, pleas= e return the original message and attachments to the sender using the reply= facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does n= ot accept legal responsibility for the contents of this message. Any views= or opinions presented are solely those of the author and do not necessaril= y represent those of the UCLES Group unless otherwise specifically stated.<= BR>
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not gua= rantee that this email is virus free.

**********************************************************=3D
------_=_NextPart_001_01C1CF49.44E64B30-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 5:31:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from widow.xs4all.nl (widow.xs4all.nl [213.84.107.108]) by hub.freebsd.org (Postfix) with ESMTP id 81C7937B405 for ; Tue, 19 Mar 2002 05:31:08 -0800 (PST) Received: from localhost.localdomain ([::ffff:127.0.0.1]) (AUTH: LOGIN maniac) by widow.xs4all.nl with esmtp; Tue, 19 Mar 2002 14:31:06 +0100 Subject: Re: question on linux From: Mark Janssen To: XAesculapius Shadow of Death Cc: freebsd-questions@FreeBSD.ORG, ericj@openbsd.org, wvdputte@openbsd.org, chris@openbsd.org, www@netbsd.org, debian-project@lists.debian.org In-Reply-To: References: X-Mailer: Evolution/1.0.2 Date: 19 Mar 2002 14:31:25 +0100 Message-Id: <1016544687.909.2.camel@ninja> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 2002-03-19 at 14:13, XAesculapius Shadow of Death wrote: > i m a beginner on linux, i don't know which modem i can use on a linux > and i have two modems at home, i don't know which one i can use, > so can you help me? > > Lucent Win Modem > Aopen FM56-PM Winmodems are not really modems, and usually DO NOT work under linux. Now the Lucent winmodems can be made to work under linux, but it's not an easy job for beginners. I don't know the Aopen modem, but if it is a real modem (no winmodem) it will probably work just fine. Try a google-search on it, or wait for others to answer this question. In general, you are safe with 'external' modems. :) Mark P.S. why are you cross-posting this to Debian, OpenBSD, FreeBSD and NetBSD mailinglists.... not very nice... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 5:31:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from janeway.vonbek.dhs.org (bgm-24-24-79-198.stny.rr.com [24.24.79.198]) by hub.freebsd.org (Postfix) with ESMTP id D537437B400 for ; Tue, 19 Mar 2002 05:31:15 -0800 (PST) Received: by janeway.vonbek.dhs.org (Postfix, from userid 12347) id 8B4B0E77120; Tue, 19 Mar 2002 08:32:29 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id 88C3E6A8C0A for ; Tue, 19 Mar 2002 08:32:29 -0500 (EST) Date: Tue, 19 Mar 2002 08:32:29 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: freebsd-questions@FreeBSD.org Subject: Re: sendmail | pine In-Reply-To: <86vgbtf1u0.fsf@indigo.int.mt.lv> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 19 Mar 2002, Denis J. Cirulis wrote: > John Bleichert writes: > > > Hello All > > > > Hopefully this isnt too terribly green, but how do I override my Unix > > username with the left side of my email address using sendmail and pine? I > > use pine in Linux, but with postfix and procmail, which I know how to use. > > > > Is there a quick and dirty way to solve this? I'm reading the man page for > > /etc/aliases right now, dunno if it's the right track. > > > > Im not ready to install postfix yer, or maybe I am hehe. sendmail is ok, > > Im just new at it. And procmail works fine, too. > > > > Thanks - I am rtfm, but it's late and I want quick info as well! ;-) > > Hello, John! > > You can edit /etc/mail/sendmail.mc (according to the documentation at www.sendmail.org) > Add there: > > MASQUERADE_AS(domain.com) > FEATURE(masquerade_envelope) > or > FEATURE(allmasquerade) > > then type make in /etc/mail and killall -HUP sendmail > > This action gives you all your outgoing mail to be masqueraded to domain.com instead of > your real hostname. > > I found that I could set the Reply-To and From headers directly in Pine. I never noticed in Linux as I never compiled in support for this functionality. Also, I use postfix on all of my boxes so Im busy trying to get that to install in fbsd (I'm relatively new in fbsd, but experienced in Linux ;-) But thanks for the info! JB |-John Bleichert----syborg@stny.rr.com----------------| |-------------------http://vonbek.dhs.org/latest.jpg--| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 5:40:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 8795337B419 for ; Tue, 19 Mar 2002 05:40:25 -0800 (PST) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Tue, 19 Mar 2002 13:40:15 +0000 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 16nJqU-0007nV-00; Tue, 19 Mar 2002 13:40:10 +0000 Date: Tue, 19 Mar 2002 13:40:09 +0000 (GMT) From: Jan Grant X-X-Sender: cmjg@mail.ilrt.bris.ac.uk To: jason+freebsd@kanda.com Cc: Richard , "freebsd-questions@FreeBSD.ORG" Subject: Re: How to disallow a certain user or group to access a directory and all other users will not be affected In-Reply-To: <20020319124758.W69540-100000@uk2.kanda-systems.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 19 Mar 2002 jason+freebsd@kanda.com wrote: > > On Tue, 19 Mar 2002, Jan Grant wrote: > > > On Tue, 19 Mar 2002, Richard wrote: > > > > > I am facing a problem that I only want to block a certain > > > user or a group to access a few directories and all other > > > users will not be affected. > > > > > > It does not seem to be a problem in win2000, but I cannot > > > implement in FreeBSD or Linux. Is it possible to implement > > > in FreeBSD or Linux? > > > > You need extended ACLs. I believe Linux has them; the TrustedBSD project > > is doing the same for FreeBSD (the code's already in current, IIRC). > > Not quite so, typically you use permissions to grant access, ie. user x > can read/write these files, group y can only read these files and everyone > else has no access. > > Permissions can be turned on their head a bit, eg: user x has no access, > group y has read only access and everyone else can do anything with them. > > With thoughtful use of groups, you should be able to emulate some ACL > functionality, although it will be fiddlier than with ACLs. Yeah; but the problem is that dropping out of a group isn't hard - otherwise I would've mentioned it :-) -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287088 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk (Things I've found in my attic, #2: A hundredweight of pornography.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 6: 4: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mhub-w2.tc.umn.edu (mhub-w2.tc.umn.edu [160.94.160.45]) by hub.freebsd.org (Postfix) with ESMTP id 9FB9837B402 for ; Tue, 19 Mar 2002 06:03:57 -0800 (PST) Received: from x74-47.forestry.umn.edu by mhub-w2.tc.umn.edu with ESMTP for freebsd-questions@freebsd.org; Tue, 19 Mar 2002 08:03:56 -0600 Subject: can't build mozilla 0.9.9 From: "Kirk R. Wythers" To: freebsd-questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 19 Mar 2002 07:52:59 -0600 Message-Id: <1016545979.58281.2.camel@lorax.forestry.umn.edu> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Anyone reccognize these errors at the end of the mozilla 0.9.9 build? gmake[4]: *** [nsAntiAliasedGlyph.o] Error 1 gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src/gtk' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx/src' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx' gmake[1]: *** [tier_9] Error 2 gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/mozilla. *** Error code 1 Stop in /usr/ports/www/mozilla. *** Error code 1 Stop in /usr/ports/www/mozilla. lorax# -- *NOTE NEW EMAIL ADDRESS* Kirk R. Wythers email: kwythers@umn.edu University of Minnesota tel: 612.625.2261 Department of Forest Resources fax: 612.625.5212 Saint Paul, MN 55108 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 6:10:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailserv.xpert.com (node-135.xpert.com [199.203.132.135]) by hub.freebsd.org (Postfix) with ESMTP id 7B42837B400 for ; Tue, 19 Mar 2002 06:10:41 -0800 (PST) Received: by mailserv.xpert.com with Internet Mail Service (5.5.2650.21) id ; Tue, 19 Mar 2002 16:10:35 +0200 Message-ID: From: Yonatan Bokovza To: 'S?ren Neigaard' , questions@FreeBSD.ORG Subject: RE: Offtopic - Apache+mod_ssl Date: Tue, 19 Mar 2002 16:10:32 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > -----Original Message----- > From: neigaard@e-box.dk [mailto:neigaard@e-box.dk] > Sent: Tuesday, March 19, 2002 13:29 > To: questions@FreeBSD.ORG > Subject: Offtopic - Apache+mod_ssl > > > Hi > > There are some basic concepts about mod_ssl I don't understand. I have > tried the mod_ssl maillist but it seems that they don't like newbie's. > Maybe it's my way of asking they don't like, I'm not sure, but I have > followed the list and seen other newbie's being ignored :) > > So I try my luck here, and hope that one of you will help me out here. > > I have read the documentation (or the documentation I could find), and > I belive that I understand how to configure mod_ssl enough to get > started. But... There is one thing I really don't understand. Users... > Where are the SSL users, where do I manage their usernames/passwords? > > I'm mostly concerned about username/password authentication to start > with, later I will play with certificates. I just cant find any info > on how to manage those user, maybe some of you have a link to this > kind of information. SSL does not handle "users", it handles certificates. The most common case is for a web server to have a certificate, signed either by a trusted party or itself. The user in this case will connect to the server and verify it's identity. The server's certificate will be used to encrypt the traffic. The other option is where both sides have certificates, and then the web server can also verify the user's identity. Both certificates are used to encrypt the traffic. You can read more about SSL and these modes in httpd.apache.org and www.modssl.org . Plus, there's a nice article in here: http://www.freebsddiary.org/openssl-client-authentication.php If you want to use usernames and passwords, you should probably learn about .htaccess (on apache) or different authentication modules (mod_auth_*) Regards, Yonatan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 6:16:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 22FDF37B400 for ; Tue, 19 Mar 2002 06:16:34 -0800 (PST) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Tue, 19 Mar 2002 14:16:18 +0000 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 16nKMd-0000Rn-00; Tue, 19 Mar 2002 14:13:23 +0000 Date: Tue, 19 Mar 2002 14:13:23 +0000 (GMT) From: Jan Grant X-X-Sender: cmjg@mail.ilrt.bris.ac.uk To: jason+freebsd@kanda.com Cc: Richard , "freebsd-questions@FreeBSD.ORG" Subject: Re: How to disallow a certain user or group to access a directory and all other users will not be affected In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 19 Mar 2002, Jan Grant wrote: > On Tue, 19 Mar 2002 jason+freebsd@kanda.com wrote: > > > > Not quite so, typically you use permissions to grant access, ie. user x > > can read/write these files, group y can only read these files and everyone > > else has no access. > > > > Permissions can be turned on their head a bit, eg: user x has no access, > > group y has read only access and everyone else can do anything with them. > > > > With thoughtful use of groups, you should be able to emulate some ACL > > functionality, although it will be fiddlier than with ACLs. > > Yeah; but the problem is that dropping out of a group isn't hard - > otherwise I would've mentioned it :-) Actually, now that I thikn about it, what I wrote isn't fair in the slightest. The same kinds of loopholes that can be used to drop out of groups (generally, going through something that doesn't initgroups properly - eg, a non-suexecing apache) could very well be used to avoid group-based ACLs too. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287088 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk Talk is cheap: free, as in beer. As in Real Ale, not that Budweiser rubbish. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 6:25: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out4.mx.nwbl.wi.voyager.net (out4.mx.nwbl.wi.voyager.net [169.207.1.77]) by hub.freebsd.org (Postfix) with ESMTP id 8990637B400 for ; Tue, 19 Mar 2002 06:24:57 -0800 (PST) Received: from shell.core.com (shell.core.com [169.207.1.89]) by out4.mx.nwbl.wi.voyager.net (8.11.1/8.11.4/1.7) with ESMTP id g2JEOu531019 for ; Tue, 19 Mar 2002 08:24:56 -0600 (CST) Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g2JEOuC17173 for ; Tue, 19 Mar 2002 08:24:56 -0600 (CST) Date: Tue, 19 Mar 2002 08:24:56 -0600 (CST) From: Steven Lake X-X-Sender: raiden@shell.core.com To: freebsd-questions@FreeBSD.ORG Subject: Proxy Server Settings Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok, this is something I'm curious of and after looking around on the net and through the handbook, I can't find where to do this. I know it was brought up once before, but never sufficiently answered. What I'm wanting to do is to use my laptop behind the firewall with FreeBSD running rather than windows 2000. I have my machine set to dual boot, but it makes it a pain to have to boot to 2000 to get info off the net, then boot to fbsd to do my work. At several of our locations our lan's are hidden behind proxy servers and the only way to get on the web is to set the proxy server in the browser and ftp client settings. What I want to know is how do I manually specify the proxy server for the lan in question that I'm working on during any given day so that I can just stay in fbsd and surf for info while doing my work? I know how to specify the IP and all that manually via rc.conf, but would I do much the same thing for manually specifying a proxy server? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 6:33:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from PHSEXCHICO.MGH.HARVARD.EDU (phsexchico.mgh.harvard.edu [132.183.126.50]) by hub.freebsd.org (Postfix) with ESMTP id 5A1F237B400 for ; Tue, 19 Mar 2002 06:33:26 -0800 (PST) Received: by phsexchico.mgh.harvard.edu with Internet Mail Service (5.5.2650.21) id ; Tue, 19 Mar 2002 09:33:16 -0500 Message-ID: <375F68784081D511908A00508BE3BB17DDDCA9@phsexch22.mgh.harvard.edu> From: "Morse, Richard E." To: "'questions@freebsd.org'" Subject: Network issues... Date: Tue, 19 Mar 2002 09:33:16 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! last night at around 1:36 in the morning, my freebsd backup server dropped off the network. No error messages are to be found in any of the files in /var/log, and amanda just notes "data timeout"s. When I try to 'ping' any address, I get the following error: ping: sendto: no buffer space available The green light on the ethernet card (showing that there is a link) is lit. Can anyone shed any light on this? Thanks, Ricky ----------------------------------------------------- Richard Morse System Administrator MGH Biostatistics Center 50 Staniford St. Rm 560 remorse@partners.org 617/724-9830 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 6:37:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by hub.freebsd.org (Postfix) with ESMTP id 10AF037B404 for ; Tue, 19 Mar 2002 06:37:51 -0800 (PST) Received: from panix2.panix.com (panix2.panix.com [166.84.1.2]) by mail1.panix.com (Postfix) with ESMTP id 34B7C4880D; Tue, 19 Mar 2002 09:37:50 -0500 (EST) Received: (from jester@localhost) by panix2.panix.com (8.11.3nb1/8.8.8/PanixN1.0) id g2JEboN13072; Tue, 19 Mar 2002 09:37:50 -0500 (EST) Date: Tue, 19 Mar 2002 09:37:50 -0500 From: Jesse Sheidlower To: Greg Oshiro Cc: scott@smnolde.com, freebsd-questions@FreeBSD.ORG Subject: Re: Problem with dhclient Message-ID: <20020319143750.GA12616@panix.com> References: <20020319034134.9354237B402@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020319034134.9354237B402@hub.freebsd.org> User-Agent: Mutt/1.3.25i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 18, 2002 at 07:39:00PM +0000, Greg Oshiro wrote: > This is my first reply to the list, so please let me know of any screw-ups... > > Try: > > kill > dhclient -1 > > After connecting to the "new" network > > I think the -1 option causes dhclient to attempt obtaining a lease. > I don't use DHCP, so I can't test it. Thanks. This had roughly the same results as rm'ing the dhclient.leases file, i.e. it did churn for a while and then returned nothing. As suggested by someone offlist, I'm going to try to use tcpdump to see what's actually going to and fro. Best, Jesse Sheidlower To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 6:39:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out4.mx.nwbl.wi.voyager.net (out4.mx.nwbl.wi.voyager.net [169.207.1.77]) by hub.freebsd.org (Postfix) with ESMTP id 97CA737B427 for ; Tue, 19 Mar 2002 06:39:00 -0800 (PST) Received: from shell.core.com (shell.core.com [169.207.1.89]) by out4.mx.nwbl.wi.voyager.net (8.11.1/8.11.4/1.7) with ESMTP id g2JEd0534881 for ; Tue, 19 Mar 2002 08:39:00 -0600 (CST) Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g2JEcxR18492 for ; Tue, 19 Mar 2002 08:38:59 -0600 (CST) Date: Tue, 19 Mar 2002 08:38:59 -0600 (CST) From: Steven Lake X-X-Sender: raiden@shell.core.com To: freebsd-questions@FreeBSD.ORG Subject: Re: Proxy Server Settings In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok, uh, one thing I forgot. I'm needing the computer to be able to surf the web from the console, not Xwindows. I'm fine in Xwindows, because I just set the proxy in Netscape and I'm fine. But I'm stuck if I have to surf from the console or ftp from there. That's the part that has me stuck. On Tue, 19 Mar 2002, Steven Lake wrote: > Ok, this is something I'm curious of and after looking around on > the net and through the handbook, I can't find where to do this. I know > it was brought up once before, but never sufficiently answered. > > What I'm wanting to do is to use my laptop behind the firewall > with FreeBSD running rather than windows 2000. I have my machine set to > dual boot, but it makes it a pain to have to boot to 2000 to get info off > the net, then boot to fbsd to do my work. At several of our locations our > lan's are hidden behind proxy servers and the only way to get on the web > is to set the proxy server in the browser and ftp client settings. > > What I want to know is how do I manually specify the proxy server > for the lan in question that I'm working on during any given day so that I > can just stay in fbsd and surf for info while doing my work? > > I know how to specify the IP and all that manually via rc.conf, > but would I do much the same thing for manually specifying a proxy server? > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 6:47:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web9304.mail.yahoo.com (web9304.mail.yahoo.com [216.136.129.53]) by hub.freebsd.org (Postfix) with SMTP id 13F2D37B400 for ; Tue, 19 Mar 2002 06:47:28 -0800 (PST) Message-ID: <20020319144728.1360.qmail@web9304.mail.yahoo.com> Received: from [199.66.15.252] by web9304.mail.yahoo.com via HTTP; Tue, 19 Mar 2002 06:47:28 PST Date: Tue, 19 Mar 2002 06:47:28 -0800 (PST) From: Radhika Sambamurti Subject: Apache pid keeps changing To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I know this is not the right place to be sending apache questions. I cannot seem to find the apahe support email list. If anyone has it, could you please give it to me. In the meantime, my problems is that Apache keeps changing the root (parent) pid file every night and hangs. when i restart it, it says, pid is running and then i have to kill each process to do a restart (./apachect startssl). I created a cron job to get the apache pid every half hour and it seems it is changing around midnight. ie root dies and user nobody is left. Can anyone shed some light on this? Thx. Radhika --------------------------------------------------- The time right now is:Tue Mar 19 00:15:00 EST 2002 8524 root 8524 1 0 12:37:45 ? 0:01 /export/home/sso/apache/bin/httpd -DSSL nobody 8555 8524 0 12:42:14 ? 0:40 /export/home/sso/apache/bin/httpd -DSSL nobody 10099 8524 0 22:59:54 ? 0:02 /export/home/sso/apache/bin/httpd -DSSL nobody 10037 8524 0 22:20:15 ? 0:03 /export/home/sso/apache/bin/httpd -DSSL nobody 8531 8524 0 12:37:47 ? 0:39 /export/home/sso/apache/bin/httpd -DSSL nobody 9887 8524 0 21:01:51 ? 0:05 /export/home/sso/apache/bin/httpd -DSSL nobody 9350 8524 0 16:50:35 ? 0:17 /export/home/sso/apache/bin/httpd -DSSL nobody 8710 8524 0 13:29:56 ? 0:31 /export/home/sso/apache/bin/httpd -DSSL nobody 8709 8524 0 13:29:36 ? 0:33 /export/home/sso/apache/bin/httpd -DSSL nobody 8529 8524 0 12:37:45 ? 0:38 /export/home/sso/apache/bin/httpd -DSSL nobody 8880 8524 0 14:34:58 ? 0:28 /export/home/sso/apache/bin/httpd -DSSL nobody 8527 8524 0 12:37:45 ? 0:41 /export/home/sso/apache/bin/httpd -DSSL --------------------------------------------------------- The time right now is:Tue Mar 19 00:45:00 EST 2002 8524 nobody 8555 1 0 12:42:14 ? 0:41 /export/home/sso/apache/bin/httpd -DSSL nobody 10099 1 0 22:59:54 ? 0:03 /export/home/sso/apache/bin/httpd -DSSL nobody 10275 1 0 00:23:09 ? 0:01 /export/home/sso/apache/bin/httpd -DSSL nobody 10284 1 0 00:25:12 ? 0:01 /export/home/sso/apache/bin/httpd -DSSL nobody 8531 1 0 12:37:47 ? 0:40 /export/home/sso/apache/bin/httpd -DSSL nobody 10276 1 0 00:23:09 ? 0:01 /export/home/sso/apache/bin/httpd -DSSL nobody 9350 1 0 16:50:35 ? 0:18 /export/home/sso/apache/bin/httpd -DSSL nobody 10283 1 0 00:25:12 ? 0:01 /export/home/sso/apache/bin/httpd -DSSL nobody 10282 1 0 00:25:11 ? 0:01 /export/home/sso/apache/bin/httpd -DSSL --------------------------------------------------------- ===== It's all a matter of perspective. You can choose your view by choosing where to stand. --Larry Wall __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.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 Mar 19 7: 8: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.infowest.com (ns1.infowest.com [204.17.177.10]) by hub.freebsd.org (Postfix) with ESMTP id 94DEC37B417 for ; Tue, 19 Mar 2002 07:07:39 -0800 (PST) Received: from Presarionb (208.186.110.118.bluegill.infowest.net [208.186.110.118]) by ns1.infowest.com (Postfix) with SMTP id BD86D21F67; Tue, 19 Mar 2002 08:07:37 -0700 (MST) From: Lorin Lund To: John Indra , Giorgos Keramidas Cc: freebsd-questions@freebsd.org Date: Tue, 19 Mar 2002 08:06:55 -0700 X-Priority: 3 (Normal) In-Reply-To: <20020319131617.GD4968@hades.hell.gr> Message-Id: <1V3KG65FUDANIZUMGLXVWTSMICP.3c97540f@Presarionb> Subject: Re: Socket Programming in UN*X MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Mailer: Opera 6.01 build 1041 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 3/19/2002 6:16:17 AM, Giorgos Keramidas wrote: >On 2002-03-19 11:53, John Indra wrote: >> On Mon, Mar 18, 2002 at 08:02:02PM -0800, Josef Grosch wrote: >> >> >Unix Network Programming by W. Richard Stevens >> >> Unfortunately I live in a country that these kinds of good quality book is >> VERY VERY hard to find and buy... Any URLs instead? I have visited the Beej >> one. Any others? > >>From my lynx_bookmarks.html: > >http://www.cs.buffalo.edu/~milun/unix.programming.html >http://users.actcom.co.il/~choo/lupg/tutorials/ >http://www-users.cs.umn.edu/~bentlema/unix/ >http://www.nas.nasa.gov/~edavis/unix_sys_prog.html Since the nas.nasa.gov link is restricted now I was going to e-mail edavis@nas.nasa.gov but thought that there might be many who would do that. If you (Mr. Keramidas) are going to do that I'll wait for the update. > >Giorgos Keramidas FreeBSD Documentation Project >keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" 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 Mar 19 7: 9:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by hub.freebsd.org (Postfix) with SMTP id D59B337B405 for ; Tue, 19 Mar 2002 07:09:23 -0800 (PST) Received: from robinsonpar (AUTH login) at gw-qobra.passport.ca (HELO peterd) (robinsonpar@207.112.2.1) by smtp.mail.vip.sc5.yahoo.com with SMTP; 19 Mar 2002 15:09:17 -0000 Message-ID: <00b001c1cf57$f5dc3b80$620110ac@peterd> From: "Robinson" To: Subject: About HOST AP Date: Tue, 19 Mar 2002 10:07:07 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00AD_01C1CF2D.D3E1E7C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_00AD_01C1CF2D.D3E1E7C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello All, Who knows how to configure HOST AP for freebsd 4.5 ( how to configure = IP, bridge, etc.). Thanks Robinson ------=_NextPart_000_00AD_01C1CF2D.D3E1E7C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello All,
 
Who knows how to configure HOST AP for = freebsd 4.5=20 ( how to configure IP, bridge, etc.).
 
Thanks
 
Robinson
------=_NextPart_000_00AD_01C1CF2D.D3E1E7C0-- _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 7:19:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web11707.mail.yahoo.com (web11707.mail.yahoo.com [216.136.172.73]) by hub.freebsd.org (Postfix) with SMTP id CA9AC37B404 for ; Tue, 19 Mar 2002 07:19:38 -0800 (PST) Message-ID: <20020319151938.79538.qmail@web11707.mail.yahoo.com> Received: from [209.140.253.2] by web11707.mail.yahoo.com via HTTP; Tue, 19 Mar 2002 07:19:38 PST Date: Tue, 19 Mar 2002 07:19:38 -0800 (PST) From: Tim Erlin Subject: Make Buildworld questions To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm troubleshooting a problem with make buildworld and I'd like to understand a couple of things about how it works. To what extent is the buildworld process dependent on its running platform, e.g. could I run it on a desktop, copy /usr/obj to another box and run the rest (make installworld, etc)? Does a dual boot box affect how buildworld runs? I've noticed that in /usr/src/sys/boot/i386/boot2/boot1.s there are comments that state "If we are on a hard drive, then load the MBR and look for the first FreeBSD slice..." Seems like having a unique MBR would affect this part of the buildworld process. Finally, is there a better list for these questions??? Thanks in advance... --Tim __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.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 Mar 19 7:22:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.radzinschi.com (pcp284510pcs.owngsm01.md.comcast.net [68.54.240.17]) by hub.freebsd.org (Postfix) with ESMTP id 3E35137B402 for ; Tue, 19 Mar 2002 07:21:06 -0800 (PST) Received: from localhost (marco@localhost.radzinschi.com [127.0.0.1]) by mail.radzinschi.com (8.11.6/8.11.6) with ESMTP id g2JFKu568700; Tue, 19 Mar 2002 10:20:56 -0500 (EST) (envelope-from marco@radzinschi.com) Date: Tue, 19 Mar 2002 10:20:56 -0500 (EST) From: Marco Radzinschi To: Paul Mather Cc: Subject: Re: Which BSD In-Reply-To: <20020319143244.GA19972@gromit.dlib.vt.edu> Message-ID: <20020319101732.V68655-100000@mail.radzinschi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 19 Mar 2002, Paul Mather wrote: > Marco Radzinschi wrote: > > => Since you require SMP support, FreeBSD in your case. Neither OpenBSD nor > => NetBSD support SMP yet. > > This is absolutely not true. I run NetBSD/alpha on my olde DEC > 3000/300 at home, and I know that SMP is supported on the alpha port > by NetBSD. (In fact, there was a recent question on port-alpha about > how many CPUs it supported [IIRC, it's 64, in theory].) > > Given NetBSD's philosophy, I would be very surprised if SMP were > limited only to the alpha port. > > Although I prefer NetBSD, I chose to run FreeBSD on my desktop at work > out of pragmatism, simply because it has a larger ports collection, > particularly of things I want to or might need to use. (I also wanted > to get some FreeBSD experience.) > > Cheers, > > Paul. > > e-mail: paul@gromit.dlib.vt.edu > > "Without music to decorate it, time is just a bunch of boring production > deadlines or dates by which bills must be paid." > --- Frank Vincent Zappa > Paul: I was under the impression that SMP support had not yet stabilized, and was only available in -current. As far as I know, NetBSD-i386 does not yet have stable SMP support. Has SMP support been imported into the alpha release, or are you running NetBSD-current? Thanks for the info. Marco Radzinschi E-Mail: marco@radzinschi.com AOL IM: CrackedBoy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 7:49:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web9703.mail.yahoo.com (web9703.mail.yahoo.com [216.136.129.139]) by hub.freebsd.org (Postfix) with SMTP id 52BA937B447 for ; Tue, 19 Mar 2002 07:48:28 -0800 (PST) Message-ID: <20020319154827.46477.qmail@web9703.mail.yahoo.com> Received: from [141.154.38.211] by web9703.mail.yahoo.com via HTTP; Tue, 19 Mar 2002 07:48:27 PST Date: Tue, 19 Mar 2002 07:48:27 -0800 (PST) From: Peter Gatsoulis Reply-To: pg@eth1.com Subject: Re: ssh -X forwarding fails To: Kris Kennaway Cc: freebsd-questions@freebsd.org In-Reply-To: <20020318230853.A83083@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Thanx for responding I guess i should explain just a bit further. I have the remote X working fine if I ssh -X from inside my local FBSD X desktop to the remote FBSD system. But I didn't want to just run individual X apps what I wanted to do was start the whole X desktop on my system but it'd really be the remote desktop I was seeing.. Is this possible w/ the "startx" or "startx -listen_tcp" commands? I now am setting the DISPLAY variables correctly but the startx and xinit and XFree86 man pages say that this DISPLAY variable is "set and not read". Thanx again --- Kris Kennaway wrote: > On Sun, Mar 17, 2002 at 04:21:07PM -0800, Peter > Gatsoulis wrote: > > > also doing "env" shows me that there IS NO > "DISPLAY" > > variable present in either the remote or local > > machines. > > > > I suspect this is the problem??? > > Yep. You have to set DISPLAY to the correct value > before ssh'ing, > otherwise ssh has no idea which display you want X > traffic forwarded > to. It should usually be something like ":0.0" to > indicate the > primary local display, but it doesn't always have to > be. __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.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 Mar 19 7:52: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.158]) by hub.freebsd.org (Postfix) with ESMTP id 73E1F37B404 for ; Tue, 19 Mar 2002 07:52:02 -0800 (PST) Received: (from lowell@localhost) by be-well.ilk.org (8.11.6/8.11.6) id g2JFq1W12638; Tue, 19 Mar 2002 10:52:01 -0500 (EST) (envelope-from lowell@world.std.com) X-Authentication-Warning: be-well.ilk.org: lowell set sender to lowell@world.std.com using -f To: freebsd-questions@freebsd.org Subject: Re: installing xemacs21 w/ minimum packages References: <20020319080130.GA16769@moo.holy.cow> From: Lowell Gilbert Date: 19 Mar 2002 10:52:01 -0500 In-Reply-To: <20020319080130.GA16769@moo.holy.cow> Message-ID: <443cywsggu.fsf@be-well.ilk.org> Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG parv writes: > i want to install xemacs w/o all other junk listed in > xemacs-packages/Makefile as all i want is an editor. what can i do > away w/? All of it, I think. It looks like xemacs-packages is only pulled in to provide the "enriched text" support. Just pull out the RUN_DEPENDS line. You can probably pull out the graphics support, too, without missing it. As a very heavy emacs user, though, I have to ask: if all you want is basic editing functions, are you sure that you want emacs? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 7:57:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from PHSEXCHICI.MGH.HARVARD.EDU (phsexchici.mgh.harvard.edu [132.183.126.51]) by hub.freebsd.org (Postfix) with ESMTP id 377D237B42F for ; Tue, 19 Mar 2002 07:56:52 -0800 (PST) Received: by phsexchici.mgh.harvard.edu with Internet Mail Service (5.5.2650.21) id ; Tue, 19 Mar 2002 10:56:51 -0500 Message-ID: <375F68784081D511908A00508BE3BB17DDDCB4@phsexch22.mgh.harvard.edu> From: "Morse, Richard E." To: "'questions@freebsd.org'" Subject: RE: Network issues... Date: Tue, 19 Mar 2002 10:56:42 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Now I'm even more confused. It seems to have reappeared on the network. Between the last time I tried to ping (and received the error messages) and this time (when it all worked) the only command that had to do with the network that I ran was tcpdump... Still looking for ideas, Ricky -----Original Message----- From: Morse, Richard E. Sent: Tuesday 19 March 2002 9:33 AM To: 'questions@freebsd.org' Subject: Network issues... Hi! last night at around 1:36 in the morning, my freebsd backup server dropped off the network. No error messages are to be found in any of the files in /var/log, and amanda just notes "data timeout"s. When I try to 'ping' any address, I get the following error: ping: sendto: no buffer space available The green light on the ethernet card (showing that there is a link) is lit. Can anyone shed any light on this? Thanks, Ricky ----------------------------------------------------- Richard Morse System Administrator MGH Biostatistics Center 50 Staniford St. Rm 560 remorse@partners.org 617/724-9830 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" 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 Mar 19 8: 0:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.magpage.com (trinity.magpage.com [216.155.0.8]) by hub.freebsd.org (Postfix) with ESMTP id 5E8EB37B433 for ; Tue, 19 Mar 2002 07:59:47 -0800 (PST) Received: from magpage.com (dfrazier@poomba.magpage.com [216.155.24.136]) by trinity.magpage.com (8.11.6/8.11.3) with ESMTP id g2JFxhX98129; Tue, 19 Mar 2002 10:59:44 -0500 (EST) Message-ID: <3C97606F.7040904@magpage.com> Date: Tue, 19 Mar 2002 10:59:43 -0500 From: Daniel Frazier User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.8) Gecko/20020306 X-Accept-Language: en-us MIME-Version: 1.0 To: "Remington L." Cc: freebsd-questions Subject: Re: gettext error? References: <3C96CCF6.2070409@garlic.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-RRT-Status: UNKNOWN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Remington L. wrote: > im trying to install gettext-0.10.40 via portupgrade: > # portupgrade -RpvF gettext > ** No need to upgrade 'libiconv-1.7_2' (>= libiconv-1.7_2). (specify -f > to force) > ** The port directory for 'devel/gettext-devel' does not exist. > ---> Reporting the results (+:succeeded / -:ignored / *:skipped / > !:failed) > - converters/libiconv (libiconv-1.7_2) > ! devel/gettext-devel (gettext-0.10.40) (port directory error) > > > Is this just a simple error? And how can it be fixed? > > devel/gettext (which installed gettext-0.10.35_1) moved to devel/gettext-old and devel/gettext-devel (which installed gettext-0.10.40_1) moved to devel/gettext. you need to run "pkgdb -F" and replace the origin for gettext-0.10.40 with devel/gettext. This borks the gettext-0.10.35_1 installation, which is still required by other things, so I installed gettext-old and all was well. -- ---------------------------------------------------------------------- Daniel Frazier Tel: 302-239-5900 Ext. 231 Systems Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, Historical Review of Pennsylvania, 1759. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 8: 6:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id C531537B419 for ; Tue, 19 Mar 2002 08:06:14 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Tue, 19 Mar 2002 16:03:09 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id ; Tue, 19 Mar 2002 16:03:09 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D041E9F5E@MAIL1> From: Mike Dewhirst To: "'questions@freebsd.org'" Subject: tape backup Date: Tue, 19 Mar 2002 16:03:57 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1CF5F.ACCB4550" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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_01C1CF5F.ACCB4550 Content-Type: text/plain; charset="iso-8859-1" I'm about to get an ADR drive - has anybody got one working successfully with FreeBSD 4.x? (Internal/external IDE/SCSI/USB/F-wire). I would rather get something tried and tested. Or is a tape drive just a tape drive?? Any advice/suggestions greatly appreciated! Mike Dewhirst This message was written in plain text mode. Everything below the dotted line was not written by the author of this email. ---------------------- =********************************************************** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited. If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail. Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free. **********************************************************= ------_=_NextPart_001_01C1CF5F.ACCB4550 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable tape backup

I'm about to get an ADR drive - has anybody got one worki= ng successfully with FreeBSD 4.x? (Internal/external IDE/SCSI/USB/F-wire).<= /FONT>

I would rather get something tried and tested. Or is a ta= pe drive just a tape drive??

Any advice/suggestions greatly appreciated!

Mike Dewhirst


This message was written in plain text mode.
Everything below the dotted line was not
written by the author of this email.
----------------------



=3D**********************************************************

If you are not the intended recipient, employee or agent responsible for de= livering the message to the intended recipient, you are hereby notified tha= t any dissemination or copying of this communication and its attachments is= strictly prohibited.

If you have received this communication and its attachments in error, pleas= e return the original message and attachments to the sender using the reply= facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does n= ot accept legal responsibility for the contents of this message. Any views= or opinions presented are solely those of the author and do not necessaril= y represent those of the UCLES Group unless otherwise specifically stated.<= BR>
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not gua= rantee that this email is virus free.

**********************************************************=3D
------_=_NextPart_001_01C1CF5F.ACCB4550-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 8: 8: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp016.mail.yahoo.com (smtp016.mail.yahoo.com [216.136.174.113]) by hub.freebsd.org (Postfix) with SMTP id 0F01037B402 for ; Tue, 19 Mar 2002 08:08:07 -0800 (PST) Received: from xiaowu23 (AUTH login) at dhcp-111.noc.verio.net (HELO josephgoh) (xiaowu23@129.250.49.111) by smtp.mail.vip.sc5.yahoo.com with SMTP; 19 Mar 2002 16:05:53 -0000 Date: Tue, 19 Mar 2002 10:05:57 -0600 From: xw To: freebsd-questions@FreeBSD.ORG Subject: How to copy an image file on a ls120 disk to another? Message-Id: <20020319095412.816E.XIAOWU23@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.00.03 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG A super newbie question. Please help. I have two ls120 disks, one is a bootdisk and another containing an image file. I want to make a backup copy of each on new ls120 disks. Is there any command that I can use for this purpose? Or do I need any special program? Any help and advice would be very much appreciated!! Thank you. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 8:11:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail34.intelnet.net.gt (mail34.intelnet.net.gt [216.230.128.105]) by hub.freebsd.org (Postfix) with ESMTP id F2A1737B402 for ; Tue, 19 Mar 2002 08:11:28 -0800 (PST) Received: from Debug (webmail.intelnet.net.gt [216.230.128.21]) by mail34.intelnet.net.gt (Pro-8.9.3/8.9.3) with SMTP id KAA26158 for ; Tue, 19 Mar 2002 10:16:43 +0600 (GMT) Message-Id: <200203190416.KAA26158@mail34.intelnet.net.gt> To: freebsd-questions@FreeBSD.ORG From: Subject: ayuda Date: Tue, 19 Mar 2002 10:11:29 GMT-6 X-Mailer: Endymion MailMan Professional Edition v3.0.33 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG saludos tengo un servidor con freebsd 4.3 tengo varios sitios virtuales al momento de utilizar el correo con uno de ellos con outlook express me regresa este error si me pudieran ayudar o ver como puedo ver lo del puerto 25, gracias El mensaje no se pudo enviar, uno de los destinatarios fue rechazado por el servidor. Su dirección de correo electrónico es "delcampo2000@starmedia.com". Asunto '', Cuenta: 'antonio.ordonez@rutasatelital.com', Servidor: 'ns1.megacomsa.com', Protocolo: SMTP, Respuesta del servidor: '450 4.7.1 ... Relaying temporarily denied. Cannot resolve PTR record for 200.13.175.6', Puerto: 25, Seguridad (SSL): No, Error de servidor: 450, Número de error: 0x800CCC79 ____________________________________________________ Mensaje enviado por medio de Webmail IntelNet http://www.intelnet.net.gt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 8:22:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from icarus.slightlystrange.org (icarus.slightlystrange.org [62.190.193.173]) by hub.freebsd.org (Postfix) with ESMTP id 81B8837B404 for ; Tue, 19 Mar 2002 08:22:32 -0800 (PST) Received: from danielby by icarus.slightlystrange.org with local (Exim 3.12 #1 (Debian)) id 16nMNb-0000ob-00 for ; Tue, 19 Mar 2002 16:22:31 +0000 Date: Tue, 19 Mar 2002 14:59:29 +0000 From: Daniel Bye To: freebsd-questions@FreeBSD.ORG Subject: Re: Proxy Server Settings Message-ID: <20020319145929.A2352@icarus.slightlystrange.org> Reply-To: dan@slightlystrange.org Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from raiden@shell.core.com on Tue, Mar 19, 2002 at 08:38:59AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Mar 19, 2002 at 08:38:59AM -0600, Steven Lake wrote: > Ok, uh, one thing I forgot. I'm needing the computer to be able > to surf the web from the console, not Xwindows. I'm fine in Xwindows, > because I just set the proxy in Netscape and I'm fine. But I'm stuck if I > have to surf from the console or ftp from there. That's the part that has > me stuck. > Your ftp client's manpage will probably give you details, but the general idea is to set an environment variable, such as $ftp_proxy. The exact syntax for setting and exporting this will depend on your shell. Probably the easiest way is to put the command in your shell's startup dot- file, so it's ready each time you start a new shell. HTH Dan > On Tue, 19 Mar 2002, Steven Lake wrote: > > > Ok, this is something I'm curious of and after looking around on > > the net and through the handbook, I can't find where to do this. I know > > it was brought up once before, but never sufficiently answered. > > > > What I'm wanting to do is to use my laptop behind the firewall > > with FreeBSD running rather than windows 2000. I have my machine set to > > dual boot, but it makes it a pain to have to boot to 2000 to get info off > > the net, then boot to fbsd to do my work. At several of our locations our > > lan's are hidden behind proxy servers and the only way to get on the web > > is to set the proxy server in the browser and ftp client settings. > > > > What I want to know is how do I manually specify the proxy server > > for the lan in question that I'm working on during any given day so that I > > can just stay in fbsd and surf for info while doing my work? > > > > I know how to specify the IP and all that manually via rc.conf, > > but would I do much the same thing for manually specifying a proxy server? > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 19 8:24:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from icarus.slightlystrange.org (icarus.slightlystrange.org [62.190.193.173]) by hub.freebsd.org (Postfix) with ESMTP id B4B6537B41E for ; Tue, 19 Mar 2002 08:24:06 -0800 (PST) Received: from danielby by icarus.slightlystrange.org with local (Exim 3.12 #1 (Debian)) id 16nMP7-0000p3-00 for ; Tue, 19 Mar 2002 16:24:05 +0000 Date: Tue, 19 Mar 2002 14:04:44 +0000 From: Daniel Bye To: freebsd-questions@freebsd.org Subject: Re: perl question Message-ID: <20020319140444.A2230@icarus.slightlystrange.org> Reply-To: dan@slightlystrange.org Mail-Followup-To: freebsd-questions@freebsd.org References: <001c01c1cee9$54b626d0$d4e18aca@melsa.net.id> <20020318200222.A6691@lastamericanempire.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020318200222.A6691@lastamericanempire.com>; from cublai@lastamericanempire.com on Mon, Mar 18, 2002 at 08:02:22PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 18, 2002 at 08:02:22PM -0700, Zach Thompson wrote: > * ekoz [020318 19:07]: > > Hi All, > > > > I have a little problem with perl. I try to delete a few line in a file with perl. I have a following line : > > > > cs > > cs.tpkkoja > > > > I use "s/\bcs\b/ /;" to deleting the word "cs" and i don't want to deleting "cs.tpkkoja" but, i get this result : > > > > .tpkkoja > > all the word "cs" is deleted include in "cs.tpkkoja". > > Any Suggestions ? > > If the "cs" you want to delete is always on a line of itself: > > s/^cs$//; > > You could add other things like checking for leading/trailing whitespace > too. You could also try using one of the lookahead assertion forms: s/cs(?![.A-Za-z]+)//; This will match /cs/ when NOT followed by, in this case, any letter or a period. You will need to alter the regexp in the assertion to suit your own needs (the bit inside the (?!...) token) > > Zach Thompson > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message HTH Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 8:24:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-239.dsl.lsan03.pacbell.net [64.165.226.239]) by hub.freebsd.org (Postfix) with ESMTP id 6C76D37B416 for ; Tue, 19 Mar 2002 08:24:18 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E96D766C39; Tue, 19 Mar 2002 08:24:17 -0800 (PST) Date: Tue, 19 Mar 2002 08:24:17 -0800 From: Kris Kennaway To: pg@eth1.com Cc: Kris Kennaway , freebsd-questions@freebsd.org Subject: Re: ssh -X forwarding fails Message-ID: <20020319082417.A96243@xor.obsecurity.org> References: <20020318230853.A83083@xor.obsecurity.org> <20020319154827.46477.qmail@web9703.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="M9NhX3UHpAaciwkO" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020319154827.46477.qmail@web9703.mail.yahoo.com>; from kjerstes@yahoo.com on Tue, Mar 19, 2002 at 07:48:27AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 19, 2002 at 07:48:27AM -0800, Peter Gatsoulis wrote: > Hi Thanx for responding >=20 > I guess i should explain just a bit further. > I have the remote X working fine if I ssh -X from > inside my local FBSD X desktop to the remote FBSD > system. >=20 > But I didn't want to just run individual X apps >=20 > what I wanted to do was start the whole X desktop on > my system but it'd really be the remote desktop I was > seeing.. > Is this possible w/ the "startx" or "startx > -listen_tcp" commands? startx starts an X server on that machine: that's its primary function. It also happens to start a set of X applications on that server, which usually includes a window manager. So running startx over ssh would be the wrong thing anyway, since you already have an X server running on your machine. Sounds like you just want to start your window manager, which should work (but I've never tried it). Kris --M9NhX3UHpAaciwkO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8l2YxWry0BWjoQKURAtNbAJ9hSihZWLR4zO1phAY1YyYTOqOPCACgv/VD khuZwp7x3spWSROWrKHTa+E= =7C1B -----END PGP SIGNATURE----- --M9NhX3UHpAaciwkO-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 8:26:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gyros.marcuscom.com (dhcp-171-69-85-22.cisco.com [171.69.85.22]) by hub.freebsd.org (Postfix) with ESMTP id CC4F337B405 for ; Tue, 19 Mar 2002 08:26:22 -0800 (PST) Received: (from marcus@localhost) by gyros.marcuscom.com (8.11.6/8.11.6) id g2JGQGi00349; Tue, 19 Mar 2002 11:26:16 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: gyros.marcuscom.com: marcus set sender to marcus@marcuscom.com using -f Subject: Re: can't build mozilla 0.9.9 From: Joe Marcus Clarke To: "Kirk R. Wythers" Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <1016545979.58281.2.camel@lorax.forestry.umn.edu> References: <1016545979.58281.2.camel@lorax.forestry.umn.edu> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Q5JgfvZ+Ls+3vK8OWRgH" X-Mailer: Evolution/1.0.2 Date: 19 Mar 2002 11:26:16 -0500 Message-Id: <1016555176.299.4.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-Q5JgfvZ+Ls+3vK8OWRgH Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2002-03-19 at 08:52, Kirk R. Wythers wrote: > Anyone reccognize these errors at the end of the mozilla 0.9.9 build? You can search the mailing list archives for "nsAntiAliasedGlyph.o" and find the problem. However, to cut to the chase, simply upgrade both freetype2 and freetype to the latest versions (freetype-2.0.9 and freetype-1.3.1_2 respectively), and you'll be set. Joe >=20 > gmake[4]: *** [nsAntiAliasedGlyph.o] Error 1 > gmake[4]: Leaving directory > `/usr/ports/www/mozilla/work/mozilla/gfx/src/gtk' > gmake[3]: *** [libs] Error 2 > gmake[3]: Leaving directory > `/usr/ports/www/mozilla/work/mozilla/gfx/src' > gmake[2]: *** [libs] Error 2 > gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/gfx' > gmake[1]: *** [tier_9] Error 2 > gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla' > gmake: *** [default] Error 2 > *** Error code 2 >=20 > Stop in /usr/ports/www/mozilla. > *** Error code 1 >=20 > Stop in /usr/ports/www/mozilla. > *** Error code 1 >=20 > Stop in /usr/ports/www/mozilla. > lorax# >=20 >=20 > --=20 > *NOTE NEW EMAIL ADDRESS* >=20 > Kirk R. Wythers email: kwythers@umn.edu > University of Minnesota tel: 612.625.2261 > Department of Forest Resources fax: 612.625.5212 > Saint Paul, MN 55108 > =09 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 --=-Q5JgfvZ+Ls+3vK8OWRgH Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEABECAAYFAjyXZqcACgkQb2iPiv4Uz4f7EgCeKIncb5FkBqtHyXYY8Qziy0Rm JK8An103VbEtkkoY2YWzNtS4tnYragp/ =uhpJ -----END PGP SIGNATURE----- --=-Q5JgfvZ+Ls+3vK8OWRgH-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 9: 4: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f151.pav1.hotmail.com [64.4.31.151]) by hub.freebsd.org (Postfix) with ESMTP id ED3C737B402 for ; Tue, 19 Mar 2002 09:04:00 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 19 Mar 2002 09:04:00 -0800 Received: from 66.75.100.186 by pv1fd.pav1.hotmail.msn.com with HTTP; Tue, 19 Mar 2002 17:04:00 GMT X-Originating-IP: [66.75.100.186] From: "Lee Mark Mercado" To: mwm@mired.org, freebsd-questions@FreeBSD.ORG Subject: Re: daily routine in /usr/local/etc/periodic/daily Date: Tue, 19 Mar 2002 09:04:00 -0800 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 19 Mar 2002 17:04:00.0669 (UTC) FILETIME=[10B154D0:01C1CF68] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG it doesnt seem to be working for me :( i have this on my /usr/local/etc/periodic/daily/666.cvsup-ports --------------------------------------------- #!/bin/sh /usr/local/bin/cvsup -g -L 2 /etc/cvsupfile echo "Ports had been updated" | mail lee --------------------------------------------- but running it manually works fine : sh 666.cvsup-ports so i assume my cron/periodic is not reading that directory. any idea of whats wrong ? i will greatly appreciate any help. thx. -Lee ----Original Message Follows---- From: Mike Meyer To: "Lee Mark Mercado" CC: freebsd-questions@FreeBSD.ORG Subject: Re: daily routine in /usr/local/etc/periodic/daily Date: Tue, 19 Mar 2002 03:31:12 -0600 In , Lee Mark Mercado typed: > i have this file to run every night, so i put it in > /usr/local/etc/periodic/daily ... isnt it that the cron should run it also > the way it runs /etc/periodic/daily files ? Yes. Make sure the file name has the proper format of a 3-digit number, dot, then the name and that it's executable. > the file is csvupfile that updates the ports collection. Also, how will i > know if the cron did run the file and updated the ports collection ? By what it outputs. Unless you redirect it, the output will show up in the output of the daily periodic run. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 9:23:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.158]) by hub.freebsd.org (Postfix) with ESMTP id 94B7F37B400 for ; Tue, 19 Mar 2002 09:23:09 -0800 (PST) Received: (from lowell@localhost) by be-well.ilk.org (8.11.6/8.11.6) id g2JHN8s12785; Tue, 19 Mar 2002 12:23:08 -0500 (EST) (envelope-from lowell@world.std.com) X-Authentication-Warning: be-well.ilk.org: lowell set sender to lowell@world.std.com using -f To: freebsd-questions@freebsd.org Subject: Re: daily routine in /usr/local/etc/periodic/daily References: From: Lowell Gilbert Date: 19 Mar 2002 12:23:08 -0500 In-Reply-To: Message-ID: <44r8mgqxoj.fsf@be-well.ilk.org> Lines: 0 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 9:23:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.158]) by hub.freebsd.org (Postfix) with ESMTP id 7BFCE37B400 for ; Tue, 19 Mar 2002 09:23:53 -0800 (PST) Received: (from lowell@localhost) by be-well.ilk.org (8.11.6/8.11.6) id g2JHNru12788; Tue, 19 Mar 2002 12:23:53 -0500 (EST) (envelope-from lowell@world.std.com) X-Authentication-Warning: be-well.ilk.org: lowell set sender to lowell@world.std.com using -f To: freebsd-questions@freebsd.org Subject: Re: daily routine in /usr/local/etc/periodic/daily References: From: Lowell Gilbert Date: 19 Mar 2002 12:23:52 -0500 In-Reply-To: Message-ID: <44n0x4qxnb.fsf@be-well.ilk.org> Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Lee Mark Mercado" writes: > it doesnt seem to be working for me :( > > i have this on my /usr/local/etc/periodic/daily/666.cvsup-ports > --------------------------------------------- > #!/bin/sh > > /usr/local/bin/cvsup -g -L 2 /etc/cvsupfile > echo "Ports had been updated" | mail lee > --------------------------------------------- > > but running it manually works fine : sh 666.cvsup-ports > > so i assume my cron/periodic is not reading that directory. any idea > of whats wrong ? Add a '.sh' on to the end of the file name. [and make sure its executable bit is set] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 9:33: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cisco.com (sword.cisco.com [161.44.208.100]) by hub.freebsd.org (Postfix) with ESMTP id 0314637B404; Tue, 19 Mar 2002 09:32:59 -0800 (PST) Received: from sjt-u10.cisco.com (sjt-u10.cisco.com [10.85.30.63]) by cisco.com (8.8.5-Cisco.1/8.8.8) with ESMTP id MAA14797; Tue, 19 Mar 2002 12:32:57 -0500 (EST) Received: (sjt@localhost) by sjt-u10.cisco.com (8.8.5-Cisco.1/CISCO.WS.1.2) id MAA23606; Tue, 19 Mar 2002 12:32:57 -0500 (EST) Date: Tue, 19 Mar 2002 12:32:57 -0500 From: Steve Tremblett To: questions@freebsd.org, java@freebsd.org Subject: jdk13 build failed Message-ID: <20020319123257.H23375@sjt-u10.cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In building jdk13 I get the following error: ===> Applying FreeBSD patches for jdk-1.3.1p6_2 ===> Configuring for jdk-1.3.1p6_2 ===> Building for jdk-1.3.1p6_2 i386 Build started: 1.3.1-p6-root-020319-12:09 ERROR: BOOTDIR does not point to a valid Java 2 SDK Check that you have access to /usr/local/linux-jdk1.3.1/bin/java and/or check your value of ALT_BOOTDIR. Exiting because of the above error(s). gmake: *** [sanity] Error 1 *** Error code 2 Stop in /usr/ports/java/jdk13. *** Error code 1 Stop in /usr/ports/java/jdk13. *** Error code 1 Stop in /usr/ports/java/jdk13. I have no other JDK version installed, and I got both the source tarball and the patchset this morning (March 19) from their respective homepages. Supposedly this port has no dependencies. Any help is greatly appreciated -- Steve Tremblett To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 9:39:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from zapper.org (gso26-96-004.triad.rr.com [66.26.96.4]) by hub.freebsd.org (Postfix) with ESMTP id 11DD137B416 for ; Tue, 19 Mar 2002 09:39:03 -0800 (PST) Received: (from Zapper@localhost) by zapper.org (8.11.6/8.9.3) id g2JHbJa16941; Tue, 19 Mar 2002 12:37:19 -0500 (EST) (envelope-from Zapper) Date: Tue, 19 Mar 2002 12:37:17 -0500 From: Zapper To: Steve Tremblett , FreeBSD-Questions Subject: Re: jdk13 build failed Message-Id: <20020319123717.6b13ab8c.Zapper@FoxChat.Net> In-Reply-To: <20020319123257.H23375@sjt-u10.cisco.com> References: <20020319123257.H23375@sjt-u10.cisco.com> Organization: FoxSurfer Group X-Mailer: Sylpheed version 0.7.2claws (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I had this problem the other day. Someone helped me by telling me I had to build the /usr/ports/java/linux-jdk13 first. After I did that it worked like a champ. Mark On Tue, 19 Mar 2002 12:32:57 -0500 Steve Tremblett wrote: > In building jdk13 I get the following error: > > ===> Applying FreeBSD patches for jdk-1.3.1p6_2 > ===> Configuring for jdk-1.3.1p6_2 > ===> Building for jdk-1.3.1p6_2 > i386 Build started: 1.3.1-p6-root-020319-12:09 > ERROR: BOOTDIR does not point to a valid Java 2 SDK > Check that you have access to > /usr/local/linux-jdk1.3.1/bin/java > and/or check your value of ALT_BOOTDIR. > > Exiting because of the above error(s). > gmake: *** [sanity] Error 1 > *** Error code 2 > > Stop in /usr/ports/java/jdk13. > *** Error code 1 > > Stop in /usr/ports/java/jdk13. > *** Error code 1 > > Stop in /usr/ports/java/jdk13. > > I have no other JDK version installed, and I got both the source > tarball and the patchset this morning (March 19) from their respective > homepages. Supposedly this port has no dependencies. > > Any help is greatly appreciated > > -- > Steve Tremblett > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Admin-FoxSurfer.Com FreeBSD 4.5-STABLE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 9:41: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from jupiter.linuxengine.net (jupiter.linuxengine.net [209.61.188.254]) by hub.freebsd.org (Postfix) with ESMTP id 3B22837B405; Tue, 19 Mar 2002 09:40:50 -0800 (PST) Received: from jupiterweb.commercevault.com (jupiterweb.commercevault.com [209.61.179.16] (may be forged)) by jupiter.linuxengine.net (8.11.6/8.11.0) with ESMTP id g2JHeRY16146; Tue, 19 Mar 2002 11:40:27 -0600 Date: Tue, 19 Mar 2002 11:40:26 -0600 (CST) From: John Utz X-X-Sender: john@jupiter.linuxengine.net To: Steve Tremblett Cc: questions@FreeBSD.ORG, Subject: Re: jdk13 build failed In-Reply-To: <20020319123257.H23375@sjt-u10.cisco.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG you dont have the mandatory linux jdk installed, correct? On Tue, 19 Mar 2002, Steve Tremblett wrote: > In building jdk13 I get the following error: > > ===> Applying FreeBSD patches for jdk-1.3.1p6_2 > ===> Configuring for jdk-1.3.1p6_2 > ===> Building for jdk-1.3.1p6_2 > i386 Build started: 1.3.1-p6-root-020319-12:09 > ERROR: BOOTDIR does not point to a valid Java 2 SDK > Check that you have access to > /usr/local/linux-jdk1.3.1/bin/java > and/or check your value of ALT_BOOTDIR. > > Exiting because of the above error(s). > gmake: *** [sanity] Error 1 > *** Error code 2 > > Stop in /usr/ports/java/jdk13. > *** Error code 1 > > Stop in /usr/ports/java/jdk13. > *** Error code 1 > > Stop in /usr/ports/java/jdk13. > > I have no other JDK version installed, and I got both the source > tarball and the patchset this morning (March 19) from their respective > homepages. Supposedly this port has no dependencies. > > Any help is greatly appreciated > > -- John L. Utz III john@utzweb.net Idiocy is the Impulse Function in the Convolution of Life To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 9:42:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from salseiros.melim.com.br (salseiros.melim.com.br [200.215.110.23]) by hub.freebsd.org (Postfix) with ESMTP id 9CD8037B405 for ; Tue, 19 Mar 2002 09:42:44 -0800 (PST) Received: from fazendinha (ressacada.melim.com.br [200.215.110.4]) by salseiros.melim.com.br (Postfix) with SMTP id 20109BAB0 for ; Tue, 19 Mar 2002 14:42:37 -0300 (BRT) Message-ID: <033c01c1cf6d$a44c8e30$2aa8a8c0@melim.com.br> From: "Ronan Lucio" To: "FreeBSD-Questions" References: <20020319123257.H23375@sjt-u10.cisco.com> <20020319123717.6b13ab8c.Zapper@FoxChat.Net> Subject: DB Authentication Date: Tue, 19 Mar 2002 14:43:55 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I want to change the authentication method from passwd file to postgres. What the best way to do it? pam.pgsql, ldap or any other way? []´s Ronan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 9:45:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tiscalinet.it (mail-2.tiscalinet.it [195.130.225.148]) by hub.freebsd.org (Postfix) with ESMTP id 8924437B402 for ; Tue, 19 Mar 2002 09:45:27 -0800 (PST) Received: from [217.133.244.77] (217.133.244.77) by mail.tiscalinet.it (5.5.057) id 3C9755CC0000F3E1 for freebsd-questions@freebsd.org; Tue, 19 Mar 2002 18:45:22 +0100 Received: (qmail 4263 invoked by uid 1000); 19 Mar 2002 17:44:36 -0000 Date: Tue, 19 Mar 2002 18:44:35 +0100 From: Francesco Casadei To: "Clark C . Evans" Cc: freebsd-questions@freebsd.org Subject: Re: ipfw / tinydns settings Message-ID: <20020319184435.A4231@goku.kasby> Mail-Followup-To: "Clark C . Evans" , freebsd-questions@freebsd.org References: <20020318212513.A27453@doublegemini.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="VS++wcV0S1rZb1Fb" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020318212513.A27453@doublegemini.com>; from cce@clarkevans.com on Mon, Mar 18, 2002 at 09:25:13PM -0500 X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --VS++wcV0S1rZb1Fb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 18, 2002 at 09:25:13PM -0500, Clark C . Evans wrote: > Hello. I'm running tinydns on a box with ipfw, > what incantation do I need to allow dns queries > to the box? I have... >=20 > add pass all from any to any via lo0 > add pass udp from any to me 53 keep-state > add pass udp from me to any 53=20 >=20 > Anyway, I read the ipfw manual but I don't=20 > quite grok what's going on; it looks like > the queries are making their way in, but > the response from tinydns is being blocked. =20 > As soon as I put "add pass udp from any to any" > it works... but I did this just to make sure > that it is a ipfw issue. =20 >=20 > Thanks! >=20 > Clark >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 > end of the original message To allow incoming/outgoing DNS queries I have the following rules in the firewall ruleset file: /sbin/ipfw add check-state /sbin/ipfw add allow udp from any to ${oip} 53 in recv ${oif} keep-state /sbin/ipfw add allow udp from ${oip} to any 53 out xmit ${oif} keep-state ${oip} and ${oif} are respectively the IP address and the name of the output network interface. Francesco Casadei --=20 You can download my public key from http://digilander.iol.it/fcasadei/ or retrieve it from a keyserver (pgpkeys.mit.edu, wwwkeys.pgp.net, ...) Key fingerprint is: 1671 9A23 ACB4 520A E7EE 00B0 7EC3 375F 164E B17B --VS++wcV0S1rZb1Fb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8l3kDfsM3XxZOsXsRAnIcAKCBhK5VB0a41OuE1+BMExi9ddYSQACfQ8GV 5uBSumRtexFftx9XnYjZmFA= =KHlI -----END PGP SIGNATURE----- --VS++wcV0S1rZb1Fb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 9:47:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from valen.gwi.net (valen.gwi.net [207.5.128.33]) by hub.freebsd.org (Postfix) with ESMTP id D0C1337B402 for ; Tue, 19 Mar 2002 09:47:31 -0800 (PST) Received: from suscom66 (228-2.suscom-maine.net [207.5.228.2]) by valen.gwi.net (8.11.6/8.11.6) with SMTP id g2JHlU418959 for ; Tue, 19 Mar 2002 12:47:30 -0500 (EST) Message-ID: <001701c1cf6e$23a8c5e0$1201010a@suscom66> From: "Bill Olson" To: Subject: Apache Date: Tue, 19 Mar 2002 12:47:29 -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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I am having troubles with installing Apache. Please look at my error logs below: FreeBSD pizza.suscom-maine.net 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 Root (/var/log) pizza% apachectl start /usr/local/sbin/apachectl start: httpd could not be started Root (/var/log) pizza% This is what my apache.log file says: [Tue Mar 19 12:39:43 2002] [error] (2)No such file or directory: could not open mime types log file / usr/local/etc/apache/mime.types William Olson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 9:51:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id 17FB437B400 for ; Tue, 19 Mar 2002 09:51:29 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Tue, 19 Mar 2002 17:48:23 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id ; Tue, 19 Mar 2002 17:48:23 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D041E9F64@MAIL1> From: Mike Dewhirst To: FreeBSD-Questions Subject: RE: DB Authentication Date: Tue, 19 Mar 2002 17:49:11 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1CF6E.606D42D0" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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_01C1CF6E.606D42D0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I would have thought you'd have to do this via scripts (Perl, etc) or via an app server (jsp, etc). I guess you might even find something out there off the shelf.. Hope this helps! Mike > -----Original Message----- > From: Ronan Lucio [mailto:ronan@melim.com.br] > Sent: 19 March 2002 17:44 > To: FreeBSD-Questions > Subject: DB Authentication >=20 >=20 > Hello, >=20 > I want to change the authentication method from passwd > file to postgres. >=20 > What the best way to do it? pam.pgsql, ldap or any other way? >=20 > []=B4s > Ronan >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 =3D********************************************************** If you are not the intended recipient, employee or agent responsible for de= livering the message to the intended recipient, you are hereby notified tha= t any dissemination or copying of this communication and its attachments is= strictly prohibited. If you have received this communication and its attachments in error, pleas= e return the original message and attachments to the sender using the reply= facility on e-mail. Internet communications are not secure and therefore the UCLES Group does n= ot accept legal responsibility for the contents of this message. Any views= or opinions presented are solely those of the author and do not necessaril= y represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not gua= rantee that this email is virus free. **********************************************************=3D ------_=_NextPart_001_01C1CF6E.606D42D0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: DB Authentication

I would have thought you'd have to do this via scripts (P= erl, etc) or via an app server (jsp, etc). I guess you might even find some= thing out there off the shelf..

Hope this helps!

Mike

> -----Original Message-----
> From: Ronan Lucio [mailto:ronan@melim.com.br]
> Sent: 19 March 2002 17:44
> To: FreeBSD-Questions
> Subject: DB Authentication
>
>
> Hello,
>
> I want to change the authentication method from pas= swd
> file to postgres.
>
> What the best way to do it? pam.pgsql, ldap or any = other way?
>
> []=B4s
> Ronan
>
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org<= /FONT>
> with "unsubscribe freebsd-questions" in t= he body of the message
>



=3D**********************************************************

If you are not the intended recipient, employee or agent responsible for de= livering the message to the intended recipient, you are hereby notified tha= t any dissemination or copying of this communication and its attachments is= strictly prohibited.

If you have received this communication and its attachments in error, pleas= e return the original message and attachments to the sender using the reply= facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does n= ot accept legal responsibility for the contents of this message. Any views= or opinions presented are solely those of the author and do not necessaril= y represent those of the UCLES Group unless otherwise specifically stated.<= BR>
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not gua= rantee that this email is virus free.

**********************************************************=3D
------_=_NextPart_001_01C1CF6E.606D42D0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 9:55:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id 4834F37B400 for ; Tue, 19 Mar 2002 09:55:11 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Tue, 19 Mar 2002 17:52:04 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id ; Tue, 19 Mar 2002 17:52:04 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D041E9F65@MAIL1> From: Mike Dewhirst To: questions@FreeBSD.org Subject: RE: Apache Date: Tue, 19 Mar 2002 17:52:52 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1CF6E.E4202A70" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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_01C1CF6E.E4202A70 Content-Type: text/plain; charset="iso-8859-1" > I am having troubles with installing Apache. Please look at > my error logs > below: 1. Did you install the server via ports/pcakages? [snip] > This is what my apache.log file says: > > [Tue Mar 19 12:39:43 2002] [error] (2)No such file or > directory: could not > open mime types log file / > usr/local/etc/apache/mime.types 2. _do_ you have a directory called usr/local/etc/apache/mime.types ? 3. do you have sufficient permissions to start apache? Hope this helps, Mike This message was written in plain text mode. Everything below the dotted line was not written by the author of this email. ---------------------- =********************************************************** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited. If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail. Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free. **********************************************************= ------_=_NextPart_001_01C1CF6E.E4202A70 Content-Type: text/html; charset="iso-8859-1" RE: Apache

> I am having troubles with installing Apache. Please look at
> my error logs
> below:

1. Did you install the server via ports/pcakages?

[snip]

> This is what my apache.log file says:
>
> [Tue Mar 19 12:39:43 2002] [error] (2)No such file or
> directory: could not
> open mime types log file /
> usr/local/etc/apache/mime.types

2. _do_ you have a directory called usr/local/etc/apache/mime.types ?
3. do you have sufficient permissions to start apache?

Hope this helps,

Mike



This message was written in plain text mode.
Everything below the dotted line was not
written by the author of this email.
----------------------



=**********************************************************

If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited.

If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free.

**********************************************************=
------_=_NextPart_001_01C1CF6E.E4202A70-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 9:56:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from idealso.com (idealso.com [216.122.250.84]) by hub.freebsd.org (Postfix) with ESMTP id 9C49637B404 for ; Tue, 19 Mar 2002 09:56:07 -0800 (PST) Received: from att (12-245-208-165.client.attbi.com [12.245.208.165]) by idealso.com (8.11.0/8.11.0) with SMTP id g2JHttR30039; Tue, 19 Mar 2002 12:55:55 -0500 (EST) (envelope-from jeff@idealso.com) Reply-To: From: "Jeff Lawton" To: "Ronan Lucio" , "FreeBSD-Questions" Subject: RE: DB Authentication Date: Tue, 19 Mar 2002 13:00:03 -0500 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.50.4807.1700 In-Reply-To: <033c01c1cf6d$a44c8e30$2aa8a8c0@melim.com.br> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This may help http://www.digiways.com/articles/php/sessauth/ Jeff Lawton Ideal Solution, LLC Providing Unfair Advantages 517-669-4236 tel 517-669-6969 fax www.idealso.com -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Ronan Lucio Sent: Tuesday, March 19, 2002 12:44 PM To: FreeBSD-Questions Subject: DB Authentication Hello, I want to change the authentication method from passwd file to postgres. What the best way to do it? pam.pgsql, ldap or any other way? []´s Ronan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" 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 Mar 19 9:56:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from scaup.prod.itd.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by hub.freebsd.org (Postfix) with ESMTP id B639F37B41A for ; Tue, 19 Mar 2002 09:56:32 -0800 (PST) Received: from sdn-ar-003dcwashp246.dialsprint.net ([206.133.15.136] helo=moo.holy.cow) by scaup.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16nNqU-0002cd-00; Tue, 19 Mar 2002 09:56:27 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id 5CCA050B8E; Tue, 19 Mar 2002 12:58:42 -0500 (EST) Date: Tue, 19 Mar 2002 12:58:42 -0500 From: parv To: Lowell Gilbert Cc: freebsd-questions@freebsd.org Subject: Re: installing xemacs21 w/ minimum packages Message-ID: <20020319175842.GA31005@moo.holy.cow> Mail-Followup-To: Lowell Gilbert , freebsd-questions@freebsd.org References: <20020319080130.GA16769@moo.holy.cow> <443cywsggu.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <443cywsggu.fsf@be-well.ilk.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message <443cywsggu.fsf@be-well.ilk.org>, wrote Lowell Gilbert thusly... > > parv writes: > > > i want to install xemacs w/o all other junk listed in > > xemacs-packages/Makefile as all i want is an editor. what can i do > > away w/? > > All of it, I think. It looks like xemacs-packages is only pulled in > to provide the "enriched text" support. Just pull out the RUN_DEPENDS > line. You can probably pull out the graphics support, too, without > missing it. i was thinking of the same; just needed a second nod. > As a very heavy emacs user, though, I have to ask: if all you want is > basic editing functions, are you sure that you want emacs? you are quite perceptive. personally, i prefer vi(m); xemacs is for those rare occasions when people other than myself use my laptop & ask for emacs. come to think of it, editors other than vi clones should be ok too for said people. - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 9:58:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id 519B837B41B for ; Tue, 19 Mar 2002 09:58:24 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id 10942901A00; Tue, 19 Mar 2002 12:57:08 -0500 (EST) Date: Tue, 19 Mar 2002 12:57:08 -0500 From: mpd To: Bill Olson Cc: questions@FreeBSD.org Subject: Re: Apache Message-ID: <20020319125707.A7789@rochester.rr.com> References: <001701c1cf6e$23a8c5e0$1201010a@suscom66> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <001701c1cf6e$23a8c5e0$1201010a@suscom66>; from w0ls0n@gwi.net on Tue, Mar 19, 2002 at 12:47:29PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Mar 19, 2002 at 12:47:29PM -0500, Bill Olson wrote: > Hi, > > I am having troubles with installing Apache. Please look at my error logs > below: > > FreeBSD pizza.suscom-maine.net 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan > 28 14:31:56 GMT 2002 > murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 > > Root (/var/log) pizza% apachectl start > /usr/local/sbin/apachectl start: httpd could not be started > Root (/var/log) pizza% > > This is what my apache.log file says: > > [Tue Mar 19 12:39:43 2002] [error] (2)No such file or directory: could not > open mime types log file / > usr/local/etc/apache/mime.types The problem seems straightforward. The file /usr/local/etc/apache/mime.types appears to be missing. Did you install the port? Did you change any of the settings of locations of anything by mistake? Is it somewhere else on your system? (find / -name mime.types and wait a few minutes) > > William Olson mike -- ___________________________________________________________ "POKEY THESE ARE PLUMS! I WANTED ORANGES!" - Little Girl from "THE PRICE OF LOVE" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 9:58:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tiscalinet.it (mail-5.tiscalinet.it [195.130.225.151]) by hub.freebsd.org (Postfix) with ESMTP id 9C16D37B404 for ; Tue, 19 Mar 2002 09:58:26 -0800 (PST) Received: from [217.133.244.77] (217.133.244.77) by mail.tiscalinet.it (5.5.057) id 3C970E2700029CF3 for freebsd-questions@FreeBSD.ORG; Tue, 19 Mar 2002 18:58:25 +0100 Received: (qmail 9837 invoked by uid 1000); 19 Mar 2002 17:58:09 -0000 Date: Tue, 19 Mar 2002 18:58:08 +0100 From: Francesco Casadei To: xw Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to copy an image file on a ls120 disk to another? Message-ID: <20020319185808.A4580@goku.kasby> Mail-Followup-To: xw , freebsd-questions@FreeBSD.ORG References: <20020319095412.816E.XIAOWU23@yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="IJpNTDwzlM2Ie8A6" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020319095412.816E.XIAOWU23@yahoo.com>; from xiaowu23@yahoo.com on Tue, Mar 19, 2002 at 10:05:57AM -0600 X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 19, 2002 at 10:05:57AM -0600, xw wrote: > A super newbie question. Please help. >=20 > I have two ls120 disks, one is a bootdisk and another containing=20 > an image file. I want to make a backup copy of each on new ls120=20 > disks. Is there any command that I can use for this purpose?=20 > Or do I need any special program?=20 >=20 > Any help and advice would be very much appreciated!! Thank you.=20 >=20 >=20 > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 > end of the original message Read the section 12.11 "Backups to Floppies" of the handbook. You can view = the online version at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/backups-floppybac= kups.html Use /dev/afd0 instead of /dev/fd0 (i.e. the LS-120 instead of the floppy drive). Francesco Casadei --=20 You can download my public key from http://digilander.iol.it/fcasadei/ or retrieve it from a keyserver (pgpkeys.mit.edu, wwwkeys.pgp.net, ...) Key fingerprint is: 1671 9A23 ACB4 520A E7EE 00B0 7EC3 375F 164E B17B --IJpNTDwzlM2Ie8A6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8l3wwfsM3XxZOsXsRAnnwAKDmS7QwohuyV/2EN+UukWT80S/MWACeMs2L 6xH+s45lB6h7v44HHOWB8Fo= =NO7E -----END PGP SIGNATURE----- --IJpNTDwzlM2Ie8A6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 10: 2:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cisco.com (sword.cisco.com [161.44.208.100]) by hub.freebsd.org (Postfix) with ESMTP id D541E37B402; Tue, 19 Mar 2002 10:02:43 -0800 (PST) Received: from sjt-u10.cisco.com (sjt-u10.cisco.com [10.85.30.63]) by cisco.com (8.8.5-Cisco.1/8.8.8) with ESMTP id NAA16907; Tue, 19 Mar 2002 13:02:42 -0500 (EST) Received: (sjt@localhost) by sjt-u10.cisco.com (8.8.5-Cisco.1/CISCO.WS.1.2) id NAA23681; Tue, 19 Mar 2002 13:02:42 -0500 (EST) Date: Tue, 19 Mar 2002 13:02:42 -0500 From: Steve Tremblett To: John Utz Cc: Steve Tremblett , questions@FreeBSD.ORG, java@FreeBSD.ORG Subject: Re: jdk13 build failed Message-ID: <20020319130242.L23375@sjt-u10.cisco.com> References: <20020319123257.H23375@sjt-u10.cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from john@utzweb.net on Tue, Mar 19, 2002 at 11:40:26AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG +---- John Utz wrote: | you dont have the mandatory linux jdk installed, correct? No I don't - installing it now. Pardon my ignorance, but where is this mandatory requirement documented? -- Steve Tremblett To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 10: 5:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.macconnect.com (mail.macconnect.com [204.68.168.11]) by hub.freebsd.org (Postfix) with SMTP id 7951A37B404 for ; Tue, 19 Mar 2002 10:05:10 -0800 (PST) Received: (qmail 31776 invoked by uid 0); 19 Mar 2002 18:10:41 -0000 Received: from unknown (HELO ?10.1.1.100?) (24.47.15.16) by mail.macconnect.com with SMTP; 19 Mar 2002 18:10:41 -0000 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Tue, 19 Mar 2002 13:05:08 -0500 Subject: Setting up a FreeBSD machine as a router / firewall From: Brendan McAlpine To: Message-ID: Mime-version: 1.0 Content-type: multipart/alternative; boundary="B_3099387908_122739" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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. --B_3099387908_122739 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Can someone point me to a good reference for setting up a FreeBSD 4.5 box as a router / firewall? Thanks Brendan --B_3099387908_122739 Content-type: text/html; charset="US-ASCII" Content-transfer-encoding: quoted-printable Setting up a FreeBSD machine as a router / firewall Can someone point me to a good reference for setting u= p a FreeBSD 4.5 box as a router / firewall?

Thanks

Brendan
--B_3099387908_122739-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 10: 7:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by hub.freebsd.org (Postfix) with SMTP id E706637B400 for ; Tue, 19 Mar 2002 10:07:20 -0800 (PST) Received: from xiaowu23 (AUTH login) at dhcp-111.noc.verio.net (HELO josephgoh) (xiaowu23@129.250.49.111) by smtp.mail.vip.sc5.yahoo.com with SMTP; 19 Mar 2002 18:07:20 -0000 Date: Tue, 19 Mar 2002 12:07:22 -0600 From: xw To: Francesco Casadei Subject: Re[2]: How to copy an image file on a ls120 disk to another? Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20020319185808.A4580@goku.kasby> References: <20020319095412.816E.XIAOWU23@yahoo.com> <20020319185808.A4580@goku.kasby> Message-Id: <20020319120538.817C.XIAOWU23@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.00.03 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks a lot for the pointer. But what should I do if I want to copy a LS120 disk to another? Not from HD to LS120. Thanks again. On Tue, 19 Mar 2002 18:58:08 +0100 Francesco Casadei wrote: Francesco> On Tue, Mar 19, 2002 at 10:05:57AM -0600, xw wrote: Francesco> > A super newbie question. Please help. Francesco> > Francesco> > I have two ls120 disks, one is a bootdisk and another containing Francesco> > an image file. I want to make a backup copy of each on new ls120 Francesco> > disks. Is there any command that I can use for this purpose? Francesco> > Or do I need any special program? Francesco> > Francesco> > Any help and advice would be very much appreciated!! Thank you. Francesco> > Francesco> > Francesco> > _________________________________________________________ Francesco> > Do You Yahoo!? Francesco> > Get your free @yahoo.com address at http://mail.yahoo.com Francesco> > Francesco> > Francesco> > To Unsubscribe: send mail to majordomo@FreeBSD.org Francesco> > with "unsubscribe freebsd-questions" in the body of the message Francesco> > Francesco> > end of the original message Francesco> Francesco> Read the section 12.11 "Backups to Floppies" of the handbook. You can view the Francesco> online version at: Francesco> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/backups-floppybackups.html Francesco> Francesco> Use /dev/afd0 instead of /dev/fd0 (i.e. the LS-120 instead of the floppy Francesco> drive). Francesco> Francesco> Francesco Casadei Francesco> -- Francesco> You can download my public key from http://digilander.iol.it/fcasadei/ Francesco> or retrieve it from a keyserver (pgpkeys.mit.edu, wwwkeys.pgp.net, ...) Francesco> Francesco> Key fingerprint is: 1671 9A23 ACB4 520A E7EE 00B0 7EC3 375F 164E B17B Francesco> _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 10: 8: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from jupiter.linuxengine.net (jupiter.linuxengine.net [209.61.188.254]) by hub.freebsd.org (Postfix) with ESMTP id B1AB337B402; Tue, 19 Mar 2002 10:07:48 -0800 (PST) Received: from jupiterweb.commercevault.com (jupiterweb.commercevault.com [209.61.179.16] (may be forged)) by jupiter.linuxengine.net (8.11.6/8.11.0) with ESMTP id g2JI7jY17074; Tue, 19 Mar 2002 12:07:45 -0600 Date: Tue, 19 Mar 2002 12:07:45 -0600 (CST) From: John Utz X-X-Sender: john@jupiter.linuxengine.net To: Steve Tremblett Cc: questions@FreeBSD.ORG, Subject: Re: jdk13 build failed In-Reply-To: <20020319130242.L23375@sjt-u10.cisco.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in the mailing list of course :-) it's probably somewhere more formal. like koster's or lewis's websites, but i cant recall. i have held off building my own because i didnt want the hassle/polution of installing the linux jdk. but i cant really afford to wait for the jck blessed binary anymore. i'll be starting this build adventure myself shortly. On Tue, 19 Mar 2002, Steve Tremblett wrote: > +---- John Utz wrote: > | you dont have the mandatory linux jdk installed, correct? > > No I don't - installing it now. > > Pardon my ignorance, but where is this mandatory requirement > documented? > > -- John L. Utz III john@utzweb.net Idiocy is the Impulse Function in the Convolution of Life To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 10:12:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from icarus.slightlystrange.org (icarus.slightlystrange.org [62.190.193.173]) by hub.freebsd.org (Postfix) with ESMTP id 196F837B402 for ; Tue, 19 Mar 2002 10:12:22 -0800 (PST) Received: from danielby by icarus.slightlystrange.org with local (Exim 3.12 #1 (Debian)) id 16nO5n-0000y8-00 for ; Tue, 19 Mar 2002 18:12:15 +0000 Date: Tue, 19 Mar 2002 18:12:15 +0000 From: Daniel Bye To: freebsd-questions@FreeBSD.ORG Subject: Re: How to copy an image file on a ls120 disk to another? Message-ID: <20020319181215.A3462@icarus.slightlystrange.org> Reply-To: dan@slightlystrange.org Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20020319095412.816E.XIAOWU23@yahoo.com> <20020319185808.A4580@goku.kasby> <20020319120538.817C.XIAOWU23@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020319120538.817C.XIAOWU23@yahoo.com>; from xiaowu23@yahoo.com on Tue, Mar 19, 2002 at 12:07:22PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In that case, you will need to copy the image to your hard disk, change LS120 disk, then write the image file back. I would use dd for both stages. Of course, none of this is necessary if you have another LS120 drive! ;-) HTH Dan On Tue, Mar 19, 2002 at 12:07:22PM -0600, xw wrote: > Thanks a lot for the pointer. > > But what should I do if I want to copy a LS120 disk to another? > Not from HD to LS120. > > Thanks again. > > > On Tue, 19 Mar 2002 18:58:08 +0100 > Francesco Casadei wrote: > > Francesco> On Tue, Mar 19, 2002 at 10:05:57AM -0600, xw wrote: > Francesco> > A super newbie question. Please help. > Francesco> > > Francesco> > I have two ls120 disks, one is a bootdisk and another containing > Francesco> > an image file. I want to make a backup copy of each on new ls120 > Francesco> > disks. Is there any command that I can use for this purpose? > Francesco> > Or do I need any special program? > Francesco> > > Francesco> > Any help and advice would be very much appreciated!! Thank you. > Francesco> > > Francesco> > > Francesco> > _________________________________________________________ > Francesco> > Do You Yahoo!? > Francesco> > Get your free @yahoo.com address at http://mail.yahoo.com > Francesco> > > Francesco> > > Francesco> > To Unsubscribe: send mail to majordomo@FreeBSD.org > Francesco> > with "unsubscribe freebsd-questions" in the body of the message > Francesco> > > Francesco> > end of the original message > Francesco> > Francesco> Read the section 12.11 "Backups to Floppies" of the handbook. You can view the > Francesco> online version at: > Francesco> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/backups-floppybackups.html > Francesco> > Francesco> Use /dev/afd0 instead of /dev/fd0 (i.e. the LS-120 instead of the floppy > Francesco> drive). > Francesco> > Francesco> Francesco Casadei > Francesco> -- > Francesco> You can download my public key from http://digilander.iol.it/fcasadei/ > Francesco> or retrieve it from a keyserver (pgpkeys.mit.edu, wwwkeys.pgp.net, ...) > Francesco> > Francesco> Key fingerprint is: 1671 9A23 ACB4 520A E7EE 00B0 7EC3 375F 164E B17B > Francesco> > > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 10:14:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id 8C21B37B404 for ; Tue, 19 Mar 2002 10:14:36 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id 83798901A00; Tue, 19 Mar 2002 13:13:20 -0500 (EST) Date: Tue, 19 Mar 2002 13:13:20 -0500 From: mpd To: Bill Olson Cc: questions@freebsd.org Subject: Re: Apache Message-ID: <20020319131320.A7960@rochester.rr.com> References: <001701c1cf6e$23a8c5e0$1201010a@suscom66> <20020319125707.A7789@rochester.rr.com> <002d01c1cf70$8c1ecc80$1201010a@suscom66> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <002d01c1cf70$8c1ecc80$1201010a@suscom66>; from w0ls0n@gwi.net on Tue, Mar 19, 2002 at 01:04:43PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG (Please don't remove the cc: to questions. The posts get archived, making it simpler to find solutions to problems in the future.) On Tue, Mar 19, 2002 at 01:04:43PM -0500, Bill Olson wrote: > Hi, > > I am a little new to apache so I am not sure what port it is referring to. > Is this something you can tell me? Oh, I meant did you install it via the ports collection, or did you download-configure-make-make install it by hand? The former should put the file in the correct place. If not, it's not a big deal, but I would strongly recommend checking out the ports collection ("man ports" should get you started.) If this is the only problem you have, you can edit your httpd.conf file and change the line labeled "TypesConfig" to point to the correct place. That would seem easier than re-installing apache. > > Thanks, > Bill mike > ----- Original Message ----- > From: "mpd" > To: "Bill Olson" > Cc: > Sent: Tuesday, March 19, 2002 12:57 PM > Subject: Re: Apache > > > > On Tue, Mar 19, 2002 at 12:47:29PM -0500, Bill Olson wrote: > > > Hi, > > > > > > I am having troubles with installing Apache. Please look at my error > logs > > > below: > > > > > > FreeBSD pizza.suscom-maine.net 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon > Jan > > > 28 14:31:56 GMT 2002 > > > murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 > > > > > > Root (/var/log) pizza% apachectl start > > > /usr/local/sbin/apachectl start: httpd could not be started > > > Root (/var/log) pizza% > > > > > > This is what my apache.log file says: > > > > > > [Tue Mar 19 12:39:43 2002] [error] (2)No such file or directory: could > not > > > open mime types log file / > > > usr/local/etc/apache/mime.types > > > > The problem seems straightforward. The file > /usr/local/etc/apache/mime.types > > appears to be missing. Did you install the port? Did you change any of > > the settings of locations of anything by mistake? Is it somewhere else > > on your system? (find / -name mime.types and wait a few minutes) > > > > > > > > William Olson > > > > mike > > -- > > ___________________________________________________________ > > > > "POKEY THESE ARE PLUMS! I WANTED ORANGES!" > > - Little Girl from "THE PRICE OF LOVE" > > -- ___________________________________________________________ "THAT IS THE PRICE OF LOVE" - Pokey the Penguin from "THE PRICE OF LOVE" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 10:16:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cisco.com (sword.cisco.com [161.44.208.100]) by hub.freebsd.org (Postfix) with ESMTP id 447D937B404; Tue, 19 Mar 2002 10:16:19 -0800 (PST) Received: from sjt-u10.cisco.com (sjt-u10.cisco.com [10.85.30.63]) by cisco.com (8.8.5-Cisco.1/8.8.8) with ESMTP id NAA18003; Tue, 19 Mar 2002 13:16:18 -0500 (EST) Received: (sjt@localhost) by sjt-u10.cisco.com (8.8.5-Cisco.1/CISCO.WS.1.2) id NAA23693; Tue, 19 Mar 2002 13:16:18 -0500 (EST) Date: Tue, 19 Mar 2002 13:16:18 -0500 From: Steve Tremblett To: John Utz Cc: Steve Tremblett , questions@FreeBSD.ORG, java@FreeBSD.ORG Subject: Re: jdk13 build failed Message-ID: <20020319131618.N23375@sjt-u10.cisco.com> References: <20020319123257.H23375@sjt-u10.cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from john@utzweb.net on Tue, Mar 19, 2002 at 11:40:26AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG +---- John Utz wrote: | you dont have the mandatory linux jdk installed, correct? After installing linux-jdk13 this error persists - any hints? | | On Tue, 19 Mar 2002, Steve Tremblett wrote: | | > In building jdk13 I get the following error: | > | > ===> Applying FreeBSD patches for jdk-1.3.1p6_2 | > ===> Configuring for jdk-1.3.1p6_2 | > ===> Building for jdk-1.3.1p6_2 | > i386 Build started: 1.3.1-p6-root-020319-12:09 | > ERROR: BOOTDIR does not point to a valid Java 2 SDK | > Check that you have access to | > /usr/local/linux-jdk1.3.1/bin/java | > and/or check your value of ALT_BOOTDIR. | > | > Exiting because of the above error(s). | > gmake: *** [sanity] Error 1 | > *** Error code 2 | > | > Stop in /usr/ports/java/jdk13. | > *** Error code 1 | > | > Stop in /usr/ports/java/jdk13. | > *** Error code 1 | > | > Stop in /usr/ports/java/jdk13. | > | > I have no other JDK version installed, and I got both the source | > tarball and the patchset this morning (March 19) from their respective | > homepages. Supposedly this port has no dependencies. | > | > Any help is greatly appreciated | > | > | | -- | | John L. Utz III | john@utzweb.net | | Idiocy is the Impulse Function in the Convolution of Life | | +---end quoted text--- -- Steve Tremblett Cisco Systems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 10:18: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from salseiros.melim.com.br (salseiros.melim.com.br [200.215.110.23]) by hub.freebsd.org (Postfix) with ESMTP id 02FF137B419 for ; Tue, 19 Mar 2002 10:17:39 -0800 (PST) Received: from fazendinha (ressacada.melim.com.br [200.215.110.4]) by salseiros.melim.com.br (Postfix) with SMTP id 553F1BAA4 for ; Tue, 19 Mar 2002 15:17:36 -0300 (BRT) Message-ID: <045c01c1cf72$87927bb0$2aa8a8c0@melim.com.br> From: "Ronan Lucio" To: References: Subject: Re: DB Authentication Date: Tue, 19 Mar 2002 15:18:54 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Friends, Jeff, thank´s, this article realy help me, but it will be my second step. What i realy want, is the services running on the server, like ftp, smtp, pop3 and radius athenticate on a database instead of a passwd file. And after that, create scripts to the user maintain his/her own accounts. []´s Ronan > This may help http://www.digiways.com/articles/php/sessauth/ > > Jeff Lawton > Ideal Solution, LLC > Providing Unfair Advantages > 517-669-4236 tel > 517-669-6969 fax > www.idealso.com > > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Ronan Lucio > Sent: Tuesday, March 19, 2002 12:44 PM > To: FreeBSD-Questions > Subject: DB Authentication > > Hello, > > I want to change the authentication method from passwd > file to postgres. > > What the best way to do it? pam.pgsql, ldap or any other way? > > []´s > Ronan > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 19 10:19:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cisco.com (sword.cisco.com [161.44.208.100]) by hub.freebsd.org (Postfix) with ESMTP id EA4FC37B4A2; Tue, 19 Mar 2002 10:18:25 -0800 (PST) Received: from sjt-u10.cisco.com (sjt-u10.cisco.com [10.85.30.63]) by cisco.com (8.8.5-Cisco.1/8.8.8) with ESMTP id NAA18155; Tue, 19 Mar 2002 13:18:24 -0500 (EST) Received: (sjt@localhost) by sjt-u10.cisco.com (8.8.5-Cisco.1/CISCO.WS.1.2) id NAA23699; Tue, 19 Mar 2002 13:18:24 -0500 (EST) Date: Tue, 19 Mar 2002 13:18:24 -0500 From: Steve Tremblett To: Steve Tremblett Cc: John Utz , questions@FreeBSD.ORG, java@FreeBSD.ORG Subject: Re: jdk13 build failed Message-ID: <20020319131824.O23375@sjt-u10.cisco.com> References: <20020319123257.H23375@sjt-u10.cisco.com> <20020319131618.N23375@sjt-u10.cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020319131618.N23375@sjt-u10.cisco.com>; from sjt@cisco.com on Tue, Mar 19, 2002 at 01:16:18PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG d'oh - my mistake please ignore +---- Steve Tremblett wrote: | +---- John Utz wrote: | | you dont have the mandatory linux jdk installed, correct? | | After installing linux-jdk13 this error persists - any hints? | | | | | On Tue, 19 Mar 2002, Steve Tremblett wrote: | | | | > In building jdk13 I get the following error: | | > | | > ===> Applying FreeBSD patches for jdk-1.3.1p6_2 | | > ===> Configuring for jdk-1.3.1p6_2 | | > ===> Building for jdk-1.3.1p6_2 | | > i386 Build started: 1.3.1-p6-root-020319-12:09 | | > ERROR: BOOTDIR does not point to a valid Java 2 SDK | | > Check that you have access to | | > /usr/local/linux-jdk1.3.1/bin/java | | > and/or check your value of ALT_BOOTDIR. | | > | | > Exiting because of the above error(s). | | > gmake: *** [sanity] Error 1 | | > *** Error code 2 | | > | | > Stop in /usr/ports/java/jdk13. | | > *** Error code 1 | | > | | > Stop in /usr/ports/java/jdk13. | | > *** Error code 1 | | > | | > Stop in /usr/ports/java/jdk13. | | > | | > I have no other JDK version installed, and I got both the source | | > tarball and the patchset this morning (March 19) from their respective | | > homepages. Supposedly this port has no dependencies. | | > | | > Any help is greatly appreciated | | > | | > | | | | -- | | | | John L. Utz III | | john@utzweb.net | | | | Idiocy is the Impulse Function in the Convolution of Life | | | | | +---end quoted text--- | | -- | Steve Tremblett | Cisco Systems | +---end quoted text--- -- Steve Tremblett Cisco Systems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 10:20:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts6-srv.bellnexxia.net (tomts6.bellnexxia.net [209.226.175.26]) by hub.freebsd.org (Postfix) with ESMTP id 4851637B48F for ; Tue, 19 Mar 2002 10:19:35 -0800 (PST) Received: from scaryg.shacknet.nu ([64.231.142.145]) by tomts6-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020319181934.WGIK16346.tomts6-srv.bellnexxia.net@scaryg.shacknet.nu>; Tue, 19 Mar 2002 13:19:34 -0500 Received: from localhost ([::1] helo=scaryg.shacknet.nu) by scaryg.shacknet.nu with smtp (Exim 3.34 #1) id 16nODM-0006mH-00; Tue, 19 Mar 2002 13:20:04 -0500 Date: Tue, 19 Mar 2002 13:20:02 -0500 From: ScaryG To: Brendan McAlpine Cc: questions@freebsd.org Subject: Re: Setting up a FreeBSD machine as a router / firewall Message-Id: <20020319132002.486429c1.freymann@scaryg.shacknet.nu> In-Reply-To: References: X-Mailer: Sylpheed version 0.7.2 (GTK+ 1.2.10; i386-portbld-freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 19 Mar 2002 13:05:08 -0500 Brendan McAlpine wrote: > Can someone point me to a good reference for setting up a FreeBSD 4.5 > box as a router / firewall? First, I would go to www.freebsd.org, Handbook link, and look for their information on PPoE (the title is even in bold) That should give you enough information on how to set up your PPPoE link. Then I would head to the FreeBSD Cheat Sheets http://www.mostgraveconcern.com/freebsd And read up on his information on Dual-Homed Hosts (he also has another tutorial on PPPoE). Failing that, perhaps something is on www.defcon1.org I think the hardest part is adjusting the firewall rules to your requirements but the rest is fairy easy (now that I've done it and look back!). -Gerry Web Hosting // Primary & Secondary DNS Services at http://www.interpool.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 10:30: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from jupiter.linuxengine.net (jupiter.linuxengine.net [209.61.188.254]) by hub.freebsd.org (Postfix) with ESMTP id C184037B68F; Tue, 19 Mar 2002 10:25:00 -0800 (PST) Received: from jupiterweb.commercevault.com (jupiterweb.commercevault.com [209.61.179.16] (may be forged)) by jupiter.linuxengine.net (8.11.6/8.11.0) with ESMTP id g2JIOpY17668; Tue, 19 Mar 2002 12:24:51 -0600 Date: Tue, 19 Mar 2002 12:24:51 -0600 (CST) From: John Utz X-X-Sender: john@jupiter.linuxengine.net To: Steve Tremblett Cc: questions@FreeBSD.ORG, Subject: Re: jdk13 build failed In-Reply-To: <20020319131618.N23375@sjt-u10.cisco.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG umm... i am stupid. i havent even found the linux jdk yet. where is it? but as for your problem.... On Tue, 19 Mar 2002, Steve Tremblett wrote: > +---- John Utz wrote: > | you dont have the mandatory linux jdk installed, correct? > > After installing linux-jdk13 this error persists - any hints? > > | > | On Tue, 19 Mar 2002, Steve Tremblett wrote: > | > | > In building jdk13 I get the following error: > | > > | > ===> Applying FreeBSD patches for jdk-1.3.1p6_2 > | > ===> Configuring for jdk-1.3.1p6_2 > | > ===> Building for jdk-1.3.1p6_2 > | > i386 Build started: 1.3.1-p6-root-020319-12:09 > | > ERROR: BOOTDIR does not point to a valid Java 2 SDK > | > Check that you have access to > | > /usr/local/linux-jdk1.3.1/bin/java > | > and/or check your value of ALT_BOOTDIR. did you set BOOTDIR to point to the right place? > | > Exiting because of the above error(s). > | > gmake: *** [sanity] Error 1 > | > *** Error code 2 > | > > | > Stop in /usr/ports/java/jdk13. > | > *** Error code 1 > | > > | > Stop in /usr/ports/java/jdk13. > | > *** Error code 1 > | > > | > Stop in /usr/ports/java/jdk13. > | > > | > I have no other JDK version installed, and I got both the source > | > tarball and the patchset this morning (March 19) from their respective > | > homepages. Supposedly this port has no dependencies. > | > > | > Any help is greatly appreciated > | > > | > > | > | -- > | > | John L. Utz III > | john@utzweb.net > | > | Idiocy is the Impulse Function in the Convolution of Life > | > | > +---end quoted text--- > > -- John L. Utz III john@utzweb.net Idiocy is the Impulse Function in the Convolution of Life To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 10:31:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ws4-2.us4.outblaze.com (205-158-62-67.outblaze.com [205.158.62.67]) by hub.freebsd.org (Postfix) with SMTP id 3127737B50F for ; Tue, 19 Mar 2002 10:26:20 -0800 (PST) Received: (qmail 18808 invoked by uid 1001); 19 Mar 2002 18:26:15 -0000 Message-ID: <20020319182615.18804.qmail@operamail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [12.33.164.6] by ws4-2.us4.outblaze.com with http for jud@operamail.com; Tue, 19 Mar 2002 13:26:15 -0500 From: "Jud " To: freebsd-questions@FreeBSD.ORG Date: Tue, 19 Mar 2002 13:26:15 -0500 Subject: Install FS on Both RAID and Disk Within Array? X-Originating-Ip: 12.33.164.6 X-Originating-Server: ws4-2.us4.outblaze.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG As noted in a message to the list a day or two ago, since I installed 4.5-RELEASE to a RAID-0 array I haven't been able to get ppp to work properly. Everything worked fine when installed on a single hard drive. Just to try something to see if it works, I'm going to install root on a single drive, and the rest of the filesystem on the array. I have a single 20gb HD running by itself, and 2 40gb drives in the RAID-0 array. They are recognized by the system, respectively, as ad2, ad4, ad6, and ar0. Here's my question: Can I install root on ad4 or ad6, and the rest of the filesystem on ar0? Or will this leave things Truly Screwed Up (tm)? Should I install root on ad2 instead? Jud -- _______________________________________________ Download the free Opera browser at http://www.opera.com/ Powered by Outblaze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 10:34:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.asianet.co.th (mail3.asianet.co.th [203.144.222.231]) by hub.freebsd.org (Postfix) with SMTP id 546C937B6A7 for ; Tue, 19 Mar 2002 10:25:35 -0800 (PST) Received: (qmail 22679 invoked from network); 20 Mar 2002 01:25:28 +0700 Received: from virscan1.asianet.co.th (HELO mx.asianet.co.th) ([203.144.222.198]) (envelope-sender ) by mail3.asianet.co.th (qmail-ldap-1.03) with SMTP for ; 20 Mar 2002 01:25:28 +0700 Received: (qmail 18761 invoked from network); 20 Mar 2002 01:24:46 +0700 Received: from ppp-203.144.246.218.revip.asianet.co.th (HELO stargatetravel.co.th) ([203.144.246.218]) (envelope-sender ) by mx1.asianet.co.th (qmail-ldap-1.03) with SMTP for ; 20 Mar 2002 01:24:46 +0700 From: "Geminai International Travels" To: Subject: ¢èÒÇ´Õ Çѹʧ¡ÃÒ¹µì [virus free] Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="= Multipart Boundary 0320020124" Date: Wed, 20 Mar 2002 01:24:44 +0700 Reply-To: "Geminai International Travels" Content-Transfer-Encoding: 8bit Message-Id: <20020319182535.546C937B6A7@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multipart MIME message. --= Multipart Boundary 0320020124 Content-Type: text/html; charset="ISO-8859-11" Content-Transfer-Encoding: 7bit à¨ÁÔä¹Â

à¨ÁÔä¹Â ÍÔ¹àµÍÃì๪Ñè¹á¹Å á·ÃàÇÔÅÊì  286/9 «Í¾Ѳ¹Ò ¶¹¹ÊØÃǧ¤ì ¡ÃØ§à·¾Ï 10500

--= Multipart Boundary 0320020124 Content-Type: application/octet-stream; name="ads.ht1.gif" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="ads.ht1.gif" R0lGODlhogElAfcAAAAAAGYz/8z/ZtwEJf+ZAP/CZv///wAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAACiASUBAAj+AA0IHEiwoMGD CBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKAcKWMmyJcuU MGPKnEmzpk2SLnPq3Hmzp8+fQIMKfbizqNGjAoYqXcq0qVOHSKNKlfq0qtWr WEFO3cq1a9avYMNa7Uq2rNmVYtOqXTvyrNu3b9nKnUu3INy7ePMmrcu3r1K9 gAMD9ku4ME7BiBNLLcC4seMCPA1LnsxQseXLOh9r3qw5MmWCAUIH+CwWs2nM nFOrVu25sOjXr0kPPU078erbuHND1skXtm/fsmPWHg5Yt/HjxluH/c38t8DR wTMSn44XufXr15U/bc69uQHR0Sv+Ux9vFrv58+h352zavX3377FJk5/fNb39 +/a113TP3z38+GzRJ+BU+BVooIH6odQfbP8t6F9VA0Z41IEUVmhhgiI56FyD BQH4HH83SShiZhaWaOKJ6rkEk4bAgTeQiwYteNiINAqA4o044ohhhiyG9uGL 0HXYY0g1jpfjkUgmuWNIPfr43YdBQtkkkUUGluSVWGbJ2JJMDgkkjFKySGWV W2lp5plnctmlg6A5CWSDXnpEZkto1mnnnWqCJOabX47WJJgcCXjnoIQWuiVv M4EIH2h9+vinmx2hZuiklE6ap56Ktvlco49GuRFcJgJgnKiVlmpqapdimumT i3L650f+E2oJwKy4zUqqarSWmuupaKbqkYY/wtkpcJHuVKeot3Jma7KbLWue s8qmBy2vZvra0apCDutdsSSeuau3jDHrmLjHkdvsauZSmx2iMrW3kKfZvspt TmYiG26upNraGK363lsAvv/mG3C+t/K7b8D3CozwvwwjS3DC+trL8MD9Tgxt xBWrm5u1HLnLIUTDzuuSrA0fXHK4E49rssIEK2wxyjALLPO4LJf8sL0zI4xz wRIvnK7Gm3G80XvCIsRgmHFqVBTJML8c8cA6n1yz1Caf/DLVGcdss8H8ysw1 1FHjXDXQtwmt0XsbskqssElLZ2yWYmtd8MEzT+3w1VfP3bD+xHrHDfDcXaMM +Mphp/wz2Y6ZnRHazP0HJ9LyKv02lgD7vOvN/eKbucMut8xz2Jv7G7XgdK98 OcU3+zw24qiyGxPjzkUZm7aAXrQ067ij9+1jh+OuOEYyvsjql2xH7na3uSdv Xe/Kd+Z6Sv0lBKOjtENq++T1jtr89jn+btGDRsdX/dHH0+vt7sqir5n63Lef 3PMKEv0425CHLDnyJB8+bfrsrx4tknfzn/t0472KyO9oThLf+Kxnkdudj1DM S00EozXBAbIGfifhDtKk9LEFwquB2LsS3ypXsa597m81C6C/SFg3y1GMZgsD 2+7uNriv9a95BaTIttYWI/CAqEX+jftUCAFotZxZrWp2Ix3fVOY0GDZRc6vr md7kVjqbNc2COZxIENPWwwQSTYFBvJ/5KIdEwXEtcH7TWhGp6DT01e1pCaOb wa5oxBFCrYJky6JENsRFDgHLccWrHQjxR0Qpkq5pS1xiG63YRLy10IVXNJwk 6fjCQ5owZVjEoElit7bp1S+MQfKYGEcGN5a1zHSV1BwUA9g5z4lulfuaYgwN SUc4vhBweASaHiOiKAa5KHhtkl/5SGnBYhqzbJokSfTmpzZgBtJDw6QT0HJ5 TGZR0z6yRFAyR9JLMHmxm9jCiAN51bNj1gqT55mj9jh3oW3ySJRddBX5+BS+ Dw5yjOD+us3+blROlV1TgLXKWiKT5bVYImdZ+yzQLh8CPnl+UnYMDKYg70lM c+ouXTfMzT/T508K8mqhDoHnF/sovmdGlKLSpBzmXunCU4Juaw+Lo87YOcuY xrSmEKtpxgI305jhEp2nDJ3oLFdCl6EHpA3x2IO4CJ2SCjOaLMkeLVPISKpV VZJ9QyTh8oa3Iw61nwRVohonCdZJYlWrtOzqeZDKkANCs1Xz/GXtwihEQhaS rFTcWSJXSMPSDdSvK5RbOWmqTs7Nca9Uzao1rWjIwu5tqvdh67s0CEijQUmi 1EtgF0+K0qjKqnNmZGljffpSsaZOrFy1qlb3hkSqqo61jRX+KCNP10qWhjY/ 7lxTHzH7y81+00+tIp7IUkrG1R5WjrisHGzlqEab2g2OYW2p6aal3NNezpY5 NasiDUfdfppHsgqhLG/nCUgg+vat4hyiRdebyfWsSLwmhRcYrecmuo6SuOzN r/vAW8+0TbSHfRpeo+onJ/Xq93+RPPCg+HsQytrzshysrDwz+9/OroRSGb0o Jr2rYEMx+LxvBeVu23ZfzxYqoUzUjQq/tT8O867DSPpwvOK6LfqN15l1xadF XSzBjcK4ne59Lw/jOTxA2W+4Jhbhzjoq0xH2TYU+dS4LlVjQx9r2x9/NrarI 21/50g5WBs4RZONWOMIttopPdKT+JZvLRKNi2ToynvH0aOzN6mklzDiCrGl/ 6jVZiq2Fj1RkCgX95iwHWcjz5eyNjRcoPKOIuqZdLqFXG2nV9TVnrBxdlQsN Zy1vGYG/DeVDpwRmu4p5qlXOXCpXTDMSMlfKfQUdLDnd6UNDb4dNfbAH72xq WvvaTnEG8UQ9tOtS6/jXyK5TsOVMXj6SOkZjOnahfZxsbdr61k+NLzxhMk47 MS+XWVsfOuE27hjqd9mLHrK2uSyTbj8QXd82a49nWO51SrBZ4UaxgXh8JXSn +1FCcXe9Mhru9VF7qNi54cErlOEYe1q3R56Nox8t6a9+FYqoMyi++bo1eF/8 tRc7oW3+eYpTGWYabKlM08M/TeK/TPxEiOWqmwOd4Bcj1s0pNmJXT4dmTFNy iiw+5BrrfSR//7vGY3l5qCxGw78ObrYyNbffDLthnl3a1YULq2KdpfVLXsyM elVrv1fOcvhmReBHsuNxVQtJo2LUlDJEl5plTmZIc5eSQk8i0FlbLbJ/ZNth QfupHWvKmaP1cwiuLdF7CuvA4tTqLo0u4V355NFpyeifrIvgq835ovu9Y+yW y+Y7T/oTGb3Ccxl96VdPIcx/RvWsj31keTMfw8AeTQPI/QByo/vdbyb3BfD9 73WPHOALHz2+B36heTKnIjXk9mfqPe+JP/zja0b5jMH+aqj+b5/dcx/LzG++ +MV/Ku3fx/yc8b71YRz+8bu/SI4xfvK9H/z5Kx/70pd+9udf/+MTv/f2t38C 2H8DKH/Ux33f13/8V38DaEzt934QKCKNIX/7p37qJ4D3t4AMyIAIGIATqH0U yIH4x38WKHwg6H//l4ENWEwPGIEuSB8fuIEpaIEiWIEKKIMhuIEYeIExeH/x t4AqOII/+IMp2IPrt1+094JKOB9G2IAh+IT2p39FuILGR4BN2IEFSIImiIJE CIUr2F4qsoRiSB1NqINeqIJmCIRbOIQaKII8iIP5B4AxOIcVqIb654BJOIZ6 eBqyx2kt2BIe1Cl7OCB9uHx5mBP+gZiIitgdYliIOLJ+R6gkiLITi1iJlniJ LEIWjngjkNgrk6gTmBiKojiK7oF26Icdp5gekYgld5h+9Jca35eAWBIZlEiK tniLoyhwrYiKsqiKd5KKXbiKd7iLs/iJiIiLyJiMiqh0v6clwJh+mxg0xugS yliN1qgtDlSFOSiHQbiFaHiG5meAI8iFCriGdfiBNJiFGHh9B9iB38iDz9g9 0wiI11iP9rgg2WiAOEiA+viO+6iPVEh/rSiE6DiH3UiO3WiF6liGFDiF8agj 80iP9ziRFAkb+UiD/iiOGXiBB5mG2fePXAiPHAmHHrmQXoiORdiPGCmSnuhe RVGRMFn+kfnIkNyohTbYkCppkCDJhjLIj/tYkiC5ksEokODIkenYdy5ZizG5 lNc4kzuojgDIkm74kWiYhiV4gjYYfFmohnS4kVTZhkH4lDU4lVqpckkJikyZ lsoIfdHYPrSolGoZl6TIlm25PZ4Bl3KZl5dIl3WpPHeJlnoZmJXIl32ZO395 jIKZmIFImIXJOodJjYoZmePDmI2ZR+yCl5KZmX/CjJVpmJcJmJoZmj1CmZ1J LY8JmaKZmvjImaVpmUH2kqoZm6XImq2pMacpkbKZm79BmrVZKrfJEroZnL7B m71JKb+5EsKZnKFBnMXpYZ8JmsqZm8zZnITSGpgZnao5ndT+iSeuc53YKZra uZ3K1p3Q+Z2pGZ7iaZYqohLlaZ7g2WvpaZvkiZjumZ31EZ+nYp3eWZ+7JoqI gZ/q2RIEAZv8uYhPEmoeRIYAWiL62Z4FukBwNZjwt6DrcmgE+qCJOGEL1IgU +hgNSp8YmqHrJoiDSJuF+KGoGaIAJ2G5JqElWhZtqRz7qaIiNWyW+KKKUW0y 6qA0ijbMNGcuem04KhgKtqMg2qM/FHoj+ihFMRFDSqTcY6QpeosaiqSM+HlQ 8aTF8VHPM6OBCG0bFCbnxVAA0kkIJKZhuqSbiaUlpqVuAWxdyqPFJj2+lGvh pWjhE6FAqmt+0qL1daOutxBuuqX+phencjo+kzU7dkqnrhJeevqnD7YooVal tNOkpTGoeZEeUjqlihhhvMUoaLopDdandYZZ9CSpmjJgo1apgVoSmJqpq7Gp uBmKwSJRwmOrojqqZhpKZcqrveqrkLqIlhoe7PmqgWEXXoqowXSrleUpv0ps u6qqweVFwvWjgMqmsmGsZIGsh2pnAJarcyatIkY+e8qrwuMo1Uqu13ptxApV mGoQyfpltWqu88opDgU56dqr5wpcEGatQbqe7ZoSOAqv3SqvtZquzLqr0Kqu vvqtHZKvXiasrRqwB/F+BHukIko92dJg9rpBCNqweVpf88pZFJaIw0qxVyEh F8upGUv+qrhKTwqrsTYmYT8isxALYCVrstiKskxxGis7qwYaqgzbsTM7rqbK okB6tJg4sTwrHHfxs8BppYkJXgTQtIGHFFAbtVKrlyfbEQTwtVY7GRe6tXHZ tRoBtmB7EGlbtQ3xtWnrFG8rEWt7dvFKtvdothnhtmyrtm7rEHq7t00RtxGh t18xtnbLlHgbtgQhuAnBuGJbt4fblAuFtmxLuAawtntruZebuX27uZ6LuQNB uJr7twJhuaRbuqbLuZtLuaXruaj7um97uksBuZFbjYlbEWjrurDLuq4Lurq7 up/Lu47Lu78bt30bu1XbuZq7upULusfbvKELuAFXsLVrjbf+SxHIu7jQi7nJ C73M+7q9272oK7jEa7zbK77gy72dy7etG77g+7vTi7HVO5HXOxHKC7jO672+ G72727/a+7+ii7/i+7z6673wy7/3G74GLHHyq5yrKpe7lMDj67++u77Pm77o O8EIfMEbDLwSXMHCO8HC27wLHL8sa48PvEyiulSIu7MGkb3ve7wYzL8YnLrJ +78ArLodHLw0/LcFDMOUm7o07HINfI0p3FBH56cwybRV4bhha7gorKY1Vq5b 1MIuTBrSq7gGAMX1eMTZRqlKLJNMrMWFS7vzi4v1S8ZqvMVm3KkB1q9vfGPC NqYdZL1jvMZJR72VSGTBBaa6Gqn+6EU8MluPaYzHisvFooiqI6tDihbIcBzG yVjIFAEAFUHJhtyzetyp6LrIzQatL9vHC8tskYxUtjLJl4zJRUyr0wqsDKuv aRqssCzGV2wQyxIRpQwRs9IRt7wQliwSuUy3qTyKEBuzf8onxQyurCzL7IoR u+wQtfwQz5wRltzLCkHNHxHNeXzCthjHU2ym+1pkzsqvUozGsywXuWzNCIHO FqHOzmzCQIuL3Dyurnyg4kxf9fxbXryuAsoRlPzLAuHPvRzNpYzNBnDOAV3Q 0zwQz9zM56zQ/5zQCO3QCN3PCT3NAW3RDN3PBS3REy3QIdLGIvoxgUS0NIvM XvYmg0z+yOW80RDd0v9MEBp9ENRs0A79yxD90hzd0Dht0w9d0zB9yxb90jEd 0Qqt0Qe90Q/d0P48E4icyHfqX4rar4varPPcTCpdzjNdEC6t1APt0kh91C3N 0zmN00j91WNN0GQd00Y91D0N0EJt1BP90ZnsxnQK1T7Uohsr1b8qyqOM1RFt zWGt02+d1ma904RN1mXN0mNd1keN2Gf91oLd1mA90Iwt18F8iYlKzHEs0uUK xnbs14pd1G0N06Ld2Got0RRN0Rxd2Yxd0WLd2kSt2kQd2o5t2mw91OwssCB9 xrmYRUD906Od06m91Da90Krt1sIN0EFd3Lts0MWN2Let1cL+ndjDndso0dS8 bbt3fMpNsdvZvbTbzd2zO9ff7Z/hLd4MrM3l3dfLjN5PTN7rDd7t7d5N693x LbHzvc6VTN9Bgd33PZcrXdTWXc38DRT+/d/mHeBozctL3RANzswSMeDSLOH9 bd8IvqG71MwOruEM/uD6bcsjseDjDd8XvpjnXRUUDs37/RMHXuL6vM/SPNuz fdHKPdxaLdssfdNdndQ9PeMNTtM7DeRqfdFJTdxwndYI1djtZuEujo05dNqF fdO0Ld2lfdBiPdM7/te1DdxujeVXXtGwXdqsTeNrXRNM3uQkOstZTdpmzdVC bthjHuQeHtSrHeWEveBWLtRazuX+YK3lqW0TZ47ma6rme47aRU7dse3TcZ7Y jK7na/7YrO3Ydw7ZbP3Xk63Ude60ly3ok4m1MT7lz/3ogp3ncd7csn3qos3m oW3bif7cel7nrJ7VSr7km87pgz4VGvHbqR7ZRI5QwN3Ry93ruh7mq83cyt3R PS7rqn7YhZ7jHM5tJG7r3OEWBa7GgS7oelHtZNzi0i4aiaHtWszt2G4a4P7e 0V7ew1Huh3ztZJvu6m7t7E6j7l4TKb7sE97o786t6n3G834THl7N9Y7LAa/t 8R6dxDEUA4/vMl3pPC7mtPzvF5HwCU/E+96jB+8Uz54QGS/g6fzw6izlGyHx AXLuwnn+8fke2TQx8RpPEwUfmSbfFGEN6sjd8Ka+6zTu46ke5IeN0XRe5g2f 7Jfe6jhf5Crfphj68lYR87ht6Mz+1WAO5rtO7E6/87SM7FA+3TNO3b/N0zpe 9O4qAOaJ9F/R9UNP9oj+6rK+9Wiv6jpO9VS+5W1P6TK99jmu8CYh7lPb72tB 9jMf93VP6o/e5oYt6m5/5KSN8lAf6fgO9Txv967a8tqt93Tx5sze8zVd80hu 84aO5ZAt2ZYe24k/+Iv9+X/f55l+3ZBvi86nFpQf6ZYP3cWe868t9aEe7K3e 1SBP5ERf5aHO5oEP7STP3i+Y78SvEHi/ltq6F8UP7qlfPcn+zxXLf8rNf+vP n+3RT7HTv5rVTx3X/7i1juHEEavbH+Ddz9TBr/3DgR/jn9/l7xPHj/61MXbr /xLtD+jxrqCWMv/0X/9tweT4nzwAIUDgQIIFDR5EmFDhQoYNFRqAGFHiRIoV LV7EmFHjRo4dPX6smDDASJIlTZZ0mFKlgAItXb6EGVPmTJo1bd7E+XLlTp49 fRYEGVToUKJFjUIUeVLpT6Yscz6FGlXq1JtNrV61elTrVq5dkSJUGgBrT6pl zZ5FK3XsWrYNvb6FG9cA2JFtVabFm1fv3pp2/f4VIFfwYIyAd/JFnFjx4paG HV8lHLnrY4WMLV/GrJjy5p6SPW/+5Cww82jSpTWHRu3ws+THpl2/hr049eyH q7X6jZ1b927GtH0btM1xLG/ixY1b/p08cPC5TY8/hx69t/LQrJ1Lx55d+17q ba0vjJhw+3jy5fF23/kdaEiE5t2/Pw4AOXqCngWCbg9ff04A8m36zwzA0voT 0DTamCssv/0WnInAAmN6kLEIA5QOMAQvEo9BDTfkUC+mLrQoww41lA9AAl0q EcUTaVqxgBX7c7FE/2Ck8UUZb2rRxpZgjHHCDcEDkSIRR9zPwRtrbHFHE5eM sckanVSxySifVLLAJ6+c8Ugff0QoSCEVJFI/LE+kkkoIHexxTB6xlBLNl3JE 08g2ZUz+MsyEvJxoyDDfk7NPN82Eyc8048ySTC2lZJHQQQ/lcc8C7sQzvIMc LZLRQweNUkknb0xzzhT9rPPMTecctdE9IY20OYMoZbUsU117tVWcUI0UTFlv xVG3LXGFiVY8beU1WGHd89VLYIdFNtnoukz1q1WVhTZa45ht9lhpr8U2M2pT tTZbb7/l7qBmnS0I3DdjNTfdp7atddJ0d+UvQlMbXRNdTzPFN1B5BaR3yVjr 9VdfURuccN4sVdyXXyYR1RfeR9n91V1z7X3KTRRJrfLggTXtlOMzX+VUS4MD xdhjhjVN+MGQC1343I2vFJVil4o1VuJ38QVYJhpJrlfgk03+Htlkl61sE9F+ ISyZ4X9TjBnpnnFW2cqcdxZY5sYgDlJPcBf+tCaqq4Yz34yhRnhfF3VWGOiC NfbYYrGnJLjjoM9VuFChUYaXZhC1/pbfs89WFG6fzXx6aLZJXfpvl/M9+uW0 8fa56YHLbHlwKAtvOG+s9+4WW79nfBNtwLnmtGQ2lT448dLnNprtxtumM3XR XU+ddrV3vPzI26va/EK+vX298rInF/lwyD2tXfGOF+f4z7UZZ3Jk0IcnftG3 mzcye+WZ76t3BH/Plt7Qj3/b+ZbRDVvt6cu3sXD0dYQ+6ou5px7+u+ts3F6r Z/aeOfDVLZKYHKU333UOgAdEYK/++hec/yXQgQck4PcMqC6HPTBaEfSfzR64 PwtKC4MM1GACTRSvCnaQQx+0zQQnFqoGxU10u3Nbj+pXNxOGS1zVCqEFS7i9 GI7Oh8tL3NCSVsPzLDCFOQQe7i5HN5QpUYg8+9Tj3re4lRHRhuvB4bMoqMSd jRB3sZudC1t3PdblzIpFBM64VAit9RFufX9L0teYBzLj7e5kHDwj79KYxXIB sI2rm5/i5Gc7oT3tdWOkXx6nYsQjavFdIQukFwX5MbPBDlBzfNz1FAkVRq5m jcoqUyQjqb1EdspimMPkDHe4SZl08jOfZGUsieRK+yBRlrc8FS3VQxBc9rJV KGxkH33+OcxZ6pIwDSSmZXqYzLIA85WwHNYyCYbHivHHidsL5Fl8tMoWmkWS 0HFmLW15LWqO7TWARFpatqlObWbzOeHcJS8pyM2fmbN9YTtlz7xoN0KNkGVV Gts9vyjDSRI0YQij5PKmZczBIJONhvqaQNMJuItNz5/uBJ3GmOZOOLaRZHCc XyYHOlKKfrSk2JQkPS8Dz8g4FJTRi2JHAeXPOHGxoiF9EUUtOj65ibKnmFKe vzKasY1ilKMpfSdDBePSZB2ti0yTZk7H59GL2rRrBQWpTRFa0Dde06MlJZpJ nagyny70htwaJzlh6sN/TnSsWa3qSYcqp6m+Fat2/arfuJqmVbm+dZ9lVel8 ztouR66QTXYzpdTMuFOStrWrAJ2SVO2Jz6AJNZuSDRhkg7rRwE5nsBErLDP1 qhhpVpOjsWTpMdPay9LGh4Wo/SxohclM2p5mNuNSFX10u1ve9ta3nVHjb4U7 XOIWlzq4NW5ylbtc5mIFuc2FbnSlO93l8JG618VudrvzXO1217vffQx3wTte 8pbXJ+I1b3rVu976BJe974XveLsSEAA7 --= Multipart Boundary 0320020124-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 10:37: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.158]) by hub.freebsd.org (Postfix) with ESMTP id A770437B67C for ; Tue, 19 Mar 2002 10:35:42 -0800 (PST) Received: (from lowell@localhost) by be-well.ilk.org (8.11.6/8.11.6) id g2JIZfC12867; Tue, 19 Mar 2002 13:35:41 -0500 (EST) (envelope-from lowell@world.std.com) X-Authentication-Warning: be-well.ilk.org: lowell set sender to lowell@world.std.com using -f To: freebsd-questions@freebsd.org Subject: Re: DB Authentication References: <20020319123257.H23375@sjt-u10.cisco.com> <20020319123717.6b13ab8c.Zapper@FoxChat.Net> <033c01c1cf6d$a44c8e30$2aa8a8c0@melim.com.br> From: Lowell Gilbert Date: 19 Mar 2002 13:35:41 -0500 In-Reply-To: <033c01c1cf6d$a44c8e30$2aa8a8c0@melim.com.br> Message-ID: <44it7squbm.fsf@be-well.ilk.org> Lines: 9 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Ronan Lucio" writes: > I want to change the authentication method from passwd > file to postgres. > > What the best way to do it? pam.pgsql, ldap or any other way? The "best way" depends on why you're doing it. After all, FreeBSD's "passwd file" authentication is *already* a database lookup... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 10:38:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id 1540637B4E1; Tue, 19 Mar 2002 10:36:41 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id ; Tue, 19 Mar 2002 18:33:35 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id ; Tue, 19 Mar 2002 18:33:35 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D041E9F67@MAIL1> From: Mike Dewhirst To: questions@FreeBSD.ORG, java@FreeBSD.ORG Subject: RE: jdk13 build failed Date: Tue, 19 Mar 2002 18:34:24 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1CF74.B18C4340" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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_01C1CF74.B18C4340 Content-Type: text/plain; charset="iso-8859-1" > i am stupid. i havent even found the linux jdk yet. where is it? you can use the www.freebsd.org/ports page to search for ports. it is in /usr/ports/java/linux-jdk13 > did you set BOOTDIR to point to the right place? the only reason the build fails is due to linux-jdk not being installed. It is required for jdk1.3. Hope this helps, Mike This message was written in plain text mode. Everything below the dotted line was not written by the author of this email. ---------------------- =********************************************************** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited. If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail. Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free. **********************************************************= ------_=_NextPart_001_01C1CF74.B18C4340 Content-Type: text/html; charset="iso-8859-1" RE: jdk13 build failed

> i am stupid. i havent even found the linux jdk yet. where is it?

you can use the www.freebsd.org/ports page to search for ports.

it is in /usr/ports/java/linux-jdk13

> did you set BOOTDIR to point to the right place?

the only reason the build fails is due to linux-jdk not being installed. It is required for jdk1.3.

Hope this helps,

Mike



This message was written in plain text mode.
Everything below the dotted line was not
written by the author of this email.
----------------------



=**********************************************************

If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited.

If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free.

**********************************************************=
------_=_NextPart_001_01C1CF74.B18C4340-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 10:40:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from valen.gwi.net (valen.gwi.net [207.5.128.33]) by hub.freebsd.org (Postfix) with ESMTP id 1A78C37B82E for ; Tue, 19 Mar 2002 10:37:18 -0800 (PST) Received: from suscom66 (228-2.suscom-maine.net [207.5.228.2]) by valen.gwi.net (8.11.6/8.11.6) with SMTP id g2JIbH507787; Tue, 19 Mar 2002 13:37:17 -0500 (EST) Message-ID: <004601c1cf75$176801e0$1201010a@suscom66> From: "Bill Olson" To: "mpd" Cc: References: <001701c1cf6e$23a8c5e0$1201010a@suscom66> <20020319125707.A7789@rochester.rr.com> <002d01c1cf70$8c1ecc80$1201010a@suscom66> <20020319131320.A7960@rochester.rr.com> Subject: Re: Apache Date: Tue, 19 Mar 2002 13:37:15 -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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I will hit the reply all button next time. I changed the path beacuse it said mime.types and I changed it to mime.types.default and .......... YOU GUYS ROCK! IT GOT FARTHER! MY WEB SITE WORKS!!!! My log file now says: usr/local/etc/apache/mime.types. [Tue Mar 19 13:15:41 2002] [notice] Apache/1.3.22 (Unix) configured -- resuming normal operations [Tue Mar 19 13:15:41 2002] [notice] suEXEC mechanism enabled (wrapper: /usr/local/sbin/suexec) [Tue Mar 19 13:15:41 2002] [notice] Accept mutex: flock (Default: flock) Thats where the log file stops when I run Apache and I know see it as a process. Now, a couple of questions. First, How can I make sure that my web site is not going to get the Code Red 2 virus or anything like that? Does FreeBSD come with a Virus scanner? Second, Is there a way I can get this to come up on startup? And lastly, Is there documentation I can read about Frontpage? William Olson ----- Original Message ----- From: "mpd" To: "Bill Olson" Cc: Sent: Tuesday, March 19, 2002 1:13 PM Subject: Re: Apache > (Please don't remove the cc: to questions. The posts get archived, > making it simpler to find solutions to problems in the future.) > > On Tue, Mar 19, 2002 at 01:04:43PM -0500, Bill Olson wrote: > > Hi, > > > > I am a little new to apache so I am not sure what port it is referring to. > > Is this something you can tell me? > > Oh, I meant did you install it via the ports collection, or did > you download-configure-make-make install it by hand? The former > should put the file in the correct place. If not, it's not a big > deal, but I would strongly recommend checking out the ports > collection ("man ports" should get you started.) > > If this is the only problem you have, you can edit your httpd.conf file > and change the line labeled "TypesConfig" to point to the correct place. > That would seem easier than re-installing apache. > > > > > Thanks, > > Bill > > mike > > > ----- Original Message ----- > > From: "mpd" > > To: "Bill Olson" > > Cc: > > Sent: Tuesday, March 19, 2002 12:57 PM > > Subject: Re: Apache > > > > > > > On Tue, Mar 19, 2002 at 12:47:29PM -0500, Bill Olson wrote: > > > > Hi, > > > > > > > > I am having troubles with installing Apache. Please look at my error > > logs > > > > below: > > > > > > > > FreeBSD pizza.suscom-maine.net 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon > > Jan > > > > 28 14:31:56 GMT 2002 > > > > murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 > > > > > > > > Root (/var/log) pizza% apachectl start > > > > /usr/local/sbin/apachectl start: httpd could not be started > > > > Root (/var/log) pizza% > > > > > > > > This is what my apache.log file says: > > > > > > > > [Tue Mar 19 12:39:43 2002] [error] (2)No such file or directory: could > > not > > > > open mime types log file / > > > > usr/local/etc/apache/mime.types > > > > > > The problem seems straightforward. The file > > /usr/local/etc/apache/mime.types > > > appears to be missing. Did you install the port? Did you change any of > > > the settings of locations of anything by mistake? Is it somewhere else > > > on your system? (find / -name mime.types and wait a few minutes) > > > > > > > > > > > William Olson > > > > > > mike > > > -- > > > ___________________________________________________________ > > > > > > "POKEY THESE ARE PLUMS! I WANTED ORANGES!" > > > - Little Girl from "THE PRICE OF LOVE" > > > > > -- > ___________________________________________________________ > > "THAT IS THE PRICE OF LOVE" > - Pokey the Penguin from "THE PRICE OF LOVE" > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 10:40:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f201.law11.hotmail.com [64.4.17.201]) by hub.freebsd.org (Postfix) with ESMTP id AE7B437B87A for ; Tue, 19 Mar 2002 10:40:03 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 19 Mar 2002 10:40:03 -0800 Received: from 196.2.56.5 by lw11fd.law11.hotmail.msn.com with HTTP; Tue, 19 Mar 2002 18:40:03 GMT X-Originating-IP: [196.2.56.5] From: "Malan Joubert" To: freebsd-questions@FreeBSD.ORG Subject: Mouse speed in X Date: Tue, 19 Mar 2002 20:40:03 +0200 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 19 Mar 2002 18:40:03.0324 (UTC) FILETIME=[7B80B3C0:01C1CF75] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Does anyone know if there's a way to set the scroll speed for a standard ps2 mouse in X? Thanx Malan _________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. 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 Mar 19 10:42:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14801.mail.yahoo.com (web14801.mail.yahoo.com [216.136.224.217]) by hub.freebsd.org (Postfix) with SMTP id 9A13937B402 for ; Tue, 19 Mar 2002 10:42:08 -0800 (PST) Message-ID: <20020319184208.52012.qmail@web14801.mail.yahoo.com> Received: from [198.88.119.219] by web14801.mail.yahoo.com via HTTP; Tue, 19 Mar 2002 10:42:08 PST Date: Tue, 19 Mar 2002 10:42:08 -0800 (PST) From: krzysztof Strzelczyk Subject: Wierd kernel error : microuptime() To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I get a bunch of these messages in my /var/log/messages. Can anybody lend a hand? Mar 19 12:00:21 gunter /kernel: microuptime() went backwards (21066.869612 -> 21066.-694512256) Mar 19 12:00:22 gunter /kernel: microuptime() went backwards (21066.905498 -> 21066.899193) Mar 19 12:00:22 gunter /kernel: microuptime() went backwards (21066.952671 -> 21066.936580) There is a value called kern.timecounter.method. When I do a sysctl this value is set to 0. Does this have something to do with it?? Thanks -Chris __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.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 Mar 19 10:46:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by hub.freebsd.org (Postfix) with SMTP id C776137B405 for ; Tue, 19 Mar 2002 10:46:32 -0800 (PST) Received: from jogegabsd (AUTH login) at unknown (HELO anakin) (jogegabsd@216.230.149.188) by smtp.mail.vip.sc5.yahoo.com with SMTP; 19 Mar 2002 18:45:55 -0000 From: "jogegabsd" To: "Brendan McAlpine" Cc: Subject: RE: Tracking down bandwidth hogs... Date: Tue, 19 Mar 2002 12:46:24 -0600 Message-ID: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I really don't know what youre needs are, but I though this article could interest you. http://ezine.daemonnews.org/200112/mrtg_qmail.html cheers Gerardo > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Brendan > McAlpine > Sent: Monday, March 18, 2002 8:06 PM > To: FreeBSD > Subject: Tracking down bandwidth hogs... > > > I have a FreeBSD 4.3 machine running as a queuing mail server (qmail). > There is no load on the server at all according to uptime and qmail > commands, but my mrtg graph for that machine is showing a huge amount of > bandwidth usage. > > How can I track down the cause of this usage? Mail logs don't > indicate any > mail activity.... > > TIA > > Brendan > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 10:48:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nelly.internal.irrelevant.org (irrelevant.demon.co.uk [158.152.220.121]) by hub.freebsd.org (Postfix) with ESMTP id 50C2937B402; Tue, 19 Mar 2002 10:48:27 -0800 (PST) Received: from simond by nelly.internal.irrelevant.org with local (Exim 3.35 #1) id 16nOdq-0002AQ-00; Tue, 19 Mar 2002 18:47:26 +0000 Date: Tue, 19 Mar 2002 18:47:26 +0000 From: Simon Dick To: John Utz Cc: Steve Tremblett , questions@FreeBSD.ORG, java@FreeBSD.ORG Subject: Re: jdk13 build failed Message-ID: <20020319184726.GF3079@irrelevant.org> References: <20020319131618.N23375@sjt-u10.cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ports java/linux-jdk13 :) On Tue, Mar 19, 2002 at 12:24:51PM -0600, John Utz wrote: > umm... > > i am stupid. i havent even found the linux jdk yet. where is it? > > but as for your problem.... > > On Tue, 19 Mar 2002, Steve Tremblett wrote: > > > +---- John Utz wrote: > > | you dont have the mandatory linux jdk installed, correct? > > > > After installing linux-jdk13 this error persists - any hints? > > > > | > > | On Tue, 19 Mar 2002, Steve Tremblett wrote: > > | > > | > In building jdk13 I get the following error: > > | > > > | > ===> Applying FreeBSD patches for jdk-1.3.1p6_2 > > | > ===> Configuring for jdk-1.3.1p6_2 > > | > ===> Building for jdk-1.3.1p6_2 > > | > i386 Build started: 1.3.1-p6-root-020319-12:09 > > | > ERROR: BOOTDIR does not point to a valid Java 2 SDK > > | > Check that you have access to > > | > /usr/local/linux-jdk1.3.1/bin/java > > | > and/or check your value of ALT_BOOTDIR. > > did you set BOOTDIR to point to the right place? > > > | > Exiting because of the above error(s). > > | > gmake: *** [sanity] Error 1 > > | > *** Error code 2 > > | > > > | > Stop in /usr/ports/java/jdk13. > > | > *** Error code 1 > > | > > > | > Stop in /usr/ports/java/jdk13. > > | > *** Error code 1 > > | > > > | > Stop in /usr/ports/java/jdk13. > > | > > > | > I have no other JDK version installed, and I got both the source > > | > tarball and the patchset this morning (March 19) from their respective > > | > homepages. Supposedly this port has no dependencies. > > | > > > | > Any help is greatly appreciated > > | > > > | > > > | > > | -- > > | > > | John L. Utz III > > | john@utzweb.net > > | > > | Idiocy is the Impulse Function in the Convolution of Life > > | > > | > > +---end quoted text--- > > > > > > -- > > John L. Utz III > john@utzweb.net > > Idiocy is the Impulse Function in the Convolution of Life > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Simon Dick simond@irrelevant.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 10:51:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id 220A637B417 for ; Tue, 19 Mar 2002 10:51:42 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Tue, 19 Mar 2002 18:48:36 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id ; Tue, 19 Mar 2002 18:48:36 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D041E9F68@MAIL1> From: Mike Dewhirst To: questions@FreeBSD.ORG Subject: RE: Apache Date: Tue, 19 Mar 2002 18:49:21 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1CF76.C822D0E0" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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_01C1CF76.C822D0E0 Content-Type: text/plain; charset="iso-8859-1" > Now, a couple of questions. First, How can I make sure that > my web site is > not going to get the Code Red 2 virus or anything like that? don't need to do anything - only IIS is vulnerable to Code Red > Does FreeBSD > come with a Virus scanner? there a few ports http://www.freebsd.org/cgi/ports.cgi?query=antivirus&stype=all and loads of third party stuff available. Though (as far as I know) viruses are mainly a windows thing. > Second, Is there a way I can get > this to come up > on startup? Not quite sure what you mean there.... > And lastly, Is there documentation I can read > about Frontpage? (IMHO) If you're thinking of delving into html - you really should _avoid_ front page. Use textpad, vi, emacs, whatever - learn to handcode first, then use IDE's. If you start with IDE's straight away, you will find bugs much harder to fix. Hope this helps, Mike This message was written in plain text mode. Everything below the dotted line was not written by the author of this email. ---------------------- =********************************************************** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited. If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail. Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free. **********************************************************= ------_=_NextPart_001_01C1CF76.C822D0E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: Apache

> Now, a couple of questions. First, How can I make su= re that
> my web site is
> not going to get the Code Red 2 virus or anything l= ike that?

don't need to do anything - only IIS is vulnerable to Cod= e Red

> Does FreeBSD
> come with a Virus scanner?

there a few ports http://www.freebs= d.org/cgi/ports.cgi?query=3Dantivirus&stype=3Dall and loads of third pa= rty stuff available. Though (as far as I know) viruses are mainly a windows= thing.

> Second, Is there a way I can get
> this to come up
> on startup?

Not quite sure what you mean there....

> And lastly, Is there documentation I can read
> about Frontpage?

(IMHO) If you're thinking of delving into html - you real= ly should _avoid_ front page. Use textpad, vi, emacs, whatever - learn to h= andcode first, then use IDE's. If you start with IDE's straight away, you w= ill find bugs much harder to fix.

Hope this helps,

Mike


This message was written in plain text mode.
Everything below the dotted line was not
written by the author of this email.
----------------------



=3D**********************************************************

If you are not the intended recipient, employee or agent responsible for de= livering the message to the intended recipient, you are hereby notified tha= t any dissemination or copying of this communication and its attachments is= strictly prohibited.

If you have received this communication and its attachments in error, pleas= e return the original message and attachments to the sender using the reply= facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does n= ot accept legal responsibility for the contents of this message. Any views= or opinions presented are solely those of the author and do not necessaril= y represent those of the UCLES Group unless otherwise specifically stated.<= BR>
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not gua= rantee that this email is virus free.

**********************************************************=3D
------_=_NextPart_001_01C1CF76.C822D0E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 11:21:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from drhi.net (pk45.dhcp.adsl.tpnet.pl [217.98.30.45]) by hub.freebsd.org (Postfix) with SMTP id BBD1237B400 for ; Tue, 19 Mar 2002 11:21:39 -0800 (PST) Reply-To: biuro@drhi.net From: biuro@drhi.net To: questions@FreeBSD.org Subject: SUKCES - baza e-mail firm Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Tue, 19 Mar 2002 20:21:55 +0100 Message-Id: <20020319192139.BBD1237B400@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Szanowni Panstwo Proponujemy Panstwu najwieksza baze mailowa polskich firm i przedsiebiorstw, ktora zawiera ponad 100.000 adresow e-mail za jedyne 499,- pln. E-mailowa masowa wysylka ofert - jest jedna z najtanszych, najskuteczniejszych i natychmiast dzialajacych form reklamy, pomagajaca nawiazac cenne kontakty handlowe. Ponad 100.000 wyslanych listow e-mail przypomina swoja iloscia naklad duzej gazety. Wiecej informacji na naszej stronie: http://www.drhi.net Jesli nie chca Panstwo otrzymywac w przyszlosci informacji od nas prosimy o wyslanie pustego maila na adres wypisz@drhi.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 12:16:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 9906137B48A for ; Tue, 19 Mar 2002 12:14:52 -0800 (PST) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id 49DB7BD6D; Tue, 19 Mar 2002 12:14:52 -0800 (PST) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id MAA31317; Tue, 19 Mar 2002 12:14:51 -0800 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id g2JKERj35628; Tue, 19 Mar 2002 12:14:27 -0800 (PST) (envelope-from swear@blarg.net) To: parv Cc: Lowell Gilbert , freebsd-questions@FreeBSD.ORG Subject: Re: installing xemacs21 w/ minimum packages References: <20020319080130.GA16769@moo.holy.cow> <443cywsggu.fsf@be-well.ilk.org> <20020319175842.GA31005@moo.holy.cow> From: swear@blarg.net (Gary W. Swearingen) Date: 19 Mar 2002 12:14:27 -0800 In-Reply-To: <20020319175842.GA31005@moo.holy.cow> Message-ID: <14zo148gd8.o14@localhost.localdomain> Lines: 11 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG parv writes: > you are quite perceptive. personally, i prefer vi(m); xemacs is for > those rare occasions when people other than myself use my laptop & > ask for emacs. come to think of it, editors other than vi clones > should be ok too for said people. The default "jed" configuration is very Emacsy -- even split windows and shell-in-a-window. 150K binary + 400K slang library. Sadly, it was recently removed from the install CD, leaving several much-less worthy editors. :( It's still a port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 12:35: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from amsfep16-int.chello.nl (amsfep16-int.chello.nl [213.46.243.25]) by hub.freebsd.org (Postfix) with ESMTP id D523737B7CD for ; Tue, 19 Mar 2002 12:33:39 -0800 (PST) Received: from misspel ([62.194.50.219]) by amsfep16-int.chello.nl (InterMail vM.5.01.03.06 201-253-122-118-106-20010523) with SMTP id <20020319203336.IQIM26815.amsfep16-int.chello.nl@misspel> for ; Tue, 19 Mar 2002 21:33:36 +0100 Message-ID: <000501c1cfd1$77d0ed60$db32c23e@misspel> From: To: Subject: Date: Tue, 19 Mar 2002 21:38:24 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 12:36:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from primus.vsservices.com (primus.vsservices.com [63.66.136.75]) by hub.freebsd.org (Postfix) with ESMTP id 9E50437B700 for ; Tue, 19 Mar 2002 12:36:15 -0800 (PST) Received: from prime.vsservices.com (conr-adsl-dhcp-29-224.txucom.net [209.34.29.224]) by primus.vsservices.com (8.11.3/8.11.3) with SMTP id g2JCeEk24177; Tue, 19 Mar 2002 06:40:14 -0600 (CST) (envelope-from gclarkii@vsservices.com) Date: Tue, 19 Mar 2002 06:40:17 -0600 From: GB Clark To: Søren Neigaard Cc: questions@FreeBSD.ORG Subject: Re: Offtopic - Apache+mod_ssl Message-Id: <20020319064017.3c8d27a4.gclarkii@vsservices.com> In-Reply-To: <7112061563.20020319122911@e-box.dk> References: <7112061563.20020319122911@e-box.dk> X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 19 Mar 2002 12:29:11 +0100 Søren Neigaard wrote: > Hi > > There are some basic concepts about mod_ssl I don't understand. I have > tried the mod_ssl maillist but it seems that they don't like newbie's. > Maybe it's my way of asking they don't like, I'm not sure, but I have > followed the list and seen other newbie's being ignored :) > > So I try my luck here, and hope that one of you will help me out here. > > I have read the documentation (or the documentation I could find), and > I belive that I understand how to configure mod_ssl enough to get > started. But... There is one thing I really don't understand. Users... > Where are the SSL users, where do I manage their usernames/passwords? > > I'm mostly concerned about username/password authentication to start > with, later I will play with certificates. I just cant find any info > on how to manage those user, maybe some of you have a link to this > kind of information. > > -- > Med venlig hilsen/Best regards, > Søren Neigaard mailto:neigaard@e-box.dk > -- > "First we thought the PC was a calculator. Then we found out how to turn numbers into letters with ASCII _ and we thought it was a typewriter. Then we discovered graphics, and we thought it was a television. With the World Wide Web, we've realized it's a brochure." > Hi, It sounds like you don't want SSL at all! What your looking for is to authorize a user. Checkout http://www.apacheweek.com and see what they have to say about AuthUser (also check apache docs). GB -- GB Clark II | Roaming FreeBSD Admin gclarkii@VSServices.COM | General Geek CTHULU for President - Why choose the lesser of two evils? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 12:37:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.102.114]) by hub.freebsd.org (Postfix) with ESMTP id 32F1637B43F for ; Tue, 19 Mar 2002 12:36:39 -0800 (PST) Received: (from mph@localhost) by wopr.caltech.edu (8.11.6/8.9.3) id g2JKabR40627; Tue, 19 Mar 2002 12:36:37 -0800 (PST) (envelope-from mph) Date: Tue, 19 Mar 2002 12:36:36 -0800 From: Matthew Hunt To: Annelise Anderson Cc: "Michael W.Holdeman" , FreeBSD Questions Subject: Re: bidwatcher Message-ID: <20020319123636.A40543@wopr.caltech.edu> References: <02031816100100.22396@fcoffice.ptfd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from andrsn@andrsn.stanford.edu on Mon, Mar 18, 2002 at 03:16:52PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 18, 2002 at 03:16:52PM -0800, Annelise Anderson wrote: > > The current BSD port of bidwatcher (1.1.6a) does not seem to work with ebay > > currently. > > Anyone have it working or know of a 1.3.2 port for FreeBSD? [...] > Actually freebsd-ports would be the place to ask. I think > bidwatcher "forked" and the sourceforge version is different > from the one in ports. If you discover a solution, let me > know-- I have upgraded the port to version 1.3.2 from Sourceforge. -- Matthew Hunt * Clearly there are more things in the http://www.pobox.com/~mph/ * heavens than anyone anticipated. -enp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 12:42:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web11307.mail.yahoo.com (web11307.mail.yahoo.com [216.136.131.210]) by hub.freebsd.org (Postfix) with SMTP id D6D5B37B416 for ; Tue, 19 Mar 2002 12:42:41 -0800 (PST) Message-ID: <20020319062241.4053.qmail@web11307.mail.yahoo.com> Received: from [24.71.81.5] by web11307.mail.yahoo.com via HTTP; Mon, 18 Mar 2002 22:22:41 PST Date: Mon, 18 Mar 2002 22:22:41 -0800 (PST) From: Phil Murphy Reply-To: phil.murphy@shaw.ca Subject: oops To: bsd MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry. Sent the last message to two extra recipients. Will try to be more careful. Having to use Yahoo mail, and still finding out some of its idiosyncracies. Phil ===== FreeBSD User/XS11 Rider - Talk about SPEED! :) __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.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 Mar 19 12:52:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id 91F5E37B41F for ; Tue, 19 Mar 2002 12:52:09 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id 1B095901A00; Tue, 19 Mar 2002 15:50:53 -0500 (EST) Date: Tue, 19 Mar 2002 15:50:53 -0500 From: mpd To: questions@freebsd.org Subject: extracting files off vcd Message-ID: <20020319155053.A35444@rochester.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I have some vcds that I would like to watch, but watching them directly from the CDROM is ridiculously slow. I want to copy them to my hard drive to watch them that way. I just can't seem to do that. I tried dd if=/dev/acd0c of=vcdimg bs=2048 but that doesn't work. It dumps about 1.5 megs into a .bin file, which is definitely not right, as these vcds have hundreds of megs on each of them. vcdimager (actually vcdxrip, which comes with it,) doesn't have a CD-ROM image driver available for my architecture. Has anyone had success with this? Thanks, mike -- ___________________________________________________________ "WHAT ARE YOU LOOKING AT???" - Pokey the Penguin from "POKEY AND THE PARANOIA" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 13:15: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from backmaster.cdsnet.net (backmaster.cdsnet.net [63.163.68.2]) by hub.freebsd.org (Postfix) with SMTP id 752C037B400 for ; Tue, 19 Mar 2002 13:14:58 -0800 (PST) Received: (qmail 17998 invoked by uid 29999); 19 Mar 2002 21:15:56 -0000 Date: Tue, 19 Mar 2002 13:15:56 -0800 From: Jaye Mathisen To: stable@freebsd.org Cc: questions@freebsd.org Subject: Problems with large disk. (> 1 TB) Message-ID: <20020319131556.D99985@backmaster.cdsnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.20i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Trying to disklabel a 1 TB disk (with sysinstall or disklabel) produces a lot of errors. In sysinstall, there's a kazillion overflows and negative offsets, and stuff. With disklabel, it tells me that the partition size needs to be truncated, then writes the label. then if I run disklabel again, it takes the truncated size, says it's too big, and truncates it again. Interestingly enough, using DOS FDISK to put a 32MB dos partition at the beginning of the drive makes it all work fine. I am not convinced that I am not missing some space, but I haven't counted up everything yet. In any case, is this supposed to work? I'll snag a ton of data if somebody wants to look at it, but I don't want to invest the time if it's not meant to. This is a 8 disk Maxtor 160GB disks in raid 5, on a 3ware 7850 with the 7.4 release firmware. -Stable supped as of 3/19. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 13:19:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 8116137B445 for ; Tue, 19 Mar 2002 13:19:43 -0800 (PST) Received: (qmail 72489 invoked by uid 100); 19 Mar 2002 21:19:37 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15511.43881.178645.201182@guru.mired.org> Date: Tue, 19 Mar 2002 15:19:37 -0600 To: Tim Erlin Cc: questions@freebsd.org Subject: Re: Make Buildworld questions In-Reply-To: <20020319151938.79538.qmail@web11707.mail.yahoo.com> References: <20020319151938.79538.qmail@web11707.mail.yahoo.com> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In <20020319151938.79538.qmail@web11707.mail.yahoo.com>, Tim Erlin typed: > I'm troubleshooting a problem with make buildworld and I'd > like to understand a couple of things about how it works. > > To what extent is the buildworld process dependent on its > running platform, e.g. could I run it on a desktop, copy > /usr/obj to another box and run the rest (make > installworld, etc)? Try reading through the pr in docs/36042. It outlines how you set up a build machine to build for a small lan. Hopefully, it'll be added to the handbook soon. > Does a dual boot box affect how buildworld runs? No. > Finally, is there a better list for these questions??? No. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 13:22:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id AA82837B402; Tue, 19 Mar 2002 13:22:24 -0800 (PST) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id NAA07764; Tue, 19 Mar 2002 13:22:09 -0800 Message-ID: <3C97AC00.1020902@owt.com> Date: Tue, 19 Mar 2002 13:22:08 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Steve Tremblett Cc: John Utz , questions@FreeBSD.ORG, java@FreeBSD.ORG Subject: Re: jdk13 build failed References: <20020319123257.H23375@sjt-u10.cisco.com> <20020319131618.N23375@sjt-u10.cisco.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Steve Tremblett wrote: > +---- John Utz wrote: > | you dont have the mandatory linux jdk installed, correct? > > After installing linux-jdk13 this error persists - any hints? You can do something like coral# cd /usr/ports coral# make search name=jdk-1.3 Port: jdk-1.3.1p6 Path: /usr/ports/java/jdk13 Info: Sun's Java Developers Kit Maint: java@FreeBSD.org Index: java devel B-deps: XFree86-3.3.6_10 gettext-0.10.35_1 glib-1.2.10_5 gmake-3.79.1 gtar-1.13.25 gtk-1.2.10_3 javavmwrapper-1.4 linux-jdk-1.3.1.02_1 linux_base-6.1 m4-1.4_1 nspr-4.1.2 open-motif-devel-2.1.30 pkgconfig-0.10.0 zip-2.3 R-deps: XFree86-3.3.6_10 gettext-0.10.35_1 glib-1.2.10_5 gtk-1.2.10_3 javavmwrapper-1.4 nspr-4.1.2 pkgconfig-0.10.0 urwfonts-1.0 I tied all of this up into a shell script that I call search and then I don't have to cd into /usr/ports to do the lookup. Instead of search, you can also look up key=. Kent > > | > | On Tue, 19 Mar 2002, Steve Tremblett wrote: > | > | > In building jdk13 I get the following error: > | > > | > ===> Applying FreeBSD patches for jdk-1.3.1p6_2 > | > ===> Configuring for jdk-1.3.1p6_2 > | > ===> Building for jdk-1.3.1p6_2 > | > i386 Build started: 1.3.1-p6-root-020319-12:09 > | > ERROR: BOOTDIR does not point to a valid Java 2 SDK > | > Check that you have access to > | > /usr/local/linux-jdk1.3.1/bin/java > | > and/or check your value of ALT_BOOTDIR. > | > > | > Exiting because of the above error(s). > | > gmake: *** [sanity] Error 1 -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 13:26:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from zogbe.tasam.com (ut196.blacksburg.ntc-com.net [63.165.178.196]) by hub.freebsd.org (Postfix) with ESMTP id 036B737B404; Tue, 19 Mar 2002 13:26:39 -0800 (PST) Received: from gleason (zogbe.tasam.com [10.95.95.5] (may be forged)) by zogbe.tasam.com (8.11.6/8.11.6) with SMTP id g2JLQUs93381; Tue, 19 Mar 2002 16:26:30 -0500 (EST) Message-ID: <008901c1cf8c$be5d6f50$090510ac@gleason> From: "Joseph Gleason" To: "Jaye Mathisen" , Cc: References: <20020319131556.D99985@backmaster.cdsnet.net> Subject: Re: Problems with large disk. (> 1 TB) Date: Tue, 19 Mar 2002 16:26: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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I don't have a solution for you, but I am pretty sure I know the problem: calc 2^31*512 = 1TB. disklabel references everything using a unit of 512 byte sectors. That number of sectors I'm sure is stored as an unsigned int making 2^31-1 the max number of sectors. Aka, just under a TB is fine, one TB or over is bad. So the 32mb dos partition probably made it just under a TB. Maybe someone else knows a solution for this problem. ----- Original Message ----- From: "Jaye Mathisen" To: Cc: Sent: Tuesday, March 19, 2002 16:15 Subject: Problems with large disk. (> 1 TB) > > Trying to disklabel a 1 TB disk (with sysinstall or disklabel) > produces a lot of errors. In sysinstall, there's a kazillion > overflows and negative offsets, and stuff. > > With disklabel, it tells me that the partition size needs to > be truncated, then writes the label. then if I run disklabel > again, it takes the truncated size, says it's too big, and > truncates it again. > > Interestingly enough, using DOS FDISK to put a 32MB dos partition > at the beginning of the drive makes it all work fine. > > I am not convinced that I am not missing some space, but I haven't > counted up everything yet. > > In any case, is this supposed to work? I'll snag a ton of data > if somebody wants to look at it, but I don't want to invest > the time if it's not meant to. > > This is a 8 disk Maxtor 160GB disks in raid 5, on a 3ware > 7850 with the 7.4 release firmware. > > -Stable supped as of 3/19. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 19 13:27:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blue.gerhardt-it.com (gw.gerhardt-it.com [204.83.38.103]) by hub.freebsd.org (Postfix) with ESMTP id EC91937B400 for ; Tue, 19 Mar 2002 13:27:23 -0800 (PST) Received: from git2000 (gw.gerhardt-it.com [204.83.38.103]) by blue.gerhardt-it.com (Postfix) with SMTP id B958E10000; Tue, 19 Mar 2002 15:27:19 -0600 (CST) From: "Scott Gerhardt" To: "Postfix" , "FreeBSD" Subject: Postfix + SASL from Ports Date: Tue, 19 Mar 2002 15:29:22 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm currently running Postfix installed from Ports on FreeBSD 4.5-Release. I would like to add SASL to allow relaying for remote clients. I can't seem to find any documentation for a Ports based install. Does anyone have any advice or comments when selecting SASL with Postfix, i.e. what is the best authentication method to use (sasldb, pam etc.) _________________________________ Scott Gerhardt, P.Geo. Gerhardt Information Technologies _________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 13:30:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id 5EBBE37B405 for ; Tue, 19 Mar 2002 13:30:10 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id 20B74901A00; Tue, 19 Mar 2002 16:28:54 -0500 (EST) Date: Tue, 19 Mar 2002 16:28:54 -0500 From: mpd To: "Henning, Brian" Cc: questions@freebsd.org Subject: Re: extracting files off vcd Message-ID: <20020319162854.A87527@rochester.rr.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from brian.henning@navitaire.com on Tue, Mar 19, 2002 at 03:20:15PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Mar 19, 2002 at 03:20:15PM -0600, Henning, Brian wrote: > what software do you use to play vcd's on bsd? I use mplayer, from the ports collection. Works fine, but stops during disc accesses. mike > > > -----Original Message----- > From: mpd [mailto:mpd6334@cs.rit.edu] > Sent: Tuesday, March 19, 2002 2:51 PM > To: questions@FreeBSD.ORG > Subject: extracting files off vcd > > > Hi, > > I have some vcds that I would like to watch, but watching > them directly from the CDROM is ridiculously slow. I want > to copy them to my hard drive to watch them that way. I > just can't seem to do that. I tried dd if=/dev/acd0c of=vcdimg bs=2048 > but that doesn't work. It dumps about 1.5 megs into a .bin file, > which is definitely not right, as these vcds have hundreds of megs > on each of them. vcdimager (actually vcdxrip, which comes with it,) > doesn't have a CD-ROM image driver available for my architecture. > > Has anyone had success with this? > > Thanks, > > mike > > -- > ___________________________________________________________ > > "WHAT ARE YOU LOOKING AT???" > - Pokey the Penguin from "POKEY AND THE PARANOIA" > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ___________________________________________________________ "WAIT A MINUTE! POKEYZILLA DOES NOT USE A ROCKET LAUNCHER! YOU ARE JUST POKEY!" - Little Girl from "POKEYZILLA" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 13:33: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from zogbe.tasam.com (ut196.blacksburg.ntc-com.net [63.165.178.196]) by hub.freebsd.org (Postfix) with ESMTP id ECBB037B42F for ; Tue, 19 Mar 2002 13:32:16 -0800 (PST) Received: from gleason (zogbe.tasam.com [10.95.95.5] (may be forged)) by zogbe.tasam.com (8.11.6/8.11.6) with SMTP id g2JLWBs93468; Tue, 19 Mar 2002 16:32:11 -0500 (EST) Message-ID: <00b401c1cf8d$8960b7c0$090510ac@gleason> From: "Joseph Gleason" To: "Joseph Gleason" , "Jaye Mathisen" Cc: References: <20020319131556.D99985@backmaster.cdsnet.net> <008901c1cf8c$be5d6f50$090510ac@gleason> Subject: Re: Problems with large disk. (> 1 TB) Date: Tue, 19 Mar 2002 16:32:13 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Actually, looks like this has allready been answered. Check the archives for a message with a subject "FreeBSD 1TB filesystem limitation" from Oct 2001. Unless something has changed, FreeBSD cannot support filesystems 1TB or greater. ----- Original Message ----- From: "Joseph Gleason" To: "Jaye Mathisen" ; Cc: Sent: Tuesday, March 19, 2002 16:26 Subject: Re: Problems with large disk. (> 1 TB) > I don't have a solution for you, but I am pretty sure I know the problem: > > calc 2^31*512 = 1TB. > > disklabel references everything using a unit of 512 byte sectors. That > number of sectors I'm sure is stored as an unsigned int making 2^31-1 the > max number of sectors. Aka, just under a TB is fine, one TB or over is bad. > > So the 32mb dos partition probably made it just under a TB. > > > Maybe someone else knows a solution for this problem. > > ----- Original Message ----- > From: "Jaye Mathisen" > To: > Cc: > Sent: Tuesday, March 19, 2002 16:15 > Subject: Problems with large disk. (> 1 TB) > > > > > > Trying to disklabel a 1 TB disk (with sysinstall or disklabel) > > produces a lot of errors. In sysinstall, there's a kazillion > > overflows and negative offsets, and stuff. > > > > With disklabel, it tells me that the partition size needs to > > be truncated, then writes the label. then if I run disklabel > > again, it takes the truncated size, says it's too big, and > > truncates it again. > > > > Interestingly enough, using DOS FDISK to put a 32MB dos partition > > at the beginning of the drive makes it all work fine. > > > > I am not convinced that I am not missing some space, but I haven't > > counted up everything yet. > > > > In any case, is this supposed to work? I'll snag a ton of data > > if somebody wants to look at it, but I don't want to invest > > the time if it's not meant to. > > > > This is a 8 disk Maxtor 160GB disks in raid 5, on a 3ware > > 7850 with the 7.4 release firmware. > > > > -Stable supped as of 3/19. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" 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 Mar 19 13:36:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sagan.beanstalk.net (sagan.beanstalk.net [12.162.34.5]) by hub.freebsd.org (Postfix) with ESMTP id B706337B402 for ; Tue, 19 Mar 2002 13:36:08 -0800 (PST) Received: from fcoffice.ptfd.org (unverified [12.162.35.159]) by sagan.beanstalk.net (Vircom SMTPRS 4.2.181) with SMTP id ; Tue, 19 Mar 2002 16:38:24 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Michael W.Holdeman Organization: PTFD To: Matthew Hunt Subject: Re: bidwatcher Date: Tue, 19 Mar 2002 16:36:03 -0500 X-Mailer: KMail [version 1.2] References: <02031816100100.22396@fcoffice.ptfd.org> <20020319123636.A40543@wopr.caltech.edu> In-Reply-To: <20020319123636.A40543@wopr.caltech.edu> Cc: FreeBSD Questions MIME-Version: 1.0 Message-Id: <02031916360305.03141@fcoffice.ptfd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Where do we get your port? Mike On Tuesday 19 March 2002 15:36, you wrote: > On Mon, Mar 18, 2002 at 03:16:52PM -0800, Annelise Anderson wrote: > > > The current BSD port of bidwatcher (1.1.6a) does not seem to work with > > > ebay currently. > > > Anyone have it working or know of a 1.3.2 port for FreeBSD? > > [...] > > > Actually freebsd-ports would be the place to ask. I think > > bidwatcher "forked" and the sourceforge version is different > > from the one in ports. If you discover a solution, let me > > know-- > > I have upgraded the port to version 1.3.2 from Sourceforge. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 13:38: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.102.114]) by hub.freebsd.org (Postfix) with ESMTP id 3CF2937B400 for ; Tue, 19 Mar 2002 13:38:02 -0800 (PST) Received: (from mph@localhost) by wopr.caltech.edu (8.11.6/8.9.3) id g2JLc1W42365; Tue, 19 Mar 2002 13:38:01 -0800 (PST) (envelope-from mph) Date: Tue, 19 Mar 2002 13:38:00 -0800 From: Matthew Hunt To: "Michael W. Holdeman" Cc: FreeBSD Questions Subject: Re: bidwatcher Message-ID: <20020319133800.A42339@wopr.caltech.edu> References: <02031816100100.22396@fcoffice.ptfd.org> <20020319123636.A40543@wopr.caltech.edu> <02031916360305.03141@fcoffice.ptfd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <02031916360305.03141@fcoffice.ptfd.org>; from ptfd9100@beanstalk.net on Tue, Mar 19, 2002 at 04:36:03PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Mar 19, 2002 at 04:36:03PM -0500, Michael W. Holdeman wrote: > Where do we get your port? It's checked into CVS. Get it however you normally update your Ports Collection (e.g. cvsup). There may be a delay before it's propagated to the cvsup servers. -- Matthew Hunt * UNIX is a lever for the http://www.pobox.com/~mph/ * intellect. -J.R. Mashey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 13:40:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id A21BC37B404 for ; Tue, 19 Mar 2002 13:40:52 -0800 (PST) Received: (qmail 72961 invoked by uid 100); 19 Mar 2002 21:40:50 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15511.45151.32876.505187@guru.mired.org> Date: Tue, 19 Mar 2002 15:40:47 -0600 To: "Lee Mark Mercado" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: daily routine in /usr/local/etc/periodic/daily In-Reply-To: References: X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In , Lee Mark Mercado typed: > it doesnt seem to be working for me :( > > i have this on my /usr/local/etc/periodic/daily/666.cvsup-ports > --------------------------------------------- > #!/bin/sh > > /usr/local/bin/cvsup -g -L 2 /etc/cvsupfile > echo "Ports had been updated" | mail lee > --------------------------------------------- > > but running it manually works fine : sh 666.cvsup-ports That's not how it's run by periodic. The file needs to be executable, so you can just do ./666.cvsup-ports. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 13:48:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id D1B9D37B417 for ; Tue, 19 Mar 2002 13:48:11 -0800 (PST) Received: (qmail 73293 invoked by uid 100); 19 Mar 2002 21:48:11 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15511.45595.35330.648363@guru.mired.org> Date: Tue, 19 Mar 2002 15:48:11 -0600 To: parv_@yahoo.com Cc: freebsd-questions@freebsd.org Subject: Re: installing xemacs21 w/ minimum packages In-Reply-To: <443cywsggu.fsf@be-well.ilk.org> References: <20020319080130.GA16769@moo.holy.cow> <443cywsggu.fsf@be-well.ilk.org> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In <443cywsggu.fsf@be-well.ilk.org>, Lowell Gilbert typed: > parv writes: > > i want to install xemacs w/o all other junk listed in > > xemacs-packages/Makefile as all i want is an editor. what can i do > > away w/? > As a very heavy emacs user, though, I have to ask: if all you want is > basic editing functions, are you sure that you want emacs? Actually, the one that comes to my mind is, if that's what you want, why xemacs? Why not stock emacs? Or any of a number of small emacs-like editors? I prefer mg, but I'm the author of that particular version of microemacs. BTW, it looks like what's really going on is that it's testing for enriched-text to see if xemacs-packages has been loaded or not, as the only things that list it in their plist appear to be emacs fof various versions. If someone tries building it without those, I'd be interested in the results. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 13:54:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vcnet.com (mail.vcnet.com [209.239.239.15]) by hub.freebsd.org (Postfix) with SMTP id A30EA37B404 for ; Tue, 19 Mar 2002 13:54:17 -0800 (PST) Received: (qmail 24504 invoked by uid 1001); 19 Mar 2002 21:54:16 -0000 Date: Tue, 19 Mar 2002 13:54:16 -0800 From: Jon Rust To: questions@freebsd.org Subject: vinum: can't add device Message-ID: <20020319135416.D74985@mail.vcnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: http://www.freebsd.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG My config file was initially longer, but given that it chokes on the first two lines every time, I have snipped it down for clarity here. I have checked that those devices are actually active-- changed type to 4.2BSD and ran newfs on them just fine. What am I missing? I can add a new IDE drive without problems. Also, the 2 drives I'm trying to add were previously part of a vinum install with no issues. Is there a need to 'bless' them somehow? Thanks, jon On FreeBSD 4.5R: host:/usr/local/etc{14} # cat vinum.cfg drive b device /dev/da1h drive c device /dev/da2h bus:/usr/local/etc{15} # vinum create vinum.cfg 1: drive b device /dev/da1h ** 1 : Invalid argument 2: drive c device /dev/da2h ** 2 : Invalid argument 0 drives: 0 volumes: 0 plexes: 0 subdisks: host:/usr/local/etc{17} # disklabel -r da1h # /dev/da1h: type: SCSI disk: da1 label: flags: bytes/sector: 512 sectors/track: 17 tracks/cylinder: 85 sectors/cylinder: 1445 cylinders: 49610 sectors/unit: 71687339 rpm: 7200 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 71687339 0 unused 0 0 # (Cyl. 0 - 49610*) h: 71687339 0 vinum # (Cyl. 0 - 49610*) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 13:55:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from spitfire.velocet.net (spitfire.velocet.net [216.138.223.227]) by hub.freebsd.org (Postfix) with ESMTP id E8B2337B404 for ; Tue, 19 Mar 2002 13:55:13 -0800 (PST) Received: from [192.168.0.192] (H204.C233.tor.velocet.net [216.138.233.204]) by spitfire.velocet.net (Postfix) with ESMTP id 55520FB4501; Tue, 19 Mar 2002 16:55:03 -0500 (EST) Date: Tue, 19 Mar 2002 16:57:53 -0500 (EST) From: Jeff Shevlen X-X-Sender: To: Scott Gerhardt Cc: Postfix , FreeBSD Subject: Re: Postfix + SASL from Ports In-Reply-To: Message-ID: <20020319165346.T22414-100000@www.pho88.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just installed postfix with Cyrus last night. As apart of the ports install, I was presented with a menu and I had to choose what other components I wanted to compile in with postfix - a'la sysinstall. I checked SASL then OK, and voila! On Tue, 19 Mar 2002, Scott Gerhardt wrote: > I'm currently running Postfix installed from Ports on FreeBSD 4.5-Release. > > I would like to add SASL to allow relaying for remote clients. > > I can't seem to find any documentation for a Ports based install. > > Does anyone have any advice or comments when selecting SASL with Postfix, > i.e. what is the best authentication method to use (sasldb, pam etc.) > > _________________________________ > > Scott Gerhardt, P.Geo. > Gerhardt Information Technologies > _________________________________ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 19 14:16:26 2002 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 3424437B400 for ; Tue, 19 Mar 2002 14:16:22 -0800 (PST) Received: from dan.emsphone.com (dan@localhost [127.0.0.1]) by dan.emsphone.com (8.12.2/8.12.2) with ESMTP id g2JMGCib003915; Tue, 19 Mar 2002 16:16:21 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.2/8.12.2/Submit) id g2JMG71f003659; Tue, 19 Mar 2002 16:16:07 -0600 (CST) Date: Tue, 19 Mar 2002 16:16:07 -0600 From: Dan Nelson To: Joseph Gleason Cc: Jaye Mathisen , questions@FreeBSD.ORG Subject: Re: Problems with large disk. (> 1 TB) Message-ID: <20020319221606.GB40627@dan.emsphone.com> References: <20020319131556.D99985@backmaster.cdsnet.net> <008901c1cf8c$be5d6f50$090510ac@gleason> <00b401c1cf8d$8960b7c0$090510ac@gleason> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00b401c1cf8d$8960b7c0$090510ac@gleason> User-Agent: Mutt/1.3.28i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Mar 19), Joseph Gleason said: > > From: "Jaye Mathisen" > > > Trying to disklabel a 1 TB disk (with sysinstall or disklabel) > > > produces a lot of errors. In sysinstall, there's a kazillion > > > overflows and negative offsets, and stuff. > > Actually, looks like this has allready been answered. Check the > archives for a message with a subject "FreeBSD 1TB filesystem > limitation" from Oct 2001. > > Unless something has changed, FreeBSD cannot support filesystems 1TB > or greater. Change is on the way. There are other changes required, but when 5.0 is released it should support "long long" filesystems :) mckusick 2002/03/15 10:49:47 PST Log: Introduce the new 64-bit size disk block, daddr64_t. Change the bio and buffer structures to have daddr64_t bio_pblkno, b_blkno, and b_lblkno fields which allows access to disks larger than a Terabyte in size. This change also requires that the VOP_BMAP vnode operation accept and return daddr64_t blocks. This delta should not affect system operation in any way. It merely sets up the necessary interfaces to allow the development of disk drivers that work with these larger disk block addresses. It also allows for the development of UFS2 which will use 64-bit block addresses. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 14:25:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web11307.mail.yahoo.com (web11307.mail.yahoo.com [216.136.131.210]) by hub.freebsd.org (Postfix) with SMTP id AF82A37B41C for ; Tue, 19 Mar 2002 14:25:35 -0800 (PST) Message-ID: <20020319062103.3989.qmail@web11307.mail.yahoo.com> Received: from [24.71.81.5] by web11307.mail.yahoo.com via HTTP; Mon, 18 Mar 2002 22:21:03 PST Date: Mon, 18 Mar 2002 22:21:03 -0800 (PST) From: Phil Murphy Reply-To: phil.murphy@shaw.ca Subject: Re: does FREEBSD work with either "Partition Magic" or "Boot Magic" b y Power Quest? To: Scott , "Brian T.Schellenberger" , "HODGE, DAVE (SBCSI)" , "'questions@FreeBSD.org'" In-Reply-To: <5.1.0.14.0.20020318195824.00bdab90@pop-server.nyc.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --- Scott wrote: > At 19:49 2002/03/18 -0500, Brian T.Schellenberger wrote: > > > >| > I'm trying to utilize one boot method for many various OS > systems that I > >| > need to run for evaluation. What I'm trying to find out is do > you know if > >| > the Power Quest product "Partition Magic" or "Boot Magic" have > been > >| > successfully used with FREEBSD OS? If yes, how were the products > >| > utilized? > > I'm using BootMagic to boot both Win98 and FreeBSD 4.5. I got BootMagic as part of a Mandrake boxed set when I first started using Linux. I never used it, always using Grub or Lilo instead. I used FBSD's boot manager, but found the default being the last used OS did not work well in my situation. I needed something that I could set the default to Windows for the rest of the family. BootMagic does that for me. Previously, when running Win98/Linux/BSD, then Lilo did the same. HTH Phil ===== FreeBSD User/XS11 Rider - Talk about SPEED! :) __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.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 Mar 19 14:36:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 9241537B404 for ; Tue, 19 Mar 2002 14:36:22 -0800 (PST) Received: from barbish ([63.70.155.126]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com; Tue, 19 Mar 2002 17:36:20 -0500 From: "Joe & Fhe Barbish" To: Cc: "FBSDQ" Subject: sysctl security mibs Date: Tue, 19 Mar 2002 17:36:18 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I read your article FreeBSD IP Stack Tuning Simplified http://bsdvault.net/sections.php?op=viewarticle&artid=35 and have some new mibs with 4.4 that you should add, blackhole & log_in_vain. The following list are the mib's you suggest to modify for improved security. What I find missing is any explanation of when these setting get control in the flow of things. When user ppp with it's built in filter statements and nat followed by ipfw in a gateway environment where do these mibs get control to do their thing? If these get their turn after the packet has traversed the ipfw advanced stateful checkstate/keepstate rule set, wouldn't all these conditions have all ready been caught by the ipfw firewall making these setting useless?. If it happens after user ppp drops the packet in the stack and before ppp filter and nat then these mibs act as a pre screen before any things gets a chance to play with the packet. This then makes these mibs very important. I think this should be pointed out in your article. Also some of these setting can be set in /etc/rc.conf and or in the kernel source. There just is no documentation on these setting and the relationship to setting then in other places. If you know when these mib's get control I sure would like to know whether you update your article or not. Just giving you some info to base a update on like you requested. Thanks Joe net.inet.icmp.drop_redirect=1 net.inet.icmp.log_redirect=1 net.inet.ip.redirect=0 net.inet6.ip6.redirect=0 net.inet.ip.sourceroute=0 net.inet.ip.accept_sourceroute=0 net.link.ether.inet.max_age=1200 net.inet.icmp.bmcastecho=0 used to control system behavior when connection requests are received on TCP or UDP ports where there is no socket listening. Normal behavior, when a TCP SYN segment is received on a port where there is no socket accepting connections, is for the system to return a RST segment, and drop the connection. The connecting system will see this as a "Connection reset by peer". By turning the TCP black hole MIB on to a numeric value of one, the incoming SYN segment is merely dropped, and no RST is sent, making the system appear as a blackhole. By setting the MIB value to two, any segment arriving on a closed port is dropped without returning a RST. This provides some degree of protection against stealth port scans. To enable net.inet.tcp.blackhole=2 net.inet.udp.blackhole=1 # Extra firewalling options in rc.conf log_in_vain="YES" # NO is default. YES enables logging of # connection attempts to ports that have no # listening socket on them. Put msg on console icmp_drop_redirect="YES" # YES will cause the kernel to ignore # ICMP REDIRECT packets. tcp_drop_synfin="YES" # YES will cause the kernel to ignore TCP # frames that have both the SYN and FIN flags # set. Only available if the kernel was built # with the TCP_DROP_SYNFIN option. # change to NO if webserver behind firewall. tcp_restrict_rst="YES" # YES will cause the kernel to refrain from # emitting TCP RST frames in response to # invalid TCP packets (e.g., frames destined # for closed ports). This option is only # available if the kernel was built with the # TCP_RESTRICT_RST option. syslogd_flags="-ss" # Don't use network sockets so portscan # will not find (security tip) portmap_enable="NO" # Don't allow nfs portmapper (security tip) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 14:42:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.samford.edu (smtp.samford.edu [199.20.16.53]) by hub.freebsd.org (Postfix) with SMTP id 425AF37B400 for ; Tue, 19 Mar 2002 14:42:10 -0800 (PST) Received: from cp.samford.edu (199.20.25.12) by smtp.samford.edu (199.20.16.53), id <1016577906300.104132652.smtp.samford.edu> for ; Tue, 19 Mar 2002 22:45:06 -0000 Message-ID: <9239135.1016577731988.JavaMail.cpadmin@cp.samford.edu> Date: Tue, 19 Mar 2002 16:42:11 -0600 (CST) From: John Milo Stegemann To: freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Do you all still have the secure shell accounts where you can play around with FreeBSD through your server? If you do, how can I get an account? John Stegemann To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 14:43: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ncweb.com (mail.ncweb.com [64.240.55.3]) by hub.freebsd.org (Postfix) with ESMTP id CFB2137B41F for ; Tue, 19 Mar 2002 14:42:41 -0800 (PST) Received: from monk.ncweb.com ([64.240.54.74]) by mail.ncweb.com (8.11.6/8.11.6) with ESMTP id g2JMhD615778 for ; Tue, 19 Mar 2002 17:43:13 -0500 (EST) (envelope-from senmonk@ncweb.com) Message-Id: <5.1.0.14.0.20020319173622.00a32130@ncweb.com> X-Sender: senmonk@ncweb.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 19 Mar 2002 17:41:33 -0500 To: freebsd-questions@freebsd.org From: Shaun Subject: Migrating User Accounts from Linux to FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all- I have been searching through all sides of the internet trying to find information on how to migrate the accounts. I have been to several list archives, google, the hand book and everything but haven't been able to find anything too helpful. I am trying to move user accounts from a LinuxPPC 2000 box to a FreeBSD 4.5. The problem on the linux box is that the pwdunconv program doesnt seem to work. The box is a bit crippled. (its an iMac, i know i know... not my choice.) Does anyone know how I could resolve this problem? Thanks for any and all help! Shaun Newcomer MHS SSA/Webmaster monk@mentorhigh.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 14:43: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by hub.freebsd.org (Postfix) with ESMTP id 26A2C37B448 for ; Tue, 19 Mar 2002 14:42:16 -0800 (PST) Received: from attbi.com ([12.252.56.235]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020319224215.ETAO2951.rwcrmhc53.attbi.com@attbi.com> for ; Tue, 19 Mar 2002 22:42:15 +0000 Message-ID: <3C97BE9C.1030203@attbi.com> Date: Tue, 19 Mar 2002 15:41:32 -0700 From: Aaron Siegel User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.4) Gecko/20011126 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions Subject: [Fwd: Fatal Trap: Page Fault: System Crash] Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello I was orignally posted this to the comp.unix.bsd.freebsd.misc I have not completly resolved this issue yet. I have been having problems with my computer rebooting (crashing) since this summer. It has ocurred with Window, Linux and FreeBSD. I have had basicly three computer setups, A PII with a Intell AL440LX and later a cheap gainworth, the problem persisted. I got feed up bought a new Athlon system the still exists (parts of dmesg below). Another symptom that I am noticeing is I am having trouble compileing software, I keep get, what seems to be radom compile errors. It take two or three tries to install software. When I put the drive in my older computer it compiles with out a problem. The system is not overclocked, it is not over heating (45C - 52C never exceeded 56C). I have created new file systems. I have intalled custom kernel for both versions 4.5 and 4.4 (of cousres keeping the world and kernel in sync.) I beleive I have a couple of problems. The Hard drive is the only device that has been passed from system to system. Possibly a firm ware problem in the drive (my older drive does not have the same problem when installed in this computer). Possibly a memory problem, I bought cheap memory ,It is the first and last time I will do that. I have read about problems with the VIA chipset but they where on a developers news group, they didn't make any sence. I have had the problem with both a Promise DMA 100 Tx and the onboard VIA and Intell PII.... I intalled the new hard drive this summer. When preforming make buildworld, the system would get half way through and reboot. I did this several a couple of times to see if I could get an error. After a few reboots the /usr drive became worth less overtime I tried to copy more than a few files it would crash and reboot. Here is the the message I received: Fatal trap 12 page fault while in kernelmode fault virlualaddress = 0xbff32d64 fault code = supervisor writer page not present instruction pointer = 0x8:0xco2bc449 stack pointer = 0x10:0xc031de74 frame pointer = 0x10:0xc031de74 code segment = base 0x0, limit 0xfffff, type 0xlb = DPLO,preg1, def321, gran1 processor eflage = interrupt enabled, resume I0PL=0 Current process = Idle nterrupt mask = bio trap number = 12 panic: page fault I recovered a core dump of the kernel here is the out put using gdb: #0 dumpsys () at ../../kern/kern/kern_shutdown.c:473 #1 0xc01bd287 in boot (howto=256) at ../../kern/kern_shutdown.c:313 #2 0xc01bd654 in poweroff_wait (junk=0xc03a91ex, hoto=-1069904625) at ../../kern/kern_shutdown.c:581 #3 0xc0336bee in trap_fatal (frame=0xd5667b6c, eva=14) at ../../i386/i386/trap.c:956 #4 0xc03368c1 in trap_pfault (frame=0xd5667b6c,usermode=0, eva=14) at ../../i386/i386/trap.c:849 #5 0xc03364ab in trap (frame={tf_fs =16, tf_es = 16, tf_ds = 16, tf_edi = -714703936, tf_esi = -1070753332, tf_ebp = -714703968, tf_isp = -714703976, tf_ebx = -1060892472, tf_edx = -714711040, tf_exp = 135315456, tf_eax = 14, tf_trapno =12, tf_err = 2, tf_eip = -1060892472, tf_cs = 8, tf_eflags = 66054, tf_esp = 135315456, tf_ss = 32}) at ../../i386/i386/trap.c:448 #6 0xc0c410c8 in ?? () #7 0x8 in ?? () here is some of the output of dmesg this is after the reinstall. FreeBSD 4.4-RELEASE #0: Tue Sep 18 11:57:08 PDT 2001 Timecounter "i8254" frequency 1193182 Hz CPU: AMD Athlon(tm) MP processor (1330.23-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x662 Stepping = 2 . . . Features=0x383f9ff AMD Features=0xc0480000<,AMIE,DSP,3DNow!> real memory = 536805376 (524224K bytes) avail memory = 518103040 (505960K bytes) Preloaded elf kernel "kernel" at 0xc0480000. Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 7 entries at 0xc00fde40 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 atapci0: port 0xd000-0xd00f,0xcc00-0xcc03,0xc800 -0xc807,0xc400-0xc403,0xc000-0xc007 mem 0xef000000-0xef003fff irq 11 at device 9 .0 on pci0 ata2: at 0xc000 on atapci0 ata3: at 0xc800 on atapci0 dc0: port 0xd400-0xd4ff mem 0xef004000-0xef0043ff ir q 11 at device 12.0 on pci0 . . . atapci1: port 0xdc00-0xdc0f at device 17.1 on pci0 ata0: at 0x1f0 irq 14 on atapci1 ata1: at 0x170 irq 15 on atapci1 pci0: (vendor=0x1106, dev=0x3059) at 17.5 irq 11 orm0: at iomem 0xc0000-0xcc7ff,0xd0000-0xd1fff on isa0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 Thank you (sorry about the length) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 14:53: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smaug.rhavenn.net (smaug.rhavenn.net [209.150.195.53]) by hub.freebsd.org (Postfix) with ESMTP id D0F2E37B400 for ; Tue, 19 Mar 2002 14:52:57 -0800 (PST) Received: from there (62cff796d75658e47b3d7b43692711e8@gandalf.rhavenn.net [209.150.195.51]) by smaug.rhavenn.net (8.12.1/8.12.1) with SMTP id g2JMuRw0096888; Tue, 19 Mar 2002 16:56:27 -0600 (CST) Message-Id: <200203192256.g2JMuRw0096888@smaug.rhavenn.net> Content-Type: text/plain; charset="iso-8859-1" From: Henrik Hudson Reply-To: lists@rhavenn.net To: Shaun , freebsd-questions@FreeBSD.ORG Subject: Re: Migrating User Accounts from Linux to FreeBSD Date: Tue, 19 Mar 2002 17:04:06 -0600 X-Mailer: KMail [version 1.3.2] References: <5.1.0.14.0.20020319173622.00a32130@ncweb.com> In-Reply-To: <5.1.0.14.0.20020319173622.00a32130@ncweb.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG If memory serves me right, depending on how the passwords are encrypted on your PPC box you "should" be able to just copy the passwd field from your shadow file and plunk them into your master passwd file on your BSD box. If you have a lot of users this may be tedious, but should work if the password was hashed using DES or MD5 . Of course, you probably want to change paths to shells and homedirs, etc... as well. On Tuesday 19 March 2002 16:41, Shaun wrote: > Hello all- > > I have been searching through all sides of the internet trying to find > information on how to migrate the accounts. I have been to several list > archives, google, the hand book and everything but haven't been able to > find anything too helpful. > > I am trying to move user accounts from a LinuxPPC 2000 box to a FreeBSD > 4.5. The problem on the linux box is that the pwdunconv program doesnt seem > to work. The box is a bit crippled. (its an iMac, i know i know... not my > choice.) Does anyone know how I could resolve this problem? > > Thanks for any and all help! > > Shaun Newcomer > MHS SSA/Webmaster > monk@mentorhigh.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 Mar 19 15:11:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailgw3a.lmco.com (mailgw3a.lmco.com [192.35.35.24]) by hub.freebsd.org (Postfix) with ESMTP id E78FC37B404 for ; Tue, 19 Mar 2002 15:11:25 -0800 (PST) Received: from emss01g01.ems.lmco.com ([129.197.181.54]) by mailgw3a.lmco.com (8.11.6/8.11.6) with ESMTP id g2JNBOo03106 for ; Tue, 19 Mar 2002 18:11:24 -0500 (EST) Received: from CONVERSION-DAEMON by lmco.com (PMDF V5.2-33 #38886) id <0GT800N01TQXNZ@lmco.com> for freebsd-questions@FreeBSD.ORG; Tue, 19 Mar 2002 15:11:23 -0800 (PST) Received: from BSDWIN2KKOROUSH ([129.197.23.48]) by lmco.com (PMDF V5.2-33 #38886) with SMTP id <0GT800M91TQWYO@lmco.com> for freebsd-questions@FreeBSD.ORG; Tue, 19 Mar 2002 15:11:20 -0800 (PST) Date: Tue, 19 Mar 2002 15:10:52 -0800 From: Koroush Saraf Subject: Java 2 SDK v 1.4.0 To: freebsd-questions@FreeBSD.ORG Message-id: <003001c1cf9b$50ee9ca0$3017c581@BSDWIN2KKOROUSH> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Mailer: Microsoft Outlook Express 5.50.4807.1700 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <5.1.0.14.0.20020319173622.00a32130@ncweb.com> <200203192256.g2JMuRw0096888@smaug.rhavenn.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Currently I run FreeBSD 4.3. I like to know what is the latest version of JAVA SDK 2 it can support? I also need to run Java 2 SDK v 1.4.0. Which versions of FreeBSD support this? Many thanks, ~koroush To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 15:18: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from harrier.prod.itd.earthlink.net (harrier.mail.pas.earthlink.net [207.217.120.12]) by hub.freebsd.org (Postfix) with ESMTP id B303E37B402 for ; Tue, 19 Mar 2002 15:18:04 -0800 (PST) Received: from sdn-ar-003dcwashp098.dialsprint.net ([206.133.21.58] helo=moo.holy.cow) by harrier.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16nSrj-0003Fp-00; Tue, 19 Mar 2002 15:18:04 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id DBAF450B8E; Tue, 19 Mar 2002 18:20:18 -0500 (EST) Date: Tue, 19 Mar 2002 18:20:18 -0500 From: parv To: Mike Meyer Cc: freebsd-questions@freebsd.org Subject: Re: installing xemacs21 w/ minimum packages Message-ID: <20020319232018.GA42346@moo.holy.cow> Mail-Followup-To: Mike Meyer , freebsd-questions@freebsd.org References: <20020319080130.GA16769@moo.holy.cow> <443cywsggu.fsf@be-well.ilk.org> <15511.45595.35330.648363@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15511.45595.35330.648363@guru.mired.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message <15511.45595.35330.648363@guru.mired.org>, wrote Mike Meyer thusly... > > In <443cywsggu.fsf@be-well.ilk.org>, Lowell Gilbert > typed: > > parv writes: > > > i want to install xemacs w/o all other junk listed in > > > xemacs-packages/Makefile as all i want is an editor. what can > > > i do away w/? > > As a very heavy emacs user, though, I have to ask: if all you > > want is basic editing functions, are you sure that you want > > emacs? > > Actually, the one that comes to my mind is, if that's what you > want, why xemacs? Why not stock emacs? Or any of a number of small > emacs-like editors? I prefer mg, but I'm the author of that > particular version of microemacs. why xemacs? well, from my experience w/ (x)emacs during stay at university, emacs had too big default font (like large print book editions), and xemacs used to have smaller font (like stock listings or classifieds in newspaper). in addition, i wasn just plain unaware of any other emacs-like editors. anyway, i will checkout other smaller editors from the ports. > BTW, it looks like what's really going on is that it's testing for > enriched-text to see if xemacs-packages has been loaded or not, as the > only things that list it in their plist appear to be emacs fof various > versions. If someone tries building it without those, I'd be > interested in the results. i had installed plain xemacs21, twice, w/o any problems w/o RUN_DEPENDS. is that what you wanted to know, mike, or something else? - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 15:19:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.simrad.no (mail.simrad.no [193.69.73.2]) by hub.freebsd.org (Postfix) with ESMTP id 33BC837B400 for ; Tue, 19 Mar 2002 15:19:49 -0800 (PST) To: freebsd-questions@freebsd.org Subject: rc.conf MIME-Version: 1.0 X-Mailer: Lotus Notes Build M11_11052001 Beta 4 November 05, 2001 Message-ID: From: chip.wiegand@simrad.com Date: Tue, 19 Mar 2002 15:19:46 -0800 X-MIMETrack: Serialize by Router on S_INET01/S_EXT(Release 5.0.6a |January 17, 2001) at 20.03.2002 00:19:55, Serialize complete at 20.03.2002 00:19:55 Content-Type: multipart/alternative; boundary="=_alternative 00802CC588256B81_=" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multipart message in MIME format. --=_alternative 00802CC588256B81_= Content-Type: text/plain; charset="US-ASCII" I've searched the archives, faq, manual, and google/bsd, all to no avail. I know this is possible - send a sig hup to rc.conf so it will be re-read with the new changes, thus avoiding rebooting the machine. I just don't remember the correct way to do it. I saw the answer before, just didn't write it down, dummy me. Could someone remind me? Thanks, -- Chip Wiegand Computer Services Simrad, Inc www.simrad.com chip.wiegand@simrad.com "There is no reason anyone would want a computer in their home." --Ken Olson, president, chairman and founder of Digital Equipment Corporation, 1977 (They why do I have 7? Somebody help me!) --=_alternative 00802CC588256B81_= Content-Type: text/html; charset="US-ASCII"
I've searched the archives, faq, manual, and google/bsd, all to no avail.
I know this is possible - send a sig hup to rc.conf so it will be re-read with
the new changes, thus avoiding rebooting the machine. I just don't remember
the correct way to do it. I saw the answer before, just didn't write it down, dummy
me. Could someone remind me?

Thanks,
--
Chip Wiegand
Computer Services
Simrad, Inc
www.simrad.com
chip.wiegand@simrad.com

"There is no reason anyone would want a computer in their home."
    --Ken Olson, president, chairman and founder of Digital Equipment Corporation, 1977
(They why do I have 7? Somebody help me!)
--=_alternative 00802CC588256B81_=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 15:20: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by hub.freebsd.org (Postfix) with ESMTP id 11C0237B402 for ; Tue, 19 Mar 2002 15:19:57 -0800 (PST) Received: from sdn-ar-003dcwashp098.dialsprint.net ([206.133.21.58] helo=moo.holy.cow) by hawk.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 16nStT-0000mz-00; Tue, 19 Mar 2002 15:19:52 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id 6BA0450B8E; Tue, 19 Mar 2002 18:22:07 -0500 (EST) Date: Tue, 19 Mar 2002 18:22:07 -0500 From: parv To: "Gary W. Swearingen" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: installing xemacs21 w/ minimum packages Message-ID: <20020319232207.GB42346@moo.holy.cow> Mail-Followup-To: "Gary W. Swearingen" , freebsd-questions@FreeBSD.ORG References: <20020319080130.GA16769@moo.holy.cow> <443cywsggu.fsf@be-well.ilk.org> <20020319175842.GA31005@moo.holy.cow> <14zo148gd8.o14@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <14zo148gd8.o14@localhost.localdomain> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message <14zo148gd8.o14@localhost.localdomain>, wrote Gary W. Swearingen thusly... > > parv writes: > > > personally, i prefer vi(m); xemacs is for those rare occasions > > when people other than myself use my laptop & ask for emacs. > > come to think of it, editors other than vi clones should be ok > > too for said people. > > The default "jed" configuration is very Emacsy -- even split > windows and shell-in-a-window. 150K binary + 400K slang library. thanks gary, i will try jed. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 15:25:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.simrad.no (mail.simrad.no [193.69.73.2]) by hub.freebsd.org (Postfix) with ESMTP id B924B37B404 for ; Tue, 19 Mar 2002 15:25:38 -0800 (PST) To: freebsd-questions@freebsd.org Subject: network monitoring tools MIME-Version: 1.0 X-Mailer: Lotus Notes Build M11_11052001 Beta 4 November 05, 2001 Message-ID: From: chip.wiegand@simrad.com Date: Tue, 19 Mar 2002 15:25:38 -0800 X-MIMETrack: Serialize by Router on S_INET01/S_EXT(Release 5.0.6a |January 17, 2001) at 20.03.2002 00:25:44, Serialize complete at 20.03.2002 00:25:44 Content-Type: multipart/alternative; boundary="=_alternative 0080B64C88256B81_=" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multipart message in MIME format. --=_alternative 0080B64C88256B81_= Content-Type: text/plain; charset="US-ASCII" I know there are many, many network monitoring tools in the ports. I am setting up a FreeBSD box here at work, only the second one, with about 50 NT workstations and 8 NT servers. So, what can I run on this machine to use to monitor the NT network? Something cool, flashy, etc, whatever will turn the heads of my boss (the IT manager), and others above him? This is a NT shop, into which I have managed to get two bsd boxes, the first is running a web server and sendmail. The machine is a AMD800 and has a 19" monitor. I plan on using XFCE for my window manager, but also have KDE and Enlightenment/Gnome installed just to show 'em off. Any suggestions would be great. Thanks, -- Chip Wiegand Computer Services Simrad, Inc www.simrad.com chip.wiegand@simrad.com "There is no reason anyone would want a computer in their home." --Ken Olson, president, chairman and founder of Digital Equipment Corporation, 1977 (They why do I have 7? Somebody help me!) --=_alternative 0080B64C88256B81_= Content-Type: text/html; charset="US-ASCII"
I know there are many, many network monitoring tools in the ports. I am setting up a FreeBSD
box here at work, only the second one, with about 50 NT workstations and 8 NT servers. So,
what can I run on this machine to use to monitor the NT network? Something cool, flashy, etc,
whatever will turn the heads of my boss (the IT manager), and others above him? This is a
NT shop, into which I have managed to get two bsd boxes, the first is running a web server
and sendmail. The machine is a AMD800 and has a 19" monitor. I plan on using XFCE for my
window manager, but also have KDE and Enlightenment/Gnome installed just to show 'em off.

Any suggestions would be great.

Thanks,
--
Chip Wiegand
Computer Services
Simrad, Inc
www.simrad.com
chip.wiegand@simrad.com

"There is no reason anyone would want a computer in their home."
    --Ken Olson, president, chairman and founder of Digital Equipment Corporation, 1977
(They why do I have 7? Somebody help me!)
--=_alternative 0080B64C88256B81_=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 15:34:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp016.mail.yahoo.com (smtp016.mail.yahoo.com [216.136.174.113]) by hub.freebsd.org (Postfix) with SMTP id 73C4537B404 for ; Tue, 19 Mar 2002 15:34:56 -0800 (PST) Received: from xiaowu23 (AUTH login) at 134.suaa.dlls.dllstxbk.dsl.att.net (HELO josephgoh) (xiaowu23@12.98.24.134) by smtp.mail.vip.sc5.yahoo.com with SMTP; 19 Mar 2002 23:34:55 -0000 Date: Tue, 19 Mar 2002 17:35:00 -0600 From: xw To: dan@slightlystrange.org Subject: Re[2]: How to copy an image file on a ls120 disk to another? Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20020319181215.A3462@icarus.slightlystrange.org> References: <20020319120538.817C.XIAOWU23@yahoo.com> <20020319181215.A3462@icarus.slightlystrange.org> Message-Id: <20020319173312.ABC5.XIAOWU23@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.00.03 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks!! Are there any programs/commands that can write the whole disk to another like in Windows' CD-R/W without dumping the whole contents of the disk twice? On Tue, 19 Mar 2002 18:12:15 +0000 Daniel Bye wrote: Daniel> In that case, you will need to copy the image to your hard disk, change Daniel> LS120 disk, then write the image file back. I would use dd for both stages. Daniel> Daniel> Of course, none of this is necessary if you have another LS120 drive! ;-) Daniel> Daniel> HTH _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 15:41:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 04A5437B404 for ; Tue, 19 Mar 2002 15:41:22 -0800 (PST) Received: (qmail 81462 invoked by uid 100); 19 Mar 2002 23:41:21 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15511.52385.69171.26215@guru.mired.org> Date: Tue, 19 Mar 2002 17:41:21 -0600 To: parv Cc: freebsd-questions@freebsd.org Subject: Re: installing xemacs21 w/ minimum packages In-Reply-To: <20020319232018.GA42346@moo.holy.cow> References: <20020319080130.GA16769@moo.holy.cow> <443cywsggu.fsf@be-well.ilk.org> <15511.45595.35330.648363@guru.mired.org> <20020319232018.GA42346@moo.holy.cow> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In <20020319232018.GA42346@moo.holy.cow>, parv typed: > in message <15511.45595.35330.648363@guru.mired.org>, > wrote Mike Meyer thusly... > > In <443cywsggu.fsf@be-well.ilk.org>, Lowell Gilbert > > typed: > > > parv writes: > > > > i want to install xemacs w/o all other junk listed in > > > > xemacs-packages/Makefile as all i want is an editor. what can > > > > i do away w/? > > > As a very heavy emacs user, though, I have to ask: if all you > > > want is basic editing functions, are you sure that you want > > > emacs? > > Actually, the one that comes to my mind is, if that's what you > > want, why xemacs? Why not stock emacs? Or any of a number of small > > emacs-like editors? I prefer mg, but I'm the author of that > > particular version of microemacs. > why xemacs? well, from my experience w/ (x)emacs during stay at > university, emacs had too big default font (like large print book > editions), and xemacs used to have smaller font (like stock listings > or classifieds in newspaper). in addition, i wasn just plain > unaware of any other emacs-like editors. I'm pretty sure that stock emacs will let you change the font. > > BTW, it looks like what's really going on is that it's testing for > > enriched-text to see if xemacs-packages has been loaded or not, as the > > only things that list it in their plist appear to be emacs fof various > > versions. If someone tries building it without those, I'd be > > interested in the results. > i had installed plain xemacs21, twice, w/o any problems w/o > RUN_DEPENDS. is that what you wanted to know, mike, or something > else? Yup, that's it. So I can just touch that file, and not worry about forgetting it when I upgrade. Thanx, http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 15:44:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 3rdrock.coserve.org (3rdrock.coserve.org [198.213.49.88]) by hub.freebsd.org (Postfix) with ESMTP id 664D237B405 for ; Tue, 19 Mar 2002 15:44:27 -0800 (PST) Received: from coserve-bdc1.coserve.org ([198.213.49.8]) by 3rdrock.coserve.org (8.10.1/8.10.1) with ESMTP id g2JMmb800211 for ; Tue, 19 Mar 2002 16:51:07 -0600 (CST) Received: by exaffairs.coserve.org with Internet Mail Service (5.5.1960.3) id ; Tue, 19 Mar 2002 16:53:37 -0600 Message-ID: <09784044E77FD311B7B8009027B0D5DD4E7CCF@exaffairs.coserve.org> From: Praveen Bobba To: "'freebsd-questions@FreeBSD.ORG'" Subject: Date: Tue, 19 Mar 2002 16:53:31 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, Unable to boot. It hangs up at recovering vi editor sessions. Thanks Praveen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 15:54:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 100m.mpr200-2.esr.lvcm.net (100m.mpr200-2.esr.lvcm.net [24.234.0.81]) by hub.freebsd.org (Postfix) with ESMTP id 0095037B405 for ; Tue, 19 Mar 2002 15:54:08 -0800 (PST) Received: from lymond.lvcablemodem.com (cm032.131.234.24.lvcm.com [24.234.131.32]) by 100m.mpr200-2.esr.lvcm.net (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id ABH07181; Tue, 19 Mar 2002 15:54:06 -0800 (PST) Received: (from dlm@localhost) by lymond.lvcablemodem.com (8.11.6/8.11.4) id g2JNsCF01737 for freebsd-questions@FreeBSD.ORG; Tue, 19 Mar 2002 15:54:12 -0800 (PST) Date: Tue, 19 Mar 2002 15:54:11 -0800 From: Dale Morris To: freebsd-questions@FreeBSD.ORG Subject: stray irq message Message-ID: <20020319155411.A82718@lymond.lvcablemodem.com> Mail-Followup-To: freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This keeps appearing in console messages when I log out: Mar 19 15:31:38 lymond su: dlm to root on /dev/ttyp0 Mar 19 15:37:10 lymond /kernel: stray irq 7 Mar 19 15:37:10 lymond /kernel: stray irq 7 Mar 19 15:37:39 lymond last message repeated 4 times Mar 19 15:37:39 lymond /kernel: too many stray irq 7's; not logging any more Mar 19 15:37:39 lymond last message repeated 4 times Mar 19 15:37:39 lymond /kernel: too many stray irq 7's; not logging any more I'm baffled.. where do I look to fix this? thanks in advance dale To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 16:10:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from marbles.lost.net.au (marbles.lost.net.au [203.56.209.5]) by hub.freebsd.org (Postfix) with ESMTP id 0C6BD37B404 for ; Tue, 19 Mar 2002 16:10:49 -0800 (PST) Received: from localhost (tim@localhost) by marbles.lost.net.au (8.11.6/8.11.3) with ESMTP id g2K0AgX86334; Wed, 20 Mar 2002 10:40:42 +1030 (CST) (envelope-from tim@lost.net.au) Date: Wed, 20 Mar 2002 10:40:42 +1030 (CST) From: tim To: chip.wiegand@simrad.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: rc.conf In-Reply-To: Message-ID: <20020320103620.G86179-100000@marbles.lost.net.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 19 Mar 2002 chip.wiegand@simrad.com wrote: > I've searched the archives, faq, manual, and google/bsd, all to no avail. > I know this is possible - send a sig hup to rc.conf so it will be re-read > with > the new changes, thus avoiding rebooting the machine. I just don't > remember > the correct way to do it. I saw the answer before, just didn't write it > down, dummy > me. Could someone remind me? The only program that reads rc.conf are the startup scripts (/etc/rc*). You can't just "re-run" them from multiuser mode. You should restart whichever service you've modified the settings for manually (which often, but not always, means sending a SIGHUP to a process). Or, take the machine into single-user mode with the shutdown command. When you exit single-user mode, the rc files are re-executed. (this requires console access). HTH, -- tim@lost.net.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 16:14:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from marbles.lost.net.au (marbles.lost.net.au [203.56.209.5]) by hub.freebsd.org (Postfix) with ESMTP id 4935737B402 for ; Tue, 19 Mar 2002 16:14:23 -0800 (PST) Received: from localhost (tim@localhost) by marbles.lost.net.au (8.11.6/8.11.3) with ESMTP id g2K0Dpo86369; Wed, 20 Mar 2002 10:43:51 +1030 (CST) (envelope-from tim@lost.net.au) Date: Wed, 20 Mar 2002 10:43:51 +1030 (CST) From: tim To: Dale Morris Cc: freebsd-questions@FreeBSD.ORG Subject: Re: stray irq message In-Reply-To: <20020319155411.A82718@lymond.lvcablemodem.com> Message-ID: <20020320104249.C86179-100000@marbles.lost.net.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 19 Mar 2002, Dale Morris wrote: DM> This keeps appearing in console messages when I log out: DM> DM> Mar 19 15:31:38 lymond su: dlm to root on /dev/ttyp0 DM> Mar 19 15:37:10 lymond /kernel: stray irq 7 DM> Mar 19 15:37:10 lymond /kernel: stray irq 7 DM> Mar 19 15:37:39 lymond last message repeated 4 times DM> Mar 19 15:37:39 lymond /kernel: too many stray irq 7's; not logging any DM> more DM> Mar 19 15:37:39 lymond last message repeated 4 times DM> Mar 19 15:37:39 lymond /kernel: too many stray irq 7's; not logging any DM> more DM> DM> I'm baffled.. where do I look to fix this? Short answer: you can probably ignore them. Long answer: see http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#STRAY-IRQ -- tim@lost.net.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 16:15:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 2831737B42C for ; Tue, 19 Mar 2002 16:15:29 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 2BE4F7833F; Wed, 20 Mar 2002 10:45:22 +1030 (CST) Date: Wed, 20 Mar 2002 10:45:22 +1030 From: Greg 'groggy' Lehey To: Jon Rust Cc: questions@freebsd.org Subject: Re: vinum: can't add device Message-ID: <20020320104522.J75020@wantadilla.lemis.com> References: <20020319135416.D74985@mail.vcnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020319135416.D74985@mail.vcnet.com> User-Agent: Mutt/1.3.23i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday, 19 March 2002 at 13:54:16 -0800, Jon Rust wrote: > My config file was initially longer, but given that it chokes on the > first two lines every time, I have snipped it down for clarity here. I > have checked that those devices are actually active-- changed type to > 4.2BSD and ran newfs on them just fine. What am I missing? I can add a > new IDE drive without problems. Also, the 2 drives I'm trying to add > were previously part of a vinum install with no issues. This is probably the issue. Try 'create -f'. It's likely that you have a different name in the deleted label. And yes, the error message should be a lot clearer, but I think it is in the message log. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 16:19: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl6-t65.citlink.net [207.173.251.65]) by hub.freebsd.org (Postfix) with ESMTP id A85AD37B419 for ; Tue, 19 Mar 2002 16:18:37 -0800 (PST) Received: from tagalong (unknown [192.168.1.28]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 905E7EE64D; Tue, 19 Mar 2002 16:18:36 -0800 (PST) Message-ID: <002001c1cfa4$c7282e50$1c01a8c0@lc.ca.gov> From: "Drew Tomlinson" To: , References: Subject: Re: rc.conf Date: Tue, 19 Mar 2002 16:18:36 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: chip.wiegand@simrad.com To: freebsd-questions@freebsd.org Sent: Tuesday, March 19, 2002 3:19 PM Subject: rc.conf I've searched the archives, faq, manual, and google/bsd, all to no avail. I know this is possible - send a sig hup to rc.conf so it will be re-read with the new changes, thus avoiding rebooting the machine. I just don't remember the correct way to do it. I saw the answer before, just didn't write it down, dummy me. Could someone remind me? I'm going to go out on a limb here and state that it's not possible. If it is, I'm sure I will be corrected. :) The reason I think it's not possible is because the /etc/rc is the master script that's run on startup. I pulls in all the values set in /etc/defaults/rc.conf. It then looks at /etc/rc.conf and uses those values to override the settings pulled in previously. Next, it runs all the rc.* scripts to start the various services. So essentially, if you re-ran /etc/rc you would be rebooting. The question to ask here is, what daemon/process/config in particular do you want to restart with new values? Then kill that daemon and restart it with the appropriate switches. For example, if you're looking to change network configs, look at the ifconfig utility. If you want to change syslogd, kill syslogd and restart with the appropriate switches. OK, so now I await any corrections or ommissions in my answer. After all, this is how I learn too! :) Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 16:34:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from TYO201.gate.nec.co.jp (TYO201.gate.nec.co.jp [202.32.8.214]) by hub.freebsd.org (Postfix) with ESMTP id 9056137B419 for ; Tue, 19 Mar 2002 16:33:53 -0800 (PST) Received: from mailgate4.nec.co.jp ([10.7.69.193]) by TYO201.gate.nec.co.jp (8.11.6/3.7W01080315) with ESMTP id g2K0Xqd21675 for ; Wed, 20 Mar 2002 09:33:52 +0900 (JST) Received: from fireball.ntsp.nec.co.jp (mailgate51.nec.co.jp [10.7.69.190]) by mailgate4.nec.co.jp (8.11.6/3.7W-MAILGATE-NEC) with ESMTP id g2K0Xhd14176 for ; Wed, 20 Mar 2002 09:33:44 +0900 (JST) Received: (from smtp@localhost) by fireball.ntsp.nec.co.jp (8.9.2/8.9.2) id IAA28683 for ; Wed, 20 Mar 2002 08:30:18 +0800 (HKT) Received: from UNKNOWN(172.28.58.129), claiming to be "avalon.ntsp.nec.co.jp" via SMTP by fireball.ntsp.nec.co.jp, id smtpdAAAMNtPH_; Wed Mar 20 00:30:11 2002 Received: from ntsp.nec.co.jp ([172.28.59.125]) by avalon.ntsp.nec.co.jp (8.9.2/8.9.2) with ESMTP id IAA18338 for ; Wed, 20 Mar 2002 08:25:26 +0800 (HKT) Message-ID: <3C97D84B.F9978FF1@ntsp.nec.co.jp> Date: Wed, 20 Mar 2002 08:31:07 +0800 From: "Godfrey C. Gerona" X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Problem with download Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello! I would like to download the latest freeBSD 4.5 but I have a problem because I am behind a firewall. All outside ftp's are not allowed in our network but http is perfectly okay. Is there some way I could download the files? Using http perhaps? Thanks a lot! More power to all! Regards, Godfrey C. Gerona NEC Telecom Software Phils., Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 16:40:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.inyc.com (raq4.inyc.com [63.211.38.21]) by hub.freebsd.org (Postfix) with ESMTP id DC9B637B400 for ; Tue, 19 Mar 2002 16:40:26 -0800 (PST) Received: from [192.168.201.11] (64-152-11-250-rev-l3.inyc.com [64.152.11.250]) by mail.inyc.com (8.10.2/8.10.2) with ESMTP id g2K0r4h12643 for ; Tue, 19 Mar 2002 19:53:04 -0500 Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Tue, 19 Mar 2002 19:40:18 -0500 To: freebsd-questions@FreeBSD.ORG From: Ben Blonder Subject: Need a copy of /etc/rc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I was very stupid and deleted /etc/rc without a backup. Could someone who is running 4.5 please email me an unmodified copy of this file? -Ben Blonder To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 16:41: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rain.macguire.net (sense-sea-MegaSub-1-125.oz.net [216.39.144.125]) by hub.freebsd.org (Postfix) with ESMTP id B3B9C37B400 for ; Tue, 19 Mar 2002 16:41:02 -0800 (PST) Received: (from roo@localhost) by rain.macguire.net (8.11.6/8.11.6) id g2K0cMf10586; Tue, 19 Mar 2002 16:38:22 -0800 (PST) (envelope-from roo) Date: Tue, 19 Mar 2002 16:38:22 -0800 From: Benjamin Krueger To: "Morse, Richard E." Cc: "'questions@freebsd.org'" Subject: Re: Network issues... Message-ID: <20020319163822.A8203@rain.macguire.net> References: <375F68784081D511908A00508BE3BB17DDDCB4@phsexch22.mgh.harvard.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <375F68784081D511908A00508BE3BB17DDDCB4@phsexch22.mgh.harvard.edu>; from REMORSE@PARTNERS.ORG on Tue, Mar 19, 2002 at 10:56:42AM -0500 X-PGP-Key: http://www.macguire.net/benjamin/public_key.asc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Morse, Richard E. (REMORSE@PARTNERS.ORG) [020319 07:56]: > Now I'm even more confused. It seems to have reappeared on the network. > Between the last time I tried to ping (and received the error messages) and this > time (when it all worked) the only command that had to do with the network that > I ran was tcpdump... > > Still looking for ideas, > Ricky > > -----Original Message----- > From: Morse, Richard E. > Sent: Tuesday 19 March 2002 9:33 AM > To: 'questions@freebsd.org' > Subject: Network issues... > > > Hi! last night at around 1:36 in the morning, my freebsd backup server dropped > off the network. No error messages are to be found in any of the files in > /var/log, and amanda just notes "data timeout"s. When I try to 'ping' any > address, I get the following error: > > ping: sendto: no buffer space available > > The green light on the ethernet card (showing that there is a link) is lit. > > Can anyone shed any light on this? > > Thanks, > Ricky Ricky, it sounds like you're running low on mbufs,and I'm willing to bet that you'll find your system logs littered with messages from the kernel regarding mbuf allocation failures. To verify this is the case if you see this behavior again, type 'netstat -m' to see the current mbuf statistics. If you find that this is your problem and you're running a release below 4.5, you will need to recompile your kernel with 'options NMBCLUSTERS=' with a larger number that will suit your needs. (The default is 1024) The following url from the handbook should help you figure a good number to request: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-kernel-limits.html -- Benjamin Krueger "Life is far too important a thing ever to talk seriously about." - Oscar Wilde (1854 - 1900) ---------------------------------------------------------------- Send mail w/ subject 'send public key' or query for (0x251A4B18) Fingerprint = A642 F299 C1C1 C828 F186 A851 CFF0 7711 251A 4B18 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 16:43:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from clink.schulte.org (clink.schulte.org [209.134.156.193]) by hub.freebsd.org (Postfix) with ESMTP id 1547637B405 for ; Tue, 19 Mar 2002 16:43:31 -0800 (PST) Received: from tarmap.nospam.schulte.org (tarmap.schulte.org [209.134.156.198]) by clink.schulte.org (Postfix) with ESMTP id 59A9C243E2; Tue, 19 Mar 2002 18:43:18 -0600 (CST) Message-Id: <5.1.0.14.0.20020319184108.01577230@pop3s.schulte.org> X-Sender: (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 19 Mar 2002 18:43:14 -0600 To: "Lee Mark Mercado" , freebsd-questions@FreeBSD.ORG From: Christopher Schulte Subject: Re: ported application version In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 10:25 PM 3/18/2002 -0800, Lee Mark Mercado wrote: >how will i know the version of the port before i install it ? cd /usr/ports/your/port && grep "PORTVERSION=" Makefile should tell you. -- Christopher Schulte http://www.schulte.org/ Do not un-munge my @nospam.schulte.org email address. This address is valid. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 16:46:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from clink.schulte.org (clink.schulte.org [209.134.156.193]) by hub.freebsd.org (Postfix) with ESMTP id 015A037B416 for ; Tue, 19 Mar 2002 16:46:07 -0800 (PST) Received: from tarmap.nospam.schulte.org (tarmap.schulte.org [209.134.156.198]) by clink.schulte.org (Postfix) with ESMTP id 988FA243E2; Tue, 19 Mar 2002 18:46:04 -0600 (CST) Message-Id: <5.1.0.14.0.20020319184514.03544768@pop3s.schulte.org> X-Sender: X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 19 Mar 2002 18:46:02 -0600 To: Ben Blonder , freebsd-questions@FreeBSD.ORG From: Christopher Schulte Subject: Re: Need a copy of /etc/rc In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 07:40 PM 3/19/2002 -0500, Ben Blonder wrote: >I was very stupid and deleted /etc/rc without a backup. Could someone who >is running 4.5 please email me an unmodified copy of this file? http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/rc Go there and pull down the version you need. >-Ben Blonder -- Christopher Schulte http://www.schulte.org/ Do not un-munge my @nospam.schulte.org email address. This address is valid. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 16:51:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 9955A37B416 for ; Tue, 19 Mar 2002 16:51:47 -0800 (PST) Received: (qmail 84964 invoked by uid 100); 20 Mar 2002 00:51:35 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15511.56599.268296.509171@guru.mired.org> Date: Tue, 19 Mar 2002 18:51:35 -0600 To: Christopher Schulte Cc: "Lee Mark Mercado" , freebsd-questions@FreeBSD.ORG Subject: Re: ported application version In-Reply-To: <5.1.0.14.0.20020319184108.01577230@pop3s.schulte.org> References: <5.1.0.14.0.20020319184108.01577230@pop3s.schulte.org> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In <5.1.0.14.0.20020319184108.01577230@pop3s.schulte.org>, Christopher Schulte typed: > At 10:25 PM 3/18/2002 -0800, Lee Mark Mercado wrote: > >how will i know the version of the port before i install it ? > cd /usr/ports/your/port && grep "PORTVERSION=" Makefile make -V PORTVERSION should do so as well, even when the grep fails. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 16:55: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.inyc.com (raq4.inyc.com [63.211.38.21]) by hub.freebsd.org (Postfix) with ESMTP id 6791B37B482 for ; Tue, 19 Mar 2002 16:55:02 -0800 (PST) Received: from [192.168.201.11] (64-152-11-250-rev-l3.inyc.com [64.152.11.250]) by mail.inyc.com (8.10.2/8.10.2) with ESMTP id g2K17Zh13583 for ; Tue, 19 Mar 2002 20:07:35 -0500 Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Tue, 19 Mar 2002 19:54:15 -0500 To: freebsd-questions@FreeBSD.ORG From: Ben Blonder Subject: Re: copy of /etc/rc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The wonderful people on this list already sent me a copy. Don't need any more. Thanks all! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 16:58:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from puffer.diversetech.net (adsl-61-52-119.atl.bellsouth.net [208.61.52.119]) by hub.freebsd.org (Postfix) with ESMTP id CE97137B417; Tue, 19 Mar 2002 16:58:34 -0800 (PST) Received: from frog.diversetech.net (frog.diversetech.net [192.168.1.3]) by puffer.diversetech.net (8.11.4/8.11.4) with ESMTP id g2K0wXF16418; Tue, 19 Mar 2002 19:58:34 -0500 (EST) Subject: 3ware 6410 on 4.5 install problem !!!!! From: Oledog To: freebsd-questions@FreeBSD.ORG Cc: freebsd-hardware@FreeBSD.ORG Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 19 Mar 2002 19:58:33 -0500 Message-Id: <1016585914.19172.59.camel@frog.diversetech.net> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have purchased a 3ware 6410 IDE raid controller card. I am running the 6.9 firmware. When I try to install FreeBSD 4.5 it fails with the below data after the disk array is formatted and the install is started. I have seen lots of info on the list regarding an Upgrade but what is the procedure for a FRESH installation? Is there anyway to load the drivers pre-install such as with Linux installations? Is there anyway to install using a kernel that has been compiled on a system that is currently running? Thanks for the help, --------------------------------------------------- Fatal trap 12: page fault while in kernel mode fault virtual address =0xc5b8f000 fault code =supervisor write, page not present instruction pointer =0x8:0xc01b436 stack pointer =0x10:0xd2c2dc9c frame pointer =0x10:0xd2c2dcb4 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 =1 (sysinstall) interrupt mask =net tty bio cam trap number =12 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 17:20:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by hub.freebsd.org (Postfix) with ESMTP id 1061837B41B; Tue, 19 Mar 2002 17:20:03 -0800 (PST) Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr2.xmission.com with esmtp (Exim 3.22 #1) id 16nUll-0000EB-00; Tue, 19 Mar 2002 18:20:02 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id g2K1Jsf45969; Wed, 20 Mar 2002 11:49:54 +1030 (CST) (envelope-from glewis) Date: Wed, 20 Mar 2002 11:49:54 +1030 From: Greg Lewis To: Steve Tremblett Cc: John Utz , questions@FreeBSD.ORG, java@FreeBSD.ORG Subject: Re: jdk13 build failed Message-ID: <20020320114954.B45919@misty.eyesbeyond.com> References: <20020319123257.H23375@sjt-u10.cisco.com> <20020319130242.L23375@sjt-u10.cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020319130242.L23375@sjt-u10.cisco.com>; from sjt@cisco.com on Tue, Mar 19, 2002 at 01:02:42PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Mar 19, 2002 at 01:02:42PM -0500, Steve Tremblett wrote: > +---- John Utz wrote: > | you dont have the mandatory linux jdk installed, correct? > > No I don't - installing it now. > > Pardon my ignorance, but where is this mandatory requirement > documented? The port lists it as a build dependency, however it cannot automatically install it for you due to the necessity of clicking on a license. People often miss the error message concerning this. I'll try and think up something better at some point. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 17:23:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uce55.uchaswv.edu (uce55.uchaswv.edu [12.4.161.9]) by hub.freebsd.org (Postfix) with ESMTP id 0243737B405 for ; Tue, 19 Mar 2002 17:22:52 -0800 (PST) Received: from there ([172.16.32.103]) by uce55.uchaswv.edu (8.9.3 (PHNE_22672)/8.9.3) with SMTP id UAA26217 for ; Tue, 19 Mar 2002 20:27:17 -0500 (EST) Message-Id: <200203200127.UAA26217@uce55.uchaswv.edu> Content-Type: text/plain; charset="iso-8859-1" From: Nathan Mace To: freebsd-questions@freebsd.org Subject: NFS problems Date: Tue, 19 Mar 2002 20:22:49 -0500 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i've added "options NFS" to both the client and the server, i set the server to start nfs and portmap via the rc.conf and restarted. i added /usr/home/nathan to /etc/exports and did a "killall -1 mountd". now on the client when i type "mount 172.16.33.3:/usr/home/nathan testdir" i get the following error: nfsd: RPCPROG_NFS: RPC: Program not registered what does this mean? according to sockstat on the server, both mountd and portmap are running! what can i do? nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 17:32:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from marbles.lost.net.au (marbles.lost.net.au [203.56.209.5]) by hub.freebsd.org (Postfix) with ESMTP id 9308837B400 for ; Tue, 19 Mar 2002 17:32:22 -0800 (PST) Received: from localhost (tim@localhost) by marbles.lost.net.au (8.11.6/8.11.3) with ESMTP id g2K1WJW87649; Wed, 20 Mar 2002 12:02:19 +1030 (CST) (envelope-from tim@lost.net.au) Date: Wed, 20 Mar 2002 12:02:19 +1030 (CST) From: tim To: Ben Blonder Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Need a copy of /etc/rc In-Reply-To: Message-ID: <20020320120105.P87598-100000@marbles.lost.net.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 19 Mar 2002, Ben Blonder wrote: BB> I was very stupid and deleted /etc/rc without a backup. Could someone who BB> is running 4.5 please email me an unmodified copy of this file? Copy it from /usr/share/examples/etc/rc -- tim@lost.net.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 17:33:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web21410.mail.yahoo.com (web21410.mail.yahoo.com [216.136.232.85]) by hub.freebsd.org (Postfix) with SMTP id 6A79637B402 for ; Tue, 19 Mar 2002 17:33:37 -0800 (PST) Message-ID: <20020320013336.29347.qmail@web21410.mail.yahoo.com> Received: from [206.103.58.50] by web21410.mail.yahoo.com via HTTP; Tue, 19 Mar 2002 17:33:36 PST Date: Tue, 19 Mar 2002 17:33:36 -0800 (PST) From: Culley Harrelson Subject: ppp setup-- modem isn't even dialing To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have been working through this document: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/userppp.html in an attempt to get ppp going on a brand new 4.5 build. At this point I can't even get the modem to dial. I expect I am experiencing some fundamental problem.... but I have included my conf files and log files just in case anyone can guess from this info what might help. Below is: 1. ppp.conf 2. ppp.linkup 3. ppp.deny 4. /etc/hosts 5. rc.conf 6. resolv.conf 7. netstat output before attempt 8. netstat output after attempt 9. the commands actually entered into ppp (as user culley) 10. the ppp.log for this session Any ideas why this isn't dialing? I have a removeable drive on this machine and another os (red hat 7.1-- trying to relpace it!) accesses the modem fine-- so the modem does work... Culley ################################ # ppp.conf ################################ default: set log Phase Chat LCP IPCP CCP tun command ident user-ppp VERSION (built COMPILATIONDATE) allow user culley set device /dev/cuaa0 set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT \ OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" set timeout 180 enable dns provider: set phone "(***) *** ****" set authname *** set authkey *** set login "TIMEOUT 10 \"\" \"\" gin:--gin: \\U word: \\P col: ppp" set timeout 900 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR ################################ # ppp.linkup ################################ MYADDR: delete ALL add 0 0 HISADDR ################################ # ppp.deny ################################ # $FreeBSD: src/etc/ppp/ppp.deny,v 1.3.2.1 2000/07/11 16:56:01 brian Exp $ # # list of users disallowed any pppd access via 'system # password login'. # read by pppd(8). root toor daemon operator bin tty kmem games news man bind ftp uucp xten pop ingres nobody ################################ # /etc/hosts ################################ 127.0.0.1 localhost.my.domain localhost ::1 localhost.my.domain localhost 192.168.0.1 toad.my.domain ################################ # rc.conf ################################ # -- sysinstall generated deltas -- # Sat Mar 16 12:38:11 2002 # Created: Sat Mar 16 12:38:11 2002 # Enable network daemons for user convenience. # Please make all changes to this file, not to /etc/defaults/rc.conf. # This file now contains just the overrides from /etc/defaults/rc.conf. gateway_enable="YES" hostname="toad.my.domain" ifconfig_ppp0="inet 192.168.0.1 netmask 255.255.255.0" inetd_enable="YES" kern_securelevel_enable="NO" linux_enable="YES" nfs_reserved_port_only="YES" sendmail_enable="NO" sshd_enable="YES" usbd_enable="YES" network_interfaces="lo0 ed0" ifconfig_lo0="inet 127.0.0.1" ifconfig_ed0="inet 192.168.0.1 netmask 255.255.255.0" ################################ # resolv.conf ################################ domain my.domain nameserver 206.26.36.34 nameserver 198.107.0.14 ################################ # netstat output before attempt ################################ su-2.05a# netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire 127.0.0.1 127.0.0.1 UH 1 2 lo0 192.168.0 link#1 UC 1 0 ed0 192.168.0.4 0:2:b3:5d:f8:39 UHLW 1 61 ed0 1144 Internet6: Destination Gateway Flags Netif Expire ::1 ::1 UH lo0 fe80::%ed0/64 link#1 UC ed0 fe80::220:78ff:fe18:4b21%ed0 0:20:78:18:4b:21 UHL lo0 fe80::%lo0/64 fe80::1%lo0 Uc lo0 fe80::1%lo0 link#3 UHL lo0 ff01::/32 ::1 U lo0 ff02::%ed0/32 link#1 UC ed0 ff02::%lo0/32 ::1 UC lo0 ################################ # netstat output after attempt ################################ su-2.05a# netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire 127.0.0.1 127.0.0.1 UH 1 2 lo0 192.168.0 link#1 UC 1 0 ed0 192.168.0.4 0:2:b3:5d:f8:39 UHLW 2 177 ed0 928 Internet6: Destination Gateway Flags Netif Expire ::1 ::1 UH lo0 fe80::%ed0/64 link#1 UC ed0 fe80::220:78ff:fe18:4b21%ed0 0:20:78:18:4b:21 UHL lo0 fe80::%lo0/64 fe80::1%lo0 Uc lo0 fe80::1%lo0 link#3 UHL lo0 fe80::%tun0/64 fe80::220:78ff:fe18:4b21%tun0 Uc tun0 fe80::220:78ff:fe18:4b21%tun0 link#7 UHL lo0 ff01::/32 ::1 U lo0 ff02::%ed0/32 link#1 UC ed0 ff02::%lo0/32 ::1 UC lo0 ff02::%tun0/32 fe80::220:78ff:fe18:4b21%tun0 UC tun0 ################################ # the commands actually entered ################################ bash-2.05a$ ppp Working in interactive mode Using interface: tun0 ppp ON toad> dial provider ppp ON toad> Warning: Chat script failed ppp ON toad> term deflink: Entering terminal mode on /dev/cuaa0 Type `~?' for help Packet mode. ppp ON toad> ppp ON toad> ################################ # ppp.log ################################ Mar 18 23:13:18 toad ppp[113]: Phase: Using interface: tun0 Mar 18 23:13:18 toad ppp[113]: Phase: deflink: Created in closed state Mar 18 23:13:18 toad ppp[113]: tun0: Command: default: ident user-ppp VERSION (built COMPILATIONDATE) Mar 18 23:13:18 toad ppp[113]: tun0: Command: default: set device /dev/cuaa0 Mar 18 23:13:18 toad ppp[113]: tun0: Command: default: set speed 115200 Mar 18 23:13:18 toad ppp[113]: tun0: Command: default: set dial ABORT BUSY ABORT NO\sCARRIER TIMEOUT 5 "" AT O K-AT-OK ATE1Q0 OK \dATDT\T TIMEOUT 40 CONNECT Mar 18 23:13:18 toad ppp[113]: tun0: Command: default: set timeout 180 Mar 18 23:13:18 toad ppp[113]: tun0: Command: default: enable dns Mar 18 23:13:18 toad ppp[113]: tun0: Phase: PPP Started (interactive mode). Mar 18 23:13:53 toad ppp[113]: tun0: Command: /dev/tty: dial provider Mar 18 23:13:53 toad ppp[113]: tun0: Command: default: allow user culley Mar 18 23:13:53 toad ppp[113]: tun0: Command: provider: set phone (503) 677 2100 Mar 18 23:13:53 toad ppp[113]: tun0: Command: provider: set authname culley Mar 18 23:13:53 toad ppp[113]: tun0: Command: provider: set authkey ******** Mar 18 23:13:53 toad ppp[113]: tun0: Command: provider: set login TIMEOUT 10 "" "" gin:--gin: \U word: \P col: ppp Mar 18 23:13:53 toad ppp[113]: tun0: Command: provider: set timeout 900 Mar 18 23:13:53 toad ppp[113]: tun0: Command: provider: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 Mar 18 23:13:53 toad ppp[113]: tun0: Command: provider: add default HISADDR Mar 18 23:13:53 toad ppp[113]: tun0: Phase: bundle: Establish Mar 18 23:13:53 toad ppp[113]: tun0: Phase: deflink: closed -> opening Mar 18 23:13:53 toad ppp[113]: tun0: Phase: deflink: Connected! Mar 18 23:13:53 toad ppp[113]: tun0: Phase: deflink: opening -> dial Mar 18 23:13:53 toad ppp[113]: tun0: Chat: Phone: (503) 677 2100 Mar 18 23:13:53 toad ppp[113]: tun0: Chat: deflink: Dial attempt 1 of 1 Mar 18 23:13:53 toad ppp[113]: tun0: Chat: Send: AT^M Mar 18 23:13:53 toad ppp[113]: tun0: Chat: Expect(5): OK Mar 18 23:13:58 toad ppp[113]: tun0: Chat: Expect timeout Mar 18 23:13:58 toad ppp[113]: tun0: Chat: Send: AT^M Mar 18 23:13:58 toad ppp[113]: tun0: Chat: Expect(5): OK Mar 18 23:14:03 toad ppp[113]: tun0: Chat: Expect timeout Mar 18 23:14:03 toad ppp[113]: tun0: Warning: Chat script failed Mar 18 23:14:03 toad ppp[113]: tun0: Phase: deflink: dial -> hangup Mar 18 23:14:03 toad ppp[113]: tun0: Phase: deflink: Disconnected! Mar 18 23:14:03 toad ppp[113]: tun0: Phase: deflink: Connect time: 10 secs: 0 octets in, 0 octets out Mar 18 23:14:03 toad ppp[113]: tun0: Phase: deflink: : 0 packets in, 0 packets out Mar 18 23:14:03 toad ppp[113]: tun0: Phase: total 0 bytes/sec, peak 0 bytes/sec on Mon Mar 18 23:14:03 2002 Mar 18 23:14:03 toad ppp[113]: tun0: Phase: deflink: hangup -> closed Mar 18 23:14:03 toad ppp[113]: tun0: Phase: bundle: Dead Mar 18 23:15:11 toad ppp[113]: tun0: Command: /dev/tty: term Mar 18 23:15:11 toad ppp[113]: tun0: Phase: bundle: Establish Mar 18 23:15:11 toad ppp[113]: tun0: Phase: deflink: closed -> opening Mar 18 23:15:11 toad ppp[113]: tun0: Phase: deflink: Connected! Mar 18 23:15:11 toad ppp[113]: tun0: Phase: deflink: opening -> carrier Mar 18 23:15:12 toad ppp[113]: tun0: Phase: deflink: /dev/cuaa0 doesn't support CD Mar 18 23:15:12 toad ppp[113]: tun0: Phase: deflink: carrier -> ready Mar 18 23:15:32 toad ppp[113]: tun0: Phase: deflink: ready -> carrier Mar 18 23:15:32 toad ppp[113]: tun0: Phase: deflink: carrier -> lcp Mar 18 23:15:32 toad ppp[113]: tun0: LCP: FSM: Using "deflink" as a transport Mar 18 23:15:32 toad ppp[113]: tun0: LCP: deflink: State change Initial --> Closed Mar 18 23:15:32 toad ppp[113]: tun0: LCP: deflink: State change Closed --> Stopped Mar 18 23:15:34 toad ppp[113]: tun0: LCP: deflink: LayerStart Mar 18 23:15:34 toad ppp[113]: tun0: LCP: deflink: SendConfigReq(1) state = Stopped Mar 18 23:15:34 toad ppp[113]: tun0: LCP: ACFCOMP[2] Mar 18 23:15:34 toad ppp[113]: tun0: LCP: PROTOCOMP[2] Mar 18 23:15:34 toad ppp[113]: tun0: LCP: ACCMAP[6] 0x00000000 Mar 18 23:15:34 toad ppp[113]: tun0: LCP: MRU[4] 1500 Mar 18 23:15:34 toad ppp[113]: tun0: LCP: MAGICNUM[6] 0x92976e05 Mar 18 23:15:34 toad ppp[113]: tun0: LCP: deflink: State change Stopped --> Req-Sent Mar 18 23:15:37 toad ppp[113]: tun0: LCP: deflink: SendConfigReq(1) state = Req-Sent Mar 18 23:15:37 toad ppp[113]: tun0: LCP: ACFCOMP[2] Mar 18 23:15:37 toad ppp[113]: tun0: LCP: PROTOCOMP[2] Mar 18 23:15:37 toad ppp[113]: tun0: LCP: ACCMAP[6] 0x00000000 Mar 18 23:15:37 toad ppp[113]: tun0: LCP: MRU[4] 1500 Mar 18 23:15:37 toad ppp[113]: tun0: LCP: MAGICNUM[6] 0x92976e05 Mar 18 23:15:40 toad ppp[113]: tun0: LCP: deflink: SendConfigReq(1) state = Req-Sent Mar 18 23:15:40 toad ppp[113]: tun0: LCP: ACFCOMP[2] Mar 18 23:15:40 toad ppp[113]: tun0: LCP: PROTOCOMP[2] Mar 18 23:15:40 toad ppp[113]: tun0: LCP: ACCMAP[6] 0x00000000 Mar 18 23:15:40 toad ppp[113]: tun0: LCP: MRU[4] 1500 Mar 18 23:15:40 toad ppp[113]: tun0: LCP: MAGICNUM[6] 0x92976e05 Mar 18 23:15:43 toad ppp[113]: tun0: LCP: deflink: SendConfigReq(1) state = Req-Sent Mar 18 23:15:43 toad ppp[113]: tun0: LCP: ACFCOMP[2] Mar 18 23:15:43 toad ppp[113]: tun0: LCP: PROTOCOMP[2] Mar 18 23:15:43 toad ppp[113]: tun0: LCP: ACCMAP[6] 0x00000000 Mar 18 23:15:43 toad ppp[113]: tun0: LCP: MRU[4] 1500 Mar 18 23:15:43 toad ppp[113]: tun0: LCP: MAGICNUM[6] 0x92976e05 Mar 18 23:15:46 toad ppp[113]: tun0: LCP: deflink: SendConfigReq(1) state = Req-Sent Mar 18 23:15:46 toad ppp[113]: tun0: LCP: ACFCOMP[2] Mar 18 23:15:46 toad ppp[113]: tun0: LCP: PROTOCOMP[2] Mar 18 23:15:46 toad ppp[113]: tun0: LCP: ACCMAP[6] 0x00000000 Mar 18 23:15:46 toad ppp[113]: tun0: LCP: MRU[4] 1500 Mar 18 23:15:46 toad ppp[113]: tun0: LCP: MAGICNUM[6] 0x92976e05 Mar 18 23:15:49 toad ppp[113]: tun0: LCP: deflink: LayerFinish Mar 18 23:15:49 toad ppp[113]: tun0: LCP: deflink: State change Req-Sent -- > Stopped Mar 18 23:15:49 toad ppp[113]: tun0: LCP: deflink: State change Stopped --> Closed Mar 18 23:15:49 toad ppp[113]: tun0: LCP: deflink: State change Closed --> Initial Mar 18 23:15:49 toad ppp[113]: tun0: Phase: deflink: Disconnected! Mar 18 23:15:49 toad ppp[113]: tun0: Phase: deflink: Connect time: 38 secs: 0 octets in, 265 octets out Mar 18 23:15:49 toad ppp[113]: tun0: Phase: deflink: : 0 packets in, 5 packets out Mar 18 23:15:49 toad ppp[113]: tun0: Phase: total 6 bytes/sec, peak 21 bytes/sec on Mon Mar 18 23:15:49 2002 Mar 18 23:15:49 toad ppp[113]: tun0: Phase: deflink: lcp -> closed Mar 18 23:15:49 toad ppp[113]: tun0: Phase: bundle: Dead __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.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 Mar 19 17:36:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mbox.com.au (203-134-146-019.cust.pth.iprimus.net.au [203.134.146.19]) by hub.freebsd.org (Postfix) with ESMTP id DA53B37B41B for ; Tue, 19 Mar 2002 17:35:58 -0800 (PST) Received: from nms2.mbox.com.au (webmail.mbox.com.au [192.168.20.4]) by smtp2.mbox.com.au (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0GT900B3D08LCO@smtp2.mbox.com.au> for freebsd-questions@FreeBSD.ORG; Wed, 20 Mar 2002 09:31:34 +0800 (WST) Received: from mbox.com.au ([127.0.0.1]) by nms2.mbox.com.au (Netscape Messaging Server 4.15) with ESMTP id GT90AK00.PG7; Wed, 20 Mar 2002 09:32:44 +0800 Date: Wed, 20 Mar 2002 12:32:44 +1100 From: BSD Freak Subject: Re: VPN tunnels using gif interface To: Jim Durham , FreeBSD Questions Message-id: <232ffb323351bf.23351bf232ffb3@mbox.com.au> MIME-version: 1.0 X-Mailer: Netscape Webmail Content-type: text/plain; charset=us-ascii Content-language: en Content-disposition: inline Content-transfer-encoding: 7BIT X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is your webserver up or have you perhaps mistype the URL as I can't seem to access this at all..... ----- Original Message ----- From: Jim Durham Date: Tuesday, March 19, 2002 4:35 pm Subject: Re: VPN tunnels using gif interface > On Monday 18 March 2002 02:16 pm, you wrote: > > I don't quite understand how you use Windows VPN clients (I am > asuming> you mean PPTP) to connect to mpd. The pkg-descr for mpd > is as follows: > > > > > I created a quick page showing how to do this. > > Look at http://jcdurham.com/freebsd > > -Jim > --------------------------------------------------------------------- Never lose a fax again, receive faxes to your personal email account! Visit http://www.mbox.com.au/fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 17:37:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id B1E8B37B405 for ; Tue, 19 Mar 2002 17:37:09 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 20 Mar 2002 01:37:08 +0000 (GMT) To: Nathan Mace Cc: freebsd-questions@freebsd.org, iedowse@maths.tcd.ie Subject: Re: NFS problems In-Reply-To: Your message of "Tue, 19 Mar 2002 20:22:49 EST." <200203200127.UAA26217@uce55.uchaswv.edu> Date: Wed, 20 Mar 2002 01:37:08 +0000 From: Ian Dowse Message-ID: <200203200137.aa33226@salmon.maths.tcd.ie> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200203200127.UAA26217@uce55.uchaswv.edu>, Nathan Mace writes: > >nfsd: RPCPROG_NFS: RPC: Program not registered > >what does this mean? according to sockstat on the server, both mountd and >portmap are running! what can i do? The important bit is the "nfsd:" - the client asked portmap on the server for information about how to connect to the nfsd server process, but was told that nfsd was not registered with portmap. Is nfsd running on the server? Adding nfs_server_enable="YES" to rc.conf on the server should do the trick. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 17:47:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cruzio.com (dsl3-63-249-66-210.cruzio.com [63.249.66.210]) by hub.freebsd.org (Postfix) with ESMTP id B8C1C37B400 for ; Tue, 19 Mar 2002 17:47:30 -0800 (PST) Received: (from brucem@localhost) by mail.cruzio.com (8.11.3/8.11.3) id g2K2u5D00723 for freebsd-questions@freebsd.org; Tue, 19 Mar 2002 18:56:05 -0800 (PST) (envelope-from brucem) Date: Tue, 19 Mar 2002 18:56:05 -0800 (PST) From: "Bruce R. Montague" Message-Id: <200203200256.g2K2u5D00723@mail.cruzio.com> To: freebsd-questions@freebsd.org Subject: re: What is FreeBSD, Inc? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I get asked questions about FreeBSD and open source licenses (I don't know much about legal issues, but I am familiar with the BSD and GPL licenses). I'd like to follow-up on a freebsd-questions post of 9-nov-11 by swear@blarg.net (Gary W. Swearingen "RE: What is FreeBSD, Inc?") containing: > "The FreeBSD Copyright" at > http://www.freebsd.org/copyright/freebsd-license.html > claims that "FreeBSD, Inc." owns copyright on something, > presumably more than that page, though it's not clear what. When someone asks me who is "FreeBSD, Inc.", what do I tell them? The FreeBSD Project? The FreeBSD Mall, Inc.? Walnut Creek (by way of WindRiver)? The fellow that owns Walnut Creek? etc... I think I understand that whatever FreeBSD, Inc., is, it is not the FreeBSD Foundation. The answers to the previous post were sort of "its in the works." Thanks for any advice/info. Please cc me directly on any response, I apologize for being maxed-out on mailing-list bandwith! Regards, - bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 17:51:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uce55.uchaswv.edu (uce55.uchaswv.edu [12.4.161.9]) by hub.freebsd.org (Postfix) with ESMTP id A560C37B404 for ; Tue, 19 Mar 2002 17:51:27 -0800 (PST) Received: from there ([172.16.32.103]) by uce55.uchaswv.edu (8.9.3 (PHNE_22672)/8.9.3) with SMTP id UAA26905; Tue, 19 Mar 2002 20:55:44 -0500 (EST) Message-Id: <200203200155.UAA26905@uce55.uchaswv.edu> Content-Type: text/plain; charset="iso-8859-1" From: Nathan Mace To: Ian Dowse , freebsd-questions@freebsd.org Subject: Re: NFS problems Date: Tue, 19 Mar 2002 20:51:16 -0500 X-Mailer: KMail [version 1.3.2] References: <200203200137.aa33226@salmon.maths.tcd.ie> In-Reply-To: <200203200137.aa33226@salmon.maths.tcd.ie> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Adding nfs_server_enable="YES" > > to rc.conf on the server should do the trick. > > Ian that was already in there, but there was another NFS option in there that had something to do with reserved ports, i commented it out and rebooted the server. now i get a different message. when i do the mount command, i get "RPCPROG_MNT: RPC: Authentication error; why=Client credetial too weak" the /etc/exports file on the server contains "/usr/home/nathan 172.16.33.3" that IP address is the IP of the client. now what? nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 18: 0:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 653F537B416 for ; Tue, 19 Mar 2002 18:00:30 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 20 Mar 2002 02:00:29 +0000 (GMT) To: Nathan Mace Cc: freebsd-questions@freebsd.org Subject: Re: NFS problems In-Reply-To: Your message of "Tue, 19 Mar 2002 20:51:16 EST." <200203200155.UAA26905@uce55.uchaswv.edu> Date: Wed, 20 Mar 2002 02:00:29 +0000 From: Ian Dowse Message-ID: <200203200200.aa34663@salmon.maths.tcd.ie> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200203200155.UAA26905@uce55.uchaswv.edu>, Nathan Mace writes: >that was already in there, but there was another NFS option in there that had >something to do with reserved ports, i commented it out and rebooted the >server. now i get a different message. That was the "nfs_reserved_port_only" option? It should normally be set to "YES" on the server. >when i do the mount command, i get "RPCPROG_MNT: RPC: Authentication error; >why=Client credetial too weak" the /etc/exports file on the server contains >"/usr/home/nathan 172.16.33.3" that IP address is the IP of the client. > now >what? Are you sure you ran that command on the client as root? mount_nfs defaults to using reserved ports, so about the only likely thing that could cause that message is if a non-root user ran the mount command. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 18:21:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uce55.uchaswv.edu (uce55.uchaswv.edu [12.4.161.9]) by hub.freebsd.org (Postfix) with ESMTP id 0969C37B400 for ; Tue, 19 Mar 2002 18:21:41 -0800 (PST) Received: from there ([172.16.32.103]) by uce55.uchaswv.edu (8.9.3 (PHNE_22672)/8.9.3) with SMTP id VAA27663; Tue, 19 Mar 2002 21:25:54 -0500 (EST) Message-Id: <200203200225.VAA27663@uce55.uchaswv.edu> Content-Type: text/plain; charset="iso-8859-1" From: Nathan Mace To: Ian Dowse , freebsd-questions@freebsd.org Subject: Re: NFS problems Date: Tue, 19 Mar 2002 21:21:27 -0500 X-Mailer: KMail [version 1.3.2] References: <200203200200.aa34663@salmon.maths.tcd.ie> In-Reply-To: <200203200200.aa34663@salmon.maths.tcd.ie> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Are you sure you ran that command on the client as root? mount_nfs > defaults to using reserved ports, so about the only likely thing > that could cause that message is if a non-root user ran the mount > command. oh i wasn't running it as root. but now when i run it as root, i get a flat out "permission denied" error. the nfs_reserved_port_only was what i had to set to "NO" to get NFS to work....whats up with that? nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 18:25:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-208-191-227-84.dsl.crchtx.swbell.net [208.191.227.84]) by hub.freebsd.org (Postfix) with ESMTP id 8605237B432 for ; Tue, 19 Mar 2002 18:25:29 -0800 (PST) Received: from SAGEONE (sageone [192.168.0.5]) by sage-one.net (8.11.6/8.11.6) with SMTP id g2K2PSm16946 for ; Tue, 19 Mar 2002 20:25:28 -0600 (CST) (envelope-from admin@sage-one.net) Message-Id: <3.0.5.32.20020319202527.011ca300@mail.sage-one.net> X-Sender: admin@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Tue, 19 Mar 2002 20:25:27 -0600 To: freebsd-questions@freebsd.org From: Server Admin Subject: Mail Autoreply Tool Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Under a BSDi sytem, I have a program called "autoreply" to autorespond to emails, but what is a comparable program for FBSD...?? Under ports, the closest was this for "qmail" but I don't use qmail: port: autorespond-2.0.2 Path: /usr/ports/mail/autorespond Info: Simple autoresponder for qmail Another is "mailagent" but that sounds like an MTA: Port: mailagent-3.0.73 Path: /usr/ports/mail/mailagent Info: A sophisticated automatic mail-processing tool This has got to be an easy question, I just don't know the answer, nor has google helped. Thanks anyone.... .... our website: http://www.sage-one.net/ Best regards, Jack L. Stone Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 18:40:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.csu.ru [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 90A5137B41E; Tue, 19 Mar 2002 18:39:23 -0800 (PST) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.11.6/8.11.6) with ESMTP id g2K2dFt77286 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO); Wed, 20 Mar 2002 07:39:16 +0500 (YEKT) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.11.6/8.11.2) with UUCP id g2K2dFi12378; Wed, 20 Mar 2002 07:39:15 +0500 (YEKT) (envelope-from ilia@cgu.chel.su) Received: from localhost (localhost.cgu.chel.su [127.0.0.1]) by jane.poka.net (8.11.6/8.11.1) with ESMTP id g2K2anr00329; Wed, 20 Mar 2002 07:36:49 +0500 (YEKT) (envelope-from ilia@cgu.chel.su) Date: Wed, 20 Mar 2002 07:36:49 +0500 (YEKT) From: Ilia Chipitsine X-Sender: ilia@jane.poka.net To: Greg Lehey Cc: questions@FreeBSD.ORG Subject: Re: SERIOUS problem with vinum (after power OFF) Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/Mixed; BOUNDARY="0-2094883687-1016474545=:304" Content-ID: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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-2094883687-1016474545=:304 Content-Type: TEXT/PLAIN; CHARSET=koi8-r Content-Transfer-Encoding: 8BIT Content-ID: Salut, Greg Lehey ! On Sun, 17 Mar 2002, Greg Lehey wrote: > On Saturday, 16 March 2002 at 14:40:25 +0500, Ilia E. Chipitsine wrote: > > Dear Sirs, > > > > after 2 years of using vinum on productions servers, today I encountered > > problem that vinum doesn't come up after power off. > > > > any idea how to fix that ????????? > > Yes, read the man page or > http://www.vinumvm.org/vinum/how-to-debug.html > What problems are you having? vinum used to "start", but after power off I can't "vinum start" > Which version of FreeBSD are you running? FreeBSD bruno.cgu.chel.su 4.5-STABLE FreeBSD 4.5-STABLE #0: Fri Mar 8 07:00:59 GMT 2002 ilia@bruno.cgu.chel.su:/mnt/vinum/src/sys/compile/BRUNO i386 > Have you made any changes to the system sources, including Vinum? no, I just built custom kernel > Supply the output of the vinum list command. see attach (vinum-list) > If you can't start Vinum, then (and only then) send a copy of the > configuration file. sure, see attach (vinum.concat) > Supply an extract of the Vinum history file. see attach (vinum_history) > Supply an extract of the file /var/log/messages. see attach (mess) Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) --0-2094883687-1016474545=:304 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII; NAME=mess Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: ATTACHMENT; FILENAME=mess TWFyIDE2IDA5OjMyOjMzIGJydW5vIC9rZXJuZWw6IHZpbnVtOiB1cGRhdGlu ZyBjb25maWd1cmF0aW9uIGZyb20gL2Rldi9kYTNlDQpNYXIgMTYgMDk6MzI6 MzMgYnJ1bm8gL2tlcm5lbDogdmludW06IHVwZGF0aW5nIGNvbmZpZ3VyYXRp b24gZnJvbSAvZGV2L2RhMmUNCk1hciAxNiAwOTozMjozMyBicnVubyAva2Vy bmVsOiB2aW51bTogdXBkYXRpbmcgY29uZmlndXJhdGlvbiBmcm9tIC9kZXYv ZGExZQ0KTWFyIDE2IDA5OjMzOjIxIGJydW5vIC9rZXJuZWw6IHZpbnVtOiB1 cGRhdGluZyBjb25maWd1cmF0aW9uIGZyb20gL2Rldi9kYTJzMmUNCk1hciAx NiAwOTozMzoyMSBicnVubyAva2VybmVsOiB2aW51bTogdXBkYXRpbmcgY29u ZmlndXJhdGlvbiBmcm9tIC9kZXYvZGExczJlDQpNYXIgMTYgMDk6MzM6MjEg YnJ1bm8gL2tlcm5lbDogdmludW06IHVwZGF0aW5nIGNvbmZpZ3VyYXRpb24g ZnJvbSAvZGV2L2RhMHMyZQ0KTWFyIDE2IDA5OjM5OjI4IGJydW5vIHN1OiBp bGlhIHRvIHJvb3Qgb24gL2Rldi90dHlwMA0KTWFyIDE2IDA5OjM5OjU3IGJy dW5vIC9rZXJuZWw6IHZpbnVtOiB1cGRhdGluZyBjb25maWd1cmF0aW9uIGZy b20gL2Rldi9kYTNzMWUNCg0K --0-2094883687-1016474545=:304 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII; NAME=vinum_history Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: ATTACHMENT; FILENAME=vinum_history IDUgTWFyIDIwMDIgMTE6NDU6NDMuOTc1NjgxICoqKiB2aW51bSBzdGFydGVk ICoqKg0KIDUgTWFyIDIwMDIgMTE6NDU6NDMuOTkyOTk4ICoqKiBDcmVhdGVk IGRldmljZXMgKioqDQogNSBNYXIgMjAwMiAxMTo0NTo0NC4wMjA3OTYgY3Jl YXRlIC1mIHZpbnVtLmNvbmNhdCANCmRyaXZlIGEgZGV2aWNlIC9kZXYvZGEw czJlDQpkcml2ZSBiIGRldmljZSAvZGV2L2RhMXMxZQ0KZHJpdmUgYyBkZXZp Y2UgL2Rldi9kYTJzMWUNCmRyaXZlIGQgZGV2aWNlIC9kZXYvZGExczJlDQpk cml2ZSBlIGRldmljZSAvZGV2L2RhMnMyZQ0KZHJpdmUgZiBkZXZpY2UgL2Rl di9kYTJzMWUNCg0KIHZvbHVtZSB2b2xjb25jYXQgc2V0dXBzdGF0ZQ0KICBw bGV4IG9yZyBzdHJpcGVkIDI1NmsNCiAgIHNkIGxlbmd0aCAxMDI2bSBkcml2 ZSBhDQogICBzZCBsZW5ndGggMTAyNm0gZHJpdmUgYg0KICAgc2QgbGVuZ3Ro IDEwMjZtIGRyaXZlIGMNCiAgIHNkIGxlbmd0aCAxMDI2bSBkcml2ZSBkDQog ICBzZCBsZW5ndGggMTAyNm0gZHJpdmUgZQ0KICAgc2QgbGVuZ3RoIDEwMjZt IGRyaXZlIGYNCg0KIDUgTWFyIDIwMDIgMTE6NDU6NDQuMTQwNTcyICoqKiBD cmVhdGVkIGRldmljZXMgKioqDQogNSBNYXIgMjAwMiAxMTo0Njo0Ny4wMTc3 MDkgKioqIHZpbnVtIHN0YXJ0ZWQgKioqDQogNSBNYXIgMjAwMiAxMTo0Njo0 Ny4wMjA0NjIgcmVzZXRjb25maWcgDQogNSBNYXIgMjAwMiAxMTo0Njo1MS44 NDg0MTMgKioqIENyZWF0ZWQgZGV2aWNlcyAqKioNCiA1IE1hciAyMDAyIDEx OjQ2OjQ3LjAyMDQ2MiByZXNldGNvbmZpZyANCiA1IE1hciAyMDAyIDExOjQ2 OjUxLjg0ODQxMyAqKiogQ3JlYXRlZCBkZXZpY2VzICoqKg0KIDUgTWFyIDIw MDIgMTE6NDY6NTQuNzk5ODI5ICoqKiB2aW51bSBzdGFydGVkICoqKg0KIDUg TWFyIDIwMDIgMTE6NDY6NTQuODAyNDE5IGNyZWF0ZSAtZiB2aW51bS5jb25j YXQgDQpkcml2ZSBhIGRldmljZSAvZGV2L2RhMHMyZQ0KZHJpdmUgYiBkZXZp Y2UgL2Rldi9kYTFzMWUNCmRyaXZlIGMgZGV2aWNlIC9kZXYvZGEyczFlDQpk cml2ZSBkIGRldmljZSAvZGV2L2RhMXMyZQ0KZHJpdmUgZSBkZXZpY2UgL2Rl di9kYTJzMmUNCmRyaXZlIGYgZGV2aWNlIC9kZXYvZGEzczFlDQoNCiB2b2x1 bWUgdm9sY29uY2F0IHNldHVwc3RhdGUNCiAgcGxleCBvcmcgc3RyaXBlZCAy NTZrDQogICBzZCBsZW5ndGggMTAyNm0gZHJpdmUgYQ0KICAgc2QgbGVuZ3Ro IDEwMjZtIGRyaXZlIGINCiAgIHNkIGxlbmd0aCAxMDI2bSBkcml2ZSBjDQog ICBzZCBsZW5ndGggMTAyNm0gZHJpdmUgZA0KICAgc2QgbGVuZ3RoIDEwMjZt IGRyaXZlIGUNCiAgIHNkIGxlbmd0aCAxMDI2bSBkcml2ZSBmDQoNCiA1IE1h ciAyMDAyIDExOjQ2OjU0Ljk2MTk3MiAqKiogQ3JlYXRlZCBkZXZpY2VzICoq Kg0KMTYgTWFyIDIwMDIgMDg6MTI6NDcuNDY3MTAwICoqKiB2aW51bSBzdGFy dGVkICoqKg0KMTYgTWFyIDIwMDIgMDg6MTI6NDcuNTAwMDI1IHN0YXJ0IA0K MTYgTWFyIDIwMDIgMDg6MTI6NTMuNjk0MDQ4ICoqKiBDcmVhdGVkIGRldmlj ZXMgKioqDQoxNiBNYXIgMjAwMiAwODo0MzoxMC4yMzExMDEgKioqIHZpbnVt IHN0YXJ0ZWQgKioqDQoxNiBNYXIgMjAwMiAwODo0MzoxMC4yNDY1NjQgc3Rh cnQgDQoxNiBNYXIgMjAwMiAwODo0MzoxNS43OTk3MzMgKioqIENyZWF0ZWQg ZGV2aWNlcyAqKioNCjE2IE1hciAyMDAyIDA4OjQ0OjAxLjE1NTUxNyAqKiog dmludW0gc3RhcnRlZCAqKioNCjE2IE1hciAyMDAyIDA4OjQ0OjAxLjE1ODMy MSByZWJ1aWxkcGFyaXR5IA0KMTYgTWFyIDIwMDIgMDg6NDQ6MDYuMzg1MTYx ICoqKiB2aW51bSBzdGFydGVkICoqKg0KMTYgTWFyIDIwMDIgMDg6NDQ6MDYu Mzg3NjczIHN0YXJ0IA0KMTYgTWFyIDIwMDIgMDg6NDQ6MDcuMzYyOTIxICoq KiBDcmVhdGVkIGRldmljZXMgKioqDQoxNiBNYXIgMjAwMiAwODo0NDoyMC4x NTU2OTAgKioqIHZpbnVtIHN0YXJ0ZWQgKioqDQoxNiBNYXIgMjAwMiAwODo0 NDoyMC4xNTg0MzMgcmVidWlsZHBhcml0eSB2b2xjb25jYXQucDAgDQoxNiBN YXIgMjAwMiAwODo0OTo1OS4wMTI2OTMgKioqIHZpbnVtIHN0YXJ0ZWQgKioq DQoxNiBNYXIgMjAwMiAwODo0OTo1OS4wMTU1MTAgaW5mbyANCjE2IE1hciAy MDAyIDA4OjUxOjQ4LjU3MjE1MiAqKiogdmludW0gc3RhcnRlZCAqKioNCjE2 IE1hciAyMDAyIDA4OjUxOjQ4LjU3NTI0NCByZXNldHN0YXRzIA0KMTYgTWFy IDIwMDIgMDg6NTI6MjguMzY1ODIxICoqKiB2aW51bSBzdGFydGVkICoqKg0K MTYgTWFyIDIwMDIgMDg6NTI6MjguMzY4NjI2IGxkIA0KMTYgTWFyIDIwMDIg MDg6NTM6MzYuODk3OTkzICoqKiB2aW51bSBzdGFydGVkICoqKg0KMTYgTWFy IDIwMDIgMDg6NTM6MzYuOTAwNjkzIHN0YXJ0IA0KMTYgTWFyIDIwMDIgMDg6 NTM6MzkuNDU5OTkxICoqKiBDcmVhdGVkIGRldmljZXMgKioqDQoxNiBNYXIg MjAwMiAwODo1Nzo0MC43Nzk0MTggKioqIHZpbnVtIHN0YXJ0ZWQgKioqDQox NiBNYXIgMjAwMiAwODo1Nzo0MC45MTMxNTkgbGQgDQoxNiBNYXIgMjAwMiAw ODo1ODo1Ni43OTY1ODQgKioqIHZpbnVtIHN0YXJ0ZWQgKioqDQoxNiBNYXIg MjAwMiAwODo1ODo1Ni43OTk0NzAgZHVtcGNvbmZpZyANCjE2IE1hciAyMDAy IDA4OjU5OjM0LjMxMzA4MSAqKiogdmludW0gc3RhcnRlZCAqKioNCjE2IE1h ciAyMDAyIDA4OjU5OjM0LjMxNTc1NiB1cCB2b2xjb25jYXQucDAuczEgDQox NiBNYXIgMjAwMiAwOTowMDoyOS42ODM1OTUgKioqIHZpbnVtIHN0YXJ0ZWQg KioqDQoxNiBNYXIgMjAwMiAwOTowMDoyOS42ODYzNDIgc3RhcnQgdm9sY29u Y2F0LnAwLnM1IA0KMTYgTWFyIDIwMDIgMDk6MDA6NDYuOTA0MjAzICoqKiB2 aW51bSBzdGFydGVkICoqKg0KMTYgTWFyIDIwMDIgMDk6MDA6NDYuOTA2ODYx IHN0YXJ0IHZvbGNvbmNhdC5wMC5zMiANCjE2IE1hciAyMDAyIDA5OjAzOjMw LjI5MjIyMSAqKiogdmludW0gc3RhcnRlZCAqKioNCjE2IE1hciAyMDAyIDA5 OjAzOjMwLjI5NTEyMSBsIA0KMTYgTWFyIDIwMDIgMDk6MDQ6MTguOTk1NjMx ICoqKiB2aW51bSBzdGFydGVkICoqKg0KMTYgTWFyIDIwMDIgMDk6MDQ6MTgu OTk4MjU5IGwgDQoxNiBNYXIgMjAwMiAwOToxMDoxNC41MTY1NjEgKioqIHZp bnVtIHN0YXJ0ZWQgKioqDQoxNiBNYXIgMjAwMiAwOToxMDoxNC41MTkzNDYg c3RhcnQgDQoxNiBNYXIgMjAwMiAwOToxMDoyMC4wNzA3OTkgKioqIENyZWF0 ZWQgZGV2aWNlcyAqKioNCjE2IE1hciAyMDAyIDA5OjMyOjIzLjU1NzY4OSAq KiogdmludW0gc3RhcnRlZCAqKioNCjE2IE1hciAyMDAyIDA5OjMyOjIzLjU3 NTY3MyBtYWtlZGV2IA0KMTYgTWFyIDIwMDIgMDk6MzI6MjMuNTc2NjcyICoq KiBDcmVhdGVkIGRldmljZXMgKioqDQoxNiBNYXIgMjAwMiAwOTozMjoyNy42 MTMwMTEgKioqIHZpbnVtIHN0YXJ0ZWQgKioqDQoxNiBNYXIgMjAwMiAwOToz MjoyNy42MTU2MjMgc3RhcnQgDQoxNiBNYXIgMjAwMiAwOTozMjozMy4yMDkz NjAgKioqIENyZWF0ZWQgZGV2aWNlcyAqKioNCjE2IE1hciAyMDAyIDA5OjMz OjIwLjM4NDg0NiAqKiogdmludW0gc3RhcnRlZCAqKioNCjE2IE1hciAyMDAy IDA5OjMzOjIwLjM4NzU0MCBzdGFydCANCjE2IE1hciAyMDAyIDA5OjMzOjIx LjM3NzU2NSAqKiogQ3JlYXRlZCBkZXZpY2VzICoqKg0KMTYgTWFyIDIwMDIg MDk6MzM6NDQuODg0OTYxICoqKiB2aW51bSBzdGFydGVkICoqKg0KMTYgTWFy IDIwMDIgMDk6MzM6NDQuODg3NjU4IHN0YXJ0IHZvbGNvbmNhdC5wMC5zMCAN CjE2IE1hciAyMDAyIDA5OjM0OjEwLjQxNjUzOSAqKiogdmludW0gc3RhcnRl ZCAqKioNCjE2IE1hciAyMDAyIDA5OjM0OjEwLjQxOTE5MiBzdGFydCB2b2xj b25jYXQgDQoxNiBNYXIgMjAwMiAwOTozOTo1NS4wMTEwNjYgKioqIHZpbnVt IHN0YXJ0ZWQgKioqDQoxNiBNYXIgMjAwMiAwOTozOTo1NS4wMTM4MDIgc3Rh cnQgDQoxNiBNYXIgMjAwMiAwOTozOTo1Ny41NTEwMzYgKioqIENyZWF0ZWQg ZGV2aWNlcyAqKioNCjE4IE1hciAyMDAyIDExOjA3OjQ2LjIzODQ2OCAqKiog dmludW0gc3RhcnRlZCAqKioNCjE4IE1hciAyMDAyIDExOjA3OjQ4LjUwNjcw NSA/IA0KMTggTWFyIDIwMDIgMTE6MDc6NTAuNTkxNDY3IGhlbHAgDQoxOCBN YXIgMjAwMiAxMTowNzo1Ni41NDcyODggY29uY2F0IA0KMTggTWFyIDIwMDIg MTE6MDg6MDQuMzkyNTM3IGV4aXQgDQoxOCBNYXIgMjAwMiAxMTowODowNi41 NjYwNjYgcXVpdCANCjE4IE1hciAyMDAyIDE3OjQ2OjMwLjEwNTEzOCAqKiog dmludW0gc3RhcnRlZCAqKioNCjE4IE1hciAyMDAyIDE3OjQ2OjMwLjEwODE1 MCBzdGFydCANCjE4IE1hciAyMDAyIDE3OjQ2OjM1LjY3MzgyNCAqKiogQ3Jl YXRlZCBkZXZpY2VzICoqKg0K --0-2094883687-1016474545=:304 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII; NAME="vinum.concat" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: ATTACHMENT; FILENAME="vinum.concat" ZHJpdmUgYSBkZXZpY2UgL2Rldi9kYTBzMmUNCmRyaXZlIGIgZGV2aWNlIC9k ZXYvZGExczFlDQpkcml2ZSBjIGRldmljZSAvZGV2L2RhMnMxZQ0KZHJpdmUg ZCBkZXZpY2UgL2Rldi9kYTFzMmUNCmRyaXZlIGUgZGV2aWNlIC9kZXYvZGEy czJlDQpkcml2ZSBmIGRldmljZSAvZGV2L2RhM3MxZQ0KDQogdm9sdW1lIHZv bGNvbmNhdCBzZXR1cHN0YXRlDQogIHBsZXggb3JnIHN0cmlwZWQgMjU2aw0K ICAgc2QgbGVuZ3RoIDEwMjZtIGRyaXZlIGENCiAgIHNkIGxlbmd0aCAxMDI2 bSBkcml2ZSBiDQogICBzZCBsZW5ndGggMTAyNm0gZHJpdmUgYw0KICAgc2Qg bGVuZ3RoIDEwMjZtIGRyaXZlIGQNCiAgIHNkIGxlbmd0aCAxMDI2bSBkcml2 ZSBlDQogICBzZCBsZW5ndGggMTAyNm0gZHJpdmUgZg0KDQo= --0-2094883687-1016474545=:304 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII; NAME=vinum-list Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: ATTACHMENT; FILENAME=vinum-list OSBkcml2ZXM6DQpEIGIgICAgICAgICAgICAgICAgICAgICBTdGF0ZTogdXAJ RGV2aWNlIC9kZXYvZGExZQlBdmFpbDogMTAyNy8xMDI3IE1CICgxMDAlKQ0K RCBjICAgICAgICAgICAgICAgICAgICAgU3RhdGU6IHVwCURldmljZSAvZGV2 L2RhMmUJQXZhaWw6IDEwMjcvMTAyNyBNQiAoMTAwJSkNCkQgZiAgICAgICAg ICAgICAgICAgICAgIFN0YXRlOiB1cAlEZXZpY2UgL2Rldi9kYTNlCUF2YWls OiAxMDI2LzEwMjcgTUIgKDEwMCUpDQpEICppbnZhbGlkKiAgICAgICAgICAg ICBTdGF0ZTogcmVmZXJlbmNlZAlEZXZpY2UgCUF2YWlsOiAwLzAgTUINCg0K MiB2b2x1bWVzOg0KViB2b2xjb25jYXQgICAgICAgICAgICAgU3RhdGU6IGRv d24JUGxleGVzOiAgICAgICAxCVNpemU6ICAgICAgIDYxNTYgTUINClYgdmlu dW0wICAgICAgICAgICAgICAgIFN0YXRlOiB1cAlQbGV4ZXM6ICAgICAgIDEJ U2l6ZTogICAgICAgICAgMCAgQg0KDQoyIHBsZXhlczoNClAgdm9sY29uY2F0 LnAwICAgICAgICBTIFN0YXRlOiBmYXVsdHkJU3ViZGlza3M6ICAgICA2CVNp emU6ICAgICAgIDYxNTYgTUINClAgdmludW0wLnAwICAgICAgICAgICBDIFN0 YXRlOiB1cAlTdWJkaXNrczogICAgIDAJU2l6ZTogICAgICAgICAgMCAgQg0K DQo2IHN1YmRpc2tzOg0KUyB2b2xjb25jYXQucDAuczAgICAgICAgU3RhdGU6 IGNyYXNoZWQJUE86ICAgICAgICAwICBCIFNpemU6ICAgICAgIDEwMjYgTUIN ClMgdm9sY29uY2F0LnAwLnMxICAgICAgIFN0YXRlOiBjcmFzaGVkCVBPOiAg ICAgIDI1NiBrQiBTaXplOiAgICAgICAxMDI2IE1CDQpTIHZvbGNvbmNhdC5w MC5zMiAgICAgICBTdGF0ZTogY3Jhc2hlZAlQTzogICAgICA1MTIga0IgU2l6 ZTogICAgICAgMTAyNiBNQg0KUyB2b2xjb25jYXQucDAuczMgICAgICAgU3Rh dGU6IGNyYXNoZWQJUE86ICAgICAgNzY4IGtCIFNpemU6ICAgICAgIDEwMjYg TUINClMgdm9sY29uY2F0LnAwLnM0ICAgICAgIFN0YXRlOiBjcmFzaGVkCVBP OiAgICAgMTAyNCBrQiBTaXplOiAgICAgICAxMDI2IE1CDQpTIHZvbGNvbmNh dC5wMC5zNSAgICAgICBTdGF0ZTogY3Jhc2hlZAlQTzogICAgIDEyODAga0Ig U2l6ZTogICAgICAgMTAyNiBNQg0K --0-2094883687-1016474545=:304-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 18:59:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sagan.beanstalk.net (sagan.beanstalk.net [12.162.34.5]) by hub.freebsd.org (Postfix) with ESMTP id BBDE437B404 for ; Tue, 19 Mar 2002 18:59:32 -0800 (PST) Received: from fcoffice.ptfd.org (unverified [12.162.35.159]) by sagan.beanstalk.net (Vircom SMTPRS 4.2.181) with SMTP id ; Tue, 19 Mar 2002 22:01:48 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Michael W.Holdeman Organization: PTFD To: Matthew Hunt Subject: Re: bidwatcher Date: Tue, 19 Mar 2002 21:59:27 -0500 X-Mailer: KMail [version 1.2] References: <02031816100100.22396@fcoffice.ptfd.org> <02031916360305.03141@fcoffice.ptfd.org> <20020319133800.A42339@wopr.caltech.edu> In-Reply-To: <20020319133800.A42339@wopr.caltech.edu> Cc: FreeBSD Questions MIME-Version: 1.0 Message-Id: <0203192159270B.03141@fcoffice.ptfd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matthew, I got the new port tonight via cvsup, it does download the correct file now however it fails to install the patches. It appears the new version needs new patch files, which I have looked at but have NO IDEA what I am doing. This is something I'm interested in learning, but this week I'm too covered up (trying to track my auctions with web-browsers LOL) Mike On Tuesday 19 March 2002 16:38, you wrote: > On Tue, Mar 19, 2002 at 04:36:03PM -0500, Michael W. Holdeman wrote: > > Where do we get your port? > > It's checked into CVS. Get it however you normally update your Ports > Collection (e.g. cvsup). There may be a delay before it's propagated to > the cvsup servers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 19: 3:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from serv1.wallnet.com (server1.wallnet.com [208.225.162.122]) by hub.freebsd.org (Postfix) with ESMTP id 2949C37B400 for ; Tue, 19 Mar 2002 19:03:52 -0800 (PST) Received: from localhost (timothyk@localhost) by serv1.wallnet.com (8.11.5/8.11.5) with ESMTP id g2K33oQ75654; Tue, 19 Mar 2002 22:03:50 -0500 (EST) (envelope-from timothyk@serv1.wallnet.com) Date: Tue, 19 Mar 2002 22:03:50 -0500 (EST) From: Tim Kellers To: Server Admin Cc: Subject: Re: Mail Autoreply Tool In-Reply-To: <3.0.5.32.20020319202527.011ca300@mail.sage-one.net> Message-ID: <20020319220201.O75467-100000@serv1.wallnet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This may be (probably is) an oversimplification, but I use vacation(1) to generate autoreply messages. No ports needed; it's built in (and awfully easy to use). Tim Kellers CPE/NJIT On Tue, 19 Mar 2002, Server Admin wrote: > Under a BSDi sytem, I have a program called "autoreply" to autorespond to > emails, but what is a comparable program for FBSD...?? > > Under ports, the closest was this for "qmail" but I don't use qmail: > port: autorespond-2.0.2 > Path: /usr/ports/mail/autorespond > Info: Simple autoresponder for qmail > > Another is "mailagent" but that sounds like an MTA: > Port: mailagent-3.0.73 > Path: /usr/ports/mail/mailagent > Info: A sophisticated automatic mail-processing tool > > This has got to be an easy question, I just don't know the answer, nor has > google helped. > > Thanks anyone.... > > .... our website: http://www.sage-one.net/ > > Best regards, > > Jack L. Stone > Server Admin > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 19 19: 5: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 5315037B405 for ; Tue, 19 Mar 2002 19:04:59 -0800 (PST) Received: (qmail 96077 invoked by uid 100); 20 Mar 2002 03:04:56 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15511.64599.771341.491229@guru.mired.org> Date: Tue, 19 Mar 2002 21:04:55 -0600 To: Server Admin Cc: freebsd-questions@freebsd.org Subject: Re: Mail Autoreply Tool In-Reply-To: <3.0.5.32.20020319202527.011ca300@mail.sage-one.net> References: <3.0.5.32.20020319202527.011ca300@mail.sage-one.net> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In <3.0.5.32.20020319202527.011ca300@mail.sage-one.net>, Server Admin typed: > Under a BSDi sytem, I have a program called "autoreply" to autorespond to > emails, but what is a comparable program for FBSD...?? > > This has got to be an easy question, I just don't know the answer, nor has > google helped. Possibly vacation, in the base system? http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 19:10:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id CA96137B400 for ; Tue, 19 Mar 2002 19:10:46 -0800 (PST) Received: from jimarnold.org (a11a174.neo.rr.com [204.210.192.174]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id g2K3AjB23814 for ; Tue, 19 Mar 2002 22:10:45 -0500 (EST) Received: from knightridder.com (localhost.spike [127.0.0.1]) by jimarnold.org (Postfix) with ESMTP id 0BBB1368F for ; Tue, 19 Mar 2002 22:10:44 -0500 (EST) Message-ID: <3C97FDB3.CFF0DC4F@knightridder.com> Date: Tue, 19 Mar 2002 22:10:43 -0500 From: Jim Arnold Reply-To: jarnold@knightridder.com X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: upgrading problems with XFree86 4.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG My upgrade fails with the errors below. I am currently running XFree86-4.1.0_13,1 on a 4.5 release box. I've cvsup'ed my ports before upgrading X to: PORTNAME= XFree86 PORTVERSION= 4.2.0 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11 Any thoughts? install in programs/lbxproxy/config done installing in programs/scripts... /usr/bin/install -c -m 0755 xon.sh /usr/X11R6/bin/xon install in programs/scripts done installing in programs/glxinfo... rm -f glxinfo LD_LIBRARY_PATH=../../exports/lib cc -o glxinfo -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith -L../../exports/lib glxinfo.o -lGLU -lGL -lXext -lX11 -L/usr/X11R6/lib -pthread -lm -Wl,-rpath,/usr/X11R6/lib /usr/libexec/elf/ld: cannot find -lGLU *** Error code 1 Stop in /max/ports/x11/XFree86-4-clients/work/xc/programs/glxinfo. *** Error code 1 Stop in /max/ports/x11/XFree86-4-clients/work/xc/programs. *** Error code 1 Stop in /max/ports/x11/XFree86-4-clients/work/xc. *** Error code 1 Stop in /max/ports/x11/XFree86-4-clients/work/xc. *** Error code 1 Stop in /max/ports/x11/XFree86-4-clients. *** Error code 1 Stop in /max/ports/x11/XFree86-4-clients. *** Error code 1 Stop in /max/ports/x11/XFree86-4-clients. *** Error code 1 Stop in /max/ports/x11/XFree86-4-clients. *** Error code 1 Stop in /max/ports/x11/XFree86-4. *** Error code 1 Stop in /max/ports/x11/XFree86-4. *** Error code 1 Stop in /max/ports/x11/XFree86-4. *** Error code 1 Stop in /max/ports/x11/XFree86-4. ** Command failed: make ---> Restoring the old version ************************************************************************ * To improve security, the X server is installed without an SUID bit. * * This is suitable for use with xdm, but not with a startx script. * * If you need to use a startx script, install the x11/wrapper package. * ************************************************************************ * If XFree86-4 is not a basic part of your operating system, add the * * following line to /etc/make.conf: XFREE86_VERSION=4 * ************************************************************************ ** Fix the installation problem and try again. -- I'm currently running FreeBSD 4.5-STABLE which has been up for 14 days as of 03/19/02 10:00:00 PM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 19:17:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.vr9.com (ns1.vr9.com [216.113.198.34]) by hub.freebsd.org (Postfix) with ESMTP id 9B50037B47D for ; Tue, 19 Mar 2002 19:16:52 -0800 (PST) Received: from localhost (jeffm@localhost) by ns1.vr9.com (8.11.6/8.9.3) with ESMTP id g2K3fgc44463 for ; Tue, 19 Mar 2002 19:41:42 -0800 (PST) (envelope-from jeffm@vr9.com) X-Authentication-Warning: ns1.vr9.com: jeffm owned process doing -bs Date: Tue, 19 Mar 2002 19:41:42 -0800 (PST) From: Jeff Miller To: freebsd-questions@freebsd.org Subject: Root Mount Failed: 16 ufs:/dev/ad4s1a Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I tried to upgrade one of my server's to FreeBSD 4.5-STABLE from FreeBSD 4.2-STABLE. I did this using make build/install world, etc. Then I compiled my kernel as well I compared my existing kernel to the GENERIC one to see if there were any new options from 4.2 to 4.5 and then merged them into one combined one. Now I get this message Root Mount Failed: 16 ufs:/dev/ad4s1a then it asks me to manual specify the root device so I give it a try with all the known device names from the previous system but to know avail. I looked at the boot messages just before it to see if maybe the Kernel is initializing the drives on diffrent dev names but it is /dev/ad4s1a. I was able to get the server running again but I am using my old kernel on a system running 4.5-STABLE binaries. As you could imagine i am having troubles with things like ipfw now giving me segmentation faults. I have also tried using the CONF file from the working kernel to make a 4.5 KERNEL but it still has the Root Mount Failed: 16 Message. I have looked through google and the Mailing lists to see if someone else has encountered this problem and can't find any exact matches. Best Regards, Jeff Miller To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 19:21:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id EFF4E37B405 for ; Tue, 19 Mar 2002 19:21:12 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id CFE6A901A00; Tue, 19 Mar 2002 22:19:55 -0500 (EST) Date: Tue, 19 Mar 2002 22:19:55 -0500 From: mpd To: Jim Arnold Cc: questions@freebsd.org Subject: Re: upgrading problems with XFree86 4.2 Message-ID: <20020319221955.A1521@rochester.rr.com> References: <3C97FDB3.CFF0DC4F@knightridder.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3C97FDB3.CFF0DC4F@knightridder.com>; from jarnold@knightridder.com on Tue, Mar 19, 2002 at 10:10:43PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Mar 19, 2002 at 10:10:43PM -0500, Jim Arnold wrote: > My upgrade fails with the errors below. > I am currently running XFree86-4.1.0_13,1 > on a 4.5 release box. > > I've cvsup'ed my ports before upgrading X > to: > > PORTNAME= XFree86 > PORTVERSION= 4.2.0 > PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= x11 > > Any thoughts? I had this same problem. A straight 'portupgrade XFree86' wasn't able to upgrade correctly, so I ended up doing each part separately. In your case, you need to build the XFree86-4-libraries port. mike > > install in programs/lbxproxy/config done > installing in programs/scripts... > /usr/bin/install -c -m 0755 xon.sh /usr/X11R6/bin/xon > install in programs/scripts done > installing in programs/glxinfo... > rm -f glxinfo > LD_LIBRARY_PATH=../../exports/lib cc -o glxinfo -ansi -pedantic > -Dasm=__asm -Wall -Wpointer-arith -L../../exports/lib glxinfo.o > -lGLU -lGL -lXext -lX11 -L/usr/X11R6/lib -pthread -lm > -Wl,-rpath,/usr/X11R6/lib > /usr/libexec/elf/ld: cannot find -lGLU > *** Error code 1 > > Stop in /max/ports/x11/XFree86-4-clients/work/xc/programs/glxinfo. > *** Error code 1 > > Stop in /max/ports/x11/XFree86-4-clients/work/xc/programs. > *** Error code 1 > > Stop in /max/ports/x11/XFree86-4-clients/work/xc. > *** Error code 1 > > Stop in /max/ports/x11/XFree86-4-clients/work/xc. > *** Error code 1 > > Stop in /max/ports/x11/XFree86-4-clients. > *** Error code 1 > > Stop in /max/ports/x11/XFree86-4-clients. > *** Error code 1 > > Stop in /max/ports/x11/XFree86-4-clients. > *** Error code 1 > > Stop in /max/ports/x11/XFree86-4-clients. > *** Error code 1 > > Stop in /max/ports/x11/XFree86-4. > *** Error code 1 > > Stop in /max/ports/x11/XFree86-4. > *** Error code 1 > > Stop in /max/ports/x11/XFree86-4. > *** Error code 1 > > Stop in /max/ports/x11/XFree86-4. > ** Command failed: make > ---> Restoring the old version > > ************************************************************************ > * To improve security, the X server is installed without an SUID bit. * > * This is suitable for use with xdm, but not with a startx script. * > * If you need to use a startx script, install the x11/wrapper package. * > ************************************************************************ > * If XFree86-4 is not a basic part of your operating system, add the * > * following line to /etc/make.conf: XFREE86_VERSION=4 * > ************************************************************************ > > ** Fix the installation problem and try again. > > -- > > I'm currently running FreeBSD 4.5-STABLE > which has been up for 14 days as of 03/19/02 10:00:00 PM > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ___________________________________________________________ "KABLAM!" - Unknown from "POKEY IS IN MONOCHROME" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 19:23:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ncweb.com (mail.ncweb.com [64.240.55.3]) by hub.freebsd.org (Postfix) with ESMTP id 3303737B417 for ; Tue, 19 Mar 2002 19:23:30 -0800 (PST) Received: from monk.ncweb.com ([64.240.54.170]) by mail.ncweb.com (8.11.6/8.11.6) with ESMTP id g2K3Ns607905; Tue, 19 Mar 2002 22:23:55 -0500 (EST) (envelope-from senmonk@ncweb.com) Message-Id: <5.1.0.14.0.20020319222112.00a317a0@ncweb.com> X-Sender: senmonk@ncweb.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 19 Mar 2002 22:22:15 -0500 To: lists@rhavenn.net, freebsd-questions@FreeBSD.ORG From: Shaun Subject: Re: Migrating User Accounts from Linux to FreeBSD In-Reply-To: <200203192256.g2JMuRw0096888@smaug.rhavenn.net> References: <5.1.0.14.0.20020319173622.00a32130@ncweb.com> <5.1.0.14.0.20020319173622.00a32130@ncweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is there anything that needs to be done to reload the passwd file into memory? If not then it didnt work. Do u have any other suggestions? Thanks, Shaun At 05:04 PM 3/19/2002 -0600, Henrik Hudson wrote: >If memory serves me right, depending on how the passwords are encrypted on >your PPC box you "should" be able to just copy the passwd field from your >shadow file and plunk them into your master passwd file on your BSD box. If >you have a lot of users this may be tedious, but should work if the password >was hashed using DES or MD5 . Of course, you probably want to change paths to >shells and homedirs, etc... as well. > > >On Tuesday 19 March 2002 16:41, Shaun wrote: > > Hello all- > > > > I have been searching through all sides of the internet trying to > find > > information on how to migrate the accounts. I have been to several list > > archives, google, the hand book and everything but haven't been able to > > find anything too helpful. > > > > I am trying to move user accounts from a LinuxPPC 2000 box to a FreeBSD > > 4.5. The problem on the linux box is that the pwdunconv program doesnt seem > > to work. The box is a bit crippled. (its an iMac, i know i know... not my > > choice.) Does anyone know how I could resolve this problem? > > > > Thanks for any and all help! > > > > Shaun Newcomer > > MHS SSA/Webmaster > > monk@mentorhigh.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 Tue Mar 19 19:28:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp013.mail.yahoo.com (smtp013.mail.yahoo.com [216.136.173.57]) by hub.freebsd.org (Postfix) with SMTP id 3DE5F37B405 for ; Tue, 19 Mar 2002 19:28:16 -0800 (PST) Received: from jlboss (AUTH plain) at wks-94-207-167.kscable.com (HELO yahoo.com) (jlboss@24.94.207.167) by smtp.mail.vip.sc5.yahoo.com with SMTP; 20 Mar 2002 03:28:15 -0000 Message-ID: <3C980293.1030708@yahoo.com> Date: Tue, 19 Mar 2002 21:31:31 -0600 From: Justin L Boss User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.4) Gecko/20011126 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: chip.wiegand@simrad.com Cc: freebsd-questions@freebsd.org Subject: Re: network monitoring tools References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I don't know about net mon but one way to impress them is to install samba and show them how much money they can save in license (m$'s total cost of owner ship, LOL). chip.wiegand@simrad.com wrote: > > I know there are many, many network monitoring tools in the ports. I am > setting up a FreeBSD > box here at work, only the second one, with about 50 NT workstations and > 8 NT servers. So, > what can I run on this machine to use to monitor the NT network? > Something cool, flashy, etc, > whatever will turn the heads of my boss (the IT manager), and others > above him? This is a > NT shop, into which I have managed to get two bsd boxes, the first is > running a web server > and sendmail. The machine is a AMD800 and has a 19" monitor. I plan on > using XFCE for my > window manager, but also have KDE and Enlightenment/Gnome installed just > to show 'em off. > > Any suggestions would be great. > Thanks, > -- > Chip Wiegand > Computer Services > Simrad, Inc > www.simrad.com > chip.wiegand@simrad.com > > "There is no reason anyone would want a computer in their home." > --Ken Olson, president, chairman and founder of Digital Equipment > Corporation, 1977 > (They why do I have 7? Somebody help me!) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 19:32:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-208-191-227-84.dsl.crchtx.swbell.net [208.191.227.84]) by hub.freebsd.org (Postfix) with ESMTP id 2838D37B404 for ; Tue, 19 Mar 2002 19:32:13 -0800 (PST) Received: from SAGEONE (sageone [192.168.0.5]) by sage-one.net (8.11.6/8.11.6) with SMTP id g2K3W8m17311; Tue, 19 Mar 2002 21:32:09 -0600 (CST) (envelope-from admin@sage-one.net) Message-Id: <3.0.5.32.20020319213207.011ca300@mail.sage-one.net> X-Sender: admin@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Tue, 19 Mar 2002 21:32:07 -0600 To: Mike Meyer From: Server Admin Subject: Re: Mail Autoreply Tool Cc: freebsd-questions@freebsd.org In-Reply-To: <15511.64599.771341.491229@guru.mired.org> References: <3.0.5.32.20020319202527.011ca300@mail.sage-one.net> <3.0.5.32.20020319202527.011ca300@mail.sage-one.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG HAH! I knew it would be simple.... thanks for replies! At 09:04 PM 3.19.2002 -0600, Mike Meyer wrote: >In <3.0.5.32.20020319202527.011ca300@mail.sage-one.net>, Server Admin typed: >> Under a BSDi sytem, I have a program called "autoreply" to autorespond to >> emails, but what is a comparable program for FBSD...?? >> >> This has got to be an easy question, I just don't know the answer, nor has >> google helped. > >Possibly vacation, in the base system? > > -- >Mike Meyer http://www.mired.org/home/mwm/ >Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. > > .... our website: http://www.sage-one.net/ Best regards, Jack L. Stone Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 19:33:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id D12A337B400 for ; Tue, 19 Mar 2002 19:33:05 -0800 (PST) Received: from barbish ([63.70.155.49]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com; Tue, 19 Mar 2002 22:33:01 -0500 From: "Joe & Fhe Barbish" To: "Culley Harrelson" Cc: "FBSDQ" Subject: RE: ppp setup-- modem isn't even dialing Date: Tue, 19 Mar 2002 22:32:59 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20020320013336.29347.qmail@web21410.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It came right out and told you the problem. Warning: Chat script failed Login as root and use root to test. Make your ppp.conf look like this. ################################ # ppp.conf ################################ default: set log Phase Chat LCP IPCP CCP tun command set device /dev/cuaa0 set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" set timeout 0 disable pred1 deflate lqr # compression features & line quality reporting deny pred1 deflate lqr # compression features & line quality reporting provider: set phone ********** # no spaces, no ( ), no ", just run numbers together set authname *** set authkey *** set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR enable dns Add this to rc.conf to start at boot time ppp_enable="YES" ppp_mode="ddial" ppp_profile="provider" ppp_nat="YES" To test before rebooting, enter on command line ppp -ddial -nat provider ppp.linkup & ppp.deny not used, you can delete. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Culley Harrelson Sent: Tuesday, March 19, 2002 8:34 PM To: freebsd-questions@freebsd.org Subject: ppp setup-- modem isn't even dialing I have been working through this document: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/userppp.html in an attempt to get ppp going on a brand new 4.5 build. At this point I can't even get the modem to dial. I expect I am experiencing some fundamental problem.... but I have included my conf files and log files just in case anyone can guess from this info what might help. Below is: 1. ppp.conf 2. ppp.linkup 3. ppp.deny 4. /etc/hosts 5. rc.conf 6. resolv.conf 7. netstat output before attempt 8. netstat output after attempt 9. the commands actually entered into ppp (as user culley) 10. the ppp.log for this session Any ideas why this isn't dialing? I have a removeable drive on this machine and another os (red hat 7.1-- trying to relpace it!) accesses the modem fine-- so the modem does work... Culley ################################ # ppp.conf ################################ default: set log Phase Chat LCP IPCP CCP tun command ident user-ppp VERSION (built COMPILATIONDATE) allow user culley set device /dev/cuaa0 set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT \ OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" set timeout 180 enable dns provider: set phone "(***) *** ****" set authname *** set authkey *** set login "TIMEOUT 10 \"\" \"\" gin:--gin: \\U word: \\P col: ppp" set timeout 900 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR ################################ # ppp.linkup ################################ MYADDR: delete ALL add 0 0 HISADDR ################################ # ppp.deny ################################ # $FreeBSD: src/etc/ppp/ppp.deny,v 1.3.2.1 2000/07/11 16:56:01 brian Exp $ # # list of users disallowed any pppd access via 'system # password login'. # read by pppd(8). root toor daemon operator bin tty kmem games news man bind ftp uucp xten pop ingres nobody ################################ # /etc/hosts ################################ 127.0.0.1 localhost.my.domain localhost ::1 localhost.my.domain localhost 192.168.0.1 toad.my.domain ################################ # rc.conf ################################ # -- sysinstall generated deltas -- # Sat Mar 16 12:38:11 2002 # Created: Sat Mar 16 12:38:11 2002 # Enable network daemons for user convenience. # Please make all changes to this file, not to /etc/defaults/rc.conf. # This file now contains just the overrides from /etc/defaults/rc.conf. gateway_enable="YES" hostname="toad.my.domain" ifconfig_ppp0="inet 192.168.0.1 netmask 255.255.255.0" inetd_enable="YES" kern_securelevel_enable="NO" linux_enable="YES" nfs_reserved_port_only="YES" sendmail_enable="NO" sshd_enable="YES" usbd_enable="YES" network_interfaces="lo0 ed0" ifconfig_lo0="inet 127.0.0.1" ifconfig_ed0="inet 192.168.0.1 netmask 255.255.255.0" ################################ # resolv.conf ################################ domain my.domain nameserver 206.26.36.34 nameserver 198.107.0.14 ################################ # the commands actually entered ################################ bash-2.05a$ ppp Working in interactive mode Using interface: tun0 ppp ON toad> dial provider ppp ON toad> Warning: Chat script failed ppp ON toad> term deflink: Entering terminal mode on /dev/cuaa0 Type `~?' for help Packet mode. ppp ON toad> ppp ON toad> ################################ # ppp.log ################################ Mar 18 23:13:18 toad ppp[113]: Phase: Using interface: tun0 Mar 18 23:13:18 toad ppp[113]: Phase: deflink: Created in closed state Mar 18 23:13:18 toad ppp[113]: tun0: Command: default: ident user-ppp VERSION (built COMPILATIONDATE) Mar 18 23:13:18 toad ppp[113]: tun0: Command: default: set device /dev/cuaa0 Mar 18 23:13:18 toad ppp[113]: tun0: Command: default: set speed 115200 Mar 18 23:13:18 toad ppp[113]: tun0: Command: default: set dial ABORT BUSY ABORT NO\sCARRIER TIMEOUT 5 "" AT O K-AT-OK ATE1Q0 OK \dATDT\T TIMEOUT 40 CONNECT Mar 18 23:13:18 toad ppp[113]: tun0: Command: default: set timeout 180 Mar 18 23:13:18 toad ppp[113]: tun0: Command: default: enable dns Mar 18 23:13:18 toad ppp[113]: tun0: Phase: PPP Started (interactive mode). Mar 18 23:13:53 toad ppp[113]: tun0: Command: /dev/tty: dial provider Mar 18 23:13:53 toad ppp[113]: tun0: Command: default: allow user culley Mar 18 23:13:53 toad ppp[113]: tun0: Command: provider: set phone (503) 677 2100 Mar 18 23:13:53 toad ppp[113]: tun0: Command: provider: set authname culley Mar 18 23:13:53 toad ppp[113]: tun0: Command: provider: set authkey ******** Mar 18 23:13:53 toad ppp[113]: tun0: Command: provider: set login TIMEOUT 10 "" "" gin:--gin: \U word: \P col: ppp Mar 18 23:13:53 toad ppp[113]: tun0: Command: provider: set timeout 900 Mar 18 23:13:53 toad ppp[113]: tun0: Command: provider: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 Mar 18 23:13:53 toad ppp[113]: tun0: Command: provider: add default HISADDR Mar 18 23:13:53 toad ppp[113]: tun0: Phase: bundle: Establish Mar 18 23:13:53 toad ppp[113]: tun0: Phase: deflink: closed -> opening Mar 18 23:13:53 toad ppp[113]: tun0: Phase: deflink: Connected! Mar 18 23:13:53 toad ppp[113]: tun0: Phase: deflink: opening -> dial Mar 18 23:13:53 toad ppp[113]: tun0: Chat: Phone: (503) 677 2100 Mar 18 23:13:53 toad ppp[113]: tun0: Chat: deflink: Dial attempt 1 of 1 Mar 18 23:13:53 toad ppp[113]: tun0: Chat: Send: AT^M Mar 18 23:13:53 toad ppp[113]: tun0: Chat: Expect(5): OK Mar 18 23:13:58 toad ppp[113]: tun0: Chat: Expect timeout Mar 18 23:13:58 toad ppp[113]: tun0: Chat: Send: AT^M Mar 18 23:13:58 toad ppp[113]: tun0: Chat: Expect(5): OK Mar 18 23:14:03 toad ppp[113]: tun0: Chat: Expect timeout Mar 18 23:14:03 toad ppp[113]: tun0: Warning: Chat script failed Mar 18 23:14:03 toad ppp[113]: tun0: Phase: deflink: dial -> hangup Mar 18 23:14:03 toad ppp[113]: tun0: Phase: deflink: Disconnected! Mar 18 23:14:03 toad ppp[113]: tun0: Phase: deflink: Connect time: 10 secs: 0 octets in, 0 octets out Mar 18 23:14:03 toad ppp[113]: tun0: Phase: deflink: : 0 packets in, 0 packets out Mar 18 23:14:03 toad ppp[113]: tun0: Phase: total 0 bytes/sec, peak 0 bytes/sec on Mon Mar 18 23:14:03 2002 Mar 18 23:14:03 toad ppp[113]: tun0: Phase: deflink: hangup -> closed Mar 18 23:14:03 toad ppp[113]: tun0: Phase: bundle: Dead Mar 18 23:15:11 toad ppp[113]: tun0: Command: /dev/tty: term Mar 18 23:15:11 toad ppp[113]: tun0: Phase: bundle: Establish Mar 18 23:15:11 toad ppp[113]: tun0: Phase: deflink: closed -> opening Mar 18 23:15:11 toad ppp[113]: tun0: Phase: deflink: Connected! Mar 18 23:15:11 toad ppp[113]: tun0: Phase: deflink: opening -> carrier Mar 18 23:15:12 toad ppp[113]: tun0: Phase: deflink: /dev/cuaa0 doesn't support CD Mar 18 23:15:12 toad ppp[113]: tun0: Phase: deflink: carrier -> ready Mar 18 23:15:32 toad ppp[113]: tun0: Phase: deflink: ready -> carrier Mar 18 23:15:32 toad ppp[113]: tun0: Phase: deflink: carrier -> lcp Mar 18 23:15:32 toad ppp[113]: tun0: LCP: FSM: Using "deflink" as a transport Mar 18 23:15:32 toad ppp[113]: tun0: LCP: deflink: State change Initial --> Closed Mar 18 23:15:32 toad ppp[113]: tun0: LCP: deflink: State change Closed --> Stopped Mar 18 23:15:34 toad ppp[113]: tun0: LCP: deflink: LayerStart Mar 18 23:15:34 toad ppp[113]: tun0: LCP: deflink: SendConfigReq(1) state = Stopped Mar 18 23:15:34 toad ppp[113]: tun0: LCP: ACFCOMP[2] Mar 18 23:15:34 toad ppp[113]: tun0: LCP: PROTOCOMP[2] Mar 18 23:15:34 toad ppp[113]: tun0: LCP: ACCMAP[6] 0x00000000 Mar 18 23:15:34 toad ppp[113]: tun0: LCP: MRU[4] 1500 Mar 18 23:15:34 toad ppp[113]: tun0: LCP: MAGICNUM[6] 0x92976e05 Mar 18 23:15:34 toad ppp[113]: tun0: LCP: deflink: State change Stopped --> Req-Sent Mar 18 23:15:37 toad ppp[113]: tun0: LCP: deflink: SendConfigReq(1) state = Req-Sent Mar 18 23:15:37 toad ppp[113]: tun0: LCP: ACFCOMP[2] Mar 18 23:15:37 toad ppp[113]: tun0: LCP: PROTOCOMP[2] Mar 18 23:15:37 toad ppp[113]: tun0: LCP: ACCMAP[6] 0x00000000 Mar 18 23:15:37 toad ppp[113]: tun0: LCP: MRU[4] 1500 Mar 18 23:15:37 toad ppp[113]: tun0: LCP: MAGICNUM[6] 0x92976e05 Mar 18 23:15:40 toad ppp[113]: tun0: LCP: deflink: SendConfigReq(1) state = Req-Sent Mar 18 23:15:40 toad ppp[113]: tun0: LCP: ACFCOMP[2] Mar 18 23:15:40 toad ppp[113]: tun0: LCP: PROTOCOMP[2] Mar 18 23:15:40 toad ppp[113]: tun0: LCP: ACCMAP[6] 0x00000000 Mar 18 23:15:40 toad ppp[113]: tun0: LCP: MRU[4] 1500 Mar 18 23:15:40 toad ppp[113]: tun0: LCP: MAGICNUM[6] 0x92976e05 Mar 18 23:15:43 toad ppp[113]: tun0: LCP: deflink: SendConfigReq(1) state = Req-Sent Mar 18 23:15:43 toad ppp[113]: tun0: LCP: ACFCOMP[2] Mar 18 23:15:43 toad ppp[113]: tun0: LCP: PROTOCOMP[2] Mar 18 23:15:43 toad ppp[113]: tun0: LCP: ACCMAP[6] 0x00000000 Mar 18 23:15:43 toad ppp[113]: tun0: LCP: MRU[4] 1500 Mar 18 23:15:43 toad ppp[113]: tun0: LCP: MAGICNUM[6] 0x92976e05 Mar 18 23:15:46 toad ppp[113]: tun0: LCP: deflink: SendConfigReq(1) state = Req-Sent Mar 18 23:15:46 toad ppp[113]: tun0: LCP: ACFCOMP[2] Mar 18 23:15:46 toad ppp[113]: tun0: LCP: PROTOCOMP[2] Mar 18 23:15:46 toad ppp[113]: tun0: LCP: ACCMAP[6] 0x00000000 Mar 18 23:15:46 toad ppp[113]: tun0: LCP: MRU[4] 1500 Mar 18 23:15:46 toad ppp[113]: tun0: LCP: MAGICNUM[6] 0x92976e05 Mar 18 23:15:49 toad ppp[113]: tun0: LCP: deflink: LayerFinish Mar 18 23:15:49 toad ppp[113]: tun0: LCP: deflink: State change Req-Sent -- > Stopped Mar 18 23:15:49 toad ppp[113]: tun0: LCP: deflink: State change Stopped --> Closed Mar 18 23:15:49 toad ppp[113]: tun0: LCP: deflink: State change Closed --> Initial Mar 18 23:15:49 toad ppp[113]: tun0: Phase: deflink: Disconnected! Mar 18 23:15:49 toad ppp[113]: tun0: Phase: deflink: Connect time: 38 secs: 0 octets in, 265 octets out Mar 18 23:15:49 toad ppp[113]: tun0: Phase: deflink: : 0 packets in, 5 packets out Mar 18 23:15:49 toad ppp[113]: tun0: Phase: total 6 bytes/sec, peak 21 bytes/sec on Mon Mar 18 23:15:49 2002 Mar 18 23:15:49 toad ppp[113]: tun0: Phase: deflink: lcp -> closed Mar 18 23:15:49 toad ppp[113]: tun0: Phase: bundle: Dead __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.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 Mar 19 19:37:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id 1B9A237B400 for ; Tue, 19 Mar 2002 19:37:26 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by lists.unixathome.org (8.11.6/8.11.6) with ESMTP id g2K3bOn02750 for ; Wed, 20 Mar 2002 15:37:24 +1200 (NZST) (envelope-from dan@langille.org) Date: Wed, 20 Mar 2002 15:37:23 +1200 (NZST) From: Dan Langille X-X-Sender: dan@lists.unixathome.org To: freebsd-questions@freebsd.org Subject: XML interface to CVS Message-ID: <20020320153552.B2611-100000@lists.unixathome.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Has anyone seen an XML interface to CVS? background: it would provide a super easy way to load data into FreshPorts/FreshSource directly from the repository. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 19:38: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id B907337B416 for ; Tue, 19 Mar 2002 19:38:04 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g2K3bd382248; Wed, 20 Mar 2002 15:37:39 +1200 (NZST) (envelope-from jonc) Date: Wed, 20 Mar 2002 15:37:38 +1200 From: Jonathan Chen To: Culley Harrelson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ppp setup-- modem isn't even dialing Message-ID: <20020320153738.A82205@grimoire.chen.org.nz> References: <20020320013336.29347.qmail@web21410.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020320013336.29347.qmail@web21410.mail.yahoo.com>; from culleyharrelson@yahoo.com on Tue, Mar 19, 2002 at 05:33:36PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Mar 19, 2002 at 05:33:36PM -0800, Culley Harrelson wrote: > provider: > set phone "(***) *** ****" This should be: set phone 091234567 No ", spaces or (). > set authname *** > set authkey *** > set login "TIMEOUT 10 \"\" \"\" gin:--gin: \\U word: \\P col: ppp" This is not necessary if the ISP you're using supports Windows style login. > set timeout 900 > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 > add default HISADDR -- Jonathan Chen ---------------------------------------------------------------------- The Internet: an empirical test of the idea that a million monkeys banging on a million keyboards can produce Shakespeare To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 19:39:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (mail.pioneernet.net [207.115.64.224]) by hub.freebsd.org (Postfix) with ESMTP id 7CA0137B400 for ; Tue, 19 Mar 2002 19:39:18 -0800 (PST) Received: from chip.wiegand.org [66.114.152.128] by pioneernet.net (SMTPD32-6.06) id A45E8F5D0108; Tue, 19 Mar 2002 19:39:10 -0800 Date: Tue, 19 Mar 2002 19:39:26 +0000 From: Chip Wiegand To: "Drew Tomlinson" Cc: freebsd-questions@freebsd.org, tim@lost.net.au Subject: Re: rc.conf Message-Id: <20020319193926.7df0ceb3.chip@wiegand.org> In-Reply-To: <002001c1cfa4$c7282e50$1c01a8c0@lc.ca.gov> References: <002001c1cfa4$c7282e50$1c01a8c0@lc.ca.gov> Organization: Alternative Operating Systems X-Mailer: Sylpheed version 0.7.0claws (GTK+ 1.2.10; i386--freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I happen to recall there is a way to re-read, or restart, whatever you want to call it, rc.conf, and it does not involve rebooting at all. It has to do with sending a sighup or some such thing to process 1, I believe. That's the problem, I can't remember how. I know it's gotta be in the archives, but after an hour of searching I gave up, there's just too many irrelevant results. -- Chip On Tue, 19 Mar 2002 16:18:36 -0800 "Drew Tomlinson" wrote: > > ----- Original Message ----- > From: chip.wiegand@simrad.com > To: freebsd-questions@freebsd.org > Sent: Tuesday, March 19, 2002 3:19 PM > Subject: rc.conf > > I've searched the archives, faq, manual, and google/bsd, all to no > avail. > I know this is possible - send a sig hup to rc.conf so it will be > re-read with > the new changes, thus avoiding rebooting the machine. I just don't > remember > the correct way to do it. I saw the answer before, just didn't write > it down, dummy > me. Could someone remind me? > > I'm going to go out on a limb here and state that it's not possible. > If it is, I'm sure I will be corrected. :) > > The reason I think it's not possible is because the /etc/rc is the > master script that's run on startup. I pulls in all the values set in > /etc/defaults/rc.conf. It then looks at /etc/rc.conf and uses those > values to override the settings pulled in previously. Next, it runs > all the rc.* scripts to start the various services. > > So essentially, if you re-ran /etc/rc you would be rebooting. The > question to ask here is, what daemon/process/config in particular do > you want to restart with new values? Then kill that daemon and > restart it with the appropriate switches. For example, if you're > looking to change network configs, look at the ifconfig utility. If > you want to change syslogd, kill syslogd and restart with the > appropriate switches. > > OK, so now I await any corrections or ommissions in my answer. After > all, this is how I learn too! :) > > Drew > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 19 19:41:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (mail.pioneernet.net [207.115.64.224]) by hub.freebsd.org (Postfix) with ESMTP id 20A6037B405 for ; Tue, 19 Mar 2002 19:41:54 -0800 (PST) Received: from chip.wiegand.org [66.114.152.128] by pioneernet.net (SMTPD32-6.06) id A501C8430094; Tue, 19 Mar 2002 19:41:53 -0800 Date: Tue, 19 Mar 2002 19:42:09 +0000 From: Chip Wiegand To: freebsd-questions@FreeBSD.ORG Subject: Re: X question Message-Id: <20020319194209.5b960655.chip@wiegand.org> In-Reply-To: <20020319205534.B4550@grimoire.chen.org.nz> References: <20020318224111.3fddadaf.chip@wiegand.org> <20020319205534.B4550@grimoire.chen.org.nz> Organization: Alternative Operating Systems X-Mailer: Sylpheed version 0.7.0claws (GTK+ 1.2.10; i386--freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 19 Mar 2002 20:55:34 +1200 Jonathan Chen wrote: > On Mon, Mar 18, 2002 at 10:41:11PM +0000, Chip Wiegand wrote: > > I have XFree86-4.1.0 installed. Sometimes when I install a new app, > > the list of dependencies shows it depends on 3.3.6. When I install > > such an app, will it install 3.3.6? Or is the port smart enough to > > know that it is not needed becuase 4.1.0 is installed? > > You need to put the line: > > XFREE86_VERSION= 4 > > in /etc/make.conf > -- > Jonathan Chen That was done before installing XFree86-4, had to be or it wouldn't install. I guess I can assume from the responses that because of that line, the apps that depend on 3.3.6 will not install 3.3.6 because they see the line in make.conf which specifies 4 is installed. Correct? -- Chip ---------------------------------------------------------------------- > Build a man a fire, and he'll be warm for a day. > Set a man on fire, and he'll be warm for the rest of his life. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 19 19:47:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdomng1.kundenserver.de (moutvdomng1.kundenserver.de [212.227.126.181]) by hub.freebsd.org (Postfix) with ESMTP id 541F437B400 for ; Tue, 19 Mar 2002 19:47:31 -0800 (PST) Received: from [172.19.20.62] (helo=mrvdomng1.kundenserver.de) by moutvdomng1.kundenserver.de with esmtp (Exim 3.22 #2) id 16nX4U-0006nb-00 for freebsd-questions@freebsd.org; Wed, 20 Mar 2002 04:47:30 +0100 Received: from [217.80.199.150] (helo=pD950C796.dip.t-dialin.net) by mrvdomng1.kundenserver.de with esmtp (Exim 3.22 #2) id 16nX4U-0005W3-00 for freebsd-questions@FreeBSD.ORG; Wed, 20 Mar 2002 04:47:30 +0100 Date: Wed, 20 Mar 2002 04:48:11 +0000 (GMT) From: Peter Ulrich Kruppa To: Subject: GREAT: My camera works with gphoto2! Message-ID: <20020320043825.E4000-100000@small.pukruppa.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I would just like to thank everybody who worked on the gphoto2 port and made it going on my -STABLE machine. Now I can use my Nikon CoolPix 880 with FreeBSD (via serial cable). One reason less to boot Win2k ... ... and just in time for my easter holidays :-) Regards, Uli. *-----------------------------------* * Peter Ulrich Kruppa * * - Wuppertal - * * Germany * *-----------------------------------* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 19:56:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from procyon.dandy.net (procyon.dandy.net [209.128.224.10]) by hub.freebsd.org (Postfix) with ESMTP id 3EA0237B405 for ; Tue, 19 Mar 2002 19:56:43 -0800 (PST) Received: from localhost (andyneu@localhost) by procyon.dandy.net (8.9.3/8.9.3) with ESMTP id WAA23021 for ; Tue, 19 Mar 2002 22:56:36 -0500 X-Authentication-Warning: procyon.dandy.net: andyneu owned process doing -bs Date: Tue, 19 Mar 2002 22:56:36 -0500 (EST) From: andy@neu.net X-X-Sender: andyneu@procyon.dandy.net To: freebsd-questions@FreeBSD.ORG Subject: Pkg_add failure Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG When trying to install any program through /stand/sysinstall, I receive a message saying that the "add of package cvsup aborted, error code 1 - Please check the debug screen for more info". What does this mean? How do you get to the debug screen? Is there a workaround? Please reply to this address in addition to the list, thanks in advance. Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 20:20:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from backmaster.cdsnet.net (backmaster.cdsnet.net [63.163.68.2]) by hub.freebsd.org (Postfix) with SMTP id 4F75437B417 for ; Tue, 19 Mar 2002 20:20:36 -0800 (PST) Received: (qmail 64598 invoked by uid 29999); 20 Mar 2002 04:21:38 -0000 Date: Tue, 19 Mar 2002 20:21:37 -0800 From: Jaye Mathisen To: Joseph Gleason Cc: questions@FreeBSD.ORG, stable@freebsd.org Subject: Re: Problems with large disk. (> 1 TB) Message-ID: <20020319202137.U68606@backmaster.cdsnet.net> References: <20020319131556.D99985@backmaster.cdsnet.net> <008901c1cf8c$be5d6f50$090510ac@gleason> <00b401c1cf8d$8960b7c0$090510ac@gleason> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00b401c1cf8d$8960b7c0$090510ac@gleason> User-Agent: Mutt/1.3.20i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I misunderstood, I thought the 1TB limit was on the UFS FS itself, not the disk slice size. I dont' need a 1 TB FS, I just need/wanted to be able to create multiple partitions < 1TB on a disk/slice > 1TB in size. On Tue, Mar 19, 2002 at 04:32:13PM -0500, Joseph Gleason wrote: > Actually, looks like this has allready been answered. Check the archives > for a message with a subject "FreeBSD 1TB filesystem limitation" from Oct > 2001. > > Unless something has changed, FreeBSD cannot support filesystems 1TB or > greater. > > > ----- Original Message ----- > From: "Joseph Gleason" > To: "Jaye Mathisen" ; > Cc: > Sent: Tuesday, March 19, 2002 16:26 > Subject: Re: Problems with large disk. (> 1 TB) > > > > I don't have a solution for you, but I am pretty sure I know the problem: > > > > calc 2^31*512 = 1TB. > > > > disklabel references everything using a unit of 512 byte sectors. That > > number of sectors I'm sure is stored as an unsigned int making 2^31-1 the > > max number of sectors. Aka, just under a TB is fine, one TB or over is > bad. > > > > So the 32mb dos partition probably made it just under a TB. > > > > > > Maybe someone else knows a solution for this problem. > > > > ----- Original Message ----- > > From: "Jaye Mathisen" > > To: > > Cc: > > Sent: Tuesday, March 19, 2002 16:15 > > Subject: Problems with large disk. (> 1 TB) > > > > > > > > > > Trying to disklabel a 1 TB disk (with sysinstall or disklabel) > > > produces a lot of errors. In sysinstall, there's a kazillion > > > overflows and negative offsets, and stuff. > > > > > > With disklabel, it tells me that the partition size needs to > > > be truncated, then writes the label. then if I run disklabel > > > again, it takes the truncated size, says it's too big, and > > > truncates it again. > > > > > > Interestingly enough, using DOS FDISK to put a 32MB dos partition > > > at the beginning of the drive makes it all work fine. > > > > > > I am not convinced that I am not missing some space, but I haven't > > > counted up everything yet. > > > > > > In any case, is this supposed to work? I'll snag a ton of data > > > if somebody wants to look at it, but I don't want to invest > > > the time if it's not meant to. > > > > > > This is a 8 disk Maxtor 160GB disks in raid 5, on a 3ware > > > 7850 with the 7.4 release firmware. > > > > > > -Stable supped as of 3/19. > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" 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 Mar 19 20:43:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from greed.zenspider.com (sense-ryand-4.oz.net [216.39.167.4]) by hub.freebsd.org (Postfix) with SMTP id 00D2A37B417 for ; Tue, 19 Mar 2002 20:43:09 -0800 (PST) Received: (qmail 6036 invoked by uid 1000); 20 Mar 2002 04:43:03 -0000 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline From: Ryan Davis To: bsd-questions@freebsd.org Subject: problem w/ cvsweb interface? X-URL: http://www.zenspider.com/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I noticed that src/sys/i386/isa/if_wi.c was updated via a cvsup run against 4.5-stable and wanted to investigate the changes that have been made since my last update. However, and this could be my misunderstanding of the CGI's interface, the file is only found under that path if you search the Attic: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/isa/Attic/if_wi.c But is not found if you search: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/isa/ Clue me in? or is this a bug? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 20:44:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by hub.freebsd.org (Postfix) with SMTP id 31C5937B417 for ; Tue, 19 Mar 2002 20:44:34 -0800 (PST) Received: from keshav?tadimeti (AUTH plain) at unknown (HELO yahoo.co.uk) (keshav?tadimeti@202.9.147.156) by smtp.mail.vip.sc5.yahoo.com with SMTP; 20 Mar 2002 04:44:32 -0000 Message-ID: <3C92C925.928B7F54@yahoo.co.uk> Date: Sat, 16 Mar 2002 09:55:09 +0530 From: Keshav Tadimeti Organization: HOME X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: OT: Sun Solaris certification Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all, This is off Topic. My apologies to one & all, but I know of no other user group of UNIX professionals that can help me. I am contemplating to get a certification on Administration of Solaris. I'd like to know if it is worth the while to pay for the training & cetification exams. Are the subjects covered no more complicated than that covered on FreeBSD Handbook? What about HP-UX / AIX? Is it more valuable to get certified on these compared to Solaris? Thanks & regards TK _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 20:55:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web21410.mail.yahoo.com (web21410.mail.yahoo.com [216.136.232.85]) by hub.freebsd.org (Postfix) with SMTP id 2C0DA37B405 for ; Tue, 19 Mar 2002 20:55:37 -0800 (PST) Message-ID: <20020320045536.62642.qmail@web21410.mail.yahoo.com> Received: from [206.103.58.64] by web21410.mail.yahoo.com via HTTP; Tue, 19 Mar 2002 20:55:36 PST Date: Tue, 19 Mar 2002 20:55:36 -0800 (PST) From: Culley Harrelson Subject: RE: ppp setup-- modem isn't even dialing To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok I changed my ppp.conf file to read like this. It failed with this in the log: ####################### Mar 19 12:04:26 toad ppp[48]: tun0: Phase: deflink: hangup -> opening Mar 19 12:04:26 toad ppp[48]: tun0: Phase: deflink: Enter pause (30) for redialing. Mar 19 12:04:56 toad ppp[48]: tun0: Chat: deflink: Redial timer expired. Mar 19 12:04:56 toad ppp[48]: tun0: Phase: deflink: Connected! Mar 19 12:04:56 toad ppp[48]: tun0: Phase: deflink: opening -> dial Mar 19 12:04:56 toad ppp[48]: tun0: Chat: Phone: ********** Mar 19 12:04:56 toad ppp[48]: tun0: Chat: Send: AT^M Mar 19 12:04:56 toad ppp[48]: tun0: Chat: Expect(5): OK Mar 19 12:05:01 toad ppp[48]: tun0: Chat: Expect timeout Mar 19 12:05:01 toad ppp[48]: tun0: Chat: Send: AT^M Mar 19 12:05:01 toad ppp[48]: tun0: Chat: Expect(5): OK Mar 19 12:05:07 toad ppp[48]: tun0: Chat: Expect timeout Mar 19 12:05:07 toad ppp[48]: tun0: Warning: Chat script failed Mar 19 12:05:07 toad ppp[48]: tun0: Phase: deflink: dial -> hangup Mar 19 12:05:07 toad ppp[48]: tun0: Phase: deflink: Disconnected! Mar 19 12:05:07 toad ppp[48]: tun0: Phase: deflink: Connect time: 11 secs: 0 octets in, 0 octets out Mar 19 12:05:07 toad ppp[48]: tun0: Phase: deflink: : 0 packets in, 0 packets out Mar 19 12:05:07 toad ppp[48]: tun0: Phase: total 0 bytes/sec, peak 0 bytes/sec on Tue Mar 19 12:05:07 2002 ####################### This is all on /dev/cuaa0 but I am beginning to suspect that this is not the right setup. When I switch to /dev/cuaa1 I get: ####################### Mar 19 12:40:21 toad ppp[48]: tun0: Warning: deflink: /dev/cuaa1: Bad file descriptor Mar 19 12:40:21 toad ppp[48]: tun0: Chat: Failed to open device ####################### I have swappable drives on this machine-- with Red Hat and Win 98 on different drives. the Red Hat config points to /dev/sm56 (its a pretty typical motorola modem) and the Windows system says its on com2 so I think I should be working on /dev/cuaa1. Could it be that my kernal isn't set up to recognize /dev/cuaa1? culley > It came right out and told you the problem. Warning: Chat script > failed > > > Login as root and use root to test. > Make your ppp.conf look like this. > > ################################ > # ppp.conf > ################################ > > default: > set log Phase Chat LCP IPCP CCP tun command > set device /dev/cuaa0 > set speed 115200 > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ > \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" > set timeout 0 > disable pred1 deflate lqr # compression features & line quality > reporting > deny pred1 deflate lqr # compression features & line quality > reporting > > provider: > set phone ********** # no spaces, no ( ), no ", just run > numbers > together > set authname *** > set authkey *** > > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 > add default HISADDR > enable dns > > > Add this to rc.conf to start at boot time > ppp_enable="YES" > ppp_mode="ddial" > ppp_profile="provider" > ppp_nat="YES" > > > To test before rebooting, enter on command line > > ppp -ddial -nat provider > > ppp.linkup & ppp.deny not used, you can delete. > __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.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 Mar 19 21: 1:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f143.law15.hotmail.com [64.4.23.143]) by hub.freebsd.org (Postfix) with ESMTP id D3EEB37B405 for ; Tue, 19 Mar 2002 21:01:40 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 19 Mar 2002 21:01:40 -0800 Received: from 202.38.124.248 by lw15fd.law15.hotmail.msn.com with HTTP; Wed, 20 Mar 2002 05:01:40 GMT X-Originating-IP: [202.38.124.248] From: "You Tang" To: freebsd-questions@FreeBSD.ORG Date: Wed, 20 Mar 2002 13:01:40 +0800 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 20 Mar 2002 05:01:40.0603 (UTC) FILETIME=[5269D4B0:01C1CFCC] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 21:13:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pianosa.catch22.org (pianosa.catch22.org [64.81.48.19]) by hub.freebsd.org (Postfix) with ESMTP id B327137B405 for ; Tue, 19 Mar 2002 21:13:12 -0800 (PST) Received: by pianosa.catch22.org (Postfix, from userid 1006) id 55B0320F; Tue, 19 Mar 2002 21:13:12 -0800 (PST) Date: Tue, 19 Mar 2002 21:13:12 -0800 From: Danny Howard To: Shaun Cc: freebsd-questions@freebsd.org Subject: Re: Migrating User Accounts from Linux to FreeBSD Message-ID: <20020319211311.A11019@pianosa.catch22.org> References: <5.1.0.14.0.20020319173622.00a32130@ncweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.1.0.14.0.20020319173622.00a32130@ncweb.com>; from senmonk@ncweb.com on Tue, Mar 19, 2002 at 05:41:33PM -0500 X-Loop: djhoward@uiuc.edu Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Mar 19, 2002 at 05:41:33PM -0500, Shaun wrote: > Hello all- > > I have been searching through all sides of the internet trying to find > information on how to migrate the accounts. I have been to several list > archives, google, the hand book and everything but haven't been able to > find anything too helpful. > > I am trying to move user accounts from a LinuxPPC 2000 box to a FreeBSD > 4.5. The problem on the linux box is that the pwdunconv program doesnt seem > to work. The box is a bit crippled. (its an iMac, i know i know... not my > choice.) Does anyone know how I could resolve this problem? There should be a file, /etc/passwd, or /etc/shadow or something, that looks similar to /etc/master.passwd on a FreeBSD box. If you carefully incorporate the contents, noting that you match up the right colon-seperated fields on each line, and run pwd_mkdb -p /etc/master.passwd on the FreeBSD box, you should be left happy. Good luck. -danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 21:15:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mbox.com.au (203-134-146-019.cust.pth.iprimus.net.au [203.134.146.19]) by hub.freebsd.org (Postfix) with ESMTP id E067137B426 for ; Tue, 19 Mar 2002 21:15:11 -0800 (PST) Received: from nms2.mbox.com.au (webmail.mbox.com.au [192.168.20.4]) by smtp2.mbox.com.au (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0GT90068VADUUM@smtp2.mbox.com.au> for freebsd-questions@FreeBSD.ORG; Wed, 20 Mar 2002 13:10:42 +0800 (WST) Received: from mbox.com.au ([127.0.0.1]) by nms2.mbox.com.au (Netscape Messaging Server 4.15) with ESMTP id GT9AFT01.LDZ; Wed, 20 Mar 2002 13:11:53 +0800 Date: Wed, 20 Mar 2002 16:11:53 +1100 From: BSD Freak Subject: Re: VPN tunnels using gif interface To: Jim Durham , FreeBSD Questions Message-id: <235c5eb235c3ca.235c3ca235c5eb@mbox.com.au> MIME-version: 1.0 X-Mailer: Netscape Webmail Content-type: text/plain; charset=us-ascii Content-language: en Content-disposition: inline Content-transfer-encoding: 7BIT X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Still seems to be down is the URL http://jcdurham.com/freebsd ? ----- Original Message ----- From: Jim Durham Date: Wednesday, March 20, 2002 3:13 pm Subject: Re: VPN tunnels using gif interface > On Wed, 20 Mar 2002, BSD Freak wrote: > > > Is your webserver up or have you perhaps mistype the URL as I > can't > > seem to access this at all..... > > Webserver is up. I had a couple people check, suspecting some routing > problem or whatever. All OK. > > -Jim > > > > > > ----- Original Message ----- > > From: Jim Durham > > Date: Tuesday, March 19, 2002 4:35 pm > > Subject: Re: VPN tunnels using gif interface > > > > > On Monday 18 March 2002 02:16 pm, you wrote: > > > > I don't quite understand how you use Windows VPN clients (I > am > > > asuming> you mean PPTP) to connect to mpd. The pkg-descr for > mpd > > > is as follows: > > > > > > > > > > > I created a quick page showing how to do this. > > > > > > Look at http://jcdurham.com/freebsd > > > > > > -Jim > > > > > > > ------------------------------------------------------------------ > --- > > Never lose a fax again, receive faxes to your personal email > account!> Visit http://www.mbox.com.au/fax > > > > --------------------------------------------------------------------- Faxes delivered directly to any email address, new to mBox! Find out more http://www.mbox.com.au/fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 21:17:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uce55.uchaswv.edu (uce55.uchaswv.edu [12.4.161.9]) by hub.freebsd.org (Postfix) with ESMTP id AE0A337B400 for ; Tue, 19 Mar 2002 21:17:17 -0800 (PST) Received: from there ([172.16.32.103]) by uce55.uchaswv.edu (8.9.3 (PHNE_22672)/8.9.3) with SMTP id AAA01166 for ; Wed, 20 Mar 2002 00:21:44 -0500 (EST) Message-Id: <200203200521.AAA01166@uce55.uchaswv.edu> Content-Type: text/plain; charset="iso-8859-1" From: Nathan Mace To: freebsd-questions@freebsd.org Subject: NFS wierdness Date: Wed, 20 Mar 2002 00:17:16 -0500 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ok i sorta kinda got NFS working. if i export /var or /usr i can mount them jsut fine on the client. the only problem is when i try to mount my home directory which is in /usr/home/(nathan). /usr/home is on a seperate partition from /, and it is also running softupdates. i don't know which is causing the problem, softupdates or the fact that it's a different partition. can anyone help me here? thanks nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 21:25:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gurudom.ramax.com (h24-68-240-50.cg.shawcable.net [24.68.240.50]) by hub.freebsd.org (Postfix) with SMTP id 2C54737B419 for ; Tue, 19 Mar 2002 21:25:34 -0800 (PST) Received: (qmail 29689 invoked from network); 20 Mar 2002 05:25:32 -0000 Received: from unknown (HELO bismark.io.sys.ramax.com) (10.0.0.1) by netopia.io.sys with SMTP; 20 Mar 2002 05:25:32 -0000 To: Nathan Mace Cc: freebsd-questions@freebsd.org Subject: Re: NFS problems References: <200203200200.aa34663@salmon.maths.tcd.ie> <200203200225.VAA27663@uce55.uchaswv.edu> From: Alex Rodioukov Date: 19 Mar 2002 22:25:32 -0700 In-Reply-To: <200203200225.VAA27663@uce55.uchaswv.edu> Message-ID: <87zo13stdf.fsf@bismark.io.sys> Lines: 40 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Nathan Mace writes: [...] > oh i wasn't running it as root. but now when i run it as root, i get > a flat out "permission denied" error. the nfs_reserved_port_only was > what i had to set to "NO" to get NFS to work....whats up with that? You do have NFS relevant options enabled in kernel, don't you? :) Assuming that you want to have rw access to the NFS share and that you're exporting the $HOME of user 'nathan' and 'nathan' is the owner of the files, I would check the following: On server: 1. Options nfs_server_enable="YES" nfs_reserved_port_only="YES" are set in /etc/rc.conf 2. You can see portmap, mountd, nfsd and rpc.statd processes running. 3. You might want to play with -maproot and -mapall in /etc/exports. I guess in your case it might be useful to set -maproot=nathan On client: 1. Options nfs_reserved_port_only="YES" nfs_client_enable="YES" are set /etc/rc.conf 2. You can see nfsiod process running. I would suggest rebooting both client and server after making all the changes. > nathan Regards, Alex. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 21:46:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gurudom.ramax.com (h24-68-240-50.cg.shawcable.net [24.68.240.50]) by hub.freebsd.org (Postfix) with SMTP id 98AFD37B404 for ; Tue, 19 Mar 2002 21:46:06 -0800 (PST) Received: (qmail 30062 invoked from network); 20 Mar 2002 05:46:05 -0000 Received: from unknown (HELO bismark.io.sys.ramax.com) (10.0.0.1) by netopia.io.sys with SMTP; 20 Mar 2002 05:46:05 -0000 To: Nathan Mace Cc: freebsd-questions@freebsd.org Subject: Re: NFS wierdness References: <200203200521.AAA01166@uce55.uchaswv.edu> From: Alex Rodioukov Date: 19 Mar 2002 22:46:04 -0700 In-Reply-To: <200203200521.AAA01166@uce55.uchaswv.edu> Message-ID: <87u1rbssf7.fsf@bismark.io.sys> Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Nathan Mace writes: > ok i sorta kinda got NFS working. if i export /var or /usr i can > mount them jsut fine on the client. the only problem is when i try to > mount my home directory which is in /usr/home/(nathan). /usr/home is > on a seperate partition from /, and it is also running softupdates. i > don't know which is causing the problem, softupdates or the fact that > it's a different partition. Partitioning or softupdates shouldn't cause you any problems here. Most likely you have permissions problem. Check the exports manpage and my post in the "NFS problems" thread. > nathan Regards, Alex. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 22: 2:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uce55.uchaswv.edu (uce55.uchaswv.edu [12.4.161.9]) by hub.freebsd.org (Postfix) with ESMTP id 9E2AA37B404 for ; Tue, 19 Mar 2002 22:02:49 -0800 (PST) Received: from there ([172.16.32.103]) by uce55.uchaswv.edu (8.9.3 (PHNE_22672)/8.9.3) with SMTP id BAA01921; Wed, 20 Mar 2002 01:07:14 -0500 (EST) Message-Id: <200203200607.BAA01921@uce55.uchaswv.edu> Content-Type: text/plain; charset="iso-8859-1" From: Nathan Mace To: Alex Rodioukov , freebsd-questions@freebsd.org Subject: Re: NFS problems Date: Wed, 20 Mar 2002 01:02:46 -0500 X-Mailer: KMail [version 1.3.2] References: <200203200200.aa34663@salmon.maths.tcd.ie> <200203200225.VAA27663@uce55.uchaswv.edu> <87zo13stdf.fsf@bismark.io.sys> In-Reply-To: <87zo13stdf.fsf@bismark.io.sys> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > You do have NFS relevant options enabled in kernel, don't you? :) i put "options NFS" in them. > Assuming that you want to have rw access to the NFS share and that > you're exporting the $HOME of user 'nathan' and 'nathan' is the owner > of the files, I would check the following: > > On server: > 1. Options > nfs_server_enable="YES" > nfs_reserved_port_only="YES" > are set in /etc/rc.conf i checked this. the server have "reserved_port" commented out, i uncommented it and rebooted > 2. You can see portmap, mountd, nfsd and rpc.statd processes running. all processes are running on the server > 3. You might want to play with -maproot and -mapall in /etc/exports. I > guess in your case it might be useful to set -maproot=nathan i tried the -maproot=nathan for the /usr/home share, didn't help > On client: > 1. Options > nfs_reserved_port_only="YES" > nfs_client_enable="YES" > are set /etc/rc.conf these are all set, so i didn't bother rebooting since nothing changed > 2. You can see nfsiod process running. yes it is running it boggles my mind that it would work just fine for everything except /usr/home. accessing the home directory was the main reason for doing this! that and learning some stuff about NFS, which i seem to be. thanks for the help so far, but does anyone have any ideas about what to do? thanks again nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 22: 8:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nebula.anchoragerescue.org (115-7-237-24-cable.anchorageak.net [24.237.7.115]) by hub.freebsd.org (Postfix) with ESMTP id 1C4C637B404 for ; Tue, 19 Mar 2002 22:08:24 -0800 (PST) Received: from there (galaxy.anchoragerescue.org [24.237.7.95]) by nebula.anchoragerescue.org (Postfix) with SMTP id 5A0B1296; Tue, 19 Mar 2002 21:08:18 -0900 (AKST) Content-Type: text/plain; charset="iso-8859-1" From: Beech Rintoul To: Nathan Mace , freebsd-questions@freebsd.org Subject: Re: NFS wierdness Date: Tue, 19 Mar 2002 21:08:18 -0900 X-Mailer: KMail [version 1.3] References: <200203200521.AAA01166@uce55.uchaswv.edu> In-Reply-To: <200203200521.AAA01166@uce55.uchaswv.edu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020320060818.5A0B1296@nebula.anchoragerescue.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday 19 March 2002 08:17 pm, Nathan Mace wrote: > ok i sorta kinda got NFS working. if i export /var or /usr i can mount > them jsut fine on the client. the only problem is when i try to mount my > home directory which is in /usr/home/(nathan). /usr/home is on a seperate > partition from /, and it is also running softupdates. i don't know which > is causing the problem, softupdates or the fact that it's a different > partition. can anyone help me here? thanks > > nathan > You need to export /usr and /usr/home on the same line. ie: /usr /usr/home -maproot=0 yourmachine Good Luck, Beech -- ------------------------------------------------------------------- Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org /"\ ASCII Ribbon Campaign | Anchorage Gospel Rescue Mission \ / - NO HTML/RTF in e-mail | P.O. Box 230510 X - NO Word docs in e-mail | Anchorage, AK 99523-0510 / \ ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 22:11:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from aurora.5ci.lt (aurora.5ci.net [212.122.64.14]) by hub.freebsd.org (Postfix) with ESMTP id 4EACA37B400 for ; Tue, 19 Mar 2002 22:11:56 -0800 (PST) Received: by AURORA with Internet Mail Service (5.5.2655.55) id ; Wed, 20 Mar 2002 08:11:54 +0200 Message-ID: From: Simas Cepaitis To: 'Praveen Bobba' , "'freebsd-questions@FreeBSD.ORG'" Subject: RE: Date: Wed, 20 Mar 2002 08:11:51 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, > -----Original Message----- > From: Praveen Bobba [mailto:pbobba1@panam.edu] > Sent: Wednesday, March 20, 2002 12:54 AM > To: 'freebsd-questions@FreeBSD.ORG' > Subject: > > > Hello, > > Unable to boot. It hangs up at recovering vi editor sessions. Then press Control-C when it hangs. Simas Cepaitis simas@5ci.lt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 22:18:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sociostat.org (h00a0cc6007cd.ne.client2.attbi.com [24.60.188.84]) by hub.freebsd.org (Postfix) with ESMTP id 1BE5537B416 for ; Tue, 19 Mar 2002 22:18:49 -0800 (PST) Received: from eric by sociostat.org with local (Exim 3.34 #1 (Debian)) id 16nZNY-0002FV-00; Wed, 20 Mar 2002 01:15:20 -0500 Date: Wed, 20 Mar 2002 01:15:20 -0500 To: Nathan Mace Cc: Ian Dowse , freebsd-questions@FreeBSD.ORG Subject: Re: NFS problems Message-ID: <20020320061520.GA8538@sociostat.org> Reply-To: cheney@soc.umass.edu Mail-Followup-To: eric@FreeBSD.ORG, Nathan Mace , Ian Dowse , freebsd-questions@FreeBSD.ORG References: <200203200200.aa34663@salmon.maths.tcd.ie> <200203200225.VAA27663@uce55.uchaswv.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200203200225.VAA27663@uce55.uchaswv.edu> User-Agent: Mutt/1.3.27i From: Eric Cheney Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Mar 19, 2002 at 09:21:27PM -0500, Nathan Mace wrote: > > Are you sure you ran that command on the client as root? mount_nfs > > defaults to using reserved ports, so about the only likely thing > > that could cause that message is if a non-root user ran the mount > > command. > > > oh i wasn't running it as root. but now when i run it as root, i get a flat > out "permission denied" error. the nfs_reserved_port_only was what i had to > set to "NO" to get NFS to work....whats up with that? Do you have /etc/exports set up right? -- Eric Cheney cheney@soc.umass.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 22:24:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gurudom.ramax.com (h24-68-240-50.cg.shawcable.net [24.68.240.50]) by hub.freebsd.org (Postfix) with SMTP id 282DB37B42C for ; Tue, 19 Mar 2002 22:24:17 -0800 (PST) Received: (qmail 30813 invoked from network); 20 Mar 2002 06:24:16 -0000 Received: from unknown (HELO bismark.io.sys.ramax.com) (10.0.0.1) by netopia.io.sys with SMTP; 20 Mar 2002 06:24:16 -0000 To: Nathan Mace Cc: freebsd-questions@freebsd.org Subject: Re: NFS problems References: <200203200200.aa34663@salmon.maths.tcd.ie> <200203200225.VAA27663@uce55.uchaswv.edu> <87zo13stdf.fsf@bismark.io.sys> <200203200607.BAA01921@uce55.uchaswv.edu> From: Alex Rodioukov Date: 19 Mar 2002 23:24:16 -0700 In-Reply-To: <200203200607.BAA01921@uce55.uchaswv.edu> Message-ID: <87ofhjsqnj.fsf@bismark.io.sys> Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Nathan Mace writes: [...] > it boggles my mind that it would work just fine for everything except > /usr/home. accessing the home directory was the main reason for doing > this! that and learning some stuff about NFS, which i seem to be. > thanks for the help so far, but does anyone have any ideas about what > to do? thanks again Uh, ok... Can you please send exact error messages from mount command on client, relevant error messages from /var/log/messages on server and actual contents of your /etc/exports file? Are you running mount as root when mounting the /usr/home share? Send the exact command you're using. > nathan Regards, Alex. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 22:29:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uce55.uchaswv.edu (uce55.uchaswv.edu [12.4.161.9]) by hub.freebsd.org (Postfix) with ESMTP id F161137B400 for ; Tue, 19 Mar 2002 22:29:27 -0800 (PST) Received: from there ([172.16.32.103]) by uce55.uchaswv.edu (8.9.3 (PHNE_22672)/8.9.3) with SMTP id BAA02221; Wed, 20 Mar 2002 01:33:48 -0500 (EST) Message-Id: <200203200633.BAA02221@uce55.uchaswv.edu> Content-Type: text/plain; charset="iso-8859-1" From: Nathan Mace To: Beech Rintoul , freebsd-questions@freebsd.org Subject: Re: NFS wierdness Date: Wed, 20 Mar 2002 01:29:20 -0500 X-Mailer: KMail [version 1.3.2] References: <200203200521.AAA01166@uce55.uchaswv.edu> <20020320060818.5A0B1296@nebula.anchoragerescue.org> In-Reply-To: <20020320060818.5A0B1296@nebula.anchoragerescue.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wednesday 20 March 2002 01:08 am, you wrote: > On Tuesday 19 March 2002 08:17 pm, Nathan Mace wrote: > > ok i sorta kinda got NFS working. if i export /var or /usr i can mount > > them jsut fine on the client. the only problem is when i try to mount my > > home directory which is in /usr/home/(nathan). /usr/home is on a > > seperate partition from /, and it is also running softupdates. i don't > > know which is causing the problem, softupdates or the fact that it's a > > different partition. can anyone help me here? thanks > > > > nathan > > You need to export /usr and /usr/home on the same line. > > ie: /usr /usr/home -maproot=0 yourmachine > > Good Luck, ok i did what you said, putting them on one line, and mountd complained about errors in the exports file. so i switched them back the way they were before, and it worked! now i can get to my home directory on the server just fine, and as near as i can tell nothing is different than the million times before when it failed!! any ideas?? thanks for the help. you guys rock! nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 23:10: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.wanadoo.nl (smtp2.wanadoo.nl [194.134.35.138]) by hub.freebsd.org (Postfix) with ESMTP id 6BADC37B417; Tue, 19 Mar 2002 23:10:00 -0800 (PST) Received: from ams-gw.sohara.org (rot2-p2510.dial.wanadoo.nl [194.134.139.206]) by smtp2.wanadoo.nl (8.11.3/8.11.3) with SMTP id g2K79kJ16425; Wed, 20 Mar 2002 08:09:47 +0100 (MET) Date: Wed, 20 Mar 2002 08:09:34 +0100 From: "Steve O'Hara-Smith" To: "Joseph Gleason" Cc: mrcpu@internetcds.com, stable@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: Problems with large disk. (> 1 TB) Message-Id: <20020320080934.3b8823d8.steve@sohara.org> In-Reply-To: <008901c1cf8c$be5d6f50$090510ac@gleason> References: <20020319131556.D99985@backmaster.cdsnet.net> <008901c1cf8c$be5d6f50$090510ac@gleason> X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.5) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 19 Mar 2002 16:26:32 -0500 "Joseph Gleason" wrote: JG> I don't have a solution for you, but I am pretty sure I know the problem: JG> JG> calc 2^31*512 = 1TB. That points to one option - use vinum to concatenate two half terabyte subdiscs. -- C:>WIN | Directable Mirrors The computer obeys and wins. |A Better Way To Focus The Sun You lose and Bill collects. | licenses available - see: | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 23:14:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.wanadoo.nl (smtp3.wanadoo.nl [194.134.35.186]) by hub.freebsd.org (Postfix) with ESMTP id 57D7337B419; Tue, 19 Mar 2002 23:14:53 -0800 (PST) Received: from ams-gw.sohara.org (rot2-p2510.dial.wanadoo.nl [194.134.139.206]) by smtp3.wanadoo.nl (8.11.3/8.11.3) with SMTP id g2K7Emv11053; Wed, 20 Mar 2002 08:14:48 +0100 (MET) Date: Wed, 20 Mar 2002 08:14:39 +0100 From: "Steve O'Hara-Smith" To: Jaye Mathisen Cc: clash@tasam.com, questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Problems with large disk. (> 1 TB) Message-Id: <20020320081439.74ca4530.steve@sohara.org> In-Reply-To: <20020319202137.U68606@backmaster.cdsnet.net> References: <20020319131556.D99985@backmaster.cdsnet.net> <008901c1cf8c$be5d6f50$090510ac@gleason> <00b401c1cf8d$8960b7c0$090510ac@gleason> <20020319202137.U68606@backmaster.cdsnet.net> X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.5) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 19 Mar 2002 20:21:37 -0800 Jaye Mathisen wrote: JM> I dont' need a 1 TB FS, I just need/wanted to be able to create JM> multiple partitions < 1TB on a disk/slice > 1TB in size. I posted the answer to the wrong question then - you will need multiple slices to do this with each under 1TB. -- C:>WIN | Directable Mirrors The computer obeys and wins. |A Better Way To Focus The Sun You lose and Bill collects. | licenses available - see: | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 23:18: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from root.com (nexus.root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 7F54637B405; Tue, 19 Mar 2002 23:18:02 -0800 (PST) Received: (from dg@localhost) by root.com (8.11.2/8.11.2) id g2K7IFr95187; Tue, 19 Mar 2002 23:18:15 -0800 (PST) (envelope-from dg) Date: Tue, 19 Mar 2002 23:18:15 -0800 From: David Greenman To: "Steve O'Hara-Smith" Cc: Joseph Gleason , mrcpu@internetcds.com, stable@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: Problems with large disk. (> 1 TB) Message-ID: <20020319231815.V75496@nexus.root.com> References: <20020319131556.D99985@backmaster.cdsnet.net> <008901c1cf8c$be5d6f50$090510ac@gleason> <20020320080934.3b8823d8.steve@sohara.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020320080934.3b8823d8.steve@sohara.org>; from steve@sohara.org on Wed, Mar 20, 2002 at 08:09:34AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >On Tue, 19 Mar 2002 16:26:32 -0500 >"Joseph Gleason" wrote: > >JG> I don't have a solution for you, but I am pretty sure I know the problem: >JG> >JG> calc 2^31*512 = 1TB. > > That points to one option - use vinum to concatenate two half >terabyte subdiscs. That won't work around the problem. The Vinum device would then be too large. The maximum device size is 1TB worth of 512 byte blocks due to the size of a daddr_t (a signed 32 bit int). There is exactly one solution to this problem, and that is to change pretty much the whole kernel to handle 64 bit daddr_t's. This is several man-months of work for someone very familiar with the kernel internals. -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org President, TeraSolutions, Inc. - http://www.terasolutions.com President, Download Technologies, Inc. - http://www.downloadtech.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 23:20:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from root.com (nexus.root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id B836E37B404; Tue, 19 Mar 2002 23:20:24 -0800 (PST) Received: (from dg@localhost) by root.com (8.11.2/8.11.2) id g2K7KnA95215; Tue, 19 Mar 2002 23:20:49 -0800 (PST) (envelope-from dg) Date: Tue, 19 Mar 2002 23:20:49 -0800 From: David Greenman To: "Steve O'Hara-Smith" Cc: Jaye Mathisen , clash@tasam.com, questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Problems with large disk. (> 1 TB) Message-ID: <20020319232049.W75496@nexus.root.com> References: <20020319131556.D99985@backmaster.cdsnet.net> <008901c1cf8c$be5d6f50$090510ac@gleason> <00b401c1cf8d$8960b7c0$090510ac@gleason> <20020319202137.U68606@backmaster.cdsnet.net> <20020320081439.74ca4530.steve@sohara.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020320081439.74ca4530.steve@sohara.org>; from steve@sohara.org on Wed, Mar 20, 2002 at 08:14:39AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >On Tue, 19 Mar 2002 20:21:37 -0800 >Jaye Mathisen wrote: > >JM> I dont' need a 1 TB FS, I just need/wanted to be able to create >JM> multiple partitions < 1TB on a disk/slice > 1TB in size. > > I posted the answer to the wrong question then - you will need >multiple slices to do this with each under 1TB. That won't work either. FreeBSD cannot access blocks beyond 1TB on any device. It doesn't matter how you 'slice' it up. -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org President, TeraSolutions, Inc. - http://www.terasolutions.com President, Download Technologies, Inc. - http://www.downloadtech.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Mar 19 23:41:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web12801.mail.yahoo.com (web12801.mail.yahoo.com [216.136.174.36]) by hub.freebsd.org (Postfix) with SMTP id 11A7B37B41A for ; Tue, 19 Mar 2002 23:40:17 -0800 (PST) Message-ID: <20020320074016.12123.qmail@web12801.mail.yahoo.com> Received: from [216.138.223.67] by web12801.mail.yahoo.com via HTTP; Tue, 19 Mar 2002 23:40:16 PST Date: Tue, 19 Mar 2002 23:40:16 -0800 (PST) From: Dave Banning Subject: change from dynamic to static problem To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have just changed suppliers of DSL because I wanted a static IP address. My new service works under Windows but I am having trouble getting it working under FBSD. What I -don't- understand is where I got vr0 from. It is not listed with either netstat or ifconfig, but it -was- working with my previous dsl service. I tried using my other network card for the dsl modem and changed the vr0 reference to dc0. Any help would be appreciated. I have documented some information; I changed /etc/rc.conf; FROM; ifconfig_vr0=up TO: ifconfig_vr0="209.188.66.29" and changed my /etc/ppp/ppp.conf; FROM: default: # or name_of_service_provider set device PPPoE:vr0 # replace xl1 with your ethernet device set authname previous_username set authkey previous_password set ifaddr 10.0.0.1/0 10.0.0.2/0 TO: default: # or name_of_service_provider set device PPPoE:vr0 # replace xl1 with your ethernet device set authname newusername set authkey newpassword set ifaddr 209.188.66.29 206.221.248.4 255.255.255.255 0.0.0.0 ifconfig says; dc0: flags=8843 mtu 1500 inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255 inet6 fe80::220:78ff:fe0e:13d6%dc0 prefixlen 64 scopeid 0x1 ether 00:20:78:0e:13:d6 media: Ethernet autoselect (10baseT/UTP) status: active lp0: flags=8810 mtu 1500 lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet 127.0.0.1 netmask 0xff000000 ppp0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 faith0: flags=8000 mtu 1500 tun0: flags=8051 mtu 1500 inet6 fe80::220:78ff:fe0e:13d6%tun0 prefixlen 64 scopeid 0x7 inet 216.138.223.86 --> 10.0.0.2 netmask 0xffffffff Opened by PID 576 and netstat -nr; Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 10.0.0.2 UGSc 4 0 tun0 10.0.0.2 216.138.223.86 UH 5 0 tun0 127.0.0.1 127.0.0.1 UH 0 6 lo0 192.168.1 link#1 UC 1 0 dc0 192.168.1.255 ff:ff:ff:ff:ff:ff UHLWb 3 49 dc0 Internet6: Destination Gateway Flags Netif +Expire ::1 ::1 UH lo0 fe80::%dc0/64 link#1 UC dc0 fe80::220:78ff:fe0e:13d6%dc0 0:20:78:e:13:d6 UHL lo0 fe80::%lo0/64 fe80::1%lo0 Uc lo0 fe80::1%lo0 link#3 UHL lo0 fe80::%tun0/64 fe80::220:78ff:fe0e:13d6%tun0 Uc tun0 fe80::220:78ff:fe0e:13d6%tun0 link#7 UHL lo0 ff01::/32 ::1 U lo0 ff02::%dc0/32 link#1 UC dc0 ff02::%lo0/32 ::1 UC lo0 ff02::%tun0/32 fe80::220:78ff:fe0e:13d6%tun0 UC tun0 __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.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 Mar 19 23:52:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bilbo.in.mat.cc (bilbo.in.mat.cc [212.43.217.121]) by hub.freebsd.org (Postfix) with ESMTP id CB28D37B400 for ; Tue, 19 Mar 2002 23:52:44 -0800 (PST) Received: from bilbo.in.org (localhost [127.0.0.1]) by bilbo.in.mat.cc (Postfix) with ESMTP id 1812671183 for ; Wed, 20 Mar 2002 08:52:42 +0100 (CET) Received: from sauron (sauron.in.mat.cc [212.43.217.122]) by bilbo.in.mat.cc (Postfix) with ESMTP id 54AA771183 for ; Wed, 20 Mar 2002 08:52:38 +0100 (CET) Date: Wed, 20 Mar 2002 08:52:38 +0100 From: Mathieu Arnold To: questions@freebsd.org Subject: opie Message-ID: <46851406.1016614358@sauron> X-Mailer: Mulberry/2.2.0b2 (Win32) X-wazaaa: True, true MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi I was reading opie(4) a week ago, and I was : CONTACT OPIE is discussed on the Bellcore "S/Key Users" mailing list. To join, send an email request to: skey-users-request@thumper.bellcore.com so, I sent a mail to get subscribed. I got a bounce this morning saying that it can't reach it's MX. someone know how to get on that list (if it still exists). -- Mathieu Arnold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 0: 4:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from antares.surnet.ru (antares.surnet.ru [195.54.2.5]) by hub.freebsd.org (Postfix) with ESMTP id 3A55F37B43C; Wed, 20 Mar 2002 00:04:19 -0800 (PST) Received: (from uucp@localhost) by antares.surnet.ru (8.11.6/Joy) with UUCP id g2K84HN89053; Wed, 20 Mar 2002 13:04:17 +0500 (YEKT) Received: from localhost (localhost [127.0.0.1]) by sol.chel.skbkontur.ru with ESMTP id g2K7EdC85981 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO); Wed, 20 Mar 2002 12:14:40 +0500 (YEKT) (envelope-from ilia@chel.skbkontur.ru) Date: Wed, 20 Mar 2002 12:14:39 +0500 (YEKT) From: =?koi8-r?B?6czY0SD7ydDJw8nO?= To: questions@FreeBSD.ORG Cc: ports@FreeBSD.ORG, Subject: can't add mod_auth_kerb into Apache Message-ID: <20020320121318.R85877-100000@sol.chel.skbkontur.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kerberos is MIT (from security/krb5) It says: sol# /usr/local/sbin/apachectl start Syntax error on line 201 of /usr/local/etc/apache/httpd.conf: Cannot load /usr/local/libexec/apache/mod_auth_kerb.so into server: /usr/local/libexec/apache/mod_auth_kerb.so: Undefined symbol "krb5_sname_to_principal" /usr/local/sbin/apachectl start: httpd could not be started Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5=CC=C1=CE=C9=D1) Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 0:46: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from i-sp.com (mail.i-sp.com [194.163.14.12]) by hub.freebsd.org (Postfix) with SMTP id 2154037B41A for ; Wed, 20 Mar 2002 00:45:50 -0800 (PST) Received: (qmail 21151 invoked from network); 20 Mar 2002 08:38:53 -0000 Received: from proxy.i-sp.com (HELO ispxx) (194.163.14.99) by 194.163.14.12 with SMTP; 20 Mar 2002 08:38:53 -0000 From: "Roland Dworschak" To: Subject: RE: Limit PERL opening file in a directory / PHP Date: Wed, 20 Mar 2002 09:38:14 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I was just wondering if there's something like SuEXEC for PHP. I have a few virtual sites in my server. There is a security risk > that these users are able to open files that are not in his/her > directory by using PERL scripts because most of the system files > are set as everyone read. > > Now, I just made it work that the user can not open a file out > of his/her directory with PHP by adding php_admin_value open_basedir 'directory' > into apache configuration file. > > I want to implement the same limitation with PERL. > Also, I want to block some functions in PERL, such as system(). > > Is there any suggestion? Thank you. You shold better set propper permissions on files and directories. Apache's suExec is very handy if you need to restrict cgi script's permisions. chmod 750 /home/site1 chown -R site1:wwwguest /home/site1 chmod 750 /home/site2 chown -R site2:wwwguest /home/site2 in httpd.conf: === User wwwguest Group wwwguest User site1 Group site1 User site1 Group site1 === So Apache will run as wwwguest and has the access to users files (readonly), but users script are run as their own uid/gid (cause SuExec does it), so they can't access another user's directory. -- Dmitry A. Mottl Network Administrator Skobeltsyn's Institute of Nuclear Physics Moscow State Unversity To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 1:49: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail001.syd.optusnet.com.au (mail001.syd.optusnet.com.au [203.2.75.244]) by hub.freebsd.org (Postfix) with ESMTP id 14D1437B42A for ; Wed, 20 Mar 2002 01:48:43 -0800 (PST) Received: from there (lauax1-047.dialup.optusnet.com.au [198.142.56.47]) by mail001.syd.optusnet.com.au (8.11.1/8.11.1) with SMTP id g2K9mbd03084 for ; Wed, 20 Mar 2002 20:48:41 +1100 Message-Id: <200203200948.g2K9mbd03084@mail001.syd.optusnet.com.au> Content-Type: text/plain; charset="iso-8859-1" From: John Andrewartha To: freebsd-questions@FreeBSD.org Subject: Getty & userppp Date: Tue, 19 Mar 2002 20:32:58 +1100 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi folks, I have a small problem getting FreeBSD 4.2 to handle dial-in. Modem Netcom M11f ( I know old but I am poor :-) I have turned echo off and result strings off. As per the handbook. I have the necessary tunnel devices 0 - 4 and have checked device entry's exist. The ttys file have the tty turned on and the speed set to "std.57600" The problem is when the modem answers the phone the getty seems to see garbage, it wont read the first getttytab entry 'PPP=/usr/local/libexec/PPP-in Messages tells me that the getty is "sleeping fro 30 seconds". I seem to remember that in the old days - 6 years ago we had to do something with rc.serial modem section, but what, and do we still need to ? Then there is stty !! I would appreciate the guidance of you experience. Cheers John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 2:24:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from kura.mail.jippii.net (kura.mail.jippii.net [195.197.172.113]) by hub.freebsd.org (Postfix) with ESMTP id 84D8D37B404 for ; Wed, 20 Mar 2002 02:24:32 -0800 (PST) Received: from atfox-131133.saunalahti.fi (CXXVII.wdyn.saunalahti.fi [62.142.110.127]) by kura.mail.jippii.net (Postfix) with ESMTP id F181720CC4 for ; Wed, 20 Mar 2002 12:24:26 +0200 (EET) Message-Id: <5.1.0.14.0.20020320102441.00c45fa0@pop.saunalahti.fi> X-Sender: atfox@pop.saunalahti.fi X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 20 Mar 2002 12:24:21 +0200 To: freebsd-questions@FreeBSD.ORG From: atfox solution Subject: Unbeliveable! Mime-Version: 1.0 Content-Type: multipart/mixed; x-avg-checked=avg-ok-1E675EC5; boundary="=======17915AA3=======" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=======17915AA3======= Content-Type: text/html; x-avg-checked=avg-ok-1E675EC5; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hello freeBSDder's


Sorry about following words!

I just get my first freeBSD packet (version 4.5).
I was very impressed to start installing it.
It was chock - how anybody can install anything,
by using so unlogical, clumsy and almost useless installation software like this!
Cant never know what hapends when I press SPACE, ENTER or ESCAPE!
Questions about disk partitioning and boot manager are the worst  thing!

I have being working with computers about 30 years.
I am also installed many kind of operating systems,
like MS-DOS, Windows, UNIX, QNX , Coherent, Linux ....
Still - I haven't never seen anything like this!

I still try to install freeBSD
hoping that rest of this software package is something else!

Please do something for this installation software!
One's more - please fix it!

And sorry again, but truth is sometimes .....

atfox solution
Aulis Tuupola
Topparoikankuja 9
60100 Sein=E4joki
040 555 2589

http://www.appelsiini.net/at/fox/
http://www.appelsiini.net/at/

--=======17915AA3=======-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 2:32:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sydmail3.telpacific.com.au (sydmail3.telpacific.com.au [203.88.240.16]) by hub.freebsd.org (Postfix) with ESMTP id DA93F37B41D for ; Wed, 20 Mar 2002 02:32:12 -0800 (PST) Received: from co3014978-a (dun026151005i088238177.rivernet.com.au [203.88.237.177] (may be forged)) by sydmail3.telpacific.com.au (8.11.5/8.11.5) with SMTP id g2KAXJA66289 for ; Wed, 20 Mar 2002 21:33:20 +1100 (EST) (envelope-from guyuan@telpacific.com.au) Message-Id: <200203201033.g2KAXJA66289@sydmail3.telpacific.com.au> Date: Wed, 20 Mar 2002 21:42:53 +1000 From: Richard To: "freebsd-questions@FreeBSD.ORG" Subject: Is there any method to limit users in a directory X-mailer: FoxMail 4.0 beta 2 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: base64 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG SSB3YW50IHRvIGxpbWl0IHNvbWUgdXNlcnMgaW4gdGhlaXIgZGlyZWN0b3JpZXMuDQpJIGRvbid0 IHdhbnQgaGltIHRvIGdvIG91dCBvZiBoaXMgZGlyZWN0b3J5LiANCg0KV2l0aCBjaHJvb3QsIEkg Y2FuIGRvIHRoaXMgaW4gRlRQLg0KDQpCdXQgSSBkb24ndCBrbm93IGhvdyB0byBkbyBpbiB0ZWxu ZXQgYW5kIEFwYWNoZS4gDQoNCkkgZm91bmQgYSBzb2Z0d2FyZSBjYWxsZWQgc2JveCwgaHR0cDov L3N0ZWluLmNzaGwub3JnL3NvZnR3YXJlL3Nib3gvDQp3aGljaCBhbGxvd3MgbWUgdG8gbGltaXQg dGhlIHVzZXIgaW4gQVBBQ0hFLg0KSSBkaWQgbGltaXRlZCB0aGUgdXNlcnMnIENHSSBpbiBhIGRp cmVjdG9yeSwgYnV0LCANCmEgbG90IG9mIENHSSBwcm9ncmFtcyBjYW4gbm90IGV4Y3V0ZSBhZnRl cg0KSSBpbnN0YWxsZWQgc2JveC4gSSBhbHNvIHRyaWVkIENHSXdyYXAsIHdoaWNoDQpzZWVtcyB0 byBoYXZlIHRoZSBzYW1lIGZ1bmN0aW9ucyBhcyBzYm94Lg0KSSBnb3QgaXQgd29yaywgYnV0IEkg Y2Fubm90IGxpbWl0IHRoZSB1c2VycyBhdCBhbGwuDQoNCklzIGl0IHBvc3NpYmxlIHRvIGxpbWl0 IGEgdXNlciBvbmx5IGluIGhpcy9oZXINCmRpcmVjdG9yeSBpbiBURUxORVQgYW5kIEFwYWNoZS4N Cg0KTXkgT1MgaXMgRnJlZUJTRCA0LjUuDQoNCkFueW9uZSB3aG8gY2FuIGhlbHAgbWUgd2lsbCBi ZSB2ZXJ5IGFwcHJlY2lhdGVkLg0K To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 2:50:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web11503.mail.yahoo.com (web11503.mail.yahoo.com [216.136.172.35]) by hub.freebsd.org (Postfix) with SMTP id 6D76A37B416 for ; Wed, 20 Mar 2002 02:50:21 -0800 (PST) Message-ID: <20020320105021.11373.qmail@web11503.mail.yahoo.com> Received: from [139.11.41.101] by web11503.mail.yahoo.com via HTTP; Wed, 20 Mar 2002 02:50:21 PST Date: Wed, 20 Mar 2002 02:50:21 -0800 (PST) From: swjatoslaw gerus Subject: Solaris,Free BSD on IMB x20, Portege 3480CT To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Gentlemen Autor will buy IBM x20 or Portege 3480CT with P3-600 1.35 volt 495 BGA and will 1.Install Solaris or Free BSD ,which support Irda,Bluetoth,802.11b an mouse . 2.Exchange p3-600 1.35 volt LV vs. p3-600 1.1 volt ulv with possible freq. down until fixed 100-300 mhz in economy regime What is better to buy in this case IBM x20 or Portege 3480CT ? What is better to install Solaris,Free BSD or another UNIX non-pop(No Linux please) derivative ? Excuse me,if my request is not relevant. ===== Your Respectfully Gerus(priwat person) 20306 Hamburg 36 ,Germany Postlagernd Att:Mr.Sw.Gerus tel: 0049-(0)178 -5545949 __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.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 Mar 20 2:52:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mailbox.net.uk (smtp.mailbox.co.uk [195.82.125.32]) by hub.freebsd.org (Postfix) with ESMTP id B297737B400 for ; Wed, 20 Mar 2002 02:52:26 -0800 (PST) Received: from [212.18.235.141] (helo=sjmobile) by smtp.mailbox.net.uk with smtp (Exim 3.22 #2) id 16ndhh-00087B-00 for questions@FreeBSD.ORG; Wed, 20 Mar 2002 10:52:25 +0000 Message-ID: <001801c1cffd$3d099c00$0a00000a@stjames.net> From: "System Administrator" To: "Questions@FreeBSD" Subject: FreeBSD support for the Ecrix VXA-1 Tape drive (Internal IDE) Date: Wed, 20 Mar 2002 10:51:49 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Deal all Can you say if there is support within FreeBSD for the new Ecrix VXA tape drives? We have just ordered one for the school only to remember that I should have checked the hardware compatibility list first... Martyn Hill ICT Teacher and IT Co-ordinator St James Independent School To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 2:59:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web11508.mail.yahoo.com (web11508.mail.yahoo.com [216.136.172.40]) by hub.freebsd.org (Postfix) with SMTP id 3C53237B400 for ; Wed, 20 Mar 2002 02:59:28 -0800 (PST) Message-ID: <20020320105928.55822.qmail@web11508.mail.yahoo.com> Received: from [139.11.41.101] by web11508.mail.yahoo.com via HTTP; Wed, 20 Mar 2002 02:59:28 PST Date: Wed, 20 Mar 2002 02:59:28 -0800 (PST) From: swjatoslaw gerus Subject: Solaris,Free BSD on IBM x20, Portege 3480CT To: questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Gentlemen Autor will buy IBM x20 or Portege 3480CT with P3-600 1.35 volt 495 BGA and will 1.Install Solaris or Free BSD ,which support Irda,Bluetoth,802.11b an mouse . 2.Exchange p3-600 1.35 volt LV vs. p3-600 1.1 volt ulv with possible freq. down until fixed 100-300 mhz in economy regime , with speed only some 10 megaflops DP Linpack and power demand some 1-2 wt (display need some 4 wt) What is better to buy in this case IBM x20 or Portege 3480CT ? What is better to install Solaris,Free BSD or another UNIX non-pop(No Linux please) derivative ? Excuse me,if my request is not relevant. ===== Your Respectfully Gerus(priwat person) 20306 Hamburg 36 ,Germany Postlagernd Att:Mr.Sw.Gerus tel: 0049-(0)178 -5545949 __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.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 Mar 20 3:18:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tele-post-20.mail.demon.net (tele-post-20.mail.demon.net [194.217.242.20]) by hub.freebsd.org (Postfix) with ESMTP id B7DA037B405 for ; Wed, 20 Mar 2002 03:18:34 -0800 (PST) Received: from mailgate.nlsystems.com ([62.49.251.130] helo=herring.nlsystems.com) by tele-post-20.mail.demon.net with esmtp (Exim 3.35 #1) id 16ne6y-000NdZ-0K for questions@freebsd.org; Wed, 20 Mar 2002 11:18:32 +0000 Received: from herring (herring [10.0.0.2]) by herring.nlsystems.com (8.11.2/8.11.2) with ESMTP id g2KBHF916254 for ; Wed, 20 Mar 2002 11:17:15 GMT (envelope-from dfr@nlsystems.com) Date: Wed, 20 Mar 2002 11:17:15 +0000 (GMT) From: Doug Rabson To: Subject: Solaris,Free BSD on IBM x20, Portege 3480CT (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 ---------- Forwarded message ---------- Date: Wed, 20 Mar 2002 02:52:54 -0800 (PST) From: swjatoslaw gerus To: dfr@FreeBSD.org Subject: Solaris,Free BSD on IBM x20, Portege 3480CT Gentlemen Autor will buy IBM x20 or Portege 3480CT with P3-600 1.35 volt 495 BGA and will 1.Install Solaris or Free BSD ,which support Irda,Bluetoth,802.11b an mouse . 2.Exchange p3-600 1.35 volt LV vs. p3-600 1.1 volt ulv with possible freq. down until fixed 100-300 mhz in economy regime What is better to buy in this case IBM x20 or Portege 3480CT ? What is better to install Solaris,Free BSD or another UNIX non-pop(No Linux please) derivative ? Excuse me,if my request is not relevant. ===== Your Respectfully Gerus(priwat person) 20306 Hamburg 36 ,Germany Postlagernd Att:Mr.Sw.Gerus tel: 0049-(0)178 -5545949 __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.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 Mar 20 3:26:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id 6442037B405 for ; Wed, 20 Mar 2002 03:26:35 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Wed, 20 Mar 2002 10:55:15 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id ; Wed, 20 Mar 2002 10:55:14 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D041E9F69@MAIL1> From: Mike Dewhirst To: "'questions@freebsd.org'" Subject: oracle 9i install problem (glibc ver, etc) Date: Wed, 20 Mar 2002 10:56:07 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1CFFD.D6BB7710" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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_01C1CFFD.D6BB7710 Content-Type: text/plain; charset="iso-8859-1" trying to install oracle9i, I got this: bash$ ./runInstaller bash$ ./runInstaller: /lib/libc.so.6: version `GLIBC_2.2' not found (required by ./runInstaller) So, I tried to upgrade my glibc. But I got this: # rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/rpm glibc-2.2.5-2.i386.rpm error: failed dependencies: ld.so < 1.9.9-9 conflicts with glibc-2.2.5-2 So, I tried to upgrade ld.so. But I got this: # rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/rpm ld.so-1.9.9-9.i386.rpm file /lib/ld-linux.so.1 from install of ld.so-1.9.9-9 conflicts with file from package ld.so-1.9.5-11 file /lib/ld.so from install of ld.so-1.9.9-9 conflicts with file from package ld.so-1.9.5-11 Now I'm stuck... Anybody got _any_ ideas?! I would be extremely greatful for anything advice/suggestions. Thanks in advance, Mike This message was written in plain text mode. Everything below the dotted line was not written by the author of this email. ---------------------- =********************************************************** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited. If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail. Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free. **********************************************************= ------_=_NextPart_001_01C1CFFD.D6BB7710 Content-Type: text/html; charset="iso-8859-1" oracle 9i install problem (glibc ver, etc)

trying to install oracle9i, I got this:

bash$ ./runInstaller
bash$ ./runInstaller: /lib/libc.so.6: version `GLIBC_2.2' not found (required by ./runInstaller)

So, I tried to upgrade my glibc. But I got this:

# rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/rpm glibc-2.2.5-2.i386.rpm
error: failed dependencies:
        ld.so < 1.9.9-9 conflicts with glibc-2.2.5-2

So, I tried to upgrade ld.so. But I got this:

# rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/rpm ld.so-1.9.9-9.i386.rpm
file /lib/ld-linux.so.1 from install of ld.so-1.9.9-9 conflicts with file from package ld.so-1.9.5-11
file /lib/ld.so from install of ld.so-1.9.9-9 conflicts with file from package ld.so-1.9.5-11

Now I'm stuck... Anybody got _any_ ideas?! I would be extremely greatful for anything advice/suggestions.

Thanks in advance,

Mike


This message was written in plain text mode.
Everything below the dotted line was not
written by the author of this email.
----------------------



=**********************************************************

If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited.

If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free.

**********************************************************=
------_=_NextPart_001_01C1CFFD.D6BB7710-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 3:27: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id DB83537B41B for ; Wed, 20 Mar 2002 03:26:36 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id ; Wed, 20 Mar 2002 11:04:37 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id ; Wed, 20 Mar 2002 11:04:37 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D041E9F6A@MAIL1> From: Mike Dewhirst To: freebsd-questions@FreeBSD.ORG Cc: "'andy@neu.net'" Subject: RE: Pkg_add failure Date: Wed, 20 Mar 2002 11:05:27 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1CFFF.24896A00" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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_01C1CFFF.24896A00 Content-Type: text/plain; charset="iso-8859-1" Try installing it manually: pkg_add -v ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.5-release/All/cvsup- 16.lf.tgz if you'd rather download it first - do: fetch ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.5-release/All/cvsup- 16.lf.tgz pkg_add -v cvsup-16.lf.tgz Hope this helps, Mike > -----Original Message----- > From: andy@neu.net [mailto:andy@neu.net] > Sent: 20 March 2002 03:57 > To: freebsd-questions@FreeBSD.ORG > Subject: Pkg_add failure > > > When trying to install any program through /stand/sysinstall, > I receive a > message saying that the "add of package cvsup aborted, error code 1 - > Please check the debug screen for more info". What does this > mean? How > do you get to the debug screen? Is there a workaround? > > Please reply to this address in addition to the list, thanks > in advance. > > Andy > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > =********************************************************** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited. If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail. Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free. **********************************************************= ------_=_NextPart_001_01C1CFFF.24896A00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: Pkg_add failure

Try installing it manually:

pkg_add -v ftp:/= /ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.5-release/All/cvsup-16.l= f.tgz

if you'd rather download it first - do:

fetch ftp://ftp.= freebsd.org/pub/FreeBSD/ports/i386/packages-4.5-release/All/cvsup-16.lf.tgz=
pkg_add -v cvsup-16.lf.tgz

Hope this helps,

Mike


> -----Original Message-----
> From: andy@neu.net [mailto:andy@neu.net]
> Sent: 20 March 2002 03:57
> To: freebsd-questions@FreeBSD.ORG
> Subject: Pkg_add failure
>
>
> When trying to install any program through /stand/s= ysinstall,
> I receive a
> message saying that the "add of package cvsup = aborted, error code 1 -
> Please check the debug screen for more info".&= nbsp; What does this
> mean?  How
> do you get to the debug screen?  Is there a wo= rkaround?
>
> Please reply to this address in addition to the lis= t, thanks
> in advance.
>
> Andy
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org<= /FONT>
> with "unsubscribe freebsd-questions" in t= he body of the message
>



=3D**********************************************************

If you are not the intended recipient, employee or agent responsible for de= livering the message to the intended recipient, you are hereby notified tha= t any dissemination or copying of this communication and its attachments is= strictly prohibited.

If you have received this communication and its attachments in error, pleas= e return the original message and attachments to the sender using the reply= facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does n= ot accept legal responsibility for the contents of this message. Any views= or opinions presented are solely those of the author and do not necessaril= y represent those of the UCLES Group unless otherwise specifically stated.<= BR>
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not gua= rantee that this email is virus free.

**********************************************************=3D
------_=_NextPart_001_01C1CFFF.24896A00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 3:27: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id B2F5F37B404 for ; Wed, 20 Mar 2002 03:26:38 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id ; Wed, 20 Mar 2002 11:08:50 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id ; Wed, 20 Mar 2002 11:08:50 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D041E9F6B@MAIL1> From: Mike Dewhirst To: questions@FreeBSD.ORG Cc: '???? ???????' Subject: RE: can't add mod_auth_kerb into Apache Date: Wed, 20 Mar 2002 11:09:37 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1CFFF.B8FAF870" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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_01C1CFFF.B8FAF870 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Can you send in the snip (+/- 5 lines) of your httpd.conf? How did you install mod_auth_kerb? Via ports? What version? > -----Original Message----- > From: ilia@chel.skbkontur.ru [mailto:ilia@chel.skbkontur.ru] > Sent: 20 March 2002 07:15 > To: questions@FreeBSD.ORG > Cc: ports@FreeBSD.ORG; wollman@FreeBSD.ORG > Subject: can't add mod_auth_kerb into Apache > > > Kerberos is MIT (from security/krb5) > > It says: > > sol# /usr/local/sbin/apachectl start > Syntax error on line 201 of /usr/local/etc/apache/httpd.conf: > Cannot load /usr/local/libexec/apache/mod_auth_kerb.so into server: > /usr/local/libexec/apache/mod_auth_kerb.so: Undefined symbol > "krb5_sname_to_principal" > /usr/local/sbin/apachectl start: httpd could not be started > > Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5=CC=C1=CE=C9=D1) > Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE) > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 =3D*********************************************************** If you are not the intended recipient, employee or agent responsible for de= livering the message to the intended recipient, you are hereby notified tha= t any dissemination or copying of this communication and its attachments is= strictly prohibited. If you have received this communication and its attachments in error, pleas= e return the original message and attachments to the sender using the reply= facility on e-mail. Internet communications are not secure and therefore the UCLES Group does n= ot accept legal responsibility for the contents of this message. Any views= or opinions presented are solely those of the author and do not necessaril= y represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not gua= rantee that this email is virus free. ***********************************************************=3D ------_=_NextPart_001_01C1CFFF.B8FAF870 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable RE: can't add mod_auth_kerb into Apache

Can you send in the snip (+/- 5 lines) of your httpd.conf= ?

How did you install mod_auth_kerb? Via ports? What versio= n?


> -----Original Message-----
> From: ilia@chel.skbkontur.ru [mailto:ilia@chel.skbkontur.ru]
> Sent: 20 March 2002 07:15
> To: questions@FreeBSD.ORG
> Cc: ports@FreeBSD.ORG; wollman@FreeBSD.ORG
> Subject: can't add mod_auth_kerb into Apache
>
>
> Kerberos is MIT (from security/krb5)
>
> It says:
>
> sol# /usr/local/sbin/apachectl start
> Syntax error on line 201 of /usr/local/etc/apache/h= ttpd.conf:
> Cannot load /usr/local/libexec/apache/mod_auth_kerb= .so into server:
> /usr/local/libexec/apache/mod_auth_kerb.so: Undefin= ed symbol
> "krb5_sname_to_principal"
> /usr/local/sbin/apachectl start: httpd could not be= started
>
> Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5= =CC=C1=CE=C9=D1)
> Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE= )
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org<= /FONT>
> with "unsubscribe freebsd-questions" in t= he body of the message
>



=3D***********************************************************

If you are not the intended recipient, employee or agent responsible for de= livering the message to the intended recipient, you are hereby notified tha= t any dissemination or copying of this communication and its attachments is= strictly prohibited.

If you have received this communication and its attachments in error, pleas= e return the original message and attachments to the sender using the reply= facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does n= ot accept legal responsibility for the contents of this message. Any views= or opinions presented are solely those of the author and do not necessaril= y represent those of the UCLES Group unless otherwise specifically stated.<= BR>
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not gua= rantee that this email is virus free.

***********************************************************=3D
------_=_NextPart_001_01C1CFFF.B8FAF870-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 3:28:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id 975A637B41A for ; Wed, 20 Mar 2002 03:26:40 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id ; Wed, 20 Mar 2002 11:11:04 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id ; Wed, 20 Mar 2002 11:11:04 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D041E9F6C@MAIL1> From: Mike Dewhirst To: "'questions@freebsd.org'" Cc: 'Koroush Saraf' Subject: RE: Java 2 SDK v 1.4.0 Date: Wed, 20 Mar 2002 11:11:55 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1D000.0B992D90" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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_01C1D000.0B992D90 Content-Type: text/plain; charset="iso-8859-1" > Currently I run FreeBSD 4.3. I like to know what is the > latest version of > JAVA SDK 2 it can support? 1.4 have a look in ports/java/ > I also need to run Java 2 SDK v 1.4.0. Which versions of > FreeBSD support > this? 4.x, I think, maybe earlier. > > Many thanks, > ~koroush > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Hope this helps, Mike This message was written in plain text mode. Everything below the dotted line was not written by the author of this email. ---------------------- =********************************************************** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited. If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail. Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free. **********************************************************= ------_=_NextPart_001_01C1D000.0B992D90 Content-Type: text/html; charset="iso-8859-1" RE: Java 2 SDK v 1.4.0

> Currently I run FreeBSD 4.3.  I like to know what is the
> latest version of
> JAVA SDK 2 it can support?

1.4

have a look in ports/java/

> I also need to run Java 2 SDK v 1.4.0.  Which versions of
> FreeBSD support
> this?

4.x, I think, maybe earlier.

>
> Many thanks,
> ~koroush
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

Hope this helps,

Mike


This message was written in plain text mode.
Everything below the dotted line was not
written by the author of this email.
----------------------



=**********************************************************

If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited.

If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free.

**********************************************************=
------_=_NextPart_001_01C1D000.0B992D90-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 3:29: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tvt.ne.jp (tvtsv2.tvt.ne.jp [210.253.56.5]) by hub.freebsd.org (Postfix) with ESMTP id EBA4B37B41A for ; Wed, 20 Mar 2002 03:29:00 -0800 (PST) Received: from tigerlair.tvt.ne.jp (pcnadmin.tvt.ne.jp [210.253.56.9]) by tvt.ne.jp (8.10.1/8.10.1) with ESMTP id g2KBSw677841 for ; Wed, 20 Mar 2002 20:28:58 +0900 (JST) Message-Id: <5.0.2.6.2.20020320202415.01eb66f0@mail.tvt.ne.jp> X-Sender: chand@mail.tvt.ne.jp X-Mailer: QUALCOMM Windows Eudora Version 5.0.2-Jr1 Date: Wed, 20 Mar 2002 20:30:16 +0900 To: freebsd-questions@freebsd.org From: Martin Chandler Subject: pw -m with -V Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I have been trying to add users to just the NIS password map on a NIS server which is being kept separate from the regular password file. I have been using pw -V /var/yp useradd USER -m -Y to create the user. The password map is updated fine, but the user's home directory in not being created. If I run pw without the -V option the home directory is created no problem. Is there something I am missing when implementing the -V option? any help is appreciated, but please reply cc: to my mail address as I am not subscribed to this list. Thanks. MRC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 3:38:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dns.perimeter.co.za (dns.perimeter.co.za [196.25.164.254]) by hub.freebsd.org (Postfix) with ESMTP id E2D7D37B417 for ; Wed, 20 Mar 2002 03:38:23 -0800 (PST) Received: from patrick (loopback.mipjhb [209.212.102.245] (may be forged)) by dns.perimeter.co.za (8.11.1/8.11.1) with SMTP id g2KBcB555968; Wed, 20 Mar 2002 13:38:13 +0200 (SAST) (envelope-from bsd@perimeter.co.za) Message-ID: <00ae01c1d004$b1ffc320$b50d030a@patrick> From: "Patrick O'Reilly" To: , "Martin Chandler" References: <5.0.2.6.2.20020320202415.01eb66f0@mail.tvt.ne.jp> Subject: Re: pw -m with -V Date: Wed, 20 Mar 2002 13:45:05 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Martin Chandler" > Hi, > > I have been trying to add users to just the NIS password map on a NIS > server which is being kept separate from the regular password file. > > I have been using > > pw -V /var/yp useradd USER -m -Y > > to create the user. The password map is updated fine, but the user's home > directory in not being created. > If I run pw without the -V option the home directory is created no problem. > Is there something I am missing when implementing the -V option? Martin, You need to use -C so that pw will read your normal pw.conf file, and hence know where to create the user's home directory. Or, put a copy of /etc/pw.conf into /var/yp . man pw, and study the -V section for the explanation of this. Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 3:50:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uk2.kanda-systems.net (uk2.kanda-systems.net [193.195.117.202]) by hub.freebsd.org (Postfix) with ESMTP id F071937B416 for ; Wed, 20 Mar 2002 03:50:29 -0800 (PST) Received: from localhost.kanda-systems.net (localhost.kanda-systems.net [127.0.0.1]) by uk2.kanda-systems.net (Postfix) with ESMTP id B93263C2BA; Wed, 20 Mar 2002 12:47:25 +0000 (GMT) Date: Wed, 20 Mar 2002 12:47:25 +0000 (GMT) From: jason+freebsd@kanda.com X-X-Sender: jason@uk2.kanda-systems.net Reply-To: jason+freebsd@kanda.com To: Roland Dworschak Cc: freebsd-questions@FreeBSD.ORG Subject: RE: Limit PERL opening file in a directory / PHP In-Reply-To: Message-ID: <20020320124634.E28894-100000@uk2.kanda-systems.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 20 Mar 2002, Roland Dworschak wrote: > Hi, > > I was just wondering if there's something like SuEXEC for PHP. Take a gander at: http://www.zend.com/manual/features.safe-mode.php It will probably do what you want and its already built in to PHP. Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 4:17:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from salseiros.melim.com.br (salseiros.melim.com.br [200.215.110.23]) by hub.freebsd.org (Postfix) with ESMTP id 1E7A137B400 for ; Wed, 20 Mar 2002 04:17:46 -0800 (PST) Received: from fazendinha (ressacada.melim.com.br [200.215.110.4]) by salseiros.melim.com.br (Postfix) with SMTP id 27682BA92; Wed, 20 Mar 2002 09:17:42 -0300 (BRT) Message-ID: <00b001c1d009$6a1f3e00$2aa8a8c0@melim.com.br> From: "Ronan Lucio" To: , "Lowell Gilbert" References: <20020319123257.H23375@sjt-u10.cisco.com><20020319123717.6b13ab8c.Zapper@FoxChat.Net><033c01c1cf6d$a44c8e30$2aa8a8c0@melim.com.br> <44it7squbm.fsf@be-well.ilk.org> Subject: Re: DB Authentication Date: Wed, 20 Mar 2002 09:18:59 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Lowell, I want to make the server services like ftp, smtp, pop3 and radius authenticate with postgres instead of passwd file. I need to do this to create new options like, the user maintain his own account by himself, and I´ve been some tests with passwd file, but the passwd file have corrupted some times with simultaneous access. I looking for the easier (faster) way to get it and I should to know if I must use pam.pgsql ou pam.ldap. I´ve seem many people saing that ldap is hard to make it work, but I don´t know if I use pam.pgsql I´ll do all servirces authenticate. []´s Ronan > "Ronan Lucio" writes: > > > I want to change the authentication method from passwd > > file to postgres. > > > > What the best way to do it? pam.pgsql, ldap or any other way? > > The "best way" depends on why you're doing it. After all, FreeBSD's > "passwd file" authentication is *already* a database lookup... > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 20 4:26:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web11503.mail.yahoo.com (web11503.mail.yahoo.com [216.136.172.35]) by hub.freebsd.org (Postfix) with SMTP id AFB0237B419 for ; Wed, 20 Mar 2002 04:26:22 -0800 (PST) Message-ID: <20020320122622.21218.qmail@web11503.mail.yahoo.com> Received: from [139.11.41.101] by web11503.mail.yahoo.com via HTTP; Wed, 20 Mar 2002 04:26:22 PST Date: Wed, 20 Mar 2002 04:26:22 -0800 (PST) From: swjatoslaw gerus Subject: Re: Solaris,Free BSD on IMB x20, Portege 3480CT To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --- "Jonathan M. Bresler" wrote: > > Gerus, > > Your question is more suited to the > freebsd-questions@freebsd.org > mailing list. Please ask there. The Board of > Directors of the FreeBSD > Foundation do not have personal experience with > these two laptops. > > Jonathan > > On Wed, 20 Mar 2002, swjatoslaw gerus wrote: > > > Gentlemen > > > > Autor will buy IBM x20 or Portege 3480CT > > with P3-600 1.35 volt 495 BGA and will > > 1.Install Solaris or Free BSD ,which support > > Irda,Bluetoth,802.11b an mouse . > > 2.Exchange p3-600 1.35 volt LV vs. p3-600 > > 1.1 volt ulv with possible freq. down > > until fixed 100-300 mhz in economy > > regime > > > > What is better to buy in this case IBM x20 or > > Portege 3480CT ? What is better to install > > Solaris,Free BSD or another UNIX non-pop(No Linux > > please) derivative ? > > > > Excuse me,if my request is not relevant. > > > > > > > > > > ===== > > Your Respectfully Gerus(priwat person) > > > > 20306 Hamburg 36 ,Germany > > Postlagernd Att:Mr.Sw.Gerus > > tel: 0049-(0)178 -5545949 > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! Sports - live college hoops coverage > > http://sports.yahoo.com/ > > > ===== Your Respectfully Gerus(priwat person) 20306 Hamburg 36 ,Germany Postlagernd Att:Mr.Sw.Gerus tel: 0049-(0)178 -5545949 __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.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 Mar 20 4:58:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mbox.com.au (203-134-146-019.cust.pth.iprimus.net.au [203.134.146.19]) by hub.freebsd.org (Postfix) with ESMTP id 2517637B405 for ; Wed, 20 Mar 2002 04:58:13 -0800 (PST) Received: from nms2.mbox.com.au (webmail.mbox.com.au [192.168.20.4]) by smtp2.mbox.com.au (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0GT90004UVTREY@smtp2.mbox.com.au> for freebsd-questions@FreeBSD.ORG; Wed, 20 Mar 2002 20:53:52 +0800 (WST) Received: from mbox.com.au ([127.0.0.1]) by nms2.mbox.com.au (Netscape Messaging Server 4.15) with ESMTP id GT9VVR03.HBE for ; Wed, 20 Mar 2002 20:55:03 +0800 Date: Wed, 20 Mar 2002 23:55:03 +1100 From: BSD Freak Subject: USB DiskOnKey To: FreeBSD Questions Message-id: <23a5d3223a583b.23a583b23a5d32@mbox.com.au> MIME-version: 1.0 X-Mailer: Netscape Webmail Content-type: text/plain; charset=us-ascii Content-language: en Content-disposition: inline Content-transfer-encoding: 7BIT X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, Has anyone got the the USB DiskOnKey device (http://www.diskonkey.com) working with FreeBSD? Looks really cool and would great to get it going with FreeBSD? I've scoured the web for HOWTO's but only came up with Linux related info..... --------------------------------------------------------------------- NEW to mBox, receive faxes to any email address! Find out more http://www.mbox.com.au/fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 5: 4: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from foo31-146.visit.se (foo31-146.visit.se [62.119.31.146]) by hub.freebsd.org (Postfix) with ESMTP id 64D6737B400 for ; Wed, 20 Mar 2002 05:04:04 -0800 (PST) Received: (from martin@localhost) by foo31-146.visit.se (8.11.6/8.11.6) id g2KD3Qb50886; Wed, 20 Mar 2002 14:03:26 +0100 (CET) (envelope-from martin) Date: Wed, 20 Mar 2002 14:03:25 +0100 From: Martin Karlsson To: atfox solution Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installing FreeBSD (Was: Unbeliveable!) Message-ID: <20020320130325.GB50300@foo31-146.visit.se> Mail-Followup-To: Martin Karlsson , atfox solution , freebsd-questions@FreeBSD.ORG References: <5.1.0.14.0.20020320102441.00c45fa0@pop.saunalahti.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <5.1.0.14.0.20020320102441.00c45fa0@pop.saunalahti.fi> User-Agent: Mutt/1.3.28i X-PGP-Keyid: 0x9C924660 X-PGP-Fingerprint: 5970 BE22 2C33 4D8F 53FD 7E34 66FF 9332 9C92 4660 X-Editor: Vim http://www.vim.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * atfox solution [2002-03-20 12.24 +0200]: > Hello freeBSDder's [...snip...] > I still try to install freeBSD Please take a look at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html There you will find detailed instructions. [...snip...] -- Perhaps your question is answered in: the Handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html the FAQ: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 5:43:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by hub.freebsd.org (Postfix) with SMTP id DD38237B405 for ; Wed, 20 Mar 2002 05:43:12 -0800 (PST) Received: from bara?zani (AUTH login) at unknown (HELO moti) (bara?zani@12.27.148.78) by smtp.mail.vip.sc5.yahoo.com with SMTP; 20 Mar 2002 13:42:55 -0000 Message-ID: <019201c1d015$775abb10$fd6e34c6@moti> From: "Bara Zani" To: , References: Subject: Re: network monitoring tools Date: Wed, 20 Mar 2002 08:45:11 -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.50.4522.1200 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I use netsaint it monitores 55 windows2000 servers with several things services , disk space , nt services , http ,and more it has a very nice web reporting interface to show sytatus and all i highly recommend it www.netsaint.org ----- Original Message ----- From: To: Sent: Tuesday, March 19, 2002 6:25 PM Subject: network monitoring tools > I know there are many, many network monitoring tools in the ports. I am > setting up a FreeBSD > box here at work, only the second one, with about 50 NT workstations and 8 > NT servers. So, > what can I run on this machine to use to monitor the NT network? Something > cool, flashy, etc, > whatever will turn the heads of my boss (the IT manager), and others above > him? This is a > NT shop, into which I have managed to get two bsd boxes, the first is > running a web server > and sendmail. The machine is a AMD800 and has a 19" monitor. I plan on > using XFCE for my > window manager, but also have KDE and Enlightenment/Gnome installed just > to show 'em off. > > Any suggestions would be great. > Thanks, > -- > Chip Wiegand > Computer Services > Simrad, Inc > www.simrad.com > chip.wiegand@simrad.com > > "There is no reason anyone would want a computer in their home." > --Ken Olson, president, chairman and founder of Digital Equipment > Corporation, 1977 > (They why do I have 7? Somebody help me!) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 5:45:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp018.mail.yahoo.com (smtp018.mail.yahoo.com [216.136.174.115]) by hub.freebsd.org (Postfix) with SMTP id 0497D37B405 for ; Wed, 20 Mar 2002 05:44:49 -0800 (PST) Received: from bara?zani (AUTH login) at unknown (HELO moti) (bara?zani@12.27.148.78) by smtp.mail.vip.sc5.yahoo.com with SMTP; 20 Mar 2002 13:44:48 -0000 Message-ID: <01d301c1d015$bb12b2e0$fd6e34c6@moti> From: "Bara Zani" To: , References: Subject: Re: network monitoring tools Date: Wed, 20 Mar 2002 08:47:08 -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.50.4522.1200 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I use netsaint it monitores 55 windows2000 servers with several things services , disk space , nt services , http ,and more it has a very nice web reporting interface to show sytatus and all i highly recommend it www.netsaint.org ----- Original Message ----- From: To: Sent: Tuesday, March 19, 2002 6:25 PM Subject: network monitoring tools > I know there are many, many network monitoring tools in the ports. I am > setting up a FreeBSD > box here at work, only the second one, with about 50 NT workstations and 8 > NT servers. So, > what can I run on this machine to use to monitor the NT network? Something > cool, flashy, etc, > whatever will turn the heads of my boss (the IT manager), and others above > him? This is a > NT shop, into which I have managed to get two bsd boxes, the first is > running a web server > and sendmail. The machine is a AMD800 and has a 19" monitor. I plan on > using XFCE for my > window manager, but also have KDE and Enlightenment/Gnome installed just > to show 'em off. > > Any suggestions would be great. > Thanks, > -- > Chip Wiegand > Computer Services > Simrad, Inc > www.simrad.com > chip.wiegand@simrad.com > > "There is no reason anyone would want a computer in their home." > --Ken Olson, president, chairman and founder of Digital Equipment > Corporation, 1977 > (They why do I have 7? Somebody help me!) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 6: 0:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from calypso.egreta.gr (calypso.egreta.gr [213.170.192.14]) by hub.freebsd.org (Postfix) with ESMTP id 60FA837B41E for ; Wed, 20 Mar 2002 06:00:32 -0800 (PST) Received: from pskoul (pskoul.egreta.gr [213.170.198.91]) by calypso.egreta.gr (8.9.2/8.9.1) with SMTP id QAA26659 for ; Wed, 20 Mar 2002 16:00:30 +0200 (EET) Message-ID: <01a201c1d018$344e6530$5bc6aad5@pskoul> From: "Panagiotis Skoulikaritis" To: Subject: strange errors on a freebsd 4.4 Date: Wed, 20 Mar 2002 16:04:51 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_019F_01C1D028.F796D0D0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_019F_01C1D028.F796D0D0 Content-Type: text/plain; charset="iso-8859-7" Content-Transfer-Encoding: quoted-printable Hello I get some strange messages on a freebsd 4.4 and the system responds = very slowly, the messages that I get is ad1: timeout waiting for DRQ - resetting ata0: resetting devices .. done I' new to freebsd and in unix in general and I don't know what this = messages mean. Any help would be apreciated. Panos ------=_NextPart_000_019F_01C1D028.F796D0D0 Content-Type: text/html; charset="iso-8859-7" Content-Transfer-Encoding: quoted-printable
Hello
 
I get some strange messages on a freebsd 4.4 and the = system=20 responds very slowly, the messages that I get is
ad1: timeout waiting for DRQ - = resetting
ata0: resetting devices .. done
 
I' new to freebsd and in unix in general and I don't = know what=20 this messages mean.
 
Any help would be apreciated.
 
Panos
------=_NextPart_000_019F_01C1D028.F796D0D0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 6: 5:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id 6C07B37B405 for ; Wed, 20 Mar 2002 06:05:31 -0800 (PST) Received: by peitho.fxp.org (Postfix, from userid 1206) id D3FE413668; Wed, 20 Mar 2002 09:05:30 -0500 (EST) Date: Wed, 20 Mar 2002 09:05:30 -0500 From: Bob Bomar To: questions@freebsd.org Subject: startx fails Message-ID: <20020320140530.GA63882@peitho.fxp.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="1yeeQ81UyVL57Vl7" Content-Disposition: inline User-Agent: Mutt/1.3.24i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I am trying to get X up and running on my 4.4 Release box. When I run startx, the X server starts, but all it does is show lines that wave across the screen. Attached is the output of startx. I would also like to know where the log files are for X. -- |------------------------------------| | Bob Bomar | | bulldog@fxp.org | | http://fly.homeunix.org/~bob | |====================================| | FreeBSD: The Power to Serve | | http://www.FreeBSD.org | |------------------------------------| --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="startx.script" Script started on Wed Mar 20 08:04:34 2002 fly# startx XFree86 Version 3.3.6 / X Window System (protocol Version 11, revision 0, vendor release 6300) Release Date: xx November 2000 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (see http://www.XFree86.Org/FAQ) Operating System: FreeBSD 4.4-RELEASE i386 [ELF] Configured drivers: SVGA: server for SVGA graphics adaptors (Patchlevel 1): NV1, STG2000, RIVA 128, RIVA TNT, RIVA TNT2, RIVA ULTRA TNT2, RIVA VANTA, RIVA ULTRA VANTA, RIVA INTEGRATED, GeForce 256, GeForce DDR, Quadro, GeForce2 GTS, GeForce2 GTS (rev1), GeForce2 Ultra, Quadro 2 Pro, GeForce2 MX, GeForce2 MX DDR, Quadro 2 MXR, ET4000, ET4000W32, ET4000W32i, ET4000W32i_rev_b, ET4000W32i_rev_c, ET4000W32p, ET4000W32p_rev_a, ET4000W32p_rev_b, ET4000W32p_rev_c, ET4000W32p_rev_d, ET6000, ET6100, et3000, pvga1, wd90c00, wd90c10, wd90c30, wd90c24, wd90c31, wd90c33, gvga, r128, ati, sis86c201, sis86c202, sis86c205, sis86c215, sis86c225, sis5597, sis5598, sis6326, sis530, sis620, sis300, sis630, sis540, tvga8200lx, tvga8800cs, tvga8900b, tvga8900c, tvga8900cl, tvga8900d, tvga9000, tvga9000i, tvga9100b, tvga9200cxr, tgui9400cxi, tgui9420, tgui9420dgi, tgui9430dgi, tgui9440agi, cyber9320, tgui9660, tgui9680, tgui9682, tgui9685, cyber9382, cyber9385, cyber9388, cyber9397, cyber9520, cyber9525, 3dimage975, 3dimage985, cyber9397dvd, blade3d, cyberblade, clgd5420, clgd5422, clgd5424, clgd5426, clgd5428, clgd5429, clgd5430, clgd5434, clgd5436, clgd5446, clgd5480, clgd5462, clgd5464, clgd5465, clgd6205, clgd6215, clgd6225, clgd6235, clgd7541, clgd7542, clgd7543, clgd7548, clgd7555, clgd7556, ncr77c22, ncr77c22e, cpq_avga, mga2064w, mga1064sg, mga2164w, mga2164w AGP, mgag200, mgag100, mgag400, oti067, oti077, oti087, oti037c, al2101, ali2228, ali2301, ali2302, ali2308, ali2401, cl6410, cl6412, cl6420, cl6440, video7, ark1000vl, ark1000pv, ark2000pv, ark2000mt, mx, realtek, AP6422, AT24, AT3D, s3_savage, s3_virge, s3_svga, NM2070, NM2090, NM2093, NM2097, NM2160, NM2200, ct65520, ct65525, ct65530, ct65535, ct65540, ct65545, ct65546, ct65548, ct65550, ct65554, ct65555, ct68554, ct69000, ct64200, ct64300, mediagx, V1000, V2100, V2200, p9100, spc8110, i740, i740_pci, i810, i810-dc100, i810e, Voodoo Banshee, Voodoo3, smi, generic Using syscons driver with X support (version 2.0) (using VT number 9) XF86Config: /etc/XF86Config (**) stands for supplied, (--) stands for probed/default values (**) XKB: disabled (**) XKB: keymap: "xfree86(us)" (overrides other XKB settings) (**) Mouse: type: PS/2, device: /dev/sysmouse, buttons: 3 (**) SVGA: Graphics device ID: "Matrox" (**) SVGA: Monitor ID: "Impression" (--) SVGA: Mode "1024x768" needs hsync freq of 70.24 kHz. Deleted. (--) SVGA: Mode "1152x864" needs hsync freq of 70.88 kHz. Deleted. (--) SVGA: Mode "1280x1024" needs hsync freq of 74.59 kHz. Deleted. (--) SVGA: Mode "1600x1200" needs hsync freq of 75.00 kHz. Deleted. (--) SVGA: Mode "1152x864" needs hsync freq of 76.01 kHz. Deleted. (--) SVGA: Mode "1280x1024" needs hsync freq of 78.86 kHz. Deleted. (--) SVGA: Mode "1024x768" needs hsync freq of 80.21 kHz. Deleted. (--) SVGA: Mode "1280x1024" needs hsync freq of 81.13 kHz. Deleted. (--) SVGA: Mode "1600x1200" needs hsync freq of 87.50 kHz. Deleted. (--) SVGA: Mode "1152x864" needs hsync freq of 89.62 kHz. Deleted. (--) SVGA: Mode "1280x1024" needs hsync freq of 91.15 kHz. Deleted. (--) SVGA: Mode "1600x1200" needs hsync freq of 93.75 kHz. Deleted. (--) SVGA: Mode "1600x1200" needs hsync freq of 105.77 kHz. Deleted. (--) SVGA: Mode "1280x1024" needs hsync freq of 107.16 kHz. Deleted. (--) SVGA: Mode "1800X1440" needs hsync freq of 96.15 kHz. Deleted. (--) SVGA: Mode "1800X1440" needs hsync freq of 104.52 kHz. Deleted. (**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" (--) SVGA: PCI: Matrox MGA G400 AGP rev 130, Memory @ 0xe8000000, 0xe4000000 (--) SVGA: Linear framebuffer at 0xE8000000 (--) SVGA: MMIO registers at 0xE4000000 (--) SVGA: Video BIOS info block at 0x000c79c0 (--) SVGA: Video BIOS info block not detected! (--) SVGA: detected an SDRAM card (--) SVGA: chipset: mgag400 (**) SVGA: videoram: 16384k (**) SVGA: Option "dac_8_bit" (**) SVGA: Using 8 bits per color component (**) SVGA: Using 8 bpp, Depth 8, Color weight: 888 (--) SVGA: Maximum allowed dot-clock: 300.000 MHz (**) SVGA: Mode "1024x768": mode clock = 85.000 (**) SVGA: Mode "800x600": mode clock = 69.650 (**) SVGA: Mode "640x480": mode clock = 45.800 (--) SVGA: Virtual resolution set to 1024x768 (--) SVGA: Generic SpeedUps selected (Flags=0x30) (--) SVGA: Using hardware cursor (--) SVGA: PLL reference freq: 27.050 MHz (--) SVGA: Read OPTION 0x400a1160 (--) SVGA: Using XAA (XFree86 Acceleration Architecture) (--) SVGA: XAA: Solid filled rectangles (--) SVGA: XAA: Screen-to-screen copy (--) SVGA: XAA: 8x8 color expand pattern fill (--) SVGA: XAA: CPU to screen color expansion (TE/NonTE imagetext, TE/NonTE polytext) (--) SVGA: XAA: Using 8 128x128 areas for pixmap caching (--) SVGA: XAA: Caching tiles and stipples (--) SVGA: XAA: General lines and segments (--) SVGA: XAA: Dashed lines and segments ^Cxinit: No such file or directory (errno 2): unexpected signal 2 waiting for X server to shut down login: fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0" X connection to :0.0 broken (explicit kill or server shutdown). xterm: fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0" xterm: fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0" . fly# exit exit Script done on Wed Mar 20 08:04:46 2002 --1yeeQ81UyVL57Vl7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 6:11:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from PHSEXCHICO2.Partners.org (phsexchico2.partners.org [170.223.254.20]) by hub.freebsd.org (Postfix) with ESMTP id 3F38837B405 for ; Wed, 20 Mar 2002 06:11:39 -0800 (PST) Received: by phsexchico2.partners.org with Internet Mail Service (5.5.2650.21) id ; Wed, 20 Mar 2002 09:11:38 -0500 Message-ID: <375F68784081D511908A00508BE3BB17DDDCBB@phsexch22.mgh.harvard.edu> From: "Morse, Richard E." To: 'Benjamin Krueger' Cc: "'questions@freebsd.org'" Subject: RE: Network issues... Date: Wed, 20 Mar 2002 09:11:37 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Benjamin Krueger wrote: >Ricky Morse wrote: >> >> ping: sendto: no buffer space available > >Ricky, it sounds like you're running low on mbufs,and I'm willing to bet that >you'll find your system logs littered with messages from the kernel regarding >mbuf allocation failures. To verify this is the case if you see this behavior >again, type 'netstat -m' to see the current mbuf statistics. If you find that >this is your problem and you're running a release below 4.5, you will need to >recompile your kernel with 'options NMBCLUSTERS=' with a larger number that >will suit your needs. (The default is 1024) Which system logs should I look in? Neither console.log, maillog, messages, nor dmesg report anything about mbufs.... Thanks, Ricky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 6:14: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from janeway.vonbek.dhs.org (bgm-24-24-79-198.stny.rr.com [24.24.79.198]) by hub.freebsd.org (Postfix) with ESMTP id 7AA8137B400 for ; Wed, 20 Mar 2002 06:14:03 -0800 (PST) Received: by janeway.vonbek.dhs.org (Postfix, from userid 12347) id B0072E77B4A; Wed, 20 Mar 2002 09:15:17 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id AD87B6A8C1D for ; Wed, 20 Mar 2002 09:15:17 -0500 (EST) Date: Wed, 20 Mar 2002 09:15:17 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: freebsd-questions@FreeBSD.ORG Subject: Re: Unbeliveable! In-Reply-To: <5.1.0.14.0.20020320102441.00c45fa0@pop.saunalahti.fi> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/Plain; X-AVG-CHECKED=avg-ok-1E675EC5; CHARSET=US-ASCII Content-ID: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 20 Mar 2002, atfox solution wrote: <...> > Please do something for this installation software! > One's more - please fix it! > > And sorry again, but truth is sometimes ..... <...> Actually, I rather like /stand/sysinstall - it's one of my favorite installers I've used. |-John Bleichert----syborg@stny.rr.com----------------| |-------------------http://vonbek.dhs.org/latest.jpg--| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 6:16:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 100m.mpr200-1.esr.lvcm.net (100m.mpr200-1.esr.lvcm.net [24.234.0.78]) by hub.freebsd.org (Postfix) with ESMTP id 4210937B400 for ; Wed, 20 Mar 2002 06:16:08 -0800 (PST) Received: from lymond.lvcablemodem.com (cm032.131.234.24.lvcm.com [24.234.131.32]) by 100m.mpr200-1.esr.lvcm.net (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id ACC10483; Wed, 20 Mar 2002 06:16:02 -0800 (PST) Received: (from dlm@localhost) by lymond.lvcablemodem.com (8.11.6/8.11.4) id g2KEG8h27321 for freebsd-questions@FreeBSD.ORG; Wed, 20 Mar 2002 06:16:08 -0800 (PST) Date: Wed, 20 Mar 2002 06:16:07 -0800 From: Dale Morris To: freebsd-questions@FreeBSD.ORG Subject: abiword install? Message-ID: <20020320061607.A27276@lymond.lvcablemodem.com> Mail-Followup-To: freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Newbie question.. How's the easiest way to get abiword installed. I've upgraded my ports collection and the only abiword there is /usr/ports/chinese/abiword. I searched the ports collection and find the latest release, downloaded it to /usr/local and tar zxvf [abi], gmake (install commands); it installs but I can't run it from the command line. what am I doing wrong? thanks dale To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 6:16:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id 8F50737B417 for ; Wed, 20 Mar 2002 06:16:34 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id ; Wed, 20 Mar 2002 14:13:27 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id ; Wed, 20 Mar 2002 14:13:27 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D041E9F6E@MAIL1> From: Mike Dewhirst To: 'Bob Bomar' Cc: "'questions@freebsd.org'" Subject: RE: startx fails Date: Wed, 20 Mar 2002 14:14:14 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1D019.839C4160" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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_01C1D019.839C4160 Content-Type: text/plain; charset="iso-8859-1" I think you've selected a monitor from the config script that's refresh rate is higher than the one you have. have a look at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html Hope this helps, Mike Dewhirst > -----Original Message----- > From: Bob Bomar [mailto:bulldog@fxp.org] > Sent: 20 March 2002 14:06 > To: questions@freebsd.org > Subject: startx fails > > > I am trying to get X up and running on my 4.4 Release box. > When I run startx, the X server starts, but all it does is > show lines that wave across the screen. > > Attached is the output of startx. > > I would also like to know where the log files are for X. > > > -- > |------------------------------------| > | Bob Bomar | > | bulldog@fxp.org | > | http://fly.homeunix.org/~bob | > |====================================| > | FreeBSD: The Power to Serve | > | http://www.FreeBSD.org | > |------------------------------------| > =********************************************************** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited. If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail. Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free. **********************************************************= ------_=_NextPart_001_01C1D019.839C4160 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: startx fails

I think you've selected a monitor from the config script = that's refresh rate is higher than the one you have.

have a look at:

http://www.freebsd.org/doc/en_= US.ISO8859-1/books/handbook/x-config.html

Hope this helps,

Mike Dewhirst


> -----Original Message-----
> From: Bob Bomar [mailto:bulldog@fxp.org]
> Sent: 20 March 2002 14:06
> To: questions@freebsd.org
> Subject: startx fails
>
>
> I am trying to get X up and running on my 4.4 Relea= se box.
> When I run startx, the X server starts, but all it = does is
> show lines that wave across the screen. 
>
> Attached is the output of startx.
>
> I would also like to know where the log files are f= or X.
>
>
> --
> |------------------------------------|
> | Bob Bomar      &nbs= p;            &= nbsp;      |
> | bulldog@fxp.org     &nbs= p;            &= nbsp; |
> | http://fly.homeunix.org/~bob     &= nbsp; |
> |=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D|
> | FreeBSD: The Power to Serve   &nbs= p;    |
> | http://www.FreeBSD.org       &nb= sp;     |
> |------------------------------------|
>



=3D**********************************************************

If you are not the intended recipient, employee or agent responsible for de= livering the message to the intended recipient, you are hereby notified tha= t any dissemination or copying of this communication and its attachments is= strictly prohibited.

If you have received this communication and its attachments in error, pleas= e return the original message and attachments to the sender using the reply= facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does n= ot accept legal responsibility for the contents of this message. Any views= or opinions presented are solely those of the author and do not necessaril= y represent those of the UCLES Group unless otherwise specifically stated.<= BR>
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not gua= rantee that this email is virus free.

**********************************************************=3D
------_=_NextPart_001_01C1D019.839C4160-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 6:22:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id DD94337B417 for ; Wed, 20 Mar 2002 06:22:05 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id ; Wed, 20 Mar 2002 14:18:57 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id ; Wed, 20 Mar 2002 14:18:57 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D041E9F6F@MAIL1> From: Mike Dewhirst To: 'Dale Morris' Cc: "'questions@freebsd.org'" Subject: RE: abiword install? Date: Wed, 20 Mar 2002 14:19:43 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1D01A.47944130" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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_01C1D01A.47944130 Content-Type: text/plain; charset="iso-8859-1" > How's the easiest way to get abiword installed. I've upgraded my ports > collection and the only abiword there is /usr/ports/chinese/abiword. I > searched the ports collection and find the latest release, > downloaded it > to /usr/local and tar zxvf [abi], gmake (install commands); > it installs > but I can't run it from the command line. > > > what am I doing wrong? It's an X application. Install Xfree86 and a Windows-like manager, e.g. KDE, Gnome, etc) and run it form there. hope this helps, Mike This message was written in plain text mode. Everything below the dotted line was not written by the author of this email. ---------------------- =********************************************************** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited. If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail. Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free. **********************************************************= ------_=_NextPart_001_01C1D01A.47944130 Content-Type: text/html; charset="iso-8859-1" RE: abiword install?

> How's the easiest way to get abiword installed. I've upgraded my ports
> collection and the only abiword there is /usr/ports/chinese/abiword. I
> searched the ports collection and find the latest release,
> downloaded it
> to /usr/local and tar zxvf [abi], gmake (install commands);
> it installs
> but I can't run it from the command line.
>
>
> what am I doing wrong?

It's an X application. Install Xfree86 and a Windows-like manager, e.g. KDE, Gnome, etc) and run it form there.

hope this helps,

Mike


This message was written in plain text mode.
Everything below the dotted line was not
written by the author of this email.
----------------------



=**********************************************************

If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited.

If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free.

**********************************************************=
------_=_NextPart_001_01C1D01A.47944130-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 6:23:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hemi.metrotv.com (hemi.metrotv.com [66.100.208.35]) by hub.freebsd.org (Postfix) with SMTP id 20F2637B429 for ; Wed, 20 Mar 2002 06:23:22 -0800 (PST) Received: (qmail 85444 invoked by uid 1006); 20 Mar 2002 14:45:36 -0000 Received: from eric@metrotv.com by hemi.metrotv.com by uid 1009 with qmail-scanner-1.10 (uvscan: v4.1.40/v4191. . Clear:0. Processed in 0.33968 secs); 20 Mar 2002 14:45:36 -0000 Received: from rrcs-central-24-123-125-166.biz.rr.com (HELO ?10.0.1.3?) (24.123.125.166) by hemi.metrotv.com with SMTP; 20 Mar 2002 14:45:35 -0000 User-Agent: Microsoft-Entourage/10.0.0.1309 Date: Wed, 20 Mar 2002 08:26:15 -0600 Subject: Re: What initiates running the startup files in /etc ? From: Eric Long To: Erik Trulsson Cc: Message-ID: In-Reply-To: <20020315175646.GA28048@student.uu.se> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Erik, Thank you very much, I was able to solve my problem. /etc/rc was blank, so I replaced it with a previous copy I had. -Eric >> What initiates running the startup files in /etc? None of my startup >> configurations are being set because /etc/rc.conf, /usr/local/etc/rc.d, etc >> contents are not being executed at startup. I can manually run these as >> root but obviously this is an unacceptable scenario in that my network >> configuration is not automatically run at startup. >> >> Anyone know why /etc/rc.conf wouldn't be run at startup? This is happening >> after updating from 4.0-RELEASE to 4.5-STABLE. I did run mergemaster. > > During the bootprocess init(8) should execute /etc/rc which is the script > from which all the other /etc/rc* scripts are started. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 6:24:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mailbox.net.uk (smtp.mailbox.co.uk [195.82.125.32]) by hub.freebsd.org (Postfix) with ESMTP id D0D0F37B430 for ; Wed, 20 Mar 2002 06:23:58 -0800 (PST) Received: from [212.18.235.141] (helo=sjmobile) by smtp.mailbox.net.uk with smtp (Exim 3.22 #2) id 16nh0P-00058Y-00 for freebsd-questions@freebsd.org; Wed, 20 Mar 2002 14:23:57 +0000 Message-ID: <000901c1d01a$ca216d80$0a00000a@stjames.net> From: "System Administrator" To: "FreeBSD-questions" Subject: Setuid log files growing very big (FreeBSD 4.5RELENG + SambaTNG) Date: Wed, 20 Mar 2002 14:23:21 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear all Since applying the setuid bit on a number of directories being used for SMB filesharing, the two log files /var/log/setuid.today /var/log/setuid.yesterday grow to about 7MB a day. I need to expand the var partition anyhow, but what can I do about the sheer volume of log information being collected in these files? Apologies if I've just missed some simple documentation - a reference to the appropriate man page would be gratefully received... Martyn Hill ICT Teacher and IT Co-ordinator St James Independent School To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 6:26:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from icarus.slightlystrange.org (icarus.slightlystrange.org [62.190.193.173]) by hub.freebsd.org (Postfix) with ESMTP id 4D75437B41C for ; Wed, 20 Mar 2002 06:26:28 -0800 (PST) Received: from danielby by icarus.slightlystrange.org with local (Exim 3.12 #1 (Debian)) id 16nh2o-0007GZ-00 for ; Wed, 20 Mar 2002 14:26:26 +0000 Date: Wed, 20 Mar 2002 14:26:26 +0000 From: Daniel Bye To: freebsd-questions@FreeBSD.ORG Subject: Re: abiword install? Message-ID: <20020320142626.GA27566@icarus.slightlystrange.org> Reply-To: dan@slightlystrange.org Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20020320061607.A27276@lymond.lvcablemodem.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020320061607.A27276@lymond.lvcablemodem.com> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG What happens when you try to run it from the command line? Error messages? Complete lack of anything at all? Dan On Wed, Mar 20, 2002 at 06:16:07AM -0800, Dale Morris wrote: > Newbie question.. > > How's the easiest way to get abiword installed. I've upgraded my ports > collection and the only abiword there is /usr/ports/chinese/abiword. I > searched the ports collection and find the latest release, downloaded it > to /usr/local and tar zxvf [abi], gmake (install commands); it installs > but I can't run it from the command line. > > > what am I doing wrong? > > thanks > dale > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 20 6:28:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sagan.beanstalk.net (sagan.beanstalk.net [12.162.34.5]) by hub.freebsd.org (Postfix) with ESMTP id 9865A37B404 for ; Wed, 20 Mar 2002 06:27:33 -0800 (PST) Received: from fcoffice.ptfd.org (unverified [12.162.35.159]) by sagan.beanstalk.net (Vircom SMTPRS 4.2.181) with SMTP id ; Wed, 20 Mar 2002 09:29:49 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Michael W.Holdeman Organization: PTFD To: Matthew Hunt Subject: Re: bidwatcher Date: Wed, 20 Mar 2002 09:27:25 -0500 X-Mailer: KMail [version 1.2] References: <02031816100100.22396@fcoffice.ptfd.org> <0203192159270B.03141@fcoffice.ptfd.org> <20020319193311.A49528@wopr.caltech.edu> In-Reply-To: <20020319193311.A49528@wopr.caltech.edu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: FreeBSD Questions Message-Id: <02032009272501.07338@fcoffice.ptfd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matthew, Works like a charm!! Thanks, Got th edrive I was shooting for last night (long after bed time) the sniping is really great!! Mike On Tuesday 19 March 2002 22:33, you wrote: > Hi Michael, > > On Tue, Mar 19, 2002 at 09:59:27PM -0500, Michael W. Holdeman wrote: > > I got the new port tonight via cvsup, it does download the correct file > > now however it fails to install the patches. > > I think the patch files are no longer necessary, so I have deleted them > from the port. You can cvsup again (there may be a delay), or just delete > the three patch files. > > I didn't run into this problem during my testing, because my copy of > the port was out of date and did not have the three patch files. Oops. > > I only did the briefest test, adding an item number and confirming that > it fetched the item description, price, etc. correctly. I'm not willing > to bid on something for the sake of testing. :-) Let me know if you > find any more problems. > > Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 6:31:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from crag.niss.com (niss.com [169.207.33.46]) by hub.freebsd.org (Postfix) with ESMTP id A5C5937B422 for ; Wed, 20 Mar 2002 06:30:20 -0800 (PST) Received: from crag.niss.com (localhost.niss.com [127.0.0.1]) by crag.niss.com (8.11.6/8.11.6) with ESMTP id g2KEUG031125; Wed, 20 Mar 2002 08:30:16 -0600 (CST) (envelope-from listS+freebsd-questions@niss.com) Message-Id: <200203201430.g2KEUG031125@crag.niss.com> From: Scott Bolte To: BSD Freak Cc: FreeBSD Questions Subject: Re: File system layout with multiple jails MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <31122.1016634616.1@crag.niss.com> Date: Wed, 20 Mar 2002 08:30:16 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm turning it into a package over the next few weeks. If you want to be a beta tester let me know. Scott On Tue, 19 Mar 2002 21:23:52 +1100, BSD Freak wrote: > Very clever! Would you mind posting the contents of scripts on the this > list or perhaps on somewhere on the web. It would be very helpful to > many I think....... > > ----- Original Message ----- > From: Scott Bolte > Date: Thursday, February 14, 2002 11:59 pm > Subject: Re: File system layout with multiple jails > > > On Thu, 14 Feb 2002 17:44:14 +1100, BSD Freak wrote: > > > Hi everyone, > > > > > > Does anyone have any bright ideas for good file system layouts > > when > > > running multiple jails? > > > > I won't say they are bright, but the ideas reflected in > > this layout are working well for me: > > > > /jails/ Home for most jail related material. Note I do not > > backup /jails every night as I do other partitions. > > (I do backup /data every night and you'll see below > > how I make use of that in a jail.) > > > > /jails is its own partition so if it fills, it will > > not cause problems for the host system. > > > > /jails/{jail_X}/ > > The root for one specific jail. Of course if you > > have sets of jails, then /jails/jail_A/{cell_1,cell_2} > > and /jails/jail_B/{cell_10,cell_11} where cell_# > > is actually the root directory works well for > > keeping them well organized. > > > > /jails/etc/rc.d/ > > Startup scripts (e.g. jail_X.sh) for all jails. > > > > If you augment $local_startup in /etc/rc.conf to > > include /jails/etc/rc.d then all the jails will be > > started automatically. > > > > /jails/bin/ > > Jail management scripts. > > > > .../bin/JAIL_CTL.sh A generic start, stop, enter, trace, > > ps script. Each jail's startup > > script sets a bunch of environment > > variables and then calls JAIL_CTL. > > > > .../bin/jail_clone duplicates a jail. > > > > .../bin/jail_ps runs ps for all the processes in > > a specific jail. > > > > /jails/var/trace/ > > Home for kdump traces of jail execution. > > > > /jails/template/ > > A reference jail that I can clone in a few minutes > > time. Much easier then running (make world) every > > time I need a new jail. > > > > /data/jails/{jail_X}/ > > If there is a /data/jails/{jail_X} present, then > > it is automatically mounted as /jails/{jail_X}/data > > when the jail is started. That way the /data > > directory in a jail can be treated separately then > > from the rest of the jail. > > > > One caveat if you do this. Multiple jails, each > > with their own uid space, will rapidly overlap in > > the host's uid space. To avoid this, my jail creation > > script hashes the jail's IP address to create a > > (relatively) unique starting point for that jail's > > uids. That starting uid is placed in the jail's > > /et chances that uids will collide. > > > > /data/jails/{jail_X}/home/ > > Symlink to /data/home (in the jail of course). If > > /data/jails/{jail_X} is mounted on the jail's /data, > > then the home partition in the jail is actually > > coming from /data of the host and therefore will > > be backed up on a regular basis. > > > > /data/jails/{jail_X}/proc/ > > If it is present, then /proc is mounted on this > > directory when a jail is started and unmounted when > > it is stopped. > > > > > > > How do I stop /var/log in one the jails from filling up the > > whole drive > > > and affecting the rest without giving each jail it's own partition? > > > > > > Is it possible to some how set a quota on how large a particular > > > directory can get? > > > > About all I can think of is to make a directory, and all its > > subordinate directories, owned by a specific user. You can > > then have per user quotas. > > > > For the specific example of /var/log, you'd have to set the > > user to be root_X. If you then set the user-ID-on-execution > > bit (see chmod(1) or chmod(2)) for /var/log so all new files > > and directories created under it would also be owned by root_X. > > > > I suspect you'd have to pre-populate your /var/log directory > > and chown everything to root_X. If you then change everything > > there to have world write permissions then root in the jail > > can update the files. Having world write access is a bad > > idea, but it's your trade-off to consider. > > > > > > Scott > > > > --------------------------------------------------------------------- > Would you like to receive faxes to your personal email address? > You can with mBox. Visit http://www.mbox.com.au/fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 6:36:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web9602.mail.yahoo.com (web9602.mail.yahoo.com [216.136.129.181]) by hub.freebsd.org (Postfix) with SMTP id 4C21637B400 for ; Wed, 20 Mar 2002 06:36:20 -0800 (PST) Message-ID: <20020320143620.10284.qmail@web9602.mail.yahoo.com> Received: from [212.5.174.23] by web9602.mail.yahoo.com via HTTP; Wed, 20 Mar 2002 06:36:20 PST Date: Wed, 20 Mar 2002 06:36:20 -0800 (PST) From: Olga Zenkova Subject: windows-1251 To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, all! Just installed VNC 3.3 on FreeBSD 4.5. I successfully connect to it from Windows NT and start netscape but cannot use Cyrillic Windows-1251 font inside. I think I need install Windows-1251 (not KOI8) code page on FreeBSD, but how? Please, help. Thanks, Olga __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.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 Mar 20 6:40: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sagan.beanstalk.net (sagan.beanstalk.net [12.162.34.5]) by hub.freebsd.org (Postfix) with ESMTP id 23A5E37B436 for ; Wed, 20 Mar 2002 06:39:38 -0800 (PST) Received: from fcoffice.ptfd.org (unverified [12.162.35.159]) by sagan.beanstalk.net (Vircom SMTPRS 4.2.181) with SMTP id ; Wed, 20 Mar 2002 09:41:54 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Michael W.Holdeman Organization: PTFD To: Annelise Anderson Subject: Re: bidwatcher Date: Wed, 20 Mar 2002 09:39:31 -0500 X-Mailer: KMail [version 1.2] References: In-Reply-To: Cc: FreeBSD Questions MIME-Version: 1.0 Message-Id: <02032009393102.07338@fcoffice.ptfd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG After updateing from the last port update, It seems to be working fine. Just a very few problems addidg auctions, but if I attempt it usually the second or third time it takes. Mike On Wednesday 20 March 2002 02:23, you wrote: > On Tue, 19 Mar 2002, Michael W.Holdeman wrote: > > Matthew, > > I got the new port tonight via cvsup, it does download the correct file > > now however it fails to install the patches. > > > > It appears the new version needs new patch files, which I have looked at > > but have NO IDEA what I am doing. This is something I'm interested in > > learning, but this week I'm too covered up (trying to track my auctions > > with web-browsers LOL) > > > > Mike > > > > On Tuesday 19 March 2002 16:38, you wrote: > > > On Tue, Mar 19, 2002 at 04:36:03PM -0500, Michael W. Holdeman wrote: > > > > Where do we get your port? > > > > > > It's checked into CVS. Get it however you normally update your Ports > > > Collection (e.g. cvsup). There may be a delay before it's propagated > > > to the cvsup servers. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > I think the FreeBSD port was updated twice in the last few hours (by > Matthew Hunt). Thanks Matthew! > > However bidwatcher has a problem with some auctions (not being able > to get the data for them) that is being worked on, and if you want > the very latest, you have to get the sources by CVS from sourceforge.net > and build it yourself. (Keeping up with changes outside of releases > is not the porter's responsiblity.) > > It's useful if you do this to build the FreeBSD port first so all > the dependencies (and it has a lot) get installed. > > It's interesting that bidwatcher is being run on a couple of Linux > servers and (on one of them at least) available "free" but with a > fee for each auction on which the bidder wins, so the bidwatcher > program (which snipes, or bids in the last few seconds of the auction) > is running on the server and the user has a Windows interface from a > browser. > > Annelise To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 6:41: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe34.pav2.hotmail.com [64.4.36.91]) by hub.freebsd.org (Postfix) with ESMTP id 6E65737B442 for ; Wed, 20 Mar 2002 06:40:12 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 20 Mar 2002 06:40:12 -0800 X-Originating-IP: [199.45.167.74] From: "Don Seeger" To: Subject: sendmail and pop Date: Wed, 20 Mar 2002 06:56:33 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0009_01C1CFDC.60161820" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: X-OriginalArrivalTime: 20 Mar 2002 14:40:12.0198 (UTC) FILETIME=[2422E460:01C1D01D] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0009_01C1CFDC.60161820 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am running a box that is my dns and SMTP/POP3 server. box host name is inetmach.burlingtonk12.org. Everything works great as long as i use user@inetmach.burlingtonk12.org. I wanted to use user@burlingtonk12.org Played with MX and sendmail.cf etc.. No luck=20 Getting relay errors - senders address rejected- or mail can never be = received after it is sent If you guys have a step by step to help me along that would be great Thanks Don ------=_NextPart_000_0009_01C1CFDC.60161820 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am running a box that is my dns and = SMTP/POP3=20 server.
 
box host name is=20 inetmach.burlingtonk12.org.
 
Everything works great as long as i use = user@inetmach.burlingtonk= 12.org.
 
I wanted to use user@burlingtonk12.org<= /DIV>
 
Played with MX and sendmail.cf = etc..
 
No luck
 
Getting relay errors - senders address=20 rejected-  or mail can never be received after it is = sent
 
If you guys have a step by step to help = me along=20 that would be great
 
Thanks
 
Don
------=_NextPart_000_0009_01C1CFDC.60161820-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 6:56:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uce55.uchaswv.edu (uce55.uchaswv.edu [12.4.161.9]) by hub.freebsd.org (Postfix) with ESMTP id 4C58137B405 for ; Wed, 20 Mar 2002 06:56:23 -0800 (PST) Received: from there ([172.16.32.103]) by uce55.uchaswv.edu (8.9.3 (PHNE_22672)/8.9.3) with SMTP id KAA10916; Wed, 20 Mar 2002 10:00:45 -0500 (EST) Message-Id: <200203201500.KAA10916@uce55.uchaswv.edu> From: Nathan Mace To: Alex Rodioukov , freebsd-questions@freebsd.org Subject: Re: NFS problems Date: Wed, 20 Mar 2002 09:56:19 -0500 X-Mailer: KMail [version 1.3.2] References: <200203200200.aa34663@salmon.maths.tcd.ie> <200203200607.BAA01921@uce55.uchaswv.edu> <87ofhjsqnj.fsf@bismark.io.sys> In-Reply-To: <87ofhjsqnj.fsf@bismark.io.sys> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="------------Boundary-00=_VH1AYEKV76BGS3PBP72L" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --------------Boundary-00=_VH1AYEKV76BGS3PBP72L Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit On Wednesday 20 March 2002 01:24 am, you wrote: > Nathan Mace writes: > > [...] > > > it boggles my mind that it would work just fine for everything except > > /usr/home. accessing the home directory was the main reason for doing > > this! that and learning some stuff about NFS, which i seem to be. > > thanks for the help so far, but does anyone have any ideas about what > > to do? thanks again > > Uh, ok... Can you please send exact error messages from mount command > on client, relevant error messages from /var/log/messages on server > and actual contents of your /etc/exports file? > > Are you running mount as root when mounting the /usr/home share? Send > the exact command you're using. i've attached the working exports file. after i had a nights sleep, i think i know what changed. i did have /usr/home ......... and then /usr ...... on the next line, when i tried to put them on one line and it didn't work, i moved them back to a seperate line. i don't know if have /usr/home before /usr would cause a problem, but thats the only thing i can think of that changed ok, the messages that mountd was giving were: mount request denied from 172.16.32.103 for /usr and the message that i got on the client was simply a permission denied. the command i was using, and am still using because it works is mount_nfs 172.16.33.3:/usr/home mount_point could the entries in exports being in the wrong order have caused this? or is there such a thing as being in the wrong order? thanks for all the help Nathan --------------Boundary-00=_VH1AYEKV76BGS3PBP72L Content-Type: text/plain; charset="iso-8859-1"; name="exports" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="exports" L3VzcgkJMTcyLjE2LjMyLjEwMyAKL3Vzci9ob21lCS1tYXByb290PW5hdGhhbgkxNzIuMTYuMzIu MTAzCg== --------------Boundary-00=_VH1AYEKV76BGS3PBP72L-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 6:56:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from subdimension.com (subdimension.com [209.150.29.129]) by hub.freebsd.org (Postfix) with SMTP id B768737B400 for ; Wed, 20 Mar 2002 06:56:45 -0800 (PST) Received: from subdimension.com ([192.168.0.2]) by subdimension.com ; Wed, 20 Mar 2002 09:59:38 -0500 From: "irado" Reply-To: irado@subdimension.com To: freebsd-questions@FreeBSD.ORG Cc: nixware@softhome.net, donseeger@hotmail.com Subject: Re: sendmail and pop X-Mailer: WebMAIL to Mail Gateway v3.0b Date: Wed, 20 Mar 2002 15:57:58 GMT Disposition-Notification-to: irado@subdimension.com Message-id: <3c98b186.5d2f.1804289383@subdimension.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Don Seeger wrote: > Everything works great as long as i use user@inetmach.burlingtonk12.org > . > > > > I wanted to use user@burlingtonk12.org > > > > Played with MX and sendmail.cf etc.. > > Getting relay errors - senders address rejected- or mail can never be > received after it is sent it is your dns - a step-by-step should be difficult, it is better to study my own irado.org (fake) file, hereunder: :===== begin @ IN SOA irado irado.yahoo.com. ( 2002031501; 10800; 3600; 604800; 86400 ) ; servidor de nomes // name server IN NS irado irado IN A 172.30.14.191 mail IN A 172.30.14.191 irado.org. IN A 172.30.14.191 ; servidor de e-mail irado.org. IN MX 10 mail ; servidor www news IN CNAME irado proxy IN CNAME irado www IN CNAME irado irado.irado.org. IN RP irado.yahoo.com. text :===== end points to analyse: the domain irado.org is declared. the mx record the mail.irado.org, declared too. and finaly: for the relay, your entire domain must be declared in the /etc/relay-domains file, preferably as the net ip-addr, not names (eg: 172.30 RELAY). Peruse the file. -- sauda=e7=f5es, Irado Furioso com Tudo Linux User 179402 mais crimes s=e3o cometidos pelas religi=f5es do que pelo ate=edsmo. _____________________________________________________________________ // free anonymous email || forums \\ subZINE || anonymous browsing subDIMENSION -- http://www.subdimension.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 7: 1: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts17-srv.bellnexxia.net (tomts17.bellnexxia.net [209.226.175.71]) by hub.freebsd.org (Postfix) with ESMTP id EAAF537B41D for ; Wed, 20 Mar 2002 06:59:35 -0800 (PST) Received: from scaryg.shacknet.nu ([64.231.142.145]) by tomts17-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020320145935.NNGT2746.tomts17-srv.bellnexxia.net@scaryg.shacknet.nu>; Wed, 20 Mar 2002 09:59:35 -0500 Received: from localhost ([::1] helo=scaryg.shacknet.nu) by scaryg.shacknet.nu with smtp (Exim 3.34 #1) id 16nhZ9-0007yN-00; Wed, 20 Mar 2002 09:59:51 -0500 Date: Wed, 20 Mar 2002 09:59:50 -0500 From: ScaryG To: "Don Seeger" Cc: FreeBSD Questions Subject: Re: sendmail and pop Message-Id: <20020320095950.22665427.freymann@scaryg.shacknet.nu> In-Reply-To: References: X-Mailer: Sylpheed version 0.7.2 (GTK+ 1.2.10; i386-portbld-freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 20 Mar 2002 06:56:33 -0700 "Don Seeger" wrote: > I am running a box that is my dns and SMTP/POP3 server. > box host name is inetmach.burlingtonk12.org. > I wanted to use user@burlingtonk12.org Add a forward/reverse entry in your DNS pointing burlingtonk12.org to 199.45.167.74 using an A record in one file, a PTR in the other. Restart named. In sendmail... add burlingtonk12.org to /etc/mail/local-host-names You will likely have to ensure you have FEATURE(virtusertable, `hash -o /etc/mail/virtusertable') in your mc file. Then in /etc/mail/virtusertable add this: @burlington12.org %1@inetmach.burlington12.org then recompile your virtusertable /usr/sbin/makemap hash /etc/mail/virtusertable < /etc/mail/virtusertable This may not exactly be what you want.. but it will forwared joe@burlington12.org to joe@inetmach.burlington12.org gf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 7: 3:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from antares.surnet.ru (antares.surnet.ru [195.54.2.5]) by hub.freebsd.org (Postfix) with ESMTP id 6450137B417 for ; Wed, 20 Mar 2002 07:02:46 -0800 (PST) Received: (from uucp@localhost) by antares.surnet.ru (8.11.6/Joy) with UUCP id g2KF2WO99181; Wed, 20 Mar 2002 20:02:32 +0500 (YEKT) Received: from localhost (localhost [127.0.0.1]) by sol.chel.skbkontur.ru with ESMTP id g2KF2mC43720 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO); Wed, 20 Mar 2002 20:02:50 +0500 (YEKT) (envelope-from ilia@chel.skbkontur.ru) Date: Wed, 20 Mar 2002 20:02:48 +0500 (YEKT) From: =?koi8-r?B?6czY0SD7ydDJw8nO?= To: Mike Dewhirst Cc: questions@FreeBSD.ORG Subject: RE: can't add mod_auth_kerb into Apache In-Reply-To: <0B0368CED76DD4118E1200D0B73E9B5D041E9F6B@MAIL1> Message-ID: <20020320200045.R43580-200000@sol.chel.skbkontur.ru> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-737149372-1016636568=:43580" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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-737149372-1016636568=:43580 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: QUOTED-PRINTABLE > Can you send in the snip (+/- 5 lines) of your httpd.conf? Ok, I've attached it. > > How did you install mod_auth_kerb? Via ports? What version? yes, via ports. mod_auth_kerb-4.10 > > > > -----Original Message----- > > From: ilia@chel.skbkontur.ru [mailto:ilia@chel.skbkontur.ru] > > Sent: 20 March 2002 07:15 > > To: questions@FreeBSD.ORG > > Cc: ports@FreeBSD.ORG; wollman@FreeBSD.ORG > > Subject: can't add mod_auth_kerb into Apache > > > > > > Kerberos is MIT (from security/krb5) > > > > It says: > > > > sol# /usr/local/sbin/apachectl start > > Syntax error on line 201 of /usr/local/etc/apache/httpd.conf: > > Cannot load /usr/local/libexec/apache/mod_auth_kerb.so into server: > > /usr/local/libexec/apache/mod_auth_kerb.so: Undefined symbol > > "krb5_sname_to_principal" > > /usr/local/sbin/apachectl start: httpd could not be started > > > > Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5=CC=C1=CE=C9=D1) > > Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE) > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > =3D*********************************************************** > > If you are not the intended recipient, employee or agent responsible for = delivering the message to the intended recipient, you are hereby notified t= hat any dissemination or copying of this communication and its attachments = is strictly prohibited. > > If you have received this communication and its attachments in error, ple= ase return the original message and attachments to the sender using the rep= ly facility on e-mail. > > Internet communications are not secure and therefore the UCLES Group does= not accept legal responsibility for the contents of this message. Any vie= ws or opinions presented are solely those of the author and do not necessar= ily represent those of the UCLES Group unless otherwise specifically stated= =2E > > This footnote also confirms that this email message has been swept by > MIMEsweeper for the presence of computer viruses although this does not g= uarantee that this email is virus free. > > ***********************************************************=3D > > --0-737149372-1016636568=:43580 Content-Type: TEXT/PLAIN; charset=koi8-r; name="httpd.conf" Content-Transfer-Encoding: BASE64 Content-ID: <20020320200248.I43580@sol.chel.skbkontur.ru> Content-Description: Content-Disposition: attachment; filename="httpd.conf" IyMjIFNlY3Rpb24gMTogR2xvYmFsIEVudmlyb25tZW50DQojDQojIFRoZSBk aXJlY3RpdmVzIGluIHRoaXMgc2VjdGlvbiBhZmZlY3QgdGhlIG92ZXJhbGwg b3BlcmF0aW9uIG9mIEFwYWNoZSwNCiMgc3VjaCBhcyB0aGUgbnVtYmVyIG9m IGNvbmN1cnJlbnQgcmVxdWVzdHMgaXQgY2FuIGhhbmRsZSBvciB3aGVyZSBp dA0KIyBjYW4gZmluZCBpdHMgY29uZmlndXJhdGlvbiBmaWxlcy4NCiMNCg0K Iw0KIyBTZXJ2ZXJUeXBlIGlzIGVpdGhlciBpbmV0ZCwgb3Igc3RhbmRhbG9u ZS4gIEluZXRkIG1vZGUgaXMgb25seSBzdXBwb3J0ZWQgb24NCiMgVW5peCBw bGF0Zm9ybXMuDQojDQpTZXJ2ZXJUeXBlIHN0YW5kYWxvbmUNCg0KIw0KIyBT ZXJ2ZXJSb290OiBUaGUgdG9wIG9mIHRoZSBkaXJlY3RvcnkgdHJlZSB1bmRl ciB3aGljaCB0aGUgc2VydmVyJ3MNCiMgY29uZmlndXJhdGlvbiwgZXJyb3Is IGFuZCBsb2cgZmlsZXMgYXJlIGtlcHQuDQojDQojIE5PVEUhICBJZiB5b3Ug aW50ZW5kIHRvIHBsYWNlIHRoaXMgb24gYW4gTkZTIChvciBvdGhlcndpc2Ug bmV0d29yaykNCiMgbW91bnRlZCBmaWxlc3lzdGVtIHRoZW4gcGxlYXNlIHJl YWQgdGhlIExvY2tGaWxlIGRvY3VtZW50YXRpb24NCiMgKGF2YWlsYWJsZSBh dCA8VVJMOmh0dHA6Ly93d3cuYXBhY2hlLm9yZy9kb2NzL21vZC9jb3JlLmh0 bWwjbG9ja2ZpbGU+KTsNCiMgeW91IHdpbGwgc2F2ZSB5b3Vyc2VsZiBhIGxv dCBvZiB0cm91YmxlLg0KIw0KU2VydmVyUm9vdCAiL3Vzci9sb2NhbCINCg0K Iw0KIyBUaGUgTG9ja0ZpbGUgZGlyZWN0aXZlIHNldHMgdGhlIHBhdGggdG8g dGhlIGxvY2tmaWxlIHVzZWQgd2hlbiBBcGFjaGUNCiMgaXMgY29tcGlsZWQg d2l0aCBlaXRoZXIgVVNFX0ZDTlRMX1NFUklBTElaRURfQUNDRVBUIG9yDQoj IFVTRV9GTE9DS19TRVJJQUxJWkVEX0FDQ0VQVC4gVGhpcyBkaXJlY3RpdmUg c2hvdWxkIG5vcm1hbGx5IGJlIGxlZnQgYXQNCiMgaXRzIGRlZmF1bHQgdmFs dWUuIFRoZSBtYWluIHJlYXNvbiBmb3IgY2hhbmdpbmcgaXQgaXMgaWYgdGhl IGxvZ3MNCiMgZGlyZWN0b3J5IGlzIE5GUyBtb3VudGVkLCBzaW5jZSB0aGUg bG9ja2ZpbGUgTVVTVCBCRSBTVE9SRUQgT04gQSBMT0NBTA0KIyBESVNLLiBU aGUgUElEIG9mIHRoZSBtYWluIHNlcnZlciBwcm9jZXNzIGlzIGF1dG9tYXRp Y2FsbHkgYXBwZW5kZWQgdG8NCiMgdGhlIGZpbGVuYW1lLiANCiMNCiNMb2Nr RmlsZSAvdmFyL3J1bi9odHRwZC5sb2NrDQoNCiMNCiMgUGlkRmlsZTogVGhl IGZpbGUgaW4gd2hpY2ggdGhlIHNlcnZlciBzaG91bGQgcmVjb3JkIGl0cyBw cm9jZXNzDQojIGlkZW50aWZpY2F0aW9uIG51bWJlciB3aGVuIGl0IHN0YXJ0 cy4NCiMNClBpZEZpbGUgL3Zhci9ydW4vaHR0cGQucGlkDQoNCiMNCiMgU2Nv cmVCb2FyZEZpbGU6IEZpbGUgdXNlZCB0byBzdG9yZSBpbnRlcm5hbCBzZXJ2 ZXIgcHJvY2VzcyBpbmZvcm1hdGlvbi4NCiMgTm90IGFsbCBhcmNoaXRlY3R1 cmVzIHJlcXVpcmUgdGhpcy4gIEJ1dCBpZiB5b3VycyBkb2VzICh5b3UnbGwg a25vdyBiZWNhdXNlDQojIHRoaXMgZmlsZSB3aWxsIGJlICBjcmVhdGVkIHdo ZW4geW91IHJ1biBBcGFjaGUpIHRoZW4geW91ICptdXN0KiBlbnN1cmUgdGhh dA0KIyBubyB0d28gaW52b2NhdGlvbnMgb2YgQXBhY2hlIHNoYXJlIHRoZSBz YW1lIHNjb3JlYm9hcmQgZmlsZS4NCiMNClNjb3JlQm9hcmRGaWxlIC92YXIv cnVuL2h0dHBkLnNjb3JlYm9hcmQNCg0KIw0KIyBJbiB0aGUgc3RhbmRhcmQg Y29uZmlndXJhdGlvbiwgdGhlIHNlcnZlciB3aWxsIHByb2Nlc3MgaHR0cGQu Y29uZiAodGhpcyANCiMgZmlsZSwgc3BlY2lmaWVkIGJ5IHRoZSAtZiBjb21t YW5kIGxpbmUgb3B0aW9uKSwgc3JtLmNvbmYsIGFuZCBhY2Nlc3MuY29uZiAN CiMgaW4gdGhhdCBvcmRlci4gIFRoZSBsYXR0ZXIgdHdvIGZpbGVzIGFyZSBu b3cgZGlzdHJpYnV0ZWQgZW1wdHksIGFzIGl0IGlzIA0KIyByZWNvbW1lbmRl ZCB0aGF0IGFsbCBkaXJlY3RpdmVzIGJlIGtlcHQgaW4gYSBzaW5nbGUgZmls ZSBmb3Igc2ltcGxpY2l0eS4gIA0KIyBUaGUgY29tbWVudGVkLW91dCB2YWx1 ZXMgYmVsb3cgYXJlIHRoZSBidWlsdC1pbiBkZWZhdWx0cy4gIFlvdSBjYW4g aGF2ZSB0aGUgDQojIHNlcnZlciBpZ25vcmUgdGhlc2UgZmlsZXMgYWx0b2dl dGhlciBieSB1c2luZyAiL2Rldi9udWxsIiAoZm9yIFVuaXgpIG9yDQojICJu dWwiIChmb3IgV2luMzIpIGZvciB0aGUgYXJndW1lbnRzIHRvIHRoZSBkaXJl Y3RpdmVzLg0KIw0KI1Jlc291cmNlQ29uZmlnIGNvbmYvc3JtLmNvbmYNCiNB Y2Nlc3NDb25maWcgY29uZi9hY2Nlc3MuY29uZg0KDQojDQojIFRpbWVvdXQ6 IFRoZSBudW1iZXIgb2Ygc2Vjb25kcyBiZWZvcmUgcmVjZWl2ZXMgYW5kIHNl bmRzIHRpbWUgb3V0Lg0KIw0KVGltZW91dCAzMDANCg0KIw0KIyBLZWVwQWxp dmU6IFdoZXRoZXIgb3Igbm90IHRvIGFsbG93IHBlcnNpc3RlbnQgY29ubmVj dGlvbnMgKG1vcmUgdGhhbg0KIyBvbmUgcmVxdWVzdCBwZXIgY29ubmVjdGlv bikuIFNldCB0byAiT2ZmIiB0byBkZWFjdGl2YXRlLg0KIw0KS2VlcEFsaXZl IE9uDQoNCiMNCiMgTWF4S2VlcEFsaXZlUmVxdWVzdHM6IFRoZSBtYXhpbXVt IG51bWJlciBvZiByZXF1ZXN0cyB0byBhbGxvdw0KIyBkdXJpbmcgYSBwZXJz aXN0ZW50IGNvbm5lY3Rpb24uIFNldCB0byAwIHRvIGFsbG93IGFuIHVubGlt aXRlZCBhbW91bnQuDQojIFdlIHJlY29tbWVuZCB5b3UgbGVhdmUgdGhpcyBu dW1iZXIgaGlnaCwgZm9yIG1heGltdW0gcGVyZm9ybWFuY2UuDQojDQpNYXhL ZWVwQWxpdmVSZXF1ZXN0cyAxMDANCg0KIw0KIyBLZWVwQWxpdmVUaW1lb3V0 OiBOdW1iZXIgb2Ygc2Vjb25kcyB0byB3YWl0IGZvciB0aGUgbmV4dCByZXF1 ZXN0IGZyb20gdGhlDQojIHNhbWUgY2xpZW50IG9uIHRoZSBzYW1lIGNvbm5l Y3Rpb24uDQojDQpLZWVwQWxpdmVUaW1lb3V0IDE1DQoNCiMNCiMgU2VydmVy LXBvb2wgc2l6ZSByZWd1bGF0aW9uLiAgUmF0aGVyIHRoYW4gbWFraW5nIHlv dSBndWVzcyBob3cgbWFueQ0KIyBzZXJ2ZXIgcHJvY2Vzc2VzIHlvdSBuZWVk LCBBcGFjaGUgZHluYW1pY2FsbHkgYWRhcHRzIHRvIHRoZSBsb2FkIGl0DQoj IHNlZXMgLS0tIHRoYXQgaXMsIGl0IHRyaWVzIHRvIG1haW50YWluIGVub3Vn aCBzZXJ2ZXIgcHJvY2Vzc2VzIHRvDQojIGhhbmRsZSB0aGUgY3VycmVudCBs b2FkLCBwbHVzIGEgZmV3IHNwYXJlIHNlcnZlcnMgdG8gaGFuZGxlIHRyYW5z aWVudA0KIyBsb2FkIHNwaWtlcyAoZS5nLiwgbXVsdGlwbGUgc2ltdWx0YW5l b3VzIHJlcXVlc3RzIGZyb20gYSBzaW5nbGUNCiMgTmV0c2NhcGUgYnJvd3Nl cikuDQojDQojIEl0IGRvZXMgdGhpcyBieSBwZXJpb2RpY2FsbHkgY2hlY2tp bmcgaG93IG1hbnkgc2VydmVycyBhcmUgd2FpdGluZw0KIyBmb3IgYSByZXF1 ZXN0LiAgSWYgdGhlcmUgYXJlIGZld2VyIHRoYW4gTWluU3BhcmVTZXJ2ZXJz LCBpdCBjcmVhdGVzDQojIGEgbmV3IHNwYXJlLiAgSWYgdGhlcmUgYXJlIG1v cmUgdGhhbiBNYXhTcGFyZVNlcnZlcnMsIHNvbWUgb2YgdGhlDQojIHNwYXJl cyBkaWUgb2ZmLiAgVGhlIGRlZmF1bHQgdmFsdWVzIGFyZSBwcm9iYWJseSBP SyBmb3IgbW9zdCBzaXRlcy4NCiMNCk1pblNwYXJlU2VydmVycyA1DQpNYXhT cGFyZVNlcnZlcnMgMTANCg0KIw0KIyBOdW1iZXIgb2Ygc2VydmVycyB0byBz dGFydCBpbml0aWFsbHkgLS0tIHNob3VsZCBiZSBhIHJlYXNvbmFibGUgYmFs bHBhcmsNCiMgZmlndXJlLg0KIw0KU3RhcnRTZXJ2ZXJzIDUNCg0KIw0KIyBM aW1pdCBvbiB0b3RhbCBudW1iZXIgb2Ygc2VydmVycyBydW5uaW5nLCBpLmUu LCBsaW1pdCBvbiB0aGUgbnVtYmVyDQojIG9mIGNsaWVudHMgd2hvIGNhbiBz aW11bHRhbmVvdXNseSBjb25uZWN0IC0tLSBpZiB0aGlzIGxpbWl0IGlzIGV2 ZXINCiMgcmVhY2hlZCwgY2xpZW50cyB3aWxsIGJlIExPQ0tFRCBPVVQsIHNv IGl0IHNob3VsZCBOT1QgQkUgU0VUIFRPTyBMT1cuDQojIEl0IGlzIGludGVu ZGVkIG1haW5seSBhcyBhIGJyYWtlIHRvIGtlZXAgYSBydW5hd2F5IHNlcnZl ciBmcm9tIHRha2luZw0KIyB0aGUgc3lzdGVtIHdpdGggaXQgYXMgaXQgc3Bp cmFscyBkb3duLi4uDQojDQpNYXhDbGllbnRzIDE1MA0KDQojDQojIE1heFJl cXVlc3RzUGVyQ2hpbGQ6IHRoZSBudW1iZXIgb2YgcmVxdWVzdHMgZWFjaCBj aGlsZCBwcm9jZXNzIGlzDQojIGFsbG93ZWQgdG8gcHJvY2VzcyBiZWZvcmUg dGhlIGNoaWxkIGRpZXMuICBUaGUgY2hpbGQgd2lsbCBleGl0IHNvDQojIGFz IHRvIGF2b2lkIHByb2JsZW1zIGFmdGVyIHByb2xvbmdlZCB1c2Ugd2hlbiBB cGFjaGUgKGFuZCBtYXliZSB0aGUNCiMgbGlicmFyaWVzIGl0IHVzZXMpIGxl YWsgbWVtb3J5IG9yIG90aGVyIHJlc291cmNlcy4gIE9uIG1vc3Qgc3lzdGVt cywgdGhpcw0KIyBpc24ndCByZWFsbHkgbmVlZGVkLCBidXQgYSBmZXcgKHN1 Y2ggYXMgU29sYXJpcykgZG8gaGF2ZSBub3RhYmxlIGxlYWtzDQojIGluIHRo ZSBsaWJyYXJpZXMuIEZvciB0aGVzZSBwbGF0Zm9ybXMsIHNldCB0byBzb21l dGhpbmcgbGlrZSAxMDAwMA0KIyBvciBzbzsgYSBzZXR0aW5nIG9mIDAgbWVh bnMgdW5saW1pdGVkLg0KIw0KIyBOT1RFOiBUaGlzIHZhbHVlIGRvZXMgbm90 IGluY2x1ZGUga2VlcGFsaXZlIHJlcXVlc3RzIGFmdGVyIHRoZSBpbml0aWFs DQojICAgICAgIHJlcXVlc3QgcGVyIGNvbm5lY3Rpb24uIEZvciBleGFtcGxl LCBpZiBhIGNoaWxkIHByb2Nlc3MgaGFuZGxlcw0KIyAgICAgICBhbiBpbml0 aWFsIHJlcXVlc3QgYW5kIDEwIHN1YnNlcXVlbnQgImtlcHRhbGl2ZSIgcmVx dWVzdHMsIGl0DQojICAgICAgIHdvdWxkIG9ubHkgY291bnQgYXMgMSByZXF1 ZXN0IHRvd2FyZHMgdGhpcyBsaW1pdC4NCiMNCk1heFJlcXVlc3RzUGVyQ2hp bGQgMA0KDQojDQojIExpc3RlbjogQWxsb3dzIHlvdSB0byBiaW5kIEFwYWNo ZSB0byBzcGVjaWZpYyBJUCBhZGRyZXNzZXMgYW5kL29yDQojIHBvcnRzLCBp biBhZGRpdGlvbiB0byB0aGUgZGVmYXVsdC4gU2VlIGFsc28gdGhlIDxWaXJ0 dWFsSG9zdD4NCiMgZGlyZWN0aXZlLg0KIw0KI0xpc3RlbiAzMDAwDQojTGlz dGVuIDEyLjM0LjU2Ljc4OjgwDQoNCiMNCiMgQmluZEFkZHJlc3M6IFlvdSBj YW4gc3VwcG9ydCB2aXJ0dWFsIGhvc3RzIHdpdGggdGhpcyBvcHRpb24uIFRo aXMgZGlyZWN0aXZlDQojIGlzIHVzZWQgdG8gdGVsbCB0aGUgc2VydmVyIHdo aWNoIElQIGFkZHJlc3MgdG8gbGlzdGVuIHRvLiBJdCBjYW4gZWl0aGVyDQoj IGNvbnRhaW4gIioiLCBhbiBJUCBhZGRyZXNzLCBvciBhIGZ1bGx5IHF1YWxp ZmllZCBJbnRlcm5ldCBkb21haW4gbmFtZS4NCiMgU2VlIGFsc28gdGhlIDxW aXJ0dWFsSG9zdD4gYW5kIExpc3RlbiBkaXJlY3RpdmVzLg0KIw0KI0JpbmRB ZGRyZXNzICoNCg0KIw0KIyBEeW5hbWljIFNoYXJlZCBPYmplY3QgKERTTykg U3VwcG9ydA0KIw0KIyBUbyBiZSBhYmxlIHRvIHVzZSB0aGUgZnVuY3Rpb25h bGl0eSBvZiBhIG1vZHVsZSB3aGljaCB3YXMgYnVpbHQgYXMgYSBEU08geW91 DQojIGhhdmUgdG8gcGxhY2UgY29ycmVzcG9uZGluZyBgTG9hZE1vZHVsZScg bGluZXMgYXQgdGhpcyBsb2NhdGlvbiBzbyB0aGUNCiMgZGlyZWN0aXZlcyBj b250YWluZWQgaW4gaXQgYXJlIGFjdHVhbGx5IGF2YWlsYWJsZSBfYmVmb3Jl XyB0aGV5IGFyZSB1c2VkLg0KIyBQbGVhc2UgcmVhZCB0aGUgZmlsZSBSRUFE TUUuRFNPIGluIHRoZSBBcGFjaGUgMS4zIGRpc3RyaWJ1dGlvbiBmb3IgbW9y ZQ0KIyBkZXRhaWxzIGFib3V0IHRoZSBEU08gbWVjaGFuaXNtIGFuZCBydW4g YGh0dHBkIC1sJyBmb3IgdGhlIGxpc3Qgb2YgYWxyZWFkeQ0KIyBidWlsdC1p biAoc3RhdGljYWxseSBsaW5rZWQgYW5kIHRodXMgYWx3YXlzIGF2YWlsYWJs ZSkgbW9kdWxlcyBpbiB5b3VyIGh0dHBkDQojIGJpbmFyeS4NCiMNCiMgTm90 ZTogVGhlIG9yZGVyIGluIHdoaWNoIG1vZHVsZXMgYXJlIGxvYWRlZCBpcyBp bXBvcnRhbnQuICBEb24ndCBjaGFuZ2UNCiMgdGhlIG9yZGVyIGJlbG93IHdp dGhvdXQgZXhwZXJ0IGFkdmljZS4NCiMNCiMgRXhhbXBsZToNCiMgTG9hZE1v ZHVsZSBmb29fbW9kdWxlIGxpYmV4ZWMvbW9kX2Zvby5zbw0KTG9hZE1vZHVs ZSBtbWFwX3N0YXRpY19tb2R1bGUgbGliZXhlYy9hcGFjaGUvbW9kX21tYXBf c3RhdGljLnNvDQpMb2FkTW9kdWxlIHZob3N0X2FsaWFzX21vZHVsZSBsaWJl eGVjL2FwYWNoZS9tb2Rfdmhvc3RfYWxpYXMuc28NCkxvYWRNb2R1bGUgZW52 X21vZHVsZSAgICAgICAgIGxpYmV4ZWMvYXBhY2hlL21vZF9lbnYuc28NCkxv YWRNb2R1bGUgY29uZmlnX2xvZ19tb2R1bGUgIGxpYmV4ZWMvYXBhY2hlL21v ZF9sb2dfY29uZmlnLnNvDQpMb2FkTW9kdWxlIG1pbWVfbWFnaWNfbW9kdWxl ICBsaWJleGVjL2FwYWNoZS9tb2RfbWltZV9tYWdpYy5zbw0KTG9hZE1vZHVs ZSBtaW1lX21vZHVsZSAgICAgICAgbGliZXhlYy9hcGFjaGUvbW9kX21pbWUu c28NCkxvYWRNb2R1bGUgbmVnb3RpYXRpb25fbW9kdWxlIGxpYmV4ZWMvYXBh Y2hlL21vZF9uZWdvdGlhdGlvbi5zbw0KTG9hZE1vZHVsZSBzdGF0dXNfbW9k dWxlICAgICAgbGliZXhlYy9hcGFjaGUvbW9kX3N0YXR1cy5zbw0KTG9hZE1v ZHVsZSBpbmZvX21vZHVsZSAgICAgICAgbGliZXhlYy9hcGFjaGUvbW9kX2lu Zm8uc28NCkxvYWRNb2R1bGUgaW5jbHVkZXNfbW9kdWxlICAgIGxpYmV4ZWMv YXBhY2hlL21vZF9pbmNsdWRlLnNvDQpMb2FkTW9kdWxlIGF1dG9pbmRleF9t b2R1bGUgICBsaWJleGVjL2FwYWNoZS9tb2RfYXV0b2luZGV4LnNvDQpMb2Fk TW9kdWxlIGRpcl9tb2R1bGUgICAgICAgICBsaWJleGVjL2FwYWNoZS9tb2Rf ZGlyLnNvDQpMb2FkTW9kdWxlIGNnaV9tb2R1bGUgICAgICAgICBsaWJleGVj L2FwYWNoZS9tb2RfY2dpLnNvDQpMb2FkTW9kdWxlIGFzaXNfbW9kdWxlICAg ICAgICBsaWJleGVjL2FwYWNoZS9tb2RfYXNpcy5zbw0KTG9hZE1vZHVsZSBp bWFwX21vZHVsZSAgICAgICAgbGliZXhlYy9hcGFjaGUvbW9kX2ltYXAuc28N CkxvYWRNb2R1bGUgYWN0aW9uX21vZHVsZSAgICAgIGxpYmV4ZWMvYXBhY2hl L21vZF9hY3Rpb25zLnNvDQpMb2FkTW9kdWxlIHNwZWxpbmdfbW9kdWxlICAg ICBsaWJleGVjL2FwYWNoZS9tb2Rfc3BlbGluZy5zbw0KTG9hZE1vZHVsZSB1 c2VyZGlyX21vZHVsZSAgICAgbGliZXhlYy9hcGFjaGUvbW9kX3VzZXJkaXIu c28NCkxvYWRNb2R1bGUgYWxpYXNfbW9kdWxlICAgICAgIGxpYmV4ZWMvYXBh Y2hlL21vZF9hbGlhcy5zbw0KTG9hZE1vZHVsZSByZXdyaXRlX21vZHVsZSAg ICAgbGliZXhlYy9hcGFjaGUvbW9kX3Jld3JpdGUuc28NCkxvYWRNb2R1bGUg YWNjZXNzX21vZHVsZSAgICAgIGxpYmV4ZWMvYXBhY2hlL21vZF9hY2Nlc3Mu c28NCkxvYWRNb2R1bGUgYXV0aF9tb2R1bGUgICAgICAgIGxpYmV4ZWMvYXBh Y2hlL21vZF9hdXRoLnNvDQpMb2FkTW9kdWxlIGFub25fYXV0aF9tb2R1bGUg ICBsaWJleGVjL2FwYWNoZS9tb2RfYXV0aF9hbm9uLnNvDQpMb2FkTW9kdWxl IGRiX2F1dGhfbW9kdWxlICAgICBsaWJleGVjL2FwYWNoZS9tb2RfYXV0aF9k Yi5zbw0KTG9hZE1vZHVsZSBkaWdlc3RfbW9kdWxlICAgICAgbGliZXhlYy9h cGFjaGUvbW9kX2RpZ2VzdC5zbw0KTG9hZE1vZHVsZSBwcm94eV9tb2R1bGUg ICAgICAgbGliZXhlYy9hcGFjaGUvbGlicHJveHkuc28NCkxvYWRNb2R1bGUg Y2Vybl9tZXRhX21vZHVsZSAgIGxpYmV4ZWMvYXBhY2hlL21vZF9jZXJuX21l dGEuc28NCkxvYWRNb2R1bGUgZXhwaXJlc19tb2R1bGUgICAgIGxpYmV4ZWMv YXBhY2hlL21vZF9leHBpcmVzLnNvDQpMb2FkTW9kdWxlIGhlYWRlcnNfbW9k dWxlICAgICBsaWJleGVjL2FwYWNoZS9tb2RfaGVhZGVycy5zbw0KTG9hZE1v ZHVsZSB1c2VydHJhY2tfbW9kdWxlICAgbGliZXhlYy9hcGFjaGUvbW9kX3Vz ZXJ0cmFjay5zbw0KTG9hZE1vZHVsZSB1bmlxdWVfaWRfbW9kdWxlICAgbGli ZXhlYy9hcGFjaGUvbW9kX3VuaXF1ZV9pZC5zbw0KTG9hZE1vZHVsZSBzZXRl bnZpZl9tb2R1bGUgICAgbGliZXhlYy9hcGFjaGUvbW9kX3NldGVudmlmLnNv DQpMb2FkTW9kdWxlIHBocDRfbW9kdWxlICAgICAgICBsaWJleGVjL2FwYWNo ZS9saWJwaHA0LnNvDQpMb2FkTW9kdWxlIGF1dGhfYW55X21vZHVsZSAgICBs aWJleGVjL2FwYWNoZS9tb2RfYXV0aF9hbnkuc28NCkxvYWRNb2R1bGUgZmFz dGNnaV9tb2R1bGUgICAgIGxpYmV4ZWMvYXBhY2hlL21vZF9mYXN0Y2dpLnNv DQojTG9hZE1vZHVsZSBhdXRoX3BhbV9tb2R1bGUgICAgbGliZXhlYy9hcGFj aGUvbW9kX2F1dGhfcGFtLnNvDQojTG9hZE1vZHVsZSBhdXRoX2tlcmJfbW9k dWxlICAgbGliZXhlYy9hcGFjaGUvbW9kX2F1dGhfa2VyYi5zbw0KDQojICBS ZWNvbnN0cnVjdGlvbiBvZiB0aGUgY29tcGxldGUgbW9kdWxlIGxpc3QgZnJv bSBhbGwgYXZhaWxhYmxlIG1vZHVsZXMNCiMgIChzdGF0aWMgYW5kIHNoYXJl ZCBvbmVzKSB0byBhY2hpZXZlIGNvcnJlY3QgbW9kdWxlIGV4ZWN1dGlvbiBv cmRlci4NCiMgIFtXSEVORVZFUiBZT1UgQ0hBTkdFIFRIRSBMT0FETU9EVUxF IFNFQ1RJT04gQUJPVkUgVVBEQVRFIFRISVMsIFRPT10NCkNsZWFyTW9kdWxl TGlzdA0KQWRkTW9kdWxlIG1vZF9tbWFwX3N0YXRpYy5jDQpBZGRNb2R1bGUg bW9kX3Zob3N0X2FsaWFzLmMNCkFkZE1vZHVsZSBtb2RfZW52LmMNCkFkZE1v ZHVsZSBtb2RfbG9nX2NvbmZpZy5jDQpBZGRNb2R1bGUgbW9kX21pbWVfbWFn aWMuYw0KQWRkTW9kdWxlIG1vZF9taW1lLmMNCkFkZE1vZHVsZSBtb2RfbmVn b3RpYXRpb24uYw0KQWRkTW9kdWxlIG1vZF9zdGF0dXMuYw0KQWRkTW9kdWxl IG1vZF9pbmZvLmMNCkFkZE1vZHVsZSBtb2RfaW5jbHVkZS5jDQpBZGRNb2R1 bGUgbW9kX2F1dG9pbmRleC5jDQpBZGRNb2R1bGUgbW9kX2Rpci5jDQpBZGRN b2R1bGUgbW9kX2NnaS5jDQpBZGRNb2R1bGUgbW9kX2FzaXMuYw0KQWRkTW9k dWxlIG1vZF9pbWFwLmMNCkFkZE1vZHVsZSBtb2RfYWN0aW9ucy5jDQpBZGRN b2R1bGUgbW9kX3NwZWxpbmcuYw0KQWRkTW9kdWxlIG1vZF91c2VyZGlyLmMN CkFkZE1vZHVsZSBtb2RfYWxpYXMuYw0KQWRkTW9kdWxlIG1vZF9yZXdyaXRl LmMNCkFkZE1vZHVsZSBtb2RfYWNjZXNzLmMNCkFkZE1vZHVsZSBtb2RfYXV0 aC5jDQpBZGRNb2R1bGUgbW9kX2F1dGhfYW5vbi5jDQpBZGRNb2R1bGUgbW9k X2F1dGhfZGIuYw0KQWRkTW9kdWxlIG1vZF9kaWdlc3QuYw0KQWRkTW9kdWxl IG1vZF9wcm94eS5jDQpBZGRNb2R1bGUgbW9kX2Nlcm5fbWV0YS5jDQpBZGRN b2R1bGUgbW9kX2V4cGlyZXMuYw0KQWRkTW9kdWxlIG1vZF9oZWFkZXJzLmMN CkFkZE1vZHVsZSBtb2RfdXNlcnRyYWNrLmMNCkFkZE1vZHVsZSBtb2RfdW5p cXVlX2lkLmMNCkFkZE1vZHVsZSBtb2Rfc28uYw0KQWRkTW9kdWxlIG1vZF9z ZXRlbnZpZi5jDQpBZGRNb2R1bGUgbW9kX3BocDQuYw0KQWRkTW9kdWxlIG1v ZF9hdXRoX2FueS5jDQpBZGRNb2R1bGUgbW9kX2Zhc3RjZ2kuYw0KI0FkZE1v ZHVsZSBtb2RfYXV0aF9wYW0uYw0KI0FkZE1vZHVsZSBtb2RfYXV0aF9rZXJi LmMNCg0KIw0KIyBFeHRlbmRlZFN0YXR1cyBjb250cm9scyB3aGV0aGVyIEFw YWNoZSB3aWxsIGdlbmVyYXRlICJmdWxsIiBzdGF0dXMNCiMgaW5mb3JtYXRp b24gKEV4dGVuZGVkU3RhdHVzIE9uKSBvciBqdXN0IGJhc2ljIGluZm9ybWF0 aW9uIChFeHRlbmRlZFN0YXR1cw0KIyBPZmYpIHdoZW4gdGhlICJzZXJ2ZXIt c3RhdHVzIiBoYW5kbGVyIGlzIGNhbGxlZC4gVGhlIGRlZmF1bHQgaXMgT2Zm Lg0KIw0KI0V4dGVuZGVkU3RhdHVzIE9uDQoNCiMjIyBTZWN0aW9uIDI6ICdN YWluJyBzZXJ2ZXIgY29uZmlndXJhdGlvbg0KIw0KIyBUaGUgZGlyZWN0aXZl cyBpbiB0aGlzIHNlY3Rpb24gc2V0IHVwIHRoZSB2YWx1ZXMgdXNlZCBieSB0 aGUgJ21haW4nDQojIHNlcnZlciwgd2hpY2ggcmVzcG9uZHMgdG8gYW55IHJl cXVlc3RzIHRoYXQgYXJlbid0IGhhbmRsZWQgYnkgYQ0KIyA8VmlydHVhbEhv c3Q+IGRlZmluaXRpb24uICBUaGVzZSB2YWx1ZXMgYWxzbyBwcm92aWRlIGRl ZmF1bHRzIGZvcg0KIyBhbnkgPFZpcnR1YWxIb3N0PiBjb250YWluZXJzIHlv dSBtYXkgZGVmaW5lIGxhdGVyIGluIHRoZSBmaWxlLg0KIw0KIyBBbGwgb2Yg dGhlc2UgZGlyZWN0aXZlcyBtYXkgYXBwZWFyIGluc2lkZSA8VmlydHVhbEhv c3Q+IGNvbnRhaW5lcnMsDQojIGluIHdoaWNoIGNhc2UgdGhlc2UgZGVmYXVs dCBzZXR0aW5ncyB3aWxsIGJlIG92ZXJyaWRkZW4gZm9yIHRoZQ0KIyB2aXJ0 dWFsIGhvc3QgYmVpbmcgZGVmaW5lZC4NCiMNCg0KIw0KIyBJZiB5b3VyIFNl cnZlclR5cGUgZGlyZWN0aXZlIChzZXQgZWFybGllciBpbiB0aGUgJ0dsb2Jh bCBFbnZpcm9ubWVudCcNCiMgc2VjdGlvbikgaXMgc2V0IHRvICJpbmV0ZCIs IHRoZSBuZXh0IGZldyBkaXJlY3RpdmVzIGRvbid0IGhhdmUgYW55DQojIGVm ZmVjdCBzaW5jZSB0aGVpciBzZXR0aW5ncyBhcmUgZGVmaW5lZCBieSB0aGUg aW5ldGQgY29uZmlndXJhdGlvbi4NCiMgU2tpcCBhaGVhZCB0byB0aGUgU2Vy dmVyQWRtaW4gZGlyZWN0aXZlLg0KIw0KDQojDQojIFBvcnQ6IFRoZSBwb3J0 IHRvIHdoaWNoIHRoZSBzdGFuZGFsb25lIHNlcnZlciBsaXN0ZW5zLiBGb3IN CiMgcG9ydHMgPCAxMDIzLCB5b3Ugd2lsbCBuZWVkIGh0dHBkIHRvIGJlIHJ1 biBhcyByb290IGluaXRpYWxseS4NCiMNClBvcnQgODANCg0KIw0KIyBJZiB5 b3Ugd2lzaCBodHRwZCB0byBydW4gYXMgYSBkaWZmZXJlbnQgdXNlciBvciBn cm91cCwgeW91IG11c3QgcnVuDQojIGh0dHBkIGFzIHJvb3QgaW5pdGlhbGx5 IGFuZCBpdCB3aWxsIHN3aXRjaC4gIA0KIw0KIyBVc2VyL0dyb3VwOiBUaGUg bmFtZSAob3IgI251bWJlcikgb2YgdGhlIHVzZXIvZ3JvdXAgdG8gcnVuIGh0 dHBkIGFzLg0KIyAgLiBPbiBTQ08gKE9EVCAzKSB1c2UgIlVzZXIgbm91c2Vy IiBhbmQgIkdyb3VwIG5vZ3JvdXAiLg0KIyAgLiBPbiBIUFVYIHlvdSBtYXkg bm90IGJlIGFibGUgdG8gdXNlIHNoYXJlZCBtZW1vcnkgYXMgbm9ib2R5LCBh bmQgdGhlDQojICAgIHN1Z2dlc3RlZCB3b3JrYXJvdW5kIGlzIHRvIGNyZWF0 ZSBhIHVzZXIgd3d3IGFuZCB1c2UgdGhhdCB1c2VyLg0KIyAgTk9URSB0aGF0 IHNvbWUga2VybmVscyByZWZ1c2UgdG8gc2V0Z2lkKEdyb3VwKSBvciBzZW1j dGwoSVBDX1NFVCkNCiMgIHdoZW4gdGhlIHZhbHVlIG9mICh1bnNpZ25lZClH cm91cCBpcyBhYm92ZSA2MDAwMDsgDQojICBkb24ndCB1c2UgR3JvdXAgbm9n cm91cCBvbiB0aGVzZSBzeXN0ZW1zIQ0KIw0KVXNlciBub2JvZHkNCkdyb3Vw IG5vZ3JvdXANCg0KIw0KIyBTZXJ2ZXJBZG1pbjogWW91ciBhZGRyZXNzLCB3 aGVyZSBwcm9ibGVtcyB3aXRoIHRoZSBzZXJ2ZXIgc2hvdWxkIGJlDQojIGUt bWFpbGVkLiAgVGhpcyBhZGRyZXNzIGFwcGVhcnMgb24gc29tZSBzZXJ2ZXIt Z2VuZXJhdGVkIHBhZ2VzLCBzdWNoDQojIGFzIGVycm9yIGRvY3VtZW50cy4N CiMNClNlcnZlckFkbWluIGlsaWFAY2hlbC5za2Jrb250dXIucnUNCg0KIw0K IyBTZXJ2ZXJOYW1lIGFsbG93cyB5b3UgdG8gc2V0IGEgaG9zdCBuYW1lIHdo aWNoIGlzIHNlbnQgYmFjayB0byBjbGllbnRzIGZvcg0KIyB5b3VyIHNlcnZl ciBpZiBpdCdzIGRpZmZlcmVudCB0aGFuIHRoZSBvbmUgdGhlIHByb2dyYW0g d291bGQgZ2V0IChpLmUuLCB1c2UNCiMgInd3dyIgaW5zdGVhZCBvZiB0aGUg aG9zdCdzIHJlYWwgbmFtZSkuDQojDQojIE5vdGU6IFlvdSBjYW5ub3QganVz dCBpbnZlbnQgaG9zdCBuYW1lcyBhbmQgaG9wZSB0aGV5IHdvcmsuIFRoZSBu YW1lIHlvdSANCiMgZGVmaW5lIGhlcmUgbXVzdCBiZSBhIHZhbGlkIEROUyBu YW1lIGZvciB5b3VyIGhvc3QuIElmIHlvdSBkb24ndCB1bmRlcnN0YW5kDQoj IHRoaXMsIGFzayB5b3VyIG5ldHdvcmsgYWRtaW5pc3RyYXRvci4NCiMgSWYg eW91ciBob3N0IGRvZXNuJ3QgaGF2ZSBhIHJlZ2lzdGVyZWQgRE5TIG5hbWUs IGVudGVyIGl0cyBJUCBhZGRyZXNzIGhlcmUuDQojIFlvdSB3aWxsIGhhdmUg dG8gYWNjZXNzIGl0IGJ5IGl0cyBhZGRyZXNzIChlLmcuLCBodHRwOi8vMTIz LjQ1LjY3Ljg5LykNCiMgYW55d2F5LCBhbmQgdGhpcyB3aWxsIG1ha2UgcmVk aXJlY3Rpb25zIHdvcmsgaW4gYSBzZW5zaWJsZSB3YXkuDQojDQojIDEyNy4w LjAuMSBpcyB0aGUgVENQL0lQIGxvY2FsIGxvb3AtYmFjayBhZGRyZXNzLCBv ZnRlbiBuYW1lZCBsb2NhbGhvc3QuIFlvdXIgDQojIG1hY2hpbmUgYWx3YXlz IGtub3dzIGl0c2VsZiBieSB0aGlzIGFkZHJlc3MuIElmIHlvdSB1c2UgQXBh Y2hlIHN0cmljdGx5IGZvciANCiMgbG9jYWwgdGVzdGluZyBhbmQgZGV2ZWxv cG1lbnQsIHlvdSBtYXkgdXNlIDEyNy4wLjAuMSBhcyB0aGUgc2VydmVyIG5h bWUuDQojDQojU2VydmVyTmFtZSBuZXcuaG9zdC5uYW1lDQoNCiMNCiMgRG9j dW1lbnRSb290OiBUaGUgZGlyZWN0b3J5IG91dCBvZiB3aGljaCB5b3Ugd2ls bCBzZXJ2ZSB5b3VyDQojIGRvY3VtZW50cy4gQnkgZGVmYXVsdCwgYWxsIHJl cXVlc3RzIGFyZSB0YWtlbiBmcm9tIHRoaXMgZGlyZWN0b3J5LCBidXQNCiMg c3ltYm9saWMgbGlua3MgYW5kIGFsaWFzZXMgbWF5IGJlIHVzZWQgdG8gcG9p bnQgdG8gb3RoZXIgbG9jYXRpb25zLg0KIw0KRG9jdW1lbnRSb290ICIvdXNy L2xvY2FsL3d3dy9kYXRhIg0KDQojDQojIEVhY2ggZGlyZWN0b3J5IHRvIHdo aWNoIEFwYWNoZSBoYXMgYWNjZXNzLCBjYW4gYmUgY29uZmlndXJlZCB3aXRo IHJlc3BlY3QNCiMgdG8gd2hpY2ggc2VydmljZXMgYW5kIGZlYXR1cmVzIGFy ZSBhbGxvd2VkIGFuZC9vciBkaXNhYmxlZCBpbiB0aGF0DQojIGRpcmVjdG9y eSAoYW5kIGl0cyBzdWJkaXJlY3RvcmllcykuIA0KIw0KIyBGaXJzdCwgd2Ug Y29uZmlndXJlIHRoZSAiZGVmYXVsdCIgdG8gYmUgYSB2ZXJ5IHJlc3RyaWN0 aXZlIHNldCBvZiANCiMgcGVybWlzc2lvbnMuICANCiMNCjxEaXJlY3Rvcnkg Lz4NCiAgICBPcHRpb25zIEZvbGxvd1N5bUxpbmtzDQogICAgQWxsb3dPdmVy cmlkZSBOb25lDQo8L0RpcmVjdG9yeT4NCg0KPERpcmVjdG9yeSBjZ2ktYmlu Pg0KICAgIE9wdGlvbnMgRm9sbG93U3ltTGlua3MNCjwvRGlyZWN0b3J5Pg0K DQoNCjxEaXJlY3RvcnkgL3Vzci9sb2NhbC93d3cvZGF0YS9hZG0+DQoNCkF1 dGhOYW1lICJtdW1iYSB5dW1iYSINCkF1dGhUeXBlIEJhc2ljDQpBdXRoQW55 VXNlclByb2cgIi91c3IvbG9jYWwvbGliZXhlYy9zbWJfYXV0aF93d3ciDQoN CnJlcXVpcmUgdXNlciBpbGlhIG1kbSBkaW1ldHJ5IA0KDQojIyNyZXF1aXJl IHZhbGlkLXVzZXINCjwvRGlyZWN0b3J5Pg0KDQo8RGlyZWN0b3J5IC91c3Iv bG9jYWwvd3d3L2RhdGEvaGVsbD4NCg0KQXV0aE5hbWUgIm11bWJhIHl1bWJh Ig0KQXV0aFR5cGUgQmFzaWMNCkF1dGhBbnlVc2VyUHJvZyAiL3Vzci9sb2Nh bC9saWJleGVjL3NtYl9hdXRoX3d3dyINCiNBdXRoUEFNX0VuYWJsZWQgb24N Cg0KcmVxdWlyZSB1c2VyIGlsaWEgbWRtIGRpbWV0cnkNCg0KIyMjcmVxdWly ZSB2YWxpZC11c2VyDQo8L0RpcmVjdG9yeT4NCg0KDQoNCjxEaXJlY3Rvcnkg L3Vzci9sb2NhbC93d3cvaG9yZGU+DQogICAgT3B0aW9ucyBJbmRleGVzIEZv bGxvd1N5bUxpbmtzDQogICAgQWxsb3dPdmVycmlkZSBOb25lDQogICAgb3Jk ZXIgYWxsb3csZGVueQ0KICAgIGFsbG93IGZyb20gYWxsDQogICAgICAgIHBo cF92YWx1ZSBpbmNsdWRlX3BhdGggJy91c3IvbG9jYWwvbGliL3BocDovdXNy L2xvY2FsL3d3dy9ob3JkZS9waHBsaWI6LicNCiAgICAgICAgcGhwX3ZhbHVl IGF1dG9fcHJlcGVuZF9maWxlIC91c3IvbG9jYWwvd3d3L3BocGxpYi9wcmVw ZW5kLnBocDMNCiAgICAgICAgcGhwX2ZsYWcgcmVnaXN0ZXJfZ2xvYmFscyBP bg0KICAgICAgICBwaHBfZmxhZyBtYWdpY19xdW90ZXNfZ3BjIE9mZg0KICAg ICAgICBwaHBfZmxhZyB0cmFja192YXJzIE9uDQo8L0RpcmVjdG9yeT4NCg0K Iw0KIyBOb3RlIHRoYXQgZnJvbSB0aGlzIHBvaW50IGZvcndhcmQgeW91IG11 c3Qgc3BlY2lmaWNhbGx5IGFsbG93DQojIHBhcnRpY3VsYXIgZmVhdHVyZXMg dG8gYmUgZW5hYmxlZCAtIHNvIGlmIHNvbWV0aGluZydzIG5vdCB3b3JraW5n IGFzDQojIHlvdSBtaWdodCBleHBlY3QsIG1ha2Ugc3VyZSB0aGF0IHlvdSBo YXZlIHNwZWNpZmljYWxseSBlbmFibGVkIGl0DQojIGJlbG93Lg0KIw0KDQoj DQojIFRoaXMgc2hvdWxkIGJlIGNoYW5nZWQgdG8gd2hhdGV2ZXIgeW91IHNl dCBEb2N1bWVudFJvb3QgdG8uDQojDQoNCiMjIyMjIyMjIyMjIyMjIyMjIyMj IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjDQojINLB09PZzMvB INDSwcrTz9chDQojIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj IyMjIyMjIyMjIyMjIyMjIyMjIw0KU2NyaXB0QWxpYXMgL21haWxtYW4vIC91 c3IvbG9jYWwvbWFpbG1hbi9jZ2ktYmluLw0KPERpcmVjdG9yeSAvdXNyL2xv Y2FsL21haWxtYW4vY2dpLWJpbi8+DQogICAgIE9wdGlvbnMgRm9sbG93U3lt TGlua3MgRXhlY0NHSQ0KPC9EaXJlY3Rvcnk+DQojIyMjIyMjIyMjIyMjIyMj IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIw0KDQoNCjxE aXJlY3RvcnkgIi91c3IvbG9jYWwvd3d3L2RhdGEvc2F0YXkiPg0KIEFkZEhh bmRsZXIgY2dpLXNjcmlwdCAucGwNCiBPcHRpb25zIEV4ZWNDR0kNCjwvRGly ZWN0b3J5Pg0KDQo8RGlyZWN0b3J5ICIvdXNyL2xvY2FsL3d3dy9kYXRhL3F3 biI+DQogQWRkSGFuZGxlciBjZ2ktc2NyaXB0IC5jZ2kNCiBPcHRpb25zIEV4 ZWNDR0kNCjwvRGlyZWN0b3J5Pg0KDQoNCg0KIw0KIyDQzyDXz9rNz9bOz9PU ySDQydvFzSDOwSBmYXN0Y2dpIQ0KIw0KIEFkZEhhbmRsZXIgZmFzdGNnaS1z Y3JpcHQgLmZwbA0KIEZhc3RDZ2lDb25maWcgLWlkbGUtdGltZW91dCAyNDAg DQoNCg0KPERpcmVjdG9yeSAiL3Vzci9sb2NhbC93d3cvZGF0YSI+DQoNCiMN CiMgVGhpcyBtYXkgYWxzbyBiZSAiTm9uZSIsICJBbGwiLCBvciBhbnkgY29t YmluYXRpb24gb2YgIkluZGV4ZXMiLA0KIyAiSW5jbHVkZXMiLCAiRm9sbG93 U3ltTGlua3MiLCAiRXhlY0NHSSIsIG9yICJNdWx0aVZpZXdzIi4NCiMNCiMg Tm90ZSB0aGF0ICJNdWx0aVZpZXdzIiBtdXN0IGJlIG5hbWVkICpleHBsaWNp dGx5KiAtLS0gIk9wdGlvbnMgQWxsIg0KIyBkb2Vzbid0IGdpdmUgaXQgdG8g eW91Lg0KIw0KICAgIE9wdGlvbnMgSW5kZXhlcyBGb2xsb3dTeW1MaW5rcyBN dWx0aVZpZXdzDQoNCiMNCiMgVGhpcyBjb250cm9scyB3aGljaCBvcHRpb25z IHRoZSAuaHRhY2Nlc3MgZmlsZXMgaW4gZGlyZWN0b3JpZXMgY2FuDQojIG92 ZXJyaWRlLiBDYW4gYWxzbyBiZSAiQWxsIiwgb3IgYW55IGNvbWJpbmF0aW9u IG9mICJPcHRpb25zIiwgIkZpbGVJbmZvIiwgDQojICJBdXRoQ29uZmlnIiwg YW5kICJMaW1pdCINCiMNCiAgICBBbGxvd092ZXJyaWRlIEFsbA0KDQojDQoj IENvbnRyb2xzIHdobyBjYW4gZ2V0IHN0dWZmIGZyb20gdGhpcyBzZXJ2ZXIu DQojDQogICAgT3JkZXIgYWxsb3csZGVueQ0KICAgIEFsbG93IGZyb20gYWxs DQo8L0RpcmVjdG9yeT4NCg0KIw0KIyBVc2VyRGlyOiBUaGUgbmFtZSBvZiB0 aGUgZGlyZWN0b3J5IHdoaWNoIGlzIGFwcGVuZGVkIG9udG8gYSB1c2VyJ3Mg aG9tZQ0KIyBkaXJlY3RvcnkgaWYgYSB+dXNlciByZXF1ZXN0IGlzIHJlY2Vp dmVkLg0KIw0KPElmTW9kdWxlIG1vZF91c2VyZGlyLmM+DQogICAgVXNlckRp ciBwdWJsaWNfaHRtbA0KPC9JZk1vZHVsZT4NCg0KIw0KIyBDb250cm9sIGFj Y2VzcyB0byBVc2VyRGlyIGRpcmVjdG9yaWVzLiAgVGhlIGZvbGxvd2luZyBp cyBhbiBleGFtcGxlDQojIGZvciBhIHNpdGUgd2hlcmUgdGhlc2UgZGlyZWN0 b3JpZXMgYXJlIHJlc3RyaWN0ZWQgdG8gcmVhZC1vbmx5Lg0KIw0KIzxEaXJl Y3RvcnkgL2hvbWUvKi9wdWJsaWNfaHRtbD4NCiMgICAgQWxsb3dPdmVycmlk ZSBGaWxlSW5mbyBBdXRoQ29uZmlnIExpbWl0DQojICAgIE9wdGlvbnMgTXVs dGlWaWV3cyBJbmRleGVzIFN5bUxpbmtzSWZPd25lck1hdGNoIEluY2x1ZGVz Tm9FeGVjDQojICAgIDxMaW1pdCBHRVQgUE9TVCBPUFRJT05TIFBST1BGSU5E Pg0KIyAgICAgICAgT3JkZXIgYWxsb3csZGVueQ0KIyAgICAgICAgQWxsb3cg ZnJvbSBhbGwNCiMgICAgPC9MaW1pdD4NCiMgICAgPExpbWl0RXhjZXB0IEdF VCBQT1NUIE9QVElPTlMgUFJPUEZJTkQ+DQojICAgICAgICBPcmRlciBkZW55 LGFsbG93DQojICAgICAgICBEZW55IGZyb20gYWxsDQojICAgIDwvTGltaXRF eGNlcHQ+DQojPC9EaXJlY3Rvcnk+DQoNCiMNCiMgRGlyZWN0b3J5SW5kZXg6 IE5hbWUgb2YgdGhlIGZpbGUgb3IgZmlsZXMgdG8gdXNlIGFzIGEgcHJlLXdy aXR0ZW4gSFRNTA0KIyBkaXJlY3RvcnkgaW5kZXguICBTZXBhcmF0ZSBtdWx0 aXBsZSBlbnRyaWVzIHdpdGggc3BhY2VzLg0KIw0KDQpEaXJlY3RvcnlJbmRl eCBpbmRleC5waHAgaW5kZXgucGhwMyBpbmRleC5odG1sDQoNCiMNCiMgQWNj ZXNzRmlsZU5hbWU6IFRoZSBuYW1lIG9mIHRoZSBmaWxlIHRvIGxvb2sgZm9y IGluIGVhY2ggZGlyZWN0b3J5DQojIGZvciBhY2Nlc3MgY29udHJvbCBpbmZv cm1hdGlvbi4NCiMNCkFjY2Vzc0ZpbGVOYW1lIC5odGFjY2Vzcw0KDQojDQoj IFRoZSBmb2xsb3dpbmcgbGluZXMgcHJldmVudCAuaHRhY2Nlc3MgZmlsZXMg ZnJvbSBiZWluZyB2aWV3ZWQgYnkNCiMgV2ViIGNsaWVudHMuICBTaW5jZSAu aHRhY2Nlc3MgZmlsZXMgb2Z0ZW4gY29udGFpbiBhdXRob3JpemF0aW9uDQoj IGluZm9ybWF0aW9uLCBhY2Nlc3MgaXMgZGlzYWxsb3dlZCBmb3Igc2VjdXJp dHkgcmVhc29ucy4gIENvbW1lbnQNCiMgdGhlc2UgbGluZXMgb3V0IGlmIHlv dSB3YW50IFdlYiB2aXNpdG9ycyB0byBzZWUgdGhlIGNvbnRlbnRzIG9mDQoj IC5odGFjY2VzcyBmaWxlcy4gIElmIHlvdSBjaGFuZ2UgdGhlIEFjY2Vzc0Zp bGVOYW1lIGRpcmVjdGl2ZSBhYm92ZSwNCiMgYmUgc3VyZSB0byBtYWtlIHRo ZSBjb3JyZXNwb25kaW5nIGNoYW5nZXMgaGVyZS4NCiMNCiMgQWxzbywgZm9s a3MgdGVuZCB0byB1c2UgbmFtZXMgc3VjaCBhcyAuaHRwYXNzd2QgZm9yIHBh c3N3b3JkDQojIGZpbGVzLCBzbyB0aGlzIHdpbGwgcHJvdGVjdCB0aG9zZSBh cyB3ZWxsLg0KIw0KPEZpbGVzIH4gIl5cLmh0Ij4NCiAgICBPcmRlciBhbGxv dyxkZW55DQogICAgRGVueSBmcm9tIGFsbA0KPC9GaWxlcz4NCg0KIw0KIyBD YWNoZU5lZ290aWF0ZWREb2NzOiBCeSBkZWZhdWx0LCBBcGFjaGUgc2VuZHMg IlByYWdtYTogbm8tY2FjaGUiIHdpdGggZWFjaA0KIyBkb2N1bWVudCB0aGF0 IHdhcyBuZWdvdGlhdGVkIG9uIHRoZSBiYXNpcyBvZiBjb250ZW50LiBUaGlz IGFza3MgcHJveHkNCiMgc2VydmVycyBub3QgdG8gY2FjaGUgdGhlIGRvY3Vt ZW50LiBVbmNvbW1lbnRpbmcgdGhlIGZvbGxvd2luZyBsaW5lIGRpc2FibGVz DQojIHRoaXMgYmVoYXZpb3IsIGFuZCBwcm94aWVzIHdpbGwgYmUgYWxsb3dl ZCB0byBjYWNoZSB0aGUgZG9jdW1lbnRzLg0KIw0KI0NhY2hlTmVnb3RpYXRl ZERvY3MNCg0KIw0KIyBVc2VDYW5vbmljYWxOYW1lOiAgKG5ldyBmb3IgMS4z KSAgV2l0aCB0aGlzIHNldHRpbmcgdHVybmVkIG9uLCB3aGVuZXZlcg0KIyBB cGFjaGUgbmVlZHMgdG8gY29uc3RydWN0IGEgc2VsZi1yZWZlcmVuY2luZyBV UkwgKGEgVVJMIHRoYXQgcmVmZXJzIGJhY2sNCiMgdG8gdGhlIHNlcnZlciB0 aGUgcmVzcG9uc2UgaXMgY29taW5nIGZyb20pIGl0IHdpbGwgdXNlIFNlcnZl ck5hbWUgYW5kDQojIFBvcnQgdG8gZm9ybSBhICJjYW5vbmljYWwiIG5hbWUu ICBXaXRoIHRoaXMgc2V0dGluZyBvZmYsIEFwYWNoZSB3aWxsDQojIHVzZSB0 aGUgaG9zdG5hbWU6cG9ydCB0aGF0IHRoZSBjbGllbnQgc3VwcGxpZWQsIHdo ZW4gcG9zc2libGUuICBUaGlzDQojIGFsc28gYWZmZWN0cyBTRVJWRVJfTkFN RSBhbmQgU0VSVkVSX1BPUlQgaW4gQ0dJIHNjcmlwdHMuDQojDQpVc2VDYW5v bmljYWxOYW1lIE9uDQoNCiMNCiMgVHlwZXNDb25maWcgZGVzY3JpYmVzIHdo ZXJlIHRoZSBtaW1lLnR5cGVzIGZpbGUgKG9yIGVxdWl2YWxlbnQpIGlzDQoj IHRvIGJlIGZvdW5kLg0KIw0KPElmTW9kdWxlIG1vZF9taW1lLmM+DQogICAg VHlwZXNDb25maWcgL3Vzci9sb2NhbC9ldGMvYXBhY2hlL21pbWUudHlwZXMN CjwvSWZNb2R1bGU+DQoNCiMNCiMgRGVmYXVsdFR5cGUgaXMgdGhlIGRlZmF1 bHQgTUlNRSB0eXBlIHRoZSBzZXJ2ZXIgd2lsbCB1c2UgZm9yIGEgZG9jdW1l bnQNCiMgaWYgaXQgY2Fubm90IG90aGVyd2lzZSBkZXRlcm1pbmUgb25lLCBz dWNoIGFzIGZyb20gZmlsZW5hbWUgZXh0ZW5zaW9ucy4NCiMgSWYgeW91ciBz ZXJ2ZXIgY29udGFpbnMgbW9zdGx5IHRleHQgb3IgSFRNTCBkb2N1bWVudHMs ICJ0ZXh0L3BsYWluIiBpcw0KIyBhIGdvb2QgdmFsdWUuICBJZiBtb3N0IG9m IHlvdXIgY29udGVudCBpcyBiaW5hcnksIHN1Y2ggYXMgYXBwbGljYXRpb25z DQojIG9yIGltYWdlcywgeW91IG1heSB3YW50IHRvIHVzZSAiYXBwbGljYXRp b24vb2N0ZXQtc3RyZWFtIiBpbnN0ZWFkIHRvDQojIGtlZXAgYnJvd3NlcnMg ZnJvbSB0cnlpbmcgdG8gZGlzcGxheSBiaW5hcnkgZmlsZXMgYXMgdGhvdWdo IHRoZXkgYXJlDQojIHRleHQuDQojDQpEZWZhdWx0VHlwZSB0ZXh0L3BsYWlu DQoNCiMNCiMgVGhlIG1vZF9taW1lX21hZ2ljIG1vZHVsZSBhbGxvd3MgdGhl IHNlcnZlciB0byB1c2UgdmFyaW91cyBoaW50cyBmcm9tIHRoZQ0KIyBjb250 ZW50cyBvZiB0aGUgZmlsZSBpdHNlbGYgdG8gZGV0ZXJtaW5lIGl0cyB0eXBl LiAgVGhlIE1JTUVNYWdpY0ZpbGUNCiMgZGlyZWN0aXZlIHRlbGxzIHRoZSBt b2R1bGUgd2hlcmUgdGhlIGhpbnQgZGVmaW5pdGlvbnMgYXJlIGxvY2F0ZWQu DQojIG1vZF9taW1lX21hZ2ljIGlzIG5vdCBwYXJ0IG9mIHRoZSBkZWZhdWx0 IHNlcnZlciAoeW91IGhhdmUgdG8gYWRkDQojIGl0IHlvdXJzZWxmIHdpdGgg YSBMb2FkTW9kdWxlIFtzZWUgdGhlIERTTyBwYXJhZ3JhcGggaW4gdGhlICdH bG9iYWwNCiMgRW52aXJvbm1lbnQnIHNlY3Rpb25dLCBvciByZWNvbXBpbGUg dGhlIHNlcnZlciBhbmQgaW5jbHVkZSBtb2RfbWltZV9tYWdpYw0KIyBhcyBw YXJ0IG9mIHRoZSBjb25maWd1cmF0aW9uKSwgc28gaXQncyBlbmNsb3NlZCBp biBhbiA8SWZNb2R1bGU+IGNvbnRhaW5lci4NCiMgVGhpcyBtZWFucyB0aGF0 IHRoZSBNSU1FTWFnaWNGaWxlIGRpcmVjdGl2ZSB3aWxsIG9ubHkgYmUgcHJv Y2Vzc2VkIGlmIHRoZQ0KIyBtb2R1bGUgaXMgcGFydCBvZiB0aGUgc2VydmVy Lg0KIw0KPElmTW9kdWxlIG1vZF9taW1lX21hZ2ljLmM+DQogICAgTUlNRU1h Z2ljRmlsZSAvdXNyL2xvY2FsL2V0Yy9hcGFjaGUvbWFnaWMNCjwvSWZNb2R1 bGU+DQoNCiMNCiMgSG9zdG5hbWVMb29rdXBzOiBMb2cgdGhlIG5hbWVzIG9m IGNsaWVudHMgb3IganVzdCB0aGVpciBJUCBhZGRyZXNzZXMNCiMgZS5nLiwg d3d3LmFwYWNoZS5vcmcgKG9uKSBvciAyMDQuNjIuMTI5LjEzMiAob2ZmKS4N CiMgVGhlIGRlZmF1bHQgaXMgb2ZmIGJlY2F1c2UgaXQnZCBiZSBvdmVyYWxs IGJldHRlciBmb3IgdGhlIG5ldCBpZiBwZW9wbGUNCiMgaGFkIHRvIGtub3dp bmdseSB0dXJuIHRoaXMgZmVhdHVyZSBvbiwgc2luY2UgZW5hYmxpbmcgaXQg bWVhbnMgdGhhdA0KIyBlYWNoIGNsaWVudCByZXF1ZXN0IHdpbGwgcmVzdWx0 IGluIEFUIExFQVNUIG9uZSBsb29rdXAgcmVxdWVzdCB0byB0aGUNCiMgbmFt ZXNlcnZlci4NCiMNCkhvc3RuYW1lTG9va3VwcyBPZmYNCg0KIw0KIyBFcnJv ckxvZzogVGhlIGxvY2F0aW9uIG9mIHRoZSBlcnJvciBsb2cgZmlsZS4NCiMg SWYgeW91IGRvIG5vdCBzcGVjaWZ5IGFuIEVycm9yTG9nIGRpcmVjdGl2ZSB3 aXRoaW4gYSA8VmlydHVhbEhvc3Q+DQojIGNvbnRhaW5lciwgZXJyb3IgbWVz c2FnZXMgcmVsYXRpbmcgdG8gdGhhdCB2aXJ0dWFsIGhvc3Qgd2lsbCBiZQ0K IyBsb2dnZWQgaGVyZS4gIElmIHlvdSAqZG8qIGRlZmluZSBhbiBlcnJvciBs b2dmaWxlIGZvciBhIDxWaXJ0dWFsSG9zdD4NCiMgY29udGFpbmVyLCB0aGF0 IGhvc3QncyBlcnJvcnMgd2lsbCBiZSBsb2dnZWQgdGhlcmUgYW5kIG5vdCBo ZXJlLg0KIw0KRXJyb3JMb2cgL3Zhci9sb2cvaHR0cGQtZXJyb3IubG9nDQoN CiMNCiMgTG9nTGV2ZWw6IENvbnRyb2wgdGhlIG51bWJlciBvZiBtZXNzYWdl cyBsb2dnZWQgdG8gdGhlIGVycm9yX2xvZy4NCiMgUG9zc2libGUgdmFsdWVz IGluY2x1ZGU6IGRlYnVnLCBpbmZvLCBub3RpY2UsIHdhcm4sIGVycm9yLCBj cml0LA0KIyBhbGVydCwgZW1lcmcuDQojDQpMb2dMZXZlbCBkZWJ1Zw0KDQoj DQojIFRoZSBmb2xsb3dpbmcgZGlyZWN0aXZlcyBkZWZpbmUgc29tZSBmb3Jt YXQgbmlja25hbWVzIGZvciB1c2Ugd2l0aA0KIyBhIEN1c3RvbUxvZyBkaXJl Y3RpdmUgKHNlZSBiZWxvdykuDQojDQpMb2dGb3JtYXQgIiVoICVsICV1ICV0 IFwiJXJcIiAlPnMgJWIgXCIle1JlZmVyZXJ9aVwiIFwiJXtVc2VyLUFnZW50 fWlcIiIgY29tYmluZWQNCkxvZ0Zvcm1hdCAiJWggJWwgJXUgJXQgXCIlclwi ICU+cyAlYiIgY29tbW9uDQpMb2dGb3JtYXQgIiV7UmVmZXJlcn1pIC0+ICVV IiByZWZlcmVyDQpMb2dGb3JtYXQgIiV7VXNlci1hZ2VudH1pIiBhZ2VudA0K DQojDQojIFRoZSBsb2NhdGlvbiBhbmQgZm9ybWF0IG9mIHRoZSBhY2Nlc3Mg bG9nZmlsZSAoQ29tbW9uIExvZ2ZpbGUgRm9ybWF0KS4NCiMgSWYgeW91IGRv IG5vdCBkZWZpbmUgYW55IGFjY2VzcyBsb2dmaWxlcyB3aXRoaW4gYSA8Vmly dHVhbEhvc3Q+DQojIGNvbnRhaW5lciwgdGhleSB3aWxsIGJlIGxvZ2dlZCBo ZXJlLiAgQ29udHJhcml3aXNlLCBpZiB5b3UgKmRvKg0KIyBkZWZpbmUgcGVy LTxWaXJ0dWFsSG9zdD4gYWNjZXNzIGxvZ2ZpbGVzLCB0cmFuc2FjdGlvbnMg d2lsbCBiZQ0KIyBsb2dnZWQgdGhlcmVpbiBhbmQgKm5vdCogaW4gdGhpcyBm aWxlLg0KIw0KI0N1c3RvbUxvZyAvdmFyL2xvZy9odHRwZC1hY2Nlc3MubG9n IGNvbW1vbg0KDQojDQojIElmIHlvdSB3b3VsZCBsaWtlIHRvIGhhdmUgYWdl bnQgYW5kIHJlZmVyZXIgbG9nZmlsZXMsIHVuY29tbWVudCB0aGUNCiMgZm9s bG93aW5nIGRpcmVjdGl2ZXMuDQojDQojQ3VzdG9tTG9nIC92YXIvbG9nL2h0 dHBkLXJlZmVyZXIubG9nIHJlZmVyZXINCiNDdXN0b21Mb2cgL3Zhci9sb2cv aHR0cGQtYWdlbnQubG9nIGFnZW50DQoNCiMNCiMgSWYgeW91IHByZWZlciBh IHNpbmdsZSBsb2dmaWxlIHdpdGggYWNjZXNzLCBhZ2VudCwgYW5kIHJlZmVy ZXIgaW5mb3JtYXRpb24NCiMgKENvbWJpbmVkIExvZ2ZpbGUgRm9ybWF0KSB5 b3UgY2FuIHVzZSB0aGUgZm9sbG93aW5nIGRpcmVjdGl2ZS4NCiMNCkN1c3Rv bUxvZyAvdmFyL2xvZy9odHRwZC1hY2Nlc3MubG9nIGNvbWJpbmVkDQoNCiMN CiMgT3B0aW9uYWxseSBhZGQgYSBsaW5lIGNvbnRhaW5pbmcgdGhlIHNlcnZl ciB2ZXJzaW9uIGFuZCB2aXJ0dWFsIGhvc3QNCiMgbmFtZSB0byBzZXJ2ZXIt Z2VuZXJhdGVkIHBhZ2VzIChlcnJvciBkb2N1bWVudHMsIEZUUCBkaXJlY3Rv cnkgbGlzdGluZ3MsDQojIG1vZF9zdGF0dXMgYW5kIG1vZF9pbmZvIG91dHB1 dCBldGMuLCBidXQgbm90IENHSSBnZW5lcmF0ZWQgZG9jdW1lbnRzKS4NCiMg U2V0IHRvICJFTWFpbCIgdG8gYWxzbyBpbmNsdWRlIGEgbWFpbHRvOiBsaW5r IHRvIHRoZSBTZXJ2ZXJBZG1pbi4NCiMgU2V0IHRvIG9uZSBvZjogIE9uIHwg T2ZmIHwgRU1haWwNCiMNClNlcnZlclNpZ25hdHVyZSBPbg0KDQojDQojIEFs aWFzZXM6IEFkZCBoZXJlIGFzIG1hbnkgYWxpYXNlcyBhcyB5b3UgbmVlZCAo d2l0aCBubyBsaW1pdCkuIFRoZSBmb3JtYXQgaXMgDQojIEFsaWFzIGZha2Vu YW1lIHJlYWxuYW1lDQojDQo8SWZNb2R1bGUgbW9kX2FsaWFzLmM+DQoNCiAg ICAjDQogICAgIyBOb3RlIHRoYXQgaWYgeW91IGluY2x1ZGUgYSB0cmFpbGlu ZyAvIG9uIGZha2VuYW1lIHRoZW4gdGhlIHNlcnZlciB3aWxsDQogICAgIyBy ZXF1aXJlIGl0IHRvIGJlIHByZXNlbnQgaW4gdGhlIFVSTC4gIFNvICIvaWNv bnMiIGlzbid0IGFsaWFzZWQgaW4gdGhpcw0KICAgICMgZXhhbXBsZSwgb25s eSAiL2ljb25zLyIuLg0KICAgICMNCiAgICBBbGlhcyAvaWNvbnMvICIvdXNy L2xvY2FsL3d3dy9pY29ucy8iDQoNCiAgICA8RGlyZWN0b3J5ICIvdXNyL2xv Y2FsL3d3dy9pY29ucyI+DQogICAgICAgIE9wdGlvbnMgSW5kZXhlcyBNdWx0 aVZpZXdzDQogICAgICAgIEFsbG93T3ZlcnJpZGUgTm9uZQ0KICAgICAgICBP cmRlciBhbGxvdyxkZW55DQogICAgICAgIEFsbG93IGZyb20gYWxsDQogICAg PC9EaXJlY3Rvcnk+DQoNCiAgICAjDQogICAgIyBTY3JpcHRBbGlhczogVGhp cyBjb250cm9scyB3aGljaCBkaXJlY3RvcmllcyBjb250YWluIHNlcnZlciBz Y3JpcHRzLg0KICAgICMgU2NyaXB0QWxpYXNlcyBhcmUgZXNzZW50aWFsbHkg dGhlIHNhbWUgYXMgQWxpYXNlcywgZXhjZXB0IHRoYXQNCiAgICAjIGRvY3Vt ZW50cyBpbiB0aGUgcmVhbG5hbWUgZGlyZWN0b3J5IGFyZSB0cmVhdGVkIGFz IGFwcGxpY2F0aW9ucyBhbmQNCiAgICAjIHJ1biBieSB0aGUgc2VydmVyIHdo ZW4gcmVxdWVzdGVkIHJhdGhlciB0aGFuIGFzIGRvY3VtZW50cyBzZW50IHRv IHRoZSBjbGllbnQuDQogICAgIyBUaGUgc2FtZSBydWxlcyBhYm91dCB0cmFp bGluZyAiLyIgYXBwbHkgdG8gU2NyaXB0QWxpYXMgZGlyZWN0aXZlcyBhcyB0 bw0KICAgICMgQWxpYXMuDQogICAgIw0KICAgIFNjcmlwdEFsaWFzIC9jZ2kt YmluLyAiL3Vzci9sb2NhbC93d3cvY2dpLWJpbi8iDQoNCiAgICAjDQogICAg IyAiL3Vzci9sb2NhbC93d3cvY2dpLWJpbiIgc2hvdWxkIGJlIGNoYW5nZWQg dG8gd2hhdGV2ZXIgeW91ciBTY3JpcHRBbGlhc2VkDQogICAgIyBDR0kgZGly ZWN0b3J5IGV4aXN0cywgaWYgeW91IGhhdmUgdGhhdCBjb25maWd1cmVkLg0K ICAgICMNCiAgICA8RGlyZWN0b3J5ICIvdXNyL2xvY2FsL3d3dy9jZ2ktYmlu Ij4NCiAgICAgICAgQWxsb3dPdmVycmlkZSBBbGwNCiAgICAgICAgT3B0aW9u cyBOb25lDQogICAgICAgIE9yZGVyIGFsbG93LGRlbnkNCiAgICAgICAgQWxs b3cgZnJvbSBhbGwNCiAgICA8L0RpcmVjdG9yeT4NCg0KPC9JZk1vZHVsZT4N CiMgRW5kIG9mIGFsaWFzZXMuDQoNCiMNCiMgUmVkaXJlY3QgYWxsb3dzIHlv dSB0byB0ZWxsIGNsaWVudHMgYWJvdXQgZG9jdW1lbnRzIHdoaWNoIHVzZWQg dG8gZXhpc3QgaW4NCiMgeW91ciBzZXJ2ZXIncyBuYW1lc3BhY2UsIGJ1dCBk byBub3QgYW55bW9yZS4gVGhpcyBhbGxvd3MgeW91IHRvIHRlbGwgdGhlDQoj IGNsaWVudHMgd2hlcmUgdG8gbG9vayBmb3IgdGhlIHJlbG9jYXRlZCBkb2N1 bWVudC4NCiMgRm9ybWF0OiBSZWRpcmVjdCBvbGQtVVJJIG5ldy1VUkwNCiMN Cg0KIw0KIyBEaXJlY3RpdmVzIGNvbnRyb2xsaW5nIHRoZSBkaXNwbGF5IG9m IHNlcnZlci1nZW5lcmF0ZWQgZGlyZWN0b3J5IGxpc3RpbmdzLg0KIw0KPElm TW9kdWxlIG1vZF9hdXRvaW5kZXguYz4NCg0KICAgICMNCiAgICAjIEZhbmN5 SW5kZXhpbmcgaXMgd2hldGhlciB5b3Ugd2FudCBmYW5jeSBkaXJlY3Rvcnkg aW5kZXhpbmcgb3Igc3RhbmRhcmQNCiAgICAjDQogICAgSW5kZXhPcHRpb25z IEZhbmN5SW5kZXhpbmcNCg0KICAgICMNCiAgICAjIEFkZEljb24qIGRpcmVj dGl2ZXMgdGVsbCB0aGUgc2VydmVyIHdoaWNoIGljb24gdG8gc2hvdyBmb3Ig ZGlmZmVyZW50DQogICAgIyBmaWxlcyBvciBmaWxlbmFtZSBleHRlbnNpb25z LiAgVGhlc2UgYXJlIG9ubHkgZGlzcGxheWVkIGZvcg0KICAgICMgRmFuY3lJ bmRleGVkIGRpcmVjdG9yaWVzLg0KICAgICMNCiAgICBBZGRJY29uQnlFbmNv ZGluZyAoQ01QLC9pY29ucy9jb21wcmVzc2VkLmdpZikgeC1jb21wcmVzcyB4 LWd6aXANCg0KICAgIEFkZEljb25CeVR5cGUgKFRYVCwvaWNvbnMvdGV4dC5n aWYpIHRleHQvKg0KICAgIEFkZEljb25CeVR5cGUgKElNRywvaWNvbnMvaW1h Z2UyLmdpZikgaW1hZ2UvKg0KICAgIEFkZEljb25CeVR5cGUgKFNORCwvaWNv bnMvc291bmQyLmdpZikgYXVkaW8vKg0KICAgIEFkZEljb25CeVR5cGUgKFZJ RCwvaWNvbnMvbW92aWUuZ2lmKSB2aWRlby8qDQoNCiAgICBBZGRJY29uIC9p Y29ucy9iaW5hcnkuZ2lmIC5iaW4gLmV4ZQ0KICAgIEFkZEljb24gL2ljb25z L2JpbmhleC5naWYgLmhxeA0KICAgIEFkZEljb24gL2ljb25zL3Rhci5naWYg LnRhcg0KICAgIEFkZEljb24gL2ljb25zL3dvcmxkMi5naWYgLndybCAud3Js Lmd6IC52cm1sIC52cm0gLml2DQogICAgQWRkSWNvbiAvaWNvbnMvY29tcHJl c3NlZC5naWYgLlogLnogLnRneiAuZ3ogLnppcA0KICAgIEFkZEljb24gL2lj b25zL2EuZ2lmIC5wcyAuYWkgLmVwcw0KICAgIEFkZEljb24gL2ljb25zL2xh eW91dC5naWYgLmh0bWwgLnNodG1sIC5odG0gLnBkZg0KICAgIEFkZEljb24g L2ljb25zL3RleHQuZ2lmIC50eHQNCiAgICBBZGRJY29uIC9pY29ucy9jLmdp ZiAuYw0KICAgIEFkZEljb24gL2ljb25zL3AuZ2lmIC5wbCAucHkNCiAgICBB ZGRJY29uIC9pY29ucy9mLmdpZiAuZm9yDQogICAgQWRkSWNvbiAvaWNvbnMv ZHZpLmdpZiAuZHZpDQogICAgQWRkSWNvbiAvaWNvbnMvdXVlbmNvZGVkLmdp ZiAudXUNCiAgICBBZGRJY29uIC9pY29ucy9zY3JpcHQuZ2lmIC5jb25mIC5z aCAuc2hhciAuY3NoIC5rc2ggLnRjbA0KICAgIEFkZEljb24gL2ljb25zL3Rl eC5naWYgLnRleA0KICAgIEFkZEljb24gL2ljb25zL2JvbWIuZ2lmIGNvcmUN Cg0KICAgIEFkZEljb24gL2ljb25zL2JhY2suZ2lmIC4uDQogICAgQWRkSWNv biAvaWNvbnMvaGFuZC5yaWdodC5naWYgUkVBRE1FDQogICAgQWRkSWNvbiAv aWNvbnMvZm9sZGVyLmdpZiBeXkRJUkVDVE9SWV5eDQogICAgQWRkSWNvbiAv aWNvbnMvYmxhbmsuZ2lmIF5eQkxBTktJQ09OXl4NCg0KICAgICMNCiAgICAj IERlZmF1bHRJY29uIGlzIHdoaWNoIGljb24gdG8gc2hvdyBmb3IgZmlsZXMg d2hpY2ggZG8gbm90IGhhdmUgYW4gaWNvbg0KICAgICMgZXhwbGljaXRseSBz ZXQuDQogICAgIw0KICAgIERlZmF1bHRJY29uIC9pY29ucy91bmtub3duLmdp Zg0KDQogICAgIw0KICAgICMgQWRkRGVzY3JpcHRpb24gYWxsb3dzIHlvdSB0 byBwbGFjZSBhIHNob3J0IGRlc2NyaXB0aW9uIGFmdGVyIGEgZmlsZSBpbg0K ICAgICMgc2VydmVyLWdlbmVyYXRlZCBpbmRleGVzLiAgVGhlc2UgYXJlIG9u bHkgZGlzcGxheWVkIGZvciBGYW5jeUluZGV4ZWQNCiAgICAjIGRpcmVjdG9y aWVzLg0KICAgICMgRm9ybWF0OiBBZGREZXNjcmlwdGlvbiAiZGVzY3JpcHRp b24iIGZpbGVuYW1lDQogICAgIw0KICAgICNBZGREZXNjcmlwdGlvbiAiR1pJ UCBjb21wcmVzc2VkIGRvY3VtZW50IiAuZ3oNCiAgICAjQWRkRGVzY3JpcHRp b24gInRhciBhcmNoaXZlIiAudGFyDQogICAgI0FkZERlc2NyaXB0aW9uICJH WklQIGNvbXByZXNzZWQgdGFyIGFyY2hpdmUiIC50Z3oNCg0KICAgICMNCiAg ICAjIFJlYWRtZU5hbWUgaXMgdGhlIG5hbWUgb2YgdGhlIFJFQURNRSBmaWxl IHRoZSBzZXJ2ZXIgd2lsbCBsb29rIGZvciBieQ0KICAgICMgZGVmYXVsdCwg YW5kIGFwcGVuZCB0byBkaXJlY3RvcnkgbGlzdGluZ3MuDQogICAgIw0KICAg ICMgSGVhZGVyTmFtZSBpcyB0aGUgbmFtZSBvZiBhIGZpbGUgd2hpY2ggc2hv dWxkIGJlIHByZXBlbmRlZCB0bw0KICAgICMgZGlyZWN0b3J5IGluZGV4ZXMu IA0KICAgICMNCiAgICAjIElmIE11bHRpVmlld3MgYXJlIGFtb25nc3QgdGhl IE9wdGlvbnMgaW4gZWZmZWN0LCB0aGUgc2VydmVyIHdpbGwNCiAgICAjIGZp cnN0IGxvb2sgZm9yIG5hbWUuaHRtbCBhbmQgaW5jbHVkZSBpdCBpZiBmb3Vu ZC4gIElmIG5hbWUuaHRtbA0KICAgICMgZG9lc24ndCBleGlzdCwgdGhlIHNl cnZlciB3aWxsIHRoZW4gbG9vayBmb3IgbmFtZS50eHQgYW5kIGluY2x1ZGUN CiAgICAjIGl0IGFzIHBsYWludGV4dCBpZiBmb3VuZC4NCiAgICAjDQogICAg UmVhZG1lTmFtZSBSRUFETUUNCiAgICBIZWFkZXJOYW1lIEhFQURFUg0KDQog ICAgIw0KICAgICMgSW5kZXhJZ25vcmUgaXMgYSBzZXQgb2YgZmlsZW5hbWVz IHdoaWNoIGRpcmVjdG9yeSBpbmRleGluZyBzaG91bGQgaWdub3JlDQogICAg IyBhbmQgbm90IGluY2x1ZGUgaW4gdGhlIGxpc3RpbmcuICBTaGVsbC1zdHls ZSB3aWxkY2FyZGluZyBpcyBwZXJtaXR0ZWQuDQogICAgIw0KICAgIEluZGV4 SWdub3JlIC4/PyogKn4gKiMgSEVBREVSKiBSRUFETUUqIFJDUyBDVlMgKix2 ICosdA0KDQo8L0lmTW9kdWxlPg0KIyBFbmQgb2YgaW5kZXhpbmcgZGlyZWN0 aXZlcy4NCg0KIw0KIyBEb2N1bWVudCB0eXBlcy4NCiMNCjxJZk1vZHVsZSBt b2RfbWltZS5jPg0KDQogICAgIw0KICAgICMgQWRkRW5jb2RpbmcgYWxsb3dz IHlvdSB0byBoYXZlIGNlcnRhaW4gYnJvd3NlcnMgKE1vc2FpYy9YIDIuMSsp IHVuY29tcHJlc3MNCiAgICAjIGluZm9ybWF0aW9uIG9uIHRoZSBmbHkuIE5v dGU6IE5vdCBhbGwgYnJvd3NlcnMgc3VwcG9ydCB0aGlzLg0KICAgICMgRGVz cGl0ZSB0aGUgbmFtZSBzaW1pbGFyaXR5LCB0aGUgZm9sbG93aW5nIEFkZCog ZGlyZWN0aXZlcyBoYXZlIG5vdGhpbmcNCiAgICAjIHRvIGRvIHdpdGggdGhl IEZhbmN5SW5kZXhpbmcgY3VzdG9taXphdGlvbiBkaXJlY3RpdmVzIGFib3Zl Lg0KICAgICMNCiAgICBBZGRFbmNvZGluZyB4LWNvbXByZXNzIFoNCiAgICBB ZGRFbmNvZGluZyB4LWd6aXAgZ3ogdGd6DQoNCiAgICAjDQogICAgIyBBZGRM YW5ndWFnZSBhbGxvd3MgeW91IHRvIHNwZWNpZnkgdGhlIGxhbmd1YWdlIG9m IGEgZG9jdW1lbnQuIFlvdSBjYW4NCiAgICAjIHRoZW4gdXNlIGNvbnRlbnQg bmVnb3RpYXRpb24gdG8gZ2l2ZSBhIGJyb3dzZXIgYSBmaWxlIGluIGEgbGFu Z3VhZ2UNCiAgICAjIGl0IGNhbiB1bmRlcnN0YW5kLiAgDQogICAgIw0KICAg ICMgTm90ZSAxOiBUaGUgc3VmZml4IGRvZXMgbm90IGhhdmUgdG8gYmUgdGhl IHNhbWUgYXMgdGhlIGxhbmd1YWdlIA0KICAgICMga2V5d29yZCAtLS0gdGhv c2Ugd2l0aCBkb2N1bWVudHMgaW4gUG9saXNoICh3aG9zZSBuZXQtc3RhbmRh cmQgDQogICAgIyBsYW5ndWFnZSBjb2RlIGlzIHBsKSBtYXkgd2lzaCB0byB1 c2UgIkFkZExhbmd1YWdlIHBsIC5wbyIgdG8gDQogICAgIyBhdm9pZCB0aGUg YW1iaWd1aXR5IHdpdGggdGhlIGNvbW1vbiBzdWZmaXggZm9yIHBlcmwgc2Ny aXB0cy4NCiAgICAjDQogICAgIyBOb3RlIDI6IFRoZSBleGFtcGxlIGVudHJp ZXMgYmVsb3cgaWxsdXN0cmF0ZSB0aGF0IGluIHF1aXRlDQogICAgIyBzb21l IGNhc2VzIHRoZSB0d28gY2hhcmFjdGVyICdMYW5ndWFnZScgYWJicmV2aWF0 aW9uIGlzIG5vdA0KICAgICMgaWRlbnRpY2FsIHRvIHRoZSB0d28gY2hhcmFj dGVyICdDb3VudHJ5JyBjb2RlIGZvciBpdHMgY291bnRyeSwNCiAgICAjIEUu Zy4gJ0Rhbm1hcmsvZGsnIHZlcnN1cyAnRGFuaXNoL2RhJy4NCiAgICAjDQog ICAgIyBOb3RlIDM6IEluIHRoZSBjYXNlIG9mICdsdHonIHdlIHZpb2xhdGUg dGhlIFJGQyBieSB1c2luZyBhIHRocmVlIGNoYXIgDQogICAgIyBzcGVjaWZp ZXIuIEJ1dCB0aGVyZSBpcyAnd29yayBpbiBwcm9ncmVzcycgdG8gZml4IHRo aXMgYW5kIGdldCANCiAgICAjIHRoZSByZWZlcmVuY2UgZGF0YSBmb3IgcmZj MTc2NiBjbGVhbmVkIHVwLg0KICAgICMNCiAgICAjIERhbmlzaCAoZGEpIC0g RHV0Y2ggKG5sKSAtIEVuZ2xpc2ggKGVuKSAtIEVzdG9uaWFuIChlZSkNCiAg ICAjIEZyZW5jaCAoZnIpIC0gR2VybWFuIChkZSkgLSBHcmVlay1Nb2Rlcm4g KGVsKQ0KICAgICMgSXRhbGlhbiAoaXQpIC0gS29yZWFuIChrcikgLSBOb3J3 ZWdpYW4gKG5vKQ0KICAgICMgUG9ydHVnZXNlIChwdCkgLSBMdXhlbWJvdXJn ZW9pcyogKGx0eikNCiAgICAjIFNwYW5pc2ggKGVzKSAtIFN3ZWRpc2ggKHN2 KSAtIENhdGFsYW4gKGNhKSAtIEN6ZWNoKGN6KQ0KICAgICMgUG9saXNoIChw bCkgLSBCcmF6aWxpYW4gUG9ydHVndWVzZSAocHQtYnIpIC0gSmFwYW5lc2Ug KGphKQ0KICAgICMgUnVzc2lhbiAocnUpDQogICAgIw0KICAgIEFkZExhbmd1 YWdlIGRhIC5kaw0KICAgIEFkZExhbmd1YWdlIG5sIC5ubA0KICAgIEFkZExh bmd1YWdlIGVuIC5lbg0KICAgIEFkZExhbmd1YWdlIGV0IC5lZQ0KICAgIEFk ZExhbmd1YWdlIGZyIC5mcg0KICAgIEFkZExhbmd1YWdlIGRlIC5kZQ0KICAg IEFkZExhbmd1YWdlIGVsIC5lbA0KICAgIEFkZExhbmd1YWdlIGhlIC5oZQ0K ICAgIEFkZENoYXJzZXQgSVNPLTg4NTktOCAuaXNvODg1OS04DQogICAgQWRk TGFuZ3VhZ2UgaXQgLml0DQogICAgQWRkTGFuZ3VhZ2UgamEgLmphDQogICAg QWRkQ2hhcnNldCBJU08tMjAyMi1KUCAuamlzDQogICAgQWRkTGFuZ3VhZ2Ug a3IgLmtyDQogICAgQWRkQ2hhcnNldCBJU08tMjAyMi1LUiAuaXNvLWtyDQog ICAgQWRkTGFuZ3VhZ2Ugbm8gLm5vDQogICAgQWRkTGFuZ3VhZ2UgcGwgLnBv DQogICAgQWRkQ2hhcnNldCBJU08tODg1OS0yIC5pc28tcGwNCiAgICBBZGRM YW5ndWFnZSBwdCAucHQNCiAgICBBZGRMYW5ndWFnZSBwdC1iciAucHQtYnIN CiAgICBBZGRMYW5ndWFnZSBsdHogLmx1DQogICAgQWRkTGFuZ3VhZ2UgY2Eg LmNhDQogICAgQWRkTGFuZ3VhZ2UgZXMgLmVzDQogICAgQWRkTGFuZ3VhZ2Ug c3YgLnNlDQogICAgQWRkTGFuZ3VhZ2UgY3ogLmN6DQogICAgQWRkTGFuZ3Vh Z2UgcnUgLnJ1DQogICAgQWRkTGFuZ3VhZ2UgemgtdHcgLnR3DQogICAgQWRk TGFuZ3VhZ2UgdHcgLnR3DQogICAgQWRkQ2hhcnNldCBCaWc1ICAgICAgICAg LkJpZzUgICAgLmJpZzUNCiAgICBBZGRDaGFyc2V0IFdJTkRPV1MtMTI1MSAu Y3AtMTI1MQ0KICAgIEFkZENoYXJzZXQgQ1A4NjYgICAgICAgIC5jcDg2Ng0K ICAgIEFkZENoYXJzZXQgSVNPLTg4NTktNSAgIC5pc28tcnUNCiAgICBBZGRD aGFyc2V0IEtPSTgtUiAgICAgICAua29pOC1yDQogICAgQWRkQ2hhcnNldCBV Q1MtMiAgICAgICAgLnVjczINCiAgICBBZGRDaGFyc2V0IFVDUy00ICAgICAg ICAudWNzNA0KICAgIEFkZENoYXJzZXQgVVRGLTggICAgICAgIC51dGY4DQoN CiAgICAjIExhbmd1YWdlUHJpb3JpdHkgYWxsb3dzIHlvdSB0byBnaXZlIHBy ZWNlZGVuY2UgdG8gc29tZSBsYW5ndWFnZXMNCiAgICAjIGluIGNhc2Ugb2Yg YSB0aWUgZHVyaW5nIGNvbnRlbnQgbmVnb3RpYXRpb24uDQogICAgIw0KICAg ICMgSnVzdCBsaXN0IHRoZSBsYW5ndWFnZXMgaW4gZGVjcmVhc2luZyBvcmRl ciBvZiBwcmVmZXJlbmNlLiBXZSBoYXZlDQogICAgIyBtb3JlIG9yIGxlc3Mg YWxwaGFiZXRpemVkIHRoZW0gaGVyZS4gWW91IHByb2JhYmx5IHdhbnQgdG8g Y2hhbmdlIHRoaXMuDQogICAgIw0KICAgIDxJZk1vZHVsZSBtb2RfbmVnb3Rp YXRpb24uYz4NCiAgICAgICAgTGFuZ3VhZ2VQcmlvcml0eSBlbiBkYSBubCBl dCBmciBkZSBlbCBpdCBqYSBrciBubyBwbCBwdCBwdC1iciBydSBsdHogY2Eg ZXMgc3YgdHcNCiAgICA8L0lmTW9kdWxlPg0KDQogICAgIw0KICAgICMgQWRk VHlwZSBhbGxvd3MgeW91IHRvIHR3ZWFrIG1pbWUudHlwZXMgd2l0aG91dCBh Y3R1YWxseSBlZGl0aW5nIGl0LCBvciB0bw0KICAgICMgbWFrZSBjZXJ0YWlu IGZpbGVzIHRvIGJlIGNlcnRhaW4gdHlwZXMuDQogICAgIw0KICAgICMgRm9y IGV4YW1wbGUsIHRoZSBQSFAgMy54IG1vZHVsZSAobm90IHBhcnQgb2YgdGhl IEFwYWNoZSBkaXN0cmlidXRpb24gLSBzZWUNCiAgICAjIGh0dHA6Ly93d3cu cGhwLm5ldCkgd2lsbCB0eXBpY2FsbHkgdXNlOg0KICAgICMNCiAgICA8SWZN b2R1bGUgbW9kX3BocDMuYz4NCiAgICAgICAgQWRkVHlwZSBhcHBsaWNhdGlv bi94LWh0dHBkLXBocDMgLnBocDMNCiAgICAgICAgQWRkVHlwZSBhcHBsaWNh dGlvbi94LWh0dHBkLXBocDMtc291cmNlIC5waHAzcw0KICAgIDwvSWZNb2R1 bGU+DQogICAgIw0KICAgICMgQW5kIGZvciBQSFAgNC54LCB1c2U6DQogICAg Iw0KICAgIDxJZk1vZHVsZSBtb2RfcGhwNC5jPg0KICAgICAgICBBZGRUeXBl IGFwcGxpY2F0aW9uL3gtaHR0cGQtcGhwIC5waHANCiAgICAgICAgQWRkVHlw ZSBhcHBsaWNhdGlvbi94LWh0dHBkLXBocC1zb3VyY2UgLnBocHMNCg0KICAg ICAgICBBZGRUeXBlIGFwcGxpY2F0aW9uL3gtaHR0cGQtcGhwIC5waHAzDQog ICAgPC9JZk1vZHVsZT4NCg0KICAgIEFkZFR5cGUgYXBwbGljYXRpb24veC10 YXIgLnRneg0KDQogICAgIw0KICAgICMgQWRkSGFuZGxlciBhbGxvd3MgeW91 IHRvIG1hcCBjZXJ0YWluIGZpbGUgZXh0ZW5zaW9ucyB0byAiaGFuZGxlcnMi LA0KICAgICMgYWN0aW9ucyB1bnJlbGF0ZWQgdG8gZmlsZXR5cGUuIFRoZXNl IGNhbiBiZSBlaXRoZXIgYnVpbHQgaW50byB0aGUgc2VydmVyDQogICAgIyBv ciBhZGRlZCB3aXRoIHRoZSBBY3Rpb24gY29tbWFuZCAoc2VlIGJlbG93KQ0K ICAgICMNCiAgICAjIElmIHlvdSB3YW50IHRvIHVzZSBzZXJ2ZXIgc2lkZSBp bmNsdWRlcywgb3IgQ0dJIG91dHNpZGUNCiAgICAjIFNjcmlwdEFsaWFzZWQg ZGlyZWN0b3JpZXMsIHVuY29tbWVudCB0aGUgZm9sbG93aW5nIGxpbmVzLg0K ICAgICMNCiAgICAjIFRvIHVzZSBDR0kgc2NyaXB0czoNCiAgICAjDQogICAg I0FkZEhhbmRsZXIgY2dpLXNjcmlwdCAuY2dpDQogICAgQWRkSGFuZGxlciBj Z2ktc2NyaXB0IC5wbA0KDQogICAgIw0KICAgICMgVG8gdXNlIHNlcnZlci1w YXJzZWQgSFRNTCBmaWxlcw0KICAgICMNCiAgICAjQWRkVHlwZSB0ZXh0L2h0 bWwgLnNodG1sDQogICAgI0FkZEhhbmRsZXIgc2VydmVyLXBhcnNlZCAuc2h0 bWwNCg0KICAgICMNCiAgICAjIFVuY29tbWVudCB0aGUgZm9sbG93aW5nIGxp bmUgdG8gZW5hYmxlIEFwYWNoZSdzIHNlbmQtYXNpcyBIVFRQIGZpbGUNCiAg ICAjIGZlYXR1cmUNCiAgICAjDQogICAgI0FkZEhhbmRsZXIgc2VuZC1hcy1p cyBhc2lzDQoNCiAgICAjDQogICAgIyBJZiB5b3Ugd2lzaCB0byB1c2Ugc2Vy dmVyLXBhcnNlZCBpbWFnZW1hcCBmaWxlcywgdXNlDQogICAgIw0KICAgICNB ZGRIYW5kbGVyIGltYXAtZmlsZSBtYXANCg0KICAgICMNCiAgICAjIFRvIGVu YWJsZSB0eXBlIG1hcHMsIHlvdSBtaWdodCB3YW50IHRvIHVzZQ0KICAgICMN CiAgICAjQWRkSGFuZGxlciB0eXBlLW1hcCB2YXINCg0KPC9JZk1vZHVsZT4N CiMgRW5kIG9mIGRvY3VtZW50IHR5cGVzLg0KDQojDQojIEFjdGlvbiBsZXRz IHlvdSBkZWZpbmUgbWVkaWEgdHlwZXMgdGhhdCB3aWxsIGV4ZWN1dGUgYSBz Y3JpcHQgd2hlbmV2ZXINCiMgYSBtYXRjaGluZyBmaWxlIGlzIGNhbGxlZC4g VGhpcyBlbGltaW5hdGVzIHRoZSBuZWVkIGZvciByZXBlYXRlZCBVUkwNCiMg cGF0aG5hbWVzIGZvciBvZnQtdXNlZCBDR0kgZmlsZSBwcm9jZXNzb3JzLg0K IyBGb3JtYXQ6IEFjdGlvbiBtZWRpYS90eXBlIC9jZ2ktc2NyaXB0L2xvY2F0 aW9uDQojIEZvcm1hdDogQWN0aW9uIGhhbmRsZXItbmFtZSAvY2dpLXNjcmlw dC9sb2NhdGlvbg0KIw0KDQojDQojIE1ldGFEaXI6IHNwZWNpZmllcyB0aGUg bmFtZSBvZiB0aGUgZGlyZWN0b3J5IGluIHdoaWNoIEFwYWNoZSBjYW4gZmlu ZA0KIyBtZXRhIGluZm9ybWF0aW9uIGZpbGVzLiBUaGVzZSBmaWxlcyBjb250 YWluIGFkZGl0aW9uYWwgSFRUUCBoZWFkZXJzDQojIHRvIGluY2x1ZGUgd2hl biBzZW5kaW5nIHRoZSBkb2N1bWVudA0KIw0KI01ldGFEaXIgLndlYg0KDQoj DQojIE1ldGFTdWZmaXg6IHNwZWNpZmllcyB0aGUgZmlsZSBuYW1lIHN1ZmZp eCBmb3IgdGhlIGZpbGUgY29udGFpbmluZyB0aGUNCiMgbWV0YSBpbmZvcm1h dGlvbi4NCiMNCiNNZXRhU3VmZml4IC5tZXRhDQoNCiMNCiMgQ3VzdG9taXph YmxlIGVycm9yIHJlc3BvbnNlIChBcGFjaGUgc3R5bGUpDQojICB0aGVzZSBj b21lIGluIHRocmVlIGZsYXZvcnMNCiMNCiMgICAgMSkgcGxhaW4gdGV4dA0K I0Vycm9yRG9jdW1lbnQgNTAwICJUaGUgc2VydmVyIG1hZGUgYSBib28gYm9v Lg0KIyAgbi5iLiAgdGhlIHNpbmdsZSBsZWFkaW5nICgiKSBtYXJrcyBpdCBh cyB0ZXh0LCBpdCBkb2VzIG5vdCBnZXQgb3V0cHV0DQojDQojICAgIDIpIGxv Y2FsIHJlZGlyZWN0cw0KI0Vycm9yRG9jdW1lbnQgNDA0IC9taXNzaW5nLmh0 bWwNCiMgIHRvIHJlZGlyZWN0IHRvIGxvY2FsIFVSTCAvbWlzc2luZy5odG1s DQojRXJyb3JEb2N1bWVudCA0MDQgL2NnaS1iaW4vbWlzc2luZ19oYW5kbGVy LnBsDQojICBOLkIuOiBZb3UgY2FuIHJlZGlyZWN0IHRvIGEgc2NyaXB0IG9y IGEgZG9jdW1lbnQgdXNpbmcgc2VydmVyLXNpZGUtaW5jbHVkZXMuDQojDQoj ICAgIDMpIGV4dGVybmFsIHJlZGlyZWN0cw0KI0Vycm9yRG9jdW1lbnQgNDAy IGh0dHA6Ly9zb21lLm90aGVyX3NlcnZlci5jb20vc3Vic2NyaXB0aW9uX2lu Zm8uaHRtbA0KIyAgTi5CLjogTWFueSBvZiB0aGUgZW52aXJvbm1lbnQgdmFy aWFibGVzIGFzc29jaWF0ZWQgd2l0aCB0aGUgb3JpZ2luYWwNCiMgIHJlcXVl c3Qgd2lsbCAqbm90KiBiZSBhdmFpbGFibGUgdG8gc3VjaCBhIHNjcmlwdC4N Cg0KIw0KIyBDdXN0b21pemUgYmVoYXZpb3VyIGJhc2VkIG9uIHRoZSBicm93 c2VyDQojDQo8SWZNb2R1bGUgbW9kX3NldGVudmlmLmM+DQoNCiAgICAjDQog ICAgIyBUaGUgZm9sbG93aW5nIGRpcmVjdGl2ZXMgbW9kaWZ5IG5vcm1hbCBI VFRQIHJlc3BvbnNlIGJlaGF2aW9yLg0KICAgICMgVGhlIGZpcnN0IGRpcmVj dGl2ZSBkaXNhYmxlcyBrZWVwYWxpdmUgZm9yIE5ldHNjYXBlIDIueCBhbmQg YnJvd3NlcnMgdGhhdA0KICAgICMgc3Bvb2YgaXQuIFRoZXJlIGFyZSBrbm93 biBwcm9ibGVtcyB3aXRoIHRoZXNlIGJyb3dzZXIgaW1wbGVtZW50YXRpb25z Lg0KICAgICMgVGhlIHNlY29uZCBkaXJlY3RpdmUgaXMgZm9yIE1pY3Jvc29m dCBJbnRlcm5ldCBFeHBsb3JlciA0LjBiMg0KICAgICMgd2hpY2ggaGFzIGEg YnJva2VuIEhUVFAvMS4xIGltcGxlbWVudGF0aW9uIGFuZCBkb2VzIG5vdCBw cm9wZXJseQ0KICAgICMgc3VwcG9ydCBrZWVwYWxpdmUgd2hlbiBpdCBpcyB1 c2VkIG9uIDMwMSBvciAzMDIgKHJlZGlyZWN0KSByZXNwb25zZXMuDQogICAg Iw0KICAgIEJyb3dzZXJNYXRjaCAiTW96aWxsYS8yIiBub2tlZXBhbGl2ZQ0K ICAgIEJyb3dzZXJNYXRjaCAiTVNJRSA0XC4wYjI7IiBub2tlZXBhbGl2ZSBk b3duZ3JhZGUtMS4wIGZvcmNlLXJlc3BvbnNlLTEuMA0KDQogICAgIw0KICAg ICMgVGhlIGZvbGxvd2luZyBkaXJlY3RpdmUgZGlzYWJsZXMgSFRUUC8xLjEg cmVzcG9uc2VzIHRvIGJyb3dzZXJzIHdoaWNoDQogICAgIyBhcmUgaW4gdmlv bGF0aW9uIG9mIHRoZSBIVFRQLzEuMCBzcGVjIGJ5IG5vdCBiZWluZyBhYmxl IHRvIGdyb2sgYQ0KICAgICMgYmFzaWMgMS4xIHJlc3BvbnNlLg0KICAgICMN CiAgICBCcm93c2VyTWF0Y2ggIlJlYWxQbGF5ZXIgNFwuMCIgZm9yY2UtcmVz cG9uc2UtMS4wDQogICAgQnJvd3Nlck1hdGNoICJKYXZhLzFcLjAiIGZvcmNl LXJlc3BvbnNlLTEuMA0KICAgIEJyb3dzZXJNYXRjaCAiSkRLLzFcLjAiIGZv cmNlLXJlc3BvbnNlLTEuMA0KDQo8L0lmTW9kdWxlPg0KIyBFbmQgb2YgYnJv d3NlciBjdXN0b21pemF0aW9uIGRpcmVjdGl2ZXMNCg0KIw0KIyBBbGxvdyBz ZXJ2ZXIgc3RhdHVzIHJlcG9ydHMsIHdpdGggdGhlIFVSTCBvZiBodHRwOi8v c2VydmVybmFtZS9zZXJ2ZXItc3RhdHVzDQojIENoYW5nZSB0aGUgIi55b3Vy X2RvbWFpbi5jb20iIHRvIG1hdGNoIHlvdXIgZG9tYWluIHRvIGVuYWJsZS4N CiMNCiM8TG9jYXRpb24gL3NlcnZlci1zdGF0dXM+DQojICAgIFNldEhhbmRs ZXIgc2VydmVyLXN0YXR1cw0KIyAgICBPcmRlciBkZW55LGFsbG93DQojICAg IERlbnkgZnJvbSBhbGwNCiMgICAgQWxsb3cgZnJvbSAueW91cl9kb21haW4u Y29tDQojPC9Mb2NhdGlvbj4NCg0KIw0KIyBBbGxvdyByZW1vdGUgc2VydmVy IGNvbmZpZ3VyYXRpb24gcmVwb3J0cywgd2l0aCB0aGUgVVJMIG9mDQojIGh0 dHA6Ly9zZXJ2ZXJuYW1lL3NlcnZlci1pbmZvIChyZXF1aXJlcyB0aGF0IG1v ZF9pbmZvLmMgYmUgbG9hZGVkKS4NCiMgQ2hhbmdlIHRoZSAiLnlvdXJfZG9t YWluLmNvbSIgdG8gbWF0Y2ggeW91ciBkb21haW4gdG8gZW5hYmxlLg0KIw0K IzxMb2NhdGlvbiAvc2VydmVyLWluZm8+DQojICAgIFNldEhhbmRsZXIgc2Vy dmVyLWluZm8NCiMgICAgT3JkZXIgZGVueSxhbGxvdw0KIyAgICBEZW55IGZy b20gYWxsDQojICAgIEFsbG93IGZyb20gLnlvdXJfZG9tYWluLmNvbQ0KIzwv TG9jYXRpb24+DQoNCiMNCiMgVGhlcmUgaGF2ZSBiZWVuIHJlcG9ydHMgb2Yg cGVvcGxlIHRyeWluZyB0byBhYnVzZSBhbiBvbGQgYnVnIGZyb20gcHJlLTEu MQ0KIyBkYXlzLiAgVGhpcyBidWcgaW52b2x2ZWQgYSBDR0kgc2NyaXB0IGRp c3RyaWJ1dGVkIGFzIGEgcGFydCBvZiBBcGFjaGUuDQojIEJ5IHVuY29tbWVu dGluZyB0aGVzZSBsaW5lcyB5b3UgY2FuIHJlZGlyZWN0IHRoZXNlIGF0dGFj a3MgdG8gYSBsb2dnaW5nIA0KIyBzY3JpcHQgb24gcGhmLmFwYWNoZS5vcmcu ICBPciwgeW91IGNhbiByZWNvcmQgdGhlbSB5b3Vyc2VsZiwgdXNpbmcgdGhl IHNjcmlwdA0KIyBzdXBwb3J0L3BoZl9hYnVzZV9sb2cuY2dpLg0KIw0KIzxM b2NhdGlvbiAvY2dpLWJpbi9waGYqPg0KIyAgICBEZW55IGZyb20gYWxsDQoj ICAgIEVycm9yRG9jdW1lbnQgNDAzIGh0dHA6Ly9waGYuYXBhY2hlLm9yZy9w aGZfYWJ1c2VfbG9nLmNnaQ0KIzwvTG9jYXRpb24+DQoNCiMNCiMgUHJveHkg U2VydmVyIGRpcmVjdGl2ZXMuIFVuY29tbWVudCB0aGUgZm9sbG93aW5nIGxp bmVzIHRvDQojIGVuYWJsZSB0aGUgcHJveHkgc2VydmVyOg0KIw0KIzxJZk1v ZHVsZSBtb2RfcHJveHkuYz4NCiMgICAgUHJveHlSZXF1ZXN0cyBPbg0KDQoj ICAgIDxEaXJlY3RvcnkgcHJveHk6Kj4NCiMgICAgICAgIE9yZGVyIGRlbnks YWxsb3cNCiMgICAgICAgIERlbnkgZnJvbSBhbGwNCiMgICAgICAgIEFsbG93 IGZyb20gLnlvdXJfZG9tYWluLmNvbQ0KIyAgICA8L0RpcmVjdG9yeT4NCg0K ICAgICMNCiAgICAjIEVuYWJsZS9kaXNhYmxlIHRoZSBoYW5kbGluZyBvZiBI VFRQLzEuMSAiVmlhOiIgaGVhZGVycy4NCiAgICAjICgiRnVsbCIgYWRkcyB0 aGUgc2VydmVyIHZlcnNpb247ICJCbG9jayIgcmVtb3ZlcyBhbGwgb3V0Z29p bmcgVmlhOiBoZWFkZXJzKQ0KICAgICMgU2V0IHRvIG9uZSBvZjogT2ZmIHwg T24gfCBGdWxsIHwgQmxvY2sNCiAgICAjDQojICAgIFByb3h5VmlhIE9uDQoN CiAgICAjDQogICAgIyBUbyBlbmFibGUgdGhlIGNhY2hlIGFzIHdlbGwsIGVk aXQgYW5kIHVuY29tbWVudCB0aGUgZm9sbG93aW5nIGxpbmVzOg0KICAgICMg KG5vIGNhY2hlaW5nIHdpdGhvdXQgQ2FjaGVSb290KQ0KICAgICMNCiMgICAg Q2FjaGVSb290ICIvdXNyL2xvY2FsL3d3dy9wcm94eSINCiMgICAgQ2FjaGVT aXplIDUNCiMgICAgQ2FjaGVHY0ludGVydmFsIDQNCiMgICAgQ2FjaGVNYXhF eHBpcmUgMjQNCiMgICAgQ2FjaGVMYXN0TW9kaWZpZWRGYWN0b3IgMC4xDQoj ICAgIENhY2hlRGVmYXVsdEV4cGlyZSAxDQojICAgIE5vQ2FjaGUgYV9kb21h aW4uY29tIGFub3RoZXJfZG9tYWluLmVkdSBqb2VzLmdhcmFnZV9zYWxlLmNv bQ0KDQojPC9JZk1vZHVsZT4NCiMgRW5kIG9mIHByb3h5IGRpcmVjdGl2ZXMu DQoNCiMjIyBTZWN0aW9uIDM6IFZpcnR1YWwgSG9zdHMNCiMNCiMgVmlydHVh bEhvc3Q6IElmIHlvdSB3YW50IHRvIG1haW50YWluIG11bHRpcGxlIGRvbWFp bnMvaG9zdG5hbWVzIG9uIHlvdXINCiMgbWFjaGluZSB5b3UgY2FuIHNldHVw IFZpcnR1YWxIb3N0IGNvbnRhaW5lcnMgZm9yIHRoZW0uIE1vc3QgY29uZmln dXJhdGlvbnMNCiMgdXNlIG9ubHkgbmFtZS1iYXNlZCB2aXJ0dWFsIGhvc3Rz IHNvIHRoZSBzZXJ2ZXIgZG9lc24ndCBuZWVkIHRvIHdvcnJ5IGFib3V0DQoj IElQIGFkZHJlc3Nlcy4gVGhpcyBpcyBpbmRpY2F0ZWQgYnkgdGhlIGFzdGVy aXNrcyBpbiB0aGUgZGlyZWN0aXZlcyBiZWxvdy4NCiMNCiMgUGxlYXNlIHNl ZSB0aGUgZG9jdW1lbnRhdGlvbiBhdCA8VVJMOmh0dHA6Ly93d3cuYXBhY2hl Lm9yZy9kb2NzL3Zob3N0cy8+DQojIGZvciBmdXJ0aGVyIGRldGFpbHMgYmVm b3JlIHlvdSB0cnkgdG8gc2V0dXAgdmlydHVhbCBob3N0cy4NCiMNCiMgWW91 IG1heSB1c2UgdGhlIGNvbW1hbmQgbGluZSBvcHRpb24gJy1TJyB0byB2ZXJp ZnkgeW91ciB2aXJ0dWFsIGhvc3QNCiMgY29uZmlndXJhdGlvbi4NCg0KIw0K IyBVc2UgbmFtZS1iYXNlZCB2aXJ0dWFsIGhvc3RpbmcuDQojDQojTmFtZVZp cnR1YWxIb3N0ICoNCg0KIw0KIyBWaXJ0dWFsSG9zdCBleGFtcGxlOg0KIyBB bG1vc3QgYW55IEFwYWNoZSBkaXJlY3RpdmUgbWF5IGdvIGludG8gYSBWaXJ0 dWFsSG9zdCBjb250YWluZXIuDQojIFRoZSBmaXJzdCBWaXJ0dWFsSG9zdCBz ZWN0aW9uIGlzIHVzZWQgZm9yIHJlcXVlc3RzIHdpdGhvdXQgYSBrbm93bg0K IyBzZXJ2ZXIgbmFtZS4NCiMNCiM8VmlydHVhbEhvc3QgKj4NCiMgICAgU2Vy dmVyQWRtaW4gd2VibWFzdGVyQGR1bW15LWhvc3QuZXhhbXBsZS5jb20NCiMg ICAgRG9jdW1lbnRSb290IC93d3cvZG9jcy9kdW1teS1ob3N0LmV4YW1wbGUu Y29tDQojICAgIFNlcnZlck5hbWUgZHVtbXktaG9zdC5leGFtcGxlLmNvbQ0K IyAgICBFcnJvckxvZyBsb2dzL2R1bW15LWhvc3QuZXhhbXBsZS5jb20tZXJy b3JfbG9nDQojICAgIEN1c3RvbUxvZyBsb2dzL2R1bW15LWhvc3QuZXhhbXBs ZS5jb20tYWNjZXNzX2xvZyBjb21tb24NCiM8L1ZpcnR1YWxIb3N0Pg0K --0-737149372-1016636568=:43580-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 7:10:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id 91FF737B404 for ; Wed, 20 Mar 2002 07:09:39 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id ; Wed, 20 Mar 2002 15:06:31 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id ; Wed, 20 Mar 2002 15:06:31 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D041E9F71@MAIL1> From: Mike Dewhirst To: '???? ???????' Cc: "'questions@freebsd.org'" Subject: RE: can't add mod_auth_kerb into Apache Date: Wed, 20 Mar 2002 15:07:21 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1D020.EF73D040" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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_01C1D020.EF73D040 Content-Type: text/plain; charset="koi8-r" Remove the comments from the module load commands. Change these lines: [snip] #LoadModule auth_pam_module libexec/apache/mod_auth_pam.so #LoadModule auth_kerb_module libexec/apache/mod_auth_kerb.so [snip] #AddModule mod_auth_pam.c #AddModule mod_auth_kerb.c [snip] to this: [snip] LoadModule auth_pam_module libexec/apache/mod_auth_pam.so LoadModule auth_kerb_module libexec/apache/mod_auth_kerb.so [snip] AddModule mod_auth_pam.c AddModule mod_auth_kerb.c [snip] Should work then. Hope this helps, Mike Dewhirst This message was written in plain text mode. Everything below the dotted line was not written by the author of this email. ---------------------- =*********************************************************** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited. If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail. Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free. ***********************************************************= ------_=_NextPart_001_01C1D020.EF73D040 Content-Type: text/html; charset="koi8-r" RE: can't add mod_auth_kerb into Apache

Remove the comments from the module load commands.

Change these lines:

[snip]
#LoadModule auth_pam_module    libexec/apache/mod_auth_pam.so
#LoadModule auth_kerb_module   libexec/apache/mod_auth_kerb.so
[snip]
#AddModule mod_auth_pam.c
#AddModule mod_auth_kerb.c
[snip]

to this:

[snip]
LoadModule auth_pam_module    libexec/apache/mod_auth_pam.so
LoadModule auth_kerb_module   libexec/apache/mod_auth_kerb.so
[snip]
AddModule mod_auth_pam.c
AddModule mod_auth_kerb.c
[snip]

Should work then.

Hope this helps,

Mike Dewhirst


This message was written in plain text mode.
Everything below the dotted line was not
written by the author of this email.
----------------------



=***********************************************************

If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited.

If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free.

***********************************************************=
------_=_NextPart_001_01C1D020.EF73D040-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 7:20:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.stofanet.dk (mail1.stofanet.dk [212.10.10.6]) by hub.freebsd.org (Postfix) with SMTP id DF7F237B417 for ; Wed, 20 Mar 2002 07:20:46 -0800 (PST) Received: (qmail 24188 invoked from network); 20 Mar 2002 15:20:41 -0000 Received: from unknown (HELO froekjaer.org) (62.107.86.8) by mail1.stofanet.dk with SMTP; 20 Mar 2002 15:20:41 -0000 Message-ID: <3C992774.D763B085@froekjaer.org> Date: Wed, 20 Mar 2002 16:21:08 -0800 From: Flemming =?iso-8859-1?Q?Fr=F8kjk=E6r?= X-Mailer: Mozilla 4.51 [da] (WinNT; U) X-Accept-Language: en,en-US,da MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: ipfw rules Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to build a firewall based on the simple firewall in the rc.firewall script after enabling the firewall I can't look up any addresses. If I use nslookup it just times out :( I can add a rule like this: ipfw add 9999 pass all from any to any Then everything works, but the firewall does not do me any good :( what rules should I add to make DNS work? \Flemming To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 7:20:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.macconnect.com (mail.macconnect.com [204.68.168.11]) by hub.freebsd.org (Postfix) with SMTP id 96D2237B416 for ; Wed, 20 Mar 2002 07:20:45 -0800 (PST) Received: (qmail 8731 invoked by uid 0); 20 Mar 2002 15:26:14 -0000 Received: from unknown (HELO ?10.1.1.100?) (24.47.15.16) by mail.macconnect.com with SMTP; 20 Mar 2002 15:26:14 -0000 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Wed, 20 Mar 2002 10:20:40 -0500 Subject: How do I switch between window managers? From: Brendan McAlpine To: Message-ID: Mime-version: 1.0 Content-type: multipart/alternative; boundary="B_3099464441_4031454" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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. --B_3099464441_4031454 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Hey all I just installed KDE and Gnome on my machine and I was wondering how I go about switching between them. Right now when I start X, KDE is the manager. I would like to go with Gnome. Is there a command to switch between window managers? TIA Brendan --B_3099464441_4031454 Content-type: text/html; charset="US-ASCII" Content-transfer-encoding: quoted-printable How do I switch between window managers? Hey all

I just installed KDE and Gnome on my machine and I was wondering how I go a= bout switching between them.  Right now when I start X, KDE is the mana= ger.  I would like to go with Gnome.  Is there a command to switch= between window managers?

TIA

Brendan
--B_3099464441_4031454-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 7:22: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.macconnect.com (mail.macconnect.com [204.68.168.11]) by hub.freebsd.org (Postfix) with SMTP id D4C5837B404 for ; Wed, 20 Mar 2002 07:21:56 -0800 (PST) Received: (qmail 9450 invoked by uid 0); 20 Mar 2002 15:27:29 -0000 Received: from unknown (HELO ?10.1.1.100?) (24.47.15.16) by mail.macconnect.com with SMTP; 20 Mar 2002 15:27:29 -0000 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Wed, 20 Mar 2002 10:21:55 -0500 Subject: Re: stray irq message From: Brendan McAlpine To: Dale Morris , Message-ID: In-Reply-To: <20020319155411.A82718@lymond.lvcablemodem.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I used to get this message a lot on my box. In my case, the problem was with the parallel port. I didn't have a printer set up, but the port was turned on in the bios and configured in the kernel, so it caused some problems. I just turned off the port and the problem disappeared. Brendan > From: Dale Morris > Date: Tue, 19 Mar 2002 15:54:11 -0800 > To: freebsd-questions@FreeBSD.ORG > Subject: stray irq message > > This keeps appearing in console messages when I log out: > > Mar 19 15:31:38 lymond su: dlm to root on /dev/ttyp0 > Mar 19 15:37:10 lymond /kernel: stray irq 7 > Mar 19 15:37:10 lymond /kernel: stray irq 7 > Mar 19 15:37:39 lymond last message repeated 4 times > Mar 19 15:37:39 lymond /kernel: too many stray irq 7's; not logging any > more > Mar 19 15:37:39 lymond last message repeated 4 times > Mar 19 15:37:39 lymond /kernel: too many stray irq 7's; not logging any > more > > I'm baffled.. where do I look to fix this? > > thanks in advance > dale > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 20 7:27:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.macconnect.com (mail.macconnect.com [204.68.168.11]) by hub.freebsd.org (Postfix) with SMTP id 137B337B400 for ; Wed, 20 Mar 2002 07:27:10 -0800 (PST) Received: (qmail 12599 invoked by uid 0); 20 Mar 2002 15:32:42 -0000 Received: from unknown (HELO ?10.1.1.100?) (24.47.15.16) by mail.macconnect.com with SMTP; 20 Mar 2002 15:32:42 -0000 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Wed, 20 Mar 2002 10:27:08 -0500 Subject: Re: Network issues... From: Brendan McAlpine To: "Morse, Richard E." , 'Benjamin Krueger' Cc: "'questions@freebsd.org'" Message-ID: In-Reply-To: <375F68784081D511908A00508BE3BB17DDDCBB@phsexch22.mgh.harvard.edu> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I had the same problem on one of my machines. MBUFs were the issue. However, you don't have to recompile the kernel. Just add the following line to the loader.conf file in the /boot directory: kern.ipc.nmbclusters="8192 That should do the trick. Brendan > From: "Morse, Richard E." > Date: Wed, 20 Mar 2002 09:11:37 -0500 > To: 'Benjamin Krueger' > Cc: "'questions@freebsd.org'" > Subject: RE: Network issues... > > Benjamin Krueger wrote: >> Ricky Morse wrote: >>> >>> ping: sendto: no buffer space available >> >> Ricky, it sounds like you're running low on mbufs,and I'm willing to bet > that >> you'll find your system logs littered with messages from the kernel > regarding >> mbuf allocation failures. To verify this is the case if you see this > behavior >> again, type 'netstat -m' to see the current mbuf statistics. If you find > that >> this is your problem and you're running a release below 4.5, you will need > to >> recompile your kernel with 'options NMBCLUSTERS=' with a larger number that >> will suit your needs. (The default is 1024) > > Which system logs should I look in? Neither console.log, maillog, messages, > nor dmesg report anything about mbufs.... > > Thanks, > Ricky > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 20 7:39:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id BD1FA37B416 for ; Wed, 20 Mar 2002 07:39:56 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id D1FA5901A00; Wed, 20 Mar 2002 10:38:39 -0500 (EST) Date: Wed, 20 Mar 2002 10:38:39 -0500 From: mpd To: Brendan McAlpine Cc: questions@freebsd.org Subject: Re: How do I switch between window managers? Message-ID: <20020320103839.A41013@rochester.rr.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from bmcalpine@macconnect.com on Wed, Mar 20, 2002 at 10:20:40AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Mar 20, 2002 at 10:20:40AM -0500, Brendan McAlpine wrote: > > Hey all > I just installed KDE and Gnome on my machine and I was wondering how I > go about switching between them. Right now when I start X, KDE is the > manager. I would like to go with Gnome. Is there a command to switch > between window managers? No, but you can easily script one. Just kill the current manager and start the new one. You don't need to quit X to do this. > TIA > Brendan mike -- ___________________________________________________________ "YES! COURTESY OF MR NUTTY!!!" - Pokey the Penguin from "THE END OF THE WORLD" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 7:44: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts16-srv.bellnexxia.net (tomts16.bellnexxia.net [209.226.175.4]) by hub.freebsd.org (Postfix) with ESMTP id 06CD537B405 for ; Wed, 20 Mar 2002 07:44:04 -0800 (PST) Received: from scaryg.shacknet.nu ([64.231.142.145]) by tomts16-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020320154403.OFKG12533.tomts16-srv.bellnexxia.net@scaryg.shacknet.nu>; Wed, 20 Mar 2002 10:44:03 -0500 Received: from localhost ([::1] helo=scaryg.shacknet.nu) by scaryg.shacknet.nu with smtp (Exim 3.34 #1) id 16niFs-00081T-00; Wed, 20 Mar 2002 10:44:00 -0500 Date: Wed, 20 Mar 2002 10:43:59 -0500 From: ScaryG To: Brendan McAlpine Cc: questions@freebsd.org Subject: Re: How do I switch between window managers? Message-Id: <20020320104359.64294553.freymann@scaryg.shacknet.nu> In-Reply-To: References: X-Mailer: Sylpheed version 0.7.2 (GTK+ 1.2.10; i386-portbld-freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 20 Mar 2002 10:20:40 -0500 Brendan McAlpine wrote: > I just installed KDE and Gnome on my machine and I was wondering how I > go about switching between them. Right now when I start X, KDE is the > manager. I would like to go with Gnome. Is there a command to switch > between window managers? Just a small correction in terminology KDE/GNOME = Desktop Managers Window Managers are another level. However, to switch from KDE to GNOME, in your home directory, edit the file .xinitrc For KDE, you likely have a line that reads: startkde Just comment that out, and add: gnome-session Then restart Xwindows. -ger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 7:45: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from catflap.bishopston.net (catflap.bishopston.net [24.67.16.239]) by hub.freebsd.org (Postfix) with ESMTP id 0DE2737B400 for ; Wed, 20 Mar 2002 07:45:02 -0800 (PST) X-Envelope-From: jamie@catflap.bishopston.net X-Envelope-To: bmcalpine@macconnect.com Received: from catflap.bishopston.net (jamie@localhost [127.0.0.1]) by catflap.bishopston.net (8.12.1/8.12.1) with ESMTP id g2KFRaan004062; Wed, 20 Mar 2002 15:27:36 GMT (envelope-from jamie@catflap.bishopston.net) Received: (from jamie@localhost) by catflap.bishopston.net (8.12.1/8.12.1/Submit) id g2KFRLEi003988; Wed, 20 Mar 2002 15:27:21 GMT (envelope-from jamie) Message-Id: <200203201527.g2KFRLEi003988@catflap.bishopston.net> To: Brendan McAlpine Cc: freebsd-questions@freebsd.org From: Jamie Jones Subject: Re: Tracking down bandwidth hogs... In-Reply-To: References: X-newsgroup: muc.lists.freebsd.questions X-In-Response-To: Brendan McAlpine X-NO-Junk: Support the ban of unsolicited junk email - http://www.cauce.org/ Date: Wed, 20 Mar 2002 15:27:21 +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > How can I track down the cause of this usage? Mail logs don't indicate any > mail activity.... Use "trafshow" to see interactively the network usage (/usr/ports/net/trafshow) and use "trafd" to record all network usage (which you can then check over at a later stage) (/usr/ports/net/trafd) cheers, Jamie -- Jamie Jones http://www.bishopston.com/jamie/ --- 280 days to Christmas! Word of the day: "laparohysteropexy" ---- "I'm not big, and I'm not clever. And I'm definitely not funny." ----------- The reply address on this posting expires in 7 days time. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 7:47:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from spoon.beta.com (spoon.beta.com [199.165.180.1]) by hub.freebsd.org (Postfix) with ESMTP id 250B437B400 for ; Wed, 20 Mar 2002 07:47:31 -0800 (PST) Received: from spoon.beta.com (mcgovern@localhost.beta.com [127.0.0.1]) by spoon.beta.com (8.11.6/8.11.6) with ESMTP id g2KFoKR02394 for ; Wed, 20 Mar 2002 10:50:21 -0500 (EST) (envelope-from mcgovern@spoon.beta.com) Message-Id: <200203201550.g2KFoKR02394@spoon.beta.com> To: questions@freebsd.org Subject: burncd and DVD-R. Will it work? Date: Wed, 20 Mar 2002 10:50:20 -0500 From: Brian McGovern Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just got a Pioneer DVR-A03 DVD-R burner. Before I go off and ruin $100 in media playing with it, I'm curious to find out if its expected to work with the DVD-R drive? The man pages/documentation talks quite a bit about CD-R and CD-RW, and my limited understanding of DVD-Rs basically state that they look like big CD-Rs, but I'm looking for confirmation. Thanks... -Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 7:50:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from oxe.cs.umu.se (oxe.cs.umu.se [130.239.40.14]) by hub.freebsd.org (Postfix) with ESMTP id 4C35F37B417 for ; Wed, 20 Mar 2002 07:50:41 -0800 (PST) Received: from bark (rfc1413 says tdv94ped@bark.cs.umu.se [130.239.40.185]) by oxe.cs.umu.se (8.8.8/8.8.8) with ESMTP id QAA01838; Wed, 20 Mar 2002 16:49:51 +0100 (MET) Date: Wed, 20 Mar 2002 16:49:51 +0100 (MET) From: Paul Everlund To: Flemming =?iso-8859-1?Q?Fr=F8kjk=E6r?= Cc: Subject: Re: ipfw rules In-Reply-To: <3C992774.D763B085@froekjaer.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 20 Mar 2002, Flemming Frøkjkær wrote: > I'm trying to build a firewall based on the simple firewall in the > rc.firewall script > after enabling the firewall I can't look up any addresses. If I use > nslookup it just times out :( > I can add a rule like this: ipfw add 9999 pass all from any to any > Then everything works, but the firewall does not do me any good :( > what rules should I add to make DNS work? You must let DNS queries UDP out to port 53, and also let them back in from port 53. Also DNS TCP out to port 53 should be allowed (I think). Something like this: ipfw add allow udp from any to DNS-IP 53 out via INTERFACE ipfw add allow udp from DNS-IP 53 to any in via INTERFACE ipfw add allow tcp from any to DNS-IP 53 out via INTERFACE Good luck! Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 7:52:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sydmail3.telpacific.com.au (sydmail3.telpacific.com.au [203.88.240.16]) by hub.freebsd.org (Postfix) with ESMTP id 3E08837B404 for ; Wed, 20 Mar 2002 07:52:33 -0800 (PST) Received: from co3014978-a (dun088255245i088234149.rivernet.com.au [203.88.234.149]) by sydmail3.telpacific.com.au (8.11.5/8.11.5) with SMTP id g2KFrgd20864 for ; Thu, 21 Mar 2002 02:53:42 +1100 (EST) (envelope-from guyuan@telpacific.com.au) Message-Id: <200203201553.g2KFrgd20864@sydmail3.telpacific.com.au> Date: Thu, 21 Mar 2002 3:3:14 +1000 From: Richard To: "freebsd-questions@FreeBSD.ORG" Subject: CGIwrap's chroot X-mailer: FoxMail 4.0 beta 2 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: base64 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG SSBhbSB3b3JraW5nIG9uIENHSVdyYXAgdGhlc2UgZGF5cy4gSSBpbnN0YWxsIHRoaXMNCmJlY2F1 c2UgSSB3YW50IHRvIGxpbWl0IHRoZSB1c2VyIGluIGNlcnRhaW4gZGlyZWN0b3JpZXMuDQpCdXQs IEkgY2Fubid0IHdvcmsgdGhpcyBvdXQuDQoNCkFsbCBteSB2aXJ0dWFsIGhvc3RzIGFyZSB1bmRl ciB0aGUgZGlyZWN0b3J5IC9ob21lL2NsaWVudHMNCmVnLiAvaG9tZS9jbGllbnRzL3NpdGUxLCAv aG9tZS9jbGllbnRzL3NpdGUyDQphbGwgdGhlc2Ugc2l0ZXMnIGh0bWwgZmlsZXMgYXJlIGxvY2F0 ZWQgaW4NCi9ob21lL2NsaWVudHMvdXNlcm5hbWUvaHR0cA0KYW5kIHRoZSBjZ2ktYmluIGRpcmVj dG9yeSBpcyBhdA0KL2hvbWUvY2xpZW50cy91c2VybmFtZS9jZ2ktYmluDQoNCkFsbCB0aGVzZSB1 c2VycyBhcmUgaW4gdGhlIHNhbWUgZ3JvdXAgJ2NsaWVudHMnLg0KDQpJIGNvbmZpZ3VyZSB0aGUg Y2dpd3JhcCB3aXRoDQouL2NvbmZpZ3VyZSAtLXdpdGgtY2dpLWRpcj1jZ2ktYmluIC0td2l0aC1p bnN0YWxsLWRpcj0vdXNyL2xvY2FsL2NnaXdyYXAgLS13aXRoLWh0dHBkLXVzZXI9bm9ib2R5IC0t d2l0aC1pbnN0YWxsLWdyb3VwPXdoZWVsIC0td2l0aC1jaHJvb3Q9Li4vLi4NClRoZW4gY29tcGls ZSBpdC4NCg0KSSBhZGRlZCB0aGUgZm9sbG93aW5nIHNldHRpbmdzIGluIG15IGh0dHBkLmNvbmYg aW4gYXBhY2hlDQo8VmlydHVhbEhvc3QgMTkyLjE2OC4wLjI+DQpEb2N1bWVudFJvb3QgL2hvbWUv Y2xpZW50cy8xMjMNClNlcnZlck5hbWUgc2l0ZTEyMw0KU2NyaXB0QWxpYXMgL2NnaS1iaW4vIC91 c3IvbG9jYWwvY2dpd3JhcC8NClVzZXJEaXIgaHR0cA0KU2NyaXB0QWxpYXNNYXRjaCB+KC4qKS9j Z2ktYmluLyguKikgL2hvbWUvY2xpZW50cy8kMS9jZ2ktYmluLyQyDQo8L1ZpcnR1YWxIb3N0Pg0K DQpJIHVzZSBodHRwOi8vc2l0ZTEyMy9jZ2ktYmluL2NnaXdyYXAvMTIzL2Vudi5jZ2kgdG8gdGVz dC4gRXZlcnl0aGluZw0Kc2VlbXMgdG8gYmUgd2VsbC4gSG93ZXZlciwgSSBub3RpY2VkIHRoYXQg SSBjYW4gc3RpbGwgZ28gdG8NCi8gIG9yIC91c3IgYnkgdXNpbmcgc3lzdGVtKCkgb3IgcmVhZGRp ci4gSSB3YW50IHRvIGxpbWl0IHRoZSBDR0kgdW5kZXIgL2hvbWUvY2xpZW50cw0KT2J2ZXJpb3Vz bHksIHRoZSBDSFJPT1RpbmcgaXMgbm90IHdvcmtpbmcgcHJvcGVybHkuDQoNClRoZW4gSSB0cmll ZCANCi0td2l0aC1jaHJvb3Q9LwkJCQkJQ0dJIGNhbiBleGVjdXRlLCBidXQgbm8gY2hyb290DQot LXdpdGgtY2hyb290PS4uCQkJCUNHSSBjYW5uJ3QgZXhlY3V0ZQ0KLS13aXRoLWNocm9vdD0vaG9t ZS9jbGllbnRzCQlDR0kgY2Fubid0IGV4ZWN1dGUNCg0KSSB0cmllZCBzYm94LCB3aXRoIGNvbmZp Z3VyYXRpb24NCiNkZWZpbmUgUk9PVCAiLi4vLi4iDQojZGVmaW5lIENHSV9CSU4gIi4uL2NnaS1i aW4iDQpFdmVyeXRoaW5nIGdvZXMgd2VsbCwgYW5kIEkgY2FuIGxpbWl0IHRoZSB1c2VycyBpbiBh IGRpcmVjdG9yeS4NCkhvd2V2ZXIsIHNib3ggZG9lcyBub3Qgc2VlbSB0byBzdXBwb3J0IGEgbG90 IG9mIFBlcmwgc2NyaXB0cy4NCk1hbnkgc2NyaXB0cyBjYW5uJ3QgZXhlY3V0ZSBhZnRlciBJIGlu c3RhbGxlZCB0aGUgc2JveC4NCg0KQ2FuIGFueW9uIGtub3cgaG93IHRvIHdvcmsgb3V0IHRoZSBD aHJvb3QgaW4gQ0dJd3JhcD8NCg0KQW55b25lIHdobyBjYW4gaGVscCBtZSB3aWxsIGJlIHZlcnkg YXBwcmVjaWF0ZWQuDQoNClRoYW5rIHlvdS4NCg0K To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 7:53:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts7-srv.bellnexxia.net (tomts7.bellnexxia.net [209.226.175.40]) by hub.freebsd.org (Postfix) with ESMTP id 9C30137B400 for ; Wed, 20 Mar 2002 07:53:17 -0800 (PST) Received: from scaryg.shacknet.nu ([64.231.142.145]) by tomts7-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020320155316.OWQS29596.tomts7-srv.bellnexxia.net@scaryg.shacknet.nu>; Wed, 20 Mar 2002 10:53:16 -0500 Received: from localhost ([::1] helo=scaryg.shacknet.nu) by scaryg.shacknet.nu with smtp (Exim 3.34 #1) id 16niP8-00082c-00; Wed, 20 Mar 2002 10:53:34 -0500 Date: Wed, 20 Mar 2002 10:53:33 -0500 From: ScaryG To: Flemming Frøkjkær Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ipfw rules Message-Id: <20020320105333.6376de59.freymann@scaryg.shacknet.nu> In-Reply-To: <3C992774.D763B085@froekjaer.org> References: <3C992774.D763B085@froekjaer.org> X-Mailer: Sylpheed version 0.7.2 (GTK+ 1.2.10; i386-portbld-freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MailScanner: Found to be clean Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 20 Mar 2002 16:21:08 -0800 Flemming Frøkjkær wrote: > I'm trying to build a firewall based on the simple firewall in the > rc.firewall script > after enabling the firewall I can't look up any addresses. If I use > nslookup it just times out :( > I can add a rule like this: ipfw add 9999 pass all from any to any > Then everything works, but the firewall does not do me any good :( > what rules should I add to make DNS work? I think you need to add this one: ${fwcmd} add pass udp from ${ip} to any 53 keep-state gf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 7:53:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from humpty.finadmin.virginia.edu (humpty.finadmin.Virginia.EDU [128.143.87.245]) by hub.freebsd.org (Postfix) with ESMTP id B0C4037B41A for ; Wed, 20 Mar 2002 07:53:19 -0800 (PST) Received: (from mrg8n@localhost) by humpty.finadmin.virginia.edu (8.11.6/8.11.6) id g2KFqvk49037; Wed, 20 Mar 2002 10:52:57 -0500 (EST) (envelope-from mrg8n) Date: Wed, 20 Mar 2002 10:52:57 -0500 From: Mike Galvez To: =?iso-8859-1?Q?Flemming_Fr=F8kjk=E6r?= Cc: questions@freebsd.org Subject: Re: ipfw rules Message-ID: <20020320105256.D48589@mail.virginia.edu> References: <3C992774.D763B085@froekjaer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <3C992774.D763B085@froekjaer.org>; from flemming@froekjaer.org on Wed, Mar 20, 2002 at 04:21:08PM -0800 X-Operating-System: FreeBSD UNIX Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Take a look at: http://www.mostgraveconcern.com/freebsd/ The rules under "Setting-up a Dual-Homed Host" should help you. Mike On Wed, Mar 20, 2002 at 04:21:08PM -0800, Flemming Frøkjkær wrote: > I'm trying to build a firewall based on the simple firewall in the > rc.firewall script > after enabling the firewall I can't look up any addresses. If I use > nslookup it just times out :( > I can add a rule like this: ipfw add 9999 pass all from any to any > Then everything works, but the firewall does not do me any good :( > what rules should I add to make DNS work? > > \Flemming > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Michael Galvez Computer Systems Sr. Engineer Office: 434-982-2975 Financial Analysis E-Mail: mrg8n@virginia.edu University of Virginia Messenger Mail: Carruthers Hall Money is the root of all wealth. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 7:54:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tiscalinet.it (mail-4.tiscalinet.it [195.130.225.150]) by hub.freebsd.org (Postfix) with ESMTP id B04C737B400 for ; Wed, 20 Mar 2002 07:54:37 -0800 (PST) Received: from [217.133.244.87] (217.133.244.87) by mail.tiscalinet.it (5.5.057) id 3C98A14D00006E42 for freebsd-questions@FreeBSD.ORG; Wed, 20 Mar 2002 16:54:35 +0100 Received: (qmail 2424 invoked by uid 1000); 20 Mar 2002 15:54:21 -0000 Date: Wed, 20 Mar 2002 16:54:21 +0100 From: Francesco Casadei To: xw Cc: dan@slightlystrange.org, freebsd-questions@FreeBSD.ORG Subject: Re: How to copy an image file on a ls120 disk to another? Message-ID: <20020320165421.A2375@goku.kasby> Mail-Followup-To: xw , dan@slightlystrange.org, freebsd-questions@FreeBSD.ORG References: <20020319120538.817C.XIAOWU23@yahoo.com> <20020319181215.A3462@icarus.slightlystrange.org> <20020319173312.ABC5.XIAOWU23@yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="bg08WKrSYDhXBjb5" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020319173312.ABC5.XIAOWU23@yahoo.com>; from xiaowu23@yahoo.com on Tue, Mar 19, 2002 at 05:35:00PM -0600 X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --bg08WKrSYDhXBjb5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 19, 2002 at 05:35:00PM -0600, xw wrote: > Thanks!! >=20 > Are there any programs/commands that can write the whole=20 > disk to another like in Windows' CD-R/W without dumping=20 > the whole contents of the disk twice?=20 >=20 > On Tue, 19 Mar 2002 18:12:15 +0000 > Daniel Bye wrote: >=20 > Daniel> In that case, you will need to copy the image to your hard disk, = change > Daniel> LS120 disk, then write the image file back. I would use dd for b= oth stages. > Daniel>=20 > Daniel> Of course, none of this is necessary if you have another LS120 dr= ive! ;-) > Daniel>=20 > Daniel> HTH >=20 > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 > end of the original message # Insert the source disk into LS-120 drive $ dd if=3D/dev/rafd0 of=3D/tmp/disk.img # Insert the destination disk into LS-120 drive $ dd if=3D/tmp/disk.img of=3D/dev/rafd0 $ rm /tmp/disk.img=20 Change the value of bs to get maximum data rate. Try bs=3D36b, as suggested= by Greg Lehey in the reply to my own post on this list titled "LS120 drive has= a strange behaviour with 1.44MB floppy". Francesco Casadei --=20 You can download my public key from http://digilander.iol.it/fcasadei/ or retrieve it from a keyserver (pgpkeys.mit.edu, wwwkeys.pgp.net, ...) Key fingerprint is: 1671 9A23 ACB4 520A E7EE 00B0 7EC3 375F 164E B17B --bg08WKrSYDhXBjb5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8mLCtfsM3XxZOsXsRAnrjAJoCOkuZB59ajkUnM28Z09g4wj5zKgCcDOJU E57Su54Z9QyMW5PN/cmzSQ8= =wDcT -----END PGP SIGNATURE----- --bg08WKrSYDhXBjb5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 7:58:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.simrad.no (mail.simrad.no [193.69.73.2]) by hub.freebsd.org (Postfix) with ESMTP id BC6AC37B400 for ; Wed, 20 Mar 2002 07:58:51 -0800 (PST) To: freebsd-questions@freebsd.org Subject: mouse is jerky MIME-Version: 1.0 X-Mailer: Lotus Notes Build M11_11052001 Beta 4 November 05, 2001 Message-ID: From: chip.wiegand@simrad.com Date: Wed, 20 Mar 2002 07:58:51 -0800 X-MIMETrack: Serialize by Router on S_INET01/S_EXT(Release 5.0.6a |January 17, 2001) at 20.03.2002 16:58:56, Serialize complete at 20.03.2002 16:58:56 Content-Type: multipart/alternative; boundary="=_alternative 0057CEAC88256B82_=" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multipart message in MIME format. --=_alternative 0057CEAC88256B82_= Content-Type: text/plain; charset="US-ASCII" I have two boxes on my desk, one is fbsd 4.5 and the other NT, and a kvm switch between them. When I switch to fbsd the mouse is jerky and difficult to point to small specific areas, I can't do image work at all because of this. In NT it is smooth. Any ideas why and how I can fix this? -- Chip Wiegand Computer Services Simrad, Inc www.simrad.com chip.wiegand@simrad.com "There is no reason anyone would want a computer in their home." --Ken Olson, president, chairman and founder of Digital Equipment Corporation, 1977 (They why do I have 7? Somebody help me!) --=_alternative 0057CEAC88256B82_= Content-Type: text/html; charset="US-ASCII"
I have two boxes on my desk, one is fbsd 4.5 and the other NT, and a kvm switch between
them. When I switch to fbsd the mouse is jerky and difficult to point to small specific areas,
I can't do image work at all because of this. In NT it is smooth.
Any ideas why and how I can fix this?

--
Chip Wiegand
Computer Services
Simrad, Inc
www.simrad.com
chip.wiegand@simrad.com

"There is no reason anyone would want a computer in their home."
    --Ken Olson, president, chairman and founder of Digital Equipment Corporation, 1977
(They why do I have 7? Somebody help me!)
--=_alternative 0057CEAC88256B82_=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 8: 1:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tiscalinet.it (mail-5.tiscalinet.it [195.130.225.151]) by hub.freebsd.org (Postfix) with ESMTP id 8E57337B416 for ; Wed, 20 Mar 2002 08:01:27 -0800 (PST) Received: from [217.133.244.87] (217.133.244.87) by mail.tiscalinet.it (5.5.057) id 3C9892CB0000DBE6 for freebsd-questions@FreeBSD.ORG; Wed, 20 Mar 2002 17:01:25 +0100 Received: (qmail 2483 invoked by uid 1000); 20 Mar 2002 16:01:15 -0000 Date: Wed, 20 Mar 2002 17:01:15 +0100 From: Francesco Casadei To: Malan Joubert Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Mouse speed in X Message-ID: <20020320170115.B2375@goku.kasby> Mail-Followup-To: Malan Joubert , freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="RASg3xLB4tUQ4RcS" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from malan_joubert@hotmail.com on Tue, Mar 19, 2002 at 08:40:03PM +0200 X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --RASg3xLB4tUQ4RcS Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 19, 2002 at 08:40:03PM +0200, Malan Joubert wrote: > Hi > Does anyone know if there's a way to set the scroll speed for a standard = ps2=20 > mouse in X? > Thanx > Malan >=20 >=20 >=20 > _________________________________________________________________ > Join the world=92s largest e-mail service with MSN Hotmail.=20 > http://www.hotmail.com >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 > end of the original message If you're using imwheel read the imwheel(1) man page. Search for 'IMWHEELRC TRANSLATION DEFINITIONS' and look at the option 'Output Repetitions'. Francesco Casadei --=20 You can download my public key from http://digilander.iol.it/fcasadei/ or retrieve it from a keyserver (pgpkeys.mit.edu, wwwkeys.pgp.net, ...) Key fingerprint is: 1671 9A23 ACB4 520A E7EE 00B0 7EC3 375F 164E B17B --RASg3xLB4tUQ4RcS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8mLJLfsM3XxZOsXsRAvjOAJ9/4td3y6A1OZD3Q11QxDINredEdQCfVWj6 SnQokX/ZZ/sC5F88ZcNNP88= =yfES -----END PGP SIGNATURE----- --RASg3xLB4tUQ4RcS-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 8: 4:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from icarus.slightlystrange.org (icarus.slightlystrange.org [62.190.193.173]) by hub.freebsd.org (Postfix) with ESMTP id 516D037B41C for ; Wed, 20 Mar 2002 08:03:51 -0800 (PST) Received: from danielby by icarus.slightlystrange.org with local (Exim 3.12 #1 (Debian)) id 16niZ4-0007Pz-00 for ; Wed, 20 Mar 2002 16:03:50 +0000 Date: Wed, 20 Mar 2002 16:03:50 +0000 From: Daniel Bye To: freebsd-questions@FreeBSD.ORG Subject: Re: ipfw rules Message-ID: <20020320160349.GB27566@icarus.slightlystrange.org> Reply-To: dan@slightlystrange.org Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <3C992774.D763B085@froekjaer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Mar 20, 2002 at 04:49:51PM +0100, Paul Everlund wrote: > On Wed, 20 Mar 2002, Flemming Fr?kjk?r wrote: > > > I'm trying to build a firewall based on the simple firewall in the > > rc.firewall script > > after enabling the firewall I can't look up any addresses. If I use > > nslookup it just times out :( > > I can add a rule like this: ipfw add 9999 pass all from any to any > > Then everything works, but the firewall does not do me any good :( > > what rules should I add to make DNS work? > > You must let DNS queries UDP out to port 53, and also let them back in > from port 53. Also DNS TCP out to port 53 should be allowed (I think). > Something like this: > What follows comes from my rather addled memory, so forgive me if it's not quite right ;-) You should only need to allow TCP/53 if you need to obtain zone transfers, if you are running your own name server, for example. Basic DNS host lookups take place over the UDP sockets, so just the first two of the rules provided by Paul should be necessary. (There is probably no harm in allowing TCP/53 out, in any event, so long as you don't allow it IN unbidden.) > ipfw add allow udp from any to DNS-IP 53 out via INTERFACE > ipfw add allow udp from DNS-IP 53 to any in via INTERFACE > ipfw add allow tcp from any to DNS-IP 53 out via INTERFACE > > Good luck! > > Best regards, > Paul > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 8: 5:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sarraute.uol.com.br (sarraute.uol.com.br [200.231.206.182]) by hub.freebsd.org (Postfix) with ESMTP id 7FFAB37B417 for ; Wed, 20 Mar 2002 08:04:59 -0800 (PST) Received: from wilde.uol.com.br ([200.231.206.76]) by sarraute.uol.com.br (8.9.1/8.9.1) with ESMTP id NAA29239 for ; Wed, 20 Mar 2002 13:07:23 -0300 (BRT) Received: (from nobody@localhost) by wilde.uol.com.br (8.9.1/8.9.1) id MAA26442; Wed, 20 Mar 2002 12:59:45 -0300 (BRT) Date: Wed, 20 Mar 2002 12:59:45 -0300 (BRT) From: osenhor@uol.com.br Message-Id: <200203201559.MAA26442@wilde.uol.com.br> Content-Type: text/plain Content-Disposition: inline Mime-Version: 1.0 X-Mailer: MIME-tools 4.104 (Entity 4.117) To: freebsd-questions@freebsd.org X-Originating-Ip: [200.198.136.76] Subject: tomcat Reply-To: osenhor@uol.com.br Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG thanks, but i have this problem: i have one file, that have five columns: host virtual-host app port context each app can to have any contexts... context1, context2, contextn... i need one script to read this file, and create three configuartion files: mod_jk.conf, worker.properties and server.xml (for each worker). because i need one worker(tomcat), for each app... each developer will can restart your app(worker) without touch one another (own another user). Somebody have a script that do it???? i will add app's and contexts in the "first" file, and one scripts make the rest... thanks!!!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 8: 8:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from icarus.slightlystrange.org (icarus.slightlystrange.org [62.190.193.173]) by hub.freebsd.org (Postfix) with ESMTP id 1DC5B37B400 for ; Wed, 20 Mar 2002 08:08:27 -0800 (PST) Received: from danielby by icarus.slightlystrange.org with local (Exim 3.12 #1 (Debian)) id 16nidW-0007Qe-00 for ; Wed, 20 Mar 2002 16:08:26 +0000 Date: Wed, 20 Mar 2002 16:08:25 +0000 From: Daniel Bye To: freebsd-questions@freebsd.org Subject: Re: mouse is jerky Message-ID: <20020320160825.GC27566@icarus.slightlystrange.org> Reply-To: dan@slightlystrange.org Mail-Followup-To: freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Mar 20, 2002 at 07:58:51AM -0800, chip.wiegand@simrad.com wrote: > I have two boxes on my desk, one is fbsd 4.5 and the other NT, and a kvm > switch between > them. When I switch to fbsd the mouse is jerky and difficult to point to > small specific areas, > I can't do image work at all because of this. In NT it is smooth. > Any ideas why and how I can fix this? > > -- > Chip Wiegand > Computer Services > Simrad, Inc > www.simrad.com > chip.wiegand@simrad.com > > "There is no reason anyone would want a computer in their home." > --Ken Olson, president, chairman and founder of Digital Equipment > Corporation, 1977 > (They why do I have 7? Somebody help me!) From memory, there are two mouse drivers for FreeBSD - one for the console, and the other used by X. If you have both running concurrently, you may see this sort of behaviour - if you plug your I/O stuff direct into the BSD box, do you still get the same symptoms? If so, try killing the console mouse driver (called moused, I think...) HTH Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 8: 9: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nef.ens.fr (nef.ens.fr [129.199.96.32]) by hub.freebsd.org (Postfix) with ESMTP id DD9D637B405 for ; Wed, 20 Mar 2002 08:08:38 -0800 (PST) Received: from trefle.ens.fr (trefle.ens.fr [129.199.96.17]) by nef.ens.fr (8.10.1/1.01.28121999) with ESMTP id g2KG8bp03820 for ; Wed, 20 Mar 2002 17:08:37 +0100 (CET) Received: from (beig@localhost) by trefle.ens.fr (8.11.6/jb-1.1) X-Authentication-Warning: trefle.ens.fr: beig set sender to Jacques.Beigbeder@free.fr using -f Date: Wed, 20 Mar 2002 17:08:36 +0100 From: Jacques Beigbeder To: freebsd-questions@freebsd.org Subject: Re: XFree86 4.2.0 + Asus A7A266 (rev 1.11) + ATI => reboot Message-ID: <20020320170836.A27914@trefle.ens.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a similar problem as described by Feb 17... ---- I have 2 similar computers, same installation: Processor: Athlon Motherboard: Asus A7A66-E FreeBSD 4.5 XFree86 4.2.0 ATI Rage 128 Pro PF The first card is rev. 1.07: no problem. The second computer is rev. 1.11: starting XFree 4.2.0 make a reboot! Messages: kernel trap 9 with interrupts disabled Fatal trap 9: ge Fatal double fault eip = 0xc034e68c esp = 0xcde40000 ebp = 0xcde40020 panic: double fault Last messages of 'XFree86 -verbose 99' are: (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/X11R6/lib/modules/libint10.a (II) Module int10: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.5 Is there any known fix? -- Jacques Beigbeder | Jacques.Beigbeder@ens.fr Service de Prestations Informatiques | http://www.spi.ens.fr Ecole normale supérieure | 45 rue d'Ulm |Tel : (+33 1)1 44 32 37 96 F75230 Paris cedex 05 |Fax : (+33 1)1 44 32 20 75 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 8:10:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from patrocles.silby.com (d80.as14.nwbl0.wi.voyager.net [169.207.134.80]) by hub.freebsd.org (Postfix) with ESMTP id CB6C137B419; Wed, 20 Mar 2002 08:08:39 -0800 (PST) Received: from patrocles.silby.com (localhost [127.0.0.1]) by patrocles.silby.com (8.12.2/8.12.2) with ESMTP id g2KG61jJ054273; Wed, 20 Mar 2002 16:06:01 GMT (envelope-from silby@silby.com) Received: from localhost (silby@localhost) by patrocles.silby.com (8.12.2/8.12.2/Submit) with ESMTP id g2KG4sT0054267; Wed, 20 Mar 2002 10:06:01 -0600 (CST) X-Authentication-Warning: patrocles.silby.com: silby owned process doing -bs Date: Wed, 20 Mar 2002 10:04:54 -0600 (CST) From: Mike Silbersack To: Dmitry Koltsov Cc: freebsd-net@FreeBSD.ORG, Subject: Re: ADD TO(NEW Info): Apache/TCP stack issues In-Reply-To: <20020313164434.D28A16B349@mail2.hostonfly.net> Message-ID: <20020320100234.C54069-100000@patrocles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Mar 2002, Dmitry Koltsov wrote: > Hello, > > I'm running on 4.4-stable. > > Seems like my problem is (connection refused) caused by listen queue. > > I have 1-10 requsts in apache listen queue (port 80), queue len is 511 > connections and have counter "listen queue overflows" growing in the same time (!) > > Current listen queue sizes (qlen/incqlen/maxqlen) > Listen Local Address > 11/11/511 216.65.107.31.80 > > How it may be? Is there solution? As I said before, the listen queue has been mostly replaced by the syn cache in 4.5. Therefore, it is very unlikely that anyone is going to go back and work on it. If you are concerned about listen queue overflows, upgrade to 4.5. > Also I have tested queue with simple program (socket(), bind(), listen(sock,128), do nothing in the loop) > and received this amazing stats: > > Current listen queue sizes (qlen/incqlen/maxqlen) > Listen Local Address > 193/0/128 216.65.107.31.81 (queue len >> queue maxlen) !!! That's entirely expected, and the reason why is visible in the source. Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 8:17: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mwvcaa.org (server37.aitcom.net [208.234.0.50]) by hub.freebsd.org (Postfix) with ESMTP id DAB6937B4C9 for ; Wed, 20 Mar 2002 08:16:36 -0800 (PST) Received: from dvbsd.mwvca.int (216-210-225-78.atgi.net [216.210.225.78]) by mwvcaa.org (8.8.8/8.8.5) with SMTP id LAA20842; Wed, 20 Mar 2002 11:12:24 -0500 Date: Wed, 20 Mar 2002 08:16:07 -0800 From: David Varieur To: Oledog Cc: freebsd-questions@FreeBSD.org Subject: Re: 3ware 6410 on 4.5 install problem !!!!! Message-Id: <20020320081607.6d1babfe.davar@mwvcaa.org> In-Reply-To: <1016585914.19172.59.camel@frog.diversetech.net> References: <1016585914.19172.59.camel@frog.diversetech.net> X-Mailer: Sylpheed version 0.7.3 (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 19 Mar 2002 19:58:33 -0500 Oledog wrote: > > I have purchased a 3ware 6410 IDE raid controller card. I am running > the 6.9 firmware. When I try to install FreeBSD 4.5 it fails with the > below data after the disk array is formatted and the install is started. > > I have seen lots of info on the list regarding an Upgrade but what is > the procedure for a FRESH installation? Is there anyway to load the > drivers pre-install such as with Linux installations? > > Is there anyway to install using a kernel that has been compiled on a > system that is currently running? > Looking at the GENERIC config file for 4.5 it looks like the driver for the 3ware card is already there as "device twe" I've got the same card and I performed a fresh install of 4.5 release last weekend with no trouble or special preparation. Hope this helps. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 8:36:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from intersystems.com (gateway.intersys.com [198.133.74.253]) by hub.freebsd.org (Postfix) with ESMTP id 6196E37B417 for ; Wed, 20 Mar 2002 08:36:20 -0800 (PST) Received: by gateway.intersystems.com id <119066>; Wed, 20 Mar 2002 11:31:58 -0500 Message-Id: <02Mar20.113158est.119066@gateway.intersystems.com> From: "E. Jordan Bojar" To: Subject: Adaptec 1200A Date: Wed, 20 Mar 2002 11:36:19 -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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I notice that the 4.5 Release list does not include Adaptec's 1200A, which is a low-cost mirroring card the manufacturer lists as compatible with FreeBSD. Is this an oversight, or is the low-end card unsupported while the high-end card (the 2400A) works properly? -- E. Jordan Bojar Unix Systems Administrator Intersystems Corp. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 8:36:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 040-188.bio.sunysb.edu (040-188.bio.sunysb.edu [129.49.40.188]) by hub.freebsd.org (Postfix) with SMTP id 7EEC737B404 for ; Wed, 20 Mar 2002 08:36:33 -0800 (PST) Received: (qmail 68922 invoked by uid 1001); 20 Mar 2002 16:36:40 -0000 Date: Wed, 20 Mar 2002 11:36:40 -0500 From: Tsu-Fan Cheng To: freebsd-questions@FreeBSD.org Subject: make buildworld error Message-ID: <20020320163640.GA68904@tfcheng.dnsq.org> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline User-Agent: Mutt/1.3.24i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, my machine is: FreeBSD tfcheng.dnsq.org 4.5-RELEASE FreeBSD 4.5-RELEASE #0, and recently i cvsup my source from ftp5.freebsd.org, then try to "make -j4 buildworld", i encounter this problem: ===> usr.bin/xlint/llib /usr/obj/usr/src/usr.bin/xlint/llib/../xlint/xlint -cghapbx -L /usr/libdata/lint -Cposix /usr/src/usr.bin/xlint/llib/llib-lposix /usr/obj/usr/src/usr.bin/xlint/llib/../xlint/xlint -cghapbx -L /usr/libdata/lint -Cstdc /usr/src/usr.bin/xlint/llib/llib-lstdc /usr/libexec/ld-elf.so.1: Shared object "libc.so.5" not found /usr/libexec/ld-elf.so.1: Shared object "libc.so.5" not found *** Error code 1 *** Error code 1 thank u very much! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 8:44:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rambo.simx.org (rambo.simx.org [194.17.208.54]) by hub.freebsd.org (Postfix) with ESMTP id 90F7A37B400 for ; Wed, 20 Mar 2002 08:44:36 -0800 (PST) Received: from rambo.simx.org (malin.twenty4help.se [195.67.108.195]) by rambo.simx.org (8.11.6/8.11.6) with ESMTP id g2KGiCN71335; Wed, 20 Mar 2002 17:44:13 +0100 (CET) (envelope-from listsub@rambo.simx.org) Message-ID: <3C98BC45.50402@rambo.simx.org> Date: Wed, 20 Mar 2002 17:43:49 +0100 From: "Roger 'Rocky' Vetterberg" User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: ScaryG Cc: Don Seeger , FreeBSD Questions Subject: Re: sendmail and pop References: <20020320095950.22665427.freymann@scaryg.shacknet.nu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ScaryG wrote: >On Wed, 20 Mar 2002 06:56:33 -0700 >"Don Seeger" wrote: > >>I am running a box that is my dns and SMTP/POP3 server. >>box host name is inetmach.burlingtonk12.org. >>I wanted to use user@burlingtonk12.org >> > > Add a forward/reverse entry in your DNS pointing burlingtonk12.org to >199.45.167.74 using an A record in one file, a PTR in the other. > > Restart named. > > In sendmail... > > add burlingtonk12.org to /etc/mail/local-host-names > > You will likely have to ensure you have > >FEATURE(virtusertable, `hash -o /etc/mail/virtusertable') > > in your mc file. > >Then in /etc/mail/virtusertable add this: > >@burlington12.org %1@inetmach.burlington12.org > > then recompile your virtusertable > >/usr/sbin/makemap hash /etc/mail/virtusertable < /etc/mail/virtusertable > > This may not exactly be what you want.. but it will forwared >joe@burlington12.org to joe@inetmach.burlington12.org > >gf > There is no need to have virtusertable, just adding the domain to /etc/mail/local-host-names will do it! -- R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 8:47: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from glow.binity.net (glow.binity.net [213.84.201.224]) by hub.freebsd.org (Postfix) with ESMTP id 3EB4B37B419 for ; Wed, 20 Mar 2002 08:47:02 -0800 (PST) Received: from vscan (glow.dt1.binity.net [172.23.18.1]) by glow.binity.net (Postfix) with ESMTP id E6E7255B5; Wed, 20 Mar 2002 17:47:00 +0100 (CET) Received: from there (silver.dt1.binity.net [172.23.3.20]) by glow.binity.net (Postfix) with SMTP id 2410154CF; Wed, 20 Mar 2002 17:46:59 +0100 (CET) Content-Type: text/plain; charset="iso-8859-1" From: Walter Hop Message-Id: <200203201744.15491@silver.dt1.binity.net> To: Flemming =?iso-8859-1?q?Fr=F8kjk=E6r?= , freebsd-questions@FreeBSD.ORG Subject: Re: ipfw rules Date: Wed, 20 Mar 2002 17:46:49 +0100 X-Mailer: KMail [version 1.3.2] References: <3C992774.D763B085@froekjaer.org> In-Reply-To: <3C992774.D763B085@froekjaer.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by glow.binity.net (amavis-perl-11-sky2) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [in reply to Flemming Frøkjkær, Thursday 21 March 2002 01:21] > I can add a rule like this: ipfw add 9999 pass all from any to any > Then everything works, but the firewall does not do me any good :( > what rules should I add to make DNS work? I have the following rules for DNS: ipfw add 03300 allow udp from me to 194.109.6.66 53 keep-state via tun0 ipfw add 03301 allow udp from me to 194.109.9.99 53 keep-state via tun0 The IP addresses mentioned are the DNS servers of my provider which I query, tun0 is the network device used to reach them. If you want to allow traffic to all DNS servers on the internet you can use one rule with "...to any 53 keep-state" instead. -- Walter Hop | +31 6 24290808 | PGP keyid 0x84813998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 8:48:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from utility.clubscholarship.com (utility.clubscholarship.com [198.78.70.175]) by hub.freebsd.org (Postfix) with ESMTP id 253C637B405 for ; Wed, 20 Mar 2002 08:48:36 -0800 (PST) Received: from localhost (root@localhost) by utility.clubscholarship.com (8.11.6/8.11.6) with ESMTP id g2KGjR008867 for ; Wed, 20 Mar 2002 08:45:27 -0800 (PST) (envelope-from root@utility.clubscholarship.com) Date: Wed, 20 Mar 2002 08:45:27 -0800 (PST) From: Patrick Thomas To: Subject: is there overhead in SMP machines related to SMP ? Message-ID: <20020320083947.M8701-100000@utility.clubscholarship.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a quad-zeon 500. I loaded 4.5-RELEASE on it and there are perhaps 80-90 processes now running. `vmstat` output looks like: procs memory page disks faults cpu r b w avm fre flt re pi po fr sr aa0 md0 in sy cs us sy id 1 0 0 29056 329772 25 0 0 0 32 4 0 0 235 145 11 0 0 100 0 0 0 29056 329772 4 0 0 0 0 0 0 0 282 21 8 0 4 96 0 0 0 29056 329772 5 0 0 0 0 0 0 0 260 30 12 0 3 97 0 0 0 29056 329772 5 0 0 0 0 0 0 0 287 66 31 0 3 97 0 0 0 29056 329756 7 0 0 0 0 0 0 0 290 85 24 0 4 96 0 0 0 29056 329740 3 0 0 0 0 0 1 0 276 58 21 0 3 97 0 0 0 29056 329724 3 0 0 0 0 0 0 0 293 52 21 0 4 96 0 0 0 29056 329724 7 0 0 0 0 0 0 0 281 104 28 0 3 97 Note the 96-96% idle cpu. This seems very odd, since my laptop, and other single processor 4-500 mhz (pIII) systems are running many more processes, but their idle is between 98-99. However, when my laptop goes to 95-96, it is because "user" time goes up, but on my quad system it is hovering at 96-97 because "system" time is up. So should I assume that this is just an artifact of using SMP, and that whereas my laptop starts at 99-100 idle and goes down from there, this will just start at 96-97 idle and go down from there (but taking many more processes to drop me from 96 to 95 than it takes to drop my laptop from 99 to 98) ? Or is something else going on ? thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 8:52:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from glow.binity.net (glow.binity.net [213.84.201.224]) by hub.freebsd.org (Postfix) with ESMTP id 590E237B405 for ; Wed, 20 Mar 2002 08:52:23 -0800 (PST) Received: from vscan (glow.dt1.binity.net [172.23.18.1]) by glow.binity.net (Postfix) with ESMTP id F3B7755B5 for ; Wed, 20 Mar 2002 17:52:21 +0100 (CET) Received: from there (silver.dt1.binity.net [172.23.3.20]) by glow.binity.net (Postfix) with SMTP id 44BF354CF for ; Wed, 20 Mar 2002 17:52:20 +0100 (CET) Content-Type: text/plain; charset="iso-8859-1" From: Walter Hop Message-Id: <200203201749.08396@silver.dt1.binity.net> To: freebsd-questions@FreeBSD.ORG Subject: Re: ipfw rules: dangerous rules? Date: Wed, 20 Mar 2002 17:52:11 +0100 X-Mailer: KMail [version 1.3.2] References: <3C992774.D763B085@froekjaer.org> <20020320160349.GB27566@icarus.slightlystrange.org> In-Reply-To: <20020320160349.GB27566@icarus.slightlystrange.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by glow.binity.net (amavis-perl-11-sky2) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [in reply to Daniel Bye, Wednesday 20 March 2002 17:03] [Proposed ruleset to allow DNS] > > ipfw add allow udp from any to DNS-IP 53 out via INTERFACE > > ipfw add allow udp from DNS-IP 53 to any in via INTERFACE Wouldn't this ruleset allow evil people to send udp packets from their port 53 to an arbitrary UDP port on this box, and possibly reach local services such as rpc, nfs and smb by this rule? Or am I being paranoid? :) walter -- Walter Hop | +31 6 24290808 | PGP keyid 0x84813998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 8:53:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tiscalinet.it (mail-1.tiscalinet.it [195.130.225.147]) by hub.freebsd.org (Postfix) with ESMTP id 9514737B417 for ; Wed, 20 Mar 2002 08:53:37 -0800 (PST) Received: from [217.133.244.87] (217.133.244.87) by mail.tiscalinet.it (5.5.057) id 3C985B2800022E70 for questions@freebsd.org; Wed, 20 Mar 2002 17:53:34 +0100 Received: (qmail 2546 invoked by uid 1000); 20 Mar 2002 16:20:01 -0000 Date: Wed, 20 Mar 2002 17:20:01 +0100 From: Francesco Casadei To: Mike Dewhirst Cc: "'questions@freebsd.org'" Subject: Re: restricting users Message-ID: <20020320172001.D2375@goku.kasby> References: <0B0368CED76DD4118E1200D0B73E9B5D041E9F4F@MAIL1> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="oj4kGyHlBMXGt3Le" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <0B0368CED76DD4118E1200D0B73E9B5D041E9F4F@MAIL1>; from Dewhirst.M@UCLES.org.uk on Mon, Mar 18, 2002 at 02:47:18PM -0000 X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --oj4kGyHlBMXGt3Le Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 18, 2002 at 02:47:18PM -0000, Mike Dewhirst wrote: > What is the standard practice for creating user accounts that are very > restricted, e.g. just login, home dir access + cvs - no read access of /e= tc, > /, etc. >=20 > Many thanks in advance for any advice, >=20 > Mike Dewhirst >=20 >=20 > This message was written in plain text mode.=20 > Everything below the dotted line was not=20 > written by the author of this email.=20 > ----------------------=20 >=20 >=20 > =3D********************************************************** >=20 > If you are not the intended recipient, employee or agent responsible for = delivering the message to the intended recipient, you are hereby notified t= hat any dissemination or copying of this communication and its attachments = is strictly prohibited. >=20 > If you have received this communication and its attachments in error, ple= ase return the original message and attachments to the sender using the rep= ly facility on e-mail. >=20 > Internet communications are not secure and therefore the UCLES Group does= not accept legal responsibility for the contents of this message. Any vie= ws or opinions presented are solely those of the author and do not necessar= ily represent those of the UCLES Group unless otherwise specifically stated. >=20 > This footnote also confirms that this email message has been swept by > MIMEsweeper for the presence of computer viruses although this does not g= uarantee that this email is virus free. >=20 > **********************************************************=3D >=20 > end of the original message man jail Francesco Casadei --=20 You can download my public key from http://digilander.iol.it/fcasadei/ or retrieve it from a keyserver (pgpkeys.mit.edu, wwwkeys.pgp.net, ...) Key fingerprint is: 1671 9A23 ACB4 520A E7EE 00B0 7EC3 375F 164E B17B --oj4kGyHlBMXGt3Le Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD4DBQE8mLaxfsM3XxZOsXsRAlBbAJdcHqvTRg7m4iCql7t6ICQEnLIBAKDCjgXc HYzcN/tY8qc1roZgKSC2xg== =1nqx -----END PGP SIGNATURE----- --oj4kGyHlBMXGt3Le-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 8:53:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tiscalinet.it (mail-1.tiscalinet.it [195.130.225.147]) by hub.freebsd.org (Postfix) with ESMTP id 110FC37B416 for ; Wed, 20 Mar 2002 08:53:37 -0800 (PST) Received: from [217.133.244.87] (217.133.244.87) by mail.tiscalinet.it (5.5.057) id 3C985B2800022E77 for freebsd-questions@freebsd.org; Wed, 20 Mar 2002 17:53:35 +0100 Received: (qmail 2504 invoked by uid 1000); 20 Mar 2002 16:03:18 -0000 Date: Wed, 20 Mar 2002 17:03:18 +0100 From: Francesco Casadei To: krzysztof Strzelczyk Cc: freebsd-questions@freebsd.org Subject: Re: Wierd kernel error : microuptime() Message-ID: <20020320170318.C2375@goku.kasby> Mail-Followup-To: krzysztof Strzelczyk , freebsd-questions@freebsd.org References: <20020319184208.52012.qmail@web14801.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="pAwQNkOnpTn9IO2O" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020319184208.52012.qmail@web14801.mail.yahoo.com>; from cs052279@yahoo.com on Tue, Mar 19, 2002 at 10:42:08AM -0800 X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --pAwQNkOnpTn9IO2O Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 19, 2002 at 10:42:08AM -0800, krzysztof Strzelczyk wrote: > Hello, >=20 > I get a bunch of these messages in my > /var/log/messages. Can anybody lend a hand? >=20 > Mar 19 12:00:21 gunter /kernel: microuptime() went > backwards (21066.869612 -> 21066.-694512256) > Mar 19 12:00:22 gunter /kernel: microuptime() went > backwards (21066.905498 -> 21066.899193) > Mar 19 12:00:22 gunter /kernel: microuptime() went > backwards (21066.952671 -> 21066.936580) >=20 > There is a value called kern.timecounter.method. When > I do a sysctl this value is set to 0. Does this have > something to do with it?? >=20 > Thanks > -Chris >=20 >=20 > __________________________________________________ > Do You Yahoo!? > Yahoo! Sports - live college hoops coverage > http://sports.yahoo.com/ >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 > end of the original message Search the list, there are a lot of threads about microuptime(). Francesco Casadei --=20 You can download my public key from http://digilander.iol.it/fcasadei/ or retrieve it from a keyserver (pgpkeys.mit.edu, wwwkeys.pgp.net, ...) Key fingerprint is: 1671 9A23 ACB4 520A E7EE 00B0 7EC3 375F 164E B17B --pAwQNkOnpTn9IO2O Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8mLLGfsM3XxZOsXsRArcnAKCljdR6GO7hbjlLj8OV702DkGo+SQCeOGTm G3x4IVTVVMEcc8T9rVA0ay8= =Q40X -----END PGP SIGNATURE----- --pAwQNkOnpTn9IO2O-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 8:53:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tiscalinet.it (mail-1.tiscalinet.it [195.130.225.147]) by hub.freebsd.org (Postfix) with ESMTP id 0B3AB37B400 for ; Wed, 20 Mar 2002 08:53:37 -0800 (PST) Received: from [217.133.244.87] (217.133.244.87) by mail.tiscalinet.it (5.5.057) id 3C985B2800022E67 for freebsd-questions@FreeBSD.org; Wed, 20 Mar 2002 17:53:33 +0100 Received: (qmail 2589 invoked by uid 1000); 20 Mar 2002 16:43:29 -0000 Date: Wed, 20 Mar 2002 17:43:29 +0100 From: Francesco Casadei To: Dmitry Mottl Cc: freebsd-questions@FreeBSD.org Subject: Re: mbufs, nmbclusters Message-ID: <20020320174329.E2375@goku.kasby> Mail-Followup-To: Dmitry Mottl , freebsd-questions@FreeBSD.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="3O1VwFp74L81IIeR" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from dima@sinp.msu.ru on Mon, Mar 18, 2002 at 06:14:23PM +0300 X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --3O1VwFp74L81IIeR Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 18, 2002 at 06:14:23PM +0300, Dmitry Mottl wrote: > Hi >=20 > How can I find which program uses a lot of kernel mbufs and nmbclusters? > Is the maximum number of nmbclusters that can be occupied by program is > N*(net.inet.tcp.sendspace+net.inet.tcp.recvspace)/2048, where N is number > of tcp connections opened by the program? >=20 > Thank you >=20 > Best regards, > Dmitry Mottl >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 > end of the original message =46rom tuning(7) manual page: [...] kern.ipc.nmbclusters may be adjusted to increase the number of network mbufs the system is willing to allocate. Each cluster represents appr= ox=AD imately 2K of memory, so a value of 1024 represents 2M of kernel memory reserved for network buffers. You can do a simple calculation to figu= re out how many you need. If you have a web server which maxes out at 10= 00 simultaneous connections, and each connection eats a 16K receive and 1= 6K send buffer, you need approximate 32MB worth of network buffers to deal with it. A good rule of thumb is to multiply by 2, so 32MBx2 =3D 64MB= /2K =3D 32768. So for this case you would want to set kern.ipc.nmbclusters to 32768. We recommend values between 1024 and 4096 for machines with mo= d=AD erates amount of memory, and between 4096 and 32768 for machines with greater amounts of memory. Under no circumstances should you specify = an arbitrarily high value for this parameter, it could lead to a boot-time crash. The -m option to netstat(1) may be used to observe network clu= s=AD ter use. Older versions of FreeBSD do not have this tunable and requi= re that the kernel config(8) option NMBCLUSTERS be set instead. [...] So I would say yes the number of nmbclusters is: N*(net.inet.tcp.sendspace+net.inet.tcp.recvspace)/2048 Francesco Casadei --=20 You can download my public key from http://digilander.iol.it/fcasadei/ or retrieve it from a keyserver (pgpkeys.mit.edu, wwwkeys.pgp.net, ...) Key fingerprint is: 1671 9A23 ACB4 520A E7EE 00B0 7EC3 375F 164E B17B --3O1VwFp74L81IIeR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8mLwxfsM3XxZOsXsRAjyVAKCzBGAc9IoumepA1MH7jj4RnLkSAgCdHL4E xtLn6j/TP2dnFG2DYZruBXw= =VpW0 -----END PGP SIGNATURE----- --3O1VwFp74L81IIeR-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 9: 0:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nixon.modlogic.com (modlogic.com [207.139.197.110]) by hub.freebsd.org (Postfix) with ESMTP id 4226937B400 for ; Wed, 20 Mar 2002 09:00:31 -0800 (PST) Received: from brettxp (CPE0080c6f98523.cpe.net.cable.rogers.com [24.102.144.205]) by nixon.modlogic.com (8.11.6/8.11.5) with ESMTP id g2KH2ui25241 for ; Wed, 20 Mar 2002 12:02:56 -0500 (EST) (envelope-from brett@modlogic.com) From: "Brett Jackson" To: Subject: df showing strange info Date: Wed, 20 Mar 2002 12:00:27 -0500 Message-ID: <03a401c1d030$bcf07f50$0301a8c0@brettxp> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On a newly installed 4.5-R system (dual ppro200, scsi system) I get the following output from df -h.. why is that? Where is all that missing storage space? Disregard the time/date.. it's an old Compaq prostation with a messed up battery... FreeBSD blackfly.xxx.com 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Fri Dec 31 03:08:17 EST 1999 xxx@blackfly.xxx.com:/usr/src/sys/compile/BLACKFLY i386 Filesystem Size Used Avail Capacity Mounted on /dev/da0s1a 197M 42M 139M 23% / /dev/da1s1e 98M 1.8M 89M 2% /tmp /dev/da1s1g 4.0G 2.1G 1.5G 58% /usr /dev/da0s1f 985M 32K 906M 0% /usr/home /dev/da1s1f 98M 2.0K 91M 0% /usr/tmp /dev/da0s1e 708M 1.1M 650M 0% /var procfs 4.0K 4.0K 0B 100% /proc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 9: 1:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdomng1.kundenserver.de (moutvdomng1.kundenserver.de [212.227.126.181]) by hub.freebsd.org (Postfix) with ESMTP id D2F2937B400 for ; Wed, 20 Mar 2002 09:01:07 -0800 (PST) Received: from [195.20.224.219] (helo=mrvdom03.kundenserver.de) by moutvdomng1.kundenserver.de with esmtp (Exim 3.22 #2) id 16njSU-0007ba-00 for questions@freebsd.org; Wed, 20 Mar 2002 18:01:06 +0100 Received: from [80.134.224.211] (helo=www.soulmanager.com) by mrvdom03.kundenserver.de with esmtp (Exim 2.12 #2) id 16njST-0003m6-00 for questions@FreeBSD.org; Wed, 20 Mar 2002 18:01:05 +0100 X-Sender: april@soulmanager.com From: soulmanager.com To: questions@FreeBSD.org Date: Wed, 20 Mar 2002 18:20:00 +0100 Subject: Mehr Demokratie-Info Nr. 26 Organization: aktiva Internet & Marketing Services MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bundesweiter Newsletter der Bürgeraktion Mehr Demokratie e.V. 20. März 2002 ***** INHALT ***************************************************************** 1. Volksentscheid morgen im Bundestag. Phoenix überträgt live. 2. Die Einwände der CDU/CSU unter der Lupe 3. Österreich: Volksbegehren für direkte Demokratie gestartet ***************************************************************** 1. Volksentscheid morgen im Bundestag. Phoenix überträgt live. ---------------------------------------------------------------------------- Vertraut der Bundestag den Bürgern? Eine erste Antwort auf diese Frage erhalten wir morgen. Der von SPD und Grünen vorgelegte Gesetzentwurf für bundesweite Volksinitiativen, Volksbegehren und Volksentscheide wird am Donnerstag (21.3.) in erster Lesung im Bundestag behandelt. Die Debatte ist für die Zeit von 14.15h bis 15.10h angesetzt. Der TV-Sender Phoenix (per Satellit oder Kabel zu empfangen) überträgt die Sitzung live. Die endgültige Entscheidung über den Gesetzentwurf fällt voraussichtlich Anfang Juni in der 2. und 3. Lesung. 2. Die Einwände der CDU/CSU unter der Lupe ---------------------------------------------------------------------------- Die Abgeordneten der CDU/CSU im Bundestag wollen nach ersten Reaktionen auf den Gesetzentwurf von SPD und Grünen dem Volksentscheid auf Bundesebene nicht zustimmen. Sie sehen die Gefahr einer Stimmungsdemokratie, befürchten die Aushöhlung des Föderalismus und die Schwächung der parlamentarischen Demokratie. Viele politische Fragen seien zu komplex. Mehr Demokratie hat die wichtigsten Einwände der Union unter die Lupe genommen. Unsere Stellungnahme können Sie nachlesen oder downloaden unter: http://www.mehr-demokratie.de/cdu-stellungnahme.htm 3. Österreich: Volksbegehren für direkte Demokratie gestartet ---------------------------------------------------------------------------- Auch bei unseren Nachbarn tut sich etwas in Sachen Volksabstimmung. Nachdem die Regierung ihr ursprünglich angekündigtes Vorhaben, die Volksgesetzgebung einzuführen, auf Eis gelegt hat, startet nun ein "Volksbegehren für Bürgerrechte durch mehr direkte Demokratie". In Österreich sind zwar Volksbegehren möglich, sie werden jedoch nur im Parlament behandelt und führen nicht zu einer Volksabstimmung. Das soll sich nun ändern. Hinter dem Antrag steht die "Initiative für mehr direkte Demokratie", die von Bürgergruppen und verschiedenen Persönlichkeiten unterstützt wird. -- Dies ist ein Service von Mehr Demokratie e.V., der Buergeraktion fuer bundesweite Volksabstimmungen. Falls Sie diesen Newsletter nicht mehr erhalten moechten, koennen Sie sich auf unserer Website austragen: [http://www.volksabstimmung.org/bu/newsletter.htm] Rueckfragen, Anregungen und Informationen bitte an: Ralph Kampwirth, presse@mehr-demokratie.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 9: 6:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from icarus.slightlystrange.org (icarus.slightlystrange.org [62.190.193.173]) by hub.freebsd.org (Postfix) with ESMTP id 2FEB737B417 for ; Wed, 20 Mar 2002 09:06:13 -0800 (PST) Received: from danielby by icarus.slightlystrange.org with local (Exim 3.12 #1 (Debian)) id 16njXK-0007Uf-00 for ; Wed, 20 Mar 2002 17:06:06 +0000 Date: Wed, 20 Mar 2002 17:06:06 +0000 From: Daniel Bye To: freebsd-questions@FreeBSD.ORG Subject: Re: ipfw rules: dangerous rules? Message-ID: <20020320170606.GD27566@icarus.slightlystrange.org> Reply-To: dan@slightlystrange.org Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <3C992774.D763B085@froekjaer.org> <20020320160349.GB27566@icarus.slightlystrange.org> <200203201749.08396@silver.dt1.binity.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200203201749.08396@silver.dt1.binity.net> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Mar 20, 2002 at 05:52:11PM +0100, Walter Hop wrote: > [in reply to Daniel Bye, Wednesday 20 March 2002 17:03] > > [Proposed ruleset to allow DNS] > > > ipfw add allow udp from any to DNS-IP 53 out via INTERFACE > > > ipfw add allow udp from DNS-IP 53 to any in via INTERFACE > > Wouldn't this ruleset allow evil people to send udp packets from their > port 53 to an arbitrary UDP port on this box, and possibly reach local > services such as rpc, nfs and smb by this rule? Or am I being paranoid? :) Agreed in principle. However, I think Paul intended for his rules to be altered to include the IP addresses of trusted name servers, and not to be left as "allow udp from any 53 to any in via tun0". I am sure there are plenty of people out there far cleverer than me who know of ways to make it even tighter, and I would like to hear any suggestions (I currently use a setup very much like this). And a little bit of paranoia is, IMO, a Good Thing! > > walter > > -- > Walter Hop | +31 6 24290808 | PGP keyid 0x84813998 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Cheers, Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 9:14:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from slate.dublin.wbtsystems.com (slate.dublin.wbtsystems.com [193.120.231.12]) by hub.freebsd.org (Postfix) with ESMTP id E62C237B421 for ; Wed, 20 Mar 2002 09:14:30 -0800 (PST) Received: from spiral (spiral.dublin.wbtsystems.com [193.120.231.190]) (authenticated bits=0) by slate.dublin.wbtsystems.com (8.12.2/8.12.2) with ESMTP id g2KHEMrh091506; Wed, 20 Mar 2002 17:14:23 GMT From: "Barry Byrne" To: "Brett Jackson" , Subject: RE: df showing strange info Date: Wed, 20 Mar 2002 17:14:08 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <03a401c1d030$bcf07f50$0301a8c0@brettxp> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Scanned-By: MIMEDefang 2.6 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Brett: df reports space available to users - however an amount is held in reserve that only root can write to. So the % available is actually a bit less than the total free space available. - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Brett Jackson > Sent: 20 March 2002 17:00 > To: questions@FreeBSD.ORG > Subject: df showing strange info > > > On a newly installed 4.5-R system (dual ppro200, scsi system) I get the > following output from df -h.. why is that? > Where is all that missing storage space? > Disregard the time/date.. it's an old Compaq prostation with a messed up > battery... > > FreeBSD blackfly.xxx.com 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Fri Dec 31 > 03:08:17 EST 1999 xxx@blackfly.xxx.com:/usr/src/sys/compile/BLACKFLY > i386 > > > Filesystem Size Used Avail Capacity Mounted on > /dev/da0s1a 197M 42M 139M 23% / > /dev/da1s1e 98M 1.8M 89M 2% /tmp > /dev/da1s1g 4.0G 2.1G 1.5G 58% /usr > /dev/da0s1f 985M 32K 906M 0% /usr/home > /dev/da1s1f 98M 2.0K 91M 0% /usr/tmp > /dev/da0s1e 708M 1.1M 650M 0% /var > procfs 4.0K 4.0K 0B 100% /proc > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 20 9:20:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by hub.freebsd.org (Postfix) with ESMTP id A2DB337B405 for ; Wed, 20 Mar 2002 09:20:37 -0800 (PST) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id g2KHKXp08799; Wed, 20 Mar 2002 19:20:33 +0200 Message-Id: <200203201720.g2KHKXp08799@lv.raad.tartu.ee> Received: from SpoolDir by INFO (Mercury 1.48); 20 Mar 02 19:19:28 +0200 From: "Toomas Aas" Organization: Tartu City Government To: "Bill Olson" , Date: Wed, 20 Mar 2002 19:19:23 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Apache In-reply-to: <004601c1cf75$176801e0$1201010a@suscom66> X-info: Headers changed by Barricade Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Bill! On 19 Mar 02 at 13:37 you wrote: > First, How can I make sure that my web site is not going to get the > Code Red 2 virus or anything like that? You've already made pretty much sure of that, by not running IIS and Microsoft server :-) All those worms you've read about only affect IIS. I guess it is theoretically possible to create a worm that attacks Apache, but in practice I haven't heard of any such thing. > Does FreeBSD come with a Virus scanner? There are some in ports, such as /usr/ports/security/drweb and /usr/ports/security/vscan. However, the main use of virus scanner on Un*x machine is if you run a mail server and don't want your users (who use POP3/IMAP programs on Windoze) to catch a virus via mail. Viruses that are able to infect FreeBSD itself don't seem to exist. > Second, Is there a way I can get this to come up on > startup? You need to create a startup script in /usr/local/etc/rc.d, but what exactly the script should look like, I leave for someone else to answer. > And lastly, Is there documentation I can read about > Frontpage? That seems more like a question for some Microsoft list. -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * Save the whales! Collect the whole set! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 9:35:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ralf.artlogix.com (sense-mcglk-240.oz.net [216.39.168.240]) by hub.freebsd.org (Postfix) with ESMTP id DD03537B400 for ; Wed, 20 Mar 2002 09:35:26 -0800 (PST) Received: by ralf.artlogix.com (Postfix, from userid 1000) id 5C5021B9C6E; Wed, 20 Mar 2002 09:38:15 -0800 (PST) To: questions@freebsd.org Subject: Crackers. From: Ken McGlothlen Date: 20 Mar 2002 09:38:14 -0800 Message-ID: <873cyvm96h.fsf@ralf.artlogix.com> Lines: 7 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I realize that I'm immune from this particular exploit: Mar 19 06:27:08 ralf rpc.statd: invalid hostname to sm_stat: ^X\M-w\M^?\M-?^X\M-w\M^?\M-?^Z\M-w\M^?\M-?^Z\M-w\M^?\M-?%8x%8x%8x%8x%8x%8x%8x%8x%8x%62716x%hn%51859x%hnM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^P I'd just like to know where these are coming from. Is there any way to get the IP addresses recorded in the logfiles other than packet filtering? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 9:45:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id A619937B404 for ; Wed, 20 Mar 2002 09:45:36 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Wed, 20 Mar 2002 17:40:38 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id ; Wed, 20 Mar 2002 17:40:38 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D041E9F72@MAIL1> From: Mike Dewhirst To: "'questions@freebsd.org'" Subject: FW: oracle 9i install problem (glibc ver, etc) Date: Wed, 20 Mar 2002 17:41:39 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1D036.7D9F7C60" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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_01C1D036.7D9F7C60 Content-Type: text/plain; charset="iso-8859-1" trying to install oracle9i, I got this: bash$ ./runInstaller bash$ ./runInstaller: /lib/libc.so.6: version `GLIBC_2.2' not found (required by ./runInstaller) So, I tried to upgrade my glibc. But I got this: # rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/rpm glibc-2.2.5-2.i386.rpm error: failed dependencies: ld.so < 1.9.9-9 conflicts with glibc-2.2.5-2 So, I tried to upgrade ld.so. But I got this: # rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/rpm ld.so-1.9.9-9.i386.rpm file /lib/ld-linux.so.1 from install of ld.so-1.9.9-9 conflicts with file from package ld.so-1.9.5-11 file /lib/ld.so from install of ld.so-1.9.9-9 conflicts with file from package ld.so-1.9.5-11 Now I'm stuck... Anybody got _any_ ideas?! I would be extremely greatful for anything advice/suggestions. Thanks in advance, Mike This message was written in plain text mode. Everything below the dotted line was not written by the author of this email. ---------------------- =********************************************************** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited. If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail. Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free. **********************************************************= ------_=_NextPart_001_01C1D036.7D9F7C60 Content-Type: text/html; charset="iso-8859-1" FW: oracle 9i install problem (glibc ver, etc)

trying to install oracle9i, I got this:

bash$ ./runInstaller
bash$ ./runInstaller: /lib/libc.so.6: version `GLIBC_2.2' not found (required by ./runInstaller)

So, I tried to upgrade my glibc. But I got this:

# rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/rpm glibc-2.2.5-2.i386.rpm
error: failed dependencies:
        ld.so < 1.9.9-9 conflicts with glibc-2.2.5-2

So, I tried to upgrade ld.so. But I got this:

# rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/rpm ld.so-1.9.9-9.i386.rpm
file /lib/ld-linux.so.1 from install of ld.so-1.9.9-9 conflicts with file from package ld.so-1.9.5-11
file /lib/ld.so from install of ld.so-1.9.9-9 conflicts with file from package ld.so-1.9.5-11

Now I'm stuck... Anybody got _any_ ideas?! I would be extremely greatful for anything advice/suggestions.

Thanks in advance,

Mike


This message was written in plain text mode.
Everything below the dotted line was not
written by the author of this email.
----------------------



=**********************************************************

If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited.

If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free.

**********************************************************=
------_=_NextPart_001_01C1D036.7D9F7C60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 9:57:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailserv.xpert.com (node-135.xpert.com [199.203.132.135]) by hub.freebsd.org (Postfix) with ESMTP id 5EB5637B41D for ; Wed, 20 Mar 2002 09:57:17 -0800 (PST) Received: by mailserv.xpert.com with Internet Mail Service (5.5.2650.21) id ; Wed, 20 Mar 2002 19:57:21 +0200 Message-ID: From: Yonatan Bokovza To: 'Ken McGlothlen' , questions@freebsd.org Subject: RE: Crackers. Date: Wed, 20 Mar 2002 19:57:20 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > -----Original Message----- > From: Ken McGlothlen [mailto:mcglk@artlogix.com] > Sent: Wednesday, March 20, 2002 19:38 > To: questions@freebsd.org > Subject: Crackers. > > > I realize that I'm immune from this particular exploit: > > Mar 19 06:27:08 ralf rpc.statd: invalid hostname to sm_stat: > ^X\M-w\M^?\M-?^X\M-w\M^?\M-?^Z\M-w\M^?\M-?^Z\M-w\M^?\M-?%8x%8x > %8x%8x%8x%8x%8x%8x%8x%62716x%hn%51859x%hnM-^PM-^PM-^PM-^PM-^PM > -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^ > PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM > -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^ > PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM > -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^ > PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM > -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^ > PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM > -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^ > PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM > -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^ > PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM > -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^ > PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM > -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^P > > I'd just like to know where these are coming from. Is there > any way to get the > IP addresses recorded in the logfiles other than packet filtering? Not by default IIRC. You should use something extra from the ports. I heartly suggest snort, but portsentry and friends will do just as good. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 10: 1:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tigger.pacehouse.com (adsl-63-202-82-115.dsl.snfc21.pacbell.net [63.202.82.115]) by hub.freebsd.org (Postfix) with ESMTP id 8C24C37B404 for ; Wed, 20 Mar 2002 10:01:47 -0800 (PST) Received: from localhost (jepace@localhost) by tigger.pacehouse.com (8.11.6/8.11.6) with ESMTP id g2KI1lI56102 for ; Wed, 20 Mar 2002 10:01:47 -0800 (PST) (envelope-from jepace@pobox.com) X-Authentication-Warning: tigger.pacehouse.com: jepace owned process doing -bs Date: Wed, 20 Mar 2002 10:01:47 -0800 (PST) From: "James E. Pace" X-X-Sender: jepace@tigger.pacehouse.com Reply-To: "James E. Pace" To: questions@freebsd.org Subject: rejected mail hosts? Message-ID: <20020320100018.Y55951-100000@tigger.pacehouse.com> X-Url: http://www.pobox.com/~jepace X-Pgp-Fingerprint: 8C E7 12 5A 3A 8C 5C 4D EC 15 7B 65 EA 82 D2 BF X-Pgp-Keyid: A49EA4D9 X-Files: The Truth Is Out There MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG What causes sendmail on FreeBSD to reject mail hosts? My daily security run spewed this out today, and I want that mail. Checking for rejected mail hosts: 3 garlic.com 1 satellitehealth.com 1 pobox.com 1 kidneycare.com 1 earthlink.net 1 aol.com Thanks, James This letter brought to you by: ************************************* ** "They that can give up James E. Pace ** ** essential liberty to http://www.PaceHouse.com/ ** ** obtain a little temporary ** ** safety deserve neither liberty nor safety." - B. Franklin ** ******************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 10: 7:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.wanadoo.nl (smtp2.wanadoo.nl [194.134.35.138]) by hub.freebsd.org (Postfix) with ESMTP id 2545537B417; Wed, 20 Mar 2002 10:07:42 -0800 (PST) Received: from ams-gw.sohara.org (p2431.vwr.wanadoo.nl [194.134.217.136]) by smtp2.wanadoo.nl (8.11.3/8.11.3) with SMTP id g2KI7VJ11774; Wed, 20 Mar 2002 19:07:32 +0100 (MET) Date: Wed, 20 Mar 2002 19:07:27 +0100 From: "Steve O'Hara-Smith" To: David Greenman Cc: mrcpu@internetcds.com, clash@tasam.com, questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Problems with large disk. (> 1 TB) Message-Id: <20020320190727.1cb65fac.steve@sohara.org> In-Reply-To: <20020319232049.W75496@nexus.root.com> References: <20020319131556.D99985@backmaster.cdsnet.net> <008901c1cf8c$be5d6f50$090510ac@gleason> <00b401c1cf8d$8960b7c0$090510ac@gleason> <20020319202137.U68606@backmaster.cdsnet.net> <20020320081439.74ca4530.steve@sohara.org> <20020319232049.W75496@nexus.root.com> X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.5) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 19 Mar 2002 23:20:49 -0800 David Greenman wrote: DG> >On Tue, 19 Mar 2002 20:21:37 -0800 DG> >Jaye Mathisen wrote: DG> > DG> >JM> I dont' need a 1 TB FS, I just need/wanted to be able to create DG> >JM> multiple partitions < 1TB on a disk/slice > 1TB in size. DG> > DG> > I posted the answer to the wrong question then - you will need DG> >multiple slices to do this with each under 1TB. DG> DG> That won't work either. FreeBSD cannot access blocks beyond 1TB on any DG> device. It doesn't matter how you 'slice' it up. I thought fdisk slices were separate devices to FreeBSD so it should be possible to put 1TB on each. Where did I go wrong this time, does FreeBSD need to see the whole drive as a single device too ? -- C:>WIN | Directable Mirrors The computer obeys and wins. |A Better Way To Focus The Sun You lose and Bill collects. | licenses available - see: | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 10:17:47 2002 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 03B7837B41B for ; Wed, 20 Mar 2002 10:17:42 -0800 (PST) Received: from dan.emsphone.com (dan@localhost [127.0.0.1]) by dan.emsphone.com (8.12.2/8.12.2) with ESMTP id g2KIHfib023448; Wed, 20 Mar 2002 12:17:41 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.2/8.12.2/Submit) id g2KIHew3023409; Wed, 20 Mar 2002 12:17:40 -0600 (CST) Date: Wed, 20 Mar 2002 12:17:39 -0600 From: Dan Nelson To: Mike Dewhirst Cc: "'questions@freebsd.org'" Subject: Re: oracle 9i install problem (glibc ver, etc) Message-ID: <20020320181739.GH40627@dan.emsphone.com> References: <0B0368CED76DD4118E1200D0B73E9B5D041E9F72@MAIL1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0B0368CED76DD4118E1200D0B73E9B5D041E9F72@MAIL1> User-Agent: Mutt/1.3.28i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Mar 20), Mike Dewhirst said: > So, I tried to upgrade ld.so. But I got this: > > # rpm -i --ignoreos --root /compat/linux --dbpath /var/lib/rpm > ld.so-1.9.9-9.i386.rpm > file /lib/ld-linux.so.1 from install of ld.so-1.9.9-9 conflicts with file from package ld.so-1.9.5-11 > file /lib/ld.so from install of ld.so-1.9.9-9 conflicts with file from package ld.so-1.9.5-11 Try rpm -U instead of -i; that should replace ld.so-1.9.5-11 with ld.so-1.9.9-9 -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 10:27:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smnolde.com (c-24-98-60-141.atl.client2.attbi.com [24.98.60.141]) by hub.freebsd.org (Postfix) with ESMTP id B0C4437B41A for ; Wed, 20 Mar 2002 10:27:52 -0800 (PST) Received: from bsd ([192.168.10.7] helo=bsd.smnolde.com) by smnolde.com with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.30 #1) id 16nkoT-0008eW-00 for freebsd-questions@freebsd.org; Wed, 20 Mar 2002 13:27:53 -0500 Received: from scott by bsd.smnolde.com with local (Exim 3.33 #1) id 16nkoQ-0006QU-00 for freebsd-questions@freebsd.org; Wed, 20 Mar 2002 13:27:50 -0500 Date: Wed, 20 Mar 2002 13:27:50 -0500 From: "Scott M. Nolde" To: freebsd-questions@freebsd.org Subject: FreeBSD IPSec <--> Cisco devices Message-ID: <20020320132750.A24157@smnolde.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-Disclaimer: If you can read this you're looking for too much Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Has anyone been able to set up isakmpd to talk to a cisco router? This would be tunnel mode between to hosts. Would racoon or isakmpd be preferred? Or am I beating a dead horse with Cisco isakmp? -- Scott Nolde GPG Key 0xD869AB48 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 10:37:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from server12.safepages.com (server12.safepages.com [216.127.146.26]) by hub.freebsd.org (Postfix) with ESMTP id 8353D37B419 for ; Wed, 20 Mar 2002 10:37:33 -0800 (PST) Received: from there (unknown [206.148.116.180]) by server12.safepages.com (Postfix) with SMTP id 21D801361FD for ; Wed, 20 Mar 2002 18:37:20 +0000 (GMT) Content-Type: text/plain; charset="iso-8859-1" From: "E. J. Cerejo" Reply-To: ejcerejo@yahoo.com To: freebsd-questions@freebsd.org Subject: Question about apache Date: Wed, 20 Mar 2002 13:37:47 -0500 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020320183720.21D801361FD@server12.safepages.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to setup a web server and I'm a little confused about this section of the httpd.conf which is in /usr/local/etc/apache, does this mean I should change the ServerRoot to this directory? # # ServerRoot: The top of the directory tree under which the server's # configuration, error, and log files are kept. # # NOTE! If you intend to place this on an NFS (or otherwise network) # mounted filesystem then please read the LockFile documentation # (available at ); # you will save yourself a lot of trouble. # ServerRoot "/usr/local" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 10:46:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.libertysurf.net (mail.libertysurf.net [213.36.80.91]) by hub.freebsd.org (Postfix) with ESMTP id 1C53C37B405 for ; Wed, 20 Mar 2002 10:46:15 -0800 (PST) Received: from mybox.athome.net (213.36.0.194) by mail.libertysurf.net (5.1.053) (authenticated as francis.gudin@libertysurf.fr) id 3C9898FD0000D3AB for freebsd-questions@freebsd.org; Wed, 20 Mar 2002 19:46:16 +0100 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Date: Wed, 20 Mar 2002 19:43:40 +0100 (CET) From: francis.gudin@libertysurf.fr To: freebsd-questions@freebsd.org Subject: Re-init of lpt's driver is possible ? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello there, First of all : my apologies for the words i'll use... i'm in love with FreeBSD for 8 months only. I've got a somewhat unusual need : i'd like to trigger the init code from /dev/lpt*'s driver, while running multi-user. Let me explain : lazyless makes me not seeking for one of these power cables, so i've got to switch between my CRT and the printer during boot-time. Not smart :( I tried and had a look at kernel's init sequence, but my C lessons are now far away, and hacking into FBSD's internals isn't so easy to me. So, i'd appreciate your suggestions about it : is there a signal i could send the kernel to force it redetecting my hardware (well, only the lpt subroutines) ? Maybe there's a function i could call, or something else ? Thank you very much, Francis. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 10:47:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts16-srv.bellnexxia.net (tomts16.bellnexxia.net [209.226.175.4]) by hub.freebsd.org (Postfix) with ESMTP id 74BA837B417 for ; Wed, 20 Mar 2002 10:47:30 -0800 (PST) Received: from scaryg.shacknet.nu ([64.231.142.145]) by tomts16-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020320184729.TDCJ12533.tomts16-srv.bellnexxia.net@scaryg.shacknet.nu>; Wed, 20 Mar 2002 13:47:29 -0500 Received: from localhost ([::1] helo=scaryg.shacknet.nu) by scaryg.shacknet.nu with smtp (Exim 3.34 #1) id 16nl7d-0008Ej-00; Wed, 20 Mar 2002 13:47:41 -0500 Date: Wed, 20 Mar 2002 13:47:40 -0500 From: ScaryG To: ejcerejo@yahoo.com Cc: freebsd-questions@freebsd.org Subject: Re: Question about apache Message-Id: <20020320134740.3c1e7c0d.freymann@scaryg.shacknet.nu> In-Reply-To: <20020320183720.21D801361FD@server12.safepages.com> References: <20020320183720.21D801361FD@server12.safepages.com> X-Mailer: Sylpheed version 0.7.2 (GTK+ 1.2.10; i386-portbld-freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 20 Mar 2002 13:37:47 -0500 "E. J. Cerejo" wrote: > I'm trying to setup a web server and I'm a little confused about this > section of the httpd.conf which is in /usr/local/etc/apache, does this > mean I should change the ServerRoot to this directory? > ServerRoot "/usr/local" It looks like your ServerRoot is /usr/local/etc -ger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 10:52:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-208-191-227-84.dsl.crchtx.swbell.net [208.191.227.84]) by hub.freebsd.org (Postfix) with ESMTP id DA97337B416 for ; Wed, 20 Mar 2002 10:52:34 -0800 (PST) Received: from SAGEONE (sageone [192.168.0.5]) by sage-one.net (8.11.6/8.11.6) with SMTP id g2KIqFm22734; Wed, 20 Mar 2002 12:52:15 -0600 (CST) (envelope-from admin@sage-one.net) Message-Id: <3.0.5.32.20020320125213.011ca300@mail.sage-one.net> X-Sender: admin@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Wed, 20 Mar 2002 12:52:13 -0600 To: ejcerejo@yahoo.com, freebsd-questions@FreeBSD.ORG From: Server Admin Subject: Re: Question about apache In-Reply-To: <20020320183720.21D801361FD@server12.safepages.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The "ServerRoot "/usr/local" is the proper setting..... At 01:37 PM 3.20.2002 -0500, E. J. Cerejo wrote: >I'm trying to setup a web server and I'm a little confused about this section >of the httpd.conf which is in /usr/local/etc/apache, does this mean I should >change the ServerRoot to this directory? > ># ># ServerRoot: The top of the directory tree under which the server's ># configuration, error, and log files are kept. ># ># NOTE! If you intend to place this on an NFS (or otherwise network) ># mounted filesystem then please read the LockFile documentation ># (available at ); ># you will save yourself a lot of trouble. ># >ServerRoot "/usr/local" > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > .... our website: http://www.sage-one.net/ Best regards, Jack L. Stone Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 11: 6:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from root.com (nexus.root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 633AF37B400; Wed, 20 Mar 2002 11:06:43 -0800 (PST) Received: (from dg@localhost) by root.com (8.11.2/8.11.2) id g2KJ6lP98253; Wed, 20 Mar 2002 11:06:47 -0800 (PST) (envelope-from dg) Date: Wed, 20 Mar 2002 11:06:47 -0800 From: David Greenman To: "Steve O'Hara-Smith" Cc: mrcpu@internetcds.com, clash@tasam.com, questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Problems with large disk. (> 1 TB) Message-ID: <20020320110647.A96231@nexus.root.com> References: <20020319131556.D99985@backmaster.cdsnet.net> <008901c1cf8c$be5d6f50$090510ac@gleason> <00b401c1cf8d$8960b7c0$090510ac@gleason> <20020319202137.U68606@backmaster.cdsnet.net> <20020320081439.74ca4530.steve@sohara.org> <20020319232049.W75496@nexus.root.com> <20020320190727.1cb65fac.steve@sohara.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020320190727.1cb65fac.steve@sohara.org>; from steve@sohara.org on Wed, Mar 20, 2002 at 07:07:27PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >DG> >JM> multiple partitions < 1TB on a disk/slice > 1TB in size. >DG> > >DG> > I posted the answer to the wrong question then - you will need >DG> >multiple slices to do this with each under 1TB. >DG> >DG> That won't work either. FreeBSD cannot access blocks beyond 1TB on any >DG> device. It doesn't matter how you 'slice' it up. > > I thought fdisk slices were separate devices to FreeBSD so it should >be possible to put 1TB on each. Where did I go wrong this time, does FreeBSD >need to see the whole drive as a single device too ? They're only seperate devices in the same sense that a different partition is a different device. In both cases this is just a software abstraction. FreeBSD internally calculates an offset within the whole disk when individual slices/partitions are accessed, so the underlying whole device must be less that 1TB as well. Fixing this requires updating the kernel all the way from the device drivers to the highest levels in the kernel, and even some system applications. -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org President, TeraSolutions, Inc. - http://www.terasolutions.com President, Download Technologies, Inc. - http://www.downloadtech.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 11:19:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cpdvg100.netaddress.usa.net (cpdvg100.netaddress.usa.net [165.212.8.100]) by hub.freebsd.org (Postfix) with SMTP id 64EC337B41D for ; Wed, 20 Mar 2002 11:19:43 -0800 (PST) Received: (qmail 19268 invoked from network); 20 Mar 2002 19:20:08 -0000 Received: from imapcorp.postoffice.net (HELO uadvg201.cms.usa.net) (165.212.11.132) by corprelay.cms.usa.net with SMTP; 20 Mar 2002 19:20:08 -0000 Received: USA.NET MXFirewall, messaging filters applied; Wed, 20 Mar 2002 19:17:37 GMT Received: from uadvg137.cms.usa.net [165.212.8.17] by uadvg132.cms.usa.net via mtad (CM.1201.1.04A) with ESMTP id 043gcTTRG0157M32; Wed, 20 Mar 2002 19:17:32 GMT Message-ID: <20020320191934.27596.qmail@uadvg137.cms.usa.net> Received: from 165.212.20.56 [165.212.20.56] by uwdvg017.cms.usa.net (USANET web-mailer CM.1201.3.01A); Wed, 20 Mar 2002 19:19:34 -0000 Date: Wed, 20 Mar 2002 12:19:34 -0700 From: joshua To: "Morse, Richard E." , Subject: Re: [RE: Network issues...] X-Mailer: USANET web-mailer (CM.1201.3.01A) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG check the nic in the server and/or the switch/hub/router that it is plugged into. getting an error telling you there is no buffer space would probably mean that the receive or transmit buffer was full (was a backup running at the time?) and that it was dropping packets. what did tcpdump show you? joshua "Morse, Richard E." wrote: > Now I'm even more confused. It seems to have reappeared on the network= =2E > Between the last time I tried to ping (and received the error messages)= and this > time (when it all worked) the only command that had to do with the netw= ork that > I ran was tcpdump... > = > Still looking for ideas, > Ricky > = > -----Original Message----- > From: Morse, Richard E. = > Sent: Tuesday 19 March 2002 9:33 AM > To: 'questions@freebsd.org' > Subject: Network issues... > = > = > Hi! last night at around 1:36 in the morning, my freebsd backup server= dropped > off the network. No error messages are to be found in any of the files= in > /var/log, and amanda just notes "data timeout"s. When I try to 'ping' = any > address, I get the following error: > = > ping: sendto: no buffer space available > = > The green light on the ethernet card (showing that there is a link) is = lit. > = > Can anyone shed any light on this? > = > Thanks, > Ricky > = > ----------------------------------------------------- > Richard Morse System Administrator = > MGH Biostatistics Center 50 Staniford St. Rm 560 > remorse@partners.org 617/724-9830 > = > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > = > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ------------------------------------------------------------ Joshua Smith, CCNA, CCNP Data Center Technician USA.NET "Walk with me through the Universe, And along the way see how all of us are Connected. Feast the eyes of your Soul, On the Love that abounds. In all places at once, seemingly endless, Like your own existence." - Stephen Hawking - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 11:29: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 4A1DF37B416; Wed, 20 Mar 2002 11:28:57 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id g2KJSfZ85089; Wed, 20 Mar 2002 11:28:41 -0800 (PST) (envelope-from dillon) Date: Wed, 20 Mar 2002 11:28:41 -0800 (PST) From: Matthew Dillon Message-Id: <200203201928.g2KJSfZ85089@apollo.backplane.com> To: David Greenman Cc: "Steve O'Hara-Smith" , mrcpu@internetcds.com, clash@tasam.com, questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Problems with large disk. (> 1 TB) References: <20020319131556.D99985@backmaster.cdsnet.net> <008901c1cf8c$be5d6f50$090510ac@gleason> <00b401c1cf8d$8960b7c0$090510ac@gleason> <20020319202137.U68606@backmaster.cdsnet.net> <20020320081439.74ca4530.steve@sohara.org> <20020319232049.W75496@nexus.root.com> <20020320190727.1cb65fac.steve@sohara.org> <20020320110647.A96231@nexus.root.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :> I thought fdisk slices were separate devices to FreeBSD so it should :>be possible to put 1TB on each. Where did I go wrong this time, does FreeBSD :>need to see the whole drive as a single device too ? : : They're only seperate devices in the same sense that a different partition :is a different device. In both cases this is just a software abstraction. :FreeBSD internally calculates an offset within the whole disk when individual :slices/partitions are accessed, so the underlying whole device must be less :that 1TB as well. Fixing this requires updating the kernel all the way from :the device drivers to the highest levels in the kernel, and even some system :applications. : :-DG : :David Greenman :Co-founder, The FreeBSD Project - http://www.freebsd.org I don't know if we will ever be able to fix this in -stable, but Kirk is planning on changing block numbers from 32 to 64 bits in -current as part of his UFS64 work. I don't think he's tackled the disklabel issue yet, but I presume that he will. Until then we are effectively limited to 1TB of physical storage per logical drive. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 11:32:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id A547637B404 for ; Wed, 20 Mar 2002 11:32:40 -0800 (PST) Received: by peitho.fxp.org (Postfix, from userid 1206) id 95A0013667; Wed, 20 Mar 2002 14:32:38 -0500 (EST) Date: Wed, 20 Mar 2002 14:32:38 -0500 From: Bob Bomar To: questions@freebsd.org Subject: xinit not found Message-ID: <20020320193238.GA7711@peitho.fxp.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.24i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am still haveing trouble getting X to start. When I shut X down, I get this message: xinit: No such file or directory (errno 2): unexpected signal 2 fly# which xinit /usr/X11R6/bin/xinit Its there, and X starts, but X will just have a high pitched whine, and have horizontal lines that appear -- |------------------------------------| | Bob Bomar | | bulldog@fxp.org | | http://fly.homeunix.org/~bob | |====================================| | FreeBSD: The Power to Serve | | http://www.FreeBSD.org | |------------------------------------| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 11:35:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from iron.alexin.ca (iron.alexin.ca [216.123.166.206]) by hub.freebsd.org (Postfix) with ESMTP id DDB3B37B404 for ; Wed, 20 Mar 2002 11:35:27 -0800 (PST) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Best Hardware? Disposition-Notification-To: "Steve Barkey" X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Wed, 20 Mar 2002 14:33:48 -0500 Message-ID: <6F23C7A733C4E94DB92C77EF1C6DA4D94438@iron.alexin.ca> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Best Hardware? Thread-Index: AcHQRmJdc0dwDo8SQdGfePiHyWGZSg== From: "Steve Barkey" To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello! As many of us do frequently I am building a FreeBSD server, and want to select the best possible parts to use. I am hoping to use an AMD chip and put it all in 1U. Any recommendations for motherboards? Also; I have had issues with RealTEK cards (who hasn't) and am not afraid to spend money on 3 good NICs for the server. What's the best all around card. PPPoE support and longevity is more important than speed. What's best? 3com? Intel? Thanks! Steve B. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 11:40:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp011.mail.yahoo.com (smtp011.mail.yahoo.com [216.136.173.31]) by hub.freebsd.org (Postfix) with SMTP id 73E6C37B416 for ; Wed, 20 Mar 2002 11:40:26 -0800 (PST) Received: from bara?zani (AUTH login) at unknown (HELO moti) (bara?zani@12.27.148.78) by smtp.mail.vip.sc5.yahoo.com with SMTP; 20 Mar 2002 19:40:25 -0000 Message-ID: <05fe01c1d047$677d87e0$fd6e34c6@moti> From: "Bara Zani" To: Subject: Any1 using metalog ? Date: Wed, 20 Mar 2002 14:42:43 -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.50.4522.1200 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 11:43:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mbox.com.au (203-134-146-019.cust.pth.iprimus.net.au [203.134.146.19]) by hub.freebsd.org (Postfix) with ESMTP id 2905F37B446 for ; Wed, 20 Mar 2002 11:42:18 -0800 (PST) Received: from nms2.mbox.com.au (webmail.mbox.com.au [192.168.20.4]) by smtp2.mbox.com.au (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0GTA0096KEJ1PJ@smtp2.mbox.com.au> for freebsd-questions@FreeBSD.ORG; Thu, 21 Mar 2002 03:37:54 +0800 (WST) Received: from mbox.com.au ([127.0.0.1]) by nms2.mbox.com.au (Netscape Messaging Server 4.15) with ESMTP id GTAEL002.IIR; Thu, 21 Mar 2002 03:39:00 +0800 Date: Thu, 21 Mar 2002 06:39:00 +1100 From: BSD Freak Subject: Re: File system layout with multiple jails To: Scott Bolte , FreeBSD Questions Message-id: <23ae4a023b002c.23b002c23ae4a0@mbox.com.au> MIME-version: 1.0 X-Mailer: Netscape Webmail Content-type: text/plain; charset=us-ascii Content-language: en Content-disposition: inline Content-transfer-encoding: 7BIT X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sure I'll help beta test.... ----- Original Message ----- From: Scott Bolte Date: Thursday, March 21, 2002 1:30 am Subject: Re: File system layout with multiple jails > I'm turning it into a package over the next few weeks. If > you want to be a beta tester let me know. > > Scott > > On Tue, 19 Mar 2002 21:23:52 +1100, BSD Freak wrote: > > Very clever! Would you mind posting the contents of scripts on > the this > > list or perhaps on somewhere on the web. It would be very helpful > to > > many I think....... > > > > ----- Original Message ----- > > From: Scott Bolte > > Date: Thursday, February 14, 2002 11:59 pm > > Subject: Re: File system layout with multiple jails > > > > > On Thu, 14 Feb 2002 17:44:14 +1100, BSD Freak wrote: > > > > Hi everyone, > > > > > > > > Does anyone have any bright ideas for good file system > layouts > > > when > > > > running multiple jails? > > > > > > I won't say they are bright, but the ideas reflected in > > > this layout are working well for me: > > > > > > /jails/ Home for most jail related material. Note I do not > > > backup /jails every night as I do other partitions. > > > (I do backup /data every night and you'll see below > > > how I make use of that in a jail.) > > > > > > /jails is its own partition so if it fills, it will > > > not cause problems for the host system. > > > > > > /jails/{jail_X}/ > > > The root for one specific jail. Of course if you > > > have sets of jails, then /jails/jail_A/{cell_1,cell_2} > > > and /jails/jail_B/{cell_10,cell_11} where cell_# > > > is actually the root directory works well for > > > keeping them well organized. > > > > > > /jails/etc/rc.d/ > > > Startup scripts (e.g. jail_X.sh) for all jails. > > > > > > If you augment $local_startup in /etc/rc.conf to > > > include /jails/etc/rc.d then all the jails will be > > > started automatically. > > > > > > /jails/bin/ > > > Jail management scripts. > > > > > > .../bin/JAIL_CTL.sh A generic start, stop, enter, trace, > > > ps script. Each jail's startup > > > script sets a bunch of environment > > > variables and then calls JAIL_CTL. > > > > > > .../bin/jail_clone duplicates a jail. > > > > > > .../bin/jail_ps runs ps for all the processes in > > > a specific jail. > > > > > > /jails/var/trace/ > > > Home for kdump traces of jail execution. > > > > > > /jails/template/ > > > A reference jail that I can clone in a few minutes > > > time. Much easier then running (make world) every > > > time I need a new jail. > > > > > > /data/jails/{jail_X}/ > > > If there is a /data/jails/{jail_X} present, then > > > it is automatically mounted as /jails/{jail_X}/data > > > when the jail is started. That way the /data > > > directory in a jail can be treated separately then > > > from the rest of the jail. > > > > > > One caveat if you do this. Multiple jails, each > > > with their own uid space, will rapidly overlap in > > > the host's uid space. To avoid this, my jail creation > > > script hashes the jail's IP address to create a > > > (relatively) unique starting point for that jail's > > > uids. That starting uid is placed in the jail's > > > /et chances that uids will collide. > > > > > > /data/jails/{jail_X}/home/ > > > Symlink to /data/home (in the jail of course). If > > > /data/jails/{jail_X} is mounted on the jail's /data, > > > then the home partition in the jail is actually > > > coming from /data of the host and therefore will > > > be backed up on a regular basis. > > > > > > /data/jails/{jail_X}/proc/ > > > If it is present, then /proc is mounted on this > > > directory when a jail is started and unmounted when > > > it is stopped. > > > > > > > > > > How do I stop /var/log in one the jails from filling up the > > > whole drive > > > > and affecting the rest without giving each jail it's own > partition?> > > > > > > Is it possible to some how set a quota on how large a > particular > > > > directory can get? > > > > > > About all I can think of is to make a directory, and all its > > > subordinate directories, owned by a specific user. You can > > > then have per user quotas. > > > > > > For the specific example of /var/log, you'd have to set the > > > user to be root_X. If you then set the user-ID-on-execution > > > bit (see chmod(1) or chmod(2)) for /var/log so all new files > > > and directories created under it would also be owned by root_X. > > > > > > I suspect you'd have to pre-populate your /var/log directory > > > and chown everything to root_X. If you then change everything > > > there to have world write permissions then root in the jail > > > can update the files. Having world write access is a bad > > > idea, but it's your trade-off to consider. > > > > > > > > > Scott > > > > > > > ------------------------------------------------------------------ > --- > > Would you like to receive faxes to your personal email address? > > You can with mBox. Visit http://www.mbox.com.au/fax > > --------------------------------------------------------------------- Never lose a fax again, receive faxes to your personal email account! Visit http://www.mbox.com.au/fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 11:46:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mbox.com.au (203-134-146-019.cust.pth.iprimus.net.au [203.134.146.19]) by hub.freebsd.org (Postfix) with ESMTP id 795AC37B405 for ; Wed, 20 Mar 2002 11:46:10 -0800 (PST) Received: from nms2.mbox.com.au (webmail.mbox.com.au [192.168.20.4]) by smtp2.mbox.com.au (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0GTA009A1EPRPJ@smtp2.mbox.com.au> for freebsd-questions@FreeBSD.ORG; Thu, 21 Mar 2002 03:41:51 +0800 (WST) Received: from mbox.com.au ([127.0.0.1]) by nms2.mbox.com.au (Netscape Messaging Server 4.15) with ESMTP id GTAERQ03.BFF; Thu, 21 Mar 2002 03:43:02 +0800 Date: Thu, 21 Mar 2002 06:43:02 +1100 From: BSD Freak Subject: Re: VPN tunnels using gif interface To: jimd@nepinc.com, FreeBSD Questions Message-id: <23ae5d623b1528.23b152823ae5d6@mbox.com.au> MIME-version: 1.0 X-Mailer: Netscape Webmail Content-type: text/plain; charset=us-ascii Content-language: en Content-disposition: inline Content-transfer-encoding: 7BIT X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've got it now. Must be due to some weirdo routing issue between our ISP's. I still can't access it directly but I managed to access it by using one of those anonymous proxy servers. Thanks very much for your help and effort, it is much appreciated. ----- Original Message ----- From: Jim Durham Date: Thursday, March 21, 2002 2:40 am Subject: Re: VPN tunnels using gif interface > On Wednesday 20 March 2002 12:11 am, you wrote: > > Still seems to be down is the URL http://jcdurham.com/freebsd ? > > > > > I can't explain what is going on. > > I'm at work right now, completely different network, ISP, etc and > it's right there. > > Sounds like some wierd nameserver problem. Can you ping it? > > OK... I scp'd it from home. I'm attaching it. > > -Jim > > > --------------------------------------------------------------------- Never lose a fax again, receive faxes to your personal email account! Visit http://www.mbox.com.au/fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 11:48: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from noname.csdl.lt (noname.csdl.lt [194.176.40.182]) by hub.freebsd.org (Postfix) with SMTP id 22C4D37B400 for ; Wed, 20 Mar 2002 11:48:05 -0800 (PST) Received: (qmail 88331 invoked by uid 1000); 20 Mar 2002 19:48:03 -0000 Date: Wed, 20 Mar 2002 21:48:03 +0200 From: Paulius Bulotas To: freebsd-questions@FreeBSD.ORG Subject: Re: ipfw rules Message-ID: <20020320194803.GA88168@kaktusas.org> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <3C992774.D763B085@froekjaer.org> <200203201744.15491@silver.dt1.binity.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200203201744.15491@silver.dt1.binity.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, On 02 03 20, Walter Hop wrote: > ipfw add 03300 allow udp from me to 194.109.6.66 53 keep-state via tun0 > ipfw add 03301 allow udp from me to 194.109.9.99 53 keep-state via tun0 possibly I could be wrong, but does udp supports keep-state? udp is connectionless protocol, as far as I remember ;) so these rules are wrong (but still could be working, just keep-state is not useful?) Paulius To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 11:51:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.vatyx.com (216-210-236-27.atgi.net [216.210.236.27]) by hub.freebsd.org (Postfix) with SMTP id A59C937B405 for ; Wed, 20 Mar 2002 11:51:12 -0800 (PST) Received: (qmail 28862 invoked from network); 20 Mar 2002 20:01:56 -0000 Received: from 216-210-236-26.atgi.net (HELO netadmin) (216.210.236.26) by 216-210-236-27.atgi.net with SMTP; 20 Mar 2002 20:01:56 -0000 Message-ID: <00f501c1d049$926ef5e0$1717a8c0@netadmin> From: "Casey Dinsmore" To: Subject: subscribe Date: Wed, 20 Mar 2002 11:58:14 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG subscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 11:51:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from imo-m01.mx.aol.com (imo-m01.mx.aol.com [64.12.136.4]) by hub.freebsd.org (Postfix) with ESMTP id 1D4A737B41A for ; Wed, 20 Mar 2002 11:51:40 -0800 (PST) Received: from Roger534@aol.com by imo-m01.mx.aol.com (mail_out_v32.5.) id n.a8.871d48e (4214) for ; Wed, 20 Mar 2002 14:51:36 -0500 (EST) From: Roger534@aol.com Message-ID: Date: Wed, 20 Mar 2002 14:51:35 EST Subject: Will this work? To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="part1_a8.871d48e.29ca4247_boundary" X-Mailer: AOL 6.0 for Windows XP US sub 50 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --part1_a8.871d48e.29ca4247_boundary Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit I recently came across a boxed copy of FreeBSD 4.2 on the "clearance table" at a local office supply store. My old PC is a 90MHz Pentium with 24 MB RAM and a 503 MB hard drive. I bought the box (it was only $17) - would converting my old PC to a UNIX-only machine as a hobby be a practical idea? --part1_a8.871d48e.29ca4247_boundary Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: 7bit I recently came across a boxed copy of FreeBSD 4.2 on the "clearance table" at a local office supply store. My old PC is a 90MHz Pentium with 24 MB RAM and a 503 MB hard drive. I bought the box (it was only $17) - would converting my old PC to a UNIX-only machine as a hobby be a practical idea? --part1_a8.871d48e.29ca4247_boundary-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 11:54:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id EDC4B37B419 for ; Wed, 20 Mar 2002 11:54:38 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g2KJsQC67705; Thu, 21 Mar 2002 07:54:26 +1200 (NZST) (envelope-from jonc) Date: Thu, 21 Mar 2002 07:54:26 +1200 From: Jonathan Chen To: Roger534@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Will this work? Message-ID: <20020321075426.A67303@grimoire.chen.org.nz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from Roger534@aol.com on Wed, Mar 20, 2002 at 02:51:35PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Mar 20, 2002 at 02:51:35PM -0500, Roger534@aol.com wrote: > I recently came across a boxed copy of FreeBSD 4.2 on the "clearance table" > at a local office supply store. My old PC is a 90MHz Pentium with 24 MB RAM > and a 503 MB hard drive. I bought the box (it was only $17) - would > converting my old PC to a UNIX-only machine as a hobby be a practical idea? Yup. The machine spec is enough to run FreeBSD. -- Jonathan Chen ---------------------------------------------------------------------- Power corrupts, Absolute Power is pretty neat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 11:55:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.vatyx.com (216-210-236-27.atgi.net [216.210.236.27]) by hub.freebsd.org (Postfix) with SMTP id 8152337B400 for ; Wed, 20 Mar 2002 11:55:54 -0800 (PST) Received: (qmail 29201 invoked from network); 20 Mar 2002 20:06:38 -0000 Received: from 216-210-236-26.atgi.net (HELO netadmin) (216.210.236.26) by 216-210-236-27.atgi.net with SMTP; 20 Mar 2002 20:06:38 -0000 Message-ID: <011f01c1d04a$3a7de110$1717a8c0@netadmin> From: "Casey Dinsmore" To: Subject: System drive on RAID 1 with ccd Date: Wed, 20 Mar 2002 12:02:56 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is it possible to mirror your system drive with ccd? I read the handbook, and have successfully mounted a secondary partition as a mirror volume, but am unsure how to mirror my main system drive. Any points to docs or help would be appreciated. Thanks, Casey Dinsmore To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 11:56:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from aji.wilshire.net (worm.wilshire.net [64.161.77.242]) by hub.freebsd.org (Postfix) with ESMTP id 72A6037B404 for ; Wed, 20 Mar 2002 11:56:43 -0800 (PST) Received: from emilyd (emilyd.wilshire.net [10.100.123.20]) by aji.wilshire.net (8.11.1/8.11.1) with SMTP id g2KJmfx72428 for ; Wed, 20 Mar 2002 11:48:46 -0800 (PST) From: "Riley J. McIntire" To: "FreeBSD Questions" Subject: Compiling 3rd party apache module Date: Wed, 20 Mar 2002 11:56:36 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings: I'm trying to get coldfusion 5.0 for linux running on freebsd 4.5 with redhat 7.1 emulation. The cf binary runs ok but the apache module doesn't--using the supplied mod_coldfusion_EAPI.so didn't work. apache complained about various linux libraries--when they were supplied it still failed. Don't recall the messages or SOs offhand from last week. But it seemed to me that the module expected the Red Hat apache, not the 1.3.23 with mod_ssl built on fbsd. So I tried compiling the supplied module using apxs.redhat and now get a nice core dump when starting apache: root@zumwalt# apachectl start Bus error - core dumped /usr/local/sbin/apachectl start: httpd could not be started Then I tried to add support in the Makefile for apache 1.3.23 with mod_ssl (the first attempt had this additional line: "--enable-shared=coldfusion.c") CONFIGURE_ARGS= --prefix=${PREFIX} \ --server-uid=www \ --enable-shared=max \ --enable-module=ssl \ --enable-module=define \ --add-module=/usr/local/coldfusion/webserver/apache/src/mod_ coldfusion.c And get this: #make + adding selected modules o rewrite_module uses ConfigStart/End enabling DBM support for mod_rewrite o db_auth_module uses ConfigStart/End using Berkeley-DB/1.x for mod_auth_db (-lc) o ssl_module uses ConfigStart/End + SSL interface: mod_ssl/2.8.6 + SSL interface build type: DSO + SSL interface compatibility: enabled + SSL interface experimental code: disabled + SSL interface conservative code: disabled + SSL interface vendor extensions: disabled + SSL interface plugin: Vendor DBM (libc) + SSL library path: [SYSTEM] + SSL library version: OpenSSL 0.9.6a 5 Apr 2001 + SSL library type: installed package (system-wide) o coldfusion_module uses ConfigStart/End + using -lC -lcf for mod_coldfusion + enabling Extended API (EAPI) using MM library for EAPI: (system-wide) + using builtin Expat + checking sizeof various data types + doing sanity check on compiler and options ** A test compilation with your Makefile configuration ** failed. The below error output from the compilation ** test will give you an idea what is failing. Note that ** Apache requires an ANSI C Compiler, such as gcc. cd ..; c -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DD EFAULT_PATH=\"/usr/local/bin:/bin:/usr/bin\" -DACCEPT_FILTER_NAME=\"httprea dy\" -funsigned-char -DMOD_SSL=208106 -DEAPI -DEAPI_MM -DUSE_EXPAT -I./lib/e xpat-lite -O -pipe `./apaci` -I/usr/local/include -L/usr/local/lib -o helpers/dummy helpers/dummy.c -lcrypt -lC -lcf -lmm /usr/libexec/elf/ld: cannot find -lC *** Error code 1 Stop in /var/data/usr/ports/www/apache13-modssl/work/apache_1.3.23/src/helpers. ======== Error Output for sanity check ======== ============= End of Error Report ============= Is there hope? Am I on the right track? If so how do I add the module? tia, Riley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 11:58:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gromit.dlib.vt.edu (gromit.dlib.vt.edu [128.173.49.29]) by hub.freebsd.org (Postfix) with ESMTP id E8C3137B400; Wed, 20 Mar 2002 11:58:32 -0800 (PST) Received: (from paul@localhost) by gromit.dlib.vt.edu (8.11.6/8.11.6) id g2KJw1n98752; Wed, 20 Mar 2002 14:58:01 -0500 (EST) (envelope-from paul) Date: Wed, 20 Mar 2002 14:58:01 -0500 From: Paul Mather To: Matthew Dillon Cc: David Greenman , "Steve O'Hara-Smith" , mrcpu@internetcds.com, clash@tasam.com, questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Problems with large disk. (> 1 TB) Message-ID: <20020320195801.GH52241@gromit.dlib.vt.edu> References: <20020319131556.D99985@backmaster.cdsnet.net> <008901c1cf8c$be5d6f50$090510ac@gleason> <00b401c1cf8d$8960b7c0$090510ac@gleason> <20020319202137.U68606@backmaster.cdsnet.net> <20020320081439.74ca4530.steve@sohara.org> <20020319232049.W75496@nexus.root.com> <20020320190727.1cb65fac.steve@sohara.org> <20020320110647.A96231@nexus.root.com> <200203201928.g2KJSfZ85089@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <200203201928.g2KJSfZ85089@apollo.backplane.com> User-Agent: Mutt/1.3.28i X-No-Archive: yes X-Operating-System: FreeBSD/i386 4.5-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Mar 20, 2002 at 11:28:41AM -0800, Matthew Dillon wrote: => I don't know if we will ever be able to fix this in -stable, but Kirk is => planning on changing block numbers from 32 to 64 bits in -current => as part of his UFS64 work. I don't think he's tackled the disklabel => issue yet, but I presume that he will. => => Until then we are effectively limited to 1TB of physical storage per => logical drive. Is this even the case when using >512-byte fragments? In NetBSD, for example, you are limited to 1 TB filesystems when using 512-byte fragments, but up to 4 TB if using 2 KB fragments... Cheers, Paul. e-mail: paul@gromit.dlib.vt.edu "Without music to decorate it, time is just a bunch of boring production deadlines or dates by which bills must be paid." --- Frank Vincent Zappa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 12: 7:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gurudom.ramax.com (h24-68-240-50.cg.shawcable.net [24.68.240.50]) by hub.freebsd.org (Postfix) with SMTP id BDECE37B400 for ; Wed, 20 Mar 2002 12:07:33 -0800 (PST) Received: (qmail 46944 invoked from network); 20 Mar 2002 20:07:33 -0000 Received: from unknown (HELO bismark.io.sys.ramax.com) (10.0.0.1) by netopia.io.sys with SMTP; 20 Mar 2002 20:07:33 -0000 To: "Riley J. McIntire" Cc: FreeBSD Questions Subject: Re: Compiling 3rd party apache module References: From: Alex Rodioukov Date: 20 Mar 2002 13:07:32 -0700 In-Reply-To: Message-ID: <87sn6vm29n.fsf@bismark.io.sys> Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Riley J. McIntire" writes: > Greetings: > > I'm trying to get coldfusion 5.0 for linux running on freebsd 4.5 with > redhat 7.1 emulation. The cf binary runs ok but the apache module > doesn't--using the supplied mod_coldfusion_EAPI.so didn't work. apache > complained about various linux libraries--when they were supplied it still > failed. Don't recall the messages or SOs offhand from last week. But it > seemed to me that the module expected the Red Hat apache, not the 1.3.23 > with mod_ssl built on fbsd. [...] Are you using native FreeBSD Apache binaries (compiled from ports)? If so, there is no way you can make Apache use CF's .so, since FreeBSD and Linux binaries/libraries does not mix. What you probably can do is to install Apache linux binaries (from RPMs or something like that) under Linux emulation and try to run CF with that. > Riley Regards, Alex. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 12:10: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl4-t33.citlink.net [207.173.249.33]) by hub.freebsd.org (Postfix) with ESMTP id 8B57D37B416 for ; Wed, 20 Mar 2002 12:09:57 -0800 (PST) Received: from tagalong (unknown [165.107.42.248]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 04A81EE609; Wed, 20 Mar 2002 12:09:56 -0800 (PST) Message-ID: <004201c1d04b$34466dc0$f82a6ba5@lc.ca.gov> From: "Drew Tomlinson" To: "Chip Wiegand" Cc: , References: <002001c1cfa4$c7282e50$1c01a8c0@lc.ca.gov> <20020319193926.7df0ceb3.chip@wiegand.org> Subject: Re: rc.conf Date: Wed, 20 Mar 2002 12:09:55 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Chip Wiegand" To: "Drew Tomlinson" Cc: ; Sent: Tuesday, March 19, 2002 11:39 AM Subject: Re: rc.conf > I happen to recall there is a way to re-read, or restart, whatever you > want to call it, rc.conf, and it does not involve rebooting at all. It > has to do with sending a sighup or some such thing to process 1, I > believe. That's the problem, I can't remember how. I know it's gotta be > in the archives, but after an hour of searching I gave up, there's just > too many irrelevant results. Thanks for the info. Please let me know if you find an answer. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 12:12:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 481E437B404; Wed, 20 Mar 2002 12:12:32 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id g2KKCRN85650; Wed, 20 Mar 2002 12:12:27 -0800 (PST) (envelope-from dillon) Date: Wed, 20 Mar 2002 12:12:27 -0800 (PST) From: Matthew Dillon Message-Id: <200203202012.g2KKCRN85650@apollo.backplane.com> To: Paul Mather Cc: David Greenman , "Steve O'Hara-Smith" , mrcpu@internetcds.com, clash@tasam.com, questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Problems with large disk. (> 1 TB) References: <20020319131556.D99985@backmaster.cdsnet.net> <008901c1cf8c$be5d6f50$090510ac@gleason> <00b401c1cf8d$8960b7c0$090510ac@gleason> <20020319202137.U68606@backmaster.cdsnet.net> <20020320081439.74ca4530.steve@sohara.org> <20020319232049.W75496@nexus.root.com> <20020320190727.1cb65fac.steve@sohara.org> <20020320110647.A96231@nexus.root.com> <200203201928.g2KJSfZ85089@apollo.backplane.com> <20020320195801.GH52241@gromit.dlib.vt.edu> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :Is this even the case when using >512-byte fragments? In NetBSD, for :example, you are limited to 1 TB filesystems when using 512-byte :fragments, but up to 4 TB if using 2 KB fragments... : :Cheers, : :Paul. The UFS filesystem's block numbering is based on the fragment size, so UFS itself can handle bigger storage. But the blocks still have to be converted to sector-sized numbers when the request hits the underlying disk device. So, ultimately, we are limited by the physical sector size. There are also a few places in the kernel where we 'normalize' block numbers into DEV_BSIZE'd chunks. DEV_BSIZE is 512 bytes. This may or may not interfere with a filesystem talking to a large-sectored hard drive, I don't know. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 12:15: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id B39EA37B417 for ; Wed, 20 Mar 2002 12:15:01 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id 961CE901A00; Wed, 20 Mar 2002 15:13:44 -0500 (EST) Date: Wed, 20 Mar 2002 15:13:44 -0500 From: mpd To: Drew Tomlinson Cc: Chip Wiegand , freebsd-questions@freebsd.org, tim@lost.net.au Subject: Re: rc.conf Message-ID: <20020320151344.A59778@rochester.rr.com> References: <002001c1cfa4$c7282e50$1c01a8c0@lc.ca.gov> <20020319193926.7df0ceb3.chip@wiegand.org> <004201c1d04b$34466dc0$f82a6ba5@lc.ca.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <004201c1d04b$34466dc0$f82a6ba5@lc.ca.gov>; from drew@mykitchentable.net on Wed, Mar 20, 2002 at 12:09:55PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Mar 20, 2002 at 12:09:55PM -0800, Drew Tomlinson wrote: > ----- Original Message ----- > From: "Chip Wiegand" > To: "Drew Tomlinson" > Cc: ; > Sent: Tuesday, March 19, 2002 11:39 AM > Subject: Re: rc.conf > > > > I happen to recall there is a way to re-read, or restart, whatever you > > want to call it, rc.conf, and it does not involve rebooting at all. It > > has to do with sending a sighup or some such thing to process 1, I > > believe. That's the problem, I can't remember how. I know it's gotta > be > > in the archives, but after an hour of searching I gave up, there's > just > > too many irrelevant results. > > Thanks for the info. Please let me know if you find an answer. Is there a reason to not just run it? It's just a shell script. > > Drew mike -- ___________________________________________________________ "WE WERE LUCKY TO GET OUR GROCERIES BEFORE THEY ALSO CAUGHT ON FIRE!!!" - Little Girl from "THE GROCERY STORE IS ON FIRE" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 12:18:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.happcontrols.com (mail.happcontrols.com [12.15.19.237]) by hub.freebsd.org (Postfix) with ESMTP id 0A24937B41A for ; Wed, 20 Mar 2002 12:18:50 -0800 (PST) Received: from CONDOR.happcontrols.com (sniper.happcontrols.com [12.15.19.193]) by mail.happcontrols.com (8.12.1/8.12.1) with ESMTP id g2KKFZJm035106; Wed, 20 Mar 2002 14:15:35 -0600 (CST) Message-Id: <5.1.0.14.0.20020320141307.029fb830@mail.happcontrols.com> X-Sender: ben@mail.happcontrols.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 20 Mar 2002 14:15:35 -0600 To: mpd , Drew Tomlinson From: Ben Kadish Subject: Re: rc.conf Cc: Chip Wiegand , freebsd-questions@FreeBSD.ORG, tim@lost.net.au In-Reply-To: <20020320151344.A59778@rochester.rr.com> References: <004201c1d04b$34466dc0$f82a6ba5@lc.ca.gov> <002001c1cfa4$c7282e50$1c01a8c0@lc.ca.gov> <20020319193926.7df0ceb3.chip@wiegand.org> <004201c1d04b$34466dc0$f82a6ba5@lc.ca.gov> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 At 03:13 PM 3/20/2002 -0500, mpd wrote: Is there a reason to not just run it? It's just a shell script. The reason not to just run it is that it sets variables used by other rc scripts at boot time, so simply running it would have no impact on the decisions it controls. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (MingW32) Comment: For info see http://www.gnupg.org iD8DBQE8mO3X+rGZAmHbI54RAq8DAJ4skQgfDTXh1rkUYvnz6ZMOdJUItQCfVV1Q 4KKwz2gnU4RSCgebmNT4hxY= =zuPa -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 12:32:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 112CE37B400 for ; Wed, 20 Mar 2002 12:32:42 -0800 (PST) Received: from barbish ([63.70.155.117]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com; Wed, 20 Mar 2002 15:32:40 -0500 From: "Joe & Fhe Barbish" To: "Brendan McAlpine" Cc: "FBSDQ" Subject: RE: stray irq message Date: Wed, 20 Mar 2002 15:32:39 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This has nothing to do with the printer. I have the printer and it's irq disabled in the pc bios and removed from the kernel and I still get it. It comes out when either an external or internal modem is used. This has been around for many many years and makes FBSD look like an inferior operating system. There has been more that enough time to correct this bogus message. Just because it causes no outward errors is not an acceptable reason to let it continue year after year and release after release. If you want a good laugh read the FBSD FAQ on the irq7 message. If everybody would submit a software bug report maybe the pressure of notoriety will get some action. Go to http://www.freebsd.org/send-pr.html and report it. I have. Lets get it fixed in 5.0 when it comes out. Let the maintainers know what you think. You the users have a voice, let it be heard. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Brendan McAlpine Sent: Wednesday, March 20, 2002 10:22 AM To: Dale Morris; freebsd-questions@FreeBSD.ORG Subject: Re: stray irq message I used to get this message a lot on my box. In my case, the problem was with the parallel port. I didn't have a printer set up, but the port was turned on in the bios and configured in the kernel, so it caused some problems. I just turned off the port and the problem disappeared. Brendan > From: Dale Morris > Date: Tue, 19 Mar 2002 15:54:11 -0800 > To: freebsd-questions@FreeBSD.ORG > Subject: stray irq message > > This keeps appearing in console messages when I log out: > > Mar 19 15:31:38 lymond su: dlm to root on /dev/ttyp0 > Mar 19 15:37:10 lymond /kernel: stray irq 7 > Mar 19 15:37:10 lymond /kernel: stray irq 7 > Mar 19 15:37:39 lymond last message repeated 4 times > Mar 19 15:37:39 lymond /kernel: too many stray irq 7's; not logging any > more > Mar 19 15:37:39 lymond last message repeated 4 times > Mar 19 15:37:39 lymond /kernel: too many stray irq 7's; not logging any > more > > I'm baffled.. where do I look to fix this? > > thanks in advance > dale > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 20 12:38:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from PHSEXCHICO2.Partners.org (phsexchico2.partners.org [170.223.254.20]) by hub.freebsd.org (Postfix) with ESMTP id 7D6A037B400 for ; Wed, 20 Mar 2002 12:38:08 -0800 (PST) Received: by phsexchico2.partners.org with Internet Mail Service (5.5.2650.21) id ; Wed, 20 Mar 2002 15:38:08 -0500 Message-ID: <375F68784081D511908A00508BE3BB17DDDCC3@phsexch22.mgh.harvard.edu> From: "Morse, Richard E." To: 'joshua' , questions@freebsd.org Subject: RE: [RE: Network issues...] Date: Wed, 20 Mar 2002 15:38:05 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! Yes -- there was a backup running at the time that it dropped off the network. Unfortunately, I didn't think to redirect the output of tcpdump to a file, so I don't really know what it said. If it happens again, I will bear this in mind, and try to grab the output. Thanks! Ricky -----Original Message----- From: joshua [mailto:spl1t_h0r1z0n@usa.net] Sent: Wednesday 20 March 2002 2:20 PM To: Morse, Richard E.; questions@freebsd.org Subject: Re: [RE: Network issues...] check the nic in the server and/or the switch/hub/router that it is plugged into. getting an error telling you there is no buffer space would probably mean that the receive or transmit buffer was full (was a backup running at the time?) and that it was dropping packets. what did tcpdump show you? joshua "Morse, Richard E." wrote: > Now I'm even more confused. It seems to have reappeared on the network. > Between the last time I tried to ping (and received the error messages) and this > time (when it all worked) the only command that had to do with the network that > I ran was tcpdump... > > Still looking for ideas, > Ricky > > -----Original Message----- > From: Morse, Richard E. > Sent: Tuesday 19 March 2002 9:33 AM > To: 'questions@freebsd.org' > Subject: Network issues... > > > Hi! last night at around 1:36 in the morning, my freebsd backup server dropped > off the network. No error messages are to be found in any of the files in > /var/log, and amanda just notes "data timeout"s. When I try to 'ping' any > address, I get the following error: > > ping: sendto: no buffer space available > > The green light on the ethernet card (showing that there is a link) is lit. > > Can anyone shed any light on this? > > Thanks, > Ricky > > ----------------------------------------------------- > Richard Morse System Administrator > MGH Biostatistics Center 50 Staniford St. Rm 560 > remorse@partners.org 617/724-9830 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ------------------------------------------------------------ Joshua Smith, CCNA, CCNP Data Center Technician USA.NET "Walk with me through the Universe, And along the way see how all of us are Connected. Feast the eyes of your Soul, On the Love that abounds. In all places at once, seemingly endless, Like your own existence." - Stephen Hawking - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" 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 Mar 20 13: 6:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from noname.csdl.lt (noname.csdl.lt [194.176.40.182]) by hub.freebsd.org (Postfix) with SMTP id E449137B404 for ; Wed, 20 Mar 2002 13:06:53 -0800 (PST) Received: (qmail 89691 invoked by uid 1000); 20 Mar 2002 21:06:52 -0000 Date: Wed, 20 Mar 2002 23:06:52 +0200 From: Paulius Bulotas To: questions@freebsd.org Subject: gnomepilot, gettext-0.10.40 and ja.po Message-ID: <20020320210652.GB89577@kaktusas.org> Mail-Followup-To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, what's the difference between gettext-0.10.35 (old) and gettext-0.10.40 which causes gnomepilot build fail on ja.po (with error string something like invalid double byte characters [or something])? Regards, Paulius To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 13: 9: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web11706.mail.yahoo.com (web11706.mail.yahoo.com [216.136.172.72]) by hub.freebsd.org (Postfix) with SMTP id 64B2337B400 for ; Wed, 20 Mar 2002 13:09:03 -0800 (PST) Message-ID: <20020320210903.38596.qmail@web11706.mail.yahoo.com> Received: from [209.140.253.2] by web11706.mail.yahoo.com via HTTP; Wed, 20 Mar 2002 13:09:03 PST Date: Wed, 20 Mar 2002 13:09:03 -0800 (PST) From: Tim Erlin Subject: Re: How do I switch between window managers? To: Brendan McAlpine , 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG There's a file in your home directory called .xinitrc that contains commands to run when you startx. If you're currently using KDE, it probably contains 'startkde' That's where you'd look. Not sure what the appropriate command for Gnome is...but Windowmaker (another, very good window manager) is 'exec wmaker' --Tim --- Brendan McAlpine wrote: > Hey all > > I just installed KDE and Gnome on my machine and I was > wondering how I go > about switching between them. Right now when I start X, > KDE is the manager. > I would like to go with Gnome. Is there a command to > switch between window > managers? > > TIA > > Brendan > __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.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 Mar 20 13:13: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from aji.wilshire.net (worm.wilshire.net [64.161.77.242]) by hub.freebsd.org (Postfix) with ESMTP id DFDFF37B400 for ; Wed, 20 Mar 2002 13:13:00 -0800 (PST) Received: from emilyd (emilyd.wilshire.net [10.100.123.20]) by aji.wilshire.net (8.11.1/8.11.1) with SMTP id g2KL4dx73171; Wed, 20 Mar 2002 13:04:39 -0800 (PST) From: "Riley J. McIntire" To: "Alex Rodioukov" Cc: "FreeBSD Questions" Subject: RE: Compiling 3rd party apache module Date: Wed, 20 Mar 2002 13:12:34 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-reply-to: <87sn6vm29n.fsf@bismark.io.sys> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Are you using native FreeBSD Apache binaries (compiled from ports)? If > so, there is no way you can make Apache use CF's .so, since FreeBSD > and Linux binaries/libraries does not mix. What you probably can do is > to install Apache linux binaries (from RPMs or something like that) > under Linux emulation and try to run CF with that. > > > Riley > > Regards, > Alex. That one thing I was considering...but the source code for the CF .so is supplied--can't I build that with the apache port? My understanding of ../apache13-mod_ssl/.../README.configure makes me think so. Hence I tried this in the apache Makefile: --add-module=/usr/local/coldfusion/webserver/apache/src/mod_coldfusion.c I'd like to avoid the redhat apache binaries if at all possible. Thanks, Riley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 13:14: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id 33F2A37B425 for ; Wed, 20 Mar 2002 13:13:49 -0800 (PST) Received: from [192.168.1.100] ([24.126.81.6]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020320211348.IZFC1147.rwcrmhc52.attbi.com@[192.168.1.100]> for ; Wed, 20 Mar 2002 21:13:49 +0000 User-Agent: Microsoft-Entourage/9.0.2509 Date: Wed, 20 Mar 2002 13:13:48 -0800 Subject: Inactive Memory Creep From: Steve 1 To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey All, I have an odd problem that I cannot figure out. Running top shows the inactive memory on my machine creeps steadily upwards. Currently up 7 days Mem: 26M Active, 545M Inact, 56M Wired, 4K Cache, 112M Buf, 376M Free Swap: 1028M Total, 1028M Free Luckily I have a machine with a gig of ram so I have plenty of headroom. I run almost no services (BSD-AMP) on the machine so I am puzzled as to what is using the space and not giving it up, or is this an OS thing? Suggestions? Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 13:15:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.simrad.no (mail.simrad.no [193.69.73.2]) by hub.freebsd.org (Postfix) with ESMTP id 0C71937B439 for ; Wed, 20 Mar 2002 13:14:36 -0800 (PST) To: dan@slightlystrange.org Cc: freebsd-questions@freebsd.org Subject: Re: mouse is jerky MIME-Version: 1.0 X-Mailer: Lotus Notes Build M11_11052001 Beta 4 November 05, 2001 Message-ID: From: chip.wiegand@simrad.com Date: Wed, 20 Mar 2002 13:14:34 -0800 X-MIMETrack: Serialize by Router on S_INET01/S_EXT(Release 5.0.6a |January 17, 2001) at 20.03.2002 22:14:40, Serialize complete at 20.03.2002 22:14:40 Content-Type: multipart/alternative; boundary="=_alternative 0074B60288256B82_=" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multipart message in MIME format. --=_alternative 0074B60288256B82_= Content-Type: text/plain; charset="US-ASCII" owner-freebsd-questions@FreeBSD.ORG wrote on 03/20/2002 08:08:25 AM: > On Wed, Mar 20, 2002 at 07:58:51AM -0800, chip.wiegand@simrad.com wrote: > > I have two boxes on my desk, one is fbsd 4.5 and the other NT, and a kvm > > switch between > > them. When I switch to fbsd the mouse is jerky and difficult to point to > > small specific areas, > > I can't do image work at all because of this. In NT it is smooth. > > Any ideas why and how I can fix this? > > > > -- > > Chip Wiegand > > Computer Services > > Simrad, Inc > > www.simrad.com > > chip.wiegand@simrad.com > > > > "There is no reason anyone would want a computer in their home." > > --Ken Olson, president, chairman and founder of Digital Equipment > > Corporation, 1977 > > (They why do I have 7? Somebody help me!) > > From memory, there are two mouse drivers for FreeBSD - one for the console, > and the other used by X. If you have both running concurrently, you may > see this sort of behaviour - if you plug your I/O stuff direct into the BSD > box, do you still get the same symptoms? If so, try killing the console > mouse driver (called moused, I think...) > > HTH > > Dan Well, I grep'd ps and there is only 1 entry for the mouse - moused -3 -p /dev I then killed that process and of course lost the mouse cursor. You know how hard it is to navigate kde without a mouse? Ridiculous, it is. Anyway, I did plug the mouse directory into the computer and it is still quite jerky. Doesn't matter which wm I use. -- Chip W --=_alternative 0074B60288256B82_= Content-Type: text/html; charset="US-ASCII"
owner-freebsd-questions@FreeBSD.ORG wrote on 03/20/2002 08:08:25 AM:

> On Wed, Mar 20, 2002 at 07:58:51AM -0800, chip.wiegand@simrad.com wrote:
> > I have two boxes on my desk, one is fbsd 4.5 and the other NT, and a kvm
> > switch between
> > them. When I switch to fbsd the mouse is jerky and difficult to point to
> > small specific areas,
> > I can't do image work at all because of this. In NT it is smooth.
> > Any ideas why and how I can fix this?
> >
> > --
> > Chip Wiegand
> > Computer Services
> > Simrad, Inc
> > www.simrad.com
> > chip.wiegand@simrad.com
> >
> > "There is no reason anyone would want a computer in their home."
> >      --Ken Olson, president, chairman and founder of Digital Equipment
> > Corporation, 1977
> >  (They why do I have 7? Somebody help me!)
>

> From memory, there are two mouse drivers for FreeBSD - one for the console,
> and the other used by X.  If you have both running concurrently, you may
> see this sort of behaviour - if you plug your I/O stuff direct into the BSD
> box, do you still get the same symptoms?  If so, try killing the console
> mouse driver (called moused, I think...)
>

> HTH
>

> Dan

Well, I grep'd ps and there is only 1 entry for the mouse - moused -3 -p /dev
I then killed that process and of course lost the mouse cursor. You know how
hard it is to navigate kde without a mouse? Ridiculous, it is.
Anyway, I did plug the mouse directory into the computer and it is still quite
jerky. Doesn't matter which wm I use.

--
Chip W --=_alternative 0074B60288256B82_=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 13:16:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from joshua.site-fx.net (ajhm54hby52pi.bc.hsia.telus.net [66.183.21.192]) by hub.freebsd.org (Postfix) with ESMTP id A446837B400 for ; Wed, 20 Mar 2002 13:16:14 -0800 (PST) Received: from [192.168.1.4] (gateway.site-fx.net [192.168.1.1]) by joshua.site-fx.net (8.12.1/8.11.4) with ESMTP id g2KLEYOt031265; Wed, 20 Mar 2002 13:14:34 -0800 (PST) Subject: Re: Mail Autoreply Tool From: "James A. Peltier" To: Server Admin Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <3.0.5.32.20020319202527.011ca300@mail.sage-one.net> References: <3.0.5.32.20020319202527.011ca300@mail.sage-one.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 20 Mar 2002 13:16:08 -0800 Message-Id: <1016658968.4712.4.camel@agent-orange.int.site-fx.net> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG you could use vacation as an autoresponder. It's what I do. Or you could setup a filter in your mail program to automatically send out an e-mail for each you recieve based on rules. - James On Tue, 2002-03-19 at 18:25, Server Admin wrote: > Under a BSDi sytem, I have a program called "autoreply" to autorespond to > emails, but what is a comparable program for FBSD...?? > > Under ports, the closest was this for "qmail" but I don't use qmail: > port: autorespond-2.0.2 > Path: /usr/ports/mail/autorespond > Info: Simple autoresponder for qmail > > Another is "mailagent" but that sounds like an MTA: > Port: mailagent-3.0.73 > Path: /usr/ports/mail/mailagent > Info: A sophisticated automatic mail-processing tool > > This has got to be an easy question, I just don't know the answer, nor has > google helped. > > Thanks anyone.... > > .... our website: http://www.sage-one.net/ > > Best regards, > > Jack L. Stone > Server Admin > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 20 13:34:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by hub.freebsd.org (Postfix) with SMTP id F21DA37B404 for ; Wed, 20 Mar 2002 13:34:12 -0800 (PST) Received: (qmail 69811 invoked from network); 20 Mar 2002 21:33:24 -0000 Received: from dsl092-171-091.wdc1.dsl.speakeasy.net (66.92.171.91) by dsl092-171-091.wdc1.dsl.speakeasy.net with SMTP; 20 Mar 2002 21:33:24 -0000 Date: Wed, 20 Mar 2002 16:33:24 -0500 (EST) From: Kenneth Culver To: Steve 1 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Inactive Memory Creep In-Reply-To: Message-ID: <20020320163252.G69701-100000@alpha.yumyumyum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is how it's supposed to work. If some other process needs memory, the memory on the Inactive list will be given to it. Ken On Wed, 20 Mar 2002, Steve 1 wrote: > Hey All, > > I have an odd problem that I cannot figure out. > > Running top shows the inactive memory on my machine creeps steadily upwards. > > Currently up 7 days > > Mem: 26M Active, 545M Inact, 56M Wired, 4K Cache, 112M Buf, 376M Free > Swap: 1028M Total, 1028M Free > > Luckily I have a machine with a gig of ram so I have plenty of headroom. I > run almost no services (BSD-AMP) on the machine so I am puzzled as to what > is using the space and not giving it up, or is this an OS thing? > > Suggestions? > > > Steve > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 20 13:34:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20509.mail.yahoo.com (web20509.mail.yahoo.com [216.136.226.144]) by hub.freebsd.org (Postfix) with SMTP id 78F6F37B419 for ; Wed, 20 Mar 2002 13:34:28 -0800 (PST) Message-ID: <20020320213428.52192.qmail@web20509.mail.yahoo.com> Received: from [136.185.151.143] by web20509.mail.yahoo.com via HTTP; Wed, 20 Mar 2002 13:34:28 PST Date: Wed, 20 Mar 2002 13:34:28 -0800 (PST) From: Bryan Curl Subject: cdrecord to ATAPI CDRW To: freebsd-questions MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1836022970-1016660068=:49766" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --0-1836022970-1016660068=:49766 Content-Type: text/plain; charset=us-ascii I'm looking for documentation on how to use cdrecord to an ATAPI drive. In my Linux box I had to make an alias entry in conf.modules, make entry in fstab with drive pointing to a syb link which pointd to a scd0 device. This all to trick cdrecord into thinking it was working with a scsi device. I'd be happy to go read about it somewhere if I could find the info, or if you have this set up already and can feed me some bullets to get me primed, that would be cool. Thanks, bryan, bryan@ampex.com, or bc3910@yahoo.com Mucho Gratis Bryan --bc3910@yahoo.com --------------------------------- Do You Yahoo!? Yahoo! Sports - live college hoops coverage --0-1836022970-1016660068=:49766 Content-Type: text/html; charset=us-ascii

I'm looking for documentation on how to use cdrecord to an ATAPI drive.

In my Linux box I had to make an alias entry in conf.modules, make entry in fstab with drive pointing to a syb link which pointd to a scd0 device. This all to trick cdrecord into thinking it was working with a scsi device.

I'd be happy to go read about it somewhere if I could find the info, or if you have this set up already and can feed me some bullets to get me primed, that would be cool.

Thanks, bryan, bryan@ampex.com, or bc3910@yahoo.com



Mucho Gratis
Bryan
--bc3910@yahoo.com



Do You Yahoo!?
Yahoo! Sports - live college hoops coverage --0-1836022970-1016660068=:49766-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 13:36:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tninet.se (sheridan.tninet.se [195.100.94.102]) by hub.freebsd.org (Postfix) with ESMTP id 0C81D37B400 for ; Wed, 20 Mar 2002 13:36:11 -0800 (PST) Received: from cs.umu.se (h27n1c1o1023.bredband.skanova.com [213.64.164.27]) by sheridan.tninet.se (BMR ErlangTM/OTP 3.0) with ESMTP id 931944.660160.1016.0s12516709sheridan ; Wed, 20 Mar 2002 22:36:00 +0100 Message-ID: <3C9900C1.DB3A632D@cs.umu.se> Date: Wed, 20 Mar 2002 22:36:01 +0100 From: Paul Everlund X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: sv,en MIME-Version: 1.0 To: Paulius Bulotas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ipfw rules References: <3C992774.D763B085@froekjaer.org> <200203201744.15491@silver.dt1.binity.net> <20020320194803.GA88168@kaktusas.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Paulius Bulotas wrote: > > On 02 03 20, Walter Hop wrote: > > ipfw add 03300 allow udp from me to 194.109.6.66 53 keep-state via tun0 > > ipfw add 03301 allow udp from me to 194.109.9.99 53 keep-state via tun0 > > possibly I could be wrong, but does udp supports keep-state? udp is > connectionless protocol, as far as I remember ;) so these rules are > wrong (but still could be working, just keep-state is not useful?) Keep state should work, even if it's a connectionless protocol. Setup will on the other hand not work. Keep state checks IP-addresses and ports so therefore it will work even with UDP. Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 13:38:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.wanadoo.nl (smtp1.wanadoo.nl [194.134.35.136]) by hub.freebsd.org (Postfix) with ESMTP id 5B7B437B417; Wed, 20 Mar 2002 13:38:38 -0800 (PST) Received: from ams-gw.sohara.org (p2873.vwr.wanadoo.nl [194.134.219.66]) by smtp1.wanadoo.nl (8.11.3/8.11.3) with SMTP id g2KLcM014279; Wed, 20 Mar 2002 22:38:22 +0100 (MET) Date: Wed, 20 Mar 2002 22:38:19 +0100 From: "Steve O'Hara-Smith" To: David Greenman Cc: mrcpu@internetcds.com, clash@tasam.com, questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Problems with large disk. (> 1 TB) Message-Id: <20020320223819.69e8bd86.steve@sohara.org> In-Reply-To: <20020320110647.A96231@nexus.root.com> References: <20020319131556.D99985@backmaster.cdsnet.net> <008901c1cf8c$be5d6f50$090510ac@gleason> <00b401c1cf8d$8960b7c0$090510ac@gleason> <20020319202137.U68606@backmaster.cdsnet.net> <20020320081439.74ca4530.steve@sohara.org> <20020319232049.W75496@nexus.root.com> <20020320190727.1cb65fac.steve@sohara.org> <20020320110647.A96231@nexus.root.com> X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.5) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 20 Mar 2002 11:06:47 -0800 David Greenman wrote: DG> They're only seperate devices in the same sense that a different partition DG> is a different device. In both cases this is just a software abstraction. DG> FreeBSD internally calculates an offset within the whole disk when individual All is now clear - apart from one little detail. The OP that started this thread reported that making a small DOS partition at the start of the drive enabled him to use the rest of the drive from FreeBSD. It now seems to me that this should not have worked. ref: Message-ID: <20020319131556.D99985@backmaster.cdsnet.net> -- C:>WIN | Directable Mirrors The computer obeys and wins. |A Better Way To Focus The Sun You lose and Bill collects. | licenses available - see: | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 13:41:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from janeway.vonbek.dhs.org (bgm-24-24-79-198.stny.rr.com [24.24.79.198]) by hub.freebsd.org (Postfix) with ESMTP id 3F36837B416 for ; Wed, 20 Mar 2002 13:41:03 -0800 (PST) Received: by janeway.vonbek.dhs.org (Postfix, from userid 12347) id 8731CE77B4A; Wed, 20 Mar 2002 16:42:17 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id 84AED6A8C1D for ; Wed, 20 Mar 2002 16:42:17 -0500 (EST) Date: Wed, 20 Mar 2002 16:42:17 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: questions@FreeBSD.ORG Subject: Re: How do I switch between window managers? In-Reply-To: <20020320210903.38596.qmail@web11706.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 20 Mar 2002, Tim Erlin wrote: > Date: Wed, 20 Mar 2002 13:09:03 -0800 (PST) > From: Tim Erlin > To: Brendan McAlpine , questions@FreeBSD.ORG > Subject: Re: How do I switch between window managers? > > There's a file in your home directory called .xinitrc that > contains commands to run when you startx. If you're > currently using KDE, it probably contains 'startkde' That's > where you'd look. Not sure what the appropriate command for > Gnome is...but Windowmaker (another, very good window > manager) is 'exec wmaker' > > --Tim > > --- Brendan McAlpine wrote: > > Hey all > > > > I just installed KDE and Gnome on my machine and I was > > wondering how I go > > about switching between them. Right now when I start X, > > KDE is the manager. > > I would like to go with Gnome. Is there a command to > > switch between window > > managers? > > > > TIA > > > > Brendan > > For KDE all you need in ~/.xinitrc is exec startkde For gnome I think it's exec gnome-session |-John Bleichert----syborg@stny.rr.com----------------| |-------------------http://vonbek.dhs.org/latest.jpg--| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 13:46:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from janeway.vonbek.dhs.org (bgm-24-24-79-198.stny.rr.com [24.24.79.198]) by hub.freebsd.org (Postfix) with ESMTP id 389A437B419 for ; Wed, 20 Mar 2002 13:46:34 -0800 (PST) Received: by janeway.vonbek.dhs.org (Postfix, from userid 12347) id 3B7FAE77B4A; Wed, 20 Mar 2002 16:47:49 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id 3901E6A8C1D for ; Wed, 20 Mar 2002 16:47:49 -0500 (EST) Date: Wed, 20 Mar 2002 16:47:49 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: freebsd-questions@FreeBSD.ORG Subject: Re: cdrecord to ATAPI CDRW In-Reply-To: <20020320213428.52192.qmail@web20509.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 20 Mar 2002, Bryan Curl wrote: > Date: Wed, 20 Mar 2002 13:34:28 -0800 (PST) > From: Bryan Curl > To: freebsd-questions > Subject: cdrecord to ATAPI CDRW > > > I'm looking for documentation on how to use cdrecord to an ATAPI drive. > > In my Linux box I had to make an alias entry in conf.modules, make entry in fstab with drive pointing to a syb link which pointd to a scd0 device. This all to trick cdrecord into thinking it was working with a scsi device. > > I'd be happy to go read about it somewhere if I could find the info, or if you have this set up already and can feed me some bullets to get me primed, that would be cool. > > Thanks, bryan, bryan@ampex.com, or bc3910@yahoo.com > > > Mucho Gratis > Bryan > --bc3910@yahoo.com I think you want to use 'burncd' - I'm looking at the man page on the freebsd web site right now. I need to look into this as well. HTH - JB |-John Bleichert----syborg@stny.rr.com----------------| |-------------------http://vonbek.dhs.org/latest.jpg--| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 13:46:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f18.law10.hotmail.com [64.4.15.18]) by hub.freebsd.org (Postfix) with ESMTP id E568B37B400; Wed, 20 Mar 2002 13:46:35 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 20 Mar 2002 13:46:35 -0800 Received: from 24.232.177.49 by lw10fd.law10.hotmail.msn.com with HTTP; Wed, 20 Mar 2002 21:46:35 GMT X-Originating-IP: [24.232.177.49] From: "Daniel Coll" To: freeBSD-mobile@freeBSD.org, freeBSD-questions@freeBSD.org Subject: Sony Vaio PCG-FX 220 Date: Wed, 20 Mar 2002 18:46:35 -0300 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 20 Mar 2002 21:46:35.0623 (UTC) FILETIME=[B50BBF70:01C1D058] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Everybody... or Nobody?? (This is my 12th mail with no response, neither is posted on the mailing list… Something might be not working well) I have an issue trying to install FreeBSD 4.5 Stable on my notebook (Sony Vaio PCG-FX 220). I am newbie to FreeBSD, and I am having a quite frustrating experience. I been reading the HandBook for weeks, and it has become my new Bible. But I can’t see god… When I began my installation, I boot with the CD-ROM, I configure the kernel (as I think is right) and after it gives the list of hardware in the booting process, system crashes, giving no response to any key or function. Last line I can see: Mounting root from ufs:/dev/md0c (It is supposed after this sysinstall must continue) I thought my hardware was in conflict with some IRQ and all that stuff, so I eliminate all components in conflict, but still happening the same error at the same step. I thought maybe my notebook wasn’t BSD compatible, but reading the mailing lists I could see a guy with the same PC working fine. If someone has this notebook working please make me know and if it doesn’t work make me know too, maybe we could do something together. I would appreciate any kind of help. Thanks everybody. Daniel Coll newbie@altonono.com _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 14: 4:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 1nova.com (heorot.1nova.com [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id ABB0337B431 for ; Wed, 20 Mar 2002 14:04:25 -0800 (PST) Received: by 1nova.com (Postfix, from userid 1000) id AD9D818F8; Wed, 20 Mar 2002 15:03:16 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by 1nova.com (Postfix) with ESMTP id 9A96D18F6; Wed, 20 Mar 2002 15:03:16 -0800 (PST) Date: Wed, 20 Mar 2002 15:03:16 -0800 (PST) From: Rick Hamell To: Roger534@aol.com Cc: freebsd-questions@freebsd.org Subject: Re: Will this work? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I recently came across a boxed copy of FreeBSD 4.2 on the "clearance table" > at a local office supply store. My old PC is a 90MHz Pentium with 24 MB RAM > and a 503 MB hard drive. I bought the box (it was only $17) - would > converting my old PC to a UNIX-only machine as a hobby be a practical idea? I've a half dozen machines of the same vintage running various versions of FreeBSD. For practical use you'll probally want to upgrade the hard drive to a gig or so... but 500MB is fine. :) Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 14: 6:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.westmoormfg.com (www.westmoormfg.com [216.201.186.2]) by hub.freebsd.org (Postfix) with ESMTP id 3462C37B423 for ; Wed, 20 Mar 2002 14:06:37 -0800 (PST) Received: from there (unknown [192.168.1.10]) by mail.westmoormfg.com (Postfix) with SMTP id 3AF9714A17; Wed, 20 Mar 2002 16:58:48 -0600 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Richard Wenninger To: Roger534@aol.com Subject: Re: Will this work? Date: Wed, 20 Mar 2002 16:06:30 -0600 X-Mailer: KMail [version 1.3.1] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Message-Id: <20020320225848.3AF9714A17@mail.westmoormfg.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wednesday 20 March 2002 01:51 pm, you wrote: > I recently came across a boxed copy of FreeBSD 4.2 on the "clearance table" > at a local office supply store. My old PC is a 90MHz Pentium with 24 MB RAM > and a 503 MB hard drive. I bought the box (it was only $17) - would > converting my old PC to a UNIX-only machine as a hobby be a practical idea? My FreeBSD server at home is running on a 486/66mhz machine with 40mb of RAM. Runs great! Buildworld is a little slow... :-) (like 24hrs slow) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 14:10:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.jaze.nl (jazeone.nl [212.204.221.101]) by hub.freebsd.org (Postfix) with ESMTP id BC9A737B404 for ; Wed, 20 Mar 2002 14:09:57 -0800 (PST) Received: by mx1.jaze.nl (Postfix, from userid 99) id 25FB41805F; Wed, 20 Mar 2002 23:09:50 +0100 (CET) To: jmask@about-inc.com, frank.hammel@produx.com, freebsd-questions@FreeBSD.ORG, subscribe-freesitenewsletter@lyris.dundee.net, mmcdonald@123go.com, ask4buds@yahoo.com, mdesign@dcoi.com From: BriGirlie19@aol.com () Subject: heya hun Message-Id: <20020320220950.25FB41805F@mx1.jaze.nl> Date: Wed, 20 Mar 2002 23:09:50 +0100 (CET) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Onderstaand het resultaat van het ingevulde formulier. Het is verzonden op Woensdag, 20 Maart 2002 om 23:09:50 --------------------------------------------------------------------------- message:

CUM WATCH TEENS TAKE IT IN THE ASS!
$2.95 FOR A 5-DAY TRIAL!
NO OBLIGATION! ACT NOW, OFFER ENDS SOON!
CLICK HERE FOR INSTANT XXX ACCESS!!











Mail Me To Be Removed From List

--------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 14:13:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 4CF5837B400 for ; Wed, 20 Mar 2002 14:13:47 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g2KMDYv68119; Thu, 21 Mar 2002 10:13:34 +1200 (NZST) (envelope-from jonc) Date: Thu, 21 Mar 2002 10:13:34 +1200 From: Jonathan Chen To: Joe & Fhe Barbish Cc: Brendan McAlpine , FBSDQ Subject: Re: stray irq message Message-ID: <20020321101334.A68093@grimoire.chen.org.nz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from barbish@a1poweruser.com on Wed, Mar 20, 2002 at 03:32:39PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Mar 20, 2002 at 03:32:39PM -0500, Joe & Fhe Barbish wrote: > This has nothing to do with the printer. > I have the printer and it's irq disabled in the pc bios and > removed from the kernel and I still get it. It comes out > when either an external or internal modem is used. This has > been around for many many years and makes FBSD look like an > inferior operating system. There has been more that enough > time to correct this bogus message. Just because it causes no > outward errors is not an acceptable reason to let it continue > year after year and release after release. If you want a good laugh > read the FBSD FAQ on the irq7 message. > > If everybody would submit a software bug report maybe the > pressure of notoriety will get some action. My understanding is that it's a h/w problem; ie it happens under *all* O/S's, however FreeBSD chooses to report it, rather than sweep it under the rug. -- Jonathan Chen ---------------------------------------------------------------------- "You can get farther with a kind word and a gun than you can with a kind word alone" - Al Capone To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 14:32:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sagan.beanstalk.net (sagan.beanstalk.net [12.162.34.5]) by hub.freebsd.org (Postfix) with ESMTP id BDA1B37B404; Wed, 20 Mar 2002 14:32:42 -0800 (PST) Received: from fcoffice.ptfd.org (unverified [12.162.35.159]) by sagan.beanstalk.net (Vircom SMTPRS 4.2.181) with SMTP id ; Wed, 20 Mar 2002 17:34:57 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Michael W.Holdeman Organization: PTFD To: FreeBSD Questions Subject: VMWare2 Date: Wed, 20 Mar 2002 17:32:33 -0500 X-Mailer: KMail [version 1.2] Cc: MIME-Version: 1.0 Message-Id: <02032017323302.13992@fcoffice.ptfd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Upon installing vmware 2 from teh ports, everything seemed to go fine however when I try to run it as a user I get a complaint about linux procfs not mounted, when I use /usr/local/lib/vmware/bin/vmware it starts but gives me errors about not being able to execute the vmware workstation executable file, and module 10 initialization succeeded.. Starts anyway, but I'm unable to load a guest OS as when trying to hit power on I get could not open /proc/cpuinfo. I tried but did not have a linproc port in teh ports collection. So I got th elinprocfs.tar.gz from teh same ftp as teh vmware (mindspring ... ...) and placed it in teh ports/emulators, tree. When running make ioon it I get complaints that it is too old, and need to run pkg instead? My system is setup with Linux_compatibility=yes in rc.conf. Any help would be appreciated Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 14:33:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 7138237B400 for ; Wed, 20 Mar 2002 14:33:11 -0800 (PST) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id OAA16643; Wed, 20 Mar 2002 14:33:05 -0800 Message-ID: <3C990E20.8000805@owt.com> Date: Wed, 20 Mar 2002 14:33:04 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Paulius Bulotas Cc: questions@FreeBSD.ORG Subject: Re: gnomepilot, gettext-0.10.40 and ja.po References: <20020320210652.GB89577@kaktusas.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Paulius Bulotas wrote: > Hello, > > what's the difference between gettext-0.10.35 (old) and gettext-0.10.40 > which causes gnomepilot build fail on ja.po (with error string something > like invalid double byte characters [or something])? While things are being sorted out, you need both versions. The old version is located in /usr/ports/devel/gettext-old. If you add it, most of the problems go away. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 14:39:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 7178037B419 for ; Wed, 20 Mar 2002 14:39:06 -0800 (PST) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id OAA15930; Wed, 20 Mar 2002 14:29:55 -0800 Message-ID: <3C990D61.9070208@owt.com> Date: Wed, 20 Mar 2002 14:29:53 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: John Bleichert Cc: freebsd-questions@FreeBSD.ORG, bryan@ampex.com Subject: Re: cdrecord to ATAPI CDRW References: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Bleichert wrote: > On Wed, 20 Mar 2002, Bryan Curl wrote: > > >>Date: Wed, 20 Mar 2002 13:34:28 -0800 (PST) >>From: Bryan Curl >>To: freebsd-questions >>Subject: cdrecord to ATAPI CDRW >> >> >>I'm looking for documentation on how to use cdrecord to an ATAPI drive. >> >>In my Linux box I had to make an alias entry in conf.modules, make entry in fstab with drive pointing to a syb link which pointd to a scd0 device. This all to trick cdrecord into thinking it was working with a scsi device. >> >>I'd be happy to go read about it somewhere if I could find the info, or if you have this set up already and can feed me some bullets to get me primed, that would be cool. >> >>Thanks, bryan, bryan@ampex.com, or bc3910@yahoo.com >> >> >>Mucho Gratis >>Bryan >>--bc3910@yahoo.com >> > > I think you want to use 'burncd' - I'm looking at the man page on the > freebsd web site right now. I need to look into this as well. Sören has the source for a atapi enabled cdrecord at ftp://freebsd.dk/pub/ATA/cdrtools-1.10-ATA.tgz It only runs on the latest stable, which has an newly updated set of code for ata. If you look in the archive for stable, look for a thread with a subject of cdrecord for ATAPI burners available. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 14:47:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.54]) by hub.freebsd.org (Postfix) with ESMTP id E7C4037B417 for ; Wed, 20 Mar 2002 14:47:09 -0800 (PST) Received: from yokozuna.bsd ([213.10.35.60]) by smtp02.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GTANAK00.F6P; Wed, 20 Mar 2002 23:47:08 +0100 Date: Wed, 20 Mar 2002 23:45:41 +0100 (CET) From: Marco Beishuizen Reply-To: Marco Beishuizen To: "James E. Pace" Cc: questions@freebsd.org Subject: Re: rejected mail hosts? In-Reply-To: <20020320100018.Y55951-100000@tigger.pacehouse.com> Message-ID: FreeBSD: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 20 Mar 2002, the wise James E. Pace spoke, and said: > > What causes sendmail on FreeBSD to reject mail hosts? > > My daily security run spewed this out today, and I want that mail. > > Checking for rejected mail hosts: > 3 garlic.com > 1 satellitehealth.com > 1 pobox.com > 1 kidneycare.com > 1 earthlink.net > 1 aol.com > > > Thanks, > > James > > This letter brought to you by: ************************************* > ** "They that can give up James E. Pace ** > ** essential liberty to http://www.PaceHouse.com/ ** > ** obtain a little temporary ** > ** safety deserve neither liberty nor safety." - B. Franklin ** > ******************************************************************** > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > This means that the hostnames are unresolvable and sendmail does not accept mail with unresolvable hostnames. I had the same problem and found the solution in the directory /etc/mail. When you update the /etc/mail/access file it should be ok. Look in /etc/mail/README for details on the configuration of the access control file and how to update the database. Marco -- $100 invested at 7% interest for 100 years will become $100,000, at which time it will be worth absolutely nothing. -- Lazarus Long, "Time Enough for Love" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 14:47:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rhenium.btinternet.com (rhenium.btinternet.com [194.73.73.93]) by hub.freebsd.org (Postfix) with ESMTP id 50EE037B400 for ; Wed, 20 Mar 2002 14:47:21 -0800 (PST) Received: from host213-122-135-4.in-addr.btopenworld.com ([213.122.135.4]) by rhenium.btinternet.com with esmtp (Exim 3.22 #8) id 16norW-00070f-00 for freebsd-questions@FreeBSD.org; Wed, 20 Mar 2002 22:47:19 +0000 Subject: After cvsup ports two versions of gnome-vfs?! From: Stacey Roberts Reply-To: sroberts84@hotmail.com To: freebsd-questions@FreeBSD.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 20 Mar 2002 22:45:27 +0000 Message-Id: <1016664328.24573.13.camel@Demon.Strobe.org> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, Tonight after running cvsup of my ports (and the recommended portsdb -Uu), I noticed that I've got two versions of gnome-vfs returned from pkg_version -v (see below). Also, when I try to run portupgrade on AbiWord, I get an error referring to a stale dependency for gettext: Demon# portupgrade AbiWord-gnome-0.99.2_1 Stale dependency: AbiWord-gnome-0.99.2_1 --> gettext-0.10.35_1 -- manually run 'pkgdb -F' to fix, or specify -O to force. Demon# I wanted to ask about what I should do when running pkgdb -F before actually performing this, as I'm somewhat weary of deleting something I shouldn't. Here's the output from uname -a: Demon# uname -a FreeBSD Demon.Strobe.org 4.5-STABLE FreeBSD 4.5-STABLE #2: Sat Feb 16 00:16:28 GMT 2002 strobe@Demon.Strobe.org:/usr/src/sys/compile/HAMMER i386 Demon# Thanks for any assistance. Stacey Demon# pkg_version -v AbiWord-gnome-0.99.2_1 < needs updating (port has 0.99.3) Mesa-3.4.2_2 = up-to-date with port ORBit-0.5.14 = up-to-date with port apache-1.3.23 = up-to-date with port aspell-0.33.7.1 = up-to-date with port autoconf-2.53 = up-to-date with port autoconf213-2.13.000227_1 = up-to-date with port automake14-1.4.5 = up-to-date with port bash-2.05a = up-to-date with port bison-1.34_2 = up-to-date with port bonobo-1.0.19 = up-to-date with port bonobo-conf-0.14 = up-to-date with port cclient-2001a,1 = up-to-date with port cups-base-1.1.14 = up-to-date with port curl-7.9.2_1 = up-to-date with port cvsup-16.1f = up-to-date with port db3-3.2.9_3,1 = up-to-date with port enlightenment-0.16.5_5 = up-to-date with port eog-0.6_1 = up-to-date with port esound-0.2.24 = up-to-date with port evolution-1.0.2_2 = up-to-date with port ezm3-1.0 = up-to-date with port fetchmail-5.9.6 = up-to-date with port fnlib-0.5 = up-to-date with port freetype-1.3.1_2 = up-to-date with port freetype2-2.0.9 = up-to-date with port gal-0.19_1 = up-to-date with port gconf-1.0.9 = up-to-date with port gdbm-1.8.0 = up-to-date with port gdk-pixbuf-0.16.0 = up-to-date with port gettext-0.10.40_1 = up-to-date with port ghostscript-gnu-6.52_5 = up-to-date with port gle-3.0.3 = up-to-date with port glib-1.2.10_5 = up-to-date with port glibwww-0.2_1 = up-to-date with port gmake-3.79.1 = up-to-date with port gnomeaudio-1.4.0 = up-to-date with port gnomecanvas-0.16.0 = up-to-date with port gnomecontrolcenter-1.4.0.4_2 = up-to-date with port gnomecore-1.4.0.6_1 = up-to-date with port gnomedb-0.2.96 = up-to-date with port gnomegames-1.4.0.3 = up-to-date with port gnomelibs-1.4.1.4_1 = up-to-date with port gnomemedia-1.2.3 = up-to-date with port gnomemimedata-1.0.1_1 = up-to-date with port gnomepilot-0.1.64 = up-to-date with port gnomepilot-conduits-0.8 = up-to-date with port gnomepim-1.4.3 = up-to-date with port gnomeprint-0.35 = up-to-date with port gnomespell-0.4.1 = up-to-date with port gnomevfs-1.0.5 < needs updating (port has 1.0.5_1) gnomevfs-1.0.5_1 = up-to-date with port gob-1.0.12 = up-to-date with port gotmail-0.6.6 = up-to-date with port gtk-1.2.10_3 = up-to-date with port gtkhtml-1.0.1 = up-to-date with port guile-1.4 = up-to-date with port imlib-1.9.13 = up-to-date with port ispell-3.2.06_1 = up-to-date with port jpeg-6b_1 = up-to-date with port lcms-1.08 = up-to-date with port libaudiofile-0.2.3 = up-to-date with port libgda-0.2.96 = up-to-date with port libghttp-1.0.9 = up-to-date with port libglade-0.17_2 = up-to-date with port libgnugetopt-1.1 = up-to-date with port libiconv-1.7_2 = up-to-date with port libmng-1.0.3 = up-to-date with port libslang-1.4.5 = up-to-date with port libtool-1.3.4_2 = up-to-date with port libungif-4.1.0b1 = up-to-date with port libunicode-0.4_2 = up-to-date with port libwww-5.3.2 = up-to-date with port libxml-1.8.17 = up-to-date with port linux_base-6.1 < needs updating (port has 6.1_1) m4-1.4_1 = up-to-date with port mozilla-0.9.8,1 < needs updating (port has 0.9.9_2,1) mutt-1.2.5.1 = up-to-date with port nspr-4.1.2 = up-to-date with port nss-3.3.1 = up-to-date with port oaf-0.6.8_1 = up-to-date with port p5-MIME-Base64-2.12 = up-to-date with port p5-URI-1.17 = up-to-date with port pdksh-5.2.14 = up-to-date with port pilot-link-0.9.5_4 = up-to-date with port pine-4.44 = up-to-date with port pkg_tarup-1.2_3 = up-to-date with port pkgconfig-0.11.0_1 = up-to-date with port png-1.2.1 = up-to-date with port popt-1.5.1 = up-to-date with port portsentry-1.1 = up-to-date with port portupgrade-20020227 = up-to-date with port psiconv-0.8.3 = up-to-date with port pspell-0.12.2_1 = up-to-date with port racoon-20011215a = up-to-date with port rsync-2.5.4 = up-to-date with port ruby-1.6.7.2002.03.13 = up-to-date with port ruby-amstd-2.0.0 = up-to-date with port ruby-bdb1-0.1.6 = up-to-date with port ruby-fnmatch-1.1b_1 = up-to-date with port ruby-optparse-0.8.6 = up-to-date with port ruby_static-1.6.7.2002.03.13_1 = up-to-date with port samba-2.2.3a = up-to-date with port scrollkeeper-0.2_3 = up-to-date with port sox-12.17.3 = up-to-date with port tcl-8.3.4_4 = up-to-date with port tiff-3.5.7 = up-to-date with port tk-8.3.4_2 = up-to-date with port unzip-5.42 = up-to-date with port urlview-0.9_1 = up-to-date with port vnc-3.3.3.2_1 = up-to-date with port wget-1.8.1 = up-to-date with port xpm-3.4k = up-to-date with port xscreensaver-gnome-4.01 = up-to-date with port zip-2.3 = up-to-date with port Demon# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 14:49:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.augustmail.com (groucho.august.net [216.87.129.251]) by hub.freebsd.org (Postfix) with ESMTP id 4568937B404 for ; Wed, 20 Mar 2002 14:49:37 -0800 (PST) Received: from iname.com(crystalapple.com[64.90.39.89]) (1935 bytes) by mail.augustmail.com via smtpd with P:esmtp/R:inet_hosts/T:smtp (sender: ) id for ; Wed, 20 Mar 2002 16:49:36 -0600 (CST) (Smail-3.2.0.108 1999-Sep-19 #2 built 2002-Feb-26) Message-ID: <3C9911F9.9000901@iname.com> Date: Wed, 20 Mar 2002 16:49:29 -0600 From: Gilbie User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en,zh-TW MIME-Version: 1.0 To: questions@freebsd.org Subject: FreeBSD 4.5-STABLE + XFree86 4.1.0 + i810 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I installed FreeBSD 4.5-STABLE over the net on my hard drive upgrade, choosing no X (since 3.x only when installed at that time). Then I edited file to load kernel support for agpgart at boot. I downloaded the 4.1.0 binary packages. I've changed security level to -1. My problems: 1) xf86cfg won't run: caught signal 11, core dump, errors include: Symbol yyy from module /usr/X11R6/lib/modules/drivers/xxxxx.o is unresolved! where xxx are the names of various drivers. Ditto with XFree86 -configure. 2) xf86config would run but the generated file doesn't seem to work when I run startx. (I don't have XFree86 3.x installed on this new machine as far as I know.) It'd complain about Section "InputDevice" not a recognized name, and the SubSection generated under dbe wasn't recognized... ** ALSO, (dont know if this tells something) it indicated that dbe, freetype, and type1 can't be loaded as specified. (Although libdbe.a is in modules/extensions/ and libfreetype.a and libtype1.a are in modules/fonts/.) [The hardware works. Previously before this hard disk upgrade I ran Suse 7.0 (using my old disk) and both FreeBSD 4.1.0 and 3.3.6 works.] I've searched the net archives and have not seen any answer. One person that got it working with similar symptoms had glide_drv.o in the drivers directory, but I didn't... Any help and a quck response would be appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 14:52: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 422A937B400 for ; Wed, 20 Mar 2002 14:51:55 -0800 (PST) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id OAA20205; Wed, 20 Mar 2002 14:51:47 -0800 Message-ID: <3C991282.7020308@owt.com> Date: Wed, 20 Mar 2002 14:51:46 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: sroberts84@hotmail.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: After cvsup ports two versions of gnome-vfs?! References: <1016664328.24573.13.camel@Demon.Strobe.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Stacey Roberts wrote: > Hello, > Tonight after running cvsup of my ports (and the recommended > portsdb -Uu), I noticed that I've got two versions of gnome-vfs returned > from pkg_version -v (see below). > > Also, when I try to run portupgrade on AbiWord, I get an error referring > to a stale dependency for gettext: > Demon# portupgrade AbiWord-gnome-0.99.2_1 > Stale dependency: AbiWord-gnome-0.99.2_1 --> gettext-0.10.35_1 -- > manually run 'pkgdb -F' to fix, or specify -O to force. > Demon# > > I wanted to ask about what I should do when running pkgdb -F before > actually performing this, as I'm somewhat weary of deleting something I > shouldn't. > Here's the output from uname -a: > > Demon# uname -a > FreeBSD Demon.Strobe.org 4.5-STABLE FreeBSD 4.5-STABLE #2: Sat Feb 16 > 00:16:28 GMT 2002 > strobe@Demon.Strobe.org:/usr/src/sys/compile/HAMMER i386 > Demon# > > Thanks for any assistance. > > Stacey > > Demon# pkg_version -v > AbiWord-gnome-0.99.2_1 < needs updating (port has 0.99.3) > Mesa-3.4.2_2 = up-to-date with port > ORBit-0.5.14 = up-to-date with port > apache-1.3.23 = up-to-date with port > aspell-0.33.7.1 = up-to-date with port > autoconf-2.53 = up-to-date with port > autoconf213-2.13.000227_1 = up-to-date with port > automake14-1.4.5 = up-to-date with port > bash-2.05a = up-to-date with port > bison-1.34_2 = up-to-date with port > bonobo-1.0.19 = up-to-date with port > bonobo-conf-0.14 = up-to-date with port > cclient-2001a,1 = up-to-date with port > cups-base-1.1.14 = up-to-date with port > curl-7.9.2_1 = up-to-date with port > cvsup-16.1f = up-to-date with port > db3-3.2.9_3,1 = up-to-date with port > enlightenment-0.16.5_5 = up-to-date with port > eog-0.6_1 = up-to-date with port > esound-0.2.24 = up-to-date with port > evolution-1.0.2_2 = up-to-date with port > ezm3-1.0 = up-to-date with port > fetchmail-5.9.6 = up-to-date with port > fnlib-0.5 = up-to-date with port > freetype-1.3.1_2 = up-to-date with port > freetype2-2.0.9 = up-to-date with port > gal-0.19_1 = up-to-date with port > gconf-1.0.9 = up-to-date with port > gdbm-1.8.0 = up-to-date with port > gdk-pixbuf-0.16.0 = up-to-date with port > gettext-0.10.40_1 = up-to-date with port You probably also need the old version of gettext. You can build it in /usr/ports/devel/gettext-old Kent > ghostscript-gnu-6.52_5 = up-to-date with port > gle-3.0.3 = up-to-date with port > glib-1.2.10_5 = up-to-date with port > glibwww-0.2_1 = up-to-date with port > gmake-3.79.1 = up-to-date with port > gnomeaudio-1.4.0 = up-to-date with port > gnomecanvas-0.16.0 = up-to-date with port > gnomecontrolcenter-1.4.0.4_2 = up-to-date with port > gnomecore-1.4.0.6_1 = up-to-date with port > gnomedb-0.2.96 = up-to-date with port > gnomegames-1.4.0.3 = up-to-date with port > gnomelibs-1.4.1.4_1 = up-to-date with port > gnomemedia-1.2.3 = up-to-date with port > gnomemimedata-1.0.1_1 = up-to-date with port > gnomepilot-0.1.64 = up-to-date with port > gnomepilot-conduits-0.8 = up-to-date with port > gnomepim-1.4.3 = up-to-date with port > gnomeprint-0.35 = up-to-date with port > gnomespell-0.4.1 = up-to-date with port > gnomevfs-1.0.5 < needs updating (port has > 1.0.5_1) > gnomevfs-1.0.5_1 = up-to-date with port > gob-1.0.12 = up-to-date with port > gotmail-0.6.6 = up-to-date with port > gtk-1.2.10_3 = up-to-date with port > gtkhtml-1.0.1 = up-to-date with port > guile-1.4 = up-to-date with port > imlib-1.9.13 = up-to-date with port > ispell-3.2.06_1 = up-to-date with port > jpeg-6b_1 = up-to-date with port > lcms-1.08 = up-to-date with port > libaudiofile-0.2.3 = up-to-date with port > libgda-0.2.96 = up-to-date with port > libghttp-1.0.9 = up-to-date with port > libglade-0.17_2 = up-to-date with port > libgnugetopt-1.1 = up-to-date with port > libiconv-1.7_2 = up-to-date with port > libmng-1.0.3 = up-to-date with port > libslang-1.4.5 = up-to-date with port > libtool-1.3.4_2 = up-to-date with port > libungif-4.1.0b1 = up-to-date with port > libunicode-0.4_2 = up-to-date with port > libwww-5.3.2 = up-to-date with port > libxml-1.8.17 = up-to-date with port > linux_base-6.1 < needs updating (port has 6.1_1) > m4-1.4_1 = up-to-date with port > mozilla-0.9.8,1 < needs updating (port has > 0.9.9_2,1) > mutt-1.2.5.1 = up-to-date with port > nspr-4.1.2 = up-to-date with port > nss-3.3.1 = up-to-date with port > oaf-0.6.8_1 = up-to-date with port > p5-MIME-Base64-2.12 = up-to-date with port > p5-URI-1.17 = up-to-date with port > pdksh-5.2.14 = up-to-date with port > pilot-link-0.9.5_4 = up-to-date with port > pine-4.44 = up-to-date with port > pkg_tarup-1.2_3 = up-to-date with port > pkgconfig-0.11.0_1 = up-to-date with port > png-1.2.1 = up-to-date with port > popt-1.5.1 = up-to-date with port > portsentry-1.1 = up-to-date with port > portupgrade-20020227 = up-to-date with port > psiconv-0.8.3 = up-to-date with port > pspell-0.12.2_1 = up-to-date with port > racoon-20011215a = up-to-date with port > rsync-2.5.4 = up-to-date with port > ruby-1.6.7.2002.03.13 = up-to-date with port > ruby-amstd-2.0.0 = up-to-date with port > ruby-bdb1-0.1.6 = up-to-date with port > ruby-fnmatch-1.1b_1 = up-to-date with port > ruby-optparse-0.8.6 = up-to-date with port > ruby_static-1.6.7.2002.03.13_1 = up-to-date with port > samba-2.2.3a = up-to-date with port > scrollkeeper-0.2_3 = up-to-date with port > sox-12.17.3 = up-to-date with port > tcl-8.3.4_4 = up-to-date with port > tiff-3.5.7 = up-to-date with port > tk-8.3.4_2 = up-to-date with port > unzip-5.42 = up-to-date with port > urlview-0.9_1 = up-to-date with port > vnc-3.3.3.2_1 = up-to-date with port > wget-1.8.1 = up-to-date with port > xpm-3.4k = up-to-date with port > xscreensaver-gnome-4.01 = up-to-date with port > zip-2.3 = up-to-date with port > Demon# > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > . > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 15:12:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from backmaster.cdsnet.net (backmaster.cdsnet.net [63.163.68.2]) by hub.freebsd.org (Postfix) with SMTP id 7F0BD37B417 for ; Wed, 20 Mar 2002 15:12:30 -0800 (PST) Received: (qmail 85838 invoked by uid 29999); 20 Mar 2002 23:13:29 -0000 Date: Wed, 20 Mar 2002 15:13:29 -0800 From: Jaye Mathisen To: Steve O'Hara-Smith Cc: David Greenman , clash@tasam.com, questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Problems with large disk. (> 1 TB) Message-ID: <20020320151329.W68606@backmaster.cdsnet.net> References: <20020319131556.D99985@backmaster.cdsnet.net> <008901c1cf8c$be5d6f50$090510ac@gleason> <00b401c1cf8d$8960b7c0$090510ac@gleason> <20020319202137.U68606@backmaster.cdsnet.net> <20020320081439.74ca4530.steve@sohara.org> <20020319232049.W75496@nexus.root.com> <20020320190727.1cb65fac.steve@sohara.org> <20020320110647.A96231@nexus.root.com> <20020320223819.69e8bd86.steve@sohara.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020320223819.69e8bd86.steve@sohara.org> User-Agent: Mutt/1.3.20i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well, I figured it out. WHat DOS seems to have done is created enough of a valid partition table that disklabel sees 1TB of the 1.1TB disk. So I'm losing a bit of space. I'll cope. It still would've been nice if disklabel could've created the label up to 1 TB, w/o having to resort to DOS, but it's probably not worth investigating a boundary case like that. In any case, I"m functional, and now I understand the underlying limitation, I really didn't understand it was the physical disk limited to 1TB, rather than just the UFS on top of it. Thanks for everybody's help. On Wed, Mar 20, 2002 at 10:38:19PM +0100, Steve O'Hara-Smith wrote: > On Wed, 20 Mar 2002 11:06:47 -0800 > David Greenman wrote: > > DG> They're only seperate devices in the same sense that a different partition > DG> is a different device. In both cases this is just a software abstraction. > DG> FreeBSD internally calculates an offset within the whole disk when individual > > All is now clear - apart from one little detail. The OP that started > this thread reported that making a small DOS partition at the start of > the drive enabled him to use the rest of the drive from FreeBSD. It now > seems to me that this should not have worked. > > ref: Message-ID: <20020319131556.D99985@backmaster.cdsnet.net> > > -- > C:>WIN | Directable Mirrors > The computer obeys and wins. |A Better Way To Focus The Sun > You lose and Bill collects. | licenses available - see: > | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 15:13:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13403.mail.yahoo.com (web13403.mail.yahoo.com [216.136.175.61]) by hub.freebsd.org (Postfix) with SMTP id 5F09F37B41E for ; Wed, 20 Mar 2002 15:13:22 -0800 (PST) Message-ID: <20020320231322.15673.qmail@web13403.mail.yahoo.com> Received: from [128.111.214.65] by web13403.mail.yahoo.com via HTTP; Wed, 20 Mar 2002 15:13:22 PST Date: Wed, 20 Mar 2002 15:13:22 -0800 (PST) From: Chris Dempsey Subject: Error making x11/gnomelibs in 4.5-STABLE To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm unable to build gnomelibs in a ports tree from today. [snip] cc -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -O -pipe -Wall -Wunused -c poptparse.c -o poptparse.o >/dev/null 2>&1 mv -f .libs/poptparse.lo poptparse.lo /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -O -pipe -Wall -Wunused -c popt.c rm -f .libs/popt.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -O -pipe -Wall -Wunused -c popt.c -fPIC -DPIC -o .libs/popt.lo popt.c:17: libintl.h: No such file or directory gmake[2]: *** [popt.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/gnomelibs/work/gnome-libs-1.4.1.4/support' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/gnomelibs/work/gnome-libs-1.4.1.4' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/x11/gnomelibs. *** Error code 1 Stop in /usr/ports/x11/gnomelibs. *** Error code 1 Stop in /usr/ports/x11/gnomelibs. ===== Christopher P Dempsey --------------------- chrisdempsey@yahoo.com __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.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 Mar 20 15:14:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sagan.beanstalk.net (sagan.beanstalk.net [12.162.34.5]) by hub.freebsd.org (Postfix) with ESMTP id CFDCC37B41A for ; Wed, 20 Mar 2002 15:14:18 -0800 (PST) Received: from fcoffice.ptfd.org (unverified [12.162.35.159]) by sagan.beanstalk.net (Vircom SMTPRS 4.2.181) with SMTP id ; Wed, 20 Mar 2002 18:16:34 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Michael W.Holdeman Organization: PTFD To: "Travis L. Leuthauser" Subject: Re: VMWare2 Date: Wed, 20 Mar 2002 18:14:10 -0500 X-Mailer: KMail [version 1.2] References: In-Reply-To: Cc: FreeBSD Questions MIME-Version: 1.0 Message-Id: <02032018141003.13992@fcoffice.ptfd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Looked that over, Pretty greek to a newbie! I assume as root I need to mount /proc to /compat/linux/proc But am not sure, and am not sure how! Mike On Wednesday 20 March 2002 17:37, you wrote: > Take a look at the man page for linprocfs.. that should help you out if I > remember correctly > > man 5 linprocfs > > -Travis > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Michael > W.Holdeman > Sent: Wednesday, March 20, 2002 4:33 PM > To: FreeBSD Questions > Cc: ports@freebsd.org > Subject: VMWare2 > > > Upon installing vmware 2 from teh ports, everything seemed to go fine > however > when I try to run it as a user I get a complaint about linux procfs not > mounted, when I use /usr/local/lib/vmware/bin/vmware it starts but gives > me errors about not being able to execute the vmware workstation executable > file, and module 10 initialization succeeded.. Starts anyway, but I'm > unable to load a guest OS as when trying to hit power on I get could not > open /proc/cpuinfo. > > I tried but did not have a linproc port in teh ports collection. So I got > th > elinprocfs.tar.gz from teh same ftp as teh vmware (mindspring ... ...) and > placed it in teh ports/emulators, tree. When running make ioon it I get > complaints that it is too old, and need to run pkg instead? > > My system is setup with Linux_compatibility=yes in rc.conf. > > > Any help would be appreciated > > 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 Wed Mar 20 15:20:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 9D4C537B428 for ; Wed, 20 Mar 2002 15:19:30 -0800 (PST) Received: from hades.hell.gr (patr530-b137.otenet.gr [212.205.244.145]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2KNJQxY016061; Thu, 21 Mar 2002 01:19:28 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2KNIw5N000929; Thu, 21 Mar 2002 01:19:25 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2KKTscs016139; Wed, 20 Mar 2002 22:29:54 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Wed, 20 Mar 2002 22:29:54 +0200 (EET) From: Giorgos Keramidas X-X-Sender: charon@hades To: Ryan Davis Cc: questions@freebsd.org Subject: Re: problem w/ cvsweb interface? In-Reply-To: Message-ID: <20020320222546.U6735-100000@hades> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-03-19 20:43, Ryan Davis wrote: > I noticed that src/sys/i386/isa/if_wi.c was updated via a cvsup run > against 4.5-stable and wanted to investigate the changes that have > been made since my last update. However, and this could be my > misunderstanding of the CGI's interface, the file is only found under > that path if you search the Attic: > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/isa/Attic/if_wi.c > > But is not found if you search: > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/isa/ > > Clue me in? or is this a bug? During the lifetime of a source tree, some files are removed from the last, most up to date `version' of the source tree (CVS calls this the HEAD branch). In source control systems, like CVS, the history of that file is still important. The Attic/ subdirectory is CVS's way of preserving that history. When a file is 'removed' from the HEAD of a source tree, then CVS moves this file in the repository into an Attic/ subdirectory. This way, the file is not checked out when someone asks for a clean copy of the HEAD branch, but is still there if someone wants to view it later on. Long story made short: Read the last log entry of the file in the Attic/. It was `cvs removed' :-) Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 15:20:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 5493537B417 for ; Wed, 20 Mar 2002 15:19:34 -0800 (PST) Received: from hades.hell.gr (patr530-b137.otenet.gr [212.205.244.145]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2KNJVxY016099; Thu, 21 Mar 2002 01:19:32 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2KNIw5R000929; Thu, 21 Mar 2002 01:19:30 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2KJm6ol006465; Wed, 20 Mar 2002 21:48:06 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Wed, 20 Mar 2002 21:48:06 +0200 (EET) From: Giorgos Keramidas X-X-Sender: charon@hades To: "James E. Pace" Cc: questions@freebsd.org Subject: Re: rejected mail hosts? In-Reply-To: <20020320100018.Y55951-100000@tigger.pacehouse.com> Message-ID: <20020320214559.N1079-100000@hades> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG James E. Pace wrote: > > What causes sendmail on FreeBSD to reject mail hosts? The mail server configuration. > My daily security run spewed this out today, and I want that mail. > > Checking for rejected mail hosts: > 3 garlic.com > 1 satellitehealth.com > 1 pobox.com > 1 kidneycare.com > 1 earthlink.net > 1 aol.com The daily security logs are not very verbose, but they point to the problem, so you can look at the cause later on. You could grep your logs for the rejected hosts, and see why they were rejected. I'd try something like: # grep 'garlic\.com' /var/log/messages or wherever you've set up your mail server software to log, and see why the messages from this particular address block were blocked. Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 15:21:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id C9F7037B436 for ; Wed, 20 Mar 2002 15:19:46 -0800 (PST) Received: from hades.hell.gr (patr530-b137.otenet.gr [212.205.244.145]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2KNJhxY016202; Thu, 21 Mar 2002 01:19:44 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2KNIw5X000929; Thu, 21 Mar 2002 01:19:42 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2KJIsqt000955; Wed, 20 Mar 2002 21:18:54 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Wed, 20 Mar 2002 21:18:54 +0200 (EET) From: Giorgos Keramidas X-X-Sender: charon@hades To: Praveen Bobba Cc: freebsd-questions@freebsd.org Subject: Re: your mail In-Reply-To: <09784044E77FD311B7B8009027B0D5DD4E7CCF@exaffairs.coserve.org> Message-ID: <20020320211525.R909-100000@hades> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Praveen Bobba wrote: > Hello, > > Unable to boot. It hangs up at recovering vi editor sessions. Don't be too terse when asking, also try to put a more descriptive subject. Something like "unable to boot, hang at recovering vi sessions" would be nice in this case. But about your question now. You can probably get away by booting in single user mode, and deleting the files in `/var/tmp/vi.recover'. Without more information about what is in there, it's hard to guess why it hangs. If you delete those files, the worst that can happen is lose some changes that you were making within vi(1) when a crash happened. It's usually safe enough to assume they were temporary changes, that are less useful than bringing the machine up again. But that depends on what you were editing and why. Which I don't know :) Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 15:22: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id AE16337B476 for ; Wed, 20 Mar 2002 15:19:53 -0800 (PST) Received: from hades.hell.gr (patr530-b137.otenet.gr [212.205.244.145]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2KNJixY016219; Thu, 21 Mar 2002 01:19:50 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2KNIw5Z000929; Thu, 21 Mar 2002 01:19:43 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2KJF6dS000945; Wed, 20 Mar 2002 21:15:06 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Wed, 20 Mar 2002 21:15:06 +0200 (EET) From: Giorgos Keramidas X-X-Sender: charon@hades To: John Milo Stegemann Cc: freebsd-questions@freebsd.org Subject: Free accounts on FreeBSD machines (was: [no subject]) In-Reply-To: <9239135.1016577731988.JavaMail.cpadmin@cp.samford.edu> Message-ID: <20020320210947.Y909-100000@hades> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Milo Stegemann wrote: > Do you all still have the secure shell accounts where you can play > around with FreeBSD through your server? If you do, how can I get an > account? First of all, you might want to add a more descriptive subject to your questions. There is a great chance your posting will be ignored and deleted if the subject doesn't look 'interesting'. I have used Compaq's testdrive program for what you want to do. They have a variety of machines, including i386 and alpha, running FreeBSD, OpenBSD, NetBSD and Linux. I am in no way affiliated to Compaq, and I don't know (being offline at the moment) if their testdrive program is still around. I've used it about a year ago though, to avoid installing NetBSD on my workstation at home, but still be able to read the NetBSD manpages. Start at www.compaq.com and follow the links to their "Testdrive" program. You'll be able to create an account, which you can Telnet or SSH to later on. The same account credentials (login, password) can be used on multiple platforms, if you choose so while creating the account through their web interface. Have fun, Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 15:21:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 287EE37B47B for ; Wed, 20 Mar 2002 15:19:54 -0800 (PST) Received: from hades.hell.gr (patr530-b137.otenet.gr [212.205.244.145]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2KNJqxY016312; Thu, 21 Mar 2002 01:19:52 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2KNIw5b000929; Thu, 21 Mar 2002 01:19:51 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2KJ90RW000912; Wed, 20 Mar 2002 21:09:00 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Wed, 20 Mar 2002 21:09:00 +0200 (EET) From: Giorgos Keramidas X-X-Sender: charon@hades To: Brendan McAlpine Cc: questions@freebsd.org Subject: Re: Setting up a FreeBSD machine as a router / firewall In-Reply-To: Message-ID: <20020320210801.Q909-100000@hades> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Brendan McAlpine wrote: > Can someone point me to a good reference for setting up a FreeBSD 4.5 box as > a router / firewall? There are a lot of references to be found, in any of: * The FreeBSD.org website. * The mailing list archives. * The web, in general. I recall having posted a message with various links in freebsd-questions a few months ago. Try digging in groups.google.com for the FreeBSD mailing list archives. You will certainly find lots of references to help you... Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 15:34:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from y3k.shacknet.nu (ts5m-pool0-157.gti.net [208.216.126.157]) by hub.freebsd.org (Postfix) with ESMTP id C3E8037B484; Wed, 20 Mar 2002 15:33:01 -0800 (PST) Received: from shacknet.nu (localhost.gti.net [127.0.0.1]) by y3k.shacknet.nu (8.11.6/8.11.6) with SMTP id g2KNfom27982; Wed, 20 Mar 2002 18:41:51 -0500 (EST) (envelope-from y3k@gti.net) Received: from 65.205.87.208 (SquirrelMail authenticated user mark) by y3k.shacknet.nu with HTTP; Wed, 20 Mar 2002 18:41:52 -0500 (EST) Message-ID: <1291.65.205.87.208.1016667712.squirrel@y3k.shacknet.nu> Date: Wed, 20 Mar 2002 18:41:52 -0500 (EST) Subject: Re: VMWare2 From: "Mark Yeck" To: ptfd9100@beanstalk.net In-Reply-To: <02032017323302.13992@fcoffice.ptfd.org> References: <02032017323302.13992@fcoffice.ptfd.org> Cc: freebsd-questions@freebsd.org, ports@freebsd.org X-Mailer: SquirrelMail (version 1.0.6) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Upon installing vmware 2 from teh ports, everything seemed to go fine > however when I try to run it as a user I get a complaint about linux > procfs not mounted, when I use /usr/local/lib/vmware/bin/vmware it > starts but gives me errors about not being able to execute the vmware > workstation executable file, and module 10 initialization succeeded.. > Starts anyway, but I'm unable to load a guest OS as when trying to hit > power on I get could not open /proc/cpuinfo. > > I tried but did not have a linproc port in teh ports collection. So I > got th elinprocfs.tar.gz from teh same ftp as teh vmware (mindspring > ... ...) and placed it in teh ports/emulators, tree. When running make > ioon it I get complaints that it is too old, and need to run pkg > instead? > > My system is setup with Linux_compatibility=yes in rc.conf. > > > Any help would be appreciated I have the following line in /etc/fstab: /proc /usr/compat/linux/proc linprocfs rw 0 0 When I boot that sets up the linprocfs stuff automatically. To do it manually is something like: /sbin/mount -t linprocfs /proc /usr/compat/linux/proc -mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 15:36:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from y3k.shacknet.nu (ts5m-pool0-157.gti.net [208.216.126.157]) by hub.freebsd.org (Postfix) with ESMTP id A902437B419 for ; Wed, 20 Mar 2002 15:33:17 -0800 (PST) Received: from shacknet.nu (localhost.gti.net [127.0.0.1]) by y3k.shacknet.nu (8.11.6/8.11.6) with SMTP id g2KNg9m27987; Wed, 20 Mar 2002 18:42:09 -0500 (EST) (envelope-from y3k@gti.net) Received: from 65.205.87.208 (SquirrelMail authenticated user mark) by y3k.shacknet.nu with HTTP; Wed, 20 Mar 2002 18:42:10 -0500 (EST) Message-ID: <1424.65.205.87.208.1016667730.squirrel@y3k.shacknet.nu> Date: Wed, 20 Mar 2002 18:42:10 -0500 (EST) Subject: Re: VMWare2 From: "Mark Yeck" To: ptfd9100@beanstalk.net In-Reply-To: <02032017323302.13992@fcoffice.ptfd.org> References: <02032017323302.13992@fcoffice.ptfd.org> Cc: freebsd-questions@freebsd.org X-Mailer: SquirrelMail (version 1.0.6) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Upon installing vmware 2 from teh ports, everything seemed to go fine > however when I try to run it as a user I get a complaint about linux > procfs not mounted, when I use /usr/local/lib/vmware/bin/vmware it > starts but gives me errors about not being able to execute the vmware > workstation executable file, and module 10 initialization succeeded.. > Starts anyway, but I'm unable to load a guest OS as when trying to hit > power on I get could not open /proc/cpuinfo. > > I tried but did not have a linproc port in teh ports collection. So I > got th elinprocfs.tar.gz from teh same ftp as teh vmware (mindspring > ... ...) and placed it in teh ports/emulators, tree. When running make > ioon it I get complaints that it is too old, and need to run pkg > instead? > > My system is setup with Linux_compatibility=yes in rc.conf. > > > Any help would be appreciated I have the following line in /etc/fstab: /proc /usr/compat/linux/proc linprocfs rw 0 0 When I boot that sets up the linprocfs stuff automatically. To do it manually is something like: /sbin/mount -t linprocfs /proc /usr/compat/linux/proc -mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 15:37: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 7981637B488 for ; Wed, 20 Mar 2002 15:35:34 -0800 (PST) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id D7937BD5A; Wed, 20 Mar 2002 15:35:33 -0800 (PST) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id PAA04111; Wed, 20 Mar 2002 15:35:33 -0800 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id g2KNZ1B55433; Wed, 20 Mar 2002 15:35:01 -0800 (PST) (envelope-from swear@blarg.net) To: Brendan McAlpine Cc: Subject: Re: How do I switch between window managers? References: From: swear@blarg.net (Gary W. Swearingen) Date: 20 Mar 2002 15:35:01 -0800 In-Reply-To: Message-ID: Lines: 5 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I recall that GNOME and KDE (at least on Red Hat Linux) used to have switchers on their menus, but I recently saw a system that had a choice of Desktop Managers (or just Window Manager) on the xdm/gdm/kdm splash/bootup screen. So to switch, you exited your X session and started a new one as desired. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 15:38:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id 2287037B417 for ; Wed, 20 Mar 2002 15:38:04 -0800 (PST) Received: from mule.packetmule.net ([24.92.156.62]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020320233803.ZJGL2626.rwcrmhc51.attbi.com@mule.packetmule.net> for ; Wed, 20 Mar 2002 23:38:03 +0000 Received: from localhost (rigo@localhost) by mule.packetmule.net (8.11.6/8.11.6) with ESMTP id g2KNc4d01999 for ; Wed, 20 Mar 2002 18:38:04 -0500 (EST) (envelope-from tarnation@mindspring.com) X-Authentication-Warning: mule.packetmule.net: rigo owned process doing -bs Date: Wed, 20 Mar 2002 18:38:03 -0500 (EST) From: Bob Arnold X-X-Sender: rigo@mule.packetmule.net Reply-To: Bob Arnold To: freebsd-questions@FreeBSD.ORG Subject: Trouble installing tripwire port Message-ID: <20020320183304.W1994-100000@mule.packetmule.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG output of uname -a: FreeBSD mule.packetmule.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Feb 3 18:06:28 EST 2002 root@mule.packetmule.net:/usr/obj/usr/src/sys/MULE i386 I've tried "make install distclean", and the port compiles successfully but then dies when trying to create the policy file. I"ve tried this several times (as the following output makes obvious): Checking for programs specified in install configuration file.... /usr/sbin/sendmail exists. Continuing installation. /usr/bin/vi exists. Continuing installation. ---------------------------------------------- Verifying existence of binaries... ./bin/i386-unknown-freebsd_r/siggen found ./bin/i386-unknown-freebsd_r/tripwire found ./bin/i386-unknown-freebsd_r/twprint found ./bin/i386-unknown-freebsd_r/twadmin found This program will copy Tripwire files to the following directories: TWBIN: /usr/local/sbin TWMAN: /usr/local/man TWPOLICY: /usr/local/etc/tripwire TWREPORT: /var/db/tripwire/report TWDB: /var/db/tripwire TWSITEKEYDIR: /usr/local/etc/tripwire TWLOCALKEYDIR: /usr/local/etc/tripwire CLOBBER is false. Continue with installation? [y/n] reating directories... /usr/local/sbin: already exists /usr/local/etc/tripwire: already exists /var/db/tripwire/report: already exists /var/db/tripwire: already exists /usr/local/etc/tripwire: already exists /usr/local/etc/tripwire: already exists /usr/local/man: already exists /usr/local/share/doc/tripwire: already exists ---------------------------------------------- Copying files... /usr/local/share/doc/tripwire/README: file already exists /usr/local/share/doc/tripwire/Release_Notes: file already exists /usr/local/share/doc/tripwire/COPYING: file already exists /usr/local/sbin/tripwire: file already exists /usr/local/sbin/twadmin: file already exists /usr/local/sbin/twprint: file already exists /usr/local/sbin/siggen: file already exists /usr/local/share/doc/tripwire/TRADEMARK: file already exists /usr/local/share/doc/tripwire/policyguide.txt: file already exists /usr/local/etc/tripwire/twpol.txt: file already exists /usr/local/man/man5/twpolicy.5: file already exists /usr/local/man/man5/twconfig.5: file already exists /usr/local/man/man5/twfiles.5: file already exists /usr/local/man/man8/siggen.8: file already exists /usr/local/man/man8/tripwire.8: file already exists /usr/local/man/man8/twadmin.8: file already exists /usr/local/man/man8/twintro.8: file already exists /usr/local/man/man8/twprint.8: file already exists ---------------------------------------------- The Tripwire site and local passphrases are used to sign a variety of files, such as the configuration, policy, and database files. Passphrases should be at least 8 characters in length and contain both letters and numbers. See the Tripwire manual for more information. ---------------------------------------------- Creating key files... The site key file "/usr/local/etc/tripwire/site.key" exists and will not be overwritten. The site key file "/usr/local/etc/tripwire/mule.packetmule.net-local.key" exists and will not be overwritten. ---------------------------------------------- Generating Tripwire configuration file... ---------------------------------------------- Creating signed configuration file... Backing up /usr/local/etc/tripwire/tw.cfg to /usr/local/etc/tripwire/tw.cfg.1774.bak Please enter your site passphrase: Wrote configuration file: /usr/local/etc/tripwire/tw.cfg A clear-text version of the Tripwire configuration file /usr/local/etc/tripwire/twcfg.txt has been preserved for your inspection. It is recommended that you delete this file manually after you have examined it. ---------------------------------------------- Customizing default policy file... ---------------------------------------------- Creating signed policy file... ### Error: Policy file parsing problem. ### Syntax error: Line number 4 ### Exiting... The policy file was not altered. Error: signing of policy file failed. *** Error code 1 Stop in /usr/ports/security/tripwire. *** Error code 1 Stop in /usr/ports/security/tripwire. *** Error code 1 Stop in /usr/ports/security/tripwire. Any ideas? Thanks! --Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 15:41:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tigger.pacehouse.com (adsl-63-202-82-115.dsl.snfc21.pacbell.net [63.202.82.115]) by hub.freebsd.org (Postfix) with ESMTP id 7734137B41C for ; Wed, 20 Mar 2002 15:41:27 -0800 (PST) Received: from localhost (jepace@localhost) by tigger.pacehouse.com (8.11.6/8.11.6) with ESMTP id g2KNfQe58475 for ; Wed, 20 Mar 2002 15:41:26 -0800 (PST) (envelope-from jepace@pobox.com) X-Authentication-Warning: tigger.pacehouse.com: jepace owned process doing -bs Date: Wed, 20 Mar 2002 15:41:26 -0800 (PST) From: "James E. Pace" X-X-Sender: jepace@tigger.pacehouse.com Reply-To: "James E. Pace" To: questions@freebsd.org Subject: ssh session closing? Message-ID: <20020320153932.Q57923-100000@tigger.pacehouse.com> X-Url: http://www.pobox.com/~jepace X-Pgp-Fingerprint: 8C E7 12 5A 3A 8C 5C 4D EC 15 7B 65 EA 82 D2 BF X-Pgp-Keyid: A49EA4D9 X-Files: The Truth Is Out There MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG If I leave ssh sessions to my system idle for a while, they close. How can I keep this from happening? I'm pretty sure its not my shell doing the close, since the same .tcshrc on another system does not behave this way. The system is running ipfw, if that matters. Thanks, -James This letter brought to you by: ************************************* ** "They that can give up James E. Pace ** ** essential liberty to http://www.PaceHouse.com/ ** ** obtain a little temporary ** ** safety deserve neither liberty nor safety." - B. Franklin ** ******************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 15:56:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sagan.beanstalk.net (sagan.beanstalk.net [12.162.34.5]) by hub.freebsd.org (Postfix) with ESMTP id 791AF37B417 for ; Wed, 20 Mar 2002 15:56:33 -0800 (PST) Received: from fcoffice.ptfd.org (unverified [12.162.35.159]) by sagan.beanstalk.net (Vircom SMTPRS 4.2.181) with SMTP id ; Wed, 20 Mar 2002 18:58:48 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Michael W.Holdeman Organization: PTFD To: "Mark Yeck" Subject: Re: VMWare2 Date: Wed, 20 Mar 2002 18:56:24 -0500 X-Mailer: KMail [version 1.2] References: <02032017323302.13992@fcoffice.ptfd.org> <1424.65.205.87.208.1016667730.squirrel@y3k.shacknet.nu> In-Reply-To: <1424.65.205.87.208.1016667730.squirrel@y3k.shacknet.nu> Cc: FreeBSD Questions MIME-Version: 1.0 Message-Id: <02032018562404.13992@fcoffice.ptfd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG That did the trick, Now to only get a license that works. I have one for a 30 day trial for 3.0 but it does not work. I used to use VM until I found win4lin because VM was too hungry, and ran so slow, I'm hoping with FreeBSD it will run better since there is no win4lin(bsd) avail. But hate to spend $299 to find out it is too slow and won't run my app. Mike On Wednesday 20 March 2002 18:42, you wrote: > > Upon installing vmware 2 from teh ports, everything seemed to go fine > > however when I try > > to run it as a user I get a complaint about linux > > > procfs not mounted, when I use > > /usr/local/lib/vmware/bin/vmware it > > > starts but gives me errors about not being able > > to execute the vmware > > > workstation executable file, and module 10 initialization > > succeeded.. > > > Starts anyway, but I'm unable to load a guest OS as when trying to hit > > power > > on I get could not open /proc/cpuinfo. > > > I tried but did not have a linproc port in teh > > ports collection. So I > > > got th elinprocfs.tar.gz from teh same ftp as teh vmware > > (mindspring > > > ... ...) and placed it in teh ports/emulators, tree. When running make > > ioon it I get complaints that it is too old, and need to run pkg > > > instead? > > > > My system is > > setup with Linux_compatibility=yes in rc.conf. > > > Any help would be appreciated > > I > have the following line in /etc/fstab: > > /proc /usr/compat/linux/proc linprocfs rw 0 > 0 > > When I boot that sets up the linprocfs stuff automatically. To do it > manually is something like: > > /sbin/mount -t linprocfs /proc /usr/compat/linux/proc > > -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 Wed Mar 20 16: 2:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.smashpow.net (mail.smashpow.com [216.235.9.194]) by hub.freebsd.org (Postfix) with ESMTP id DE78637B47D for ; Wed, 20 Mar 2002 16:01:58 -0800 (PST) Received: from mail.smashpow.net([216.235.9.194]) (2114 bytes) by mail.smashpow.net via smail with P:esmtp/R:bind_hosts/T:smtp (sender: ) id for ; Wed, 20 Mar 2002 19:01:54 -0500 (EST) (Smail-3.2.0.111 2000-Feb-17 #1 built 2001-Mar-18) Date: Wed, 20 Mar 2002 19:01:54 -0500 (EST) From: Agent Drek To: Daniel Coll Cc: freeBSD-questions@freeBSD.org Subject: RE: Sony Vaio PCG-FX 220 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hi, Everybody... or Nobody?? > (This is my 12th mail with no response, neither is posted on the mailing > list... Something might be not working well) > > I have an issue trying to install FreeBSD 4.5 Stable on my notebook (Sony > Vaio PCG-FX 220). I am newbie to FreeBSD, and I am having a quite > frustrating experience. I been reading the HandBook for weeks, and it has > become my new Bible. But I can't see god... > > When I began my installation, I boot with the CD-ROM, I configure the > kernel (as I think is right) and after it gives the list of hardware in the > booting process, system crashes, giving no response to any key or function. > Last line I can see: > Mounting root from ufs:/dev/md0c (It is supposed after this sysinstall must > continue) > > I thought my hardware was in conflict with some IRQ and all that stuff, so > I eliminate all components in conflict, but still happening the same error > at the same step. > > I thought maybe my notebook wasn't BSD compatible, but reading the mailing > lists I could see a guy with the same PC working fine. > > If someone has this notebook working please make me know and if it doesn't > work make me know too, maybe we could do something together. > > I would appreciate any kind of help. > > Thanks everybody. > Daniel Coll > newbie@altonono.com > try doing this at the kernel prompt: set hw.pcic.intr_path=1 set hw.pcic.irq=0 that worked for my PCG-R505TL Vaio don't ask me why :) but there are references to that in the list archives. cheers, -- Derek Marshall Smash and Pow Inc > 'digital plumber' http://www.smashpow.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 16: 2:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from catflap.bishopston.net (catflap.bishopston.net [24.67.16.239]) by hub.freebsd.org (Postfix) with ESMTP id DCF1237B419 for ; Wed, 20 Mar 2002 16:00:08 -0800 (PST) X-Envelope-From: jamie@catflap.bishopston.net X-Envelope-To: Received: from catflap.bishopston.net (jamie@localhost [127.0.0.1]) by catflap.bishopston.net (8.12.1/8.12.1) with ESMTP id g2L007an091434 for ; Thu, 21 Mar 2002 00:00:08 GMT (envelope-from jamie@catflap.bishopston.net) Received: (from jamie@localhost) by catflap.bishopston.net (8.12.1/8.12.1/Submit) id g2L006Xv091431; Thu, 21 Mar 2002 00:00:06 GMT (envelope-from jamie) Message-Id: <200203210000.g2L006Xv091431@catflap.bishopston.net> To: freebsd-questions@freebsd.org From: Jamie Jones Subject: SCSI(aic) and ethernet (lnc) no longer working with upgrade to 4.5 Date: Thu, 21 Mar 2002 00:00:05 +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have an old 486 with an Adaptec AHA-1530P SCSI adapter, and SCSI rom, and an ICL Ethernet card. The system (which acts as a firewall and router) has been working fine for years, and has been running FreeBSD 2.2.7 I recently upgraded it to FreeBSD 4.5-RELEASE, and the scsi card and ethernet adapter are no longer recognised. Even though I had the 4.5 CD I actually had to install the system (minimum install) over modem to get it going! I've reconfigured the kernel with the same paramaters that were in the 2.2.7 kernel, but no joy. Nothing else has changed on the machine.. I've tried various other things, but nothing seems to work. Has anything changed with the aic and lnc drivers ? At the moment, it's effectively just a dead PC, so I'd appreaciate any help solving this. I include the kernel file, and the dmesg and pnpinfo outputs. Additionally I include the dmesg output from the old 2.2.7 setup (I can't include the kernel config. from the old setup, because I backed it up onto my other machine, which went pop last week :-( ) Thanks in advance, Jamie dmesg - FreeBSD 4.5: ~~~~~~~~~~~~~~~~~~~ Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.5-RELEASE #23: Wed Mar 20 23:19:13 GMT 2002 root@tiffany.home.bishopston.net:/usr/src/sys/compile/TIFFANY Timecounter "i8254" frequency 1193182 Hz CPU: AMD Am5x86 Write-Through (486-class CPU) Origin = "AuthenticAMD" Id = 0x4e4 Stepping = 4 Features=0x1 real memory = 54525952 (53248K bytes) avail memory = 49868800 (48700K bytes) Preloaded elf kernel "kernel" at 0xc0334000. md0: Malloc disk npx0: on motherboard npx0: INT 16 interface isa0: on motherboard orm0: Re: How do I switch between window managers?
At 10:20 AM -0500 3/20/02, Brendan McAlpine wrote:
Hey all
I just installed KDE and Gnome on my machine and I was wondering how I go about switching between them.  Right now when I start X, KDE is the manager.  I would like to go with Gnome.  Is there a command to switch between window managers?

I do it the hard way! :)
I just use two shell scripts to mv the right file
into place. one is called "ktog" when I am in KDE and
want to switch to gnome. "gtok" does the opposite.
I just exit KDE or Gnome, run the correct file and startx again.
details below:

spike 11:18pm 502 ~/bin>more ktog
#!/bin/sh
# this program switches the .xintrc file from using kde to gnome


/bin/mv /home/jim/.xinitrc /home/jim/.xinitrc.kde
/bin/mv /home/jim/.xinitrc.gnome /home/jim/.xinitrc

=====

spike 11:18pm 503 ~/bin>more gtok
#!/bin/sh
# this program switches the .xintrc file from using gnome to kde


/bin/mv /home/jim/.xinitrc /home/jim/.xinitrc.gnome
/bin/mv /home/jim/.xinitrc.kde /home/jim/.xinitrc

======

.xinitrc for gnome
exec gnome-session

.xinitrc for kde
exec startkde

--============_-1195437736==_ma============-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 20:26:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from geddy.nmsu.edu (geddy.nmsu.edu [128.123.195.221]) by hub.freebsd.org (Postfix) with ESMTP id 23F3537B41B for ; Wed, 20 Mar 2002 20:26:30 -0800 (PST) Received: (from ian@localhost) by geddy.nmsu.edu (8.11.6/8.11.6) id g2L4RNV03862 for freebsd-questions@freebsd.org; Wed, 20 Mar 2002 21:27:23 -0700 (MST) (envelope-from ian) Date: Wed, 20 Mar 2002 21:27:23 -0700 From: Ian Logan To: freebsd-questions@freebsd.org Subject: SMP problems with 4.5-STABLE Message-ID: <20020321042723.GA3848@geddy.nmsu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, We just received a Gateway 930C workstation, which is having problems booting a SMP kernel. Its a dual-CPU system with a serverworks chipset, aic7899 SCSI adapters, segate 18G SCSI disks, 1GB ram, and 2 1.4GHz Pentium-III's. (boot output is attached for the details) Running 4.5-STABLE (cvsup'd today) a UP kernel runs great. When trying to boot a SMP kernel, the system hangs right after the Waiting for SCSI devices to settle message. I've tried both a generic kernel config with the APIC_IO and SMP options, and stripped down config which only contains only the hardware mentioned above (plus DDB). I can escape to the kernel debugger, so i dont think the machine is completely dead, but it never seems to make it past that point. Sadly, I dont know enough to figure out whats going on :( Any help would be greatly appreciated! Thanks, Ian boot output: (can send a boot -v if needed, and the kernel config file) FreeBSD 4.5-STABLE #0: Wed Mar 20 10:25:08 MST 2002 root@nelson.nmsu.edu:/usr/src/sys/compile/NELSON-SMP Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (1395.58-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6b1 Stepping = 1 Features=0x383fbff real memory = 1073741824 (1048576K bytes) avail memory = 1041678336 (1017264K bytes) Programming 16 pins in IOAPIC #0 Programming 16 pins in IOAPIC #1 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x000f0011, at 0xfec00000 io1 (APIC): apic id: 3, version: 0x000f0011, at 0xfec01000 Preloaded elf kernel "kernel" at 0xc036d000. Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 13 entries at 0xc00f45b0 npx0: on motherboard npx0: INT 16 interface pcib1: on motherboard IOAPIC #1 intpin 13 -> irq 16 IOAPIC #1 intpin 14 -> irq 17 pci1: on pcib1 ahc0: port 0xd400-0xd4ff mem 0xfe9fe000-0xfe9fefff irq 16 at device 2.0 on pci1 aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/255 SCBs ahc1: port 0xd800-0xd8ff mem 0xfe9ff000-0xfe9fffff irq 17 at device 2.1 on pci1 aic7899: Ultra160 Wide Channel B, SCSI Id=7, 32/255 SCBs pcib0: on motherboard IOAPIC #1 intpin 1 -> irq 18 pci0: on pcib0 dc0: <82c169 PNIC 10/100BaseTX> port 0xb400-0xb4ff mem 0xfe8fdc00-0xfe8fdcff irq 18 at device 4.0 on pci0 dc0: Ethernet address: 00:a0:cc:d2:1a:83 miibus0: on dc0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pci0: at 14.0 isab0: at device 15.0 on pci0 isa0: on isab0 pci0: at 15.1 pci0: at 15.2 irq 10 pcib2: on motherboard IOAPIC #1 intpin 0 -> irq 19 pci2: on pcib2 pci2: (vendor=0x8086, dev=0x1008) at 2.0 irq 19 pcib3: on motherboard pci3: on pcib3 pcib4: on motherboard pci4: on pcib4 orm0:
Hello 
 
I need you to help me to answer = some=20 questions follows :
 
Please introduce me about  'how to = set gateway=20 on FreeBSD'
 
Please give me for sample 'set up = FreeBSD connect=20 modem by bring computer of client pass IP as we are fix'  = or that=20 can pass H323? because that need to use Netmeeting.
 
Thank you very much. Hope to get you = reply as soon=20 as possible.  Have a nice day.
 
Best Regard,
Supanee Ruangthong
 
 
 
 
------=_NextPart_000_000A_01C1D0CD.6F2B0D10-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 20:44:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from jester.ti.com (jester.ti.com [192.94.94.1]) by hub.freebsd.org (Postfix) with ESMTP id C141037B404 for ; Wed, 20 Mar 2002 20:44:25 -0800 (PST) Received: from dlep6.itg.ti.com ([157.170.188.9]) by jester.ti.com (8.11.6/8.11.6) with ESMTP id g2L4iO116851 for ; Wed, 20 Mar 2002 22:44:24 -0600 (CST) Received: from dlep6.itg.ti.com (localhost [127.0.0.1]) by dlep6.itg.ti.com (8.9.3/8.9.3) with ESMTP id WAA17937 for ; Wed, 20 Mar 2002 22:44:24 -0600 (CST) Received: from popsvr.india.ti.com (popsvr.india.ti.com [157.87.95.215]) by dlep6.itg.ti.com (8.9.3/8.9.3) with ESMTP id WAA17923 for ; Wed, 20 Mar 2002 22:44:22 -0600 (CST) Received: from paspcsham (dhcp86222 [157.87.86.222]) by popsvr.india.ti.com (8.8.8/8.8.8) with SMTP id KAA11908 for ; Thu, 21 Mar 2002 10:14:18 +0530 (IST) Message-ID: <000701c1d093$cacf07a0$de56579d@india.ti.com> From: "Gautham Ganapathy" To: "FreeBSD - FreeBSD.org Questions" Subject: 4.3 vs 4.5 Date: Thu, 21 Mar 2002 10:19:28 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Other than the new kernel, what are the other differences between the 4.3 and 4.5 distributions ? Regards Gautham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 20:55:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.nc.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C5BB37B419 for ; Wed, 20 Mar 2002 20:55:10 -0800 (PST) Received: from i8k.babbleon.org ([66.57.85.154]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Wed, 20 Mar 2002 23:55:09 -0500 Received: by i8k.babbleon.org (Postfix, from userid 111) id 631A9BB39; Wed, 20 Mar 2002 23:55:08 -0500 (EST) Content-Type: text/plain; charset="iso-8859-1" From: Brian T.Schellenberger To: "Gautham Ganapathy" , "FreeBSD - FreeBSD.org Questions" Subject: Re: 4.3 vs 4.5 Date: Wed, 20 Mar 2002 23:55:07 -0500 X-Mailer: KMail [version 1.3] References: <000701c1d093$cacf07a0$de56579d@india.ti.com> In-Reply-To: <000701c1d093$cacf07a0$de56579d@india.ti.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020321045508.631A9BB39@i8k.babbleon.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wednesday 20 March 2002 11:49 pm, Gautham Ganapathy wrote: | Hi | | Other than the new kernel, what are the other differences between the 4.3 | and 4.5 distributions ? The programs. And the config files. Seriously, check out /usr/src/UPDATING for really big highlights; check the release notes for more details. But it's mostly kernel changes & all the applications getting newer, too. As befits a point release no enormous changes in the structure went in. Softupdates and disk layout optimization seem like the bigees to me. | | Regards | Gautham | | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-questions" in the body of the message -- Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) Brian, the man from Babble-On . . . . bts@babbleon.org (personal) ME --> http://www.babbleon.org http://www.eff.org <-- GOOD GUYS --> http://www.programming-freedom.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 20:59:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from catflap.bishopston.net (catflap.bishopston.net [24.67.16.239]) by hub.freebsd.org (Postfix) with ESMTP id D0ED337B417 for ; Wed, 20 Mar 2002 20:59:02 -0800 (PST) X-Envelope-From: jamie@catflap.bishopston.net X-Envelope-To: Received: from catflap.bishopston.net (jamie@localhost [127.0.0.1]) by catflap.bishopston.net (8.12.1/8.12.1) with ESMTP id g2L4x1an052786 for ; Thu, 21 Mar 2002 04:59:01 GMT (envelope-from jamie@catflap.bishopston.net) Received: (from jamie@localhost) by catflap.bishopston.net (8.12.1/8.12.1/Submit) id g2L4x1lC052785 for freebsd-questions@freebsd.org; Thu, 21 Mar 2002 04:59:01 GMT (envelope-from jamie) Message-Id: <200203210459.g2L4x1lC052785@catflap.bishopston.net> To: freebsd-questions@freebsd.org From: Jamie Jones Subject: SCSI(aic) and ethernet (lnc) no longer working with upgrade to 4.5 Date: Thu, 21 Mar 2002 00:00:05 +0000 User-Agent: slrn/0.9.7.3 (FreeBSD) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have an old 486 with an Adaptec AHA-1530P SCSI adapter, and SCSI rom, and an ICL Ethernet card. The system (which acts as a firewall and router) has been working fine for years, and has been running FreeBSD 2.2.7 I recently upgraded it to FreeBSD 4.5-RELEASE, and the scsi card and ethernet adapter are no longer recognised. Even though I had the 4.5 CD I actually had to install the system (minimum install) over modem to get it going! I've reconfigured the kernel with the same paramaters that were in the 2.2.7 kernel, but no joy. Nothing else has changed on the machine.. I've tried various other things, but nothing seems to work. Has anything changed with the aic and lnc drivers ? At the moment, it's effectively just a dead PC, so I'd appreaciate any help solving this. I include the kernel file, and the dmesg and pnpinfo outputs. Additionally I include the dmesg output from the old 2.2.7 setup (I can't include the kernel config. from the old setup, because I backed it up onto my other machine, which went pop last week :-( ) Thanks in advance, Jamie dmesg - FreeBSD 4.5: ~~~~~~~~~~~~~~~~~~~ Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.5-RELEASE #23: Wed Mar 20 23:19:13 GMT 2002 root@tiffany.home.bishopston.net:/usr/src/sys/compile/TIFFANY Timecounter "i8254" frequency 1193182 Hz CPU: AMD Am5x86 Write-Through (486-class CPU) Origin = "AuthenticAMD" Id = 0x4e4 Stepping = 4 Features=0x1 real memory = 54525952 (53248K bytes) avail memory = 49868800 (48700K bytes) Preloaded elf kernel "kernel" at 0xc0334000. md0: Malloc disk npx0: on motherboard npx0: INT 16 interface isa0: on motherboard orm0: Message
You=20 can also try switchdesk command. I used it long back so I don't remember = how to=20 get it. I think it comes with KDE. It allows you to switch between = window=20 managers. Again not sure if you can dynamically = switch.
-jaideep
 
-----Original Message-----
From:=20 owner-freebsd-questions@FreeBSD.ORG = [mailto:owner-freebsd-questions@FreeBSD.ORG]=20 On Behalf Of Jim Arnold
Sent: Thursday, March 21, 2002 = 9:56=20 AM
To: Brendan McAlpine; = questions@FreeBSD.ORG
Subject: Re:=20 How do I switch between window managers?

At 10:20 AM -0500 3/20/02, Brendan McAlpine wrote:
Hey = all
I just installed KDE = and Gnome=20 on my machine and I was wondering how I go about switching between = them.=20  Right now when I start X, KDE is the manager.  I would like = to go=20 with Gnome.  Is there a command to switch between window=20 managers?

I do it the hard way! :)
I just use two shell scripts to mv the right file
into place. one is called "ktog" when I am in KDE and
want to switch to gnome. "gtok" does the opposite.
I just exit KDE or Gnome, run the correct file and startx = again.
details below:

spike 11:18pm 502 ~/bin>more ktog
#!/bin/sh
# this program switches the .xintrc file from using kde to = gnome


/bin/mv /home/jim/.xinitrc /home/jim/.xinitrc.kde
/bin/mv=20 /home/jim/.xinitrc.gnome /home/jim/.xinitrc

=3D=3D=3D=3D=3D

spike 11:18pm 503 ~/bin>more gtok
#!/bin/sh
# this program switches the .xintrc file from using gnome to = kde


/bin/mv /home/jim/.xinitrc /home/jim/.xinitrc.gnome
/bin/mv /home/jim/.xinitrc.kde /home/jim/.xinitrc

=3D=3D=3D=3D=3D=3D

.xinitrc for gnome
exec gnome-session

.xinitrc for kde
exec startkde

------=_NextPart_000_0009_01C1D0C2.D1E93900-- ------=_NextPartTM-000-37cd080b-3c82-11d6-a942-00b0d0d06be8 Content-Type: text/plain; name="Wipro_Disclaimer.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Wipro_Disclaimer.txt" **************************Disclaimer************************************ Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged' and 'confidential' and intended for use only by the individual or entity to which it is addressed. You are notified that any use, copying or dissemination of the information contained in the E-MAIL in any manner whatsoever is strictly prohibited. ******************************************************************** ------=_NextPartTM-000-37cd080b-3c82-11d6-a942-00b0d0d06be8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 21: 3:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id C633F37B404 for ; Wed, 20 Mar 2002 21:03:36 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g2L53LC69028; Thu, 21 Mar 2002 17:03:21 +1200 (NZST) (envelope-from jonc) Date: Thu, 21 Mar 2002 17:03:21 +1200 From: Jonathan Chen To: Joe & Fhe Barbish Cc: FBSDQ Subject: Re: Where do I find isa_strayintr() to turn off stray irq7 message? Message-ID: <20020321170321.A68978@grimoire.chen.org.nz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from barbish@a1poweruser.com on Wed, Mar 20, 2002 at 09:26:43PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Mar 20, 2002 at 09:26:43PM -0500, Joe & Fhe Barbish wrote: > 5.24. What does ``stray IRQ'' mean? > Stray IRQs are indications of hardware IRQ glitches, mostly from hardware > that removes its interrupt request in the middle of the interrupt request > acknowledge cycle. > One has three options for dealing with this: > * Live with the warnings. All except the first 5 per irq are suppressed > anyway. > * Break the warnings by changing 5 to 0 in isa_strayintr() so that all the > warnings are suppressed. > * Break the warnings by installing parallel port hardware that uses irq 7 > and the PPP driver for it (this happens on most systems), and install an ide > drive or other hardware that uses irq 15 and a suitable driver for it. > > Where do I find isa_strayintr() to turn off irq7 message? It's in /usr/src/sys/i386/isa/intr_machdep.c. You can tweak it to not log the message. Some C experience required. A kernel rebuild is also required. -- Jonathan Chen ---------------------------------------------------------------------- Don't worry about avoiding temptation, as you grow older, it starts avoiding you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 21: 5:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-239.dsl.lsan03.pacbell.net [64.165.226.239]) by hub.freebsd.org (Postfix) with ESMTP id 4F80A37B417 for ; Wed, 20 Mar 2002 21:05:05 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id AD13366C39; Wed, 20 Mar 2002 21:05:04 -0800 (PST) Date: Wed, 20 Mar 2002 21:05:04 -0800 From: Kris Kennaway To: Gautham Ganapathy Cc: "FreeBSD - FreeBSD.org Questions" Subject: Re: 4.3 vs 4.5 Message-ID: <20020320210504.A49401@xor.obsecurity.org> References: <000701c1d093$cacf07a0$de56579d@india.ti.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="J/dobhs11T7y2rNN" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <000701c1d093$cacf07a0$de56579d@india.ti.com>; from gauthamg123list@yahoo.com on Thu, Mar 21, 2002 at 10:19:28AM +0530 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 21, 2002 at 10:19:28AM +0530, Gautham Ganapathy wrote: > Hi >=20 > Other than the new kernel, what are the other differences between the 4.3 > and 4.5 distributions ? Read the release notes. Kris --J/dobhs11T7y2rNN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8mWn/Wry0BWjoQKURAijJAJ96VxTq1OBS+z5/FjuFNquekPMaQQCg0nB5 Leph89at8QhXeqH0yDCDEKQ= =nCEH -----END PGP SIGNATURE----- --J/dobhs11T7y2rNN-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 21:19: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailgate.purespeed.com (ns2.tidalwave.net [66.77.68.8]) by hub.freebsd.org (Postfix) with ESMTP id 93A6B37B41A for ; Wed, 20 Mar 2002 21:19:03 -0800 (PST) Received: from tidalwave.net (fozzy.purespeed.com [66.77.68.13]) by mailgate.purespeed.com (Postfix Relay Hub) with ESMTP id 11C29139E1 for ; Thu, 21 Mar 2002 00:20:26 -0500 (EST) Received: from 98machine [65.129.24.153] by tidalwave.net (SMTPD32-7.05) id AD3F752E00C8; Thu, 21 Mar 2002 00:18:55 -0500 Message-ID: <000801c1d098$960c9d20$0200000a@98machine> From: "Joel R. Scalzo" To: Subject: I want BSD. Date: Thu, 21 Mar 2002 00:23:50 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C1D06E.AC6D2AA0" 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C1D06E.AC6D2AA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Dear BSD, How do I download free BSD? I can't find a link that allows me to do so. Joel ------=_NextPart_000_0005_01C1D06E.AC6D2AA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Dear BSD,
 
How do I download free BSD? I can't = find a link=20 that allows me to do so.
 
Joel
------=_NextPart_000_0005_01C1D06E.AC6D2AA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 21:27:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id 1A8F937B417 for ; Wed, 20 Mar 2002 21:27:46 -0800 (PST) Received: by peitho.fxp.org (Postfix, from userid 1206) id 05D6013667; Thu, 21 Mar 2002 00:27:39 -0500 (EST) Date: Thu, 21 Mar 2002 00:27:39 -0500 From: Bob Bomar To: "Joel R. Scalzo" Cc: questions@freebsd.org Subject: Re: I want BSD. Message-ID: <20020321052739.GA48275@peitho.fxp.org> References: <000801c1d098$960c9d20$0200000a@98machine> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IS0zKkzwUGydFO0o" Content-Disposition: inline In-Reply-To: <000801c1d098$960c9d20$0200000a@98machine> User-Agent: Mutt/1.3.24i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 21, 2002 at 12:23:50AM -0500, Joel R. Scalzo wrote: > Dear BSD, >=20 > How do I download free BSD? I can't find a link that allows me to do so. >=20 > Joel Goto http://www.freebsd.org and read the installation instructions. There is also a handbook that will help you out if you need any help. --=20 |------------------------------------| | Bob Bomar | | bulldog@fxp.org | | http://fly.homeunix.org/~bob | |=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D| | FreeBSD: The Power to Serve | | http://www.FreeBSD.org | |------------------------------------| --IS0zKkzwUGydFO0o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8mW9K9Jm/aTrtdKoRAurLAJ9U/nqvI4vEnBx9TtjE7dCkmdsh9ACfaFdU c/uGSckT6ooLkQab2nbqzcM= =4UG9 -----END PGP SIGNATURE----- --IS0zKkzwUGydFO0o-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 21:56:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailout5.nyroc.rr.com (mailout5-0.nyroc.rr.com [24.92.226.122]) by hub.freebsd.org (Postfix) with ESMTP id 54B8637B400 for ; Wed, 20 Mar 2002 21:56:52 -0800 (PST) Received: from myrealbox.com (syr-24-161-96-98.twcny.rr.com [24.161.96.98]) by mailout5.nyroc.rr.com (8.11.6/Road Runner 1.12) with ESMTP id g2L5uiM16945; Thu, 21 Mar 2002 00:56:44 -0500 (EST) Message-ID: <3C99761C.3050201@myrealbox.com> Date: Thu, 21 Mar 2002 00:56:44 -0500 From: Tom Parquette User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.4) Gecko/20011126 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: Roger534@aol.com Cc: freebsd-questions@freebsd.org Subject: Re: Will this work? References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG My first FreeBSD machine was a Dell 486/66 with 16mb of RAM. It would usually take me 36-48 hours to build the world but I was in no rush. This machine is still alive and kicking. I use it as a sandbox while I figure out how to make something new (to me) work. If you run XFree86 the machine will grind to a halt because of RAM usage. If you're going to run X, you should think about at least 128mb of RAM. I love rescuing old machines from the dumpster but at some point getting IDE disks to work will become the major problem. e.g. getting ISA controller cards is becoming a problem. Go for it. It's a good starting point. Cheers... Roger534@aol.com wrote: > I recently came across a boxed copy of FreeBSD 4.2 on the "clearance > table" at a local office supply store. My old PC is a 90MHz Pentium with > 24 MB RAM and a 503 MB hard drive. I bought the box (it was only $17) - > would converting my old PC to a UNIX-only machine as a hobby be a > practical idea? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 22: 9: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 08F8437B400 for ; Wed, 20 Mar 2002 22:09:00 -0800 (PST) Received: from jimarnold.org (a11a174.neo.rr.com [204.210.192.174]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id g2L68wB05281 for ; Thu, 21 Mar 2002 01:08:58 -0500 (EST) Received: from [192.168.0.4] (mac [192.168.0.4]) by jimarnold.org (Postfix) with ESMTP id 89220368F for ; Thu, 21 Mar 2002 01:08:58 -0500 (EST) Mime-Version: 1.0 X-Sender: jim@192.168.0.2 Message-Id: Date: Thu, 21 Mar 2002 01:08:49 -0500 To: freebsd-questions@freebsd.org From: Jim Arnold Subject: divert sockets realaudio capture Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG How would I use divert sockets (assuming that IPDIVERT is compiled in the kernel) to capture realaudio streams and save them to a file while listening to them? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 22:10:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from samar.sasken.com (samar.sasken.com [164.164.56.2]) by hub.freebsd.org (Postfix) with ESMTP id 3D3DF37B419 for ; Wed, 20 Mar 2002 22:10:21 -0800 (PST) Received: from samar (localhost [127.0.0.1]) by samar.sasken.com (8.11.6/8.11.6) with SMTP id g2L6ADK08732 for ; Thu, 21 Mar 2002 11:40:17 +0530 (IST) Received: (from gbnaidu@localhost) by sunk2.sasi.com (8.11.6/8.11.6) id g2L6ABQ24366; Thu, 21 Mar 2002 11:40:11 +0530 (IST) From: "G.B.Naidu" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15513.31043.474533.564298@sunk2.sasi.com> Date: Thu, 21 Mar 2002 11:40:11 +0530 (IST) To: freebsd-questions@FreeBSD.org Subject: XFreee86 and Intel i810 Video card... X-Mailer: VM 6.72 under 21.1 (patch 9) "Canyonlands" XEmacs Lucid Reply-To: gbnaidu@sasken.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I have been struggling to configure X windows for my FreeBSd system. Though startx starts the X windows, it shows the windows and the fonts really big and I cant do much with the Xwindows system. Initailly I thought this might be the problem with the Xfree86 3.3.6 version not supporting the i810 driver. But I have installed Xfree86 4.2.0 and still it's behavior is same. Could some body help me how will I be able to make the windows normal size and also the font to be small. My system configuration: OS: FreeBSD 4.1 Intel 815EEA video card integrated on the Motherboard. As mentioned in the hand book, I have loaded the agp.ko module and also did MAKEDEV /dev/agpgart. Any help is appriaciated. TIA --gb Here is my /etc/XF86Config file: -------------------------------- # XF86Config auto-generated by XF86Setup # # Copyright (c) 1996 by The XFree86 Project, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # # Except as contained in this notice, the name of the XFree86 Project shall # not be used in advertising or otherwise to promote the sale, use or other # dealings in this Software without prior written authorization from the # XFree86 Project. # # See 'man XF86Config' for info on the format of this file Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/local" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" EndSection Section "ServerFlags" EndSection Section "Keyboard" Protocol "Standard" XkbRules "xfree86" XkbModel "pc101" XkbLayout "us" EndSection Section "Pointer" Protocol "Microsoft" Device "/dev/mouse" EndSection Section "Monitor" Identifier "Primary Monitor" VendorName "Unknown" ModelName "Unknown" HorizSync 31.5 VertRefresh 60 Modeline "320x204" 25.18 320 344 376 400 204 206 225 0 EndSection Section "Device" Identifier "Primary Card" VendorName "Unknown" BoardName "Intel 810" Clocks 25.18 EndSection Section "Screen" Driver "Accel" Device "Primary Card" Monitor "Primary Monitor" DefaultColorDepth 8 SubSection "Display" Depth 8 Modes "320x204" EndSubSection SubSection "Display" Depth 15 Modes "320x204" EndSubSection SubSection "Display" Depth 16 Modes "320x204" EndSubSection SubSection "Display" Depth 24 Modes "320x204" EndSubSection SubSection "Display" Depth 32 Modes "320x204" EndSubSection EndSection Section "Screen" Driver "SVGA" Device "Primary Card" Monitor "Primary Monitor" DefaultColorDepth 8 SubSection "Display" Depth 8 Modes "320x204" EndSubSection SubSection "Display" Depth 15 Modes "320x204" EndSubSection SubSection "Display" Depth 16 Modes "320x204" EndSubSection SubSection "Display" Depth 24 Modes "320x204" EndSubSection SubSection "Display" Depth 32 Modes "320x204" EndSubSection EndSection Section "Screen" Driver "VGA16" Device "Primary Card" Monitor "Primary Monitor" SubSection "Display" Depth 4 Modes "320x204" EndSubSection EndSection Section "Screen" Driver "VGA2" Device "Primary Card" Monitor "Primary Monitor" SubSection "Display" Depth 1 Modes "320x204" EndSubSection EndSection Section "Screen" Driver "Mono" Device "Primary Card" Monitor "Primary Monitor" SubSection "Display" Depth 1 Modes "320x204" EndSubSection EndSection To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 22:17:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ceeyes.com (in.ceeyes.com [65.45.55.133]) by hub.freebsd.org (Postfix) with ESMTP id 87D0137B417 for ; Wed, 20 Mar 2002 22:17:13 -0800 (PST) Received: from prasadg.in.ceeyes.com (localhost [127.0.0.1]) by mail.ceeyes.com (8.9.1b+Sun/8.9.3) with SMTP id LAA16708 for ; Thu, 21 Mar 2002 11:46:47 +0530 (INST) Message-ID: <000301c1d0a1$b9066280$7c06010a@prasadg.in.ceeyes.com> From: "GVBSPRASAD" To: Subject: Please reply me!!! Date: Thu, 21 Mar 2002 11:59:10 +0530 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, Iam using FreeBsd ver 4.3, While Building Kernel I Found an Error in the /sys/cam directory where it is showing for Make Depend command as ../../cam/cam.c No such file or Directory ../../cam/scsi/ No such file or Directory Also i have checked the directory cam where i found the files are missing Please Help me in this situation and if possible send me zip of CAM directory and sub-directory SCSI files Reply Me ASAP with Regards Bhanu Prasad.G CS Software Technologies Hyderabad. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 22:22: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tao.thought.org (sense-kline-249.oz.net [216.39.168.249]) by hub.freebsd.org (Postfix) with ESMTP id 1AA9637B440 for ; Wed, 20 Mar 2002 22:21:47 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.11.3/8.11.3) id g2L6LbB49907; Wed, 20 Mar 2002 22:21:37 -0800 (PST) (envelope-from kline) Date: Wed, 20 Mar 2002 22:21:37 -0800 From: Gary Kline To: mpd Cc: Peter Leftwich , Gary Kline , FreeBSD Questions Subject: Re: K&R to ANSI? [nroff?] Message-ID: <20020320222137.A49877@tao.thought.org> References: <200203210239.g2L2dqm49467@tao.thought.org> <20020320214944.T47592-100000@earl-grey.cloud9.net> <20020320220108.A279@rochester.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020320220108.A279@rochester.rr.com>; from mpd6334@cs.rit.edu on Wed, Mar 20, 2002 at 10:01:08PM -0500 X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 15 years of service to the Unix community Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Mar 20, 2002 at 10:01:08PM -0500, mpd wrote: > On Wed, Mar 20, 2002 at 09:53:43PM -0500, Peter Leftwich wrote: > > On Wed, 20 Mar 2002, Gary Kline wrote: > > > Does anybody know if there are existant tools that can transform K&R functions to the standard? > > > foo (n) > > > int ; > > > to > > > foo (int n) > > > I'm tweaking one of our more ancient ports and would like to update the params. > > > thanks for any clues, > > > gary > > > -- > > > Gary Kline kline@thought.org www.thought.org Public service Unix > > > > What are K&R functions and what do you mean by "the standard?" > > > > I know you are asking about C code and not command-line stuff, but would > > any of these commands help you with your cause "nroff" "groff" "troff"? > > No. Those don't format this kind of text. He's looking for something > that takes old style (pre-ANSI) C code and converts it to ANSI C. > > I have never encountered a kr2ansi converter that even came > close to being complete. I could generally do it faster by > hand. Maybe that's the reason there's so much k&r code in > my /usr/src directory. > Okay, I'll take your word for it! I've always done it by hand; just thought there might be some new gismo... gary -- Gary Kline kline@thought.org www.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 22:38:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from samar.sasken.com (samar.sasken.com [164.164.56.2]) by hub.freebsd.org (Postfix) with ESMTP id 1A8CD37B41A for ; Wed, 20 Mar 2002 22:38:10 -0800 (PST) Received: from samar (localhost [127.0.0.1]) by samar.sasken.com (8.11.6/8.11.6) with SMTP id g2L6c7K10700 for ; Thu, 21 Mar 2002 12:08:07 +0530 (IST) Received: from localhost (gbnaidu@localhost) by sunk2.sasi.com (8.11.6/8.11.6) with ESMTP id g2L6c5E24635; Thu, 21 Mar 2002 12:08:05 +0530 (IST) Date: Thu, 21 Mar 2002 12:08:05 +0530 (IST) From: "G.B.Naidu" X-Sender: To: Cc: Subject: XFreee86 and Intel i810 Video card... (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Sorry to repost this. Please cc to me as I am not part of this mailing list. regards --gb Never trust an operating system you don't have sources for. ;-) ---------- Forwarded message ---------- Date: Thu, 21 Mar 2002 11:40:11 +0530 (IST) From: G.B.Naidu To: freebsd-questions@FreeBSD.org Subject: XFreee86 and Intel i810 Video card... Hi, I have been struggling to configure X windows for my FreeBSd system. Though startx starts the X windows, it shows the windows and the fonts really big and I cant do much with the Xwindows system. Initailly I thought this might be the problem with the Xfree86 3.3.6 version not supporting the i810 driver. But I have installed Xfree86 4.2.0 and still it's behavior is same. Could some body help me how will I be able to make the windows normal size and also the font to be small. My system configuration: OS: FreeBSD 4.1 Intel 815EEA video card integrated on the Motherboard. As mentioned in the hand book, I have loaded the agp.ko module and also did MAKEDEV /dev/agpgart. Any help is appriaciated. TIA --gb Here is my /etc/XF86Config file: -------------------------------- # XF86Config auto-generated by XF86Setup # # Copyright (c) 1996 by The XFree86 Project, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # # Except as contained in this notice, the name of the XFree86 Project shall # not be used in advertising or otherwise to promote the sale, use or other # dealings in this Software without prior written authorization from the # XFree86 Project. # # See 'man XF86Config' for info on the format of this file Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/local" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" EndSection Section "ServerFlags" EndSection Section "Keyboard" Protocol "Standard" XkbRules "xfree86" XkbModel "pc101" XkbLayout "us" EndSection Section "Pointer" Protocol "Microsoft" Device "/dev/mouse" EndSection Section "Monitor" Identifier "Primary Monitor" VendorName "Unknown" ModelName "Unknown" HorizSync 31.5 VertRefresh 60 Modeline "320x204" 25.18 320 344 376 400 204 206 225 0 EndSection Section "Device" Identifier "Primary Card" VendorName "Unknown" BoardName "Intel 810" Clocks 25.18 EndSection Section "Screen" Driver "Accel" Device "Primary Card" Monitor "Primary Monitor" DefaultColorDepth 8 SubSection "Display" Depth 8 Modes "320x204" EndSubSection SubSection "Display" Depth 15 Modes "320x204" EndSubSection SubSection "Display" Depth 16 Modes "320x204" EndSubSection SubSection "Display" Depth 24 Modes "320x204" EndSubSection SubSection "Display" Depth 32 Modes "320x204" EndSubSection EndSection Section "Screen" Driver "SVGA" Device "Primary Card" Monitor "Primary Monitor" DefaultColorDepth 8 SubSection "Display" Depth 8 Modes "320x204" EndSubSection SubSection "Display" Depth 15 Modes "320x204" EndSubSection SubSection "Display" Depth 16 Modes "320x204" EndSubSection SubSection "Display" Depth 24 Modes "320x204" EndSubSection SubSection "Display" Depth 32 Modes "320x204" EndSubSection EndSection Section "Screen" Driver "VGA16" Device "Primary Card" Monitor "Primary Monitor" SubSection "Display" Depth 4 Modes "320x204" EndSubSection EndSection Section "Screen" Driver "VGA2" Device "Primary Card" Monitor "Primary Monitor" SubSection "Display" Depth 1 Modes "320x204" EndSubSection EndSection Section "Screen" Driver "Mono" Device "Primary Card" Monitor "Primary Monitor" SubSection "Display" Depth 1 Modes "320x204" EndSubSection EndSection To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 23: 4: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from server11.safepages.com (server11.safepages.com [216.127.146.25]) by hub.freebsd.org (Postfix) with ESMTP id 32C7237B419 for ; Wed, 20 Mar 2002 23:03:23 -0800 (PST) Received: from there (31-pool9.ras13.nynyc.tii-dial.net [206.148.116.31]) by server11.safepages.com (Postfix) with SMTP id B5EBA14F6F5 for ; Thu, 21 Mar 2002 07:02:07 +0000 (GMT) Content-Type: text/plain; charset="iso-8859-1" From: "E. J. Cerejo" Reply-To: ejcerejo@yahoo.com To: freebsd-questions@freebsd.org Subject: httpd won't start! Date: Thu, 21 Mar 2002 02:02:33 -0500 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020321070207.B5EBA14F6F5@server11.safepages.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I installed apache13 from the ports and my configuration files ended up in /usr/local/etc/apache/ and www directory ended up in /usr/local/www. Because I have a dynamic IP I've been using dns2go. When I start dns2go I can ping it and traceroute it from another computer but it won't find my web page. When I reboot the machine I see apache being started but when I run the top command I don't see it, I run the httpd command again and it gives me no errors but I still can't see it by runnint the top command so I guess it's not starting. Can anyone give any hints on this? Here's my httpd.conf file: ## ## httpd.conf -- Apache HTTP server configuration file ## # # Based upon the NCSA server configuration files originally by Rob McCool. # # This is the main Apache server configuration file. It contains the # configuration directives that give the server its instructions. # See for detailed information about # the directives. # # Do NOT simply read the instructions in here without understanding # what they do. They're here only as hints or reminders. If you are unsure # consult the online docs. You have been warned. # # After this file is processed, the server will look for and process # /usr/local/conf/srm.conf and then /usr/local/conf/access.conf # unless you have overridden these with ResourceConfig and/or # AccessConfig directives here. # # The configuration directives are grouped into three basic sections: # 1. Directives that control the operation of the Apache server process as a # whole (the 'global environment'). # 2. Directives that define the parameters of the 'main' or 'default' server, # which responds to requests that aren't handled by a virtual host. # These directives also provide default values for the settings # of all virtual hosts. # 3. Settings for virtual hosts, which allow Web requests to be sent to # different IP addresses or hostnames and have them handled by the # same Apache server process. # # Configuration and logfile names: If the filenames you specify for many # of the server's control files begin with "/" (or "drive:/" for Win32), the # server will use that explicit path. If the filenames do *not* begin # with "/", the value of ServerRoot is prepended -- so "logs/foo.log" # with ServerRoot set to "/usr/local/apache" will be interpreted by the # server as "/usr/local/apache/logs/foo.log". # ### Section 1: Global Environment # # The directives in this section affect the overall operation of Apache, # such as the number of concurrent requests it can handle or where it # can find its configuration files. # # # ServerType is either inetd, or standalone. Inetd mode is only supported on # Unix platforms. # ServerType standalone # # ServerRoot: The top of the directory tree under which the server's # configuration, error, and log files are kept. # # NOTE! If you intend to place this on an NFS (or otherwise network) # mounted filesystem then please read the LockFile documentation # (available at ); # you will save yourself a lot of trouble. # ServerRoot "/usr/local/" # # The LockFile directive sets the path to the lockfile used when Apache # is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or # USE_FLOCK_SERIALIZED_ACCEPT. This directive should normally be left at # its default value. The main reason for changing it is if the logs # directory is NFS mounted, since the lockfile MUST BE STORED ON A LOCAL # DISK. The PID of the main server process is automatically appended to # the filename. # #LockFile /var/run/httpd.lock # # PidFile: The file in which the server should record its process # identification number when it starts. # PidFile /var/run/httpd.pid # # ScoreBoardFile: File used to store internal server process information. # Not all architectures require this. But if yours does (you'll know because # this file will be created when you run Apache) then you *must* ensure that # no two invocations of Apache share the same scoreboard file. # ScoreBoardFile /var/run/httpd.scoreboard # # In the standard configuration, the server will process httpd.conf (this # file, specified by the -f command line option), srm.conf, and access.conf # in that order. The latter two files are now distributed empty, as it is # recommended that all directives be kept in a single file for simplicity. # The commented-out values below are the built-in defaults. You can have the # server ignore these files altogether by using "/dev/null" (for Unix) or # "nul" (for Win32) for the arguments to the directives. # #ResourceConfig conf/srm.conf #AccessConfig conf/access.conf # # Timeout: The number of seconds before receives and sends time out. # Timeout 300 # # KeepAlive: Whether or not to allow persistent connections (more than # one request per connection). Set to "Off" to deactivate. # KeepAlive On # # MaxKeepAliveRequests: The maximum number of requests to allow # during a persistent connection. Set to 0 to allow an unlimited amount. # We recommend you leave this number high, for maximum performance. # MaxKeepAliveRequests 100 # # KeepAliveTimeout: Number of seconds to wait for the next request from the # same client on the same connection. # KeepAliveTimeout 15 # # Server-pool size regulation. Rather than making you guess how many # server processes you need, Apache dynamically adapts to the load it # sees --- that is, it tries to maintain enough server processes to # handle the current load, plus a few spare servers to handle transient # load spikes (e.g., multiple simultaneous requests from a single # Netscape browser). # # It does this by periodically checking how many servers are waiting # for a request. If there are fewer than MinSpareServers, it creates # a new spare. If there are more than MaxSpareServers, some of the # spares die off. The default values are probably OK for most sites. # MinSpareServers 5 MaxSpareServers 10 # # Number of servers to start initially --- should be a reasonable ballpark # figure. # StartServers 5 # # Limit on total number of servers running, i.e., limit on the number # of clients who can simultaneously connect --- if this limit is ever # reached, clients will be LOCKED OUT, so it should NOT BE SET TOO LOW. # It is intended mainly as a brake to keep a runaway server from taking # the system with it as it spirals down... # MaxClients 150 # # MaxRequestsPerChild: the number of requests each child process is # allowed to process before the child dies. The child will exit so # as to avoid problems after prolonged use when Apache (and maybe the # libraries it uses) leak memory or other resources. On most systems, this # isn't really needed, but a few (such as Solaris) do have notable leaks # in the libraries. For these platforms, set to something like 10000 # or so; a setting of 0 means unlimited. # # NOTE: This value does not include keepalive requests after the initial # request per connection. For example, if a child process handles # an initial request and 10 subsequent "keptalive" requests, it # would only count as 1 request towards this limit. # MaxRequestsPerChild 0 # # Listen: Allows you to bind Apache to specific IP addresses and/or # ports, in addition to the default. See also the # directive. # Listen 3000 Listen 12.34.56.78:80 # # BindAddress: You can support virtual hosts with this option. This directive # is used to tell the server which IP address to listen to. It can either # contain "*", an IP address, or a fully qualified Internet domain name. # See also the and Listen directives. # #BindAddress * # # Dynamic Shared Object (DSO) Support # # To be able to use the functionality of a module which was built as a DSO you # have to place corresponding `LoadModule' lines at this location so the # directives contained in it are actually available _before_ they are used. # Please read the file http://httpd.apache.org/docs/dso.html for more # details about the DSO mechanism and run `httpd -l' for the list of already # built-in (statically linked and thus always available) modules in your httpd # binary. # # Note: The order in which modules are loaded is important. Don't change # the order below without expert advice. # # Example: # LoadModule foo_module libexec/mod_foo.so LoadModule mmap_static_module libexec/apache/mod_mmap_static.so LoadModule vhost_alias_module libexec/apache/mod_vhost_alias.so LoadModule env_module libexec/apache/mod_env.so LoadModule config_log_module libexec/apache/mod_log_config.so LoadModule mime_magic_module libexec/apache/mod_mime_magic.so LoadModule mime_module libexec/apache/mod_mime.so LoadModule negotiation_module libexec/apache/mod_negotiation.so LoadModule status_module libexec/apache/mod_status.so LoadModule info_module libexec/apache/mod_info.so LoadModule includes_module libexec/apache/mod_include.so LoadModule autoindex_module libexec/apache/mod_autoindex.so LoadModule dir_module libexec/apache/mod_dir.so LoadModule cgi_module libexec/apache/mod_cgi.so LoadModule asis_module libexec/apache/mod_asis.so LoadModule imap_module libexec/apache/mod_imap.so LoadModule action_module libexec/apache/mod_actions.so LoadModule speling_module libexec/apache/mod_speling.so LoadModule userdir_module libexec/apache/mod_userdir.so LoadModule alias_module libexec/apache/mod_alias.so LoadModule rewrite_module libexec/apache/mod_rewrite.so LoadModule access_module libexec/apache/mod_access.so LoadModule auth_module libexec/apache/mod_auth.so LoadModule anon_auth_module libexec/apache/mod_auth_anon.so LoadModule db_auth_module libexec/apache/mod_auth_db.so LoadModule digest_module libexec/apache/mod_digest.so LoadModule proxy_module libexec/apache/libproxy.so LoadModule cern_meta_module libexec/apache/mod_cern_meta.so LoadModule expires_module libexec/apache/mod_expires.so LoadModule headers_module libexec/apache/mod_headers.so LoadModule usertrack_module libexec/apache/mod_usertrack.so LoadModule unique_id_module libexec/apache/mod_unique_id.so LoadModule setenvif_module libexec/apache/mod_setenvif.so # Reconstruction of the complete module list from all available modules # (static and shared ones) to achieve correct module execution order. # [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS, TOO] ClearModuleList AddModule mod_mmap_static.c AddModule mod_vhost_alias.c AddModule mod_env.c AddModule mod_log_config.c AddModule mod_mime_magic.c AddModule mod_mime.c AddModule mod_negotiation.c AddModule mod_status.c AddModule mod_info.c AddModule mod_include.c AddModule mod_autoindex.c AddModule mod_dir.c AddModule mod_cgi.c AddModule mod_asis.c AddModule mod_imap.c AddModule mod_actions.c AddModule mod_speling.c AddModule mod_userdir.c AddModule mod_alias.c AddModule mod_rewrite.c AddModule mod_access.c AddModule mod_auth.c AddModule mod_auth_anon.c AddModule mod_auth_db.c AddModule mod_digest.c AddModule mod_proxy.c AddModule mod_cern_meta.c AddModule mod_expires.c AddModule mod_headers.c AddModule mod_usertrack.c AddModule mod_unique_id.c AddModule mod_so.c AddModule mod_setenvif.c # # ExtendedStatus controls whether Apache will generate "full" status # information (ExtendedStatus On) or just basic information (ExtendedStatus # Off) when the "server-status" handler is called. The default is Off. # #ExtendedStatus On ### Section 2: 'Main' server configuration # # The directives in this section set up the values used by the 'main' # server, which responds to any requests that aren't handled by a # definition. These values also provide defaults for # any containers you may define later in the file. # # All of these directives may appear inside containers, # in which case these default settings will be overridden for the # virtual host being defined. # # # If your ServerType directive (set earlier in the 'Global Environment' # section) is set to "inetd", the next few directives don't have any # effect since their settings are defined by the inetd configuration. # Skip ahead to the ServerAdmin directive. # # # Port: The port to which the standalone server listens. For # ports < 1023, you will need httpd to be run as root initially. # Port 80 # # If you wish httpd to run as a different user or group, you must run # httpd as root initially and it will switch. # # User/Group: The name (or #number) of the user/group to run httpd as. # . On SCO (ODT 3) use "User nouser" and "Group nogroup". # . On HPUX you may not be able to use shared memory as nobody, and the # suggested workaround is to create a user www and use that user. # NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET) # when the value of (unsigned)Group is above 60000; # don't use Group www on these systems! # User www Group www # # ServerAdmin: Your address, where problems with the server should be # e-mailed. This address appears on some server-generated pages, such # as error documents. # ServerAdmin ejcerejo@yahoo.com # # ServerName allows you to set a host name which is sent back to clients for # your server if it's different than the one the program would get (i.e., use # "www" instead of the host's real name). # # Note: You cannot just invent host names and hope they work. The name you # define here must be a valid DNS name for your host. If you don't understand # this, ask your network administrator. # If your host doesn't have a registered DNS name, enter its IP address here. # You will have to access it by its address (e.g., http://123.45.67.89/) # anyway, and this will make redirections work in a sensible way. # # 127.0.0.1 is the TCP/IP local loop-back address, often named localhost. Your # machine always knows itself by this address. If you use Apache strictly for # local testing and development, you may use 127.0.0.1 as the server name. # ServerName patucha.leiria.com # # DocumentRoot: The directory out of which you will serve your # documents. By default, all requests are taken from this directory, but # symbolic links and aliases may be used to point to other locations. # DocumentRoot "/usr/local/www/data" # # Each directory to which Apache has access, can be configured with respect # to which services and features are allowed and/or disabled in that # directory (and its subdirectories). # # First, we configure the "default" to be a very restrictive set of # permissions. # Options FollowSymLinks AllowOverride None # # Note that from this point forward you must specifically allow # particular features to be enabled - so if something's not working as # you might expect, make sure that you have specifically enabled it # below. # # # This should be changed to whatever you set DocumentRoot to. # # # This may also be "None", "All", or any combination of "Indexes", # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews". # # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. # Options Indexes FollowSymLinks MultiViews # # This controls which options the .htaccess files in directories can # override. Can also be "All", or any combination of "Options", "FileInfo", # "AuthConfig", and "Limit" # AllowOverride None # # Controls who can get stuff from this server. # Order allow,deny Allow from all # # UserDir: The name of the directory which is appended onto a user's home # directory if a ~user request is received. # UserDir public_html # # Control access to UserDir directories. The following is an example # for a site where these directories are restricted to read-only. # # # AllowOverride FileInfo AuthConfig Limit # Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec # # Order allow,deny # Allow from all # # # Order deny,allow # Deny from all # # # # DirectoryIndex: Name of the file or files to use as a pre-written HTML # directory index. Separate multiple entries with spaces. # DirectoryIndex index.php index.php3 index.html DirectoryIndex index.php3 index.html DirectoryIndex index.php index.html DirectoryIndex index.html # # AccessFileName: The name of the file to look for in each directory # for access control information. # AccessFileName .htaccess # # The following lines prevent .htaccess files from being viewed by # Web clients. Since .htaccess files often contain authorization # information, access is disallowed for security reasons. Comment # these lines out if you want Web visitors to see the contents of # .htaccess files. If you change the AccessFileName directive above, # be sure to make the corresponding changes here. # # Also, folks tend to use names such as .htpasswd for password # files, so this will protect those as well. # Order allow,deny Deny from all Satisfy All # # CacheNegotiatedDocs: By default, Apache sends "Pragma: no-cache" with each # document that was negotiated on the basis of content. This asks proxy # servers not to cache the document. Uncommenting the following line disables # this behavior, and proxies will be allowed to cache the documents. # #CacheNegotiatedDocs # # UseCanonicalName: (new for 1.3) With this setting turned on, whenever # Apache needs to construct a self-referencing URL (a URL that refers back # to the server the response is coming from) it will use ServerName and # Port to form a "canonical" name. With this setting off, Apache will # use the hostname:port that the client supplied, when possible. This # also affects SERVER_NAME and SERVER_PORT in CGI scripts. # UseCanonicalName On # # TypesConfig describes where the mime.types file (or equivalent) is # to be found. # TypesConfig /usr/local/etc/apache/mime.types # # DefaultType is the default MIME type the server will use for a document # if it cannot otherwise determine one, such as from filename extensions. # If your server contains mostly text or HTML documents, "text/plain" is # a good value. If most of your content is binary, such as applications # or images, you may want to use "application/octet-stream" instead to # keep browsers from trying to display binary files as though they are # text. # DefaultType text/plain # # The mod_mime_magic module allows the server to use various hints from the # contents of the file itself to determine its type. The MIMEMagicFile # directive tells the module where the hint definitions are located. # mod_mime_magic is not part of the default server (you have to add # it yourself with a LoadModule [see the DSO paragraph in the 'Global # Environment' section], or recompile the server and include mod_mime_magic # as part of the configuration), so it's enclosed in an container. # This means that the MIMEMagicFile directive will only be processed if the # module is part of the server. # MIMEMagicFile /usr/local/etc/apache/magic # # HostnameLookups: Log the names of clients or just their IP addresses # e.g., www.apache.org (on) or 204.62.129.132 (off). # The default is off because it'd be overall better for the net if people # had to knowingly turn this feature on, since enabling it means that # each client request will result in AT LEAST one lookup request to the # nameserver. # HostnameLookups Off # # ErrorLog: The location of the error log file. # If you do not specify an ErrorLog directive within a # container, error messages relating to that virtual host will be # logged here. If you *do* define an error logfile for a # container, that host's errors will be logged there and not here. # ErrorLog /var/log/httpd-error.log # # LogLevel: Control the number of messages logged to the error_log. # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. # LogLevel warn # # The following directives define some format nicknames for use with # a CustomLog directive (see below). # LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %b" common LogFormat "%{Referer}i -> %U" referer LogFormat "%{User-agent}i" agent # # The location and format of the access logfile (Common Logfile Format). # If you do not define any access logfiles within a # container, they will be logged here. Contrariwise, if you *do* # define per- access logfiles, transactions will be # logged therein and *not* in this file. # #CustomLog /var/log/httpd-access.log common # # If you would like to have agent and referer logfiles, uncomment the # following directives. # #CustomLog /var/log/httpd-referer.log referer #CustomLog /var/log/httpd-agent.log agent # # If you prefer a single logfile with access, agent, and referer information # (Combined Logfile Format) you can use the following directive. # CustomLog /var/log/httpd-access.log combined # # Optionally add a line containing the server version and virtual host # name to server-generated pages (error documents, FTP directory listings, # mod_status and mod_info output etc., but not CGI generated documents). # Set to "EMail" to also include a mailto: link to the ServerAdmin. # Set to one of: On | Off | EMail # ServerSignature On # EBCDIC configuration: # (only for mainframes using the EBCDIC codeset, currently one of: # Fujitsu-Siemens' BS2000/OSD, IBM's OS/390 and IBM's TPF)!! # The following default configuration assumes that "text files" # are stored in EBCDIC (so that you can operate on them using the # normal POSIX tools like grep and sort) while "binary files" are # stored with identical octets as on an ASCII machine. # # The directives are evaluated in configuration file order, with # the EBCDICConvert directives applied before EBCDICConvertByType. # # If you want to have ASCII HTML documents and EBCDIC HTML documents # at the same time, you can use the file extension to force # conversion off for the ASCII documents: # > AddType text/html .ahtml # > EBCDICConvert Off=InOut .ahtml # # EBCDICConvertByType On=InOut text/* message/* multipart/* # EBCDICConvertByType On=In application/x-www-form-urlencoded # EBCDICConvertByType On=InOut application/postscript model/vrml # EBCDICConvertByType Off=InOut */* # # Aliases: Add here as many aliases as you need (with no limit). The format is # Alias fakename realname # # # Note that if you include a trailing / on fakename then the server will # require it to be present in the URL. So "/icons" isn't aliased in this # example, only "/icons/". If the fakename is slash-terminated, then the # realname must also be slash terminated, and if the fakename omits the # trailing slash, the realname must also omit it. # Alias /icons/ "/usr/local/www/icons/" Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all # This Alias will project the on-line documentation tree under /manual/ # even if you change the DocumentRoot. Comment it if you don't want to # provide access to the on-line documentation. # Alias /manual/ "/usr/local/share/doc/apache/" Options Indexes FollowSymlinks MultiViews AllowOverride None Order allow,deny Allow from all # # ScriptAlias: This controls which directories contain server scripts. # ScriptAliases are essentially the same as Aliases, except that # documents in the realname directory are treated as applications and # run by the server when requested rather than as documents sent to the client. # The same rules about trailing "/" apply to ScriptAlias directives as to # Alias. # ScriptAlias /cgi-bin/ "/usr/local/www/cgi-bin/" # # "/usr/local/www/cgi-bin" should be changed to whatever your ScriptAliased # CGI directory exists, if you have that configured. # AllowOverride None Options None Order allow,deny Allow from all # End of aliases. # # Redirect allows you to tell clients about documents which used to exist in # your server's namespace, but do not anymore. This allows you to tell the # clients where to look for the relocated document. # Format: Redirect old-URI new-URL # # # Directives controlling the display of server-generated directory listings. # # # FancyIndexing is whether you want fancy directory indexing or standard # IndexOptions FancyIndexing # # AddIcon* directives tell the server which icon to show for different # files or filename extensions. These are only displayed for # FancyIndexed directories. # AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip AddIconByType (TXT,/icons/text.gif) text/* AddIconByType (IMG,/icons/image2.gif) image/* AddIconByType (SND,/icons/sound2.gif) audio/* AddIconByType (VID,/icons/movie.gif) video/* AddIcon /icons/binary.gif .bin .exe AddIcon /icons/binhex.gif .hqx AddIcon /icons/tar.gif .tar AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip AddIcon /icons/a.gif .ps .ai .eps AddIcon /icons/layout.gif .html .shtml .htm .pdf AddIcon /icons/text.gif .txt AddIcon /icons/c.gif .c AddIcon /icons/p.gif .pl .py AddIcon /icons/f.gif .for AddIcon /icons/dvi.gif .dvi AddIcon /icons/uuencoded.gif .uu AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl AddIcon /icons/tex.gif .tex AddIcon /icons/bomb.gif core AddIcon /icons/back.gif .. AddIcon /icons/hand.right.gif README AddIcon /icons/folder.gif ^^DIRECTORY^^ AddIcon /icons/blank.gif ^^BLANKICON^^ # # DefaultIcon is which icon to show for files which do not have an icon # explicitly set. # DefaultIcon /icons/unknown.gif # # AddDescription allows you to place a short description after a file in # server-generated indexes. These are only displayed for FancyIndexed # directories. # Format: AddDescription "description" filename # #AddDescription "GZIP compressed document" .gz #AddDescription "tar archive" .tar #AddDescription "GZIP compressed tar archive" .tgz # # ReadmeName is the name of the README file the server will look for by # default, and append to directory listings. # # HeaderName is the name of a file which should be prepended to # directory indexes. # # If MultiViews are amongst the Options in effect, the server will # first look for name.html and include it if found. If name.html # doesn't exist, the server will then look for name.txt and include # it as plaintext if found. # ReadmeName README HeaderName HEADER # # IndexIgnore is a set of filenames which directory indexing should ignore # and not include in the listing. Shell-style wildcarding is permitted. # IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t # End of indexing directives. # # Document types. # # # AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) uncompress # information on the fly. Note: Not all browsers support this. # Despite the name similarity, the following Add* directives have nothing # to do with the FancyIndexing customization directives above. # AddEncoding x-compress Z AddEncoding x-gzip gz tgz # # AddLanguage allows you to specify the language of a document. You can # then use content negotiation to give a browser a file in a language # it can understand. # # Note 1: The suffix does not have to be the same as the language # keyword --- those with documents in Polish (whose net-standard # language code is pl) may wish to use "AddLanguage pl .po" to # avoid the ambiguity with the common suffix for perl scripts. # # Note 2: The example entries below illustrate that in quite # some cases the two character 'Language' abbreviation is not # identical to the two character 'Country' code for its country, # E.g. 'Danmark/dk' versus 'Danish/da'. # # Note 3: In the case of 'ltz' we violate the RFC by using a three char # specifier. But there is 'work in progress' to fix this and get # the reference data for rfc1766 cleaned up. # # Danish (da) - Dutch (nl) - English (en) - Estonian (ee) # French (fr) - German (de) - Greek-Modern (el) # Italian (it) - Korean (kr) - Norwegian (no) - Norwegian Nynorsk (nn) # Portugese (pt) - Luxembourgeois* (ltz) # Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cz) # Polish (pl) - Brazilian Portuguese (pt-br) - Japanese (ja) # Russian (ru) # AddLanguage da .dk AddLanguage nl .nl AddLanguage en .en AddLanguage et .ee AddLanguage fr .fr AddLanguage de .de AddLanguage el .el AddLanguage he .he AddCharset ISO-8859-8 .iso8859-8 AddLanguage it .it AddLanguage ja .ja AddCharset ISO-2022-JP .jis AddLanguage kr .kr AddCharset ISO-2022-KR .iso-kr AddLanguage nn .nn AddLanguage no .no AddLanguage pl .po AddCharset ISO-8859-2 .iso-pl AddLanguage pt .pt AddLanguage pt-br .pt-br AddLanguage ltz .lu AddLanguage ca .ca AddLanguage es .es AddLanguage sv .se AddLanguage cz .cz AddLanguage ru .ru AddLanguage zh-tw .tw AddLanguage tw .tw AddCharset Big5 .Big5 .big5 AddCharset WINDOWS-1251 .cp-1251 AddCharset CP866 .cp866 AddCharset ISO-8859-5 .iso-ru AddCharset KOI8-R .koi8-r AddCharset UCS-2 .ucs2 AddCharset UCS-4 .ucs4 AddCharset UTF-8 .utf8 # LanguagePriority allows you to give precedence to some languages # in case of a tie during content negotiation. # # Just list the languages in decreasing order of preference. We have # more or less alphabetized them here. You probably want to change this. # LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw AddType application/x-httpd-php3 .php3 AddType application/x-httpd-php3-source .php3s AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps # # AddType allows you to tweak mime.types without actually editing it, or to # make certain files to be certain types. # AddType application/x-tar .tgz # # AddHandler allows you to map certain file extensions to "handlers", # actions unrelated to filetype. These can be either built into the server # or added with the Action command (see below) # # If you want to use server side includes, or CGI outside # ScriptAliased directories, uncomment the following lines. # # To use CGI scripts: # #AddHandler cgi-script .cgi # # To use server-parsed HTML files # #AddType text/html .shtml #AddHandler server-parsed .shtml # # Uncomment the following line to enable Apache's send-asis HTTP file # feature # #AddHandler send-as-is asis # # If you wish to use server-parsed imagemap files, use # #AddHandler imap-file map # # To enable type maps, you might want to use # #AddHandler type-map var # End of document types. # # Action lets you define media types that will execute a script whenever # a matching file is called. This eliminates the need for repeated URL # pathnames for oft-used CGI file processors. # Format: Action media/type /cgi-script/location # Format: Action handler-name /cgi-script/location # # # MetaDir: specifies the name of the directory in which Apache can find # meta information files. These files contain additional HTTP headers # to include when sending the document # #MetaDir .web # # MetaSuffix: specifies the file name suffix for the file containing the # meta information. # #MetaSuffix .meta # # Customizable error response (Apache style) # these come in three flavors # # 1) plain text #ErrorDocument 500 "The server made a boo boo. # n.b. the single leading (") marks it as text, it does not get output # # 2) local redirects #ErrorDocument 404 /missing.html # to redirect to local URL /missing.html #ErrorDocument 404 /cgi-bin/missing_handler.pl # N.B.: You can redirect to a script or a document using server-side-includes. # # 3) external redirects #ErrorDocument 402 http://some.other-server.com/subscription_info.html # N.B.: Many of the environment variables associated with the original # request will *not* be available to such a script. # # Customize behaviour based on the browser # # # The following directives modify normal HTTP response behavior. # The first directive disables keepalive for Netscape 2.x and browsers that # spoof it. There are known problems with these browser implementations. # The second directive is for Microsoft Internet Explorer 4.0b2 # which has a broken HTTP/1.1 implementation and does not properly # support keepalive when it is used on 301 or 302 (redirect) responses. # BrowserMatch "Mozilla/2" nokeepalive BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0 # # The following directive disables HTTP/1.1 responses to browsers which # are in violation of the HTTP/1.0 spec by not being able to grok a # basic 1.1 response. # BrowserMatch "RealPlayer 4\.0" force-response-1.0 BrowserMatch "Java/1\.0" force-response-1.0 BrowserMatch "JDK/1\.0" force-response-1.0 # End of browser customization directives # # Allow server status reports, with the URL of http://servername/server-status # Change the ".your-domain.com" to match your domain to enable. # # # SetHandler server-status # Order deny,allow # Deny from all # Allow from .your-domain.com # # # Allow remote server configuration reports, with the URL of # http://servername/server-info (requires that mod_info.c be loaded). # Change the ".your-domain.com" to match your domain to enable. # # # SetHandler server-info # Order deny,allow # Deny from all # Allow from .your-domain.com # # # There have been reports of people trying to abuse an old bug from pre-1.1 # days. This bug involved a CGI script distributed as a part of Apache. # By uncommenting these lines you can redirect these attacks to a logging # script on phf.apache.org. Or, you can record them yourself, using the script # support/phf_abuse_log.cgi. # # # Deny from all # ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi # # # Proxy Server directives. Uncomment the following lines to # enable the proxy server: # # # ProxyRequests On # # Order deny,allow # Deny from all # Allow from .your-domain.com # # # Enable/disable the handling of HTTP/1.1 "Via:" headers. # ("Full" adds the server version; "Block" removes all outgoing Via: headers) # Set to one of: Off | On | Full | Block # # ProxyVia On # # To enable the cache as well, edit and uncomment the following lines: # (no cacheing without CacheRoot) # # CacheRoot "/usr/local/www/proxy" # CacheSize 5 # CacheGcInterval 4 # CacheMaxExpire 24 # CacheLastModifiedFactor 0.1 # CacheDefaultExpire 1 # NoCache a-domain.com another-domain.edu joes.garage-sale.com # # End of proxy directives. ### Section 3: Virtual Hosts # # VirtualHost: If you want to maintain multiple domains/hostnames on your # machine you can setup VirtualHost containers for them. Most configurations # use only name-based virtual hosts so the server doesn't need to worry about # IP addresses. This is indicated by the asterisks in the directives below. # # Please see the documentation at # for further details before you try to setup virtual hosts. # # You may use the command line option '-S' to verify your virtual host # configuration. # # Use name-based virtual hosting. # #NameVirtualHost * # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHost section is used for requests without a known # server name. # # # ServerAdmin webmaster@dummy-host.example.com # DocumentRoot /www/docs/dummy-host.example.com # ServerName dummy-host.example.com # ErrorLog logs/dummy-host.example.com-error_log # CustomLog logs/dummy-host.example.com-access_log common # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 23:19: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.melsa.net.id (mx2.melsa.net.id [202.138.224.13]) by hub.freebsd.org (Postfix) with ESMTP id 7EED737B419 for ; Wed, 20 Mar 2002 23:18:55 -0800 (PST) Received: from ns2.melsa.net.id (ns2.melsa.net.id [202.138.224.4]) by mx2.melsa.net.id (8.11.3/8.11.3) with ESMTP id g2L7Iof08881 for ; Thu, 21 Mar 2002 14:18:50 +0700 (JAVT) Received: from tech04 (tech04.melsa.net.id [202.138.225.212]) by ns2.melsa.net.id (8.11.3/8.11.3) with SMTP id g2L7Img67176 for ; Thu, 21 Mar 2002 14:18:49 +0700 (JAVT) Message-ID: <03c001c1d0a8$72f163b0$d4e18aca@melsa.net.id> From: "ekoz" To: Subject: error in wi0 Date: Thu, 21 Mar 2002 14:17:21 +0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_03BD_01C1D0E3.1DC8FF70" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_03BD_01C1D0E3.1DC8FF70 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi All, I use FreeBSD 4.5-STABLE with Lucent's orinoco PCMCIA as wireless = router and it's work fine. But today , i got an odd message in my logs, Mar 21 14:13:28 hermes-wl wi0: timeout in wi_cmd 11; event status 8000 This message repeat a hundred times, and i did'nt know how to fixes it. Any Suggestions ? TIA ________________________________ Eko Suwarsono ekoz@melsa.net.id ------=_NextPart_000_03BD_01C1D0E3.1DC8FF70 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi All,
I use FreeBSD 4.5-STABLE with Lucent's = orinoco=20 PCMCIA as wireless  router and it's work fine. But today , i = got an=20 odd message in my logs,
 
Mar 21 14:13:28 hermes-wl wi0: = timeout in=20 wi_cmd 11; event status 8000
 
This message repeat a hundred times, = and i did'nt=20 know how to fixes it.
Any Suggestions ?
 
TIA
________________________________
 Eko=20 Suwarsono
 ekoz@melsa.net.id
------=_NextPart_000_03BD_01C1D0E3.1DC8FF70-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 23:32:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sydmail3.telpacific.com.au (sydmail3.telpacific.com.au [203.88.240.16]) by hub.freebsd.org (Postfix) with ESMTP id 96FDA37B41A for ; Wed, 20 Mar 2002 23:32:43 -0800 (PST) Received: from co3014978-a (dun088255241i088228185.rivernet.com.au [203.88.228.185]) by sydmail3.telpacific.com.au (8.11.5/8.11.5) with SMTP id g2L7XuC02674 for ; Thu, 21 Mar 2002 18:33:56 +1100 (EST) (envelope-from guyuan@telpacific.com.au) Message-Id: <200203210733.g2L7XuC02674@sydmail3.telpacific.com.au> Date: Thu, 21 Mar 2002 18:43:22 +1000 From: Richard To: "freebsd-questions@FreeBSD.ORG" Subject: where is sys.diff located X-mailer: FoxMail 4.0 beta 2 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: base64 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG SSBhbSB0cnlpbmcgdG8gaW5zdGFsbCBhIHNvZnR3YXJlIHdoaWNoIG5lZWRzIHRvDQpyZWJ1aWxk IHRoZSBrZXJuZWwuIEkgYW0gYXNrZWQgdG8gY29weSBhIGZldyBmaWxlcw0KaW50byB0aGUga2Vy bmVsIGRpcmVjdG9yeS4gDQoNClRoZXJlIGlzIGEgZmlsZSwgc3lzLmRpZmYuIEkgZG9uJ3Qga25v dyB3aGVyZSBpdA0Kc2hvdWxkIGdvLg0KDQpBbmQgaWRlYXM/DQoNCg0K To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 23:51: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from antares.surnet.ru (antares.surnet.ru [195.54.2.5]) by hub.freebsd.org (Postfix) with ESMTP id AC80C37B419 for ; Wed, 20 Mar 2002 23:50:53 -0800 (PST) Received: (from uucp@localhost) by antares.surnet.ru (8.11.6/Joy) with UUCP id g2L7ohC23273; Thu, 21 Mar 2002 12:50:43 +0500 (YEKT) Received: from localhost (localhost [127.0.0.1]) by sol.chel.skbkontur.ru with ESMTP id g2L7f9C01690 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO); Thu, 21 Mar 2002 12:41:11 +0500 (YEKT) (envelope-from ilia@chel.skbkontur.ru) Date: Thu, 21 Mar 2002 12:41:09 +0500 (YEKT) From: =?koi8-r?B?6czY0SD7ydDJw8nO?= To: Mike Dewhirst Cc: "'questions@freebsd.org'" Subject: RE: can't add mod_auth_kerb into Apache In-Reply-To: <0B0368CED76DD4118E1200D0B73E9B5D041E9F71@MAIL1> Message-ID: <20020321123946.I1558-100000@sol.chel.skbkontur.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Salut, Mike Dewhirst ! oops! I've sent httpd.conf AFTER I commented out mod_auth_kerb :) is mod_auth_pam also neccesary ? I couldn't get it working on its own, I suspect it requires root credentials. On Wed, 20 Mar 2002, Mike Dewhirst wrote: > Remove the comments from the module load commands. > > Change these lines: > > [snip] > #LoadModule auth_pam_module libexec/apache/mod_auth_pam.so > #LoadModule auth_kerb_module libexec/apache/mod_auth_kerb.so > [snip] > #AddModule mod_auth_pam.c > #AddModule mod_auth_kerb.c > [snip] > > to this: > > [snip] > LoadModule auth_pam_module libexec/apache/mod_auth_pam.so > LoadModule auth_kerb_module libexec/apache/mod_auth_kerb.so > [snip] > AddModule mod_auth_pam.c > AddModule mod_auth_kerb.c > [snip] > > Should work then. > > Hope this helps, > > Mike Dewhirst > > > This message was written in plain text mode. > Everything below the dotted line was not > written by the author of this email. > ---------------------- > > > =3D*********************************************************** > > If you are not the intended recipient, employee or agent responsible for = delivering the message to the intended recipient, you are hereby notified t= hat any dissemination or copying of this communication and its attachments = is strictly prohibited. > > If you have received this communication and its attachments in error, ple= ase return the original message and attachments to the sender using the rep= ly facility on e-mail. > > Internet communications are not secure and therefore the UCLES Group does= not accept legal responsibility for the contents of this message. Any vie= ws or opinions presented are solely those of the author and do not necessar= ily represent those of the UCLES Group unless otherwise specifically stated= =2E > > This footnote also confirms that this email message has been swept by > MIMEsweeper for the presence of computer viruses although this does not g= uarantee that this email is virus free. > > ***********************************************************=3D > > Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5=CC=C1=CE=C9=D1) Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 23:54:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.dada.it (mail3.dada.it [195.110.96.70]) by hub.freebsd.org (Postfix) with SMTP id 4684D37B419 for ; Wed, 20 Mar 2002 23:54:19 -0800 (PST) Received: (qmail 15063 invoked from network); 21 Mar 2002 07:54:13 -0000 Received: from unknown (HELO libero.sunshine.ale) (195.110.114.252) by mail.dada.it with SMTP; 21 Mar 2002 07:54:13 -0000 Received: by libero.sunshine.ale (Postfix, from userid 1001) id 8EFBA5F81; Thu, 21 Mar 2002 08:54:16 +0100 (CET) Date: Thu, 21 Mar 2002 08:54:16 +0100 From: Alessandro de Manzano To: stable@freebsd.org Cc: questions@freebsd.org Subject: autoreboot on green_saver exiting Message-ID: <20020321085416.A253@libero.sunshine.ale> Reply-To: Alessandro de Manzano Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-Operating-System: FreeBSD 4.5-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello! I've a quite annoying problem: my FreeBSD 4.5-stable (of march, 5th) sometimes reboots itself apparently when the green_saver screensaver exits. I find the machine perfectly running (quite idle, it's an home machine) and the monitor is in power-standby mode (orange led), as should be since I'm using green-saver.ko . But when I press any key to turn on the monitor, about 1 time on 10 the machine reboots itself. In the logs there are no hints about the problem, just a "crash" in "last" output. I'm running this configuration with green_saver since about 1 year. The monitor is on another power line so should not be the reason of the reboot. I start thinking it's a software related problem.. I'm quite sure all kernel / modules / world are in sync. Does someone have an idea ? What could be the problem ? Many TIA ! -- bye! Alessandro de Manzano Milano, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Mar 20 23:56:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from aurlov.ptt.ru (aurlov.ptt.ru [195.34.55.115]) by hub.freebsd.org (Postfix) with SMTP id 3020A37B400 for ; Wed, 20 Mar 2002 23:56:40 -0800 (PST) Received: from ptt.ru (localhost [127.0.0.1]) by aurlov.ptt.ru (Postfix) with ESMTP id AFAD05854; Thu, 21 Mar 2002 10:54:21 +0000 (GMT) Message-ID: <3C99BBDD.3080304@ptt.ru> Date: Thu, 21 Mar 2002 10:54:21 +0000 From: "Aleksey I. Yurlov" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.9+) Gecko/20020312 X-Accept-Language: en-us, ru MIME-Version: 1.0 To: GVBSPRASAD Cc: questions@freebsd.org Subject: Re: Please reply me!!! References: <000301c1d0a1$b9066280$7c06010a@prasadg.in.ceeyes.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Imho, U didn't include cam-style devices in your kernel configuration file. Try to grep -i cam LINT for more information. >Hi all, > >Iam using FreeBsd ver 4.3, > >While Building Kernel I Found an Error in the /sys/cam directory > >where it is showing for Make Depend command >as > >../../cam/cam.c No such file or Directory >../../cam/scsi/ No such file or Directory > >Also i have checked the directory cam >where i found the files are missing > >Please Help me in this situation > >and if possible send me zip of CAM directory and sub-directory SCSI files > >Reply Me ASAP > >with Regards > >Bhanu Prasad.G >CS Software Technologies >Hyderabad. > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" 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 Mar 21 0: 7: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-239.dsl.lsan03.pacbell.net [64.165.226.239]) by hub.freebsd.org (Postfix) with ESMTP id 17B0D37B41F for ; Thu, 21 Mar 2002 00:06:59 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7054B66C39; Thu, 21 Mar 2002 00:06:58 -0800 (PST) Date: Thu, 21 Mar 2002 00:06:58 -0800 From: Kris Kennaway To: GVBSPRASAD Cc: questions@FreeBSD.ORG Subject: Re: Please reply me!!! Message-ID: <20020321000658.A53182@xor.obsecurity.org> References: <000301c1d0a1$b9066280$7c06010a@prasadg.in.ceeyes.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <000301c1d0a1$b9066280$7c06010a@prasadg.in.ceeyes.com>; from prasadg@in.ceeyes.com on Thu, Mar 21, 2002 at 11:59:10AM +0530 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 21, 2002 at 11:59:10AM +0530, GVBSPRASAD wrote: > Hi all, >=20 > Iam using FreeBsd ver 4.3, >=20 > While Building Kernel I Found an Error in the /sys/cam directory >=20 > where it is showing for Make Depend command=20 > as >=20 > ../../cam/cam.c No such file or Directory > ../../cam/scsi/ No such file or Directory That's not the error message it gave. Post it *exactly* so we don't have to guess what's really going on in your machine. Kris --n8g4imXOkfNTN/H1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8mZShWry0BWjoQKURAhMvAJ4ixQGaY5r7i8MD/anXR8FY5HFEqQCgo8l2 FkzmRFeQlrUGSXb0Jz+eAHM= =FAyE -----END PGP SIGNATURE----- --n8g4imXOkfNTN/H1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 0:14: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nef.ens.fr (nef.ens.fr [129.199.96.32]) by hub.freebsd.org (Postfix) with ESMTP id 7AEB137B41F for ; Thu, 21 Mar 2002 00:13:59 -0800 (PST) Received: from trefle.ens.fr (trefle.ens.fr [129.199.96.17]) by nef.ens.fr (8.10.1/1.01.28121999) with ESMTP id g2L8Dtp18778 for ; Thu, 21 Mar 2002 09:13:55 +0100 (CET) Received: from (beig@localhost) by trefle.ens.fr (8.11.6/jb-1.1) X-Authentication-Warning: trefle.ens.fr: beig set sender to Jacques.Beigbeder@ens.fr using -f Date: Thu, 21 Mar 2002 09:13:55 +0100 From: Jacques Beigbeder To: freebsd-questions@freebsd.org Subject: highest value for limits? Message-ID: <20020321091355.A15164@trefle.ens.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Process limit maximums are defined in /usr/src/sys/i386/include/vmparam.h For instance, I read: #define MAXTSIZ (128UL*1024*1024) #define MAXDSIZ (512UL*1024*1024) #define MAXSSIZ (64UL*1024*1024) What are the highest values? For instance, on a machine with 2 Gb, setting MAXDSIZ to 512 Mb is poor! I tried 8 Gb, it failed. So what are the highest limits? Is it OS dependent, or hardware dependent? -- Jacques Beigbeder | Jacques.Beigbeder@ens.fr Service de Prestations Informatiques | http://www.spi.ens.fr Ecole normale supérieure | 45 rue d'Ulm |Tel : (+33 1)1 44 32 37 96 F75230 Paris cedex 05 |Fax : (+33 1)1 44 32 20 75 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 0:27:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from famine.e-raist.com (famine.e-raist.com [65.100.40.90]) by hub.freebsd.org (Postfix) with ESMTP id 268A437B419 for ; Thu, 21 Mar 2002 00:27:47 -0800 (PST) Received: from e-raist.com (war.e-raist.com [65.100.40.89]) (authenticated bits=0) by famine.e-raist.com (8.12.2/8.12.2) with ESMTP id g2L8RnrG039464 for ; Thu, 21 Mar 2002 00:27:49 -0800 (PST) Message-ID: <3C999F29.CB9238CC@e-raist.com> Date: Thu, 21 Mar 2002 00:51:53 -0800 From: Raistlin Majere X-Mailer: Mozilla 4.79 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: XFreee86 and Intel i810 Video card... (fwd) Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've run FreeBSD 4.4 to 4.5-STABLE with XFree86 4.1.0 using the i815 (on the D815EE2 board) with great success. Although I remember what a pain it was to setup. Perhaps this can help you. /etc/X11/XF86Config Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "extmod" Load "xie" Load "pex5" Load "glx" Load "dri" Load "dbe" Load "record" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 30-110 VertRefresh 50-160 EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "ColorKey" # #Option "CacheLines" # #Option "Dac6Bit" # [] #Option "DRI" # [] #Option "NoDDC" # [] Identifier "Card0" Driver "i810" VendorName "Intel" BoardName "i815" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Depth 1 EndSubSection SubSection "Display" Depth 4 EndSubSection SubSection "Display" Depth 8 EndSubSection SubSection "Display" Depth 15 EndSubSection SubSection "Display" Depth 16 EndSubSection SubSection "Display" Depth 24 EndSubSection EndSection -- --------------------------------------------------------------- E R A I S T S O F T W A R E Raistlin Majere http://www.e-raist.com raistlin@e-raist.com * Knowledge for Hire * Phone:(503)460-9041 (800)DEV-NULL Fax: (503)460-9061 PGPFP: 1ED8 AF84 9E90 3CFC E4A4 8E69 728D D193 00CF 70FF --------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 0:29:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.itb.ac.id (mx2.ITB.ac.id [167.205.23.13]) by hub.freebsd.org (Postfix) with ESMTP id 41A3737B400 for ; Thu, 21 Mar 2002 00:29:12 -0800 (PST) Received: from netlab.piksi.itb.ac.id (netlab.piksi.itb.ac.id [167.205.25.27]) by mx2.itb.ac.id (Postfix) with SMTP id B86283E891 for ; Thu, 21 Mar 2002 15:27:48 +0700 (JAVT) Received: (qmail 14997 invoked by uid 1081); 21 Mar 2002 08:36:56 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 21 Mar 2002 08:36:56 -0000 Date: Thu, 21 Mar 2002 15:36:56 +0700 (JAVT) From: Fajar Reza F To: freebsd-questions@freebsd.org Subject: any loadlin-alike booting tool? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi all, my h/d's 1st partition is ntfs (oops!), it is a constraint. i want to be able to boot Fbsd 4.5 without floppy. i dig some possibility to give the nt boot option into 2 choices, nt & dos. if i choose the later perhaps i can load the kernel, and do the rest of the booting process. it's so close to the loadlin style. can i do that in this fbsd 4.5? and how? SE & O To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 0:42:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13408.mail.yahoo.com (web13408.mail.yahoo.com [216.136.175.66]) by hub.freebsd.org (Postfix) with SMTP id 48FBD37B400 for ; Thu, 21 Mar 2002 00:42:33 -0800 (PST) Message-ID: <20020321084232.59197.qmail@web13408.mail.yahoo.com> Received: from [68.3.134.64] by web13408.mail.yahoo.com via HTTP; Thu, 21 Mar 2002 00:42:32 PST Date: Thu, 21 Mar 2002 00:42:32 -0800 (PST) From: bob smith Subject: Radeon 7500/console video trouble To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I am using an Inspirion 8100 with a PIII-M 1GHz processor, 256 MB RAM, Intel 815ep AGPSet Chipset with 4X AGP and 15" UXGA screen. The problem I'm having is that on bootup I receive the errors: "configuring syscons: keyrate blanktime screen_savermodule_register_init: MOD_LOAD(logo_saver c12dea58,0) error 19" and "additional ABI support: linuxMar 21 00:03:29 thoughtflow /kernel: logo_saver: no suitable graphics mode" I have compiled in the options SC_PIXEL_MODE, psuedo_device_splash, and VESA into my 4.5-RELEASE kernel. I have also tried using "vidcontrol -g 100x37 VESA_800x600" but I receive the error, "vidcontrol: cannot activate raster display: Operation not supported by device". Any help would be greatly appreciated. Thank you for your time. __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.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 Mar 21 1:35: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pumba.nur.ac.rw (pumba.nur.ac.rw [216.147.148.9]) by hub.freebsd.org (Postfix) with ESMTP id A0EA337B404 for ; Thu, 21 Mar 2002 01:34:54 -0800 (PST) Received: from [216.147.148.12] (account ) by pumba.nur.ac.rw (CommuniGate Pro WebUser 3.4.2) with HTTP id 2961221 for ; Thu, 21 Mar 2002 09:34:36 +0000 From: "mike ndabarasa" Subject: ftp installation To: freebsd-questions@freebsd.org X-Mailer: CommuniGate Pro Web Mailer v.3.4.2 Date: Thu, 21 Mar 2002 09:34:36 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hello, i have one question: how do i prepare an existing freebsd box so that i can install freebsd on a laptop by ftp to that box ? NDABARASA MIKE *** CCNA(Cisco Certified Network Associate) *** *** CCAI(Cisco Certified Academy Instructor) *** National University of Rwanda COMPUTING CENTRE E-mail: mike@nur.ac.rw Voice: office (+250)530666 mobile (+250)08425269 ============================================================ Felix qui potuit rerum cognoscere causas *** &&& $$$ &&& *** Heureux celui qui comprend l'ultime raison des choses ============================================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 1:57:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web12001.mail.yahoo.com (web12001.mail.yahoo.com [216.136.172.207]) by hub.freebsd.org (Postfix) with SMTP id 8539437B404 for ; Thu, 21 Mar 2002 01:57:07 -0800 (PST) Message-ID: <20020321095707.25427.qmail@web12001.mail.yahoo.com> Received: from [165.228.7.207] by web12001.mail.yahoo.com via HTTP; Thu, 21 Mar 2002 20:57:07 EST Date: Thu, 21 Mar 2002 20:57:07 +1100 (EST) From: =?iso-8859-1?q?Keith=20Spencer?= Subject: maildirs...how do I create them? To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all here is a bit of classic ignorance/confusion for you. I wish to install webmail. IMHO is a roxen module which has it(mostly) all. It can use courier imap. Imap needs to use maildirs. I already have users on my system usin cucipop mail access and I have sendmail on the system (Freebsd 4.3) I don't understand what I have to do to create these maildirs? Th imap docs are confuding to me. Do I have all the mail software I need? Am I supposed to install Qmail or something instead of sendmail? I'd reaaly appreciate some hand leading here. I am comfortable with sendmail pop3 etc....I am wading out of my depth but HAVE to go there. PS use the kiss principle on me please.. I am not a guru here (rather obviously) just a "you'll do" teacher trying to admin or school's systems. Thanks in advance Keith http://movies.yahoo.com.au - Yahoo! Movies - Vote for your nominees in our online Oscars pool. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 1:59:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20605.mail.yahoo.com (web20605.mail.yahoo.com [216.136.226.163]) by hub.freebsd.org (Postfix) with SMTP id 759C837B400 for ; Thu, 21 Mar 2002 01:59:37 -0800 (PST) Message-ID: <20020321095937.37447.qmail@web20605.mail.yahoo.com> Received: from [203.130.197.145] by web20605.mail.yahoo.com via HTTP; Thu, 21 Mar 2002 01:59:37 PST Date: Thu, 21 Mar 2002 01:59:37 -0800 (PST) From: agusri dodi Subject: Firewall Rule for IRC To: SimsS@IBM.net Cc: questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am using Natd to connect my LAN to Internet.Web and FTP work well but my client can not use IRC services here is the content of my configuration file RC.CONF : gateway_enable="YES" natd_enable="YES" natd_interface="fxp0" natd_flags="-f /etc/natd.conf" firewall_enable="NO" THE CONTENT OF RC.lOCAL FILE : echo 'Starting Firewall' /sbin/ipfw -f flush /sbin/ipfw add divert natd all from any to any via fxp0 # My Local Network (my netwrok interface (INTEL) /sbin/ipfw add allow ip from 192.168.0.0:255.255.255.0 to any via fxp0 #Allow INDENT /sbin/ipfw add allow log tcp from any to any 194 in recv fxp0 setup #Allow IRC /sbin/ipfw add allow log tcp from any to any 113 in recv fxp0 setup #Deny X /sbin/ipfw add 00300 deny log tcp from any to any 6000 in recv fxp0 # DNS of my ISP /sbin/ipfw add allow tcp from 202.134.0.155 to any in recv fxp0 /sbin/ipfw add allow tcp from 202.134.2.5 to any in recv fxp0 /sbin/ipfw add allow udp from 202.134.0.155 to any in recv fxp0 /sbin/ipfw add allow udp from 202.134.2.5 to any in recv fxp0 /sbin/ipfw add pass all from any to any echo 'Starting Natd ' natd -n fxp0 -f /etc/natd.conf echo 'Starting Boa ' boa THE CONTENT OF NATD.CONF FILE : interface fxp0 use_sockets yes same_ports yes What should I do ? Is there any setting for IRC client ? thank for reply __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.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 Mar 21 2: 5:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20609.mail.yahoo.com (web20609.mail.yahoo.com [216.136.226.167]) by hub.freebsd.org (Postfix) with SMTP id 15ECF37B400 for ; Thu, 21 Mar 2002 02:05:47 -0800 (PST) Message-ID: <20020321100546.96134.qmail@web20609.mail.yahoo.com> Received: from [203.130.197.145] by web20609.mail.yahoo.com via HTTP; Thu, 21 Mar 2002 02:05:46 PST Date: Thu, 21 Mar 2002 02:05:46 -0800 (PST) From: agusri dodi Subject: Firewall rule for IRC To: marcs@draenor.org Cc: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am using Natd to connect my LAN to Internet.Web and FTP work well but my client can not use IRC services here is the content of my configuration file RC.CONF : gateway_enable="YES" natd_enable="YES" natd_interface="fxp0" natd_flags="-f /etc/natd.conf" firewall_enable="NO" THE CONTENT OF RC.lOCAL FILE : echo 'Starting Firewall' /sbin/ipfw -f flush /sbin/ipfw add divert natd all from any to any via fxp0 # My Local Network (my netwrok interface (INTEL) /sbin/ipfw add allow ip from 192.168.0.0:255.255.255.0 to any via fxp0 #Allow INDENT /sbin/ipfw add allow log tcp from any to any 194 in recv fxp0 setup #Allow IRC /sbin/ipfw add allow log tcp from any to any 113 in recv fxp0 setup #Deny X /sbin/ipfw add 00300 deny log tcp from any to any 6000 in recv fxp0 # DNS of my ISP /sbin/ipfw add allow tcp from 202.134.0.155 to any in recv fxp0 /sbin/ipfw add allow tcp from 202.134.2.5 to any in recv fxp0 /sbin/ipfw add allow udp from 202.134.0.155 to any in recv fxp0 /sbin/ipfw add allow udp from 202.134.2.5 to any in recv fxp0 /sbin/ipfw add pass all from any to any echo 'Starting Natd ' natd -n fxp0 -f /etc/natd.conf echo 'Starting Boa ' boa THE CONTENT OF NATD.CONF FILE : interface fxp0 use_sockets yes same_ports yes What should I do ? Is there any setting for IRC client ? thank for reply __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.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 Mar 21 2:10: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id 8C52237B417 for ; Thu, 21 Mar 2002 02:09:56 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id ; Thu, 21 Mar 2002 10:06:24 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id ; Thu, 21 Mar 2002 10:06:23 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D041E9F74@MAIL1> From: Mike Dewhirst To: 'Steve Barkey' Cc: "'questions@freebsd.org'" Subject: RE: Best Hardware? Date: Thu, 21 Mar 2002 10:07:27 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1D0C0.348CDE70" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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_01C1D0C0.348CDE70 Content-Type: text/plain; charset="iso-8859-1" This is slightly offtopic, but here goes anyway: > As many of us do frequently I am building a FreeBSD server, > and want to > select the best possible parts to use. > I am hoping to use an AMD chip and put it all in 1U. AMD 1U racks are pretty expensive.. You'll need low profile RAM - that's expensive too.. Othewrise - you could get the appro 1124 chassis > > Any recommendations for motherboards? Gigabyte or Tyan. Tyan do dual Athlon boards.. > > Also; I have had issues with RealTEK cards (who hasn't) and am not > afraid to spend money on 3 good NICs for the server. What's the best > all around card. PPPoE support and longevity is more important than > speed. What's best? 3com? Intel? I have 3COM's working pretty well, though I think the appro chassis come with NIC's. IF you go for 3COM - 309x are pretty reliable. > > > Thanks! > Steve B. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > =********************************************************** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited. If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail. Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free. **********************************************************= ------_=_NextPart_001_01C1D0C0.348CDE70 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: Best Hardware?

This is slightly offtopic, but here goes anyway:

> As many of us do frequently I am building a FreeBSD = server,
> and want to
> select the best possible parts to use.
> I am hoping to use an AMD chip and put it all in 1U= .

AMD 1U racks are pretty expensive.. You'll need low profi= le RAM - that's expensive too..

Othewrise - you could get the appro 1124 chassis

>
> Any recommendations for motherboards?

Gigabyte or Tyan. Tyan do dual Athlon boards..

>
> Also; I have had issues with RealTEK cards (who has= n't) and am not
> afraid to spend money on 3 good NICs for the server= .  What's the best
> all around card.  PPPoE support and longevity = is more important than
> speed.  What's best?  3com? Intel?

I have 3COM's working pretty well, though I think the app= ro chassis come with NIC's. IF you go for 3COM - 309x are pretty reliable.<= /FONT>

>
>
> Thanks!
>  Steve B.
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org<= /FONT>
> with "unsubscribe freebsd-questions" in t= he body of the message
>



=3D**********************************************************

If you are not the intended recipient, employee or agent responsible for de= livering the message to the intended recipient, you are hereby notified tha= t any dissemination or copying of this communication and its attachments is= strictly prohibited.

If you have received this communication and its attachments in error, pleas= e return the original message and attachments to the sender using the reply= facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does n= ot accept legal responsibility for the contents of this message. Any views= or opinions presented are solely those of the author and do not necessaril= y represent those of the UCLES Group unless otherwise specifically stated.<= BR>
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not gua= rantee that this email is virus free.

**********************************************************=3D
------_=_NextPart_001_01C1D0C0.348CDE70-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 2:22: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rain.macguire.net (sense-sea-MegaSub-1-125.oz.net [216.39.144.125]) by hub.freebsd.org (Postfix) with ESMTP id EB47F37B404 for ; Thu, 21 Mar 2002 02:22:02 -0800 (PST) Received: (from roo@localhost) by rain.macguire.net (8.11.6/8.11.6) id g2LAJFd14701; Thu, 21 Mar 2002 02:19:15 -0800 (PST) (envelope-from roo) Date: Thu, 21 Mar 2002 02:19:15 -0800 From: Benjamin Krueger To: Mike Dewhirst Cc: "'Steve Barkey'" , "'questions@freebsd.org'" Subject: Re: Best Hardware? Message-ID: <20020321021915.B8203@rain.macguire.net> References: <0B0368CED76DD4118E1200D0B73E9B5D041E9F74@MAIL1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <0B0368CED76DD4118E1200D0B73E9B5D041E9F74@MAIL1>; from Dewhirst.M@UCLES.org.uk on Thu, Mar 21, 2002 at 10:07:27AM -0000 X-PGP-Key: http://www.macguire.net/benjamin/public_key.asc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Mike Dewhirst (Dewhirst.M@UCLES.org.uk) [020321 02:07]: > This is slightly offtopic, but here goes anyway: > > > As many of us do frequently I am building a FreeBSD server, > > and want to > > select the best possible parts to use. > > I am hoping to use an AMD chip and put it all in 1U. > > AMD 1U racks are pretty expensive.. You'll need low profile RAM - that's > expensive too.. > > Othewrise - you could get the appro 1124 chassis > > > Any recommendations for motherboards? > > Gigabyte or Tyan. Tyan do dual Athlon boards.. > > > Also; I have had issues with RealTEK cards (who hasn't) and am not > > afraid to spend money on 3 good NICs for the server. What's the best > > all around card. PPPoE support and longevity is more important than > > speed. What's best? 3com? Intel? > > I have 3COM's working pretty well, though I think the appro chassis come > with NIC's. IF you go for 3COM - 309x are pretty reliable. > > > Thanks! > > Steve B. You may also want to consider a company which builds and supports these kinds of systems. eracks.com offers a number of rack server systems for good prices. Their front page has a 1u "Via 667MHz Integrated C3 CPU" system (I don't know either, but you can make it AMD for another $50) with decent stats for $695. They offer to install the OS of your choice as well, which includes FreeBSD. Not a bad start. -- Benjamin Krueger "Life is far too important a thing ever to talk seriously about." - Oscar Wilde (1854 - 1900) ---------------------------------------------------------------- Send mail w/ subject 'send public key' or query for (0x251A4B18) Fingerprint = A642 F299 C1C1 C828 F186 A851 CFF0 7711 251A 4B18 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 2:30:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ox.lucas-nussbaum.net (cab-192023.calixo.net [213.166.192.23]) by hub.freebsd.org (Postfix) with ESMTP id 3A98A37B404 for ; Thu, 21 Mar 2002 02:30:51 -0800 (PST) Received: by ox.lucas-nussbaum.net (Postfix, from userid 1000) id AA2A343AC; Thu, 21 Mar 2002 11:30:43 +0100 (CET) Date: Thu, 21 Mar 2002 11:30:42 +0100 From: Lucas Nussbaum To: Kurtis Nishimura Cc: questions@freebsd.org Subject: Re: FreeBSD 2.1.7 Message-ID: <20020321103042.GA1150@oxygene.in.schickler.net> References: <000a01c1ce4c$16245240$6401a8c0@sbcglobal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000a01c1ce4c$16245240$6401a8c0@sbcglobal.net> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Mar 17, 2002 at 11:11:06PM -0800, Kurtis Nishimura wrote: > Hi there... > Does anyone know where I can get a copy of FreeBSD 2.1.7. I need a copy of BSD that will install and run on a machine with 4 megs of ram. I can't seem to find any super old versions of BSD on the ftp server. Anywhere else I might check? > Thanks! FreeBSD 2.1.5 is available on some FTPs. check www.freebsdmirrors.org I successfully installed it on a 4 Mb Ram laptop. lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 3: 0:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id E2FF837B419 for ; Thu, 21 Mar 2002 03:00:09 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Thu, 21 Mar 2002 10:56:53 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id ; Thu, 21 Mar 2002 10:56:53 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D041E9F75@MAIL1> From: Mike Dewhirst To: "'questions@freebsd.org'" Subject: RE: your mail Date: Thu, 21 Mar 2002 10:57:58 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1D0C7.42E333A0" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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_01C1D0C7.42E333A0 Content-Type: text/plain; charset="iso-8859-1" I've found that the "recovering vi editor sessions" bootup stage can take up to 10-15 minutes. > -----Original Message----- > From: Giorgos Keramidas [mailto:keramida@ceid.upatras.gr] > Sent: 20 March 2002 19:19 > To: Praveen Bobba > Cc: freebsd-questions@freebsd.org > Subject: Re: your mail > > > Praveen Bobba wrote: > > Hello, > > > > Unable to boot. It hangs up at recovering vi editor sessions. > > Don't be too terse when asking, also try to put a more > descriptive subject. > Something like "unable to boot, hang at recovering vi > sessions" would be > nice in this case. > > But about your question now. You can probably get away by booting in > single user mode, and deleting the files in > `/var/tmp/vi.recover'. Without > more information about what is in there, it's hard to guess > why it hangs. > If you delete those files, the worst that can happen is lose > some changes > that you were making within vi(1) when a crash happened. > It's usually safe > enough to assume they were temporary changes, that are less > useful than > bringing the machine up again. But that depends on what you > were editing > and why. Which I don't know :) > > Giorgos Keramidas FreeBSD Documentation Project > keramida@{freebsd.org,ceid.upatras.gr} > http://www.FreeBSD.org/docproj/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > =********************************************************** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited. If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail. Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free. **********************************************************= ------_=_NextPart_001_01C1D0C7.42E333A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: your mail

I've found that the "recovering vi editor sessions&q= uot; bootup stage can take up to 10-15 minutes.

> -----Original Message-----
> From: Giorgos Keramidas [mailto:keramida@ceid.upatras.gr]
> Sent: 20 March 2002 19:19
> To: Praveen Bobba
> Cc: freebsd-questions@freebsd.org
> Subject: Re: your mail
>
>
> Praveen Bobba wrote:
> > Hello,
> >
> > Unable to boot. It hangs up at recovering vi e= ditor sessions.
>
> Don't be too terse when asking, also try to put a m= ore
> descriptive subject.
> Something like "unable to boot, hang at recove= ring vi
> sessions" would be
> nice in this case.
>
> But about your question now.  You can probably= get away by booting in
> single user mode, and deleting the files in
> `/var/tmp/vi.recover'.  Without
> more information about what is in there, it's hard = to guess
> why it hangs.
> If you delete those files, the worst that can happe= n is lose
> some changes
> that you were making within vi(1) when a crash happ= ened. 
> It's usually safe
> enough to assume they were temporary changes, that = are less
> useful than
> bringing the machine up again.  But that depen= ds on what you
> were editing
> and why.  Which I don't know :)
>
> Giorgos Keramidas     &nbs= p;            &= nbsp;    FreeBSD Documentation Project
> keramida@{freebsd.org,ceid.upatras.gr} 
> http://www.FreeBSD.org/docproj/
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org<= /FONT>
> with "unsubscribe freebsd-questions" in t= he body of the message
>



=3D**********************************************************

If you are not the intended recipient, employee or agent responsible for de= livering the message to the intended recipient, you are hereby notified tha= t any dissemination or copying of this communication and its attachments is= strictly prohibited.

If you have received this communication and its attachments in error, pleas= e return the original message and attachments to the sender using the reply= facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does n= ot accept legal responsibility for the contents of this message. Any views= or opinions presented are solely those of the author and do not necessaril= y represent those of the UCLES Group unless otherwise specifically stated.<= BR>
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not gua= rantee that this email is virus free.

**********************************************************=3D
------_=_NextPart_001_01C1D0C7.42E333A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 3:20:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id D776D37B417 for ; Thu, 21 Mar 2002 03:20:11 -0800 (PST) Received: from hades.hell.gr (patr530-a146.otenet.gr [212.205.215.146]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2LBJreu002328; Thu, 21 Mar 2002 13:20:04 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2LBJrSm010671; Thu, 21 Mar 2002 13:19:54 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2LBJrWO010670; Thu, 21 Mar 2002 13:19:53 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Thu, 21 Mar 2002 13:19:52 +0200 From: Giorgos Keramidas To: Keith Spencer Cc: freebsd-questions@freebsd.org Subject: Re: maildirs...how do I create them? Message-ID: <20020321111952.GA10536@hades.hell.gr> References: <20020321095707.25427.qmail@web12001.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020321095707.25427.qmail@web12001.mail.yahoo.com> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-03-21 20:57, Keith Spencer wrote: > Hi all here is a bit of classic ignorance/confusion > for you. > I wish to install webmail. > IMHO is a roxen module which has it(mostly) all. > It can use courier imap. > Imap needs to use maildirs. > I already have users on my system usin cucipop mail > access and I have sendmail on the system (Freebsd 4.3) > I don't understand what I have to do to create these > maildirs? Th imap docs are confuding to me. > Do I have all the mail software I need? > Am I supposed to install Qmail or something instead of > sendmail? Nah. Maildirs are just directories of the form: maildir/ new/ cur/ tmp/ You can create one by the following commands: % umask 066 % mkdir -p something/new % mkdir -p something/cur % mkdir -p something/tmp Then something/ is a valid Maildir. For extra bonus points, you can create a shell script called maildirmake, that includes the following: #!/bin/sh umask 066 for fname in "$@" ;do mkdir -p "${fname}"/new mkdir -p "${fname}"/cur mkdir -p "${fname}"/tmp done and then call it in commands like: % maildirmake /home/jenny/Maildir % cd /home % maildirmake john/INBOX jane/Maildir george/inbox Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 3:28:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f117.law14.hotmail.com [64.4.21.117]) by hub.freebsd.org (Postfix) with ESMTP id 7D03437B400 for ; Thu, 21 Mar 2002 03:28:44 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 21 Mar 2002 03:28:44 -0800 Received: from 202.5.149.2 by lw14fd.law14.hotmail.msn.com with HTTP; Thu, 21 Mar 2002 11:28:44 GMT X-Originating-IP: [202.5.149.2] From: "Shezad arshad" To: questions@FreeBSD.org Subject: information Date: Thu, 21 Mar 2002 16:28:44 +0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 21 Mar 2002 11:28:44.0366 (UTC) FILETIME=[8F4496E0:01C1D0CB] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG HI, i am looking for information on how can i get FREE BSD 3.1 Please guide me how can i get the complete software for it. SHIRAZ ARSHAD _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 3:32:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 607E237B417 for ; Thu, 21 Mar 2002 03:32:28 -0800 (PST) Received: (qmail 6197 invoked by uid 0); 21 Mar 2002 11:32:25 -0000 Received: from tk212017108240.univie.teleweb.at (HELO Deadcell.ant) (212.17.108.240) by mail.gmx.net (mp004-rz3) with SMTP; 21 Mar 2002 11:32:25 -0000 Received: (from ant@localhost) by Deadcell.ant (8.11.6/8.11.6) id g2LBWNX08810; Thu, 21 Mar 2002 12:32:23 +0100 (CET) (envelope-from ant) Date: Thu, 21 Mar 2002 12:32:23 +0100 From: Andreas Ntaflos To: "Joel R. Scalzo" Cc: freebsd-questions@freebsd.org Subject: Re: I want BSD. Message-ID: <20020321123223.A8747@Deadcell.ant> Mail-Followup-To: "Joel R. Scalzo" , freebsd-questions@freebsd.org References: <000801c1d098$960c9d20$0200000a@98machine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <000801c1d098$960c9d20$0200000a@98machine>; from joel1@tidalwave.net on Thu, Mar 21, 2002 at 12:23:50AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Mar 21, 2002 at 12:23:50AM -0500, Joel R. Scalzo wrote: > > How do I download free BSD? I can't find a link that allows me to do > so. First: http://www.freebsd.org/handbook, read chapters 1-4 Then: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html -- Andreas "ant" Ntaflos ntaflos.andreas@gmx.net Vienna, AUSTRIA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 3:37:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hub.freebsd.org (24-29-115-9.nyc.rr.com [24.29.115.9]) by hub.freebsd.org (Postfix) with SMTP id 7E5B337B400 for ; Thu, 21 Mar 2002 03:37:09 -0800 (PST) From: "info@utehcno.com" Date: Thu, 21 Mar 2002 06:37:08 To: questions@freebsd.org Subject: Good Music "A Beautiful Daye" MIME-Version: 1.0 Content-Type: text/plain;charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <20020321113709.7E5B337B400@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "a definite listen to...mellow" - post on audiosurge.com 'the beautiful daye,' the debut album from soul singer and poet tyren [grfx], is the best cool out CD since sade's "lover's rock." The album was created to bring the mood and set the moment, and it does with subtle soundscapes and great melodies. 'the beautiful daye' is must have for serious music collectors, of soul and downtempo music, or lovers of great music. "go out and buy this record?" - rolling out magazine 'the beautiful daye' - best when played between 8pm & 6am available at all fine music stores and amazon.com www.luv4art.com/tyren.htm produced by craig knight and e. Joaquin of saturn return; tme pro; aztek & dj prosecutor; and scars for hardboiled entertainment. info: mail@luv4art.com underground artworks entertainment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 3:42: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web12007.mail.yahoo.com (web12007.mail.yahoo.com [216.136.172.215]) by hub.freebsd.org (Postfix) with SMTP id 9DF6437B419 for ; Thu, 21 Mar 2002 03:41:46 -0800 (PST) Message-ID: <20020321114146.14172.qmail@web12007.mail.yahoo.com> Received: from [165.228.7.207] by web12007.mail.yahoo.com via HTTP; Thu, 21 Mar 2002 22:41:46 EST Date: Thu, 21 Mar 2002 22:41:46 +1100 (EST) From: =?iso-8859-1?q?Keith=20Spencer?= Subject: Re: maildirs...how do I create them? -> Please Sir...can I have some more? To: freebsd-questions@FreeBSD.org In-Reply-To: <20020321111952.GA10536@hades.hell.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Legend Giorgos! If I may ask further...I have simply installed courier Imap from the ports. Sendmail is already up...any ideas how to config Imap and/or stuff to get to use passwd? Thanks all if needed Keith --- Giorgos Keramidas wrote: > On 2002-03-21 20:57, Keith Spencer wrote: > > Hi all here is a bit of classic > ignorance/confusion > > for you. > > I wish to install webmail. > > IMHO is a roxen module which has it(mostly) all. > > It can use courier imap. > > Imap needs to use maildirs. > > I already have users on my system usin cucipop > mail > > access and I have sendmail on the system (Freebsd > 4.3) > > I don't understand what I have to do to create > these > > maildirs? Th imap docs are confuding to me. > > Do I have all the mail software I need? > > Am I supposed to install Qmail or something > instead of > > sendmail? > > Nah. Maildirs are just directories of the form: > > maildir/ > new/ > cur/ > tmp/ > > You can create one by the following commands: > > % umask 066 > % mkdir -p something/new > % mkdir -p something/cur > % mkdir -p something/tmp > > Then something/ is a valid Maildir. > For extra bonus points, you can create a shell > script called maildirmake, > that includes the following: > > #!/bin/sh > > umask 066 > for fname in "$@" ;do > mkdir -p "${fname}"/new > mkdir -p "${fname}"/cur > mkdir -p "${fname}"/tmp > done > > and then call it in commands like: > > % maildirmake /home/jenny/Maildir > > % cd /home > % maildirmake john/INBOX jane/Maildir george/inbox > > Giorgos Keramidas FreeBSD > Documentation Project > keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ http://movies.yahoo.com.au - Yahoo! Movies - Vote for your nominees in our online Oscars pool. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 4:17:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by hub.freebsd.org (Postfix) with ESMTP id 1809937B419; Thu, 21 Mar 2002 04:17:44 -0800 (PST) Received: from localhost (marck@localhost) by woozle.rinet.ru (8.11.6/8.11.6) with ESMTP id g2LCGa250128; Thu, 21 Mar 2002 15:16:42 +0300 (MSK) (envelope-from marck@rinet.ru) Date: Thu, 21 Mar 2002 15:16:36 +0300 (MSK) From: Dmitry Morozovsky To: Matthew Dillon Cc: David Greenman , "Steve O'Hara-Smith" , , , , Subject: Re: Problems with large disk. (> 1 TB) In-Reply-To: <200203201928.g2KJSfZ85089@apollo.backplane.com> Message-ID: <20020321151338.T2793-100000@woozle.rinet.ru> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 20 Mar 2002, Matthew Dillon wrote: MD> I don't know if we will ever be able to fix this in -stable, but Kirk is MD> planning on changing block numbers from 32 to 64 bits in -current MD> as part of his UFS64 work. I don't think he's tackled the disklabel MD> issue yet, but I presume that he will. MD> MD> Until then we are effectively limited to 1TB of physical storage per MD> logical drive. So, are my feelings right that in order to bring in use into machine total storage greater than 1T and gain access in the middle to some redundancy, the best way is make slices and concatenate them under vinum to get multiple stripes each <1T in size? Or, is there another recommended behaviour? Sincerely, D.Marck [DM5020, DM268-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 5:29:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta1-3.us4.outblaze.com (205-158-62-44.outblaze.com [205.158.62.44]) by hub.freebsd.org (Postfix) with ESMTP id 61A8437B417 for ; Thu, 21 Mar 2002 05:29:32 -0800 (PST) Received: from ws4-3.us4.outblaze.com (205-158-62-52.outblaze.com [205.158.62.52]) by mta1-3.us4.outblaze.com (8.11.6/8.11.6-srs) with SMTP id g2LDTVN22273 for ; Thu, 21 Mar 2002 13:29:31 GMT Received: (qmail 2866 invoked by uid 1001); 21 Mar 2002 13:29:31 -0000 Message-ID: <20020321132931.2865.qmail@operamail.com> Content-Type: text/plain; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [12.33.164.6] by ws4-3.us4.outblaze.com with http for jud@operamail.com; Thu, 21 Mar 2002 08:29:31 -0500 From: "Jud " To: , freebsd-questions@freebsd.org Date: Thu, 21 Mar 2002 08:29:31 -0500 Subject: Re: any loadlin-alike booting tool? X-Originating-Ip: 12.33.164.6 X-Originating-Server: ws4-3.us4.outblaze.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: Fajar Reza F Date: Thu, 21 Mar 2002 15:36:56 +0700 (JAVT) To: freebsd-questions@freebsd.org Subject: any loadlin-alike booting tool? > > hi all, > > my h/d's 1st partition is ntfs (oops!), it is a constraint. i want to be > able to boot Fbsd 4.5 without floppy. i dig some possibility to give the > nt boot option into 2 choices, nt & dos. if i choose the later perhaps i > can load the kernel, and do the rest of the booting process. it's so close > to the loadlin style. can i do that in this fbsd 4.5? and how? > > SE & O Unfamiliar with loadlin, but there are any number of easy ways to do this. You could type /stand/sysinstall and install the FreeBSD bootloader, BootEasy. This will allow you to select NT or FBSD at boot time. Or you can follow the instructions in the FAQ at FreeBSD's web site to have NT's bootloader show FreeBSD as an option. Or you can install GRUB from the FreeBSD ports. They're all free, and each is easy enough that you can try them all and see which you prefer. Jud -- _______________________________________________ Download the free Opera browser at http://www.opera.com/ Powered by Outblaze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 5:35: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id 83A6F37B400 for ; Thu, 21 Mar 2002 05:35:04 -0800 (PST) Received: by peitho.fxp.org (Postfix, from userid 1206) id DA46313667; Thu, 21 Mar 2002 08:34:54 -0500 (EST) Date: Thu, 21 Mar 2002 08:34:54 -0500 From: Bob Bomar To: Shezad arshad Cc: questions@freebsd.org Subject: Re: information Message-ID: <20020321133454.GC9227@peitho.fxp.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PuGuTyElPB9bOcsM" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.24i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --PuGuTyElPB9bOcsM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 21, 2002 at 04:28:44PM +0500, Shezad arshad wrote: >=20 > HI, > i am looking for information on how can i get FREE BSD 3.1 > Please guide me how can i get the complete software for it. >=20 >=20 Look at the FreeBSD handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html The Handbook is the bible of FreeBSD. --=20 |------------------------------------| | Bob Bomar | | bulldog@fxp.org | | http://fly.homeunix.org/~bob | |=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D| | FreeBSD: The Power to Serve | | http://www.FreeBSD.org | |------------------------------------| --PuGuTyElPB9bOcsM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8meF+9Jm/aTrtdKoRAuvvAKCQxh2SL97o2MLO393Eujf+D/N5awCfemC0 sdxfZmNugUKTIY+9k3zpAR4= =og9j -----END PGP SIGNATURE----- --PuGuTyElPB9bOcsM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 5:48:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-208-191-227-84.dsl.crchtx.swbell.net [208.191.227.84]) by hub.freebsd.org (Postfix) with ESMTP id DEADE37B400 for ; Thu, 21 Mar 2002 05:47:50 -0800 (PST) Received: from SAGEONE (sageone [192.168.0.5]) by sage-one.net (8.11.6/8.11.6) with SMTP id g2LDljm30132; Thu, 21 Mar 2002 07:47:46 -0600 (CST) (envelope-from admin@sage-one.net) Message-Id: <3.0.5.32.20020321074745.011ed5f0@mail.sage-one.net> X-Sender: admin@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 21 Mar 2002 07:47:45 -0600 To: ejcerejo@yahoo.com, freebsd-questions@FreeBSD.ORG From: Server Admin Subject: Re: httpd won't start! In-Reply-To: <20020321070207.B5EBA14F6F5@server11.safepages.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Try these to see if it's there: #sockstat or ps -auxw | grep httpd # to see individual daemon I'll look at your file.... At 02:02 AM 3.21.2002 -0500, E. J. Cerejo wrote: >I installed apache13 from the ports and my configuration files ended up in >/usr/local/etc/apache/ and www directory ended up in /usr/local/www. Because >I have a dynamic IP I've been using dns2go. When I start dns2go I can ping >it and traceroute it from another computer but it won't find my web page. >When I reboot the machine I see apache being started but when I run the top >command I don't see it, I run the httpd command again and it gives me no >errors but I still can't see it by runnint the top command so I guess it's >not starting. Can anyone give any hints on this? Here's my httpd.conf file: > >## >## httpd.conf -- Apache HTTP server configuration file >## > ># ># Based upon the NCSA server configuration files originally by Rob McCool. ># ># This is the main Apache server configuration file. It contains the ># configuration directives that give the server its instructions. ># See for detailed information about ># the directives. ># ># Do NOT simply read the instructions in here without understanding ># what they do. They're here only as hints or reminders. If you are unsure ># consult the online docs. You have been warned. ># ># After this file is processed, the server will look for and process ># /usr/local/conf/srm.conf and then /usr/local/conf/access.conf ># unless you have overridden these with ResourceConfig and/or ># AccessConfig directives here. ># ># The configuration directives are grouped into three basic sections: ># 1. Directives that control the operation of the Apache server process as a ># whole (the 'global environment'). ># 2. Directives that define the parameters of the 'main' or 'default' server, ># which responds to requests that aren't handled by a virtual host. ># These directives also provide default values for the settings ># of all virtual hosts. ># 3. Settings for virtual hosts, which allow Web requests to be sent to ># different IP addresses or hostnames and have them handled by the ># same Apache server process. ># ># Configuration and logfile names: If the filenames you specify for many ># of the server's control files begin with "/" (or "drive:/" for Win32), the ># server will use that explicit path. If the filenames do *not* begin ># with "/", the value of ServerRoot is prepended -- so "logs/foo.log" ># with ServerRoot set to "/usr/local/apache" will be interpreted by the ># server as "/usr/local/apache/logs/foo.log". ># > >### Section 1: Global Environment ># ># The directives in this section affect the overall operation of Apache, ># such as the number of concurrent requests it can handle or where it ># can find its configuration files. ># > ># ># ServerType is either inetd, or standalone. Inetd mode is only supported on ># Unix platforms. ># >ServerType standalone > ># ># ServerRoot: The top of the directory tree under which the server's ># configuration, error, and log files are kept. ># ># NOTE! If you intend to place this on an NFS (or otherwise network) ># mounted filesystem then please read the LockFile documentation ># (available at ); ># you will save yourself a lot of trouble. ># >ServerRoot "/usr/local/" > ># ># The LockFile directive sets the path to the lockfile used when Apache ># is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or ># USE_FLOCK_SERIALIZED_ACCEPT. This directive should normally be left at ># its default value. The main reason for changing it is if the logs ># directory is NFS mounted, since the lockfile MUST BE STORED ON A LOCAL ># DISK. The PID of the main server process is automatically appended to ># the filename. ># >#LockFile /var/run/httpd.lock > ># ># PidFile: The file in which the server should record its process ># identification number when it starts. ># >PidFile /var/run/httpd.pid > ># ># ScoreBoardFile: File used to store internal server process information. ># Not all architectures require this. But if yours does (you'll know because ># this file will be created when you run Apache) then you *must* ensure that ># no two invocations of Apache share the same scoreboard file. ># >ScoreBoardFile /var/run/httpd.scoreboard > ># ># In the standard configuration, the server will process httpd.conf (this ># file, specified by the -f command line option), srm.conf, and access.conf ># in that order. The latter two files are now distributed empty, as it is ># recommended that all directives be kept in a single file for simplicity. ># The commented-out values below are the built-in defaults. You can have the ># server ignore these files altogether by using "/dev/null" (for Unix) or ># "nul" (for Win32) for the arguments to the directives. ># >#ResourceConfig conf/srm.conf >#AccessConfig conf/access.conf > ># ># Timeout: The number of seconds before receives and sends time out. ># >Timeout 300 > ># ># KeepAlive: Whether or not to allow persistent connections (more than ># one request per connection). Set to "Off" to deactivate. ># >KeepAlive On > ># ># MaxKeepAliveRequests: The maximum number of requests to allow ># during a persistent connection. Set to 0 to allow an unlimited amount. ># We recommend you leave this number high, for maximum performance. ># >MaxKeepAliveRequests 100 > ># ># KeepAliveTimeout: Number of seconds to wait for the next request from the ># same client on the same connection. ># >KeepAliveTimeout 15 > ># ># Server-pool size regulation. Rather than making you guess how many ># server processes you need, Apache dynamically adapts to the load it ># sees --- that is, it tries to maintain enough server processes to ># handle the current load, plus a few spare servers to handle transient ># load spikes (e.g., multiple simultaneous requests from a single ># Netscape browser). ># ># It does this by periodically checking how many servers are waiting ># for a request. If there are fewer than MinSpareServers, it creates ># a new spare. If there are more than MaxSpareServers, some of the ># spares die off. The default values are probably OK for most sites. ># >MinSpareServers 5 >MaxSpareServers 10 > ># ># Number of servers to start initially --- should be a reasonable ballpark ># figure. ># >StartServers 5 > ># ># Limit on total number of servers running, i.e., limit on the number ># of clients who can simultaneously connect --- if this limit is ever ># reached, clients will be LOCKED OUT, so it should NOT BE SET TOO LOW. ># It is intended mainly as a brake to keep a runaway server from taking ># the system with it as it spirals down... ># >MaxClients 150 > ># ># MaxRequestsPerChild: the number of requests each child process is ># allowed to process before the child dies. The child will exit so ># as to avoid problems after prolonged use when Apache (and maybe the ># libraries it uses) leak memory or other resources. On most systems, this ># isn't really needed, but a few (such as Solaris) do have notable leaks ># in the libraries. For these platforms, set to something like 10000 ># or so; a setting of 0 means unlimited. ># ># NOTE: This value does not include keepalive requests after the initial ># request per connection. For example, if a child process handles ># an initial request and 10 subsequent "keptalive" requests, it ># would only count as 1 request towards this limit. ># >MaxRequestsPerChild 0 > ># ># Listen: Allows you to bind Apache to specific IP addresses and/or ># ports, in addition to the default. See also the ># directive. ># >Listen 3000 >Listen 12.34.56.78:80 > ># ># BindAddress: You can support virtual hosts with this option. This directive ># is used to tell the server which IP address to listen to. It can either ># contain "*", an IP address, or a fully qualified Internet domain name. ># See also the and Listen directives. ># >#BindAddress * > ># ># Dynamic Shared Object (DSO) Support ># ># To be able to use the functionality of a module which was built as a DSO you ># have to place corresponding `LoadModule' lines at this location so the ># directives contained in it are actually available _before_ they are used. ># Please read the file http://httpd.apache.org/docs/dso.html for more ># details about the DSO mechanism and run `httpd -l' for the list of already ># built-in (statically linked and thus always available) modules in your httpd ># binary. ># ># Note: The order in which modules are loaded is important. Don't change ># the order below without expert advice. ># ># Example: ># LoadModule foo_module libexec/mod_foo.so >LoadModule mmap_static_module libexec/apache/mod_mmap_static.so >LoadModule vhost_alias_module libexec/apache/mod_vhost_alias.so >LoadModule env_module libexec/apache/mod_env.so >LoadModule config_log_module libexec/apache/mod_log_config.so >LoadModule mime_magic_module libexec/apache/mod_mime_magic.so >LoadModule mime_module libexec/apache/mod_mime.so >LoadModule negotiation_module libexec/apache/mod_negotiation.so >LoadModule status_module libexec/apache/mod_status.so >LoadModule info_module libexec/apache/mod_info.so >LoadModule includes_module libexec/apache/mod_include.so >LoadModule autoindex_module libexec/apache/mod_autoindex.so >LoadModule dir_module libexec/apache/mod_dir.so >LoadModule cgi_module libexec/apache/mod_cgi.so >LoadModule asis_module libexec/apache/mod_asis.so >LoadModule imap_module libexec/apache/mod_imap.so >LoadModule action_module libexec/apache/mod_actions.so >LoadModule speling_module libexec/apache/mod_speling.so >LoadModule userdir_module libexec/apache/mod_userdir.so >LoadModule alias_module libexec/apache/mod_alias.so >LoadModule rewrite_module libexec/apache/mod_rewrite.so >LoadModule access_module libexec/apache/mod_access.so >LoadModule auth_module libexec/apache/mod_auth.so >LoadModule anon_auth_module libexec/apache/mod_auth_anon.so >LoadModule db_auth_module libexec/apache/mod_auth_db.so >LoadModule digest_module libexec/apache/mod_digest.so >LoadModule proxy_module libexec/apache/libproxy.so >LoadModule cern_meta_module libexec/apache/mod_cern_meta.so >LoadModule expires_module libexec/apache/mod_expires.so >LoadModule headers_module libexec/apache/mod_headers.so >LoadModule usertrack_module libexec/apache/mod_usertrack.so >LoadModule unique_id_module libexec/apache/mod_unique_id.so >LoadModule setenvif_module libexec/apache/mod_setenvif.so > ># Reconstruction of the complete module list from all available modules ># (static and shared ones) to achieve correct module execution order. ># [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS, TOO] >ClearModuleList >AddModule mod_mmap_static.c >AddModule mod_vhost_alias.c >AddModule mod_env.c >AddModule mod_log_config.c >AddModule mod_mime_magic.c >AddModule mod_mime.c >AddModule mod_negotiation.c >AddModule mod_status.c >AddModule mod_info.c >AddModule mod_include.c >AddModule mod_autoindex.c >AddModule mod_dir.c >AddModule mod_cgi.c >AddModule mod_asis.c >AddModule mod_imap.c >AddModule mod_actions.c >AddModule mod_speling.c >AddModule mod_userdir.c >AddModule mod_alias.c >AddModule mod_rewrite.c >AddModule mod_access.c >AddModule mod_auth.c >AddModule mod_auth_anon.c >AddModule mod_auth_db.c >AddModule mod_digest.c >AddModule mod_proxy.c >AddModule mod_cern_meta.c >AddModule mod_expires.c >AddModule mod_headers.c >AddModule mod_usertrack.c >AddModule mod_unique_id.c >AddModule mod_so.c >AddModule mod_setenvif.c > ># ># ExtendedStatus controls whether Apache will generate "full" status ># information (ExtendedStatus On) or just basic information (ExtendedStatus ># Off) when the "server-status" handler is called. The default is Off. ># >#ExtendedStatus On > >### Section 2: 'Main' server configuration ># ># The directives in this section set up the values used by the 'main' ># server, which responds to any requests that aren't handled by a ># definition. These values also provide defaults for ># any containers you may define later in the file. ># ># All of these directives may appear inside containers, ># in which case these default settings will be overridden for the ># virtual host being defined. ># > ># ># If your ServerType directive (set earlier in the 'Global Environment' ># section) is set to "inetd", the next few directives don't have any ># effect since their settings are defined by the inetd configuration. ># Skip ahead to the ServerAdmin directive. ># > ># ># Port: The port to which the standalone server listens. For ># ports < 1023, you will need httpd to be run as root initially. ># >Port 80 > ># ># If you wish httpd to run as a different user or group, you must run ># httpd as root initially and it will switch. ># ># User/Group: The name (or #number) of the user/group to run httpd as. ># . On SCO (ODT 3) use "User nouser" and "Group nogroup". ># . On HPUX you may not be able to use shared memory as nobody, and the ># suggested workaround is to create a user www and use that user. ># NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET) ># when the value of (unsigned)Group is above 60000; ># don't use Group www on these systems! ># >User www >Group www > ># ># ServerAdmin: Your address, where problems with the server should be ># e-mailed. This address appears on some server-generated pages, such ># as error documents. ># >ServerAdmin ejcerejo@yahoo.com > ># ># ServerName allows you to set a host name which is sent back to clients for ># your server if it's different than the one the program would get (i.e., use ># "www" instead of the host's real name). ># ># Note: You cannot just invent host names and hope they work. The name you ># define here must be a valid DNS name for your host. If you don't understand ># this, ask your network administrator. ># If your host doesn't have a registered DNS name, enter its IP address here. ># You will have to access it by its address (e.g., http://123.45.67.89/) ># anyway, and this will make redirections work in a sensible way. ># ># 127.0.0.1 is the TCP/IP local loop-back address, often named localhost. >Your ># machine always knows itself by this address. If you use Apache strictly for ># local testing and development, you may use 127.0.0.1 as the server name. ># >ServerName patucha.leiria.com > ># ># DocumentRoot: The directory out of which you will serve your ># documents. By default, all requests are taken from this directory, but ># symbolic links and aliases may be used to point to other locations. ># >DocumentRoot "/usr/local/www/data" > ># ># Each directory to which Apache has access, can be configured with respect ># to which services and features are allowed and/or disabled in that ># directory (and its subdirectories). ># ># First, we configure the "default" to be a very restrictive set of ># permissions. ># > > Options FollowSymLinks > AllowOverride None > > ># ># Note that from this point forward you must specifically allow ># particular features to be enabled - so if something's not working as ># you might expect, make sure that you have specifically enabled it ># below. ># > ># ># This should be changed to whatever you set DocumentRoot to. ># > > ># ># This may also be "None", "All", or any combination of "Indexes", ># "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews". ># ># Note that "MultiViews" must be named *explicitly* --- "Options All" ># doesn't give it to you. ># > Options Indexes FollowSymLinks MultiViews > ># ># This controls which options the .htaccess files in directories can ># override. Can also be "All", or any combination of "Options", "FileInfo", ># "AuthConfig", and "Limit" ># > AllowOverride None > ># ># Controls who can get stuff from this server. ># > Order allow,deny > Allow from all > > ># ># UserDir: The name of the directory which is appended onto a user's home ># directory if a ~user request is received. ># > > UserDir public_html > > ># ># Control access to UserDir directories. The following is an example ># for a site where these directories are restricted to read-only. ># ># ># AllowOverride FileInfo AuthConfig Limit ># Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec ># ># Order allow,deny ># Allow from all ># ># ># Order deny,allow ># Deny from all ># ># > ># ># DirectoryIndex: Name of the file or files to use as a pre-written HTML ># directory index. Separate multiple entries with spaces. ># > > > > DirectoryIndex index.php index.php3 index.html > > > DirectoryIndex index.php3 index.html > > > > > DirectoryIndex index.php index.html > > > DirectoryIndex index.html > > > > ># ># AccessFileName: The name of the file to look for in each directory ># for access control information. ># >AccessFileName .htaccess > ># ># The following lines prevent .htaccess files from being viewed by ># Web clients. Since .htaccess files often contain authorization ># information, access is disallowed for security reasons. Comment ># these lines out if you want Web visitors to see the contents of ># .htaccess files. If you change the AccessFileName directive above, ># be sure to make the corresponding changes here. ># ># Also, folks tend to use names such as .htpasswd for password ># files, so this will protect those as well. ># > > Order allow,deny > Deny from all > Satisfy All > > ># ># CacheNegotiatedDocs: By default, Apache sends "Pragma: no-cache" with each ># document that was negotiated on the basis of content. This asks proxy ># servers not to cache the document. Uncommenting the following line disables ># this behavior, and proxies will be allowed to cache the documents. ># >#CacheNegotiatedDocs > ># ># UseCanonicalName: (new for 1.3) With this setting turned on, whenever ># Apache needs to construct a self-referencing URL (a URL that refers back ># to the server the response is coming from) it will use ServerName and ># Port to form a "canonical" name. With this setting off, Apache will ># use the hostname:port that the client supplied, when possible. This ># also affects SERVER_NAME and SERVER_PORT in CGI scripts. ># >UseCanonicalName On > ># ># TypesConfig describes where the mime.types file (or equivalent) is ># to be found. ># > > TypesConfig /usr/local/etc/apache/mime.types > > ># ># DefaultType is the default MIME type the server will use for a document ># if it cannot otherwise determine one, such as from filename extensions. ># If your server contains mostly text or HTML documents, "text/plain" is ># a good value. If most of your content is binary, such as applications ># or images, you may want to use "application/octet-stream" instead to ># keep browsers from trying to display binary files as though they are ># text. ># >DefaultType text/plain > ># ># The mod_mime_magic module allows the server to use various hints from the ># contents of the file itself to determine its type. The MIMEMagicFile ># directive tells the module where the hint definitions are located. ># mod_mime_magic is not part of the default server (you have to add ># it yourself with a LoadModule [see the DSO paragraph in the 'Global ># Environment' section], or recompile the server and include mod_mime_magic ># as part of the configuration), so it's enclosed in an container. ># This means that the MIMEMagicFile directive will only be processed if the ># module is part of the server. ># > > MIMEMagicFile /usr/local/etc/apache/magic > > ># ># HostnameLookups: Log the names of clients or just their IP addresses ># e.g., www.apache.org (on) or 204.62.129.132 (off). ># The default is off because it'd be overall better for the net if people ># had to knowingly turn this feature on, since enabling it means that ># each client request will result in AT LEAST one lookup request to the ># nameserver. ># >HostnameLookups Off > ># ># ErrorLog: The location of the error log file. ># If you do not specify an ErrorLog directive within a ># container, error messages relating to that virtual host will be ># logged here. If you *do* define an error logfile for a ># container, that host's errors will be logged there and not here. ># >ErrorLog /var/log/httpd-error.log > ># ># LogLevel: Control the number of messages logged to the error_log. ># Possible values include: debug, info, notice, warn, error, crit, ># alert, emerg. ># >LogLevel warn > ># ># The following directives define some format nicknames for use with ># a CustomLog directive (see below). ># >LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" >combined >LogFormat "%h %l %u %t \"%r\" %>s %b" common >LogFormat "%{Referer}i -> %U" referer >LogFormat "%{User-agent}i" agent > ># ># The location and format of the access logfile (Common Logfile Format). ># If you do not define any access logfiles within a ># container, they will be logged here. Contrariwise, if you *do* ># define per- access logfiles, transactions will be ># logged therein and *not* in this file. ># >#CustomLog /var/log/httpd-access.log common > ># ># If you would like to have agent and referer logfiles, uncomment the ># following directives. ># >#CustomLog /var/log/httpd-referer.log referer >#CustomLog /var/log/httpd-agent.log agent > ># ># If you prefer a single logfile with access, agent, and referer information ># (Combined Logfile Format) you can use the following directive. ># >CustomLog /var/log/httpd-access.log combined > ># ># Optionally add a line containing the server version and virtual host ># name to server-generated pages (error documents, FTP directory listings, ># mod_status and mod_info output etc., but not CGI generated documents). ># Set to "EMail" to also include a mailto: link to the ServerAdmin. ># Set to one of: On | Off | EMail ># >ServerSignature On > ># EBCDIC configuration: ># (only for mainframes using the EBCDIC codeset, currently one of: ># Fujitsu-Siemens' BS2000/OSD, IBM's OS/390 and IBM's TPF)!! ># The following default configuration assumes that "text files" ># are stored in EBCDIC (so that you can operate on them using the ># normal POSIX tools like grep and sort) while "binary files" are ># stored with identical octets as on an ASCII machine. ># ># The directives are evaluated in configuration file order, with ># the EBCDICConvert directives applied before EBCDICConvertByType. ># ># If you want to have ASCII HTML documents and EBCDIC HTML documents ># at the same time, you can use the file extension to force ># conversion off for the ASCII documents: ># > AddType text/html .ahtml ># > EBCDICConvert Off=InOut .ahtml ># ># EBCDICConvertByType On=InOut text/* message/* multipart/* ># EBCDICConvertByType On=In application/x-www-form-urlencoded ># EBCDICConvertByType On=InOut application/postscript model/vrml ># EBCDICConvertByType Off=InOut */* > > ># ># Aliases: Add here as many aliases as you need (with no limit). The format >is ># Alias fakename realname ># > > > # > # Note that if you include a trailing / on fakename then the server will > # require it to be present in the URL. So "/icons" isn't aliased in this > # example, only "/icons/". If the fakename is slash-terminated, then the > # realname must also be slash terminated, and if the fakename omits the > # trailing slash, the realname must also omit it. > # > Alias /icons/ "/usr/local/www/icons/" > > > Options Indexes MultiViews > AllowOverride None > Order allow,deny > Allow from all > > > # This Alias will project the on-line documentation tree under /manual/ > # even if you change the DocumentRoot. Comment it if you don't want to > # provide access to the on-line documentation. > # > Alias /manual/ "/usr/local/share/doc/apache/" > > > Options Indexes FollowSymlinks MultiViews > AllowOverride None > Order allow,deny > Allow from all > > > # > # ScriptAlias: This controls which directories contain server scripts. > # ScriptAliases are essentially the same as Aliases, except that > # documents in the realname directory are treated as applications and > # run by the server when requested rather than as documents sent to the >client. > # The same rules about trailing "/" apply to ScriptAlias directives as to > # Alias. > # > ScriptAlias /cgi-bin/ "/usr/local/www/cgi-bin/" > > # > # "/usr/local/www/cgi-bin" should be changed to whatever your >ScriptAliased > # CGI directory exists, if you have that configured. > # > > AllowOverride None > Options None > Order allow,deny > Allow from all > > > ># End of aliases. > ># ># Redirect allows you to tell clients about documents which used to exist in ># your server's namespace, but do not anymore. This allows you to tell the ># clients where to look for the relocated document. ># Format: Redirect old-URI new-URL ># > ># ># Directives controlling the display of server-generated directory listings. ># > > > # > # FancyIndexing is whether you want fancy directory indexing or standard > # > IndexOptions FancyIndexing > > # > # AddIcon* directives tell the server which icon to show for different > # files or filename extensions. These are only displayed for > # FancyIndexed directories. > # > AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip > > AddIconByType (TXT,/icons/text.gif) text/* > AddIconByType (IMG,/icons/image2.gif) image/* > AddIconByType (SND,/icons/sound2.gif) audio/* > AddIconByType (VID,/icons/movie.gif) video/* > > AddIcon /icons/binary.gif .bin .exe > AddIcon /icons/binhex.gif .hqx > AddIcon /icons/tar.gif .tar > AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv > AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip > AddIcon /icons/a.gif .ps .ai .eps > AddIcon /icons/layout.gif .html .shtml .htm .pdf > AddIcon /icons/text.gif .txt > AddIcon /icons/c.gif .c > AddIcon /icons/p.gif .pl .py > AddIcon /icons/f.gif .for > AddIcon /icons/dvi.gif .dvi > AddIcon /icons/uuencoded.gif .uu > AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl > AddIcon /icons/tex.gif .tex > AddIcon /icons/bomb.gif core > > AddIcon /icons/back.gif .. > AddIcon /icons/hand.right.gif README > AddIcon /icons/folder.gif ^^DIRECTORY^^ > AddIcon /icons/blank.gif ^^BLANKICON^^ > > # > # DefaultIcon is which icon to show for files which do not have an icon > # explicitly set. > # > DefaultIcon /icons/unknown.gif > > # > # AddDescription allows you to place a short description after a file in > # server-generated indexes. These are only displayed for FancyIndexed > # directories. > # Format: AddDescription "description" filename > # > #AddDescription "GZIP compressed document" .gz > #AddDescription "tar archive" .tar > #AddDescription "GZIP compressed tar archive" .tgz > > # > # ReadmeName is the name of the README file the server will look for by > # default, and append to directory listings. > # > # HeaderName is the name of a file which should be prepended to > # directory indexes. > # > # If MultiViews are amongst the Options in effect, the server will > # first look for name.html and include it if found. If name.html > # doesn't exist, the server will then look for name.txt and include > # it as plaintext if found. > # > ReadmeName README > HeaderName HEADER > > # > # IndexIgnore is a set of filenames which directory indexing should ignore > # and not include in the listing. Shell-style wildcarding is permitted. > # > IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t > > ># End of indexing directives. > ># ># Document types. ># > > > # > # AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) >uncompress > # information on the fly. Note: Not all browsers support this. > # Despite the name similarity, the following Add* directives have nothing > # to do with the FancyIndexing customization directives above. > # > AddEncoding x-compress Z > AddEncoding x-gzip gz tgz > > # > # AddLanguage allows you to specify the language of a document. You can > # then use content negotiation to give a browser a file in a language > # it can understand. > # > # Note 1: The suffix does not have to be the same as the language > # keyword --- those with documents in Polish (whose net-standard > # language code is pl) may wish to use "AddLanguage pl .po" to > # avoid the ambiguity with the common suffix for perl scripts. > # > # Note 2: The example entries below illustrate that in quite > # some cases the two character 'Language' abbreviation is not > # identical to the two character 'Country' code for its country, > # E.g. 'Danmark/dk' versus 'Danish/da'. > # > # Note 3: In the case of 'ltz' we violate the RFC by using a three char > # specifier. But there is 'work in progress' to fix this and get > # the reference data for rfc1766 cleaned up. > # > # Danish (da) - Dutch (nl) - English (en) - Estonian (ee) > # French (fr) - German (de) - Greek-Modern (el) > # Italian (it) - Korean (kr) - Norwegian (no) - Norwegian Nynorsk (nn) > # Portugese (pt) - Luxembourgeois* (ltz) > # Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cz) > # Polish (pl) - Brazilian Portuguese (pt-br) - Japanese (ja) > # Russian (ru) > # > AddLanguage da .dk > AddLanguage nl .nl > AddLanguage en .en > AddLanguage et .ee > AddLanguage fr .fr > AddLanguage de .de > AddLanguage el .el > AddLanguage he .he > AddCharset ISO-8859-8 .iso8859-8 > AddLanguage it .it > AddLanguage ja .ja > AddCharset ISO-2022-JP .jis > AddLanguage kr .kr > AddCharset ISO-2022-KR .iso-kr > AddLanguage nn .nn > AddLanguage no .no > AddLanguage pl .po > AddCharset ISO-8859-2 .iso-pl > AddLanguage pt .pt > AddLanguage pt-br .pt-br > AddLanguage ltz .lu > AddLanguage ca .ca > AddLanguage es .es > AddLanguage sv .se > AddLanguage cz .cz > AddLanguage ru .ru > AddLanguage zh-tw .tw > AddLanguage tw .tw > AddCharset Big5 .Big5 .big5 > AddCharset WINDOWS-1251 .cp-1251 > AddCharset CP866 .cp866 > AddCharset ISO-8859-5 .iso-ru > AddCharset KOI8-R .koi8-r > AddCharset UCS-2 .ucs2 > AddCharset UCS-4 .ucs4 > AddCharset UTF-8 .utf8 > > # LanguagePriority allows you to give precedence to some languages > # in case of a tie during content negotiation. > # > # Just list the languages in decreasing order of preference. We have > # more or less alphabetized them here. You probably want to change this. > # > > LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz >ca es sv tw > > > > AddType application/x-httpd-php3 .php3 > AddType application/x-httpd-php3-source .php3s > > > AddType application/x-httpd-php .php > AddType application/x-httpd-php-source .phps > > > # > # AddType allows you to tweak mime.types without actually editing it, or >to > # make certain files to be certain types. > # > AddType application/x-tar .tgz > > # > # AddHandler allows you to map certain file extensions to "handlers", > # actions unrelated to filetype. These can be either built into the server > # or added with the Action command (see below) > # > # If you want to use server side includes, or CGI outside > # ScriptAliased directories, uncomment the following lines. > # > # To use CGI scripts: > # > #AddHandler cgi-script .cgi > > # > # To use server-parsed HTML files > # > #AddType text/html .shtml > #AddHandler server-parsed .shtml > > # > # Uncomment the following line to enable Apache's send-asis HTTP file > # feature > # > #AddHandler send-as-is asis > > # > # If you wish to use server-parsed imagemap files, use > # > #AddHandler imap-file map > > # > # To enable type maps, you might want to use > # > #AddHandler type-map var > > ># End of document types. > ># ># Action lets you define media types that will execute a script whenever ># a matching file is called. This eliminates the need for repeated URL ># pathnames for oft-used CGI file processors. ># Format: Action media/type /cgi-script/location ># Format: Action handler-name /cgi-script/location ># > ># ># MetaDir: specifies the name of the directory in which Apache can find ># meta information files. These files contain additional HTTP headers ># to include when sending the document ># >#MetaDir .web > ># ># MetaSuffix: specifies the file name suffix for the file containing the ># meta information. ># >#MetaSuffix .meta > ># ># Customizable error response (Apache style) ># these come in three flavors ># ># 1) plain text >#ErrorDocument 500 "The server made a boo boo. ># n.b. the single leading (") marks it as text, it does not get output ># ># 2) local redirects >#ErrorDocument 404 /missing.html ># to redirect to local URL /missing.html >#ErrorDocument 404 /cgi-bin/missing_handler.pl ># N.B.: You can redirect to a script or a document using >server-side-includes. ># ># 3) external redirects >#ErrorDocument 402 http://some.other-server.com/subscription_info.html ># N.B.: Many of the environment variables associated with the original ># request will *not* be available to such a script. > ># ># Customize behaviour based on the browser ># > > > # > # The following directives modify normal HTTP response behavior. > # The first directive disables keepalive for Netscape 2.x and browsers >that > # spoof it. There are known problems with these browser implementations. > # The second directive is for Microsoft Internet Explorer 4.0b2 > # which has a broken HTTP/1.1 implementation and does not properly > # support keepalive when it is used on 301 or 302 (redirect) responses. > # > BrowserMatch "Mozilla/2" nokeepalive > BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0 > > # > # The following directive disables HTTP/1.1 responses to browsers which > # are in violation of the HTTP/1.0 spec by not being able to grok a > # basic 1.1 response. > # > BrowserMatch "RealPlayer 4\.0" force-response-1.0 > BrowserMatch "Java/1\.0" force-response-1.0 > BrowserMatch "JDK/1\.0" force-response-1.0 > > ># End of browser customization directives > ># ># Allow server status reports, with the URL of http://servername/server-status ># Change the ".your-domain.com" to match your domain to enable. ># ># ># SetHandler server-status ># Order deny,allow ># Deny from all ># Allow from .your-domain.com ># > ># ># Allow remote server configuration reports, with the URL of ># http://servername/server-info (requires that mod_info.c be loaded). ># Change the ".your-domain.com" to match your domain to enable. ># ># ># SetHandler server-info ># Order deny,allow ># Deny from all ># Allow from .your-domain.com ># > ># ># There have been reports of people trying to abuse an old bug from pre-1.1 ># days. This bug involved a CGI script distributed as a part of Apache. ># By uncommenting these lines you can redirect these attacks to a logging ># script on phf.apache.org. Or, you can record them yourself, using the >script ># support/phf_abuse_log.cgi. ># ># ># Deny from all ># ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi ># > ># ># Proxy Server directives. Uncomment the following lines to ># enable the proxy server: ># ># ># ProxyRequests On > ># ># Order deny,allow ># Deny from all ># Allow from .your-domain.com ># > > # > # Enable/disable the handling of HTTP/1.1 "Via:" headers. > # ("Full" adds the server version; "Block" removes all outgoing Via: >headers) > # Set to one of: Off | On | Full | Block > # ># ProxyVia On > > # > # To enable the cache as well, edit and uncomment the following lines: > # (no cacheing without CacheRoot) > # ># CacheRoot "/usr/local/www/proxy" ># CacheSize 5 ># CacheGcInterval 4 ># CacheMaxExpire 24 ># CacheLastModifiedFactor 0.1 ># CacheDefaultExpire 1 ># NoCache a-domain.com another-domain.edu joes.garage-sale.com > ># ># End of proxy directives. > >### Section 3: Virtual Hosts ># ># VirtualHost: If you want to maintain multiple domains/hostnames on your ># machine you can setup VirtualHost containers for them. Most configurations ># use only name-based virtual hosts so the server doesn't need to worry about ># IP addresses. This is indicated by the asterisks in the directives below. ># ># Please see the documentation at ># for further details before you try to setup virtual hosts. ># ># You may use the command line option '-S' to verify your virtual host ># configuration. > ># ># Use name-based virtual hosting. ># >#NameVirtualHost * > ># ># VirtualHost example: ># Almost any Apache directive may go into a VirtualHost container. ># The first VirtualHost section is used for requests without a known ># server name. ># ># ># ServerAdmin webmaster@dummy-host.example.com ># DocumentRoot /www/docs/dummy-host.example.com ># ServerName dummy-host.example.com ># ErrorLog logs/dummy-host.example.com-error_log ># CustomLog logs/dummy-host.example.com-access_log common ># > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > .... our website: http://www.sage-one.net/ Best regards, Jack L. Stone Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 5:55: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb3-a.mail.utexas.edu [128.83.126.138]) by hub.freebsd.org (Postfix) with SMTP id 9A47C37B400 for ; Thu, 21 Mar 2002 05:55:00 -0800 (PST) Received: (qmail 9069 invoked by uid 0); 21 Mar 2002 13:54:59 -0000 Received: from chepe.cc.utexas.edu (HELO oscar.mail.utexas.edu) (128.83.135.25) by umbs-smtp-3 with SMTP; 21 Mar 2002 13:54:59 -0000 Message-Id: <5.1.0.14.2.20020321074803.02631020@mail.utexas.edu> X-Sender: oscars@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 21 Mar 2002 07:54:57 -0600 To: Keith Spencer , freebsd-questions@freebsd.org From: Oscar Ricardo Silva Subject: Re: maildirs...how do I create them? In-Reply-To: <20020321095707.25427.qmail@web12001.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 08:57 PM 3/21/2002 +1100, Keith Spencer, you wrote: >Hi all here is a bit of classic ignorance/confusion >for you. >I wish to install webmail. >IMHO is a roxen module which has it(mostly) all. >It can use courier imap. >Imap needs to use maildirs. >I already have users on my system usin cucipop mail >access and I have sendmail on the system (Freebsd 4.3) >I don't understand what I have to do to create these >maildirs? Th imap docs are confuding to me. >Do I have all the mail software I need? >Am I supposed to install Qmail or something instead of >sendmail? >I'd reaaly appreciate some hand leading here. I am >comfortable with sendmail pop3 etc....I am wading out >of my depth but HAVE to go there. >PS use the kiss principle on me please.. I am not a >guru here (rather obviously) just a "you'll do" >teacher trying to admin or school's systems. > >Thanks in advance >Keith Keith, I don't know that your MTA, sendmail, will deliver to maildir directories. If you want to use maildire, you might be better off running qmail. No, I'm not saying one is better than the other, just responding according to what you wrote. Or ... you might want to chose anoter IMAP server. Oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 6: 2:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from janeway.vonbek.dhs.org (bgm-24-24-79-198.stny.rr.com [24.24.79.198]) by hub.freebsd.org (Postfix) with ESMTP id BD86937B404 for ; Thu, 21 Mar 2002 06:02:11 -0800 (PST) Received: by janeway.vonbek.dhs.org (Postfix, from userid 12347) id 448C5E77B4A; Thu, 21 Mar 2002 08:43:33 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id 4203B6A8C1D; Thu, 21 Mar 2002 08:43:33 -0500 (EST) Date: Thu, 21 Mar 2002 08:43:33 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: "Joel R. Scalzo" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: I want BSD. In-Reply-To: <000801c1d098$960c9d20$0200000a@98machine> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 21 Mar 2002, Joel R. Scalzo wrote: > Date: Thu, 21 Mar 2002 00:23:50 -0500 > From: Joel R. Scalzo > To: freebsd-questions@FreeBSD.ORG > Subject: I want BSD. > > Dear BSD, > > How do I download free BSD? I can't find a link that allows me to do so. > > Joel > I've found the easiest way (if you have broadband and a cd-burner) is to download an ISO image of the FreeBSD rev you want, burn it to CD then boot from it. The ISO images exist on the FreeBSD download site (and it's mirrors). http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html Also see the installation instructions. The Handbook is your friend :) http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html JB |-John Bleichert----syborg@stny.rr.com----------------| |-------------------http://vonbek.dhs.org/latest.jpg--| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 6: 3:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from constans.gldis.ca (constans.gldis.ca [216.187.105.233]) by hub.freebsd.org (Postfix) with ESMTP id 58A7837B400 for ; Thu, 21 Mar 2002 06:03:24 -0800 (PST) Received: (from gldisater@localhost) by constans.gldis.ca (8.11.6/8.11.6) id g2L8v7M00720 for questions@freebsd.org; Thu, 21 Mar 2002 08:57:07 GMT (envelope-from gldisater) Date: Thu, 21 Mar 2002 08:57:07 +0000 From: Jeremy Faulkner To: questions@freebsd.org Subject: Re: Will this work? Message-ID: <20020321085707.B634@constans.gldis.ca> References: <20020320225848.3AF9714A17@mail.westmoormfg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020320225848.3AF9714A17@mail.westmoormfg.com>; from wenninger@cox-internet.com on Wed, Mar 20, 2002 at 04:06:30PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Mar 20, 2002 at 04:06:30PM -0600, Richard Wenninger wrote: > On Wednesday 20 March 2002 01:51 pm, you wrote: > > I recently came across a boxed copy of FreeBSD 4.2 on the "clearance table" > > at a local office supply store. My old PC is a 90MHz Pentium with 24 MB RAM > > and a 503 MB hard drive. I bought the box (it was only $17) - would > > converting my old PC to a UNIX-only machine as a hobby be a practical idea? > > My FreeBSD server at home is running on a 486/66mhz machine with 40mb of RAM. > > Runs great! > > Buildworld is a little slow... :-) > (like 24hrs slow) It takes a couple days on my 486/66mhz w/8MB of ram. Definately not a "go get a cup of coffee" compile, more like "go for a trip to the tropics and hope for the best". Doing the buildworld on a faster machine and NFS mounting /usr/obj and /usr/src then doing installworld is a Good Thing(tm). PS. Next time that I'm at my parents, I think I'll do a time make buildworld just to satisfy my sadistic nature. -- Jeremy Faulkner http://www.gldis.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 6:12:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 5520D37B417 for ; Thu, 21 Mar 2002 06:12:08 -0800 (PST) Received: from barbish ([63.70.155.39]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com; Thu, 21 Mar 2002 09:11:59 -0500 From: "Joe & Fhe Barbish" To: Cc: "FBSDQ" Subject: RE: httpd won't start! Date: Thu, 21 Mar 2002 09:11:54 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <3.0.5.32.20020321074745.011ed5f0@mail.sage-one.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG If you look in yout /var/log/httpd.error.log you will see 2 files not found. There is a error in the port of apache13 where the file names in the sample httpd.conf do not match the files provided. Edit you httpd.conf file like this Change this > > MIMEMagicFile /usr/local/etc/apache/magic > To this > > MIMEMagicFile /usr/local/etc/apache/magic.default > and this > > TypesConfig /usr/local/etc/apache/mime.types > To this > > TypesConfig /usr/local/etc/apache/mime.types.default > -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Server Admin Sent: Thursday, March 21, 2002 8:48 AM To: ejcerejo@yahoo.com; freebsd-questions@FreeBSD.ORG Subject: Re: httpd won't start! Try these to see if it's there: #sockstat or ps -auxw | grep httpd # to see individual daemon I'll look at your file.... At 02:02 AM 3.21.2002 -0500, E. J. Cerejo wrote: >I installed apache13 from the ports and my configuration files ended up in >/usr/local/etc/apache/ and www directory ended up in /usr/local/www. Because >I have a dynamic IP I've been using dns2go. When I start dns2go I can ping >it and traceroute it from another computer but it won't find my web page. >When I reboot the machine I see apache being started but when I run the top >command I don't see it, I run the httpd command again and it gives me no >errors but I still can't see it by runnint the top command so I guess it's >not starting. Can anyone give any hints on this? Here's my httpd.conf file: > >## >## httpd.conf -- Apache HTTP server configuration file >## > ># ># Based upon the NCSA server configuration files originally by Rob McCool. ># ># This is the main Apache server configuration file. It contains the ># configuration directives that give the server its instructions. ># See for detailed information about ># the directives. ># ># Do NOT simply read the instructions in here without understanding ># what they do. They're here only as hints or reminders. If you are unsure ># consult the online docs. You have been warned. ># ># After this file is processed, the server will look for and process ># /usr/local/conf/srm.conf and then /usr/local/conf/access.conf ># unless you have overridden these with ResourceConfig and/or ># AccessConfig directives here. ># ># The configuration directives are grouped into three basic sections: ># 1. Directives that control the operation of the Apache server process as a ># whole (the 'global environment'). ># 2. Directives that define the parameters of the 'main' or 'default' server, ># which responds to requests that aren't handled by a virtual host. ># These directives also provide default values for the settings ># of all virtual hosts. ># 3. Settings for virtual hosts, which allow Web requests to be sent to ># different IP addresses or hostnames and have them handled by the ># same Apache server process. ># ># Configuration and logfile names: If the filenames you specify for many ># of the server's control files begin with "/" (or "drive:/" for Win32), the ># server will use that explicit path. If the filenames do *not* begin ># with "/", the value of ServerRoot is prepended -- so "logs/foo.log" ># with ServerRoot set to "/usr/local/apache" will be interpreted by the ># server as "/usr/local/apache/logs/foo.log". ># > >### Section 1: Global Environment ># ># The directives in this section affect the overall operation of Apache, ># such as the number of concurrent requests it can handle or where it ># can find its configuration files. ># > ># ># ServerType is either inetd, or standalone. Inetd mode is only supported on ># Unix platforms. ># >ServerType standalone > ># ># ServerRoot: The top of the directory tree under which the server's ># configuration, error, and log files are kept. ># ># NOTE! If you intend to place this on an NFS (or otherwise network) ># mounted filesystem then please read the LockFile documentation ># (available at ); ># you will save yourself a lot of trouble. ># >ServerRoot "/usr/local/" > ># ># The LockFile directive sets the path to the lockfile used when Apache ># is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or ># USE_FLOCK_SERIALIZED_ACCEPT. This directive should normally be left at ># its default value. The main reason for changing it is if the logs ># directory is NFS mounted, since the lockfile MUST BE STORED ON A LOCAL ># DISK. The PID of the main server process is automatically appended to ># the filename. ># >#LockFile /var/run/httpd.lock > ># ># PidFile: The file in which the server should record its process ># identification number when it starts. ># >PidFile /var/run/httpd.pid > ># ># ScoreBoardFile: File used to store internal server process information. ># Not all architectures require this. But if yours does (you'll know because ># this file will be created when you run Apache) then you *must* ensure that ># no two invocations of Apache share the same scoreboard file. ># >ScoreBoardFile /var/run/httpd.scoreboard > ># ># In the standard configuration, the server will process httpd.conf (this ># file, specified by the -f command line option), srm.conf, and access.conf ># in that order. The latter two files are now distributed empty, as it is ># recommended that all directives be kept in a single file for simplicity. ># The commented-out values below are the built-in defaults. You can have the ># server ignore these files altogether by using "/dev/null" (for Unix) or ># "nul" (for Win32) for the arguments to the directives. ># >#ResourceConfig conf/srm.conf >#AccessConfig conf/access.conf > ># ># Timeout: The number of seconds before receives and sends time out. ># >Timeout 300 > ># ># KeepAlive: Whether or not to allow persistent connections (more than ># one request per connection). Set to "Off" to deactivate. ># >KeepAlive On > ># ># MaxKeepAliveRequests: The maximum number of requests to allow ># during a persistent connection. Set to 0 to allow an unlimited amount. ># We recommend you leave this number high, for maximum performance. ># >MaxKeepAliveRequests 100 > ># ># KeepAliveTimeout: Number of seconds to wait for the next request from the ># same client on the same connection. ># >KeepAliveTimeout 15 > ># ># Server-pool size regulation. Rather than making you guess how many ># server processes you need, Apache dynamically adapts to the load it ># sees --- that is, it tries to maintain enough server processes to ># handle the current load, plus a few spare servers to handle transient ># load spikes (e.g., multiple simultaneous requests from a single ># Netscape browser). ># ># It does this by periodically checking how many servers are waiting ># for a request. If there are fewer than MinSpareServers, it creates ># a new spare. If there are more than MaxSpareServers, some of the ># spares die off. The default values are probably OK for most sites. ># >MinSpareServers 5 >MaxSpareServers 10 > ># ># Number of servers to start initially --- should be a reasonable ballpark ># figure. ># >StartServers 5 > ># ># Limit on total number of servers running, i.e., limit on the number ># of clients who can simultaneously connect --- if this limit is ever ># reached, clients will be LOCKED OUT, so it should NOT BE SET TOO LOW. ># It is intended mainly as a brake to keep a runaway server from taking ># the system with it as it spirals down... ># >MaxClients 150 > ># ># MaxRequestsPerChild: the number of requests each child process is ># allowed to process before the child dies. The child will exit so ># as to avoid problems after prolonged use when Apache (and maybe the ># libraries it uses) leak memory or other resources. On most systems, this ># isn't really needed, but a few (such as Solaris) do have notable leaks ># in the libraries. For these platforms, set to something like 10000 ># or so; a setting of 0 means unlimited. ># ># NOTE: This value does not include keepalive requests after the initial ># request per connection. For example, if a child process handles ># an initial request and 10 subsequent "keptalive" requests, it ># would only count as 1 request towards this limit. ># >MaxRequestsPerChild 0 > ># ># Listen: Allows you to bind Apache to specific IP addresses and/or ># ports, in addition to the default. See also the ># directive. ># >Listen 3000 >Listen 12.34.56.78:80 > ># ># BindAddress: You can support virtual hosts with this option. This directive ># is used to tell the server which IP address to listen to. It can either ># contain "*", an IP address, or a fully qualified Internet domain name. ># See also the and Listen directives. ># >#BindAddress * > ># ># Dynamic Shared Object (DSO) Support ># ># To be able to use the functionality of a module which was built as a DSO you ># have to place corresponding `LoadModule' lines at this location so the ># directives contained in it are actually available _before_ they are used. ># Please read the file http://httpd.apache.org/docs/dso.html for more ># details about the DSO mechanism and run `httpd -l' for the list of already ># built-in (statically linked and thus always available) modules in your httpd ># binary. ># ># Note: The order in which modules are loaded is important. Don't change ># the order below without expert advice. ># ># Example: ># LoadModule foo_module libexec/mod_foo.so >LoadModule mmap_static_module libexec/apache/mod_mmap_static.so >LoadModule vhost_alias_module libexec/apache/mod_vhost_alias.so >LoadModule env_module libexec/apache/mod_env.so >LoadModule config_log_module libexec/apache/mod_log_config.so >LoadModule mime_magic_module libexec/apache/mod_mime_magic.so >LoadModule mime_module libexec/apache/mod_mime.so >LoadModule negotiation_module libexec/apache/mod_negotiation.so >LoadModule status_module libexec/apache/mod_status.so >LoadModule info_module libexec/apache/mod_info.so >LoadModule includes_module libexec/apache/mod_include.so >LoadModule autoindex_module libexec/apache/mod_autoindex.so >LoadModule dir_module libexec/apache/mod_dir.so >LoadModule cgi_module libexec/apache/mod_cgi.so >LoadModule asis_module libexec/apache/mod_asis.so >LoadModule imap_module libexec/apache/mod_imap.so >LoadModule action_module libexec/apache/mod_actions.so >LoadModule speling_module libexec/apache/mod_speling.so >LoadModule userdir_module libexec/apache/mod_userdir.so >LoadModule alias_module libexec/apache/mod_alias.so >LoadModule rewrite_module libexec/apache/mod_rewrite.so >LoadModule access_module libexec/apache/mod_access.so >LoadModule auth_module libexec/apache/mod_auth.so >LoadModule anon_auth_module libexec/apache/mod_auth_anon.so >LoadModule db_auth_module libexec/apache/mod_auth_db.so >LoadModule digest_module libexec/apache/mod_digest.so >LoadModule proxy_module libexec/apache/libproxy.so >LoadModule cern_meta_module libexec/apache/mod_cern_meta.so >LoadModule expires_module libexec/apache/mod_expires.so >LoadModule headers_module libexec/apache/mod_headers.so >LoadModule usertrack_module libexec/apache/mod_usertrack.so >LoadModule unique_id_module libexec/apache/mod_unique_id.so >LoadModule setenvif_module libexec/apache/mod_setenvif.so > ># Reconstruction of the complete module list from all available modules ># (static and shared ones) to achieve correct module execution order. ># [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS, TOO] >ClearModuleList >AddModule mod_mmap_static.c >AddModule mod_vhost_alias.c >AddModule mod_env.c >AddModule mod_log_config.c >AddModule mod_mime_magic.c >AddModule mod_mime.c >AddModule mod_negotiation.c >AddModule mod_status.c >AddModule mod_info.c >AddModule mod_include.c >AddModule mod_autoindex.c >AddModule mod_dir.c >AddModule mod_cgi.c >AddModule mod_asis.c >AddModule mod_imap.c >AddModule mod_actions.c >AddModule mod_speling.c >AddModule mod_userdir.c >AddModule mod_alias.c >AddModule mod_rewrite.c >AddModule mod_access.c >AddModule mod_auth.c >AddModule mod_auth_anon.c >AddModule mod_auth_db.c >AddModule mod_digest.c >AddModule mod_proxy.c >AddModule mod_cern_meta.c >AddModule mod_expires.c >AddModule mod_headers.c >AddModule mod_usertrack.c >AddModule mod_unique_id.c >AddModule mod_so.c >AddModule mod_setenvif.c > ># ># ExtendedStatus controls whether Apache will generate "full" status ># information (ExtendedStatus On) or just basic information (ExtendedStatus ># Off) when the "server-status" handler is called. The default is Off. ># >#ExtendedStatus On > >### Section 2: 'Main' server configuration ># ># The directives in this section set up the values used by the 'main' ># server, which responds to any requests that aren't handled by a ># definition. These values also provide defaults for ># any containers you may define later in the file. ># ># All of these directives may appear inside containers, ># in which case these default settings will be overridden for the ># virtual host being defined. ># > ># ># If your ServerType directive (set earlier in the 'Global Environment' ># section) is set to "inetd", the next few directives don't have any ># effect since their settings are defined by the inetd configuration. ># Skip ahead to the ServerAdmin directive. ># > ># ># Port: The port to which the standalone server listens. For ># ports < 1023, you will need httpd to be run as root initially. ># >Port 80 > ># ># If you wish httpd to run as a different user or group, you must run ># httpd as root initially and it will switch. ># ># User/Group: The name (or #number) of the user/group to run httpd as. ># . On SCO (ODT 3) use "User nouser" and "Group nogroup". ># . On HPUX you may not be able to use shared memory as nobody, and the ># suggested workaround is to create a user www and use that user. ># NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET) ># when the value of (unsigned)Group is above 60000; ># don't use Group www on these systems! ># >User www >Group www > ># ># ServerAdmin: Your address, where problems with the server should be ># e-mailed. This address appears on some server-generated pages, such ># as error documents. ># >ServerAdmin ejcerejo@yahoo.com > ># ># ServerName allows you to set a host name which is sent back to clients for ># your server if it's different than the one the program would get (i.e., use ># "www" instead of the host's real name). ># ># Note: You cannot just invent host names and hope they work. The name you ># define here must be a valid DNS name for your host. If you don't understand ># this, ask your network administrator. ># If your host doesn't have a registered DNS name, enter its IP address here. ># You will have to access it by its address (e.g., http://123.45.67.89/) ># anyway, and this will make redirections work in a sensible way. ># ># 127.0.0.1 is the TCP/IP local loop-back address, often named localhost. >Your ># machine always knows itself by this address. If you use Apache strictly for ># local testing and development, you may use 127.0.0.1 as the server name. ># >ServerName patucha.leiria.com > ># ># DocumentRoot: The directory out of which you will serve your ># documents. By default, all requests are taken from this directory, but ># symbolic links and aliases may be used to point to other locations. ># >DocumentRoot "/usr/local/www/data" > ># ># Each directory to which Apache has access, can be configured with respect ># to which services and features are allowed and/or disabled in that ># directory (and its subdirectories). ># ># First, we configure the "default" to be a very restrictive set of ># permissions. ># > > Options FollowSymLinks > AllowOverride None > > ># ># Note that from this point forward you must specifically allow ># particular features to be enabled - so if something's not working as ># you might expect, make sure that you have specifically enabled it ># below. ># > ># ># This should be changed to whatever you set DocumentRoot to. ># > > ># ># This may also be "None", "All", or any combination of "Indexes", ># "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews". ># ># Note that "MultiViews" must be named *explicitly* --- "Options All" ># doesn't give it to you. ># > Options Indexes FollowSymLinks MultiViews > ># ># This controls which options the .htaccess files in directories can ># override. Can also be "All", or any combination of "Options", "FileInfo", ># "AuthConfig", and "Limit" ># > AllowOverride None > ># ># Controls who can get stuff from this server. ># > Order allow,deny > Allow from all > > ># ># UserDir: The name of the directory which is appended onto a user's home ># directory if a ~user request is received. ># > > UserDir public_html > > ># ># Control access to UserDir directories. The following is an example ># for a site where these directories are restricted to read-only. ># ># ># AllowOverride FileInfo AuthConfig Limit ># Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec ># ># Order allow,deny ># Allow from all ># ># ># Order deny,allow ># Deny from all ># ># > ># ># DirectoryIndex: Name of the file or files to use as a pre-written HTML ># directory index. Separate multiple entries with spaces. ># > > > > DirectoryIndex index.php index.php3 index.html > > > DirectoryIndex index.php3 index.html > > > > > DirectoryIndex index.php index.html > > > DirectoryIndex index.html > > > > ># ># AccessFileName: The name of the file to look for in each directory ># for access control information. ># >AccessFileName .htaccess > ># ># The following lines prevent .htaccess files from being viewed by ># Web clients. Since .htaccess files often contain authorization ># information, access is disallowed for security reasons. Comment ># these lines out if you want Web visitors to see the contents of ># .htaccess files. If you change the AccessFileName directive above, ># be sure to make the corresponding changes here. ># ># Also, folks tend to use names such as .htpasswd for password ># files, so this will protect those as well. ># > > Order allow,deny > Deny from all > Satisfy All > > ># ># CacheNegotiatedDocs: By default, Apache sends "Pragma: no-cache" with each ># document that was negotiated on the basis of content. This asks proxy ># servers not to cache the document. Uncommenting the following line disables ># this behavior, and proxies will be allowed to cache the documents. ># >#CacheNegotiatedDocs > ># ># UseCanonicalName: (new for 1.3) With this setting turned on, whenever ># Apache needs to construct a self-referencing URL (a URL that refers back ># to the server the response is coming from) it will use ServerName and ># Port to form a "canonical" name. With this setting off, Apache will ># use the hostname:port that the client supplied, when possible. This ># also affects SERVER_NAME and SERVER_PORT in CGI scripts. ># >UseCanonicalName On > ># ># TypesConfig describes where the mime.types file (or equivalent) is ># to be found. ># > > TypesConfig /usr/local/etc/apache/mime.types > > ># ># DefaultType is the default MIME type the server will use for a document ># if it cannot otherwise determine one, such as from filename extensions. ># If your server contains mostly text or HTML documents, "text/plain" is ># a good value. If most of your content is binary, such as applications ># or images, you may want to use "application/octet-stream" instead to ># keep browsers from trying to display binary files as though they are ># text. ># >DefaultType text/plain > ># ># The mod_mime_magic module allows the server to use various hints from the ># contents of the file itself to determine its type. The MIMEMagicFile ># directive tells the module where the hint definitions are located. ># mod_mime_magic is not part of the default server (you have to add ># it yourself with a LoadModule [see the DSO paragraph in the 'Global ># Environment' section], or recompile the server and include mod_mime_magic ># as part of the configuration), so it's enclosed in an container. ># This means that the MIMEMagicFile directive will only be processed if the ># module is part of the server. ># > > MIMEMagicFile /usr/local/etc/apache/magic > > ># ># HostnameLookups: Log the names of clients or just their IP addresses ># e.g., www.apache.org (on) or 204.62.129.132 (off). ># The default is off because it'd be overall better for the net if people ># had to knowingly turn this feature on, since enabling it means that ># each client request will result in AT LEAST one lookup request to the ># nameserver. ># >HostnameLookups Off > ># ># ErrorLog: The location of the error log file. ># If you do not specify an ErrorLog directive within a ># container, error messages relating to that virtual host will be ># logged here. If you *do* define an error logfile for a ># container, that host's errors will be logged there and not here. ># >ErrorLog /var/log/httpd-error.log > ># ># LogLevel: Control the number of messages logged to the error_log. ># Possible values include: debug, info, notice, warn, error, crit, ># alert, emerg. ># >LogLevel warn > ># ># The following directives define some format nicknames for use with ># a CustomLog directive (see below). ># >LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" >combined >LogFormat "%h %l %u %t \"%r\" %>s %b" common >LogFormat "%{Referer}i -> %U" referer >LogFormat "%{User-agent}i" agent > ># ># The location and format of the access logfile (Common Logfile Format). ># If you do not define any access logfiles within a ># container, they will be logged here. Contrariwise, if you *do* ># define per- access logfiles, transactions will be ># logged therein and *not* in this file. ># >#CustomLog /var/log/httpd-access.log common > ># ># If you would like to have agent and referer logfiles, uncomment the ># following directives. ># >#CustomLog /var/log/httpd-referer.log referer >#CustomLog /var/log/httpd-agent.log agent > ># ># If you prefer a single logfile with access, agent, and referer information ># (Combined Logfile Format) you can use the following directive. ># >CustomLog /var/log/httpd-access.log combined > ># ># Optionally add a line containing the server version and virtual host ># name to server-generated pages (error documents, FTP directory listings, ># mod_status and mod_info output etc., but not CGI generated documents). ># Set to "EMail" to also include a mailto: link to the ServerAdmin. ># Set to one of: On | Off | EMail ># >ServerSignature On > ># EBCDIC configuration: ># (only for mainframes using the EBCDIC codeset, currently one of: ># Fujitsu-Siemens' BS2000/OSD, IBM's OS/390 and IBM's TPF)!! ># The following default configuration assumes that "text files" ># are stored in EBCDIC (so that you can operate on them using the ># normal POSIX tools like grep and sort) while "binary files" are ># stored with identical octets as on an ASCII machine. ># ># The directives are evaluated in configuration file order, with ># the EBCDICConvert directives applied before EBCDICConvertByType. ># ># If you want to have ASCII HTML documents and EBCDIC HTML documents ># at the same time, you can use the file extension to force ># conversion off for the ASCII documents: ># > AddType text/html .ahtml ># > EBCDICConvert Off=InOut .ahtml ># ># EBCDICConvertByType On=InOut text/* message/* multipart/* ># EBCDICConvertByType On=In application/x-www-form-urlencoded ># EBCDICConvertByType On=InOut application/postscript model/vrml ># EBCDICConvertByType Off=InOut */* > > ># ># Aliases: Add here as many aliases as you need (with no limit). The format >is ># Alias fakename realname ># > > > # > # Note that if you include a trailing / on fakename then the server will > # require it to be present in the URL. So "/icons" isn't aliased in this > # example, only "/icons/". If the fakename is slash-terminated, then the > # realname must also be slash terminated, and if the fakename omits the > # trailing slash, the realname must also omit it. > # > Alias /icons/ "/usr/local/www/icons/" > > > Options Indexes MultiViews > AllowOverride None > Order allow,deny > Allow from all > > > # This Alias will project the on-line documentation tree under /manual/ > # even if you change the DocumentRoot. Comment it if you don't want to > # provide access to the on-line documentation. > # > Alias /manual/ "/usr/local/share/doc/apache/" > > > Options Indexes FollowSymlinks MultiViews > AllowOverride None > Order allow,deny > Allow from all > > > # > # ScriptAlias: This controls which directories contain server scripts. > # ScriptAliases are essentially the same as Aliases, except that > # documents in the realname directory are treated as applications and > # run by the server when requested rather than as documents sent to the >client. > # The same rules about trailing "/" apply to ScriptAlias directives as to > # Alias. > # > ScriptAlias /cgi-bin/ "/usr/local/www/cgi-bin/" > > # > # "/usr/local/www/cgi-bin" should be changed to whatever your >ScriptAliased > # CGI directory exists, if you have that configured. > # > > AllowOverride None > Options None > Order allow,deny > Allow from all > > > ># End of aliases. > ># ># Redirect allows you to tell clients about documents which used to exist in ># your server's namespace, but do not anymore. This allows you to tell the ># clients where to look for the relocated document. ># Format: Redirect old-URI new-URL ># > ># ># Directives controlling the display of server-generated directory listings. ># > > > # > # FancyIndexing is whether you want fancy directory indexing or standard > # > IndexOptions FancyIndexing > > # > # AddIcon* directives tell the server which icon to show for different > # files or filename extensions. These are only displayed for > # FancyIndexed directories. > # > AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip > > AddIconByType (TXT,/icons/text.gif) text/* > AddIconByType (IMG,/icons/image2.gif) image/* > AddIconByType (SND,/icons/sound2.gif) audio/* > AddIconByType (VID,/icons/movie.gif) video/* > > AddIcon /icons/binary.gif .bin .exe > AddIcon /icons/binhex.gif .hqx > AddIcon /icons/tar.gif .tar > AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv > AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip > AddIcon /icons/a.gif .ps .ai .eps > AddIcon /icons/layout.gif .html .shtml .htm .pdf > AddIcon /icons/text.gif .txt > AddIcon /icons/c.gif .c > AddIcon /icons/p.gif .pl .py > AddIcon /icons/f.gif .for > AddIcon /icons/dvi.gif .dvi > AddIcon /icons/uuencoded.gif .uu > AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl > AddIcon /icons/tex.gif .tex > AddIcon /icons/bomb.gif core > > AddIcon /icons/back.gif .. > AddIcon /icons/hand.right.gif README > AddIcon /icons/folder.gif ^^DIRECTORY^^ > AddIcon /icons/blank.gif ^^BLANKICON^^ > > # > # DefaultIcon is which icon to show for files which do not have an icon > # explicitly set. > # > DefaultIcon /icons/unknown.gif > > # > # AddDescription allows you to place a short description after a file in > # server-generated indexes. These are only displayed for FancyIndexed > # directories. > # Format: AddDescription "description" filename > # > #AddDescription "GZIP compressed document" .gz > #AddDescription "tar archive" .tar > #AddDescription "GZIP compressed tar archive" .tgz > > # > # ReadmeName is the name of the README file the server will look for by > # default, and append to directory listings. > # > # HeaderName is the name of a file which should be prepended to > # directory indexes. > # > # If MultiViews are amongst the Options in effect, the server will > # first look for name.html and include it if found. If name.html > # doesn't exist, the server will then look for name.txt and include > # it as plaintext if found. > # > ReadmeName README > HeaderName HEADER > > # > # IndexIgnore is a set of filenames which directory indexing should ignore > # and not include in the listing. Shell-style wildcarding is permitted. > # > IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t > > ># End of indexing directives. > ># ># Document types. ># > > > # > # AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) >uncompress > # information on the fly. Note: Not all browsers support this. > # Despite the name similarity, the following Add* directives have nothing > # to do with the FancyIndexing customization directives above. > # > AddEncoding x-compress Z > AddEncoding x-gzip gz tgz > > # > # AddLanguage allows you to specify the language of a document. You can > # then use content negotiation to give a browser a file in a language > # it can understand. > # > # Note 1: The suffix does not have to be the same as the language > # keyword --- those with documents in Polish (whose net-standard > # language code is pl) may wish to use "AddLanguage pl .po" to > # avoid the ambiguity with the common suffix for perl scripts. > # > # Note 2: The example entries below illustrate that in quite > # some cases the two character 'Language' abbreviation is not > # identical to the two character 'Country' code for its country, > # E.g. 'Danmark/dk' versus 'Danish/da'. > # > # Note 3: In the case of 'ltz' we violate the RFC by using a three char > # specifier. But there is 'work in progress' to fix this and get > # the reference data for rfc1766 cleaned up. > # > # Danish (da) - Dutch (nl) - English (en) - Estonian (ee) > # French (fr) - German (de) - Greek-Modern (el) > # Italian (it) - Korean (kr) - Norwegian (no) - Norwegian Nynorsk (nn) > # Portugese (pt) - Luxembourgeois* (ltz) > # Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cz) > # Polish (pl) - Brazilian Portuguese (pt-br) - Japanese (ja) > # Russian (ru) > # > AddLanguage da .dk > AddLanguage nl .nl > AddLanguage en .en > AddLanguage et .ee > AddLanguage fr .fr > AddLanguage de .de > AddLanguage el .el > AddLanguage he .he > AddCharset ISO-8859-8 .iso8859-8 > AddLanguage it .it > AddLanguage ja .ja > AddCharset ISO-2022-JP .jis > AddLanguage kr .kr > AddCharset ISO-2022-KR .iso-kr > AddLanguage nn .nn > AddLanguage no .no > AddLanguage pl .po > AddCharset ISO-8859-2 .iso-pl > AddLanguage pt .pt > AddLanguage pt-br .pt-br > AddLanguage ltz .lu > AddLanguage ca .ca > AddLanguage es .es > AddLanguage sv .se > AddLanguage cz .cz > AddLanguage ru .ru > AddLanguage zh-tw .tw > AddLanguage tw .tw > AddCharset Big5 .Big5 .big5 > AddCharset WINDOWS-1251 .cp-1251 > AddCharset CP866 .cp866 > AddCharset ISO-8859-5 .iso-ru > AddCharset KOI8-R .koi8-r > AddCharset UCS-2 .ucs2 > AddCharset UCS-4 .ucs4 > AddCharset UTF-8 .utf8 > > # LanguagePriority allows you to give precedence to some languages > # in case of a tie during content negotiation. > # > # Just list the languages in decreasing order of preference. We have > # more or less alphabetized them here. You probably want to change this. > # > > LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz >ca es sv tw > > > > AddType application/x-httpd-php3 .php3 > AddType application/x-httpd-php3-source .php3s > > > AddType application/x-httpd-php .php > AddType application/x-httpd-php-source .phps > > > # > # AddType allows you to tweak mime.types without actually editing it, or >to > # make certain files to be certain types. > # > AddType application/x-tar .tgz > > # > # AddHandler allows you to map certain file extensions to "handlers", > # actions unrelated to filetype. These can be either built into the server > # or added with the Action command (see below) > # > # If you want to use server side includes, or CGI outside > # ScriptAliased directories, uncomment the following lines. > # > # To use CGI scripts: > # > #AddHandler cgi-script .cgi > > # > # To use server-parsed HTML files > # > #AddType text/html .shtml > #AddHandler server-parsed .shtml > > # > # Uncomment the following line to enable Apache's send-asis HTTP file > # feature > # > #AddHandler send-as-is asis > > # > # If you wish to use server-parsed imagemap files, use > # > #AddHandler imap-file map > > # > # To enable type maps, you might want to use > # > #AddHandler type-map var > > ># End of document types. > ># ># Action lets you define media types that will execute a script whenever ># a matching file is called. This eliminates the need for repeated URL ># pathnames for oft-used CGI file processors. ># Format: Action media/type /cgi-script/location ># Format: Action handler-name /cgi-script/location ># > ># ># MetaDir: specifies the name of the directory in which Apache can find ># meta information files. These files contain additional HTTP headers ># to include when sending the document ># >#MetaDir .web > ># ># MetaSuffix: specifies the file name suffix for the file containing the ># meta information. ># >#MetaSuffix .meta > ># ># Customizable error response (Apache style) ># these come in three flavors ># ># 1) plain text >#ErrorDocument 500 "The server made a boo boo. ># n.b. the single leading (") marks it as text, it does not get output ># ># 2) local redirects >#ErrorDocument 404 /missing.html ># to redirect to local URL /missing.html >#ErrorDocument 404 /cgi-bin/missing_handler.pl ># N.B.: You can redirect to a script or a document using >server-side-includes. ># ># 3) external redirects >#ErrorDocument 402 http://some.other-server.com/subscription_info.html ># N.B.: Many of the environment variables associated with the original ># request will *not* be available to such a script. > ># ># Customize behaviour based on the browser ># > > > # > # The following directives modify normal HTTP response behavior. > # The first directive disables keepalive for Netscape 2.x and browsers >that > # spoof it. There are known problems with these browser implementations. > # The second directive is for Microsoft Internet Explorer 4.0b2 > # which has a broken HTTP/1.1 implementation and does not properly > # support keepalive when it is used on 301 or 302 (redirect) responses. > # > BrowserMatch "Mozilla/2" nokeepalive > BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0 > > # > # The following directive disables HTTP/1.1 responses to browsers which > # are in violation of the HTTP/1.0 spec by not being able to grok a > # basic 1.1 response. > # > BrowserMatch "RealPlayer 4\.0" force-response-1.0 > BrowserMatch "Java/1\.0" force-response-1.0 > BrowserMatch "JDK/1\.0" force-response-1.0 > > ># End of browser customization directives > ># ># Allow server status reports, with the URL of http://servername/server-status ># Change the ".your-domain.com" to match your domain to enable. ># ># ># SetHandler server-status ># Order deny,allow ># Deny from all ># Allow from .your-domain.com ># > ># ># Allow remote server configuration reports, with the URL of ># http://servername/server-info (requires that mod_info.c be loaded). ># Change the ".your-domain.com" to match your domain to enable. ># ># ># SetHandler server-info ># Order deny,allow ># Deny from all ># Allow from .your-domain.com ># > ># ># There have been reports of people trying to abuse an old bug from pre-1.1 ># days. This bug involved a CGI script distributed as a part of Apache. ># By uncommenting these lines you can redirect these attacks to a logging ># script on phf.apache.org. Or, you can record them yourself, using the >script ># support/phf_abuse_log.cgi. ># ># ># Deny from all ># ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi ># > ># ># Proxy Server directives. Uncomment the following lines to ># enable the proxy server: ># ># ># ProxyRequests On > ># ># Order deny,allow ># Deny from all ># Allow from .your-domain.com ># > > # > # Enable/disable the handling of HTTP/1.1 "Via:" headers. > # ("Full" adds the server version; "Block" removes all outgoing Via: >headers) > # Set to one of: Off | On | Full | Block > # ># ProxyVia On > > # > # To enable the cache as well, edit and uncomment the following lines: > # (no cacheing without CacheRoot) > # ># CacheRoot "/usr/local/www/proxy" ># CacheSize 5 ># CacheGcInterval 4 ># CacheMaxExpire 24 ># CacheLastModifiedFactor 0.1 ># CacheDefaultExpire 1 ># NoCache a-domain.com another-domain.edu joes.garage-sale.com > ># ># End of proxy directives. > >### Section 3: Virtual Hosts ># ># VirtualHost: If you want to maintain multiple domains/hostnames on your ># machine you can setup VirtualHost containers for them. Most configurations ># use only name-based virtual hosts so the server doesn't need to worry about ># IP addresses. This is indicated by the asterisks in the directives below. ># ># Please see the documentation at ># for further details before you try to setup virtual hosts. ># ># You may use the command line option '-S' to verify your virtual host ># configuration. > ># ># Use name-based virtual hosting. ># >#NameVirtualHost * > ># ># VirtualHost example: ># Almost any Apache directive may go into a VirtualHost container. ># The first VirtualHost section is used for requests without a known ># server name. ># ># ># ServerAdmin webmaster@dummy-host.example.com ># DocumentRoot /www/docs/dummy-host.example.com ># ServerName dummy-host.example.com ># ErrorLog logs/dummy-host.example.com-error_log ># CustomLog logs/dummy-host.example.com-access_log common ># > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > .... our website: http://www.sage-one.net/ Best regards, Jack L. Stone Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" 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 Mar 21 6:19:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sagan.beanstalk.net (sagan.beanstalk.net [12.162.34.5]) by hub.freebsd.org (Postfix) with ESMTP id 84F4337B404 for ; Thu, 21 Mar 2002 06:19:08 -0800 (PST) Received: from fcoffice.ptfd.org (unverified [12.162.35.98]) by sagan.beanstalk.net (Vircom SMTPRS 4.2.181) with SMTP id ; Thu, 21 Mar 2002 09:21:23 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Michael W.Holdeman Organization: PTFD To: Jim Arnold Subject: Re: How do I switch between window managers? Date: Thu, 21 Mar 2002 09:18:57 -0500 X-Mailer: KMail [version 1.2] References: In-Reply-To: Cc: FreeBSD Questions MIME-Version: 1.0 Message-Id: <02032109185707.13992@fcoffice.ptfd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I don't have it working yet, but it would seam, at least it worked in SuSE Linux, that you should be able using kdm to select the environment at login, but everytime I try I ALWAYS get kde? Mike On Wednesday 20 March 2002 23:25, you wrote: > At 10:20 AM -0500 3/20/02, Brendan McAlpine wrote: > >Hey all > > > >I just installed KDE and Gnome on my machine and I was wondering how > >I go about switching between them. Right now when I start X, KDE is > >the manager. I would like to go with Gnome. Is there a command to > >switch between window managers? > > I do it the hard way! :) > I just use two shell scripts to mv the right file > into place. one is called "ktog" when I am in KDE and > want to switch to gnome. "gtok" does the opposite. > I just exit KDE or Gnome, run the correct file and startx again. > details below: > > spike 11:18pm 502 ~/bin>more ktog > #!/bin/sh > > # this program switches the .xintrc file from using kde to gnome > > > /bin/mv /home/jim/.xinitrc /home/jim/.xinitrc.kde > /bin/mv /home/jim/.xinitrc.gnome /home/jim/.xinitrc > > ===== > > spike 11:18pm 503 ~/bin>more gtok > #!/bin/sh > > # this program switches the .xintrc file from using gnome to kde > > > /bin/mv /home/jim/.xinitrc /home/jim/.xinitrc.gnome > /bin/mv /home/jim/.xinitrc.kde /home/jim/.xinitrc > > ====== > > .xinitrc for gnome > exec gnome-session > > .xinitrc for kde > exec startkde ---------------------------------------- Content-Type: text/html; charset="us-ascii"; name="Attachment: 1" Content-Transfer-Encoding: 7bit Content-Description: ---------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 6:20:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id 1108E37B400 for ; Thu, 21 Mar 2002 06:19:57 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id 61845901A00; Thu, 21 Mar 2002 09:18:36 -0500 (EST) Date: Thu, 21 Mar 2002 09:18:36 -0500 From: mpd To: Joe & Fhe Barbish Cc: ejcerejo@yahoo.com, FBSDQ Subject: Re: httpd won't start! Message-ID: <20020321091836.A39626@rochester.rr.com> References: <3.0.5.32.20020321074745.011ed5f0@mail.sage-one.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from barbish@a1poweruser.com on Thu, Mar 21, 2002 at 09:11:54AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Mar 21, 2002 at 09:11:54AM -0500, Joe & Fhe Barbish wrote: > If you look in yout /var/log/httpd.error.log you will see 2 files not found. > There is a error in the port of apache13 where the file names in the sample > httpd.conf do not match the files provided. This is not an error. See below. > Edit you httpd.conf file like > this > > Change this > > > > MIMEMagicFile /usr/local/etc/apache/magic > > > > To this > > > > MIMEMagicFile /usr/local/etc/apache/magic.default > > > > and this > > > > TypesConfig /usr/local/etc/apache/mime.types > > > > To this > > > > TypesConfig /usr/local/etc/apache/mime.types.default > > The reason for defaults is to have something to reference in case you make a bad change. A better solution would be to copy the default files to something of the correct name, so you can edit them safely, while still maintaining a backup. I suppose you could use RCS or some other type of revision control as well. mike > > > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Server Admin > Sent: Thursday, March 21, 2002 8:48 AM > To: ejcerejo@yahoo.com; freebsd-questions@FreeBSD.ORG > Subject: Re: httpd won't start! > > Try these to see if it's there: > #sockstat > or > ps -auxw | grep httpd # to see individual daemon > > I'll look at your file.... > > At 02:02 AM 3.21.2002 -0500, E. J. Cerejo wrote: > >I installed apache13 from the ports and my configuration files ended up in > >/usr/local/etc/apache/ and www directory ended up in /usr/local/www. > Because > >I have a dynamic IP I've been using dns2go. When I start dns2go I can ping > >it and traceroute it from another computer but it won't find my web page. > >When I reboot the machine I see apache being started but when I run the top > >command I don't see it, I run the httpd command again and it gives me no > >errors but I still can't see it by runnint the top command so I guess it's > >not starting. Can anyone give any hints on this? Here's my httpd.conf > file: > > > >## > >## httpd.conf -- Apache HTTP server configuration file > >## > > > ># > ># Based upon the NCSA server configuration files originally by Rob McCool. > ># > ># This is the main Apache server configuration file. It contains the > ># configuration directives that give the server its instructions. > ># See for detailed information about > ># the directives. > ># > ># Do NOT simply read the instructions in here without understanding > ># what they do. They're here only as hints or reminders. If you are > unsure > ># consult the online docs. You have been warned. > ># > ># After this file is processed, the server will look for and process > ># /usr/local/conf/srm.conf and then /usr/local/conf/access.conf > ># unless you have overridden these with ResourceConfig and/or > ># AccessConfig directives here. > ># > ># The configuration directives are grouped into three basic sections: > ># 1. Directives that control the operation of the Apache server process as > a > ># whole (the 'global environment'). > ># 2. Directives that define the parameters of the 'main' or 'default' > server, > ># which responds to requests that aren't handled by a virtual host. > ># These directives also provide default values for the settings > ># of all virtual hosts. > ># 3. Settings for virtual hosts, which allow Web requests to be sent to > ># different IP addresses or hostnames and have them handled by the > ># same Apache server process. > ># > ># Configuration and logfile names: If the filenames you specify for many > ># of the server's control files begin with "/" (or "drive:/" for Win32), > the > ># server will use that explicit path. If the filenames do *not* begin > ># with "/", the value of ServerRoot is prepended -- so "logs/foo.log" > ># with ServerRoot set to "/usr/local/apache" will be interpreted by the > ># server as "/usr/local/apache/logs/foo.log". > ># > > > >### Section 1: Global Environment > ># > ># The directives in this section affect the overall operation of Apache, > ># such as the number of concurrent requests it can handle or where it > ># can find its configuration files. > ># > > > ># > ># ServerType is either inetd, or standalone. Inetd mode is only supported > on > ># Unix platforms. > ># > >ServerType standalone > > > ># > ># ServerRoot: The top of the directory tree under which the server's > ># configuration, error, and log files are kept. > ># > ># NOTE! If you intend to place this on an NFS (or otherwise network) > ># mounted filesystem then please read the LockFile documentation > ># (available at ); > ># you will save yourself a lot of trouble. > ># > >ServerRoot "/usr/local/" > > > ># > ># The LockFile directive sets the path to the lockfile used when Apache > ># is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or > ># USE_FLOCK_SERIALIZED_ACCEPT. This directive should normally be left at > ># its default value. The main reason for changing it is if the logs > ># directory is NFS mounted, since the lockfile MUST BE STORED ON A LOCAL > ># DISK. The PID of the main server process is automatically appended to > ># the filename. > ># > >#LockFile /var/run/httpd.lock > > > ># > ># PidFile: The file in which the server should record its process > ># identification number when it starts. > ># > >PidFile /var/run/httpd.pid > > > ># > ># ScoreBoardFile: File used to store internal server process information. > ># Not all architectures require this. But if yours does (you'll know > because > ># this file will be created when you run Apache) then you *must* ensure > that > ># no two invocations of Apache share the same scoreboard file. > ># > >ScoreBoardFile /var/run/httpd.scoreboard > > > ># > ># In the standard configuration, the server will process httpd.conf (this > ># file, specified by the -f command line option), srm.conf, and access.conf > ># in that order. The latter two files are now distributed empty, as it is > ># recommended that all directives be kept in a single file for simplicity. > ># The commented-out values below are the built-in defaults. You can have > the > ># server ignore these files altogether by using "/dev/null" (for Unix) or > ># "nul" (for Win32) for the arguments to the directives. > ># > >#ResourceConfig conf/srm.conf > >#AccessConfig conf/access.conf > > > ># > ># Timeout: The number of seconds before receives and sends time out. > ># > >Timeout 300 > > > ># > ># KeepAlive: Whether or not to allow persistent connections (more than > ># one request per connection). Set to "Off" to deactivate. > ># > >KeepAlive On > > > ># > ># MaxKeepAliveRequests: The maximum number of requests to allow > ># during a persistent connection. Set to 0 to allow an unlimited amount. > ># We recommend you leave this number high, for maximum performance. > ># > >MaxKeepAliveRequests 100 > > > ># > ># KeepAliveTimeout: Number of seconds to wait for the next request from the > ># same client on the same connection. > ># > >KeepAliveTimeout 15 > > > ># > ># Server-pool size regulation. Rather than making you guess how many > ># server processes you need, Apache dynamically adapts to the load it > ># sees --- that is, it tries to maintain enough server processes to > ># handle the current load, plus a few spare servers to handle transient > ># load spikes (e.g., multiple simultaneous requests from a single > ># Netscape browser). > ># > ># It does this by periodically checking how many servers are waiting > ># for a request. If there are fewer than MinSpareServers, it creates > ># a new spare. If there are more than MaxSpareServers, some of the > ># spares die off. The default values are probably OK for most sites. > ># > >MinSpareServers 5 > >MaxSpareServers 10 > > > ># > ># Number of servers to start initially --- should be a reasonable ballpark > ># figure. > ># > >StartServers 5 > > > ># > ># Limit on total number of servers running, i.e., limit on the number > ># of clients who can simultaneously connect --- if this limit is ever > ># reached, clients will be LOCKED OUT, so it should NOT BE SET TOO LOW. > ># It is intended mainly as a brake to keep a runaway server from taking > ># the system with it as it spirals down... > ># > >MaxClients 150 > > > ># > ># MaxRequestsPerChild: the number of requests each child process is > ># allowed to process before the child dies. The child will exit so > ># as to avoid problems after prolonged use when Apache (and maybe the > ># libraries it uses) leak memory or other resources. On most systems, this > ># isn't really needed, but a few (such as Solaris) do have notable leaks > ># in the libraries. For these platforms, set to something like 10000 > ># or so; a setting of 0 means unlimited. > ># > ># NOTE: This value does not include keepalive requests after the initial > ># request per connection. For example, if a child process handles > ># an initial request and 10 subsequent "keptalive" requests, it > ># would only count as 1 request towards this limit. > ># > >MaxRequestsPerChild 0 > > > ># > ># Listen: Allows you to bind Apache to specific IP addresses and/or > ># ports, in addition to the default. See also the > ># directive. > ># > >Listen 3000 > >Listen 12.34.56.78:80 > > > ># > ># BindAddress: You can support virtual hosts with this option. This > directive > ># is used to tell the server which IP address to listen to. It can either > ># contain "*", an IP address, or a fully qualified Internet domain name. > ># See also the and Listen directives. > ># > >#BindAddress * > > > ># > ># Dynamic Shared Object (DSO) Support > ># > ># To be able to use the functionality of a module which was built as a DSO > you > ># have to place corresponding `LoadModule' lines at this location so the > ># directives contained in it are actually available _before_ they are used. > ># Please read the file http://httpd.apache.org/docs/dso.html for more > ># details about the DSO mechanism and run `httpd -l' for the list of > already > ># built-in (statically linked and thus always available) modules in your > httpd > ># binary. > ># > ># Note: The order in which modules are loaded is important. Don't change > ># the order below without expert advice. > ># > ># Example: > ># LoadModule foo_module libexec/mod_foo.so > >LoadModule mmap_static_module libexec/apache/mod_mmap_static.so > >LoadModule vhost_alias_module libexec/apache/mod_vhost_alias.so > >LoadModule env_module libexec/apache/mod_env.so > >LoadModule config_log_module libexec/apache/mod_log_config.so > >LoadModule mime_magic_module libexec/apache/mod_mime_magic.so > >LoadModule mime_module libexec/apache/mod_mime.so > >LoadModule negotiation_module libexec/apache/mod_negotiation.so > >LoadModule status_module libexec/apache/mod_status.so > >LoadModule info_module libexec/apache/mod_info.so > >LoadModule includes_module libexec/apache/mod_include.so > >LoadModule autoindex_module libexec/apache/mod_autoindex.so > >LoadModule dir_module libexec/apache/mod_dir.so > >LoadModule cgi_module libexec/apache/mod_cgi.so > >LoadModule asis_module libexec/apache/mod_asis.so > >LoadModule imap_module libexec/apache/mod_imap.so > >LoadModule action_module libexec/apache/mod_actions.so > >LoadModule speling_module libexec/apache/mod_speling.so > >LoadModule userdir_module libexec/apache/mod_userdir.so > >LoadModule alias_module libexec/apache/mod_alias.so > >LoadModule rewrite_module libexec/apache/mod_rewrite.so > >LoadModule access_module libexec/apache/mod_access.so > >LoadModule auth_module libexec/apache/mod_auth.so > >LoadModule anon_auth_module libexec/apache/mod_auth_anon.so > >LoadModule db_auth_module libexec/apache/mod_auth_db.so > >LoadModule digest_module libexec/apache/mod_digest.so > >LoadModule proxy_module libexec/apache/libproxy.so > >LoadModule cern_meta_module libexec/apache/mod_cern_meta.so > >LoadModule expires_module libexec/apache/mod_expires.so > >LoadModule headers_module libexec/apache/mod_headers.so > >LoadModule usertrack_module libexec/apache/mod_usertrack.so > >LoadModule unique_id_module libexec/apache/mod_unique_id.so > >LoadModule setenvif_module libexec/apache/mod_setenvif.so > > > ># Reconstruction of the complete module list from all available modules > ># (static and shared ones) to achieve correct module execution order. > ># [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS, TOO] > >ClearModuleList > >AddModule mod_mmap_static.c > >AddModule mod_vhost_alias.c > >AddModule mod_env.c > >AddModule mod_log_config.c > >AddModule mod_mime_magic.c > >AddModule mod_mime.c > >AddModule mod_negotiation.c > >AddModule mod_status.c > >AddModule mod_info.c > >AddModule mod_include.c > >AddModule mod_autoindex.c > >AddModule mod_dir.c > >AddModule mod_cgi.c > >AddModule mod_asis.c > >AddModule mod_imap.c > >AddModule mod_actions.c > >AddModule mod_speling.c > >AddModule mod_userdir.c > >AddModule mod_alias.c > >AddModule mod_rewrite.c > >AddModule mod_access.c > >AddModule mod_auth.c > >AddModule mod_auth_anon.c > >AddModule mod_auth_db.c > >AddModule mod_digest.c > >AddModule mod_proxy.c > >AddModule mod_cern_meta.c > >AddModule mod_expires.c > >AddModule mod_headers.c > >AddModule mod_usertrack.c > >AddModule mod_unique_id.c > >AddModule mod_so.c > >AddModule mod_setenvif.c > > > ># > ># ExtendedStatus controls whether Apache will generate "full" status > ># information (ExtendedStatus On) or just basic information (ExtendedStatus > ># Off) when the "server-status" handler is called. The default is Off. > ># > >#ExtendedStatus On > > > >### Section 2: 'Main' server configuration > ># > ># The directives in this section set up the values used by the 'main' > ># server, which responds to any requests that aren't handled by a > ># definition. These values also provide defaults for > ># any containers you may define later in the file. > ># > ># All of these directives may appear inside containers, > ># in which case these default settings will be overridden for the > ># virtual host being defined. > ># > > > ># > ># If your ServerType directive (set earlier in the 'Global Environment' > ># section) is set to "inetd", the next few directives don't have any > ># effect since their settings are defined by the inetd configuration. > ># Skip ahead to the ServerAdmin directive. > ># > > > ># > ># Port: The port to which the standalone server listens. For > ># ports < 1023, you will need httpd to be run as root initially. > ># > >Port 80 > > > ># > ># If you wish httpd to run as a different user or group, you must run > ># httpd as root initially and it will switch. > ># > ># User/Group: The name (or #number) of the user/group to run httpd as. > ># . On SCO (ODT 3) use "User nouser" and "Group nogroup". > ># . On HPUX you may not be able to use shared memory as nobody, and the > ># suggested workaround is to create a user www and use that user. > ># NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET) > ># when the value of (unsigned)Group is above 60000; > ># don't use Group www on these systems! > ># > >User www > >Group www > > > ># > ># ServerAdmin: Your address, where problems with the server should be > ># e-mailed. This address appears on some server-generated pages, such > ># as error documents. > ># > >ServerAdmin ejcerejo@yahoo.com > > > ># > ># ServerName allows you to set a host name which is sent back to clients > for > ># your server if it's different than the one the program would get (i.e., > use > ># "www" instead of the host's real name). > ># > ># Note: You cannot just invent host names and hope they work. The name you > ># define here must be a valid DNS name for your host. If you don't > understand > ># this, ask your network administrator. > ># If your host doesn't have a registered DNS name, enter its IP address > here. > ># You will have to access it by its address (e.g., http://123.45.67.89/) > ># anyway, and this will make redirections work in a sensible way. > ># > ># 127.0.0.1 is the TCP/IP local loop-back address, often named localhost. > >Your > ># machine always knows itself by this address. If you use Apache strictly > for > ># local testing and development, you may use 127.0.0.1 as the server name. > ># > >ServerName patucha.leiria.com > > > ># > ># DocumentRoot: The directory out of which you will serve your > ># documents. By default, all requests are taken from this directory, but > ># symbolic links and aliases may be used to point to other locations. > ># > >DocumentRoot "/usr/local/www/data" > > > ># > ># Each directory to which Apache has access, can be configured with respect > ># to which services and features are allowed and/or disabled in that > ># directory (and its subdirectories). > ># > ># First, we configure the "default" to be a very restrictive set of > ># permissions. > ># > > > > Options FollowSymLinks > > AllowOverride None > > > > > ># > ># Note that from this point forward you must specifically allow > ># particular features to be enabled - so if something's not working as > ># you might expect, make sure that you have specifically enabled it > ># below. > ># > > > ># > ># This should be changed to whatever you set DocumentRoot to. > ># > > > > > ># > ># This may also be "None", "All", or any combination of "Indexes", > ># "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews". > ># > ># Note that "MultiViews" must be named *explicitly* --- "Options All" > ># doesn't give it to you. > ># > > Options Indexes FollowSymLinks MultiViews > > > ># > ># This controls which options the .htaccess files in directories can > ># override. Can also be "All", or any combination of "Options", "FileInfo", > ># "AuthConfig", and "Limit" > ># > > AllowOverride None > > > ># > ># Controls who can get stuff from this server. > ># > > Order allow,deny > > Allow from all > > > > > ># > ># UserDir: The name of the directory which is appended onto a user's home > ># directory if a ~user request is received. > ># > > > > UserDir public_html > > > > > ># > ># Control access to UserDir directories. The following is an example > ># for a site where these directories are restricted to read-only. > ># > ># > ># AllowOverride FileInfo AuthConfig Limit > ># Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec > ># > ># Order allow,deny > ># Allow from all > ># > ># > ># Order deny,allow > ># Deny from all > ># > ># > > > ># > ># DirectoryIndex: Name of the file or files to use as a pre-written HTML > ># directory index. Separate multiple entries with spaces. > ># > > > > > > > > DirectoryIndex index.php index.php3 index.html > > > > > > DirectoryIndex index.php3 index.html > > > > > > > > > > DirectoryIndex index.php index.html > > > > > > DirectoryIndex index.html > > > > > > > > > ># > ># AccessFileName: The name of the file to look for in each directory > ># for access control information. > ># > >AccessFileName .htaccess > > > ># > ># The following lines prevent .htaccess files from being viewed by > ># Web clients. Since .htaccess files often contain authorization > ># information, access is disallowed for security reasons. Comment > ># these lines out if you want Web visitors to see the contents of > ># .htaccess files. If you change the AccessFileName directive above, > ># be sure to make the corresponding changes here. > ># > ># Also, folks tend to use names such as .htpasswd for password > ># files, so this will protect those as well. > ># > > > > Order allow,deny > > Deny from all > > Satisfy All > > > > > ># > ># CacheNegotiatedDocs: By default, Apache sends "Pragma: no-cache" with > each > ># document that was negotiated on the basis of content. This asks proxy > ># servers not to cache the document. Uncommenting the following line > disables > ># this behavior, and proxies will be allowed to cache the documents. > ># > >#CacheNegotiatedDocs > > > ># > ># UseCanonicalName: (new for 1.3) With this setting turned on, whenever > ># Apache needs to construct a self-referencing URL (a URL that refers back > ># to the server the response is coming from) it will use ServerName and > ># Port to form a "canonical" name. With this setting off, Apache will > ># use the hostname:port that the client supplied, when possible. This > ># also affects SERVER_NAME and SERVER_PORT in CGI scripts. > ># > >UseCanonicalName On > > > ># > ># TypesConfig describes where the mime.types file (or equivalent) is > ># to be found. > ># > > > > TypesConfig /usr/local/etc/apache/mime.types > > > > > ># > ># DefaultType is the default MIME type the server will use for a document > ># if it cannot otherwise determine one, such as from filename extensions. > ># If your server contains mostly text or HTML documents, "text/plain" is > ># a good value. If most of your content is binary, such as applications > ># or images, you may want to use "application/octet-stream" instead to > ># keep browsers from trying to display binary files as though they are > ># text. > ># > >DefaultType text/plain > > > ># > ># The mod_mime_magic module allows the server to use various hints from the > ># contents of the file itself to determine its type. The MIMEMagicFile > ># directive tells the module where the hint definitions are located. > ># mod_mime_magic is not part of the default server (you have to add > ># it yourself with a LoadModule [see the DSO paragraph in the 'Global > ># Environment' section], or recompile the server and include mod_mime_magic > ># as part of the configuration), so it's enclosed in an > container. > ># This means that the MIMEMagicFile directive will only be processed if the > ># module is part of the server. > ># > > > > MIMEMagicFile /usr/local/etc/apache/magic > > > > > ># > ># HostnameLookups: Log the names of clients or just their IP addresses > ># e.g., www.apache.org (on) or 204.62.129.132 (off). > ># The default is off because it'd be overall better for the net if people > ># had to knowingly turn this feature on, since enabling it means that > ># each client request will result in AT LEAST one lookup request to the > ># nameserver. > ># > >HostnameLookups Off > > > ># > ># ErrorLog: The location of the error log file. > ># If you do not specify an ErrorLog directive within a > ># container, error messages relating to that virtual host will be > ># logged here. If you *do* define an error logfile for a > ># container, that host's errors will be logged there and not here. > ># > >ErrorLog /var/log/httpd-error.log > > > ># > ># LogLevel: Control the number of messages logged to the error_log. > ># Possible values include: debug, info, notice, warn, error, crit, > ># alert, emerg. > ># > >LogLevel warn > > > ># > ># The following directives define some format nicknames for use with > ># a CustomLog directive (see below). > ># > >LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" > >combined > >LogFormat "%h %l %u %t \"%r\" %>s %b" common > >LogFormat "%{Referer}i -> %U" referer > >LogFormat "%{User-agent}i" agent > > > ># > ># The location and format of the access logfile (Common Logfile Format). > ># If you do not define any access logfiles within a > ># container, they will be logged here. Contrariwise, if you *do* > ># define per- access logfiles, transactions will be > ># logged therein and *not* in this file. > ># > >#CustomLog /var/log/httpd-access.log common > > > ># > ># If you would like to have agent and referer logfiles, uncomment the > ># following directives. > ># > >#CustomLog /var/log/httpd-referer.log referer > >#CustomLog /var/log/httpd-agent.log agent > > > ># > ># If you prefer a single logfile with access, agent, and referer > information > ># (Combined Logfile Format) you can use the following directive. > ># > >CustomLog /var/log/httpd-access.log combined > > > ># > ># Optionally add a line containing the server version and virtual host > ># name to server-generated pages (error documents, FTP directory listings, > ># mod_status and mod_info output etc., but not CGI generated documents). > ># Set to "EMail" to also include a mailto: link to the ServerAdmin. > ># Set to one of: On | Off | EMail > ># > >ServerSignature On > > > ># EBCDIC configuration: > ># (only for mainframes using the EBCDIC codeset, currently one of: > ># Fujitsu-Siemens' BS2000/OSD, IBM's OS/390 and IBM's TPF)!! > ># The following default configuration assumes that "text files" > ># are stored in EBCDIC (so that you can operate on them using the > ># normal POSIX tools like grep and sort) while "binary files" are > ># stored with identical octets as on an ASCII machine. > ># > ># The directives are evaluated in configuration file order, with > ># the EBCDICConvert directives applied before EBCDICConvertByType. > ># > ># If you want to have ASCII HTML documents and EBCDIC HTML documents > ># at the same time, you can use the file extension to force > ># conversion off for the ASCII documents: > ># > AddType text/html .ahtml > ># > EBCDICConvert Off=InOut .ahtml > ># > ># EBCDICConvertByType On=InOut text/* message/* multipart/* > ># EBCDICConvertByType On=In application/x-www-form-urlencoded > ># EBCDICConvertByType On=InOut application/postscript model/vrml > ># EBCDICConvertByType Off=InOut */* > > > > > ># > ># Aliases: Add here as many aliases as you need (with no limit). The format > >is > ># Alias fakename realname > ># > > > > > > # > > # Note that if you include a trailing / on fakename then the server > will > > # require it to be present in the URL. So "/icons" isn't aliased in > this > > # example, only "/icons/". If the fakename is slash-terminated, then > the > > # realname must also be slash terminated, and if the fakename omits the > > # trailing slash, the realname must also omit it. > > # > > Alias /icons/ "/usr/local/www/icons/" > > > > > > Options Indexes MultiViews > > AllowOverride None > > Order allow,deny > > Allow from all > > > > > > # This Alias will project the on-line documentation tree under /manual/ > > # even if you change the DocumentRoot. Comment it if you don't want to > > # provide access to the on-line documentation. > > # > > Alias /manual/ "/usr/local/share/doc/apache/" > > > > > > Options Indexes FollowSymlinks MultiViews > > AllowOverride None > > Order allow,deny > > Allow from all > > > > > > # > > # ScriptAlias: This controls which directories contain server scripts. > > # ScriptAliases are essentially the same as Aliases, except that > > # documents in the realname directory are treated as applications and > > # run by the server when requested rather than as documents sent to the > >client. > > # The same rules about trailing "/" apply to ScriptAlias directives as > to > > # Alias. > > # > > ScriptAlias /cgi-bin/ "/usr/local/www/cgi-bin/" > > > > # > > # "/usr/local/www/cgi-bin" should be changed to whatever your > >ScriptAliased > > # CGI directory exists, if you have that configured. > > # > > > > AllowOverride None > > Options None > > Order allow,deny > > Allow from all > > > > > > > ># End of aliases. > > > ># > ># Redirect allows you to tell clients about documents which used to exist > in > ># your server's namespace, but do not anymore. This allows you to tell the > ># clients where to look for the relocated document. > ># Format: Redirect old-URI new-URL > ># > > > ># > ># Directives controlling the display of server-generated directory > listings. > ># > > > > > > # > > # FancyIndexing is whether you want fancy directory indexing or > standard > > # > > IndexOptions FancyIndexing > > > > # > > # AddIcon* directives tell the server which icon to show for different > > # files or filename extensions. These are only displayed for > > # FancyIndexed directories. > > # > > AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip > > > > AddIconByType (TXT,/icons/text.gif) text/* > > AddIconByType (IMG,/icons/image2.gif) image/* > > AddIconByType (SND,/icons/sound2.gif) audio/* > > AddIconByType (VID,/icons/movie.gif) video/* > > > > AddIcon /icons/binary.gif .bin .exe > > AddIcon /icons/binhex.gif .hqx > > AddIcon /icons/tar.gif .tar > > AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv > > AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip > > AddIcon /icons/a.gif .ps .ai .eps > > AddIcon /icons/layout.gif .html .shtml .htm .pdf > > AddIcon /icons/text.gif .txt > > AddIcon /icons/c.gif .c > > AddIcon /icons/p.gif .pl .py > > AddIcon /icons/f.gif .for > > AddIcon /icons/dvi.gif .dvi > > AddIcon /icons/uuencoded.gif .uu > > AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl > > AddIcon /icons/tex.gif .tex > > AddIcon /icons/bomb.gif core > > > > AddIcon /icons/back.gif .. > > AddIcon /icons/hand.right.gif README > > AddIcon /icons/folder.gif ^^DIRECTORY^^ > > AddIcon /icons/blank.gif ^^BLANKICON^^ > > > > # > > # DefaultIcon is which icon to show for files which do not have an icon > > # explicitly set. > > # > > DefaultIcon /icons/unknown.gif > > > > # > > # AddDescription allows you to place a short description after a file > in > > # server-generated indexes. These are only displayed for FancyIndexed > > # directories. > > # Format: AddDescription "description" filename > > # > > #AddDescription "GZIP compressed document" .gz > > #AddDescription "tar archive" .tar > > #AddDescription "GZIP compressed tar archive" .tgz > > > > # > > # ReadmeName is the name of the README file the server will look for by > > # default, and append to directory listings. > > # > > # HeaderName is the name of a file which should be prepended to > > # directory indexes. > > # > > # If MultiViews are amongst the Options in effect, the server will > > # first look for name.html and include it if found. If name.html > > # doesn't exist, the server will then look for name.txt and include > > # it as plaintext if found. > > # > > ReadmeName README > > HeaderName HEADER > > > > # > > # IndexIgnore is a set of filenames which directory indexing should > ignore > > # and not include in the listing. Shell-style wildcarding is > permitted. > > # > > IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t > > > > > ># End of indexing directives. > > > ># > ># Document types. > ># > > > > > > # > > # AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) > >uncompress > > # information on the fly. Note: Not all browsers support this. > > # Despite the name similarity, the following Add* directives have > nothing > > # to do with the FancyIndexing customization directives above. > > # > > AddEncoding x-compress Z > > AddEncoding x-gzip gz tgz > > > > # > > # AddLanguage allows you to specify the language of a document. You can > > # then use content negotiation to give a browser a file in a language > > # it can understand. > > # > > # Note 1: The suffix does not have to be the same as the language > > # keyword --- those with documents in Polish (whose net-standard > > # language code is pl) may wish to use "AddLanguage pl .po" to > > # avoid the ambiguity with the common suffix for perl scripts. > > # > > # Note 2: The example entries below illustrate that in quite > > # some cases the two character 'Language' abbreviation is not > > # identical to the two character 'Country' code for its country, > > # E.g. 'Danmark/dk' versus 'Danish/da'. > > # > > # Note 3: In the case of 'ltz' we violate the RFC by using a three char > > # specifier. But there is 'work in progress' to fix this and get > > # the reference data for rfc1766 cleaned up. > > # > > # Danish (da) - Dutch (nl) - English (en) - Estonian (ee) > > # French (fr) - German (de) - Greek-Modern (el) > > # Italian (it) - Korean (kr) - Norwegian (no) - Norwegian Nynorsk (nn) > > # Portugese (pt) - Luxembourgeois* (ltz) > > # Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cz) > > # Polish (pl) - Brazilian Portuguese (pt-br) - Japanese (ja) > > # Russian (ru) > > # > > AddLanguage da .dk > > AddLanguage nl .nl > > AddLanguage en .en > > AddLanguage et .ee > > AddLanguage fr .fr > > AddLanguage de .de > > AddLanguage el .el > > AddLanguage he .he > > AddCharset ISO-8859-8 .iso8859-8 > > AddLanguage it .it > > AddLanguage ja .ja > > AddCharset ISO-2022-JP .jis > > AddLanguage kr .kr > > AddCharset ISO-2022-KR .iso-kr > > AddLanguage nn .nn > > AddLanguage no .no > > AddLanguage pl .po > > AddCharset ISO-8859-2 .iso-pl > > AddLanguage pt .pt > > AddLanguage pt-br .pt-br > > AddLanguage ltz .lu > > AddLanguage ca .ca > > AddLanguage es .es > > AddLanguage sv .se > > AddLanguage cz .cz > > AddLanguage ru .ru > > AddLanguage zh-tw .tw > > AddLanguage tw .tw > > AddCharset Big5 .Big5 .big5 > > AddCharset WINDOWS-1251 .cp-1251 > > AddCharset CP866 .cp866 > > AddCharset ISO-8859-5 .iso-ru > > AddCharset KOI8-R .koi8-r > > AddCharset UCS-2 .ucs2 > > AddCharset UCS-4 .ucs4 > > AddCharset UTF-8 .utf8 > > > > # LanguagePriority allows you to give precedence to some languages > > # in case of a tie during content negotiation. > > # > > # Just list the languages in decreasing order of preference. We have > > # more or less alphabetized them here. You probably want to change > this. > > # > > > > LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru > ltz > >ca es sv tw > > > > > > > > AddType application/x-httpd-php3 .php3 > > AddType application/x-httpd-php3-source .php3s > > > > > > AddType application/x-httpd-php .php > > AddType application/x-httpd-php-source .phps > > > > > > # > > # AddType allows you to tweak mime.types without actually editing it, > or > >to > > # make certain files to be certain types. > > # > > AddType application/x-tar .tgz > > > > # > > # AddHandler allows you to map certain file extensions to "handlers", > > # actions unrelated to filetype. These can be either built into the > server > > # or added with the Action command (see below) > > # > > # If you want to use server side includes, or CGI outside > > # ScriptAliased directories, uncomment the following lines. > > # > > # To use CGI scripts: > > # > > #AddHandler cgi-script .cgi > > > > # > > # To use server-parsed HTML files > > # > > #AddType text/html .shtml > > #AddHandler server-parsed .shtml > > > > # > > # Uncomment the following line to enable Apache's send-asis HTTP file > > # feature > > # > > #AddHandler send-as-is asis > > > > # > > # If you wish to use server-parsed imagemap files, use > > # > > #AddHandler imap-file map > > > > # > > # To enable type maps, you might want to use > > # > > #AddHandler type-map var > > > > > ># End of document types. > > > ># > ># Action lets you define media types that will execute a script whenever > ># a matching file is called. This eliminates the need for repeated URL > ># pathnames for oft-used CGI file processors. > ># Format: Action media/type /cgi-script/location > ># Format: Action handler-name /cgi-script/location > ># > > > ># > ># MetaDir: specifies the name of the directory in which Apache can find > ># meta information files. These files contain additional HTTP headers > ># to include when sending the document > ># > >#MetaDir .web > > > ># > ># MetaSuffix: specifies the file name suffix for the file containing the > ># meta information. > ># > >#MetaSuffix .meta > > > ># > ># Customizable error response (Apache style) > ># these come in three flavors > ># > ># 1) plain text > >#ErrorDocument 500 "The server made a boo boo. > ># n.b. the single leading (") marks it as text, it does not get output > ># > ># 2) local redirects > >#ErrorDocument 404 /missing.html > ># to redirect to local URL /missing.html > >#ErrorDocument 404 /cgi-bin/missing_handler.pl > ># N.B.: You can redirect to a script or a document using > >server-side-includes. > ># > ># 3) external redirects > >#ErrorDocument 402 http://some.other-server.com/subscription_info.html > ># N.B.: Many of the environment variables associated with the original > ># request will *not* be available to such a script. > > > ># > ># Customize behaviour based on the browser > ># > > > > > > # > > # The following directives modify normal HTTP response behavior. > > # The first directive disables keepalive for Netscape 2.x and browsers > >that > > # spoof it. There are known problems with these browser > implementations. > > # The second directive is for Microsoft Internet Explorer 4.0b2 > > # which has a broken HTTP/1.1 implementation and does not properly > > # support keepalive when it is used on 301 or 302 (redirect) responses. > > # > > BrowserMatch "Mozilla/2" nokeepalive > > BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 > force-response-1.0 > > > > # > > # The following directive disables HTTP/1.1 responses to browsers which > > # are in violation of the HTTP/1.0 spec by not being able to grok a > > # basic 1.1 response. > > # > > BrowserMatch "RealPlayer 4\.0" force-response-1.0 > > BrowserMatch "Java/1\.0" force-response-1.0 > > BrowserMatch "JDK/1\.0" force-response-1.0 > > > > > ># End of browser customization directives > > > ># > ># Allow server status reports, with the URL of > http://servername/server-status > ># Change the ".your-domain.com" to match your domain to enable. > ># > ># > ># SetHandler server-status > ># Order deny,allow > ># Deny from all > ># Allow from .your-domain.com > ># > > > ># > ># Allow remote server configuration reports, with the URL of > ># http://servername/server-info (requires that mod_info.c be loaded). > ># Change the ".your-domain.com" to match your domain to enable. > ># > ># > ># SetHandler server-info > ># Order deny,allow > ># Deny from all > ># Allow from .your-domain.com > ># > > > ># > ># There have been reports of people trying to abuse an old bug from pre-1.1 > ># days. This bug involved a CGI script distributed as a part of Apache. > ># By uncommenting these lines you can redirect these attacks to a logging > ># script on phf.apache.org. Or, you can record them yourself, using the > >script > ># support/phf_abuse_log.cgi. > ># > ># > ># Deny from all > ># ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi > ># > > > ># > ># Proxy Server directives. Uncomment the following lines to > ># enable the proxy server: > ># > ># > ># ProxyRequests On > > > ># > ># Order deny,allow > ># Deny from all > ># Allow from .your-domain.com > ># > > > > # > > # Enable/disable the handling of HTTP/1.1 "Via:" headers. > > # ("Full" adds the server version; "Block" removes all outgoing Via: > >headers) > > # Set to one of: Off | On | Full | Block > > # > ># ProxyVia On > > > > # > > # To enable the cache as well, edit and uncomment the following lines: > > # (no cacheing without CacheRoot) > > # > ># CacheRoot "/usr/local/www/proxy" > ># CacheSize 5 > ># CacheGcInterval 4 > ># CacheMaxExpire 24 > ># CacheLastModifiedFactor 0.1 > ># CacheDefaultExpire 1 > ># NoCache a-domain.com another-domain.edu joes.garage-sale.com > > > ># > ># End of proxy directives. > > > >### Section 3: Virtual Hosts > ># > ># VirtualHost: If you want to maintain multiple domains/hostnames on your > ># machine you can setup VirtualHost containers for them. Most > configurations > ># use only name-based virtual hosts so the server doesn't need to worry > about > ># IP addresses. This is indicated by the asterisks in the directives below. > ># > ># Please see the documentation at > ># for further details before you try to setup virtual hosts. > ># > ># You may use the command line option '-S' to verify your virtual host > ># configuration. > > > ># > ># Use name-based virtual hosting. > ># > >#NameVirtualHost * > > > ># > ># VirtualHost example: > ># Almost any Apache directive may go into a VirtualHost container. > ># The first VirtualHost section is used for requests without a known > ># server name. > ># > ># > ># ServerAdmin webmaster@dummy-host.example.com > ># DocumentRoot /www/docs/dummy-host.example.com > ># ServerName dummy-host.example.com > ># ErrorLog logs/dummy-host.example.com-error_log > ># CustomLog logs/dummy-host.example.com-access_log common > ># > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > > > > .... our website: http://www.sage-one.net/ > > Best regards, > > Jack L. Stone > Server Admin > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ___________________________________________________________ "WHO HIT ME WITH A JAR OF MUSTARD???" - Pokey the Penguin from "SLOW MOTION" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 6:27:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 4866737B404 for ; Thu, 21 Mar 2002 06:27:26 -0800 (PST) Received: from barbish ([63.70.155.39]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com for ; Thu, 21 Mar 2002 09:27:24 -0500 From: "Joe & Fhe Barbish" To: "FBSDQ" Subject: How to see files in user home directory Date: Thu, 21 Mar 2002 09:27:23 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Created user using adduser taking all the defaults. When logged in user can not see his .files with ls command. Is this normal? User needs to see .forward file. How to change so users can see .files? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 6:28:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-208-191-227-84.dsl.crchtx.swbell.net [208.191.227.84]) by hub.freebsd.org (Postfix) with ESMTP id 4CDE337B419 for ; Thu, 21 Mar 2002 06:27:27 -0800 (PST) Received: from SAGEONE (sageone [192.168.0.5]) by sage-one.net (8.11.6/8.11.6) with SMTP id g2LER9Q30421; Thu, 21 Mar 2002 08:27:10 -0600 (CST) (envelope-from admin@sage-one.net) Message-Id: <3.0.5.32.20020321082707.011ed5f0@mail.sage-one.net> X-Sender: admin@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 21 Mar 2002 08:27:07 -0600 To: "Joe & Fhe Barbish" , From: Server Admin Subject: RE: httpd won't start! Cc: "FBSDQ" In-Reply-To: References: <3.0.5.32.20020321074745.011ed5f0@mail.sage-one.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG NO... you need to rename the files to match the statements in httpd, the preferrable method.... At 09:11 AM 3.21.2002 -0500, Joe & Fhe Barbish wrote: >If you look in yout /var/log/httpd.error.log you will see 2 files not found. >There is a error in the port of apache13 where the file names in the sample >httpd.conf do not match the files provided. Edit you httpd.conf file like >this > >Change this >> >> MIMEMagicFile /usr/local/etc/apache/magic >> > >To this >> >> MIMEMagicFile /usr/local/etc/apache/magic.default >> > >and this >> >> TypesConfig /usr/local/etc/apache/mime.types >> > >To this >> >> TypesConfig /usr/local/etc/apache/mime.types.default >> > > > >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Server Admin >Sent: Thursday, March 21, 2002 8:48 AM >To: ejcerejo@yahoo.com; freebsd-questions@FreeBSD.ORG >Subject: Re: httpd won't start! > >Try these to see if it's there: >#sockstat >or >ps -auxw | grep httpd # to see individual daemon > >I'll look at your file.... > >At 02:02 AM 3.21.2002 -0500, E. J. Cerejo wrote: >>I installed apache13 from the ports and my configuration files ended up in >>/usr/local/etc/apache/ and www directory ended up in /usr/local/www. >Because >>I have a dynamic IP I've been using dns2go. When I start dns2go I can ping >>it and traceroute it from another computer but it won't find my web page. >>When I reboot the machine I see apache being started but when I run the top >>command I don't see it, I run the httpd command again and it gives me no >>errors but I still can't see it by runnint the top command so I guess it's >>not starting. Can anyone give any hints on this? Here's my httpd.conf >file: >> >>## >>## httpd.conf -- Apache HTTP server configuration file >>## >> >># >># Based upon the NCSA server configuration files originally by Rob McCool. >># >># This is the main Apache server configuration file. It contains the >># configuration directives that give the server its instructions. >># See for detailed information about >># the directives. >># >># Do NOT simply read the instructions in here without understanding >># what they do. They're here only as hints or reminders. If you are >unsure >># consult the online docs. You have been warned. >># >># After this file is processed, the server will look for and process >># /usr/local/conf/srm.conf and then /usr/local/conf/access.conf >># unless you have overridden these with ResourceConfig and/or >># AccessConfig directives here. >># >># The configuration directives are grouped into three basic sections: >># 1. Directives that control the operation of the Apache server process as >a >># whole (the 'global environment'). >># 2. Directives that define the parameters of the 'main' or 'default' >server, >># which responds to requests that aren't handled by a virtual host. >># These directives also provide default values for the settings >># of all virtual hosts. >># 3. Settings for virtual hosts, which allow Web requests to be sent to >># different IP addresses or hostnames and have them handled by the >># same Apache server process. >># >># Configuration and logfile names: If the filenames you specify for many >># of the server's control files begin with "/" (or "drive:/" for Win32), >the >># server will use that explicit path. If the filenames do *not* begin >># with "/", the value of ServerRoot is prepended -- so "logs/foo.log" >># with ServerRoot set to "/usr/local/apache" will be interpreted by the >># server as "/usr/local/apache/logs/foo.log". >># >> >>### Section 1: Global Environment >># >># The directives in this section affect the overall operation of Apache, >># such as the number of concurrent requests it can handle or where it >># can find its configuration files. >># >> >># >># ServerType is either inetd, or standalone. Inetd mode is only supported >on >># Unix platforms. >># >>ServerType standalone >> >># >># ServerRoot: The top of the directory tree under which the server's >># configuration, error, and log files are kept. >># >># NOTE! If you intend to place this on an NFS (or otherwise network) >># mounted filesystem then please read the LockFile documentation >># (available at ); >># you will save yourself a lot of trouble. >># >>ServerRoot "/usr/local/" >> >># >># The LockFile directive sets the path to the lockfile used when Apache >># is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or >># USE_FLOCK_SERIALIZED_ACCEPT. This directive should normally be left at >># its default value. The main reason for changing it is if the logs >># directory is NFS mounted, since the lockfile MUST BE STORED ON A LOCAL >># DISK. The PID of the main server process is automatically appended to >># the filename. >># >>#LockFile /var/run/httpd.lock >> >># >># PidFile: The file in which the server should record its process >># identification number when it starts. >># >>PidFile /var/run/httpd.pid >> >># >># ScoreBoardFile: File used to store internal server process information. >># Not all architectures require this. But if yours does (you'll know >because >># this file will be created when you run Apache) then you *must* ensure >that >># no two invocations of Apache share the same scoreboard file. >># >>ScoreBoardFile /var/run/httpd.scoreboard >> >># >># In the standard configuration, the server will process httpd.conf (this >># file, specified by the -f command line option), srm.conf, and access.conf >># in that order. The latter two files are now distributed empty, as it is >># recommended that all directives be kept in a single file for simplicity. >># The commented-out values below are the built-in defaults. You can have >the >># server ignore these files altogether by using "/dev/null" (for Unix) or >># "nul" (for Win32) for the arguments to the directives. >># >>#ResourceConfig conf/srm.conf >>#AccessConfig conf/access.conf >> >># >># Timeout: The number of seconds before receives and sends time out. >># >>Timeout 300 >> >># >># KeepAlive: Whether or not to allow persistent connections (more than >># one request per connection). Set to "Off" to deactivate. >># >>KeepAlive On >> >># >># MaxKeepAliveRequests: The maximum number of requests to allow >># during a persistent connection. Set to 0 to allow an unlimited amount. >># We recommend you leave this number high, for maximum performance. >># >>MaxKeepAliveRequests 100 >> >># >># KeepAliveTimeout: Number of seconds to wait for the next request from the >># same client on the same connection. >># >>KeepAliveTimeout 15 >> >># >># Server-pool size regulation. Rather than making you guess how many >># server processes you need, Apache dynamically adapts to the load it >># sees --- that is, it tries to maintain enough server processes to >># handle the current load, plus a few spare servers to handle transient >># load spikes (e.g., multiple simultaneous requests from a single >># Netscape browser). >># >># It does this by periodically checking how many servers are waiting >># for a request. If there are fewer than MinSpareServers, it creates >># a new spare. If there are more than MaxSpareServers, some of the >># spares die off. The default values are probably OK for most sites. >># >>MinSpareServers 5 >>MaxSpareServers 10 >> >># >># Number of servers to start initially --- should be a reasonable ballpark >># figure. >># >>StartServers 5 >> >># >># Limit on total number of servers running, i.e., limit on the number >># of clients who can simultaneously connect --- if this limit is ever >># reached, clients will be LOCKED OUT, so it should NOT BE SET TOO LOW. >># It is intended mainly as a brake to keep a runaway server from taking >># the system with it as it spirals down... >># >>MaxClients 150 >> >># >># MaxRequestsPerChild: the number of requests each child process is >># allowed to process before the child dies. The child will exit so >># as to avoid problems after prolonged use when Apache (and maybe the >># libraries it uses) leak memory or other resources. On most systems, this >># isn't really needed, but a few (such as Solaris) do have notable leaks >># in the libraries. For these platforms, set to something like 10000 >># or so; a setting of 0 means unlimited. >># >># NOTE: This value does not include keepalive requests after the initial >># request per connection. For example, if a child process handles >># an initial request and 10 subsequent "keptalive" requests, it >># would only count as 1 request towards this limit. >># >>MaxRequestsPerChild 0 >> >># >># Listen: Allows you to bind Apache to specific IP addresses and/or >># ports, in addition to the default. See also the >># directive. >># >>Listen 3000 >>Listen 12.34.56.78:80 >> >># >># BindAddress: You can support virtual hosts with this option. This >directive >># is used to tell the server which IP address to listen to. It can either >># contain "*", an IP address, or a fully qualified Internet domain name. >># See also the and Listen directives. >># >>#BindAddress * >> >># >># Dynamic Shared Object (DSO) Support >># >># To be able to use the functionality of a module which was built as a DSO >you >># have to place corresponding `LoadModule' lines at this location so the >># directives contained in it are actually available _before_ they are used. >># Please read the file http://httpd.apache.org/docs/dso.html for more >># details about the DSO mechanism and run `httpd -l' for the list of >already >># built-in (statically linked and thus always available) modules in your >httpd >># binary. >># >># Note: The order in which modules are loaded is important. Don't change >># the order below without expert advice. >># >># Example: >># LoadModule foo_module libexec/mod_foo.so >>LoadModule mmap_static_module libexec/apache/mod_mmap_static.so >>LoadModule vhost_alias_module libexec/apache/mod_vhost_alias.so >>LoadModule env_module libexec/apache/mod_env.so >>LoadModule config_log_module libexec/apache/mod_log_config.so >>LoadModule mime_magic_module libexec/apache/mod_mime_magic.so >>LoadModule mime_module libexec/apache/mod_mime.so >>LoadModule negotiation_module libexec/apache/mod_negotiation.so >>LoadModule status_module libexec/apache/mod_status.so >>LoadModule info_module libexec/apache/mod_info.so >>LoadModule includes_module libexec/apache/mod_include.so >>LoadModule autoindex_module libexec/apache/mod_autoindex.so >>LoadModule dir_module libexec/apache/mod_dir.so >>LoadModule cgi_module libexec/apache/mod_cgi.so >>LoadModule asis_module libexec/apache/mod_asis.so >>LoadModule imap_module libexec/apache/mod_imap.so >>LoadModule action_module libexec/apache/mod_actions.so >>LoadModule speling_module libexec/apache/mod_speling.so >>LoadModule userdir_module libexec/apache/mod_userdir.so >>LoadModule alias_module libexec/apache/mod_alias.so >>LoadModule rewrite_module libexec/apache/mod_rewrite.so >>LoadModule access_module libexec/apache/mod_access.so >>LoadModule auth_module libexec/apache/mod_auth.so >>LoadModule anon_auth_module libexec/apache/mod_auth_anon.so >>LoadModule db_auth_module libexec/apache/mod_auth_db.so >>LoadModule digest_module libexec/apache/mod_digest.so >>LoadModule proxy_module libexec/apache/libproxy.so >>LoadModule cern_meta_module libexec/apache/mod_cern_meta.so >>LoadModule expires_module libexec/apache/mod_expires.so >>LoadModule headers_module libexec/apache/mod_headers.so >>LoadModule usertrack_module libexec/apache/mod_usertrack.so >>LoadModule unique_id_module libexec/apache/mod_unique_id.so >>LoadModule setenvif_module libexec/apache/mod_setenvif.so >> >># Reconstruction of the complete module list from all available modules >># (static and shared ones) to achieve correct module execution order. >># [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS, TOO] >>ClearModuleList >>AddModule mod_mmap_static.c >>AddModule mod_vhost_alias.c >>AddModule mod_env.c >>AddModule mod_log_config.c >>AddModule mod_mime_magic.c >>AddModule mod_mime.c >>AddModule mod_negotiation.c >>AddModule mod_status.c >>AddModule mod_info.c >>AddModule mod_include.c >>AddModule mod_autoindex.c >>AddModule mod_dir.c >>AddModule mod_cgi.c >>AddModule mod_asis.c >>AddModule mod_imap.c >>AddModule mod_actions.c >>AddModule mod_speling.c >>AddModule mod_userdir.c >>AddModule mod_alias.c >>AddModule mod_rewrite.c >>AddModule mod_access.c >>AddModule mod_auth.c >>AddModule mod_auth_anon.c >>AddModule mod_auth_db.c >>AddModule mod_digest.c >>AddModule mod_proxy.c >>AddModule mod_cern_meta.c >>AddModule mod_expires.c >>AddModule mod_headers.c >>AddModule mod_usertrack.c >>AddModule mod_unique_id.c >>AddModule mod_so.c >>AddModule mod_setenvif.c >> >># >># ExtendedStatus controls whether Apache will generate "full" status >># information (ExtendedStatus On) or just basic information (ExtendedStatus >># Off) when the "server-status" handler is called. The default is Off. >># >>#ExtendedStatus On >> >>### Section 2: 'Main' server configuration >># >># The directives in this section set up the values used by the 'main' >># server, which responds to any requests that aren't handled by a >># definition. These values also provide defaults for >># any containers you may define later in the file. >># >># All of these directives may appear inside containers, >># in which case these default settings will be overridden for the >># virtual host being defined. >># >> >># >># If your ServerType directive (set earlier in the 'Global Environment' >># section) is set to "inetd", the next few directives don't have any >># effect since their settings are defined by the inetd configuration. >># Skip ahead to the ServerAdmin directive. >># >> >># >># Port: The port to which the standalone server listens. For >># ports < 1023, you will need httpd to be run as root initially. >># >>Port 80 >> >># >># If you wish httpd to run as a different user or group, you must run >># httpd as root initially and it will switch. >># >># User/Group: The name (or #number) of the user/group to run httpd as. >># . On SCO (ODT 3) use "User nouser" and "Group nogroup". >># . On HPUX you may not be able to use shared memory as nobody, and the >># suggested workaround is to create a user www and use that user. >># NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET) >># when the value of (unsigned)Group is above 60000; >># don't use Group www on these systems! >># >>User www >>Group www >> >># >># ServerAdmin: Your address, where problems with the server should be >># e-mailed. This address appears on some server-generated pages, such >># as error documents. >># >>ServerAdmin ejcerejo@yahoo.com >> >># >># ServerName allows you to set a host name which is sent back to clients >for >># your server if it's different than the one the program would get (i.e., >use >># "www" instead of the host's real name). >># >># Note: You cannot just invent host names and hope they work. The name you >># define here must be a valid DNS name for your host. If you don't >understand >># this, ask your network administrator. >># If your host doesn't have a registered DNS name, enter its IP address >here. >># You will have to access it by its address (e.g., http://123.45.67.89/) >># anyway, and this will make redirections work in a sensible way. >># >># 127.0.0.1 is the TCP/IP local loop-back address, often named localhost. >>Your >># machine always knows itself by this address. If you use Apache strictly >for >># local testing and development, you may use 127.0.0.1 as the server name. >># >>ServerName patucha.leiria.com >> >># >># DocumentRoot: The directory out of which you will serve your >># documents. By default, all requests are taken from this directory, but >># symbolic links and aliases may be used to point to other locations. >># >>DocumentRoot "/usr/local/www/data" >> >># >># Each directory to which Apache has access, can be configured with respect >># to which services and features are allowed and/or disabled in that >># directory (and its subdirectories). >># >># First, we configure the "default" to be a very restrictive set of >># permissions. >># >> >> Options FollowSymLinks >> AllowOverride None >> >> >># >># Note that from this point forward you must specifically allow >># particular features to be enabled - so if something's not working as >># you might expect, make sure that you have specifically enabled it >># below. >># >> >># >># This should be changed to whatever you set DocumentRoot to. >># >> >> >># >># This may also be "None", "All", or any combination of "Indexes", >># "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews". >># >># Note that "MultiViews" must be named *explicitly* --- "Options All" >># doesn't give it to you. >># >> Options Indexes FollowSymLinks MultiViews >> >># >># This controls which options the .htaccess files in directories can >># override. Can also be "All", or any combination of "Options", "FileInfo", >># "AuthConfig", and "Limit" >># >> AllowOverride None >> >># >># Controls who can get stuff from this server. >># >> Order allow,deny >> Allow from all >> >> >># >># UserDir: The name of the directory which is appended onto a user's home >># directory if a ~user request is received. >># >> >> UserDir public_html >> >> >># >># Control access to UserDir directories. The following is an example >># for a site where these directories are restricted to read-only. >># >># >># AllowOverride FileInfo AuthConfig Limit >># Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec >># >># Order allow,deny >># Allow from all >># >># >># Order deny,allow >># Deny from all >># >># >> >># >># DirectoryIndex: Name of the file or files to use as a pre-written HTML >># directory index. Separate multiple entries with spaces. >># >> >> >> >> DirectoryIndex index.php index.php3 index.html >> >> >> DirectoryIndex index.php3 index.html >> >> >> >> >> DirectoryIndex index.php index.html >> >> >> DirectoryIndex index.html >> >> >> >> >># >># AccessFileName: The name of the file to look for in each directory >># for access control information. >># >>AccessFileName .htaccess >> >># >># The following lines prevent .htaccess files from being viewed by >># Web clients. Since .htaccess files often contain authorization >># information, access is disallowed for security reasons. Comment >># these lines out if you want Web visitors to see the contents of >># .htaccess files. If you change the AccessFileName directive above, >># be sure to make the corresponding changes here. >># >># Also, folks tend to use names such as .htpasswd for password >># files, so this will protect those as well. >># >> >> Order allow,deny >> Deny from all >> Satisfy All >> >> >># >># CacheNegotiatedDocs: By default, Apache sends "Pragma: no-cache" with >each >># document that was negotiated on the basis of content. This asks proxy >># servers not to cache the document. Uncommenting the following line >disables >># this behavior, and proxies will be allowed to cache the documents. >># >>#CacheNegotiatedDocs >> >># >># UseCanonicalName: (new for 1.3) With this setting turned on, whenever >># Apache needs to construct a self-referencing URL (a URL that refers back >># to the server the response is coming from) it will use ServerName and >># Port to form a "canonical" name. With this setting off, Apache will >># use the hostname:port that the client supplied, when possible. This >># also affects SERVER_NAME and SERVER_PORT in CGI scripts. >># >>UseCanonicalName On >> >># >># TypesConfig describes where the mime.types file (or equivalent) is >># to be found. >># >> >> TypesConfig /usr/local/etc/apache/mime.types >> >> >># >># DefaultType is the default MIME type the server will use for a document >># if it cannot otherwise determine one, such as from filename extensions. >># If your server contains mostly text or HTML documents, "text/plain" is >># a good value. If most of your content is binary, such as applications >># or images, you may want to use "application/octet-stream" instead to >># keep browsers from trying to display binary files as though they are >># text. >># >>DefaultType text/plain >> >># >># The mod_mime_magic module allows the server to use various hints from the >># contents of the file itself to determine its type. The MIMEMagicFile >># directive tells the module where the hint definitions are located. >># mod_mime_magic is not part of the default server (you have to add >># it yourself with a LoadModule [see the DSO paragraph in the 'Global >># Environment' section], or recompile the server and include mod_mime_magic >># as part of the configuration), so it's enclosed in an >container. >># This means that the MIMEMagicFile directive will only be processed if the >># module is part of the server. >># >> >> MIMEMagicFile /usr/local/etc/apache/magic >> >> >># >># HostnameLookups: Log the names of clients or just their IP addresses >># e.g., www.apache.org (on) or 204.62.129.132 (off). >># The default is off because it'd be overall better for the net if people >># had to knowingly turn this feature on, since enabling it means that >># each client request will result in AT LEAST one lookup request to the >># nameserver. >># >>HostnameLookups Off >> >># >># ErrorLog: The location of the error log file. >># If you do not specify an ErrorLog directive within a >># container, error messages relating to that virtual host will be >># logged here. If you *do* define an error logfile for a >># container, that host's errors will be logged there and not here. >># >>ErrorLog /var/log/httpd-error.log >> >># >># LogLevel: Control the number of messages logged to the error_log. >># Possible values include: debug, info, notice, warn, error, crit, >># alert, emerg. >># >>LogLevel warn >> >># >># The following directives define some format nicknames for use with >># a CustomLog directive (see below). >># >>LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" >>combined >>LogFormat "%h %l %u %t \"%r\" %>s %b" common >>LogFormat "%{Referer}i -> %U" referer >>LogFormat "%{User-agent}i" agent >> >># >># The location and format of the access logfile (Common Logfile Format). >># If you do not define any access logfiles within a >># container, they will be logged here. Contrariwise, if you *do* >># define per- access logfiles, transactions will be >># logged therein and *not* in this file. >># >>#CustomLog /var/log/httpd-access.log common >> >># >># If you would like to have agent and referer logfiles, uncomment the >># following directives. >># >>#CustomLog /var/log/httpd-referer.log referer >>#CustomLog /var/log/httpd-agent.log agent >> >># >># If you prefer a single logfile with access, agent, and referer >information >># (Combined Logfile Format) you can use the following directive. >># >>CustomLog /var/log/httpd-access.log combined >> >># >># Optionally add a line containing the server version and virtual host >># name to server-generated pages (error documents, FTP directory listings, >># mod_status and mod_info output etc., but not CGI generated documents). >># Set to "EMail" to also include a mailto: link to the ServerAdmin. >># Set to one of: On | Off | EMail >># >>ServerSignature On >> >># EBCDIC configuration: >># (only for mainframes using the EBCDIC codeset, currently one of: >># Fujitsu-Siemens' BS2000/OSD, IBM's OS/390 and IBM's TPF)!! >># The following default configuration assumes that "text files" >># are stored in EBCDIC (so that you can operate on them using the >># normal POSIX tools like grep and sort) while "binary files" are >># stored with identical octets as on an ASCII machine. >># >># The directives are evaluated in configuration file order, with >># the EBCDICConvert directives applied before EBCDICConvertByType. >># >># If you want to have ASCII HTML documents and EBCDIC HTML documents >># at the same time, you can use the file extension to force >># conversion off for the ASCII documents: >># > AddType text/html .ahtml >># > EBCDICConvert Off=InOut .ahtml >># >># EBCDICConvertByType On=InOut text/* message/* multipart/* >># EBCDICConvertByType On=In application/x-www-form-urlencoded >># EBCDICConvertByType On=InOut application/postscript model/vrml >># EBCDICConvertByType Off=InOut */* >> >> >># >># Aliases: Add here as many aliases as you need (with no limit). The format >>is >># Alias fakename realname >># >> >> >> # >> # Note that if you include a trailing / on fakename then the server >will >> # require it to be present in the URL. So "/icons" isn't aliased in >this >> # example, only "/icons/". If the fakename is slash-terminated, then >the >> # realname must also be slash terminated, and if the fakename omits the >> # trailing slash, the realname must also omit it. >> # >> Alias /icons/ "/usr/local/www/icons/" >> >> >> Options Indexes MultiViews >> AllowOverride None >> Order allow,deny >> Allow from all >> >> >> # This Alias will project the on-line documentation tree under /manual/ >> # even if you change the DocumentRoot. Comment it if you don't want to >> # provide access to the on-line documentation. >> # >> Alias /manual/ "/usr/local/share/doc/apache/" >> >> >> Options Indexes FollowSymlinks MultiViews >> AllowOverride None >> Order allow,deny >> Allow from all >> >> >> # >> # ScriptAlias: This controls which directories contain server scripts. >> # ScriptAliases are essentially the same as Aliases, except that >> # documents in the realname directory are treated as applications and >> # run by the server when requested rather than as documents sent to the >>client. >> # The same rules about trailing "/" apply to ScriptAlias directives as >to >> # Alias. >> # >> ScriptAlias /cgi-bin/ "/usr/local/www/cgi-bin/" >> >> # >> # "/usr/local/www/cgi-bin" should be changed to whatever your >>ScriptAliased >> # CGI directory exists, if you have that configured. >> # >> >> AllowOverride None >> Options None >> Order allow,deny >> Allow from all >> >> >> >># End of aliases. >> >># >># Redirect allows you to tell clients about documents which used to exist >in >># your server's namespace, but do not anymore. This allows you to tell the >># clients where to look for the relocated document. >># Format: Redirect old-URI new-URL >># >> >># >># Directives controlling the display of server-generated directory >listings. >># >> >> >> # >> # FancyIndexing is whether you want fancy directory indexing or >standard >> # >> IndexOptions FancyIndexing >> >> # >> # AddIcon* directives tell the server which icon to show for different >> # files or filename extensions. These are only displayed for >> # FancyIndexed directories. >> # >> AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip >> >> AddIconByType (TXT,/icons/text.gif) text/* >> AddIconByType (IMG,/icons/image2.gif) image/* >> AddIconByType (SND,/icons/sound2.gif) audio/* >> AddIconByType (VID,/icons/movie.gif) video/* >> >> AddIcon /icons/binary.gif .bin .exe >> AddIcon /icons/binhex.gif .hqx >> AddIcon /icons/tar.gif .tar >> AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv >> AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip >> AddIcon /icons/a.gif .ps .ai .eps >> AddIcon /icons/layout.gif .html .shtml .htm .pdf >> AddIcon /icons/text.gif .txt >> AddIcon /icons/c.gif .c >> AddIcon /icons/p.gif .pl .py >> AddIcon /icons/f.gif .for >> AddIcon /icons/dvi.gif .dvi >> AddIcon /icons/uuencoded.gif .uu >> AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl >> AddIcon /icons/tex.gif .tex >> AddIcon /icons/bomb.gif core >> >> AddIcon /icons/back.gif .. >> AddIcon /icons/hand.right.gif README >> AddIcon /icons/folder.gif ^^DIRECTORY^^ >> AddIcon /icons/blank.gif ^^BLANKICON^^ >> >> # >> # DefaultIcon is which icon to show for files which do not have an icon >> # explicitly set. >> # >> DefaultIcon /icons/unknown.gif >> >> # >> # AddDescription allows you to place a short description after a file >in >> # server-generated indexes. These are only displayed for FancyIndexed >> # directories. >> # Format: AddDescription "description" filename >> # >> #AddDescription "GZIP compressed document" .gz >> #AddDescription "tar archive" .tar >> #AddDescription "GZIP compressed tar archive" .tgz >> >> # >> # ReadmeName is the name of the README file the server will look for by >> # default, and append to directory listings. >> # >> # HeaderName is the name of a file which should be prepended to >> # directory indexes. >> # >> # If MultiViews are amongst the Options in effect, the server will >> # first look for name.html and include it if found. If name.html >> # doesn't exist, the server will then look for name.txt and include >> # it as plaintext if found. >> # >> ReadmeName README >> HeaderName HEADER >> >> # >> # IndexIgnore is a set of filenames which directory indexing should >ignore >> # and not include in the listing. Shell-style wildcarding is >permitted. >> # >> IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t >> >> >># End of indexing directives. >> >># >># Document types. >># >> >> >> # >> # AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) >>uncompress >> # information on the fly. Note: Not all browsers support this. >> # Despite the name similarity, the following Add* directives have >nothing >> # to do with the FancyIndexing customization directives above. >> # >> AddEncoding x-compress Z >> AddEncoding x-gzip gz tgz >> >> # >> # AddLanguage allows you to specify the language of a document. You can >> # then use content negotiation to give a browser a file in a language >> # it can understand. >> # >> # Note 1: The suffix does not have to be the same as the language >> # keyword --- those with documents in Polish (whose net-standard >> # language code is pl) may wish to use "AddLanguage pl .po" to >> # avoid the ambiguity with the common suffix for perl scripts. >> # >> # Note 2: The example entries below illustrate that in quite >> # some cases the two character 'Language' abbreviation is not >> # identical to the two character 'Country' code for its country, >> # E.g. 'Danmark/dk' versus 'Danish/da'. >> # >> # Note 3: In the case of 'ltz' we violate the RFC by using a three char >> # specifier. But there is 'work in progress' to fix this and get >> # the reference data for rfc1766 cleaned up. >> # >> # Danish (da) - Dutch (nl) - English (en) - Estonian (ee) >> # French (fr) - German (de) - Greek-Modern (el) >> # Italian (it) - Korean (kr) - Norwegian (no) - Norwegian Nynorsk (nn) >> # Portugese (pt) - Luxembourgeois* (ltz) >> # Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cz) >> # Polish (pl) - Brazilian Portuguese (pt-br) - Japanese (ja) >> # Russian (ru) >> # >> AddLanguage da .dk >> AddLanguage nl .nl >> AddLanguage en .en >> AddLanguage et .ee >> AddLanguage fr .fr >> AddLanguage de .de >> AddLanguage el .el >> AddLanguage he .he >> AddCharset ISO-8859-8 .iso8859-8 >> AddLanguage it .it >> AddLanguage ja .ja >> AddCharset ISO-2022-JP .jis >> AddLanguage kr .kr >> AddCharset ISO-2022-KR .iso-kr >> AddLanguage nn .nn >> AddLanguage no .no >> AddLanguage pl .po >> AddCharset ISO-8859-2 .iso-pl >> AddLanguage pt .pt >> AddLanguage pt-br .pt-br >> AddLanguage ltz .lu >> AddLanguage ca .ca >> AddLanguage es .es >> AddLanguage sv .se >> AddLanguage cz .cz >> AddLanguage ru .ru >> AddLanguage zh-tw .tw >> AddLanguage tw .tw >> AddCharset Big5 .Big5 .big5 >> AddCharset WINDOWS-1251 .cp-1251 >> AddCharset CP866 .cp866 >> AddCharset ISO-8859-5 .iso-ru >> AddCharset KOI8-R .koi8-r >> AddCharset UCS-2 .ucs2 >> AddCharset UCS-4 .ucs4 >> AddCharset UTF-8 .utf8 >> >> # LanguagePriority allows you to give precedence to some languages >> # in case of a tie during content negotiation. >> # >> # Just list the languages in decreasing order of preference. We have >> # more or less alphabetized them here. You probably want to change >this. >> # >> >> LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru >ltz >>ca es sv tw >> >> >> >> AddType application/x-httpd-php3 .php3 >> AddType application/x-httpd-php3-source .php3s >> >> >> AddType application/x-httpd-php .php >> AddType application/x-httpd-php-source .phps >> >> >> # >> # AddType allows you to tweak mime.types without actually editing it, >or >>to >> # make certain files to be certain types. >> # >> AddType application/x-tar .tgz >> >> # >> # AddHandler allows you to map certain file extensions to "handlers", >> # actions unrelated to filetype. These can be either built into the >server >> # or added with the Action command (see below) >> # >> # If you want to use server side includes, or CGI outside >> # ScriptAliased directories, uncomment the following lines. >> # >> # To use CGI scripts: >> # >> #AddHandler cgi-script .cgi >> >> # >> # To use server-parsed HTML files >> # >> #AddType text/html .shtml >> #AddHandler server-parsed .shtml >> >> # >> # Uncomment the following line to enable Apache's send-asis HTTP file >> # feature >> # >> #AddHandler send-as-is asis >> >> # >> # If you wish to use server-parsed imagemap files, use >> # >> #AddHandler imap-file map >> >> # >> # To enable type maps, you might want to use >> # >> #AddHandler type-map var >> >> >># End of document types. >> >># >># Action lets you define media types that will execute a script whenever >># a matching file is called. This eliminates the need for repeated URL >># pathnames for oft-used CGI file processors. >># Format: Action media/type /cgi-script/location >># Format: Action handler-name /cgi-script/location >># >> >># >># MetaDir: specifies the name of the directory in which Apache can find >># meta information files. These files contain additional HTTP headers >># to include when sending the document >># >>#MetaDir .web >> >># >># MetaSuffix: specifies the file name suffix for the file containing the >># meta information. >># >>#MetaSuffix .meta >> >># >># Customizable error response (Apache style) >># these come in three flavors >># >># 1) plain text >>#ErrorDocument 500 "The server made a boo boo. >># n.b. the single leading (") marks it as text, it does not get output >># >># 2) local redirects >>#ErrorDocument 404 /missing.html >># to redirect to local URL /missing.html >>#ErrorDocument 404 /cgi-bin/missing_handler.pl >># N.B.: You can redirect to a script or a document using >>server-side-includes. >># >># 3) external redirects >>#ErrorDocument 402 http://some.other-server.com/subscription_info.html >># N.B.: Many of the environment variables associated with the original >># request will *not* be available to such a script. >> >># >># Customize behaviour based on the browser >># >> >> >> # >> # The following directives modify normal HTTP response behavior. >> # The first directive disables keepalive for Netscape 2.x and browsers >>that >> # spoof it. There are known problems with these browser >implementations. >> # The second directive is for Microsoft Internet Explorer 4.0b2 >> # which has a broken HTTP/1.1 implementation and does not properly >> # support keepalive when it is used on 301 or 302 (redirect) responses. >> # >> BrowserMatch "Mozilla/2" nokeepalive >> BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 >force-response-1.0 >> >> # >> # The following directive disables HTTP/1.1 responses to browsers which >> # are in violation of the HTTP/1.0 spec by not being able to grok a >> # basic 1.1 response. >> # >> BrowserMatch "RealPlayer 4\.0" force-response-1.0 >> BrowserMatch "Java/1\.0" force-response-1.0 >> BrowserMatch "JDK/1\.0" force-response-1.0 >> >> >># End of browser customization directives >> >># >># Allow server status reports, with the URL of >http://servername/server-status >># Change the ".your-domain.com" to match your domain to enable. >># >># >># SetHandler server-status >># Order deny,allow >># Deny from all >># Allow from .your-domain.com >># >> >># >># Allow remote server configuration reports, with the URL of >># http://servername/server-info (requires that mod_info.c be loaded). >># Change the ".your-domain.com" to match your domain to enable. >># >># >># SetHandler server-info >># Order deny,allow >># Deny from all >># Allow from .your-domain.com >># >> >># >># There have been reports of people trying to abuse an old bug from pre-1.1 >># days. This bug involved a CGI script distributed as a part of Apache. >># By uncommenting these lines you can redirect these attacks to a logging >># script on phf.apache.org. Or, you can record them yourself, using the >>script >># support/phf_abuse_log.cgi. >># >># >># Deny from all >># ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi >># >> >># >># Proxy Server directives. Uncomment the following lines to >># enable the proxy server: >># >># >># ProxyRequests On >> >># >># Order deny,allow >># Deny from all >># Allow from .your-domain.com >># >> >> # >> # Enable/disable the handling of HTTP/1.1 "Via:" headers. >> # ("Full" adds the server version; "Block" removes all outgoing Via: >>headers) >> # Set to one of: Off | On | Full | Block >> # >># ProxyVia On >> >> # >> # To enable the cache as well, edit and uncomment the following lines: >> # (no cacheing without CacheRoot) >> # >># CacheRoot "/usr/local/www/proxy" >># CacheSize 5 >># CacheGcInterval 4 >># CacheMaxExpire 24 >># CacheLastModifiedFactor 0.1 >># CacheDefaultExpire 1 >># NoCache a-domain.com another-domain.edu joes.garage-sale.com >> >># >># End of proxy directives. >> >>### Section 3: Virtual Hosts >># >># VirtualHost: If you want to maintain multiple domains/hostnames on your >># machine you can setup VirtualHost containers for them. Most >configurations >># use only name-based virtual hosts so the server doesn't need to worry >about >># IP addresses. This is indicated by the asterisks in the directives below. >># >># Please see the documentation at >># for further details before you try to setup virtual hosts. >># >># You may use the command line option '-S' to verify your virtual host >># configuration. >> >># >># Use name-based virtual hosting. >># >>#NameVirtualHost * >> >># >># VirtualHost example: >># Almost any Apache directive may go into a VirtualHost container. >># The first VirtualHost section is used for requests without a known >># server name. >># >># >># ServerAdmin webmaster@dummy-host.example.com >># DocumentRoot /www/docs/dummy-host.example.com >># ServerName dummy-host.example.com >># ErrorLog logs/dummy-host.example.com-error_log >># CustomLog logs/dummy-host.example.com-access_log common >># >> >>To Unsubscribe: send mail to majordomo@FreeBSD.org >>with "unsubscribe freebsd-questions" in the body of the message >> >> > >.... our website: http://www.sage-one.net/ > >Best regards, > >Jack L. Stone >Server Admin > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > .... our website: http://www.sage-one.net/ Best regards, Jack L. Stone Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 6:31:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 8A2BB37B400 for ; Thu, 21 Mar 2002 06:31:47 -0800 (PST) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 16o3bW-00034h-00; Thu, 21 Mar 2002 15:31:46 +0100 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.2/8.12.2) with ESMTP id g2LEIBdr004246 for ; Thu, 21 Mar 2002 15:18:11 +0100 (CET) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.2/8.12.2/Submit) id g2LEIAnT004245 for freebsd-questions@freebsd.org; Thu, 21 Mar 2002 15:18:10 +0100 (CET) (envelope-from mailnull) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: gnomepilot, gettext-0.10.40 and ja.po Date: Thu, 21 Mar 2002 14:18:10 +0000 (UTC) Message-ID: References: <20020320210652.GB89577@kaktusas.org> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Paulius Bulotas wrote: > what's the difference between gettext-0.10.35 (old) and gettext-0.10.40 > which causes gnomepilot build fail on ja.po (with error string something > like invalid double byte characters [or something])? http://docs.freebsd.org/cgi/getmsg.cgi?fetch=886058+0+archive/2002/freebsd-ports/20020317.freebsd-ports -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 6:34:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sapphire.jcn1.com (sapphire.jcn1.com [206.187.74.8]) by hub.freebsd.org (Postfix) with ESMTP id 4055337B400 for ; Thu, 21 Mar 2002 06:34:30 -0800 (PST) Received: from logcabin.hem.com [65.174.138.84] by sapphire.jcn1.com with ESMTP (SMTPD32-6.06) id A0F79CB013E; Thu, 21 Mar 2002 08:40:55 -0600 Received: (from mdh@localhost) by logcabin.hem.com (8.11.6/8.6.12) id g2LEOn730498 for freebsd-questions@freebsd.org; Thu, 21 Mar 2002 08:24:49 -0600 (CST) From: Michael D Hughes Message-Id: <200203211424.g2LEOn730498@logcabin.hem.com> Subject: Intel Pro/DSL 3220 USB modem To: freebsd-questions@freebsd.org Date: Thu, 21 Mar 2002 08:24:49 -0600 (CST) Reply-To: mdh@jcn.net 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Does anyone know if 4.5 will work with an Intel Pro/DSL 3220 USB modem? -- Michael D Hughes Loghome living is the best! mdh@jcn.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 6:36:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id 015ED37B419 for ; Thu, 21 Mar 2002 06:36:44 -0800 (PST) Received: by peitho.fxp.org (Postfix, from userid 1206) id DC8F013667; Thu, 21 Mar 2002 09:36:42 -0500 (EST) Date: Thu, 21 Mar 2002 09:36:42 -0500 From: Bob Bomar To: Joe & Fhe Barbish Cc: questions@freebsd.org Subject: Re: How to see files in user home directory Message-ID: <20020321143642.GA26085@peitho.fxp.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5vNYLRcllDrimb99" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.24i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 21, 2002 at 09:27:23AM -0500, Joe & Fhe Barbish wrote: > Created user using adduser taking all the defaults.=20 > When logged in user can not see his .files with ls command.=20 >=20 > Is this normal?=20 >=20 > User needs to see .forward file. How to change so users can see .files? >=20 Try ls -a --=20 |------------------------------------| | Bob Bomar | | bulldog@fxp.org | | http://fly.homeunix.org/~bob | |=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D| | FreeBSD: The Power to Serve | | http://www.FreeBSD.org | |------------------------------------| --5vNYLRcllDrimb99 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8me/59Jm/aTrtdKoRAvaqAJ9JBldnHwCVDFtUFLqFN8da2uY+VgCdGZFv 7YNH6UsmCmEWeEAqd54f0DM= =4WpS -----END PGP SIGNATURE----- --5vNYLRcllDrimb99-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 6:39:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe51.law10.hotmail.com [64.4.14.40]) by hub.freebsd.org (Postfix) with ESMTP id B668937B400 for ; Thu, 21 Mar 2002 06:39:45 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 21 Mar 2002 06:39:45 -0800 X-Originating-IP: [209.202.81.200] From: "Sandro Mancuso" To: "'agusri dodi'" , Cc: Subject: RE: Firewall Rule for IRC Date: Thu, 21 Mar 2002 09:40:27 -0500 Message-ID: <000a01c1d0e6$576c37d0$e83dfea9@windows> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <20020321095937.37447.qmail@web20605.mail.yahoo.com> Importance: Normal X-OriginalArrivalTime: 21 Mar 2002 14:39:45.0640 (UTC) FILETIME=[3EB83680:01C1D0E6] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd- >questions@FreeBSD.ORG] On Behalf Of agusri dodi > >I am using Natd to connect my LAN to Internet.Web and >FTP work well but my client can not use IRC services > Do you mean you can't access the servers at all or you are not allowed to complete a connection to them? >here is the content of my configuration file > >RC.CONF : >gateway_enable="YES" >natd_enable="YES" >natd_interface="fxp0" > >natd_flags="-f /etc/natd.conf" > > >firewall_enable="NO" > > Did you install identd from ports? >THE CONTENT OF RC.lOCAL FILE : > >echo 'Starting Firewall' >/sbin/ipfw -f flush >/sbin/ipfw add divert natd all from any to any via >fxp0 > ># My Local Network (my netwrok interface (INTEL) >/sbin/ipfw add allow ip from >192.168.0.0:255.255.255.0 to any via fxp0 > >#Allow INDENT >/sbin/ipfw add allow log tcp from any to any 194 in >recv fxp0 setup > >#Allow IRC >/sbin/ipfw add allow log tcp from any to any 113 in >recv fxp0 setup > > >#Deny X >/sbin/ipfw add 00300 deny log tcp from any to any 6000 >in recv fxp0 > ># DNS of my ISP >/sbin/ipfw add allow tcp from 202.134.0.155 to any >in recv fxp0 >/sbin/ipfw add allow tcp from 202.134.2.5 to any in >recv fxp0 > >/sbin/ipfw add allow udp from 202.134.0.155 to any >in recv fxp0 >/sbin/ipfw add allow udp from 202.134.2.5 to any in >recv fxp0 > > >/sbin/ipfw add pass all from any to any > > >echo 'Starting Natd ' >natd -n fxp0 -f /etc/natd.conf > > >echo 'Starting Boa ' >boa > Now, I'm not all that familiar with ipfw. Here's what I do to connect to IRC though: If your default outgoing is to block, make sure ports 6667-6669 at least are open. Next, its not enough to just open port 113, you have to have identd running (its in the ports, under "IRC" if I'm not mistaken) If you are trying to connect from a machine behind this firewall/router then you have to either redirect port 113 to the computer behind the firewall (I don't know how in natd, ipnat uses a simple rdr command... must be similar) or, what you can do is run a bnc (irc bouncer) on the firewall box and connect to that and then to IRC from there > >THE CONTENT OF NATD.CONF FILE : >interface fxp0 >use_sockets yes >same_ports yes > >What should I do ? >Is there any setting for IRC client ? > >thank for reply > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 6:49:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13002.mail.yahoo.com (web13002.mail.yahoo.com [216.136.174.12]) by hub.freebsd.org (Postfix) with SMTP id EBEF837B404 for ; Thu, 21 Mar 2002 06:49:23 -0800 (PST) Message-ID: <20020321144923.30569.qmail@web13002.mail.yahoo.com> Received: from [147.83.130.112] by web13002.mail.yahoo.com via HTTP; Thu, 21 Mar 2002 06:49:23 PST Date: Thu, 21 Mar 2002 06:49:23 -0800 (PST) From: Russo Roberto Subject: Freebsd: Ipv6 over ForeATM adapter To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG There is a way to send an IPv6 packet on a ATM Network ? I have a Fore PCA-200E Atm Adapter and with my FreeBSD v4.5 using the utility "atm" I can´t associate an IPv6 address to an atm PVC! so I can't route an IPv6 packet over the ATM-PVC someone can help me ? thanks Roberto __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.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 Mar 21 6:51:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from luna5.vo.lu (luna5.vo.lu [212.24.194.35]) by hub.freebsd.org (Postfix) with ESMTP id B848C37B400 for ; Thu, 21 Mar 2002 06:51:13 -0800 (PST) Received: from there (unverified [212.24.192.136]) by luna5.vo.lu (Vircom SMTPRS 1.2.222) with SMTP id for ; Thu, 21 Mar 2002 15:45:29 +0100 Message-ID: Content-Type: text/plain; charset="iso-8859-1" From: Gilles RISCH To: freebsd-questions@FreeBSD.ORG Subject: Webpage Date: Thu, 21 Mar 2002 15:50:56 +0100 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, short Question: is the source of your webpage also under the FreeBSD copyright? I'd like to use it for the webpage of our local scout troupe. Gilles To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 6:57:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from charybdis.rus.uni-stuttgart.de (charybdis.rus.uni-stuttgart.de [129.69.1.58]) by hub.freebsd.org (Postfix) with ESMTP id 4BFFE37B419 for ; Thu, 21 Mar 2002 06:57:17 -0800 (PST) Received: from helpdesk (helpdesk.rus.uni-stuttgart.de [129.69.221.120]) by charybdis.rus.uni-stuttgart.de with ESMTP id PAA14872 for ; Thu, 21 Mar 2002 15:57:15 +0100 (MET) env-from (rusisnoc@helpdesk.rus.uni-stuttgart.de) Received: from rusisnoc by helpdesk with local (Exim 3.34 #1 (Debian)) id 16o40B-0005Sy-00 for ; Thu, 21 Mar 2002 15:57:15 +0100 Date: Thu, 21 Mar 2002 15:57:15 +0100 From: Georg Auernhammer To: questions@freebsd.org Subject: Re: How to see files in user home directory Message-ID: <20020321145715.GA20982@helpdesk.rus.uni-stuttgart.de> References: <20020321143642.GA26085@peitho.fxp.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20020321143642.GA26085@peitho.fxp.org> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bob Bomar: > On Thu, Mar 21, 2002 at 09:27:23AM -0500, Joe & Fhe Barbish wrote: > > Created user using adduser taking all the defaults. > > When logged in user can not see his .files with ls command. > > > > Is this normal? > > > > User needs to see .forward file. How to change so users can see .files? > > > > Try ls -a Write this in your users .profile : alias ls='ls -a' ciao -- Georg Auernhammer Benutzerberater RUS, Admin Institut für Geophysik FTP-Admin, Mirror, W2k-Pool, W-LAN, ICafe Georg.Auernhammer@rus.uni-stuttgart.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 7: 7:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vmunix.dk (vmunix.dk [80.197.228.10]) by hub.freebsd.org (Postfix) with ESMTP id A2F1837B648 for ; Thu, 21 Mar 2002 07:06:17 -0800 (PST) Received: (from sst@localhost) by vmunix.dk (8.11.6/8.11.6) id g2LF65O24924; Thu, 21 Mar 2002 16:06:05 +0100 (CET) (envelope-from sst) Date: Thu, 21 Mar 2002 16:06:01 +0100 From: Sune Stjerneby To: Jon Douglas Cc: questions@freebsd.org Subject: Re: IBM thinkpad FreeBSD4.5-RELEASE Message-ID: <20020321160601.A65957@fnyx.vmunix.dk> References: <20020320232957.H71501-100000@dsa1.advanced-backups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020320232957.H71501-100000@dsa1.advanced-backups.com>; from jdouglas@jon.dyn.ocdi.org on Wed, Mar 20, 2002 at 11:31:53PM -0500 X-waste-of: diskspace X-lemon: curry? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It seems Jon Douglas wrote: > I am trying to install FreeBSD on an IBM thinkpad and after the kernel is > booted from the floppy and it gets to the kernel config screen and i press > enter it comes to a screen that say somehting like Pc-card slot found > use pc card for installation media? at this point he keyboard becomes > diabled what do i need to do? Older Thinkpads need flags 0x4 to atkbd0. At the kernel config screen, choose 'visual configuration', select Input devices -> Keyboard, replace flags 0x1 with flags 0x4, quit and proceed with bootup. -- Sune Stjerneby - RFC 1876 compliant. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 7:14:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from janeway.vonbek.dhs.org (bgm-24-24-79-198.stny.rr.com [24.24.79.198]) by hub.freebsd.org (Postfix) with ESMTP id E873F37B404 for ; Thu, 21 Mar 2002 07:14:16 -0800 (PST) Received: by janeway.vonbek.dhs.org (Postfix, from userid 12347) id EB51DE77B4A; Thu, 21 Mar 2002 10:15:31 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id E8D0B6A8C1D for ; Thu, 21 Mar 2002 10:15:31 -0500 (EST) Date: Thu, 21 Mar 2002 10:15:31 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: questions@FreeBSD.ORG Subject: Re: How to see files in user home directory In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 21 Mar 2002, Joe & Fhe Barbish wrote: > Date: Thu, 21 Mar 2002 09:27:23 -0500 > From: Joe & Fhe Barbish > To: FBSDQ > Subject: How to see files in user home directory > > Created user using adduser taking all the defaults. > When logged in user can not see his .files with ls command. > > Is this normal? > > User needs to see .forward file. How to change so users can see .files? > > If 'ls -a' doesn't show the user's hidden files (starting with a '.') then they don't exist. FBSD comes delivered with extremely stripped new user defaults which definately don't include .forward files. I think it is expected that any sysadmin would want to set up the skel directory manually. The skel directory is the skeleton used as a reference in creating new user accounts. Off the top of my head I can't remember where it is in FBSD - /etc/skel ? See the adduser man page. HTH - JB |-John Bleichert----syborg@stny.rr.com----------------| |-------------------http://vonbek.dhs.org/latest.jpg--| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 7:19: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from root.com (nexus.root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 2771937B417; Thu, 21 Mar 2002 07:18:56 -0800 (PST) Received: (from dg@localhost) by root.com (8.11.2/8.11.2) id g2LFHsT05180; Thu, 21 Mar 2002 07:17:54 -0800 (PST) (envelope-from dg) Date: Thu, 21 Mar 2002 07:17:54 -0800 From: David Greenman To: "Brian T.Schellenberger" Cc: Dmitry Morozovsky , Matthew Dillon , "Steve O'Hara-Smith" , mrcpu@internetcds.com, clash@tasam.com, questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Problems with large disk. (> 1 TB) Message-ID: <20020321071754.D96231@nexus.root.com> References: <20020321151338.T2793-100000@woozle.rinet.ru> <20020321131958.9C379BB39@i8k.babbleon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020321131958.9C379BB39@i8k.babbleon.org>; from bts@babbleon.org on Thu, Mar 21, 2002 at 08:19:58AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >No, this has been mentioned multiple times in this thread: > > slices won't help. If the disk is > 1TB, then you can't slice it, dice it, > or do anything else with it. You just can't use it with FreeBSD, period. > >However, from what I gather here, if you concatenated separate physical disks >to make a single logical disk, and if each file system used large block >sizes, that *might* work. Nope. Neither the physical nor logical disk can be greater than 1TB. Using Vinum or ccd is not a work-around for this problem. Now, *if* you had a hardware RAID system that could present it's storage to the host as multiple LUNs that were each < 1TB (each one showing up as seperate physical disk devices), then you could use it with FreeBSD, but that's not what has been discussed here. -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org President, TeraSolutions, Inc. - http://www.terasolutions.com President, Download Technologies, Inc. - http://www.downloadtech.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 7:21: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from root.com (nexus.root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 83FA537B417 for ; Thu, 21 Mar 2002 07:20:54 -0800 (PST) Received: (from dg@localhost) by root.com (8.11.2/8.11.2) id g2LFL5j05226; Thu, 21 Mar 2002 07:21:05 -0800 (PST) (envelope-from dg) Date: Thu, 21 Mar 2002 07:21:05 -0800 From: David Greenman To: Jacques Beigbeder Cc: freebsd-questions@freebsd.org Subject: Re: highest value for limits? Message-ID: <20020321072105.E96231@nexus.root.com> References: <20020321091355.A15164@trefle.ens.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020321091355.A15164@trefle.ens.fr>; from Jacques.Beigbeder@ens.fr on Thu, Mar 21, 2002 at 09:13:55AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Process limit maximums are defined in > /usr/src/sys/i386/include/vmparam.h > >For instance, I read: > > #define MAXTSIZ (128UL*1024*1024) > #define MAXDSIZ (512UL*1024*1024) > #define MAXSSIZ (64UL*1024*1024) > >What are the highest values? For instance, on a >machine with 2 Gb, setting MAXDSIZ to 512 Mb >is poor! I tried 8 Gb, it failed. So what are >the highest limits? Is it OS dependent, or >hardware dependent? All three must add up to less than about 2.75GB. Those parameters control the maximum virtual size of each process and have nothing to do with the amount of RAM in the machine. The kernel takes the top 1GB of virtual address space. -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org President, TeraSolutions, Inc. - http://www.terasolutions.com President, Download Technologies, Inc. - http://www.downloadtech.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 7:21:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bigstudios.com (H185.C214.tor.velocet.net [216.138.214.185]) by hub.freebsd.org (Postfix) with ESMTP id EBE1F37B417 for ; Thu, 21 Mar 2002 07:21:31 -0800 (PST) Received: from bigstudios.com([192.168.75.105]) (1334 bytes) by mail.bigstudios.com via sendmail with P:esmtp/R:bind_hosts/T:smtp (sender: ) id for ; Thu, 21 Mar 2002 10:21:30 -0500 (EST) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Jul-5) Message-ID: <3C99FACB.D3DE6FCA@bigstudios.com> Date: Thu, 21 Mar 2002 10:22:51 -0500 From: Sam Suh X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: RAID question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, everyone. I need to scope out 2TB RAID 5 array for possible project opportunity at our shop. Obviously, the host OS of choice is freeBSD for me. Now, the trouble is I never had to implement the system of this size before and I seek those of you with wisdom and foresight :-) 1. Does freeBSD be able to handle 2TB file system? or is there a kernel parameter I need to aware of? 2. If some of you had implemented this type of project, could you recommend me the RAID system of your choice? 3. If need arise, would freeBSD be able to handle > 2TB and < 5TB? 4. Some of the RAID 5 subsystem I been looking at uses fibre channel. How is the support for fibre channel with freeBSD? I also welcome any pointers and advice for undertaking this project. Many thanks in advance to those of you who read this and more thanks to who responds. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 7:33: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-208-191-227-84.dsl.crchtx.swbell.net [208.191.227.84]) by hub.freebsd.org (Postfix) with ESMTP id 6788737B404 for ; Thu, 21 Mar 2002 07:32:54 -0800 (PST) Received: from SAGEONE (sageone [192.168.0.5]) by sage-one.net (8.11.6/8.11.6) with SMTP id g2LFVrQ30775; Thu, 21 Mar 2002 09:31:54 -0600 (CST) (envelope-from admin@sage-one.net) Message-Id: <3.0.5.32.20020321093151.011ed5f0@mail.sage-one.net> X-Sender: admin@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 21 Mar 2002 09:31:51 -0600 To: John Bleichert , questions@FreeBSD.ORG From: Server Admin Subject: Re: How to see files in user home directory In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG No, his user has "." dot files, including .forward that were made, they just aren't running the right "ls" command to see them.... At 10:15 AM 3.21.2002 -0500, John Bleichert wrote: >On Thu, 21 Mar 2002, Joe & Fhe Barbish wrote: > >> Date: Thu, 21 Mar 2002 09:27:23 -0500 >> From: Joe & Fhe Barbish >> To: FBSDQ >> Subject: How to see files in user home directory >> >> Created user using adduser taking all the defaults. >> When logged in user can not see his .files with ls command. >> >> Is this normal? >> >> User needs to see .forward file. How to change so users can see .files? >> >> > >If 'ls -a' doesn't show the user's hidden files (starting with a '.') then >they don't exist. FBSD comes delivered with extremely stripped new user >defaults which definately don't include .forward files. > >I think it is expected that any sysadmin would want to set up the skel >directory manually. The skel directory is the skeleton used as a reference >in creating new user accounts. Off the top of my head I can't remember >where it is in FBSD - /etc/skel ? See the adduser man page. > >HTH - JB > > >|-John Bleichert----syborg@stny.rr.com----------------| >|-------------------http://vonbek.dhs.org/latest.jpg--| > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > .... our website: http://www.sage-one.net/ Best regards, Jack L. Stone Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 7:36:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sagan.beanstalk.net (sagan.beanstalk.net [12.162.34.5]) by hub.freebsd.org (Postfix) with ESMTP id 371B437B417 for ; Thu, 21 Mar 2002 07:36:09 -0800 (PST) Received: from fcoffice.ptfd.org (unverified [12.162.35.98]) by sagan.beanstalk.net (Vircom SMTPRS 4.2.181) with SMTP id ; Thu, 21 Mar 2002 10:38:24 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Michael W.Holdeman Organization: PTFD To: "Travis L. Leuthauser" Subject: Re: VMWare2vs Win4Lin(BSD) Date: Thu, 21 Mar 2002 10:35:29 -0500 X-Mailer: KMail [version 1.2] References: In-Reply-To: Cc: FreeBSD Questions MIME-Version: 1.0 Message-Id: <0203211035290A.13992@fcoffice.ptfd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well after finally getting everything squared away for VM, VMware has informed me that there are no evaluation licenses available for 2.0,. I guess with no port for 3.0 yet, that kinda is that! guess its time to research Win4Lin a little more. Anyone interested in this?? On Wednesday 20 March 2002 17:37, you wrote: > Take a look at the man page for linprocfs.. that should help you out if I > remember correctly > > man 5 linprocfs > > -Travis > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Michael > W.Holdeman > Sent: Wednesday, March 20, 2002 4:33 PM > To: FreeBSD Questions > Cc: ports@freebsd.org > Subject: VMWare2 > > > Upon installing vmware 2 from teh ports, everything seemed to go fine > however > when I try to run it as a user I get a complaint about linux procfs not > mounted, when I use /usr/local/lib/vmware/bin/vmware it starts but gives > me errors about not being able to execute the vmware workstation executable > file, and module 10 initialization succeeded.. Starts anyway, but I'm > unable to load a guest OS as when trying to hit power on I get could not > open /proc/cpuinfo. > > I tried but did not have a linproc port in teh ports collection. So I got > th > elinprocfs.tar.gz from teh same ftp as teh vmware (mindspring ... ...) and > placed it in teh ports/emulators, tree. When running make ioon it I get > complaints that it is too old, and need to run pkg instead? > > My system is setup with Linux_compatibility=yes in rc.conf. > > > Any help would be appreciated > > 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 Thu Mar 21 7:42:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cognisurf.com (smtp-1.vancouver.ipapp.com [216.152.192.207]) by hub.freebsd.org (Postfix) with SMTP id 4F7C437B404 for ; Thu, 21 Mar 2002 07:42:10 -0800 (PST) Received: from mg ([64.24.238.114]) by 216.152.192.207 ; Thu, 21 Mar 2002 07:42:08 -0800 Message-ID: <003c01c1d0f7$e65f2860$7e97fea9@mg> From: "mfales" To: Subject: can anyone answer this? Date: Thu, 21 Mar 2002 10:46:06 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0039_01C1D0C5.9AA872F0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0039_01C1D0C5.9AA872F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I'm running kernel 4.4 (although I'm pretty sure that's irrelevant in = this case. My situation is this: my mouse had been working = fine...configured it during install and configured it as /dev/sysmouse when I ran xf86config. After configuring my modem and ppp I'd get the error "Mouse device busy" = or something to that affect, when trying to start x. It (the mouse) is physically attached to COM1 on my motherboard...but what's throwing me = off is...I'm using an adapter because the system in question is an AT and my mouse is a microsoft ps/2(hence it's connected to a serial port via an = adapter). When I "boot -c" it's showing up as /dev/ps0 on irq 12 and = it's refusing to let me change it....I'm assuming it needs to be on = 0x3F8 irq 4. I've tried running sysinstall and xf86config to = reconfigure with no luck. Any input or links to resources would be = greatly appreciated. thanks, matt fales ------=_NextPart_000_0039_01C1D0C5.9AA872F0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I'm running kernel 4.4 (although I'm = pretty sure=20 that's irrelevant in this
case.  My situation is this:  my = mouse=20 had been working fine...configured it
during install and configured = it as=20 /dev/sysmouse when I ran xf86config.
After configuring my modem and = ppp I'd=20 get the error "Mouse device busy" or
something to that affect, when = trying to=20 start x.  It (the mouse) is
physically attached to COM1 on my=20 motherboard...but what's throwing me off
is...I'm using an adapter = because=20 the system in question is an AT and my
mouse is a microsoft = ps/2(hence it's=20 connected to a serial port via an adapter).  When I "boot -c" it's = showing=20 up as /dev/ps0 on irq 12 and it's refusing to let me change it....I'm = assuming=20 it needs to be on 0x3F8 irq 4.  I've tried running sysinstall and=20 xf86config to reconfigure with no luck.  Any input or links to = resources=20 would be greatly appreciated.
 
thanks,
 
matt fales
 
 
------=_NextPart_000_0039_01C1D0C5.9AA872F0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 7:45: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14806.mail.yahoo.com (web14806.mail.yahoo.com [216.136.224.222]) by hub.freebsd.org (Postfix) with SMTP id C67A637B417 for ; Thu, 21 Mar 2002 07:44:59 -0800 (PST) Message-ID: <20020321154458.2988.qmail@web14806.mail.yahoo.com> Received: from [198.88.119.219] by web14806.mail.yahoo.com via HTTP; Thu, 21 Mar 2002 07:44:58 PST Date: Thu, 21 Mar 2002 07:44:58 -0800 (PST) From: krzysztof Strzelczyk Subject: remote transmit DMA failed to complete To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Has anybody seen this error before. It happend right before one of my boxes crashed. Mar 20 12:06:05 mybox /kernel: ed0: remote transmit DMA failed to complete Mar 20 12:06:17 mybox last message repeated 4 times Thank You -Chris __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.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 Mar 21 7:47: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from harrier.prod.itd.earthlink.net (harrier.mail.pas.earthlink.net [207.217.120.12]) by hub.freebsd.org (Postfix) with ESMTP id 0C52537B417 for ; Thu, 21 Mar 2002 07:47:01 -0800 (PST) Received: from user-119a2km.biz.mindspring.com ([66.149.10.150] helo=sylvester.dsj.net) by harrier.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16o4mG-0003QQ-00 for freebsd-questions@freebsd.org; Thu, 21 Mar 2002 07:46:56 -0800 Received: (from dsj@localhost) by sylvester.dsj.net (8.9.3/8.9.3/Debian 8.9.3-21) id KAA04000 for freebsd-questions@freebsd.org; Thu, 21 Mar 2002 10:46:25 -0500 Date: Thu, 21 Mar 2002 10:46:25 -0500 From: "David S. Jackson" To: freebsd-questions@freebsd.org Subject: Mounting UFS under Linux? Message-ID: <20020321104625.A3973@sylvester.dsj.net> Reply-To: "David S. Jackson" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm using a Linux 2.4.18 (stock) kernel, and I want to mount a FreeBSD UFS filesystem (FreeBSD 3.5-STABLE). From what I've read so far, I can only do this read only. Is there anyone here who uses both Linux and FreeBSD who can tell me how to a) mount a freebsd filesystem under linux rw, if it can be done b) explain why no one has written a freebsd filesystem driver for Linux? (Does it have to do with disklabels or something? I guess Linux and BSD look at filesystems quite a bit differently, huh?) c) pass a switch to the stock ufs filesystem kernel module so it will handle 4.4bsd (or if the kernel must be recompiled). I wanted to get the bsd filesystems data copied over before I recompile, if possible--I had some other goodies I wanted to compile in that I must research first. TIA! -- David S. Jackson dsj@dsj.net =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= I'm going to Boston to see my doctor. He's a very sick man. -- Fred Allen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 7:47:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from janeway.vonbek.dhs.org (bgm-24-24-79-198.stny.rr.com [24.24.79.198]) by hub.freebsd.org (Postfix) with ESMTP id 8A8E837B41E for ; Thu, 21 Mar 2002 07:47:31 -0800 (PST) Received: by janeway.vonbek.dhs.org (Postfix, from userid 12347) id C630DE77B4A; Thu, 21 Mar 2002 10:48:46 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id C399A6A8C1D for ; Thu, 21 Mar 2002 10:48:46 -0500 (EST) Date: Thu, 21 Mar 2002 10:48:46 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: freebsd-questions@freebsd.org Subject: Re: VMWare2vs Win4Lin(BSD) In-Reply-To: <0203211035290A.13992@fcoffice.ptfd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 21 Mar 2002, Michael W.Holdeman wrote: > Date: Thu, 21 Mar 2002 10:35:29 -0500 > From: Michael W.Holdeman > To: Travis L. Leuthauser > Cc: "FreeBSD Questions " > > Subject: Re: VMWare2vs Win4Lin(BSD) > > Well after finally getting everything squared away for VM, VMware has > informed me that there are no evaluation licenses available for 2.0,. I guess > with no port for 3.0 yet, that kinda is that! > > > guess its time to research Win4Lin a little more. Anyone interested in this?? > <...> I run Win4Lin on my laptop under RedHat. I have for a while as some of the crap we have to use at work is win32-only like Lotus Smartsuite and Notes . It's a great app but I'm unsure how it would work under BSD as it requires patching the Linux kernel for proper operation. ? |-John Bleichert----syborg@stny.rr.com----------------| |-------------------http://vonbek.dhs.org/latest.jpg--| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 7:48:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp012.mail.yahoo.com (smtp012.mail.yahoo.com [216.136.173.32]) by hub.freebsd.org (Postfix) with SMTP id 1808937B41B for ; Thu, 21 Mar 2002 07:48:11 -0800 (PST) Received: from jogegabsd (AUTH login) at unknown (HELO anakin) (jogegabsd@216.230.149.135) by smtp.mail.vip.sc5.yahoo.com with SMTP; 21 Mar 2002 15:48:10 -0000 From: "jogegabsd" To: "atfox solution" Cc: Subject: RE: Unbeliveable! Date: Thu, 21 Mar 2002 09:48:43 -0600 Message-ID: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <5.1.0.14.0.20020320102441.00c45fa0@pop.saunalahti.fi> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hope this helps also http://www.osnews.com/story.php?news_id=580 Gerardo -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of atfox solution Sent: Wednesday, March 20, 2002 4:24 AM To: freebsd-questions@FreeBSD.ORG Subject: Unbeliveable! Hello freeBSDder's Sorry about following words! I just get my first freeBSD packet (version 4.5). I was very impressed to start installing it. It was chock - how anybody can install anything, by using so unlogical, clumsy and almost useless installation software like this! Cant never know what hapends when I press SPACE, ENTER or ESCAPE! Questions about disk partitioning and boot manager are the worst thing! I have being working with computers about 30 years. I am also installed many kind of operating systems, like MS-DOS, Windows, UNIX, QNX , Coherent, Linux .... Still - I haven't never seen anything like this! I still try to install freeBSD hoping that rest of this software package is something else! Please do something for this installation software! One's more - please fix it! And sorry again, but truth is sometimes ..... atfox solution Aulis Tuupola Topparoikankuja 9 60100 Seinäjoki 040 555 2589 http://www.appelsiini.net/at/fox/ http://www.appelsiini.net/at/ _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 7:57: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tvt.ne.jp (tvtsv2.tvt.ne.jp [210.253.56.5]) by hub.freebsd.org (Postfix) with ESMTP id C5FA637B400 for ; Thu, 21 Mar 2002 07:57:03 -0800 (PST) Received: from tigerden (askey-gw.tvt.ne.jp [210.253.56.3]) by tvt.ne.jp (8.10.1/8.10.1) with ESMTP id g2LFum663968; Fri, 22 Mar 2002 00:56:48 +0900 (JST) To: bsd@perimeter.co.za, freebsd-questions@FreeBSD.ORG Subject: Re: pw -m with -V From: Martin References: <5.0.2.6.2.20020320202415.01eb66f0@mail.tvt.ne.jp> <00ae01c1d004$b1ffc320$b50d030a@patrick> In-Reply-To: <00ae01c1d004$b1ffc320$b50d030a@patrick> Message-Id: <200203220057.DEC20470.IEODB@tvt.ne.jp> X-Mailer: Winbiff [Version 2.33PL2 (on Trial)] X-Accept-Language: ja,en Date: Fri, 22 Mar 2002 00:57:05 +0900 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks for the reply. I should have stated in my earlier mail that I have a copy of pw. conf in /var/yp, and it has the location for the home directory set correctly. Unfortunately, even if I use the -d switch on the command line it still doesn't create the directory. Any other guidance would be appreciated. Martin In message <00ae01c1d004$b1ffc320$b50d030a@patrick> "Re: pw -m with -V" ""Patrick O'Reilly" " wrote: > Martin, > > You need to use -C so that pw will read your normal pw.conf file, and > hence know where to create the user's home directory. Or, put a copy of > /etc/pw.conf into /var/yp . > > man pw, and study the -V section for the explanation of this. > > Patrick. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 8: 3:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailout08.sul.t-online.com (mailout08.sul.t-online.com [194.25.134.20]) by hub.freebsd.org (Postfix) with ESMTP id B685A37B417 for ; Thu, 21 Mar 2002 08:03:17 -0800 (PST) Received: from fwd11.sul.t-online.de by mailout08.sul.t-online.com with smtp id 16o523-0001rx-02; Thu, 21 Mar 2002 17:03:15 +0100 Received: from webmail.t-online.de (060315032-0001@[172.18.16.206]) by fwd11.bbul.t-online.de with smtp id 16o51u-0l5lIWC; Thu, 21 Mar 2002 17:03:06 +0100 To: FreeBSD Questions Mailing List Subject: Revisited: PCI parallel port adapters From: Volker.Wiegand@t-online.de (Volker Wiegand) Cc: heinrich.hiemesch@online.de, matthew@starbreaker.net Reply-To: volker.wiegand@t-online.de Date: Thu, 21 Mar 2002 17:02:48 +0100 (CET) Message-ID: <1016726249.3c9a02e98beb3@webmail.t-online.de> X-Priority: 3 (Normal) X-Approved: 452981a42fcbe0a72f8492cff23394e770fb4562e56ca804deee1fe3f0d0826d X-Mailer: T-Online WebMail 2.03 X-Complaints-To: abuse#webmail@t-online.com X-Sender: 060315032-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I have recently purchased a low cost PCI parallel port adapter. Since it was advertised as "Linux compatible" I assumed it would also run under FreeBSD. Stupid me :-) And looking into the FreeBSD-Question archives, I found that I am not the only one. So here is the current state of my "investigation" - maybe it helps to understand and to fix. We all seem to have a NetMos based card; they are obviously a major supplier. Vendor ID is 0x9710; device ID 0x9805 is a common one (see http://www.netmos.com/Nm9805.pdf for the data sheet of the respective device). From what I understand looking at the FreeBSD sources, there is currently a silent assumption that all "ppc" devices (which would be the basic hardware driver layer) are ISA based. And since FreeBSD is based on a "bus oriented hardware architecture" as opposed to the "simple device addresses" used in Linux (this is my wording, please don't flame me :-) these cards work under Linux, but not (yet) under FreeBSD. Well, they would work, but they are not "found". IMHO, the solution should be to migrate the sys/isa/ppc.c driver code into a sys/dev/ppc/ subdirectory (I suspect that the "sio" serial port driver has made a similar metamorphosis when going PCI) and split it up into common and bus oriented parts. It might even be reasonable to include their serial ports also while we are at it, by the way. Now, I don't know who is the right person to suggest this to? Maintainer, are you online? :-))) Am I on the right track? Is somebody already working on this? If not, how can I find out whether the maintainer would consider doing it or accepting a patch (I believe I would be able to provide that patch, but only if I am not stepping on anyone's toes :-) Kind regards (this is my very first FreeBSD posting :-) Volker To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 8: 3:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-208-191-227-84.dsl.crchtx.swbell.net [208.191.227.84]) by hub.freebsd.org (Postfix) with ESMTP id A244537B400 for ; Thu, 21 Mar 2002 08:03:16 -0800 (PST) Received: from SAGEONE (sageone [192.168.0.5]) by sage-one.net (8.11.6/8.11.6) with SMTP id g2LG3DQ30976; Thu, 21 Mar 2002 10:03:13 -0600 (CST) (envelope-from admin@sage-one.net) Message-Id: <3.0.5.32.20020321100255.011ed5f0@mail.sage-one.net> X-Sender: admin@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 21 Mar 2002 10:02:55 -0600 To: "James A. Peltier" From: Server Admin Subject: Re: Mail Autoreply Tool Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <1016658968.4712.4.camel@agent-orange.int.site-fx.net> References: <3.0.5.32.20020319202527.011ca300@mail.sage-one.net> <3.0.5.32.20020319202527.011ca300@mail.sage-one.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well, I've got it setup but still wish 'autoreply' was available for FBSD. Really easy to configure without messing with some other mail programs/clients... guess it is not complied for FBSD. Can't even find out where BSDi got the 'autoreply' program... guess years of use spoils one. At 01:16 PM 3.20.2002 -0800, James A. Peltier wrote: >you could use vacation as an autoresponder. It's what I do. Or you >could setup a filter in your mail program to automatically send out an >e-mail for each you recieve based on rules. > >- James > >On Tue, 2002-03-19 at 18:25, Server Admin wrote: >> Under a BSDi sytem, I have a program called "autoreply" to autorespond to >> emails, but what is a comparable program for FBSD...?? >> >> Under ports, the closest was this for "qmail" but I don't use qmail: >> port: autorespond-2.0.2 >> Path: /usr/ports/mail/autorespond >> Info: Simple autoresponder for qmail >> >> Another is "mailagent" but that sounds like an MTA: >> Port: mailagent-3.0.73 >> Path: /usr/ports/mail/mailagent >> Info: A sophisticated automatic mail-processing tool >> >> This has got to be an easy question, I just don't know the answer, nor has >> google helped. >> >> Thanks anyone.... >> >> .... our website: http://www.sage-one.net/ >> >> Best regards, >> >> Jack L. Stone >> Server Admin >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message > > > > .... our website: http://www.sage-one.net/ Best regards, Jack L. Stone Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 8:13:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id A299D37B41A for ; Thu, 21 Mar 2002 08:12:41 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id 5BC89901A00; Thu, 21 Mar 2002 11:11:21 -0500 (EST) Date: Thu, 21 Mar 2002 11:11:21 -0500 From: mpd To: Server Admin Cc: "James A. Peltier" , freebsd-questions@FreeBSD.ORG Subject: Re: Mail Autoreply Tool Message-ID: <20020321111121.A40067@rochester.rr.com> References: <3.0.5.32.20020319202527.011ca300@mail.sage-one.net> <3.0.5.32.20020319202527.011ca300@mail.sage-one.net> <1016658968.4712.4.camel@agent-orange.int.site-fx.net> <3.0.5.32.20020321100255.011ed5f0@mail.sage-one.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3.0.5.32.20020321100255.011ed5f0@mail.sage-one.net>; from admin@sage-one.net on Thu, Mar 21, 2002 at 10:02:55AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Mar 21, 2002 at 10:02:55AM -0600, Server Admin wrote: > Well, I've got it setup but still wish 'autoreply' was available for FBSD. > Really easy to configure without messing with some other mail > programs/clients... guess it is not complied for FBSD. Can't even find out > where BSDi got the 'autoreply' program... guess years of use spoils one. Did you see this? http://www.nemeton.com.au/sw/autoreply/ First thing that came up on google using "autoreply freebsd" (minus quotes) as the search term. mike > > At 01:16 PM 3.20.2002 -0800, James A. Peltier wrote: > >you could use vacation as an autoresponder. It's what I do. Or you > >could setup a filter in your mail program to automatically send out an > >e-mail for each you recieve based on rules. > > > >- James > > > >On Tue, 2002-03-19 at 18:25, Server Admin wrote: > >> Under a BSDi sytem, I have a program called "autoreply" to autorespond to > >> emails, but what is a comparable program for FBSD...?? > >> > >> Under ports, the closest was this for "qmail" but I don't use qmail: > >> port: autorespond-2.0.2 > >> Path: /usr/ports/mail/autorespond > >> Info: Simple autoresponder for qmail > >> > >> Another is "mailagent" but that sounds like an MTA: > >> Port: mailagent-3.0.73 > >> Path: /usr/ports/mail/mailagent > >> Info: A sophisticated automatic mail-processing tool > >> > >> This has got to be an easy question, I just don't know the answer, nor has > >> google helped. > >> > >> Thanks anyone.... > >> > >> .... our website: http://www.sage-one.net/ > >> > >> Best regards, > >> > >> Jack L. Stone > >> Server Admin > >> > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > .... our website: http://www.sage-one.net/ > > Best regards, > > Jack L. Stone > Server Admin > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ___________________________________________________________ "EVERY MORNING, I PRACTICE KUNG FU!" - Pokey the Penguin from "SOME KIND OF MACHINE" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 8:17: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by hub.freebsd.org (Postfix) with ESMTP id EA5B437B404; Thu, 21 Mar 2002 08:17:01 -0800 (PST) Received: from localhost (marck@localhost) by woozle.rinet.ru (8.11.6/8.11.6) with ESMTP id g2LGGY172652; Thu, 21 Mar 2002 19:16:34 +0300 (MSK) (envelope-from marck@rinet.ru) Date: Thu, 21 Mar 2002 19:16:34 +0300 (MSK) From: Dmitry Morozovsky To: David Greenman Cc: "Brian T.Schellenberger" , Matthew Dillon , "Steve O'Hara-Smith" , , , , Subject: Re: Problems with large disk. (> 1 TB) In-Reply-To: <20020321071754.D96231@nexus.root.com> Message-ID: <20020321191258.J64325-100000@woozle.rinet.ru> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 21 Mar 2002, David Greenman wrote: DG> >No, this has been mentioned multiple times in this thread: DG> > DG> > slices won't help. If the disk is > 1TB, then you can't slice it, dice it, DG> > or do anything else with it. You just can't use it with FreeBSD, period. DG> > DG> >However, from what I gather here, if you concatenated separate physical disks DG> >to make a single logical disk, and if each file system used large block DG> >sizes, that *might* work. DG> DG> Nope. Neither the physical nor logical disk can be greater than 1TB. Using DG> Vinum or ccd is not a work-around for this problem. Now, *if* you had a DG> hardware RAID system that could present it's storage to the host as multiple DG> LUNs that were each < 1TB (each one showing up as seperate physical disk DG> devices), then you could use it with FreeBSD, but that's not what has been DG> discussed here. Not that exactly, maybe I'd not clear enough... Suppose you have bunch of currently available 160G disks. AFAICC we *can* split eacho of them into 2 partitions of 80G each, and then stripe/RAID5 these into two 560G (thus allowed) RAID5 vinum. Or did I miss something? Sincerely, D.Marck [DM5020, DM268-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 8:26: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.uninterruptible.net (ns1.uninterruptible.net [216.7.46.11]) by hub.freebsd.org (Postfix) with ESMTP id 5985537B400 for ; Thu, 21 Mar 2002 08:25:55 -0800 (PST) Received: from Spaz.Catonic.NET (tnt6-216-180-5-178.dialup.HiWAAY.net [216.180.5.178]) by mail.uninterruptible.net (Postfix) with ESMTP id 6C20B50284 for ; Thu, 21 Mar 2002 16:25:54 +0000 (GMT) Received: by Spaz.Catonic.NET (Postfix, from userid 1002) id EED7A3346; Thu, 21 Mar 2002 16:25:52 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by Spaz.Catonic.NET (Postfix) with ESMTP id EA2574C49 for ; Thu, 21 Mar 2002 16:25:52 +0000 (GMT) Date: Thu, 21 Mar 2002 16:25:52 +0000 (GMT) From: Kris Kirby To: Subject: Vinum, "stale" disk. Message-ID: X-Tech-Support-Email: bofh@catonic.net Organization: Non Illegitemus Carborundum Inc. X-Disclaimer: My opinions are not those of my employer(s). X-Driving-The-Information-Superhighway-Joke: Asleep at the wheel. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG # vinum l 3 drives: D a State: up Device /dev/ad1s1e Avail: 1/19469 MB (0%) D b State: up Device /dev/ad2s1e Avail: 1/19469 MB (0%) D c State: up Device /dev/ad3s1e Avail: 1/19469 MB (0%) 1 volumes: V raid0 State: up Plexes: 1 Size: 38 GB 1 plexes: P raid0.p0 R5 State: degraded Subdisks: 3 Size: 38 GB 3 subdisks: S raid0.p0.s0 State: up PO: 0 B Size: 19 GB S raid0.p0.s1 State: stale PO: 273 kB Size: 19 GB S raid0.p0.s2 State: up PO: 546 kB Size: 19 GB #uname -a FreeBSD kickme.huntsvilleal.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri May 4 02:14:02 GMT 2001 root@kickme.huntsvilleal.com:/usr/src/sys/compile/TUCOWS i386 How can I force vinum to update drive .s1 without comprimising the integrety of the data on the other two drives? -- Kris Kirby, KE4AHR | TGIFreeBSD... 'Nuff said. | IM: KrisBSD | HSV, AL. ------------------------------------------------------- "Fate, it seems, is not without a sense of irony." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 8:33:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-208-191-227-84.dsl.crchtx.swbell.net [208.191.227.84]) by hub.freebsd.org (Postfix) with ESMTP id 4335737B400 for ; Thu, 21 Mar 2002 08:33:14 -0800 (PST) Received: from SAGEONE (sageone [192.168.0.5]) by sage-one.net (8.11.6/8.11.6) with SMTP id g2LGX2Q31125; Thu, 21 Mar 2002 10:33:02 -0600 (CST) (envelope-from admin@sage-one.net) Message-Id: <3.0.5.32.20020321103300.011ed5f0@mail.sage-one.net> X-Sender: admin@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 21 Mar 2002 10:33:00 -0600 To: mpd From: Server Admin Subject: Re: Mail Autoreply Tool Cc: "James A. Peltier" , freebsd-questions@FreeBSD.ORG In-Reply-To: <20020321111121.A40067@rochester.rr.com> References: <3.0.5.32.20020321100255.011ed5f0@mail.sage-one.net> <3.0.5.32.20020319202527.011ca300@mail.sage-one.net> <3.0.5.32.20020319202527.011ca300@mail.sage-one.net> <1016658968.4712.4.camel@agent-orange.int.site-fx.net> <3.0.5.32.20020321100255.011ed5f0@mail.sage-one.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Good grief!! There must be something wrong with my 'google". I used 'autoreply' and other similar keywords several time and all I got was a bunch of Virtual Server hosts that use the program....but not the program! Many thanks!!! At 11:11 AM 3.21.2002 -0500, mpd wrote: >On Thu, Mar 21, 2002 at 10:02:55AM -0600, Server Admin wrote: >> Well, I've got it setup but still wish 'autoreply' was available for FBSD. >> Really easy to configure without messing with some other mail >> programs/clients... guess it is not complied for FBSD. Can't even find out >> where BSDi got the 'autoreply' program... guess years of use spoils one. > >Did you see this? > >http://www.nemeton.com.au/sw/autoreply/ > >First thing that came up on google using "autoreply freebsd" (minus >quotes) as the search term. > > >mike > >> >> At 01:16 PM 3.20.2002 -0800, James A. Peltier wrote: >> >you could use vacation as an autoresponder. It's what I do. Or you >> >could setup a filter in your mail program to automatically send out an >> >e-mail for each you recieve based on rules. >> > >> >- James >> > >> >On Tue, 2002-03-19 at 18:25, Server Admin wrote: >> >> Under a BSDi sytem, I have a program called "autoreply" to autorespond to >> >> emails, but what is a comparable program for FBSD...?? >> >> >> >> Under ports, the closest was this for "qmail" but I don't use qmail: >> >> port: autorespond-2.0.2 >> >> Path: /usr/ports/mail/autorespond >> >> Info: Simple autoresponder for qmail >> >> >> >> Another is "mailagent" but that sounds like an MTA: >> >> Port: mailagent-3.0.73 >> >> Path: /usr/ports/mail/mailagent >> >> Info: A sophisticated automatic mail-processing tool >> >> >> >> This has got to be an easy question, I just don't know the answer, nor has >> >> google helped. >> >> >> >> Thanks anyone.... >> >> >> >> .... our website: http://www.sage-one.net/ >> >> >> >> Best regards, >> >> >> >> Jack L. Stone >> >> Server Admin >> >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> >> with "unsubscribe freebsd-questions" in the body of the message >> > >> > >> > >> > >> >> .... our website: http://www.sage-one.net/ >> >> Best regards, >> >> Jack L. Stone >> Server Admin >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message > >-- >___________________________________________________________ > >"EVERY MORNING, I PRACTICE KUNG FU!" > - Pokey the Penguin from "SOME KIND OF MACHINE" > > .... our website: http://www.sage-one.net/ Best regards, Jack L. Stone Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 8:40:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.firstcallgroup.co.uk (dilbert.firstcallgroup.co.uk [194.200.93.142]) by hub.freebsd.org (Postfix) with ESMTP id ED0A137B417; Thu, 21 Mar 2002 08:40:25 -0800 (PST) Received: from pfrench by mailhost.firstcallgroup.co.uk with local (Exim 3.34 #1) id 16o5bX-0009Y4-00; Thu, 21 Mar 2002 16:39:55 +0000 To: bts@babbleon.org, dg@root.com Subject: Re: Problems with large disk. (> 1 TB) Cc: clash@tasam.com, dillon@apollo.backplane.com, marck@rinet.ru, mrcpu@internetcds.com, questions@FreeBSD.ORG, stable@FreeBSD.ORG, steve@sohara.org In-Reply-To: <20020321071754.D96231@nexus.root.com> Message-Id: From: Pete French Date: Thu, 21 Mar 2002 16:39:55 +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Nope. Neither the physical nor logical disk can be greater than 1TB. Using If the limit is the sector addressing on the deviice then cant you just use a disc which has 1024 bytes per sector ? I have a vague recollection that almost all SCSI discs were formatted this way once upon a time (though the most recent ones I;ve bought have all been 512 I admit - maybe they are aimed at the PC market these days ?) -pcf. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 8:42:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-239.dsl.lsan03.pacbell.net [64.165.226.239]) by hub.freebsd.org (Postfix) with ESMTP id 3759137B417 for ; Thu, 21 Mar 2002 08:42:12 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0BE4C66D82; Thu, 21 Mar 2002 08:42:03 -0800 (PST) Date: Thu, 21 Mar 2002 08:42:02 -0800 From: Kris Kennaway To: Richard Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: where is sys.diff located Message-ID: <20020321084202.A62679@xor.obsecurity.org> References: <200203210733.g2L7XuC02674@sydmail3.telpacific.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="RnlQjJ0d97Da+TV1" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200203210733.g2L7XuC02674@sydmail3.telpacific.com.au>; from guyuan@telpacific.com.au on Thu, Mar 21, 2002 at 06:43:22PM +1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 21, 2002 at 06:43:22PM +1000, Richard wrote: > I am trying to install a software which needs to > rebuild the kernel. I am asked to copy a few files > into the kernel directory.=20 >=20 > There is a file, sys.diff. I don't know where it > should go. >=20 > And ideas? Anywhere you want. It's not a standard FreeBSD file (but it sounds like a patch against the FreeBSD sources). Kris --RnlQjJ0d97Da+TV1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8mg1aWry0BWjoQKURAmJbAKDS2D+wnb6VtmOiGlEWg0UurVfP/gCfQmmA wMXPyvPqHdxj6qObRK9TRbg= =lj7B -----END PGP SIGNATURE----- --RnlQjJ0d97Da+TV1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 8:54: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from glow.binity.net (glow.binity.net [213.84.201.224]) by hub.freebsd.org (Postfix) with ESMTP id 4B2A337B419 for ; Thu, 21 Mar 2002 08:54:00 -0800 (PST) Received: from vscan (glow.dt1.binity.net [172.23.18.1]) by glow.binity.net (Postfix) with ESMTP id D783055AF; Thu, 21 Mar 2002 17:54:02 +0100 (CET) Received: from there (silver.dt1.binity.net [172.23.3.20]) by glow.binity.net (Postfix) with SMTP id 2F4235553; Thu, 21 Mar 2002 17:54:01 +0100 (CET) Content-Type: text/plain; charset="iso-8859-1" From: Walter Hop Message-Id: <200203211749.32712@silver.dt1.binity.net> To: volker.wiegand@t-online.de, FreeBSD Questions Mailing List Subject: Re: Revisited: PCI parallel port adapters Date: Thu, 21 Mar 2002 17:53:48 +0100 X-Mailer: KMail [version 1.3.2] Cc: heinrich.hiemesch@online.de, matthew@starbreaker.net References: <1016726249.3c9a02e98beb3@webmail.t-online.de> In-Reply-To: <1016726249.3c9a02e98beb3@webmail.t-online.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by glow.binity.net (amavis-perl-11-sky2) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [in reply to Volker Wiegand, Thursday 21 March 2002 17:02] > We all seem to have a NetMos based card; they are obviously a major > supplier. Vendor ID is 0x9710; device ID 0x9805 is a common one (see > http://www.netmos.com/Nm9805.pdf for the data sheet of the respective > device). Hi Volker, I have the same Netmos parallel PCI card (vendor=0x9710, dev=0x9805) and just recently migrated from Windows to FreeBSD. I am by no means a kernel hacker but can do some testing if you'd write up a patch, so basically this is a "me too" message. :) thanks! walter -- Walter Hop | +31 6 24290808 | PGP keyid 0x84813998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 9: 7:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl4-t33.citlink.net [207.173.249.33]) by hub.freebsd.org (Postfix) with ESMTP id 43FDE37B400 for ; Thu, 21 Mar 2002 09:07:33 -0800 (PST) Received: from tagalong (unknown [165.107.42.248]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 36EF9EE609 for ; Thu, 21 Mar 2002 09:07:32 -0800 (PST) Message-ID: <011c01c1d0fa$e3b2ecc0$f82a6ba5@lc.ca.gov> From: "Drew Tomlinson" To: Subject: Problems Building XFree84-4 Port Date: Thu, 21 Mar 2002 09:07:31 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I probably did something dumb and it broke my machine. I used portupgrade in a gnome terminal window to upgrade mozilla. Because I used -rR, portupgrade attempted to upgrade XFree86-4.1 to 4.2. I'm not sure what exactly happened but now I don't have any version of XFree86-4 on my machine. Can someone confirm that X should not be upgraded while running? Or was I just unlucky? Anyway, so now I need X. I closed gnome and X, then attempted to use portupgrade to install XFree86-4 port but it bombs when trying to build XFree86-4-font100dpi. Here is the relevant output: ===> XFree86-4.2.0_1,1 depends on file: /usr/X11R6/lib/X11/fonts/100dpi/UTBI__10-ISO8859-1.pcf.gz - not found ===> Verifying reinstall for /usr/X11R6/lib/X11/fonts/100dpi/UTBI__10-ISO8859-1.pcf.gz in /usr/ports/x11-fonts/XFree86-4-font100dpi ===> Extracting for XFree86-font100dpi-4.2.0 >> Checksum OK for xc/X420src-2.tgz. ===> XFree86-font100dpi-4.2.0 depends on executable: mkfontdir - found ===> XFree86-font100dpi-4.2.0 depends on executable: imake - found ===> XFree86-font100dpi-4.2.0 depends on shared library: X11.6 - found ===> Patching for XFree86-font100dpi-4.2.0 ===> Configuring for XFree86-font100dpi-4.2.0 (cd /usr/ports/x11-fonts/XFree86-4-font100dpi/work/xc/fonts/encodings && imake -DUseInstalled -DProjectRoot=/usr/X11R6 -I/usr/X11R6/lib/X11/confi g -DTOPDIR=../../.. -DCURDIR=.; make Makefiles ; make includes ; make depend) making Makefiles in large... including in ./large... depending in ./large... (cd /usr/ports/x11-fonts/XFree86-4-font100dpi/work/xc/fonts/bdf/100dpi && imake -DUseInstalled -DProjectRoot=/usr/X11R6 -I/usr/X11R6/lib/X11/confi g -DTOPDIR=../../.. -DCURDIR=.; make Makefiles ; make includes ; make depend) make: don't know how to make /usr/X11R6/bin/ucs2any.pl. Stop *** Error code 2 I have cvsupped my ports tree and tried going specifically to the directory and running make install but continue to get the same error. Any ideas on how to get this to build? Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 9:15:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id 91ACC37B417 for ; Thu, 21 Mar 2002 09:15:43 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id B5775901A00; Thu, 21 Mar 2002 12:14:17 -0500 (EST) Date: Thu, 21 Mar 2002 12:14:17 -0500 From: mpd To: Drew Tomlinson Cc: questions@freebsd.org Subject: Re: Problems Building XFree84-4 Port Message-ID: <20020321121417.A40371@rochester.rr.com> References: <011c01c1d0fa$e3b2ecc0$f82a6ba5@lc.ca.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <011c01c1d0fa$e3b2ecc0$f82a6ba5@lc.ca.gov>; from drew@mykitchentable.net on Thu, Mar 21, 2002 at 09:07:31AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Mar 21, 2002 at 09:07:31AM -0800, Drew Tomlinson wrote: > I probably did something dumb and it broke my machine. I used > portupgrade in a gnome terminal window to upgrade mozilla. Because I > used -rR, portupgrade attempted to upgrade XFree86-4.1 to 4.2. I'm not > sure what exactly happened but now I don't have any version of XFree86-4 > on my machine. Can someone confirm that X should not be upgraded while > running? Or was I just unlucky? > > Anyway, so now I need X. I closed gnome and X, then attempted to use > portupgrade to install XFree86-4 port but it bombs when trying to build > XFree86-4-font100dpi. Here is the relevant output: > > ===> XFree86-4.2.0_1,1 depends on file: > /usr/X11R6/lib/X11/fonts/100dpi/UTBI__10-ISO8859-1.pcf.gz - not found > ===> Verifying reinstall for > /usr/X11R6/lib/X11/fonts/100dpi/UTBI__10-ISO8859-1.pcf.gz in > /usr/ports/x11-fonts/XFree86-4-font100dpi > ===> Extracting for XFree86-font100dpi-4.2.0 > >> Checksum OK for xc/X420src-2.tgz. > ===> XFree86-font100dpi-4.2.0 depends on executable: mkfontdir - found > ===> XFree86-font100dpi-4.2.0 depends on executable: imake - found > ===> XFree86-font100dpi-4.2.0 depends on shared library: X11.6 - found > ===> Patching for XFree86-font100dpi-4.2.0 > ===> Configuring for XFree86-font100dpi-4.2.0 > (cd /usr/ports/x11-fonts/XFree86-4-font100dpi/work/xc/fonts/encodings && > imake -DUseInstalled -DProjectRoot=/usr/X11R6 -I/usr/X11R6/lib/X11/confi > g -DTOPDIR=../../.. -DCURDIR=.; make Makefiles ; make includes ; > make depend) > making Makefiles in large... > including in ./large... > depending in ./large... > (cd /usr/ports/x11-fonts/XFree86-4-font100dpi/work/xc/fonts/bdf/100dpi > && > > imake -DUseInstalled -DProjectRoot=/usr/X11R6 -I/usr/X11R6/lib/X11/confi > g -DTOPDIR=../../.. -DCURDIR=.; make Makefiles ; make includes ; > make depend) > make: don't know how to make /usr/X11R6/bin/ucs2any.pl. Stop > *** Error code 2 > > I have cvsupped my ports tree and tried going specifically to the > directory and running make install but continue to get the same error. > Any ideas on how to get this to build? Yes. Build the XFree86-4-clients port first. Doing a portupgrade or make install or whatever in /usr/ports/x11/XFree86-4 does not work. There are a few dependencies (such as this) that aren't handled. Doing each component by hand works fine. > > Thanks, > > Drew > > mike -- ___________________________________________________________ "POKEY HEADCHEESE HAS DISAPPEARED FOR NO REASON AT ALL!!!!" - Little Girl from "HEADCHEESE AND THE CHAMOIS" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 9:16:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 1C67537B404; Thu, 21 Mar 2002 09:16:06 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id g2LHFeo21349; Thu, 21 Mar 2002 09:15:40 -0800 (PST) (envelope-from dillon) Date: Thu, 21 Mar 2002 09:15:40 -0800 (PST) From: Matthew Dillon Message-Id: <200203211715.g2LHFeo21349@apollo.backplane.com> To: Dmitry Morozovsky Cc: David Greenman , "Brian T.Schellenberger" , "Steve O'Hara-Smith" , , , , Subject: Re: Problems with large disk. (> 1 TB) References: <20020321191258.J64325-100000@woozle.rinet.ru> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :Not that exactly, maybe I'd not clear enough... : :Suppose you have bunch of currently available 160G disks. AFAICC we *can* :split eacho of them into 2 partitions of 80G each, and then stripe/RAID5 :these into two 560G (thus allowed) RAID5 vinum. Or did I miss something? : : :Sincerely, :D.Marck [DM5020, DM268-RIPE, DM3-RIPN] :------------------------------------------------------------------------ :*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** :------------------------------------------------------------------------ You can certainly create a RAID system that exceeds 1TB in physical disk storage, just as long as the *logical* storage does not exceed 1TB. So, for example, you could 2TB worth of disks to create a 1TB logical disk. Or, for example, you could take 12 160G disks, split each one into two 80G partitions (say 'd' and 'e'), and the RAID-5 all the 'd' partitions together into a 800G logical drive and RAID-5 all the 'e' partitions together into another 800G logical drive. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 9:48:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.simrad.no (mail.simrad.no [193.69.73.2]) by hub.freebsd.org (Postfix) with ESMTP id 0015937B417 for ; Thu, 21 Mar 2002 09:48:19 -0800 (PST) To: freebsd-questions@freebsd.org Subject: hostname or apache problem? MIME-Version: 1.0 X-Mailer: Lotus Notes Build M11_11052001 Beta 4 November 05, 2001 Message-ID: From: chip.wiegand@simrad.com Date: Thu, 21 Mar 2002 09:48:20 -0800 X-MIMETrack: Serialize by Router on S_INET01/S_EXT(Release 5.0.6a |January 17, 2001) at 21.03.2002 18:48:25, Serialize complete at 21.03.2002 18:48:25 Content-Type: multipart/alternative; boundary="=_alternative 0061D48088256B83_=" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multipart message in MIME format. --=_alternative 0061D48088256B83_= Content-Type: text/plain; charset="US-ASCII" I installed, from source, apache-1.3.23. I should be able to test that it works changing httpd.conf.default to httpd.conf and starting apachectl start. But when I do I get the following error in my log: mod_unique_id: unable to get host by name("cwiegand2") hostname shows cwiegand2 I tried changing the directive ServerName to 127.0.0.1 and get the same error as above. Where is it getting my hostname if it doesn't even appear in the httpd.conf file? I have installed apache (older versions) at least 6 times and this is the first time I have come across this error. Thanks for the help, Regards, -- Chip Wiegand Computer Services Simrad, Inc www.simrad.com chip.wiegand@simrad.com "There is no reason anyone would want a computer in their home." --Ken Olson, president, chairman and founder of Digital Equipment Corporation, 1977 (They why do I have 7? Somebody help me!) --=_alternative 0061D48088256B83_= Content-Type: text/html; charset="US-ASCII"
I installed, from source, apache-1.3.23. I should be able to test that it works changing
httpd.conf.default to httpd.conf and starting apachectl start. But when I do I get the
following error in my log:
mod_unique_id: unable to get host by name("cwiegand2")
hostname shows cwiegand2
I tried changing the directive ServerName to 127.0.0.1 and get the same error as above.
Where is it getting my hostname if it doesn't even appear in the httpd.conf file? I have
installed apache (older versions) at least 6 times and this is the first time I have come
across this error.
Thanks for the help,

Regards,
--
Chip Wiegand
Computer Services
Simrad, Inc
www.simrad.com
chip.wiegand@simrad.com

"There is no reason anyone would want a computer in their home."
    --Ken Olson, president, chairman and founder of Digital Equipment Corporation, 1977
(They why do I have 7? Somebody help me!)
--=_alternative 0061D48088256B83_=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 10: 2:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp4.poczta.onet.pl (smtp4.poczta.onet.pl [213.180.130.28]) by hub.freebsd.org (Postfix) with ESMTP id 9D97337B41A for ; Thu, 21 Mar 2002 10:02:39 -0800 (PST) Received: from pb130.rzeszow.cvx.ppp.tpnet.pl ([213.77.227.130]:6404 "HELO marek2eaidk18e") by ps4.test.onet.pl with SMTP id ; Thu, 21 Mar 2002 19:02:23 +0100 From: "Marek" To: Subject: About TICK_SCALE Date: Thu, 21 Mar 2002 18:58:56 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" 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 V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry for my English. It's not my native language. Is in the FreeBSD kernel an option similar to TICK_SCALE in Linux kernel in linux/kernel/sched.c ? or better a sysctl variable which does the same? uname -a output: FreeBSD localhost 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 -- Okresl Swoje potrzeby - my znajdziemy oferte za Ciebie! [ http://oferty.onet.pl ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 10: 8: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fep01-mail.bloor.is.net.cable.rogers.com (fep01-mail.bloor.is.net.cable.rogers.com [66.185.86.71]) by hub.freebsd.org (Postfix) with ESMTP id DEB7E37B41A for ; Thu, 21 Mar 2002 10:07:52 -0800 (PST) Received: from netscape.com ([24.102.192.166]) by fep01-mail.bloor.is.net.cable.rogers.com (InterMail vM.5.01.04.06 201-253-122-122-106-20020109) with ESMTP id <20020321180751.DAYQ6749.fep01-mail.bloor.is.net.cable.rogers.com@netscape.com> for ; Thu, 21 Mar 2002 13:07:51 -0500 Message-ID: <3C9A21B3.783243C4@netscape.com> Date: Thu, 21 Mar 2002 13:08:51 -0500 From: jmoooo0 X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: HELP - please Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH PLAIN at fep01-mail.bloor.is.net.cable.rogers.com from [24.102.192.166] using ID at Thu, 21 Mar 2002 13:07:51 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am a newbie, and downloaded freebsd from the ftp site, the stable version is so huge that I can't burn it into one CD. Question is, how do I divide it into several Cd before install it to my PC? Zillions thanks in Adv. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 10:14:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-208-191-227-84.dsl.crchtx.swbell.net [208.191.227.84]) by hub.freebsd.org (Postfix) with ESMTP id 5FB2837B404 for ; Thu, 21 Mar 2002 10:14:36 -0800 (PST) Received: from SAGEONE (sageone [192.168.0.5]) by sage-one.net (8.11.6/8.11.6) with SMTP id g2LIEVQ31827; Thu, 21 Mar 2002 12:14:32 -0600 (CST) (envelope-from admin@sage-one.net) Message-Id: <3.0.5.32.20020321121430.011ed5f0@mail.sage-one.net> X-Sender: admin@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 21 Mar 2002 12:14:30 -0600 To: jmoooo0 , freebsd-questions@FreeBSD.ORG From: Server Admin Subject: Re: HELP - please In-Reply-To: <3C9A21B3.783243C4@netscape.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You need a copy of the install ISO bootable image that fits a CD-ROM. Look here and find a site/version of choice. http://www.freebsdmirrors.org/FBSDsites.php3?showi386ISO=do At 01:08 PM 3.21.2002 -0500, jmoooo0 wrote: >I am a newbie, and downloaded freebsd from the ftp site, the stable >version is so huge that I can't burn it into one CD. Question is, how do >I divide it into several Cd before install it to my PC? > > >Zillions thanks in Adv. > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > .... our website: http://www.sage-one.net/ Best regards, Jack L. Stone Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 10:17: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from z469-033-051.raab-heim.uni-linz.ac.at (z469-033-051.Raab-Heim.Uni-Linz.AC.AT [193.171.33.51]) by hub.freebsd.org (Postfix) with SMTP id A18A237B417 for ; Thu, 21 Mar 2002 10:17:02 -0800 (PST) Received: (qmail 50563 invoked by uid 1000); 21 Mar 2002 18:17:00 -0000 Date: Thu, 21 Mar 2002 19:16:59 +0100 From: Bernhard Aichinger To: Drew Tomlinson Cc: questions@freebsd.org Subject: Re: Problems Building XFree84-4 Port Message-ID: <20020321191659.A50547@z469-033-051.Raab-Heim.Uni-Linz> References: <011c01c1d0fa$e3b2ecc0$f82a6ba5@lc.ca.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <011c01c1d0fa$e3b2ecc0$f82a6ba5@lc.ca.gov>; from drew@mykitchentable.net on Thu, Mar 21, 2002 at 09:07:31AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Mar 21, 2002 at 09:07:31AM -0800, Drew Tomlinson wrote: > make: don't know how to make /usr/X11R6/bin/ucs2any.pl. Stop I had the same problme! Install the various XFree86-4 packages one after the another. Try this order (or a slightly different one): XFree86-4-documents XFree86-4-libraries XFree86-4-clients XFree86-4-manuals XFree86-4 If I remember rightly, XFree86-4-documents should already be installed. I don't know if you realy need XFree86-4-manuals, but I installed it as a precaution. And don't forget to install XFree86-4 at the end! Bernhard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 10:21:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl4-t33.citlink.net [207.173.249.33]) by hub.freebsd.org (Postfix) with ESMTP id 1D9B037B417 for ; Thu, 21 Mar 2002 10:21:12 -0800 (PST) Received: from tagalong (unknown [165.107.42.248]) by blacklamb.mykitchentable.net (Postfix) with SMTP id DC543EE609; Thu, 21 Mar 2002 10:21:10 -0800 (PST) Message-ID: <016101c1d105$2d6e75a0$f82a6ba5@lc.ca.gov> From: "Drew Tomlinson" To: "mpd" Cc: References: <011c01c1d0fa$e3b2ecc0$f82a6ba5@lc.ca.gov> <20020321121417.A40371@rochester.rr.com> Subject: Re: Problems Building XFree84-4 Port Date: Thu, 21 Mar 2002 10:21:10 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "mpd" To: "Drew Tomlinson" Cc: Sent: Thursday, March 21, 2002 9:14 AM Subject: Re: Problems Building XFree84-4 Port > On Thu, Mar 21, 2002 at 09:07:31AM -0800, Drew Tomlinson wrote: > > I probably did something dumb and it broke my machine. I used > > portupgrade in a gnome terminal window to upgrade mozilla. Because I > > used -rR, portupgrade attempted to upgrade XFree86-4.1 to 4.2. I'm not > > sure what exactly happened but now I don't have any version of XFree86-4 > > on my machine. Can someone confirm that X should not be upgraded while > > running? Or was I just unlucky? > > > > Anyway, so now I need X. I closed gnome and X, then attempted to use > > portupgrade to install XFree86-4 port but it bombs when trying to build > > XFree86-4-font100dpi. Here is the relevant output: > > > > ===> XFree86-4.2.0_1,1 depends on file: > > /usr/X11R6/lib/X11/fonts/100dpi/UTBI__10-ISO8859-1.pcf.gz - not found > > ===> Verifying reinstall for > > /usr/X11R6/lib/X11/fonts/100dpi/UTBI__10-ISO8859-1.pcf.gz in > > /usr/ports/x11-fonts/XFree86-4-font100dpi > > ===> Extracting for XFree86-font100dpi-4.2.0 > > >> Checksum OK for xc/X420src-2.tgz. > > ===> XFree86-font100dpi-4.2.0 depends on executable: mkfontdir - found > > ===> XFree86-font100dpi-4.2.0 depends on executable: imake - found > > ===> XFree86-font100dpi-4.2.0 depends on shared library: X11.6 - found > > ===> Patching for XFree86-font100dpi-4.2.0 > > ===> Configuring for XFree86-font100dpi-4.2.0 > > (cd /usr/ports/x11-fonts/XFree86-4-font100dpi/work/xc/fonts/encodings && > > imake -DUseInstalled -DProjectRoot=/usr/X11R6 -I/usr/X11R6/lib/X11/confi > > g -DTOPDIR=../../.. -DCURDIR=.; make Makefiles ; make includes ; > > make depend) > > making Makefiles in large... > > including in ./large... > > depending in ./large... > > (cd /usr/ports/x11-fonts/XFree86-4-font100dpi/work/xc/fonts/bdf/100dpi > > && > > > > imake -DUseInstalled -DProjectRoot=/usr/X11R6 -I/usr/X11R6/lib/X11/confi > > g -DTOPDIR=../../.. -DCURDIR=.; make Makefiles ; make includes ; > > make depend) > > make: don't know how to make /usr/X11R6/bin/ucs2any.pl. Stop > > *** Error code 2 > > > > I have cvsupped my ports tree and tried going specifically to the > > directory and running make install but continue to get the same error. > > Any ideas on how to get this to build? > > Yes. Build the XFree86-4-clients port first. Doing a portupgrade or > make install or whatever in /usr/ports/x11/XFree86-4 does not work. > There are a few dependencies (such as this) that aren't handled. I tried the XFree86-4-clients port as you suggested. This one died here: LD_LIBRARY_PATH=../../exports/lib cc -o glxinfo -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith -L../../e xports/lib glxinfo.o -lGLU -lGL -lXext -lX11 -L/usr/X11R6/lib -pthread -lm -Wl,-r path,/usr/X11R6/lib /usr/libexec/elf/ld: cannot find -lGLU *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/glxinfo. *** Error code 1 > Doing each component by hand works fine. If I try each by hand, what order would I do them in? Does it matter? Thanks for your help! Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 10:22:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chivas.oneill.dhs.org (chivas.oneill.dhs.org [65.65.85.161]) by hub.freebsd.org (Postfix) with ESMTP id 6BD9337B400 for ; Thu, 21 Mar 2002 10:22:41 -0800 (PST) Received: from v812r.seanoneill.info (dhcp1.NONROUTABLE [192.168.2.1]) by chivas.oneill.dhs.org (Postfix) with ESMTP id 09105767D for ; Thu, 21 Mar 2002 12:22:36 -0600 (CST) Message-Id: <5.1.0.14.0.20020321121116.00aba140@postoffice.swbell.net> X-Sender: swoneill@postoffice.swbell.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 21 Mar 2002 12:22:18 -0600 To: freebsd-questions@freebsd.org From: Sean O'Neill Subject: Still a little green on cvsup - question on security updates Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG First, I'm running FreeBSD 4.5R. I've read in a couple of places something about security updates come from a different "source" in relation to cvsup. My cvsup is working fine right now for what I'm doing - I think. So my question is is this "reading" confusing me? Am I getting EVERYTHING for 4.5R e.g. bug updates, enhancements, and security updates ? I have a script the does my updates (and building and installing and portdb cleaning and all that) using "make update" in /usr/src. My cvs-supfile looks like this: #*default host=cvsup1.FreeBSD.org #*default host=cvsup3.FreeBSD.org *default host=cvsup5.FreeBSD.org #*default host=cvsup6.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs *default tag=RELENG_4_5_0_RELEASE *default delete use-rel-suffix *default compress src-all ports-all tag=. doc-all tag=. -- ........................................................ ......... ..- -. .. -..- .-. ..- .-.. . ... ............ .-- .. -. -... .-.. --- .-- ... -.. .-. --- --- .-.. ... Sean O'Neill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 10:28: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-208-191-227-84.dsl.crchtx.swbell.net [208.191.227.84]) by hub.freebsd.org (Postfix) with ESMTP id 56E3A37B400 for ; Thu, 21 Mar 2002 10:27:55 -0800 (PST) Received: from SAGEONE (sageone [192.168.0.5]) by sage-one.net (8.11.6/8.11.6) with SMTP id g2LIRqQ31936; Thu, 21 Mar 2002 12:27:52 -0600 (CST) (envelope-from admin@sage-one.net) Message-Id: <3.0.5.32.20020321122750.011ed5f0@mail.sage-one.net> X-Sender: admin@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 21 Mar 2002 12:27:50 -0600 To: "James A. Peltier" From: Server Admin Subject: Re: Mail Autoreply Tool Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <3.0.5.32.20020321100255.011ed5f0@mail.sage-one.net> References: <1016658968.4712.4.camel@agent-orange.int.site-fx.net> <3.0.5.32.20020319202527.011ca300@mail.sage-one.net> <3.0.5.32.20020319202527.011ca300@mail.sage-one.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well, once I found a way around the vacation 'interval' limits by using a cron job to run every 5 minutes to clear out the database, I now like "vacation" even better than autoreply... for order confirmations. Much obliged for the help.... At 10:02 AM 3.21.2002 -0600, Server Admin wrote: >Well, I've got it setup but still wish 'autoreply' was available for FBSD. >Really easy to configure without messing with some other mail >programs/clients... guess it is not complied for FBSD. Can't even find out >where BSDi got the 'autoreply' program... guess years of use spoils one. > >At 01:16 PM 3.20.2002 -0800, James A. Peltier wrote: >>you could use vacation as an autoresponder. It's what I do. Or you >>could setup a filter in your mail program to automatically send out an >>e-mail for each you recieve based on rules. >> >>- James >> >>On Tue, 2002-03-19 at 18:25, Server Admin wrote: >>> Under a BSDi sytem, I have a program called "autoreply" to autorespond to >>> emails, but what is a comparable program for FBSD...?? >>> >>> Under ports, the closest was this for "qmail" but I don't use qmail: >>> port: autorespond-2.0.2 >>> Path: /usr/ports/mail/autorespond >>> Info: Simple autoresponder for qmail >>> >>> Another is "mailagent" but that sounds like an MTA: >>> Port: mailagent-3.0.73 >>> Path: /usr/ports/mail/mailagent >>> Info: A sophisticated automatic mail-processing tool >>> >>> This has got to be an easy question, I just don't know the answer, nor has >>> google helped. >>> >>> Thanks anyone.... >>> >>> .... our website: http://www.sage-one.net/ >>> >>> Best regards, >>> >>> Jack L. Stone >>> Server Admin >>> >>> To Unsubscribe: send mail to majordomo@FreeBSD.org >>> with "unsubscribe freebsd-questions" in the body of the message >> >> >> >> > >.... our website: http://www.sage-one.net/ > >Best regards, > >Jack L. Stone >Server Admin > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > .... our website: http://www.sage-one.net/ Best regards, Jack L. Stone Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 10:37:17 2002 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 856AD37B400 for ; Thu, 21 Mar 2002 10:37:11 -0800 (PST) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.12.2/8.12.2) with ESMTP id g2LIZkib056202; Thu, 21 Mar 2002 12:37:06 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.2/8.12.2/Submit) id g2LIZjBU056201; Thu, 21 Mar 2002 12:35:45 -0600 (CST) Date: Thu, 21 Mar 2002 12:35:45 -0600 From: Dan Nelson To: Marek Cc: freebsd-questions@FreeBSD.ORG Subject: Re: About TICK_SCALE Message-ID: <20020321183545.GD98076@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Mar 21), Marek said: > Sorry for my English. It's not my native language. > > Is in the FreeBSD kernel an option similar to TICK_SCALE in Linux > kernel in linux/kernel/sched.c ? or better a sysctl variable which > does the same? If you want to be able to control how long a process is allowed to run before being pre-empted, try the sysctl "kern.quantum". The units are microseconds. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 10:37:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from clink.schulte.org (clink.schulte.org [209.134.156.193]) by hub.freebsd.org (Postfix) with ESMTP id 8E99F37B404 for ; Thu, 21 Mar 2002 10:37:47 -0800 (PST) Received: from schulte-laptop.nospam.schulte.org (nb-65.netbriefings.com [209.134.134.65]) by clink.schulte.org (Postfix) with ESMTP id 619CA24435; Thu, 21 Mar 2002 12:37:45 -0600 (CST) Message-Id: <5.1.0.14.0.20020321123144.0356db88@pop3s.schulte.org> X-Sender: (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 21 Mar 2002 12:36:21 -0600 To: Sean O'Neill , freebsd-questions@freebsd.org From: Christopher Schulte Subject: Re: Still a little green on cvsup - question on security updates In-Reply-To: <5.1.0.14.0.20020321121116.00aba140@postoffice.swbell.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 12:22 PM 3/21/2002 -0600, Sean O'Neill wrote: >I've read in a couple of places something about security updates come from >a different "source" in relation to cvsup. My cvsup is working fine right >now for what I'm doing - I think. So my question is is this "reading" >confusing me? Am I getting EVERYTHING for 4.5R e.g. bug updates, >enhancements, and security updates ? RELENG_4_5 is currently 4.5-RELEASE with security fixes applied. No new features. RELENG_4 is known as -STABLE and is where you also see bug fixes and new features, before the next -RELEASE. http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/article.html might explain this a bit better. >-- >........................................................ >......... ..- -. .. -..- .-. ..- .-.. . ... ............ >.-- .. -. -... .-.. --- .-- ... -.. .-. --- --- .-.. ... > >Sean O'Neill -- Christopher Schulte http://www.schulte.org/ Do not un-munge my @nospam.schulte.org email address. This address is valid. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 10:38: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from www.mentorhigh.com (MentorHigh.Mentorschools.org [66.144.76.5]) by hub.freebsd.org (Postfix) with ESMTP id 708F337B419 for ; Thu, 21 Mar 2002 10:37:59 -0800 (PST) Received: from Debug (IDENT:apache@mentorhigh.com [10.61.5.40]) by www.mentorhigh.com (8.11.6/8.9.3) with SMTP id g2LIVsa24112 for ; Thu, 21 Mar 2002 13:31:54 -0500 Message-Id: <200203211831.g2LIVsa24112@www.mentorhigh.com> To: freebsd-questions@freebsd.org From: Subject: User migration problems again... Date: Thu, 21 Mar 102 18:31:54 GMT X-Mailer: Endymion MailMan Professional Edition / MHS Rev 12/18/99 v3.0.18 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I appreciate all the help I have gotten so far. I am trying to move users from a LinuxPPC box to 4.5. I have managed to add entries to the master.passwd file and run the command 'pwd_makedb' ok, but it won't let me do it for the passwd file. It gives me an error on line 3 which is the root line which is the following: root:*:0:0:Charlie &:/root:/usr/local/bin/bash Is there anything wrong with that? Also the passwords don't work either for the users that I have migrated. Is this an encryption problem or am I doin something else wrong? Thanks again- Shaun Newcomer monk@mentorhigh.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 10:39:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 7A83137B400 for ; Thu, 21 Mar 2002 10:39:31 -0800 (PST) Received: (qmail 10898 invoked by uid 100); 21 Mar 2002 18:39:28 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15514.10463.325674.682118@guru.mired.org> Date: Thu, 21 Mar 2002 12:39:27 -0600 To: Server Admin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Mail Autoreply Tool In-Reply-To: <3.0.5.32.20020321122750.011ed5f0@mail.sage-one.net> References: <1016658968.4712.4.camel@agent-orange.int.site-fx.net> <3.0.5.32.20020319202527.011ca300@mail.sage-one.net> <3.0.5.32.20020321122750.011ed5f0@mail.sage-one.net> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [Context lost to top posting.[ In <3.0.5.32.20020321122750.011ed5f0@mail.sage-one.net>, Server Admin typed: > Well, once I found a way around the vacation 'interval' limits by using a > cron job to run every 5 minutes to clear out the database, I now like > "vacation" even better than autoreply... for order confirmations. FYI, I just wrote an autoresponder. It allows you to use a template file to fill in names, addresses, etc. No cron job needed to clean the database. The only downside is that you have to install the TMDA system to use it, as it uses facilities included in that. Then again, TMDA is the best spam reduction system I know of, so installing it may be worthwhile in and of itself. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 10:45:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f53.law8.hotmail.com [216.33.241.53]) by hub.freebsd.org (Postfix) with ESMTP id 68B9537B43F for ; Thu, 21 Mar 2002 10:45:39 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 21 Mar 2002 10:45:39 -0800 Received: from 146.232.65.6 by lw8fd.law8.hotmail.msn.com with HTTP; Thu, 21 Mar 2002 18:45:38 GMT X-Originating-IP: [146.232.65.6] From: "Jan Botha" To: freebsd-questions@freebsd.org Subject: Weird HD error in dmesg Date: Thu, 21 Mar 2002 18:45:38 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 21 Mar 2002 18:45:39.0228 (UTC) FILETIME=[988B15C0:01C1D108] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I get the following 'error' during boot: ad0: 28629MB [58168/16/63] at ata0-master UDMA100 (null): MODE_SENSE_BIG command timeout - resetting ata1: resetting devices .. done After the first of these 3 lines is printed, there is a delay (of nearly 1 or 2 seconds) after which the other 2 lines are displayed. The system boots perfectly and I don't know of anything that's wrong. I'm running FreeBSD 4.3 Release. Any insight as to what this message means will be accepted gratefully :-) Jan _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 10:46:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.macconnect.com (mail.macconnect.com [204.68.168.11]) by hub.freebsd.org (Postfix) with SMTP id D172637B404 for ; Thu, 21 Mar 2002 10:46:40 -0800 (PST) Received: (qmail 96616 invoked by uid 0); 21 Mar 2002 18:52:13 -0000 Received: from unknown (HELO ?10.1.1.100?) (24.47.13.122) by mail.macconnect.com with SMTP; 21 Mar 2002 18:52:13 -0000 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Thu, 21 Mar 2002 13:46:37 -0500 Subject: Favorite Mail App? From: Brendan McAlpine To: Message-ID: Mime-version: 1.0 Content-type: multipart/alternative; boundary="B_3099563198_205811" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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. --B_3099563198_205811 Content-type: text/plain; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable Hey everyone, I=B9m not trying to start a flame war here, but I was wondering if the list could give me some recommendations on a good mail app. I don=B9t have any special requirements, I=B9m just wondering what the majority of people are using. Thanks Brendan --B_3099563198_205811 Content-type: text/html; charset="US-ASCII" Content-transfer-encoding: quoted-printable Favorite Mail App? Hey everyone,

I’m not trying to start a flame war here, but I was wondering if the = list could give me some recommendations on a good mail app.  I don̵= 7;t have any special requirements, I’m just wondering what the majorit= y of people are using.

Thanks

Brendan
--B_3099563198_205811-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 10:47:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id 8990D37B404 for ; Thu, 21 Mar 2002 10:46:48 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id 37377901A1D; Thu, 21 Mar 2002 13:45:28 -0500 (EST) Date: Thu, 21 Mar 2002 13:45:28 -0500 From: mpd To: Drew Tomlinson Cc: questions@freebsd.org Subject: Re: Problems Building XFree84-4 Port Message-ID: <20020321134528.A40962@rochester.rr.com> References: <011c01c1d0fa$e3b2ecc0$f82a6ba5@lc.ca.gov> <20020321121417.A40371@rochester.rr.com> <016101c1d105$2d6e75a0$f82a6ba5@lc.ca.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <016101c1d105$2d6e75a0$f82a6ba5@lc.ca.gov>; from drew@mykitchentable.net on Thu, Mar 21, 2002 at 10:21:10AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Mar 21, 2002 at 10:21:10AM -0800, Drew Tomlinson wrote: > ----- Original Message ----- > From: "mpd" > To: "Drew Tomlinson" > Cc: > Sent: Thursday, March 21, 2002 9:14 AM > Subject: Re: Problems Building XFree84-4 Port > > > > On Thu, Mar 21, 2002 at 09:07:31AM -0800, Drew Tomlinson wrote: > > > > Yes. Build the XFree86-4-clients port first. Doing a portupgrade or > > make install or whatever in /usr/ports/x11/XFree86-4 does not work. > > There are a few dependencies (such as this) that aren't handled. > > I tried the XFree86-4-clients port as you suggested. This one died > here: > > LD_LIBRARY_PATH=../../exports/lib cc -o > glxinfo -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith -L../../e > xports/lib > glxinfo.o -lGLU -lGL -lXext -lX11 -L/usr/X11R6/lib -pthread -lm -Wl,-r > path,/usr/X11R6/lib > /usr/libexec/elf/ld: cannot find -lGLU > *** Error code 1 > > Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/glxinfo. > *** Error code 1 Yet another broken dependency. I had the same one. > > > Doing each component by hand works fine. > > If I try each by hand, what order would I do them in? Does it matter? Yes. If it's out of order, you get the error you have above. GLU is part of XFree86-4-libraries. (I thought you had that installed. That has to be done first.) Once you get the libraries and clients installed, installing the rest is trivial. > > Thanks for your help! > > Drew > mike -- ___________________________________________________________ "OF COURSE NOT, OLD BEAN! NOW, WHO WANTS TO HELP COUNT AND SORT MY NEW MONEY??" - Mr. Nutty from "MR NUTTY AND THE NEW MONEY" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 10:48:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from flounder.jimking.net (flounder.jimking.net [209.205.176.18]) by hub.freebsd.org (Postfix) with ESMTP id 4A36037B400 for ; Thu, 21 Mar 2002 10:48:51 -0800 (PST) Received: from jking (jking.lgc.com [134.132.154.119]) (authenticated) by flounder.jimking.net (8.11.6/8.11.6) with ESMTP id g2LImOs33660; Thu, 21 Mar 2002 12:48:24 -0600 (CST) (envelope-from jim@jimking.net) Message-ID: <007d01c1d108$fbbfa930$779a8486@jking> From: "Jim King" To: "Matthew Dillon" Cc: "David Greenman" , References: <20020321191258.J64325-100000@woozle.rinet.ru> <200203211715.g2LHFeo21349@apollo.backplane.com> Subject: Re: Problems with large disk. (> 1 TB) Date: Thu, 21 Mar 2002 12:48:22 -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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Matthew Dillon" wrote: > Or, for example, you could take 12 160G disks, split each one into > two 80G partitions (say 'd' and 'e'), and the RAID-5 all the 'd' > partitions together into a 800G logical drive and RAID-5 all the > 'e' partitions together into another 800G logical drive. What's the advantage of doing this vs. one 800GB RAID5 volume on 6 of the drives and another 800GB RAID5 volume on the other 6 drives? Or was your example just for illustration? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 10:50:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.happcontrols.com (mail.happcontrols.com [12.15.19.237]) by hub.freebsd.org (Postfix) with ESMTP id BD5BA37B440 for ; Thu, 21 Mar 2002 10:50:01 -0800 (PST) Received: from CONDOR.happcontrols.com (sniper.happcontrols.com [12.15.19.193]) by mail.happcontrols.com (8.12.1/8.12.1) with ESMTP id g2LIkqJm071593; Thu, 21 Mar 2002 12:46:52 -0600 (CST) Message-Id: <5.1.0.14.0.20020321124417.030dc570@mail.happcontrols.com> X-Sender: ben@mail.happcontrols.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 21 Mar 2002 12:46:53 -0600 To: Brendan McAlpine , From: Ben Kadish Subject: Re: Favorite Mail App? In-Reply-To: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=====================_18511227==_.ALT" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=====================_18511227==_.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed If you're looking for a GUI app, I *highly* recommend Evolution. It runs in GNOME, and does everything that Outlook does, plus incorporates Palm sync and GPG support out of the box. It's in the ports collection. Ben At 01:46 PM 3/21/2002 -0500, Brendan McAlpine wrote: >Hey everyone, > >I m not trying to start a flame war here, but I was wondering if the list >could give me some recommendations on a good mail app. I don t have any >special requirements, I m just wondering what the majority of people are using. > >Thanks > >Brendan --=====================_18511227==_.ALT Content-Type: text/html; charset="us-ascii" If you're looking for a GUI app, I *highly* recommend Evolution. It runs in GNOME, and does everything that Outlook does, plus incorporates Palm sync and GPG support out of the box. It's in the ports collection.

Ben

At 01:46 PM 3/21/2002 -0500, Brendan McAlpine wrote:
Hey everyone,

I m not trying to start a flame war here, but I was wondering if the list could give me some recommendations on a good mail app.  I don t have any special requirements, I m just wondering what the majority of people are using.

Thanks

Brendan
--=====================_18511227==_.ALT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 10:51:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-208-191-227-84.dsl.crchtx.swbell.net [208.191.227.84]) by hub.freebsd.org (Postfix) with ESMTP id 4B5CE37B41D for ; Thu, 21 Mar 2002 10:51:08 -0800 (PST) Received: from SAGEONE (sageone [192.168.0.5]) by sage-one.net (8.11.6/8.11.6) with SMTP id g2LIp3Q32114; Thu, 21 Mar 2002 12:51:03 -0600 (CST) (envelope-from admin@sage-one.net) Message-Id: <3.0.5.32.20020321125101.011ed5f0@mail.sage-one.net> X-Sender: admin@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 21 Mar 2002 12:51:01 -0600 To: Mike Meyer From: Server Admin Subject: Re: Mail Autoreply Tool Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <15514.10463.325674.682118@guru.mired.org> References: <3.0.5.32.20020321122750.011ed5f0@mail.sage-one.net> <1016658968.4712.4.camel@agent-orange.int.site-fx.net> <3.0.5.32.20020319202527.011ca300@mail.sage-one.net> <3.0.5.32.20020321122750.011ed5f0@mail.sage-one.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 12:39 PM 3.21.2002 -0600, Mike Meyer wrote: >[Context lost to top posting.[ > >In <3.0.5.32.20020321122750.011ed5f0@mail.sage-one.net>, Server Admin typed: >> Well, once I found a way around the vacation 'interval' limits by using a >> cron job to run every 5 minutes to clear out the database, I now like >> "vacation" even better than autoreply... for order confirmations. > >FYI, I just wrote an autoresponder. It allows you to use a template >file to fill in names, addresses, etc. No cron job needed to clean the >database. > >The only downside is that you have to install the TMDA system to use >it, as it uses facilities included in that. Then again, TMDA is the >best spam reduction system I know of, so installing it may be >worthwhile in and of itself. > > -- >Mike Meyer http://www.mired.org/home/mwm/ >Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. > > Sounds interesting. Can you provide more info or have a URL...??? .... our website: http://www.sage-one.net/ Best regards, Jack L. Stone Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 10:53: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.bcn.isoco.net (ldap.isoco.net [212.9.90.11]) by hub.freebsd.org (Postfix) with ESMTP id 6B03637B400 for ; Thu, 21 Mar 2002 10:53:00 -0800 (PST) Received: from fxn.bcn.isoco.net (fxn.bcn.isoco.net [172.16.1.50]) by smtp.bcn.isoco.net (Postfix) with SMTP id 2353ACD2B5; Thu, 21 Mar 2002 19:52:59 +0100 (CET) From: F.Xavier Noria To: Brendan McAlpine Cc: questions@FreeBSD.ORG Subject: Re: Favorite Mail App? In-Reply-To: References: X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Message-Id: <20020321185259.2353ACD2B5@smtp.bcn.isoco.net> Date: Thu, 21 Mar 2002 19:52:59 +0100 (CET) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 21 Mar 2002 13:46:37 -0500 Brendan McAlpine wrote: : I¹m not trying to start a flame war here, but I was wondering if the list : could give me some recommendations on a good mail app. I don¹t have any : special requirements, I¹m just wondering what the majority of people are : using. Nowadays my preferred mail client is Sylpheed: http://sylpheed.good-day.net available at /usr/ports/mail/sylpheed. -- fxn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 11: 0: 9 2002 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 F2D4F37B404 for ; Thu, 21 Mar 2002 11:00:05 -0800 (PST) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 2.05 #7) id 16o7n4-000CKN-00 for freebsd-questions@freebsd.org; Thu, 21 Mar 2002 18:59:58 +0000 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.11.6/8.11.1) id g2LIxvL01861 for freebsd-questions@freebsd.org; Thu, 21 Mar 2002 18:59:57 GMT (envelope-from jcm) Date: Thu, 21 Mar 2002 18:59:57 +0000 From: j mckitrick To: freebsd-questions@freebsd.org Subject: Quick reference to Unix API (besides man pages) Message-ID: <20020321185957.B1020@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Scanner: exiscan *16o7n4-000CKN-00*2LR7/o84/2w* (Manchester Computing, University of Manchester) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all, I'd like to have a quick reference to the basic Unix/Kernel/OS API calls I can use in a basic C program. For example, I'm converting a script to C, and it's simple to check for file existence in a script. I could use exec() to execute the script command itself, or I could call fopen() and see if the file exists. But I'd like a quick-reference to see if a different function would be even better. Besides man pages, where can I look? Please CC me, I'm not subscribed. Thanks. jm -- My other computer is your windows box. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 11: 0:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id B486837B41A for ; Thu, 21 Mar 2002 11:00:17 -0800 (PST) Received: (qmail 11515 invoked by uid 100); 21 Mar 2002 19:00:16 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15514.11712.449555.113977@guru.mired.org> Date: Thu, 21 Mar 2002 13:00:16 -0600 To: Server Admin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Mail Autoreply Tool In-Reply-To: <3.0.5.32.20020321125101.011ed5f0@mail.sage-one.net> References: <3.0.5.32.20020321122750.011ed5f0@mail.sage-one.net> <1016658968.4712.4.camel@agent-orange.int.site-fx.net> <3.0.5.32.20020319202527.011ca300@mail.sage-one.net> <3.0.5.32.20020321125101.011ed5f0@mail.sage-one.net> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In <3.0.5.32.20020321125101.011ed5f0@mail.sage-one.net>, Server Admin typed: > Sounds interesting. Can you provide more info or have a URL...??? TMDA is at , or in the ports tree as mail/tmda. Here's the usage message for tmda-autorespond: Create and send an automated response to an incoming message. The message should be the standard input for the program. Usage: tmda-autorespond [ OPTIONS ] template OPTIONS: -h --help Print this help message and exit. -V --version Print TMDA version information and exit. -f --sender If present, the envelope sender will be set to . template The template for the response to the message. It will be expanded to create the response. The template variables are the mail is from, both name if available and email; where the reply is going, both name ditto and email; who the message was sent to, with the local part and the domain available separately; and the original message body and headers. I'm hoping this will be bundled with the next release of tmda. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 11: 8:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from root.com (nexus.root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 593B237B400; Thu, 21 Mar 2002 11:08:29 -0800 (PST) Received: (from dg@localhost) by root.com (8.11.2/8.11.2) id g2LJ7xI06121; Thu, 21 Mar 2002 11:07:59 -0800 (PST) (envelope-from dg) Date: Thu, 21 Mar 2002 11:07:59 -0800 From: David Greenman To: Dmitry Morozovsky Cc: "Brian T.Schellenberger" , Matthew Dillon , "Steve O'Hara-Smith" , mrcpu@internetcds.com, clash@tasam.com, questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Problems with large disk. (> 1 TB) Message-ID: <20020321110759.G96231@nexus.root.com> References: <20020321071754.D96231@nexus.root.com> <20020321191258.J64325-100000@woozle.rinet.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020321191258.J64325-100000@woozle.rinet.ru>; from marck@rinet.ru on Thu, Mar 21, 2002 at 07:16:34PM +0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Not that exactly, maybe I'd not clear enough... > >Suppose you have bunch of currently available 160G disks. AFAICC we *can* >split eacho of them into 2 partitions of 80G each, and then stripe/RAID5 >these into two 560G (thus allowed) RAID5 vinum. Or did I miss something? As long as no single physical or logical disk is larger than 1TB (as in your example), then it will work fine. -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org President, TeraSolutions, Inc. - http://www.terasolutions.com President, Download Technologies, Inc. - http://www.downloadtech.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 11:14: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.xtraxion.com (e134174.upc-e.chello.nl [213.93.134.174]) by hub.freebsd.org (Postfix) with ESMTP id 9FDA337B436 for ; Thu, 21 Mar 2002 11:13:45 -0800 (PST) Received: from xp (xp.xtraxion.com [10.0.0.3]) by ns1.xtraxion.com (8.12.2/8.12.2) with SMTP id g2LJEZSD007425 for ; Thu, 21 Mar 2002 20:14:35 +0100 (CET) From: "Rick Hoppe" To: Subject: ftp from behind firewall to internet works on XP not on FreeBSD ? Date: Thu, 21 Mar 2002 20:13:41 +0100 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 V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi guys......and girls (I know you're out there), I'm dealing here with a strange firewall problem. Let me first explain how my network is configured at my side. Cablemodem (DHCP) | | xl0 (10Mbit) +-----------+--------------+ | Firewall/Gateway/NAT/DNS | FreeBSD 4.5-STABLE +-----------+--------------+ | rl0 on 10.0.0.1 (100Mbit) | ---+-----------+--------+-----------------+- 100Mbit LAN | | | | | | Windows XP FreeBSD 4.5-R FreeBSD 4.5-S Client only HTTP/SMTP/POP3 Client only (laptop to play with) 10.0.0.3 10.0.0.2 10.0.0.4 All my servers and clients on the LAN need to connect to the gateway to get a connection to the internet. When I first configured the firewall, all kind of outbound connections from the LAN to the internet were allowed. Now I only allow some ports so I can restrict some services on the LAN if I want to. All inbound connections are closed (because of IPFILTER_DEFAULT_BLOCK in custom kernel) unless I allow some. I only allow port 25 for SMTP connections and port 22 (for SSH2 from specific IP's) To get ftp to work from inside LAN to the outside so I'm able to connect to public ftp servers I needed to modify NAT to enable proxy for FTP. See the first line of my ipnat.rules. # cat /etc/ipnat.rules map xl0 0/0 -> 0/32 proxy port ftp ftp/tcp map xl0 10.0.0.0/0 -> 0/32 rdr xl0 0.0.0.0/0 port 8080 -> 10.0.0.2 port 8080 tcp rdr xl0 0.0.0.0/0 port 22 -> 10.0.0.2 port 22 tcp rdr xl0 0.0.0.0/0 port 25 -> 10.0.0.2 port 25 tcp Allright then, we're finally where the problem starts. When I use the built-in ftp software from Windows XP or third-party software like WS_FTP I can use both passive and active FTP and do what I want to do on those ftp-servers. So there's no problem here. The problem is when I use ftp or pftp on a FreeBSD machine to connect to the same ftp servers I receive a connection refused message when using the 'ls' command. # ftp ftp://ftp.freebsd.org Connected to ftp.beastie.tdk.net. 220 ftp.beastie.tdk.net FTP server (Version 6.00LS) ready. 331 Guest login ok, send your email address as password. 230 Guest login ok, access restrictions apply. . . . Remote system type is UNIX. Using binary mode to transfer files. 200 Type set to I. 250 CWD command successful. ftp> ls ftp: connect: Connection refused Snippet from my firewall log. Mar 21 19:25:17 ns1 ipmon[54]: 19:25:16.446233 xl0 @0:10 b ftp.beastie.tdk.net[62.243.72.50],21 -> xxxxxx.xx[xxx.xxx.xxx.xxx],1636 PR tcp len 20 100 -AP 242667085 222564837 33304 IN Mar 21 19:25:52 ns1 ipmon[54]: 19:25:52.174518 rl0 @0:30 b xxx.xxxxxx.xx [10.0.0.2],1637 -> ftp.beastie.tdk.net[62.243.72.50],57458 PR tcp len 20 60 -S 1298035879 0 65535 IN I think that the client receives an answer on the ftp channel on which port the ls-output will be, but when it tries to connect to that port it is rejected by a firewall rule. Has somebody a clue why this happens on my FreeBSD clients, and not on my XP client? Isn't it true that all clients on the network have to pass the same NAT and firewall rules? At the end of this message you can find my (censored) firewall rules and output of 'ipfstat -in' Thanks for your time. Regards, Rick Hoppe Network- and System Administrator Xtraxion Internet # uname -a FreeBSD .xx 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Feb 14 21:07:12 CET 2002 root@xxxxxx.xx:/usr/obj/usr/src/sys/FIREWALL i386 # cat /etc/ipf.rules pass out quick on xl0 proto tcp from any to any keep state pass out quick on xl0 proto udp from any to any keep state pass out quick on xl0 proto icmp from any to any keep state block out log quick on xl0 all pass in quick on xl0 proto udp from xxx.xxx.xxx.xxx/32 to any port = 68 keep state pass in quick on xl0 proto tcp from any to 10.0.0.2/24 port = 25 flags S keep state pass in quick on xl0 proto tcp from any to 10.0.0.2/24 port = 8080 flags S keep state pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx to 10.0.0.2/24 port = 22 flags S keep state pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx to 10.0.0.2/24 port = 22 flags S keep state pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx to 10.0.0.2/24 port = 22 flags S keep state pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx to 10.0.0.2/24 port = 22 flags S keep state block return-rst in log quick on xl0 proto tcp from any to any port = 113 block in log quick on xl0 proto icmp from any to any block in log quick on xl0 all pass out quick on rl0 proto tcp from any to any keep state pass out quick on rl0 proto udp from any to any keep state pass out quick on rl0 proto icmp from any to any keep state block out log quick on rl0 all pass in quick on rl0 proto tcp from any to any port = 20 keep state pass in quick on rl0 proto tcp from any to any port = 21 keep state pass in quick on rl0 proto tcp from any to any port = 22 keep state pass in quick on rl0 proto tcp from any to any port = 23 keep state pass in quick on rl0 proto tcp from any to any port = 25 keep state pass in quick on rl0 proto tcp from any to any port = 53 keep state pass in quick on rl0 proto tcp from any to any port = 80 keep state pass in quick on rl0 proto tcp from any to any port = 110 keep state pass in quick on rl0 proto tcp from any to any port = 113 keep state pass in quick on rl0 proto tcp from any to any port = 443 keep state pass in quick on rl0 proto tcp from any to any port = 1755 keep state pass in quick on rl0 proto tcp from any to any port = 1863 keep state pass in quick on rl0 proto tcp from any to any port = 554 keep state pass in quick on rl0 proto tcp from any to any port = 7070 keep state pass in quick on rl0 proto tcp from any to any port = 7071 keep state pass in quick on rl0 proto tcp from 10.0.0.3 to 10.0.0.1/24 port = 666 keep state pass in quick on rl0 proto tcp from any to any port = 5999 keep state pass in quick on rl0 proto udp from any to any keep state pass in quick on rl0 proto icmp from any to any keep state block return-rst in log quick on rl0 proto tcp all block in log quick on rl0 all pass in quick on lo0 all pass out quick on lo0 all # ipfstat -in @1 pass in quick on xl0 proto udp from xxx.xxx.xxx.xxx/32 to any port = 68 keep state @2 pass in quick on xl0 proto tcp from any to 10.0.0.0/24 port = 25 flags S/FSRPAU keep state @3 pass in quick on xl0 proto tcp from any to 10.0.0.0/24 port = 8080 flags S/FSRPAU keep state @4 pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx/32 to 10.0.0.0/24 port = 22 flags S/FSRPAU keep state @5 pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx/32 to 10.0.0.0/24 port = 22 flags S/FSRPAU keep state @6 pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx/32 to 10.0.0.0/24 port = 22 flags S/FSRPAU keep state @7 pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx/32 to 10.0.0.0/24 port = 22 flags S/FSRPAU keep state @8 block return-rst in log quick on xl0 proto tcp from any to any port = 113 @9 block in log quick on xl0 proto icmp from any to any @10 block in log quick on xl0 from any to any @11 pass in quick on rl0 proto tcp from any to any port = 20 keep state @12 pass in quick on rl0 proto tcp from any to any port = 21 keep state @13 pass in quick on rl0 proto tcp from any to any port = 22 keep state @14 pass in quick on rl0 proto tcp from any to any port = 23 keep state @15 pass in quick on rl0 proto tcp from any to any port = 25 keep state @16 pass in quick on rl0 proto tcp from any to any port = 53 keep state @17 pass in quick on rl0 proto tcp from any to any port = 80 keep state @18 pass in quick on rl0 proto tcp from any to any port = 110 keep state @19 pass in quick on rl0 proto tcp from any to any port = 113 keep state @20 pass in quick on rl0 proto tcp from any to any port = 443 keep state @21 pass in quick on rl0 proto tcp from any to any port = 1755 keep state @22 pass in quick on rl0 proto tcp from any to any port = 1863 keep state @23 pass in quick on rl0 proto tcp from any to any port = 554 keep state @24 pass in quick on rl0 proto tcp from any to any port = 7070 keep state @25 pass in quick on rl0 proto tcp from any to any port = 7071 keep state @26 pass in quick on rl0 proto tcp from 10.0.0.3/32 to 10.0.0.0/24 port = 666 keep state @27 pass in quick on rl0 proto tcp from any to any port = 5999 keep state @28 pass in quick on rl0 proto udp from any to any keep state @29 pass in quick on rl0 proto icmp from any to any keep state @30 block return-rst in log quick on rl0 proto tcp from any to any @31 block in log quick on rl0 from any to any @32 pass in quick on lo0 from any to any To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 11:17:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web12907.mail.yahoo.com (web12907.mail.yahoo.com [216.136.174.74]) by hub.freebsd.org (Postfix) with SMTP id 5AA6E37B404 for ; Thu, 21 Mar 2002 11:17:42 -0800 (PST) Message-ID: <20020321191742.7633.qmail@web12907.mail.yahoo.com> Received: from [203.61.155.10] by web12907.mail.yahoo.com via HTTP; Fri, 22 Mar 2002 06:17:42 EST Date: Fri, 22 Mar 2002 06:17:42 +1100 (EST) From: =?iso-8859-1?q?Paul=20Jansen?= Subject: xfree86 4.2.0 expected availability? To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm wondering whether someone can give me an idea as to when the 4.2.0 Xfree port will be available. I know it was available a little while ago and was yanked due to a few issues. I want to put 4.5R onto a few machines at work the have Savage4 based cards in them and there's no driver support under 4.1.0 of Xfree. Thanks. http://movies.yahoo.com.au - Yahoo! Movies - Vote for your nominees in our online Oscars pool. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 11:18:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id 99ED037B400 for ; Thu, 21 Mar 2002 11:17:55 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id 4B438901A00; Thu, 21 Mar 2002 14:16:30 -0500 (EST) Date: Thu, 21 Mar 2002 14:16:30 -0500 From: mpd To: j mckitrick Cc: freebsd-questions@freebsd.org Subject: Re: Quick reference to Unix API (besides man pages) Message-ID: <20020321141630.A41128@rochester.rr.com> References: <20020321185957.B1020@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020321185957.B1020@dogma.freebsd-uk.eu.org>; from jcm@FreeBSD-uk.eu.org on Thu, Mar 21, 2002 at 06:59:57PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Mar 21, 2002 at 06:59:57PM +0000, j mckitrick wrote: > > Hello all, > > I'd like to have a quick reference to the basic Unix/Kernel/OS API calls > I can use in a basic C program. For example, I'm converting a script to > C, and it's simple to check for file existence in a script. I could use > exec() to execute the script command itself, or I could call fopen() and > see if the file exists. But I'd like a quick-reference to see if a > different function would be even better. > > Besides man pages, where can I look? How about here: http://www.hh.se/stud/d98rolb/ansi/main.html Is this what you mean? It doesn't seem to be updated with the newest standard, though. That's not really a big deal, as it will be awhile before the C99 standard proliferates, anyway. I'm unaware of a single reference that would have information on non-standard functions from all the various sources. Except the man pages, I guess. Do you know about man -k? > > Please CC me, I'm not subscribed. Thanks. > > jm mike -- ___________________________________________________________ "I PUT MY PANTS ON ONE LEG AT A TIME, JUST LIKE EVERYONE ELSE!" - Pokey the Penguin from "POKEY IS RELAXING (HEIRATE MICH) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 11:25: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id C4E6537B404 for ; Thu, 21 Mar 2002 11:24:49 -0800 (PST) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g2LJNR238635; Thu, 21 Mar 2002 16:23:27 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Thu, 21 Mar 2002 16:23:27 -0300 (ART) From: Fernando Gleiser To: j mckitrick Cc: Subject: Re: Quick reference to Unix API (besides man pages) In-Reply-To: <20020321185957.B1020@dogma.freebsd-uk.eu.org> Message-ID: <20020321161720.V33574-100000@cactus.fi.uba.ar> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 21 Mar 2002, j mckitrick wrote: > > Hello all, > > I'd like to have a quick reference to the basic Unix/Kernel/OS API calls > I can use in a basic C program. For example, I'm converting a script to > C, and it's simple to check for file existence in a script. I could use > exec() to execute the script command itself, or I could call fopen() and > see if the file exists. But I'd like a quick-reference to see if a > different function would be even better. "Advanced programming in the Unix Environment", W. Richard Stevens. This is one of those books you must read if you are planing to do serious programming in unix. "Practical Unix Programming" Robbins & Robbins. Not as good as Stevens' (IMHO), but it's worth a reading. Fer > > Besides man pages, where can I look? > > Please CC me, I'm not subscribed. Thanks. > > jm > -- > My other computer is your windows box. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 21 11:26:36 2002 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 F40A537B404 for ; Thu, 21 Mar 2002 11:26:32 -0800 (PST) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #6) id 16o8Cl-000EZO-00; Thu, 21 Mar 2002 19:26:31 +0000 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.11.6/8.11.1) id g2LJQVY02028; Thu, 21 Mar 2002 19:26:31 GMT (envelope-from jcm) Date: Thu, 21 Mar 2002 19:26:31 +0000 From: j mckitrick To: Fernando Gleiser Cc: freebsd-questions@freebsd.org Subject: Re: Quick reference to Unix API (besides man pages) Message-ID: <20020321192631.C1020@dogma.freebsd-uk.eu.org> References: <20020321185957.B1020@dogma.freebsd-uk.eu.org> <20020321161720.V33574-100000@cactus.fi.uba.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20020321161720.V33574-100000@cactus.fi.uba.ar>; from fgleiser@cactus.fi.uba.ar on Thu, Mar 21, 2002 at 04:23:27PM -0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG | "Advanced programming in the Unix Environment", W. Richard Stevens. | This is one of those books you must read if you are planing to do serious | programming in unix. I got that one last summer, but didn't read all of it. I guess now maybe is the time. :-) jm -- My other computer is your windows box. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 11:27:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 4386E37B41A for ; Thu, 21 Mar 2002 11:27:52 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id g2LJRlN00599; Thu, 21 Mar 2002 11:27:47 -0800 (PST) (envelope-from dillon) Date: Thu, 21 Mar 2002 11:27:47 -0800 (PST) From: Matthew Dillon Message-Id: <200203211927.g2LJRlN00599@apollo.backplane.com> To: "Jim King" Cc: "David Greenman" , Subject: Re: Problems with large disk. (> 1 TB) References: <20020321191258.J64325-100000@woozle.rinet.ru> <200203211715.g2LHFeo21349@apollo.backplane.com> <007d01c1d108$fbbfa930$779a8486@jking> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :"Matthew Dillon" wrote: :> Or, for example, you could take 12 160G disks, split each one into :> two 80G partitions (say 'd' and 'e'), and the RAID-5 all the 'd' :> partitions together into a 800G logical drive and RAID-5 all the :> 'e' partitions together into another 800G logical drive. : :What's the advantage of doing this vs. one 800GB RAID5 volume on 6 of the :drives and another 800GB RAID5 volume on the other 6 drives? Or was your :example just for illustration? Just an illustration, though a very pertainant one considering (a) the direction that drive capacities are going -- straight up, and (b) at least insofar as general read performance goes, the more spindles you have the better. So unless there are other requirements that prevent it and assuming one doesn't go overboard, I usually try to spread the disk load out at least a little. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 11:30:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with ESMTP id C8D8F37B419 for ; Thu, 21 Mar 2002 11:30:14 -0800 (PST) Received: (qmail 25777 invoked from network); 21 Mar 2002 19:30:14 -0000 Received: from unknown (HELO helios.dub.net) ([216.27.176.75]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 21 Mar 2002 19:30:14 -0000 Received: by helios.dub.net (Postfix, from userid 1000) id 1FEC63135; Thu, 21 Mar 2002 11:30:10 -0800 (PST) Date: Thu, 21 Mar 2002 11:30:09 -0800 From: Jim Mock To: Paul Jansen Cc: questions@freebsd.org Subject: Re: xfree86 4.2.0 expected availability? Message-ID: <20020321193009.GA91563@helios.dub.net> Reply-To: mij@soupnazi.org References: <20020321191742.7633.qmail@web12907.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020321191742.7633.qmail@web12907.mail.yahoo.com> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Mar 2002 at 06:17:42 +1100, Paul Jansen wrote: > I'm wondering whether someone can give me an idea as > to when the 4.2.0 Xfree port will be available. I > know it was available a little while ago and was > yanked due to a few issues. I want to put 4.5R onto a > few machines at work the have Savage4 based cards in > them and there's no driver support under 4.1.0 of > Xfree. It already is. Update your ports tree. - jim -- jim mock http://soupnazi.org/ | jim@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 11:37: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id 2A13637B404 for ; Thu, 21 Mar 2002 11:37:01 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id 14C19901A00; Thu, 21 Mar 2002 14:35:39 -0500 (EST) Date: Thu, 21 Mar 2002 14:35:39 -0500 From: mpd To: Roger Williams Cc: questions@freebsd.org Subject: Re: Sorry to bother you Message-ID: <20020321143539.A41365@rochester.rr.com> References: <3C9A3279.751C7A7B@roger.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3C9A3279.751C7A7B@roger.jp>; from roger@roger.jp on Thu, Mar 21, 2002 at 02:20:25PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Mar 21, 2002 at 02:20:25PM -0500, Roger Williams wrote: > Hello, > Im sorry to bother you, but i notice you answer alot of the questions > on the questions-freebsd list. I am having issues posting so im > writting directly to you. > Im running 4.5 prerelease on a production web server and lately I have > been getting the error below. Does it make any sense to you. I can > keep the silly machines running on a superficial issue, but when we get > down to the nuts and bolts of it, I'm lost....lol > > > ERROR: > > Mar 20 15:44:05 nancho /kernel: > Mar 20 15:44:05 nancho /kernel: Fatal trap 12: page fault while in > kernel mode > Mar 20 15:44:05 nancho /kernel: mp_lock = 00000002; cpuid = 0; lapic.id > = 00000000 > Mar 20 15:44:05 nancho /kernel: fault virtual address = 0x28 > Mar 20 15:44:05 nancho /kernel: fault code = supervisor > read, page not present > Mar 20 15:44:05 nancho /kernel: instruction pointer = 0x8:0xc022a3fc > > Mar 20 15:44:05 nancho /kernel: stack pointer = > 0x10:0xff807e2c > Mar 20 15:44:05 nancho /kernel: frame pointer = > 0x10:0xff807e4c > Mar 20 15:44:05 nancho /kernel: code segment = base 0x0, > limit 0xfffff, type 0x1b > Mar 20 15:44:05 nancho /kernel: = DPL 0, pres 1, def32 1, gran 1 > Mar 20 15:44:05 nancho /kernel: processor eflags = interrupt > enabled, resume, IOPL = 0 > Mar 20 15:44:05 nancho /kernel: current process = Idle > Mar 20 15:44:05 nancho /kernel: interrupt mask = <- SMP: XXX > Mar 20 15:44:05 nancho /kernel: trap number = 12 > Mar 20 15:44:05 nancho /kernel: panic: page fault > Mar 20 15:44:05 nancho /kernel: mp_lock = 00000002; cpuid = 0; lapic.id > = 00000000 > Mar 20 15:44:05 nancho /kernel: boot() called on cpu#0 ack. I have no idea why this would happen. Flaky hardware maybe? I'll forward it to the list. > > Thanks, > > Roger Williams > System Admin mike -- ___________________________________________________________ "WHEN YOU ARE WORKING ON A PROJECT YOU SHOULD LOOK IN YOUR GARBAGE!!" - Pokey the Penguin from "DO YOU HAVE GOOD GARBAGE?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 11:37:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id A749737B417 for ; Thu, 21 Mar 2002 11:37:37 -0800 (PST) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g2LJbe238850 for ; Thu, 21 Mar 2002 16:37:40 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Thu, 21 Mar 2002 16:37:40 -0300 (ART) From: Fernando Gleiser To: Subject: slightly OT: tools for manipulating mpeg files? Message-ID: <20020321163253.Q33574-100000@cactus.fi.uba.ar> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am looking for a tool for FreeBSD or linux which allows to modify a MPEG file into another MPEG file with the bitrates and resolution corrected for VCD use. Does anybody know if such a tool exists? Thanks in advance. Fer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 11:42:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from janeway.vonbek.dhs.org (bgm-24-24-79-198.stny.rr.com [24.24.79.198]) by hub.freebsd.org (Postfix) with ESMTP id 14AAC37B417 for ; Thu, 21 Mar 2002 11:42:55 -0800 (PST) Received: by janeway.vonbek.dhs.org (Postfix, from userid 12347) id 9962CE77B4A; Thu, 21 Mar 2002 14:44:09 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id 96D436A8C1D for ; Thu, 21 Mar 2002 14:44:09 -0500 (EST) Date: Thu, 21 Mar 2002 14:44:09 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: questions@freebsd.org Subject: Re: Favorite Mail App? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 21 Mar 2002, Brendan McAlpine wrote: > Date: Thu, 21 Mar 2002 13:46:37 -0500 > From: Brendan McAlpine > To: questions@FreeBSD.ORG > Subject: Favorite Mail App? > > Hey everyone, > > I¹m not trying to start a flame war here, but I was wondering if the list > could give me some recommendations on a good mail app. I don¹t have any > special requirements, I¹m just wondering what the majority of people are > using. > > Thanks > > Brendan > My favorite is pine. You can tell what email (or other) app people are using by viewing the headers in their emails, just FYI. I can see by the headers in your message you're using M$ Entourage, whatever the heck that is ;-) JB PS: As far as GUI mail apps are concerned (blech!!) my girlfriend loves Sylpheed. |-John Bleichert----syborg@stny.rr.com----------------| |-------------------http://vonbek.dhs.org/latest.jpg--| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 11:46: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id 9F32037B417 for ; Thu, 21 Mar 2002 11:46:04 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id 49B6E901A00; Thu, 21 Mar 2002 14:44:44 -0500 (EST) Date: Thu, 21 Mar 2002 14:44:44 -0500 From: mpd To: Fernando Gleiser Cc: questions@freebsd.org Subject: Re: slightly OT: tools for manipulating mpeg files? Message-ID: <20020321144444.A41441@rochester.rr.com> References: <20020321163253.Q33574-100000@cactus.fi.uba.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020321163253.Q33574-100000@cactus.fi.uba.ar>; from fgleiser@cactus.fi.uba.ar on Thu, Mar 21, 2002 at 04:37:40PM -0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Mar 21, 2002 at 04:37:40PM -0300, Fernando Gleiser wrote: > I am looking for a tool for FreeBSD or linux which allows to modify > a MPEG file into another MPEG file with the bitrates and resolution corrected > for VCD use. Does anybody know if such a tool exists? vcdtools or vcdimager in the ports collection should do what you want. vcdimager is the more featureful of the two. > > Thanks in advance. > > > Fer mike -- ___________________________________________________________ "POKEY HOW DID YOU KNOW THAT WOULD CURE ME???" - Little Girl from "POKEY THE PENGUIN RECOMMENDS OATMEAL" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 11:46:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from janeway.vonbek.dhs.org (bgm-24-24-79-198.stny.rr.com [24.24.79.198]) by hub.freebsd.org (Postfix) with ESMTP id EB4ED37B400 for ; Thu, 21 Mar 2002 11:46:47 -0800 (PST) Received: by janeway.vonbek.dhs.org (Postfix, from userid 12347) id 39F09E77B4A; Thu, 21 Mar 2002 14:48:03 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id 3762D6A8C1D; Thu, 21 Mar 2002 14:48:03 -0500 (EST) Date: Thu, 21 Mar 2002 14:48:03 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: Fernando Gleiser Cc: questions@FreeBSD.ORG Subject: Re: slightly OT: tools for manipulating mpeg files? In-Reply-To: <20020321163253.Q33574-100000@cactus.fi.uba.ar> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 21 Mar 2002, Fernando Gleiser wrote: > Date: Thu, 21 Mar 2002 16:37:40 -0300 (ART) > From: Fernando Gleiser > To: questions@FreeBSD.ORG > Subject: slightly OT: tools for manipulating mpeg files? > > I am looking for a tool for FreeBSD or linux which allows to modify > a MPEG file into another MPEG file with the bitrates and resolution corrected > for VCD use. Does anybody know if such a tool exists? > > Thanks in advance. > > > Fer A quick search on freshmeat.net turned up lots, this one looks promising: http://www.gnu.org/software/vcdimager/ HTH - JB |-John Bleichert----syborg@stny.rr.com----------------| |-------------------http://vonbek.dhs.org/latest.jpg--| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 11:51:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.ct-inter.net (ns1.ct-inter.net [208.159.245.212]) by hub.freebsd.org (Postfix) with ESMTP id E10FE37B417 for ; Thu, 21 Mar 2002 11:51:23 -0800 (PST) Received: from RPhilipa ([208.159.245.218]) by ns1.ct-inter.net (8.9.3/8.9.3) with SMTP id PAA05766 for ; Thu, 21 Mar 2002 15:50:19 -0800 (PST) (envelope-from rphilipa@curacaotelecom.com) Message-ID: <008001c1d176$69db2440$5a0a0a0a@ctinter.net> Reply-To: "RICH CUR" From: "RICH CUR" To: Subject: Urgent!!! need some advice Date: Fri, 22 Mar 2002 03:50:10 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_007D_01C1D154.AA269D80" X-Priority: 1 X-MSMail-Priority: High X-Mailer: Microsoft Outlook Express 6.00.2600.0000 Disposition-Notification-To: "RICH CUR" X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_007D_01C1D154.AA269D80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Look I have a problem with my DNS server that's running freeb BSD 4.0, For the last two days I'm not able to telnet in the console, I receive = this message FreeBSD/i386 (ns1.ct-inter.net) (ttyp0) /bin/.login: No such file or directory connection to host lost. If I goes to my console and try to login from their its still give me = login as my first option and then I pres enter it goes to login back. So now I can enter my console.=20 Could you please provide me with some information that can allow me to = enter the console, and what is the reason for this kind of problems???? Second question: we have version 4.4 of free Bsd so I need to upgrade, = what is the best that I can do for this upgrading without loosing any = information that's running on the DNS server???? Please advice...... Richamar Philipa IP Services Dept.=20 Curacao Telecom N.V. Schottegatweg Oost 19 Phone: +599-9-736-1056 Fax: +599-9-736-1057 Cel.: +599-9-666-666-9 e-mail: rphilipa@curacaotelecom.com ------=_NextPart_000_007D_01C1D154.AA269D80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Look I have a problem with my DNS server that's = running =20 freeb BSD 4.0,
 
For the last two days I'm not able to telnet in the = console, I=20 receive this message
 
FreeBSD/i386 (ns1.ct-inter.net) (ttyp0)
 
/bin/.login: No such file or directory
 
        =    =20     connection to host lost.
 
If I goes to my console and try to login from their = its still=20 give me login as my first option and then I pres enter it goes to login=20 back.
 
So now I can enter my console.
Could you please provide me with some information = that can=20 allow me to enter the console, and what is the reason for this kind of=20 problems????
 
Second question: we have version 4.4  of = free Bsd so=20 I need to upgrade, what is the best that I can do for this = upgrading=20 without loosing any information that's running on the DNS=20 server????
 
Please advice......
 
 
Richamar Philipa
IP Services Dept.
Curacao = Telecom=20 N.V.
Schottegatweg Oost 19
Phone: +599-9-736-1056
Fax:=20 +599-9-736-1057
Cel.: +599-9-666-666-9
e-mail: rphilipa@curacaotelecom.com
------=_NextPart_000_007D_01C1D154.AA269D80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 11:52:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web12904.mail.yahoo.com (web12904.mail.yahoo.com [216.136.174.71]) by hub.freebsd.org (Postfix) with SMTP id BB0AC37B41B for ; Thu, 21 Mar 2002 11:52:12 -0800 (PST) Message-ID: <20020321195212.24396.qmail@web12904.mail.yahoo.com> Received: from [203.61.155.10] by web12904.mail.yahoo.com via HTTP; Fri, 22 Mar 2002 06:52:12 EST Date: Fri, 22 Mar 2002 06:52:12 +1100 (EST) From: =?iso-8859-1?q?Paul=20Jansen?= Subject: Re: xfree86 4.2.0 expected availability? To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >On Fri, 22 Mar 2002 at 06:17:42 +1100, Paul Jansen >wrote: >> I'm wondering whether someone can give me an idea as >> to when the 4.2.0 Xfree port will be available. I >> know it was available a little while ago and was >> yanked due to a few issues. I want to put 4.5R onto >>a >> few machines at work the have Savage4 based cards in >> them and there's no driver support under 4.1.0 of >> Xfree. >It already is. Update your ports tree. > >- jim >-- >jim mock http://soupnazi.org/ | >jim@FreeBSD.org Hmmm. I was searching for it using the web interface to the ports system and 4.2.0 isn't showing up yet. - http://www.freebsd.org/ports/index.html Why is this so? http://movies.yahoo.com.au - Yahoo! Movies - Vote for your nominees in our online Oscars pool. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 11:56:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 66-162-33-178.gen.twtelecom.net (66-162-33-178.gen.twtelecom.net [66.162.33.178]) by hub.freebsd.org (Postfix) with ESMTP id E60B837B400 for ; Thu, 21 Mar 2002 11:56:33 -0800 (PST) Received: from [10.4.1.134] (helo=expertcity.com) by 66-162-33-178.gen.twtelecom.net with esmtp (Exim 3.22 #4) id 16o8fp-0003Er-00 for freebsd-questions@freebsd.org; Thu, 21 Mar 2002 11:56:33 -0800 Message-ID: <3C9A3AF3.4090602@expertcity.com> Date: Thu, 21 Mar 2002 11:56:35 -0800 From: Jeff Behl User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: NFS woes: "got bad cookie vp" Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG FreeBSD hormel.snv 4.5-RELEASE-p2 FreeBSD 4.5-RELEASE-p2 #0: Fri Mar 8 15:11:46 PST 2002 root@hormel.snv:/usr/src/sys/compile/hormel i386 This machine is used as the relay to send out to our user mailing lists, one of which is 300k+ long. I have exim setup to use our netapp (via nfs mount) as the spool directory simply because I figured it would be a lot faster than using the local disk when the bulk-mailer starts sending 300k+ emails to it as fast as it can (the idea is to accept the mail as quickly as possible to free up the sending machine). Things work great (it accepted around 80k+ emails in an hour) for the first hour, but after that performance steadily declines as more queue runner processes start sending the mail out. It looks like nfs problem were the cause of the decline as actual cpu usage wasn't that high. The problem doesn't seem to be in writing out the temporary files to the netapp, but rather having multiple queue runner processes going through and accessing/deleting individual files (emails) for delivery. Eventually, things slow to a crawl with the following being constantly displayed: Mar 21 11:52:29 hormel /kernel: got bad cookie vp 0xd7e27140 bp 0xcc600270 Mar 21 11:52:34 hormel /kernel: got bad cookie vp 0xd7e27140 bp 0xcc51f780 Mar 21 11:52:34 hormel /kernel: got bad cookie vp 0xd7e27140 bp 0xcc51f780 Mar 21 11:52:52 hormel /kernel: got bad cookie vp 0xd7e48900 bp 0xcc540b38 Mar 21 11:52:52 hormel /kernel: got bad cookie vp 0xd7e48900 bp 0xcc540b38 Is there anything I can do? thanks. jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 11:58:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 65DD837B400 for ; Thu, 21 Mar 2002 11:58:08 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g2LJvqW09060; Fri, 22 Mar 2002 07:57:52 +1200 (NZST) (envelope-from jonc) Date: Fri, 22 Mar 2002 07:57:52 +1200 From: Jonathan Chen To: RICH CUR Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Urgent!!! need some advice Message-ID: <20020322075751.A8594@grimoire.chen.org.nz> References: <008001c1d176$69db2440$5a0a0a0a@ctinter.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <008001c1d176$69db2440$5a0a0a0a@ctinter.net>; from rphilipa@curacaotelecom.com on Fri, Mar 22, 2002 at 03:50:10AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 22, 2002 at 03:50:10AM -0400, RICH CUR wrote: > Look I have a problem with my DNS server that's running freeb BSD 4.0, > > For the last two days I'm not able to telnet in the console, I receive this message > > FreeBSD/i386 (ns1.ct-inter.net) (ttyp0) > > /bin/.login: No such file or directory > That looks like you've been a victim of a root-kit hack attack. You're gonna have to reinstall the O/S to clean that up. > If I goes to my console and try to login from their its still give me login as my first option and then I pres enter it goes to login back. > Go to single-user. If you haven't the the Ctrl-Alt-Del enabled, the only way to do this without root access is to hit the reset button and hope that nothing gets lost. Save your data, and reinstall the O/S and upgrade to the latest. There have been quite a few security adivsories resolved since 4.0 -- Jonathan Chen ---------------------------------------------------------------------- "A person should be able to do a small bit of everything, specialisation is for insects" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 11:59:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id 6278A37B419 for ; Thu, 21 Mar 2002 11:59:33 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id 0E25B901A00; Thu, 21 Mar 2002 14:58:13 -0500 (EST) Date: Thu, 21 Mar 2002 14:58:13 -0500 From: mpd To: Paul Jansen Cc: questions@freebsd.org Subject: Re: xfree86 4.2.0 expected availability? Message-ID: <20020321145812.A48522@rochester.rr.com> References: <20020321195212.24396.qmail@web12904.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020321195212.24396.qmail@web12904.mail.yahoo.com>; from vlaero@yahoo.com.au on Fri, Mar 22, 2002 at 06:52:12AM +1100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 22, 2002 at 06:52:12AM +1100, Paul Jansen wrote: > >On Fri, 22 Mar 2002 at 06:17:42 +1100, Paul Jansen > >wrote: > >> I'm wondering whether someone can give me an idea > as > >> to when the 4.2.0 Xfree port will be available. I > >> know it was available a little while ago and was > >> yanked due to a few issues. I want to put 4.5R > onto >>a > >> few machines at work the have Savage4 based cards > in > >> them and there's no driver support under 4.1.0 of > >> Xfree. > > >It already is. Update your ports tree. > > > >- jim > > >-- > >jim mock http://soupnazi.org/ | > >jim@FreeBSD.org > > Hmmm. I was searching for it using the web interface > to the ports system and 4.2.0 isn't showing up yet. > - http://www.freebsd.org/ports/index.html > Why is this so? At the bottom of the search results page: Last database update: 2002-03-11 11:48:19 UTC; based on revision 1.357 4.2.0 is more recent than that. mike -- ___________________________________________________________ "SHALL I FIRE UP THE TIME CANOE" - Little Girl from "THE BEST TRIP EVER" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 12: 3:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web12903.mail.yahoo.com (web12903.mail.yahoo.com [216.136.174.70]) by hub.freebsd.org (Postfix) with SMTP id 4CC5E37B404 for ; Thu, 21 Mar 2002 12:03:10 -0800 (PST) Message-ID: <20020321200310.35067.qmail@web12903.mail.yahoo.com> Received: from [203.61.155.10] by web12903.mail.yahoo.com via HTTP; Fri, 22 Mar 2002 07:03:10 EST Date: Fri, 22 Mar 2002 07:03:10 +1100 (EST) From: =?iso-8859-1?q?Paul=20Jansen?= Subject: Re: xfree86 4.2.0 expected availability? To: mpd Cc: questions@freebsd.org In-Reply-To: <20020321145812.A48522@rochester.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --- mpd wrote: > On Fri, Mar 22, 2002 at 06:52:12AM +1100, Paul > Jansen wrote: > > >On Fri, 22 Mar 2002 at 06:17:42 +1100, Paul > Jansen > > >wrote: > > >> I'm wondering whether someone can give me an > idea > > as > > >> to when the 4.2.0 Xfree port will be available. > I > > >> know it was available a little while ago and > was > > >> yanked due to a few issues. I want to put 4.5R > > onto >>a > > >> few machines at work the have Savage4 based > cards > > in > > >> them and there's no driver support under 4.1.0 > of > > >> Xfree. > > > > >It already is. Update your ports tree. > > > > > >- jim > > > > >-- > > >jim mock http://soupnazi.org/ > | > > >jim@FreeBSD.org > > > > Hmmm. I was searching for it using the web > interface > > to the ports system and 4.2.0 isn't showing up > yet. > > - http://www.freebsd.org/ports/index.html > > Why is this so? > > At the bottom of the search results page: > > Last database update: 2002-03-11 11:48:19 UTC; > based on revision 1.357 > > 4.2.0 is more recent than that. > > mike > -- > Thanks. I'll connect to a mirror and download it now :) http://movies.yahoo.com.au - Yahoo! Movies - Vote for your nominees in our online Oscars pool. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 12:11:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from calypso.egreta.gr (calypso.egreta.gr [213.170.192.14]) by hub.freebsd.org (Postfix) with ESMTP id 5270D37B400 for ; Thu, 21 Mar 2002 12:11:39 -0800 (PST) Received: from pskoul (pskoul.egreta.gr [213.170.198.91]) by calypso.egreta.gr (8.9.2/8.9.1) with SMTP id WAA26173 for ; Thu, 21 Mar 2002 22:11:37 +0200 (EET) Message-ID: <06ab01c1d115$374df9a0$5bc6aad5@pskoul> From: "Panagiotis Skoulikaritis" To: Subject: dns server failing to answer nonathoritative queries Date: Thu, 21 Mar 2002 22:15:59 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_06A8_01C1D125.FACAE2C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_06A8_01C1D125.FACAE2C0 Content-Type: text/plain; charset="iso-8859-7" Content-Transfer-Encoding: quoted-printable Hello I'm runing bind 8.2.3 on a freebsd 4.2, teh problem is that the server = is failing to answer nonathoritative queries, it returns Non-existent = host/domain. It has no problem answering queries for domains that he is = either a master or a slave. thanks Panos ------=_NextPart_000_06A8_01C1D125.FACAE2C0 Content-Type: text/html; charset="iso-8859-7" Content-Transfer-Encoding: quoted-printable
Hello
 
I'm runing bind 8.2.3 on a freebsd 4.2, teh problem = is that=20 the server is failing to answer nonathoritative queries, it returns = Non-existent=20 host/domain.  It has no problem answering queries for domains that = he is=20 either a master or a slave.
 
thanks
 
Panos
------=_NextPart_000_06A8_01C1D125.FACAE2C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 12:15:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by hub.freebsd.org (Postfix) with ESMTP id 3E23B37B404 for ; Thu, 21 Mar 2002 12:15:46 -0800 (PST) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id g2LKFj705253 for ; Thu, 21 Mar 2002 22:15:45 +0200 Message-Id: <200203212015.g2LKFj705253@lv.raad.tartu.ee> Received: from SpoolDir by INFO (Mercury 1.48); 21 Mar 02 22:14:55 +0200 From: "Toomas Aas" Organization: Tartu City Government To: freebsd-questions@freebsd.org Date: Thu, 21 Mar 2002 22:10:20 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: kernel build procedure does not update kernel X-info: Headers changed by Barricade Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello! I'm in a process of patching some 4.4-RELEASE machines for recent zlib security advisory. I downloaded and applied the patch, rebuilt the /usr/src/lib/libz part and then went through the usual procedure of: cd /usr/src/sys/i386/conf /usr/sbin/config MYKERNEL cd ../../compile/MYKERNEL make depend make make install The procedure runs through looking quite normal and gives no errors, so I issue 'shutdown -r now'. However, the uname -a output still contains the following: FreeBSD 4.4-RELEASE #4: Fri Feb 8 20:01:16 EET 2002 (Feb 8th is when I applied previous patch that required kernel rebuild). Also, the file /usr/src/sys/compile/MYKERNEL/kernel is dated Feb 8th. /kernel and /kernel.old are exactly the same size. On one machine I did 'rm -Rf /usr/src/sys/compile/MYKERNEL' and rebuilt the kernel once more, and there uname -a says the "right" thing: FreeBSD 4.4-RELEASE #0: Thu Mar 21 22:04:04 EET 2002 Maybe I'm making much ado about nothing, but I'm still curious why the kernel build date isn't updated and why the size of the kernel doesn't change. Is it possible to have a kernel config that "doesn't include zlib" and thus the build procedure decides that rebuilding the kernel isn't really necessary? My kernel config is pretty minimal on these machines. -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * Windws is ine for bckgroun comunicaions - Bll Gats, 192 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 12:22:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bmyster.com (dsl-006.sacoriver.net [65.162.190.7]) by hub.freebsd.org (Postfix) with ESMTP id 8D22E37B417 for ; Thu, 21 Mar 2002 12:22:54 -0800 (PST) Received: from loqtis.bmyster.com (mrb@localhost.bmyster.com [127.0.0.1]) by bmyster.com (8.12.2/8.12.2) with ESMTP id g2LKS4MG041151; Thu, 21 Mar 2002 15:28:04 -0500 (EST) Received: from localhost (mrb@localhost) by loqtis.bmyster.com (8.12.2/8.12.2/Submit) with ESMTP id g2LKS3SI041148; Thu, 21 Mar 2002 15:28:04 -0500 (EST) Date: Thu, 21 Mar 2002 15:28:03 -0500 (EST) From: bmyster To: Toomas Aas Cc: "freebsd-questions@freebsd.org" Subject: Re: kernel build procedure does not update kernel In-Reply-To: <200203212015.g2LKFj705253@lv.raad.tartu.ee> Message-ID: <20020321152355.T39966-100000@loqtis.bmyster.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG if you have built a kernel prior to this ...you have to do "make clean" befor you do "make depend". this will clean out all the old dependancies..and rebuild to the config you just edited in /sys/i386/conf so if youve already built a kernel.. you do the following everytime you build from there on out. # cd /usr/src/sys/i386/conf # /usr/sbin/config YOURKERNEL # cd ../../compile/YOURKERNEL # make clean # make depend # make # make install hope this helps Brent On Thu, 21 Mar 2002, Toomas Aas wrote: > Hello! > > I'm in a process of patching some 4.4-RELEASE machines for recent zlib > security advisory. I downloaded and applied the patch, rebuilt the > /usr/src/lib/libz part and then went through the usual procedure of: > > cd /usr/src/sys/i386/conf > /usr/sbin/config MYKERNEL > cd ../../compile/MYKERNEL > make depend > make > make install > > > The procedure runs through looking quite normal and gives no errors, so > I issue 'shutdown -r now'. > > However, the uname -a output still contains the following: > FreeBSD 4.4-RELEASE #4: Fri Feb 8 20:01:16 EET 2002 > > (Feb 8th is when I applied previous patch that required kernel > rebuild). > > Also, the file /usr/src/sys/compile/MYKERNEL/kernel is dated Feb > 8th. > > /kernel and /kernel.old are exactly the same size. > > On one machine I did 'rm -Rf /usr/src/sys/compile/MYKERNEL' and rebuilt > the kernel once more, and there uname -a says the "right" thing: > FreeBSD 4.4-RELEASE #0: Thu Mar 21 22:04:04 EET 2002 > > Maybe I'm making much ado about nothing, but I'm still curious why the > kernel build date isn't updated and why the size of the kernel doesn't > change. Is it possible to have a kernel config that "doesn't include > zlib" and thus the build procedure decides that rebuilding the kernel > isn't really necessary? My kernel config is pretty minimal on these > machines. > -- > Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ > * Windws is ine for bckgroun comunicaions - Bll Gats, 192 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 21 12:24:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id 91D3437B400 for ; Thu, 21 Mar 2002 12:24:50 -0800 (PST) Received: by peitho.fxp.org (Postfix, from userid 1206) id 2FAF913667; Thu, 21 Mar 2002 15:24:50 -0500 (EST) Date: Thu, 21 Mar 2002 15:24:49 -0500 From: Bob Bomar To: Toomas Aas Cc: questions@freebsd.org Subject: Re: kernel build procedure does not update kernel Message-ID: <20020321202449.GB74704@peitho.fxp.org> References: <200203212015.g2LKFj705253@lv.raad.tartu.ee> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8P1HSweYDcXXzwPJ" Content-Disposition: inline In-Reply-To: <200203212015.g2LKFj705253@lv.raad.tartu.ee> User-Agent: Mutt/1.3.24i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --8P1HSweYDcXXzwPJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 21, 2002 at 10:10:20PM +0200, Toomas Aas wrote: > Hello! >=20 > I'm in a process of patching some 4.4-RELEASE machines for recent zlib=20 > security advisory. I downloaded and applied the patch, rebuilt the=20 > /usr/src/lib/libz part and then went through the usual procedure of: >=20 > cd /usr/src/sys/i386/conf > /usr/sbin/config MYKERNEL > cd ../../compile/MYKERNEL > make depend > make > make install >=20 Try going to /usr/src/ and make kernel KERNCONF=3D,=20 or make buildkernel KERNCONF=3D make installkernel KERNCONF=3D --=20 |------------------------------------| | Bob Bomar | | bulldog@fxp.org | | http://fly.homeunix.org/~bob | |=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D| | FreeBSD: The Power to Serve | | http://www.FreeBSD.org | |------------------------------------| --8P1HSweYDcXXzwPJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8mkGR9Jm/aTrtdKoRAlrRAJ9CcWhrYq4N6q957RjOm4dpHqy+BACgk3i2 CajhVHkncWdHMpKQRm6+8Hw= =EMq9 -----END PGP SIGNATURE----- --8P1HSweYDcXXzwPJ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 12:26: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 0656D37B404 for ; Thu, 21 Mar 2002 12:26:00 -0800 (PST) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g2LKOI239486; Thu, 21 Mar 2002 17:24:18 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Thu, 21 Mar 2002 17:24:18 -0300 (ART) From: Fernando Gleiser To: John Bleichert Cc: Subject: Re: slightly OT: tools for manipulating mpeg files? In-Reply-To: Message-ID: <20020321171953.T33574-100000@cactus.fi.uba.ar> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 21 Mar 2002, John Bleichert wrote: > > A quick search on freshmeat.net turned up lots, this one looks promising: > > http://www.gnu.org/software/vcdimager/ Thanks, but this is not what I am looking for. I know how to use vcdimager to create a VCD image from MPEG files, but vcdimager expects the mpeg files to be in 352 x 240 @ 23.976 Hz resolution. I want a tool which takes an mpeg file in a resolution other than that, and outputs another mpeg with the resolution needed by vcdimager. That is, I need a tool to modify the mpeg resolution/bit rate to make it VCD compatible. Fer > > HTH - JB > > |-John Bleichert----syborg@stny.rr.com----------------| > |-------------------http://vonbek.dhs.org/latest.jpg--| > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 12:29:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from icarus.slightlystrange.org (icarus.slightlystrange.org [62.190.193.173]) by hub.freebsd.org (Postfix) with ESMTP id 5D0BF37B404 for ; Thu, 21 Mar 2002 12:29:07 -0800 (PST) Received: from danielby by icarus.slightlystrange.org with local (Exim 3.12 #1 (Debian)) id 16o9BE-0000cY-00 for ; Thu, 21 Mar 2002 20:29:00 +0000 Date: Thu, 21 Mar 2002 20:29:00 +0000 From: Daniel Bye To: freebsd-questions@freebsd.org Subject: Re: kernel build procedure does not update kernel Message-ID: <20020321202900.GA2334@icarus.slightlystrange.org> Reply-To: dan@slightlystrange.org Mail-Followup-To: freebsd-questions@freebsd.org References: <200203212015.g2LKFj705253@lv.raad.tartu.ee> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200203212015.g2LKFj705253@lv.raad.tartu.ee> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Mar 21, 2002 at 10:10:20PM +0200, Toomas Aas wrote: > Hello! > > I'm in a process of patching some 4.4-RELEASE machines for recent zlib > security advisory. I downloaded and applied the patch, rebuilt the > /usr/src/lib/libz part and then went through the usual procedure of: > > cd /usr/src/sys/i386/conf > /usr/sbin/config -r MYKERNEL ^^ Use config -r to remove the previous build tree first - all the object files still exist, and make simply skips them, thinking it has nothing to do. > cd ../../compile/MYKERNEL > make depend > make > make install > [---snip---] > > On one machine I did 'rm -Rf /usr/src/sys/compile/MYKERNEL' and rebuilt > the kernel once more, and there uname -a says the "right" thing: > FreeBSD 4.4-RELEASE #0: Thu Mar 21 22:04:04 EET 2002 > This has the same effect as config -r CONFIGNAME HTH, Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 12:35:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from foo31-146.visit.se (foo31-146.visit.se [62.119.31.146]) by hub.freebsd.org (Postfix) with ESMTP id AE4BF37B400 for ; Thu, 21 Mar 2002 12:35:23 -0800 (PST) Received: (from martin@localhost) by foo31-146.visit.se (8.11.6/8.11.6) id g2LKYgi09161; Thu, 21 Mar 2002 21:34:43 +0100 (CET) (envelope-from martin) Date: Thu, 21 Mar 2002 21:34:42 +0100 From: Martin Karlsson To: Brendan McAlpine Cc: questions@FreeBSD.ORG Subject: Re: Favorite Mail App? Message-ID: <20020321203442.GA7042@foo31-146.visit.se> Mail-Followup-To: Martin Karlsson , Brendan McAlpine , questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.3.28i X-PGP-Keyid: 0x9C924660 X-PGP-Fingerprint: 5970 BE22 2C33 4D8F 53FD 7E34 66FF 9332 9C92 4660 X-Editor: Vim http://www.vim.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Brendan McAlpine [2002-03-21 13.46 -0500]: > Hey everyone, Hi. > I¹m not trying to start a flame war here, but I was wondering if the list > could give me some recommendations on a good mail app. I don¹t have any > special requirements, I¹m just wondering what the majority of people are > using. Well, I can't speak for /the majority/; however I can recommend Mutt. It's a console/xterm app and *highly* configurable. It can be hard to get to know it, but it's most certainly worth the effort. Learn more at: http://www.mutt.org HAND -- Martin Karlsson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 12:38:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 6F13637B417 for ; Thu, 21 Mar 2002 12:38:08 -0800 (PST) Received: (qmail 13179 invoked by uid 100); 21 Mar 2002 20:38:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15514.17575.530601.131794@guru.mired.org> Date: Thu, 21 Mar 2002 14:37:59 -0600 To: Fernando Gleiser Cc: John Bleichert , Subject: Re: slightly OT: tools for manipulating mpeg files? In-Reply-To: <20020321171953.T33574-100000@cactus.fi.uba.ar> References: <20020321171953.T33574-100000@cactus.fi.uba.ar> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In <20020321171953.T33574-100000@cactus.fi.uba.ar>, Fernando Gleiser typed: > Thanks, but this is not what I am looking for. I know how to use vcdimager > to create a VCD image from MPEG files, but vcdimager expects the mpeg > files to be in 352 x 240 @ 23.976 Hz resolution. I want a tool which takes > an mpeg file in a resolution other than that, and outputs another mpeg > with the resolution needed by vcdimager. That is, I need a tool to modify > the mpeg resolution/bit rate to make it VCD compatible. I don't know that that's easily possible. The GIMP can open MPEG files, so you may be able to use it to fix the pixel resolutions. Changing the frame rate is a bit harder. Hwoever, I thought vcdimager would accept a number of different frame rates. Did you try the mpegedit port? If you find something that works, please report it back to this list. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 12:44: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mass.dis.org (dhcp45-24.dis.org [216.240.45.24]) by hub.freebsd.org (Postfix) with ESMTP id AC25437B41A; Thu, 21 Mar 2002 12:43:44 -0800 (PST) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.6/8.11.6) with ESMTP id g2LKejl00967; Thu, 21 Mar 2002 12:40:45 -0800 (PST) (envelope-from msmith@mass.dis.org) Message-Id: <200203212040.g2LKejl00967@mass.dis.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Dmitry Morozovsky Cc: Matthew Dillon , David Greenman , "Steve O'Hara-Smith" , mrcpu@internetcds.com, clash@tasam.com, questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Problems with large disk. (> 1 TB) In-reply-to: Your message of "Thu, 21 Mar 2002 15:16:36 +0300." <20020321151338.T2793-100000@woozle.rinet.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 21 Mar 2002 12:40:45 -0800 From: Michael Smith Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > So, are my feelings right that in order to bring in use into machine total > storage greater than 1T and gain access in the middle to some redundancy, > the best way is make slices and concatenate them under vinum to get > multiple stripes each <1T in size? No. You cannot have a disk volume larger than 1TB at this time. End of story. -- To announce that there must be no criticism of the president, or that we are to stand by the president, right or wrong, is not only unpatriotic and servile, but is morally treasonable to the American public. - Theodore Roosevelt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 12:53: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gmotion.com (gmotion.com [161.58.223.16]) by hub.freebsd.org (Postfix) with ESMTP id 434D337B400 for ; Thu, 21 Mar 2002 12:53:05 -0800 (PST) Received: from [192.168.100.51] (246-44.netsecure.net [208.246.246.44]) by gmotion.com (8.11.6) id g2LKqok67383; Thu, 21 Mar 2002 14:52:50 -0600 (CST) User-Agent: Microsoft-Entourage/9.0.2509 Date: Thu, 21 Mar 2002 15:00:18 -0600 Subject: Re: User migration problems again... From: "John M. Fannon" To: Cc: Message-ID: In-Reply-To: <200203211831.g2LIVsa24112@www.mentorhigh.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 5/9/41 12:31 PM, "monk@mentorhigh.com" wrote: ^-set your date please! > I appreciate all the help I have gotten so far. I am trying to move users from > a > LinuxPPC box to 4.5. I have managed to add entries to the master.passwd file > and > run the command 'pwd_makedb' ok, but it won't let me do it for the passwd > file. > It gives me an error on line 3 which is the root line which is the following: > > root:*:0:0:Charlie &:/root:/usr/local/bin/bash > > Is there anything wrong with that? Looks like a shadowed password file (no FaEhbRwVBew stuff where the * is.) > > Also the passwords don't work either for the users that I have migrated. Is > this > an encryption problem or am I doin something else wrong? Well, if you have '*' in place of the needed passwords, they will obviously not be known to BSD (or anything/one for that matter) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 12:56:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sagan.beanstalk.net (sagan.beanstalk.net [12.162.34.5]) by hub.freebsd.org (Postfix) with ESMTP id 8078F37B419 for ; Thu, 21 Mar 2002 12:56:13 -0800 (PST) Received: from fcoffice.ptfd.org (unverified [12.162.35.98]) by sagan.beanstalk.net (Vircom SMTPRS 4.2.181) with SMTP id ; Thu, 21 Mar 2002 15:58:27 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Michael W.Holdeman Organization: PTFD To: John Bleichert Subject: Re: VMWare2vs Win4Lin(BSD) Date: Thu, 21 Mar 2002 15:56:01 -0500 X-Mailer: KMail [version 1.2] References: In-Reply-To: Cc: FreeBSD Questions MIME-Version: 1.0 Message-Id: <0203211556010B.13992@fcoffice.ptfd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 21 March 2002 10:48, you wrote: > On Thu, 21 Mar 2002, Michael W.Holdeman wrote: > > Date: Thu, 21 Mar 2002 10:35:29 -0500 > > From: Michael W.Holdeman > > To: Travis L. Leuthauser > > Cc: "FreeBSD Questions " > > > > Subject: Re: VMWare2vs Win4Lin(BSD) > > > > Well after finally getting everything squared away for VM, VMware has > > informed me that there are no evaluation licenses available for 2.0,. I > > guess with no port for 3.0 yet, that kinda is that! > > > > > > guess its time to research Win4Lin a little more. Anyone interested in > > this?? > > <...> > > I run Win4Lin on my laptop under RedHat. I have for a while as some of the > crap we have to use at work is win32-only like Lotus Smartsuite and > Notes . > > It's a great app but I'm unsure how it would work under BSD as it requires > patching the Linux kernel for proper operation. Correct, Really a great system, but Sofar I can't get Netraverse interested. I think if we had enough members express interest it might be different. I'd like to get ahold of some of the Trelos folks, I can remember working with them on W4L 1.0 getting a difficult app to run,. It seems that W4L's roots are in teh Merge system that ran Win 3.1 stuff under Unix. I would think with the better controll over kernels and lib's under FreeBSD it would really be better for their support teams anyway! I'd like to build some interest in this and take it to Netraverse. Even to find some programming folks who would be willing to research a port, someone who knows the kernel operations. Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 13: 3:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20107.mail.yahoo.com (web20107.mail.yahoo.com [216.136.226.44]) by hub.freebsd.org (Postfix) with SMTP id EA33037B400 for ; Thu, 21 Mar 2002 13:03:39 -0800 (PST) Message-ID: <20020321210339.17483.qmail@web20107.mail.yahoo.com> Received: from [80.224.99.77] by web20107.mail.yahoo.com via HTTP; Thu, 21 Mar 2002 13:03:39 PST Date: Thu, 21 Mar 2002 13:03:39 -0800 (PST) From: Peter Subject: psmintr: out of sync (known solutions don't work) To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [4.5 Stable] With both an Intellimouse ps2 and an old ibm ps2 I get the psmintr out of sync (00c01 ! = 0000) error. I tried with the NOCHECKSYNC flag in moused and place the following in my kernel: options PSM_HOOKRESUME options PSM_RESETAFTERSUSPEND but the problem remains. thanks, Sn __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.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 Mar 21 13: 6: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.158]) by hub.freebsd.org (Postfix) with ESMTP id E5EAD37B400 for ; Thu, 21 Mar 2002 13:05:52 -0800 (PST) Received: (from lowell@localhost) by be-well.ilk.org (8.11.6/8.11.6) id g2LL5kq59289; Thu, 21 Mar 2002 16:05:46 -0500 (EST) (envelope-from lowell@world.std.com) X-Authentication-Warning: be-well.ilk.org: lowell set sender to lowell@world.std.com using -f To: freebsd-questions@freebsd.org Subject: Re: DB Authentication References: <20020319123257.H23375@sjt-u10.cisco.com> <20020319123717.6b13ab8c.Zapper@FoxChat.Net> <033c01c1cf6d$a44c8e30$2aa8a8c0@melim.com.br> <44it7squbm.fsf@be-well.ilk.org> <00b001c1d009$6a1f3e00$2aa8a8c0@melim.com.br> From: Lowell Gilbert Date: 21 Mar 2002 16:05:46 -0500 In-Reply-To: <00b001c1d009$6a1f3e00$2aa8a8c0@melim.com.br> Message-ID: <443cytk4wl.fsf@be-well.ilk.org> Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Ronan Lucio" writes: > I need to do this to create new options like, the user maintain his > own account by himself, and I=B4ve been some tests with passwd file, > but the passwd file have corrupted some times with simultaneous > access. The password commands lock the passwd database themselves, so this seems unlikely. > I looking for the easier (faster) way to get it and I should to know > if I must use pam.pgsql ou pam.ldap. I don't know about faster; the default method uses a hashed database, and it's unlikely that an SQL database would be able to beat it for speed.=20 > I=B4ve seem many people saing that ldap is hard to make it work, but > I don=B4t know if I use pam.pgsql I=B4ll do all servirces authenticate. This may turn out to be a good question. If they use the recommended functions for accessing authentication functionality, it should just work, but there may be some unconverted services around. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 13:15:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-239.dsl.lsan03.pacbell.net [64.165.226.239]) by hub.freebsd.org (Postfix) with ESMTP id ECE7A37B400 for ; Thu, 21 Mar 2002 13:15:24 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 18BC166C39; Thu, 21 Mar 2002 13:15:24 -0800 (PST) Date: Thu, 21 Mar 2002 13:15:23 -0800 From: Kris Kennaway To: Sean O'Neill Cc: freebsd-questions@freebsd.org Subject: Re: Still a little green on cvsup - question on security updates Message-ID: <20020321131523.A70132@xor.obsecurity.org> References: <5.1.0.14.0.20020321121116.00aba140@postoffice.swbell.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="cWoXeonUoKmBZSoM" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <5.1.0.14.0.20020321121116.00aba140@postoffice.swbell.net>; from sean@seanoneill.info on Thu, Mar 21, 2002 at 12:22:18PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 21, 2002 at 12:22:18PM -0600, Sean O'Neill wrote: > First, I'm running FreeBSD 4.5R. >=20 > I've read in a couple of places something about security updates come fro= m=20 > a different "source" in relation to cvsup. My cvsup is working fine righ= t=20 > now for what I'm doing - I think. So my question is is this "reading"=20 > confusing me? Am I getting EVERYTHING for 4.5R e.g. bug updates,=20 > enhancements, and security updates ? > *default tag=3DRELENG_4_5_0_RELEASE No, this tag means "exactly what was shipped as 4.5-RELEASE and nothing else". You want RELENG_4_5 for "4.5-R plus security updates", as noted by the other poster. Kris --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8mk1rWry0BWjoQKURApTJAJ0Y52vhuHQnMj/sFv4of5nmxo0YegCfWrX4 sSEV2ovgjO99TJYYQI5PFXw= =VMNt -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 13:16: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.158]) by hub.freebsd.org (Postfix) with ESMTP id 68C9237B404 for ; Thu, 21 Mar 2002 13:15:58 -0800 (PST) Received: (from lowell@localhost) by be-well.ilk.org (8.11.6/8.11.6) id g2LLFvk59340; Thu, 21 Mar 2002 16:15:57 -0500 (EST) (envelope-from lowell@world.std.com) X-Authentication-Warning: be-well.ilk.org: lowell set sender to lowell@world.std.com using -f To: freebsd-questions@freebsd.org Subject: Re: rc.conf References: <002001c1cfa4$c7282e50$1c01a8c0@lc.ca.gov> <20020319193926.7df0ceb3.chip@wiegand.org> <004201c1d04b$34466dc0$f82a6ba5@lc.ca.gov> <20020320151344.A59778@rochester.rr.com> From: Lowell Gilbert Date: 21 Mar 2002 16:15:57 -0500 In-Reply-To: <20020320151344.A59778@rochester.rr.com> Message-ID: <44sn6tipv6.fsf@be-well.ilk.org> Lines: 36 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mpd writes: > On Wed, Mar 20, 2002 at 12:09:55PM -0800, Drew Tomlinson wrote: > > ----- Original Message ----- > > From: "Chip Wiegand" > > To: "Drew Tomlinson" > > Cc: ; > > Sent: Tuesday, March 19, 2002 11:39 AM > > Subject: Re: rc.conf > > > > > > > I happen to recall there is a way to re-read, or restart, whatever you > > > want to call it, rc.conf, and it does not involve rebooting at all. It > > > has to do with sending a sighup or some such thing to process 1, I > > > believe. That's the problem, I can't remember how. I know it's gotta > > be > > > in the archives, but after an hour of searching I gave up, there's > > just > > > too many irrelevant results. > > > > Thanks for the info. Please let me know if you find an answer. > > Is there a reason to not just run it? It's just a shell script. It's not supposed to contain any commands, just variable settings that are used by other scripts. You can re-run the *other* scripts, which are generally set up to pull in rc.conf automatically, but in general they're not idempotent (they'll try to start daemons that are already running, and otherwise wreak havoc). So it depends on which specific parameters you are changing in rc.conf. By and large, it's pretty easy to do (or restart) whatever the startup scripts would have done with those variables, but to really re-execute the whole startup procedure, it'll be really hard without rebooting. Or at least dropping to single-user mode and back up, as by sending a SIGTERM to the init(8) process. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 13:33:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail46.fg.online.no (mail46-s.fg.online.no [148.122.161.46]) by hub.freebsd.org (Postfix) with ESMTP id 9E27F37B419 for ; Thu, 21 Mar 2002 13:33:30 -0800 (PST) Received: from iceman (ti121210a080-1576.bb.online.no [80.212.6.40]) by mail46.fg.online.no (8.9.3/8.9.3) with SMTP id WAA04852 for ; Thu, 21 Mar 2002 22:33:24 +0100 (MET) Message-ID: <001201c1d120$6eb32f40$0200a8c0@iceman> From: "Glenn Guillot" To: Subject: LYNX Date: Thu, 21 Mar 2002 22:36:14 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000F_01C1D128.CED1D680" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000F_01C1D128.CED1D680 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi I have just installed Freebsd, my preious os was Redhat, i do not use = xwin, isnt there a "lynx" i freeBSD? when i try to execute the = application it is like if it did not exsist i hope you can help me Glenn ------=_NextPart_000_000F_01C1D128.CED1D680 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi
I have just installed Freebsd, my = preious os=20 was Redhat, i do not use xwin, isnt there a "lynx" i freeBSD? when i try = to=20 execute the application it is like if it did not exsist
 
i hope you can help me
 
Glenn
------=_NextPart_000_000F_01C1D128.CED1D680-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 13:38:17 2002 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 281D837B400 for ; Thu, 21 Mar 2002 13:38:12 -0800 (PST) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.12.2/8.12.2) with ESMTP id g2LLbbib062623; Thu, 21 Mar 2002 15:38:10 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.2/8.12.2/Submit) id g2LLbaCI062622; Thu, 21 Mar 2002 15:37:36 -0600 (CST) Date: Thu, 21 Mar 2002 15:37:36 -0600 From: Dan Nelson To: Glenn Guillot Cc: freebsd-questions@FreeBSD.ORG Subject: Re: LYNX Message-ID: <20020321213736.GA63642@dan.emsphone.com> References: <001201c1d120$6eb32f40$0200a8c0@iceman> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001201c1d120$6eb32f40$0200a8c0@iceman> User-Agent: Mutt/1.3.28i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Mar 21), Glenn Guillot said: > Hi > I have just installed Freebsd, my preious os was Redhat, i do not use xwin, isnt there a "lynx" i freeBSD? when i try to execute the application it is like if it did not exsist run "pkg_add -r lynx" -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 13:42:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from foo31-146.visit.se (foo31-146.visit.se [62.119.31.146]) by hub.freebsd.org (Postfix) with ESMTP id 11D0737B404 for ; Thu, 21 Mar 2002 13:42:15 -0800 (PST) Received: (from martin@localhost) by foo31-146.visit.se (8.11.6/8.11.6) id g2LLfa326240; Thu, 21 Mar 2002 22:41:36 +0100 (CET) (envelope-from martin) Date: Thu, 21 Mar 2002 22:41:35 +0100 From: Martin Karlsson To: Glenn Guillot Cc: freebsd-questions@FreeBSD.ORG Subject: Re: LYNX Message-ID: <20020321214135.GC7042@foo31-146.visit.se> Mail-Followup-To: Martin Karlsson , Glenn Guillot , freebsd-questions@FreeBSD.ORG References: <001201c1d120$6eb32f40$0200a8c0@iceman> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <001201c1d120$6eb32f40$0200a8c0@iceman> User-Agent: Mutt/1.3.28i X-PGP-Keyid: 0x9C924660 X-PGP-Fingerprint: 5970 BE22 2C33 4D8F 53FD 7E34 66FF 9332 9C92 4660 X-Editor: Vim http://www.vim.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Glenn Guillot [2002-03-21 22.36 +0100]: > Hi I have just installed Freebsd, my preious os was Redhat, i do > not use xwin, isnt there a "lynx" i freeBSD? when i try to execute > the application it is like if it did not exsist Well, there is, and there isn't. It's not installed with the OS itself. It's in the ports collection, and can be installed either as a port or as a package. Find out more by following the links in my sig. HTH Martin -- Homepage: http://www.FreeBSD.org Handbook: http://www.FreeBSD.org/doc/en_usISO88591/handbook.html FAQ: http://www.FreeBSD.org/doc/en_usISO88591/faq.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 13:43:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fep03-mail.bloor.is.net.cable.rogers.com (fep03-mail.bloor.is.net.cable.rogers.com [66.185.86.73]) by hub.freebsd.org (Postfix) with ESMTP id 667F237B41A for ; Thu, 21 Mar 2002 13:43:36 -0800 (PST) Received: from hyperion ([24.156.109.151]) by fep03-mail.bloor.is.net.cable.rogers.com (InterMail vM.5.01.04.06 201-253-122-122-106-20020109) with ESMTP id <20020321214336.FLSK4430.fep03-mail.bloor.is.net.cable.rogers.com@hyperion> for ; Thu, 21 Mar 2002 16:43:36 -0500 Date: Thu, 21 Mar 2002 16:43:33 -0500 Mime-Version: 1.0 (Apple Message framework v481) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: can't allocate llinfo From: Joe Abley To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.481) X-Authentication-Info: Submitted using SMTP AUTH PLAIN at fep03-mail.bloor.is.net.cable.rogers.com from [24.156.109.151] using ID at Thu, 21 Mar 2002 16:43:36 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm getting a bunch of these, all of a sudden: Mar 21 16:39:39 buffoon /kernel: arpresolve: can't allocate llinfo for 209.249.158.34rt Mar 21 16:39:44 buffoon /kernel: arplookup 209.249.158.34 failed: could not allocate llinfo Mar 21 16:39:44 buffoon /kernel: arpresolve: can't allocate llinfo for 209.249.158.34rt Mar 21 16:39:45 buffoon /kernel: arplookup 209.249.158.34 failed: could not allocate llinfo Mar 21 16:39:45 buffoon /kernel: arpresolve: can't allocate llinfo for 209.249.158.34rt Mar 21 16:39:45 buffoon /kernel: arplookup 209.249.158.34 failed: could not allocate llinfo Mar 21 16:39:45 buffoon /kernel: arpresolve: can't allocate llinfo for 209.249.158.34rt They are scaring me, slightly, especially with that slightly malformed IP address. Machine is a fresh 4-STABLE (well, fresh as of last night). That address is actually reached through a gif tunnel; various details below. If this rings any bells for anybody, it would be good to hear from them :) [jabley@buffoon]$ uname -a FreeBSD buffoon.automagic.org 4.5-STABLE FreeBSD 4.5-STABLE #7: Thu Mar 21 11:10:27 EST 2002 jabley@buffoon.automagic.org:/usr/obj/usr/src/sys/BUFFOON i386 [jabley@buffoon]$ [jabley@buffoon]$ ifconfig -a fxp0: flags=8a43 mtu 1500 inet 208.185.30.208 netmask 0xffffffc0 broadcast 208.185.30.255 inet6 fe80::2d0:b7ff:fe79:a0a7%fxp0 prefixlen 64 scopeid 0x1 ether 00:d0:b7:79:a0:a7 media: Ethernet autoselect (100baseTX ) status: active lp0: flags=8810 mtu 1500 lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet 127.0.0.1 netmask 0xff000000 inet6 2001:438:1fff:fff7::1 prefixlen 64 ppp0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 faith0: flags=8002 mtu 1500 gif1: flags=8051 mtu 1280 tunnel inet 208.185.30.208 --> 209.249.254.66 inet6 fe80::2d0:b7ff:fe79:a0a7%gif1 prefixlen 64 scopeid 0x7 inet6 2001:438:1fff:ffff:8::32 --> 2001:438:1fff:ffff:8::31 prefixlen 128 gif0: flags=8051 mtu 1280 tunnel inet 208.185.30.208 --> 24.156.109.151 inet6 fe80::2d0:b7ff:fe79:a0a7%gif0 prefixlen 64 scopeid 0x8 inet 209.249.158.33 --> 209.249.158.34 netmask 0xffffffff inet6 2001:438:1fff:ffff:8::25 --> 2001:438:1fff:ffff:8::26 prefixlen 128 [jabley@buffoon]$ [jabley@buffoon]$ netstat -rn -f inet Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 208.185.30.193 UGSc 4430 15077 fxp0 127.0.0.1 127.0.0.1 UH 379 4340 lo0 208.185.30.192/26 link#1 UC 2 0 fxp0 208.185.30.193 0:0:c:7:ac:2 UHLW 103 0 fxp0 989 208.185.30.208 0:d0:b7:79:a0:a7 UHLW 0 32 lo0 209.249.158/27 209.249.158.34 UGSc 1 2086 fxp0 209.249.158.34 209.249.158.33 UH 0 271 gif0 [jabley@buffoon]$ [jabley@buffoon]$ arp -an ? (208.185.30.193) at 0:0:c:7:ac:2 on fxp0 [ethernet] ? (208.185.30.208) at 0:d0:b7:79:a0:a7 on fxp0 permanent [ethernet] [jabley@buffoon]$ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 13:50:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from catflap.bishopston.net (catflap.bishopston.net [24.67.16.239]) by hub.freebsd.org (Postfix) with ESMTP id 85B3837B400 for ; Thu, 21 Mar 2002 13:50:05 -0800 (PST) X-Envelope-From: jamie@catflap.bishopston.net X-Envelope-To: freebsd-questions@freebsd.org Received: from catflap.bishopston.net (jamie@localhost [127.0.0.1]) by catflap.bishopston.net (8.12.1/8.12.1) with ESMTP id g2LLnvWB019834; Thu, 21 Mar 2002 21:49:57 GMT (envelope-from jamie@catflap.bishopston.net) Received: (from jamie@localhost) by catflap.bishopston.net (8.12.1/8.12.1/Submit) id g2LLnu82019831; Thu, 21 Mar 2002 21:49:56 GMT (envelope-from jamie) Message-Id: <200203212149.g2LLnu82019831@catflap.bishopston.net> To: Fernando Gleiser , freebsd-questions@freebsd.org From: Jamie Jones Subject: Re: slightly OT: tools for manipulating mpeg files? In-Reply-To: <20020321163253.Q33574-100000@cactus.fi.uba.ar> References: <20020321163253.Q33574-100000@cactus.fi.uba.ar> X-newsgroup: muc.lists.freebsd.questions X-In-Response-To: Fernando Gleiser X-NO-Junk: Support the ban of unsolicited junk email - http://www.cauce.org/ Date: Thu, 21 Mar 2002 21:49:56 +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In muc.lists.freebsd.questions, you wrote: > I am looking for a tool for FreeBSD or linux which allows to modify > a MPEG file into another MPEG file with the bitrates and resolution corrected > for VCD use. Does anybody know if such a tool exists? Transcode seems to do that, and it will work on Linux and FreeBSD: http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/ Cheers,Jamie -- Jamie Jones http://www.bishopston.com/jamie/ --- 279 days to Christmas! Word of the day: "chronothermometer" ---- "I'm not big, and I'm not clever. And I'm definitely not funny." ----------- The reply address on this posting expires in 7 days time. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 13:52:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fep03-mail.bloor.is.net.cable.rogers.com (fep03-mail.bloor.is.net.cable.rogers.com [66.185.86.73]) by hub.freebsd.org (Postfix) with ESMTP id 51A9037B41B for ; Thu, 21 Mar 2002 13:52:18 -0800 (PST) Received: from hyperion ([24.156.109.151]) by fep03-mail.bloor.is.net.cable.rogers.com (InterMail vM.5.01.04.06 201-253-122-122-106-20020109) with ESMTP id <20020321215218.FNMI4430.fep03-mail.bloor.is.net.cable.rogers.com@hyperion> for ; Thu, 21 Mar 2002 16:52:18 -0500 Date: Thu, 21 Mar 2002 16:52:15 -0500 Subject: Re: can't allocate llinfo Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v481) From: Joe Abley To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.481) X-Authentication-Info: Submitted using SMTP AUTH PLAIN at fep03-mail.bloor.is.net.cable.rogers.com from [24.156.109.151] using ID at Thu, 21 Mar 2002 16:52:18 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [replying to my own post] On Thursday, March 21, 2002, at 04:43 , Joe Abley wrote: > I'm getting a bunch of these, all of a sudden: > > Mar 21 16:39:39 buffoon /kernel: arpresolve: can't allocate llinfo for > 209.249.158.34rt > Mar 21 16:39:44 buffoon /kernel: arplookup 209.249.158.34 failed: could > not allocate llinfo > Mar 21 16:39:44 buffoon /kernel: arpresolve: can't allocate llinfo for > 209.249.158.34rt > Mar 21 16:39:45 buffoon /kernel: arplookup 209.249.158.34 failed: could > not allocate llinfo > Mar 21 16:39:45 buffoon /kernel: arpresolve: can't allocate llinfo for > 209.249.158.34rt > Mar 21 16:39:45 buffoon /kernel: arplookup 209.249.158.34 failed: could > not allocate llinfo > Mar 21 16:39:45 buffoon /kernel: arpresolve: can't allocate llinfo for > 209.249.158.34rt > > They are scaring me, slightly, especially with that slightly malformed > IP address. Aah, I see that it's not malformed; the relevant code in netinet/if_ether.c says if (la == 0 || rt == 0) { log(LOG_DEBUG, "arpresolve: can't allocate llinfo for %s%s%s\n", inet_ntoa(SIN(dst)->sin_addr), la ? "la" : "", rt ? "rt" : ""); m_freem(m); return (0); } I still don't understand why this is happening, though, so clues would still be welcome. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 13:58:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 0lsen.net (12-224-41-96.client.attbi.com [12.224.41.96]) by hub.freebsd.org (Postfix) with ESMTP id 1BB6737B41A for ; Thu, 21 Mar 2002 13:58:09 -0800 (PST) Received: by 0lsen.net (Postfix, from userid 1001) id 73893BCE; Thu, 21 Mar 2002 13:58:08 -0800 (PST) Date: Thu, 21 Mar 2002 13:58:08 -0800 From: Clint Olsen To: freebsd-questions@freebsd.org Subject: Throttling ethernet throughput Message-ID: <20020321215808.GA28484@0lsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i Organization: NULlsen Network X-Disclaimer: Mutt Bites! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I sent this out on the postfix-users list, and they suggested the *only* way to handle this at the operating systems level. I can see their point. I'm on a cable modem service which has 1.5M download and strangled 128K upload. When I send a a fairly large attachment to a lot of recipients, my MTA attempts to deliver to many recipients in parallel, causing my outbound throughput to approach damn near zero. Now, I can limit the number of simultaneous smtp connections that Postfix attempts, but this is not a guarantee that a fast receiver will still manage to consume all of my available bandwidth. Some list members suggested dummynet(4). However this requires the use if ipfw and friends of which I'm not really familiar. Is this the only way to do this? I am not using FreeBSD as a firewall. It is a peer on a local network with the gateway being a Linksys firewall/router. Thanks, -Clint -- Clint Olsen . -- . clint at NULlsen dot net .' ,-. `. ;_,' ( ; `. ``;' FreeBSD: Rebooting is for hardware upgrades. ` -- ' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 14: 5:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from marvin.1729.net (1729.xs4all.nl [213.84.67.6]) by hub.freebsd.org (Postfix) with ESMTP id 67C2F37B400 for ; Thu, 21 Mar 2002 14:05:30 -0800 (PST) Received: from arnold (arnold.lan [192.168.1.8]) by marvin.1729.net (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with SMTP id XAA18000; Thu, 21 Mar 2002 23:25:54 +0100 Message-ID: <01d701c1d124$73c988e0$0801a8c0@lan.1729.net> From: "Ruben de Groot" To: "John M. Fannon" , Cc: References: Subject: Re: User migration problems again... Date: Thu, 21 Mar 2002 23:04: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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On 5/9/41 12:31 PM, "monk@mentorhigh.com" wrote: > ^-set your date please! > > > I appreciate all the help I have gotten so far. I am trying to move users from > > a > > LinuxPPC box to 4.5. I have managed to add entries to the master.passwd file > > and > > run the command 'pwd_makedb' ok, but it won't let me do it for the passwd > > file. You don't have to. Just run "pwd_mkdb -p master.passwd" and it will create pwd.db, spwd.db AND passwd for you. RTM pwd_mkdb(8) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 14:11:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ecdimail.com (64.83.20.119.dsl119-static-ric.cavtel.net [64.83.20.119]) by hub.freebsd.org (Postfix) with SMTP id 74BCB37B417 for ; Thu, 21 Mar 2002 14:10:59 -0800 (PST) From: "Coach Davis" To: "freebsd-questions@FreeBSD.org" Subject: Richmond SPEED! Date: Thu, 21 Mar 2002 17:12:11 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal Reply-To: "Coach Davis" Organization: Richmond Speed X-Mailer: Internet Mail Service Content-Type: multipart/alternative; boundary="----_NextPart_6965182715" Message-Id: <20020321221059.74BCB37B417@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------_NextPart_6965182715 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: QUOTED-PRINTABLE WIN THIS RICHMOND SPEED ULTIMATE FAN PRIZE PACKAGE! 2001 American Conference Champions, THE RICHMOND SPEED defend their title on: OPENING NIGHT SATURDAY MARCH 30th 7:00 p.m. Order your SPEED tickets by phone and you could win this ultimate fan prize package. Call the SPEED office: 1-804-780-2352 and order your tickets today! If you would prefer not to receive Richmond Speed e-mailings, click here to unsubscribe. ------_NextPart_6965182715 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: QUOTED-PRINTABLE Richmond Speed
 


WIN THIS RICHMOND SPEED ULTIMATE FAN PRIZE PACKAGE!

 


2001 American
Conference Champions,

THE RICHMOND SPEED

defend their title on:


OPENING NIGHT
SATURDAY
MARCH 30th
7:00 p.m.


Order your SPEED tickets by phone and you could win this ultimate fan prize package.

Call the SPEED office:

1-804-780-2352
and order your tickets today!

 
 
If you would prefer not to receive Richmond Speed e-mailings, click here to unsubscribe.
 

------_NextPart_6965182715-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 14:12:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.flarion.com (mail.flarion.com [63.103.94.23]) by hub.freebsd.org (Postfix) with ESMTP id E9AE637B486 for ; Thu, 21 Mar 2002 14:11:54 -0800 (PST) Received: by rrmail01.lab.flarion.com with Internet Mail Service (5.5.2653.19) id ; Thu, 21 Mar 2002 17:11:53 -0500 Message-ID: <8C92E23A3E87FB479988285F9E22BE46023613@ftmail> From: Matt Impett To: "'freebsd-questions@freebsd.org'" Subject: policy routing to tunnels.. Date: Thu, 21 Mar 2002 17:11:43 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello.. I am working on a mobileIP implementation on freeBSD, and I have a question about how to do something with the freeBSD IP networking stack. This is the jist: Basically, what I want to be able to do is to add a policy route to a freebsd router so that it will take packets with specific source addresses and pass them to a tunnel. Now, I have seen examples of the ipfw command that would handle this, but I don't think they apply to me. This is why: I have created a gif tunnel and have set the physsrc and physdest addresses of the tunnel but I have not actually given the point to point interface its addresses (ie, with the ifconfig command, or something similar). The reason why is that for the majority of the tunnel lifetime, I do not want to transmit any packets on it, but only receive. Therefore, I want no route to the tunnel for any IP addresses. However, at some point during the tunnel lifetime, I may want to redirect packets with particular source addresses into the tunnel. Now, if I had a routing table entry which pointed to the tunnel, something like this: Destination Gateway Netif a.b.c.d gif0 gif0 then I guess I could do something like this with ipfw: ipfw add fwd a.b.c.d ip from to any However, I have no routes in my routing table for this tunnel. The reason why is there is no destination address which I always want to tunnel for. I really only want to tunnel based on source address. (As I side note, would the above work?? I ask because I guess a hack to make this work would be to make up a dummy private IP and put a route in for it using my tunnel as outgoing interface, then I could use the firewalling code to direct packets to that "fake route".. ugh..) My question then is it is possible to route packets with particular source addresses directly to a particular interface?? Or, is there some other way I could accomplish this same thing?? Now, for anyone familiar with mobileIP and wondering what exactly I am trying to do with all this craziness, I am trying to implement mobileIP reverse tunneling (RFC 2344). Also, I have never posted here before, so I don't really know the protocol, but here is some (potentially) useful info: FreeBSD version: 4.4-RC5 thanks for your time, matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 14:23:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20507.mail.yahoo.com (web20507.mail.yahoo.com [216.136.226.142]) by hub.freebsd.org (Postfix) with SMTP id 54A9237B400 for ; Thu, 21 Mar 2002 14:23:15 -0800 (PST) Message-ID: <20020321222306.7695.qmail@web20507.mail.yahoo.com> Received: from [136.185.151.143] by web20507.mail.yahoo.com via HTTP; Thu, 21 Mar 2002 14:23:06 PST Date: Thu, 21 Mar 2002 14:23:06 -0800 (PST) From: Bryan Curl Subject: cdrtools-1.10 Freebsd 4.4 port missing mkisofs To: freebsd-questions MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-450583818-1016749386=:7677" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --0-450583818-1016749386=:7677 Content-Type: text/plain; charset=us-ascii FreeBSD 4.4 RELEASE The port CDRTOOLS-1.10 seems to be missing mkisofs. Port installs fine, as far as I can tell, but mkisofs is nowhere to be found. Do I need something compiled into the kernel, or am I missing something else? Mucho Gratis Bryan --bc3910@yahoo.com --------------------------------- Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® --0-450583818-1016749386=:7677 Content-Type: text/html; charset=us-ascii

FreeBSD 4.4 RELEASE

The port CDRTOOLS-1.10 seems to be missing mkisofs.

Port installs fine, as far as I can tell, but mkisofs is nowhere to be found.

Do I need something compiled into the kernel, or am I missing something else?

 



Mucho Gratis
Bryan
--bc3910@yahoo.com



Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards® --0-450583818-1016749386=:7677-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 14:30:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ecdimail.com (64.83.20.119.dsl119-static-ric.cavtel.net [64.83.20.119]) by hub.freebsd.org (Postfix) with SMTP id D882037B404 for ; Thu, 21 Mar 2002 14:30:07 -0800 (PST) From: "Coach Davis" To: "questions@FreeBSD.org" Subject: Richmond SPEED! Date: Thu, 21 Mar 2002 17:31:18 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal Reply-To: "Coach Davis" Organization: Richmond Speed X-Mailer: Internet Mail Service Content-Type: multipart/alternative; boundary="----_NextPart_4264604621" Message-Id: <20020321223007.D882037B404@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------_NextPart_4264604621 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: QUOTED-PRINTABLE WIN THIS RICHMOND SPEED ULTIMATE FAN PRIZE PACKAGE! 2001 American Conference Champions, THE RICHMOND SPEED defend their title on: OPENING NIGHT SATURDAY MARCH 30th 7:00 p.m. Order your SPEED tickets by phone and you could win this ultimate fan prize package. Call the SPEED office: 1-804-780-2352 and order your tickets today! If you would prefer not to receive Richmond Speed e-mailings, click here to unsubscribe. ------_NextPart_4264604621 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: QUOTED-PRINTABLE Richmond Speed
 


WIN THIS RICHMOND SPEED ULTIMATE FAN PRIZE PACKAGE!

 


2001 American
Conference Champions,

THE RICHMOND SPEED

defend their title on:


OPENING NIGHT
SATURDAY
MARCH 30th
7:00 p.m.


Order your SPEED tickets by phone and you could win this ultimate fan prize package.

Call the SPEED office:

1-804-780-2352
and order your tickets today!

 
 
If you would prefer not to receive Richmond Speed e-mailings, click here to unsubscribe.
 

------_NextPart_4264604621-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 14:37:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from subdimension.com (subdimension.com [209.150.29.129]) by hub.freebsd.org (Postfix) with SMTP id 04DEB37B419 for ; Thu, 21 Mar 2002 14:37:53 -0800 (PST) Received: from subdimension.com ([192.168.0.2]) by subdimension.com ; Thu, 21 Mar 2002 17:41:29 -0500 From: "irado" Reply-To: irado@subdimension.com To: freebsd-questions@FreeBSD.ORG Subject: is PF useable?? X-Mailer: WebMAIL to Mail Gateway v3.0h Date: Thu, 21 Mar 2002 23:39:50 GMT Message-id: <3c9a6f46.1b73.1804289383@subdimension.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG is PF (from OpenBSD) useable in FreeBSD?? is it adequate to use it in FreeBSD?? greetings, irado furioso com tudo. Linux User 179.402 there are more crimes under religions than under atheism. _____________________________________________________________________ // free anonymous email || forums \\ subZINE || anonymous browsing subDIMENSION -- http://www.subdimension.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 14:41: 1 2002 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 25C2F37B400 for ; Thu, 21 Mar 2002 14:40:57 -0800 (PST) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.12.2/8.12.2) with ESMTP id g2LMdZib048651; Thu, 21 Mar 2002 16:40:56 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.2/8.12.2/Submit) id g2LMdZaR048649; Thu, 21 Mar 2002 16:39:35 -0600 (CST) Date: Thu, 21 Mar 2002 16:39:35 -0600 From: Dan Nelson To: Bryan Curl Cc: freebsd-questions Subject: Re: cdrtools-1.10 Freebsd 4.4 port missing mkisofs Message-ID: <20020321223934.GB63642@dan.emsphone.com> References: <20020321222306.7695.qmail@web20507.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=cp437 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20020321222306.7695.qmail@web20507.mail.yahoo.com> User-Agent: Mutt/1.3.28i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Mar 21), Bryan Curl said: > > FreeBSD 4.4 RELEASE > > The port CDRTOOLS-1.10 seems to be missing mkisofs. > > Port installs fine, as far as I can tell, but mkisofs is nowhere to > be found. > > Do I need something compiled into the kernel, or am I missing > something else? mkisofs is a separate port install; ports/sysutils/mkisofs > Yahoo! Movies - coverage of the 74th Academy Awards® -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 14:41: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from subdimension.com (subdimension.com [209.150.29.129]) by hub.freebsd.org (Postfix) with SMTP id B1C3437B417 for ; Thu, 21 Mar 2002 14:40:58 -0800 (PST) Received: from subdimension.com ([192.168.0.2]) by subdimension.com ; Thu, 21 Mar 2002 17:44:35 -0500 From: "irado" Reply-To: irado@subdimension.com To: freebsd-questions@FreeBSD.ORG X-Mailer: WebMAIL to Mail Gateway v3.0h Date: Thu, 21 Mar 2002 23:42:56 GMT Message-id: <3c9a7000.214f.1804289383@subdimension.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Glenn Guillot wrote: > isnt there a "lynx" i freeBSD? when i try to execute the > application it is like if it did not exsist install it from ports _____________________________________________________________________ // free anonymous email || forums \\ subZINE || anonymous browsing subDIMENSION -- http://www.subdimension.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 14:42:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from foo31-146.visit.se (foo31-146.visit.se [62.119.31.146]) by hub.freebsd.org (Postfix) with ESMTP id 584EC37B404 for ; Thu, 21 Mar 2002 14:42:46 -0800 (PST) Received: (from martin@localhost) by foo31-146.visit.se (8.11.6/8.11.6) id g2LMg1726849; Thu, 21 Mar 2002 23:42:01 +0100 (CET) (envelope-from martin) Date: Thu, 21 Mar 2002 23:42:01 +0100 From: Martin Karlsson To: Bryan Curl Cc: freebsd-questions Subject: Re: cdrtools-1.10 Freebsd 4.4 port missing mkisofs Message-ID: <20020321224201.GD7042@foo31-146.visit.se> Mail-Followup-To: Martin Karlsson , Bryan Curl , freebsd-questions References: <20020321222306.7695.qmail@web20507.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20020321222306.7695.qmail@web20507.mail.yahoo.com> User-Agent: Mutt/1.3.28i X-PGP-Keyid: 0x9C924660 X-PGP-Fingerprint: 5970 BE22 2C33 4D8F 53FD 7E34 66FF 9332 9C92 4660 X-Editor: Vim http://www.vim.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Bryan Curl [2002-03-21 14.23 -0800]: > > FreeBSD 4.4 RELEASE > > The port CDRTOOLS-1.10 seems to be missing mkisofs. > > Port installs fine, as far as I can tell, but mkisofs is nowhere to be found. > > Do I need something compiled into the kernel, or am I missing something else? Reading that port's Makefile seems to suggest that you need to define MKISOFS when building it, in order to get mkisofs, i.e: % make MKISOFS=1 install clean No pkg-message which tells you, though. Strange. Please note that I don't guarantee that this will work as I don't have this port installed. Hope this helps -- Martin Karlsson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 15:23: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id 0090E37B41A for ; Thu, 21 Mar 2002 15:22:55 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id 4DC62901A00; Thu, 21 Mar 2002 18:21:34 -0500 (EST) Date: Thu, 21 Mar 2002 18:21:34 -0500 From: mpd To: irado Cc: freebsd-questions@FreeBSD.ORG Subject: Re: is PF useable?? Message-ID: <20020321182134.A85641@rochester.rr.com> References: <3c9a6f46.1b73.1804289383@subdimension.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3c9a6f46.1b73.1804289383@subdimension.com>; from irado@subdimension.com on Thu, Mar 21, 2002 at 11:39:50PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Mar 21, 2002 at 11:39:50PM +0000, irado wrote: > is PF (from OpenBSD) useable in FreeBSD?? No. > is it adequate to > use it in FreeBSD?? Supposing someone did the necessary hacking to get it to work, it would probably be adequate. OpenBSD uses it, and they're paranoid as hell. > > greetings, > > irado furioso com tudo. mike -- ___________________________________________________________ "LET US ENJOY OUR BACON SANDWICHES!" - Pokey the Penguin from "THE BEST TRIP EVER" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 15:32:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tk212017121218.teleweb.at (TK212017121218.teleweb.at [212.17.121.218]) by hub.freebsd.org (Postfix) with SMTP id CCA2C37B41C for ; Thu, 21 Mar 2002 15:32:25 -0800 (PST) Received: (qmail 9485 invoked from network); 21 Mar 2002 23:32:24 -0000 Received: from unknown (HELO freebsd3.rocks) (192.168.1.10) by 192.168.1.1 with SMTP; 21 Mar 2002 23:32:24 -0000 Received: (qmail 16604 invoked by uid 1001); 21 Mar 2002 23:32:24 -0000 Date: Fri, 22 Mar 2002 00:32:24 +0100 From: Herbert To: freebsd-questions Subject: Re: cdrtools-1.10 Freebsd 4.4 port missing mkisofs Message-ID: <20020321233224.GA16581@TK212017121218.teleweb.at> Mail-Followup-To: Herbert , freebsd-questions References: <20020321222306.7695.qmail@web20507.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020321222306.7695.qmail@web20507.mail.yahoo.com> User-Agent: Mutt/1.3.28i X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hei! Install mkisofs from sysutils/mkisofs. Cya, Herbert On Thu, Mar 21, 2002 at 02:23:06PM -0800, Bryan Curl wrote: > > FreeBSD 4.4 RELEASE > > The port CDRTOOLS-1.10 seems to be missing mkisofs. > > Port installs fine, as far as I can tell, but mkisofs is nowhere to be found. > > Do I need something compiled into the kernel, or am I missing something else? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 15:44:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id F1B7E37B400 for ; Thu, 21 Mar 2002 15:44:22 -0800 (PST) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id g2LNlaw50511; Thu, 21 Mar 2002 17:47:36 -0600 (CST) (envelope-from nick@rogness.net) Date: Thu, 21 Mar 2002 17:47:36 -0600 (CST) From: Nick Rogness X-Sender: nick@cody.jharris.com To: Matt Impett Cc: "'freebsd-questions@freebsd.org'" Subject: Re: policy routing to tunnels.. In-Reply-To: <8C92E23A3E87FB479988285F9E22BE46023613@ftmail> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 21 Mar 2002, Matt Impett wrote: > Hello.. I am working on a mobileIP implementation on freeBSD, and I > have a question about how to do something with the freeBSD IP > networking stack. This is the jist: > > Basically, what I want to be able to do is to add a policy route to a > freebsd router so that it will take packets with specific source > addresses and pass them to a tunnel. Now, I have seen examples of the > ipfw command that would handle this, but I don't think they apply to > me. This is why: > > I have created a gif tunnel and have set the physsrc and physdest > addresses of the tunnel but I have not actually given the point to > point interface its addresses (ie, with the ifconfig command, or > something similar). The reason why is that for the majority of the > tunnel lifetime, I do not want to transmit any packets on it, but only > receive. Therefore, I want no route to the tunnel for any IP > addresses. However, at some point during the tunnel lifetime, I may > want to redirect packets with particular source addresses into the > tunnel. > You could block this in the firewall, yet still have have the ptp link IP defined. > Now, if I had a routing table entry which pointed to the tunnel, something > like this: > Destination Gateway Netif > a.b.c.d gif0 gif0 > > then I guess I could do something like this with ipfw: > ipfw add fwd a.b.c.d ip from to any > > However, I have no routes in my routing table for this tunnel. The reason > why is there is no destination address which I always want to tunnel for. > I really only want to tunnel based on source address. (As I side note, > would the above work?? Yes. > I ask because I guess a hack to make this work > would be to make up a dummy private IP and put a route in for it using my > tunnel as outgoing interface, then I could use the firewalling code to > direct packets to that "fake route".. ugh..) > Yes you could. > My question then is it is possible to route packets with particular > source addresses directly to a particular interface?? Or, is there > some other way I could accomplish this same thing?? Without a next hop it isn't possible (AFAIK). > > Now, for anyone familiar with mobileIP and wondering what exactly I am > trying to do with all this craziness, I am trying to implement > mobileIP reverse tunneling (RFC 2344). > Maybe a netgraph module would be better suited to do this? Nick Rogness - Don't mind me...I'm just sniffing your packets To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 15:45:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-239.dsl.lsan03.pacbell.net [64.165.226.239]) by hub.freebsd.org (Postfix) with ESMTP id F1DC237B404 for ; Thu, 21 Mar 2002 15:44:59 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 80A4C66C39; Thu, 21 Mar 2002 15:44:59 -0800 (PST) Date: Thu, 21 Mar 2002 15:44:59 -0800 From: Kris Kennaway To: irado Cc: freebsd-questions@FreeBSD.ORG Subject: Re: is PF useable?? Message-ID: <20020321154459.D74570@xor.obsecurity.org> References: <3c9a6f46.1b73.1804289383@subdimension.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="RYJh/3oyKhIjGcML" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3c9a6f46.1b73.1804289383@subdimension.com>; from irado@subdimension.com on Thu, Mar 21, 2002 at 11:39:50PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --RYJh/3oyKhIjGcML Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Mar 21, 2002 at 11:39:50PM +0000, irado wrote: > is PF (from OpenBSD) useable in FreeBSD?? is it adequate to > use it in FreeBSD?? It is not currently ported: the two packet filters included in FreeBSD are ipfw and ipfilter. Kris --RYJh/3oyKhIjGcML Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8mnB6Wry0BWjoQKURAmMGAKCUYZtEi3bzEcTKfd/UE3zQtm5jigCfdVBG NNLYtRz7MPlIp5sfO8+X1ME= =2r7A -----END PGP SIGNATURE----- --RYJh/3oyKhIjGcML-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 15:48:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl4-t33.citlink.net [207.173.249.33]) by hub.freebsd.org (Postfix) with ESMTP id 955BD37B419 for ; Thu, 21 Mar 2002 15:47:59 -0800 (PST) Received: from tagalong (unknown [165.107.42.248]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 34AC4EE609; Thu, 21 Mar 2002 15:47:58 -0800 (PST) Message-ID: <00a601c1d132$d459f600$f82a6ba5@lc.ca.gov> From: "Drew Tomlinson" To: "mpd" , "Bernhard Aichinger" Cc: References: <011c01c1d0fa$e3b2ecc0$f82a6ba5@lc.ca.gov> <20020321121417.A40371@rochester.rr.com> <016101c1d105$2d6e75a0$f82a6ba5@lc.ca.gov> <20020321134528.A40962@rochester.rr.com> Subject: Re: Problems Building XFree84-4 Port Date: Thu, 21 Mar 2002 15:47:57 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "mpd" To: "Drew Tomlinson" Cc: Sent: Thursday, March 21, 2002 10:45 AM Subject: Re: Problems Building XFree84-4 Port > > > Doing each component by hand works fine. > > > > If I try each by hand, what order would I do them in? Does it matter? > > Yes. If it's out of order, you get the error you have above. GLU is > part of XFree86-4-libraries. (I thought you had that installed. That > has to be done first.) > > Once you get the libraries and clients installed, installing > the rest is trivial. Thank you both for your help. I was able to build the port by following your suggestions. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 15:50:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 8455A37B400 for ; Thu, 21 Mar 2002 15:50:40 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id BFFCE78340; Fri, 22 Mar 2002 10:20:37 +1030 (CST) Date: Fri, 22 Mar 2002 10:20:37 +1030 From: Greg 'groggy' Lehey To: Kris Kirby Cc: freebsd-questions@freebsd.org Subject: Re: Vinum, "stale" disk. Message-ID: <20020322102037.G69857@wantadilla.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.23i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday, 21 March 2002 at 16:25:52 +0000, Kris Kirby wrote: > > # vinum l > > 3 drives: > D a State: up Device /dev/ad1s1e Avail: 1/19469 MB (0%) > D b State: up Device /dev/ad2s1e Avail: 1/19469 MB (0%) > D c State: up Device /dev/ad3s1e Avail: 1/19469 MB (0%) > > 1 volumes: > V raid0 State: up Plexes: 1 Size: 38 GB > > 1 plexes: > P raid0.p0 R5 State: degraded Subdisks: 3 Size: 38 GB > > 3 subdisks: > S raid0.p0.s0 State: up PO: 0 B Size: 19 GB > S raid0.p0.s1 State: stale PO: 273 kB Size: 19 GB > S raid0.p0.s2 State: up PO: 546 kB Size: 19 GB > > #uname -a > FreeBSD kickme.huntsvilleal.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri May 4 02:14:02 GMT 2001 root@kickme.huntsvilleal.com:/usr/src/sys/compile/TUCOWS i386 > > How can I force vinum to update drive .s1 without comprimising the > integrety of the data on the other two drives? The simple answer: you can't. This is a non-resilient configuration, and it's no longer consistent. The more complicated answer: use these commands: # vinum setstate up raid0.p0 raid0.p0.s1 # vinum saveconfig Depending on how the subdisk went down, you may or may not have a usable file system. This would be the configuration you'd have if you replaced drive b, for example. You're telling Vinum that there's data on raid0.p0.s1 when in fact there isn't. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html 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 Thu Mar 21 16: 5:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.uninterruptible.net (ns1.uninterruptible.net [216.7.46.11]) by hub.freebsd.org (Postfix) with ESMTP id 2283D37B419; Thu, 21 Mar 2002 16:05:20 -0800 (PST) Received: from Spaz.Catonic.NET (tnt6-216-180-5-178.dialup.HiWAAY.net [216.180.5.178]) by mail.uninterruptible.net (Postfix) with ESMTP id A93AE50323; Fri, 22 Mar 2002 00:05:01 +0000 (GMT) Received: by Spaz.Catonic.NET (Postfix, from userid 1002) id E1D6E3346; Fri, 22 Mar 2002 00:04:58 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by Spaz.Catonic.NET (Postfix) with ESMTP id DD40A4C49; Fri, 22 Mar 2002 00:04:58 +0000 (GMT) Date: Fri, 22 Mar 2002 00:04:58 +0000 (GMT) From: Kris Kirby To: Greg 'groggy' Lehey Cc: Subject: Re: Vinum, "stale" disk. In-Reply-To: <20020322102037.G69857@wantadilla.lemis.com> Message-ID: X-Tech-Support-Email: bofh@catonic.net Organization: Non Illegitemus Carborundum Inc. X-Disclaimer: My opinions are not those of my employer(s). X-Driving-The-Information-Superhighway-Joke: Asleep at the wheel. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Mar 2002, Greg 'groggy' Lehey wrote: > The simple answer: you can't. This is a non-resilient configuration, > and it's no longer consistent. I don't understand; > > 1 plexes: > > P raid0.p0 R5 State: degraded Subdisks: 3 Size: 38 GB Leads me to believe this is a RAID5 system. -- Kris Kirby, KE4AHR | TGIFreeBSD... 'Nuff said. | IM: KrisBSD | HSV, AL. ------------------------------------------------------- "Fate, it seems, is not without a sense of irony." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 16: 8: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 414E637B404 for ; Thu, 21 Mar 2002 16:07:57 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 303047833F; Fri, 22 Mar 2002 10:37:55 +1030 (CST) Date: Fri, 22 Mar 2002 10:37:55 +1030 From: Greg 'groggy' Lehey To: Kris Kirby Cc: freebsd-questions@freebsd.org Subject: Re: Vinum, "stale" disk. Message-ID: <20020322103755.K69857@wantadilla.lemis.com> References: <20020322102037.G69857@wantadilla.lemis.com> <20020322102037.G69857@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020322102037.G69857@wantadilla.lemis.com> User-Agent: Mutt/1.3.23i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Friday, 22 March 2002 at 0:04:58 +0000, Kris Kirby wrote: > On Friday, 22 March 2002 at 10:20:37 +1030, Greg 'groggy' Lehey wrote: >> On Thursday, 21 March 2002 at 16:25:52 +0000, Kris Kirby wrote: >>> >>> # vinum l >>> >>> 3 drives: >>> D a State: up Device /dev/ad1s1e Avail: 1/19469 MB (0%) >>> D b State: up Device /dev/ad2s1e Avail: 1/19469 MB (0%) >>> D c State: up Device /dev/ad3s1e Avail: 1/19469 MB (0%) >>> >>> 1 volumes: >>> V raid0 State: up Plexes: 1 Size: 38 GB >>> >>> 1 plexes: >>> P raid0.p0 R5 State: degraded Subdisks: 3 Size: 38 GB >>> >>> 3 subdisks: >>> S raid0.p0.s0 State: up PO: 0 B Size: 19 GB >>> S raid0.p0.s1 State: stale PO: 273 kB Size: 19 GB >>> S raid0.p0.s2 State: up PO: 546 kB Size: 19 GB >>> >>> #uname -a >>> FreeBSD kickme.huntsvilleal.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri May 4 02:14:02 GMT 2001 root@kickme.huntsvilleal.com:/usr/src/sys/compile/TUCOWS i386 >>> >>> How can I force vinum to update drive .s1 without comprimising the >>> integrety of the data on the other two drives? >> >> The simple answer: you can't. This is a non-resilient configuration, >> and it's no longer consistent. > > I don't understand; > >>> 1 plexes: >>> P raid0.p0 R5 State: degraded Subdisks: 3 Size: 38 GB > > Leads me to believe this is a RAID5 system. Oops, sorry, too early in the morning. Why do you call a RAID-5 volume raid0? # vinum start raid0.p0 I see there's another thread in the mail this morning about problems reviving RAID-5 plexes. You should probably wait until I've checked it out. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html 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 Thu Mar 21 16:16: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from geddy.nmsu.edu (geddy.nmsu.edu [128.123.195.221]) by hub.freebsd.org (Postfix) with ESMTP id 24E9637B41A for ; Thu, 21 Mar 2002 16:15:59 -0800 (PST) Received: (from ian@localhost) by geddy.nmsu.edu (8.11.6/8.11.6) id g2M0Giu05255; Thu, 21 Mar 2002 17:16:44 -0700 (MST) (envelope-from ian) Date: Thu, 21 Mar 2002 17:16:43 -0700 From: Ian Logan To: Fabrizio Fresco Cc: freebsd-questions@freebsd.org Subject: Re: SMP problems with 4.5-STABLE Message-ID: <20020322001643.GA5065@geddy.nmsu.edu> References: <20020321042723.GA3848@geddy.nmsu.edu> <3C99C392.E3D09361@netsiel.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C99C392.E3D09361@netsiel.it> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Fabrizio, Thanks for your reply. Unfortunately the BIOS on this machine doesnt have any settings like that. The closest I could find was MPS 1.4, which I thought stood for MultiProcessor Spec version 1.4. I tried disabling that, made no difference. Other than that its just the usual Plug&Play type stuff (I've tried those combinations as well. No luck). Any other ideas, or anyone else? Thanks for your help, Ian On Thu, Mar 21, 2002 at 12:27:14PM +0100, Fabrizio Fresco wrote: > Ian Logan wrote: > > > > Hello, > > We just received a Gateway 930C workstation, which is having problems > > booting a SMP kernel. > > > > Its a dual-CPU system with a serverworks chipset, aic7899 SCSI > > adapters, segate 18G SCSI disks, 1GB ram, and 2 1.4GHz Pentium-III's. > > > > (boot output is attached for the details) > > > > Running 4.5-STABLE (cvsup'd today) a UP kernel runs great. > > When trying to boot a SMP kernel, the system hangs right after > > the Waiting for SCSI devices to settle message. > > Try play with the machine bios, there are some similar problems with > some compaq server, > in the bios of the compaq servers there are some setting regarding the > operating system, > I resolved setting in the bios, the os as netware or sco..... it depend. > Hope this help. > > -- > FF -- Ian Logan Computing & Networking New Mexico State University Email: ian@nmsu.edu Phone: 505-646-6034 Fax: 505-646-4560 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 16:16:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web12905.mail.yahoo.com (web12905.mail.yahoo.com [216.136.174.72]) by hub.freebsd.org (Postfix) with SMTP id 5809537B419 for ; Thu, 21 Mar 2002 16:16:55 -0800 (PST) Message-ID: <20020322001655.4470.qmail@web12905.mail.yahoo.com> Received: from [141.158.126.200] by web12905.mail.yahoo.com via HTTP; Thu, 21 Mar 2002 16:16:55 PST Date: Thu, 21 Mar 2002 16:16:55 -0800 (PST) From: Joseph Petry Subject: Problems with Installation To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I am trying to install FreeBSD 4.4 onto my machine and I have gotten a warning and nothing would install. Here is my brake down of the pc: Pentium 300 MHz 192 Mb Ram 52x Acer Atapi CD-rom bootable 1.44 Floppy bootable IBM 60GXP HDD I am currently running both Windows XP and 98 on this machine. The error I get is Warning: The disc currently in the drive is either not a FreeBSD disc or it is an older (pre 2.1.5) FreeBSD CD which does not have a version number on it. I have used this disc before to install on an old Pentium computer a couple of weeks ago. Please let me know what you think the problem is and let me know what I can do. Thanks. Thank you, Joseph Petry ===== All things are difficult before they are easy. John Norley __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.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 Mar 21 16:19:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vectorstar.net (adsl-78-162-172.gnv.bellsouth.net [216.78.162.172]) by hub.freebsd.org (Postfix) with ESMTP id 64B7F37B404 for ; Thu, 21 Mar 2002 16:19:32 -0800 (PST) Received: (from ash@localhost) by vectorstar.net (8.11.6/8.11.3) id g2M0JMf26020 for questions@FreeBSD.ORG; Thu, 21 Mar 2002 19:19:22 -0500 (EST) (envelope-from ash@vectorstar.net) Date: Thu, 21 Mar 2002 19:19:21 -0500 From: Austin Shaw Hall To: questions@FreeBSD.ORG Subject: Re: Favorite Mail App? Message-ID: <20020321191921.A25783@darkstar.bellsouth.net> Mail-Followup-To: questions@FreeBSD.ORG References: <20020321203442.GA7042@foo31-146.visit.se> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020321203442.GA7042@foo31-146.visit.se>; from martin.karlsson@visit.se on Thu, Mar 21, 2002 at 09:34:42PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 21 March Martin Karlsson wrote: > * Brendan McAlpine [2002-03-21 13.46 -0500]: > > Hey everyone, > > Hi. > > > I¹m not trying to start a flame war here, but I was wondering if the list > > could give me some recommendations on a good mail app. I don¹t have any > > special requirements, I¹m just wondering what the majority of people are > > using. > > Well, I can't speak for /the majority/; however I can recommend > Mutt. It's a console/xterm app and *highly* configurable. I second that. Mutt is great for managing mailing lists. It is also highly configurable, For example: I have a send hook that automatically appends a fortune(6) to outgoing messages. > It can be hard to get to know it, but it's most certainly worth the > effort. definitely. > Learn more at: > http://www.mutt.org > > HAND > -- > Martin Karlsson Austin -- "I profoundly believe it takes a lot of practice to become a moral slob." -- William F. Buckley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 16:25:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by hub.freebsd.org (Postfix) with ESMTP id CFBA337B41A for ; Thu, 21 Mar 2002 16:25:16 -0800 (PST) Received: from vivi.cc.vt.edu (IDENT:mirapoint@vivi-lb.cc.vt.edu [10.1.1.12]) by lennier.cc.vt.edu (8.11.4/8.11.4) with ESMTP id g2M0PGk257984 for ; Thu, 21 Mar 2002 19:25:16 -0500 (EST) Received: from zathras (zathras.cc.vt.edu [198.82.162.117]) by vivi.cc.vt.edu (Mirapoint) with ESMTP id ANR50875; Thu, 21 Mar 2002 19:25:15 -0500 (EST) X-WebMail-UserID: dfisher Date: Thu, 21 Mar 2002 19:25:15 -0500 From: dfisher To: freebsd-questions@freebsd.org X-EXP32-SerialNo: 00002964 Subject: strange process for root login Message-ID: <3C9B5C3C@zathras> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: WebMail (Hydra) SMTP v3.61 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I happened to log into my machine as root today and run a ps. I was just checking so see if I had any run away processes. I noticed that my login was shown as "login -p \^[[s". The process parent is 1, but it still seems strange. I logged in as another user and the process list showed what I would expect for that user. (login -p username). Does anyone know what might be causing this? I'm running 4.5-release. Thanks. --Daniel Fisher To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 16:43:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.uninterruptible.net (ns1.uninterruptible.net [216.7.46.11]) by hub.freebsd.org (Postfix) with ESMTP id 1F5CF37B417; Thu, 21 Mar 2002 16:43:49 -0800 (PST) Received: from Spaz.Catonic.NET (tnt6-216-180-5-178.dialup.HiWAAY.net [216.180.5.178]) by mail.uninterruptible.net (Postfix) with ESMTP id DD10F502E9; Fri, 22 Mar 2002 00:43:34 +0000 (GMT) Received: by Spaz.Catonic.NET (Postfix, from userid 1002) id 1998E3346; Fri, 22 Mar 2002 00:43:33 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by Spaz.Catonic.NET (Postfix) with ESMTP id 14F354C49; Fri, 22 Mar 2002 00:43:33 +0000 (GMT) Date: Fri, 22 Mar 2002 00:43:33 +0000 (GMT) From: Kris Kirby To: Greg 'groggy' Lehey Cc: Subject: Re: Vinum, "stale" disk. In-Reply-To: <20020322103755.K69857@wantadilla.lemis.com> Message-ID: X-Tech-Support-Email: bofh@catonic.net Organization: Non Illegitemus Carborundum Inc. X-Disclaimer: My opinions are not those of my employer(s). X-Driving-The-Information-Superhighway-Joke: Asleep at the wheel. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Mar 2002, Greg 'groggy' Lehey wrote: > Oops, sorry, too early in the morning. Why do you call a RAID-5 > volume raid0? Because it's the first raid array on the machine. 8-) -- Kris Kirby, KE4AHR | TGIFreeBSD... 'Nuff said. | IM: KrisBSD | HSV, AL. ------------------------------------------------------- "Fate, it seems, is not without a sense of irony." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 16:44:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 2BABA37B421 for ; Thu, 21 Mar 2002 16:44:41 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 7DD4978340; Fri, 22 Mar 2002 11:14:37 +1030 (CST) Date: Fri, 22 Mar 2002 11:14:37 +1030 From: Greg 'groggy' Lehey To: John Kozubik Cc: Patrick Thomas , questions@FreeBSD.ORG Subject: Re: is there overhead in SMP machines related to SMP ? Message-ID: <20020322111437.A463@wantadilla.lemis.com> References: <20020321130710.B49090@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.23i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wednesday, 20 March 2002 at 18:48:58 -0800, John Kozubik wrote: >> >> Probably something else is going on. You can't really tell just from >> vmstat. Note also that it's not very interesting to optimize the idle >> state. 4.5 has a number of inefficiencies in SMP; we're addressing >> some of them in 5.0. >> > > thanks. if you don't mind I have some miscellaneous questions: > > 1. these inefficiences aren't such that it will keep me from using 4.5 SMP > for production environments, are they ? In general, no. If it didn't work, we wouldn't have released it. But it seems to hit database systems particularly hard. > 2. is 5.0 SMP slated to do 8 processors (or more?) We're not aiming for a specific number of processors. > 3. do you know how many processors sparc64 FreeBSD SMP supports ? Or will > it always be the same number of procs that x86 supports ? No. No. The SPARC64 port is still under development. I'd be surprised if the end result wouldn't run with as many processors as the system has. Greg -- 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 Thu Mar 21 16:46:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from subdimension.com (subdimension.com [209.150.29.129]) by hub.freebsd.org (Postfix) with SMTP id 5928637B419 for ; Thu, 21 Mar 2002 16:46:06 -0800 (PST) Received: from subdimension.com ([192.168.0.2]) by subdimension.com ; Thu, 21 Mar 2002 19:49:38 -0500 From: "irado" Reply-To: irado@subdimension.com To: freebsd-questions@FreeBSD.ORG Subject: Re: Problems with Installation X-Mailer: WebMAIL to Mail Gateway v3.0h Date: Fri, 22 Mar 2002 01:47:59 GMT Message-id: <3c9a8d4f.6efd.1804289383@subdimension.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joseph Petry wrote: > I am trying to install FreeBSD 4.4 onto my machine and > I have gotten a warning and nothing would install. > Warning: The disc currently in the drive is either not > a FreeBSD disc or it is an older (pre 2.1.5) FreeBSD > CD which does not have a version number on it. just a read error. Clean your cd-r, or substitute it. _____________________________________________________________________ // free anonymous email || forums \\ subZINE || anonymous browsing subDIMENSION -- http://www.subdimension.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 16:52:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from york.smtp.ru (york.rbc.ru [62.118.249.10]) by hub.freebsd.org (Postfix) with ESMTP id CDEC437B400 for ; Thu, 21 Mar 2002 16:51:48 -0800 (PST) Received: from [217.107.92.79] (account mani@land.ru HELO localhost) by york.smtp.ru (CommuniGate Pro SMTP 3.5.6) with SMTP id 29542118 for questions@FreeBSD.org; Fri, 22 Mar 2002 03:51:40 +0300 Message-ID: <001001c1d132$91794b60$0100007f@denis> From: "denis" To: questions@FreeBSD.org Subject: =?koi8-r?B?8M/Tzc/U0snUxSEhIQ==?= Date: Fri, 22 Mar 2002 02:43:33 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000B_01C1D14B.5C37D5C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000B_01C1D14B.5C37D5C0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable =E4=CF=C2=D2=CF=C5 =D7=D2=C5=CD=D1 =D3=D5=D4=CF=CB!, = =F0=D2=C5=C4=CC=C1=C7=C1=C0 =CE=C5=C2=CF=CC=D8=DB=CF=CA =CE=CF = =D7=C5=D3=D8=CD=C1 =C9=CE=D4=C5=D2=C5=D3=CE=D9=CA = =DA=C1=D2=CF=C2=CF=D4=CF=CB.... = (=D7=CE=C9=CD=C1=D4=C5=CC=D8=CE=CF =C4=CF=DE=C9=D4=C1=CA =C4=CF = =CB=CF=CE=C3=C1) =20 =D2=C1=D3=D3=CB=C1=D6=D5 =CE=C5=CD=CE=CF=C7=CF =CF =D4=CF=CD =DE=D4=CF = =CE=D5=D6=CE=CF =C4=C5=CC=C1=D4=D8 =C9 =CB=C1=CB =D7=D3=C5 =DC=D4=CF = =C2=D5=C4=C5=D4 =D7=D9=C7=CC=D1=C4=C5=D4=D8. Nitroclicks Inc. - =DC=D4=CF =CF=CE-=CC=C1=CA=CE = =CB=CF=CD=D0=C1=CE=C9=D1, =CB=CF=D4=CF=D2=C1=D1 = =D0=D2=C5=C4=CC=C1=C7=C1=C5=D4 =DA=C1=D2=C1=C2=C1=D4=D9=D7=C1=D4=D8 = =C4=C5=CE=D8=C7=C9, =D7=D2=C5=CD=D1 =CF=D4 =D7=D2=C5=CD=C5=CE=C9 = =D0=CF=D3=C5=DD=C1=D1 =D7=D3=C5=CD=C9=D2=CE=D5=C0 =D3=C5=D4=D8 =C9=CE=D4=C5=D2=CE=C5=D4. =F2=C1=C2=CF=D4=C1 =CE=C5 = =D4=D2=C5=C2=D5=C5=D4 =CF=D4 =F7=C1=D3 =CB=C1=CB=C9=C8-=CC=C9=C2=CF = =D3=D0=C5=C3=C9=C6=C9=DE=C5=D3=CB=C9=C8 =DA=CE=C1=CE=C9=CA =C9=CC=C9 = =D7=D9=D3=DB=C5=C7=CF =CF=C2=D2=C1=DA=CF=D7=C1=CE=C9=D1. =F7 = =CD=C5=D3=D1=C3 =D7=D9 =C2=D5=C4=C5=D4=C5 =D0=CF=CC=D5=DE=C1=D4=D8 30-40 =D0=C9=D3=C5=CD =D3 =D0=D2=CF=D3=D4=D9=CD=C9 = =DA=C1=C4=C1=CE=C9=D1=CD=C9: =D0=CF=D3=C5=D4=C9=D4=D8 =D3=C1=CA=D4, = =DA=C1=D2=C5=C7=C9=D3=D4=D2=C9=D2=CF=D7=C1=D4=D8=D3=D1 =CE=C1 = =D3=C1=CA=D4=C5, =CF=D4=D7=C5=D4=C9=D4=D8 =CE=C1 =D7=CF=D0=D2=CF=D3 = (=CE=CF =CD=CF=D6=CE=CF =C9=C8 =C9 =CE=C5 =D7=D9=D0=CF=CC=CE=D1=D4=D8). =F3=D4=CF=C9=CD=CF=D3=D4=D8 =DA=C1=C4=C1=CE=C9=CA 1-8$ (=D7 = =DA=C1=D7=C9=D3=C9=CD=CF=D3=D4=C9 =CF=D4 =C9=C8 = =D3=CC=CF=D6=CE=CF=D3=D4=C9). =F4=CF=CC=D8=CB=CF =DA=C1 = =D2=C5=C7=C9=D3=D4=D2=C1=C3=C9=C0 =F7=D9 =D0=CF=CC=D5=DE=C1=C5=D4=C5 = 10$.=20 =E3=C5=CC=D8 =CB=CF=CD=D0=C1=CE=C9=CA, =CB=CF=D4=CF=D2=D9=C5 = =D0=CC=C1=D4=D1=D4 =DA=C1 =CB=CC=C9=CB=C9, =D1 =C4=D5=CD=C1=C0, = =D4=C5=C2=C5 =D0=CF=CE=D1=D4=CE=C1. =EF=CE=C9 = =C4=C5=CA=D3=D4=D7=D5=C0=D4, =CB=C1=CB =D0=CF=D3=D2=C5=C4=CE=C9=CB=C9. = =E9=C8 =D3=C1=CA=D4 =D3=CF=DA=C4=C1=CE =C4=CC=D1 =D0=D2=C9=D7=CC=C5=DE=C5=CE=C9=D1 =CB=C1=CB =CD=CF=D6=CE=CF = =C2=CF=CC=D8=DB=C5=C7=CF =DE=C9=D3=CC=C1 =CC=C0=C4=C5=CA = (=D2=C5=C6=C5=D2=C1=CC=CF=D7) =D0=CF=C4 =D3=D7=CF=CA = account(=DA=C1=D2=C5=C7=C9=D3=D4=D2=C9=D2=CF=D7=C1=D4=D8=D3=D1 =D7 = =CB=C1=CB=CF=CA-=CC=C9=C2=CF =D0=CC=C1=D4=D1=DD=C5=CA =D3=C9=D3=D4=C5=CD=C5=3D=D0=CF=CC=D5=DE=C9=D4=D8 account). =FA=C1 = =DC=D4=CF =CF=CE=C9 =D0=CF=CC=D5=DE=C1=C0=D4: =C3=C5=CE=D4=D9, = =C2=CF=CE=D5=D3=D9, % =CF=D4 =D2=C5=C6=C5=D2=C1=CC=CF=D7, = =C2=C5=D3=D0=CC=C1=D4=CE=D9=C5 =D5=D3=CC=D5=C7=C9 =C9 =D4. =C4. = =EB=CF=CD=D0=C1=CE=C9=D1 Nitroclicks =D3=D5=DD=C5=D3=D4=D7=D5=C5=D4 =D3 =D3=C5=CE=D4=D1=C2=D2=D1 = 2000 =C7=CF=C4=C1 =C9 =D5=D6=C5 =D0=D2=CF=D1=D7=C9=CC=C1 =D3=C5=C2=D1 = =CB=C1=CB =CE=C1=C4=C5=D6=CE=D9=CA =C9 =DE=C5=D3=D4=CE=D9=CA = =D0=C1=D2=D4=CE=C5=D2. =EE=C9=D6=C5 =D0=D2=C9=D7=C5=C4=C5=CE=D9 =D0=CF=C4=D2=CF=C2=CE=D9=C5 = =C4=C5=CA=D3=D4=D7=C9=D1 =C9 =CF=D4=D7=C5=D4=D9 =CE=C1 = =D7=CF=DA=CE=C9=CB=C1=C0=DD=C9=C5 =D7=CF=D0=D2=CF=D3=D9 =D0=D2=C9 = =D2=C5=C7=C9=D3=D4=D2=C1=C3=C9=C9. =E9=D4=C1=CB, =D4=D7=CF=C9 =C4=C5=CA=D3=D4=D7=C9=D1: 1. =FA=C1=D2=C5=C7=C9=D3=D4=D2=C9=D2=CF=D7=C1=D4=D8=D3=D1 =D0=CF = =D3=D3=D9=CC=CB=C5: http://www.nitroclicks.com/join.phtml?referred=3Ddenisweb =FA=C1=D4=C5=CD =CE=C1=D6=C9=CD=C1=C5=DB=D8 "join us" =C9 = =D2=C5=C7=C9=D3=D4=D2=C9=D2=D5=C5=DB=D8=D3=D1. =20 =EF=D3=CF=C2=C5=CE=CE=CF=D3=D4=C9 =D2=C5=C7=C9=D3=D4=D2=C1=C3=C9=C9: =F0=CF=D3=D4=C1=D7=C9=D4=D8 =D7=C5=DA=C4=C5 =CB=D2=C5=D3=D4=C9=CB=C9: - Additional Information - What do you usually search for or buy online (check all that apply: - - I do not mind receiving special offers and advertising information on = my email address and in return gain $10 sign up bonus on my account. (Note: You need to have the box checked in order to receive $10 for = signingup) - I have read and understood the member agreement 2. =FE=C5=D2=C5=DA =CD=C9=CE=D5=D4=D5 =D4=C5=C2=C5 =D0=D2=C9=C4=A3=D4 = =D0=C9=D3=D8=CD=CF: =EE=C1=C4=CF =CE=C1=D6=C1=D4=D8 =CE=C1 =D0=D2=C9=CD=C5=D2=CE=CF = =D4=C1=CB=D5=C0 =D3=D3=D9=CC=CB=D5 (=C4=CC=D1 = =C1=CB=D4=C9=D7=C9=DA=C1=C3=C9=C9)(=D3=D3=D9=CC=CB=C1 =C2=D5=C4=C5=D4 =D5=CB=C1=DA=C1=CE=C1 =D7 =D0=C9=D3=D8=CD=C5): www.nitroclicks.net/cgi-bin/client.pl?action=3Dconfirm&userkey=3D=CA=CA=CA= =CA=CA=CA=CA=CA=CA=CA=CA=CA (=D0=D2=C9 =D7=CF=DA=CE=C9=CB=CE=CF=D7=C5=CE=C9=C9 =D0=D2=CF=C2=CC=C5=CD = =D3 =DC=D4=CF=CA =D3=D3=D9=CC=CB=CF=CA =C9=DA=CD=C5=CE=C9=D4=C5 =D7 = =CE=C5=CA net =CE=C1 com - =D4=C5=D0=C5=D2=D8 =D7=D3=C5 = =C4=CF=CC=D6=CE=CF =D2=C1=C2=CF=D4=C1=D4=D8). 3. =E4=C1=CC=C5=C5 =C2=D5=C4=C5=D4 =D0=D2=C9=C7=CC=C1=DB=C5=CE=C9=C5 =CB = =D2=C1=C2=CF=D4=C5. =EE=C1=C4=CF =CE=C1=D6=C1=D4=D8 =CE=C1 =DA=CE=C1=DE=CF=CB = =D3=CC=C5=D7=C1: Task statistics =CC=C9=C2=CF =CF=CE =D5=D6=C5 = =C2=D5=C4=C5=D4 =CF=D4=CB=D2=D9=D4, =C4=C1=CC=C5=C5 = =D3=CC=C5=C4=D5=C0=D4 =DA=C1=C4=C1=CE=C9=D1 (=D4=C1=C2=CC=C9=C3=C1) =C9 = =C7=C4=C5 =C9=C8 =D7=D9=D0=CF=CC=CE=C9=D4=D8 (=D3=D3=D9=CC=CB=C9). =F7 =D4=C5=CF=D2=C9=C9 =CE=D5=D6=CE=CF =D7=D9=D0=CF=CC=CE=C9=D4=D8 = =DA=C1=C4=C1=CE=C9=C5 =C9 =CF=D4=D7=C5=D4=C9=D4=D8 =CE=C1 = =D7=CF=D0=D2=CF=D3, =D7=D3=D4=C1=D7=C9=D7 =CB=CC=C0=DE=C5=D7=CF=C5 = =D3=CC=CF=D7=CF =D0=CF=D3=CC=C5 =CE=C1=D6=C1=D4=C9=D1 =CE=C1 = =D3=D3=D9=CC=CB=D5 "Here" =CE=CF =D7=D9=D0=CF=CC=CE=D1=D4=D8 =C9=C8 =CE=C5 = =CF=C2=D1=DA=C1=D4=C5=CC=D8=CE=CF, =C8=CF=D4=D1 =CD=CF=D6=CE=CF!!! =EE=C1=C4=CF =D3=D2=C1=DA=D5 =CE=C1=D6=C9=CD=C1=D4=D8 =CE=C1 here =C9 = =D7=D7=CF=C4=C9=D4=D8 =D7 =D3=CF=CF=D4=D7=C5=D4=D3=D4=D7=C9=C9 =D3 NN = =CB=CC=C0=DE=C5=D7=CF=C5 =D3=CC=CF=D7=CF. =F3=D3=D9=CC=CB=C1 here =D7=D9=C7=CC=D1=C4=C9=D4 = =D3=CC=C5=C4=D5=C0=DD=C9=CD =CF=C2=D2=C1=DA=CF=CD: http://www.nitroclicks.com/cgi-bin/mailtasks.pl?tasknum=3DNN - = =DC=D4=C1 =D3=D4=D2=CF=CB=C1 =C2=D5=C4=C5=D4 =D7 = =C2=D2=C1=D5=DA=C5=D2=C5 INTERNET EXPLORER =C7=C4=C5 NN - =CE=CF=CD=C5=D2 =CB=CC=C0=DE=C5=D7=CF=C7=CF = =D3=CC=CF=D7=CF, =D7=C5=C4=D8 =C4=CF =D7=C1=D3 =D5=D6=C5 = =CD=CE=CF=C7=C9=C5 =CF=D4=D7=C5=DE=C1=CC=C9 =CE=C1 =DC=D4=C9 = =D7=CF=D0=D2=CF=D3=D9 =D7=CF=D4 =C9 =D4=C1=C2=CC=C9=C3=C1 =D3 = =D0=D2=C1=D7=C9=CC=D8=CE=D9=CD=C9 =CF=D4=D7=C5=D4=C1=CD=C9: NN =EB=CC=C0=DE=C5=D7=CF=C5 =D3=CC=CF=D7=CF 2 credits 13 Internet 15 credits 35 credits 38 credits 63 credits 73 credits 74 credits 75 tipago 77 Intelli-Ads 78 credits 91 ?TEAMGROUP? 92 Internet 93 sign 94 green 97 Algeria 98 other 99 Creation 101 yes 105 BONUSES 107 Congratulations 118 balance 133 2 138 Trial 140 Congratulations 144 LOWERCASE 155 ?first? 163 no 167 SFI 176 Dallas 185 joining 189 up 210 LOWERCASE 217 lion 218 xbox 219 savvy 221 savvy 224 LOWERCASE 225 Affiliate 233 Affiliate 235 TEAMWORKS 236 drumdust(Affiliate) 237 Affiliate 241 eight 252 LOWERCASE 262 seven 263 circle 276 clubshop 279 MCN 285 Generation 289 week 295 home business 296 Affiliate 301 time 302 PERSONALI 305 clubshop 306 referralware 307 clubshop 308 income 313 temporary 314 temporary 315 TEMPORARY 321 write 323 duplicator 325 busy chat 327 trial 336 Pack 337 Downline 339 Internet 340 Internet 345 affordable 348 welcome 350 two 351 are 354 congratulations 355 link 356 clubshop 357 PERSONALI 358 Trial 360 home 401 Dream Maker Network 442 dtingclub.com 443 two 444 welcome 447 delete 471 Entrepreneur 472 delete 480 welcome 508 today 524 0 =20 570 yes 578 Marketing 579 Thank You 584 Country 603 delete 625 this 627 below 640 Sell 641 Drawing 645 goals 667 Bureau=20 673 Congratulations 700 PROGRAM 738 today 739 Eclectronics 744 yes 763 drive 765 2 766 seventy 773 BIG PLANET 782 Great benefits! 783 KEEP 784 delete 790 delete 792 approval 793 account 795 Referback family 801 we 807 Program Manager 813 Affiliate 824 Your=20 829 ACT7s 830 ACT7s 840 pay page 846 your 847 unique 848 Affiliate 851 Trial 854 registration 863 Launch 880 drive 882 three 883 Thank you 884 Yes 888 thank 892 Congratulations 894 You 900 your 901 Dear 905 Affiliate 912 two 916 we 917 above URL 919 Program Manager 923 Affiliate 924 web portal 930 we 932 Information 933 we 937 HELLO 975 link 986 http://www.incomefromthe.net 987 HELLO 989 Trial 996 Delete 999 KEEP 1004 Congratulations 1006 ads 1033 Frie 1040 Network 1060 Program Manager 1068 STOP 1086 Program Manager 1090 Trial 1094 financially independent 1100 all set 1106 Welcome 1108 Liberty 1109 Trial 1194 Begin With Step 1276 exciting=20 =E5=D3=CC=C9 =DE=C5=C7=CF =D4=CF =CE=C5=D4, =DA=CE=C1=DE=C9=D4 = =DC=D4=CF =CE=CF=D7=CF=C5. =F7=D9 =CD=CF=D6=C5=D4=C5 =D3=C1=CD=C9 = =D0=CF=D0=D2=CF=C2=CF=D7=C1=D4=D8 =D0=CF=C9=D3=CB=C1=D4=D8 = =CB=CC=C0=DE=C5=D7=D9=C5 =D3=CC=CF=D7=C1. =E5=D3=CC=C9 =CF=CE=C9 = =D0=D2=CF=CA=C4=D5=D4 =CD=CF=D6=C5=D4=C5 =D0=D2=C9=D3=CC=C1=D4=D8 =C9=C8 =C9 =CD=CE=C5... =E8=CF=DE=D5 =DA=C1=CD=C5=D4=C9=D4=D8 =DE=D4=CF =D7 =D0=C5=D2=D7=D9=CA = =C4=C5=CE=D8 =CC=D5=DE=DB=C5 =D7=D9=D0=CF=CC=CE=C9=D4=D8 =D7=D3=C5 = =DA=C1=C4=C1=CE=C9=D1 =D3=C1=CD=CF=CD=D5, =D5 =CD=C5=CE=D1 =D5=DB=CC=CF =CE=C1 =DC=D4=CF =CF=CB=CF=CC=CF 50 =CD=C9=CE, = =CE=CF =CE=C1 =CD=CF=C5=CD =D3=DE=C5=D4=D5 =C2=D9=CC=CF =D5=D6=C5 65,5$. =F0=CF=D4=CF=CD=D5 =DE=D4=CF =CE=C5=CB=CF=D4=CF=D2=D9=C5 = =DA=C1=C4=C1=CE=C9=D1 =CE=D5=D6=CE=CF =CF=C2=D1=DA=C1=D4=C5=CC=D8=CE=CF = =D7=D9=D0=CF=CC=CE=D1=D4=D8, =C9=CE=C1=DE=C5 =CD=CF=C7=D5=D4 =D5=C4=C1=CC=C9=D4=D8 =C1=CB=CB=C1=D5=CE=D4. =EE=CF =D4=C1=CB=CF=C5 = =C4=C5=CC=C1=C0=D4 =D2=C5=C4=CB=CF. =F7=CE=C1=DE=C1=CC=C5 =D0=CF=D0=D2=CF=C2=D5=CA =D7=D3=D4=C1=D7=C9=D4=D8 = =CF=D4=D7=C5=D4, =C5=D3=CC=C9 =D0=D2=CF=CB=C1=D4=C9=CC=CF, =D4=CF = =CF=DE=C5=CE=D8 =C8=CF=D2=CF=DB=CF. =EE=C1 =D0=D2=CF=D3=D4=CF=CD =D2=D5=D3=D3=CB=CF=CD =D1=DA=D9=CB=C5 = =D3=CD=D9=D3=CC =D4=C1=CB=CF=CA: =CB=CC=C9=CB=C1=C5=DB=D8 =D0=CF = =D3=D3=D9=CC=CB=C5, =D2=C5=C7=C9=D3=D4=D2=C9=D2=D5=C5=DB=D8=D3=D1(=C9=CC=C9 = =D0=D2=CF=D3=D4=CF =D3=CD=CF=D4=D2=C9=DB=D8 =D3=D4=D2=C1=CE=C9=C3=D5), = =CB=CC=C9=CB=C1=C5=DB=D8 =CE=C1 =DA=C1=C4=C1=CE=C9=C5 ("Please click HERE"), =C9 =CF=D4=D7=C5=DE=C1=C5=DB=D8 =CE=C1 = =D7=CF=D0=D2=CF=D3. =E9 =D7=D3=C5. =E1 =D0=CF=D4=CF=CD =D3=CD=CF=D4=D2=C9=DB=D8 = =D3=CB=CF=CC=D8=CB=CF =C4=C5=CE=C5=C7 =CE=C1 =D3=DE=C5=D4=D5. 4. =EB =D4=C5=C2=C5 =D7 =D0=CF=DE=D4=CF=D7=D9=CA =D1=DD=C9=CB = =C2=D5=C4=D5=D4 =D2=C5=C7=D5=CC=D1=D2=CE=CF =D0=D2=C9=C8=CF=C4=C9=D4=D8 = =D5=D7=C5=C4=CF=CD=CC=C5=CE=C9=D1 =CF =CE=CF=D7=D9=C8 = =DA=C1=C4=C1=CE=C9=D1=C8, =CB=C1=CB =D0=D2=C1=D7=C9=CC=CF =C9=C8 = =D3=D2=CF=CB =D7=D9=D0=CF=CC=CE=C5=CE=C9=D1 - =C4=CF 5 =C4=CE=C5=CA, =D4=C1=CB =DE=D4=CF =CD=CF=D6=CE=CF = =D2=C1=C2=CF=D4=C1=D4=D8 =D4=CF=CC=D8=CB=CF =D2=C1=DA =D7 = =C4=C5=CE=D8... =F0=CF =C4=C5=CC=D5, =CD=CF=D6=CE=CF =D3=C1=CD=CF=CD=D5 = =D2=C1=DA =D7 =C4=C5=CE=D8 =DA=C1=C8=CF=C4=C9=D4=D8 =CE=C1 =D3=C1=CA=D4 = =CB=CF=CD=D0=C1=CE=C9=C9 =C9 =D0=D2=CF=D7=C5=D2=D1=D4=D8 Task statistics.=20 5. =EB=C1=CB =D4=CF=CC=D8=CB=CF =D4=D9 =C9=CD=C5=C5=DB=D8 = =C2=CF=CC=C5=C5 500$, (=C1 =D0=D2=C9 =D5=D3=C5=D2=C4=C9=C9 =D4=C5=C2=C5 = =C8=D7=C1=D4=C9=D4 =C4=CC=D1 =DC=D4=CF=C7=CF =CD=C5=D3=D1=C3=C1) =D4=C5=C2=C5 =CF=D4=D0=D2=C1=D7=D1=D4 =FE=E5=EB. = =F0=CF=DE=D4=CF=D7=CF=C5 =D7=D2=C5=CD=D1 =D3=CF=D3=D4=C1=D7=C9=D4 =CF=D4 = 2 =CE=C5=C4=C5=CC=D8.=20 =EE=CF =CD=CF=D6=CE=CF =D0=CF=CC=D5=DE=C9=D4=D8 =C4=C5=CE=D8=C7=C9 = =C9 =DE=C5=D2=C5=DA Western Union. =EF=CE=C9 =D3=C4=C5=CC=C1=C0=D4 = =D4=C5=C2=C5 =DA=C1=D0=D2=CF=D3, =CB=C1=CB =D4=D9 =C8=CF=DE=C5=DB=D8 = =D0=CF=CC=D5=DE=C9=D4=D8 =C4=C5=CE=D8=C7=C9 - =DE=C5=CB=CF=CD =C9=CC=C9 =C4=C5=CE=C5=D6=CE=D9=CD =D0=C5=D2=C5=D7=CF=C4=CF=CD. 6. =EF=C2=CE=C1=CC=C9=DE=C9=D4=D8 =DE=C5=CB, =CD=CF=D6=CE=CF =D7 = =CC=C0=C2=CF=CD =C2=C1=CE=CB=C5 http://www.rsoft.ru/banks/default.htm =F4=C5=D0=C5=D2=D8 =CF=D4=D7=C5=D4=D9 =CE=C1 = =D7=CF=DA=CD=CF=D6=CE=D9=C5 =D7=CF=D0=D2=CF=D3=D9, =CB=CF=D4=CF=D2=D9=C5 = =CD=CF=C7=D5=D4 =D7=CF=DA=CE=C9=CB=CE=D5=D4=D8 =D0=D2=C9 = =D2=C5=C7=C9=D3=D4=D2=C1=C3=C9=C9: 1. =EB=C1=CB =D5=D6=C5 =C2=D9=CC=CF =CF=D4=CD=C5=DE=C5=CE=CF = =D7=D9=DB=C5 =CE=D5=D6=CE=CF =D0=CF=D3=D4=C1=D7=C9=D4=D8 =D7=C5=DA=C4=C5 = =CB=D2=C5=D3=D4=C9=CB=C9; 2. =F4=C1=CD =C5=D3=D4=D8 =D4=C1=CB=C1=D1 =C7=D2=C1=C6=C1 ZIP (=CF=CE = =D6=C5 Postal Code) - =DC=D4=CF =D7=C1=DB =D0=CF=DE=D4=CF=D7=D9=CA = =C9=CE=C4=C5=CB=D3. =E1=C4=D2=C5=D3 =C9 =D7=D3=C5 =CF=D3=D4=C1=CC=D8=CE=D9=C5 = =C4=C1=CE=CE=D9=C5 =D0=C9=DB=D5=D4=D3=D1 =D4=CF=CC=D8=CB=CF = =C1=CE=C7=CC=C9=CA=D3=CB=C9=CD =DB=D2=C9=C6=D4=CF=CD (=C9=C8 = =CD=C1=DB=C9=CE=D9 =CE=C5 =D7=CF=D3=D0=D2=C9=CE=C9=CD=C1=C0=D4 = =CB=C9=D2=C9=CC=CC=C9=C3=D5). =E5=D3=CC=C9 =CE=C5 =DA=CE=C1=C5=D4=C5, =CB=C1=CB =D0=D2=C1=D7=C9=CC=D8=CE=CF =CE=C1=D0=C9=D3=C1=D4=D8 =F7=C1=DB = =C1=C4=D2=C5=D3 =C9 =C4=D2=D5=C7=D5=C0 =C9=CE=C6=CF=D2=CD=C1=C3=C9=C0 = =CE=C1 =C1=CE=C7=CC=C9=CA=D3=CB=CF=CD, = =D7=CF=D3=D0=CF=CC=D8=DA=D5=CA=D4=C5=D3=D8 = =D0=C5=D2=C5=D7=CF=C4=DE=C9=CB=CF=CD http://www.translate.ru/rus/erre.asp. =EE=C5=CD=CE=CF=C7=CF =CF =D3=C5=C2=C5. =F7 =D0=C5=D2=D7=D9=CA =D6=C5 =C4=C5=CE=D8 =D0=CF=D3=CC=C5 = =D2=C5=C7=C9=D3=D4=D2=C1=C3=C9=C9 =D1 =D0=CF=CC=D5=DE=C9=CC 16 = =DA=C1=C4=C1=CE=C9=CA, =CC=C5=C7=CB=CF =D3=D0=D2=C1=D7=C9=CC=D3=D1 =D3 =CE=C9=CD=C9 =DA=C1 40-50 = =CD=C9=CE=D5=D4 =C9 =D0=CF=CC=D5=DE=C9=CC =CE=C1 =D3=DE=A3=D4 $55, = =D0=CC=C0=D3 10$ =DA=C1 =D2=C5=C7=C9=D3=D4=D2=C1=C3=C9=C0 =C9 =D4=CF=C7=CF =D7 = =D0=C5=D2=D7=D9=CA =C4=C5=CE=D8 =D5 =CD=C5=CE=D1 =CE=C1 =D3=DE=C5=D4=D5 = =D0=CF=D1=D7=C9=CC=CF=D3=D8 65$. (=EE=D5 =DC=D4=CF =D4=CF=CC=D8=CB=CF =D7 =D0=C5=D2=D7=D9=CA =C4=C5=CE=D8 = =CD=CE=C5 =D0=D2=C9=DB=CC=CF=D3=D8 =D3=C9=C4=C5=D4=D8 =D4=C1=CB = =C4=CF=CC=C7=CF =D7 =E9=CE=C5=D4=C5, =D3=C5=CA=DE=C1=D3 =CD=CE=C5 =CE=D5=D6=CE=CF 10-15 =CD=C9=CE =D7 = =C4=C5=CE=D8) =EE=C1 =D3=CC=C5=C4=D5=C0=DD=C9=CA =C4=C5=CE=D8 =D0=D2=C9=DB=CC=CF = =C5=DD=A3 5 =DA=C1=C4=C1=CE=C9=CA, =CB=CF=D4=CF=D2=D9=C5 = =D0=D2=C9=CE=C5=D3=CC=C9 =CD=CE=C5 =C5=DD=C5 $14.=20 =F3=C5=CA=DE=C1=D3 =D0=D2=C9=C8=CF=C4=C9=D4 =D0=CF 3-4 = =DA=C1=C4=C1=CE=C9=D1 =CB=C1=D6=C4=D9=CA =C4=C5=CE=D8. =E5=D3=CC=C9 =D2=C1=C2=CF=D4=C1=D4=D8 =D3 = =D2=C5=C6=C5=D2=C1=CC=C1=CD=C9, =D4=CF =D7=C1=DB =C4=CF=C8=CF=C4 = =D5=D7=C5=CC=C9=DE=C9=D4=D3=D1 =CE=C1 =D0=CF=D2=D1=C4=CF=CB (=D7=D3=C5 = =DA=C1=D7=C9=D3=C9=D4 =CF=D4 =C9=C8 =CB=CF=CC=C9=DE=C5=D3=D4=D7=C1). =F7 =CE=C1=DE=C1=CC=C5 =D3 =D0=CF=CD=CF=DD=D8=C0 = =D2=C5=C6=C5=D2=C1=CC=CF=D7 =D5 =F7=C1=D3 =CE=C1 =D3=DE=C5=D4=D5 = =C2=D5=C4=C5=D4 =D0=CF=D1=D7=CC=D1=D4=D8=D3=D1 =D7 =D3=D2=C5=C4=CE=C5=CD = 6-9 =C4=CF=CC=CC=C1=D2=CF=D7 =CB=C1=D6=C4=D9=CA =C4=C5=CE=D8, =CE=CF = =DC=D4=C1 =D3=D5=CD=CD=C1 =C2=D5=C4=C5=D4 =D0=CF=D3=D4=CF=D1=CE=CE=CF =D5=D7=C5=CC=C9=DE=C9=D7=C1=D4=D8=D3=D1. P.S. =E5=D3=CC=C9 =D7=CF=DA=CE=C9=CB=CE=D5=D4 =CB=C1=CB=C9=C5-=D4=CF = =D7=CF=D0=D2=CF=D3=D9 =D0=C9=DB=C9:=20 denisweb@land.ru =20 =F3 =D5=D7=C1=D6=C5=CE=C9=C5=CD, =E4=C5=CE=C9=D3 = denisweb@land.ru ------=_NextPart_000_000B_01C1D14B.5C37D5C0 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
 

 
 
=E4=CF=C2=D2=CF=C5=20 =D7=D2=C5=CD=D1 =D3=D5=D4=CF=CB!, =F0=D2=C5=C4=CC=C1=C7=C1=C0 = =CE=C5=C2=CF=CC=D8=DB=CF=CA =CE=CF =D7=C5=D3=D8=CD=C1 = =C9=CE=D4=C5=D2=C5=D3=CE=D9=CA=20 =DA=C1=D2=CF=C2=CF=D4=CF=CB....       =     =20 (=D7=CE=C9=CD=C1=D4=C5=CC=D8=CE=CF =C4=CF=DE=C9=D4=C1=CA =C4=CF = =CB=CF=CE=C3=C1)
 
=D2=C1=D3=D3=CB=C1=D6=D5 =CE=C5=CD=CE=CF=C7=CF = =CF =D4=CF=CD =DE=D4=CF =CE=D5=D6=CE=CF =C4=C5=CC=C1=D4=D8 =C9 =CB=C1=CB = =D7=D3=C5 =DC=D4=CF=20 =C2=D5=C4=C5=D4 =D7=D9=C7=CC=D1=C4=C5=D4=D8.
   Nitroclicks = Inc. - =DC=D4=CF =CF=CE-=CC=C1=CA=CE =CB=CF=CD=D0=C1=CE=C9=D1,=20 =CB=CF=D4=CF=D2=C1=D1 =D0=D2=C5=C4=CC=C1=C7=C1=C5=D4 = =DA=C1=D2=C1=C2=C1=D4=D9=D7=C1=D4=D8 =C4=C5=CE=D8=C7=C9, =D7=D2=C5=CD=D1 = =CF=D4 =D7=D2=C5=CD=C5=CE=C9 =D0=CF=D3=C5=DD=C1=D1 = =D7=D3=C5=CD=C9=D2=CE=D5=C0=20 =D3=C5=D4=D8
=C9=CE=D4=C5=D2=CE=C5=D4. =F2=C1=C2=CF=D4=C1 =CE=C5 = =D4=D2=C5=C2=D5=C5=D4 =CF=D4 =F7=C1=D3 =CB=C1=CB=C9=C8-=CC=C9=C2=CF = =D3=D0=C5=C3=C9=C6=C9=DE=C5=D3=CB=C9=C8 =DA=CE=C1=CE=C9=CA =C9=CC=C9=20 =D7=D9=D3=DB=C5=C7=CF =CF=C2=D2=C1=DA=CF=D7=C1=CE=C9=D1. =F7 = =CD=C5=D3=D1=C3 =D7=D9 =C2=D5=C4=C5=D4=C5 =D0=CF=CC=D5=DE=C1=D4=D8 = 30-40
=D0=C9=D3=C5=CD =D3 =D0=D2=CF=D3=D4=D9=CD=C9=20 =DA=C1=C4=C1=CE=C9=D1=CD=C9: =D0=CF=D3=C5=D4=C9=D4=D8 =D3=C1=CA=D4, = =DA=C1=D2=C5=C7=C9=D3=D4=D2=C9=D2=CF=D7=C1=D4=D8=D3=D1 =CE=C1 = =D3=C1=CA=D4=C5, =CF=D4=D7=C5=D4=C9=D4=D8 =CE=C1 =D7=CF=D0=D2=CF=D3 = (=CE=CF=20 =CD=CF=D6=CE=CF =C9=C8 =C9 =CE=C5 = =D7=D9=D0=CF=CC=CE=D1=D4=D8).
=F3=D4=CF=C9=CD=CF=D3=D4=D8 = =DA=C1=C4=C1=CE=C9=CA 1-8$ (=D7 =DA=C1=D7=C9=D3=C9=CD=CF=D3=D4=C9 =CF=D4 = =C9=C8=20 =D3=CC=CF=D6=CE=CF=D3=D4=C9). =F4=CF=CC=D8=CB=CF =DA=C1 = =D2=C5=C7=C9=D3=D4=D2=C1=C3=C9=C0 =F7=D9 =D0=CF=CC=D5=DE=C1=C5=D4=C5 = 10$.
   =E3=C5=CC=D8=20 =CB=CF=CD=D0=C1=CE=C9=CA, =CB=CF=D4=CF=D2=D9=C5 =D0=CC=C1=D4=D1=D4 = =DA=C1 =CB=CC=C9=CB=C9, =D1 =C4=D5=CD=C1=C0, =D4=C5=C2=C5 = =D0=CF=CE=D1=D4=CE=C1. =EF=CE=C9 =C4=C5=CA=D3=D4=D7=D5=C0=D4, =CB=C1=CB=20 =D0=CF=D3=D2=C5=C4=CE=C9=CB=C9. =E9=C8 =D3=C1=CA=D4 =D3=CF=DA=C4=C1=CE = =C4=CC=D1
=D0=D2=C9=D7=CC=C5=DE=C5=CE=C9=D1 =CB=C1=CB =CD=CF=D6=CE=CF = =C2=CF=CC=D8=DB=C5=C7=CF =DE=C9=D3=CC=C1 =CC=C0=C4=C5=CA=20 (=D2=C5=C6=C5=D2=C1=CC=CF=D7) =D0=CF=C4 =D3=D7=CF=CA = account(=DA=C1=D2=C5=C7=C9=D3=D4=D2=C9=D2=CF=D7=C1=D4=D8=D3=D1 =D7 = =CB=C1=CB=CF=CA-=CC=C9=C2=CF=20 =D0=CC=C1=D4=D1=DD=C5=CA
=D3=C9=D3=D4=C5=CD=C5=3D=D0=CF=CC=D5=DE=C9=D4= =D8 account). =FA=C1 =DC=D4=CF =CF=CE=C9 =D0=CF=CC=D5=DE=C1=C0=D4: = =C3=C5=CE=D4=D9, =C2=CF=CE=D5=D3=D9, % =CF=D4=20 =D2=C5=C6=C5=D2=C1=CC=CF=D7, =C2=C5=D3=D0=CC=C1=D4=CE=D9=C5 = =D5=D3=CC=D5=C7=C9 =C9 =D4. =C4. =EB=CF=CD=D0=C1=CE=C9=D1
Nitroclicks = =D3=D5=DD=C5=D3=D4=D7=D5=C5=D4 =D3=20 =D3=C5=CE=D4=D1=C2=D2=D1 2000 =C7=CF=C4=C1 =C9 =D5=D6=C5 = =D0=D2=CF=D1=D7=C9=CC=C1 =D3=C5=C2=D1 =CB=C1=CB =CE=C1=C4=C5=D6=CE=D9=CA = =C9 =DE=C5=D3=D4=CE=D9=CA=20 =D0=C1=D2=D4=CE=C5=D2.

   =EE=C9=D6=C5 = =D0=D2=C9=D7=C5=C4=C5=CE=D9 =D0=CF=C4=D2=CF=C2=CE=D9=C5 = =C4=C5=CA=D3=D4=D7=C9=D1 =C9 =CF=D4=D7=C5=D4=D9 =CE=C1=20 =D7=CF=DA=CE=C9=CB=C1=C0=DD=C9=C5 =D7=CF=D0=D2=CF=D3=D9 =D0=D2=C9 = =D2=C5=C7=C9=D3=D4=D2=C1=C3=C9=C9.

   =E9=D4=C1=CB, = =D4=D7=CF=C9=20 =C4=C5=CA=D3=D4=D7=C9=D1:
1. = =FA=C1=D2=C5=C7=C9=D3=D4=D2=C9=D2=CF=D7=C1=D4=D8=D3=D1 =D0=CF = =D3=D3=D9=CC=CB=C5:

http:/= /www.nitroclicks.com/join.phtml?referred=3Ddenisweb
 
=FA=C1=D4=C5=CD = =CE=C1=D6=C9=CD=C1=C5=DB=D8 "join us" =C9=20 =D2=C5=C7=C9=D3=D4=D2=C9=D2=D5=C5=DB=D8=D3=D1.
   =
   =EF=D3=CF=C2=C5=CE=CE=CF=D3=D4=C9=20 =D2=C5=C7=C9=D3=D4=D2=C1=C3=C9=C9:
   = =F0=CF=D3=D4=C1=D7=C9=D4=D8 =D7=C5=DA=C4=C5 = =CB=D2=C5=D3=D4=C9=CB=C9:
- Additional=20 Information
- What do you usually search for or buy online (check all = that=20 apply: -
- I do not mind receiving special offers and advertising = information=20 on my email address and in return gain $10 sign up
bonus on my=20 account.
(Note: You need to have the box checked in order to receive = $10 for=20 signingup)
- I have read and understood the member = agreement

2. =FE=C5=D2=C5=DA=20 =CD=C9=CE=D5=D4=D5 =D4=C5=C2=C5 =D0=D2=C9=C4=A3=D4 = =D0=C9=D3=D8=CD=CF:
=EE=C1=C4=CF =CE=C1=D6=C1=D4=D8 =CE=C1 = =D0=D2=C9=CD=C5=D2=CE=CF =D4=C1=CB=D5=C0 =D3=D3=D9=CC=CB=D5 (=C4=CC=D1=20 =C1=CB=D4=C9=D7=C9=DA=C1=C3=C9=C9)(=D3=D3=D9=CC=CB=C1 = =C2=D5=C4=C5=D4
=D5=CB=C1=DA=C1=CE=C1 =D7 = =D0=C9=D3=D8=CD=C5):
www.nitroclicks.net/cgi-bin/client.pl?action=3Dconfirm&userk= ey=3D=CA=CA=CA=CA=CA=CA=CA=CA=CA=CA=CA=CA

(=D0=D2=C9 =D7=CF=DA=CE=C9=CB=CE=CF=D7=C5=CE=C9=C9 = =D0=D2=CF=C2=CC=C5=CD =D3 =DC=D4=CF=CA =D3=D3=D9=CC=CB=CF=CA = =C9=DA=CD=C5=CE=C9=D4=C5 =D7 =CE=C5=CA net =CE=C1 com -=20 =D4=C5=D0=C5=D2=D8 =D7=D3=C5 =C4=CF=CC=D6=CE=CF = =D2=C1=C2=CF=D4=C1=D4=D8).

3. =E4=C1=CC=C5=C5 =C2=D5=C4=C5=D4 = =D0=D2=C9=C7=CC=C1=DB=C5=CE=C9=C5 =CB=20 =D2=C1=C2=CF=D4=C5.
   =EE=C1=C4=CF =CE=C1=D6=C1=D4=D8 = =CE=C1 =DA=CE=C1=DE=CF=CB =D3=CC=C5=D7=C1: Task statistics =CC=C9=C2=CF = =CF=CE =D5=D6=C5=20 =C2=D5=C4=C5=D4 =CF=D4=CB=D2=D9=D4, =C4=C1=CC=C5=C5 = =D3=CC=C5=C4=D5=C0=D4 =DA=C1=C4=C1=CE=C9=D1 (=D4=C1=C2=CC=C9=C3=C1) =C9 = =C7=C4=C5 =C9=C8
=D7=D9=D0=CF=CC=CE=C9=D4=D8=20 (=D3=D3=D9=CC=CB=C9).
   =F7 =D4=C5=CF=D2=C9=C9 = =CE=D5=D6=CE=CF =D7=D9=D0=CF=CC=CE=C9=D4=D8 =DA=C1=C4=C1=CE=C9=C5 =C9 = =CF=D4=D7=C5=D4=C9=D4=D8 =CE=C1 =D7=CF=D0=D2=CF=D3,=20 =D7=D3=D4=C1=D7=C9=D7 =CB=CC=C0=DE=C5=D7=CF=C5 =D3=CC=CF=D7=CF = =D0=CF=D3=CC=C5 =CE=C1=D6=C1=D4=C9=D1 =CE=C1 =D3=D3=D9=CC=CB=D5 = "Here"
=CE=CF =D7=D9=D0=CF=CC=CE=D1=D4=D8 =C9=C8 =CE=C5=20 =CF=C2=D1=DA=C1=D4=C5=CC=D8=CE=CF, =C8=CF=D4=D1 = =CD=CF=D6=CE=CF!!!
=EE=C1=C4=CF =D3=D2=C1=DA=D5 = =CE=C1=D6=C9=CD=C1=D4=D8 =CE=C1 here =C9 =D7=D7=CF=C4=C9=D4=D8 =D7=20 =D3=CF=CF=D4=D7=C5=D4=D3=D4=D7=C9=C9 =D3 NN =CB=CC=C0=DE=C5=D7=CF=C5 = =D3=CC=CF=D7=CF.
=F3=D3=D9=CC=CB=C1 here =D7=D9=C7=CC=D1=C4=C9=D4 = =D3=CC=C5=C4=D5=C0=DD=C9=CD=20 =CF=C2=D2=C1=DA=CF=CD:
http://www.nitroclicks.com/cgi-bin/mailtasks.pl?tasknum=3DNN  - =DC=D4=C1 =D3=D4=D2=CF=CB=C1 =C2=D5=C4=C5=D4 =D7 = =C2=D2=C1=D5=DA=C5=D2=C5 INTERNET EXPLORER
=C7=C4=C5 NN - = =CE=CF=CD=C5=D2=20 =CB=CC=C0=DE=C5=D7=CF=C7=CF =D3=CC=CF=D7=CF, =D7=C5=C4=D8 =C4=CF = =D7=C1=D3 =D5=D6=C5 =CD=CE=CF=C7=C9=C5 =CF=D4=D7=C5=DE=C1=CC=C9 =CE=C1 = =DC=D4=C9 =D7=CF=D0=D2=CF=D3=D9 =D7=CF=D4 =C9 =D4=C1=C2=CC=C9=C3=C1 =D3=20 =D0=D2=C1=D7=C9=CC=D8=CE=D9=CD=C9 =CF=D4=D7=C5=D4=C1=CD=C9:

NN = =EB=CC=C0=DE=C5=D7=CF=C5 =D3=CC=CF=D7=CF
2 credits
13 = Internet
15=20 credits
35 credits
38 credits
63 credits
73 credits
74=20 credits
75 tipago
77 Intelli-Ads
78 credits
91 = ?TEAMGROUP?
92=20 Internet
93 sign
94 green
97 Algeria
98 other
99 = Creation
101=20 yes
105 BONUSES
107 Congratulations
118 balance
133 2
138 = Trial
140 Congratulations
144 LOWERCASE
155 ?first?
163 = no
167=20 SFI
176 Dallas
185 joining
189 up
210 LOWERCASE
217 = lion
218=20 xbox
219 savvy
221 savvy
224 LOWERCASE
225 Affiliate
233=20 Affiliate
235 TEAMWORKS
236 drumdust(Affiliate)
237 = Affiliate
241=20 eight
252 LOWERCASE
262 seven
263 circle
276 clubshop
279 = MCN
285 Generation
289 week
295 home business
296 = Affiliate
301=20 time
302 PERSONALI
305 clubshop
306 referralware
307 = clubshop
308=20 income
313 temporary
314 temporary
315 TEMPORARY
321 = write
323=20 duplicator
325 busy chat
327 trial
336 Pack
337 = Downline
339=20 Internet
340 Internet
345 affordable
348 welcome
350 = two
351=20 are
354 congratulations
355 link
356 clubshop
357 = PERSONALI
358=20 Trial
360 home
401 Dream Maker Network
442 dtingclub.com
443 = two
444 welcome
447 delete
471 Entrepreneur
472 = delete
480=20 welcome
508 today
524 0 
570 yes
578 Marketing
579 = Thank=20 You
584 Country
603 delete
625 this
627 below
640 = Sell
641=20 Drawing
645 goals
667 Bureau
673 Congratulations
700 = PROGRAM
738=20 today
739 Eclectronics
744 yes
763 drive
765 2
766 = seventy
773=20 BIG PLANET
782 Great benefits!
783 KEEP
784 delete
790 = delete
792=20 approval
793 account
795 Referback family
801 we
807 Program = Manager
813 Affiliate
824 Your
829 ACT7s
830 ACT7s
840 = pay=20 page
846 your
847 unique
848 Affiliate
851 Trial
854=20 registration
863 Launch
880 drive
882 three
883 Thank = you
884=20 Yes
888 thank
892 Congratulations
894 You
900 your
901=20 Dear
905 Affiliate
912 two
916 we
917 above URL
919 = Program=20 Manager
923 Affiliate
924 web portal
930 we
932 = Information
933=20 we
937 HELLO
975 link
986 http://www.incomefromthe.net
987 = HELLO
989=20 Trial
996 Delete
999 KEEP
1004 Congratulations
1006 = ads
1033=20 Frie
1040 Network
1060 Program Manager
1068 STOP
1086 = Program=20 Manager
1090 Trial
1094 financially independent
1100 all = set
1106=20 Welcome
1108 Liberty
1109 Trial
1194 Begin With Step
1276 = exciting=20

   =E5=D3=CC=C9 =DE=C5=C7=CF =D4=CF =CE=C5=D4, = =DA=CE=C1=DE=C9=D4 =DC=D4=CF =CE=CF=D7=CF=C5. =F7=D9 =CD=CF=D6=C5=D4=C5 = =D3=C1=CD=C9=20 =D0=CF=D0=D2=CF=C2=CF=D7=C1=D4=D8 =D0=CF=C9=D3=CB=C1=D4=D8 = =CB=CC=C0=DE=C5=D7=D9=C5 =D3=CC=CF=D7=C1. =E5=D3=CC=C9 =CF=CE=C9 = =D0=D2=CF=CA=C4=D5=D4 =CD=CF=D6=C5=D4=C5 = =D0=D2=C9=D3=CC=C1=D4=D8
=C9=C8 =C9=20 =CD=CE=C5...
=E8=CF=DE=D5 =DA=C1=CD=C5=D4=C9=D4=D8 =DE=D4=CF =D7 = =D0=C5=D2=D7=D9=CA =C4=C5=CE=D8 =CC=D5=DE=DB=C5 = =D7=D9=D0=CF=CC=CE=C9=D4=D8 =D7=D3=C5 =DA=C1=C4=C1=CE=C9=D1 = =D3=C1=CD=CF=CD=D5,=20 =D5
=CD=C5=CE=D1 =D5=DB=CC=CF =CE=C1 =DC=D4=CF =CF=CB=CF=CC=CF 50 = =CD=C9=CE, =CE=CF =CE=C1 =CD=CF=C5=CD =D3=DE=C5=D4=D5 =C2=D9=CC=CF = =D5=D6=C5 65,5$.
=F0=CF=D4=CF=CD=D5=20 =DE=D4=CF =CE=C5=CB=CF=D4=CF=D2=D9=C5 =DA=C1=C4=C1=CE=C9=D1 = =CE=D5=D6=CE=CF =CF=C2=D1=DA=C1=D4=C5=CC=D8=CE=CF = =D7=D9=D0=CF=CC=CE=D1=D4=D8, =C9=CE=C1=DE=C5 = =CD=CF=C7=D5=D4
=D5=C4=C1=CC=C9=D4=D8=20 =C1=CB=CB=C1=D5=CE=D4. =EE=CF =D4=C1=CB=CF=C5 =C4=C5=CC=C1=C0=D4 = =D2=C5=C4=CB=CF.
=F7=CE=C1=DE=C1=CC=C5 =D0=CF=D0=D2=CF=C2=D5=CA = =D7=D3=D4=C1=D7=C9=D4=D8 =CF=D4=D7=C5=D4, =C5=D3=CC=C9=20 =D0=D2=CF=CB=C1=D4=C9=CC=CF, =D4=CF =CF=DE=C5=CE=D8 = =C8=CF=D2=CF=DB=CF.
=EE=C1 =D0=D2=CF=D3=D4=CF=CD = =D2=D5=D3=D3=CB=CF=CD =D1=DA=D9=CB=C5 =D3=CD=D9=D3=CC =D4=C1=CB=CF=CA: = =CB=CC=C9=CB=C1=C5=DB=D8 =D0=CF=20 =D3=D3=D9=CC=CB=C5,
=D2=C5=C7=C9=D3=D4=D2=C9=D2=D5=C5=DB=D8=D3=D1(=C9=CC= =C9 =D0=D2=CF=D3=D4=CF =D3=CD=CF=D4=D2=C9=DB=D8 = =D3=D4=D2=C1=CE=C9=C3=D5), =CB=CC=C9=CB=C1=C5=DB=D8 =CE=C1=20 =DA=C1=C4=C1=CE=C9=C5
("Please click HERE"), =C9 = =CF=D4=D7=C5=DE=C1=C5=DB=D8 =CE=C1 =D7=CF=D0=D2=CF=D3.
=E9 =D7=D3=C5. = =E1 =D0=CF=D4=CF=CD=20 =D3=CD=CF=D4=D2=C9=DB=D8 =D3=CB=CF=CC=D8=CB=CF =C4=C5=CE=C5=C7 =CE=C1 = =D3=DE=C5=D4=D5.
4. =EB =D4=C5=C2=C5 =D7 =D0=CF=DE=D4=CF=D7=D9=CA = =D1=DD=C9=CB =C2=D5=C4=D5=D4 =D2=C5=C7=D5=CC=D1=D2=CE=CF=20 =D0=D2=C9=C8=CF=C4=C9=D4=D8 =D5=D7=C5=C4=CF=CD=CC=C5=CE=C9=D1 =CF = =CE=CF=D7=D9=C8 =DA=C1=C4=C1=CE=C9=D1=C8, =CB=C1=CB = =D0=D2=C1=D7=C9=CC=CF =C9=C8 =D3=D2=CF=CB =D7=D9=D0=CF=CC=CE=C5=CE=C9=D1 = - =C4=CF=20 5
=C4=CE=C5=CA, =D4=C1=CB =DE=D4=CF =CD=CF=D6=CE=CF = =D2=C1=C2=CF=D4=C1=D4=D8 =D4=CF=CC=D8=CB=CF =D2=C1=DA =D7 = =C4=C5=CE=D8... =F0=CF =C4=C5=CC=D5, =CD=CF=D6=CE=CF =D3=C1=CD=CF=CD=D5 = =D2=C1=DA=20 =D7 =C4=C5=CE=D8 =DA=C1=C8=CF=C4=C9=D4=D8 =CE=C1 =D3=C1=CA=D4 = =CB=CF=CD=D0=C1=CE=C9=C9 =C9 =D0=D2=CF=D7=C5=D2=D1=D4=D8
Task = statistics.

5. =EB=C1=CB=20 =D4=CF=CC=D8=CB=CF =D4=D9 =C9=CD=C5=C5=DB=D8 =C2=CF=CC=C5=C5 500$, (=C1 = =D0=D2=C9 =D5=D3=C5=D2=C4=C9=C9 =D4=C5=C2=C5 =C8=D7=C1=D4=C9=D4 = =C4=CC=D1 =DC=D4=CF=C7=CF
=CD=C5=D3=D1=C3=C1)=20 =D4=C5=C2=C5 =CF=D4=D0=D2=C1=D7=D1=D4 =FE=E5=EB. = =F0=CF=DE=D4=CF=D7=CF=C5 =D7=D2=C5=CD=D1 =D3=CF=D3=D4=C1=D7=C9=D4 =CF=D4 = 2
=CE=C5=C4=C5=CC=D8.
   =EE=CF=20 =CD=CF=D6=CE=CF =D0=CF=CC=D5=DE=C9=D4=D8 =C4=C5=CE=D8=C7=C9 =C9 = =DE=C5=D2=C5=DA Western Union. =EF=CE=C9 =D3=C4=C5=CC=C1=C0=D4 = =D4=C5=C2=C5
  =20 =DA=C1=D0=D2=CF=D3, =CB=C1=CB =D4=D9 =C8=CF=DE=C5=DB=D8 = =D0=CF=CC=D5=DE=C9=D4=D8 =C4=C5=CE=D8=C7=C9 - =DE=C5=CB=CF=CD = =C9=CC=C9
=C4=C5=CE=C5=D6=CE=D9=CD=20 =D0=C5=D2=C5=D7=CF=C4=CF=CD.

6. =EF=C2=CE=C1=CC=C9=DE=C9=D4=D8 = =DE=C5=CB, =CD=CF=D6=CE=CF =D7 =CC=C0=C2=CF=CD =C2=C1=CE=CB=C5
http://www.rsoft.ru/banks/default.htm

   =F4=C5=D0=C5=D2=D8 =CF=D4=D7=C5=D4=D9 =CE=C1 = =D7=CF=DA=CD=CF=D6=CE=D9=C5 =D7=CF=D0=D2=CF=D3=D9, =CB=CF=D4=CF=D2=D9=C5 = =CD=CF=C7=D5=D4 =D7=CF=DA=CE=C9=CB=CE=D5=D4=D8=20 =D0=D2=C9 =D2=C5=C7=C9=D3=D4=D2=C1=C3=C9=C9:
1. =EB=C1=CB =D5=D6=C5 = =C2=D9=CC=CF =CF=D4=CD=C5=DE=C5=CE=CF =D7=D9=DB=C5 =CE=D5=D6=CE=CF = =D0=CF=D3=D4=C1=D7=C9=D4=D8 =D7=C5=DA=C4=C5=20 =CB=D2=C5=D3=D4=C9=CB=C9;
2. =F4=C1=CD =C5=D3=D4=D8 =D4=C1=CB=C1=D1 = =C7=D2=C1=C6=C1 ZIP (=CF=CE =D6=C5 Postal Code) - =DC=D4=CF =D7=C1=DB = =D0=CF=DE=D4=CF=D7=D9=CA=20 =C9=CE=C4=C5=CB=D3.
   =E1=C4=D2=C5=D3 =C9 =D7=D3=C5 = =CF=D3=D4=C1=CC=D8=CE=D9=C5 =C4=C1=CE=CE=D9=C5 =D0=C9=DB=D5=D4=D3=D1 = =D4=CF=CC=D8=CB=CF =C1=CE=C7=CC=C9=CA=D3=CB=C9=CD=20 =DB=D2=C9=C6=D4=CF=CD (=C9=C8 =CD=C1=DB=C9=CE=D9 =CE=C5 = =D7=CF=D3=D0=D2=C9=CE=C9=CD=C1=C0=D4 =CB=C9=D2=C9=CC=CC=C9=C3=D5). = =E5=D3=CC=C9 =CE=C5 =DA=CE=C1=C5=D4=C5,
=CB=C1=CB = =D0=D2=C1=D7=C9=CC=D8=CE=CF=20 =CE=C1=D0=C9=D3=C1=D4=D8 =F7=C1=DB =C1=C4=D2=C5=D3 =C9 = =C4=D2=D5=C7=D5=C0 =C9=CE=C6=CF=D2=CD=C1=C3=C9=C0 =CE=C1 = =C1=CE=C7=CC=C9=CA=D3=CB=CF=CD, = =D7=CF=D3=D0=CF=CC=D8=DA=D5=CA=D4=C5=D3=D8=20 =D0=C5=D2=C5=D7=CF=C4=DE=C9=CB=CF=CD
http://www.translate.ru/rus/erre.asp.

   =EE=C5=CD=CE=CF=C7=CF =CF = =D3=C5=C2=C5.
   =F7 =D0=C5=D2=D7=D9=CA =D6=C5 =C4=C5=CE=D8 = =D0=CF=D3=CC=C5 =D2=C5=C7=C9=D3=D4=D2=C1=C3=C9=C9 =D1 = =D0=CF=CC=D5=DE=C9=CC 16 =DA=C1=C4=C1=CE=C9=CA, = =CC=C5=C7=CB=CF
   =D3=D0=D2=C1=D7=C9=CC=D3=D1 =D3 = =CE=C9=CD=C9=20 =DA=C1 40-50 =CD=C9=CE=D5=D4 =C9 =D0=CF=CC=D5=DE=C9=CC =CE=C1 = =D3=DE=A3=D4 $55, =D0=CC=C0=D3
10$ =DA=C1 = =D2=C5=C7=C9=D3=D4=D2=C1=C3=C9=C0 =C9 =D4=CF=C7=CF =D7 = =D0=C5=D2=D7=D9=CA=20 =C4=C5=CE=D8 =D5 =CD=C5=CE=D1 =CE=C1 =D3=DE=C5=D4=D5 = =D0=CF=D1=D7=C9=CC=CF=D3=D8 65$.
(=EE=D5 =DC=D4=CF =D4=CF=CC=D8=CB=CF = =D7 =D0=C5=D2=D7=D9=CA =C4=C5=CE=D8 =CD=CE=C5 =D0=D2=C9=DB=CC=CF=D3=D8=20 =D3=C9=C4=C5=D4=D8 =D4=C1=CB =C4=CF=CC=C7=CF =D7 = =E9=CE=C5=D4=C5,
=D3=C5=CA=DE=C1=D3 =CD=CE=C5 =CE=D5=D6=CE=CF 10-15 = =CD=C9=CE =D7 =C4=C5=CE=D8)
  =20 =EE=C1 =D3=CC=C5=C4=D5=C0=DD=C9=CA =C4=C5=CE=D8 =D0=D2=C9=DB=CC=CF = =C5=DD=A3 5 =DA=C1=C4=C1=CE=C9=CA, =CB=CF=D4=CF=D2=D9=C5 = =D0=D2=C9=CE=C5=D3=CC=C9 =CD=CE=C5 =C5=DD=C5 $14.=20
   =F3=C5=CA=DE=C1=D3 =D0=D2=C9=C8=CF=C4=C9=D4 =D0=CF 3-4 = =DA=C1=C4=C1=CE=C9=D1 =CB=C1=D6=C4=D9=CA = =C4=C5=CE=D8.

  =20 =E5=D3=CC=C9 =D2=C1=C2=CF=D4=C1=D4=D8 =D3 = =D2=C5=C6=C5=D2=C1=CC=C1=CD=C9, =D4=CF =D7=C1=DB =C4=CF=C8=CF=C4 = =D5=D7=C5=CC=C9=DE=C9=D4=D3=D1 =CE=C1 =D0=CF=D2=D1=C4=CF=CB (=D7=D3=C5 = =DA=C1=D7=C9=D3=C9=D4 =CF=D4=20 =C9=C8 =CB=CF=CC=C9=DE=C5=D3=D4=D7=C1).
   =F7 = =CE=C1=DE=C1=CC=C5 =D3 =D0=CF=CD=CF=DD=D8=C0 =D2=C5=C6=C5=D2=C1=CC=CF=D7 = =D5 =F7=C1=D3 =CE=C1 =D3=DE=C5=D4=D5=20 =C2=D5=C4=C5=D4 =D0=CF=D1=D7=CC=D1=D4=D8=D3=D1 =D7 =D3=D2=C5=C4=CE=C5=CD = 6-9 =C4=CF=CC=CC=C1=D2=CF=D7 =CB=C1=D6=C4=D9=CA =C4=C5=CE=D8, =CE=CF = =DC=D4=C1 =D3=D5=CD=CD=C1=20 =C2=D5=C4=C5=D4
=D0=CF=D3=D4=CF=D1=CE=CE=CF = =D5=D7=C5=CC=C9=DE=C9=D7=C1=D4=D8=D3=D1.

   P.S. = =E5=D3=CC=C9 =D7=CF=DA=CE=C9=CB=CE=D5=D4=20 =CB=C1=CB=C9=C5-=D4=CF =D7=CF=D0=D2=CF=D3=D9 = =D0=C9=DB=C9: 
   denisweb@land.ru   
   =F3=20 =D5=D7=C1=D6=C5=CE=C9=C5=CD, =E4=C5=CE=C9=D3    =             &= nbsp;        =20 denisweb@land.ru

------=_NextPart_000_000B_01C1D14B.5C37D5C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 16:53:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id D7DF137B41E for ; Thu, 21 Mar 2002 16:53:28 -0800 (PST) Received: from barbish ([63.70.155.60]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com for ; Thu, 21 Mar 2002 19:53:27 -0500 From: "Joe & Fhe Barbish" To: "FBSDQ" Subject: solution for stray irq 7 messages Date: Thu, 21 Mar 2002 19:53:25 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG For the archives To stop the annoying bogus stray irq 7 messages you can hack the source where these messages originate from and change the counter value 5 to 0 so the messages will no longer be issued. isa_strayintr lives in /usr/src/sys/i386/isa/intr_machdep.c cd /usr/src/sys/i386/isa/ cp intr_machdep.c intr_machdep.c.org # make bkup of original ee intr_machdep.c Find isa_strayintr to locate start of stray irq 7 logic change this if (intrcnt[1 + intr] <= 5) To this if (intrcnt[1 + intr] <= 0) Recompile your kernel source and those stray irq 7 messages are gone. Document this some place for your self just in case you reinstall from cdrom. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 17:30:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ms29.hinet.net (ms29.hinet.net [168.95.4.29]) by hub.freebsd.org (Postfix) with ESMTP id DDDDF37B404; Thu, 21 Mar 2002 17:30:29 -0800 (PST) Received: from pan-wq74m2u2j60 (61-222-7-60.HINET-IP.hinet.net [61.222.7.60]) by ms29.hinet.net (8.8.8/8.8.8) with SMTP id JAA10431; Fri, 22 Mar 2002 09:30:28 +0800 (CST) Date: Fri, 22 Mar 2002 09:30:28 +0800 (CST) From: dlmwqmcm@ms1.hinet.net Message-Id: <200203220130.JAA10431@ms29.hinet.net> To: obrien@ms29.hinet.net Subject: qudsve ¥Ø«e¥¿¿n·¥´M§ä¯S©w¤H¤h¡A¤À´²ªÑÅv¡A¶Ò¶°20000ªÑ¥H¤UªºªÑªF cxdhll MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Novasoft_Sagittarius_Professional_" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Novasoft Sagittarius Professional Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_Novasoft_Sagittarius_Professional_ Content-Type: text/html; charset="big5" Content-Transfer-Encoding: 7bit nfazyyffqajdpgrskcik pfdmpldfwzbcdxnrourb ------=_Novasoft_Sagittarius_Professional_ Content-Type: text/html; Content-Transfer-Encoding: quoted-printable ------=_Novasoft_Sagittarius_Professional_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 17:35:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13105.mail.yahoo.com (web13105.mail.yahoo.com [216.136.174.150]) by hub.freebsd.org (Postfix) with SMTP id 1E09837B400 for ; Thu, 21 Mar 2002 17:35:05 -0800 (PST) Message-ID: <20020322013504.97407.qmail@web13105.mail.yahoo.com> Received: from [68.39.132.244] by web13105.mail.yahoo.com via HTTP; Thu, 21 Mar 2002 17:35:04 PST Date: Thu, 21 Mar 2002 17:35:04 -0800 (PST) From: Gerard Subject: restricting access to cvsweb To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Im not too entirely sure if this is possible, but I have cvsweb installed, and I only want certain people to view it. In httpd.conf I have -> # # Protect cvs source dir # AllowOverride AuthConfig # In /files/www/data/cgi-bin/.htaccess I have -> AuthUserFile /files/www/data/cgi-bin/.htpasswd AuthGroupFile /dev/null AuthName "Use the Source!!" AuthType Basic require valid-user In /files/www/data/cgi-bin/.htpasswd I have -> trini0:KuUOXrw41Cqu. I ran apachectl graceful, and Im still able to view it without any popup for authorisation. What could I be doing wrong... Thanks Please cc to gms08701@yahoo.com __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.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 Mar 21 17:40:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bernama.com (mail.bernama.com [202.188.124.50]) by hub.freebsd.org (Postfix) with ESMTP id 2F0F737B417 for ; Thu, 21 Mar 2002 17:40:32 -0800 (PST) Received: from admin [192.168.1.11] by bernama.com (SMTPD32-7.05) id AC10F0028; Fri, 22 Mar 2002 09:42:40 +0800 From: "Selvam" To: "Freebsd" Subject: Kernel Compile Error Date: Fri, 22 Mar 2002 09:46:57 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi there, I was tryring to rebuild kernel from 4.4 to 4.5 after doing cvsup and it stopped and output an error like below :- - -------------------------------------------------------------- >>> stage 1: bootstrap tools - -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386 DESTDIR= INSTALL="sh /usr/src/tools/install.sh" make -f Makefile.inc1 - -DBOOTSTRAPPING -DNOHTML -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE - -DNOSHARED bootstrap-tools cd /usr/src/games/fortune/strfile; make obj; make depend; make all; make DESTDIR=/usr/obj/usr/src/i386 install /usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for /usr/src/games/fortune/strfile rm -f .depend mkdep -f .depend -a /usr/src/games/fortune/strfile/strfile.c cd /usr/src/games/fortune/strfile; make _EXTRADEPEND echo strfile: /usr/lib/libc.a >> .depend cc -O -pipe -Wall -c /usr/src/games/fortune/strfile/strfile.c cc: installation problem, cannot exec `cc1': No such file or directory *** Error code 1 Stop in /usr/src/games/fortune/strfile. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 - -- Has anyone came across this problem and solved it, please drop me a line. TQ Your help is much appreciated Selvam -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.8 for non-commercial use iQA/AwUBPJocj3KQUwl1e+rXEQIaQQCguE/5t5OyH2U/5e482XvHrgWS9osAnRqZ tQiVDqAz3sjWZCnn1+U7ySMy =+Cwd -----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 Mar 21 18: 9:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from constans.gldis.ca (constans.gldis.ca [216.187.105.233]) by hub.freebsd.org (Postfix) with ESMTP id 3628F37B419 for ; Thu, 21 Mar 2002 18:09:10 -0800 (PST) Received: (from gldisater@localhost) by constans.gldis.ca (8.11.6/8.11.6) id g2LL2tD02278 for questions@freebsd.org; Thu, 21 Mar 2002 21:02:55 GMT (envelope-from gldisater) Date: Thu, 21 Mar 2002 21:02:55 +0000 From: Jeremy Faulkner To: questions@freebsd.org Subject: Re: is there overhead in SMP machines related to SMP ? Message-ID: <20020321210255.A2260@constans.gldis.ca> References: <20020321130710.B49090@wantadilla.lemis.com> <20020322111437.A463@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020322111437.A463@wantadilla.lemis.com>; from grog@FreeBSD.ORG on Fri, Mar 22, 2002 at 11:14:37AM +1030 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 3. do you know how many processors sparc64 FreeBSD SMP supports ? Or will > it always be the same number of procs that x86 supports ? Jake posted the dmesg for a quad proc machine to freebsd-sparc64. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=19828+0+current/freebsd-sparc -- Jeremy Faulkner http://www.gldis.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 18:41: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id DD48137B400 for ; Thu, 21 Mar 2002 18:40:58 -0800 (PST) Received: from myrealbox.com tdrake@smtp-send.myrealbox.com [65.29.242.182] by smtp-send.myrealbox.com with Novell NIMS $Revision: 2.88 $ on Novell NetWare; Thu, 21 Mar 2002 19:40:58 -0700 Message-ID: <3C9A9968.4DCD490A@myrealbox.com> Date: Thu, 21 Mar 2002 20:39:36 -0600 From: Troy X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: ftp server? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just added a new FreeBSD box to my network with 4.5-R and for some reason ftpd isnt on there like in all previous versions I've used. Is it not installed by default anymore? I don't see it in the ports anywhere so can anyone either let me know where to get it, or recommend a better ftp server? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 18:43:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bran.mc.mpls.visi.com (bran.mc.mpls.visi.com [208.42.156.103]) by hub.freebsd.org (Postfix) with ESMTP id 4536337B41A for ; Thu, 21 Mar 2002 18:43:07 -0800 (PST) Received: from sheol.localdomain (hawkeyd-fw.dsl.visi.com [208.42.101.193]) by bran.mc.mpls.visi.com (Postfix) with ESMTP id 7F7DA4A5A for ; Thu, 21 Mar 2002 20:43:06 -0600 (CST) Received: (from hawkeyd@localhost) by sheol.localdomain (8.11.6/8.11.6) id g2M2h6d01771; Thu, 21 Mar 2002 20:43:06 -0600 (CST) (envelope-from hawkeyd) Date: Thu, 21 Mar 2002 20:43:06 -0600 (CST) Message-Id: <200203220243.g2M2h6d01771@sheol.localdomain> Mime-Version: 1.0 X-Newsreader: knews 1.0b.1 Reply-To: hawkeyd@visi.com Organization: if (!FIFO) if (!LIFO) break; References: <20020321203442.GA7042_foo31-146.visit.se@ns.sol.net> <20020321191921.A25783_darkstar.bellsouth.net@ns.sol.net> In-Reply-To: <20020321191921.A25783_darkstar.bellsouth.net@ns.sol.net> From: hawkeyd@visi.com (D J Hawkey Jr) Subject: Re: Favorite Mail App? X-Original-Newsgroups: sol.lists.freebsd.questions To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In article <20020321191921.A25783_darkstar.bellsouth.net@ns.sol.net>, ash@vectorstar.net writes: > On Thursday 21 March Martin Karlsson wrote: >> * Brendan McAlpine [2002-03-21 13.46 -0500]: >> > Hey everyone, >> >> Hi. >> >> > I¹m not trying to start a flame war here, but I was wondering if the list >> > could give me some recommendations on a good mail app. I don¹t have any >> > special requirements, I¹m just wondering what the majority of people are >> > using. >> >> Well, I can't speak for /the majority/; however I can recommend >> Mutt. It's a console/xterm app and *highly* configurable. > > I second that. > Mutt is great for managing mailing lists. It is also highly > configurable, For example: I have a send hook that automatically > appends a fortune(6) to outgoing messages. And I third it. >> It can be hard to get to know it, but it's most certainly worth the >> effort. > > definitely. I'm no guru, but I tried it after not being a guru with elm, and I'm not going back! The box-stock config gets you running fast, but yes, it's rather like the knews INN client; so many options, it can be a little intimidating. THe only thing I wish it was better at was displaying those all-too-common HTML-with-images mailings I get. But this could just be that I don't have things set up right. > Austin Dave -- Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming, or what?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 18:49:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cise.ufl.edu (beach.cise.ufl.edu [128.227.205.211]) by hub.freebsd.org (Postfix) with ESMTP id E85C737B41B for ; Thu, 21 Mar 2002 18:49:06 -0800 (PST) Received: from shine.cise.ufl.edu (shine.cise.ufl.edu [128.227.205.227]) by mail.cise.ufl.edu (Postfix) with ESMTP id 1700369AE for ; Thu, 21 Mar 2002 21:49:06 -0500 (EST) Received: (from nthomas@localhost) by shine.cise.ufl.edu (8.9.1a/8.9.1) id VAA29475 for freebsd-questions@freebsd.org; Thu, 21 Mar 2002 21:49:06 -0500 (EST) Date: Thu, 21 Mar 2002 21:49:05 -0500 From: "N. Thomas" To: freebsd-questions@freebsd.org Subject: Re: Favorite Mail App? Message-ID: <20020322024905.GA29308@cise.ufl.edu> References: <20020321203442.GA7042_foo31-146.visit.se@ns.sol.net> <20020321191921.A25783_darkstar.bellsouth.net@ns.sol.net> <200203220243.g2M2h6d01771@sheol.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200203220243.g2M2h6d01771@sheol.localdomain> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * D J Hawkey Jr [2002-03-21]: > > > > I?m not trying to start a flame war here, but I was wondering if the > > > > list could give me some recommendations on a good mail app. > > > > > > Well, I can't speak for /the majority/; however I can recommend Mutt. > > > > I second that. > > And I third it. > > THe only thing I wish it was better at was displaying those all-too-common > HTML-with-images mailings I get. But this could just be that I don't have > things set up right. You really want to subscribe to the mutt mailing list...they will give you at least 24 different ways to do it. I'm not exactly sure what you want, but I use "w3m -dump" to view HTML emails as text... Of course this doesn't show the images, but at least it makes the message legible. noble -- N. Thomas nthomas@cise.ufl.edu http://www.cise.ufl.edu/~nthomas Etiamsi occiderit me, in ipso sperabo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 19: 5:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 8EBA437B400 for ; Thu, 21 Mar 2002 19:05:09 -0800 (PST) Received: from jimarnold.org (a11a174.neo.rr.com [204.210.192.174]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id g2M357n25815; Thu, 21 Mar 2002 22:05:08 -0500 (EST) Received: from [192.168.0.4] (mac [192.168.0.4]) by jimarnold.org (Postfix) with ESMTP id 417D8368E; Thu, 21 Mar 2002 22:05:06 -0500 (EST) Mime-Version: 1.0 X-Sender: jim@192.168.0.2 Message-Id: In-Reply-To: <3C9A9968.4DCD490A@myrealbox.com> References: <3C9A9968.4DCD490A@myrealbox.com> Date: Thu, 21 Mar 2002 22:04:57 -0500 To: Troy , freebsd-questions@freebsd.org From: Jim Arnold Subject: Re: ftp server? Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 8:39 PM -0600 3/21/02, Troy wrote: >I just added a new FreeBSD box to my network with 4.5-R and for some >reason ftpd isnt on there like in all previous versions I've used. Is it >not installed by default anymore? I don't see it in the ports anywhere >so can anyone either let me know where to get it, or recommend a better >ftp server? > Is ftp uncommented in /etc/inetd.conf ? -- ________________________________________ Jim Arnold - Ohio.com - jarnold@knightridder.com Cell: 330.730.0797 Voice: 330.572.2822 AOL IM: instantjim / Yahoo: jim0266 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 19:41:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 5999A37B417 for ; Thu, 21 Mar 2002 19:41:29 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id EDCA17833F; Fri, 22 Mar 2002 14:11:26 +1030 (CST) Date: Fri, 22 Mar 2002 14:11:26 +1030 From: Greg 'groggy' Lehey To: Kris Kirby Cc: freebsd-questions@freebsd.org Subject: Re: Vinum, "stale" disk. Message-ID: <20020322141126.O463@wantadilla.lemis.com> References: <20020322102037.G69857@wantadilla.lemis.com> <20020322102037.G69857@wantadilla.lemis.com> <20020322103755.K69857@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020322103755.K69857@wantadilla.lemis.com> User-Agent: Mutt/1.3.23i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Friday, 22 March 2002 at 10:37:55 +1030, Greg 'groggy' Lehey wrote: > On Friday, 22 March 2002 at 0:04:58 +0000, Kris Kirby wrote: >> On Friday, 22 March 2002 at 10:20:37 +1030, Greg 'groggy' Lehey wrote: >>> On Thursday, 21 March 2002 at 16:25:52 +0000, Kris Kirby wrote: > # vinum start raid0.p0 > > I see there's another thread in the mail this morning about problems > reviving RAID-5 plexes. You should probably wait until I've checked > it out. The thread claims that RAID-5 plexes are corrupted if you revive them while they're mounted. You'd be safer to unmount the file system first. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html 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 Thu Mar 21 19:44:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from boise.neuroflux.com (ns1.neuroflux.com [204.228.228.84]) by hub.freebsd.org (Postfix) with ESMTP id E8C3E37B417 for ; Thu, 21 Mar 2002 19:44:18 -0800 (PST) Received: (from root@localhost) by boise.neuroflux.com (8.11.6/8.11.6) id g2M3iOj53535 for freebsd-questions@freebsd.org; Thu, 21 Mar 2002 22:44:24 -0500 (EST) (envelope-from sam@neuroflux.com) Received: from winter (ip36-228.tigers-corner.net [207.225.36.228]) by boise.neuroflux.com (8.11.6/8.11.6av) with SMTP id g2M3iNC53527 for ; Thu, 21 Mar 2002 22:44:23 -0500 (EST) (envelope-from sam@neuroflux.com) Message-ID: <009101c1d153$d8734bd0$0a00a8c0@winter> From: "Sam Evans" To: Subject: FreeBSD 4.5-R & LDAP Authentication Date: Thu, 21 Mar 2002 20:44:13 -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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello.. I know this has been asked several times in the past, as I have searched through the archives. But, it seems like the question never really gets answered. (Maybe that's a sign that it doesn't work?) I am trying to get LDAP User authentication working on a FreeBSD 4.5-R box. I've compiled pam_ldap, but, what good is it without an nsswitch.conf type of file? I've tried to compile nss_ldap, to no avail. Has anyone gotten LDAP User Authentication working on FreeBSD 4.x? And if so, could you please post back how you got it to work? Thanks, Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 19:52:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.uninterruptible.net (ns1.uninterruptible.net [216.7.46.11]) by hub.freebsd.org (Postfix) with ESMTP id 0AC6037B41D; Thu, 21 Mar 2002 19:52:12 -0800 (PST) Received: from Spaz.Catonic.NET (tnt6-216-180-5-36.dialup.HiWAAY.net [216.180.5.36]) by mail.uninterruptible.net (Postfix) with ESMTP id D594E50284; Fri, 22 Mar 2002 03:52:05 +0000 (GMT) Received: by Spaz.Catonic.NET (Postfix, from userid 1002) id CD6193346; Fri, 22 Mar 2002 03:52:03 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by Spaz.Catonic.NET (Postfix) with ESMTP id C88C24C49; Fri, 22 Mar 2002 03:52:03 +0000 (GMT) Date: Fri, 22 Mar 2002 03:52:03 +0000 (GMT) From: Kris Kirby To: Greg 'groggy' Lehey Cc: Subject: Re: Vinum, "stale" disk. In-Reply-To: <20020322141126.O463@wantadilla.lemis.com> Message-ID: X-Tech-Support-Email: bofh@catonic.net Organization: Non Illegitemus Carborundum Inc. X-Disclaimer: My opinions are not those of my employer(s). X-Driving-The-Information-Superhighway-Joke: Asleep at the wheel. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Mar 2002, Greg 'groggy' Lehey wrote: > The thread claims that RAID-5 plexes are corrupted if you revive them > while they're mounted. You'd be safer to unmount the file system > first. Greg, As always, thanks for everything. I'm going to have to postpone finishing this machine because hard drive #2 has really given up the ghost and is now blocking the IDE buss, which means I can't get to #3 to pull the data off. I'll probably show up sometime around Monday afternoon to let you know if there is still a problem. PS: Where was that thread at? -- Kris Kirby, KE4AHR | TGIFreeBSD... 'Nuff said. | IM: KrisBSD | HSV, AL. ------------------------------------------------------- "Fate, it seems, is not without a sense of irony." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 19:54: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id EFB8237B41B for ; Thu, 21 Mar 2002 19:53:56 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 8AEB17833F; Fri, 22 Mar 2002 14:23:54 +1030 (CST) Date: Fri, 22 Mar 2002 14:23:54 +1030 From: Greg 'groggy' Lehey To: Kris Kirby Cc: freebsd-questions@freebsd.org Subject: Re: Vinum, "stale" disk. Message-ID: <20020322142354.P463@wantadilla.lemis.com> References: <20020322141126.O463@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.23i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Friday, 22 March 2002 at 3:52:03 +0000, Kris Kirby wrote: > On Fri, 22 Mar 2002, Greg 'groggy' Lehey wrote: >> The thread claims that RAID-5 plexes are corrupted if you revive them >> while they're mounted. You'd be safer to unmount the file system >> first. > > Greg, > > As always, thanks for everything. I'm going to have to postpone finishing > this machine because hard drive #2 has really given up the ghost and is > now blocking the IDE buss, which means I can't get to #3 to pull the data > off. I'll probably show up sometime around Monday afternoon to let you > know if there is still a problem. OK. > PS: Where was that thread at? -hackers and -stable. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html 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 Thu Mar 21 19:54:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.kc.rr.com (fe3.rdc-kc.rr.com [24.94.163.50]) by hub.freebsd.org (Postfix) with ESMTP id DC48637B404 for ; Thu, 21 Mar 2002 19:54:04 -0800 (PST) Received: from gruffy.kc.rr.com ([65.26.58.166]) by mail3.kc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Thu, 21 Mar 2002 21:53:15 -0600 Received: (from riksca@localhost) by gruffy.kc.rr.com (8.11.6/8.11.6) id g2M3sKG39164 for freebsd-questions@FreeBSD.ORG; Thu, 21 Mar 2002 21:54:20 -0600 (CST) (envelope-from riksca) Date: Thu, 21 Mar 2002 21:54:20 -0600 From: Rik Scarborough To: FreeBSD Questions Subject: pthread_mutex_unlock missing for Apache mod_jk Message-ID: <20020322035420.GA35714@gruffy.kc.rr.com> Mail-Followup-To: FreeBSD Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've gotten mod_jk for Apache to compile with the Tomcat 4.0.x source. When I try to start Apache and load the module in, I get the following error: Cannot load /usr/local/libexec/apache/mod_jk.so into server: /usr/local/libexec/apache/mod_jk.so: Undefined symbol "pthread_mutex_unlock" It seems that either this should be there (it compiled ok) or pthread_mutex_lock and all the rest should have errored as well. Can someone tell me what I'm missing? ~Rik -- Ranger Rik -- RikSca@mac.com Brought to you by FreeBSD 4.5 Joshua 24:15 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 19:55:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 14BFC37B41A for ; Thu, 21 Mar 2002 19:55:41 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g2M3tWd10236; Fri, 22 Mar 2002 15:55:32 +1200 (NZST) (envelope-from jonc) Date: Fri, 22 Mar 2002 15:55:32 +1200 From: Jonathan Chen To: dfisher Cc: freebsd-questions@FreeBSD.ORG Subject: Re: strange process for root login Message-ID: <20020322155532.A10174@grimoire.chen.org.nz> References: <3C9B5C3C@zathras> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3C9B5C3C@zathras>; from dfisher@vt.edu on Thu, Mar 21, 2002 at 07:25:15PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Mar 21, 2002 at 07:25:15PM -0500, dfisher wrote: > Hello, > I happened to log into my machine as root today and run a ps. > I was just checking so see if I had any run away processes. > I noticed that my login was shown as "login -p \^[[s". > The process parent is 1, but it still seems strange. > I logged in as another user and the process list showed what I would expect > for that user. (login -p username). > Does anyone know what might be causing this? During the login session you happened to hit a function key (F7?), and it tried using that as your login name. The login failed, you then typed in "root" and its password and you're now in. The login process, however, started with the function-key username and that is what you see when you do a "ps". -- Jonathan Chen ---------------------------------------------------------------------- The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 20: 6:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 4DCC937B417 for ; Thu, 21 Mar 2002 20:06:13 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g2M464R10295; Fri, 22 Mar 2002 16:06:04 +1200 (NZST) (envelope-from jonc) Date: Fri, 22 Mar 2002 16:06:04 +1200 From: Jonathan Chen To: "G.B.Naidu" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: XFreee86 and Intel i810 Video card... Message-ID: <20020322160604.B10174@grimoire.chen.org.nz> References: <15513.31043.474533.564298@sunk2.sasi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <15513.31043.474533.564298@sunk2.sasi.com>; from gbnaidu@sasken.com on Thu, Mar 21, 2002 at 11:40:11AM +0530 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Mar 21, 2002 at 11:40:11AM +0530, G.B.Naidu wrote: > Hi, > > I have been struggling to configure X windows for my FreeBSd system. Though > startx starts the X windows, it shows the windows and the fonts really > big and I cant do much with the Xwindows system. Initailly I thought this > might be the problem with the Xfree86 3.3.6 version not supporting the i810 > driver. But I have installed Xfree86 4.2.0 and still it's behavior is > same. Could some body help me how will I be able to make the windows normal > size and also the font to be small. > > My system configuration: > > OS: FreeBSD 4.1 > Intel 815EEA video card integrated on the Motherboard. > > As mentioned in the hand book, I have loaded the agp.ko module and also did > MAKEDEV /dev/agpgart. The problem is that you've configured it to use the SVGA driver with a small screen. Use the i810 config file at: http://www.freebsd.org/cgi/getmsg.cgi?fetch=608936+626704+/usr/local/www/db/text/2001/freebsd-questions/20010812.freebsd-questions Tweak as required. Make sure the monitor settings reflect what you've got. -- 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 Thu Mar 21 20:16:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ccl.ru (mail.ccl.ru [195.222.130.78]) by hub.freebsd.org (Postfix) with ESMTP id 56EC337B404; Thu, 21 Mar 2002 20:16:37 -0800 (PST) Received: from mrpostman.UKD-POST (ukdmail.perm.ru [195.222.130.2]) by mail.ccl.ru (8.11.6/8.11.0) with ESMTP id g2M4GYM29985; Fri, 22 Mar 2002 09:16:34 +0500 (ESK) Received: by mrpostman.UKD-POST with Internet Mail Service (5.0.1458.49) id ; Fri, 22 Mar 2002 08:58:59 +0500 Message-ID: <69C3FAC968CA4E4DA19353E072363DB103BFB6@mrpostman.UKD-POST> From: Andrey Zadorozhny To: ports@FreeBSD.ORG Cc: freebsd-questions@FreeBSD.ORG Subject: Help, please Date: Fri, 22 Mar 2002 08:58:58 +0500 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Sir! I have problem with download the file cups-base-1.1.14.tgz from FreeBSD site (message "no such file or directory"). I very need for this file for language localization my KDE desktop. Send this file to my e-mail please or place this file on the FreeBSD site!!! Best regards, Andrey. Russia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 20:24: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from northnetworks.ca (d150-201-199.home.cgocable.net [24.150.201.199]) by hub.freebsd.org (Postfix) with ESMTP id CB54437B400 for ; Thu, 21 Mar 2002 20:23:50 -0800 (PST) Received: from northnetworks.ca [192.168.250.99] by northnetworks.ca [127.0.0.1] with SMTP (MDaemon.PRO.PRO.v5.0.4.R) for ; Thu, 21 Mar 2002 23:28:44 -0500 Message-ID: <3C9A08B9.8090708@northnetworks.ca> Date: Thu, 21 Mar 2002 11:22:17 -0500 From: Steve Bertrand User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20010914 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Network woes... Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MDRemoteIP: 192.168.250.99 X-Return-Path: steve@northnetworks.ca X-MDaemon-Deliver-To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is my first time running BSD, and after install I can not see past my ethernet address. I have an ed0 with the address of 192.168.250.102/24, and all other devices also follow the same convention. I can ping ed0, but no further. I am assuming that ed0 will only show up if the proper drivers have been installed during the installation of the OS. Are there any firewalls installed by default that could be blocking me from getting out, or does it sound like I have a more serious problem? Where are the config files for my ethernet card? Tks, - Steve Bertrand To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 20:31:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from samar.sasken.com (samar.sasken.com [164.164.56.2]) by hub.freebsd.org (Postfix) with ESMTP id EF94F37B419 for ; Thu, 21 Mar 2002 20:30:52 -0800 (PST) Received: from samar (localhost [127.0.0.1]) by samar.sasken.com (8.11.6/8.11.6) with SMTP id g2M4UiK20510; Fri, 22 Mar 2002 10:00:45 +0530 (IST) Received: (from gbnaidu@localhost) by sunk2.sasi.com (8.11.6/8.11.6) id g2M4Ugq03458; Fri, 22 Mar 2002 10:00:42 +0530 (IST) From: "G.B.Naidu" MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <15514.45937.489944.279137@sunk2.sasi.com> Date: Fri, 22 Mar 2002 10:00:41 +0530 (IST) To: Jonathan Chen Cc: freebsd-questions@FreeBSD.ORG, gbnaidu@sasken.com Subject: Re: XFreee86 and Intel i810 Video card... In-Reply-To: <20020322160604.B10174@grimoire.chen.org.nz> References: <15513.31043.474533.564298@sunk2.sasi.com> <20020322160604.B10174@grimoire.chen.org.nz> X-Mailer: VM 6.72 under 21.1 (patch 9) "Canyonlands" XEmacs Lucid Reply-To: gbnaidu@sasken.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Thank you very much for your reply. I guess my system XFree86 has the b= asic problem with the agpgart support. Here is what happens: I have initially tried loading the agp.ko module using the loader.conf = and creating the device /dev/agpgart using MAKEDEV. But when I tried to run= the test, it says agpgart is not supported. Please see the log file below. = Then after reading the mailing lists, I thought it would be helpful to compi= le the agpgart support into the kernel by using "device "agp"" and did com= pile the kernel. Even after this same error is occuring.=20 I tried configuring as mentioned in the handbook: XFree86 -configure XFree86 --xf86config XF86Config.new Here is my logfile: ------------------ XFree86 Version 4.2.0 / X Window System (protocol Version 11, revision 0, vendor release 6600) Release Date: 18 January 2002 =09If the server is older than 6-12 months, or if your card is =09newer than the above date, look for a newer version before =09reporting problems. (See http://www.XFree86.Org/) Build Operating System: FreeBSD 4.1-RELEASE i386 [ELF]=20 Module Loader present Markers: (--) probed, (**) from config file, (=3D=3D) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (=3D=3D) Log file: "/var/log/XFree86.0.log", Time: Fri Mar 22 09:49:29 = 2002 (++) Using config file: "/root/XF86Config.new" (=3D=3D) ServerLayout "XFree86 Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (=3D=3D) Keyboard: CustomKeycode disabled (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11= /fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts= /CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"= (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (**) ModulePath set to "/usr/X11R6/lib/modules" (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 (II) Module ABI versions: =09XFree86 ANSI C Emulation: 0.1 =09XFree86 Video Driver: 0.5 =09XFree86 XInput driver : 0.3 =09XFree86 Server Extension : 0.1 =09XFree86 Font Renderer : 0.3 (II) Loader running on freebsd (II) LoadModule: "bitmap" (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor=3D"The XFree86 Project" =09compiled for 4.2.0, module version =3D 1.0.0 =09Module class: XFree86 Font Renderer =09ABI class: XFree86 Font Renderer, version 0.3 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor=3D"The XFree86 Project" =09compiled for 4.2.0, module version =3D 0.1.0 =09ABI class: XFree86 Video Driver, version 0.5 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages =3D 0x03, oldVal1 =3D 0x8000fac0, mode1Res1 =3D 0x8000= 0000 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,1130 card 0000,0000 rev 02 class 06,00,00 = hdr 00 (II) PCI: 00:02:0: chip 8086,1132 card 8086,4541 rev 02 class 03,00,00 = hdr 00 (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 01 class 06,04,00 = hdr 01 (II) PCI: 00:1f:0: chip 8086,2440 card 0000,0000 rev 01 class 06,01,00 = hdr 80 (II) PCI: 00:1f:1: chip 8086,244b card 8086,4541 rev 01 class 01,01,80 = hdr 00 (II) PCI: 00:1f:2: chip 8086,2442 card 8086,4541 rev 01 class 0c,03,00 = hdr 00 (II) PCI: 00:1f:3: chip 8086,2443 card 8086,4541 rev 01 class 0c,05,00 = hdr 00 (II) PCI: 00:1f:4: chip 8086,2444 card 8086,4541 rev 01 class 0c,03,00 = hdr 00 (II) PCI: 01:07:0: chip 1274,1371 card 8086,4541 rev 08 class 04,01,00 = hdr 00 (II) PCI: 01:0a:0: chip 8086,1229 card 8086,000c rev 08 class 02,00,00 = hdr 00 (II) PCI: 01:0c:0: chip 8086,1229 card 8086,000c rev 08 class 02,00,00 = hdr 00 (II) PCI: End of PCI scan (II) LoadModule: "scanpci" (II) Loading /usr/X11R6/lib/modules/libscanpci.a (II) Module scanpci: vendor=3D"The XFree86 Project" =09compiled for 4.2.0, module version =3D 0.1.0 =09ABI class: XFree86 Video Driver, version 0.5 (II) UnloadModule: "scanpci" (II) Unloading /usr/X11R6/lib/modules/libscanpci.a (II) Host-to-PCI bridge: (II) PCI-to-ISA bridge: (II) PCI-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)= (II) Bus 0 I/O range: =09[0] -1=090x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: =09[0] -1=090x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: =09[0] -1=090x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x02 (VGA_EN is clea= red) (II) Bus 1 I/O range: =09[0] -1=090x0000d000 - 0x0000dfff (0x1000) IX[B] (II) Bus 1 non-prefetchable memory range: =09[0] -1=090xff000000 - 0xff8fffff (0x900000) MX[B] (II) Bus 1 prefetchable memory range: =09[0] -1=090xf6a00000 - 0xf6afffff (0x100000) MX[B] (II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is se= t) (II) Bus -1 I/O range: (II) Bus -1 non-prefetchable memory range: (II) Bus -1 prefetchable memory range: (--) PCI:*(0:2:0) Intel i815 rev 2, Mem @ 0xf8000000/26, 0xffa80000/19 (II) Addressable bus resource ranges are =09[0] -1=090x00000000 - 0xffffffff (0x0) MX[B] =09[1] -1=090x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: =09[0] -1=090xffe00000 - 0xffffffff (0x200000) MX[B](B) =09[1] -1=090x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) =09[2] -1=090x000f0000 - 0x000fffff (0x10000) MX[B] =09[3] -1=090x000c0000 - 0x000effff (0x30000) MX[B] =09[4] -1=090x00000000 - 0x0009ffff (0xa0000) MX[B] =09[5] -1=090x0000ffff - 0x0000ffff (0x1) IX[B] =09[6] -1=090x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: =09[0] -1=090xff700000 - 0xff7fffff (0x100000) MX[B]E =09[1] -1=090xff8ff000 - 0xff8fffff (0x1000) MX[B]E =09[2] -1=090xff500000 - 0xff5fffff (0x100000) MX[B]E =09[3] -1=090xff8fe000 - 0xff8fffff (0x2000) MX[B]E =09[4] -1=090xffa80000 - 0xffafffff (0x80000) MX[B](B) =09[5] -1=090xf8000000 - 0xfbffffff (0x4000000) MX[B](B) =09[6] -1=090x0000df00 - 0x0000dfff (0x100) IX[B]E =09[7] -1=090x0000de80 - 0x0000deff (0x80) IX[B]E =09[8] -1=090x0000dd80 - 0x0000ddff (0x80) IX[B]E =09[9] -1=090x0000ef80 - 0x0000efff (0x80) IX[B]E =09[10] -1=090x0000efa0 - 0x0000efbf (0x20) IX[B]E =09[11] -1=090x0000ef40 - 0x0000ef7f (0x40) IX[B]E =09[12] -1=090x0000ffa0 - 0x0000ffbf (0x20) IX[B]E (II) PCI Memory resource overlap reduced 0xff8fe000 from 0xff8fffff to = 0xff8fefff (II) PCI I/O resource overlap reduced 0x0000ef80 from 0x0000efff to 0x0= 000ef9f (II) Active PCI resource ranges after removing overlaps: =09[0] -1=090xff700000 - 0xff7fffff (0x100000) MX[B]E =09[1] -1=090xff8ff000 - 0xff8fffff (0x1000) MX[B]E =09[2] -1=090xff500000 - 0xff5fffff (0x100000) MX[B]E =09[3] -1=090xff8fe000 - 0xff8fefff (0x1000) MX[B]E =09[4] -1=090xffa80000 - 0xffafffff (0x80000) MX[B](B) =09[5] -1=090xf8000000 - 0xfbffffff (0x4000000) MX[B](B) =09[6] -1=090x0000df00 - 0x0000dfff (0x100) IX[B]E =09[7] -1=090x0000de80 - 0x0000deff (0x80) IX[B]E =09[8] -1=090x0000dd80 - 0x0000ddff (0x80) IX[B]E =09[9] -1=090x0000ef80 - 0x0000ef9f (0x20) IX[B]E =09[10] -1=090x0000efa0 - 0x0000efbf (0x20) IX[B]E =09[11] -1=090x0000ef40 - 0x0000ef7f (0x40) IX[B]E =09[12] -1=090x0000ffa0 - 0x0000ffbf (0x20) IX[B]E (II) OS-reported resource ranges after removing overlaps with PCI: =09[0] -1=090xffe00000 - 0xffffffff (0x200000) MX[B](B) =09[1] -1=090x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) =09[2] -1=090x000f0000 - 0x000fffff (0x10000) MX[B] =09[3] -1=090x000c0000 - 0x000effff (0x30000) MX[B] =09[4] -1=090x00000000 - 0x0009ffff (0xa0000) MX[B] =09[5] -1=090x0000ffff - 0x0000ffff (0x1) IX[B] =09[6] -1=090x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: =09[0] -1=090xffe00000 - 0xffffffff (0x200000) MX[B](B) =09[1] -1=090x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) =09[2] -1=090x000f0000 - 0x000fffff (0x10000) MX[B] =09[3] -1=090x000c0000 - 0x000effff (0x30000) MX[B] =09[4] -1=090x00000000 - 0x0009ffff (0xa0000) MX[B] =09[5] -1=090xff700000 - 0xff7fffff (0x100000) MX[B]E =09[6] -1=090xff8ff000 - 0xff8fffff (0x1000) MX[B]E =09[7] -1=090xff500000 - 0xff5fffff (0x100000) MX[B]E =09[8] -1=090xff8fe000 - 0xff8fefff (0x1000) MX[B]E =09[9] -1=090xffa80000 - 0xffafffff (0x80000) MX[B](B) =09[10] -1=090xf8000000 - 0xfbffffff (0x4000000) MX[B](B) =09[11] -1=090x0000ffff - 0x0000ffff (0x1) IX[B] =09[12] -1=090x00000000 - 0x000000ff (0x100) IX[B] =09[13] -1=090x0000df00 - 0x0000dfff (0x100) IX[B]E =09[14] -1=090x0000de80 - 0x0000deff (0x80) IX[B]E =09[15] -1=090x0000dd80 - 0x0000ddff (0x80) IX[B]E =09[16] -1=090x0000ef80 - 0x0000ef9f (0x20) IX[B]E =09[17] -1=090x0000efa0 - 0x0000efbf (0x20) IX[B]E =09[18] -1=090x0000ef40 - 0x0000ef7f (0x40) IX[B]E =09[19] -1=090x0000ffa0 - 0x0000ffbf (0x20) IX[B]E (II) LoadModule: "extmod" (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor=3D"The XFree86 Project" =09compiled for 4.2.0, module version =3D 1.0.0 =09Module class: XFree86 Server Extension =09ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension FontCache (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) LoadModule: "glx" (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a (II) Module glx: vendor=3D"The XFree86 Project" =09compiled for 4.2.0, module version =3D 1.0.0 =09ABI class: XFree86 Server Extension, version 0.1 (II) Loading sub module "GLcore" (II) LoadModule: "GLcore" (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a (II) Module GLcore: vendor=3D"The XFree86 Project" =09compiled for 4.2.0, module version =3D 1.0.0 =09ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension GLX (II) LoadModule: "dri" (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a (II) Module dri: vendor=3D"The XFree86 Project" =09compiled for 4.2.0, module version =3D 1.0.0 =09ABI class: XFree86 Server Extension, version 0.1 (II) Loading sub module "drm" (II) LoadModule: "drm" (II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.a (II) Module drm: vendor=3D"The XFree86 Project" =09compiled for 4.2.0, module version =3D 1.0.0 =09ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension XFree86-DRI (II) LoadModule: "dbe" (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor=3D"The XFree86 Project" =09compiled for 4.2.0, module version =3D 1.0.0 =09Module class: XFree86 Server Extension =09ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "record" (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a (II) Module record: vendor=3D"The XFree86 Project" =09compiled for 4.2.0, module version =3D 1.13.0 =09Module class: XFree86 Server Extension =09ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension RECORD (II) LoadModule: "xtrap" (II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a (II) Module xtrap: vendor=3D"The XFree86 Project" =09compiled for 4.2.0, module version =3D 1.0.0 =09Module class: XFree86 Server Extension =09ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension DEC-XTRAP (II) LoadModule: "speedo" (II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a (II) Module speedo: vendor=3D"The XFree86 Project" =09compiled for 4.2.0, module version =3D 1.0.1 =09Module class: XFree86 Font Renderer =09ABI class: XFree86 Font Renderer, version 0.3 (II) Loading font Speedo (II) LoadModule: "type1" (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a (II) Module type1: vendor=3D"The XFree86 Project" =09compiled for 4.2.0, module version =3D 1.0.1 =09Module class: XFree86 Font Renderer =09ABI class: XFree86 Font Renderer, version 0.3 (II) Loading font Type1 (II) Loading font CID (II) LoadModule: "i810" (II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.o (II) Module i810: vendor=3D"The XFree86 Project" =09compiled for 4.2.0, module version =3D 1.1.0 =09Module class: XFree86 Video Driver =09ABI class: XFree86 Video Driver, version 0.5 (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor=3D"The XFree86 Project" =09compiled for 4.2.0, module version =3D 1.0.0 =09Module class: XFree86 XInput Driver =09ABI class: XFree86 XInput driver, version 0.3 (II) I810: Driver for Intel i810 chipset: i810, i810-dc100, i810e, i815= , =09i830M (II) Primary Device is: PCI 00:02:0 (--) Chipset i815 found (II) resource ranges after xf86ClaimFixedResources() call: =09[0] -1=090xffe00000 - 0xffffffff (0x200000) MX[B](B) =09[1] -1=090x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) =09[2] -1=090x000f0000 - 0x000fffff (0x10000) MX[B] =09[3] -1=090x000c0000 - 0x000effff (0x30000) MX[B] =09[4] -1=090x00000000 - 0x0009ffff (0xa0000) MX[B] =09[5] -1=090xff700000 - 0xff7fffff (0x100000) MX[B]E =09[6] -1=090xff8ff000 - 0xff8fffff (0x1000) MX[B]E =09[7] -1=090xff500000 - 0xff5fffff (0x100000) MX[B]E =09[8] -1=090xff8fe000 - 0xff8fefff (0x1000) MX[B]E =09[9] -1=090xffa80000 - 0xffafffff (0x80000) MX[B](B) =09[10] -1=090xf8000000 - 0xfbffffff (0x4000000) MX[B](B) =09[11] -1=090x0000ffff - 0x0000ffff (0x1) IX[B] =09[12] -1=090x00000000 - 0x000000ff (0x100) IX[B] =09[13] -1=090x0000df00 - 0x0000dfff (0x100) IX[B]E =09[14] -1=090x0000de80 - 0x0000deff (0x80) IX[B]E =09[15] -1=090x0000dd80 - 0x0000ddff (0x80) IX[B]E =09[16] -1=090x0000ef80 - 0x0000ef9f (0x20) IX[B]E =09[17] -1=090x0000efa0 - 0x0000efbf (0x20) IX[B]E =09[18] -1=090x0000ef40 - 0x0000ef7f (0x40) IX[B]E =09[19] -1=090x0000ffa0 - 0x0000ffbf (0x20) IX[B]E (II) resource ranges after probing: =09[0] -1=090xffe00000 - 0xffffffff (0x200000) MX[B](B) =09[1] -1=090x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) =09[2] -1=090x000f0000 - 0x000fffff (0x10000) MX[B] =09[3] -1=090x000c0000 - 0x000effff (0x30000) MX[B] =09[4] -1=090x00000000 - 0x0009ffff (0xa0000) MX[B] =09[5] -1=090xff700000 - 0xff7fffff (0x100000) MX[B]E =09[6] -1=090xff8ff000 - 0xff8fffff (0x1000) MX[B]E =09[7] -1=090xff500000 - 0xff5fffff (0x100000) MX[B]E =09[8] -1=090xff8fe000 - 0xff8fefff (0x1000) MX[B]E =09[9] -1=090xffa80000 - 0xffafffff (0x80000) MX[B](B) =09[10] -1=090xf8000000 - 0xfbffffff (0x4000000) MX[B](B) =09[11] 0=090x000a0000 - 0x000affff (0x10000) MS[B] =09[12] 0=090x000b0000 - 0x000b7fff (0x8000) MS[B] =09[13] 0=090x000b8000 - 0x000bffff (0x8000) MS[B] =09[14] -1=090x0000ffff - 0x0000ffff (0x1) IX[B] =09[15] -1=090x00000000 - 0x000000ff (0x100) IX[B] =09[16] -1=090x0000df00 - 0x0000dfff (0x100) IX[B]E =09[17] -1=090x0000de80 - 0x0000deff (0x80) IX[B]E =09[18] -1=090x0000dd80 - 0x0000ddff (0x80) IX[B]E =09[19] -1=090x0000ef80 - 0x0000ef9f (0x20) IX[B]E =09[20] -1=090x0000efa0 - 0x0000efbf (0x20) IX[B]E =09[21] -1=090x0000ef40 - 0x0000ef7f (0x40) IX[B]E =09[22] -1=090x0000ffa0 - 0x0000ffbf (0x20) IX[B]E =09[23] 0=090x000003b0 - 0x000003bb (0xc) IS[B] =09[24] 0=090x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/X11R6/lib/modules/libvgahw.a (II) Module vgahw: vendor=3D"The XFree86 Project" =09compiled for 4.2.0, module version =3D 0.1.0 =09ABI class: XFree86 Video Driver, version 0.5 (=3D=3D) I810(0): Depth 8, (=3D=3D) framebuffer bpp 8 (=3D=3D) I810(0): Default visual is PseudoColor (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Loading /usr/X11R6/lib/modules/libvbe.a (II) Module vbe: vendor=3D"The XFree86 Project" =09compiled for 4.2.0, module version =3D 1.0.0 =09ABI class: XFree86 Video Driver, version 0.5 (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/X11R6/lib/modules/libint10.a (II) Module int10: vendor=3D"The XFree86 Project" =09compiled for 4.2.0, module version =3D 1.0.0 =09ABI class: XFree86 Video Driver, version 0.5 (II) I810(0): initializing int10 (=3D=3D) I810(0): Write-combining range (0xa0000,0x20000) was already c= lear (=3D=3D) I810(0): Write-combining range (0xf0000,0x10000) (II) I810(0): Primary V_BIOS segment is: 0xc000 (II) I810(0): VESA BIOS detected (II) I810(0): VESA VBE Version 3.0 (II) I810(0): VESA VBE Total Mem: 1024 kB (II) I810(0): VESA VBE OEM: Intel(R) 815 Chipset Video BIOS (II) I810(0): VESA VBE OEM Software Rev: 34.49 (II) I810(0): VESA VBE OEM Vendor: =F3=EE (II) I810(0): VESA VBE OEM Product: =F3=EE (II) I810(0): VESA VBE OEM Product Rev: =F3=EE (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Loading /usr/X11R6/lib/modules/libddc.a (II) Module ddc: vendor=3D"The XFree86 Project" =09compiled for 4.2.0, module version =3D 1.0.0 =09ABI class: XFree86 Video Driver, version 0.5 c000:0193: 00 ILLEGAL EXTENDED X86 OPCODE! (II) I810(0): VESA VBE DDC not supported (--) I810(0): Chipset: "i815" (--) I810(0): Linear framebuffer at 0xF8000000 (--) I810(0): IO registers at addr 0xFFA80000 (EE) GARTInit: Unable to open /dev/agpgart (Device not configured) (EE) I810(0): AGP GART support is not available. Make sure your kernel= has =09agpgart support or that the agpgart kernel module is loaded. (II) UnloadModule: "i810" (II) UnloadModule: "ddc" (II) Unloading /usr/X11R6/lib/modules/libddc.a (II) UnloadModule: "int10" (II) Unloading /usr/X11R6/lib/modules/libint10.a (II) UnloadModule: "vbe" (II) Unloading /usr/X11R6/lib/modules/libvbe.a (II) UnloadModule: "vgahw" (II) Unloading /usr/X11R6/lib/modules/libvgahw.a (EE) Screen(s) found, but none have a usable configuration. Fatal server error: no screens found When reporting a problem related to a server crash, please send the full server output, not just the last messages. This can be found in the log file "/var/log/XFree86.0.log". Please report problems to xfree86@xfree86.org. ------------------------- End of the file ---------------- As you see above, here are the problems: (1) c000:0193: 00 ILLEGAL EXTENDED X86 OPCODE! (2)=20 (EE) GARTInit: Unable to open /dev/agpgart (Device not configured) (EE) I810(0): AGP GART support is not available. Make sure your kernel= has =09agpgart support or that the agpgart kernel module is loaded. Here is the output of ls -l /dev/agpgart: crw-r----- 1 root wheel 148, 0 Mar 20 22:22 /dev/agpgart Could some body help me to identify why this problem is coming? TIA --gb Jonathan Chen writes: > On Thu, Mar 21, 2002 at 11:40:11AM +0530, G.B.Naidu wrote: > > Hi, > >=20 > > I have been struggling to configure X windows for my FreeBSd syste= m. Though > > startx starts the X windows, it shows the windows and the fonts re= ally > > big and I cant do much with the Xwindows system. Initailly I thoug= ht this > > might be the problem with the Xfree86 3.3.6 version not supporting= the i810 > > driver. But I have installed Xfree86 4.2.0 and still it's behavior= is > > same. Could some body help me how will I be able to make the windo= ws normal > > size and also the font to be small.=20 > >=20 > > My system configuration: > >=20 > > OS: FreeBSD 4.1 > > Intel 815EEA video card integrated on the Motherboard. > >=20 > > As mentioned in the hand book, I have loaded the agp.ko module and= also did > > MAKEDEV /dev/agpgart. >=20 > The problem is that you've configured it to use the SVGA driver wit= h a > small screen. Use the i810 config file at: >=20 > http://www.freebsd.org/cgi/getmsg.cgi?fetch=3D608936+626704+/usr= /local/www/db/text/2001/freebsd-questions/20010812.freebsd-questions >=20 > Tweak as required. Make sure the monitor settings reflect what you'v= e > got. > --=20 > Jonathan Chen > --------------------------------------------------------------------= -- > Vini, vidi, velcro.= .. > I came, I saw, I stuck arou= nd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 20:36:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 5A5DE37B41B for ; Thu, 21 Mar 2002 20:36:20 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id CADB87833F; Fri, 22 Mar 2002 15:06:04 +1030 (CST) Date: Fri, 22 Mar 2002 15:06:04 +1030 From: Greg 'groggy' Lehey To: Steve Bertrand Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Network woes... Message-ID: <20020322150604.R463@wantadilla.lemis.com> References: <3C9A08B9.8090708@northnetworks.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C9A08B9.8090708@northnetworks.ca> User-Agent: Mutt/1.3.23i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday, 21 March 2002 at 11:22:17 -0500, Steve Bertrand wrote: > This is my first time running BSD, and after install I can not see > past my ethernet address. I have an ed0 with the address of > 192.168.250.102/24, and all other devices also follow the same > convention. I can ping ed0, but no further. I am assuming that ed0 > will only show up if the proper drivers have been installed during the > installation of the OS. Correct. > Are there any firewalls installed by default that could be blocking > me from getting out, No. > or does it sound like I have a more serious problem? Hard to say. It might be quite a simple one. > Where are the config files for my ethernet card? It's a single entry in /etc/rc.conf. It'll probably look something like: ifconfig_ed0="inet 192.168.250.102 netmask 255.255.255.0" Is this an ISA card? If so, check the output of dmesg to see that the driver is looking at the correct I/O address (almost certainly the case) and IRQ (possibly not). Is this is a 10 Mb/s card with multiple physical interfaces (AUI, BNC or UTP)? If so, make sure that you have the right one selected. See ed(4) for further details. When reporting this kind of problem, it's a good idea to give the output of the ifconfig and netstat commands. For ifconfig, I'd expect to see something like this: ed0: flags=8843 mtu 1500 inet 192.168.250.102 netmask 0xffffff00 broadcast 192.168.250.255 inet6 fe80::280:c6ff:fef9:a6c8%dc0 prefixlen 64 scopeid 0x1 ether 00:80:c6:f9:a6:c8 media: autoselect (100baseTX ) status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP 100baseTX none How much you get depends on what kind of card this is. If it's a 10 Mb/s card, you won't have the last two lines. If this looks OK, take a look at the output of netstat -r: Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default ? UGSc 41 1816 ed0 localhost localhost UH 2 40 lo0 192.168.250 link#1 UC 6 0 ed0 => If it doesn't look like that, please report. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html 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 Thu Mar 21 20:55: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-239.dsl.lsan03.pacbell.net [64.165.226.239]) by hub.freebsd.org (Postfix) with ESMTP id A656437B404 for ; Thu, 21 Mar 2002 20:55:00 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 26B2466C39; Thu, 21 Mar 2002 20:55:00 -0800 (PST) Date: Thu, 21 Mar 2002 20:55:00 -0800 From: Kris Kennaway To: Troy Cc: freebsd-questions@freebsd.org Subject: Re: ftp server? Message-ID: <20020321205459.A81751@xor.obsecurity.org> References: <3C9A9968.4DCD490A@myrealbox.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="3V7upXqbjpZ4EhLz" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3C9A9968.4DCD490A@myrealbox.com>; from tdrake@myrealbox.com on Thu, Mar 21, 2002 at 08:39:36PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --3V7upXqbjpZ4EhLz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Mar 21, 2002 at 08:39:36PM -0600, Troy wrote: > I just added a new FreeBSD box to my network with 4.5-R and for some > reason ftpd isnt on there like in all previous versions I've used. Is it > not installed by default anymore? I don't see it in the ports anywhere > so can anyone either let me know where to get it, or recommend a better > ftp server? It's certainly installed by default, but not enabled by default. Kris --3V7upXqbjpZ4EhLz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8mrkjWry0BWjoQKURAuu3AKC2fYTgW9nIXTJcX0scb4dEzJPllgCaAvHr XCiGSvNC9sXlrHtO9wGwO+0= =cAtu -----END PGP SIGNATURE----- --3V7upXqbjpZ4EhLz-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 21:17: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by hub.freebsd.org (Postfix) with ESMTP id B60DF37B417 for ; Thu, 21 Mar 2002 21:16:51 -0800 (PST) Received: from localhost (localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.11.6/8.11.6) with ESMTP id g2M5Gmg75908; Thu, 21 Mar 2002 21:16:48 -0800 (PST) (envelope-from andrsn@andrsn.stanford.edu) Date: Thu, 21 Mar 2002 21:16:48 -0800 (PST) From: Annelise Anderson To: Selvam Cc: Freebsd Subject: Re: Kernel Compile 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Mar 2002, Selvam wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi there, > > I was tryring to rebuild kernel from 4.4 to 4.5 after doing cvsup and > it stopped > and output an error like below :- > > - -------------------------------------------------------------- > >>> stage 1: bootstrap tools > - -------------------------------------------------------------- > cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386 DESTDIR= > INSTALL="sh /usr/src/tools/install.sh" make -f Makefile.inc1 > - -DBOOTSTRAPPING -DNOHTML -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE > - -DNOSHARED bootstrap-tools > cd /usr/src/games/fortune/strfile; make obj; make depend; make > all; make DESTDIR=/usr/obj/usr/src/i386 install > /usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for > /usr/src/games/fortune/strfile > rm -f .depend > mkdep -f .depend -a /usr/src/games/fortune/strfile/strfile.c > cd /usr/src/games/fortune/strfile; make _EXTRADEPEND > echo strfile: /usr/lib/libc.a >> .depend > cc -O -pipe -Wall -c /usr/src/games/fortune/strfile/strfile.c > cc: installation problem, cannot exec `cc1': No such file or > directory > *** Error code 1 > > Stop in /usr/src/games/fortune/strfile. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > - -- > Has anyone came across this problem and solved it, please drop me a > line. TQ > Your help is much appreciated > > Selvam This isn't a kernel compile error; it's a buildworld error. You're trying to make buildworld (or make world) and the sources for fortune aren't installed. Maybe only kernel source is installed? Annelise -- Annelise Anderson Author of: FreeBSD: An Open-Source Operating System for Your PC Available from: BSDmall.com and amazon.com Book Website: http://www.bittreepress.com/FreeBSD/introbook/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 21:32:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by hub.freebsd.org (Postfix) with ESMTP id E4D4937B417 for ; Thu, 21 Mar 2002 21:32:44 -0800 (PST) Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id 42FCC28BF5 for ; Fri, 22 Mar 2002 00:32:44 -0500 (EST) Date: Fri, 22 Mar 2002 00:32:44 -0500 (EST) From: Peter Leftwich X-X-Sender: To: FreeBSD Questions Subject: /usr/src/UPDATING & fixit.flp & females Message-ID: <20020322002147.V5960-100000@earl-grey.cloud9.net> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [1] "20001009: The ports tree's new layout is in place. Be sure to update your entire ports tree, or you will have problems." How do I update my entire ports tree in one shot? (Or must I ftp everything individually?) I tried running "portupgrade" but I don't seem to have that! [2] Something totally mung (SNAFU) has happened to my /kernel file (I think I must have spent too long in my /boot/loader.conf file!) so now I must interrupt the boot process and at the "ok" prompt type "unload" then "load kernel.prev" then "boot." Well, I successfully booted up to FreeBSD 4.5 kern.flp then mfsroot.flp floppies -- which defaultedly shoved me up inside the sysinstall app -- then I switched to VTY4 using the Fixit menu option and "Floppy" and no problems there. Here's the major woe! *HOW* in the world do you use commands such as "ls" and "mount" and "cat" and "ee" when for practically everything except "echo $PATH" and "pwd" and a couple "cd" commands the user is told "not found?!" HUGE thank yous guys -- and ladies (some say they exist on this list), P.S. OOF! What does it mean when you type "dmesg -a" and get this (only)? dmesg: sysctl kern.msgbuf: No such file or directory -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 21:38: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 2B28237B41B for ; Thu, 21 Mar 2002 21:38:06 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g2M5bpU10697; Fri, 22 Mar 2002 17:37:51 +1200 (NZST) (envelope-from jonc) Date: Fri, 22 Mar 2002 17:37:51 +1200 From: Jonathan Chen To: "G.B.Naidu" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: XFreee86 and Intel i810 Video card... Message-ID: <20020322173751.A10585@grimoire.chen.org.nz> References: <15513.31043.474533.564298@sunk2.sasi.com> <20020322160604.B10174@grimoire.chen.org.nz> <15514.45937.489944.279137@sunk2.sasi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <15514.45937.489944.279137@sunk2.sasi.com>; from gbnaidu@sasken.com on Fri, Mar 22, 2002 at 10:00:41AM +0530 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 22, 2002 at 10:00:41AM +0530, G.B.Naidu wrote: > Hi, > > Thank you very much for your reply. I guess my system XFree86 has the basic > problem with the agpgart support. Here is what happens: > > I have initially tried loading the agp.ko module using the loader.conf and > creating the device /dev/agpgart using MAKEDEV. But when I tried to run the > test, it says agpgart is not supported. Please see the log file below. Then > after reading the mailing lists, I thought it would be helpful to compile > the agpgart support into the kernel by using "device "agp"" and did compile > the kernel. Even after this same error is occuring. What does "dmesg | grep agp" return? -- Jonathan Chen ---------------------------------------------------------------------- Do not take life too seriously. You will never get out of it alive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 21:53: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from www.kozubik.com (www.kozubik.com [198.78.70.162]) by hub.freebsd.org (Postfix) with ESMTP id CDAB537B41D; Thu, 21 Mar 2002 21:53:01 -0800 (PST) Received: from localhost (john@localhost) by www.kozubik.com (8.11.0/8.11.0) with ESMTP id g2M5WDa21127; Thu, 21 Mar 2002 21:32:13 -0800 (PST) (envelope-from john@kozubik.com) Date: Thu, 21 Mar 2002 21:32:13 -0800 (PST) From: John Kozubik X-Sender: john@www To: "Greg 'groggy' Lehey" Cc: Patrick Thomas , questions@FreeBSD.org Subject: Re: is there overhead in SMP machines related to SMP ? In-Reply-To: <20020322111437.A463@wantadilla.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thank you for your answers to these questions - I don't normally jump into threads like that. I am quite interested in the sparc64 FreeBSD development branch and will follow up with those folks for more information (and I have some equipment that might be helpful). ----- John Kozubik - john@kozubik.com - http://www.kozubik.com > > 1. these inefficiences aren't such that it will keep me from using 4.5 SMP > > for production environments, are they ? > > In general, no. If it didn't work, we wouldn't have released it. But > it seems to hit database systems particularly hard. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 22: 7: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp016.mail.yahoo.com (smtp016.mail.yahoo.com [216.136.174.113]) by hub.freebsd.org (Postfix) with SMTP id 50C5437B404 for ; Thu, 21 Mar 2002 22:07:06 -0800 (PST) Received: from sgeine (AUTH login) at adsl-63-198-133-39.dsl.lsan03.pacbell.net (HELO edinburgh) (sgeine@63.198.133.39) by smtp.mail.vip.sc5.yahoo.com with SMTP; 22 Mar 2002 06:07:06 -0000 Reply-To: From: "Jesse Geddis" To: "FreeBSD-Questions" Subject: sc0 Date: Thu, 21 Mar 2002 22:07:05 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'd like to drop vga0 out of my kernel but it looks like in doing so I will also have to drop sc0. when I read the man pages it didn't look like a Wyse terminal would require sc0 but wanted to confirm. I only want it accessible via my Wyse 150 (hardwired sio0) and ssh. can someone confirm for me that dropping sc0 won't nuke my Wyse? thanks in advance =) "My fellow Americans, I've signed legislation that will outlaw Russia forever. We begin bombing in five minutes." --Ronald Reagan _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 22: 9:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from samar.sasken.com (samar.sasken.com [164.164.56.2]) by hub.freebsd.org (Postfix) with ESMTP id 4893037B41E for ; Thu, 21 Mar 2002 22:09:32 -0800 (PST) Received: from samar (localhost [127.0.0.1]) by samar.sasken.com (8.11.6/8.11.6) with SMTP id g2M69SK26078; Fri, 22 Mar 2002 11:39:29 +0530 (IST) Received: (from gbnaidu@localhost) by sunk2.sasi.com (8.11.6/8.11.6) id g2M69QL04545; Fri, 22 Mar 2002 11:39:26 +0530 (IST) From: "G.B.Naidu" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15514.51862.692992.964708@sunk2.sasi.com> Date: Fri, 22 Mar 2002 11:39:26 +0530 (IST) To: Jonathan Chen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: XFreee86 and Intel i810 Video card... In-Reply-To: <20020322173751.A10585@grimoire.chen.org.nz> References: <15513.31043.474533.564298@sunk2.sasi.com> <20020322160604.B10174@grimoire.chen.org.nz> <15514.45937.489944.279137@sunk2.sasi.com> <20020322173751.A10585@grimoire.chen.org.nz> X-Mailer: VM 6.72 under 21.1 (patch 9) "Canyonlands" XEmacs Lucid Reply-To: gbnaidu@sasken.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Here is the output of dmesg | grep agp: Preloaded elf module "agp.ko" at 0xc041709c. Preloaded elf module "agp.ko" at 0xc041709c. Preloaded elf module "agp.ko" at 0xc041709c. Preloaded elf module "agp.ko" at 0xc041709c. Preloaded elf module "agp.ko" at 0xc041709c. Preloaded elf module "agp.ko" at 0xc041709c. G.B-> This was when I have loaded the agp.ko using loader.conf. After that I compiled the agp device into the kernel. Then I tried loading the agp.ko module, but as expected, it says that it exists. module_register: module pci/agp_intel already exists! linker_file_sysinit "agp.ko" failed to register! 17 module_register: module pci/agp_via already exists! linker_file_sysinit "agp.ko" failed to register! 17 module_register: module pci/agp_sis already exists! linker_file_sysinit "agp.ko" failed to register! 17 module_register: module pci/agp_ali already exists! linker_file_sysinit "agp.ko" failed to register! 17 module_register: module pci/agp_amd already exists! linker_file_sysinit "agp.ko" failed to register! 17 module_register: module pci/agp_i810 already exists! linker_file_sysinit "agp.ko" failed to register! 17 Thanks --gb Jonathan Chen writes: > On Fri, Mar 22, 2002 at 10:00:41AM +0530, G.B.Naidu wrote: > > Hi, > > > > Thank you very much for your reply. I guess my system XFree86 has the basic > > problem with the agpgart support. Here is what happens: > > > > I have initially tried loading the agp.ko module using the loader.conf and > > creating the device /dev/agpgart using MAKEDEV. But when I tried to run the > > test, it says agpgart is not supported. Please see the log file below. Then > > after reading the mailing lists, I thought it would be helpful to compile > > the agpgart support into the kernel by using "device "agp"" and did compile > > the kernel. Even after this same error is occuring. > > What does "dmesg | grep agp" return? > -- > Jonathan Chen > ---------------------------------------------------------------------- > Do not take life too seriously. > You will never get out of it alive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 22:20:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns.c-gates.cz (ns.c-gates.cz [62.168.12.193]) by hub.freebsd.org (Postfix) with ESMTP id 4F84A37B400; Thu, 21 Mar 2002 22:19:25 -0800 (PST) Received: from portugalmail.com (1Cust133.tnt25.dfw9.da.uu.net [67.234.6.133]) by ns.c-gates.cz (8.8.7/8.8.5) with SMTP id HAA00326; Fri, 22 Mar 2002 07:44:55 +0100 From: d3245@miesto.sk Message-Id: <200203220644.HAA00326@ns.c-gates.cz> To: Subject: Job security?? Date: Fri, 22 Mar 2002 01:32:51 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Easy 50-80% Return and here's how..... Learn how you can receive a monthly check for 6, 7, or 8% a month until your initial investment is paid off...then a monthly check for 4% for years to come... We know it sounds impossible, but it's happening today and here's where. In the merchant business-What's that?? You know those little black boxes where businesses swipe your credit cards! That's called P.O.S. Point of sale technology! And these numbers are verifiable. This multi-trillion dollar industry in which our business will supply cedit cards, debit cards, check verification, funds transfer, prepaid cell phone, prepaid phone cards, bill payment and many other services for the consumer in the retail environment with plenty of growth ahead. Success P.O.S. will professionally manage and service your business daily. Established and proven locations available nationwide. To find out how you can participate and achieve a monthly income of between 4% and 8% (50% to 80% yearly) with a relatively small investment contact us now: http://61.129.78.70/cl6 ============================================================================ Opt-Out Instructions: investment@btamail.net.cn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 22:23:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by hub.freebsd.org (Postfix) with ESMTP id D61E337B400 for ; Thu, 21 Mar 2002 22:23:26 -0800 (PST) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id g2M6NM509340; Fri, 22 Mar 2002 08:23:22 +0200 Message-Id: <200203220623.g2M6NM509340@lv.raad.tartu.ee> Received: from SpoolDir by INFO (Mercury 1.48); 22 Mar 02 08:22:24 +0200 From: "Toomas Aas" Organization: Tartu City Government To: Bob Bomar , questions@freebsd.org Date: Fri, 22 Mar 2002 08:22:13 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: kernel build procedure does not update kernel In-reply-to: <20020321202449.GB74704@peitho.fxp.org> References: <200203212015.g2LKFj705253@lv.raad.tartu.ee> X-info: Headers changed by Barricade Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Bob! On 21 Mar 02 at 15:24 you wrote: > On Thu, Mar 21, 2002 at 10:10:20PM +0200, Toomas Aas wrote: > > cd /usr/src/sys/i386/conf > > /usr/sbin/config MYKERNEL > > cd ../../compile/MYKERNEL > > make depend > > make > > make install > > > > Try going to /usr/src/ and make kernel KERNCONF=, > or make buildkernel KERNCONF= > make installkernel KERNCONF= I thought of that, but the Handbook says: ---------------------------------------------------------------------- If you have not upgraded your source tree in any way (you have not run CVSup, CTM, or used anoncvs), then you should use the config, make depend, make, make install sequence. ---------------------------------------------------------------------- As I didn't think that applying single patch falls under this definition of 'upgrading the source tree', I decided to stick to the old method. -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * Mcmxlogist: An expert translator of Roman numerals. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 22:41:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f11.law11.hotmail.com [64.4.17.11]) by hub.freebsd.org (Postfix) with ESMTP id 7E37837B41A for ; Thu, 21 Mar 2002 22:41:48 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 21 Mar 2002 22:41:48 -0800 Received: from 68.6.86.185 by lw11fd.law11.hotmail.msn.com with HTTP; Fri, 22 Mar 2002 06:41:47 GMT X-Originating-IP: [68.6.86.185] From: "Charles Burns" To: questions@freebsd.org Subject: Advocacy help for CS professor Date: Thu, 21 Mar 2002 23:41:47 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 22 Mar 2002 06:41:48.0377 (UTC) FILETIME=[A426E490:01C1D16C] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a CD professor who has a masters in CS and EET from a top 50 university yet is enveloped in the Microsoft way of life. While this isn't necessarily a bad thing, he is indirectly advocating Windows over Unix for all tasks based on knowledge from the Unix of years ago. Alot has changed! Showing him that Unix (BSD/Linux, etc) make a great server is easy, but Unix is now a great desktop platform as well. This is what I need help with. I have written several advocacy messages myself, but they are typically targeted to people setting up servers. I would like to make some specific arguments that will show him that Unix is worth giving a try, and if he doesn't like it, fine, his choice. He is willing to read what I have to say about it and listen to me as a peer, and considering his position as the head of the CS department, this could benefit FreeBSD and Unix in general (if you are interested in that sort of thing). This person has the following additude: - Microsoft has money, therefore can buy the best programmers, therefore has the best products. - Microsoft is very successful, therefore has the best products (though he is not using the popularity alone as an argument as he does have extensive knowledge of logic) - OSS programmers could not possibly be as good as Microsoft programmers, because Microsoft sponsors such things as nat'l programming competitions and hires the winners/hires the best of class from top universities, etc. I need specific reasons and hopefully links (not to slashdot, to reputable neutral news sites and such). OSS has Greenman, DeRaadt, Torvalds, Hubbard, Lehey, and others which are certainly among the top 100 programmers on earth. How to prove, though? I have pointed out that academics and contest winners are different from people that naturally love to code, but he is in a commercial mindset. I have seen many great logical abstractions of this concept on various sites, but finding them would be impossible. - He is using examples of MS products being superior to other Windows products, examples in which he is right. Netscape 4.7* vs. IE4--No comparison. MS Office vs everything else--for it's intended audience, it really is the best. Media player, etc. He quoted Outlook Express, but being in the field he uses Eudora because of OE's jaw-dropping security record. I already made the Evolution comparison, but I really need more examples in which an OSS Unux product is superior. ----Note that I am not trying to convince him that Unix makes a better overall desktop, or that OSS software is necessarily the best, only that there are many great OSS apps-some of which are better than MS counterparts, and that he should give it a try. (he is busy and doesn't want to waste time on something that he is pretty sure will suck) - He says Unix is fragmented, therefore cannot have a unified vision and focus, and that this automatically makes it inferior to Windows which is under one company with theoretically one vision and focus.(to own everything :-) I have already made some arguments and given some examples, but I would greatly appreciate any compact and strong anecdotes, facts, quotes, examples, theories, logical proofs, rhetorical questions, etc. that apply. Please don't tell me that Windows really is a better desktop OS--whether it is or not isn't the point. Thanks ahead of time. _________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. 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 Mar 21 23: 1:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.wananchi.com (ns2.wananchi.com [62.8.64.4]) by hub.freebsd.org (Postfix) with ESMTP id 4C08537B41F for ; Thu, 21 Mar 2002 22:59:09 -0800 (PST) Received: from wash by ns2.wananchi.com with local (Exim 3.35 #1 (FreeBSD)) id 16oJ0t-0002KE-00 for ; Fri, 22 Mar 2002 09:58:59 +0300 Date: Fri, 22 Mar 2002 09:58:59 +0300 From: Odhiambo Washington To: FBSD-Q Subject: Module Apache::GD::Graph ?? Message-ID: <20020322065859.GB84094@ns2.wananchi.com> Mail-Followup-To: Odhiambo Washington , FBSD-Q Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i X-Disclaimer: Any views expressed in this message,where not explicitly attributed otherwise, are mine alone!. X-Fortune: What is mind? No matter. What is matter? Never mind. -- Thomas Hewitt Key, 1799-1875 X-Operating-System: FreeBSD 4.5-STABLE i386 X-Best-Window-Manager: XFCE X-Mailer: Mutt http://www.mutt.org/ X-Designation: Systems Administrator, Wananchi Online Ltd. X-Location: Nairobi, KE, East Africa. X-Uptime: 9:57AM up 12 days, 17:48, 2 users, load averages: 2.26, 2.33, 2.28 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am trying to install Apache::GD::Graph but if fails everytime I try. Does anyone know if there are issues with this module on FreeBSD-4.5? Thanks -Wash -- Odhiambo Washington "The box said 'Requires Wananchi Online Ltd. www.wananchi.com Windows 95, NT, or better,' Tel: 254 2 313985-9 Fax: 254 2 313922 so I installed FreeBSD." GSM: 254 72 743 223 GSM: 254 733 744 121 This sig is McQ! :-) ++ "There is hopeful symbolism in the fact that flags do not wave in a vacuum." -- Arthur C. Clarke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 23:15:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id A7F9D37B41A for ; Thu, 21 Mar 2002 23:15:23 -0800 (PST) Received: by peitho.fxp.org (Postfix, from userid 1206) id F39BA13667; Fri, 22 Mar 2002 02:15:22 -0500 (EST) Date: Fri, 22 Mar 2002 02:15:22 -0500 From: Bob Bomar To: Charles Burns Cc: questions@freebsd.org Subject: Re: Advocacy help for CS professor Message-ID: <20020322071522.GB1392@peitho.fxp.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dTy3Mrz/UPE2dbVg" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.24i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --dTy3Mrz/UPE2dbVg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 21, 2002 at 11:41:47PM -0700, Charles Burns wrote: > I have a CD professor who has a masters in CS and EET from a top 50=20 > university yet is enveloped in the Microsoft way of life. While this isn'= t=20 > necessarily a bad thing, he is indirectly advocating Windows over Unix fo= r=20 > all tasks based on knowledge from the Unix of years ago. Alot has changed! > Showing him that Unix (BSD/Linux, etc) make a great server is easy, but= =20 > Unix is now a great desktop platform as well. This is what I need help=20 > with. I have written several advocacy messages myself, but they are=20 > typically targeted to people setting up servers. FreeBSd would make a decent Desktop OS, but Windows will never be=20 totally replaced. >=20 > I would like to make some specific arguments that will show him that Unix= =20 > is worth giving a try, and if he doesn't like it, fine, his choice. He is= =20 > willing to read what I have to say about it and listen to me as a peer, a= nd=20 > considering his position as the head of the CS department, this could=20 > benefit FreeBSD and Unix in general (if you are interested in that sort o= f=20 > thing). > I have been useing FreeBSD side by side with Windows to create a stable working enviroment. FreeBSD is the file server, and=20 windows is the pretty front end. =20 > This person has the following additude: >=20 > - Microsoft has money, therefore can buy the best programmers, therefore= =20 > has the best products. Very true, but Un*x has the dedicated programers. >=20 > - Microsoft is very successful, therefore has the best products (though h= e=20 > is not using the popularity alone as an argument as he does have extensiv= e=20 > knowledge of logic) > Well look at it this way, how many everyday people are willing to=20 sit down and learn how to do simple taskes in Un*x, or what we call simple tasks. =20 =20 > - OSS programmers could not possibly be as good as Microsoft programmers,= =20 > because Microsoft sponsors such things as nat'l programming competitions= =20 > and hires the winners/hires the best of class from top universities, etc.= I=20 > need specific reasons and hopefully links (not to slashdot, to reputable= =20 > neutral news sites and such). OSS has Greenman, DeRaadt, Torvalds, Hubbar= d,=20 > Lehey, and others which are certainly among the top 100 programmers on=20 > earth. How to prove, though? I have pointed out that academics and contes= t=20 > winners are different from people that naturally love to code, but he is = in=20 > a commercial mindset. I have seen many great logical abstractions of this= =20 > concept on various sites, but finding them would be impossible. >=20 > How do you prove it?? Have him look at this: 1. What operating systems are at the top of netcraft.com's longest uptimes? BSD/OS, FreeBSD, IRIX, and Linux. 2. What OS does the backend of hotmail.com run on?? - He is using examples of MS products being superior to other Windows=20 > products, examples in which he is right. Netscape 4.7* vs. IE4--No=20 > comparison. MS Office vs everything else--for it's intended audience, it= =20 > really is the best. Media player, etc. He quoted Outlook Express, but bei= ng=20 > in the field he uses Eudora because of OE's jaw-dropping security record.= I=20 > already made the Evolution comparison, but I really need more examples in= =20 > which an OSS Unux product is superior. > ----Note that I am not trying to convince him that Unix makes a better=20 > overall desktop, or that OSS software is necessarily the best, only that= =20 > there are many great OSS apps-some of which are better than MS=20 > counterparts, and that he should give it a try. (he is busy and doesn't= =20 > want to waste time on something that he is pretty sure will suck) > No OS will take over the desktop world from Windows. Just=20 some OS's can become side by side. =20 > - He says Unix is fragmented, therefore cannot have a unified vision and= =20 > focus, and that this automatically makes it inferior to Windows which is= =20 > under one company with theoretically one vision and focus.(to own=20 > everything :-) > Fragmented?? How so? =20 >=20 > I have already made some arguments and given some examples, but I would= =20 > greatly appreciate any compact and strong anecdotes, facts, quotes,=20 > examples, theories, logical proofs, rhetorical questions, etc. that apply= .=20 > Please don't tell me that Windows really is a better desktop OS--whether = it=20 > is or not isn't the point. > Take a look at the FreeBSD site, and see what you can find to help you. =20 > Thanks ahead of time. >=20 --=20 |------------------------------------| | Bob Bomar | | bulldog@fxp.org | | http://fly.homeunix.org/~bob | |=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D| | FreeBSD: The Power to Serve | | http://www.FreeBSD.org | |------------------------------------| --dTy3Mrz/UPE2dbVg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8mtoK9Jm/aTrtdKoRAgYRAKChYVnuLYjgRkQO2fidsg19+Eyo1ACffp2R QOO9NpDIACob1MGx676teoA= =MG6H -----END PGP SIGNATURE----- --dTy3Mrz/UPE2dbVg-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 23:22:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from venom.ai.net (venom.ai.net [205.134.190.250]) by hub.freebsd.org (Postfix) with ESMTP id 6006237B419 for ; Thu, 21 Mar 2002 23:22:26 -0800 (PST) Received: from blood (pool-138-88-73-75.res.east.verizon.net [138.88.73.75]) by venom.ai.net (8.11.1/8.9.3) with SMTP id g2M7MLo34797; Fri, 22 Mar 2002 02:22:21 -0500 (EST) (envelope-from deepak@ai.net) Reply-To: From: "Deepak Jain" To: "Kris Kennaway" , "Troy" Cc: Subject: RE: ftp server? Date: Fri, 22 Mar 2002 02:22:16 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Importance: Normal In-Reply-To: <20020321205459.A81751@xor.obsecurity.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You can enable the FTP server by uncommenting the ftp lines in inetd.conf and restarting inetd. DJ -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Kris Kennaway Sent: Thursday, March 21, 2002 11:55 PM To: Troy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ftp server? On Thu, Mar 21, 2002 at 08:39:36PM -0600, Troy wrote: > I just added a new FreeBSD box to my network with 4.5-R and for some > reason ftpd isnt on there like in all previous versions I've used. Is it > not installed by default anymore? I don't see it in the ports anywhere > so can anyone either let me know where to get it, or recommend a better > ftp server? It's certainly installed by default, but not enabled by default. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 23:37:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.nc.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id 5401C37B41B for ; Thu, 21 Mar 2002 23:37:12 -0800 (PST) Received: from i8k.babbleon.org ([66.57.85.154]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Wed, 20 Mar 2002 18:50:46 -0500 Received: by i8k.babbleon.org (Postfix, from userid 111) id C6800BA05; Wed, 20 Mar 2002 18:50:40 -0500 (EST) Content-Type: text/plain; charset="iso-8859-1" From: Brian T.Schellenberger To: Steve 1 Subject: Re: Inactive Memory Creep Date: Wed, 20 Mar 2002 18:50:40 -0500 X-Mailer: KMail [version 1.3] References: In-Reply-To: Cc: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020320235040.C6800BA05@i8k.babbleon.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In active memory is "freeable" memory that FreeBSD keeps around "just in case" it might be able to save it from having to reallocate it. Basically it's stuff that that's memory-mapped read-only and not currently used. But instead of fully freeing, FreeBSD figures its more efficient to keep it around on a list. It's the same as free memory for all practical purposes, in that if there's no "free" memory, the inactive memory is used before resorting to stealing buffers or using virtual memory. On Wednesday 20 March 2002 04:13 pm, you wrote: | Hey All, | | I have an odd problem that I cannot figure out. | | Running top shows the inactive memory on my machine creeps steadily | upwards. | | Currently up 7 days | | Mem: 26M Active, 545M Inact, 56M Wired, 4K Cache, 112M Buf, 376M Free | Swap: 1028M Total, 1028M Free | | Luckily I have a machine with a gig of ram so I have plenty of headroom. I | run almost no services (BSD-AMP) on the machine so I am puzzled as to what | is using the space and not giving it up, or is this an OS thing? | | Suggestions? | | | Steve | | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-questions" in the body of the message -- Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) Brian, the man from Babble-On . . . . bts@babbleon.org (personal) ME --> http://www.babbleon.org http://www.eff.org <-- GOOD GUYS --> http://www.programming-freedom.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 23:37:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f14.law15.hotmail.com [64.4.23.14]) by hub.freebsd.org (Postfix) with ESMTP id BA2A137B400 for ; Thu, 21 Mar 2002 23:37:30 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 21 Mar 2002 23:37:30 -0800 Received: from 66.185.84.207 by lw15fd.law15.hotmail.msn.com with HTTP; Fri, 22 Mar 2002 07:37:30 GMT X-Originating-IP: [66.185.84.207] From: "Matt Lazarou" To: freebsd-questions@FreeBSD.ORG Subject: Regarding Interface For My NIC Date: Fri, 22 Mar 2002 07:37:30 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 22 Mar 2002 07:37:30.0622 (UTC) FILETIME=[6C4901E0:01C1D174] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, For some reason whenever I boot into FreeBSD my interface txp0 wont be assigned an IP. When i do ifconfig -a to check the status I see that it says: Status: No Carrier I edited the rc.conf in /etc and hosts in /etc and updated my new dns there with the correct IP. Also, I reconfigured my NIC setup with the DHCP but it's still not picking anything up. Any clue why interface is having trouble? Everything works fine under windows 2k pro. Any help would be greatly apperciated. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Mar 21 23:59:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id C02D637B400 for ; Thu, 21 Mar 2002 23:59:31 -0800 (PST) Received: by peitho.fxp.org (Postfix, from userid 1206) id 4028013667; Fri, 22 Mar 2002 02:59:31 -0500 (EST) Date: Fri, 22 Mar 2002 02:59:31 -0500 From: Bob Bomar To: Matt Lazarou Cc: questions@freebsd.org Subject: Re: Regarding Interface For My NIC Message-ID: <20020322075931.GA26176@peitho.fxp.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.24i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 22, 2002 at 07:37:30AM +0000, Matt Lazarou wrote: > Hi, >=20 > For some reason whenever I boot into FreeBSD my interface txp0 wont be=20 > assigned an IP. When i do ifconfig -a to check the status I see that it= =20 > says: >=20 > Status: No Carrier >=20 > I edited the rc.conf in /etc and hosts in /etc and updated my new dns the= re=20 > with the correct IP. Also, I reconfigured my NIC setup with the DHCP but= =20 > it's still not picking anything up. Any clue why interface is having=20 > trouble? Everything works fine under windows 2k pro. >=20 > Any help would be greatly apperciated. >=20 If you hace a DHCP server, are you running dhclient? --=20 |------------------------------------| | Bob Bomar | | bulldog@fxp.org | | http://fly.homeunix.org/~bob | |=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D| | FreeBSD: The Power to Serve | | http://www.FreeBSD.org | |------------------------------------| --82I3+IH0IqGh5yIs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8muRi9Jm/aTrtdKoRApVhAJ48c2IRdaljh59TFJLCiK4WADcRAgCeKVzU qEstq4lIZz76TqCT0v6e2/g= =DuXd -----END PGP SIGNATURE----- --82I3+IH0IqGh5yIs-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 0:43:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.wananchi.com (ns2.wananchi.com [62.8.64.4]) by hub.freebsd.org (Postfix) with ESMTP id D43FD37B419 for ; Fri, 22 Mar 2002 00:43:28 -0800 (PST) Received: from wash by ns2.wananchi.com with local (Exim 3.35 #1 (FreeBSD)) id 16oKdn-0008Qp-00 for ; Fri, 22 Mar 2002 11:43:15 +0300 Date: Fri, 22 Mar 2002 11:43:15 +0300 From: Odhiambo Washington To: FBSD-Q Subject: Help with perl Message-ID: <20020322084315.GA31979@ns2.wananchi.com> Mail-Followup-To: Odhiambo Washington , FBSD-Q Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i X-Disclaimer: Any views expressed in this message,where not explicitly attributed otherwise, are mine alone!. X-Fortune: "I am the mother of all things, and all things should wear a sweater." X-Operating-System: FreeBSD 4.5-STABLE i386 X-Best-Window-Manager: XFCE X-Mailer: Mutt http://www.mutt.org/ X-Designation: Systems Administrator, Wananchi Online Ltd. X-Location: Nairobi, KE, East Africa. X-Uptime: 11:42AM up 12 days, 19:33, 2 users, load averages: 2.32, 2.33, 2.29 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I want to run an app that requires GDBM_File but a test on my boxes fail ;-O perl -e 'use GDBM_File;' Can't locate GDBM_File.pm in @INC (@INC contains: /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 .) at -e line 1. BEGIN failed--compilation aborted at -e line 1. How do I get this on?? Thanks -Wash -- Odhiambo Washington "The box said 'Requires Wananchi Online Ltd. www.wananchi.com Windows 95, NT, or better,' Tel: 254 2 313985-9 Fax: 254 2 313922 so I installed FreeBSD." GSM: 254 72 743 223 GSM: 254 733 744 121 This sig is McQ! :-) ++ Parker's Law: Beauty is only skin deep, but ugly goes clean to the bone. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 1: 0:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nelly.internal.irrelevant.org (irrelevant.demon.co.uk [158.152.220.121]) by hub.freebsd.org (Postfix) with ESMTP id CCD7437B419 for ; Fri, 22 Mar 2002 01:00:22 -0800 (PST) Received: from simond by nelly.internal.irrelevant.org with local (Exim 3.35 #1) id 16oKu0-0000m6-00; Fri, 22 Mar 2002 09:00:00 +0000 Date: Fri, 22 Mar 2002 09:00:00 +0000 From: Simon Dick To: Odhiambo Washington Cc: FBSD-Q Subject: Re: Help with perl Message-ID: <20020322090000.GB2296@irrelevant.org> References: <20020322084315.GA31979@ns2.wananchi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020322084315.GA31979@ns2.wananchi.com> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 22, 2002 at 11:43:15AM +0300, Odhiambo Washington wrote: > > I want to run an app that requires GDBM_File but a test on my boxes fail ;-O > > > perl -e 'use GDBM_File;' > > Can't locate GDBM_File.pm in @INC (@INC contains: /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 > /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 .) at -e line 1. > BEGIN failed--compilation aborted at -e line 1. > > How do I get this on?? Try in ports databases/p5-GDBM -- Simon Dick simond@irrelevant.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 1:37:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.bcn.isoco.net (ldap.isoco.net [212.9.90.11]) by hub.freebsd.org (Postfix) with ESMTP id 9EC1037B404 for ; Fri, 22 Mar 2002 01:37:08 -0800 (PST) Received: from fxn.bcn.isoco.net (fxn.bcn.isoco.net [172.16.1.50]) by smtp.bcn.isoco.net (Postfix) with SMTP id E78B6CD2BB; Fri, 22 Mar 2002 10:37:06 +0100 (CET) From: F.Xavier Noria To: "Hamelsveld van, S (Sven)" Cc: freebsd-questions@FreeBSD.org Subject: Re: Mail clients & unix In-Reply-To: <108428072116-23@_rabobank.nl_> References: <108428072116-23@_rabobank.nl_> X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20020322093706.E78B6CD2BB@smtp.bcn.isoco.net> Date: Fri, 22 Mar 2002 10:37:06 +0100 (CET) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Mar 2002 10:28:07 +0100 "Hamelsveld van, S (Sven)" wrote: : If I would like to send mail from unix from a command line and send a : attachment with it... how can I do this ??? I use "cat body | mutt -a attachment -s subject [...]" for this. -- fxn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 1:46:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta-2.gci.net (mta-2.gci.net [208.138.130.83]) by hub.freebsd.org (Postfix) with ESMTP id 8E15637B404 for ; Fri, 22 Mar 2002 01:46:15 -0800 (PST) Received: from mmp-1.gci.net ([208.138.130.80]) by mta-2.gci.net (Netscape Messaging Server 4.15) with ESMTP id GTDCH100.EL6 for ; Fri, 22 Mar 2002 00:46:13 -0900 Received: from traciestoy ([24.237.10.78]) by mmp-1.gci.net (Netscape Messaging Server 4.15) with SMTP id GTDCH102.2AW for ; Fri, 22 Mar 2002 00:46:13 -0900 From: "Clay Parker" To: Subject: Video Card Date: Fri, 22 Mar 2002 00:46:11 -0900 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am wondering if 4.4 supports this card? http://www.hardwarecentral.com/hardwarecentral/reviews/141/2 any help would be greatly appreciated. If not please tell me where I can find a list of supported ones. Thanks. Clay Parker To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 2: 5:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from SecurePC98.cis.nctu.edu.tw (SecurePC98.cis.nctu.edu.tw [140.113.241.98]) by hub.freebsd.org (Postfix) with ESMTP id B732137B417 for ; Fri, 22 Mar 2002 02:05:22 -0800 (PST) Received: from Private1 (SecurePC63.cis.nctu.edu.tw [140.113.241.63]) by SecurePC98.cis.nctu.edu.tw (8.11.0/8.11.0) with SMTP id g2MAr1X19408; Fri, 22 Mar 2002 18:53:01 +0800 Message-ID: <000a01c1d188$1120bc40$3ff1718c@cis.nctu.edu.tw> From: "help" To: , Cc: Subject: Requset for becoming one FTP mirror site of FreeBSD Date: Fri, 22 Mar 2002 17:58:07 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C1D1CB.1EF7B100" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C1D1CB.1EF7B100 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable Dear hostmaster, We are an anonymous FTP site in Taiwan, and we want to become an FTP mirror site for FreeBSD. If you think this is okay, please give me the approval and put our site address onto the list of Taiwan FTP=20 mirror site. If there is anything we need to know, please inform us. You could visit our FTP site at ftp.cis.nctu.edu.tw. Thanks & best regards, help@cis.nctu.edu.tw Computer and Information Science Department, National Chiao Tung University, Taiwan, ROC. ------=_NextPart_000_0007_01C1D1CB.1EF7B100 Content-Type: text/html; charset="big5" Content-Transfer-Encoding: quoted-printable
Dear hostmaster,
 
We are an anonymous FTP = site in Taiwan, and=20 we
want to become an FTP = mirror site for=20 FreeBSD.
If you think this is okay, = please give me the=20 approval
and put our site address = onto the list of Taiwan FTP=20
mirror site.
 
If there is anything we = need to know,=20 please
inform us.
 
You could visit = our FTP site at ftp.cis.nctu.edu.tw.
 
Thanks & best = regards,
 
help@cis.nctu.edu.tw
 
Computer and Information = Science=20 Department,
National Chiao Tung = University,
Taiwan, ROC.
 
 
 
 
 
------=_NextPart_000_0007_01C1D1CB.1EF7B100-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 2:12:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web11508.mail.yahoo.com (web11508.mail.yahoo.com [216.136.172.40]) by hub.freebsd.org (Postfix) with SMTP id F029C37B404 for ; Fri, 22 Mar 2002 02:12:10 -0800 (PST) Message-ID: <20020322101210.83898.qmail@web11508.mail.yahoo.com> Received: from [139.11.41.111] by web11508.mail.yahoo.com via HTTP; Fri, 22 Mar 2002 02:12:10 PST Date: Fri, 22 Mar 2002 02:12:10 -0800 (PST) From: swjatoslaw gerus Subject: re: Internet and wireless card support To: 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Gentlemen Mr.Ferley from solarisonitel list informed me about cards ,which are supported from Solaris and some can be used with IBM x20 . Can you give comparable information about Open,free,net bsd card support ? Autor will instal Solaris or X-bsd on Ibm x20 laptop and use 802.11b,bluetoth,irda and 56k v90 . Excuse me,if my request is not relevant. --- Sascha Ferley wrote: 4.2 The following PC Cards have been tested : > > - Network > - 3Com EtherLink III, Model > 3CCE589B, (pcelx) > - 3Com 10Mbps LAN PC Card, Model > 3CCE589DT, (pcelx) > - 3Com 10Mbps LAN PC Card, Model > 3CCE589ET, (pcelx) > - 3Com 10/100 LAN PC Card, Model > 3C3FE574BT, (pc574) > - 3Com 10/100 LAN CardBus card, Model > 3CCFE575TX, (cbelx) > - 3Com 10/100 LAN CardBus card, Model > 3CCFE575BT, (cbelx) > - 3Com 10/100 LAN CardBus card, Model > 3CCFE575CT, (cbelx) > - D-Link DFE-650, (pcnat) > - NETGEAR FA 410, (pcnat) > - Socket EA, (pcnat) > - Socket LP-E, (pcnat) > - Xircom RealPort2 Ethernet 10/100, > Model R2E-100, (pcr2e) > - Xircom RealPort2 CardBus Ethernet > 10/100, Model R2BE-100, (cbr2e) > > > - Modem > - 3Com 56K Global Modem PC Card, > Model 3CCM156B > - BocaModem, Model M144PA > - Racal SafeDial, Model V.34 > - Practical Peripherals ProClass, > Model PC288T2 EZ > > - Network/Modem Multifunction > - Xircom RealPort Ethernet > 10/100+Modem 56, Model > REM56G-100, (p > cxcom) > > - WireLess Network > - Linksys Instant Wireless PC Card, > Model WPC11, (pcpsm) > - Netgear 802.11b Wireless PC Card, > Model MA401, (pcpsm) > > - Disk > - Calluna 520, Model CT521RM > - Calluna 260, Model CT260MC > - Maxtor MobileMax 105, Model > MXL-105-III > - Kingston DataPak 520 > - SanDisk FlashDisk PCMCIA PC Card > ATA > > - Serial > - Socket I/O Serial Card > > > But as someone else posted the SMC's also work .. so > you might be in luck > .. > Sascha > > > > ********* > Please check the Bookmarks page before posting: > > http://groups.yahoo.com/group/solarisonintel/links > Post message: solarisonintel@yahoogroups.com > UNSUBSCRIBE: > solarisonintel-unsubscribe@yahoogroups.com > > Your use of Yahoo! Groups is subject to > http://docs.yahoo.com/info/terms/ > > ===== Your Respectfully Gerus(priwat person) 20306 Hamburg 36 ,Germany Postlagernd Att:Mr.Sw.Gerus tel: 0049-(0)178 -5545949 __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.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 Mar 22 2:14:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from prserv.net (out2.prserv.net [32.97.166.32]) by hub.freebsd.org (Postfix) with ESMTP id 9D11B37B404 for ; Fri, 22 Mar 2002 02:14:39 -0800 (PST) Received: from foo.bar (slip-12-65-60-111.mis.prserv.net[12.65.60.111]) by prserv.net (out2) with ESMTP id <200203221014352020185kove>; Fri, 22 Mar 2002 10:14:36 +0000 Received: (from mikeirw@localhost) by foo.bar (8.11.6/8.11.6) id g2MAHb500266 for freebsd-questions@freebsd.org; Fri, 22 Mar 2002 05:17:37 -0500 (EST) (envelope-from mikeirw) Date: Fri, 22 Mar 2002 05:17:36 -0500 From: Mike Irwin To: freebsd-questions@freebsd.org Subject: Sound card and kernel config Message-ID: <20020322051736.A180@foo.bar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm having difficulty getting my Sound Blaster 16 PCI card working properly under FreeBSD 4.5R. The problem that I'm seeing is that if I attempt to play a music file (mp3, wav, etc.), the machine completely locks up, requiring a forced reboot. I'm guessing I've not configured the kernel properly, but I've recompiled more times in the past couple days than I care to remember. Here's the output of cat /dev/sndstat: pcm0: at io 0xec00 irq 10 (1p/1r/0v channels duplex) ...the output of dmesg |grep pcm: pcm0: port 0xec00-0xec3f irq 10 at device 11.0 on pci0 ...and here's what I've included in my kernel config: device pci0 device pcm device snd device sb0 at pci0 port 0x220 irq 10 drq 1 device sbxvi0 at pci0 drq 5 device sbmidi0 at pci0 port 0x330 device opl0 at pci0 port 0x388 Am I missing something? -- Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 2:17:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from SecurePC98.cis.nctu.edu.tw (SecurePC98.cis.nctu.edu.tw [140.113.241.98]) by hub.freebsd.org (Postfix) with ESMTP id 823B537B400 for ; Fri, 22 Mar 2002 02:17:48 -0800 (PST) Received: from Private1 (SecurePC63.cis.nctu.edu.tw [140.113.241.63]) by SecurePC98.cis.nctu.edu.tw (8.11.0/8.11.0) with SMTP id g2MB5QX19441; Fri, 22 Mar 2002 19:05:26 +0800 Message-ID: <001901c1d189$cdc5c6a0$3ff1718c@cis.nctu.edu.tw> From: "help" To: , Cc: "help" Subject: Requset for becoming one FTP mirror site of FreeBSD Date: Fri, 22 Mar 2002 18:10:32 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear hostmaster, We are an anonymous FTP site in Taiwan, and we want to become an FTP mirror site for FreeBSD. If you think this is okay, please give me the approval and put our site address onto the list of Taiwan FTP mirror site. If there is anything we need to know, please inform us. You could visit our FTP site at ftp.cis.nctu.edu.tw. Thanks & best regards, help@cis.nctu.edu.tw Computer and Information Science Department, National Chiao Tung University, Taiwan, ROC. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 2:33:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by hub.freebsd.org (Postfix) with ESMTP id AC2CE37B400 for ; Fri, 22 Mar 2002 02:33:36 -0800 (PST) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id g2MAXSI17062; Fri, 22 Mar 2002 12:33:29 +0200 Message-Id: <200203221033.g2MAXSI17062@lv.raad.tartu.ee> Received: from SpoolDir by INFO (Mercury 1.48); 22 Mar 02 12:32:44 +0200 From: "Toomas Aas" Organization: Tartu City Government To: "James E. Pace" , freebsd-questions@freebsd.org Date: Fri, 22 Mar 2002 12:32:40 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: ssh session closing? In-reply-to: <20020320153932.Q57923-100000@tigger.pacehouse.com> X-info: Headers changed by Barricade Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi James! On 20 Mar 02 at 15:41 you wrote: > If I leave ssh sessions to my system idle for a while, they close. > How can I keep this from happening? If you add 'KeepAlive yes' to /etc/ssh/sshd_config (assuming ssh from base system) on the server, maybe this will help? I have found cases where it doesn't help. Specifically, when i ssh from behind a firewall to a host outside the firewall. I've heard that some firewalls have a habit of "eating" keepalive packets. In these cases I've found it helpful to use ssh2 protocol. After that my ssh sessions stay alive indefinitely even if sshd on server has 'KeepAlive no' and firewall has timeout for idle tcp connections. -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * It's better to be rich and healthy than poor and sick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 3: 6:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 83C0D37B400 for ; Fri, 22 Mar 2002 03:06:29 -0800 (PST) Received: (qmail 7152 invoked by uid 0); 22 Mar 2002 11:06:28 -0000 Received: from unknown (HELO gmx.net) (217.110.34.96) by mail.gmx.net (mp014-rz3) with SMTP; 22 Mar 2002 11:06:28 -0000 Message-ID: <3C9B2D07.3080600@gmx.net> Date: Fri, 22 Mar 2002 13:09:27 +0000 From: sunny dale User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.7+) Gecko/20020110 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: mysqld doesnt spawn child process Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i am using freebsd 4.4. compiled mysql 3.23.49 with: ./configure --prefix=/PATH --exec-prefix=/PATH make make install "ps ax" shows ONE mysqld running. i'd like it spawn a few child processes. i've read somewhere, that mysqld spawns them dynamically... but no matter how hard i stress mysqld "ps ax" show only one process. max_connections is set to 300. basically i'd like mysqld to be able to handle even more queries than it does so far. any hints would be highly appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 3: 8:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.bcn.isoco.net (ldap.isoco.net [212.9.90.11]) by hub.freebsd.org (Postfix) with ESMTP id 264F037B400 for ; Fri, 22 Mar 2002 03:08:56 -0800 (PST) Received: from fxn.bcn.isoco.net (fxn.bcn.isoco.net [172.16.1.50]) by smtp.bcn.isoco.net (Postfix) with SMTP id 5241ECD2B6; Fri, 22 Mar 2002 12:08:55 +0100 (CET) From: F.Xavier Noria To: freebsd-questions@FreeBSD.org Cc: murray@nesbitt.ca Subject: got flasher working? X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20020322110855.5241ECD2B6@smtp.bcn.isoco.net> Date: Fri, 22 Mar 2002 12:08:55 +0100 (CET) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Has anyone got the recently ported flasher (cute!) working? I have an IBM PS/2 keyboard, standard "pc102" with "es" layout in this FreeBSD 4.4 box, have tried in an xterm # flasher -n /var/mail/fxn or # flasher -u 10 -s /var/mail/fxn for instance, and nothing seems to happen... The leds are OK AFAICT, I am surely missing something.... -- fxn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 3:11:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts17-srv.bellnexxia.net (tomts17.bellnexxia.net [209.226.175.71]) by hub.freebsd.org (Postfix) with ESMTP id 6B3E937B400 for ; Fri, 22 Mar 2002 03:11:23 -0800 (PST) Received: from there ([64.231.182.96]) by tomts17-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with SMTP id <20020322111122.PPJL2746.tomts17-srv.bellnexxia.net@there>; Fri, 22 Mar 2002 06:11:22 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Steve Brown To: Brendan McAlpine , Subject: Re: Favorite Mail App? Date: Fri, 22 Mar 2002 06:11:21 -0500 X-Mailer: KMail [version 1.3.2] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020322111122.PPJL2746.tomts17-srv.bellnexxia.net@there> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > Well, I can't speak for /the majority/; however I can recommend Mutt. > > > > I second that. >  > And I third it. I don't get it. Why recommend mutt to someone with "no special requirements" who just wants to send/recv mail? What need does it fill that the others cant, except require a rocket scientist a couple of weeks to configure? I can't speak for Brendan, but most of my users would ask me to install Windows if I made them use Mutt. Brendan, if you really have no special requirements, "mail" works fine if you're not using any GUI. If you are, Sylpheed. Or of course, Kmail if you use KDE (I can't speak for whatever Gnome uses). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 3:22:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail7.nc.rr.com (mail7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id 86DAA37B404 for ; Fri, 22 Mar 2002 03:22:40 -0800 (PST) Received: from i8k.babbleon.org ([66.57.85.154]) by mail7.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Thu, 21 Mar 2002 01:29:19 -0500 Received: by i8k.babbleon.org (Postfix, from userid 111) id C5B32BB39; Thu, 21 Mar 2002 01:29:19 -0500 (EST) Content-Type: text/plain; charset="iso-8859-1" From: Brian T.Schellenberger To: "GVBSPRASAD" , Subject: Re: Please reply me!!! Date: Thu, 21 Mar 2002 01:29:19 -0500 X-Mailer: KMail [version 1.3] References: <000301c1d0a1$b9066280$7c06010a@prasadg.in.ceeyes.com> In-Reply-To: <000301c1d0a1$b9066280$7c06010a@prasadg.in.ceeyes.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020321062919.C5B32BB39@i8k.babbleon.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 21 March 2002 01:29 am, GVBSPRASAD wrote: | Hi all, | | Iam using FreeBsd ver 4.3, | | While Building Kernel I Found an Error in the /sys/cam directory | | where it is showing for Make Depend command | as | | ../../cam/cam.c No such file or Directory | ../../cam/scsi/ No such file or Directory | | Also i have checked the directory cam | where i found the files are missing | | Please Help me in this situation Don't know why they are missing, but just doing a cvsup would probably be the simplest approach. If you cvsup with the RELENG_4_3 branch you should only pick up the missing files + critical security fixes. Or you could go back to your original install media--it certainly should have been there. | | and if possible send me zip of CAM directory and sub-directory SCSI files | | Reply Me ASAP | | with Regards | | Bhanu Prasad.G | CS Software Technologies | Hyderabad. | | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-questions" in the body of the message -- Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) Brian, the man from Babble-On . . . . bts@babbleon.org (personal) ME --> http://www.babbleon.org http://www.eff.org <-- GOOD GUYS --> http://www.programming-freedom.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 3:25:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uk2.kanda-systems.net (uk2.kanda-systems.net [193.195.117.202]) by hub.freebsd.org (Postfix) with ESMTP id 7137A37B41A for ; Fri, 22 Mar 2002 03:25:15 -0800 (PST) Received: from localhost.kanda-systems.net (localhost.kanda-systems.net [127.0.0.1]) by uk2.kanda-systems.net (Postfix) with ESMTP id 8CB1F3C1ED; Fri, 22 Mar 2002 12:23:24 +0000 (GMT) Date: Fri, 22 Mar 2002 12:23:24 +0000 (GMT) From: jason+freebsd@kanda.com X-X-Sender: jason@uk2.kanda-systems.net Reply-To: jason+freebsd@kanda.com To: sunny dale Cc: freebsd-questions@freebsd.org Subject: Re: mysqld doesnt spawn child process In-Reply-To: <3C9B2D07.3080600@gmx.net> Message-ID: <20020322122206.X28894-100000@uk2.kanda-systems.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > "ps ax" shows ONE mysqld running. i'd like it spawn a few child > processes. i've read somewhere, that mysqld spawns them dynamically... > but no matter how hard i stress mysqld "ps ax" show only one process. > max_connections is set to 300. basically i'd like mysqld to be able to > handle even more queries than it does so far. > > any hints would be highly appreciated. Mysql is multi-threaded not multi-process. Therefore you will see one big ugly looking process from ps or top. Jaosn. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 3:35:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id E322937B400 for ; Fri, 22 Mar 2002 03:35:29 -0800 (PST) Received: (qmail 26122 invoked by uid 0); 22 Mar 2002 11:35:29 -0000 Received: from unknown (HELO gmx.net) (217.110.34.96) by mail.gmx.net (mp002-rz3) with SMTP; 22 Mar 2002 11:35:29 -0000 Message-ID: <3C9B33D4.1020601@gmx.net> Date: Fri, 22 Mar 2002 13:38:28 +0000 From: sunny dale User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.7+) Gecko/20020110 X-Accept-Language: en-us MIME-Version: 1.0 To: jason+freebsd@kanda.com Cc: freebsd-questions@freebsd.org Subject: Re: mysqld doesnt spawn child process References: <20020322122206.X28894-100000@uk2.kanda-systems.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG - is it multithreaded on *bsd only? i have a mysqld on a linux box running which spawns child processeses. - if somehow it should be possible to run it in multiprocess "mode" is that preferable? sorry if my questions are being stupid. i still am a newbie. jason+freebsd@kanda.com wrote: > > >>"ps ax" shows ONE mysqld running. i'd like it spawn a few child >>processes. i've read somewhere, that mysqld spawns them dynamically... >>but no matter how hard i stress mysqld "ps ax" show only one process. >>max_connections is set to 300. basically i'd like mysqld to be able to >>handle even more queries than it does so far. >> >>any hints would be highly appreciated. >> > >Mysql is multi-threaded not multi-process. Therefore you will see one >big ugly looking process from ps or top. > >Jaosn. > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" 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 Mar 22 3:43: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sccmmhc01.mchsi.com (sccmmhc01.mchsi.com [204.127.203.183]) by hub.freebsd.org (Postfix) with ESMTP id DD9AA37B41A for ; Fri, 22 Mar 2002 03:43:01 -0800 (PST) Received: from mchsi.com ([12.218.70.104]) by sccmmhc01.mchsi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020322114301.ZYGF1219.sccmmhc01.mchsi.com@mchsi.com> for ; Fri, 22 Mar 2002 11:43:01 +0000 Message-ID: <3C9B19D5.43A1BAA5@mchsi.com> Date: Fri, 22 Mar 2002 05:47:34 -0600 From: "Mark A. Hummel" X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: Pls Help -- Sound Card Setup Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a Crystal CS4280 PCI soundcard properly installed in my computer. I've configured my kernel with the following 2 lines as per the Handbook: device pcm device csa After the obligitory: compile, make, make depend and make install, I rebooted the system. The new kernel became active, I logged in then su to root. I ran # cat sndstat to find that I do indeed have a Crystal soundcard loaded on pcm0. Because it was pcm0, I created the node devices for snd0 in my /dev directory (again according to the Handbook). With all settings set to default, I have no sound in KDE 2.2. I also get a weird error. mcomp-mark is not owned by user Any help with this issue would be greately appreciated. Thanks. Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 3:53: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 980D337B417 for ; Fri, 22 Mar 2002 03:52:50 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g2MBpxY05564; Fri, 22 Mar 2002 13:51:59 +0200 (EET) (envelope-from ru) Date: Fri, 22 Mar 2002 13:51:59 +0200 From: Ruslan Ermilov To: "Patrick O'Reilly" Cc: FreeBSD Question List Subject: Re: natd hogging processor Message-ID: <20020322115159.GA4993@sunbay.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Mar 05, 2002 at 10:50:06AM +0200, Patrick O'Reilly wrote: > Hi all. > > I have noticed lately that natd sometimes seems to consume huge amounts > of processor time for no apparent reason. > > I am running multiple instances of natd on different divert sockets as I > need to NAT across different interfaces. > Fixed in 4.5-STABLE, in natd.c,v 1.25.2.5. Cheers, -- Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 3:56:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post-11.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 53A7537B419 for ; Fri, 22 Mar 2002 03:56:01 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post-11.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16oNeK-000HLH-00 for FreeBSD-questions@FreeBSD.org; Fri, 22 Mar 2002 11:56:00 +0000 Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [oz]) with ESMTP id D355C4880D for ; Fri, 22 Mar 2002 12:55:54 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1005) id 4BBB2225C5; Fri, 22 Mar 2002 12:55:55 +0100 (CET) Date: Fri, 22 Mar 2002 12:55:55 +0100 From: Cliff Sarginson To: FreeBSD-questions@FreeBSD.org Message-ID: <20020322115555.GB1756@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iHo hum My system got cracked. They even eplaced vi whihc is why ther is no r in rplaced and why the above looks like nonsense well done who ever did it you haave mad emy life just that bit mor hellish I hope you ae happy -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 4:12: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post-20.mail.nl.demon.net (post-20.mail.nl.demon.net [194.159.73.1]) by hub.freebsd.org (Postfix) with ESMTP id 1A65037B417 for ; Fri, 22 Mar 2002 04:12:02 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post-20.mail.nl.demon.net with esmtp (Exim 3.35 #2) id 16oNtp-000CDw-00 for FreeBSD-questions@FreeBSD.org; Fri, 22 Mar 2002 12:12:01 +0000 Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [oz]) with ESMTP id 8D0A64880D for ; Fri, 22 Mar 2002 13:12:00 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1005) id F0C31225C5; Fri, 22 Mar 2002 13:12:00 +0100 (CET) Date: Fri, 22 Mar 2002 13:12:00 +0100 From: Cliff Sarginson To: FreeBSD-questions@FreeBSD.org Subject: Whowver did this Message-ID: <20020322121200.GF1756@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks, Someone had crcaked my network. Tnank you. You will notice the odd spelling, vene managed to replce vi. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 4:25:20 2002 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 BB90C37B419 for ; Fri, 22 Mar 2002 04:25:14 -0800 (PST) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 2.05 #7) id 16oO6U-000DbG-00; Fri, 22 Mar 2002 12:25:06 +0000 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.11.6/8.11.1) id g2MCP6l07769; Fri, 22 Mar 2002 12:25:06 GMT (envelope-from jcm) Date: Fri, 22 Mar 2002 12:25:06 +0000 From: j mckitrick To: mpd Cc: freebsd-questions@freebsd.org Subject: Re: Quick reference to Unix API (besides man pages) Message-ID: <20020322122506.A7737@dogma.freebsd-uk.eu.org> References: <20020321185957.B1020@dogma.freebsd-uk.eu.org> <20020321141630.A41128@rochester.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20020321141630.A41128@rochester.rr.com>; from mpd6334@cs.rit.edu on Thu, Mar 21, 2002 at 02:16:30PM -0500 X-Scanner: exiscan *16oO6U-000DbG-00*QeIXswrpeiU* (Manchester Computing, University of Manchester) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG | How about here: | http://www.hh.se/stud/d98rolb/ansi/main.html Hmm. I think I have an ANSI reference. What I was looking for are the actual kernel calls. I believe the Stevens book has what I am looking for, just organized a different way. If I combine that with the ANSI C library functions, that should be all I need. jm -- My other computer is your windows box. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 4:30:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from foo31-146.visit.se (foo31-146.visit.se [62.119.31.146]) by hub.freebsd.org (Postfix) with ESMTP id 442F837B425 for ; Fri, 22 Mar 2002 04:30:13 -0800 (PST) Received: (from martin@localhost) by foo31-146.visit.se (8.11.6/8.11.6) id g2MCTWx00332; Fri, 22 Mar 2002 13:29:32 +0100 (CET) (envelope-from martin) Date: Fri, 22 Mar 2002 13:29:32 +0100 From: Martin Karlsson To: Steve Brown Cc: freebsd-questions@FreeBSD.ORG Subject: Re: OT: why suggest Mutt? (Was: Favorite Mail App?) Message-ID: <20020322122932.GA172@foo31-146.visit.se> Mail-Followup-To: Martin Karlsson , Steve Brown , freebsd-questions@FreeBSD.ORG References: <20020322111122.PPJL2746.tomts17-srv.bellnexxia.net@there> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20020322111122.PPJL2746.tomts17-srv.bellnexxia.net@there> User-Agent: Mutt/1.3.28i X-PGP-Keyid: 0x9C924660 X-PGP-Fingerprint: 5970 BE22 2C33 4D8F 53FD 7E34 66FF 9332 9C92 4660 X-Editor: Vim http://www.vim.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Steve Brown [2002-03-22 06.11 -0500]: > I don't get it. Why recommend mutt to someone with "no special requirements" > who just wants to send/recv mail? Brendan asked for "recommendations on a good mail app". I recommended the good mail app Mutt. I don't have any special requirements either, and all I do with Mutt is sending and reading mail. > What need does it fill that the others cant, except require a rocket scientist > a couple of weeks to configure? Hey, thanks, I didn't know I was that smart! > I can't speak for Brendan, but most of my users would ask me to install Windows > if I made them use Mutt. Well, isn't Free software about _choice_? If you _make_ your users use app this and app that, instead of letting them choose (within reasonable limits of course), I'm glad I'm not one of them. have a nice day -- Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 4:48:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta1-3.us4.outblaze.com (205-158-62-44.outblaze.com [205.158.62.44]) by hub.freebsd.org (Postfix) with ESMTP id 694DD37B404 for ; Fri, 22 Mar 2002 04:48:31 -0800 (PST) Received: from ws4-3.us4.outblaze.com (205-158-62-52.outblaze.com [205.158.62.52]) by mta1-3.us4.outblaze.com (8.11.6/8.11.6-srs) with SMTP id g2MCmUN11279 for ; Fri, 22 Mar 2002 12:48:30 GMT Received: (qmail 31243 invoked by uid 1001); 22 Mar 2002 12:48:30 -0000 Message-ID: <20020322124830.31242.qmail@operamail.com> Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [12.33.164.6] by ws4-3.us4.outblaze.com with http for jud@operamail.com; Fri, 22 Mar 2002 07:48:30 -0500 From: "Jud " To: , freebsd-questions@freebsd.org Date: Fri, 22 Mar 2002 07:48:30 -0500 Subject: Re: Sound card and kernel config X-Originating-Ip: 12.33.164.6 X-Originating-Server: ws4-3.us4.outblaze.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: Mike Irwin Date: Fri, 22 Mar 2002 05:17:36 -0500 To: freebsd-questions@freebsd.org Subject: Sound card and kernel config > I'm having difficulty getting my Sound Blaster 16 PCI card working > properly under FreeBSD 4.5R. The problem that I'm seeing is that if I > attempt to play a music file (mp3, wav, etc.), the machine completely > locks up, requiring a forced reboot. I'm guessing I've not configured > the kernel properly, but I've recompiled more times in the past couple > days than I care to remember. [snip] > ...and here's what I've included in my kernel config: > device pci0 > device pcm > device snd > device sb0 at pci0 port 0x220 irq 10 drq 1 > device sbxvi0 at pci0 drq 5 > device sbmidi0 at pci0 port 0x330 > device opl0 at pci0 port 0x388 > > Am I missing something? > -- > Mike My, Grandma, how many devices you have! ;) I also have a SB 16 PCI. In the kernel I have device pcm - that's it. Then, once you (re)recompile your kernel, cd /dev and sh MAKEDEV snd0. That should take care of it. Worked for me, hope it works for you. Jud -- _______________________________________________ Download the free Opera browser at http://www.opera.com/ Powered by Outblaze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 5:35:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post-11.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 23B3137B419 for ; Fri, 22 Mar 2002 05:35:25 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post-11.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16oPCR-000M8j-00 for FreeBSD-questions@FreeBSD.org; Fri, 22 Mar 2002 13:35:20 +0000 Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [oz]) with ESMTP id 306574880D for ; Fri, 22 Mar 2002 14:35:19 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1005) id 5D934225C5; Fri, 22 Mar 2002 14:35:19 +0100 (CET) Date: Fri, 22 Mar 2002 14:35:19 +0100 From: Cliff Sarginson To: FreeBSD-questions@FreeBSD.org Subject: Re: Whowver did this Message-ID: <20020322133519.GA2172@raggedclown.net> References: <20020322121200.GF1756@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020322121200.GF1756@raggedclown.net> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I give up. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 5:52:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uk2.kanda-systems.net (uk2.kanda-systems.net [193.195.117.202]) by hub.freebsd.org (Postfix) with ESMTP id 6B27E37B404 for ; Fri, 22 Mar 2002 05:52:17 -0800 (PST) Received: from localhost.kanda-systems.net (localhost.kanda-systems.net [127.0.0.1]) by uk2.kanda-systems.net (Postfix) with ESMTP id 663E63C1E8; Fri, 22 Mar 2002 14:50:25 +0000 (GMT) Date: Fri, 22 Mar 2002 14:50:25 +0000 (GMT) From: jason+freebsd@kanda.com X-X-Sender: jason@uk2.kanda-systems.net Reply-To: jason+freebsd@kanda.com To: sunny dale Cc: freebsd-questions@freebsd.org Subject: Re: mysqld doesnt spawn child process In-Reply-To: <3C9B33D4.1020601@gmx.net> Message-ID: <20020322130056.K28894-100000@uk2.kanda-systems.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Mar 2002, sunny dale wrote: > - is it multithreaded on *bsd only? i have a mysqld on a linux box > running which spawns child processeses. Its all to do with threading libraries, take a look at: http://pauillac.inria.fr/~xleroy/linuxthreads/faq.html#K To summarize, LinuxThreads (threading library used on Linux) creates a seperate process for each new thread, therefore each thread is viewable through ps & top etc. FreeBSD creates real threads (ie. not processes) therefore they are not visible through process viewing tools as they are not processes ;) > sorry if my questions are being stupid. i still am a newbie. Don't worry about it, I was also a bit puzzled by this :) Jason > > > > jason+freebsd@kanda.com wrote: > > > > > > >>"ps ax" shows ONE mysqld running. i'd like it spawn a few child > >>processes. i've read somewhere, that mysqld spawns them dynamically... > >>but no matter how hard i stress mysqld "ps ax" show only one process. > >>max_connections is set to 300. basically i'd like mysqld to be able to > >>handle even more queries than it does so far. > >> > >>any hints would be highly appreciated. > >> > > > >Mysql is multi-threaded not multi-process. Therefore you will see one > >big ugly looking process from ps or top. > > > >Jaosn. > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" 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 Mar 22 5:54:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from linuxmail.touchtunes.com (operator.touchtunes.com [216.94.139.201]) by hub.freebsd.org (Postfix) with ESMTP id DABCF37B417 for ; Fri, 22 Mar 2002 05:54:13 -0800 (PST) Received: from sunder.touchtunes.com (sunder.touchtunes.com [192.168.0.26]) by linuxmail.touchtunes.com (8.9.3/8.8.7) with ESMTP id IAA26995 for ; Fri, 22 Mar 2002 08:54:27 -0500 Received: (from dinjo@localhost) by sunder.touchtunes.com (8.11.6/8.11.6) id g2MDeQt21620 for freebsd-questions@FreeBSD.ORG; Fri, 22 Mar 2002 08:40:26 -0500 (EST) (envelope-from dinjo) Date: Fri, 22 Mar 2002 08:40:26 -0500 From: Joel Dinel To: freebsd-questions@FreeBSD.ORG Subject: Basic load balancing with IPFW Message-ID: <20020322084026.A21439@sunder.touchtunes.com> Mail-Followup-To: Joel Dinel , freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-Useless-Header: Look ma, it's a # sign! X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've been googling and reading man pages all morning, and I can't find out if I can do some very basic load balancing with IPFW. Basically, I have four servers with the exact same config. I want to equally (or not) distribute traffic across them. Suppose I get 200 connections, I'd want to be able to distribute them like so : Server1 : 50 connections Server2 : 50 connections Server3 : 50 connections Server4 : 50 connections Or, Server1 : 80 connections Server2 : 20 connections Server3 : 50 connections Server4 : 50 connections And so on. I can't really cluster the machine themselves (actually, I can't touch them at all). I'm *thinking* that this is done at the firewall level, since the Linux box that currently does this job does it with IPChains. Actually, as long as I can 'round robin' or 'ration' my traffic across those 4 servers from a IPFW gateway, I'll be happy. Thanks in advance for any info. -- Joel Dinel System Administrator TouchTunes Digital Jukebox, Inc. GnuPG key : http://lysander.mine.nu/~kint/mykey.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 6: 8:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 6461A37B41F for ; Fri, 22 Mar 2002 06:08:15 -0800 (PST) Received: from barbish ([63.70.155.70]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com; Fri, 22 Mar 2002 09:08:12 -0500 From: "Joe & Fhe Barbish" To: "Matt Lazarou" Cc: "FBSDQ" Subject: RE: Regarding Interface For My NIC Date: Fri, 22 Mar 2002 09:08:10 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You left out some very important info. Who is this Nic talking to? Is it to a lan or to a cable modem? Configuring a cable modem. You don't need to configure a user ppp.conf file to connect to your cable provider. However, you do need an IP address in order to use the Internet. Your cable provider has computers called DHCP (Dynamic Host Configuration Protocol) servers that will automatically provide your FBSD system with all the information it needs to communicate with the internet. In order to communicate with the cable provider's DHCP servers, you must configure your FBSD Nic card that is cabled to the cable modem to use the DHCP client software that is built into the core kernel of FBSD. To active it, Edit /etc/rc.conf and add the following statement. ee /etc/rc.conf ifconfig_xl0="DHCP" Where xl0 is the FBSD Nic card device name. That's it, configuration complete. Reboot to activate. Assuming your cable modem is physically connected to your cable provider with a functioning circuit and their DHCP server is running. Toward the end of your boot messages, you should notice one or more DHCPREQUESTS messages followed by a DHCPACK message and DHCP information messages, which should include your IP address, default gateway address, DNS server address, and lease period, displayed on the root console screen. This is all based on your Nic card being found during the boot process. Check /var/run/dmesg.boot to verify your nic card is found and usable. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Matt Lazarou Sent: Friday, March 22, 2002 2:38 AM To: freebsd-questions@FreeBSD.ORG Subject: Regarding Interface For My NIC Hi, For some reason whenever I boot into FreeBSD my interface txp0 wont be assigned an IP. When i do ifconfig -a to check the status I see that it says: Status: No Carrier I edited the rc.conf in /etc and hosts in /etc and updated my new dns there with the correct IP. Also, I reconfigured my NIC setup with the DHCP but it's still not picking anything up. Any clue why interface is having trouble? Everything works fine under windows 2k pro. Any help would be greatly apperciated. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" 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 Mar 22 6:10:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.wananchi.com (ns2.wananchi.com [62.8.64.4]) by hub.freebsd.org (Postfix) with ESMTP id 4CDF137B417 for ; Fri, 22 Mar 2002 06:10:01 -0800 (PST) Received: from wash by ns2.wananchi.com with local (Exim 3.35 #1 (FreeBSD)) id 16oPjl-0002P4-00; Fri, 22 Mar 2002 17:09:45 +0300 Date: Fri, 22 Mar 2002 17:09:45 +0300 From: Odhiambo Washington To: Simon Dick Cc: FBSD-Q Subject: Re: Help with perl Message-ID: <20020322140945.GC82609@ns2.wananchi.com> Mail-Followup-To: Odhiambo Washington , Simon Dick , FBSD-Q References: <20020322084315.GA31979@ns2.wananchi.com> <20020322090000.GB2296@irrelevant.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020322090000.GB2296@irrelevant.org> User-Agent: Mutt/1.3.25i X-Disclaimer: Any views expressed in this message,where not explicitly attributed otherwise, are mine alone!. X-Fortune: A physicist is an atom's way of knowing about atoms. -- George Wald X-Operating-System: FreeBSD 4.5-STABLE i386 X-Best-Window-Manager: XFCE X-Mailer: Mutt http://www.mutt.org/ X-Designation: Systems Administrator, Wananchi Online Ltd. X-Location: Nairobi, KE, East Africa. X-Uptime: 5:09PM up 13 days, 1 hr, 5 users, load averages: 2.14, 2.19, 2.22 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Simon Dick [20020322 12:00]: wrote: > On Fri, Mar 22, 2002 at 11:43:15AM +0300, Odhiambo Washington wrote: > > > > I want to run an app that requires GDBM_File but a test on my boxes fail ;-O > > > > > > perl -e 'use GDBM_File;' > > > > Can't locate GDBM_File.pm in @INC (@INC contains: /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 > > /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 .) at -e line 1. > > BEGIN failed--compilation aborted at -e line 1. > > > > How do I get this on?? > > Try in ports databases/p5-GDBM Thanks. This sorted me out!! Cheers -Wash -- Odhiambo Washington "The box said 'Requires Wananchi Online Ltd. www.wananchi.com Windows 95, NT, or better,' Tel: 254 2 313985-9 Fax: 254 2 313922 so I installed FreeBSD." GSM: 254 72 743 223 GSM: 254 733 744 121 This sig is McQ! :-) ++ If God had meant for us to be naked, we would have been born that way. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 6:13:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.happcontrols.com (mail.happcontrols.com [12.15.19.237]) by hub.freebsd.org (Postfix) with ESMTP id 5E1CE37B41B for ; Fri, 22 Mar 2002 06:13:20 -0800 (PST) Received: from CONDOR.happcontrols.com (sniper.happcontrols.com [12.15.19.193]) by mail.happcontrols.com (8.12.1/8.12.1) with ESMTP id g2MEACJm002172; Fri, 22 Mar 2002 08:10:12 -0600 (CST) Message-Id: <5.1.0.14.0.20020322075153.02ce8b60@mail.happcontrols.com> X-Sender: ben@mail.happcontrols.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 22 Mar 2002 08:02:11 -0600 To: Joel Dinel , freebsd-questions@FreeBSD.ORG From: Ben Kadish Subject: Re: Basic load balancing with IPFW In-Reply-To: <20020322084026.A21439@sunder.touchtunes.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm not sure about doing this with ipfw, but perhaps you should check out pen in the ports collection. It's a TCP proxy that listens on a given port and load balances based on number of connections to each of the backend servers. If you're using it for HTTP, it's nice because it will remember which backend machine a client was last on, and try to send them to the same machine (good for preserving context). The algorithm is also smart enough to not bother with dead backend servers. Hope that helps. Ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 6:16: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f65.law8.hotmail.com [216.33.241.65]) by hub.freebsd.org (Postfix) with ESMTP id 7C14A37B404 for ; Fri, 22 Mar 2002 06:16:00 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 22 Mar 2002 06:16:00 -0800 Received: from 146.232.65.6 by lw8fd.law8.hotmail.msn.com with HTTP; Fri, 22 Mar 2002 14:16:00 GMT X-Originating-IP: [146.232.65.6] From: "Jan Botha" To: questions@FreeBSD.ORG Subject: Strange message in dmesg Date: Fri, 22 Mar 2002 14:16:00 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 22 Mar 2002 14:16:00.0467 (UTC) FILETIME=[17A9D230:01C1D1AC] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I get the following message when I boot: ad0: 28629MB [58168/16/63] at ata0-master UDMA100 (null): MODE_SENSE_BIG command timeout - resetting ata1: resetting devices .. done After the first line is displayed, there is a delay and then the other two follow. The system boots fine and there are no other problems. I'm running FreeBSD 4.3 Is this something of concern? Please tell me what this message is trying to tell me. Thanx Jan _________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. 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 Mar 22 6:19:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from email.nist.gov (email.nist.gov [129.6.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 16D7D37B400 for ; Fri, 22 Mar 2002 06:19:56 -0800 (PST) Received: from sphinx (sphinx.antd.nist.gov [129.6.50.34]) by email.nist.gov (8.12.2/8.12.2) with SMTP id g2MEJsm3006912 for ; Fri, 22 Mar 2002 09:19:54 -0500 (EST) From: "John Cambiotis" To: Subject: Date: Fri, 22 Mar 2002 09:19:12 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I have a question regarding an installation of FreeBSD to a handheld computer (like an iPaq or HP Jornada). Does FreeBSD support the Intel strongArm (206Mhz) processor that these PDAs use? As far as I know for the time being the fastest CPU for a PDA is that one(?) If the strongArm is not supported, has anyone installed a FreeBSD system on a decent PDA? Thank you in advance John Cambiotis - jcambiot@nist.gov National Institute of Standards and Technology (NIST) Advanced Network Technologies Division (892) NIST North (820), Laboratory 438 100 Bureau Drive, Mail Stop 8920 Gaithersburg, MD 20899-8920 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 6:26:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web.cs.ndsu.nodak.edu (web.cs.ndsu.NoDak.edu [134.129.125.7]) by hub.freebsd.org (Postfix) with ESMTP id 3634E37B400 for ; Fri, 22 Mar 2002 06:26:38 -0800 (PST) Received: (from tinguely@localhost) by web.cs.ndsu.nodak.edu (8.11.4/8.11.4) id g2MEQSp81557; Fri, 22 Mar 2002 08:26:28 -0600 (CST) (envelope-from tinguely) Date: Fri, 22 Mar 2002 08:26:28 -0600 (CST) From: mark tinguely Message-Id: <200203221426.g2MEQSp81557@web.cs.ndsu.nodak.edu> To: atm_roberto@yahoo.com, freebsd-questions@FreeBSD.ORG Subject: Re: Freebsd: Ipv6 over ForeATM adapter In-Reply-To: <20020321144923.30569.qmail@web13002.mail.yahoo.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > There is a way to send an IPv6 packet on a ATM > Network ? > (summary of deleted text, he is using a Fore PCA-200E adapter and HARP) no, the HARP ATM stack only uses IPv4 addresses. ATM questions can also be sent to the freebsd-atm@freebsd.org mailing list. --mark tinguely. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 6:29:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uk2.kanda-systems.net (uk2.kanda-systems.net [193.195.117.202]) by hub.freebsd.org (Postfix) with ESMTP id E0FFE37B400 for ; Fri, 22 Mar 2002 06:29:21 -0800 (PST) Received: from localhost.kanda-systems.net (localhost.kanda-systems.net [127.0.0.1]) by uk2.kanda-systems.net (Postfix) with ESMTP id F1E2A3C1ED; Fri, 22 Mar 2002 15:27:35 +0000 (GMT) Date: Fri, 22 Mar 2002 15:27:35 +0000 (GMT) From: jason+freebsd@kanda.com X-X-Sender: jason@uk2.kanda-systems.net Reply-To: jason+freebsd@kanda.com To: John Cambiotis Cc: freebsd-questions@FreeBSD.ORG Subject: RE: FreeBSD on PDA (was: ) In-Reply-To: Message-ID: <20020322152319.A28894-100000@uk2.kanda-systems.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Mar 2002, John Cambiotis wrote: > Hello, > I have a question regarding an installation of FreeBSD to a handheld > computer (like an iPaq or HP Jornada). Does FreeBSD support the Intel > strongArm (206Mhz) processor that these PDAs use? As far as I know for the > time being the fastest CPU for a PDA is that one(?) > > If the strongArm is not supported, has anyone installed a FreeBSD system on > a decent PDA? I doubt FreeBSD is any use for this. FreeBSD only runs on i386 & Compaq Alpha. You should take a look at NetBSD they seem to have ports to the Journada & iPac. Jason. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 6:29:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.kc.rr.com (fe2.rdc-kc.rr.com [24.94.163.49]) by hub.freebsd.org (Postfix) with ESMTP id 1815037B419 for ; Fri, 22 Mar 2002 06:29:50 -0800 (PST) Received: from gruffy.kc.rr.com ([65.26.58.166]) by mail2.kc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Fri, 22 Mar 2002 08:25:16 -0600 Received: (from riksca@localhost) by gruffy.kc.rr.com (8.11.6/8.11.6) id g2MEU7I09944 for freebsd-questions@FreeBSD.ORG; Fri, 22 Mar 2002 08:30:07 -0600 (CST) (envelope-from riksca) Date: Fri, 22 Mar 2002 08:30:07 -0600 From: Rik Scarborough To: FreeBSD Questions Subject: Is threading possible in Apache Message-ID: <20020322143007.GB332@gruffy.kc.rr.com> Mail-Followup-To: FreeBSD Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to compile Apache to use threading instead of prefork. As Apache is configured I get this interesting message. checking which MPM to use... threaded The currently selected MPM requires threads which your system seems to lack checking checking for replacement... prefork selected Looking back to where it checks for threading: Checking for Threads... APR will be non-threaded checking for sigsuspend... yes checking for sigwait... no checking for poll... yes checking for getpwnam_r... no checking for getpwuid_r... no checking for getgrgid_r... no I'm having a problem getting a library (mod_jk) to work under Apache because mod_jk cannot find pthread_mutex_unlock. I'm hoping that if Apache is using threads, mod_jk can as well. Any ideas of where to go next. ~Rik -- Ranger Rik -- RikSca@mac.com Brought to you by FreeBSD 4.5 Joshua 24:15 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 6:34:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web12904.mail.yahoo.com (web12904.mail.yahoo.com [216.136.174.71]) by hub.freebsd.org (Postfix) with SMTP id 58C7737B400 for ; Fri, 22 Mar 2002 06:34:25 -0800 (PST) Message-ID: <20020322143425.38027.qmail@web12904.mail.yahoo.com> Received: from [203.61.155.10] by web12904.mail.yahoo.com via HTTP; Sat, 23 Mar 2002 01:34:25 EST Date: Sat, 23 Mar 2002 01:34:25 +1100 (EST) From: =?iso-8859-1?q?Paul=20Jansen?= Subject: XFree4.2 packages available? To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello. Similar question to last night. I can see that the port for 4.2 is available now. I've tried searching for pre-compiled packages on various ftp sites but I can't see anything yet. Does anyone know if they are available somewhere yet? Thanks. http://movies.yahoo.com.au - Yahoo! Movies - Vote for your nominees in our online Oscars pool. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 6:42:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 7AD1E37B400 for ; Fri, 22 Mar 2002 06:42:06 -0800 (PST) Received: from barbish ([63.70.155.70]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com; Fri, 22 Mar 2002 09:42:04 -0500 From: "Joe & Fhe Barbish" To: "Joel Dinel" Cc: "FBSDQ" Subject: RE: Basic load balancing with IPFW Date: Fri, 22 Mar 2002 09:42:03 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20020322084026.A21439@sunder.touchtunes.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Start here http://www.onlamp.com/pub/a/bsd/2001/07/26/Big_Scary_Daemons.html Finish up here http://info.iet.unipi.it/~luigi/ip_dummynet/ -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Joel Dinel Sent: Friday, March 22, 2002 8:40 AM To: freebsd-questions@FreeBSD.ORG Subject: Basic load balancing with IPFW I've been googling and reading man pages all morning, and I can't find out if I can do some very basic load balancing with IPFW. Basically, I have four servers with the exact same config. I want to equally (or not) distribute traffic across them. Suppose I get 200 connections, I'd want to be able to distribute them like so : Server1 : 50 connections Server2 : 50 connections Server3 : 50 connections Server4 : 50 connections Or, Server1 : 80 connections Server2 : 20 connections Server3 : 50 connections Server4 : 50 connections And so on. I can't really cluster the machine themselves (actually, I can't touch them at all). I'm *thinking* that this is done at the firewall level, since the Linux box that currently does this job does it with IPChains. Actually, as long as I can 'round robin' or 'ration' my traffic across those 4 servers from a IPFW gateway, I'll be happy. Thanks in advance for any info. -- Joel Dinel System Administrator TouchTunes Digital Jukebox, Inc. GnuPG key : http://lysander.mine.nu/~kint/mykey.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" 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 Mar 22 6:45:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web12903.mail.yahoo.com (web12903.mail.yahoo.com [216.136.174.70]) by hub.freebsd.org (Postfix) with SMTP id E011F37B404 for ; Fri, 22 Mar 2002 06:45:28 -0800 (PST) Message-ID: <20020322144528.61714.qmail@web12903.mail.yahoo.com> Received: from [203.61.155.10] by web12903.mail.yahoo.com via HTTP; Sat, 23 Mar 2002 01:45:28 EST Date: Sat, 23 Mar 2002 01:45:28 +1100 (EST) From: =?iso-8859-1?q?Paul=20Jansen?= Subject: Re: XFree4.2 packages available? To: Tor Stormwall Cc: questions@freebsd.org In-Reply-To: <20020322154352.A9751@bossen> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG What are people's recommendations as far as using the binaries from the XFree boys as opposed to the package from the Freebsd sites. It seems as though the FreeBSD packages is not yet around (I can't find it anyway). Are there any differences between the 2 builds? Thanks again. --- Tor Stormwall wrote: > You mean precompiled packages like these ones: > /pub/XFree86/4.2.0/binaries/FreeBSD-4.x > > On Sat, Mar 23, 2002 at 01:34:25AM +1100, Paul > Jansen wrote: > > Hello. > > > > Similar question to last night. I can see that the > > port for 4.2 is available now. I've tried > searching > > for pre-compiled packages on various ftp sites but > I > > can't see anything yet. Does anyone know if they > are > > available somewhere yet? > > > > Thanks. > > http://movies.yahoo.com.au - Yahoo! Movies - Vote for your nominees in our online Oscars pool. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 6:45:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp016.mail.yahoo.com (smtp016.mail.yahoo.com [216.136.174.113]) by hub.freebsd.org (Postfix) with SMTP id 7CEA637B404 for ; Fri, 22 Mar 2002 06:45:46 -0800 (PST) Received: from bara?zani (AUTH login) at unknown (HELO moti) (bara?zani@12.27.148.78) by smtp.mail.vip.sc5.yahoo.com with SMTP; 22 Mar 2002 14:45:39 -0000 Message-ID: <022101c1d1b0$84644e60$fd6e34c6@moti> From: "Bara Zani" Cc: "FBSDQ" References: Subject: Re: Basic load balancing with IPFW Date: Fri, 22 Mar 2002 09:47:39 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Good answer ;-) ----- Original Message ----- From: "Joe & Fhe Barbish" To: "Joel Dinel" Cc: "FBSDQ" Sent: Friday, March 22, 2002 9:42 AM Subject: RE: Basic load balancing with IPFW > Start here > http://www.onlamp.com/pub/a/bsd/2001/07/26/Big_Scary_Daemons.html > > > Finish up here > http://info.iet.unipi.it/~luigi/ip_dummynet/ > > > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Joel Dinel > Sent: Friday, March 22, 2002 8:40 AM > To: freebsd-questions@FreeBSD.ORG > Subject: Basic load balancing with IPFW > > I've been googling and reading man pages all morning, and I can't find > out if I can do some very basic load balancing with IPFW. > > Basically, I have four servers with the exact same config. I want to > equally (or not) distribute traffic across them. Suppose I get 200 > connections, I'd want to be able to distribute them like so : > > Server1 : 50 connections > Server2 : 50 connections > Server3 : 50 connections > Server4 : 50 connections > > Or, > > > Server1 : 80 connections > Server2 : 20 connections > Server3 : 50 connections > Server4 : 50 connections > > And so on. I can't really cluster the machine themselves (actually, I > can't touch them at all). I'm *thinking* that this is done at the > firewall level, since the Linux box that currently does this job does it > with IPChains. Actually, as long as I can 'round robin' or 'ration' my > traffic across those 4 servers from a IPFW gateway, I'll be happy. > > Thanks in advance for any info. > > -- > Joel Dinel > System Administrator > TouchTunes Digital Jukebox, Inc. > GnuPG key : http://lysander.mine.nu/~kint/mykey.asc > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 6:52:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from janeway.vonbek.dhs.org (bgm-24-24-79-198.stny.rr.com [24.24.79.198]) by hub.freebsd.org (Postfix) with ESMTP id CACE337B400 for ; Fri, 22 Mar 2002 06:52:40 -0800 (PST) Received: by janeway.vonbek.dhs.org (Postfix, from userid 12347) id 73437E77B4D; Fri, 22 Mar 2002 09:53:55 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id 706846A8C1D; Fri, 22 Mar 2002 09:53:55 -0500 (EST) Date: Fri, 22 Mar 2002 09:53:55 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: Charles Burns Cc: questions@FreeBSD.ORG Subject: Re: Advocacy help for CS professor In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Oh boy, I fought with this type all the way through engineering school. Yet another CS professor who sees the glitzy surface and the commercial success yet ignores the sloppy underpinnings (He's probably a DCOM expert, right?) and the havoc M$ is wreaking on this planet right now. I've found it worthless to try to reason with these people on technical grounds - if they were interested in technical acumen, they wouldn't be arguing with you anyway. There are only 3 arguments that can help you at this point: * M$ is a convicted monpolist who has broken the law several times and has been convicted of same. They should be treated accordingly. * Ask this "professor" what happens in the wild when one species has gained utter and complete control of a biota and is then summarily wiped out by some sort of disease? The only safe network is a heterogenous network. The fact that one opsys controls the desktop of 95% of the world's, businesses' and governments' desktops gives me the willies and is just plain wrong. * Ask him why exactly he would support a defacto, corprate-installed standard rather than a widely-agreed upon public standard that all opsys's could communicate with. I'm a unix enthusiast, but an open-standards zealot. The problem is, you've dropped this question in a newsgroup to a bunch of people who probably couldn't care if some sequestered academic thinks M$ has better products just because they were able to buy the market ;-) JB On Thu, 21 Mar 2002, Charles Burns wrote: > Date: Thu, 21 Mar 2002 23:41:47 -0700 > From: Charles Burns > To: questions@FreeBSD.ORG > Subject: Advocacy help for CS professor > > I have a CD professor who has a masters in CS and EET from a top 50 > university yet is enveloped in the Microsoft way of life. While this isn't > necessarily a bad thing, he is indirectly advocating Windows over Unix for > all tasks based on knowledge from the Unix of years ago. Alot has changed! > Showing him that Unix (BSD/Linux, etc) make a great server is easy, but Unix > is now a great desktop platform as well. This is what I need help with. I > have written several advocacy messages myself, but they are typically > targeted to people setting up servers. > > I would like to make some specific arguments that will show him that Unix is > worth giving a try, and if he doesn't like it, fine, his choice. He is > willing to read what I have to say about it and listen to me as a peer, and > considering his position as the head of the CS department, this could > benefit FreeBSD and Unix in general (if you are interested in that sort of > thing). > > This person has the following additude: > > - Microsoft has money, therefore can buy the best programmers, therefore has > the best products. > > - Microsoft is very successful, therefore has the best products (though he > is not using the popularity alone as an argument as he does have extensive > knowledge of logic) > > - OSS programmers could not possibly be as good as Microsoft programmers, > because Microsoft sponsors such things as nat'l programming competitions and > hires the winners/hires the best of class from top universities, etc. I need > specific reasons and hopefully links (not to slashdot, to reputable neutral > news sites and such). OSS has Greenman, DeRaadt, Torvalds, Hubbard, Lehey, > and others which are certainly among the top 100 programmers on earth. How > to prove, though? I have pointed out that academics and contest winners are > different from people that naturally love to code, but he is in a commercial > mindset. I have seen many great logical abstractions of this concept on > various sites, but finding them would be impossible. > > - He is using examples of MS products being superior to other Windows > products, examples in which he is right. Netscape 4.7* vs. IE4--No > comparison. MS Office vs everything else--for it's intended audience, it > really is the best. Media player, etc. He quoted Outlook Express, but being > in the field he uses Eudora because of OE's jaw-dropping security record. I > already made the Evolution comparison, but I really need more examples in > which an OSS Unux product is superior. > ----Note that I am not trying to convince him that Unix makes a better > overall desktop, or that OSS software is necessarily the best, only that > there are many great OSS apps-some of which are better than MS counterparts, > and that he should give it a try. (he is busy and doesn't want to waste time > on something that he is pretty sure will suck) > > - He says Unix is fragmented, therefore cannot have a unified vision and > focus, and that this automatically makes it inferior to Windows which is > under one company with theoretically one vision and focus.(to own everything > :-) > > > I have already made some arguments and given some examples, but I would > greatly appreciate any compact and strong anecdotes, facts, quotes, > examples, theories, logical proofs, rhetorical questions, etc. that apply. > Please don't tell me that Windows really is a better desktop OS--whether it > is or not isn't the point. > > Thanks ahead of time. > > _________________________________________________________________ > Join the world’s largest e-mail service with MSN Hotmail. > http://www.hotmail.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > |-John Bleichert----syborg@stny.rr.com----------------| |-------------------http://vonbek.dhs.org/latest.jpg--| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 6:54:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id 1C58F37B41A for ; Fri, 22 Mar 2002 06:54:52 -0800 (PST) Received: from attbi.com ([12.252.56.235]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020322145451.CFWZ1147.rwcrmhc52.attbi.com@attbi.com> for ; Fri, 22 Mar 2002 14:54:51 +0000 Message-ID: <3C9B4597.3040009@attbi.com> Date: Fri, 22 Mar 2002 07:54:15 -0700 From: Aaron Siegel User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.4) Gecko/20011126 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions Subject: Re: Video Card References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Take a look at this site if your card is listed it is supported. http://www.xfree86.org/4.1.0/Status.html Clay Parker wrote: >I am wondering if 4.4 supports this card? > > http://www.hardwarecentral.com/hardwarecentral/reviews/141/2 > >any help would be greatly appreciated. If not please tell me where I can >find a list of supported ones. Thanks. >Clay Parker > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" 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 Mar 22 6:54:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp012.mail.yahoo.com (smtp012.mail.yahoo.com [216.136.173.32]) by hub.freebsd.org (Postfix) with SMTP id 2372B37B41B for ; Fri, 22 Mar 2002 06:54:52 -0800 (PST) Received: from bara?zani (AUTH login) at unknown (HELO moti) (bara?zani@12.27.148.78) by smtp.mail.vip.sc5.yahoo.com with SMTP; 22 Mar 2002 14:54:51 -0000 Message-ID: <024d01c1d1b1$cd4c70c0$fd6e34c6@moti> From: "Bara Zani" To: Subject: Way OffTopic - Any free pop3 mail service out there ? Date: Fri, 22 Mar 2002 09:56:51 -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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yahoo is closing their pop3 access .... thanks Barazani "Unix is very simple, but it takes a genius to understand the simplicity." (Dennis Ritchie) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 7: 6:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id CC41E37B404 for ; Fri, 22 Mar 2002 07:06:44 -0800 (PST) Received: from barbish ([63.70.155.70]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com; Fri, 22 Mar 2002 10:06:43 -0500 From: "Joe & Fhe Barbish" To: "Joel Dinel" Cc: "FBSDQ" Subject: RE: Basic load balancing with IPFW Date: Fri, 22 Mar 2002 10:06:41 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20020322095153.A39407@sunder.touchtunes.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You really should take more time to comprehend the meaning of what these articles are implying. Load balancing IS the result of bandwidth throttling. Just think about it. Oh well, you know the old saying, you can lead a horse to water but you can not make him drink. -----Original Message----- From: Joel Dinel [mailto:dinjo@touchtunes.com] Sent: Friday, March 22, 2002 9:52 AM To: Joe & Fhe Barbish Subject: Re: Basic load balancing with IPFW On Fri, Mar 22, 2002 at 09:42:03AM -0500, Joe & Fhe Barbish wrote: > Start here > http://www.onlamp.com/pub/a/bsd/2001/07/26/Big_Scary_Daemons.html > > > Finish up here > http://info.iet.unipi.it/~luigi/ip_dummynet/ ---end quoted text--- Well, thanks for the links but I just read both articles, and neither of them deal with load balancing, or round-robin'ing incoming connections to a same port. Those links are for (mostly) bandwitdh throttling. -- Joel Dinel System Administrator TouchTunes Digital Jukebox, Inc. GnuPG key : http://lysander.mine.nu/~kint/mykey.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 7:15:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web9301.mail.yahoo.com (web9301.mail.yahoo.com [216.136.129.50]) by hub.freebsd.org (Postfix) with SMTP id 4415437B400 for ; Fri, 22 Mar 2002 07:15:04 -0800 (PST) Message-ID: <20020322151504.56897.qmail@web9301.mail.yahoo.com> Received: from [199.66.15.252] by web9301.mail.yahoo.com via HTTP; Fri, 22 Mar 2002 07:15:04 PST Date: Fri, 22 Mar 2002 07:15:04 -0800 (PST) From: Radhika Sambamurti Subject: Re: Advocacy help for CS professor To: John Bleichert , Charles Burns Cc: 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a passionate subject. All I can say is that it is amazing that in this world, superior technology has nothing to do with popularity. What I'm trying to say is that when Microsoft thwarts others from entering the software realm, it is acting as a bouncer. It is a muscleman not letting people in. It is NOT the better technology, but it is using the system around it to maintain its status-quo and that is dangerous. Here is a link to a small-ish write up about open-source that opened my eyes. It is not a diatribe at all, but a very balanced look at the benefits of open software and innovation that occurs from it and where we would all be today without it. I couldn't have put it better. http://www.xiph.org/about.html enjoy, Radhika --- John Bleichert wrote: > > Oh boy, I fought with this type all the way through > engineering school. > Yet another CS professor who sees the glitzy surface and > the commercial > success yet ignores the sloppy underpinnings (He's > probably a DCOM expert, > right?) and the havoc M$ is wreaking on this planet right > now. > > I've found it worthless to try to reason with these > people on technical > grounds - if they were interested in technical acumen, > they wouldn't be > arguing with you anyway. > > There are only 3 arguments that can help you at this > point: > > * M$ is a convicted monpolist who has broken the law > several times and has > been convicted of same. They should be treated > accordingly. > > * Ask this "professor" what happens in the wild when one > species has > gained utter and complete control of a biota and is > then summarily wiped > out by some sort of disease? The only safe network is a > heterogenous > network. The fact that one opsys controls the desktop > of 95% of the > world's, businesses' and governments' desktops gives me > the willies and > is just plain wrong. > > * Ask him why exactly he would support a defacto, > corprate-installed > standard rather than a widely-agreed upon public > standard that all > opsys's could communicate with. > > I'm a unix enthusiast, but an open-standards zealot. The > problem is, > you've dropped this question in a newsgroup to a bunch of > people who > probably couldn't care if some sequestered academic > thinks M$ has better > products just because they were able to buy the market > ;-) > > JB > > On Thu, 21 Mar 2002, Charles Burns wrote: > > > Date: Thu, 21 Mar 2002 23:41:47 -0700 > > From: Charles Burns > > To: questions@FreeBSD.ORG > > Subject: Advocacy help for CS professor > > > > I have a CD professor who has a masters in CS and EET > from a top 50 > > university yet is enveloped in the Microsoft way of > life. While this isn't > > necessarily a bad thing, he is indirectly advocating > Windows over Unix for > > all tasks based on knowledge from the Unix of years > ago. Alot has changed! > > Showing him that Unix (BSD/Linux, etc) make a great > server is easy, but Unix > > is now a great desktop platform as well. This is what I > need help with. I > > have written several advocacy messages myself, but they > are typically > > targeted to people setting up servers. > > > > I would like to make some specific arguments that will > show him that Unix is > > worth giving a try, and if he doesn't like it, fine, > his choice. He is > > willing to read what I have to say about it and listen > to me as a peer, and > > considering his position as the head of the CS > department, this could > > benefit FreeBSD and Unix in general (if you are > interested in that sort of > > thing). > > > > This person has the following additude: > > > > - Microsoft has money, therefore can buy the best > programmers, therefore has > > the best products. > > > > - Microsoft is very successful, therefore has the best > products (though he > > is not using the popularity alone as an argument as he > does have extensive > > knowledge of logic) > > > > - OSS programmers could not possibly be as good as > Microsoft programmers, > > because Microsoft sponsors such things as nat'l > programming competitions and > > hires the winners/hires the best of class from top > universities, etc. I need > > specific reasons and hopefully links (not to slashdot, > to reputable neutral > > news sites and such). OSS has Greenman, DeRaadt, > Torvalds, Hubbard, Lehey, > > and others which are certainly among the top 100 > programmers on earth. How > > to prove, though? I have pointed out that academics and > contest winners are > > different from people that naturally love to code, but > he is in a commercial > > mindset. I have seen many great logical abstractions of > this concept on > > various sites, but finding them would be impossible. > > > > - He is using examples of MS products being superior to > other Windows > > products, examples in which he is right. Netscape 4.7* > vs. IE4--No > > comparison. MS Office vs everything else--for it's > intended audience, it > > really is the best. Media player, etc. He quoted > Outlook Express, but being > > in the field he uses Eudora because of OE's > jaw-dropping security record. I > > already made the Evolution comparison, but I really > need more examples in > > which an OSS Unux product is superior. > > ----Note that I am not trying to convince him that Unix > makes a better > > overall desktop, or that OSS software is necessarily > the best, only that > > there are many great OSS apps-some of which are better > than MS counterparts, > > and that he should give it a try. (he is busy and > doesn't want to waste time > > on something that he is pretty sure will suck) > > > > - He says Unix is fragmented, therefore cannot have a > unified vision and > > focus, and that this automatically makes it inferior to > Windows which is > > under one company with theoretically one vision and > focus.(to own everything > > :-) > > > > > > I have already made some arguments and given some > examples, but I would > > greatly appreciate any compact and strong anecdotes, > facts, quotes, > > examples, theories, logical proofs, rhetorical > questions, etc. that apply. > > Please don't tell me that Windows really is a better > desktop OS--whether it > > is or not isn't the point. > > > > Thanks ahead of time. > > > > > _________________________________________________________________ > > Join the world’s largest e-mail service with MSN > Hotmail. > > http://www.hotmail.com > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the > message > > > > |-John Bleichert----syborg@stny.rr.com----------------| > |-------------------http://vonbek.dhs.org/latest.jpg--| > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ===== It's all a matter of perspective. You can choose your view by choosing where to stand. --Larry Wall __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.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 Mar 22 7:17:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-208-191-227-84.dsl.crchtx.swbell.net [208.191.227.84]) by hub.freebsd.org (Postfix) with ESMTP id 5585137B400 for ; Fri, 22 Mar 2002 07:17:45 -0800 (PST) Received: from SAGEONE (sageone [192.168.0.5]) by sage-one.net (8.11.6/8.11.6) with SMTP id g2MFHfQ40497; Fri, 22 Mar 2002 09:17:41 -0600 (CST) (envelope-from admin@sage-one.net) Message-Id: <3.0.5.32.20020322091740.011ed5f0@mail.sage-one.net> X-Sender: admin@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Fri, 22 Mar 2002 09:17:40 -0600 To: "Bara Zani" , From: Server Admin Subject: Re: Way OffTopic - Any free pop3 mail service out there ? In-Reply-To: <024d01c1d1b1$cd4c70c0$fd6e34c6@moti> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Maybe that will thin out the spam for a while.... At 09:56 AM 3.22.2002 -0500, Bara Zani wrote: >Yahoo is closing their pop3 access .... >thanks >Barazani >"Unix is very simple, but it takes a genius to understand the simplicity." >(Dennis Ritchie) > > > > > >_________________________________________________________ >Do You Yahoo!? >Get your free @yahoo.com address at http://mail.yahoo.com > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > .... our website: http://www.sage-one.net/ Best regards, Jack L. Stone Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 7:19: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smnolde.com (c-24-98-60-141.atl.client2.attbi.com [24.98.60.141]) by hub.freebsd.org (Postfix) with ESMTP id 5462837B43B for ; Fri, 22 Mar 2002 07:18:47 -0800 (PST) Received: from bsd ([192.168.10.7] helo=bsd.smnolde.com) by smnolde.com with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.30 #1) id 16oQoZ-0003nL-00; Fri, 22 Mar 2002 10:18:47 -0500 Received: from scott by bsd.smnolde.com with local (Exim 3.33 #1) id 16oQoZ-000ArH-00; Fri, 22 Mar 2002 10:18:47 -0500 Date: Fri, 22 Mar 2002 10:18:46 -0500 From: "Scott M. Nolde" To: Clint Olsen Cc: freebsd-questions@freebsd.org Subject: Re: Throttling ethernet throughput Message-ID: <20020322101846.A41543@smnolde.com> References: <20020321215808.GA28484@0lsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020321215808.GA28484@0lsen.net>; from clint@0lsen.net on Thu, Mar 21, 2002 at 01:58:08PM -0800 X-GPG_Fingerprint: 0BD6 DDB4 2978 EB60 E0C8 33F2 BC34 9087 D869 AB48 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Clint Olsen(clint@0lsen.net)@2002.03.21 13:58:08 +0000: > I sent this out on the postfix-users list, and they suggested the *only* > way to handle this at the operating systems level. I can see their point. > > I'm on a cable modem service which has 1.5M download and strangled 128K > upload. When I send a a fairly large attachment to a lot of recipients, > my MTA attempts to deliver to many recipients in parallel, causing my > outbound throughput to approach damn near zero. Now, I can limit the > number of simultaneous smtp connections that Postfix attempts, but this is > not a guarantee that a fast receiver will still manage to consume all of my > available bandwidth. > > Some list members suggested dummynet(4). However this requires the use if > ipfw and friends of which I'm not really familiar. Is this the only way to > do this? I am not using FreeBSD as a firewall. It is a peer on a local > network with the gateway being a Linksys firewall/router. > > Thanks, > > -Clint > -- > Clint Olsen . -- . > clint at NULlsen dot net .' ,-. `. > ;_,' ( ; > `. ``;' > FreeBSD: Rebooting is for hardware upgrades. ` -- ' DUMMYNET is the way to go and it's quite simple to limit outbound connections to mail servers only. Give it a try. The man page is quite good. -- Scott Nolde GPG Key 0xD869AB48 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 7:21:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uk2.kanda-systems.net (uk2.kanda-systems.net [193.195.117.202]) by hub.freebsd.org (Postfix) with ESMTP id D49D737B400 for ; Fri, 22 Mar 2002 07:21:03 -0800 (PST) Received: from localhost.kanda-systems.net (localhost.kanda-systems.net [127.0.0.1]) by uk2.kanda-systems.net (Postfix) with ESMTP id 48DF63C1ED; Fri, 22 Mar 2002 16:19:19 +0000 (GMT) Date: Fri, 22 Mar 2002 16:19:19 +0000 (GMT) From: jason+freebsd@kanda.com X-X-Sender: jason@uk2.kanda-systems.net Reply-To: jason+freebsd@kanda.com To: Joe & Fhe Barbish Cc: Joel Dinel , FBSDQ Subject: RE: Basic load balancing with IPFW In-Reply-To: Message-ID: <20020322160952.Q28894-100000@uk2.kanda-systems.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Mar 2002, Joe & Fhe Barbish wrote: > You really should take more time to comprehend the meaning > of what these articles are implying. > Load balancing IS the result of bandwidth throttling. > Just think about it. > > Oh well, you know the old saying, > you can lead a horse to water but you can not make him drink. The original poster was referring to balancing available server resources, you seem to be thinking about balancing bandwidth resources. The two are not the same and require different techniques. To the original poster: Maybe you can post some censored firewall rules from the Linux box? This might make it easier for someone else to advise you. Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 7:26: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from subdimension.com (subdimension.com [209.150.29.129]) by hub.freebsd.org (Postfix) with SMTP id 8BACD37B417 for ; Fri, 22 Mar 2002 07:26:04 -0800 (PST) Received: from subdimension.com ([192.168.0.2]) by subdimension.com ; Fri, 22 Mar 2002 10:28:43 -0500 From: "irado" Reply-To: irado@subdimension.com To: freebsd-questions@FreeBSD.ORG Cc: Bara Zani Subject: Re: Way OffTopic - Any free pop3 mail service out there ? X-Mailer: WebMAIL to Mail Gateway v3.0h Date: Fri, 22 Mar 2002 16:25:46 GMT Message-id: <3c9b5b0a.6ba2.1804289383@subdimension.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bara Zani wrote: > Yahoo is closing their pop3 access .... > thanks > Barazani try the www.subdimension.com -- good service, indeed. BTW, who told you that yahoo will not be available?? I am enlisted there and never heard it. _____________________________________________________________________ // free anonymous email || forums \\ subZINE || anonymous browsing subDIMENSION -- http://www.subdimension.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 7:28:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.dra.com (mail.dra.com [192.65.218.159]) by hub.freebsd.org (Postfix) with ESMTP id E867537B41C for ; Fri, 22 Mar 2002 07:28:28 -0800 (PST) Received: from stlmail.dra.com (stlmail.dra.com [192.65.218.119]) by mail.dra.com (8.9.1/8.9.1) with ESMTP id JAA28132; Fri, 22 Mar 2002 09:28:25 -0600 (CST) Received: by stlmail.dra.com with Internet Mail Service (5.5.2653.19) id ; Fri, 22 Mar 2002 09:28:13 -0600 Message-ID: From: Eric Six To: "'Joe & Fhe Barbish'" , Joel Dinel Cc: FBSDQ Subject: RE: Basic load balancing with IPFW Date: Fri, 22 Mar 2002 09:28:12 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I believe the original intentions are to balance server resources for maximum utilization and not for bandwidth throttling. These are two very different services, load balancing VS QOS. Eric -----Original Message----- From: Joe & Fhe Barbish [mailto:barbish@a1poweruser.com] Sent: Friday, March 22, 2002 9:07 AM To: Joel Dinel Cc: FBSDQ Subject: RE: Basic load balancing with IPFW You really should take more time to comprehend the meaning of what these articles are implying. Load balancing IS the result of bandwidth throttling. Just think about it. Oh well, you know the old saying, you can lead a horse to water but you can not make him drink. -----Original Message----- From: Joel Dinel [mailto:dinjo@touchtunes.com] Sent: Friday, March 22, 2002 9:52 AM To: Joe & Fhe Barbish Subject: Re: Basic load balancing with IPFW On Fri, Mar 22, 2002 at 09:42:03AM -0500, Joe & Fhe Barbish wrote: > Start here > http://www.onlamp.com/pub/a/bsd/2001/07/26/Big_Scary_Daemons.html > > > Finish up here > http://info.iet.unipi.it/~luigi/ip_dummynet/ ---end quoted text--- Well, thanks for the links but I just read both articles, and neither of them deal with load balancing, or round-robin'ing incoming connections to a same port. Those links are for (mostly) bandwitdh throttling. -- Joel Dinel System Administrator TouchTunes Digital Jukebox, Inc. GnuPG key : http://lysander.mine.nu/~kint/mykey.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" 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 Mar 22 7:30:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web9307.mail.yahoo.com (web9307.mail.yahoo.com [216.136.129.56]) by hub.freebsd.org (Postfix) with SMTP id 5AC4837B400 for ; Fri, 22 Mar 2002 07:29:59 -0800 (PST) Message-ID: <20020322152959.22981.qmail@web9307.mail.yahoo.com> Received: from [199.66.15.252] by web9307.mail.yahoo.com via HTTP; Fri, 22 Mar 2002 07:29:59 PST Date: Fri, 22 Mar 2002 07:29:59 -0800 (PST) From: Radhika Sambamurti Subject: Re: Mail clients & unix To: freebsd-questions@freebsd.org In-Reply-To: <20020322093706.E78B6CD2BB@smtp.bcn.isoco.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG you can try; mailx -s "Type your mail SUBJECT LINE" user@hostname.com < file-to-attach this should work. --- "F.Xavier Noria" wrote: > On Fri, 22 Mar 2002 10:28:07 +0100 > "Hamelsveld van, S (Sven)" > wrote: > > : If I would like to send mail from unix from a command > line and send a > : attachment with it... how can I do this ??? > > I use "cat body | mutt -a attachment -s subject [...]" > for this. > > -- fxn > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ===== It's all a matter of perspective. You can choose your view by choosing where to stand. --Larry Wall __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.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 Mar 22 7:47: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uk2.kanda-systems.net (uk2.kanda-systems.net [193.195.117.202]) by hub.freebsd.org (Postfix) with ESMTP id 570E437B417 for ; Fri, 22 Mar 2002 07:47:00 -0800 (PST) Received: from localhost.kanda-systems.net (localhost.kanda-systems.net [127.0.0.1]) by uk2.kanda-systems.net (Postfix) with ESMTP id 819F93C1ED; Fri, 22 Mar 2002 16:45:16 +0000 (GMT) Date: Fri, 22 Mar 2002 16:45:16 +0000 (GMT) From: jason+freebsd@kanda.com X-X-Sender: jason@uk2.kanda-systems.net Reply-To: jason+freebsd@kanda.com To: Joel Dinel Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Basic load balancing with IPFW In-Reply-To: <20020322103518.A39798@sunder.touchtunes.com> Message-ID: <20020322163504.Y28894-100000@uk2.kanda-systems.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Mar 2002, Joel Dinel wrote: > Thank you! Finally, someone who understands what I am trying to do. > > Here's a sanitized IPChains rule from the current firewall : > > $MASQADM portfw -a -P tcp -L $LOCALIP 5556 -R $DEVCON1 5556 -p 1 > $MASQADM portfw -a -P tcp -L $LOCALIP 5557 -R $DEVCON1 5557 -p 1 > #$MASQADM portfw -a -P tcp -L $LOCALIP 5556 -R $DEVCON2 5556 -p 1 > #$MASQADM portfw -a -P tcp -L $LOCALIP 5557 -R $DEVCON2 5557 -p 1 > > The "-p 1" part here is what does the ratio balancing. The 2 servers > (DEVCON1 and DEVCON2) are getting the same ratio of connections. If I > boost the number to 10 for DEVCON1, this machine will be getting 10 > times more connections. It's a very simple and 'serial' load balancing > solution; the first connection goes to DEVCON1, the next one goes to > DEVCON21, and so on and so forth. > > Somebody on this list suggested 'PEN' from the ports collection. That > would work. I was hoping of doing it at the filtering level, to be as > simple as possible. > > IPFilter does Round-Robin'ing and Ratio load balancing, but I was hoping > to stick with IPFW (I know it much better). Ah ha I see, your using NAT. You might want to check out the natd(8) man page. I'm not sure that it has anything similar to the -p feature, although I'm not very familiar with its abilities. I'm sure someone else will be able to advise you. Jason. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 7:54:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp07.wxs.nl (smtp07.wxs.nl [195.121.6.39]) by hub.freebsd.org (Postfix) with ESMTP id 4A95737B404 for ; Fri, 22 Mar 2002 07:53:57 -0800 (PST) Received: from attilla.atraxia.nl ([213.10.149.102]) by smtp07.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GTDTHT02.MNQ for ; Fri, 22 Mar 2002 16:53:53 +0100 Subject: ESS Allegro sound driver problem From: Maarten van Ittersum To: freebsd-questions@FreeBSD.org Content-Type: multipart/mixed; boundary="=-6DT2K0XKGRUB3tziX4ax" X-Mailer: Evolution/1.0.1 Date: 22 Mar 2002 16:53:33 +0100 Message-Id: <1016812414.28144.17.camel@attilla.atraxia.nl> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-6DT2K0XKGRUB3tziX4ax Content-Type: text/plain Content-Transfer-Encoding: 7bit I have a bit of a problem with my soundcard in my new laptop. I've found out it is an ESS Allegro and found the freebsd drivers to make it work. The first time I've followed the instructions at the website where the driver came from, compiled my kernel with the new driver at it all worked almost beautifully... every other time I've rebooted. Now, I've done a fresh installation of freebsd, followed the same steps I've done earlier to get the sound working, and I'm getting make errors whilst compiling my new kernel with the right sound driver. All very confusing! I hope somebody can help me with this problem, I'll attach my dmesg and kernel config file I've got my drivers from this page: http://people.freebsd.org/~scottl/ Thanx in advance Maarten --=-6DT2K0XKGRUB3tziX4ax Content-Disposition: attachment; filename=kernelmake.err Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1 cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototype= s -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-exte= nsions -ansi -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/= ipfilter -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary= =3D2 ../../dev/sound/pci/maestro3.c *** Error code 1 Stop in /usr/src/sys/compile/IdsKERNEL. --=-6DT2K0XKGRUB3tziX4ax Content-Disposition: attachment; filename=dmesg.boot Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1 Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.5-RELEASE #0: Thu Mar 21 17:00:46 CET 2002 root@attilla.atraxia.nl:/usr/src/sys/compile/IdsKERNEL Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (846.32-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0x68a Stepping =3D 10 Features=3D0x387f9ff real memory =3D 268369920 (262080K bytes) avail memory =3D 256135168 (250132K bytes) Preloaded elf kernel "kernel" at 0xc04e3000. Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 9 entries at 0xc00fdf30 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 10 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x1050-0x105f at device 7.1 on= pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0x1060-0x107f irq 5 a= t device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered ums0: Logitech USB Mouse, rev 1.10/6.20, addr 2, iclass 3/1 ums0: 3 buttons and Z dir. chip1: port 0x1040-0x104f at de= vice 7.3 on pci0 pcic0: chip is in D3 power mode -- setting to D0 pcic0: irq 9 at device 8.0 on pci0 pcic0: PCI Memory allocated: 0x44000000 pcic0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC s= erial isa irq] pccard0: on pcic0 dc0: port 0x1400-0x14ff mem 0xf40= 00000-0xf4003fff irq 9 at device 9.0 on pci0 dc0: chip is in D3 power mode -- setting to D0 dc0: Ethernet address: 00:50:8b:ac:d7:a7 miibus0: on dc0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pci0: (vendor=3D0x14f1, dev=3D0x1815) at 9.1 irq 9 pci0: (vendor=3D0x125d, dev=3D0x1988) at 10.0 irq 5 orm0:
first time:
=3D=3D=3D> = gnu/usr.bin/perl/x2p
=3D=3D=3D>=20 gnu/usr.bin/perl/x2p/a2pl
Extracting config.h (with variable=20 substitutions)
Extracting cflags (with variable = substitutions)
Extracting=20 writemain (with variable substitutions)
rm -f .depend
mkdep -f = .depend=20 -a   =20 -I/usr/src/gnu/usr.bin/perl/x2p/a2pl/../../../../../contrib/perl5/x2p=20 -I/usr/obj/usr/src/gnu/usr.bin/perl/x2p/a2pl=20 -I/usr/obj/usr/src/gnu/usr.bin/perl/x2p/a2pl/temp =20 /usr/src/gnu/usr.bin/perl/x2p/a2pl/../../../../../contrib/perl5/x2p/a2p.c= =20 /usr/src/gnu/usr.bin/perl/x2p/a2pl/../../../../../contrib/perl5/x2p/hash.= c=20 /usr/src/gnu/usr.bin/perl/x2p/a2pl/../../../../../contrib/perl5/x2p/str.c= =20 /usr/src/gnu/usr.bin/perl/x2p/a2pl/../../../../../contrib/perl5/x2p/util.= c=20 /usr/src/gnu/usr.bin/perl/x2p/a2pl/../../../../../contrib/perl5/x2p/walk.= c
cd=20 /usr/src/gnu/usr.bin/perl/x2p/a2pl; make _EXTRADEPEND
echo a2p:=20 /usr/obj/usr/src/i386/usr/lib/libc.a  >> = .depend
=3D=3D=3D>=20 gnu/usr.bin/perl/x2p/s2pl
=3D=3D=3D> = gnu/usr.bin/perl/x2p/find2pl
=3D=3D=3D>=20 gnu/usr.sbin
1 error
*** Error code 2
1 error
*** Error code = 2
1=20 error
 
second time:
seemingly worked
 
third time (did it just to verify=20 consistency):
Extracting config.h (with variable=20 substitutions)
Extracting cflags (with variable = substitutions)
Extracting=20 writemain (with variable substitutions)
rm -f .depend
mkdep -f = .depend=20 -a   =20 -I/usr/src/gnu/usr.bin/perl/x2p/a2pl/../../../../../contrib/perl5/x2p=20 -I/usr/obj/usr/src/gnu/usr.bin/perl/x2p/a2pl=20 -I/usr/obj/usr/src/gnu/usr.bin/perl/x2p/a2pl/temp =20 /usr/src/gnu/usr.bin/perl/x2p/a2pl/../../../../../contrib/perl5/x2p/a2p.c= =20 /usr/src/gnu/usr.bin/perl/x2p/a2pl/../../../../../contrib/perl5/x2p/hash.= c=20 /usr/src/gnu/usr.bin/perl/x2p/a2pl/../../../../../contrib/perl5/x2p/str.c= =20 /usr/src/gnu/usr.bin/perl/x2p/a2pl/../../../../../contrib/perl5/x2p/util.= c=20 /usr/src/gnu/usr.bin/perl/x2p/a2pl/../../../../../contrib/perl5/x2p/walk.= c
cd=20 /usr/src/gnu/usr.bin/perl/x2p/a2pl; make _EXTRADEPEND
echo a2p:=20 /usr/obj/usr/src/i386/usr/lib/libc.a  >> = .depend
=3D=3D=3D>=20 gnu/usr.bin/perl/x2p/s2pl
=3D=3D=3D> = gnu/usr.bin/perl/x2p/find2pl
=3D=3D=3D>=20 gnu/usr.sbin
1 error
*** Error code 2
1 error
*** Error code = 2
1=20 error
------=_NextPart_000_000B_01C1D1A8.C45D6310-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 12: 1:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f182.law11.hotmail.com [64.4.17.182]) by hub.freebsd.org (Postfix) with ESMTP id C6A2A37B4BF for ; Fri, 22 Mar 2002 12:01:27 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 22 Mar 2002 12:01:27 -0800 Received: from 202.38.124.248 by lw11fd.law11.hotmail.msn.com with HTTP; Fri, 22 Mar 2002 20:01:27 GMT X-Originating-IP: [202.38.124.248] Reply-To: weiwuzhang@263.net From: "Zhang Weiwu" To: questions@freebsd.org Subject: build a DHCP server Date: Sat, 23 Mar 2002 04:01:27 +0800 Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312; format=flowed Message-ID: X-OriginalArrivalTime: 22 Mar 2002 20:01:27.0623 (UTC) FILETIME=[5A02D570:01C1D1DC] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to replace my Win2k server with another one running FreeBSD for some reason. This win2k server has been working as a lan DHCP for years, now people won't be happy that they all have to change their IP config to fit the new server. But handbook only covered the configuration of a DHCP client. Where can i find information about starting DHCP service? Thank you. Never mail to this address. Mail to zhangweiwu@private.21cn.com instead. I only use this address for sending. _________________________________________________________________ Ãâ·ÑÏÂÔØ MSN Explorer£ºhttp://explorer.msn.com/lccn/intl.asp¡£ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 12: 2:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts11-srv.bellnexxia.net (tomts11.bellnexxia.net [209.226.175.55]) by hub.freebsd.org (Postfix) with ESMTP id 9473D37B4E2 for ; Fri, 22 Mar 2002 12:01:32 -0800 (PST) Received: from scaryg.shacknet.nu ([64.231.142.145]) by tomts11-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020322200131.ZIFT8254.tomts11-srv.bellnexxia.net@scaryg.shacknet.nu>; Fri, 22 Mar 2002 15:01:31 -0500 Received: from localhost ([::1] helo=scaryg.shacknet.nu) by scaryg.shacknet.nu with smtp (Exim 3.34 #1) id 16oVDu-000GOC-00; Fri, 22 Mar 2002 15:01:14 -0500 Date: Fri, 22 Mar 2002 15:01:13 -0500 From: ScaryG To: weiwuzhang@263.net Cc: weiwuzhang@hotmail.com, questions@freebsd.org Subject: Re: config mail client Message-Id: <20020322150113.36ed9db5.freymann@scaryg.shacknet.nu> In-Reply-To: References: X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 23 Mar 2002 03:50:00 +0800 "Zhang Weiwu" wrote: > My problem is simple. I recieve mails through a POP3 server and send > mails through a SMTP server as most people do. But how to config my BSD > system so that when I send a mail using 'mail' it knows which smtp > server to use and which pop3 server to check for incoming mails? I believe you could look into: fetchmail -- to collect your external pop3 accounts and put them into your local mailbox on your local FreeBSD machine sendmail -- to send all of your outgoing email through a designated smtp server (ie smarthost). Add this to your sendmail.cf file and restart sendmail (if in deamon mode) DSsmtp:[smtp.yourhost.com] > I'm sending this mail from a Windows box. Sorry to hear that ;-) -Gerry Web Hosting // Primary & Secondary DNS Services at http://www.interpool.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 12: 8:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ler-freebie.iadfw.net (ler-freebie.iadfw.net [206.66.13.221]) by hub.freebsd.org (Postfix) with ESMTP id 9D6C037B425 for ; Fri, 22 Mar 2002 12:08:04 -0800 (PST) Received: from ler-freebie.iadfw.net (localhost [127.0.0.1]) by ler-freebie.iadfw.net (8.11.6/8.11.6) with SMTP id g2MK83T29322 for ; Fri, 22 Mar 2002 14:08:04 -0600 (CST) (envelope-from ler@lerctr.org) Date: Fri, 22 Mar 2002 14:08:03 -0600 From: Larry Rosenman To: freebsd-questions@freebsd.org Subject: Toshiba Satellite 4005CDS: How do I get the PCMCIA Modem recognized? Message-Id: <20020322140803.4643635b.ler@lerctr.org> X-Mailer: Sylpheed version 0.7.4claws (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a Toshiba Satellite 4005CDS with 4.5-STABLE from yesterday (fresh install) on it. It comes bundled with a NoteWorthy 3CXM056-BNW modem. I also have a 3C589D Ethernet card. The Ethernet card is recognized, but I haven't found what magic I need to do to the kernel/pccardd/etc to get the modem recognized. The machine does see the card in PCMCIA Slot 1, but that's it. I get a message about not matching (null),(null) or something close from pccardd. Ideas? -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 12:14: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post-20.mail.nl.demon.net (post-20.mail.nl.demon.net [194.159.73.1]) by hub.freebsd.org (Postfix) with ESMTP id DDFA337B419 for ; Fri, 22 Mar 2002 12:14:00 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post-20.mail.nl.demon.net with esmtp (Exim 3.35 #2) id 16oVQG-0003wF-00 for FreeBSD-questions@FreeBSD.org; Fri, 22 Mar 2002 20:14:00 +0000 Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [oz]) with ESMTP id 0B8934880D for ; Fri, 22 Mar 2002 21:13:59 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1005) id C7F70225C5; Fri, 22 Mar 2002 21:13:59 +0100 (CET) Date: Fri, 22 Mar 2002 21:13:59 +0100 From: Cliff Sarginson To: FreeBSD-questions@FreeBSD.org Subject: Re: Whowver did this Message-ID: <20020322201359.GE3564@raggedclown.net> References: <20020322121200.GF1756@raggedclown.net> <20020322133519.GA2172@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020322133519.GA2172@raggedclown.net> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 22, 2002 at 02:35:19PM +0100, Cliff Sarginson wrote: > I give up. > I dont want to spread a nasty rumours. But I am not dumb. My system has been cracked by someone on this mailing list. I will not name names, but you know who you are. And a lawyers letter will be following. I dont mind being harassed, but I do hate my already bad spelling bein tampered with. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 12:15:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f273.law11.hotmail.com [64.4.16.148]) by hub.freebsd.org (Postfix) with ESMTP id 1D93137B41A for ; Fri, 22 Mar 2002 12:15:21 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 22 Mar 2002 12:15:20 -0800 Received: from 202.38.124.247 by lw11fd.law11.hotmail.msn.com with HTTP; Fri, 22 Mar 2002 20:15:20 GMT X-Originating-IP: [202.38.124.247] Reply-To: zhangweiwu@private.21cn.com From: "Zhang Weiwu" To: questions@freebsd.org Subject: fetch mail from pop3 server(cofnig mail client) Date: Sat, 23 Mar 2002 04:15:20 +0800 Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312; format=flowed Message-ID: X-OriginalArrivalTime: 22 Mar 2002 20:15:20.0923 (UTC) FILETIME=[4AB252B0:01C1D1DE] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It's a new idea for me to use different app to access POP and SMTP. Procmail and fetchmail both sound good, but i would like one that i can directly pkg_add from my 4.5 stable disco. I have problem downloading things oversea. Which one should i use? _________________________________________________________________ ÏíÓÃÊÀ½çÉÏ×î´óµÄ Web µç×ÓÓʼþϵͳ ¡ª¡ª MSN Hotmail¡£ http://www.hotmail.com/cn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 12:17:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post-11.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FB3137B417 for ; Fri, 22 Mar 2002 12:17:33 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post-11.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16oVTg-00090Z-00 for FreeBSD-questions@FreeBSD.org; Fri, 22 Mar 2002 20:17:32 +0000 Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [oz]) with ESMTP id 1D3EC4880D for ; Fri, 22 Mar 2002 21:17:28 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1005) id 2249D225C5; Fri, 22 Mar 2002 21:17:28 +0100 (CET) Date: Fri, 22 Mar 2002 21:17:28 +0100 From: Cliff Sarginson To: FreeBSD-questions@FreeBSD.org Subject: Re: since i have been cracked Message-ID: <20020322201728.GF3564@raggedclown.net> References: <20020322190842.GA3564@raggedclown.net> <3C9B86DC.40003@subdimension.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C9B86DC.40003@subdimension.com> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 22, 2002 at 04:32:44PM -0300, irado furioso com tudo wrote: > > > Cliff Sarginson wrote: > > >I was wondering how to get a copy if vi, > >that doesnt misepell ffor me > > > you must be kidding.. If it is cracked, you cannot trust in *any* > binaries. Just make a new box. > > Oh I am But the fucking areshole who did it has not, and will not get away with it. He chose the wrong person this time. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 12:21:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ler-freebie.iadfw.net (ler-freebie.iadfw.net [206.66.13.221]) by hub.freebsd.org (Postfix) with ESMTP id 4880E37B404 for ; Fri, 22 Mar 2002 12:21:53 -0800 (PST) Received: from ler-freebie.iadfw.net (localhost [127.0.0.1]) by ler-freebie.iadfw.net (8.11.6/8.11.6) with SMTP id g2MKLqT29446; Fri, 22 Mar 2002 14:21:52 -0600 (CST) (envelope-from ler@lerctr.org) Date: Fri, 22 Mar 2002 14:21:51 -0600 From: Larry Rosenman To: "Larry Rosenman" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Toshiba Satellite 4005CDS: How do I get the PCMCIA Modem recognized? Message-Id: <20020322142151.5f02b8a3.ler@lerctr.org> In-Reply-To: <20020322140803.4643635b.ler@lerctr.org> References: <20020322140803.4643635b.ler@lerctr.org> X-Mailer: Sylpheed version 0.7.4claws (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Mar 2002 14:08:03 -0600 "Larry Rosenman" wrote: > I have a Toshiba Satellite 4005CDS with 4.5-STABLE from yesterday (fresh install) on it. > > It comes bundled with a NoteWorthy 3CXM056-BNW modem. I also have a 3C589D Ethernet card. > > The Ethernet card is recognized, but I haven't found what magic I need to do to the kernel/pccardd/etc to get the modem recognized. The machine does see the card in PCMCIA Slot 1, but that's it. I get a message about not matching (null),(null) or something close from pccardd. > > Ideas? Sorry to follow-up to myself.... It really does help to NOT have pcic1 marked disabled in the kernel config when using slot1. D'oh. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 12:22:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub.fokus.gmd.de (mailhub.fokus.gmd.de [193.174.154.14]) by hub.freebsd.org (Postfix) with ESMTP id 59BBD37B404 for ; Fri, 22 Mar 2002 12:22:44 -0800 (PST) Received: from fokus.fhg.de (quant [193.175.133.183]) by mailhub.fokus.gmd.de (8.11.6/8.11.6) with ESMTP id g2MKMbb14302; Fri, 22 Mar 2002 21:22:37 +0100 (MET) Message-ID: <3C9B928D.DC375C64@fokus.fhg.de> Date: Fri, 22 Mar 2002 21:22:37 +0100 From: Falco Krepel Organization: Fraunhofer Institut FOKUS - Competence Center CATS X-Mailer: Mozilla 4.79 [en] (X11; U; SunOS 5.8 sun4u) X-Accept-Language: en, de-DE MIME-Version: 1.0 To: weiwuzhang@263.net Cc: questions@FreeBSD.ORG Subject: Re: build a DHCP server References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I use the port: isc-dhcp3-3.0.1.r4 A short description you find at: http://www.FreeBSD.org/cgi/url.cgi?ports/net/isc-dhcp3/pkg-descr The dhcpd man page will help you to configure the DHCP server. Falco -- Falco Krepel Phone: +49-(0)30-3463-7276 Fraunhofer Institut FOKUS Fax: +49-(0)30-3463-8276 Kaiserin-Augusta-Allee 31 e-mail: krepel@fokus.fhg.de 10589 Berlin WWW: http://www.fokus.fhg.de/usr/krepel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 12:23:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [206.29.169.27]) by hub.freebsd.org (Postfix) with ESMTP id EF51937B404 for ; Fri, 22 Mar 2002 12:23:32 -0800 (PST) Received: (from list@localhost) by ns.museum.rain.com (8.11.6/8.11.6) id g2MKNVZ23413 for questions@freebsd.org; Fri, 22 Mar 2002 12:23:31 -0800 (PST) (envelope-from list) Date: Fri, 22 Mar 2002 12:23:31 -0800 From: James Long To: questions@freebsd.org Subject: mx2.freebsd.org listed in orbz? Message-ID: <20020322122331.A23301@ns.museum.rain.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG My sendmail is rejecting connects from mx2.freebsd.org (216.136.204.119) presumably because the hostname 119.204.136.216.inputs.orbz.org returns an A record. Anyone else having troubles? If you are, then you probably won't see this! Unless you've looked at your sendmail logs and turned off orbz like I did. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 12:28:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14308.mail.yahoo.com (web14308.mail.yahoo.com [216.136.173.156]) by hub.freebsd.org (Postfix) with SMTP id 6441137B404 for ; Fri, 22 Mar 2002 12:28:42 -0800 (PST) Message-ID: <20020322202842.3492.qmail@web14308.mail.yahoo.com> Received: from [12.76.85.7] by web14308.mail.yahoo.com via HTTP; Fri, 22 Mar 2002 12:28:42 PST Date: Fri, 22 Mar 2002 12:28:42 -0800 (PST) From: S F Subject: "ahc0: Someone reset channel A" - new FreeBSD 4.5 Install attempt To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I have an IBM Intellistation M Pro with dual PII 400 processors (256 MB Ram). It has an onboard Adaptec SCSI controller (AIC-7895 w/ bios 1.31) and I am currently attempting to do a fresh install with the latest install disc of FreeBSD 4.5. I get to a point where the beginning installer is probing the SCSI devices and an error pops up "ahc0: Someone reset channel A" around the time that the screen displays "waiting 15 seconds for SCSI devices to settle" - the error then ends in an eternal loop. I think we can assume the drive (a 9.1 GB Seagate) is in fine condition because it checks out okay via the SCSI setup/bios check and WinNT 4.0 (SP 6) is running fine on the system. I have no idea where to go from here. I searched the mail archives and also the usenet archives and found nothing that really related to the problem I am having. Any ideas on what is happening? (BTW, the hard drive is the only device attached to the SCSI onboard adapter. The CD-Rom drive is eide and runs off another controller. I have also tried controller A and B for the SCSI drive and get the same results. I have also looked for a bios update for the scsi controller and can't find anything relevant on Adaptec's site.) I would really appreciate any help. SF __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.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 Mar 22 12:32:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts6-srv.bellnexxia.net (tomts6.bellnexxia.net [209.226.175.26]) by hub.freebsd.org (Postfix) with ESMTP id 9226037B400 for ; Fri, 22 Mar 2002 12:32:06 -0800 (PST) Received: from scaryg.shacknet.nu ([64.231.142.145]) by tomts6-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020322203205.OTFL3513.tomts6-srv.bellnexxia.net@scaryg.shacknet.nu>; Fri, 22 Mar 2002 15:32:05 -0500 Received: from localhost ([::1] helo=scaryg.shacknet.nu) by scaryg.shacknet.nu with smtp (Exim 3.34 #1) id 16oVhn-000GRG-00; Fri, 22 Mar 2002 15:32:07 -0500 Date: Fri, 22 Mar 2002 15:32:05 -0500 From: ScaryG To: James Long Cc: questions@freebsd.org Subject: Re: mx2.freebsd.org listed in orbz? Message-Id: <20020322153205.79c9b60c.freymann@scaryg.shacknet.nu> In-Reply-To: <20020322122331.A23301@ns.museum.rain.com> References: <20020322122331.A23301@ns.museum.rain.com> X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Mar 2002 12:23:31 -0800 James Long wrote: > My sendmail is rejecting connects from mx2.freebsd.org (216.136.204.119) > presumably because the hostname 119.204.136.216.inputs.orbz.org returns > an A record. > > Anyone else having troubles? If you are, then you probably won't see > this! Unless you've looked at your sendmail logs and turned off orbz > like I did. Well, at least you were smart enough to remove the orbz call from your sendmail config... But you missed the story that started Wed about obrz.org CLOSING! :-) -ger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 12:32:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sagan.beanstalk.net (sagan.beanstalk.net [12.162.34.5]) by hub.freebsd.org (Postfix) with ESMTP id BC77837B400; Fri, 22 Mar 2002 12:32:23 -0800 (PST) Received: from fcoffice.ptfd.org (unverified [12.162.35.98]) by sagan.beanstalk.net (Vircom SMTPRS 4.2.181) with SMTP id ; Fri, 22 Mar 2002 15:34:37 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Michael W.Holdeman Organization: PTFD To: FreeBSD Questions Subject: VMWare2 License Date: Fri, 22 Mar 2002 15:32:09 -0500 X-Mailer: KMail [version 1.2] Cc: MIME-Version: 1.0 Message-Id: <02032215320900.11408@fcoffice.ptfd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Anyone out there willng to let someone "borrow" their Vm2 lic. Or sell one. I have spoken with VMWare and they are unable/willing to provide VMware2 Evaluation licenses. This makes teh VM2 port usless to me anyway. I just want to see if speed is acceptable. This is a make or brake for me and FreeBSD. Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 12:41: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id A86E337B404 for ; Fri, 22 Mar 2002 12:41:03 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g2MKenY16136; Sat, 23 Mar 2002 08:40:49 +1200 (NZST) (envelope-from jonc) Date: Sat, 23 Mar 2002 08:40:49 +1200 From: Jonathan Chen To: "G.B.Naidu" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: XFreee86 and Intel i810 Video card... Message-ID: <20020323084049.A15656@grimoire.chen.org.nz> References: <15513.31043.474533.564298@sunk2.sasi.com> <20020322160604.B10174@grimoire.chen.org.nz> <15514.45937.489944.279137@sunk2.sasi.com> <20020322173751.A10585@grimoire.chen.org.nz> <15514.51862.692992.964708@sunk2.sasi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <15514.51862.692992.964708@sunk2.sasi.com>; from gbnaidu@sasken.com on Fri, Mar 22, 2002 at 11:39:26AM +0530 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 22, 2002 at 11:39:26AM +0530, G.B.Naidu wrote: > Here is the output of dmesg | grep agp: > > Preloaded elf module "agp.ko" at 0xc041709c. > Preloaded elf module "agp.ko" at 0xc041709c. > Preloaded elf module "agp.ko" at 0xc041709c. > Preloaded elf module "agp.ko" at 0xc041709c. > Preloaded elf module "agp.ko" at 0xc041709c. > Preloaded elf module "agp.ko" at 0xc041709c. > > G.B-> This was when I have loaded the agp.ko using loader.conf. After that > I compiled the agp device into the kernel. Then I tried loading the agp.ko > module, but as expected, it says that it exists. There should be some initialization messages when agp loads. Have a look for them and tell the list what it says. -- Jonathan Chen ----------------------------------------------------------------------- "One, with God, is always a majority, but many a martyr has been burned at the stake while the votes were being counted." -- Thomas B. Reed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 12:42:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts5-srv.bellnexxia.net (tomts5.bellnexxia.net [209.226.175.25]) by hub.freebsd.org (Postfix) with ESMTP id 7F06737B41C for ; Fri, 22 Mar 2002 12:42:29 -0800 (PST) Received: from scaryg.shacknet.nu ([64.231.142.145]) by tomts5-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020322204223.YLJK19425.tomts5-srv.bellnexxia.net@scaryg.shacknet.nu>; Fri, 22 Mar 2002 15:42:23 -0500 Received: from localhost ([::1] helo=scaryg.shacknet.nu) by scaryg.shacknet.nu with smtp (Exim 3.34 #1) id 16oVrO-000GSO-00; Fri, 22 Mar 2002 15:42:02 -0500 Date: Fri, 22 Mar 2002 15:42:01 -0500 From: ScaryG To: Joel Dinel Cc: FreeBSD Questions Subject: Re: mx2.freebsd.org listed in orbz? Message-Id: <20020322154201.3ef87180.freymann@scaryg.shacknet.nu> In-Reply-To: <20020322153638.A53344@sunder.touchtunes.com> References: <20020322122331.A23301@ns.museum.rain.com> <20020322153205.79c9b60c.freymann@scaryg.shacknet.nu> <20020322153638.A53344@sunder.touchtunes.com> X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Mar 2002 15:36:38 -0500 Joel Dinel wrote: > > But you missed the story that started Wed about obrz.org CLOSING! :-) > > They're not closing anymore. An arrangment has been reached. Really? Rumours are flying all over then. On another list I monitor, it was made quite clear Ian has shut down shop, but is open to giving his info to somebody else to use, and to even SysAdmin it. http://www.internetnews.com/isp-news/article/0,,8_996341,00.html -Ger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 12:46:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail17.speakeasy.net (mail17.speakeasy.net [216.254.0.217]) by hub.freebsd.org (Postfix) with ESMTP id A7ED937B400 for ; Fri, 22 Mar 2002 12:46:35 -0800 (PST) Received: (qmail 8880 invoked from network); 22 Mar 2002 20:46:34 -0000 Received: from unknown (HELO helios.dub.net) ([216.27.176.75]) (envelope-sender ) by mail17.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Mar 2002 20:46:34 -0000 Received: by helios.dub.net (Postfix, from userid 1000) id DBCDE312E; Fri, 22 Mar 2002 12:46:33 -0800 (PST) Date: Fri, 22 Mar 2002 12:46:33 -0800 From: Jim Mock To: Joel Dinel Cc: weiwuzhang@263.net, freebsd-questions@FreeBSD.ORG Subject: Re: config mail client Message-ID: <20020322204633.GG97991@helios.dub.net> Reply-To: mij@soupnazi.org References: <20020322145742.A52883@sunder.touchtunes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020322145742.A52883@sunder.touchtunes.com> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Mar 2002 at 14:57:42 -0500, Joel Dinel wrote: > On Sat, Mar 23, 2002 at 03:50:00AM +0800, Zhang Weiwu wrote: > > But how to config my BSD system so that when I send a mail using > > 'mail' it knows which smtp server to use and which pop3 server to > > check for incoming mails? If it takes steps to do it > > The 'mail' command will use the local MTA (Mail Transfert Agent) to > send your mail. In this case, the default is Sendmail. [snip...] > Sendmail will not fetch your POP3 mail. That's not its job. You'll > need 'procmail' for that. It's in the ports tree. > > You can mail me if you need more info on ports tree, or configuring > procmail. It's not procmail's job either :-) Take a look at fetchmail or one of the other mail fetching utilities in the ports tree. - jim -- jim mock http://soupnazi.org/ | jim@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 12:46:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ler-freebie.iadfw.net (ler-freebie.iadfw.net [206.66.13.221]) by hub.freebsd.org (Postfix) with ESMTP id 4BE5637B400 for ; Fri, 22 Mar 2002 12:46:43 -0800 (PST) Received: from ler-freebie.iadfw.net (localhost [127.0.0.1]) by ler-freebie.iadfw.net (8.11.6/8.11.6) with SMTP id g2MKkgT29977 for ; Fri, 22 Mar 2002 14:46:42 -0600 (CST) (envelope-from ler@lerctr.org) Date: Fri, 22 Mar 2002 14:46:42 -0600 From: Larry Rosenman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Toshiba Satellite 4005CDS: How do I get the PCMCIA Modem recognized? Message-Id: <20020322144642.4a426351.ler@lerctr.org> In-Reply-To: <20020322142151.5f02b8a3.ler@lerctr.org> References: <20020322140803.4643635b.ler@lerctr.org> <20020322142151.5f02b8a3.ler@lerctr.org> X-Mailer: Sylpheed version 0.7.4claws (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Mar 2002 14:21:51 -0600 "Larry Rosenman" wrote: > On Fri, 22 Mar 2002 14:08:03 -0600 > "Larry Rosenman" wrote: > > > I have a Toshiba Satellite 4005CDS with 4.5-STABLE from yesterday (fresh install) on it. > > > > It comes bundled with a NoteWorthy 3CXM056-BNW modem. I also have a 3C589D Ethernet card. > > > > The Ethernet card is recognized, but I haven't found what magic I need to do to the kernel/pccardd/etc to get the modem recognized. The machine does see the card in PCMCIA Slot 1, but that's it. I get a message about not matching (null),(null) or something close from pccardd. > > > > Ideas? > Sorry to follow-up to myself.... > > It really does help to NOT have pcic1 marked disabled in the kernel config when using slot1. > > D'oh. Hmm. That wasn't it. The card is recognized in slot0, not slot1. The same symptoms happen with both cards in slot1. What could cause slot1 to not give out the right config info? Is the laptop broken? -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 12:50:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 8D8BD37B4C6 for ; Fri, 22 Mar 2002 12:50:04 -0800 (PST) Received: (qmail 16220 invoked by uid 100); 22 Mar 2002 20:50:02 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15515.39162.99791.477249@guru.mired.org> Date: Fri, 22 Mar 2002 14:50:02 -0600 To: Tim Erlin Cc: questions@freebsd.org Subject: Re: GTK, gtk-config, gtk12-config and FreeBSD In-Reply-To: <20020322182203.68625.qmail@web11708.mail.yahoo.com> References: <20020322182203.68625.qmail@web11708.mail.yahoo.com> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In <20020322182203.68625.qmail@web11708.mail.yahoo.com>, Tim Erlin typed: > Question: are these two files the same thing? Is there harm > in 'ln -s gtk12-config gtk-config'? It hasn't caused me any problems. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 12:50:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id 7FA8337B4C2 for ; Fri, 22 Mar 2002 12:50:02 -0800 (PST) Received: (qmail 20009 invoked from network); 22 Mar 2002 20:50:01 -0000 Received: from unknown (HELO helios.dub.net) ([216.27.176.75]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Mar 2002 20:50:01 -0000 Received: by helios.dub.net (Postfix, from userid 1000) id C216B312F; Fri, 22 Mar 2002 12:50:00 -0800 (PST) Date: Fri, 22 Mar 2002 12:50:00 -0800 From: Jim Mock To: zhangweiwu@private.21cn.com Cc: questions@freebsd.org Subject: Re: fetch mail from pop3 server(cofnig mail client) Message-ID: <20020322205000.GH97991@helios.dub.net> Reply-To: mij@soupnazi.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 23 Mar 2002 at 04:15:20 +0800, Zhang Weiwu wrote: > It's a new idea for me to use different app to access POP and SMTP. > > Procmail and fetchmail both sound good, but i would like one that i > can directly pkg_add from my 4.5 stable disco. I have problem > downloading things oversea. Which one should i use? Choose a mirror close to you and then tell pkg_add to use it. Take a look at the pkg_add(1) man page and look for the PACKAGEROOT environment variable. - jim -- jim mock http://soupnazi.org/ | jim@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 12:52: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from linuxmail.touchtunes.com (operator.touchtunes.com [216.94.139.201]) by hub.freebsd.org (Postfix) with ESMTP id 4708937B48A for ; Fri, 22 Mar 2002 12:50:51 -0800 (PST) Received: from sunder.touchtunes.com (sunder.touchtunes.com [192.168.0.26]) by linuxmail.touchtunes.com (8.9.3/8.8.7) with ESMTP id PAA05819; Fri, 22 Mar 2002 15:51:04 -0500 Received: (from dinjo@localhost) by sunder.touchtunes.com (8.11.6/8.11.6) id g2MKoY653497; Fri, 22 Mar 2002 15:50:34 -0500 (EST) (envelope-from dinjo) Date: Fri, 22 Mar 2002 15:50:34 -0500 From: Joel Dinel To: Jim Mock Cc: freebsd-questions@FreeBSD.ORG Subject: Re: config mail client Message-ID: <20020322155034.A53469@sunder.touchtunes.com> Mail-Followup-To: Joel Dinel , Jim Mock , freebsd-questions@FreeBSD.ORG References: <20020322145742.A52883@sunder.touchtunes.com> <20020322204633.GG97991@helios.dub.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020322204633.GG97991@helios.dub.net>; from mij@soupnazi.org on Fri, Mar 22, 2002 at 12:46:33PM -0800 X-Useless-Header: Look ma, it's a # sign! X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 22, 2002 at 12:46:33PM -0800, Jim Mock wrote: > > You can mail me if you need more info on ports tree, or configuring > > procmail. > > It's not procmail's job either :-) Take a look at fetchmail or one of > the other mail fetching utilities in the ports tree. > > - jim > > -- > jim mock http://soupnazi.org/ | jim@FreeBSD.org ---end quoted text--- What the hell am I saying? Must be because it's friday. Of course, I meant fetchmail. -- Joel Dinel System Administrator TouchTunes Digital Jukebox, Inc. GnuPG key : http://lysander.mine.nu/~kint/mykey.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 13: 3:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f233.law10.hotmail.com [64.4.15.233]) by hub.freebsd.org (Postfix) with ESMTP id A0E0337B400; Fri, 22 Mar 2002 13:03:36 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 22 Mar 2002 13:03:36 -0800 Received: from 24.232.177.49 by lw10fd.law10.hotmail.msn.com with HTTP; Fri, 22 Mar 2002 21:03:36 GMT X-Originating-IP: [24.232.177.49] Reply-To: dmcoll@piroscafos.com.ar From: "Daniel Coll" To: freeBSD-questions@freeBSD.org Cc: freeBSD-mobile@freeBSD.org Subject: Sony FX220 - Problem with Xfree86 Date: Fri, 22 Mar 2002 18:03:36 -0300 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 22 Mar 2002 21:03:36.0537 (UTC) FILETIME=[089DF490:01C1D1E5] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I have a problem with the X Configuration. I configured the Intel i810 as in the handbook, but when I try to start X my screen goes blank. And I have no way to bring it back. 1- Any idea of what can be wrong? 2- How can I bring system back without restarting? By the way if anyone knows somebody using FreeBSD in Argentina who wants to joint and discuss FreeBSD related topics, please make me know. Thanx DMC _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 13:12:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web9305.mail.yahoo.com (web9305.mail.yahoo.com [216.136.129.54]) by hub.freebsd.org (Postfix) with SMTP id 29B1737B41D for ; Fri, 22 Mar 2002 13:12:18 -0800 (PST) Message-ID: <20020322211218.40255.qmail@web9305.mail.yahoo.com> Received: from [199.66.15.252] by web9305.mail.yahoo.com via HTTP; Fri, 22 Mar 2002 13:12:18 PST Date: Fri, 22 Mar 2002 13:12:18 -0800 (PST) From: Radhika Sambamurti Subject: Re: Mail clients & unix To: Server Admin , freebsd-questions@FreeBSD.ORG In-Reply-To: <3.0.5.32.20020322095820.011ed5f0@mail.sage-one.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry! Netbsd and Solaris can use mailx. its mail in freebsd. --- Server Admin wrote: > What is the "mailx" command...??? > > At 07:29 AM 3.22.2002 -0800, Radhika Sambamurti wrote: > >you can try; > >mailx -s "Type your mail SUBJECT LINE" user@hostname.com > < > >file-to-attach > > > >this should work. > > > > > >--- "F.Xavier Noria" wrote: > >> On Fri, 22 Mar 2002 10:28:07 +0100 > >> "Hamelsveld van, S (Sven)" > > >> wrote: > >> > >> : If I would like to send mail from unix from a > command > >> line and send a > >> : attachment with it... how can I do this ??? > >> > >> I use "cat body | mutt -a attachment -s subject [...]" > >> for this. > >> > >> -- fxn > >> > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe freebsd-questions" in the body of > the > >message > > > > > >===== > >It's all a matter of perspective. You can choose your > view by choosing > where to stand. > >--Larry Wall > > > >__________________________________________________ > >Do You Yahoo!? > >Yahoo! Movies - coverage of the 74th Academy Awards® > >http://movies.yahoo.com/ > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the > message > > > > > > .... our website: http://www.sage-one.net/ > > Best regards, > > Jack L. Stone > Server Admin ===== It's all a matter of perspective. You can choose your view by choosing where to stand. --Larry Wall __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.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 Mar 22 13:12:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from exgw2.lumeta.com (exgw2.lumeta.com [65.198.68.66]) by hub.freebsd.org (Postfix) with ESMTP id AAC4F37B404 for ; Fri, 22 Mar 2002 13:12:21 -0800 (PST) Received: from lucy.corp.lumeta.com (h65-198-68-133.lumeta.com [65.198.68.133]) by exgw2.lumeta.com (Postfix) with ESMTP id 1EE90758C for ; Fri, 22 Mar 2002 16:12:21 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by lucy.corp.lumeta.com (Postfix) with ESMTP id E60811081F for ; Fri, 22 Mar 2002 16:12:20 -0500 (EST) Received: from lumeta.com (tal.dhcp.corp.lumeta.com [65.198.68.237]) by lucy.corp.lumeta.com (Postfix) with ESMTP id 13CBC10811 for ; Fri, 22 Mar 2002 16:12:20 -0500 (EST) Message-ID: <3C9B9E4D.F6AE9DC3@lumeta.com> Date: Fri, 22 Mar 2002 16:12:45 -0500 From: Tom Limoncelli Organization: Lumeta Corp X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Problem installing over network (Jumpstart / pxeboot) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey folks! (Is there a mailing list for discussing FreeBSD jumpstart/network installations?) Here's the situation. We built a "install FreeBSD system over the network" system using the standard DHCP -> PXEBOOT -> loader -> mount network root -> sysinstall reads install.cfg method. It works great in FreeBSD 4.1 and 4.3. Now we're upgrading to FreeBSD 4.5 and we can't duplicate what we have. The process works until sysinstall starts. It complains: Loading module if_an.ko failed (I press [OK]) Loading module if_txp.ko failed (I press [OK]) Loading module if_wi.ko failed (I press [OK]) FOund PC-card slots(s). (I press [No]) Then if I'm using DHCP, it panics. If I'm not using DHCP ("tryDHCP=no" in install.cfg), it gives me the screen to verify the IP address that I've set, and then panics: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x8 fault code = supervisor read, page not present ... processor eflags = interrupt enabled, resume, IOPL = 0 current process = 15 (ifconfig) interrupt mask = net tty trap number = 12 panic: page fault The beginning of the install.cfg file is: # Turn on extra debugging. debug=YES nonInteractive=YES noWarn=YES #tryDHCP=YES tryDHCP=no ######################## hostname=unconfigured domain=corp.lumeta.com ######################## nfs=65.198.61.10:/usr/local/export/freebsd4.5 defaultrouter=65.198.61.1 netDev=xl0 netInteractive=YES ipaddr=65.198.68.223 netmask=255.255.255.192 mediaSetNFS Any pointers to how to debug this? Thanks in advance, -Tom Limoncelli To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 13:26:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id E55E937B419 for ; Fri, 22 Mar 2002 13:26:16 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g2MLPwb16271; Sat, 23 Mar 2002 09:25:58 +1200 (NZST) (envelope-from jonc) Date: Sat, 23 Mar 2002 09:25:58 +1200 From: Jonathan Chen To: Charles Burns Cc: questions@FreeBSD.ORG Subject: Re: Advocacy help for CS professor Message-ID: <20020323092558.B15656@grimoire.chen.org.nz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from burnscharlesn@hotmail.com on Thu, Mar 21, 2002 at 11:41:47PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Mar 21, 2002 at 11:41:47PM -0700, Charles Burns wrote: [...] All the arguments put forth appear to be business oriented, rather than on any technical evidence. One amusing way to equate this would be to use the Food Industry as an analogy. Hmm, let's pick one of the most biggest, richest, food franchises out there - McDonalds. > - Microsoft has money, therefore can buy the best programmers, therefore has > the best products. McDonalds has the money, therefore can buy the best cooks, therefore has the best food. Obviously this is not true, as the most of the money goes into marketing and management of the company. To be fair, I suspect that Microsoft *does* have quite a few good programmers. The problem with any commercial software company is that the programmers do *not* drive the company. Management does. I always have the general feeling that MS tends to drive its stuff out the door a bit too soon due to marketing pressure. Commercial pressure goes a long way to deciding what the programmers get to do with the code. For example, I can't think of any *sound* technical reason, why one would put a browser into the kernel code... > - Microsoft is very successful, therefore has the best products (though he > is not using the popularity alone as an argument as he does have extensive > knowledge of logic) McDonalds is very successful, therefore has the best products. I'd say that sound management and targeted market made this true, rather than any good products. MS is good at targeting the product at the right group to provide it the best returns: The non-technical mass consumer. > - OSS programmers could not possibly be as good as Microsoft programmers, > because Microsoft sponsors such things as nat'l programming competitions and > hires the winners/hires the best of class from top universities, etc. I need > specific reasons and hopefully links (not to slashdot, to reputable neutral > news sites and such). OSS has Greenman, DeRaadt, Torvalds, Hubbard, Lehey, > and others which are certainly among the top 100 programmers on earth. How > to prove, though? I have pointed out that academics and contest winners are > different from people that naturally love to code, but he is in a commercial > mindset. I have seen many great logical abstractions of this concept on > various sites, but finding them would be impossible. McDonalds supports all types of community projects, competitions, et al, and even uses some of the ideas from these competitions. It's more a marketing excercise to promote the brand than anything else. The money is the main lure. > - He is using examples of MS products being superior to other Windows > products, examples in which he is right. Netscape 4.7* vs. IE4--No > comparison. MS Office vs everything else--for it's intended audience, it > really is the best. Media player, etc. He quoted Outlook Express, but being > in the field he uses Eudora because of OE's jaw-dropping security record. I > already made the Evolution comparison, but I really need more examples in > which an OSS Unux product is superior. Kids love McDonalds. For the targeted audience, it sure is. As an adult, I can't say I *love* McDonalds. Microsoft products *can* be good, but server-based products is where UNIX shines. Anywhere where downtime can be a problem, there is a better UNIX solution. Database-servers (eg: ORACLE) stay up longer under UNIX than MS. Give your local ORACLE vendor a call. Webservers. Mailservers. Groupware like Lotus Notes. Equivalent systems on both platforms would be the best examples to use for comparisons. > - He says Unix is fragmented, therefore cannot have a unified vision and > focus, and that this automatically makes it inferior to Windows which is > under one company with theoretically one vision and focus.(to own everything > :-) There are quite a few competitors for McDonalds out there, but this doesn't make them inferior in any way. The OSS environment doesn't *need* money to survive, it only needs competition and ego. The fragmentation actually *improves* the quality of the code, it's like evolution. If the other *BSD/Linux camp has something nifty, we implement our own version of it, possibly with added features to edge them out. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "Lots of folks confuse bad management with destiny" - Kin Hubbard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 13:27:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id A390437B417 for ; Fri, 22 Mar 2002 13:27:18 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g2MLREc16289; Sat, 23 Mar 2002 09:27:14 +1200 (NZST) (envelope-from jonc) Date: Sat, 23 Mar 2002 09:27:14 +1200 From: Jonathan Chen To: Matt Lazarou Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Regarding Interface For My NIC Message-ID: <20020323092714.C15656@grimoire.chen.org.nz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from optical_longhaul@hotmail.com on Fri, Mar 22, 2002 at 07:37:30AM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 22, 2002 at 07:37:30AM +0000, Matt Lazarou wrote: > Hi, > > For some reason whenever I boot into FreeBSD my interface txp0 wont be > assigned an IP. When i do ifconfig -a to check the status I see that it > says: > > Status: No Carrier No carrier usually means it ain't plugged in. Check the connection points and the wiring. Either that or your card is busted. -- Jonathan Chen ---------------------------------------------------------------------- Experience is a hard teacher because she gives the test first, the lesson afterwards To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 13:29:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp01.wxs.nl (smtp01.wxs.nl [195.121.6.61]) by hub.freebsd.org (Postfix) with ESMTP id 7BC3737B404 for ; Fri, 22 Mar 2002 13:29:28 -0800 (PST) Received: from Alex ([213.10.151.186]) by smtp01.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GTE91202.N2A; Fri, 22 Mar 2002 22:29:26 +0100 Date: Fri, 22 Mar 2002 22:29:21 +0100 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: Alex X-Priority: 3 (Normal) Message-ID: <744204162.20020322222921@dds.nl> To: John Bleichert Cc: "Joel R. Scalzo" , freebsd-questions@FreeBSD.ORG Subject: Re[2]: I want BSD. In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello John, Thursday, March 21, 2002, 2:43:33 PM, you wrote: >> How do I download free BSD? I can't find a link that allows me to do so. JB> I've found the easiest way (if you have broadband and a cd-burner) is to JB> download an ISO image of the FreeBSD rev you want, burn it to CD then boot JB> from it. The ISO images exist on the FreeBSD download site (and it's JB> mirrors). This is how i always did it. Recently i tried the ftp-passive mode out and this went with equal ease. -- Best regards, Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 13:33: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post-11.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EC8437B400; Fri, 22 Mar 2002 13:33:03 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post-11.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16oWek-000AHw-00; Fri, 22 Mar 2002 21:33:02 +0000 Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [oz]) with ESMTP id D5F8348817; Fri, 22 Mar 2002 22:33:00 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1005) id F0F34225C7; Fri, 22 Mar 2002 22:33:01 +0100 (CET) Date: Fri, 22 Mar 2002 22:33:01 +0100 From: Cliff Sarginson To: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Problems with large disk. (> 1 TB) Message-ID: <20020322213301.GC4940@raggedclown.net> References: <20020321151338.T2793-100000@woozle.rinet.ru> <20020321131958.9C379BB39@i8k.babbleon.org> <20020321071754.D96231@nexus.root.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020321071754.D96231@nexus.root.com> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I thought a terabyte was one of those little turtle like things that make googling noises in the dark. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 13:35:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post-11.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id C5BD037B41B for ; Fri, 22 Mar 2002 13:35:14 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post-11.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16oWgs-000AJF-00 for FreeBSD-Questions@FreeBSD.ORG; Fri, 22 Mar 2002 21:35:14 +0000 Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [oz]) with ESMTP id C3DB748817 for ; Fri, 22 Mar 2002 22:35:12 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1005) id BD408225C5; Fri, 22 Mar 2002 22:35:13 +0100 (CET) Date: Fri, 22 Mar 2002 22:35:13 +0100 From: Cliff Sarginson To: FreeBSD Questions Subject: Re: K&R to ANSI? [nroff?] Message-ID: <20020322213513.GD4940@raggedclown.net> References: <200203210239.g2L2dqm49467@tao.thought.org> <20020320214944.T47592-100000@earl-grey.cloud9.net> <20020320220108.A279@rochester.rr.com> <20020320222137.A49877@tao.thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020320222137.A49877@tao.thought.org> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Mar 20, 2002 at 10:21:37PM -0800, Gary Kline wrote: > On Wed, Mar 20, 2002 at 10:01:08PM -0500, mpd wrote: > > On Wed, Mar 20, 2002 at 09:53:43PM -0500, Peter Leftwich wrote: > > > On Wed, 20 Mar 2002, Gary Kline wrote: > > > > Does anybody know if there are existant tools that can transform K&R functions to the standard? > > > > foo (n) > > > > int ; > > > > to > > > > foo (int n) > > > > I'm tweaking one of our more ancient ports and would like to update the params. > > > > thanks for any clues, > > > > gary > > > > -- > > > > Gary Kline kline@thought.org www.thought.org Public service Unix > > > > > > What are K&R functions and what do you mean by "the standard?" > > > > > > I know you are asking about C code and not command-line stuff, but would > > > any of these commands help you with your cause "nroff" "groff" "troff"? > > > > No. Those don't format this kind of text. He's looking for something > > that takes old style (pre-ANSI) C code and converts it to ANSI C. > > > > I have never encountered a kr2ansi converter that even came > > close to being complete. I could generally do it faster by > > hand. Maybe that's the reason there's so much k&r code in > > my /usr/src directory. > > > > Okay, I'll take your word for it! I've always done it > by hand; just thought there might be some new gismo... > > gary > > Only wimps use prototypes :) -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 13:36:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp01.wxs.nl (smtp01.wxs.nl [195.121.6.61]) by hub.freebsd.org (Postfix) with ESMTP id 4913F37B41B for ; Fri, 22 Mar 2002 13:36:09 -0800 (PST) Received: from Alex ([213.10.151.186]) by smtp01.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GTE9C702.710; Fri, 22 Mar 2002 22:36:07 +0100 Date: Fri, 22 Mar 2002 22:36:02 +0100 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: Alex X-Priority: 3 (Normal) Message-ID: <7544605619.20020322223602@dds.nl> To: Nathan Mace Cc: freebsd-questions@FreeBSD.ORG Subject: Re: secure file transfer In-Reply-To: <200203210055.TAA10762@uce55.uchaswv.edu> References: <200203210055.TAA10762@uce55.uchaswv.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Nathan, Thursday, March 21, 2002, 1:51:19 AM, you wrote: NM> i'm tring to find a way to access files that are on my server in a secure NM> way. samba is pain to use, expecially when it's a freebsd server and freebsd NM> client. Bit off-topic, but... From what i read, Samba isn't that secure. The password is send either in plain text or encrypted. The later can be easily sniffed and used without knowing the original password. I don't think it send any information secured to. Somebody correct me if I'm wrong. NM> scp & shh work, but not very well for what i want to do. what i NM> really need is NFS, which works great, but from what i've been reading it's NM> not the most secure piece of software. ...snip... -- Best regards, Alex mailto:freebsd@akruijff.dds.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 13:39:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blueyonder.co.uk (pcow057o.blueyonder.co.uk [195.188.53.94]) by hub.freebsd.org (Postfix) with ESMTP id 12B7B37B41A for ; Fri, 22 Mar 2002 13:39:08 -0800 (PST) Received: from pcow057o.blueyonder.co.uk ([127.0.0.1]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Fri, 22 Mar 2002 21:39:07 +0000 Received: from gdmckee.local (unverified [62.30.209.30]) by pcow057o.blueyonder.co.uk (Content Technologies SMTPRS 4.2.9) with ESMTP id for ; Fri, 22 Mar 2002 21:39:07 +0000 Received: from [192.168.0.200] (helo=p1000) by gdmckee.local with smtp (Exim 3.35 #1) id 16oWkQ-000Gkf-00 for freebsd-questions@freebsd.org; Fri, 22 Mar 2002 21:38:54 +0000 Message-ID: <002b01c1d1e9$fc9bab10$c800a8c0@p1000> From: "G D McKee" To: "Freebsd-Questions@Freebsd. Org (E-mail)" Subject: Upgrading Ported Apps + Dependant Ports Date: Fri, 22 Mar 2002 21:39:03 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi I have ran pkg_version -c and got a list of all the ports that are out if date. I have noticed that most of the library ports get looked for and it continues to use the old version. Is there a way of making a port and telling it to upgrade the dependencies as well? Thanks in advance Gordon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 13:40:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp017.mail.yahoo.com (smtp017.mail.yahoo.com [216.136.174.114]) by hub.freebsd.org (Postfix) with SMTP id B5A7C37B41B for ; Fri, 22 Mar 2002 13:40:50 -0800 (PST) Received: from robinsonpar (AUTH login) at gw-qobra.passport.ca (HELO peterd) (robinsonpar@207.112.2.1) by smtp.mail.vip.sc5.yahoo.com with SMTP; 22 Mar 2002 21:40:50 -0000 Message-ID: <006f01c1d1ea$2b5de210$620110ac@peterd> From: "Robinson" To: Subject: about pcn0 Date: Fri, 22 Mar 2002 16:40:21 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_006C_01C1D1C0.41FCB110" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_006C_01C1D1C0.41FCB110 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, If pcn driver can supports promisc work mode? I try to setup a = bridge using three interfaces(pcn0, ed1, ep0), I find only ed1 and ep0 = work. the pcn0 does not work.=20 Thanks Robinson ------=_NextPart_000_006C_01C1D1C0.41FCB110 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
 
If pcn = driver can  supports promisc=20 work mode?   I  try to setup a bridge using three=20 interfaces(pcn0, ed1, ep0),  I find only ed1 and ep0 work. the = pcn0=20 does not work.
 
Thanks
 
Robinson
------=_NextPart_000_006C_01C1D1C0.41FCB110-- _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 13:49:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix1-2.free.fr (postfix1-2.free.fr [213.228.0.130]) by hub.freebsd.org (Postfix) with ESMTP id BF5CE37B417 for ; Fri, 22 Mar 2002 13:49:10 -0800 (PST) Received: from there (lille-1-a7-3-126.dial.proxad.net [62.147.3.126]) by postfix1-2.free.fr (Postfix) with SMTP id 1DA5DAB2A5; Fri, 22 Mar 2002 22:49:09 +0100 (CET) Content-Type: text/plain; charset="iso-8859-15" From: mess-mate To: Don Read Subject: Re: Favorite Mail App? Date: Fri, 22 Mar 2002 23:45:43 +0100 X-Mailer: KMail [version 1.3.1] References: In-Reply-To: Cc: "freebsd-questions-en" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <20020322214909.1DA5DAB2A5@postfix1-2.free.fr> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kmail or Sylpheed. On Friday 22 March 2002 20:26, you wrote: | On 21-Mar-2002 Brendan McAlpine wrote: | > Hey everyone, | > | > I=B9m not trying to start a flame war here, but I was wondering if | > the list could give me some recommendations on a good mail app.=20 | > I don=B9t have any special requirements, I=B9m just wondering what | > the majority of people are using. | | xfmail. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 13:49:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id 0316037B41E for ; Fri, 22 Mar 2002 13:49:35 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id 34DCD901A00; Fri, 22 Mar 2002 16:48:15 -0500 (EST) Date: Fri, 22 Mar 2002 16:48:15 -0500 From: mpd To: G D McKee Cc: questions@freebsd.org Subject: Re: Upgrading Ported Apps + Dependant Ports Message-ID: <20020322164815.A24186@rochester.rr.com> References: <002b01c1d1e9$fc9bab10$c800a8c0@p1000> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <002b01c1d1e9$fc9bab10$c800a8c0@p1000>; from freebsd@gdmckee.com on Fri, Mar 22, 2002 at 09:39:03PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 22, 2002 at 09:39:03PM +0000, G D McKee wrote: > Hi > > I have ran pkg_version -c and got a list of all the ports that are out if > date. I have noticed that most of the library ports get looked for and it > continues to use the old version. Is there a way of making a port and > telling it to upgrade the dependencies as well? The portupgrade port (/usr/ports/sysutils/portupgrade) has this functionality. I highly recommend it. > > Thanks in advance > > Gordon > mike -- ___________________________________________________________ "THESE WORDS - THEIR ASPECT WAS OBSCURE - I READ INSCRIBED ABOVE A GATEWAY AND I SAID: 'MASTER, THEIR MEANING IS DIFFICULT FOR ME.'" - Little Girl from "PLAYING HARD-TO-LISTEN-TO" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 13:53:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ler-freebie.iadfw.net (ler-freebie.iadfw.net [206.66.13.221]) by hub.freebsd.org (Postfix) with ESMTP id 69CF637B420 for ; Fri, 22 Mar 2002 13:52:33 -0800 (PST) Received: from ler-freebie.iadfw.net (localhost [127.0.0.1]) by ler-freebie.iadfw.net (8.11.6/8.11.6) with SMTP id g2MLqWT31208 for ; Fri, 22 Mar 2002 15:52:33 -0600 (CST) (envelope-from ler@lerctr.org) Date: Fri, 22 Mar 2002 15:52:32 -0600 From: Larry Rosenman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Toshiba Satellite 4005CDS: How do I get the PCMCIA Modem recognized? Message-Id: <20020322155232.25946fcc.ler@lerctr.org> In-Reply-To: <20020322144642.4a426351.ler@lerctr.org> References: <20020322140803.4643635b.ler@lerctr.org> <20020322142151.5f02b8a3.ler@lerctr.org> <20020322144642.4a426351.ler@lerctr.org> X-Mailer: Sylpheed version 0.7.4claws (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Mar 2002 14:46:42 -0600 "Larry Rosenman" wrote: > On Fri, 22 Mar 2002 14:21:51 -0600 > "Larry Rosenman" wrote: > > > On Fri, 22 Mar 2002 14:08:03 -0600 > > "Larry Rosenman" wrote: > > > > > I have a Toshiba Satellite 4005CDS with 4.5-STABLE from yesterday (fresh install) on it. > > > > > > It comes bundled with a NoteWorthy 3CXM056-BNW modem. I also have a 3C589D Ethernet card. > > > > > > The Ethernet card is recognized, but I haven't found what magic I need to do to the kernel/pccardd/etc to get the modem recognized. The machine does see the card in PCMCIA Slot 1, but that's it. I get a message about not matching (null),(null) or something close from pccardd. > > > > > > Ideas? > > Sorry to follow-up to myself.... > > > > It really does help to NOT have pcic1 marked disabled in the kernel config when using slot1. > > > > D'oh. > Hmm. That wasn't it. The card is recognized in slot0, not slot1. > > The same symptoms happen with both cards in slot1. > > What could cause slot1 to not give out the right config info? > > Is the laptop broken? Found it. The PCMCIA card controller needs to be put in PCIC-Compatible mode in the BIOS. All Better now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 13:56: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp013.mail.yahoo.com (smtp013.mail.yahoo.com [216.136.173.57]) by hub.freebsd.org (Postfix) with SMTP id 27BE837B49A for ; Fri, 22 Mar 2002 13:55:20 -0800 (PST) Received: from jogegabsd (AUTH login) at unknown (HELO anakin) (jogegabsd@216.230.149.135) by smtp.mail.vip.sc5.yahoo.com with SMTP; 22 Mar 2002 21:55:19 -0000 From: "jogegabsd" To: , Subject: RE: build a DHCP server Date: Fri, 22 Mar 2002 15:55:47 -0600 Message-ID: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG here is an article in the topic http://bsdvault.net/sections.php?op=viewarticle&artid=14 HTH Gerardo > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Zhang Weiwu > Sent: Friday, March 22, 2002 2:01 PM > To: questions@freebsd.org > Subject: build a DHCP server > > > I'm trying to replace my Win2k server with another one running > FreeBSD for > some reason. This win2k server has been working as a lan DHCP for years, > now people won't be happy that they all have to change their IP config to > fit the new server. But handbook only covered the configuration of a DHCP > client. Where can i find information about starting DHCP service? > > Thank you. > > Never mail to this address. Mail to zhangweiwu@private.21cn.com > instead. I > only use this address for sending. > > > > _________________________________________________________________ > Ãâ·ÑÏÂÔØ MSN Explorer£ºhttp://explorer.msn.com/lccn/intl.asp¡£ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 13:57: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post-20.mail.nl.demon.net (post-20.mail.nl.demon.net [194.159.73.1]) by hub.freebsd.org (Postfix) with ESMTP id 2588137B4CD for ; Fri, 22 Mar 2002 13:56:19 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post-20.mail.nl.demon.net with esmtp (Exim 3.35 #2) id 16oX1G-0005vp-00 for questions@FreeBSD.ORG; Fri, 22 Mar 2002 21:56:18 +0000 Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [oz]) with ESMTP id A29F64880D for ; Fri, 22 Mar 2002 22:56:17 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1005) id 0DD4D225C5; Fri, 22 Mar 2002 22:56:18 +0100 (CET) Date: Fri, 22 Mar 2002 22:56:18 +0100 From: Cliff Sarginson To: questions@FreeBSD.ORG Subject: Re: How to see files in user home directory Message-ID: <20020322215618.GH4940@raggedclown.net> References: <3.0.5.32.20020321093151.011ed5f0@mail.sage-one.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3.0.5.32.20020321093151.011ed5f0@mail.sage-one.net> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You have got a lot of complicated answers to a very simple question. The guys that made Unix decided that some files in the system were not very interesting to see in an "ls" listing. They decided that files that began with a dot "." would be a convention for such boring files. These were mostly files with static content, i.e. with information that did not change very often. Unfortunately this is not always the case. KDE designers please take note. Also the home directory and it's parent "." and ".." fall under this category. So to see them you should add the "-a' flag to ls. if yoou are the root user, some nutcase decided you would always want to see these boring files. So you dont need the -a then. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 14: 4: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from eamail1-out.unisys.com (eamail1-out.unisys.com [192.61.61.99]) by hub.freebsd.org (Postfix) with ESMTP id 95A4D37B404 for ; Fri, 22 Mar 2002 14:04:00 -0800 (PST) Received: from ih85.ea.unisys.com (ih85.ea.unisys.com [192.61.103.85]) by eamail1-out.unisys.com (8.9.3/8.9.3) with ESMTP id WAA15333 for ; Fri, 22 Mar 2002 22:03:04 GMT Received: from pythagorus.frf.unisys.com ([192.60.54.253]) by ih85.ea.unisys.com (8.9.3/8.9.3) with ESMTP id WAA04837 for ; Fri, 22 Mar 2002 22:03:58 GMT Received: from unisys.com (localhost.frf.unisys.com [127.0.0.1]) by pythagorus.frf.unisys.com (Postfix) with ESMTP id 801889B0B for ; Fri, 22 Mar 2002 17:01:25 -0500 (EST) Message-ID: <3C9BA9B4.5040508@unisys.com> Date: Fri, 22 Mar 2002 17:01:24 -0500 From: "doug.fee@unisys.com" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.3) Gecko/20010914 X-Accept-Language: en-us MIME-Version: 1.0 To: questions@freebsd.org Subject: Dell PowerEdge 1650 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi All, Does anyone know or tried to run FreeBSD on a Dell PowerEdge 1650? I'm pretty sure it would work, but I'm not sure about the dual embedded gigabit ethernet cards that come with it. I tried to find out exactly what they are, but to no avail. I'm thinking that maybe it is the Intel PRO/1000 XTs. But it is confusing since Dell offers them as add-on cards also. Any light on this issue would be greatly appreciated since I'm considering buying 7 of them... Thanks, Doug Fee Network Design Engineer Unisys Corporation doug.fee@unisys.com 502-226-2143 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 14: 8:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp015.mail.yahoo.com (smtp015.mail.yahoo.com [216.136.173.59]) by hub.freebsd.org (Postfix) with SMTP id 6DE4C37B41B for ; Fri, 22 Mar 2002 14:08:06 -0800 (PST) Received: from jogegabsd (AUTH login) at unknown (HELO anakin) (jogegabsd@216.230.149.249) by smtp.mail.vip.sc5.yahoo.com with SMTP; 22 Mar 2002 22:08:06 -0000 From: "jogegabsd" To: , Subject: RE: build a DHCP server Date: Fri, 22 Mar 2002 16:08:33 -0600 Message-ID: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG a more elaborated configuration file http://freebsd.peon.net/quickies/14/ HTH Gerardo > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Zhang Weiwu > Sent: Friday, March 22, 2002 2:01 PM > To: questions@freebsd.org > Subject: build a DHCP server > > > I'm trying to replace my Win2k server with another one running > FreeBSD for > some reason. This win2k server has been working as a lan DHCP for years, > now people won't be happy that they all have to change their IP config to > fit the new server. But handbook only covered the configuration of a DHCP > client. Where can i find information about starting DHCP service? > > Thank you. > > Never mail to this address. Mail to zhangweiwu@private.21cn.com > instead. I > only use this address for sending. > > > > _________________________________________________________________ > Ãâ·ÑÏÂÔØ MSN Explorer£ºhttp://explorer.msn.com/lccn/intl.asp¡£ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 14:13:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 7D29437B41D for ; Fri, 22 Mar 2002 14:13:41 -0800 (PST) Received: from hades.hell.gr (patr530-a104.otenet.gr [212.205.215.104]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2MMDbIg009157; Sat, 23 Mar 2002 00:13:38 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2MMDZbe034820; Sat, 23 Mar 2002 00:13:35 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2MLqn4r034601; Fri, 22 Mar 2002 23:52:49 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Fri, 22 Mar 2002 23:52:48 +0200 From: Giorgos Keramidas To: Lorin Lund Cc: questions@freebsd.org, Charles Burns Subject: Re: Advocacy help for CS professor Message-ID: <20020322215248.GB34474@hades.hell.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-03-22 10:35, Lorin Lund wrote: > IBM's experience with OS/360 that was recorded in the book about the man-month > being a myth (I don't remember the title) shows that communication overhead in > a large team eventually becomes unbearable. The mythical man month. Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 14:14: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from janeway.vonbek.dhs.org (bgm-24-24-79-198.stny.rr.com [24.24.79.198]) by hub.freebsd.org (Postfix) with ESMTP id 83E9237B41D for ; Fri, 22 Mar 2002 14:13:55 -0800 (PST) Received: by janeway.vonbek.dhs.org (Postfix, from userid 12347) id DEB3FE77B4D; Fri, 22 Mar 2002 17:15:09 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id DC3066A8C1D for ; Fri, 22 Mar 2002 17:15:09 -0500 (EST) Date: Fri, 22 Mar 2002 17:15:09 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: questions@FreeBSD.ORG Subject: Re: Dell PowerEdge 1650 In-Reply-To: <3C9BA9B4.5040508@unisys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Mar 2002, doug.fee@unisys.com wrote: > Date: Fri, 22 Mar 2002 17:01:24 -0500 > From: "doug.fee@unisys.com" > To: questions@FreeBSD.ORG > Subject: Dell PowerEdge 1650 > > Hi All, > > Does anyone know or tried to run FreeBSD on a Dell PowerEdge 1650? I'm > pretty sure it would work, but I'm not sure about the dual embedded > gigabit ethernet cards that come with it. I tried to find out exactly > what they are, but to no avail. I'm thinking that maybe it is the Intel > PRO/1000 XTs. But it is confusing since Dell offers them as add-on > cards also. > > Any light on this issue would be greatly appreciated since I'm > considering buying 7 of them... > > Thanks, > Doug Fee > Network Design Engineer > Unisys Corporation > doug.fee@unisys.com > 502-226-2143 > Why not just ask Dell to provide them with FreeBSD on them? heheBWAHAHAHAHAHAHAHHAAHA I kill me sometimes .... ...sniff, hhehehe, seriously - can you buy them w/o an opsys on them? If so, why not choose a different vendor wich will sell you servers with BSD on them or save some money and build your own? Just curious. |-John Bleichert----syborg@stny.rr.com----------------| |-------------------http://vonbek.dhs.org/latest.jpg--| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 14:14:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out0.mx.nwbl.wi.voyager.net (out0.mx.nwbl.wi.voyager.net [169.207.1.78]) by hub.freebsd.org (Postfix) with ESMTP id 5391237B41E for ; Fri, 22 Mar 2002 14:14:26 -0800 (PST) Received: from shell.core.com (IDENT:2525@shell.core.com [169.207.1.89]) by out0.mx.nwbl.wi.voyager.net (8.11.4/8.11.4/1.7) with ESMTP id g2MMFAg21918 for ; Fri, 22 Mar 2002 16:15:10 -0600 (CST) Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g2MMEPA04323 for ; Fri, 22 Mar 2002 16:14:25 -0600 (CST) Date: Fri, 22 Mar 2002 16:14:24 -0600 (CST) From: Steven Lake X-X-Sender: raiden@shell.core.com To: freebsd-questions@FreeBSD.ORG Subject: Mime Tools Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all. I'm needing to setup a server with Mime Tools because I need the MIME::Entity feature to send formmail emails with attachments. Where is it located at in the ports? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 14:19: 1 2002 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 0D86537B400 for ; Fri, 22 Mar 2002 14:18:53 -0800 (PST) Received: (from httpd@localhost) by aragorn.neomedia.it (8.11.4/8.11.4) id g2MMIVc21924; Fri, 22 Mar 2002 23:18:31 +0100 (CET) To: Lorin Lund Subject: Re: Advocacy help for CS professor Message-ID: <1016835511.3c9badb74132e@webmail.neomedia.it> Date: Fri, 22 Mar 2002 23:18:31 +0100 (CET) From: Salvo Bartolotta Cc: questions@freebsd.org, Charles Burns MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.4-cvs X-WebMail-Company: Neomedia s.a.s. X-Originating-IP: 62.98.162.210 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >>I have a CD professor who has a masters in CS and EET from a top 50 >>university yet is enveloped in the Microsoft way of life. While this isn't >>necessarily a bad thing, he is indirectly advocating Windows over Unix for >>all tasks based on knowledge from the Unix of years ago. Alot has changed! >>Showing him that Unix (BSD/Linux, etc) make a great server is easy, but Unix >>is now a great desktop platform as well. This is what I need help with. I >>have written several advocacy messages myself, but they are typically >>targeted to people setting up servers. >> >>I would like to make some specific arguments that will show him that Unix is >>worth giving a try, and if he doesn't like it, fine, his choice. He is >>willing to read what I have to say about it and listen to me as a peer, and >>considering his position as the head of the CS department, this could >>benefit FreeBSD and Unix in general (if you are interested in that sort of >>thing). >> >>This person has the following additude: >> >>- Microsoft has money, therefore can buy the best programmers, therefore has >>the best products. >> > >The argument that more money means more productivity (whether in quality or >volume) >has been amply shown to be false by labor union's inability to produce the >increased >performance they promise at the bargaining table. >Motivation comes from emotions. If people aren't excited about what they do >they will >inevitably give lackluster performance even if they have great potential. A low[er] pay, however, may have nasty [side] effects. :-) >The one more concept that I don't have particular figures for is that >academic success >is not always a sure indicator of ability to perform well in a working world >environment. I remember >being surprised at a study that showed how low the correlation is but I don't >have any recollection >of the source on that. On a loosely related note, several years ago (in 1991), H. Gardner wrote an illuminating book on the inability of the school system to provide actual education -- and 'actual' is the operative word. The book is entitled "The Unschooled Mind - How Children Think and How Schools Should Teach." Yet I think that in this case Gardner himself would be very surprised. :-)) It is truly amazing how little certain academics (?) [seem to have] read these days, viz. how limited their learning/culture (and Weltans^Wvision) may be. -- Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 14:20:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from www.superaje.com (superaje.com [209.87.239.72]) by hub.freebsd.org (Postfix) with ESMTP id 0662D37B419 for ; Fri, 22 Mar 2002 14:20:45 -0800 (PST) Received: from golgotha (dp-209-87-250-13.ottawa.storm.ca [209.87.250.13]) by www.superaje.com (8.11.6+Sun/8.11.6) with SMTP id g2MMKcO24444 for ; Fri, 22 Mar 2002 17:20:38 -0500 (EST) Message-ID: <005701c1d1f0$14511960$0401a8c0@tb2inc.net> Reply-To: "Josh Diakun" From: "Josh Diakun" To: Subject: CVSup Problems... Date: Fri, 22 Mar 2002 17:22:39 -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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I finally got the time to upgrade my FreeBSD box and am trying to do so using cvsup. But everytime I run it I keep getting a "Protocol negotiation failed:" error message, it doesnt matter what mirror I try to use. Now Ive tried running cvsup versions 16.1e and 16.1f but both still return that error. Here's some information that may be of some use: [17:51:06 - joshd] [~]$ uname -a FreeBSD canadian.tb2-inc.net 4.0-20000307-CURRENT #0: Wed Mar 8 00:14:33 GMT 2000 root@monster.cdrom.com:/usr/src/sys/compile/GENERIC i386 [17:51:06 - joshd] [~]$ cvsup -v CVSup client, GUI version Software version: REL_16_1 Protocol version: 16.1 http://www.polstra.com/projects/freeware/CVSup/ Report problems to cvsup-bugs@polstra.com my cvsup file looks like so... *default host=cvsup2.ca.freebsd.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4_5_0_RELEASE *default delete use-rel-suffix *default compress src-all Thanks in advance for any help as Im stuck against a wall with this problem. Sincerely, Josh Diakun ACPO Development Team Member http://www.antichildporn.org http://www.joshd.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 14:28:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from enigma.trueimpact.net (enigma.trueimpact.net [209.82.45.201]) by hub.freebsd.org (Postfix) with ESMTP id D4B9537B404 for ; Fri, 22 Mar 2002 14:28:42 -0800 (PST) Received: from groupofnine.org (unknown [209.82.45.200]) by enigma.trueimpact.net (Postfix) with ESMTP id 7681E66B11; Fri, 22 Mar 2002 17:28:31 -0500 (EST) Message-ID: <3C9BB00F.4030207@groupofnine.org> Date: Fri, 22 Mar 2002 17:28:31 -0500 From: Rick User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.9) Gecko/20020318 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "doug.fee@unisys.com" Cc: questions@freebsd.org Subject: Re: Dell PowerEdge 1650 References: <3C9BA9B4.5040508@unisys.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG doug.fee@unisys.com wrote: > Hi All, > > Does anyone know or tried to run FreeBSD on a Dell PowerEdge 1650? I'm > pretty sure it would work, but I'm not sure about the dual embedded > gigabit ethernet cards that come with it. I tried to find out exactly > what they are, but to no avail. I'm thinking that maybe it is the Intel > PRO/1000 XTs. But it is confusing since Dell offers them as add-on > cards also. > > Any light on this issue would be greatly appreciated since I'm > considering buying 7 of them... > > Thanks, > Doug Fee > Network Design Engineer > Unisys Corporation > doug.fee@unisys.com > 502-226-2143 > Hi Doug, Most vendors, especially when dealing with a rather large purchase, would gladly eat their own sh*t if they though it would make the deal. Tell them you want to test one out with FreeBSD before you buy the rest. You may have to sign something that holds you to buying the rest if it does work, but any BS reason filled with technical jargon will get you out of it :-) If they give you a hard time, just say that you know that brand XXX machines run FreeBSD with no problems. I usually get a test box before we buy any new machines, and most vendors are fine with it. Cheers -Rick ps - I did the same thing with a Dell laptop, and ended up buying five vaio's. Thank goodness for that test one :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 14:28:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from eamail1-out.unisys.com (eamail1-out.unisys.com [192.61.61.99]) by hub.freebsd.org (Postfix) with ESMTP id 7597B37B41B for ; Fri, 22 Mar 2002 14:28:48 -0800 (PST) Received: from ih85.ea.unisys.com (ih85.ea.unisys.com [192.61.103.85]) by eamail1-out.unisys.com (8.9.3/8.9.3) with ESMTP id WAA20009; Fri, 22 Mar 2002 22:27:45 GMT Received: from pythagorus.frf.unisys.com ([192.60.54.253]) by ih85.ea.unisys.com (8.9.3/8.9.3) with ESMTP id WAA06009; Fri, 22 Mar 2002 22:28:37 GMT Received: from unisys.com (localhost.frf.unisys.com [127.0.0.1]) by pythagorus.frf.unisys.com (Postfix) with ESMTP id 45C079B0B; Fri, 22 Mar 2002 17:26:04 -0500 (EST) Message-ID: <3C9BAF7C.2070605@unisys.com> Date: Fri, 22 Mar 2002 17:26:04 -0500 From: "doug.fee@unisys.com" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.3) Gecko/20010914 X-Accept-Language: en-us MIME-Version: 1.0 To: John Bleichert Cc: questions@FreeBSD.ORG Subject: Re: Dell PowerEdge 1650 References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thousand comedians out of work and you're trying to be funny...why not just answer the question.... Duh...I know that I can choose other vendors, however my corporation is a partner with Dell so I can get them cheaper than buying from someone else or building my own...as if I had the time anyway... John Bleichert wrote: >On Fri, 22 Mar 2002, doug.fee@unisys.com wrote: > >>Date: Fri, 22 Mar 2002 17:01:24 -0500 >>From: "doug.fee@unisys.com" >>To: questions@FreeBSD.ORG >>Subject: Dell PowerEdge 1650 >> >>Hi All, >> >>Does anyone know or tried to run FreeBSD on a Dell PowerEdge 1650? >> >I'm > >>pretty sure it would work, but I'm not sure about the dual embedded >>gigabit ethernet cards that come with it. I tried to find out exactly >> > >>what they are, but to no avail. I'm thinking that maybe it is the >> >Intel > >>PRO/1000 XTs. But it is confusing since Dell offers them as add-on >>cards also. >> >>Any light on this issue would be greatly appreciated since I'm >>considering buying 7 of them... >> >>Thanks, >>Doug Fee >>Network Design Engineer >>Unisys Corporation >>doug.fee@unisys.com >>502-226-2143 >> > >Why not just ask Dell to provide them with FreeBSD on them? > >heheBWAHAHAHAHAHAHAHHAAHA I kill me sometimes .... > >...sniff, hhehehe, seriously - can you buy them w/o an opsys on them? If > >so, why not choose a different vendor wich will sell you servers with >BSD >on them or save some money and build your own? > >Just curious. > >|-John Bleichert----syborg@stny.rr.com----------------| >|-------------------http://vonbek.dhs.org/latest.jpg--| > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" 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 Mar 22 14:33:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id 4C45D37B419 for ; Fri, 22 Mar 2002 14:33:38 -0800 (PST) Received: by peitho.fxp.org (Postfix, from userid 1206) id 81C1013667; Fri, 22 Mar 2002 17:33:32 -0500 (EST) Date: Fri, 22 Mar 2002 17:33:32 -0500 From: Bob Bomar To: questions@freebsd.org Subject: Grabing large nummbers of files and directories Message-ID: <20020322223332.GA54286@peitho.fxp.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9amGYk9869ThD9tj" Content-Disposition: inline User-Agent: Mutt/1.3.24i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I am wanting to grab a large number of files and directories from an ftp site. I have=20 tried fetch and ftp, but with no luck, does anybody have any suggestions? --=20 |------------------------------------| | Bob Bomar | | bulldog@fxp.org | | http://fly.homeunix.org/~bob | |=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D| | FreeBSD: The Power to Serve | | http://www.FreeBSD.org | |------------------------------------| --9amGYk9869ThD9tj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8m7E79Jm/aTrtdKoRAi+uAKChU5h/cDcBHaQL4xjmVxdQBgQ5/ACgiZjj h5pSSplmaeceKtwATaqTMns= =MHLA -----END PGP SIGNATURE----- --9amGYk9869ThD9tj-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 14:34:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from encephalon.de (p3E9E19D7.dip0.t-ipconnect.de [62.158.25.215]) by hub.freebsd.org (Postfix) with ESMTP id B95ED37B41A for ; Fri, 22 Mar 2002 14:34:09 -0800 (PST) Received: (from bsd@localhost) by encephalon.de (8.11.6/8.11.6) id g2MMZej44588 for freebsd-questions@freebsd.org; Fri, 22 Mar 2002 23:35:40 +0100 (CET) (envelope-from bsd) Date: Fri, 22 Mar 2002 23:35:38 +0100 From: Roger Kaputtnik To: freebsd-questions@freebsd.org Subject: Changes in FreeBSD 5 ? Message-ID: <20020322233538.A44567@encephalon.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi. Can someone please tell me what kind of changes will be in FreeBSD 5 ? What will be the main difference to the 4.x branch ? Or is there a webpage, URL ? Thanks a lot. Roger Kaputtnik -- encephalon.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 14:36:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id AFC8437B404 for ; Fri, 22 Mar 2002 14:36:16 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id 6E438901A00; Fri, 22 Mar 2002 17:34:56 -0500 (EST) Date: Fri, 22 Mar 2002 17:34:56 -0500 From: mpd To: G D McKee Cc: questions@freebsd.org Subject: Re: Upgrading Ported Apps + Dependant Ports Message-ID: <20020322173456.A24469@rochester.rr.com> References: <002b01c1d1e9$fc9bab10$c800a8c0@p1000> <20020322164815.A24186@rochester.rr.com> <004101c1d1ef$f4708bd0$c800a8c0@p1000> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <004101c1d1ef$f4708bd0$c800a8c0@p1000>; from freebsd@gdmckee.com on Fri, Mar 22, 2002 at 10:21:46PM -0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 22, 2002 at 10:21:46PM -0000, G D McKee wrote: > Hi > > Got the port installed and have read the man page and portupgrade doesn't > seem to exist anywhere on my system. I was going to do a portupgrade -ri > iconv? > > Am I doing anything wrong? That should be fine. > > Thanks for your previous reply. > > Gordon mike > > ----- Original Message ----- > From: "mpd" > To: "G D McKee" > Cc: > Sent: Friday, March 22, 2002 9:48 PM > Subject: Re: Upgrading Ported Apps + Dependant Ports > > > > On Fri, Mar 22, 2002 at 09:39:03PM +0000, G D McKee wrote: > > > Hi > > > > > > I have ran pkg_version -c and got a list of all the ports that are out > if > > > date. I have noticed that most of the library ports get looked for and > it > > > continues to use the old version. Is there a way of making a port and > > > telling it to upgrade the dependencies as well? > > > > The portupgrade port (/usr/ports/sysutils/portupgrade) has this > > functionality. I highly recommend it. > > > > > > > > Thanks in advance > > > > > > Gordon > > > > > > > mike > > -- > > ___________________________________________________________ > > > > "THESE WORDS - THEIR ASPECT WAS OBSCURE - I READ > > INSCRIBED ABOVE A GATEWAY AND I SAID: > > 'MASTER, THEIR MEANING IS DIFFICULT FOR ME.'" > > - Little Girl from "PLAYING HARD-TO-LISTEN-TO" > > > -- ___________________________________________________________ "SO YOU SEE, AMMONIA IS TRULY IS OWN BEST FRIEND!!!" - Little Girl from "THE FORBIDDEN CANDY" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 14:37:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 0533337B490 for ; Fri, 22 Mar 2002 14:37:20 -0800 (PST) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id A0AFDBD5F; Fri, 22 Mar 2002 14:37:19 -0800 (PST) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id OAA08532; Fri, 22 Mar 2002 14:37:19 -0800 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id g2MMaYn89852; Fri, 22 Mar 2002 14:36:34 -0800 (PST) (envelope-from swear@blarg.net) To: Rich Kulawiec Cc: questions@FreeBSD.ORG Subject: Re: Advocacy help for CS professor References: <20020322181450.GA21894@gsp.org> From: swear@blarg.net (Gary W. Swearingen) Date: 22 Mar 2002 14:36:33 -0800 In-Reply-To: <20020322181450.GA21894@gsp.org> Message-ID: Lines: 10 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Rich Kulawiec writes: > Key Internet technologies developed by Microsoft, 1980-present: Key? They're more interested in "lock". Like their innovation of inserting opening and closing quotes and other characters into the illegal values portion of the character sets of web pages which claim "charset=iso-8859-1" (instead of using HTML entities or another character set) so users of Microsoftware see the fancy quotes, etc, while others see "?" or "\222", as at the end of the OP's message. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 14:37:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from or1.inktomi.com (or1.inktomi.com [209.131.48.34]) by hub.freebsd.org (Postfix) with ESMTP id BF8E137B404 for ; Fri, 22 Mar 2002 14:37:10 -0800 (PST) Received: from inbox1.inktomi.com (inbox1.inktomi.com [209.131.48.26]) by or1.inktomi.com (Switch-2.1.0/Switch-2.1.0) with ESMTP id g2MMbDg08073 for ; Fri, 22 Mar 2002 14:37:13 -0800 (PST) Received: from JNELSONLAPTOP ([216.34.216.239]) by inbox1.inktomi.com (Netscape Messaging Server 4.1) with SMTP id GTEC5Y00.3KY for ; Fri, 22 Mar 2002 14:37:10 -0800 Message-ID: <009701c1d1f0$fe4474e0$efd822d8@JNELSONLAPTOP> From: "Jerry Nelson" To: Subject: SiS 900 Nic Chipset drivers: Mac address reporting 00:00:00:00:00:00 Date: Fri, 22 Mar 2002 14:29:12 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all...Im new to the board and wanted to say hello. I have been having an issue with an Asus motherboard that is based on the SiS 630 chipset. It has the integrated 10/100 (SiS900) nic and I have been having a problem that I found some references to in the archives but no solution. Basically the Nic is not reporting its Mac address to the OS. The driver reports the Mac Address on all 10 of these boards as 00:00:00:00:00:00 I have FreeBSD-4.5 installed on all of these systems. Has anyone worked out a fix for this yet? Thanks Jerry Nelson Performance Analysis Engineer Product Operations Division Inktomi Corporation To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 14:38:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from janeway.vonbek.dhs.org (bgm-24-24-79-198.stny.rr.com [24.24.79.198]) by hub.freebsd.org (Postfix) with ESMTP id BBE1637B41F for ; Fri, 22 Mar 2002 14:37:38 -0800 (PST) Received: by janeway.vonbek.dhs.org (Postfix, from userid 12347) id 7AD6DE77B4D; Fri, 22 Mar 2002 17:38:54 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id 769146A8C1D for ; Fri, 22 Mar 2002 17:38:54 -0500 (EST) Date: Fri, 22 Mar 2002 17:38:54 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: questions@FreeBSD.ORG Subject: Re: Dell PowerEdge 1650 In-Reply-To: <3C9BAF7C.2070605@unisys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Mar 2002, doug.fee@unisys.com wrote: > Date: Fri, 22 Mar 2002 17:26:04 -0500 > From: "doug.fee@unisys.com" > To: John Bleichert > Cc: questions@FreeBSD.ORG > Subject: Re: Dell PowerEdge 1650 > > Thousand comedians out of work and you're trying to be funny...why not > just answer the question.... > > Duh...I know that I can choose other vendors, however my corporation is > a partner with Dell so I can get them cheaper than buying from someone > else or building my own...as if I had the time anyway... > > Sorry, man - fresh beer after work on Friday (EST) - I couldn't resist. Laugh. My point(s) still stand(s). > John Bleichert wrote: > > >On Fri, 22 Mar 2002, doug.fee@unisys.com wrote: > > > >>Date: Fri, 22 Mar 2002 17:01:24 -0500 > >>From: "doug.fee@unisys.com" > >>To: questions@FreeBSD.ORG > >>Subject: Dell PowerEdge 1650 > >> > >>Hi All, > >> > >>Does anyone know or tried to run FreeBSD on a Dell PowerEdge 1650? > >> > >I'm > > > >>pretty sure it would work, but I'm not sure about the dual embedded > >>gigabit ethernet cards that come with it. I tried to find out exactly > >> > > > >>what they are, but to no avail. I'm thinking that maybe it is the > >> > >Intel > > > >>PRO/1000 XTs. But it is confusing since Dell offers them as add-on > >>cards also. > >> > >>Any light on this issue would be greatly appreciated since I'm > >>considering buying 7 of them... > >> > >>Thanks, > >>Doug Fee > >>Network Design Engineer > >>Unisys Corporation > >>doug.fee@unisys.com > >>502-226-2143 > >> > > > >Why not just ask Dell to provide them with FreeBSD on them? > > > >heheBWAHAHAHAHAHAHAHHAAHA I kill me sometimes .... > > > >...sniff, hhehehe, seriously - can you buy them w/o an opsys on them? If > > > >so, why not choose a different vendor wich will sell you servers with > >BSD > >on them or save some money and build your own? > > > >Just curious. > > > >|-John Bleichert----syborg@stny.rr.com----------------| > >|-------------------http://vonbek.dhs.org/latest.jpg--| > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > > > |-John Bleichert----syborg@stny.rr.com----------------| |-------------------http://vonbek.dhs.org/latest.jpg--| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 14:39:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from janeway.vonbek.dhs.org (bgm-24-24-79-198.stny.rr.com [24.24.79.198]) by hub.freebsd.org (Postfix) with ESMTP id EB83637B417 for ; Fri, 22 Mar 2002 14:39:16 -0800 (PST) Received: by janeway.vonbek.dhs.org (Postfix, from userid 12347) id D5D9EE77B4D; Fri, 22 Mar 2002 17:40:32 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id D50996A8C1D for ; Fri, 22 Mar 2002 17:40:32 -0500 (EST) Date: Fri, 22 Mar 2002 17:40:32 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: questions@FreeBSD.ORG Subject: Re: Grabing large nummbers of files and directories In-Reply-To: <20020322223332.GA54286@peitho.fxp.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Mar 2002, Bob Bomar wrote: > Date: Fri, 22 Mar 2002 17:33:32 -0500 > From: Bob Bomar > To: questions@FreeBSD.ORG > Subject: Grabing large nummbers of files and directories > > I am wanting to grab a large number of files > and directories from an ftp site. I have > tried fetch and ftp, but with no luck, does > anybody have any suggestions? > -- > |------------------------------------| > | Bob Bomar | > | bulldog@fxp.org | > | http://fly.homeunix.org/~bob | > |====================================| > | FreeBSD: The Power to Serve | > | http://www.FreeBSD.org | > |------------------------------------| > How about 'wget' or 'rsync' ? |-John Bleichert----syborg@stny.rr.com----------------| |-------------------http://vonbek.dhs.org/latest.jpg--| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 14:40:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from or1.inktomi.com (or1.inktomi.com [209.131.48.34]) by hub.freebsd.org (Postfix) with ESMTP id CE2E737B417 for ; Fri, 22 Mar 2002 14:40:54 -0800 (PST) Received: from inbox1.inktomi.com (inbox1.inktomi.com [209.131.48.26]) by or1.inktomi.com (Switch-2.1.0/Switch-2.1.0) with ESMTP id g2MMewg08140 for ; Fri, 22 Mar 2002 14:40:58 -0800 (PST) Received: from JNELSONLAPTOP ([216.34.216.239]) by inbox1.inktomi.com (Netscape Messaging Server 4.1) with SMTP id GTECC600.OKC; Fri, 22 Mar 2002 14:40:54 -0800 Message-ID: <00c301c1d1f1$83e263a0$efd822d8@JNELSONLAPTOP> From: "Jerry Nelson" To: "Bob Bomar" , References: <20020322223332.GA54286@peitho.fxp.org> Subject: Re: Grabing large nummbers of files and directories Date: Fri, 22 Mar 2002 14:32:57 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Have you tried wget? ----- Original Message ----- From: "Bob Bomar" To: Sent: Friday, March 22, 2002 2:33 PM Subject: Grabing large nummbers of files and directories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 14:41:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id A6A9137B400 for ; Fri, 22 Mar 2002 14:41:43 -0800 (PST) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id 58DFFBDB6; Fri, 22 Mar 2002 14:41:43 -0800 (PST) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id OAA10179; Fri, 22 Mar 2002 14:41:42 -0800 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id g2MMevj89908; Fri, 22 Mar 2002 14:40:57 -0800 (PST) (envelope-from swear@blarg.net) To: "help" Cc: Subject: Re: Requset for becoming one FTP mirror site of FreeBSD References: <001901c1d189$cdc5c6a0$3ff1718c@cis.nctu.edu.tw> From: swear@blarg.net (Gary W. Swearingen) Date: 22 Mar 2002 14:40:57 -0800 In-Reply-To: <001901c1d189$cdc5c6a0$3ff1718c@cis.nctu.edu.tw> Message-ID: Lines: 9 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "help" writes: > Dear hostmaster, If that doesn't work, please see http://www.freebsd.org/doc/en_US.ISO8859-1/articles/hubs/mirror-becomingofficial.html (titled "How to become an official FreeBSD mirror site") To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 14:48:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post-11.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F43137B404 for ; Fri, 22 Mar 2002 14:48:16 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post-11.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16oXpX-000BFP-00 for freebsd-questions@freebsd.org; Fri, 22 Mar 2002 22:48:15 +0000 Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [oz]) with ESMTP id 2BBE44880D for ; Fri, 22 Mar 2002 23:48:14 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1005) id 402AF225C5; Fri, 22 Mar 2002 23:48:15 +0100 (CET) Date: Fri, 22 Mar 2002 23:48:15 +0100 From: Cliff Sarginson To: freebsd-questions-en Subject: Re: Favorite Mail App? Message-ID: <20020322224815.GI4940@raggedclown.net> References: <20020322214909.1DA5DAB2A5@postfix1-2.free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020322214909.1DA5DAB2A5@postfix1-2.free.fr> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You see, ask a simple question, and people start talking about rocket science. I am a moron. But I mastered Mutt. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 14:50:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post-20.mail.nl.demon.net (post-20.mail.nl.demon.net [194.159.73.1]) by hub.freebsd.org (Postfix) with ESMTP id C940D37B400 for ; Fri, 22 Mar 2002 14:50:27 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post-20.mail.nl.demon.net with esmtp (Exim 3.35 #2) id 16oXre-0006qM-00 for freebsd-questions@freebsd.org; Fri, 22 Mar 2002 22:50:27 +0000 Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [oz]) with ESMTP id D884E4880D for ; Fri, 22 Mar 2002 23:50:25 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1005) id A9115225C5; Fri, 22 Mar 2002 23:50:26 +0100 (CET) Date: Fri, 22 Mar 2002 23:50:26 +0100 From: Cliff Sarginson To: freebsd-questions@freebsd.org Subject: Re: Quick reference to Unix API (besides man pages) Message-ID: <20020322225026.GJ4940@raggedclown.net> References: <20020321185957.B1020@dogma.freebsd-uk.eu.org> <20020321161720.V33574-100000@cactus.fi.uba.ar> <20020321192631.C1020@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020321192631.C1020@dogma.freebsd-uk.eu.org> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Or you could pay me. I sleep with API's -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 14:54:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post-11.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 68D0B37B419 for ; Fri, 22 Mar 2002 14:54:12 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post-11.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16oXvH-000BKR-00 for freebsd-questions@freebsd.org; Fri, 22 Mar 2002 22:54:11 +0000 Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [oz]) with ESMTP id 8DE014880D for ; Fri, 22 Mar 2002 23:54:10 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1005) id AC9F5225C5; Fri, 22 Mar 2002 23:54:11 +0100 (CET) Date: Fri, 22 Mar 2002 23:54:11 +0100 From: Cliff Sarginson To: freebsd-questions@freebsd.org Subject: Re: DB Authentication Message-ID: <20020322225411.GK4940@raggedclown.net> References: <20020319123257.H23375@sjt-u10.cisco.com> <20020319123717.6b13ab8c.Zapper@FoxChat.Net> <033c01c1cf6d$a44c8e30$2aa8a8c0@melim.com.br> <44it7squbm.fsf@be-well.ilk.org> <00b001c1d009$6a1f3e00$2aa8a8c0@melim.com.br> <443cytk4wl.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <443cytk4wl.fsf@be-well.ilk.org> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Mar 21, 2002 at 04:05:46PM -0500, Lowell Gilbert wrote: > "Ronan Lucio" writes: > > > I need to do this to create new options like, the user maintain his > > own account by himself, and I´ve been some tests with passwd file, > > but the passwd file have corrupted some times with simultaneous > > access. > > The password commands lock the passwd database themselves, so this > seems unlikely. > I am so glad to read you say this. Maybe the arsehole who told the world to use "vi' to update the password file may listen to another voice. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 14:55:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by hub.freebsd.org (Postfix) with ESMTP id 08C4B37B417 for ; Fri, 22 Mar 2002 14:55:14 -0800 (PST) Received: from evrtwa1-ar2-4-61-195-225.evrtwa1.vz.dsl.gtei.net ([4.61.195.225] helo=nimbus) by albatross.prod.itd.earthlink.net with smtp (Exim 3.33 #1) id 16oXw4-0005yg-00 for freebsd-questions@freebsd.org; Fri, 22 Mar 2002 14:55:00 -0800 Date: Fri, 22 Mar 2002 14:50:41 -0800 From: scott worley To: freebsd-questions@freebsd.org Subject: Where is /etc/X11 in XFree 4.2 port? Message-Id: <20020322145041.2b8c5ba9.folokai@earthlink.net> X-Mailer: Sylpheed version 0.7.0 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I just installed FreeBSD snapshots/i386/4.5-20020322-STABLE via floppy/ftp. Installed syssrc and rebuilt my kernel with i686, agp, pcm, smp, etc. rebooted Uncommented XFREE86_VERSION= 4 in /etc/make.conf. Built the png, jpeg and tiff ports. Built the XFree86-4 port, it's 4.2.0, by make all install clean. It finished with no errors on the screen. Unfortunately I didn't think to use script to save the build log. Did the files present in /etc/X11 get moved? Every time I have tried to build XFree 4.2 there are no config files in /etc/X11. pkg_info shows the following installed: XFree86-4.2.0_1,1 XFree86-FontServer-4.2.0 XFree86-Server-4.2.0_1 XFree86-clients-4.2.0_2 XFree86-documents-4.2.0 XFree86-font100dpi-4.2.0 XFree86-font75dpi-4.2.0 XFree86-fontCyrillic-4.2.0 XFree86-fontDefaultBitmaps-4.2.0 XFree86-fontEncodings-4.2.0 XFree86-fontScalable-4.2.0 XFree86-libraries-4.2.0_1 I checked each of the above with pkg_info -L trying to find where the config files are. The only config files present are at the default /usr/X11R6/lib/X11 directory. Any ideas? TIA, scott folokai@earthlink.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 15: 1:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post-11.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id A2ACE37B41A for ; Fri, 22 Mar 2002 14:59:01 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post-11.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16oXzw-000BSW-00 for freebsd-questions@freebsd.org; Fri, 22 Mar 2002 22:59:00 +0000 Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [oz]) with ESMTP id AF4554880D for ; Fri, 22 Mar 2002 23:58:59 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1005) id E6D3A225C5; Fri, 22 Mar 2002 23:59:00 +0100 (CET) Date: Fri, 22 Mar 2002 23:59:00 +0100 From: Cliff Sarginson To: freebsd-questions@freebsd.org Subject: Re: FreeBSD 4.5-R & LDAP Authentication Message-ID: <20020322225900.GL4940@raggedclown.net> References: <009101c1d153$d8734bd0$0a00a8c0@winter> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <009101c1d153$d8734bd0$0a00a8c0@winter> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Mar 21, 2002 at 08:44:13PM -0700, Sam Evans wrote: > Hello.. I know this has been asked several times in the past, as I have > searched through the archives. But, it seems like the question never really > gets answered. (Maybe that's a sign that it doesn't work?) > > I am trying to get LDAP User authentication working on a FreeBSD 4.5-R box. > I've compiled pam_ldap, but, what good is it without an nsswitch.conf type > of file? I've tried to compile nss_ldap, to no avail. > > Has anyone gotten LDAP User Authentication working on FreeBSD 4.x? And if > so, could you please post back how you got it to work? > I would love to know the answer to this question as well. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 15: 6: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from digitaldaemon.com (digitaldaemon.com [63.105.9.34]) by hub.freebsd.org (Postfix) with SMTP id BEE7337B41A for ; Fri, 22 Mar 2002 15:06:04 -0800 (PST) Received: (qmail 1201 invoked from network); 22 Mar 2002 23:06:28 -0000 Received: from unknown (HELO digitaldaemon.com) (192.168.0.73) by digitaldaemon.com with SMTP; 22 Mar 2002 23:06:28 -0000 Message-ID: <3C9BB81A.8050400@digitaldaemon.com> Date: Fri, 22 Mar 2002 18:02:50 -0500 From: Jan Knepper User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Web Interface to INN Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In case anyone is looking for a Web Interface to INN (news) check: http://www.newsadmin.com/ Direct Read News I just installed it and it works great! Unfortunately it does not come in Open Source, but oh well... Jan PS: I am not subscribed to freebsd-questions! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 15:16:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f204.law8.hotmail.com [216.33.241.204]) by hub.freebsd.org (Postfix) with ESMTP id 592BE37B419 for ; Fri, 22 Mar 2002 15:16:11 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 22 Mar 2002 15:16:11 -0800 Received: from 146.232.65.7 by lw8fd.law8.hotmail.msn.com with HTTP; Fri, 22 Mar 2002 23:16:11 GMT X-Originating-IP: [146.232.65.7] From: "Jan Botha" To: questions@FreeBSD.ORG Subject: **Strange message in dmesg** Date: Fri, 22 Mar 2002 23:16:11 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 22 Mar 2002 23:16:11.0355 (UTC) FILETIME=[8E0EDAB0:01C1D1F7] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I get the following message when I boot: ad0: 28629MB [58168/16/63] at ata0-master UDMA100 (null): MODE_SENSE_BIG command timeout - resetting ata1: resetting devices .. done After the first line is displayed, there is a delay and then the other two follow. The system boots fine and there are no other problems. I'm running FreeBSD 4.3 Is this something of concern? Please tell me what this message is trying to tell me. Thanx Jan _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 15:17: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from foo31-146.visit.se (foo31-146.visit.se [62.119.31.146]) by hub.freebsd.org (Postfix) with ESMTP id 1FC8837B400 for ; Fri, 22 Mar 2002 15:16:56 -0800 (PST) Received: (from martin@localhost) by foo31-146.visit.se (8.11.6/8.11.6) id g2MNGFx04157; Sat, 23 Mar 2002 00:16:15 +0100 (CET) (envelope-from martin) Date: Sat, 23 Mar 2002 00:16:15 +0100 From: Martin Karlsson To: Steven Lake Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Mime Tools Message-ID: <20020322231614.GB3647@foo31-146.visit.se> Mail-Followup-To: Martin Karlsson , Steven Lake , freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i X-PGP-Keyid: 0x9C924660 X-PGP-Fingerprint: 5970 BE22 2C33 4D8F 53FD 7E34 66FF 9332 9C92 4660 X-Editor: Vim http://www.vim.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Steven Lake [2002-03-22 16.14 -0600]: > Hi all. I'm needing to setup a server with Mime Tools because I > need the MIME::Entity feature to send formmail emails with attachments. > Where is it located at in the ports? In /usr/ports/mail/p5-MIME-Tools/ -- Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 15:22:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.wi.rr.com (fe3.rdc-kc.rr.com [24.94.163.50]) by hub.freebsd.org (Postfix) with ESMTP id 94BC837B400 for ; Fri, 22 Mar 2002 15:22:43 -0800 (PST) Received: from unxsys ([65.31.97.147]) by mail3.wi.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Fri, 22 Mar 2002 17:22:24 -0600 From: "Nick Lozinsky" To: Subject: Sound in release 4.5 Date: Fri, 22 Mar 2002 17:22:39 -0600 Message-ID: <000601c1d1f8$78c8e190$93611f41@unxsys> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C1D1C6.2E2E7190" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C1D1C6.2E2E7190 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I've had problems with 4.0 release and a built in sound card, Is there any major differences as far as sound goes in 4.5, Anyhow, is there an option to enable my kernel to learn of My built-in sound card? ------=_NextPart_000_0007_01C1D1C6.2E2E7190 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

I’ve had problems with 4.0 release and a built in sound card,

Is there any major differences as far as sound goes = in 4.5,

Anyhow, is there an option to enable my kernel to = learn of

My built-in sound card?

------=_NextPart_000_0007_01C1D1C6.2E2E7190-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 15:24: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ler-freebie.iadfw.net (ler-freebie.iadfw.net [206.66.13.221]) by hub.freebsd.org (Postfix) with ESMTP id C0B2237B400 for ; Fri, 22 Mar 2002 15:23:59 -0800 (PST) Received: from ler-freebie.iadfw.net (localhost [127.0.0.1]) by ler-freebie.iadfw.net (8.11.6/8.11.6) with SMTP id g2MNNwT32984; Fri, 22 Mar 2002 17:23:58 -0600 (CST) (envelope-from ler@lerctr.org) Date: Fri, 22 Mar 2002 17:23:58 -0600 From: Larry Rosenman To: "Nick Lozinsky" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sound in release 4.5 Message-Id: <20020322172358.299dccb8.ler@lerctr.org> In-Reply-To: <000601c1d1f8$78c8e190$93611f41@unxsys> References: <000601c1d1f8$78c8e190$93611f41@unxsys> X-Mailer: Sylpheed version 0.7.4claws (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Mar 2002 17:22:39 -0600 "Nick Lozinsky" wrote: > I've had problems with 4.0 release and a built in sound card, > Is there any major differences as far as sound goes in 4.5, > Anyhow, is there an option to enable my kernel to learn of > My built-in sound card? > options PNPBIOS 4.5 has the "newpcm" driver, and knows about a LOT of sound cards. LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 15:32:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from Amelia.bsdprophet.org (cherry46.theshop.net [63.67.33.111]) by hub.freebsd.org (Postfix) with ESMTP id ABED037B417; Fri, 22 Mar 2002 15:32:16 -0800 (PST) Received: (from scott@localhost) by Amelia.bsdprophet.org (8.11.6/8.11.6) id g2MNWKx62474; Fri, 22 Mar 2002 17:32:20 -0600 (CST) (envelope-from scott) Date: Fri, 22 Mar 2002 17:32:20 -0600 From: GORMLEY@SHRSYS.HSLC.ORG To: questions@freebsd.org Cc: newbies@freebsd.org Subject: [GORMLEY@SHRSYS.HSLC.ORG: Printing works, but only after manually starting lpd] Message-ID: <20020322233220.GA62133@bsdprophet.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="ikeVEW9yuYc//A+q" Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Forwarded to questions where it should have been in the first place. --ikeVEW9yuYc//A+q Content-Type: message/rfc822 Content-Disposition: inline Received: from localhost (localhost.bsdprophet.org [127.0.0.1]) by Amelia.bsdprophet.org (8.11.6/8.11.6) with ESMTP id g2MMg3u62296 for ; Fri, 22 Mar 2002 16:42:04 -0600 (CST) (envelope-from owner-freebsd-newbies@FreeBSD.ORG) Received: from jules.zqc.com [63.145.171.22] by localhost with IMAP (fetchmail-5.9.6) for scott@localhost (single-drop); Fri, 22 Mar 2002 16:42:04 -0600 (CST) Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by jules.zqc.com (8.11.6/8.11.6) with ESMTP id g2MMhQB57121 for ; Fri, 22 Mar 2002 15:43:26 -0700 (MST) (envelope-from owner-freebsd-newbies@FreeBSD.ORG) Received: from hub.freebsd.org (hub.FreeBSD.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id CDBFB5568A; Fri, 22 Mar 2002 14:41:47 -0800 (PST) (envelope-from owner-freebsd-newbies@FreeBSD.ORG) Received: by hub.freebsd.org (Postfix, from userid 538) id DFF0837B404; Fri, 22 Mar 2002 14:41:45 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with SMTP id A1EB32E801D; Fri, 22 Mar 2002 14:41:45 -0800 (PST) Received: by hub.freebsd.org (bulk_mailer v1.12); Fri, 22 Mar 2002 14:41:45 -0800 Delivered-To: freebsd-newbies@freebsd.org Received: from shrsys.hslc.org (SHRSYS.HSLC.ORG [192.100.94.3]) by hub.freebsd.org (Postfix) with ESMTP id 3F39537B417 for ; Fri, 22 Mar 2002 14:41:31 -0800 (PST) Received: from SHRSYS.HSLC.ORG by SHRSYS.HSLC.ORG (PMDF V5.2-32 #39799) id <01KFO2RX4AWG92036H@SHRSYS.HSLC.ORG> for freebsd-newbies@freebsd.org; Fri, 22 Mar 2002 17:36:09 EST Date: Fri, 22 Mar 2002 17:03:09 -0500 (EST) From: "Dennis J. Gormley" Subject: Printing works, but only after manually starting lpd To: freebsd-newbies@FreeBSD.ORG Cc: GORMLEY@SHRSYS.HSLC.ORG Reply-To: GORMLEY@SHRSYS.HSLC.ORG Message-id: <01KFO44JDX0K92036H@SHRSYS.HSLC.ORG> MIME-version: 1.0 Content-type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-freebsd-newbies@FreeBSD.ORG List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Precedence: bulk Hello; I apologize for the length of this post, but I wanted to include all the relevant information. As a preamble, I've been working on this problem for a couple of weeks; I've been checking out the handbook, posting to the newsgroups, and checked groups.google.com in case these questions were already answered. They may well have been, but I couldn't find the answers :( I have a Dell Dimension system running FreeBSD for which Netscape will be the primary application. I have attached an HP 940c printer. I've installed the current port of ghostscript-afpl, and can print from Netscape, after a fashion, but it needs to be a lot less hands on before I can deploy the workstation. When I click on File|Print in Netscape, the dialog box comes up. The print command is notated as lpr -P hpijs, although I've tried it with lp as well. When I click on OK, I get small window in the center of the screen labeled Netscape: subprocess diagnostics (stdout/stderr) that says lpr: connect: no such file or directory jobs queued, but cannot start daemon When I go to the # prompt and type lpd, the page prints with error messages. So I abandon Netscape, and go back to the # prompt. I issued the command #lpr -P lp .profile and got the error messages: lpr: connect: no such file or directory jobs queued, but cannot start daemon which are the same messages I get when I print out of Netscape. So I go to check the spool directory and find the files cfA012sci.hslc.org and dfA012sci.hslc.org in /var/spool/lpd So I type lpd at same prompt. I get the error messages Mar 21 11:20:44 sci lpd[280]: lp: filter 'f' terminated (termsig=35) Mar 21 11:20:44 sci lpd[280]: lp: job could not be printed (cfA012sci.hslc.org) BUT THE PAGE PRINTED! In /var/spool/lpd, files cfA012sci.hslc.org and dfA012sci.hslc.org disappear, but file lock appears, with contents 280 cfA012sci.hslc.org Here are the relevant files, etc: sci# uname -a FreeBSD sci.hslc.org 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Jul 23 10:17:25 EDT 2001 root@accesspa.state.pa.us:/usr/src/sys/compile/GENERIC i386 sci # gs -h AFPL Ghostscript 7.03 (2001-10-20) Copyright (C) 2001 artofcode LLC, Benicia, CA. All rights reserved. Usage: gs [switches] [file1.ps file2.ps ...] Most frequently used switches: (you can use # in place of =) -dNOPAUSE no pause after page | -q `quiet', fewer messages -gx page size in pixels | -r pixels/inch resolution -sDEVICE= select device | -dBATCH exit after last file -sOutputFile= select output file: - for stdout, |command for pipe, embed %d or %ld for page # Input formats: PostScript PostScriptLevel1 PostScriptLevel2 PDF Available devices: stp uniprint deskjet djet500 cdeskjet cdjcolor cdjmono cdj550 cdj670 cdj850 cdj880 cdj890 cdj1600 cdj970 pjxl300 pcl3 hpdj ijs jpeg jpeggray pdfwrite bbox psmono psgray psrgb pswrite epswrite nullpage Search path: . : /usr/local/share/ghostscript/7.03/lib : /usr/local/share/ghostscript/fonts For more information, see /usr/local/share/ghostscript/7.03/doc/Use.htm. Report bugs to bug-gs@ghostscript.com, using the form in Bug-form.htm. sci# more /etc/printcap lp|hpijs|hp|hp940c|hpdj940c:\ :sh:\ :sd=/var/spool/lpd:\ :lp=/dev/lpt0:\ :lf=/var/log/lpd-errs:\ :if=/usr/local/libexec/hpijsif: exit sci# more /usr/local/libexec/hpijsif #!/bin/sh # hpijsif - Ghostscript simulated Postscript for HP Ink Jet Server (ijs) # /usr/local/libexec/hpijsif printf "\033&k2G" || exit 2 read first_line first_two_chars=`expr "$first_line" : '\(..\)'` if [ "$first_two_chars" = "%!" ]; then # PostScript job, print it. exec 3>&1 1>&2 /usr/local/bin/gs -dSAFER -dNOPAUSE -q \ -sDEVICE=ijs \ -sIjsServer="/usr/local/bin/hpijs" \ -dIjsUseOutputFD \ -sDeviceManufacturer="HEWLETT-PACKARD" \ -sDeviceModel="DESKJET 940c" \ -sOutputFile=/dev/fd/3 - && exit 0 else # Plain text, convert it, then print it. echo $first_line && cat && printf "\033&l0H" && exit 0 fi exit 2 sci# dmesg Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.2-RELEASE #0: Mon Jul 23 10:17:25 EDT 2001 root@accesspa.state.pa.us:/usr/src/sys/compile/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (930.32-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 Features=0x383f9ff real memory = 268173312 (261888K bytes) config> di sn0 config> di lnc0 config> di ie0 config> di fe0 config> di ed0 config> di cs0 config> di bt0 config> di aic0 config> di aha0 config> di adv0 config> q avail memory = 256827392 (250808K bytes) pnpbios: Bad PnP BIOS data checksum Preloaded elf kernel "kernel" at 0xc0436000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc043609c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 pcib2: at device 30.0 on pci0 pci2: on pcib2 xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xdc00-0xdc7f mem 0xff9ffc00-0xff9f fc7f irq 3 at device 9.0 on pci2 xl0: Ethernet address: 00:01:03:d6:29:c8 miibus0: on xl0 xlphy0: <3c905C 10/100 internal PHY> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pci2: (vendor=0x1102, dev=0x0002) at 12.0 irq 9 pci2: (vendor=0x1102, dev=0x7002) at 12.1 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 31.1 on pci 0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xef80-0xef9f irq 10 at device 31.2 on pci0 uhci0: (New UHCI DeviceId=0x24428086) usb0: on uhci0 usb0: USB revision 1.0 uhub0: (0x24428086) UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered pci0: (vendor=0x8086, dev=0x2443) at 31.3 irq 9 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppbus0: IEEE1284 device found /NIBBLE/ECP Probing for PnP devices on ppbus0: ppbus0: MLC,PCL,PML plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 ad0: 38166MB [77545/16/63] at ata0-master UDMA100 acd0: DVD-ROM at ata1-master using PIO4 Mounting root from ufs:/dev/ad0s1a pid 142 (chkprintcap), uid 0: exited on signal 11 (core dumped) pid 143 (lpd), uid 0: exited on signal 11 (core dumped) xl0: promiscuous mode enabled sci# more /etc/rc.conf # This file now contains just the overrides from /etc/defaults/rc.conf # please make all changes to this file. lpd_enable="YES" sendmail_enable="NO" gateway_enable="YES" sshd_enable="YES" inetd_enable="YES" usbd_enable="YES" moused_enable="YES" # -- sysinstall generated deltas -- # #ifconfig_xl0="inet 192.168.2.7 netmask 255.255.255.0" ifconfig_xl0="inet 192.100.94.156 netmask 255.255.255.0" #defaultrouter="192.168.2.1" #defaultrouter="192.168.2.3" defaultrouter="192.100.94.5" #hostname="sci.brodart.com" hostname="sci.hslc.org" Relevant part of GENERIC (I think . . . ) # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt0 at isa? port? tty irq 7 vector lprinter # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message --ikeVEW9yuYc//A+q-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 15:37: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by hub.freebsd.org (Postfix) with SMTP id 183A637B404 for ; Fri, 22 Mar 2002 15:36:58 -0800 (PST) Received: (qmail 399 invoked from network); 22 Mar 2002 23:36:56 -0000 Received: from dsl092-171-091.wdc1.dsl.speakeasy.net (66.92.171.91) by dsl092-171-091.wdc1.dsl.speakeasy.net with SMTP; 22 Mar 2002 23:36:56 -0000 Date: Fri, 22 Mar 2002 18:36:56 -0500 (EST) From: Kenneth Culver To: Roger Kaputtnik Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Changes in FreeBSD 5 ? In-Reply-To: <20020322233538.A44567@encephalon.de> Message-ID: <20020322183150.M369-100000@alpha.yumyumyum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm sure somebody will correct me if I'm wrong, but I think the main changes include: 1) the SMPng project. This basically makes it so that SMP machines can run the kernel on more than one CPU at a time. This should eventually increase performance on SMP machines. 2) The KSE project. This basically reworks how threaded processes are handled and introduces a form of kernel threading. It is not EXACTLY kernel threading, but to simplify the explanation, this is what I'm calling it. It'll basically improve the performance of threaded apps. 3) As far as I know, 5.0's kernel threads will be preempted. (This is basically a pre-empted kernel. Right now only userland processes can are using preempted multitasking) There are tons of other changes, but I think these are the major ones... maybe someone can add to this/correct me... Ken On Fri, 22 Mar 2002, Roger Kaputtnik wrote: > Hi. > > Can someone please tell me what kind of changes will be in FreeBSD 5 ? > What will be the main difference to the 4.x branch ? > Or is there a webpage, URL ? > > Thanks a lot. > > Roger Kaputtnik > -- > encephalon.de > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 22 15:37:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from reality.carlan.co.uk (pc-62-31-234-8-se.blueyonder.co.uk [62.31.234.8]) by hub.freebsd.org (Postfix) with ESMTP id 7BA1437B417 for ; Fri, 22 Mar 2002 15:37:08 -0800 (PST) Received: (from flamer@localhost) by reality.carlan.co.uk (8.11.6/8.11.6) id g2MNene13871 for freebsd-questions@FreeBSD.ORG; Fri, 22 Mar 2002 23:40:49 GMT Date: Fri, 22 Mar 2002 23:40:49 +0000 From: Rob F To: freebsd-questions@FreeBSD.ORG Subject: Newbie: Problems with natd Message-ID: <20020322234049.A13845@meldrew.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm new to FreeBSD and I am trying to setup a port forward to go to an internal machine. I have read the natd man page and it hasen't made much sense to me. I run the command as stated in the FreeBSD Handbook natd -redirect_port tcp 192.168.0.1:25 25 and I get the error 'natd: aliasing address not given' so I then tried natd -redirect_port tcp 192.168.0.1:25 25 -interface rl0 and I then get the error 'natd: Unable to bind divert socket.: Address already in use' What am I doing wrong? TIA -- Rob F * "Sometimes I wake up grumpy, and sometimes I just let her sleep." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 15:38: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from prserv.net (out2.prserv.net [32.97.166.32]) by hub.freebsd.org (Postfix) with ESMTP id 0EF4637B432 for ; Fri, 22 Mar 2002 15:37:41 -0800 (PST) Received: from foo.bar ([12.65.42.99]) by prserv.net (out2) with ESMTP id <2002032223373820205q8kqae>; Fri, 22 Mar 2002 23:37:39 +0000 Received: (from mikeirw@localhost) by foo.bar (8.11.6/8.11.6) id g2MNeZT16696; Fri, 22 Mar 2002 18:40:35 -0500 (EST) (envelope-from mikeirw) Date: Fri, 22 Mar 2002 18:40:35 -0500 From: Mike Irwin To: Jud , freebsd-questions@freebsd.org Subject: Re: Sound card and kernel config Message-ID: <20020322184035.C16545@foo.bar> References: <20020322124830.31242.qmail@operamail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020322124830.31242.qmail@operamail.com>; from jud@operamail.com on Fri, Mar 22, 2002 at 07:48:30AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jud wrote: > I also have a SB 16 PCI. In the kernel I have device pcm - > that's it. Then, once you (re)recompile your kernel, cd > /dev and sh MAKEDEV snd0. That should take care of it. I've tried this, but still no dice. When I attempt to play an MP3 with XMMS, the machine locks up immediately, forcing me to have to reboot. If I try to play the same file with mpg123, it starts to play for about 30 seconds, and then locks up the system, with a high-pitched ring being constantly emitted from my speakers. Any ideas? -- Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 15:46:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 1nova.com (heorot.1nova.com [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id 68FD637B4B9 for ; Fri, 22 Mar 2002 15:46:29 -0800 (PST) Received: by 1nova.com (Postfix, from userid 1000) id 556A818F7; Fri, 22 Mar 2002 16:46:14 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by 1nova.com (Postfix) with ESMTP id 43DB518F6; Fri, 22 Mar 2002 16:46:14 -0800 (PST) Date: Fri, 22 Mar 2002 16:46:14 -0800 (PST) From: Rick Hamell To: Mike Irwin Cc: Jud , freebsd-questions@freebsd.org Subject: Re: Sound card and kernel config In-Reply-To: <20020322184035.C16545@foo.bar> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > I also have a SB 16 PCI. In the kernel I have device pcm - > > that's it. Then, once you (re)recompile your kernel, cd > > /dev and sh MAKEDEV snd0. That should take care of it. > > I've tried this, but still no dice. When I attempt to play an MP3 with > XMMS, the machine locks up immediately, forcing me to have to reboot. > If I try to play the same file with mpg123, it starts to play for about > 30 seconds, and then locks up the system, with a high-pitched ring being > constantly emitted from my speakers. Any ideas? It's an IRQ conflict... usually with your video. You might want to change PNP OS to off in the BIOS. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 15:47:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from linuxmail.touchtunes.com (operator.touchtunes.com [216.94.139.201]) by hub.freebsd.org (Postfix) with ESMTP id 56A7B37B417 for ; Fri, 22 Mar 2002 15:47:35 -0800 (PST) Received: from sunder.touchtunes.com (sunder.touchtunes.com [192.168.0.26]) by linuxmail.touchtunes.com (8.9.3/8.8.7) with ESMTP id SAA10147; Fri, 22 Mar 2002 18:47:49 -0500 Received: (from dinjo@localhost) by sunder.touchtunes.com (8.11.6/8.11.6) id g2MNlHI54764; Fri, 22 Mar 2002 18:47:17 -0500 (EST) (envelope-from dinjo) Date: Fri, 22 Mar 2002 18:47:17 -0500 From: Joel Dinel To: Kenneth Culver Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Changes in FreeBSD 5 ? Message-ID: <20020322184717.A54742@sunder.touchtunes.com> Mail-Followup-To: Joel Dinel , Kenneth Culver , freebsd-questions@FreeBSD.ORG References: <20020322233538.A44567@encephalon.de> <20020322183150.M369-100000@alpha.yumyumyum.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020322183150.M369-100000@alpha.yumyumyum.org>; from culverk@alpha.yumyumyum.org on Fri, Mar 22, 2002 at 06:36:56PM -0500 X-Useless-Header: Look ma, it's a # sign! X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 22, 2002 at 06:36:56PM -0500, Kenneth Culver wrote: > There are tons of other changes, but I think these are the major ones... > maybe someone can add to this/correct me... ---end quoted text--- IIRC, FreeBSD 5.0 should sport DevFS! -- Joel Dinel System Administrator TouchTunes Digital Jukebox, Inc. GnuPG key : http://lysander.mine.nu/~kint/mykey.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 15:51: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post-11.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id F125A37B400 for ; Fri, 22 Mar 2002 15:51:01 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post-11.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16oYoH-000C5N-00 for questions@freebsd.org; Fri, 22 Mar 2002 23:51:01 +0000 Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [oz]) with ESMTP id 1E3F64880D for ; Sat, 23 Mar 2002 00:51:00 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1005) id E914A225C5; Sat, 23 Mar 2002 00:51:00 +0100 (CET) Date: Sat, 23 Mar 2002 00:51:00 +0100 From: Cliff Sarginson To: questions@freebsd.org Subject: Re: Advocacy help for CS professor Message-ID: <20020322235100.GN4940@raggedclown.net> References: <1016835511.3c9badb74132e@webmail.neomedia.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1016835511.3c9badb74132e@webmail.neomedia.it> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This question has really lit a spark. To the questioner, show him the variety of answers. Sadly it is not good enough to say Microsoft is the invention of a rich boy with nothing better to do (than pretend he wrote GWBasic, which he did not). It is not good enough to say Microsoft has broken laws, has lied, has made it's OS inoperable, wtihout IE, has tied people's hands together. That it is coroborating with the extinction of your rights. It is not good enough to tell anyone that the blue screen of death was considered acceptable by Mr Gates. That Windows NT a stable version of Windows was written by ex-DEC people. That not one line of it's code has anything to do with DOS. That *no-one* in Microsoft has access to the complete source code for any of their OS'es. That the programmers there are working blind to what the other programmers are doing. No-one is telling you that Unix was one man's idea. He wanted an OS he didn't have to fight. He also wanted to publish some stuff. (Ok, let's face it nroff is unforgiveable). no-one is telling you that Unix is free. Not the arsholic versions that Sun have come up with, that seems to require permission from NIS before you blow your nose. Or the HP-UX C Compiler that decides a misplaced cast makes something an lvalue, when it is not. Or the amazing version of Unix that Bull came up with (called Spix..there's a great marketing ploy for you) that I had the dubious pleasure of writing TCP/IP programs for and wondered why FIN-WAITS seemed to hang around for days on end. (Oh and Emacs caused kernel panics as well). On the other hand Unix has attracted some of the most intellignt minds in the computer biz. There are people out there writing this stuff, earning squat from it. Within days of a security alert there is a fix. That is the crucial difference. Microsoft wants shareholders. Open source programmers want the damn thing to work. And if anyone has a firewall that they want to give me. please email me. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 15:57:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl4-t33.citlink.net [207.173.249.33]) by hub.freebsd.org (Postfix) with ESMTP id A66FD37B417 for ; Fri, 22 Mar 2002 15:57:12 -0800 (PST) Received: from bigdaddy (bigdaddy [192.168.1.3]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 94354EE609 for ; Fri, 22 Mar 2002 15:57:06 -0800 (PST) Message-ID: <02f801c1d1fd$45835310$0301a8c0@bigdaddy> From: "Drew Tomlinson" To: References: <024f01c1d1d9$7fc4b1f0$0301a8c0@bigdaddy> Subject: Restore Dependency in pkgdb? Date: Fri, 22 Mar 2002 15:57:06 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry, forgot to include a subject with my previous entry ----- Original Message ----- How can I add a dependency that I deleted during pkgdb -F? I deleted the libgnugetopt-1.1 dependency for php4-4.1.2 and would like to put it back. I read the man page for pkgdb but missed any clues if they were in there. I looked in /var/db/pkg and found subdirs corresponding to packages that are installed. Thus, I looked in /var/db/pkg/php4-4.1.2 and found these files: blacklamb# ll total 3 -rw-r--r-- 1 root wheel 29 Mar 22 08:39 +COMMENT -rw-r--r-- 1 root wheel 543 Mar 22 08:44 +CONTENTS -rw-r--r-- 1 root wheel 128 Mar 22 08:39 +DESC I suspect the +CONTENTS file holds the key as it contains this line: @comment DELETED:pkgdep libgnugetopt-1.1 All the other dependencies have 'comment' replaced with 'pkgdep' so I decided to try and edit the file but edit says "file not found". I've also tried surrounding the file name with "s and escaping out the + but same result. What do I need to do? Thanks, Drew > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 22 15:58: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sccmmhc01.mchsi.com (sccmmhc01.mchsi.com [204.127.203.183]) by hub.freebsd.org (Postfix) with ESMTP id 891E537B417 for ; Fri, 22 Mar 2002 15:57:55 -0800 (PST) Received: from there ([12.218.70.104]) by sccmmhc01.mchsi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020322235754.GEQO1219.sccmmhc01.mchsi.com@there>; Fri, 22 Mar 2002 23:57:54 +0000 Content-Type: text/plain; charset="iso-8859-1" From: Mark Hummel To: freebsd-questions@freebsd.org Subject: Test Message, I'm not posting for some reason Date: Fri, 22 Mar 2002 18:02:28 -0600 X-Mailer: KMail [version 1.3] Cc: mhumm2@mchsi.com MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020322235754.GEQO1219.sccmmhc01.mchsi.com@there> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is just a test message to see if my BSD machine is actually posting to the mailing list. Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 16: 5:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from janeway.vonbek.dhs.org (bgm-24-24-79-198.stny.rr.com [24.24.79.198]) by hub.freebsd.org (Postfix) with ESMTP id E49AD37B400 for ; Fri, 22 Mar 2002 16:05:49 -0800 (PST) Received: by janeway.vonbek.dhs.org (Postfix, from userid 12347) id 3BFEDE77B50; Fri, 22 Mar 2002 19:07:05 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id 398636A8C1D for ; Fri, 22 Mar 2002 19:07:05 -0500 (EST) Date: Fri, 22 Mar 2002 19:07:05 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: questions@FreeBSD.ORG Subject: Re: Advocacy help for CS professor In-Reply-To: <20020322235100.GN4940@raggedclown.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 23 Mar 2002, Cliff Sarginson wrote: < .. major snippage .. > > That is the crucial difference. Microsoft wants shareholders. Open > source programmers want the damn thing to work. <...> > Regards > Cliff Sarginson -- Well said. |-John Bleichert----syborg@stny.rr.com----------------| |-------------------http://vonbek.dhs.org/latest.jpg--| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 16: 7:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sccmmhc01.mchsi.com (sccmmhc01.mchsi.com [204.127.203.183]) by hub.freebsd.org (Postfix) with ESMTP id C8A8237B482 for ; Fri, 22 Mar 2002 16:07:28 -0800 (PST) Received: from there ([12.218.70.104]) by sccmmhc01.mchsi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020323000728.GGZX1219.sccmmhc01.mchsi.com@there>; Sat, 23 Mar 2002 00:07:28 +0000 Content-Type: text/plain; charset="iso-8859-1" From: Mark Hummel To: freebsd-questions@freebsd.org Subject: No Sound; Pls Help Date: Fri, 22 Mar 2002 18:12:02 -0600 X-Mailer: KMail [version 1.3] Cc: mhumm2@mchsi.com MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020323000728.GGZX1219.sccmmhc01.mchsi.com@there> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I own a Crystal CS4280 PCI card and it's properly installed in my computer. As per the Handbook I've added the following lines to my kernel: device pcm device csa After compiling, making x2, and installing, I rebooted the machine to invoke the new kernel. # cat /dev/sndstat FreeBSD Audio Driver (newpcm) Dec 31 2001 12:07:00 Installed devices: pcm0: at irq 5 (1p/1r/0v channels duplex) dmesg | grep pcm pcm0: on csa0 So I created the device nodes for snd0 When I startx to KDE 2.2, I have no sound and infact get the following error message: Sound server fatal error: /tmp/mcop-mark is not owned by user Does this have anything to do with the fact that I logged in as Mark then su to root? Any suggestions on how to get my sound up and running would be greately appreciated. Thanks Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 16: 9:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl4-t33.citlink.net [207.173.249.33]) by hub.freebsd.org (Postfix) with ESMTP id 9BCF837B417 for ; Fri, 22 Mar 2002 16:09:11 -0800 (PST) Received: from bigdaddy (bigdaddy [192.168.1.3]) by blacklamb.mykitchentable.net (Postfix) with SMTP id C9B2DEE609; Fri, 22 Mar 2002 16:09:10 -0800 (PST) Message-ID: <031601c1d1fe$f528e180$0301a8c0@bigdaddy> From: "Drew Tomlinson" To: "ScaryG" , "Joel Dinel" Cc: "FreeBSD Questions" References: <20020322122331.A23301@ns.museum.rain.com><20020322153205.79c9b60c.freymann@scaryg.shacknet.nu><20020322153638.A53344@sunder.touchtunes.com> <20020322154201.3ef87180.freymann@scaryg.shacknet.nu> Subject: Re: mx2.freebsd.org listed in orbz? Date: Fri, 22 Mar 2002 16:09:10 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "ScaryG" To: "Joel Dinel" Cc: "FreeBSD Questions" Sent: Friday, March 22, 2002 12:42 PM Subject: Re: mx2.freebsd.org listed in orbz? > On Fri, 22 Mar 2002 15:36:38 -0500 > Joel Dinel wrote: > > > > But you missed the story that started Wed about obrz.org CLOSING! :-) > > > > They're not closing anymore. An arrangment has been reached. > > Really? Rumours are flying all over then. On another list I monitor, it > was made quite clear Ian has shut down shop, but is open to giving his > info to somebody else to use, and to even SysAdmin it. > > http://www.internetnews.com/isp-news/article/0,,8_996341,00.html I'm inclined to believe the source. http://www.orbz.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 16:16:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 90B8E37B419 for ; Fri, 22 Mar 2002 16:16:50 -0800 (PST) Received: from hades.hell.gr (patr530-a104.otenet.gr [212.205.215.104]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2N0GkIg008740; Sat, 23 Mar 2002 02:16:48 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2N0Gjbe055762; Sat, 23 Mar 2002 02:16:45 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2N0GhqO055761; Sat, 23 Mar 2002 02:16:43 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Sat, 23 Mar 2002 02:16:42 +0200 From: Giorgos Keramidas To: Cliff Sarginson Cc: questions@freebsd.org Subject: ipfw rules (was: Re: Advocacy help for CS professor) Message-ID: <20020323001642.GA55585@hades.hell.gr> References: <1016835511.3c9badb74132e@webmail.neomedia.it> <20020322235100.GN4940@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020322235100.GN4940@raggedclown.net> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-03-23 00:51, Cliff Sarginson wrote: > > And if anyone has a firewall that they want to give me. please email me. There's a set of ipfw rules on http://people.freebsd.org/~keramida/files/. Nothing too fancy, just the usual "here's my firewall, you can have it too" stuff. Check the file called 'ipfw.rules'. The countless examples of ipfw/ipfilter setups posted on the FreeBSD lists might also help you :-) Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 16:18:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sagan.beanstalk.net (sagan.beanstalk.net [12.162.34.5]) by hub.freebsd.org (Postfix) with ESMTP id BD79E37B417; Fri, 22 Mar 2002 16:18:10 -0800 (PST) Received: from fcoffice.ptfd.org (unverified [12.162.35.98]) by sagan.beanstalk.net (Vircom SMTPRS 4.2.181) with SMTP id ; Fri, 22 Mar 2002 19:20:24 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Michael W.Holdeman Organization: PTFD To: Subject: Win4Lin(BSD) Date: Fri, 22 Mar 2002 19:17:31 -0500 X-Mailer: KMail [version 1.2] Cc: FreeBSD Questions MIME-Version: 1.0 Message-Id: <02032219173103.11408@fcoffice.ptfd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Attached a message I recieved from teh Netraverse folks. Anyone willing to research making this work? I'll do what I can. Mike ******************************************************************************************Hello Mike, Currently, Merge is only available for SCO/Caldera UnixWare. The main problem for Win4Lin support on BSD is the kernel - Win4Lin ties directly into the Linux kernel, and the BSD kernel is different enough (and the code/libraries/etc are probably different enough) that porting to BSD would be non-trivial. Currently, the developers are more interested in improving support and features that are available for Linux (adding support for more Windows languages, adding Windows ME support, increasing the RAM available for Windows, etc) than in porting Win4Lin to a new OS. If we had enough large-company/corporate interest in a BSD port, that might change, but at present we have no plans for a BSD port. Please let us know if you have any further questions or comments. Regards, Amanda Owens NeTraverse Support http://www.netraverse.com/support/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 16:34: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post-20.mail.nl.demon.net (post-20.mail.nl.demon.net [194.159.73.1]) by hub.freebsd.org (Postfix) with ESMTP id 75F0737B400 for ; Fri, 22 Mar 2002 16:33:57 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post-20.mail.nl.demon.net with esmtp (Exim 3.35 #2) id 16oZTo-0008a7-00 for questions@freebsd.org; Sat, 23 Mar 2002 00:33:56 +0000 Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [oz]) with ESMTP id 0C57B4880D for ; Sat, 23 Mar 2002 01:33:55 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1005) id 1D13F225C5; Sat, 23 Mar 2002 01:33:56 +0100 (CET) Date: Sat, 23 Mar 2002 01:33:56 +0100 From: Cliff Sarginson To: questions@freebsd.org Subject: Re: ipfw rules (was: Re: Advocacy help for CS professor) Message-ID: <20020323003356.GQ4940@raggedclown.net> References: <1016835511.3c9badb74132e@webmail.neomedia.it> <20020322235100.GN4940@raggedclown.net> <20020323001642.GA55585@hades.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020323001642.GA55585@hades.hell.gr> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Mar 23, 2002 at 02:16:42AM +0200, Giorgos Keramidas wrote: > On 2002-03-23 00:51, Cliff Sarginson wrote: > > > > And if anyone has a firewall that they want to give me. please email me. > > There's a set of ipfw rules on http://people.freebsd.org/~keramida/files/. > Nothing too fancy, just the usual "here's my firewall, you can have it too" > stuff. Check the file called 'ipfw.rules'. > > The countless examples of ipfw/ipfilter setups posted on the FreeBSD lists > might also help you :-) > I know, but every firewall I have ever made has not worked. I think I have a blind spot. Seriously I have firewall scripts coming out of my ears, I have almost begged Crist Clark to write a book on it. But every firewall I have built just does not work. And as I have loudly let it be known, I have been cracked. My firewalls either let villains in, or keep me out. I read all the books :) -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 16:36:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by hub.freebsd.org (Postfix) with SMTP id 1A4CD37B404 for ; Fri, 22 Mar 2002 16:36:37 -0800 (PST) Received: (qmail 801 invoked from network); 23 Mar 2002 00:36:35 -0000 Received: from dsl092-171-091.wdc1.dsl.speakeasy.net (66.92.171.91) by dsl092-171-091.wdc1.dsl.speakeasy.net with SMTP; 23 Mar 2002 00:36:35 -0000 Date: Fri, 22 Mar 2002 19:36:35 -0500 (EST) From: Kenneth Culver To: Joel Dinel Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Changes in FreeBSD 5 ? In-Reply-To: <20020322184717.A54742@sunder.touchtunes.com> Message-ID: <20020322193610.C792-100000@alpha.yumyumyum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yeah, but I don't really see this as a huge change, and in some cases it gets in the way. I have mixed feelings about this one. Ken On Fri, 22 Mar 2002, Joel Dinel wrote: > On Fri, Mar 22, 2002 at 06:36:56PM -0500, Kenneth Culver wrote: > > There are tons of other changes, but I think these are the major ones... > > maybe someone can add to this/correct me... > ---end quoted text--- > > IIRC, FreeBSD 5.0 should sport DevFS! > > > -- > Joel Dinel > System Administrator > TouchTunes Digital Jukebox, Inc. > GnuPG key : http://lysander.mine.nu/~kint/mykey.asc > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 22 16:37:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sagan.beanstalk.net (sagan.beanstalk.net [12.162.34.5]) by hub.freebsd.org (Postfix) with ESMTP id 5F40A37B417 for ; Fri, 22 Mar 2002 16:37:43 -0800 (PST) Received: from fcoffice.ptfd.org (unverified [12.162.35.98]) by sagan.beanstalk.net (Vircom SMTPRS 4.2.181) with SMTP id for ; Fri, 22 Mar 2002 19:39:57 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Michael W.Holdeman Organization: PTFD To: FreeBSD Questions Subject: NFS_PROC NULL: RPC: Timed out Date: Fri, 22 Mar 2002 19:37:28 -0500 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <02032219372804.11408@fcoffice.ptfd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I keep getting this message when trying to mount an NFS export. The server is working, and I can mount it with a Linux client? Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 16:40:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by hub.freebsd.org (Postfix) with SMTP id DA23E37B417 for ; Fri, 22 Mar 2002 16:40:20 -0800 (PST) Received: (qmail 818 invoked from network); 23 Mar 2002 00:40:19 -0000 Received: from dsl092-171-091.wdc1.dsl.speakeasy.net (66.92.171.91) by dsl092-171-091.wdc1.dsl.speakeasy.net with SMTP; 23 Mar 2002 00:40:19 -0000 Date: Fri, 22 Mar 2002 19:40:19 -0500 (EST) From: Kenneth Culver To: Cliff Sarginson Cc: questions@FreeBSD.ORG Subject: Re: ipfw rules (was: Re: Advocacy help for CS professor) In-Reply-To: <20020323003356.GQ4940@raggedclown.net> Message-ID: <20020322193812.K792-100000@alpha.yumyumyum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I know, but every firewall I have ever made has not worked. I think I > have a blind spot. Seriously I have firewall scripts coming out of my > ears, I have almost begged Crist Clark to write a book on it. But every > firewall I have built just does not work. And as I have loudly let it be > known, I have been cracked. My firewalls either let villains in, or keep > me out. I read all the books :) This is just my opinion, but if you havn't tried ipfilter, you should... I have a VERY simple ipfilter/ipnat configuration that keeps out all incoming traffic except ssh and email, and does stateful firewalling as well to allow my natted computers to connect through the firewall, and I have yet to have any problems. This isn't to say that I never will, but I've been running it this way for nearly a year now and never had a problem. Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 16:43:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.gennex.com.au (CPE-144-132-55-17.vic.bigpond.net.au [144.132.55.17]) by hub.freebsd.org (Postfix) with ESMTP id 9E09437B419; Fri, 22 Mar 2002 16:43:13 -0800 (PST) Received: from jupiter (jupiter [192.168.40.1]) by mercury.gennex.com.au (8.11.6/8.11.6) with SMTP id g2N0h3s25206; Sat, 23 Mar 2002 11:43:03 +1100 (EST) (envelope-from scott.penno@gennex.com.au) Message-ID: <003701c1d203$a7c2f070$0128a8c0@jupiter> From: "Scott Penno" To: Cc: , References: Subject: Re: Sony FX220 - Problem with Xfree86 Date: Sat, 23 Mar 2002 11:42:45 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I had a similar problem with my Intel i815. Make sure you have agp support enabled in your kernel. Have a look at 'man agp'. Scott. ----- Original Message ----- From: "Daniel Coll" To: Cc: Sent: Saturday, March 23, 2002 8:03 AM Subject: Sony FX220 - Problem with Xfree86 > Hi, > I have a problem with the X Configuration. > I configured the Intel i810 as in the handbook, but when I try to start X my > screen goes blank. And I have no way to bring it back. > 1- Any idea of what can be wrong? > 2- How can I bring system back without restarting? > > By the way if anyone knows somebody using FreeBSD in Argentina who wants to > joint and discuss FreeBSD related topics, please make me know. > > Thanx > DMC > > _________________________________________________________________ > Chat with friends online, try MSN Messenger: http://messenger.msn.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" 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 Mar 22 17: 2:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 4872D37B419; Fri, 22 Mar 2002 17:02:05 -0800 (PST) To: FreeBSD-questions@FreeBSD.org Subject: How to get best results from FreeBSD-questions Message-Id: <20020323010205.4872D37B419@hub.freebsd.org> Date: Fri, 22 Mar 2002 17:02:05 -0800 (PST) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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 Mar 22 17: 3:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 5885037B41A; Fri, 22 Mar 2002 17:02:05 -0800 (PST) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", third edition: errata and addenda Message-Id: <20020323010205.5885037B41A@hub.freebsd.org> Date: Fri, 22 Mar 2002 17:02:05 -0800 (PST) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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 Mar 22 17: 4: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 684B937B41B; Fri, 22 Mar 2002 17:02:05 -0800 (PST) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", second edition: errata and addenda Message-Id: <20020323010205.684B937B41B@hub.freebsd.org> Date: Fri, 22 Mar 2002 17:02:05 -0800 (PST) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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 Mar 22 17:38:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from prserv.net (out1.prserv.net [32.97.166.31]) by hub.freebsd.org (Postfix) with ESMTP id 5364937B400 for ; Fri, 22 Mar 2002 17:38:20 -0800 (PST) Received: from foo.bar (slip-12-65-12-135.mis.prserv.net[12.65.12.135]) by prserv.net (out1) with ESMTP id <20020323013758201059o880e>; Sat, 23 Mar 2002 01:38:06 +0000 Received: (from mikeirw@localhost) by foo.bar (8.11.6/8.11.6) id g2N1ejE00432; Fri, 22 Mar 2002 20:40:45 -0500 (EST) (envelope-from mikeirw) Date: Fri, 22 Mar 2002 20:40:42 -0500 From: Mike Irwin To: Rick Hamell , freebsd-questions@freebsd.org Subject: Re: Sound card and kernel config Message-ID: <20020322204042.A303@foo.bar> References: <20020322184035.C16545@foo.bar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from hamellr@heorot.1nova.com on Fri, Mar 22, 2002 at 04:46:14PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Rick Hamell wrote: > It's an IRQ conflict... usually with your video. You might want to > change PNP OS to off in the BIOS. Actually, I had to compile in USB support to get it working properly. Can someone explain why I would need to do this? Thanks for the help, though. -- Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 17:43: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 479BB37B400 for ; Fri, 22 Mar 2002 17:42:59 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 23 Mar 2002 01:42:58 +0000 (GMT) To: "Michael W.Holdeman" Cc: FreeBSD Questions Subject: Re: NFS_PROC NULL: RPC: Timed out In-Reply-To: Your message of "Fri, 22 Mar 2002 19:37:28 EST." <02032219372804.11408@fcoffice.ptfd.org> Date: Sat, 23 Mar 2002 01:42:58 +0000 From: Ian Dowse Message-ID: <200203230142.aa03418@salmon.maths.tcd.ie> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <02032219372804.11408@fcoffice.ptfd.org>, "Michael W.Holdeman" write s: >I keep getting this message when trying to mount an NFS export. The server is >working, and I can mount it with a Linux client? Try running tcpdump to see what packets are being sent and received. A common cause of this error is if the server has more than one IP address, and if it replies from an address that is different to the destination address of the request. Linux will accept RPC replies no matter where they come from, so this could explain why it can mount the exported filesystem. If the server is running FreeBSD, you can use nfsd's "-h" option as documented on its man page. Otherwise you need to either specify the server IP address that works, or mount the filesystem with NFS over TCP (mount -o -T). Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 17:46:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 1nova.com (heorot.1nova.com [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id E945737B400 for ; Fri, 22 Mar 2002 17:46:43 -0800 (PST) Received: by 1nova.com (Postfix, from userid 1000) id A7B6718F7; Fri, 22 Mar 2002 18:46:38 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by 1nova.com (Postfix) with ESMTP id 9EF1D18F6; Fri, 22 Mar 2002 18:46:38 -0800 (PST) Date: Fri, 22 Mar 2002 18:46:38 -0800 (PST) From: Rick Hamell To: Mike Irwin Cc: freebsd-questions@freebsd.org Subject: Re: Sound card and kernel config In-Reply-To: <20020322204042.A303@foo.bar> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > It's an IRQ conflict... usually with your video. You might want to > > change PNP OS to off in the BIOS. > > Actually, I had to compile in USB support to get it working properly. > Can someone explain why I would need to do this? Probally the same reason. The USB shuffled around your IRQ's. Forcing the sound to go to another one, or to the correct one. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 17:50: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp03.wxs.nl (smtp03.wxs.nl [195.121.6.37]) by hub.freebsd.org (Postfix) with ESMTP id A2DF537B400 for ; Fri, 22 Mar 2002 17:50:00 -0800 (PST) Received: from Alex ([213.10.151.186]) by smtp03.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GTEL3A02.52M for ; Sat, 23 Mar 2002 02:49:58 +0100 Date: Sat, 23 Mar 2002 01:30:29 +0100 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: Alex X-Priority: 3 (Normal) Message-ID: <16055072379.20020323013029@dds.nl> To: freebsd-questions@FreeBSD.ORG Subject: missing man pages MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello freebsd-questions, I recently did a fresh install of FreeBSD 4.5. Afterwards did a build & install world. The manpages for ipfw, ifconfig (and maybe more) are lost from the system. And I used the install tool to (re)install the doc distribution. Any suggestion on how to proceed? # manpath /usr/share/man:/usr/local/man:/usr/X11R6/man:/usr/share/perl/man:/usr/local/lib/perl5/5.00503/man -- Best regards, Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 17:51:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp21.singnet.com.sg (smtp21.singnet.com.sg [165.21.101.201]) by hub.freebsd.org (Postfix) with ESMTP id 8EB8937B400 for ; Fri, 22 Mar 2002 17:51:47 -0800 (PST) Received: from ajax (bb-203-125-131-58.singnet.com.sg [203.125.131.58]) by smtp21.singnet.com.sg (8.12.2/8.12.2) with SMTP id g2N1pjwq021470 for ; Sat, 23 Mar 2002 09:51:45 +0800 Message-ID: <000801c1d20d$a8791580$3a837dcb@ajax> From: "Happy" To: Subject: What can be done in Command Line Interface? Date: Sat, 23 Mar 2002 09:54:24 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C1D250.B65190E0" X-Priority: 1 X-MSMail-Priority: High 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C1D250.B65190E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I am a new user of freebsd 4.0. I have installed the OS but can = only use the command line interface because of graphics card = incompatibility. But I decided to learn using the command line interface = anyway. Can the things which can be done in GUI be done in command line ? = e.g, can we email,surf the net,install new software,browse our hard-disk = in command line? Also,what are the editors and programming software which we can open and = use in command line interface ? Please reply if you can. Thanks !! :) = Yours faithfully, = Freebsd newbie ------=_NextPart_000_0005_01C1D250.B65190E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
    I am a new user of freebsd 4.0. I = have=20 installed the OS but can  only use the command line interface = because of=20 graphics card incompatibility. But I decided to learn using the command = line=20 interface anyway.
    Can the things which can be done = in GUI be=20 done in command line ? e.g, can we email,surf the net,install new=20 software,browse our hard-disk in command line?
Also,what are the editors and programming software = which we=20 can open and use in command line interface ?
    Please reply if you can. Thanks = !! =20 :)
 
        =    =20             =    =20             =    =20             =    =20             =    =20             =    =20     Yours faithfully,
        =    =20             =    =20             =    =20             =    =20             =    =20             =    =20     Freebsd newbie
------=_NextPart_000_0005_01C1D250.B65190E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 17:53:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f249.law11.hotmail.com [64.4.17.249]) by hub.freebsd.org (Postfix) with ESMTP id 09D8137B417 for ; Fri, 22 Mar 2002 17:53:08 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 22 Mar 2002 17:53:07 -0800 Received: from 68.6.82.67 by lw11fd.law11.hotmail.msn.com with HTTP; Sat, 23 Mar 2002 01:53:07 GMT X-Originating-IP: [68.6.82.67] From: "Charles Burns" To: ja_botha@hotmail.com, questions@FreeBSD.ORG Subject: Re: **Strange message in dmesg** Date: Fri, 22 Mar 2002 18:53:07 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Mar 2002 01:53:07.0799 (UTC) FILETIME=[7AB22E70:01C1D20D] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG IANAKH (kernel hacker), but I believe that has to do with detection of really big drives (>137GB) a la Maxtor's "Big drive" initiative. I'd check to make sure your drive is running in the DMA mode that you want, make sure you have an 80 conductor IDE cable, and if all is well I would venture to guess that FreeBSD is sending a query to the drive asking if it uses the 48-bit addressing scheme that Maxtor invented, and the drive has no clue WTF the IDE driver is talking about so doesn't respond, then the ATA driver resets the bus to be safe (after a non-response to a query). This is all speculation, mind you. If everything works, probably nothing to be worried about. >Hi, I get the following message when I boot: > >ad0: 28629MB [58168/16/63] at ata0-master UDMA100 >(null): MODE_SENSE_BIG command timeout - resetting >ata1: resetting devices .. done > >After the first line is displayed, there is a delay and then the other two >follow. The system boots fine and there are no other problems. I'm running >FreeBSD 4.3 > >Is this something of concern? Please tell me what this message is trying to >tell me. Thanx >Jan _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 17:53:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail19a.dulles19-verio.com (mail19a.dulles19-verio.com [161.58.134.133]) by hub.freebsd.org (Postfix) with SMTP id EDE4337B419 for ; Fri, 22 Mar 2002 17:53:36 -0800 (PST) Received: from 198.104.176.109 (198.104.176.109) by mail19a.dulles19-verio.com (RS ver 1.0.60s) with SMTP id 044539917; Fri, 22 Mar 2002 20:52:12 -0500 (EST) Message-ID: <3C9BDF56.FE5A681D@pythonemproject.com> Date: Fri, 22 Mar 2002 17:50:14 -0800 From: rob X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: dmcoll@piroscafos.com.ar Cc: freeBSD-questions@freeBSD.org, freeBSD-mobile@freeBSD.org Subject: Re: Sony FX220 - Problem with Xfree86 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Loop-Detect: 1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Daniel Coll wrote: > > Hi, > I have a problem with the X Configuration. > I configured the Intel i810 as in the handbook, but when I try to start X my > screen goes blank. And I have no way to bring it back. > 1- Any idea of what can be wrong? > 2- How can I bring system back without restarting? > > By the way if anyone knows somebody using FreeBSD in Argentina who wants to > joint and discuss FreeBSD related topics, please make me know. > > Thanx > DMC > > _________________________________________________________________ > Chat with friends online, try MSN Messenger: http://messenger.msn.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message You need 'option "NoDDC" ' in the configuration file. Rob. -- ----------------------------- The Numeric Python EM Project www.pythonemproject.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 17:56:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id CE86537B404 for ; Fri, 22 Mar 2002 17:56:28 -0800 (PST) Received: from max ([24.61.57.241]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020323015628.QFVU1214.rwcrmhc54.attbi.com@max>; Sat, 23 Mar 2002 01:56:28 +0000 Message-ID: <200203222056340110.0A83C123@mail.attbi.com> In-Reply-To: <000801c1d20d$a8791580$3a837dcb@ajax> References: <000801c1d20d$a8791580$3a837dcb@ajax> X-Mailer: Calypso Version 3.30.00.00 (4) Date: Fri, 22 Mar 2002 20:56:34 -0500 Reply-To: jdarnold@buddydog.org From: "Jonathan Arnold" To: "Happy" , freebsd-questions@FreeBSD.ORG Subject: Re: What can be done in Command Line Interface? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Can the things which can be done in GUI be done in command line ? e.g, >can we email,surf the net,install new software,browse our hard-disk in >command line? Yes. See Lynx for a reasonable text browser. And see Emacs to do all the= rest. -- Jonathan Arnold (mailto:jdarnold@buddydog.org) Amazing Developments http://www.buddydog.org A computer is like an Old Testament god, with a lot of rules and no mercy. --Joseph Campbell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 17:56:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out4.mx.nwbl.wi.voyager.net (out4.mx.nwbl.wi.voyager.net [169.207.1.77]) by hub.freebsd.org (Postfix) with ESMTP id 4547437B404 for ; Fri, 22 Mar 2002 17:56:50 -0800 (PST) Received: from shell.core.com (IDENT:2525@shell.core.com [169.207.1.89]) by out4.mx.nwbl.wi.voyager.net (8.11.1/8.11.4/1.7) with ESMTP id g2N1uj595033 for ; Fri, 22 Mar 2002 19:56:45 -0600 (CST) Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g2N1ujJ21905 for ; Fri, 22 Mar 2002 19:56:45 -0600 (CST) Date: Fri, 22 Mar 2002 19:56:45 -0600 (CST) From: Steven Lake X-X-Sender: raiden@shell.core.com To: freebsd-questions@FreeBSD.ORG Subject: Apache - Refresh my mind Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok, I'm having to rebuild a server and I need to install Apache on it for HTTP access with CGI capabilities. Now, since I'm being forgetful today, what all do I need to install HTTP services with CGI capabilities? Do I just install Apache 1.3 and call it a day or do I need more. I'm thinking I need more, but I wanted to be sure. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 18: 2:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp05.wxs.nl (smtp05.wxs.nl [195.121.6.57]) by hub.freebsd.org (Postfix) with ESMTP id 3F9E937B404 for ; Fri, 22 Mar 2002 18:02:41 -0800 (PST) Received: from Alex ([213.10.151.186]) by smtp05.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GTELOF01.8KJ; Sat, 23 Mar 2002 03:02:39 +0100 Date: Sat, 23 Mar 2002 03:02:36 +0100 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: Alex X-Priority: 3 (Normal) Message-ID: <7360599577.20020323030236@dds.nl> To: "Happy" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: What can be done in Command Line Interface? In-Reply-To: <000801c1d20d$a8791580$3a837dcb@ajax> References: <000801c1d20d$a8791580$3a837dcb@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Happy, Saturday, March 23, 2002, 2:54:24 AM, you wrote: H> Hi, I am a new user of freebsd 4.0. I have installed the OS but H> can only use the command line interface because of graphics card H> incompatibility. But I decided to learn using the command line H> interface anyway. Can the things which can be done in GUI be H> done in command line ? e.g, can we email,surf the net,install new H> software,browse our hard-disk in command line? Also,what are the H> editors and programming software which we can open and use in H> command line interface ? Please reply if you can. Thanks !! :) Email - There are lots of e-mail programs that run under command line. I didn't have a real experience with these. Suft - You wanna have a look at lynx. This is a text brouwser with support for frames. Editors - There are two editors that come installed with the OS and many more you can install from the ports system. The first Ed is an easy to understand. The second is vi. More complex but real handy, ones you know how to handle it. The handbook holds more information. You wanna read at least chapter 1-4 http://www.freebsd.org/handbook/index.html -- Best regards, Alex mailto:freebsd@akruijff.dds.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 18: 4:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by hub.freebsd.org (Postfix) with ESMTP id 952F537B404 for ; Fri, 22 Mar 2002 18:04:33 -0800 (PST) Received: from user-119aekg.biz.mindspring.com ([66.149.58.144] helo=motil) by hawk.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 16oatJ-0000l2-00 for freebsd-questions@FreeBSD.ORG; Fri, 22 Mar 2002 18:04:22 -0800 Message-ID: <010301c1d20f$2897bd60$7b00a8c0@motil> From: "barazani" To: References: <000801c1d20d$a8791580$3a837dcb@ajax> Subject: Re: What can be done in Command Line Interface? Date: Fri, 22 Mar 2002 21:05:03 -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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Happy" To: Sent: Friday, March 22, 2002 8:54 PM Subject: What can be done in Command Line Interface? Hi, I am a new user of freebsd 4.0. I have installed the OS but can only use the command line interface because of graphics card incompatibility. But I decided to learn using the command line interface anyway. Can the things which can be done in GUI be done in command line ? e.g, can we email, >you can use th mail command , i personnally love the mutt email program , it runs in console ,it's a bit tricky to configure so you might wanna look at pine first . surf the net, > you can use links to view html documents on the web install new software, > use the ports colletion browse our hard-disk in command line? > use ls , tree and any combination of find , grep and all . Also,what are the editors and programming software which we can open and use in command line interface ? >well , I use vi for almost everything ( i even run it on windows ... ) but you can use pico and emacs if you want a diffrent editor >programming , i use perl and shell scripts but i guess you can program just about everything with command line ... >other things you can do are network sniffing using tcpdump , my favorite and i bet there'sa lot more .... Please reply if you can. Thanks !! :) Yours faithfully, Freebsd newbie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 18:11:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from janeway.vonbek.dhs.org (bgm-24-24-79-198.stny.rr.com [24.24.79.198]) by hub.freebsd.org (Postfix) with ESMTP id 4583D37B419 for ; Fri, 22 Mar 2002 18:11:21 -0800 (PST) Received: by janeway.vonbek.dhs.org (Postfix, from userid 12347) id 9F505E77B50; Fri, 22 Mar 2002 21:12:36 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id 9CCAF6A8C1D for ; Fri, 22 Mar 2002 21:12:36 -0500 (EST) Date: Fri, 22 Mar 2002 21:12:36 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: freebsd-questions@FreeBSD.ORG Subject: Re: What can be done in Command Line Interface? In-Reply-To: <200203222056340110.0A83C123@mail.attbi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Mar 2002, Jonathan Arnold wrote: > Date: Fri, 22 Mar 2002 20:56:34 -0500 > From: Jonathan Arnold > To: Happy , freebsd-questions@FreeBSD.ORG > Subject: Re: What can be done in Command Line Interface? > > > Can the things which can be done in GUI be done in command line ? e.g, > >can we email,surf the net,install new software,browse our hard-disk in > >command line? > > Yes. See Lynx for a reasonable text browser. And see Emacs to do all the rest. > > -- > Jonathan Arnold (mailto:jdarnold@buddydog.org) > Amazing Developments http://www.buddydog.org > Lynx is a great browser. For a green unix user (very new) I suggest 'pico' as it's a little more intuitive (no offense emacs fans) for the new user. Programming tools? All of them. Check out the freebsd handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html |-John Bleichert----syborg@stny.rr.com----------------| |-------------------http://vonbek.dhs.org/latest.jpg--| , To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 18:11:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.melsa.net.id (mx2.melsa.net.id [202.138.224.13]) by hub.freebsd.org (Postfix) with ESMTP id 7072737B419 for ; Fri, 22 Mar 2002 18:11:49 -0800 (PST) Received: from ns2.melsa.net.id (ns2.melsa.net.id [202.138.224.4]) by mx2.melsa.net.id (8.11.3/8.11.3) with ESMTP id g2N2Bhf02861 for ; Sat, 23 Mar 2002 09:11:43 +0700 (JAVT) Received: from tech04 (tech04.melsa.net.id [202.138.225.212]) by ns2.melsa.net.id (8.11.3/8.11.3) with SMTP id g2N2Bgg86464 for ; Sat, 23 Mar 2002 09:11:42 +0700 (JAVT) Message-ID: <000d01c1d20f$dfc979b0$d4e18aca@melsa.net.id> From: "ekoz" To: Subject: error in wi0 Date: Sat, 23 Mar 2002 09:10:15 +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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi All, I use FreeBSD 4.5-STABLE with Lucent's orinoco PCMCIA as wireless router and it's work fine. But today , i got an odd message in my logs, Mar 21 14:13:28 hermes-wl wi0: timeout in wi_cmd 11; event status 8000 This message repeat a hundred times, and i did'nt know how to fixes it. Any Suggestions ? TIA ________________________________ Eko Suwarsono ekoz@melsa.net.id To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 18:46:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.mail.pas.earthlink.net [207.217.120.84]) by hub.freebsd.org (Postfix) with ESMTP id 6887737B41A for ; Fri, 22 Mar 2002 18:46:27 -0800 (PST) Received: from sdn-ar-007dcwashp251.dialsprint.net ([63.178.90.141] helo=moo.holy.cow) by gull.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16obXw-0003wv-00; Fri, 22 Mar 2002 18:46:21 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id 01BE250B98; Fri, 22 Mar 2002 21:48:31 -0500 (EST) Date: Fri, 22 Mar 2002 21:48:31 -0500 From: parv@pair.com To: Happy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: What can be done in Command Line Interface? Message-ID: <20020323024831.GA91530@moo.holy.cow> Mail-Followup-To: Happy , freebsd-questions@FreeBSD.ORG References: <000801c1d20d$a8791580$3a837dcb@ajax> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000801c1d20d$a8791580$3a837dcb@ajax> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message <000801c1d20d$a8791580$3a837dcb@ajax>, wrote Happy thusly... > > I am a new user of freebsd 4.0. I have installed the OS but can > only use the command line interface because of graphics card > incompatibility. But I decided to learn using the command line > interface anyway. that's the spirit! > Can the things which can be done in GUI be done in command line ? almost every thing could be done on command line except the obvious, say, graphical browser or graphics program like gimp or xv. > e.g, can we email, to write/read, try pine or mutt. to send, see postfix if sendmail doesn't suit or meet your needs. to retrieve, try fetchmail; others prefer getmail instead. > surf the net, see w3m. others have already mentioned other choices. > install new software, sure. portupgrade or pkg_* are command line based tools anyway. > browse our hard-disk in command line? system ls, midnight commander (mc), grep, find, etc. > Also,what are the editors vi, vim, emacs, xemacs, mg, jed, pico, nano. > and programming software which we can > open and use in command line interface ? bourne shell (sh), bourne again shell (bash), kornShell (ksh), perl, awk, sed. all the above commands/programs are already on your system, or can be installed from the ports collection. mind you that above is not an exhaustive list in any way. what you should do is install the ports tree, if not already installed. then read "pkg-descr" named files under various subdirectories of the "categories". whatever suits your fancy, install the particular piece of software. experiment. - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 19:12: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f59.law11.hotmail.com [64.4.17.59]) by hub.freebsd.org (Postfix) with ESMTP id A30A737B419 for ; Fri, 22 Mar 2002 19:12:03 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 22 Mar 2002 19:12:03 -0800 Received: from 202.38.124.247 by lw11fd.law11.hotmail.msn.com with HTTP; Sat, 23 Mar 2002 03:12:03 GMT X-Originating-IP: [202.38.124.247] Reply-To: zhangweiwu@private.21cn.com From: "Zhang Weiwu" To: questions@freebsd.org Subject: cannot login - a mistake in gdm Date: Sat, 23 Mar 2002 11:12:03 +0800 Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312; format=flowed Message-ID: X-OriginalArrivalTime: 23 Mar 2002 03:12:03.0525 (UTC) FILETIME=[81689F50:01C1D218] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm running FreeBSD-4.4 Stable with GNOME and enlightment. I pkg_added gdm, and i did following stupid things: 1. I edit /etc/ttys and chenged the 0st login from getty to "/usr/X11R6/bin/gdm -nodeamon xterm ..." and 2. I commented out other virtual consoles. I checked handbook and found it's wrong (i should use gdm on a virtual console and keep other gettys there unchanged). But it's too late now. Now the computer boots and tells me "gnm group cannot fond, using nobody" etc. What's worse, since i commented out all other gettys i cannot login and change /etc/ttys back. What should i do now? Please do not reply to this address, use zhangweiwu@private.21cn.com instead, as you can find in mail header. _________________________________________________________________ Ãâ·ÑÏÂÔØ MSN Explorer£ºhttp://explorer.msn.com/lccn/intl.asp¡£ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 19:20: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.22.40]) by hub.freebsd.org (Postfix) with ESMTP id 2260A37B404 for ; Fri, 22 Mar 2002 19:19:57 -0800 (PST) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.12.1/8.12.1) with ESMTP id g2N3Jt9e102446; Fri, 22 Mar 2002 22:19:55 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20020322233220.GA62133@bsdprophet.org> References: <20020322233220.GA62133@bsdprophet.org> Date: Fri, 22 Mar 2002 22:19:54 -0500 To: GORMLEY@SHRSYS.HSLC.ORG, questions@FreeBSD.ORG From: Garance A Drosihn Subject: Re: [GORMLEY@SHRSYS.HSLC.ORG: Printing works, but only after manually starting lpd] Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: MIMEDefang 2.3 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 5:32 PM -0600 3/22/02, GORMLEY@SHRSYS.HSLC.ORG wrote: >I have a Dell Dimension system running FreeBSD for which >Netscape will be the primary application. I have attached >an HP 940c printer. I've installed the current port of >ghostscript-afpl, and can print from Netscape, after a >fashion, but it needs to be a lot less hands on before I >can deploy the workstation. Unfortunately I'm ready to call it a day, but I will be in tomorrow (saturday) and will try to exchange a few emails with you to see if we can figure out the problem. (if you don't hear from me by Sunday, send me a message) >sci# dmesg > >pid 142 (chkprintcap), uid 0: exited on signal 11 (core dumped) >pid 143 (lpd), uid 0: exited on signal 11 (core dumped) >xl0: promiscuous mode enabled certainly these look suspicious! -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 19:20:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from Mail6.nc.rr.com (fe6.southeast.rr.com [24.93.67.53]) by hub.freebsd.org (Postfix) with ESMTP id 2AB4237B404 for ; Fri, 22 Mar 2002 19:20:12 -0800 (PST) Received: from nc.rr.com ([66.26.64.108]) by Mail6.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Fri, 22 Mar 2002 22:20:11 -0500 Message-ID: <3C9BF45E.BBEB5911@nc.rr.com> Date: Fri, 22 Mar 2002 22:19:59 -0500 From: Michael E Mercer Reply-To: mmercer@nc.rr.com, mmercer@lboard.com X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.5-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Bourne shell question: How to capture stdin and stdout from bourne shell script. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Peoples, How can you use Bourne shell to capture all the stdout and stdin of a shell script? I have a script that asks a number of questions, and I want to capture the questions and answers in a file called results.log. How do I go about it? It would really be nice if this could be done entirely within the script without user intervention other than answering the questions. Thanks Michael Mercer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 19:25:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 3BA5D37B400 for ; Fri, 22 Mar 2002 19:25:44 -0800 (PST) Received: (qmail 21579 invoked by uid 100); 23 Mar 2002 03:25:35 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15515.62894.808715.369190@guru.mired.org> Date: Fri, 22 Mar 2002 21:25:34 -0600 To: "Jerry Nelson" Cc: Subject: Re: SiS 900 Nic Chipset drivers: Mac address reporting 00:00:00:00:00:00 In-Reply-To: <009701c1d1f0$fe4474e0$efd822d8@JNELSONLAPTOP> References: <009701c1d1f0$fe4474e0$efd822d8@JNELSONLAPTOP> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In <009701c1d1f0$fe4474e0$efd822d8@JNELSONLAPTOP>, Jerry Nelson typed: > Hi all...Im new to the board and wanted to say hello. > I have been having an issue with an Asus motherboard that is based on the > SiS 630 chipset. It has the integrated 10/100 (SiS900) nic and I have been > having a problem that I found some references to in the archives but no > solution. Basically the Nic is not reporting its Mac address to the OS. The > driver reports the Mac Address on all 10 of these boards as > 00:00:00:00:00:00 > > I have FreeBSD-4.5 installed on all of these systems. > > Has anyone worked out a fix for this yet? Assuming it's the same as the SiS 635 chipset, it's fixed in -stable. You can wait for 4.6 - due out in June - or upgrade to -stable from the CVS repository. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 19:42: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 8804937B425 for ; Fri, 22 Mar 2002 19:41:56 -0800 (PST) Received: from hades.hell.gr (patr530-a139.otenet.gr [212.205.215.139]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2N3foIg022344; Sat, 23 Mar 2002 05:41:53 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2N3fmbe060042; Sat, 23 Mar 2002 05:41:48 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2N3TxbO059868; Sat, 23 Mar 2002 05:29:59 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Sat, 23 Mar 2002 05:29:59 +0200 From: Giorgos Keramidas To: Cliff Sarginson Cc: questions@freebsd.org Subject: Re: ipfw rules (was: Re: Advocacy help for CS professor) Message-ID: <20020323032958.GA59842@hades.hell.gr> References: <1016835511.3c9badb74132e@webmail.neomedia.it> <20020322235100.GN4940@raggedclown.net> <20020323001642.GA55585@hades.hell.gr> <20020323003356.GQ4940@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020323003356.GQ4940@raggedclown.net> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-03-23 01:33, Cliff Sarginson wrote: > On Sat, Mar 23, 2002 at 02:16:42AM +0200, Giorgos Keramidas wrote: > > The countless examples of ipfw/ipfilter setups posted on the FreeBSD lists > > might also help you :-) > > I know, but every firewall I have ever made has not worked. > I think I have a blind spot. ... > My firewalls either let villains in, or keep me out. This is because firewalls are not the panacea of security. Security is not a program, or a firewall, or a ruleset. Security is a process. A way of thinking, and working on computers. You can have a firewall that blocks everything, except for SSH, and then be hacked by the first script kiddie when an update to OpenSSH comes out and you fail to update your ssh server machines. You can have a firewall that blocks everything except for RSA logins through ssh, and then leave a copy of your private keyring in the floppy drive of a netcafe. Firewalls are *not* enough... Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 19:43:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f98.law11.hotmail.com [64.4.17.98]) by hub.freebsd.org (Postfix) with ESMTP id 9085337B417 for ; Fri, 22 Mar 2002 19:43:17 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 22 Mar 2002 19:43:17 -0800 Received: from 202.38.124.248 by lw11fd.law11.hotmail.msn.com with HTTP; Sat, 23 Mar 2002 03:43:17 GMT X-Originating-IP: [202.38.124.248] Reply-To: zhangweiwu@private.21cn.com From: "Zhang Weiwu" To: questions@freebsd.org Subject: cannot login (continue) Date: Sat, 23 Mar 2002 11:43:17 +0800 Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312; format=flowed Message-ID: X-OriginalArrivalTime: 23 Mar 2002 03:43:17.0478 (UTC) FILETIME=[DE5F2860:01C1D21C] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Maybe i'll need a fixit floppy, but how to make it? i found fixit.flp in floppies in the CD-ROM, but i don't know what program to use to write this image to floppy. Please do not reply to this address, use zhangweiwu@private.21cn.com instead, as you can find in mail header. _________________________________________________________________ Ãâ·ÑÏÂÔØ MSN Explorer£ºhttp://explorer.msn.com/lccn/intl.asp¡£ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 19:44:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id AC56737B41A for ; Fri, 22 Mar 2002 19:44:07 -0800 (PST) Received: (qmail 21823 invoked by uid 100); 23 Mar 2002 03:44:07 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15515.64006.514278.140186@guru.mired.org> Date: Fri, 22 Mar 2002 21:44:06 -0600 To: mmercer@nc.rr.com, mmercer@lboard.com Cc: freebsd-questions@freebsd.org Subject: Re: Bourne shell question: How to capture stdin and stdout from bourne shell script. In-Reply-To: <3C9BF45E.BBEB5911@nc.rr.com> References: <3C9BF45E.BBEB5911@nc.rr.com> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In <3C9BF45E.BBEB5911@nc.rr.com>, Michael E Mercer typed: > Peoples, > How can you use Bourne shell to capture all the stdout and stdin of a shell > script? man script. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 19:44:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post-20.mail.nl.demon.net (post-20.mail.nl.demon.net [194.159.73.1]) by hub.freebsd.org (Postfix) with ESMTP id 5722D37B422 for ; Fri, 22 Mar 2002 19:44:34 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post-20.mail.nl.demon.net with esmtp (Exim 3.35 #2) id 16ocSG-000BM5-00 for freebsd-questions@freebsd.org; Sat, 23 Mar 2002 03:44:33 +0000 Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [oz]) with ESMTP id 57AB44880D for ; Sat, 23 Mar 2002 04:44:32 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1005) id AADA4225C5; Sat, 23 Mar 2002 04:44:32 +0100 (CET) Date: Sat, 23 Mar 2002 04:44:32 +0100 From: Cliff Sarginson To: freebsd-questions@freebsd.org Subject: Re: Bourne shell question: How to capture stdin and stdout from bourne shell script. Message-ID: <20020323034432.GA9544@raggedclown.net> References: <3C9BF45E.BBEB5911@nc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C9BF45E.BBEB5911@nc.rr.com> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 22, 2002 at 10:19:59PM -0500, Michael E Mercer wrote: > Peoples, > > How can you use Bourne shell to capture all the stdout and stdin of a shell > script? > > I have a script that asks a number of questions, and I want to capture the > questions and answers > in a file called results.log. > > How do I go about it? It would really be nice if this could be done entirely > within the script without > user intervention other than answering the questions. > > Thanks > Michael Mercer script try it out :) it records everything in a file name of your choosing type "man script" for details -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 19:52:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from Mail6.nc.rr.com (fe6.southeast.rr.com [24.93.67.53]) by hub.freebsd.org (Postfix) with ESMTP id AFD2937B400 for ; Fri, 22 Mar 2002 19:52:51 -0800 (PST) Received: from nc.rr.com ([66.26.64.108]) by Mail6.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Fri, 22 Mar 2002 22:52:51 -0500 Message-ID: <3C9BFC12.F6C1C22C@nc.rr.com> Date: Fri, 22 Mar 2002 22:52:50 -0500 From: Michael E Mercer Reply-To: mmercer@nc.rr.com, mmercer@lboard.com X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.5-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Cliff Sarginson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Bourne shell question: How to capture stdin and stdout from bourne shell script. References: <3C9BF45E.BBEB5911@nc.rr.com> <20020323034432.GA9544@raggedclown.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Forgot to mention, I need this for solaris 8 platform. I already read the man page for script and it does not look like it supports the 'command' option that freebsd does. Oh well. Thanks Michael Cliff Sarginson wrote: > On Fri, Mar 22, 2002 at 10:19:59PM -0500, Michael E Mercer wrote: > > Peoples, > > > > How can you use Bourne shell to capture all the stdout and stdin of a shell > > script? > > > > I have a script that asks a number of questions, and I want to capture the > > questions and answers > > in a file called results.log. > > > > How do I go about it? It would really be nice if this could be done entirely > > within the script without > > user intervention other than answering the questions. > > > > Thanks > > Michael Mercer > > script > > try it out :) > it records everything > in a file name of your choosing > type "man script" for details > > -- > Regards > Cliff Sarginson -- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 22 19:53:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nycsmtp1out.rdc-nyc.rr.com (nycsmtp1out.rdc-nyc.rr.com [24.29.99.226]) by hub.freebsd.org (Postfix) with ESMTP id 4A0E337B400 for ; Fri, 22 Mar 2002 19:53:13 -0800 (PST) Received: from scott1.nyc.rr.com (24-168-24-239.nyc.rr.com [24.168.24.239]) by nycsmtp1out.rdc-nyc.rr.com (8.12.1/Road Runner SMTP Server 1.0) with ESMTP id g2N3pwZC011785 for ; Fri, 22 Mar 2002 22:51:59 -0500 (EST) Message-Id: <5.1.0.14.0.20020322224748.00bf91d8@pop-server.nyc.rr.com> X-Sender: scottro@pop-server.nyc.rr.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 22 Mar 2002 22:53:01 -0500 To: freebsd-questions@FreeBSD.ORG From: Scott Subject: Problem report 28418 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm wondering if more work has been done on this. There was a modification on March 4th, however, it seems as if there hasn't yet been any progress. This is the problem with an ASUS A7A266 Motherboard causing XFree 4.x to crash. Searching deja on this, someone suggested turning off MTRR in the BIOS. However, I have not been able to find that option in the BIOS menu. I can verify that the problem still exists in 4.5 RELEASE (the original report was for 4.3 RELEASE). Anyway, I'm just wondering if there is any hope of progress in the near future---if this is the wrong forum for this question, please steer me to the correct one--however, I'm asking as a user, not a coder--I'm not able to offer any solutions. Thanks Scott Robbins To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 19:57:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post-11.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C63137B41B for ; Fri, 22 Mar 2002 19:57:13 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post-11.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16oceW-000F78-00 for questions@freebsd.org; Sat, 23 Mar 2002 03:57:12 +0000 Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [oz]) with ESMTP id B35004880D for ; Sat, 23 Mar 2002 04:57:11 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1005) id 8ACA4225C5; Sat, 23 Mar 2002 04:57:12 +0100 (CET) Date: Sat, 23 Mar 2002 04:57:12 +0100 From: Cliff Sarginson To: questions@freebsd.org Subject: Re: ipfw rules (was: Re: Advocacy help for CS professor) Message-ID: <20020323035712.GD9544@raggedclown.net> References: <1016835511.3c9badb74132e@webmail.neomedia.it> <20020322235100.GN4940@raggedclown.net> <20020323001642.GA55585@hades.hell.gr> <20020323003356.GQ4940@raggedclown.net> <20020323032958.GA59842@hades.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020323032958.GA59842@hades.hell.gr> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have never been to a netcafe .. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 19:57:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 626E137B404 for ; Fri, 22 Mar 2002 19:57:25 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g2N3vDY17453; Sat, 23 Mar 2002 15:57:13 +1200 (NZST) (envelope-from jonc) Date: Sat, 23 Mar 2002 15:57:13 +1200 From: Jonathan Chen To: scott worley Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Where is /etc/X11 in XFree 4.2 port? Message-ID: <20020323155713.A17368@grimoire.chen.org.nz> References: <20020322145041.2b8c5ba9.folokai@earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020322145041.2b8c5ba9.folokai@earthlink.net>; from folokai@earthlink.net on Fri, Mar 22, 2002 at 02:50:41PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 22, 2002 at 02:50:41PM -0800, scott worley wrote: > Hi, > > I just installed FreeBSD snapshots/i386/4.5-20020322-STABLE via floppy/ftp. > > Installed syssrc and rebuilt my kernel with i686, agp, pcm, smp, etc. > > rebooted > > Uncommented XFREE86_VERSION= 4 in /etc/make.conf. > > Built the png, jpeg and tiff ports. > > Built the XFree86-4 port, it's 4.2.0, by make all install clean. > > It finished with no errors on the screen. Unfortunately I didn't think to use script to save the build log. > > Did the files present in /etc/X11 get moved? Every time I have tried to build XFree 4.2 there are no config files in /etc/X11. > Only XF86Config now lives in /etc/X11. Everything else is in /usr/X11R6/lib/X11. -- Jonathan Chen ---------------------------------------------------------------------- "Only the meek get pinched. The bold survive." - Ferris Bueller To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 19:59:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id BE94637B41A for ; Fri, 22 Mar 2002 19:59:16 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g2N3xCV17486; Sat, 23 Mar 2002 15:59:12 +1200 (NZST) (envelope-from jonc) Date: Sat, 23 Mar 2002 15:59:12 +1200 From: Jonathan Chen To: Happy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: What can be done in Command Line Interface? Message-ID: <20020323155912.B17368@grimoire.chen.org.nz> References: <000801c1d20d$a8791580$3a837dcb@ajax> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <000801c1d20d$a8791580$3a837dcb@ajax>; from kuishin@singnet.com.sg on Sat, Mar 23, 2002 at 09:54:24AM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Mar 23, 2002 at 09:54:24AM +0800, Happy wrote: > Hi, > I am a new user of freebsd 4.0. I have installed the OS but can > only use the command line interface because of graphics card incompatibility. > But I decided to learn using the command line interface anyway. Good attitude! However, what sort of graphics card do you have? Perhaps the list can help you set it up. -- Jonathan Chen ---------------------------------------------------------------------- When you don't know what you are doing, do it neatly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 19:59:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post-11.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C8B437B404 for ; Fri, 22 Mar 2002 19:59:40 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post-11.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16ocgt-000F7X-00 for questions@freebsd.org; Sat, 23 Mar 2002 03:59:39 +0000 Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [oz]) with ESMTP id 179CD4880D for ; Sat, 23 Mar 2002 04:59:39 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1005) id C83C9225C5; Sat, 23 Mar 2002 04:59:39 +0100 (CET) Date: Sat, 23 Mar 2002 04:59:39 +0100 From: Cliff Sarginson To: questions@freebsd.org Subject: Re: ipfw rules (was: Re: Advocacy help for CS professor) Message-ID: <20020323035939.GE9544@raggedclown.net> References: <1016835511.3c9badb74132e@webmail.neomedia.it> <20020322235100.GN4940@raggedclown.net> <20020323001642.GA55585@hades.hell.gr> <20020323003356.GQ4940@raggedclown.net> <20020323032958.GA59842@hades.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020323032958.GA59842@hades.hell.gr> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG What i dont understand is why nobody believe me when I tell them that ssh has a flaw in it ? -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 20: 0:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.dslextreme.com (www.dslextreme.com [66.51.205.200]) by hub.freebsd.org (Postfix) with ESMTP id 005E537B404 for ; Fri, 22 Mar 2002 20:00:26 -0800 (PST) Received: from magic-bus (eli-208.186.191.159.dslextreme.com [208.186.191.159]) by mail.dslextreme.com (8.12.2/8.12.2) with SMTP id g2N41KCj029009 for ; Fri, 22 Mar 2002 20:01:21 -0800 From: James Starr To: freebsd-questions@FreeBSD.ORG Date: Fri, 22 Mar 2002 20:00:56 -0800 X-Priority: 3 (Normal) Message-Id: Subject: Newbie who is fed up with windows! MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" X-Mailer: Opera 6.01 build 1041 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I've had about all I can stand of windows. I know very little about using Unix, but my first attempt to set up FreeBSD seemed pretty straight forward. Only trouble was the modem. Because I'm pretty new to this, I get frustrated when I can't make something work. But I'm not so frustrated that I'll stick with windows. I scoured The Complete FreeBSD, but everything I tried doesn't seem to work, and I'm not that much of an idiot. Shouldn't I be able to install the right modem driver from sysinstall? Anyone's suggestions or help will be much appreciated. Help a Microsoft victim break free! ~James To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 20: 3:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post-11.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id C6A3237B400 for ; Fri, 22 Mar 2002 20:03:31 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post-11.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16ockZ-000F9d-00 for freebsd-questions@FreeBSD.ORG; Sat, 23 Mar 2002 04:03:27 +0000 Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [oz]) with ESMTP id 379404880D for ; Sat, 23 Mar 2002 05:03:26 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1005) id 226A5225CA; Sat, 23 Mar 2002 05:03:27 +0100 (CET) Date: Sat, 23 Mar 2002 05:03:27 +0100 From: Cliff Sarginson To: freebsd-questions@FreeBSD.ORG Subject: Re: Bourne shell question: How to capture stdin and stdout from bourne shell script. Message-ID: <20020323040327.GF9544@raggedclown.net> References: <3C9BF45E.BBEB5911@nc.rr.com> <20020323034432.GA9544@raggedclown.net> <3C9BFC12.F6C1C22C@nc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C9BFC12.F6C1C22C@nc.rr.com> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 22, 2002 at 10:52:50PM -0500, Michael E Mercer wrote: > Forgot to mention, I need this for solaris 8 platform. I already read the man > page for script > and it does not look like it supports the 'command' option that freebsd does. > > Oh well. > Well since I have the misfortune to work with Solaris 8. Bill Joy's second punishment on the world after vi, I sympathise with you. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 20: 9:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by hub.freebsd.org (Postfix) with ESMTP id D40D737B404 for ; Fri, 22 Mar 2002 20:09:15 -0800 (PST) Received: from fwd09.sul.t-online.de by mailout01.sul.t-online.com with smtp id 16ocjO-0001FO-01; Sat, 23 Mar 2002 05:02:14 +0100 Received: from there (320071886283-0001@[217.228.214.98]) by fmrl09.sul.t-online.com with smtp id 16ocjJ-0XSSxMC; Sat, 23 Mar 2002 05:02:09 +0100 Content-Type: text/plain; charset="iso-8859-15" From: Thomas =?iso-8859-15?q?W=FCrfl?= To: freebsd-questions@freebsd.org Subject: usb mass storage problems Date: Sat, 23 Mar 2002 05:03:09 +0100 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: <16ocjJ-0XSSxMC@fmrl09.sul.t-online.com> X-Sender: 320071886283-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have problems to connect a "Fujitsu Memorybird" - USB device to my computer. It is a flash-memory with USB connector. IMO it uses SCSI-simulation over USB, right? So I can use it like a generic-SCSI-harddisk. But I cannot mount it. It has a fat-filesystem, so I tried the -t msdos option. Pass option in the kernel is enabled (FreeBSD-4.5RELEASE). I heard it runs with linux, also I don't know what that is ;-) Here some more information... kernel output: umass0: Fujitsu Memorybird, rev 1.00/1.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 650KB/s transfers da0: 15MB (32000 512 byte sectors: 64H 32S/T 15C) --------- cdrecord output: snorry# cdrecord -scanbus Cdrecord 1.10 (i386-unknown-freebsd4.4) Copyright (C) 1995-2001 Jörg Schilling Using libscg version 'schily-0.5' scsibus0: 0,0,0 0) 'Fujitsu ' 'Memorybird ' '1.05' Removable Disk --------- try to mount: snorry# mount -t msdos /dev/da0s1 /disk2 (da0:umass-sim0:0:0:0): READ(06). CDB: 8 0 0 0 1 0 (da0:umass-sim0:0:0:0): ILLEGAL REQUEST asc:20,0 (da0:umass-sim0:0:0:0): Invalid command operation code da0: reading primary partition table: error reading fsbn 0 msdos: /dev/da0s1: Input/output error Mar 23 04:24:54 snorry /kernel: (da0:umass-sim0:0:0:0): READ(06). CDB: 8 0 0 0 1 0 Mar 23 04:24:54 snorry /kernel: (da0:umass-sim0:0:0:0): ILLEGAL REQUEST asc:20,0 Mar 23 04:24:54 snorry /kernel: (da0:umass-sim0:0:0:0): Invalid command operation code Mar 23 04:24:54 snorry /kernel: da0: reading primary partition table: error reading fsbn 0 snorry# ---------- try again: snorry# mount -t msdos /dev/da0s1 /disk2 Mar 23 04:32:11 snorry /kernel: umass0: BBB reset failed, TIMEOUT Mar 23 04:32:16 snorry /kernel: umass0: BBB bulk-in clear stall failed, TIMEOUT Mar 23 04:32:21 snorry /kernel: umass0: BBB bulk-out clear stall failed, TIMEOUT Mar 23 04:32:31 snorry /kernel: umass0: BBB reset failed, TIMEOUT Mar 23 04:32:36 snorry /kernel: umass0: BBB bulk-in clear stall failed, TIMEOUT snorry# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 20:28:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post-11.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id DA5B437B419 for ; Fri, 22 Mar 2002 20:28:43 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post-11.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16od90-000FPe-00 for FreeBSD-questions@FreeBSD.org; Sat, 23 Mar 2002 04:28:42 +0000 Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [oz]) with ESMTP id C4CB74880D for ; Sat, 23 Mar 2002 05:28:41 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1005) id B3499225C5; Sat, 23 Mar 2002 05:28:42 +0100 (CET) Date: Sat, 23 Mar 2002 05:28:42 +0100 From: Cliff Sarginson To: FreeBSD-questions@FreeBSD.org Subject: So long and thanks for all the fish Message-ID: <20020323042842.GI9544@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok, Since I have been cracked. I have been told it was because I run an anon ftp server, even though said server is not plugged in. And has not been plugged in for weeks. No-one believes a word I say about the secure shell. That there is a security hole in it. Since I get told off for using the word arsehole, but it seems to be ok for people to call me a Nazi. I am retiring from the scene for a while. Apparently I need to rebuild my network. I doubt I will be missed. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 20:49:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f131.law11.hotmail.com [64.4.17.131]) by hub.freebsd.org (Postfix) with ESMTP id A89D637B419 for ; Fri, 22 Mar 2002 20:49:27 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 22 Mar 2002 20:49:27 -0800 Received: from 68.6.82.67 by lw11fd.law11.hotmail.msn.com with HTTP; Sat, 23 Mar 2002 04:49:27 GMT X-Originating-IP: [68.6.82.67] From: "Charles Burns" To: fbsd@wbs-inc.com, questions@freebsd.org Subject: Re: Advocacy help for CS professor Date: Fri, 22 Mar 2002 21:49:27 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Mar 2002 04:49:27.0558 (UTC) FILETIME=[1CB94A60:01C1D226] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >From: Lorin Lund >To: questions@freebsd.org, "Charles Burns" >Subject: Re: Advocacy help for CS professor >Date: Fri, 22 Mar 2002 10:35:25 -0700 > >3/21/2002 11:41:47 PM, "Charles Burns" wrote: > > >I have a CD professor who has a masters in CS and EET from a top 50 > >university yet is enveloped in the Microsoft way of life. While this >isn't > >necessarily a bad thing, he is indirectly advocating Windows over Unix >for > >all tasks based on knowledge from the Unix of years ago. Alot has >changed! > >Showing him that Unix (BSD/Linux, etc) make a great server is easy, but >Unix > >is now a great desktop platform as well. This is what I need help with. I > >have written several advocacy messages myself, but they are typically > >targeted to people setting up servers. > > > >I would like to make some specific arguments that will show him that Unix >is > >worth giving a try, and if he doesn't like it, fine, his choice. He is > >willing to read what I have to say about it and listen to me as a peer, >and > >considering his position as the head of the CS department, this could > >benefit FreeBSD and Unix in general (if you are interested in that sort >of > >thing). > > > >This person has the following additude: > > > >- Microsoft has money, therefore can buy the best programmers, therefore >has > >the best products. > > > >The argument that more money means more productivity (whether in quality or >volume) >has been amply shown to be false by labor union's inability to produce the >increased >performance they promise at the bargaining table. > >Motivation comes from emotions. If people aren't excited about what they >do they will >inevitably give lackluster performance even if they have great potential. >People come >to feel they deserve whatever level of pay they are accustomed to - >paycheck >motivation therefore fades with time. > > >- Microsoft is very successful, therefore has the best products (though >he > >is not using the popularity alone as an argument as he does have >extensive > >knowledge of logic) > > > >- OSS programmers could not possibly be as good as Microsoft programmers, > >because Microsoft sponsors such things as nat'l programming competitions >and > >hires the winners/hires the best of class from top universities, etc. I >need > >specific reasons and hopefully links (not to slashdot, to reputable >neutral > >news sites and such). OSS has Greenman, DeRaadt, Torvalds, Hubbard, >Lehey, > >and others which are certainly among the top 100 programmers on earth. >How > >to prove, though? I have pointed out that academics and contest winners >are > >different from people that naturally love to code, but he is in a >commercial > >mindset. I have seen many great logical abstractions of this concept on > >various sites, but finding them would be impossible. > > > >- He is using examples of MS products being superior to other Windows > >products, examples in which he is right. Netscape 4.7* vs. IE4--No > >comparison. MS Office vs everything else--for it's intended audience, it > >really is the best. Media player, etc. He quoted Outlook Express, but >being > >in the field he uses Eudora because of OE's jaw-dropping security record. >I > >already made the Evolution comparison, but I really need more examples in > >which an OSS Unux product is superior. > >----Note that I am not trying to convince him that Unix makes a better > >overall desktop, or that OSS software is necessarily the best, only that > >there are many great OSS apps-some of which are better than MS >counterparts, > >and that he should give it a try. (he is busy and doesn't want to waste >time > >on something that he is pretty sure will suck) > > > >- He says Unix is fragmented, therefore cannot have a unified vision and > >focus, and that this automatically makes it inferior to Windows which is > >under one company with theoretically one vision and focus.(to own >everything > >:-) > >IBM's experience with OS/360 that was recorded in the book about the >man-month >being a myth (I don't remember the title) shows that communication overhead >in >a large team eventually becomes unbearable. My own experience confirms >that >large teams can end up doing poorer work than small teams precicely because >of communication overhead. If the price and delay of proper communication >were followed through on the only effect would be cost and delay, but when >communication is costly enough some programmers will make assumptions or >and go on with their work rather than wait for an answer (oftentimes >thinking >to go back and fix things if the eventual answer is different than the >assumption). > >Small intimate teams often do the best work. > >As far as MS having the best apps: >MS Money has never gained serious market share against Quicken. >It took MS several tries to come close to Stacker's file compression >software. > >When MS Access first came on the scene there was another GUI desktop >database. >I don't remember the name - just that it started with an 'A' like Access. >All the reviews >I read put the other program way ahead of Access. But I never saw it on >the shelves >in the computer stores. A year later the trade journal help wanted ads >listed MS Access >programmers wanted but no demand for programmers for the 'superior' >competing >product. > >MS success is no evidence of superior product. In many cases MS success is >due >to advertizing budget. In other cases it is due to momentum. In other >cases it is due >to MS PR hype. > >Years ago IBM was the giant. IBM never gave more bang per buck than it's >competitors. > Yet it was said (and largely true) that no-one ever got fired for >choosing IBM. Nowdays >it is a very rare thing that some gets fired for choosing MS. MS often >gets chosen in >business because it is a 'safe' choice, not necessarily because it is the >best choice. MS >gets chosen in homes by default. It comes pre-installed on the computer. >In other >cases people choose MS software because that is what they are familiar >with. > >Citing market success as evidence of technical superiority shows shallow >thinking and >a predisposition to find MS as the answer. > >MS PR hype often speaks of MS as being innovative yet: > >MS-DOS was bought from Seatle Software. >VB was one mans innovation and development work married to MS Basic. >COM objects are an evolutionary out growth of one mans vision that spawn VB >not really innovative. >Windows is a conceptual rip-off of Mac/Lisa which is a conceptual rip-off >of Xerox PARC. >IE started with purchased source code. >SQL Server started with purchased source code. > >While MS PR hype would have us believe that MS produces the best software >because >it employees the best programmers MS is not above oursourcing: Windows NT >as >designed by MS was strictly 32-bit. When MS recognized that many customers >expected >to be able to run their old Win-16 apps rather than having to buy all new >apps to move >to WinNT, MS outsourced the Win-16 support subsystem. > >Anyone who understands the internal structure of Win95 understands that: >MS's claim that Win95 was 32 bit throughout was a bold-faced lie. >MS has resorted to very awkward kluges to be able to re-use old DOS code. > >The security holes in OE that motivate the professor's use of Eudora are >evidence >that high salaries don't necessarily produce quality code. I.E. the >professor gives >proof against his own argument but since he won't acknowledge that any >other >valid evidence will similarly fall on deaf ears. > >The one more concept that I don't have particular figures for is that >academic success >is not always a sure indicator of ability to perform well in a working >world environment. I remember >being surprised at a study that showed how low the correlation is but I >don't have any recollection >of the source on that. The one thing I can almost point you to is an >article in "Datamation" reporting >a study that yielded a statistical personality profile of a D.P. Manager. >A majority of Data Processing >managers at that time were college dropouts. This article was circa 1983. >I.E. success in real-world >computing has no strong correlation to education. Bill Gates is a case in >point. > >One more concept which, in my experience applies to the MS user world but >may not apply to the >to the MS software development world: People that seek computer training >because they hear, "That's >where the money is." Tend to go for MS training. They learn only enough to >get certified and get the job. >Most of the people I've met in the unix world are people who learn because >they are curious. They >keep learning, even on their own. Whereas people who originally sought >learning only to get a job will >seek more learning only when they see their job threatened. Even if they >have opportunities to get >more training at their employers expense, the motivation to learn as much >as possible probably isn't there. >The motivation instead is to learn only enough to get the credentials. > >One last concept: When you ponder on the fundamental deceitfulness of the >astroturf campaign and some >of their other blantant lies it becomes apparent that MS's moral standards >(here I'm referring to the pattern >of top-managment decisions - not to impune the personal integrity of any >particular worker.) are like >Bill Clinton's - only as strong as public sentiment demands. If MS can >engender confidence in their >product by PR hype they are not motivated to actually provide quality. If >they can overwhelm news of >evidence of bugs or poor quality with media hype they will do it. When you >see a company concurrently >employing three different PR firms you have reason to wonder if the company >is willing to let the quality >of it's products speak for themselves. > > > > >I have already made some arguments and given some examples, but I would > >greatly appreciate any compact and strong anecdotes, facts, quotes, > >examples, theories, logical proofs, rhetorical questions, etc. that >apply. > >Please don't tell me that Windows really is a better desktop OS--whether >it > >is or not isn't the point. > > > >Thanks ahead of time. > > > >_________________________________________________________________ > >Join the world’s largest e-mail service with MSN Hotmail. > >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 _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 20:50:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f105.law11.hotmail.com [64.4.17.105]) by hub.freebsd.org (Postfix) with ESMTP id 6821337B430 for ; Fri, 22 Mar 2002 20:50:16 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 22 Mar 2002 20:50:16 -0800 Received: from 68.6.82.67 by lw11fd.law11.hotmail.msn.com with HTTP; Sat, 23 Mar 2002 04:50:16 GMT X-Originating-IP: [68.6.82.67] From: "Charles Burns" To: fbsd@wbs-inc.com, questions@freebsd.org Subject: Re: Advocacy help for CS professor Date: Fri, 22 Mar 2002 21:50:16 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Mar 2002 04:50:16.0333 (UTC) FILETIME=[39CBC3D0:01C1D226] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry about that last (all quoted) message--was doing an experiment to report a Mozilla bug and I accidentally sent the message. _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 20:54:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fm7.freemail.hu (fm7.freemail.hu [195.228.242.207]) by hub.freebsd.org (Postfix) with SMTP id A45AC37B41A for ; Fri, 22 Mar 2002 20:54:48 -0800 (PST) Received: (qmail 30305 invoked by uid 851822); 23 Mar 2002 05:54:42 +0100 Date: Sat, 23 Mar 2002 05:54:42 +0100 (CET) From: Jozsef Attila Subject: UFS limit? To: questions@freebsd.org Message-ID: X-Originating-IP: [152.66.142.108] X-HTTP-User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-2 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a question about UFS... i'm using FreeBSD and i wonder if UFS has a filesystem size limit or something? becouse i have a vinum dev which is bigger then 1T and when i want to make a filesystem on it (newfs - v /dev/vinum/...). it crashes on the beginning, with an error which seems to be a stack overflow... i'm looking for solutions so please write me some (what should i do now?) regards mininx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 21: 7: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id D1A5D37B41A for ; Fri, 22 Mar 2002 21:06:58 -0800 (PST) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id AAA63066; Sat, 23 Mar 2002 00:26:51 -0500 (EST) (envelope-from shovey@buffnet.net) Date: Sat, 23 Mar 2002 00:06:49 -0500 (EST) From: Stephen Hovey To: Cliff Sarginson Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: So long and thanks for all the fish In-Reply-To: <20020323042842.GI9544@raggedclown.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG SSH has BIG security problems.. Ive been cracked ONCE - the week I ran SSH - an not since I pulled it out.. and i got slammed for sayin that too.. So the moral is - if it smells like a fish, it probably is. On Sat, 23 Mar 2002, Cliff Sarginson wrote: > Ok, > Since I have been cracked. > I have been told it was because I run an anon ftp server, even though > said server is not plugged in. And has not been plugged in for weeks. > No-one believes a word I say about the secure shell. > That there is a security hole in it. > Since I get told off for using the word arsehole, but it seems to be ok > for people to call me a Nazi. > I am retiring from the scene for a while. > Apparently I need to rebuild my network. > I doubt I will be missed. > > -- > Regards > Cliff Sarginson -- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 22 21:12:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.san.rr.com (smtp2.san.rr.com [24.25.195.39]) by hub.freebsd.org (Postfix) with ESMTP id AD6EF37B404 for ; Fri, 22 Mar 2002 21:12:08 -0800 (PST) Received: from 66-75-4-28.san.rr.com (66-75-4-28.san.rr.com [66.75.4.28]) by smtp2.san.rr.com (8.11.4/8.11.4) with ESMTP id g2N5C7528258 for ; Fri, 22 Mar 2002 21:12:08 -0800 (PST) Date: Fri, 22 Mar 2002 21:12:50 -0800 (PST) From: Peter Leftwich X-X-Sender: root@66-75-1-142.san.rr.com To: FreeBSD Questions Subject: BUG? mv dir/subdirs & cp -pRP Message-ID: <20020322210527.W18094-100000@66-75-1-142.san.rr.com> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Has this been discussed already? Whenever I "mv /some/place/else/" it seems like the "cp -pRP" command that actually occurs does *not* preserve the last modified date and time for directories and subdirectories, but *does* do so for files. *-Ack!!-* Someone off-list told me that this looked like a bug because the mv command creates the directory with preserved/original modification info, but then the act of copying files (using preservation) into that new directory *changes* the directory's last modified info to "just now!" Shouldn't the mv binary somehow use mtime to fix this paradox? Windows' "move" did not feature (haha) this bug. Am I on to something here?? -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 21:21:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from snipe.prod.itd.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by hub.freebsd.org (Postfix) with ESMTP id 741CE37B41D for ; Fri, 22 Mar 2002 21:21:33 -0800 (PST) Received: from evrtwa1-ar2-4-61-195-225.evrtwa1.vz.dsl.gtei.net ([4.61.195.225] helo=nimbus) by snipe.prod.itd.earthlink.net with smtp (Exim 3.33 #1) id 16ody1-0006J0-00; Fri, 22 Mar 2002 21:21:26 -0800 Date: Fri, 22 Mar 2002 21:16:53 -0800 From: scott worley To: Jonathan Chen Cc: freebsd-questions@freebsd.org Subject: Re: Where is /etc/X11 in XFree 4.2 port? Message-Id: <20020322211653.0f48696b.folokai@earthlink.net> In-Reply-To: <20020323155713.A17368@grimoire.chen.org.nz> References: <20020322145041.2b8c5ba9.folokai@earthlink.net> <20020323155713.A17368@grimoire.chen.org.nz> X-Mailer: Sylpheed version 0.7.0 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 23 Mar 2002 15:57:13 +1200 Jonathan Chen wrote: > On Fri, Mar 22, 2002 at 02:50:41PM -0800, scott worley wrote: snip > > Did the files present in /etc/X11 get moved? Every time I have tried to build XFree 4.2 there are no config files in /etc/X11. > > > > Only XF86Config now lives in /etc/X11. Everything else is in > /usr/X11R6/lib/X11. > -- > Jonathan Chen > ---------------------------------------------------------------------- > "Only the meek get pinched. The bold survive." > - Ferris Bueller Thanks Jonathan, I put XF86Config in /usr/X11R6/libX11 and X starts. My next problem to solve is I build it with the beta Matrox driver and it will only do 640x480. I've got DRI enabled in XF86Config but the log shows DRI is failing. It's looking for /dev/dri/card0, card1, etc. All I have is the /dev/dri directory which is empty. After searching through XFree 4.2.0 source I found in ../hw/xfree86/os-support/bsd/drm/kernel/drm_drv.h the line CDEV_MAJOR 145. Made a /dev/dri/card0 145 0 node but X still chokes on DRI with the same error. scott folokai@earthlink.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 21:23:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13103.mail.yahoo.com (web13103.mail.yahoo.com [216.136.174.148]) by hub.freebsd.org (Postfix) with SMTP id 4436D37B41B for ; Fri, 22 Mar 2002 21:23:34 -0800 (PST) Message-ID: <20020323052332.15241.qmail@web13103.mail.yahoo.com> Received: from [68.39.132.244] by web13103.mail.yahoo.com via HTTP; Fri, 22 Mar 2002 21:23:32 PST Date: Fri, 22 Mar 2002 21:23:32 -0800 (PST) From: Gerard Subject: qmail maybe ?? To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok, Im trying to setup a mailserver running qmail. In both /var/qmail/controls/locals & rcpthosts I have -> localhost.trini0.org hivemind.trini0.org trini0.org I could send mail within the lan, and to users within a server. But Im unable to send mail from lets say my yahoo account to my mailserver. Im not sure if its a qmail or dns problem here... Here is a copy of the bounced mail -> Hi. This is the qmail-send program at hivemind.trini0.org. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. : Sorry, I couldn't find any host named trini0.org. (#5.1.2) --- Below this line is a copy of the message. Return-Path: Received: (qmail 18114 invoked from network); 23 Mar 2002 04:56:30 -0000 Received: from web13102.mail.yahoo.com (216.136.174.147) by hivemind.trini0.org with SMTP; 23 Mar 2002 04:56:30 -0000 Message-ID: <20020323045629.43760.qmail@web13102.mail.yahoo.com> Received: from [68.39.132.244] by web13102.mail.yahoo.com via HTTP; Fri, 22 Mar 2002 20:56:29 PST Date: Fri, 22 Mar 2002 20:56:29 -0800 (PST) From: Gerard Subject: test To: gsam@hivemind.trini0.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii test Please cc to gms08701@yahoo.com __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.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 Mar 22 21:31: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ares.blahz.ab.ca (h24-64-95-168.cg.shawcable.net [24.64.95.168]) by hub.freebsd.org (Postfix) with SMTP id DB86737B417 for ; Fri, 22 Mar 2002 21:30:59 -0800 (PST) Received: (qmail 3275 invoked by uid 508); 23 Mar 2002 05:31:07 -0000 Received: from bsd-lists@blahz.ab.ca by ares.blahz.ab.ca with qmail-scanner-1.01 (sweep: 2.9/3.55. . Clean. Processed in 1.307859 secs); 23 Mar 2002 05:31:07 -0000 Received: from unknown (HELO zeus) (24.64.93.70) by h24-64-95-168.cg.shawcable.net with SMTP; 23 Mar 2002 05:31:06 -0000 From: "Mike Roest" To: "'Gerard'" , Subject: RE: qmail maybe ?? Date: Fri, 22 Mar 2002 22:30:51 -0700 Message-ID: <000501c1d22b$e816f590$465d4018@zeus> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <20020323052332.15241.qmail@web13103.mail.yahoo.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is most likely a dns problem, Yep it is. As there is now MX record for you domain you should a a record something like this @ IN MX 10 mailserver.trini0.org. Where mailserver.trini0.org is your mailserver name. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Gerard Sent: Friday, March 22, 2002 10:24 PM To: freebsd-questions@freebsd.org Subject: qmail maybe ?? Ok, Im trying to setup a mailserver running qmail. In both /var/qmail/controls/locals & rcpthosts I have -> localhost.trini0.org hivemind.trini0.org trini0.org I could send mail within the lan, and to users within a server. But Im unable to send mail from lets say my yahoo account to my mailserver. Im not sure if its a qmail or dns problem here... Here is a copy of the bounced mail -> Hi. This is the qmail-send program at hivemind.trini0.org. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. : Sorry, I couldn't find any host named trini0.org. (#5.1.2) --- Below this line is a copy of the message. Return-Path: Received: (qmail 18114 invoked from network); 23 Mar 2002 04:56:30 -0000 Received: from web13102.mail.yahoo.com (216.136.174.147) by hivemind.trini0.org with SMTP; 23 Mar 2002 04:56:30 -0000 Message-ID: <20020323045629.43760.qmail@web13102.mail.yahoo.com> Received: from [68.39.132.244] by web13102.mail.yahoo.com via HTTP; Fri, 22 Mar 2002 20:56:29 PST Date: Fri, 22 Mar 2002 20:56:29 -0800 (PST) From: Gerard Subject: test To: gsam@hivemind.trini0.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii test Please cc to gms08701@yahoo.com __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy AwardsR http://movies.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 21:40:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.san.rr.com (smtp1.san.rr.com [24.25.195.37]) by hub.freebsd.org (Postfix) with ESMTP id 8BCB937B400 for ; Fri, 22 Mar 2002 21:40:09 -0800 (PST) Received: from 66-75-4-28.san.rr.com (66-75-4-28.san.rr.com [66.75.4.28]) by smtp1.san.rr.com (8.11.4/8.11.4) with ESMTP id g2N5e8k00723 for ; Fri, 22 Mar 2002 21:40:09 -0800 (PST) Date: Fri, 22 Mar 2002 21:40:51 -0800 (PST) From: Peter Leftwich X-X-Sender: root@66-75-1-142.san.rr.com To: FreeBSD Questions Subject: man moused, keybd macro to emulate Button2 press? Message-ID: <20020322213225.P18542-100000@66-75-1-142.san.rr.com> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi again. I am a very keyboard-oriented (aka. anti-mouse) person, frequently conducting major chords of command-line keystrokes... *smiles* So after reading the moused manpage I am left with the questions: What/where is the "cut buffer?" And how may I assign a keyboard macro in order to paste what is in this "clipboard" (cringes along with the other anti-M$FT listmembers) without having to press my mouse's middle button? Preeshie yate it, -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 21:55:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.ihug.com.au (smtp3.ihug.com.au [203.109.250.76]) by hub.freebsd.org (Postfix) with ESMTP id B68D237B419 for ; Fri, 22 Mar 2002 21:55:23 -0800 (PST) Received: from [203.173.134.92] (john@p92-tnt4.syd.ihug.com.au [203.173.134.92]) by smtp3.ihug.com.au (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id QAA30489; Sat, 23 Mar 2002 16:02:06 +1100 X-Authentication-Warning: smtp3.ihug.com.au: Host john@p92-tnt4.syd.ihug.com.au [203.173.134.92] claimed to be [203.173.134.92] X-Sender: john/jmv@mail.webtapestry.net Message-Id: In-Reply-To: References: <3C9BA9B4.5040508@unisys.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Sat, 23 Mar 2002 16:05:57 +1100 To: John Bleichert From: John Vender Subject: Re: Dell PowerEdge 1650 Cc: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >On Fri, 22 Mar 2002, doug.fee@unisys.com wrote: > >> Date: Fri, 22 Mar 2002 17:01:24 -0500 >> From: "doug.fee@unisys.com" >> To: questions@FreeBSD.ORG >> Subject: Dell PowerEdge 1650 >>=20 >> Hi All, >>=20 >> Does anyone know or tried to run FreeBSD on a Dell PowerEdge 1650? I'm= =20 >> pretty sure it would work, but I'm not sure about the dual embedded=20 >> gigabit ethernet cards that come with it. I tried to find out exactly=20 >> what they are, but to no avail. I'm thinking that maybe it is the Intel= =20 >> PRO/1000 XTs. But it is confusing since Dell offers them as add-on=20 >> cards also. >>=20 >> Any light on this issue would be greatly appreciated since I'm=20 >> considering buying 7 of them... >>=20 >> Thanks, >> Doug Fee >> Network Design Engineer >> Unisys Corporation >> doug.fee@unisys.com >> 502-226-2143 >>=20 > >Why not just ask Dell to provide them with FreeBSD on them? > >heheBWAHAHAHAHAHAHAHHAAHA I kill me sometimes .... > >...sniff, hhehehe, seriously - can you buy them w/o an opsys on them? If=20 >so, why not choose a different vendor wich will sell you servers with BSD= =20 >on them or save some money and build your own? > >Just curious. > >|-John Bleichert----syborg@stny.rr.com----------------| >|-------------------http://vonbek.dhs.org/latest.jpg--| > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message There seems to be a view shared by many that Dell make well-built computers.= That may be the case but I have learned the hard way that anyone expecting= any help from them getting FreeBSD working correctly on one of their= systems (or anything other than windows or the linux they ship with) is= going to be very disappointed. Major hassles getting FreeBSD going properly= on Dell systems seem to get worked out by the FreeBSD gurus here but I= would put Dell near the bottom of my list as choice of hardware for a= FreeBSD server that isn't a nightmare to set up. Cheers...John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 22:27:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by hub.freebsd.org (Postfix) with ESMTP id 6E5B737B404 for ; Fri, 22 Mar 2002 22:27:18 -0800 (PST) Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id 4589228DA4; Sat, 23 Mar 2002 01:27:17 -0500 (EST) Date: Sat, 23 Mar 2002 01:27:17 -0500 (EST) From: Peter Leftwich X-X-Sender: To: Cliff Sarginson Cc: FreeBSD Questions Subject: Re: So long and thanks for all the fish In-Reply-To: <20020323042842.GI9544@raggedclown.net> Message-ID: <20020323012045.I57052-100000@earl-grey.cloud9.net> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 23 Mar 2002, Cliff Sarginson wrote: > Ok, Since I have been cracked. I have been told it was because I run an anon ftp server, even though said server is not plugged in. And has not been plugged in for weeks. No-one believes a word I say about the secure shell. That there is a security hole in it. Since I get told off for using the word arsehole, but it seems to be ok for people to call me a Nazi. I am retiring from the scene for a while. Apparently I need to rebuild my network. I doubt I will be missed. > -- > Regards > Cliff Sarginson -- Erm, I run ssh all the time and apparently "sshd" but -- and this is a question I often have swimming around my head -- are daemons pretty much only for "stuff coming in" or in this case, does sshd *NEED* to be run so that I may ssh "out of my box?" Somebody please comment. P.S. Cliff, I miss you already. Honestly! :) -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 22:37:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (mail.pioneernet.net [207.115.64.224]) by hub.freebsd.org (Postfix) with ESMTP id 8397737B404 for ; Fri, 22 Mar 2002 22:37:49 -0800 (PST) Received: from chip3.wiegand.org [66.114.152.128] by pioneernet.net (SMTPD32-6.06) id A36BE03C00A0; Fri, 22 Mar 2002 22:40:43 -0800 Date: Sat, 23 Mar 2002 00:13:43 -0800 From: Chip Wiegand To: James Starr Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Newbie who is fed up with windows! Message-Id: <20020323001343.6ee3ce8a.chip@wiegand.org> In-Reply-To: References: Organization: Homenet X-Mailer: Sylpheed version 0.7.0claws (GTK+ 1.2.10; i386--freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well, it looks like James Starr opened his big mouth again, on Fri, 22 Mar 2002 20:00:56 -0800, and spouted out this: > Hi, > > I've had about all I can stand of windows. I know very little about > using Unix, but my first attempt to set up FreeBSD seemed pretty > straight forward. Mine also, about 3 years ago. > Only trouble was the modem. You need to determine if the modem is a winmodem (software modem) or a standard modem. I believe it is next to impossible to get a winmodem to work on any *nix. If it is a winmodem, you would be better off buying a real modem. And one more point, if you do buy a new modem, buy external. They are always the easiest to set up. BTW, welcome to a real operating system. Once here, you'll not go back. Just keep in mind, there are certain things windoze is better for - mainly games. > Because I'm pretty > new to this, I get frustrated when I can't make something work. > But I'm not so frustrated that I'll stick with windows. I scoured > The Complete FreeBSD, but everything I tried doesn't seem to work, > and I'm not that much of an idiot. Also take a look at man ppp. Some say it makes it look more complicated than it really is, but you should at least read through it. The ppp.conf default file should be enough though. > Shouldn't I be able to install > the right modem driver from sysinstall? I don't believe there is any setup option in sysinstall for ppp. > Anyone's suggestions or > help will be much appreciated. Help a Microsoft victim break free! > > ~James The default ppp.conf is a great place to start. I just made a couple changes to it and it worked. The changes involved simply plugging in the appropriate info my dial-up. Once again, though, I had an external modem - 56k 3com. Works like a charm. I use that at work on a rare occasion. Here at home I have dsl so it's not a problem. Welcome to the ranks. Glad to have ya! Regards -- Chip W www.wiegand.org chip@wiegand.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 22:39:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from raiden.jasnetworks.net (raiden.jasnetworks.net [65.194.248.251]) by hub.freebsd.org (Postfix) with ESMTP id 3033037B41A for ; Fri, 22 Mar 2002 22:39:07 -0800 (PST) Received: from works (works.jasnetworks.net [192.168.0.2]) by raiden.jasnetworks.net (8.11.6/8.11.6) with ESMTP id g2N6frV70844 for ; Sat, 23 Mar 2002 01:41:53 -0500 (EST) (envelope-from raiden23@netzero.net) Message-Id: <4.2.0.58.20020323014057.00961a90@pop.netzero.net> X-Sender: raiden23@pop.netzero.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Sat, 23 Mar 2002 01:45:33 -0500 To: freebsd-questions@FreeBSD.ORG From: Lord Raiden Subject: Speaking of Apache and Frontpage Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well now that we're on this subject somewhat and someone else mentioned this, I'm gonna ask this myself. I've got a server I'm setting up for a client who is dead set on having a unix server running apache (which is the good part) but he also wants frontpage extensions installed (that's the bad part) so that he can use his frontpage 98 to do all his own web design. Now, I've never actually had to install Apache with Frontpage extensions myself so I'm stuck. Tried to do it myself and only made a mess of things. So after 6 hours of fighting this, I'm coming to you guys for help. We're starting with a clean slate here...well I hope anyways, and I'm going from ground zero. I've uninstalled everything I tried to install and I'm going to try this again. What do I need to do to effectively install a standard, no special configs, right out of the box (or ports in this case) type install of Apache with Frontpage extensions. Your help is greatly welcomed. If you can give me a simple step by step, I'll be forever grateful. Thanks. (So far I can tell this is nowhere near as easy as setting up Apache. But then again, we're talking Microsoft stuff here too) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 22:49:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post-11.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 1671B37B417 for ; Fri, 22 Mar 2002 22:49:52 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post-11.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16ofLb-000Gr8-00 for FreeBSD-Questions@FreeBSD.Org; Sat, 23 Mar 2002 06:49:51 +0000 Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [oz]) with ESMTP id 50AA14880D for ; Sat, 23 Mar 2002 07:49:50 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1005) id CB697225C5; Sat, 23 Mar 2002 07:49:50 +0100 (CET) Date: Sat, 23 Mar 2002 07:49:50 +0100 From: Cliff Sarginson To: FreeBSD Questions Subject: Re: So long and thanks for all the fish Message-ID: <20020323064950.GB842@raggedclown.net> References: <20020323042842.GI9544@raggedclown.net> <20020323012045.I57052-100000@earl-grey.cloud9.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020323012045.I57052-100000@earl-grey.cloud9.net> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Mar 23, 2002 at 01:27:17AM -0500, Peter Leftwich wrote: > On Sat, 23 Mar 2002, Cliff Sarginson wrote: > > Ok, Since I have been cracked. I have been told it was because I run an anon ftp server, even though said server is not plugged in. And has not been plugged in for weeks. No-one believes a word I say about the secure shell. That there is a security hole in it. Since I get told off for using the word arsehole, but it seems to be ok for people to call me a Nazi. I am retiring from the scene for a while. Apparently I need to rebuild my network. I doubt I will be missed. > > -- > > Regards > > Cliff Sarginson -- > > Erm, I run ssh all the time and apparently "sshd" but -- and this is a > question I often have swimming around my head -- are daemons pretty much > only for "stuff coming in" or in this case, does sshd *NEED* to be run so > that I may ssh "out of my box?" Somebody please comment. > > P.S. Cliff, I miss you already. Honestly! :) > Well since I just unsubscribed from all the lists, I dont officially exist anymore. So your question just came through on the ether I guess I dont know anything, plenty of experts here. They even all know that that there is NOT a sngle bug in ssh. Despite all evidence to the contrary. Ask the experts. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 22:51:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail4.nc.rr.com (fe4.southeast.rr.com [24.93.67.51]) by hub.freebsd.org (Postfix) with ESMTP id A0C4337B404 for ; Fri, 22 Mar 2002 22:51:38 -0800 (PST) Received: from i8k.babbleon.org ([66.57.85.154]) by mail4.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Sat, 23 Mar 2002 01:52:09 -0500 Received: by i8k.babbleon.org (Postfix, from userid 111) id 120B0BA05; Sat, 23 Mar 2002 01:51:20 -0500 (EST) Content-Type: text/plain; charset="iso-8859-1" From: Brian T.Schellenberger To: John Vender , John Bleichert Subject: Re: Dell PowerEdge 1650 Date: Sat, 23 Mar 2002 01:51:20 -0500 X-Mailer: KMail [version 1.3] Cc: freebsd-questions@FreeBSD.ORG References: <3C9BA9B4.5040508@unisys.com> In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020323065120.120B0BA05@i8k.babbleon.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Saturday 23 March 2002 12:05 am, John Vender wrote: | >On Fri, 22 Mar 2002, doug.fee@unisys.com wrote: | >> Date: Fri, 22 Mar 2002 17:01:24 -0500 | >> From: "doug.fee@unisys.com" | >> To: questions@FreeBSD.ORG | >> Subject: Dell PowerEdge 1650 | >> | >> Hi All, | >> | >> Does anyone know or tried to run FreeBSD on a Dell PowerEdge 1650? I'm | >> pretty sure it would work, but I'm not sure about the dual embedded | >> gigabit ethernet cards that come with it. I tried to find out exactly | >> what they are, but to no avail. I'm thinking that maybe it is the Intel | >> PRO/1000 XTs. But it is confusing since Dell offers them as add-on | >> cards also. | >> | >> Any light on this issue would be greatly appreciated since I'm | >> considering buying 7 of them... | >> | >> Thanks, | >> Doug Fee | >> Network Design Engineer | >> Unisys Corporation | >> doug.fee@unisys.com | >> 502-226-2143 | > | >Why not just ask Dell to provide them with FreeBSD on them? | > | >heheBWAHAHAHAHAHAHAHHAAHA I kill me sometimes .... | > | >...sniff, hhehehe, seriously - can you buy them w/o an opsys on them? If | >so, why not choose a different vendor wich will sell you servers with BSD | >on them or save some money and build your own? | > | >Just curious. | > | >|-John Bleichert----syborg@stny.rr.com----------------| | >|-------------------http://vonbek.dhs.org/latest.jpg--| | > | >To Unsubscribe: send mail to majordomo@FreeBSD.org | >with "unsubscribe freebsd-questions" in the body of the message | | There seems to be a view shared by many that Dell make well-built | computers. That may be the case but I have learned the hard way that anyone | expecting any help from them getting FreeBSD working correctly on one of | their systems (or anything other than windows or the linux they ship with) | is going to be very disappointed. Major hassles getting FreeBSD going | properly on Dell systems seem to get worked out by the FreeBSD gurus here | but I would put Dell near the bottom of my list as choice of hardware for a | FreeBSD server that isn't a nightmare to set up. Well, I'd say that Dell is some of the more FreeBSD-friendly hardware available, in general. Of course I've never used a PowerEdge. They one of the few that actually (a) tests their hardware with Linux and in some cases ships with it, and (b) has some FreeBSD drivers on their site. What company do you deal with that is significantly *more* FreeBSD-friendly? [Of course I don't *expect* tech support from *any* vendor to help me with problems under FreeBSD -- why would you expect that anyway?] That said, I'd order 1 and see if I had any trouble and then order the other 6. | | Cheers...John | | | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-questions" in the body of the message -- Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) Brian, the man from Babble-On . . . . bts@babbleon.org (personal) ME --> http://www.babbleon.org http://www.eff.org <-- GOOD GUYS --> http://www.programming-freedom.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 22:56:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id F0F0937B41C for ; Fri, 22 Mar 2002 22:56:17 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id 41071901A00; Sat, 23 Mar 2002 01:54:52 -0500 (EST) Date: Sat, 23 Mar 2002 01:54:52 -0500 From: mpd To: G D McKee Cc: questions@freebsd.org Subject: Re: Upgrading Ported Apps + Dependant Ports Message-ID: <20020323015452.A25792@rochester.rr.com> References: <002b01c1d1e9$fc9bab10$c800a8c0@p1000> <20020322164815.A24186@rochester.rr.com> <004101c1d1ef$f4708bd0$c800a8c0@p1000> <20020322173456.A24469@rochester.rr.com> <004f01c1d1f3$7405f490$c800a8c0@p1000> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <004f01c1d1f3$7405f490$c800a8c0@p1000>; from freebsd@gdmckee.com on Fri, Mar 22, 2002 at 10:46:49PM -0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 22, 2002 at 10:46:49PM -0000, G D McKee wrote: > Hi Please don't remove the cc: to questions. The answers need to be archived along with the questions. > > I have got the latest ports tree - cvsupped - do I need to build anything? I don't understand what you mean. You use the portupgrade port to update your ports. > The start-up script doesn;t seem to do anything? Which start-up script? > > Gordon > > ----- Original Message ----- > From: "mpd" > To: "G D McKee" > Cc: > Sent: Friday, March 22, 2002 10:34 PM > Subject: Re: Upgrading Ported Apps + Dependant Ports > > > > On Fri, Mar 22, 2002 at 10:21:46PM -0000, G D McKee wrote: > > > Hi > > > > > > Got the port installed and have read the man page and portupgrade > doesn't > > > seem to exist anywhere on my system. I was going to do a > portupgrade -ri > > > iconv? > > > > > > Am I doing anything wrong? > > > > That should be fine. > > > > > > Thanks for your previous reply. > > > > > > Gordon > > > > mike > > > > > > ----- Original Message ----- > > > From: "mpd" > > > To: "G D McKee" > > > Cc: > > > Sent: Friday, March 22, 2002 9:48 PM > > > Subject: Re: Upgrading Ported Apps + Dependant Ports > > > > > > > > > > On Fri, Mar 22, 2002 at 09:39:03PM +0000, G D McKee wrote: > > > > > Hi > > > > > > > > > > I have ran pkg_version -c and got a list of all the ports that are > out > > > if > > > > > date. I have noticed that most of the library ports get looked for > and > > > it > > > > > continues to use the old version. Is there a way of making a port > and > > > > > telling it to upgrade the dependencies as well? > > > > > > > > The portupgrade port (/usr/ports/sysutils/portupgrade) has this > > > > functionality. I highly recommend it. > > > > > > > > > > > > > > Thanks in advance > > > > > > > > > > Gordon > > > > > > > > > > > > > mike > > > > -- > > > > ___________________________________________________________ > > > > > > > > "THESE WORDS - THEIR ASPECT WAS OBSCURE - I READ > > > > INSCRIBED ABOVE A GATEWAY AND I SAID: > > > > 'MASTER, THEIR MEANING IS DIFFICULT FOR ME.'" > > > > - Little Girl from "PLAYING HARD-TO-LISTEN-TO" > > > > > > > > > > > -- > > ___________________________________________________________ > > > > "SO YOU SEE, AMMONIA IS TRULY IS OWN BEST FRIEND!!!" > > - Little Girl from "THE FORBIDDEN CANDY" > > > -- ___________________________________________________________ "WE ARE EATING ARCTIC CIRCLE CANDY!! WE FOUND IT IN A JAR MARKED 'FORBIDDEN CANDY'!! IT IS TASTY POKEY!!!" - Little Girl from "THE FORBIDDEN CANDY" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 23: 4:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id 1579337B41C for ; Fri, 22 Mar 2002 23:04:16 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id E2218901A00; Sat, 23 Mar 2002 02:02:55 -0500 (EST) Date: Sat, 23 Mar 2002 02:02:55 -0500 From: mpd To: Alex Cc: Happy , freebsd-questions@FreeBSD.ORG Subject: Re: What can be done in Command Line Interface? Message-ID: <20020323020255.B25792@rochester.rr.com> References: <000801c1d20d$a8791580$3a837dcb@ajax> <7360599577.20020323030236@dds.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <7360599577.20020323030236@dds.nl>; from freebsd@akruijff.dds.nl on Sat, Mar 23, 2002 at 03:02:36AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Mar 23, 2002 at 03:02:36AM +0100, Alex wrote: > Hello Happy, > > Saturday, March 23, 2002, 2:54:24 AM, you wrote: > > H> Hi, I am a new user of freebsd 4.0. I have installed the OS but > H> can only use the command line interface because of graphics card > H> incompatibility. But I decided to learn using the command line > H> interface anyway. Can the things which can be done in GUI be > H> done in command line ? e.g, can we email,surf the net,install new > H> software,browse our hard-disk in command line? Also,what are the > H> editors and programming software which we can open and use in > H> command line interface ? Please reply if you can. Thanks !! :) > > Email - There are lots of e-mail programs that run under command line. > I didn't have a real experience with these. mail, mutt, pine, about a million others. > > Suft - You wanna have a look at lynx. This is a text brouwser with > support for frames. Lynx does not support frames. w3m does (I believe it renders them like tables.) > > Editors - There are two editors that come installed with the OS and > many more you can install from the ports system. The first Ed is an > easy to understand. The second is vi. More complex but real handy, > ones you know how to handle it. There's also ee, which should be fairly intuitive for anyone with a few brain cells in their head. > > The handbook holds more information. You wanna read at least chapter > 1-4 http://www.freebsd.org/handbook/index.html > > > -- Best regards, Alex > mailto:freebsd@akruijff.dds.nl > You're going to receive about a million suggestions for the various types of software you asked about. Find the one *you* like, as you're going get responses from people who are religiously tied to things like their editor and MUA, and therefore have non-objective viewpoints. mike -- ___________________________________________________________ "NOW YOU ARE BOTH GOING TO DIE!!!" - Pokey the Penguin from "THE FORBIDDEN CANDY" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 23: 8:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id 7731937B419 for ; Fri, 22 Mar 2002 23:08:25 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id 47EC9901A00; Sat, 23 Mar 2002 02:07:05 -0500 (EST) Date: Sat, 23 Mar 2002 02:07:05 -0500 From: mpd To: Peter Leftwich Cc: questions@freebsd.org Subject: Re: So long and thanks for all the fish Message-ID: <20020323020705.C25792@rochester.rr.com> References: <20020323042842.GI9544@raggedclown.net> <20020323012045.I57052-100000@earl-grey.cloud9.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020323012045.I57052-100000@earl-grey.cloud9.net>; from Hostmaster@Video2Video.Com on Sat, Mar 23, 2002 at 01:27:17AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Mar 23, 2002 at 01:27:17AM -0500, Peter Leftwich wrote: > On Sat, 23 Mar 2002, Cliff Sarginson wrote: > > Ok, Since I have been cracked. I have been told it was because I run an anon ftp server, even though said server is not plugged in. And has not been plugged in for weeks. No-one believes a word I say about the secure shell. That there is a security hole in it. Since I get told off for using the word arsehole, but it seems to be ok for people to call me a Nazi. I am retiring from the scene for a while. Apparently I need to rebuild my network. I doubt I will be missed. > > -- > > Regards > > Cliff Sarginson -- > > Erm, I run ssh all the time and apparently "sshd" but -- and this is a > question I often have swimming around my head -- are daemons pretty much > only for "stuff coming in" or in this case, does sshd *NEED* to be run so > that I may ssh "out of my box?" Somebody please comment. No. Daemons service requests from clients. A daemon needs to be running *somewhere*, obviously, but not locally. It's akin to not having to run an httpd to browse the web. > > P.S. Cliff, I miss you already. Honestly! :) > > -- > Peter Leftwich mike -- ___________________________________________________________ "BECAUSE NO ONE TOUCHES MY STUFF!!!" - Pokey the Penguin from "THE FORBIDDEN CANDY" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 23:10:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (mail.pioneernet.net [207.115.64.224]) by hub.freebsd.org (Postfix) with ESMTP id A104637B417 for ; Fri, 22 Mar 2002 23:10:02 -0800 (PST) Received: from chip3.wiegand.org [66.114.152.128] by pioneernet.net (SMTPD32-6.06) id AAFD1A700BE; Fri, 22 Mar 2002 23:13:01 -0800 Date: Sat, 23 Mar 2002 00:46:02 -0800 From: Chip Wiegand To: mpd Cc: freebsd-reply@akruijff.dds.nl, kuishin@singnet.com.sg, freebsd-questions@FreeBSD.ORG Subject: Re: What can be done in Command Line Interface? Message-Id: <20020323004602.7c3fdccc.chip@wiegand.org> In-Reply-To: <20020323020255.B25792@rochester.rr.com> References: <000801c1d20d$a8791580$3a837dcb@ajax> <7360599577.20020323030236@dds.nl> <20020323020255.B25792@rochester.rr.com> Organization: Homenet X-Mailer: Sylpheed version 0.7.0claws (GTK+ 1.2.10; i386--freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well, it looks like mpd opened his big mouth again, on Sat, 23 Mar 2002 02:02:55 -0500, and spouted out this: > On Sat, Mar 23, 2002 at 03:02:36AM +0100, Alex wrote: > > Hello Happy, > > > > Saturday, March 23, 2002, 2:54:24 AM, you wrote: > > > > H> Hi, I am a new user of freebsd 4.0. I have installed the OS > > but H> can only use the command line interface because of graphics > > card H> incompatibility. But I decided to learn using the command > > line H> interface anyway. Can the things which can be done in > > GUI be H> done in command line ? e.g, can we email,surf the > > net,install new H> software,browse our hard-disk in command line? > > Also,what are the H> editors and programming software which we can > > open and use in H> command line interface ? Please reply if you > > can. Thanks !! :) > > > > Email - There are lots of e-mail programs that run under command > > line. I didn't have a real experience with these. > > mail, mutt, pine, about a million others. > > > > > Suft - You wanna have a look at lynx. This is a text brouwser with > > support for frames. > > Lynx does not support frames. w3m does (I believe it renders them like > tables.) Links supports tables, and is quite good. Here's the web site - http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/ -- Chip W www.wiegand.org chip@wiegand.org > > > > Editors - There are two editors that come installed with the OS and > > many more you can install from the ports system. The first Ed is an > > easy to understand. The second is vi. More complex but real handy, > > ones you know how to handle it. > > There's also ee, which should be fairly intuitive for anyone with > a few brain cells in their head. > > > > > The handbook holds more information. You wanna read at least chapter > > 1-4 http://www.freebsd.org/handbook/index.html > > > > > > -- Best regards, Alex > > mailto:freebsd@akruijff.dds.nl > > > > You're going to receive about a million suggestions for the > various types of software you asked about. Find > the one *you* like, as you're going get responses from > people who are religiously tied to things like their editor > and MUA, and therefore have non-objective viewpoints. > > mike > -- > ___________________________________________________________ > > "NOW YOU ARE BOTH GOING TO DIE!!!" > - Pokey the Penguin from "THE FORBIDDEN CANDY" > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 22 23:15:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f142.law11.hotmail.com [64.4.17.142]) by hub.freebsd.org (Postfix) with ESMTP id 1576B37B400 for ; Fri, 22 Mar 2002 23:15:35 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 22 Mar 2002 23:15:35 -0800 Received: from 196.2.56.5 by lw11fd.law11.hotmail.msn.com with HTTP; Sat, 23 Mar 2002 07:15:34 GMT X-Originating-IP: [196.2.56.5] From: "Malan Joubert" To: freebsd-questions@FreeBSD.ORG Date: Sat, 23 Mar 2002 09:15:34 +0200 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Mar 2002 07:15:35.0052 (UTC) FILETIME=[868EB4C0:01C1D23A] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG How do you print to a windows printer from FreeBSD? I want to print high quility pcb files from a cad design package... Is this possible? The windows machine is running windows XP... Thanx very much Malan _________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. 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 Mar 22 23:18:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by hub.freebsd.org (Postfix) with ESMTP id DB6F537B404 for ; Fri, 22 Mar 2002 23:18:23 -0800 (PST) Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id 39A3728D8F; Sat, 23 Mar 2002 02:18:23 -0500 (EST) Date: Sat, 23 Mar 2002 02:18:23 -0500 (EST) From: Peter Leftwich X-X-Sender: To: Chip Wiegand Cc: mpd , , , FreeBSD Questions Subject: Re: What can be done in Command Line Interface? [w3m] In-Reply-To: <20020323004602.7c3fdccc.chip@wiegand.org> Message-ID: <20020323021249.K59417-100000@earl-grey.cloud9.net> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 23 Mar 2002, Chip Wiegand wrote: > > > Suft - You wanna have a look at lynx. This is a text brouwser with support for frames. > > Lynx does not support frames. w3m does (I believe it renders them like tables.) > Links supports tables, and is quite good. Here's the web site - http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/ w3m is incredible! (Note to self: `ln -s /usr/local/bin/lynx /usr/local/bin/w3m`) I never would have found it were it not for this thread *hugs all around* Now I may need never get X working after all! > -- > Chip W > www.wiegand.org > chip@wiegand.org -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 23:32:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f61.law11.hotmail.com [64.4.17.61]) by hub.freebsd.org (Postfix) with ESMTP id 4CBD437B417 for ; Fri, 22 Mar 2002 23:32:42 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 22 Mar 2002 23:32:42 -0800 Received: from 68.6.82.67 by lw11fd.law11.hotmail.msn.com with HTTP; Sat, 23 Mar 2002 07:32:41 GMT X-Originating-IP: [68.6.82.67] From: "Charles Burns" To: shovey@buffnet.net, csfbsd@raggedclown.net Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: So long and thanks for all the fish Date: Sat, 23 Mar 2002 00:32:41 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Mar 2002 07:32:42.0248 (UTC) FILETIME=[EAD06080:01C1D23C] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >SSH has BIG security problems.. Ive been cracked ONCE - the week I ran SSH >- an not since I pulled it out.. and i got slammed for sayin that too.. > >So the moral is - if it smells like a fish, it probably is. A play on words for OpenBSD's mascot? :-) Thinking about it, are there really any compelling reasons to use SSH for most tasks (like command shells) when the likelyhood of being packet sniffed is (in most environments) far lower than the likelyhood of a serious security flaw popping up in SSH, which happens occasionally? Other than one recent bug, Telnet has a better record and is likely to have less holes found down the road because it is so much simpler (and FAR easier to setup properly!) _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 23:42:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f136.law11.hotmail.com [64.4.17.136]) by hub.freebsd.org (Postfix) with ESMTP id 95D4637B400 for ; Fri, 22 Mar 2002 23:42:38 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 22 Mar 2002 23:42:38 -0800 Received: from 68.6.82.67 by lw11fd.law11.hotmail.msn.com with HTTP; Sat, 23 Mar 2002 07:42:38 GMT X-Originating-IP: [68.6.82.67] From: "Charles Burns" To: chip@wiegand.org, james@dragonmount.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Newbie who is fed up with windows! Date: Sat, 23 Mar 2002 00:42:38 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Mar 2002 07:42:38.0471 (UTC) FILETIME=[4E30C970:01C1D23E] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I didn't catch the original message (again), so I'll reply to a reply: If the modem is, in fact, a WinModem (which, BTW, means that the modem functions-the modulation and demodulation-are done by your CPU instead of the modem itself) it may work in Linux. Linux may also be a better choice for a new Unix user, due to the fact that there are severl distributions of Linux that are more user friendly that will more smoothly ease you into the Unix way of doing things, which is almost always different. There are great instructions about this at www.linmodems.org That said, if you are more interested (you being the original poster of the message, of course) in going head on into the world of Unix, FreeBSD is a good choice, though you are more likely to need to buy a new modem (which you probably would be better off doing in the longrun anyway). I have found that FreeBSD users are more likely to have come from other Unix systems, such as Linux or Solaris, and have found that they like its design better. It is generally not considered the best choice for someone arriving freshly from Windows, though. >Well, it looks like James Starr opened his big >mouth again, on Fri, 22 Mar 2002 20:00:56 -0800, and spouted out this: > > > Hi, > > > > I've had about all I can stand of windows. I know very little about > > using Unix, but my first attempt to set up FreeBSD seemed pretty > > straight forward. > >Mine also, about 3 years ago. > > > Only trouble was the modem. > >You need to determine if the modem is a winmodem (software modem) or a >standard modem. I believe it is next to impossible to get a winmodem to >work on any *nix. If it is a winmodem, you would be better off buying a >real modem. And one more point, if you do buy a new modem, buy external. >They are always the easiest to set up. > >BTW, welcome to a real operating system. Once here, you'll not go back. >Just keep in mind, there are certain things windoze is better for - >mainly games. > > > Because I'm pretty > > new to this, I get frustrated when I can't make something work. > > But I'm not so frustrated that I'll stick with windows. I scoured > > The Complete FreeBSD, but everything I tried doesn't seem to work, > > and I'm not that much of an idiot. > >Also take a look at man ppp. Some say it makes it look more complicated >than it really is, but you should at least read through it. The ppp.conf >default file should be enough though. > > > Shouldn't I be able to install > > the right modem driver from sysinstall? > >I don't believe there is any setup option in sysinstall for ppp. > > > Anyone's suggestions or > > help will be much appreciated. Help a Microsoft victim break free! > > > > ~James > >The default ppp.conf is a great place to start. I just made a couple >changes to it and it worked. The changes involved simply plugging in the >appropriate info my dial-up. Once again, though, I had an external modem >- 56k 3com. Works like a charm. I use that at work on a rare occasion. >Here at home I have dsl so it's not a problem. > >Welcome to the ranks. Glad to have ya! >Regards >-- >Chip W >www.wiegand.org >chip@wiegand.org > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 23:51:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by hub.freebsd.org (Postfix) with ESMTP id 10DA437B400 for ; Fri, 22 Mar 2002 23:51:22 -0800 (PST) Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id 6E3D628CCA; Sat, 23 Mar 2002 02:51:21 -0500 (EST) Date: Sat, 23 Mar 2002 02:51:21 -0500 (EST) From: Peter Leftwich X-X-Sender: To: Charles Burns Cc: , , FreeBSD Questions Subject: Re: Newbie who is fed up with windows! [winmodem, dmesg] In-Reply-To: Message-ID: <20020323024728.X59417-100000@earl-grey.cloud9.net> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 23 Mar 2002, Charles Burns wrote: [snip] > If the modem is, in fact, a WinModem (which, BTW, means that the modem > functions-the modulation and demodulation-are done by your CPU instead of > the modem itself) it may work in Linux. Linux may also be a better choice > for a new Unix user, due to the fact that there are severl distributions of > Linux that are more user friendly that will more smoothly ease you into the > Unix way of doing things, which is almost always different. > There are great instructions about this at www.linmodems.org [snip] Please copy/paste the output of the command "dmesg -a > dmesg.out" as this file may log some sort of PnP recognition of the hardware, for all we know. For example, here is my modem (which I have yet to use): sio4: configured irq 11 not in bitmap of probed irqs 0 sio4: at port 0x3e8-0x3ef irq 11 on isa0 sio4: type 16550A -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Mar 22 23:58:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vms4.rit.edu (vms4.isc.rit.edu [129.21.3.15]) by hub.freebsd.org (Postfix) with ESMTP id 9E28137B400 for ; Fri, 22 Mar 2002 23:58:22 -0800 (PST) Received: from Sonic.rit.edu ([24.169.199.185]) by ritvax.isc.rit.edu (PMDF V5.2-32 #40294) with ESMTPA id <01KFONQKAUDKGC4DR6@ritvax.isc.rit.edu> for questions@freebsd.org; Sat, 23 Mar 2002 02:58:19 EST Date: Sat, 23 Mar 2002 02:58:22 -0500 From: Matt Penna Subject: Remote dump/restore very slow X-Sender: mdp1261@vmspop.isc.rit.edu To: questions@freebsd.org Message-id: <5.1.0.14.2.20020323022415.03635c50@vmspop.isc.rit.edu> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Content-type: text/plain; format=flowed; charset=us-ascii Content-transfer-encoding: 7BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, everyone! I'm attempting to move 22GB of files from a vinum volume on my old server on the other side of town to a new machine here. Given the amount of data, I settled on a dump/restore over the Internet as the cheapest and most convenient method. I am using a cable modem on both ends. Now here's the issue. Using the following commands: dump -0a -f - /mnt/mainvol | ssh -l root xxx.xxx.xxx.xxx 'cd /mnt/mainvol && restore -xf -' seems to yield the expect results, but at a very slow pace. I am receiving data at the destination machine at a rate of only about 45KB/s; other operations involving Internet usage typically yield transfer rates of 220KB/s or higher - whether upload or download - on both of the machines. At 45KB/s, this backup will take nearly a week, which is untenable. Is there a reason the transmission of data is so slow? The machines are only 10 miles and 4 hops apart. For the record, I also tried: dump -0a -f - /mnt/mainvol | gzip -1 | ssh -l root 24.169.196.152 dd of=/mnt/mainvol/hugefile.gz with similar results. It works, just very slowly. Any suggestions on how I might be able to accomplish this operation more quickly? I had hoped to be able to back the data up to a local tape drive, then just bring the tapes over by car and restore, but my 10GB Travan drive broke and I do not have the money to buy a new drive right now. I'm looking at getting more tapes for my older 4GB DAT drive, but it has recently been issuing warnings about unusually high error rates and I'm not sure it's long for this world, either. I could, of course, just try to bring the old machine over and work on it here, but wrecking the machine by getting in an auto accident or dropping it down the stairs would not be a good thing with no backup around. (The former happened to someone I know; the latter actually happened to me, once.) Suggestions or comments would be appreciated. Thanks! Matt -- Matt Penna mdp1261@rit.edu ICQ: 399825 S0ba on AOLIM "The trouble with computers, of course, is that they're very sophisticated idiots." -Dr. Who To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 0: 2:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from router.darlow.co.uk (pc2-bigg2-0-cust101.ltn.cable.ntl.com [213.107.35.101]) by hub.freebsd.org (Postfix) with ESMTP id E121A37B400 for ; Sat, 23 Mar 2002 00:02:40 -0800 (PST) Received: from there (neil@ideal.darlow.co.uk [192.168.0.2]) by router.darlow.co.uk (8.11.6/8.11.6) with SMTP id g2N82Zn07743 for ; Sat, 23 Mar 2002 08:02:39 GMT (envelope-from neil@darlow.co.uk) Message-Id: <200203230802.g2N82Zn07743@router.darlow.co.uk> Content-Type: text/plain; charset="iso-8859-1" From: Neil Darlow To: freebsd-questions@freebsd.org Subject: sendmail maillog oddity Date: Sat, 23 Mar 2002 08:02:34 +0000 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I came across these sendmail maillog entries for my 4.5-RELENG system recently. Can anyone please explain how they came about? Mar 22 00:10:05 router sendmail[77068]: NOQUEUE: 0@localhost [127.0.0.1] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA Mar 22 00:27:12 router sendmail[77090]: NOQUEUE: 0@localhost [127.0.0.1] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA Mar 22 00:44:18 router sendmail[77115]: NOQUEUE: 0@localhost [127.0.0.1] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA There were others but this gives a flavour of what happened. Sendmail is standard 8.11.6 from core. Regards, Neil Darlow M.Sc. -- 1024D/531F9048 1999-09-11 Neil Darlow GPG Fingerprint = 359D B8FF 6273 6C32 BEAA 43F9 E579 E24A 531F 9048 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 0: 6:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by hub.freebsd.org (Postfix) with ESMTP id 90B9137B404 for ; Sat, 23 Mar 2002 00:06:17 -0800 (PST) Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id 192CE28B1B; Sat, 23 Mar 2002 03:06:17 -0500 (EST) Date: Sat, 23 Mar 2002 03:06:17 -0500 (EST) From: Peter Leftwich X-X-Sender: To: Charles Burns Cc: , , FreeBSD Questions Subject: Re: So long and thanks for all the fish [telnet vs ssh] In-Reply-To: Message-ID: <20020323025138.G59417-100000@earl-grey.cloud9.net> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 23 Mar 2002, Charles Burns wrote: [snip] > Thinking about it, are there really any compelling reasons to use SSH for > most tasks (like command shells) when the likelyhood of being packet sniffed > is (in most environments) far lower than the likelyhood of a serious > security flaw popping up in SSH, which happens occasionally? Other than one > recent bug, Telnet has a better record and is likely to have less holes > found down the road because it is so much simpler (and FAR easier to setup > properly!) PreScript: I saw an entry in /etc/services for "telnets" - what's that? With security, people will talk of "in principle." I can assure you, though, that best practices are to use a moderate level of security. Two or three years ago, this avid learner learned the embarrassed way that passwords in the work environment are easilly sniffed. You see, I used to use plain old telnet (port 23/tcp) to check my email on a Unix box; Then one day, Ben G., almighty cracker and hacker extraordinaire came by my cube and told me my password. I quickly ran the "passwd" command and changed my password to "BenS\/ksAs$" or something of the sort, which prompted him to peramble by again and smile at me about the new password (I finally changed the password when I got home because I didn't know enough about ssh and s/key). Long story short. Workplaces that use *hubs* for their LAN are icky and promiscuous. They pimp out your ehternet adapter ("NIC"). Workplaces that use *switches* are loverly. Security is your buhhhhh-dee. -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 0:12:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id D61A637B417 for ; Sat, 23 Mar 2002 00:12:13 -0800 (PST) Received: from lerami.lerctr.org (localhost [127.0.0.1]) by lerami.lerctr.org (8.12.2/8.12.2/20020320/$Revision: 1.29 $) with ESMTP id g2N8CDCB028601 for ; Sat, 23 Mar 2002 02:12:13 -0600 (CST) Received: (from ler@localhost) by lerami.lerctr.org (8.12.2/8.12.2/Submit) id g2N8CC1g028600 for freebsd-questions@freebsd.org; Sat, 23 Mar 2002 02:12:12 -0600 (CST) Date: Sat, 23 Mar 2002 02:12:11 -0600 From: Larry Rosenman To: freebsd-questions@freebsd.org Subject: Linksys WPC11 Rev 2.5 Message-ID: <20020323081211.GA27788@lerami.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.24i X-Mailer: Mutt http://www.mutt.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I picked up one of these cards today. I made a /etc/pccard.conf with the following parameters: # Linksys Instant Wireless WPC11 card "/.*Linksys Group.*/" "/.*Network PC Card.*/" config auto "wi" ? insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop When the card has been in for a while (random), the card just shuts down. If I pop the card out and wait for pccardd to remove the card, and then reinsert the card, it comes back up and runs for another random time period. This is on the Toshiba 4005CDS I refered to earlier today. Has anyone else used this card? Is this normal for it? Or do I have a bum card? It's talking to a WAP11 (if that matters). LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 0:29:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rain.macguire.net (sense-sea-MegaSub-1-125.oz.net [216.39.144.125]) by hub.freebsd.org (Postfix) with ESMTP id E259C37B404 for ; Sat, 23 Mar 2002 00:29:36 -0800 (PST) Received: (from roo@localhost) by rain.macguire.net (8.11.6/8.11.6) id g2N8Q8e31110; Sat, 23 Mar 2002 00:26:08 -0800 (PST) (envelope-from roo) Date: Sat, 23 Mar 2002 00:26:08 -0800 From: Benjamin Krueger To: Charles Burns Cc: shovey@buffnet.net, csfbsd@raggedclown.net, FreeBSD-questions@FreeBSD.ORG Subject: Re: So long and thanks for all the fish Message-ID: <20020323002608.B20699@rain.macguire.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from burnscharlesn@hotmail.com on Sat, Mar 23, 2002 at 12:32:41AM -0700 X-PGP-Key: http://www.macguire.net/benjamin/public_key.asc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Charles Burns (burnscharlesn@hotmail.com) [020322 23:30]: > >SSH has BIG security problems.. Ive been cracked ONCE - the week I ran SSH > >- an not since I pulled it out.. and i got slammed for sayin that too.. > > > >So the moral is - if it smells like a fish, it probably is. > > A play on words for OpenBSD's mascot? :-) > > Thinking about it, are there really any compelling reasons to use SSH for > most tasks (like command shells) when the likelyhood of being packet sniffed > is (in most environments) far lower than the likelyhood of a serious > security flaw popping up in SSH, which happens occasionally? Other than one > recent bug, Telnet has a better record and is likely to have less holes > found down the road because it is so much simpler (and FAR easier to setup > properly!) Ever read the telnet client's source? Nothing simple about that. Hell, there's an elementary buffer overflow in the code to grok user input. I haven't submitted a PR yet (bad ben), but while you mention it, if anyone has the telnet client set suid, please unset it. =) Telnet's history is long and fraught with holes, just like any software. The moral of the story is not to give up software because it has a hole, but to manage that software intelligently. For instance, if ssh has bugs to wrinkle out, use an ACL. An ssh daemon that can't be reach can't be exploited. -- Benjamin Krueger "Life is far too important a thing ever to talk seriously about." - Oscar Wilde (1854 - 1900) ---------------------------------------------------------------- Send mail w/ subject 'send public key' or query for (0x251A4B18) Fingerprint = A642 F299 C1C1 C828 F186 A851 CFF0 7711 251A 4B18 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 0:37:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns.i-dea.de (ns.i-dea.de [62.26.122.197]) by hub.freebsd.org (Postfix) with SMTP id E6F8A37B404 for ; Sat, 23 Mar 2002 00:37:34 -0800 (PST) Received: (qmail 11757 invoked from network); 23 Mar 2002 08:36:58 -0000 Received: from pd9e689e8.dip.t-dialin.net (HELO BeBox.schonder) (217.230.137.232) by ns.i-dea.de with SMTP; 23 Mar 2002 08:36:58 -0000 Subject: Problems with get X running on a IBM ThinkPad 600E 2465 From: Matthias Schonder Message-ID: <00039cd716357ab6_mailit@mail.schonder.com> Date: Sat, 23 Mar 2002 09:35:34 +0100 X-Mailer: BeatWare Mail-It 2.0.3 X-BeOS-Platform: Intel or clone X-Priority: 3 (Normal) To: freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I have a IBM Thinkpad 600E with the NeoMagic 256AV. Yesterday I installed FreeBSD 4.5 on it and everything so far was ok. But when I tried to setup X I faced problems. I tried several GFX setting, but only an inacceptable 640x480 was working, but with very bad quality. Can somebody help me out? Thank you very much in advance. BeHappy :) Matthias "LoCal" Schonder BeDev#: E-18032 http://www.schonder.com/matthias.schonder -- BeHappy :) Matthias "LoCal" Schonder BeDev#: E-18032 http://www.schonder.com/matthias.schonder ------------------------- BeHot. BeCool. JustBe. Use BeOS.FreeBeOS: http://free.be.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 0:58:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f24.law11.hotmail.com [64.4.17.24]) by hub.freebsd.org (Postfix) with ESMTP id 2397137B417 for ; Sat, 23 Mar 2002 00:58:46 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 23 Mar 2002 00:58:46 -0800 Received: from 202.38.124.248 by lw11fd.law11.hotmail.msn.com with HTTP; Sat, 23 Mar 2002 08:58:45 GMT X-Originating-IP: [202.38.124.248] Reply-To: zhangweiwu@private.21cn.com From: "Zhang Weiwu" To: questions@freebsd.org Subject: re: Neomagic 256 problem on TP600E Date: Sat, 23 Mar 2002 16:58:45 +0800 Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312; format=flowed Message-ID: X-OriginalArrivalTime: 23 Mar 2002 08:58:46.0095 (UTC) FILETIME=[F0B4E5F0:01C1D248] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Your 640x480 display looks bad cause LCD and CRT works in different ways, if an LCD has to display in 640x480 normally it will strech some pixel and display it in actually 800x600 resolution. That makes it extremely ugly. The currect device node in XF86Config for 256 AV probably look like: Device "NM256etc etc" If it is the drive and the XF86Config is generated by XFree86 -configure you may find the two commented options: option "LcdCentral" option "NoStretch" uncomment the two lines to make a good looking 640x480 display. about change resolution -- look up man XFree86, man xinit and man XF86Config, there are detailed information about it. If you have the right drive it shouldn't be a problem, just read on and follows instructions. Take care of your XFree86 version. You should use version 4, not version 3. version 3 DOES NOT support NeoMagic card. FreeBSD 4.5 by default install a version 3 of XFree86 for you. You can use /stand/sysinstall to add XF86 4.0 . By the way i'm a newbie. There can be mistakes. I'm just trying to make myself useful for even somebody. Please do not reply to this address, use zhangweiwu@private.21cn.com instead, as you can find in mail header. ----- Original Message ----- From: "Matthias Schonder" To: Sent: Saturday, March 23, 2002 4:35 PM Subject: Problems with get X running on a IBM ThinkPad 600E 2465 > Hi, > > I have a IBM Thinkpad 600E with the NeoMagic 256AV. Yesterday I installed > FreeBSD 4.5 on it and everything so far was ok. But when I tried to setup X I > faced problems. > I tried several GFX setting, but only an inacceptable 640x480 was working, > but with very bad quality. > > Can somebody help me out? > > Thank you very much in advance. > BeHappy :) > > Matthias "LoCal" Schonder > BeDev#: E-18032 > http://www.schonder.com/matthias.schonder > > -- > BeHappy :) > > Matthias "LoCal" Schonder > BeDev#: E-18032 > http://www.schonder.com/matthias.schonder > ------------------------- > BeHot. BeCool. JustBe. > Use BeOS.FreeBeOS: > http://free.be.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________________ ÓëÁª»úµÄÅóÓѽøÐн»Á÷£¬ÇëʹÓà MSN Messenger£º http://messenger.microsoft.com/cn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 1: 0:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.inf.elte.hu (mail.inf.elte.hu [157.181.161.6]) by hub.freebsd.org (Postfix) with ESMTP id 20D5837B417 for ; Sat, 23 Mar 2002 01:00:40 -0800 (PST) Received: by mail.inf.elte.hu (Postfix, from userid 16723) id 4CDCE8489; Sat, 23 Mar 2002 10:00:38 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.inf.elte.hu (Postfix) with ESMTP id 4131640FF for ; Sat, 23 Mar 2002 10:00:38 +0100 (CET) Date: Sat, 23 Mar 2002 10:00:38 +0100 (CET) From: NAGY Zoltan To: Subject: soundcard, fetch Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi I am beginner in FreeBSD, but I used to have Linux. I've got 2 problems: 1. I have an ESS 688 NonPnP ISA Soundcard. I read all tut,howtos, docs and the result is: I write to my kernel config: device pcm device sbc0 at isa?port 0x220 irq 7 drq 1 .... irqs are ok. The kernel compiled succesfully. The system started sucesfully. dmesg |grep sbc: sbc0: at port 0x220 irq7 .... sbc0: alloc_resource device_pro..attache: sbc0 atach returned 6 OK then I thought everything is ok. cd /dev sh MAKEDEV snd ok no errors. But f.e mpg123 has the following result: Couldn't open /dev/dsp 2. problem I have a firewall, so I can use internet through a HTTP proxy server. If I want to use fetch http://... command or pkg_add, they are failed. What can I do? I set two environment variables: set http_proxy=157.181.97...:3128 set ftp_proxy=-----"------ I don't understand. Sorry about my stupid questions, but I really read everything I found. PLease help me! yhx Z ICQ: 98967761 E-mail: bigzolee@inf.elte.hu bigzolee@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 Mar 23 1:22:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f270.law11.hotmail.com [64.4.16.145]) by hub.freebsd.org (Postfix) with ESMTP id 0B3F037B404 for ; Sat, 23 Mar 2002 01:22:13 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 23 Mar 2002 01:22:12 -0800 Received: from 202.38.124.248 by lw11fd.law11.hotmail.msn.com with HTTP; Sat, 23 Mar 2002 09:22:12 GMT X-Originating-IP: [202.38.124.248] Reply-To: zhangweiwu@private.21cn.com From: "Zhang Weiwu" To: questions@freebsd.org Subject: to freebsd-question: i'm banned:( Date: Sat, 23 Mar 2002 17:22:12 +0800 Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312; format=flowed Message-ID: X-OriginalArrivalTime: 23 Mar 2002 09:22:12.0955 (UTC) FILETIME=[3742B2B0:01C1D24C] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm in China. Everybody in China wants to book freebsd mailing list has the same following problem. I hope the admin of this list read this and maybe we can work the problem out. China is a spam making country, there is no doubt about it, since i'm Chinese and i live here. The major reason for that is there is no law forbids so. It's not hard to find quite many of the spams from China is not the work of Chinese (they advertise foreign stuff), the spammer just register a mail address in China and do the spaming, in order to escape from their local law. For this reason, almost all major (i don't know an expection) Chinese mail provider is on the forbid list of freebsd mailling list (and many other mailing lists). I tried 263.net, 21cn.com.cn, peoplemail.com.cn, and they all only have permissen of recieving the list and cannot post. Now i have to post from hotmail, this is very troublesome. I do evern start to use a paied address webmaster@cies2k.org, this address is unique, since i'm the owner of the domain cies2k.org, no one spams from it. but it sill cannot post. Is the mail server's ip of cies2k.org banned (this server also serves other mail addresses) or freebsd list bans whatever from china? Maybe banning an ip address is more practical then the domain name. I'm on a subnet of Chinese inter network called cernet, which has very poor connection to oversea. It would be much better if i can send email from native mail provider. Please do not reply to this address, use zhangweiwu@private.21cn.com instead, as you can find in mail header. _________________________________________________________________ ÏíÓÃÊÀ½çÉÏ×î´óµÄ Web µç×ÓÓʼþϵͳ ¡ª¡ª MSN Hotmail¡£ http://www.hotmail.com/cn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 2: 7:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail4.cableone.net (mail4.cableone.net [24.116.0.62]) by hub.freebsd.org (Postfix) with ESMTP id B5E6237B400 for ; Sat, 23 Mar 2002 02:07:30 -0800 (PST) Received: from hal.cableone.net ([24.116.49.212]) by mail4.cableone.net with Microsoft SMTPSVC(5.5.1877.447.44); Sat, 23 Mar 2002 03:06:00 -0700 Date: Sat, 23 Mar 2002 04:07:31 -0600 (CST) From: Denny White To: freebsd-questions@FreeBSD.ORG Subject: blanking & burning cd's Message-ID: <20020323035003.H275-100000@hal.cableone.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Running fbsd 4.5 stable. Had burncd working great with my HP 9700 cd-writer, but then it quit working & there was a sale on a 24x10x40 CenDyne cd-writer & I bought it & installed it. Works fine with Nero in my windoze system, & I can mount cd's on it in fbsd, but when I try to blank a cd, I get acd0: SET_SPEED - ILLEGAL REQUEST asc=24 ascq=00 error=00 and burncd: ioctl(CDRIOCWRITESPEED): Input/output error Still kind of new at this, but was wondering if maybe I need to recompile my kernel since changing the device, the cd-writer, & then do a sh MAKEDEV all. Pointers to something to read will be fine. Did quite a bit of looking & reading but couldn't seem to come up with the answer. I did read that almost all atapi cd-writers would work with burncd. And, when I do a dmesg | grep cd, I see acd0: CD-RW <24x10> at ata0-master using PIO4. Just wondering what it is in the kernel that is trying to set the speed & coming up with an error. Thanks for any help I can get. "Windows is the Virus, Linux is the Vaccine, FreeBSD is the Cure!" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8nFPty0Ty5RZE55oRAhNzAJ4oyacD6ncieckGLzFYvsfEM7TA3gCgn6+O NgKTCbzedQ6b5x/wupgvpHU= =25O0 -----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 Mar 23 2:37: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from glow.binity.net (glow.binity.net [213.84.201.224]) by hub.freebsd.org (Postfix) with ESMTP id 7367837B400 for ; Sat, 23 Mar 2002 02:37:00 -0800 (PST) Received: from vscan (glow.dt1.binity.net [172.23.18.1]) by glow.binity.net (Postfix) with ESMTP id 1105655BC; Sat, 23 Mar 2002 11:37:09 +0100 (CET) Received: from there (silver.dt1.binity.net [172.23.3.20]) by glow.binity.net (Postfix) with SMTP id 5701E559D; Sat, 23 Mar 2002 11:37:07 +0100 (CET) Content-Type: text/plain; charset="iso-8859-1" From: Walter Hop Message-Id: <200203231126.56275@silver.dt1.binity.net> To: "Charles Burns" , shovey@buffnet.net, csfbsd@raggedclown.net Subject: Re: So long and thanks for all the fish Date: Sat, 23 Mar 2002 11:36:49 +0100 X-Mailer: KMail [version 1.3.2] Cc: FreeBSD-questions@FreeBSD.ORG References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by glow.binity.net (amavis-perl-11-sky2) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [in reply to Charles Burns, Saturday 23 March 2002 08:32] > Thinking about it, are there really any compelling reasons to use SSH > for most tasks (like command shells) when the likelyhood of being > packet sniffed is (in most environments) far lower than the likelyhood > of a serious security flaw popping up in SSH, which happens > occasionally? Another nice and lesser known feature of SSH is that it protects you from other parties pretending to be the host, by means of a private host key that only the server knows. If the actual host key is not what it expects, ssh will complain or abort. Don't forget that FreeBSD's telnetd was the object of one of the big exploits last year! -- Walter Hop | +31 6 24290808 | PGP keyid 0x84813998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 2:44:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from subdimension.com (subdimension.com [209.150.29.129]) by hub.freebsd.org (Postfix) with SMTP id 8CD0837B419 for ; Sat, 23 Mar 2002 02:44:11 -0800 (PST) Received: from subdimension.com ([192.168.0.2]) by subdimension.com ; Sat, 23 Mar 2002 05:47:49 -0500 From: "irado" Reply-To: irado@subdimension.com To: freebsd-questions@FreeBSD.ORG Cc: zhangweiwu@private.21cn.com Subject: Re: cannot login (continue) X-Mailer: WebMAIL to Mail Gateway v3.0h Date: Sat, 23 Mar 2002 11:44:53 GMT Message-id: <3c9c6ab5.498e.1804289383@subdimension.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Zhang Weiwu wrote: > Maybe i'll need a fixit floppy, but how to make it? i found fixit.flp in > floppies in the CD-ROM, but i don't know what program to use to write > this image to floppy. > think that it is better to use the PicoBSD floppy http://people.freebsd.org/~picobsd/picobsd.html it is a GREAT tool, will help to maintain your skin as is. ;-) -- sauda=e7=f5es, irado furioso com tudo. Linux User 179.402 . _____________________________________________________________________ // free anonymous email || forums \\ subZINE || anonymous browsing subDIMENSION -- http://www.subdimension.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 2:54:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta07-svc.ntlworld.com (mta07-svc.ntlworld.com [62.253.162.47]) by hub.freebsd.org (Postfix) with ESMTP id D57A337B41A for ; Sat, 23 Mar 2002 02:54:20 -0800 (PST) Received: from lungfish.ntlworld.com ([80.4.0.215]) by mta07-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020323105419.MYUZ22101.mta07-svc.ntlworld.com@lungfish.ntlworld.com>; Sat, 23 Mar 2002 10:54:19 +0000 Received: from tuatara.goatsucker.org (tuatara.goatsucker.org [192.168.1.6]) by lungfish.ntlworld.com (8.11.6/8.11.3) with ESMTP id g2NAsIj03685; Sat, 23 Mar 2002 10:54:19 GMT (envelope-from scott@tuatara.goatsucker.org) Received: (from scott@localhost) by tuatara.goatsucker.org (8.11.6/8.11.6) id g2NAsIP11077; Sat, 23 Mar 2002 10:54:18 GMT (envelope-from scott) Date: Sat, 23 Mar 2002 10:54:18 +0000 From: Scott Mitchell To: zhangweiwu@private.21cn.com Cc: questions@FreeBSD.ORG Subject: Re: cannot login - a mistake in gdm Message-ID: <20020323105418.A278@fishballoon.dyndns.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from weiwuzhang@hotmail.com on Sat, Mar 23, 2002 at 11:12:03AM +0800 X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Mar 23, 2002 at 11:12:03AM +0800, Zhang Weiwu wrote: > I'm running FreeBSD-4.4 Stable with GNOME and enlightment. I pkg_added gdm, > and i did following stupid things: > > 1. I edit /etc/ttys and chenged the 0st login from getty to > "/usr/X11R6/bin/gdm -nodeamon xterm ..." and > 2. I commented out other virtual consoles. > > I checked handbook and found it's wrong (i should use gdm on a virtual > console and keep other gettys there unchanged). But it's too late now. Now > the computer boots and tells me "gnm group cannot fond, using nobody" etc. > What's worse, since i commented out all other gettys i cannot login and > change /etc/ttys back. What should i do now? Boot into single-user mode (hit a key to stop the autoboot countdown, then 'boot -s') or boot from a rescue floppy/CD. Either way should get you to a command line where you can restore sanity to your ttys file. Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 2:58:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta07-svc.ntlworld.com (mta07-svc.ntlworld.com [62.253.162.47]) by hub.freebsd.org (Postfix) with ESMTP id 224B537B400 for ; Sat, 23 Mar 2002 02:58:42 -0800 (PST) Received: from lungfish.ntlworld.com ([80.4.0.215]) by mta07-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020323105841.NBEZ22101.mta07-svc.ntlworld.com@lungfish.ntlworld.com>; Sat, 23 Mar 2002 10:58:41 +0000 Received: from tuatara.goatsucker.org (tuatara.goatsucker.org [192.168.1.6]) by lungfish.ntlworld.com (8.11.6/8.11.3) with ESMTP id g2NAwfj03699; Sat, 23 Mar 2002 10:58:41 GMT (envelope-from scott@tuatara.goatsucker.org) Received: (from scott@localhost) by tuatara.goatsucker.org (8.11.6/8.11.6) id g2NAwem11126; Sat, 23 Mar 2002 10:58:40 GMT (envelope-from scott) Date: Sat, 23 Mar 2002 10:58:40 +0000 From: Scott Mitchell To: mmercer@nc.rr.com, mmercer@lboard.com Cc: Cliff Sarginson , freebsd-questions@FreeBSD.ORG Subject: Re: Bourne shell question: How to capture stdin and stdout from bourne shell script. Message-ID: <20020323105840.B278@fishballoon.dyndns.org> References: <3C9BF45E.BBEB5911@nc.rr.com> <20020323034432.GA9544@raggedclown.net> <3C9BFC12.F6C1C22C@nc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C9BFC12.F6C1C22C@nc.rr.com>; from mmercer@nc.rr.com on Fri, Mar 22, 2002 at 10:52:50PM -0500 X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 22, 2002 at 10:52:50PM -0500, Michael E Mercer wrote: > Forgot to mention, I need this for solaris 8 platform. I already read the man > page for script > and it does not look like it supports the 'command' option that freebsd does. > > Oh well. > > Thanks > Michael > It looks like the Solaris /bin/sh knows about the exec < /some/file > /some/other/file trick. Just use this in your script, and all subsequent input/output will use the specified files. HTH, Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 3: 4:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta07-svc.ntlworld.com (mta07-svc.ntlworld.com [62.253.162.47]) by hub.freebsd.org (Postfix) with ESMTP id B2F3D37B417 for ; Sat, 23 Mar 2002 03:04:06 -0800 (PST) Received: from lungfish.ntlworld.com ([80.4.0.215]) by mta07-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020323110406.NEHG22101.mta07-svc.ntlworld.com@lungfish.ntlworld.com>; Sat, 23 Mar 2002 11:04:06 +0000 Received: from tuatara.goatsucker.org (tuatara.goatsucker.org [192.168.1.6]) by lungfish.ntlworld.com (8.11.6/8.11.3) with ESMTP id g2NB46j03726; Sat, 23 Mar 2002 11:04:06 GMT (envelope-from scott@tuatara.goatsucker.org) Received: (from scott@localhost) by tuatara.goatsucker.org (8.11.6/8.11.6) id g2NB44n11201; Sat, 23 Mar 2002 11:04:04 GMT (envelope-from scott) Date: Sat, 23 Mar 2002 11:04:04 +0000 From: Scott Mitchell To: zhangweiwu@private.21cn.com Cc: questions@FreeBSD.ORG Subject: Re: cannot login (continue) Message-ID: <20020323110404.C278@fishballoon.dyndns.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from weiwuzhang@hotmail.com on Sat, Mar 23, 2002 at 11:43:17AM +0800 X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Mar 23, 2002 at 11:43:17AM +0800, Zhang Weiwu wrote: > Maybe i'll need a fixit floppy, but how to make it? i found fixit.flp in > floppies in the CD-ROM, but i don't know what program to use to write this > image to floppy. Can you boot from CD? If yes, just boot CD #2; somewhere in the configuration menu there's an option to drop you into a fixit shell. Failing that, you can make the CD on a UNIX box with something like: dd if=/cdrom/floppies/fixit.flp of=/dev/fd0 obviously adjusting the filenames to match your local reality. On Windows, rawrite.exe or fdimage.exe are your friends. Google should be able to find them in about a million places, if they're not still in the tools directory on CD #1. HTH, Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 3: 8:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from subdimension.com (subdimension.com [209.150.29.129]) by hub.freebsd.org (Postfix) with SMTP id D46E937B41F for ; Sat, 23 Mar 2002 03:08:10 -0800 (PST) Received: from subdimension.com ([192.168.0.2]) by subdimension.com ; Sat, 23 Mar 2002 06:11:21 -0500 From: "irado" Reply-To: irado@subdimension.com To: freebsd-questions@FreeBSD.ORG Cc: Cliff Sarginson Subject: Re: So long and thanks for all the fish X-Mailer: WebMAIL to Mail Gateway v3.0h Date: Sat, 23 Mar 2002 12:08:25 GMT Message-id: <3c9c7039.6b61.1804289383@subdimension.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Cliff Sarginson wrote: > Ok, > Since I have been cracked. > I have been told > No-one believes a word I say about the secure shell. > That there is a security hole in it. friend, I never has seem a single sign that you have been cracked. And this is the very first time that I read that 'secure shell has a sec hole..' from you. Also, IMHO, this is not the proper forum for security discussions (I am not good on this). Maybe this is the cause that the people here did not helped you, at all. best regards, -- sauda=e7=f5es, irado furioso com tudo. Linux User 179.402 . _____________________________________________________________________ // free anonymous email || forums \\ subZINE || anonymous browsing subDIMENSION -- http://www.subdimension.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 3:22:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id C002837B419 for ; Sat, 23 Mar 2002 03:22:35 -0800 (PST) Received: from lungfish.ntlworld.com ([80.4.0.215]) by mta03-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020323112234.MDHK305.mta03-svc.ntlworld.com@lungfish.ntlworld.com>; Sat, 23 Mar 2002 11:22:34 +0000 Received: from tuatara.goatsucker.org (tuatara.goatsucker.org [192.168.1.6]) by lungfish.ntlworld.com (8.11.6/8.11.3) with ESMTP id g2NBMYj03783; Sat, 23 Mar 2002 11:22:34 GMT (envelope-from scott@tuatara.goatsucker.org) Received: (from scott@localhost) by tuatara.goatsucker.org (8.11.6/8.11.6) id g2NBMYK11363; Sat, 23 Mar 2002 11:22:34 GMT (envelope-from scott) Date: Sat, 23 Mar 2002 11:22:34 +0000 From: Scott Mitchell To: Cliff Sarginson Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: So long and thanks for all the fish Message-ID: <20020323112234.D278@fishballoon.dyndns.org> References: <20020323042842.GI9544@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020323042842.GI9544@raggedclown.net>; from csfbsd@raggedclown.net on Sat, Mar 23, 2002 at 05:28:42AM +0100 X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Mar 23, 2002 at 05:28:42AM +0100, Cliff Sarginson wrote: > Ok, > Since I have been cracked. > I have been told it was because I run an anon ftp server, even though > said server is not plugged in. And has not been plugged in for weeks. > No-one believes a word I say about the secure shell. > That there is a security hole in it. > Since I get told off for using the word arsehole, but it seems to be ok > for people to call me a Nazi. > I am retiring from the scene for a while. > Apparently I need to rebuild my network. > I doubt I will be missed. Cliff, You're not really here anymore so I don't expect a reply, but what exactly is this bug in ssh? I haven't read about it on BugTraq or any other list, you don't seem to have submitted a PR about it, Googling for 'Cliff Sarginson ssh' doesn't turn up anything particularly illuminating (granted I didn't read every hit in detail). I can recall two security problems with OpenSSH in the last year or so; both were widely reported and fixed quickly. Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 3:36: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.xtraxion.com (e134174.upc-e.chello.nl [213.93.134.174]) by hub.freebsd.org (Postfix) with ESMTP id 58FB837B417 for ; Sat, 23 Mar 2002 03:35:50 -0800 (PST) Received: from xp (xp.xtraxion.com [10.0.0.3]) by ns1.xtraxion.com (8.12.2/8.12.2) with SMTP id g2NBbPSD011939; Sat, 23 Mar 2002 12:37:33 +0100 (CET) From: "Rick Hoppe" To: Subject: ftp does not work (was: ftp from behind firewall to internet works on XP not on FreeBSD ?) Date: Sat, 23 Mar 2002 12:35:35 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Uhm..allright. Not one single response yet. Maybe I need to adjust my question. Although I setup a ftp proxy in NAT, I cannot ftp from FreeBSD systems behind the firewall to ftp servers on the internet. But this problem does not occur in Windows XP. In XP both active and passive ftp is working allright, because when I watch 'ipfstat -tn' while transferring data from an ftp-server I see that my XP client is allowed to connect to a high ftp port on the public ftp-server (passive ftp is ok). Same on active ftp, the public-server is allowed to connect to an ftp-port that is opened by my XP client. This is because I setup the ftp-proxy in NAT. When I remove that line from my NAT rules, ftp-ing is not possible at all. But on a FreeBSD client this does not seem to work. The ftp client on my FreeBSD client seems to know to which port is must connect, but the NAT-proxy and firewall does not allow it when it tries to. So the 'ls' command does not work, but 'cd' and 'pwd' do. When I use a third-party tool liks ncftp2 (/usr/ports/ftp/ncftp2/) on FreeBSD there is no problem because the connection goes over port 21 and transfer goes over port 20. But this is more like a workaround than a solution. Why does my FreeBSD client not get accross my firewall and NAT for happy ftp-ing, and why does XP succeed? For detailed information about my configuration, please read my previous message below. Regards, Rick Hoppe Network- and Systemspecialist Xtraxion Internet > -----Original Message----- > From: owner-ipfilter@coombs.anu.edu.au > [mailto:owner-ipfilter@coombs.anu.edu.au]On Behalf Of Rick Hoppe > Sent: donderdag 21 maart 2002 22:18 > To: ipfilter@coombs.anu.edu.au > Subject: ftp from behind firewall to internet works on XP not on FreeBSD > ? > > > Hi guys......and girls (I know you're out there), > > I'm dealing here with a strange firewall problem. Let me first explain how > my network is configured at my side. > > > Cablemodem (DHCP) > | > | xl0 (10Mbit) > +-----------+--------------+ > | Firewall/Gateway/NAT/DNS | FreeBSD 4.5-STABLE > +-----------+--------------+ > | rl0 on 10.0.0.1 (100Mbit) > | > ---+-----------+--------+-----------------+- 100Mbit LAN > | | | > | | | > Windows XP FreeBSD 4.5-R FreeBSD 4.5-S > Client only HTTP/SMTP/POP3 Client only (laptop to > play with) > 10.0.0.3 10.0.0.2 10.0.0.4 > > > All my servers and clients on the LAN need to connect to the > gateway to get > a connection to the internet. When I first configured the > firewall, all kind > of outbound connections from the LAN to the internet were allowed. Now I > only allow some ports so I can restrict some services on the LAN if I want > to. All inbound connections are closed (because of > IPFILTER_DEFAULT_BLOCK in > custom kernel) unless I allow some. I only allow port 25 for SMTP > connections and port 22 (for SSH2 from specific IP's) > > To get ftp to work from inside LAN to the outside so I'm able to > connect to > public ftp servers I needed to modify NAT to enable proxy for FTP. See the > first line of my ipnat.rules. > > # cat /etc/ipnat.rules > map xl0 0/0 -> 0/32 proxy port ftp ftp/tcp > map xl0 10.0.0.0/0 -> 0/32 > rdr xl0 0.0.0.0/0 port 8080 -> 10.0.0.2 port 8080 tcp > rdr xl0 0.0.0.0/0 port 22 -> 10.0.0.2 port 22 tcp > rdr xl0 0.0.0.0/0 port 25 -> 10.0.0.2 port 25 tcp > > Allright then, we're finally where the problem starts. When I use the > built-in ftp software from Windows XP or third-party software > like WS_FTP I > can use both passive and active FTP and do what I want to do on those > ftp-servers. So there's no problem here. > > The problem is when I use ftp or pftp on a FreeBSD machine to > connect to the > same ftp servers I receive a connection refused message when > using the 'ls' > command. > > # ftp ftp://ftp.freebsd.org > Connected to ftp.beastie.tdk.net. > 220 ftp.beastie.tdk.net FTP server (Version 6.00LS) ready. > 331 Guest login ok, send your email address as password. > 230 Guest login ok, access restrictions apply. > . > . > . > Remote system type is UNIX. > Using binary mode to transfer files. > 200 Type set to I. > 250 CWD command successful. > ftp> ls > ftp: connect: Connection refused > > Snippet from my firewall log. > > Mar 21 19:25:17 ns1 ipmon[54]: 19:25:16.446233 xl0 @0:10 b > ftp.beastie.tdk.net[62.243.72.50],21 -> xxxxxx.xx[xxx.xxx.xxx.xxx],1636 PR > tcp len 20 100 -AP 242667085 222564837 33304 IN > Mar 21 19:25:52 ns1 ipmon[54]: 19:25:52.174518 rl0 @0:30 b xxx.xxxxxx.xx > [10.0.0.2],1637 -> ftp.beastie.tdk.net[62.243.72.50],57458 PR tcp len 20 > 60 -S 1298035879 0 65535 IN > > > I think that the client receives an answer on the ftp channel on > which port > the ls-output will be, but when it tries to connect to that port it is > rejected by a firewall rule. > > Has somebody a clue why this happens on my FreeBSD clients, and > not on my XP > client? Isn't it true that all clients on the network have to > pass the same > NAT and firewall rules? At the end of this message you can find my > (censored) firewall rules and output of 'ipfstat -in' > > Thanks for your time. > > Regards, > > > Rick Hoppe > Network- and System Administrator > Xtraxion Internet > > > > > # uname -a > FreeBSD .xx 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Feb 14 21:07:12 CET 2002 > root@xxxxxx.xx:/usr/obj/usr/src/sys/FIREWALL i386 > > > # cat /etc/ipf.rules > pass out quick on xl0 proto tcp from any to any keep state > pass out quick on xl0 proto udp from any to any keep state > pass out quick on xl0 proto icmp from any to any keep state > block out log quick on xl0 all > > pass in quick on xl0 proto udp from xxx.xxx.xxx.xxx/32 to any > port = 68 keep > state > pass in quick on xl0 proto tcp from any to 10.0.0.2/24 port = 25 flags S > keep state > pass in quick on xl0 proto tcp from any to 10.0.0.2/24 port = 8080 flags S > keep state > pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx to > 10.0.0.2/24 port = 22 > flags S keep state > pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx to > 10.0.0.2/24 port = 22 > flags S keep state > pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx to > 10.0.0.2/24 port = 22 > flags S keep state > pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx to > 10.0.0.2/24 port = 22 > flags S keep state > > block return-rst in log quick on xl0 proto tcp from any to any port = 113 > > block in log quick on xl0 proto icmp from any to any > block in log quick on xl0 all > > pass out quick on rl0 proto tcp from any to any keep state > pass out quick on rl0 proto udp from any to any keep state > pass out quick on rl0 proto icmp from any to any keep state > block out log quick on rl0 all > > pass in quick on rl0 proto tcp from any to any port = 20 keep state > pass in quick on rl0 proto tcp from any to any port = 21 keep state > pass in quick on rl0 proto tcp from any to any port = 22 keep state > pass in quick on rl0 proto tcp from any to any port = 23 keep state > pass in quick on rl0 proto tcp from any to any port = 25 keep state > pass in quick on rl0 proto tcp from any to any port = 53 keep state > pass in quick on rl0 proto tcp from any to any port = 80 keep state > pass in quick on rl0 proto tcp from any to any port = 110 keep state > pass in quick on rl0 proto tcp from any to any port = 113 keep state > pass in quick on rl0 proto tcp from any to any port = 443 keep state > pass in quick on rl0 proto tcp from any to any port = 1755 keep state > pass in quick on rl0 proto tcp from any to any port = 1863 keep state > pass in quick on rl0 proto tcp from any to any port = 554 keep state > pass in quick on rl0 proto tcp from any to any port = 7070 keep state > pass in quick on rl0 proto tcp from any to any port = 7071 keep state > pass in quick on rl0 proto tcp from 10.0.0.3 to 10.0.0.1/24 port > = 666 keep > state > pass in quick on rl0 proto tcp from any to any port = 5999 keep state > pass in quick on rl0 proto udp from any to any keep state > pass in quick on rl0 proto icmp from any to any keep state > block return-rst in log quick on rl0 proto tcp all > block in log quick on rl0 all > > pass in quick on lo0 all > pass out quick on lo0 all > > > # ipfstat -in > @1 pass in quick on xl0 proto udp from xxx.xxx.xxx.xxx/32 to any port = 68 > keep state > @2 pass in quick on xl0 proto tcp from any to 10.0.0.0/24 port = 25 flags > S/FSRPAU keep state > @3 pass in quick on xl0 proto tcp from any to 10.0.0.0/24 port = > 8080 flags > S/FSRPAU keep state > @4 pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx/32 to 10.0.0.0/24 > port = 22 flags S/FSRPAU keep state > @5 pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx/32 to 10.0.0.0/24 > port = 22 flags S/FSRPAU keep state > @6 pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx/32 to 10.0.0.0/24 > port = 22 flags S/FSRPAU keep state > @7 pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx/32 to 10.0.0.0/24 > port = 22 flags S/FSRPAU keep state > @8 block return-rst in log quick on xl0 proto tcp from any to any > port = 113 > @9 block in log quick on xl0 proto icmp from any to any > @10 block in log quick on xl0 from any to any > @11 pass in quick on rl0 proto tcp from any to any port = 20 keep state > @12 pass in quick on rl0 proto tcp from any to any port = 21 keep state > @13 pass in quick on rl0 proto tcp from any to any port = 22 keep state > @14 pass in quick on rl0 proto tcp from any to any port = 23 keep state > @15 pass in quick on rl0 proto tcp from any to any port = 25 keep state > @16 pass in quick on rl0 proto tcp from any to any port = 53 keep state > @17 pass in quick on rl0 proto tcp from any to any port = 80 keep state > @18 pass in quick on rl0 proto tcp from any to any port = 110 keep state > @19 pass in quick on rl0 proto tcp from any to any port = 113 keep state > @20 pass in quick on rl0 proto tcp from any to any port = 443 keep state > @21 pass in quick on rl0 proto tcp from any to any port = 1755 keep state > @22 pass in quick on rl0 proto tcp from any to any port = 1863 keep state > @23 pass in quick on rl0 proto tcp from any to any port = 554 keep state > @24 pass in quick on rl0 proto tcp from any to any port = 7070 keep state > @25 pass in quick on rl0 proto tcp from any to any port = 7071 keep state > @26 pass in quick on rl0 proto tcp from 10.0.0.3/32 to 10.0.0.0/24 port = > 666 keep state > @27 pass in quick on rl0 proto tcp from any to any port = 5999 keep state > @28 pass in quick on rl0 proto udp from any to any keep state > @29 pass in quick on rl0 proto icmp from any to any keep state > @30 block return-rst in log quick on rl0 proto tcp from any to any > @31 block in log quick on rl0 from any to any > @32 pass in quick on lo0 from any to any To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 3:38:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.xtraxion.com (e134174.upc-e.chello.nl [213.93.134.174]) by hub.freebsd.org (Postfix) with ESMTP id AED3137B417 for ; Sat, 23 Mar 2002 03:38:08 -0800 (PST) Received: from xp (xp.xtraxion.com [10.0.0.3]) by ns1.xtraxion.com (8.12.2/8.12.2) with SMTP id g2NBdvSD011942 for ; Sat, 23 Mar 2002 12:39:57 +0100 (CET) From: "Rick Hoppe" To: Subject: ftp does not work (was: ftp from behind firewall to internet works on XP not on FreeBSD ?) Date: Sat, 23 Mar 2002 12:38:07 +0100 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 V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Uhm..allright. Not one single response yet. Maybe I need to adjust my question. Although I setup a ftp proxy in NAT, I cannot ftp from FreeBSD systems behind the firewall to ftp servers on the internet. But this problem does not occur in Windows XP. In XP both active and passive ftp is working allright, because when I watch 'ipfstat -tn' while transferring data from an ftp-server I see that my XP client is allowed to connect to a high ftp port on the public ftp-server (passive ftp is ok). Same on active ftp, the public-server is allowed to connect to an ftp-port that is opened by my XP client. This is because I setup the ftp-proxy in NAT. When I remove that line from my NAT rules, ftp-ing is not possible at all. But on a FreeBSD client this does not seem to work. The ftp client on my FreeBSD client seems to know to which port is must connect, but the NAT-proxy and firewall does not allow it when it tries to. So the 'ls' command does not work, but 'cd' and 'pwd' do. When I use a third-party tool liks ncftp2 (/usr/ports/ftp/ncftp2/) on FreeBSD there is no problem because the connection goes over port 21 and transfer goes over port 20. But this is more like a workaround than a solution. Why does my FreeBSD client not get accross my firewall and NAT for happy ftp-ing, and why does XP succeed? For detailed information about my configuration, please read my previous message below. Regards, Rick Hoppe Network- and Systemspecialist Xtraxion Internet > -----Original Message----- > From: owner-ipfilter@coombs.anu.edu.au > [mailto:owner-ipfilter@coombs.anu.edu.au]On Behalf Of Rick Hoppe > Sent: donderdag 21 maart 2002 22:18 > To: ipfilter@coombs.anu.edu.au > Subject: ftp from behind firewall to internet works on XP not on FreeBSD > ? > > > Hi guys......and girls (I know you're out there), > > I'm dealing here with a strange firewall problem. Let me first explain how > my network is configured at my side. > > > Cablemodem (DHCP) > | > | xl0 (10Mbit) > +-----------+--------------+ > | Firewall/Gateway/NAT/DNS | FreeBSD 4.5-STABLE > +-----------+--------------+ > | rl0 on 10.0.0.1 (100Mbit) > | > ---+-----------+--------+-----------------+- 100Mbit LAN > | | | > | | | > Windows XP FreeBSD 4.5-R FreeBSD 4.5-S > Client only HTTP/SMTP/POP3 Client only (laptop to > play with) > 10.0.0.3 10.0.0.2 10.0.0.4 > > > All my servers and clients on the LAN need to connect to the > gateway to get > a connection to the internet. When I first configured the > firewall, all kind > of outbound connections from the LAN to the internet were allowed. Now I > only allow some ports so I can restrict some services on the LAN if I want > to. All inbound connections are closed (because of > IPFILTER_DEFAULT_BLOCK in > custom kernel) unless I allow some. I only allow port 25 for SMTP > connections and port 22 (for SSH2 from specific IP's) > > To get ftp to work from inside LAN to the outside so I'm able to > connect to > public ftp servers I needed to modify NAT to enable proxy for FTP. See the > first line of my ipnat.rules. > > # cat /etc/ipnat.rules > map xl0 0/0 -> 0/32 proxy port ftp ftp/tcp > map xl0 10.0.0.0/0 -> 0/32 > rdr xl0 0.0.0.0/0 port 8080 -> 10.0.0.2 port 8080 tcp > rdr xl0 0.0.0.0/0 port 22 -> 10.0.0.2 port 22 tcp > rdr xl0 0.0.0.0/0 port 25 -> 10.0.0.2 port 25 tcp > > Allright then, we're finally where the problem starts. When I use the > built-in ftp software from Windows XP or third-party software > like WS_FTP I > can use both passive and active FTP and do what I want to do on those > ftp-servers. So there's no problem here. > > The problem is when I use ftp or pftp on a FreeBSD machine to > connect to the > same ftp servers I receive a connection refused message when > using the 'ls' > command. > > # ftp ftp://ftp.freebsd.org > Connected to ftp.beastie.tdk.net. > 220 ftp.beastie.tdk.net FTP server (Version 6.00LS) ready. > 331 Guest login ok, send your email address as password. > 230 Guest login ok, access restrictions apply. > . > . > . > Remote system type is UNIX. > Using binary mode to transfer files. > 200 Type set to I. > 250 CWD command successful. > ftp> ls > ftp: connect: Connection refused > > Snippet from my firewall log. > > Mar 21 19:25:17 ns1 ipmon[54]: 19:25:16.446233 xl0 @0:10 b > ftp.beastie.tdk.net[62.243.72.50],21 -> xxxxxx.xx[xxx.xxx.xxx.xxx],1636 PR > tcp len 20 100 -AP 242667085 222564837 33304 IN > Mar 21 19:25:52 ns1 ipmon[54]: 19:25:52.174518 rl0 @0:30 b xxx.xxxxxx.xx > [10.0.0.2],1637 -> ftp.beastie.tdk.net[62.243.72.50],57458 PR tcp len 20 > 60 -S 1298035879 0 65535 IN > > > I think that the client receives an answer on the ftp channel on > which port > the ls-output will be, but when it tries to connect to that port it is > rejected by a firewall rule. > > Has somebody a clue why this happens on my FreeBSD clients, and > not on my XP > client? Isn't it true that all clients on the network have to > pass the same > NAT and firewall rules? At the end of this message you can find my > (censored) firewall rules and output of 'ipfstat -in' > > Thanks for your time. > > Regards, > > > Rick Hoppe > Network- and System Administrator > Xtraxion Internet > > > > > # uname -a > FreeBSD .xx 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Feb 14 21:07:12 CET 2002 > root@xxxxxx.xx:/usr/obj/usr/src/sys/FIREWALL i386 > > > # cat /etc/ipf.rules > pass out quick on xl0 proto tcp from any to any keep state > pass out quick on xl0 proto udp from any to any keep state > pass out quick on xl0 proto icmp from any to any keep state > block out log quick on xl0 all > > pass in quick on xl0 proto udp from xxx.xxx.xxx.xxx/32 to any > port = 68 keep > state > pass in quick on xl0 proto tcp from any to 10.0.0.2/24 port = 25 flags S > keep state > pass in quick on xl0 proto tcp from any to 10.0.0.2/24 port = 8080 flags S > keep state > pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx to > 10.0.0.2/24 port = 22 > flags S keep state > pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx to > 10.0.0.2/24 port = 22 > flags S keep state > pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx to > 10.0.0.2/24 port = 22 > flags S keep state > pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx to > 10.0.0.2/24 port = 22 > flags S keep state > > block return-rst in log quick on xl0 proto tcp from any to any port = 113 > > block in log quick on xl0 proto icmp from any to any > block in log quick on xl0 all > > pass out quick on rl0 proto tcp from any to any keep state > pass out quick on rl0 proto udp from any to any keep state > pass out quick on rl0 proto icmp from any to any keep state > block out log quick on rl0 all > > pass in quick on rl0 proto tcp from any to any port = 20 keep state > pass in quick on rl0 proto tcp from any to any port = 21 keep state > pass in quick on rl0 proto tcp from any to any port = 22 keep state > pass in quick on rl0 proto tcp from any to any port = 23 keep state > pass in quick on rl0 proto tcp from any to any port = 25 keep state > pass in quick on rl0 proto tcp from any to any port = 53 keep state > pass in quick on rl0 proto tcp from any to any port = 80 keep state > pass in quick on rl0 proto tcp from any to any port = 110 keep state > pass in quick on rl0 proto tcp from any to any port = 113 keep state > pass in quick on rl0 proto tcp from any to any port = 443 keep state > pass in quick on rl0 proto tcp from any to any port = 1755 keep state > pass in quick on rl0 proto tcp from any to any port = 1863 keep state > pass in quick on rl0 proto tcp from any to any port = 554 keep state > pass in quick on rl0 proto tcp from any to any port = 7070 keep state > pass in quick on rl0 proto tcp from any to any port = 7071 keep state > pass in quick on rl0 proto tcp from 10.0.0.3 to 10.0.0.1/24 port > = 666 keep > state > pass in quick on rl0 proto tcp from any to any port = 5999 keep state > pass in quick on rl0 proto udp from any to any keep state > pass in quick on rl0 proto icmp from any to any keep state > block return-rst in log quick on rl0 proto tcp all > block in log quick on rl0 all > > pass in quick on lo0 all > pass out quick on lo0 all > > > # ipfstat -in > @1 pass in quick on xl0 proto udp from xxx.xxx.xxx.xxx/32 to any port = 68 > keep state > @2 pass in quick on xl0 proto tcp from any to 10.0.0.0/24 port = 25 flags > S/FSRPAU keep state > @3 pass in quick on xl0 proto tcp from any to 10.0.0.0/24 port = > 8080 flags > S/FSRPAU keep state > @4 pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx/32 to 10.0.0.0/24 > port = 22 flags S/FSRPAU keep state > @5 pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx/32 to 10.0.0.0/24 > port = 22 flags S/FSRPAU keep state > @6 pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx/32 to 10.0.0.0/24 > port = 22 flags S/FSRPAU keep state > @7 pass in quick on xl0 proto tcp from xxx.xxx.xxx.xxx/32 to 10.0.0.0/24 > port = 22 flags S/FSRPAU keep state > @8 block return-rst in log quick on xl0 proto tcp from any to any > port = 113 > @9 block in log quick on xl0 proto icmp from any to any > @10 block in log quick on xl0 from any to any > @11 pass in quick on rl0 proto tcp from any to any port = 20 keep state > @12 pass in quick on rl0 proto tcp from any to any port = 21 keep state > @13 pass in quick on rl0 proto tcp from any to any port = 22 keep state > @14 pass in quick on rl0 proto tcp from any to any port = 23 keep state > @15 pass in quick on rl0 proto tcp from any to any port = 25 keep state > @16 pass in quick on rl0 proto tcp from any to any port = 53 keep state > @17 pass in quick on rl0 proto tcp from any to any port = 80 keep state > @18 pass in quick on rl0 proto tcp from any to any port = 110 keep state > @19 pass in quick on rl0 proto tcp from any to any port = 113 keep state > @20 pass in quick on rl0 proto tcp from any to any port = 443 keep state > @21 pass in quick on rl0 proto tcp from any to any port = 1755 keep state > @22 pass in quick on rl0 proto tcp from any to any port = 1863 keep state > @23 pass in quick on rl0 proto tcp from any to any port = 554 keep state > @24 pass in quick on rl0 proto tcp from any to any port = 7070 keep state > @25 pass in quick on rl0 proto tcp from any to any port = 7071 keep state > @26 pass in quick on rl0 proto tcp from 10.0.0.3/32 to 10.0.0.0/24 port = > 666 keep state > @27 pass in quick on rl0 proto tcp from any to any port = 5999 keep state > @28 pass in quick on rl0 proto udp from any to any keep state > @29 pass in quick on rl0 proto icmp from any to any keep state > @30 block return-rst in log quick on rl0 proto tcp from any to any > @31 block in log quick on rl0 from any to any > @32 pass in quick on lo0 from any to any To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 3:50:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f142.law15.hotmail.com [64.4.23.142]) by hub.freebsd.org (Postfix) with ESMTP id 3781437B400 for ; Sat, 23 Mar 2002 03:50:05 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 23 Mar 2002 03:50:05 -0800 Received: from 12.224.197.212 by lw15fd.law15.hotmail.msn.com with HTTP; Sat, 23 Mar 2002 11:50:04 GMT X-Originating-IP: [12.224.197.212] From: "Mike Uehara" To: freebsd-questions@freebsd.org Subject: cdrecord and Yamaha CRW2200E... Date: Sat, 23 Mar 2002 11:50:04 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Mar 2002 11:50:05.0042 (UTC) FILETIME=[DF6FBD20:01C1D260] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is there any way to use cdrecord with a Yamaha CRW2200E on FreeBSD? I was able to burn CD's using cdrecord and the same drive, but in Manrake Linux. And I thought that I'd be able to do the same in FreeBSD, but I haven't been successful. If someone was able to do this, I'd appreciate a little help. I don't know if anyone knows the answer because I searched the emails on this list and a few people (maybe 2 ) asked the same question. But I couldn't find any replies. It always gives me an error: Device not configured. Even when i type cdrecord -scanbus. It keeps looking for SCSI devices, but I disabled SCSI devices in my kernal configuration because I don't have any SCSI devices. But I even booted with the GENERIC kernel and I still got the same error. I really like FreeBSD so far, but I'd really like to be able to burn CD's... It's kind of why I bought the drive in the first place. Any help would be _GREATLY_ appreciated. Thanks, Mike _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 4: 2: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by hub.freebsd.org (Postfix) with ESMTP id 0E02E37B404 for ; Sat, 23 Mar 2002 04:02:05 -0800 (PST) Received: from lungfish.ntlworld.com ([80.4.0.215]) by mta06-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020323120203.HAPG7000.mta06-svc.ntlworld.com@lungfish.ntlworld.com>; Sat, 23 Mar 2002 12:02:03 +0000 Received: from tuatara.goatsucker.org (tuatara.goatsucker.org [192.168.1.6]) by lungfish.ntlworld.com (8.11.6/8.11.3) with ESMTP id g2NC22j03890; Sat, 23 Mar 2002 12:02:02 GMT (envelope-from scott@tuatara.goatsucker.org) Received: (from scott@localhost) by tuatara.goatsucker.org (8.11.6/8.11.6) id g2NC22E11705; Sat, 23 Mar 2002 12:02:02 GMT (envelope-from scott) Date: Sat, 23 Mar 2002 12:02:02 +0000 From: Scott Mitchell To: Mike Uehara Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cdrecord and Yamaha CRW2200E... Message-ID: <20020323120202.E278@fishballoon.dyndns.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from mtuehara@hotmail.com on Sat, Mar 23, 2002 at 11:50:04AM +0000 X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Mar 23, 2002 at 11:50:04AM +0000, Mike Uehara wrote: > Is there any way to use cdrecord with a Yamaha CRW2200E on FreeBSD? I was > able to burn CD's using cdrecord and the same drive, but in Manrake Linux. > And I thought that I'd be able to do the same in FreeBSD, but I haven't been > successful. If someone was able to do this, I'd appreciate a little help. > I don't know if anyone knows the answer because I searched the emails on > this list and a few people (maybe 2 ) asked the same question. But I > couldn't find any replies. > > It always gives me an error: > Device not configured. Even when i type cdrecord -scanbus. > > It keeps looking for SCSI devices, but I disabled SCSI devices in my kernal > configuration because I don't have any SCSI devices. But I even booted with > the GENERIC kernel and I still got the same error. I really like FreeBSD so > far, but I'd really like to be able to burn CD's... It's kind of why I > bought the drive in the first place. > > Any help would be _GREATLY_ appreciated. > Thanks, > Mike I guess this is an ATAPI CDRW drive? You need to use burncd, not cdrecord. Although, I think the very latest version of cdrecord supports ATAPI drives directly, and there is some work going to on to get a SCSI-over-ATAPI layer working in FreeBSD, so this particular issue should be a thing of the past soon. HTH, Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 4:11:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fm6.freemail.hu (fm6.freemail.hu [195.228.242.206]) by hub.freebsd.org (Postfix) with SMTP id 9A84037B41A for ; Sat, 23 Mar 2002 04:11:21 -0800 (PST) Received: (qmail 93727 invoked by uid 851822); 23 Mar 2002 13:11:19 +0100 Date: Sat, 23 Mar 2002 13:11:19 +0100 (CET) From: Jozsef Attila Subject: loop-aes To: freebsd-questions@freebsd.org Message-ID: X-Originating-IP: [152.66.142.195] X-HTTP-User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-2 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi! anyone who made porting of loop-aes under FreeBSD? (www.sourceforge.net/projects/loop-aes) on a mailing list i saw a mail from the developer who said: "loop-AES' aes.[ch] are as portable as code can be. They work in Linux kernel, Linux userspace, FreeBSD, OpenBSD, just about anywhere. They can also be easily tested against published test vectors in userspace." http://mail.nl.linux.org/linux-crypto/2001-07/msg00141.html any ideas? regards mininx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 4:35:38 2002 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 0794C37B400 for ; Sat, 23 Mar 2002 04:35:35 -0800 (PST) Received: from pc4-card4-0-cust162.cdf.cable.ntl.com ([80.4.14.162] helo=rhadamanth.private.submonkey.net ident=mailnull) by relay3-gui.server.ntli.net with esmtp (Exim 3.03 #2) id 16okk9-0001dY-00 for questions@freebsd.org; Sat, 23 Mar 2002 12:35:33 +0000 Received: from setantae by rhadamanth.private.submonkey.net with local (Exim 3.35 #1) id 16okjm-000ArC-00; Sat, 23 Mar 2002 12:35:10 +0000 Date: Sat, 23 Mar 2002 12:35:10 +0000 From: Ceri To: Cliff Sarginson Cc: questions@freebsd.org Subject: Re: ipfw rules (was: Re: Advocacy help for CS professor) Message-ID: <20020323123510.GA41583@submonkey.net> Mail-Followup-To: Ceri , Cliff Sarginson , questions@freebsd.org References: <1016835511.3c9badb74132e@webmail.neomedia.it> <20020322235100.GN4940@raggedclown.net> <20020323001642.GA55585@hades.hell.gr> <20020323003356.GQ4940@raggedclown.net> <20020323032958.GA59842@hades.hell.gr> <20020323035939.GE9544@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020323035939.GE9544@raggedclown.net> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Mar 23, 2002 at 04:59:39AM +0100, Cliff Sarginson wrote: > What i dont understand is why nobody believe me when I tell them that > ssh has a flaw in it ? Have you got the latest patches in ? There have been at least two OpenSSH problems in the last six weeks or so that I remember. Ceri -- keep a mild groove on To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 4:38:54 2002 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 1F15437B430 for ; Sat, 23 Mar 2002 04:38:31 -0800 (PST) Received: from pc4-card4-0-cust162.cdf.cable.ntl.com ([80.4.14.162] helo=rhadamanth.private.submonkey.net ident=mailnull) by relay3-gui.server.ntli.net with esmtp (Exim 3.03 #2) id 16okn0-0001gX-00 for FreeBSD-questions@freebsd.org; Sat, 23 Mar 2002 12:38:30 +0000 Received: from setantae by rhadamanth.private.submonkey.net with local (Exim 3.35 #1) id 16okmo-000Arq-00; Sat, 23 Mar 2002 12:38:18 +0000 Date: Sat, 23 Mar 2002 12:38:18 +0000 From: Ceri To: Cliff Sarginson Cc: FreeBSD-questions@FreeBSD.org Subject: Re: since i have been cracked Message-ID: <20020323123818.GB41583@submonkey.net> Mail-Followup-To: Ceri , Cliff Sarginson , FreeBSD-questions@FreeBSD.org References: <20020322190842.GA3564@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020322190842.GA3564@raggedclown.net> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 22, 2002 at 08:08:42PM +0100, Cliff Sarginson wrote: > I was wondering how to get a copy if vi, > that doesnt misepell ffor me If you really can't afford to rebuild the box from scratch, then I'd suggest at least doing a binary upgrade with the file from a FreeBSD mirror, then doing a buildworld from source as well (the first step makes sure that the utilities used to build world are reasonably safe). Ceri -- keep a mild groove on To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 4:58: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 6F68B37B404 for ; Sat, 23 Mar 2002 04:58:05 -0800 (PST) Received: from barbish ([63.70.155.112]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com; Sat, 23 Mar 2002 07:58:04 -0500 From: "Joe & Fhe Barbish" To: "Lord Raiden" Cc: "FBSDQ" Subject: RE: Speaking of Apache and Frontpage Date: Sat, 23 Mar 2002 07:58:01 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <4.2.0.58.20020323014057.00961a90@pop.netzero.net> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Install the apache13-fp port. It will not start after install. Check /var/log/httpd-error.log for names of the 2 files you are missing. The files are really there, but have the suffix of default. Copy these files to same location without sufix default. Now you have the files you need. One other thing, if you are not running your own private dns server, then you have to put your domain name from rc.conf domainname= statement in your hosts file and assocate it with the ip address of your box. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Lord Raiden Sent: Saturday, March 23, 2002 1:46 AM To: freebsd-questions@FreeBSD.ORG Subject: Speaking of Apache and Frontpage Well now that we're on this subject somewhat and someone else mentioned this, I'm gonna ask this myself. I've got a server I'm setting up for a client who is dead set on having a unix server running apache (which is the good part) but he also wants frontpage extensions installed (that's the bad part) so that he can use his frontpage 98 to do all his own web design. Now, I've never actually had to install Apache with Frontpage extensions myself so I'm stuck. Tried to do it myself and only made a mess of things. So after 6 hours of fighting this, I'm coming to you guys for help. We're starting with a clean slate here...well I hope anyways, and I'm going from ground zero. I've uninstalled everything I tried to install and I'm going to try this again. What do I need to do to effectively install a standard, no special configs, right out of the box (or ports in this case) type install of Apache with Frontpage extensions. Your help is greatly welcomed. If you can give me a simple step by step, I'll be forever grateful. Thanks. (So far I can tell this is nowhere near as easy as setting up Apache. But then again, we're talking Microsoft stuff here too) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" 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 Mar 23 4:59:40 2002 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 78A6A37B400 for ; Sat, 23 Mar 2002 04:59:37 -0800 (PST) Received: from pc4-card4-0-cust162.cdf.cable.ntl.com ([80.4.14.162] helo=rhadamanth.private.submonkey.net ident=mailnull) by relay3-gui.server.ntli.net with esmtp (Exim 3.03 #2) id 16ol7Q-00024M-00 for questions@freebsd.org; Sat, 23 Mar 2002 12:59:36 +0000 Received: from setantae by rhadamanth.private.submonkey.net with local (Exim 3.35 #1) id 16ol6y-000AwZ-00; Sat, 23 Mar 2002 12:59:08 +0000 Date: Sat, 23 Mar 2002 12:59:08 +0000 From: Ceri To: weiwuzhang@263.net Cc: questions@freebsd.org Subject: Re: build a DHCP server Message-ID: <20020323125908.GA41923@submonkey.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Mar 23, 2002 at 04:01:27AM +0800, Zhang Weiwu wrote: > I'm trying to replace my Win2k server with another one running FreeBSD for > some reason. This win2k server has been working as a lan DHCP for years, > now people won't be happy that they all have to change their IP config to > fit the new server. But handbook only covered the configuration of a DHCP > client. Where can i find information about starting DHCP service? I have just such an article for the handbook pending commit. Should be there by Monday with any luck. Ceri -- keep a mild groove on To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 5:21:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pumba.nur.ac.rw (pumba.nur.ac.rw [216.147.148.9]) by hub.freebsd.org (Postfix) with ESMTP id EEFF537B400 for ; Sat, 23 Mar 2002 05:21:27 -0800 (PST) Received: from [216.147.148.12] (account ) by pumba.nur.ac.rw (CommuniGate Pro WebUser 3.4.2) with HTTP id 2975531 for ; Sat, 23 Mar 2002 13:21:11 +0000 From: "mike ndabarasa" Subject: was:ftp installation To: freebsd-questions@freebsd.org X-Mailer: CommuniGate Pro Web Mailer v.3.4.2 Date: Sat, 23 Mar 2002 13:21:11 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i think i found how to do installation by ftp. will try it. many thanx NDABARASA MIKE *** CCNA(Cisco Certified Network Associate) *** *** CCAI(Cisco Certified Academy Instructor) *** National University of Rwanda COMPUTING CENTRE E-mail: mike@nur.ac.rw Voice: office (+250)530666 mobile (+250)08425269 ============================================================ Felix qui potuit rerum cognoscere causas *** &&& $$$ &&& *** Heureux celui qui comprend l'ultime raison des choses ============================================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 6: 5:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f64.law9.hotmail.com [64.4.9.64]) by hub.freebsd.org (Postfix) with ESMTP id C5E9A37B419 for ; Sat, 23 Mar 2002 06:05:21 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 23 Mar 2002 06:05:21 -0800 Received: from 202.98.16.2 by lw9fd.law9.hotmail.msn.com with HTTP; Sat, 23 Mar 2002 14:05:21 GMT X-Originating-IP: [202.98.16.2] From: "Liu Siwei" To: questions@FreeBSD.ORG Subject: About XFree86-4.2 Date: Sat, 23 Mar 2002 14:05:21 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Mar 2002 14:05:21.0756 (UTC) FILETIME=[C56001C0:01C1D273] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, all: I have built XFree86-4.2.0_1,1 from ports on FreeBSD-current. I have met a little trouble when build XFree86-Server-4.2.0(I have solved it). But when I use it, I meet trouble: Xlib not surpport your Locale! I use zh_CN.EUC locale, why doesn't it support? Best Regard. _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 6:32:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from surreal.nl (surreal.nl [212.204.236.10]) by hub.freebsd.org (Postfix) with ESMTP id AD19F37B419 for ; Sat, 23 Mar 2002 06:32:24 -0800 (PST) Received: by surreal.nl (Postfix, from userid 65534) id A70C77FEA5; Sat, 23 Mar 2002 15:32:24 +0100 (CET) Date: Sat, 23 Mar 2002 15:32:24 +0100 (CET) Subject: RE: So long and thanks for all the fish From: "Walter Hop" To: In-Reply-To: References: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal Cc: X-Mailer: SquirrelMail (version 1.2.4) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-Id: <20020323143224.A70C77FEA5@surreal.nl> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [in reply to Joe & Fhe Barbish] > Walter stated "Don't forget that FreeBSD's telnetd was the object of > one of the big > exploits last year!" > > I did not know about this, Could you please point me to where and can > get info about this? Check out the following advisory for information on which versions are vulnerable: ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA- 01:49.telnetd.v1.1.asc -- Walter Hop Updated contact information: http://www.binity.com/~walter/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 6:38:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gamma.root-servers.ch (gamma.root-servers.ch [195.49.62.126]) by hub.freebsd.org (Postfix) with SMTP id 127AD37B419 for ; Sat, 23 Mar 2002 06:37:17 -0800 (PST) Received: (qmail 66818 invoked from network); 23 Mar 2002 14:37:14 -0000 Received: from dclient217-162-130-104.hispeed.ch (HELO athlon550) (217.162.130.104) by 0 with SMTP; 23 Mar 2002 14:37:14 -0000 Date: Sat, 23 Mar 2002 15:38:07 +0100 From: Gabriel Ambuehl X-Mailer: The Bat! (v1.54 Beta/36) Educational Reply-To: gabriel_ambuehl@buz.ch Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <144720654396.20020323153807@buz.ch> To: questions@FreeBSD.ORG Subject: Apache beta 2.0.32 - Threading MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hello, has anyone already tried Apache 2.0.32 on STABLE? The README says that threading now works (which is a big step into the direction of getting a working perchild MPM which I'm sure a lot of webhosters would LOVE to use to separate their users in a more secure way than just PHP's flawed safe_mode) with the limitation that it seems to block indefinitely until another request is sent which then in turn blocks (with more than one httpd instance) but I wasn't even able to get requests serviced with only one instance and in case of multiple ones, it wouldn't do anything either... I'd really like to hear some comments on this as I'm rather desperate to implement perchild (but that one doesn't even seem to compile on FreeBSD at the very moment). I'd be especially interested to know whether a threaded Apache 2 is working on current (considering the wide changes to threading etc this might well be the case) cause I don't have a working current box at the moment? Best regards, Gabriel  -----BEGIN PGP SIGNATURE----- Version: PGP 6.5i iQEVAwUBPJyFQ8Za2WpymlDxAQHSlggAj4eLlrNZHh6+flnJlzeWlVOlL1Zzcg7Y yTenXjCWD4xSmGpEPNBXosxjt7g90jceP59ZN0bdWfEtMeLztDF2FWUxCXhET0r9 e4lsuDakBhXaYgsahBQ0ppYMIP3AUYQBJtvPi9ggUQdM8VAOfNw6ojlhXK/i/fjm FMmgiPNvPnro+E1mDLtdsB1qbYd0s4fffn7AsC1SkB7UHPGngbFVxQX0WPNpPqQQ QMiKgQFuNKFN3TSSSgwPTDjQI3Tmjng8otZPANqnvbCZURgbtg7I0YcusB9APq1f GKMBpV15tJ60sc+RoTdvzG9z2qBAbsLydIuTZjUyZbUZ05bGUOSagw== =27P0 -----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 Mar 23 6:55: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id 6EBF037B404 for ; Sat, 23 Mar 2002 06:54:54 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id E4050901A00; Sat, 23 Mar 2002 09:53:33 -0500 (EST) Date: Sat, 23 Mar 2002 09:53:33 -0500 From: mpd To: G D McKee Cc: questions@freebsd.org Subject: Re: Upgrading Ported Apps + Dependant Ports Message-ID: <20020323095333.A67473@rochester.rr.com> References: <002b01c1d1e9$fc9bab10$c800a8c0@p1000> <20020322164815.A24186@rochester.rr.com> <004101c1d1ef$f4708bd0$c800a8c0@p1000> <20020322173456.A24469@rochester.rr.com> <004f01c1d1f3$7405f490$c800a8c0@p1000> <20020323015452.A25792@rochester.rr.com> <007b01c1d261$3a92e290$c800a8c0@p1000> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <007b01c1d261$3a92e290$c800a8c0@p1000>; from freebsd@gdmckee.com on Sat, Mar 23, 2002 at 11:52:37AM -0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Mar 23, 2002 at 11:52:37AM -0000, G D McKee wrote: > Hi > > Here is the output for the port Sablot that I have upgraded. As far as I > can see there are latter versions of the packages listed at the end but it > has not updated then? Am I doing something wrong? What I do to make sure I'm current with my ports is a simple portversion -v | grep '<' This tells you which ports you have installed that have lower version numbers than their skeletons (i.e. the ports that need to be upgraded.) As for the log, it looks fine to me. > ===> Registering installation for Sablot-0.81_1 > ===> Cleaning for libiconv-1.7_2 > ===> Cleaning for autoconf213-2.13.000227_1 > ===> Cleaning for automake14-1.4.5 > ===> Cleaning for gettext-0.10.35_1 > ===> Cleaning for gmake-3.79.1 > ===> Cleaning for libtool-1.3.4_2 > ===> Cleaning for m4-1.4_1 > ===> Cleaning for expat-1.95.2 > ===> Cleaning for Sablot-0.81_1 > ---> Removing the temporary backup files > [Updating the pkgdb in /var/db/pkg ... - 132 packages > found (-0 +1) . done] > ---> Reporting the results (+:succeeded / -:ignored / *:skipped / !:failed) > + textproc/sablotron (Sablot-0.81_1) Was this what you meant by the packages listed at end? Those are the things that Sablot depends on (as opposed to the things that depend on Sablot.) The -r switch will upgrade the things that depend on Sablot. The -R switch will upgrade the things that Sablot depends on. I think this is where the confusion is. NB: Using either of the switches can make builds last ages. I can count on one hand the number of times I've used them in the past. > > Gordon > PS Sorry for the long output - just thought it would be beneficial!! No problem. mike > > ----- Original Message ----- > From: "mpd" > To: "G D McKee" > Cc: > Sent: Saturday, March 23, 2002 6:54 AM > Subject: Re: Upgrading Ported Apps + Dependant Ports > > > > On Fri, Mar 22, 2002 at 10:46:49PM -0000, G D McKee wrote: > > > Hi > > > > Please don't remove the cc: to questions. The answers need to > > be archived along with the questions. > > > > > > > > I have got the latest ports tree - cvsupped - do I need to build > anything? > > > > I don't understand what you mean. You use the portupgrade port to > > update your ports. > > > > > The start-up script doesn;t seem to do anything? > > > > Which start-up script? > > > > > > > > Gordon > > > > > > ----- Original Message ----- > > > From: "mpd" > > > To: "G D McKee" > > > Cc: > > > Sent: Friday, March 22, 2002 10:34 PM > > > Subject: Re: Upgrading Ported Apps + Dependant Ports > > > > > > > > > > On Fri, Mar 22, 2002 at 10:21:46PM -0000, G D McKee wrote: > > > > > Hi > > > > > > > > > > Got the port installed and have read the man page and portupgrade > > > doesn't > > > > > seem to exist anywhere on my system. I was going to do a > > > portupgrade -ri > > > > > iconv? > > > > > > > > > > Am I doing anything wrong? > > > > > > > > That should be fine. > > > > > > > > > > Thanks for your previous reply. > > > > > > > > > > Gordon > > > > > > > > mike > > > > > > > > > > ----- Original Message ----- > > > > > From: "mpd" > > > > > To: "G D McKee" > > > > > Cc: > > > > > Sent: Friday, March 22, 2002 9:48 PM > > > > > Subject: Re: Upgrading Ported Apps + Dependant Ports > > > > > > > > > > > > > > > > On Fri, Mar 22, 2002 at 09:39:03PM +0000, G D McKee wrote: > > > > > > > Hi > > > > > > > > > > > > > > I have ran pkg_version -c and got a list of all the ports that > are > > > out > > > > > if > > > > > > > date. I have noticed that most of the library ports get looked > for > > > and > > > > > it > > > > > > > continues to use the old version. Is there a way of making a > port > > > and > > > > > > > telling it to upgrade the dependencies as well? > > > > > > > > > > > > The portupgrade port (/usr/ports/sysutils/portupgrade) has this > > > > > > functionality. I highly recommend it. > > > > > > > > > > > > > > > > > > > > Thanks in advance > > > > > > > > > > > > > > Gordon > > > > > > > > > > > > > > > > > > > mike > > > > > > -- > > > > > > ___________________________________________________________ > > > > > > > > > > > > "THESE WORDS - THEIR ASPECT WAS OBSCURE - I READ > > > > > > INSCRIBED ABOVE A GATEWAY AND I SAID: > > > > > > 'MASTER, THEIR MEANING IS DIFFICULT FOR ME.'" > > > > > > - Little Girl from "PLAYING HARD-TO-LISTEN-TO" > > > > > > > > > > > > > > > > > > > -- > > > > ___________________________________________________________ > > > > > > > > "SO YOU SEE, AMMONIA IS TRULY IS OWN BEST FRIEND!!!" > > > > - Little Girl from "THE FORBIDDEN CANDY" > > > > > > > > > > > -- > > ___________________________________________________________ > > > > "WE ARE EATING ARCTIC CIRCLE CANDY!! WE FOUND IT IN A > > JAR MARKED 'FORBIDDEN CANDY'!! IT IS TASTY POKEY!!!" > > - Little Girl from "THE FORBIDDEN CANDY" > > > -- ___________________________________________________________ "HELLO POKEY DO YOU WANT TO RECARPET YOUR HOUSE?" - Carpet Salesman from "POKEY AND THE CANNON" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 6:56:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nef.ens.fr (nef.ens.fr [129.199.96.32]) by hub.freebsd.org (Postfix) with ESMTP id AB2D337B404 for ; Sat, 23 Mar 2002 06:56:13 -0800 (PST) Received: from trefle.ens.fr (trefle.ens.fr [129.199.96.17]) by nef.ens.fr (8.10.1/1.01.28121999) with ESMTP id g2NEu9p03456 for ; Sat, 23 Mar 2002 15:56:09 +0100 (CET) Received: from (beig@localhost) by trefle.ens.fr (8.11.6/jb-1.1) X-Authentication-Warning: trefle.ens.fr: beig set sender to Jacques.Beigbeder@ens.fr using -f Date: Sat, 23 Mar 2002 15:56:09 +0100 From: Jacques Beigbeder To: freebsd-questions@freebsd.org Subject: XFree86 for Asus A7A266 (rev 1.11) + ATI ?? Message-ID: <20020323155609.A7253@trefle.ens.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I desperately try to have a working XFree86 for: Processor: Athlon Motherboard: Asus A7A66-E rev. 1.11 FreeBSD 4.5 ATI Rage 128 Pro PF . XFree86 3.3.6 (compiled from sources) fail to find the card. . it seems that FreeBSD doesn't have any support for a framebuffer? . XFree86 4.1.0 & 4.2.0 makes the computer reboot. I tried http://gladstone.uoregon.edu/~eanholt/dri/install.html but: First question: how do you "portupgrade -rN XFree86-4"? I get "XFree86-4 not installed". Second question: to install "ports/36181", is it just cd ... patch < the_file_with_36181 Messages for 4.2.0: kernel trap 9 with interrupts disabled Fatal trap 9: ge Fatal double fault eip = 0xc034e68c esp = 0xcde40000 ebp = 0xcde40020 panic: double fault (details in http://www.spi.ens.fr/beig/xfree86.html ) Third question: is there any easy solution? Except installing Linux (Linux works fine...) -- Jacques Beigbeder | Jacques.Beigbeder@ens.fr Service de Prestations Informatiques | http://www.spi.ens.fr Ecole normale supérieure | 45 rue d'Ulm |Tel : (+33 1)1 44 32 37 96 F75230 Paris cedex 05 |Fax : (+33 1)1 44 32 20 75 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 7: 1:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id 663D537B417 for ; Sat, 23 Mar 2002 07:01:52 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id 4D325901A1D; Sat, 23 Mar 2002 10:00:32 -0500 (EST) Date: Sat, 23 Mar 2002 10:00:32 -0500 From: mpd To: irado Cc: freebsd-questions@FreeBSD.ORG, zhangweiwu@private.21cn.com Subject: Re: cannot login (continue) Message-ID: <20020323100032.B67473@rochester.rr.com> References: <3c9c6ab5.498e.1804289383@subdimension.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <3c9c6ab5.498e.1804289383@subdimension.com>; from irado@subdimension.com on Sat, Mar 23, 2002 at 11:44:53AM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Mar 23, 2002 at 11:44:53AM +0000, irado wrote: > Zhang Weiwu wrote: > > > Maybe i'll need a fixit floppy, but how to make it? i > found fixit.flp in > > floppies in the CD-ROM, but i don't know what program to > use to write > > this image to floppy. > > > > > think that it is better to use the PicoBSD floppy > http://people.freebsd.org/~picobsd/picobsd.html Why would one use PicoBSD to fix an installation of FreeBSD? PicoBSD is a separate (but kind of related) project for embedded systems. I suppose it could be done, but I don't see the logic in telling these kind of things to a newbie. > > it is a GREAT tool, will help to maintain your skin as is. > ;-) > -- > > saudações, > > irado furioso com tudo. mike -- ___________________________________________________________ "I AM FINE! THIS CARPET SALESMAN BROKE MY FALL!" - Pokey the Penguin from "POKEY AND THE CANNON" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 7:11:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nycsmtp1out.rdc-nyc.rr.com (nycsmtp1out.rdc-nyc.rr.com [24.29.99.226]) by hub.freebsd.org (Postfix) with ESMTP id 9AD9037B400 for ; Sat, 23 Mar 2002 07:11:54 -0800 (PST) Received: from scott1.nyc.rr.com (24-168-24-239.nyc.rr.com [24.168.24.239]) by nycsmtp1out.rdc-nyc.rr.com (8.12.1/Road Runner SMTP Server 1.0) with ESMTP id g2NFAeZC012893; Sat, 23 Mar 2002 10:10:41 -0500 (EST) Message-Id: <5.1.0.14.0.20020323100830.00bbe878@pop-server.nyc.rr.com> X-Sender: scottro@pop-server.nyc.rr.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 23 Mar 2002 10:11:53 -0500 To: Jacques Beigbeder , freebsd-questions@FreeBSD.ORG From: Scott Subject: Re: XFree86 for Asus A7A266 (rev 1.11) + ATI ?? In-Reply-To: <20020323155609.A7253@trefle.ens.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 15:56 2002/03/23 +0100, Jacques Beigbeder wrote: >I desperately try to have a working XFree86 for: > Processor: Athlon > Motherboard: Asus A7A66-E rev. 1.11 > FreeBSD 4.5 > ATI Rage 128 Pro PF Not sure about the A7A66--however, there is a bug report from 4.3 Release, recently modified but not fixed yet (I tried again last night) for the A7A266 PR 28418 IIRC the person who was working on it was wondering were some other ASUS boards also causing problems. Here's the link http://www.freebsd.org/cgi/query-pr.cgi?pr=28418 Scott Robbins To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 7:49: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta07-svc.ntlworld.com (mta07-svc.ntlworld.com [62.253.162.47]) by hub.freebsd.org (Postfix) with ESMTP id 1F0E937B417 for ; Sat, 23 Mar 2002 07:49:03 -0800 (PST) Received: from sobek.lan ([62.252.15.144]) by mta07-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020323154901.SZGX22101.mta07-svc.ntlworld.com@sobek.lan>; Sat, 23 Mar 2002 15:49:01 +0000 Received: (from greid@localhost) by sobek.lan (8.11.6/8.11.6) id g2NFmxt95266; Sat, 23 Mar 2002 15:48:59 GMT (envelope-from greid@FreeBSD.org) X-Authentication-Warning: sobek.lan: greid set sender to greid@FreeBSD.org using -f Date: Sat, 23 Mar 2002 15:48:59 +0000 From: George Reid To: Nick Lozinsky Cc: freebsd-questions@FreeBSD.org Subject: Re: Sound in release 4.5 Message-ID: <20020323154859.A95217@FreeBSD.org> References: <000601c1d1f8$78c8e190$93611f41@unxsys> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <000601c1d1f8$78c8e190$93611f41@unxsys>; from nl3481@wi.rr.com on Fri, Mar 22, 2002 at 05:22:39PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 22, 2002 at 05:22:39PM -0600, Nick Lozinsky wrote: > Is there any major differences as far as sound goes in 4.5, Yes. > Anyhow, is there an option to enable my kernel to learn of > My built-in sound card? You haven't told us what card it is. -- George C A Reid Tel: (08701) 200870 Ext. 26654 WWW: http://people.FreeBSD.org/~greid/ Mob: (07740) 197460 FreeBSD Committer/Developer greid@FreeBSD.org Oriel College, Oxford University george.reid@oriel.ox.ac.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 8: 2:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13102.mail.yahoo.com (web13102.mail.yahoo.com [216.136.174.147]) by hub.freebsd.org (Postfix) with SMTP id B563637B428 for ; Sat, 23 Mar 2002 08:02:05 -0800 (PST) Message-ID: <20020323160205.88116.qmail@web13102.mail.yahoo.com> Received: from [68.39.132.244] by web13102.mail.yahoo.com via HTTP; Sat, 23 Mar 2002 08:02:05 PST Date: Sat, 23 Mar 2002 08:02:05 -0800 (PST) From: Gerard Subject: RE: qmail maybe ?? To: freebsd-questions@freebsd.org Cc: Mike Roest In-Reply-To: <000501c1d22b$e816f590$465d4018@zeus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok, I entered @ IN MX 10 hivemind.trini0.org. into my dns file and HUPed named. I left /var/qmail/control/locals and rcpthosts as is with localhost.trini0.org hivemind.trini0.org trini0.org I tried send an email from my yahoo account to gsam@trini0.org, and Im getting this bounce message -> Hi. This is the qmail-send program at hivemind.trini0.org. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. : Sorry. Although I'm listed as a best-preference MX or A for that host, it isn't in my control/locals file, so I don't treat it as local. (#5.4.6) --- Below this line is a copy of the messag --- Mike Roest wrote: > This is most likely a dns problem, Yep it is. As there is now MX > record for you domain you should a a record something like this > > @ IN MX 10 mailserver.trini0.org. > > Where mailserver.trini0.org is your mailserver name. > > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Gerard > Sent: Friday, March 22, 2002 10:24 PM > To: freebsd-questions@freebsd.org > Subject: qmail maybe ?? > > > Ok, Im trying to setup a mailserver running qmail. > In both /var/qmail/controls/locals & rcpthosts I have -> > localhost.trini0.org > hivemind.trini0.org > trini0.org > > I could send mail within the lan, and to users within a server. > But Im unable to send mail from lets say my yahoo account to my > mailserver. > Im not sure if its a qmail or dns problem here... > > Here is a copy of the bounced mail -> > > Hi. This is the qmail-send program at hivemind.trini0.org. > I'm afraid I wasn't able to deliver your message to the following > addresses. > This is a permanent error; I've given up. Sorry it didn't work out. > > : > Sorry, I couldn't find any host named trini0.org. (#5.1.2) > > --- Below this line is a copy of the message. > > Return-Path: > Received: (qmail 18114 invoked from network); 23 Mar 2002 04:56:30 > -0000 > Received: from web13102.mail.yahoo.com (216.136.174.147) > by hivemind.trini0.org with SMTP; 23 Mar 2002 04:56:30 -0000 > Message-ID: <20020323045629.43760.qmail@web13102.mail.yahoo.com> > Received: from [68.39.132.244] by web13102.mail.yahoo.com via HTTP; > Fri, 22 Mar 2002 20:56:29 PST > Date: Fri, 22 Mar 2002 20:56:29 -0800 (PST) > From: Gerard > Subject: test > To: gsam@hivemind.trini0.org > MIME-Version: 1.0 > Content-Type: text/plain; charset=us-ascii > > test > > Please cc to gms08701@yahoo.com > > __________________________________________________ > Do You Yahoo!? > Yahoo! Movies - coverage of the 74th Academy AwardsR > http://movies.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.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 Mar 23 8: 2:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mts-nn.ru (mail.mts-nn.ru [213.24.90.9]) by hub.freebsd.org (Postfix) with ESMTP id 14CB337B417 for ; Sat, 23 Mar 2002 08:02:27 -0800 (PST) Received: from smtp.mts-nn.ru (cs7-mts-30.dialup.mts-nn.ru [217.107.178.30]) by mail.mts-nn.ru (8.12.1/8.12.1) with SMTP id g2NG2GSL019932 for ; Sat, 23 Mar 2002 19:02:22 +0300 Date: Sat, 23 Mar 2002 19:01:58 +0300 From: =?koi8-r?B?78zFxyAg?= , =?koi8-r?B??=@FreeBSD.ORG X-Mailer: The Bat! (v1.017) S/N 872DA78 Reply-To: =?koi8-r?B?78zFxyAg?= , =?koi8-r?B??=@FreeBSD.ORG Message-ID: <18793.020323@mail.ru> To: questions@freebsd.org Subject: Inet Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, Please, describe how to configure callback (cbcp) ppp client process for FreeBSD server LAN. Need also script for dial-up access to provider with UNIX cbcp system for Microsoft client. So the problem is: how is doing my FreeBSD machine is Microsoft client for dial-up access to Internet. It will be router to my home LAN. Provider server does not resume me and to not return a call. But is recall and callback is setup between comps internet do not work access. Machines can not agree between their systems. Thanks for previous answer. Best regards, OLEG 21 íÁÒÔ 02 ôÉÈÁ ÕËÒÁÉÎÓËÁÑ ÎÏÞØ. á ÓÁÌÏ ÌÕÞÛÅ ÐÅÒÅÐÒÑÔÁÔØ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 8: 4:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.nc.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id 6BCCC37B404 for ; Sat, 23 Mar 2002 08:04:14 -0800 (PST) Received: from nc.rr.com ([66.26.64.108]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Sat, 23 Mar 2002 11:04:05 -0500 Message-ID: <3C9CA774.C290F549@nc.rr.com> Date: Sat, 23 Mar 2002 11:04:05 -0500 From: Michael E Mercer Reply-To: mmercer@nc.rr.com X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.5-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Scott Mitchell Cc: mmercer@lboard.com, Cliff Sarginson , freebsd-questions@FreeBSD.ORG Subject: A Solution: Re: Bourne shell question: How to capture stdin and stdout from bourne shell script. References: <3C9BF45E.BBEB5911@nc.rr.com> <20020323034432.GA9544@raggedclown.net> <3C9BFC12.F6C1C22C@nc.rr.com> <20020323105840.B278@fishballoon.dyndns.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have set the SHELL variable to the name of the script I want to capture. Then I run the script command and it runs the "SHELL". This seems to be working for the moment. Does anyone know why I should not use script in this way? later MeM Scott Mitchell wrote: > On Fri, Mar 22, 2002 at 10:52:50PM -0500, Michael E Mercer wrote: > > Forgot to mention, I need this for solaris 8 platform. I already read the man > > page for script > > and it does not look like it supports the 'command' option that freebsd does. > > > > Oh well. > > > > Thanks > > Michael > > > > It looks like the Solaris /bin/sh knows about the > > exec < /some/file > /some/other/file > > trick. Just use this in your script, and all subsequent input/output will > use the specified files. > > HTH, > > Scott > > -- > =========================================================================== > Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels > Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" > scott.mitchell@mail.com | 0xAA775B8B | -- Anon > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 23 8: 9:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.theplanet.com (mail1.theplanet.com [216.234.234.32]) by hub.freebsd.org (Postfix) with ESMTP id 22C2F37B400 for ; Sat, 23 Mar 2002 08:09:52 -0800 (PST) Received: from minion (mcder-233.dfw.tx.bbnow.net [24.219.233.142]) by mail1.theplanet.com (8.9.3/8.9.3) with ESMTP id KAA23453 for ; Sat, 23 Mar 2002 10:09:51 -0600 (CST) Subject: Kernel debugging question From: Justin Heath To: freebsd-questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 23 Mar 2002 10:05:13 -0600 Message-Id: <1016899513.1171.46.camel@minion> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In a recent article by Micheal Lucas kernel debugging/system panics are introduced. http://www.onlamp.com/pub/a/bsd/2002/03/21/Big_Scary_Daemons.html There is a snippet explaining adding ddb kernel options to wait before reboot. options DDB, DDB_UNATTENDED As far as I understand this will wait 15 seconds after dropping to reboot. Now for my question. Is there a way to configure this 15 second timeout value? I would like to configure this for a value of 10 minutes. This would give me a chance to hook up a console to an affected server before a reboot. Any suggestions or thoughts? Thanks. Justin Heath To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 8:21:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id F2CD337B419 for ; Sat, 23 Mar 2002 08:21:35 -0800 (PST) Received: from hades.hell.gr (patr530-a180.otenet.gr [212.205.215.180]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2NGLVIg004613; Sat, 23 Mar 2002 18:21:33 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2NGLUbe064360; Sat, 23 Mar 2002 18:21:31 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2NGLUTh064359; Sat, 23 Mar 2002 18:21:30 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Sat, 23 Mar 2002 18:21:30 +0200 From: Giorgos Keramidas To: Justin Heath Cc: freebsd-questions@freebsd.org Subject: Re: Kernel debugging question Message-ID: <20020323162130.GA64332@hades.hell.gr> References: <1016899513.1171.46.camel@minion> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1016899513.1171.46.camel@minion> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-03-23 10:05, Justin Heath wrote: > As far as I understand this will wait 15 seconds after dropping to > reboot. > > Now for my question. Is there a way to configure this 15 second timeout > value? I would like to configure this for a value of 10 minutes. This > would give me a chance to hook up a console to an affected server before > a reboot. Any suggestions or thoughts? Thanks. Looking at the source of /sys/kern/kern_shutdown.c here's what I found: #ifndef PANIC_REBOOT_WAIT_TIME #define PANIC_REBOOT_WAIT_TIME 15 /* default to 15 seconds */ #endif So, unless I'm terribly mistaken, you can set PANIC_REBOOT_TIME to the number of seconds you want the delay to last. Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 8:28:34 2002 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 BBE2637B41B for ; Sat, 23 Mar 2002 08:28:29 -0800 (PST) Received: from pc4-card4-0-cust162.cdf.cable.ntl.com ([80.4.14.162] helo=rhadamanth.private.submonkey.net ident=mailnull) by relay3-gui.server.ntli.net with esmtp (Exim 3.03 #2) id 16ooNY-00068g-00 for questions@freebsd.org; Sat, 23 Mar 2002 16:28:28 +0000 Received: from setantae by rhadamanth.private.submonkey.net with local (Exim 3.35 #1) id 16ooNN-0003qz-00 for questions@FreeBSD.org; Sat, 23 Mar 2002 16:28:17 +0000 Date: Sat, 23 Mar 2002 16:28:17 +0000 From: Ceri To: questions@FreeBSD.org Subject: Connecting to an Openwin session Message-ID: <20020323162817.GA14652@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable hey all, I've got a sparcstation running Solaris 2.6, and I noticed that on the Openwin login screen, there's an option to log into remote hosts. Presumably this means that if I had two such machines then I'd be able to use one to log into openwin on the other. So my FreeBSD question is, is there any software I can use to connect and login to openwin on the sparcstation from my FreeBSD machine ? Thanks, Ceri --=20 keep a mild groove on --x+6KMIRAuhnl3hBn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8nK0gocfcwTS3JF8RApVfAJwMh4l52WZFv8J/Y/KGrq+iRk9pnwCfXGgX cP3+t2ScwPEf962weaqvtfM= =rNtT -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 8:43: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rain.macguire.net (sense-sea-MegaSub-1-125.oz.net [216.39.144.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D01E37B404 for ; Sat, 23 Mar 2002 08:42:59 -0800 (PST) Received: (from roo@localhost) by rain.macguire.net (8.11.6/8.11.6) id g2NGhRa03888; Sat, 23 Mar 2002 08:43:27 -0800 (PST) (envelope-from roo) Date: Sat, 23 Mar 2002 08:43:27 -0800 From: Benjamin Krueger To: Courtney Thomas Cc: freebsd-questions@freebsd.org Subject: Maintaining Access Control Lists (was: So long and thanks for all the fish) Message-ID: <20020323084327.A354@rain.macguire.net> References: <20020323002608.B20699@rain.macguire.net> <3C9C84CF.2090300@flash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C9C84CF.2090300@flash.net>; from ccthomas@flash.net on Sat, Mar 23, 2002 at 08:36:15AM -0500 X-PGP-Key: http://www.macguire.net/benjamin/public_key.asc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Benjamin Krueger wrote: > > * Charles Burns (burnscharlesn@hotmail.com) [020322 23:30]: > > > >>>SSH has BIG security problems.. Ive been cracked ONCE - the week I ran SSH > >>>- an not since I pulled it out.. and i got slammed for sayin that too.. > >>> > >>>So the moral is - if it smells like a fish, it probably is. > >>> > >>A play on words for OpenBSD's mascot? :-) > >> > >>Thinking about it, are there really any compelling reasons to use SSH for > >>most tasks (like command shells) when the likelyhood of being packet sniffed > >>is (in most environments) far lower than the likelyhood of a serious > >>security flaw popping up in SSH, which happens occasionally? Other than one > >>recent bug, Telnet has a better record and is likely to have less holes > >>found down the road because it is so much simpler (and FAR easier to setup > >>properly!) > > > > Ever read the telnet client's source? Nothing simple about that. Hell, there's > > an elementary buffer overflow in the code to grok user input. I haven't > > submitted a PR yet (bad ben), but while you mention it, if anyone has the telnet > > client set suid, please unset it. =) > > > > Telnet's history is long and fraught with holes, just like any software. The > > moral of the story is not to give up software because it has a hole, but to > > manage that software intelligently. For instance, if ssh has bugs to wrinkle > > out, use an ACL. An ssh daemon that can't be reach can't be exploited. * Courtney Thomas (ccthomas@flash.net) [020323 07:18]: > Please advise on implementing an ACL for not only ssh but > "anyArbitrary" program ? > > Appreciatively, > Courtney Well, the most obvious way is to maintain ACLs for all of your applications using IPFW or IPFilter. That has the advantage of central configuration for every single network app. Barring that, network daemons that run out of inetd can use tcp wrappers (the /etc/hosts.allow system). This has a flexible system for configuring access to various daemons from the network, however has the unfortunate achilles heel of being entirely dependant on inetd to pick up traffic for it and spawn a new instance of the daemon to run it. I've heard reports of tcpserver of qmail fame doing the same thing, and even with some speed gains, but I'm not a big fan of the author or his works. hosts_options(5) for more information. For ssh specifically, you can use the built in sshd access control mechanisms. This has the bonus of allowing you control on the user level, as well as on the network level. You can specify certain users or groups who do and do not have access to perform certain things with the ssh daemon. sshd(8) for more information. -- Benjamin Krueger "Life is far too important a thing ever to talk seriously about." - Oscar Wilde (1854 - 1900) ---------------------------------------------------------------- Send mail w/ subject 'send public key' or query for (0x251A4B18) Fingerprint = A642 F299 C1C1 C828 F186 A851 CFF0 7711 251A 4B18 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 8:43:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mgr1.xmission.com (mgr1.xmission.com [198.60.22.201]) by hub.freebsd.org (Postfix) with ESMTP id 2A27437B400 for ; Sat, 23 Mar 2002 08:43:26 -0800 (PST) Received: from [198.60.22.22] (helo=mail.xmission.com) by mgr1.xmission.com with esmtp (Exim 3.22 #1) id 16ooc1-0000S3-00 for freebsd-questions@freebsd.org; Sat, 23 Mar 2002 09:43:25 -0700 Received: from [204.228.152.42] (helo=gary.wa5qjh.net.) by mail.xmission.com with esmtp (Exim 3.22 #1) id 16ooc1-0001sE-00 for freebsd-questions@freebsd.org; Sat, 23 Mar 2002 09:43:25 -0700 Date: Sat, 23 Mar 2002 09:43:23 -0700 (MST) From: gary To: freebsd-questions@freebsd.org Subject: USB HP printer Message-ID: <20020323091526.O324-100000@gary.wa5qjh.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ALL: I need helpusing a new USB HP656C deskjet. I done my darndest to RTFM but can't find anything for this particular woe. I'm running release 4.1 on a Compaq Presario. I have two devices plugged into the USB, the printer and a USB cuecat. See the attachment USBNotes for results of dmesg, usbdevs -v, ls -CF /dev/u*. The problem; I can't find what device to print to such as ls >/dev/ulpt0 which hangs indefinitly as well as "ls /dev/unlpt0". If I "ls /dev/ulpt1", it says "device not configured". Without knowing which device to print to i can't set up spooling etc. The only other USB device i have is a :Cuecat which i plugged in to try. Notice in the attachment USBNotes that plugging it in told me what device to use, /dev/kbd1. Worked great too! Ironically, when i plugged the cuecat in under windoze 98, windoze didn't seem to recognize it, but the printer works good after loading in the drivers CD. Please respond directly by reply as I'm not on the FreeBSD-Questions mailing list or the newsgroups. I sure could use some help with this. My sons and My Dad are all trying to get me to use Micro$loth but I refuse. -- ___ Gary B. Corell wa5qjh.xmission.com gary@gary.wa5qjh.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 8:44: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from launch.server101.com (launch.server101.com [216.218.196.178]) by hub.freebsd.org (Postfix) with ESMTP id 5BA1437B437 for ; Sat, 23 Mar 2002 08:43:54 -0800 (PST) Received: from cumine500 (snjpca1-ar1-4-64-244-207.dsl.genuity.net [4.64.244.207]) (authenticated as ktozaki@pacificwind.net with LOGIN) by launch.server101.com (8.11.2/8.11.2) with ESMTP id g2NGfRD11840 for ; Sun, 24 Mar 2002 02:41:28 +1000 From: "Kenji Tozaki" To: Subject: Only mounts / read-only. Date: Sat, 23 Mar 2002 08:41:41 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Unexpectedly, /etc is empty and it became /etc~ I tried "mv /etc~ /etc", but the file system is read-only. I booted as a single user and "mount -u -o rw/", but the message says "wd0s1a on / (ufs, local, read-only, reads: sync 42 async0) I need to get back "/etc" somehow. Please help. Thx. KT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 9:26:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mts-116.wallnet.com (mts-116.wallnet.com [208.225.162.48]) by hub.freebsd.org (Postfix) with ESMTP id 8F45E37B42C for ; Sat, 23 Mar 2002 09:26:07 -0800 (PST) Received: (from timothyk@localhost) by 10.0.1.6 (8.11.6/8.11.6) id g2N2nbi00497 for questions@FreeBSD.ORG; Fri, 22 Mar 2002 21:49:37 -0500 (EST) (envelope-from timothyk) Message-Id: <200203230249.g2N2nbi00497@10.0.1.6> Content-Type: text/plain; charset="iso-8859-1" From: Tim Kellers To: questions@FreeBSD.ORG Subject: wi0 starts after natd Date: Fri, 22 Mar 2002 21:49:36 -0500 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm using my wireless interface (wi0) for natd to provide an internet connection to my ailing Mac via the laptop's (and Mac's) built in ethernet interfaces. No matter where in /etc/rc.conf I place ifconfig_wi0="DHCP" natd starts before seeing the interface and I get this in my dmesg: Firewall rules loaded, starting divert daemons: natd natd: unknown interface name wi0 So, after I login and become root, I type in: natd -n wi0 and all proceeds fine. natd is happy, the intranet is happy, the Mac is happy, I am happy. So the obvious question is: Where can I put the command to start natd so that it starts after wi0 is up? I'm going to see if /usr/local/etc/rc.d is a workable location, but I thought I'd ask here first, in case there is something at work of which I am unaware. TIA Tim Kellers CPE/NJIT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 9:26:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mts-116.wallnet.com (mts-116.wallnet.com [208.225.162.48]) by hub.freebsd.org (Postfix) with ESMTP id BAE1B37B41A for ; Sat, 23 Mar 2002 09:26:09 -0800 (PST) Received: by 10.0.1.6 (8.11.6/8.11.6) id g2N36SZ00524; Fri, 22 Mar 2002 22:06:28 -0500 (EST) (envelope-from timothyk) Message-Id: <200203230306.g2N36SZ00524@10.0.1.6> Content-Type: text/plain; charset="iso-8859-1" From: Tim Kellers To: Steven Lake , freebsd-questions@FreeBSD.ORG Subject: Re: Apache - Refresh my mind Date: Fri, 22 Mar 2002 22:06:24 -0500 X-Mailer: KMail [version 1.3.2] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It really depends on what you want to do with the server. You can enable cgi by placing ExecCGI in directory containers (in the below example, replace IncludesNoExec with ExecCGI --and further tweak the container, the below example is HIGHLY restrictive) AllowOverride FileInfo AuthConfig Limit Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec Order allow,deny Allow from all Order deny,allow Deny from all If you just want system-wide cgi's to function, the following from the default httpd.conf file will probably do what you need right out of the box: # ScriptAlias: This controls which directories contain server scripts. # ScriptAliases are essentially the same as Aliases, except that # documents in the realname directory are treated as applications and # run by the server when requested rather than as documents sent to the # client. # The same rules about trailing "/" apply to ScriptAlias directives as to # Alias. # ScriptAlias /cgi-bin/ "/usr/local/www/cgi-bin/" # # "/usr/local/www/cgi-bin" should be changed to whatever your ScriptAliased # CGI directory exists, if you have that configured. # AllowOverride None Options None Order allow,deny Allow from all And if you want to use .cgi files outside of script aliased directories: # If you want to use server side includes, or CGI outside # ScriptAliased directories, uncomment the following lines. # # To use CGI scripts: # AddHandler cgi-script .cgi Lastly, if you want to allow safe handling of cgi scripts outside of the "usual" directories, compile suexec in the apache sources directory (there is a section in the FreeBSD handbook about suexec, IMHO it's well worth the (little) trouble it takes to make it work. Hope this helps Tim Kellers CPE/NJIT On Friday 22 March 2002 08:56 pm, Steven Lake wrote: > Ok, I'm having to rebuild a server and I need to install Apache on > it for HTTP access with CGI capabilities. Now, since I'm being forgetful > today, what all do I need to install HTTP services with CGI capabilities? > Do I just install Apache 1.3 and call it a day or do I need more. I'm > thinking I need more, but I wanted to be sure. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 23 9:26:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mts-116.wallnet.com (mts-116.wallnet.com [208.225.162.48]) by hub.freebsd.org (Postfix) with ESMTP id 4F88637B41B for ; Sat, 23 Mar 2002 09:26:12 -0800 (PST) Received: (from timothyk@localhost) by 10.0.1.6 (8.11.6/8.11.6) id g2N2L5a00457; Fri, 22 Mar 2002 21:21:05 -0500 (EST) (envelope-from timothyk) Message-Id: <200203230221.g2N2L5a00457@10.0.1.6> Content-Type: text/plain; charset="iso-8859-1" From: Tim Kellers To: "ekoz" , Subject: Re: error in wi0 Date: Fri, 22 Mar 2002 21:21:05 -0500 X-Mailer: KMail [version 1.3.2] References: <000d01c1d20f$dfc979b0$d4e18aca@melsa.net.id> In-Reply-To: <000d01c1d20f$dfc979b0$d4e18aca@melsa.net.id> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I got that message, too, until I resupped the sources March 11 (I think) built world, kernel and installed. Since then, things have been fine. Tim On Friday 22 March 2002 09:10 pm, ekoz wrote: > Hi All, > > > I use FreeBSD 4.5-STABLE with Lucent's orinoco PCMCIA as wireless router > and it's work fine. But today , i got an odd message in my logs, > > Mar 21 14:13:28 hermes-wl wi0: timeout in wi_cmd 11; event status 8000 > > This message repeat a hundred times, and i did'nt know how to fixes it. > Any Suggestions ? > > TIA > > ________________________________ > Eko Suwarsono > ekoz@melsa.net.id > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 23 9:30:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.radzinschi.com (pcp284510pcs.owngsm01.md.comcast.net [68.54.240.17]) by hub.freebsd.org (Postfix) with ESMTP id 1530337B404 for ; Sat, 23 Mar 2002 09:30:43 -0800 (PST) Received: from localhost (marco@localhost.radzinschi.com [127.0.0.1]) by mail.radzinschi.com (8.11.6/8.11.6) with ESMTP id g2NHUJ582104; Sat, 23 Mar 2002 12:30:19 -0500 (EST) (envelope-from marco@radzinschi.com) Date: Sat, 23 Mar 2002 12:30:19 -0500 (EST) From: Marco Radzinschi To: Tim Kellers Cc: Subject: Re: wi0 starts after natd In-Reply-To: <200203230249.g2N2nbi00497@10.0.1.6> Message-ID: <20020323122927.F82095-100000@mail.radzinschi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Don't start natd from /etc/rc.conf. Place natd -n wi0 in /etc/rc.local. Marco Radzinschi E-Mail: marco@radzinschi.com AOL IM: CrackedBoy On Fri, 22 Mar 2002, Tim Kellers wrote: > I'm using my wireless interface (wi0) for natd to provide an internet > connection to my ailing Mac via the laptop's (and Mac's) built in ethernet > interfaces. No matter where in /etc/rc.conf I place > > ifconfig_wi0="DHCP" > > natd starts before seeing the interface and I get this in my dmesg: > > Firewall rules loaded, starting divert daemons: > natd > natd: > unknown interface name wi0 > > So, after I login and become root, I type in: > > natd -n wi0 > > and all proceeds fine. natd is happy, the intranet is happy, the Mac is > happy, I am happy. > > So the obvious question is: Where can I put the command to start natd so > that it starts after wi0 is up? I'm going to see if /usr/local/etc/rc.d is a > workable location, but I thought I'd ask here first, in case there is > something at work of which I am unaware. > > TIA > > Tim Kellers > CPE/NJIT > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 23 9:32:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id 2392E37B417 for ; Sat, 23 Mar 2002 09:32:36 -0800 (PST) Received: from lungfish.ntlworld.com ([80.4.0.215]) by mta03-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020323173234.UZAM305.mta03-svc.ntlworld.com@lungfish.ntlworld.com>; Sat, 23 Mar 2002 17:32:34 +0000 Received: from tuatara.goatsucker.org (tuatara.goatsucker.org [192.168.1.6]) by lungfish.ntlworld.com (8.11.6/8.11.3) with ESMTP id g2NHWWj04776; Sat, 23 Mar 2002 17:32:33 GMT (envelope-from scott@tuatara.goatsucker.org) Received: (from scott@localhost) by tuatara.goatsucker.org (8.11.6/8.11.6) id g2NHWWh13779; Sat, 23 Mar 2002 17:32:32 GMT (envelope-from scott) Date: Sat, 23 Mar 2002 17:32:32 +0000 From: Scott Mitchell To: mmercer@nc.rr.com, mmercer@lboard.com Cc: freebsd-questions@freebsd.org Subject: Re: Bourne shell question: How to capture stdin and stdout from bourne shell script. Message-ID: <20020323173232.F278@fishballoon.dyndns.org> References: <3C9BF45E.BBEB5911@nc.rr.com> <20020323034432.GA9544@raggedclown.net> <3C9BFC12.F6C1C22C@nc.rr.com> <20020323105840.B278@fishballoon.dyndns.org> <3C9C9D1B.93CDBC8F@nc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C9C9D1B.93CDBC8F@nc.rr.com>; from mmercer@nc.rr.com on Sat, Mar 23, 2002 at 10:19:55AM -0500 X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [cc-ing to -questions, for the benefit of the archives] On Sat, Mar 23, 2002 at 10:19:55AM -0500, Michael E Mercer wrote: > Can you explain exactly how this works? I need to capture the output of the script > and > the input of the user in a log file. > > Thanks > Michael Mercer Ahhh, I think I spoke too quickly before :-( The exec trick won't capture the input for you, just redirect it from a file rather than the terminal. It's exactly the same as specifying I/O redirections on the command line, except that they're embedded in the script. I think your other suggestion, of setting $SHELL so that script runs your program rather than a shell, will do what you need though. Apologies for the confusion. Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 9:52:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mts-116.wallnet.com (mts-116.wallnet.com [208.225.162.48]) by hub.freebsd.org (Postfix) with ESMTP id 6CB9737B41B for ; Sat, 23 Mar 2002 09:52:30 -0800 (PST) Received: (from timothyk@localhost) by 10.0.1.6 (8.11.6/8.11.6) id g2NHlu800392; Sat, 23 Mar 2002 12:47:56 -0500 (EST) (envelope-from timothyk) Message-Id: <200203231747.g2NHlu800392@10.0.1.6> Content-Type: text/plain; charset="iso-8859-1" From: Tim Kellers To: Marco Radzinschi Subject: Re: wi0 starts after natd Date: Sat, 23 Mar 2002 12:47:56 -0500 X-Mailer: KMail [version 1.3.2] Cc: References: <20020323122927.F82095-100000@mail.radzinschi.com> In-Reply-To: <20020323122927.F82095-100000@mail.radzinschi.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks for the reply, Marco I tried placing natd -n wi0 in /etc/rc.local. The pccard daemon starts after /etc/rc.local is loaded. I appreciate any more ideas. Tim Kellers CPE/NJIT On Saturday 23 March 2002 12:30 pm, Marco Radzinschi wrote: > Don't start natd from /etc/rc.conf. > > Place natd -n wi0 in /etc/rc.local. > > Marco Radzinschi > > E-Mail: marco@radzinschi.com > AOL IM: CrackedBoy > > On Fri, 22 Mar 2002, Tim Kellers wrote: > > I'm using my wireless interface (wi0) for natd to provide an internet > > connection to my ailing Mac via the laptop's (and Mac's) built in > > ethernet interfaces. No matter where in /etc/rc.conf I place > > > > ifconfig_wi0="DHCP" > > > > natd starts before seeing the interface and I get this in my dmesg: > > > > Firewall rules loaded, starting divert daemons: > > natd > > natd: > > unknown interface name wi0 > > > > So, after I login and become root, I type in: > > > > natd -n wi0 > > > > and all proceeds fine. natd is happy, the intranet is happy, the Mac is > > happy, I am happy. > > > > So the obvious question is: Where can I put the command to start natd so > > that it starts after wi0 is up? I'm going to see if /usr/local/etc/rc.d > > is a workable location, but I thought I'd ask here first, in case there > > is something at work of which I am unaware. > > > > TIA > > > > Tim Kellers > > CPE/NJIT > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" 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 Sat Mar 23 9:52:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mts-116.wallnet.com (mts-116.wallnet.com [208.225.162.48]) by hub.freebsd.org (Postfix) with ESMTP id 28AD237B404 for ; Sat, 23 Mar 2002 09:52:33 -0800 (PST) Received: (from timothyk@localhost) by 10.0.1.6 (8.11.6/8.11.6) id g2NHnS300400; Sat, 23 Mar 2002 12:49:28 -0500 (EST) (envelope-from timothyk) Message-Id: <200203231749.g2NHnS300400@10.0.1.6> Content-Type: text/plain; charset="iso-8859-1" From: Tim Kellers To: Marco Radzinschi Subject: Re: wi0 starts after natd Date: Sat, 23 Mar 2002 12:49:28 -0500 X-Mailer: KMail [version 1.3.2] Cc: References: <20020323122927.F82095-100000@mail.radzinschi.com> In-Reply-To: <20020323122927.F82095-100000@mail.radzinschi.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks for the reply, Marco I tried placing natd -n wi0 in /etc/rc.local. The pccard daemon starts after /etc/rc.local is loaded. I appreciate any more ideas. Tim Kellers CPE/NJIT On Saturday 23 March 2002 12:30 pm, Marco Radzinschi wrote: > Don't start natd from /etc/rc.conf. > > Place natd -n wi0 in /etc/rc.local. > > Marco Radzinschi > > E-Mail: marco@radzinschi.com > AOL IM: CrackedBoy > > On Fri, 22 Mar 2002, Tim Kellers wrote: > > I'm using my wireless interface (wi0) for natd to provide an internet > > connection to my ailing Mac via the laptop's (and Mac's) built in > > ethernet interfaces. No matter where in /etc/rc.conf I place > > > > ifconfig_wi0="DHCP" > > > > natd starts before seeing the interface and I get this in my dmesg: > > > > Firewall rules loaded, starting divert daemons: > > natd > > natd: > > unknown interface name wi0 > > > > So, after I login and become root, I type in: > > > > natd -n wi0 > > > > and all proceeds fine. natd is happy, the intranet is happy, the Mac is > > happy, I am happy. > > > > So the obvious question is: Where can I put the command to start natd so > > that it starts after wi0 is up? I'm going to see if /usr/local/etc/rc.d > > is a workable location, but I thought I'd ask here first, in case there > > is something at work of which I am unaware. > > > > TIA > > > > Tim Kellers > > CPE/NJIT > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" 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 Sat Mar 23 9:59:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from zoon.lafn.org (zoon.lafn.org [206.117.18.9]) by hub.freebsd.org (Postfix) with ESMTP id C103837B42B for ; Sat, 23 Mar 2002 09:58:21 -0800 (PST) Received: from [10.0.1.90] (66-81-31-251-modem.o1.com [66.81.31.251]) by zoon.lafn.org (8.11.3/8.11.3) with ESMTP id g2NHw9g66983; Sat, 23 Mar 2002 09:58:10 -0800 (PST) (envelope-from bc979@lafn.org) Mime-Version: 1.0 X-Sender: bc979@mail.lafn.org Message-Id: In-Reply-To: References: Date: Sat, 23 Mar 2002 09:53:33 -0800 To: "Rick Hoppe" From: Doug Hardie Subject: Re: ftp does not work (was: ftp from behind firewall to internet works on XP not on FreeBSD ?) Cc: Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 12:38 +0100 3/23/02, Rick Hoppe wrote: >But on a FreeBSD client this does not seem to work. The ftp client on my >FreeBSD client seems to know to which port is must connect, but the >NAT-proxy and firewall does not allow it when it tries to. So the 'ls' >command does not work, but 'cd' and 'pwd' do. Check the settings for passive mode. The FreeBSD client usually defaults to passive mode. Others generally don't. -- -- Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 10: 8: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f51.hotmail.com [216.32.181.51]) by hub.freebsd.org (Postfix) with ESMTP id 2093937B404 for ; Sat, 23 Mar 2002 10:08:04 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 23 Mar 2002 10:08:03 -0800 Received: from 155.229.82.44 by lw2fd.hotmail.msn.com with HTTP; Sat, 23 Mar 2002 18:08:03 GMT X-Originating-IP: [155.229.82.44] From: "Srinivasa rao Vempati" To: freebsd-questions@freebsd.org Subject: How do I get IDE disk slice info Date: Sat, 23 Mar 2002 13:08:03 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Mar 2002 18:08:03.0887 (UTC) FILETIME=[AD14DBF0:01C1D295] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Using dmegs i'm able to get IDE disk id's and their manufacturer info like size. But I partitioned IDE disk s.t. that it consists 2 slices , now my problem is getting slice information like slice size .. here one thing is I didn't formatted that slice can anybody help me thanx srinivas _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 10:13:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.aracnet.com (mail3.aracnet.com [216.99.193.38]) by hub.freebsd.org (Postfix) with ESMTP id 0EA5C37B41B for ; Sat, 23 Mar 2002 10:13:29 -0800 (PST) Received: from shell1.aracnet.com (shell1.aracnet.com [216.99.193.21]) by mail3.aracnet.com (8.12.2/8.12.1) with ESMTP id g2NIDeHT029927 for ; Sat, 23 Mar 2002 10:13:40 -0800 Received: by shell1.aracnet.com (8.11.6) id g2NIDfF21866; Sat, 23 Mar 2002 10:13:41 -0800 Message-Id: <200203231813.g2NIDfF21866@shell1.aracnet.com> Subject: Re: So long and thanks for all the fish [telnet vs ssh] To: FreeBSD-questions@FreeBSD.ORG Date: Sat, 23 Mar 2002 10:13:41 -0800 (PST) From: "Seagull" In-Reply-To: <20020323025138.G59417-100000@earl-grey.cloud9.net> from "Peter Leftwich" at Mar 23, 2002 03:06:17 AM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Long story short. Workplaces that use *hubs* for their LAN are icky and > promiscuous. They pimp out your ehternet adapter ("NIC"). Workplaces that > use *switches* are loverly. Security is your buhhhhh-dee. But don't be lulled into a false sense of security in a switched environment. There's nothing to prevent someone from attaching a hub in an unsuspecting cow-orker's office and sniffing from there. A lot of companies hide network drops under desks, behind furniture, etc. for asthetic reasons. It's real easy to hide a hub and a network cable without anyone ever knowing. And in some of the offices I've seen, you could probably hide a working laptop for a couple of days, too. Use as much security as your business conditions allow. Cheers, John -- \ carpe cavy! seagull @ aracnet.com \ http://www.aracnet.com/~seagull \ (seize the guinea pig!) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 10:16:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lug.kamloops.net (lug2.kamloops.net [209.52.173.193]) by hub.freebsd.org (Postfix) with ESMTP id E890737B417; Sat, 23 Mar 2002 10:16:49 -0800 (PST) Received: from fcash by lug.kamloops.net with local (Exim 3.16 #1) id 16osfB-0000E0-00; Sat, 23 Mar 2002 13:02:57 -0800 To: freebsd-questions@freebsd.org Subject: Submitting new ports Cc: freebsd-ports@freebsd.org Message-Id: From: fcash@lug.kamloops.net Date: Sat, 23 Mar 2002 13:02:57 -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings group, After searching through the FreeBSD website and scanning through various mailing list archives, I've hit a bit of a brick wall. Who do I talk to, where do I look, what do I do, etc to get a port submission looked at, checked, committed, etc?? I've submitted two PR's and a follow-up with a new port framework and it's been sitting in the open PR queue for nearing a month now. I'm wondering if there's anything I can do to speed things up or if there's something I did that makes the ports unsubmittable, or if it's just a matter of nobody having any spare time to look through the new ports submissions. The PR's in question are: pr/34840 (the original one that can be removed/closed/ignored) and pr/25382 (which includes a follow-up with the latest port framework). Suggestions on better places to look/discuss this welcome. Please CC: me as I am in the process of moving mail accounts and not yet sub'd to this list. Thanks. Cheers, Freddie PhoenixTek Consulting fcash@bigfoot.com Unix / Networking Services (250) 314-4029 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 11:15: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.xtraxion.com (e134174.upc-e.chello.nl [213.93.134.174]) by hub.freebsd.org (Postfix) with ESMTP id 50F8D37B419 for ; Sat, 23 Mar 2002 11:15:01 -0800 (PST) Received: from xp (xp.xtraxion.com [10.0.0.3]) by ns1.xtraxion.com (8.12.2/8.12.2) with SMTP id g2NJGsSD012309; Sat, 23 Mar 2002 20:17:00 +0100 (CET) From: "Rick Hoppe" To: "Doug Hardie" Cc: Subject: RE: ftp does not work (was: ftp from behind firewall to internet works on XP not on FreeBSD ?) Date: Sat, 23 Mar 2002 20:14:53 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > >But on a FreeBSD client this does not seem to work. The ftp client on my > >FreeBSD client seems to know to which port is must connect, but the > >NAT-proxy and firewall does not allow it when it tries to. So the 'ls' > >command does not work, but 'cd' and 'pwd' do. > > Check the settings for passive mode. The FreeBSD client usually > defaults to passive mode. Others generally don't. > -- > -- Doug > Nope, that is not the problem. It's not a problematic passive or active ftp situation I've got here. I've tested on ftp.freebsd.org with the telnet command (on my FreeBSD client) using the very handy examples on http://www.wu-ftpd.org/HOWTO/telnet.testing.HOWTO The example instructed to open one telnet session that should be used to enter passive mode and query a command like NLST (ls). Next I opened a second telnet session to the port of ftp.freebsd.org that was calculated from the numbers I received back when I entered passive mode. The second telnet session immediatly showed the directory listing of ftp.freebsd.org what I requested in the first telnet session. So this is very basic ftp testing using the telnet command on my FreeBSD client (and using passive mode!). So why does the FreeBSD base ftp client doesn't work? I've also posted this problem to the IPFILTER mailinglist because I thought it could be a configuraton problem of mine. Someone suggested on that list that it may be caused by FreeBSD's ftp client, so that IPNAT's ftp proxy can not parse correctly. So it looks like the FreeBSD ftp client puts something in the packets that IPNAT ftp proxy doesn't understand. Question is if the FreeBSD ftp client is doing something wrong, or IPNAT? Regards, Rick Hoppe Xtraxion Internet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 11:38: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 100m.mpr200-2.esr.lvcm.net (100m.mpr200-2.esr.lvcm.net [24.234.0.81]) by hub.freebsd.org (Postfix) with ESMTP id D160037B404 for ; Sat, 23 Mar 2002 11:38:05 -0800 (PST) Received: from penguin (cm003.28.234.24.lvcm.com [24.234.28.3]) by 100m.mpr200-2.esr.lvcm.net (Mirapoint Messaging Server MOS 2.9.3.2) with SMTP id ABL31388; Sat, 23 Mar 2002 11:38:05 -0800 (PST) Message-ID: <002001c1d2a2$5518ad20$6600a8c0@penguin> From: "Taylor Dondich" To: Subject: Bandwidth Limiting Date: Sat, 23 Mar 2002 11:38:39 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You see it all the time on webhosting services and such. They limit you to say, 2 gb transfer a month, or limit your pipeline to 256kbps, something similar to that. I was wondering what technologies are they using? What kind of logging software are they using? Is there something available for FreeBSD that does this? And does it only log web traffic, or any traffic such as FTP, web, real streams, etc. Taylor Dondich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 11:49:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 100m.mpr200-2.esr.lvcm.net (100m.mpr200-2.esr.lvcm.net [24.234.0.81]) by hub.freebsd.org (Postfix) with ESMTP id 8F20C37B419 for ; Sat, 23 Mar 2002 11:49:51 -0800 (PST) Received: from penguin (cm003.28.234.24.lvcm.com [24.234.28.3]) by 100m.mpr200-2.esr.lvcm.net (Mirapoint Messaging Server MOS 2.9.3.2) with SMTP id ABL32093; Sat, 23 Mar 2002 11:49:49 -0800 (PST) Message-ID: <007801c1d2a3$f882fa00$6600a8c0@penguin> From: "Taylor Dondich" To: "Srinivasa rao Vempati" Cc: References: Subject: Re: How do I get IDE disk slice info Date: Sat, 23 Mar 2002 11:50:23 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG By using fdisk with no parameters (maybe except which drive you wish to examine) it prints out all the partition information about that disk. That's for physical partitions on the drive. For FreeBSD slice information, the disklabel tool. Look in the man page for all the information on this tool. You can also use the newfs command to create a filesystem on that slice (look at the man page again). However, you can do much of this in the /stand/sysinstall utility. Hope that helps, Taylor Dondich ----- Original Message ----- From: "Srinivasa rao Vempati" To: Sent: Saturday, March 23, 2002 10:08 AM Subject: How do I get IDE disk slice info > Hi, > Using dmegs i'm able to get IDE disk id's and their manufacturer info like > size. > But I partitioned IDE disk s.t. that it consists 2 slices , > now my problem is getting slice information like slice size .. > here one thing is I didn't formatted that slice > > can anybody help me > > thanx > srinivas > > > _________________________________________________________________ > Send and receive Hotmail on your mobile device: http://mobile.msn.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 11:51:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.infowest.com (ns1.infowest.com [204.17.177.10]) by hub.freebsd.org (Postfix) with ESMTP id D211337B404 for ; Sat, 23 Mar 2002 11:51:09 -0800 (PST) Received: from Presarionb (208.186.110.74.bluegill.infowest.net [208.186.110.74]) by ns1.infowest.com (Postfix) with SMTP id 2356421F47; Sat, 23 Mar 2002 12:51:08 -0700 (MST) From: Lorin Lund To: FreeBSD Questions , Cliff Sarginson Date: Sat, 23 Mar 2002 12:50:15 -0700 X-Priority: 3 (Normal) In-Reply-To: <20020323064950.GB842@raggedclown.net> Message-Id: Subject: Re: So long and thanks for all the fish MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Mailer: Opera 6.01 build 1041 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Well since I just unsubscribed from all the lists, I dont officially >exist anymore. So your question just came through on the ether ... I recently unsubscribed as part of an e-mail address change. It seemed to take days for the unsubscribe to take effect. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 12:12:11 2002 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 69A5C37B400 for ; Sat, 23 Mar 2002 12:12:04 -0800 (PST) Received: (from httpd@localhost) by aragorn.neomedia.it (8.11.4/8.11.4) id g2NKBrh27629; Sat, 23 Mar 2002 21:11:53 +0100 (CET) To: Srinivasa rao Vempati Subject: Re: How do I get IDE disk slice info Message-ID: <1016914313.3c9ce189a1a20@webmail.neomedia.it> Date: Sat, 23 Mar 2002 21:11:53 +0100 (CET) From: Salvo Bartolotta Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.4-cvs X-WebMail-Company: Neomedia s.a.s. X-Originating-IP: 62.98.160.55 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hi, > Using dmegs i'm able to get IDE disk id's and their manufacturer info like > size. > But I partitioned IDE disk s.t. that it consists 2 slices , > now my problem is getting slice information like slice size .. > here one thing is I didn't formatted that slice See man fdisk, man disklabel & man newfs for the gory details. You should also be able to do the trick (i.e. manage your disks) in a more 'graphical' fashion via sysinstall. You can find sysinstall-related material (with screenshots ;-)) in the on-line handbook -- viz. in chapter 2: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/using-sysinstall.html HTH, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 12:13:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp05.wxs.nl (smtp05.wxs.nl [195.121.6.57]) by hub.freebsd.org (Postfix) with ESMTP id BB88F37B400 for ; Sat, 23 Mar 2002 12:13:16 -0800 (PST) Received: from Alex ([213.10.151.186]) by smtp05.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GTG06200.TSM for ; Sat, 23 Mar 2002 21:13:14 +0100 Date: Sat, 23 Mar 2002 21:13:07 +0100 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: Alex X-Priority: 3 (Normal) Message-ID: <6635122994.20020323211307@dds.nl> To: questions@freebsd.org Subject: Re: Bandwidth Limiting In-Reply-To: <002001c1d2a2$5518ad20$6600a8c0@penguin> References: <002001c1d2a2$5518ad20$6600a8c0@penguin> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Taylor, Saturday, March 23, 2002, 8:38:39 PM, you wrote: TD> You see it all the time on webhosting services and such. They limit you to TD> say, 2 gb transfer a month, or limit your pipeline TD> to 256kbps, something similar to that. I was wondering what technologies TD> are they using? What kind of logging software are they using? Is there TD> something available for FreeBSD that does this? And does it only log web TD> traffic, or any traffic such as FTP, web, real streams, etc. TD> Taylor Dondich TD> To Unsubscribe: send mail to majordomo@FreeBSD.org TD> with "unsubscribe freebsd-questions" in the body of the message I am going to try out a port called 'ipa'. A ipa rule takes its stats from a firewall rule. When a rule is reached you have the option to execute command such as adding new firewall rules. A pipeline alone can be made with the traffic shaper in ipfw. And a limit is reached you can block or lower the bandwidth. -- Best regards, Alex mailto:freebsd@akruijff.dds.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 12:55:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail11.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id 38B7837B41A for ; Sat, 23 Mar 2002 12:55:25 -0800 (PST) Received: (qmail 4499 invoked from network); 23 Mar 2002 20:55:24 -0000 Received: from unknown (HELO Leda500) ([216.254.102.56]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 23 Mar 2002 20:55:24 -0000 Message-ID: <00a501c1d2ac$ad0e7be0$3866fed8@Leda500> Reply-To: "LEDAMAY speakeasy" From: "LEDAMAY speakeasy" To: Subject: PERL Date: Sat, 23 Mar 2002 15:52:41 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00A2_01C1D282.C3BB54A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_00A2_01C1D282.C3BB54A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Anyone know how I can track down the flood of perl listed below? I have = tried adding ScriptLog /tmp/script.log to the httpd.conf and restarting = but the file is never created... Is that the right syntax? It is one of the hosted sites and are to many to try and find it.. Please lemme know if ya know how... Ledam@speakeasy.org PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU = COMMAND 59722 nobody 60 0 2284K 1664K RUN 0:00 0.44% 0.10% perl 59727 nobody 60 0 2292K 1676K RUN 0:00 0.54% 0.10% perl 59753 nobody 58 0 2196K 1580K RUN 0:00 1.03% 0.10% perl 59717 nobody 60 0 2192K 1576K RUN 0:00 0.44% 0.10% perl 59759 nobody 58 0 2160K 1536K RUN 0:00 1.03% 0.10% perl 59730 nobody 60 0 2148K 1524K RUN 0:00 0.54% 0.10% perl 52693 nobody 2 0 3068K 2268K accept 0:00 0.05% 0.05% = httpd 59668 nobody 59 0 2320K 1704K RUN 0:00 0.13% 0.05% perl 59728 nobody 61 0 2336K 1748K RUN 0:00 0.27% 0.05% perl 59688 nobody 59 0 2300K 1684K RUN 0:00 0.17% 0.05% perl 59696 nobody 59 0 2272K 1656K RUN 0:00 0.17% 0.05% perl 59707 nobody 60 0 2272K 1656K RUN 0:00 0.19% 0.05% perl 59724 nobody 60 0 2240K 1620K RUN 0:00 0.22% 0.05% perl 59698 nobody 60 0 2192K 1576K RUN 0:00 0.19% 0.05% perl 59714 nobody 60 0 2164K 1540K RUN 0:00 0.22% 0.05% perl 59740 nobody 60 0 2168K 1552K RUN 0:00 0.35% 0.05% perl 59739 nobody 58 0 2128K 1504K RUN 0:00 0.35% 0.05% perl 59737 nobody 60 0 2056K 1432K RUN 0:00 0.27% 0.05% perl 227 root 10 -3 1320K 704K nanslp 0:11 0.00% 0.00% = ncftpd 125 root 2 0 2392K 672K select 0:06 0.00% 0.00% = sshd2 99 root 2 0 928K 456K select 0:05 0.00% 0.00% = syslogd 236 root -6 1 1092K 448K piperd 0:04 0.00% 0.00% = ncftpd 37464 root 2 0 2524K 1420K select 0:02 0.00% 0.00% = sshd2 ------=_NextPart_000_00A2_01C1D282.C3BB54A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Anyone know how I can track down the = flood of perl=20 listed below?  I have tried adding ScriptLog /tmp/script.log to the = httpd.conf and restarting but the file is never created... Is that the = right=20 syntax?
It is one of the hosted sites and are = to many to=20 try and find it..
 
Please lemme know if ya know = how...
Ledam@speakeasy.org
 
 
  PID USERNAME    = PRI=20 NICE  SIZE    RES STATE    = TIME  =20 WCPU    CPU COMMAND
59722=20 nobody       60   0  = 2284K =20 1664K RUN      0:00  0.44%  0.10%=20 perl
59727 nobody       60   = 0 =20 2292K  1676K RUN      0:00  = 0.54%  0.10%=20 perl
59753 nobody       58   = 0 =20 2196K  1580K RUN      0:00  = 1.03%  0.10%=20 perl
59717 nobody       60   = 0 =20 2192K  1576K RUN      0:00  = 0.44%  0.10%=20 perl
59759 nobody       58   = 0 =20 2160K  1536K RUN      0:00  = 1.03%  0.10%=20 perl
59730 nobody       60   = 0 =20 2148K  1524K RUN      0:00  = 0.54%  0.10%=20 perl
52693 nobody        = 2  =20 0  3068K  2268K accept   0:00  0.05%  = 0.05%=20 httpd
59668 nobody       59   = 0 =20 2320K  1704K RUN      0:00  = 0.13%  0.05%=20 perl
59728 nobody       61   = 0 =20 2336K  1748K RUN      0:00  = 0.27%  0.05%=20 perl
59688 nobody       59   = 0 =20 2300K  1684K RUN      0:00  = 0.17%  0.05%=20 perl
59696 nobody       59   = 0 =20 2272K  1656K RUN      0:00  = 0.17%  0.05%=20 perl
59707 nobody       60   = 0 =20 2272K  1656K RUN      0:00  = 0.19%  0.05%=20 perl
59724 nobody       60   = 0 =20 2240K  1620K RUN      0:00  = 0.22%  0.05%=20 perl
59698 nobody       60   = 0 =20 2192K  1576K RUN      0:00  = 0.19%  0.05%=20 perl
59714 nobody       60   = 0 =20 2164K  1540K RUN      0:00  = 0.22%  0.05%=20 perl
59740 nobody       60   = 0 =20 2168K  1552K RUN      0:00  = 0.35%  0.05%=20 perl
59739 nobody       58   = 0 =20 2128K  1504K RUN      0:00  = 0.35%  0.05%=20 perl
59737 nobody       60   = 0 =20 2056K  1432K RUN      0:00  = 0.27%  0.05%=20 perl
  227 root         = 10 =20 -3  1320K   704K nanslp   0:11  = 0.00%  0.00%=20 ncftpd
  125 = root         =20 2   0  2392K   672K select   = 0:06 =20 0.00%  0.00% sshd2
   99=20 root          2   = 0   928K   456K select   0:05  = 0.00% =20 0.00% syslogd
  236 = root        =20 -6   1  1092K   448K piperd   = 0:04 =20 0.00%  0.00% ncftpd
37464=20 root          2   = 0 =20 2524K  1420K select   0:02  0.00%  0.00%=20 sshd2
------=_NextPart_000_00A2_01C1D282.C3BB54A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 12:57:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from northnetworks.ca (d150-201-199.home.cgocable.net [24.150.201.199]) by hub.freebsd.org (Postfix) with ESMTP id 2445C37B400 for ; Sat, 23 Mar 2002 12:57:41 -0800 (PST) Received: from northnetworks.ca [192.168.250.99] by northnetworks.ca [127.0.0.1] with SMTP (MDaemon.PRO.PRO.v5.0.4.R) for ; Sat, 23 Mar 2002 16:02:50 -0500 Message-ID: <3C9B9A41.7050509@northnetworks.ca> Date: Fri, 22 Mar 2002 15:55:29 -0500 From: Steve Bertrand User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20010914 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Sendmail/Internal commands... Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MDRemoteIP: 192.168.250.99 X-Return-Path: steve@northnetworks.ca X-MDaemon-Deliver-To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi there, I have a few questions. I recently installed FreeBSD 4.5 on one of my systems that I would eventually like to have it as my primary DNS server for all of my domains. It will also be responsible for mail services. Can Sendmail be used as a POP mail server for users on the Internet, or is it a transport agent only? If it is not in fact capable of storing mail for users, does BSD ship with a POP daemon? I would also like to know how I find out what internal commands are built into my install of BSD. Is there a file that lists all of these commands? (ie cp, mv) Tks for being there for me! - Steve Bertrand To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 13: 0:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id D261237B417 for ; Sat, 23 Mar 2002 13:00:19 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g2NL09819757; Sun, 24 Mar 2002 09:00:09 +1200 (NZST) (envelope-from jonc) Date: Sun, 24 Mar 2002 09:00:09 +1200 From: Jonathan Chen To: Liu Siwei Cc: questions@FreeBSD.ORG Subject: Re: About XFree86-4.2 Message-ID: <20020324090009.A19541@grimoire.chen.org.nz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from swliu77@hotmail.com on Sat, Mar 23, 2002 at 02:05:21PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Mar 23, 2002 at 02:05:21PM +0000, Liu Siwei wrote: > Hi, all: > I have built XFree86-4.2.0_1,1 from ports on FreeBSD-current. I have met a > little trouble when build XFree86-Server-4.2.0(I have solved it). But when I > use it, I meet trouble: Xlib not surpport your Locale! I use zh_CN.EUC > locale, why doesn't it support? If I recall correctly, there were some fixes for XFree86-libraries. Make sure you've got the latest version XFree86-libraries-4.2.0_1. -- 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 Sat Mar 23 13: 4:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id A374537B426 for ; Sat, 23 Mar 2002 13:04:22 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g2NL4LM19796; Sun, 24 Mar 2002 09:04:21 +1200 (NZST) (envelope-from jonc) Date: Sun, 24 Mar 2002 09:04:21 +1200 From: Jonathan Chen To: Steve Bertrand Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail/Internal commands... Message-ID: <20020324090421.B19541@grimoire.chen.org.nz> References: <3C9B9A41.7050509@northnetworks.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3C9B9A41.7050509@northnetworks.ca>; from steve@northnetworks.ca on Fri, Mar 22, 2002 at 03:55:29PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 22, 2002 at 03:55:29PM -0500, Steve Bertrand wrote: > Hi there, > > I have a few questions. I recently installed FreeBSD 4.5 on one of my > systems that I would eventually like to have it as my primary DNS server > for all of my domains. It will also be responsible for mail services. > Can Sendmail be used as a POP mail server for users on the Internet, or > is it a transport agent only? If it is not in fact capable of storing > mail for users, does BSD ship with a POP daemon? You need to install a pop3 daemon. Take your pick from /usr/ports/mail. > I would also like to know how I find out what internal commands are > built into my install of BSD. Is there a file that lists all of these > commands? (ie cp, mv) # ls /bin /sbin /usr/sbin /usr/bin -- Jonathan Chen ---------------------------------------------------------------------- Experience is a hard teacher because she gives the test first, the lesson afterwards To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 13: 6:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mobilitylab.net (goldorak.ericsson.ca [192.75.89.161]) by hub.freebsd.org (Postfix) with SMTP id 5884537B41A for ; Sat, 23 Mar 2002 13:06:21 -0800 (PST) Received: (qmail 14882 invoked from network); 23 Mar 2002 16:06:20 -0500 Received: from golgoth.mobilitylab.net (172.20.5.2) by goldorak.mobilitylab.net with QMTP; 23 Mar 2002 16:06:20 -0500 Received: (qmail 25237 invoked from network); 23 Mar 2002 16:06:20 -0500 Received: from localhost (HELO golgoth.mobilitylab.net) (127.0.0.1) by localhost with SMTP; 23 Mar 2002 16:06:20 -0500 From: "Martin Gignac" To: Steve Bertrand , freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail/Internal commands... Date: Sat, 23 Mar 2002 16:06:20 -0500 Message-Id: <20020323160620.M5749@golgoth.mobilitylab.net> In-Reply-To: <3C9B9A41.7050509@northnetworks.ca> References: <3C9B9A41.7050509@northnetworks.ca> X-Mailer: Open WebMail 1.63 20020321 X-OriginatingIP: 127.0.0.1 (freebsd) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sendmail is only an SMTP server. Mail _will_ be stored in UNIX mbox format on the FreeBSD server right out of the box, so you don't need to worry about that. If you want to retrieve mail stored on the FreeBSD server using the POP3 protocol, you will need to explicitly install a POP daemon. You will find potential candidates in the ports collection under /usr/ports/mail, I believe. I don't use a POP daemon, you I can't really comment on them, but I'm sure users on the list will be able to suggest some stable/secure ones. As for a list of commands, I don't know if there is a relevant man page concerning this. Someone else might know. Regards, -Martin > Hi there, > > I have a few questions. I recently installed FreeBSD 4.5 on one of > my systems that I would eventually like to have it as my primary DNS > server for all of my domains. It will also be responsible for mail > services. Can Sendmail be used as a POP mail server for users on > the Internet, or is it a transport agent only? If it is not in fact > capable of storing mail for users, does BSD ship with a POP daemon? > > I would also like to know how I find out what internal commands are > built into my install of BSD. Is there a file that lists all of > these commands? (ie cp, mv) > > Tks for being there for me! > > - Steve Bertrand > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Open WebMail Project (http://openwebmail.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 13: 9: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by hub.freebsd.org (Postfix) with ESMTP id 6A11C37B417 for ; Sat, 23 Mar 2002 13:09:02 -0800 (PST) Received: from fwd11.sul.t-online.de by mailout02.sul.t-online.com with smtp id 16osl3-00024u-02; Sat, 23 Mar 2002 22:09:01 +0100 Received: from bender (310048585289-0001@[217.80.84.7]) by fwd11.sul.t-online.com with smtp id 16oskz-19WumGC; Sat, 23 Mar 2002 22:08:57 +0100 Message-ID: <004501c1d2ae$fb5f16e0$594bfea9@bender> From: Jeff.Kelly@t-online.de (=?iso-8859-1?Q?Christian_Fl=FCgel?=) To: Subject: Install FreeBSD via DSL? Date: Sat, 23 Mar 2002 22:09: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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Sender: 310048585289-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Folks, I want to do an ftp install of freebsd via dsl but couldn't find anything about it in the Handbook or on the web. Has anybody already done this if it is possible? And could this someone please give me advice? Install via modem is possible so I assume that the pppd is already on one of the bootdisks but somehow I do not seem to be able to access a console during installation and therefore I am not able to configure the ppp so that it uses the Network adapter. Any advice is greatly appreciated. Regards Christian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 13:36:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp4.poczta.onet.pl (smtp4.poczta.onet.pl [213.180.130.28]) by hub.freebsd.org (Postfix) with ESMTP id B35B537B41F for ; Sat, 23 Mar 2002 13:36:24 -0800 (PST) Received: from pa37.rzeszow.cvx.ppp.tpnet.pl ([213.77.226.37]:2052 "HELO marek2eaidk18e") by ps4.test.onet.pl with SMTP id ; Sat, 23 Mar 2002 22:36:12 +0100 From: "Marek" To: Subject: 1. terminal applications 2. Locales Date: Sat, 23 Mar 2002 22:32:30 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" 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 V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 1. Why terminal applications don't adjust to the terminal size, e.g. when I view man page? Can I change it? 2. I see messages "The C Library doesn't support lokales" or something like this. What's the reason? Does it exert an influence to behaviour of the programs? 3. Why console text scrolling isn't smooth? uname -a output: FreeBSD localhost 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 -- Okresl Swoje potrzeby - my znajdziemy oferte za Ciebie! [ http://oferty.onet.pl ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 13:40:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dns2.s.bonet.se (dns2.s.bonet.se [212.181.54.3]) by hub.freebsd.org (Postfix) with ESMTP id 785F737B404 for ; Sat, 23 Mar 2002 13:40:05 -0800 (PST) Received: from there (as9-2-1.bi.s.bonet.se [217.215.7.177]) by dns2.s.bonet.se (8.11.2/8.9.3) with SMTP id g2NLWfU57330; Sat, 23 Mar 2002 22:32:50 +0100 (CET) (envelope-from peo@intersonic.se) Message-Id: <200203232132.g2NLWfU57330@dns2.s.bonet.se> Content-Type: text/plain; charset="iso-8859-1" From: Per olof Ljungmark Organization: Intersonic AB To: Steve Bertrand , freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail/Internal commands... Date: Sat, 23 Mar 2002 22:39:52 +0100 X-Mailer: KMail [version 1.3.2] References: <3C9B9A41.7050509@northnetworks.ca> In-Reply-To: <3C9B9A41.7050509@northnetworks.ca> Cc: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Try http://www.ucs.ed.ac.uk/~unixhelp/index.html It lists, in a basic manner, several of the common Unix commands available in FBSD. I'm sure there are more sites that are similar. If you just want them listed, look in: /bin /usr/bin /usr/sbin and you'll see what is part of the distribution. HTH, Per olof On Friday 22 March 2002 21.55, Steve Bertrand wrote: > > I would also like to know how I find out what internal commands are > built into my install of BSD. Is there a file that lists all of these > commands? (ie cp, mv) > > Tks for being there for me! > > - Steve Bertrand > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 23 14:13:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.radzinschi.com (pcp284510pcs.owngsm01.md.comcast.net [68.54.240.17]) by hub.freebsd.org (Postfix) with ESMTP id 13E4737B417 for ; Sat, 23 Mar 2002 14:13:42 -0800 (PST) Received: from localhost (marco@localhost.radzinschi.com [127.0.0.1]) by mail.radzinschi.com (8.11.6/8.11.6) with ESMTP id g2NMDe582551; Sat, 23 Mar 2002 17:13:41 -0500 (EST) (envelope-from marco@radzinschi.com) Date: Sat, 23 Mar 2002 17:13:40 -0500 (EST) From: Marco Radzinschi To: FreeBDS-Questions Cc: Subject: Re: wi0 starts after natd Message-ID: <20020323170553.N82509-100000@mail.radzinschi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Take the pccardd line out of /etc/rc.conf, and put both the pccardd line and the natd line in /etc/rc.local. If you place the pccard line first, it will load the pccard daemon first, and then NAT daemon. If the pccard is taking a bit of time to initialize, then put a slight delay after the pccard line and before the NAT line with the sleep command. Marco Radzinschi E-Mail: marco@radzinschi.com AOL IM: CrackedBoy ------------------------------------ Thanks for the reply, Marco I tried placing natd -n wi0 in /etc/rc.local. The pccard daemon starts after /etc/rc.local is loaded. I appreciate any more ideas. Tim Kellers CPE/NJIT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 14:28: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 050A637B404 for ; Sat, 23 Mar 2002 14:28:00 -0800 (PST) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id A2EDFBD58; Sat, 23 Mar 2002 14:27:59 -0800 (PST) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id OAA03298; Sat, 23 Mar 2002 14:27:59 -0800 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id g2NMR7B09760; Sat, 23 Mar 2002 14:27:07 -0800 (PST) (envelope-from swear@blarg.net) To: Denny White Cc: freebsd-questions@FreeBSD.ORG Subject: Re: blanking & burning cd's References: <20020323035003.H275-100000@hal.cableone.net> From: swear@blarg.net (Gary W. Swearingen) Date: 23 Mar 2002 14:27:07 -0800 In-Reply-To: <20020323035003.H275-100000@hal.cableone.net> Message-ID: <0yzo0y6htw.o0y@localhost.localdomain> Lines: 27 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Denny White writes: > Running fbsd 4.5 stable. Had burncd working > great with my HP 9700 cd-writer, but then > it quit working & there was a sale on a > 24x10x40 CenDyne cd-writer & I bought it & > installed it. Works fine with Nero in my > windoze system, & I can mount cd's on it in > fbsd, but when I try to blank a cd, I get > > acd0: SET_SPEED - ILLEGAL REQUEST asc=24 I've been using a slower CenDyne on FreeBSD for about a year (burning only about once a month) and I haven't seen your error, but I've lately had to sometimes try burning the same disk several times to get it to run to completion. My boot msg: acd0: CD-RW <8X4X32> at ata1-master using PIO4 I think rebuilding your kernel won't help. You could try setting speeds other than your highest 10; maybe the driver only goes to 8 (and obviously I've only used 4 and less). I hope you're not trying to "blank" a CD-R or use a speed of 24. If you get desperate, and don't mind a "learning process", read the mail archives of freebsd-stable (or -questions?) in the last week to find a patch which allows use of "cdrecord" with ATAPI devices. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 14:29:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by hub.freebsd.org (Postfix) with ESMTP id 4694437B400 for ; Sat, 23 Mar 2002 14:29:04 -0800 (PST) Received: (qmail 86806 invoked from network); 23 Mar 2002 22:37:49 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 23 Mar 2002 22:37:49 -0000 Message-ID: <3C9D017A.3A0466A1@liwing.de> Date: Sat, 23 Mar 2002 23:28:11 +0100 From: Jens Rehsack Organization: LiWing IT-Services X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Christian =?iso-8859-1?Q?Fl=FCgel?= Cc: freebsd-questions@freebsd.org Subject: Re: Install FreeBSD via DSL? References: <004501c1d2ae$fb5f16e0$594bfea9@bender> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Christian, AFAIK the kernel must build with some options like "NETGRAPH_PPPOE", ..., and the kernel on the install disk is not. Couldn't you download the mini-iso-image? It could be much easier... If it doesn't work let's look for other options :-) So long Jens Christian Flügel wrote: > > Hello Folks, > > I want to do an ftp install of freebsd via dsl but couldn't find anything > about it in the Handbook or on the web. > > Has anybody already done this if it is possible? And could this someone > please give me advice? > > Install via modem is possible so I assume that the pppd is already on one of > the bootdisks but somehow I do not seem to be able to access a console > during installation and therefore I am not able to configure the ppp so that > it uses the Network adapter. > > Any advice is greatly appreciated. > > Regards > > Christian > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- L i W W W i Jens Rehsack L W W W L i W W W W i nnn gggg LiWing IT-Services L i W W W W i n n g g LLLL i W W i n n g g Friesenstraße 2 gggg 06112 Halle g g g Tel.: +49 - 3 45 - 5 17 05 91 ggg e-Mail: Fax: +49 - 3 45 - 5 17 05 92 http://www.liwing.de/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 14:33: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id 2F82537B400 for ; Sat, 23 Mar 2002 14:33:01 -0800 (PST) Received: from cerpc1 ([12.254.23.4]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020323223301.NQTO1214.rwcrmhc54.attbi.com@cerpc1> for ; Sat, 23 Mar 2002 22:33:01 +0000 Date: Thu, 21 Mar 2002 20:22:19 -0700 From: Collins To: bsd-questions Subject: NIC fails - dc0: couldn't map ports.memory Message-Id: <20020321202219.20661709.erichey2@attbi.com> X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I had a functional FreeBSD 4.4 system running on my prior computer (K6/II 300Mz), but now I've switched to a new computer (P3/800Mz) and I can't get it to work. I tried 4.4 (even built my own kernel) and now 4.5 with the same results. I have a multi-boot system. Win98 on Slice 1, FreeBSD on Slice 2, and several Linux partitions on extend partitions on the disk. I use grub to boot. Eveything about the FreeBSD install works perfectly, except my NIC card. The card shows up as an ADMtek Commet rev 17. It is on IRQ 11 (shared with USB). Linux drives the card with the "tulip" module, and it works perfectly. During install I selected the Ne1K, Ne2K,.... driver, but the card was not seen - I didn't get an ethernet choice for network configuration (same results with 4.4 and 4.5. After boot of the GENERIC kernel, the kernel produces messages dc0: couldn't map ports/memory dc0 attach returned 6 On 4.4 I tried compiling a kernel with the de driver (which advertises to be a "tulip" driver, but the card doesn't even appear - no messages at all. When I searched the archives for this message, no one had provided much in the way of an answer. The only recommendation was to alter the BIOS to Plug-and-Play NO. Unfortunately, my BIOS does not have such an option. Does anyone have any thoughts about this? Without a working NIC, I can't get to my LAN and thus to the internet, so I would have to forget about using FreeBSD. Thanks, -- Collins Richey - Denver Area - WWTLRD? Gentoo_rc6-15 2.4.17 - xfce + sylpheed + mozilla To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 14:49: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nycsmtp2out.rdc-nyc.rr.com (nycsmtp2out.rdc-nyc.rr.com [24.29.99.227]) by hub.freebsd.org (Postfix) with ESMTP id C9D7E37B417 for ; Sat, 23 Mar 2002 14:48:58 -0800 (PST) Received: from scott1.nyc.rr.com (24-168-24-239.nyc.rr.com [24.168.24.239]) by nycsmtp2out.rdc-nyc.rr.com (8.12.1/Road Runner SMTP Server 1.0) with ESMTP id g2NMkjlu027696; Sat, 23 Mar 2002 17:46:46 -0500 (EST) Message-Id: <5.1.0.14.0.20020323174744.00bd33d0@pop-server.nyc.rr.com> X-Sender: scottro@pop-server.nyc.rr.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 23 Mar 2002 17:48:47 -0500 To: Collins , bsd-questions From: Scott Subject: Re: NIC fails - dc0: couldn't map ports.memory In-Reply-To: <20020321202219.20661709.erichey2@attbi.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 20:22 2002/03/21 -0700, Collins wrote: >I had a functional FreeBSD 4.4 system running on my prior computer >(K6/II 300Mz), but now I've switched to a new computer (P3/800Mz) and I >can't get it to work. > > >Eveything about the FreeBSD install works perfectly, except my NIC card. > The card shows up as an ADMtek Commet rev 17. It is on IRQ 11 (shared >with USB). Linux drives the card with the "tulip" module, and it works >perfectly. I've found that my Netgear FA310TX, which also uses Tulip in Linux, shows up as a dc0 in FreeBSD. Possibly recompiling, adding in dc0 support (in Generic, I think it's about the 3rd or 4th one) HTH Scott Robbins >Collins Richey - Denver Area - WWTLRD? >Gentoo_rc6-15 2.4.17 - xfce + sylpheed + mozilla > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" 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 Mar 23 14:49:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ares.blahz.ab.ca (h24-64-95-168.cg.shawcable.net [24.64.95.168]) by hub.freebsd.org (Postfix) with SMTP id BE2AE37B422 for ; Sat, 23 Mar 2002 14:49:18 -0800 (PST) Received: (qmail 22754 invoked by uid 508); 23 Mar 2002 22:49:22 -0000 Received: from bsd-lists@blahz.ab.ca by ares.blahz.ab.ca with qmail-scanner-1.01 (sweep: 2.9/3.55. . Clean. Processed in 12.057876 secs); 23 Mar 2002 22:49:22 -0000 Received: from unknown (HELO zeus) (24.64.93.70) by h24-64-95-168.cg.shawcable.net with SMTP; 23 Mar 2002 22:49:07 -0000 From: "Mike Roest" To: "'Gerard'" , Subject: RE: qmail maybe ?? Date: Sat, 23 Mar 2002 15:48:55 -0700 Message-ID: <000001c1d2bc$eca0f2a0$465d4018@zeus> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <20020323160205.88116.qmail@web13102.mail.yahoo.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hmmm odd have you restarted qmail? Cause if that is what is in locals you shouldn't be getting that error. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Gerard Sent: Saturday, March 23, 2002 9:02 AM To: freebsd-questions@freebsd.org Cc: Mike Roest Subject: RE: qmail maybe ?? Ok, I entered @ IN MX 10 hivemind.trini0.org. into my dns file and HUPed named. I left /var/qmail/control/locals and rcpthosts as is with localhost.trini0.org hivemind.trini0.org trini0.org I tried send an email from my yahoo account to gsam@trini0.org, and Im getting this bounce message -> Hi. This is the qmail-send program at hivemind.trini0.org. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. : Sorry. Although I'm listed as a best-preference MX or A for that host, it isn't in my control/locals file, so I don't treat it as local. (#5.4.6) --- Below this line is a copy of the messag --- Mike Roest wrote: > This is most likely a dns problem, Yep it is. As there is now MX > record for you domain you should a a record something like this > > @ IN MX 10 mailserver.trini0.org. > > Where mailserver.trini0.org is your mailserver name. > > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Gerard > Sent: Friday, March 22, 2002 10:24 PM > To: freebsd-questions@freebsd.org > Subject: qmail maybe ?? > > > Ok, Im trying to setup a mailserver running qmail. > In both /var/qmail/controls/locals & rcpthosts I have -> > localhost.trini0.org > hivemind.trini0.org > trini0.org > > I could send mail within the lan, and to users within a server. > But Im unable to send mail from lets say my yahoo account to my > mailserver. > Im not sure if its a qmail or dns problem here... > > Here is a copy of the bounced mail -> > > Hi. This is the qmail-send program at hivemind.trini0.org. > I'm afraid I wasn't able to deliver your message to the following > addresses. > This is a permanent error; I've given up. Sorry it didn't work out. > > : > Sorry, I couldn't find any host named trini0.org. (#5.1.2) > > --- Below this line is a copy of the message. > > Return-Path: > Received: (qmail 18114 invoked from network); 23 Mar 2002 04:56:30 > -0000 > Received: from web13102.mail.yahoo.com (216.136.174.147) > by hivemind.trini0.org with SMTP; 23 Mar 2002 04:56:30 -0000 > Message-ID: <20020323045629.43760.qmail@web13102.mail.yahoo.com> > Received: from [68.39.132.244] by web13102.mail.yahoo.com via HTTP; > Fri, 22 Mar 2002 20:56:29 PST > Date: Fri, 22 Mar 2002 20:56:29 -0800 (PST) > From: Gerard > Subject: test > To: gsam@hivemind.trini0.org > MIME-Version: 1.0 > Content-Type: text/plain; charset=us-ascii > > test > > Please cc to gms08701@yahoo.com > > __________________________________________________ > Do You Yahoo!? > Yahoo! Movies - coverage of the 74th Academy AwardsR > http://movies.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy AwardsR http://movies.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 15:11:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13106.mail.yahoo.com (web13106.mail.yahoo.com [216.136.174.151]) by hub.freebsd.org (Postfix) with SMTP id 3D40E37B417 for ; Sat, 23 Mar 2002 15:11:43 -0800 (PST) Message-ID: <20020323231143.26193.qmail@web13106.mail.yahoo.com> Received: from [68.39.132.244] by web13106.mail.yahoo.com via HTTP; Sat, 23 Mar 2002 15:11:43 PST Date: Sat, 23 Mar 2002 15:11:43 -0800 (PST) From: Gerard Subject: RE: qmail maybe ?? To: Mike Roest Cc: freebsd-questions@freebsd.org In-Reply-To: <000001c1d2bc$eca0f2a0$465d4018@zeus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It was suggested that I HUP qmail-send to reread the changes, and it worked like a charm. Thanks for that tip. Now one last question hivemind.trini0.org is the mail server (aka mail.trini0.org). My workstation is gladiator.trini0.org. In mozilla I set incoming and outgoing mail to be mail.trini0.org. I tried to send an email to my yahoo account and it complained about the recipient wasn't in my rcpthosts file. I enter yahoo.com on hivemind's rcpthost file and it went through, and I verified the message at yahoo. Is this the correct behaviour for outgoing mail?? If it is, then wouldn't it be dangerous to start dumping domains into this file?? --- Mike Roest wrote: > Hmmm odd have you restarted qmail? Cause if that is what is in > locals > you shouldn't be getting that error. > > > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Gerard > Sent: Saturday, March 23, 2002 9:02 AM > To: freebsd-questions@freebsd.org > Cc: Mike Roest > Subject: RE: qmail maybe ?? > > > Ok, I entered > @ IN MX 10 hivemind.trini0.org. > into my dns file and HUPed named. > > I left /var/qmail/control/locals and rcpthosts as is with > localhost.trini0.org > hivemind.trini0.org > trini0.org > > I tried send an email from my yahoo account to gsam@trini0.org, and > Im > getting this bounce message -> > > Hi. This is the qmail-send program at hivemind.trini0.org. > I'm afraid I wasn't able to deliver your message to the following > addresses. > This is a permanent error; I've given up. Sorry it didn't work out. > > : > Sorry. Although I'm listed as a best-preference MX or A for that > host, > it isn't in my control/locals file, so I don't treat it as local. > (#5.4.6) > > --- Below this line is a copy of the messag > > > > > > > > > --- Mike Roest wrote: > > This is most likely a dns problem, Yep it is. As there is now MX > > record for you domain you should a a record something like this > > > > @ IN MX 10 mailserver.trini0.org. > > > > Where mailserver.trini0.org is your mailserver name. > > > > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Gerard > > Sent: Friday, March 22, 2002 10:24 PM > > To: freebsd-questions@freebsd.org > > Subject: qmail maybe ?? > > > > > > Ok, Im trying to setup a mailserver running qmail. > > In both /var/qmail/controls/locals & rcpthosts I have -> > > localhost.trini0.org > > hivemind.trini0.org > > trini0.org > > > > I could send mail within the lan, and to users within a server. > > But Im unable to send mail from lets say my yahoo account to my > > mailserver. > > Im not sure if its a qmail or dns problem here... > > > > Here is a copy of the bounced mail -> > > > > Hi. This is the qmail-send program at hivemind.trini0.org. > > I'm afraid I wasn't able to deliver your message to the following > > addresses. > > This is a permanent error; I've given up. Sorry it didn't work out. > > > > : > > Sorry, I couldn't find any host named trini0.org. (#5.1.2) > > > > --- Below this line is a copy of the message. > > > > Return-Path: > > Received: (qmail 18114 invoked from network); 23 Mar 2002 04:56:30 > > -0000 > > Received: from web13102.mail.yahoo.com (216.136.174.147) > > by hivemind.trini0.org with SMTP; 23 Mar 2002 04:56:30 -0000 > > Message-ID: <20020323045629.43760.qmail@web13102.mail.yahoo.com> > > Received: from [68.39.132.244] by web13102.mail.yahoo.com via HTTP; > > > Fri, 22 Mar 2002 20:56:29 PST > > Date: Fri, 22 Mar 2002 20:56:29 -0800 (PST) > > From: Gerard > > Subject: test > > To: gsam@hivemind.trini0.org > > MIME-Version: 1.0 > > Content-Type: text/plain; charset=us-ascii > > > > test > > > > Please cc to gms08701@yahoo.com > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! Movies - coverage of the 74th Academy AwardsR > > http://movies.yahoo.com/ > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Movies - coverage of the 74th Academy AwardsR > http://movies.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.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 Mar 23 15:12:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lerlaptop.lerctr.org (lerlaptop.lerctr.org [207.158.72.14]) by hub.freebsd.org (Postfix) with ESMTP id DC07E37B404 for ; Sat, 23 Mar 2002 15:12:40 -0800 (PST) Received: (from ler@localhost) by lerlaptop.lerctr.org (8.11.6/8.11.6) id g2NNCHi00440 for freebsd-questions@FreeBSD.ORG; Sat, 23 Mar 2002 17:12:17 -0600 (CST) (envelope-from ler) Date: Sat, 23 Mar 2002 17:12:17 -0600 From: Larry Rosenman To: freebsd-questions@FreeBSD.ORG Subject: Re: Linksys WPC11 Rev 2.5 Message-ID: <20020323231217.GA429@lerlaptop.lerctr.org> References: <20020323081211.GA27788@lerami.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020323081211.GA27788@lerami.lerctr.org> User-Agent: Mutt/1.3.28i X-Mailer: Mutt http://www.mutt.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Larry Rosenman [020323 02:12]: > I picked up one of these cards today. I made a /etc/pccard.conf > with the following parameters: > > # Linksys Instant Wireless WPC11 > card "/.*Linksys Group.*/" "/.*Network PC Card.*/" > config auto "wi" ? I added back the 0x10000 to this line.... > insert /etc/pccard_ether $device start > remove /etc/pccard_ether $device stop > > When the card has been in for a while (random), the card just shuts > down. This seems to be APM related. I changed some of the APM parameters in the BIOS, and it seems better (one fail in 6+hours, and that was right after a reboot, and when the laptop had gone into powersave mode). I'm not quite sure what is causing it to power down, but it seems livable. If anyone has any ideas, or wants to see Kernel or other config, let me know. If there is a better mailling-list, let me know that too. Thanks... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 15:17: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail4.cableone.net (mail4.cableone.net [24.116.0.62]) by hub.freebsd.org (Postfix) with ESMTP id 465BE37B419 for ; Sat, 23 Mar 2002 15:16:39 -0800 (PST) Received: from hal.cableone.net ([24.116.49.212]) by mail4.cableone.net with Microsoft SMTPSVC(5.5.1877.447.44); Sat, 23 Mar 2002 16:15:08 -0700 Date: Sat, 23 Mar 2002 17:16:42 -0600 (CST) From: Denny White To: "Gary W. Swearingen" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: blanking & burning cd's In-Reply-To: <0yzo0y6htw.o0y@localhost.localdomain> Message-ID: <20020323171035.M3970-100000@hal.cableone.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 My apologizes to all. Feel dumb as usual. Finally snapped to the fact that I wasn't even putting a speed on burncd when I was trying to blank it (-s 4), the speed the rewritable had been written at. When I did that, it worked. Didn't do the old rtfm nearly enough, I guess. But thanks for the answer. Will read up more on it tonight. Would like to be able to use X so I could use scsi emulation & use some cdrecord & some of the frontends, but have apache on here in case I need a backup server for my old Slackware server box, & everytime I've ever put X on, it screws up. Better to have a dependable system. Thanks again. On 23 Mar 2002, Gary W. Swearingen wrote: > Date: 23 Mar 2002 14:27:07 -0800 > From: Gary W. Swearingen > To: Denny White > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: blanking & burning cd's > > Denny White writes: > > > Running fbsd 4.5 stable. Had burncd working > > great with my HP 9700 cd-writer, but then > > it quit working & there was a sale on a > > 24x10x40 CenDyne cd-writer & I bought it & > > installed it. Works fine with Nero in my > > windoze system, & I can mount cd's on it in > > fbsd, but when I try to blank a cd, I get > > > > acd0: SET_SPEED - ILLEGAL REQUEST asc=24 > > I've been using a slower CenDyne on FreeBSD for about a year (burning > only about once a month) and I haven't seen your error, but I've lately > had to sometimes try burning the same disk several times to get it to > run to completion. My boot msg: > > acd0: CD-RW <8X4X32> at ata1-master using PIO4 > > I think rebuilding your kernel won't help. You could try setting speeds > other than your highest 10; maybe the driver only goes to 8 (and > obviously I've only used 4 and less). I hope you're not trying to > "blank" a CD-R or use a speed of 24. > > If you get desperate, and don't mind a "learning process", read the mail > archives of freebsd-stable (or -questions?) in the last week to find a > patch which allows use of "cdrecord" with ATAPI devices. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > "Windows is the Virus, Linux is the Vaccine, FreeBSD is the Cure!" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8nQziy0Ty5RZE55oRAi6hAJ4rlWKfdOHtj0+urRlvS8f2Pe6yXgCgs6Hq 3QYfgjDD0IZLgCatzYgkeYU= =OrTF -----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 Mar 23 15:36:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ares.blahz.ab.ca (h24-64-95-168.cg.shawcable.net [24.64.95.168]) by hub.freebsd.org (Postfix) with SMTP id 4E60F37B428 for ; Sat, 23 Mar 2002 15:35:59 -0800 (PST) Received: (qmail 25393 invoked by uid 508); 23 Mar 2002 23:36:03 -0000 Received: from bsd-lists@blahz.ab.ca by ares.blahz.ab.ca with qmail-scanner-1.01 (sweep: 2.9/3.55. . Clean. Processed in 12.455808 secs); 23 Mar 2002 23:36:03 -0000 Received: from unknown (HELO zeus) (24.64.93.70) by h24-64-95-168.cg.shawcable.net with SMTP; 23 Mar 2002 23:35:46 -0000 From: "Mike Roest" To: "'Gerard'" Cc: Subject: RE: qmail maybe ?? Date: Sat, 23 Mar 2002 16:35:35 -0700 Message-ID: <000201c1d2c3$719d6280$465d4018@zeus> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <20020323231143.26193.qmail@web13106.mail.yahoo.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG If you're using tcpserver to run the smtp daemon you need to ensure that the IP of the workstation is in your tcpserver rules set Ie you should have a file like tcp.smtp and you need to add a line like :allow,RELAYCLIENT="" Then run the command tcprules tcp.smtp.cdb tcp.smtp.temp < tcp.smtp This will rebuild the data base. This should allow your workstation to send to any domain without them being in the rcpthosts file --Mike -----Original Message----- From: Gerard [mailto:gms08701@yahoo.com] Sent: Saturday, March 23, 2002 4:12 PM To: Mike Roest Cc: freebsd-questions@freebsd.org Subject: RE: qmail maybe ?? It was suggested that I HUP qmail-send to reread the changes, and it worked like a charm. Thanks for that tip. Now one last question hivemind.trini0.org is the mail server (aka mail.trini0.org). My workstation is gladiator.trini0.org. In mozilla I set incoming and outgoing mail to be mail.trini0.org. I tried to send an email to my yahoo account and it complained about the recipient wasn't in my rcpthosts file. I enter yahoo.com on hivemind's rcpthost file and it went through, and I verified the message at yahoo. Is this the correct behaviour for outgoing mail?? If it is, then wouldn't it be dangerous to start dumping domains into this file?? --- Mike Roest wrote: > Hmmm odd have you restarted qmail? Cause if that is what is in > locals > you shouldn't be getting that error. > > > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Gerard > Sent: Saturday, March 23, 2002 9:02 AM > To: freebsd-questions@freebsd.org > Cc: Mike Roest > Subject: RE: qmail maybe ?? > > > Ok, I entered > @ IN MX 10 hivemind.trini0.org. > into my dns file and HUPed named. > > I left /var/qmail/control/locals and rcpthosts as is with > localhost.trini0.org > hivemind.trini0.org > trini0.org > > I tried send an email from my yahoo account to gsam@trini0.org, and > Im > getting this bounce message -> > > Hi. This is the qmail-send program at hivemind.trini0.org. > I'm afraid I wasn't able to deliver your message to the following > addresses. > This is a permanent error; I've given up. Sorry it didn't work out. > > : > Sorry. Although I'm listed as a best-preference MX or A for that > host, > it isn't in my control/locals file, so I don't treat it as local. > (#5.4.6) > > --- Below this line is a copy of the messag > > > > > > > > > --- Mike Roest wrote: > > This is most likely a dns problem, Yep it is. As there is now MX > > record for you domain you should a a record something like this > > > > @ IN MX 10 mailserver.trini0.org. > > > > Where mailserver.trini0.org is your mailserver name. > > > > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Gerard > > Sent: Friday, March 22, 2002 10:24 PM > > To: freebsd-questions@freebsd.org > > Subject: qmail maybe ?? > > > > > > Ok, Im trying to setup a mailserver running qmail. > > In both /var/qmail/controls/locals & rcpthosts I have -> > > localhost.trini0.org > > hivemind.trini0.org > > trini0.org > > > > I could send mail within the lan, and to users within a server. > > But Im unable to send mail from lets say my yahoo account to my > > mailserver. > > Im not sure if its a qmail or dns problem here... > > > > Here is a copy of the bounced mail -> > > > > Hi. This is the qmail-send program at hivemind.trini0.org. > > I'm afraid I wasn't able to deliver your message to the following > > addresses. > > This is a permanent error; I've given up. Sorry it didn't work out. > > > > : > > Sorry, I couldn't find any host named trini0.org. (#5.1.2) > > > > --- Below this line is a copy of the message. > > > > Return-Path: > > Received: (qmail 18114 invoked from network); 23 Mar 2002 04:56:30 > > -0000 > > Received: from web13102.mail.yahoo.com (216.136.174.147) > > by hivemind.trini0.org with SMTP; 23 Mar 2002 04:56:30 -0000 > > Message-ID: <20020323045629.43760.qmail@web13102.mail.yahoo.com> > > Received: from [68.39.132.244] by web13102.mail.yahoo.com via HTTP; > > > Fri, 22 Mar 2002 20:56:29 PST > > Date: Fri, 22 Mar 2002 20:56:29 -0800 (PST) > > From: Gerard > > Subject: test > > To: gsam@hivemind.trini0.org > > MIME-Version: 1.0 > > Content-Type: text/plain; charset=us-ascii > > > > test > > > > Please cc to gms08701@yahoo.com > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! Movies - coverage of the 74th Academy AwardsR > > http://movies.yahoo.com/ > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Movies - coverage of the 74th Academy AwardsR > http://movies.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy AwardsR http://movies.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 Mar 23 15:41:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rain.macguire.net (sense-sea-MegaSub-1-125.oz.net [216.39.144.125]) by hub.freebsd.org (Postfix) with ESMTP id BD06237B41F for ; Sat, 23 Mar 2002 15:41:37 -0800 (PST) Received: (from roo@localhost) by rain.macguire.net (8.11.6/8.11.6) id g2NNgAT04658; Sat, 23 Mar 2002 15:42:10 -0800 (PST) (envelope-from roo) Date: Sat, 23 Mar 2002 15:42:10 -0800 From: Benjamin Krueger To: Courtney Thomas Cc: freebsd-questions@freebsd.org Subject: Re: Maintaining Access Control Lists (was: So long and thanks for all the fish) Message-ID: <20020323154210.B3911@rain.macguire.net> References: <20020323002608.B20699@rain.macguire.net> <3C9C84CF.2090300@flash.net> <20020323084327.A354@rain.macguire.net> <3C9CD6B5.4090806@flash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C9CD6B5.4090806@flash.net>; from ccthomas@flash.net on Sat, Mar 23, 2002 at 02:25:41PM -0500 X-PGP-Key: http://www.macguire.net/benjamin/public_key.asc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Courtney Thomas (ccthomas@flash.net) [020323 11:20]: > Thank you for your reply. > > I'm using IPFW though clearly not well. I'd appreciate an > ACL example using IPFW. > > Cordially, > Courtney > > Benjamin Krueger wrote: > > * Courtney Thomas (ccthomas@flash.net) [020323 07:18]: > > > >>Please advise on implementing an ACL for not only ssh but > >>"anyArbitrary" program ? > >> > >>Appreciatively, > >>Courtney > >> > > > > Well, the most obvious way is to maintain ACLs for all of your applications using > > IPFW or IPFilter. That has the advantage of central configuration for every single > > network app. Unfortunately, I am a very IPFilter oriented person, and have not had the time to go over the intricacies of IPFW. I've also found the documentation and related literature for IPFW to be less than what I would expect from the project when I have been able to glance at it. Maybe this isn't so. Someday when I get more time, I'll volunteer to write more in depth IPFW information. =) Until then, I thought it best to forward this request for creating an Access Control List on to the Freebsd-questions@ list. You folks can certainly give Courtney some good guidance and a few examples to start with. =) -- Benjamin Krueger "Life is far too important a thing ever to talk seriously about." - Oscar Wilde (1854 - 1900) ---------------------------------------------------------------- Send mail w/ subject 'send public key' or query for (0x251A4B18) Fingerprint = A642 F299 C1C1 C828 F186 A851 CFF0 7711 251A 4B18 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 15:57:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13106.mail.yahoo.com (web13106.mail.yahoo.com [216.136.174.151]) by hub.freebsd.org (Postfix) with SMTP id BE20337B400 for ; Sat, 23 Mar 2002 15:57:13 -0800 (PST) Message-ID: <20020323235713.28926.qmail@web13106.mail.yahoo.com> Received: from [68.39.132.244] by web13106.mail.yahoo.com via HTTP; Sat, 23 Mar 2002 15:57:13 PST Date: Sat, 23 Mar 2002 15:57:13 -0800 (PST) From: Gerard Subject: RE: qmail maybe ?? To: freebsd-questions@freebsd.org In-Reply-To: <000201c1d2c3$719d6280$465d4018@zeus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok, I was running it off inetd. I guess its time to grow up to tcpserver. Wish me luck --- Mike Roest wrote: > If you're using tcpserver to run the smtp daemon you need to ensure > that > the IP of the workstation is in your tcpserver rules set > Ie you should have a file like tcp.smtp and you need to add a line > like > :allow,RELAYCLIENT="" > > Then run the command > tcprules tcp.smtp.cdb tcp.smtp.temp < tcp.smtp > > This will rebuild the data base. This should allow your workstation > to > send to any domain without them being in the rcpthosts file > > --Mike > > -----Original Message----- > From: Gerard [mailto:gms08701@yahoo.com] > Sent: Saturday, March 23, 2002 4:12 PM > To: Mike Roest > Cc: freebsd-questions@freebsd.org > Subject: RE: qmail maybe ?? > > > It was suggested that I HUP qmail-send to reread the changes, and it > worked like a charm. Thanks for that tip. > Now one last question > hivemind.trini0.org is the mail server (aka mail.trini0.org). > My workstation is gladiator.trini0.org. > In mozilla I set incoming and outgoing mail to be mail.trini0.org. > I tried to send an email to my yahoo account and it complained about > the recipient wasn't in my rcpthosts file. > I enter yahoo.com on hivemind's rcpthost file and it went through, > and > I verified the message at yahoo. > Is this the correct behaviour for outgoing mail?? > If it is, then wouldn't it be dangerous to start dumping domains into > this file?? > > > --- Mike Roest wrote: > > Hmmm odd have you restarted qmail? Cause if that is what is in > > locals > > you shouldn't be getting that error. > > > > > > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Gerard > > Sent: Saturday, March 23, 2002 9:02 AM > > To: freebsd-questions@freebsd.org > > Cc: Mike Roest > > Subject: RE: qmail maybe ?? > > > > > > Ok, I entered > > @ IN MX 10 > hivemind.trini0.org. > > into my dns file and HUPed named. > > > > I left /var/qmail/control/locals and rcpthosts as is with > > localhost.trini0.org > > hivemind.trini0.org > > trini0.org > > > > I tried send an email from my yahoo account to gsam@trini0.org, and > > Im > > getting this bounce message -> > > > > Hi. This is the qmail-send program at hivemind.trini0.org. > > I'm afraid I wasn't able to deliver your message to the following > > addresses. > > This is a permanent error; I've given up. Sorry it didn't work out. > > > > : > > Sorry. Although I'm listed as a best-preference MX or A for that > > host, > > it isn't in my control/locals file, so I don't treat it as local. > > (#5.4.6) > > > > --- Below this line is a copy of the messag > > > > > > > > > > > > > > > > > > --- Mike Roest wrote: > > > This is most likely a dns problem, Yep it is. As there is now > MX > > > record for you domain you should a a record something like this > > > > > > @ IN MX 10 mailserver.trini0.org. > > > > > > Where mailserver.trini0.org is your mailserver name. > > > > > > > > > -----Original Message----- > > > From: owner-freebsd-questions@FreeBSD.ORG > > > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Gerard > > > Sent: Friday, March 22, 2002 10:24 PM > > > To: freebsd-questions@freebsd.org > > > Subject: qmail maybe ?? > > > > > > > > > Ok, Im trying to setup a mailserver running qmail. > > > In both /var/qmail/controls/locals & rcpthosts I have -> > > > localhost.trini0.org > > > hivemind.trini0.org > > > trini0.org > > > > > > I could send mail within the lan, and to users within a server. > > > But Im unable to send mail from lets say my yahoo account to my > > > mailserver. > > > Im not sure if its a qmail or dns problem here... > > > > > > Here is a copy of the bounced mail -> > > > > > > Hi. This is the qmail-send program at hivemind.trini0.org. > > > I'm afraid I wasn't able to deliver your message to the following > > > > addresses. > > > This is a permanent error; I've given up. Sorry it didn't work > out. > > > > > > : > > > Sorry, I couldn't find any host named trini0.org. (#5.1.2) > > > > > > --- Below this line is a copy of the message. > > > > > > Return-Path: > > > Received: (qmail 18114 invoked from network); 23 Mar 2002 > 04:56:30 > > > -0000 > > > Received: from web13102.mail.yahoo.com (216.136.174.147) > > > by hivemind.trini0.org with SMTP; 23 Mar 2002 04:56:30 -0000 > > > Message-ID: <20020323045629.43760.qmail@web13102.mail.yahoo.com> > > > Received: from [68.39.132.244] by web13102.mail.yahoo.com via > HTTP; > > > > > Fri, 22 Mar 2002 20:56:29 PST > > > Date: Fri, 22 Mar 2002 20:56:29 -0800 (PST) > > > From: Gerard > > > Subject: test > > > To: gsam@hivemind.trini0.org > > > MIME-Version: 1.0 > > > Content-Type: text/plain; charset=us-ascii > > > > > > test > > > > > > Please cc to gms08701@yahoo.com > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > Yahoo! Movies - coverage of the 74th Academy AwardsR > > > http://movies.yahoo.com/ > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! Movies - coverage of the 74th Academy AwardsR > > http://movies.yahoo.com/ > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Movies - coverage of the 74th Academy AwardsR > http://movies.yahoo.com/ > > __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.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 Mar 23 16:23:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sccmmhc01.mchsi.com (sccmmhc01.mchsi.com [204.127.203.183]) by hub.freebsd.org (Postfix) with ESMTP id E12AD37B400 for ; Sat, 23 Mar 2002 16:23:28 -0800 (PST) Received: from there ([12.218.70.104]) by sccmmhc01.mchsi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020324002328.OOOE1219.sccmmhc01.mchsi.com@there>; Sun, 24 Mar 2002 00:23:28 +0000 Content-Type: text/plain; charset="iso-8859-1" From: Mark Hummel To: Collins Subject: Re: NIC fails - dc0: couldn't map ports.memory Date: Sat, 23 Mar 2002 18:28:03 -0600 X-Mailer: KMail [version 1.3] References: <20020321202219.20661709.erichey2@attbi.com> In-Reply-To: <20020321202219.20661709.erichey2@attbi.com> Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020324002328.OOOE1219.sccmmhc01.mchsi.com@there> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 21 March 2002 09:22 pm, you wrote: Hi Collins, I too have a NIC labled as dc0. My NIC is a Linksys 10/100 Etherfast PCI card. What is yours? As you know, it makes a difference which NIC you choose in sysinstall. Your choice of using the Ne1k - Ne2k is correct for my card, but I don't know about yours. Please send the dmesg output in your next post. You probably know, but it helps me to remember by typing it out again: dmesg|grep dc0 HTH Mark > I had a functional FreeBSD 4.4 system running on my prior computer > (K6/II 300Mz), but now I've switched to a new computer (P3/800Mz) and I > can't get it to work. > > I tried 4.4 (even built my own kernel) and now 4.5 with the same > results. > > I have a multi-boot system. Win98 on Slice 1, FreeBSD on Slice 2, and > several Linux partitions on extend partitions on the disk. I use grub > to boot. > > Eveything about the FreeBSD install works perfectly, except my NIC card. > The card shows up as an ADMtek Commet rev 17. It is on IRQ 11 (shared > with USB). Linux drives the card with the "tulip" module, and it works > perfectly. > > During install I selected the Ne1K, Ne2K,.... driver, but the card was > not seen - I didn't get an ethernet choice for network configuration > (same results with 4.4 and 4.5. After boot of the GENERIC kernel, the > kernel produces messages dc0: couldn't map ports/memory > dc0 attach returned 6 > On 4.4 I tried compiling a kernel with the de driver (which advertises > to be a "tulip" driver, but the card doesn't even appear - no messages > at all. > > When I searched the archives for this message, no one had provided much > in the way of an answer. The only recommendation was to alter the BIOS > to Plug-and-Play NO. Unfortunately, my BIOS does not have such an > option. > > Does anyone have any thoughts about this? Without a working NIC, I > can't get to my LAN and thus to the internet, so I would have to forget > about using FreeBSD. > > Thanks, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 16:28:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe30.pav2.hotmail.com [64.4.36.87]) by hub.freebsd.org (Postfix) with ESMTP id 76A3D37B41A for ; Sat, 23 Mar 2002 16:28:31 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 23 Mar 2002 16:28:31 -0800 X-Originating-IP: [66.32.78.6] From: "Jeff Jeter" To: "FreeBSD Questions" Subject: Can't startx as non-root Date: Sat, 23 Mar 2002 19:29:02 -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.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: X-OriginalArrivalTime: 24 Mar 2002 00:28:31.0411 (UTC) FILETIME=[D3589830:01C1D2CA] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG When i try to startx in an account other than root i get an error saying dcopserver isn't running. how do i fix this. thx. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 17:13:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.theplanet.com (mail1.theplanet.com [216.234.234.32]) by hub.freebsd.org (Postfix) with ESMTP id 4A1BA37B400 for ; Sat, 23 Mar 2002 17:13:05 -0800 (PST) Received: from minion (mcder-233.dfw.tx.bbnow.net [24.219.233.142]) by mail1.theplanet.com (8.9.3/8.9.3) with ESMTP id TAA70297; Sat, 23 Mar 2002 19:12:55 -0600 (CST) Subject: Re: Kernel debugging question From: Justin Heath To: Giorgos Keramidas Cc: freebsd-questions@freebsd.org In-Reply-To: <20020323162130.GA64332@hades.hell.gr> References: <1016899513.1171.46.camel@minion> <20020323162130.GA64332@hades.hell.gr> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 23 Mar 2002 19:08:19 -0600 Message-Id: <1016932101.1171.50.camel@minion> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Great. I would not have thought to look here. I will try this out and let everyone know if there are any problems. Thanks again. Justin Heath On Sat, 2002-03-23 at 10:21, Giorgos Keramidas wrote: > On 2002-03-23 10:05, Justin Heath wrote: > > As far as I understand this will wait 15 seconds after dropping to > > reboot. > > > > Now for my question. Is there a way to configure this 15 second timeout > > value? I would like to configure this for a value of 10 minutes. This > > would give me a chance to hook up a console to an affected server before > > a reboot. Any suggestions or thoughts? Thanks. > > Looking at the source of /sys/kern/kern_shutdown.c here's what I found: > > #ifndef PANIC_REBOOT_WAIT_TIME > #define PANIC_REBOOT_WAIT_TIME 15 /* default to 15 seconds */ > #endif > > So, unless I'm terribly mistaken, you can set PANIC_REBOOT_TIME to the > number of seconds you want the delay to last. > > Giorgos Keramidas FreeBSD Documentation Project > keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 17:15: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id D358D37B417 for ; Sat, 23 Mar 2002 17:14:50 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 5A4F578307; Sun, 24 Mar 2002 11:44:47 +1030 (CST) Date: Sun, 24 Mar 2002 11:44:47 +1030 From: Greg 'groggy' Lehey To: Happy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: What can be done in Command Line Interface? Message-ID: <20020324114447.C45519@wantadilla.lemis.com> References: <000801c1d20d$a8791580$3a837dcb@ajax> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000801c1d20d$a8791580$3a837dcb@ajax> User-Agent: Mutt/1.3.23i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [Format recovered--see http://www.lemis.com/email/email-format.html] One line per paragraph On Saturday, 23 March 2002 at 9:54:24 +0800, Happy wrote: > Hi, > I am a new user of freebsd 4.0. I have installed the OS but can > only use the command line interface because of graphics card > incompatibility. But I decided to learn using the command line > interface anyway. Can the things which can be done in GUI be > done in command line ? There are two distinctions here: 1. Graphics display (X) vs. pure text display. 2. GUI interfaces and command line interfaces. You can have a command line interface with either X or the terminal emulators. You can only have a meaningful GUI interface under X. > e.g, can we email,surf the net,install new software,browse our > hard-disk in command line? Yes. I do it all the time, though I wouldn't call looking at files "browsing the hard disk". You can browse the contents of a small system, but it becomes completely inappropriate on a system with several million files. There are other tools for that. > Also,what are the editors and programming software which we can > open and use in command line interface ? I don't know many real GUI editors. Despite what others say, I would strongly recommend using Emacs. I have done this in the past with visitors with no UNIX experience at all who wanted to access their (remote) mail and send mail messages. None had any trouble, though I did need to show them a couple of things. I can't use pico myself, and it doesn't have a menu interface. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html 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 Sat Mar 23 17:19: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 7002E37B41B for ; Sat, 23 Mar 2002 17:18:55 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 2A65578307; Sun, 24 Mar 2002 11:48:51 +1030 (CST) Date: Sun, 24 Mar 2002 11:48:51 +1030 From: Greg 'groggy' Lehey To: James Starr Cc: freebsd-questions@FreeBSD.ORG Subject: Modem problems (was: Newbie who is fed up with windows!) Message-ID: <20020324114851.D45519@wantadilla.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.23i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [Format recovered--see http://www.lemis.com/email/email-format.html] Overlong lines On Friday, 22 March 2002 at 20:00:56 -0800, James Starr wrote: > Hi, > > I've had about all I can stand of windows. I know very little > about using Unix, but my first attempt to set up FreeBSD seemed > pretty straight forward. Only trouble was the modem. Because I'm > pretty new to this, I get frustrated when I can't make something > work. But I'm not so frustrated that I'll stick with windows. I > scoured The Complete FreeBSD, but everything I tried doesn't seem to > work, and I'm not that much of an idiot. Shouldn't I be able to > install the right modem driver from sysinstall? No. > Anyone's suggestions or help will be much appreciated. Well, since you have The Book, how about saying what you tried, and what happened? You haven't even said what you want to do with the modem. There's quite a bit of information about modems in the book, but there are also a number of things which can go wrong. Installing drivers is not one of them. > Help a Microsoft victim break free! Help us to help you. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html 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 Sat Mar 23 17:26:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 73CB937B41B for ; Sat, 23 Mar 2002 17:26:23 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 0FEB27830D; Sun, 24 Mar 2002 11:56:21 +1030 (CST) Date: Sun, 24 Mar 2002 11:56:21 +1030 From: Greg 'groggy' Lehey To: Jozsef Attila Cc: questions@freebsd.org Subject: Re: UFS limit? Message-ID: <20020324115621.A37185@wantadilla.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.23i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Saturday, 23 March 2002 at 5:54:42 +0100, Jozsef Attila wrote: > I have a question about UFS... i'm using FreeBSD and i > wonder if UFS has a filesystem size limit or something? > becouse i have a vinum dev which is bigger then 1T and when > i want to make a filesystem on it (newfs - > v /dev/vinum/...). it crashes on the beginning, with an > error which seems to be a stack overflow... > i'm looking for solutions so please write me some (what > should i do now?) UFS is limited to 1 TB file systems. If you have more Vinum space, you'll have to make volumes of not more than 1 TB. Work is currently under way on UFS 2, which will have 64 bit pointers instead of the current 32 bits. Expect to see previews later this year. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html 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 Sat Mar 23 17:46:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 28CBA37B41A; Sat, 23 Mar 2002 17:46:27 -0800 (PST) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id RAA26730; Sat, 23 Mar 2002 17:44:24 -0800 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda26728; Sat Mar 23 17:44:11 2002 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.11.6/8.9.1) id g2O1i6T27842; Sat, 23 Mar 2002 17:44:06 -0800 (PST) Received: from UNKNOWN(10.1.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpdA27837; Sat Mar 23 17:43:17 2002 Received: (from uucp@localhost) by cwsys.cwsent.com (8.11.6/8.9.1) id g2O1hC117643; Sat, 23 Mar 2002 17:43:12 -0800 (PST) Message-Id: <200203240143.g2O1hC117643@cwsys.cwsent.com> Received: from localhost.cwsent.com(127.0.0.1), claiming to be "cwsys" via SMTP by localhost.cwsent.com, id smtpdn17634; Sat Mar 23 17:43:10 2002 X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Reply-To: Cy Schubert - CITS Open Systems Group From: Cy Schubert - CITS Open Systems Group X-Sender: schubert To: fcash@lug.kamloops.net Cc: freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: Submitting new ports In-Reply-To: Message from fcash@lug.kamloops.net of "Sat, 23 Mar 2002 13:02:57 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 23 Mar 2002 17:43:10 -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message , fcash@lug.kamloops.net writes: > Greetings group, > > After searching through the FreeBSD website and scanning through > various mailing list archives, I've hit a bit of a brick wall. > > Who do I talk to, where do I look, what do I do, etc to get a port > submission looked at, checked, committed, etc?? I've submitted two > PR's and a follow-up with a new port framework and it's been sitting in > the open PR queue for nearing a month now. I'm wondering if there's > anything I can do to speed things up or if there's something I did that > makes the ports unsubmittable, or if it's just a matter of nobody having > any spare time to look through the new ports submissions. The PR's in > question are: pr/34840 (the original one that can be > removed/closed/ignored) and pr/25382 (which includes a follow-up with the > latest port framework). I will work with you on 35382 and close 34840 for you. Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca Open Systems Group, CITS Ministry of Management Services Province of BC FreeBSD UNIX: cy@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 18:26:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id 38BF137B419 for ; Sat, 23 Mar 2002 18:26:08 -0800 (PST) Received: by peitho.fxp.org (Postfix, from userid 1206) id DBA8513667; Sat, 23 Mar 2002 21:26:06 -0500 (EST) Date: Sat, 23 Mar 2002 21:26:06 -0500 From: Bob Bomar To: Jeff Jeter Cc: questions@freebsd.org Subject: Re: Can't startx as non-root Message-ID: <20020324022606.GA57296@peitho.fxp.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pWyiEgJYm5f9v55/" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.24i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 23, 2002 at 07:29:02PM -0500, Jeff Jeter wrote: > When i try to startx in an account other than root i get an error saying > dcopserver isn't running. how do i fix this. thx. >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Run xinit as that user. --=20 |------------------------------------| | Bob Bomar | | bulldog@fxp.org | | http://fly.homeunix.org/~bob | |=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D| | FreeBSD: The Power to Serve | | http://www.FreeBSD.org | |------------------------------------| --pWyiEgJYm5f9v55/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8nTk99Jm/aTrtdKoRAo4xAKCdURQ9Lr2G65ScxY/Kr6qxQgmjjgCfedla 7iCcKCduVyt0kOksJjx2Kvc= =79hn -----END PGP SIGNATURE----- --pWyiEgJYm5f9v55/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 19: 1: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.kconline.com (mail.kconline.com [216.241.132.11]) by hub.freebsd.org (Postfix) with ESMTP id B660637B404 for ; Sat, 23 Mar 2002 19:00:54 -0800 (PST) Received: from ashleigh (ashleigh.wilsonscorner.org [216.241.156.52]) by mail.kconline.com (8.12.2/8.12.2) with SMTP id g2O30pbY016007 for ; Sat, 23 Mar 2002 22:00:52 -0500 (EST) (envelope-from clint@kconline.com) Message-ID: <001d01c1d2df$e2c9cae0$349cf1d8@wilsonscorner.org> From: "Clint Wilson" To: Subject: Wavelan Ethernet Converter Help Date: Sat, 23 Mar 2002 21:59:14 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001A_01C1D2B5.F8D66C00" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_001A_01C1D2B5.F8D66C00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Greetings, I am trying to set up a peer to peer wireless network for my laptop. = Considering I have no spare pci or isa slots I had to resort to a = wavelan Ethernet Converter. I have it plugged in to my second nic card. = The nic card is setup as far as I can tell correctly with the correct ip = and subnet mask; however it says Status: No Carrier. My laptop is able = to communicate to the ec with no problem. I just can not get the data to = travel into the nic card. Any help, or suggestions appreciated. I do not = know what other information to include. If you need any other = information let me know and I will do my best to get it to you. Best regards, Clint ------=_NextPart_000_001A_01C1D2B5.F8D66C00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Greetings,
   I am trying to set up a = peer to peer=20 wireless network for my laptop. Considering I have no spare pci or isa = slots I=20 had to resort to a wavelan Ethernet Converter. I have it plugged in to = my second=20 nic card. The nic card is setup as far as I can tell correctly with the = correct=20 ip and subnet mask; however it says Status: No Carrier. My laptop is = able to=20 communicate to the ec with no problem. I just can not get the data to = travel=20 into the nic card. Any help, or suggestions appreciated. I do not know = what=20 other information to include. If you need any other information let me = know and=20 I will do my best to get it to you.
 
Best regards,
Clint
------=_NextPart_000_001A_01C1D2B5.F8D66C00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 19:14:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mts-138.wallnet.com (mts-138.wallnet.com [208.225.162.70]) by hub.freebsd.org (Postfix) with ESMTP id 60A3A37B41A for ; Sat, 23 Mar 2002 19:14:08 -0800 (PST) Received: by mts-138.wallnet.com (8.11.6/8.11.6) id g2O3DmR80667; Sat, 23 Mar 2002 22:13:48 -0500 (EST) (envelope-from timothyk) Message-Id: <200203240313.g2O3DmR80667@mts-138.wallnet.com> Content-Type: text/plain; charset="iso-8859-1" From: Tim Kellers To: "Clint Wilson" , Subject: Re: Wavelan Ethernet Converter Help Date: Sat, 23 Mar 2002 22:13:45 -0500 X-Mailer: KMail [version 1.3.2] References: <001d01c1d2df$e2c9cae0$349cf1d8@wilsonscorner.org> In-Reply-To: <001d01c1d2df$e2c9cae0$349cf1d8@wilsonscorner.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG While there may be a host of things that might be wrong, the first thing that pops into my head when I see a "Status: No Carrier" is that the network name (ssid) of the wireless network isn't properly set. The syntax is: ifconfig (interface name) ssid (network id) Or, in real-world terms... (from my network) ifconfig wi0 ssid 0adf66 Then the status should say "associated" (minus the quotation marks, of course) If you need to discover the name of your network (it's printed on the Orinoco/WaveLan Residential Gateway Units), WaveLan provides a handy --but Windows only, curse them-- tool called network discovery (or somesuch). It's part of the Client Manager Tools from their Winter 2001, release. The older software releases don't include this functionality AFAIK. If this doesn't even approach to address the wuestions you have, please ask again and provide some more details. Tim Kellers CPE/NJIT On Saturday 23 March 2002 09:59 pm, Clint Wilson wrote: > Greetings, > I am trying to set up a peer to peer wireless network for my laptop. > Considering I have no spare pci or isa slots I had to resort to a wavelan > Ethernet Converter. I have it plugged in to my second nic card. The nic > card is setup as far as I can tell correctly with the correct ip and subnet > mask; however it says Status: No Carrier. My laptop is able to communicate > to the ec with no problem. I just can not get the data to travel into the > nic card. Any help, or suggestions appreciated. I do not know what other > information to include. If you need any other information let me know and I > will do my best to get it to you. > > Best regards, > Clint To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 19:26:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f22.law7.hotmail.com [216.33.237.22]) by hub.freebsd.org (Postfix) with ESMTP id 96E8D37B41B for ; Sat, 23 Mar 2002 19:25:56 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 23 Mar 2002 19:25:56 -0800 Received: from 63.170.174.190 by lw7fd.law7.hotmail.msn.com with HTTP; Sun, 24 Mar 2002 03:25:55 GMT X-Originating-IP: [63.170.174.190] From: "Jon Larssen" To: freebsd-questions@freebsd.org Subject: More fonts for syscons; where? Date: Sat, 23 Mar 2002 22:25:55 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 24 Mar 2002 03:25:56.0487 (UTC) FILETIME=[9C4E4970:01C1D2E3] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, where can I find more fonts for the console? (NOT talking about X) (I used to have a bit more in Slackware :^) Best regards, Jon. _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 19:32:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bast.unixathome.org (bast.unixathome.org [216.187.105.150]) by hub.freebsd.org (Postfix) with ESMTP id C919937B417 for ; Sat, 23 Mar 2002 19:32:53 -0800 (PST) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 05B873F28 for ; Sat, 23 Mar 2002 22:32:53 -0500 (EST) From: "Dan Langille" Organization: DVL Software Limited To: freebsd-questions@freebsd.org Date: Sat, 23 Mar 2002 22:33:57 -0500 MIME-Version: 1.0 Subject: cannot get collection via cvsup Reply-To: dan@langille.org X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Message-Id: <20020324033253.05B873F28@bast.unixathome.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to use cvsup to publish a website. The cvs server (xeon) is set up to handle incoming requests and is working for other collections. One collection/website is causing grief (langille.org). I can check things out via cvs when I am on the cvs server: [dan@xeon:~/tmp] $ echo $CVSROOT /home/repositories/websites [dan@xeon:~/tmp] $ cvs co langille.org cvs checkout: Updating langille.org U langille.org/favicon.ico U langille.org/index.php U langille.org/robots.txt [dan@xeon:~/tmp] $ On my webserver (m20), I am using this supfile: *default host=localhost *default base=/usr/local/etc/www/langille.org *default release=cvs tag=. *default delete use-rel-suffix *default umask=007 *default preserve langille-www NOTE: there is an SSL tunnel running from m20 to xeon, hence the use of localhost. When I cvsup, I get this: [dan@m20:/usr/local/etc/www/langille.org] $ cvsup ~/langille.org-supfile Connected to localhost Updating collection langille-www/cvs Finished successfully [dan@m20:/usr/local/etc/www/langille.org] $ ls sup [dan@m20:/usr/local/etc/www/langille.org] $ As you can see, I don't get the expected files, and I can't figure out why not. The files are definitely there: [dan@xeon:/home/repositories/websites/langille.org] $ ls -l total 6 -r--r--r-- 1 dan dan 2908 Mar 23 22:22 favicon.ico,v -r--r--r-- 1 dan dan 1236 Mar 23 22:21 index.php,v -r--r--r-- 1 dan dan 497 Mar 23 22:21 robots.txt,v [dan@xeon:/home/repositories/websites/langille.org] $ On the cvs server, I have the collection set up like this: [dan@xeon:/home/repositories/sup/langille-www] $ ls -l total 2 -rw-r--r-- 1 dan dan 20 Mar 23 22:23 list.cvs -rw-r--r-- 1 dan dan 53 Mar 23 22:23 releases [dan@xeon:/home/repositories/sup/langille-www] $ cat list.cvs update langille.org [dan@xeon:/home/repositories/sup/langille-www] $ cat releases cvs list=list.cvs prefix=/home/repositories/websites [dan@xeon:/home/repositories/sup/langille-www] $ Thanks. This one has me beat. -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 19:34:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe39.pav2.hotmail.com [64.4.36.96]) by hub.freebsd.org (Postfix) with ESMTP id E5A3A37B41C for ; Sat, 23 Mar 2002 19:34:09 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 23 Mar 2002 19:34:09 -0800 X-Originating-IP: [66.32.78.6] From: "Jeff Jeter" To: "FreeBSD Questions" Subject: Webserver Date: Sat, 23 Mar 2002 22:34:37 -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.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: X-OriginalArrivalTime: 24 Mar 2002 03:34:09.0958 (UTC) FILETIME=[C26FFC60:01C1D2E4] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am building an http server. I am planning to run FreeBSD w/ apache-STABLE w/ mod_php and MySQL-Stable. Are these good chioces. What do i need to secure the systems. I have no experience along these lines. Links welcome. Thanks in advance, Jeff Jeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 19:34:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe38.pav2.hotmail.com [64.4.36.95]) by hub.freebsd.org (Postfix) with ESMTP id D6F0F37B400 for ; Sat, 23 Mar 2002 19:34:38 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 23 Mar 2002 19:34:38 -0800 X-Originating-IP: [66.32.78.6] From: "Jeff Jeter" To: "FreeBSD Questions" Subject: Re: Can't startx as non-root Date: Sat, 23 Mar 2002 22:35:05 -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.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: X-OriginalArrivalTime: 24 Mar 2002 03:34:38.0780 (UTC) FILETIME=[D39DDFC0:01C1D2E4] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i ran xinit and x started, but when i ran startx it gave me the same error ----- Original Message ----- From: "Bob Bomar" To: "Jeff Jeter" Cc: Sent: Saturday, March 23, 2002 9:26 PM Subject: Re: Can't startx as non-root To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 19:43:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from subdimension.com (subdimension.com [209.150.29.129]) by hub.freebsd.org (Postfix) with SMTP id 996F337B404 for ; Sat, 23 Mar 2002 19:43:05 -0800 (PST) Received: from subdimension.com ([192.168.0.2]) by subdimension.com ; Sat, 23 Mar 2002 22:46:46 -0500 From: "irado" Reply-To: irado@subdimension.com To: freebsd-questions@FreeBSD.ORG Subject: Re: cannot login (continue) X-Mailer: WebMAIL to Mail Gateway v3.0h Date: Sun, 24 Mar 2002 04:43:51 GMT Message-id: <3c9d5987.3d77.1804289383@subdimension.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mpd wrote: > Why would one use PicoBSD to fix an installation of > FreeBSD? PicoBSD is a separate (but kind of related) > project for embedded systems. > > I suppose it could be done, but I don't see the logic > in telling these kind of things to a newbie. > > well, just I think that it is the better way to do some things: He can boot from the PicoBSD, mount the mal-functioning FreeBSD and edit the previously modified files. Just it. What any other easyer way to do this rescue?? And note: I am a newbie myself. . . _____________________________________________________________________ // free anonymous email || forums \\ subZINE || anonymous browsing subDIMENSION -- http://www.subdimension.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 19:44: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mts-138.wallnet.com (mts-138.wallnet.com [208.225.162.70]) by hub.freebsd.org (Postfix) with ESMTP id B341E37B419 for ; Sat, 23 Mar 2002 19:44:02 -0800 (PST) Received: by mts-138.wallnet.com (8.11.6/8.11.6) id g2O3hOQ91501; Sat, 23 Mar 2002 22:43:24 -0500 (EST) (envelope-from timothyk) Message-Id: <200203240343.g2O3hOQ91501@mts-138.wallnet.com> Content-Type: text/plain; charset="iso-8859-1" From: Tim Kellers To: "Jeff Jeter" , "FreeBSD Questions" Subject: Re: Webserver Date: Sat, 23 Mar 2002 22:43:23 -0500 X-Mailer: KMail [version 1.3.2] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Build (from ports) apache13- modssl, then build mod_php4, and accept the default config screen (it automatically selects mysql) or !carefully! make addirions (like postgresql, if you are interested) or just accept the default, it includes mysql. The port will both build and install the mysql server and client along with apache (and give you a few hints on how to make php(4) to work). I used this approach to build both apache and MySQL on the production servers at work, and it works like a dream --unless you get a bit greedy and select too many options from the php4 config screen: and if you do, just try again, the working combination is a beauty to behold. Tim Kellers CPE/NJIT On Saturday 23 March 2002 10:34 pm, Jeff Jeter wrote: > I am building an http server. I am planning to run FreeBSD w/ > apache-STABLE w/ mod_php and MySQL-Stable. Are these good chioces. > > What do i need to secure the systems. I have no experience along these > lines. Links welcome. > > Thanks in advance, > Jeff Jeter > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 23 19:46: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mts-138.wallnet.com (mts-138.wallnet.com [208.225.162.70]) by hub.freebsd.org (Postfix) with ESMTP id 5D73637B404 for ; Sat, 23 Mar 2002 19:46:02 -0800 (PST) Received: by mts-138.wallnet.com (8.11.6/8.11.6) id g2O3jkn96097; Sat, 23 Mar 2002 22:45:46 -0500 (EST) (envelope-from timothyk) Message-Id: <200203240345.g2O3jkn96097@mts-138.wallnet.com> Content-Type: text/plain; charset="iso-8859-1" From: Tim Kellers To: irado@subdimension.com, freebsd-questions@FreeBSD.ORG Subject: Re: cannot login (continue) Date: Sat, 23 Mar 2002 22:45:45 -0500 X-Mailer: KMail [version 1.3.2] References: <3c9d5987.3d77.1804289383@subdimension.com> In-Reply-To: <3c9d5987.3d77.1804289383@subdimension.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Get (and boot) the 2nd CD from the 4.5 distribution (assuming you are using 4.5). It's a fully functioning Unix OS and has a lot more horsepower than PicoBSD. Tim Kellers CPE/NJIT On Saturday 23 March 2002 11:43 pm, irado wrote: > mpd wrote: > > Why would one use PicoBSD to fix an installation of > > FreeBSD? PicoBSD is a separate (but kind of related) > > project for embedded systems. > > > > I suppose it could be done, but I don't see the logic > > in telling these kind of things to a newbie. > > well, just I think that it is the better way to do some > things: He can boot from the PicoBSD, mount the > mal-functioning FreeBSD and edit the previously modified > files. Just it. What any other easyer way to do this > rescue?? > > And note: I am a newbie myself. > > . > . > _____________________________________________________________________ > // free anonymous email || forums \\ subZINE || anonymous browsing > subDIMENSION -- http://www.subdimension.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 20:37:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from kitkat.hotpop.com (kitkat.hotpop.com [204.57.55.30]) by hub.freebsd.org (Postfix) with ESMTP id 4B6F737B404 for ; Sat, 23 Mar 2002 20:37:44 -0800 (PST) Received: from hotpop.com (unknown [204.57.55.31]) by kitkat.hotpop.com (Postfix) with SMTP id 99AE731E5D for ; Sun, 24 Mar 2002 04:37:20 +0000 (UTC) Received: from afi (54.eagle.speede.com [64.39.177.54]) by zagnut.hotpop.com (Postfix) with SMTP id 8AA1850035 for ; Sun, 24 Mar 2002 03:49:12 +0000 (UTC) From: "Dillion Klein" To: Subject: NTFS w/ FreeBSD dual boot Date: Sat, 23 Mar 2002 22:48:56 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all, I am wondering what the best procedure is to dual boot FreeBSD 4.4R and Windows 2000. If I were to do the following: -Starting with an empty 40GB drive, install Win2K first (must be NTFS) on a primary partition (4GB C:). -Create an extended partition of 5GB for my NTFS data, which would have one logical drive D: of the 5GB's -Install FreeBSD and setup 6GB's for it. How can I be sure that I do not overwrite any data on the NTFS partitions? Any other tips? Thanks for the help! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 20:41:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out4.mx.nwbl.wi.voyager.net (out4.mx.nwbl.wi.voyager.net [169.207.1.77]) by hub.freebsd.org (Postfix) with ESMTP id C901F37B419 for ; Sat, 23 Mar 2002 20:41:36 -0800 (PST) Received: from shell.core.com (shell.core.com [169.207.1.89]) by out4.mx.nwbl.wi.voyager.net (8.11.1/8.11.4/1.7) with ESMTP id g2O4fX584248 for ; Sat, 23 Mar 2002 22:41:33 -0600 (CST) Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g2O4fXG14699 for ; Sat, 23 Mar 2002 22:41:33 -0600 (CST) Date: Sat, 23 Mar 2002 22:41:33 -0600 (CST) From: Steven Lake X-X-Sender: raiden@shell.core.com To: freebsd-questions@FreeBSD.ORG Subject: Showing Uptime Via webpage Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all. Just a curiousity question. If I wanted to have a special hidden page which showed me all of the current processes, total uptime, list of last logins, or other things like that which automatically refreshed each time I reloaded the page, how would I do that? Do I make a perl script for that, or can I do it directly through Apache? Kinda curious about this cause it would be nice if I could do that. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 20:57:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id 818CE37B404 for ; Sat, 23 Mar 2002 20:57:08 -0800 (PST) Received: from myrealbox.com tdrake@smtp-send.myrealbox.com [65.29.242.182] by smtp-send.myrealbox.com with Novell NIMS $Revision: 2.88 $ on Novell NetWare; Sat, 23 Mar 2002 21:57:07 -0700 Message-ID: <3C9D5C5B.FF48A821@myrealbox.com> Date: Sat, 23 Mar 2002 22:55:55 -0600 From: Troy X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Kernel issues Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I recently added another FreeBSD box to my network and I noticed I'm still getting some devices that aren't included in my kernel config that get built in anyway. This isnt the first time a machine has done this, but I cant figure out why. dmesg shows: config> di pcic0 No such device: pcic0 Invalid command or syntax. Type `?' for help. config> di sn0 No such device: sn0 Invalid command or syntax. Type `?' for help. config> di lnc0 No such device: lnc0 Invalid command or syntax. Type `?' for help. config> di ie0 No such device: ie0 Invalid command or syntax. Type `?' for help. config> di fe0 No such device: fe0 Invalid command or syntax. Type `?' for help. config> di ed0 No such device: ed0 Invalid command or syntax. Type `?' for help. config> di cs0 No such device: cs0 Invalid command or syntax. Type `?' for help. config> di bt0 No such device: bt0 Invalid command or syntax. Type `?' for help. config> di aic0 No such device: aic0 Invalid command or syntax. Type `?' for help. config> di aha0 No such device: aha0 Invalid command or syntax. Type `?' for help. config> di adv0 No such device: adv0 Invalid command or syntax. Type `?' for help. config> q I checked the config and saw some are pcmcia, scsi, ethernet adapters, etc, but all are commented out, and arent enabled anywhere else that I can see. Any help appreciated, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 21: 0:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.prod.itd.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id 2BABD37B419 for ; Sat, 23 Mar 2002 21:00:22 -0800 (PST) Received: from sdn-ar-008dcwashp048.dialsprint.net ([63.178.91.160] helo=moo.holy.cow) by falcon.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16p072-0003wx-00; Sat, 23 Mar 2002 21:00:12 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id 7857E50B98; Sun, 24 Mar 2002 00:02:22 -0500 (EST) Date: Sun, 24 Mar 2002 00:02:22 -0500 From: parv To: Dan Langille Cc: freebsd-questions@freebsd.org Subject: Re: cannot get collection via cvsup Message-ID: <20020324050222.GA7199@moo.holy.cow> Mail-Followup-To: Dan Langille , freebsd-questions@freebsd.org References: <20020324033253.05B873F28@bast.unixathome.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020324033253.05B873F28@bast.unixathome.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message <20020324033253.05B873F28@bast.unixathome.org>, wrote Dan Langille thusly... > ... > On my webserver (m20), I am using this supfile: > > *default host=localhost *default > base=/usr/local/etc/www/langille.org ... > langille-www > > NOTE: there is an SSL tunnel running from m20 to xeon, hence the > use of localhost. > > When I cvsup, I get this: > > [dan@m20:/usr/local/etc/www/langille.org] $ cvsup > ~/langille.org-supfile Connected to localhost Updating collection > langille-www/cvs Finished successfully > [dan@m20:/usr/local/etc/www/langille.org] $ ls sup ... > As you can see, I don't get the expected files, and I can't figure > out why not. well ... is /usr/local/etc/www/langille.org/sup, on host m20, empty? -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 21: 0:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 8825F37B41A for ; Sat, 23 Mar 2002 21:00:54 -0800 (PST) Received: from barbish ([63.70.155.15]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com for ; Sun, 24 Mar 2002 00:00:52 -0500 From: "Joe & Fhe Barbish" To: "FBSDQ" Subject: command history for user accounts Date: Sun, 24 Mar 2002 00:00:51 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG My regular users created with adduser do not have any command history like my root has. I am using the default sh shell. I have command on the root account. Is this normal? How do I turn on command history for regular user accounts? Thanks Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 21: 2:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mts-138.wallnet.com (mts-138.wallnet.com [208.225.162.70]) by hub.freebsd.org (Postfix) with ESMTP id B30AA37B400 for ; Sat, 23 Mar 2002 21:02:21 -0800 (PST) Received: by mts-138.wallnet.com (8.11.6/8.11.6) id g2O51m101666; Sun, 24 Mar 2002 00:01:48 -0500 (EST) (envelope-from timothyk) Message-Id: <200203240501.g2O51m101666@mts-138.wallnet.com> Content-Type: text/plain; charset="iso-8859-1" From: Tim Kellers To: Steven Lake , freebsd-questions@FreeBSD.ORG Subject: Re: Showing Uptime Via webpage Date: Sat, 23 Mar 2002 23:58:44 -0500 X-Mailer: KMail [version 1.3.2] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Steven, check out webmin in the ports; it's not apache, and it's all perl based, but it does exactly what you want. Tim Kellers CPE/NJIT On Saturday 23 March 2002 11:41 pm, Steven Lake wrote: > Hi all. Just a curiousity question. If I wanted to have a > special hidden page which showed me all of the current processes, total > uptime, list of last logins, or other things like that which automatically > refreshed each time I reloaded the page, how would I do that? Do I make a > perl script for that, or can I do it directly through Apache? Kinda > curious about this cause it would be nice if I could do that. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 23 21: 5: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nycsmtp2out.rdc-nyc.rr.com (nycsmtp2out.rdc-nyc.rr.com [24.29.99.227]) by hub.freebsd.org (Postfix) with ESMTP id 4CE4237B419 for ; Sat, 23 Mar 2002 21:05:00 -0800 (PST) Received: from scott1.nyc.rr.com (24-168-24-239.nyc.rr.com [24.168.24.239]) by nycsmtp2out.rdc-nyc.rr.com (8.12.1/Road Runner SMTP Server 1.0) with ESMTP id g2O52ulu017977; Sun, 24 Mar 2002 00:02:57 -0500 (EST) Message-Id: <5.1.0.14.0.20020324000324.00bb45d8@pop-server.nyc.rr.com> X-Sender: scottro@pop-server.nyc.rr.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 24 Mar 2002 00:04:59 -0500 To: Troy , freebsd-questions@FreeBSD.ORG From: Scott Subject: Re: Kernel issues In-Reply-To: <3C9D5C5B.FF48A821@myrealbox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 22:55 2002/03/23 -0600, Troy wrote: >I recently added another FreeBSD box to my network and I noticed I'm >still getting some devices that aren't included in my kernel config that >get built in anyway. This isnt the first time a machine has done this, >but I cant figure out why. dmesg shows: > >config> di pcic0 >No such device: pcic0 >Invalid command or syntax. Type `?' for help. >config> di sn0 >No such device: sn0 >Invalid command or syntax. Type `?' for help. >config> di lnc0 >No such device: lnc0 >Invalid command or syntax. Type `?' for help. >config> di ie0 >No such device: ie0 >Invalid command or syntax. Type `?' for help. >config> di fe0 >No such device: fe0 >Invalid command or syntax. Type `?' for help. >config> di ed0 >No such device: ed0 >Invalid command or syntax. Type `?' for help. >config> di cs0 >No such device: cs0 >Invalid command or syntax. Type `?' for help. >config> di bt0 >No such device: bt0 >Invalid command or syntax. Type `?' for help. >config> di aic0 >No such device: aic0 >Invalid command or syntax. Type `?' for help. >config> di aha0 >No such device: aha0 >Invalid command or syntax. Type `?' for help. >config> di adv0 >No such device: adv0 >Invalid command or syntax. Type `?' for help. >config> q Frequently, this is stuff that is in /boot/kernel.conf I save it (not sure if I have to) for building a generic kernel after doing make world--to avoid error messages at other times I just do mv /boot/kernel.conf /boot/kernel.conf.GENERIC HTH Scott Robbins >I checked the config and saw some are pcmcia, scsi, ethernet adapters, >etc, but all are commented out, and arent enabled anywhere else that I >can see. Any help appreciated, thanks. > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 21: 9:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mts-138.wallnet.com (mts-138.wallnet.com [208.225.162.70]) by hub.freebsd.org (Postfix) with ESMTP id 29ECB37B420 for ; Sat, 23 Mar 2002 21:09:27 -0800 (PST) Received: by mts-138.wallnet.com (8.11.6/8.11.6) id g2O58hI01955; Sun, 24 Mar 2002 00:08:43 -0500 (EST) (envelope-from timothyk) Message-Id: <200203240508.g2O58hI01955@mts-138.wallnet.com> Content-Type: text/plain; charset="iso-8859-1" From: Tim Kellers To: "Joe & Fhe Barbish" , "FBSDQ" Subject: Re: command history for user accounts Date: Sun, 24 Mar 2002 00:08:39 -0500 X-Mailer: KMail [version 1.3.2] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG One way to do that is to install bash and default adduser to using bash .bashrc (created in the UserDir's) is a complete shell history. There may be other ways (I'm sure there are, but it's what I do in my production servers) Tim Kellers CPE/NJIT On Sunday 24 March 2002 12:00 am, Joe & Fhe Barbish wrote: > My regular users created with adduser do not have any > command history like my root has. I am using the default sh shell. > I have command on the root account. > > Is this normal? > > How do I turn on command history for regular user accounts? > > > Thanks > Joe > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Mar 23 21:10:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from m20.unixathome.org (m20.unixathome.org [216.187.106.227]) by hub.freebsd.org (Postfix) with ESMTP id 6C95737B41A; Sat, 23 Mar 2002 21:10:27 -0800 (PST) Received: (from dan@localhost) by m20.unixathome.org (8.11.6/8.11.6) id g2O5AGG42928; Sun, 24 Mar 2002 00:10:16 -0500 (EST) (envelope-from dan) Date: Sun, 24 Mar 2002 00:10:16 -0500 (EST) Message-Id: <200203240510.g2O5AGG42928@m20.unixathome.org> From: Dan Langille To: freebsd-newbies@freebsd.org, freebsd-questions@freebsd.org Subject: The FreeBSD Diary: 2002-03-03 - 2002-03-23 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the mailing list archives and/or The FreeBSD Diary . These are the articles posted during this period: 10-Mar : stunnel - encryption and security Keeping things hidden is easy with stunnel http://freebsddiary.org/stunnel2.php?2 -- Dan Langille - DVL Software Limited The FreeBSD Diary - http://freebsddiary.org/ - practical examples FreshPorts - http://freshports.org/ - the place for ports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 21:17: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id DB21537B417 for ; Sat, 23 Mar 2002 21:17:01 -0800 (PST) Received: from hades.hell.gr (patr530-a060.otenet.gr [212.205.215.60]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2O5GrIg020279; Sun, 24 Mar 2002 07:16:54 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2O5Gqjv002674; Sun, 24 Mar 2002 07:16:52 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2O5GoPs002673; Sun, 24 Mar 2002 07:16:50 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Sun, 24 Mar 2002 07:16:49 +0200 From: Giorgos Keramidas To: Jon Larssen Cc: freebsd-questions@freebsd.org Subject: Re: More fonts for syscons; where? Message-ID: <20020324051649.GA2633@hades.hell.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-03-23 22:25, Jon Larssen wrote: > > where can I find more fonts for the console? (NOT talking about X) (I used > to have a bit more in Slackware :^) Most of the console fonts of Linux distributions will work with syscons too. In fact, as I'm writing this, I've loaded the 'grfixed' font that I had made part of the greek-console package for Linux back in 1997. The font used to work with Linux's setfont command, and now I use it with vidcontrol -f 8x16 on the FreeBSD console :) Try some of the Linux fonts too. You'll be pleasantly surprised... Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 21:19:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.nc.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id EB4E637B404 for ; Sat, 23 Mar 2002 21:19:11 -0800 (PST) Received: from i8k.babbleon.org ([66.57.85.154]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Sun, 24 Mar 2002 00:19:05 -0500 Received: by i8k.babbleon.org (Postfix, from userid 111) id A9BEFBA05; Sun, 24 Mar 2002 00:18:49 -0500 (EST) Content-Type: text/plain; charset="iso-8859-1" From: Brian T.Schellenberger To: Lorin Lund , FreeBSD Questions , Cliff Sarginson Subject: Re: So long and thanks for all the fish Date: Sun, 24 Mar 2002 00:18:49 -0500 X-Mailer: KMail [version 1.3] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020324051849.A9BEFBA05@i8k.babbleon.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Saturday 23 March 2002 02:50 pm, Lorin Lund wrote: | >Well since I just unsubscribed from all the lists, I dont officially | >exist anymore. So your question just came through on the ether ... | | I recently unsubscribed as part of an e-mail address change. It seemed | to take days for the unsubscribe to take effect. But the reason that cliff got that message (and will get this one) is that, following the usual protocol for this list, people are leaving his e-mail address in the message since it's a reply to him. This is the usual convention on this list for the very rason that many people who send questions to this list are not, in fact, subscribed--it's listed as a "tech support" sort of address in the FreeBSD install info. | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-questions" in the body of the message -- Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) Brian, the man from Babble-On . . . . bts@babbleon.org (personal) ME --> http://www.babbleon.org http://www.eff.org <-- GOOD GUYS --> http://www.programming-freedom.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 21:24:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20208.mail.yahoo.com (web20208.mail.yahoo.com [216.136.226.63]) by hub.freebsd.org (Postfix) with SMTP id 35E0A37B400 for ; Sat, 23 Mar 2002 21:24:19 -0800 (PST) Message-ID: <20020324052418.19842.qmail@web20208.mail.yahoo.com> Received: from [209.249.182.113] by web20208.mail.yahoo.com via HTTP; Sat, 23 Mar 2002 21:24:18 PST Date: Sat, 23 Mar 2002 21:24:18 -0800 (PST) From: A Ling Subject: Experience with Linksys WMP-11 or D-link DWL-520 (PCI 802.11b)? To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'd like to hear from anyone who has either of these cards working, or any other inexpensive PCI card with a detachable antenna, for that matter. I see text in /usr/src/sys/i386/isa/if_wi.c regarding the WMP-11, but don't know if this means it works. Do you have to run CURRENT, or is STABLE enough? Thanks. Alex __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.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 Mar 23 21:26:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blueyonder.co.uk (pcow034o.blueyonder.co.uk [195.188.53.122]) by hub.freebsd.org (Postfix) with ESMTP id D528737B404 for ; Sat, 23 Mar 2002 21:26:11 -0800 (PST) Received: from pcow034o.blueyonder.co.uk ([127.0.0.1]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Sun, 24 Mar 2002 05:26:10 +0000 Received: from cream.org (unverified [62.31.80.192]) by pcow034o.blueyonder.co.uk (Content Technologies SMTPRS 4.2.9) with ESMTP id ; Sun, 24 Mar 2002 05:26:09 +0000 Message-ID: <3C9D63B1.1010309@cream.org> Date: Sun, 24 Mar 2002 05:27:13 +0000 From: Andrew Boothman User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.9) Gecko/20020311 X-Accept-Language: en-gb, en-us MIME-Version: 1.0 To: Dillion Klein Cc: freebsd-questions@freebsd.org Subject: Re: NTFS w/ FreeBSD dual boot References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dillion Klein wrote: >Hello all, > > >I am wondering what the best procedure is to dual boot FreeBSD 4.4R >and Windows 2000. > I'm happily triple booting FreeBSD-STABLE, Win2K and Red Hat 7.2 right now, so we should be able to get you up and running with this! :-) > >If I were to do the following: > >-Starting with an empty 40GB drive, install Win2K first (must be NTFS) >on a primary partition (4GB C:). > Good start - Install Win2k first as it will install its own loader. > >-Create an extended partition of 5GB for my NTFS data, which would >have one logical drive D: of the 5GB's > > >-Install FreeBSD and setup 6GB's for it. How can I be sure that I >do not overwrite any data on the NTFS partitions? > When you come to install FreeBSD (see http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html) you will be asked to create a FreeBSD partition (or slice as we prefer to call it). You will simply be able to tell FreeBSD to use the remaining space on the drive for its slice. Also during installation, you can opt for the installation of a boot manager. This will enable you to choose which OS is booted every time the system is started. I hope that should be enough to get you on your way. Good Luck! Andrew. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 21:34:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from invert.com (invert.com [209.164.21.15]) by hub.freebsd.org (Postfix) with ESMTP id D77FD37B404 for ; Sat, 23 Mar 2002 21:34:19 -0800 (PST) Received: (from mee@localhost) by invert.com (8.11.3/8.11.3) id g2O5U7q56501 for freebsd-questions@FreeBSD.ORG; Sat, 23 Mar 2002 21:30:07 -0800 (PST) (envelope-from mee) Date: Sat, 23 Mar 2002 21:30:07 -0800 From: Mike Erickson To: FreeBSD Questions Subject: Apache Port Customization Message-ID: <20020324053007.GP38571@quidquam.com> Mail-Followup-To: FreeBSD Questions References: <200203240343.g2O3hOQ91501@mts-138.wallnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200203240343.g2O3hOQ91501@mts-138.wallnet.com> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I would like to start using ports to further automate server setup by using the apache13 port rather than installing from source. However, I need to retain the default apache src layout. I've tried a few things along the lines of what's below but with no luck. Can anyone see what I'm doing wrong? # cd /usr/ports/www/apache13 # make \ CONFIGURE_ARGS+="--with-layout=Apache --prefix=/usr/local/apache" \ CFLAGS="-DHARD_SERVER_LIMIT=4000" \ build The Makefile contains: CONFIGURE_ARGS+= \ --prefix=${PREFIX} \ --server-uid=www \ --server-gid=www \ --with-perl=${PERL} \ --with-layout=FreeBSD \ --suexec-docroot=${PREFIX}/www/data \ --without-confadjust \ --enable-module=most \ --enable-module=auth_db \ --enable-module=mmap_static \ --disable-module=auth_dbm \ --enable-shared=max OPTIM= -DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \ -DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\" I thought that should override the layout and prefix configure args OK, but I get this: Configuring for Apache, Version 1.3.24 + using installation path layout: Apache (config.layout) + using installation path layout: FreeBSD (config.layout) I also don't know how to safely effect the settings in OPTIM. Oh, and I'd like to stay away from any solution that requires editing the Makefiles (which I'm beginning to suspect may not be possible). grasping, mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 21:34:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blueyonder.co.uk (pcow057o.blueyonder.co.uk [195.188.53.94]) by hub.freebsd.org (Postfix) with ESMTP id 8279837B419 for ; Sat, 23 Mar 2002 21:34:45 -0800 (PST) Received: from pcow057o.blueyonder.co.uk ([127.0.0.1]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Sun, 24 Mar 2002 05:34:44 +0000 Received: from cream.org (unverified [62.31.80.192]) by pcow057o.blueyonder.co.uk (Content Technologies SMTPRS 4.2.9) with ESMTP id ; Sun, 24 Mar 2002 05:34:44 +0000 Message-ID: <3C9D65B4.1000602@cream.org> Date: Sun, 24 Mar 2002 05:35:48 +0000 From: Andrew Boothman User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.9) Gecko/20020311 X-Accept-Language: en-gb, en-us MIME-Version: 1.0 To: LEDAMAY speakeasy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PERL References: <00a501c1d2ac$ad0e7be0$3866fed8@Leda500> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG LEDAMAY speakeasy wrote: > Anyone know how I can track down the flood of perl listed below? I > have tried adding ScriptLog /tmp/script.log to the httpd.conf and > restarting but the file is never created... Is that the right syntax? > > It is one of the hosted sites and are to many to try and find it.. > > > > Please lemme know if ya know how... > > Ledam@speakeasy.org > > > > > > PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU > COMMAND > 59722 nobody 60 0 2284K 1664K RUN 0:00 0.44% 0.10% perl > 59727 nobody 60 0 2292K 1676K RUN 0:00 0.54% 0.10% perl > 59753 nobody 58 0 2196K 1580K RUN 0:00 1.03% 0.10% perl > 59717 nobody 60 0 2192K 1576K RUN 0:00 0.44% 0.10% perl > 59759 nobody 58 0 2160K 1536K RUN 0:00 1.03% 0.10% perl > Does 'ps -U nobody' show all of nobody's processes with command lines? Perhaps then you can see what the full command line used to start perl was and hence which file is causing the problem. Andrew. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 21:43:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blueyonder.co.uk (pcow058o.blueyonder.co.uk [195.188.53.98]) by hub.freebsd.org (Postfix) with ESMTP id 925B837B419 for ; Sat, 23 Mar 2002 21:43:43 -0800 (PST) Received: from pcow058m.blueyonder.co.uk ([127.0.0.1]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Sun, 24 Mar 2002 05:43:27 +0000 Received: from cream.org (unverified [62.31.80.192]) by pcow058m.blueyonder.co.uk (Content Technologies SMTPRS 4.2.9) with ESMTP id ; Sun, 24 Mar 2002 05:43:26 +0000 Message-ID: <3C9D67BE.5050502@cream.org> Date: Sun, 24 Mar 2002 05:44:30 +0000 From: Andrew Boothman User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.9) Gecko/20020311 X-Accept-Language: en-gb, en-us MIME-Version: 1.0 To: =?ISO-8859-1?Q?Christian_Fl=FCgel?= Cc: freebsd-questions@freebsd.org Subject: Re: Install FreeBSD via DSL? References: <004501c1d2ae$fb5f16e0$594bfea9@bender> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Christian Flügel wrote: >Hello Folks, > >I want to do an ftp install of freebsd via dsl but couldn't find anything >about it in the Handbook or on the web. > >Has anybody already done this if it is possible? And could this someone >please give me advice? > I think it really depends on how your DSL connection is presented to your machine. If it is as an ethernet port, on the back of a DSL router for example, then you can just add a NIC to your FreeBSD system and tell sysinstall to do an FTP install using the NIC. FreeBSD should be configured with IPs and DNS servers however you normally configure machines to use your DSL connection. If you need PPP over Ethernet, this is do-able using the information on http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pppoe.html - When you install FreeBSD you can just tell sysinstall that you are doing a modem install, and it will then start ppp on a seperate console and leave you to make the connection. Typing in the commands that the above pages tells you to put into the config file should enable you to bring up the PPPoE connection. If you need PPP over ATM, it is considerably more difficult. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pppoa.html explains that the only PPPoA support comes from a net/pppoa port which is not available during installation. Given this, it may be easier to download some ISOs of FreeBSD CDs over your DSL connection and do a local install from CD. > >Install via modem is possible so I assume that the pppd is already on one of >the bootdisks but somehow I do not seem to be able to access a console >during installation and therefore I am not able to configure the ppp so that >it uses the Network adapter. > Actually it is ppp not pppd that is on the bootdisk. When you select a modem install ppp is started for you and you are given the opportunity to set it up however you want. Hope this helps! Andrew. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 21:44:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id 0A17137B41A for ; Sat, 23 Mar 2002 21:44:48 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id 8A5B6901A00; Sun, 24 Mar 2002 00:43:27 -0500 (EST) Date: Sun, 24 Mar 2002 00:43:27 -0500 From: mpd To: Jeff Jeter Cc: FreeBSD Questions Subject: Re: Can't startx as non-root Message-ID: <20020324004327.A77513@rochester.rr.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from gsfgf@hotmail.com on Sat, Mar 23, 2002 at 10:35:05PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Mar 23, 2002 at 10:35:05PM -0500, Jeff Jeter wrote: > i ran xinit and x started, but when i ran startx it gave me the same error Install the wrapper port. mike > ----- Original Message ----- > From: "Bob Bomar" > To: "Jeff Jeter" > Cc: > Sent: Saturday, March 23, 2002 9:26 PM > Subject: Re: Can't startx as non-root > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ___________________________________________________________ "POKEY MAY I BUY A FIVE FOOT TALL CRIME FIGHTING ROBOT???" - Little Girl from "REQUEST DENIED THEN GRANTED" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 22: 4: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.san.rr.com (smtp2.san.rr.com [24.25.195.39]) by hub.freebsd.org (Postfix) with ESMTP id 72B6737B41B for ; Sat, 23 Mar 2002 22:04:06 -0800 (PST) Received: from fmerrow-home.san.rr.com (dt049n3d.san.rr.com [204.210.16.61]) by smtp2.san.rr.com (8.11.4/8.11.4) with ESMTP id g2O645n26715 for ; Sat, 23 Mar 2002 22:04:05 -0800 (PST) Message-Id: <5.1.0.14.0.20020323220317.00a39cb0@pop-server.san.rr.com> X-Sender: fmerrow@pop-server.san.rr.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 23 Mar 2002 22:05:09 -0800 To: freebsd-questions@FreeBSD.ORG From: Frank Merrow Subject: Palm Pilot Development on FreeBSD? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG What is the status of Palm Pilot Development on FreeBSD? (if any) Are there any tools at all? If so, how do they compare in robustness with the Win32 tools? Will the emulators work on any of the Unix Flavors? Frank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 22: 8:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 160AF37B404 for ; Sat, 23 Mar 2002 22:08:37 -0800 (PST) Received: (qmail 40857 invoked by uid 100); 24 Mar 2002 06:08:35 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15517.28002.624318.778769@guru.mired.org> Date: Sun, 24 Mar 2002 00:08:34 -0600 To: gary Cc: freebsd-questions@freebsd.org Subject: Re: USB HP printer In-Reply-To: <20020323091526.O324-100000@gary.wa5qjh.net> References: <20020323091526.O324-100000@gary.wa5qjh.net> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In <20020323091526.O324-100000@gary.wa5qjh.net>, gary typed: > ALL: > I need helpusing a new USB HP656C deskjet. I done my darndest to RTFM but > can't find anything for this particular woe. > I'm running release 4.1 on a Compaq Presario. I have two devices plugged > into the USB, the printer and a USB cuecat. See the attachment USBNotes for > results of dmesg, usbdevs -v, ls -CF /dev/u*. > The problem; I can't find what device to print to such as ls >/dev/ulpt0 > which hangs indefinitly as well as "ls /dev/unlpt0". If I "ls /dev/ulpt1", > it says "device not configured". Without knowing which device to print to i > can't set up spooling etc. It should be listed in the dmesg output. If it doesn't list the device as ulpt0, but lists it as a ugen device, you've got some work ahead of you to make it work. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 22:21:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13105.mail.yahoo.com (web13105.mail.yahoo.com [216.136.174.150]) by hub.freebsd.org (Postfix) with SMTP id 4D45B37B404 for ; Sat, 23 Mar 2002 22:21:21 -0800 (PST) Message-ID: <20020324062121.36771.qmail@web13105.mail.yahoo.com> Received: from [68.39.132.244] by web13105.mail.yahoo.com via HTTP; Sat, 23 Mar 2002 22:21:21 PST Date: Sat, 23 Mar 2002 22:21:21 -0800 (PST) From: Gerard Subject: My mailserver and 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well one of my main reasons for setting up my own mail server was to get back into the 'list' at freebsd.org. Unfortunately, Im unable to post to any of them. I successfully subscribed with my new email address. I came across something from a google search about freebsd.org blocking 'suspect' mailservers due to a misconfiguration or something like that. Is there a page that describes this, so Ill know what needs to be done to overcome my handicap. Thanks all __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.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 Mar 23 22:23:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id C970937B404 for ; Sat, 23 Mar 2002 22:23:46 -0800 (PST) Received: (qmail 41015 invoked by uid 100); 24 Mar 2002 06:23:46 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15517.28913.493320.455658@guru.mired.org> Date: Sun, 24 Mar 2002 00:23:45 -0600 To: fcash@lug.kamloops.net Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Submitting new ports In-Reply-To: References: X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In , fcash@lug.kamloops.net typed: > Who do I talk to, where do I look, what do I do, etc to get a port > submission looked at, checked, committed, etc?? I've submitted two > PR's and a follow-up with a new port framework and it's been sitting in > the open PR queue for nearing a month now. I'm wondering if there's > anything I can do to speed things up or if there's something I did that > makes the ports unsubmittable, or if it's just a matter of nobody having > any spare time to look through the new ports submissions. The PR's in > question are: pr/34840 (the original one that can be > removed/closed/ignored) and pr/25382 (which includes a follow-up with the > latest port framework). As you found out, nudging the lists works. In the future, you can get better response in general by noting that there's a patch included with [PATCH] at the start of the synopsis. Similarly, new ports get quicker treatment if you say New port - ... so that committers know it's a new port just by looking at the synopsis. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 22:25:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id E7A8437B404 for ; Sat, 23 Mar 2002 22:25:46 -0800 (PST) Received: (qmail 41114 invoked by uid 100); 24 Mar 2002 06:25:46 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15517.29033.985792.888217@guru.mired.org> Date: Sun, 24 Mar 2002 00:25:45 -0600 To: Frank Merrow Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Palm Pilot Development on FreeBSD? In-Reply-To: <5.1.0.14.0.20020323220317.00a39cb0@pop-server.san.rr.com> References: <5.1.0.14.0.20020323220317.00a39cb0@pop-server.san.rr.com> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.49 (Python 2.2 on freebsd4) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In <5.1.0.14.0.20020323220317.00a39cb0@pop-server.san.rr.com>, Frank Merrow typed: > What is the status of Palm Pilot Development on FreeBSD? (if any) Good. > Are there any tools at all? Yes, there's a complete toolchain for building C programs. > If so, how do they compare in robustness with the Win32 tools? Can't say, as Iv'e never had to use the Win32 tools. > Will the emulators work on any of the Unix Flavors? Yes. Look in /usr/ports/palm for more information. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 22:31:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by hub.freebsd.org (Postfix) with ESMTP id 31B0D37B417; Sat, 23 Mar 2002 22:31:30 -0800 (PST) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.11.6/8.11.6) id g2O6Twv87174; Sun, 24 Mar 2002 01:29:58 -0500 (EST) (envelope-from alane) Date: Sun, 24 Mar 2002 01:29:57 -0500 From: Alan Eldridge To: Mike Meyer Cc: fcash@lug.kamloops.net, freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: Submitting new ports Message-ID: <20020324062957.GA72651@wwweasel.geeksrus.net> References: <15517.28913.493320.455658@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15517.28913.493320.455658@guru.mired.org> User-Agent: Mutt/1.3.28i X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Mar 24, 2002 at 12:23:45AM -0600, Mike Meyer wrote: >In the future, you can get better response in general by noting that >there's a patch included with [PATCH] at the start of the >synopsis. Similarly, new ports get quicker treatment if you say New >port - ... so that committers know it's a new port just by >looking at the synopsis. And please put the category/portname on all PRs. I'm not a committer, but I get -ports@ and it helps to determine whether I have a reason to read a particular PR. E.g., is it about one of my ports? -- AlanE "When the going gets weird, the weird turn pro." - HST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 22:34:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 7B55137B404 for ; Sat, 23 Mar 2002 22:34:31 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g2O6YH121052; Sun, 24 Mar 2002 18:34:17 +1200 (NZST) (envelope-from jonc) Date: Sun, 24 Mar 2002 18:34:17 +1200 From: Jonathan Chen To: Ceri Cc: questions@FreeBSD.ORG Subject: Re: Connecting to an Openwin session Message-ID: <20020324183417.A20820@grimoire.chen.org.nz> References: <20020323162817.GA14652@submonkey.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020323162817.GA14652@submonkey.net>; from setantae@submonkey.net on Sat, Mar 23, 2002 at 04:28:17PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Mar 23, 2002 at 04:28:17PM +0000, Ceri wrote: > > hey all, > > I've got a sparcstation running Solaris 2.6, and I noticed that on the > Openwin login screen, there's an option to log into remote hosts. > Presumably this means that if I had two such machines then I'd be able > to use one to log into openwin on the other. > > So my FreeBSD question is, is there any software I can use to connect > and login to openwin on the sparcstation from my FreeBSD machine ? Check out the Xserver man page. When you start up an Xserver on your FreeBSD box, you can supply a "-query hostname" (hostname being your Solaris box's hostname), and you should come up with the Openwin login screen of your Solaris box. eg: startx -- -query hostname -- Jonathan Chen ---------------------------------------------------------------------- "Irrationality is the square root of all evil" - Douglas Hofstadter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 23: 0:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from antares.surnet.ru (antares.surnet.ru [195.54.2.5]) by hub.freebsd.org (Postfix) with ESMTP id 4EBA237B400 for ; Sat, 23 Mar 2002 23:00:37 -0800 (PST) Received: (from uucp@localhost) by antares.surnet.ru (8.11.6/Joy) with UUCP id g2O70Y701917 for questions@FreeBSD.ORG; Sun, 24 Mar 2002 12:00:34 +0500 (YEKT) Received: from localhost (localhost [127.0.0.1]) by sol.chel.skbkontur.ru with ESMTP id g2O6QPA97512 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO) for ; Sun, 24 Mar 2002 11:26:26 +0500 (YEKT) (envelope-from ilia@chel.skbkontur.ru) Date: Sun, 24 Mar 2002 11:26:25 +0500 (YEKT) From: =?koi8-r?B?6czY0SD7ydDJw8nO?= To: questions@FreeBSD.ORG Subject: Perl thing Message-ID: <20020324112440.B97396-100000@sol.chel.skbkontur.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Sirs, is there anything that I could use it in perl program like I can write in C: #ifdef __FreeBSD__ #endif ??? I want to port some perl program that it could run either on FreeBSD or any other system... Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5=CC=C1=CE=C9=D1) Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 23:20:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ettnet.se (mail.ettnet.se [212.109.4.7]) by hub.freebsd.org (Postfix) with SMTP id 95E2937B417 for ; Sat, 23 Mar 2002 23:20:45 -0800 (PST) Received: (qmail 78001 invoked from network); 24 Mar 2002 07:20:43 -0000 Received: from unknown (HELO ppp-212-109-5-82) (212.109.5.82) by mail.ettnet.se with SMTP; 24 Mar 2002 07:20:43 -0000 From: Thomas Widlumdh Reply-To: tw@ettnet.se To: freebsd-questions@FreeBSD.ORG Subject: Star/Open office Date: Sun, 24 Mar 2002 08:02:12 +0100 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <02032408161600.05110@ppp-212-109-5-70> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG HI, Well, I have to admit I don't manage this. I've read the handbook on ports, etc., but.... I'm running fBSD 4.1. In the ports on my machine there is a staroffice 5.1 in the editors dir. But the program will be fetched from the internet, of course. And there is no Staroffice on the dist. CD. I'd like to install Staroffice 5.2 (or perhaps open office). But how? On the free BSD site they are, but I have no clue of how to download it/them. I seem to come to a dir with a lot of files, the Makefile, DESCR-file and a directory filled with a lot of files. Should I download these files, one by one? Is there no way of downloading all in the same time, like from the ports dir in my machine? Well, perhaps I'm more stupid than people in general? Anyway, thanks in advance for all the answers I hopefully receive on this matter. Regards Thomas -- Operativsystem: FreeBSD 4.1 E-mailprogram: Kmail 1.0.28 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 23:22:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from c009.snv.cp.net (c009-h005.c009.snv.cp.net [209.228.34.118]) by hub.freebsd.org (Postfix) with SMTP id A3BA537B417 for ; Sat, 23 Mar 2002 23:22:43 -0800 (PST) Received: (cpmta 3399 invoked from network); 23 Mar 2002 23:22:43 -0800 Date: 23 Mar 2002 23:22:43 -0800 Message-ID: <20020324072243.3398.cpmta@c009.snv.cp.net> X-Sent: 24 Mar 2002 07:22:43 GMT Received: from [24.112.192.171] by mail.canada.com with HTTP; 23 Mar 2002 23:22:43 PST Content-Type: text/plain Content-Disposition: inline Mime-Version: 1.0 To: freebsd-questions@freebsd.org From: dill@canada.com X-Mailer: Web Mail 3.9.3.11 X-Sent-From: dill@canada.com Subject: Security of downloaded binary (packages) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am trying to do a pkg_add -r "pkg name" but I feel that this really does not protect myself from downloading trojan horses. If someone poisoned my DNS and put a fake entry instead of ftp.freebsd.org then I could download torjan instead of what I want. Are there MD5 signature of package files that I can verify ?? __________________________________________________________ Get your FREE personalized e-mail at http://www.canada.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 23:23:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from services.webwarrior.net (overlord-host99.dsl.visi.com [209.98.86.99]) by hub.freebsd.org (Postfix) with ESMTP id 6761537B417 for ; Sat, 23 Mar 2002 23:23:21 -0800 (PST) Received: from twincat.vladsempire.net (hutch-359.hutchtel.net [206.10.68.59]) by services.webwarrior.net (Postfix) with ESMTP id 249114BC for ; Sun, 24 Mar 2002 01:23:19 -0600 (CST) Received: by twincat.vladsempire.net (Postfix, from userid 1001) id 9776E3881; Sun, 24 Mar 2002 01:24:07 +0000 (GMT) Date: Sun, 24 Mar 2002 01:24:07 +0000 From: Josh Paetzel To: Mark Hummel Cc: Collins , freebsd-questions@FreeBSD.ORG Subject: Re: NIC fails - dc0: couldn't map ports.memory Message-ID: <20020324012407.A291@twincat.vladsempire.net> Mail-Followup-To: Mark Hummel , Collins , freebsd-questions@FreeBSD.ORG References: <20020321202219.20661709.erichey2@attbi.com> <20020324002328.OOOE1219.sccmmhc01.mchsi.com@there> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020324002328.OOOE1219.sccmmhc01.mchsi.com@there>; from mhumm2@mchsi.com on Sat, Mar 23, 2002 at 06:28:03PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Mar 23, 2002 at 06:28:03PM -0600, Mark Hummel wrote: > On Thursday 21 March 2002 09:22 pm, you wrote: > Hi Collins, > > I too have a NIC labled as dc0. My NIC is a Linksys 10/100 Etherfast PCI > card. What is yours? As you know, it makes a difference which NIC you > choose in sysinstall. Your choice of using the Ne1k - Ne2k is correct for my > card, but I don't know about yours. Please send the dmesg output in your > next post. > > You probably know, but it helps me to remember by typing it out again: > dmesg|grep dc0 > > > HTH > > Mark > > > > I had a functional FreeBSD 4.4 system running on my prior computer > > (K6/II 300Mz), but now I've switched to a new computer (P3/800Mz) and I > > can't get it to work. > > > > I tried 4.4 (even built my own kernel) and now 4.5 with the same > > results. > > > > I have a multi-boot system. Win98 on Slice 1, FreeBSD on Slice 2, and > > several Linux partitions on extend partitions on the disk. I use grub > > to boot. > > > > Eveything about the FreeBSD install works perfectly, except my NIC card. > > The card shows up as an ADMtek Commet rev 17. It is on IRQ 11 (shared > > with USB). Linux drives the card with the "tulip" module, and it works > > perfectly. > > > > During install I selected the Ne1K, Ne2K,.... driver, but the card was > > not seen - I didn't get an ethernet choice for network configuration > > (same results with 4.4 and 4.5. After boot of the GENERIC kernel, the > > kernel produces messages dc0: couldn't map ports/memory > > dc0 attach returned 6 > > On 4.4 I tried compiling a kernel with the de driver (which advertises > > to be a "tulip" driver, but the card doesn't even appear - no messages > > at all. The dc driver is correct. In this case, it is complaining that it can't complete device initialization because something is using either an irq or io mem address that the card wants. Most likely trying the card in a different pci slot will solve the issue. Double check and make SURE you don't have a Plug n Play OS setting in your BIOS as well, having that on can really fux0r things. Josh > > > Thanks, > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Mar 23 23:34: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by hub.freebsd.org (Postfix) with ESMTP id 1AD3A37B417 for ; Sat, 23 Mar 2002 23:34:01 -0800 (PST) Received: from sdn-ar-004dcwashp270.dialsprint.net ([206.133.15.200] helo=moo.holy.cow) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 16p2Vn-0001if-00; Sat, 23 Mar 2002 23:33:56 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id 6265250B98; Sun, 24 Mar 2002 02:36:06 -0500 (EST) Date: Sun, 24 Mar 2002 02:36:06 -0500 From: parv@pair.com To: Joe & Fhe Barbish Cc: FBSDQ Subject: Re: command history for user accounts Message-ID: <20020324073606.GA7992@moo.holy.cow> Mail-Followup-To: Joe & Fhe Barbish , FBSDQ References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message , wrote Joe & Fhe Barbish thusly... > > My regular users created with adduser do not have any > command history like my root has. I am using the default sh shell. > I have command on the root account. > > Is this normal? > > How do I turn on command history for regular user accounts? i am not clear about the statement "i use default sh shell". is that the default shell for new user or for yourself? if it's for new user, then, you can ignore this whole post. command history & its access is shell dependent. in ksh 'r' is the command to execute the last-command-in-history when given no arguments; in bash, it's "!". even sh has this, but w/o aliases or man page, it's not easier. given this /etc/shells... /bin/sh /bin/csh /bin/tcsh /bin/bash /usr/local/bin/ksh93 /usr/local/bin/zsh /usr/local/bin/bash ...adduser lists the following shells, first entry being the default... Enter your default shell: bash csh date ksh93 no sh tcsh zsh [bash]: ...if i didn't have bash, the default shell would be csh (for the new user). as i understand it, csh is now tcsh (and tcsh provides better/easier access to history than plain csh), which is the default shell for root. now, if the csh has not been replaced (w/ tcsh) -- or, if bash is not installed, or if adduser version doesn't sort the shell list -- in your freebsd version, it's quite possible that new users are assigned csh. thus, they might not have easy access to history like you do w/ whatever shell that you are using as root. what was my point again? - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Mar 24 0: 0:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by hub.freebsd.org (Postfix) with ESMTP id D5DA537B417 for ; Sun, 24 Mar 2002 00:00:45 -0800 (PST) Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id 2121C28EA3; Sun, 24 Mar 2002 03:00:45 -0500 (EST) Date: Sun, 24 Mar 2002 03:00:45 -0500 (EST) From: Peter Leftwich X-X-Sender: To: Cc: FreeBSD Questions Subject: Re: Security of downloaded binary (packages) In-Reply-To: <20020324072243.3398.cpmta@c009.snv.cp.net> Message-ID: <20020324025302.P27780-100000@earl-grey.cloud9.net> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 23 Mar 2002 dill@canada.com wrote: > I am trying to do a pkg_add -r "pkg name" but I feel that this really does not protect myself from downloading trojan horses. List, I think I can field this one :) and apparently, there is a limit to how paranoid we can be in life *don't worry, I definitely empathise!* "pkg_add -r" uses your system's ftp binary to go out to a trusted source: ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-[your `uname -a` here]/Latest/[pkg-name here].tgz > If someone poisoned my DNS and put a fake entry instead of ftp.freebsd.org then I could download torjan instead of what I want. Are there MD5 signature of package files that I can verify ?? MD5 IMHO is a very Micro$oftly construct; That is, not necessary to daily [computing] life. If you are concerned about trojans, buy LifeStyles instead. (I am such a comedian this evening!) Seriously, if you are really worried, then read up on sftp (secure ftp) to download the *.tgz file, then gunzip then untar the archive and (check over the security of the current code) then compile (man gcc or umm that other one) custom binary/binaries manually. Open source opens doors. -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message