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" 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 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, I downloaded needed files with lynx, wget, links, whatever and put them in the /usr/ports/distfiles directory. 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:39:22 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 565C337B401 for ; Mon, 3 Jun 2002 06:37:58 -0700 (PDT) Received: from daleco [12.145.226.164] by mail.gbronline.com (SMTPD32-7.10) id A0DFD030078; Mon, 03 Jun 2002 08:36:31 -0500 Message-ID: <02a001c20b03$c9074720$38e2910c@daleco> From: "Kevin Kinsey, DaleCo, S.P." To: "Gary D Kline" , "Joost Bekkers" Cc: "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> Subject: Re: obscure firewall and mail problem... Date: Mon, 3 Jun 2002 08:37:19 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: "Gary D Kline" To: "Joost Bekkers" Cc: "Bill Moran" ; "FreeBSD Mailing List" Sent: Sunday, June 02, 2002 12:48 PM Subject: Re: obscure firewall and mail problem... > My bounced mail complained about thought.org pointing > to itself, so I commented out the MX records. > This may be no help at all, but "MX record for host.org points to myself" is a known sendmail issue, with EZ fix, you might check the FAQ at www.sendmail.org. HTH , Kevin Kinsey 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:42:13 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 48C0537B404 for ; Mon, 3 Jun 2002 06:41:56 -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 QAA25015; Mon, 3 Jun 2002 16:33:45 +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 g53DUPG30088; Mon, 3 Jun 2002 16:30:36 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Mon, 3 Jun 2002 16:30:25 +0300 (EEST) From: Alexander V Zubchenko To: Ian Barnes Cc: Subject: Re: http proxy In-Reply-To: <200206031555.50166.ian@cerebellum.za.net> Message-ID: <20020603162916.J30059-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! On Mon, 3 Jun 2002, Ian Barnes wrote: > 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. Because pkg_add use fetch to retrieve tgz-archive, You may set up environment variable HTTP_PROXY to necessary URL. It must help With best regards, 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 7:12:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.smed.com (mail.smed.com [64.46.248.225]) by hub.freebsd.org (Postfix) with ESMTP id 6990337B401 for ; Mon, 3 Jun 2002 07:12:10 -0700 (PDT) Received: from smtpgate.smshsc.net (unknown [165.226.204.25]) by mail.smed.com (Postfix) with ESMTP id 2C75447FFD for ; Mon, 3 Jun 2002 10:12:01 -0400 (EDT) Received: from iesa14.smshsc.net (iesa14.smshsc.net [165.226.204.44]) by smtpgate.smshsc.net (8.11.6/8.11.6) with ESMTP id g53EC0e12615 for ; Mon, 3 Jun 2002 10:12:01 -0400 Received: from mlvexc01.smshsc.net (unverified) by iesa14.smshsc.net (Content Technologies SMTPRS 2.0.15) with ESMTP id for ; Mon, 03 Jun 2002 10:08:51 -0400 Received: by mlvexc01.usmlvv1p0a.smshsc.net with Internet Mail Service (5.5.2655.55) id <2X3CP326>; Mon, 3 Jun 2002 10:08:35 -0400 Message-Id: From: Warner Joseph To: "'FreeBSD-Questions@freebsd.org'" Subject: CVS Date: Mon, 3 Jun 2002 10:08:50 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I was recently approached by someone on our development team who is about to implement an application that requires a good change management control system. The documentation said that ClearCase http://www.rational.com/products/clearcase/index.jsp can be used but CVS is recommended. He wants me get a CVS server running in our production environment. We have an existing FreeBSD server (4.5 -STABLE) that's used primarily as a web application server but I don't want it to be used as a CVS server. So, I plan to do a fresh install of FreeBSD 4.5, upgrade it to the latest -STABLE branch and set it up as the CVS server. I know the basics of using CVS but I've never configured a CVS server before. I'm not asking for any HOWTO's but I was wondering if there were any minimum hardware requirements for what I want to do and if anyone had any recommendations as far as what ports in /usr/ports/devel I should install for this. Some documentation references would be helpful too. Thanks Joe Siemens - Health Services Joe Warner Operations Technical Analyst II 215 North Admiral Byrd Rd., Salt Lake City, UT 84116 Ph: 801-539-4978 Fax: 801-533-8004 ------------------------------------------------------------------------------- This message and any included attachments are from Siemens Medical Solutions Health Services Corporation and are intended only for the addressee(s). The information contained herein may include trade secrets or privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you received this message in error, or have reason to believe you are not authorized to receive it, please promptly delete this message and notify the sender by e-mail with a copy to CSOffice@smed.com. Thank you 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 7:13:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from brabys.co.za (postoffice.brabys.co.za [192.96.48.13]) by hub.freebsd.org (Postfix) with ESMTP id E07BF37B403 for ; Mon, 3 Jun 2002 07:13:21 -0700 (PDT) Received: from nelis.brabys.co.za (proxy-inner.brabys.co.za [192.96.48.11] (may be forged)) by brabys.co.za (8.12.0/8.12.0) with ESMTP id g53ECPMG013598; Mon, 3 Jun 2002 16:12:25 +0200 Message-Id: <5.1.0.14.2.20020603160653.0137ec98@192.96.48.11> X-Sender: nelis@192.96.48.11 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 03 Jun 2002 16:12:48 +0200 To: ian@cerebellum.za.net From: Nelis Lamprecht Subject: Re: http proxy Cc: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-MailScanner: Found to be clean Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 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. vi /etc/defaults/make.conf search for fetch and you will see an option to use fetch through either a ftp or http proxy FTP_PROXY= HTTP_PROXY= 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 7:29:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web10003.mail.yahoo.com (web10003.mail.yahoo.com [216.136.130.39]) by hub.freebsd.org (Postfix) with SMTP id CBDE437B400 for ; Mon, 3 Jun 2002 07:29:09 -0700 (PDT) Message-ID: <20020603142839.88471.qmail@web10003.mail.yahoo.com> Received: from [193.227.110.18] by web10003.mail.yahoo.com via HTTP; Mon, 03 Jun 2002 07:28:39 PDT Date: Mon, 3 Jun 2002 07:28:39 -0700 (PDT) From: Walid Nehme Subject: problem with Bridge, dummynet, ipfw. To: freebsd questions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Sirs. I configured a bridge today, as follows. cp /usr/src/sys/i386/conf/GENERIC Firewall and added there the lines : options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #enable logging to options IPFIREWALL_FORWARD #enable transparent options IPFIREWALL_VERBOSE_LIMIT=100 #limit options DUMMYNET options BRIDGE options HZ=10 options NMBCLUSTERS=8192 then config firewall, then cd ../../compile/firewall make depend, make , make installed. In file sysctl.conf add net.link.ether.bridge_cfg=rl0:0;rl1:0 net.link.ether.bridge=1 net.link.ether.bridge_ipfw=1 net.inet.ip.fw.one_pass=0 #i need this for traf shapping. net.inet.ip.fw.enable=1 and put in my firewall ruels the following. I enforce rate limiting on each host in my network individually? I want to enforce an upstream limit of 64Kbit/s and a downstream of 384Kbit/s for each host; in addition, I want to disallow all external hosts from initiating connexions with the hosts on my network so that no one can run any servers. pipe 10 config mask src-ip 0x000000ff bw 64kbit/s queue 8Kbytes pipe 20 config mask dst-ip 0x000000ff bw 384kbit/s queue 8Kbytes add 100 deny icmp from any to 12.18.123.0/24 in via xl0 icmptypes 8 add 110 check-state add 1000 pipe 10 all from 12.18.123.0/24 to any out via xl0 add 1100 pipe 20 all from any to 12.18.123.0/24 in via xl0 add 1200 allow tcp from 12.18.123.0/24 to any out via xl0 setup keep-state add 1200 allow udp from 12.18.123.0/24 to any out via xl0 keep-state add 1300 allow icmp from 12.18.123.0/24 to any out icmptypes 8 keep-state add 65535 deny all from any to any In the resault i get the following error message in a huge number on the console: --loop(0) macaddress to rl0 from rl1 (active) --loop(1) same macaddress to rl1 from rl0 (active) /kernel: --loop(0) macaddress to rl0 from rl1(active) /kernel: --loop(1) same macaddress to rl1 from rl0 (active) and the bridge didnt work. i couldnt ping anything or surf the internet. Then i tried with open firewall adding add 100 pass all from any to any . and i get the same resault. CAN ANY ONE HELP? ===== Regards. Walid Nehme ICQ:5855336 MSN:nastylid@hotmail.com "The only reason I'm burning my candle at both ends, is because I haven't figured out how to light the middle yet" __________________________________________________ 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 7:34:49 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 5EFAC37B400 for ; Mon, 3 Jun 2002 07:34:40 -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 QAA26383; Mon, 3 Jun 2002 16:51:47 +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 g53DmSG30178; Mon, 3 Jun 2002 16:48:35 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Mon, 3 Jun 2002 16:48:28 +0300 (EEST) From: Alexander V Zubchenko Cc: Gary D Kline , Joost Bekkers , Bill Moran , FreeBSD Mailing List Subject: Re: obscure firewall and mail problem... In-Reply-To: <02a001c20b03$c9074720$38e2910c@daleco> Message-ID: <20020603164355.F30149-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! On Mon, 3 Jun 2002, Kevin Kinsey, DaleCo, S.P. wrote: > > My bounced mail complained about thought.org pointing > > to itself, so I commented out the MX records. > > > > This may be no help at all, but "MX record for host.org > points to myself" is a known sendmail issue, with EZ fix, > you might check the FAQ at www.sendmail.org. > i just want to add, that may b FreeBSD Handbook 18.3.2 may help You. With worst to your enemies 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 7:42: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.ovh.net (b1.ovh.net [213.186.33.51]) by hub.freebsd.org (Postfix) with ESMTP id 9DBF737B406 for ; Mon, 3 Jun 2002 07:42:00 -0700 (PDT) Received: (qmail 21873 invoked by uid 503); 3 Jun 2002 14:42:27 -0000 Received: from unknown (HELO gueway.home) (212.43.212.24) by ns0.ovh.net with DES-CBC3-SHA encrypted SMTP; 3 Jun 2002 14:42:27 -0000 Received: from greatoak.home (greatoak.home [192.168.1.2]) by gueway.home (8.12.2/8.12.2) with ESMTP id g53EfIOQ008189; Mon, 3 Jun 2002 16:41:23 +0200 (CEST) (envelope-from pcasidy@greatoak.home) Message-Id: <200206031441.g53EfIOQ008189@gueway.home> Date: Mon, 3 Jun 2002 16:43:55 +0200 (CEST) From: Philippe CASIDY Subject: Re: CVS To: Joseph.Warner@siemens.com Cc: FreeBSD-Questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 3 Jun, Warner Joseph wrote: > He wants me get a CVS server running in our production > environment. We have an existing FreeBSD server (4.5 -STABLE) > that's used primarily as a web application server but I don't want it > to be used as a CVS server. So, I plan to do a fresh install of > FreeBSD 4.5, upgrade it to the latest -STABLE branch and set it > up as the CVS server. > > I know the basics of using CVS but I've never configured a CVS > server before. I'm not asking for any HOWTO's but I was wondering > if there were any minimum hardware requirements for what I want to A CVS server is mainly a file server. Therefore you can use the same requirements used for a web server or an nfs server. ( numbers of connections / number of file to share...) In fact more a web server than an nfs server because if users have their own disk space, they will work on a local copy of the files. Not that this is totally different while using Clearcase: it uses its own filesystem so every file access goes through it => huge disks! a lot of memory, a wide bandwidth and tons of patience because whatever hardware you use, it will always be slower. Ph°1 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 7:51:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.smed.com (mail.smed.com [64.46.248.225]) by hub.freebsd.org (Postfix) with ESMTP id 748D537B400 for ; Mon, 3 Jun 2002 07:51:24 -0700 (PDT) Received: from smtpgate.smshsc.net (unknown [165.226.204.25]) by mail.smed.com (Postfix) with ESMTP id A67F848038 for ; Mon, 3 Jun 2002 10:51:21 -0400 (EDT) Received: from iesa14.smshsc.net (iesa14.smshsc.net [165.226.204.44]) by smtpgate.smshsc.net (8.11.6/8.11.6) with ESMTP id g53EpLe22568 for ; Mon, 3 Jun 2002 10:51:21 -0400 Received: from mlvexc01.smshsc.net (unverified) by iesa14.smshsc.net (Content Technologies SMTPRS 2.0.15) with ESMTP id ; Mon, 03 Jun 2002 10:51:17 -0400 Received: by mlvexc01.usmlvv1p0a.smshsc.net with Internet Mail Service (5.5.2655.55) id <2X3CP33T>; Mon, 3 Jun 2002 10:51:01 -0400 Message-Id: From: Warner Joseph To: "'H. Wade Minter'" Cc: "'FreeBSD-Questions@freebsd.org'" Subject: RE: CVS Date: Mon, 3 Jun 2002 10:51:12 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok, thanks for the reference and the quick response. I'm looking at it now. Joe Siemens - Health Services Joe Warner Operations Technical Analyst II 215 North Admiral Byrd Rd., Salt Lake City, UT 84116 Ph: 801-539-4978 Fax: 801-533-8004 -----Original Message----- From: H. Wade Minter [mailto:minter@lunenburg.org] Sent: Monday, June 03, 2002 8:21 AM To: Warner Joseph Subject: Re: CVS I'd check out the CVS Book online, at http://cvsbook.red-bean.com/ A very good resource that will have you up and using CVS in no time! --Wade On Mon, 3 Jun 2002, Warner Joseph wrote: > > Hi, > > I was recently approached by someone on our > development team who is about to implement an > application that requires a good change management > control system. The documentation said that ClearCase > > http://www.rational.com/products/clearcase/index.jsp > > can be used but CVS is recommended. > > He wants me get a CVS server running in our production > environment. We have an existing FreeBSD server (4.5 -STABLE) > that's used primarily as a web application server but I don't want it > to be used as a CVS server. So, I plan to do a fresh install of > FreeBSD 4.5, upgrade it to the latest -STABLE branch and set it > up as the CVS server. > > I know the basics of using CVS but I've never configured a CVS > server before. I'm not asking for any HOWTO's but I was wondering > if there were any minimum hardware requirements for what I want to > do and if anyone had any recommendations as far as what ports in > /usr/ports/devel I should install for this. Some documentation references > would be helpful too. > > Thanks > > Joe > > > > > > Siemens - Health Services > > Joe Warner > Operations Technical Analyst II > 215 North Admiral Byrd Rd., Salt Lake City, UT 84116 > Ph: 801-539-4978 > Fax: 801-533-8004 > > > > > > > ---------------------------------------------------------------------------- --- > This message and any included attachments are from Siemens Medical Solutions > Health Services Corporation and are intended only for the addressee(s). > The information contained herein may include trade secrets or privileged or > otherwise confidential information. Unauthorized review, forwarding, printing, > copying, distributing, or using such information is strictly prohibited and may > be unlawful. If you received this message in error, or have reason to believe > you are not authorized to receive it, please promptly delete this message and > notify the sender by e-mail with a copy to CSOffice@smed.com. Thank you > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- 'I say to you that the VCR is to the American film producer and the American public as the Boston strangler is to the woman home alone.' Jack Valenti on VCRs, 1982 'It's getting clear -- alarmingly clear, I might add -- that we are in the midst of the possibility of Armageddon.' Jack Valenti on the Internet, 2002 http://www.digitalconsumer.org/ http://digitalspeech.org/ ------------------------------------------------------------------------------- This message and any included attachments are from Siemens Medical Solutions Health Services Corporation and are intended only for the addressee(s). The information contained herein may include trade secrets or privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you received this message in error, or have reason to believe you are not authorized to receive it, please promptly delete this message and notify the sender by e-mail with a copy to CSOffice@smed.com. Thank you 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 8: 6: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.smed.com (mail.smed.com [64.46.248.225]) by hub.freebsd.org (Postfix) with ESMTP id B3CD837B407 for ; Mon, 3 Jun 2002 08:05:38 -0700 (PDT) Received: from smtpgate.smshsc.net (unknown [165.226.204.25]) by mail.smed.com (Postfix) with ESMTP id 7B60347E24 for ; Mon, 3 Jun 2002 11:05:34 -0400 (EDT) Received: from iesa14.smshsc.net (iesa14.smshsc.net [165.226.204.44]) by smtpgate.smshsc.net (8.11.6/8.11.6) with ESMTP id g53F5Ye25947 for ; Mon, 3 Jun 2002 11:05:34 -0400 Received: from mlvexc01.smshsc.net (unverified) by iesa14.smshsc.net (Content Technologies SMTPRS 2.0.15) with ESMTP id ; Mon, 03 Jun 2002 11:05:12 -0400 Received: by mlvexc01.usmlvv1p0a.smshsc.net with Internet Mail Service (5.5.2655.55) id <2X3CP3QY>; Mon, 3 Jun 2002 11:04:56 -0400 Message-Id: From: Warner Joseph To: "'Philippe CASIDY'" Cc: FreeBSD-Questions@freebsd.org Subject: RE: CVS Date: Mon, 3 Jun 2002 11:05:08 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks for the information. I'll attempt to clarify further what our needs are: There is a new project starting that requires us to have a good change control system that will work with the WebSphere Studio Application Developer (WSAD), the Integrated Development Environment (IDE) for WebFacing, Java, and other traditional programming languages (e.g. C and RPG). The change control system IBM recommended and actually used in their development team is CVS. Developers will need to connect to the CVS server from W2K workstations. However, I don't yet know which CVS clients for Windows they'll be using. >Not that this is totally different while using Clearcase: it uses its >own filesystem so every file access goes through it =3D> huge disks! a = lot >of memory, a wide bandwidth and tons of patience because whatever >hardware you use, it will always be slower. =20 That's good to know because the hardware selection I have is a little limited. I'll probably be setting it up on older Compaq server or desktop hardware. Thanks again, Joe =20 =20 Siemens - Health Services =20 Joe Warner Operations Technical Analyst II 215 North Admiral Byrd Rd., Salt Lake City, UT 84116 Ph: 801-539-4978 Fax: 801-533-8004 =20 -----Original Message----- From: Philippe CASIDY [mailto:pcasidy@casidy.com] Sent: Monday, June 03, 2002 8:44 AM To: Warner Joseph Cc: FreeBSD-Questions@freebsd.org Subject: Re: CVS On 3 Jun, Warner Joseph wrote: > He wants me get a CVS server running in our production > environment. We have an existing FreeBSD server (4.5 -STABLE) > that's used primarily as a web application server but I don't want it > to be used as a CVS server. So, I plan to do a fresh install of > FreeBSD 4.5, upgrade it to the latest -STABLE branch and set it > up as the CVS server. >=20 > I know the basics of using CVS but I've never configured a CVS > server before. I'm not asking for any HOWTO's but I was wondering > if there were any minimum hardware requirements for what I want to A CVS server is mainly a file server. Therefore you can use the same requirements used for a web server or an nfs server. ( numbers of connections / number of file to share...)=20 In fact more a web server than an nfs server because if users have = their own disk space, they will work on a local copy of the files. Not that this is totally different while using Clearcase: it uses its own filesystem so every file access goes through it =3D> huge disks! a = lot of memory, a wide bandwidth and tons of patience because whatever hardware you use, it will always be slower. Ph=B01 ------------------------------------------------------------------------------- This message and any included attachments are from Siemens Medical Solutions Health Services Corporation and are intended only for the addressee(s). The information contained herein may include trade secrets or privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you received this message in error, or have reason to believe you are not authorized to receive it, please promptly delete this message and notify the sender by e-mail with a copy to CSOffice@smed.com. Thank you 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 8:19:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from alpha.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by hub.freebsd.org (Postfix) with ESMTP id 2096F37B401; Mon, 3 Jun 2002 08:19:25 -0700 (PDT) Received: from alpha.yumyumyum.org (localhost [127.0.0.1]) by alpha.yumyumyum.org (8.12.3/8.12.2) with ESMTP id g53FJ827009000; Mon, 3 Jun 2002 11:19:08 -0400 (EDT) (envelope-from culverk@alpha.yumyumyum.org) Received: from localhost (culverk@localhost) by alpha.yumyumyum.org (8.12.3/8.12.3/Submit) with ESMTP id g53FJ6Oi008997; Mon, 3 Jun 2002 11:19:06 -0400 (EDT) (envelope-from culverk@alpha.yumyumyum.org) Date: Mon, 3 Jun 2002 11:19:06 -0400 (EDT) From: Kenneth Culver To: "a.s.gruner" Cc: Darren Pilgrim , , Subject: Re: ipfw+natd+ppp problem In-Reply-To: <20020603071835.A894@encephalon.de> Message-ID: <20020603111841.R8996-100000@alpha.yumyumyum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You really should just use ppp -nat, natd, and ppp -nat use the same nat library, so they really are almost the same. Ken On Mon, 3 Jun 2002, 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. > 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 > 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 8:21:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from alpha.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by hub.freebsd.org (Postfix) with ESMTP id 4189637B405 for ; Mon, 3 Jun 2002 08:21:41 -0700 (PDT) Received: from alpha.yumyumyum.org (localhost [127.0.0.1]) by alpha.yumyumyum.org (8.12.3/8.12.2) with ESMTP id g53FLR27009018; Mon, 3 Jun 2002 11:21:28 -0400 (EDT) (envelope-from culverk@alpha.yumyumyum.org) Received: from localhost (culverk@localhost) by alpha.yumyumyum.org (8.12.3/8.12.3/Submit) with ESMTP id g53FLRAT009015; Mon, 3 Jun 2002 11:21:27 -0400 (EDT) (envelope-from culverk@alpha.yumyumyum.org) Date: Mon, 3 Jun 2002 11:21:27 -0400 (EDT) From: Kenneth Culver To: ozdemir dogan Cc: freebsd Subject: Re: XFree86-4 port:permission denied In-Reply-To: <20020603105411.38056.qmail@web14911.mail.yahoo.com> Message-ID: <20020603112056.V8996-100000@alpha.yumyumyum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well, were you running as root when you did this? You have to be root. Ken On Mon, 3 Jun 2002, ozdemir dogan wrote: > > 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 > 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 8:24:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tltodd.com (badger.tltodd.com [208.133.92.209]) by hub.freebsd.org (Postfix) with ESMTP id D8D6F37B403 for ; Mon, 3 Jun 2002 08:24:18 -0700 (PDT) Received: (from tlt@localhost) by tltodd.com (8.9.3/8.9.3) id KAA98439 for freebsd-questions@freebsd.org; Mon, 3 Jun 2002 10:24:16 -0500 (CDT) (envelope-from tlt) Date: Mon, 3 Jun 2002 10:24:16 -0500 From: Terry Todd To: freebsd-questions@freebsd.org Subject: FreeBSD 5.0dp1 nfs server to Red Hat nfs client extremely slow Message-ID: <20020603102416.A98405@badger.tltodd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I created a ufs file system on a 5.0dp1 FreeBSD system and exported it. One of my users complained that it was 10 times slower than other systems. I ran some tests using "dd if=/dev/zero of=somefile bs=1024k count=256". Sure enough his system took 17 minutes to complete that command when writing to the nfs mounted file system I had created. He is running 7.2 Red Hat linux. I found other RH linux systems had similar times. However, other FreeBSD and Slackware systems could complete the command in 30-45 seconds. Does anyone have any idea what the problem might be? I noticed the RH systems didn't have NFSv3 support. I don't know if that would cause such a drastic difference or not. TIA, Terry Todd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 8:25:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.2ainfo.it (dns2.2ainfo.it [195.31.142.8]) by hub.freebsd.org (Postfix) with SMTP id 6040637B403 for ; Mon, 3 Jun 2002 08:25:39 -0700 (PDT) Received: (qmail 8774 invoked from network); 3 Jun 2002 15:25:28 -0000 Received: from ppp104.2ainfo.it (HELO sting) (195.31.142.71) by dns2.2ainfo.it with SMTP; 3 Jun 2002 15:25:28 -0000 From: To: questions@FreeBSD.org Subject: problem compiling XFree86-4 Date: Mon, 03 Jun 2002 17:26:13 +0057 (CEST) X-Mailer: XCmail 1.3 - with PGP support, PGP engine version 0.5 (FreeBSD) X-Mailerorigin: http://www.fsai.fh-trier.de/~schmitzj/Xclasses/XCmail/ MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.org/) Message-Id: <20020603152539.6040637B403@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I tried to compile XFree86-4 on i386 architecture with the following error> Checksum OK for xc/X420src-2.tgz. ===> XFree86-font100dpi-4.2.0 depends on executable: mkfontdir - found ===> XFree86-font100dpi-4.2.0 depends on executable: imake - found ===> XFree86-font100dpi-4.2.0 depends on shared library: X11.6 - found ===> Patching for XFree86-font100dpi-4.2.0 ===> Configuring for XFree86-font100dpi-4.2.0 (cd /usr/ports/x11-fonts/XFree86-4-font100dpi/work/xc/fonts/encodings && imake -DUseInstalled -DProjectRoot=/usr/X11R6 -I/usr/X11R6/lib/X11/config -DTOPDIR=../../.. -DCURDIR=.; make Makefiles ; make includes ; make depend) making Makefiles in large... including in ./large... depending in ./large... (cd /usr/ports/x11-fonts/XFree86-4-font100dpi/work/xc/fonts/bdf/100dpi && imake -DUseInstalled -DProjectRoot=/usr/X11R6 -I/usr/X11R6/lib/X11/config -DTOPDIR=../../.. -DCURDIR=.; make Makefiles ; make includes ; make depend) make: don't know how to make /usr/X11R6/bin/ucs2any.pl. Stop *** Error code 2 Stop in /usr/ports/x11-fonts/XFree86-4-font100dpi. *** Error code 1 Stop in /usr/ports/x11/XFree86-4. Any help appreciated sincerely Filippo 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 8:39:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.takas.lt (mail-src.takas.lt [212.59.31.78]) by hub.freebsd.org (Postfix) with ESMTP id 334AA37B403 for ; Mon, 3 Jun 2002 08:39:22 -0700 (PDT) Received: from 127.0.0.1 ([213.190.52.34]) by mail.takas.lt with Microsoft SMTPSVC(5.0.2195.2966); Mon, 3 Jun 2002 17:39:19 +0200 Date: Mon, 3 Jun 2002 17:40:08 +0200 From: Mindaugas X-Mailer: The Bat! (v1.44) UNREG / CD5BF9353B3B7091 Reply-To: Mindaugas Organization: Elektronikos Labirintai X-Priority: 3 (Normal) Message-ID: <15223062822.20020603174008@ella.lt> To: freebsd-questions@FreeBSD.ORG Subject: abuot console setings Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Jun 2002 15:39:19.0402 (UTC) FILETIME=[D36A84A0:01C20B14] Sender: owner-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, Is the posibility customize console settings to see biger resolution. For example 1024*768 or 800*600 (not XFree, but Freebsd when then the system starts) just like in some linux OS.. -- Best regards Mindaugas service@ella.lt 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 8:49: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by hub.freebsd.org (Postfix) with ESMTP id 80C7A37B400 for ; Mon, 3 Jun 2002 08:48:54 -0700 (PDT) Received: from user-119aekg.biz.mindspring.com ([66.149.58.144] helo=ns.flncs.com) by avocet.prod.itd.earthlink.net with esmtp (Exim 3.33 #2) id 17Eu4e-0005vR-00; Mon, 03 Jun 2002 08:48:48 -0700 Received: from mlevy.flncs.com (cylex [12.27.148.78]) by ns.flncs.com (Postfix) with ESMTP id 2A7E353C9; Mon, 3 Jun 2002 11:52:36 -0400 (EDT) Message-Id: <5.1.0.14.2.20020603115022.00aaec50@imap.flncs.com> X-Sender: moti@imap.flncs.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 03 Jun 2002 11:50:46 -0400 To: rahermon@iastate.edu From: Moti Levy Subject: Re: Cyrus-imapd with sendmail setup question Cc: In-Reply-To: <000001c20afe$e9262f80$8404a8c0@TheGetto> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 08:02 AM 6/3/2002 -0500, 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 > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message this is from the imap faq : "Edit /etc/sendmail.mc with care not to add extra spaces and add the following lines(do not copy and paste directly from this text as the tabs won't be added correctly): MAILER(local) MAILER(cyrus) define(`confLOCAL_MAILER',`cyrus') LOCAL_RULE_0 R$=N $: $#local $: $1 R$=N < @ $=w . > $: $#local $: $1 Rbb + $+ < @ $=w . > $#cyrusbb $: $1 Use tabs to separate the data (i.e. R$=N has three tabs between it and $: $#local $: $1) Then run: m4 sendmail.mc > sendmail.cf " have you done that ? 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 8:56: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc23.worldnet.att.net (mtiwmhc23.worldnet.att.net [204.127.131.48]) by hub.freebsd.org (Postfix) with ESMTP id F06A537B400 for ; Mon, 3 Jun 2002 08:55:55 -0700 (PDT) Received: from richardm ([12.76.226.58]) by mtiwmhc23.worldnet.att.net (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020603155555.KGAK5116.mtiwmhc23.worldnet.att.net@richardm> for ; Mon, 3 Jun 2002 15:55:55 +0000 Message-ID: <003801c20b17$9f407470$3ae24c0c@richardm> From: "Richard Mika" To: Subject: modem conf Date: Mon, 3 Jun 2002 10:59:07 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0033_01C20AED.AEEFC030" 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_0033_01C20AED.AEEFC030 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable What PCI modems run on freeBSD? I tried USR 5610B and can not install it = (sio: configured IRQ 3 not in bitmap of probed IRQ) Also the system hangs when installing software packages from CD using = reboot. What is the procedure to install? Is the number of packages to = be installed at one time limited? Thanks Richard ------=_NextPart_000_0033_01C20AED.AEEFC030 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
What PCI modems run on freeBSD? I tried = USR 5610B=20 and can not install it (sio: configured IRQ 3 not in bitmap of probed=20 IRQ)
 
Also the system hangs when installing software packages from CD = using=20 reboot. What is the procedure to install? Is the number of packages to = be=20 installed at one time limited?
 
 
Thanks
Richard
------=_NextPart_000_0033_01C20AED.AEEFC030-- 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 9: 7: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id C1A9D37B407 for ; Mon, 3 Jun 2002 09:06:56 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com; Mon, 3 Jun 2002 09:06:56 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: questions@FreeBSD.ORG Date: Mon, 3 Jun 2002 09:06:55 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Sendmail documentation Reply-To: pjklist@ekahuna.com Cc: Jonathan Chen In-reply-to: <20020601091305.C65031@grimoire.chen.org.nz> References: <20020531164927989.AAA467@empty1.ekahuna.com@pc02.ekahuna.com>; from pjklist@ekahuna.com on Fri, May 31, 2002 at 09:49:27AM -0700 X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020603160656215.AAA373@empty1.ekahuna.com@pc02.ekahuna.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 1 Jun 2002, at 9:13, Jonathan Chen boldly uttered: > On Fri, May 31, 2002 at 09:49:27AM -0700, Philip J. Koenig wrote: > > On 31 May 2002, at 18:17, Jonathan Chen boldly uttered: > > > [..] > > > You'll have to muddle thru /usr/share/sendmail/cf/README for an > > > explanation... It's a tough wade, 'though. > > > > > > Thanks Jonathan, that's helpful. For some reason the only file I had > > found with anything related was ..src/contrib/sendmail/RELEASE_NOTES. > > > > BTW, any reason why the doc files above don't seem to make it out of > > the src directory? Is that normal? > > Dunno. It's always been there for me, but then I'm running -STABLE. > Havent docs-all installed. FYI: It seems there is an HTML version of the cf/readme file up through 8.9.3. I found the text version that comes with the distro to be not well formatted for printing, and I spent so much time trying to re-format it, it was making me crazy. So this is helpful, at least it covers the important new anti-spam and relay etc rules: http://www.sendmail.org/m4/readme.html -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium 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 9:12: 5 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 4C18537B401 for ; Mon, 3 Jun 2002 09:12:00 -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 g53GBnU20807; Mon, 3 Jun 2002 12:11:49 -0400 Message-ID: <3CFB96A1.1000704@potentialtech.com> Date: Mon, 03 Jun 2002 12:17:37 -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: Peter Leftwich Cc: FreeBSD Questions LIST Subject: Re: LASTPOST, login/pam errors in triplicate References: <20020602191334.A1112-100000@66-75-1-142.san.rr.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 I don't know the answers to all your questions, but ... Peter Leftwich wrote: > Quick Q- When I login simultaneously to another ttyv, why does root on ttyv0 > see the errors below [in triplicate] Triplicate is generally because of the type of message. If you look in /etc/syslog.conf you'll see that some types of messages are logged to several places. console, root, and everyone, for example. If you're logged into the console as root, you get all three. > and shouldn't the 4.3 say 4.5?? Don't know. > 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 Have you been messing around with PAM? It sure looks like something in your pam.conf is boogered up. Did you maybe do an upgrade and not follow all steps (kernel, world, mergemaster)? I'm speculating, only because nobody else has answered. I don't know exactly what's wrong. -- 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 Mon Jun 3 9:43:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rtk1.rtk.net.pl (rtk1.rtk.net.pl [217.97.232.2]) by hub.freebsd.org (Postfix) with ESMTP id BCCD237B409 for ; Mon, 3 Jun 2002 09:43:16 -0700 (PDT) Received: from ember.rtk-local ([192.168.103.118]) by rtk1.rtk.net.pl with smtp (Exim 3.12 #1 (Debian)) id 17EuvN-0004nn-00 for ; Mon, 03 Jun 2002 18:43:17 +0200 Received: (qmail 2386 invoked by uid 1001); 3 Jun 2002 16:47:34 -0000 Date: Mon, 3 Jun 2002 18:47:34 +0200 From: Dominik Lupinski To: Mindaugas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: abuot console setings Message-ID: <20020603184733.A2329@ember.rtk-local> References: <15223062822.20020603174008@ella.lt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15223062822.20020603174008@ella.lt>; from service@ella.lt on Mon, Jun 03, 2002 at 05:40:08PM +0200 Organization: --t-r-a-n-s-h-u-m-a-n-s--> X-Operating-System: FreeBSD 4.5-STABLE X-PGP-key: http://venus.wsb-nlu.edu.pl/~dlupinsk/yhpx.asc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Jun 03, 2002 at 05:40:08PM +0200, Mindaugas wrote: Hi, > Is the posibility customize console settings to see biger > resolution. > For example 1024*768 or 800*600 (not XFree, but Freebsd when then > the system starts) just like in some linux OS.. In order to do that recompile your kernel with: options VESA options SC_PIXEL_MODE and then add one of those options from vidcontrol(1) to your /etc/rc.conf. This one is nice for instance -> allscreens_flags="-g 100x37 VESA_800x600" :) For further reading check syscons(4) out. -- 0A 0D 0A 2D 2D 20 0D 0A 44 6F 6D 69 6E 69 6B 20 ...-- ..Dominik 4C 75 70 69 6E 73 6B 69 20 2F 2F 20 79 68 70 78 Lupinski // yhpx 40 61 6C 70 68 61 2E 6E 65 74 2E 70 6C 0D 0A 2E @alpha.net.pl... 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 9:59:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from home.netbox.com (home.netbox.com [64.124.87.11]) by hub.freebsd.org (Postfix) with ESMTP id 7281337B400 for ; Mon, 3 Jun 2002 09:58:52 -0700 (PDT) Received: from Xbox (unknown [63.172.245.112]) by home.netbox.com (Postfix) with ESMTP id A044A62EC1 for ; Mon, 3 Jun 2002 09:59:02 -0700 (PDT) From: "Trey Griffin" To: Subject: Date: Mon, 3 Jun 2002 09:58:51 -0700 Message-ID: <000001c20b1f$f0278a10$70f5ac3f@Xbox> MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_NextPart_000_0001_01C20AE5.43CA38B0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0001_01C20AE5.43CA38B0 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0002_01C20AE5.43CA38B0" ------=_NextPart_001_0002_01C20AE5.43CA38B0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi I was just curious if Zend optimizer which works with php4 was going to be added to the ports list. Thank You, High End Web Solutions Outstanding Free Host Global Reach Inc. P.O. Box 11898 Zephyr Cove, NV. 89448 775.586.7154 ------=_NextPart_001_0002_01C20AE5.43CA38B0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi

 

I was just curious if Zend optimizer which works with = php4 was going to be added to the ports list.

 Thank You,

<http://www.globalreachinc.com&= gt; High End Web Solutions
<http://www.web1000.com> = Outstanding Free Host

Global Reach = Inc.
P.O. Box 11898
Zephyr Cove, NV. 89448
775.586.7154

 = ;

 

