From owner-freebsd-questions Sun Jun 2 0:14:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uemsmwscpf1.cpf.navy.mil (rnoc3.cpf.navy.mil [199.124.15.38]) by hub.freebsd.org (Postfix) with SMTP id C7DB837B40E for ; Sun, 2 Jun 2002 00:14:49 -0700 (PDT) Received: FROM uemsconnsp1.cpf.navy.mil BY uemsmwscpf1.cpf.navy.mil ; Sat Jun 01 21:14:48 2002 -1000 Received: by u661-serv-1-host-257.cpf.navy.mil with Internet Mail Service (5.5.2653.19) id ; Sat, 1 Jun 2002 21:14:48 -1000 Message-ID: From: "Kuriyama, Kent K Mr (CPF N671KK)" To: "'freebsd-questions@freebsd.org'" Subject: Weird 'permissions denied' problem Date: Sat, 1 Jun 2002 21:14:46 -1000 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 am running FBSD 4.6 RC. I have this weird problem in which a non-root user gets a "Permission denied" error when executing 'ls -la' while in the '/usr' directory. As root I can do: pswmon1# cd /usr pswmon1# ls -la total 47 drwxr-xr-x 15 root wheel 512 May 4 07:45 . drwxr-xr-x 21 root wheel 1024 Jun 1 18:12 .. <<< Looks OK drwxr-xr-x 10 root wheel 512 Jun 15 2001 X11R6 . . . rest deleted As a non-root user I get: pswmon1: {136} cd /usr pswmon1: {137} ls -la ls: ..: Permission denied <<< Why this message? total 46 drwxr-xr-x 15 root wheel 512 May 4 07:45 . drwxr-xr-x 10 root wheel 512 Jun 15 2001 X11R6 . . . rest deleted Similarly when the non-root user does: pswmon1: {138} ls -la /usr/.. ls: /usr/..: Permission denied The permission's on '..' look OK to me but all non-root users get the same "Permission denied" message. Can someone please tell me what I'm doing wrong? Thanks. Kent Kuriyama To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 0:38:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.halplant.com (ip68-100-145-31.nv.nv.cox.net [68.100.145.31]) by hub.freebsd.org (Postfix) with ESMTP id F261237B407 for ; Sun, 2 Jun 2002 00:38:22 -0700 (PDT) Received: by mail.halplant.com (Postfix, from userid 1001) id 8A8981DF; Sun, 2 Jun 2002 03:38:21 -0400 (EDT) Date: Sun, 2 Jun 2002 03:38:21 -0400 From: Andrew J Caines To: FreeBSD Questions Subject: Re: Security Mailing Lists Message-ID: <20020602073821.GB333@hal9000.halplant.com> Reply-To: Andrew J Caines Mail-Followup-To: FreeBSD Questions References: <4.2.0.58.20020602025229.009f8e80@pop.netzero.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4.2.0.58.20020602025229.009f8e80@pop.netzero.net> User-Agent: Mutt/1.3.99i Organization: H.A.L. Plant X-PGP-Fingerprint: C59A 2F74 1139 9432 B457 0B61 DDF2 AA61 67C3 18A1 X-Powered-by: FreeBSD 4.6-RC X-URL: http://halplant.com:88/ 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 > What security mailing lists are good to be on? Anyone who wants to keep up with security issues in general should be on BugTraq. For Windows folks there's also NTBugTraq. Also from SecurityFocus worth your time is Incidents. There are many other lists including platform-specific ones which may interest you. See http://online.securityfocus.com/archive for details. -Andrew- -- _______________________________________________________________________ | -Andrew J. Caines- Unix Systems Engineer A.J.Caines@halplant.com | | "They that can give up essential liberty to obtain a little temporary | | safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 0:42:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id A75FF37B401 for ; Sun, 2 Jun 2002 00:42:43 -0700 (PDT) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id C46AA2B8BC; Sun, 2 Jun 2002 09:42:29 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id C25DF6A711E; Sun, 2 Jun 2002 17:42:16 +1000 (EST) Date: Sun, 2 Jun 2002 17:42:16 +1000 From: Edwin Groothuis To: "Kuriyama, Kent K Mr (CPF N671KK)" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Weird 'permissions denied' problem Message-ID: <20020602174216.E552@k7.mavetju> Mail-Followup-To: Edwin Groothuis , "Kuriyama, Kent K Mr (CPF N671KK)" , "'freebsd-questions@freebsd.org'" 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 KuriyaKK@cpf.navy.mil on Sat, Jun 01, 2002 at 09:14:46PM -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 On Sat, Jun 01, 2002 at 09:14:46PM -1000, Kuriyama, Kent K Mr (CPF N671KK) wrote: > I am running FBSD 4.6 RC. I have this weird problem in which a non-root > user gets a "Permission denied" error when executing 'ls -la' while in the > '/usr' directory. As root I can do: > > pswmon1# cd /usr > pswmon1# ls -la > total 47 > drwxr-xr-x 15 root wheel 512 May 4 07:45 . > drwxr-xr-x 21 root wheel 1024 Jun 1 18:12 .. <<< Looks OK > drwxr-xr-x 10 root wheel 512 Jun 15 2001 X11R6 How does your / look like? [~] edwin@k7>ls -al / | head -3 total 12093 drwxr-xr-x 18 root wheel 512 Apr 24 22:54 . drwxr-xr-x 18 root wheel 512 Apr 24 22:54 .. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: bash$ :(){ :|:&};: | http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 0:50:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uemsmwscpf1.cpf.navy.mil (rnoc3.cpf.navy.mil [199.124.15.38]) by hub.freebsd.org (Postfix) with SMTP id 26B4D37B405 for ; Sun, 2 Jun 2002 00:50:23 -0700 (PDT) Received: FROM uemsconnsp1.cpf.navy.mil BY uemsmwscpf1.cpf.navy.mil ; Sat Jun 01 21:50:16 2002 -1000 Received: by u661-serv-1-host-257.cpf.navy.mil with Internet Mail Service (5.5.2653.19) id ; Sat, 1 Jun 2002 21:50:16 -1000 Message-ID: From: "Kuriyama, Kent K Mr (CPF N671KK)" To: Edwin Groothuis Cc: "'freebsd-questions@freebsd.org'" Subject: RE: Weird 'permissions denied' problem Date: Sat, 1 Jun 2002 21:50:14 -1000 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 Edwin, In answer to your question below: pswmon1: {112} ls -la / | head -4 total 10515 drwxr-xr-x 21 root wheel 1024 Jun 1 18:12 . drwxr-xr-x 21 root wheel 1024 Jun 1 18:12 .. -rw-r--r-- 2 root wheel 805 Jun 16 2001 .cshrc pswmon1: {113} It appears that the root directory permissions are OK. Thanks. Kent Kuriyama -----Original Message----- From: Edwin Groothuis [mailto:edwin@mavetju.org] Sent: Saturday, June 01, 2002 09:42 PM To: Kuriyama, Kent K Mr (CPF N671KK) Cc: 'freebsd-questions@freebsd.org' Subject: Re: Weird 'permissions denied' problem On Sat, Jun 01, 2002 at 09:14:46PM -1000, Kuriyama, Kent K Mr (CPF N671KK) wrote: > I am running FBSD 4.6 RC. I have this weird problem in which a non-root > user gets a "Permission denied" error when executing 'ls -la' while in the > '/usr' directory. As root I can do: > > pswmon1# cd /usr > pswmon1# ls -la > total 47 > drwxr-xr-x 15 root wheel 512 May 4 07:45 . > drwxr-xr-x 21 root wheel 1024 Jun 1 18:12 .. <<< Looks OK > drwxr-xr-x 10 root wheel 512 Jun 15 2001 X11R6 How does your / look like? [~] edwin@k7>ls -al / | head -3 total 12093 drwxr-xr-x 18 root wheel 512 Apr 24 22:54 . drwxr-xr-x 18 root wheel 512 Apr 24 22:54 .. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: bash$ :(){ :|:&};: | http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 1: 0: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tao.thought.org (sense-kline-250.oz.net [216.39.168.250]) by hub.freebsd.org (Postfix) with ESMTP id EE60E37B405 for ; Sun, 2 Jun 2002 01:00:04 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.11.6/8.11.3) id g52803901241 for freebsd-questions@FreeBSD.ORG; Sun, 2 Jun 2002 01:00:03 -0700 (PDT) (envelope-from kline) From: Gary D Kline Message-Id: <200206020800.g52803901241@tao.thought.org> Subject: obscure firewall and mail problem... To: freebsd-questions@FreeBSD.ORG (FreeBSD Mailing List) Date: Sun, 2 Jun 2002 01:00:03 -0700 (PDT) Organization: <> thought.org: pvblic service Unix since 1986... <> 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'm not sure how or if it will be possible for anyone to answer my sendmail/firewall question... I'll try to explain things as best I can. A friend helped me set up a firewall *and* move my connections from my IDSL router back to my hub. After umpteen hours we finally had things flawless firewall-wise. We moved this host (tao.thought.org) from its real IP to 10.0.0.2. From my DNS server sage.thought.org AKA ns1.thought.org (10.0.0.1), mail only got through if I used my FQDN. Mail to "kline@thought.org" either bounced or was off somewhere. Yes, I did add 10.0.0.1 to my access file ad marked it RELAY. There seemed to be a problem with my /etc/namedb/s/db.thought.org entries. Either that or with my sendmail.cf on NS1. Or then again, possibly something else! If anyone can grok all of this and has any ideas, I'd be much obliged for some ideas. 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 Sun Jun 2 1:40:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from exchange.tennmax.com.tw (c165.h061016110.is.net.tw [61.16.110.165]) by hub.freebsd.org (Postfix) with ESMTP id 8E47F37B400; Sun, 2 Jun 2002 01:40:31 -0700 (PDT) Received: from 345.996 (CLIENT12 [210.202.191.52]) by exchange.tennmax.com.tw with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id GNK4GMQV; Sun, 2 Jun 2002 16:45:19 +0800 From: hgvvefy@ms5.hinet.net To: dfr@FreeBSD.ORG Subject:¿W®aªº¬ü¤k¹êÅ髽«½ MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Novasoft_Sagittarius_Professional_" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Novasoft Sagittarius Professional Status: Message-Id: <20020602084031.8E47F37B400@hub.freebsd.org> Date: Sun, 2 Jun 2002 01:40:31 -0700 (PDT) Sender: owner-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

ÃØ«~¤§¤@¡C

©Ê·P¨ß¤k­¦¬D³rªA¹¢$680

!!!±¡½ì¥Î«~¦v°t&§Ö°e

¥´¯}ºô¸ôÁʪ«¶Ç²Î!!¥i¥ý¹w¬ù¬Ý³f¡A¤ñ¸û¦nÃa¦A¶R¡C

¤j¥x¥_®ç¶é°ò¶©·s¦Ë¥H¥_¡A1-2¤p®É¦¨¤H¥Î«~°e³f¨ì©²

¨ä¥L¦a°Ï¤µ¤é­qÁÊ©ú¤é¦¬³f¡A¥Ñ¦v°t¤½¥q³f¨ì¥I´Ú¡C

