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