------=_NextPart_001_0002_01C20AE5.43CA38B0-- ------=_NextPart_000_0001_01C20AE5.43CA38B0 Content-Type: image/jpeg; name="image001.jpg" Content-Transfer-Encoding: base64 Content-ID: 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 NA0DQNA0DQNA0DQNB//Z ------=_NextPart_000_0001_01C20AE5.43CA38B0-- 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 10: 6:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtpout.mac.com (smtpout.mac.com [204.179.120.86]) by hub.freebsd.org (Postfix) with ESMTP id A204337B401 for ; Mon, 3 Jun 2002 10:06:43 -0700 (PDT) Received: from smtp-relay02-en1.mac.com (smtp-relay02-en1 [10.13.10.225]) by smtpout.mac.com (8.12.1/8.10.2/1.0) with ESMTP id g53H6hEM028719 for ; Mon, 3 Jun 2002 10:06:43 -0700 (PDT) Received: from asmtp01.mac.com (asmtp01-qfe3 [10.13.10.65]) by smtp-relay02-en1.mac.com (8.12.1/8.12.1/1.0) with ESMTP id g53H6cKs023116 for ; Mon, 3 Jun 2002 10:06:38 -0700 (PDT) Received: from localhost ([80.232.184.146]) by asmtp01.mac.com (Netscape Messaging Server 4.15) with ESMTP id GX53J100.H3X for ; Mon, 3 Jun 2002 10:06:37 -0700 Date: Mon, 3 Jun 2002 20:06:39 +0300 Mime-Version: 1.0 (Apple Message framework v481) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: connection drops after some time From: Roman Jasin To: freebsd-questions@FreeBSD.ORG Content-Transfer-Encoding: 7bit Message-Id: <44DAA887-7714-11D6-8349-00039345B18A@mac.com> X-Mailer: Apple Mail (2.481) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I guess the problem is my ISP, but I'm not sure about that. Plus those guys aren't very helpful, so I'm hoping to fix it w/o them. It proved to be the fastest path in the past. Here is what happening with my FreeBSD 4.5-STABLE box, running Apache, sshd, and sendmail. It becomes inaccessible from outside world after less than an hour if I'm not doing something on it. As soon as I access something from it, whether via http or simple ping, it comes back online and you can see it from the outside. It looks like it forgets ISP's default router address. APM is not an issue simply because it's disabled. I tried everything, even replacing the NIC and the box itself. I'm on RadioDSL with BreezeAccess antenna, and like I said I don't have problems with the accessing Internet. The problem is that the outside world can't 'see' my server if I don't access the Internet from it for a while. Hope it makes sense. Any help is very appreciated, -Roman 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 10: 7:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from css-1.cs.iastate.edu (css-1.cs.iastate.edu [129.186.3.24]) by hub.freebsd.org (Postfix) with ESMTP id 50F3437B400 for ; Mon, 3 Jun 2002 10:07:43 -0700 (PDT) Received: from RSS1 (testboy.cs.iastate.edu [129.186.3.99]) by css-1.cs.iastate.edu (8.9.0/8.9.0) with ESMTP id MAA16635; Mon, 3 Jun 2002 12:07:40 -0500 (CDT) From: "Ramon" To: "'Moti Levy'" Cc: Subject: RE: Cyrus-imapd with sendmail setup question Date: Mon, 3 Jun 2002 12:07:34 -0500 Message-ID: <000a01c20b21$28046c40$6303ba81@RSS1> 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: <5.1.0.14.2.20020603115022.00aaec50@imap.flncs.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mine looks like this. I went ahead I input the info you suggested anyways but same result. VERSIONID(`cyrus v2 sample configuration') OSTYPE(freebsd4) FEATURE(access_db, `hash -o -T /etc/mail/access') FEATURE(blacklist_recipients) FEATURE(local_lmtp) FEATURE(mailertable, `hash -o /etc/mail/mailertable') FEATURE(virtusertable, `hash -o /etc/mail/virtusertable') define(`confCW_FILE', `-o /etc/mail/local-host-names') define(`confBIND_OPTS', `-DNSRCH -DEFNAMES') define(`confTO_IDENT', `0') define(`confLOCAL_MAILER', `cyrus') FEATURE(`preserve_local_plus_detail') FEATURE(`nocanonify') FEATURE(`always_add_domain') MAILER(local) MAILER(smtp) MAILER_DEFINITIONS Mcyrus, P=[IPC], F=lsDFMnqA@/:|SmXz, E=\r\n, S=EnvFromL, R=EnvToL/HdrToL, T=DNS/RFC822/X-Unix, A=FILE /var/imap/socket/lmpt LOCAL_RULE_0 Rbb + $+ < @ $=w . > $#cyrus $: + $1 Thanks, Ramon > -----Original Message----- > From: Moti Levy [mailto:moti@flncs.com] > Sent: Monday, June 03, 2002 10:51 AM > To: rahermon@iastate.edu > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Cyrus-imapd with sendmail setup question > > > At 08:02 AM 6/3/2002 -0500, 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 > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > this is from the imap faq : > "Edit /etc/sendmail.mc with care not to add extra spaces and > add the following lines(do not copy and paste directly from > this text as the tabs won't be added correctly): > MAILER(local) > MAILER(cyrus) > define(`confLOCAL_MAILER',`cyrus') > LOCAL_RULE_0 > R$=N $: $#local $: $1 > R$=N < @ $=w . > $: $#local $: $1 > Rbb + $+ < @ $=w . > $#cyrusbb $: $1 > Use tabs to separate the data (i.e. R$=N has three tabs > between it and $: $#local $: $1) Then run: m4 sendmail.mc > > sendmail.cf > " > have you done that ? > > 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 10:52:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by hub.freebsd.org (Postfix) with ESMTP id 9A40837B404; Mon, 3 Jun 2002 10:52:23 -0700 (PDT) Received: from blossom.cjclark.org ([12.234.91.48]) by sccrmhc03.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020603175222.KGRJ20219.sccrmhc03.attbi.com@blossom.cjclark.org>; Mon, 3 Jun 2002 17:52:22 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g53HqKl38507; Mon, 3 Jun 2002 10:52:20 -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: Mon, 3 Jun 2002 10:52:20 -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: <20020603105220.A38492@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <20020602200539.A1206@encephalon.de> <3CFA84CF.E5AD5853@pantherdragon.org> <20020603071835.A894@encephalon.de> <20020602231706.K20911@blossom.cjclark.org> <20020603121853.B1685@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: <20020603121853.B1685@encephalon.de>; from plankalkuel@encephalon.de on Mon, Jun 03, 2002 at 12:18:53PM +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 12:18:53PM +0200, a.s.gruner wrote: > 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....) Might want to schedule a trip to the ophthalmologist. From natd(8), 1. You will need to adjust the /etc/rc.firewall script to taste. If you are not interested in having a firewall, the following lines will do: /sbin/ipfw -f flush /sbin/ipfw add divert natd all from any to any via ed0 /sbin/ipfw add pass all from any to any The second line depends on your interface (change `ed0' as appropri- ate). -- 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 Mon Jun 3 11: 9: 0 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 DD99537B400 for ; Mon, 3 Jun 2002 11:08:56 -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 g53Hr9L73792 for ; Mon, 3 Jun 2002 10:53:09 -0700 (PDT) Reply-To: From: "Admin/Manager" To: Subject: SSH PROTOCOL 2 Date: Mon, 3 Jun 2002 11:00:11 -0700 Message-ID: <000001c20b28$81b7d0e0$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 using freebsd 4.5 RELEASE and i tryied to make sshd_conf run protocol 2 only and now i get this error: login as: bozo otp-md5 412 la8195 ext S/Key Password: Then i try to enter a password and i get this error: Access denied bozo@199.199.199.199's password: Then i can enter my password and it works fine. 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 Mon Jun 3 11:13:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id 0B6B937B401 for ; Mon, 3 Jun 2002 11:13:10 -0700 (PDT) Received: from user-119aekg.biz.mindspring.com ([66.149.58.144] helo=ns.flncs.com) by swan.prod.itd.earthlink.net with esmtp (Exim 3.33 #2) id 17EwK8-000192-00; Mon, 03 Jun 2002 11:12:56 -0700 Received: from mlevy (cylex [12.27.148.78]) by ns.flncs.com (Postfix) with SMTP id 8A20353C8; Mon, 3 Jun 2002 14:16:41 -0400 (EDT) Message-ID: <006f01c20b2a$94b13a90$fd6e34c6@mlevy> From: "Moti Levy" To: , References: <000001c20b28$81b7d0e0$0264a8c0@3dmdomain.local> Subject: Re: SSH PROTOCOL 2 Date: Mon, 3 Jun 2002 14:14:56 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 it's right there in your sshd_config file # Uncomment to disable s/key passwords #ChallengeResponseAuthentication no ----- Original Message ----- From: "Admin/Manager" To: Sent: Monday, June 03, 2002 2:00 PM Subject: SSH PROTOCOL 2 > > I am using freebsd 4.5 RELEASE and i tryied to make sshd_conf run > protocol 2 only and now i get this error: > login as: bozo > otp-md5 412 la8195 ext > S/Key Password: > > > Then i try to enter a password and i get this error: > Access denied > bozo@199.199.199.199's password: > > Then i can enter my password and it works fine. > > Thank you > > Leroy > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 11:25:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rtk1.rtk.net.pl (rtk1.rtk.net.pl [217.97.232.2]) by hub.freebsd.org (Postfix) with ESMTP id E69C337B403 for ; Mon, 3 Jun 2002 11:25:16 -0700 (PDT) Received: from ember.rtk-local ([192.168.103.118]) by rtk1.rtk.net.pl with smtp (Exim 3.12 #1 (Debian)) id 17EwVy-0007tj-00 for ; Mon, 03 Jun 2002 20:25:10 +0200 Received: (qmail 3069 invoked by uid 1001); 3 Jun 2002 18:29:31 -0000 Date: Mon, 3 Jun 2002 20:29:31 +0200 From: Dominik Lupinski To: Admin/Manager Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SSH PROTOCOL 2 Message-ID: <20020603202930.A2998@ember.rtk-local> References: <000001c20b28$81b7d0e0$0264a8c0@3dmdomain.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000001c20b28$81b7d0e0$0264a8c0@3dmdomain.local>; from leroy@3dmasters.net on Mon, Jun 03, 2002 at 11:00:11AM -0700 Organization: --t-r-a-n-s-h-u-m-a-n-s--> X-Operating-System: FreeBSD 4.5-STABLE X-PGP-key: http://venus.wsb-nlu.edu.pl/~dlupinsk/yhpx.asc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Jun 03, 2002 at 11:00:11AM -0700, Admin/Manager wrote: [...] > otp-md5 412 la8195 ext > S/Key Password: > Then i try to enter a password and i get this error: > Access denied > bozo@199.199.199.199's password: > > Then i can enter my password and it works fine. /etc/ssh/sshd_config: [...] # Uncomment to disable s/key passwords #ChallengeResponseAuthentication no [...] -- 0A 0D 0A 2D 2D 20 0D 0A 44 6F 6D 69 6E 69 6B 20 ...-- ..Dominik 4C 75 70 69 6E 73 6B 69 20 2F 2F 20 79 68 70 78 Lupinski // yhpx 40 61 6C 70 68 61 2E 6E 65 74 2E 70 6C 0D 0A 2E @alpha.net.pl... 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 11:26:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out010.verizon.net (out010pub.verizon.net [206.46.170.133]) by hub.freebsd.org (Postfix) with ESMTP id 6959137B400 for ; Mon, 3 Jun 2002 11:26:33 -0700 (PDT) Received: from verizon.net ([141.150.214.76]) by out010.verizon.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20020603182632.QLWV5603.out010.verizon.net@verizon.net> for ; Mon, 3 Jun 2002 13:26:32 -0500 Date: Mon, 3 Jun 2002 14:30:55 -0400 From: jbw To: freebsd-questions@freebsd.org Subject: Creative SB PCI 512 Message-ID: <20020603143055.A798@unifex.verizon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Has anyone been able to get this card to work with FreeBSD yet? I searched the archives and saw some threads but no solutions to getting it to work under FreeBSD. Does anyone have any ideas on getting this card to work? I'm running 4.6-RC FreeBSD 4.6-RC #0: Sat Jun 1 12:43:51 EDT 2002. dmesg output pcm0: port 0x9800-0x981f irq 5 at device 11.0 on pci0 TIA jbw 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 11:34:59 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 5589637B401 for ; Mon, 3 Jun 2002 11:34:55 -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 g53IYsQW053525; Mon, 3 Jun 2002 12:34:54 -0600 (MDT) Message-Id: <200206031834.g53IYsQW053525@fedde.littleton.co.us> To: Roman Jasin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: connection drops after some time In-Reply-To: <44DAA887-7714-11D6-8349-00039345B18A@mac.com> From: Chris Fedde Date: Mon, 03 Jun 2002 12:34:54 -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 Mon, 3 Jun 2002 20:06:39 +0300 Roman Jasin wrote: +------------------ | I guess the problem is my ISP, but I'm not sure about that. Plus those | guys aren't very helpful, so I'm hoping to fix it w/o them. It proved to | be the fastest path in the past. | | Here is what happening with my FreeBSD 4.5-STABLE box, running Apache, | sshd, and sendmail. It becomes inaccessible from outside world after | less than an hour if I'm not doing something on it. As soon as I access | something from it, whether via http or simple ping, it comes back | online and you can see it from the outside. It looks like it forgets | ISP's default router address. APM is not an issue simply because it's | disabled. I tried everything, even replacing the NIC and the box itself. | I'm on RadioDSL with BreezeAccess antenna, and like I said I don't have | problems with the accessing Internet. The problem is that the outside | world can't 'see' my server if I don't access the Internet from it for a | while. | Hope it makes sense. | | Any help is very appreciated, +------------------ An obvious work around is to put something that tickles the net into crontab: */20 * * * * ping -c 3 www.myisp.com > /dev/null 2>&1 But that does not address the "real" problem. I suspect that it is a policy issue on the ISP or layer2 provider that is timing out your DSL virtual circuit. -- Chris Fedde 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 11:42:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtpout.mac.com (smtpout.mac.com [204.179.120.88]) by hub.freebsd.org (Postfix) with ESMTP id 0D77E37B40A for ; Mon, 3 Jun 2002 11:42:47 -0700 (PDT) Received: from smtp-relay.mac.com (smtp-relay01-en1 [10.13.10.224]) by smtpout.mac.com (8.12.1/8.10.2/1.0) with ESMTP id g53IgkO3029129 for ; Mon, 3 Jun 2002 11:42:46 -0700 (PDT) Received: from asmtp02.mac.com (asmtp02-qfe3 [10.13.10.66]) by smtp-relay.mac.com (8.12.1/8.12.1/1.0) with ESMTP id g53IgfrE010812 for ; Mon, 3 Jun 2002 11:42:41 -0700 (PDT) Received: from localhost ([80.232.184.146]) by asmtp02.mac.com (Netscape Messaging Server 4.15) with ESMTP id GX57Z400.D98; Mon, 3 Jun 2002 11:42:40 -0700 Date: Mon, 3 Jun 2002 21:42:41 +0300 Subject: Re: connection drops after some time Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v481) Cc: freebsd-questions@FreeBSD.ORG To: Chris Fedde From: Roman Jasin In-Reply-To: <200206031834.g53IYsQW053525@fedde.littleton.co.us> Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.481) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks Chris, I guess that's what I'll have to do. You wouldn't believe how incompetent some ISPs can be here (Latvia). I probably spend hours on the phone trying to get them to check whether they have a timeout setup. Thanks for your help, -Roman On Monday, June 3, 2002, at 09:34 PM, Chris Fedde wrote: > On Mon, 3 Jun 2002 20:06:39 +0300 Roman Jasin wrote: > +------------------ > | I guess the problem is my ISP, but I'm not sure about that. Plus > those > | guys aren't very helpful, so I'm hoping to fix it w/o them. It > proved to > | be the fastest path in the past. > | > | Here is what happening with my FreeBSD 4.5-STABLE box, running > Apache, > | sshd, and sendmail. It becomes inaccessible from outside world after > | less than an hour if I'm not doing something on it. As soon as I > access > | something from it, whether via http or simple ping, it comes back > | online and you can see it from the outside. It looks like it forgets > | ISP's default router address. APM is not an issue simply because it's > | disabled. I tried everything, even replacing the NIC and the box > itself. > | I'm on RadioDSL with BreezeAccess antenna, and like I said I don't > have > | problems with the accessing Internet. The problem is that the outside > | world can't 'see' my server if I don't access the Internet from it > for a > | while. > | Hope it makes sense. > | > | Any help is very appreciated, > +------------------ > > An obvious work around is to put something that tickles the net into > crontab: > > */20 * * * * ping -c 3 www.myisp.com > /dev/null 2>&1 > > But that does not address the "real" problem. I suspect that it is a > policy issue on the ISP or layer2 provider that is timing out your DSL > virtual circuit. > > -- > Chris Fedde > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 11:45:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.22.40]) by hub.freebsd.org (Postfix) with ESMTP id 61D7637B403 for ; Mon, 3 Jun 2002 11:45:38 -0700 (PDT) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.12.1/8.12.1) with ESMTP id g53IjanK554124; Mon, 3 Jun 2002 14:45:36 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <000001c20b28$81b7d0e0$0264a8c0@3dmdomain.local> References: <000001c20b28$81b7d0e0$0264a8c0@3dmdomain.local> Date: Mon, 3 Jun 2002 14:45:35 -0400 To: , From: Garance A Drosihn Subject: Re: SSH PROTOCOL 2 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: MIMEDefang 2.3 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 11:00 AM -0700 6/3/02, Admin/Manager wrote: > I am using freebsd 4.5 RELEASE and i tryied to make sshd_conf >run protocol 2 only and now i get this error: >login as: bozo >otp-md5 412 la8195 ext >S/Key Password: > > > Then i try to enter a password and i get this error: >Access denied >bozo@199.199.199.199's password: > >Then i can enter my password and it works fine. Check your sshd_conf for some lines that look like: # Change to no to disable s/key passwords #ChallengeResponseAuthentication no That second line is probably commented out in your sshd_conf file. See what happens if you un-comment it (ie, just remove the '#'). I think you're tripping over a minor bug in sshd, which is fixed in later versions. It thinks you want S/Key authentication, even though you're not set up for it. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 11:52:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14810.mail.yahoo.com (web14810.mail.yahoo.com [216.136.224.231]) by hub.freebsd.org (Postfix) with SMTP id C858937B406 for ; Mon, 3 Jun 2002 11:52:30 -0700 (PDT) Message-ID: <20020603185226.54752.qmail@web14810.mail.yahoo.com> Received: from [207.139.167.27] by web14810.mail.yahoo.com via HTTP; Mon, 03 Jun 2002 11:52:26 PDT Date: Mon, 3 Jun 2002 11:52:26 -0700 (PDT) From: Chris Appleton Subject: ipfw subnet reference To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've got a 4.4r bridge in front of a class c subnet 1.2.3.0/24 I had gotten some help on setting up a rule to segment a block of ip's within the class c. several mail hosts around the same ip segment. the rule i've implemented: add 00400 allow tcp from any to 1.2.3.224/27 8888 it loads fine but no traffic. if i use this instead: add 00410 allow tcp from any to 1.2.3.4 8888 'works All of my hosts use 255.255.255.0 to broadcast. I'm trying to use 1 rule to reference addresses .224 to .254 Any thoughts? 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 Mon Jun 3 12: 9: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from quebec.procergs.com.br (quebec.procergs.com.br [200.198.128.236]) by hub.freebsd.org (Postfix) with ESMTP id A2C3537B409 for ; Mon, 3 Jun 2002 12:08:57 -0700 (PDT) Received: from localhost.localdomain (unknown [172.28.6.9]) by quebec.procergs.com.br (Postfix) with ESMTP id 269DCD590A for ; Mon, 3 Jun 2002 16:08:47 -0300 (BRT) Subject: nscd From: O Senhor To: FreeBSD-questions Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 03 Jun 2002 16:08:14 -0300 Message-Id: <1023131294.25407.58.camel@ws-tor-0004> 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 Hi, The nscd (name server cache daemon) is a standalone program, or it is executed by named, or another software? I'm looking for the programs that are running in my server, and sometime i saw the nscd program, but i do not find the software. Where is it? Thanks! -- ----------------------------------------------------------------- thesirbr O Senhor do Brasil. ----------------------------------------------------------------- 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 12:11:15 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 5FBAA37B400 for ; Mon, 3 Jun 2002 12:11:10 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.12.2/8.12.3) id g53JB68i044761; Mon, 3 Jun 2002 14:11:06 -0500 (CDT) (envelope-from dan) Date: Mon, 3 Jun 2002 14:11:06 -0500 From: Dan Nelson To: O Senhor Cc: FreeBSD-questions Subject: Re: nscd Message-ID: <20020603191104.GA91182@dan.emsphone.com> References: <1023131294.25407.58.camel@ws-tor-0004> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1023131294.25407.58.camel@ws-tor-0004> 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 03), O Senhor said: > Hi, > The nscd (name server cache daemon) is a standalone program, or it is > executed by named, or another software? I'm looking for the programs > that are running in my server, and sometime i saw the nscd program, but > i do not find the software. Where is it? FreeBSD does not have an nscd. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 12:21:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from intelli2.ezworks.net (mail.ezworks.net [63.238.60.5]) by hub.freebsd.org (Postfix) with ESMTP id 01AC137B401 for ; Mon, 3 Jun 2002 12:21:23 -0700 (PDT) Received: from [63.238.60.24] by intelli2.netwzrd.net (NTMail 4.30.0013/NU3336.00.28fc2157) with ESMTP id jyospdaa for ; Mon, 3 Jun 2002 15:21:17 -0400 From: "Mike Tindall" To: Subject: Mail Server Newbie Recommendations Date: Mon, 3 Jun 2002 15:28:05 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I built a FreeBSD 4.5 box that I would like to use for a mail server. Does anyone have any recommendations for a mail server package that would work well with the following features: POP/SMTP Ability to use SPAM filtering services Virtual Domains < 25 accounts < 5 domains Easy to configure I have experience using FreeBSD for web hosting and DNS but never for mail hosting. Since this is my first time trying this I would like something with a lot of documentation to follow. If there any books or HowTo's that are out there I would be interested in hearing about them as well. Thank you in advance, Mike Tindall 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 12:24: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.ruraltel.net (mail1.ruraltel.net [24.225.0.34]) by hub.freebsd.org (Postfix) with ESMTP id 0EEBB37B420 for ; Mon, 3 Jun 2002 12:23:53 -0700 (PDT) Received: (from root@localhost) by mail1.ruraltel.net (8.11.6/8.11.6) id g53JNfi23015 for freebsd-questions@freebsd.org; Mon, 3 Jun 2002 14:23:41 -0500 Received: from darryl (p189n31.ruraltel.net [24.225.31.189]) by mail1.ruraltel.net (8.11.6/8.11.6) with SMTP id g53JNd122973 for ; Mon, 3 Jun 2002 14:23:40 -0500 Reply-To: From: "Darryl Hoar" To: Subject: RE: IPFILTER & FTP Date: Mon, 3 Jun 2002 14:29:32 -0500 Message-ID: <005501c20b34$fd329230$0701a8c0@darryl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20020531215818.B36456@prioris.mini.pw.edu.pl> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 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 >From: Grzegorz Czaplinski [mailto:gregory@prioris.mini.pw.edu.pl] >In /etc/ipnat.rules you should have an entry: >map fxp0 192.168.1.0/24 -> external/32 proxy port ftp ftp/tcp > >Where fxp0 is your extrenal interface, 192.168.1.0/24 local network, >and external is external interface. > >Put this rule before those two: >map fxp0 192.168.1.0/24 -> external/32 portmap tcp/udp 20000:30000 >map fxp0 192.168.1.0/24 -> external/32 > >That should help. Have fun. >Regards, > gregory > >On Fri, May 31, 2002 at 01:55:33PM -0500, Darryl Hoar wrote: >> Greetings, >> I have a 4.5 box setup running IPFilter. It is the firewall >to my LAN, and >> also does NAT. >> >> The problem I have is when I try to ftp to a server, it logs >me in OK to the >> ftp> prompt. >> When I do an ls, it >> 220 Entering Passive Mode (my private ip 192.168.1,101) >> and just hangs. >> >> Do I need to add a rule in my IPFilters on my firewall to >allow my computer >> to ftp >> another computer (on the internet)? >> >> Any ideas? >> >> thanks, >> Darryl Well, I checked my ipf.rules file and my out bound and inbound have keep state. I have tried putting: map xl0 0/0 -> 0/32 proxy port 21 ftp/tcp in my ipnat.rules file. When I do this, I can ftp passive into a machine when logged into my firewall. From any other machine on my network, no joy. If I replace that with: map xl0 192.168.1.0/24 -> 0/32 proxy port ftp ftp/tcp I can't ftp even from the firewall. I have double checked my ipf.rules and they look right. What am I missing here? thanks for any ideas, Darryl 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 12:26: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from intergate.sdccd.cc.ca.us (intergate.sdccd.cc.ca.us [209.129.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 0269537B405 for ; Mon, 3 Jun 2002 12:25:54 -0700 (PDT) Received: from ntxdistrict.sdccd.cc.ca.us (ntxdistrict.sdccd.cc.ca.us [10.1.100.1]) by intergate.sdccd.cc.ca.us (8.9.1a/8.9.1) with ESMTP id MAA10313; Mon, 3 Jun 2002 12:25:13 -0700 (PDT) Received: by ntxdistrict.sdccd.cc.ca.us with Internet Mail Service (5.5.2654.89) id ; Mon, 3 Jun 2002 12:24:35 -0700 Message-ID: From: Erin Fortenberry To: "'Mike Tindall'" , FreeBSD-Questions@FreeBSD.ORG Subject: RE: Mail Server Newbie Recommendations Date: Mon, 3 Jun 2002 12:24:31 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.89) 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 would think that it would depend on what you had going already. You might look at something like; http://matt.simerson.net/computing/qmail.toaster.shtml Erin > -----Original Message----- > From: Mike Tindall [mailto:lists@netwzrd.net] > Sent: Monday, June 03, 2002 12:28 PM > To: FreeBSD-Questions@FreeBSD.ORG > Subject: Mail Server Newbie Recommendations > > > Hi all, > > I built a FreeBSD 4.5 box that I would like to use for a mail > server. Does > anyone have any recommendations for a mail server package > that would work > well with the following features: > > POP/SMTP > Ability to use SPAM filtering services > Virtual Domains > < 25 accounts > < 5 domains > Easy to configure > > I have experience using FreeBSD for web hosting and DNS but > never for mail > hosting. Since this is my first time trying this I would > like something > with a lot of documentation to follow. If there any books or > HowTo's that > are out there I would be interested in hearing about them as well. > > Thank you in advance, > > Mike Tindall > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 12:28:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from intergate.sdccd.cc.ca.us (intergate.sdccd.cc.ca.us [209.129.16.2]) by hub.freebsd.org (Postfix) with ESMTP id A005C37B403 for ; Mon, 3 Jun 2002 12:28:13 -0700 (PDT) Received: from ntxdistrict.sdccd.cc.ca.us (ntxdistrict.sdccd.cc.ca.us [10.1.100.1]) by intergate.sdccd.cc.ca.us (8.9.1a/8.9.1) with ESMTP id MAA10459; Mon, 3 Jun 2002 12:27:33 -0700 (PDT) Received: by ntxdistrict.sdccd.cc.ca.us with Internet Mail Service (5.5.2654.89) id ; Mon, 3 Jun 2002 12:26:55 -0700 Message-ID: From: Erin Fortenberry To: "'Mike Tindall'" , FreeBSD-Questions@FreeBSD.ORG Subject: RE: Mail Server Newbie Recommendations Date: Mon, 3 Jun 2002 12:26:48 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.89) 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 think this is a better URL; http://matt.simerson.net/computing/mail/ Erin > -----Original Message----- > From: Erin Fortenberry > Sent: Monday, June 03, 2002 12:25 PM > To: 'Mike Tindall'; FreeBSD-Questions@FreeBSD.ORG > Subject: RE: Mail Server Newbie Recommendations > > > I would think that it would depend on what you had going already. > > You might look at something like; > > http://matt.simerson.net/computing/qmail.toaster.shtml > > > Erin > > > > > > -----Original Message----- > > From: Mike Tindall [mailto:lists@netwzrd.net] > > Sent: Monday, June 03, 2002 12:28 PM > > To: FreeBSD-Questions@FreeBSD.ORG > > Subject: Mail Server Newbie Recommendations > > > > > > Hi all, > > > > I built a FreeBSD 4.5 box that I would like to use for a mail > > server. Does > > anyone have any recommendations for a mail server package > > that would work > > well with the following features: > > > > POP/SMTP > > Ability to use SPAM filtering services > > Virtual Domains > > < 25 accounts > > < 5 domains > > Easy to configure > > > > I have experience using FreeBSD for web hosting and DNS but > > never for mail > > hosting. Since this is my first time trying this I would > > like something > > with a lot of documentation to follow. If there any books or > > HowTo's that > > are out there I would be interested in hearing about them as well. > > > > Thank you in advance, > > > > Mike Tindall > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 12:31:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14106.mail.yahoo.com (web14106.mail.yahoo.com [216.136.172.136]) by hub.freebsd.org (Postfix) with SMTP id 3871137B405 for ; Mon, 3 Jun 2002 12:31:29 -0700 (PDT) Message-ID: <20020603193129.41676.qmail@web14106.mail.yahoo.com> Received: from [209.105.201.115] by web14106.mail.yahoo.com via HTTP; Mon, 03 Jun 2002 12:31:29 PDT Date: Mon, 3 Jun 2002 12:31:29 -0700 (PDT) From: "K. Greenwood" Subject: Re: Dual Natd? To: Chris Fedde , Mark-Nathaniel Weisman Cc: questions@FreeBSD.ORG In-Reply-To: <200206020519.g525JbQW046982@fedde.littleton.co.us> 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 --- Chris Fedde wrote: > On Sat, 01 Jun 2002 10:55:10 -0800 Mark-Nathaniel > Weisman wrote: > +------------------ > | I want to be able to use multiple external cards > for natd to a singular > | internal card. How is this done? In the rc.conf > file I've added a singular > | line for the natd > +------------------ > > You may choose to use an IP address in place of an > interface name. > This causes the rc.network script to use it as the > alias address > for all packets passed to nat by the firewall rules. > The address > will be the source address for all packets that are > passed to nat > regardless of their origin interface. Things will > get decidedly > more complex if you need two independent nat groups > on one FreeBSD > box. At some point the pre-set options offered by > rc.network and > rc.firewall using rc.config variables will break > down and you will > need to write your own startup scripts. > > -- > Chris Fedde Sorry to barge in on the conversation, but it seems to have stagnated, and this topic does hold some interest to me. Do you know of any documents that have a bit of detail regarding running NATD on two completely different external interfaces which will allow access to an internal network via a third NIC? I am likely to need such a configuration in the foreseeable future. Any direction would be apprieciated, and let it be known that I am a significant newbie. Thanks for taking the time to read this message. Keith __________________________________________________ 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 12:45:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from interset.ru (interset.rmt.ru [194.67.161.86]) by hub.freebsd.org (Postfix) with SMTP id A6F5037B400 for ; Mon, 3 Jun 2002 12:44:46 -0700 (PDT) Received: (qmail 28672 invoked from network); 3 Jun 2002 19:52:20 -0000 Received: from ppp21.alpha.interset.ru (HELO Sender) (194.67.152.82) by alpha.interset.ru with SMTP; 3 Jun 2002 19:52:09 -0000 From: Dmitriy To: "" <> Subject: Wish tree - best gift HKZJWSDLUQ Reply-To: dimsonet@mtu-net.ru X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-Priority: 3 X-MSMail-Priority: Normal Mime-Version: 1.0 Content-Type: multipart/related; boundary="= Multipart Boundary 0603022344" Date: Mon, 3 Jun 2002 23:44:41 +0400 Message-Id: <20020603194446.A6F5037B400@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multipart MIME message. --= Multipart Boundary 0603022344 Content-Type: text/html; charset="Windows-1251" Content-Transfer-Encoding: 7bit This is HTML source of message you composed. Do not modify here. To modify this message press HTML Messages Editor button. Post Message

Êîìïîçèöèÿ èç íàòóðàëüíûõ ñóõîöâåòîâ

«Äðåâî æåëàíèé»

Êîìïîçèöèÿ ïðåäñòàâëÿåò ñîáîé íåáîëüøîå äåðåâöå, êðîíà êîòîðîãî îôîðìëåíà êðàñî÷íûìè ñóõîöâåòàìè, à ñòâîë çàêðåïë¸í â äåêîðàòèâíîì êàøïî, èçãîòîâëåííîì èç êîðû äåðåâà.

Êîìïîçèöèè ñîçäàþòñÿ ðóêàìè íàøèõ ñïåöèàëèñòîâ ïî Ôèòîäèçàéíó è Àðàíæèðîâêå, è èìåííî ïîýòîìó, äåðåâöà îáëàäàþò îñîáîé ýñòåòè÷åñêîé öåííîñòüþ.

Äðåâî æåëàíèé ñòàíåò ïðèÿòíûì ïîäàðêîì Âàøèì áëèçêèì, äðóçüÿì èëè óêðàñèò Âàøå ðàáî÷åå ìåñòî, äîì. Êîìïîçèöèÿ ïðåîáðàçèò ëþáîé èíòåðüåð, îæèâëÿÿ åãî è íàïîëíÿÿ òåïëîòîé, ïðèäàñò îñîáûé êîëîðèò è ñîçäàñò íàñòðîåíèå.

Äîïîëíèòåëüíàÿ èíôîðìàöèÿ

Ïðè ñîçäàíèè äåðåâöà èñïîëüçóþòñÿ íàòóðàëüíûå ìàòåðèàëû âåäóùèõ ìèðîâûõ ïðîèçâîäèòåëåé, êîìïîçèöèÿ äîëãî ñîõðàíÿþò ñâîþ äåêîðàòèâíîñòü, ÷òî ïîçâîëÿåò åé äëèòåëüíîå âðåìÿ ðàäîâàòü Âàñ è Âàøèõ áëèçêèõ. Êîìïîçèöèè ìîãóò áûòü âûïîëíåíû â ðàçëè÷íîé öâåòîâîé ãàììå è ñ èñïîëüçîâàíèåì êåðàìè÷åñêîãî ãîðøî÷êà.

Ðàçìåðû êîìïîçèöèè: âûñîòà - 26ñì, äèàì. êðîíû - 14ñì, âåñ - 150ã

Ñòîèìîñòü êîìïîçèöèè - 395 ðóáëåé (âêëþ÷àÿ ñòîèìîñòü äîñòàâêè)


Òåëåôîí (095) 168-93-79

Ìîá. òåë (902) 61-777-63

E-mail: dimsonet@mtu-net.ru

Ìåíåäæåð Ïëåòí¸â Äìèòðèé


Ìû âñåãäà ðàäû ïðèíÿòü Âàø çâîíîê è

äîñòàâèòü êîìïîçèöèþ â ïðåäåëàõ Ìîñêâû ;)