©Ò¦³±¡½ì¥Î«~§¡¥«»ù2-4§é¡A²{²Ä¤Tªi¯S»ù¬¡°Ê¼ö¯P¹ê¬I¤¤¡C¥t¥~Áʪ«Á٨ɦ³±¡½ìÃØ«~¡A¥u­n±z¦³ÁʶR´NÅý±z¿ïÃØ«~±a¦^®a¡C

¥»¯¸©Ò¦³¹Ï¤ù§¡¹ê«~©çÄá¡A«D¤@¯ë²ÊÁW±¡½ì¥Ø¿ý¡C«OÃÒ³f«~¸ò¹ê«~¤@¼Ò¤@¼Ë¡C

¤é¥»«ù¤[Àô¯S»ù40¤¸°_......½Õ±¡¸õ³J¯S»ù160¤¸°_......«ö¼¯´Î¯S»ù300¤¸°_......¨k©Ê¦Û¼¢®M¯S»ù480¤¸°_....¥t¥~ÁÙ¦³¿W®aªº¬ü¤k¹êÅ髽«½¡C

Enter

------=_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 Sun Jun 2 2:36:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.internet.co.nz (mail.internet.co.nz [210.48.22.150]) by hub.freebsd.org (Postfix) with SMTP id A40F737B405 for ; Sun, 2 Jun 2002 02:36:38 -0700 (PDT) Received: (qmail 14095 invoked by uid 505); 2 Jun 2002 21:36:31 +1200 Received: from g.todd@internet.co.nz by mail.internet.co.nz with qmail-scanner-1.03 (. Clean. Processed in 0.385926 secs); 02 Jun 2002 09:36:31 -0000 Received: from ip-210-48-25-71.asiaonline.net.nz (HELO Hawk) (210.48.25.71) by 0 with SMTP; 2 Jun 2002 21:36:31 +1200 Date: Sun, 2 Jun 2002 21:41:31 +1200 From: Glenn Todd To: "freebsd-questions@FreeBSD.ORG" Subject: silo overflows with ISA modem Message-ID: <20020602214131.A2039@Hawk.internet.co.nz> Reply-To: g.todd@internet.co.nz Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Balsa 1.3.0 Lines: 32 Sender: owner-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 installed a ISA internal modem which is recognised during boot up. I added the modems ID to sio.c rebuilt the kernal and on boot up the card was recognised. sio3: configured irq 9 not in bitmap of probed irqs 0 sio3: at port 0x3e8-0x3ef irq 9 on isa0 sio3: type 16550A However my pppd script (uses chat for connection) is unable to create a connection to my isp. This same script altered only for the device works fine for /dev/cuaa0 which is my external modem on sio0 however if I use the command cu -l /dev/cuaa -s 115200 I can dial my isp by hand. However, a check of the modem profiles using at&v is very slow and compared to the external modem, and I getting many sio overflows. The following was for on at&v query using cu. sio3: 1 more silo overflow (total 28) sio3: 1 more silo overflow (total 29) sio3: 1 more silo overflow (total 30) sio3: 2 more silo overflows (total 32) sio3: 1 more silo overflow (total 33) sio3: 1 more silo overflow (total 34) sio3: 1 more silo overflow (total 35) What have I missed and how do I get this internal modem working so that I can retire the old external. I am running FreeBSD 4.6-PRERELEASE #7. Glenn Todd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 3:37:31 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 5D35337B401 for ; Sun, 2 Jun 2002 03:37:24 -0700 (PDT) Received: (qmail 250 invoked from network); 2 Jun 2002 10:49:08 -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 ; 2 Jun 2002 10:49:08 -0000 Message-ID: <3CF9F3AB.13008FA@liwing.de> Date: Sun, 02 Jun 2002 12:30:03 +0200 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: jehova Cc: users@httpd.apache.org, FreeBSD-Questions Subject: Re: mozilla3.01 'GET' References: <200206011847.18630.tornadox@telnor.net> 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 jehova wrote: > > im learning to admin apache 1.3.24 and i found that > mozilla 3.01 request files that contain blank spaces without > %20 character (blank space). e.g image file like this: > > cats and dogs.png > > apears on /var/log/httpd-access.log file: > > 200.30.47.70 - - [01/Jun/2002:16:26:39 -0700] "GET > /thumbs/catsanddogs.png HTTP/1.0" 200 20974 "-" "Mozilla/3.01 > (compatible;)" > > and produces this output on /var/log/httpd-error.log file: > > Sat Jun 1 16:26:39 2002] [error] [client 200.30.47.70] File does > not exist: /usr/local/www/data/thumbs/catsanddogs.png > > and same file requested from any other browser (not mozilla 3.01) > apears on /var/log/httpd-access.log file: > > 200.65.47.194 - - [01/Jun/2002:17:24:54 -0700] "GET > /thumbs/cats%20and%20dogs.png HTTP/1.1" 200 22593 > "http://200.38.22.70/" "Mozilla/4.0 (compatible; MSIE 5.01; > Windows 98)" > and this works well without any error logs. > > How i can correct my conf for support this mozilla 3.01 (bug?) > without rename my images? You should first create valid URL's in your links. Otherwise you can create an error-script which takes a look for the image and creates a valid URL-redirection (f.e. using "%20"), if you cannot (or want not) correct the sites. > > -- > _ __ ___ ____ ___ ___ ___ __ > Jehova _ __ ___ | _ ) __| \/ \ > tornadox@telnor.net _ __ | _ \._ \ |) | | > FreeBSD!!! _ |___/___/___/ \/ > () > > 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 Sun Jun 2 3:45:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from infinity.aesredfish.net (ns1.aesredfish.net [65.168.0.12]) by hub.freebsd.org (Postfix) with ESMTP id 67E5D37B400 for ; Sun, 2 Jun 2002 03:45:25 -0700 (PDT) Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com [65.168.1.181]) by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP id g52AjDU14925; Sun, 2 Jun 2002 06:45:13 -0400 Message-ID: <3CF9F896.3000106@potentialtech.com> Date: Sun, 02 Jun 2002 06:51:02 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020502 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gary D Kline Cc: FreeBSD Mailing List Subject: Re: obscure firewall and mail problem... References: <200206020800.g52803901241@tao.thought.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 Gary D Kline wrote: > I'm not sure how or if it will be possible for anyone to > answer my sendmail/firewall question... I'll try to > explain things as best I can. > > A friend helped me set up a firewall *and* move my connections > from my IDSL router back to my hub. After umpteen hours we > finally had things flawless firewall-wise. We moved this > host (tao.thought.org) from its real IP to 10.0.0.2. > > From my DNS server sage.thought.org AKA ns1.thought.org (10.0.0.1), > mail only got through if I used my FQDN. Mail to "kline@thought.org" > either bounced or was off somewhere. > > Yes, I did add 10.0.0.1 to my access file ad marked it RELAY. There > seemed to be a problem with my /etc/namedb/s/db.thought.org entries. > Either that or with my sendmail.cf on NS1. Or then again, > possibly something else! > > If anyone can grok all of this and has any ideas, I'd be much > obliged for some ideas. Sounds like you don't have a proper MX record in the DNS config. The order in which things appear in the DNS config is important. Generally, putting the MX record as the first record (after the SOA) works pretty well. -- Bill Moran Potential Technology http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 3:46:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from infinity.aesredfish.net (ns1.aesredfish.net [65.168.0.12]) by hub.freebsd.org (Postfix) with ESMTP id BCFA937B409 for ; Sun, 2 Jun 2002 03:46:12 -0700 (PDT) Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com [65.168.1.181]) by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP id g52AkAU14930; Sun, 2 Jun 2002 06:46:10 -0400 Message-ID: <3CF9F8CF.5080506@potentialtech.com> Date: Sun, 02 Jun 2002 06:51:59 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020502 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mario Ordorica Cc: freebsd-questions@FreeBSD.ORG Subject: Re: bandwith controller 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 Mario Ordorica wrote: > hello how are you..? > > This is Mario ordorica > > Actually a own a company of an ISP internet provider > > I need to control the bandwidht of each computer of my network > thank you > bye. Read: man ipfw man dummynet -- Bill Moran Potential Technology http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 5: 3: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from server1.one-dom.com (server1.one-dom.com [64.39.30.52]) by hub.freebsd.org (Postfix) with SMTP id 8155037B403 for ; Sun, 2 Jun 2002 05:02:43 -0700 (PDT) Received: (qmail 13478 invoked from network); 2 Jun 2002 12:02:40 -0000 Received: from unknown (HELO linuxorbit.com) (208.18.255.33) by 0004.info with SMTP; 2 Jun 2002 12:02:40 -0000 Message-ID: <3CFA0939.2010601@linuxorbit.com> Date: Sun, 02 Jun 2002 07:02:01 -0500 From: David LeCount User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc3) Gecko/20020531 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Subject: Kernel errors Content-Type: multipart/mixed; boundary="------------030009060700030209020504" Sender: owner-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. --------------030009060700030209020504 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit For the past few months, I've been having a bit of a problem compiling kernels and haven't been able to figure out what the hell is going on. make buildkernel doesn't seem to give any errors (I don't know why), but the conventional method gives about 2 pages of errors. It errors while compiling the Linux module. Here is the first few lines of the errors: ===> linux cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-protot ypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extens ions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpreferred-stack -boundary=2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss ing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi - c linux_sysent.c In file included from linux_sysent.c:14: linux_proto.h:57: syntax error before `linux_time_t' linux_proto.h:57: `linux_time_t' undeclared here (not in a function) It continues with similar messages and the typical "Stop in ..." messages. I'll attach my config file since that's likely where the problem is. Thanks. --------------030009060700030209020504 Content-Type: text/plain; name="KENSHI" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="KENSHI" # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.24 2001/04/05 17:23:10 sos Exp $ machine i386 #cpu I386_CPU #cpu I486_CPU cpu I586_CPU cpu I686_CPU ident KENSHI maxusers 32 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols #options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options INET6 #IPv6 communications protocols options IPSEC options IPFIREWALL #options IPFIREWALL_DEFAULT_TO_ACCEPT options IPV6FIREWALL options IPV6FIREWALL_DEFAULT_TO_ACCEPT #options IPFILTER options IPDIVERT options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support #options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device #options NFS #Network Filesystem #options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev options USER_LDT #Samba stuff options NETSMB options NETSMBCRYPTO options LIBMCHAIN options LIBICONV options SMBFS options COMPAT_LINUX # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering # SCSI Controllers #device ahb # EISA AHA1742 family #device ahc # AHA2940 and onboard AIC7xxx devices #device amd # AMD 53C974 (Tekram DC-390(T)) #device isp # Qlogic family #device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets) #options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured #device adv0 at isa? #device adw #device bt0 at isa? #device aha0 at isa? #device aic0 at isa? #device ncv # NCR 53C500 #device nsp # Workbit Ninja SCSI-3 #device stg # TMC 18C30/18C50 # SCSI peripherals #device scbus # SCSI bus (required) #device da # Direct Access (disks) #device sa # Sequential Access (tape etc) #device cd # CD #device pass # Passthrough device (direct SCSI access) # RAID controllers interfaced to the SCSI subsystem #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID #device dpt # DPT Smartcache - See LINT for options! #device mly # Mylex AcceleRAID/eXtremeRAID # RAID controllers #device aac # Adaptec FSA RAID, Dell PERC2/PERC3 #device ida # Compaq Smart RAID #device amr # AMI MegaRAID #device mlx # Mylex DAC960 family #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? options EXT2FS # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support #device card #device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 #device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) #device lpt # Printer #device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device tx # SMC 9432TX (83c170 ``EPIC'') #device vx # 3Com 3c590, 3c595 (``Vortex'') #device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support #device dc # DEC/Intel 21143 and various workalikes #device pcn # AMD Am79C79x PCI 10/100 NICs #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F #device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 #device ex device ep #device fe0 at isa? port 0x300 # Xircom Ethernet #device xe # PRISM I IEEE 802.11b wireless NIC. #device awi # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attachment needed # and resources will always be dynamically assigned by the pccard code. #device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those parameters here. #device an # The probe order of these is presently determined by i386/isa/isa_compat.c. #device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 #device le0 at isa? port 0x300 irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 irq 10 drq 0 #device cs0 at isa? port 0x300 #device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocate. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic #device uhid # "Human Interface Devices" #device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse #device uscanner # Scanners # USB Ethernet, requires mii #device aue # ADMtek USB ethernet #device cue # CATC USB ethernet #device kue # Kawasaki LSI USB ethernet #sound #device snd #device opl0 at isa? port 0x388 #device uart0 at isa? port 0x330 irq 5 device pcm0 at isa? irq 10 drq 1 flags 0x0 device pcm --------------030009060700030209020504-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 5:35:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tierzero.apana.org.au (sa.apana.org.au [203.14.158.1]) by hub.freebsd.org (Postfix) with ESMTP id 9454837B401 for ; Sun, 2 Jun 2002 05:35:14 -0700 (PDT) Received: from there (dialup-8.pasa.apana.org.au [203.14.158.137]) by tierzero.apana.org.au (8.11.1/8.11.1) with SMTP id g52CZA147795; Sun, 2 Jun 2002 22:05:11 +0930 (CST) (envelope-from bastill@sa.apana.org.au) Message-Id: <200206021235.g52CZA147795@tierzero.apana.org.au> Content-Type: text/plain; charset="iso-8859-1" From: Brian Astill Reply-To: bastill@sa.apana.org.au To: David Lloyd Subject: Re: OpenOffice 1.0 install problem Date: Sun, 2 Jun 2002 22:09:09 +0930 X-Mailer: KMail [version 1.3] Cc: questions@FREEBSD.org, linuxsa@linuxsa.org.au References: <200206020148.g521mZ140157@tierzero.apana.org.au> <3CF981E4.6DAF42CE@rebel.net.au> In-Reply-To: <3CF981E4.6DAF42CE@rebel.net.au> 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 Sun, 2 Jun 2002 11:54, David Lloyd wrote: > (ps: is there a ports package for openoffice?) Yes, but it is 0.641, not 1.0 :-( -- Regards, Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 5:39:29 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 5CFC437B408 for ; Sun, 2 Jun 2002 05:39:26 -0700 (PDT) Message-ID: <20020602123925.92313.qmail@web14806.mail.yahoo.com> Received: from [66.185.84.207] by web14806.mail.yahoo.com via HTTP; Sun, 02 Jun 2002 05:39:25 PDT Date: Sun, 2 Jun 2002 05:39:25 -0700 (PDT) From: Chris Appleton Subject: imap 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 Is there a way to pass imap traffic through a 4.4r filtering bridge? Thanks advance, Chris __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.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 Jun 2 6: 4:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fepC.post.tele.dk (fepC.post.tele.dk [195.41.46.147]) by hub.freebsd.org (Postfix) with ESMTP id 841A737B404 for ; Sun, 2 Jun 2002 06:04:44 -0700 (PDT) Received: from rafter ([80.63.125.78]) by fepC.post.tele.dk (InterMail vM.4.01.03.23 201-229-121-123-20010418) with SMTP id <20020602130443.FENC9333.fepC.post.tele.dk@rafter> for ; Sun, 2 Jun 2002 15:04:43 +0200 Message-ID: <00b201c20a36$16d14380$6800a8c0@rafter> From: "Daniel Blankensteiner" To: Subject: Kernel Date: Sun, 2 Jun 2002 15:04:54 +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 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 Can someone please guide me to some serius info (websites or books) about the FreeBSD kernel? What type it is, how it works, what is it's job...... br db To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 6:10: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from infinity.aesredfish.net (ns1.aesredfish.net [65.168.0.12]) by hub.freebsd.org (Postfix) with ESMTP id 49B9937B404 for ; Sun, 2 Jun 2002 06:09:46 -0700 (PDT) Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com [65.168.1.181]) by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP id g52D9PU15429; Sun, 2 Jun 2002 09:09:25 -0400 Message-ID: <3CFA1A62.1000702@potentialtech.com> Date: Sun, 02 Jun 2002 09:15:14 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020502 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David LeCount Cc: freebsd-questions@FreeBSD.org Subject: Re: Kernel errors References: <3CFA0939.2010601@linuxorbit.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 David LeCount wrote: > For the past few months, I've been having a bit of a problem compiling > kernels and haven't been able to figure out what the hell is going on. What version of FreeBSD? > make buildkernel doesn't seem to give any errors (I don't know why), but > the conventional method gives about 2 pages of errors. It errors while > compiling the Linux module. Here is the first few lines of the errors: Read the handbook. I don't believe the old build method is supported on newer source trees. You should probably just use "make buildkernel". Do I understand your description of the problem correctly? > > ===> linux > cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs > -Wstrict-protot > ypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > -fformat-extens > ions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include > -mpreferred-stack > -boundary=2 -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmiss > ing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions > -ansi - > c linux_sysent.c > In file included from linux_sysent.c:14: > linux_proto.h:57: syntax error before `linux_time_t' > linux_proto.h:57: `linux_time_t' undeclared here (not in a function) > > It continues with similar messages and the typical "Stop in ..." > messages. I'll attach my config file since that's likely where the > problem is. Thanks. I doubt there's anything wrong with your config file if it makes properly when you issue a "make buildkernel". -- Bill Moran Potential Technology http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 6:12: 2 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 B4B2937B403 for ; Sun, 2 Jun 2002 06:11:58 -0700 (PDT) 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 GAA10744; Sun, 2 Jun 2002 06:11:57 -0700 Message-ID: <3CFA199C.1040903@owt.com> Date: Sun, 02 Jun 2002 06:11:56 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: David LeCount Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Kernel errors References: <3CFA0939.2010601@linuxorbit.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 David LeCount wrote: > For the past few months, I've been having a bit of a problem > compiling kernels and haven't been able to figure out what the > hell is going on. make buildkernel doesn't seem to give any > errors (I don't know why), but the conventional method gives > about 2 pages of errors. It errors while compiling the Linux > module. Here is the first few lines of the errors: > > ===> linux cc -O -pipe -D_KERNEL -Wall -Wredundant-decls > -Wnested-externs -Wstrict-protot ypes -Wmissing-prototypes > -Wpointer-arith -Winline -Wcast-qual -fformat-extens ions -ansi > -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpreferred-stack > > -boundary=2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmiss ing-prototypes -Wpointer-arith -Winline -Wcast-qual > -fformat-extensions -ansi - c linux_sysent.c In file included > from linux_sysent.c:14: linux_proto.h:57: syntax error before > `linux_time_t' linux_proto.h:57: `linux_time_t' undeclared here > (not in a function) > > It continues with similar messages and the typical "Stop in ..." messages. > I'll attach my config file since that's likely where the problem > is. Thanks. > > If it was a config problem, you would have had a problem doing a "make buildkernel KERNCONF=KENSHI". It sounds more like a config or make depend problem. I tried it both ways on 2 of my systems and didn't have any problems. Neither of the systems had the COMPAT_LINUX option and so I built one with it and one without. I didn't have any problems doing the following on either system cd /sys/i386/conf config CORAL cd /sys/compile/CORAL make depend make >& kernel_build.log 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 Sun Jun 2 6:15:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ole-guldberg.dk (0x50c49c80.adsl-fixed.tele.dk [80.196.156.128]) by hub.freebsd.org (Postfix) with ESMTP id 889C837B405 for ; Sun, 2 Jun 2002 06:15:06 -0700 (PDT) Received: from ole-guldberg.dk (localhost [127.0.0.1]) by ole-guldberg.dk (8.12.3/8.12.2) with ESMTP id g52DB8RD000444; Sun, 2 Jun 2002 15:11:08 +0200 (CEST) (envelope-from ole_guldberg@mail.dk) Received: (from ole@localhost) by ole-guldberg.dk (8.12.3/8.12.2/Submit) id g52DB77p000443; Sun, 2 Jun 2002 15:11:07 +0200 (CEST) X-Authentication-Warning: ole-guldberg.dk: ole set sender to ole_guldberg@mail.dk using -f Date: Sun, 2 Jun 2002 15:11:06 +0200 From: Ole Guldberg Jensen To: Daniel Blankensteiner Cc: questions@freebsd.org Subject: Re: Kernel Message-ID: <20020602151106.A417@mail.dk> References: <00b201c20a36$16d14380$6800a8c0@rafter> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <00b201c20a36$16d14380$6800a8c0@rafter>; from db@traceroute.dk on Sun, Jun 02, 2002 at 03:04:54PM +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 --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 02, 2002 at 03:04:54PM +0200, Daniel Blankensteiner wrote: > Hi all >=20 > Can someone please guide me to some serius info (websites or books) > about the FreeBSD kernel? What type it is, how it works, what is it's > job...... http://www.freebsd.org/doc/en_US.ISO8859-1/books/design-44bsd/index.html the book should also be _the bible_ on the subject. >=20 > br > db >=20 /ole_guldberg --=20 see my pgp public key at http://home20.inet.tele.dk/ole_guldberg or at: http://pgp.mit.edu:11371/pks/lookup?op=3Dget&search=3D0xEC74D4C5 --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 iD8DBQE8+hlp17UJZux01MURAvElAJ93j2K1zh66KdfXmWTNjryJRcmJ+wCgseDd go79EvXVlTyKizxoxLwBIPM= =Nrue -----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 Sun Jun 2 6:21:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bps.jodocus.org (c115139.upc-c.chello.nl [212.187.115.139]) by hub.freebsd.org (Postfix) with ESMTP id 917B437B400 for ; Sun, 2 Jun 2002 06:21:33 -0700 (PDT) Received: (from joost@localhost) by bps.jodocus.org (8.11.6/8.11.6) id g52DLS503838; Sun, 2 Jun 2002 15:21:28 +0200 (CEST) (envelope-from joost) Date: Sun, 2 Jun 2002 15:21:28 +0200 From: Joost Bekkers To: Bill Moran Cc: FreeBSD Mailing List Subject: Re: obscure firewall and mail problem... Message-ID: <20020602152128.A3792@bps.jodocus.org> Mail-Followup-To: Joost Bekkers , Bill Moran , FreeBSD Mailing List References: <200206020800.g52803901241@tao.thought.org> <3CF9F896.3000106@potentialtech.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: <3CF9F896.3000106@potentialtech.com>; from wmoran@potentialtech.com on Sun, Jun 02, 2002 at 06:51:02AM -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 Sun, Jun 02, 2002 at 06:51:02AM -0400, Bill Moran wrote: > > The order in which things appear in the DNS config is important. Generally, > putting the MX record as the first record (after the SOA) works pretty well. > Not true, order is irrelevant in dns. You can put your records in any order you want, just make sure you use the correct name for the record. freebsd.org. 3600 IN SOA NS0.freebsd.org. hostmaster.freebsd.org. 102051802 1800 900 604800 1800 freebsd.org. 3600 IN NS ns1.root.com. freebsd.org. 3600 IN NS ns0.freebsd.org. www.freebsd.org. 3600 IN A 216.136.204.117 freebsd.org. 600 IN MX 10 hub.freebsd.org. is exactly the same as freebsd.org. 3600 IN SOA NS0.freebsd.org. hostmaster.freebsd.org. 102051802 1800 900 604800 1800 freebsd.org. 600 IN MX 10 hub.freebsd.org. freebsd.org. 3600 IN NS ns1.root.com. freebsd.org. 3600 IN NS ns0.freebsd.org. www.freebsd.org. 3600 IN A 216.136.204.117 -- greetz Joost joost@jodocus.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 6:32:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from server1.one-dom.com (server1.one-dom.com [64.39.30.52]) by hub.freebsd.org (Postfix) with SMTP id 4F0D037B401 for ; Sun, 2 Jun 2002 06:32:50 -0700 (PDT) Received: (qmail 20301 invoked from network); 2 Jun 2002 13:32:48 -0000 Received: from unknown (HELO linuxorbit.com) (208.18.255.33) by 0004.info with SMTP; 2 Jun 2002 13:32:48 -0000 Message-ID: <3CFA1E5A.5020302@linuxorbit.com> Date: Sun, 02 Jun 2002 08:32:10 -0500 From: David LeCount User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc3) Gecko/20020531 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions Subject: Re: Kernel errors 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 Thanks for your replies. I'm keeping up with the stable branch. I do cvsups every few weeks. I've looked through the handbook several times, including just before my first message, and didn't see anything about the old method being discontinued. It simply says that you should only use the new method after a cvsup. If it is, however, then that would explain this problem. But it seems like things I change in the config file don't get compiled into the kernel with a make buildkernel. For instance, mount_smbfs complains that it can't find any /dev/nsmb* files, which there aren't and MAKEDEV won't make them, yet I have all the options that I'm supposed to in the kernel according to all the documents I've read. I've also had other various problems which could be related. I've been looking in all different angles and haven't come up with anything yet. I can't solve the problem because I'm not even sure exactly what's causing it. Thanks again. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 6:43:50 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 13EB637B404 for ; Sun, 2 Jun 2002 06:43:43 -0700 (PDT) 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 GAA11877; Sun, 2 Jun 2002 06:43:41 -0700 Message-ID: <3CFA210C.9040208@owt.com> Date: Sun, 02 Jun 2002 06:43:40 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: David LeCount Cc: freebsd-questions Subject: Re: Kernel errors References: <3CFA1E5A.5020302@linuxorbit.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 David LeCount wrote: > Thanks for your replies. I'm keeping up with the stable branch. I do > cvsups every few weeks. I've looked through the handbook several times, > including just before my first message, and didn't see anything about > the old method being discontinued. It simply says that you should only > use the new method after a cvsup. If it is, however, then that would > explain this problem. But it seems like things I change in the config > file don't get compiled into the kernel with a make buildkernel. For > instance, mount_smbfs complains that it can't find any /dev/nsmb* files, > which there aren't and MAKEDEV won't make them, yet I have all the > options that I'm supposed to in the kernel according to all the > documents I've read. I've also had other various problems which could be > related. I've been looking in all different angles and haven't come up > with anything yet. I can't solve the problem because I'm not even sure > exactly what's causing it. Thanks again. > Do you have a KERNCONF=KENSHI in /etc/make.conf. Otherwise you have to use make buildworld KERNCONF=KENSHI The config method is still supported after you have done an installworld. You can force your way into a really bad situation if you do the installworld first. Are you cvsuping src-all? 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 Sun Jun 2 6:48:18 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 5EA3637B406 for ; Sun, 2 Jun 2002 06:48:12 -0700 (PDT) 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 GAA12047; Sun, 2 Jun 2002 06:48:11 -0700 Message-ID: <3CFA2219.3020804@owt.com> Date: Sun, 02 Jun 2002 06:48:09 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: kenshi@linuxorbit.com, freebsd-questions@FreeBSD.ORG Subject: Re: Kernel errors References: <3CFA1E5A.5020302@linuxorbit.com> <3CFA210C.9040208@owt.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 Kent Stewart wrote: > > > David LeCount wrote: > >> Thanks for your replies. I'm keeping up with the stable branch. I do >> cvsups every few weeks. I've looked through the handbook several >> times, including just before my first message, and didn't see anything >> about the old method being discontinued. It simply says that you >> should only use the new method after a cvsup. If it is, however, then >> that would explain this problem. But it seems like things I change in >> the config file don't get compiled into the kernel with a make >> buildkernel. For instance, mount_smbfs complains that it can't find >> any /dev/nsmb* files, which there aren't and MAKEDEV won't make them, >> yet I have all the options that I'm supposed to in the kernel >> according to all the documents I've read. I've also had other various >> problems which could be related. I've been looking in all different >> angles and haven't come up with anything yet. I can't solve the >> problem because I'm not even sure exactly what's causing it. Thanks >> again. >> > > > Do you have a > > KERNCONF=KENSHI > > > in /etc/make.conf. Otherwise you have to use > > > make buildworld KERNCONF=KENSHI Oops ^^^^^ kernel I use a logging script and don't type these commands by hand. Kent > > The config method is still supported after you have done an > installworld. You can force your way into a really bad situation if you > do the installworld first. > > Are you cvsuping src-all? > > > 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 Sun Jun 2 7:21: 3 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 3353A37B407 for ; Sun, 2 Jun 2002 07:21:00 -0700 (PDT) Received: from localhost (root@localhost) by utility.clubscholarship.com (8.11.6/8.11.6) with ESMTP id g52EF8571870; Sun, 2 Jun 2002 07:15:08 -0700 (PDT) (envelope-from root@utility.clubscholarship.com) Date: Sun, 2 Jun 2002 07:15:08 -0700 (PDT) From: Patrick Thomas To: Chris Fedde Cc: Subject: Re: use of fsck -y In-Reply-To: <200206020633.g526XnQW047284@fedde.littleton.co.us> Message-ID: <20020602071202.U18408-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 > > vnconfig /dev/vn0 /prisons/1a > mount /dev/vn0c /mnt/point > if [ $? != 0 ] > then > fsck -y /dev/vn0 > mount /dev/vn0c /mnt/point > if [ $? != 0 ] > then > echo Mount fails even after fsck. Better check this by hand > fi > fi > /mnt/point/apachectl start If I understand correctly, this does the fsck only if it comes up dirty ? But skips it if it comes up clean ? > BTW. softupdates might also give you some performance advantages > on peudo disk device filesystems. Will softupdates make fsck irrelevant ? That is, is it like journalling in the sense that I can cut the power and not lose anything ? Or do I still need to fsck after a crash ? thanks, PT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 7:24:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from server1.one-dom.com (server1.one-dom.com [64.39.30.52]) by hub.freebsd.org (Postfix) with SMTP id 7187537B406 for ; Sun, 2 Jun 2002 07:24:19 -0700 (PDT) Received: (qmail 24530 invoked from network); 2 Jun 2002 14:24:18 -0000 Received: from unknown (HELO linuxorbit.com) (208.18.255.33) by 0004.info with SMTP; 2 Jun 2002 14:24:18 -0000 Message-ID: <3CFA2A6C.3080108@linuxorbit.com> Date: Sun, 02 Jun 2002 09:23:40 -0500 From: David LeCount User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc3) Gecko/20020531 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions Subject: Re: Kernel errors 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 specify KERNCONF=KENSHI when doing a make buildworld and installworld. I am cvsuping src-all. And I do use the modern method to build my kernel every time I cvsup, and then I'll try the old method if I want to make changes but I always get the same error so I do the new method. I take back the belief that make installworld isn't working because I managed to set up IPv6 after it started doing this, but I can't figure out what's up with the nsmb device. I've tried MAKEDEV nsmb0, nsmb, and even nsmb* in desperation but it says no such device. So I don't know if the problems are related or not. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 7:48:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from kogut.o2.pl (kogut.o2.pl [212.126.20.61]) by hub.freebsd.org (Postfix) with ESMTP id 4170737B408 for ; Sun, 2 Jun 2002 07:48:29 -0700 (PDT) Received: from localhost (unknown [62.233.167.10]) by kogut.o2.pl (Postfix) with ESMTP id A91E02CAA86 for ; Sun, 2 Jun 2002 16:47:05 +0200 (CEST) X-Sender: info@o2.pl From: =?windows-1250?Q?t=B3umaczenie?= To: freebsd-questions@FreeBSD.ORG Date: Sun, 02 Jun 2002 16:50:40 +0200 Subject: =?windows-1250?Q?oferta_t=B3umaczenia?= Reply-To: info@o2.pl MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1250 Content-Transfer-Encoding: 8bit Message-Id: <20020602144705.A91E02CAA86@kogut.o2.pl> Sender: owner-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 Pañstwo, Chcia³bym Pañstwu zaproponowaæ us³ugê t³umaczenia z zakresu jêzyka niemieckiego i angielskiego. T³umaczenie we wszystkich mo¿liwych konfiguracjach (pol-ang, ang-niem itd.) Posiadam kilkunastoletnie doœwiadczenie w t³umaczeniu ró¿norodnych tekstów ze szczególnym uwzglêdnieniem materia³ów z zakresu business english, Wirtschaftsdeutsch, programy komputerowe. Z uwagi na fakt, ¿e nie posiadam ¿adnego tytu³u potwierdzaj¹cego moje kwalifikacje zawodowe w dziedzinie profesjonalnego t³umaczenie (t³umacz przysiêg³y itp.) mogê Pañstwu zaproponowaæ korzystn¹ ofertê cenow¹. Certyfikaty jakie posiadam to LCCI III - Business English, DeutschWirtschaftDiplom (DWD) Z powa¿aniem, Marcin G. W przypadku gdyby Pañstwo byli zainteresowani proszê o kontakt pod translations@o2.pl Dear Sir or Madam, I wish to offer you translation services in english, german and polish. All configurations e.i. germ - eng, eng - pol e.t.c. are possible. I posses quite long expierience in translating various written materials, especially with regard to business english, Wirtschaftsdeutsch and computer software. Owing to the fact that I am not able to produce any certificate that would prove my professional skills with regard to translations (e.g. certified translator) I can offer you favourable price. Certificates that I do posses are LCCI III - Business English and DWD - DeutschWirtschaftDiplom Sincerely, Marcin G. Should you be interested please contact me under translations@o2.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 7:49:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from kogut.o2.pl (kogut.o2.pl [212.126.20.61]) by hub.freebsd.org (Postfix) with ESMTP id 73E9337B400 for ; Sun, 2 Jun 2002 07:49:22 -0700 (PDT) Received: from localhost (unknown [62.233.167.10]) by kogut.o2.pl (Postfix) with ESMTP id ACE792CAA9E for ; Sun, 2 Jun 2002 16:48:04 +0200 (CEST) X-Sender: info@o2.pl From: =?windows-1250?Q?t=B3umaczenie?= To: questions@FreeBSD.org Date: Sun, 02 Jun 2002 16:51:39 +0200 Subject: =?windows-1250?Q?oferta_t=B3umaczenia?= Reply-To: info@o2.pl MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1250 Content-Transfer-Encoding: 8bit Message-Id: <20020602144804.ACE792CAA9E@kogut.o2.pl> Sender: owner-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 Pañstwo, Chcia³bym Pañstwu zaproponowaæ us³ugê t³umaczenia z zakresu jêzyka niemieckiego i angielskiego. T³umaczenie we wszystkich mo¿liwych konfiguracjach (pol-ang, ang-niem itd.) Posiadam kilkunastoletnie doœwiadczenie w t³umaczeniu ró¿norodnych tekstów ze szczególnym uwzglêdnieniem materia³ów z zakresu business english, Wirtschaftsdeutsch, programy komputerowe. Z uwagi na fakt, ¿e nie posiadam ¿adnego tytu³u potwierdzaj¹cego moje kwalifikacje zawodowe w dziedzinie profesjonalnego t³umaczenie (t³umacz przysiêg³y itp.) mogê Pañstwu zaproponowaæ korzystn¹ ofertê cenow¹. Certyfikaty jakie posiadam to LCCI III - Business English, DeutschWirtschaftDiplom (DWD) Z powa¿aniem, Marcin G. W przypadku gdyby Pañstwo byli zainteresowani proszê o kontakt pod translations@o2.pl Dear Sir or Madam, I wish to offer you translation services in english, german and polish. All configurations e.i. germ - eng, eng - pol e.t.c. are possible. I posses quite long expierience in translating various written materials, especially with regard to business english, Wirtschaftsdeutsch and computer software. Owing to the fact that I am not able to produce any certificate that would prove my professional skills with regard to translations (e.g. certified translator) I can offer you favourable price. Certificates that I do posses are LCCI III - Business English and DWD - DeutschWirtschaftDiplom Sincerely, Marcin G. Should you be interested please contact me under translations@o2.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 8:15:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97]) by hub.freebsd.org (Postfix) with ESMTP id 7182337B405 for ; Sun, 2 Jun 2002 08:15:25 -0700 (PDT) Received: from wn4-marvin.wn4.uni-karlsruhe.de (root@tplx2.rz.uni-karlsruhe.de [129.13.88.71]) by mailgate.rz.uni-karlsruhe.de with smtp (Exim 3.33 #1) id 17EX4m-0002jN-00; Sun, 02 Jun 2002 17:15:24 +0200 Received: (qmail 2313 invoked by uid 1000); 2 Jun 2002 15:17:53 -0000 Message-ID: <20020602151753.2312.qmail@wn4-marvin.wn4.uni-karlsruhe.de> To: David LeCount Cc: freebsd-questions Subject: Re: Kernel errors References: <3CFA2A6C.3080108@linuxorbit.com> From: Benedikt Schmidt Date: Sun, 02 Jun 2002 17:17:53 +0200 In-Reply-To: <3CFA2A6C.3080108@linuxorbit.com> (David LeCount's message of "Sun, 02 Jun 2002 09:23:40 -0500") Lines: 16 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386--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 David LeCount writes: > I specify KERNCONF=KENSHI when doing a make buildworld and > installworld. I am cvsuping src-all. And I do use the modern method to > build my kernel every time I cvsup, and then I'll try the old method > if I want to make changes but I always get the same error so I do the > new method. I take back the belief that make installworld isn't > working because I managed to set up IPv6 after it started doing this, > but I can't figure out what's up with the nsmb device. I've tried > MAKEDEV nsmb0, nsmb, and even nsmb* in desperation but it says no such > device. So I don't know if the problems are related or not. Hav you forgotten mergemaster(8) to get a new version of /dev/MAKEDEV? -- Regards, Benedikt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 8:51:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from shell.bchosting.com (shell.bchosting.com [64.69.68.35]) by hub.freebsd.org (Postfix) with ESMTP id EB55537B41C for ; Sun, 2 Jun 2002 08:51:45 -0700 (PDT) Received: from localhost (chris@localhost) by shell.bchosting.com (8.12.3/8.11.0) with ESMTP id g52Fpiwl070083 for ; Sun, 2 Jun 2002 08:51:44 -0700 (PDT) (envelope-from chris@selkie.org) Date: Sun, 2 Jun 2002 08:51:44 -0700 (PDT) From: Chris Phillips X-Sender: chris@shell.bchosting.com To: freebsd-questions@freebsd.org Subject: pullup failed 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 started receiving /kernel messages in /var/log/messages claiming that pullup failed. May 31 09:39:08 penguin /kernel: pullup failed Anyone know what this is? Thanks. -Chris Phillips P.S. Please cc: me as I am not on the list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 9:18:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f218.law10.hotmail.com [64.4.15.218]) by hub.freebsd.org (Postfix) with ESMTP id 52A1737B404 for ; Sun, 2 Jun 2002 09:18:27 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 2 Jun 2002 09:18:27 -0700 Received: from 65.170.225.200 by lw10fd.law10.hotmail.msn.com with HTTP; Sun, 02 Jun 2002 16:18:27 GMT X-Originating-IP: [65.170.225.200] From: "Sudhaker P" To: questions@freebsd.org Subject: regarding Openssh Date: Sun, 02 Jun 2002 11:18:27 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 02 Jun 2002 16:18:27.0274 (UTC) FILETIME=[20719AA0:01C20A51] Sender: owner-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 dont know whether this is right place to place this question or not but I've been using openssh_2.9.p2, the servers which have openssh use scp and preshared keys to transfer files from other locations. We have moved the servers and the IP address of the servers have changed and these servers are to import the files over the internet. can any of you gurus at Freebsd guide me on what all are the changes that i've got to make for successful file transfer between two users with pre-shared keys. -regards, Peram _________________________________________________________________ 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 Jun 2 9:21:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uemsmwscpf1.cpf.navy.mil (rnoc3.cpf.navy.mil [199.124.15.38]) by hub.freebsd.org (Postfix) with SMTP id 6618537B401 for ; Sun, 2 Jun 2002 09:21:45 -0700 (PDT) Received: FROM uemsconnsp1.cpf.navy.mil BY uemsmwscpf1.cpf.navy.mil ; Sun Jun 02 06:21:43 2002 -1000 Received: by u661-serv-1-host-257.cpf.navy.mil with Internet Mail Service (5.5.2653.19) id ; Sun, 2 Jun 2002 06:21:43 -1000 Message-ID: From: "Kuriyama, Kent K Mr (CPF N671KK)" To: "'freebsd-questions@freebsd.org'" Subject: RE: Weird 'permissions denied' problem - SOLVED Date: Sun, 2 Jun 2002 06:21:42 -1000 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 This problem was caused by having the permissions on '/usr' set to 'drwx------'. What was so baffling about it was that I had to drop to single user mode to make this change. Sorry for the wasted bandwidth. Kent Kuriyama -----Original Message----- From: Kuriyama, Kent K Mr (CPF N671KK) Sent: Saturday, June 01, 2002 09:15 PM To: 'freebsd-questions@freebsd.org' Subject: Weird 'permissions denied' problem I am running FBSD 4.6 RC. I have this weird problem in which a non-root user gets a "Permission denied" error when executing 'ls -la' while in the '/usr' directory. As root I can do: pswmon1# cd /usr pswmon1# ls -la total 47 drwxr-xr-x 15 root wheel 512 May 4 07:45 . drwxr-xr-x 21 root wheel 1024 Jun 1 18:12 .. <<< Looks OK drwxr-xr-x 10 root wheel 512 Jun 15 2001 X11R6 . . . rest deleted As a non-root user I get: pswmon1: {136} cd /usr pswmon1: {137} ls -la ls: ..: Permission denied <<< Why this message? total 46 drwxr-xr-x 15 root wheel 512 May 4 07:45 . drwxr-xr-x 10 root wheel 512 Jun 15 2001 X11R6 . . . rest deleted Similarly when the non-root user does: pswmon1: {138} ls -la /usr/.. ls: /usr/..: Permission denied The permission's on '..' look OK to me but all non-root users get the same "Permission denied" message. Can someone please tell me what I'm doing wrong? Thanks. Kent Kuriyama To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 9:33:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (cfedde.dsl.frii.net [216.17.139.141]) by hub.freebsd.org (Postfix) with ESMTP id 7564737B404 for ; Sun, 2 Jun 2002 09:33:34 -0700 (PDT) Received: from fedde.littleton.co.us (localhost [127.0.0.1]) by fedde.littleton.co.us (8.12.3/8.12.3) with ESMTP id g52GXXQW048693; Sun, 2 Jun 2002 10:33:33 -0600 (MDT) Message-Id: <200206021633.g52GXXQW048693@fedde.littleton.co.us> To: Patrick Thomas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: use of fsck -y In-Reply-To: <20020602071202.U18408-100000@utility.clubscholarship.com> From: Chris Fedde Date: Sun, 02 Jun 2002 10:33:33 -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 Sun, 2 Jun 2002 07:15:08 -0700 (PDT) Patrick Thomas wrote: +------------------ | > vnconfig /dev/vn0 /prisons/1a | > mount /dev/vn0c /mnt/point | > if [ $? != 0 ] | > then | > fsck -y /dev/vn0 | > mount /dev/vn0c /mnt/point | > if [ $? != 0 ] | > then | > echo Mount fails even after fsck. Better check this by hand | > fi | > fi | > /mnt/point/apachectl start | | If I understand correctly, this does the fsck only if it comes up dirty ? | But skips it if it comes up clean ? +------------------ this does the fsck only if the mount fails. +------------------ | > BTW. softupdates might also give you some performance advantages | > on peudo disk device filesystems. | | Will softupdates make fsck irrelevant ? That is, is it like journalling | in the sense that I can cut the power and not lose anything ? Or do I | still need to fsck after a crash ? +------------------ Softupdates ensures that the filesystem is always consistent on disk. It also reduces the number sync operations which improves create/delete performance and read/write on small files. A hard crash still will not mark the file system clean so a plain mount will fail. I've not experimented much with force mounting unclean softupdate enabled file systems. But I've never had a softupdate file system fail fsck -p. -- Chris Fedde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 9:49: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.27in.tv (roc-24-169-198-248.rochester.rr.com [24.169.198.248]) by hub.freebsd.org (Postfix) with ESMTP id 0D6BA37B406 for ; Sun, 2 Jun 2002 09:49:01 -0700 (PDT) Received: (from root@localhost) by mail.27in.tv (8.12.3/8.11.6) id g52Gn0rt073203; Sun, 2 Jun 2002 12:49:00 -0400 (EDT) (envelope-from cjm2@earthling.net) Received: from maxpower (cjm2@maxpower.lan.27in.tv [10.0.0.20]) by mail.27in.tv (8.12.3/8.11.6av) with SMTP id g52GmwTI073195; Sun, 2 Jun 2002 12:48:59 -0400 (EDT) (envelope-from cjm2@earthling.net) From: "C J Michaels" To: Cc: Subject: RE: Telnet localhost 25 Date: Sun, 2 Jun 2002 12:49:17 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <000001c2097d$57cc3d40$8404a8c0@TheGetto> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal 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 FYI loopback is supposed to be 127.0.0.0/8. Although I doubt making it a /24 is going to cause you any real headaches, you know know. --Chris > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of > rahermon@iastate.edu > Sent: Saturday, June 01, 2002 11:02 AM > To: freebsd-questions@FreeBSD.ORG > Subject: RE: Telnet localhost 25 > > > > After much headaches for some reason I decided to check the lo0 > interface and to my surprise :-) > # ifconfig lo0 > > lo0: flags=8049 mtu 16384 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 > > then # ifconfig lo0 127.0.0.1 netmask 255.255.255.0 broadcast > 127.0.0.255 > > Problem solved. Thanks. Only posted for the benefit of future searches > on similar problems. > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of > rahermon@iastate.edu > Sent: Thursday, May 30, 2002 7:20 AM > To: freebsd-questions@FreeBSD.ORG > Subject: Telnet localhost 25 > > I was not sure where to send the question so when in doubt try this > list. > > FreeBSD FW 4.6-RC FreeBSD 4.6-RC #0: Mon May 27 23:46:22 CDT 2002 > root@FW.rhbsd.dhs.org:/usr/obj/usr/src/sys/FW i386 > > To make a log story short the above machine is my DNS, DHCP server, and > Firewall running NATD. > Using ipfw and the rules that Dan O'Connor, from Freebsd cheat sheets, > suggests on Setting-up a Dual-Homed Host. > > The problem: Sendmail stopped working about 5 days ago. Let me rephrase > that, mail delivery stopped about 5 days ago. > > > inside interface ip: 192.168.4.1 > > if { > telnet 192.168.4.1 25 > } > Trying 192.168.4.1... > Connected to ns1.rhbsd.dhs.org. > Escape character is '^]'. > 220 ns1.rhbsd.dhs.org ESMTP Sendmail 8.12.3/8.12.3; Thu, 30 May 2002 > 07:38:24 -0500 (CDT) > > if { > telnet localhost 25 > } > Trying ::1... > telnet: connect to address ::1: Connection refused > Trying 127.0.0.1... > telnet: connect to address 127.0.0.1: Operation timed out > telnet: Unable to connect to remote host > > funny thing is that telnet localhost 25 only looks as above if I remove > the following from my rules set: > ${fwcmd} add 200 deny all from any to 127.0.0.0/8 > > else { > telnet localhost 25 > } > Trying ::1... > telnet: connect to address ::1: Connection refused > Trying 127.0.0.1... > telnet: connect to address 127.0.0.1: Permission denied > telnet: Unable to connect to remote host > > I can also do { > telnet 0 25 > } > Trying 0.0.0.0... > Connected to 0. > Escape character is '^]'. > 220 ns1.rhbsd.dhs.org ESMTP Sendmail 8.12.3/8.12.3; Thu, 30 May 2002 > 07:53:27 -0500 (CDT) > > # tail -f /var/log/maillog > > May 30 07:45:36 FW sm-mta[5032]: g4UCcOuX005032: ns1.rhbsd.dhs.org > [192.168.4.1] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA > May 30 07:53:51 FW sm-mta[5052]: g4UCrRuX005052: ns1.rhbsd.dhs.org > [192.168.4.1] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA > > I checked: > /etc/resolv.conf > /etc/hosts > /etc/hosts.allow > > I tried just telling sendmail to deliver mail somewhere else like > 192.168.4.1 where I was able to telnet to port 25 but seems like I am to > dense to do it. > # cd /etc/mail/ > # make all > modified fw.mc (which was created after make all) > by adding LOCAL_RELAY and since it did not work MAIL_HUB > I also explicitly allow localhost and 127.0.0.1 on > /etc/mail/access > Which make updated the access.db file. > # make cf > # make install > # make restart > > Finally, it follows some of the errors on my maillog file. > # tail -f /var/log/maillog > > > May 30 08:12:59 FW sm-msp-queue[5075]: g4Q84JOZ000943: to=root, > ctladdr=root (0/0), delay=4+05:08:40, xdelay=00:00:00, mailer=relay, > pri=16500053, relay=localhost.rhbsd.dhs.org., dsn=4.0.0, stat=Deferred: > Permission denied > May 30 08:12:59 FW sm-msp-queue[5075]: g4Q84H1Y000899: to=root, > ctladdr=root (0/0), delay=4+05:08:42, xdelay=00:00:00, mailer=relay, > pri=16500056, relay=localhost.rhbsd.dhs.org., dsn=4.0.0, stat=Deferred: > Permission denied > May 30 08:12:59 FW sm-msp-queue[5075]: g4PDNvgF004004: to=root, > delay=4+23:49:02, xdelay=00:00:00, mailer=relay, pri=18751468, > relay=localhost.rhbsd.dhs.org., dsn=4.0.0, stat=Deferred: Permission > denied > > > After many days of reading and trying different things I don't know > where else to look some advice will be greatly appreciated. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 9:55:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from permanently.misplaced.net (permanently.misplaced.net [209.45.245.152]) by hub.freebsd.org (Postfix) with ESMTP id BBA3437B404 for ; Sun, 2 Jun 2002 09:55:51 -0700 (PDT) Received: from permanently.misplaced.net (cday@localhost [127.0.0.1]) by permanently.misplaced.net (8.12.2/8.12.2) with ESMTP id g52Gto3d016639 for ; Sun, 2 Jun 2002 12:55:50 -0400 (EDT) Received: (from cday@localhost) by permanently.misplaced.net (8.12.2/8.12.2/Submit) id g52Gtoxl016638 for freebsd-questions@freebsd.org; Sun, 2 Jun 2002 12:55:50 -0400 (EDT) Date: Sun, 2 Jun 2002 12:55:50 -0400 From: Chad Day To: freebsd-questions@freebsd.org Subject: Help with Cox cable modem on FreeBSD 4.5 Message-ID: <20020602125549.A16596@permanently.misplaced.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello.. I have a COX cable modem (northern virginia), and I'm kind of stuck now. I've done a lot of reading of documentation about getting the cable modem to work, and some of it has helped.. but.. here's where I'm at now. I login, after resetting my cable modem (I have to do this every time I switch between FreeBSD and my Windows machine -- seperate boxes).. I run dhclient xl0 for my card, and it gets me the IP address, router info, gateway, etc -- all successfully. What happens next is the weird thing.. sometimes I can get about 2-3 minutes of normal connectivity.. never more than that, and sometimes not at all. Then everything just dies. I can't ping anything, including gateways or DNS servers at cox.. just packet loss everywhere. Can't traceroute, can't ftp, nothing. I can kill dhclient and start it again, and it appears to work again (gets an IP addr), but I can't do anything still. I'm unsure why I am unable to maintain a connection. When I run ifconfig after running dhclient, it looks correct -- it has my ip address, and all the other appropriate things. Has anyone come across this problem before? It's pretty frustrating to have like 2 minutes of connectivity, then poof.. nothing.. I feel like I'm so close to getting it working, but I'm missing something. Thanks! Chad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 10:26:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sonic.kks.net (sonic.kks.net [213.161.0.18]) by hub.freebsd.org (Postfix) with ESMTP id 0229337B400 for ; Sun, 2 Jun 2002 10:26:46 -0700 (PDT) Received: from voyager.kksonline.com (5-51.ro.cable.kks.net [213.161.5.51]) by sonic.kks.net (Postfix) with ESMTP id 0D8B7216 for ; Sun, 2 Jun 2002 19:26:54 +0200 (CEST) Message-Id: <5.0.2.1.0.20020602191702.0309f700@164.8.8.5> X-Sender: arozman@213.161.0.10 X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Sun, 02 Jun 2002 19:18:49 +0200 To: freebsd-questions@FreeBSD.ORG From: Aleksander Rozman - Andy Subject: networking in fixit mode 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 am only able to start my system in fixit mode (with either fixit diskette or live CD Rom). How do I configure and enable networking in this mode. I need to transfer some files to this fixit mode, from my living FreeBSD.... Any ideas? Andy ************************************************************************** * Aleksander Rozman - Andy * Fandoms: E2:EA, SAABer, Trekkie, Earthie * * andy@kksonline.com * Sentinel, BH 90210, True's Trooper, * * andy@atechnet.dhs.org * Heller's Angel, Questie, Legacy, PO5, * * Maribor, Slovenia (Europe) * Profiler, Buffy (Slayerete), Pretender * * ICQ-UIC: 4911125 ********************************************* * PGP key available * http://www.atechnet.dhs.org/~andy/ * ************************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 10:41:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lakemtao07.cox.net (lakemtao07.cox.net [68.1.17.114]) by hub.freebsd.org (Postfix) with ESMTP id D2F6237B400 for ; Sun, 2 Jun 2002 10:41:13 -0700 (PDT) Received: from cox.net ([24.94.207.167]) by lakemtao07.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20020602174113.FWJK1131.lakemtao07.cox.net@cox.net> for ; Sun, 2 Jun 2002 13:41:13 -0400 Message-ID: <3CFA58B7.4060104@cox.net> Date: Sun, 02 Jun 2002 12:41:11 -0500 From: "Justin L. Boss" User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0rc2) Gecko/20020513 Netscape/7.0b1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Quake1 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 this is what i get when i try to run quake # quake-x11 Host_Init Added packfile ./id1/pak0.pak (339 files) FindFile: can't find gfx/pop.lmp Console initialized. Segmentation fault - core dumped # can someone tell me what is wrong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 10:43:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub-1.iastate.edu (mailhub-1.iastate.edu [129.186.140.3]) by hub.freebsd.org (Postfix) with ESMTP id 8696337B409 for ; Sun, 2 Jun 2002 10:43:19 -0700 (PDT) Received: from mailout-1.iastate.edu (mailout-1.iastate.edu [129.186.140.1]) by mailhub-1.iastate.edu (8.9.3/8.9.3) with SMTP id MAA19991; Sun, 2 Jun 2002 12:43:17 -0500 From: rahermon@iastate.edu Received: from fw.student.iastate.edu(64.113.93.191) by mailout-1.iastate.edu via csmap id 5167; Sun, 02 Jun 2002 12:46:23 -0500 (CDT) To: "'C J Michaels'" Cc: Subject: RE: Telnet localhost 25 Date: Sun, 2 Jun 2002 12:43:17 -0500 Message-ID: <000001c20a5c$fa8e3d50$8404a8c0@TheGetto> 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 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 Noted, corrected, and thank you. From now on # ifconfig lo0 127.0.0.1/8 Regards, Ramon > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of C J Michaels > Sent: Sunday, June 02, 2002 11:49 AM > To: rahermon@iastate.edu > Cc: freebsd-questions@FreeBSD.ORG > Subject: RE: Telnet localhost 25 > > > FYI loopback is supposed to be 127.0.0.0/8. Although I doubt > making it a /24 is going to cause you any real headaches, you > know know. > > --Chris > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of > > rahermon@iastate.edu > > Sent: Saturday, June 01, 2002 11:02 AM > > To: freebsd-questions@FreeBSD.ORG > > Subject: RE: Telnet localhost 25 > > > > > > > > After much headaches for some reason I decided to check the lo0 > > interface and to my surprise :-) # ifconfig lo0 > > > > lo0: flags=8049 mtu 16384 > > inet6 ::1 prefixlen 128 > > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 > > > > then # ifconfig lo0 127.0.0.1 netmask 255.255.255.0 broadcast > > 127.0.0.255 > > > > Problem solved. Thanks. Only posted for the benefit of > future searches > > on similar problems. > > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of > > rahermon@iastate.edu > > Sent: Thursday, May 30, 2002 7:20 AM > > To: freebsd-questions@FreeBSD.ORG > > Subject: Telnet localhost 25 > > > > I was not sure where to send the question so when in doubt try this > > list. > > > > FreeBSD FW 4.6-RC FreeBSD 4.6-RC #0: Mon May 27 23:46:22 CDT 2002 > > root@FW.rhbsd.dhs.org:/usr/obj/usr/src/sys/FW i386 > > > > To make a log story short the above machine is my DNS, DHCP server, > > and Firewall running NATD. Using ipfw and the rules that > Dan O'Connor, > > from Freebsd cheat sheets, suggests on Setting-up a Dual-Homed Host. > > > > The problem: Sendmail stopped working about 5 days ago. Let me > > rephrase that, mail delivery stopped about 5 days ago. > > > > > > inside interface ip: 192.168.4.1 > > > > if { > > telnet 192.168.4.1 25 > > } > > Trying 192.168.4.1... > > Connected to ns1.rhbsd.dhs.org. > > Escape character is '^]'. > > 220 ns1.rhbsd.dhs.org ESMTP Sendmail 8.12.3/8.12.3; Thu, 30 > May 2002 > > 07:38:24 -0500 (CDT) > > > > if { > > telnet localhost 25 > > } > > Trying ::1... > > telnet: connect to address ::1: Connection refused > > Trying 127.0.0.1... > > telnet: connect to address 127.0.0.1: Operation timed out > > telnet: Unable to connect to remote host > > > > funny thing is that telnet localhost 25 only looks as above if I > > remove the following from my rules set: ${fwcmd} add 200 > deny all from > > any to 127.0.0.0/8 > > > > else { > > telnet localhost 25 > > } > > Trying ::1... > > telnet: connect to address ::1: Connection refused > > Trying 127.0.0.1... > > telnet: connect to address 127.0.0.1: Permission denied > > telnet: Unable to connect to remote host > > > > I can also do { > > telnet 0 25 > > } > > Trying 0.0.0.0... > > Connected to 0. > > Escape character is '^]'. > > 220 ns1.rhbsd.dhs.org ESMTP Sendmail 8.12.3/8.12.3; Thu, 30 > May 2002 > > 07:53:27 -0500 (CDT) > > > > # tail -f /var/log/maillog > > > > May 30 07:45:36 FW sm-mta[5032]: g4UCcOuX005032: ns1.rhbsd.dhs.org > > [192.168.4.1] did not issue MAIL/EXPN/VRFY/ETRN during > connection to > > MTA May 30 07:53:51 FW sm-mta[5052]: g4UCrRuX005052: > ns1.rhbsd.dhs.org > > [192.168.4.1] did not issue MAIL/EXPN/VRFY/ETRN during > connection to > > MTA > > > > I checked: > > /etc/resolv.conf > > /etc/hosts > > /etc/hosts.allow > > > > I tried just telling sendmail to deliver mail somewhere else like > > 192.168.4.1 where I was able to telnet to port 25 but seems > like I am > > to dense to do it. > > # cd /etc/mail/ > > # make all > > modified fw.mc (which was created after make all) > > by adding LOCAL_RELAY and since it did not work MAIL_HUB > > I also explicitly allow localhost and 127.0.0.1 on > /etc/mail/access > > Which make updated the access.db file. > > # make cf > > # make install > > # make restart > > > > Finally, it follows some of the errors on my maillog file. > > # tail -f /var/log/maillog > > > > > > May 30 08:12:59 FW sm-msp-queue[5075]: g4Q84JOZ000943: to=root, > > ctladdr=root (0/0), delay=4+05:08:40, xdelay=00:00:00, > mailer=relay, > > pri=16500053, relay=localhost.rhbsd.dhs.org., dsn=4.0.0, > > stat=Deferred: Permission denied May 30 08:12:59 FW > > sm-msp-queue[5075]: g4Q84H1Y000899: to=root, ctladdr=root (0/0), > > delay=4+05:08:42, xdelay=00:00:00, mailer=relay, pri=16500056, > > relay=localhost.rhbsd.dhs.org., dsn=4.0.0, stat=Deferred: > Permission > > denied May 30 08:12:59 FW sm-msp-queue[5075]: > g4PDNvgF004004: to=root, > > delay=4+23:49:02, xdelay=00:00:00, mailer=relay, pri=18751468, > > relay=localhost.rhbsd.dhs.org., dsn=4.0.0, stat=Deferred: Permission > > denied > > > > > > After many days of reading and trying different things I don't know > > where else to look some advice will be greatly appreciated. > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 10:48:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tao.thought.org (sense-kline-250.oz.net [216.39.168.250]) by hub.freebsd.org (Postfix) with ESMTP id 5688237B409 for ; Sun, 2 Jun 2002 10:48:36 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.11.6/8.11.3) id g52HmOv06090; Sun, 2 Jun 2002 10:48:24 -0700 (PDT) (envelope-from kline) Date: Sun, 2 Jun 2002 10:48:24 -0700 From: Gary D Kline To: Joost Bekkers Cc: Bill Moran , FreeBSD Mailing List Subject: Re: obscure firewall and mail problem... Message-ID: <20020602174824.GA5931@tao.thought.org> References: <200206020800.g52803901241@tao.thought.org> <3CF9F896.3000106@potentialtech.com> <20020602152128.A3792@bps.jodocus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020602152128.A3792@bps.jodocus.org> User-Agent: Mutt/1.3.28i 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 Sun, Jun 02, 2002 at 03:21:28PM +0200, Joost Bekkers wrote: > On Sun, Jun 02, 2002 at 06:51:02AM -0400, Bill Moran wrote: > > > > The order in which things appear in the DNS config is important. Generally, > > putting the MX record as the first record (after the SOA) works pretty well. > > > > Not true, order is irrelevant in dns. You can put your records in any order you want, > just make sure you use the correct name for the record. > > freebsd.org. 3600 IN SOA NS0.freebsd.org. hostmaster.freebsd.org. 102051802 1800 900 604800 1800 > freebsd.org. 3600 IN NS ns1.root.com. > freebsd.org. 3600 IN NS ns0.freebsd.org. > www.freebsd.org. 3600 IN A 216.136.204.117 > freebsd.org. 600 IN MX 10 hub.freebsd.org. > > is exactly the same as > > freebsd.org. 3600 IN SOA NS0.freebsd.org. hostmaster.freebsd.org. 102051802 1800 900 604800 1800 > freebsd.org. 600 IN MX 10 hub.freebsd.org. > freebsd.org. 3600 IN NS ns1.root.com. > freebsd.org. 3600 IN NS ns0.freebsd.org. > www.freebsd.org. 3600 IN A 216.136.204.117 > Here is what I have in my db.thought.org that _works_: ; ns1.thought.org. IN A 216.39.168.248 tao.thought.org. IN A 216.39.168.250 ; ; ; MX records thought.org. IN MX 10 ns1.thought.org. IN MX 20 tao.thought.org. ....But when I left ns1|sage as it is and changed "tao" to 10.0.0.2, mail to kline@thought.org failed; only mail to kline@tao.thought.org made it across. My bounced mail complained about thought.org pointing to itself, so I commented out the MX records. ; ns1.thought.org. IN A 216.39.168.248 tao.thought.org. IN A 10.0.0.2 ; ; ; MX records ;thought.org. IN MX 10 ns1.thought.org. ; IN MX 20 tao.thought.org. I want everytthing to flow through ns1.thought.org and have mail routed to my other machines on my LAN. Do you guys see what needs fixing with my MX records? or is this a sendmail config issue? 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 Sun Jun 2 10:53:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hub.FreeBSD.org (ppp-62-235-225-245.tiscali.be [62.235.225.245]) by hub.freebsd.org (Postfix) with SMTP id 1ECB737B411 for ; Sun, 2 Jun 2002 10:52:48 -0700 (PDT) From: immoresto@gran.com (Anne-abel) To: freebsd-questions@FreeBSD.org SUBJECT: Auberge a vendre MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0030_01C05A02.8AD62BA0" Message-Id: <20020602175248.1ECB737B411@hub.freebsd.org> Date: Sun, 2 Jun 2002 10:52:48 -0700 (PDT) Sender: owner-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_0030_01C05A02.8AD62BA0 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0031_01C05A02.8AD62BA0" ------=_NextPart_001_0031_01C05A02.8AD62BA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable =3c=48=54=4d=4c=3e =3c=48=45=41=44=3e =3c=4d=45=54=41=20=48=54=54=50=2d=45=51=55=49=56=3d=22=43=6f=6e=74=65=6e=74=2d=54=79=70=65=22=20=43=4f=4e=54=45=4e=54=3d=22=74=65=78=74=2f=68=74=6d=6c=3b=20=63=68=61=72=73=65=74=3d=77=69=6e=64=6f=77=73=2d=31=32=35=32=22=3e =3c=4d=45=54=41=20=4e=41=4d=45=3d=22=47=65=6e=65=72=61=74=6f=72=22=20=43=4f=4e=54=45=4e=54=3d=22=4d=69=63=72=6f=73=6f=66=74=20=57=6f=72=64=20=39=37=22=3e =3c=54=49=54=4c=45=3e=6d=65=73=73=61=67=65=3c=2f=54=49=54=4c=45=3e =3c=4d=45=54=41=20=4e=41=4d=45=3d=22=56=65=72=73=69=6f=6e=22=20=43=4f=4e=54=45=4e=54=3d=22=38=2e=30=2e=33=34=32=39=22=3e =3c=4d=45=54=41=20=4e=41=4d=45=3d=22=44=61=74=65=22=20=43=4f=4e=54=45=4e=54=3d=22=31=31=2f=32=38=2f=39=36=22=3e =3c=4d=45=54=41=20=4e=41=4d=45=3d=22=54=65=6d=70=6c=61=74=65=22=20=43=4f=4e=54=45=4e=54=3d=22=43=3a=5c=50=72=6f=67=72=61=6d=20=46=69=6c=65=73=5c=4d=69=63=72=6f=73=6f=66=74=20=4f=66=66=69=63=65=5c=4f=66=66=69=63=65=5c=48=54=4d=4c=2e=44=4f=54=22=3e =3c=2f=48=45=41=44=3e =3c=42=4f=44=59=20=54=45=58=54=3d=22=23=30=30=30=30=30=30=22=20=4c=49=4e=4b=3d=22=23=30=30=30=30=66=66=22=20=56=4c=49=4e=4b=3d=22=23=38=30=30=30=38=30=22=20=42=47=43=4f=4c=4f=52=3d=22=23=66=66=66=66=66=66=22=3e =3c=50=3e=26=6e=62=73=70=3b=3c=2f=50=3e =3c=46=4f=4e=54=20=46=41=43=45=3d=22=41=72=69=61=6c=22=20=53=49=5a=45=3d=34=20=43=4f=4c=4f=52=3d=22=23=38=30=30=30=38=30=22=3e=3c=50=3e=41=75=62=65=72=67=65=20=72=65=73=74=61=75=72=61=6e=74=20=26=61=67=72=61=76=65=3b=20=76=65=6e=64=72=65=3c=42=52=3e =41=75=62=65=72=67=65=20=72=65=73=74=61=75=72=61=6e=74=20=66=6f=72=20=73=61=6c=65=3c=2f=50=3e =3c=2f=46=4f=4e=54=3e=3c=42=3e=3c=46=4f=4e=54=20=46=41=43=45=3d=22=41=72=69=61=6c=22=20=43=4f=4c=4f=52=3d=22=23=38=30=30=30=38=30=22=3e=3c=50=3e=52=65=6e=73=65=69=67=6e=65=6d=65=6e=74=73=20=2d=20=69=6e=6c=69=63=68=74=69=6e=67=65=6e=3a=3c=2f=50=3e=3c=44=49=52=3e =3c=44=49=52=3e =3c=44=49=52=3e =3c=44=49=52=3e =3c=2f=42=3e=3c=2f=46=4f=4e=54=3e=3c=50=3e=3c=41=20=48=52=45=46=3d=22=68=74=74=70=3a=2f=2f=77=65=62=2e=77=61=6e=61=64=6f=6f=2e=62=65=2f=6a=69=63=65=64=65=22=3e=3c=46=4f=4e=54=20=46=41=43=45=3d=22=41=72=69=61=6c=22=3e=68=74=74=70=3a=2f=2f=77=65=62=2e=77=61=6e=61=64=6f=6f=2e=62=65=2f=6a=69=63=65=64=65=3c=2f=46=4f=4e=54=3e=3c=2f=41=3e=3c=2f=50=3e =3c=50=3e=26=6e=62=73=70=3b=3c=2f=50=3e=3c=2f=44=49=52=3e =3c=2f=44=49=52=3e =3c=2f=44=49=52=3e =3c=2f=44=49=52=3e =3c=46=4f=4e=54=20=43=4f=4c=4f=52=3d=22=23=38=30=38=30=30=30=22=3e=3c=50=3e=43=65=63=69=20=65=73=74=20=75=6e=20=63=6f=75=72=72=69=65=72=20=75=6e=69=71=75=65=2e=3c=42=52=3e =53=69=20=76=6f=75=73=20=6e=27=26=65=63=69=72=63=3b=74=65=73=20=70=61=73=20=69=6e=74=26=65=61=63=75=74=65=3b=72=65=73=73=26=65=61=63=75=74=65=3b=20=70=61=72=20=6c=65=73=20=69=6e=66=6f=72=6d=61=74=69=6f=6e=73=20=66=69=67=75=72=61=6e=74=20=63=69=2d=64=65=73=73=75=73=2c=3c=42=52=3e =6e=6f=75=73=20=73=6f=6d=6d=65=73=20=73=69=6e=63=26=65=67=72=61=76=65=3b=72=65=6d=65=6e=74=20=64=26=65=61=63=75=74=65=3b=73=6f=6c=26=65=61=63=75=74=65=3b=73=20=70=6f=75=72=20=6c=65=73=20=64=26=65=61=63=75=74=65=3b=73=61=67=72=26=65=61=63=75=74=65=3b=6d=65=6e=74=73=20=71=75=65=3c=42=52=3e =63=65=74=20=65=2d=6d=61=69=6c=20=70=6f=75=72=72=61=69=74=20=76=6f=75=73=20=61=76=6f=69=72=20=6f=63=63=61=73=69=6f=6e=6e=26=65=61=63=75=74=65=3b=73=2e=3c=42=52=3e =3c=2f=46=4f=4e=54=3e=3c=46=4f=4e=54=20=43=4f=4c=4f=52=3d=22=23=30=30=38=30=30=30=22=3e=54=68=69=73=20=69=73=20=61=20=6f=6e=65=20=74=69=6d=65=20=6f=6e=6c=79=20=65=6d=61=69=6c=2e=3c=42=52=3e =49=66=20=79=6f=75=20=61=72=65=20=6e=6f=74=20=69=6e=74=65=72=65=73=74=65=64=20=69=6e=20=74=68=65=20=69=6e=66=6f=72=6d=61=74=69=6f=6e=20=61=62=6f=76=65=2c=20=77=65=20=73=69=6e=63=65=72=65=6c=79=20=61=70=6f=6c=6f=67=69=7a=65=3c=42=52=3e =66=6f=72=20=61=6e=79=20=69=6e=63=6f=6e=76=65=6e=69=65=6e=63=65=20=74=68=69=73=20=65=6d=61=69=6c=20=6d=69=67=68=74=20=68=61=76=65=20=63=61=75=73=65=64=20=79=6f=75=2e=3c=2f=50=3e =3c=2f=46=4f=4e=54=3e=3c=46=4f=4e=54=20=43=4f=4c=4f=52=3d=22=23=38=30=38=30=30=30=22=3e=3c=2f=46=4f=4e=54=3e=3c=2f=42=4f=44=59=3e =3c=2f=48=54=4d=4c=3e ------=_NextPart_001_0031_01C05A02.8AD62BA0-- ------=_NextPart_000_0030_01C05A02.8AD62BA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 10:55:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hub.FreeBSD.org (ppp-62-235-225-245.tiscali.be [62.235.225.245]) by hub.freebsd.org (Postfix) with SMTP id 3665337B4C4 for ; Sun, 2 Jun 2002 10:54:49 -0700 (PDT) From: immoresto@gran.com (Anne-abel) To: questions@FreeBSD.org SUBJECT: Auberge a vendre MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0030_01C05A02.8AD62BA0" Message-Id: <20020602175449.3665337B4C4@hub.freebsd.org> Date: Sun, 2 Jun 2002 10:54:49 -0700 (PDT) Sender: owner-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_0030_01C05A02.8AD62BA0 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0031_01C05A02.8AD62BA0" ------=_NextPart_001_0031_01C05A02.8AD62BA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable =3c=48=54=4d=4c=3e =3c=48=45=41=44=3e =3c=4d=45=54=41=20=48=54=54=50=2d=45=51=55=49=56=3d=22=43=6f=6e=74=65=6e=74=2d=54=79=70=65=22=20=43=4f=4e=54=45=4e=54=3d=22=74=65=78=74=2f=68=74=6d=6c=3b=20=63=68=61=72=73=65=74=3d=77=69=6e=64=6f=77=73=2d=31=32=35=32=22=3e =3c=4d=45=54=41=20=4e=41=4d=45=3d=22=47=65=6e=65=72=61=74=6f=72=22=20=43=4f=4e=54=45=4e=54=3d=22=4d=69=63=72=6f=73=6f=66=74=20=57=6f=72=64=20=39=37=22=3e =3c=54=49=54=4c=45=3e=6d=65=73=73=61=67=65=3c=2f=54=49=54=4c=45=3e =3c=4d=45=54=41=20=4e=41=4d=45=3d=22=56=65=72=73=69=6f=6e=22=20=43=4f=4e=54=45=4e=54=3d=22=38=2e=30=2e=33=34=32=39=22=3e =3c=4d=45=54=41=20=4e=41=4d=45=3d=22=44=61=74=65=22=20=43=4f=4e=54=45=4e=54=3d=22=31=31=2f=32=38=2f=39=36=22=3e =3c=4d=45=54=41=20=4e=41=4d=45=3d=22=54=65=6d=70=6c=61=74=65=22=20=43=4f=4e=54=45=4e=54=3d=22=43=3a=5c=50=72=6f=67=72=61=6d=20=46=69=6c=65=73=5c=4d=69=63=72=6f=73=6f=66=74=20=4f=66=66=69=63=65=5c=4f=66=66=69=63=65=5c=48=54=4d=4c=2e=44=4f=54=22=3e =3c=2f=48=45=41=44=3e =3c=42=4f=44=59=20=54=45=58=54=3d=22=23=30=30=30=30=30=30=22=20=4c=49=4e=4b=3d=22=23=30=30=30=30=66=66=22=20=56=4c=49=4e=4b=3d=22=23=38=30=30=30=38=30=22=20=42=47=43=4f=4c=4f=52=3d=22=23=66=66=66=66=66=66=22=3e =3c=50=3e=26=6e=62=73=70=3b=3c=2f=50=3e =3c=46=4f=4e=54=20=46=41=43=45=3d=22=41=72=69=61=6c=22=20=53=49=5a=45=3d=34=20=43=4f=4c=4f=52=3d=22=23=38=30=30=30=38=30=22=3e=3c=50=3e=41=75=62=65=72=67=65=20=72=65=73=74=61=75=72=61=6e=74=20=26=61=67=72=61=76=65=3b=20=76=65=6e=64=72=65=3c=42=52=3e =41=75=62=65=72=67=65=20=72=65=73=74=61=75=72=61=6e=74=20=66=6f=72=20=73=61=6c=65=3c=2f=50=3e =3c=2f=46=4f=4e=54=3e=3c=42=3e=3c=46=4f=4e=54=20=46=41=43=45=3d=22=41=72=69=61=6c=22=20=43=4f=4c=4f=52=3d=22=23=38=30=30=30=38=30=22=3e=3c=50=3e=52=65=6e=73=65=69=67=6e=65=6d=65=6e=74=73=20=2d=20=69=6e=6c=69=63=68=74=69=6e=67=65=6e=3a=3c=2f=50=3e=3c=44=49=52=3e =3c=44=49=52=3e =3c=44=49=52=3e =3c=44=49=52=3e =3c=2f=42=3e=3c=2f=46=4f=4e=54=3e=3c=50=3e=3c=41=20=48=52=45=46=3d=22=68=74=74=70=3a=2f=2f=77=65=62=2e=77=61=6e=61=64=6f=6f=2e=62=65=2f=6a=69=63=65=64=65=22=3e=3c=46=4f=4e=54=20=46=41=43=45=3d=22=41=72=69=61=6c=22=3e=68=74=74=70=3a=2f=2f=77=65=62=2e=77=61=6e=61=64=6f=6f=2e=62=65=2f=6a=69=63=65=64=65=3c=2f=46=4f=4e=54=3e=3c=2f=41=3e=3c=2f=50=3e =3c=50=3e=26=6e=62=73=70=3b=3c=2f=50=3e=3c=2f=44=49=52=3e =3c=2f=44=49=52=3e =3c=2f=44=49=52=3e =3c=2f=44=49=52=3e =3c=46=4f=4e=54=20=43=4f=4c=4f=52=3d=22=23=38=30=38=30=30=30=22=3e=3c=50=3e=43=65=63=69=20=65=73=74=20=75=6e=20=63=6f=75=72=72=69=65=72=20=75=6e=69=71=75=65=2e=3c=42=52=3e =53=69=20=76=6f=75=73=20=6e=27=26=65=63=69=72=63=3b=74=65=73=20=70=61=73=20=69=6e=74=26=65=61=63=75=74=65=3b=72=65=73=73=26=65=61=63=75=74=65=3b=20=70=61=72=20=6c=65=73=20=69=6e=66=6f=72=6d=61=74=69=6f=6e=73=20=66=69=67=75=72=61=6e=74=20=63=69=2d=64=65=73=73=75=73=2c=3c=42=52=3e =6e=6f=75=73=20=73=6f=6d=6d=65=73=20=73=69=6e=63=26=65=67=72=61=76=65=3b=72=65=6d=65=6e=74=20=64=26=65=61=63=75=74=65=3b=73=6f=6c=26=65=61=63=75=74=65=3b=73=20=70=6f=75=72=20=6c=65=73=20=64=26=65=61=63=75=74=65=3b=73=61=67=72=26=65=61=63=75=74=65=3b=6d=65=6e=74=73=20=71=75=65=3c=42=52=3e =63=65=74=20=65=2d=6d=61=69=6c=20=70=6f=75=72=72=61=69=74=20=76=6f=75=73=20=61=76=6f=69=72=20=6f=63=63=61=73=69=6f=6e=6e=26=65=61=63=75=74=65=3b=73=2e=3c=42=52=3e =3c=2f=46=4f=4e=54=3e=3c=46=4f=4e=54=20=43=4f=4c=4f=52=3d=22=23=30=30=38=30=30=30=22=3e=54=68=69=73=20=69=73=20=61=20=6f=6e=65=20=74=69=6d=65=20=6f=6e=6c=79=20=65=6d=61=69=6c=2e=3c=42=52=3e =49=66=20=79=6f=75=20=61=72=65=20=6e=6f=74=20=69=6e=74=65=72=65=73=74=65=64=20=69=6e=20=74=68=65=20=69=6e=66=6f=72=6d=61=74=69=6f=6e=20=61=62=6f=76=65=2c=20=77=65=20=73=69=6e=63=65=72=65=6c=79=20=61=70=6f=6c=6f=67=69=7a=65=3c=42=52=3e =66=6f=72=20=61=6e=79=20=69=6e=63=6f=6e=76=65=6e=69=65=6e=63=65=20=74=68=69=73=20=65=6d=61=69=6c=20=6d=69=67=68=74=20=68=61=76=65=20=63=61=75=73=65=64=20=79=6f=75=2e=3c=2f=50=3e =3c=2f=46=4f=4e=54=3e=3c=46=4f=4e=54=20=43=4f=4c=4f=52=3d=22=23=38=30=38=30=30=30=22=3e=3c=2f=46=4f=4e=54=3e=3c=2f=42=4f=44=59=3e =3c=2f=48=54=4d=4c=3e ------=_NextPart_001_0031_01C05A02.8AD62BA0-- ------=_NextPart_000_0030_01C05A02.8AD62BA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 10:59:51 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 E544937B400 for ; Sun, 2 Jun 2002 10:59:46 -0700 (PDT) Received: (from root@localhost) by serv1.wallnet.com (8.11.5/8.11.5) id g52Hxkp62384; Sun, 2 Jun 2002 13:59:46 -0400 (EDT) (envelope-from timothyk@serv1.wallnet.com) Received: from localhost (timothyk@localhost) by serv1.wallnet.com (8.11.5/8.11.5av) with ESMTP id g52HxiU62376; Sun, 2 Jun 2002 13:59:45 -0400 (EDT) (envelope-from timothyk@serv1.wallnet.com) X-Authentication-Warning: serv1.wallnet.com: timothyk owned process doing -bs Date: Sun, 2 Jun 2002 13:59:44 -0400 (EDT) From: Tim Kellers To: Aleksander Rozman - Andy Cc: Subject: Re: networking in fixit mode In-Reply-To: <5.0.2.1.0.20020602191702.0309f700@164.8.8.5> Message-ID: <20020602134909.G61447-100000@serv1.wallnet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 I did this last week with a CD-ROM boot. I booted the 2nd "live" CD, selected Configure, mounted my troublesome filesystems on /, /usr/ and /var ( I think I had to make a swap pattition here, too, though it didn't really do anything it allowed me to Write out my changes). The fixit CD actually mounted those FS as /mnt /mnt/usr /mnt/var, etc. After I wrote our those changes, I selected Networking, then Interfaces, and selected dhcp configuration of the interface (you can use a static address here, too, if you need to) Exited out of Networking, exited out of Configure, selected Fixit, waited for the shell to start and I had my network and ftp. I was able to ftp .tar backup files I had made on another box and restore them with tar -xvf tarfile. It took a little while to figure it out and go through the steps, but it did exactly what I needed it to do. Hopr that helps, Tim Kellers CPE/NJIT On Sun, 2 Jun 2002, Aleksander Rozman - Andy wrote: > Hi ! > I am only able to start my system in fixit mode (with either fixit diskette > or live CD Rom). How do I configure and enable networking in this mode. I > need to transfer some files to this fixit mode, from my living FreeBSD.... > Any ideas? > > Andy > > > ************************************************************************** > * Aleksander Rozman - Andy * Fandoms: E2:EA, SAABer, Trekkie, Earthie * > * andy@kksonline.com * Sentinel, BH 90210, True's Trooper, * > * andy@atechnet.dhs.org * Heller's Angel, Questie, Legacy, PO5, * > * Maribor, Slovenia (Europe) * Profiler, Buffy (Slayerete), Pretender * > * ICQ-UIC: 4911125 ********************************************* > * PGP key available * http://www.atechnet.dhs.org/~andy/ * > ************************************************************************** > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of 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 Jun 2 11: 4:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdomng1.kundenserver.de (moutvdomng1.kundenserver.de [195.20.224.131]) by hub.freebsd.org (Postfix) with ESMTP id D26B437B406; Sun, 2 Jun 2002 11:04:16 -0700 (PDT) Received: from [195.20.224.219] (helo=mrvdom03.kundenserver.de) by moutvdomng1.kundenserver.de with esmtp (Exim 3.22 #2) id 17EZi7-0005ja-00; Sun, 02 Jun 2002 20:04:11 +0200 Received: from p3e9e198d.dip0.t-ipconnect.de ([62.158.25.141] helo=encephalon.de) by mrvdom03.kundenserver.de with esmtp (Exim 2.12 #3) id 17EZi6-0005XA-00; Sun, 2 Jun 2002 20:04:11 +0200 Received: from chuckie.encephalon.de (localhost.encephalon.de [127.0.0.1]) by encephalon.de (8.12.3/8.11.6) with ESMTP id g52I5j0p001296; Sun, 2 Jun 2002 20:05:45 +0200 (CEST) (envelope-from plankalkuel@chuckie.encephalon.de) Received: (from plankalkuel@localhost) by chuckie.encephalon.de (8.12.3/8.12.3/Submit) id g52I5h5o001293; Sun, 2 Jun 2002 20:05:43 +0200 (CEST) (envelope-from plankalkuel) Date: Sun, 2 Jun 2002 20:05:39 +0200 From: "a.s.gruner" To: freebsd-ipfw@freebsd.org Cc: freebsd-questions@freebsd.org Subject: ipfw+natd+ppp problem Message-ID: <20020602200539.A1206@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.6-RC i386 X-Editor: vi Sender: owner-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 problems with setting up ipfw+ppp+natd on my FreeBSD 4.6-RC machine. ppp is working perfectly (user ppp). Now I want to run ipfw as firewall and natd for the windows box. FreeBSD Box has the interface xl0 with the IP 192.168.0.1 Windows Box has the IP 192.168.0.2 I can ping both of them. But i am not able to connect to the internet with the windows box via the freebsd box. Ok, first the configuration: /etc/rc.conf: (just the parts for ipfw and natd) gateway_enable="YES" firewall_enable="YES" firewall_script="/etc/firewall/fwrules" natd_program="/sbin/natd" natd_enable="YES" natd_interface="tun0" natd_flags="-dynamic" /etc/firewall/fwrules: ipfw add 65534 allow ip from any to any Yeah, i know there is no rule right now, it is all allowed. Well, on my FreeBSD Box everything is working perfectly. Ah, my kernel, i insert these lines and compiles a new one before i did the above changes: options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=100 options IPDIVERT On my FreeBSD Box wwwoffle is also running, but if this proxy is running or not, there is no difference, windows box cant get to the internet.... On my windows box i cant ping to the outside, and cant get a webpage at all. I am running ppp like: #ppp >dial internet Hmm, well, i hope i havent forgot anything, so that someone can help me out of this. Uh, i read that, before natd is running, ppp has to run. Well, i am using a dial up modem connection and i dont want to run ppp on startup, so, is this the problem that i am running natd before i run ppp ? Well, if i kill natd, run ppp (connect to the internet) and start natd again, the windows box cant get a connection too. On the Windows Box, i have insert the DNS Server IP, like the one on the freebsd box in resolv.conf, and, the gateway IP is the IP of the freebsd Box, 192.168.0.1 (xl0). asg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 11: 6:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nova.anchoragerescue.org (95-7-237-24-cable.anchorageak.net [24.237.7.95]) by hub.freebsd.org (Postfix) with ESMTP id 350F837B410 for ; Sun, 2 Jun 2002 11:06:14 -0700 (PDT) Received: from there (localhost.anchoragerescue.org [127.0.0.1]) by nova.anchoragerescue.org (Postfix) with SMTP id 4603A1F; Sun, 2 Jun 2002 09:43:00 -0800 (AKDT) Content-Type: text/plain; charset="iso-8859-1" From: Beech Rintoul Reply-To: akbeech@sinbad.net To: Chad Day Subject: Re: Help with Cox cable modem on FreeBSD 4.5 Date: Sun, 2 Jun 2002 09:42:59 -0800 X-Mailer: KMail [version 1.3] References: <20020602125549.A16596@permanently.misplaced.net> In-Reply-To: <20020602125549.A16596@permanently.misplaced.net> Organization: Sinbad Network Communications Cc: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020602174300.4603A1F@nova.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 Sunday 02 June 2002 08:55 am, you wrote: > Hello.. I have a COX cable modem (northern virginia), and I'm kind of stuck > now. I've done a lot of reading of documentation about getting the cable > modem to work, and some of it has helped.. but.. here's where I'm at now. > > I login, after resetting my cable modem (I have to do this every time I > switch between FreeBSD and my Windows machine -- seperate boxes).. I run > dhclient xl0 for my card, and it gets me the IP address, router info, > gateway, etc -- all successfully. What happens next is the weird thing.. > sometimes I can get about 2-3 minutes of normal connectivity.. never more > than that, and sometimes not at all. Then everything just dies. I can't > ping anything, including gateways or DNS servers at cox.. just packet loss > everywhere. Can't traceroute, can't ftp, nothing. I can kill dhclient and > start it again, and it appears to work again (gets an IP addr), but I can't > do anything still. I'm unsure why I am unable to maintain a connection. > > When I run ifconfig after running dhclient, it looks correct -- it has my > ip address, and all the other appropriate things. Has anyone come across > this problem before? It's pretty frustrating to have like 2 minutes of > connectivity, then poof.. nothing.. I feel like I'm so close to getting it > working, but I'm missing something. > > Thanks! > Chad You didn't say what version you were running but it sounds like a problem with your NIC. I had a similar problem about a year ago with a 3Com card until I disabled PNP in the bios. The NIC would just lock up and not pass anything. -- ------------------------------------------------------------------- Beech Rintoul - SysAdmin - akbeech@sinbad.net /"\ ASCII Ribbon Campaign | Sinbad Network Communications \ / - NO HTML/RTF in e-mail | 3101 Penland Parkway #K-38 X - NO Word docs in e-mail | Anchorage, AK 99508-1957 / \ ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 11: 7:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from server1.one-dom.com (server1.one-dom.com [64.39.30.52]) by hub.freebsd.org (Postfix) with SMTP id 293DF37B405 for ; Sun, 2 Jun 2002 11:07:43 -0700 (PDT) Received: (qmail 20346 invoked from network); 2 Jun 2002 18:07:42 -0000 Received: from unknown (HELO linuxorbit.com) (208.18.255.68) by 0004.info with SMTP; 2 Jun 2002 18:07:42 -0000 Message-ID: <3CFA5EC6.5020304@linuxorbit.com> Date: Sun, 02 Jun 2002 13:07:02 -0500 From: David LeCount User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc3) Gecko/20020531 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions Subject: Re: Kernel errors 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 > Hav you forgotten mergemaster(8) to get a new version of /dev/MAKEDEV? You're a genius. Apparently I forgot (or neglected) to run it last time I did a cvsup. Now I can mount samba shares with ease. Thanks a lot. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 11:22:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from infinity.aesredfish.net (ns1.aesredfish.net [65.168.0.12]) by hub.freebsd.org (Postfix) with ESMTP id DCCF237B407 for ; Sun, 2 Jun 2002 11:22:29 -0700 (PDT) Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com [65.168.1.181]) by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP id g52ILqU16334; Sun, 2 Jun 2002 14:21:52 -0400 Message-ID: <3CFA639D.9060906@potentialtech.com> Date: Sun, 02 Jun 2002 14:27:41 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020502 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joost Bekkers Cc: FreeBSD Mailing List Subject: Re: obscure firewall and mail problem... References: <200206020800.g52803901241@tao.thought.org> <3CF9F896.3000106@potentialtech.com> <20020602152128.A3792@bps.jodocus.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 Joost Bekkers wrote: > On Sun, Jun 02, 2002 at 06:51:02AM -0400, Bill Moran wrote: > >>The order in which things appear in the DNS config is important. Generally, >>putting the MX record as the first record (after the SOA) works pretty well. > > Not true, order is irrelevant in dns. You can put your records in any order you want, > just make sure you use the correct name for the record. Not true in all cases. The example you show below works just fine because the MX record specifies the domain at the beginning of the DNS. You don't _have_ to specify the domain in front of the DNS, but then the order matters. So we're both right. Whether or not he's got his order wrong, or he's incorrectly specified his domain, I still think the problem sounds like an incorrectly specified MX record. > freebsd.org. 3600 IN SOA NS0.freebsd.org. hostmaster.freebsd.org. 102051802 1800 900 604800 1800 > freebsd.org. 3600 IN NS ns1.root.com. > freebsd.org. 3600 IN NS ns0.freebsd.org. > www.freebsd.org. 3600 IN A 216.136.204.117 > freebsd.org. 600 IN MX 10 hub.freebsd.org. > > is exactly the same as > > freebsd.org. 3600 IN SOA NS0.freebsd.org. hostmaster.freebsd.org. 102051802 1800 900 604800 1800 > freebsd.org. 600 IN MX 10 hub.freebsd.org. > freebsd.org. 3600 IN NS ns1.root.com. > freebsd.org. 3600 IN NS ns0.freebsd.org. > www.freebsd.org. 3600 IN A 216.136.204.117 -- Bill Moran Potential Technology http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 11:57:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bps.jodocus.org (c115139.upc-c.chello.nl [212.187.115.139]) by hub.freebsd.org (Postfix) with ESMTP id 8321E37B403 for ; Sun, 2 Jun 2002 11:57:39 -0700 (PDT) Received: (from joost@localhost) by bps.jodocus.org (8.11.6/8.11.6) id g52IvVk04420; Sun, 2 Jun 2002 20:57:31 +0200 (CEST) (envelope-from joost) Date: Sun, 2 Jun 2002 20:57:31 +0200 From: Joost Bekkers To: Gary D Kline Cc: Bill Moran , FreeBSD Mailing List Subject: Re: obscure firewall and mail problem... Message-ID: <20020602205731.A4409@bps.jodocus.org> Mail-Followup-To: Joost Bekkers , Gary D Kline , Bill Moran , FreeBSD Mailing List References: <200206020800.g52803901241@tao.thought.org> <3CF9F896.3000106@potentialtech.com> <20020602152128.A3792@bps.jodocus.org> <20020602174824.GA5931@tao.thought.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: <20020602174824.GA5931@tao.thought.org>; from kline@thought.org on Sun, Jun 02, 2002 at 10:48:24AM -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 Sun, Jun 02, 2002 at 10:48:24AM -0700, Gary D Kline wrote: > > > ; > ns1.thought.org. IN A 216.39.168.248 > tao.thought.org. IN A 10.0.0.2 > ; > ; > > ; MX records > ;thought.org. IN MX 10 ns1.thought.org. > ; IN MX 20 tao.thought.org. > > > I want everytthing to flow through ns1.thought.org and > have mail routed to my other machines on my LAN. > > Do you guys see what needs fixing with my MX records? > or is this a sendmail config issue? You got your mx-preference reversed. The lowest number should be the machine where your mailbox is. -- greetz Joost joost@jodocus.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 11:59: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix2-1.free.fr (postfix2-1.free.fr [213.228.0.9]) by hub.freebsd.org (Postfix) with ESMTP id 36FE137B400 for ; Sun, 2 Jun 2002 11:58:59 -0700 (PDT) Received: from bart (bordeaux-1-a7-62-147-86-229.dial.proxad.net [62.147.86.229]) by postfix2-1.free.fr (Postfix) with ESMTP id 517405DC; Sun, 2 Jun 2002 20:58:56 +0200 (CEST) Received: (from blacherez@localhost) by bart.boece.foo (8.9.3/8.9.3) id UAA22704; Sun, 2 Jun 2002 20:53:38 +0200 Date: Sun, 2 Jun 2002 20:53:38 +0200 From: Benoit Lacherez To: Matthew Hunt Cc: j mckitrick , freebsd-questions@FreeBSD.ORG Subject: Re: Why does 'sed' delete my input file? Message-ID: <20020602205338.A22684@bisclavret> References: <20020531130029.B28925@dogma.freebsd-uk.eu.org> <20020531141421.A72043@bisclavret.iris33.ac-bordeaux.f> <20020531132211.A29199@dogma.freebsd-uk.eu.org> <20020531094720.C34758@wopr.caltech.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.0.1i In-Reply-To: <20020531094720.C34758@wopr.caltech.edu>; from mph@astro.caltech.edu on Fri, May 31, 2002 at 09:47:20AM -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 Matthew Hunt a écrit : > On Fri, May 31, 2002 at 01:22:11PM +0100, j mckitrick wrote: > > > | cat file1 | sed 's/foo/bar/g' > file1 > > > > Perfect! > > I don't think that's guaranteed to work at all. There's no assurance > that cat will have read then entire contents of file1 before the shell > opens it for writing. > You're right! I had never done that with a big file, but actually it is truncated. So I'll do with a temporary file, now. Thank you very much! -- Benoit Lacherez Académie de Bordeaux -- CATICE Projet de traduction de la documentation de Python: http://frpython.sourceforge.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 12: 1:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ada.url.com.tw (ada.url.com.tw [210.59.228.108]) by hub.freebsd.org (Postfix) with SMTP id A2EA637B400 for ; Sun, 2 Jun 2002 12:01:18 -0700 (PDT) Received: (qmail 5785 invoked from network); 2 Jun 2002 17:50:38 -0000 Received: from abc.url.com.tw (HELO ms58.url.com.tw) ([210.59.228.203]) (envelope-sender ) by ada.url.com.tw (qmail-ldap-1.03) with SMTP for ; 2 Jun 2002 17:50:38 -0000 Received: from louise ([61.218.222.180]) by AccSMTP/NT 2.5 [210.59.228.205]; Mon, 3 Jun 2002 01:52:14 +0800 Message-ID: <003e01c20a5e$b51d6000$b4deda3d@com.tw> From: "b128777855" To: Cc: Subject: Fw: mars_nwe-0.99.pl19 with freebsd 4.5 can't be work~~~ Date: Mon, 3 Jun 2002 01:55:39 +0800 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_003A_01C20AA1.C2ECB3A0" 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_003A_01C20AA1.C2ECB3A0 Content-Type: multipart/alternative; boundary="----=_NextPart_001_003B_01C20AA1.C2ECB3A0" ------=_NextPart_001_003B_01C20AA1.C2ECB3A0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable hi: i don't know be work right!?!?!??! can u tell me why?????? Thankx a lot~~~ mars_nwe-0.99.pl19 use freebsd ports --> make install see my config: ifconfig: rl0: flags=3D8843 mtu 1500 inet 61.218.222.179 netmask 0xfffffff8 broadcast 61.218.222.183 inet6 fe80::200:e8ff:fe87:62c%rl0 prefixlen 64 scopeid 0x1=20 ipx 101H.e887062c=20 ether 00:00:e8:87:06:2c=20 media: Ethernet autoselect (100baseTX) status: active lp0: flags=3D8810 mtu 1500 lo0: flags=3D8049 mtu 16384 inet6 ::1 prefixlen 128=20 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3=20 inet 127.0.0.1 netmask 0xff000000=20 ipx bebe.1H=20 ppp0: flags=3D8010 mtu 1500 sl0: flags=3Dc010 mtu 552 faith0: flags=3D8002 mtu 1500 rc.conf: # -- sysinstall generated deltas -- # Sun Jun 2 14:38:02 2002 # Created: Sun Jun 2 14:38:02 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. defaultrouter=3D"61.218.222.177" hostname=3D"hbo.enetcafe.com" ifconfig_rl0=3D"inet 61.218.222.179 netmask 255.255.255.248" ifconfig_rl0_ipx=3D"ipx 0x101" ifconfig_lo0_ipx=3D"ipx 0xbebe.1" kern_securelevel_enable=3D"NO" keyrate=3D"fast" linux_enable=3D"YES" moused_enable=3D"YES" moused_port=3D"/dev/cuaa0" moused_type=3D"auto" nfs_reserved_port_only=3D"YES" saver=3D"logo" sendmail_enable=3D"YES" sshd_enable=3D"YES" usbd_enable=3D"YES" my kernel files have compile use the config options IPX #IPX/SPX communications protocols options NCP #NetWare Core protocol=20 options ETHER_8023 # enable Ethernet_802.3 (Novell) frame=20 dos net.cfg <-- have test with novell 3.12 & 4.11 is okok~~~ Link Driver MX32MLID FRAME Ethernet_802.3 FRAME Ethernet_802.2 FRAME Ethernet_II FRAME Ethernet_SNAP NetWare DOS Requester FIRST NETWORK DRIVE =3D F NETWARE PROTOCOL=3DBIND,NDS,PNW and have two files nw.log & nwserv.conf at attch files~~~zip(s) ------=_NextPart_001_003B_01C20AA1.C2ECB3A0 Content-Type: text/html; charset="big5" Content-Transfer-Encoding: quoted-printable
hi:
  i don't know be work right!?!?!??!  can = u tell me=20 why??????
Thankx a lot~~~
mars_nwe-0.99.pl19 use freebsd ports --> make=20 install
 
see my config:
 
 
 
ifconfig:
 
rl0: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu = 1500
inet 61.218.222.179 netmask 0xfffffff8 broadcast = 61.218.222.183
inet6=20 fe80::200:e8ff:fe87:62c%rl0 prefixlen 64 scopeid 0x1
ipx = 101H.e887062c=20
ether 00:00:e8:87:06:2c
media: Ethernet autoselect=20 (100baseTX)
status: active
lp0:=20 flags=3D8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
lo0:=20 flags=3D8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet6 ::1 = prefixlen=20 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
inet 127.0.0.1 = netmask=20 0xff000000
ipx bebe.1H
ppp0: = flags=3D8010<POINTOPOINT,MULTICAST> mtu=20 1500
sl0: flags=3Dc010<POINTOPOINT,LINK2,MULTICAST> mtu = 552
faith0:=20 flags=3D8002<BROADCAST,MULTICAST> mtu 1500
 
rc.conf:
# -- sysinstall generated deltas -- # Sun Jun  2 14:38:02 = 2002
#=20 Created: Sun Jun  2 14:38:02 2002
# Enable network daemons for = user=20 convenience.
# Please make all changes to this file, not to=20 /etc/defaults/rc.conf.
# This file now contains just the overrides = from=20 /etc/defaults/rc.conf.
defaultrouter=3D"61.218.222.177"
hostname=3D= "hbo.enetcafe.com"
ifconfig_rl0=3D"inet=20 61.218.222.179  netmask 255.255.255.248"
ifconfig_rl0_ipx=3D"ipx = 0x101"
ifconfig_lo0_ipx=3D"ipx=20 0xbebe.1"
kern_securelevel_enable=3D"NO"
keyrate=3D"fast"
linux_= enable=3D"YES"
moused_enable=3D"YES"
moused_port=3D"/dev/cuaa0"
= moused_type=3D"auto"
nfs_reserved_port_only=3D"YES"
saver=3D"logo"<= BR>sendmail_enable=3D"YES"
sshd_enable=3D"YES"
usbd_enable=3D"YES"<= BR>
 
my kernel files have compile use the = config
 
options  IPX   #IPX/SPX = communications=20 protocols
options  NCP   #NetWare Core protocol=20
options  ETHER_8023  # enable = Ethernet_802.3=20 (Novell) frame
 
 
 
 
dos net.cfg <-- have test with novell 3.12 & = 4.11 is=20 okok~~~
 
Link Driver MX32MLID
   FRAME=20 Ethernet_802.3
   FRAME Ethernet_802.2
   = FRAME=20 Ethernet_II
   FRAME Ethernet_SNAP
NetWare DOS Requester
   FIRST NETWORK = DRIVE =3D=20 F
   NETWARE PROTOCOL=3DBIND,NDS,PNW
 
and have two files nw.log & nwserv.conf  at = attch=20 files~~~zip(s)
 
------=_NextPart_001_003B_01C20AA1.C2ECB3A0-- ------=_NextPart_000_003A_01C20AA1.C2ECB3A0 Content-Type: application/x-compressed; name="nw.log.zip" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="nw.log.zip" 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 AAAA ------=_NextPart_000_003A_01C20AA1.C2ECB3A0 Content-Type: application/x-compressed; name="nwserv.conf.zip" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="nwserv.conf.zip" UEsDBBQAAgAIAMMOwyyCc1hU0iwAAA+NAAALAAAAbndzZXJ2LmNvbma8XOtz20aS/+z8FRO6akUm fIiyLdu8Sqpkm9qo1nqsJDtJ5VLaITgUUcJr8ZDE/ZC//frXPQMMCCp7d2UvKglFAtPT3dPvbuT5 N8/V9TosFP1Tro0K0mQV3la5LsM0Ga3CyKhVmqterPPiJnkwvaHSapUboxJTPujcjExcRbpMcwKE Jz+GSfU4/uY5fY10UapgrZNbs5yp/Zejoywf7e/TnW+/VYUJsIV6MVUztYr0baH0cmmWKkzU/vjt 23EWTd8M1aIqVZKWqirMsr1QvaGFiXl4crGip7eWvKUlS7PSVVSqZZjTz2m+mTCVVayLO4etB+dt F8zLQw+MLss8XKgoDZhlOyF08HjFACJThsmtSlcqzB7p+30YmGKSp1Vpih1wDrtwXhIcXZVpTHsH KsiN4CAQR2FSmnylgw60NzVWBK8Ik8Coe5MXWGrvTqczugWBiFM6xDDO0rzUSanSDDsUACSiMl6r QCd0Rg9qYZSOaEveh5eTUDFzF+aWFuiyxvxwX0TkFNBbMqdMnqd5QezITLJU9EPN9rFQfxEZXRhF xC6beyBgQ5jkZlVF0WYs1DnhZiSKzAThKiRuPKzDYC2SOspNkVY5eNTPcuZYMYS04cOJCK0ZgFPr tIqWTGZAC4pwQVDLlNn04fxqFEShScpC3YfaU5ixOq5yeiSP09wAShobdWsSk+tIZTrXscGmilCv OUEcpAUGBF/hccd1OtgGMPM9TaKNz/jFRpllyHIFtPAviCdA/3Dntac0MZY0N0jjLIzwqK/embC3 MLw6F/23uIcJfYn5nMbfgLtXm6TUj8CLD1u2YLMB+ZFrpAwOhx6gnfSK8CQT0nveY5MDkSW0NdFP q+OYGEgHoXOSZzIrebSpwSgVktKmdFAJ4BHRUQoqhf/3OqoMm7C4MNG9HFi9f1LiDNVNXBXljZXG h7Bc06ZJFS9MPiTSliFU2DLOCpa3O/26aTb1oK/No16SaMV0nhYNnGWWswTLmfT2H3ss8EdRpOj5 mLgsjxEpC9o2Fn24xpmRqKheI1A9SzVZQZJuotySzPJMe6aZyRnxUbEpShMTGKzuQUdvcCw3LALj NkxiPsuOVsUmSeNNzOesCb0sFdHGeZMVcVLdD8s9GJI0LUzCDwOJzKRECmlUWgswTDVoptsEIjY6 sVau5/aG/PVIxYj23mBsye6JPhbhkkSbBYrUhJQDmOroQW/EQTWiOhIIIog/fKkLQm2NynSm7tOo imEbcvPPiqzBcsDHdJKIvDvzs0krFYVkysA/ocOzHb652LINcugpNBgqBqEJwsKQVVexzjIwbpWn 8Q6YJAQOzMhiiQMjw5kmdNb9zxZznAr4tiCtplMEprAbBB0glnl4bxQ5IjZBFYlrDlNGkKrCGoZs bB4NHxP92sZjo9rXFkLyE6+X+5C/D9iRIE3udT6B14wmtGJy9esV6ZJcPyrFX71r5F90/+eZdR9M HdtBw2q+EXGJ0gfxdv4xOUmL9WMYV7FVfciaO2bYB5yFcxUMojGctJ7EPmxc0uG03oNVjJGy/on0 lXFDiKDwUymGSljTIwp79X4UTIQJzCApBlk5/EyAaN9SM3wYYdCEIymqhS8IM/Xx/K8nZ0N18end x5P3Q7Duen46VKdHJx/ZgYghJ0SLkhgjgR2+5FVQ+3I8sEwD72Sd1WebD9ECbgJnlUJ0HA+mh6pP AUtZsK8uyXRX2WAHW8hzn51fzyWIOQ5zotyRbXli/atV9oR0f6n2iJw9BkCrRl/qqj1X46Wm9vPz +cdPp/Ozo9M5yevJ5fz99fnlr0r9dn5xfXJ+dvU7/fnp9Ojqb3RP8R/HJx/nvzN6zdKZ+Aumwdmy beXokxiOKYil0CzXAfQPLqvecmZ9ThOnKjE0NsS2xp48Z5GSG4ATZY8GifO8llyy5X8hrmm5Dsav 90cP59nyLRwAdcDAR96Hy4pWriksaaRl3Hn0yMNb9DIK77DXpIwz8gBRkaqHNL+z4acNcV+IqJwI xyjD0MsYrlrDAbHFy/gOdveNoaXckNBfjN5TGMHCCifNoQeTM1RIb8hULFPoGAT0ISWHnYeADkH4 mRhTZeT+rN46RiiI9wEMS5Te2ij69Ojy6ubs5/lY/UToaBF0cMxQ0BLSmoJQk0ehBj7CGzXB1wlD HYs3CWAxSFCEVWxVJqYMyDTCyY1hgVQ/0SUFyRGcdkxRCClQigjNhTcDidhJZWHz5RZFt5SkFE4G wZ5A2MOcfvbs2WdhgJp6fx/gHoy1ZeWzZ7RQ/TT7AVT/90/np3MS09nuX7F0Loa4SwPvOFX2WfWH umt9Z76oO4C4ZMSBN258N/7uGSInZnLD2mf8o+WtI5L38DhMwkEPkW15SMbPnrFg+z/x47iu1mJf cVx0wx2ovQuJcTEqhAvSXN98/8GKiDOSSX2LEGPsE4MQQLOq0DlZazITZUngvcjecmpgj6ox+I2B UH0IOuWHiNoMh31p7ge6cl1ElPOt02iJ4Oh5RzXPzGPJsu+yCviZPI3gnpmA86vJAZuGIiNAjW6H 7vM2gWOAzJJS0QqKa+LwEbiS+hi49QeTs0iDiQxJ9Qv6ddBBxtp8l8Zw7BiuOEyh1ACynhj8VDZo 3NlPGLN6p5G3k11PgdAeMs6SPdGwszVIbT+3F+5xBCdiVmcLQtUI2ww8fsb2Mzdxeq85uLOW3Yxv xypYjihyKwY4WBtfDCXzfIoJC8OwKnJMC46pTVJ7DUhfXiUIpRtOJPaznwxSQvqRlSJdmmIsaa/F hwwekoe1vjftpzqIMOJQ/M8O4fcfRpfnp1cWIEotwISNalMUWHH1Z4u7UhdhhciJkcaIqLQISB0B jcSkXRmxZMDKspxAW/iI2ANOpHAyqQW2s7609S2ENM066zXW4e1a+KF+VPuPx3J1WbMwgYbEAUi9 lYJlQ9WmOacECTLk1vraDqAVhz4v1SJk8/bigP8SDAB8SXkEMakKi66gLEz5YAziz3suH7iaUY2Q EAkGCdMaOjL72bs4uZj3Rg0fxqqxrJy3hplxZm6HiCCc/AeFihPAGR1zcGZv5e3zgsQavRxJmpnU gR3lxSQ3BeXElCVSjIxqYq+zT9+dGmoynEaDsiDN4O+JbyKYHHSSfVwS1+68nL/sio6Vwh0kXZKh sTma1CREXHOSDELze0qLwkf7rbv42oJl3jVOn2xsrv0CUtf+NJLCaRcnROIrJ0/jeoqMoWUtV7V9 sXUtp+dPavlR/TyHTY4Aa4VcdYXOiUPw7vpj56o4P0CeU3C5aA9icX35ifKPuS8X108fhvqL8ybw eZbjtzkZFWHjp7PvfvF0tmuwHskzRja4FH+memWPfg9MVnphXHOEfFCwh1wx3uEf6fcQgEgozmq9 qp86t599dgpPmazvt5woPV6gMsmn9XOYvH2lbF1lyKwD546P/n41aLh2VoM6O6Zk2AMllSAWHYQd ZjlwCZLLTCiu6JS5pTwsde6xexbJS1PL5jLp1mPe5RW3rCqnAaWUQymNpSQ2D3lYQgtI20kn26td vvjWwZESEtJzybaDxmZ92VyPoM1tya2b721XGnbVJXDdkUl5PZ2qQ25gtGG8/0CmyIcRLFG06Vx3 ceJ5Srca0a//1B/dhbKa/zua7gRwfXrRAECOtQtAeN5Ze3F58vnounnmj0mWh/e67KyF3L/e399J /8/nlx8/eA8zDym7I2uyjQABef1aHR4edoAcH/3yd7UNpMjSNJqs9CP+/WdlKqQH36itpZ0z5Oif gucJmY2Jtz/Icof4taqGBzMlhUlOrvtilHQ0qOu73l3bdOO/xQuICbdVKzzX5CoUhnJMWBfnSuJN YfPqAuXHHkXZvGiEb4M6mfaiXLJa7I1tptnooGA/tOl1UbrSBSoOdeEv1sE6TIzgtOByL+0GW03J ORmkUWMU4fDZP+nCFtQd1V9cvzu1nAMnF/PLz/NLFGR4y+Yr8i4tbK85kDzYgvLXMj6zWm4dfkic 8fm8VShy5+5ygh4e6301eX0xU2d1IVQKfCUOKuIOL0o028XvlYQYS3JBZVN6uX5/MTlBecFv5lkB suLzLn0UAUOLA22KMBuRt80p8OpRBM0xzUrHYRRqrkTR0rE6QduB+zSoxMChkzMnU8CtoXBJcixN Pd7HCagtaQophpPHIyl+xwgCSFYRmm4oTiDfUw5RJpIVJxe/jGxPAwG8tpu5WjHXlOymtJp2k0IL BdFCh6nLqYAkNtA6S+JMgR4B8UQTlJcjjn57lssj2aGnsqgCvYfuNsVw9T06idgIImvpzzj+wS+j pgakBXIxaFpKsh4toryyHX2/tUPSb3SxmQFqmKtefSZin1DVehSZGDmZaMsqBwC2/5MQQ8UgMCWy HiE6TwtY0HY9bYZSiwELCTKl2PlS9Q85LxiMcWTalrBci5FggQQRI4c/V/XQRY1x9gLXbVS3xzle 6i823KgxSKRRL0t9Mriwk6Z33KgsdyHo6Bjws0kqVfqtiQlOSjz8uKclOlNKq0eHXNmn4Fr1T0pR dVAmQR3auWQRihI9NOBiCxr4wpzn9Jvys02r7fybEw4YQtRyULBKKBCF10BFMF+GibbVUGFaQcEe +5XO6IcE3b+PReWPue1hzQIGFIBVVuWolRaYCHHDIJaRCPEJfG/blNgeaGHrlLC6KeF1q5OwkG3F /+XmFkMl0tBlmSaq24rC3a4tTRsymxyj8ypp/GLd2lJuRmUgytzIja6VHEYmLOAvnZ1wPU2dSF3V 0mkr8gQGRkb9SrsvuJdG7rZaRGYUrE1wJ8lvccfIynqnRlzfJgy5kgeSFmaFbEgcPAk/LaVIkiPm ugTByQuCAkaisCaNpIbkL2L3LFECmNETae85SRdjiEOAtBUUmaDUFKzTMDB1U9c/tlHTJbMW1rYx amcZOEfFSzNfxdu2H7bcVgXcxpaktiljS2LtLnfEVraMTy66xTAci60JsQvHGsBidg1VRpkpGWqi A6IdhUFZ1JELoMThv6CB5yuQkHO5JiwcL9jUkHTeVprTUeOac7wdDq+weulRSKIIAh9MFHmzHE+0 BX1ZlRSIe+Zqm3+1FtmGvNMl7i14swcymoHCCTq6esn92/3HnhttgGsq61TxC4Y4nfjrhf08ObtG vPXx5mzOKcZvZ+cfbK/MvzWToHN7jKLLgBb5Y/Wp6FbXiOD9HnS8B8PfbmwxMF/OZKRBU16CSaNV txLAvuPW+o7CoLNJD4GKWf0QNLI37alW1fkO81APUn2Ad3WdaWiYnxJ8rUhz+yRACedLz9Ve7RH3 hCQedwJfrKbromUAmnTLAdt/XBhSoelXC0lfztim2+omJTVlnia3dAS5kRmhpYtFr/0pDNsvL/wx pcamkejwaF2uFlUYoeLqjVBIf3tin3XRjsry9DbXMUVhD7x2iYkN9Y5sOG4FEneZR5muq7fJdHBn yNa4am0rMnVtdJJA9GltHCWBYp80WvwDfV8WLh5bVUkgEhOFJYsRNmbLNoD5EhucoxtTSgTI/aSV WgBRnocQL1ZUq1UYIFoQk3QGWwQGuSkexPKCAPF/cvb+ovYxNqIhefAHu2QaSEIoTqYwzTYqN5lx aZ/vLgtVeRo7IpbcoeNKxp451PbvEhw0HphYA8oaH+xpq/XGfTuzpuiosopDRuf/xf2znYZxoDhA 5OdT8/tQSY/PjT+Bl5GR8uEdor/IlsbgenHMVjwhOq0YEwzlzMXN1bLHqMH2dWL7XaAf0psICxPY g3DV6eE+cRTMcOKZDZm4/Ax1ZmnIUfTDGCR5XAR6mGmh06VwhEcqvRGWvVdcqf2CdqjjDl7aTzL1 N2efTt/NL+X7h/nnk/dzpY4vedpC/XZ98v5vV+IfmmdllgLSUMtFHbO5OTNlNdtqU7beFDiMbsnd hl10PHvgcVlqZkmZsjex3sMqEVsCGO5uC8dOyjlwFjMSgWAtmiWkOSdhNYelux7K3TG5YTyyd7s3 rXrfocpT6nzQ4Fl7GIeYs5weRszk2mtxh7lRVsu3pS51bb3ctAnXQh363WbAhZPrpjo821FUV3UO dROGarYg6ycjRuhH9kmdSP2yAZFxH5Ktxxhod/xEqTf7B2NXPJmdpfeIszgGZB7ooq5ky1TJi/H0 4AkozpfNuE0uvFDEi6F0NhYpmZ4M/Vtxjt2RGrI6ia6rrLO6meMNq29fZXpnXMt2xn6Jf8i5yU+J 5S6KxXHbNc2oNzQgcBWWrcN8YvfWFSYuGnoceTwXnwotbElKGcZbwsFNecLs1mCKKwrvefg45SS6 s3dgcp5jq0V/bIuSuasXgJDblM+RNPl27RqcHVCi54Wk/8U6zdEAUZku187MtW1DUcWxzCV0VYlk h1h5J0GZJBgMnl00ZqPd6KQdounKfn/KENQPajqZvimBNhG0HAydHP4w7ayBz53xhBPv/aM6ZNvf zrusOZPZiq5YXJ5cTK6OLtwYF+x83/1GeXvJpZ5Bd+ruaIf8bM1I8rxuYVPg9jsEbnaB6zx2bptY LE6KpwuTgI9QJ15RRd5nyNH+5OmCLMuW0HX6UFKGuqn3GNbpmeDnJiLJQaLIPOFJCxZuJ01J3QSf uLKEDE8Q+pT/Q3BtuluT7vty97KE96LEnzrLV1/YVe7sTMFd7j9O9/E3GU3+dCZrSgE8e/nanIrv EPvFT23B0QcAoPOgC8e26XATgPrXl7+Q//FHXAQEr1Tf2d+OPl1zDxQg2Dq1bJELjhqWjndCc4T9 OTR+imn7N2CcY/h3YOTBJvr9P2riDs2r0dqpgTtQDotlsu8dxWuHMm40oijnWp+ySQKd7eYBdGnf Y2UDkG/0GS79OfAM8E5AFk4XUIuZ/JQHqckPBdbBgX8wvtenjFHt2HZbsPiafuPlg69m9cSqKLu8 8/WFs09cxxYuX6SE9F87PSW2BwbPzmi4lNC+eWZf22J71UoOvGthNqlN/6JwZdittgvpZBFF4rac zYl9wcYNYAEjmWwjgYXOPYVXG4yHmXvPrLG4lOwgFJXaoXdtw6X0u3B1uSTld9cokKWwAIgVJcFr r08zk5CDsi5x4I0kkrDQf6/Y1sLS6j810k9YFb7Q5Hhidf2GXV1PQIQH3m+dDqejZc6FW9XnIY0B J1A7ZxST7nAXv1ckL7vkUncwPMrl3rSzNL8UobICdfTx439Ydlpy05WI9uJd4rFTIobb62RQ1bVT eCyNBMETl+4ZonRq6wYukM/yMG2Kzt6rkDvWcgOMOIvYDdjyXrkJk7AUvPntBGn8tM5dgP//0Xmr vpWqqoUgIZG8l4q2pszyOvhS3HSMZZHOcmPfglubR3mADOsr5URm/2tV2g5n7s3PUQ+zFivijjRp +L1D11riLNd2NsJ2549SMBcu2hFpyrqmtAFuQyh0BEmgmJ4bViiRFBhl356gHHD0wC0wHwKiTQIS hwV3RDbSy/2CIVinWnFoP2Va4Ib+vTo5P1Pqt+OPR3+11Yn2PalfOz7aYoBMOUqW5HXp6m327edn ++LtwXj6SvUfvBwWlnT7vdzXTUwx3QLATOuHzfrEn7c+6D594I+H4BULV1DAK471ODVeiMhLVx1t zk3CbTYXWG9tpJu2riNmArk33YNt2jvA+1NHdujaPs8v8brhN1uoAJtnkoavfHf8F0exsb2jCoO0 MeZmmzRyR5a2RSFnjO+atY1trN/+MmUXiiQizUvPPEuABSB5fnb07uP85t2ny6vr0/MPc+wzHX9h e/BlMw8n5lNnYL6ShXk9o/S8KFDQrgfA+bUOr3O9NWDyM2w119RZ5bkF1Lz1WUPjFyO1B2hoG3j8 heD064Z5j9+RG89/mfeG/Ord+3P5xp2iq/n1xdHVFf8w4AyQou18k5WuuVtvabuzBTk87suXrq3a eSvVzS/HWU5eHjJMGlHlqN9rcuBlCQGWdtzOt0kFC9otMA4bGwehe18zoVBS8UsfuFtZjuyzZlkj iZC9edpOa9R9YFp2LilP8/rt0FvAYukiH2+8ud5GOi3/ia7ia2fCoA7ywh3+mnVM6m6+3RCbbjzK bOW4EZ9ueceFrB2bqzG93pP/OwVzX3hK1r9hjLPc7q2kLeA92zRyCPVG1qKOOwTLDlxwbu1QlNVq Zf8PGcrEWYkcoIHomcI3/ytIMqNfpPYxhtgtoT+Y0Y4d3tpPHpry4QO8OP3v/6e4a39qIznCP6O/ Yk9URciFhB6AbSV2whnZoQ4LwuPsq0tKWaQFFIRW0YoAV/nj0193z2t3ha8SuFB1PpDmPT09/fwm qsJcKCfrJnmsCnFpdNRlPCma+zI5XdMUCfvGGce1jIE+pUvkbhb2VGTefLy43is6JK9EnhEAAHjq lQ199120cXTa2ZK/n9c7WzGbKZzWcMc3TrPlSW7Rv0QGW45ZwFnkro/mb6PzCgFYFjyeLLY0hx0M RYbDgU5s7JORv8opAKwopEuXM7lpREdZ30hFiyxI7pKDpxsWZ85IxdKQDT5RcWg7que1ycxqkwgS wQljU+5ycjFh7+mtybOBNsKaCSZSVJmQUz6H1QXulNT8yTUR5Y6adPLCaktF2zCpLxqZkih/57aY CrEuRYLHSeZObDumkWZef3RMR7I0NHQfHWzAV2hcxii+k0tP4Bp6M3gJKrklsA6N0k5IPrlbzDjI i/FaZGsnOeVRORqWw6aq2N7Drt30wKs0J4Q2H5PYYmUXDvPFRFPW0RLRD3SHLPWyHNVuysuTOYid WIbOUZ5KhGafsOBsyM4ZLZjI1cn/K8hTJQOfQKEZtjwCJfrE2PgSVVgcBAQZcBJMCTFvHNWU63Fg NoMpyqV0BA24BKT8VprcU8xdIstmo/klO8ysKiuH0l/JbYx2OrnlIBlJzaBfGPtJVACDBNCJPn2f 6xI2cwjwJhUMJct4MxdCVJ7hwS7b047jjbejlnr+bzvafuO2FNTW4rMiPj9VT82XHfmSZqS0LxsH Eb/9OmK0IT6GM7h9v0Z5DVFGNocLV2Td48Uvye1jNo3vow+/kJIQ39Sf2+RgBAU1OZhr6m0vOjXr IkEQlo1aI1sAeEK3luWrz3hfwRJwg5Rq7n7DG4oP1bQZjFHz8ovJS7ll4FwmUwzmJSKrVuTSkxIx vln6EMAws6bY/qZUarTDWm7nFbmFWxny6Fg4X+A2tIeaGsk3arBcxgZRSEdpnFXJ0ndSQfEkeYyG 0drdbtGivY1ar3foWuc/vV1tt3rR+cE+79Yn+j8LRBwYCccHJ8s9+/axbjdNJTrRxEUgcpiRaBY2 ep7D95KHZNS8iJdVLxHFV/egKIWxN1UJ6eAYjnxUsiYBmIhyCVu+FwicxlSNWwFYjw0aRogc2q9Y UBYzfBVKSR9gKYixchTfCJFH/DfHjGnsrgn6RJCgJxkhpAlNJtPMmnXD0XtkQXeeCVDiOCPk78Z6 MUKT5pxAYRkFDcfac9NZ4sJOHNiATw9pXjE0zmIsQyyX1Bmt8+h6QnxYePmUfptiBkaC3TQh3Iut K5IH5gh7GflxLxXBmfM79g3uHCE7hCA0NAmcqZOQMrMYsDQOdRWHvIxNo9wygp2PmSLhAxJ/HgvC B3qW4VVn6UU6JuXEgNMwlN3fGcmC9Z6x4KfJJ1ynJsFDS5toITsYL71pV9ZtJKJbbL25Xz4hqq2q MS2u+0yV2XN8Rp9i4SNJs5mMgokkkZnC+RNlMNdntlGVBLSamezu7HS3C3ORT11+YFA4Ki/8Qnav NvIArYTaEBU2Z+iC16rqClXFBG4T0UCft3d0+0uK3yJNwQnzh1Ko51QDyGP9RnBrQIMOXAKIYmKQ 5ivI9uvl1uSi+/WEqxXLO9MS5cyhzzIsm0anWSGszEiUCEcEKVxJ4mc8AHqMuC0AL0yChmZmgJnT SKsS8M9WuowE0Wm88HKa7mWS7pyGVjTmdBJf76EvOc8+0z1HbrusKhYn/VhRnR0bem1bRmPHaai2 qnXEjOHqXxrPrB9CKsMDYItbb/+y7krAvgFcMrMRBsVzgNFE80CoR07r4kyTIV3/Q9c+LwZzdEF1 Oj0/7p/8eHB6dFINOxSzFZuk7nkbXdoR37wS8HeVji2xlWDuiSU/takTj8UBeRP2hvXpaF+sridH R2eAfXAohTYHVSJa7z2vKw1R0meIbmx2vqgCjWx0TftXWc/fmxxT/ZtAh6lzZfBlyHZmw2gODwbn X72PfoaV+cvRyb6GuGpxCbWzdq6Gl5Zablh2SzB9LMJKGNwMnwBgAfBG05PuzNkr3vOloak6XGrK zMON3BnlddymNDvQjWNlNE3iRWMJ/KGC7SRyvmZnl8RFS0R0G8/YYGTNz2UG1YsJzu2jZODhSOJA bgSD07HdX6fTxFFbCV4a+xwkTaPuAgvFAy4IpiKAwInETuWy7JGquMmrZRhMn23ouwPJVebBZNuA wCOBbBn744r+qCxceNZLMgMbu8oJRhvwL9tngmthGs9uQu+4DzFbttAybdhkNnMXid5yLjtc/PDT ohV5PMkwu3ETzo98yoPNDCQ1jZOjJGm9bCwFHpO6Fdmozu6mU2usFqTRZ+QDpeKJsgJ39uRvucjc uJfpnM4z3Y/LSgV1gvLuj5eTTro9cSTxjmV5mIKf1AOFax/8QLFIM6dUSIbmwmNZJQl/FU6w9ViY 9mawjfscdOt9z3eY4m7xdRv7PNHnUxHzqQ1c2KJ1C7ifaFUaHpoGXK6Mp7nGwUcvPB1tihAVzvdT nODqqyqjWhIlSTZZNb2fVZ2VQw9YlpPD5ESwIAYUXwwweUAW+AYUMEmdtG5KCErLx3lad0qT54Bz skygooeKinK1jGTfrba6oLGbsAmxbwcQiuPJ5WXCVgcrFom8mLrMEkbMwacqXyaJEyE6kmhAPWej xcR62Lgu341NTa5hwdUXPjqb1rupcoIB5AsPr7eiycN8OvkFG6EOfEZq88rWmJ7Ezi4JRnFUa9SI Qq5mYJN+m894/ItiQNcXAX727tu/eVd/GEjCv9r7MXa2OB+kuvWgOjKTAapoGbWV3KYMm008E94b bE1NYN6snw6RFyJU0crjkgF3Vkj4i0ezzSXsrMsgFWd86+c/wl+3fGUEX+7vnfR/iFZ8+eHo8+cj rolEvtRkQ0RXgMeN1P20HrBx9ZN6w/x2c+ZHmxOi9JGBl2naJM7bXft03j89WxOdf62xRhUCC9l2 LyKVB0fFT+14Kaa846P5G/xnOliGSSM9ln3KBUAOm0tMDDNeXPmGCOV/LqEngHKR80jcARSiBwws wgFZa+ehna2MrWugvQkAWsZXSaiROchxGv3ohgZM/3B/NxLUSN9ccKpNEmfAUDXCZJD0Ld182TsZ HAw+9VQOsiJDPL1KSUW9vkXDCk+jmVwqVELpk5nZ41F1t0U+sMFm/oeWtIzT+CoKuMqOArce9RCH wGDuGBoNZOWYo2XDxVU9nTmjyyLE2ly5KBKa24gUWYNiWVkP8dskmFUw+cNe53cXUyIvjH8zVOBc G5rXGXsZowBsp64TVpfjcY8vEYD0L+u2bcFyRw4Su3lzHSNdCKn0BmrPhxpWF78mx7KZVXBWqdcl WqhyhgmixXDRJNOpNcB6zZvmjOmPhUZMJKBkNQwgoH+cJ2u5p3FLy2kCsTyIvvqqqrQ2WXhU4l0u L69nakAo3wAR8ic/7p0fng3N3WJvlGJIzP7RoHZm4ZOfPNhFPaYgv60OjPmpf7pJncmpLbAyVudU pJSEK26w0KPJLlKn3KMT2PI0dTWBxUbNyLlh55fHYUy+1WiVRcJ6lhMFVcD1jL0SgGGh7QxOUFEd s4BCAt8ZtIf2VT3VuDCNfMmKq71IIN9wcppH3XxaijOqa7Jp+HGvdKlMbmi437rUhWFYvWCmELyC y8ukp4oqTF+/D972uEhLtHo7gEAOjIgkpvqOAVbkeYWzCh8VIX5f1Xqpi3u3F53lIPALwbXsHsni GTNvwMJk/CCOlN50kbMcikqr8j7CGzm+Ms5EgzRfXG28b1sqHJnwaP9dAGzE6U+nPX0eAL/iSQD3 29bXr1/lL+/pgJ48HxA1m+h8wx68KisbVbbGoDNSMbzbo27QLzQ01+yoRfTPUjHssNIv5gYUF4gt eOGsIqJhc6i9z0YCYfRAokoM9GkGn2lmwig5OiS0YPgh/RKHwA5T4YvEqy6pRwdfzK8XiGAJCG8M ljdoCwYMhmLRwwuRUeNm20EYV/u1BiybU74lCtUimTIj+y1jt67YrC4hcgsO0EEc33d6w4rCZkKx HjW7KTy0hpfxFciviRyE3vILAR71Y8C9H4VwuuPADO+VCE09YeAstozJfuVqE5e6AuxDdHrw6c/n x81ow5RuXEfPHu/QtmF5YcBD+41uqGBO2sDl/8OGarTC3QyLt6GGs7o6n2lq0QWpdLoWzx1y3l4R D9J+2+i0ylWjF2KxnXZPp8s7UrBYfWGiM/gP+pBXCEfnKT8X6UPpa17UUInbPPsjff6Z5J0JQFL8 cCtVJ38DREsVsP5y3j/vD+V1Evz8LB/sH5z8TUv+fHxyMDgbQjPeG6inwdUqe5jEW1bcXzJn8QNs GO2sBACBboJLBhkRs36P3e9DT77kFuu2e4EljiKGdPUvq0er5/FIGv9IL8pwts2oFTMVQWOMhHw+ mzzUvQnlgxCjKHrinRLPOzHHswljF11QfKGmBAHAhgOZsQGLVkrXSycxE5uiWsjN82cqCJisvhUp ad54xYioMWomlKxkfG5TzLoHr0gpCahCMB8XkawFPaDw8V5gYrM7zMh/xj/qnv4qVK+ZdasJ4SGm i7FhEYsHMeSvIof8lb+djJt/2T9R7h/Qd88qijbAlBPKbHSOISjfq1uyiwnr77NoOl9o+M4tP5J1 NRlJOrd4uMfJMp5Ms+IqaQhi7bsaPxMTMyiFPu0nYpK+SVPIro3kQPI8FV5DXDNZVBPOPsRFPsTq 1IpqB7VpisEULcUsfUlqsmjGRS1LxxTnB1xy+lZQAeKklX+Y1kxychA0RzsAy+OWHrUiL2GGrQiL j9qiczXndktwJIw7VEJZSRCZylsbHngXtSKl6iugFgxbPdw7NaBE/MMvqRAtRI1jWhoPa8pUOPpw dnR8fnpa+OLj3lcmUG5j6y5bbJFIuDXPLuOH+WK2CtT6eW+PTnvt8HitscYT0D+Hx6cvdzd3esGW 2SsyQLojWsz8PbGl2PamgnNFUULoE1UlbJisuAh4s+cvAdRcvHM7a8ea6CkXrn/5Foz4rp4xhhzS SQ4aYAt/TQLrayKebzBiT7vkqji3/GwCoo3+aWChNTYC+JPC08IWJQxxFb1jSu01S71EHPgED1kJ jay9HKhflwRGL+1SQ1hzYtxL7mdX7AGf975KoubwpL+3T79+9D/7cnJwhkTOj5V1m0hLLC3SeO6W /q90dbUDU9L+9nJLSkKxH3v+UvpIlOvFIUK2dcIvlqC+3bq87EkyOlCeXpZiqLfonaBJ6asqeFxo i99RabxXlKnRdbLpB/WrvNztbLoXiJA64bF6xUtoUoNcn7tq+11l16RO4NmJGw1Yp6/LWkAJlm+3 O0F1FIKYuyns0wa5+bK9UWIrVLfYtoEv2N7xGzb2DAyqRqPaiYJ3asYXXGXXryIPPwFHy3W4G1aT Ilz1tV81/1BUhb4ufRfnhYhth1jUB/YZsZeNkaQ4UfTHCQTm6Idrks9nN2n0hxv67U+3oxFJrIu7 9/B6SNlLAZdsvIdWItnyCFmbZfLuZvS7wgtp3reY1kf/2U2DYWpeiAHD+txvDg5PjV3LPiUswdCi Fahb2H4XqD86PwfyLfrEZDaa3hFb3jazjqPOjgCx892EgzFOsw7CAvA3qBe/d8b8OGjU4e/vZ527 Od4Byqy42kXBeQffBV8857nNc/odYcQfFcNABPDctFddkVo3eLlw9i9m4R9sPqRcDGrdN5AAVKKw cx5iQGWXWpaUIP1Z53vnw9Fg0P/AzwFSC7ttF7bsygy+DH884l3f7dohet+T5jX8nmTYYX9wdnLQ x8Ue7b5xbhkpeU4FPuPNRn6NKCJ5ff6ujdwD+bUFKW33bb7Wn0nNOuwP9w4Ph6d7x8Ozn45J8Wb4 cXiTHucZ2pBMx8d5tI1mqJ3XLU4h0x+0M+iffTk6+WFIEtEBcJ8/f38SbWwL1D8qtAU8qtMxHZsK e8fHWpwG3tEKlf+BhCoSEiMpHeruM75vNaiTFiI+DTz4fS/2Z0Cr/y+9OkaTRW9ajbdve94rWngc AsZoHCYkvIV7fBs/DOkUD7MkXoyuhwaNDDAq8kbjqB403261Gu3Wbg8PhXKE5yXR7MXdVcOjzSe8 hbNUipMGn2XxlWfgtRAcSPrM9BGEpVrDDOSJLW38bObBZWmUU0SySqWtZ8EnN5mulDs4/hr90D8Z 9A+jjVb0b5KSqUo7aLhQZ/AFAjeV6zzZ9ODDsZbrBhMvNofTScW2nyzGeKzLOoofHtAR3DTGxVdi vH0F0b/WqpEG3W7tfGsG3x8M9qnc7rfKnRydn/X3g30n9tLotEgdQ2qReXVdw1BpvzsrVxzsnXad qvGVgH2lc7GMxnFym84mvyR5zKdKtOJnna+GlfXMu0CmKxqTjEbf3bqikk2E8K3bt0M1AoZLr5vi 2WOGUl63k0tX4907U4CjwuT3cZBXx49Wrp4EGJylfhqk0JN4WPxyAqrFQPw4CXKyVjfLsvI7xHcw 1oLrg9GmZZLNJ+r/DkN4J+mNcJuZDfOCI6RxsQbquFsP3ZJ2Ou+wD2ZtGASVU7ntkLxG7dAqlZDg 2q3NTpvUkOUEsfi0Unp5tVv5obejZhMPbzlcDSpUV8jUTMOqVbFfvQCaq8BgsSxTSL1Y/lAjFI1C 9mm3OIqWGYYdxS6N4mKRxmOSx+hOl8CEBzOwcL5dOmBdPWB6vhR3NGCtle7Kk/aezppI5Qaw1KRR m4Rm7t0N6Cly2HBp+rT8DCJXp76LJ0oR5taj0lNFVZ6i7+xXeIpWj5HbJZagRK/+fh7HtwidajlS D5brV9SGRJrNp/y2KtVgK5N5N1V0rKfHjJ8NGBNn7O2m1pok6DQ79F8X7vHIv3JJEybd4R652uP0 ioimqwfgdaFt4PJE91SqZp4uSQ2qJYA+/0Cbz4CkT60pr6f4BW1zWZPqMh/nADD3uT/M7VYL170C KwjJiQIpJnsfoUkL0UBIn22FIrH5jkkE9SXCEoqK8qOVKkg4HFgwEnjzjfGQxZJVQ2IbO/Khwjom 67XWpJGqSSJYK8WTEJB0msxm5DdC/8zTWWYTwzVMobgBcrdhMSDuJA+sMmUrGrMn84nmOl5zqoF9 szmbOhEuJNINdVfV6xkgZnx7WeWkOSS1Gkn5nEwt6XhY2s6vWlrN+vOgvf/bdS229N8v6hNteSv6 H1BLAQIUABQAAgAIAMMOwyyCc1hU0iwAAA+NAAALAAAAAAAAAAAAIAAAAAAAAABud3NlcnYuY29u ZlBLBQYAAAAAAQABADkAAAD7LAAAAAA= ------=_NextPart_000_003A_01C20AA1.C2ECB3A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 12: 4: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from callback.cr-media.pl (mail.cr-media.pl [193.108.206.6]) by hub.freebsd.org (Postfix) with ESMTP id 6F9E837B403 for ; Sun, 2 Jun 2002 12:03:54 -0700 (PDT) Received: (from root@localhost) by callback.cr-media.pl (8.11.6/8.9.3) id g52J3hG21907 for questions@FreeBSD.org.AVP; Sun, 2 Jun 2002 21:03:43 +0200 Date: Sun, 2 Jun 2002 21:03:43 +0200 Message-Id: <200206021903.g52J3hG21907@callback.cr-media.pl> From: wojciula@ftv.pl To: questions@FreeBSD.org Subject: Znalezieno wirusa w poczcie do Ciebie ! / RECIPIENT ! Virus found in message to you ! MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=NEXT=AVPCHECK=2002=153=1023044623=21896=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 This is a MIME-encapsulated message --=NEXT=AVPCHECK=2002=153=1023044623=21896=1= Content-Type:text/plain Content-Transfer-Encoding:koi8-r Uzytkownik wojciula@ftv.pl wyslal do Ciebie wiadomosc z wirusem / User wojciula@ftv.pl sent to you mail with virus. Wirus zostal usuniety poprzez skasowanie lub naprawe pliku ------------------------------------- AVP report: ------------------------------------- archive: Mail /html archive: Mail /href.scr infected: I-Worm.Klez.e /x5121[1].html ok. ------------------------------------- This message redirect to avp@bronx.pl --=NEXT=AVPCHECK=2002=153=1023044623=21896=1=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 12:12: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from posgate.acis.com.au (posgate.acis.com.au [203.14.230.14]) by hub.freebsd.org (Postfix) with ESMTP id 0CFA737B403 for ; Sun, 2 Jun 2002 12:11:51 -0700 (PDT) Received: from bullseye.apana.org.au (dialup-1.acis.com.au [203.14.230.80] (may be forged)) by posgate.acis.com.au (8.11.6/8.11.6) with ESMTP id g52JBeP22006 for ; Mon, 3 Jun 2002 05:11:40 +1000 Received: from bullseye.apana.org.au (tenring.andymac.org [203.9.107.238]) by bullseye.apana.org.au (8.11.6/8.11.6) with ESMTP id g52DwGH36828 for ; Sun, 2 Jun 2002 23:58:16 +1000 (EST) (envelope-from andymac@bullseye.apana.org.au) Date: Sun, 2 Jun 2002 23:49:13 +1100 (edt) From: Andrew MacIntyre To: Subject: signals vs threads Message-ID: X-X-Sender: andymac@bullseye.apana.org.au MIME-Version: 1.0 Content-Type: MULTIPART/Mixed; BOUNDARY="1715413041-547168944-1022835651=:17749" 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. --1715413041-547168944-1022835651=:17749 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: This question is in the context of a scripting language interpreter (Python) which is built with threads (gcc -pthread), but which is used to run scripts which don't activate any threads. In such instances, signal handling differs from an interpreter built without threads. The attached C code is a simple example of a signal handling situation which works in the non-threaded interpreter, but fails in a threaded interpreter. When compiled without -pthread, the attached code behaves as expected like so: $ ./sigp 1, run 2 $ When compiled with -pthread: $ ./sigp and then it hangs. Sending it a SIGHUP from another terminal has no effect, but other likely signals (eg SIGINT) kill it. Indications are that this code functions as expected on Solaris (Linux too FWIW) when the code is built with thread support enabled. There appears to have been a thread on a closely related topic, found at (long URL): http://groups.google.com/groups?hl=en&lr=&threadm=fa.n97llov.1lict2d%40ifi.uio.no However, no information from that thread has illuminated the situation at hand. Having two interpreter executables (with and without threads) is unpalatable. Is there any way that the thread enabled interpreter can be setup to handle signals in the same way, in the absence of activated threads, as it would without thread support? (without disturbing the signal handling when threads _are_ activated, of course...) Thanks for any advice, Andrew. -- Andrew I MacIntyre "These thoughts are mine alone..." E-mail: andymac@bullseye.apana.org.au | Snail: PO Box 370 andymac@pcug.org.au | Belconnen ACT 2616 Web: http://www.andymac.org/ | Australia --1715413041-547168944-1022835651=:17749 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII; NAME="sigp.c" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: ATTACHMENT; FILENAME="sigp.c" I2luY2x1ZGUgPHN0ZGxpYi5oPg0KI2luY2x1ZGUgPHNpZ25hbC5oPg0KI2lu Y2x1ZGUgPHN0ZGlvLmg+DQoNCnZvbGF0aWxlIGludCBydW4gPSAwOw0KDQoj ZGVmaW5lIFJVTihpKSBpZiAocnVuKSBwcmludGYoInJ1biAlZFxuIixpKQ0K DQp2b2lkDQpkb19ub3RoaW5nKGludCBzaWdudW0pDQp7DQoJcnVuID0gMTsN CglyZXR1cm47DQp9DQoNCnZvaWQNCnByaW50X3NpZ3NldChjb25zdCBzaWdz ZXRfdCogc2V0KQ0Kew0KCWludCBzaWc7DQoNCglmb3IgKHNpZyA9IDE7IHNp ZyA8IE5TSUc7IHNpZysrKSB7DQoJCWlmIChzaWdpc21lbWJlcihzZXQsIHNp ZykpIHsNCgkJCXByaW50ZigiJWQsICIsIHNpZyk7DQoJCX0NCgl9DQoJcHJp bnRmKCJcbiIpOw0KfQ0KDQppbnQgbWFpbihpbnQgYXJnYywgY2hhcioqIGFy Z3YpDQp7DQoJc2lnc2V0X3Qgc2V0Ow0KCXN0cnVjdCBzaWdhY3Rpb24gYWN0 aW9uOw0KDQoJYWN0aW9uLnNhX2hhbmRsZXIgPSBkb19ub3RoaW5nOw0KCXNp Z2VtcHR5c2V0KCZhY3Rpb24uc2FfbWFzayk7DQoJYWN0aW9uLnNhX2ZsYWdz ID0gMDsNCg0KCXNpZ2VtcHR5c2V0KCZzZXQpOw0KDQoJc2lnYWRkc2V0KCZz ZXQsIFNJR0hVUCk7DQoNCglzaWdwcm9jbWFzayhTSUdfQkxPQ0ssICZzZXQs IE5VTEwpOw0KDQoJc2lnYWN0aW9uKFNJR0hVUCwgJmFjdGlvbiwgTlVMTCk7 DQoNCglraWxsKGdldHBpZCgpLCBTSUdIVVApOw0KDQoJUlVOKDApOw0KCQ0K CXNpZ3BlbmRpbmcoJnNldCk7DQoNCglwcmludF9zaWdzZXQoJnNldCk7DQoN CglzaWdlbXB0eXNldCgmc2V0KTsNCg0KCVJVTigxKTsNCg0KCXNpZ3N1c3Bl bmQoJnNldCk7DQoNCglSVU4oMik7DQoNCglyZXR1cm4gMDsNCn0NCg== --1715413041-547168944-1022835651=:17749-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 12:19:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tao.thought.org (sense-kline-250.oz.net [216.39.168.250]) by hub.freebsd.org (Postfix) with ESMTP id 46C4837B400 for ; Sun, 2 Jun 2002 12:19:36 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.11.6/8.11.3) id g52JJWG07931; Sun, 2 Jun 2002 12:19:32 -0700 (PDT) (envelope-from kline) Date: Sun, 2 Jun 2002 12:19:32 -0700 From: Gary D Kline To: Joost Bekkers , Gary D Kline , Bill Moran , FreeBSD Mailing List Subject: Re: obscure firewall and mail problem... Message-ID: <20020602191931.GA7730@tao.thought.org> References: <200206020800.g52803901241@tao.thought.org> <3CF9F896.3000106@potentialtech.com> <20020602152128.A3792@bps.jodocus.org> <20020602174824.GA5931@tao.thought.org> <20020602205731.A4409@bps.jodocus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020602205731.A4409@bps.jodocus.org> User-Agent: Mutt/1.3.28i 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 Sun, Jun 02, 2002 at 08:57:31PM +0200, Joost Bekkers wrote: > On Sun, Jun 02, 2002 at 10:48:24AM -0700, Gary D Kline wrote: > > > > > > ; > > ns1.thought.org. IN A 216.39.168.248 > > tao.thought.org. IN A 10.0.0.2 > > ; > > ; > > > > ; MX records > > ;thought.org. IN MX 10 ns1.thought.org. > > ; IN MX 20 tao.thought.org. > > > > > > I want everytthing to flow through ns1.thought.org and > > have mail routed to my other machines on my LAN. > > > > Do you guys see what needs fixing with my MX records? > > or is this a sendmail config issue? > > You got your mx-preference reversed. The lowest number should be > the machine where your mailbox is. > I see your point. So with:: ; MX records thought.org. IN MX 10 tao.thought.org. IN MX 20 ns1.thought.org. you think that mail through my NS1 server will flow thru and see tao first and find both "kline@tao.thought.org" and "kline@thought.org" both?? Bill, does this make sense to you too? If tao is down should I put ns1.thought.org as a mail relay/MX site? 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 Sun Jun 2 13:44:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from altair.mukappabeta.net (altair.mukappabeta.net [194.145.150.157]) by hub.freebsd.org (Postfix) with ESMTP id 5E59D37B405 for ; Sun, 2 Jun 2002 13:44:28 -0700 (PDT) Received: by altair.mukappabeta.net (Postfix, from userid 1001) id 6F2576C8; Sun, 2 Jun 2002 22:44:58 +0200 (CEST) Date: Sun, 2 Jun 2002 22:44:58 +0200 From: Matthias Buelow To: Benoit Lacherez Cc: Matthew Hunt , j mckitrick , freebsd-questions@FreeBSD.ORG Subject: Re: Why does 'sed' delete my input file? Message-ID: <20020602204458.GB699@altair.mukappabeta.net> References: <20020531130029.B28925@dogma.freebsd-uk.eu.org> <20020531141421.A72043@bisclavret.iris33.ac-bordeaux.f> <20020531132211.A29199@dogma.freebsd-uk.eu.org> <20020531094720.C34758@wopr.caltech.edu> <20020602205338.A22684@bisclavret> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020602205338.A22684@bisclavret> 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 Benoit Lacherez writes: >You're right! I had never done that with a big file, but actually it >is truncated. So I'll do with a temporary file, now. if you want to do in-place editing, you can also use ed (the standard text editor) by giving it its commands on stdin. --mkb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 13:49:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from spork.pantherdragon.org (spork.pantherdragon.org [206.29.168.146]) by hub.freebsd.org (Postfix) with ESMTP id E8BD037B400; Sun, 2 Jun 2002 13:49:22 -0700 (PDT) Received: from spark.techno.pagans (spark.techno.pagans [4.61.202.145]) by spork.pantherdragon.org (Postfix) with ESMTP id 67ED9471DA; Sun, 2 Jun 2002 13:49:22 -0700 (PDT) Received: from pantherdragon.org (speck.techno.pagans [172.21.42.2]) by spark.techno.pagans (Postfix) with ESMTP id 80120FEBE; Sun, 2 Jun 2002 13:49:19 -0700 (PDT) Message-ID: <3CFA84CF.E5AD5853@pantherdragon.org> Date: Sun, 02 Jun 2002 13:49:19 -0700 From: Darren Pilgrim X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "a.s.gruner" Cc: freebsd-ipfw@freebsd.org, freebsd-questions@freebsd.org Subject: Re: ipfw+natd+ppp problem References: <20020602200539.A1206@encephalon.de> 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 "a.s.gruner" wrote: > > Hi. > > I have some problems with setting up ipfw+ppp+natd on my FreeBSD > 4.6-RC machine. Have you tried using the ppp -nat function instead of natd? It generally seems to work better, and the extra features natd provides aren't really needed for basic dialup access (and you can make up for them with ipfw). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 13:54:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from infinity.aesredfish.net (ns1.aesredfish.net [65.168.0.12]) by hub.freebsd.org (Postfix) with ESMTP id 495E837B404 for ; Sun, 2 Jun 2002 13:54:36 -0700 (PDT) Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com [65.168.1.181]) by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP id g52KsNU16721; Sun, 2 Jun 2002 16:54:23 -0400 Message-ID: <3CFA875C.7080308@potentialtech.com> Date: Sun, 02 Jun 2002 17:00:12 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020502 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gary D Kline Cc: Joost Bekkers , FreeBSD Mailing List Subject: Re: obscure firewall and mail problem... References: <200206020800.g52803901241@tao.thought.org> <3CF9F896.3000106@potentialtech.com> <20020602152128.A3792@bps.jodocus.org> <20020602174824.GA5931@tao.thought.org> <20020602205731.A4409@bps.jodocus.org> <20020602191931.GA7730@tao.thought.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 Gary D Kline wrote: > On Sun, Jun 02, 2002 at 08:57:31PM +0200, Joost Bekkers wrote: > >>On Sun, Jun 02, 2002 at 10:48:24AM -0700, Gary D Kline wrote: >> >>> >>>; >>>ns1.thought.org. IN A 216.39.168.248 >>>tao.thought.org. IN A 10.0.0.2 >>>; >>>; >>> >>>; MX records >>>;thought.org. IN MX 10 ns1.thought.org. >>>; IN MX 20 tao.thought.org. >>> >>> >>> I want everytthing to flow through ns1.thought.org and >>> have mail routed to my other machines on my LAN. >>> >>> Do you guys see what needs fixing with my MX records? >>> or is this a sendmail config issue? >> >>You got your mx-preference reversed. The lowest number should be >>the machine where your mailbox is. > > I see your point. So with:: > > ; MX records > thought.org. IN MX 10 tao.thought.org. > IN MX 20 ns1.thought.org. > > > you think that mail through my NS1 server will flow thru > and see tao first and find both "kline@tao.thought.org" > and "kline@thought.org" both?? > > Bill, does this make sense to you too? Absolutely. I didn't notice that before. > If tao is down should I put ns1.thought.org as a mail > relay/MX site? You should configure ns1 to relay its mail to tao. The idea being, if tao goes down, or is temporarily overwhelmed, ns1 picks up the mail and trys to relay it on to tao. Once you've got tao back up, ns1 will pass all the mail it has on to tao where people can retrieve it. With certain systems, you can also have tao & ns1 both hold the mail and your clients will try connecting to both to retrieve it (or you have a seperate pop server that both tao and ns1 pass the mail to) But these are high-availability solutions, if you need that kind of reliability, you'll have a bit more work to do. -- Bill Moran Potential Technology http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 15:31:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from colossus.systems.pipex.net (colossus.systems.pipex.net [62.190.223.73]) by hub.freebsd.org (Postfix) with ESMTP id 3B7FC37B405 for ; Sun, 2 Jun 2002 15:31:09 -0700 (PDT) Received: from ThisAddressDoesNotExist (userhh092.dsl.pipex.com [62.190.215.92]) by colossus.systems.pipex.net (Postfix) with ESMTP id 8A7E9160000BA for ; Sun, 2 Jun 2002 23:31:06 +0100 (BST) Subject: Unable to connect to localhost From: "S. Roberts" To: FreeBSD-Questions Reply-To: sroberts@dsl.pipex.com Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-1fA3mGfoBpVI6Su/DyNd" X-Mailer: Ximian Evolution 1.0.5 Date: 02 Jun 2002 23:26:33 +0100 Message-Id: <1023056794.315.106.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 --=-1fA3mGfoBpVI6Su/DyNd Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello,=20 Might be a simple one for many of you, but I kinda thought I had this sorted.., not!=20 I thought I'd check the currently installed version of sendmail running on a FreeBSD system here., and got this:=20 # date=20 Sun Jun 2 23:16:04 BST 2002=20 # exit=20 exit=20 $ telnet localhost 25=20 Trying ::1...=20 telnet: connect to address ::1: Connection refused=20 Trying 127.0.0.1...=20 telnet: connect to address 127.0.0.1: Permission denied=20 telnet: Unable to connect to remote host=20 $=20 I then check /var/log/security, and see:=20 $ su=20 Password:=20 # tail /var/log/security=20 Jun 2 23:16:15 /kernel: Connection attempt to TCP ::0001:25 from ::0001:1207=20 Jun 2 23:16:15 /kernel: ipfw: 910 Deny TCP 127.0.0.1:1208 127.0.0.1:25 out via lo0=20 #=20 I check what tcpdmatch says about the user's priviledges:=20 $ tcpdmatch telnetd =20 warning: telnetd: no such process name in /etc/inetd.conf=20 warning: : hostname alias=20 warning: (official name: )=20 client: hostname =20 client: address =20 server: process telnetd=20 matched: /etc/hosts.allow line =20 option: allow=20 access: granted=20 $=20 I alo noticed that I can't access via url: http://localhost:80 either - I get the message: "The connection was refused when attempting to contact localhost.".=20 So., what's the matter here? I'm happy to post more details if required (as in firewall rules and such). Thanks to all those that might reply!=20 Stacey=20 --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer --=-1fA3mGfoBpVI6Su/DyNd Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello,=20 Might be a simple one for many of you, but I kinda thought I had this sorted.., not!=20 I thought I'd check the currently installed version of sendmail running on a FreeBSD system here., and got this:=20 # date=20 Sun Jun 2 23:16:04 BST 2002=20 # exit=20 exit=20 $ telnet localhost 25=20 Trying ::1...=20 telnet: connect to address ::1: Connection refused=20 Trying 127.0.0.1...=20 telnet: connect to address 127.0.0.1: Permission denied=20 telnet: Unable to connect to remote host=20 $=20 I then check /var/log/security, and see:=20 $ su=20 Password:=20 # tail /var/log/security=20 Jun 2 23:16:15 /kernel: Connection attempt to TCP ::0001:25 from ::0001:1207=20 Jun 2 23:16:15 /kernel: ipfw: 910 Deny TCP 127.0.0.1:1208 127.0.0.1:25 out via lo0=20 #=20 I check what tcpdmatch says about the user's priviledges:=20 $ tcpdmatch telnetd =20 warning: telnetd: no such process name in /etc/inetd.conf=20 warning: : hostname alias=20 warning: (official name: )=20 client: hostname =20 client: address =20 server: process telnetd=20 matched: /etc/hosts.allow line =20 option: allow=20 access: granted=20 $=20 I alo noticed that I can't access via url: http://localhost:80 either - I get the message: "The connection was refused when attempting to contact localhost.".=20 So., what's the matter here? I'm happy to post more details if required (as in firewall rules and such). Thanks to all those that might reply!=20 Stacey=20 - --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBPPqbl/dn4A8qiCO5EQKiMwCdEOidhBEngiVNL0piltKikU4ngCQAnA68 sZ7cCSJwE4MbDflo0sfs7MQc =VcTx -----END PGP SIGNATURE----- --=-1fA3mGfoBpVI6Su/DyNd-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 15:44: 3 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 8B90937B405 for ; Sun, 2 Jun 2002 15:43:55 -0700 (PDT) Received: (qmail 73669 invoked from network); 2 Jun 2002 22:55:42 -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 ; 2 Jun 2002 22:55:42 -0000 Message-ID: <3CFA9DEF.F328C57@liwing.de> Date: Mon, 03 Jun 2002 00:36:31 +0200 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: sroberts@dsl.pipex.com Cc: FreeBSD-Questions Subject: Re: Unable to connect to localhost References: <1023056794.315.106.camel@Demon.Strobe.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 "S. Roberts" wrote: > > Hello, > Might be a simple one for many of you, but I kinda thought I had > this sorted.., not! At first, I do not know much 'bout ipfw, I'm using ipf and I'm happy with it. > I thought I'd check the currently installed version of sendmail running > on a FreeBSD system here., and got this: > # date > Sun Jun 2 23:16:04 BST 2002 > # exit > exit > $ telnet localhost 25 > Trying ::1... > telnet: connect to address ::1: Connection refused This looks like this connection will be blocked. This means, your firewall doesn't like connects over ipv6 from localhost to localhost. Maybe you should check your ipfw settings for ip6. AFAIK there are separate settings... > Trying 127.0.0.1... > telnet: connect to address 127.0.0.1: Permission denied > telnet: Unable to connect to remote host > $ This looks like there is no telnetd running or your inetd do not know how to run such a daemon :-) > > I then check /var/log/security, and see: > $ su > Password: > # tail /var/log/security > Jun 2 23:16:15 /kernel: Connection attempt to TCP ::0001:25 from > ::0001:1207 > Jun 2 23:16:15 /kernel: ipfw: 910 Deny TCP 127.0.0.1:1208 > 127.0.0.1:25 out via lo0 > # Seems my first idea is right... > I check what tcpdmatch says about the user's priviledges: > $ tcpdmatch telnetd > warning: telnetd: no such process name in /etc/inetd.conf > warning: : hostname alias > warning: (official name: ) > client: hostname > client: address > server: process telnetd > matched: /etc/hosts.allow line > option: allow > access: granted Seems the second, too. > $ > I alo noticed that I can't access via url: http://localhost:80 either - > I get the message: "The connection was refused when attempting to > contact localhost.". Port 80 is usually a web-server, so there should a process like httpd, apxs or sth. else running. Maybe you have a tiny httpd which could be ran using inetd. Check this in that case, too. > So., what's the matter here? I'm happy to post more details if required > (as in firewall rules and such). Thanks to all those that might reply! Could be useful see your firewall rules (ipv4+ipv6), corresponding settings in /etc/rc.conf and your inetd.conf and the output of "find / -name telnetd" Good luck Jens > > Stacey > -- > Stacey Roberts B.Sc. (HONS) Computer Science > Network Systems Engineer > > ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > Name: signature.asc > signature.asc Type: application/pgp-signature > Description: This is a digitally signed message part -- 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 Sun Jun 2 15:49:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from raq02.vbcomm.net (raq02.vbcomm.net [208.178.120.34]) by hub.freebsd.org (Postfix) with ESMTP id D907837B401 for ; Sun, 2 Jun 2002 15:49:10 -0700 (PDT) Received: from mrincubator.org (vpn.ckhlaw.com [208.178.123.53]) by raq02.vbcomm.net (8.9.3/8.9.3) with ESMTP id SAA10328 for ; Sun, 2 Jun 2002 18:49:06 -0400 Message-ID: <3CFAA0F5.7D6D210F@mrincubator.org> Date: Sun, 02 Jun 2002 18:49:25 -0400 From: Mark Filipak X-Mailer: Mozilla 4.77 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions Subject: Re: Kernel errors References: <3CFA5EC6.5020304@linuxorbit.com> 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. Please do not respond. I know I'm wrong. Don't bother telling me. As a lurking engineer with a background in sysarchitecture, I followed this thread closely, though I don't know a 'make buildkernel' from a 'make installworld'. This thread illustrates what scares the hell out of me about getting into the water at this beach. There appears to be no casual use of fbsd. You either freeze dry your system and ignore security alerts, or you dedicate your life to following the STABLE branch, or you die. Or maybe you dedicate your life and die anyway. If you forget one little thing and a shark comes by, maybe you can find help in time and maybe you can't, but there are too many undocumented or poorly documented details to be able to depend upon your own abilities and still sleep soundly. The experiences of David LeCount and of Bernardo Brummer seem to be far too common. Jeez, the meanings of error messages aren't even documented. FreeBSD - forever young. Ciao -- Mark Please do not respond. I know I'm wrong. Don't bother telling me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 15:51:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wendell.heistand.org (wendell.heistand.org [63.227.108.89]) by hub.freebsd.org (Postfix) with ESMTP id F2A0B37B476 for ; Sun, 2 Jun 2002 15:50:23 -0700 (PDT) Received: by wendell.heistand.org (Postfix, from userid 1821) id 8A5B81B236; Sun, 2 Jun 2002 16:50:22 -0600 (MDT) Subject: strange bandwidth limiting problem To: freebsd-questions@freebsd.org Date: Sun, 2 Jun 2002 16:50:22 -0600 (MDT) From: heistand@heistand.org X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20020602225022.8A5B81B236@wendell.heistand.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 folks, I am having this somewhat annoying problem with my freebsd gateway machine. I have a freebsd box with 2 NICs, one going to my dsl modem the other to a switch for my internal network. The gateway run natd, a bunch of ipfw rules and a couple of natd_redirect options for a couple of internal machines I want to see from the outside. I am having bandwidth problems on my internal machines, a single data stream will top out at 70K/sec. Multiple streams will suck up all that the dsl modem can do however. It also only seem to affect the windows machines I have internaly. The unix (freebsd and linux) machines on the inside dont have this problem. I havent a clue why but it has only started recently and the only thing I can think of that changed was an update of the gateway to 4.5 from release 4.4. Any ideas where to start looking for a cause? thanks -- Steve Heistand heistand@heistand.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 16: 0:25 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 74B5937B404 for ; Sun, 2 Jun 2002 16:00:20 -0700 (PDT) Received: (qmail 77608 invoked from network); 2 Jun 2002 23:12:08 -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 ; 2 Jun 2002 23:12:08 -0000 Message-ID: <3CFAA1CA.1FD28F3@liwing.de> Date: Mon, 03 Jun 2002 00:52:58 +0200 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: Mark Filipak Cc: freebsd-questions Subject: Re: Kernel errors References: <3CFA5EC6.5020304@linuxorbit.com> <3CFAA0F5.7D6D210F@mrincubator.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 Mark Filipak wrote: > > Hello. > > Please do not respond. I know I'm wrong. Don't bother telling me. > > As a lurking engineer with a background in sysarchitecture, I followed > this thread closely, though I don't know a 'make buildkernel' from a > 'make installworld'. > > This thread illustrates what scares the hell out of me about getting > into the water at this beach. > > There appears to be no casual use of fbsd. You either freeze dry your > system and ignore security alerts, or you dedicate your life to > following the STABLE branch, or you die. > > Or maybe you dedicate your life and die anyway. > > If you forget one little thing and a shark comes by, maybe you can find > help in time and maybe you can't, but there are too many undocumented or > poorly documented details to be able to depend upon your own abilities > and still sleep soundly. > > The experiences of David LeCount and of Bernardo Brummer seem to be far > too common. Jeez, the meanings of error messages aren't even documented. > > FreeBSD - forever young. > > Ciao -- Mark > > Please do not respond. I know I'm wrong. Don't bother telling me. 1) If noone should respond, so don't write. 2) Read the handbook. There is written a) make buildkernel [KERNCONF=YOURKERNEL] b) make installkernel [KERNCONF=YOURKERNEL] c) reboot to single user mode (detailed) d) mount -u / e) mount -a -t ufs f) swapon -a g) cd /usr/src h) make buildworld && make installworld && mergemaster && reboot So yes, you are wrong. But you're because you do not read but write. Kind regards Jens -- 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 Sun Jun 2 16: 4:18 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 A7CD537B405; Sun, 2 Jun 2002 16:04:10 -0700 (PDT) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020602230410.KBVZ11659.rwcrmhc53.attbi.com@blossom.cjclark.org>; Sun, 2 Jun 2002 23:04:10 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g52N49V35069; Sun, 2 Jun 2002 16:04:09 -0700 (PDT) (envelope-from crist.clark@attbi.com) X-Authentication-Warning: blossom.cjclark.org: cjc set sender to crist.clark@attbi.com using -f Date: Sun, 2 Jun 2002 16:04:08 -0700 From: "Crist J. Clark" To: "a.s.gruner" Cc: freebsd-ipfw@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: ipfw+natd+ppp problem Message-ID: <20020602160408.J20911@blossom.cjclark.org> Reply-To: "Crist J. Clark" References: <20020602200539.A1206@encephalon.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020602200539.A1206@encephalon.de>; from plankalkuel@encephalon.de on Sun, Jun 02, 2002 at 08:05:39PM +0200 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Jun 02, 2002 at 08:05:39PM +0200, a.s.gruner wrote: > Hi. > > I have some problems with setting up ipfw+ppp+natd on my FreeBSD > 4.6-RC machine. > > ppp is working perfectly (user ppp). Don't use natd(8) and ppp(8). ppp(8) has NAT builtin. Use the '-nat' switch or enable it in the ppp.conf file. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 16:17:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (cfedde.dsl.frii.net [216.17.139.141]) by hub.freebsd.org (Postfix) with ESMTP id 4319537B400 for ; Sun, 2 Jun 2002 16:17:06 -0700 (PDT) Received: from fedde.littleton.co.us (localhost [127.0.0.1]) by fedde.littleton.co.us (8.12.3/8.12.3) with ESMTP id g52NFoQW049704; Sun, 2 Jun 2002 17:17:05 -0600 (MDT) Message-Id: <200206022317.g52NFoQW049704@fedde.littleton.co.us> To: sroberts@dsl.pipex.com Cc: FreeBSD-Questions Subject: Re: Unable to connect to localhost In-Reply-To: <1023056794.315.106.camel@Demon.Strobe.org> From: Chris Fedde Date: Sun, 02 Jun 2002 17:15:50 -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 02 Jun 2002 23:26:33 +0100 "S. Roberts" wrote: +------------------ | Jun 2 23:16:15 /kernel: ipfw: 910 Deny TCP 127.0.0.1:1208 | 127.0.0.1:25 out via lo0=20 | #=20 +------------------ Ipfw is not allowing host 127.0.0.1 to connect to port 25 on 127.0.0.1. I'd look somewhere in your ipfw config. Good Luck -- Chris Fedde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 17:14:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ws4-4.us4.outblaze.com (205-158-62-105.outblaze.com [205.158.62.105]) by hub.freebsd.org (Postfix) with SMTP id D514937B401 for ; Sun, 2 Jun 2002 17:14:10 -0700 (PDT) Received: (qmail 25662 invoked by uid 1001); 2 Jun 2002 23:14:10 -0000 Message-ID: <20020602231410.25661.qmail@linuxmail.org> 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 [80.63.125.78] by ws4-4.us4.outblaze.com with http for rafter@linuxmail.org; Mon, 03 Jun 2002 07:14:10 +0800 From: "Rafter Man" To: freebsd-questions@freebsd.org Date: Mon, 03 Jun 2002 07:14:10 +0800 Subject: Socket programming (IPv6) X-Originating-Ip: 80.63.125.78 X-Originating-Server: ws4-4.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 Hi FreeBSD'ers Finding info on socket programming (IPv4) under/for freebsd was easy. But was is the freebsd-way of programming socket for IPv6? I have found: RFC 2553 and 2292, is this the FreeBSD socket programming standard? Best regards Rafter -- Get your free email from www.linuxmail.org 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 Sun Jun 2 17:18: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f216.law9.hotmail.com [64.4.9.216]) by hub.freebsd.org (Postfix) with ESMTP id 11FA337B405 for ; Sun, 2 Jun 2002 17:18:03 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 2 Jun 2002 17:17:59 -0700 Received: from 202.98.16.2 by lw9fd.law9.hotmail.msn.com with HTTP; Mon, 03 Jun 2002 00:17:59 GMT X-Originating-IP: [202.98.16.2] From: "Liu Siwei" To: freebsd-questions@freebsd.org Subject: Question about locale of XFree86 4.2.0 Date: Mon, 03 Jun 2002 00:17:59 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 03 Jun 2002 00:17:59.0370 (UTC) FILETIME=[1DF30AA0:01C20A94] Sender: owner-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 using FreeBSD 4.6-RC, I have installed XFree86-4.2.0. I use the zh_CN.EUC locale for I'm Chinese. But I have got the message like this: locale not support by C lib.. why? My XFree86-4.2.0 has been installed from ports. But when I use XFree86-4.1.0_13, I have no question. But, XFree86-4.1.0 not supports my NoteBook's VGA card(SIS630) very well. How to use zh_CN.EUC locale under XFree86-4.2.0? Best Regard. _________________________________________________________________ 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 Sun Jun 2 17:30: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 B3C3737B403 for ; Sun, 2 Jun 2002 17:30:08 -0700 (PDT) Received: from localhost (localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.11.6/8.11.6) with ESMTP id g530IDH80993; Sun, 2 Jun 2002 17:18:14 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Date: Sun, 2 Jun 2002 17:18:13 -0700 (PDT) From: Annelise Anderson To: "Michael D. Harlan" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sending AT commands to modem from commandline ? In-Reply-To: <20020602041247.GA13206@harlanonline.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 Sun, 2 Jun 2002, Michael D. Harlan wrote: > I have an external modem attached to COM2 (/dev/cuaa1). Everything is in > good working order and I can connect to it using 'tip' to send it AT > commands. My question is this: can I send AT commands to it from the > command line (or better yet, from a Perl script)? > > I tried this: > # echo "ATS0=1" > /dev/cuaa1 > The standard program is cu, e.g., cu -l /dev/cuaa1 At that point you can type AT and get "OK" back, which means you're connected. With AT commands for your modem, you can view the current setting and the content of nvram. You can set the default configuration. As another poster said, calling ppp in interactive mode and typing term also puts you in direct contact with the modem. For cu, the "exit" command is ~. (tilde dot). Annelise Actually ppp itself communicates with the modem and you can put strings in ppp.conf to supplement those already there. -- 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 Sun Jun 2 17:34:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub-1.iastate.edu (mailhub-1.iastate.edu [129.186.140.3]) by hub.freebsd.org (Postfix) with ESMTP id 0CEF837B404 for ; Sun, 2 Jun 2002 17:34:29 -0700 (PDT) Received: from mailout-1.iastate.edu (mailout-1.iastate.edu [129.186.140.1]) by mailhub-1.iastate.edu (8.9.3/8.9.3) with SMTP id TAA01410; Sun, 2 Jun 2002 19:34:27 -0500 From: rahermon@iastate.edu Received: from fw.student.iastate.edu(64.113.93.191) by mailout-1.iastate.edu via csmap id 4565; Sun, 02 Jun 2002 19:37:34 -0500 (CDT) To: Cc: Subject: RE: Unable to connect to localhost Date: Sun, 2 Jun 2002 19:34:23 -0500 Message-ID: <000301c20a96$68e7a960$8404a8c0@TheGetto> 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 In-Reply-To: <1023056794.315.106.camel@Demon.Strobe.org> 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 To see the rules will be helpful. In my firewall the first two rules are the following. # Allow loopbacks, deny imposters ${fwcmd} add 100 pass all from any to any via lo0 ${fwcmd} add 200 deny all from any to 127.0.0.0/8 If I understood correctly, once a rule is matched the rest are skipped. I hope it helps. Regards, Ramon > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of S. Roberts > Sent: Sunday, June 02, 2002 5:27 PM > To: FreeBSD-Questions > Subject: Unable to connect to localhost > > > Hello, > Might be a simple one for many of you, but I kinda > thought I had this sorted.., not! > > I thought I'd check the currently installed version of > sendmail running on a FreeBSD system here., and got this: > # date > Sun Jun 2 23:16:04 BST 2002 > # exit > exit > $ telnet localhost 25 > Trying ::1... > telnet: connect to address ::1: Connection refused > Trying 127.0.0.1... > telnet: connect to address 127.0.0.1: Permission denied > telnet: Unable to connect to remote host > $ > > I then check /var/log/security, and see: > $ su > Password: > # tail /var/log/security > Jun 2 23:16:15 /kernel: Connection attempt to TCP > ::0001:25 from ::0001:1207 > Jun 2 23:16:15 /kernel: ipfw: 910 Deny TCP > 127.0.0.1:1208 127.0.0.1:25 out via lo0 > # > > I check what tcpdmatch says about the user's priviledges: > $ tcpdmatch telnetd > warning: telnetd: no such process name in /etc/inetd.conf > warning: : hostname alias > warning: (official name: ) > client: hostname > client: address > server: process telnetd > matched: /etc/hosts.allow line > option: allow > access: granted > $ > I alo noticed that I can't access via url: > http://localhost:80 either - I get the > message: "The > connection was refused when attempting to contact localhost.". > > So., what's the matter here? I'm happy to post more details > if required (as in firewall rules and such). Thanks to all > those that might reply! > > Stacey > -- > Stacey Roberts B.Sc. (HONS) Computer Science > Network Systems Engineer > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 17:39:16 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 916C837B405 for ; Sun, 2 Jun 2002 17:39:13 -0700 (PDT) Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id F168528B7D; Sun, 2 Jun 2002 20:39:12 -0400 (EDT) Date: Sun, 2 Jun 2002 20:39:12 -0400 (EDT) From: Peter Leftwich X-X-Sender: To: Giorgos Keramidas Cc: FreeBSD LIST Subject: Re: Fwd: IRC vs identd vs inetd.conf vs me! [255...?] In-Reply-To: <20020602001830.GD2950@hades.hell.gr> Message-ID: <20020602203526.F33640-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 Sun, 2 Jun 2002, Giorgos Keramidas wrote: > > I have uncommented the proper "auth" lines in my /etc/inetd.conf file, and added one line of text (8 chars) to a file called ~/.fakeid however- > > I continue to get errors similar to the ones above, and wonder why the IP is coming out as 255's and not my actual IP address. Is it possible to run identd "cloaked" (or whatever) as auth externally and not just "nowait, internal, etc?" > The IP is probably coming out as 255.255.255.255 because the IRC server software, either: Do you mean IRC client? I am not running an IRC server. > a) Tries to hide your real IP address, from the logs. > b) Can not resolve your IP address, or similar. I am using Time Warner RoadRunner's cable modem service and AFAIK all their "dialup" IPs are resolvable. > You wouldn't happen to be running identd in a machine that is behind a firewall or masquerading gateway, which blocks the incoming identd requests from the IRC server, right? > - Giorgos I -wish- I were behind a firewall... But I could never understand "open" or "simple" etc uses of ipfw (in /etc/rc.conf yes?) Besides, identd is not running; Something [builtin?] called auth is supposed to be taking care of ident queries to my PC on port 113 or whatever. -- 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 Sun Jun 2 17:59:58 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 E125F37B401 for ; Sun, 2 Jun 2002 17:59:54 -0700 (PDT) Received: from hades.hell.gr (patr530-a081.otenet.gr [212.205.215.81]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g530xnHq025328; Mon, 3 Jun 2002 03:59:51 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.3/8.12.3) with ESMTP id g530xlLv001039; Mon, 3 Jun 2002 03:59:47 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g530xkMF001038; Mon, 3 Jun 2002 03:59:46 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 3 Jun 2002 03:59:39 +0300 From: Giorgos Keramidas To: Peter Leftwich Cc: FreeBSD LIST Subject: Re: Fwd: IRC vs identd vs inetd.conf vs me! [255...?] Message-ID: <20020603005939.GA344@hades.hell.gr> References: <20020602001830.GD2950@hades.hell.gr> <20020602203526.F33640-100000@earl-grey.cloud9.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020602203526.F33640-100000@earl-grey.cloud9.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 2002-06-02 20:39 -0400, Peter Leftwich wrote: > On Sun, 2 Jun 2002, Giorgos Keramidas wrote: > > The IP is probably coming out as 255.255.255.255 because the IRC > > server software, either: > > Do you mean IRC client? I am not running an IRC server. You are trying to connect to an IRC server though! > > You wouldn't happen to be running identd in a machine that is > > behind a firewall or masquerading gateway, which blocks the > > incoming identd requests from the IRC server, right? > > I -wish- I were behind a firewall... But I could never understand > "open" or "simple" etc uses of ipfw (in /etc/rc.conf yes?) Besides, > identd is not running; Something [builtin?] called auth is supposed > to be taking care of ident queries to my PC on port 113 or whatever. You can always use sockstat(1) to find out. # sockstat -l4 | grep 113 PS: Please do NOT reindent my text and `unwrap' it. I like my 70-column wrapped text a lot better :-P - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 18: 7: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from magus.nostrum.com (magus.nostrum.com [66.119.225.66]) by hub.freebsd.org (Postfix) with ESMTP id 70D2137B407 for ; Sun, 2 Jun 2002 18:07:06 -0700 (PDT) Received: (from pckizer@localhost) by magus.nostrum.com (8.11.0/8.11.0) id g53170534388; Sun, 2 Jun 2002 20:07:00 -0500 (CDT) Message-Id: <200206030107.g53170534388@magus.nostrum.com> From: Philip Kizer To: paleph@pacbell.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Dell PowerEdge 2650 question In-reply-to: Your message of "Tue, 28 May 2002 07:12:27 PDT." <200205281412.g4SECRP02009@pacbell.net> Date: Sun, 02 Jun 2002 20:07:00 -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 paleph@pacbell.net wrote: >Has anyone run FreeBSD successfully on a Dell PowerEdge 2650. >We are looking at using either a PowerEdge 2550 or 2650 >as a WEB server using FreeBSD 4.5/6. It looks like the 2550 >is pretty much supported, however, I could not see any >references to the 2650. We have several racks of Dell 2550's with the Perc 3/Di, mp, 1G, etc. We got our first rack of them about a year ago and we just got some more. It is a great machine for FreeBSD for us so far. I can't answer for the 2650. -philip To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 18:37:45 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 296C337B400 for ; Sun, 2 Jun 2002 18:37:42 -0700 (PDT) Received: from 24-161-160-142.san.rr.com (24-161-160-142.san.rr.com [24.161.160.142]) by smtp1.san.rr.com (8.11.4/8.11.4) with ESMTP id g531baj17727 for ; Sun, 2 Jun 2002 18:37:41 -0700 (PDT) Date: Sun, 2 Jun 2002 18:37:35 -0700 (PDT) From: Peter Leftwich X-X-Sender: root@66-75-1-142.san.rr.com To: FreeBSD Questions LIST Subject: /usr/src/etc/*rc* (rc.conf?) Message-ID: <20020602183614.H655-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 I have just about every combination of /usr/src/etc/*rc* but no /usr/src/etc/rc.conf - could someone tell me where (on www.freebsd.org or from the 4.3-RELEASE CDROM) I can get a fresh, default-install copy? Thx, -- 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 Sun Jun 2 18:39:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mirapoint2.brutele.be (mirapoint2.brutele.be [212.68.193.7]) by hub.freebsd.org (Postfix) with ESMTP id 9193237B403 for ; Sun, 2 Jun 2002 18:39:12 -0700 (PDT) Received: from gateway.lefort.net ([213.189.162.78]) by mirapoint2.brutele.be (Mirapoint) with ESMTP id AYZ44725; Mon, 3 Jun 2002 03:39:10 +0200 (CEST) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 11E3E1529C for ; Mon, 3 Jun 2002 03:39:09 +0200 (CEST) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id 664C922FE7 for ; Mon, 3 Jun 2002 03:39:09 +0200 (CEST) Date: Mon, 3 Jun 2002 03:39:09 +0200 From: Jean-Yves Lefort To: freebsd-questions@FreeBSD.org Subject: FreeBSD and UTF-8 Message-Id: <20020603033909.50762524.jylefort@brutele.be> X-Mailer: Sylpheed version 0.7.6 (GTK+ 1.2.10; i386-portbld-freebsd4.6) 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 all, What is the current status of UTF-8 support in FreeBSD? Some programs need to read the LANG and LC_* environment variables to switch to UTF-8; if I use 'export LANG=en_US.UTF-8 && program', I get: 'Locale not supported by C library. Using the fallback 'C' locale.' Is that locale supported in -CURRENT? Can I use UTF-8 encoding at the FreeBSD console? Regards, Jean-Yves Lefort -- Jean-Yves Lefort jylefort@brutele.be http://void.adminz.be/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 18:44:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tierzero.apana.org.au (sa.apana.org.au [203.14.158.1]) by hub.freebsd.org (Postfix) with ESMTP id 1D3FB37B406 for ; Sun, 2 Jun 2002 18:44:24 -0700 (PDT) Received: from there (dialup-8.pasa.apana.org.au [203.14.158.137]) by tierzero.apana.org.au (8.11.1/8.11.1) with SMTP id g531iL157724 for ; Mon, 3 Jun 2002 11:14:21 +0930 (CST) (envelope-from bastill@sa.apana.org.au) Message-Id: <200206030144.g531iL157724@tierzero.apana.org.au> Content-Type: text/plain; charset="iso-8859-1" From: Brian Astill Reply-To: bastill@sa.apana.org.au To: questions@FREEBSD.org Subject: apsfilter/linux ports inconsistency? Date: Mon, 3 Jun 2002 11:04:57 +0930 X-Mailer: KMail [version 1.3] 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 tried to update apsfilter from my (recently updated) ports tree. The apsfilter "make" went OK, but when I asked for "make install", the script sought acroread, then linux_base. PROBLEM. I already have linux_base 7.1 installed. The apsfilter script calls for linux_base 6.1. Fortunately, a checksum error prevented the install (see below). Q. What would happen if I obtained a fresh "binutils" and allowed the install to proceed? Note that for Open Office to run I need glibc 2.1.3 or higher And at the moment I am running glibc 2.2.4 ----- messages from apsfilter "make install" ------------ ===> Extracting for linux_base-6.1_1 >> Checksum OK for rpm/glibc-2.1.2-11.i386.rpm. >> Checksum mismatch for rpm/binutils-2.9.1.0.23-6.i386.rpm. type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /usr/ports/emulators/linux_base. *** Error code 1 Stop in /usr/ports/print/acroread4. *** Error code 1 Stop in /usr/ports/print/apsfilter. *** Error code 1 Stop in /usr/ports/print/apsfilter. ------------- end ---------------- -- Regards, Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 18:51: 6 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 235EA37B405 for ; Sun, 2 Jun 2002 18:51:05 -0700 (PDT) Received: from 24-161-160-142.san.rr.com (24-161-160-142.san.rr.com [24.161.160.142]) by smtp2.san.rr.com (8.11.4/8.11.4) with ESMTP id g531otL06614 for ; Sun, 2 Jun 2002 18:51:00 -0700 (PDT) Date: Sun, 2 Jun 2002 18:50:54 -0700 (PDT) From: Peter Leftwich X-X-Sender: root@66-75-1-142.san.rr.com To: FreeBSD Questions LIST Subject: find vs. `ls -alR | grep -i keyword` Message-ID: <20020602184633.R787-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 Does the "find" command run (usefully) faster than `ls -alR | grep -i keyword` folks? Invariably, I surprise myself when a conglomeration such as `find /cdrw -name "*deep\ water*" -print` actually prints useful information (i.e. a hit)! Thoughts of "do I put a slash after cdrw" and "do I really need the asterices or the backslash forcing the space" often confuse this sysadmin for one. :) -- 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 Sun Jun 2 18:52:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20602.mail.yahoo.com (web20602.mail.yahoo.com [216.136.226.158]) by hub.freebsd.org (Postfix) with SMTP id 35F5937B401 for ; Sun, 2 Jun 2002 18:52:18 -0700 (PDT) Message-ID: <20020603015218.31538.qmail@web20602.mail.yahoo.com> Received: from [209.173.210.209] by web20602.mail.yahoo.com via HTTP; Sun, 02 Jun 2002 18:52:18 PDT Date: Sun, 2 Jun 2002 18:52:18 -0700 (PDT) From: Jon Reply-To: cykyc@yahoo.com Subject: Re: /usr/src/etc/*rc* (rc.conf?) To: Peter Leftwich , FreeBSD Questions LIST In-Reply-To: <20020602183614.H655-100000@66-75-1-142.san.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 --- Peter Leftwich wrote: > I have just about every combination of /usr/src/etc/*rc* but no > /usr/src/etc/rc.conf - could someone tell me where (on > www.freebsd.org or > from the 4.3-RELEASE CDROM) I can get a fresh, default-install > copy? Thx, % uname -a FreeBSD novaV2 4.6-RC FreeBSD 4.6-RC #3: Thu May 16 18:52:21 CDT 2002 root@novaV2:/usr/obj/usr/src/sys/NOVAV2 i386 % ll /usr/src/etc/defaults/rc.conf -rw-r--r-- 1 root wheel 20995 May 4 11:07 /usr/src/etc/defaults/rc.conf % And... http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/defaults/rc.conf Jon __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.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 Jun 2 19:10:37 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 78BBF37B404 for ; Sun, 2 Jun 2002 19:10:35 -0700 (PDT) Received: from 24-161-160-142.san.rr.com (24-161-160-142.san.rr.com [24.161.160.142]) by smtp2.san.rr.com (8.11.4/8.11.4) with ESMTP id g532AZL13097 for ; Sun, 2 Jun 2002 19:10:35 -0700 (PDT) Date: Sun, 2 Jun 2002 19:10:33 -0700 (PDT) From: Peter Leftwich X-X-Sender: root@66-75-1-142.san.rr.com To: FreeBSD Questions LIST Subject: w3m (text browser), key binding change? Message-ID: <20020602190743.I1024-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 I did not get a response from w3m's Manual author (Akinori Ito ) a few months back, so I thought I might ask around the list: Does anyone know how to override the default "ESC-TAB = prev-link" with "SHIFT-TAB = prev-link" instead in my ~/.w3m/keymap file? Shweet. -- 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 Sun Jun 2 19:12:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from diomedes.noc.ntua.gr (diomedes.noc.ntua.gr [147.102.222.220]) by hub.freebsd.org (Postfix) with ESMTP id 809F037B405 for ; Sun, 2 Jun 2002 19:12:53 -0700 (PDT) Received: from mail.ntua.gr (mail.ntua.gr [147.102.222.65]) by diomedes.noc.ntua.gr (8.11.6/8.11.6) with ESMTP id g532CnA01589 for ; Mon, 3 Jun 2002 05:12:49 +0300 (EEST) Received: from erwin.gr (ppp098.dialup.ntua.gr [147.102.223.98]) by mail.ntua.gr (Netscape Messaging Server 4.15) with ESMTP id GX3Y5C00.KQF for ; Mon, 3 Jun 2002 05:12:48 +0300 Content-Type: text/plain; charset="iso-8859-7" From: Aggelos Economopoulos Reply-To: aoiko@cc.ece.ntua.gr To: freebsd-questions@FreeBSD.ORG Subject: Disk access Date: Mon, 3 Jun 2002 05:10:45 +0300 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200206030510.45507.aoiko@cc.ece.ntua.gr> Sender: owner-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 adding a 40G ide disk(ad3) on my system, I 'ld like to devote some=20 extra space to FreeBSD (there is already a linux installation on the 40G=20 disk). However, after booting my -stable installation on the first=20 disk(ad0), I get the error message "excessive recursion in search for=20 slices" by the kernel on any attempt to access ad3 (mount a partition,=20 fdisk -s /dev/ad3, or even a read() on ad3). Initially, I thought I had hit a bug in sys/kern/subr_diskmbr.c. Only, us= ing=20 a userspace partition viewer (which understands the partition setup on ad= 3=20 when run under linux) I get simillar errors (ie infinite loop in the=20 partition handling code), which seem to stem from a read() returning sect= or=20 0 (the mbr of ad3) at somepoint in following the extended partition table= s=20 chain (do *not* consider this a fact, I could be wrong). I therefore conclude that this is not a problem in the partition handling= =20 code and given my lack of familiarity with the kernel I cannot even guess= =20 at the cause. For what it's worth, ->d_secperunit in the in kernel=20 disklabel is the same as the number of sectors reported by the linux=20 kernel. I can only assume that this is some obvious misconfiguration on m= y=20 part. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 19:16:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wow.3dmasters.net (3dmasters.net [207.212.196.31]) by hub.freebsd.org (Postfix) with ESMTP id 1E12B37B406 for ; Sun, 2 Jun 2002 19:16:34 -0700 (PDT) Received: from maxpower (c-66-229-4-60.we.client2.attbi.com [66.229.4.60]) by wow.3dmasters.net (8.11.6/8.11.6Programed by 3DMASTERS.NET) with SMTP id g5320jL72187 for ; Sun, 2 Jun 2002 19:00:45 -0700 (PDT) Reply-To: From: "Admin/Manager" To: Subject: Restrict user access on freebsd Date: Sun, 2 Jun 2002 19:07:40 -0700 Message-ID: <000201c20aa3$710d9de0$0264a8c0@3dmdomain.local> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE 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 am starting a College Web server. I would like to know if i could change all file permintions on the system to root access only. All the user are going to have ssh access and would like to stop users from looking at folders /etc/ /etc/named/ will this work ok? Thank you leroy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 19:17:35 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 16FA437B400 for ; Sun, 2 Jun 2002 19:17:32 -0700 (PDT) Received: from 24-161-160-142.san.rr.com (24-161-160-142.san.rr.com [24.161.160.142]) by smtp2.san.rr.com (8.11.4/8.11.4) with ESMTP id g532HVL15403 for ; Sun, 2 Jun 2002 19:17:31 -0700 (PDT) Date: Sun, 2 Jun 2002 19:17:30 -0700 (PDT) From: Peter Leftwich X-X-Sender: root@66-75-1-142.san.rr.com To: FreeBSD Questions LIST Subject: LASTPOST, login/pam errors in triplicate Message-ID: <20020602191334.A1112-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 Quick Q- When I login simultaneously to another ttyv, why does root on ttyv0 see the errors below [in triplicate] and shouldn't the 4.3 say 4.5?? Jun 2 19:13:05 <4.3> my_ip_here login: no modules loaded for `login' service Jun 2 19:13:05 <4.3> my_ip_here login: no modules loaded for `login' service Jun 2 19:13:05 <4.3> my_ip_here login: no modules loaded for `login' service Jun 2 19:13:05 <4.3> my_ip_here login: pam_open_session: Permission denied Jun 2 19:13:05 <4.3> my_ip_here login: pam_open_session: Permission denied Jun 2 19:13:05 <4.3> my_ip_here login: pam_open_session: Permission denied Jun 2 19:13:06 <4.3> my_ip_here login: no modules loaded for `login' service Jun 2 19:13:06 <4.3> my_ip_here login: no modules loaded for `login' service Jun 2 19:13:06 <4.3> my_ip_here login: no modules loaded for `login' service Jun 2 19:13:06 <4.3> my_ip_here login: pam_close_session: Permission denied Jun 2 19:13:06 <4.3> my_ip_here login: pam_close_session: Permission denied Jun 2 19:13:06 <4.3> my_ip_here login: pam_close_session: Permission denied -- 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 Sun Jun 2 19:22:26 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 3A73337B406 for ; Sun, 2 Jun 2002 19:22:24 -0700 (PDT) Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id 1DF9028BA3; Sun, 2 Jun 2002 22:22:23 -0400 (EDT) Date: Sun, 2 Jun 2002 22:22:23 -0400 (EDT) From: Peter Leftwich X-X-Sender: To: Admin/Manager Cc: FreeBSD LIST Subject: Re: Restrict user access on freebsd In-Reply-To: <000201c20aa3$710d9de0$0264a8c0@3dmdomain.local> Message-ID: <20020602222124.H36038-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 Sun, 2 Jun 2002, Admin/Manager wrote: > I am starting a College Web server. I would like to know if i could change all file permintions on the system to root access only. All the user are going to have ssh access and would like to stop users from looking at folders /etc/ /etc/named/ will this work ok? > Thank you, leroy `man chmod` - this concept is also well-explained in books about Unix. -- 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 Sun Jun 2 20: 2:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from T2000.me.ncku.edu.tw (T2000.me.ncku.edu.tw [140.116.71.120]) by hub.freebsd.org (Postfix) with SMTP id A90ED37B400; Sun, 2 Jun 2002 20:02:06 -0700 (PDT) Received: from 345 (unverified [210.202.191.52]) by T2000.me.ncku.edu.tw (EMWAC SMTPRS 0.83) with SMTP id ; Mon, 03 Jun 2002 11:02:02 +0800 To: 454566@kimo.com.tw From: 454566@kimo.com.tw Subject: ¥i¸ß»ù~±¶¹BµØ·H¦Û°â~~¾G¤p©j:0955946855 Date: Sun, 02 Jun 2002 21:11:46 +0800 Message-Id: <37409.883180208336900.34358@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=big5 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 ================================ ±¶¹BµØ·H¦Û°â~~¾G¤p©j:0955946855 ================================ ¥É¦¨µó*¸¹*¼Ó(¬D°ª4¦Ì2) ªñ©¾§µ±¶¹B«á¤s¸O¯¸,Åvª¬¬ù20©W, ¥þ·s¸ËæC, ¨â©Ð¨âÆU¤@½Ã,¥tªþ¨®¦ì¤@­Ó. Õz§K. ·NªÌ½Ð¬¢: ¾G¤p©j:0955946855 OR ®}¥ý¥Í:0922671795 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 20:17:23 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 D387137B403 for ; Sun, 2 Jun 2002 20:17:20 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.12.2/8.12.3) id g533HKge046683; Sun, 2 Jun 2002 22:17:20 -0500 (CDT) (envelope-from dan) Date: Sun, 2 Jun 2002 22:17:20 -0500 From: Dan Nelson To: Peter Leftwich Cc: FreeBSD Questions LIST Subject: Re: find vs. `ls -alR | grep -i keyword` Message-ID: <20020603031720.GA94033@dan.emsphone.com> References: <20020602184633.R787-100000@66-75-1-142.san.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020602184633.R787-100000@66-75-1-142.san.rr.com> User-Agent: Mutt/1.3.99i 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 (Jun 02), Peter Leftwich said: > Does the "find" command run (usefully) faster than `ls -alR | grep -i > keyword` folks? "locate" beats them both (but works off a precomputed index). find will be faster, if only because it doesn't bother to print stats on every file only to get most of it suppressed by grep. > Invariably, I surprise myself when a conglomeration such as `find /cdrw > -name "*deep\ water*" -print` actually prints useful information (i.e. a > hit)! Thoughts of "do I put a slash after cdrw" and "do I really > need the asterices or the backslash forcing the space" often confuse > this sysadmin for one. :) no; you never need a slash after directories in any command, unless it's an output file and you want to tell the command to create it, and no; because your argument is quoted. If you didn't quote it, you would have had to write \*deep\ water\* . -- 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 Jun 2 20:56:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ariel.ucs.unimelb.edu.au (ariel.ucs.unimelb.edu.au [128.250.20.3]) by hub.freebsd.org (Postfix) with ESMTP id B79CA37B400 for ; Sun, 2 Jun 2002 20:56:47 -0700 (PDT) Received: from [128.250.18.60] (ws18-60.its.unimelb.edu.au [128.250.18.60]) by ariel.ucs.unimelb.edu.au (8.12.3/8.12.3) with ESMTP id g533ueW3008717; Mon, 3 Jun 2002 13:56:40 +1000 (EST) User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 Date: Mon, 03 Jun 2002 13:55:00 +1000 Subject: Re: Restrict user access on freebsd From: Jacob Rhoden To: , Message-ID: In-Reply-To: <000201c20aa3$710d9de0$0264a8c0@3dmdomain.local> 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 3/6/2002 12:07 PM, Admin/Manager at leroy@3dmasters.net wrote: > I am starting a College Web server. I would like to know if i could > change all file permintions on the system to root access only. > All the user are going to have ssh access and would like to stop users from > looking at folders /etc/ /etc/named/ will this work ok? Short answer, no. Long answer: You can do it to some but not all. Users need the ability to read files in /etc, for example /etc/group. The best thing to do is to remove the x flag on most directories, ie /etc /bin /sbin and so on, so that normal users can execute things like 'ls' and read files like 'group'. (The x flag on directories means that a user cannot list the directory but can still access files in it). If you are unsure about the nescessity of a command, then I suggest you simply get a test system and login as a normal user, and remove flags of various binaries as required, then test as the normal user. You may also want to investigate restricted shells, so instead of using 'bash' or 'tcsh' you can get shells which dont let the user 'cd' out of their directory. Also you can chroot ftp, so that the users cant ftp out of their own directory (see /etc/ftpchroot). Regards, Jacob Rhoden NB: you can remove global access to /etc/named but if you do it to /etc/mail or other such mail config files then sendmail or will complain. ---------------------------------------------------- Jacob Rhoden Phone: +61 3 9844 6102 ITS Division Email: jrhoden@unimelb.edu.au Melbourne University Mobile: +61 403 788 386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 21:26: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.owc.net (mail.owc.net [216.127.254.2]) by hub.freebsd.org (Postfix) with ESMTP id C4DFC37B401 for ; Sun, 2 Jun 2002 21:26:05 -0700 (PDT) Received: from [192.168.0.2] (v150.owc.net [204.233.237.50]) by mail.owc.net (8.9.3/8.9.3) with ESMTP id XAA14808 for ; Sun, 2 Jun 2002 23:28:29 -0500 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Sun, 02 Jun 2002 23:25:27 -0500 Subject: Re: /usr/src/etc/*rc* (rc.conf?) From: Matt Ronge To: FreeBSD Questions LIST Message-ID: In-Reply-To: <20020602183614.H655-100000@66-75-1-142.san.rr.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'm sorry if this is a really basic question. I tried searching the freeBSD website and googling it but I couldn't find any answers. I was playing around with sshd and all of a sudden my machine doesn't require a password for root. When I login locally doesn't ask for one, when I login over ssh it accepts anything. Also the other user accounts require passwords. What did I do? -- Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 21:37:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.owc.net (mail.owc.net [216.127.254.2]) by hub.freebsd.org (Postfix) with ESMTP id D8EA537B401 for ; Sun, 2 Jun 2002 21:37:56 -0700 (PDT) Received: from [192.168.0.2] (v150.owc.net [204.233.237.50]) by mail.owc.net (8.9.3/8.9.3) with ESMTP id XAA16169 for ; Sun, 2 Jun 2002 23:40:26 -0500 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Sun, 02 Jun 2002 23:37:22 -0500 Subject: No Root Password? From: Matt Ronge To: FreeBSD Questions LIST Message-ID: In-Reply-To: <20020602183614.H655-100000@66-75-1-142.san.rr.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 ** Sorry about my last e-mail, forgot to change the subject I'm sorry if this is a really basic question. I tried searching the freeBSD website and googling it but I couldn't find any answers. I was playing around with sshd and all of a sudden my machine doesn't require a password for root. When I login locally doesn't ask for one, when I login over ssh it accepts anything. Also the other user accounts require passwords. What did I do? -- Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 22:17:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdom01.kundenserver.de (moutvdom01.kundenserver.de [195.20.224.200]) by hub.freebsd.org (Postfix) with ESMTP id 9BE9737B406; Sun, 2 Jun 2002 22:17:16 -0700 (PDT) Received: from [172.19.20.61] (helo=mrvdomng0.kundenserver.de) by moutvdom01.kundenserver.de with esmtp (Exim 2.12 #3) id 17EkDP-00073R-00; Mon, 3 Jun 2002 07:17:11 +0200 Received: from p3e9c24a2.dip0.t-ipconnect.de ([62.156.36.162] helo=encephalon.de) by mrvdomng0.kundenserver.de with esmtp (Exim 3.22 #2) id 17EkDO-0005y3-00; Mon, 03 Jun 2002 07:17:10 +0200 Received: from chuckie.encephalon.de (localhost.encephalon.de [127.0.0.1]) by encephalon.de (8.12.3/8.11.6) with ESMTP id g535Ij18000924; Mon, 3 Jun 2002 07:18:45 +0200 (CEST) (envelope-from plankalkuel@chuckie.encephalon.de) Received: (from plankalkuel@localhost) by chuckie.encephalon.de (8.12.3/8.12.3/Submit) id g535Ig8G000923; Mon, 3 Jun 2002 07:18:42 +0200 (CEST) (envelope-from plankalkuel) Date: Mon, 3 Jun 2002 07:18:35 +0200 From: "a.s.gruner" To: Darren Pilgrim Cc: freebsd-ipfw@freebsd.org, freebsd-questions@freebsd.org Subject: Re: ipfw+natd+ppp problem Message-ID: <20020603071835.A894@encephalon.de> References: <20020602200539.A1206@encephalon.de> <3CFA84CF.E5AD5853@pantherdragon.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: <3CFA84CF.E5AD5853@pantherdragon.org>; from dmp@pantherdragon.org on Sun, Jun 02, 2002 at 01:49:19PM -0700 X-Operating-System: FreeBSD 4.6-RC i386 X-Editor: vi Sender: owner-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. > Have you tried using the ppp -nat function instead of natd? It > generally seems to work better, and the extra features natd provides > aren't really needed for basic dialup access (and you can make up for > them with ipfw). No i havent, i kno that option but i want to use natd like it is described in an article on freebsd.org. It is strange that it is not working with me. I also read that ppp+natd is more powerfull then ppp -nat option. So, do you have an idea how i can fix my problem ? asg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 22:39: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from charon.0x54434D.net (pD9E51BD4.dip.t-dialin.net [217.229.27.212]) by hub.freebsd.org (Postfix) with ESMTP id 4B53437B400 for ; Sun, 2 Jun 2002 22:39:00 -0700 (PDT) Received: from 0x54434D.net (powerbox.tcm.lan [192.168.1.11]) by charon.0x54434D.net (Postfix) with ESMTP id D10153E28; Mon, 3 Jun 2002 07:38:56 +0200 (CEST) Message-ID: <3CFB00F0.9040704@0x54434D.net> Date: Mon, 03 Jun 2002 07:38:56 +0200 From: Nino Dehne User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc3) Gecko/20020523 X-Accept-Language: en-us, en MIME-Version: 1.0 To: leroy@3dmasters.net Cc: freebsd-questions@freebsd.org Subject: Re: Restrict user access on freebsd 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 Jacob Rhoden wrote: [...] > /etc, for example /etc/group. The best thing to do is to remove the x flag > on most directories, ie /etc /bin /sbin and so on, so that normal users can > execute things like 'ls' and read files like 'group'. (The x flag on > directories means that a user cannot list the directory but can still access > files in it). If you are unsure about the nescessity of a command, then I There's a bit of confusion in your words. You say that the x flag on a directory means that "a user cannot list the directory but can still access files in it". The ability to list files is bound to the r flag, and not inherent to the x flag. I think this is what you meant but it didn't read like that. In the prior sentence you suggest removin the x flag, though. This doesn't make sense at all. So: 1) The r flag on a directory enables listing the contents of that directory. 2) The x flag on a directory enables the contents directory to be accessed. AFAIK, these flags don't interfer with each other, so you can prevent listing but still allow access and vice versa. This is my understanding of the functioning. Regards, Nino To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 22:48:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ariel.ucs.unimelb.edu.au (ariel.ucs.unimelb.edu.au [128.250.20.3]) by hub.freebsd.org (Postfix) with ESMTP id 9609537B403 for ; Sun, 2 Jun 2002 22:48:49 -0700 (PDT) Received: from [128.250.18.60] (ws18-60.its.unimelb.edu.au [128.250.18.60]) by ariel.ucs.unimelb.edu.au (8.12.3/8.12.3) with ESMTP id g535kmW3018153; Mon, 3 Jun 2002 15:46:50 +1000 (EST) User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 Date: Mon, 03 Jun 2002 15:44:02 +1000 Subject: Re: Restrict user access on freebsd From: f3z To: , Message-ID: In-Reply-To: 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 3/6/2002 1:55 PM, Jacob Rhoden at jrhoden@unimelb.edu.au wrote: > /etc, for example /etc/group. The best thing to do is to remove the x flag > on most directories, ie /etc /bin /sbin and so on, so that normal users can > execute things like 'ls' and read files like 'group'. (The x flag on > directories means that a user cannot list the directory but can still access > files in it). If you are unsure about the nescessity of a command, then I Oops, I stand corrected, I got my flags mixed up, just for those I confused: r flag - Allows a directory to be listed x flag - allows a user to access files in the directory but only if the particular file has appropriate rwx flags set Sorry if I confused anyone. Regards, Jacob ---------------------------------------------------- Jacob Rhoden Phone: +61 3 9844 6102 ITS Division Email: jrhoden@unimelb.edu.au Melbourne University Mobile: +61 403 788 386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 22:54:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from switzcpl.lib.in.us (socrates.switzcpl.lib.in.us [165.139.215.10]) by hub.freebsd.org (Postfix) with ESMTP id A65F437B404; Sun, 2 Jun 2002 22:54:42 -0700 (PDT) Received: from [192.168.100.2] (dialup1.switzcpl.lib.in.us [192.168.10.31]) by switzcpl.lib.in.us (8.9.3/8.9.3) with ESMTP id AAA55935; Mon, 3 Jun 2002 00:54:36 -0500 (EST) (envelope-from leclaire@switzcpl.lib.in.us) Date: Mon, 3 Jun 2002 00:54:35 -0500 (EST) From: Andre LeClaire X-X-Sender: To: "a.s.gruner" Cc: , Subject: Re: ipfw+natd+ppp problem In-Reply-To: <20020602200539.A1206@encephalon.de> Message-ID: <20020603003926.T335-100000@localhost> 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 not sure about ppp, but natd works great with pppd. However, it looks to me like you need a "divert natd" rule in your firewall script. Refer to /etc/rc.firewall. Actually, the easiest thing would be to delete the "firewall_script" line, and add "firewall_type="OPEN"" to /etc/rc.conf. Andre On Sun, 2 Jun 2002, a.s.gruner wrote: > Hi. > > I have some problems with setting up ipfw+ppp+natd on my FreeBSD > 4.6-RC machine. > > ppp is working perfectly (user ppp). > > Now I want to run ipfw as firewall and natd for the windows box. > FreeBSD Box has the interface xl0 with the IP 192.168.0.1 > Windows Box has the IP 192.168.0.2 > I can ping both of them. > > But i am not able to connect to the internet with the windows box via > the freebsd box. > Ok, first the configuration: > > /etc/rc.conf: > (just the parts for ipfw and natd) > > gateway_enable="YES" > firewall_enable="YES" > firewall_script="/etc/firewall/fwrules" > > natd_program="/sbin/natd" > natd_enable="YES" > natd_interface="tun0" > natd_flags="-dynamic" > > > /etc/firewall/fwrules: > > ipfw add 65534 allow ip from any to any > > > Yeah, i know there is no rule right now, it is all allowed. Well, on my > FreeBSD Box everything is working perfectly. > > Ah, my kernel, i insert these lines and compiles a new one before i did > the above changes: > > options IPFIREWALL > options IPFIREWALL_VERBOSE > options IPFIREWALL_VERBOSE_LIMIT=100 > options IPDIVERT > > > On my FreeBSD Box wwwoffle is also running, but if this proxy is running > or not, there is no difference, windows box cant get to the internet.... > > On my windows box i cant ping to the outside, and cant get a webpage at > all. > > I am running ppp like: > > #ppp > >dial internet > > Hmm, well, i hope i havent forgot anything, so that someone can help me > out of this. > > Uh, i read that, before natd is running, ppp has to run. Well, i am > using a dial up modem connection and i dont want to run ppp on startup, > so, is this the problem that i am running natd before i run ppp ? Well, > if i kill natd, run ppp (connect to the internet) and start natd again, > the windows box cant get a connection too. > > On the Windows Box, i have insert the DNS Server IP, like the one on the > freebsd box in resolv.conf, and, the gateway IP is the IP of the freebsd > Box, 192.168.0.1 (xl0). > > asg > > > > > > > > > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ipfw" in the body of 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 Jun 2 23: 0: 8 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 6CBA137B403 for ; Sun, 2 Jun 2002 23:00:01 -0700 (PDT) Received: from localhost (localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.11.6/8.11.6) with ESMTP id g535sdH81659; Sun, 2 Jun 2002 22:54:39 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Date: Sun, 2 Jun 2002 22:54:38 -0700 (PDT) From: Annelise Anderson To: Peter Leftwich Cc: FreeBSD Questions LIST Subject: Re: /usr/src/etc/*rc* (rc.conf?) In-Reply-To: <20020602183614.H655-100000@66-75-1-142.san.rr.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 Sun, 2 Jun 2002, Peter Leftwich wrote: > I have just about every combination of /usr/src/etc/*rc* but no > /usr/src/etc/rc.conf - could someone tell me where (on www.freebsd.org or > from the 4.3-RELEASE CDROM) I can get a fresh, default-install copy? Thx, /etc/rc.conf contains only the overrides to /etc/defaults/rc.conf; thus, there is no "default-install" copy of this file, nor is it installed when upgrading. It is created on installation by selections made when you install or later when you use /stand/sysinstall to modify something or when you directly edit it. As it is all custom configuration, you wouldn't want it overwritten. There is, however, new /usr/src/etc/defaults/rc.conf, intended for /etc/defaults/rc.conf. 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 Sun Jun 2 23: 1:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by hub.freebsd.org (Postfix) with ESMTP id 2AB4E37B403 for ; Sun, 2 Jun 2002 23:01:35 -0700 (PDT) Received: from daleco [12.145.226.81] by mail.gbronline.com (SMTPD32-7.10) id A5E857D0096; Mon, 03 Jun 2002 01:00:08 -0500 Message-ID: <009e01c20ac4$07da25c0$38e2910c@daleco> From: "Kevin Kinsey, DaleCo, S.P." To: "Matt Ronge" , "FreeBSD Questions LIST" References: Subject: Re: No Root Password? Date: Mon, 3 Jun 2002 01:00:56 -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 Matt Ronge said: > I was playing around with sshd and all of a sudden my machine doesn't > require a password for root. > > When I login locally doesn't ask for one, when I login over ssh it accepts > anything. Also the other user accounts require passwords. > > What did I do? Not sure, but likely it would be wise to remove *any* possibility of a root login via SSH. Add 'PermitRootLogin no' to /etc/sshd_config and add a personal account to wheel group, then use 'su' to gain privileges when needed. Here are some other random thoughts... Check for 'PermitEmptyPasswords yes' in /etc/ssh/sshd_config... make it 'no' Check that you are not using key-based auth --- perhaps the client box has the key? Best yet, read up on key-based auth and learn to use it instead of passwords.... My 2 cents, Kevin Kinsey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 23: 7:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from kirk.dlee.org (pool-138-88-4-85.res.east.verizon.net [138.88.4.85]) by hub.freebsd.org (Postfix) with ESMTP id D031E37B401 for ; Sun, 2 Jun 2002 23:07:06 -0700 (PDT) Received: from kirk.dlee.org (dgl@pool-138-88-4-85.res.east.verizon.net [138.88.4.85]) by kirk.dlee.org (8.12.3/8.12.3) with ESMTP id g53675KZ002192 for ; Mon, 3 Jun 2002 02:07:05 -0400 (EDT) (envelope-from dgl@kirk.dlee.org) Received: (from dgl@localhost) by kirk.dlee.org (8.12.3/8.12.3/Submit) id g53674pT002191 for freebsd-questions@freebsd.org; Mon, 3 Jun 2002 02:07:04 -0400 (EDT) Date: Mon, 3 Jun 2002 02:07:03 -0400 From: Doug Lee To: freebsd-questions@freebsd.org Subject: rc.firewall with ppp/nat problem and fix Message-ID: <20020603060703.GA545@kirk.dlee.org> Mail-Followup-To: Doug Lee , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i Organization: Bartimaeus Group Sender: owner-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 switched from a DHCP cable modem to a PPPoE DSL modem and thus started running ppp. I had trouble getting natd to work with ppp, so I'm now using ppp's nat facilities... but the rc.firewall rules for denying RFC1918 traffic on the outside interface seem to block legitimate traffic from my LAN to the Internet and back also. My solution is to put the following line above the first "Stop RFC1918 nets ..." line in /etc/rc.firewall: $fwcmd add pass all from any to any in via ${iif} keep-state The questions: Will this generate a huge number of dynamic rules for local traffic, and is there a better way to do this, preferably other than trying to duplicate my rc.firewall in ppp.conf? Thanks. -- Doug Lee dgl@visi.com http://www.visi.com/~dgl Bartimaeus Group doug@bartsite.com http://www.bartsite.com "There are no guarantees. From a standpoint of fear, none are strong enough. From a standpoint of love, none are necessary." - from Emmanuel's Book II To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 23:10:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from arpa.com (arpa.com [199.245.173.5]) by hub.freebsd.org (Postfix) with ESMTP id 2F56237B404 for ; Sun, 2 Jun 2002 23:09:27 -0700 (PDT) Received: by arpa.com (Postfix, from userid 103) id AB7D0F0402; Mon, 3 Jun 2002 01:09:26 -0500 (CDT) Date: Mon, 3 Jun 2002 01:09:26 -0500 From: Chip Norkus To: FreeBSD LIST Subject: Re: Fwd: IRC vs identd vs inetd.conf vs me! [255...?] Message-ID: <20020603010926.K1929@arpa.com> References: <20020601000242.V67718-100000@earl-grey.cloud9.net> <20020602001830.GD2950@hades.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020602001830.GD2950@hades.hell.gr>; from keramida@ceid.upatras.gr on Sun, Jun 02, 2002 at 03:18:30AM +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 Sun Jun 02, 2002; 03:18AM +0300 Giorgos Keramidas propagated the following: > On 2002-06-01 00:06 -0400, Peter Leftwich wrote: > > PL> *** Banned: Install Identd for access (2001/4/18 09.20) > > PL> *** Closing Link: mrmeatie[root@255.255.255.255] (Banned) > > > > I have uncommented the proper "auth" lines in my /etc/inetd.conf file, > > and added one line of text (8 chars) to a file called ~/.fakeid however- > > > > I continue to get errors similar to the ones above, and wonder why the IP > > is coming out as 255's and not my actual IP address. Is it possible to run > > identd "cloaked" (or whatever) as auth externally and not just "nowait, > > internal, etc?" > > The IP is probably coming out as 255.255.255.255 because the IRC > server software, either: > > a) Tries to hide your real IP address, from the logs. > b) Can not resolve your IP address, or similar. > 'a' is correct here. Most IRC servers basically avoid ever outputting the real IP address of.. well.. anything, to just about anyone. As for identd and IRC servers, when using the internal inetd auth service, be sure to change the '-o UNKNOWN' option to '-o UNIX', or the IRC server won't believe your ident reply comes from a correct rfc1413 source. This is silliness on the part of the IRC server. > You wouldn't happen to be running identd in a machine that is behind a > firewall or masquerading gateway, which blocks the incoming identd > requests from the IRC server, right? > > - Giorgos > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -wd -- chip norkus; unix geek and programmer; wd@arpa.com "question = (to) ? be : !be;" --Shakespeare http://telekinesis.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 23:17:21 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 CE65537B40A; Sun, 2 Jun 2002 23:17:09 -0700 (PDT) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020603061709.RFAY11426.rwcrmhc51.attbi.com@blossom.cjclark.org>; Mon, 3 Jun 2002 06:17:09 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g536H6037054; Sun, 2 Jun 2002 23:17:06 -0700 (PDT) (envelope-from crist.clark@attbi.com) X-Authentication-Warning: blossom.cjclark.org: cjc set sender to crist.clark@attbi.com using -f Date: Sun, 2 Jun 2002 23:17:06 -0700 From: "Crist J. Clark" To: "a.s.gruner" Cc: Darren Pilgrim , freebsd-ipfw@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: ipfw+natd+ppp problem Message-ID: <20020602231706.K20911@blossom.cjclark.org> Reply-To: "Crist J. Clark" References: <20020602200539.A1206@encephalon.de> <3CFA84CF.E5AD5853@pantherdragon.org> <20020603071835.A894@encephalon.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020603071835.A894@encephalon.de>; from plankalkuel@encephalon.de on Mon, Jun 03, 2002 at 07:18:35AM +0200 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Jun 03, 2002 at 07:18:35AM +0200, a.s.gruner wrote: > Hi. > > > Have you tried using the ppp -nat function instead of natd? It > > generally seems to work better, and the extra features natd provides > > aren't really needed for basic dialup access (and you can make up for > > them with ipfw). > > No i havent, i kno that option but i want to use natd like it is > described in an article on freebsd.org. It is strange that it is not > working with me. I also read that ppp+natd is more powerfull then ppp > -nat option. It depends. natd(8) and ppp(8) use the exact same code to do NAT, libalias(3). natd(8) has some additional options and since you can direct what goes to natd(8) using ipfw(8) rules, there is some more flexibility... However, that additional "flexibility" is only something else to go wrong if you do not really need it. > So, do you have an idea how i can fix my problem ? Well, the most obvious thing was that you didn't have a divert(4) rule in your firewall. But unless there is something you want to do with natd(8)-ipfw(8) that you can't do with ppp(8) '-nat,' I'd start by getting ppp(8) working right. If you still want to try out natd(8), wait to do it until after you have gotten ppp(8) working correctly. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 23:21:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hawk.pdxmax.com (sub24-97.member.dsl-only.net [63.105.24.97]) by hub.freebsd.org (Postfix) with ESMTP id 0B0E237B406 for ; Sun, 2 Jun 2002 23:21:18 -0700 (PDT) Received: from elcoolmagnifico ([192.168.1.1]) by localhost.my.domain (8.12.3/8.11.6) with SMTP id g52FfBXx024952 for ; Sun, 2 Jun 2002 08:41:17 -0700 (PDT) (envelope-from tkelly@pdxmax.com) X-Authentication-Warning: localhost.my.domain: Host [192.168.1.1] claimed to be elcoolmagnifico Message-ID: <003701c20a85$bb50d480$1e01a8c0@elcoolmagnifico> From: "Tabor Kelly" To: Subject: Re: XFree86-4 trouble: reboots Date: Sun, 2 Jun 2002 15:34:55 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 One more thing: I have a Riva TNT2 32MB AGP video card. When I run xf86config I selected it, and verified that it was using the 'nv' server. ----- Original Message ----- From: "Tabor Kelly" To: Sent: Sunday, June 02, 2002 2:50 PM Subject: XFree86-4 trouble: reboots > Hi, > > I just installed FreeBSD RELEASE 4.5 on my new Athalon. It is an XP 1700 > on an Asus A7V333 motherboard. It has 512MB of ram and a ~40gb partition on > a ~80gb drive. FreeBSD appears to work fine, but I can't get XFree86 to > work. Whenever I run 'XFree86 -configure' my system reboots. Also, if I > configure XFree86 with xf86config and the run XWrapper-4, my system does the > same thing. > > I have tried the binary distribution of XFree86 4.2.0 on xfree86.org aswell > as the x11/XFree86-4 port. They both cause the same behavior. When the > system gets done rebooting I do not have an XFree86 log file in /var/log. > > Thank You for any assistance that you can provide. > > -Tabor Kelly > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 23:21:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hawk.pdxmax.com (sub24-97.member.dsl-only.net [63.105.24.97]) by hub.freebsd.org (Postfix) with ESMTP id D125F37B407 for ; Sun, 2 Jun 2002 23:21:18 -0700 (PDT) Received: from elcoolmagnifico ([192.168.1.1]) by localhost.my.domain (8.12.3/8.11.6) with SMTP id g52Ev5Xx024849 for ; Sun, 2 Jun 2002 07:57:05 -0700 (PDT) (envelope-from tkelly@pdxmax.com) X-Authentication-Warning: localhost.my.domain: Host [192.168.1.1] claimed to be elcoolmagnifico Message-ID: <002d01c20a7f$8ed7b1e0$1e01a8c0@elcoolmagnifico> From: "Tabor Kelly" To: Subject: XFree86-4 trouble: reboots Date: Sun, 2 Jun 2002 14:50:48 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 just installed FreeBSD RELEASE 4.5 on my new Athalon. It is an XP 1700 on an Asus A7V333 motherboard. It has 512MB of ram and a ~40gb partition on a ~80gb drive. FreeBSD appears to work fine, but I can't get XFree86 to work. Whenever I run 'XFree86 -configure' my system reboots. Also, if I configure XFree86 with xf86config and the run XWrapper-4, my system does the same thing. I have tried the binary distribution of XFree86 4.2.0 on xfree86.org aswell as the x11/XFree86-4 port. They both cause the same behavior. When the system gets done rebooting I do not have an XFree86 log file in /var/log. Thank You for any assistance that you can provide. -Tabor Kelly To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 23:45:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from marbles.lost.net.au (marbles.lost.net.au [203.87.95.130]) by hub.freebsd.org (Postfix) with ESMTP id 3FE1937B404 for ; Sun, 2 Jun 2002 23:45:22 -0700 (PDT) Received: from localhost (tim@localhost) by marbles.lost.net.au (8.11.6/8.11.3) with ESMTP id g536jAo44139; Mon, 3 Jun 2002 16:15:11 +0930 (CST) (envelope-from tim@lost.net.au) Date: Mon, 3 Jun 2002 16:15:09 +0930 (CST) From: tim peters To: G-der Cc: freebsd-questions@FreeBSD.ORG Subject: Re: X11 forwarding through sshd In-Reply-To: <20020531142138.A24846@gder.net> Message-ID: <20020603160617.O43808-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 Fri, 31 May 2002, G-der wrote: G> Okay, I figured out the problem with the port forwarding. It turns out G> I was missing some libraries but now that I have them installed port G> forwarding seems to be working fine again. G> G> Now when I log in (and I have tried this both from work and at home on G> my local network) I get this error: G> G> /usr/X11R6/bin/xauth: (stdin):1: bad display name "dinkey:10.0" in G> "add" command G> G> At home I can manually set the display variable (10.0.0.2:0) and it G> works just fine. At work if I set the display variable like I always G> have: G> G> (in tcsh) setenv DISPLAY {$REMOTE}:0 G> G> it sets the variable but is never able to open the display. It could G> have something to do with our firewall but I am going out through a G> socks proxy and have not had problems with it in the past. G> G> The curious thing though is the fact that the display variable is not G> being set up properly. It seems like something other than my .tcshrc G> file is setting the display variable. Yep, sshd sets up the DISPLAY variable when you log in. It should be of the form remotehost.domain:x.0, where x is number, probably 10 or above. This causes all X communication to go through the encrypted channel. So changing DISPLAY to where the X server is will defeat the purpose of running via ssh :) Anyway, you need to get rid of the "bad display name" error. I'm not sure exactly how. Perhaps "dinkey" doesn't resolve from the remote machine? Are there any weird things in your login scripts which could be interfering with sshd's tunneling? Again, running with "ssh -v" might help. G> Any more sugestions would be more than welcome, otherwise I'm sure if I G> plug away long enough I'll be sure to figure it out. G> G> Thanks in advance Hope you work it out. Remember to post how you fixed it if you find out, for future generations :) -- 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 Sun Jun 2 23:52: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nycsmtp3out.rdc-nyc.rr.com (nycsmtp3out.rdc-nyc.rr.com [24.29.99.228]) by hub.freebsd.org (Postfix) with ESMTP id 9D50237B403 for ; Sun, 2 Jun 2002 23:51:56 -0700 (PDT) Received: from despammed.com (66-108-170-19.nyc.rr.com [66.108.170.19]) by nycsmtp3out.rdc-nyc.rr.com (8.12.1/Road Runner SMTP Server 1.0) with SMTP id g536qSPW028425; Mon, 3 Jun 2002 02:52:28 -0400 (EDT) Date: Mon, 3 Jun 2002 02:52:07 -0500 From: Scott Robbins To: Tabor Kelly Cc: freebsd-questions@FreeBSD.ORG Subject: Re: XFree86-4 trouble: reboots Message-ID: <20020603075207.GA3322@scott1.homeunix.net> References: <002d01c20a7f$8ed7b1e0$1e01a8c0@elcoolmagnifico> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002d01c20a7f$8ed7b1e0$1e01a8c0@elcoolmagnifico> User-Agent: Mutt/1.4i Sender: owner-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, Jun 02, 2002 at 02:50:48PM -0700, Tabor Kelly wrote: > Hi, > > I just installed FreeBSD RELEASE 4.5 on my new Athalon. It is an XP 1700 > on an Asus A7V333 motherboard. That's probably the issue. There was a PR for this. If you do cvsup and make buildworld and installworld, the issue should go away. Mr. Malone, who was handling the PR, has fixed it. (It had to do with MTRR on some of the ASUS boards) The quick and dirty hack still involves recompiling the kernel. First, you'd edit your /usr/src/sys/i386/i386/i686_mem.c file (I'd back it up first, of course, but..) Around line 269 you'll see u_int cr4save; mrd = sc->mr_desc; In between those two lines, simply insert return; Then recompile the kernel. Say you haven't yet made a custom kernel and are using GENERIC. cd /usr/src/sys/i386/conf config GENERIC You'll see source is ../../compile/GENERIC Don't forget to do make depend Then, cd ../../compile/GENERIC make depend && make && make install Reboot and you should be good to go. (You probably know most of this, but if not, this saves you a bit of reading) Then things should work. The whole thing of the spontaneous reboot and nothing in the logs was pretty typical of the 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 Sun Jun 2 23:54:21 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 AF46837B405 for ; Sun, 2 Jun 2002 23:54:18 -0700 (PDT) Received: from despammed.com (66-108-170-19.nyc.rr.com [66.108.170.19]) by nycsmtp2out.rdc-nyc.rr.com (8.12.1/Road Runner SMTP Server 1.0) with SMTP id g536rlYV007636; Mon, 3 Jun 2002 02:53:47 -0400 (EDT) Date: Mon, 3 Jun 2002 02:54:30 -0500 From: Scott Robbins To: Tabor Kelly Cc: freebsd-questions@FreeBSD.ORG Subject: Re: XFree86-4 trouble: reboots Message-ID: <20020603075430.GA3339@scott1.homeunix.net> References: <003701c20a85$bb50d480$1e01a8c0@elcoolmagnifico> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <003701c20a85$bb50d480$1e01a8c0@elcoolmagnifico> User-Agent: Mutt/1.4i Sender: owner-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, Jun 02, 2002 at 03:34:55PM -0700, Tabor Kelly wrote: > One more thing: I have a Riva TNT2 32MB AGP video card. When I run > xf86config I selected it, and verified that it was using the 'nv' server. > Heh--yeah, I spent many many hours, searching google and thinking it was my vid card. Downgraded the card to a more generic type, etc. Only after doing that and having the same problem did I start thinking it might be the motherboard and find the solution (which I gave you in my previous email) Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 0:23:21 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 B26BD37B404 for ; Mon, 3 Jun 2002 00:23:15 -0700 (PDT) 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 g538EKi24829; Mon, 3 Jun 2002 12:14:20 +0400 (MSD) (envelope-from goshik@binep.ac.ru) Message-ID: <037d01c20acf$4fe1c7a0$ea2ce9c1@binep.ac.ru> From: "Igor B. Bykhalo" To: "j mckitrick" Cc: References: <20020602015755.A42999@dogma.freebsd-uk.eu.org> Subject: Re: Problem with portugrade Date: Mon, 3 Jun 2002 11:21:39 +0400 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: "j mckitrick" To: Sent: Sunday, June 02, 2002 4:57 AM Subject: Problem with portugrade > > I recently used 'portupgrade -R portupgrade' to get the latest version. > However, when I run any of the tools, I get this: > > root:~# portversion > ** Error occured reading /usr/local/etc/pkgtools.conf: > undefined method `+' for nil > > > Any idea what this could be? pkgtools.conf is installed as /usr/local/etc/pkgtools.conf.sample, update your previous pkgtools.conf manually... HTH, Igor > NOTE: Please CC me, as I am not currently 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 Mon Jun 3 0:25:51 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 69AB837B403 for ; Mon, 3 Jun 2002 00:25:46 -0700 (PDT) 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 g538Fmi24836; Mon, 3 Jun 2002 12:15:48 +0400 (MSD) (envelope-from goshik@binep.ac.ru) Message-ID: <038e01c20acf$84758ec0$ea2ce9c1@binep.ac.ru> From: "Igor B. Bykhalo" To: "j mckitrick" Cc: References: <20020602015755.A42999@dogma.freebsd-uk.eu.org> Subject: Re: Problem with portugrade Date: Mon, 3 Jun 2002 11:21:39 +0400 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: "j mckitrick" To: Sent: Sunday, June 02, 2002 4:57 AM Subject: Problem with portugrade > > I recently used 'portupgrade -R portupgrade' to get the latest version. > However, when I run any of the tools, I get this: > > root:~# portversion > ** Error occured reading /usr/local/etc/pkgtools.conf: > undefined method `+' for nil > > > Any idea what this could be? pkgtools.conf is installed as /usr/local/etc/pkgtools.conf.sample, update your previous pkgtools.conf manually... HTH, Igor > NOTE: Please CC me, as I am not currently 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 Mon Jun 3 0:30:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from maple.northcoast.com (mail.northcoast.com [208.25.112.13]) by hub.freebsd.org (Postfix) with ESMTP id 686D337B401 for ; Mon, 3 Jun 2002 00:30:14 -0700 (PDT) Received: (from info@localhost) by maple.northcoast.com (8.9.3/8.9.3) id AAA18369 for questions@FreeBSD.org; Mon, 3 Jun 2002 00:30:22 -0700 Date: Mon, 3 Jun 2002 00:30:22 -0700 From: NCI Internal NCI Internal Operations Message-Id: <200206030730.AAA18369@maple.northcoast.com> To: questions@FreeBSD.org Subject: Request for Information Sender: owner-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 interest in Northcoast or Tidepool Internet! For current prices/rates please see the following WWW addresses: http://www.northcoast.com http://www.tidepool.com If you are an existing customer and need to contact us, please use one of the following addresses: Regional Manager: manager@northcoast.com Sales Information: sales@northcoast.com Account Billing: billing@northcoast.com Technical Support: support@northcoast.com SPAM Concerns: abuse@northcoast.com We can also be reached at the following phone numbers: Billing or Technical Support: (707)825-4400 Northcoast Sales: (707)443-6803, ext. 1 Tidepool Sales: (707)825-7000 ** This is an automatically generated message ** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 0:39:24 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 13A0D37B406 for ; Mon, 3 Jun 2002 00:39:17 -0700 (PDT) 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 g538Vhi24864; Mon, 3 Jun 2002 12:31:44 +0400 (MSD) (envelope-from goshik@binep.ac.ru) Message-ID: <039b01c20ad1$bde77360$ea2ce9c1@binep.ac.ru> From: "Igor B. Bykhalo" To: "b128777855" , Cc: References: <003e01c20a5e$b51d6000$b4deda3d@com.tw> Subject: Re: mars_nwe-0.99.pl19 with freebsd 4.5 can't be work~~~ Date: Mon, 3 Jun 2002 11:38:58 +0400 Organization: BINEPCP RAS 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 > From: "b128777855" > To: > Cc: > Sent: Sunday, June 02, 2002 9:55 PM > Subject: Fw: mars_nwe-0.99.pl19 with freebsd 4.5 can't be work~~~ > > hi: > i don't know be work right!?!?!??! can u tell me why?????? [...] > rc.conf: > # -- sysinstall generated deltas -- # Sun Jun 2 14:38:02 2002 > # Created: Sun Jun 2 14:38:02 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. > defaultrouter="61.218.222.177" > hostname="hbo.enetcafe.com" > ifconfig_rl0="inet 61.218.222.179 netmask 255.255.255.248" > ifconfig_rl0_ipx="ipx 0x101" > ifconfig_lo0_ipx="ipx 0xbebe.1" > kern_securelevel_enable="NO" > keyrate="fast" > linux_enable="YES" > moused_enable="YES" > moused_port="/dev/cuaa0" > moused_type="auto" > nfs_reserved_port_only="YES" > saver="logo" > sendmail_enable="YES" > sshd_enable="YES" > usbd_enable="YES" > And you'll also need the following options: ipxgateway_enable="YES" # Set to YES to enable IPX routing. ipxrouted_enable="YES" # Set to YES to run the IPX routing daemon. ipxrouted_flags="-s" # Flags for IPX routing daemon. > my kernel files have compile use the config > > options IPX #IPX/SPX communications protocols > options NCP #NetWare Core protocol > options ETHER_8023 # enable Ethernet_802.3 (Novell) frame ^^^^^^^^^^ Do you have pseudo-device ef # Multiple ethernet frames support in your kernel for frames support? If yes, you have to modify your ifconfig lines for ipx... [...] HTH, Igor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 0:56:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mufasa.swistgroup.com (mufasa.swistgroup.com [64.245.10.163]) by hub.freebsd.org (Postfix) with ESMTP id A280637B401 for ; Mon, 3 Jun 2002 00:56:33 -0700 (PDT) Received: from timon ([172.16.1.30] helo=timon.swistgroup.com) by mufasa.swistgroup.com with esmtp (Exim 3.36 #1) id 17EmhT-000FA4-00 for questions@freebsd.org; Mon, 03 Jun 2002 09:56:23 +0200 Received: from [172.16.1.3] (helo=steinmail.swistgroup.com) by timon.swistgroup.com with esmtp (Exim 3.33 #1) id 17EmhS-000O20-00 for questions@freebsd.org; Mon, 03 Jun 2002 09:56:22 +0200 content-class: urn:content-classes:message Subject: Problem exporting X sessions to FreeBSD XFree4... MIME-Version: 1.0 Disposition-Notification-To: "Max Clements" Date: Mon, 3 Jun 2002 09:57:31 +0200 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; boundary="----=_NextPart_000_0155_01C20AE4.E95B2100"; micalg=SHA1 Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Topic: Problem exporting X sessions to FreeBSD XFree4... Thread-Index: AcIK1CW5wUNgvE+fT+u3wJRYVS6C5A== From: "Max Clements" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0155_01C20AE4.E95B2100 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi There, This is probably a stupid question, but I have a FreeBSD 4.5 workstation on which I have just port installed Xfree 4. At my company we do a lot of development on a large Linux server, and I have just discovered that my usual trick of executing xhost +machinename.linux.box on the FreeBSD machine, and exporting the display (export DISPLAY=freebsd.my.machine:0.0) results in the linux box reporting that it cannot connect to the xserver on the freebsd box... Would be great if any of you can point me to where I am going wrong. Regards Max ------=_NextPart_000_0155_01C20AE4.E95B2100 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIUaTCCAoow ggHzoAMCAQICAwcMoDANBgkqhkiG9w0BAQQFADCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdl c3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsT FENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAw MC44LjMwMB4XDTAyMDMyMjExNDEzN1oXDTAzMDMyMjExNDEzN1owSjEfMB0GA1UEAxMWVGhhd3Rl IEZyZWVtYWlsIE1lbWJlcjEnMCUGCSqGSIb3DQEJARYYY2xlbWVudHNtQHN3aXN0Z3JvdXAuY29t MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDu/ZrJhhf/PuPeRdQ8Dp0qk8vpRIxVqmIjFzvA s3c5QAxwC6Vh1Bmh6oD2W/ZjX7DO6qPpCSI8R99Ng8HWjirUtWQ190rr0eG9e8ETrHiGLaTfqJKv OJbm6yG/i9UTXQkyODRUGaXo/j5CeSbJY4CaK63uZhw04DY8EqbZKbGimQIDAQABozUwMzAjBgNV HREEHDAagRhjbGVtZW50c21Ac3dpc3Rncm91cC5jb20wDAYDVR0TAQH/BAIwADANBgkqhkiG9w0B AQQFAAOBgQAafe98dNAkRSBC1S4m37le6zyh0zmNTGUGVoU0CQ7R2mQQYp5e8AQ/mgT6+CJwe7Xf wyY1feke1ICyDYHBe27hpnSz31JZFERbEHYezwPLjSsoE5ntUF62PUUaAAbiqayCNfOmbuh+Qp77 kdQi1PdBWOM7dq6su1ATCp5ZgtammDCCAy0wggKWoAMCAQICAQAwDQYJKoZIhvcNAQEEBQAwgdEx CzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEa MBgGA1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2Vydmlj ZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqG SIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw05NjAxMDEwMDAwMDBaFw0y MDEyMzEyMzU5NTlaMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYD VQQHEwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0 aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJl ZW1haWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wgZ8w DQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANRp19SwlGRbcelH2AxRtupykbCEXn0tDY97Et+FJXUo dDpCLGMnn5V7S+9+GYcdhuqj3bnOlmQawhRuRKx85o/oTQ9xH0A4pgCjh3j2+ZSGXq3qwF5269kU o11uenwMpUtVfwYZKX+emibVars4JAhqmMex2qOYkf152+VaxBy5AgMBAAGjEzARMA8GA1UdEwEB /wQFMAMBAf8wDQYJKoZIhvcNAQEEBQADgYEAx+ySfk749ZalZ2IqpPBNEWDQb41gWGGsJrtSNVwI zzD7qEqWih9iQiOMFw/0umScF6xHKd+dmF7SbGBxXKKs3Hnj524ARx+1DSjoAp3kmv0T9KbZfLH4 3F8jJgmRgHPQFBveQ6mDJfLmnC8Vyv6mq4oHdYsM3VGEa+T40c53ooEwggM4MIICoaADAgECAhBm RXK3zHT1z2N2RYTQLpEBMA0GCSqGSIb3DQEBBAUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMM V2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0 aW5nMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVt YWlsQHRoYXd0ZS5jb20wHhcNMDAwODMwMDAwMDAwWhcNMDQwODI3MjM1OTU5WjCBkjELMAkGA1UE BhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQK EwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25h bCBGcmVlbWFpbCBSU0EgMjAwMC44LjMwMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDeMzKm Y8cJJUU+0m54J2eBxdqIGYKXDuNEKYpjNSptcDz63K737nRvMLwzkH/5NHGgo22Y8cNPomXbDfpL 8dbdYaX5hc1VmjUanZJ1qCeu2HL5ugL217CR3hzpq+AYA6h8Q0JQUYeDPPA5tJtUihOH/7ObnUlm AC0JieyUa+mhaQIDAQABo04wTDApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs MS0yOTcwEgYDVR0TAQH/BAgwBgEB/wIBADALBgNVHQ8EBAMCAQYwDQYJKoZIhvcNAQEEBQADgYEA MbFLR135AXHl9VNsXXnWPZjAJhNigSKnEvgilegbSbcnewQ5uvzm8iTrkfq97A0qOPdQVahs9w2t TBu8A/S166JHn2yiDFiNMUIJEWywGmnRKxKyQF1q+XnQ6i4l3Yrk/NsNH50C81rbyjz2ROomaYd/ SJ7OpZ/nhNjJYmKtBcYwggSzMIIEHKADAgECAhBn5Cf5RIylgUK6dalmpg14MA0GCSqGSIb3DQEB BQUAMIHRMSYwJAYJKoZIhvcNAQkBFhdzd2lzdC1jYUBzd2lzdGdyb3VwLmNvbTELMAkGA1UEBhMC WkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMSowKAYDVQQKEyFT d2lzdCBDb21wdXRlciBTZXJ2aWNlcyAoUHR5KSBMdGQxKjAoBgNVBAsTIVN3aXN0IENvbXB1dGVy IFNlcnZpY2VzIChQdHkpIEx0ZDEXMBUGA1UEAxMOU3dpc3Rncm91cC5jb20wHhcNMDExMjA0MDgx MTQ3WhcNMDQxMjA0MDgxODIzWjCB0TEmMCQGCSqGSIb3DQEJARYXc3dpc3QtY2FAc3dpc3Rncm91 cC5jb20xCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUg VG93bjEqMCgGA1UEChMhU3dpc3QgQ29tcHV0ZXIgU2VydmljZXMgKFB0eSkgTHRkMSowKAYDVQQL EyFTd2lzdCBDb21wdXRlciBTZXJ2aWNlcyAoUHR5KSBMdGQxFzAVBgNVBAMTDlN3aXN0Z3JvdXAu Y29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC8tgvvoFPYVjasl117B7U9LjfILrIvrPOa jSIuymovMIRoS3xk+Sp1Y/rtCYuimCM0wociYxXr3HZUmzUhN2wH+xGafPupOU8GK5Rxoldm/G/9 SJZPGJ7awL9aJB8oo8Uo9Jd9bgOdlKSAbc8VhfqxvSH/9n0ct9pGSrNoz3kGmQIDAQABo4IBiDCC AYQwEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgFGMA8GA1UdEwEB/wQFMAMBAf8wHQYD VR0OBBYEFI+hOfZbODHbGEAJDHIKBdKMm1c8MIIBGgYDVR0fBIIBETCCAQ0wgcSggcGggb6Ggbts ZGFwOi8vL0NOPVN3aXN0Z3JvdXAuY29tKDEpLENOPXN0ZWluZGMsQ049Q0RQLENOPVB1YmxpYyUy MEtleSUyMFNlcnZpY2VzLENOPVNlcnZpY2VzLENOPUNvbmZpZ3VyYXRpb24sREM9c3dpc3Rncm91 cCxEQz1jb20/Y2VydGlmaWNhdGVSZXZvY2F0aW9uTGlzdD9iYXNlP29iamVjdGNsYXNzPWNSTERp c3RyaWJ1dGlvblBvaW50MESgQqBAhj5odHRwOi8vc3RlaW5kYy5zd2lzdGdyb3VwLmNvbS9DZXJ0 RW5yb2xsL1N3aXN0Z3JvdXAuY29tKDEpLmNybDASBgkrBgEEAYI3FQEEBQIDAQABMA0GCSqGSIb3 DQEBBQUAA4GBAIHnLSqR7BvyfqeyJPrkNnLEDUiWe9MlWswSCu/jUNx63+tdNZmqnfVUBRLXfPEC kf9QLeJZZsDI2fwq9v/VMROvJFWNTwE6rS/6+uqtSnk90DLqCtfdOp/0BA3nKAfSe7mNHKtqjF6O 2FFdz9nd/1y7Qc99+Dtba4QKXxmygp2nMIIGszCCBhygAwIBAgIKEr0KoQABAAAAijANBgkqhkiG 9w0BAQUFADCB0TEmMCQGCSqGSIb3DQEJARYXc3dpc3QtY2FAc3dpc3Rncm91cC5jb20xCzAJBgNV BAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEqMCgGA1UE ChMhU3dpc3QgQ29tcHV0ZXIgU2VydmljZXMgKFB0eSkgTHRkMSowKAYDVQQLEyFTd2lzdCBDb21w dXRlciBTZXJ2aWNlcyAoUHR5KSBMdGQxFzAVBgNVBAMTDlN3aXN0Z3JvdXAuY29tMB4XDTAyMDEw ODA4MDUxMFoXDTAzMDEwODA4MDUxMFowQDEnMCUGCSqGSIb3DQEJARYYY2xlbWVudHNtQHN3aXN0 Z3JvdXAuY29tMRUwEwYDVQQDEwxNYXggQ2xlbWVudHMwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJ AoGBANaqOS7DkA0OnIq7xvwCdNvTqzZu4VXoJhtHEhHuVwpmaIZOeudDp33GYNcAE7CDWenhm0K9 HePCK6dJ/kkZq/jeN3grktVrAlUh7Yb0hLd/IxatnnFDAzyjMZmo4FaN/4FviOylwYjLiRjoJKJd Xi4xy9XVz5z+gzpNvmMDRlQTAgMBAAGjggQgMIIEHDALBgNVHQ8EBAMCBaAwFwYJKwYBBAGCNxQC BAoeCABVAHMAZQByMB0GA1UdDgQWBBQz4ldBrFqqI2u4Zu8m3eSZ4j0+rTCCAQ8GA1UdIwSCAQYw ggECgBSPoTn2Wzgx2xhACQxyCgXSjJtXPKGB16SB1DCB0TEmMCQGCSqGSIb3DQEJARYXc3dpc3Qt Y2FAc3dpc3Rncm91cC5jb20xCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQ BgNVBAcTCUNhcGUgVG93bjEqMCgGA1UEChMhU3dpc3QgQ29tcHV0ZXIgU2VydmljZXMgKFB0eSkg THRkMSowKAYDVQQLEyFTd2lzdCBDb21wdXRlciBTZXJ2aWNlcyAoUHR5KSBMdGQxFzAVBgNVBAMT DlN3aXN0Z3JvdXAuY29tghBn5Cf5RIylgUK6dalmpg14MIIBGgYDVR0fBIIBETCCAQ0wgcSggcGg gb6GgbtsZGFwOi8vL0NOPVN3aXN0Z3JvdXAuY29tKDEpLENOPXN0ZWluZGMsQ049Q0RQLENOPVB1 YmxpYyUyMEtleSUyMFNlcnZpY2VzLENOPVNlcnZpY2VzLENOPUNvbmZpZ3VyYXRpb24sREM9c3dp c3Rncm91cCxEQz1jb20/Y2VydGlmaWNhdGVSZXZvY2F0aW9uTGlzdD9iYXNlP29iamVjdGNsYXNz PWNSTERpc3RyaWJ1dGlvblBvaW50MESgQqBAhj5odHRwOi8vc3RlaW5kYy5zd2lzdGdyb3VwLmNv bS9DZXJ0RW5yb2xsL1N3aXN0Z3JvdXAuY29tKDEpLmNybDCCASgGCCsGAQUFBwEBBIIBGjCCARYw gbAGCCsGAQUFBzAChoGjbGRhcDovLy9DTj1Td2lzdGdyb3VwLmNvbSxDTj1BSUEsQ049UHVibGlj JTIwS2V5JTIwU2VydmljZXMsQ049U2VydmljZXMsQ049Q29uZmlndXJhdGlvbixEQz1zd2lzdGdy b3VwLERDPWNvbT9jQUNlcnRpZmljYXRlP2Jhc2U/b2JqZWN0Y2xhc3M9Y2VydGlmaWNhdGlvbkF1 dGhvcml0eTBhBggrBgEFBQcwAoZVaHR0cDovL3N0ZWluZGMuc3dpc3Rncm91cC5jb20vQ2VydEVu cm9sbC9zdGVpbmRjLnN3aXN0Z3JvdXAuY29tX1N3aXN0Z3JvdXAuY29tKDEpLmNydDApBgNVHSUE IjAgBgorBgEEAYI3CgMEBggrBgEFBQcDBAYIKwYBBQUHAwIwTQYDVR0RBEYwRKAoBgorBgEEAYI3 FAIDoBoMGGNsZW1lbnRzbUBzd2lzdGdyb3VwLmNvbYEYY2xlbWVudHNtQHN3aXN0Z3JvdXAuY29t MA0GCSqGSIb3DQEBBQUAA4GBAC5BhZDzpqGK2jvDhzvwAVPwLkTxkoIFoTEoCRlwByzulhjy34CT BggkbpP3TGzYhTRVaBJSWCH6u767Vl3gNAfMDdtLKkUeBgvURm2XvJ7UFbB35IqshdD2qJxKdNNx 3PhxRG91QKk6q4lYYmrNMadbn4kUVUz4wCznh/jlmlTbMYID9TCCA/ECAQEwgZowgZIxCzAJBgNV BAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UE ChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29u YWwgRnJlZW1haWwgUlNBIDIwMDAuOC4zMAIDBwygMAkGBSsOAwIaBQCgggKwMBgGCSqGSIb3DQEJ AzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTAyMDYwMzA3NTYyMFowIwYJKoZIhvcNAQkE MRYEFN5sj/hFtTWUpKDClU8NtUK+D3btMGcGCSqGSIb3DQEJDzFaMFgwCgYIKoZIhvcNAwcwBwYF Kw4DAhowDgYIKoZIhvcNAwICAgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMC AgEoMAoGCCqGSIb3DQIFMIHxBgkrBgEEAYI3EAQxgeMwgeAwgdExJjAkBgkqhkiG9w0BCQEWF3N3 aXN0LWNhQHN3aXN0Z3JvdXAuY29tMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBl MRIwEAYDVQQHEwlDYXBlIFRvd24xKjAoBgNVBAoTIVN3aXN0IENvbXB1dGVyIFNlcnZpY2VzIChQ dHkpIEx0ZDEqMCgGA1UECxMhU3dpc3QgQ29tcHV0ZXIgU2VydmljZXMgKFB0eSkgTHRkMRcwFQYD VQQDEw5Td2lzdGdyb3VwLmNvbQIKEr0KoQABAAAAijCB8wYLKoZIhvcNAQkQAgsxgeOggeAwgdEx JjAkBgkqhkiG9w0BCQEWF3N3aXN0LWNhQHN3aXN0Z3JvdXAuY29tMQswCQYDVQQGEwJaQTEVMBMG A1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xKjAoBgNVBAoTIVN3aXN0IENv bXB1dGVyIFNlcnZpY2VzIChQdHkpIEx0ZDEqMCgGA1UECxMhU3dpc3QgQ29tcHV0ZXIgU2Vydmlj ZXMgKFB0eSkgTHRkMRcwFQYDVQQDEw5Td2lzdGdyb3VwLmNvbQIKEr0KoQABAAAAijANBgkqhkiG 9w0BAQEFAASBgC/KQ9hXfVempR2Z/I9Im7twsZ9sDvUPeMftkEMb/DFgDUJd7fehI5koi6iX8gWG jxo/Z5dJdmT7MmGWA/dwSixCz+3/VvkIUKHhCyoKlu+GwF1xjIQCNLz3OfQyPF84h11gkjvSGQpi NksrkRutnSyfBiN/Mk4T0jkUU4RdRHWXAAAAAAAA ------=_NextPart_000_0155_01C20AE4.E95B2100-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 2:23: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gnome06.net.rol.ru (gnome06.net.rol.ru [194.67.1.187]) by hub.freebsd.org (Postfix) with ESMTP id 8FE6D37B400; Mon, 3 Jun 2002 02:22:52 -0700 (PDT) Received: from ts5-a227.Moscow.dial.rol.ru ([195.239.7.227]:32265 "HELO Sender" ident: "NO-IDENT-SERVICE[2]" whoson: "cher78@rol.ru" smtp-auth: TLS-CIPHER: TLS-PEER: ) by gnome06.sovam.com with SMTP id ; Mon, 3 Jun 2002 13:17:52 +0400 From: Sales To: "" <> Subject: üÆÆÅËÔÉ×ÎÏÅ ÕÐÒÁ×ÌÅÎÉÅ ÆÉÎÁÎÓÏ×ÙÍÉ ÒÅÓÕÒÓÁÍÉ ËÏÍÐÁÎÉÉ X-Mailer: Microsoft Outlook Express 4.72.3110.5 Mime-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Date: Mon, 3 Jun 2002 13:15:48 +0400 Message-Id: <20020603091753Z2717926-17150+6705@gnome06.sovam.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 âÉÚÎÅÓ-ÓÅÍÉÎÁÒ "üÆÆÅËÔÉ×ÎÏÅ ÕÐÒÁ×ÌÅÎÉÅ ÆÉÎÁÎÓÏ×ÙÍÉ ÒÅÓÕÒÓÁÍÉ ËÏÍÐÁÎÉÉ" 10-11 ÉÀÎÑ 2002 ÇÏÄÁ éÚ-ÚÁ ÏÔÓÕÔÓÔ×ÉÑ ÔÏÞÎÏÇÏ É ÓÉÓÔÅÍÁÔÉÞÅÓËÏÇÏ ÚÎÁÎÉÑ Ï Ó×ÏÉÈ ÆÉÎÁÎÓÁÈ ÅÖÅÇÏÄÎÏ ËÏÍÐÁÎÉÑ ÔÅÒÑÅÔ ÄÏ ÐÑÔÏÊ ÞÁÓÔÉ Ó×ÏÅÇÏ ÄÏÈÏÄÁ. ðÒÅÄÌÁÇÁÅÍÙÊ ÓÅÍÉÎÁÒ ÐÏÓ×ÑÝÅÎ ÓÌÅÄÕÀÝÉÍ ×ÏÐÒÏÓÁÍ: ËÁË ÓÏÚÄÁÔØ É ÎÁÌÁÄÉÔØ ÐÏÌÎÕÀ ÓÉÓÔÅÍÕ ÂÀÄÖÅÔÉÒÏ×ÁÎÉÑ × ËÏÍÐÁÎÉÉ; ËÁË Ó×ÅÓÔÉ ×ÏÅÄÉÎÏ ÂÀÄÖÅÔÙ ÚÁËÕÐÏË, ÐÒÏÉÚ×ÏÄÓÔ×Á, ËÏÍÍÅÒÞÅÓËÉÊ ÂÀÄÖÅÔ, ÂÀÄÖÅÔ ÎÁËÌÁÄÎÙÈ ÒÁÓÈÏÄÏ× É ÐÒ., ÎÅ ÄÏÐÕÓÔÉ× ÐÒÉ ÜÔÏÍ ÆÁÔÁÌØÎÙÈ ÏÛÉÂÏË. ÷ ÐÒÏÇÒÁÍÍÅ ÓÅÍÉÎÁÒÁ: õÐÒÁ×ÌÅÎÉÅ ÚÁÔÒÁÔÁÍÉ âÀÄÖÅÔÉÒÏ×ÁÎÉÅ õÐÒÁ×ÌÅÎÉÅ ÏÂÏÒÏÔÎÙÍÉ ÓÒÅÄÓÔ×ÁÍÉ ËÏÍÐÁÎÉÉ õÐÒÁ×ÌÅÎÉÅ ÄÅÎÅÖÎÙÍÉ ÓÒÅÄÓÔ×ÁÍÉ á×ÔÏÒ ÓÅÍÉÎÁÒÁ: éÇÏÒØ ÷ÌÁÄÉÍÉÒÏ×ÉÞ íÁÒËÉÞÅ× - ËÁÎÄÉÄÁÔ ÆÉÚÉËÏ-ÍÁÔÅÍÁÔÉÞÅÓËÉÈ ÎÁÕË, ÄÉÒÅËÔÏÒ ËÏÎÓÁÌÔÉÎÇÏ×ÏÊ ÇÒÕÐÐÙ "IVM Consulting", ÏÐÙÔÎÙÊ ËÏÎÓÕÌØÔÁÎÔ ÐÏ ÐÏÓÔÁÎÏ×ËÅ ÓÉÓÔÅÍ ÂÀÄÖÅÔÉÒÏ×ÁÎÉÑ É ÕÐÒÁ×ÌÅÎÞÅÓËÏÇÏ ÕÞÅÔÁ ÎÁ ÒÏÓÓÉÊÓËÉÈ ÐÒÅÄÐÒÉÑÔÉÑÈ. ÷ ÒÁÍËÁÈ ÓÅÍÉÎÁÒÁ ÂÕÄÕÔ ÒÁÓÓÍÏÔÒÅÎÙ ÓÐÅÃÉÁÌØÎÙÅ ÔÅÈÎÉËÉ ÕÞÅÔÁ, ÁÎÁÌÉÚÁ É ÐÌÁÎÉÒÏ×ÁÎÉÑ ÆÉÎÁÎÓÏ×ÙÈ ÐÏÔÏËÏ× ÏÒÇÁÎÉÚÁÃÉÉ × ÃÅÌÏÍ É ÏÂÒÁÚÕÀÝÉÈ ÅÅ ÃÅÎÔÒÏ× ÆÉÎÁÎÓÏ×ÏÇÏ ÕÞÅÔÁ, ÍÅÔÏÄÉËÉ ÏÐÒÅÄÅÌÅÎÉÑ ÒÁÚÍÅÒÏ× É ÄÉÎÁÍÉËÉ ÐÏÌÏÖÉÔÅÌØÎÏÇÏ É ÏÔÒÉÃÁÔÅÌØÎÏÇÏ ÓÁÌØÄÏ ÎÁÌÉÞÉÑ ÄÅÎÅÖÎÙÈ ÓÒÅÄÓÔ× ËÁË × ÃÅÌÏÍ ÐÏ ÏÒÇÁÎÉÚÁÃÉÉ, ÔÁË É ÐÏ ËÁÖÄÏÍÕ ÃÅÎÔÒÕ ÕÞÅÔÁ, ÍÅÔÏÄÉËÉ ÕÐÒÁ×ÌÅÎÉÑ ÚÁÐÁÓÁÍÉ, ÄÅÂÉÔÏÒÓËÏÊ É ËÒÅÄÉÔÏÒÓËÏÊ ÚÁÄÏÌÖÅÎÎÏÓÔØÀ. óÌÕÛÁÔÅÌÉ ÉÚÕÞÁÔ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ ÛÁÇÏ× ÐÒÉ ÆÏÒÍÉÒÏ×ÁÎÉÉ ÏÐÅÒÁÃÉÏÎÎÙÈ ÂÀÄÖÅÔÏ× ÏÒÇÁÎÉÚÁÃÉÉ. éÍ ÂÕÄÕÔ ÐÒÅÄÌÏÖÅÎÙ ÜÆÆÅËÔÉ×ÎÙÅ ÍÅÔÏÄÉËÉ ÆÏÒÍÉÒÏ×ÁÎÉÑ ÏÓÎÏ×ÎÏÇÏ ÂÀÄÖÅÔÁ, ÆÉÎÁÎÓÏ×ÏÇÏ ÁÎÁÌÉÚÁ ÂÀÄÖÅÔÏ× Ó ÕÞÅÔÏÍ ÎÁÌÏÇÏ×ÏÊ ÓÏÓÔÁ×ÌÑÀÝÅÊ. óÅÍÉÎÁÒ ÁÄÒÅÓÏ×ÁÎ ÒÕËÏ×ÏÄÉÔÅÌÑÍ ÐÒÅÄÐÒÉÑÔÉÊ, ÆÉÎÁÎÓÏ×ÙÍ ÄÉÒÅËÔÏÒÁÍ, ÍÅÎÅÄÖÅÒÁÍ ÐÌÁÎÏ×Ï-ÜËÏÎÏÍÉÞÅÓËÉÈ ÓÌÕÖÂ, ÓÐÅÃÉÁÌÉÓÔÁÍ ÐÏ ÕÐÒÁ×ÌÅÎÉÀ ÆÉÎÁÎÓÁÍÉ É ÉÍÅÅÔ ÐÒÁËÔÉÞÅÓËÕÀ ÎÁÐÒÁ×ÌÅÎÎÏÓÔØ. ðÏÓÔÁÎÏ×ËÁ ÏÓÎÏ×ÎÙÈ ÜÌÅÍÅÎÔÏ× ÆÉÎÁÎÓÏ×ÏÇÏ ÍÅÎÅÄÖÍÅÎÔÁ ËÏÍÐÁÎÉÉ "ÒÕËÁÍÉ" ÓÁÍÏÇÏ ÒÕËÏ×ÏÄÉÔÅÌÑ ÎÁÞÉÎÁÅÔÓÑ ÕÖÅ × ÈÏÄÅ ÓÅÍÉÎÁÒÁ. óÔÏÉÍÏÓÔØ ÕÞÁÓÔÉÑ × ÓÅÍÉÎÁÒÅ ÎÁ ÏÄÎÏÇÏ ÕÞÁÓÔÎÉËÁ - 265 Õ.Å. , ×ËÌÀÞÁÑ îäó, ÍÅÔÏÄÉÞÅÓËÉÅ ÐÏÓÏÂÉÑ, ÏÂÅÄÙ × ÒÅÓÔÏÒÁÎÅ É ËÏÆÅ-ÐÁÕÚÙ. ÷ÏÚÍÏÖÎÙ ÓËÉÄËÉ. úÁÂÒÏÎÉÒÏ×ÁÔØ ÍÅÓÔÁ ÎÁ ÓÅÍÉÎÁÒÅ É ÐÏÌÕÞÉÔØ ÏÔ×ÅÔÙ ÎÁ ×ÓÅ ×ÏÐÒÏÓÙ ÷Ù ÍÏÖÅÔÅ ÐÏ ÔÅÌ. (095)255-6041 ó Õ×ÁÖÅÎÉÅÍ, ÏÒÇÁÎÉÚÁÔÏÒÙ. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 3:13:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdom01.kundenserver.de (moutvdom01.kundenserver.de [195.20.224.200]) by hub.freebsd.org (Postfix) with ESMTP id 2A21D37B406; Mon, 3 Jun 2002 03:13:44 -0700 (PDT) Received: from [195.20.224.219] (helo=mrvdom03.kundenserver.de) by moutvdom01.kundenserver.de with esmtp (Exim 2.12 #3) id 17Eoq3-0004qk-00; Mon, 3 Jun 2002 12:13:23 +0200 Received: from pec-1-20.tnt1.s2.uunet.de ([149.225.1.20] helo=encephalon.de) by mrvdom03.kundenserver.de with esmtp (Exim 2.12 #3) id 17Eoq2-0007Ws-00; Mon, 3 Jun 2002 12:13:23 +0200 Received: from chuckie.encephalon.de (localhost.encephalon.de [127.0.0.1]) by encephalon.de (8.12.3/8.11.6) with ESMTP id g53AEul0001707; Mon, 3 Jun 2002 12:14:56 +0200 (CEST) (envelope-from plankalkuel@chuckie.encephalon.de) Received: (from plankalkuel@localhost) by chuckie.encephalon.de (8.12.3/8.12.3/Submit) id g53AEr0A001706; Mon, 3 Jun 2002 12:14:53 +0200 (CEST) (envelope-from plankalkuel) Date: Mon, 3 Jun 2002 12:14:52 +0200 From: "a.s.gruner" To: Andre LeClaire Cc: freebsd-ipfw@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: ipfw+natd+ppp problem Message-ID: <20020603121452.A1685@encephalon.de> References: <20020602200539.A1206@encephalon.de> <20020603003926.T335-100000@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020603003926.T335-100000@localhost>; from leclaire@switzcpl.lib.in.us on Mon, Jun 03, 2002 at 12:54:35AM -0500 X-Operating-System: FreeBSD 4.6-RC i386 X-Editor: vi Sender: owner-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 not sure about ppp, but natd works great with pppd. However, > it looks to me like you need a "divert natd" rule in your firewall Thats it. I just did not see that, or, it was not described that you need it to use ppp+natd. Thanks. Maybe you can help me with another questions, is it able that the windows box activates the ppp, so that ppp on the freebsd box is dialing the number of the provider ? So, right now, i have to dial on the freebsd box, and after that the windows box can connect. So can i dial from the windows box (the modem is conected to freebsd box). I dont want a permanent connection, just if i need it. asg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 3:17:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdomng0.schlund.de (moutvdomng0.kundenserver.de [195.20.224.130]) by hub.freebsd.org (Postfix) with ESMTP id B3EA937B405; Mon, 3 Jun 2002 03:17:47 -0700 (PDT) Received: from [195.20.224.204] (helo=mrvdom00.kundenserver.de) by moutvdomng0.schlund.de with esmtp (Exim 3.22 #2) id 17Eoty-0003cV-00; Mon, 03 Jun 2002 12:17:26 +0200 Received: from pec-1-20.tnt1.s2.uunet.de ([149.225.1.20] helo=encephalon.de) by mrvdom00.kundenserver.de with esmtp (Exim 2.12 #3) id 17Eotv-0002c1-00; Mon, 3 Jun 2002 12:17:24 +0200 Received: from chuckie.encephalon.de (localhost.encephalon.de [127.0.0.1]) by encephalon.de (8.12.3/8.11.6) with ESMTP id g53AIwl0001724; Mon, 3 Jun 2002 12:18:58 +0200 (CEST) (envelope-from plankalkuel@chuckie.encephalon.de) Received: (from plankalkuel@localhost) by chuckie.encephalon.de (8.12.3/8.12.3/Submit) id g53AIs79001723; Mon, 3 Jun 2002 12:18:54 +0200 (CEST) (envelope-from plankalkuel) Date: Mon, 3 Jun 2002 12:18:53 +0200 From: "a.s.gruner" To: "Crist J. Clark" Cc: Darren Pilgrim , freebsd-ipfw@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: ipfw+natd+ppp problem Message-ID: <20020603121853.B1685@encephalon.de> References: <20020602200539.A1206@encephalon.de> <3CFA84CF.E5AD5853@pantherdragon.org> <20020603071835.A894@encephalon.de> <20020602231706.K20911@blossom.cjclark.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: <20020602231706.K20911@blossom.cjclark.org>; from crist.clark@attbi.com on Sun, Jun 02, 2002 at 11:17:06PM -0700 X-Operating-System: FreeBSD 4.6-RC i386 X-Editor: vi Sender: owner-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, the most obvious thing was that you didn't have a divert(4) rule > in your firewall. But unless there is something you want to do with > natd(8)-ipfw(8) that you can't do with ppp(8) '-nat,' I'd start by > getting ppp(8) working right. If you still want to try out natd(8), > wait to do it until after you have gotten ppp(8) working correctly. It was "divert" i have just forgotten that one. Or, it was not described in the places i took a look. well well... (or i am blind....) And, ppp is working perfectly the last few years, so, it was just that damn "divert". But now it is working. Thanks. asg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 3:37:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id B4F3F37B400; Mon, 3 Jun 2002 03:37:04 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id NAA10296; Mon, 3 Jun 2002 13:24:00 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (8.11.3/8.11.3) with ESMTP id g53AKb429183; Mon, 3 Jun 2002 13:20:41 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Mon, 3 Jun 2002 13:20:37 +0300 (EEST) From: Alexander V Zubchenko To: "a.s.gruner" Cc: Andre LeClaire , , Subject: Re: ipfw+natd+ppp problem In-Reply-To: <20020603121452.A1685@encephalon.de> Message-ID: <20020603131702.Q29163-100000@server.hermes-comp.zp.ua> 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 On Mon, 3 Jun 2002, a.s.gruner wrote: > Maybe you can help me with another questions, is it able that the > windows box activates the ppp, so that ppp on the freebsd box is dialing > the number of the provider ? So, right now, i have to dial on the > freebsd box, and after that the windows box can connect. So can i dial > from the windows box (the modem is conected to freebsd box). I dont want > a permanent connection, just if i need it. > > asg create user with ppp as shell, and login into freebsd box by telnet. In csh You may provide .logout to disconnect after logging out. With best for us all, Stalker. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 3:54:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14911.mail.yahoo.com (web14911.mail.yahoo.com [216.136.225.249]) by hub.freebsd.org (Postfix) with SMTP id 835DF37B404 for ; Mon, 3 Jun 2002 03:54:12 -0700 (PDT) Message-ID: <20020603105411.38056.qmail@web14911.mail.yahoo.com> Received: from [217.131.252.24] by web14911.mail.yahoo.com via HTTP; Mon, 03 Jun 2002 03:54:11 PDT Date: Mon, 3 Jun 2002 03:54:11 -0700 (PDT) From: ozdemir dogan Subject: XFree86-4 port:permission denied To: 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 Hi,I am using Freebsd 4.5 stable .My problem is when I did make install clean /usr/ports/x11/XFree86-4/ an error occured like: /usr/X11R6/lib/X11/doc/html:Permission denied.I did everything with chmod but no success.( I have no modem:winmodem for cvsup) What must I do? Thank you. __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.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 Jun 3 4: 2:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 7828A37B400 for ; Mon, 3 Jun 2002 04:02:34 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C46A966C49; Mon, 3 Jun 2002 04:02:30 -0700 (PDT) Date: Mon, 3 Jun 2002 04:02:30 -0700 From: Kris Kennaway To: ozdemir dogan Cc: freebsd Subject: Re: XFree86-4 port:permission denied Message-ID: <20020603040230.A17957@xor.obsecurity.org> References: <20020603105411.38056.qmail@web14911.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020603105411.38056.qmail@web14911.mail.yahoo.com>; from ozdemirdgn@yahoo.com on Mon, Jun 03, 2002 at 03:54:11AM -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 --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 03, 2002 at 03:54:11AM -0700, ozdemir dogan wrote: >=20 > Hi,I am using Freebsd 4.5 stable .My problem is > when I did=20 > make install clean /usr/ports/x11/XFree86-4/ an > error > occured like: > /usr/X11R6/lib/X11/doc/html:Permission denied.I did > everything with chmod but no success.( I have no > modem:winmodem for cvsup) > What must I do? rm -rf that directory and rebuild. Kris --T4sUOijqQbZv57TR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD4DBQE8+0zFWry0BWjoQKURAjQlAJ9jaXS0bsYk2zd+2uSMyhNMSzzjbgCYs5Jk vGqJ1jnPwybOpm9uaDRvAg== =f/Yh -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 4:16:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fmx4.freemail.hu (fmx4.freemail.hu [195.228.242.224]) by hub.freebsd.org (Postfix) with SMTP id F2E7337B401 for ; Mon, 3 Jun 2002 04:16:45 -0700 (PDT) Received: (qmail 73689 invoked from network); 3 Jun 2002 13:10:03 +0200 Received: from fm6.freemail.hu (195.228.242.206) by fmx4.freemail.hu with SMTP; 3 Jun 2002 13:10:02 +0200 Received: (qmail 42238 invoked by uid 2935326); 3 Jun 2002 13:16:22 +0200 Date: Mon, 3 Jun 2002 13:16:22 +0200 (CEST) From: Dennis Murren Subject: DNS To: freebsd-questions@FreeBSD.ORG Message-ID: X-Originating-IP: [195.56.253.157] 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 all! I'm new to FreeBSD and DNS as well, and I have a really basic question. I'd like to access my virtual hosts without the www in front of the domain name. (like mydomain.com) I put the following line into the zone file: IN A ip address In this case, all virtual hosts pointed to the servers main domain. Could somebody tell me what is the solution? Best regards, Dennis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 4:47:40 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 1AF2137B401 for ; Mon, 3 Jun 2002 04:47:34 -0700 (PDT) Received: from there (vic-dial-196-30-232-159.mweb.co.za [196.30.232.159]) by dns.perimeter.co.za (8.11.1/8.11.1) with SMTP id g53BlG128663; Mon, 3 Jun 2002 13:47:16 +0200 (SAST) (envelope-from bsd@perimeter.co.za) Content-Type: text/plain; charset="iso-8859-2" From: "Patrick O'Reilly" Organization: Perimeter Networks CC Message-Id: <200206031347.00854@.perimeter.co.za> To: Dennis Murren , freebsd-questions@FreeBSD.ORG Subject: Re: DNS Date: Mon, 3 Jun 2002 13:49:48 +0200 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 On Mon 03 Jun 02 13:16, Dennis Murren wrote: > Hi all! > > I'm new to FreeBSD and DNS as well, and I have a really > basic question. I'd like to access my virtual hosts without > the www in front of the domain name. (like mydomain.com) > > I put the following line into the zone file: > > IN A ip address > > In this case, all virtual hosts pointed to the servers main > domain. > > Could somebody tell me what is the solution? Dennis, Make sure you also have entries in httpd.conf for the virtual host without the "www" prefix. Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 5:29:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from richard.eu.org (adsl-213-190-48-185.takas.lt [213.190.48.185]) by hub.freebsd.org (Postfix) with ESMTP id ACC5E37B404 for ; Mon, 3 Jun 2002 05:29:18 -0700 (PDT) Received: from richard.eu.org (localhost [127.0.0.1]) by richard.eu.org (8.12.3/8.12.3) with ESMTP id g538Ijln028495 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 3 Jun 2002 10:18:46 +0200 (EET) (envelope-from rch@richard.eu.org) Received: (from rch@localhost) by richard.eu.org (8.12.3/8.12.3/Submit) id g538IiPK028494 for freebsd-questions@FreeBSD.ORG; Mon, 3 Jun 2002 10:18:44 +0200 (EET) Date: Mon, 3 Jun 2002 10:18:44 +0200 From: Richard =?utf-8?B?xIxlcGFz?= To: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD and UTF-8 Message-ID: <20020603081844.GC24379@richard.eu.org> References: <20020603033909.50762524.jylefort@brutele.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20020603033909.50762524.jylefort@brutele.be> User-Agent: Mutt/1.5.0i X-OS: FreeBSD 4.6-RC 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 Jun 3 03:39:09 2002 +0200 Jean-Yves Lefort wrote: >Hi all, Hi, > >What is the current status of UTF-8 support in FreeBSD? Bad. > >Some programs need to read the LANG and LC_* environment variables to >switch to UTF-8; if I use 'export LANG=en_US.UTF-8 && program', I get: >'Locale not supported by C library. Using the fallback 'C' locale.' You can generate utf2 (it is UTF-8) locale on your own using mklocale(1) and grep. setlocale() will not fail and gettext messages will be converted to utf-8 if you install recent version of gettext and tweak some config files. Little more than that. > >Is that locale supported in -CURRENT? As far as I know no, but I don't have current myself. > >Can I use UTF-8 encoding at the FreeBSD console? No. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 6: 2:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub-2.iastate.edu (mailhub-2.iastate.edu [129.186.140.4]) by hub.freebsd.org (Postfix) with ESMTP id A268D37B406 for ; Mon, 3 Jun 2002 06:02:38 -0700 (PDT) Received: from mailout-2.iastate.edu (mailout-2.iastate.edu [129.186.140.2]) by mailhub-2.iastate.edu (8.9.3/8.9.3) with SMTP id IAA01073 for ; Mon, 3 Jun 2002 08:02:37 -0500 From: rahermon@iastate.edu Received: from fw.student.iastate.edu(64.113.93.191) by mailout-2.iastate.edu via csmap id 29685; Mon, 03 Jun 2002 08:04:41 -0500 (CDT) To: Subject: Cyrus-imapd with sendmail setup question Date: Mon, 3 Jun 2002 08:02:26 -0500 Message-ID: <000001c20afe$e9262f80$8404a8c0@TheGetto> 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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Using version 2.0.16 from the ports. I am having dificulty having mail delivered to my imap server. Accounts are created fine, and user is able to connect via client software. I am getting sm-mta errors "No such file or directory" on the maillog and SYSERR(root): makeconnection_ds: unsafe domain socket. A searched for the previous error only provided a few hits and I have not been able to reach the website for about 2 days. I have read the documentation many times but I can not find any hints about what to do next. Can anyone be kind enough to point me in the right direction. Regards, Ramon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 6:14: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web21505.mail.yahoo.com (web21505.mail.yahoo.com [66.163.169.16]) by hub.freebsd.org (Postfix) with SMTP id 9E5D437B400 for ; Mon, 3 Jun 2002 06:13:58 -0700 (PDT) Message-ID: <20020603131358.49080.qmail@web21505.mail.yahoo.com> Received: from [216.136.109.158] by web21505.mail.yahoo.com via HTTP; Mon, 03 Jun 2002 06:13:58 PDT Date: Mon, 3 Jun 2002 06:13:58 -0700 (PDT) From: martin Subject: Re: Cyrus-imapd with sendmail setup question To: freebsd-questions@FreeBSD.ORG In-Reply-To: <000001c20afe$e9262f80$8404a8c0@TheGetto> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1215670177-1023110038=:46690" Sender: owner-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-1215670177-1023110038=:46690 Content-Type: text/plain; charset=us-ascii Have you tried the Cyrus-imapd and sendmail FAQ's, searchable archives, and mailing lists ? rahermon@iastate.edu wrote: Using version 2.0.16 from the ports. I am having dificulty having mail delivered to my imap server. Accounts are created fine, and user is able to connect via client software. I am getting sm-mta errors "No such file or directory" on the maillog and SYSERR(root): makeconnection_ds: unsafe domain socket. A searched for the previous error only provided a few hits and I have not been able to reach the website for about 2 days. I have read the documentation many times but I can not find any hints about what to do next. Can anyone be kind enough to point me in the right direction. Regards, Ramon --------------------------------- Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup --0-1215670177-1023110038=:46690 Content-Type: text/html; charset=us-ascii

Have you tried the Cyrus-imapd and sendmail FAQ's, searchable archives, and mailing lists ?

 

  rahermon@iastate.edu wrote:

Using version 2.0.16 from the ports. I am having dificulty having mail
delivered to my imap server. Accounts are created fine, and user is able
to connect via client software.
I am getting sm-mta errors "No such file or directory" on the maillog
and
SYSERR(root): makeconnection_ds: unsafe domain socket. A searched for
the previous error only provided a few hits and I have not been able to
reach the website for about 2 days.
I have read the documentation many times but I can not find any hints
about what to do next. Can anyone be kind enough to point me in the
right direction.

Regards,
Ramon



Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup --0-1215670177-1023110038=:46690-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 6:25:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.ntu-kpi.kiev.ua (www.ntu-kpi.kiev.ua [212.111.192.161]) by hub.freebsd.org (Postfix) with ESMTP id 74F9437B407 for ; Mon, 3 Jun 2002 06:25:51 -0700 (PDT) Received: from comsys.ntu-kpi.kiev.ua (eth0.comsys.ntu-kpi.kiev.ua [10.0.1.184]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id 6D11519C3E; Mon, 3 Jun 2002 16:25:46 +0300 (EEST) Received: from pm5149 (pm514-9.comsys.ntu-kpi.kiev.ua [10.18.54.109]) by comsys.ntu-kpi.kiev.ua (8.11.6/8.11.6) with SMTP id g53DT3q86796; Mon, 3 Jun 2002 16:29:03 +0300 (EEST) Message-ID: <021b01c20b00$ed322ff0$6d36120a@pm5149> From: "Andrey Simonenko" To: "PACOSMEN DE LA MATA R" Cc: References: Subject: Re: ATI drivers Date: Mon, 3 Jun 2002 16:16:52 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 You should find an answer on your question on http://www.xfree86.org/ web site. ----- Original Message ----- From: "PACOSMEN DE LA MATA R" Newsgroups: lucky.freebsd.questions Sent: Friday, May 31, 2002 1:08 PM Subject: ATI drivers > i,m beggining using freebsd and i would like to get ATI XPERT 2000 PRO > drivers so i could use th x-windows ,if anyone could help me please mail > this address,thanx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 6:26:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cerebellum.za.net (cerebellum.za.net [196.34.172.103]) by hub.freebsd.org (Postfix) with ESMTP id 47D5637B406 for ; Mon, 3 Jun 2002 06:26:37 -0700 (PDT) Received: from nicki.comrite.co.za (rdg-dial-196-2-33-214.mweb.co.za [196.2.33.214]) by cerebellum.za.net (8.11.6/8.11.3) with ESMTP id g53DXZN16986 for ; Mon, 3 Jun 2002 13:33:39 GMT (envelope-from ian@cerebellum.za.net) Content-Type: text/plain; charset="us-ascii" From: Ian Barnes To: questions@freebsd.org Subject: http proxy Date: Mon, 3 Jun 2002 15:55:50 +0000 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206031555.50166.ian@cerebellum.za.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, where can i set it up so that when i install something from the ports (i.e make install), it will go through a http proxy? i have tried setting it in /etc/make.conf ... but nothing. thanks Ian Barnes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 6:35: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.ntu-kpi.kiev.ua (www.ntu-kpi.kiev.ua [212.111.192.161]) by hub.freebsd.org (Postfix) with ESMTP id 3C17537B405 for ; Mon, 3 Jun 2002 06:34:57 -0700 (PDT) Received: from comsys.ntu-kpi.kiev.ua (eth0.comsys.ntu-kpi.kiev.ua [10.0.1.184]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id CE7401990B; Mon, 3 Jun 2002 16:34:53 +0300 (EEST) Received: from pm5149 (pm514-9.comsys.ntu-kpi.kiev.ua [10.18.54.109]) by comsys.ntu-kpi.kiev.ua (8.11.6/8.11.6) with SMTP id g53Dc9q86840; Mon, 3 Jun 2002 16:38:10 +0300 (EEST) Message-ID: <022701c20b02$337e71c0$6d36120a@pm5149> From: "Andrey Simonenko" To: "Ian Barnes" Cc: References: <200206031555.50166.ian@cerebellum.za.net.lucky.freebsd.questions> Subject: Re: http proxy Date: Mon, 3 Jun 2002 16:25:58 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.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 ----- Original Message ----- From: "Ian Barnes" Newsgroups: lucky.freebsd.questions Sent: Monday, June 03, 2002 4:27 PM Subject: http proxy > where can i set it up so that when i install something from the ports (i.e > make install), it will go through a http proxy? i have tried setting it in > /etc/make.conf ... but nothing. > If you are talking about environment variables for the fetch(1), then I want to say, that sometime fetch(1) works via proxy sometime it doesn't (it was on my system in LAN). So, whn fetch(1) failed