[H82K117Z112J77W100S91D78L86U94Q84J78C69W90U87S87L80F74E72] --= Multipart Boundary 0603022344 Content-Type: image/jpeg; name="___WishTree.jpg" Content-Transfer-Encoding: base64 Content-ID: /9j/4AAQSkZJRgABAQAAAQABAAD/2wBDABQODxIPDRQSEBIXFRQYHjIhHhwc Hj0sLiQySUBMS0dARkVQWnNiUFVtVkVGZIhlbXd7gYKBTmCNl4x9lnN+gXz/ 2wBDARUXFx4aHjshITt8U0ZTfHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8 fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHz/wgARCAFLANMDASIAAhEBAxEB/8QA GgABAAMBAQEAAAAAAAAAAAAAAAIDBAEFBv/EABgBAQEBAQEAAAAAAAAAAAAA AAABAgME/9oADAMBAAIQAxAAAAH2QAAADhyui6W5XK5m51QAAAAAAADg64O8 7Ez+ff5+O3qvM2Mb8/I3n6DOq+WHXU0BNyJNzqgAMW2pMmz5+9PQqjX5+sbf OdpdXCc6rI1How7q15stU6M2W/JdWuWe40ndAUARO15rc3Fl3djBdZWkkM06 z9Xzb5y01VbWsd9OPc1p8S3VySTywrW9m0xqlzu4CqrRjr3s68Pu/C6KuJY1 21sSsyrz9arztS28hCalq8r0N89dEKo3crn5+lurI1nZLz7u2dbiuhed5UW5 a2Lko24s2qPa97O91xs5fnslXJpG22vl6OS5yatuo5OG2Waqzddl1msbjneL 5+XTjx6IbPP0s3095njU9C7XTw7rqZbM2/PnNErNe8YtMtkvnQ9XyiqcrLmn VPrV+mu7UChwrxacvPdfLMuVmnzLenP3o+LRq7fPlHn6Nmrx588334Ld59Or NXvG/DfPPXkbZuFV3YzXdefVuTFcqWy1ws7Jmx+n5sZa9eW5r52zW6rK7J0q ldokpdrm65J9eHdeH0ed12UX3OerZWrTj110U50Ql3kebj9Kee3nw32zj4l+ iOOl86tG8+TD0InIaKePXFoh3qnbG2877qtNxCzrchMUAABzo5Xayy3zS5+3 x1MLuI1rJ5Z+7KePSuWjL35bumqAAAAAAAA50ef52/BGvTk1JtjMvIzAUAAA AAAAAB5GbVmizXk0p6QtAAAAAAAAAORJscZKMttJZp8/Qe2xW1oVzXoAAAAA AFUvDjbjr5mHFTR6V9TOd5IlrwLfcv8AL9AsFAAAAAU+N7njSwjfzKrt3UzL 4LXyzlsFtaQnydaPSwelJIaAAAAAc8T2/ElsjKOb2cJCqytZ030E6rK7OWR6 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 dj+yAUk9Sp/xzKFsaEeiAL+hH6H/2Q== --= Multipart Boundary 0603022344-- 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 12:58:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 76FF037B405 for ; Mon, 3 Jun 2002 12:58:48 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g53JuJi79265; Mon, 3 Jun 2002 16:56:19 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Mon, 3 Jun 2002 16:56:19 -0300 (ART) From: Fernando Gleiser X-X-Sender: To: Darryl Hoar Cc: Subject: RE: IPFILTER & FTP In-Reply-To: <005501c20b34$fd329230$0701a8c0@darryl> Message-ID: <20020603165222.R78390-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 On Mon, 3 Jun 2002, Darryl Hoar wrote: > > Well, > I checked my ipf.rules file and my out bound and inbound have > keep state. I have tried putting: > map xl0 0/0 -> 0/32 proxy port 21 ftp/tcp > in my ipnat.rules file. When I do this, I can ftp passive into > a machine when logged into my firewall. From any other machine > on my network, no joy. > > If I replace that with: > map xl0 192.168.1.0/24 -> 0/32 proxy port ftp ftp/tcp > I can't ftp even from the firewall. I have double checked my > ipf.rules and they look right. What am I missing here? Post the following: 1. Your ipnat.rules file. 2. your ipf.rules file. 3. The output of a 'sysctl net.inet' You can also try flushing the ipf rules, to check if the ftp transfer gets blocked by some ipf rule. Load them as soon as you finish the test. Fer > > thanks for any ideas, > Darryl > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 13:16:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.ruraltel.net (mail1.ruraltel.net [24.225.0.34]) by hub.freebsd.org (Postfix) with ESMTP id 5BC1A37B406 for ; Mon, 3 Jun 2002 13:16:21 -0700 (PDT) Received: (from root@localhost) by mail1.ruraltel.net (8.11.6/8.11.6) id g53KG9916145 for freebsd-questions@freebsd.org; Mon, 3 Jun 2002 15:16:09 -0500 Received: from darryl (p189n31.ruraltel.net [24.225.31.189]) by mail1.ruraltel.net (8.11.6/8.11.6) with SMTP id g53KG7I16126 for ; Mon, 3 Jun 2002 15:16:08 -0500 Reply-To: From: "Darryl Hoar" To: Subject: RE: IPFILTER & FTP Date: Mon, 3 Jun 2002 15:22:00 -0500 Message-ID: <005801c20b3c$51a07a10$0701a8c0@darryl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20020603165222.R78390-100000@localhost> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 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 From: Fernando Gleiser [mailto:fgleiser@cactus.fi.uba.ar] >Subject: RE: IPFILTER & FTP > > >On Mon, 3 Jun 2002, Darryl Hoar wrote: > >> >> Well, >> I checked my ipf.rules file and my out bound and inbound have >> keep state. I have tried putting: >> map xl0 0/0 -> 0/32 proxy port 21 ftp/tcp >> in my ipnat.rules file. When I do this, I can ftp passive into >> a machine when logged into my firewall. From any other machine >> on my network, no joy. >> >> If I replace that with: >> map xl0 192.168.1.0/24 -> 0/32 proxy port ftp ftp/tcp >> I can't ftp even from the firewall. I have double checked my >> ipf.rules and they look right. What am I missing here? > >Post the following: > >1. Your ipnat.rules file. >2. your ipf.rules file. >3. The output of a 'sysctl net.inet' > >You can also try flushing the ipf rules, to check if the ftp >transfer gets >blocked by some ipf rule. Load them as soon as you finish the test. > > > Fer OK, here are the ipf.rules, and ipnat.rules ipf.rules: ################################################################ # Outside Interface ################################################################ #--------------------------------------------------------------- # Allow out all TCP, UDP and ICMP traffic & keep state on it # so that it's allowed back in. #--------------------------------------------------------------- pass out quick on xl0 proto tcp from any to any keep state pass out quick on xl0 proto udp from any to any keep state pass out quick on xl0 proto icmp from any to any keep state block out quick on xl0 all #-------------------------------------------------------------- # Allow bootp traffic in from your ISP's DHCP server only #-------------------------------------------------------------- pass in quick on xl0 proto udp from 10.0.0.1/32 to any port = 68 keep state #----------------------------------------------------------------------- # Block and log all remaining traffic coming into the firewall # - Block TCP with a RST (to make it appear as if the service isn't listening # - Block UDP with an ICMP Port Unreachable (make it appear as if it isn't # listening) # - Block all remaining traffic the good 'ol fashioned way #------------------------------------------------------------------------ block return-rst in log quick on xl0 proto tcp from any to any block return-icmp-as-dest(port-unr) in log quick on xl0 proto udp from any to an y block in log quick on xl0 all ########################################################################## # Inside Interface ########################################################################## #------------------------------------------------------------------------- # Allow out all TCP, UDP, and ICMP traffic & keep state #------------------------------------------------------------------------- pass out quick on xl1 proto tcp from any to any keep state pass out quick on xl1 proto udp from any to any keep state pass out quick on xl1 proto icmp from any to any keep state block out quick on xl1 all #------------------------------------------------------------------------ # Allow in all TCP, UDP and ICMP traffic and keep state #------------------------------------------------------------------------ pass in quick on xl1 proto tcp from any to any keep state pass in quick on xl1 proto udp from any to any keep state pass in quick on xl1 proto icmp from any to any keep state block in quick on xl1 all ######################################################################## # Loopback Interface ######################################################################## #---------------------------------------------------------------------- # Alow everything to/from your loopback interface so you # can ping yourself (e.g ping localhost) #--------------------------------------------------------------------- pass in quick on lo0 all pass out quick on lo0 all ipnat.rules: map xl0 192.168.1.0/24 -> 0/32 proxy port ftp ftp/tcp map xl0 192.168.1.0/24 -> 0/32 output of sysctl net.inet: net.inet.ip.portrange.lowfirst: 1023 net.inet.ip.portrange.lowlast: 600 net.inet.ip.portrange.first: 1024 net.inet.ip.portrange.last: 5000 net.inet.ip.portrange.hifirst: 49152 net.inet.ip.portrange.hilast: 65535 net.inet.ip.forwarding: 1 net.inet.ip.redirect: 1 net.inet.ip.ttl: 64 net.inet.ip.rtexpire: 3600 net.inet.ip.rtminexpire: 10 net.inet.ip.rtmaxcache: 128 net.inet.ip.sourceroute: 0 net.inet.ip.intr_queue_maxlen: 50 net.inet.ip.intr_queue_drops: 0 net.inet.ip.accept_sourceroute: 0 net.inet.ip.fastforwarding: 0 net.inet.ip.keepfaith: 0 net.inet.ip.gifttl: 30 net.inet.ip.subnets_are_local: 0 net.inet.ip.maxfragpackets: 256 net.inet.ip.check_interface: 0 net.inet.icmp.maskrepl: 0 net.inet.icmp.icmplim: 200 net.inet.icmp.drop_redirect: 0 net.inet.icmp.log_redirect: 0 net.inet.icmp.bmcastecho: 0 net.inet.tcp.rfc1323: 1 net.inet.tcp.rfc1644: 0 net.inet.tcp.mssdflt: 512 net.inet.tcp.keepidle: 7200000 net.inet.tcp.keepintvl: 75000 net.inet.tcp.sendspace: 32768 net.inet.tcp.recvspace: 65536 net.inet.tcp.keepinit: 75000 net.inet.tcp.delacktime: 100 net.inet.tcp.v6mssdflt: 1024 net.inet.tcp.log_in_vain: 0 net.inet.tcp.blackhole: 0 net.inet.tcp.delayed_ack: 1 net.inet.tcp.tcp_lq_overflow: 1 net.inet.tcp.path_mtu_discovery: 1 net.inet.tcp.slowstart_flightsize: 1 net.inet.tcp.local_slowstart_flightsize: 65535 net.inet.tcp.newreno: 1 net.inet.tcp.tcbhashsize: 512 net.inet.tcp.do_tcpdrain: 1 net.inet.tcp.pcbcount: 2 net.inet.tcp.icmp_may_rst: 1 net.inet.tcp.strict_rfc1948: 0 net.inet.tcp.isn_reseed_interval: 0 net.inet.tcp.msl: 30000 net.inet.tcp.always_keepalive: 1 net.inet.udp.checksum: 1 net.inet.udp.maxdgram: 9216 net.inet.udp.recvspace: 42080 net.inet.udp.log_in_vain: 0 net.inet.udp.blackhole: 0 net.inet.ipf.fr_flags: 0 net.inet.ipf.fr_pass: 513 net.inet.ipf.fr_active: 0 net.inet.ipf.fr_tcpidletimeout: 864000 net.inet.ipf.fr_tcpclosewait: 480 net.inet.ipf.fr_tcplastack: 480 net.inet.ipf.fr_tcptimeout: 480 net.inet.ipf.fr_tcpclosed: 120 net.inet.ipf.fr_tcphalfclosed: 14400 net.inet.ipf.fr_udptimeout: 240 net.inet.ipf.fr_icmptimeout: 120 net.inet.ipf.fr_defnatage: 1200 net.inet.ipf.fr_ipfrttl: 120 net.inet.ipf.ipl_unreach: 13 net.inet.ipf.fr_running: 1 net.inet.ipf.fr_authsize: 32 net.inet.ipf.fr_authused: 0 net.inet.ipf.fr_defaultauthage: 600 net.inet.ipf.fr_chksrc: 0 net.inet.ipf.ippr_ftp_pasvonly: 0 net.inet.ipf.fr_minttl: 3 net.inet.ipf.fr_minttllog: 1 net.inet.accf.unloadable: 0 net.inet.raw.maxdgram: 8192 net.inet.raw.recvspace: 8192 not sure what all that means. -Darryl 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 13:25:32 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 0350F37B401 for ; Mon, 3 Jun 2002 13:25:28 -0700 (PDT) Received: by mail.halplant.com (Postfix, from userid 1001) id 039CD1DF; Mon, 3 Jun 2002 16:25:26 -0400 (EDT) Date: Mon, 3 Jun 2002 16:25:26 -0400 From: Andrew J Caines To: "'FreeBSD-Questions@freebsd.org'" Subject: Re: CVS Message-ID: <20020603202526.GA6583@hal9000.halplant.com> Reply-To: Andrew J Caines Mail-Followup-To: "'FreeBSD-Questions@freebsd.org'" References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.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 Joe, > I know the basics of using CVS but I've never configured a CVS > server before. I'm not asking for any HOWTO's If you're using CVS pserver, it's as simple as uncommenting and filling in the line for cvspserver in inetd.conf. > but I was wondering if there were any minimum hardware requirements for > what I want to do CVS imports involve heavy I/O which get buffered in temp space on the server, so like with so many things, the more memory and faster storage, the better. Note that the temp space is /tmp by default, so either have a large mfs of md on /tmp for best performance or switch it to disk on /var/tmp by adding "-T/var/tmp". Note the lack of space there - this was an issue, though I'm not sure if it still is. > and if anyone had any recommendations as far as what ports in > /usr/ports/devel I should install for this. No ports need for running a pserver or using CVS over ssh or rsh, however there are some CVS tools such as cvsweb which you may like. > Some documentation references would be helpful too. The CVS site has good docs - http://www.cvshome.org/ > This message and any included attachments are... ...published material as soon as you post it to a public forum. -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 Mon Jun 3 13:26:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mhzdesign.com (grandcentral.mhzdesign.com [216.234.38.227]) by hub.freebsd.org (Postfix) with SMTP id 183DC37B401 for ; Mon, 3 Jun 2002 13:26:28 -0700 (PDT) Received: (qmail 21720 invoked from network); 3 Jun 2002 20:26:22 -0000 Received: from unknown (HELO ?192.168.1.200?) (216.234.38.226) by 0 with SMTP; 3 Jun 2002 20:26:22 -0000 User-Agent: Microsoft-Entourage/9.0.2.4011 Date: Mon, 03 Jun 2002 16:26:21 -0400 Subject: Re: Mail Server Newbie Recommendations From: Rob Gridley To: freebsd questions List 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 Me too! http://inter7.com/vpopmail/ /usr/ports/mail/vpopmail Rob Gridley | 416.626.1777 System Administrator | rob@mhzdesign.com MHz Design Communications | http://www.mhzdesign.com On 6/3/02 3:28 PM, "Mike Tindall" wrote: > Hi all, > > I built a FreeBSD 4.5 box that I would like to use for a mail server. Does > anyone have any recommendations for a mail server package that would work > well with the following features: > > POP/SMTP > Ability to use SPAM filtering services > Virtual Domains > < 25 accounts > < 5 domains > Easy to configure > > I have experience using FreeBSD for web hosting and DNS but never for mail > hosting. Since this is my first time trying this I would like something > with a lot of documentation to follow. If there any books or HowTo's that > are out there I would be interested in hearing about them as well. > > Thank you in advance, > > Mike Tindall > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 13:28:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from box.vrn.ru (box.vrn.ru [195.98.64.73]) by hub.freebsd.org (Postfix) with ESMTP id 7B95E37B408; Mon, 3 Jun 2002 13:27:59 -0700 (PDT) Received: from [195.98.67.7] (HELO Sender) by box.vrn.ru (CommuniGate Pro SMTP 3.5.9) with SMTP id 5165264; Tue, 04 Jun 2002 00:27:57 +0400 From: Ïî÷òà To: "" <> Subject: Íîâûå òåõíîëîãèè Organization: ÍÏÔ " Àéáîëèò" Reply-To: etgdku@mail.ru X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-Priority: 3 X-MSMail-Priority: Normal Mime-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Date: Tue, 4 Jun 2002 00:25:14 +0400 Message-ID: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Íàó÷íî-èññëåäîâàòåëüñêàÿ ëàáîðàòîðèÿ "AquActiv" êîðïîðàöèè "Àéáîëèò" ïðåäëàãàåò íîâûå ýôôåêòèâíûå, äåøåâûå è ýêîëîãè÷åñêè ÷èñòûå òåõíîëîãèè ïî ïðèìåíåíèþ ýëåêòðîàêòèâèðîâàííûõ âîäíûõ ðàñòâîðîâ â ðàçëè÷íûõ îòðàñëÿõ õîçÿéñòâåííîé äåÿòåëüíîñòè. Ýòè òåõíîëîãèè ÿâëÿþòñÿ çàâåðøåíèåì èññëåäîâàíèé 80-õ ãîäîâ àêàäåìè÷åñêèõ èíñòèòóòîâ Ðîññèè. Êðàòêèé ïåðå÷åíü îñíîâíûõ òåõíîëîãèé: 1. Äåçèíôåêöèÿ ëþáûõ ïðîèçâîäñòâåííûõ è ìåäèöèíñêèõ ïîìåùåíèé è îáîðóäîâàíèÿ 2. Äåçèíôåêöèÿ æèâîòíîâîä÷åñêèõ ïîìåùåíèé â ïðèñóòñòâèè æèâîòíûõ è ïòèöû 3. Îáåççàðàæèâàíèå ïèòüåâîé âîäû ñ ïðèäàíèåì åé ôèçèîëîãè÷åñêè àêòèâíûõ ñâîéñòâ 4. Ëå÷åíèå æèâîòíûõ îò æåëóäî÷íî-êèøå÷íûõ è ðåñïèðàòîðíûõ çàáîëåâàíèé áåç ïðèìåíåíèÿ àíòèáèîòèêîâ 5. Ïîâûøåíèå îáùåé ðåçèñòåíòðîñòè îðãàíèçìà æèâîòíûõ è óâåëè÷åíèÿ ïðîäóêòèâíîñòè æèâîòíûõ è ïòèöû áåç ïðèìåíåíèÿ áèîëîãè÷åñêèõ äîáàâîê 6. Ðàñêèñëåíèå ìîëîêà 7. Äåçèíòîêñèêàöèÿ ôóðàæíîãî çåðíà è êîðìîâ äëÿ æèâîòíûõ ñ ñîõðàíåíèåì èõ ïèòàòåëüíûõ ñâîéñòâ 8. Ïðåäïîñåâíàÿ îáðàáîòêà çåðíà ñåëüñêîõîçÿéñòâåííûõ êóëüòóð áåç ïðèìåíåíèÿ ñèñòåìíûõ ÿäîâ 9. Êîíñåðâàöèÿ çåëåíûõ êîðìîâ (ñèëîñ è ñåíàæ) 10. Äëèòåëüíîå õðàíåíèå ôðóêòîâ è îâîùåé 11. Õèìè÷åñêàÿ ìåëèîðàöèÿ êèñëûõ ïî÷â 12. Ñïîñîáû ñîçäàíèÿ íîâûõ ÷èñòÿùèõ è ìîþùèõ ñðåäñòâ 13. Î÷èñòêà ëþáûõ ïîâåðõíîñòåé îò îêèñëîâ ìåòàëëîâ 14. Íîâûå ñðåäñòâà äëÿ îõëàæäàþùèõ ñèñòåì äâèãàòåëåé âíóòðåííåãî ñãîðàíèÿ 15. Ñòîéêèå âîäîìàñëÿíûå ýìóëüñèè áåç ýìóëüãàòîðîâ 16. Ñïîñîáû óëó÷øåíèÿ õëåáîáóëî÷íûõ è ìàêàðîííûõ èçäåëèé áåç ïðèìåíåíèÿ äîáàâîê 17. Ñïîñîá ñîçäàíèÿ ëå÷åáíûõ âîä ïîêàçàííûõ ïðè ëå÷åíèè è ïðîôèëàêòèêå óðîëîãè÷åñêèõ çàáîëåâàíèé. Òåõíîëîãèè çàùèùåíû ïàòåíòàìè Ðîññèè. Ëàáîðàòîðèÿ AquActiv ðàçðàáàòûâàåò ïðîåêòû ïîñòàâêè òåõíîëîãèé è ïðèáîðîâ ïî ýëåêòðîàêòèâàöèè âîäíûõ ðàñòâîðîâ (ÝÂÐ) íà ìåñòå èõ ïîòðåáëåíèÿ. Ïîäðîáíîñòè ïî àäðåñó: aib@vmail.ru http://web.vrn.ru/aibolit Ñ óâàæåíèåì, äèðåêòîð ëàáîðàòîðèè AquActiv, Í.À. Áîëîòîâ 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 13:30: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 7606537B406 for ; Mon, 3 Jun 2002 13:30: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 g53KThU22737; Mon, 3 Jun 2002 16:29:44 -0400 Message-ID: <3CFBD313.7060902@potentialtech.com> Date: Mon, 03 Jun 2002 16:35:31 -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: Roman Jasin Cc: Chris Fedde , freebsd-questions@FreeBSD.ORG Subject: Re: connection drops after some time 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 Roman Jasin wrote: > Thanks Chris, > > I guess that's what I'll have to do. You wouldn't believe how > incompetent some ISPs can be here (Latvia). I probably spend hours on > the phone trying to get them to check whether they have a timeout setup. I feel your pain. I've worked for some people like this, and occasionally, I've just fixed the problem when the boss' back was turned, despite the fact that he had specifically told me not to. :( Hopefully, the suggestion I give below will help you fix things. As far as the ISPs in Latvia being incompetent, I'm sorry, but there are some in the US who are just as bad (if not worse). > On Monday, June 3, 2002, at 09:34 PM, Chris Fedde wrote: > >> On Mon, 3 Jun 2002 20:06:39 +0300 Roman Jasin wrote: >> +------------------ >> | I guess the problem is my ISP, but I'm not sure about that. Plus those >> | guys aren't very helpful, so I'm hoping to fix it w/o them. It >> proved to >> | be the fastest path in the past. >> | >> | Here is what happening with my FreeBSD 4.5-STABLE box, running Apache, >> | sshd, and sendmail. It becomes inaccessible from outside world after >> | less than an hour if I'm not doing something on it. As soon as I >> access >> | something from it, whether via http or simple ping, it comes back >> | online and you can see it from the outside. It looks like it forgets >> | ISP's default router address. APM is not an issue simply because it's >> | disabled. I tried everything, even replacing the NIC and the box >> itself. >> | I'm on RadioDSL with BreezeAccess antenna, and like I said I don't >> have >> | problems with the accessing Internet. The problem is that the outside >> | world can't 'see' my server if I don't access the Internet from it >> for a >> | while. >> | Hope it makes sense. >> | >> | Any help is very appreciated, >> +------------------ I worked for an ISP for a while that had the same problem with his servers. It turned out that the recycled old switching hub that he was using had an option to protect the network from broadcast storms and other broadcast traffic attacks. Unfortunately, the method it used was to calculate the percentage of traffic that was broadcast, and when that percentage got too high, temporarily disconnect the machines receiving the broadcasts from the network. This resulted in the machines being disconnected during slow times when the only network traffic was Windows NetBIOS broadcasts. Luckily, the hub had an option to turn this "feature" off. You didn't specify your network and other hadware setup. This may be something on your end, or it may be the ISPs hardware. If the latter, you may have trouble getting it handled if the ISP is as tough to work with as you claim. >> An obvious work around is to put something that tickles the net into >> crontab: >> >> */20 * * * * ping -c 3 www.myisp.com > /dev/null 2>&1 >> >> But that does not address the "real" problem. I suspect that it is a >> policy issue on the ISP or layer2 provider that is timing out your DSL >> virtual circuit. We used this solution for some time. It seemed like an unholy hack of a half-a$$ed solution, but it worked. -- 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 Mon Jun 3 13:33: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web21101.mail.yahoo.com (web21101.mail.yahoo.com [216.136.227.103]) by hub.freebsd.org (Postfix) with SMTP id 8CB5237B401 for ; Mon, 3 Jun 2002 13:33:03 -0700 (PDT) Message-ID: <20020603203303.59699.qmail@web21101.mail.yahoo.com> Received: from [152.15.26.29] by web21101.mail.yahoo.com via HTTP; Mon, 03 Jun 2002 13:33:03 PDT Date: Mon, 3 Jun 2002 13:33:03 -0700 (PDT) From: Vinod Subject: installing binaries 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 how are binaries installed from a source file a.bin?i cant see something like a makefile Thanks in advance, Vinod __________________________________________________ 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 13:34:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl6-t65.citlink.net [207.173.251.65]) by hub.freebsd.org (Postfix) with ESMTP id CEF3A37B40A for ; Mon, 3 Jun 2002 13:34:42 -0700 (PDT) Received: from bigdaddy (bigdaddy [192.168.1.3]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 7AB51EE540 for ; Mon, 3 Jun 2002 13:34:36 -0700 (PDT) Message-ID: <003101c20b3e$13a0d320$0301a8c0@bigdaddy> From: "Drew Tomlinson" To: Subject: Drive Space - Am I Getting All I Should? Date: Mon, 3 Jun 2002 13:34:36 -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 I added a 80G IDE drive to my 4.5 machine. I used /stand/sysinstall to FDisk and Label the drive. Now after mounting, df -h shows: Filesystem Size Used Avail Capacity Mounted on /dev/ad0s1e 72G 1.0K 66G 0% /ftp dmesg shows the drive as 76319M so 72G seems reasonable: ad0: 76319MB [155061/16/63] at ata0-master UDMA33 The /stand/sysinstall disklabel editor sees it as the same size: Part Mount Size Newfs Part Mount Size Newfs ---- ----- ---- ----- ---- ----- ---- - ---- ad0s1e /ftp 76319MB UFS Y But the FDISK partition editor sees the drive geometry differently than dmesg: Disk name: ad0 FDISK Partition Editor DISK Geometry: 30629 cyls/81 heads/63 sectors = 156299787 sectors Offset Size End Name PType Desc Subtype Flags 0 156301488 156301487 ad0s1 3 freebsd 165 C> So how come df -h only shows 66G available? Where's the other 6G? Is this some limitation of FBSD or my system BIOS? As an experiment, I split the drive into two slices but got about the same result as shown below: Filesystem Size Used Avail Capacity Mounted on /dev/ad0s1e 39G 1.0K 36G 0% /ftp /dev/ad0s2e 33G 1.0K 31G 0% /ftp2 Can anyone explain what's going on here? Thanks, Drew 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 14: 8: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id B29E537B400 for ; Mon, 3 Jun 2002 14:07:50 -0700 (PDT) Received: (qmail 15525 invoked by uid 0); 3 Jun 2002 21:07:49 -0000 Received: from dial-213-168-64-77.netcologne.de (HELO capm) (213.168.64.77) by mail.gmx.net (mp013-rz3) with SMTP; 3 Jun 2002 21:07:49 -0000 Message-ID: <001101c20b42$b568da50$0200a8c0@capm> From: "Pascal Giannakakis" To: Subject: Problem with "shutdown -p now" Date: Mon, 3 Jun 2002 23:07:45 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, i have a problem with shutting down my freebsd machine. I want it to turn power off on "shutdown -p now", but it will only halt and tell me to press any key to reboot. Any idea what could be wrong? ACPI is enabled in BIOS. The board is MSI MS-6368. dmesg | grep ACPI tells me: chip1: at device 7.4 on pci0 uname -a says: FreeBSD slash 4.4-RELEASE FreeBSD 4.4-RELEASE #6: Tue Jan 15 23:09:15 CET 2002 CapM@slash:/usr/src/sys/compile/CUSTOM i386 Any hints appreciated, as i have absolutley no idea where to search for the problem. TIA! 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 14:12:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta10.srv.hcvlny.cv.net (mta10.srv.hcvlny.cv.net [167.206.5.45]) by hub.freebsd.org (Postfix) with ESMTP id 951F037B400 for ; Mon, 3 Jun 2002 14:12:13 -0700 (PDT) Received: from localhost (ool-18bc16a8.dyn.optonline.net [24.188.22.168]) by mta10.srv.hcvlny.cv.net (iPlanet Messaging Server 5.0 Patch 2 (built Dec 14 2000)) with SMTP id <0GX500BJLEN3VP@mta10.srv.hcvlny.cv.net> for freebsd-questions@FreeBSD.ORG; Mon, 03 Jun 2002 17:06:48 -0400 (EDT) Date: Mon, 03 Jun 2002 13:19:13 -0400 From: Equine Art Subject: Equine Artist -> David Magnes...........> To: freebsd-questions@FreeBSD.ORG Message-id: <001501c20b22$c81db960$0301a8c0@mike> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook Express 6.00.2600.0000 Content-type: multipart/related; boundary="Boundary_(ID_LoBkO9pzfuTANLWTrnC4Xw)"; type="multipart/alternative" X-Priority: 3 X-MSMail-priority: Normal X-Server: Advanced Direct Remailer v2.15 Sender: owner-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. --Boundary_(ID_LoBkO9pzfuTANLWTrnC4Xw) Content-type: multipart/alternative; boundary="Boundary_(ID_yJzmAzeh5rLqJwxXRLTMOg)" --Boundary_(ID_yJzmAzeh5rLqJwxXRLTMOg) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT David Magnes is one of todays most prominent equine artists. Only a few ever manage to capture perfectly the elegance of nature's most beautiful animal. David Magnes is one of those artists. His striking paintings reveal not only the grace and beauty of his subjects, but also their spirit and personality. Today, Magnes' canvases hang in collections throughout the world. Does your horse merit a work of art that you will always treasure? Then take a look at some of Davids other amazing works. ^ Click here Best Pal - Three-time California Horse of the Year (1990, 1991, 1992) http://www.promaestro.com/magnes/ --Boundary_(ID_yJzmAzeh5rLqJwxXRLTMOg) Content-type: text/html; charset=iso-8859-1 Content-transfer-encoding: 7BIT

David Magnes is one of todays most prominent equine artists. Only a few ever manage to capture perfectly the elegance of nature's most beautiful animal. David Magnes is one of those artists.

His striking paintings reveal not only the grace and beauty of his subjects, but also their spirit and personality.

Today, Magnes' canvases hang in collections throughout the world.

Does your horse merit a work of art that you will always treasure?

Then take a look at some of Davids other amazing works.
^
Click here


Best Pal - Three-time California Horse of the Year
(1990, 1991, 1992)
 
 
 
--Boundary_(ID_yJzmAzeh5rLqJwxXRLTMOg)-- --Boundary_(ID_LoBkO9pzfuTANLWTrnC4Xw) Content-type: image/jpeg; name=topbar_05.jpg Content-transfer-encoding: base64 Content-disposition: attachment; filename=topbar_05.jpg Content-Location: http://www.promaestro.com/magnes/images/topbar_05.jpg /9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAHgAA/+4ADkFkb2JlAGTAAAAAAf/b AIQAEAsLCwwLEAwMEBcPDQ8XGxQQEBQbHxcXFxcXHx4XGhoaGhceHiMlJyUjHi8vMzMvL0BAQEBA QEBAQEBAQEBAQAERDw8RExEVEhIVFBEUERQaFBYWFBomGhocGhomMCMeHh4eIzArLicnJy4rNTUw MDU1QEA/QEBAQEBAQEBAQEBA/8AAEQgALgFoAwEiAAIRAQMRAf/EAIAAAQADAQEBAQAAAAAAAAAA AAAEBQYHAwIBAQEAAAAAAAAAAAAAAAAAAAAAEAABAwMCBAEIBgcGBwAAAAABAgMEABEFEgYhMUET UWFxgZEiMhQHobFScjMVwUKSI7M0dPDRYoIkN6LCY5MlNRcRAQAAAAAAAAAAAAAAAAAAAAD/2gAM AwEAAhEDEQA/AOf0pSgUpSgUpX00ptLqFOo7jYUCtAOnUkHinVxteg+aVv07c2wrbX5+Ir1u0Xex 3zzB0lOvT49bVQwl7NmupYlR5ON1nSl9L6XkJJ5FetsWHooM9StBubaMrA6H0ufEwXDZL4FilR4h Kxc8+hrP0ClaydtFEbZzGX0q+OJS6/xNgy4bJGnyakk+mqzbTeEkzm4WWZWRIWENvoc0BClcEhSb cQT1vwoKala/euAxOCbYRDjOapNyJCnSUpKCLp0aeNwfGq7aGPx2UyScfNjrdDgUvvocKO0lCSri nSb3PDn1oKGlW2SewCMiEwIji4TK1JWVPG8gckqSdPsD11qpe29rR9tjPiM+pBabdDHeIN3SlITq 09Crnag5/SrbBpxMrLtxZkZamJjyWmQh0pLPcVpTc6fb5jwrQbpw+2turjI+BelGQFn+YLenRp/6 a786DE0rXYvA7Z3GlbWNefgZBCSoMPlLqFD/AAkBJNuv1VnMnjJeKmuQpidLzZ6cUqSeSknwNBEp St7tbbe29wY9yQYz0dxpfaUA8VgnSFah7I8eVBgqVIyEF7HTn4L/AOJHWUE8r25KHkI4ir7ZW242 bkvrnavhGUhI0q0lTquIAPkSkk0GZpV/u2HiMZkHMZAjrQ4wUFb63SvUFoC9IRp4e8ON6oKBStZl toog7Si5QJV8bdK5VybBt73Bp6abpFZOgUrS4TaaJOPXmsw8YeLaBUCkfvHQDb2b8rngOBvUU5Pb aHNLeFLrAPBTsl0OqHj+7ISPUaCkpV/uCBhRjoOUwocQ1JU42+y4rV23EBJ039J68eFWm08NtvcL TzDkd5iXHQkqWHdSV6uGsDSLcelBjKVY5zCy8JPXDki495l0CyXEdFD9I6Vc7Zg7cyjMlEyK6h6F HMhxxD3BxKPf9nSNNBlaVZRnsOvKAvQnPgXLIDKXjrQSQNevR7XmtWq3Rt/bW3Y7D3wb0nvrKNPx Bb02F730LoMHStBKj4GXgHp+OYciy4zzaHWnHe6NDgVYpOlPUeFfu29usT4czL5BS046ClRUhv33 VpTrKATe3C3roM9StPhztfLTUY1/HKgqkHQxJbfcWoLPuhaXLp48uA51mloU2tSFCykkpUPAjhQf NKUoFKUoFKUoFKUoFKUoFKUoOmMf7Zn+nX/FVXM66bHQo/LQpAJPwzht5A4o39Vc6gQJeRlIiQ2y 684bAAch4qPQDqaDpbemf8uSZPHTCWQTx9qPq0H1oFc9wGN/NMvGhq4NLXqePKzSPbWb/dFbLdeW iYbb7W2YjgdldtDT5SfcQLFZV/iWengfNVPt3Xhdv5DcNgH3dMSCVC4uo3cVY8CP7jQarbuWa3PD y0B/8PuLQ0n7MZ0FLdhw93Sa5fIYehynI7nsPR1qQq3RSDY29IrW7Y3lPOajsTO0I0lXaX22m2yF L4IN0JH61q8/mNijEzCZ6E2ZnJuSOQdQNKh6RY+ug0OXA3RshE5A1SmUB+w59xkFLyfSNVvRWSwy /wAq27ksryfmWx8Q9bKGt5Q/y29NXnyyyY1SsQ6bpWO+yDy6IcHp4fTVHvJcaNMawkI/6TGhQHld eV3V8fJcJ9FBna6ZlP8AbNH9PF/itVzOum5RCv8A5ogWN/hoptbp3Gjf1UGC2/8A++xn9Wx/ETWs +aX8xjvuO/Wisnt4E5/GW4/6tj+Imtb800q72OVY6dLov0vdFBltrvrj7ixy0GxVIbbP3XVdtX0K rV/NJhoKx0kWDqg62o9SlOhQ9RUfXVRsbDOycm3lJA7WPgkurfX7KCtPugKPDgeJ8K8t77gazWTS Ip1Q4iShpX21KN1rHkNgB5qDOVsNu5P8n2/HyGr2Blwh1Hi0Y5Svz8F389Y+tLKYW3sOE4QdLk5a gf8AIpH/ACGgtvmViUhyPmmBdDwDL6hy1AXbV6U8PQK99u/+Oy+HwSeDjbTsycOvffaOhKvKhuw9 NTdsZODk9pKbyYC0YsDvpP2GLOtK9SbeW1ZzZ8x3Ib1E178R8vuK8mpCrDzDlQRd/JCd0yyP1ktE /wDaQn9FQNuY5OSzEeO7YR0nuyCeQab9td/Pa1WfzDRp3M6r7bTSv+HT+ivbBKcwW2ZueCQJMxaY kIrSFDTfU4bHgQdJ/ZoNRgMmndmJykOSbEuOIQDzQy9dTP7JB9VcyERwTRCcGh0O9lYP6qtWg+o1 rtp7wnLzTEWb2hHlHtfu2kNnWr8PihIv7XD01F+YGLXj878c0NLU0B1KhyDqeCx9SvTQaL5ikRNu xYccaGS8hvSOWhtCilP0CucR4cuVq+GYcf0W1dtCl6b8r6QfCulZZTe8dpd6DZctkpdLA94PIBC2 7eVKjp8eFc6gSpsKYj4d1yO5rSFhCig3CuSgP00H67BzDUYpdjyURUEuELQsNpURpK+IsDbrVxtO Q/Fg5uTHWW3moyFtrHMKDgrT/M555vGxG0LUlDjqg4kEgKATwCvGsxthhx3D7gWgXCYgvz8Sv6kG g1zS8dvzA6HdLWQY5kc2Xbe8Ouhdv7EVlcBBlY6Xn4ctHbfaxUsKT+xYg9QelU2EzErCz25sY3Ke DjZ91xB95Jrp817GZbATc5EAU4vHyWdfJSUlGtTax4pUn+7nQclj/wAw199P111Df+OE+HEQZceH ocUdUpZbSq6eSdKVca5fGBMhoDiStNh6a6J80Qfy+CbcA8oE+dNBk89h4+Kx+NLL7clyUl1b77Cy tpehQCAm/wBm9uXOr7YGdxzcR/B5FSEIfUpTZc4IcDiQhbaieHTrzrNY2FLyzDra3SiFjGHpBUU6 gjhq0DlxWoeNH8ItOBi5pjU42tbjUsdGlpVZHLopP00Gpzfy2KQuThHSq11CK4ePjZtz6tXrrBKS pCilQKVJNlJPAgjoa3Xy2yuRXMex7jinIKGS4As3DSgpIFieQNzwrK7hfjyc5PfjWLLj6yhQ5KF/ eH3udBXUpSgUpSgUpSgUpSgUpSgV9tOqZdS6jSVIIUnUlK03HilYKT6RXxSgvk743QhAbRMCUJGk JDLAAA6Adqoru5s66hTfxamkL95LCUMA9OPZSiqulB9BakrDl7qB1XPtcefG/Ord3d+4HoxiOyEK jkW7RYY0geQdrhVNSgk4/Iy8bI+JhqSh4CwUpCHLcQbgOpUAeHPnVjM3fuGdHXFlykvMuAhSFMs9 Rbge3cHyjjVLSgkY+fKxstubDX232r6FWB5gpPA8ORrzffdkvuSHla3XlKccUeqlHUT6686UHrGk OxX0SGdIcbN06kpcT4cUuBST6RVyrfG51ILapgLZGkoLDBTbwt2qoaUE+Fm8jAkuy4i225DytSnO y0ogkk+xqQdHPkm1TXt67lfToelpcT4KYYP1tVR0oJs3M5XIJCJkpx1scmybNjzITZP0VCpSg/UK KFBabXSQRcAi48h4VdK3luJTHw6pKCwBbtGPHKLDpp7VqpKUHs1LkssvMNOKQ1IAS8gGwWEnUAfT UvF5/K4gLGOeSzrN1K7ba1HyanEKNuHKq6lBaztzZnIhHxryHy2oKQVMs3BSdQ4hsG1+nI16SN3Z +TGMR+QhccjT2iwxpAtbhZrh6KpqUErH5OZjH/iIS0tvWsFqbQ4Rxv7PcSqx8oqfN3buDIR1RZkl LzKxZSVMs+a4IbuD5RVNSgkQchOxz3fgvrju8ipBtceChyI89Wit3ZRbgfebivSUm6ZK4zRdBHIh WnnVHSgsMpnstl9IyEgvJQboTZKUgnwSgAVIhbsz0COmNDkpZZSLBKWWeNuHtEt3J8pqnpQe0uW9 MfVIfKS4q2ooQhscOHutpSn6KkQc1kYEWTDiu6Y8xBQ+2QFAhQKTa/I2PMVBpQSsfkpeNe78NSEO 8LLW226U2N7p7qVaT5qs3N7bmdTodlpcRz0qYYUPUWqoqUFvI3VnZMRyC7JT8M8LONoaZbBF7822 0mvPF7iy+KaWxDetHcJK2FpS42okWPsrB526VWUoLWRuTKPR1xWlNxI7v4rUVpDAX94tgE+uqqlK BSlKBSlKBSlKD//Z --Boundary_(ID_LoBkO9pzfuTANLWTrnC4Xw) Content-type: image/jpeg; name=giclee.jpg Content-transfer-encoding: base64 Content-disposition: attachment; filename=giclee.jpg Content-Location: http://www.promaestro.com/magnes/images/giclee.jpg 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 --Boundary_(ID_LoBkO9pzfuTANLWTrnC4Xw) Content-type: image/jpeg; name=magnes_art.jpg Content-transfer-encoding: base64 Content-disposition: attachment; filename=magnes_art.jpg Content-Location: http://www.promaestro.com/magnes/images/magnes_art.jpg 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 --Boundary_(ID_LoBkO9pzfuTANLWTrnC4Xw)-- 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 14:18: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.ruraltel.net (mail1.ruraltel.net [24.225.0.34]) by hub.freebsd.org (Postfix) with ESMTP id 9088037B40C for ; Mon, 3 Jun 2002 14:17:45 -0700 (PDT) Received: (from root@localhost) by mail1.ruraltel.net (8.11.6/8.11.6) id g53LHb712551; Mon, 3 Jun 2002 16:17:37 -0500 Received: from darryl (p189n31.ruraltel.net [24.225.31.189]) by mail1.ruraltel.net (8.11.6/8.11.6) with SMTP id g53LHYI12509; Mon, 3 Jun 2002 16:17:34 -0500 Reply-To: From: "Darryl Hoar" To: "'Fernando Gleiser'" Cc: Subject: RE: IPFILTER & FTP Date: Mon, 3 Jun 2002 16:23:26 -0500 Message-ID: <005901c20b44$e6ef4f80$0701a8c0@darryl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20020603172801.N78390-100000@localhost> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 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 Thanks a bunch. That did it. Works pretty good now. -Darryl >-----Original Message----- >From: Fernando Gleiser [mailto:fgleiser@cactus.fi.uba.ar] >Sent: Monday, June 03, 2002 3:55 PM >To: Darryl Hoar >Subject: RE: IPFILTER & FTP > > >On Mon, 3 Jun 2002, Darryl Hoar wrote: > >> OK, >> here are the ipf.rules, and ipnat.rules >> > >> >############################################################### >######### >> # Loopback Interface >> >############################################################### >######### >> >> >#---------------------------------------------------------------------- >> # Alow everything to/from your loopback interface so you >> # can ping yourself (e.g ping localhost) >> >#--------------------------------------------------------------------- >> pass in quick on lo0 all >> pass out quick on lo0 all > >If you didn't use IPFILTER_DEFAULT_BLOCK, you dont really need these. > >Yor conf looks fine, you can refine using 'flags S', so you >keep the state >table smaller. Instead of saying: > >pass in quick on xl1 proto tcp from any to any keep state >pass out quick on xl1 proto tcp from any to any keep state > >You say: > >pass in quick on xl1 proto tcp from any to any flags S >pass out quick on xl1 proto tcp from any to any keep state > >The first rule will accept any connection request on xl1. The >second one >will make the entry in the state table when the syn/ack goes >out. That way, >every incomming packet accepted by the filter is either a syn >(conn request) >or has state. Everything else gets blocked. > >> ipnat.rules: >> >> map xl0 192.168.1.0/24 -> 0/32 proxy port ftp ftp/tcp >> map xl0 192.168.1.0/24 -> 0/32 >> > >Change that into: >map xl0 192.168.1.0/24 -> 0/32 proxy port ftp ftp/tcp >map xl0 192.168.1.0/24 -> 0/32 portmap tcp/udp 40000:65000 >map xl0 192.168.1.0/24 -> 0/32 > >If you don't do have the 'pormap' rule, you may get collisions >and NAT won't >work properly. > >This should work. If it doesn't, you can do the following: > >1. run 'ipnat -l' to see if the ftp proxy is working. You shold see >something like: > > proxy ftp/6 use 1 flags 0 > proto 6 flags 0 bytes 917 pkts 13 data >0xc08a6000 psiz 364 > FTP Proxy: > passok: 4 > Client: > rptr 0xc08a6018 wptr 0xc08a6018 seq ef0c64b1 >len 0 junk 0 > buf [SYST\015\012\012p\015\012\000] > Server: > rptr 0xc08a60cc wptr 0xc08a60cc seq df5be0d7 >len 39 junk 0 > buf [215 UNIX Type: L8 Version: >BSD-199506\015\012 apply.\015\012assword.\015\012\000] > >2.Look at the ipf logs and see why it gets blocked. The ipmon >file tells you > src/dst IPs, src/dst port and rule number. > >3. Run 'ipfstat -hio', and 'ipfstat -s' > >4. run tcpdump on both interfaces and see the packets in real time. > > >Hope this helps. > > > > Fer > >> >> output of sysctl net.inet: >> >> net.inet.ip.portrange.lowfirst: 1023 >> net.inet.ip.portrange.lowlast: 600 >> net.inet.ip.portrange.first: 1024 >> net.inet.ip.portrange.last: 5000 >> net.inet.ip.portrange.hifirst: 49152 >> net.inet.ip.portrange.hilast: 65535 >> net.inet.ip.forwarding: 1 >> net.inet.ip.redirect: 1 >> net.inet.ip.ttl: 64 >> net.inet.ip.rtexpire: 3600 >> net.inet.ip.rtminexpire: 10 >> net.inet.ip.rtmaxcache: 128 >> net.inet.ip.sourceroute: 0 >> net.inet.ip.intr_queue_maxlen: 50 >> net.inet.ip.intr_queue_drops: 0 >> net.inet.ip.accept_sourceroute: 0 >> net.inet.ip.fastforwarding: 0 >> net.inet.ip.keepfaith: 0 >> net.inet.ip.gifttl: 30 >> net.inet.ip.subnets_are_local: 0 >> net.inet.ip.maxfragpackets: 256 >> net.inet.ip.check_interface: 0 >> net.inet.icmp.maskrepl: 0 >> net.inet.icmp.icmplim: 200 >> net.inet.icmp.drop_redirect: 0 >> net.inet.icmp.log_redirect: 0 >> net.inet.icmp.bmcastecho: 0 >> net.inet.tcp.rfc1323: 1 >> net.inet.tcp.rfc1644: 0 >> net.inet.tcp.mssdflt: 512 >> net.inet.tcp.keepidle: 7200000 >> net.inet.tcp.keepintvl: 75000 >> net.inet.tcp.sendspace: 32768 >> net.inet.tcp.recvspace: 65536 >> net.inet.tcp.keepinit: 75000 >> net.inet.tcp.delacktime: 100 >> net.inet.tcp.v6mssdflt: 1024 >> net.inet.tcp.log_in_vain: 0 >> net.inet.tcp.blackhole: 0 >> net.inet.tcp.delayed_ack: 1 >> net.inet.tcp.tcp_lq_overflow: 1 >> net.inet.tcp.path_mtu_discovery: 1 >> net.inet.tcp.slowstart_flightsize: 1 >> net.inet.tcp.local_slowstart_flightsize: 65535 >> net.inet.tcp.newreno: 1 >> net.inet.tcp.tcbhashsize: 512 >> net.inet.tcp.do_tcpdrain: 1 >> net.inet.tcp.pcbcount: 2 >> net.inet.tcp.icmp_may_rst: 1 >> net.inet.tcp.strict_rfc1948: 0 >> net.inet.tcp.isn_reseed_interval: 0 >> net.inet.tcp.msl: 30000 >> net.inet.tcp.always_keepalive: 1 >> net.inet.udp.checksum: 1 >> net.inet.udp.maxdgram: 9216 >> net.inet.udp.recvspace: 42080 >> net.inet.udp.log_in_vain: 0 >> net.inet.udp.blackhole: 0 >> net.inet.ipf.fr_flags: 0 >> net.inet.ipf.fr_pass: 513 >> net.inet.ipf.fr_active: 0 >> net.inet.ipf.fr_tcpidletimeout: 864000 >> net.inet.ipf.fr_tcpclosewait: 480 >> net.inet.ipf.fr_tcplastack: 480 >> net.inet.ipf.fr_tcptimeout: 480 >> net.inet.ipf.fr_tcpclosed: 120 >> net.inet.ipf.fr_tcphalfclosed: 14400 >> net.inet.ipf.fr_udptimeout: 240 >> net.inet.ipf.fr_icmptimeout: 120 >> net.inet.ipf.fr_defnatage: 1200 >> net.inet.ipf.fr_ipfrttl: 120 >> net.inet.ipf.ipl_unreach: 13 >> net.inet.ipf.fr_running: 1 >> net.inet.ipf.fr_authsize: 32 >> net.inet.ipf.fr_authused: 0 >> net.inet.ipf.fr_defaultauthage: 600 >> net.inet.ipf.fr_chksrc: 0 >> net.inet.ipf.ippr_ftp_pasvonly: 0 >> net.inet.ipf.fr_minttl: 3 >> net.inet.ipf.fr_minttllog: 1 >> net.inet.accf.unloadable: 0 >> net.inet.raw.maxdgram: 8192 >> net.inet.raw.recvspace: 8192 >> >> not sure what all that means. >> -Darryl >> > 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 14:44:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.reppep.com (www.reppep.com [64.81.19.108]) by hub.freebsd.org (Postfix) with ESMTP id 75AA237B401 for ; Mon, 3 Jun 2002 14:44:11 -0700 (PDT) Received: from [129.85.219.160] (salt.rockefeller.edu [129.85.219.160]) by mail.reppep.com (Postfix) with ESMTP id 916BA17B8C for ; Mon, 3 Jun 2002 16:45:55 -0400 (EDT) Mime-Version: 1.0 X-Sender: pepper@mail.reppep.com Message-Id: Date: Mon, 3 Jun 2002 17:42:46 -0400 To: freebsd-questions@freebsd.org From: Chris Pepper Subject: make -j4 becoming default? 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 recommends -j4 for "make buildworld". I've tried using it with various ports, and it works with some, but prevents others (so far, bind9, net-snmp, and imap-uw) from building. Obviously, I'd like to use -j4 wherever possible, and it's suboptimal to try everything multi-threaded, then sometimes fail and manually fall back to single-threaded. Even worse, I usually forget -j4 for thread-safe builds, so I waste time unnecessarily. Are there any plans to allow a default -j setting, and identify certain packages as requiring single-threaded making? One possibility that's occurred to me is to set MAKE_THREADS=4 and leave MAKE_THREADED unset in /etc/defaults/make.conf. Multi-threadable Makefiles, including /usr/src/Makefile, could set MAKE_THREADED="YES", and single-threaded Makefiles (/usr/ports/Makefile, to start) could set MAKE_THREADED="NO". Then the make command could be enhanced to set -j from MAKE_THREADS if MAKE_THREADED is YES. Are there gaping holes in this idea? Is there a better method waiting in the wings? Thanks, Chris Pepper -- Chris Pepper: Rockefeller University: 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 14:54:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out2.mx.nwbl.wi.voyager.net (out2.mx.nwbl.wi.voyager.net [169.207.3.120]) by hub.freebsd.org (Postfix) with ESMTP id A371A37B40B for ; Mon, 3 Jun 2002 14:54:37 -0700 (PDT) Received: from shell.core.com (shell.core.com [169.207.1.89]) by out2.mx.nwbl.wi.voyager.net (8.12.3/8.11.4/1.7) with ESMTP id g53Lsarh027304 for ; Mon, 3 Jun 2002 16:54:36 -0500 Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g53LsZu18280 for ; Mon, 3 Jun 2002 16:54:36 -0500 (CDT) Date: Mon, 3 Jun 2002 16:54:35 -0500 (CDT) From: Steven Lake X-X-Sender: raiden@shell.core.com To: freebsd-questions@FreeBSD.ORG Subject: Questions about Chmod Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've got two questions about Chmod that I couldn't answer via the man pages. Either I'm not reading good enough or the answer isn't there. 1. Recursive item only changes 2. Selective file changes Ok, the first thing I'm curious of is how to do a recursive chmod on say directories only. This also plays into the second question which is how do I do a recursive or system wide chmod on only certain files based on a variable or name. So like if I wanted to chmod 755 all directories on a system with the name "WWW", or with all files containing the letters "BLD". How would I go about doing this? Just curious. Thanks. 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 15: 1:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ren.sasknow.com (ren.sasknow.com [207.195.92.131]) by hub.freebsd.org (Postfix) with ESMTP id ADAAE37B405 for ; Mon, 3 Jun 2002 15:01:48 -0700 (PDT) Received: from localhost (ryan@localhost) by ren.sasknow.com (8.11.6/8.11.6) with ESMTP id g53M1kd27443; Mon, 3 Jun 2002 16:01:46 -0600 (CST) (envelope-from ryan@sasknow.com) Date: Mon, 3 Jun 2002 16:01:45 -0600 (CST) From: Ryan Thompson To: Steven Lake Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Questions about Chmod In-Reply-To: Message-ID: <20020603155826.B81228-100000@ren.sasknow.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 Steven Lake wrote to freebsd-questions@FreeBSD.ORG: > I've got two questions about Chmod that I couldn't answer via the > man pages. Either I'm not reading good enough or the answer isn't there. > > 1. Recursive item only changes > 2. Selective file changes > > Ok, the first thing I'm curious of is how to do a recursive chmod > on say directories only. This also plays into the second question which > is how do I do a recursive or system wide chmod on only certain files > based on a variable or name. > So like if I wanted to chmod 755 all > directories on a system with the name "WWW", find(1) will assist you with this. find(1) allows you to apply commands to each file it matches. So, something like chmod 755 `find . -name "WWW" -print` Should do the trick. > or with all files containing > the letters "BLD". chmod 755 `find . -name "*BLD*" -print` Just be careful out there. It's a big bad filesystem. :-) Hope this helps, - Ryan -- Ryan Thompson SaskNow Technologies - http://www.sasknow.com 901 1st Avenue North - Saskatoon, SK - S7K 1Y4 Tel: 306-664-3600 Fax: 306-664-3630 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 15: 4:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out1.mx.nwbl.wi.voyager.net (out1.mx.nwbl.wi.voyager.net [169.207.3.119]) by hub.freebsd.org (Postfix) with ESMTP id B321537B405 for ; Mon, 3 Jun 2002 15:04:28 -0700 (PDT) Received: from shell.core.com (shell.core.com [169.207.1.89]) by out1.mx.nwbl.wi.voyager.net (8.12.3/8.11.4/1.7) with ESMTP id g53M4SA2025195; Mon, 3 Jun 2002 17:04:28 -0500 Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g53M4Rg18993; Mon, 3 Jun 2002 17:04:27 -0500 (CDT) Date: Mon, 3 Jun 2002 17:04:27 -0500 (CDT) From: Steven Lake X-X-Sender: raiden@shell.core.com To: Ryan Thompson Cc: Steven Lake , Subject: Re: Questions about Chmod In-Reply-To: <20020603155826.B81228-100000@ren.sasknow.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ah, so it's happily mixing the find command with the chmod command. that works. But that still leaves my first question unanswered. How do I recursively change permissions on only directories without changing the permission on the files in them? On Mon, 3 Jun 2002, Ryan Thompson wrote: > Steven Lake wrote to freebsd-questions@FreeBSD.ORG: > > > I've got two questions about Chmod that I couldn't answer via the > > man pages. Either I'm not reading good enough or the answer isn't there. > > > > 1. Recursive item only changes > > 2. Selective file changes > > > > Ok, the first thing I'm curious of is how to do a recursive chmod > > on say directories only. This also plays into the second question which > > is how do I do a recursive or system wide chmod on only certain files > > based on a variable or name. > > > > So like if I wanted to chmod 755 all > > directories on a system with the name "WWW", > > find(1) will assist you with this. find(1) allows you to apply > commands to each file it matches. So, something like > > chmod 755 `find . -name "WWW" -print` > > Should do the trick. > > > > or with all files containing > > the letters "BLD". > > chmod 755 `find . -name "*BLD*" -print` > > Just be careful out there. It's a big bad filesystem. :-) > > > Hope this helps, > - Ryan > > -- > Ryan Thompson > > SaskNow Technologies - http://www.sasknow.com > 901 1st Avenue North - Saskatoon, SK - S7K 1Y4 > > Tel: 306-664-3600 Fax: 306-664-3630 Saskatoon > Toll-Free: 877-727-5669 (877-SASKNOW) North America > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 15: 6:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ren.sasknow.com (ren.sasknow.com [207.195.92.131]) by hub.freebsd.org (Postfix) with ESMTP id A3B6637B404 for ; Mon, 3 Jun 2002 15:06:47 -0700 (PDT) Received: from localhost (ryan@localhost) by ren.sasknow.com (8.11.6/8.11.6) with ESMTP id g53M6jZ27791; Mon, 3 Jun 2002 16:06:45 -0600 (CST) (envelope-from ryan@sasknow.com) Date: Mon, 3 Jun 2002 16:06:45 -0600 (CST) From: Ryan Thompson To: Steven Lake Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Questions about Chmod In-Reply-To: Message-ID: <20020603160504.S81228-100000@ren.sasknow.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 Steven Lake wrote to Ryan Thompson: > ah, so it's happily mixing the find command with the chmod > command. that works. > > But that still leaves my first question unanswered. How do I > recursively change permissions on only directories without changing the > permission on the files in them? find(1) is still your friend :-) Add -type d to your find arguments to only find directories. - Ryan > > On Mon, 3 Jun 2002, Ryan Thompson wrote: > > > Steven Lake wrote to freebsd-questions@FreeBSD.ORG: > > > > > I've got two questions about Chmod that I couldn't answer via the > > > man pages. Either I'm not reading good enough or the answer isn't there. > > > > > > 1. Recursive item only changes > > > 2. Selective file changes > > > > > > Ok, the first thing I'm curious of is how to do a recursive chmod > > > on say directories only. This also plays into the second question which > > > is how do I do a recursive or system wide chmod on only certain files > > > based on a variable or name. > > > > > > > So like if I wanted to chmod 755 all > > > directories on a system with the name "WWW", > > > > find(1) will assist you with this. find(1) allows you to apply > > commands to each file it matches. So, something like > > > > chmod 755 `find . -name "WWW" -print` > > > > Should do the trick. > > > > > > > or with all files containing > > > the letters "BLD". > > > > chmod 755 `find . -name "*BLD*" -print` > > > > Just be careful out there. It's a big bad filesystem. :-) > > > > > > Hope this helps, > > - Ryan > > > > -- > > Ryan Thompson > > > > SaskNow Technologies - http://www.sasknow.com > > 901 1st Avenue North - Saskatoon, SK - S7K 1Y4 > > > > Tel: 306-664-3600 Fax: 306-664-3630 Saskatoon > > Toll-Free: 877-727-5669 (877-SASKNOW) North America > > > > > > -- Ryan Thompson SaskNow Technologies - http://www.sasknow.com 901 1st Avenue North - Saskatoon, SK - S7K 1Y4 Tel: 306-664-3600 Fax: 306-664-3630 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 15: 9:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out0.mx.nwbl.wi.voyager.net (out0.mx.nwbl.wi.voyager.net [169.207.3.118]) by hub.freebsd.org (Postfix) with ESMTP id A428637B40B for ; Mon, 3 Jun 2002 15:09:51 -0700 (PDT) Received: from shell.core.com (shell.core.com [169.207.1.89]) by out0.mx.nwbl.wi.voyager.net (8.12.3/8.11.4/1.7) with ESMTP id g53M9p5N006766; Mon, 3 Jun 2002 17:09:51 -0500 Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g53M9o219437; Mon, 3 Jun 2002 17:09:50 -0500 (CDT) Date: Mon, 3 Jun 2002 17:09:50 -0500 (CDT) From: Steven Lake X-X-Sender: raiden@shell.core.com To: Ryan Thompson Cc: Steven Lake , Subject: Re: Questions about Chmod In-Reply-To: <20020603160504.S81228-100000@ren.sasknow.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 (Pounds head vigerously against wall) oh, duh. I should have known that. :) Ok, I shall engage brain now. hehe. Thanks for the help. On Mon, 3 Jun 2002, Ryan Thompson wrote: > Steven Lake wrote to Ryan Thompson: > > > ah, so it's happily mixing the find command with the chmod > > command. that works. > > > > But that still leaves my first question unanswered. How do I > > recursively change permissions on only directories without changing the > > permission on the files in them? > > find(1) is still your friend :-) > > Add -type d to your find arguments to only find directories. > > - Ryan > 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 15:15:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web10106.mail.yahoo.com (web10106.mail.yahoo.com [216.136.130.56]) by hub.freebsd.org (Postfix) with SMTP id 23B7A37B401 for ; Mon, 3 Jun 2002 15:15:33 -0700 (PDT) Message-ID: <20020603221532.5135.qmail@web10106.mail.yahoo.com> Received: from [68.5.49.41] by web10106.mail.yahoo.com via HTTP; Mon, 03 Jun 2002 15:15:32 PDT Date: Mon, 3 Jun 2002 15:15:32 -0700 (PDT) From: twig les Subject: 4.4 Release vi problem To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey *, I'm running a Free4.4 Release box at home that does something weird. At boot, it tries to recover a file in vi and will hang indefinitely unless I'm at the console and hit control-c twice right away. I have no idea what file it's trying to recover or why. I'd really like to know how to make this stop. Another problem that I think is linked is that I can no longer ssh to the box. In fact, if I hop on the console and do a netstat -a the machine just sits there frozen. Sometimes I can get in, sometimes not. This is a GENERIC kernel and I didn't change anything when this started happening. Also, I can't upgrade the box to a newer release because this machine has the exact config of a box that I can only do minor maintanence to (this is the test box; the production box doesn't have any of these problems). Thanks for anything, Keith ===== ----------------------------------------------------------- Only failures don't include failing in their plans ----------------------------------------------------------- __________________________________________________ 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 15:25:53 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 0900837B406 for ; Mon, 3 Jun 2002 15:25:49 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7547A66D29; Mon, 3 Jun 2002 15:25:48 -0700 (PDT) Date: Mon, 3 Jun 2002 15:25:48 -0700 From: Kris Kennaway To: Terry Todd Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 5.0dp1 nfs server to Red Hat nfs client extremely slow Message-ID: <20020603152547.A32050@xor.obsecurity.org> References: <20020603102416.A98405@badger.tltodd.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020603102416.A98405@badger.tltodd.com>; from tlt@badger.tltodd.com on Mon, Jun 03, 2002 at 10:24:16AM -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 --liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Jun 03, 2002 at 10:24:16AM -0500, Terry Todd wrote: > I created a ufs file system on a 5.0dp1 FreeBSD system and exported > it. One of my users complained that it was 10 times slower than > other systems. I ran some tests using "dd if=/dev/zero of=somefile > bs=1024k count=256". Sure enough his system took 17 minutes to > complete that command when writing to the nfs mounted file system > I had created. He is running 7.2 Red Hat linux. I found other RH > linux systems had similar times. However, other FreeBSD and > Slackware systems could complete the command in 30-45 seconds. > Does anyone have any idea what the problem might be? I noticed > the RH systems didn't have NFSv3 support. I don't know if that > would cause such a drastic difference or not. Um, well if you're comparing apples and oranges you should expect them to taste different. Yes, the fact that you're using an older version of the NFS protocol will matter. Kris --liOOAslEiF7prFVr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8++zrWry0BWjoQKURAriWAKCYGYKZv5NOF6a5V475MwDwD4a6+ACgwTTN LhLnO8zLelccwZupklT8CeU= =1Xyp -----END PGP SIGNATURE----- --liOOAslEiF7prFVr-- 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 15:26:48 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 75E0337B407 for ; Mon, 3 Jun 2002 15:26:40 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 150DF66C49; Mon, 3 Jun 2002 15:26:40 -0700 (PDT) Date: Mon, 3 Jun 2002 15:26:39 -0700 From: Kris Kennaway To: Vinod Cc: freebsd-questions@freebsd.org Subject: Re: installing binaries Message-ID: <20020603152639.B32050@xor.obsecurity.org> References: <20020603203303.59699.qmail@web21101.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="bCsyhTFzCvuiizWE" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020603203303.59699.qmail@web21101.mail.yahoo.com>; from geekvinod@yahoo.com on Mon, Jun 03, 2002 at 01:33:03PM -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 --bCsyhTFzCvuiizWE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Jun 03, 2002 at 01:33:03PM -0700, Vinod wrote: > how are binaries installed from a source file a.bin?i > cant see something like a makefile You haven't given us enough information to understand your question. Kris --bCsyhTFzCvuiizWE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8++0fWry0BWjoQKURAsEcAJkBaqViHtgG7qfo2QDqfc1Ybou2TwCg59EW nfnKHy8dP+8qTKStWNpNsdg= =d7ha -----END PGP SIGNATURE----- --bCsyhTFzCvuiizWE-- 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 15:27:41 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 162AD37B404 for ; Mon, 3 Jun 2002 15:27:37 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B5B7D66C49; Mon, 3 Jun 2002 15:27:36 -0700 (PDT) Date: Mon, 3 Jun 2002 15:27:36 -0700 From: Kris Kennaway To: Chris Pepper Cc: freebsd-questions@freebsd.org Subject: Re: make -j4 becoming default? Message-ID: <20020603152736.C32050@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="zCKi3GIZzVBPywwA" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from pepper@reppep.com on Mon, Jun 03, 2002 at 05:42:46PM -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 --zCKi3GIZzVBPywwA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 03, 2002 at 05:42:46PM -0400, Chris Pepper wrote: > Are there any plans to allow a default -j setting, and=20 > identify certain packages as requiring single-threaded making? No. Most ports aren't -j safe. Kris --zCKi3GIZzVBPywwA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8++1XWry0BWjoQKURAmbaAKCmOybAjJc4QRL8ANj8R/uvasazMgCg3nkO neibLv492ggfVjw7I7mrPPU= =IPYR -----END PGP SIGNATURE----- --zCKi3GIZzVBPywwA-- 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 15:33: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 7AFC737B401 for ; Mon, 3 Jun 2002 15:32:59 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g53MUbi79928; Mon, 3 Jun 2002 19:30:38 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Mon, 3 Jun 2002 19:30:36 -0300 (ART) From: Fernando Gleiser X-X-Sender: To: twig les Cc: Subject: Re: 4.4 Release vi problem In-Reply-To: <20020603221532.5135.qmail@web10106.mail.yahoo.com> Message-ID: <20020603192905.H78390-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 On Mon, 3 Jun 2002, twig les wrote: > Hey *, > > I'm running a Free4.4 Release box at home that does > something weird. At boot, it tries to recover a file > in vi and will hang indefinitely unless I'm at the > console and hit control-c twice right away. I have no > idea what file it's trying to recover or why. I'd > really like to know how to make this stop. > > Another problem that I think is linked is that I can > no longer ssh to the box. In fact, if I hop on the > console and do a netstat -a the machine just sits > there frozen. Sometimes I can get in, sometimes not. Your reverse DNS is broken. Does it work if you try 'netstat -an'? Fer > > This is a GENERIC kernel and I didn't change anything > when this started happening. Also, I can't upgrade > the box to a newer release because this machine has > the exact config of a box that I can only do minor > maintanence to (this is the test box; the production > box doesn't have any of these problems). > > Thanks for anything, > Keith > > ===== > ----------------------------------------------------------- > Only failures don't include failing in their plans > ----------------------------------------------------------- > > __________________________________________________ > 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 > 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 15:34:25 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 284CC37B401 for ; Mon, 3 Jun 2002 15:34:18 -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 PAA11872; Mon, 3 Jun 2002 15:34:15 -0700 Message-ID: <3CFBEEE6.30902@owt.com> Date: Mon, 03 Jun 2002 15:34:14 -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: Chris Pepper Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make -j4 becoming default? 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 Chris Pepper wrote: > recommends -j4 for > "make buildworld". I've tried using it with various ports, and it works > with some, but prevents others (so far, bind9, net-snmp, and imap-uw) > from building. > > Obviously, I'd like to use -j4 wherever possible, and it's > suboptimal to try everything multi-threaded, then sometimes fail and > manually fall back to single-threaded. Even worse, I usually forget -j4 > for thread-safe builds, so I waste time unnecessarily. You should really time a buildworld. The only time the realtime is faster for me is when I have dual cpus. The 3rd field, which is the realtime, is frequently 10% faster than -j4 on an AMD-1600+ XP. Kent > > Are there any plans to allow a default -j setting, and identify > certain packages as requiring single-threaded making? One possibility > that's occurred to me is to set MAKE_THREADS=4 and leave MAKE_THREADED > unset in /etc/defaults/make.conf. > > Multi-threadable Makefiles, including /usr/src/Makefile, could set > MAKE_THREADED="YES", and single-threaded Makefiles (/usr/ports/Makefile, > to start) could set MAKE_THREADED="NO". Then the make command could be > enhanced to set -j from MAKE_THREADS if MAKE_THREADED is YES. > > Are there gaping holes in this idea? Is there a better method > waiting in the wings? > > > Thanks, > > > Chris Pepper -- 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 Mon Jun 3 15:36:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from its-mail1.massey.ac.nz (its-mail1.massey.ac.nz [130.123.128.11]) by hub.freebsd.org (Postfix) with ESMTP id BC70137B401 for ; Mon, 3 Jun 2002 15:36:36 -0700 (PDT) Received: from its-mm1.massey.ac.nz (its-mm1.massey.ac.nz [130.123.128.45]) by its-mail1.massey.ac.nz (8.9.3/8.9.3) with ESMTP id KAA06736 for ; Tue, 4 Jun 2002 10:36:35 +1200 (NZST) Received: from its-xchg2.massey.ac.nz (not verified[130.123.128.28]) by its-mm1.massey.ac.nz with MailMarshal (4,2,5,0) id ; Tue, 04 Jun 2002 10:36:35 +1200 Received: by its-xchg2.massey.ac.nz with Internet Mail Service (5.5.2655.55) id ; Tue, 4 Jun 2002 10:36:35 +1200 Message-ID: <98B01D2717B9D411B38F0008C7840931057F38D5@its-xchg2.massey.ac.nz> From: "Defryn, Guy" To: "'freebsd-questions@freebsd.org'" Subject: Certifications Date: Tue, 4 Jun 2002 10:36:32 +1200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I hope someone can give me some advise on the following: I would like to do some Unix certification. I still consider myself a newbie and I am not looking for a qualification that needs several exams such as MS' MCSE or MCSA. I would like to something that is a bit like MCP. Just one exam to start off with :-) I am not sure if there is a Freebsd specific one but something that would test general Unix knowledge would be nice. What about Linux + certification? Cheers Guy 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 15:52:16 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 6B90737B404 for ; Mon, 3 Jun 2002 15:52:09 -0700 (PDT) Received: from scott1.nyc.rr.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 ESMTP id g53MqgPX014052; Mon, 3 Jun 2002 18:52:42 -0400 (EDT) Message-Id: <5.1.0.14.0.20020603185052.00bd59b0@pop-server.nyc.rr.com> X-Sender: scottro@pop-server.nyc.rr.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 03 Jun 2002 18:52:07 -0400 To: "Pascal Giannakakis" , From: Scott Subject: Re: Problem with "shutdown -p now" In-Reply-To: <001101c20b42$b568da50$0200a8c0@capm> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 23:07 2002/06/03 +0200, Pascal Giannakakis wrote: >Hello, > >i have a problem with shutting down my freebsd machine. I want it to turn >power off on "shutdown -p now", but it will only halt and tell me to press >any key to reboot. Any idea what could be wrong? ACPI is enabled in BIOS. >The board is MSI MS-6368. This is what fixed for me. In /etc/rc.conf add apm_enable="YES" In your kernel, you'll see a line about apm0 and somewhere in the middle of the line the word disabled. Remove the word disabled, recompile the kernel and you should be good to go. HTH Scott Robbins To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 15:57:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mailix.net (smtp.mailix.net [216.148.213.132]) by hub.freebsd.org (Postfix) with ESMTP id 66FD737B403 for ; Mon, 3 Jun 2002 15:57:48 -0700 (PDT) Received: from [216.164.225.145] (helo=fritz) by smtp.mailix.net with asmtp (Exim 4.01) id 17F0ln-0001b7-00 for questions@freebsd.org; Mon, 03 Jun 2002 15:57:47 -0700 Message-ID: <001301c20b6b$6bf32be0$0301a8c0@uminafamily.com> From: "Christopher J. Umina" To: "FreeBSD Questions" Subject: SCSI CD-ROM Date: Mon, 3 Jun 2002 18:59:10 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, How do I mount my CD-ROM drive? It's a SCSI drive and I can see it with camcontrol: at scbus0 target 0 lun 0 (da0) at scbus0 target 1 lun 0 () But there's no device name.. /dev/cd0a isn't it, it's telling me that it's not configured.. What do I do? Thanks. ---------------------------------- Christopher J. Umina FJU@Fritzilldo.com http://www.fritzilldo.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 16: 3:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from seven.slakin.net (adsl-67-112-126-134.dsl.pltn13.pacbell.net [67.112.126.134]) by hub.freebsd.org (Postfix) with ESMTP id 5042337B405 for ; Mon, 3 Jun 2002 16:03:25 -0700 (PDT) Received: from localhost (localhost.slakin.net [127.0.0.1]) by seven.slakin.net (Postfix) with ESMTP id 009497DC; Mon, 3 Jun 2002 16:03:29 -0700 (PDT) Date: Mon, 3 Jun 2002 16:03:29 -0700 (PDT) From: Matt Snow To: "Defryn, Guy" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Certifications In-Reply-To: <98B01D2717B9D411B38F0008C7840931057F38D5@its-xchg2.massey.ac.nz> Message-ID: <20020603160210.W6139-100000@seven.slakin.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://www.linuxcertification.com - Info on SAIR certification. http://www.bsdmall.com/training.html - BSD training. * * * * * * * * Matt (@) drama@slakin.net (w) http://slakin.net. On Tue, 4 Jun 2002, Defryn, Guy wrote: > I hope someone can give me some advise on the following: > > I would like to do some Unix certification. I still consider myself a newbie and I am not looking for a qualification that needs several exams such as MS' MCSE or MCSA. > I would like to something that is a bit like MCP. Just one exam to start off with :-) > > I am not sure if there is a Freebsd specific one but something that would test general Unix knowledge would be nice. > > What about Linux + certification? > > Cheers > > Guy > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 16: 9:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web10107.mail.yahoo.com (web10107.mail.yahoo.com [216.136.130.57]) by hub.freebsd.org (Postfix) with SMTP id 9438437B407 for ; Mon, 3 Jun 2002 16:09:03 -0700 (PDT) Message-ID: <20020603230903.25117.qmail@web10107.mail.yahoo.com> Received: from [68.5.49.41] by web10107.mail.yahoo.com via HTTP; Mon, 03 Jun 2002 16:09:03 PDT Date: Mon, 3 Jun 2002 16:09:03 -0700 (PDT) From: twig les Subject: Re: 4.4 Release vi problem To: Fernando Gleiser Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20020603192905.H78390-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 Well you nailed it. My DNS server was still set to my old one. Once I changed that it let me in right away via ssh. And netstat -a works fine too (again). Thnx. The vi problem still happens. I tried vi -r after it booted and it recovered snort.conf, but on reboot it hangs again. This is really weird cause Snort still works fine.... --- Fernando Gleiser wrote: > On Mon, 3 Jun 2002, twig les wrote: > > > Hey *, > > > > I'm running a Free4.4 Release box at home that > does > > something weird. At boot, it tries to recover a > file > > in vi and will hang indefinitely unless I'm at the > > console and hit control-c twice right away. I > have no > > idea what file it's trying to recover or why. I'd > > really like to know how to make this stop. > > > > Another problem that I think is linked is that I > can > > no longer ssh to the box. In fact, if I hop on > the > > console and do a netstat -a the machine just sits > > there frozen. Sometimes I can get in, sometimes > not. > > Your reverse DNS is broken. Does it work if you try > 'netstat -an'? > > > > Fer > > > > > > This is a GENERIC kernel and I didn't change > anything > > when this started happening. Also, I can't > upgrade > > the box to a newer release because this machine > has > > the exact config of a box that I can only do minor > > maintanence to (this is the test box; the > production > > box doesn't have any of these problems). > > > > Thanks for anything, > > Keith > > > > ===== > > > ----------------------------------------------------------- > > Only failures don't include failing in their plans > > > ----------------------------------------------------------- > > > > __________________________________________________ > > 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 > > > ===== ----------------------------------------------------------- Only failures don't include failing in their plans ----------------------------------------------------------- __________________________________________________ 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 16:16:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 24AB037B406 for ; Mon, 3 Jun 2002 16:16:19 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g53NDxi80081; Mon, 3 Jun 2002 20:13:59 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Mon, 3 Jun 2002 20:13:59 -0300 (ART) From: Fernando Gleiser X-X-Sender: To: twig les Cc: Subject: Re: 4.4 Release vi problem In-Reply-To: <20020603230903.25117.qmail@web10107.mail.yahoo.com> Message-ID: <20020603201233.Y78390-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 On Mon, 3 Jun 2002, twig les wrote: > Well you nailed it. My DNS server was still set to my > old one. Once I changed that it let me in right away > via ssh. And netstat -a works fine too (again). > Thnx. > > The vi problem still happens. I tried vi -r after it > booted and it recovered snort.conf, but on reboot it > hangs again. This is really weird cause Snort still > works fine.... If you don't care about those recover files, you can just 'rm /var/tmp/vi.recover/'. No files to recover, no hang trying to recover them =0) Fer 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 16:30: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web10104.mail.yahoo.com (web10104.mail.yahoo.com [216.136.130.54]) by hub.freebsd.org (Postfix) with SMTP id 3128437B408 for ; Mon, 3 Jun 2002 16:29:58 -0700 (PDT) Message-ID: <20020603232958.62452.qmail@web10104.mail.yahoo.com> Received: from [68.5.49.41] by web10104.mail.yahoo.com via HTTP; Mon, 03 Jun 2002 16:29:58 PDT Date: Mon, 3 Jun 2002 16:29:58 -0700 (PDT) From: twig les Subject: Re: 4.4 Release vi problem To: Fernando Gleiser Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20020603201233.Y78390-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 Damn, you nailed it again. I did a 'cp -R /var/tmp/vi.recover /var/tmp/vi.recover.backup'. Then a rm -rf /var/tmp/vi.recover. At boot it mentioned that it couldn't find /var/tmp/vi.recover (but still booted fine) so I threw a 'touch /var/tmp/vi.recover' for good measure and it works like new again. Thanks again. BTW, I didn't need to use the /var/tmp/vi.recover.backup, the system works fine (to my knowledge...). --- Fernando Gleiser wrote: > On Mon, 3 Jun 2002, twig les wrote: > > > Well you nailed it. My DNS server was still set > to my > > old one. Once I changed that it let me in right > away > > via ssh. And netstat -a works fine too (again). > > Thnx. > > > > The vi problem still happens. I tried vi -r after > it > > booted and it recovered snort.conf, but on reboot > it > > hangs again. This is really weird cause Snort > still > > works fine.... > > If you don't care about those recover files, you can > just > 'rm /var/tmp/vi.recover/'. > > No files to recover, no hang trying to recover them > =0) > > > Fer > ===== ----------------------------------------------------------- Only failures don't include failing in their plans ----------------------------------------------------------- __________________________________________________ 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 16:34: 7 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 3233237B400 for ; Mon, 3 Jun 2002 16:34:01 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C122266D7A; Mon, 3 Jun 2002 16:34:00 -0700 (PDT) Date: Mon, 3 Jun 2002 16:34:00 -0700 From: Kris Kennaway To: "Christopher J. Umina" Cc: FreeBSD Questions Subject: Re: SCSI CD-ROM Message-ID: <20020603163400.A34580@xor.obsecurity.org> References: <001301c20b6b$6bf32be0$0301a8c0@uminafamily.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <001301c20b6b$6bf32be0$0301a8c0@uminafamily.com>; from FJU@Fritzilldo.com on Mon, Jun 03, 2002 at 06:59:10PM -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 --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 03, 2002 at 06:59:10PM -0700, Christopher J. Umina wrote: > Hello, >=20 > How do I mount my CD-ROM drive? It's a SCSI drive and I can see it w= ith > camcontrol: >=20 > at scbus0 target 0 lun 0 (da0) > at scbus0 target 1 lun 0 () >=20 > But there's no device name.. /dev/cd0a isn't it Yes, it is /dev/cd0* > it's telling me that it's > not configured.. What do I do? Either you're missing cd support from your kernel or you're missing CD9660 support (i.e. the device exists but mount_cd9660 can't do anything with it when you ask). Kris --zhXaljGHf11kAtnf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8+/zoWry0BWjoQKURAj2oAKC78w/TfGt1wPgPrYb5u879OtpyyACfbUge De0cHUVMNpj6T31cWuP8ra8= =ISFg -----END PGP SIGNATURE----- --zhXaljGHf11kAtnf-- 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 16:42:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by hub.freebsd.org (Postfix) with SMTP id 28C8D37B406 for ; Mon, 3 Jun 2002 16:41:33 -0700 (PDT) Received: (qmail 1153 invoked by uid 0); 3 Jun 2002 23:41:31 -0000 Date: Tue, 4 Jun 2002 01:41:31 +0200 (MEST) From: Michael Mertins To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="========GMXBoundary79151023147691" Subject: atapicam doesnt compile X-Priority: 3 (Normal) X-Authenticated-Sender: #0007692942@gmx.net X-Authenticated-IP: [213.20.228.113] Message-ID: <7915.1023147691@www54.gmx.net> X-Mailer: WWW-Mail 1.5 (Global Message Exchange) X-Flags: 0001 Sender: owner-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 multipart message - please use a MIME-compliant e-mail program to open it. Dies ist eine mehrteilige Nachricht im MIME-Format - bitte verwenden Sie zum Lesen ein MIME-konformes Mailprogramm. --========GMXBoundary79151023147691 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, after upgrading to 4.6RC and patching with the 2 patches, the kernel compiles but the cdrom-devices arent configured, then I added the necessary "options ATAPICAM" to my config-file and checked if all other stuff is in: # 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 options ATAPICAM # 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) But after config FILE , make depend - and i do make the make fails with tons of errors that are attached in the output.txt. Aswell my dmesg in dmesg.txt. Hope someone knows what I did wrong here cause I need to write bin / cue files with my ata-burner somehow. Thx for any help, Michael -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net --========GMXBoundary79151023147691 Content-Type: text/plain; name="dmesg.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="dmesg.txt" Q29weXJpZ2h0IChjKSAxOTkyLTIwMDIgVGhlIEZyZWVCU0QgUHJvamVjdC4KQ29weXJpZ2h0IChj KSAxOTc5LCAxOTgwLCAxOTgzLCAxOTg2LCAxOTg4LCAxOTg5LCAxOTkxLCAxOTkyLCAxOTkzLCAx OTk0CglUaGUgUmVnZW50cyBvZiB0aGUgVW5pdmVyc2l0eSBvZiBDYWxpZm9ybmlhLiBBbGwgcmln aHRzIHJlc2VydmVkLgpGcmVlQlNEIDQuNi1SQyAjMDogVGh1IE1heSAzMCAxNzoxNToyNiBDRVNU IDIwMDIKICAgIHRlY2hvcml4QGJyYWluOi91c3Ivc3JjL3N5cy9jb21waWxlL0FUQVBJQ0FNClRp bWVjb3VudGVyICJpODI1NCIgIGZyZXF1ZW5jeSAxMTkzMTgyIEh6ClRpbWVjb3VudGVyICJUU0Mi ICBmcmVxdWVuY3kgMTMxMjkzMDUzMCBIegpDUFU6IFBlbnRpdW0gSUlJL1BlbnRpdW0gSUlJIFhl b24vQ2VsZXJvbiAoMTMxMi45My1NSHogNjg2LWNsYXNzIENQVSkKICBPcmlnaW4gPSAiR2VudWlu ZUludGVsIiAgSWQgPSAweDZiMSAgU3RlcHBpbmcgPSAxCiAgRmVhdHVyZXM9MHgzODNmOWZmPEZQ VSxWTUUsREUsUFNFLFRTQyxNU1IsUEFFLE1DRSxDWDgsU0VQLE1UUlIsUEdFLE1DQSxDTU9WLFBB VCxQU0UzNixNTVgsRlhTUixTU0U+CnJlYWwgbWVtb3J5ICA9IDUzNjc4NDg5NiAoNTI0MjA0SyBi eXRlcykKYXZhaWwgbWVtb3J5ID0gNTE4MDEyOTI4ICg1MDU4NzJLIGJ5dGVzKQpQcmVsb2FkZWQg ZWxmIGtlcm5lbCAia2VybmVsIiBhdCAweGMwNDMwMDAwLgpQZW50aXVtIFBybyBNVFJSIHN1cHBv cnQgZW5hYmxlZAptZDA6IE1hbGxvYyBkaXNrClVzaW5nICRQSVIgdGFibGUsIDExIGVudHJpZXMg YXQgMHhjMDBmMTNhMApucHgwOiA8bWF0aCBwcm9jZXNzb3I+IG9uIG1vdGhlcmJvYXJkCm5weDA6 IElOVCAxNiBpbnRlcmZhY2UKcGNpYjA6IDxIb3N0IHRvIFBDSSBicmlkZ2U+IG9uIG1vdGhlcmJv YXJkCnBjaTA6IDxQQ0kgYnVzPiBvbiBwY2liMApwY2liMTogPEludGVsIDgyODAxQkEvQkFNIChJ Q0gyKSBQQ0ktUENJIChBR1ApIGJyaWRnZT4gYXQgZGV2aWNlIDEuMCBvbiBwY2kwCnBjaTE6IDxQ Q0kgYnVzPiBvbiBwY2liMQpwY2kxOiA8M0RmeCBWb29kb28gMyBncmFwaGljcyBhY2NlbGVyYXRv cj4gYXQgMC4wIGlycSAxMQpwY2liMjogPEludGVsIDgyODAxQkEvQkFNIChJQ0gyKSBIdWIgdG8g UENJIGJyaWRnZT4gYXQgZGV2aWNlIDMwLjAgb24gcGNpMApwY2kyOiA8UENJIGJ1cz4gb24gcGNp YjIKZWQwOiA8TkUyMDAwIFBDSSBFdGhlcm5ldCAoUmVhbFRlayA4MDI5KT4gcG9ydCAweGI4MDAt MHhiODFmIGlycSA5IGF0IGRldmljZSAxMC4wIG9uIHBjaTIKZWQwOiBhZGRyZXNzIDUyOjU0OjA1 OmRlOmMxOjI5LCB0eXBlIE5FMjAwMCAoMTYgYml0KSAKcmwwOiA8UmVhbFRlayA4MTM5IDEwLzEw MEJhc2VUWD4gcG9ydCAweGI0MDAtMHhiNGZmIG1lbSAweGYxODAwMDAwLTB4ZjE4MDAwZmYgaXJx IDkgYXQgZGV2aWNlIDExLjAgb24gcGNpMgpybDA6IEV0aGVybmV0IGFkZHJlc3M6IDAwOjAwOmU4 OjdiOjgxOmY1Cm1paWJ1czA6IDxNSUkgYnVzPiBvbiBybDAKcmxwaHkwOiA8UmVhbFRlayBpbnRl cm5hbCBtZWRpYSBpbnRlcmZhY2U+IG9uIG1paWJ1czAKcmxwaHkwOiAgMTBiYXNlVCwgMTBiYXNl VC1GRFgsIDEwMGJhc2VUWCwgMTAwYmFzZVRYLUZEWCwgYXV0bwpwY20wOiA8Q3JlYXRpdmUgRU1V MTBLMT4gcG9ydCAweGIwMDAtMHhiMDFmIGlycSA5IGF0IGRldmljZSAxMy4wIG9uIHBjaTIKYmt0 cjA6IDxCcm9va1RyZWUgODQ4PiBtZW0gMHhmNTAwMDAwMC0weGY1MDAwZmZmIGlycSAxMiBhdCBk ZXZpY2UgMTQuMCBvbiBwY2kyCmJrdHIwOiBIYXVwcGF1Z2UgTW9kZWwgNTYxMDQgRTEgIApia3Ry MDogSGF1cHBhdWdlIFdpbkNhc3QvVFYsIFRlbWljIFBBTCB0dW5lci4KaXNhYjA6IDxJbnRlbCA4 MjgwMUJBL0JBTSAoSUNIMikgUENJIHRvIExQQyBicmlkZ2U+IGF0IGRldmljZSAzMS4wIG9uIHBj aTAKaXNhMDogPElTQSBidXM+IG9uIGlzYWIwCmF0YXBjaTA6IDxJbnRlbCBJQ0gyIEFUQTEwMCBj b250cm9sbGVyPiBwb3J0IDB4OTgwMC0weDk4MGYgYXQgZGV2aWNlIDMxLjEgb24gcGNpMAphdGEw OiBhdCAweDFmMCBpcnEgMTQgb24gYXRhcGNpMAphdGExOiBhdCAweDE3MCBpcnEgMTUgb24gYXRh cGNpMAp1aGNpMDogPEludGVsIDgyODAxQkEvQkFNIChJQ0gyKSBVU0IgY29udHJvbGxlciBVU0It QT4gcG9ydCAweDk0MDAtMHg5NDFmIGlycSA1IGF0IGRldmljZSAzMS4yIG9uIHBjaTAKdXNiMDog PEludGVsIDgyODAxQkEvQkFNIChJQ0gyKSBVU0IgY29udHJvbGxlciBVU0ItQT4gb24gdWhjaTAK dXNiMDogVVNCIHJldmlzaW9uIDEuMAp1aHViMDogSW50ZWwgVUhDSSByb290IGh1YiwgY2xhc3Mg OS8wLCByZXYgMS4wMC8xLjAwLCBhZGRyIDEKdWh1YjA6IDIgcG9ydHMgd2l0aCAyIHJlbW92YWJs ZSwgc2VsZiBwb3dlcmVkCnBjaTA6IDx1bmtub3duIGNhcmQ+ICh2ZW5kb3I9MHg4MDg2LCBkZXY9 MHgyNDQzKSBhdCAzMS4zIGlycSAxMAp1aGNpMTogPEludGVsIDgyODAxQkEvQkFNIChJQ0gyKSBV U0IgY29udHJvbGxlciBVU0ItQj4gcG9ydCAweDkwMDAtMHg5MDFmIGlycSA5IGF0IGRldmljZSAz MS40IG9uIHBjaTAKdXNiMTogPEludGVsIDgyODAxQkEvQkFNIChJQ0gyKSBVU0IgY29udHJvbGxl ciBVU0ItQj4gb24gdWhjaTEKdXNiMTogVVNCIHJldmlzaW9uIDEuMAp1aHViMTogSW50ZWwgVUhD SSByb290IGh1YiwgY2xhc3MgOS8wLCByZXYgMS4wMC8xLjAwLCBhZGRyIDEKdWh1YjE6IDIgcG9y dHMgd2l0aCAyIHJlbW92YWJsZSwgc2VsZiBwb3dlcmVkCm9ybTA6IDxPcHRpb24gUk9NPiBhdCBp b21lbSAweGMwMDAwLTB4YzdmZmYgb24gaXNhMApmZGMwOiA8TkVDIDcyMDY1QiBvciBjbG9uZT4g YXQgcG9ydCAweDNmMC0weDNmNSwweDNmNyBpcnEgNiBkcnEgMiBvbiBpc2EwCmZkYzA6IEZJRk8g ZW5hYmxlZCwgOCBieXRlcyB0aHJlc2hvbGQKZmQwOiA8MTQ0MC1LQiAzLjUiIGRyaXZlPiBvbiBm ZGMwIGRyaXZlIDAKYXRrYmRjMDogPEtleWJvYXJkIGNvbnRyb2xsZXIgKGk4MDQyKT4gYXQgcG9y dCAweDYwLDB4NjQgb24gaXNhMAphdGtiZDA6IDxBVCBLZXlib2FyZD4gZmxhZ3MgMHgxIGlycSAx IG9uIGF0a2JkYzAKa2JkMCBhdCBhdGtiZDAKdmdhMDogPEdlbmVyaWMgSVNBIFZHQT4gYXQgcG9y dCAweDNjMC0weDNkZiBpb21lbSAweGEwMDAwLTB4YmZmZmYgb24gaXNhMApzYzA6IDxTeXN0ZW0g Y29uc29sZT4gYXQgZmxhZ3MgMHgxMDAgb24gaXNhMApzYzA6IFZHQSA8MTYgdmlydHVhbCBjb25z b2xlcywgZmxhZ3M9MHgzMDA+CnNpbzAgYXQgcG9ydCAweDNmOC0weDNmZiBpcnEgNCBmbGFncyAw eDEwIG9uIGlzYTAKc2lvMDogdHlwZSAxNjU1MEEKc2lvMSBhdCBwb3J0IDB4MmY4LTB4MmZmIGly cSAzIG9uIGlzYTAKc2lvMTogdHlwZSAxNjU1MEEKcHBjMDogPFBhcmFsbGVsIHBvcnQ+IGF0IHBv cnQgMHgzNzgtMHgzN2YgaXJxIDcgb24gaXNhMApwcGMwOiBTTUMtbGlrZSBjaGlwc2V0IChFQ1Av RVBQL1BTMi9OSUJCTEUpIGluIENPTVBBVElCTEUgbW9kZQpwcGMwOiBGSUZPIHdpdGggMTYvMTYv OSBieXRlcyB0aHJlc2hvbGQKcGxpcDA6IDxQTElQIG5ldHdvcmsgaW50ZXJmYWNlPiBvbiBwcGJ1 czAKbHB0MDogPFByaW50ZXI+IG9uIHBwYnVzMApscHQwOiBJbnRlcnJ1cHQtZHJpdmVuIHBvcnQK cHBpMDogPFBhcmFsbGVsIEkvTz4gb24gcHBidXMwCmFkMDogMjkxODhNQiA8U1QzMzA2MzBBPiBb NTkzMDMvMTYvNjNdIGF0IGF0YTAtbWFzdGVyIFVETUE2NgphZDE6IDgyMDdNQiA8U1QzODY0MUE+ IFsxNjY3Ni8xNi82M10gYXQgYXRhMC1zbGF2ZSBVRE1BMzMKYWNkMDogQ0QtUlcgPENELVc1MTJF Qj4gYXQgYXRhMS1tYXN0ZXIgUElPNAphY2QxOiBDRFJPTSA8Q0QtNTMyRS1CPiBhdCBhdGExLXNs YXZlIFBJTzQKTW91bnRpbmcgcm9vdCBmcm9tIHVmczovZGV2L2FkMXMxYQo= --========GMXBoundary79151023147691 Content-Type: text/plain; name="output.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="output.txt" U2NyaXB0IHN0YXJ0ZWQgb24gVHVlIEp1biAgNCAwMTo0MjoxNyAyMDAyCmJyYWluIyBtYWtlDQ0K Y2MgLWMgLU8gLXBpcGUgIC1XYWxsIC1XcmVkdW5kYW50LWRlY2xzIC1XbmVzdGVkLWV4dGVybnMg LVdzdHJpY3QtcHJvdG90eXBlcyAgLVdtaXNzaW5nLXByb3RvdHlwZXMgLVdwb2ludGVyLWFyaXRo IC1XaW5saW5lIC1XY2FzdC1xdWFsICAtZmZvcm1hdC1leHRlbnNpb25zIC1hbnNpICAtbm9zdGRp bmMgLUktIC1JLiAtSS4uLy4uIC1JLi4vLi4vLi4vaW5jbHVkZSAtSS4uLy4uL2NvbnRyaWIvaXBm aWx0ZXIgIC1EX0tFUk5FTCAtaW5jbHVkZSBvcHRfZ2xvYmFsLmggLWVsZiAgLW1wcmVmZXJyZWQt c3RhY2stYm91bmRhcnk9MiAgLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYw0KSW4gZmlsZSBpbmNs dWRlZCBmcm9tIC4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6Nzc3Og0KLi4vLi4vZGV2L2F0YS9h dGEtYWxsLmg6MTU2OiByZWRlZmluaXRpb24gb2YgYHN0cnVjdCBhdGFfZG1hZW50cnknDQouLi8u Li9kZXYvYXRhL2F0YS1hbGwuaDoxNjI6IHJlZGVmaW5pdGlvbiBvZiBgc3RydWN0IGF0YV9kZXZp Y2UnDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoxODI6IHJlZGVmaW5pdGlvbiBvZiBgc3RydWN0 IGF0YV9jaGFubmVsJw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjM1OiB3YXJuaW5nOiByZWR1 bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhX2RldmNsYXNzJyBpbiBzYW1lIHNjb3BlDQouLi8u Li9kZXYvYXRhL2F0YS1hbGwuaDoyMzU6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9m IGBhdGFfZGV2Y2xhc3MnDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyMzg6IHdhcm5pbmc6IHJl ZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFfcHJvYmUnIGluIHNhbWUgc2NvcGUNCi4uLy4u L2Rldi9hdGEvYXRhLWFsbC5oOjIzODogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2Yg YGF0YV9wcm9iZScNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjIzOTogd2FybmluZzogcmVkdW5k YW50IHJlZGVjbGFyYXRpb24gb2YgYGF0YV9hdHRhY2gnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rl di9hdGEvYXRhLWFsbC5oOjIzOTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0 YV9hdHRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNDA6IHdhcm5pbmc6IHJlZHVuZGFu dCByZWRlY2xhcmF0aW9uIG9mIGBhdGFfZGV0YWNoJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYv YXRhL2F0YS1hbGwuaDoyNDA6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFf ZGV0YWNoJw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjQxOiB3YXJuaW5nOiByZWR1bmRhbnQg cmVkZWNsYXJhdGlvbiBvZiBgYXRhX3Jlc3VtZScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0 YS9hdGEtYWxsLmg6MjQxOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3Jl c3VtZScNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI0Mzogd2FybmluZzogcmVkdW5kYW50IHJl ZGVjbGFyYXRpb24gb2YgYGF0YV9zdGFydCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9h dGEtYWxsLmg6MjQzOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3N0YXJ0 Jw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjQ0OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNs YXJhdGlvbiBvZiBgYXRhX3Jlc2V0JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YS1h bGwuaDoyNDQ6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfcmVzZXQnDQou Li8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNDU6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0 aW9uIG9mIGBhdGFfcmVpbml0JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwu aDoyNDU6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfcmVpbml0Jw0KLi4v Li4vZGV2L2F0YS9hdGEtYWxsLmg6MjQ2OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlv biBvZiBgYXRhX3dhaXQnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI0 Njogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV93YWl0Jw0KLi4vLi4vZGV2 L2F0YS9hdGEtYWxsLmg6MjQ3OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBg YXRhX2NvbW1hbmQnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI0Nzog d2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9jb21tYW5kJw0KLi4vLi4vZGV2 L2F0YS9hdGEtYWxsLmg6MjQ4OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBg YXRhX2RyYXdlcmxlZHMnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI0 ODogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9kcmF3ZXJsZWRzJw0KLi4v Li4vZGV2L2F0YS9hdGEtYWxsLmg6MjQ5OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlv biBvZiBgYXRhX3ByaW50ZicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6 MjQ5OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3ByaW50ZicNCi4uLy4u L2Rldi9hdGEvYXRhLWFsbC5oOjI1MDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24g b2YgYGF0YV9wcnRkZXYnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI1 MDogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9wcnRkZXYnDQouLi8uLi9k ZXYvYXRhL2F0YS1hbGwuaDoyNTE6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9m IGBhdGFfc2V0X25hbWUnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI1 MTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9zZXRfbmFtZScNCi4uLy4u L2Rldi9hdGEvYXRhLWFsbC5oOjI1Mjogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24g b2YgYGF0YV9mcmVlX25hbWUnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5o OjI1Mjogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9mcmVlX25hbWUnDQou Li8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNTM6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0 aW9uIG9mIGBhdGFfZ2V0X2x1bicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxs Lmg6MjUzOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2dldF9sdW4nDQou Li8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNTQ6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0 aW9uIG9mIGBhdGFfdGVzdF9sdW4nIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFs bC5oOjI1NDogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV90ZXN0X2x1bicN Ci4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI1NTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFy YXRpb24gb2YgYGF0YV9mcmVlX2x1bicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEt YWxsLmg6MjU1OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2ZyZWVfbHVu Jw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjU2OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNs YXJhdGlvbiBvZiBgYXRhX21vZGUyc3RyJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0 YS1hbGwuaDoyNTY6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfbW9kZTJz dHInDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNTc6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRl Y2xhcmF0aW9uIG9mIGBhdGFfcG1vZGUnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRh LWFsbC5oOjI1Nzogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9wbW9kZScN Ci4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI1ODogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFy YXRpb24gb2YgYGF0YV93bW9kZScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxs Lmg6MjU4OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3dtb2RlJw0KLi4v Li4vZGV2L2F0YS9hdGEtYWxsLmg6MjU5OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlv biBvZiBgYXRhX3Vtb2RlJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoy NTk6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfdW1vZGUnDQouLi8uLi9k ZXYvYXRhL2F0YS1hbGwuaDoyNjA6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9m IGBhdGFfZmluZF9kZXYnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI2 MDogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9maW5kX2RldicNCi4uLy4u L2Rldi9hdGEvYXRhLWFsbC5oOjI2Mjogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24g b2YgYGF0YV9kbWFhbGxvYycgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6 MjYyOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2RtYWFsbG9jJw0KLi4v Li4vZGV2L2F0YS9hdGEtYWxsLmg6MjYzOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlv biBvZiBgYXRhX2RtYWluaXQnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5o OjI2Mzogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9kbWFpbml0Jw0KLi4v Li4vZGV2L2F0YS9hdGEtYWxsLmg6MjY0OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlv biBvZiBgYXRhX2RtYXNldHVwJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwu aDoyNjQ6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfZG1hc2V0dXAnDQou Li8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNjU6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0 aW9uIG9mIGBhdGFfZG1hc3RhcnQnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFs bC5oOjI2NTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9kbWFzdGFydCcN Ci4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI2Njogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFy YXRpb24gb2YgYGF0YV9kbWFzdGF0dXMnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRh LWFsbC5oOjI2Njogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9kbWFzdGF0 dXMnDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNjc6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRl Y2xhcmF0aW9uIG9mIGBhdGFfZG1hZG9uZScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9h dGEtYWxsLmg6MjY3OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2RtYWRv bmUnDQpJbiBmaWxlIGluY2x1ZGVkIGZyb20gLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo3Nzg6 DQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjEyMzogcmVkZWZpbml0aW9uIG9mIGBzdHJ1Y3Qg YXRhcGlfcmVxc2Vuc2UnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE0NjogcmVkZWZpbml0 aW9uIG9mIGBhdGFwaV9jYWxsYmFja190Jw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxNDY6 IGBhdGFwaV9jYWxsYmFja190JyBwcmV2aW91c2x5IGRlY2xhcmVkIGhlcmUNCi4uLy4uL2Rldi9h dGEvYXRhcGktYWxsLmg6MTQ4OiByZWRlZmluaXRpb24gb2YgYHN0cnVjdCBhdGFwaV9yZXF1ZXN0 Jw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxNzQ6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRl Y2xhcmF0aW9uIG9mIGBhdGFwaV9hdHRhY2gnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEv YXRhcGktYWxsLmg6MTc0OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhcGlf YXR0YWNoJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxNzU6IHdhcm5pbmc6IHJlZHVuZGFu dCByZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV9jYW1fYXR0YWNoX2J1cycgaW4gc2FtZSBzY29wZQ0K Li4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxMTY6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0 aW9uIG9mIGBhdGFwaV9jYW1fYXR0YWNoX2J1cycNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxsLmg6 MTc2OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfZGV0YWNoJyBp biBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE3Njogd2FybmluZzogcHJl dmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX2RldGFjaCcNCi4uLy4uL2Rldi9hdGEvYXRhcGkt YWxsLmg6MTc3OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfY2Ft X2RldGFjaF9idXMnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTgz OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhcGlfY2FtX2RldGFjaF9idXMn DQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE3ODogd2FybmluZzogcmVkdW5kYW50IHJlZGVj bGFyYXRpb24gb2YgYGF0YXBpX3JlaW5pdCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9h dGFwaS1hbGwuaDoxNzg6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV9y ZWluaXQnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE3OTogd2FybmluZzogcmVkdW5kYW50 IHJlZGVjbGFyYXRpb24gb2YgYGF0YXBpX3N0YXJ0JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYv YXRhL2F0YXBpLWFsbC5oOjE3OTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0 YXBpX3N0YXJ0Jw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODA6IHdhcm5pbmc6IHJlZHVu ZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV90cmFuc2ZlcicgaW4gc2FtZSBzY29wZQ0KLi4v Li4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODA6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9u IG9mIGBhdGFwaV90cmFuc2ZlcicNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxsLmg6MTgxOiB3YXJu aW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfaW50ZXJydXB0JyBpbiBzYW1l IHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE4MTogd2FybmluZzogcHJldmlvdXMg ZGVjbGFyYXRpb24gb2YgYGF0YXBpX2ludGVycnVwdCcNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxs Lmg6MTgyOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfcXVldWVf Y21kJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE4Mjogd2Fybmlu ZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX3F1ZXVlX2NtZCcNCi4uLy4uL2Rldi9h dGEvYXRhcGktYWxsLmg6MTgzOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBg YXRhcGlfdGVzdF9yZWFkeScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwu aDoxODM6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV90ZXN0X3JlYWR5 Jw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODQ6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRl Y2xhcmF0aW9uIG9mIGBhdGFwaV93YWl0X2RzYycgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0 YS9hdGFwaS1hbGwuaDoxODQ6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFw aV93YWl0X2RzYycNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxsLmg6MTg1OiB3YXJuaW5nOiByZWR1 bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfcmVxdWVzdF9zZW5zZScgaW4gc2FtZSBzY29w ZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODU6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xh cmF0aW9uIG9mIGBhdGFwaV9yZXF1ZXN0X3NlbnNlJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwu aDoxODY6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV9kdW1wJyBp biBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE4Njogd2FybmluZzogcHJl dmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX2R1bXAnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFs bC5oOjE4Nzogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFjZGF0dGFjaCcg aW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODc6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhY2RhdHRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFs bC5oOjE4ODogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFjZGRldGFjaCcg aW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODg6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhY2RkZXRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFs bC5oOjE4OTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFjZF9zdGFydCcg aW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODk6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhY2Rfc3RhcnQnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFs bC5oOjE5MDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFmZGF0dGFjaCcg aW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTA6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhZmRhdHRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFs bC5oOjE5MTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFmZGRldGFjaCcg aW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTE6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhZmRkZXRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFs bC5oOjE5Mjogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFmZF9zdGFydCcg aW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTI6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhZmRfc3RhcnQnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFs bC5oOjE5Mzogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFzdGF0dGFjaCcg aW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTM6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhc3RhdHRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFs bC5oOjE5NDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFzdGRldGFjaCcg aW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTQ6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhc3RkZXRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFs bC5oOjE5NTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFzdF9zdGFydCcg aW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTU6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhc3Rfc3RhcnQnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNh bS5jOjc4OTogcmVkZWZpbml0aW9uIG9mIGBzdHJ1Y3QgYXRhcGlfaGNiJw0KLi4vLi4vZGV2L2F0 YS9hdGFwaS1jYW0uYzo4MDY6IHJlZGVmaW5pdGlvbiBvZiBgc3RydWN0IGF0YXBpX3hwdF9zb2Z0 YycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6ODE5OiBjb25mbGljdGluZyB0eXBlcyBmb3Ig YGFsbF9idXNlcycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6OTE6IHByZXZpb3VzIGRlY2xh cmF0aW9uIG9mIGBhbGxfYnVzZXMnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjgxOTogd2Fy bmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFsbF9idXNlcycgaW4gc2FtZSBzY29w ZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo5MTogd2FybmluZzogcHJldmlvdXMgZGVjbGFy YXRpb24gb2YgYGFsbF9idXNlcycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6ODIyOiB3YXJu aW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfYWN0aW9uJyBpbiBzYW1lIHNj b3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjIxODogd2FybmluZzogcHJldmlvdXMgZGVj bGFyYXRpb24gb2YgYGF0YXBpX2FjdGlvbicNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6ODIz OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfYWN0aW9uMScgaW4g c2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMjY6IHdhcm5pbmc6IHByZXZp b3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV9hY3Rpb24xJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1j YW0uYzo4MjQ6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV9wb2xs JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjUxNzogd2FybmluZzog cHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX3BvbGwnDQouLi8uLi9kZXYvYXRhL2F0YXBp LWNhbS5jOjgyNTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGF0YXBpX2Fz eW5jJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjU4Njogd2Fybmlu ZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX2FzeW5jJw0KLi4vLi4vZGV2L2F0YS9h dGFwaS1jYW0uYzo4MjY6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFw aV9hc3luYzEnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6NTk0OiB3 YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhcGlfYXN5bmMxJw0KLi4vLi4vZGV2 L2F0YS9hdGFwaS1jYW0uYzo4Mjc6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9m IGBhdGFwaV9jYicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo1MjY6 IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV9jYicNCi4uLy4uL2Rldi9h dGEvYXRhcGktY2FtLmM6ODMwOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBg c2V0dXBfZGV2JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE5NTog d2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYHNldHVwX2RldicNCi4uLy4uL2Rldi9h dGEvYXRhcGktY2FtLmM6ODMxOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBg c2V0dXBfYXN5bmNfY2InIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6 MjA1OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgc2V0dXBfYXN5bmNfY2InDQou Li8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjgzMjogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFy YXRpb24gb2YgYGNhbV9yZXNjYW5fY2FsbGJhY2snIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9h dGEvYXRhcGktY2FtLmM6NjE4OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgY2Ft X3Jlc2Nhbl9jYWxsYmFjaycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6ODMzOiB3YXJuaW5n OiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgY2FtX3Jlc2NhbicgaW4gc2FtZSBzY29wZQ0K Li4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo2MzM6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0 aW9uIG9mIGBjYW1fcmVzY2FuJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo4MzQ6IHdhcm5p bmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBmcmVlX2hjYl9hbmRfY2NiX2RvbmUnIGlu IHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6NTY1OiB3YXJuaW5nOiBwcmV2 aW91cyBkZWNsYXJhdGlvbiBvZiBgZnJlZV9oY2JfYW5kX2NjYl9kb25lJw0KLi4vLi4vZGV2L2F0 YS9hdGFwaS1jYW0uYzo4MzU6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBh bGxvY2F0ZV9oY2InIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6NjYw OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYWxsb2NhdGVfaGNiJw0KLi4vLi4v ZGV2L2F0YS9hdGFwaS1jYW0uYzo4MzY6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9u IG9mIGBmcmVlX2hjYicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo2 NzU6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBmcmVlX2hjYicNCi4uLy4uL2Rl di9hdGEvYXRhcGktY2FtLmM6ODM3OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBv ZiBgZnJlZV9zb2Z0YycgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo2 ODM6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBmcmVlX3NvZnRjJw0KLi4vLi4v ZGV2L2F0YS9hdGFwaS1jYW0uYzo4Mzg6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9u IG9mIGBnZXRfYXRhX2RldmljZScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1j YW0uYzo3MTQ6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBnZXRfYXRhX2Rldmlj ZScNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6ODQwOiByZWRlZmluaXRpb24gb2YgYE1fQVRB Q0FNJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxMTI6IGBNX0FUQUNBTScgcHJldmlvdXNs eSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6ODQwOiByZWRlZmluaXRp b24gb2YgYE1fQVRBQ0FNX2luaXRfc3lzX2luaXQnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5j OjExMjogYE1fQVRBQ0FNX2luaXRfc3lzX2luaXQnIHByZXZpb3VzbHkgZGVmaW5lZCBoZXJlDQou Li8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjg0MDogcmVkZWZpbml0aW9uIG9mIGBfX3NldF9zeXNp bml0X3NldF9zeW1fTV9BVEFDQU1faW5pdF9zeXNfaW5pdCcNCi4uLy4uL2Rldi9hdGEvYXRhcGkt Y2FtLmM6MTEyOiBgX19zZXRfc3lzaW5pdF9zZXRfc3ltX01fQVRBQ0FNX2luaXRfc3lzX2luaXQn IHByZXZpb3VzbHkgZGVmaW5lZCBoZXJlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjg0MDog cmVkZWZpbml0aW9uIG9mIGBNX0FUQUNBTV91bmluaXRfc3lzX3VuaW5pdCcNCi4uLy4uL2Rldi9h dGEvYXRhcGktY2FtLmM6MTEyOiBgTV9BVEFDQU1fdW5pbml0X3N5c191bmluaXQnIHByZXZpb3Vz bHkgZGVmaW5lZCBoZXJlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjg0MDogcmVkZWZpbml0 aW9uIG9mIGBfX3NldF9zeXN1bmluaXRfc2V0X3N5bV9NX0FUQUNBTV91bmluaXRfc3lzX3VuaW5p dCcNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTEyOiBgX19zZXRfc3lzdW5pbml0X3NldF9z eW1fTV9BVEFDQU1fdW5pbml0X3N5c191bmluaXQnIHByZXZpb3VzbHkgZGVmaW5lZCBoZXJlDQou Li8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjg0NDogcmVkZWZpbml0aW9uIG9mIGBhdGFwaV9jYW1f YXR0YWNoX2J1cycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTE2OiBgYXRhcGlfY2FtX2F0 dGFjaF9idXMnIHByZXZpb3VzbHkgZGVmaW5lZCBoZXJlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNh bS5jOjkxMTogcmVkZWZpbml0aW9uIG9mIGBhdGFwaV9jYW1fZGV0YWNoX2J1cycNCi4uLy4uL2Rl di9hdGEvYXRhcGktY2FtLmM6MTgzOiBgYXRhcGlfY2FtX2RldGFjaF9idXMnIHByZXZpb3VzbHkg ZGVmaW5lZCBoZXJlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjkyMzogcmVkZWZpbml0aW9u IG9mIGBzZXR1cF9kZXYnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE5NTogYHNldHVwX2Rl dicgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6OTMz OiByZWRlZmluaXRpb24gb2YgYHNldHVwX2FzeW5jX2NiJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1j YW0uYzoyMDU6IGBzZXR1cF9hc3luY19jYicgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4u L2Rldi9hdGEvYXRhcGktY2FtLmM6OTQ2OiByZWRlZmluaXRpb24gb2YgYGF0YXBpX2FjdGlvbicN Ci4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MjE4OiBgYXRhcGlfYWN0aW9uJyBwcmV2aW91c2x5 IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo5NTQ6IHJlZGVmaW5pdGlv biBvZiBgYXRhcGlfYWN0aW9uMScNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MjI2OiBgYXRh cGlfYWN0aW9uMScgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGkt Y2FtLmM6MTI0NTogcmVkZWZpbml0aW9uIG9mIGBhdGFwaV9wb2xsJw0KLi4vLi4vZGV2L2F0YS9h dGFwaS1jYW0uYzo1MTc6IGBhdGFwaV9wb2xsJyBwcmV2aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4v Li4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxMjU0OiByZWRlZmluaXRpb24gb2YgYGF0YXBpX2NiJw0K Li4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo1MjY6IGBhdGFwaV9jYicgcHJldmlvdXNseSBkZWZp bmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTI5MzogcmVkZWZpbml0aW9uIG9m IGBmcmVlX2hjYl9hbmRfY2NiX2RvbmUnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjU2NTog YGZyZWVfaGNiX2FuZF9jY2JfZG9uZScgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rl di9hdGEvYXRhcGktY2FtLmM6MTMxNDogcmVkZWZpbml0aW9uIG9mIGBhdGFwaV9hc3luYycNCi4u Ly4uL2Rldi9hdGEvYXRhcGktY2FtLmM6NTg2OiBgYXRhcGlfYXN5bmMnIHByZXZpb3VzbHkgZGVm aW5lZCBoZXJlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjEzMjI6IHJlZGVmaW5pdGlvbiBv ZiBgYXRhcGlfYXN5bmMxJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo1OTQ6IGBhdGFwaV9h c3luYzEnIHByZXZpb3VzbHkgZGVmaW5lZCBoZXJlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5j OjEzNDY6IHJlZGVmaW5pdGlvbiBvZiBgY2FtX3Jlc2Nhbl9jYWxsYmFjaycNCi4uLy4uL2Rldi9h dGEvYXRhcGktY2FtLmM6NjE4OiBgY2FtX3Jlc2Nhbl9jYWxsYmFjaycgcHJldmlvdXNseSBkZWZp bmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTM2MTogcmVkZWZpbml0aW9uIG9m IGBjYW1fcmVzY2FuJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo2MzM6IGBjYW1fcmVzY2Fu JyBwcmV2aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxMzg4 OiByZWRlZmluaXRpb24gb2YgYGFsbG9jYXRlX2hjYicNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2Ft LmM6NjYwOiBgYWxsb2NhdGVfaGNiJyBwcmV2aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2 L2F0YS9hdGFwaS1jYW0uYzoxNDAzOiByZWRlZmluaXRpb24gb2YgYGZyZWVfaGNiJw0KLi4vLi4v ZGV2L2F0YS9hdGFwaS1jYW0uYzo2NzU6IGBmcmVlX2hjYicgcHJldmlvdXNseSBkZWZpbmVkIGhl cmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTQxMTogcmVkZWZpbml0aW9uIG9mIGBmcmVl X3NvZnRjJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo2ODM6IGBmcmVlX3NvZnRjJyBwcmV2 aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNDQyOiByZWRl ZmluaXRpb24gb2YgYGdldF9hdGFfZGV2aWNlJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo3 MTQ6IGBnZXRfYXRhX2RldmljZScgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCkluIGZpbGUgaW5j bHVkZWQgZnJvbSAuLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE1MDU6DQouLi8uLi9kZXYvYXRh L2F0YS1hbGwuaDoxNTY6IHJlZGVmaW5pdGlvbiBvZiBgc3RydWN0IGF0YV9kbWFlbnRyeScNCi4u Ly4uL2Rldi9hdGEvYXRhLWFsbC5oOjE2MjogcmVkZWZpbml0aW9uIG9mIGBzdHJ1Y3QgYXRhX2Rl dmljZScNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjE4MjogcmVkZWZpbml0aW9uIG9mIGBzdHJ1 Y3QgYXRhX2NoYW5uZWwnDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyMzU6IHdhcm5pbmc6IHJl ZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFfZGV2Y2xhc3MnIGluIHNhbWUgc2NvcGUNCi4u Ly4uL2Rldi9hdGEvYXRhLWFsbC5oOjIzNTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24g b2YgYGF0YV9kZXZjbGFzcycNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjIzODogd2FybmluZzog cmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGF0YV9wcm9iZScgaW4gc2FtZSBzY29wZQ0KLi4v Li4vZGV2L2F0YS9hdGEtYWxsLmg6MjM4OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBv ZiBgYXRhX3Byb2JlJw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjM5OiB3YXJuaW5nOiByZWR1 bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhX2F0dGFjaCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4v ZGV2L2F0YS9hdGEtYWxsLmg6MjM5OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBg YXRhX2F0dGFjaCcNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI0MDogd2FybmluZzogcmVkdW5k YW50IHJlZGVjbGFyYXRpb24gb2YgYGF0YV9kZXRhY2gnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rl di9hdGEvYXRhLWFsbC5oOjI0MDogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0 YV9kZXRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNDE6IHdhcm5pbmc6IHJlZHVuZGFu dCByZWRlY2xhcmF0aW9uIG9mIGBhdGFfcmVzdW1lJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYv YXRhL2F0YS1hbGwuaDoyNDE6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFf cmVzdW1lJw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjQzOiB3YXJuaW5nOiByZWR1bmRhbnQg cmVkZWNsYXJhdGlvbiBvZiBgYXRhX3N0YXJ0JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRh L2F0YS1hbGwuaDoyNDM6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfc3Rh cnQnDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNDQ6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRl Y2xhcmF0aW9uIG9mIGBhdGFfcmVzZXQnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRh LWFsbC5oOjI0NDogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9yZXNldCcN Ci4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI0NTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFy YXRpb24gb2YgYGF0YV9yZWluaXQnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFs bC5oOjI0NTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9yZWluaXQnDQou Li8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNDY6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0 aW9uIG9mIGBhdGFfd2FpdCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6 MjQ2OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3dhaXQnDQouLi8uLi9k ZXYvYXRhL2F0YS1hbGwuaDoyNDc6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9m IGBhdGFfY29tbWFuZCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjQ3 OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2NvbW1hbmQnDQouLi8uLi9k ZXYvYXRhL2F0YS1hbGwuaDoyNDg6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9m IGBhdGFfZHJhd2VybGVkcycgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6 MjQ4OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2RyYXdlcmxlZHMnDQou Li8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNDk6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0 aW9uIG9mIGBhdGFfcHJpbnRmJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwu aDoyNDk6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfcHJpbnRmJw0KLi4v Li4vZGV2L2F0YS9hdGEtYWxsLmg6MjUwOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlv biBvZiBgYXRhX3BydGRldicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6 MjUwOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3BydGRldicNCi4uLy4u L2Rldi9hdGEvYXRhLWFsbC5oOjI1MTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24g b2YgYGF0YV9zZXRfbmFtZScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6 MjUxOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3NldF9uYW1lJw0KLi4v Li4vZGV2L2F0YS9hdGEtYWxsLmg6MjUyOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlv biBvZiBgYXRhX2ZyZWVfbmFtZScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxs Lmg6MjUyOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2ZyZWVfbmFtZScN Ci4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI1Mzogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFy YXRpb24gb2YgYGF0YV9nZXRfbHVuJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YS1h bGwuaDoyNTM6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfZ2V0X2x1bicN Ci4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI1NDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFy YXRpb24gb2YgYGF0YV90ZXN0X2x1bicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEt YWxsLmg6MjU0OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3Rlc3RfbHVu Jw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjU1OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNs YXJhdGlvbiBvZiBgYXRhX2ZyZWVfbHVuJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0 YS1hbGwuaDoyNTU6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfZnJlZV9s dW4nDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNTY6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRl Y2xhcmF0aW9uIG9mIGBhdGFfbW9kZTJzdHInIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEv YXRhLWFsbC5oOjI1Njogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9tb2Rl MnN0cicNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI1Nzogd2FybmluZzogcmVkdW5kYW50IHJl ZGVjbGFyYXRpb24gb2YgYGF0YV9wbW9kZScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9h dGEtYWxsLmg6MjU3OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3Btb2Rl Jw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjU4OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNs YXJhdGlvbiBvZiBgYXRhX3dtb2RlJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YS1h bGwuaDoyNTg6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfd21vZGUnDQou Li8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNTk6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0 aW9uIG9mIGBhdGFfdW1vZGUnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5o OjI1OTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV91bW9kZScNCi4uLy4u L2Rldi9hdGEvYXRhLWFsbC5oOjI2MDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24g b2YgYGF0YV9maW5kX2RldicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6 MjYwOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2ZpbmRfZGV2Jw0KLi4v Li4vZGV2L2F0YS9hdGEtYWxsLmg6MjYyOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlv biBvZiBgYXRhX2RtYWFsbG9jJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwu aDoyNjI6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfZG1hYWxsb2MnDQou Li8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNjM6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0 aW9uIG9mIGBhdGFfZG1haW5pdCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxs Lmg6MjYzOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2RtYWluaXQnDQou Li8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNjQ6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0 aW9uIG9mIGBhdGFfZG1hc2V0dXAnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFs bC5oOjI2NDogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9kbWFzZXR1cCcN Ci4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI2NTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFy YXRpb24gb2YgYGF0YV9kbWFzdGFydCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEt YWxsLmg6MjY1OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2RtYXN0YXJ0 Jw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjY2OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNs YXJhdGlvbiBvZiBgYXRhX2RtYXN0YXR1cycgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9h dGEtYWxsLmg6MjY2OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2RtYXN0 YXR1cycNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI2Nzogd2FybmluZzogcmVkdW5kYW50IHJl ZGVjbGFyYXRpb24gb2YgYGF0YV9kbWFkb25lJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRh L2F0YS1hbGwuaDoyNjc6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfZG1h ZG9uZScNCkluIGZpbGUgaW5jbHVkZWQgZnJvbSAuLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE1 MDY6DQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjEyMzogcmVkZWZpbml0aW9uIG9mIGBzdHJ1 Y3QgYXRhcGlfcmVxc2Vuc2UnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE0NjogcmVkZWZp bml0aW9uIG9mIGBhdGFwaV9jYWxsYmFja190Jw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDox NDY6IGBhdGFwaV9jYWxsYmFja190JyBwcmV2aW91c2x5IGRlY2xhcmVkIGhlcmUNCi4uLy4uL2Rl di9hdGEvYXRhcGktYWxsLmg6MTQ4OiByZWRlZmluaXRpb24gb2YgYHN0cnVjdCBhdGFwaV9yZXF1 ZXN0Jw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxNzQ6IHdhcm5pbmc6IHJlZHVuZGFudCBy ZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV9hdHRhY2gnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9h dGEvYXRhcGktYWxsLmg6MTc0OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRh cGlfYXR0YWNoJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxNzU6IHdhcm5pbmc6IHJlZHVu ZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV9jYW1fYXR0YWNoX2J1cycgaW4gc2FtZSBzY29w ZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo4NDQ6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xh cmF0aW9uIG9mIGBhdGFwaV9jYW1fYXR0YWNoX2J1cycNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxs Lmg6MTc2OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfZGV0YWNo JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE3Njogd2FybmluZzog cHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX2RldGFjaCcNCi4uLy4uL2Rldi9hdGEvYXRh cGktYWxsLmg6MTc3OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlf Y2FtX2RldGFjaF9idXMnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6 OTExOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhcGlfY2FtX2RldGFjaF9i dXMnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE3ODogd2FybmluZzogcmVkdW5kYW50IHJl ZGVjbGFyYXRpb24gb2YgYGF0YXBpX3JlaW5pdCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0 YS9hdGFwaS1hbGwuaDoxNzg6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFw aV9yZWluaXQnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE3OTogd2FybmluZzogcmVkdW5k YW50IHJlZGVjbGFyYXRpb24gb2YgYGF0YXBpX3N0YXJ0JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9k ZXYvYXRhL2F0YXBpLWFsbC5oOjE3OTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2Yg YGF0YXBpX3N0YXJ0Jw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODA6IHdhcm5pbmc6IHJl ZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV90cmFuc2ZlcicgaW4gc2FtZSBzY29wZQ0K Li4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODA6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0 aW9uIG9mIGBhdGFwaV90cmFuc2ZlcicNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxsLmg6MTgxOiB3 YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfaW50ZXJydXB0JyBpbiBz YW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE4MTogd2FybmluZzogcHJldmlv dXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX2ludGVycnVwdCcNCi4uLy4uL2Rldi9hdGEvYXRhcGkt YWxsLmg6MTgyOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfcXVl dWVfY21kJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE4Mjogd2Fy bmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX3F1ZXVlX2NtZCcNCi4uLy4uL2Rl di9hdGEvYXRhcGktYWxsLmg6MTgzOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBv ZiBgYXRhcGlfdGVzdF9yZWFkeScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1h bGwuaDoxODM6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV90ZXN0X3Jl YWR5Jw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODQ6IHdhcm5pbmc6IHJlZHVuZGFudCBy ZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV93YWl0X2RzYycgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2 L2F0YS9hdGFwaS1hbGwuaDoxODQ6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBh dGFwaV93YWl0X2RzYycNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxsLmg6MTg1OiB3YXJuaW5nOiBy ZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfcmVxdWVzdF9zZW5zZScgaW4gc2FtZSBz Y29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODU6IHdhcm5pbmc6IHByZXZpb3VzIGRl Y2xhcmF0aW9uIG9mIGBhdGFwaV9yZXF1ZXN0X3NlbnNlJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1h bGwuaDoxODY6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV9kdW1w JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE4Njogd2FybmluZzog cHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX2R1bXAnDQouLi8uLi9kZXYvYXRhL2F0YXBp LWFsbC5oOjE4Nzogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFjZGF0dGFj aCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODc6IHdhcm5pbmc6 IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhY2RhdHRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBp LWFsbC5oOjE4ODogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFjZGRldGFj aCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODg6IHdhcm5pbmc6 IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhY2RkZXRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBp LWFsbC5oOjE4OTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFjZF9zdGFy dCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODk6IHdhcm5pbmc6 IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhY2Rfc3RhcnQnDQouLi8uLi9kZXYvYXRhL2F0YXBp LWFsbC5oOjE5MDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFmZGF0dGFj aCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTA6IHdhcm5pbmc6 IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhZmRhdHRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBp LWFsbC5oOjE5MTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFmZGRldGFj aCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTE6IHdhcm5pbmc6 IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhZmRkZXRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBp LWFsbC5oOjE5Mjogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFmZF9zdGFy dCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTI6IHdhcm5pbmc6 IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhZmRfc3RhcnQnDQouLi8uLi9kZXYvYXRhL2F0YXBp LWFsbC5oOjE5Mzogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFzdGF0dGFj aCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTM6IHdhcm5pbmc6 IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhc3RhdHRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBp LWFsbC5oOjE5NDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFzdGRldGFj aCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTQ6IHdhcm5pbmc6 IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhc3RkZXRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBp LWFsbC5oOjE5NTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFzdF9zdGFy dCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTU6IHdhcm5pbmc6 IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhc3Rfc3RhcnQnDQouLi8uLi9kZXYvYXRhL2F0YXBp LWNhbS5jOjE1MTc6IHJlZGVmaW5pdGlvbiBvZiBgc3RydWN0IGF0YXBpX2hjYicNCi4uLy4uL2Rl di9hdGEvYXRhcGktY2FtLmM6MTUzNDogcmVkZWZpbml0aW9uIG9mIGBzdHJ1Y3QgYXRhcGlfeHB0 X3NvZnRjJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNTQ3OiBjb25mbGljdGluZyB0eXBl cyBmb3IgYGFsbF9idXNlcycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6ODE5OiBwcmV2aW91 cyBkZWNsYXJhdGlvbiBvZiBgYWxsX2J1c2VzJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzox NTQ3OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYWxsX2J1c2VzJyBpbiBz YW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjgxOTogd2FybmluZzogcHJldmlv dXMgZGVjbGFyYXRpb24gb2YgYGFsbF9idXNlcycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6 MTU1MDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGF0YXBpX2FjdGlvbicg aW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo5NDY6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV9hY3Rpb24nDQplLi4vLi4vZGV2L2F0YS9hdGFw aS1jYW0uYzoxNTUxOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlf YWN0aW9uMScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo5NTQ6IHdh cm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV9hY3Rpb24xJw0KLi4vLi4vZGV2 L2F0YS9hdGFwaS1jYW0uYzoxNTUyOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBv ZiBgYXRhcGlfcG9sbCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzox MjQ1OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhcGlfcG9sbCcNCi4uLy4u L2Rldi9hdGEvYXRhcGktY2FtLmM6MTU1Mzogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRp b24gb2YgYGF0YXBpX2FzeW5jJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNh bS5jOjEzMTQ6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV9hc3luYycN Ci4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTU1NDogd2FybmluZzogcmVkdW5kYW50IHJlZGVj bGFyYXRpb24gb2YgYGF0YXBpX2FzeW5jMScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9h dGFwaS1jYW0uYzoxMzIyOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhcGlf YXN5bmMxJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNTU1OiB3YXJuaW5nOiByZWR1bmRh bnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfY2InIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9h dGEvYXRhcGktY2FtLmM6MTI1NDogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0 YXBpX2NiJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNTU4OiB3YXJuaW5nOiByZWR1bmRh bnQgcmVkZWNsYXJhdGlvbiBvZiBgc2V0dXBfZGV2JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYv YXRhL2F0YXBpLWNhbS5jOjkyMzogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYHNl dHVwX2RldicNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTU1OTogd2FybmluZzogcmVkdW5k YW50IHJlZGVjbGFyYXRpb24gb2YgYHNldHVwX2FzeW5jX2NiJyBpbiBzYW1lIHNjb3BlDQouLi8u Li9kZXYvYXRhL2F0YXBpLWNhbS5jOjkzMzogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24g b2YgYHNldHVwX2FzeW5jX2NiJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNTYwOiB3YXJu aW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgY2FtX3Jlc2Nhbl9jYWxsYmFjaycgaW4g c2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxMzQ2OiB3YXJuaW5nOiBwcmV2 aW91cyBkZWNsYXJhdGlvbiBvZiBgY2FtX3Jlc2Nhbl9jYWxsYmFjaycNCi4uLy4uL2Rldi9hdGEv YXRhcGktY2FtLmM6MTU2MTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGNh bV9yZXNjYW4nIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTM2MTog d2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGNhbV9yZXNjYW4nDQouLi8uLi9kZXYv YXRhL2F0YXBpLWNhbS5jOjE1NjI6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9m IGBmcmVlX2hjYl9hbmRfY2NiX2RvbmUnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRh cGktY2FtLmM6MTI5Mzogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGZyZWVfaGNi X2FuZF9jY2JfZG9uZScNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTU2Mzogd2FybmluZzog cmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFsbG9jYXRlX2hjYicgaW4gc2FtZSBzY29wZQ0K Li4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxMzg4OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJh dGlvbiBvZiBgYWxsb2NhdGVfaGNiJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNTY0OiB3 YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgZnJlZV9oY2InIGluIHNhbWUgc2Nv cGUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTQwMzogd2FybmluZzogcHJldmlvdXMgZGVj bGFyYXRpb24gb2YgYGZyZWVfaGNiJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNTY1OiB3 YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgZnJlZV9zb2Z0YycgaW4gc2FtZSBz Y29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNDExOiB3YXJuaW5nOiBwcmV2aW91cyBk ZWNsYXJhdGlvbiBvZiBgZnJlZV9zb2Z0YycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTU2 Njogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGdldF9hdGFfZGV2aWNlJyBp biBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE0NDI6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBnZXRfYXRhX2RldmljZScNCi4uLy4uL2Rldi9hdGEvYXRh cGktY2FtLmM6MTU2ODogcmVkZWZpbml0aW9uIG9mIGBNX0FUQUNBTScNCi4uLy4uL2Rldi9hdGEv YXRhcGktY2FtLmM6ODQwOiBgTV9BVEFDQU0nIHByZXZpb3VzbHkgZGVmaW5lZCBoZXJlDQouLi8u Li9kZXYvYXRhL2F0YXBpLWNhbS5jOjE1Njg6IHJlZGVmaW5pdGlvbiBvZiBgTV9BVEFDQU1faW5p dF9zeXNfaW5pdCcNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6ODQwOiBgTV9BVEFDQU1faW5p dF9zeXNfaW5pdCcgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGkt Y2FtLmM6MTU2ODogcmVkZWZpbml0aW9uIG9mIGBfX3NldF9zeXNpbml0X3NldF9zeW1fTV9BVEFD QU1faW5pdF9zeXNfaW5pdCcNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6ODQwOiBgX19zZXRf c3lzaW5pdF9zZXRfc3ltX01fQVRBQ0FNX2luaXRfc3lzX2luaXQnIHByZXZpb3VzbHkgZGVmaW5l ZCBoZXJlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE1Njg6IHJlZGVmaW5pdGlvbiBvZiBg TV9BVEFDQU1fdW5pbml0X3N5c191bmluaXQnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjg0 MDogYE1fQVRBQ0FNX3VuaW5pdF9zeXNfdW5pbml0JyBwcmV2aW91c2x5IGRlZmluZWQgaGVyZQ0K Li4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNTY4OiByZWRlZmluaXRpb24gb2YgYF9fc2V0X3N5 c3VuaW5pdF9zZXRfc3ltX01fQVRBQ0FNX3VuaW5pdF9zeXNfdW5pbml0Jw0KLi4vLi4vZGV2L2F0 YS9hdGFwaS1jYW0uYzo4NDA6IGBfX3NldF9zeXN1bmluaXRfc2V0X3N5bV9NX0FUQUNBTV91bmlu aXRfc3lzX3VuaW5pdCcgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRh cGktY2FtLmM6MTU3MjogcmVkZWZpbml0aW9uIG9mIGBhdGFwaV9jYW1fYXR0YWNoX2J1cycNCi4u Ly4uL2Rldi9hdGEvYXRhcGktY2FtLmM6ODQ0OiBgYXRhcGlfY2FtX2F0dGFjaF9idXMnIHByZXZp b3VzbHkgZGVmaW5lZCBoZXJlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE2Mzk6IHJlZGVm aW5pdGlvbiBvZiBgYXRhcGlfY2FtX2RldGFjaF9idXMnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNh bS5jOjkxMTogYGF0YXBpX2NhbV9kZXRhY2hfYnVzJyBwcmV2aW91c2x5IGRlZmluZWQgaGVyZQ0K Li4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNjUxOiByZWRlZmluaXRpb24gb2YgYHNldHVwX2Rl dicNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6OTIzOiBgc2V0dXBfZGV2JyBwcmV2aW91c2x5 IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNjYxOiByZWRlZmluaXRp b24gb2YgYHNldHVwX2FzeW5jX2NiJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo5MzM6IGBz ZXR1cF9hc3luY19jYicgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRh cGktY2FtLmM6MTY3NDogcmVkZWZpbml0aW9uIG9mIGBhdGFwaV9hY3Rpb24nDQouLi8uLi9kZXYv YXRhL2F0YXBpLWNhbS5jOjk0NjogYGF0YXBpX2FjdGlvbicgcHJldmlvdXNseSBkZWZpbmVkIGhl cmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTY4MjogcmVkZWZpbml0aW9uIG9mIGBhdGFw aV9hY3Rpb24xJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo5NTQ6IGBhdGFwaV9hY3Rpb24x JyBwcmV2aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxOTcz OiByZWRlZmluaXRpb24gb2YgYGF0YXBpX3BvbGwnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5j OjEyNDU6IGBhdGFwaV9wb2xsJyBwcmV2aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0 YS9hdGFwaS1jYW0uYzoxOTgyOiByZWRlZmluaXRpb24gb2YgYGF0YXBpX2NiJw0KLi4vLi4vZGV2 L2F0YS9hdGFwaS1jYW0uYzoxMjU0OiBgYXRhcGlfY2InIHByZXZpb3VzbHkgZGVmaW5lZCBoZXJl DQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjIwMjE6IHJlZGVmaW5pdGlvbiBvZiBgZnJlZV9o Y2JfYW5kX2NjYl9kb25lJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxMjkzOiBgZnJlZV9o Y2JfYW5kX2NjYl9kb25lJyBwcmV2aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9h dGFwaS1jYW0uYzoyMDQyOiByZWRlZmluaXRpb24gb2YgYGF0YXBpX2FzeW5jJw0KLi4vLi4vZGV2 L2F0YS9hdGFwaS1jYW0uYzoxMzE0OiBgYXRhcGlfYXN5bmMnIHByZXZpb3VzbHkgZGVmaW5lZCBo ZXJlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjIwNTA6IHJlZGVmaW5pdGlvbiBvZiBgYXRh cGlfYXN5bmMxJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxMzIyOiBgYXRhcGlfYXN5bmMx JyBwcmV2aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMDc0 OiByZWRlZmluaXRpb24gb2YgYGNhbV9yZXNjYW5fY2FsbGJhY2snDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWNhbS5jOjEzNDY6IGBjYW1fcmVzY2FuX2NhbGxiYWNrJyBwcmV2aW91c2x5IGRlZmluZWQg aGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMDg5OiByZWRlZmluaXRpb24gb2YgYGNh bV9yZXNjYW4nDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjEzNjE6IGBjYW1fcmVzY2FuJyBw cmV2aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMTE2OiBy ZWRlZmluaXRpb24gb2YgYGFsbG9jYXRlX2hjYicNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6 MTM4ODogYGFsbG9jYXRlX2hjYicgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9h dGEvYXRhcGktY2FtLmM6MjEzMTogcmVkZWZpbml0aW9uIG9mIGBmcmVlX2hjYicNCi4uLy4uL2Rl di9hdGEvYXRhcGktY2FtLmM6MTQwMzogYGZyZWVfaGNiJyBwcmV2aW91c2x5IGRlZmluZWQgaGVy ZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMTM5OiByZWRlZmluaXRpb24gb2YgYGZyZWVf c29mdGMnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE0MTE6IGBmcmVlX3NvZnRjJyBwcmV2 aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMTcwOiByZWRl ZmluaXRpb24gb2YgYGdldF9hdGFfZGV2aWNlJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzox NDQyOiBgZ2V0X2F0YV9kZXZpY2UnIHByZXZpb3VzbHkgZGVmaW5lZCBoZXJlDQpJbiBmaWxlIGlu Y2x1ZGVkIGZyb20gLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMjMzOg0KLi4vLi4vZGV2L2F0 YS9hdGEtYWxsLmg6MTU2OiByZWRlZmluaXRpb24gb2YgYHN0cnVjdCBhdGFfZG1hZW50cnknDQou Li8uLi9kZXYvYXRhL2F0YS1hbGwuaDoxNjI6IHJlZGVmaW5pdGlvbiBvZiBgc3RydWN0IGF0YV9k ZXZpY2UnDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoxODI6IHJlZGVmaW5pdGlvbiBvZiBgc3Ry dWN0IGF0YV9jaGFubmVsJw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjM1OiB3YXJuaW5nOiBy ZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhX2RldmNsYXNzJyBpbiBzYW1lIHNjb3BlDQou Li8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyMzU6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9u IG9mIGBhdGFfZGV2Y2xhc3MnDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyMzg6IHdhcm5pbmc6 IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFfcHJvYmUnIGluIHNhbWUgc2NvcGUNCi4u Ly4uL2Rldi9hdGEvYXRhLWFsbC5oOjIzODogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24g b2YgYGF0YV9wcm9iZScNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjIzOTogd2FybmluZzogcmVk dW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGF0YV9hdHRhY2gnIGluIHNhbWUgc2NvcGUNCi4uLy4u L2Rldi9hdGEvYXRhLWFsbC5oOjIzOTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2Yg YGF0YV9hdHRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNDA6IHdhcm5pbmc6IHJlZHVu ZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFfZGV0YWNoJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9k ZXYvYXRhL2F0YS1hbGwuaDoyNDA6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBh dGFfZGV0YWNoJw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjQxOiB3YXJuaW5nOiByZWR1bmRh bnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhX3Jlc3VtZScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2 L2F0YS9hdGEtYWxsLmg6MjQxOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRh X3Jlc3VtZScNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI0Mzogd2FybmluZzogcmVkdW5kYW50 IHJlZGVjbGFyYXRpb24gb2YgYGF0YV9zdGFydCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0 YS9hdGEtYWxsLmg6MjQzOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3N0 YXJ0Jw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjQ0OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVk ZWNsYXJhdGlvbiBvZiBgYXRhX3Jlc2V0JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0 YS1hbGwuaDoyNDQ6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfcmVzZXQn DQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNDU6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xh cmF0aW9uIG9mIGBhdGFfcmVpbml0JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YS1h bGwuaDoyNDU6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfcmVpbml0Jw0K Li4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjQ2OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJh dGlvbiBvZiBgYXRhX3dhaXQnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5o OjI0Njogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV93YWl0Jw0KLi4vLi4v ZGV2L2F0YS9hdGEtYWxsLmg6MjQ3OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBv ZiBgYXRhX2NvbW1hbmQnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI0 Nzogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9jb21tYW5kJw0KLi4vLi4v ZGV2L2F0YS9hdGEtYWxsLmg6MjQ4OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBv ZiBgYXRhX2RyYXdlcmxlZHMnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5o OjI0ODogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9kcmF3ZXJsZWRzJw0K Li4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjQ5OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJh dGlvbiBvZiBgYXRhX3ByaW50ZicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxs Lmg6MjQ5OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3ByaW50ZicNCi4u Ly4uL2Rldi9hdGEvYXRhLWFsbC5oOjI1MDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRp b24gb2YgYGF0YV9wcnRkZXYnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5o OjI1MDogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9wcnRkZXYnDQouLi8u Li9kZXYvYXRhL2F0YS1hbGwuaDoyNTE6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9u IG9mIGBhdGFfc2V0X25hbWUnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5o OjI1MTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9zZXRfbmFtZScNCi4u Ly4uL2Rldi9hdGEvYXRhLWFsbC5oOjI1Mjogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRp b24gb2YgYGF0YV9mcmVlX25hbWUnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFs bC5oOjI1Mjogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9mcmVlX25hbWUn DQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNTM6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xh cmF0aW9uIG9mIGBhdGFfZ2V0X2x1bicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEt YWxsLmg6MjUzOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2dldF9sdW4n DQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNTQ6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xh cmF0aW9uIG9mIGBhdGFfdGVzdF9sdW4nIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRh LWFsbC5oOjI1NDogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV90ZXN0X2x1 bicNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI1NTogd2FybmluZzogcmVkdW5kYW50IHJlZGVj bGFyYXRpb24gb2YgYGF0YV9mcmVlX2x1bicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9h dGEtYWxsLmg6MjU1OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2ZyZWVf bHVuJw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjU2OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVk ZWNsYXJhdGlvbiBvZiBgYXRhX21vZGUyc3RyJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRh L2F0YS1hbGwuaDoyNTY6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfbW9k ZTJzdHInDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNTc6IHdhcm5pbmc6IHJlZHVuZGFudCBy ZWRlY2xhcmF0aW9uIG9mIGBhdGFfcG1vZGUnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEv YXRhLWFsbC5oOjI1Nzogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9wbW9k ZScNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI1ODogd2FybmluZzogcmVkdW5kYW50IHJlZGVj bGFyYXRpb24gb2YgYGF0YV93bW9kZScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEt YWxsLmg6MjU4OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3dtb2RlJw0K Li4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjU5OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJh dGlvbiBvZiBgYXRhX3Vtb2RlJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwu aDoyNTk6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfdW1vZGUnDQouLi8u Li9kZXYvYXRhL2F0YS1hbGwuaDoyNjA6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9u IG9mIGBhdGFfZmluZF9kZXYnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5o OjI2MDogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9maW5kX2RldicNCi4u Ly4uL2Rldi9hdGEvYXRhLWFsbC5oOjI2Mjogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRp b24gb2YgYGF0YV9kbWFhbGxvYycgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxs Lmg6MjYyOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2RtYWFsbG9jJw0K Li4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjYzOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJh dGlvbiBvZiBgYXRhX2RtYWluaXQnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFs bC5oOjI2Mzogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9kbWFpbml0Jw0K Li4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjY0OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJh dGlvbiBvZiBgYXRhX2RtYXNldHVwJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YS1h bGwuaDoyNjQ6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfZG1hc2V0dXAn DQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNjU6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xh cmF0aW9uIG9mIGBhdGFfZG1hc3RhcnQnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRh LWFsbC5oOjI2NTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9kbWFzdGFy dCcNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI2Njogd2FybmluZzogcmVkdW5kYW50IHJlZGVj bGFyYXRpb24gb2YgYGF0YV9kbWFzdGF0dXMnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEv YXRhLWFsbC5oOjI2Njogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9kbWFz dGF0dXMnDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNjc6IHdhcm5pbmc6IHJlZHVuZGFudCBy ZWRlY2xhcmF0aW9uIG9mIGBhdGFfZG1hZG9uZScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0 YS9hdGEtYWxsLmg6MjY3OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2Rt YWRvbmUnDQpJbiBmaWxlIGluY2x1ZGVkIGZyb20gLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoy MjM0Og0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxMjM6IHJlZGVmaW5pdGlvbiBvZiBgc3Ry dWN0IGF0YXBpX3JlcXNlbnNlJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxNDY6IHJlZGVm aW5pdGlvbiBvZiBgYXRhcGlfY2FsbGJhY2tfdCcNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxsLmg6 MTQ2OiBgYXRhcGlfY2FsbGJhY2tfdCcgcHJldmlvdXNseSBkZWNsYXJlZCBoZXJlDQouLi8uLi9k ZXYvYXRhL2F0YXBpLWFsbC5oOjE0ODogcmVkZWZpbml0aW9uIG9mIGBzdHJ1Y3QgYXRhcGlfcmVx dWVzdCcNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxsLmg6MTc0OiB3YXJuaW5nOiByZWR1bmRhbnQg cmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfYXR0YWNoJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYv YXRhL2F0YXBpLWFsbC5oOjE3NDogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0 YXBpX2F0dGFjaCcNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxsLmg6MTc1OiB3YXJuaW5nOiByZWR1 bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfY2FtX2F0dGFjaF9idXMnIGluIHNhbWUgc2Nv cGUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTU3Mjogd2FybmluZzogcHJldmlvdXMgZGVj bGFyYXRpb24gb2YgYGF0YXBpX2NhbV9hdHRhY2hfYnVzJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1h bGwuaDoxNzY6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV9kZXRh Y2gnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxsLmg6MTc2OiB3YXJuaW5n OiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhcGlfZGV0YWNoJw0KLi4vLi4vZGV2L2F0YS9h dGFwaS1hbGwuaDoxNzc6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFw aV9jYW1fZGV0YWNoX2J1cycgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0u YzoxNjM5OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhcGlfY2FtX2RldGFj aF9idXMnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE3ODogd2FybmluZzogcmVkdW5kYW50 IHJlZGVjbGFyYXRpb24gb2YgYGF0YXBpX3JlaW5pdCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2 L2F0YS9hdGFwaS1hbGwuaDoxNzg6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBh dGFwaV9yZWluaXQnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE3OTogd2FybmluZzogcmVk dW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGF0YXBpX3N0YXJ0JyBpbiBzYW1lIHNjb3BlDQouLi8u Li9kZXYvYXRhL2F0YXBpLWFsbC5oOjE3OTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24g b2YgYGF0YXBpX3N0YXJ0Jw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODA6IHdhcm5pbmc6 IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV90cmFuc2ZlcicgaW4gc2FtZSBzY29w ZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODA6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xh cmF0aW9uIG9mIGBhdGFwaV90cmFuc2ZlcicNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxsLmg6MTgx OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfaW50ZXJydXB0JyBp biBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE4MTogd2FybmluZzogcHJl dmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX2ludGVycnVwdCcNCi4uLy4uL2Rldi9hdGEvYXRh cGktYWxsLmg6MTgyOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlf cXVldWVfY21kJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE4Mjog d2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX3F1ZXVlX2NtZCcNCi4uLy4u L2Rldi9hdGEvYXRhcGktYWxsLmg6MTgzOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlv biBvZiBgYXRhcGlfdGVzdF9yZWFkeScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFw aS1hbGwuaDoxODM6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV90ZXN0 X3JlYWR5Jw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODQ6IHdhcm5pbmc6IHJlZHVuZGFu dCByZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV93YWl0X2RzYycgaW4gc2FtZSBzY29wZQ0KLi4vLi4v ZGV2L2F0YS9hdGFwaS1hbGwuaDoxODQ6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9m IGBhdGFwaV93YWl0X2RzYycNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxsLmg6MTg1OiB3YXJuaW5n OiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfcmVxdWVzdF9zZW5zZScgaW4gc2Ft ZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODU6IHdhcm5pbmc6IHByZXZpb3Vz IGRlY2xhcmF0aW9uIG9mIGBhdGFwaV9yZXF1ZXN0X3NlbnNlJw0KLi4vLi4vZGV2L2F0YS9hdGFw aS1hbGwuaDoxODY6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV9k dW1wJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE4Njogd2Fybmlu ZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX2R1bXAnDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWFsbC5oOjE4Nzogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFjZGF0 dGFjaCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODc6IHdhcm5p bmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhY2RhdHRhY2gnDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWFsbC5oOjE4ODogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFjZGRl dGFjaCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODg6IHdhcm5p bmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhY2RkZXRhY2gnDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWFsbC5oOjE4OTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFjZF9z dGFydCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODk6IHdhcm5p bmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhY2Rfc3RhcnQnDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWFsbC5oOjE5MDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFmZGF0 dGFjaCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTA6IHdhcm5p bmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhZmRhdHRhY2gnDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWFsbC5oOjE5MTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFmZGRl dGFjaCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTE6IHdhcm5p bmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhZmRkZXRhY2gnDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWFsbC5oOjE5Mjogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFmZF9z dGFydCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTI6IHdhcm5p bmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhZmRfc3RhcnQnDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWFsbC5oOjE5Mzogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFzdGF0 dGFjaCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTM6IHdhcm5p bmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhc3RhdHRhY2gnDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWFsbC5oOjE5NDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFzdGRl dGFjaCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTQ6IHdhcm5p bmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhc3RkZXRhY2gnDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWFsbC5oOjE5NTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFzdF9z dGFydCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTU6IHdhcm5p bmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhc3Rfc3RhcnQnDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWNhbS5jOjIyNDU6IHJlZGVmaW5pdGlvbiBvZiBgc3RydWN0IGF0YXBpX2hjYicNCi4uLy4u L2Rldi9hdGEvYXRhcGktY2FtLmM6MjI2MjogcmVkZWZpbml0aW9uIG9mIGBzdHJ1Y3QgYXRhcGlf eHB0X3NvZnRjJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMjc1OiBjb25mbGljdGluZyB0 eXBlcyBmb3IgYGFsbF9idXNlcycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTU0NzogcHJl dmlvdXMgZGVjbGFyYXRpb24gb2YgYGFsbF9idXNlcycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2Ft LmM6MjI3NTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFsbF9idXNlcycg aW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNTQ3OiB3YXJuaW5nOiBw cmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYWxsX2J1c2VzJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1j YW0uYzoyMjc4OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfYWN0 aW9uJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE2NzQ6IHdhcm5p bmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV9hY3Rpb24nDQouLi8uLi9kZXYvYXRh L2F0YXBpLWNhbS5jOjIyNzk6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBh dGFwaV9hY3Rpb24xJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE2 ODI6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV9hY3Rpb24xJw0KLi4v Li4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMjgwOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJh dGlvbiBvZiBgYXRhcGlfcG9sbCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1j YW0uYzoxOTczOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhcGlfcG9sbCcN Ci4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MjI4MTogd2FybmluZzogcmVkdW5kYW50IHJlZGVj bGFyYXRpb24gb2YgYGF0YXBpX2FzeW5jJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWNhbS5jOjIwNDI6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV9h c3luYycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MjI4Mjogd2FybmluZzogcmVkdW5kYW50 IHJlZGVjbGFyYXRpb24gb2YgYGF0YXBpX2FzeW5jMScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2 L2F0YS9hdGFwaS1jYW0uYzoyMDUwOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBg YXRhcGlfYXN5bmMxJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMjgzOiB3YXJuaW5nOiBy ZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfY2InIGluIHNhbWUgc2NvcGUNCi4uLy4u L2Rldi9hdGEvYXRhcGktY2FtLmM6MTk4Mjogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24g b2YgYGF0YXBpX2NiJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMjg2OiB3YXJuaW5nOiBy ZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgc2V0dXBfZGV2JyBpbiBzYW1lIHNjb3BlDQouLi8u Li9kZXYvYXRhL2F0YXBpLWNhbS5jOjE2NTE6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9u IG9mIGBzZXR1cF9kZXYnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjIyODc6IHdhcm5pbmc6 IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBzZXR1cF9hc3luY19jYicgaW4gc2FtZSBzY29w ZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNjYxOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNs YXJhdGlvbiBvZiBgc2V0dXBfYXN5bmNfY2InDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjIy ODg6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBjYW1fcmVzY2FuX2NhbGxi YWNrJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjIwNzQ6IHdhcm5p bmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBjYW1fcmVzY2FuX2NhbGxiYWNrJw0KLi4vLi4v ZGV2L2F0YS9hdGFwaS1jYW0uYzoyMjg5OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlv biBvZiBgY2FtX3Jlc2NhbicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0u YzoyMDg5OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgY2FtX3Jlc2NhbicNCi4u Ly4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MjI5MDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFy YXRpb24gb2YgYGZyZWVfaGNiX2FuZF9jY2JfZG9uZScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2 L2F0YS9hdGFwaS1jYW0uYzoyMDIxOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBg ZnJlZV9oY2JfYW5kX2NjYl9kb25lJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMjkxOiB3 YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYWxsb2NhdGVfaGNiJyBpbiBzYW1l IHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjIxMTY6IHdhcm5pbmc6IHByZXZpb3Vz IGRlY2xhcmF0aW9uIG9mIGBhbGxvY2F0ZV9oY2InDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5j OjIyOTI6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBmcmVlX2hjYicgaW4g c2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMTMxOiB3YXJuaW5nOiBwcmV2 aW91cyBkZWNsYXJhdGlvbiBvZiBgZnJlZV9oY2InDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5j OjIyOTM6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBmcmVlX3NvZnRjJyBp biBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjIxMzk6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBmcmVlX3NvZnRjJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1j YW0uYzoyMjk0OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgZ2V0X2F0YV9k ZXZpY2UnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MjE3MDogd2Fy bmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGdldF9hdGFfZGV2aWNlJw0KLi4vLi4vZGV2 L2F0YS9hdGFwaS1jYW0uYzoyMjk2OiByZWRlZmluaXRpb24gb2YgYE1fQVRBQ0FNJw0KLi4vLi4v ZGV2L2F0YS9hdGFwaS1jYW0uYzoxNTY4OiBgTV9BVEFDQU0nIHByZXZpb3VzbHkgZGVmaW5lZCBo ZXJlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjIyOTY6IHJlZGVmaW5pdGlvbiBvZiBgTV9B VEFDQU1faW5pdF9zeXNfaW5pdCcNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTU2ODogYE1f QVRBQ0FNX2luaXRfc3lzX2luaXQnIHByZXZpb3VzbHkgZGVmaW5lZCBoZXJlDQouLi8uLi9kZXYv YXRhL2F0YXBpLWNhbS5jOjIyOTY6IHJlZGVmaW5pdGlvbiBvZiBgX19zZXRfc3lzaW5pdF9zZXRf c3ltX01fQVRBQ0FNX2luaXRfc3lzX2luaXQnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE1 Njg6IGBfX3NldF9zeXNpbml0X3NldF9zeW1fTV9BVEFDQU1faW5pdF9zeXNfaW5pdCcgcHJldmlv dXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MjI5NjogcmVkZWZp bml0aW9uIG9mIGBNX0FUQUNBTV91bmluaXRfc3lzX3VuaW5pdCcNCi4uLy4uL2Rldi9hdGEvYXRh cGktY2FtLmM6MTU2ODogYE1fQVRBQ0FNX3VuaW5pdF9zeXNfdW5pbml0JyBwcmV2aW91c2x5IGRl ZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMjk2OiByZWRlZmluaXRpb24g b2YgYF9fc2V0X3N5c3VuaW5pdF9zZXRfc3ltX01fQVRBQ0FNX3VuaW5pdF9zeXNfdW5pbml0Jw0K Li4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNTY4OiBgX19zZXRfc3lzdW5pbml0X3NldF9zeW1f TV9BVEFDQU1fdW5pbml0X3N5c191bmluaXQnIHByZXZpb3VzbHkgZGVmaW5lZCBoZXJlDQouLi8u Li9kZXYvYXRhL2F0YXBpLWNhbS5jOjIzMDA6IHJlZGVmaW5pdGlvbiBvZiBgYXRhcGlfY2FtX2F0 dGFjaF9idXMnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE1NzI6IGBhdGFwaV9jYW1fYXR0 YWNoX2J1cycgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2Ft LmM6MjM2NzogcmVkZWZpbml0aW9uIG9mIGBhdGFwaV9jYW1fZGV0YWNoX2J1cycNCi4uLy4uL2Rl di9hdGEvYXRhcGktY2FtLmM6MTYzOTogYGF0YXBpX2NhbV9kZXRhY2hfYnVzJyBwcmV2aW91c2x5 IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMzc5OiByZWRlZmluaXRp b24gb2YgYHNldHVwX2RldicNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTY1MTogYHNldHVw X2RldicgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6 MjM4OTogcmVkZWZpbml0aW9uIG9mIGBzZXR1cF9hc3luY19jYicNCi4uLy4uL2Rldi9hdGEvYXRh cGktY2FtLmM6MTY2MTogYHNldHVwX2FzeW5jX2NiJyBwcmV2aW91c2x5IGRlZmluZWQgaGVyZQ0K Li4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyNDAyOiByZWRlZmluaXRpb24gb2YgYGF0YXBpX2Fj dGlvbicNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTY3NDogYGF0YXBpX2FjdGlvbicgcHJl dmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MjQxMDogcmVk ZWZpbml0aW9uIG9mIGBhdGFwaV9hY3Rpb24xJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzox NjgyOiBgYXRhcGlfYWN0aW9uMScgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9h dGEvYXRhcGktY2FtLmM6MjcwMTogcmVkZWZpbml0aW9uIG9mIGBhdGFwaV9wb2xsJw0KLi4vLi4v ZGV2L2F0YS9hdGFwaS1jYW0uYzoxOTczOiBgYXRhcGlfcG9sbCcgcHJldmlvdXNseSBkZWZpbmVk IGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MjcxMDogcmVkZWZpbml0aW9uIG9mIGBh dGFwaV9jYicNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTk4MjogYGF0YXBpX2NiJyBwcmV2 aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyNzQ5OiByZWRl ZmluaXRpb24gb2YgYGZyZWVfaGNiX2FuZF9jY2JfZG9uZScNCi4uLy4uL2Rldi9hdGEvYXRhcGkt Y2FtLmM6MjAyMTogYGZyZWVfaGNiX2FuZF9jY2JfZG9uZScgcHJldmlvdXNseSBkZWZpbmVkIGhl cmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6Mjc3MDogcmVkZWZpbml0aW9uIG9mIGBhdGFw aV9hc3luYycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MjA0MjogYGF0YXBpX2FzeW5jJyBw cmV2aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyNzc4OiBy ZWRlZmluaXRpb24gb2YgYGF0YXBpX2FzeW5jMScNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6 MjA1MDogYGF0YXBpX2FzeW5jMScgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9h dGEvYXRhcGktY2FtLmM6MjgwMjogcmVkZWZpbml0aW9uIG9mIGBjYW1fcmVzY2FuX2NhbGxiYWNr Jw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMDc0OiBgY2FtX3Jlc2Nhbl9jYWxsYmFjaycg cHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MjgxNzog cmVkZWZpbml0aW9uIG9mIGBjYW1fcmVzY2FuJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoy MDg5OiBgY2FtX3Jlc2NhbicgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEv YXRhcGktY2FtLmM6Mjg0NDogcmVkZWZpbml0aW9uIG9mIGBhbGxvY2F0ZV9oY2InDQouLi8uLi9k ZXYvYXRhL2F0YXBpLWNhbS5jOjIxMTY6IGBhbGxvY2F0ZV9oY2InIHByZXZpb3VzbHkgZGVmaW5l ZCBoZXJlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjI4NTk6IHJlZGVmaW5pdGlvbiBvZiBg ZnJlZV9oY2InDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjIxMzE6IGBmcmVlX2hjYicgcHJl dmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6Mjg2NzogcmVk ZWZpbml0aW9uIG9mIGBmcmVlX3NvZnRjJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMTM5 OiBgZnJlZV9zb2Z0YycgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRh cGktY2FtLmM6Mjg5ODogcmVkZWZpbml0aW9uIG9mIGBnZXRfYXRhX2RldmljZScNCi4uLy4uL2Rl di9hdGEvYXRhcGktY2FtLmM6MjE3MDogYGdldF9hdGFfZGV2aWNlJyBwcmV2aW91c2x5IGRlZmlu ZWQgaGVyZQ0Ke3N0YW5kYXJkIGlucHV0fTogQXNzZW1ibGVyIG1lc3NhZ2VzOg0Ke3N0YW5kYXJk IGlucHV0fToxMjAzOiBFcnJvcjogU3ltYm9sIGF0YXBpX2NhbV9hdHRhY2hfYnVzIGFscmVhZHkg ZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1dH06MTMzNDogRXJyb3I6IFN5bWJvbCBhdGFwaV9jYW1f ZGV0YWNoX2J1cyBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjEzNTk6IEVycm9y OiBTeW1ib2wgc2V0dXBfZGV2IGFscmVhZHkgZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1dH06MTM5 NjogRXJyb3I6IFN5bWJvbCBzZXR1cF9hc3luY19jYiBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRh cmQgaW5wdXR9OjE0Mjc6IEVycm9yOiBTeW1ib2wgYXRhcGlfYWN0aW9uIGFscmVhZHkgZGVmaW5l ZC4NCntzdGFuZGFyZCBpbnB1dH06MTQ1MjogRXJyb3I6IFN5bWJvbCBhdGFwaV9hY3Rpb24xIGFs cmVhZHkgZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1dH06MTgzNzogRXJyb3I6IFN5bWJvbCBhdGFw aV9wb2xsIGFscmVhZHkgZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1dH06MTg0ODogRXJyb3I6IFN5 bWJvbCBhdGFwaV9jYiBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjE5MTE6IEVy cm9yOiBTeW1ib2wgZnJlZV9oY2JfYW5kX2NjYl9kb25lIGFscmVhZHkgZGVmaW5lZC4NCntzdGFu ZGFyZCBpbnB1dH06MTk0NjogRXJyb3I6IFN5bWJvbCBhdGFwaV9hc3luYyBhbHJlYWR5IGRlZmlu ZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjE5NzU6IEVycm9yOiBTeW1ib2wgYXRhcGlfYXN5bmMxIGFs cmVhZHkgZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1dH06MjAwOTogRXJyb3I6IFN5bWJvbCBjYW1f cmVzY2FuX2NhbGxiYWNrIGFscmVhZHkgZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1dH06MjAyNjog RXJyb3I6IFN5bWJvbCBjYW1fcmVzY2FuIGFscmVhZHkgZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1 dH06MjA3MTogRXJyb3I6IFN5bWJvbCBhbGxvY2F0ZV9oY2IgYWxyZWFkeSBkZWZpbmVkLg0Ke3N0 YW5kYXJkIGlucHV0fToyMDk3OiBFcnJvcjogU3ltYm9sIGZyZWVfaGNiIGFscmVhZHkgZGVmaW5l ZC4NCntzdGFuZGFyZCBpbnB1dH06MjEzNDogRXJyb3I6IFN5bWJvbCBmcmVlX3NvZnRjIGFscmVh ZHkgZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1dH06MjIxNDogRXJyb3I6IFN5bWJvbCBnZXRfYXRh X2RldmljZSBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjIyNzU6IEVycm9yOiBT eW1ib2wgYXRhcGlfY2FtX2F0dGFjaF9idXMgYWxyZWFkeSBkZWZpbmVkLg0Ke3N0YW5kYXJkIGlu cHV0fToyNDA2OiBFcnJvcjogU3ltYm9sIGF0YXBpX2NhbV9kZXRhY2hfYnVzIGFscmVhZHkgZGVm aW5lZC4NCntzdGFuZGFyZCBpbnB1dH06MjQzMTogRXJyb3I6IFN5bWJvbCBzZXR1cF9kZXYgYWxy ZWFkeSBkZWZpbmVkLg0Ke3N0YW5kYXJkIGlucHV0fToyNDY4OiBFcnJvcjogU3ltYm9sIHNldHVw X2FzeW5jX2NiIGFscmVhZHkgZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1dH06MjQ5OTogRXJyb3I6 IFN5bWJvbCBhdGFwaV9hY3Rpb24gYWxyZWFkeSBkZWZpbmVkLg0Ke3N0YW5kYXJkIGlucHV0fToy NTI0OiBFcnJvcjogU3ltYm9sIGF0YXBpX2FjdGlvbjEgYWxyZWFkeSBkZWZpbmVkLg0Ke3N0YW5k YXJkIGlucHV0fToyOTA5OiBFcnJvcjogU3ltYm9sIGF0YXBpX3BvbGwgYWxyZWFkeSBkZWZpbmVk Lg0Ke3N0YW5kYXJkIGlucHV0fToyOTIwOiBFcnJvcjogU3ltYm9sIGF0YXBpX2NiIGFscmVhZHkg ZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1dH06Mjk4MzogRXJyb3I6IFN5bWJvbCBmcmVlX2hjYl9h bmRfY2NiX2RvbmUgYWxyZWFkeSBkZWZpbmVkLg0Ke3N0YW5kYXJkIGlucHV0fTozMDE4OiBFcnJv cjogU3ltYm9sIGF0YXBpX2FzeW5jIGFscmVhZHkgZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1dH06 MzA0NzogRXJyb3I6IFN5bWJvbCBhdGFwaV9hc3luYzEgYWxyZWFkeSBkZWZpbmVkLg0Ke3N0YW5k YXJkIGlucHV0fTozMDgxOiBFcnJvcjogU3ltYm9sIGNhbV9yZXNjYW5fY2FsbGJhY2sgYWxyZWFk eSBkZWZpbmVkLg0Ke3N0YW5kYXJkIGlucHV0fTozMDk4OiBFcnJvcjogU3ltYm9sIGNhbV9yZXNj YW4gYWxyZWFkeSBkZWZpbmVkLg0Ke3N0YW5kYXJkIGlucHV0fTozMTQzOiBFcnJvcjogU3ltYm9s IGFsbG9jYXRlX2hjYiBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjMxNjk6IEVy cm9yOiBTeW1ib2wgZnJlZV9oY2IgYWxyZWFkeSBkZWZpbmVkLg0Ke3N0YW5kYXJkIGlucHV0fToz MjA2OiBFcnJvcjogU3ltYm9sIGZyZWVfc29mdGMgYWxyZWFkeSBkZWZpbmVkLg0Ke3N0YW5kYXJk IGlucHV0fTozMjg2OiBFcnJvcjogU3ltYm9sIGdldF9hdGFfZGV2aWNlIGFscmVhZHkgZGVmaW5l ZC4NCntzdGFuZGFyZCBpbnB1dH06MzM0NzogRXJyb3I6IFN5bWJvbCBhdGFwaV9jYW1fYXR0YWNo X2J1cyBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjM0Nzg6IEVycm9yOiBTeW1i b2wgYXRhcGlfY2FtX2RldGFjaF9idXMgYWxyZWFkeSBkZWZpbmVkLg0Ke3N0YW5kYXJkIGlucHV0 fTozNTAzOiBFcnJvcjogU3ltYm9sIHNldHVwX2RldiBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRh cmQgaW5wdXR9OjM1NDA6IEVycm9yOiBTeW1ib2wgc2V0dXBfYXN5bmNfY2IgYWxyZWFkeSBkZWZp bmVkLg0Ke3N0YW5kYXJkIGlucHV0fTozNTcxOiBFcnJvcjogU3ltYm9sIGF0YXBpX2FjdGlvbiBh bHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjM1OTY6IEVycm9yOiBTeW1ib2wgYXRh cGlfYWN0aW9uMSBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjM5ODE6IEVycm9y OiBTeW1ib2wgYXRhcGlfcG9sbCBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjM5 OTI6IEVycm9yOiBTeW1ib2wgYXRhcGlfY2IgYWxyZWFkeSBkZWZpbmVkLg0Ke3N0YW5kYXJkIGlu cHV0fTo0MDU1OiBFcnJvcjogU3ltYm9sIGZyZWVfaGNiX2FuZF9jY2JfZG9uZSBhbHJlYWR5IGRl ZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjQwOTA6IEVycm9yOiBTeW1ib2wgYXRhcGlfYXN5bmMg YWxyZWFkeSBkZWZpbmVkLg0Ke3N0YW5kYXJkIGlucHV0fTo0MTE5OiBFcnJvcjogU3ltYm9sIGF0 YXBpX2FzeW5jMSBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjQxNTM6IEVycm9y OiBTeW1ib2wgY2FtX3Jlc2Nhbl9jYWxsYmFjayBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQg aW5wdXR9OjQxNzA6IEVycm9yOiBTeW1ib2wgY2FtX3Jlc2NhbiBhbHJlYWR5IGRlZmluZWQuDQp7 c3RhbmRhcmQgaW5wdXR9OjQyMTU6IEVycm9yOiBTeW1ib2wgYWxsb2NhdGVfaGNiIGFscmVhZHkg ZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1dH06NDI0MTogRXJyb3I6IFN5bWJvbCBmcmVlX2hjYiBh bHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjQyNzg6IEVycm9yOiBTeW1ib2wgZnJl ZV9zb2Z0YyBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjQzNTg6IEVycm9yOiBT eW1ib2wgZ2V0X2F0YV9kZXZpY2UgYWxyZWFkeSBkZWZpbmVkLg0KKioqIEVycm9yIGNvZGUgMQ0K DQpTdG9wIGluIC91c3Ivc3JjL3N5cy9jb21waWxlL0JSQUlOLg0KYnJhaW4jIGV4aXQNDQpleGl0 DQoKU2NyaXB0IGRvbmUgb24gVHVlIEp1biAgNCAwMTo0MjoyNCAyMDAyCg== --========GMXBoundary79151023147691 Content-Type: text/plain; name="kernelconf.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="kernelconf.txt" IwojIEdFTkVSSUMgLS0gR2VuZXJpYyBrZXJuZWwgY29uZmlndXJhdGlvbiBmaWxlIGZvciBGcmVl QlNEL2kzODYKIwojIEZvciBtb3JlIGluZm9ybWF0aW9uIG9uIHRoaXMgZmlsZSwgcGxlYXNlIHJl YWQgdGhlIGhhbmRib29rIHNlY3Rpb24gb24KIyBLZXJuZWwgQ29uZmlndXJhdGlvbiBGaWxlczoK IwojICAgIGh0dHA6Ly93d3cuRnJlZUJTRC5vcmcvaGFuZGJvb2sva2VybmVsY29uZmlnLWNvbmZp Zy5odG1sCiMKIyBUaGUgaGFuZGJvb2sgaXMgYWxzbyBhdmFpbGFibGUgbG9jYWxseSBpbiAvdXNy L3NoYXJlL2RvYy9oYW5kYm9vawojIGlmIHlvdSd2ZSBpbnN0YWxsZWQgdGhlIGRvYyBkaXN0cmli dXRpb24sIG90aGVyd2lzZSBhbHdheXMgc2VlIHRoZQojIEZyZWVCU0QgV29ybGQgV2lkZSBXZWIg c2VydmVyIChodHRwOi8vd3d3LkZyZWVCU0Qub3JnLykgZm9yIHRoZQojIGxhdGVzdCBpbmZvcm1h dGlvbi4KIwojIEFuIGV4aGF1c3RpdmUgbGlzdCBvZiBvcHRpb25zIGFuZCBtb3JlIGRldGFpbGVk IGV4cGxhbmF0aW9ucyBvZiB0aGUKIyBkZXZpY2UgbGluZXMgaXMgYWxzbyBwcmVzZW50IGluIHRo ZSAuL0xJTlQgY29uZmlndXJhdGlvbiBmaWxlLiBJZiB5b3UgYXJlCiMgaW4gZG91YnQgYXMgdG8g dGhlIHB1cnBvc2Ugb3IgbmVjZXNzaXR5IG9mIGEgbGluZSwgY2hlY2sgZmlyc3QgaW4gTElOVC4K IwojICRGcmVlQlNEOiBzcmMvc3lzL2kzODYvY29uZi9HRU5FUklDLHYgMS4yNDYuMi4zOCAyMDAy LzAxLzI1IDE3OjQxOjQwIG11cnJheSBFeHAgJAoKbWFjaGluZQkJaTM4NgpjcHUJCUk2ODZfQ1BV CmlkZW50CSAgICAgICAgQlJBSU4JCm1heHVzZXJzCTAKCiNtYWtlb3B0aW9ucwlERUJVRz0tZwkJ I0J1aWxkIGtlcm5lbCB3aXRoIGdkYigxKSBkZWJ1ZyBzeW1ib2xzCgpvcHRpb25zIAlNQVRIX0VN VUxBVEUJCSNTdXBwb3J0IGZvciB4ODcgZW11bGF0aW9uCm9wdGlvbnMgCUlORVQJCQkjSW50ZXJO RVR3b3JraW5nCiNvcHRpb25zIAlJTkVUNgkJCSNJUHY2IGNvbW11bmljYXRpb25zIHByb3RvY29s cwpvcHRpb25zCQlFWFQyRlMKb3B0aW9ucyAJRkZTCQkJI0JlcmtlbGV5IEZhc3QgRmlsZXN5c3Rl bQpvcHRpb25zIAlGRlNfUk9PVAkJI0ZGUyB1c2FibGUgYXMgcm9vdCBkZXZpY2UgW2tlZXAgdGhp cyFdCm9wdGlvbnMgCVNPRlRVUERBVEVTCQkjRW5hYmxlIEZGUyBzb2Z0IHVwZGF0ZXMgc3VwcG9y dApvcHRpb25zIAlVRlNfRElSSEFTSAkJI0ltcHJvdmUgcGVyZm9ybWFuY2Ugb24gYmlnIGRpcmVj dG9yaWVzCm9wdGlvbnMgCU1GUwkJCSNNZW1vcnkgRmlsZXN5c3RlbQpvcHRpb25zIAlNRF9ST09U CQkJI01EIGlzIGEgcG90ZW50aWFsIHJvb3QgZGV2aWNlCm9wdGlvbnMgCU5GUwkJCSNOZXR3b3Jr IEZpbGVzeXN0ZW0Kb3B0aW9ucyAJTkZTX1JPT1QJCSNORlMgdXNhYmxlIGFzIHJvb3QgZGV2aWNl LCBORlMgcmVxdWlyZWQKb3B0aW9ucyAJTVNET1NGUwkJCSNNU0RPUyBGaWxlc3lzdGVtCm9wdGlv bnMgCUNEOTY2MAkJCSNJU08gOTY2MCBGaWxlc3lzdGVtCm9wdGlvbnMgCUNEOTY2MF9ST09UCQkj Q0QtUk9NIHVzYWJsZSBhcyByb290LCBDRDk2NjAgcmVxdWlyZWQKb3B0aW9ucyAJUFJPQ0ZTCQkJ I1Byb2Nlc3MgZmlsZXN5c3RlbQpvcHRpb25zIAlDT01QQVRfNDMJCSNDb21wYXRpYmxlIHdpdGgg QlNEIDQuMyBbS0VFUCBUSElTIV0Kb3B0aW9ucyAJU0NTSV9ERUxBWT0xNTAwMAkjRGVsYXkgKGlu IG1zKSBiZWZvcmUgcHJvYmluZyBTQ1NJCm9wdGlvbnMgCVVDT05TT0xFCQkjQWxsb3cgdXNlcnMg dG8gZ3JhYiB0aGUgY29uc29sZQpvcHRpb25zIAlVU0VSQ09ORklHCQkjYm9vdCAtYyBlZGl0b3IK b3B0aW9ucyAJVklTVUFMX1VTRVJDT05GSUcJI3Zpc3VhbCBib290IC1jIGVkaXRvcgpvcHRpb25z IAlLVFJBQ0UJCQkja3RyYWNlKDEpIHN1cHBvcnQKb3B0aW9ucyAJU1lTVlNITQkJCSNTWVNWLXN0 eWxlIHNoYXJlZCBtZW1vcnkKb3B0aW9ucyAJU1lTVk1TRwkJCSNTWVNWLXN0eWxlIG1lc3NhZ2Ug cXVldWVzCm9wdGlvbnMgCVNZU1ZTRU0JCQkjU1lTVi1zdHlsZSBzZW1hcGhvcmVzCm9wdGlvbnMg CVAxMDAzXzFCCQkjUG9zaXggUDEwMDNfMUIgcmVhbC10aW1lIGV4dGVuc2lvbnMKb3B0aW9ucyAJ X0tQT1NJWF9QUklPUklUWV9TQ0hFRFVMSU5HCiNvcHRpb25zCQlfS1BPU0lYX1ZFUlNJT049MTk5 MzA5TCAjQ0RSREFPIC0gZ2dmIEzWU0NIRU4Kb3B0aW9ucwkJSUNNUF9CQU5ETElNCQkjUmF0ZSBs aW1pdCBiYWQgcmVwbGllcwpvcHRpb25zIAlLQkRfSU5TVEFMTF9DREVWCSMgaW5zdGFsbCBhIENE RVYgZW50cnkgaW4gL2RldgojIFRvIG1ha2UgYW4gU01QIGtlcm5lbCwgdGhlIG5leHQgdHdvIGFy ZSBuZWVkZWQKI29wdGlvbnMgCVNNUAkJCSMgU3ltbWV0cmljIE11bHRpUHJvY2Vzc29yIEtlcm5l bAojb3B0aW9ucyAJQVBJQ19JTwkJCSMgU3ltbWV0cmljIChBUElDKSBJL08KCmRldmljZQkJaXNh CmRldmljZQkJcGNpCgojIEZsb3BweSBkcml2ZXMKZGV2aWNlCQlmZGMwCWF0IGlzYT8gcG9ydCBJ T19GRDEgaXJxIDYgZHJxIDIKZGV2aWNlCQlmZDAJYXQgZmRjMCBkcml2ZSAwCmRldmljZQkJZmQx CWF0IGZkYzAgZHJpdmUgMQojCiMgSWYgeW91IGhhdmUgYSBUb3NoaWJhIExpYnJldHRvIHdpdGgg aXRzIFktRSBEYXRhIFBDTUNJQSBmbG9wcHksCiMgZG9uJ3QgdXNlIHRoZSBhYm92ZSBsaW5lIGZv ciBmZGMwIGJ1dCB0aGUgZm9sbG93aW5nIG9uZToKI2RldmljZQkJZmRjMAoKIyBBVEEgYW5kIEFU QVBJIGRldmljZXMKZGV2aWNlCQlhdGEwCWF0IGlzYT8gcG9ydCBJT19XRDEgaXJxIDE0CmRldmlj ZQkJYXRhMQlhdCBpc2E/IHBvcnQgSU9fV0QyIGlycSAxNQpkZXZpY2UJCWF0YQpkZXZpY2UJCWF0 YWRpc2sJCQkjIEFUQSBkaXNrIGRyaXZlcwpkZXZpY2UJCWF0YXBpY2QJCQkjIEFUQVBJIENEUk9N IGRyaXZlcwpkZXZpY2UJCWF0YXBpZmQJCQkjIEFUQVBJIGZsb3BweSBkcml2ZXMKI2RldmljZQkJ YXRhcGlzdAkJCSMgQVRBUEkgdGFwZSBkcml2ZXMKb3B0aW9ucyAJQVRBX1NUQVRJQ19JRAkJI1N0 YXRpYyBkZXZpY2UgbnVtYmVyaW5nCgpvcHRpb25zCQlBVEFQSUNBTQoKIyBTQ1NJIENvbnRyb2xs ZXJzCiNkZXZpY2UJCWFoYgkJIyBFSVNBIEFIQTE3NDIgZmFtaWx5CiNkZXZpY2UJCWFoYwkJIyBB SEEyOTQwIGFuZCBvbmJvYXJkIEFJQzd4eHggZGV2aWNlcwojZGV2aWNlCQlhbWQJCSMgQU1EIDUz Qzk3NCAoVGVrcmFtIERDLTM5MChUKSkKI2RldmljZQkJaXNwCQkjIFFsb2dpYyBmYW1pbHkKI2Rl dmljZQkJbmNyCQkjIE5DUi9TeW1iaW9zIExvZ2ljCiNkZXZpY2UJCXN5bQkJIyBOQ1IvU3ltYmlv cyBMb2dpYyAobmV3ZXIgY2hpcHNldHMpCiNvcHRpb25zCQlTWU1fU0VUVVBfTFBfUFJPQkVfTUFQ PTB4NDAKCQkJCSMgQWxsb3cgbmNyIHRvIGF0dGFjaCBsZWdhY3kgTkNSIGRldmljZXMgd2hlbiAK CQkJCSMgYm90aCBzeW0gYW5kIG5jciBhcmUgY29uZmlndXJlZAoKZGV2aWNlCQlhZHYwCWF0IGlz YT8KZGV2aWNlCQlhZHcKZGV2aWNlCQlidDAJYXQgaXNhPwpkZXZpY2UJCWFoYTAJYXQgaXNhPwpk ZXZpY2UJCWFpYzAJYXQgaXNhPwoKI2RldmljZQkJbmN2CQkjIE5DUiA1M0M1MDAKI2RldmljZQkJ bnNwCQkjIFdvcmtiaXQgTmluamEgU0NTSS0zCiNkZXZpY2UJCXN0ZwkJIyBUTUMgMThDMzAvMThD NTAKCiMgU0NTSSBwZXJpcGhlcmFscwpkZXZpY2UJCXNjYnVzCQkjIFNDU0kgYnVzIChyZXF1aXJl ZCkKI2RldmljZQkJZGEJCSMgRGlyZWN0IEFjY2VzcyAoZGlza3MpCmRldmljZQkJc2EJCSMgU2Vx dWVudGlhbCBBY2Nlc3MgKHRhcGUgZXRjKQpkZXZpY2UJCWNkCQkjIENECmRldmljZQkJcGFzcwkJ IyBQYXNzdGhyb3VnaCBkZXZpY2UgKGRpcmVjdCBTQ1NJIGFjY2VzcykKCiMgUkFJRCBjb250cm9s bGVycyBpbnRlcmZhY2VkIHRvIHRoZSBTQ1NJIHN1YnN5c3RlbQojZGV2aWNlCQlhc3IJCSMgRFBU IFNtYXJ0UkFJRCBWLCBWSSBhbmQgQWRhcHRlYyBTQ1NJIFJBSUQKI2RldmljZQkJZHB0CQkjIERQ VCBTbWFydGNhY2hlIC0gU2VlIExJTlQgZm9yIG9wdGlvbnMhCiNkZXZpY2UJCW1seQkJIyBNeWxl eCBBY2NlbGVSQUlEL2VYdHJlbWVSQUlECgojIFJBSUQgY29udHJvbGxlcnMKI2RldmljZQkJYWFj CQkjIEFkYXB0ZWMgRlNBIFJBSUQsIERlbGwgUEVSQzIvUEVSQzMKI2RldmljZQkJaWRhCQkjIENv bXBhcSBTbWFydCBSQUlECiNkZXZpY2UJCWFtcgkJIyBBTUkgTWVnYVJBSUQKI2R2aWNlCQltbHgJ CSMgTXlsZXggREFDOTYwIGZhbWlseQojZGV2aWNlCQl0d2UJCSMgM3dhcmUgRXNjYWxhZGUKCiMg YXRrYmRjMCBjb250cm9scyBib3RoIHRoZSBrZXlib2FyZCBhbmQgdGhlIFBTLzIgbW91c2UKZGV2 aWNlCQlhdGtiZGMwCWF0IGlzYT8gcG9ydCBJT19LQkQKZGV2aWNlCQlhdGtiZDAJYXQgYXRrYmRj PyBpcnEgMSBmbGFncyAweDEKZGV2aWNlCQlwc20wCWF0IGF0a2JkYz8gaXJxIDEyCgpkZXZpY2UJ CXZnYTAJYXQgaXNhPwoKIyBzcGxhc2ggc2NyZWVuL3NjcmVlbiBzYXZlcgpwc2V1ZG8tZGV2aWNl CXNwbGFzaAoKIyBzeXNjb25zIGlzIHRoZSBkZWZhdWx0IGNvbnNvbGUgZHJpdmVyLCByZXNlbWJs aW5nIGFuIFNDTyBjb25zb2xlCmRldmljZQkJc2MwCWF0IGlzYT8gZmxhZ3MgMHgxMDAKCiMgRW5h YmxlIHRoaXMgYW5kIFBDVlRfRlJFRUJTRCBmb3IgcGN2dCB2dDIyMCBjb21wYXRpYmxlIGNvbnNv bGUgZHJpdmVyCiNkZXZpY2UJCXZ0MAlhdCBpc2E/CiNvcHRpb25zIAlYU0VSVkVSCQkJIyBzdXBw b3J0IGZvciBYIHNlcnZlciBvbiBhIHZ0IGNvbnNvbGUKI29wdGlvbnMgCUZBVF9DVVJTT1IJCSMg c3RhcnQgd2l0aCBibG9jayBjdXJzb3IKIyBJZiB5b3UgaGF2ZSBhIFRoaW5rUEFELCB1bmNvbW1l bnQgdGhpcyBhbG9uZyB3aXRoIHRoZSByZXN0IG9mIHRoZSBQQ1ZUIGxpbmVzCiNvcHRpb25zIAlQ Q1ZUX1NDQU5TRVQ9MgkJIyBJQk0ga2V5Ym9hcmRzIGFyZSBub24tc3RkCgojIEZsb2F0aW5nIHBv aW50IHN1cHBvcnQgLSBkbyBub3QgZGlzYWJsZS4KZGV2aWNlCQlucHgwCWF0IG5leHVzPyBwb3J0 IElPX05QWCBpcnEgMTMKCiMgUG93ZXIgbWFuYWdlbWVudCBzdXBwb3J0IChzZWUgTElOVCBmb3Ig bW9yZSBvcHRpb25zKQojZGV2aWNlCQlhcG0wICAgIGF0IG5leHVzPyBkaXNhYmxlIGZsYWdzIDB4 MjAgIyBBZHZhbmNlZCBQb3dlciBNYW5hZ2VtZW50CgojIFBDQ0FSRCAoUENNQ0lBKSBzdXBwb3J0 CmRldmljZQkJY2FyZApkZXZpY2UJCXBjaWMwCWF0IGlzYT8gaXJxIDAgcG9ydCAweDNlMCBpb21l bSAweGQwMDAwCmRldmljZQkJcGNpYzEJYXQgaXNhPyBpcnEgMCBwb3J0IDB4M2UyIGlvbWVtIDB4 ZDQwMDAgZGlzYWJsZQoKIyBTZXJpYWwgKENPTSkgcG9ydHMKZGV2aWNlCQlzaW8wCWF0IGlzYT8g cG9ydCBJT19DT00xIGZsYWdzIDB4MTAgaXJxIDQKZGV2aWNlCQlzaW8xCWF0IGlzYT8gcG9ydCBJ T19DT00yIGlycSAzCmRldmljZQkJc2lvMglhdCBpc2E/IGRpc2FibGUgcG9ydCBJT19DT00zIGly cSA1CmRldmljZQkJc2lvMwlhdCBpc2E/IGRpc2FibGUgcG9ydCBJT19DT000IGlycSA5CgojIFBh cmFsbGVsIHBvcnQKZGV2aWNlCQlwcGMwCWF0IGlzYT8gaXJxIDcKZGV2aWNlCQlwcGJ1cwkJIyBQ YXJhbGxlbCBwb3J0IGJ1cyAocmVxdWlyZWQpCmRldmljZQkJbHB0CQkjIFByaW50ZXIKZGV2aWNl CQlwbGlwCQkjIFRDUC9JUCBvdmVyIHBhcmFsbGVsCmRldmljZQkJcHBpCQkjIFBhcmFsbGVsIHBv cnQgaW50ZXJmYWNlIGRldmljZQojZGV2aWNlCQl2cG8JCSMgUmVxdWlyZXMgc2NidXMgYW5kIGRh CgoKIyBQQ0kgRXRoZXJuZXQgTklDcy4KZGV2aWNlCQlkZQkJIyBERUMvSW50ZWwgREMyMXg0eCAo YGBUdWxpcCcnKQpkZXZpY2UJCXR4cAkJIyAzQ29tIDNjUjk5MCAoYGBUeXBob29uJycpCmRldmlj ZQkJdngJCSMgM0NvbSAzYzU5MCwgM2M1OTUgKGBgVm9ydGV4JycpCgojIFBDSSBFdGhlcm5ldCBO SUNzIHRoYXQgdXNlIHRoZSBjb21tb24gTUlJIGJ1cyBjb250cm9sbGVyIGNvZGUuCiMgTk9URTog QmUgc3VyZSB0byBrZWVwIHRoZSAnZGV2aWNlIG1paWJ1cycgbGluZSBpbiBvcmRlciB0byB1c2Ug dGhlc2UgTklDcyEKZGV2aWNlCQltaWlidXMJCSMgTUlJIGJ1cyBzdXBwb3J0CiNkZXZpY2UJCWRj CQkjIERFQy9JbnRlbCAyMTE0MyBhbmQgdmFyaW91cyB3b3JrYWxpa2VzCiNkZXZpY2UJCWZ4cAkJ IyBJbnRlbCBFdGhlckV4cHJlc3MgUFJPLzEwMEIgKDgyNTU3LCA4MjU1OCkKI2RldmljZQkJcGNu CQkjIEFNRCBBbTc5Qzk3eCBQQ0kgMTAvMTAwIE5JQ3MKZGV2aWNlCQlybAkJIyBSZWFsVGVrIDgx MjkvODEzOQojZGV2aWNlCQlzZgkJIyBBZGFwdGVjIEFJQy02OTE1IChgYFN0YXJmaXJlJycpCiNk ZXZpY2UJCXNpcwkJIyBTaWxpY29uIEludGVncmF0ZWQgU3lzdGVtcyBTaVMgOTAwL1NpUyA3MDE2 CiNkZXZpY2UJCXN0ZQkJIyBTdW5kYW5jZSBTVDIwMSAoRC1MaW5rIERGRS01NTBUWCkKI2Rldmlj ZQkJdGwJCSMgVGV4YXMgSW5zdHJ1bWVudHMgVGh1bmRlckxBTgojZGV2aWNlCQl0eAkJIyBTTUMg RXRoZXJQb3dlciBJSSAoODNjMTcwIGBgRVBJQycnKQojZGV2aWNlCQl2cgkJIyBWSUEgUmhpbmUs IFJoaW5lIElJCiNkZXZpY2UJCXdiCQkjIFdpbmJvbmQgVzg5Qzg0MEYKI2RldmljZQkJd3gJCSMg SW50ZWwgR2lnYWJpdCBFdGhlcm5ldCBDYXJkIChgYFdpc2VtYW4nJykKI2RldmljZQkJeGwJCSMg M0NvbSAzYzkweCAoYGBCb29tZXJhbmcnJywgYGBDeWNsb25lJycpCiNkZXZpY2UJCWJnZQkJIyBC cm9hZGNvbSBCQ001NzB4IChgYFRpZ29uIElJSScnKQoKIyBJU0EgRXRoZXJuZXQgTklDcy4KIyAn ZGV2aWNlIGVkJyByZXF1aXJlcyAnZGV2aWNlIG1paWJ1cycKZGV2aWNlCQllZDAJYXQgaXNhPyBw b3J0IDB4MjgwIGlycSAxMCBpb21lbSAweGQ4MDAwCmRldmljZQkJZXgKZGV2aWNlCQllcApkZXZp Y2UJCWZlMAlhdCBpc2E/IHBvcnQgMHgzMDAKIyBYaXJjb20gRXRoZXJuZXQKZGV2aWNlCQl4ZQoj IFBSSVNNIEkgSUVFRSA4MDIuMTFiIHdpcmVsZXNzIE5JQy4KZGV2aWNlCQlhd2kKIyBXYXZlTEFO L0lFRUUgODAyLjExIHdpcmVsZXNzIE5JQ3MuIE5vdGU6IHRoZSBXYXZlTEFOL0lFRUUgcmVhbGx5 CiMgZXhpc3RzIG9ubHkgYXMgYSBQQ01DSUEgZGV2aWNlLCBzbyB0aGVyZSBpcyBubyBJU0EgYXR0 YWNobWVudCBuZWVkZWQKIyBhbmQgcmVzb3VyY2VzIHdpbGwgYWx3YXlzIGJlIGR5bmFtaWNhbGx5 IGFzc2lnbmVkIGJ5IHRoZSBwY2NhcmQgY29kZS4KZGV2aWNlCQl3aQojIEFpcm9uZXQgNDUwMC80 ODAwIDgwMi4xMSB3aXJlbGVzcyBOSUNzLiBOb3RlOiB0aGUgZGVjbGFyYXRpb24gYmVsb3cgd2ls bAojIHdvcmsgZm9yIFBDTUNJQSBhbmQgUENJIGNhcmRzLCBhcyB3ZWxsIGFzIElTQSBjYXJkcyBz ZXQgdG8gSVNBIFBuUAojIG1vZGUgKHRoZSBmYWN0b3J5IGRlZmF1bHQpLiBJZiB5b3Ugc2V0IHRo ZSBzd2l0Y2hlcyBvbiB5b3VyIElTQQojIGNhcmQgZm9yIGEgbWFudWFsbHkgY2hvc2VuIEkvTyBh ZGRyZXNzIGFuZCBJUlEsIHlvdSBtdXN0IHNwZWNpZnkKIyB0aG9zZSBwYXJhbWV0ZXJzIGhlcmUu CmRldmljZQkJYW4KIyBUaGUgcHJvYmUgb3JkZXIgb2YgdGhlc2UgaXMgcHJlc2VudGx5IGRldGVy bWluZWQgYnkgaTM4Ni9pc2EvaXNhX2NvbXBhdC5jLgpkZXZpY2UJCWllMAlhdCBpc2E/IHBvcnQg MHgzMDAgaXJxIDEwIGlvbWVtIDB4ZDAwMDAKI2RldmljZQkJbGUwCWF0IGlzYT8gcG9ydCAweDMw MCBpcnEgNSBpb21lbSAweGQwMDAwCmRldmljZQkJbG5jMAlhdCBpc2E/IHBvcnQgMHgyODAgaXJx IDEwIGRycSAwCmRldmljZQkJY3MwCWF0IGlzYT8gcG9ydCAweDMwMApkZXZpY2UJCXNuMAlhdCBp c2E/IHBvcnQgMHgzMDAgaXJxIDEwCgojIFBzZXVkbyBkZXZpY2VzIC0gdGhlIG51bWJlciBpbmRp Y2F0ZXMgaG93IG1hbnkgdW5pdHMgdG8gYWxsb2NhdGUuCnBzZXVkby1kZXZpY2UJbG9vcAkJIyBO ZXR3b3JrIGxvb3BiYWNrCnBzZXVkby1kZXZpY2UJZXRoZXIJCSMgRXRoZXJuZXQgc3VwcG9ydApw c2V1ZG8tZGV2aWNlCXNsCTEJIyBLZXJuZWwgU0xJUApwc2V1ZG8tZGV2aWNlCXBwcAkxCSMgS2Vy bmVsIFBQUApwc2V1ZG8tZGV2aWNlCXR1bgkJIyBQYWNrZXQgdHVubmVsLgpwc2V1ZG8tZGV2aWNl CXB0eQkJIyBQc2V1ZG8tdHR5cyAodGVsbmV0IGV0YykKcHNldWRvLWRldmljZQltZAkJIyBNZW1v cnkgImRpc2tzIgpwc2V1ZG8tZGV2aWNlCWdpZgkJIyBJUHY2IGFuZCBJUHY0IHR1bm5lbGluZwpw c2V1ZG8tZGV2aWNlCWZhaXRoCTEJIyBJUHY2LXRvLUlQdjQgcmVsYXlpbmcgKHRyYW5zbGF0aW9u KQoKIyBUaGUgYGJwZicgcHNldWRvLWRldmljZSBlbmFibGVzIHRoZSBCZXJrZWxleSBQYWNrZXQg RmlsdGVyLgojIEJlIGF3YXJlIG9mIHRoZSBhZG1pbmlzdHJhdGl2ZSBjb25zZXF1ZW5jZXMgb2Yg ZW5hYmxpbmcgdGhpcyEKcHNldWRvLWRldmljZQlicGYJCSNCZXJrZWxleSBwYWNrZXQgZmlsdGVy CgojIFVTQiBzdXBwb3J0CmRldmljZQkJdWhjaQkJIyBVSENJIFBDSS0+VVNCIGludGVyZmFjZQpk ZXZpY2UJCW9oY2kJCSMgT0hDSSBQQ0ktPlVTQiBpbnRlcmZhY2UKZGV2aWNlCQl1c2IJCSMgVVNC IEJ1cyAocmVxdWlyZWQpCmRldmljZQkJdWdlbgkJIyBHZW5lcmljCmRldmljZQkJdWhpZAkJIyAi SHVtYW4gSW50ZXJmYWNlIERldmljZXMiCmRldmljZQkJdWtiZAkJIyBLZXlib2FyZApkZXZpY2UJ CXVscHQJCSMgUHJpbnRlcgpkZXZpY2UJCXVtYXNzCQkjIERpc2tzL01hc3Mgc3RvcmFnZSAtIFJl cXVpcmVzIHNjYnVzIGFuZCBkYQpkZXZpY2UJCXVtcwkJIyBNb3VzZQpkZXZpY2UJCXVzY2FubmVy CSMgU2Nhbm5lcnMKZGV2aWNlCQl1cmlvCQkjIERpYW1vbmQgUmlvIE1QMyBQbGF5ZXIKIyBVU0Ig RXRoZXJuZXQsIHJlcXVpcmVzIG1paQojZGV2aWNlCQlhdWUJCSMgQURNdGVrIFVTQiBldGhlcm5l dAojZGV2aWNlCQljdWUJCSMgQ0FUQyBVU0IgZXRoZXJuZXQKI2RldmljZQkJa3VlCQkjIEthd2Fz YWtpIExTSSBVU0IgZXRoZXJuZXQKCgpkZXZpY2UgCQlwY20JCSMgZvxyIFNCTGl2ZQpkZXZpY2Ug CQlia3RyCQkjIGb8ciBCcm9va3RyZWUgODQ4IApvcHRpb25zCQlPVkVSUklERV9DQVJEPTIgIyB4 LlgKCiNULURTTApvcHRpb25zIAlORVRHUkFQSApvcHRpb25zCQlORVRHUkFQSF9FVEhFUgpvcHRp b25zCQlORVRHUkFQSF9TT0NLRVQKb3B0aW9ucwkJTkVUR1JBUEhfUFBQT0UKI29wdGlvbnMJCUlQ RklSRVdBTEwKI29wdGlvbnMgICAgICAgICBJUEZJUkVXQUxMX0RFRkFVTFRfVE9fQUNDRVBUCiNv cHRpb25zCQlJUERJVkVSVAoKCm9wdGlvbnMgVVNFUl9MRFQgIyBm/HIgbXBsYXllcmYKb3B0aW9u cyBDUFVfRU5BQkxFX1NTRSAgICNm/HIgbXBsYXllcgojZGV2aWNlIGxwdDAgYXQgaXNhPyBwb3J0 PyB0dHkgdmVjdG9yIGxwdGludHIKCg== --========GMXBoundary79151023147691-- 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 16:52:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 8A8E937B40C for ; Mon, 3 Jun 2002 16:51:41 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g53NnLi80186; Mon, 3 Jun 2002 20:49:21 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Mon, 3 Jun 2002 20:49:21 -0300 (ART) From: Fernando Gleiser X-X-Sender: To: twig les Cc: Subject: Re: 4.4 Release vi problem In-Reply-To: <20020603232958.62452.qmail@web10104.mail.yahoo.com> Message-ID: <20020603204608.T78390-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 On Mon, 3 Jun 2002, twig les wrote: > Damn, you nailed it again. I did a 'cp -R > /var/tmp/vi.recover /var/tmp/vi.recover.backup'. Then > a rm -rf /var/tmp/vi.recover. At boot it mentioned > that it couldn't find /var/tmp/vi.recover (but still > booted fine) so I threw a 'touch /var/tmp/vi.recover' > for good measure and it works like new again. There was a typo in my previous mail. It should say 'rm /var/tmp/vi.recover/*' That is, remove the files in the directory, not the directory itself. If you did that, create it again, and 'chmod 1777 /var/tmp/vi.recover' Sorry for the typo. Fer > > Thanks again. BTW, I didn't need to use the > /var/tmp/vi.recover.backup, the system works fine (to > my knowledge...). > > > --- Fernando Gleiser > wrote: > > On Mon, 3 Jun 2002, twig les wrote: > > > > > Well you nailed it. My DNS server was still set > > to my > > > old one. Once I changed that it let me in right > > away > > > via ssh. And netstat -a works fine too (again). > > > Thnx. > > > > > > The vi problem still happens. I tried vi -r after > > it > > > booted and it recovered snort.conf, but on reboot > > it > > > hangs again. This is really weird cause Snort > > still > > > works fine.... > > > > If you don't care about those recover files, you can > > just > > 'rm /var/tmp/vi.recover/'. > > > > No files to recover, no hang trying to recover them > > =0) > > > > > > Fer > > > > > ===== > ----------------------------------------------------------- > Only failures don't include failing in their plans > ----------------------------------------------------------- > > __________________________________________________ > 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 16:55:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mailix.net (smtp.mailix.net [216.148.213.132]) by hub.freebsd.org (Postfix) with ESMTP id EB9E937B403 for ; Mon, 3 Jun 2002 16:55:51 -0700 (PDT) Received: from [216.164.225.145] (helo=fritz) by smtp.mailix.net with asmtp (Exim 4.01) id 17F1fx-0002nM-00 for questions@freebsd.org; Mon, 03 Jun 2002 16:55:50 -0700 Message-ID: <005001c20b73$882a18c0$0301a8c0@uminafamily.com> From: "Christopher J. Umina" To: "FreeBSD Questions" Subject: Windows EXE Date: Mon, 3 Jun 2002 19:57:14 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is there any way to compile Windows executable files in BSD? ---------------------------------- Christopher J. Umina FJU@Fritzilldo.com http://www.fritzilldo.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 17:11:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from s6.listrak.com (s6.listrak.com [66.109.239.179]) by hub.freebsd.org (Postfix) with SMTP id 20E3837B400 for ; Mon, 3 Jun 2002 17:11:18 -0700 (PDT) Received: (qmail 19816 invoked from network); 4 Jun 2002 00:09:54 -0000 Received: from unknown (HELO freebsd.org) (66.109.239.145) by s6.listrak.com with SMTP; 4 Jun 2002 00:09:54 -0000 From: "Acquire Solution" <1315@listrak.com> To: "questions@freebsd.org" Reply-To: admin@acquiresolution.com Subject: Acquire Solution Requests Your Permission Date: Mon, 03 Jun 2002 20:01:52 -0400 X-Mailer: Listrak X-UID: 3801677 X-MSGID: 6756 X-UMail: questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="--=7199857BA06042C9A4BD_C67D_303A_E8B0" Message-Id: <20020604001118.20E3837B400@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----=7199857BA06042C9A4BD_C67D_303A_E8B0 Content-Type: text/plain;charset="iso-8859-1" Content-Transfer-Encoding: 7bit Dear Friend, Everyday more and more exciting and important information is being communicated via E-mail. In the future, we would like to communicate with you via E-mail, and send you exciting and "Up to Date" information on current subject matter, free e-commerce newsletters, case studiests, and services that Internet users like yourself would have interest in. We are presently seeking your permission for the privilege to serve you efficiently and electronically via E-Mail. Thank you! If you do not wish to have us contact you via e-mail, please click the "Unsubscribe" link within the message below and your name will be deleted from our email mailing lists. Sincerely, Your friends at Acquire Solutions To be removed from this list, please go here: http://www.listrak.com/list_remove.asp?userID=3801677&msgID=6756&listID=1315 ----=7199857BA06042C9A4BD_C67D_303A_E8B0 Content-Type: text/html;charset="iso-8859-1" Content-Transfer-Encoding: 7bit Acquire Solution


Dear Friend,

Everyday more and more exciting and important information is being communicated via E-mail. In the future, we would like to communicate with you via E-mail, and send you exciting and "Up to Date" information on current subject matter, free e-commerce newsletters, case studiests, and services that Internet users like yourself would have interest in. We are presently seeking your permission for the privilege to serve you efficiently and electronically via E-Mail.

Thank you!

If you do not wish to have us contact you via e-mail, please click the "Unsubscribe" link within the message below and your name will be deleted from our email mailing lists.


Sincerely,

Your friends at Acquire Solutions


Click Here to be removed from this list
Listrak HTML Tracker ----=7199857BA06042C9A4BD_C67D_303A_E8B0-- 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 17:15:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mbox.ki.se (mbox.ki.se [130.237.98.110]) by hub.freebsd.org (Postfix) with ESMTP id 66D3937B406 for ; Mon, 3 Jun 2002 17:15:39 -0700 (PDT) Received: from localhost (lawmay@localhost) by mbox.ki.se (8.9.3/8.9.3) with ESMTP id CAA18704 for ; Tue, 4 Jun 2002 02:15:37 +0200 (MET DST) Date: Tue, 4 Jun 2002 02:15:37 +0200 (MET DST) From: Lawrence Mayer dsg To: freebsd-questions@FreeBSD.ORG Subject: How to scroll through several screens of text ? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Could you please help me with answers to the following questions? I have hunted unsuccessfully through the Handbook and FAQ for answers. Please forgive me if I've missed them. Also, I imagine you've gotten these questions many times before on this list. All of the following questions revolve around the same problem. I often use commands such as ls or pkg_info which produce several screens worth of text. By definition, the text scrolls off the screen. When the screen output is finished, I hit "scroll lock" and use the arrow keys to go backward and read text that scrolled off screen. The problem with this method is that the screen output is often larger than the screen buffer, in which case I can't scroll back far enough to see the beginning of the screen output. Another problem: I have not been able to get "scroll lock" to work at all with xterm or rxvt. So far, the only way I have found around these problems is to save the output of ls , pkg_info, etc into a file (e.g. ls > foo), which I can then examine at my leisure with a text editor. 1. Is there a way to make FreeBSD output no more than n lines to the screen at a time, and wait for a "return" before outputing the next n lines to the screen? (That way, I could adjust n to be slightly less than the number of lines on my screen and could read each screen at my leisure instead of having them fly past much too fast too read.) 2. What if I'm using a terminal emulator like xterm or rxvt? Any way to do (1) above? 3. Is there any way to increase the size of FreeBSD's screen buffer? 4. If so, will this method work if I'm using a terminal emulator like xterm or rxvt? Friendly Greetings, Lawrence Mayer Ume=E5, Sweden 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 17:25:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sub21-156.member.dsl-only.net (sub21-156.member.dsl-only.net [63.105.21.156]) by hub.freebsd.org (Postfix) with ESMTP id 6B55C37B406 for ; Mon, 3 Jun 2002 17:25:52 -0700 (PDT) Received: from sub21-156.member.dsl-only.net (freebsd.localhost.localdomain [127.0.0.1]) by sub21-156.member.dsl-only.net (8.12.3/8.12.3) with SMTP id g540Qbpa000565; Mon, 3 Jun 2002 17:26:38 -0700 (PDT) (envelope-from nkinkade@dsl-only.com) Date: Mon, 3 Jun 2002 17:26:37 -0700 From: Nathan Kinkade To: Lawrence Mayer dsg Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to scroll through several screens of text ? Message-Id: <20020603172637.7113b447.nkinkade@dsl-only.com> In-Reply-To: References: X-Mailer: Sylpheed version 0.7.4claws (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 4 Jun 2002 02:15:37 +0200 (MET DST) Lawrence Mayer dsg wrote: > 1. Is there a way to make FreeBSD output no more than n lines to the > screen at a time, and wait for a "return" before outputing the next n > lines to the screen? (That way, I could adjust n to be slightly less > than the number of lines on my screen and could read each screen at my > leisure instead of having them fly past much too fast too read.) > > 2. What if I'm using a terminal emulator like xterm or rxvt? Any way > to do(1) above? > > 3. Is there any way to increase the size of FreeBSD's screen buffer? > > 4. If so, will this method work if I'm using a terminal emulator like > xterm or rxvt? You can "pipe" the output of these commands to a pager such as "more" or "less". So, `ls | less` would allow you to scroll around in the results of ls using a utility called "less" As for rxvt, you could start it with some switches such as `rxvt -sb -sr -sl 200`. See man rxvt to see what each of these switches does, but this command should suit your needs (possibly more) for rxvt. 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 17:35:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from www6.web2010.com (www6.web2010.com [216.157.5.254]) by hub.freebsd.org (Postfix) with ESMTP id 8560937B403 for ; Mon, 3 Jun 2002 17:35:10 -0700 (PDT) Received: from marty.face2interface.com (marty.ulster.net [216.238.72.249]) by www6.web2010.com (8.9.3/8.9.0) with ESMTP id UAA12627; Mon, 3 Jun 2002 20:35:04 -0400 (EDT) Message-Id: <5.1.0.14.0.20020603202534.00a373b0@mail.face2interface.com> X-Sender: face@mail.face2interface.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 03 Jun 2002 20:32:52 -0400 To: Lawrence Mayer dsg , freebsd-questions@FreeBSD.ORG From: Marty Landman Subject: Re: How to scroll through several screens of text ? In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 02:15 AM 6/4/02 +0200, Lawrence Mayer dsg wrote: >When the screen output is finished, I hit "scroll lock" and use the arrow >keys to go >backward and read text that scrolled off screen. > >The problem with this method is that the screen output is often larger >than the screen buffer, in which case I can't scroll back far enough to >see the beginning Hi Lawrence. If you want to control output from a command so you can read it all then pipe it through the 'more' command, e.g. 'ls |more'. Only the first screen's worth of output will appear and by using the enter key you get one additional line at a time, by using the space bar you'll get a full screen's worth at a time. man more |more hth, Marty -- SIMPL WebSite Creation: http://face2interface.com/Home/Demo.shtml 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 17:36:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dellfwnat.esoltani.com (adsl-64-164-134-26.dsl.snfc21.pacbell.net [64.164.134.26]) by hub.freebsd.org (Postfix) with ESMTP id 0DE5B37B406 for ; Mon, 3 Jun 2002 17:36:23 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by dellfwnat.esoltani.com (Postfix) with ESMTP id 9B5A2FFFA for ; Mon, 3 Jun 2002 17:36:22 -0700 (PDT) Received: from psoltani (nat-external.ultradns.net [204.74.100.10]) by dellfwnat.esoltani.com (Postfix) with ESMTP id E55DAFD90 for ; Mon, 3 Jun 2002 17:36:19 -0700 (PDT) Message-ID: <025501c20b5f$d862d6b0$a900a8c0@UltraDNS.com> From: "patrick" To: Subject: FreeBSD 4.5-RELEASE-p6 #4 Date: Mon, 3 Jun 2002 17:36:19 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 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 Hi, I cvsed with the stable supfile doing: *default release=cvs tag=RELENG_4_5 with the understanding that this will only pull the 4.5 stable source tree, however, after building and installing the kernel, the uname gives FreeBSD 4.5-RELEASE-p6 #4. I expected to see 4.5-Stable #4. Am I missing something? Regards, Patrick Soltani. 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 17:39:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts22-srv.bellnexxia.net (tomts22.bellnexxia.net [209.226.175.184]) by hub.freebsd.org (Postfix) with ESMTP id 35BC637B401 for ; Mon, 3 Jun 2002 17:39:02 -0700 (PDT) Received: from xena.gsicomp.on.ca ([65.95.179.11]) by tomts22-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020604003901.KLGC25645.tomts22-srv.bellnexxia.net@xena.gsicomp.on.ca>; Mon, 3 Jun 2002 20:39:01 -0400 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.3/8.11.3) with SMTP id g53NPBb54884; Mon, 3 Jun 2002 19:25:11 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <008101c20b60$383b94f0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "patrick" , References: <025501c20b5f$d862d6b0$a900a8c0@UltraDNS.com> Subject: Re: FreeBSD 4.5-RELEASE-p6 #4 Date: Mon, 3 Jun 2002 20:39:00 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hi, > I cvsed with the stable supfile doing: > *default release=cvs tag=RELENG_4_5 with the understanding that this will > only pull the 4.5 stable source tree, however, after building and installing > the kernel, the uname gives FreeBSD 4.5-RELEASE-p6 #4. > > I expected to see 4.5-Stable #4. Am I missing something? Yes. Please read the handbook. RELENG_4 is 4-STABLE (which will identify itself as 4.6-RC4 right now. I think) RELENG_4_5 is 4.5-RELEASE + important security patches RELENG_4_5_0 is 4.5-RELEASE -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 17:40: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dellfwnat.esoltani.com (adsl-64-164-134-26.dsl.snfc21.pacbell.net [64.164.134.26]) by hub.freebsd.org (Postfix) with ESMTP id 7221037B404 for ; Mon, 3 Jun 2002 17:39:52 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by dellfwnat.esoltani.com (Postfix) with ESMTP id 0AF3FFFFA; Mon, 3 Jun 2002 17:39:52 -0700 (PDT) Received: from psoltani (nat-external.ultradns.net [204.74.100.10]) by dellfwnat.esoltani.com (Postfix) with ESMTP id 61089FD90; Mon, 3 Jun 2002 17:39:49 -0700 (PDT) Message-ID: <026101c20b60$5541b250$a900a8c0@UltraDNS.com> From: "patrick" To: "Pascal Giannakakis" , , "Scott" References: <5.1.0.14.0.20020603185052.00bd59b0@pop-server.nyc.rr.com> Subject: Re: Problem with "shutdown -p now" Date: Mon, 3 Jun 2002 17:39:49 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 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 > In /etc/rc.conf add > apm_enable="YES" Or is it apmd_enable="YES" ? > In your kernel, you'll see a line about apm0 and somewhere in the middle of > the line the word disabled. Remove the word disabled, recompile the kernel > and you should be good to go. Did that and still no go. Any thoughts? I know linux on the same machine turns off the box as it should and it has to do with config, somehow. 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 17:40:40 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 A9D1F37B400 for ; Mon, 3 Jun 2002 17:40:34 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 079B666D7A; Mon, 3 Jun 2002 17:40:33 -0700 (PDT) Date: Mon, 3 Jun 2002 17:40:33 -0700 From: Kris Kennaway To: patrick Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 4.5-RELEASE-p6 #4 Message-ID: <20020603174033.A36693@xor.obsecurity.org> References: <025501c20b5f$d862d6b0$a900a8c0@UltraDNS.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="mYCpIKhGyMATD0i+" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <025501c20b5f$d862d6b0$a900a8c0@UltraDNS.com>; from patrick@esoltani.com on Mon, Jun 03, 2002 at 05:36:19PM -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 --mYCpIKhGyMATD0i+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 03, 2002 at 05:36:19PM -0700, patrick wrote: > Hi, > I cvsed with the stable supfile doing: > *default release=3Dcvs tag=3DRELENG_4_5 with the understanding that this = will > only pull the 4.5 stable source tree, however, after building and install= ing > the kernel, the uname gives FreeBSD 4.5-RELEASE-p6 #4. >=20 > I expected to see 4.5-Stable #4. Am I missing something? Yes, it did exactly what you asked it to (4.5-RELEASE plus security patches). That's not 4.5-STABLE; see the handbook and/or the archives for clarification about available CVS branches. Kris --mYCpIKhGyMATD0i+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/AyBWry0BWjoQKURAur/AJ0ZyRurW1CN+/T8UODPahpefpDgxACfQ6VW kv9Lr4zK/dT7x5jiFgzE+70= =ISsp -----END PGP SIGNATURE----- --mYCpIKhGyMATD0i+-- 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 17:45: 9 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 38F7E37B407 for ; Mon, 3 Jun 2002 17:44:57 -0700 (PDT) Received: from hades.hell.gr (patr530-a084.otenet.gr [212.205.215.84]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g540ii1S017343; Tue, 4 Jun 2002 03:44:48 +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 g540ihVX000983; Tue, 4 Jun 2002 03:44:43 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g540id46000982; Tue, 4 Jun 2002 03:44:39 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 4 Jun 2002 03:44:38 +0300 From: Giorgos Keramidas To: Chip Norkus Cc: FreeBSD LIST Subject: Re: Fwd: IRC vs identd vs inetd.conf vs me! [255...?] Message-ID: <20020604004437.GA863@hades.hell.gr> References: <20020601000242.V67718-100000@earl-grey.cloud9.net> <20020602001830.GD2950@hades.hell.gr> <20020603010926.K1929@arpa.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020603010926.K1929@arpa.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-06-03 01:09 -0500, Chip Norkus wrote: > > b) Can not resolve your IP address, or similar. > > > 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. Seems to work fine here: hades+root:~# grep auth /etc/inetd.conf auth stream tcp nowait root internal auth -r -f -n -o UNKNOWN -t 30 >>> /who keramida * keramida H keramida@patr530-a084.otenet.gr (0 Giorgos Keramidas) >>> /whois keramida [ Whois keramida (keramida@patr530-a084.otenet.gr) ] : Ircname : Giorgos Keramidas : Channels : #patra #linux #jokes-gr #thessaloniki #mylene #hellas : Server : nini.irc.gr [IRC.GR Server at OTEnet] : Services : keramida has identified for this nick : Signon : Tue Jun 4 03:39:10 2002 : Idle : 37 seconds - Giorgos 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 17:48:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 1nova.com (heorot.1nova.com [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id 5C25137B40E for ; Mon, 3 Jun 2002 17:48:23 -0700 (PDT) Received: by 1nova.com (Postfix, from userid 1000) id 2FC1818F9; Mon, 3 Jun 2002 18:20:31 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by 1nova.com (Postfix) with ESMTP id 26FD118F8; Mon, 3 Jun 2002 18:20:31 -0700 (PDT) Date: Mon, 3 Jun 2002 18:20:31 -0700 (PDT) From: Rick Hamell To: Lawrence Mayer dsg Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to scroll through several screens of text ? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 1. Is there a way to make FreeBSD output no more than n lines to the > screen at a time, and wait for a "return" before outputing the next n > lines to the screen? (That way, I could adjust n to be slightly less than > the number of lines on my screen and could read each screen at my leisure > instead of having them fly past much too fast too read.) Try the |more command. man more will tell you all about it. Rick 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 18:18:25 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 5319937B401 for ; Mon, 3 Jun 2002 18:18:20 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.12.2/8.12.3) id g541IJqK078330; Mon, 3 Jun 2002 20:18:19 -0500 (CDT) (envelope-from dan) Date: Mon, 3 Jun 2002 20:18:19 -0500 From: Dan Nelson To: Kris Kennaway Cc: "Christopher J. Umina" , FreeBSD Questions Subject: Re: SCSI CD-ROM Message-ID: <20020604011818.GA69850@dan.emsphone.com> References: <001301c20b6b$6bf32be0$0301a8c0@uminafamily.com> <20020603163400.A34580@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020603163400.A34580@xor.obsecurity.org> 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 03), Kris Kennaway said: > On Mon, Jun 03, 2002 at 06:59:10PM -0700, Christopher J. Umina wrote: > > Hello, > > > > How do I mount my CD-ROM drive? It's a SCSI drive and I can see it with > > camcontrol: > > > > at scbus0 target 0 lun 0 (da0) > > at scbus0 target 1 lun 0 () > > Yes, it is /dev/cd0* > > > it's telling me that it's > > not configured.. What do I do? > > Either you're missing cd support from your kernel or you're missing > CD9660 support (i.e. the device exists but mount_cd9660 can't do > anything with it when you ask). Since camcontrol doesn't show any devicename for the cdrom - () instead of (cd0), it's definitely no cdrom driver in the kernel. Rebuild your kernel with "device cd" in the config file. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 18:21:45 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 7A3ED37B400 for ; Mon, 3 Jun 2002 18:21:42 -0700 (PDT) Received: from scott1.nyc.rr.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 ESMTP id g541MFPX006790; Mon, 3 Jun 2002 21:22:15 -0400 (EDT) Message-Id: <5.1.0.14.0.20020603211334.00c35cb8@pop-server.nyc.rr.com> X-Sender: scottro@pop-server.nyc.rr.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 03 Jun 2002 21:21:40 -0400 To: "patrick" , "Pascal Giannakakis" , From: Scott Subject: Re: Problem with "shutdown -p now" In-Reply-To: <026101c20b60$5541b250$a900a8c0@UltraDNS.com> References: <5.1.0.14.0.20020603185052.00bd59b0@pop-server.nyc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 17:39 2002/06/03 -0700, patrick wrote: > > In /etc/rc.conf add > > apm_enable="YES" > >Or is it apmd_enable="YES" ? When I first looked on google to figure out what I was missing, someone had posted that you needed both of those in /etc/rc.conf. However, I left out the apmd_enable without problem. One person also suggested enabling a bunch of other stuff in the kernel--ah, here it is (I'd bookmarked it at one point) You need to do the following... 1. Compile kernel with the following options device apm device intpm device smbus device smb 2. enable apm in /etc/rc.conf 3. enable apmd in /etc/rc.conf However, as I said, I only did apm and took the disabled out in my kernel and that worked for me--an ASUS MB and a couple of lowend Sis ones > > In your kernel, you'll see a line about apm0 and somewhere in the middle >of > > the line the word disabled. Remove the word disabled, recompile the >kernel > > and you should be good to go. > >Did that and still no go. Any thoughts? I know linux on the same machine >turns off the box as it should and it has to do with config, somehow. Just the above additional options--I didn't find them necessary, and to be honest, didn't even research what they did. (When I had the problem, I saw the enable_apm and adding apm to the kernel first, figured I'd try the first, simpler one first. Just bookmarked the other in case the first didn't work. 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 18:57:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sccmmhc01.mchsi.com (sccmmhc01.mchsi.com [204.127.203.183]) by hub.freebsd.org (Postfix) with ESMTP id 75A5537B400 for ; Mon, 3 Jun 2002 18:57:29 -0700 (PDT) Received: from garfield.cdrrpd1.ia.home.com ([12.217.222.78]) by sccmmhc01.mchsi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020604015728.RJDA2006.sccmmhc01.mchsi.com@garfield.cdrrpd1.ia.home.com> for ; Tue, 4 Jun 2002 01:57:28 +0000 Content-Type: text/plain; charset="iso-8859-1" From: Richard Blair Reply-To: ermine445@mchsi.com To: freebsd-questions@freebsd.org Subject: Jitter Correction and dd DA Dumps Date: Mon, 3 Jun 2002 20:57:26 -0500 X-Mailer: KMail [version 1.4] References: <200205302243.08483.ermine445@mchsi.com> In-Reply-To: <200205302243.08483.ermine445@mchsi.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206032057.26425.ermine445@mchsi.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I would like to know a few things about the dd audio ripping process: 1. Does the ATAPI cd-rom driver do jitter correction internally? Lately I've been noticing pops in my mp3s, even after switching to dd as my ripping program. 2. If it does, is the number of overlapping sectors user-configurable? 3. If it doesn't, will this be implemented soon? Is anyone working on it. Thanks for your time. All answers are appreciated. Thanks, Rick Blair 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 19:20:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ren.sasknow.com (ren.sasknow.com [207.195.92.131]) by hub.freebsd.org (Postfix) with ESMTP id 930CF37B401 for ; Mon, 3 Jun 2002 19:20:49 -0700 (PDT) Received: from localhost (ryan@localhost) by ren.sasknow.com (8.11.6/8.11.6) with ESMTP id g542KY738749; Mon, 3 Jun 2002 20:20:39 -0600 (CST) (envelope-from ryan@sasknow.com) Date: Mon, 3 Jun 2002 20:20:34 -0600 (CST) From: Ryan Thompson To: "Defryn, Guy" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Certifications In-Reply-To: <98B01D2717B9D411B38F0008C7840931057F38D5@its-xchg2.massey.ac.nz> Message-ID: <20020603195720.W81228-100000@ren.sasknow.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 Defryn, Guy wrote to 'freebsd-questions@freebsd.org': > I hope someone can give me some advise on the following: > > I would like to do some Unix certification. I still consider myself > a newbie and I am not looking for a qualification that needs several > exams such as MS' MCSE or MCSA. I would like to something that is a > bit like MCP. Just one exam to start off with :-) Good question. The only way I know of to become "certified" in UNIX is to find an area (or general practice) that you excel at, write a book on it, submit the manuscript, and become a well sold author. That, or contribute significant new code or research to [the kernel of] an open source operating system. Having original published works is pretty much tops on my list of things to look for on a professional resume. "Where do you want to work today?" If you don't have that much time, a bachelor's degree in computer science can also take you places, although maybe not as directly as the above. Following this up with M.Sc and Ph.D. is usually a good idea if you have the time to invest. Good institutions have a dedicated OS track that will make you a master in your area by the time you are done. Don't like school? Hacking around on your own might get you the odd consulting/tech job here and there. You might get lucky and work tech support. Maybe you'll even get promoted. I'm sure we could come up with some "certification" criteria, but there are so many essential criteria that can not be tested. UNIX isn't so much about knowing a slew of 2-5 letter commands and their syntax. That's what man pages and other reference materials are for. Being able to combine the reference sources in creative ways, building your own unique layers of abstraction, is really what UNIX is all about. *EVERYONE* here can problem solve. You won't impress many people for long with stupid shell tricks that solve problems people could barf up in C 30 years ago. If you want to be *really* good, you'll have to invent some problems nobody has thought of yet... and then maybe hire tech school grads to write the code :-) > I am not sure if there is a Freebsd specific one but something that > would test general Unix knowledge would be nice. > > What about Linux + certification? I think basically the same thing applies. You'll increase your hireability by knowing multiple platforms in detail. There are a lot of diverse server farms out there. > Cheers > > Guy > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message - Ryan -- Ryan Thompson SaskNow Technologies - http://www.sasknow.com 901 1st Avenue North - Saskatoon, SK - S7K 1Y4 Tel: 306-664-3600 Fax: 306-664-3630 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 19:24:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web11505.mail.yahoo.com (web11505.mail.yahoo.com [216.136.172.37]) by hub.freebsd.org (Postfix) with SMTP id 9502737B404 for ; Mon, 3 Jun 2002 19:24:22 -0700 (PDT) Message-ID: <20020604022422.93401.qmail@web11505.mail.yahoo.com> Received: from [200.68.134.148] by web11505.mail.yahoo.com via HTTP; Mon, 03 Jun 2002 19:24:22 PDT Date: Mon, 3 Jun 2002 19:24:22 -0700 (PDT) From: Fabio Miranda Subject: mount a solaris-IA32 partition To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, how can i mount a solaris8-IA32 partition that it's in /dev/da0a disk? how can i know what's the slice i need to mount? __________________________________________________ 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 19:30:31 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 0D5CE37B407 for ; Mon, 3 Jun 2002 19:30:28 -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 g542ULW3000258 for ; Tue, 4 Jun 2002 12:30:21 +1000 (EST) User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 Date: Tue, 04 Jun 2002 12:28:40 +1000 Subject: cvsup does not fetch all files? From: f3z To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I cvsuppled on May 31, (after having to rm -r the /usr/src directory). Normally I have no problems with make buildworld / installworld but yesterday when I tried installworld, it did not fully install. It complained files are missing. I know its probably stupid to cvsup from nothing into /usr/src (The label was FreeBSD 4.6-RC), but should that happen? Regards, Jacob 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 19:41:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail023.syd.optusnet.com.au (mail023.syd.optusnet.com.au [210.49.20.162]) by hub.freebsd.org (Postfix) with ESMTP id 7FBB337B404 for ; Mon, 3 Jun 2002 19:41:10 -0700 (PDT) Received: from webmail03.syd.optusnet.com.au (webmail03.syd.optusnet.com.au [203.2.75.236]) by mail023.syd.optusnet.com.au (8.11.1/8.11.1) with ESMTP id g542f5d29986 for ; Tue, 4 Jun 2002 12:41:05 +1000 Message-Id: <200206040241.g542f5d29986@mail023.syd.optusnet.com.au> Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary Mime-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) Received: from [203.13.126.19] as user satare@optusnet.com.au by webmail.optusnet.com.au with HTTP; From: Michael Ross To: questions@freebsd.org Date: Tue, 04 Jun 2002 12:41:05 +1000 Subject: problems with configuring microsoft USB mouse Sender: owner-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, below is a re-post of a previous message of mine. I haven't been able to resolve the problem yet and would really appreciate any suggestions anybody could give. I've had a look on the net and haven't had any luck finding decent FAQs on this. I've also tried a FAQ I found on the xfree86 site with no luck. any suggestions? many thanks, Michael -- Hi, I've been trying to configure a USB microsoft wheelmouse. I was previously using a Logitech USB wheelmouse that worked fine under BSD. I've tried to play with moused a bit and with /stand/sysinstall.. /stand/sysinstall can get the mouse going, but the settings it writes to /etc/rc.conf don't start the mouse correctly on the next boot. (oh and the microsoft mouse detects properly under dmesg on bootup) whenever I try to point moused at /dev/ums0 I get a message like "/dev/ums0 device busy".. what should I be doing to make it work properly? (suggestions of any sites to read are welcome.. I couldn't find any useful ones) thanks, Michael Ross satare@optusnet.com.au  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 19:48:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f118.law12.hotmail.com [64.4.19.118]) by hub.freebsd.org (Postfix) with ESMTP id BAD2937B404 for ; Mon, 3 Jun 2002 19:48:55 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 3 Jun 2002 19:48:55 -0700 Received: from 62.85.65.227 by lw12fd.law12.hotmail.msn.com with HTTP; Tue, 04 Jun 2002 02:48:55 GMT X-Originating-IP: [62.85.65.227] From: "uwi mAn" To: questions@freebsd.org Subject: ftp client Date: Mon, 03 Jun 2002 22:48:55 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 04 Jun 2002 02:48:55.0636 (UTC) FILETIME=[5E515140:01C20B72] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I need an ftp client that can download stuff in the background. [I use rlogin to connect to BSD so the download wont stop when I disconnect] Any suggestions? Thanks. _________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 19:53:20 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 46CCA37B404 for ; Mon, 3 Jun 2002 19:53:17 -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 g542qjU24682; Mon, 3 Jun 2002 22:52:45 -0400 Message-ID: <3CFC2CD8.1060506@potentialtech.com> Date: Mon, 03 Jun 2002 22:58:32 -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: Vinod Cc: freebsd-questions@freebsd.org Subject: Re: installing binaries References: <20020603203303.59699.qmail@web21101.mail.yahoo.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 Vinod wrote: > how are binaries installed from a source file a.bin?i > cant see something like a makefile > Thanks in advance, > Vinod If you're talking about the "self-extracting" binaries that some proprietary software uses, the short answer is to make the file exectuable, and execute it. The shorter answer is to read the install docs and follow them. If you're talking about something else, you may want to elaborate a bit more. -- 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 Mon Jun 3 19:54:48 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 610C437B405 for ; Mon, 3 Jun 2002 19:54:45 -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 g542siQW055429; Mon, 3 Jun 2002 20:54:44 -0600 (MDT) Message-Id: <200206040254.g542siQW055429@fedde.littleton.co.us> To: "uwi mAn" Cc: questions@FreeBSD.ORG Subject: Re: ftp client In-Reply-To: From: Chris Fedde Date: Mon, 03 Jun 2002 20:54:44 -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 Mon, 03 Jun 2002 22:48:55 -0400 "uwi mAn" wrote: +------------------ | I need an ftp client that can download stuff in the background. [I use | rlogin to connect to BSD so the download wont stop when I disconnect] | | Any suggestions? +------------------ Look at the manual page for the conventional ftp client. There are some tricks listed there that might help setting up a scripted transfer that can be run from cron, batch or using nohup. 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 Mon Jun 3 19:55:55 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 4BF9537B407 for ; Mon, 3 Jun 2002 19:55:49 -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 g542tjU24698; Mon, 3 Jun 2002 22:55:45 -0400 Message-ID: <3CFC2D8C.5000906@potentialtech.com> Date: Mon, 03 Jun 2002 23:01:32 -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: Drew Tomlinson Cc: questions@freebsd.org Subject: Re: Drive Space - Am I Getting All I Should? References: <003101c20b3e$13a0d320$0301a8c0@bigdaddy> 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 Drew Tomlinson wrote: > I added a 80G IDE drive to my 4.5 machine. I used /stand/sysinstall > to FDisk and Label the drive. Now after mounting, df -h shows: > > Filesystem Size Used Avail Capacity Mounted on > /dev/ad0s1e 72G 1.0K 66G 0% /ftp > > dmesg shows the drive as 76319M so 72G seems reasonable: > > ad0: 76319MB [155061/16/63] at ata0-master UDMA33 > > The /stand/sysinstall disklabel editor sees it as the same size: > > Part Mount Size Newfs Part Mount Size > Newfs > ---- ----- ---- ----- ---- ----- ---- - > ---- > ad0s1e /ftp 76319MB UFS Y > > But the FDISK partition editor sees the drive geometry differently > than dmesg: > > Disk name: ad0 FDISK Partition > Editor > DISK Geometry: 30629 cyls/81 heads/63 sectors = 156299787 sectors > > Offset Size End Name PType Desc Subtype > Flags > > 0 156301488 156301487 ad0s1 3 freebsd 165 > C> > > So how come df -h only shows 66G available? Where's the other 6G? Is > this some limitation of FBSD or my system BIOS? If this isn't in the FAQ, it should be. It's in certain man pages. The short answer is: Filesystem performance degrades very badly when a filesystem is more than 92% full, so the OS reserves 8% of the drive to keep performance reasonable. Only the root user can fill the disk more than 92% This is only a default value. You can change the reserved space on a drive with either tunefs or with options when you newfs it. I don't recommend it, though. The 8% thing was heavily researched and if you fill a drive fuller than that, saving data to it is going to take forever. -- 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 Mon Jun 3 20: 2:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from notus.primus.ca (mail.tor.primus.ca [216.254.136.21]) by hub.freebsd.org (Postfix) with ESMTP id 44D7E37B403 for ; Mon, 3 Jun 2002 20:02:25 -0700 (PDT) Received: from dialin-142-170.hamilton.primus.ca ([209.90.142.170]) by notus.primus.ca with esmtp (Exim 3.33 #16) id 17F4aS-0005OA-0A for freebsd-questions@freebsd.org; Mon, 03 Jun 2002 23:02:21 -0400 Date: Mon, 3 Jun 2002 23:02:23 -0400 (EDT) From: Jason Hunt X-X-Sender: leth@lethargic.dyndns.org To: freebsd-questions@freebsd.org Subject: XFree86-4 config help please .. Message-ID: <20020603225256.S56528-100000@lethargic.dyndns.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 Hmmm, I don't even know where to begin with this. This isn't a FreeBSD question, but I figure I might find some help here ... I installed XFree86-4 from the ports, but I am having problems getting it configured properly for my laptop. I have an IBM Thinkpad 560E, which seems to have really weird synch rates. The machine has a Trident 9660 PCI card (well, it's on the PCI bus anyways) and a 12.1" LCD screen. The technical specs site on ibm.com doesn't give me anything helpful on what I should be using for ranges. From the XFree86-3.3.6 I have "HorizSync 25-79" and "VertRefresh 20-76" The default config file that is produced by "XFree86 -configure" just gives me a bunch of vertical lines. "xf86cfg" doesn't help either. From that I get a 640x480 screen with some weird green squares (trippy ANSI graphics or something :) ) and stuff. Is XFree86-4 generally harder to get working with LCDs/laptops? v3.3.6 was a pain from what I recall, and I ended up finding someone elses config that I found. I searched on google for some help with this, but havn't found much. One guy said he just gave up and went back to 3.3 :) Anyone good at this sort of thing? I assume I will need to paste /var/log/XFree86.0.log? 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 20: 5:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.reppep.com (www.reppep.com [64.81.19.108]) by hub.freebsd.org (Postfix) with ESMTP id 7794A37B403 for ; Mon, 3 Jun 2002 20:05:46 -0700 (PDT) Received: from [64.81.19.109] (g4.reppep.com [64.81.19.109]) by mail.reppep.com (Postfix) with ESMTP id 756CC17B8C for ; Mon, 3 Jun 2002 22:07:31 -0400 (EDT) Mime-Version: 1.0 X-Sender: pepper@mail.reppep.com Message-Id: Date: Mon, 3 Jun 2002 23:00:04 -0400 To: freebsd-questions@freebsd.org From: Chris Pepper Subject: What's the relationship between soft-updates & async? 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 Per , I tried remounting /usr async, but that appears to have had no effect. This is in both 4.5-RELEASE and 4.6-STABLE. >guest# uname -a >FreeBSD guest.reppep.com 4.6-RC FreeBSD 4.6-RC #0: Fri May 31 >22:33:23 EDT 2002 >root@guest.reppep.com:/usr/obj/usr/src/sys/GENERIC i386 >guest# mount >/dev/ad0s2a on / (ufs, local) >/dev/ad0s2g on /home (ufs, local, soft-updates) >/dev/ad0s2f on /usr (ufs, local, soft-updates) >/dev/ad0s2e on /var (ufs, local, soft-updates) >procfs on /proc (procfs, local) >guest# mount -u -oasync /usr >guest# mount >/dev/ad0s2a on / (ufs, local) >/dev/ad0s2g on /home (ufs, local, soft-updates) >/dev/ad0s2f on /usr (ufs, local, soft-updates) >/dev/ad0s2e on /var (ufs, local, soft-updates) >procfs on /proc (procfs, local) Does soft-updates override async / sync / noasync? Where is soft-updates documented? I don't see anything in the mount or fsck man page, or the Handbook; and the newfs man page just lists the -U option, without any explanation. Thanks, Chris Pepper -- Chris Pepper: Rockefeller University: 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 20:23:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-send.myrealbo